\ No newline at end of file
diff --git a/public/images/livekit-meet-open-graph.png b/public/images/livekit-meet-open-graph.png
deleted file mode 100644
index 7123043..0000000
Binary files a/public/images/livekit-meet-open-graph.png and /dev/null differ
diff --git a/public/images/livekit-safari-pinned-tab.svg b/public/images/livekit-safari-pinned-tab.svg
deleted file mode 100644
index b6f5e62..0000000
--- a/public/images/livekit-safari-pinned-tab.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/save_embeddings_to_db.py b/save_embeddings_to_db.py
new file mode 100644
index 0000000..f70674f
--- /dev/null
+++ b/save_embeddings_to_db.py
@@ -0,0 +1,21 @@
+import os
+import json
+from supabase import create_client, Client
+from dotenv import load_dotenv
+
+
+load_dotenv()
+
+url: str = os.environ.get("SUPABASE_URL")
+key: str = os.environ.get("SUPABASE_SERVICE_KEY")
+supabase: Client = create_client(url, key)
+
+f = open("seasons/s3.json")
+s3_data = json.load(f)
+f.close()
+# move to struct DemoDaySubmission struct later to avoid doing this
+for submission in s3_data:
+ submission["season"]="3"
+
+
+data, count = supabase.table("demoday_submission").upsert(s3_data).execute()
diff --git a/schema.sql b/schema.sql
new file mode 100644
index 0000000..f244461
--- /dev/null
+++ b/schema.sql
@@ -0,0 +1,16 @@
+-- one to one with DemoDaySubmission struct
+create table demoday_submission (
+ id serial primary key,
+ title text not null,
+ niche text not null,
+ description text not null,
+ youtube_url text not null,
+ youtube_transcript text not null,
+ social text not null,
+ season text not null,
+ embedding vector(1536)
+);
+
+-- requests are only going to made on the server at the moment
+-- might change later
+alter table demoday_submission enable row level security;
\ No newline at end of file
diff --git a/seasons/s3.json b/seasons/s3.json
new file mode 100644
index 0000000..4d6fc0c
--- /dev/null
+++ b/seasons/s3.json
@@ -0,0 +1 @@
+[{"title":"biblemate","description":"an engaging ai companion to help you study the bible and grow in faith. ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=74I72PmX9Eg","youtube_transcript":"Hey, all. Hey, Simon. And I'm working on bible mate, an AI chatbot companion that helps you stay the bible and growing faith. Here's a column. You head over to bible mate dot org and type in any question related to the scriptures for study or guidance For example, you can ask about forgiveness. Or you can ask how often you should pray. Or how to improve prayer lives? You can even seek guidance on your real life problems. The best part is that our app provides publicly accurate answers unlike chatty video. Over the last six weeks, I've launched a prototype as a private beta. I've had twenty testers from different precision agnes. I took this feedback, and spent countless hours fine tuning the model to ensure high accuracy. Initially, it wasn't perfect, but now I believe we are totally loaded. Even though it started as a private beta, the word got out and our user base grew from zero to hundred and thirty five. We've already answered four hundred and fifty eight questions. And here's exciting news. We've just launched a public beta version that's open to everyone. You can try out the app at bible mate dot org. Thanks and goodbye.","embedding":[0.005726744,0.024064781,0.026761444,-0.0021195915,-0.051940065,-0.040098198,-0.014369987,0.040772364,-0.0048620533,0.0044919946,-0.0039350754,-0.06454403,-0.019287,0.020767232,-0.00055508746,-0.013468657,-0.020693954,0.007950758,-0.042413812,0.010156452,0.011578062,0.014245412,0.02878394,0.031070242,-0.008104643,-0.044612177,0.008434398,0.01956546,-0.016004106,-0.057860997,0.01834903,-0.014751037,0.015095447,0.027655445,0.009394351,-0.006924853,0.056454044,-0.02025428,0.043263845,-0.03968784,-0.029472763,0.0025098014,0.050415862,0.034001395,-0.075506546,-0.015242005,-0.02632177,0.018979227,0.009247794,0.0136884935,-0.06706482,0.020752577,-0.06190599,0.07937568,0.015373907,-0.051412456,-0.04511047,0.028798597,-0.015798924,0.028432202,0.001431686,0.017660208,0.0075037563,0.015740301,-0.036053203,0.0005523395,-0.0016423627,0.016297221,-0.061847366,-0.014054888,0.055633318,0.0052247834,-0.033913463,-0.01616532,0.012142309,0.030982306,0.018671457,0.05018137,0.021895727,0.008580956,0.04367421,-0.005660793,0.002465834,-0.031363357,-0.025530359,-0.009321072,-0.009555565,0.009687467,-0.0408603,-0.020312903,0.0069211894,0.00031738912,-0.044788048,0.012178948,0.07257539,-0.038779177,0.0058073504,0.028798597,0.06003005,0.023331992,0.03520317,-0.02847617,0.000518448,0.013754444,0.034734186,-0.014604479,0.007459789,-0.010684059,0.00014781722,-0.0047741183,-0.13940573,0.0034038036,-0.044025946,-0.04127066,0.012098341,-0.020342214,0.026087279,-0.048158873,-0.0030630569,-0.041006856,0.013219508,0.02368373,0.05771444,0.033766903,0.03743085,-0.020327559,-0.013952297,0.024313929,0.007921446,-0.024343241,-0.023331992,0.015344596,0.09807644,-0.00045936691,-0.04481736,0.00558385,-0.037401535,0.010295682,-0.010017222,-0.029648632,0.0085443165,-0.05621955,-0.017103288,-0.010346977,-0.027479576,-0.051090028,-0.04226725,0.0030832086,-0.060440414,-0.028710661,-0.0054666037,0.015549776,-0.049302023,-0.0024988095,-0.018217128,0.035056613,-0.029868469,0.06905801,-0.04256037,-0.007848167,-0.028007185,0.0029568025,-0.048862353,-0.027215773,-0.040362,0.051412456,0.0006938593,-0.0087421695,-0.078965314,-0.00338182,-0.018466275,0.0009938447,-0.0043637566,0.027494233,0.02403547,-0.02084051,0.03086506,-0.041827578,-0.026145902,-0.016253253,-0.035935957,0.008471037,0.01050819,-0.00023025596,-0.017381748,-0.051588327,0.004136592,-0.02271645,-0.010442239,-0.07492032,-0.004880373,0.0013135237,0.0515297,-0.0041842237,0.045784637,-0.032477196,0.07755835,-0.008353791,-0.0047741183,0.055105712,0.02573554,0.04279486,0.04637087,-0.000453184,-0.0024438503,-0.0330048,0.015022169,0.0104056,-0.045315653,-0.027758036,0.09104167,-0.045550145,0.0067673037,0.00480343,-0.053112525,-0.03408933,-0.06788555,0.0024401865,-0.062433597,0.040713742,-0.04258968,0.02510534,0.035672154,0.002346756,-0.0022166858,0.0034715866,0.071871914,-0.026160557,0.024372553,-0.00065813586,0.035935957,0.018524898,-0.044700112,0.004741143,0.08770015,-0.015960138,0.017557617,-0.008148611,0.0217052,0.0039460673,-0.008522333,0.0057487274,0.012061702,0.021500021,0.015769614,-0.004601913,-0.036785994,-0.084768996,0.059561066,0.028417546,0.035525598,-0.03411864,0.06348881,-0.048539925,0.01685414,-0.017381748,-0.027567511,0.020913789,0.010171107,-0.019023195,-0.026336426,0.010449567,-0.03256513,-0.0035979925,-0.026702821,0.015388563,-0.0036822632,0.03728429,-0.014054888,-0.004997619,0.022745762,-0.010031877,0.014311364,-0.013270804,-0.01231085,0.00832448,-0.029765878,0.006276335,-0.004726487,0.0031418316,-0.03596527,0.015901515,0.03558422,0.0055398825,0.02185176,0.011255635,0.045901883,-0.032477196,-0.037313603,-0.00039730888,-0.009409007,0.0029732902,-0.0017678528,0.0059465803,0.02271645,0.016267909,0.031158175,0.01987323,0.0035118898,0.037137732,-0.008698202,-0.022525925,0.006543803,-0.00832448,-0.00087797246,0.057040274,0.0015965634,-0.011226323,0.025647605,-0.043615583,-0.00006303128,0.100655854,0.019946508,0.014069543,-0.030425387,-0.037254978,0.02573554,0.020796543,0.02972191,0.008580956,-0.03370828,-0.022965599,0.01571099,0.013996264,-0.01310959,-0.014685086,0.040244754,0.020312903,0.006540139,-0.032096144,0.032506507,-0.044963915,-0.0093723675,-0.0046275607,0.013373394,0.00026128496,0.0025867443,0.018642144,0.014274724,0.015505809,-0.0107719945,-0.017161911,-0.048627857,-0.0026233837,0.01664896,-0.0032792294,0.0051991357,-0.002205694,0.026585575,0.006741656,-0.017967978,0.0077089374,0.020049099,-0.053053904,0.0408603,0.007463453,-0.016443778,-0.015740301,0.008954678,0.018993882,-0.029912435,-0.01959477,-0.008141283,0.01678086,-0.010500862,-0.001432602,-0.044406995,-0.023625107,0.010662076,-0.026307115,0.030630568,0.0012704724,0.031744406,-0.002266149,-0.04109479,-0.00012239862,0.024372553,0.03693255,-0.076561764,0.029956402,0.04502254,0.0012576486,-0.009409007,-0.03672737,0.0446708,0.040186133,-0.010859929,0.040772364,-0.029707255,0.04713297,0.05337633,-0.01921372,-0.0138863465,-0.05320046,0.021133626,0.04393801,-0.035613533,0.027948562,-0.005089218,-0.032242704,-0.010390944,0.0039424035,-0.041768957,0.019023195,0.013842379,0.016282566,-0.06343019,-0.0098853195,-0.0053017265,0.02761148,-0.011050453,-0.048803728,0.05756788,-0.014897594,0.01532994,-0.004334445,-0.022188842,0.048129562,0.021206906,-0.005206464,-0.008793465,-0.07497894,0.023288025,-0.004030338,-0.012222916,0.0072985757,0.06272671,-0.009768073,0.008661563,-0.054050494,-0.007086067,0.015520465,0.008493021,-0.006888214,-0.04141722,0.019887885,-0.015388563,0.01154875,-0.0049683074,0.023200091,-0.01494889,-0.036434256,-0.05466604,-0.0025720883,-0.013879018,-0.031949587,-0.031128865,0.0032700696,-0.05542814,-0.034499694,-0.06794417,-0.062785335,0.017557617,0.015388563,-0.045901883,-0.028549448,-0.014926906,-0.033942774,0.037548095,-0.028549448,-0.009247794,-0.018656801,0.014487233,0.021075003,0.019785294,0.025603637,0.011570734,0.036610123,-0.0013107758,-0.009819369,0.005147841,0.014860955,-0.069878735,0.023258714,-0.07175467,-0.004206207,0.019799951,0.012794491,-0.00035952445,-0.02764079,-0.025896752,-0.006939509,0.03687393,0.032477196,0.011299602,0.0049133482,-0.008441726,0.015842892,0.009409007,-0.013219508,0.04276555,0.017264502,0.05361082,-0.017396403,0.037020486,-0.017850732,0.017660208,-0.04598982,0.00804602,-0.008837432,0.0091158915,0.04332247,-0.066302724,0.0492434,0.020137034,-0.036463566,0.019374933,-0.005752391,-0.0063166386,0.024709634,-0.057421323,-0.0685304,-0.0110284705,-0.008353791,-0.0030575609,0.03617045,0.03766534,0.01480966,-0.003898436,-0.0038764523,-0.026688164,-0.01182721,-0.014450593,0.002539113,-0.017117944,-0.004481003,-0.06343019,-0.005587514,-0.010999159,-0.00978273,-0.028534792,0.028520137,-0.0029714582,0.0060161953,-0.027479576,0.029194303,0.009702123,0.002987946,-0.017982636,-0.03256513,-0.004565274,-0.0068259267,0.026395049,0.030542633,-0.01733778,0.03913092,-0.0035320416,-0.0035503614,-0.0034734185,0.022672482,0.03156854,-0.0007103471,0.061437007,-0.013439345,0.016736895,-0.028153742,0.0010881913,-0.041299973,0.026995936,0.0036712715,-0.014501888,-0.019887885,0.013021655,-0.0030996962,0.006679369,-0.03388415,0.0059465803,-0.014838971,-0.044963915,0.00064714404,0.00558385,0.009255121,-0.027406298,-0.068471774,0.021719858,-0.0019620417,-0.02015169,-0.0096435,-0.016018761,0.021031035,-0.026658854,-0.012655261,-0.029267581,0.017850732,-0.014597151,-0.028153742,0.004616569,0.010075845,-0.0010863593,0.017000698,0.011116405,-0.016150663,-0.0033360205,0.0006086726,-0.0022514933,0.0028890194,-0.0043857405,-0.0052211196,-0.041036166,-0.019243032,0.0062726713,-0.016604992,0.0052943984,0.008089988,-0.030044338,-0.032447886,-0.011981095,-0.013314771,0.031539228,-0.011900488,0.004393068,0.022012973,-0.0018594514,-0.013966952,-0.019946508,0.021602612,-0.0034935703,-0.00037418024,0.022877663,0.010178436,-0.038310193,-0.011812554,0.018026602,0.042325877,-0.0031528235,0.014677758,-0.006481516,0.001629539,-0.0012823802,-0.007467117,0.005393325,0.034235887,0.009614188,0.031949587,0.0032609098,0.016634304,0.0015974793,0.014018248,0.0014051223,-0.021690546,0.016355844,-0.0034789145,-0.010207747,-0.0335031,0.027201116,-0.017000698,0.0129996715,-0.016238598,-0.00752574,-0.023141468,-0.015798924,-0.015373907,0.008896055,0.016575681,0.020078411,-0.0408603,-0.038163636,-0.002339428,0.014098855,0.008361119,-0.041182727,0.02347855,0.02278973,-0.017249847,-0.02618987,0.02646833,0.009321072,0.023639765,-0.010281025,0.020576706,-0.009064596,-0.015769614,-0.0076503144,-0.017938668,0.026145902,0.017777454,0.011922472,-0.045784637,0.028446857,0.021793136,-0.055955745,-0.0026362075,-0.059092082,-0.010281025,0.044436306,0.05208662,0.028798597,0.010969847,0.012464736,0.00636427,-0.0152273495,0.0064631966,0.013937641,0.02299491,-0.0018722751,0.010273698,-0.023844944,0.029590009,0.014941562,-0.0647199,-0.032623753,0.005642473,0.023082845,-0.035496283,-0.024914816,-0.0477192,0.014699741,0.0138863465,0.051060718,0.0010927712,-0.023390615,0.005528891,-0.028417546,-0.004752135,-0.016868796,0.010303009,-0.0068955417,-0.002148903,-0.0029897778,-0.0082512,-0.010039206,0.0063496144,-0.013424689,-0.033063427,0.00032219803,-0.06313708,-0.015168726,0.037548095,0.010530174,-0.019404246,0.0072949114,0.012677245,0.021925038,-0.025325177,0.02868135,-0.0017064817,-0.018231783,-0.02743561,-0.023625107,-0.033415165,-0.010940535,0.038691245,-0.009445647,0.04396732,0.0053163823,-0.0031876308,0.006159089,0.030190894,-0.013021655,-0.03631701,0.012252227,0.015667023,-0.008822776,0.014523872,0.007855495,0.0016112191,-0.003766534,0.011072437,-0.03238926,0.042325877,-0.0022203499,-0.0056827767,0.021602612,0.036463566,-0.004807094,0.022188842,0.0056827767,-0.008778809,0.00842707,-0.003497234,-0.013300115,-0.011079765,0.017469684,0.025970032,0.05528158,-0.056805782,-0.002145239,0.017821422,0.019023195,-0.011636685,-0.034763496,0.0031564874,0.0039314115,0.011248306,-0.016414467,0.013922986,0.0116000455,0.011709964,-0.009496941,-0.0141428225,-0.015520465,0.018715424,-0.027596822,-0.009980583,0.019887885,0.018949917,-0.0036273042,-0.054753974,-0.0044370354,-0.014186789,0.014963546,0.004195215,-0.032037523,0.007533068,0.041505154,-0.0077675604,-0.0076869535,0.013695821,0.004810758,-0.031363357,0.013798411,0.03520317,-0.019374933,-0.0025464408,-0.009716778,0.024475142,0.0027058222,-0.014838971,0.040801674,-0.025398457,0.04581395,-0.027508888,0.021192249,0.007353535,0.055633318,0.007723593,-0.013901002,-0.01581358,-0.01834903,0.019946508,0.043263845,-0.007331551,0.0012356649,-0.050005503,-0.023800977,0.0017357933,-0.026057966,-0.014875611,-0.003766534,-0.0011193347,-0.0069065336,0.0052943984,0.019917198,-0.014633791,-0.0012191773,0.013981609,-0.03326861,-0.0025885762,0.018436965,-0.015960138,0.007327887,-0.013102262,0.034587625,-0.0076063466,0.0073645264,-0.0055582025,0.003698751,-0.03159785,-0.00081660144,-0.008170594,-0.050005503,0.00022842397,0.0028981795,-0.008375775,0.02611659,-0.013124246,0.013988936,-0.025691573,0.031363357,0.009555565,-0.015579088,0.0033378527,0.0063312943,0.014018248,0.0027113182,0.027552856,-0.018407652,0.01182721,-0.038691245,-0.006367934,0.004554282,-0.03411864,-0.024020813,0.01196644,-0.013314771,0.051646948,0.0096435,0.003832485,-0.005180816,-0.008918039,-0.020723265,-0.03385484,0.002656359,-0.002398051,-0.015564432,-0.01751365,-0.014802332,-0.0045872573,0.009189171,-0.008273184,0.0028487162,0.031128865,-0.018744735,0.007463453,-0.0056534647,0.024357896,-0.010933207,0.031978898,0.012472064,-0.0060564987,-0.014758364,-0.0077675604,0.0492434,0.021529332,-0.028373579,0.01543253,0.0024511782,0.024357896,0.016121352,-0.023669075,-0.039834395,-0.0020939438,-0.022657827,0.0039314115,0.028813252,0.041915514,-0.011197012,0.016018761,0.029648632,-0.0021782145,-0.006181073,-0.008617595,-0.004213535,0.012222916,0.011768587,-0.0013116918,0.008815448,-0.0044333716,0.022569893,-0.011416848,-0.031920277,-0.018905949,-0.029252926,-0.014362658,0.021807792,-0.037782587,0.00846371,0.033356544,-0.015447186,0.015798924,0.025926065,0.010808634,0.005822006,0.0035118898,-0.010610781,-0.006298319,0.010486206,-0.007533068,0.028109776,0.047631267,-0.007181329,0.0013849706,-0.03177372,-0.05267285,0.0058293343,-0.01154875,0.020679297,-0.019199064,0.037049796,0.06718207,0.00428315,0.022863008,0.0008147695,0.039101604,0.005642473,-0.018774047,0.03669806,0.02254058,0.013703149,-0.037167042,0.015623055,0.030073648,0.012545343,-0.05015206,-0.0100905,0.024225995,-0.037811898,0.006236032,-0.005309054,0.00028349762,0.022657827,-0.028388234,0.005517899,0.008500349,0.019199064,-0.030161584,-0.036023892,-0.031128865,0.013776428,0.011380209,-0.0025647604,-0.006496172,0.008214561,-0.007877478,-0.010728027,0.0020426486,0.008925366,-0.009438318,0.008991318,0.00019018157,-0.02025428,-0.016604992,0.0076429863,-0.004349101,0.032125458,-0.026658854,0.036053203,0.010075845,-0.018510243,-0.019023195,0.03142198,-0.012413441,0.020576706,-0.020019788,0.0034038036,-0.03573078,0.01168798,0.010002566,-0.016355844,0.03010296,0.011893161,0.056131616,-0.013146229,0.0136884935,0.015754957,0.020899134,0.00866889,-0.004481003,0.031128865,-0.011717292,-0.016678272,0.0048400695,0.04141722,0.0365515,0.012816475,-0.0012897081,-0.014157478,-0.019961165,0.018143848,0.0014454257,0.009790057,0.008434398,-0.000073164374,0.002277141,0.028827908,-0.022086252,-0.016810173,-0.031363357,-0.032682378,-0.0096435,-0.006690361,-0.002399883,0.013578575,-0.027142493,-0.008024036,0.0010927712,0.023566484,-0.030601257,0.011629357,0.016355844,0.014853627,0.017660208,-0.02271645,-0.01848093,0.0066573853,-0.018700767,0.020312903,-0.026673509,0.019990476,0.024929471,0.020503428,0.016355844,-0.009724107,-0.0013400874,0.0012695565,0.017572273,0.015579088,0.008983989,0.041856892,-0.0050818897,-0.024020813,0.019521492,-0.015725646,-0.013241492,0.026233835,-0.01578427,0.017967978,0.0138277225,0.038192946,0.004550618,-0.02961932,0.0145165445,-0.024152717,0.008896055,-0.05832998,0.002980618,-0.014619134,-0.024123404,0.036639437,0.01532994,-0.021617267,0.010610781,-0.004949988,-0.0023156123,0.017323125,-0.019433556,-0.0030795445,-0.0035924967,0.011255635,-0.020767232,0.04387939,-0.0042245267,-0.009775401,-0.00055004953,0.0028230685,0.0042941417,0.0043307813,0.022833696,0.011746603,0.022320744,0.016267909,-0.031363357,-0.030601257,-0.014985529,0.019243032,0.024724292,-0.011358225,-0.02875463,0.016898107,0.0085663,0.029765878,0.011284946,0.017249847,0.015242005,-0.0052247834,-0.038456753,-0.0041659037,0.08764153,0.007723593,0.00033822778,-0.023170779,0.017982636,-0.0075623794,0.032828934,-0.0071043866,0.0021342472,-0.009658155,-0.005635145,-0.013439345,0.04446562,0.032272015,-0.015535121,-0.024225995,-0.019096473,-0.00072500284,-0.0047228234,-0.024856193,0.0022881327,0.028153742,0.019917198,-0.009343056,-0.02961932,-0.035115235,0.014626463,-0.0011797898,0.013461329,0.03576009,0.014384642,-0.0058256704,-0.024445832,0.028534792,0.004195215,-0.008397759,-0.039893016,0.007075075,-0.0011752099,-0.010676731,0.02621918,0.0049206764,0.022657827,-0.007390174,-0.012508703,0.005320046,-0.03974646,-0.011973768,-0.019887885,-0.00376287,-0.018055914,0.027860627,-0.012735868,0.012801819,0.007657642,0.021060348,0.02469498,0.052321114,0.024372553,-0.010486206,-0.0054885875,0.028534792,-0.026380394,0.02015169,-0.0015635879,-0.037254978,0.0107133705,0.012274211,-0.024929471,0.0132561475,0.0028853556,0.006891878,0.01505148,-0.02705456,0.002330268,-0.025515703,0.0023888913,-0.010552158,0.02847617,0.011372881,0.00026952886,0.025750196,0.023434583,0.011578062,-0.00998791,0.0039240834,-0.0026252156,0.015974794,0.017748142,0.004286814,-0.032213394,-0.016267909,0.019155096,0.027948562,0.015417875,0.019638738,-0.018876636,0.025163963,0.008874071,-0.035877336,-0.0016377828,0.008580956,-0.03540835,-0.051177964,-0.022950942,-0.0020353207,-0.043996636,0.0007401166,-0.0015113767,-0.005309054,0.0036767675,0.016898107,0.0026765107,0.0017907524,0.029780533,-0.007723593,0.011644012,0.009233138,0.0084856935,-0.028461514,0.026746787,0.028725317,0.007122706,-0.0011513942,-0.04027407,0.0065804427,0.013578575,-0.006290991,-0.000045255427,-0.012017735,-0.024313929,0.015198038,0.03183234,0.004763127,0.029091712,0.02281904,-0.015491153,-0.018290406,-0.012794491,0.016766205,-0.026351081,0.026512295,0.030894373,-0.040801674,0.009152531,-0.027523544,0.0045176423,0.0068515744,-0.008111971,0.011358225,-0.010171107,-0.011255635,0.0003439527,0.0032737337,-0.014032904,-0.0078041996,0.036258385,-0.004935332,-0.0163705,-0.006694025,-0.002863372,-0.040039577,-0.031480603,-0.023170779,0.0178947,-0.023669075,0.0076429863,-0.0042355186,-0.0015718318,0.01036896,-0.01026637,-0.0016533545,-0.03842744,-0.037020486,0.040156823,-0.033151362,-0.027904594,0.039863706,-0.021382775,-0.0037811897,-0.0009617852,0.00839043,-0.018290406,-0.032858245,-0.0007094311,-0.015798924,0.004752135,-0.025867442,-0.030777127,-0.020386182,-0.0036822632,0.0032242704,-0.016546369,-0.0034496028,0.013322099,-0.0005894369,0.020620674,-0.035906646,0.0107719945,0.0014252741,-0.022569893,-0.0119151445,-0.046839856,-0.006994468,-0.014641118,0.022745762,-0.043527648,0.02705456,-0.008053348,0.04030338,0.029487418,0.0009013301,-0.011878505,0.02375701,0.024064781,-0.022745762,-0.038192946,0.011629357,-0.009489614,-0.010728027,-0.007214305,0.022613859,-0.008624923,-0.035349727,-0.0022166858,0.029384827,0.004623897,0.007862823,-0.03083575,0.0029622985,0.008991318,-0.024973439,-0.0033396846,0.026556263,-0.018818013,-0.0073059034,-0.029121023,-0.058623098,0.00058623095,0.0012036054,-0.014699741,0.019389588,0.0046861838,0.042091385,0.013285459,0.027728725,-0.010046533,0.015447186,-0.016018761,-0.00021136375,0.0037427184,0.0010643756,-0.01619463,0.017000698,0.012222916,0.024636356,0.024431176,-0.0032022868,-0.018700767,-0.014062216,0.009540909,0.0027406297,-0.015623055,-0.008053348,0.015373907,0.034910053,0.0024731618,-0.04827612,-0.0058842935,0.018700767,0.014985529,-0.022628516,0.0121129975,-0.011541422,0.01591617,-0.021031035,-0.015740301,0.027904594,0.0027424619,-0.030015025,-0.007148354,0.014758364,-0.028710661,-0.0012741364,0.0018136521,0.029399483,-0.023214746,-0.024988094,-0.0067453203,0.0054812594,0.007397502,0.03710842,0.011497455,0.044055257,0.0038214931,0.0078115277,0.018642144,0.01591617,-0.014758364,0.004136592,0.0039680507,-0.022687139,-0.00054867554,-0.023390615,0.042384498,0.0015187046,0.008837432,0.054284986,0.017147256,0.026981281,0.028637383,-0.04012751,0.026131246,-0.013344082,0.0074451333,0.016414467,0.0046532084,-0.00017896075,-0.015315284,0.0030850405,0.0017302973,-0.011197012,0.0057817027,0.0030026017,-0.0064045736,0.023244059,-0.017967978,0.0010900232,0.018803358,0.009760746,0.016253253,0.0137690995,0.01619463,-0.03461694,0.034704875,-0.035085924,-0.015623055,-0.026365738,-0.006378926,-0.02545708,-0.029692598,-0.03010296,0.026248492,-0.029839156,-0.016487746,0.01154875,0.019301655,0.0034550987,0.007309567,-0.019404246,0.0069211894,0.038486063,0.026658854,0.021837104,-0.036610123,-0.039336096,0.016429123,0.025955375,-0.031128865,0.018466275,-0.0017614409,-0.0058293343,-0.024504455,0.0163705,-0.019330965,0.03921885,-0.026277803,0.029663287,-0.016722238,-0.0051075374,0.011746603,-0.0215733,0.008141283,-0.025955375,0.00033960177,-0.03822226,0.0021800464,0.010984503,0.013344082,-0.008536989,0.0019565457,0.02327337,0.025618294,-0.011226323,-0.013087606,-0.0034550987,0.023537174,-0.020547396,0.008690874],"social":"https://twitter.com/skpolepaka"},{"title":"gopolar","description":"a wellness app that tracks your cold showers and cold plunges","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Gd18MHMfVv0","youtube_transcript":"What up? I'm fresh. I created Go Polar, a wellness app to track your cold showers and cold plunges. So how does it work? Let's show you on the Apple Watch. Right? So here's the app. We'll launch it up. We're greeted with a cold plunge or cold shower option. So maybe I wanna do a cold plunge. I'll go through here. I'll do a time to go for a minute. I'll select my water temperature and then I'll get a countdown to then start my activity. I've also got my cold exposure tab here where I can track week over week progress of my cold water exposure here. And then next, if I swipe over, I've got the freezer. And this is a log of all my coal plunges in a calendar format, so I can see if I'm on a streak or how well I'm doing for the month. Alright. Let's talk about progress. It was challenging. But I'd learned a lot. In the six weeks, I prioritized building my product more than getting customers, but I learned a lot from the customers and still was able to add users week over week. So I launched the product on April twenty four with this tweet, which ended up being one of my most engaged tweets, and I added thirty users from that launch video. And then I stopped talking about my product and consistently sharing. And so growth slowed down a bunch. I'm now at forty two users on the test flight. And in the six weeks, I shipped six new builds, which added features that you saw earlier, like the freezer, the my cold exposure tab and widgets on the lock screen. So now I know what I need to do. Share the product more and get more users. Let's go.","embedding":[-0.019669667,0.035572145,-0.046441413,0.017585361,-0.015176832,-0.008476175,-0.00462793,0.025027106,0.05289504,0.0026999475,0.035170723,-0.049436636,-0.026416643,-0.056538716,0.044681333,0.029581698,-0.025166059,-0.03464579,-0.093315125,0.03155793,-0.0035741979,0.020426193,-0.016458293,0.024162505,0.009410253,-0.046657562,-0.028516386,0.010004666,-0.021892928,-0.018974898,-0.010020105,-0.019283686,-0.015454739,0.03214462,0.058484066,-0.041778743,0.031156506,0.03634411,0.00043278286,0.010923305,-0.010367489,-0.01344763,0.043569703,-0.0006581001,-0.033595916,0.022325227,-0.014922083,0.0339047,-0.0040721153,0.024641123,-0.017353773,0.04424903,-0.05882373,0.022958238,0.0202718,-0.018650673,0.013640622,0.02975153,-0.051011447,0.018712431,0.023174388,-0.013347275,0.056013778,-0.026941577,-0.01499928,0.0090937475,0.0076578925,0.04122293,0.013131124,0.011409642,0.06336289,-0.0020418474,0.01365606,-0.008344942,-0.031588808,0.01960791,0.012498113,-0.03086316,0.019947575,-0.018928582,-0.005488671,-0.016797958,0.016689884,-0.007225592,-0.0018720151,-0.04915873,-0.035479512,-0.02515062,-0.021970123,-0.0090937475,-0.011718429,0.029519942,0.0066736373,0.0010711014,0.014312231,0.0015477898,-0.0024162503,0.08466912,0.0146518955,0.042087533,-0.007982118,-0.037826285,-0.0109541835,-0.051845167,0.04983806,-0.008537932,-0.03021471,0.019932136,0.0022155396,-0.007407004,-0.051258475,0.015701767,0.011656671,0.020750418,-0.010398368,0.02206276,-0.00000954402,-0.026293127,-0.005488671,-0.036961682,-0.005268661,0.023853717,0.021460626,0.01255987,0.0062297573,-0.016473733,-0.012992171,-0.015562814,0.004438799,-0.054933026,0.04424903,-0.015161392,0.067377105,-0.065524384,-0.014621017,-0.0047861827,-0.017029548,0.0077543883,-0.042118408,0.014235035,0.011417362,-0.005137427,0.061170503,-0.03378119,-0.012274243,-0.08800401,0.026848942,0.027250364,-0.050332118,-0.016828837,0.04014218,0.014868045,0.0039505307,-0.026293127,0.055519722,0.02004021,0.028624462,0.03483106,-0.018696992,-0.022973677,-0.044588696,-0.0073375273,-0.031866714,-0.034800183,-0.014304511,0.028995005,-0.029303791,-0.053419977,-0.04477397,-0.00880812,-0.0075034997,-0.04366234,0.0037961379,0.0018720151,0.019561592,0.0012447935,0.012590749,-0.027929693,-0.054253697,-0.03510897,-0.03930846,-0.016581807,-0.050517388,-0.044372547,-0.043353554,0.016643565,0.00040552285,0.014451184,0.02272665,-0.018141177,-0.027497392,0.050085086,-0.00047548217,-0.060089756,0.023776522,-0.045020998,0.10350507,0.013964847,0.0092712995,0.021753972,0.0032229538,0.029921362,0.029952241,-0.019870378,0.013524827,-0.012166169,-0.0056314846,0.03266956,-0.02867078,0.0026111715,0.05703277,-0.0038675445,-0.002626611,0.009618684,-0.030477177,-0.021043766,-0.026169613,-0.0042844056,-0.008121071,0.0678094,-0.0015448949,0.02247962,0.04057448,0.0004021455,0.041624352,0.017569924,0.051937804,-0.040389206,0.03989515,0.0051451465,-0.0010759262,0.02181573,-0.011131735,-0.05934867,0.036683775,-0.040327452,0.05706365,-0.043353554,0.032916587,-0.012042654,-0.0006856014,0.02030268,0.031141067,0.0115177175,0.030152952,0.017029548,-0.06113963,-0.099737875,0.023328781,0.019530714,0.060089756,-0.023653006,-0.0017021828,0.011764746,0.0021422028,-0.037177835,-0.017384652,0.020148287,-0.02536677,-0.042211045,-0.004056676,-0.038258586,-0.014065202,-0.0075961356,0.017245697,0.054408092,-0.012158449,0.021414308,-0.038073312,-0.014088361,-0.005878513,-0.010467845,0.025536602,0.046441413,0.024177942,-0.002047637,0.003940881,0.009232701,0.0017658699,-0.031156506,-0.0040914146,-0.017940465,-0.038660005,-0.030477177,0.014976121,0.018604357,0.023066314,0.010822949,-0.011926859,0.014180996,-0.011710709,0.0028369713,0.038073312,0.027188607,-0.018913142,0.03279307,0.022525938,0.021229036,-0.04072887,-0.022186274,0.0015149813,-0.006746974,-0.049498394,0.016134068,0.031171946,0.008453016,0.029797848,0.00012978661,0.01346307,-0.030477177,-0.0032750615,0.032299016,0.04499012,-0.022356106,0.008429858,-0.0021904507,0.043507945,0.020796737,-0.031233704,-0.029689774,-0.022881042,-0.016906032,-0.0019665807,0.010159059,0.021723095,0.0014512942,0.0617572,-0.016659005,0.019221928,-0.04844852,0.008970233,-0.06323937,0.00815967,-0.03940109,0.010460125,-0.017245697,-0.016041432,-0.03282395,0.038474735,0.026987895,-0.006654338,-0.027018774,-0.03266956,0.01564773,0.032515164,0.0066041606,0.011780186,-0.038042434,-0.022958238,-0.0021036046,-0.03084772,0.020256361,0.040883265,-0.015724927,-0.002402741,0.008082474,0.008020716,-0.022989117,-0.004392481,0.021476066,-0.005133567,0.047275137,0.019067535,0.035572145,0.051042326,0.0041145734,-0.06268356,-0.012065813,-0.0074185836,0.015740367,0.022881042,0.0080284355,0.04239632,0.005978869,-0.0621895,0.020565147,0.04384761,0.03396646,-0.002759775,0.019963015,0.024193382,0.012143009,-0.015887039,-0.037610132,-0.005199184,0.038412977,0.00011404576,0.033842944,-0.08460736,0.022201713,0.059595697,-0.07318228,-0.010629958,-0.027713543,0.0031611966,0.041593473,0.019098414,0.026493838,0.005176025,-0.03816595,0.0110391,-0.024316898,-0.020982008,-0.026957016,-0.023483174,-0.009502889,-0.02246418,0.02272665,-0.024610244,-0.008869878,-0.0059055323,-0.033565037,0.07565257,-0.00881584,-0.005650784,-0.01960791,-0.038937915,0.028346553,0.056168173,0.022572257,0.009448851,-0.045978233,0.039184943,-0.024162505,-0.013933968,0.026586475,0.02845463,0.008321783,0.059626576,-0.072255924,0.0031032993,-0.035139848,0.04980718,-0.00013075156,-0.014574699,-0.028840613,-0.04499012,0.072626464,0.03483106,0.025181498,0.011509998,0.0003835701,-0.06496857,0.004168611,-0.0073877047,-0.028763415,-0.016242143,-0.057928253,-0.058792852,-0.03615884,-0.05159814,-0.03393558,-0.047028106,-0.0017485007,-0.05379052,-0.01213529,0.008051595,-0.04965279,0.0075999955,-0.010961902,-0.021059204,0.03132634,-0.04780007,0.012459515,0.040265694,0.022510499,-0.021120962,0.013354994,0.030029438,-0.0018642955,0.021244476,0.0017089375,-0.038382098,0.010159059,-0.07559081,-0.013563424,-0.0032982205,0.026540156,-0.016566368,0.023066314,0.00087232044,0.011618073,0.0014011165,0.015562814,0.025938023,0.011602634,-0.04119205,-0.0011502279,-0.049282245,-0.016242143,0.01103138,0.0467502,0.012305122,-0.019345442,0.015686328,-0.014458904,-0.01849628,-0.011494558,0.01937632,-0.008900756,0.04854116,0.0317432,0.0057202606,0.07725826,0.0313109,-0.025938023,-0.026586475,-0.001850786,0.0021692216,-0.009124626,-0.007870183,0.0009958348,-0.02513518,0.0065346835,-0.042272802,0.012590749,0.027821617,0.06663602,0.04239632,-0.003280851,-0.051505502,-0.028315676,-0.0041145734,-0.0008993392,0.0043345834,0.021306233,-0.04412552,0.011417362,-0.034985453,0.0013084806,-0.002846621,0.0053883158,0.018326448,0.0058051767,-0.049930695,-0.0022406285,-0.045484178,-0.04360058,-0.04014218,-0.027126849,0.025490284,0.0014194506,0.04721338,-0.02206276,-0.018774189,0.031141067,0.032453407,-0.0141038,-0.0026362604,0.013185162,0.017338334,-0.017091304,0.01344763,-0.037085198,0.016381096,0.015145953,0.0038501753,-0.0064034495,0.017739756,0.011216652,0.014034323,-0.012428637,0.032978345,0.018835945,0.018017663,0.008537932,0.017137622,-0.044465184,-0.01852716,0.038536493,0.008545652,-0.05042475,-0.04236544,-0.028253919,0.05731068,0.011865102,0.012899535,0.015346664,-0.012698824,0.028840613,-0.03061613,0.02226347,-0.04427991,0.042643346,-0.028284797,0.018465402,-0.0061872993,-0.02513518,0.009526048,-0.017338334,0.010406088,-0.019885818,-0.017322894,0.030971235,-0.007445602,0.042087533,-0.023467736,-0.012297402,0.012366879,0.014952961,0.007958959,-0.00836038,-0.008182829,-0.018851385,0.016612686,0.04072887,-0.009302178,-0.018388206,-0.0020630765,-0.0031843556,-0.011347885,-0.0011618073,-0.030755084,-0.013053928,-0.012675665,0.0029720652,-0.02996768,-0.010946464,0.03084772,-0.005573587,-0.017523605,-0.04557681,0.0050833896,-0.01432767,0.028392872,0.031141067,-0.032113742,-0.021028327,-0.01015134,0.015995115,0.018156616,-0.000538928,-0.011185773,0.003350328,0.011479119,0.033009224,-0.0061216825,0.045484178,0.012197047,-0.017955905,0.008653727,-0.014960681,0.011154894,-0.02118272,0.038412977,0.04233456,-0.018048542,0.035572145,-0.0060985233,-0.00143296,-0.008646008,-0.015076476,0.056168173,0.026138734,0.016612686,-0.003657184,-0.0035298099,0.010460125,0.0011212791,-0.007318228,-0.058947247,0.048911702,-0.019746864,-0.00396404,-0.0040605357,0.029720651,-0.00063011644,0.014875765,0.05221571,0.02757459,-0.03458403,-0.010406088,-0.010653117,-0.022587696,0.03199023,0.020904811,0.0019858798,-0.033595916,0.021676777,0.0065578427,-0.022664892,0.022309788,-0.034769304,-0.0067199552,-0.032299016,-0.02843919,0.009116907,-0.004739865,0.018249253,-0.012961292,-0.01564773,0.012505833,0.015030158,-0.011656671,-0.01542386,-0.012065813,0.00859197,0.030122073,-0.0027038073,-0.07429391,-0.029133959,-0.010730313,-0.039184943,-0.028099526,-0.015995115,0.00418405,-0.021537824,0.021120962,0.0061178226,0.017400092,-0.005245502,0.0034950715,-0.0030994394,0.025428526,-0.011170333,0.011533157,-0.004218789,-0.017168501,0.0030724206,-0.00012894228,-0.0040450967,0.012652506,-0.026787184,0.015732646,0.036776412,-0.0058476347,-0.0022830865,0.0352016,-0.029272912,-0.023452297,0.02071954,0.012235645,0.011548596,-0.010869267,-0.0038907034,0.028995005,-0.016211264,-0.018249253,-0.012590749,-0.010645397,-0.009896591,0.009163224,-0.017708877,0.05870022,0.014574699,-0.04869555,0.0079358,0.041068535,-0.02360669,-0.025690995,0.007835445,0.016597247,-0.0198395,0.06657426,0.015400701,0.025706435,-0.005619905,0.013810454,-0.04603999,-0.0025301152,0.030075755,0.017739756,0.030230148,0.020225482,-0.015230869,0.02362213,0.0048363605,0.0014889274,0.016365658,0.0030511916,0.03436788,-0.016211264,0.015315785,-0.035479512,0.020904811,-0.068674006,-0.033657674,0.037270468,-0.013300956,0.0038540352,-0.0042380877,-0.0050833896,0.0046935473,-0.036035325,-0.0020418474,-0.041315567,0.016164947,0.015176832,-0.017708877,-0.010105021,-0.026740868,-0.025027106,-0.018866824,0.011425082,0.008669167,-0.0018932441,-0.0042458074,-0.09207998,0.020086529,-0.013316396,0.01409608,-0.058761973,-0.035139848,-0.02757459,-0.054778636,-0.038876157,0.008537932,0.025598358,-0.021615019,-0.014242754,-0.027343,0.00969588,0.025660116,0.046410535,0.0018343818,0.015902478,0.032299016,-0.013679219,-0.009224981,-0.03129546,0.02071954,-0.025860827,0.0016597247,0.009078308,0.02360669,0.0067160954,-0.017168501,0.013988006,0.017245697,0.00550797,-0.01213529,-0.012220206,0.009448851,-0.01962335,-0.012027214,0.027852496,-0.017014109,0.007966679,-0.016134068,0.0072912094,-0.037085198,0.0061371215,-0.020734979,0.0018102579,0.013710098,-0.016473733,0.0022772967,0.0021190438,-0.0010739963,-0.0050602304,0.0001476383,-0.036498506,0.016118629,-0.021862049,-0.0032152343,-0.027049653,0.032051984,0.021723095,0.0008293799,0.03285483,-0.03903055,0.016550928,0.015709488,0.0022386985,0.010537322,-0.026478399,0.018372767,0.018542599,0.023560371,0.04316828,-0.009896591,-0.020410754,-0.033040103,0.000804291,-0.0044002,-0.011440521,-0.007989838,0.021321673,-0.01914473,0.029535381,-0.007669472,0.0072217323,0.016936911,-0.04165523,-0.023992673,0.023019996,-0.041130293,0.037949797,-0.014790849,0.011355605,-0.029782409,-0.028284797,-0.01035977,0.00529954,0.0033541878,0.010205377,0.03767189,0.0031148787,0.009086028,-0.00926358,-0.0044002,-0.034337003,0.00925586,0.04912785,-0.006457487,0.002138343,0.0015062967,-0.025335891,-0.0060290466,-0.010344331,0.0405436,0.009749917,0.015014719,0.00041734357,0.02362213,-0.015192271,-0.023838278,0.030724207,0.0317432,-0.0070210216,0.0033233094,0.021506945,-0.016211264,0.0194072,-0.010514163,0.0009852203,-0.012181607,0.0052570817,0.021275355,0.010112741,0.018202934,0.010838388,0.024795515,0.02643208,-0.021862049,0.0095955245,0.017029548,0.0044580977,0.02159958,-0.014868045,-0.02183117,-0.012274243,0.004755304,0.0032962905,0.0030743505,-0.03856737,0.013787295,-0.014767691,0.02359125,-0.026154174,0.01102366,-0.0030010138,0.047306012,-0.051042326,-0.038073312,-0.032916587,-0.01014362,0.019978454,0.02623137,0.004585472,-0.041130293,-0.027867936,-0.028609022,-0.040327452,-0.00024256587,-0.010730313,-0.010506444,0.009317617,-0.004261247,0.034306124,-0.02269577,0.014512941,0.012922694,0.0054770918,0.024517607,0.014065202,0.02402355,-0.006588721,0.024533046,0.02488815,0.027095972,0.023158949,-0.013493948,-0.021553263,-0.010761192,0.0027501252,-0.0022599276,0.002669069,0.0039350917,-0.010074143,-0.013748696,-0.019963015,-0.021908367,-0.009371655,-0.024363214,-0.0024413392,-0.0014146258,-0.034337003,-0.022881042,0.054284576,-0.019314565,0.009896591,0.0045970515,-0.05027036,0.00529568,-0.014821728,0.007866323,0.0047861827,-0.01937632,0.032453407,0.019824062,0.016242143,0.011394203,-0.013609743,0.025536602,-0.019036656,-0.046441413,0.010035545,-0.022911921,-0.01608775,-0.012837778,-0.018465402,-0.00006628043,-0.010900145,-0.013393592,0.008723204,0.030755084,-0.003659114,0.02403899,-0.03507809,-0.011432801,0.004720566,-0.011270689,-0.005708681,0.013748696,0.020580586,0.0060020275,-0.0036861328,0.009649563,0.011556316,-0.014034323,-0.012721983,0.025305012,0.039709877,0.0042921253,0.00083468715,-0.012305122,-0.013154283,0.0035741979,0.005199184,0.028346553,-0.023776522,0.031171946,-0.04295213,-0.00015089504,0.0017243768,-0.008128791,-0.028238479,-0.00029793024,0.013555706,-0.04733689,-0.021290794,-0.00551183,0.00859969,-0.012737422,0.021244476,0.000036125548,0.036097083,0.009456571,0.013239199,0.011124016,0.022294348,0.01763168,-0.0352016,0.0141192395,-0.025552042,-0.0012862866,0.00529954,0.005573587,-0.015477898,0.008337222,0.021985563,0.026632791,-0.026416643,-0.02601522,0.010043264,0.0044696773,0.019036656,0.021985563,0.0060908035,0.016520051,-0.014512941,-0.0005770438,0.003417875,-0.0024567787,-0.001939562,0.02422426,0.0057357,0.0132623585,-0.0094179725,0.009001112,0.02030268,0.021723095,0.02885605,-0.018573478,0.012776021,0.0066620577,-0.008082474,-0.0308786,0.034800183,0.02183117,-0.00308593,-0.014868045,0.008090193,-0.02247962,0.015300346,-0.020210043,-0.013964847,0.04610175,-0.0051837447,0.058731094,0.0005201114,-0.01963879,0.005866934,-0.0045931917,-0.007457182,0.0021113243,-0.0026767885,-0.00463179,0.00507181,0.0040180776,-0.027204046,0.006685217,-0.017971344,0.024100747,0.0029894344,-0.0024953769,-0.028609022,-0.000302755,-0.005423054,0.026524717,-0.014520661,0.014775409,0.007781407,-0.0015410351,-0.000660995,0.0027713543,0.10375209,0.012081252,0.038937915,-0.03930846,0.046873715,-0.010537322,0.000008081508,0.02448673,-0.013308676,-0.03263868,-0.009495169,0.017940465,0.02888693,0.0010045194,0.008105632,-0.01696779,-0.017677998,0.014590139,0.00704804,-0.0136174625,0.016381096,0.015346664,0.02998312,0.00090078666,-0.033101857,-0.030168392,0.029952241,-0.014281352,-0.03063157,0.0059364107,-0.02511974,-0.016396536,-0.004543014,0.023405978,0.021290794,0.0079975575,-0.0034101554,0.008020716,0.019669667,-0.01607231,-0.0116952695,-0.02271121,0.021939244,0.0051528662,-0.012884095,-0.00087183795,-0.0035375296,0.029411865,-0.034676667,-0.05354349,-0.018187495,-0.00880812,-0.007943519,0.016566368,0.01565545,-0.0031496172,-0.003991059,0.040234815,0.016273022,0.0023081752,-0.0013972566,0.021522384,-0.0059364107,0.020549707,-0.037177835,-0.02244874,-0.00051239174,-0.023869157,-0.028763415,-0.009178664,-0.026370324,0.035448633,0.013864491,0.014211875,0.014451184,0.0055427086,0.025721874,-0.00079705386,0.030430859,-0.019561592,0.02071954,-0.016489172,0.007472621,-0.0006373536,-0.00096061395,0.00024196277,-0.006920666,0.028006889,0.0048402203,0.04122293,-0.03155793,0.024147065,0.026509278,-0.015624572,-0.010120461,-0.0041338727,-0.027034214,0.010251695,-0.028840613,0.0036687637,0.010344331,0.0072448915,-0.004500556,-0.020086529,-0.03767189,-0.013740976,-0.014597857,0.0074378825,0.014265913,-0.008283184,-0.00034424814,0.03748662,0.0003008251,0.0077003506,0.016797958,-0.0030396122,0.013347275,0.004473537,-0.014265913,-0.070897266,0.021321673,0.022340667,-0.003240323,-0.013478508,-0.007835445,0.01014362,0.008761803,-0.03415173,0.0052725207,-0.020549707,0.024934469,-0.007075059,0.0229428,-0.034213487,-0.017168501,0.057835616,-0.013818173,-0.04301389,0.006569422,0.011996336,-0.041624352,-0.010159059,0.02536677,0.024826394,-0.0015834932,0.0025976622,-0.0032422529,-0.013285518,-0.008846719,0.02643208,0.0041994895,0.0011318936,0.029257473,0.011077697,-0.016195826,-0.024409533,0.009973788,0.010938744,-0.024347775,0.017091304,-0.014698213,-0.032360774,0.037393983,-0.014520661,0.015778964,0.002138343,-0.0127297025,0.0017494656,0.02885605,0.0007874043,0.010243976,-0.0050563705,-0.03618972,0.010436967,0.009819395,-0.0011820714,-0.008298623,0.018974898,-0.05508742,0.0039601806,0.00074156886,0.026401203,-0.0013297097,0.028747976,0.0070827785,0.006144841,0.0075189387,-0.024100747,0.019021217,0.012312842,0.01302305,0.020549707,-0.014721372,0.022340667,0.02975153,-0.011193492,-0.017461848,-0.024162505,-0.03415173,0.029396426,-0.011317006,-0.028377432,0.0035201602,0.004311424,-0.017492726,0.0194072,0.019870378,-0.0026516998,0.02312807,-0.0039833393,-0.03791892,0.012760581,-0.010537322,-0.008445297,0.05270977,0.0044851163,-0.018851385,0.03399734,0.032731317,-0.025876267,0.030924916,-0.013903089,0.047676556,-0.06042942,0.01057592,0.020843055,0.014806288,-0.01695235,-0.011934578,0.025922583,0.030261027,-0.027296681,0.0025706433,-0.0046858275,-0.018388206,0.0060522053,-0.003639815,-0.03828946,-0.004010358,-0.019005777,-0.0021016747,-0.011494558,0.019268246,0.006333973,-0.018882263,-0.013409032,-0.014628736,-0.0012264594,0.027157728,0.00071117276,0.0006441083,0.02556748,0.008406699,-0.00014076299,-0.014929803,0.00076424534,0.0024876571,-0.030538935,-0.0070827785,0.0004390551,-0.008584251,0.021537824,0.011633513,-0.008344942,-0.018233813,0.020642344,0.01454382,-0.023668446,-0.00014052175,0.0136715,-0.008020716,-0.0037131517,-0.01234372,0.0015921778,-0.031418975,-0.005527269,-0.011401922,0.019468958,0.009942909,-0.034182608,-0.03927758,0.027157728,-0.010761192,0.018774189,-0.013764136,0.0024104607,-0.0020862354,-0.020642344,-0.002711527,0.013501667,0.012328281,0.009124626,-0.0005056371,0.036066204,0.020364435,0.039154064,0.0057202606,0.0032731316,-0.0050563705,-0.000706348,-0.0070210216,-0.02159958,-0.04897346,-0.02491903,0.0075073596,0.003549109,0.01764712,0.021229036,-0.00947973,0.009927469,0.012143009,-0.03510897,0.014258193,-0.03109475,0.0056276247,0.008422138,-0.038227707,0.020966569,0.0011087348,-0.012305122,0.026524717,-0.020966569,-0.006245197,0.000042488227,0.007904922,0.007762108,-0.01695235,0.003771049,0.0207041,0.0089161955,0.024286019,0.03107931,0.029180277,-0.025876267,-0.009402533,0.0018980689,0.009224981,-0.013694659,-0.0030318925,-0.01851172,0.019793183,0.019206489,0.016550928,-0.000083468716,-0.0021769411,0.05030124,0.01256759,-0.0019935996,-0.014157838,0.0047861827,-0.008792681,0.039833393,0.03856737,0.025212375,-0.012791459,0.0352016,0.03371943,0.018635234,-0.006658198,-0.020179166,-0.017122183,0.016705323,-0.0056276247,-0.0027925833,-0.06398046,-0.0036668337,-0.016550928,0.003020313,0.0037806984,-0.005399895,0.031835835,-0.021090083,0.0093870945,-0.020148287,-0.010251695,-0.030461738,-0.0039254418,0.024641123,-0.010243976,-0.00096061395,0.030338224,-0.017816951,0.052493617,0.038536493,0.05385228,0.0025030964,-0.022649452,-0.0014049762,0.005353577],"social":"https://twitter.com/preshdkumar"},{"title":"think diffusion","description":"mastering the create, launch, measure, learn, and repeat loop!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=eVPSCtobIrA","youtube_transcript":"Hi. My name is Fu. I'm working on thick diffusion. It's a web app that lets you run open source table facing UIs in your browser in less than ninety seconds. Making pro level AI art tools accessible to everyone. Let me show you how think efficient works. You can select the hardware and the open source user interface you want. And keep multiple machines running all at the same time, which allow you to train your own model on one window while exploring and sharing images on the other window. Can generate images using any of the many models available. Each one can generate art in a different style, realistic, fantastic, and of course, anime. You can only create your own model to generate unique and consistent characters and styles of your own choosing. Generate hundreds and thousands of pictures in minutes without needing your own GPU farm. Have perfect fine position control over your, even controlling those pesky fingers and hands through eight cool trippy videos with infinite zoom There's ups and downs, but it's been insane how much we've accomplished in the past six weeks. Balancing spending time on building versus selling was not easy. Our consistent posting on social got us free users but not much revenue. We got an uptick in users when one of our tweets got to reply for Billspace. Thank you Billspace. To get revenue, we had to basically do hand to hand combat and manually direct message people on Reddit and Instagram to come to try our app. This got a sixty dollar in revenue, but it was hard to keep at it every single week as we had to focus on building the product as well. It's been an amazing ride and I believe us getting faster on our create launch match and learn loop will get us far.","embedding":[0.008655916,0.02710725,-0.01612503,0.04272488,0.018954435,-0.07574894,-0.033505663,0.03323046,-0.0049751094,0.018868435,0.019384436,-0.049020093,-0.013545025,-0.055108905,0.03233606,0.016486231,-0.03828727,-0.050912097,-0.05830811,0.022274042,0.028758453,-0.009236418,0.009520218,0.012040023,0.022635242,-0.000020441836,-0.009348217,-0.0008256016,-0.028397253,-0.039456874,0.010096419,-0.028380053,-0.012323823,-0.028552053,-0.028431654,-0.039835274,-0.01088762,0.055796906,-0.0071896133,0.0044763084,-0.02719325,-0.008122715,0.06618573,0.019694038,-0.034692466,0.016580831,-0.039353672,0.03197486,0.022669643,0.038975272,-0.08565616,0.012960224,-0.010277019,-0.01028562,-0.0060931114,0.0035518066,-0.028620854,0.01071562,-0.050774496,0.0051127095,0.044204082,-0.015531629,0.06955693,0.012255023,-0.029928057,0.0077658147,-0.022583643,-0.017372033,0.014284627,0.03591367,0.0040054577,0.009735218,0.009047217,-0.013373025,0.017647233,-0.020605639,0.013734226,0.018816836,-0.0023628545,-0.03195766,0.0060716113,0.04217448,-0.005873811,0.0024187546,-0.033798065,-0.016684031,-0.056347307,-0.02163764,-0.057241708,-0.014628627,-0.002182254,0.036567267,-0.012882824,0.02124204,0.03787447,0.020313239,-0.01617663,0.028053252,0.060922515,0.03808087,0.024785247,-0.009778218,0.0076067145,-0.04712809,0.02700405,-0.0011438022,0.027588852,-0.00047810713,0.012134623,0.005878111,-0.12294583,-0.01622823,-0.0077529144,0.0019672536,-0.007460514,-0.01626263,0.03268006,-0.0023564044,-0.0057663107,-0.03157926,-0.051152896,0.07671215,0.025094846,0.01028562,0.022377241,-0.060578514,-0.04874489,-0.041589677,-0.027588852,-0.029050855,0.038872074,-0.0018586785,0.0539393,-0.038975272,-0.04148648,-0.030082857,-0.032783262,-0.018610435,-0.030512858,0.012366823,0.01645183,-0.017750433,-0.02727925,0.0045279083,-0.019590836,-0.04836649,-0.03249086,0.01033722,-0.03708327,0.003811957,0.023959644,-0.039732076,-0.028638054,-0.044100884,0.01626263,0.015402629,0.02736525,0.07031373,-0.03735847,-0.03302406,-0.03649847,-0.0050267093,-0.03264566,-0.024080046,-0.031114858,0.019676836,-0.022807242,-0.018060034,-0.06401852,-0.0020199288,-0.020691639,0.0008997767,-0.039732076,0.012194823,0.044788886,-0.02727925,0.01578963,-0.03183726,-0.03171686,-0.0536297,-0.027984453,0.030478457,-0.02100124,-0.009778218,-0.07457934,-0.04946729,-0.021620441,0.024389645,0.020966839,-0.013725625,0.011205821,0.0527697,0.0081055155,0.008415116,0.020382037,-0.035672866,0.06966013,-0.018042834,0.02666005,0.015548829,0.017647233,0.038528074,-0.004295708,0.01037162,0.009821218,0.009047217,0.012986024,0.028775655,-0.023925245,0.01586703,0.05837691,0.0024273545,-0.024647646,-0.028483253,-0.0541457,-0.027657652,-0.013278425,0.06577292,-0.0055943104,0.039525673,-0.03646407,0.03828727,-0.005809311,-0.02065724,0.0060157115,0.045752086,0.03735847,-0.003117506,0.03207806,0.018300835,0.029085254,0.03759927,-0.014035227,-0.0536297,0.03570727,-0.040454477,0.012143223,-0.03254246,0.014688828,0.01070702,0.019831637,-0.0040527578,0.004876209,-0.0057018106,0.024922846,-0.0035195567,-0.05878971,-0.055108905,0.028104853,0.007817415,0.05854891,-0.007052013,-0.011231621,-0.0117648225,0.0025542048,-0.0521849,-0.03249086,0.023220044,-0.011584221,-0.027021252,-0.0073831137,-0.028483253,-0.04289688,0.0023951044,0.005822211,0.0549025,-0.01580683,0.046784088,-0.03715207,-0.002741255,0.025232447,0.02638485,0.023942444,0.008737616,-0.022222443,-0.018644836,0.029928057,0.033832464,-0.017096832,-0.003713057,-0.034486067,0.008978417,0.0021908542,-0.0050267093,-0.018576035,0.028844453,0.047747288,-0.04152088,-0.012685024,-0.017277433,0.012126023,-0.012427024,0.023632845,0.013140825,0.03180286,0.03197486,0.007602414,0.008660216,-0.02120764,-0.0025327047,0.0041108076,-0.04802249,-0.02616125,0.0012029272,0.012255023,0.006385512,0.0027907053,0.035500865,-0.014491027,-0.009872818,-0.01562623,0.04771289,0.015007028,0.0036227568,-0.04850409,0.04619929,0.061610516,0.0093912175,-0.0067166127,-0.050189693,-0.015179029,-0.040110476,0.00021956916,0.0066564125,0.012143223,-0.05779211,0.06308972,0.006880013,-0.023804845,-0.044100884,0.06401852,-0.051875297,-0.026935251,-0.029824857,-0.008875216,-0.03787447,-0.010449019,-0.021878442,0.051393695,0.023220044,-0.027330851,-0.051118497,-0.05899611,0.022428842,0.008806417,0.013149424,0.01679583,-0.024819646,0.027829653,0.01050062,0.0061920118,-0.014826428,0.040626477,-0.02193004,0.025163647,-0.02193004,0.014680227,-0.058032908,-0.066288926,0.025868848,-0.030788058,0.038940873,0.04692169,0.002743405,0.012900025,0.034176465,-0.03756487,0.046096087,-0.016021831,-0.024183245,0.02715885,0.022360042,-0.01069842,-0.009941619,-0.022239642,-0.0050740093,0.03642967,0.02086364,-0.044479284,0.04795369,0.044926483,0.03660167,-0.0056115105,-0.017182833,-0.0041774577,0.004596709,0.05737931,-0.034107663,-0.040041674,0.028878855,0.077606544,-0.07127693,-0.025765648,-0.0059985113,0.03271446,-0.0025886048,0.045511287,0.026109649,-0.0071380134,-0.0028315552,0.03164806,-0.0012201273,-0.020794839,-0.02124204,-0.025112048,0.023116844,0.041211277,-0.017036632,0.029601255,0.014164226,0.030667657,-0.07616174,0.058204908,-0.0019479037,-0.013545025,-0.012341023,0.009941619,-0.012728024,0.03845927,0.09721458,-0.008655916,-0.051393695,0.014921028,-0.03808087,-0.022291241,0.030702058,0.040282477,0.0036055567,-0.0021693541,-0.049604893,-0.018644836,-0.00021795667,0.0056029106,-0.016942032,-0.017888034,0.019848837,-0.027829653,0.0076411143,0.03360886,0.013699826,0.028500453,-0.0016598031,-0.023529645,0.023529645,-0.02698685,0.0066220122,-0.0059727114,-0.005856611,-0.03766807,-0.016116431,-0.004237658,-0.040523276,-0.017200032,0.040213674,-0.028448854,-0.029928057,0.061782517,-0.027795251,0.013777226,0.023185644,-0.0013448275,0.03811527,-0.06993533,0.01572083,-0.00017858471,0.0054739104,0.010999421,0.041176878,0.02155164,-0.002595055,-0.0062264116,-0.011025221,0.022050442,-0.0055470103,-0.049157694,-0.028328452,0.017939633,-0.011919622,-0.012461423,-0.008333416,-0.021620441,-0.011154221,-0.017612834,0.016899033,0.013269825,0.039628875,-0.034142066,-0.035070866,-0.016116431,0.033798065,-0.028758453,0.03195766,0.07162093,-0.023701644,0.028810054,-0.02186124,-0.019315636,-0.039319273,-0.029050855,0.0024768047,0.023116844,-0.0076583144,-0.017294632,0.037633672,0.012126023,-0.017733233,-0.0067209126,0.0033217561,-0.030495657,0.004072108,0.0017726783,-0.000016376984,0.025456049,0.040936075,-0.017114032,0.035036467,-0.01082742,0.050292894,0.00537931,0.014886628,-0.028861655,0.02650525,-0.0061361114,-0.020519638,0.019367237,-0.008544116,-0.0523225,-0.030839657,-0.05923691,-0.02148284,0.008686016,-0.03814967,0.023856444,0.015230629,-0.049604893,0.0028960553,-0.017681634,-0.04850409,-0.020622838,0.00033110063,0.016589431,0.018834036,0.040695276,0.035260066,-0.023202844,0.023392044,0.004936409,-0.030392457,0.0017200032,-0.019952038,0.029859256,-0.017681634,0.041245677,-0.029618455,0.034228064,-0.0019575786,0.013407425,-0.0065704123,0.022669643,0.025559248,0.03157926,-0.022549242,-0.0020500289,-0.00074336387,0.0019156536,0.030736458,-0.018455634,-0.035672866,-0.015652029,0.00035260065,-0.0077099144,-0.012160423,0.017501032,-0.0051729097,0.030220456,0.00013383775,0.013321425,0.024424046,-0.007942115,0.025129247,-0.0530105,-0.011180021,-0.043997683,0.026316049,-0.022205241,0.022102041,-0.041968077,-0.018558836,0.02624725,-0.0024553046,-0.0137170255,-0.02617845,-0.01631423,0.01603903,0.006536012,0.0023392043,0.0030702057,-0.0066951127,0.027812453,-0.0023220044,0.0097696185,-0.008737616,-0.02127644,-0.031200858,-0.019178037,0.008969816,-0.0008454891,0.011979822,0.037977673,-0.028156454,-0.005921111,0.024389645,-0.02657405,-0.009253617,-0.004936409,0.030977258,-0.022532042,0.02643645,0.030426858,-0.03175126,-0.031493258,-0.037633672,0.018610435,-0.0018662035,0.029807655,0.020192837,-0.012504423,-0.029807655,-0.025180846,0.020468038,0.034279663,0.012564624,0.009958819,-0.017853634,-0.032611262,-0.0068413126,0.0059512113,0.00531911,0.028810054,-0.040523276,-0.006075911,-0.0071552135,-0.01058662,-0.02141404,0.011334822,0.008561316,-0.013398825,0.023667244,0.017552633,-0.022979243,-0.019590836,-0.012427024,0.056760106,0.011971222,0.0044333083,-0.002198379,-0.029343255,-0.017974034,-0.012822624,0.035139665,-0.017036632,0.05927131,-0.034864467,0.0008573141,-0.009468618,0.013975026,-0.02122484,0.015273629,0.017681634,0.022549242,0.000051398532,0.018816836,-0.0044204085,0.01587563,0.019178037,0.014215827,0.006854213,-0.079051346,0.036154468,0.034279663,-0.035432067,0.008342016,-0.050292894,-0.00536211,0.017853634,0.017716033,-0.0076798145,-0.006875713,0.027296452,-0.035208467,-0.0038184072,0.04908889,0.034812864,-0.019057635,0.0022747042,-0.02146564,-0.0023714544,0.0050869095,-0.012349623,-0.03642967,-0.002140329,0.028552053,-0.01569503,-0.031476058,-0.008711817,-0.023787644,0.0103888195,-0.004803109,0.012650624,0.03286926,-0.017956834,0.00072616385,-0.0013201025,0.023564044,-0.03285206,0.013613826,-0.0071767136,-0.01063822,0.011025221,-0.017939633,-0.027382452,-0.023065243,-0.022256842,-0.020399239,0.0036227568,-0.059718512,0.007580914,-0.0056373104,-0.0066822125,0.0073401136,0.005873811,0.0025026046,0.035982467,-0.011541221,0.014370627,-0.004755809,-0.0013190275,-0.006213512,-0.046646487,-0.027709251,0.0019640287,0.005796411,-0.02048524,0.019952038,0.002704705,-0.013785826,0.019917637,0.04747209,-0.00070627633,0.004871909,0.00048294466,0.020278838,-0.0071165133,0.027399652,-0.027313652,0.016735632,0.0022768544,0.0014888778,-0.0011362771,0.022824442,0.03154486,0.04692169,-0.011653022,0.01590143,0.0030508558,0.010019019,0.046164885,0.0086774165,-0.0055728103,-0.0055642105,0.008428016,-0.019556437,0.011094021,0.014293226,0.025077647,-0.035294466,-0.0014620028,0.016572231,0.012642024,-0.0036163067,-0.016391631,-0.005852311,0.005908211,-0.01050062,-0.0072111133,-0.016486231,0.035466466,-0.0031003058,-0.041624077,-0.04169288,-0.024028445,-0.024200445,0.008518316,-0.0050783097,-0.011859423,-0.011420822,0.007937815,-0.08489936,-0.040179275,0.020227239,0.0010056644,-0.022102041,-0.027692052,0.013820226,-0.012341023,0.0113864215,0.012306623,0.034107663,-0.04186488,-0.02616125,0.009090217,0.011188621,-0.014035227,0.0038678572,0.00044182583,0.015428429,-0.0048848093,-0.025456049,-0.013768625,-0.01050062,0.019831637,-0.030719258,-0.020622838,-0.02119044,0.004340858,0.00525031,-0.02124204,0.027330851,-0.008071115,0.025490448,-0.0009992144,0.016658232,0.034795664,-0.0026208549,0.023460845,0.0525289,-0.0048375092,-0.039835274,-0.017802034,0.03230166,-0.03591367,0.01569503,-0.004093608,-0.0034378564,0.0072713136,-0.007486314,0.0030981558,-0.014405027,-0.00002643833,-0.020072438,0.007279914,-0.041417677,0.03680807,-0.013682625,-0.013674025,-0.0125302235,0.023925245,-0.017096832,0.024252046,0.0077916146,-0.026488049,0.045648884,-0.005779211,0.034967665,0.024854047,-0.046164885,-0.011730422,0.02659125,0.03725527,0.029824857,-0.00040151324,0.04262168,-0.025266847,0.009210617,0.03178566,0.027055651,-0.045855287,0.025817249,-0.034021664,-0.011730422,-0.0045666085,-0.01597883,0.012788224,-0.012169023,-0.0052460097,0.02669445,0.014568428,0.033952862,-0.020278838,-0.0055126105,-0.029824857,-0.013811626,-0.0036442569,-0.02580005,0.015007028,0.04320648,-0.008178615,0.030530058,0.0055642105,-0.007559414,-0.01594443,0.013949227,0.026126849,0.008079715,-0.034709666,-0.007942115,-0.02074324,-0.023564044,-0.004824609,0.019074835,0.04754089,-0.012160423,0.020519638,-0.027657652,-0.044960883,-0.025026048,-0.011223021,0.038356073,-0.012349623,-0.009589018,0.027846852,-0.034193665,-0.009073017,-0.0017339783,-0.018902836,0.029446455,0.009967418,-0.009958819,0.009468618,0.015015628,0.028466053,-0.0026122548,-0.013760026,0.0070692133,0.002672455,0.028552053,0.039869674,0.009597618,-0.017767634,-0.020020837,-0.013656826,-0.0018092284,-0.0040011574,0.011747622,0.0066048126,-0.0077658147,0.029996857,0.0024445546,0.02174084,-0.002145704,0.023770444,0.009726618,0.03255966,-0.050533693,-0.026316049,-0.04251848,0.055384103,0.035604067,0.03176846,0.029463654,-0.0009863144,0.023357645,-0.029687256,-0.024028445,0.00044370707,-0.015101628,-0.023409244,0.003721657,-0.01055222,0.02113884,-0.019195236,0.022927644,0.0028509053,-0.008337716,0.010810221,0.009055817,0.072721735,-0.0024230545,0.0034980567,0.022876043,0.0017114033,0.02124204,-0.009141817,-0.014903828,-0.00029992557,-0.0046354085,-0.017071033,0.006867113,0.025112048,-0.013201024,-0.0010142644,0.0070176134,-0.0051772096,0.0062651117,0.0055513103,-0.04231208,-0.005873811,-0.050912097,0.013287025,0.02084644,-0.02580005,-0.04255288,0.040626477,-0.034744065,0.023994045,-0.031665258,0.0067768125,-0.017217232,-0.028311253,0.025352847,0.011352021,-0.013648226,0.004147358,0.024750847,0.000776689,-0.016563632,-0.0531481,-0.010259819,-0.04241528,-0.022136442,-0.0033647562,0.0035453567,0.0075895144,-0.018679235,0.020898039,-0.012134623,0.040420074,0.0016813031,0.0038915074,0.0034249565,0.009804019,0.03142446,0.0019145786,-0.005779211,-0.01062962,0.0077744145,0.011567022,0.00537931,0.01597023,0.01057802,-0.049983293,-0.010079219,0.0027993054,0.0092966175,0.013794426,-0.0044290083,-0.008909617,-0.028001653,0.028689655,0.019573636,0.02719325,-0.0015017778,0.0027928553,0.0032938062,0.011936822,-0.0078088148,0.004816009,-0.011438021,0.0035840566,0.016632432,-0.020588439,0.0011341271,0.001079302,-0.024252046,-0.0023693044,0.007396014,0.022772843,0.0033841063,-0.0045666085,0.0077099144,-0.0022403041,-0.014104026,0.03574167,-0.038390473,0.0076841144,0.0051256097,0.012177623,-0.040936075,0.013536425,-0.013811626,0.008987017,-0.009881418,0.015230629,-0.0017307532,-0.027520051,0.015093029,0.012891424,0.0034572065,0.023134043,0.0048805093,0.002124204,-0.019848837,0.007946415,0.004186058,-0.006759613,0.004190358,0.004798809,0.011850822,0.025972048,0.024148846,-0.03625767,0.015531629,-0.012083023,0.03185446,-0.019040436,0.0062909117,0.03173406,-0.025180846,0.02151724,-0.0018027783,0.02112164,0.0023026543,0.018300835,0.007980815,-0.012943025,0.0017619283,-0.0053836103,0.010062019,0.022050442,0.02103564,0.024768047,-0.0020898038,-0.008006615,-0.017346233,0.020261638,-0.004224758,0.013011824,0.06955693,-0.018472835,0.0101050185,0.0011330522,-0.061576117,-0.013011824,0.0014383527,0.012994625,-0.0005756636,-0.0023306045,-0.01585843,0.019436037,0.0050353096,0.020210037,-0.019556437,0.0025649548,-0.01613363,0.007856115,-0.008815017,0.0008970892,0.098452985,-0.008729016,0.019934837,-0.03139006,0.023873644,0.012323823,-0.004833209,0.007959315,-0.008617216,0.003846357,-0.0100104185,-0.010268419,0.002119904,0.025782848,0.04255288,-0.007623914,-0.0046268087,-0.01603043,-0.03176846,0.0035475066,0.02753725,-0.0051815095,0.000521376,-0.01058662,-0.006600512,-0.0146200275,0.0116272215,0.0015232778,0.021723641,0.011326221,0.0037732571,-0.0024918546,0.0017286033,0.027416851,0.020519638,0.011257421,-0.010947821,-0.015557429,-0.0007417514,0.007396014,-0.0023757545,-0.012642024,0.0079163145,0.013433225,0.0039990074,0.012341023,-0.0117648225,-0.011868022,-0.009761019,-0.04781609,-0.009176217,-0.0003593194,0.02609245,0.012031423,0.020106837,0.018971635,0.018851236,0.04822889,0.0015544529,0.03126966,-0.019384436,-0.0076110144,-0.0077142143,-0.005916811,-0.039525673,-0.027743652,-0.0027563053,-0.003775407,0.007830314,0.037633672,-0.018025633,0.0019156536,0.02155164,0.0013770775,0.009227817,0.0031691059,0.0051815095,0.02734805,0.03687687,0.0006863888,-0.003242206,-0.022274042,0.020691639,0.0081528155,-0.0039861077,0.013140825,0.0005520135,0.04747209,-0.03814967,0.040557675,-0.0056975107,-0.0072541134,0.023684444,0.014061026,-0.011850822,0.0023607044,-0.045614485,0.0086774165,0.0019565036,-0.029171254,-0.013734226,0.009571818,-0.008389316,-0.002655255,0.014559828,-0.008402215,-0.03715207,0.022996442,-0.018834036,0.009193418,-0.010096419,0.024148846,0.02672885,0.01052642,0.022411643,0.013304225,-0.008260315,0.009159017,-0.008569916,-0.061507314,0.03660167,0.006927313,0.013166625,-0.027967252,-0.0039194576,0.0044763084,0.0034658066,-0.035432067,0.013398825,0.004850409,-0.014792028,0.0038635572,0.023512444,-0.020347638,-0.029291656,0.016881831,-0.01578103,-0.0065016123,-0.023529645,0.024166046,-0.020966839,0.0025026046,0.03684247,-0.007077813,0.0045322087,-0.029790455,0.02719325,0.020450838,0.004259158,0.016864631,-0.016546432,-0.000019450817,0.04785049,0.018421235,-0.020726038,-0.015832629,0.008062515,-0.015445629,-0.023890845,-0.016469032,-0.017501032,-0.025352847,0.013785826,-0.02184404,0.022686843,0.0054954104,-0.019831637,0.017415032,0.0023800544,0.0016727032,0.018180434,-0.016305631,-0.05903051,0.007456214,0.018696435,-0.020227239,0.011326221,0.012693624,-0.050740097,0.0065618125,-0.00512131,-0.031200858,0.02086364,0.014362027,0.03608567,0.016469032,-0.0039689075,-0.0056545106,-0.019848837,-0.025765648,0.0012050773,-0.02091524,-0.033161663,0.030340858,0.0061748116,0.02120764,-0.011205821,-0.009477218,-0.028397253,0.028741254,0.0037603572,-0.023684444,-0.024785247,0.034589265,-0.04224328,0.0016125031,-0.036223266,-0.0066306125,0.027726453,-0.011928222,-0.017767634,0.023839245,-0.056622505,0.006364012,0.026316049,-0.00550831,0.010096419,0.044616885,0.012917224,-0.012323823,0.014104026,0.0033798064,0.003650707,-0.024217645,-0.021809641,0.01593583,0.045786485,-0.009176217,-0.02100124,-0.0012996774,0.009167617,-0.009657818,0.00018490035,0.028964855,-0.04097048,-0.0025778548,-0.0073186136,-0.012048623,0.018593235,-0.014792028,0.0072068134,0.002635905,0.003182006,0.007838915,0.0029691556,-0.0032379061,0.024974447,0.008849417,-0.0064715124,0.002698255,0.0077873147,0.047575288,-0.039560076,0.014981228,0.015290828,-0.000058251673,0.023151243,-0.040660877,0.0016125031,0.009907219,-0.03226726,-0.005912511,0.033488464,-0.034331266,0.004072108,0.01625403,-0.0062737116,-0.010939221,-0.013648226,0.012865624,0.0039624576,-0.0135278255,0.011317621,0.0069746133,-0.007851815,-0.01082742,-0.0022489042,0.03663607,0.015652029,-0.022876043,-0.003201356,0.008071115,-0.0066994126,-0.0064500123,-0.002080129,0.010070619,0.0054481104,0.0035690067,0.00535351,0.020399239,0.0046139085,0.009184817,0.016305631,0.034331266,0.012822624,0.0068198126,0.023409244,0.034967665,0.005826511,-0.023615645,0.019762836,0.002678905,0.007899115,-0.000521376,0.020588439,0.028001653,0.009073017,0.021895641,-0.011816422,0.0062436117,0.02129364,-0.011747622,-0.0139062265,0.019952038,0.004239808,-0.013115024,0.007004713,0.0045537087,-0.021620441,0.011051021,0.01615083,0.016924832,0.04317208,0.03756487,0.040144876,0.011575622,-0.0012373273,-0.04946729,0.015093029,-0.013149424,0.0045537087,0.006325312,0.04791929,-0.02167204,0.024389645,-0.036532868,0.000821839,0.009872818,0.01597883,-0.029704455,-0.009554618,-0.018576035,0.008320516,0.007056313,-0.008436616,0.03305846,-0.0010572645,0.02057124,-0.011042421,-0.0036141567,0.036567267,0.0533201,0.028810054,0.026935251,-0.007460514,0.00021432852,0.0078690145,-0.01627123,-0.015660629,0.03137286,-0.046027288,-0.000058050107,0.011489621,0.012538823,-0.038356073,0.03787447,-0.012599024,-0.020536838,-0.002073679,-0.041245677,0.0080109155,-0.014327627,0.03646407,-0.018937236,-0.045889687,-0.04723129,-0.024802446,0.02647085,-0.0029347555,-0.011360621,0.045132883,-0.013854626,0.022239642,0.009202017,0.03125246,-0.009958819,-0.005878111,-0.028328452,-0.01033722],"social":"https://twitter.com/phu_ngo"},{"title":"lexi-robot","description":"shop the perfect gift for someone using ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=c5C-KCu3yG8","youtube_transcript":"Hey, folks. I'm NASA, and I'm building a chat typically plugin called Lexi Shopper that recommends products from your local Amazon store based on what you need. And this is how it works. So you go to ChanteePT. If you have cloud plugin access, turn on Lexi Shopper, and just look for something like find me a gift for my three year old nephew who loves Spider Man and I wanna deliver within three days from Amazon India and he's gonna look for that product look at the reviews and then find the right product for you and give an explanation of why it recommend recommended that product for you. And we we started off with a very simple bot to experimental bot, which allows you to talk to chat you between about fifteen languages on Telegram and WhatsApp. And then we were like, okay. We are looking to work with Telegram and there are a lot of people advertising in Telegram. Why don't we just turn Telegram groups into marketplaces so whenever someone needs something and when it has something, we just match them. And so but we first wanted to crack the demand side, which is the harder side. So we just said, okay. Let's just build a plug in that search as Amazon. And so we we created that feature inside WhatsApp and Telegram and just searched Amazon for this product and recommend something And we didn't see much of a lift because that's like a very rare use case when you were looking for a product, like a gift recommendation, which is like a major use case. And when we got approved a chat g p t plugin, it just blew up. And so this is how we have progressed over the past few weeks. And we are now planning to build I can actually think of Google ads for Chantee Petee using this.","embedding":[0.008319753,0.0089246975,-0.0232156,0.031457067,0.032453444,-0.01333011,0.0011858674,0.07327646,-0.035955,0.020269169,0.012091755,-0.025635375,-0.042246412,-0.028610274,0.020852761,-0.009486939,-0.014789091,-0.037663076,-0.05853007,0.03322208,0.05070139,0.0329374,-0.002512295,0.0130596645,0.0025283084,-0.049107186,-0.024767103,0.02866721,-0.01930126,-0.020454211,0.00064675586,-0.03347829,0.0095509915,0.021706799,0.0021582253,-0.0044196467,-0.0037648843,0.012326615,0.05707821,0.016226722,-0.03236804,0.0130596645,0.053263504,0.015401152,-0.019358195,-0.0039428086,-0.056309573,0.03621121,0.00905992,-0.015586194,-0.07959634,0.031827148,-0.031343196,0.04478006,-0.023656853,-0.049676545,-0.0075653535,0.015657363,-0.0057576397,0.047598384,-0.0007130328,-0.012027702,0.026645986,0.014169914,-0.021308249,-0.0023041235,-0.021407885,-0.01229103,-0.030830773,0.029720522,0.031314727,0.017863628,-0.0038965484,-0.050160497,-0.031143919,-0.0029553273,-0.013123717,0.093659505,0.040424466,-0.012326615,-0.012632646,-0.021379419,-0.017522013,0.026532114,-0.04657354,-0.017721288,-0.0097502675,-0.020212233,-0.06336962,-0.0059426813,-0.005035266,-0.009002984,-0.03307974,0.016667975,0.04162012,0.034617007,-0.035784192,0.02838253,0.06428059,0.055911023,0.03236804,0.017294269,-0.022091117,-0.017949032,0.033563692,-0.022945154,0.04546329,-0.012020585,-0.01858956,-0.031172387,-0.09906841,0.025735011,-0.029692056,0.0021261987,-0.0029998084,0.027998213,0.023357939,-0.016055916,-0.028140552,0.014248201,-0.06832304,0.016013213,0.051583897,-0.011145196,0.027912809,-0.032026425,-0.075724706,-0.031514004,0.028482167,0.021820672,0.026218968,0.00051820534,0.07008805,-0.04819621,-0.018973878,0.007743278,-0.011017091,-0.024681699,-0.013130834,-0.016440231,-0.0025727896,-0.06701352,-0.041392375,0.0027258047,-0.031599406,-0.06092138,-0.03043222,0.008454977,-0.052523337,-0.061604608,-0.021322483,-0.026418243,-0.018475689,-0.009892607,-0.014148563,0.010461966,0.02554997,0.037890818,-0.037634607,-0.014732156,-0.0584162,-0.00083980407,-0.0053448547,-0.014860261,-0.07321952,0.016440231,0.006085021,-0.03046069,-0.038517114,0.0001511247,-0.014340722,-0.052551806,-0.016810315,0.02687373,0.053975202,-0.03268119,0.020568082,-0.06280026,-0.003458854,0.001089788,-0.025037548,0.00094922766,-0.07401663,-0.007686342,-0.04204714,-0.034332328,0.0074158967,0.0023699554,-0.010632773,0.014333605,0.013536503,0.010789347,0.052267127,0.024382785,-0.014760624,-0.026076628,0.061262995,0.0066543794,0.021621395,-0.020368807,0.04267343,0.01665374,0.013465333,0.055967957,0.010561603,-0.0067433417,-0.0031065634,-0.008063543,-0.06541931,-0.045406353,0.056708124,-0.03265272,0.032624252,-0.0027738442,-0.050672922,-0.027898574,-0.061604608,0.01071106,-0.07025886,0.015515024,0.0023290329,0.053519715,0.024980612,-0.03384837,-0.031770214,0.047427576,0.022831284,-0.06371123,0.034275394,0.0019518327,0.0045477524,0.02616203,0.024055405,-0.042474158,0.021251313,-0.040253658,0.025108717,0.00020439086,0.0008887333,-0.040395997,-0.04267343,0.030659964,0.03347829,0.013920819,-0.010127467,0.0008286838,-0.044723123,-0.06086444,0.012639763,0.03430386,0.05431682,0.025706545,0.01661104,-0.0055476883,-0.0140845105,-0.054601498,-0.031030048,0.055000048,-0.008931814,-0.013735778,0.02088123,0.022119584,-0.04449538,0.010056297,-0.01851839,-0.01625519,-0.0027471555,0.01302408,-0.022404265,-0.0040709144,0.03928575,-0.027599663,0.012504539,-0.025051782,-0.0014198382,0.009394418,-0.021607162,-0.029635118,0.014290903,-0.0025514385,-0.036979847,-0.011529513,0.005494311,-0.033250548,0.025663842,0.025108717,0.031770214,-0.056708124,-0.042217944,0.008810826,0.03692291,0.00083669036,-0.007686342,-0.0044232053,0.0042879824,0.031115452,0.032738123,0.008817943,-0.004850224,0.0145186465,-0.023514513,-0.062344775,-0.0025514385,-0.02149329,0.0054516094,-0.0049391864,0.043043517,-0.025806181,-0.009615045,-0.017123463,0.003843171,0.05525626,-0.0007503969,-0.059327174,-0.022760114,-0.026318604,0.09189449,-0.056736592,-0.023329472,-0.01219851,-0.031969488,-0.016710676,-0.0031261349,-0.017635886,-0.03376297,-0.016212488,0.026275903,-0.0010568721,0.0057042623,-0.014127212,0.03991204,-0.024966378,0.043157388,-0.01840452,-0.030147541,-0.037919287,0.008938931,0.005391115,0.020354573,0.03344982,-0.0019500535,-0.029862862,-0.0060707866,0.0033307483,0.053092696,0.04036753,0.010141701,0.0065262737,0.031200856,0.04324279,-0.011486812,-0.011572215,0.03720759,-0.04546329,-0.0016546986,-0.0262332,0.021792203,-0.0094727045,0.0038965484,-0.0058857454,-0.05730595,0.024340084,0.02382766,-0.0016271203,-0.01115943,0.010205754,-0.03734993,0.0075653535,-0.012447604,0.0027738442,0.043726746,-0.004921394,0.022802815,-0.02637554,-0.03390531,0.011963649,0.021664098,0.0344462,0.00007489513,0.027101472,0.053946733,-0.02432585,-0.0023414874,-0.016198255,-0.005174047,0.008390923,0.000078620425,-0.004209696,-0.04930646,-0.006447987,-0.0074443645,-0.07293484,0.0031759539,-0.0011173664,0.012931559,0.014618284,0.041790925,0.000232414,0.010098999,0.025991224,0.005754081,-0.043869086,-0.021393653,0.011557981,-0.014860261,0.022503901,-0.055569407,0.013899469,-0.038517114,-0.040566806,0.043954488,-0.004138526,0.031770214,-0.00471856,-0.02059655,0.043442067,-0.0009928192,0.03305127,0.06615948,0.05796071,0.03623968,-0.003111901,0.01700959,0.026062394,-0.02066772,0.03296587,0.043641344,-0.033677567,-0.01833335,-0.034218457,-0.0018753251,0.00025443215,0.029051526,-0.016013213,-0.002489165,-0.022261925,0.0010301834,0.07805908,0.035784192,-0.032738123,-0.050132032,0.015571959,-0.019728279,-0.02260354,-0.009216494,-0.041079227,-0.010148819,-0.000969689,0.009992245,-0.00891758,-0.05232406,-0.041363906,0.014760624,0.022133818,-0.04509321,-0.06644416,0.0077503948,0.001762343,-0.017422376,0.03900107,0.008711188,0.04449538,0.01318777,0.03885873,-0.016625274,-0.027813172,-0.0027756235,0.0030051463,0.047228303,-0.022148052,0.007814447,-0.0032987217,-0.012013468,0.018618029,-0.04805387,0.019642875,0.041819394,0.018916942,0.0065155984,-0.00988549,0.014774858,0.025265291,-0.023728022,0.048993316,-0.028254423,0.011992117,-0.03598347,0.017735522,-0.021763735,0.0034036974,0.019343961,0.040424466,0.016425997,-0.016141318,0.009188025,-0.013102367,-0.031656343,-0.049818885,0.006291413,0.011337355,0.004359152,-0.035926532,-0.019059282,0.034275394,0.00905992,-0.005537013,0.028140552,-0.025735011,-0.015714299,0.027656598,-0.030773837,-0.020411508,0.008604433,0.004359152,-0.03917188,-0.011671853,-0.026959132,0.045776438,-0.006643704,0.0104762,-0.0093161315,0.020383041,0.00016124416,0.007764629,-0.025236823,0.0026831029,-0.032880463,-0.034673944,-0.07088515,-0.034531604,0.0030460688,-0.011828426,0.002729363,0.0344462,-0.043755215,-0.0029482103,-0.026190499,-0.03609734,-0.041050762,0.0059462395,0.013956404,0.020696187,-0.0037826768,0.056224167,-0.0075938213,0.0060458775,-0.010668358,-0.009536758,-0.015998978,0.047342174,0.052978825,-0.023201365,0.027998213,0.0019891968,0.031997956,-0.00209951,-0.013714427,0.008099128,0.007358961,0.0032738124,0.0007784201,-0.0037043898,-0.00056713464,0.01686725,-0.011266185,0.011002856,0.003380567,0.020326104,-0.042104073,0.022546604,-0.000745504,-0.026218968,-0.005319945,-0.03860252,0.023685321,-0.016924186,-0.023813426,-0.025051782,-0.041705523,-0.0022596421,-0.03344982,-0.014547114,-0.000025006744,0.021108972,0.011671853,-0.009259195,-0.022902453,-0.0017498883,0.01063989,0.024980612,0.04890791,-0.053348906,0.035015557,-0.00020294523,-0.014077393,0.0016849458,-0.003996186,-0.03621121,-0.01632636,-0.0024144365,0.009999362,0.007629406,-0.03678057,-0.0074443645,-0.020582316,-0.00085225876,-0.024610529,-0.023471812,0.030830773,0.007828682,0.0031866294,0.015372684,-0.011458343,-0.016824549,0.0029090669,-0.005330621,-0.014105861,-0.038517114,0.06473608,0.03359216,-0.00077085826,-0.031428598,-0.027798938,0.004480141,-0.0039428086,0.04603265,0.031172387,-0.037634607,0.010839166,-0.0049605374,0.030261414,0.017863628,0.032880463,0.034958623,-0.0017418817,-0.019187387,0.011209249,-0.0023717347,-0.034901686,0.026218968,-0.025535736,-0.018062904,0.013685959,-0.051612362,0.0043306844,0.019998724,-0.037008315,0.02989133,0.013593438,-0.02271741,0.039200343,0.019899085,0.064679146,0.0015915354,0.011992117,-0.0073162587,-0.015984744,0.00086248945,0.0012107769,-0.0056544435,-0.026119329,0.017735522,0.009067037,0.006302089,-0.01804867,0.021052036,0.00015034627,0.014376307,0.017934797,0.019002346,-0.054516092,0.0008420281,0.0008558172,-0.04187633,0.0034392823,-0.015458088,-0.0055548055,-0.057932246,0.022703176,0.011871128,-0.014945665,0.019785214,-0.04876557,-0.020326104,0.04218948,0.0033378652,-0.00040611287,0.010433498,-0.006447987,-0.0033182935,0.0052096318,0.0059070964,0.01521611,-0.003921458,0.021721033,-0.0037897937,-0.03057456,0.056110296,0.008476327,-0.08665639,-0.042929646,-0.006106372,-0.0140062235,-0.0036972729,-0.0050281486,0.00040900413,-0.0040637976,0.000035195706,0.022475434,0.02102357,-0.025735011,0.020141063,0.021336716,0.019173153,0.023443343,0.015443854,0.012070403,-0.05109994,0.013508035,-0.0009438899,-0.021237079,0.019899085,-0.0075297686,0.003003367,-0.008974516,-0.056110296,-0.029407375,0.020710422,-0.029236568,0.02149329,-0.0008184531,-0.015899342,0.010590071,-0.020141063,0.018034436,0.023614151,-0.042644966,-0.00022029287,-0.025151419,-0.021934543,0.018618029,0.021763735,-0.013913702,0.022475434,0.010205754,-0.028254423,0.009565226,-0.0043306844,0.018347584,-0.0036243238,-0.0061490736,0.015116473,-0.036154274,0.046459667,-0.020639252,0.02429738,0.019927554,-0.034617007,-0.0044089714,0.039883576,0.005878628,0.025791949,-0.0025247498,0.040538337,0.029862862,-0.004053122,-0.018105606,-0.02073889,-0.001693842,-0.0096719805,0.01130177,-0.0075582364,0.018973878,-0.02873838,0.022190753,-0.011871128,-0.034531604,0.01535845,0.044409975,0.0026048159,-0.007252206,0.022261925,-0.03635355,-0.016838783,-0.02271741,-0.024012702,0.011892479,-0.007209504,-0.009921075,-0.046345796,-0.002540763,-0.017735522,0.019116217,-0.010789347,-0.010746645,0.05522779,0.018603794,-0.075724706,-0.026347073,0.0075297686,0.018902708,0.013557853,-0.030289881,-0.019173153,0.052978825,0.008042191,0.0018272855,0.040253658,-0.02720111,0.018219478,0.0064515453,-0.022190753,-0.016127085,-0.008383807,-0.010888984,0.0033485407,0.042474158,-0.026887963,0.002691999,-0.024283146,0.04589031,-0.017137697,-0.0034855427,-0.021749502,0.05787531,0.022475434,0.013237589,-0.019799449,0.007757512,-0.012682465,0.02550727,-0.0464312,0.027286515,-0.023813426,0.015571959,0.0092378445,-0.05221019,-0.027656598,0.002786299,0.009280547,0.005490753,0.020639252,0.0058288095,-0.0054729604,0.012895974,-0.019258557,-0.0059960587,-0.0014447477,0.004793288,0.0042737485,0.0011396069,0.0024838273,-0.002873482,-0.0065262737,-0.006028085,0.045406353,-0.00093054556,0.02906576,-0.0125472415,0.009593694,-0.05084373,-0.011671853,0.011942298,-0.013771363,0.004515726,0.018646497,0.021308249,-0.021052036,0.023429109,0.046829753,-0.0002760055,0.02120861,-0.023770725,0.02443972,0.03290893,0.016070148,-0.011017091,0.031314727,-0.011038441,0.010255573,0.020923931,-0.017052293,0.0020372365,-0.00031136803,-0.011074026,-0.004487258,-0.030973112,0.010953037,0.0058003413,0.00044748033,-0.031656343,0.009337482,0.0058359266,-0.023400642,-0.01700959,0.05827386,-0.0076009384,0.038944133,0.015998978,-0.034787815,-0.027528493,0.0098285545,0.022589305,0.011152313,-0.021251313,0.033022802,-0.01384965,0.0007882059,-0.002380631,0.015415386,-0.0040566805,-0.0037364163,0.04557716,-0.0015025731,-0.02658905,0.027471555,-0.03140013,0.03871639,-0.023400642,0.011735906,-0.02583465,-0.047712255,-0.006085021,-0.0059213303,-0.012212744,0.01837605,-0.022774346,0.010355211,0.011778608,0.015927808,0.022845516,-0.009800086,0.028396763,0.027073005,0.0041954615,-0.02569231,0.049619608,0.0110099735,0.007608055,-0.025564205,0.009999362,0.0123906685,-0.02389883,-0.023272535,0.015799703,-0.06672884,0.019827915,0.009849905,0.020824293,0.0024962819,0.038374774,-0.040481403,0.039598897,-0.016924186,-0.0064693377,-0.0427019,-0.01887424,-0.019130452,0.015301514,0.048025403,0.011259068,-0.012020585,0.008084893,-0.0057042623,-0.010326743,-0.003241786,0.014888729,-0.01930126,0.023414876,0.01858956,-0.016425997,0.013742895,-0.011408525,0.049534205,-0.0022027064,0.005444492,0.017692821,0.012632646,-0.0012001013,-0.017692821,0.00015857529,0.008027958,0.019543236,-0.04227488,0.0079781385,0.02493791,-0.02260354,-0.027713533,-0.02722958,-0.02328677,-0.0049818885,-0.01221986,-0.014034691,0.016369062,0.005640209,0.014148563,-0.022119584,-0.025663842,-0.018319115,0.048964847,0.017422376,-0.00861155,-0.00771481,-0.028254423,0.021151675,-0.0025567764,0.029777458,0.029378908,-0.023343707,-0.021436354,-0.012177159,0.0101844035,-0.008362455,0.03638202,0.024667464,-0.035243303,-0.04133544,-0.018475689,-0.029023059,-0.023713788,0.018959643,-0.027144175,0.026717156,-0.014497295,0.007906969,-0.021678332,0.010433498,0.0031617198,-0.0042310464,-0.007070723,0.024083871,-0.014660986,-0.023884596,-0.00915244,0.0017703496,0.0066970815,0.009529641,-0.006643704,-0.0032524613,0.0337345,-0.039712768,-0.020354573,0.010917452,0.048281614,-0.014212616,0.0061811,-0.014020457,-0.019358195,0.019500535,0.009558109,0.01288174,0.005088643,-0.025108717,0.0012819467,0.046886686,-0.0033147351,-0.01297426,0.02824019,-0.016127085,-0.0029037292,-0.0292081,-0.007366078,-0.008995867,0.01130177,-0.0026279462,-0.0037470919,0.022361562,0.008433625,0.016568337,0.006554742,0.04628886,0.013465333,-0.0044623488,0.011565098,0.014568465,-0.046317328,0.019998724,-0.03057456,-0.0034873218,-0.021379419,0.02601969,0.01887424,0.0035086728,0.008874878,0.0045406353,-0.0019002346,0.010291158,0.014354955,-0.0075368853,0.011038441,-0.010896102,-0.007586704,-0.011145196,0.017208867,0.020468444,0.014191265,0.01354362,0.0055654813,0.012696698,-0.033791438,-0.015386919,0.025464566,0.0064230775,-0.019329727,-0.010163052,0.007013787,-0.011102494,-0.00995666,0.024425488,0.024425488,-0.014988367,0.026290137,0.0093161315,-0.023386408,-0.02281705,0.01811984,-0.03310821,-0.018916942,0.0028467933,-0.010554486,0.029606652,0.01998449,0.023742257,-0.0138069475,0.053149633,0.00915244,-0.012597061,0.034787815,-0.00083224225,-0.006615236,-0.0012374655,-0.02479557,-0.023272535,-0.0040353294,-0.028012447,0.014262435,-0.032994334,0.017052293,-0.0070173456,-0.017351206,0.03598347,-0.0069034738,-0.025877351,0.010098999,0.0069639683,0.029748991,-0.009857022,0.06638722,0.020041425,0.005960474,0.021222845,0.04022519,0.022831284,-0.016027447,0.020553848,-0.009394418,0.0054836357,0.0029482103,-0.016596805,0.024781337,0.00318485,-0.012988495,-0.014874496,-0.0017516676,0.0048217564,-0.024895208,-0.039086472,-0.007850032,0.0055405716,-0.00018359593,-0.01995602,-0.021308249,0.0026795443,0.01840452,-0.010846282,-0.0011920948,0.032567315,0.016440231,-0.029777458,-0.01214869,0.03982664,0.020069893,0.017308503,-0.049705014,0.016739145,0.0009456692,-0.007871384,0.017991735,-0.0018290647,0.018703433,-0.011166547,-0.0025496592,0.0074799494,-0.010960154,0.022575071,-0.029635118,-0.053918265,-0.018788837,0.015415386,0.002286331,0.013315876,0.00071926013,0.026517881,0.010212871,0.015742768,0.025236823,0.028368296,-0.029834395,0.013081015,-0.005202515,0.0070031118,-0.0121913925,-0.0014954561,0.019400897,0.014312253,0.018546859,-0.023998467,-0.029378908,0.021052036,0.03902954,-0.015714299,0.032140296,-0.0017401024,0.0038965484,0.019315492,0.018020201,0.034759346,-0.0066187945,0.0024571386,0.013927937,0.0009865918,0.010013595,0.0033948012,0.0054266998,0.049221057,-0.0044445563,0.013814065,-0.016568337,0.017052293,0.023642618,0.00898875,-0.0001513471,0.026446711,-0.022731645,0.019472066,-0.0050423825,-0.02142212,-0.0002370845,0.0042666313,-0.0018753251,-0.00997801,-0.017038058,-0.011486812,-0.03430386,0.04005438,0.010832049,0.0021457705,0.013728661,0.012511657,0.014974133,0.013664608,0.031457067,0.018931177,-0.0078571495,0.0038182617,-0.017436609,-0.019614406,0.019116217,0.009522524,0.00327915,0.026688688,0.00502459,-0.019315492,0.05209632,-0.04794,0.006956851,0.0374638,0.0013317656,0.013984872,0.005077968,0.00997801,0.011479694,0.037776947,0.0026510763,-0.03003367,-0.003857405,-0.0040637976,0.011885363,0.010077649,0.023599917,-0.033136673,0.015401152,0.0037364163,0.014589816,0.0057042623,-0.014689454,0.008248583,0.004220371,0.009878373,0.052124787,-0.018005967,0.038175497,-0.017536247,0.00995666,-0.018860007,-0.010689709,-0.006992436,-0.015415386,-0.024809804,-0.00020350124,-0.008867761,0.035357174,-0.014888729,-0.021450588,-0.000050291495,0.011123845,-0.023685321,-0.004480141,0.021037802,-0.018162541,-0.017123463,0.030802304,-0.016440231,-0.0065405075,-0.009913958,-0.045548692,-0.019927554,0.0058145756,-0.02888072,-0.008433625,-0.010775113,-0.009024335,-0.013500918,0.0025674517,-0.0071525685,-0.010433498,-0.014020457,-0.014141446,-0.00132109,-0.03336442,0.02666022,0.035186365,0.008817943,-0.033250548,-0.004220371,-0.01422685,0.017949032,0.0076721082,-0.013920819,-0.034702413,0.009430003,0.009864139,0.038289372,-0.029805927,-0.013273174,0.015828172,0.011778608,0.00846921,-0.0043769446,-0.017052293,0.028624507,0.008561731,-0.019998724,-0.01444036,0.012796336,0.004654507,-0.054886177,0.03344982,-0.013066782,-0.008419392,-0.0074728327,-0.013152185,-0.011195015,0.020625018,-0.056138765,-0.005526338,0.012241212,0.029122695,-0.014646752,0.022916686,0.019101983,0.015543492,0.005586832,-0.018860007,-0.033819906,0.0028681443,-0.026674453,-0.0021902516,0.014789091,0.008191648,0.026517881,0.00026110432,0.010974389,0.0008344663,-0.0048609,0.0024340083,-0.032197233,0.015201877,0.03330748,-0.01304543,-0.021521758,0.006867889,0.006601002,0.0060814624,-0.010732411,0.0022525252,0.008817943,-0.031656343,0.0027702858,-0.009145324,-0.037264526,0.0020870555,0.0070956326,-0.0074158967,0.026361307,-0.027870107,0.009501173,0.031200856,-0.0005431148,0.03347829,-0.0060102926,0.0010604305,0.0019945346,-0.0007962125,0.018845772,-0.010362328,-0.022475434,-0.046715878,0.015443854,-0.005935564,-0.010091882,-0.009878373,0.0011707437,0.002750714,-0.015600428,0.00915244,-0.0010622097,0.0040068617,0.03362063,-0.018134074,0.042644966,0.0041563185,0.009344599,0.013792714,0.024539359,-0.019742511,0.004611805,0.005743406,0.0027524934,0.019998724,-0.021393653,0.004060239,0.04233182,0.019258557,0.02281705,-0.021180142,0.007949671,0.029663587,-0.007184595,-0.002184914,-0.003489101,0.003517569,0.005494311,0.021436354,-0.010227106,-0.013038314,0.030688433,0.018347584,0.0071988287,0.015159175,0.03085924,-0.0015603986,-0.0015399373,0.0075368853,-0.013714427,0.03251038,0.020639252,0.03555645,0.01535845,0.0119565325,-0.020909697,0.022105351,-0.00566156,0.017023824,-0.010533135,0.011920948,-0.02127978,-0.0037613257,-0.007387429,0.002055029,0.004380503,0.021806438,0.023628386,-0.011977883,0.018916942,0.00097324746,-0.018603794,0.017336972,0.076009385,0.028695676,0.005501428,-0.027314981,0.01930126,-0.010205754,-0.019728279,0.015059537,0.04489393,-0.030346816,-0.009807203,0.013728661,0.014354955,-0.010255573,0.02382766,-0.06302801,0.024638997,-0.013159302,0.026489412,0.015885107,0.021607162,0.0013682401,-0.007049372,-0.011123845,-0.023429109,-0.048139274,-0.009771618,0.021123206,-0.032311104,0.028339827,-0.011849778,-0.0054729604,0.023941532,0.011849778,0.0007317149,-0.010604305,-0.0052665677,0.003458854],"social":"https://twitter.com/naz_09"},{"title":"amlopedia.org","description":"the ultimate tool to search on amlo's daily press conferences.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Alt7bu_t8jw","youtube_transcript":"Hi, Marco here, and I'm working on amlopedia dot org. Some contacts here, this guy is Pablo. He's the president of Mexico. And he's been doing these video daily press conferences every morning since twenty sixteen. So I created the Ultimate Search tool to find stuff on Amolo's video daily press conferences better known as Magneras. You can just type whatever you want, for example, Bad Bunny. And if there is a match, you can go to the video in the exact moment where the president of Mexico said Badboni. And the craziest thing happened when the Amlopedia dollar was featured on the Marinera's videos you can actually search Alopedia inside the Alopedia. Instead of Mario or Mario, they say, Mario views. So it reached news and TV all over Mexico. Having two hundred and thirteen thousand views in the first two weeks and almost twenty thousand users that search at least one time. I also made a TikTok video that reached almost one million views So I put two monthly plans, one for indie users and another for journalists. And even though I'm measuring users, I just put out there those monthly plans. And right now, I have three fifty dollars moly recurrent revenue. See you in San Francisco?","embedding":[0.016718607,0.0022439428,-0.0063455086,0.021814741,-0.040506046,-0.0061235805,0.02127225,0.041328,-0.0191516,-0.05638626,-0.004639948,-0.027847907,-0.014606178,-0.032434426,0.026746484,0.013562292,-0.08028877,-0.051947687,-0.011079982,0.038204566,0.026532775,0.01740905,-0.0049070837,0.04004575,0.04487886,-0.04478022,-0.054282047,0.05365736,0.004964621,0.027535563,0.017540565,-0.03978272,-0.019118723,0.037645634,-0.05477522,-0.059739843,-0.0015668557,-0.00011667938,0.011334788,0.012510187,-0.0150171565,-0.024576517,0.053953264,0.04162391,0.00498517,-0.028061615,-0.03928955,0.061416633,0.046621405,0.02564506,-0.017787151,0.016036384,-0.0060085063,0.045109004,0.020664,-0.054084778,0.030806951,-0.014343151,-0.0016213104,-0.019217357,-0.016365165,-0.03889501,0.0440569,-0.005807127,-0.030149385,0.003583733,-0.057767145,0.015370598,0.0151486695,0.015855553,0.013488316,0.037218217,0.022653138,-0.039190914,-0.03600172,-0.018559791,0.0018062507,0.01514045,-0.025809452,-0.042676013,0.0063003013,0.07548854,-0.0028891792,0.012419771,0.0098059485,0.03810593,-0.002165857,0.0066578523,-0.013093776,0.0032693343,-0.07035953,0.025053252,-0.026680727,0.003199468,0.07686943,-0.000029394598,-0.016998073,0.036264747,0.06486885,0.02145308,0.018806377,-0.039585453,0.035212643,-0.06365236,-0.023409339,0.042215716,0.034555078,-0.040506046,0.024806665,0.019989997,-0.053460088,-0.015839113,-0.0071510267,-0.0064318143,-0.014080125,0.00900865,0.010899151,-0.019020088,0.026401263,-0.00937853,-0.041163612,0.011490961,-0.0037131913,0.023096994,0.0017836469,-0.013356803,-0.023524413,0.049153034,-0.0031522054,-0.059805598,0.0057783583,-0.0152801825,0.03335502,-0.05727397,-0.021485958,0.037908662,-0.05191481,-0.03813881,-0.034456443,0.043366455,0.05059968,0.0039310097,0.009427848,0.024724469,-0.0570767,-0.03734973,-0.0004687724,-0.018461157,0.013817099,-0.06486885,0.00594275,-0.0052399766,-0.026138235,0.006242764,0.009682654,-0.028291764,-0.020548927,-0.0030206924,0.003047406,0.03353585,0.009649776,-0.00084507465,-0.00046851553,0.01206633,0.011836182,0.06970196,-0.038993645,-0.03836896,-0.048363954,-0.029738408,-0.02968909,-0.017228222,0.0010238503,-0.025250522,0.0014024643,-0.0946237,-0.022159964,-0.060035747,-0.011680011,0.011343008,-0.00978129,0.029820604,-0.029820604,-0.014063686,-0.040374532,-0.015567867,-0.030017873,0.013118436,-0.004134444,0.018181691,0.010167609,0.056780796,0.056188986,0.030905588,-0.022538064,-0.031382322,0.034160536,-0.019973557,-0.00013029305,-0.0122142825,0.022998359,-0.00015591498,0.050731193,0.05727397,-0.038960766,-0.02431349,-0.03315775,-0.0014939071,-0.026121797,-0.01053749,0.090152256,0.0060701533,0.023129873,0.011153958,-0.06089058,0.0036063367,-0.09955544,0.02929455,-0.00651401,-0.0020405084,-0.013496536,0.038631983,0.023080556,-0.026516335,-0.016767925,0.00956758,0.034752347,-0.038730618,-0.0074756998,0.030905588,0.075817324,0.023853194,0.012666359,-0.009419628,0.055695813,-0.029195916,-0.019250235,-0.051224366,0.010101853,0.04964621,0.015945967,0.0031152174,0.024428565,0.014877424,0.01588843,0.0202859,-0.016332287,-0.038566228,0.022324355,0.06838683,0.052013446,0.020022875,-0.005256416,0.040506046,0.0019470109,-0.005675614,-0.04099922,0.03902652,0.017754273,-0.000378614,0.02817669,0.014211638,-0.05786578,0.0023364131,-0.014096565,-0.0054742345,-0.045273397,0.015658282,0.034719467,-0.0034255062,-0.009921022,0.012033452,-0.004364592,0.03560718,0.02127225,0.015929528,0.035508547,0.0005887268,0.021979133,-0.0088196,0.0071756854,-0.004635838,-0.016414484,0.026861558,0.0014343151,0.030182265,0.07305554,0.011088201,-0.03850047,-0.0390594,0.016348727,-0.029179476,0.018592669,0.0036412699,0.022225719,-0.014573299,0.012362234,-0.058490466,0.008001752,0.03233579,-0.010685442,-0.055202637,0.043366455,-0.012312917,-0.00059489143,0.033634484,0.0038960767,0.01015939,-0.0024740908,0.02319563,-0.003390573,-0.011589595,0.024017585,-0.037678514,0.01533772,-0.02451076,0.072858274,-0.028423276,0.0038940217,-0.040703315,0.0041858163,-0.05714246,-0.0149513995,-0.025365597,-0.025497109,-0.03067544,0.053690236,-0.010890932,0.010751199,-0.027173901,0.05954257,-0.0016079536,-0.014984278,0.00039556687,-0.01744193,0.013915733,0.019809166,0.03409478,0.033798877,0.045898084,0.0014219858,-0.025990283,0.004561862,-0.02742049,-0.0028275324,-0.017540565,0.012329357,-0.036856554,-0.02087771,-0.02240655,-0.026105357,-0.0021781863,0.023294264,-0.0018637878,0.039453942,0.030001434,0.0010952578,0.0032323464,-0.0040214253,-0.010611466,-0.021338006,0.013545853,0.015559648,0.014762349,0.008926454,-0.0052194274,-0.04195269,-0.014663715,0.0505668,0.0007294869,-0.000075388874,-0.025940966,-0.0071017095,0.021124298,-0.015313061,0.0055112224,0.013332144,0.013989709,0.0124773085,0.034456443,0.023343582,-0.005708492,-0.008663428,-0.010603246,-0.020943467,0.0056797233,0.039552577,-0.016702168,0.0027679405,-0.020631123,0.04616111,-0.032417987,0.028423276,-0.036363382,-0.0030391864,0.03978272,0.06838683,0.0390594,-0.03560718,0.021617472,0.0036166112,-0.0013808879,-0.03810593,-0.02393539,-0.017113147,0.038796376,-0.030412413,-0.032483745,0.0405718,0.00124321,0.020861272,-0.052638132,0.047805026,0.033223506,-0.011573156,0.019003648,0.0057947976,0.0028768498,0.06384963,0.029179476,0.031743985,-0.029278113,0.019463943,0.021979133,0.00041842755,0.0032611147,0.049317427,0.014499323,0.0072743203,-0.032302912,-0.016496679,-0.010882712,0.015378817,-0.009731972,-0.009288115,-0.0034337258,0.0013747233,0.054512195,0.01244443,0.007989423,-0.047213215,0.033009797,-0.036133233,0.017376173,-0.006361948,-0.008482597,0.029557576,-0.0016007614,0.00068376557,-0.02891645,0.016513119,-0.038237445,-0.03662641,0.03159603,0.015411695,0.038631983,0.046424136,-0.01819813,-0.0010623796,-0.021222932,-0.021469519,0.007907228,-0.02645058,0.03912516,0.015255524,-0.028472593,-0.013274607,-0.0075743347,0.017096708,0.008638769,0.06381675,0.0068880003,-0.0066414136,0.043366455,-0.052638132,-0.0528354,0.0021555824,-0.016488459,-0.010611466,-0.025546426,-0.010397757,0.006423595,0.027897224,0.04004575,-0.010973128,0.011227934,-0.009633337,0.01668573,-0.0482982,0.026532775,0.014729471,0.041821178,0.022718893,-0.021568155,-0.0026939644,-0.008182582,-0.045141883,-0.06608535,0.008564793,-0.034456443,0.011901938,-0.016093919,-0.046687163,0.03978272,0.020384535,-0.008457938,-0.023590168,-0.02069688,0.0032611147,0.08436567,-0.039158035,-0.027075266,-0.016965194,0.00938675,-0.0066331937,-0.00497695,0.042708892,-0.004183762,-0.03757988,0.0062345443,0.000809114,-0.016069261,0.0011671791,0.008836038,0.039388184,0.017885786,-0.0041858163,0.011022445,-0.01666107,0.023590168,0.006357838,-0.03182618,-0.018362522,0.010299122,-0.019874923,-0.04349797,-0.026088918,0.0051372317,-0.0058934325,0.0045824107,0.022603821,0.037481245,0.0433007,-0.0053180624,-0.012921166,-0.008281218,0.02950826,0.010274463,0.0080428505,0.011622474,0.008322315,-0.022225719,0.011819743,-0.025776574,0.03296048,0.0069003296,-0.0014600013,-0.024987496,0.006275642,0.0024062793,-0.014918521,-0.031300128,0.00008450746,0.065099,0.031365883,0.00440569,-0.025414914,-0.036494896,0.0029960335,-0.035409912,0.038171686,-0.0028624656,-0.0059879576,0.004270067,0.00862233,0.02069688,0.007167466,-0.010258025,-0.035377033,0.0029919238,-0.023080556,-0.009797729,-0.0001138539,-0.02145308,0.0074181627,-0.018247448,0.006398936,0.026647849,-0.019792726,0.0054660146,0.013923953,-0.01626653,-0.013693805,0.011803304,-0.024412125,0.020220144,0.019759849,-0.04228147,0.027535563,0.027305415,0.019694092,-0.031464517,-0.01875706,0.01360339,0.010356659,0.03965121,-0.04583233,-0.018083056,0.005396148,-0.02758488,-0.031431638,0.0017528235,-0.031546712,-0.032253597,0.0032446757,0.030149385,-0.043202065,-0.008079838,0.007919556,0.0034193415,0.00881138,-0.06647989,0.015206207,0.013438999,0.0052728546,0.014408908,-0.018658426,-0.023392899,-0.004541313,0.002161747,0.020253023,0.019118723,0.03777715,0.007841471,-0.003063845,0.011992354,-0.024872422,0.061712537,0.0067523774,-0.039486818,0.03978272,0.0042454083,-0.0199078,0.0012873902,-0.005342721,-0.014852765,0.007245552,0.02531628,-0.0037111363,-0.035935964,0.006185227,-0.002603549,0.020548927,-0.004808449,-0.022159964,-0.014499323,-0.0062016663,-0.018921452,-0.021584593,-0.003967998,-0.040966343,0.08094633,-0.013997929,-0.014770569,-0.025332717,0.00977307,-0.016241873,0.017293977,-0.016825462,0.04303767,-0.0498106,0.010512832,-0.009838826,-0.017474808,0.014532201,0.008877137,0.016529556,-0.031859055,0.0027124584,-0.009362091,-0.0152801825,0.012321137,-0.037974417,0.023409339,-0.0131924115,-0.0006149266,0.012912946,0.014022588,-0.016726827,0.0070852702,-0.013800659,0.0029467163,-0.0051618908,-0.009682654,0.025825892,-0.03656065,0.0014147937,-0.011753987,0.004173487,-0.104947485,-0.011992354,0.0088935755,-0.038171686,0.016545996,-0.008120936,-0.001742549,-0.019694092,0.001790839,-0.004833108,0.008425061,0.029097281,-0.025513548,0.024823105,0.0049070837,0.0022953153,0.02602316,-0.014203419,-0.016603533,0.0017774822,-0.009822387,-0.017277539,0.03577157,-0.005671504,-0.010307342,0.0037768928,-0.014976058,-0.0077428357,-0.007167466,-0.05382175,0.0015555538,-0.010734759,-0.00975663,-0.033042677,-0.016389824,0.000054647302,-0.0026508116,-0.0010551874,-0.0038611435,-0.044550076,-0.019200917,-0.029721968,0.041656785,-0.033026237,-0.03504825,-0.0043933606,-0.045996718,-0.0010705991,-0.028867133,-0.02740405,0.05539991,-0.009057967,0.019217357,-0.0118279625,0.0325495,-0.0046235085,-0.018362522,0.012912946,0.0433007,-0.0325495,0.0014949344,0.039618332,0.034555078,-0.011425204,0.03544279,0.005342721,-0.008556574,0.029442502,-0.015041815,0.00958402,0.022587381,0.02276821,-0.017984422,0.010216926,0.018822817,0.014630836,-0.0074756998,0.035146885,-0.014384249,0.026384823,0.030395973,0.0061728978,0.013200631,-0.004062523,-0.015181548,0.033470094,-0.030395973,0.029837042,-0.032878283,0.016702168,-0.004689265,0.011063542,-0.030724756,-0.000081874634,-0.0050057187,0.032664575,0.024461443,0.010545709,-0.05152027,-0.08101209,0.037645634,-0.0052810744,-0.00498106,-0.015789796,0.033453654,0.008901795,-0.024346368,-0.0069003296,0.003620721,-0.05684655,-0.0013264333,-0.008088058,-0.025464231,-0.009066187,-0.019398188,0.040210143,0.033387896,0.008655208,-0.020335218,-0.0031008332,0.0019922184,-0.009312774,-0.0053180624,-0.033700243,-0.018148813,0.042676013,0.004062523,-0.024264174,-0.0199078,-0.002260382,-0.03501537,0.02069688,0.014392469,0.019989997,-0.0018997483,-0.026121797,0.006045494,-0.01841184,0.004091291,-0.0076113227,-0.005194769,0.0046235085,-0.016069261,-0.020959906,-0.036692165,-0.0014034917,-0.04063756,-0.005420807,-0.021814741,-0.017688517,-0.02857123,-0.0064441436,-0.02317919,-0.017359734,-0.061975565,0.0062592034,0.009419628,-0.015863772,-0.0023261386,-0.010463513,0.0019048855,-0.030182265,-0.011400545,0.009838826,0.047706388,0.019266674,-0.01701451,0.00024722927,-0.046226867,0.016529556,0.030494608,-0.024609396,-0.007377065,0.0043522627,0.006550998,-0.007812702,0.031941254,-0.06608535,0.029656213,-0.032681014,-0.019726971,-0.018674865,-0.004944072,0.009329213,-0.0023281935,-0.023392899,-0.011515619,-0.018346082,0.04425417,-0.0024966947,0.008137375,-0.0061194706,-0.032450866,-0.0076072128,-0.009510044,0.058950763,-0.0027453366,0.032697454,0.040867705,0.016315848,0.00536327,-0.021798301,0.013299266,-0.004713924,-0.02355729,-0.04537203,0.020154389,0.013956832,-0.0033392007,0.04658853,0.01625831,0.027157463,-0.0029035634,0.046193987,0.005022158,0.008573012,0.014071905,0.014260955,-0.0018442662,-0.00498106,-0.04155815,-0.044484317,0.009904583,-0.028801376,-0.006608535,0.02529984,0.025036814,-0.054512195,0.030856268,0.0176392,0.0072250026,0.004237189,-0.0066619623,0.027058827,0.019973557,0.0036474345,0.014458225,0.04635838,0.0042084204,0.0032837186,0.009731972,0.020861272,0.017984422,0.019431066,-0.021157175,0.010110072,-0.039585453,0.013241729,-0.0020333163,0.01740905,-0.025480669,-0.0044344584,-0.017310416,-0.06135088,-0.009493604,-0.043432213,-0.009682654,0.010019657,0.007586664,0.021765424,0.024099782,-0.028423276,0.023639485,0.0020744142,0.0006549971,-0.012559504,-0.014088345,0.0043563726,0.0037440145,-0.0074798097,0.05138876,-0.0091977,0.03731685,-0.0045454227,0.024757348,-0.005626296,-0.020351658,0.010800516,0.02393539,-0.030987782,-0.0024473772,0.013101996,-0.045240518,-0.03274677,-0.01014295,-0.043991145,0.021568155,-0.023409339,0.031152174,-0.014671934,-0.021222932,0.0029631553,-0.0013613665,0.004886535,0.04001287,0.024790226,-0.003715246,-0.020105071,-0.026976632,0.0038364846,0.023672365,0.035311278,-0.0063866065,0.024116222,-0.021896938,-0.015502111,-0.025151888,0.061581027,-0.0058317855,-0.00009824956,-0.03485098,0.0064071557,-0.0030330217,0.005190659,0.002817258,0.009131943,-0.021946255,-0.005264635,0.020861272,-0.020565366,-0.028850693,-0.0043029455,0.014145882,0.040538926,-0.029524699,0.001944956,-0.012436211,-0.0069126594,-0.02239011,0.034916736,0.027124584,-0.011384105,0.0061564585,0.014277395,0.001763098,-0.0021802413,0.015781576,-0.03652777,-0.036692165,-0.0034357808,0.0018607053,0.028258884,-0.003885802,0.001206222,0.0047015944,0.03932243,0.027732832,-0.011047103,-0.009485384,0.011704669,0.020976344,0.02529984,-0.011926597,-0.0060783727,-0.0041159503,0.010841614,0.009707313,0.0122142825,0.0069496473,-0.013767782,0.027321855,-0.011638912,0.026269749,-0.0249053,-0.002948771,-0.00021435099,0.008918234,0.04024302,-0.011704669,0.0023857304,-0.001944956,0.028702741,0.0011610144,0.0183954,-0.02602316,-0.0013829428,0.0025562865,0.012247161,-0.039486818,0.037645634,0.058490466,-0.0069249887,0.010644345,0.039158035,-0.0003295534,-0.04813381,0.0045700814,0.009723753,-0.004693375,0.02239011,0.002186406,0.020187266,0.017852908,0.018477596,-0.02183118,-0.029902799,-0.010463513,0.004085127,0.016513119,0.017507685,0.00479612,-0.008523695,0.009370311,-0.031365883,0.033765998,0.010118292,-0.007964764,0.018526914,-0.01701451,0.004520764,0.009131943,0.028702741,0.010685442,-0.009822387,-0.00083634135,0.020253023,0.0013891074,-0.0124115525,0.0029919238,-0.015387037,-0.029656213,0.011441642,-0.018674865,0.0063044108,-0.01533772,0.008322315,-0.0029138378,0.008268888,0.028620547,-0.023277825,-0.01629119,0.014671934,-0.027042389,0.010381318,0.030790513,0.0064071557,-0.0036268856,-0.016439142,0.016324067,0.009822387,0.021370884,0.058556225,-0.032648135,0.025579305,-0.0022172292,-0.014523982,0.02719034,-0.011162178,0.09574156,-0.010636125,0.0348181,0.0021740766,0.03203989,0.009682654,-0.01782003,0.020828392,0.034193415,-0.011227934,-0.0034337258,0.008852478,-0.00823601,-0.03402902,0.012419771,0.0008404511,-0.011852621,0.041689664,-0.0032508404,-0.0038981314,0.0006894165,-0.034423564,0.02319563,0.0029220574,-0.017967982,-0.0116306925,0.019726971,-0.011343008,-0.00042176674,-0.002928222,0.015987065,-0.018806377,0.0014918521,0.048528347,-0.0044961055,0.003238511,-0.005770139,0.0133896815,0.014795228,-0.028028738,0.02375456,-0.0049358523,0.01359517,0.00008161777,0.008852478,0.025119008,0.029557576,0.001048509,-0.04806805,-0.02068044,-0.019052966,0.026910875,0.028867133,0.051421635,-0.0040152604,0.03652777,-0.015945967,0.025398474,0.0042063654,0.008523695,0.01207455,0.010825175,-0.022521624,-0.0039741625,0.008671647,0.006546888,-0.0037604538,-0.03560718,0.018494034,0.01875706,0.0071510267,0.0090250885,-0.010956688,0.0076976283,0.014458225,-0.01666929,0.055235516,0.0034624944,0.042840403,0.02454364,-0.033026237,0.0034563297,-0.024034025,-0.025349157,-0.03251662,-0.011770425,0.0094771655,0.008951113,-0.010307342,0.0135869505,0.0027617759,-0.010693662,0.022110647,0.03965121,0.007483919,0.021124298,-0.031530276,-0.019085843,-0.025875209,0.024806665,-0.005301623,0.040473167,-0.039486818,-0.0026836898,0.0071715754,-0.027486246,-0.0540519,0.011671791,-0.01951326,0.011474521,0.016003504,0.028998647,0.02278465,0.0042125303,0.048232444,-0.01878994,-0.048002295,-0.03102066,-0.019200917,-0.059674084,0.00045310386,0.014606178,0.0061728978,-0.007340077,-0.016061042,0.02643414,0.0076113227,-0.034390684,-0.013578732,-0.007812702,-0.03925667,0.0062345443,0.0061770077,-0.020828392,0.030330217,0.0028686302,0.017359734,-0.02702595,-0.011359447,0.014113003,-0.018658426,0.024691591,0.011269032,0.002241888,0.02796298,0.0004949723,-0.009353871,0.0241491,-0.034193415,-0.014852765,-0.00029539084,0.016340507,0.0043029455,0.020762635,-0.021140736,-0.019644774,-0.00056920527,0.011392325,-0.036494896,0.018296765,0.0024103893,-0.033864632,-0.0072250026,0.0019953009,-0.003411122,0.000978129,-0.024001148,0.036100354,-0.010973128,-0.014482884,0.0026877997,-0.009362091,-0.035574302,0.008330535,0.022702456,-0.02316275,-0.012617041,-0.012197843,-0.01552677,-0.0187735,0.0090908455,-0.006953757,-0.006916769,0.015633624,-0.004742692,0.0013356803,-0.004144719,-0.019283114,0.010019657,0.041821178,0.010011437,-0.023688804,0.015551428,0.019069405,0.024971057,-0.013480096,-0.0076483106,-0.0016809022,-0.007590774,0.012970483,0.016537776,0.007377065,-0.022702456,0.04083483,0.014778788,0.044517197,-0.016052822,0.0017785097,0.038927887,0.005305733,0.023343582,0.04310343,-0.011055323,0.004919413,-0.026960192,-0.018970769,-0.028324641,0.022242159,0.05306555,0.006883891,0.022275038,-0.011581375,0.032993358,-0.026762923,-0.03348653,0.014096565,0.0130608985,-0.02758488,0.00013498077,0.012222502,0.0048002293,-0.0059098713,-0.001030015,-0.0065962058,-0.0032035778,0.010019657,-0.021469519,-0.023080556,-0.01918448,0.01168823,-0.010052536,0.031382322,0.009238798,-0.017902225,0.0011980025,0.01989136,-0.012937604,-0.036264747,0.023327142,0.009263457,-0.0036515445,0.024790226,-0.027732832,-0.020137949,0.03544279,0.020664,0.0098717045,0.001636722,-0.0020168773,0.027124584,-0.032631695,0.017885786,-0.013907514,0.0074428213,0.0019038582,0.0055523203,0.014450005,-0.0032159071,-0.023688804,0.009838826,-0.0032426207,-0.019332431,0.038960766,0.00229737,0.0127403345,-0.02068044,0.024083342,-0.012978703,0.009731972,-0.03606748,0.0049933894,-0.009838826,-0.03488386,0.020614684,-0.02779859,-0.02201201,0.0025151887,-0.002835752,-0.005096134,-0.02529984,-0.0062057762,0.015600746,-0.022472307,0.011375886,-0.010118292,0.009214139,0.00881138,0.01263348,-0.003273444,-0.021469519,0.019825606,0.02012151,0.008211351,-0.024609396,0.02564506,0.013159533,0.019677652,0.010044316,0.0050427066,-0.017836468,0.025398474,0.0038262103,-0.008531915,-0.0113019105,0.018707743,0.0026610862,0.015156888,-0.013751342,-0.029376747,0.023524413,0.020581806,0.013578732,-0.035508547,0.03432493,0.009337433,-0.029458942,0.007340077,0.0042577377,0.031546712,0.009715533,0.014647275,0.015954187,-0.0058852127,-0.00881138,-0.0014558915,0.0113019105,0.009986779,-0.02128869,0.0191516,-0.02470803,-0.033618044,0.012321137,-0.0060619335,0.031398762,-0.014967838,-0.00042716082,0.034587953,0.002663141,0.022850407,0.006012616,0.04333358,0.030954905,-0.0070441724,0.006493461,-0.008166144,0.013052679,-0.010701882,0.031168614,-0.020236583,0.015937747,-0.01742549,-0.015830893,-0.023360021,0.015058254,-0.033174187,0.017540565,0.008466158,-0.0036515445,-0.0149513995,0.029015085,0.011819743,-0.00383032,0.024773788,-0.026187552,0.002622043,-0.003273444,-0.022735333,0.032861844,-0.0055975276,-0.04389251,0.019052966,0.0056386255,0.018181691,0.029080842,0.022949042,0.045273397,-0.0002540361,-0.0032323464,0.002078524],"social":"https://twitter.com/magiobus"},{"title":"kevvrites","description":"exploring perspectives through videos","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=N4yOzUkGQ-c","youtube_transcript":"Hey, I'm Kevin, and I'm building a YouTube channel called Cabritts. I make videos that name to inspire and help people create and rethink their perspectives on that. I figured that I wanted to do something that would help other people. And a lot of people have really great ideas, but just need a little bit of motivation, or they don't know where to start. Want to make my channel the place where people can figure out how to start what they want to do. Let me show you what I've been working on for the past six My first video didn't get any feedback. Then I realized I need to make videos that people care about. So I looked for projects that didn't have any review so far and became one of their earliest users. Doing user testing and review videos, Scott me my first users. I launched a series of chats with creators that I found interesting. I am grateful to all my viewers and people that will watch my videos in the future.","embedding":[0.024687072,-0.019338448,-0.058748618,0.018792082,-0.0016507773,-0.020172372,0.0071243127,0.06947463,-0.017814375,0.00013771454,0.049661707,-0.039108235,-0.0070308554,-0.029705005,0.017426169,-0.0055858637,0.007742568,-0.03870565,-0.0134147,0.038446844,0.018777704,-0.025132792,-0.008058884,0.017167365,0.0077066226,-0.06872697,-0.02063247,0.031660415,-0.050121803,-0.01246575,0.002020113,-0.02543473,-0.044888202,0.0071674464,-0.0058806133,-0.035973825,-0.014996283,-0.05242229,0.038216796,0.02011486,-0.019108398,-0.010596606,0.074190624,0.0016310075,-0.037584163,-0.039194502,-0.033126976,0.023091111,0.024442647,0.009417607,-0.049575437,0.04963295,-0.015370111,0.05794345,0.021121321,-0.009086913,-0.05733957,-0.012523262,-0.066484,-0.0021243535,0.03689402,-0.02040242,0.04759127,-0.0019158721,-0.021523908,-0.012508884,-0.0731554,-0.004525484,0.014263003,0.014227058,0.022889819,0.02310549,-0.006283198,-0.007591598,-0.065563805,-0.03352956,-0.0022375805,0.025621645,0.002048869,-0.048511464,-0.009144425,0.021150079,-0.037066553,0.0060855,-0.055384163,0.006491679,-0.030078834,-0.038446844,-0.032264292,-0.011416154,-0.026196767,0.030136345,-0.043651693,0.017771242,0.06872697,0.008943133,-0.0030517364,0.051760897,0.050208073,-0.021236347,-0.016865427,0.002546708,-0.016807914,-0.027605813,0.019812921,0.023091111,0.024011306,-0.002169285,0.008288933,-0.038216796,-0.14366525,-0.016894182,0.005963287,-0.00007183397,-0.037555408,0.03433473,0.04692988,-0.0294462,0.01626155,-0.016606621,-0.032408074,0.015226331,0.002708461,-0.009115669,0.0066138925,-0.047505002,-0.011976897,0.019439094,-0.034938607,-0.02871292,0.056649428,0.017814375,0.052738603,-0.0032386507,-0.023378672,0.004068982,-0.03767043,-0.017613083,-0.043910496,0.009683602,0.002631179,-0.018921483,0.017009206,-0.016175281,0.0062184967,-0.05946752,-0.029417444,0.003928796,-0.0004293189,-0.0030894787,0.0032871766,0.023148624,-0.03723909,0.0039683357,0.006559975,-0.019741032,-0.014083277,0.0115168,-0.03813053,0.0024226976,0.029474957,-0.020876896,-0.033184487,0.032264292,-0.057310816,0.03856187,-0.022774795,-0.040862355,-0.036117606,-0.00063353183,-0.027936507,0.008123585,-0.04641227,0.021509528,0.023781257,-0.00045964756,-0.005388166,-0.08304749,0.009381663,-0.01398982,-0.041092403,-0.0038389333,-0.061768007,-0.02967625,-0.02339305,0.009899272,0.00036574106,-0.063895956,0.02514717,-0.016592244,-0.0021315427,0.0479651,-0.024816476,0.019209044,0.0021315427,-0.037497897,0.09869078,0.033242,0.026398059,0.0061969296,0.029877542,0.009899272,0.0031038567,0.021768333,-0.007879159,-0.020014213,-0.012573585,0.030855246,-0.06401098,0.008188287,0.057857182,0.005370193,-0.0037634487,0.036031336,-0.036117606,0.02368061,-0.032293048,0.032609366,-0.03332827,-0.00093996356,-0.0144067835,0.023694988,0.03936704,-0.017296767,0.024327623,0.028094666,0.049144097,-0.037986748,0.050035536,0.01676478,0.020661226,0.018705813,-0.010510338,-0.02521906,0.008720273,0.0051581175,0.030797735,-0.0012392062,0.012954603,-0.008123585,0.031919222,0.0035369948,-0.007343577,0.01028029,0.00429903,0.008245799,-0.055700477,-0.07108497,-0.029992566,0.06596639,0.042242642,-0.0048561785,0.0111142155,0.053975113,0.030884003,0.00061780587,0.02018675,-0.006718133,0.03988465,-0.0024694263,0.021624554,-0.010517527,-0.015355733,-0.0040617925,-0.008497414,0.022444101,-0.05253731,-0.03053893,0.019439094,0.0024352784,-0.0030301693,-0.007692245,0.014766234,0.02580856,0.009511065,0.02711696,0.040546037,0.012508884,-0.0032242725,-0.03499612,-0.016376574,0.005226413,0.010848221,0.016664134,-0.0016894182,0.011351452,0.030251369,-0.03519741,-0.00062050176,0.016132146,0.0017118839,-0.04022972,-0.013220596,-0.011502421,0.016822292,0.02346494,-0.0032080973,-0.012566396,0.008439902,0.041955084,0.011926574,-0.046009686,0.034536023,0.080747,0.003673586,0.0035477784,-0.0049460414,0.019798543,-0.013076816,-0.02383877,0.056505647,0.01712423,-0.004467972,-0.021178834,0.0002686894,0.037095312,0.032293048,-0.013932308,-0.008324877,-0.0052515743,-0.03738287,-0.05253731,-0.012336347,-0.026642485,0.013234974,0.025405975,0.061768007,-0.022501612,0.06521873,0.0074478183,0.023278026,-0.047476247,-0.00859806,-0.040977377,-0.028037153,-0.044658154,0.00059129635,-0.03738287,0.031286586,0.037469137,-0.039539576,-0.032379318,-0.008368012,0.00029856872,0.03913699,0.027433276,0.04854022,-0.032551855,-0.017771242,0.04411179,0.019180289,-0.032264292,0.009216315,-0.051875923,0.028367847,0.021638932,-0.03608885,-0.030567687,-0.016779158,0.006631865,-0.031861708,0.062285613,0.004237924,0.0037886102,0.030941514,-0.01574394,-0.001723566,0.002361591,-0.0076994337,0.022444101,0.009381663,-0.016879804,0.027347008,-0.022947332,-0.016045878,-0.0117180925,0.036175117,-0.0064737066,-0.0043421644,0.030423906,0.029935053,-0.002496385,0.0346798,-0.04586591,0.012250079,0.019496605,0.019927945,0.00012794198,-0.038475603,0.033040706,0.015945232,-0.041897573,-0.013522535,0.014852502,0.031056538,0.013939497,0.012710176,0.033845875,0.025535377,-0.027030692,-0.0072896597,0.025032146,-0.014708722,0.033242,0.012573585,0.011387398,-0.034219705,0.004644103,0.0055355406,-0.019122776,0.030653954,-0.041006133,0.0389357,0.0025862476,-0.03988465,-0.03695153,0.051933434,0.031804197,0.057397086,0.046239737,-0.028842323,-0.059122447,0.02471583,-0.01815945,0.00874903,0.04569337,0.04649854,-0.00023207035,0.001836793,-0.0086987065,-0.05466526,0.01391793,0.038015503,-0.024011306,-0.02208465,-0.016721645,-0.00815953,-0.014018577,-0.01508255,0.052393533,-0.049259122,0.018633923,0.0026132064,0.008950322,-0.027605813,0.010330613,0.0042630853,-0.026757509,-0.051041998,-0.01486688,-0.030740222,-0.04022972,-0.017613083,-0.005823101,-0.03010759,-0.035686262,-0.002048869,-0.0065923254,-0.0024083196,0.013349999,-0.0041121156,0.014370838,-0.0027048665,0.022918576,0.02958998,-0.004586591,-0.01843263,0.01115016,-0.044571884,-0.06257317,0.06171049,-0.02063247,-0.008878432,0.009201937,-0.10231404,0.005132956,-0.01719612,-0.0036843696,-0.040488526,-0.01690856,-0.032350563,-0.02040242,0.0058985855,0.07091243,-0.030423906,-0.009978351,-0.04342164,0.011186105,-0.019841678,0.01173247,-0.007986994,0.02820969,0.0006020799,-0.017397413,-0.03168917,-0.036980286,-0.009719547,-0.0028774028,0.015326977,0.027102582,-0.008274554,0.03833182,-0.017253634,0.08063198,0.036548946,-0.0014800382,0.008784975,0.017512437,-0.021164456,0.02514717,-0.07907915,-0.0063011707,-0.014248625,0.010963246,-0.013213407,0.009884894,-0.009338529,-0.0017361467,0.0055858637,-0.010380936,-0.03220678,-0.0005238994,-0.012171,0.0052228183,-0.0019392364,0.022875441,-0.0021944465,0.002794729,-0.04431308,-0.008777786,-0.0014027563,-0.014881258,0.021624554,-0.0012535843,-0.06481615,0.008518981,-0.018648302,-0.021006297,-0.0043924875,-0.014924392,-0.019712275,0.002106381,0.023349917,-0.0009327745,-0.016937315,0.030280126,0.02077625,-0.032379318,-0.0051940624,0.032666877,0.021164456,-0.038418088,0.01304806,-0.011437721,0.01952536,-0.018360741,-0.0059489086,-0.02324927,0.010165266,0.03243683,0.018863972,-0.005416922,0.019209044,0.0472462,0.008209853,0.05590177,0.00056928,-0.041926328,0.014586508,-0.015154441,-0.011459288,-0.024873987,0.0047986666,-0.061480444,0.031459123,-0.00025386203,-0.01333562,0.028468493,-0.014306137,-0.015657673,-0.0006564468,-0.04080484,0.013227785,0.020416798,-0.028339092,-0.031459123,-0.028109044,-0.025319707,0.028957346,-0.0008577392,0.0004982885,-0.01173247,-0.027577056,0.03525492,0.003517225,0.0460672,-0.014147979,-0.021092566,-0.019827299,-0.014198302,0.0058590462,-0.0033572693,-0.011696525,-0.013465023,-0.0053522205,0.00488134,-0.014658399,-0.028914213,-0.010920112,0.00020634716,0.0024945878,0.024528915,0.004985581,-0.043766715,-0.0008936843,-0.025549755,-0.0036196683,-0.02797964,0.04839644,-0.0004490887,0.0035981014,-0.016592244,-0.026872532,0.018820837,-0.0017990507,0.0053845714,-0.004396082,-0.031286586,0.028612275,-0.014112034,0.025032146,0.01952536,0.032896925,-0.019338448,-0.008166719,-0.019352825,-0.009748302,0.007242931,0.012659853,0.010330613,0.02274604,-0.016132146,-0.0005616417,-0.007951049,0.0012787458,-0.024385134,0.006843941,0.048425198,0.012408238,-0.007253715,-0.016376574,0.004518295,0.044428103,-0.036721483,0.011603068,0.015298221,-0.034478508,-0.04068982,-0.0048274226,-0.015053795,-0.037095312,0.010704441,-0.01391793,-0.023306781,-0.014823746,0.004863368,0.007149474,-0.013019304,-0.015844585,0.001538449,-0.04468691,-0.030625198,-0.051358312,-0.03163166,0.010819466,-0.003112843,0.010301856,-0.033357024,0.037037797,0.033932146,0.030970272,0.02296171,-0.012372293,-0.00054052396,0.010352179,-0.009777059,0.0075556533,-0.024658317,0.03120032,0.0034093896,-0.009827382,0.00185836,-0.025334084,0.013680693,0.0008128079,0.008252988,-0.02586607,-0.019065265,0.0035837232,-0.10656994,-0.023781257,0.0005584965,-0.0173399,0.008022939,0.011071081,-0.0047411546,-0.028612275,0.035226166,0.0031721522,0.019439094,-0.0087562185,-0.029158639,0.009654845,0.029273663,-0.030625198,0.004446405,-0.04241518,-0.025894826,0.010977624,0.03010759,-0.026369302,0.018145071,-0.016549109,-0.007915104,0.022127785,0.020733116,0.011099837,-0.020934409,-0.007958238,0.002411914,0.020373665,0.037152823,0.058719862,0.025679156,-0.022889819,0.012480128,-0.08218481,-0.033587072,0.011207672,-0.0146296425,-0.05216348,0.0072788764,0.027462032,0.0460672,0.033126976,-0.024399512,0.024830854,0.048885293,-0.0027174472,0.0014782409,0.026642485,0.014255814,-0.04322035,0.031459123,-0.008547737,0.022285942,0.009813003,-0.017915022,-0.033126976,0.034162194,-0.02688691,-0.007163852,0.0061969296,0.0022932955,0.0027839455,-0.00082314207,0.05210597,-0.005481623,0.03985589,0.020689981,0.012688609,-0.02661373,0.01319184,-0.014823746,0.027390143,-0.038446844,-0.007972616,-0.0016957086,-0.013220596,0.005636187,-0.004604563,0.012401049,-0.00499277,-0.02346494,-0.0062472527,-0.040776085,0.0012104502,-0.03286817,-0.044428103,-0.020071726,0.0014081481,-0.0035477784,-0.010984813,-0.03813053,-0.012918658,-0.009827382,-0.004284652,-0.04517576,-0.016937315,0.0009309773,0.016807914,-0.014622454,0.0027929319,0.024787718,-0.036203872,-0.030308882,0.013766961,-0.022142163,0.004137277,0.013500968,-0.0085908715,-0.008856865,0.0031074511,-0.020977542,-0.013637559,-0.035887558,0.021308236,0.0032242725,0.03352956,-0.019884812,0.048741512,0.0062364694,-0.0069230204,-0.009158803,0.0023040788,0.0096332785,-0.0037490707,0.023306781,0.0049604196,-0.0030589253,0.025334084,-0.012120677,0.064126,-0.01194814,-0.0008523474,0.030999027,-0.04103489,-0.02280355,0.017771242,-0.029820029,-0.023996927,0.019956702,-0.003673586,0.020359287,0.02034491,0.020876896,0.042530205,-0.010927301,-0.029848784,-0.05196219,-0.009144425,0.012314781,0.018648302,-0.037095312,-0.024428269,0.006333521,0.019956702,-0.0013677098,-0.012221323,0.012961792,0.0053018974,-0.02529095,0.009015023,-0.011459288,0.006480896,-0.047476247,0.00066767965,0.0046764533,0.040258475,0.010143698,-0.016045878,0.004802261,-0.026872532,-0.026340546,0.011545556,0.01968352,0.005837479,-0.016290305,0.013127139,0.022731662,0.002248364,-0.0065635694,-0.0047483435,-0.03608885,0.024471402,-0.004964014,0.0045218896,0.02711696,-0.02084814,-0.014694344,-0.027878994,-0.039223257,0.0061250394,-0.02820969,-0.01989919,-0.0041013323,0.011107026,0.010956056,0.017656218,-0.01653473,-0.019568495,-0.004007875,-0.001386581,0.022055894,-0.00032912203,0.0044320268,-0.011329886,-0.037210334,-0.03039515,0.020531824,0.012171,-0.030222613,0.015499514,-0.010539094,-0.01647722,0.012638286,0.0035190221,0.032983195,-0.00017815274,-0.019050887,-0.0377567,-0.01028029,0.013249353,-0.009884894,-0.031085296,0.029503712,-0.0365777,0.031545393,0.026699997,0.013177462,0.013594425,-0.0013677098,0.0017028976,-0.0070020994,-0.004892124,-0.002397536,-0.012616719,-0.024226977,0.015715184,-0.013342809,0.011071081,-0.007886348,-0.00634071,-0.004913691,0.027562678,0.023493696,0.0144067835,-0.0030032105,0.024212599,-0.02485961,0.03306946,-0.03804426,-0.03462229,-0.0028216878,-0.0090294015,0.001461167,-0.0121566225,0.014593698,0.01756995,0.044399347,0.0034417403,0.016621,-0.00699491,0.01975541,-0.018605167,-0.01567205,-0.021638932,-0.025060901,0.01903651,0.021178834,0.03686526,0.019884812,0.007156663,-0.0016013528,0.01771373,-0.02405444,0.031114051,0.054348942,0.0142414365,-0.04132245,-0.00025947846,-0.030308882,-0.0043421644,-0.0076562995,-0.027907752,-0.010891356,-0.037440382,0.002645557,-0.023349917,0.009705168,-0.01385323,-0.03306946,-0.017886266,0.033558317,-0.013932308,-0.012933035,0.0045075114,-0.021164456,-0.012839578,0.020574957,0.043047816,0.047389977,-0.0015258682,-0.0005665841,-0.00006874494,0.008935944,0.00062095106,0.014155168,-0.019827299,-0.035973825,-0.01107827,-0.023709368,0.02856914,0.014766234,-0.0026922857,-0.032666877,-0.016491598,-0.0006564468,-0.043191593,-0.038303066,0.0058195065,0.0012041598,-0.008612438,-0.0054205162,-0.0015914679,-0.016793536,0.0028360658,-0.015945232,0.044571884,-0.023091111,0.015844585,0.01968352,-0.0063299267,0.020546202,-0.014924392,0.01866268,-0.011013569,-0.023191758,0.020301774,0.035341192,-0.01363037,-0.00794386,0.015930854,0.025995474,0.0044320268,0.03723909,-0.014457107,-0.027001936,0.032091755,0.006926615,0.019151533,-0.008741841,-0.033472046,-0.0063802497,-0.012674231,0.007275282,0.0071890135,-0.017037962,0.003581926,0.050409365,-0.057972208,-0.007792891,-0.005668537,0.013493778,0.011969708,0.009884894,0.04287528,-0.009805814,0.0051940624,-0.001056785,0.059870105,0.0017658015,0.00984176,-0.02040242,-0.047476247,0.002183663,0.0115168,-0.03315573,0.022472857,-0.009309772,-0.013939497,0.008928755,-0.019999836,-0.00415525,0.015183196,0.001215842,-0.012832389,-0.0034920634,0.01828885,0.0090294015,0.007900726,0.010826655,-0.030452661,0.0028845917,-0.038159285,0.013838851,0.030912759,-0.004644103,0.009834571,-0.01538449,0.004097738,0.02573667,0.01246575,0.010021485,-0.004964014,-0.009496687,0.00073912047,-0.030855246,0.002893578,-0.0030643172,0.02061809,-0.005380977,0.0024083196,0.004435621,-0.009827382,0.0089647,-0.014342083,-0.029877542,-0.011351452,-0.020704359,0.0014674574,-0.0032170836,0.0057044826,-0.008411146,0.023321161,0.000038893686,0.014665588,-0.011437721,-0.024011306,0.026412437,0.024413891,-0.013637559,0.0067325113,-0.0135872355,0.022861063,0.029906297,0.008252988,-0.002972657,-0.014263003,0.0024550483,0.02958998,-0.0017082894,0.0024083196,0.007886348,-0.016002744,0.006926615,0.011897817,0.08356509,-0.007986994,0.012235701,-0.029474957,0.03761292,-0.012746121,0.037124068,0.027605813,-0.015557026,0.018547656,-0.01304806,0.0017756864,0.0152838435,0.019065265,-0.025405975,-0.007936671,0.0007503533,-0.03286817,0.008914377,-0.014694344,0.018317606,0.009439175,0.019266557,-0.0070668003,-0.049604196,0.0011772009,0.02143764,-0.008713084,-0.010273101,0.013723827,0.011545556,-0.0351399,0.0011646202,0.030050077,0.017613083,0.028784811,-0.047188684,-0.0043241917,-0.034075923,-0.012559207,0.011761227,-0.031142807,0.026297413,-0.012789255,0.0025431137,0.021221967,0.0009983743,-0.004040226,-0.023968171,-0.048942804,-0.04497447,0.032551855,0.0018026452,0.011976897,-0.0037742322,0.0037778267,0.011085459,0.022357833,0.026786264,0.05541292,-0.012415427,0.01821696,-0.028842323,-0.007462196,0.028396605,-0.019798543,0.02557851,-0.010898544,0.00195002,-0.035686262,-0.007879159,0.021509528,0.0028827945,0.0038676893,0.010165266,-0.010078997,0.011301129,0.00962609,-0.005481623,-0.020718737,-0.039539576,-0.023968171,-0.011782793,-0.01129394,-0.0018871161,0.025233438,0.02237221,0.026815021,0.012623908,0.018087558,-0.009295395,0.0023256459,0.043968007,0.00083167903,0.00032957134,0.018058803,-0.031746686,-0.006678594,-0.028482873,-0.011315508,0.015398867,-0.0013569263,-0.008662761,-0.0039827134,-0.031430367,-0.034277216,-0.014054522,0.014895637,-0.05086946,0.015096929,-0.004999959,-0.007264498,-0.00984176,-0.0047411546,0.025851693,-0.026771886,-0.025707914,-0.019050887,-0.011365831,0.0031667606,0.031602904,0.005445678,0.004565024,0.013939497,0.0032943655,0.016793536,0.061422933,-0.034967363,0.015398867,-0.00078584906,0.005851857,-0.0071674464,0.040114697,0.014938771,0.024888365,0.01837512,-0.03600258,-0.030308882,-0.037986748,0.025276572,-0.042760253,-0.0037095312,0.012250079,0.019367203,-0.01997108,-0.021035055,0.024284488,0.01194814,0.000023069433,-0.0068726973,0.008418335,-0.0006083703,0.040632304,0.0013173867,-0.0042666798,-0.030078834,0.017469304,0.012882712,-0.017311145,0.015427623,0.020445555,-0.009568578,-0.00053333497,-0.017239254,0.032178026,0.004766316,-0.018562034,-0.007091962,0.0065995147,0.03614636,-0.008763407,-0.0099064605,-0.04586591,0.0123219695,0.000060488812,-0.011905007,0.00043852982,-0.010273101,0.009978351,-0.0288567,-0.014162357,0.030136345,-0.006401817,-0.0038029882,-0.02820969,0.020287396,-0.003155977,-0.013536912,0.0026671242,-0.006516841,-0.008490225,-0.021897735,-0.0066642156,0.0077353786,0.015125684,-0.04905783,-0.005657754,-0.013177462,-0.032983195,0.028827945,0.04787883,-0.021049432,-0.008411146,0.0063766553,0.0004982885,-0.017383035,-0.024068817,0.012595152,0.024873987,0.024960255,-0.0002945249,0.013881985,0.0012751513,0.024068817,0.016966073,-0.0036538162,-0.016275927,0.03306946,0.04204135,-0.0027048665,0.03439224,0.0039970917,-0.004780694,-0.054032627,0.043134082,0.038734406,0.012451372,-0.018677058,-0.026858155,-0.022041516,-0.026570594,-0.017081097,-0.0050035533,0.022889819,-0.034420997,0.026843777,-0.033098217,-0.0041300883,-0.051875923,-0.03608885,0.0009152513,0.021523908,0.0011691133,-0.004367326,0.008504603,0.037124068,-0.035887558,-0.026556216,0.043709204,-0.021955248,0.009518255,0.03499612,-0.0022645392,-0.008360823,-0.0019608035,-0.022400966,-0.016290305,-0.026153632,0.018533276,-0.004327786,-0.03390339,0.020546202,0.018935861,0.0012463953,-0.0086987065,-0.011315508,0.018044425,0.0075484645,-0.019065265,-0.0002893578,0.0016642567,-0.038533114,0.006937398,0.002616801,-0.00557508,0.013443455,0.006768456,0.016721645,0.008080452,-0.045290787,-0.0056505646,0.028339092,-0.023651855,0.022314698,0.017152987,-0.015902098,-0.013572858,-0.022343455,-0.010869789,0.008713084,0.0019392364,-0.002318457,-0.0023454158,0.057052013,0.011689336,0.0029690627,0.00717823,-0.005255169,0.0018637518,-0.009201937,0.018964618,0.032408074,-0.0012706582,-0.0056110253,0.00313441,0.027778348,0.044428103,0.0039108233,-0.0004839105,0.0127604995,0.0020722332,-0.01712423,0.0389357,-0.028914213,0.0067145387,-0.0036286546,0.022602258,-0.013680693,-0.035657506,-0.023508074,0.002652746,-0.024040062,0.045348298,0.02770646,0.026139254,0.024140708,-0.02011486,-0.03827431,0.030136345,0.006955371,0.022501612,0.004489539,0.03301195,-0.019367203,0.009367284,-0.015326977,-0.012070354,-0.022027139,-0.011243617,-0.0047339653,-0.026297413,-0.021193212,0.023881903,0.018993374,0.002426292,0.035657506,0.007390306,0.026225522,-0.0036789777,0.01807318,0.024284488,0.042904034,0.048195146,0.020589335,-0.028784811,0.03850436,0.028339092,0.009460742,0.008058884,0.0066246763,-0.011157349,-0.014191113,-0.03913699,0.017066719,-0.018173827,0.023752501,-0.0080948295,0.00048256255,0.007922293,-0.010122132,-0.008950322,0.0036340463,0.013716638,-0.0083176885,-0.009611711,-0.038734406,-0.027950885,-0.0035603591,0.019654764,-0.047274955,0.0051581175,-0.0139682535,0.0099064605,0.01719612,-0.0013101978,0.011926574,-0.012789255,-0.021567041,-0.03548497],"social":"https://twitter.com/kevvrites"},{"title":"aireview","description":"aireview: validate your stay before booking! (our new tagline: regret-free shopping: concise insights from buyer reviews!)","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=P_xC89cKHJE","youtube_transcript":"Hey. My name is Jamad, and I'm building AI review. AI review helps people shop that out recreate by providing them that concise and size from buyer reviews. It's currently focused on a space and validates them before booking on platforms like Airbnb. Let's see how it works in action. Current version of AR review is a bot on Telegram. It's handling this AR review bot and you can try it out right now. To work with it, you need to simply submit a link to any stay on airbnb or booking dot com. If they'll gather other guest reviews, analyze them, and return you a comprehensive yet short insight about the most important aspects of states like negative aspects, location, price, cleanliness, etcetera. As I said before, AI review is gonna help people make every purchase confidently, so we are building this chrome extension that will show up whenever wanna buy something and help you with insights from buyer reviews. Alright. Let's see what we have done to get users We publicly launched on Twitter and talked about our updates, got some users and feedbacks there, launched on product hunt and got some uploads and reviews there too. We sent messages to our friends too. They actually didn't pay off that much. And as you can see here, we are behind our goals. We are gonna try other channels like Facebook groups and influencers, and we think launching our browser extension and supporting platforms like Amazon Billstar growth.","embedding":[-0.018057004,0.0011485857,-0.04051176,0.024158524,-0.029328069,-0.017081343,-0.024362393,0.026823388,0.003267371,0.04252133,-0.00235906,-0.06517996,-0.021173293,-0.040599134,0.0069825267,0.019993763,-0.0041501983,-0.0053988984,-0.009727483,-0.0018967135,0.014744126,0.0070298538,0.0114822155,0.009851261,-0.012945707,-0.029575625,-0.002100583,0.048724785,-0.058219276,-0.033871446,0.03203662,-0.02420221,0.0012805547,0.050355744,-0.04965676,-0.00073129043,-0.00032696465,-0.030463913,0.03183275,0.040249646,-0.006017788,0.05574372,0.05256918,-0.005595487,-0.059558988,0.047588944,0.0072701285,0.017707514,-0.0022043379,-0.000059386064,-0.10228419,0.026604956,-0.032910347,-0.010295405,-0.018755985,-0.022498444,-0.016629918,0.023080928,0.013775746,0.039492413,-0.018042441,-0.004142917,0.040424388,0.003502185,-0.06879136,-0.013717499,0.0023353968,0.019979201,0.0088246325,0.013120452,0.043016445,0.010491993,0.022658627,-0.06156856,-0.039405044,-0.018712299,0.012865615,0.04852092,0.009414398,-0.0061961734,-0.012013732,0.009807575,-0.03937592,0.0010375496,-0.018945292,-0.0106813,-0.033463705,-0.03375495,-0.05513211,0.005260559,0.00022400606,0.02975037,-0.019513214,0.013069484,0.06086958,0.0018948932,-0.03876431,0.027988356,0.027231127,0.056005836,0.010593927,-0.0071718344,-0.005737467,-0.0073283766,0.03690036,-0.05312254,0.064480975,-0.03363845,-0.00929062,-0.010506555,-0.10187645,-0.0033310803,-0.023168301,-0.021508222,-0.02516331,0.012021014,0.030056175,-0.020328691,-0.028527154,-0.022833373,-0.0601706,0.04147286,0.012938426,0.0034439366,0.034949042,-0.047268577,-0.04508426,-0.055714596,-0.023532353,-0.022148954,0.03931767,0.0128219295,0.065762445,-0.052743927,-0.036812987,-0.007601416,0.013360727,-0.004259414,-0.03168713,-0.031279393,0.011686086,-0.028658213,-0.056267954,-0.029065952,-0.07158729,-0.05457875,-0.034366556,0.0010566624,-0.06646142,0.0055590817,0.017212402,0.0023044522,-0.04153111,-0.034220934,-0.005901291,0.015348453,0.013120452,0.05670482,-0.05609321,-0.019717084,-0.012334099,0.020328691,0.026648642,-0.016047435,-0.043103818,0.031861875,-0.009428959,-0.049569387,-0.059471615,-0.005959539,-0.01365925,-0.023372171,-0.011103601,0.01740171,0.037133355,0.006130644,0.010375496,-0.06465572,0.009610986,-0.008846476,-0.034890793,0.002732214,-0.03253173,-0.065296456,-0.084518425,-0.033463705,-0.0047472445,-0.02495944,-0.033609327,0.0078489715,0.026051598,0.038443945,-0.02628459,0.04193885,0.03349283,-0.04735595,0.051200345,0.029007703,-0.0025811323,0.015130022,0.02947369,-0.0015089976,0.004259414,0.040104024,0.010353653,0.0046707937,0.02364885,-0.010848764,-0.06372375,-0.017372586,0.069024354,0.0006880592,0.022847936,-0.016120244,-0.04112337,-0.06506346,-0.02302268,0.018726861,-0.051142097,0.016615355,0.0004138822,0.005624611,0.010826921,-0.04785106,-0.005886729,0.056413576,0.04860829,-0.02809029,0.038298324,-0.015916375,0.013892244,0.028760148,-0.027726239,-0.018493867,0.022513006,-0.04231746,-0.0012942066,-0.027857298,0.0134408185,-0.044560026,0.014620349,0.031308517,0.0492199,-0.00046371188,0.01518827,-0.027143754,-0.039405044,-0.044268783,0.023386732,0.037948832,0.048550043,0.010790516,0.030318292,0.0063672783,0.0046889964,-0.03162888,-0.020503437,0.08125652,-0.004142917,-0.007219161,-0.012297694,0.0209403,-0.03524028,-0.013571877,0.010936137,0.0064874156,0.008453299,-0.0027194722,-0.0008355005,-0.02746412,-0.0038189108,0.010987105,0.016935723,0.026342839,0.0066257557,0.030201795,0.01649886,-0.0012150252,0.02744956,-0.010674019,0.023459543,-0.0119263595,0.02744956,-0.013251511,0.002058717,0.021784902,0.026080722,-0.0708883,-0.027857298,0.040249646,0.04313294,-0.021144168,0.038735185,0.01823175,0.027333062,0.014139799,0.06459747,-0.0024318707,-0.015319329,0.024143962,0.02663408,-0.018158939,0.009137718,-0.02377991,-0.036521748,0.024042027,-0.0058503235,0.008817351,-0.0134408185,-0.0076523838,0.04432703,0.049452893,0.01539214,-0.042346586,-0.037453722,-0.018479304,0.049569387,-0.034832545,0.020343253,-0.0052095912,-0.0094435215,-0.014365512,0.011729771,-0.0018084308,-0.052277938,-0.03774496,0.061743304,-0.02163928,-0.011263784,0.017154153,0.02280425,-0.031192018,0.016659042,-0.0391138,-0.0139650535,-0.00031786333,-0.014656753,-0.038443945,0.0022625863,0.027638866,-0.015872689,-0.039958403,0.0015017166,0.037890583,-0.026677767,0.012676308,0.0044996887,-0.034366556,0.0008245789,0.021828588,-0.00728105,-0.02016851,-0.0036805707,-0.01122738,-0.020518,0.0036459859,-0.008948411,0.004415957,-0.029298944,-0.016280428,-0.054083638,0.004521532,0.010797797,0.018260874,-0.0024355112,0.020095699,-0.019644273,0.0213626,0.019586025,-0.0346578,0.031046398,0.008147495,-0.0070080105,-0.043861046,-0.041268993,0.005711984,0.04659872,-0.010462869,-0.020925738,0.029197011,0.022731438,-0.005580925,-0.04508426,-0.038327448,0.015028087,0.056675695,-0.021886837,-0.00922509,-0.045055136,0.01983358,-0.003522208,-0.04581237,-0.011904517,-0.014205328,0.006298108,0.02538174,0.04354068,0.018959854,0.0036550872,-0.016877474,0.022309138,-0.04493864,-0.03605576,0.010666738,-0.009450803,0.010200751,-0.030871652,-0.023051804,-0.00065756985,-0.020561686,0.0382692,-0.06768464,0.051054724,-0.032677352,-0.017663827,0.029808618,0.010149783,0.03486167,0.049948003,0.03375495,0.01677554,-0.05061786,0.00007002323,0.0053370097,0.0036660086,0.024376955,0.009217809,-0.008125652,0.011118163,-0.05358853,-0.030667782,-0.014816937,0.03002705,-0.023037242,-0.061335564,0.0127272755,-0.03480342,0.030609535,0.008926568,0.00030534904,-0.033201586,-0.011598713,-0.05623883,0.014998963,-0.026590394,-0.018988978,0.019600587,0.03515291,-0.02440608,-0.0073392983,-0.0655877,-0.06780114,-0.036987733,0.034570426,-0.07141254,-0.030260043,0.019658836,-0.03293947,-0.012938426,-0.019848142,0.009698358,0.019454965,-0.015581447,0.031104645,0.037686713,-0.03078428,-0.01767839,0.05874351,-0.013025799,-0.037657592,0.029182449,-0.037977956,-0.012377785,0.010542961,-0.07595591,-0.00943624,0.02787186,-0.029968802,-0.0003904463,-0.004536094,-0.051695455,0.037337225,-0.00075904944,0.05303517,0.005934056,0.008657169,-0.0691991,-0.00011012588,-0.049540263,0.041997097,-0.003848035,0.056064084,0.03806533,-0.01706678,0.032822974,-0.01767839,0.023750786,-0.023080928,0.017372586,0.013375289,-0.005748389,-0.011089039,0.0091814045,0.07030582,-0.013003956,0.019221973,-0.026240904,-0.0047872905,-0.013608282,0.01887248,-0.05574372,0.004182963,0.014052426,0.024173087,-0.03390057,-0.01990639,-0.006414605,0.04418141,0.0049875192,0.010856045,0.0065784287,0.012254007,-0.023386732,0.026910761,0.017634703,0.014613068,-0.045113385,-0.009873103,-0.035822768,-0.02516331,0.013943211,-0.008489705,-0.0067932196,0.019527776,-0.03614313,-0.03774496,0.0047472445,-0.015217395,-0.012698151,0.02211983,0.029022265,-0.0062107355,0.009210528,-0.010411901,0.0018275436,-0.00022411982,-0.018887043,0.004273976,0.0066949255,0.014656753,0.047967557,-0.008642606,0.003939048,-0.026240904,0.012567093,-0.031046398,-0.026706891,-0.04412316,-0.0014862444,-0.0047217607,0.026328277,0.0113074705,0.014314544,0.023532353,0.0021788543,0.025148747,0.022964431,0.014809656,-0.010659457,0.02835241,0.012159353,-0.036492623,-0.016091121,-0.04490952,0.049569387,-0.009742045,-0.023823597,-0.029852305,-0.013884963,0.018610364,-0.028163102,-0.04820055,-0.023153739,0.06663617,0.00922509,0.010208032,0.0008409613,-0.016600793,0.044297908,-0.0013415335,0.029575625,-0.011278346,0.0055117547,0.020183071,-0.0021788543,0.021042235,-0.026037036,0.009159561,-0.0013788488,0.022906184,-0.0045579374,-0.0044596433,-0.0209403,0.0063272323,-0.017372586,0.0038589565,0.0048018526,-0.0104191825,0.043831922,0.004248493,0.032473482,0.0027467762,-0.051811952,0.0037897865,-0.015173708,0.015654258,-0.00021524604,-0.006600272,0.022381948,-0.033813197,-0.025716668,-0.02482838,0.013236949,-0.0016491578,0.0050748917,0.009705639,0.01865405,-0.03343458,0.00062571524,0.019032665,0.0061524874,0.047064707,-0.005868526,-0.03002705,0.033784073,-0.006967965,0.012013732,0.00024004711,-0.020022888,-0.0028650933,-0.011125444,-0.010674019,0.02434783,-0.040540885,0.011023509,-0.005977742,-0.0043176627,0.0474142,-0.009560019,-0.016731853,0.003682391,0.022833373,0.043016445,-0.023270236,0.016935723,0.014802375,-0.03299772,0.016265865,0.029430004,-0.013506347,-0.013761184,0.03625963,-0.019090913,-0.014998963,-0.04528813,0.027376749,-0.011715209,0.024741007,-0.003342002,0.019862704,-0.043657176,-0.008933849,-0.0044742054,-0.03433743,0.0073757037,-0.0125525305,-0.013455381,-0.057578545,-0.0051222187,0.0076815076,0.0077980044,0.036521748,-0.009880384,-0.009763888,0.0037497408,0.009137718,0.031395886,0.0191346,0.015581447,-0.027959231,-0.0055190357,0.012887458,0.006414605,0.001483514,0.028119415,0.020095699,-0.02490119,0.022600379,-0.006836906,-0.08125652,-0.016134806,0.010491993,-0.014263577,-0.00790722,0.024333268,0.0008682652,0.02080924,0.015319329,-0.0023681615,0.011504059,-0.039579786,-0.0041720415,-0.024449766,0.056588322,0.021479098,0.017489081,-0.018333685,-0.050384864,0.012894739,-0.02711463,-0.030201795,0.023605164,-0.009043064,-0.046686094,-0.00090876606,-0.039958403,0.0027922827,0.017226964,-0.032444358,-0.009894947,-0.014685878,-0.013899525,0.00097019994,0.0027576976,0.009931352,0.0010967081,-0.04785106,0.0051549836,-0.05076348,-0.01692116,0.011001667,0.026255466,0.0050421273,0.030230919,-0.012392347,-0.019018102,0.025600173,0.029764932,0.009210528,-0.025206994,-0.020357816,0.014802375,0.00457614,0.025410865,0.024522576,0.026794264,-0.003321979,-0.013368008,0.0022006973,0.041909724,0.010259,0.018217187,0.004477846,0.026313715,0.016003748,0.032065745,-0.011940922,0.014940714,0.03037654,0.005213232,0.024435204,0.0009738404,-0.00998232,-0.040686507,0.013113171,-0.019280221,-0.017372586,0.0033638452,0.037541095,-0.010302686,0.016061997,0.010921575,-0.021537347,-0.0057665915,-0.0030689626,0.004554297,0.0023772628,-0.0095673,-0.017285213,0.0053479313,0.015159146,-0.015843565,0.007594135,-0.01782401,-0.013418975,-0.0016063816,0.00019545069,-0.05050136,-0.015261081,0.0223237,0.020357816,-0.022585817,-0.0071791154,-0.020124823,0.020212194,-0.0032491686,0.009924071,0.037278976,-0.025891414,-0.018741423,0.000060239312,-0.002177034,-0.018260874,0.0027759003,0.007120867,0.03509466,0.024944877,-0.015756192,0.0052969637,-0.010630333,0.025672982,-0.009669234,0.002371802,0.01887248,0.044210535,-0.003771584,-0.0067604547,0.002191596,-0.02267319,-0.01421989,0.009698358,-0.013426256,0.009683796,-0.016542546,0.0382692,0.008009155,-0.012792805,-0.04348243,0.01365925,-0.009807575,-0.020241318,0.005351572,-0.033784073,0.015333891,0.0034257341,0.010870608,0.019644273,-0.0062507815,0.0030107142,-0.0055117547,-0.00043162974,-0.018071566,0.019192848,0.00078043755,-0.017925946,0.0056682974,-0.0023481387,0.00042048065,0.026721453,0.01706678,-0.021115044,0.011023509,0.006906076,-0.005737467,0.028104853,-0.013222387,0.01435095,-0.010040568,-0.00006939751,0.02759518,-0.005671938,0.025469113,-0.044618275,0.017780324,0.02877471,0.0277408,-0.032182243,0.04202622,-0.011387562,0.01948409,-0.014263577,-0.010208032,0.0069024353,-0.020954862,-0.010433745,0.041443735,-0.009873103,0.048666537,-0.013914087,0.018071566,-0.0123705035,0.0014097933,-0.00064755837,0.008751822,0.009465365,0.047268577,0.0058211996,0.002863273,0.015115459,-0.012093824,-0.0064255265,-0.0014753228,-0.000019198082,-0.014969839,-0.023051804,0.028177664,0.034075312,0.005573644,0.016455173,-0.0063199513,0.02239651,-0.005784794,0.059122127,-0.0355024,-0.019192848,0.0050676106,0.013338883,0.018552115,-0.0163678,-0.014583943,-0.024595387,-0.006261703,-0.011540464,-0.0053370097,-0.037424598,-0.0049875192,-0.01199917,0.008278554,-0.0082057435,0.019717084,0.0076596644,0.00053379196,0.023241112,0.038094454,-0.03125027,-0.025367178,0.040890377,0.0047472445,0.015275643,-0.027886422,0.015610571,-0.012501563,-0.009742045,-0.037278976,0.0100696925,-0.07141254,0.032211367,-0.012618059,0.03917205,-0.00026530327,0.031978372,0.016557109,0.019047227,-0.054724373,0.0020714586,-0.016455173,-0.009727483,-0.007342939,0.03524028,0.030289168,-0.013251511,0.014955277,0.013710218,-0.034366556,0.0061743306,0.00024437025,-0.015261081,-0.007543168,0.023459543,0.034716047,0.012698151,0.015508637,0.009538176,0.0191346,0.023430418,0.0062908274,0.040948626,-0.0061816117,0.0154795125,0.006221657,-0.008635325,0.02447889,0.005693781,-0.020634497,0.0053988984,0.0079363445,-0.0019331188,0.012836491,-0.02364885,-0.0061051603,0.02197421,-0.043453306,-0.0057301866,0.026954448,-0.009654672,-0.010754111,-0.0088246325,-0.044006668,0.002115145,0.027988356,0.007011651,0.02606616,-0.046802588,-0.013914087,0.011125444,-0.013389851,0.0056682974,0.014773251,-0.02344498,-0.02405659,-0.022920746,0.018552115,0.020095699,0.008853757,0.01762014,-0.032065745,-0.026619518,-0.0069169975,-0.023503229,-0.050180998,0.050472237,-0.00066075526,0.0123705035,-0.020838365,-0.024231335,0.003800708,0.0181735,0.00027986537,0.018610364,-0.02565842,0.0038079892,0.024668198,-0.01012794,-0.01005513,-0.0043722703,0.022047019,0.0028195865,-0.003489443,0.011292908,-0.011693366,-0.050239246,0.009159561,0.009560019,0.05449138,0.015363015,0.0026994492,-0.006057834,-0.01642605,0.041094247,0.01442376,0.05513211,0.008256711,0.00093652506,0.003176358,-0.005449866,-0.0005506294,-0.0146785965,0.0033929693,-0.01968796,0.0051695453,-0.007732475,-0.027813612,0.01649886,-0.02246932,-0.015697943,-0.02530893,0.031104645,-0.00859892,-0.006906076,0.032182243,0.031891,0.0154795125,0.004477846,-0.009552738,-0.020095699,-0.00714271,-0.013506347,-0.013397132,0.007011651,-0.018595802,0.0027285735,-0.005595487,-0.012137511,0.010324529,0.0032892143,0.014045145,0.0011085399,0.0012250367,0.015974624,0.006691285,0.0066039125,0.007463076,0.0030361977,0.0073866253,-0.0004154749,0.03395882,0.028235912,-0.002988871,0.026342839,-0.0177512,-0.010339091,0.039288547,0.005118578,-0.0273185,-0.037016857,0.011533183,0.009428959,-0.021144168,-0.013753903,0.025789479,-0.0017538229,0.030201795,-0.0005033026,-0.0245517,-0.011605994,-0.014001459,-0.03002705,0.011059915,0.0109579805,0.0046962774,0.037657592,0.017139591,-0.018770548,0.001144035,0.034308307,-0.010950699,-0.014016021,0.024886629,-0.009035783,0.029488252,0.009399836,-0.039900154,0.0016700908,-0.024187649,0.007878096,-0.018144377,-0.031861875,-0.008679012,0.021799464,0.010411901,0.03142501,0.007710632,-0.002974309,0.032910347,-0.008759103,0.022629503,0.02107136,0.100361995,-0.0015545042,0.038997304,0.0037606624,0.008526109,0.0076451027,0.0038334727,0.021333477,-0.018843357,-0.016469736,-0.0030707829,-0.010499274,0.01990639,0.0054389443,-0.024100276,-0.046540473,0.0076815076,0.025469113,-0.0050785323,-0.0213626,-0.0028214068,0.030871652,0.022134392,-0.018493867,-0.0089993775,-0.018610364,0.020008326,0.016513422,-0.0026157172,0.02925526,-0.000085666106,0.0055918465,-0.040657382,0.0555981,-0.0054862713,0.020998549,-0.011445811,0.031046398,0.015435826,-0.01858124,0.032619104,0.0046016234,0.010775954,-0.0021187856,-0.0009105863,0.016702728,-0.03876431,0.00006854426,-0.049627636,-0.04327856,-0.02628459,-0.018828796,0.0073356577,0.0016318653,0.02031413,0.0031927405,0.009232371,0.028061166,0.01692116,0.010666738,-0.0019076351,0.007120867,0.0014744126,0.012093824,0.006804141,-0.031017274,0.0123705035,0.010637614,-0.0029906912,-0.02025588,-0.041094247,0.02267319,0.025498237,-0.00006700841,0.0042120875,0.0044195973,0.013506347,-0.008045561,0.02538174,0.020780116,-0.034483053,0.014605787,-0.0028487109,-0.0032327862,-0.016600793,0.01754733,0.017489081,0.038793433,-0.0033929693,0.020445189,-0.035881013,-0.016382363,0.0418806,0.050938226,0.026692329,0.036929484,-0.03503641,0.022352824,-0.01123466,-0.013535472,-0.026022473,-0.0012996674,-0.025075937,-0.012508844,-0.011620556,-0.002280789,-0.008744541,0.036812987,0.0045870617,0.0068332655,-0.013957772,0.0051331404,0.034424804,0.012712713,0.013586439,-0.020416064,-0.024988564,-0.001747452,0.01019347,-0.028876644,0.0010238977,0.006414605,-0.015727067,-0.0060869576,-0.030493038,0.000049061764,0.009938633,-0.0510256,0.020619934,-0.012858334,-0.0148606235,0.018275436,0.009822137,0.0059049316,0.008693574,0.015173708,-0.04022052,-0.04418141,-0.008373207,0.008839195,-0.01671729,-0.005038487,0.0043031005,-0.026168093,-0.0088246325,-0.012705432,-0.0025083218,0.009239652,0.006247141,0.015552322,-0.0037133356,0.004827336,0.005843043,0.011074477,0.017663827,-0.026736015,0.020299567,-0.011351157,-0.032444358,-0.013768465,-0.027012695,-0.012217602,-0.02003745,-0.035677146,0.0418806,0.006782298,0.012545249,0.011059915,0.025352616,0.024143962,-0.0040555447,-0.0072155204,-0.017896822,0.009610986,0.023765348,-0.027857298,0.013149576,0.0050093625,-0.0173289,0.020619934,-0.0065893503,-0.030289168,0.0052824016,-0.0049329116,-0.0019950077,-0.00022229955,0.040744755,-0.0046962774,-0.0027595179,0.02490119,-0.002828688,0.0038443943,0.0029633874,0.01220304,0.027274814,0.017474521,-0.029997926,-0.0052896827,-0.026240904,0.05256918,0.013819433,0.0057884348,-0.018755985,0.0008177529,-0.0065857098,0.015421264,-0.025556486,0.0033729465,0.010084255,0.03774496,-0.013368008,0.0070152916,-0.024566263,0.016324114,0.023561478,-0.017358024,-0.0057665915,0.044210535,0.027726239,-0.0016527984,0.027682552,-0.022163516,-0.016673604,-0.03599751,-0.02322655,0.01961515,0.01796963,0.0071172263,-0.03943417,-0.0025829524,0.024508014,-0.034046188,0.008868319,0.007863534,-0.013812152,0.033609327,-0.013135014,-0.004736323,-0.010615771,-0.002531985,-0.0078052855,0.006738612,0.0077397563,-0.000118203294,0.012013732,0.03238611,-0.0034166328,-0.013156857,-0.023066366,-0.011860831,0.025352616,0.024071151,0.0072519258,-0.038327448,0.010892451,-0.009385274,0.005555441,-0.023736224,-0.018479304,0.004874663,-0.024464328,-0.011802582,-0.0020132104,-0.012377785,0.007579573,0.014445603,-0.00012616694,-0.008759103,-0.018144377,0.00017326623,0.037220728,-0.03640525,0.009203247,-0.019294782,-0.014809656,0.013040361,-0.010302686,0.018144377,-0.007856253,-0.028235912,-0.03841482,0.021668404,0.0066039125,0.0034293747,-0.015668819,0.002169753,0.00067577243,-0.024187649,0.009589143,-0.0017929586,-0.012166634,0.01858124,-0.007885377,0.04214272,0.0036277832,0.010142502,0.01539214,0.04342418,-0.006352716,-0.0050166436,0.030347416,-0.0022898903,0.017736638,-0.0059376964,0.024944877,0.041705854,0.0061197225,0.012952988,-0.014110675,0.01754733,0.020241318,-0.026182655,0.04479302,-0.009297901,0.03390057,-0.00797275,0.011402125,0.00025119624,-0.03113377,0.0076596644,0.0069861673,-0.015610571,0.00059249543,0.011045353,0.03529853,0.011402125,0.011387562,-0.009414398,0.034104437,0.027420435,0.037395474,0.011416687,0.038997304,-0.025789479,0.031308517,-0.024173087,-0.014511133,0.00090011983,-0.010848764,-0.0017874978,0.013236949,-0.013601001,0.037599344,0.021537347,0.03864781,0.033347208,0.017241526,0.004914709,0.0010284483,-0.022978993,0.015115459,0.05670482,0.061102573,0.016862912,-0.025323492,0.015028087,-0.014955277,-0.008307678,-0.007870815,0.0014443783,-0.047006458,0.012137511,-0.020008326,-0.021318914,-0.020954862,0.055510726,-0.03992928,0.01601831,0.004685356,-0.004496048,0.055656347,0.020518,0.009727483,-0.022105267,-0.051695455,-0.051287718,-0.02718744,0.0013415335,-0.010652176,-0.026138969,0.03841482,0.008628044,0.04694821,0.003502185,0.013185982,0.008912005,-0.0364635,0.01858124,-0.026168093],"social":"https://twitter.com/_mojaab_"},{"title":"vidauto","description":"create cash cow youtube channels with one click","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=PUMxxrndvA0","youtube_transcript":"I'm Rafael Kanonis, and we are building VEDOTO, which creates cash cow YouTube videos with just a click, together with my girlfriend, Unisaiyada. You provide a topic, you provide a script, video, voice over, and everything. This was supposed to be a SaaS platform but due to technical knowledge limits and software to assistencies, we decided to go traditional and gather clients and earn revenue first. It is what's tasked with creating scripts, and I'm the one responsible for the voiceovers video editing. We set up a fiber gig to find clients and it was working well. Then I got referrals from WhatsApp, Discord, and Telegram, and it was better. Honestly, was pretty bare bones. When it received payments through Stripe, we we only received it through Paypal, Procter and Payoneer. Honestly, it felt wrong as someone who science code. Speaking of code, our main competitive advantage is our internal tools that I created to increase our workflow, especially with our video editing process. Thousand five hundred dollars worth of revenue in six weeks is not a small feat, especially for someone who lives in a developing country. It didn't actually start with this idea. We were originally was supposed to create a pop fire powered by a GPT three for Filipinos, but we got advice by multiple law students and professionals not to pursue it even if we had good intentions. We had choice but with this, and a treatment surgery that I also made, which you can access and test link, we decided to go here. And that is our journey. And this build space, nice and weekend season three. Thanks.","embedding":[0.016140629,0.025124725,-0.04106039,0.0013685374,-0.012536742,-0.023775402,-0.015389107,0.06302531,0.0024467143,-0.037131984,0.023040961,-0.061658908,-0.014620506,-0.09660465,0.03924991,0.0069686524,-0.01135822,-0.05646658,-0.06312779,0.024236564,0.021179236,0.00569619,0.010828739,0.021674559,0.010837279,-0.048848886,-0.020222755,0.054963537,-0.031222295,-0.05212825,0.00285023,-0.04047967,-0.0336135,-0.00561933,-0.048234005,-0.019505395,0.03562894,-0.025585884,0.00006648535,0.01680675,-0.0042892224,-0.02772089,0.05076185,0.032827817,-0.031119814,0.03504822,-0.047345843,0.059711784,0.020154435,-0.004449348,-0.054485295,0.022391919,-0.020752236,0.046081923,-0.044203117,-0.037336946,0.010828739,0.026234927,-0.05834538,-0.012365942,0.015875887,-0.030282894,0.058550343,-0.012989363,-0.0018723983,0.015910048,-0.05732058,0.026849808,-0.009906418,0.039386548,0.051889133,0.023109281,0.025842085,0.020308156,-0.0018862758,-0.012724622,-0.023946201,0.015500127,0.00589261,-0.036551263,0.011657121,-0.00069440994,-0.004009537,0.038020145,-0.008014804,-0.04594528,-0.06271787,-0.04526208,-0.047994886,0.016712809,-0.070233084,0.020649757,-0.048951365,0.015380567,0.066782914,0.026422806,-0.0042038225,0.018036513,0.079046376,-0.023331322,0.026542367,-0.008330785,0.009684377,-0.013646944,-0.007848274,0.06695372,0.043075837,-0.0061231907,0.002235349,-0.010410278,-0.09646801,-0.012195141,0.0019300435,0.0055083097,0.0066996417,-0.029650932,0.037883505,-0.02298972,-0.016704269,-0.053699616,-0.05100097,0.026559446,0.035594784,-0.0008299827,0.024629403,-0.032264177,-0.03979647,0.04369072,-0.03277658,-0.029309332,0.049190488,0.009624597,0.0713262,-0.032691177,-0.048541445,0.03274242,-0.07460557,0.010162618,-0.054690257,0.055270977,0.021640398,-0.04526208,0.01673843,-0.021930758,-0.054246176,-0.042085193,-0.037200306,0.006242751,-0.023707082,-0.031803016,-0.014202045,-0.0036935564,-0.031837177,-0.006306801,-0.013698184,-0.008958476,0.011298439,0.031188134,-0.02273352,0.02298972,-0.008898696,-0.002325019,0.014646126,0.0075835334,-0.05100097,-0.009026796,-0.008565635,-0.025227204,-0.06230795,-0.021332957,-0.030146252,0.0032644207,-0.048541445,0.05240153,0.038190946,-0.048063204,0.042734236,-0.07392237,0.014543646,-0.013100383,-0.036038864,0.026935207,-0.03204214,0.036995344,-0.08307727,-0.036551263,-0.00017386937,0.004462158,0.014791306,-0.0013290398,-0.0032430708,0.026832728,-0.022033239,0.028489491,0.012741703,-0.032127537,0.033288978,0.013997084,0.024407363,0.0016407504,0.013809204,-0.013049143,0.007878164,0.021264637,0.019778674,-0.007989184,-0.055544257,0.0015767002,-0.04034303,-0.012237841,0.08464863,0.018890513,0.015098747,0.018258553,-0.0027135897,-0.012553822,-0.0010199981,0.044920478,0.0031640755,0.0027349398,-0.0059438506,0.0135786235,0.016063768,-0.023877881,0.008467425,0.047311682,0.030419534,-0.0042422526,0.03972815,0.0038067116,0.028130809,-0.011622961,-0.024988083,0.0035761313,0.017882792,0.0043233824,0.012989363,-0.03405758,0.00557236,0.04994201,0.014560726,0.021469599,0.0043810275,0.005077039,0.03477494,0.009675837,-0.02850657,-0.04457888,0.036175504,0.036073025,0.06220547,-0.0037020964,0.0060249805,-0.0025769495,-0.0113753,-0.043622397,-0.04102623,-0.007890974,0.037439425,-0.0076945536,0.043622397,-0.01140946,-0.03955735,0.012827103,-0.0024680644,0.03983063,-0.036517106,-0.006840552,0.047345843,-0.0009089779,-0.008505855,-0.00086948025,0.0035974814,0.011008079,-0.009889337,-0.010640859,0.030607414,0.03381846,-0.00021790383,0.0010253355,-0.027789209,0.009385477,-0.04574032,0.016038148,0.001455005,0.031649295,0.019112553,-0.006746612,0.0043981075,-0.0032025056,0.025705446,-0.043895677,0.019522475,0.00045715767,0.035287343,0.010726259,0.031444337,-0.007229123,0.0224944,0.038771667,0.0016087253,-0.038054306,0.01738747,0.01644807,-0.021196317,0.010162618,-0.006755152,0.019590795,-0.000018697963,-0.0037981716,0.037951827,0.021691639,0.02789169,-0.02312636,0.01661033,0.02285308,0.06329859,-0.042358473,-0.004120557,-0.025585884,-0.012818563,-0.037200306,-0.024629403,-0.016003989,0.008373485,-0.011913321,0.04570616,-0.008890156,0.038669188,-0.01160588,0.0356631,-0.041231193,-0.0031277805,-0.024151163,-0.0077884938,-0.031000255,-0.007886704,0.004393838,0.0709846,0.016567629,-0.06531403,-0.06821764,-0.036482945,-0.008706545,0.044749677,0.029189771,0.047858246,-0.031495575,0.010581079,0.03277658,-0.018583072,-0.0047610584,0.008386294,-0.019368755,0.0077116336,-0.018412272,0.015167067,-0.0337843,-0.066543795,-0.014757146,-0.023980362,0.052913934,0.012494042,0.043998156,0.027174328,0.01715689,-0.048199844,0.03965983,-0.009923497,0.01602107,0.043793198,-0.023519201,-0.012442802,0.020376476,-0.058277063,-0.011904781,0.04502296,0.040787112,-0.014816926,0.019829916,0.053494655,-0.0012222896,-0.033562258,-0.009966197,-0.023963282,0.042051036,0.01730207,-0.010248018,-0.02293848,0.0035419713,0.03289614,-0.04587696,-0.02903605,0.03465538,0.05048857,0.016072309,0.007967834,0.042631757,0.0063580414,-0.004957479,0.04440808,0.005239299,-0.05048857,-0.0013621324,0.01685799,0.02744761,-0.0071650725,0.000717895,0.0146290455,0.004496318,0.010623779,-0.070301406,0.08007118,-0.019744515,-0.008873075,-0.0047140885,0.024099922,0.014355766,0.07146285,0.042836715,-0.004156852,-0.05165001,-0.0035675913,-0.02263104,-0.004479238,0.035014063,0.021794118,-0.014757146,-0.00286731,-0.0122463815,-0.029616771,0.002169164,0.026405726,-0.008403375,-0.030077932,0.02293848,-0.019232115,0.042358473,0.008984095,0.031393096,-0.021811198,0.02744761,-0.031598054,0.018275632,-0.012724622,0.006144541,0.019471234,0.0003688219,-0.03445042,-0.0026217846,0.0054826895,-0.020376476,-0.05151337,0.02833577,-0.01696047,-0.05691066,0.009573357,0.013322423,0.0050001787,0.01767783,-0.035150703,0.012681922,-0.031256456,0.02273352,0.023826642,-0.058823623,-0.0033028508,0.002826745,-0.019061314,-0.020427717,0.018480593,-0.01659325,-0.047789924,0.016140629,-0.068559244,0.016849449,-0.0048165685,-0.01653347,-0.020444795,0.0076689334,-0.01672135,0.03911327,-0.026525287,0.05052273,-0.0029441703,-0.0008641428,-0.024612322,0.0343821,-0.015730707,0.021708718,0.035116542,0.031427257,0.029599693,-0.023040961,-0.041811913,-0.043964,-0.036004703,-0.0007920864,-0.0058627203,0.0010402806,0.026269086,-0.0010621643,-0.012442802,0.049873687,0.04160695,0.02860905,-0.010794579,-0.011050779,-0.02888233,0.04597944,-0.0348091,-0.012067041,0.019898236,0.0005244103,-0.0059993607,-0.0077628735,-0.013698184,0.0060890308,-0.02867737,-0.025978725,-0.055578418,0.020923037,-0.0112642795,0.0010813794,-0.007391383,-0.0047055483,-0.02336548,0.02854073,-0.026252007,-0.009154896,0.009197596,-0.008403375,-0.0070412424,0.026661927,-0.04119703,-0.0012735297,-0.006400741,-0.027857529,-0.012792942,-0.0108458195,0.0015307977,0.019898236,0.033271898,0.0030188954,-0.01754119,0.014321606,0.01695193,-0.0014977051,-0.025278445,0.021452518,0.021162158,-0.03359642,0.0135786235,-0.012024341,0.01140092,-0.007015622,0.01135822,-0.021930758,-0.00033119245,0.037371106,0.024339043,-0.01113618,-0.004086397,0.037371106,-0.015781948,0.031871337,-0.021691639,-0.032144617,-0.0023186142,0.036482945,0.010299258,-0.04638936,0.0019748784,-0.021640398,0.037405267,0.009940578,-0.015679467,-0.025927486,-0.03535566,-0.0064391713,-0.03914743,-0.036927026,0.0018499808,0.021640398,-0.020478956,0.0019289759,-0.016097927,0.0014453975,0.03433086,0.027259728,0.0011091344,0.0046372283,-0.027071849,0.02888233,0.004047967,0.0132284835,0.01149486,-0.023467962,0.024424443,0.014996266,0.02801125,0.007557913,-0.019317513,-0.031444337,-0.03204214,0.015901508,0.0129808225,-0.009240297,0.017575352,-0.020496037,-0.021589158,0.0032025056,-0.027618408,-0.01128136,0.018207312,-0.01651639,-0.043144155,-0.013023523,0.038190946,0.008326515,0.02801125,-0.057969622,0.010128458,0.023263002,-0.008313704,0.019864075,-0.011913321,-0.03345978,-0.010376118,-0.014893786,0.022409,0.024424443,0.00039684383,-0.0024595244,-0.008838915,0.00024072167,-0.0076006134,-0.0030914855,0.014842547,-0.01710565,-0.006921682,0.004028752,0.006802122,-0.013681104,-0.008744976,-0.015363487,-0.020034876,0.0709846,0.014261825,-0.012220762,-0.000019581988,-0.007485323,0.075971976,-0.01652493,0.023690002,0.003971107,-0.036448784,-0.025534645,0.00080222765,-0.0027434798,-0.035321504,0.03351102,-0.01643953,0.0064391713,-0.024014521,0.031444337,-0.014791306,0.035526462,0.0009575492,-0.0031619405,-0.031273536,-0.02872861,-0.02862613,-0.023809562,0.03419422,0.00562787,0.018514752,-0.053153053,0.038532548,0.031461414,-0.008958476,0.009428177,-0.031017335,0.0061018406,-0.008958476,-0.030214572,0.0112899,-0.0058627203,0.029838813,-0.015115826,-0.011742521,0.021982,-0.009265916,-0.019351674,0.0054869596,0.0014059,0.0016012528,0.020649757,0.006819202,-0.076518536,-0.024475683,-0.020051956,-0.040821273,-0.0020474687,-0.036585424,0.011187419,-0.007967834,0.015645308,0.009598977,0.014859626,-0.035423983,0.014466786,-0.0070967525,0.013108923,-0.038635027,0.0015927128,-0.025961645,-0.04502296,0.017763231,-0.012622142,-0.030863615,0.04949793,-0.0348945,-0.037439425,-0.019351674,-0.014765686,-0.047653284,0.011810841,-0.030299973,-0.0017571081,-0.003433086,0.01132406,-0.008399105,0.0023783941,-0.00554674,0.01760951,-0.040855434,-0.00018828064,-0.02838701,-0.032247096,-0.03436502,0.01602107,0.014005625,0.03217878,0.013715264,-0.0338697,0.02766965,0.02862613,0.0048037586,0.013288263,0.012058501,0.020496037,-0.02242608,0.014927946,0.0021488813,-0.0058669904,0.0046585784,0.0013311749,-0.01675551,0.01698609,-0.026166607,-0.003424546,0.011776681,0.037439425,0.014586345,0.018992994,0.027498849,0.000011867619,0.044032317,-0.0012286947,0.025773766,-0.001978081,-0.035014063,0.018873433,0.042016875,-0.0054912297,-0.014569266,-0.014569266,-0.015021887,0.027293889,0.0009169841,0.0020004986,-0.026576526,-0.02874569,0.021264637,-0.018070672,0.027601328,-0.004432268,-0.042187676,-0.032708257,0.00580721,-0.0023549092,0.0040052673,0.004376758,0.03260578,0.043109994,-0.0070241624,-0.06702204,-0.014475325,0.012365942,0.0059225005,-0.012425722,-0.021606239,0.054382816,-0.020461876,-0.047550805,-0.021623319,0.058926105,-0.03323774,0.013108923,-0.03322066,0.0019118958,-0.023263002,0.0062641012,-0.021196317,-0.012015801,0.02780629,-0.03393802,-0.012007261,-0.015568447,0.0335281,-0.013493224,-0.025654206,-0.001140092,0.019642035,-0.0036892865,-0.020188596,-0.0019812835,-0.008992636,-0.0076091536,0.016917769,-0.010734799,0.02205032,-0.022409,0.005205139,0.038190946,-0.029121451,-0.007989184,-0.015414727,-0.009043876,-0.026098287,0.0042144973,0.009923497,0.027020607,0.035765585,-0.025056405,0.010700638,0.025312604,-0.0033113908,-0.0342967,-0.0116742,0.0018510482,0.019624954,-0.03983063,0.00071629375,0.006943032,0.011520481,-0.010717719,-0.030744053,0.0049959086,-0.031973816,-0.02273352,0.026405726,0.010205318,0.018002352,-0.031666376,-0.03462122,0.02896773,0.032793656,0.02802833,-0.012801482,-0.0030103554,-0.027396368,-0.0024274993,0.024082843,0.006785042,-0.037951827,0.04546704,-0.035594784,0.00576451,0.023946201,-0.010666478,0.005119739,-0.024373204,0.004551828,0.002758425,0.010606699,0.039079107,-0.03366474,-0.029787572,-0.006302531,-0.013245563,0.008514395,-0.04071879,-0.013399283,-0.003356226,0.0070754024,0.017882792,0.03976231,-0.049463768,0.01125574,0.027328048,0.025568806,0.010837279,-0.0098637175,-0.020905957,-0.02251148,-0.018531833,-0.0046201483,-0.008493045,0.032264177,-0.032127537,0.058823623,-0.0038131168,-0.025193045,0.014108105,0.00574316,0.017353311,0.016174788,-0.016055228,-0.02247732,-0.004603068,0.020871798,-0.032110456,-0.0047952184,0.021264637,-0.0339551,0.018275632,0.024168242,0.012827103,0.013689644,0.02814789,0.029924212,0.008740705,-0.011699821,-0.00275629,-0.014603426,0.010230938,-0.019539554,-0.0114607,-0.0020389287,0.0047226283,0.010017438,-0.001995161,0.06326443,-0.0341259,0.035423983,0.0047994885,0.021162158,-0.033835538,0.040787112,-0.014347225,0.011853541,-0.0016685055,0.00033359433,0.026320327,0.021623319,0.032264177,0.036380462,0.026849808,0.009334236,0.043895677,-0.047687445,-0.0052136793,-0.030983174,0.01650785,-0.02256272,-0.019044233,-0.008262465,0.020103196,-0.015892968,0.030248733,0.0007627301,-0.009342777,0.0005260116,0.007395653,0.046628483,0.033254817,0.015363487,-0.012647762,0.014697365,0.0057944003,0.0020293212,-0.035594784,-0.009052416,0.030556174,-0.030095013,0.012297622,-0.010034517,0.014167885,-0.024048682,-0.011793761,0.008296625,0.015986908,-0.0014432626,-0.016413908,-0.0031790207,-0.036073025,-0.029343491,0.020649757,0.012852723,-0.020769317,0.031239375,-0.021162158,0.0010290719,0.013715264,0.015397647,0.02242608,-0.032998618,-0.02879693,-0.006691102,-0.032725338,0.0113753,-0.008177064,0.015107286,-0.032383736,-0.026627766,-0.02235776,-0.03450166,-0.019488314,0.019010073,-0.0015372027,0.020461876,-0.010282178,-0.012263462,-0.009317157,0.014500946,-0.03492866,0.026935207,-0.014765686,0.014970646,0.013467603,0.0022204039,-0.00273067,0.008211224,0.012494042,-0.01696901,-0.005038609,-0.002213999,0.041265354,-0.018941753,-0.018446432,0.014441165,0.01730207,0.021127997,-0.015696548,-0.00589261,-0.02903605,0.03320358,0.016046688,0.013698184,0.007523753,0.010154078,0.031068575,0.004427998,0.002001566,-0.006127461,-0.0055211196,-0.024612322,0.027345128,-0.045774482,-0.009983278,0.012229302,-0.016200408,0.015867349,0.037985988,0.035902224,0.014705906,-0.0048379186,0.0047567883,0.020735156,-0.0060463306,0.02939473,-0.02901897,-0.019010073,-0.020786397,0.020700997,-0.05035193,-0.0027349398,0.029001892,0.020923037,0.01643953,-0.020718077,0.0000061548153,0.0017026655,-0.00024659294,0.021230478,0.012639223,0.02227236,-0.008219765,0.0046372283,0.01781447,0.008668115,-0.0018489133,0.018531833,0.0021510164,0.047892403,0.013544464,0.05147921,0.006345231,-0.0013898874,0.013245563,0.020923037,0.04714088,0.018326873,-0.0011934671,0.006242751,-0.010025978,0.0059993607,0.0046756584,0.018463513,-0.023741242,-0.016097927,0.010230938,0.004504858,0.017284991,-0.016208949,0.015542828,-0.020581435,-0.017763231,0.009402556,-0.017848631,-0.0330157,-0.009940578,0.01713127,-0.003877167,0.010897059,0.013732344,-0.041094553,0.019932395,0.024014521,-0.01644807,-0.02862613,0.02280184,0.0071394527,0.0030850805,-0.0053887493,0.0027712348,-0.029821733,-0.018924674,0.013877524,-0.00285023,-0.007263283,0.006887522,0.030607414,-0.004615878,0.012519662,0.09967905,-0.015038966,0.037951827,-0.01122158,0.03897663,-0.031085655,-0.007502403,-0.01117034,0.008633955,0.027106008,-0.0052649193,-0.010615239,-0.0032580157,0.0053802095,0.005081309,-0.01739601,0.0011475645,-0.008719356,-0.014518025,-0.009009716,-0.0030381104,-0.012007261,0.007937944,0.011554641,-0.031871337,-0.014073945,0.0064647915,0.0008812228,0.021947838,0.013877524,0.04570616,-0.012818563,0.012741703,0.02801125,0.0087791355,0.016208949,-0.018856354,0.0042636027,-0.020137355,-0.012647762,-0.0036850164,-0.02826745,0.017916951,0.0035846713,0.007323063,0.013561544,0.000060947685,-0.01160588,-0.01690069,-0.04410064,-0.021367118,-0.00048464586,0.0072419327,0.03989895,0.015790489,-0.015781948,0.021759959,0.028865252,0.015158527,0.011742521,-0.036107183,0.0018595883,-0.012340322,0.021708718,-0.008535745,0.0014763551,0.007284633,-0.0006992137,0.013023523,-0.017558271,-0.008591255,0.014680286,0.026047045,0.006131731,-0.010760419,0.0010659007,0.013296803,-0.00066131743,-0.014321606,-0.0015521478,-0.036073025,-0.015978368,-0.004156852,-0.012058501,-0.020957196,0.024509843,0.005175249,0.029001892,-0.0009826355,0.026320327,-0.02220404,-0.0027199949,0.031973816,0.012263462,0.0059993607,0.006925952,-0.009727078,0.0066057015,-0.048336484,-0.009974738,0.0046201483,0.0021926488,0.02816497,0.023382561,0.0054997695,-0.046765123,-0.05588586,0.00093192916,-0.025039325,0.011768141,0.014210585,0.0021745013,0.0015009076,-0.0048678084,0.029872973,0.024475683,-0.01737893,-0.018019432,-0.006763692,-0.006686832,0.0082880845,0.01725083,0.006977192,-0.035458144,-0.01157172,0.0017902007,0.042255994,-0.023314241,0.024185322,0.00043127075,0.010487138,-0.006887522,0.0067167217,-0.005030069,0.027088927,0.021742878,-0.018224392,-0.0466968,-0.025432166,0.007250473,-0.030231653,-0.014424086,0.018634314,0.023963282,-0.0055083097,-0.015329327,0.010307798,0.019129634,0.0025555994,0.017694911,0.01134968,-0.009436716,0.02235776,0.04075295,-0.018856354,0.007869624,-0.0037704166,0.0095135765,-0.026456967,-0.009556277,0.009906418,-0.0149791865,-0.0047909482,0.023860803,0.00584137,-0.024339043,-0.037883505,0.0329303,0.021042597,0.021862438,-0.024219483,-0.0046884683,-0.049224645,0.035014063,0.036756225,-0.0074895932,-0.0038558168,0.029890053,-0.00564495,-0.0035441061,-0.0055979798,0.009231756,-0.031751774,0.0007082875,-0.009231756,0.009667297,-0.0059865504,-0.012750243,-0.0024403094,-0.0042678723,0.027362209,-0.00055723597,-0.01713127,0.02847241,0.015320787,-0.0024339042,-0.0075963433,0.009180516,-0.029343491,0.035253182,0.015961288,-0.008206954,-0.03935239,0.023860803,0.014441165,0.027567169,-0.01733623,-0.028779851,0.027994169,0.023109281,-0.0019076258,0.018839274,-0.00572608,0.012605062,-0.014202045,-0.020854717,0.01689215,0.017575352,0.031051494,-0.008651035,0.03462122,-0.0027071848,-0.014441165,-0.033562258,0.030812373,0.027310967,0.030419534,-0.02336548,-0.031837177,-0.0029441703,0.011520481,0.012656302,0.012767322,0.017139811,-0.041811913,0.020820556,-0.013399283,0.01114472,-0.026081206,-0.026081206,0.011810841,0.000415792,0.009257376,0.015910048,0.032161698,0.028779851,-0.008941396,0.01140092,-0.0054656095,0.0030786754,0.005059959,0.017985271,-0.031273536,-0.03475786,-0.025329685,-0.0018030107,-0.00562787,-0.031393096,-0.012237841,0.001148632,-0.019966556,0.012143902,0.010102837,-0.04553536,0.021008437,-0.012297622,0.02273352,0.008484505,-0.014475325,-0.009376937,0.010640859,-0.03843007,0.027088927,-0.02328008,0.003919867,0.02242608,0.020273997,0.011913321,0.004543288,-0.023467962,-0.03562894,0.013621324,-0.037678547,-0.005128279,-0.0018094156,-0.021947838,-0.012015801,-0.030334134,-0.008369215,0.024800204,-0.021862438,0.011119099,-0.006823472,0.036073025,0.01105932,0.024014521,0.006904602,0.018156072,0.015858809,-0.018343952,0.026149526,0.0005273459,0.019437075,-0.019232115,0.002042131,0.006383661,0.038122628,-0.00567484,0.0023378292,0.019471234,0.010299258,-0.02220404,0.021674559,0.010538379,0.01623457,0.0113753,0.041846074,-0.0118962405,-0.032981537,0.014851086,0.01752411,0.026132446,0.008565635,-0.0039326767,0.04570616,-0.0071565327,0.0052819992,-0.025978725,0.055954177,0.023485042,0.0042998977,-0.0010952569,0.059506826,-0.018924674,0.018446432,-0.05226489,-0.012784403,-0.0112472,0.0071821525,-0.006114651,0.004735438,0.007844004,0.027293889,0.02211864,0.015132907,0.014987727,0.007344413,-0.009282996,0.015107286,-0.01702025,-0.008540015,0.061180666,0.02280184,0.030949015,-0.035014063,0.023877881,-0.006960112,0.014449705,-0.008715086,0.008864536,-0.017985271,-0.0011827921,-0.013066223,0.010205318,-0.025739605,0.030146252,-0.000035661236,-0.0042507923,0.006200051,-0.0071565327,0.007557913,0.012664842,0.024663564,-0.0048379186,-0.008967016,-0.042153515,-0.027345128,0.0095135765,0.012869802,-0.011845001,0.022306519,-0.0017346905,0.013057683,0.023929123,0.013219943,0.018634314,0.01139238,-0.012613602,-0.009274457],"social":"https://twitter.com/raphquinones"},{"title":"trip planner ai","description":"we are a personalized trip planning platform that helps travelers save time and effort","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=eMjr72LA6ys","youtube_transcript":"Whatsapp builds this community. I'm one, and I'm building trip planner AI. We are a personalized trip planning platform that helps travelers save time and effort with AI's help. The reason why I started working on this is because my cofounder and I have been videos on Numis for over two years, and we noticed that planning a trip is not an easy task. That we talk to other travelers and we found out that it was a problem for everybody. That's why we started this company. Let me show you what through Bladder AI and how it works. So using our platform is extremely easy. You just go to a search bar and type trip planner dot AI, and you'll find this. Then you select the trip type that you want, let's say, solo partner, then Berlin, right, for about two days and a hundred dollars per day for budget. You click on get my trip plan. Then you have everything So you got your overview itinerary, a way to download the plan. Right? And then at the end, some stays on rentals and things to do for the city. So let me tell you about our progress in these six weeks. We started getting traction in social media. I mean, a lot. Complete plan at Fonto dot ai, trip planner dot a I and to trip planner. Trip planner. They are a trip planner. People loved our website and they started generating thousands of thousands of plants per day. Of course, we had our ups and downs as everybody have, and we started with eighty seven thousand users and ended up nights and weekends with three hundred and seventy k users. That's four times more. It's crazy. Thank you.","embedding":[-0.011120862,-0.020657426,0.0001729223,0.020811241,-0.012066828,-0.06841715,-0.00891361,0.047805868,0.008282966,0.010482528,-0.020211361,-0.026087115,-0.01991911,-0.052051175,-0.020549756,0.012820524,-0.06081866,-0.016765893,-0.022164818,0.011028574,0.0064794794,0.03377789,-0.019565335,-0.01613525,-0.0018553998,-0.03516223,-0.011951467,0.015827619,-0.046913736,-0.03909991,0.010636344,-0.014097193,0.026179403,-0.0031397594,0.012297551,-0.016304446,0.009267386,0.027010007,0.034762308,0.018150233,0.0054719876,0.032701183,0.049559362,-0.014481732,-0.037777092,0.032301262,-0.026779283,0.05537359,-0.004872107,0.017550351,-0.04020738,0.02524113,-0.044791084,0.015266191,-0.015843,-0.016950471,0.0050566853,0.01416641,-0.043037586,0.02377988,0.038361594,0.027379164,0.038484644,0.037992436,-0.026194785,0.004972087,0.037561752,-0.0049874685,-0.023426104,-0.0049951593,0.045037188,0.044083532,-0.005810382,-0.010444075,-0.009682688,-0.019719152,-0.02267241,0.04574474,-0.0105825085,-0.034300864,0.005210501,0.010021082,-0.04140714,-0.0013651128,-0.03405476,-0.052574147,-0.0380232,-0.014697074,-0.01069018,0.0077599934,-0.00018578031,0.042945296,-0.0095365625,0.024718156,0.064602524,-0.010228733,-0.0030724653,0.07192414,0.01465862,0.046298474,0.024718156,-0.047836628,0.022841606,0.029332621,0.031655237,-0.037131067,0.028055953,0.005683484,0.022503212,0.011251606,-0.11739201,0.020319032,-0.023103092,-0.030732343,0.00077821047,0.018611679,0.007675395,-0.021272687,0.0012632101,-0.016227538,-0.051066756,0.0074562076,0.049590126,0.010136443,0.01406643,-0.0506976,-0.0760464,-0.014051049,-0.0037511762,-0.03891533,0.014312535,-0.005871908,0.046390764,-0.022533976,-0.028840411,-0.03940754,-0.001310316,0.044145055,-0.015581513,-0.016289065,0.02684081,0.018550152,-0.038792275,-0.007556188,-0.04389895,-0.06534084,0.00931353,0.010297949,-0.03633123,-0.028040571,-0.006410262,0.019349994,-0.010482528,-0.008559834,0.010228733,0.021288069,-0.018842403,0.058173034,0.003620433,-0.0054450696,-0.049682416,-0.00073110446,-0.039745934,-0.03503918,-0.05989577,0.020642044,-0.044514213,-0.072970085,-0.07192414,-0.032147445,-0.04399124,-0.085829064,-0.0368542,0.023887552,0.028363584,-0.053404752,0.03279347,-0.028163623,-0.022257106,-0.03211668,-0.038792275,0.013581911,-0.037100304,-0.029932503,-0.048175022,0.0019842202,-0.011543855,0.0041953186,0.0065217786,0.02596406,0.00358967,0.04282224,0.027779084,0.02061128,0.033347208,-0.033316445,0.044083532,-0.050574545,0.020872768,0.034762308,0.00031147644,-0.03377789,0.012028375,0.028901938,0.0077907564,-0.023810644,0.049959283,-0.010113371,0.0050528403,0.0045490945,0.07001683,-0.024441287,0.045406345,0.005764237,-0.0636181,-0.025917917,-0.063925736,0.014227936,-0.010851686,0.02684081,-0.00053691235,0.03408552,0.0077369213,-0.02891732,-0.00026917717,0.036515806,0.027256113,-0.022795461,0.0028590462,0.0076792403,0.031870577,0.024841208,-0.0070947413,-0.034208573,0.031147644,-0.086198226,0.00121322,-0.024841208,0.02554876,0.003953059,-0.020119071,0.015066231,0.035377573,0.021272687,0.016150631,0.02624093,-0.06441794,-0.0481135,-0.0037415628,0.044514213,0.049590126,0.008967445,0.04586779,0.024041368,-0.006994761,0.016612077,-0.034023996,0.048974864,0.041253325,-0.024348998,0.016381353,-0.003551216,-0.05537359,0.023856789,-0.018257903,-0.00931353,0.0058449903,0.06386421,0.003080156,-0.026579324,-0.07155498,-0.011136244,0.0112823695,-0.0056373393,-0.023887552,0.028148241,0.002313001,-0.03079387,-0.042360798,0.0033647148,0.006060332,-0.021703372,-0.020872768,-0.025102694,0.017904127,0.039561354,0.05300483,-0.009028971,-0.07241635,-0.017996417,-0.004733673,0.009175097,-0.0026936946,0.0016996616,-0.004999005,0.012012993,0.018411718,-0.0053489353,0.0036819591,0.013797253,0.034116283,-0.08115307,0.016565932,0.0071985666,0.006071868,0.035439096,-0.0012266788,-0.027902137,-0.0138510885,-0.005529668,-0.002891732,0.026102494,0.015196974,-0.023226146,-0.04069959,-0.01139004,0.04282224,-0.017181195,0.011313132,-0.014935488,-0.0295172,-0.022995422,-0.0047067553,0.002545647,-0.03190134,-0.0018025257,0.05614267,0.014773982,-0.016473643,-0.025041169,0.037654042,-0.029547963,0.004079957,-0.018750113,-0.049067155,-0.003595438,-0.00063208566,-0.0005215308,0.05626572,0.042053167,-0.027994426,-0.07358535,-0.054942906,0.00801379,0.009028971,0.026394745,0.003733872,-0.038792275,0.034608494,0.01693509,-0.03473155,-0.0009301033,0.020119071,-0.011766888,-0.02505655,0.011805342,0.000116503244,0.005856526,-0.016489025,0.006844791,-0.008744413,-0.023549158,0.0063641174,0.017319629,-0.030563146,0.031962868,-0.04636,0.032239735,-0.005952661,-0.012805142,0.026379364,-0.021641845,0.0301017,-0.010744015,-0.034116283,-0.030640053,0.048144262,0.047775105,-0.005418152,0.04636,0.053127885,0.020072926,-0.02860969,-0.059280504,-0.023718355,0.031839814,0.01099781,-0.027563743,-0.04885181,-0.006129549,0.04949784,-0.04882105,-0.021349596,-0.0019659547,0.013512694,0.01633521,0.06269521,0.0078022927,-0.027271494,-0.039284486,0.01782722,-0.040668827,-0.048882574,-0.02527189,-0.0070562875,0.025118075,-0.025071932,-0.026179403,0.016119868,0.037561752,0.006060332,-0.054727565,0.054266118,-0.038576934,-0.007998408,0.0074254447,-0.025594905,0.022918513,0.07063209,0.033993233,-0.005091294,-0.00024995024,0.027348401,0.004606775,-0.010674798,-0.0020015247,0.06343353,-0.0033589466,-0.046021607,-0.10262572,0.0053489353,0.018273285,0.025102694,0.0062141474,-0.006617913,-0.001260326,0.03090154,0.041653246,0.030055555,0.021626463,-0.024825826,-0.036085125,-0.043006822,0.017365774,-0.0034666175,-0.008982827,0.012443677,0.03457773,-0.044637267,0.0012410991,-0.055250537,-0.018534772,-0.0067217387,0.026425509,-0.053958487,-0.057373192,-0.0039299866,-0.019273086,0.029332621,-0.0073600733,-0.0032012856,0.023195382,-0.03059391,0.023764499,0.025717957,-0.011936085,-0.057926927,-0.000047556638,0.018442482,0.005556586,0.0012872437,-0.0010507524,-0.017088905,0.00554505,-0.049866993,0.0136742005,0.02436438,0.0013612674,-0.023826025,0.00017628702,-0.029686397,0.025733339,-0.019857585,0.033747125,0.01762726,0.01664284,-0.042022403,0.00063256634,0.004376052,0.017073523,0.0060218778,0.03676191,0.03863846,-0.019196179,-0.010790159,-0.027010007,0.016181394,0.00024237962,-0.03100921,-0.009567326,0.031655237,-0.009121261,-0.004487568,0.08053781,0.042330034,-0.024456669,0.008067625,0.0100595355,-0.025010405,-0.0040261215,-0.040361196,-0.041253325,0.052851018,0.015458461,-0.03248584,0.029963264,0.042945296,0.055342827,-0.0045606303,-0.01218219,-0.04663687,-0.007510043,-0.020642044,-0.009236623,0.007733076,0.001681396,-0.047836628,-0.03971517,-0.022011003,0.0028686596,0.009036662,0.012420604,-0.032239735,0.0023360734,-0.07641555,0.00012882051,-0.0028955773,-0.045006424,-0.015996816,0.009244313,0.017673405,0.034116283,0.028255913,0.014251009,-0.0086598145,0.018565534,-0.009913411,-0.0020342104,0.007210103,0.010767087,0.044206582,0.017950272,0.006952462,-0.0120437555,0.01811947,-0.0127436165,-0.00020969383,-0.0047375183,0.006802492,0.006291055,-0.008213749,0.0046029296,-0.0023975996,0.003803089,0.021826424,0.03814625,-0.014335607,0.023318434,-0.021072727,0.010982429,0.0044991043,-0.047590524,-0.020165216,-0.043160636,0.020180598,0.015404625,-0.029501818,-0.051435914,-0.036515806,0.015966052,-0.038177013,0.028948084,0.006441025,0.030255515,-0.010313331,-0.0056911744,-0.029594108,0.013051247,0.037069544,0.017365774,0.022718554,-0.023041567,0.016765893,-0.013412714,0.009282767,0.009375056,-0.022011003,-0.011736125,-0.0027359938,0.016089104,-0.023010803,-0.016150631,-0.009421201,-0.013543458,-0.010782469,0.018673206,-0.020057544,-0.00535278,0.021241924,-0.017781075,0.035500623,0.008006099,-0.010082608,-0.012935886,0.013312734,0.027963663,-0.014427897,-0.022457067,0.0685402,-0.0027494526,-0.015427697,-0.032608893,0.0074139084,0.012435986,0.0072485567,0.012036066,-0.0052335733,-0.024118274,-0.030332422,0.003180136,0.031532183,0.051651254,-0.00021690394,0.0030013255,-0.00732931,0.005964197,-0.0015612276,0.025933297,0.009036662,-0.027748322,-0.0036858045,0.004279917,0.031747524,-0.028271295,0.02238016,0.0006945733,-0.027071534,0.025917917,0.019257704,-0.017981036,-0.0027225348,-0.0056411847,0.039499827,0.012966649,0.0060449503,0.009990319,-0.031332225,-0.0048451894,0.033224154,0.0051143663,-0.060449503,0.031655237,0.0147586,-0.007140886,-0.016673604,0.03971517,0.014720147,0.016735129,0.025871772,0.056111906,-0.026256312,0.00822144,0.008290657,0.015281573,0.0022668564,0.018534772,-0.011451567,-0.058572955,0.035715967,0.0025052705,-0.02524113,-0.008859774,-0.019303849,0.005468142,0.05438917,0.02377988,0.012997412,0.0034723855,0.045590922,-0.0041568647,-0.02585639,-0.012074519,0.019734532,0.017765693,0.024149038,-0.020549756,0.020826623,0.038607698,-0.02427209,-0.07198567,-0.036208175,0.01724272,-0.035377573,-0.039899748,-0.04008433,0.007706158,-0.006071868,0.0007647516,0.04140714,0.020580517,0.01020566,-0.0047413637,0.0045798575,0.01970377,-0.004556785,0.03488536,-0.0065717683,-0.008613669,-0.028517399,-0.013235826,-0.015435388,0.02554876,0.020042164,-0.033808652,0.010682489,-0.011620764,0.010136443,0.0077023124,-0.005279718,-0.002074587,0.012651327,-0.009690379,0.015858382,-0.00727932,0.022472449,0.024718156,-0.027686795,-0.019088507,-0.046790686,-0.0044606505,-0.009305839,-0.008236822,-0.016519789,0.021626463,-0.016012197,-0.03740794,0.016596695,0.023856789,-0.03337797,0.000151292,0.0064294892,0.016735129,-0.008436781,0.0047375183,-0.017673405,0.041622482,-0.0084829265,-0.007660013,0.023595301,0.03654657,0.016627459,0.05100523,0.018257903,0.010805541,0.011074718,0.020457465,0.0101210615,0.020242123,-0.016519789,-0.0031282234,0.0073754545,-0.014520186,0.016704366,-0.016166013,0.03673115,-0.037223358,-0.042945296,-0.019288467,-0.022995422,-0.0059180525,0.016473643,-0.00017905088,-0.01020566,0.015166211,-0.0055104415,-0.016996616,0.020165216,-0.0009353907,-0.00057104015,-0.0036435053,-0.038115487,-0.021811042,0.014897034,-0.023210764,0.01070556,-0.0060795587,0.017750312,-0.03614665,-0.024518196,-0.0072177937,-0.0024360535,-0.012059137,-0.008498308,0.011443876,0.011505402,-0.0018400183,-0.0039569046,0.030624673,-0.036085125,0.0022668564,-0.0152585,0.0063910354,-0.01682742,-0.013689582,0.001678512,0.013835707,0.006306437,-0.027609887,-0.008298348,-0.0067832647,0.038669225,-0.04949784,-0.016365971,0.015627658,0.048082735,-0.0024360535,-0.0009873034,0.009090498,-0.0100057,-0.020042164,0.004864416,0.0028936546,0.035192993,-0.020134453,0.005441224,0.026856191,0.0045606303,-0.031393748,0.0054143067,0.022472449,-0.002659086,-0.015812237,-0.008590598,0.012051446,0.0051489747,-0.0029936347,0.009421201,0.003991513,-0.0061987657,0.014850889,0.004687528,-0.018257903,0.025364181,-0.0050259223,-0.00027879066,0.007913809,0.027271494,0.033470258,0.005664257,0.037284885,-0.024425905,-0.018180996,0.020718953,-0.01733501,0.032332025,-0.02248783,-0.005210501,-0.01485858,0.029747924,0.024702774,0.012820524,0.059311267,-0.0074638985,0.013943378,-0.0018621292,-0.0037415628,-0.038946092,0.048759524,-0.0038050117,-0.022764698,0.010751706,-0.029501818,-0.005864217,0.0004713004,-0.025179602,-0.009236623,-0.030486237,0.046021607,0.008359874,-0.02416442,-0.041653246,0.006064177,0.010336404,-0.01237446,0.013581911,0.041560955,0.04137638,0.013497313,-0.0014785518,0.024841208,-0.013774181,-0.022826225,0.009052044,0.019749913,-0.0026783128,0.002180335,-0.0127974525,0.0080214795,-0.0072254846,-0.012459058,0.024995023,-0.037592515,0.0348546,-0.039684407,-0.01277438,0.014212555,-0.012459058,0.039745934,-0.011997611,-0.0071678036,-0.04755976,-0.008421401,0.01168229,0.036423516,-0.0058180722,0.015781473,-0.021118872,0.029917121,0.03248584,0.0019486505,0.0104671465,0.014004904,0.022703173,0.027379164,-0.009351985,0.029947884,0.033347208,0.003412782,0.010905521,-0.030486237,0.0039761313,0.005814227,-0.047898155,-0.009490418,0.021057347,-0.021549556,0.0036358146,0.015296955,0.028963463,-0.00088540063,0.051282097,-0.022072528,0.022903133,-0.034639258,-0.02308771,-0.03408552,-0.0017054296,-0.012312933,-0.0023014648,0.022118673,-0.003858847,0.013835707,0.0017592651,-0.022149436,-0.0043722065,-0.0032089765,0.024087511,-0.007786911,-0.008759795,0.03137837,-0.021226544,0.0066794395,-0.002213021,0.037561752,-0.008905919,-0.009859576,0.018673206,0.012943577,0.029747924,-0.02019598,0.0269331,0.021057347,-0.016212156,-0.044914134,0.001354538,0.01881164,-0.00960578,0.03297805,-0.008552143,-0.0052258824,0.0061680027,-0.024502814,0.006441025,0.02714844,0.00931353,-0.028886557,-0.015619967,-0.028978845,0.013020485,0.026748521,-0.009275076,-0.005160511,0.033347208,-0.026502416,0.015919907,-0.039776698,-0.0042453087,-0.00065419666,-0.002439899,-0.0037934755,0.009851885,0.002584101,0.011266988,0.0016246765,-0.017765693,-0.025579523,-0.009259695,-0.013720346,-0.005518132,-0.0526972,-0.0025879464,-0.003005171,-0.008975136,-0.019103888,0.01595067,-0.013528076,0.018673206,-0.009228932,0.0014064508,0.022011003,0.025087314,0.011597691,0.021657227,0.023226146,0.0063987263,0.026117876,0.0062872097,-0.027179204,0.0071447315,0.023149237,-0.01287436,-0.011828414,0.0068178736,0.037377175,0.023702973,-0.018411718,0.0014343298,-0.017365774,0.014427897,0.023933696,0.029040372,-0.0033531785,-0.027932901,0.023795262,0.014712456,-0.015719946,-0.0047221365,-0.0032762708,-0.023810644,0.0020495919,0.00010418599,-0.034208573,0.008775176,-0.020857386,0.0047721267,-0.005179738,-0.0070062974,-0.013489622,0.011382349,0.01870397,-0.0075715696,0.00480289,0.024118274,-0.02485659,0.02860969,-0.018611679,-0.000889246,-0.0020342104,0.008083006,0.012112973,0.020872768,0.026225548,0.033070337,0.0094750365,-0.012689781,0.0007801331,0.041253325,0.01950381,0.017596496,0.022334015,0.030040173,0.008559834,-0.0029647944,-0.0040761116,-0.001766956,-0.0056450297,0.017842602,0.02467201,0.0443604,0.008767486,-0.0012516739,0.028086716,-0.02090353,0.0064333347,-0.017565733,0.002928263,0.016396735,-0.02742531,0.010228733,0.04359132,-0.00069072784,0.0095058,-0.027317638,0.0031397594,0.000817145,0.01159,-0.008829012,-0.02585639,0.035992835,0.011251606,0.031562947,-0.025333418,-0.047006026,0.009667306,0.016319828,0.010974738,0.026610086,0.031624474,-0.01070556,-0.0029878668,0.031239934,-0.053435516,-0.011082409,-0.013412714,-0.00083108456,-0.0023226144,-0.045498632,-0.0014939334,0.031116882,0.008559834,0.0137357265,-0.023272289,-0.004199164,0.02405675,0.012189881,0.0018986604,0.027979044,0.09598089,-0.002551415,0.010382548,0.0036165877,0.008375255,0.011920704,0.0074792802,-0.00011698392,-0.010074917,0.01009799,-0.019719152,-0.025118075,0.03387018,-0.0049874685,-0.0070178336,0.005518132,-0.009036662,-0.034239337,-0.027809847,-0.027102297,-0.026379364,0.017550351,0.0137895625,0.003595438,-0.021718754,-0.0030032482,0.012659018,0.0063410453,-0.016950471,0.0030282433,0.0019409597,-0.0009603857,-0.025517996,0.007929191,0.036884964,0.010328713,-0.015766092,-0.008982827,0.008590598,-0.04008433,0.008083006,0.0041145654,-0.003005171,0.0045875483,-0.0049567055,0.018442482,-0.01981144,-0.014251009,-0.036792673,-0.024379762,-0.01228217,0.010267187,-0.007763839,0.024041368,-0.008759795,-0.0014593248,-0.009813431,0.019903729,0.030147843,-0.03120917,0.004518331,0.034700785,-0.01149002,-0.024333617,0.0067178933,-0.043037586,0.0067678834,0.019872967,-0.004091493,-0.022856988,-0.027671413,0.0010151825,0.020026783,-0.0062256837,0.039807457,0.011113172,0.0056988653,0.0060295686,0.024302853,-0.004206855,-0.011366968,0.0048682615,0.0005969965,-0.0062564467,0.007983026,-0.021041965,0.019657625,0.04220698,-0.013097392,0.030486237,-0.010021082,0.015135448,0.045498632,0.0015987202,0.011905322,-0.0027109988,-0.03387018,-0.0043798974,0.0058296085,-0.032854997,0.020180598,0.031132264,-0.026194785,-0.0063102823,-0.0040991837,0.006141085,-0.049682416,0.0073831454,-0.019826822,-0.013328115,0.005287409,0.0050374586,-0.010951665,0.0054527605,0.03546986,-0.006860173,0.016412117,-0.00406073,0.028179005,-0.06515626,0.0074715894,0.002664854,0.0018150232,-0.027963663,-0.019657625,0.013343497,0.024533577,-0.03211668,0.020365177,-0.0022360932,0.015173902,0.0174273,0.007983026,0.021718754,-0.022041766,0.019073125,-0.015696874,-0.015843,-0.0043952786,0.02267241,-0.04657534,0.023610683,0.0046413834,-0.016427498,0.009721141,-0.01870397,-0.009221241,0.00031868654,0.024933496,0.00470291,-0.003230126,-0.010313331,0.038607698,0.0027994427,-0.009228932,-0.034823835,0.020934293,0.0072485567,-0.026610086,-0.011966848,-0.027102297,-0.01831943,0.014835508,-0.015212356,0.040453482,-0.014520186,-0.026702376,0.0009228932,-0.0147278365,-0.038392358,0.0055719675,0.011228533,-0.0506976,-0.0036954181,0.021780279,-0.011082409,-0.021134254,0.0062218383,-0.0052950997,0.0029455675,0.004806735,-0.0069293897,0.025502615,-0.01298203,0.010290259,0.014389443,-0.02596406,-0.009913411,-0.02436438,0.01644288,-0.0034300864,-0.0054027704,-0.006698666,-0.00015922311,0.0059565064,0.012574419,-0.020288268,-0.005752701,-0.036085125,0.04556016,0.04113027,-0.015443079,-0.05131286,0.0006157428,-0.0009873034,0.039961275,-0.017304247,-0.03070158,0.026440889,-0.008636742,-0.025502615,0.029394148,-0.027471453,0.023210764,0.01395876,-0.03614665,-0.009759596,0.052328043,0.027686795,-0.030224752,0.038392358,-0.017765693,-0.015227738,-0.06324895,0.0077676843,0.022964658,0.038084727,-0.0017573424,-0.02228787,0.0057719275,0.02061128,-0.012074519,0.015519987,-0.006625604,-0.029932503,0.0152508095,-0.014627857,-0.025471851,0.005129748,-0.008083006,-0.0059103617,-0.018257903,0.011182389,0.016704366,-0.0009695185,-0.010490219,0.0028821186,-0.017796457,-0.0041568647,0.001096897,-0.005248955,-0.002224557,-0.0010920903,-0.0054219975,-0.01682742,0.05568122,0.028378965,-0.0406073,-0.0019524959,0.008067625,-0.015235428,-0.027486835,0.0001804929,-0.02079586,-0.008375255,0.0020649736,-0.020657426,0.010328713,-0.041345615,0.032516602,-0.009152024,-0.025410326,0.02130345,-0.006802492,-0.026717758,-0.0007113968,-0.009413511,0.03377789,-0.0015785319,-0.025579523,-0.04113027,0.025533378,-0.02148803,-0.019888349,-0.01397414,-0.008967445,0.008744413,-0.011951467,-0.0020899684,-0.016873563,-0.0032416622,0.012851288,0.013112774,0.040268905,-0.00056238804,0.010936284,0.021088108,0.050389968,0.036208175,0.013058938,0.05229728,0.019365376,0.0006465059,-0.030886158,0.03248584,0.008959754,0.012428295,0.012720544,0.009436583,0.01595067,0.012259098,-0.0012286016,0.029440293,-0.0073946817,-0.017150432,0.010590199,-0.002564874,-0.00331857,-0.001916926,0.0031762908,0.02871736,-0.0030916922,0.0008479081,0.011505402,-0.03128608,0.008936683,0.009513491,-0.023626065,0.0067986464,-0.009159715,0.02764065,0.013235826,0.023226146,-0.04445269,0.013635747,-0.04149943,-0.021426503,-0.0132050635,0.024010604,-0.034700785,0.013812634,-0.012359078,0.0028821186,-0.004895179,0.02356454,0.018396337,0.003085924,0.029547963,0.017919509,0.004537558,0.046329238,0.06534084,0.036977254,0.025379563,0.015435388,0.025502615,-0.0033012659,0.016042959,-0.016365971,0.03645428,-0.021549556,0.017227339,-0.009944174,0.017181195,-0.005625803,0.014104884,-0.03396247,-0.012666709,-0.005687329,-0.014620166,0.034823835,-0.015120067,0.0200114,-0.042729955,0.0026129412,-0.05408154,-0.017381154,0.015173902,-0.015889144,0.0018582839,0.025687193,0.012935886,0.031932104,0.017488826,0.021841805,-0.021180399,-0.017458063,-0.018657824,-0.0015506528],"social":"https://www.linkedin.com/in/juan-pisco/"},{"title":"chatmatrix","description":"ai chatbot for your website in 30 seconds.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=95uuQDPFHR0","youtube_transcript":"A workspace. This is Ronak from Checkmetrics. We build chatbot for any websites under thirty seconds. So let's do that for Billspace itself. We are gonna copy the link. To check metrics. This is the lending page. Click on thirty seconds chatbot. Hit create. Website is the coolest one to build any chatbot. We're gonna click on fetch links. And once we get all the links, we can click on create and it's gonna create the chatbot itself. We can ask you any questions regarding build space and it's gonna answer it with these. Let's talk about base station. It was really good. First two weeks, we built the product. With three and four, we were talking with users and asking them what kind of features they want. This was the feature that came out while talking to user. This is our live analytics I will show you our total page views as well. It is heating it is going up. As you can see, there is some trend. The trend came out when we started posting short form content on YouTube will be posting more short form content on Instagram, TikTok, and other channels as well. Will be playing with Google Ads as well, and that's a wrap. Thank you so much for checking us out.","embedding":[0.0060129673,0.011025018,-0.007962514,-0.015327465,-0.008679587,-0.039498847,-0.012294837,0.020541193,0.02293144,0.041709825,0.036720183,-0.052107405,-0.016701857,-0.052286673,0.019853996,0.024993028,-0.025366506,-0.019525338,-0.06304279,0.008731875,0.0112491045,0.016074417,-0.013721516,0.020033265,0.024066808,0.011913892,-0.008709466,0.0044854498,-0.027457973,-0.010494682,-0.0058374335,-0.024126565,-0.003129731,0.042546414,0.02278205,-0.006020437,0.013676699,0.020227473,0.038901284,0.0020223737,-0.043442756,0.032776274,0.03504701,0.0038542747,-0.05416899,-0.0072827865,-0.04962752,0.014953989,0.042367145,0.031372003,-0.096386746,0.033433594,-0.009859772,-0.011727153,0.030445782,-0.016134173,-0.019256435,0.019734483,-0.022214366,0.030445782,0.040634215,-0.020765278,0.016418016,0.020795157,-0.0009089478,0.010479743,-0.045803126,0.02638236,-0.011032488,0.019674728,0.035286035,0.05563302,0.0069205146,-0.026203092,0.014371365,-0.00991206,-0.008216477,0.028189985,0.018479604,-0.017702773,0.0049747033,-0.013908255,-0.039200064,0.01948052,-0.050703134,0.0014640269,0.003424777,-0.032895785,-0.05180862,-0.003252978,-0.007895287,0.015200483,-0.013542248,0.0056357565,0.07116963,0.012840113,-0.014677616,0.018136006,0.032029323,0.013781273,0.08019282,-0.010621664,-0.033373836,-0.020451559,0.00754422,-0.018210702,0.047207396,-0.010293005,-0.011570293,-0.06190742,-0.12094654,0.020242412,-0.0030195552,0.0017207917,0.01177197,-0.014020298,0.043801293,-0.026143337,-0.0143788345,-0.031043345,-0.047326908,0.043442756,0.02027229,-0.03065493,0.020346984,-0.04619154,-0.046311054,-0.03582384,-0.028817426,-0.015446977,0.009202454,0.0056768386,0.05829217,-0.049089715,-0.018972592,-0.034957375,-0.014341488,-0.018315274,-0.015372282,0.0022595313,0.021571986,-0.016881125,0.026471995,0.0100689195,-0.0713489,0.0051987893,-0.042636048,0.01982412,-0.04275556,-0.027308581,-0.029952794,-0.024948211,-0.05829217,-0.036720183,-0.033672616,0.018091189,0.028249742,0.042157996,-0.037825674,-0.03065493,0.018688751,0.009157637,0.026486935,-0.025351567,-0.036481157,0.0058822506,-0.02309577,-0.042606167,-0.082403794,-0.015775636,-0.006188501,-0.0024145239,-0.00044186908,0.014849415,0.017986616,-0.011585233,-0.023275038,-0.048193373,0.024649432,-0.032656763,-0.034120787,-0.020182656,0.0018916571,-0.012123038,-0.053063504,-0.0046497793,-0.015611307,-0.009135229,-0.0077384277,-0.022318939,-0.01538722,0.019196678,0.0063154832,0.024873517,-0.0017488025,-0.02845889,0.030311331,-0.0046759224,0.014505817,-0.02937017,0.015999721,0.017822286,-0.0020317107,0.01726954,0.020600948,0.021811012,-0.005363119,0.024410406,-0.03032627,0.00973279,0.072305,0.020675644,0.018763445,0.0018580443,-0.04167995,-0.013011912,-0.05685802,0.05124094,-0.009605809,0.004866395,-0.0086048925,0.054288507,-0.0077533666,-0.02293144,-0.0111669395,0.054139115,0.044966538,-0.02342443,-0.0069093104,0.02106406,0.00706617,0.01995857,0.006035376,-0.019196678,0.02624791,-0.011039957,0.033403713,-0.0023939826,0.0008300509,-0.028324438,0.014834476,0.04888057,0.025321689,0.0185543,0.05309338,-0.035883598,-0.042546414,-0.07075134,0.0146253295,0.026277788,0.03675006,-0.000344065,-0.013923194,-0.029026574,0.011981118,-0.032447614,-0.034300055,0.08945502,0.02748785,-0.05309338,-0.008597422,-0.014214505,-0.036391523,0.0007348145,-0.0073612165,-0.004059687,0.0010709431,0.0044219587,0.005848638,-0.016806431,-0.01915186,0.011159469,0.032268345,-0.037257988,-0.006128745,0.03740738,-0.007745897,-0.01383356,-0.028384194,-0.0054452834,-0.01461039,0.023140587,0.030311331,0.05658912,0.014386305,0.03740738,0.03474823,-0.015820453,-0.005389262,0.0279659,-0.0049149473,0.013878377,-0.013624413,0.029639075,-0.009628218,0.041590314,0.0703928,-0.0027133047,0.010920445,0.041709825,-0.014617859,-0.01570094,0.022244245,0.0019607502,0.0067599197,0.032268345,-0.0035872392,0.03657079,0.015327465,-0.010972732,-0.01791192,0.054437894,0.039947018,-0.026262848,-0.006337892,-0.017209785,0.07087085,0.009463888,-0.023394551,-0.0285784,-0.048492152,-0.055722654,0.024529919,-0.01697076,0.00041292465,-0.017986616,0.061728153,0.025650349,-0.009097881,-0.03298542,0.043890927,-0.05103179,0.013101546,-0.0046311053,-0.028996695,-0.022079915,0.011196817,-0.021108877,-0.015596367,0.046908613,-0.047506176,-0.05046411,-0.054109238,0.014939049,0.0021586926,0.010218309,0.031162856,-0.02671102,-0.014983866,0.011644989,-0.03893116,-0.022856746,0.031342126,-0.034807984,0.017090272,-0.01712015,0.0053855274,-0.058531195,-0.023693332,0.023170466,-0.032298226,0.023917418,0.054408018,0.00832852,0.020152777,0.03675006,-0.02342443,-0.0257848,-0.0069279843,-0.0031838848,0.015984783,-0.018001555,-0.0037366296,-0.031820174,-0.038453113,0.021422597,0.027711937,0.042815316,-0.027562546,0.00044537042,0.034150667,-0.03534579,-0.020122899,-0.040783603,0.027861327,0.013557187,0.024619553,-0.01650765,-0.06274401,0.022856746,-0.0010690757,-0.03773604,0.0013622546,-0.045295198,0.07439647,0.017971676,0.049059838,0.02075034,-0.009717852,-0.010300474,0.014550634,-0.037586648,-0.009082942,-0.03394152,-0.0036264542,0.020167716,0.008657179,-0.052704968,0.013250937,-0.0031166591,0.040873237,-0.06668792,0.028399132,-0.041650068,-0.0069690663,0.028234802,-0.026008885,0.0031614762,0.061160468,0.06567206,-0.0014593584,-0.07636842,0.023857662,0.005904659,-0.026994862,0.05384033,0.03797506,0.003213763,-0.034479327,-0.015506733,-0.045175686,-0.013572127,-0.0018655137,-0.01351237,-0.049717154,0.017523505,-0.040186044,0.042217754,0.019644849,0.021332962,-0.019764362,-0.0038766833,-0.013430205,0.044010438,-0.026442118,-0.014348957,-0.02403693,-0.02765218,0.020212533,-0.0232601,-0.027846389,-0.060861688,-0.022079915,0.045474466,-0.082403794,-0.042606167,0.025739983,0.00012126307,0.021168632,0.022602782,0.026516812,0.033403713,-0.010629133,0.016388137,0.023484185,0.0023062157,-0.03851287,0.016627163,0.038333602,0.0010251922,0.0065769167,-0.0232601,0.050225083,0.046131786,-0.043920804,-0.01304926,0.010240719,0.0053332406,0.0035386872,-0.0019402091,0.0147448415,-0.017403992,-0.053451918,0.09160625,-0.0026292726,0.024246076,-0.0062781353,0.0056768386,-0.03256713,-0.0066105295,-0.018688751,0.05276472,0.02986316,-0.01885308,-0.018270457,-0.040006775,-0.017568322,-0.03866226,0.008500319,0.0077533666,-0.027353399,-0.029967733,-0.019032348,0.08252331,0.007275317,0.020705523,-0.059367783,0.00085292634,0.01067395,0.027368339,-0.03223847,-0.02781651,0.006364035,0.030356148,-0.014124871,0.0046049617,0.0010485345,0.041231778,-0.014961458,-0.022274122,-0.0019346069,0.02451498,-0.006924249,-0.0022427249,-0.012780356,-0.015775636,-0.035076886,-0.035853717,-0.049149472,-0.030684806,-0.007843001,-0.0248287,0.015626246,0.017792407,-0.035076886,0.00084498996,-0.027443033,-0.03866226,-0.05046411,0.003262315,0.0049410905,0.009135229,0.027039679,0.02733846,-0.03140188,0.010546968,0.009553522,0.0019234025,0.0031614762,0.014326548,0.052525695,-0.032537248,0.021273207,0.013519839,0.010016632,-0.020122899,0.027711937,-0.01949546,0.013751395,-0.00007381991,0.00019420763,-0.0033780925,-0.0060092327,0.032298226,-0.0019178004,0.016089356,-0.0027543872,0.02104912,-0.040753726,0.005826229,-0.0034154402,-0.0067636548,0.029967733,0.028309498,0.031491514,-0.025441201,-0.014483408,0.0036488627,-0.039528724,-0.02986316,-0.03504701,-0.061787907,-0.016014662,0.010927915,-0.017702773,0.0025303015,-0.01523036,-0.00510542,-0.00031068554,-0.0060764584,0.0011839196,-0.004638575,0.020645766,0.015790574,0.00028594275,-0.016044538,-0.030923832,-0.0052361367,-0.011607641,0.013915724,0.003605913,-0.0096207475,-0.034359813,-0.017628077,-0.030386027,-0.002872032,-0.014065115,0.03815433,-0.00019875939,-0.0070773745,-0.015880208,-0.011301391,0.013870907,-0.017254602,-0.007940104,0.004571349,-0.053661063,-0.02845889,0.0285784,0.00017448343,0.0018365694,-0.022961318,0.01712015,0.003404236,0.016223807,0.0424269,-0.00086226326,-0.03095371,-0.015461916,-0.011734623,0.034479327,0.010957792,0.026367422,-0.027368339,-0.0263973,0.022841806,0.021123815,0.035017133,-0.019301252,0.01758326,0.0042202813,-0.023379613,-0.014154749,-0.06387938,0.013497431,0.017030517,-0.016582346,0.021392718,0.016940882,-0.00715207,0.0013631883,-0.014236914,0.038333602,0.010315414,-0.0017674763,-0.0067823282,-0.025515895,-0.022333879,0.005277219,0.010442396,-0.046430565,0.054288507,-0.009867242,-0.0040932996,-0.011181878,0.025680225,0.0063715046,-0.009157637,0.032029323,0.016881125,-0.047386665,-0.00927715,0.0018010892,-0.0031670784,0.0004822512,0.022064976,0.0049933773,-0.07116963,0.037646405,0.02373815,-0.00008945923,-0.012429289,-0.052346427,0.012167855,0.024963152,0.0031390677,0.04523544,0.0049112123,0.011271513,-0.036839694,0.019988447,0.024634492,-0.019002471,-0.0006419123,-0.017493626,-0.0057477993,-0.029146085,0.032148834,0.005717921,-0.039498847,0.0006797267,0.0002812743,-0.026501874,-0.020391801,-0.0062183794,0.0060129673,-0.0025489752,-0.024231138,0.0048477217,0.012518924,-0.015745757,0.0006811273,0.0031147918,0.0000081624985,-0.052585453,0.030102184,-0.023140587,-0.045086052,0.031521395,0.0016311575,-0.054198872,0.008194068,-0.020406742,-0.021646682,0.01083828,-0.03931958,-0.0060092327,0.00848538,-0.025545774,-0.0015228493,0.014229445,0.034688473,0.0138111515,0.0016096826,0.029654013,0.00746579,-0.09011234,0.014177158,-0.058859855,-0.047685444,-0.038333602,0.0185543,0.010972732,0.029131146,0.04066409,-0.018882958,0.030834198,0.011137061,0.00033309413,0.009381723,0.004601227,0.015327465,-0.026875349,0.029504621,-0.024126565,0.028399132,0.01068889,-0.040753726,0.042486656,0.048522033,0.0065731816,0.035644572,-0.005983089,0.020227473,0.020376863,-0.002097069,0.01540216,-0.003846805,0.0115329465,0.010711298,-0.00011420203,-0.014438591,0.0065619773,-0.029355232,0.02185583,-0.029654013,-0.03095371,-0.007364951,0.004287507,-0.0038131922,-0.028697914,0.000730146,0.012220142,0.009045594,0.012242551,-0.025739983,0.028473828,0.01962991,-0.028145168,-0.03630189,-0.01571588,-0.018091189,0.02562047,-0.03785555,0.024963152,-0.0001949079,0.0019420764,-0.045026295,0.0030830463,0.018793324,0.0029485947,-0.016746674,-0.0021530904,-0.0213479,0.016253686,-0.014849415,-0.003717956,0.042785436,0.0013622546,-0.044428732,-0.028832365,0.0005504106,-0.010606725,0.02984822,0.0072529083,0.017209785,-0.0029373905,0.0033743577,-0.0056432257,-0.038393356,0.009867242,-0.008231416,-0.031670783,-0.025426261,0.02890706,0.006285605,-0.03830372,0.015626246,0.030430844,-0.00019759226,0.0037515687,-0.05201777,0.05058362,-0.02845889,0.009060534,0.04084336,-0.0056245523,-0.007338808,-0.00895596,0.024141503,-0.01131633,0.025979007,0.023215283,-0.014117401,-0.022094853,0.0111669395,0.00991206,0.009471357,-0.008545136,0.0078280615,0.010195901,0.008575014,0.025859494,-0.01163005,-0.018718628,0.0474763,0.01225749,0.0060839276,0.025710104,0.00416426,-0.022557965,0.0068719625,-0.0029448601,-0.018360091,0.0036021783,-0.002450004,0.03161103,-0.011869075,0.03689945,0.029489683,-0.010225779,0.024873517,0.0074097686,-0.0041082385,0.016253686,0.021467414,-0.01570094,0.0003358952,-0.017657956,-0.0016311575,0.04224763,-0.0040895646,-0.015118318,-0.00023015472,-0.002336094,-0.0025583121,-0.02545614,0.015686002,-0.03220859,0.0048178434,-0.005512509,-0.0024257281,0.009874712,-0.009971815,-0.032925665,0.07164768,-0.008657179,-0.0013809283,-0.006801002,-0.018449726,0.008022269,0.025067724,0.011869075,0.0051651765,0.00071614067,-0.00012628165,-0.038214087,0.020167716,-0.0013043657,0.0025732513,0.04568361,-0.010666481,0.033433594,0.017568322,-0.011189348,0.0029523296,-0.011525476,0.03504701,0.01099514,0.004052217,-0.033254325,-0.01163005,0.0033220712,-0.027936023,-0.015626246,0.011973648,-0.018404908,-0.026725959,0.03313481,0.010397579,0.0068234107,-0.026352484,0.034120787,0.008948491,-0.008507788,-0.004944825,0.05043423,-0.006774859,0.011495599,-0.019390887,0.006035376,-0.0068234107,0.00001641253,-0.0035704328,0.013766333,-0.035973232,0.036062866,-0.0019775566,0.023065893,0.018808262,0.039200064,-0.007293991,0.04167995,-0.020795157,-0.043771416,-0.006744981,0.008134312,0.009807486,0.051958013,0.062923275,-0.005150237,0.0004773493,0.014953989,-0.04538483,-0.0019626175,-0.040484823,0.009516174,-0.02560553,0.0285784,0.03675006,0.019839058,0.03459884,0.019719545,0.034778107,0.00013736922,0.012922278,0.024111625,-0.014334017,-0.015155666,0.008418154,0.010599256,0.012922278,0.022318939,-0.04066409,0.033672616,-0.0010998875,-0.004672188,0.0066852244,0.020018326,-0.0019962306,-0.0279659,-0.018419847,-0.018808262,0.028638158,-0.01946558,-0.042964704,0.015148196,-0.021915585,-0.01147319,0.020705523,0.015671063,0.009239802,0.007835532,-0.04066409,0.026681142,-0.03899092,-0.006479813,-0.0039140307,-0.036242135,-0.005990559,-0.03346347,0.0044368976,0.008037209,0.0330153,0.0020952018,-0.0053967317,-0.03459884,-0.018494543,-0.024305834,-0.02152717,0.0238726,0.032537248,0.018643934,-0.02294638,-0.010158554,-0.027995778,0.019420763,-0.0032492431,-0.026651263,0.003910296,-0.017926859,0.010539499,-0.010927915,-0.010965263,0.018136006,0.022124732,0.020989364,-0.01130886,0.019092105,0.0053668534,-0.03161103,-0.012421819,0.023275038,0.036511037,0.025441201,0.011099714,0.012967095,0.0058822506,0.018121067,-0.0033818274,0.0010242586,0.0061847665,-0.010151084,0.017643018,0.0013389123,0.018106127,-0.03046072,-0.009068003,0.010539499,0.002694631,-0.022498209,-0.00038584764,0.009650626,0.010584316,-0.009060534,-0.0125488015,0.021721378,-0.024290893,0.006237053,0.031252492,0.0046236357,-0.02733846,-0.0011325667,-0.015596367,-0.012817704,-0.017493626,0.039498847,-0.024933273,-0.023693332,0.0013622546,-0.033194568,-0.0121006295,-0.009053064,-0.006222114,0.0064200563,0.0058038207,0.0040372782,-0.0022950114,0.040305555,-0.0024033196,-0.009523644,-0.0067225723,0.009546053,0.022991197,0.015095909,-0.018404908,0.023962235,-0.010905506,-0.008776692,0.005594674,-0.055423874,0.0059009246,0.023603698,0.030236635,-0.0041978727,-0.013594535,0.018434787,-0.011077305,0.00095796655,0.0057851467,0.002233388,0.0021811011,-0.0110847745,-0.007234235,0.0048439866,0.0022053772,0.008082026,0.022289062,-0.0047468827,-0.004212812,0.03016194,0.008619832,0.0061474186,-0.014856884,0.011122122,0.01195124,0.029489683,0.015491794,-0.024126565,-0.0048327823,-0.0006059652,-0.057754364,-0.04822325,0.0039476436,-0.0022184488,-0.0063154832,0.0086870575,0.011174409,-0.007506872,-0.05482631,0.039528724,0.0017095874,0.0038430705,-0.0035293503,0.027562546,0.008896204,0.017418932,0.08891722,0.02010796,0.011488128,-0.011196817,0.010793463,0.035525057,0.00369368,-0.010046511,-0.03268664,-0.00048271802,-0.0056955125,-0.021751255,0.018180823,-0.012003526,0.016896065,-0.0060316413,-0.01807625,-0.009381723,-0.0031708132,-0.025919251,0.042337265,0.018270457,0.033104934,-0.0070960484,-0.0020765278,0.011570293,0.0014341488,-0.017717712,-0.011054897,0.031312246,0.018614056,-0.0279659,-0.0043584676,0.024873517,0.006898106,0.0025489752,-0.035973232,0.0039401744,0.0065470384,-0.010898037,0.0017796142,0.02402199,0.016238747,-0.022184487,0.0067487154,0.024963152,0.008433093,-0.02213967,-0.010098797,-0.03645128,0.0044630407,-0.01886802,0.03773604,0.036690306,-0.00084452314,0.00013188379,0.003056903,0.03016194,0.016149113,0.042337265,-0.04822325,0.021631744,-0.004638575,0.02215461,-0.04950801,-0.020720461,0.010412517,0.011204287,0.008246355,-0.015910087,-0.02766712,0.013781273,0.005620817,0.0001567433,-0.003675006,-0.022498209,0.00041619258,-0.016074417,0.021258267,-0.0053519146,-0.023842722,0.004743148,0.0019159331,-0.001819763,-0.0037571709,0.017254602,0.022901563,0.04132141,0.00019140657,-0.00031675454,-0.005788882,-0.008851387,0.019913753,0.002733846,0.0025695164,0.026128396,-0.03728787,-0.026307667,-0.014124871,-0.044339098,-0.0027543872,-0.021332962,-0.019256435,-0.017418932,-0.004522797,-0.017344236,-0.026352484,0.022304,0.008313581,0.034628715,-0.0014518888,0.0053220363,0.02451498,0.03268664,0.025590591,-0.009665565,-0.018778386,-0.002126947,-0.033104934,-0.031043345,0.03773604,0.020197595,-0.011480659,-0.016761614,0.0040634214,-0.004097034,0.006756185,-0.040006775,0.0071744784,-0.00018522087,0.0066179987,0.0013977347,0.038333602,0.0015415231,-0.0009514307,0.013295754,-0.029205842,-0.015850332,-0.010935384,-0.0027842652,-0.008298642,0.01946558,0.0022016424,-0.035973232,0.037467137,-0.012137977,0.02309577,0.009292088,0.042068362,-0.0018533758,-0.016208868,-0.018195761,0.059039123,0.023394551,0.016731735,-0.011435842,0.012586149,-0.0046572485,-0.0008645975,-0.009471357,-0.01241435,-0.047565933,0.010315414,-0.005486366,0.028712852,-0.00018533759,-0.0016647703,0.021318024,-0.0045862882,0.01962991,-0.0038580096,-0.013258406,-0.041381165,-0.016597284,0.057634853,0.0009350911,0.02641224,0.020571072,-0.052376308,-0.03298542,-0.014856884,0.030206759,-0.035525057,-0.032955542,0.0060764584,0.015133257,-0.0015770034,-0.0014126739,0.02106406,0.01962991,-0.02199028,-0.0087991,-0.048611667,0.037317745,0.02590431,0.0036152499,-0.016477771,-0.016642101,0.0026666203,0.012391942,0.034150667,-0.061190344,-0.031192735,0.023245161,-0.010659012,0.027248826,-0.03017688,0.00030881815,0.014326548,0.003292193,-0.010502151,-0.013893316,-0.013654291,0.00943401,0.031013466,-0.0029952794,0.010815872,0.030266514,0.03193969,-0.014027767,0.00565443,0.0077533666,-0.016522588,-0.016761614,-0.0063416264,0.0006834615,0.019689666,-0.044667758,-0.0071744784,0.010173492,0.008111903,0.013781273,-0.015021214,0.044129953,-0.011435842,0.0011297656,-0.02560553,-0.008515258,0.0011745828,-0.0051352982,-0.010808402,0.008507788,0.002013037,0.01556649,0.024455223,0.021078998,0.0035984435,0.027786631,-0.013960541,-0.008903673,-0.0090904115,0.026471995,-0.002380911,-0.004679657,0.0074135032,0.014431122,0.03235798,-0.037765916,-0.0070250877,-0.0079923915,-0.03695921,-0.017971676,0.011622581,-0.032118957,-0.014797129,0.006035376,0.015260239,-0.023439368,-0.01209316,0.035734206,0.0062968093,-0.04191897,0.034479327,0.0064349957,-0.009770138,0.009038125,0.00926968,0.011383556,0.021362841,-0.01240688,-0.020242412,-0.00016678048,-0.015730819,-0.02075034,-0.00989712,-0.021467414,0.0006260395,-0.0037739773,0.020645766,0.010621664,-0.023170466,-0.0045526754,-0.014797129,0.046131786,0.019973509,-0.010748646,0.010980201,0.019211618,-0.004866395,-0.013101546,-0.0022838071,-0.0006419123,0.010203371,-0.009105351,0.0017936196,0.01382609,0.009695443,0.038572624,-0.015446977,0.029788464,0.011749562,-0.012369533,-0.012489045,-0.009232332,0.026143337,-0.03516652,0.029250659,0.0042763026,-0.024559798,0.022304,0.009239802,-0.003189487,0.034120787,0.022557965,0.0330153,-0.0029075125,-0.01617899,-0.02842901,0.010621664,0.0042053424,0.022318939,0.019734483,0.045803126,-0.011824258,-0.002591925,-0.0088887345,-0.017150028,-0.013019381,0.0021568253,-0.038453113,0.015939966,-0.014356426,0.0080148,-0.0025022908,-0.0160296,0.03065493,-0.0016955821,0.0044256933,0.017882042,-0.004761822,0.010360231,0.042994585,0.022483269,0.018524421,-0.019047288,0.00864224,-0.0053967317,-0.008067086,0.01853936,0.011973648,-0.044189706,-0.002087732,-0.013288285,0.028369255,-0.023304917,0.035734206,-0.034031153,0.012817704,0.009389193,0.0039663175,0.01177197,-0.0075292806,0.025052786,-0.01870369,-0.027846389,-0.01995857,0.0037067516,-0.006819676,0.0068719625,-0.019570155,0.04448849,-0.0016825104,0.038393356,0.029161025,0.019988447,0.0036245869,-0.027099436,0.026935106,0.015461916],"social":"https://twitter.com/7ronak7"},{"title":"character.xyz","description":"a character as a service platform offering an affordable and a easy way to add virtual characters to virtual worlds","niche":"other","youtube_url":"https://youtube.com/watch?v=vuU44YP8aCA","youtube_transcript":"Hi. My name is Zeno Saver, and I'm building cat breads wisely. An easy and affordable way to add virtual characters to virtual books. Take a look. You provide an expanding catalog of high quality characters such as Ninja, assassin, ranger, husky, dragon and pretty much characters of all skill to classification. You can preview all our customization and related features without leaving your browser tab. You can also take the characters for a test drive in our sandbox, ahead of integration, saving countless hours of their time, adding characters to your virtual world and be done with almost no lines of code. Autonomous. All of them are customizable, interoperable, and composable. Look at the amazing works our developers have built using our characters. Just endless possibilities. Six weeks ago, I wanted to help hundred developers to build incredible virtual goals So we hosted game games. We went on marketing campaign and funneled a lot of users to our community. I have to admit that we did fell short. As it issues, SDK bugs, load time optimization, failing deployments, serve costs, and more community feedback. All these was a great learning experience, and we are working diligently to bring CapEx wisely to everyone. So what next? Here are some of our characters in action. Yukiko, Rodney, Tamashi, Azaris. It's going to be exciting. Can join us on this amazing journey.","embedding":[0.041313794,0.016095096,0.014690826,0.032705367,-0.0054633585,-0.055705484,-0.011516676,0.063283555,0.003774495,-0.013053895,0.029215466,-0.044238664,-0.017748645,-0.037026197,0.018346913,0.036959723,-0.0390869,-0.027852742,-0.024163418,0.02261789,0.05271414,0.02728771,-0.0113006355,-0.01557161,-0.02565909,0.016219735,-0.016294518,0.053611543,0.007283093,-0.06900035,0.013826659,-0.03652764,-0.032638893,-0.00761131,-0.026805772,-0.031691633,-0.009032199,-0.028916331,0.030461859,-0.04723001,-0.008259435,-0.012862782,0.030760994,0.054409236,-0.05540635,0.03129279,0.0011549913,-0.0014624351,0.022634508,0.040150493,-0.061555225,0.02506082,-0.0067720716,0.055771958,-0.027088286,-0.010353376,-0.013336412,0.020640278,-0.028949568,0.03609556,-0.004503635,-0.01299573,0.021969764,0.047030583,-0.019825967,0.018596193,-0.059826892,-0.03958546,-0.04719677,0.028583959,0.035663474,0.008039239,-0.005936988,0.01685124,0.014616042,-0.022551414,-0.0029186383,0.046166416,-0.007968609,-0.060491636,-0.02273422,0.06275176,-0.018097635,-0.025575995,0.014840392,-0.0227176,-0.022401847,-0.01638592,-0.028517485,0.009971148,-0.0043706866,0.004823543,-0.055705484,0.0045368727,0.057433818,0.050686672,-0.013768494,0.0049938834,0.062319677,0.008533642,0.046432316,-0.003689325,0.0039427583,0.006639123,0.012920947,-0.0067305253,-0.00879123,-0.03971841,0.0027607617,0.0036810157,-0.1625962,-0.0066432776,-0.025143914,-0.0133281015,-0.021155454,-0.005326255,0.033187307,-0.043839816,0.01696757,-0.040482864,-0.04231091,0.06946567,0.03433399,-0.010162262,-0.0031429892,-0.049523372,-0.052647665,-0.0011934219,0.0057541835,-0.03782389,0.017715408,-0.012937565,0.020856319,-0.08136457,-0.033353493,-0.019111369,-0.07651195,-0.026207503,-0.059993077,0.024096942,-0.022169188,-0.016776457,-0.006099019,-0.020823082,-0.05091933,-0.006896711,-0.02341558,0.01954345,-0.080766305,-0.024063705,0.014773918,-0.02540981,-0.038787767,-0.047296483,-0.003928217,-0.0067305253,0.005961916,0.020307906,-0.04719677,-0.021870052,0.007062897,-0.022850549,-0.019859204,0.0033798038,0.0128794005,-0.037890363,-0.00269221,0.048027698,-0.08395707,-0.001919446,0.032406233,-0.034167804,-0.040216967,0.00023162147,-0.0029331795,-0.02776965,0.019859204,-0.027337566,-0.048792154,-0.052647665,-0.013594,0.0330045,-0.014707444,0.003676861,-0.058597118,-0.014009464,-0.03476607,0.008313445,0.001097865,-0.0015953837,0.026074553,0.03609556,0.00219573,0.0053096367,0.08169694,-0.04822712,0.059295096,0.0008288517,0.020540565,0.014499712,-0.0068800924,-0.005878823,0.044537798,-0.02120531,0.037458282,0.026872246,-0.02037438,-0.011898904,-0.037757415,0.0048318524,0.07671137,0.0061405655,0.010851934,-0.012746451,-0.07205816,0.00067980384,0.015422043,0.06205378,-0.030711137,-0.011408656,-0.03572995,0.05071991,0.0041816505,-0.04134703,-0.0019796884,0.016759839,0.0055090594,-0.0098797465,0.070928104,0.019061513,0.022169188,0.023980612,-0.0066100406,-0.029381651,-0.05490779,-0.03948575,-0.0051725334,0.016660128,0.03034553,0.02248494,-0.027836123,-0.017150376,0.00272337,0.026190884,0.012671668,-0.011857358,-0.030794231,-0.09120277,0.02928194,-0.0112009235,0.066141956,0.014782228,0.008018466,0.018878708,0.016701674,-0.034799308,-0.03666059,0.010021004,0.037956838,0.008118177,-0.027653318,0.022966878,-0.015438662,0.030860705,-0.02399723,0.0155217545,-0.002627813,0.009888056,0.023332488,0.012098327,0.014981651,-0.024844779,0.03499873,-0.038953952,-0.05175026,0.026490018,0.003919908,0.014865321,0.0057001733,0.018795615,-0.04227767,0.008724755,0.018430006,-0.036394693,-0.035331104,0.05058696,0.06567663,-0.033120833,0.017366417,-0.01874576,0.049689557,-0.023615004,0.001539296,-0.007694403,0.04307536,0.032406233,-0.009696942,-0.009264858,-0.012804616,-0.0032946337,0.05038754,0.0014769764,0.0072415466,-0.014699135,0.04064905,0.024645356,-0.015330641,0.011284016,0.029896827,0.0074908254,0.024994345,-0.018646048,0.013618927,0.0043582227,-0.02000877,-0.03350306,0.06697288,-0.017233469,0.040781997,-0.012488863,-0.0032177728,-0.00855026,-0.003136757,0.0058372766,-0.034267515,-0.043640394,0.01756584,0.026606347,0.034732834,-0.034965493,0.010336758,-0.05819827,-0.00784397,-0.0321071,-0.043540683,-0.015363879,-0.035896134,0.012663359,0.022119332,0.037624467,-0.02049071,-0.025708945,-0.017898211,-0.002472014,0.0051226774,0.03885424,0.026323833,0.0042709755,0.006668206,0.01956007,-0.019609926,-0.008496249,0.011333873,-0.024379458,0.037325334,0.019925678,0.03656088,-0.02798569,-0.02167063,0.03486578,0.009663705,0.052049395,0.029664166,-0.0031076747,0.0012754761,-0.006539412,-0.0578659,-0.014765609,-0.046432316,0.008180496,0.012397462,0.023266014,-0.027437277,0.015164455,-0.0023390653,-0.009123601,0.046033468,0.044338375,-0.0049564918,0.024346221,0.058763303,0.030262437,0.030893942,-0.03865482,0.04108113,0.03243947,0.0023473746,-0.013826659,-0.030428622,0.0077151763,0.028185114,-0.046166416,-0.005189152,-0.013419504,-0.009971148,0.010112407,0.046698213,0.02130502,-0.006572649,-0.0012775534,0.0047113677,0.02389752,-0.04673145,-0.040914945,-0.022418465,-0.0070213503,-0.0009981535,-0.007470052,-0.00034561456,0.024645356,0.033552915,-0.037557993,0.04483693,0.02331587,0.008691518,0.0027545297,0.0151146,-0.060824007,0.032190192,0.06757115,-0.077243164,-0.050055165,-0.019825967,-0.03287155,-0.0064272364,0.0064937104,0.023365725,-0.022501558,-0.026955338,-0.036693826,-0.028251588,0.014441547,0.031242933,-0.019360647,-0.029846972,0.008496249,0.001342989,0.02107236,0.0034462782,0.005425967,0.010926717,-0.014350145,-0.007636238,0.020324524,-0.0050146566,-0.020972649,-0.0076653203,-0.0264734,0.0022268898,-0.023698097,0.037391808,-0.04201177,-0.03410133,0.035962608,-0.017250087,-0.0028355455,0.041646164,0.009231621,0.01451633,-0.032024007,-0.020939412,0.024844779,-0.0552734,0.021504443,0.03802331,-0.062618814,0.010378304,0.037890363,0.0590292,0.0005930756,0.031691633,0.0070795156,-0.023698097,-0.027470514,-0.05434276,0.0021479516,0.0032406233,-0.014491403,-0.04932395,0.011375419,-0.035231393,-0.013851588,0.0009488171,0.032024007,0.018446624,0.06321708,-0.05341212,-0.010561109,-0.041978534,0.019593308,-0.02248494,0.000026599468,0.052248817,-0.022601271,0.026057934,-0.030744376,0.027453896,-0.047828276,-0.025908368,0.015172765,-0.0010158108,-0.018546337,-0.01956007,0.07425182,0.0070171957,-0.020756608,0.033569533,-0.011508367,-0.021471206,0.065610155,-0.06554368,-0.010403232,-0.013095442,0.01639423,0.0038804386,0.020906175,-0.012688287,0.01194045,-0.035231393,-0.02775303,-0.013901443,0.009273169,0.022185806,-0.028218351,0.039386038,-0.020457473,-0.026490018,-0.052647665,-0.024096942,0.0044579343,0.0063067516,-0.023797808,0.0017740335,0.012114946,-0.037425045,0.0007706867,-0.009630468,0.0058705136,0.022850549,0.024180036,-0.0026298903,0.018795615,0.030295674,-0.024911253,-0.024312984,0.007981073,0.016701674,-0.0019017889,-0.012896019,0.0042481245,0.02693872,-0.03852187,0.022003,-0.035297867,0.013078824,0.011067975,0.0035937682,-0.022966878,0.0076528564,-0.019776111,-0.010569418,-0.016809694,0.037857126,-0.0024512408,-0.0050977496,-0.033636007,-0.008965724,0.032954644,-0.028284825,0.0068260822,-0.034965493,-0.009206694,0.020922793,-0.020756608,0.027503751,0.0030432777,0.006452164,0.008965724,-0.04566786,-0.0020534333,-0.029099135,-0.0142005775,-0.018031161,0.025010964,-0.070928104,-0.007931218,0.0080766305,-0.025792038,-0.0034171958,0.06919977,-0.0030287364,0.010777149,-0.012704905,0.006547721,-0.005845586,0.004964801,0.0044994806,-0.005155915,-0.0046656667,-0.029963301,0.019709637,0.006381535,-0.013195153,-0.0034857474,-0.026008079,0.0029477207,0.010910098,-0.016427467,0.03360277,0.014699135,0.016776457,0.00544674,0.010045933,-0.020823082,0.0088161575,0.026556492,0.0015870745,-0.0029414888,0.0051102135,-0.01710052,0.009447663,-0.04134703,0.028085401,0.015430353,0.013087133,0.026340451,0.0058622044,-0.0177985,0.0036207733,-0.018180728,0.0020804387,0.008749682,0.027503751,0.00754899,-0.0031055973,-0.0332704,-0.011724409,0.031109983,0.008533642,0.0011996538,0.008438084,0.027603462,-0.019825967,-0.022700982,-0.011051357,0.0109433355,0.008342528,0.05430952,0.003915753,-0.041779112,0.00544674,-0.027387422,0.056004617,-0.015604847,0.01874576,0.00089376804,-0.008608425,-0.025127294,0.031342644,0.02976388,-0.004108944,-0.014541258,0.008641662,0.0036436238,-0.0023681477,0.003007963,0.0017407964,0.011907213,0.0011321409,0.033586152,-0.017266706,0.04460427,-0.027453896,0.018413387,0.019526832,0.023914138,0.0013741489,-0.033087596,0.009588921,0.043939527,-0.035862897,0.026307214,-0.043108597,-0.01921108,0.018978419,-0.004719677,0.037857126,0.0017356031,0.033586152,-0.037990075,-0.020706752,0.03044524,-0.012488863,-0.00924824,-0.0023972304,0.0011913446,-0.033021122,-0.009464282,-0.0008994807,-0.07830676,-0.010021004,0.006431391,-0.014383382,-0.005949452,-0.019393884,-0.035862897,-0.0060740914,0.012979112,-0.009921293,0.018463243,-0.018180728,-0.0063316794,-0.01921108,0.013918062,-0.0142005775,-0.0029269475,-0.015787652,-0.014508021,-0.014383382,-0.038455397,-0.02037438,0.010602655,-0.0050686672,-0.0096221585,0.0054758224,-0.018031161,0.020540565,-0.01743289,-0.022268899,0.0049024816,0.004345759,0.004998038,0.011998615,0.044537798,-0.0030225045,0.014300289,-0.031807963,0.002125101,-0.01957669,-0.024196655,0.0048526255,-0.015147837,0.02331587,0.021404732,-0.019011656,-0.014483093,0.0085918065,0.016818004,0.004383151,-0.008924178,0.016892787,0.019410502,-0.047861513,0.0023909984,0.010677438,-0.022086093,0.016452394,0.0033278707,-0.011990306,0.02963093,0.046532027,0.026839009,-0.0109433355,0.034400463,0.027204618,0.02645678,0.028500866,0.012538719,-0.009804963,0.040582575,-0.0042959033,-0.014325216,-0.030245818,0.0044122334,-0.008741373,-0.017981304,-0.0025924987,0.017698789,-0.0117493365,0.013361339,-0.0053013274,0.009314715,0.01428367,-0.041612927,-0.0033174842,-0.041546453,0.03968517,-0.018396769,-0.02306659,-0.068136185,-0.03782389,-0.0017823428,-0.03182458,-0.005725101,-0.009223312,0.003965609,0.0029705714,-0.08867675,-0.032854933,0.014566186,-0.029780498,0.00744097,0.016319446,0.04124732,0.019277554,0.029680785,-0.023332488,0.024545643,0.00030900174,0.0025010963,-0.027138142,-0.0017885747,-0.012480554,-0.04074876,-0.027653318,-0.009273169,-0.007806578,-0.002266359,-0.010644201,-0.0017179458,-0.00046532028,-0.010993191,-0.035763185,0.008949106,0.02178696,0.015405425,-0.0009602424,0.016211426,-0.04839331,-0.038123026,0.02399723,-0.010577727,0.043706868,-0.00960554,0.032522563,0.04460427,-0.03632822,0.0013741489,-0.030129487,-0.006959031,-0.044371612,-0.010469706,-0.02494449,0.023714716,0.023099827,0.009763416,0.021022504,0.0015039815,0.009796654,0.027254473,-0.0057084826,-0.0062610502,0.015563301,-0.043740105,0.010436469,-0.006360762,0.027669936,-0.028367918,-0.004752914,0.0032946337,-0.003259319,0.021238547,-0.00971356,0.008321755,-0.000978419,-0.02914899,0.0020098097,0.00035755915,0.03433399,0.017482746,0.0057915756,0.01194045,-0.022069475,0.01979273,0.017299943,0.02717138,-0.024545643,0.013178535,-0.049091287,-0.0016701674,0.0030952108,-0.016934333,-0.0003302943,-0.020424236,0.010004385,0.0022518176,0.016535489,0.024961108,-0.012314368,0.0049689556,-0.028035546,-0.01639423,0.014499712,-0.015962146,-0.0029352568,-0.0062236586,-0.0006600693,0.007096134,0.027005194,-0.0057791118,-0.0055796886,0.0017054819,-0.014765609,-0.032622274,-0.0076196194,-0.0012412003,-0.0107189845,0.006485401,0.012505482,-0.011392037,0.007964455,-0.0067596077,0.01626959,0.029348414,0.003180381,0.012156492,-0.018513098,0.03305436,0.02201962,0.0032489325,0.021371495,0.00071200234,0.028401155,0.024661975,-0.006959031,0.03652764,-0.023581766,0.033453204,0.020573804,0.016477322,-0.003888748,0.013502597,-0.017316561,-0.031458974,0.014616042,-0.011981997,0.006161339,-0.007603001,-0.0034940566,-0.01733318,-0.057799425,0.018546337,0.00972187,-0.011043047,0.021005886,-0.017366417,0.011383728,0.021471206,0.010843624,0.004395615,0.020856319,-0.012173111,0.027703175,-0.03875453,-0.020557184,-0.01791483,0.03968517,0.04324155,0.01649394,0.026423544,-0.015862435,0.012480554,-0.025243625,-0.007204155,-0.003838892,0.0018197346,-0.026290596,-0.03267213,-0.05081962,0.010220427,-0.010212118,0.054276284,0.014732372,0.026057934,-0.010785459,0.00878292,0.048891865,0.034367226,-0.0026548184,0.00045103868,0.03305436,0.03125955,-0.010743912,-0.0053802654,-0.0071002888,-0.0008574149,0.008001847,-0.0008818235,-0.018230584,-0.009705251,0.034001615,-0.01744951,0.0022393537,0.039851356,0.015621467,-0.016244663,-0.0036519333,-0.011408656,0.0059536067,-0.00169925,0.015446971,-0.03137588,0.028716909,-0.024844779,0.013004039,-0.013286555,0.026805772,0.012962493,-0.03642793,-0.0014665897,0.04450456,-0.030511715,0.04649879,-0.0035127525,0.008114022,0.0045867283,-0.030013157,-0.04380658,-0.025426429,-0.018446624,-0.01791483,-0.01849648,-0.012505482,-0.0032613964,0.04124732,-0.013361339,0.009821582,-0.030046394,0.01651887,0.0077691865,-0.02236861,0.0196764,-0.008051703,0.021637393,-0.00960554,0.0010620311,-0.0041754185,-0.016826313,0.014915177,-0.01322839,-0.039984304,-0.031309407,-0.013037276,-0.0006299481,0.018396769,0.0027192154,-0.019659782,-0.034001615,0.00010282747,0.052149106,0.015754415,0.025143914,0.00054321985,0.016086787,0.013726948,-0.011633007,0.010444778,-0.0024221581,-0.011067975,0.017881593,-0.04673145,0.0025218697,0.0021666475,-0.014366764,0.009672014,0.016676746,0.011458511,-0.020573804,0.0008075592,0.008757992,0.012580266,0.009215003,0.011765955,-0.011516676,0.00995453,-0.02519377,0.04600023,-0.048060935,0.025127294,0.005621235,0.015945528,0.0054384307,-0.041280556,-0.008284363,-0.017931448,0.013444432,-0.010494634,0.018795615,-0.0020752454,-0.026855627,-0.009763416,0.0005909983,0.016111715,-0.004482862,-0.036926486,0.020324524,-0.0014478939,0.024628736,0.03456665,0.0126218125,0.014275361,0.005799885,-0.024961108,0.010021004,-0.020706752,-0.001748067,0.030129487,0.0050894404,0.03536434,0.020540565,0.04217796,0.0012578189,0.009522447,0.02786936,0.0057749567,0.03383543,-0.016344374,-0.025077438,-0.011932141,-0.0046656667,0.0014053087,-0.00033964225,0.03317069,-0.014574495,0.020307906,0.015729487,-0.0013076746,0.04028344,-0.030112868,0.023565147,0.008774611,-0.03772418,-0.008346682,-0.025177151,0.014424928,-0.0054882863,0.016685056,0.010270283,0.010270283,0.017948067,0.024811542,0.019011656,0.007598846,-0.011084594,0.03305436,-0.009563994,0.012106637,0.0934629,-0.0006366994,-0.016593654,0.0013180613,-0.03981812,-0.01826382,0.008874322,0.011184305,0.008205424,0.00088286214,-0.021703867,-0.03350306,-0.007677784,0.010885171,-0.003302943,-0.0162779,-0.015987074,0.003591691,-0.013294864,-0.027320947,0.02963093,0.00474045,0.029082516,-0.02062366,-0.027354185,-0.009181766,0.002517715,-0.0059868437,0.0031783036,0.045269016,-0.0008626082,0.01147513,0.010328448,0.017383035,0.0101705715,-0.0046781306,-0.017466128,-0.009746797,0.03019596,-0.016577035,0.008949106,-0.004815234,-0.0011269476,-0.018346913,-0.008475476,0.0036166187,0.0021043278,0.008068321,-0.027121523,-0.064147726,0.0032240048,0.011508367,0.027686557,0.025708945,-0.0125885755,-0.029780498,0.063283555,0.053611543,-0.009455972,-0.0047861515,-0.021155454,0.00046220428,-0.026922101,0.009962839,0.012862782,-0.012896019,0.008683208,-0.014815465,0.01721685,0.014117485,-0.01545528,0.010295211,0.0032510099,-0.009572303,0.027437277,0.019177843,-0.025094057,0.015280785,0.007212464,0.018197346,-0.0066723605,-0.008101558,-0.006838546,0.0064064628,-0.00995453,0.023565147,0.013834968,0.027354185,-0.022119332,0.03410133,-0.006032545,-0.03021258,0.005376111,0.052614428,-0.025243625,0.012123255,-0.041546453,-0.023216158,-0.019377265,-0.031126602,-0.009098673,-0.0062444317,-0.02657311,-0.006510329,-0.01828044,-0.020341143,-0.021554299,-0.0040383153,0.017898211,0.015280785,-0.007270629,-0.004123485,0.01990906,0.02178696,0.04779504,-0.009148529,-0.0139429895,-0.022800693,-0.0059203696,0.0016358916,0.022883786,0.00661835,0.009431045,-0.009588921,-0.006767917,0.022700982,-0.00386382,-0.0019080208,0.04214472,-0.013344721,0.0018218119,0.030694518,-0.018529717,-0.0025904214,-0.027935835,0.010478015,0.017183613,-0.0149733415,-0.015023197,0.009530757,-0.07298881,-0.009672014,0.0077608773,-0.026971957,-0.0025031737,-0.025160532,0.012198038,0.0026444318,-0.009505828,0.0034068092,-0.0048069246,-0.0060865553,0.050254587,-0.00046012696,-0.01557161,-0.032755222,0.022285517,-0.019958915,-0.0029248702,-0.016427467,-0.010594346,-0.015978765,0.015073053,-0.0051808427,0.00068188115,0.024213273,-0.008176342,0.016784767,-0.004898327,0.03749152,-0.0027212927,-0.0085918065,-0.015139528,0.002974726,-0.0018727063,-0.035663474,-0.012497173,0.019510213,-0.011076285,0.009597231,-0.009813272,-0.020274669,-0.0056627817,0.037391808,0.015023197,-0.0052182344,0.011076285,-0.005106059,0.0010137334,-0.021720486,0.015305713,0.005633699,-0.00879123,0.012380843,0.037192386,0.018247202,-0.020872938,-0.040383153,-0.017399654,0.02529348,-0.035995845,-0.01884547,0.011990306,-0.00081431045,-0.017732026,0.008658281,-0.030046394,0.027121523,0.024096942,-0.02130502,0.015862435,0.022883786,-0.013319792,0.00014671091,-0.0027005195,-0.02564247,0.006688979,0.020756608,0.005762493,0.008147259,0.013893134,0.0026049626,0.020474091,-0.02178696,-0.0005972303,0.031591922,0.005421812,-0.019942297,-0.0072789383,0.010361685,0.009563994,0.018695904,0.0078647435,-0.010045933,-0.01018719,-0.0026423545,-0.03489902,-0.048991576,0.006979804,-0.018213965,-0.028484248,-0.036461167,0.011541604,0.016577035,0.017964685,0.027370803,0.00018825736,-0.014441547,-0.01136711,-0.01685955,0.024844779,0.040250205,-0.015729487,0.00040845355,-0.0007982112,-0.02577542,-0.010386613,-0.029730642,-0.0405161,0.008454703,-0.029497981,-0.035630237,0.018679285,-0.00995453,0.012355915,-0.012505482,-0.02903266,-0.0085585695,-0.022700982,-0.013951299,-0.005459204,-0.0125221005,0.010095788,0.012272822,0.016136643,0.0010298326,-0.01370202,-0.01076884,-0.006605886,-0.0050520487,-0.01884547,0.012281131,0.006780381,0.0030474323,0.014690826,0.0015330641,-0.015355568,0.008267744,0.0002890075,-0.017898211,-0.017117139,0.009331333,-0.01065251,0.024030467,-0.008641662,0.026606347,0.017283324,0.04895834,0.03712591,-0.016410848,0.011898904,0.0125553375,0.019227698,-0.002278823,0.033652626,0.031525448,0.042111482,0.037524756,-0.01183243,0.014142413,0.012970802,-0.0094809,0.014233815,-0.0049481825,0.010519561,-0.01956007,0.02002539,0.022850549,-0.03305436,0.003361108,0.026622966,0.012713214,0.021504443,0.011616388,-0.0032053087,0.016012004,-0.025359955,-0.02295026,0.0070587425,0.0075946916,0.033220544,0.012397462,0.03361939,-0.012954184,0.03549729,-0.03337011,-0.001278592,0.010802078,0.010444778,-0.02142135,-0.0034296596,0.0072000003,0.0077941143,0.027387422,0.0068136184,0.01031183,-0.014940104,0.02353191,-0.009597231,0.013751876,-0.013494288,0.036361456,0.010087479,0.034599885,-0.0026610503,-0.016477322,-0.001938142,-0.02776965,-0.028849857,0.018679285,-0.017133757,-0.033802193,0.0065144836,0.010577727,-0.0014582805,0.012372534,-0.016120024,0.016477322,0.027005194,-0.04523578,-0.0049191,-0.0051933066,0.013560762,-0.01697588,-0.030428622,-0.051517602,-0.003516907,0.0037807273,-0.035231393,-0.013793422,0.004732141,0.015538373,-0.014940104,0.010760531,0.0152641665,0.012239585,0.014724063,-0.012538719,-0.022185806],"social":"https://twitter.com/zenosaviour"},{"title":"demarrage","description":"performance with 2 bikes that generate power. audience competes, winner gets their power's worth of money.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=kuF0RIuuJIA","youtube_transcript":"This is Yuriyandifos, and I built Demagar. This performance installation is about two things. One, giving people a physical experience about how much effort it takes to generate electricity. And two, it's about the link between our ever growing energy hunger and humanitarian crises like oil wars. Let me show you. Two people get on those bikes for five minutes of energy generation race. I'll do the sports commentary and tell people how much power they are generating and I'll tell little stories about what they encounter during the race. For example, cycling team USA is robbing a snack bar from the oil in its frying pan. This links humanitarian issues to oil and gives a physical experience about how much energy it takes to generate electricity. The past six weeks, I've built tests out of one hundred watt bam. I sweated my ass off. And I fucked up pretty much everything at least once before getting it right. That's all been so far. It was amazing, stressful, exhausting, and inspiring. The past two weeks, I've been going full beast mode, working twelve hours a day in the workshop, dropping everything else, including my YouTube channel. I just have to say that you're fine when you're not really fine. So I'm walking home after the first day. Performing. It's where one crazy journey ends and but it was amazing. Thank you all for building alongside me. It really helped me stay motivated. And keep on pushing. So regardless if I make it to the hundred k, I'm already kinda winning. Thank you. Goodbye.","embedding":[0.019254426,0.025743395,-0.06302637,0.009504625,0.003728706,0.0099050775,-0.0002615202,0.0014087358,0.03863961,-0.0028379029,0.057338305,-0.0701528,-0.047433227,-0.056553744,0.019712085,0.04207206,0.0011032884,-0.03693973,-0.016712775,0.03958762,0.05135603,-0.029371988,-0.007293962,0.031006489,0.0073838593,-0.05165024,0.027410585,0.03608979,0.020431265,-0.024272343,-0.045667965,-0.028538393,-0.016524808,-0.05413468,0.034553356,0.00032409094,-0.0154869,-0.00070181396,0.0152907595,0.018126618,-0.012038101,-0.059855435,0.020856235,0.063222505,-0.0012687816,-0.025841465,-0.014318231,0.0036265496,0.05331743,0.025579944,-0.010632431,0.052630942,0.024174273,0.04331428,0.021804247,-0.008258318,-0.022670532,0.032984234,-0.029764269,-0.034553356,0.018306414,-0.01838814,0.07427174,0.0101420805,0.014171126,0.03981645,-0.004956625,0.033605345,0.0026070294,0.048708137,0.028914327,0.00675049,0.029960409,0.0042251856,0.006709628,-0.026952926,0.006350037,0.014563406,-0.016557498,-0.034193765,-0.056096084,-0.030516138,-0.012136172,0.03488026,-0.0027520915,-0.056128774,-0.08218272,-0.030630553,0.029502748,0.02762307,-0.047302466,0.023553163,0.010452636,0.056422982,0.046517905,-0.0017928436,0.0032547007,0.054298133,0.055148073,0.0007099865,0.047073636,0.004789089,0.045144923,0.01617339,0.02510594,0.03909727,-0.029927718,0.021232171,-0.029028742,-0.030924764,-0.091532074,-0.011359784,0.033736106,0.03857423,0.009545487,0.047171704,0.031807393,-0.0078006573,0.022539772,-0.021444656,-0.014457163,0.016001767,-0.013680776,-0.034422595,-0.007955935,-0.09120517,-0.015151827,0.0046910187,-0.023177227,-0.04207206,0.042464342,-0.0002004818,0.033638034,-0.05236942,-0.032330435,-0.017456474,-0.058253624,-0.049983047,-0.005197714,0.06864905,0.020905271,-0.0109021235,0.03608979,0.014530716,0.03749546,0.028129766,0.025351115,-0.004114857,0.045242995,-0.049296558,0.057370994,-0.026397195,-0.0032363124,0.02018609,0.0350764,-0.018796764,0.0042170133,0.0188458,0.003665369,-0.021575417,0.032755405,-0.010673293,-0.06949899,-0.022392668,-0.00041909635,0.04171247,-0.062111046,-0.023945443,-0.04988498,-0.0018602668,-0.044589195,-0.001889892,-0.017358404,0.040764462,0.028996052,-0.022784948,0.002678539,-0.029502748,-0.026233746,-0.010779535,-0.031251665,0.0042823935,-0.016884398,0.0035693422,-0.03850885,0.011032883,0.019581325,0.07093736,0.028538393,0.01630415,-0.0044989646,0.03569751,-0.036580138,0.0067913528,-0.0063745547,-0.03710318,0.053480882,-0.03948955,0.032036226,0.04125481,-0.000040319825,0.05142141,0.047335155,-0.0029829647,-0.003646981,-0.026102984,-0.035795577,-0.03205257,-0.006574781,0.012389519,0.026233746,0.02432138,0.045864105,0.022147492,0.012217897,0.017456474,-0.0158138,0.043968085,-0.013607223,-0.010068527,-0.0048830723,0.040110663,-0.004339601,0.043771945,0.011155471,0.0060272235,0.024828074,-0.0069098542,0.043379664,0.010836744,-0.009872387,-0.00032766644,-0.003826776,-0.04069908,0.01600994,0.013476463,0.05030995,-0.0079600215,0.03342555,0.0007482951,-0.0032342693,-0.00045153097,0.054330822,-0.02781921,0.0024619675,0.01082857,-0.059430465,-0.043575805,0.01653298,0.0108776055,-0.0024292774,0.00648897,-0.035403296,0.016769983,0.0067300587,-0.009496452,-0.06910671,0.0075268783,0.02575974,-0.032330435,0.0031075955,-0.011090091,-0.04373925,0.01956498,-0.003916674,0.06502046,-0.046550594,0.008948894,-0.010722328,-0.031284355,0.00988056,-0.019238079,0.019140009,0.029584473,-0.025253044,0.013198597,0.076102376,0.071591154,-0.029241227,-0.044556506,-0.019287115,0.009610867,-0.029192192,0.028048042,-0.012013584,0.0012779756,0.024484828,0.04190861,0.014211988,-0.029388333,0.020202436,-0.0041884095,0.05400392,0.031496838,0.012266932,-0.022098457,-0.017456474,-0.008875342,0.01643491,-0.0037532235,0.025351115,-0.0188458,0.022605153,0.03270637,-0.023062812,0.042202823,-0.0031709324,-0.022686878,0.020823546,-0.02533477,0.0009995997,0.008066264,-0.032363124,-0.0010869433,-0.03690704,0.026331816,0.047629368,-0.012168862,-0.013705293,-0.060738068,-0.001775477,-0.024255998,-0.014195643,-0.004727795,0.017717993,-0.022409013,0.030352687,0.008131644,-0.015936388,-0.0106160855,0.0052998704,0.009962285,0.017799718,-0.010681465,0.024125239,-0.006746404,-0.035174467,0.0063050888,0.07427174,0.009063309,-0.03844347,-0.027050996,-0.02641354,0.00922676,-0.0013188382,-0.026201054,0.039653,-0.04798896,-0.04004528,-0.011179988,-0.030042132,0.009570004,0.008258318,-0.027868247,0.016508462,-0.058351696,0.0044499296,0.013353875,-0.033278447,0.007833348,-0.005716668,0.067733735,0.05083299,0.046027556,-0.005165024,0.020267816,-0.026642371,0.055801872,0.0018500511,0.028571082,0.013991331,0.01815931,-0.017129574,-0.006309175,-0.046812117,0.027410585,0.03251023,0.012487589,0.010444463,0.002972749,0.045210306,0.03208526,-0.01630415,-0.024386758,-0.03205257,0.015969077,0.020202436,0.00777614,-0.01969574,0.0072694444,0.02441945,-0.06557619,-0.07224496,0.0039105443,0.018028548,0.0029032829,0.058384385,0.019352496,-0.011809272,0.0027173583,-0.01855159,-0.026838511,-0.01297794,-0.0054510618,0.01653298,0.04906773,-0.0011421078,-0.021624452,-0.011964549,0.0066115577,0.029519092,-0.06606654,0.043510422,-0.0003700613,-0.010125735,-0.029388333,0.01294525,0.015625833,-0.0008289986,0.017031504,-0.063909,-0.008597476,-0.028080732,0.007894641,0.008442199,0.033866867,0.025285734,-0.022082113,0.03179105,-0.017423782,-0.024354069,-0.0015527762,0.007216323,0.021313896,-0.022082113,-0.018322758,-0.014604269,0.0053489055,-0.04122212,-0.006484884,0.0255636,0.011351611,-0.034553356,0.0062519675,-0.04311814,-0.0013862614,0.030810349,0.029143156,-0.008793617,-0.0045806896,-0.007183633,-0.009578178,-0.028881637,0.013827881,-0.063385956,0.014277369,0.057599824,-0.0044989646,0.010199288,0.017325714,0.011392474,0.021902317,-0.028685497,0.03788774,0.02484442,-0.016884398,-0.013460117,0.01568304,0.01010939,-0.01656567,-0.033670727,-0.03221602,-0.057730585,-0.013525498,-0.015650349,-0.03677628,-0.008916205,0.029535437,-0.035207156,-0.044523813,-0.043902703,-0.03778967,-0.014702339,0.038280018,0.0061743283,-0.046975568,-0.033736106,-0.0077557084,-0.071525775,-0.0022739999,-0.009896905,0.023961788,0.056488365,-0.02093796,-0.032166984,-0.01744013,-0.060901515,-0.048152406,-0.015315277,-0.0051772827,-0.011343439,0.020774512,0.017096883,0.006133466,-0.0027234878,-0.022425357,-0.01242221,0.022458047,-0.0120871365,-0.018567935,-0.05122527,0.0025579946,0.0050792126,0.033278447,-0.004421326,0.02155907,0.02025147,0.048708137,0.044491123,0.027214445,-0.045602586,-0.010787709,0.0014312102,-0.023389714,0.021951351,0.01744013,-0.012127999,-0.01320677,-0.013623568,0.032166984,-0.030532483,0.0052549215,0.060868826,0.01868235,-0.022114802,0.0041536763,-0.02103603,-0.03339286,-0.034095697,0.028620116,0.00013395249,0.024386758,0.061391868,0.014882134,0.003083078,0.055115383,0.002596814,-0.01669643,-0.0043518594,-0.020562027,0.014261023,-0.025972225,0.022833982,-0.024468483,-0.021232171,0.017489163,0.029453713,-0.024631934,-0.0002696927,0.031022834,0.04004528,0.0032669595,0.03166029,0.033180375,-0.010583396,0.042987384,-0.00903062,-0.0094065545,0.005826997,-0.0255636,0.01620608,-0.040143352,0.0032587869,-0.057567134,0.01868235,-0.005373423,-0.012103482,0.048936967,0.00929214,-0.027900936,-0.01333753,-0.04821779,-0.0422682,0.029339297,-0.02700196,0.017342059,-0.037037797,-0.05151948,0.014931169,0.0060272235,-0.025416495,0.0077066734,0.0046256385,0.011506889,0.022131147,0.012732765,0.009234932,0.0075350506,-0.0033384687,-0.03975107,0.012152517,-0.026266435,-0.00036265497,-0.018616969,0.010501671,-0.029470058,-0.045275684,0.008041746,0.008793617,-0.03870499,-0.022409013,-0.01744013,0.0025130457,-0.017750684,0.007571827,0.009120517,-0.0150292395,0.017194953,0.01597725,0.009095999,0.03952224,-0.027443277,0.0065625226,0.018992905,-0.019450566,-0.0046705874,-0.030074824,-0.017309368,0.021706177,0.008581132,-0.015315277,-0.007212237,-0.0009704851,-0.008474889,-0.059659295,0.016385876,-0.014179299,0.018012203,-0.019058285,-0.0367109,0.030042132,-0.049525388,0.045504514,-0.0145061985,0.019221734,-0.004088296,0.00094698917,0.026626026,0.033736106,-0.060836136,-0.015609487,0.009112344,0.022932053,-0.02670775,-0.010191116,0.037070487,-0.0065625226,-0.043281592,-0.057697896,-0.044491123,-0.043837324,0.048087027,-0.052630942,-0.00045127558,-0.0017897788,0.026527956,0.027884591,0.013868744,-0.009545487,0.02598857,-0.0035550403,-0.027361551,-0.025285734,-0.01936884,0.0071427706,-0.010836744,0.004151633,-0.032101605,0.0005516442,0.0033057788,0.00089846493,-0.015952732,-0.029486403,0.018698694,0.031284355,-0.023929099,0.032036226,0.022964742,0.021395622,-0.013631741,-0.0028338165,0.001429167,-0.01597725,-0.009177725,0.032657336,0.001097159,0.010019492,0.011801099,0.008352301,-0.09290505,-0.013942296,0.03635131,-0.0412875,0.017145919,-0.03156222,-0.018273724,-0.015429691,0.0056880643,0.028178802,0.0054428894,-0.024174273,-0.032101605,-0.033899557,0.003957536,-0.047073636,-0.008442199,-0.000661973,0.004212927,-0.02520401,-0.009798835,-0.039653,0.028244182,-0.03775698,-0.03110456,-0.024877109,-0.008899859,-0.00684856,0.021869626,-0.029649854,-0.013002457,0.019287115,0.034782186,0.0023822857,-0.025612636,-0.0042537893,-0.0053448193,-0.0026090727,-0.016001767,-0.03811657,-0.020594716,-0.03550137,-0.025514565,0.017260334,-0.019189045,0.021820592,-0.057469063,0.005001574,0.04079715,-0.011956377,0.025776085,-0.01653298,0.018437175,-0.023978133,0.034520667,0.0048953313,0.001978768,0.01386057,-0.013092355,-0.012315967,0.00062162126,-0.010738674,0.0066565066,0.029600818,0.013607223,0.015012894,0.017668959,0.035795577,-0.023144538,0.047662057,-0.014939342,0.005647202,-0.006117121,-0.0014118005,-0.026527956,0.0052549215,-0.013255805,0.0035386952,-0.02064375,0.013092355,0.010346393,0.011367956,0.012724592,-0.017685303,0.0018429002,0.026201054,-0.051813688,0.012700074,0.0038594662,-0.029453713,-0.045014165,-0.013852398,-0.035403296,0.029486403,0.0035407383,0.027639417,0.0062723984,-0.0061906734,-0.045504514,-0.033638034,0.028848948,-0.00500566,-0.041810542,-0.015699385,0.041156743,-0.049394626,0.018093929,-0.028930672,0.022507083,-0.03778967,-0.009308484,0.019712085,-0.005822911,-0.014203816,-0.0014261024,-0.016949778,0.028979708,-0.018829454,-0.023912754,-0.026004914,-0.013280323,-0.03139877,-0.010844916,-0.025972225,0.0011104393,-0.015985422,0.0072776168,-0.06534736,0.03628593,0.013476463,0.010844916,-0.013492808,-0.014097573,0.024076203,-0.015323449,0.009267622,0.03818195,-0.020807201,0.034487978,0.008376819,0.00018528604,-0.035174467,0.023634888,0.0032363124,0.0108776055,0.015070101,-0.00536525,-0.026952926,0.01304332,-0.01907463,-0.033866867,-0.025710706,-0.011866479,0.032199673,-0.03916265,-0.0067178,0.009202242,-0.00024325975,0.0075391373,-0.010125735,-0.024893453,-0.055998012,-0.021395622,0.0268712,0.0044948785,-0.0133211855,-0.006664679,-0.0005072062,0.009970457,0.01571573,0.017276678,-0.00612938,-0.022637842,-0.02762307,0.00018503064,-0.0009955134,0.002500787,-0.020823546,-0.01953229,-0.013950468,0.02432138,0.029960409,-0.007812916,-0.0002668834,-0.0058678593,-0.017489163,0.0089080315,0.021477347,0.028309561,-0.045798726,-0.001153345,-0.02044761,-0.013991331,0.0010532318,0.017162263,0.011318921,0.011580441,0.025678014,0.016443083,0.024631934,-0.04047025,-0.008258318,-0.0033282533,0.024828074,0.015495072,-0.0068730777,-0.023046467,-0.02605395,-0.02680582,0.008111212,0.01773434,0.0015272371,0.01864966,0.06436666,-0.037855048,0.01189917,0.0019184959,0.009055137,0.02031685,0.023618544,-0.059332397,-0.021166792,0.010910296,0.03906458,-0.01943422,-0.023585852,0.009022447,-0.015446037,0.0010179878,0.005418372,0.00004316105,0.018306414,-0.028146112,0.035730198,-0.0027725229,-0.020578371,0.01815931,-0.0027684364,0.022735912,-0.0036898865,0.012928905,-0.029731577,-0.035011016,-0.024975179,0.023487784,0.013018803,-0.028783567,0.026397195,-0.01855159,0.014024021,-0.0024231481,-0.0009653773,0.035239846,0.021199482,-0.034422595,-0.01946691,-0.0028746792,0.032003533,0.03143146,0.029731577,0.015454209,-0.0007595323,0.014391784,-0.015756592,-0.013566361,-0.05295784,-0.0111146085,0.010289186,-0.014261023,-0.017456474,-0.011792926,0.0010006212,0.017260334,-0.012928905,0.026070295,0.024648279,-0.0023822857,0.046256386,0.0012340484,-0.043771945,-0.024435794,0.0032403988,0.0041884095,0.008875342,-0.0094310725,-0.013460117,-0.008809961,-0.00032919878,-0.00438455,0.010942986,0.005826997,0.01297794,0.0124549,-0.016508462,0.021673487,0.027263481,0.013313013,0.0016048759,0.0020063503,-0.00020380187,0.0094310725,0.0010430161,0.0009459676,0.033703417,0.0025886414,-0.011931859,-0.032722715,0.014261023,0.015045584,-0.017767029,-0.003003396,0.007571827,0.0028215577,0.013116873,0.00622745,-0.012038101,0.018290069,-0.04047025,0.012095309,-0.033474587,-0.011752064,0.013313013,-0.008785444,-0.027475966,-0.03201988,0.0077883983,-0.015110964,0.012634695,-0.01907463,0.0076453798,-0.019123664,0.015225379,0.01835545,-0.013509152,-0.009807007,-0.011425164,-0.0017295067,-0.04249703,0.0024783125,-0.027851902,0.01359905,-0.019581325,-0.011049229,0.03077766,0.021461,0.05295784,0.001889892,-0.0018786549,-0.0367109,0.017783374,-0.013059665,0.0034753582,-0.00230669,0.031039178,-0.002776609,-0.0043682046,-0.014587924,0.0029278004,-0.027982662,-0.0004257365,0.021722522,-0.044981476,0.028685497,-0.014007675,-0.027982662,-0.0043028244,0.031349733,-0.007216323,0.01314139,0.011302576,-0.02520401,0.019908225,-0.010191116,0.0015558408,-0.008957067,-0.009439245,0.0062233633,-0.015356139,-0.02772114,0.020398576,0.026789475,0.0059168944,-0.012642867,0.010125735,-0.025808774,0.010648776,0.008654684,0.008323697,-0.014530716,0.0014649217,0.016671913,0.0036571966,-0.008679202,0.0006982385,0.0037062317,0.022654187,0.013778846,-0.009341175,0.017391093,0.03870499,0.021935007,0.004699191,-0.016099837,0.022376323,0.03631862,-0.012054447,-0.0018020376,0.00833187,-0.05073492,0.02562898,0.0046297247,0.024860764,-0.006615644,0.00196038,0.012242414,0.016966123,-0.0009658881,0.03798581,0.021183137,-0.010264668,-0.017816063,-0.008630167,0.018339105,0.002596814,-0.0056267707,0.005001574,0.025939535,0.0066932826,0.0013923908,-0.03241216,0.006840388,0.018518899,-0.055801872,-0.014841272,-0.00675049,0.01998995,-0.0071877195,-0.00810304,-0.005716668,0.028260527,0.0045439135,-0.0011165687,-0.037430078,-0.009831525,-0.04017604,-0.0123241395,0.017750684,0.0044008945,0.121149234,0.0046419837,-0.002631547,0.007424722,0.049100418,0.0027357466,0.009896905,0.017064193,0.0072081503,0.01835545,0.006100776,0.010518015,0.017554544,0.017783374,0.02579243,0.0076249484,-0.027802866,-0.0018939783,-0.027034651,0.010893951,0.028652808,-0.01845352,-0.004519396,0.00060118997,-0.029829647,-0.0024619675,0.01587918,-0.006100776,-0.01650029,0.04079715,0.009218588,-0.02566167,0.022768602,0.02562898,0.0073552555,0.056096084,-0.001363787,-0.005369337,-0.02595588,0.024386758,-0.021984043,-0.00405152,0.021542726,-0.018273724,0.014514371,0.007968194,0.0053203017,-0.011547752,0.011081918,-0.039718382,0.015887352,0.01189917,0.026560646,0.019025594,0.011735719,-0.016549325,0.010240151,0.07126425,0.0035795576,0.0322814,0.0028746792,-0.01946691,-0.0036040752,-0.0019705957,-0.021052375,0.000034254295,-0.014833099,-0.01330484,0.012405865,0.020169746,-0.030712279,0.009856042,0.002083989,0.03906458,0.017227644,-0.005871946,0.0025273475,0.007837433,-0.014628787,-0.0063377786,-0.010722328,-0.020529335,-0.03488026,0.001655954,-0.011662167,0.031006489,0.010248323,0.00038844944,0.009439245,0.026037605,0.029061433,-0.0147677185,-0.025318425,0.014473509,-0.0074328943,0.011261714,-0.024975179,-0.0064481073,-0.016451254,0.017145919,0.016246943,0.0027071426,0.0041618487,0.009185897,0.010714156,-0.019810155,-0.026037605,0.006170242,-0.02729617,0.008017229,-0.011637649,0.004740054,0.026756786,-0.00078456063,0.035795577,-0.042202823,-0.010926641,-0.0028154284,-0.007195892,-0.011367956,-0.00332621,-0.0037573099,0.028048042,-0.018208344,0.02618471,0.030156549,0.011964549,-0.0055123554,0.035762887,-0.046223696,0.027083686,-0.0029339297,0.018616969,-0.011637649,0.004507137,-0.013018803,-0.007902813,-0.020758165,-0.0101420805,0.00648897,-0.030614208,0.009382037,-0.00994594,-0.0079355035,0.0014414258,-0.0035223502,-0.0009944919,0.021951351,0.009970457,-0.029780613,-0.0018061239,-0.011523234,0.0018796765,-0.020758165,-0.06332058,-0.0024619675,-0.0028705928,0.013092355,-0.02696927,-0.024697313,0.0062437947,-0.005949585,0.025253044,0.0009597587,-0.011760237,0.0055695632,-0.027753832,-0.0004065822,0.02543284,0.019908225,0.009994975,-0.029339297,-0.00014531738,0.0038043016,-0.013688948,-0.022343632,0.014873961,-0.0057575307,0.0018766117,0.012291449,0.008621994,-0.003922803,-0.014563406,-0.0048340373,0.01030553,0.017211298,0.015037412,-0.024484828,0.03257561,-0.028587427,0.0037082748,-0.047531296,-0.0048953313,0.027050996,-0.0039616222,-0.003926889,-0.020153401,-0.018126618,-0.022883018,0.014522544,0.00939021,-0.037201248,-0.029764269,-0.012291449,-0.027050996,0.010158425,-0.008237886,0.0038186035,0.019614015,-0.018796764,-0.0147677185,0.0078006573,-0.017652614,-0.0048136064,0.017685303,-0.0013055579,-0.005312129,0.006219277,0.0028133853,-0.034749497,-0.0014322317,-0.0041884095,-0.016001767,-0.04190861,-0.02093796,0.018044895,0.028996052,0.0041169003,-0.031088214,0.027165411,0.031496838,0.03945686,-0.024157928,0.0048340373,-0.011686684,0.00032485713,-0.0024170186,-0.020055331,-0.012144344,-0.035011016,-0.022425357,0.0018265551,-0.0016110053,-0.003794086,0.002130981,0.013983158,-0.013231288,-0.003050388,0.02070913,-0.02025147,-0.019189045,0.010705983,-0.001971617,-0.020986997,-0.0066401614,0.010738674,0.013615396,-0.05220597,-0.024174273,-0.020692786,-0.062993675,0.0114006465,0.024108894,-0.011081918,-0.00665242,-0.0064276764,0.010231978,-0.006088517,-0.030172894,-0.0010379083,-0.01943422,-0.03808388,-0.008523924,-0.021166792,0.010101218,0.015119136,-0.020627405,-0.009447417,0.011000194,-0.020463957,-0.0498196,-0.017129574,-0.018666005,0.046583287,0.01594456,-0.011220851,-0.022458047,-0.0011318921,-0.02064375,0.016949778,-0.0014332533,0.0070120106,0.016279632,-0.02093796,0.012937077,0.03270637,0.014547061,0.023209918,0.05174831,-0.031055523,-0.019090975,0.015764765,-0.009014274,-0.004433585,-0.011915514,-0.007069218,0.020888926,-0.0161407,0.0058801183,0.023226263,0.007114167,-0.03942417,0.008711891,0.010942986,0.030810349,0.006264226,0.016933434,-0.027966317,-0.05207521,0.0073143933,0.010101218,0.01878042,0.012757283,0.02018609,0.017342059,-0.0016416522,-0.015960906,-0.037430078,0.017096883,-0.017325714,-0.00626014,0.011539578,0.05050609,-0.009185897,0.024174273,-0.03488026,-0.008017229,0.008777272,-0.015184517,0.01340291,0.00513642,-0.010019492,0.0012769541,0.0089325495,-0.0018541374,0.014628787,0.034716807,0.00237207,-0.002921671,0.023634888,0.016279632,0.009365692,0.016753638,0.007506447,0.0030442586,0.009627213,0.015225379,0.0039105443,0.0035468678,-0.00022576549,-0.016230598,-0.026135676,0.021101411,-0.021885972,-0.034422595,0.021591762,0.024926145,0.0042701345,-0.009022447,0.0021105497,-0.005242663,0.0017887573,0.01878042,0.009333002,-0.011653994,-0.036416687,-0.003667412,0.045831416,0.0074941884,0.005246749,0.033997625,0.0017019245,-0.0067259725,0.023324333,0.034226455,0.0041577625,-0.012029929,-0.03067959,-0.031611253],"social":"https://twitter.com/JurriaandeVos"},{"title":"random quotes","description":"chrome extension for getting new quotes.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Gf-kDiG1pq8","youtube_transcript":"Harvestvest this is actually Harvest two basic applications. One is today, some is the application, and other one is promote transfer permit extension for getting new books. Over the last three, six weeks, I've got some group, some number of users, and I assured this application to my friends. They gave good feedback and I told them to in this ninety seconds of video, I can show you the Chrome extension for getting new course application. You can hear me. Now we can get the quote and the other name John over the last six years. However, a few number of users, and I showed them if it's different.","embedding":[-0.010503576,0.037024707,0.013641937,0.019052628,-0.011163029,-0.050976507,-0.0078101475,0.038868,0.025551815,0.0029993192,0.054980896,-0.05656994,-0.023374826,-0.009391245,0.05059514,0.017193448,-0.019545233,-0.018067421,-0.044779237,0.07468503,0.030604973,0.03648443,0.035181418,0.007869736,-0.032861415,-0.043857593,-0.029508533,0.0798971,-0.017193448,-0.033020318,0.007106996,-0.040901974,0.020435097,0.0061416524,0.0143808415,-0.0021591126,0.02537702,0.0059350766,0.027267981,-0.0057563093,-0.008898642,0.017844956,0.011679468,-0.008707957,0.007734668,0.029508533,-0.033147443,0.010320836,-0.005009459,0.049069654,-0.068964474,-0.013363854,0.0010378439,0.03750142,-0.025090992,-0.01689153,-0.017844956,0.022357838,0.0038911696,-0.03340169,0.03746964,0.011282207,0.029127162,0.016462488,-0.022643866,0.03416443,-0.016383035,0.037628543,0.0187666,0.0023219895,0.0070394618,0.0075280922,0.018830163,-0.0066858996,-0.011258371,0.03273429,-0.030906891,0.029444972,0.009200561,-0.016232077,0.01064659,-0.006105899,-0.047385268,-0.011345768,-0.009558096,-0.0033171277,-0.050436232,-0.018051531,-0.011313988,-0.014190156,0.015652075,0.052438427,0.018671257,0.019322766,0.051675685,-0.00810412,-0.066231325,-0.007873709,0.012330975,0.03235292,0.044588555,-0.023215922,0.0062926114,-0.057904735,0.023946881,0.011020015,-0.016271804,0.0004806856,-0.008461655,-0.0375332,-0.13424237,-0.020609891,0.03934471,0.007317544,0.045097046,-0.013745224,-0.022723319,-0.090829715,0.016764406,-0.023756197,-0.10182589,0.0015860638,-0.016065227,-0.013459196,0.010702206,0.023787977,-0.03889978,-0.01596194,-0.00467576,-0.024344143,0.011528509,-0.009526314,0.05323295,-0.0097011095,0.0068169953,-0.023327155,-0.027045516,-0.0017072284,-0.020466877,0.017002763,0.0149052255,-0.05545761,0.0018631532,0.028126065,-0.07150695,-0.051993497,-0.044779237,0.013077826,0.004067951,-0.05469487,-0.040234577,-0.024344143,-0.08015134,0.0003721837,0.0049260342,-0.012068784,-0.014221937,0.053042263,-0.07182475,0.017161667,-0.014094814,-0.0076989145,-0.014746321,0.028952368,-0.013610155,0.0033429498,0.011981386,-0.03451402,-0.092673,0.028920587,-0.017781394,-0.047480613,-0.013006319,0.01725701,0.00023314243,0.0005919186,0.006383981,-0.074430786,-0.0169392,-0.02210359,0.009057547,0.028920587,-0.028952368,-0.015604405,-0.036961146,-0.05399569,0.0041712387,-0.008183572,-0.010924673,0.0118860435,0.005962885,0.022532633,0.0060622,0.0293973,-0.022484962,-0.056156788,0.040743068,-0.013943855,0.014778102,-0.018989068,0.016224131,0.004306307,0.008334531,-0.024328252,0.003625005,-0.0067494614,0.012664675,0.0025384966,-0.024916198,0.00900193,0.07068064,0.03527676,-0.0140789235,0.025520034,-0.042713482,-0.023629073,-0.0055735693,0.03043018,-0.020911809,0.008270971,0.0015016459,-0.012466044,0.015763309,-0.04452499,0.01941811,0.040901974,0.01322084,-0.0117350845,0.043921154,-0.045287732,0.016287694,-0.00505713,0.001214625,-0.043508004,0.010622754,-0.031733193,0.01047974,-0.003456169,-0.010217548,-0.031288262,-0.007309599,0.07048996,0.0337195,0.030175932,0.030636754,0.00863645,-0.045065265,-0.104050554,0.06756612,0.033528812,0.04420718,0.031717304,0.0045287735,-0.026362227,0.014889335,-0.06203625,-0.035499226,0.101953015,-0.0127044,-0.009311793,0.0075717913,-0.014126594,-0.053582538,0.057936516,0.009883849,-0.0004330143,0.04960993,-0.025265787,-0.02169044,0.008596724,0.04013923,0.0456691,0.02976278,0.024836745,-0.06788393,-0.018480573,0.009216451,0.018273998,0.018480573,0.009844123,-0.005017404,-0.0049339794,-0.021626879,0.0172729,0.029524423,0.009677273,0.012251523,-0.011155084,-0.00012668896,0.021372631,-0.003690553,-0.015405774,0.010392343,-0.033528812,0.05876282,0.04919678,0.034100868,-0.012044948,0.027283873,-0.044366088,-0.031844426,-0.033052098,-0.008429875,-0.005303432,0.025694828,-0.004179184,0.016700845,0.02281866,-0.07169763,-0.05882638,0.010225493,0.06279899,-0.03527676,0.0028344558,0.023756197,-0.024312362,0.036166623,-0.035403885,-0.0035435664,0.023247702,0.021515645,-0.024852637,-0.0021988386,0.022945784,0.032194015,-0.044874582,0.016732626,-0.023215922,0.042840607,0.0039765807,-0.020021945,-0.017002763,-0.03928115,-0.028475655,0.0118860435,-0.0062052137,-0.04655897,-0.03534032,-0.026219213,0.009709055,-0.02016496,-0.073350236,0.0027033598,-0.014730431,0.037946355,0.0021253454,0.028412092,0.019608794,-0.026966063,0.03419621,-0.013721389,-0.036516216,0.019402219,0.014325225,0.01028111,0.012140291,0.00071308314,-0.032575388,0.020069616,0.013626046,-0.004997541,0.05332829,0.019910712,0.008247134,-0.006936174,0.023406606,-0.04398472,0.012744127,0.008612614,0.0010984262,-0.0038574026,-0.030795658,0.025551815,-0.020784685,-0.008572889,0.03600772,0.046400063,0.010352617,0.011147139,0.04404828,0.029810451,-0.044366088,-0.033306345,-0.0373743,0.0106783705,0.021134276,-0.031049905,0.013538648,-0.009287958,0.033592373,0.027283873,-0.03336991,-0.014968787,-0.015318377,0.003964663,0.028062504,0.013769059,0.035562787,0.0006241961,-0.038137037,0.034609362,-0.025186336,-0.011417275,0.03785101,-0.021785783,-0.011870153,-0.026330447,0.02830086,0.029063601,-0.034005526,-0.009518369,-0.024089895,0.07830805,-0.007269873,0.038423065,-0.007420832,-0.028332641,-0.021563318,0.040933754,0.017129887,0.024471266,-0.02202414,0.00842193,-0.01685975,-0.0035952104,-0.010765768,0.012632893,-0.03499073,-0.009009875,-0.04004389,-0.035022512,0.016478378,0.042777043,0.037978135,-0.032543607,0.0008392135,-0.0026477433,0.04309485,0.046940338,-0.00020359617,-0.021436194,0.023565512,-0.067057624,-0.030891001,-0.01689153,0.020673452,-0.0059549394,-0.016541941,-0.003259525,-0.007134804,-0.07608339,0.010185767,-0.038740873,0.059748027,-0.044334307,-0.0455102,0.009589876,-0.0373743,0.014587417,-0.0047353487,0.012839469,0.028427985,-0.052629113,0.011766865,0.018814271,0.0022127428,0.03635731,-0.020911809,0.008723848,-0.021881126,0.09337218,0.028793463,-0.0105274115,0.012815634,-0.050881166,0.0016615434,0.036166623,0.018130984,0.025647158,-0.038868,-0.042332113,0.020053726,-0.030668534,0.04446143,0.056347474,0.033179224,-0.018639477,-0.0011004125,-0.011449057,-0.022183044,0.03451402,0.05037267,-0.04048882,-0.020737015,0.014801938,-0.004061992,-0.010034808,-0.06200447,-0.025122773,0.003744183,0.023057017,-0.0056609665,-0.002312058,0.014460294,0.02941319,-0.015858652,-0.020466877,-0.02385154,-0.005343158,0.012942757,-0.031701412,-0.040933754,0.0027550037,0.0017876737,-0.03343347,-0.017686052,-0.01192577,0.049705274,-0.00169829,0.024932088,-0.02717264,0.031907987,-0.069218725,0.02350195,-0.001743975,0.0076671336,-0.040743068,0.0067574065,-0.0053669936,-0.032035112,-0.004195074,-0.003227744,0.01941811,-0.0008029634,0.0139518,0.0036428818,0.005363021,-0.011051795,-0.014929062,-0.017034544,0.0051326095,-0.010543302,0.021038933,0.006304529,-0.01684386,0.007007681,0.011703303,0.004763157,-0.00055815146,-0.01689153,-0.022389619,0.0011600016,0.014428513,0.00011495735,-0.00898604,0.017590709,-0.026505241,-0.038486626,-0.017209338,-0.022373728,-0.0076830243,-0.0031026069,0.028014833,0.00045883624,-0.02456661,0.05072226,-0.0074565853,0.016136734,-0.012052893,0.020339753,-0.0038097312,-0.010018918,-0.014063032,-0.000077652076,-0.0051485,-0.004083841,-0.020991262,0.017018653,0.0034462376,0.0024828801,0.00918467,-0.010781659,-0.037692107,0.035499226,-0.016303584,-0.0042467183,0.019592904,-0.009717,-0.024058115,-0.007126859,0.0139279645,0.015731528,0.013800841,0.023104688,0.0057006925,0.011552344,-0.013999471,-0.011417275,-0.033560593,-0.0048306915,-0.015270705,-0.020403316,0.000028196207,-0.029349629,0.0033667854,0.033973746,0.007023571,-0.020752905,-0.0015761323,-0.0069997357,0.022357838,-0.031145249,-0.0094706975,-0.030271273,-0.013530703,-0.004091786,0.014007417,-0.00017231188,-0.0028920588,0.0030926755,0.0033409635,-0.03043018,0.0013069881,0.027601682,0.04563732,0.038359504,0.0187666,-0.0036289776,-0.029333739,-0.00805645,0.00027137878,-0.013371799,0.023978662,-0.025790172,0.008533162,-0.0034204156,-0.034355115,0.027109077,-0.010861111,-0.0054385005,-0.012791798,-0.023215922,-0.005859597,-0.016748516,0.032893196,-0.019942492,-0.0063522,0.012823579,-0.0062846662,-0.00974878,-0.0025067157,-0.021054823,0.045383073,-0.0260762,0.0076830243,0.0010954466,-0.031876206,0.01101207,0.014047142,0.018941395,-0.015040294,0.0061495975,-0.0070275436,-0.03133593,-0.0433491,0.03012826,-0.014134539,0.0187666,-0.015540843,-0.026616475,-0.049895957,-0.0133956345,0.022357838,-0.012513716,0.037024707,-0.000666405,-0.01341947,-0.037183613,0.014976732,0.018146874,-0.041760057,0.03905868,-0.004361924,0.0048505547,-0.00019602338,0.03855019,0.008135902,-0.02057811,0.025678938,0.025758391,0.010972343,0.041823618,0.02094359,-0.037692107,0.003756101,0.017336462,0.012712346,-0.007559873,-0.01524687,-0.03934471,-0.005283569,0.0057841176,-0.019815369,-0.03740608,-0.015691802,0.0023557567,0.014643034,0.026505241,0.050563358,0.01695509,0.022945784,-0.00050675584,-0.016303584,-0.0069083655,0.016557831,-0.0017568859,-0.012982483,-0.075193524,0.030096479,0.03368772,0.017034544,0.03708827,0.016478378,-0.035054293,-0.042077865,-0.008660286,-0.010972343,0.0130381,-0.019227423,-0.014134539,-0.016287694,0.00142418,-0.0031463057,0.0035912378,0.04706746,0.008175627,-0.06279899,0.019163862,0.0016486323,-0.037723888,0.020069616,0.026044419,0.014174266,0.011862208,0.0064038443,0.019370437,0.031860318,0.02793538,-0.0043976773,0.003148292,-0.0009767651,0.017813174,-0.022961674,0.07144339,0.04007567,-0.03931293,0.015135637,-0.0059072683,0.024725514,0.018623587,0.005009459,0.014635088,0.004564527,0.04630472,0.01617646,0.02169044,-0.023200031,0.023962772,-0.009430972,0.015493171,0.026775379,-0.024074005,-0.02861867,-0.011020015,0.038168818,0.005450418,0.008652341,-0.021229617,0.021070713,0.022993457,0.030636754,-0.011290153,-0.01285536,-0.01101207,0.013856458,-0.026314557,-0.008151792,0.01341947,0.015532898,-0.052819796,0.026743598,-0.0019575027,-0.013030155,0.01762249,-0.005649049,0.028841134,0.0390269,-0.11479248,-0.0220877,0.006467406,0.0031860317,-0.022421401,0.0033727442,0.023930991,-0.015238925,-0.02865045,-0.012251523,0.010440014,-0.050245546,-0.02536113,-0.013737279,-0.02901593,0.009939466,0.017844956,0.0070911054,-0.025249897,0.011186864,-0.017829066,-0.023692634,-0.0023676744,-0.004155348,-0.010026863,-0.01542961,0.00040893035,-0.0009891795,-0.012529606,-0.009335629,-0.000633631,0.013792896,0.0068448037,0.012950703,0.029476753,-0.002900004,-0.029842231,0.019990165,0.021150166,-0.01415043,-0.04411184,-0.034418676,-0.004369869,-0.0022047975,-0.00549809,0.03524498,0.019624684,-0.012775907,0.024089895,0.020800576,0.022516742,-0.051612124,0.009709055,-0.004421513,-0.011337823,-0.0023537704,0.029635657,0.024677841,0.006467406,0.0047353487,-0.029874014,-0.0021352768,0.017161667,-0.018925505,-0.003404525,-0.005303432,0.006090008,0.041029096,0.000217252,0.01763838,-0.0042824717,0.018591806,0.015572624,-0.00016933242,0.051389657,-0.022532633,0.022850443,0.0032972647,0.046813212,-0.049705274,0.044302527,-0.017765503,-0.009113163,0.012505771,-0.03346525,-0.0037739777,-0.038264163,-0.011417275,0.035149638,0.0057245283,0.036865804,0.016541941,0.016716735,-0.006598502,-0.025138665,-0.02612387,-0.013832621,0.02385154,0.021865236,0.020689342,0.03416443,0.013483032,0.0025841815,0.008858916,-0.021086603,0.0015801049,0.027252091,-0.007007681,0.005200144,0.00026864762,-0.0012493853,0.005025349,0.02534524,0.010185767,-0.022167154,0.030334836,-0.0054146647,0.026298666,-0.014468239,-0.010940563,0.06794749,0.0367069,-0.0069957627,-0.019592904,0.0127044,-0.010297,0.006801105,0.009693163,0.023565512,0.008406038,0.008596724,0.0028662367,0.04703568,0.044969924,-0.007857819,0.0052676783,0.024169348,0.024757294,-0.013149333,-0.0018820231,0.02865045,-0.015366049,0.0006683913,-0.010471795,0.0012185975,0.01009837,-0.023025237,0.04042526,-0.023819758,0.044842802,-0.0033588402,0.028920587,0.00086453883,0.01009837,-0.013959745,0.023311265,-0.003978567,0.034609362,0.024296472,0.010471795,0.020101396,0.006101926,0.021658659,-0.012744127,-0.018099202,0.0037997996,-0.03597594,0.0022067837,-0.0049657603,-0.0037978133,-0.021769892,0.015572624,0.016287694,0.019974275,0.013888238,-0.036929365,0.013578375,0.022723319,0.0019485643,0.02283455,0.00020992752,0.01047974,0.022627976,0.001398358,0.061845563,0.024820855,-0.010273164,-0.032051,0.021452084,-0.026727708,-0.012418373,0.03413265,-0.002560346,-0.01047974,-0.0027927435,-0.0063085016,-0.0338784,-0.034323335,0.011123302,-0.037247173,-0.037978135,0.010654535,0.04404828,-0.0040560327,0.0015850706,0.015223035,-0.014976732,-0.029063601,0.0060463096,0.0029556204,0.016621392,0.006090008,-0.010686316,-0.0024630171,-0.02129318,0.008517272,-0.015469336,0.0061654877,0.012108509,0.015413719,0.003539594,-0.015111801,-0.042204987,0.006356173,-0.009248232,0.00801275,-0.02019674,-0.007607545,0.007663161,0.030271273,-0.007420832,0.019275095,0.0077306954,-0.005931104,0.012624948,-0.0128712505,-0.0030191822,-0.010519466,0.005343158,-0.022405509,-0.016287694,0.033306345,0.018401122,-0.010614809,-0.033528812,0.004038156,0.05145322,-0.021706332,0.005871515,0.007925353,-0.030239493,0.017908517,0.003835553,0.013308237,-0.015834816,0.0025106883,-0.029699218,0.021849345,0.004560554,0.017892627,-0.004866445,0.011536454,0.04665431,-0.04662253,0.009987137,-0.0026735652,-0.032924976,-0.015103856,-0.015699748,0.029476753,-0.020832356,0.020466877,0.0069004204,0.02717264,-0.015381939,0.008588779,0.006785215,0.0021253454,-0.006395899,-0.0027947298,0.017908517,0.035086077,0.007186448,0.017066324,-0.012346866,-0.010972343,-0.012648785,-0.020546328,-0.022548523,-0.004449321,-0.0021174,0.029365519,-0.0053908294,-0.022119481,-0.03648443,-0.019592904,-0.016812077,0.0036925392,0.01433317,0.010535357,0.032432374,0.03600772,0.002888086,0.009780562,0.012386592,0.0057086376,0.009947411,-0.02348606,-0.041982524,0.007837956,0.0087953545,0.018957285,-0.015636185,0.028126065,-0.0036746624,0.015755365,-0.029079491,-0.0040262383,-0.001482776,0.0119654955,-0.018480573,0.004707541,-0.0125693325,0.02348606,-0.0022961674,-0.044620335,0.00075926475,0.010543302,-0.033274565,-0.020085506,0.006256858,0.012060838,0.011639742,-0.0018532217,-0.029095381,-0.029572096,-0.0072341193,0.025154555,0.009287958,0.0068924753,-0.006832886,-0.013141388,0.017876737,0.021134276,-0.0059668575,0.021150166,-0.0016307556,0.000083797204,0.014364951,0.016271804,0.089812726,-0.010249329,0.04293595,0.009303848,0.006399872,0.0009911658,-0.0030430178,0.033083882,0.009009875,-0.006650146,-0.00587946,0.007933298,0.016335364,-0.004763157,-0.018051531,-0.011711249,0.000725001,-0.007742613,0.024487156,-0.019751808,0.00074834004,0.0057841176,0.0057960353,-0.009057547,-0.012513716,-0.025011541,0.021817563,0.013880293,0.017813174,0.01192577,0.0272362,0.04042526,0.04884719,0.0396943,0.0031721275,0.01008248,-0.02205592,-0.008374258,0.053582538,0.028443875,0.0028265107,0.0055656238,0.02021263,0.0191003,-0.02353373,-0.0031463057,0.010614809,0.033179224,-0.03052552,-0.030811548,-0.036897585,0.017956188,-0.0053391852,0.0069759,0.005593432,0.004802883,-0.0063879536,0.01431728,-0.014523855,0.0131731685,-0.009407136,0.012148236,0.005382884,-0.0050134314,0.0035097993,-0.014960842,-0.0038117175,-0.03235292,0.0033945937,-0.0019028793,0.0038315805,0.02273921,0.01765427,-0.012585223,0.027538119,0.012418373,0.047925543,-0.011909879,0.024534827,-0.0012573305,-0.0049935686,-0.007146722,-0.011703303,-0.010551247,-0.0024550718,0.028173737,0.013300292,-0.0015870569,-0.0068606944,0.005601377,-0.03416443,-0.016621392,0.022198934,0.0006241961,0.0030708262,0.012624948,-0.027792366,0.00096782664,-0.028920587,-0.00843782,0.0088033,0.028427985,0.010670425,-0.013085771,-0.008068367,-0.01873482,-0.014786048,0.023231812,0.008914533,-0.011949605,-0.040901974,0.004038156,0.012005222,0.013467141,0.020721124,-0.02861867,-0.032130454,0.002325962,-0.0018413039,-0.004612198,0.0044969926,0.020037835,-0.0037004845,-0.00058943575,-0.01594605,-0.0000059084787,0.020498658,-0.027442778,0.07601983,0.011234536,-0.010781659,0.021817563,0.016748516,-0.010447959,-0.004210965,0.03645265,-0.0254088,-0.0322258,0.022627976,0.033147443,-0.052978702,-0.0064435704,0.001594009,0.022850443,0.0055894596,0.040901974,0.010686316,-0.008143847,-0.013133442,-0.03232114,0.003768019,-0.015238925,-0.001979352,0.0070513794,0.02281866,-0.01871893,0.018861944,0.008906587,0.0031443194,-0.004179184,0.010781659,-0.0026954147,-0.013014264,0.027426887,0.02464606,-0.015882486,0.008135902,0.028809354,0.032368813,-0.0037938408,0.005744391,0.0017131872,0.0023676744,0.015953993,0.0030072643,-0.015699748,0.01875071,0.029905794,-0.023978662,-0.0054186373,-0.022945784,-0.02210359,0.01285536,0.011226591,0.0028721956,0.033274565,0.007945216,-0.011750975,-0.019434,-0.010741932,0.03489539,0.005656994,-0.0041672657,0.0028185654,0.029174834,0.00651905,0.0031224699,-0.0072341193,-0.040234577,0.0058317888,-0.027744696,-0.0081160385,-0.0127202915,0.030366616,0.036579777,0.0026020582,-0.0034144567,0.0045565814,-0.020625781,-0.018909615,0.015254815,0.007095078,-0.015461391,0.040806632,0.012561386,0.0115126185,0.0031204836,0.046495404,0.020800576,-0.022659756,0.020466877,-0.01801975,0.017066324,-0.049864177,0.030175932,0.009264122,0.02755401,-0.015024404,-0.014690705,0.011695358,-0.006145625,-0.020800576,-0.028094284,0.030239493,-0.0064594606,0.021467974,-0.013292347,0.003011237,0.013530703,-0.004890281,-0.016104953,-0.0047353487,-0.015842762,0.007583709,0.021976467,0.010432069,0.0220877,-0.03905868,-0.011274261,0.006824941,-0.016637282,0.029619766,-0.030303055,-0.00642768,-0.004330143,0.03756498,0.009780562,-0.004421513,0.0015185295,-0.023311265,-0.02788771,-0.00881919,0.0041831564,-0.026346337,0.033179224,0.02941319,0.007103023,-0.0038593889,-0.008413984,0.028968258,-0.012640839,-0.019020848,0.02097537,-0.004099732,-0.029699218,0.02642579,-0.018305779,0.03276607,-0.030747987,0.020292083,-0.0035574706,-0.01690742,-0.020594,0.020689342,0.004187129,0.0375332,-0.006288639,0.004715486,0.028507436,0.027029626,0.0017529133,0.003547539,0.018925505,0.019561123,0.0032634975,0.0293973,0.0056450763,0.039726082,-0.018512353,0.008612614,-0.0097011095,0.008882752,0.0088033,-0.048275135,0.02644168,0.011115357,0.022437291,-0.0019167834,-0.02353373,-0.0068924753,0.028046614,-0.03340169,-0.014015362,0.010058644,-0.019608794,-0.03861375,-0.009637548,0.025790172,-0.014523855,0.036992926,0.0007528092,-0.00030539426,0.029921684,0.017241118,0.055997886,0.01340358,0.009446862,-0.028062504,-0.0023080853,-0.0028304833,0.03861375,0.024439486,0.0418554,-0.0063522,0.008092203,0.0146033075,-0.0012483922,-0.0021174,-0.018560026,-0.004421513,-0.00900193,-0.013681662,0.019370437,0.005962885,0.0010775699,0.00898604,-0.017686052,0.00881919,0.013475087,-0.022262495,-0.0029377437,0.05943022,0.0069004204,0.03054141,0.012823579,0.01763838,0.040711287,-0.014817828,0.040615946,0.0152865965,-0.045891568,-0.0049260342,-0.024868527,0.00012662688,-0.007381106,0.04408006,-0.037628543,-0.0060582273,0.011067687,-0.0009539225,0.01102796,0.004226855,-0.0037322654,-0.0076909694,-0.017590709,-0.011766865,-0.023184141,0.017177558,-0.006256858,-0.06985434,0.025234006,0.01685975,0.008390148,0.03346525,-0.0064912415,-0.008993985,-0.04671787,-0.017034544,-0.031526618],"social":"https://twitter.com/akhil_manga"},{"title":"treatyou","description":"treatyou is a mirco-gifting app for professionals.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=dZHi9t7uBgg","youtube_transcript":"Hi. I'm Lee, and I'm creating a platform called Treat You that allows professionals to send food and beverage themed micro gifts or tokens of gratitude to colleagues and contacts. Throw back to the days of networking where you would meet up at a coffee shop or at a bar and you would just treat someone to a cup of coffee or a beer. It's simple frictionless and not cringe at all as opposed to sending someone a physical gift. And with treat you, it can all be done digitally in a matter of seconds and It's amazing how much people appreciate just like that. So here's the demo that's available at treat u dot gift. You simply choose what you wanna send in this case beer to my buddy Harold. You can put their name and their email. Of course, when you're logged in or have the app, you won't need to input your info. But then there's an option to send a note as well. And then boom, the recipient will get a notification that they have been sent to treat or aTY, and they will send a bear count if where they already have the app, the treat is there ready to be spent. Well, honestly, when I first started build space, I was I was quite a bit nervous because I'm not a coder. I couldn't build an app. So building it in demo form and getting the demo of the fuck off local host was the best advice. And even though I fell well short of the thousand transaction goal, I cut to a hundred and one as of this filming, shipping the user experience, allowing me to share the vision and get valuable feedback. And now I have people coming out of the woodwork say, hey, a really interesting idea. Maybe we can help you out with that. So thank you build space. Thank you, nights and weekends. It's been it's been an amazing journey.","embedding":[-0.017884415,-0.013241973,-0.054110143,0.0017092996,0.013152224,-0.037270073,0.0015634585,0.03717217,0.014473974,0.013176701,0.025847547,-0.04252444,0.018504495,-0.04520057,0.006543476,-0.019255117,-0.007424643,-0.0115775475,-0.0075021526,0.062073275,0.01985888,0.047517713,0.0238894,0.012450554,0.019760972,-0.023824127,-0.02659817,0.032766335,-0.032456294,-0.026173905,0.0058295685,-0.02614127,0.012001812,-0.015795723,0.030416558,0.007946815,0.011740726,0.001249339,0.036747903,0.0071186824,-0.031281408,0.014555563,0.09457853,0.0029433405,-0.033092692,0.018520812,-0.035409834,0.03684581,0.011463322,0.0049116868,-0.06762136,0.018488176,-0.0029494597,-0.012067084,-0.013862053,-0.046179645,-0.04226335,0.03612782,0.030269697,0.021555942,0.0072533046,0.027120342,0.026467627,0.001039246,-0.004065196,-0.01473506,-0.049834855,0.00008554147,-0.019842561,0.033272192,0.05988668,-0.011479639,-0.010737176,0.024835838,0.0030269697,-0.02715298,-0.013796781,0.05273944,0.0011738687,-0.048823144,-0.0037673942,-0.04895369,0.002769963,0.01667689,-0.02777306,-0.04676709,-0.074540146,-0.0059927474,-0.00050279516,0.016791115,0.008893253,0.045690108,0.020870589,0.030971367,0.04272025,-0.0025863866,-0.044156227,0.01744383,0.056427285,0.003902017,0.04366669,-0.029584346,-0.035409834,-0.03436549,0.002645539,-0.00075266295,0.014824809,0.026810303,-0.01706852,0.0125484625,-0.124081284,0.024607386,0.016171034,0.003086122,0.014229205,0.03684581,0.03452867,-0.046016466,-0.0005175833,-0.020495277,-0.04947586,0.02442789,-0.025096925,-0.015599908,-0.026940847,-0.06801299,-0.030302333,0.0008974843,-0.024803203,-0.011096169,0.055023946,0.023726221,0.05694946,-0.026565535,-0.045657475,-0.026337083,-0.05430596,0.012711641,-0.022355517,-0.003171791,0.021376444,-0.05583984,0.003661328,-0.04428677,-0.030449195,-0.0420349,-0.039195586,0.041936994,-0.034267582,0.022143384,-0.0021131674,0.007477676,-0.04542902,-0.0065638735,0.012377124,0.003149354,-0.011830474,0.058515977,-0.04017466,-0.02118063,-0.01868399,-0.013290927,-0.042916067,-0.007228828,-0.045396388,0.020527914,-0.009056432,-0.0045730905,-0.055121854,-0.01008446,-0.04148009,-0.041088462,-0.029339578,0.040501017,-0.018014958,-0.011716249,0.08296018,-0.059038147,0.01715011,-0.005878522,-0.0063109463,0.031673037,-0.010182367,-0.02839314,-0.032097302,-0.019679382,-0.019010348,-0.007824431,0.0026985721,-0.022779783,-0.018863488,0.042459164,0.019565158,0.014637153,0.027870966,-0.04529848,0.043405604,0.018161818,0.013274608,0.018324997,-0.00015081305,0.008016166,0.0043324013,-0.0024762407,0.0073389737,-0.011993654,-0.015599908,0.0134949,-0.019353025,-0.01667689,0.07747737,-0.021164311,-0.0003426758,0.017248016,-0.061094202,-0.016268943,-0.01085956,0.029665936,0.008052882,0.05342479,0.008269094,0.032847926,0.060506757,-0.03837969,0.03234207,0.03841233,0.013968119,-0.037726976,0.010565838,-0.0115775475,0.028866358,0.028654225,0.016889023,-0.043209787,0.021229582,0.01635869,0.004140666,-0.033843316,0.025700686,-0.007012616,-0.0044017523,0.029404849,0.019614112,-0.010973785,0.045396388,0.00038653016,-0.052804712,-0.06435778,0.043307696,0.046799727,0.069122605,-0.008122233,-0.023873081,-0.0018796177,-0.012107879,-0.0110308975,0.0041773813,0.024134168,0.0530658,-0.047811434,0.049867492,-0.051075015,-0.029665936,0.049736947,-0.01287482,0.030938732,-0.009676512,0.007979451,0.01613024,0.046864998,0.012189468,0.012238422,0.002039737,0.04484158,0.011300143,-0.02132749,0.01651371,0.02271451,0.009488856,-0.048333608,-0.020609504,-0.011471481,-0.0031473143,-0.047485076,-0.0015502002,0.051009744,0.029274305,0.0030922412,-0.014898239,-0.022110749,0.012491349,-0.022110749,0.018586084,-0.017966004,0.024786884,0.051336102,0.029062172,-0.0074124043,-0.0066536223,-0.00022284126,-0.02605968,-0.020185238,-0.022632921,-0.001217723,-0.010182367,0.01573861,0.01403339,0.048105158,0.015412252,-0.016154718,-0.010835083,0.009953917,0.017607009,-0.021490669,-0.02885004,0.020544231,0.058450703,-0.025602778,-0.031232454,-0.019679382,-0.032668427,-0.014025232,-0.012426078,-0.010149731,0.037759613,-0.021898616,0.062171184,-0.04258971,0.003241142,-0.053946964,0.037922792,-0.03691108,-0.036356274,0.01496351,0.02250238,-0.02273083,-0.016937977,-0.012222104,0.048039887,0.08152421,-0.00017809453,-0.07538868,-0.0029882146,-0.0006680139,0.0019744653,-0.023628313,0.062008005,-0.03294583,0.002264108,0.024052579,-0.055056583,-0.00046735475,0.034855027,-0.030024929,0.004279368,0.014906398,0.014302636,-0.027104026,-0.036617357,0.004768905,-0.029453803,0.049736947,-0.00729002,0.0037796327,0.021458033,0.025945455,-0.001698081,0.0024884793,-0.0017878294,-0.040892646,0.0102721155,0.03713953,0.014261841,-0.021833345,-0.026924528,-0.009080909,0.04272025,0.036649995,0.005976429,0.029796477,0.06380297,-0.011332779,-0.018586084,0.001807207,0.0060172244,0.020462641,0.040468384,-0.01675848,-0.0076286164,-0.026255494,0.058189616,-0.049900126,-0.045885924,0.017639646,0.030041246,0.035801463,0.010867719,0.05982141,-0.007273702,-0.033843316,0.021115357,-0.02273083,0.002296744,-0.024085214,0.01263821,0.0018051673,-0.021604894,0.0018816574,-0.013715192,0.003791871,0.0105332015,-0.03381068,0.0628239,-0.011079852,0.0040101227,-0.00837108,0.011977335,0.02264924,0.046179645,0.03713953,-0.02326932,-0.04954113,0.03684581,0.015640704,-0.016546346,0.033092692,0.07662884,0.01465347,-0.035866737,-0.062171184,-0.044090956,-0.02574964,-0.0018796177,-0.0016348492,-0.03248893,-0.0015022663,-0.03252157,0.020022059,0.0068657547,-0.006213039,-0.01915721,0.007840749,-0.042948704,-0.016375009,-0.04304661,0.009684672,-0.025162196,-0.006739291,-0.003396162,0.0011034977,-0.054926038,-0.04118637,-0.027822012,0.018259726,-0.033272192,-0.0056337537,0.02248606,-0.0043324013,0.0016409684,-0.0019663065,0.011308302,0.04366669,-0.057275817,0.04288343,-0.010949308,-0.010174208,-0.021131676,0.0064414893,0.040566288,-0.0115530705,0.015387776,-0.023236685,0.0067596883,-0.018961396,-0.056362014,-0.005956032,0.00682496,0.019499885,0.01651371,-0.021751756,-0.010108937,0.02636972,-0.02320405,0.0035940167,0.016456598,-0.0019632468,-0.035083476,0.020054694,-0.026434992,0.019565158,0.023253001,0.04252444,0.034267582,-0.021474352,-0.01435159,0.0049198456,0.027055072,-0.04954113,0.006168165,0.003235023,0.015134849,-0.020658456,-0.025961773,0.049704313,-0.0043324013,0.040207297,-0.023008233,-0.018390268,0.006000906,0.0061477674,-0.04637546,-0.016937977,0.00868112,0.001256478,-0.017900731,-0.016105764,-0.04258971,0.052315176,-0.02039737,-0.004874971,-0.035475105,0.01295641,-0.020185238,-0.011381732,-0.0018347434,0.020283144,-0.027511973,0.016415803,-0.018961396,-0.015526478,-0.0017980281,-0.023905717,0.009782579,0.009341995,-0.027936239,0.007575583,-0.036160458,-0.038183875,-0.0047117923,-0.027593562,-0.0069351057,0.013829417,0.023089822,-0.017394878,-0.01589363,-0.0033839238,-0.0045812493,0.010565838,-0.006531238,-0.0029576186,0.032293115,-0.01674216,0.050846566,-0.023024552,0.009105386,-0.021458033,-0.014702424,-0.01062295,0.020381052,0.029796477,-0.004593488,-0.018781899,0.018308679,0.004715872,-0.007355292,0.048268337,-0.01054952,0.027789377,-0.03488766,0.008501624,-0.021458033,0.019353025,-0.031673037,-0.0002932122,-0.00011454398,0.017509103,0.021670166,-0.0047321897,-0.0068983906,0.013617285,-0.03544247,-0.03736798,-0.069122605,0.022894008,-0.009700989,-0.007049331,-0.031395633,-0.009839691,0.031199817,0.008705597,0.013421469,0.012401601,-0.008277253,0.03436549,0.016309736,0.009138022,-0.03753116,-0.014123139,0.03296215,-0.021523304,0.0025925057,-0.025700686,-0.033778045,-0.010688222,-0.036747903,-0.0035450628,-0.013658079,0.020022059,-0.010916673,-0.03124877,0.021751756,0.020022059,-0.02380781,-0.055644024,-0.028017828,-0.0010596433,0.011618342,-0.01333988,0.030498147,0.009138022,-0.0066740196,0.0016838029,0.023432499,-0.015020623,0.02583123,0.059005514,0.0043854346,-0.034691848,-0.032211527,0.00068025227,0.02994334,0.011822316,0.022828737,0.007065649,-0.016986929,0.007995769,0.010182367,0.02723457,0.008746392,-0.031004002,-0.02947012,0.00014749849,0.044711035,-0.03612782,0.005841807,0.04552693,-0.02140908,0.07153766,0.015436729,-0.012679005,-0.009758102,-0.029731207,0.07023223,-0.018863488,0.03567092,0.030041246,-0.04908423,-0.00052778196,0.028605271,0.017411195,-0.017264334,0.026402356,-0.039195586,0.013388834,-0.050095942,0.029747525,0.008122233,-0.003575659,-0.0035328246,-0.0127605945,-0.0025476315,0.0052992366,0.014873763,-0.025374329,0.019516204,-0.0054093827,-0.0155346375,-0.051009744,0.022192338,0.0073716096,0.0046709976,-0.015240915,-0.019026667,-0.0504223,0.0018571805,-0.01094115,0.047517713,-0.00018230149,0.041839086,-0.0052666008,-0.012222104,0.01209972,0.019516204,0.014824809,0.05437123,-0.018341316,-0.008350683,-0.0011259349,0.0424918,-0.09190239,-0.03736798,0.029584346,-0.032603156,-0.009472539,-0.011300143,-0.015232756,0.0031819898,0.0016940016,0.01706852,0.0316404,-0.00018255647,-0.008240538,-0.0023008233,0.03645418,-0.014881921,-0.009366472,0.0022233133,-0.03645418,-0.00078376895,0.0020652337,-0.037988063,0.02800151,0.008428194,-0.017868096,0.006298708,0.014767696,0.017786507,0.004622044,-0.010043665,-0.03560565,-0.015298028,0.016709525,0.040925283,0.0054175416,-0.04575538,0.004724031,-0.058907606,-0.025162196,-0.030073883,-0.029372213,0.0022661479,0.0036674473,-0.010076301,0.03932613,0.025488554,0.010590315,0.028801087,0.01163466,-0.03808597,0.00065424567,-0.00039086462,0.018781899,-0.033973858,0.040925283,-0.000039105584,0.007702047,0.0027781217,-0.0045486134,-0.00033706654,0.047126085,0.009554128,0.021441715,-0.0068371985,0.018912442,0.013323562,0.0023293796,0.0077428417,0.0039040567,-0.0050911834,-0.025668051,0.007004457,-0.038183875,0.014702424,-0.029731207,0.06226909,-0.044613127,-0.013690715,0.012834026,0.0015206239,-0.030122837,-0.017182745,-0.015942585,0.0035593412,-0.011838634,0.013788622,-0.023448817,-0.029094808,-0.012768754,-0.041284278,-0.028295232,0.010166049,-0.00752255,0.005152376,-0.036747903,0.005258442,0.0015981339,-0.00033553675,-0.067947716,-0.022012841,0.012907456,-0.024019944,-0.03358223,-0.005956032,-0.02118063,0.004226335,0.0004686296,0.026630806,-0.003528745,-0.021768073,0.0024252473,-0.012621893,-0.004993276,-0.006009065,0.020658456,-0.01070454,-0.0062334365,0.035801463,-0.01884717,-0.01528171,-0.0008826962,0.043013975,-0.01263821,-0.0020376972,-0.008746392,-0.00047270904,0.016791115,-0.028588954,0.005996827,-0.026222859,0.008105915,-0.02380781,-0.011920223,0.032864243,-0.01870031,0.016472915,0.019907834,-0.0037816723,0.012116038,-0.007799954,0.038901865,-0.016546346,-0.0020417767,-0.020984814,-0.012923773,0.023465134,0.031362996,0.012140514,-0.00791418,-0.0052543627,-0.010174208,0.016889023,-0.02450948,0.017688598,-0.00317995,-0.00009765241,-0.008024326,-0.0023130619,0.0059927474,-0.020250509,0.007326735,-0.024721613,0.024183122,0.0013462264,0.00721251,0.02885004,-0.010492407,0.01108801,0.0009678552,0.049736947,0.020723728,0.002621062,0.023448817,-0.023775175,-0.014702424,0.032929514,0.032309435,-0.06089839,-0.0068453574,-0.0112919845,0.0055562435,0.030334968,-0.021686483,-0.0032003473,-0.0025659893,-0.0008934048,0.024281029,-0.008252776,0.0721251,-0.0078325905,0.009603082,-0.015608068,0.00071747747,0.010957467,-0.04118637,-0.018308679,0.021735437,0.02180071,0.008705597,0.007175795,-0.025341693,0.015395935,0.019565158,0.027038753,0.031379316,-0.015640704,0.0036858048,-0.01907562,-0.02008733,-0.026875574,0.007098285,-0.0035654602,-0.03265211,0.017688598,-0.016383167,-0.0062783104,0.0051482962,-0.0090890685,0.028931629,0.020315781,0.008517941,0.0036674473,-0.027414065,-0.010745334,0.03040024,-0.02467266,0.004434388,-0.0070901257,0.008893253,0.03877132,0.023367228,0.0033451687,0.012670847,0.018080229,0.0003278877,0.028817404,-0.008395557,0.006266072,0.0063354233,-0.010508725,-0.029339578,-0.018896123,0.025080606,-0.036356274,0.017721236,0.03248893,-0.013152224,-0.01582836,-0.0042222557,0.027870966,-0.020381052,0.023106141,-0.019891515,0.027267205,-0.029682253,-0.042459164,-0.009219611,-0.01559175,-0.010263957,0.015436729,0.037498526,-0.021360125,0.0085424185,-0.025717005,-0.028572636,0.014881921,0.016024174,-0.017313289,-0.015763087,0.029078491,0.04542902,-0.03746589,0.05420805,-0.017394878,-0.0074491194,0.022812419,-0.012923773,0.041904356,0.0016001737,0.0037673942,0.004050918,-0.0025659893,0.039685123,-0.028752133,-0.018912442,-0.03589937,0.0044711037,-0.010076301,0.010924831,0.039097678,0.010068142,-0.013984437,-0.008134471,-0.007906021,-0.013372516,0.0037184407,-0.009586764,-0.014686107,-0.03430022,-0.013723351,0.03201571,-0.0025680289,0.02527642,0.021164311,-0.05035703,0.020511596,-0.026712395,0.01938566,0.004018282,-0.0158202,-0.014212888,0.032864243,-0.019679382,0.019614112,-0.015926266,-0.00938279,-0.015085895,-0.028882677,-0.007632696,-0.024688976,-0.023856765,0.034398124,0.0044629443,-0.0105576785,-0.018129183,-0.0033614866,-0.03201571,0.01783546,-0.029013218,0.0029759763,0.0088035045,-0.008852459,0.013037999,0.0027393668,-0.024101533,0.010655586,0.035116114,0.022632921,-0.026973482,0.026793985,0.029600663,-0.030041246,0.0013921205,0.03567092,0.052608896,0.029372213,-0.012377124,0.006474125,-0.002123366,0.02419944,0.005845886,0.024901109,0.008885094,0.0092767235,-0.0045322957,-0.0034471555,0.00922777,-0.0046383617,-0.025390645,0.026859257,-0.006168165,-0.039685123,-0.021050086,-0.011349097,-0.012972727,0.00224983,-0.000073430536,0.013984437,-0.0015369419,-0.007220669,0.01590179,0.020919543,0.03723744,0.030530784,0.0011351136,-0.001093299,0.014506609,-0.03965249,-0.01799864,-0.023106141,-0.022894008,0.005087104,0.029209035,0.01264637,-0.017966004,-0.023677267,-0.00089544454,-0.020348417,0.0038979375,0.0004979508,-0.007730603,0.0061396086,-0.0085424185,-0.003985646,0.013927325,-0.0035695399,0.018863488,0.012303693,0.028752133,0.02062582,0.013796781,0.0021437637,0.0058581247,0.02000574,0.016472915,-0.00021672205,0.038967136,-0.0024068896,-0.02273083,0.0016011936,0.019597793,-0.022991916,-0.008154868,0.0115041165,-0.018798217,0.006886152,0.015689658,0.018471858,-0.010745334,-0.01938566,-0.00868928,0.017199062,-0.0075266296,0.012711641,0.04523321,0.008746392,-0.006918788,0.0052298857,0.04435204,-0.03831442,0.014367907,0.008350683,-0.024444208,-0.024346301,-0.045102663,0.009317518,0.014441338,-0.017558057,-0.005654151,-0.01706852,-0.006111052,0.032537885,-0.021604894,0.004065196,-0.0000291778,0.023465134,-0.015599908,-0.020886907,0.09777683,0.0013452065,0.022698194,0.0063109463,0.03258684,0.023040868,-0.008705597,0.026124952,-0.03062869,0.018210772,0.003126917,-0.0258965,0.03606255,0.01644028,0.011234871,0.019353025,-0.010051824,-0.028278913,0.006249754,-0.006951424,0.006327264,0.03443076,0.01605681,-0.033941224,-0.026891893,-0.015705975,-0.0031534333,0.009513333,-0.007954975,0.031983078,-0.016334213,0.01946725,-0.008852459,0.005499131,-0.0040896726,-0.009676512,-0.015028782,-0.0070942054,0.009390949,-0.018308679,-0.026745033,-0.020642139,0.03141195,-0.011691772,0.0006251794,0.011063534,0.0068086423,-0.013013522,-0.060245674,-0.030873459,-0.01427,0.0056419126,0.014473974,0.029078491,0.02800151,-0.016954293,0.048692603,0.011234871,0.044645764,-0.010565838,0.005780615,-0.003893858,-0.023073506,0.010418977,-0.014008914,0.033239555,-0.01590179,-0.023595678,0.019418295,0.0046628388,-0.017101156,-0.014204728,0.010647427,-0.0029841352,0.022273928,-0.013127747,0.0013635642,0.019646747,0.02287769,-0.009676512,0.0021009292,0.049769584,-0.018961396,0.0041039507,-0.0045730905,0.025325375,-0.009578605,0.027593562,0.00023686446,0.03358223,-0.019597793,-0.004870892,0.029209035,-0.010329228,0.0071880333,0.018471858,-0.03740062,-0.0065638735,-0.014857444,-0.014645312,0.01744383,0.025586462,0.03131404,0.0052666008,-0.027201932,-0.042785525,-0.041871723,0.008787187,0.0064006946,-0.006788245,-0.033908587,-0.006771927,0.0053849057,0.008444511,0.03452867,-0.0034308378,0.0014981868,-0.006004986,0.0065801917,-0.022991916,0.031868853,0.03296215,0.01063111,0.014433179,0.0025782275,0.02715298,0.045820653,-0.0017653924,0.009831533,-0.004373196,0.013405152,-0.0072410665,0.013747827,-0.025765957,-0.01590179,0.00891773,-0.02769147,-0.029062172,0.0015012465,0.014367907,-0.037563797,0.007979451,0.0411211,0.009635718,0.037955426,0.0017419354,-0.002737327,0.012556621,-0.019091938,0.0011728487,-0.005601118,-0.013837576,0.028409457,-0.004932084,-0.0010637229,-0.011650978,0.025961773,-0.0098233735,-0.011234871,-0.022143384,-0.005470575,-0.014686107,0.012842184,-0.009358313,0.0140415495,0.013894688,0.0223392,0.005568482,0.00938279,-0.013845735,-0.01791705,-0.021343809,-0.035475105,0.022845054,0.013641761,-0.039815668,-0.018977713,-0.00013870212,0.011724409,0.00907275,0.0145147685,-0.018879807,0.008558736,-0.008893253,0.013135906,0.012923773,0.0022722671,-0.0133072445,-0.018341316,-0.022224974,-0.0044711037,0.01715011,-0.00051401375,0.02000574,0.03560565,-0.01062295,-0.01364992,-0.018798217,-0.03753116,0.023057187,0.006947344,-0.03157513,0.025504872,0.0127605945,0.00853426,-0.0046261237,-0.054926038,-0.032537885,0.004012163,0.0026883734,-0.019630428,0.026353402,-0.028115734,0.011520434,0.028898994,-0.0051482962,0.014824809,0.06357452,0.036486816,-0.043568783,0.019353025,-0.018471858,0.010198685,-0.067817174,0.030579736,-0.010149731,-0.0028168769,0.0010555639,-0.010443454,-0.006849437,0.055219762,-0.012931933,0.016774798,0.02870318,-0.007514391,-0.005576641,-0.0076898085,-0.030938732,-0.014057867,-0.0344634,-0.014677947,0.014253682,0.0064863637,-0.0015654982,-0.008171187,0.018047594,-0.029698571,0.037792247,0.014106821,0.012515826,0.024917427,0.012597416,-0.009856009,-0.02056055,0.0009877427,-0.01233633,0.02217602,-0.024476845,-0.0012156833,-0.008697439,-0.017851777,0.010541361,0.013919165,-0.024868473,0.011748885,0.010051824,0.019956786,0.004140666,-0.02380781,0.030318651,0.014367907,0.018602401,0.026467627,-0.006266072,-0.03325587,-0.0021192867,-0.006576112,-0.0043609575,0.013380675,-0.02667976,-0.042981338,-0.023660949,-0.007669411,-0.0062375157,-0.010418977,0.010492407,-0.0016215909,-0.0017541738,0.014416861,0.031868853,0.005442018,0.005780615,-0.014620835,0.049671676,0.013845735,0.036388908,0.011365415,0.013813099,-0.015714133,-0.0072084307,0.03325587,0.003002493,0.0014665709,-0.026418673,0.012491349,0.02395467,0.013600966,0.021213265,-0.03281529,-0.00372252,0.015257233,-0.035866737,-0.02397099,0.010043665,-0.0035124272,0.0025537508,0.006702576,-0.022110749,-0.023742538,0.02202916,0.014710584,0.007081967,0.025765957,0.03916295,0.014751378,0.023660949,-0.0064292513,-0.021425398,0.010206844,0.022127068,0.003824507,0.01667689,0.052380446,-0.0012789151,0.03606255,0.006947344,0.020740045,0.0030290096,0.03472448,-0.0056459922,-0.005034071,0.0110064205,-0.0075021526,0.024068898,0.0079101,0.046962906,-0.030073883,0.012679005,-0.019744655,-0.002025459,0.026092315,0.072777815,0.026304448,-0.03155881,-0.051858272,0.001333988,0.03599728,-0.0057683764,-0.006343582,-0.018439222,-0.011047215,-0.025145877,0.0014604517,-0.014808491,-0.056721006,0.024770565,0.0072573842,0.0074735964,0.013144066,0.009399109,0.0025476315,-0.02715298,-0.00045435142,-0.023775175,-0.01822709,-0.043177154,-0.03252157,0.016138399,-0.010402659,-0.0036633676,0.023775175,-0.00008267309,0.00224983,0.0023660949,0.042393893,0.019597793,-0.030922413,-0.01466163,-0.019826245],"social":"https://www.linkedin.com/in/leescharf/"},{"title":"hudn","description":"a platform to showcase your side projects to the world while also getting noticed by major vcs and recruiters in the game.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=EaQV26sxTAY","youtube_transcript":"Hi, everyone. I'm Rehan, and we'll be building Hirding. So Hirding is a platform to showcase your site projects to the real world while also getting no noticed by major VCs and recruiters in the game. It can be anything as simple as a calculator app or a SaaS product that you've been working on from my We all know the significance of site projects. Twitter started as a site project in hackathon. Easy tax see, Zapier. These are just a handful of names out of a non exhausting list. I'm gonna quickly show you how you can list a project on Huddl. It's very simple. Once you head over to Huddl in your space, you can see here a button list of project. Click on that button and form will appear. You just need to fill up the form with the basic details of your project. And once you click on list your project, your project will be listed on Huddl. Here you can see I just listed workspace. Once I click on it, you can see the details about the project and you're from here, you can also visit the project. You can upload the projects of your choice. You can give feedback. It's that simple. Our progress so far has been fair, I'd say. It's been about one months since we launched Huddl and it we are already at one thousand five hundred unique users. So initially, while we were developing, we had a very static graph And then once we launched in public, there's a search in the graph you can see. And ever since we are just marketing and trying to promote, but our graph has been low due to various since given our exams are also going in and we're not being able to give full time to Huddl. But, yeah, we're planning to grow Huddl rapidly in the coming months.","embedding":[-0.021938918,-0.018150799,0.0471833,0.033317905,0.03150429,-0.028271953,-0.023255253,0.037149902,0.007802942,0.029866181,-0.000208534,-0.043497562,-0.03726691,-0.05215612,0.027906304,0.018999103,-0.01940863,-0.028491342,-0.0471833,0.03264511,0.033493415,0.004947226,0.01276845,0.019145362,0.017770523,-0.004991104,-0.03682813,0.00865856,0.0051483326,-0.008899888,0.009250911,-0.028184196,-0.012958588,0.059761614,0.014925777,-0.011810451,0.007247156,0.05209762,0.016381059,0.058533035,-0.029178761,0.013748389,0.051278565,-0.04425811,-0.038085964,0.029924685,-0.042298235,0.04223973,0.019072233,0.07149162,-0.09027134,-0.009155842,0.009967581,0.011444802,0.02716038,-0.02496649,0.0212515,0.03355192,-0.0649392,-0.0040038526,0.022421574,0.023255253,0.0332594,-0.013156038,0.02337226,0.0018456115,-0.02088585,0.01926237,0.016527317,0.043409806,0.052916672,-0.00974088,0.044784646,-0.013938526,0.012585626,-0.03521928,-0.010859764,-0.016995348,0.009177781,-0.031007005,-0.023240628,-0.003894158,-0.019979041,-0.0347805,-0.030831493,-0.023635527,-0.042473745,-0.03618459,-0.032820623,0.004157425,0.011949398,0.06201401,-0.0022907888,0.016249426,0.029705295,-0.017843653,-0.026648473,0.0005749825,0.00053887465,0.07611342,0.050518017,-0.00094702997,-0.014245671,-0.030363463,0.023328383,-0.024030428,0.0077224993,0.02351852,0.01655657,0.0057406835,-0.13596278,-0.006716965,-0.0010000491,0.014955029,-0.0013391881,0.038261473,0.026531465,-0.037530176,-0.041391425,-0.036272343,-0.049728215,-0.0012614878,0.044521376,-0.005247058,0.0071520875,-0.0056565846,-0.022450827,-0.0015942281,-0.055929616,-0.042590752,-0.0042598066,0.0065304847,0.024103558,-0.040630877,0.004029448,-0.04311729,-0.050810535,-0.008614682,-0.021544017,-0.023957299,0.026999496,-0.027935555,-0.025010366,0.0019598766,-0.0069217286,-0.034312468,-0.042883273,0.039080527,-0.011232726,-0.010472177,0.01210297,-0.01134242,-0.035482544,-0.015605884,-0.001939766,0.031007005,-0.021163743,0.04095265,-0.053764977,-0.03156279,-0.014545503,0.0060258894,0.0063586296,-0.02568316,-0.03805671,-0.004976478,-0.047241803,-0.050488763,-0.07482634,0.014552816,-0.017243989,-0.039519306,-0.0056821797,0.033493415,0.051454075,0.025961053,-0.0018501821,-0.04203497,0.0049143177,-0.04221048,-0.022860352,0.015123228,-0.019818157,-0.03960706,-0.014838021,-0.006991202,-0.04300028,-0.0041610813,0.0016646155,0.0029708953,-0.024630092,0.054964304,0.02939815,0.02344539,-0.030743737,-0.043263547,0.04689078,0.036067583,0.009784757,-0.01994979,-0.017755898,-0.0036564863,-0.021266125,0.007155744,-0.001127112,0.011598375,0.012417427,0.020549454,0.00831485,0.0035120551,0.044638384,0.017624265,-0.0074775144,-0.0013876365,0.002201205,-0.013316924,-0.05148333,0.04101115,0.005382348,0.015050098,-0.026502213,0.052507143,-0.003398704,-0.038583245,0.012592939,0.054876547,-0.024820229,-0.013331549,0.049406443,0.010991398,0.013660633,-0.022012047,-0.013126786,-0.0166297,0.017083105,-0.014304175,0.023854917,-0.07330524,-0.0044170357,-0.045106415,0.0031847996,-0.019028354,0.018735835,0.036009077,0.06142897,-0.0052287756,-0.03589207,-0.06107795,0.01677596,0.029105632,0.039168283,0.015708266,-0.023781788,-0.002442533,-0.015503502,-0.044170354,-0.05303368,0.069678,0.012380863,-0.072135165,-0.024571588,-0.023723284,-0.020754216,0.0053275004,-0.023840291,0.009550743,-0.01298784,-0.0013446729,-0.027321266,0.002744193,-0.0017880219,0.021149117,0.00053567527,-0.017053852,0.03665262,0.016220173,0.022275316,0.04165469,-0.021324629,-0.043731578,0.009872513,-0.01311216,-0.016585821,0.0029946624,-0.006435416,0.034721993,0.047241803,-0.015181731,-0.018355561,0.020447072,0.010786635,-0.01948176,0.02002292,-0.011305856,-0.0038758756,0.036945138,0.022289941,-0.012629504,-0.0046364246,0.021661025,0.03267436,-0.040162846,-0.031211767,-0.021046735,0.023489268,0.003338372,0.045047913,-0.003502914,-0.013024405,0.020929728,-0.0071630566,0.04610098,-0.012541749,0.011108406,-0.025595404,-0.025229756,0.03249885,-0.013624068,-0.0013821519,0.00021139062,0.012527122,-0.03913903,-0.012219978,0.012110283,-0.004164738,-0.008812132,0.07131611,0.0056273327,-0.0038978145,-0.02073959,0.040192097,-0.045252677,-0.0011225413,0.0056675537,-0.0056931493,-0.039197534,-0.0045596384,-0.021368505,-0.0044682263,0.00730566,-0.028023312,-0.062891565,-0.0065377974,-0.017872905,0.019218491,0.019072233,0.0097481925,-0.018282432,-0.020388568,0.008614682,-0.0068888203,-0.016454188,0.021719528,-0.013463182,0.0011225413,-0.035511795,-0.0011060871,-0.04905542,-0.019554889,0.0013218198,-0.014011656,0.010793948,0.0070277667,-0.0040111654,0.024849482,0.045077164,-0.047622077,0.003623578,0.013017092,-0.039168283,0.01756576,-0.0047461195,0.029953936,-0.030421967,-0.03758868,-0.008834071,0.079974666,0.007141118,-0.033376407,0.015518128,0.022070551,-0.021938918,-0.02885699,-0.045047913,0.0034444102,0.01760964,0.049874473,-0.015591258,-0.062306527,-0.0027917274,0.0634181,-0.029851554,0.026794732,-0.0035650742,0.043848585,-0.027862426,0.02081272,-0.0084830485,0.013741076,-0.016147044,0.00035970684,-0.05045951,-0.040338356,-0.057041187,0.015927654,0.031299524,0.008687812,-0.00037181895,0.020066798,-0.034751248,-0.027292015,-0.019437881,0.046334997,-0.0139239,-0.014040908,-0.05540308,-0.008197842,-0.0085123,0.050693527,0.03466349,-0.060200393,-0.077751525,0.025873298,-0.0015759456,-0.00013106219,0.032118578,0.041742448,-0.0008999527,-0.0026875176,-0.021558644,-0.038612496,0.043439057,0.01687834,0.032381844,-0.030743737,0.0072873775,-0.0032305056,0.043965593,0.056222133,0.045077164,-0.0071923085,0.026897114,-0.01540112,0.019554889,-0.023474643,-0.013404679,-0.009916391,-0.036243092,-0.041976463,-0.004340249,-0.039694816,-0.01756576,-0.0015046442,0.036096834,-0.029851554,-0.025800169,0.022026673,0.0039051275,-0.04574996,0.030421967,-0.018004538,0.07564539,0.0011911005,0.019394003,0.043409806,-0.0040952647,0.010918268,-0.010603811,0.0053421264,-0.07652295,0.018589577,-0.02150014,0.059264332,-0.00051145104,-0.0494942,0.038905013,0.029485906,-0.022743344,-0.012673382,-0.035979826,-0.011254665,-0.046364248,-0.019554889,0.028125692,0.047622077,0.04004584,-0.031855308,-0.029281143,-0.013331549,0.02654609,-0.008614682,0.048060857,0.058591537,-0.01756576,-0.031036256,-0.031299524,-0.04317579,-0.031621292,-0.023357635,-0.0143188005,0.00479731,-0.007397072,0.026472962,0.07541137,0.036594115,0.010962146,0.0023803727,-0.025800169,0.019364752,0.050313253,-0.050664276,0.007963827,0.032528102,0.036243092,0.0020275216,-0.017916784,-0.01102065,0.037705686,-0.012805015,0.015459624,-0.025595404,0.008358728,-0.023006612,0.006870538,-0.0040916083,0.008497674,-0.021661025,0.0018977164,-0.019891286,-0.0145893805,-0.030363463,-0.043351304,0.037149902,-0.0032579293,-0.039051276,0.0049070045,-0.054116,-0.032996133,-0.023489268,-0.012724573,0.009733567,0.028491342,0.01576677,0.012219978,0.01896985,0.027891679,0.00033136908,0.009521491,0.007795629,0.0041464553,0.054847296,-0.015649762,0.048090108,-0.013916587,0.01195671,0.017404875,-0.0037021923,-0.0033566544,-0.019042982,0.01760964,0.037179153,0.032089323,0.015956907,0.03899277,-0.007905323,0.035453293,-0.005616363,-0.024381451,-0.052009862,0.015313365,0.030568225,-0.045545194,-0.0006252592,-0.0071594003,0.048090108,0.022055926,-0.04147918,0.012234603,0.022377696,0.024220565,-0.04051387,-0.016688203,-0.02868148,-0.0000077986,-0.02287498,-0.0065122023,-0.017916784,0.00506789,0.017799776,-0.017872905,-0.007005828,-0.034546483,0.0013017091,0.043380555,-0.031007005,0.004855814,0.011108406,0.0023876857,-0.0224362,0.006278187,0.006954637,-0.015752144,0.0033804215,-0.04440437,-0.042795517,-0.0032579293,0.007971141,-0.012856206,-0.0099090785,-0.023065116,-0.002932502,0.025229756,0.006066111,-0.01461132,-0.0024370481,0.024717847,-0.014450434,0.023898795,0.012205351,0.0011097436,0.0039892267,-0.042005714,-0.010910955,0.028549846,0.017360996,0.025390642,-0.009550743,-0.040192097,0.00038233135,-0.009214345,0.03328865,-0.008468422,0.03328865,-0.049289435,-0.018531073,-0.01013578,-0.012293107,0.033054635,-0.00736782,-0.022275316,0.024030428,-0.018048417,-0.003082418,-0.000300746,0.021470888,0.006943668,0.020505575,0.06096094,0.008629308,-0.035160773,0.004768058,-0.0031829714,0.07090659,-0.005722401,0.021339254,0.024366826,-0.023138246,0.008621994,-0.018999103,0.026019556,-0.0021975483,0.02034469,-0.019379377,-0.0124905575,-0.04004584,0.00912659,0.004779028,0.02506887,0.015444999,0.009755505,-0.039870325,-0.01633718,0.023152871,-0.018297058,0.014260297,0.003172002,0.020183805,-0.039226785,0.0117373215,0.014114037,-0.010435612,0.0021006514,-0.03574581,-0.0101504065,-0.029983189,0.019335499,0.009228972,0.004128173,0.0018995446,-0.020637209,0.016147044,0.026312076,0.024732474,-0.033610422,0.017141609,-0.005462791,-0.022787223,-0.0047753714,0.0073275985,-0.04624724,-0.012183413,0.015532754,-0.01970115,-0.05057652,0.0030787615,0.004300028,0.020388568,0.003150063,0.014296861,0.030304959,-0.021134492,-0.022538582,-0.014903839,-0.0058613475,0.0034462383,0.015956907,0.0023291819,-0.045281928,0.007089927,0.013060969,-0.014004343,0.026487587,0.012695321,-0.015664387,-0.0032012537,-0.012519809,-0.027262762,-0.0101504065,-0.006669431,-0.02319675,0.010267414,0.04873365,0.02868148,0.032411095,-0.011715382,0.0034224712,-0.053472456,0.00853424,-0.044141103,-0.005554203,-0.010867078,0.024337573,-0.012680694,0.020461697,-0.0037844633,0.005810157,0.027482152,0.041508432,-0.025961053,0.0056931493,-0.0082417205,0.015108601,-0.041888706,0.028652227,0.023825666,0.015605884,0.0039416924,0.004420692,0.0037844633,0.01818005,0.03217708,0.04531118,-0.00013220483,0.03375668,0.03437097,0.009024208,0.019013729,0.009185093,0.015605884,-0.014296861,0.039841074,-0.048762903,-0.015210983,-0.03413696,0.031943064,-0.05581261,-0.02019843,-0.0037241313,0.018808967,-0.006855912,-0.02575629,-0.00446457,0.008351414,0.013792266,-0.009104651,-0.013207229,0.0050276686,0.0013730106,-0.014706388,-0.03638935,-0.0031445783,-0.016439563,0.011466742,-0.009733567,0.010289352,-0.014179854,0.0042122724,-0.06885895,-0.021587895,0.04952345,-0.0014086614,0.015986158,-0.00959462,0.009704315,-0.022933483,0.027891679,0.0008021417,0.012819641,-0.028988624,0.0061392407,-0.020081423,0.00073175435,-0.021851163,0.013792266,-0.008073522,0.010793948,0.0024644719,-0.008402606,-0.012863519,0.037822694,-0.002480926,-0.009148529,-0.013448557,-0.022070551,-0.01608854,0.014201793,-0.019671896,0.0025503992,0.007817568,-0.04191796,-0.006793752,-0.020183805,0.024220565,-0.021002857,0.021734156,0.041683946,0.00054161705,-0.020666461,-0.006128271,-0.009952956,-0.018516447,0.019218491,-0.020300813,0.006486607,0.040309105,0.025156626,0.040601626,-0.015050098,0.033347156,0.006365943,0.043877836,-0.012161474,0.031211767,-0.021002857,-0.037676435,0.00073175435,-0.0016801555,-0.011664191,-0.0042817458,-0.002007411,-0.038729504,0.0067571867,0.021880414,0.0044718827,0.016381059,-0.048675146,0.02868148,0.035687305,0.058825552,0.029339647,-0.009638498,0.045428187,0.011715382,0.0024571589,0.021236872,0.028008686,-0.033522666,0.033902943,-0.016103165,-0.040133595,0.034839,-0.021397758,-0.022026673,-0.013719137,-0.0098652,0.037822694,0.0054554776,0.01434074,0.021704903,0.009682376,0.023811039,-0.0053019053,-0.01434074,-0.0077224993,-0.018911347,0.04841188,-0.0065597366,0.007155744,0.0039416924,0.027292015,0.014691763,-0.046042476,0.011942085,0.0197304,-0.024878733,0.003321918,-0.0055066682,-0.035073016,0.02041782,0.005510325,-0.01507935,0.0015732032,0.04931869,-0.033815186,-0.0047022416,-0.019964416,-0.016892968,0.0394608,-0.004570608,0.017083105,0.018808967,0.0018218444,0.017770523,0.022962734,0.00939717,0.02002292,-0.015474251,0.021236872,0.052331634,0.006578019,0.0255369,-0.009996833,-0.0064610112,0.03577506,-0.0005461876,0.0145893805,0.019905912,-0.0080808345,0.0010987741,0.0017569417,-0.007795629,-0.009243597,0.007963827,-0.0068924767,-0.005294592,-0.01709773,-0.014018969,0.014435808,0.03124102,-0.006599958,0.0050313254,0.006570706,0.018414065,-0.026706977,-0.0224362,-0.012059092,-0.008461109,-0.009148529,0.027335892,0.027657663,-0.03776419,0.010113841,-0.02615119,-0.0036893948,0.008431857,-0.019306248,0.0023639183,-0.008022331,0.031650547,-0.0025302886,0.005448165,0.04332205,0.04428736,-0.018852843,0.045077164,-0.003945349,0.032937627,0.0131633505,-0.010589184,0.011766573,-0.009462987,0.0247471,0.042590752,-0.012783077,-0.006881507,0.024761725,-0.034517232,0.014040908,0.024045054,-0.030977752,-0.02597568,-0.031124013,-0.02391342,-0.015225609,-0.033054635,-0.026034184,-0.021719528,-0.064705186,-0.03524853,0.023577023,0.035658054,-0.005960073,0.010633063,-0.038612496,0.023577023,-0.003307292,0.028315831,0.016293304,-0.01630793,0.01788753,0.020827346,0.017463379,0.024922611,0.0073020034,0.002096995,-0.025039619,-0.053794228,-0.007883385,-0.016030036,-0.049903724,0.0138361445,-0.0041683945,-0.007488484,-0.024191314,-0.020169178,0.0013410164,0.009082712,0.007781003,-0.00009746821,0.0041098907,-0.013287672,-0.012527122,-0.0140774725,0.0074226675,-0.0035669024,-0.004270776,0.018136172,0.008227094,0.016527317,-0.04411185,-0.024396077,-0.03618459,0.018691959,0.033902943,-0.019774279,0.016790586,-0.024001177,0.0052141496,0.030714486,0.019364752,0.027833175,-0.02297736,0.012015214,0.0075908657,0.001728604,-0.008088148,-0.018457944,0.0006705082,-0.0031262957,0.010238162,-0.03726691,-0.00011317968,-0.008548865,0.015722891,-0.012468618,-0.016293304,0.0043475623,-0.032294087,0.014179854,0.025083497,0.01864808,-0.03279137,0.022348445,-0.040338356,0.004406066,-0.021485513,0.011503306,-0.012519809,-0.0013876365,0.0035669024,0.020476324,0.03744242,0.022860352,-0.009792071,-0.015020846,0.02019843,0.029427402,0.018838217,0.018384814,0.008300224,0.0036034673,-0.011393611,-0.017829027,-0.014406556,-0.01706848,0.0017377451,0.03726691,0.012461306,0.012870832,0.0016847261,-0.025142001,0.010815887,0.009931017,0.025346763,-0.02160252,-0.021207621,-0.008819445,-0.01379958,-0.0045888904,0.009558056,0.022260688,0.0029416434,0.0174195,-0.002811838,-0.008373354,-0.020827346,0.0015942281,-0.011861642,0.0355703,0.0029050785,0.035979826,-0.007188652,-0.0010494116,-0.018063042,0.015459624,-0.014552816,0.00022167449,0.00022213155,-0.008153965,0.020841973,0.024951862,-0.04735881,-0.030041693,-0.029339647,-0.024015803,0.0069582937,-0.011408238,0.01311216,0.019276995,-0.0062452788,0.021836536,0.0007696904,-0.025668534,0.010793948,-0.010618436,0.011144971,-0.0170246,0.08079372,-0.006910759,0.013543625,-0.03855399,-0.009565368,-0.02157327,0.008826758,0.0017404875,-0.0010859765,-0.008885262,0.00068239175,-0.0363601,-0.029164135,0.011605687,0.005294592,-0.037822694,0.009521491,0.009587307,-0.010040712,-0.029120257,0.01987666,0.0011600202,0.008190529,-0.019613393,-0.03077299,-0.029866181,0.021909667,0.016249426,0.011079154,0.00500573,0.010611123,0.010435612,0.027204258,0.016439563,0.004204959,0.014699075,-0.015050098,0.01407016,0.03592132,-0.016644325,0.014048221,0.009814009,0.025946427,-0.01825318,-0.008943765,0.017243989,-0.009389857,0.017741272,0.0017761382,-0.050254747,-0.017083105,0.023752535,0.022991987,-0.001157278,0.02683861,0.027730793,0.042971026,0.01825318,0.011620314,-0.009558056,-0.00777369,-0.005268997,-0.008366041,-0.018019164,0.01107184,-0.0062855002,-0.039724067,-0.011598375,-0.010698879,-0.015386495,-0.030363463,0.0045157606,0.022948109,0.02925189,0.02969067,-0.0008542466,-0.017741272,0.021368505,0.011079154,0.022348445,-0.03264511,0.007020454,-0.016498066,0.031007005,-0.032411095,0.03542404,0.04162544,0.045223422,-0.01872121,0.021807285,-0.023357635,0.0212515,0.020915102,-0.014933091,-0.006428103,0.025259009,-0.023343008,-0.010099215,-0.00067005114,-0.022260688,0.015181731,-0.0034846314,0.035979826,0.0013062798,-0.02969067,0.00905346,-0.027116504,-0.01379958,-0.013931213,-0.030948501,0.000014440265,-0.0010393562,0.008614682,-0.0044316617,0.038466237,0.005382348,-0.014962343,0.0124101145,-0.00030051748,-0.032996133,0.017770523,0.009579995,-0.02182191,0.0076713082,0.004490165,0.012154161,-0.013236481,-0.06488069,0.03840773,0.001142652,-0.0034188149,0.039343793,0.04010434,0.00019082289,-0.026794732,0.017624265,-0.010940207,-0.029529784,0.010603811,0.016483441,-0.05522757,-0.0044389744,-0.0000143045745,0.0025156627,0.0005256199,0.00368391,0.0020567735,0.044492126,0.01500622,0.012432054,-0.0005955502,0.006504889,0.043088034,0.010369795,0.026385205,-0.021192996,0.012717259,0.005119081,-0.008219781,0.008110086,-0.0073458813,0.0021682964,0.015254861,-0.021119865,0.038612496,-0.017009975,-0.00047488615,-0.01291471,-0.012446679,0.033054635,0.006793752,-0.026604595,-0.016922219,0.012783077,-0.001315421,0.003645517,-0.026399832,0.018531073,-0.04501866,0.020549454,-0.019028354,-0.020915102,0.03001244,0.01918924,0.013529,0.0044243485,0.021529391,-0.0061538666,0.0017158062,0.0006426275,0.004036761,0.008263659,0.03574581,0.02150014,0.0145893805,0.0067645,-0.017126983,-0.006475637,-0.028052563,0.017814402,-0.005737027,-0.009367918,0.0018446974,-0.005539577,-0.024732474,-0.011466742,-0.034692742,-0.008497674,-0.0029105633,0.0031171546,-0.007810255,0.016073914,-0.032235585,0.017829027,0.022640964,0.039226785,-0.013302297,0.011744634,0.03747167,-0.024600841,0.022523956,0.0020183804,-0.007561614,-0.055929616,0.03676963,0.02041782,0.057918742,-0.021836536,-0.0101504065,0.015108601,0.017726647,-0.056105126,-0.01918924,0.00012534892,-0.004826562,0.005963729,-0.015474251,0.022085177,-0.017697394,-0.011525245,-0.002128075,-0.013558252,0.00096714066,0.012980526,0.01013578,-0.003150063,0.022202184,0.0058174697,-0.013858084,0.018955225,-0.0016481612,0.02925189,0.00865856,-0.014384617,0.0032670705,0.0035650742,0.04902617,-0.032264836,-0.012995153,0.026663098,0.014772205,0.016819837,0.0072361864,-0.023401512,0.024483833,-0.008921826,0.008702437,0.013689885,-0.026970243,0.016424937,0.020461697,0.01089633,0.01796066,-0.04776834,-0.017741272,-0.0140774725,-0.0017989913,0.021851163,-0.023094367,-0.01067694,-0.036038328,-0.018121546,-0.035482544,0.0007276408,0.0013401023,-0.0041610813,-0.008329476,0.0014424839,0.036418606,0.014845335,0.01579602,0.021178368,0.00065451104,0.043351304,0.034751248,0.005367722,0.0035687308,0.01601541,0.0003818743,-0.011634939,-0.006932698,0.0076932474,0.0162348,-0.0029361586,0.022567835,-0.0070387363,0.01284158,-0.011715382,-0.014786831,-0.009982208,0.017273242,-0.00040632705,0.013514373,0.0033493415,0.019979041,0.008190529,-0.002835605,0.032089323,-0.017668143,0.026414458,0.031211767,-0.009228972,0.014706388,0.05350171,0.021938918,0.015839899,-0.011474054,0.0054262257,0.012256542,0.0024681282,0.022597086,0.026209693,0.06142897,0.0089949565,0.028871616,-0.016264051,0.049903724,-0.002292617,0.0031153264,-0.015825273,0.019320874,0.010026085,-0.0015338961,0.016439563,0.016220173,0.005448165,0.0054993555,-0.014143289,0.013229168,-0.00087161496,0.0014050049,0.04536968,0.036945138,0.021485513,-0.03741317,0.025390642,0.034312468,-0.018136172,-0.02258246,-0.005133707,-0.01264413,-0.034575734,-0.03463424,0.009404483,-0.06663581,0.03466349,-0.008578117,-0.000669137,0.01926237,-0.009726253,0.03943155,0.0034791469,0.03510227,-0.019671896,-0.0070570186,-0.04621799,-0.004548669,0.010779322,0.006991202,-0.02939815,0.039636314,-0.016541945,0.037354663,0.02477635,0.00058823725,-0.008790193,-0.010655001,-0.015635137,-0.03001244],"social":"https://twitter.com/raihankhan_rk"},{"title":"yung ape","description":"degen metaverse artist","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=PXbcJJmEXD8","youtube_transcript":"This is Young ape, the biggest digit Metiverse artist. Only seventeen when you were realized. We got a little future that's centralized. Right.","embedding":[0.04299571,-0.020216819,-0.014047229,0.053214554,-0.04296626,-0.0019657286,-0.012096225,0.06302111,-0.00820158,0.035986822,0.0019473229,-0.030155897,-0.04479211,-0.035250593,0.00720399,0.013524507,-0.04305461,-0.03828385,0.0042075426,0.005668955,0.008540244,-0.031216064,0.029625813,0.025591282,0.0054701734,-0.01550496,-0.044733208,0.0089967055,0.034779407,0.0191861,-0.0017273749,-0.040993173,-0.009813919,-0.02403048,-0.05271392,-0.010277742,-0.035191696,-0.00005981852,-0.020688005,-0.018965231,-0.026091918,-0.011809096,-0.003482358,0.034219876,0.0042774845,-0.005197769,-0.031805046,-0.0058935047,-0.011948979,0.025591282,-0.031216064,-0.0033995325,-0.013568681,0.029051553,-0.023544569,-0.0064456756,0.0050468426,0.0056579118,-0.06578933,0.027137361,-0.011256925,0.008444535,0.018008135,0.019318622,0.0029946072,-0.0057830703,-0.043879185,0.046882994,0.035103347,-0.039933003,-0.005429681,0.024751984,0.0004214905,-0.009298559,-0.0035320534,-0.024251347,-0.03807771,0.039844655,-0.028830687,-0.035250593,-0.019200824,-0.020849975,-0.02105612,-0.026165541,-0.0041780937,-0.0032375623,-0.03248238,-0.037253134,-0.01983398,0.024693085,-0.000048113645,-0.012427527,-0.0057609836,-0.008150043,-0.0028933757,0.015033774,-0.025046475,-0.022396054,-0.0063830963,0.02538514,-0.008797924,0.014039867,0.021586204,-0.013914708,-0.0142680975,0.019259723,0.009085053,0.009578326,-0.027181536,-0.016093943,-0.09406048,-0.03769487,0.011801734,-0.0035964735,-0.0015046658,-0.022793617,0.02735823,0.0054701734,0.054363072,-0.0065377043,0.0058125197,0.05044634,0.0167271,-0.04031584,-0.016682925,-0.040227495,-0.03268852,0.045204394,-0.03963851,0.017816717,-0.0016252232,-0.01967201,0.04973956,0.0023467266,-0.020820526,-0.035751227,-0.018155381,0.015681654,0.0153135415,-0.0033167067,0.028315326,0.01902413,0.011941617,-0.0022197273,-0.0027682171,0.024884503,-0.06372789,0.08192744,-0.004421049,-0.0022951907,-0.013818999,-0.025252618,-0.010299829,-0.030833226,-0.013620216,-0.009725571,0.053302903,-0.009364819,0.016005596,-0.0047523514,-0.028757064,0.015298816,-0.04841435,0.042848464,0.017330805,0.06048849,-0.02367709,-0.03601627,-0.061607555,-0.005661593,-0.049268372,-0.02687232,-0.03262962,-0.041935544,-0.012972336,0.018906333,-0.0026375365,-0.03239403,0.031510554,-0.0012948408,0.030862676,0.059899505,0.025414588,-0.007892364,-0.018847436,0.0006630653,0.047000792,0.011764922,0.05141816,-0.010167308,-0.009902266,0.075036354,-0.009099777,0.025826875,0.013634942,-0.047501426,0.022911413,0.0011696821,0.025532385,-0.024531115,-0.00046842502,0.018361526,0.00059864536,-0.011220113,0.030155897,-0.02538514,0.0040566158,-0.02638641,0.0077892914,-0.029463843,0.017095212,-0.016491506,0.013841085,-0.015107397,-0.016300086,-0.00820158,-0.008319376,0.016741823,-0.035309494,-0.009997975,-0.037812665,0.019303897,-0.016005596,-0.0056579118,0.014967514,-0.012979698,-0.036134068,0.004951133,-0.004873829,0.040227495,0.029110452,0.025296792,-0.027564375,-0.02057021,-0.01786089,0.016550403,-0.007958624,-0.03899063,0.024398593,0.05409803,-0.0014107968,-0.031157166,-0.005407594,0.022204634,0.016697649,0.016167566,-0.034808856,-0.021365335,-0.029154627,0.063374504,0.050534684,-0.0111538535,0.00400508,0.056306712,0.0058935047,-0.0004900517,0.01311222,0.06867534,0.022145737,-0.024059929,0.0145994,-0.018464597,-0.07939482,-0.0073365113,0.0028105502,0.01934807,0.021512581,0.06849865,0.0042112237,0.0022142055,-0.0012847177,-0.017139386,-0.0071487734,-0.032865215,-0.044615414,0.0054407245,0.0031860264,0.02470781,-0.065494835,0.03366034,0.03902008,0.034249324,0.029272422,0.04299571,-0.008643316,0.031274963,0.023117557,-0.0029173032,0.0045498884,-0.01569638,0.07468296,-0.014452155,0.031157166,-0.03204064,0.024766708,0.021792347,0.07721559,-0.034043178,-0.02884541,-0.032865215,0.07138466,-0.03204064,-0.010388176,-0.01796396,0.006114373,0.049651213,0.0070530637,0.032511827,-0.03869614,-0.03592792,0.04679465,0.012420165,0.017507501,-0.025458762,-0.05710184,-0.013288914,0.013421435,-0.03313026,-0.0039903554,0.010881449,-0.028595094,-0.05639506,-0.055010952,-0.013531869,0.0130754085,0.015195745,0.005183045,-0.019156652,0.025929948,-0.056954592,0.04208279,-0.004708178,-0.005886142,-0.03271797,-0.011080231,0.0143490825,0.017595848,0.011293736,-0.007745118,0.034455467,0.024560563,-0.0666728,-0.0019583663,-0.020629106,-0.054333623,0.015004326,-0.0037381973,-0.03313026,-0.015092673,-0.035427287,0.0002829876,-0.021173915,0.023058658,-0.00027930646,0.019289171,-0.018464597,0.019274447,-0.023735989,-0.006434632,0.009975889,-0.026415858,0.0012488266,0.019083029,0.014614125,-0.019200824,0.021689275,-0.041876644,-0.003633285,0.04809041,-0.043820288,-0.04573448,-0.017507501,0.008275202,-0.030833226,0.009092415,-0.007491119,0.04037474,-0.008385636,0.0012414644,0.033954833,0.02887486,0.03342475,0.018155381,-0.02822698,-0.024266073,0.008488708,0.0025675949,-0.0019804533,-0.03834275,-0.006887412,0.030244244,-0.001850693,-0.011426258,-0.044556513,0.0060039386,-0.053538494,0.02196904,-0.019274447,-0.04873829,0.0010040308,0.037842117,0.012744105,0.0036424878,-0.03601627,0.02768217,0.016653476,0.010999246,-0.024766708,0.014621487,0.008547606,0.03162835,-0.059310522,0.035486188,-0.0042885276,0.03398428,0.021851245,0.012331818,0.011256925,-0.030155897,0.058809888,-0.03207009,-0.0012543483,0.019642562,-0.065966025,0.023117557,0.02202794,0.027785242,0.011787009,0.020128472,-0.020467136,-0.006504574,-0.0032302001,-0.038548894,0.00019498536,0.018891608,-0.008061696,-0.014643573,0.023043934,0.0008935967,0.02489923,-0.004848061,-0.022322431,0.01769892,-0.027903039,-0.014871804,0.013929432,0.0074138152,0.0036921832,-0.05247833,-0.012258195,-0.014754008,-0.048149306,-0.03342475,0.0058971858,-0.03469106,-0.017271908,0.05645396,0.00086552795,0.053479597,0.019907603,-0.053273454,-0.04841435,-0.07244483,-0.001463253,0.009453166,-0.03872559,-0.024751984,0.046853546,0.023632918,-0.0069426293,0.01443743,-0.014290184,-0.016476782,0.08958422,0.010314553,-0.024148276,-0.02671035,-0.00057701865,0.054480866,-0.01688907,-0.0013380942,-0.0533618,0.010196757,0.017993411,-0.030656531,-0.02040824,-0.031481106,0.009188125,-0.019230274,0.017581124,-0.062196538,0.007377004,0.068086356,-0.01753695,0.053921334,-0.009158676,-0.004351107,-0.09889013,-0.04703024,0.013642304,0.0038357475,-0.00759051,-0.03398428,0.07986601,0.010299829,0.0033792863,-0.00713773,0.012398078,0.027372954,0.037783217,0.026901769,0.033954833,-0.024133552,0.016417883,-0.034484915,0.03439657,0.04567558,0.043673042,0.031863946,0.01796396,-0.0027755792,0.0005310044,0.000028169346,-0.026769247,0.008407723,0.008775837,-0.002703797,0.03136331,-0.04146436,0.032187887,0.02073218,-0.013649666,0.087993965,-0.019848704,-0.022160461,0.015225193,-0.001589332,-0.01870019,0.021998491,0.0028878541,0.021983767,0.00898198,-0.030023376,-0.008739025,-0.03769487,0.027976662,-0.017109938,-0.015887799,-0.0065487474,0.005981852,0.035574533,-0.01585835,-0.01066058,0.0005356058,-0.010388176,0.028241703,0.021276988,-0.0035026043,0.04597007,0.026445307,0.0050799726,-0.007796654,0.032600172,0.02955219,0.01734553,-0.014452155,0.004564613,0.040757578,0.014466879,-0.00009064806,-0.011087593,-0.020172646,-0.01127165,-0.07427067,-0.025856325,0.021306437,0.0011301099,0.010233568,0.0063830963,0.02874234,-0.007380685,0.01450369,-0.0077819293,0.029301872,-0.023721265,-0.008150043,-0.030244244,0.021041395,0.025473487,0.0019233954,0.020776352,0.002387219,0.004325339,0.01737498,-0.007649408,0.009467891,0.021615652,-0.027122637,0.010476523,-0.0110728685,0.01485708,0.044173677,0.01017467,-0.022970311,-0.008385636,0.018229004,-0.033513095,0.0016040566,-0.0069757598,-0.014444792,0.004343745,0.00012780457,-0.00013424657,-0.0107489275,-0.007671495,0.042288933,0.01311222,-0.0077598426,0.025826875,0.021718724,-0.018273177,-0.013443522,-0.0008825532,0.020334616,0.0045425263,0.04211224,0.01217721,-0.037223686,0.005418638,0.047972612,0.049327273,0.021144466,0.0008374593,0.04638236,-0.021998491,-0.037518177,0.013156394,0.020172646,-0.03336585,-0.03442602,-0.013237379,0.015843626,0.00052410224,0.027417129,0.019083029,-0.008805286,0.006791703,0.020452412,0.012648396,-0.02890431,0.00571681,0.003905689,0.0066812686,0.019907603,-0.026901769,-0.081986345,0.029831955,-0.031863946,-0.015902523,0.063374504,0.016815446,0.04938617,0.009210211,0.006342604,-0.010108409,0.019760357,0.012537962,0.0070677884,-0.013509783,0.027564375,0.02855092,0.0300381,0.02619499,0.012957612,0.035957374,-0.010424987,-0.011654488,-0.0699122,-0.0032412435,-0.02768217,-0.01886216,0.019406969,0.00036305242,0.017728368,0.02619499,0.008643316,0.038107157,0.018906333,0.00022535477,-0.036075167,-0.034043178,0.023912683,0.03937347,-0.002276785,0.03634021,-0.07768677,0.0017835122,-0.0011411533,0.006320517,-0.017846165,-0.0108299125,0.0011448344,-0.010255655,-0.014518415,-0.03198174,0.026283337,-0.0043142955,0.017772542,0.028109182,0.015770003,0.01101397,-0.0074543077,-0.0073181055,0.011742836,-0.006876369,-0.014812906,0.018714914,-0.021910144,-0.005057886,-0.02451639,0.0089157205,-0.014231286,-0.009887542,-0.00704202,0.001101581,-0.022764169,0.041641053,-0.00426276,-0.036281314,0.00058254035,-0.02057021,-0.00358543,0.008547606,-0.0067585725,-0.0028823323,0.01796396,-0.018449873,0.0018580552,-0.0063610096,0.0027590143,0.02370654,-0.023588743,-0.04476266,-0.02048186,0.009143951,0.02235188,-0.0037234728,0.0017669471,-0.00026113086,0.02522317,0.00009933325,0.0142680975,-0.001469695,0.024560563,-0.015917247,0.009453166,-0.004251716,-0.013657028,-0.02457529,0.0080322465,0.009195487,0.007296019,0.002464523,0.029611088,0.029949753,0.0030019693,-0.0068947747,-0.033954833,0.0016298246,-0.012618947,0.01983398,0.0024148277,0.0054701734,0.0031032008,0.009276472,-0.031687252,0.0046235113,-0.031569455,-0.030744879,0.010542784,-0.022454953,0.037783217,0.010344002,-0.010925623,-0.010859362,0.008812648,0.023073383,-0.044733208,-0.015931973,0.011374721,-0.012729381,0.026577828,-0.0054664924,-0.01443743,0.003042462,-0.010881449,0.008886271,-0.05512875,-0.007354917,0.008105869,-0.011036057,-0.030803777,-0.005569564,0.011809096,0.007192947,0.008886271,0.00035914118,0.024693085,-0.06979441,0.019878155,-0.01127165,-0.0018654176,0.015004326,-0.051359262,-0.030023376,0.009004068,0.01285454,-0.06496476,-0.005477536,0.018037584,0.036899745,-0.008584417,-0.0006225727,-0.020172646,0.031510554,-0.0035872706,-0.047648672,0.028403673,-0.025458762,0.008878909,0.020334616,0.014687748,0.0028933757,-0.016653476,0.00549226,0.034455467,-0.0200254,-0.024442768,-0.044203125,-0.011742836,-0.036929194,-0.02051131,0.015107397,0.013899984,0.036458008,-0.03100992,0.009350095,0.03569233,0.035162248,-0.017610572,-0.026062468,0.003924095,0.027166812,-0.0007923653,0.0005093777,0.00083469844,0.0009975889,0.05539379,0.01731608,-0.01780199,-0.023735989,0.009858092,0.04661795,0.019657286,-0.0043731937,0.00555484,-0.028963206,0.004244354,-0.0094752535,0.03162835,-0.01233918,0.03804826,-0.009070328,0.01453314,0.04597007,-0.000494193,-0.06832195,-0.0017531428,0.01634426,0.016874345,-0.009239661,-0.042230036,-0.034131527,-0.022602197,-0.049238924,0.038872834,-0.014709834,0.034543816,-0.024545839,-0.035250593,0.0066959932,-0.0121109495,0.004082384,-0.013966244,-0.0015377961,-0.023161732,0.018125933,0.034838308,0.010424987,-0.052301634,0.010064236,-0.0032062726,-0.029640537,0.019524764,-0.04841435,0.025591282,0.022160461,0.0005471094,0.016638752,0.014334358,0.000487751,-0.021115018,0.03262962,-0.007988073,0.007111962,0.02319118,0.0001811811,-0.0036222416,-0.019554215,-0.004645598,-0.0051499144,-0.013539231,-0.036516905,0.008392998,0.019436417,0.010763653,-0.05710184,0.0018396495,0.00742854,0.012869264,0.022396054,0.024428044,0.012265557,-0.026622003,-0.012788279,0.0055732457,-0.033218604,-0.024398593,0.011043419,0.005396551,0.002147945,-0.023147006,0.01631481,-0.05100587,0.029684711,-0.019686734,0.008665402,0.028565643,-0.029655261,0.000513519,0.010542784,-0.0016970054,0.00898198,-0.015490236,0.008083783,-0.040551435,0.07268042,0.047825366,0.013031234,0.016785996,-0.022690546,-0.053509045,-0.03401373,-0.013119582,0.0048075686,-0.037842117,-0.018567668,0.0016896431,-0.052831717,0.0017209328,-0.009202849,0.02335315,-0.0027718982,-0.011735474,0.0057057664,-0.0046235113,0.007343874,-0.00016691668,0.012972336,-0.013818999,0.025753254,0.040669233,-0.00516832,-0.019377518,0.008584417,-0.005580608,0.018332075,0.023485672,0.0137895495,0.012375992,0.019657286,-0.0047376268,-0.013693839,-0.016624026,0.019892879,0.009143951,0.0056873607,-0.03463216,0.0004021645,-0.0058456496,-0.03740038,0.0074138152,0.02548821,-0.007892364,0.026577828,-0.043437447,0.03103937,-0.042200584,0.0024166682,0.034602713,-0.019657286,-0.01534299,-0.023986306,0.018229004,-0.014879166,-0.0032504464,-0.006217445,0.0075536985,-0.027181536,-0.03636966,0.014209199,0.02089415,0.030052824,-0.0012966815,0.007642046,-0.048620492,0.007907088,-0.015887799,-0.009813919,0.010307191,-0.02202794,-0.013458246,0.015011688,0.00045876202,0.0012064936,0.0045241206,0.011588228,-0.009836005,-0.010469161,0.008584417,-0.036163516,-0.016741823,-0.0023485671,-0.004726583,-0.012788279,0.018656015,-0.029787783,-0.0417883,0.03910843,-0.0034289816,-0.036575805,0.0048075686,0.017610572,-0.029375495,-0.035015002,-0.009548876,0.007892364,0.003949863,0.029905578,0.017522225,0.0026945942,-0.000117911506,0.0014107968,-0.009931715,-0.0070236144,0.03401373,0.026415858,0.0009598572,-0.014717196,0.020172646,-0.00081721303,0.006644457,-0.010159945,-0.016462056,0.00859178,0.016579853,-0.0017697079,0.0011107839,-0.044203125,-0.009828643,0.005569564,-0.02787359,0.0021405828,-0.036840845,-0.04169995,-0.017404428,0.0049916254,0.00025629936,0.02849202,0.012972336,-0.0145110525,-0.0008296369,0.0019583663,-0.019789807,-0.01656513,0.0036204008,0.010454437,-0.014547864,0.020422963,-0.017124662,-0.040227495,0.011242201,-0.022734718,-0.007973349,-0.012088862,0.043025162,0.034838308,-0.04538109,0.001204653,0.03504445,0.015446062,0.02235188,-0.016373709,-0.0081942165,-0.0038799213,0.020084297,-0.00251974,0.002289669,-0.006088605,0.0012129355,0.038813937,-0.009806556,0.01970146,0.007502163,0.008348824,-0.0031252876,0.004866467,-0.01796396,-0.024972852,0.01786089,0.021851245,-0.037547626,-0.010285105,-0.007502163,0.025090648,-0.011065505,-0.04567558,0.036575805,-0.028727613,-0.027240433,0.030538734,-0.006092286,0.006221126,0.006898456,0.016329536,0.023235355,0.010476523,0.110964276,-0.049091678,0.0030627083,-0.023117557,-0.0033921702,0.020305166,-0.020290442,0.013458246,-0.01566693,0.0216451,0.023338426,0.017095212,0.0014991441,0.003611198,-0.0035633433,-0.010631131,-0.017433878,-0.026990116,0.029257698,0.017831441,0.007921813,-0.012412803,0.021924868,-0.008761113,-0.041199315,-0.03569233,0.032511827,0.03301246,0.014194475,-0.02218991,-0.013377261,0.008223666,0.023780162,0.011845907,0.060547385,0.01986343,-0.0432902,-0.026622003,0.0120815,-0.0125306,-0.0014908615,-0.0064456756,-0.00003914087,-0.020393513,-0.019274447,-0.011985791,0.009305921,-0.03804826,-0.0032614898,-0.0014301228,-0.019171376,0.012972336,0.0042259484,0.021954317,-0.021895418,0.015652206,0.011904806,0.046323463,-0.022572748,-0.013141668,0.026798697,0.032747418,0.010344002,0.007343874,-0.0038173418,0.0008940568,-0.013649666,0.009666673,0.008812648,0.0077672047,0.011772284,0.019289171,0.019922327,-0.027166812,-0.0125894975,-0.019495316,0.00884946,-0.009136588,0.00193812,0.03642856,-0.049091678,-0.0121919345,0.035898473,-0.0030921574,-0.019333346,-0.02400103,0.005584289,0.027093189,0.0050689294,0.02383906,0.0063794153,0.0034326627,0.020864699,0.030332591,-0.017301356,-0.02890431,-0.04570503,-0.000027622928,-0.006986803,0.03100992,-0.015416613,0.02887486,0.021880694,-0.06137196,0.019745633,-0.013325726,-0.01082255,0.030479837,-0.012560048,0.004744989,-0.022410778,0.0191861,0.06231433,0.004873829,0.02884541,0.0012571092,0.030155897,-0.02251385,-0.015740553,-0.023412049,0.04063978,0.0010261177,-0.008017522,-0.0018322873,0.01796396,0.02503175,-0.013156394,-0.014003055,-0.003013013,0.0085107945,-0.005506985,0.039461818,0.02833005,0.016476782,0.012471701,0.01453314,-0.005087335,-0.02435442,-0.030980472,0.039785758,0.012773555,-0.0043768752,0.0008199739,-0.019333346,-0.00077672047,0.0070199333,0.009607774,0.018891608,-0.036546353,-0.005013712,-0.042819016,-0.033248052,0.03707644,0.054186378,0.034926653,-0.035456736,0.0033903297,0.022734718,-0.008554969,0.0033903297,0.024413317,-0.027372954,0.031157166,-0.008120595,0.03504445,-0.0122729195,-0.03039149,0.011507243,-0.008083783,-0.012869264,0.00193812,-0.051182564,0.002361451,-0.011345273,-0.013104857,-0.0291988,0.02270527,0.025782702,-0.040551435,0.013399349,0.019274447,-0.024913954,0.028109182,0.010903535,-0.011043419,0.028506747,0.027858865,-0.022278257,-0.0063683717,-0.0057094474,0.020040125,-0.004236992,-0.031068819,0.057337433,0.009725571,0.01417975,-0.022661095,-0.038637243,-0.020599658,-0.004479947,-0.00067778985,-0.0038136607,0.0014650936,0.0035394158,0.023441497,0.02486978,-0.023147006,0.012847178,0.019716185,-0.00060416706,-0.0070272954,-0.00733283,0.008768475,-0.00066260516,0.013053321,-0.019745633,-0.005639506,0.0063057924,0.004196499,-0.006482487,0.0153871635,0.0093942685,0.032747418,-0.035162248,-0.048119858,-0.007505844,0.020629106,-0.0076273214,-0.0043805563,0.03834275,0.004951133,-0.033542544,0.0046713664,-0.042465627,0.005190407,-0.00015978447,0.028948482,-0.024074653,-0.009489978,0.01069003,0.040610332,0.019068304,0.026003571,0.004583019,0.019937053,-0.017095212,0.024045205,0.025105372,-0.033542544,0.0046235113,-0.02400103,0.021100292,-0.01440798,-0.014157663,0.017846165,0.005241943,0.0041339197,0.015578583,-0.022970311,-0.0013215292,-0.026077194,-0.006949992,0.030980472,0.019009406,-0.02922825,0.0036700962,-0.0046860906,0.019333346,-0.03142221,0.009062966,-0.014496328,0.01764002,-0.0121919345,0.01550496,0.03239403,-0.007034658,0.030479837,0.002284147,-0.037194237,-0.029743608,-0.021571478,0.00066812686,-0.0048075686,-0.020054849,0.0013362537,0.00047762788,-0.01269257,-0.016624026,0.029890854,0.009445804,0.00910714,-0.017168835,0.0057352157,-0.008768475,-0.015048499,-0.0059119104,0.027888315,-0.052301634,0.05130036,0.0063352413,0.036546353,0.022955587,-0.025620732,0.0056873607,-0.0042222673,0.03742983,-0.012744105,-0.0043695127,0.03377814,0.0027682171,-0.015725829,-0.011772284,0.00012423846,0.039226223,0.022719994,0.009556239,0.009644586,-0.030538734,-0.012140399,0.035898473,0.02432497,0.0045719757,0.017522225,0.019465867,-0.0003239403,-0.012515875,0.023574019,-0.012309731,0.023647642,0.0051499144,0.019068304,-0.021924868,0.03139276,-0.031687252,0.020908874,-0.00025123777,-0.008621229,-0.017463326,0.038313303,-0.020334616,-0.014982238,-0.019112477,0.008481346,0.005794114,0.014621487,0.033218604,0.016167566,-0.011912168,-0.0062542562,-0.017257182,0.03737093,0.042877916,-0.010609045,0.021998491,0.017875614,0.012214022,-0.043466896,0.002545508,0.004432092,0.00042885277,-0.033513095,-0.039461818,-0.017360255,-0.014025142,-0.029346045,0.003898327,0.029346045,0.027063739,0.020054849,0.016638752,0.01408404,-0.009939077,-0.0060738805,-0.010476523,0.013384623,0.015092673,-0.009725571,0.0001375826,-0.003375605,0.003414257,0.0088347355,0.035132796,0.019451141,0.019377518,0.040227495,0.02073218,-0.031510554,0.0061475034,0.019333346],"social":"https://twitter.com/YungApe420"},{"title":"chatgpt billionaire","description":"helping black women become chatgpt billionaire's","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=7GeQiPoG9Ow","youtube_transcript":"Hi, everybody. My name is Nico Patton, and I'm writing a book call, chat, TPT, billionaire, and the book helps black women in women of color leverage AI. So this is my book that I've been working on is called Jack, CheckTPT billionaire, and it's a generational wealth blueprint for black women. So this is what has been kept me up on these nights and weekends. So, chat, GPT, billionaire, generational wealth, blueprint, or black women. So during nights and weekends, my goal was to get people to preorder my book on Amazon, and I had a goal of twenty five people, but I only had a couple of people who actually preordered.","embedding":[0.009184428,-0.010707841,-0.005786043,0.014926526,0.0060057663,-0.07757692,-0.025107032,0.055311643,-0.053583153,-0.06820206,0.04763598,-0.0030797862,-0.028212452,-0.0040868507,-0.017856168,0.023891231,-0.040868506,-0.02895951,0.0019427189,0.009887542,0.0026623122,0.015761474,0.019247748,0.015907956,-0.009938811,0.015248787,-0.023202764,-0.014421163,0.021635406,0.014999767,-0.013893827,-0.017006572,-0.052147627,-0.009704439,0.011125316,-0.074588686,0.014179467,-0.008415396,0.04110288,0.02078581,-0.014750748,-0.0038598033,0.02356897,0.007401008,-0.03820253,0.026967354,0.010297691,-0.03395455,0.036298264,0.04968673,-0.097498484,-0.0055480096,-0.04836839,0.06925674,-0.013227333,0.0021459628,-0.03667912,-0.001782504,-0.008056516,0.031288575,0.010971509,0.023803342,0.013556918,0.008115108,-0.023554321,-0.022558244,-0.035712335,-0.011952939,-0.077869885,-0.011550114,-0.023612915,0.025766201,-0.061581075,0.017621797,-0.029428255,0.036767006,-0.069139555,0.035858817,-0.010429526,-0.034569778,0.019159859,0.01027572,-0.032226063,0.037352934,-0.022235982,-0.044647746,-0.027934136,-0.04649342,-0.066971615,-0.02831499,-0.021591462,0.032372545,-0.05964751,0.01857393,0.057831135,0.006130276,-0.01116926,0.058417063,0.022719374,0.013117472,0.008854843,0.029633328,0.026645094,-0.0059618214,0.023993768,-0.0030120383,0.024945902,-0.031435058,-0.026718335,-0.029267123,-0.17554414,0.025224218,0.03266551,-0.011601382,-0.042860664,-0.005771395,0.058358468,-0.0052257488,-0.009557957,-0.017944057,-0.006130276,-0.0023382206,-0.010129238,-0.0368256,-0.0013146768,-0.03747012,-0.015204842,-0.006500143,-0.027465394,0.005438148,0.020932293,-0.017988002,0.01807589,-0.06972548,-0.032841288,-0.020727217,0.03647404,0.03814394,0.013652132,-0.00986557,-0.014823989,0.016889386,0.016303457,-0.014838637,-0.023847286,-0.011462225,-0.000023674598,0.011982236,-0.05059492,-0.01751926,0.012209283,0.018969432,0.008810898,0.008642444,-0.028358934,0.013241982,0.00034377517,0.04804613,-0.04787035,-0.027641172,-0.000032443495,0.023847286,0.00032157399,-0.012575489,-0.045936786,-0.006573384,-0.0034075398,-0.060116254,-0.044032518,-0.011037426,-0.01570288,-0.01464821,-0.0045043244,-0.00392572,-0.02331995,-0.031229984,0.045087192,-0.0027465394,-0.032870583,-0.017577851,-0.018398153,0.030380387,-0.026396075,-0.030292498,-0.084080726,-0.028754435,0.0043395325,0.0042406567,0.013329871,-0.025912683,0.06415916,0.02249965,-0.0067271907,0.01477272,0.09046735,-0.028417528,0.07136608,0.011484196,-0.03298777,0.03946228,0.03125928,0.014721451,-0.009946135,0.056161236,0.050829288,0.0047679925,-0.0044457316,-0.007668338,-0.026952706,-0.037177157,0.056190535,-0.0014382711,-0.002446251,0.01636205,-0.0482805,-0.06667865,-0.0069139553,0.002094694,-0.0035137394,0.04315363,0.012831832,0.0011233346,0.018881543,-0.003900086,0.02774371,0.043680962,0.024110954,-0.012414358,0.022045556,-0.033104956,0.022470355,0.037030675,0.013154092,-0.020185234,0.013864531,-0.013307899,-0.019526064,-0.04959884,-0.021401035,-0.0016708114,-0.013403112,0.03541937,-0.0121067455,0.015541751,-0.048075426,0.018442096,-0.0025121681,-0.055604607,-0.012297172,0.049628135,0.012743942,-0.009037945,0.01570288,0.042186845,-0.0043468564,-0.014252708,0.036386155,0.012531544,0.032694805,0.004885178,0.03527289,0.029647978,-0.06509665,0.027040595,0.026557205,0.0042260084,0.037177157,-0.048573464,0.001964691,-0.008210322,-0.011952939,-0.011198557,0.01133039,0.0360053,-0.026718335,-0.0074156565,-0.038934942,0.00017886837,0.017123757,0.018193077,-0.036854897,0.018471394,0.01570288,0.023144173,-0.0020086358,0.065565385,-0.015248787,0.009155131,-0.038905647,-0.007558476,0.018442096,-0.037265047,-0.05923736,-0.014494404,0.07277231,-0.041454434,0.05100507,0.019848324,0.019086618,0.04042906,0.027377505,0.028593305,0.007990599,-0.0071410025,0.0041417815,0.016215568,0.014186791,-0.027289616,-0.0061083036,-0.042714182,0.035565853,0.0192331,0.021239905,-0.0630459,0.0010931226,-0.036591228,0.01791476,-0.025326755,0.000680684,0.007305795,-0.025839442,-0.0012689012,0.0028692181,0.027729062,-0.024184195,0.020756513,0.042655587,0.048514873,0.027655821,-0.0057530846,-0.0079246815,-0.05885651,0.0022246968,-0.04412041,-0.0140036885,-0.017489962,0.0011608707,0.027157782,-0.0063756336,0.0006024076,-0.01750461,-0.00867174,-0.04280207,-0.020522142,0.031376466,-0.014758072,0.050682805,-0.003414864,0.043915335,0.0059105526,-0.011821105,-0.0003160809,0.04622975,-0.006829728,0.0018099694,-0.027128486,-0.013688752,-0.02447716,-0.017563203,0.0040648784,-0.03289988,0.053671043,0.051444516,-0.011608707,-0.01833956,0.015527103,-0.05759676,0.003001052,0.014655534,-0.0072984705,0.028373582,0.0053173,0.029662626,0.008488637,-0.06603413,0.015995845,0.020653976,0.045614526,0.0017239113,0.020082695,0.029281773,-0.018588578,-0.0005342019,-0.029838404,0.0061632344,0.04696216,0.02972122,-0.06415916,-0.040692728,0.019657899,0.006697894,-0.012883101,0.01866182,-0.001013473,-0.0058885803,0.019496767,0.0054015275,0.043739554,-0.0070750853,0.013014935,-0.01366678,-0.022455705,0.0019866636,-0.008752305,-0.0046324963,-0.032548323,-0.036268968,0.0005616673,0.038436905,-0.018119836,0.0001935166,-0.028139211,0.03240184,-0.016244864,0.03773379,0.045555934,0.007188609,0.00034400405,0.021591462,0.04860276,-0.04025328,-0.050565623,-0.007580449,0.0055516716,0.0034514845,0.03609319,0.07417854,-0.053143706,-0.0061046416,-0.02414025,-0.011725892,-0.030146016,0.056102645,-0.015776122,0.038817756,-0.0052660317,-0.023056282,0.03852479,0.039813835,0.0019591982,-0.03325144,0.016933331,-0.047987536,-0.006122952,0.00012862959,-0.010546711,0.0204489,-0.017563203,-0.00570914,-0.03788027,-0.054930788,-0.023993768,0.029677274,-0.0028307666,-0.01710911,-0.01882295,-0.011982236,0.033075657,0.03304636,-0.007975951,0.016347403,0.023437137,-0.031464357,0.014999767,0.03495063,-0.026293537,0.011249825,0.037850976,0.024491807,-0.017167702,0.017416721,-0.0046288343,-0.0376459,0.009697115,-0.018354207,0.042977847,0.009411475,0.010876296,-0.06849503,-0.0024151236,-0.040370468,0.0041417815,0.02806597,0.026073813,0.030263202,0.051092956,0.009872894,0.0059325253,-0.03887635,-0.027348207,0.00011712846,0.022880504,0.034511182,-0.01816378,-0.040663432,-0.0043541803,0.008246942,-0.016405996,0.04379815,0.014479755,0.010905593,0.0070714233,0.0023345584,0.019862972,-0.015424565,0.0036071218,-0.015571048,-0.010942213,-0.023349246,0.054462045,-0.030731944,-0.047928944,-0.014545673,-0.01873506,-0.033837367,-0.0068187416,0.022528946,0.009096539,-0.010707841,-0.027890192,0.015365972,0.015761474,-0.019467471,-0.012289848,0.016405996,0.0015069346,-0.039579462,0.018647172,-0.0057054777,0.00013217721,0.01239971,-0.0052806796,-0.020917645,-0.004482352,-0.07148326,0.013710724,-0.030995613,-0.0018804639,0.00074248115,0.007250864,-0.0384662,-0.015761474,0.01570288,0.000055131055,-0.0074376287,-0.0037206453,0.022235982,0.0070897336,-0.032606915,0.039755244,0.023041634,-0.019218452,0.035917412,-0.01587866,-0.011425604,-0.03175732,0.03289988,0.0013430577,0.0408978,0.030673351,-0.018529985,0.035390075,0.010392905,-0.008093136,-0.009755708,0.052938633,-0.020273123,0.024989847,0.0072179055,0.0072728363,-0.006496481,-0.0045958757,-0.0033873986,-0.041454434,0.05777254,-0.012179987,0.016991924,-0.021093423,-0.02569296,0.025824795,-0.01505836,-0.017958706,-0.011930967,-0.012158015,-0.054051895,0.03298777,0.02446251,-0.005569982,0.04025328,0.060116254,0.008422721,-0.038495496,-0.014977795,0.009638522,-0.0053026523,-0.0020635666,-0.020961588,-0.034393996,-0.039725944,0.015278083,-0.0034313432,0.0077708755,-0.031786617,0.0016369375,-0.016435292,-0.022309223,-0.014662858,0.004112485,0.01280986,0.010759111,0.017387426,0.028769085,0.032753397,-0.03527289,0.0152634345,-0.013967068,0.011887022,0.00052458904,0.020258475,-0.006126614,0.014282005,0.0065221153,0.0029662626,0.02282191,0.021723295,0.036884192,0.0009768525,0.0056066024,0.022397114,0.023949824,0.018061243,0.009279641,-0.0001681111,0.03574163,-0.019936213,-0.017050516,0.0018337728,0.009037945,0.03061476,-0.023671508,-0.031376466,-0.022528946,0.004123471,0.015014416,0.0026916086,0.02119596,0.0077635515,0.035536557,-0.0019427189,-0.027450746,-0.00629873,-0.03345651,0.011901671,-0.023891231,0.017636444,-0.030204609,-0.015776122,-0.03788027,-0.007327767,0.015278083,-0.009806977,0.012040828,-0.002433434,-0.0037829003,0.011037426,0.04353448,-0.0036052908,0.02258754,0.010334312,0.0034057088,-0.01395242,0.038319718,-0.020639328,-0.011784485,0.0049803914,0.049716026,-0.023964472,-0.027436098,0.017314184,0.012773239,-0.013205362,0.004760668,-0.0024975198,0.021342441,0.028344287,0.01734348,0.01636205,0.013036907,0.031640135,-0.0061815446,-0.02012664,0.026059166,-0.009763032,-0.020727217,0.022909801,-0.022148093,-0.020844404,0.018266318,-0.029809108,-0.06439353,-0.065623984,0.0040429058,-0.009836273,0.00074476993,-0.001496864,0.0020324392,-0.011117991,0.015644288,0.0000988182,-0.0013403113,-0.038817756,0.009806977,-0.023612915,0.05179607,0.036181077,-0.0021148354,-0.03667912,-0.012297172,0.026278889,-0.008547231,-0.02103483,0.019540712,0.020917645,-0.03430611,0.010920241,-0.038759165,-0.025985925,0.019159859,-0.060409218,0.020888347,0.011096019,-0.015234139,0.015131601,-0.040780615,0.018324912,0.020243827,-0.032519028,0.0014419332,-0.03125928,-0.033661585,0.008195673,0.013652132,-0.0035265565,0.007536504,0.028051322,-0.016772201,0.001147138,0.025004495,0.0022246968,-0.010744462,-0.043358702,0.014985119,-0.01866182,0.03372018,-0.019628601,-0.014714127,0.0072105816,-0.0175925,0.0022741347,0.009806977,-0.026996652,0.0077049583,0.009184428,0.01989227,-0.0020525805,0.019643249,0.021518221,0.030644055,0.0031035894,-0.011498845,0.0092064,-0.021884426,0.015527103,-0.02276332,0.007741579,-0.014032985,0.005595616,0.026820872,-0.010099941,0.018280966,-0.0073497393,0.022235982,0.001188336,-0.010759111,0.0010656572,-0.03993102,-0.0059068906,0.04690357,-0.0018163781,-0.017621797,0.004951095,-0.008561878,0.017695038,-0.009770356,0.041542325,0.018559283,-0.03331003,-0.053173,-0.0073534013,-0.0069579,0.034247514,-0.009015974,0.0033764124,0.01043685,-0.0011334053,-0.030585462,-0.019247748,0.021459628,0.012758591,-0.006141262,0.012385062,-0.018119836,0.01579077,0.012487599,-0.004833909,-0.010517415,0.04877854,-0.015658937,-0.023276005,-0.01546851,0.026293537,-0.013014935,-0.0004980391,0.004936447,0.015673585,0.016113032,0.008854843,0.030175313,-0.008884139,-0.008422721,0.06187404,-0.002508506,0.02668904,-0.022514299,0.0021239906,-0.0021459628,-0.025868738,-0.026483964,-0.05065351,-0.010817703,0.01047347,0.015746826,0.011667299,-0.006412254,-0.007741579,-0.010319664,0.01133039,0.053993303,0.041278657,-0.0151023045,-0.031874504,-0.0040026233,0.017651092,-0.020390308,0.03325144,0.024169547,0.028534714,-0.0055260374,-0.007181285,0.032108877,-0.0032921853,-0.02438927,-0.022895152,0.018324912,0.023876583,-0.05621983,0.015658937,-0.020273123,0.0013888334,0.00474602,-0.051210143,-0.009675142,-0.042596996,0.0008514272,0.009140483,0.020683272,-0.04180599,0.01750461,0.015409917,0.025605071,0.012289848,-0.012048153,0.017651092,0.033280734,-0.004738696,0.004057554,0.02242641,0.030966315,0.0059325253,0.0134470565,-0.045878194,0.0018291952,-0.031698726,-0.030146016,0.019408878,-0.007408332,0.00062026014,-0.004742358,0.0042992495,-0.00895738,0.013022259,-0.013417761,0.026732983,-0.0071410025,-0.018647172,0.006489157,-0.013439733,0.018793654,0.035448667,-0.023905879,0.009213724,0.020507494,0.023334598,0.016318105,0.0015151743,0.03641545,-0.022148093,0.013981717,0.030058127,-0.019364934,0.0072142435,0.013534946,0.013263954,0.009213724,0.005588292,-0.019320989,-0.044413373,0.03527289,-0.00474602,0.028871622,0.017621797,0.022206686,-0.010524739,-0.020639328,-0.01116926,-0.036532637,-0.015073008,-0.005167156,0.0058043534,-0.026293537,0.038964238,0.04124936,-0.033808067,0.0065367636,-0.019042673,-0.001950043,0.03134717,0.054842897,0.0018603227,-0.010576008,0.009426123,-0.0200534,0.02258754,0.014406514,0.009748383,-0.013014935,0.04787035,-0.0007804749,0.03061476,0.02815386,0.01059798,0.006855362,0.005873932,0.018764358,-0.020507494,0.01170392,-0.018207725,-0.0052587073,0.0039440305,0.046786383,-0.005844636,0.027187077,0.016742904,0.0175925,0.012546192,-0.00087935035,0.018280966,0.023715451,0.010554035,-0.002233852,0.03207958,0.0132126855,0.010217126,-0.03878846,0.0072215674,0.024286732,0.004559255,0.022865856,-0.00016742447,0.0019408879,-0.0116380025,-0.011345039,-0.000034160083,0.049716026,0.003277537,-0.028974159,-0.021532869,-0.028578658,-0.013329871,0.041776694,0.0054051895,0.0062840823,-0.02028777,0.02071257,-0.014054958,-0.047020756,0.04959884,-0.017973354,-0.022221334,-0.031376466,0.026366778,-0.008876815,-0.026161702,0.032519028,0.013593539,0.00013984463,-0.048807837,0.002166104,-0.036561932,-0.0319331,0.01620092,-0.032606915,-0.02756793,0.008701037,0.055106565,0.020829754,-0.008657092,-0.015424565,-0.022572892,0.025766201,-0.021166664,0.0033745815,0.01047347,-0.011491521,-0.019599305,0.02520957,0.006349999,-0.000023831952,0.01882295,0.0564542,-0.010268395,0.029633328,-0.01784152,0.03635686,-0.008964704,0.019496767,-0.00094297854,0.03061476,0.025898036,0.027714413,0.02847612,0.009470068,0.01259746,0.03325144,0.042743478,-0.017196998,-0.02176724,0.017563203,0.026894113,0.045116488,0.0010619953,0.020507494,-0.0048229233,0.004453056,-0.002429772,0.025385348,0.0017367284,0.017065166,-0.049364466,-0.015175546,0.037352934,0.013740021,0.0030926033,-0.007858764,0.012158015,0.023876583,0.00847399,-0.03471626,0.014999767,-0.019511417,0.012641406,-0.010949537,0.004116147,-0.03468696,0.012663377,0.009235697,0.02103483,0.010707841,0.030409684,-0.007785524,0.0025872402,-0.018749708,-0.02585409,0.014413838,-0.00094297854,-0.0060570347,0.005991118,-0.0035778254,0.04590749,-0.025063088,0.04057554,-0.005064619,0.0033086645,-0.021386387,-0.029911645,0.0009475561,0.012494924,-0.016142327,-0.0044384077,-0.018383503,0.041923176,-0.0035228946,-0.009338234,-0.025165625,-0.027318912,0.033661585,-0.04183529,0.0018749709,-0.02463829,-0.01486061,0.012516895,0.0046288343,0.03421822,-0.019760435,0.020727217,0.015292731,-0.0108469995,-0.0034478225,-0.046669196,0.00033233126,-0.0017733489,-0.015424565,-0.0017010234,-0.033749476,0.012172663,0.0072179055,-0.018793654,-0.015424565,-0.00392572,-0.00908189,0.0146335615,0.017797574,0.013857206,-0.008342155,-0.004039244,0.0038598033,0.005163494,0.08115108,-0.01807589,-0.012472951,-0.005449134,-0.013439733,0.029472198,0.026806224,-0.0075438283,0.0002899888,0.009382179,-0.019350285,-0.0002487907,0.0122678755,-0.0012185479,0.005093915,-0.023525026,-0.04359307,-0.023290655,0.01791476,-0.032841288,-0.002570761,0.026938058,-0.009550633,-0.034833442,-0.029413605,-0.010619952,0.0050572944,0.017065166,0.011447576,0.027187077,0.035185,-0.031552244,-0.00037787805,0.0458489,0.031229984,0.009931486,-0.0039989613,0.014465108,0.012348441,-0.03216747,0.011367011,-0.011908995,0.03395455,0.002089201,-0.0048412336,-0.023905879,-0.01873506,0.039667353,-0.011930967,-0.02103483,-0.014421163,-0.020580735,0.006068021,0.038612682,-0.028358934,-0.000035247256,0.030761242,0.038641978,0.0110813705,0.046874274,-0.021913722,0.047020756,-0.026879465,0.0032903543,-0.0046910895,-0.054842897,0.008195673,0.024667585,-0.015893308,0.023861933,-0.0022118797,-0.011564761,-0.0022796276,-0.03166943,0.001882295,-0.0063280268,-0.01521949,-0.030058127,0.017489962,0.026659742,-0.014589617,-0.023510378,-0.009543309,0.004453056,0.012341117,-0.007049451,-0.0026623122,0.04655201,-0.020902995,-0.0023949824,-0.014479755,0.022983043,0.0008019895,0.011139964,-0.019672547,-0.016142327,-0.03911072,-0.008459342,-0.0212692,0.0376459,0.027699765,-0.007335091,-0.0335737,-0.0048485575,0.007309457,0.00039115298,0.0058849184,-0.016010493,-0.0048009506,0.011015454,-0.021752592,-0.0048705298,0.005496741,-0.01882295,0.022118798,-0.008810898,-0.008840195,0.0069395895,-0.017035868,0.0018969432,0.02750934,-0.029472198,0.028168509,0.0010043179,-0.036210377,0.013476353,0.042333327,-0.003614446,0.018705765,-0.009653171,0.011022778,0.0009686129,-0.016274162,-0.010561359,0.009272317,0.010246423,-0.012282524,0.0031749995,0.014604266,0.025224218,-0.021503573,-0.002506675,0.029823756,-0.040341172,0.049569543,0.0335737,-0.0015829222,0.0015838377,-0.024257436,-0.013593539,0.01989227,0.011718568,0.05680576,-0.008935408,-0.010517415,-0.017006572,0.01334452,-0.003279368,0.029691922,0.0017944057,-0.0033709193,-0.0060790074,-0.011674623,-0.045087192,0.017563203,0.002858232,0.013520298,0.007668338,-0.0025561126,-0.022777967,0.015761474,0.0029699246,-0.023070931,0.008444693,0.046053972,-0.0022521622,-0.019203803,-0.009316262,0.014421163,0.00041610072,0.01379129,0.003976989,-0.0027465394,-0.010656573,-0.040927097,0.03905213,0.03207958,-0.022206686,0.008459342,0.012699998,0.037352934,-0.011345039,-0.011923643,0.0046434826,0.008525258,-0.012626757,0.010612628,-0.009697115,-0.024272084,0.03298777,-0.009872894,-0.02258754,0.013981717,0.0074229804,0.0019024363,0.024052361,-0.022909801,0.01104475,-0.006397606,0.004859544,-0.0031749995,0.0069432515,0.01338114,-0.005115887,0.034833442,-0.03582952,-0.0029790797,0.007741579,0.029018104,-0.024228139,0.032694805,-0.0045519313,-0.017489962,-0.03952087,-0.031142095,0.023114875,0.021152016,-0.023334598,-0.0106053045,0.002030608,-0.046757087,0.01669896,0.01354227,0.028813029,-0.021401035,0.015029063,-0.0032427474,-0.009411475,-0.010151209,0.0030999274,-0.027231023,0.0021423008,0.019511417,-0.0029607695,-0.002999221,0.014838637,0.012890425,-0.0072362158,0.019540712,0.007785524,0.0204489,0.026073813,-0.025282811,-0.016742904,0.013249306,0.014977795,0.004837571,-0.014018337,-0.015746826,-0.009990079,-0.051913258,-0.03011672,-0.017782927,0.023861933,-0.0061705583,0.02128385,-0.03172802,-0.007661014,-0.0019830014,-0.011337714,-0.0061632344,0.0014410176,0.008825546,0.003687687,0.0040648784,0.006218165,-0.00073744584,0.0133664915,-0.006152248,0.0022668105,-0.022909801,0.021957668,-0.0142307365,-0.0019335637,0.012934369,-0.02512168,-0.0036327562,-0.0006513876,0.019672547,-0.04713794,0.0049840533,0.018222373,-0.03723575,0.051034365,0.034511182,0.033280734,-0.004112485,-0.0091111865,0.020639328,0.034071736,0.020815106,0.011484196,-0.0016790511,-0.016640367,0.028754435,0.020009454,0.021884426,0.048485577,-0.0046178484,0.007536504,-0.006225489,0.028856974,0.031142095,-0.02249965,0.014179467,0.008576527,-0.025605071,0.015322028,0.028695844,-0.017988002,0.018149132,-0.01873506,0.012099422,-0.0065367636,0.011103343,0.0040209335,-0.025414644,0.040341172,0.073182456,0.0042406567,0.06187404,-0.00043875966,0.02977981,-0.047255125,0.007829469,-0.0031713375,-0.014831313,0.00022830609,0.00061705586,-0.0064085918,-0.010751787,-0.0220895,0.02331995,0.033427216,0.007151989,0.02749469,0.025238866,-0.0016900372,-0.006126614,0.007587773,-0.024565049,0.017563203,0.017006572,0.04532156,0.0017202492,0.045468044,0.008151729,-0.02799273,0.00949204,0.008430045,-0.006950576,-0.011923643,-0.00867174,0.012194635,-0.0038854377,0.007836793,-0.016552478,0.016186273,0.02667439,-0.010934888,-0.012223931,0.0015627809,0.015922604,-0.040223986,-0.015087657,-0.008195673,0.014011013,0.015541751,-0.0067308526,-0.024330677,0.01546851,0.004412773,0.017006572,0.010729814,0.022895152,0.0059068906,-0.00738636,0.017621797,-0.020741865],"social":"https://twitter.com/SmartGirlCredit"},{"title":"yoinered","description":"hustler bound","niche":"web3","youtube_url":"https://youtube.com/watch?v=kR5DWL4Zzu4","youtube_transcript":"Hi. My name is Erica or you can call me e, and I'm creating classes in Spanish about web three workflow chain technology. In a very affordable way or for free if users sign up to be a volunteer and I'm gonna show you what it got. Interlosing Joiner n. Joiner n has three packages, one for free, one for five dollars, and one for ten dollars. Let's say that you want to learn with free, but you still do not have five dollars or ten dollars. You can sign up for free. And once that you fill this form, I will get a notification and I have to sign you up for a volunteer case. Also, I'm gonna give you a little bit of example of my class. And when I started, I just have two users and twenty two dollars. Right now, I have fifteen pay users and sixty one dollars with eighty seven cents. And that's because PayPal took money from me. But I'm super excited because I'm in talks with the small business development center of Aurora Colorado to give my first blockchain technology class to the Spanish speakers business owners. So I'm looking forward and I'm super excited. Well, That's all my work. Hope you enjoy it, and thank you so much for your time.","embedding":[-0.029309487,-0.016568214,0.0063972133,-0.00023728536,0.008451155,-0.0129994415,0.008808033,0.06888489,0.0050570257,0.0014920504,0.051876273,-0.034503188,-0.009324365,-0.048110083,0.028762782,0.05363788,-0.04015248,-0.024237275,-0.004992484,0.050813235,0.0063782306,0.03011436,-0.0006985681,0.03137482,0.028595733,-0.076417275,-0.009863478,0.025345873,-0.027684558,-0.024237275,0.018238703,-0.028671665,-0.044040162,0.0012557141,-0.0040813084,-0.029172812,-0.022035267,0.04531581,0.041154772,-0.015611478,-0.0085726455,-0.064875714,0.036386285,0.010364625,-0.01367523,0.02039515,-0.037692305,0.0142219355,0.037844166,-0.0016458113,-0.083281465,-0.025619226,0.019696584,0.016142998,-0.058831584,-0.035505485,-0.017828673,0.037449326,-0.023569081,-0.00028379328,0.046682574,-0.025042148,0.050175413,0.0030429475,-0.0030979977,0.008101871,-0.016689703,-0.019089133,-0.03644703,0.017616065,0.022521228,0.020957043,0.044556495,0.013045,-0.027760489,0.042157065,-0.023979109,0.019271368,-0.0142219355,0.0031511495,-0.010918923,0.0045862515,-0.014905317,0.034655053,-0.012619785,-0.03258972,-0.073683746,-0.020106612,-0.0007925331,-0.006173216,-0.063235596,0.029901752,-0.030919231,0.032528974,0.073258534,-0.031222956,-0.027153037,0.028170519,0.037844166,0.0019533332,0.047411513,-0.017388271,0.013804313,-0.05205851,0.002038756,-0.010615198,0.02458656,-0.053091176,-0.04127626,0.007828519,-0.13412507,0.025512923,-0.0024335987,-0.01743383,0.024434697,-0.010987261,0.0006634499,-0.03787454,-0.02674301,-0.01585446,-0.026378538,0.0033979265,0.028869087,-0.018679103,-0.026302608,-0.064754225,-0.02800347,0.002340583,0.0012224942,-0.027244156,0.043493457,0.013371505,0.053060804,-0.032316368,-0.015596292,-0.012133825,-0.02848943,-0.024783982,-0.037418954,0.0043774405,0.02674301,-0.025011776,0.00033148765,-0.022976816,-0.027122665,-0.030873673,-0.024282835,0.012498295,-0.023143865,-0.051116962,-0.0020178747,-0.008785253,-0.04243042,-0.00016277775,0.016963055,0.030372526,-0.036477406,0.040000618,0.005436682,-0.012946289,-0.010584826,0.012452736,-0.0056416965,-0.0022437703,-0.025573667,0.013386691,-0.018238703,-0.030949604,-0.053698625,0.033197172,-0.030645879,-0.032073386,-0.0241006,0.029613214,0.021898592,-0.028641293,0.031648174,-0.055794332,0.048717532,-0.017737554,-0.0056189173,0.037935287,-0.0005338921,-0.049871687,-0.062020697,-0.026940431,-0.0014199156,-0.013644857,-0.011579526,-0.004016767,0.01767681,0.057859663,0.025634412,0.021685984,0.0018916389,-0.006583245,0.020410338,-0.027396018,-0.005186109,0.015095145,0.0027828827,0.033561643,0.029780261,0.04495134,0.068581164,-0.006826225,-0.019210624,-0.011139124,-0.0073197787,-0.034351327,0.0687634,-0.009263621,-0.011161903,0.0044267955,-0.048018962,-0.0036352116,-0.030706624,-0.0010070391,0.00501906,0.025011776,-0.00019599771,0.01457122,-0.0018498767,0.004354661,0.04051695,-0.042035576,0.038330127,-0.0068945633,0.004468558,-0.03474617,0.04783673,0.030433271,0.0023937346,-0.0138878375,0.026621519,0.0038440228,-0.028261635,-0.031769663,0.00575939,0.05026653,-0.02267309,0.0075134034,0.000063889085,0.023994295,0.005497427,0.019165063,-0.035809208,-0.057312958,0.069553085,0.042187437,0.023113493,0.03047883,-0.009278807,0.020941857,0.00022886173,-0.024875099,0.0060972846,0.0438883,0.041549616,0.0106759425,0.026241863,-0.026029255,0.021139279,0.060745053,-0.02247567,0.0013411369,0.022156758,0.007293203,-0.0016325233,-0.00640101,0.016522653,-0.0053493613,-0.005269633,0.009574939,0.00025698004,0.016431537,-0.0034586715,0.01440417,0.021716356,0.018132398,-0.012164197,0.010729095,0.006154233,0.00865617,0.0060631153,0.08079092,0.019332113,-0.013401877,-0.03331866,0.0017407254,0.027396018,-0.011602305,-0.0041572396,-0.012718495,0.03219488,-0.03632554,0.05047914,-0.042248186,0.018299447,0.034017228,-0.008952302,-0.032771956,-0.02795791,0.0066629727,-0.0102355415,0.013956176,0.003528908,0.0014825589,0.0025399025,-0.022992002,-0.03583958,0.0466522,0.03201264,-0.006226368,-0.017342713,-0.024556188,0.04482985,0.020000309,0.013470216,-0.027137851,0.019605465,-0.050175413,-0.0017169969,-0.03268084,0.014168783,-0.002160246,0.03571809,-0.011283393,0.06937085,0.0019969936,0.004240764,-0.040820677,-0.0027354257,-0.03845162,0.043007497,0.01881578,-0.009878664,0.010432962,0.022521228,0.039302047,-0.055004645,-0.057434447,-0.021610053,0.030008055,0.042035576,-0.01849687,0.025497736,-0.013971362,0.013363912,-0.00010399031,-0.013075372,-0.012285687,-0.010174796,0.0038573109,0.045528416,0.024373952,0.012589412,-0.03459431,-0.030326968,0.009316772,-0.00006163487,0.04206595,-0.004924146,-0.00426734,0.032741584,0.030129546,-0.03380462,0.011845285,0.040456206,-0.0454373,0.03583958,-0.05640178,0.050631,0.021853033,-0.051299196,-0.021473376,0.009726802,0.050661374,0.018770222,0.0107822465,0.067244776,0.018785408,-0.03523213,-0.025755903,-0.016264487,0.013029814,-0.015915204,-0.028990576,0.01808684,-0.0037870745,0.05287857,0.010880957,0.003993987,0.0162493,0.046014376,0.00049687555,0.050053924,0.032893445,0.00059843366,-0.047077417,0.0059492188,-0.0056530866,0.010182389,-0.040942166,-0.008671356,-0.0031549463,-0.06651583,-0.009218061,0.02783642,-0.01600632,0.023386845,-0.098406985,0.05570321,0.00916491,-0.034229837,0.0025133265,-0.009574939,-0.037844166,0.04628773,0.0292943,0.005201295,-0.035049897,0.026894871,0.0075172004,0.036507778,0.04464761,0.045255065,-0.0197877,-0.054214958,-0.0755061,0.009149724,0.010417776,-0.008094278,-0.014920504,-0.020698877,-0.008230954,-0.03219488,0.031405192,0.044586867,0.022703463,-0.04486022,0.0328327,-0.06165623,0.013219642,0.011458036,-0.0021431614,-0.024875099,-0.026363352,0.0016970648,-0.013576519,-0.0009804631,0.0049431287,-0.018709477,0.040547322,-0.008770067,-0.0031644376,0.044192027,0.010341845,-0.0028607124,0.019651024,-0.018694289,0.04015248,-0.057525564,0.059712388,-0.012240128,-0.022384552,-0.024115786,0.03520176,0.04276452,-0.021989709,0.024373952,-0.012756461,0.038816087,-0.0062643336,-0.02698599,-0.0061959955,-0.0070767985,-0.008504307,-0.01694787,-0.017889418,-0.008200582,0.04003099,0.0018176058,0.030904045,-0.009582532,0.03508027,-0.018785408,-0.01694787,-0.017934976,-0.022627532,0.05746482,0.056826998,0.012855172,-0.018906897,-0.018846152,-0.026788568,-0.05843674,-0.055824704,0.03568772,-0.0217771,0.006423789,-0.049567964,-0.01091133,-0.017479388,-0.003616229,0.012490701,-0.053303782,-0.047077417,-0.009817919,0.06773073,-0.011921217,-0.04133701,-0.013682823,0.022749022,-0.0039294455,-0.027912352,0.028352752,-0.020349592,-0.01755532,-0.034442443,-0.009878664,0.019256182,-0.0064199925,-0.019514348,-0.01617337,0.005542986,0.00788167,0.007828519,-0.009187689,-0.03113184,-0.026788568,0.00012030368,0.005201295,0.0044457787,-0.024389138,-0.0039218524,-0.02747195,-0.014396577,-0.006905953,0.0019647228,-0.018603172,0.043463085,0.022035267,-0.0026481047,-0.012095858,0.034229837,-0.0060517257,-0.001959028,-0.010440555,0.028459057,0.027502323,-0.03778342,-0.02015217,-0.016750447,-0.0030486423,0.00952938,0.020030681,-0.02007624,0.0004278255,-0.0019381468,-0.034776542,-0.033834994,0.036416657,0.03377425,0.011556746,0.029673958,-0.0039674114,-0.0018536733,-0.022657905,0.027092293,0.016613772,0.0020558403,-0.022566786,-0.024130972,0.0039446317,-0.03210376,-0.013022221,0.0020406542,-0.049476843,-0.014259901,-0.029248742,-0.03547511,-0.008375224,-0.008861184,-0.01600632,0.003872497,-0.0132272355,0.007441269,0.0101216445,0.0076880455,0.020850739,0.01995475,-0.000087321016,0.028170519,0.01454844,-0.013417063,0.021063346,-0.012012335,-0.0050911945,0.026135558,0.029658772,-0.027107479,-0.025300315,-0.029537281,-0.029020948,0.0039522247,-0.0040661218,-0.0013164592,0.010182389,-0.0068072425,-0.014730675,0.020547014,0.019240996,-0.0043736435,0.023979109,0.014047293,-0.034533564,-0.00014664236,0.014669931,0.006108674,-0.0077487906,-0.03170892,0.02186822,0.003409316,0.055035017,0.0154368365,-0.033227544,-0.014639557,0.007851298,0.04161036,-0.00865617,0.027396018,0.0054784445,-0.013120932,-0.025087707,-0.01665933,-0.019529535,0.0069439188,-0.0011655457,0.0005547732,-0.040122107,-0.008329665,-0.020987416,0.017965348,0.021746729,0.011571933,-0.019772515,0.033743877,-0.015284974,-0.019316927,-0.012027521,0.0022912275,0.054761663,-0.041883714,0.0057745767,-0.0014275088,-0.040820677,-0.049567964,-0.01719085,-0.021093719,-0.015148298,0.029765075,-0.0032327757,-0.018587986,-0.016082253,-0.016461909,-0.013029814,0.023538709,-0.05624992,0.020045867,-0.062445913,0.024783982,0.0108961435,-0.03344015,-0.02182266,-0.020987416,-0.023402032,-0.04015248,0.00194574,-0.014100445,-0.02650003,0.020212917,-0.0011285292,-0.020304034,0.010956889,0.014836979,-0.018906897,-0.009073792,0.01076706,-0.0031682341,0.014852165,-0.0069287326,0.04197483,-0.0101216445,0.011609898,-0.021716356,0.0014151699,0.019286554,0.003684567,-0.07836112,0.0013800516,0.014229529,-0.03410835,-0.021989709,0.020592572,-0.009741988,-0.011890844,0.04097254,0.008398004,0.007980381,-0.027821233,-0.009658463,-0.025877392,0.012695716,0.0010763264,0.026864499,-0.016917497,-0.008086685,0.011693423,-0.067062534,-0.015231822,0.04206595,0.012035114,-0.03848199,-0.038694598,0.001019378,-0.006040336,0.03556623,-0.077389196,-0.0068869703,-0.013029814,0.020607758,-0.010759467,0.006689549,-0.020896299,0.013842279,-0.046834435,0.01600632,-0.062111817,-0.039848756,0.023569081,-0.0037699898,0.027016362,-0.0039446317,0.017281968,-0.04993243,0.036598895,0.03583958,-0.031162212,0.015808899,-0.023234982,0.016188556,-0.032528974,0.031435564,0.040942166,-0.012855172,0.010098865,-0.020911485,0.006393417,-0.011966775,0.011458036,0.037327833,-0.00027430188,0.030448457,0.0077601806,0.027866792,0.03823901,0.0062187747,0.017737554,-0.008565052,-0.018299447,-0.018436123,-0.020410338,0.031921525,0.022824954,-0.005307599,-0.018238703,-0.019089133,-0.0004816893,0.012627378,0.0042977124,-0.018952457,-0.002615834,-0.050053924,0.0082385475,-0.021837845,0.024115786,-0.00564929,-0.018132398,-0.055277996,0.02946135,-0.03489803,-0.0040281564,-0.0076121143,0.02507252,-0.0020672302,-0.03653815,-0.036963366,-0.03556623,0.013971362,-0.0027866792,-0.0059909807,-0.0035175183,0.01791979,0.01665933,0.017631251,-0.0031150822,0.024161344,-0.029916938,-0.012688123,-0.020957043,-0.012141418,-0.026287422,0.00817021,0.020061053,0.0038554126,0.0009776157,-0.019514348,-0.020334406,0.00075599115,0.027213784,-0.040608067,-0.023189424,-0.019757329,0.018253889,0.026545588,0.012908324,0.008117057,-0.02970433,0.018390564,-0.009134538,0.041853342,0.045012083,-0.006032743,0.014229529,0.021245582,-0.035414364,-0.0032099963,-0.029415792,0.011647864,0.009476229,-0.022171944,0.017691996,0.00060507766,0.04133701,-0.006328875,0.00036447032,0.026363352,-0.0020862129,-0.039028697,-0.008215768,-0.011123938,0.0041192737,-0.03268084,0.02320461,0.027881978,-0.019165063,-0.017585693,-0.0162493,-0.020136984,-0.006803446,-0.008853591,-0.01292351,0.02243011,0.01052408,-0.059924994,0.0237665,-0.022156758,-0.00058372197,-0.002906271,-0.030402899,0.029522095,-0.034563936,0.038633853,0.04893014,0.029522095,-0.07338002,0.011146717,0.010584826,0.029598027,0.012551446,-0.00715273,0.015360905,0.007171713,0.011693423,-0.021761915,-0.00076927914,0.03884646,0.025178824,0.017570507,-0.024070228,0.04279489,0.021883406,-0.006199792,-0.02031922,0.010858178,0.0061048777,0.015900018,0.012946289,0.028717224,-0.0030182698,0.039362796,-0.013181676,0.012202162,-0.032437857,-0.0066781593,-0.04674332,0.020744435,0.009263621,0.032528974,0.026651891,-0.033531267,0.02832238,0.013849872,-0.012255315,0.0399095,0.011215055,0.020045867,0.013682823,0.0075399796,-0.033713505,0.013629671,-0.035626974,-0.004168629,-0.005178516,0.02393355,-0.03474617,0.031435564,0.021549307,0.045406926,0.004031953,0.017980535,-0.009225654,0.019438418,-0.00564929,-0.0059302356,0.021670798,-0.008117057,-0.048018962,0.0018460801,0.032407485,0.009461042,-0.00024120057,0.006659176,0.032073386,0.0151027385,0.02352352,0.0003222335,0.02771493,-0.02621149,0.037570816,-0.017904604,-0.0014009328,-0.00058894226,-0.016841566,-0.0056341034,0.0072058816,0.032650467,0.042126693,0.046257358,-0.027077107,0.015581106,-0.011875657,-0.033136427,-0.031465936,0.000468164,-0.031648174,0.028033841,-0.039939873,0.04039546,-0.018193142,0.010979668,-0.022657905,-0.0010573436,-0.002027366,-0.027578253,0.016325234,0.023250168,0.019028388,0.023979109,0.005125364,-0.036112934,0.007369134,-0.021306327,-0.03535362,0.029841008,-0.037206344,0.022035267,0.009764767,0.017388271,-0.022247875,0.023979109,-0.004924146,0.018679103,0.020531828,-0.008382817,-0.014897724,-0.029522095,-0.009666056,0.030554762,0.014890131,-0.022460483,-0.015672224,-0.010022934,0.002276041,-0.02548255,0.04482985,0.022703463,-0.03096479,-0.003470061,0.03410835,-0.01694787,-0.008458748,0.00021842118,0.00046436745,-0.013561333,0.008914337,-0.01990919,-0.009013047,-0.013348726,0.026515216,-0.005307599,0.004206595,-0.035900325,-0.0096812425,-0.012149011,0.01743383,-0.0065262965,-0.00042996107,-0.0037567017,0.011579526,-0.025163637,-0.038785715,-0.010288693,-0.026910057,0.004597641,0.0009088029,-0.024525816,0.0006738904,0.00991663,-0.022293434,-0.023310915,0.00030443713,0.037844166,-0.001764454,-0.0037870745,0.0040091733,-0.026849313,0.025178824,0.018390564,0.017540134,0.007057816,-0.029309487,0.006488331,0.01609744,0.0066326004,0.0055202064,-0.0013468317,0.028261635,0.030615507,0.00022328552,0.0055467826,0.0027942725,0.0043053054,0.043493457,-0.018770222,0.021139279,0.0071033747,0.0046849623,-0.007057816,0.02048627,0.039362796,0.024692863,-0.002234279,-0.009863478,0.022779394,-0.019043574,-0.0007246695,-0.0061352504,0.035657346,0.021959336,0.01129858,0.008033534,0.006803446,-0.017904604,0.05047914,0.015611478,-0.007388117,0.012650157,-0.008595425,-0.011237835,-0.01076706,-0.018876525,-0.025026962,-0.024905471,0.023812061,0.007107171,0.042977124,0.041306637,0.030281408,0.008557459,-0.0092408415,0.014388984,0.010136831,0.008367631,-0.013546146,0.008883964,-0.024616932,0.025953325,0.011959182,0.014745861,-0.035171386,-0.006924936,-0.040334716,0.0017388271,0.008603018,-0.007828519,-0.009871071,-0.005474648,-0.035019524,0.038147893,-0.016720075,0.0027525101,-0.013082965,0.037935287,-0.0012063588,0.024890285,0.017281968,-0.02856536,-0.021792287,0.028413499,-0.017965348,0.013940989,0.013606892,-0.01544443,-0.015186263,0.0062225712,0.020364778,-0.0032061997,-0.0117845405,0.012475515,-0.032620095,0.019149877,0.024206903,0.01864873,0.018967643,0.0011399189,0.09549122,-0.0004309102,0.026651891,-0.040577695,0.042521536,0.033743877,-0.011845285,0.018679103,-0.010068492,0.0072590336,0.013394284,-0.008322072,0.001530016,0.031587426,0.029825822,-0.0067389044,-0.007475438,0.001416119,-0.01229328,-0.012672937,-0.008671356,0.012156604,0.010607605,0.017221222,-0.0343817,-0.0005153838,0.008504307,-0.0052886163,-0.004597641,0.0104557425,0.022369366,0.008792846,0.01760088,0.007631097,-0.030311782,-0.020911485,-0.030068802,-0.010053306,0.016142998,-0.036143307,-0.022703463,0.018299447,0.030797742,0.010873364,-0.037722677,0.00020086206,0.012065486,0.012399584,-0.049082004,-0.029689144,-0.02640891,-0.0112758,0.028185705,0.03410835,-0.02592295,0.024890285,0.02417653,0.05710035,0.03905907,0.0146547435,-0.004085105,-0.00075836404,0.026803754,0.025163637,0.023310915,-0.01593039,0.0054784445,-0.027213784,0.0057328143,0.016385978,0.018041281,0.006427586,-0.017965348,0.015193856,0.018633544,0.0045330995,-0.0016600484,0.0059150495,-0.003509925,0.0063098925,-0.004259747,-0.013424656,-0.024298022,0.0032194878,-0.02402467,0.031557053,0.0036541945,0.02157968,0.020410338,-0.015117925,-0.004460965,0.0135537395,0.035778835,-0.0000512833,-0.047563378,-0.00977236,-0.045862515,-0.019696584,0.0018460801,-0.023827247,0.0006368739,0.012976662,0.0148142,0.0028303398,0.020061053,-0.020349592,0.0155431405,0.028656479,-0.034077976,-0.0035251114,0.01808684,0.021017788,0.01942323,0.031086281,0.03547511,-0.02080518,-0.009438262,-0.021503748,0.012695716,-0.012521074,0.037692305,-0.0046621826,0.002401328,-0.0036731774,-0.012498295,0.027320087,0.013682823,-0.020820366,0.030691437,-0.008732101,-0.029537281,0.0128931375,0.005239261,0.025406618,0.0371456,0.022384552,-0.004274933,-0.010220355,-0.003147353,0.04246079,-0.006537686,-0.038755342,0.022278247,-0.005729018,0.018102026,0.03511064,-0.01905876,-0.03280233,-0.016492281,-0.001959028,0.03486766,0.03583958,-0.007615911,0.03918056,-0.0067540905,-0.018451309,0.006154233,0.010744281,-0.030494016,-0.027502323,0.015216636,-0.0082917,0.0005310446,-0.022217503,0.009984968,0.0129994415,0.012786834,0.025330687,-0.017160477,0.011906031,0.008747287,-0.016279673,-0.0046469965,0.01469271,0.026515216,-0.039393168,-0.0010991058,-0.020622944,0.0037472104,0.00067199214,-0.029370233,-0.028170519,0.018618358,0.014214342,-0.0054518683,0.008694136,0.0055240034,-0.00072514405,0.010805027,0.010774653,0.009051013,-0.0032289792,-0.011632677,0.015307753,0.012103451,-0.024571374,0.006207385,-0.0033125037,-0.024206903,0.029537281,0.018694289,-0.01755532,-0.0005642646,0.017585693,-0.012817206,0.013705603,-0.037206344,0.005246854,0.017691996,-0.0005215532,-0.014009328,0.00036091104,0.02393355,-0.027411206,0.032407485,-0.01493569,-0.0101216445,0.015414057,0.053243037,-0.028155332,0.037327833,-0.009977375,0.0035383992,-0.03498915,0.0025152247,0.0030676252,-0.0026860703,-0.038755342,-0.02088111,0.02162524,0.016811194,-0.015125518,0.0011171395,0.034685425,-0.01556592,0.025528109,0.01530016,0.0021051958,-0.019696584,-0.0063668406,0.0035251114,0.014199156,0.006826225,0.041033283,0.02007624,-0.0044875406,0.027866792,-0.011822506,0.013963769,0.0060820985,-0.009848292,0.022946443,-0.023705756,-0.00877766,-0.008838405,0.012027521,0.001053547,-0.010842992,0.000070533075,-0.0036010426,-0.011845285,-0.0048671975,0.02402467,-0.02303756,0.01609744,0.015239415,0.0111163445,0.0005187058,-0.034017228,0.022521228,0.008086685,0.0023083119,0.0075589623,-0.015512768,-0.053303782,-0.024085414,-0.008549866,0.01015961,0.019863632,-0.028671665,-0.00476469,0.026758196,-0.012855172,-0.0036826688,-0.034503188,0.016537841,0.0221112,0.002120382,0.015110332,0.017449016,-0.021336699,0.026439285,0.0017283866,0.026393725,0.044313516,0.02970433,-0.011868064,0.020577386,0.019514348,-0.03219488,0.03426021,-0.039119814,-0.0019409943,-0.011852878,0.01690231,0.00726283,0.027821233,0.00991663,-0.017585693,0.027441578,-0.0011142921,-0.033592016,-0.014745861,-0.012650157,-0.011306173,-0.017388271,0.0028341364,-0.012376805,-0.0024734626,0.028140146,0.016553028,0.0185728,0.024768796,0.02230862,0.030661065,-0.034290582,0.01641635,-0.00575939,0.010713909,0.0017283866,0.023660198,-0.010744281,0.050327275,-0.031678546,0.028170519,0.003785176,0.009939409,-0.004628014,0.0026727824,-0.01731234,-0.0069135465,-0.003187217,0.014928097,0.030919231,-0.0079120435,-0.0089067435,0.0015195755,-0.016310047,0.042734146,0.012581819,-0.012900731,0.065300934,-0.011412477,0.01832982,-0.0046242173,0.013189269,0.0011361223,-0.007483031,-0.0060365396,-0.014586406,-0.019681398,0.0237665,-0.01682638,-0.00752859,-0.033986855,0.02271865,-0.01609744,-0.010827806,-0.0018166567,-0.0065338896,0.010364625,-0.03799603,0.0011759863,-0.013348726,0.000015082451,-0.026135558,-0.013925803,0.031769663,-0.02441951,-0.003253657,0.02735046,-0.03474617,0.044313516,0.03295419,0.00812465,-0.0033049106,-0.015398871,0.014434543,-0.024920657],"social":"https://linkedin.com/in/erikamartinezsoto"},{"title":"vibeverse","description":"a platform for filmmakers and content creators interested in ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=KbKPSDRqvTM","youtube_transcript":"My name is Xavier and my master is currently building a new space to learn about filmmaking using artificial intelligence. Once you are in, you can find the latest AI tools to start your filmmaking career or just create your own amazing content. Explore new tools ranging from text to video all the way to bringing your images into life or even three d. You can also join vibrant communities of filmmakers such as white mirror and support your favorite creators. Additionally, you can join weekly AI challenges and show off your skills. Are you ready to create awesome content?","embedding":[0.015863582,0.015582929,-0.008553238,-0.008813844,-0.008626741,-0.06420274,0.058643132,0.07088496,-0.005910421,0.0016596956,0.0001235166,-0.031513333,-0.036538363,-0.035763223,-0.017734604,0.038943958,-0.04126937,0.0007367144,0.03325071,0.027958395,-0.0055729686,0.007744689,0.001410783,0.011226124,-0.008432957,-0.048218876,-0.021302907,0.04875345,-0.019097775,0.03704621,-0.014059384,-0.023855513,-0.015021623,0.030257078,-0.035068274,-0.009274917,-0.021142533,0.006622077,-0.0020280527,-0.016625356,0.0111526195,0.030845113,0.029401753,0.005392549,-0.04982261,-0.023414487,-0.024831118,0.002941846,-0.0109722,0.051533256,-0.014928072,0.01172729,-0.03188754,0.0438888,-0.037126396,-0.007878333,-0.017948434,-0.009081133,-0.0031072309,0.015034988,0.0051219193,0.0021951082,0.05113232,0.013752002,-0.00006431634,-0.027717834,-0.019632353,0.032689404,0.016571898,-0.021276178,0.03132623,-0.016384795,-0.0051887413,0.016946102,-0.036912564,-0.042391982,-0.024363363,0.016077414,-0.026381392,-0.006438316,-0.00406947,0.03252903,-0.010203745,0.009181365,-0.03701948,0.0034680704,-0.008646788,-0.011353087,-0.036244344,0.001425818,-0.02064805,-0.014393494,-0.025779992,-0.007464036,0.04840598,0.05896388,0.020661414,0.010658136,0.03848957,0.06019341,-0.046454772,-0.032235015,0.012034672,0.0017808108,0.06660834,-0.023695141,0.023975793,0.0056197443,0.009949821,-0.016411524,-0.14251831,-0.053136986,-0.0074439896,-0.02242552,-0.04549253,-0.03330417,0.0225458,-0.023067012,-0.016652085,-0.0231472,-0.024497006,0.046374585,-0.0071700187,-0.016291244,0.0039859423,-0.051292695,0.024136167,-0.019324971,-0.0608349,-0.023842148,0.022358697,-0.04033386,0.02390897,-0.03792826,-0.019151233,-0.01730694,-0.023347665,0.007878333,-0.04626767,0.035068274,0.00696287,0.0053524557,-0.013604993,-0.0028198955,-0.015716573,-0.05736015,-0.0478714,-0.0011668821,-0.0020514405,-0.02086188,0.00045480838,0.019284878,-0.04995625,-0.0026745573,0.0013523136,-0.0070764674,-0.030952027,0.044503562,-0.011747337,0.016090779,-0.0041195867,-0.03846284,-0.013965833,0.008740339,-0.056718655,0.024269812,0.0147276055,-0.004807855,-0.045278702,-0.018857216,-0.029508669,-0.032395385,-0.006164345,0.01474097,0.06719637,-0.0020313938,0.0012946795,-0.029348295,-0.013224107,-0.0309253,-0.031940997,0.01832264,-0.020207023,-0.012883314,-0.05468726,-0.007978567,-0.008827209,-0.004436992,0.0012654448,0.027717834,0.004440333,0.055542585,0.0009121226,0.040654607,0.027316902,0.019431887,0.04602711,-0.025499338,0.06398891,-0.012896678,0.04744374,0.015409192,-0.029081007,0.035255376,0.032261744,0.012756351,0.03493463,0.0117072435,-0.07430625,-0.00067198044,0.047069535,-0.059391543,0.037634246,0.017253483,-0.037420414,0.004196432,0.005389208,0.021650381,-0.024136167,0.050971948,-0.048058502,0.005890374,0.041857406,-0.0036184203,-0.010691547,-0.0018092102,0.049181115,-0.010711594,0.0387034,0.019097775,-0.009802812,0.041162454,-0.056772113,-0.03306361,0.00023638342,-0.031058943,-0.016932737,0.01687928,0.013992562,0.0361107,0.0022986825,-0.02628784,0.026114102,0.035549395,0.003638467,0.003297674,-0.016144237,-0.022372061,0.015596294,0.04244544,0.037420414,-0.017654417,0.00077597244,0.025820086,0.03843611,-0.06724983,-0.02902755,0.007123243,0.014580597,0.011593646,0.0312995,-0.020968797,-0.036672007,0.0015511096,0.011506777,0.029882872,-0.015235454,0.016090779,0.019044317,-0.017961798,-0.03445351,-0.0032776273,-0.0014391824,-0.0052956566,-0.04150993,-0.0077847824,0.008058754,0.03210137,-0.012809809,0.041830678,-0.0005980584,-0.0028867177,0.003671878,-0.005178718,-0.049929522,-0.0071366075,0.012495745,-0.007457354,-0.026247747,0.0109588355,0.0412961,-0.017253483,0.020340668,-0.007905062,-0.022746265,0.0037119715,0.00083694764,0.018015256,-0.014206393,0.041162454,0.034400053,-0.037126396,0.008994264,-0.019512072,0.0032659334,0.043995716,-0.015529471,0.027691105,0.018910673,-0.0029385048,0.013478031,0.019311607,0.026474943,0.0060206773,-0.05075812,0.028706804,0.007985249,0.010831873,0.036297802,-0.03065801,-0.034988087,-0.038516298,-0.01178743,-0.042792916,-0.009482065,-0.027263444,0.039585453,0.0058035054,-0.04570636,-0.03918452,-0.009535523,-0.007176701,-0.031486604,-0.022772994,0.009482065,-0.015288912,0.025619619,-0.030845113,-0.0007642785,-0.0018877262,-0.066822164,-0.039531995,-0.054125957,0.059338085,0.00440024,0.039024144,0.00075258466,-0.0042465487,0.015395828,0.004223161,-0.032689404,-0.035763223,-0.01673227,-0.062064428,0.0027998488,0.025298873,-0.00527561,0.014219757,-0.025512703,-0.03677892,-0.054607075,0.016772363,0.06559264,0.03397239,0.02300019,-0.0050684614,0.009956503,-0.027316902,0.05773435,0.01564975,0.02062132,-0.032288473,0.051533256,-0.0038790267,-0.0014007597,-0.006110887,0.047523927,-0.027209986,-0.0082993135,0.022211688,0.063293956,-0.014553868,0.028252412,-0.06698254,-0.04054769,0.05289643,-0.015542836,0.005489441,-0.029989788,0.038596485,0.021289542,-0.012001261,-0.020754965,0.027584191,-0.03701948,-0.0006030701,0.056290995,0.01238883,0.032288473,0.013752002,0.004002648,-0.012763034,-0.044957954,-0.007584316,-0.025392424,0.014406859,0.006264578,-0.036297802,0.026942698,0.014166299,0.025967095,-0.076284185,0.05257568,0.009288281,-0.012489063,0.017079746,0.025125135,-0.025993824,0.024617286,0.03349127,-0.012756351,-0.023214022,0.009515476,-0.019191327,0.013551536,0.061155647,0.038516298,-0.044423375,-0.014005926,-0.03538902,-0.015569565,0.036698733,0.021409823,-0.059712287,-0.057680894,-0.0025626302,-0.011439955,-0.02595373,-0.00069829164,0.026180925,0.030631281,0.010424258,-0.04391553,-0.024951397,-0.015756667,0.023133835,-0.05423287,0.028172227,-0.012836538,-0.018255817,-0.0032475574,-0.019538801,0.022585893,0.059765745,-0.017360399,-0.07751372,0.012301961,0.018523104,-0.012007943,0.038863774,-0.047684297,-0.002637805,-0.041108996,0.04057442,0.05025027,0.01278308,-0.010818508,0.0015886971,0.006261237,-0.018416189,0.005793482,-0.005917103,0.017467314,-0.019191327,-0.051827274,-0.022305239,-0.010865284,-0.032876506,-0.012803127,0.005830234,-0.042151425,0.0019194668,-0.021917671,0.061743684,-0.02088861,0.028786989,-0.061904054,-0.038329195,-0.025726534,-0.014005926,-0.03325071,0.012301961,0.023815421,-0.014687512,0.030711468,-0.058108557,-0.025071677,-0.028893905,-0.025485974,0.0361107,0.009141273,0.06575301,-0.020607956,0.035736494,-0.017507408,0.028225683,-0.0088539375,0.0133978445,0.0017557525,0.05875005,-0.00530568,-0.015302276,0.0012069754,0.044209547,0.007577634,0.0504641,0.02900082,0.02628784,-0.009121226,-0.010658136,0.004477085,-0.042525627,-0.011914392,-0.047042806,0.033090338,-0.029241381,-0.03939835,-0.04054769,-0.027744563,0.02477766,-0.014059384,-0.00014450293,0.009742672,-0.005589674,-0.03918452,-0.0018910674,0.0020447583,0.0028917294,-0.042285066,-0.0034146127,0.00855992,0.040654607,0.046134025,0.010557902,-0.003848957,0.03795499,-0.0462944,-0.0013823836,0.0066321003,0.02348131,0.038543027,-0.03375856,0.03423968,-0.030577824,0.013070416,0.030096704,0.0038122046,-0.044450104,0.009301646,0.02900082,0.015048352,-0.0032425458,0.020086743,0.011894346,0.017641053,0.0033778606,-0.020915339,-0.0009413573,0.0022268486,0.004026036,-0.013230789,-0.029909601,0.013050369,-0.016050685,0.023748599,0.008058754,0.020273846,0.043487865,-0.04410263,0.03541575,-0.0017098122,-0.04672206,0.005055097,0.040734794,0.0032408752,-0.011754019,-0.05164017,0.0323152,0.017520772,0.04335422,0.038088635,0.007370485,-0.03445351,-0.039585453,0.010023325,-0.02251907,-0.0020313938,0.0056999307,0.01769451,0.0069495053,-0.017854882,0.008412911,-0.022532435,-0.031914268,-0.014099478,-0.039237976,0.01031066,-0.0028265778,0.024216354,-0.021757297,-0.008680199,-0.024563828,-0.040226944,-0.019699175,0.013992562,0.01226855,0.0014934754,0.018095443,0.03560285,-0.007985249,-0.016799092,-0.024817754,-0.023214022,0.041697033,0.025886908,0.0048279017,-0.012549203,-0.038783588,-0.025753263,0.022184959,0.01567648,0.062064428,0.02902755,-0.020915339,-0.024644015,-0.02182412,0.012201727,0.009548888,0.025151864,0.009842905,0.028653346,0.009054404,-0.011192713,0.0046107294,0.018790394,0.0021232744,0.023187293,0.0143400375,-0.012863267,-0.0042632543,-0.031085672,0.013651769,0.024617286,-0.010978882,0.018041985,-0.01637143,-0.011145937,0.002978598,0.002637805,-0.0022886593,0.0011042363,0.016865915,0.010023325,-0.037634246,-0.012021308,0.027477276,-0.031192588,-0.0024189625,-0.048512895,0.0029351637,-0.006418269,0.018001892,-0.020928703,0.007303663,-0.0037654291,-0.034747526,0.023214022,-0.023614954,0.063080125,-0.018523104,-0.0040160124,-0.0016296256,-0.026862511,-0.010063418,0.027771292,-0.022599258,0.0058703274,0.0051018726,0.015422557,-0.039558724,-0.0143400375,0.008720293,-0.011693879,0.008873984,0.0030504318,-0.032448843,-0.004002648,0.016946102,0.009274917,-0.09184039,-0.0064516803,0.011079116,-0.022746265,-0.015863582,-0.002001324,-0.047550656,-0.011987897,0.03867667,0.068105154,0.019338336,-0.03186081,-0.017975163,-0.027584191,-0.0053190445,-0.05826893,-0.012869949,0.007430625,-0.004036059,-0.02571317,-0.02062132,-0.012896678,0.005856963,-0.022251781,0.0029050938,-0.01293009,-0.036538363,0.021623654,0.014540504,-0.0041830675,0.0054861,0.00022698655,-0.0074439896,-0.0016212729,-0.03680565,0.04840598,0.005639791,-0.011887664,-0.004680893,-0.018429553,-0.031192588,0.0038088635,0.01711984,0.03656509,0.02583345,0.02948194,-0.03798172,0.026702138,0.038061906,-0.036030512,-0.018696843,-0.007677867,0.0120948125,-0.038863774,0.00651182,0.027530733,0.00005069088,-0.022452248,-0.002161697,-0.015181997,-0.009849587,0.01709311,0.010350754,0.018683478,0.018950766,0.0000411896,-0.0022235077,0.05118578,0.023080377,0.020060014,-0.02737036,-0.015288912,-0.00229033,-0.029107736,-0.01711984,0.014807792,0.0033060268,0.015288912,-0.021957764,-0.00681252,0.0060774763,0.011453319,0.0032258402,-0.020487677,-0.024403455,0.008225809,-0.027557462,0.0056297677,-0.04624094,-0.014166299,-0.024443548,-0.020928703,0.016625356,-0.00017728757,-0.010303978,-0.006688899,-0.005392549,0.00985627,-0.03517519,0.0020096768,-0.0028599887,-0.023708506,-0.015034988,-0.0009304987,0.023614954,-0.0031456535,0.032849777,-0.0057801176,0.018696843,0.0027981782,0.0063681523,0.013544854,0.014821157,-0.02040749,-0.007824875,-0.013845553,-0.00034622237,0.025699805,-0.028038582,0.03113913,-0.028920634,0.02465738,-0.010624724,-0.035629578,-0.006261237,0.042846374,0.0031991112,0.032983422,0.008359453,-0.00702301,-0.042632543,0.050597746,0.028519701,0.04335422,-0.018496376,0.039719097,0.031700436,-0.014994894,-0.00865347,0.0012996912,0.04316712,0.007864969,-0.00011620793,0.012869949,0.012896678,0.009582299,0.025178593,-0.0068893656,-0.03464061,0.011553553,-0.009234823,-0.007490765,0.0064784093,0.00862006,-0.040708065,0.01709311,0.022906639,0.031192588,0.018843852,-0.0038990735,0.00536582,-0.00010169498,-0.005235517,0.0333309,-0.009923092,0.015582929,-0.05145307,-0.048459437,-0.018215723,-0.004259913,0.024336634,0.029909601,0.036698733,-0.04600038,0.005763412,0.031459875,0.0462944,-0.02420299,0.018857216,-0.0018041985,-0.016130872,0.01603732,-0.053858668,0.0309253,-0.048325792,-0.016919373,-0.0056932485,-0.0016496723,0.021249449,0.013297611,0.003735359,-0.030043246,-0.014647419,0.029802687,-0.011820842,-0.020581227,-0.0018944085,-0.000029678438,0.011653786,-0.03578995,-0.008219127,-0.0094352905,0.029829416,-0.002836601,-0.054206144,-0.014032655,-0.0100701,0.009121226,0.029802687,-0.007991931,-0.03186081,0.016478347,0.0071031963,0.0012211751,-0.017988527,-0.013377798,0.009094497,-0.011934439,0.034400053,-0.009368468,-0.017534137,-0.062331717,0.020340668,-0.0032893212,-0.010624724,0.010905378,0.0438888,-0.027557462,0.029455211,0.03728677,0.004199773,-0.014968165,-0.003421295,-0.0325023,0.0052021057,0.031032214,0.0011084127,-0.032047912,-0.01709311,-0.006896048,0.013992562,-0.015663115,-0.006628759,0.027530733,0.012315325,0.0068091787,-0.011279582,0.0016814128,0.04223161,0.032235015,-0.027557462,0.02360159,-0.008700246,-0.0016897656,-0.023775328,-0.024403455,0.0003282639,0.020113472,0.09285609,-0.019512072,-0.004624094,0.00083611236,-0.0051987646,0.0025075017,0.02854643,-0.020247117,0.0051653534,-0.016211057,-0.037072938,0.009208094,-0.0026244407,-0.013832188,0.014179664,0.052548952,0.02206468,0.013845553,-0.011840888,0.049368218,0.03448024,-0.0003174053,-0.02993633,0.018950766,-0.013417891,-0.013070416,0.0045171785,0.003481435,0.012936772,0.008158986,-0.00207984,-0.02004665,-0.0038589803,0.00045522602,-0.014700877,0.0021483328,-0.009441973,0.029187923,-0.019004224,-0.018015256,-0.053350817,0.008740339,-0.024857847,-0.0036017147,0.044289734,-0.011526824,0.009201412,-0.015582929,-0.006628759,0.013177332,-0.04180395,-0.011132573,0.0066087125,0.022652715,0.008740339,0.018883945,0.018215723,0.012722941,0.0028382717,-0.0118742995,-0.03282305,-0.031032214,-0.012549203,0.026822418,-0.023374394,0.015181997,0.012856585,0.020300575,-0.014420223,-0.0073571205,0.006010654,0.011346404,0.011754019,0.014954801,0.0004777785,-0.0054493477,0.019659081,-0.020487677,0.002300353,0.01899086,-0.0054059136,0.05169363,-0.006134275,-0.007965202,-0.00021424858,0.0075642695,0.023080377,0.027316902,-0.0028683415,-0.015609658,-0.025793357,0.011760701,0.02357486,0.018122172,-0.00047067864,-0.037874803,0.016264515,0.028145498,-0.01546265,-0.007049739,-0.0009188048,0.019538801,0.019164598,-0.01956553,0.018309275,-0.008640106,-0.02782475,0.028412785,-0.001585356,0.059017338,0.0009973209,-0.02763765,-0.025726534,0.02499149,-0.02266608,0.015823489,-0.040226944,0.008011978,0.0023521404,0.013123874,-0.0155562,-0.018549833,0.0003272198,-0.028225683,0.0019395134,0.016558534,0.0017524114,0.003083843,0.024951397,0.009622392,-0.0120680835,0.022639351,0.011279582,0.01338448,0.0454658,-0.007824875,-0.032047912,-0.056237537,0.026261112,-0.016090779,0.013277565,0.0032575806,-0.033624914,0.004781126,0.018977495,-0.018015256,-0.015770031,-0.036404718,-0.0032759567,0.0037186537,-0.036030512,0.0029652338,0.008252538,0.03041745,-0.020901974,-0.0048847003,-0.01730694,0.009588981,0.028038582,-0.018349366,0.0065285256,-0.014580597,0.02556616,0.018001892,-0.01937843,-0.005151989,0.0035048227,-0.0022301897,0.015529471,0.03137969,0.024603922,-0.0323152,-0.0027814726,-0.015262183,0.0034547062,-0.0139791975,-0.019218056,-0.008212444,-0.007397214,-0.0034647293,-0.031753894,-0.012228456,0.0066153947,0.03306361,0.0037687703,0.00027230033,0.013939104,-0.021917671,-0.003448024,-0.009475383,0.075428866,-0.009562252,0.0018409507,-0.056290995,-0.0019127845,0.008145622,-0.030764926,0.010537856,-0.005025027,0.008372817,-0.033865474,0.0024273153,0.0023554815,0.0075442228,-0.009201412,-0.028492972,-0.005081826,-0.035709765,-0.019979829,0.0056899074,0.019244784,-0.0026494989,0.023614954,0.0024189625,0.003282639,0.007116561,0.012876632,0.0013005264,0.0311124,-0.009502112,-0.008586649,-0.002776461,0.0019478662,-0.0072101117,0.038302466,-0.0025125134,-0.013344387,-0.019124504,-0.0062712603,0.00949543,0.0060340418,-0.022559164,0.019177962,-0.030230349,-0.017106475,0.0143133085,-0.026715502,-0.0023320937,-0.02239879,-0.020728236,-0.037366956,0.021904306,0.04479758,0.03039072,-0.012722941,0.015075081,0.009969868,0.045278702,-0.0023220703,-0.009007628,-0.017387128,0.010584631,-0.05073139,0.034293137,0.012074766,-0.009341739,0.0037821347,-0.01232869,-0.03188754,0.03699275,-0.0045773187,0.006318036,0.020955432,-0.018843852,0.0037119715,0.017427221,0.036271073,0.002435668,-0.00035248694,0.01567648,-0.038061906,-0.01983282,0.02477766,0.0023888925,0.00024974786,-0.0028299189,0.006321377,0.008740339,-0.007851604,0.03423968,-0.030337265,0.010631407,0.045679633,0.04338095,-0.007517494,0.0098228585,-0.035576124,0.014005926,0.0062979893,0.016611991,-0.008994264,-0.012736305,-0.03755406,0.013638404,0.0087136105,-0.02586018,-0.030363994,0.016598627,0.0036317848,0.028145498,0.025004854,0.00855992,0.035068274,0.0028482948,0.02556616,-0.024603922,-0.0020898632,-0.007002963,-0.036966022,-0.012348737,0.016130872,0.020728236,0.005312362,-0.02900082,-0.010905378,-0.014914708,0.0027497322,-0.057199776,0.06110219,0.0073504383,-0.013912375,0.040708065,0.050410643,-0.0021850849,-0.015743302,-0.0014959812,-0.018910673,-0.017293576,0.0050150035,0.034747526,-0.022639351,0.007697914,0.011079116,-0.011466684,0.011540188,-0.029909601,-0.0066788755,0.03373183,0.017026288,0.011921074,-0.019765997,0.03656509,0.022719538,0.024149531,-0.014099478,-0.0053257267,-0.019164598,0.01350476,-0.034293137,-0.010591313,0.0092682345,-0.04578655,-0.053698294,-0.01256925,0.03637799,0.020447584,-0.029107736,0.0068626367,-0.044984683,0.014393494,-0.004259913,-0.0037052892,-0.034293137,0.014874615,-0.008406228,-0.033090338,-0.0027664378,-0.008118893,-0.008867302,-0.00017384204,-0.0034029188,-0.0046341172,-0.013498078,0.009903045,-0.02691597,0.016785728,0.0009129579,0.005683225,-0.037607517,-0.025085041,-0.031433146,0.0051987646,-0.026822418,0.020086743,0.00657196,0.019244784,0.0028934,-0.015783396,0.0016889303,0.0046474817,-0.019191327,-0.016424889,-0.022492342,-0.012716259,0.009949821,0.010818508,0.0019796067,0.00714329,0.033223983,0.019525437,-0.030551095,-0.045572717,-0.03135296,-0.021971129,0.025940366,-0.03752733,0.01051781,0.037366956,0.008994264,-0.020273846,0.017467314,-0.004958205,0.020982161,-0.039237976,0.011954485,0.026140831,0.015275547,-0.024697473,0.02167711,0.018857216,-0.011747337,0.030711468,0.007577634,0.015689844,-0.018857216,0.027691105,-0.011286264,-0.043808613,-0.00038840386,0.00421982,0.0115736,-0.0028416126,0.012161635,0.024911305,0.006545231,0.011393179,-0.0053457734,-0.0033745195,0.0023588226,-0.03065801,0.0051954235,0.035255376,-0.020514406,0.011486731,0.014567233,-0.039478537,-0.019765997,-0.008887349,-0.01079178,0.020086743,-0.012963501,0.014647419,0.024951397,-0.026862511,-0.009114544,0.014700877,-0.010745005,0.023655048,-0.011566917,0.0019177962,0.008058754,-0.017079746,0.01278308,0.0057433653,-0.029695772,0.016211057,-0.015115174,0.003035397,-0.0033260733,-0.032261744,-0.058589675,0.004964887,0.011640421,-0.019218056,-0.02158356,-0.007617727,-0.0079117445,0.00690273,-0.0057433653,-0.01971254,0.009508794,0.015008259,-0.0049515227,0.029294837,0.018563198,0.007831558,-0.0046207528,0.008767068,-0.0042665955,-0.008092164,0.018723572,0.017507408,0.032983422,0.014634055,0.021249449,0.04533216,0.013163967,0.0021082393,0.007798147,0.025552796,0.027450547,-0.012575932,0.017133204,0.0027898254,0.039478537,0.0036017147,0.0008603354,-0.00427996,-0.021476645,0.0034981405,0.015850218,0.017614324,0.0552753,0.023414487,0.01051781,-0.016104143,0.0049682283,-0.016932737,0.025285508,0.009361786,0.020247117,-0.010437623,0.011439955,-0.031673707,-0.018603291,0.0006694746,-0.019471979,0.010985564,0.004871336,-0.005329068,0.007644456,-0.033090338,-0.0051987646,0.022385426,-0.03822228,0.020060014,0.014781063,0.007370485,-0.009395197,-0.0047310092,0.002978598,0.022438884,0.024563828,0.03966564,0.00005982672,-0.009996596,0.0075709517,-0.002870012,0.0023771985,0.017707875,-0.035495937,-0.018483011,-0.015181997,0.01579676,0.01510181,0.036859106,-0.009468701,0.007450672,-0.028653346,-0.03373183,-0.0063714935,-0.025338966,0.04720318,-0.007397214,0.0048479484,-0.033571456,-0.017026288,0.040708065,-0.004527202,-0.028519701,0.007644456,-0.015048352,0.037741162,0.033357628,0.03346454,-0.010978882,-0.023735235,-0.06430966,0.0066321003],"social":"https://twitter.com/Ro3_RR"},{"title":"the.bridge","description":"a project that makes therapy more affordable ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=zrXuQk3icKw","youtube_transcript":"Hi. I'm Estena and I'm building the bridge, a project which makes therapy more affordable. When I was building depression, I couldn't afford therapy. And that's why today I want to create a solution that will help solve this problem for others. It will be a plugin for online therapy platforms embedded at the checkout. While booking an appointment, a client can choose to pay a little extra and pitch in for someone else's session. Funds gathered this way are then used to lower the of an appointment on the same platform and people who get granted financial help are verified to avoid the misuse of donations. Currently, I have thirty dollars in initial donations, but you can see, I temporarily stop gathering funds to focus on growing the newsletter and finalizing partnerships with organizations. Who's names? I'm not going to disclose just yet. At the moment, all the girls comes from Twitter and user third guest pools of online events at Bakeda's mental health and the words of back. If you'd like to learn more about this project, become a donor or sign up for a wait list, please drop me an email at hello at instant atankaj dot com.","embedding":[-0.0018930758,-0.045410555,0.019355318,0.06079555,-0.023248095,0.023356657,-0.044076774,0.060020097,-0.027931834,-0.020999279,0.014873197,-0.049442913,0.022596713,-0.042898085,0.005509597,0.056918282,0.012492555,-0.028024888,-0.04382863,0.06163304,0.047054514,0.02014628,0.0130198635,-0.012570101,0.025574455,-0.02431822,-0.0015005025,0.01340759,0.012166865,-0.021433534,0.011717102,-0.02334115,-0.025977692,0.012988846,-0.007777798,0.017230576,-0.044542048,0.031747065,-0.000037651902,-0.011546502,0.0011282847,-0.033406533,0.0118566835,0.025915654,-0.048419315,-0.0012581733,-0.008041453,0.0034953565,0.01964999,0.024457801,-0.036570385,-0.005346752,-0.0013434731,0.010375568,-0.016718777,0.0015024411,0.010367813,0.033747733,-0.008235316,0.052017417,0.033406533,0.00983275,0.021836769,0.021030298,-0.0058973236,0.047271643,-0.026287872,0.011530993,-0.013888371,0.045410555,0.058779374,0.023248095,-0.0050986065,0.0069403085,0.011019194,-0.010646976,-0.043208268,0.038183328,0.03619817,-0.036849547,0.0015334592,-0.009258915,-0.023403184,0.02433373,0.0051994156,-0.03529864,-0.062222384,0.023279114,-0.04745775,0.005800392,-0.07345095,0.002973864,-0.075870365,0.06067148,0.053475272,0.013361063,-0.032910246,0.025434874,0.013810826,-0.033747733,0.06675103,-0.03917591,-0.015105833,-0.06724732,0.012616628,-0.006769709,0.028366087,-0.00000499804,0.0018271622,-0.0035845337,-0.12878731,0.0010817576,0.013981426,-0.009134842,0.017044468,-0.00916586,-0.009445023,-0.009848258,-0.02383744,-0.04215365,-0.03016514,0.025434874,0.0400134,0.058841407,0.0060252734,-0.05977195,-0.060051117,-0.022767313,-0.04680637,-0.052730836,0.08163974,0.007770044,0.05769374,0.000014183831,-0.036725476,-0.0129966,-0.03536068,0.0041099032,-0.026024219,-0.010848594,0.020037718,-0.041378196,0.006889904,0.0063587185,-0.01633105,-0.005641424,-0.010608204,0.022426113,-0.07072136,-0.018099084,0.02067359,-0.02647398,0.01174812,0.0124615375,-0.0022391218,0.013593699,-0.006269541,0.0576317,-0.0069829584,-0.014206307,0.0018077758,-0.025357328,0.030583885,-0.03619817,0.012655401,0.038090274,-0.030072086,-0.046061937,-0.050125312,-0.011957493,0.004385189,-0.016439613,-0.028102433,0.061353877,0.004683739,-0.056328937,0.05496414,-0.063959405,0.05344425,0.02248815,-0.02948274,0.03117323,-0.013283518,0.017711356,-0.04696146,-0.010220476,-0.04764386,-0.0027606143,0.021929823,0.019867118,0.024643911,0.018967591,0.0026539895,0.0033751612,0.04814015,-0.045937862,0.042774014,0.044728156,0.0014016321,0.01750974,-0.018052556,-0.002814896,0.02963783,0.025341818,0.020611553,-0.040726814,-0.037469912,-0.016749796,-0.004036235,-0.006048537,0.08753318,-0.01733914,-0.0015606001,0.000034622786,-0.023728875,0.0034139338,-0.010778803,-0.0073590535,0.013260254,0.030351248,-0.013865108,0.014594034,-0.012306446,-0.008607534,0.035763912,0.017199557,0.061912205,0.009545832,0.02216246,-0.02282935,-0.016191468,0.0067658313,-0.0072582443,0.012290937,0.015827006,-0.018936573,-0.01115102,0.00060436904,0.03681853,-0.027745726,0.034833368,-0.021557607,0.00056705036,0.031188738,0.006304437,0.011569765,-0.047705896,-0.058593262,0.0200067,0.055863667,0.039206926,0.04528648,-0.0028924413,0.010406585,-0.0015470296,-0.024643911,0.0011331313,0.01140692,-0.00009166102,-0.030041067,0.04432492,-0.02366684,-0.025853619,0.027032308,0.007684744,-0.005346752,0.030180648,0.021340478,-0.014508734,0.03263108,0.0026462348,0.0017767578,0.01715303,-0.012988846,0.01191872,0.022084914,0.026442964,0.018579865,-0.011476711,-0.01833172,-0.032258864,-0.006808481,0.0049551474,-0.06681307,-0.01684285,0.074195385,0.05282389,-0.011717102,0.006226891,0.025838109,-0.0030707957,-0.02146455,0.0146483155,0.02797836,0.025729546,-0.02264324,0.04032358,-0.03750093,0.02382193,0.025000619,0.0072427355,-0.00024560065,0.023930494,0.009119333,-0.002407783,0.021418024,0.031204248,0.016997939,0.030956103,-0.04131616,0.01816112,-0.0087316055,0.00012055878,0.0022410606,-0.026194818,0.02149557,0.03743889,-0.032786172,0.003919917,-0.022705277,-0.012950073,-0.016873866,-0.030847538,-0.034119952,0.06383533,-0.028862378,0.061539985,0.00841367,0.020549517,-0.017447703,-0.0069558173,-0.05812799,0.009212387,-0.046744335,-0.0023341149,-0.0026268486,-0.019603463,-0.023573786,0.0463411,0.0066029863,-0.011189793,-0.08418323,0.007153558,-0.00916586,0.03486439,-0.010569431,0.026411945,-0.0323209,-0.013477381,0.02334115,-0.023635821,0.018703938,0.01766483,-0.0028400982,0.01616045,0.005276961,0.053909525,-0.060764533,-0.041719396,-0.012337465,-0.023093004,0.014974006,-0.018936573,-0.0025066533,0.03480235,0.0007890239,-0.046403136,0.003524436,-0.010011104,-0.048202187,0.009328705,-0.012104829,0.016408594,0.017928485,-0.025760563,0.001545091,0.059461772,0.04680637,0.045937862,0.010553922,0.050032258,-0.007006222,-0.032413956,-0.006734813,0.025558947,0.06265664,0.034244023,0.020285862,-0.016703267,-0.015640896,0.053878505,-0.034771334,0.002747044,-0.00025589965,0.020890716,0.020409934,-0.005610406,0.041409213,0.008460198,-0.05102484,-0.013787562,-0.008537742,-0.024550857,0.0038171697,0.029358668,-0.006715427,-0.019262264,0.000034350163,0.051086873,-0.044728156,-0.033995878,-0.06613067,0.032444973,-0.009739695,0.017757883,0.016517159,0.0016274829,-0.0013900003,-0.00029152204,0.008646306,-0.012050547,-0.059740935,0.034740314,-0.008111243,0.006761954,0.023061985,0.052544728,-0.025248764,-0.023573786,-0.040385615,-0.01041434,-0.025140202,-0.006920922,-0.021759223,0.0020142402,-0.02884687,0.04851237,0.0312973,0.015043797,-0.014531998,-0.02749758,0.0052498197,-0.065386236,0.0059981323,-0.023806421,-0.026799671,0.016749796,-0.015780479,-0.029219085,-0.011352639,-0.026256854,-0.016036378,-0.006610741,0.0031851751,-0.021138862,0.01899861,0.011957493,0.04119209,0.004237853,0.0037086061,0.015687423,0.0432703,-0.027621653,0.04947393,0.014586279,-0.054312762,-0.0087316055,0.006428509,-0.054374795,0.043177247,-0.010445358,-0.013609208,-0.03815231,-0.009018524,-0.021929823,0.0015257046,-0.010468622,-0.011732611,0.025869127,-0.022131441,-0.0024756351,0.05511923,0.005769374,-0.009119333,0.032910246,-0.010344549,-0.0084989695,-0.0038481879,-0.0031987454,0.0057499874,0.053692397,0.049039677,0.003016514,-0.020022208,-0.031049157,0.0026908235,-0.032538027,-0.021619642,0.0035515768,0.0035380065,0.024132112,-0.00047036097,-0.0625946,0.073202804,0.04866746,0.005428174,-0.036260203,-0.004121535,-0.033902824,0.039858308,-0.028583214,-0.03396486,-0.00034604612,-0.014570771,0.018905556,0.00800268,0.004047867,-0.0011418553,0.010011104,-0.022038387,-0.0127872275,0.03033574,-0.016377578,0.0026384804,-0.007033363,-0.017602794,-0.04413881,0.008405915,-0.02383744,0.0020142402,0.008979751,-0.03134383,0.011329375,-0.013888371,-0.023294622,-0.012453782,-0.012895791,0.0007992017,0.006525441,-0.007979416,-0.01174812,0.05397156,-0.004237853,0.015803741,-0.013128427,0.00808798,0.009894786,-0.01848681,-0.015447033,0.008103489,0.0040556216,0.0017069669,0.016098414,-0.016067395,0.021045808,-0.007281508,-0.013384326,-0.0026830689,0.013927144,0.005990378,0.0009891879,-0.0017573714,0.037873145,0.020301372,-0.0053894017,0.047736913,-0.014314871,-0.016873866,-0.028226506,0.022550186,-0.020875206,-0.018037047,-0.0032976158,-0.013632472,0.039424054,0.030180648,-0.0194949,-0.009367478,-0.041533288,-0.037190747,-0.03951711,0.006874395,-0.034430135,0.020053227,-0.026070746,0.023682348,-0.0067425678,0.018114593,0.03033574,0.016594704,-0.015416015,0.011290602,-0.0029273368,0.034213006,0.027125362,0.0002970956,-0.0061764866,-0.01523766,-0.007808816,-0.016904885,0.008700588,-0.025931163,-0.021123352,-0.008118997,0.0039606285,-0.0077855526,0.009685414,-0.021418024,0.023248095,0.014051217,0.011686084,0.010468622,0.02166617,-0.038710635,0.015989851,0.014989516,0.0070953993,-0.0033945476,0.013865108,0.008987506,-0.029839449,-0.01933981,-0.01075554,-0.0030475322,0.000234817,0.053878505,0.00046648373,-0.032941263,0.057879847,0.034895405,-0.0036465698,-0.012035037,0.009956823,-0.023620313,-0.04184347,-0.013074146,0.018564356,0.023387676,0.019525917,-0.052575745,-0.014702598,-0.038245365,0.009491551,-0.02165066,-0.021262934,0.012477046,-0.02666009,0.051676217,0.0061144503,-0.027885307,-0.027078835,0.00032060154,0.03449217,-0.024411274,0.029513758,0.0087316055,-0.03362366,-0.024907565,-0.003906347,-0.010313531,-0.038245365,0.028024888,-0.018238666,-0.008390406,-0.0054436834,0.025062656,-0.014469962,0.011910965,-0.009801731,0.023930494,-0.012849264,0.051893346,0.013376572,-0.039206926,-0.009351969,0.0033460816,-0.019386336,-0.051428072,0.0400134,0.009266669,-0.0054475605,-0.010522904,0.003857881,-0.003805538,0.0032045613,-0.0064827907,0.023589294,-0.0074792486,0.022177968,-0.012019529,0.024628403,0.0066688997,0.026210327,0.005715092,0.002714087,0.035515767,-0.03128179,0.018936573,0.014260589,-0.09659048,-0.001624575,-0.029916994,-0.036911584,0.015005024,-0.009499305,-0.0126941735,-0.020735625,0.043518446,0.014361398,0.008514479,0.00054572534,-0.040385615,0.009460532,0.041036997,0.008181034,0.00014975945,-0.012151356,0.0012959766,0.0026113396,-0.025962181,-0.043394376,0.038245365,0.024473311,-0.018362738,-0.007351299,0.014811161,-0.038369436,-0.009220142,-0.040230524,-0.051117893,-0.0035515768,0.02982394,0.0021848402,0.0066340044,-0.029746395,-0.0011185916,-0.021045808,-0.02165066,-0.010282513,-0.008847924,-0.0037958447,-0.020596044,0.009894786,0.0037260538,0.033747733,-0.018936573,0.006223014,0.043580484,-0.020735625,0.019448373,0.010305776,0.01682734,-0.015431524,0.042618923,0.011352639,-0.017556267,0.021138862,0.014198553,0.008948733,0.008816906,0.008181034,0.0372838,-0.02282935,0.018099084,0.011228566,0.037687037,0.022565696,0.02814896,0.0131594455,-0.016749796,-0.014051217,-0.029715376,-0.014299362,0.028908905,0.02949825,-0.03318941,0.0021770855,0.018207647,-0.0038927763,-0.012624382,0.03812129,0.004078885,0.00034144186,-0.02264324,0.025062656,-0.005106361,0.018393757,0.0065913545,-0.025047146,-0.033065334,-0.008638551,-0.021387007,-0.011949738,-0.029405195,0.012143601,-0.020534007,-0.01684285,-0.037718058,-0.031855628,0.02065808,0.013027618,0.008421425,0.029451722,0.01600536,0.0010681872,0.044355936,0.0061299596,0.03715973,0.0049551474,-0.0019095541,0.019525917,-0.023806421,-0.0010361996,-0.030382266,0.003729931,-0.0014568832,0.01701345,-0.010522904,-0.019634482,0.019572446,0.056577083,-0.04119209,-0.000025490004,-0.00032084386,0.01682734,-0.0017185988,-0.022922404,0.02033239,0.01091063,-0.0067231813,-0.011057966,0.014578525,0.05366138,-0.014214062,0.03529864,0.010251495,0.01574946,0.015470296,0.0026539895,0.018192139,-0.00800268,-0.022457132,0.022255514,0.019587955,0.023852948,-0.0038540037,0.023465222,-0.017184049,0.0018126224,-0.017277103,-0.021790242,0.0026869462,0.01398918,0.001963836,0.037066676,0.0029544777,0.0070100995,-0.02549691,-0.018548846,0.006932554,-0.007758412,-0.0030300843,0.015764968,0.0051451335,0.017184049,-0.021418024,0.028195487,0.0005990378,0.019246755,0.010538412,-0.02783878,0.009964577,-0.008855678,-0.036415294,0.014260589,0.018068066,-0.0037066676,0.0063470867,0.013872863,-0.02101479,-0.013694508,-0.001355105,-0.027078835,0.0061454684,-0.012903546,0.014206307,0.014733615,0.032538027,-0.017463211,0.006413,-0.024752473,0.038214345,-0.008878942,-0.019060645,0.0466823,0.023914985,-0.009538078,-0.0062424005,0.01332229,0.0034992336,0.021743715,-0.0032065,-0.0054320516,0.00966215,-0.035794932,-0.005994255,-0.0061415914,0.03263108,0.011197548,0.009693168,0.0031793592,-0.01015844,0.05297898,-0.025419364,-0.011422429,0.024861038,-0.0035515768,0.024070075,-0.0001543637,-0.018145612,-0.025527928,-0.014578525,0.01997568,0.014942988,-0.000312847,0.008320616,-0.007138049,0.035670858,0.060175188,0.031762574,0.009499305,0.013655735,0.002756737,0.028102433,-0.01108123,0.017059976,0.0070527494,0.0013512276,-0.039268963,-0.0062772958,-0.023542767,-0.014989516,-0.007971661,-0.020735625,0.013105163,-0.011817911,-0.005571633,0.006618495,0.021340478,-0.08505174,0.0071341717,0.010670239,0.040230524,-0.023558276,0.011709347,-0.03861758,-0.03064592,0.008312861,0.0132990265,0.014198553,0.009367478,0.027947342,-0.028753813,-0.04848135,-0.017090995,0.01749423,-0.033406533,-0.013810826,0.0061415914,0.030630412,-0.031700537,0.049039677,0.013958163,-0.020425444,0.00923565,0.015431524,0.016734285,0.022906896,0.0045208936,0.032538027,0.0066340044,0.024271693,-0.009220142,-0.053134073,-0.022581205,0.029777413,-0.06712325,0.013562681,0.014066726,-0.008436933,0.011383656,-0.029761903,-0.0014559139,0.009429514,-0.010631467,-0.037562966,0.0041835713,-0.04448001,-0.017277103,0.05651505,0.040261544,-0.034275044,0.015384996,-0.021929823,0.011949738,-0.036632422,0.009770714,-0.013795317,-0.026799671,-0.017540757,0.030738976,-0.0074094576,-0.0054165423,-0.004990043,0.021557607,-0.03263108,-0.02366684,-0.01684285,-0.01750974,-0.03815231,0.06033028,-0.017354649,-0.010484131,-0.035919003,-0.012570101,-0.0011602723,0.014563016,-0.00043449627,-0.0015625387,0.0009693168,0.018936573,0.00031236233,-0.015353979,-0.0020413813,-0.017835429,-0.004800057,0.0129733365,-0.00716519,0.011717102,0.024054566,-0.019603463,-0.024721457,0.005877937,0.034895405,0.036911584,0.024550857,0.0061377143,-0.05260676,0.04230874,-0.020099754,-0.0084524425,0.014198553,0.017975012,0.02248815,-0.0002748013,-0.025140202,-0.01207381,-0.00043473858,-0.012864773,0.03362366,-0.0258226,-0.03083203,0.014407925,0.014974006,0.024302712,0.0016119739,0.041440234,-0.009421759,-0.020394426,0.005726724,0.0132990265,0.04252587,0.039051834,0.0070178537,-0.030118613,0.0058818143,0.0139038805,-0.011096739,0.0024310467,0.045472592,0.037190747,0.036849547,-0.030692447,-0.008421425,-0.020285862,-0.011127757,0.0022042266,-0.008196543,0.005032693,0.010267003,-0.002233306,-0.0051296246,0.019634482,0.012539082,-0.004513139,0.025031637,0.026691107,-0.0011990449,0.05183131,0.019153701,0.037345838,0.012213392,0.002634603,-0.007370685,-0.013074146,-0.010600449,-0.003910224,-0.011701592,0.014190799,0.008770378,0.014749125,-0.035763912,0.015656406,-0.0061609778,-0.01424508,0.0034701542,-0.011593029,-0.018533338,0.021836769,-0.01833172,0.014500979,-0.007863098,0.004687616,-0.0084524425,0.04150227,0.00890996,0.009297687,0.042401794,-0.04184347,0.010538412,0.00516452,-0.028288541,-0.026148291,-0.0035476997,-0.0060718004,-0.0009358754,0.009995595,0.014873197,-0.00009384198,-0.043611504,0.032382935,-0.025031637,0.01667225,0.0065913545,0.01766483,-0.0058275326,0.014206307,0.0962803,-0.014547507,-0.017137522,0.0064323866,0.031219756,-0.002190656,-0.0010013042,0.0036446312,0.003989708,0.025652,-0.019045137,-0.014687088,0.0018368554,0.028288541,0.0026675598,-0.007824325,-0.017726867,-0.0034430134,0.01600536,-0.015625387,-0.05114891,0.033158388,-0.011383656,0.0032918,-0.013353309,-0.015695179,0.004261117,0.013477381,0.012888037,0.00462558,0.019603463,0.019913645,0.026504999,0.04085089,-0.007545162,0.00039378495,-0.034709297,0.01982059,0.034057915,-0.032693118,-0.008297352,-0.00645565,0.054188687,-0.028614232,0.0045480346,-0.020689098,-0.015594369,-0.04184347,-0.018967591,-0.013050882,-0.0017253839,0.01391939,0.030583885,0.014865443,0.008871187,0.008227562,0.038896747,0.055057194,0.022720786,0.012895791,-0.017556267,0.0015257046,0.0012833754,0.015563351,0.034709297,-0.017463211,0.0023593171,0.001896953,-0.016889377,-0.015547842,-0.006773586,0.011949738,0.007234981,-0.0065331953,-0.006847254,0.0062307687,-0.01617596,0.014043462,-0.012864773,-0.02250366,0.005920587,-0.00017702149,0.04544157,-0.014671579,-0.028598724,0.025372837,0.025946673,0.020518498,0.01850232,0.03812129,-0.033902824,-0.012818245,-0.028024888,-0.003751256,-0.017726867,0.0014520366,-0.053692397,-0.0014568832,-0.022984441,-0.011973001,0.015175624,0.005187784,0.009367478,0.005815901,-0.0038811446,-0.026427453,-0.029265614,0.042711977,0.016284522,-0.018533338,0.0064866683,-0.011957493,0.02098377,-0.018952083,-0.009189123,-0.0001622394,0.00040541677,-0.034833368,0.02717189,-0.03514355,0.02233306,0.009305442,-0.003408118,-0.011755874,-0.0072737536,-0.0015247354,0.03446115,0.015896795,0.015074816,0.012895791,0.005455315,0.042898085,0.007808816,0.01850232,-0.008816906,0.036446314,-0.0025783828,-0.015594369,-0.036074094,0.016873866,-0.034616243,0.013260254,0.0016807953,0.010181704,0.0006445957,-0.0039431807,-0.026194818,0.017292611,-0.003900531,0.013058636,0.012601119,-0.021449042,-0.0031580343,0.014469962,0.0017389543,-0.00703724,0.028459141,-0.02465942,-0.018393757,-0.011298357,-0.010763294,0.009887031,-0.007963907,-0.019929154,0.009933559,-0.012283183,-0.0018523644,0.021061316,0.0026326645,0.013585945,-0.0062152594,-0.027575124,-0.06588253,-0.024132112,0.022146951,0.022937912,-0.021418024,-0.018734956,0.027233925,0.0060873097,-0.030072086,0.0025376715,0.006769709,-0.008816906,-0.01999119,-0.00015593885,-0.018564356,-0.013686754,0.0044898754,0.0034275043,0.0067231813,-0.034740314,0.0116240475,0.0024058444,0.022426113,-0.010895121,0.0013580129,-0.03449217,-0.04879153,0.02182126,0.022937912,-0.005323488,-0.008018189,0.020565026,0.011895456,0.028970942,-0.040540706,-0.0001749617,-0.010375568,0.028412614,0.018409265,0.028117942,0.019789573,0.018316211,0.017804412,-0.034895405,-0.0038559423,0.02498511,0.016718777,-0.055739593,0.032072756,-0.004536403,-0.022007369,-0.038431473,0.0052847154,-0.01183342,0.0259932,-0.025078164,-0.03380977,-0.027730215,0.028055906,-0.050776694,0.012151356,0.018548846,-0.027249435,-0.006110573,-0.0072931396,-0.034926422,-0.021278443,-0.019696517,-0.002444617,0.019743046,0.032041736,0.0061415914,-0.0013114857,0.042401794,-0.027466562,0.03598104,0.0151135875,0.028055906,-0.010933894,0.021588624,-0.02317055,0.008188789,-0.040447652,0.0041758167,0.008320616,0.0016168205,0.0027819392,0.002593892,-0.0014345889,-0.015315206,0.022689769,-0.0030087593,0.01041434,0.010080895,0.04047867,-0.00395869,-0.0053002243,0.030118613,0.020921735,-0.0009683475,0.02881585,-0.038927764,-0.0133920815,0.008258579,-0.0008622073,-0.0019357257,0.011422429,-0.021278443,-0.0052536973,0.01933981,-0.026582545,-0.0034507678,0.00089419476,-0.017215068,-0.001407448,-0.017881956,-0.013330045,-0.032258864,-0.0018329781,0.027699197,-0.03849351,0.029265614,0.07525,0.037066676,-0.00140454,-0.012818245,0.01848681,-0.013865108,0.0036116745,-0.008584269,0.0074327216,-0.008227562,-0.01125183,-0.009414005,0.014012444,-0.024411274,-0.015509069,0.020937243,-0.0043425392,-0.030676939,0.016222486,0.016749796,0.03765602,-0.011655065,0.021262934,0.0052924696,-0.016920395,-0.01482667,0.0013744913,0.0070294854,0.01123632,0.03384079,0.05983399,-0.023620313,-0.023635821,-0.03032023,0.024256185,0.025124691,-0.0022662627,-0.0001584833,0.040261544,-0.0074055805,0.02664458,-0.023852948,0.01816112,0.009181369,-0.004338662,-0.020890716,-0.0077390256,-0.012104829,-0.034957442,0.04544157,0.01667225,0.009313196,-0.01816112,-0.0073047713,0.026008708,0.003270475,0.00039015003,0.038183328,0.039889324,-0.02101479,-0.06520013,0.017277103,0.011709347,0.027280452,0.0065797227,0.002132497,-0.008010434,-0.012624382,-0.0137642985,0.026256854,-0.010267003,0.026629072,-0.034957442,-0.0041835713,0.04398372,-0.025078164,0.0058120238,-0.025527928,0.029854959,-0.009134842,-0.024070075,-0.006226891,-0.026520507,0.04202958,0.004179694,-0.04444899,0.0201773,-0.0071302946,0.028784832,0.02065808,0.0122754285,0.01566416,0.0016439613,-0.011135512,-0.013570435],"social":"https://twitter.com/justynacy "},{"title":"communitax","description":"management and payments for maintenance fees.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=YeMZTBCJdTs","youtube_transcript":"Hi, everyone. I'm Daniel, and I'm building CommunityText, a service where you can manage and pay the maintenance fees for your gated communities. With community tax, you will be able to keep track of your residents and send them bills when they make their payments for the maintenance fees. And they will receive in their email an automated PDF invoice of their payment. And coming soon, you will be able to connect your community with Stripe to allow your residents to pay their maintenance fee online true strike. The idea was born from a talk with my roommate and quickly realized there is a need to automate this. I got to work and, well, reduce days of a month down to a couple of hours. Although the goal has not been reached shed. One community is now benefiting from this tool. And a couple more will join in the coming weeks. But that's not all. Some other features are coming soon such as expense reports and newsletters so that you can keep your community informed on how their monthly maintenance fees are being used for the betterment of their community. That's all for now. I want to thank Bill's face for motivated me to start this project, and I hope to see you all on community techs. Thanks again.","embedding":[0.029831495,0.03645026,-0.0026428008,0.04012038,-0.02398126,0.030647079,-0.010837835,0.036795314,-0.00883809,-0.007348084,0.025345793,0.004297492,0.029062966,-0.004128886,0.04946821,0.026553482,-0.021863883,-0.016844913,-0.04143786,0.05401665,0.035728782,0.040716384,0.0141942715,-0.043790504,-0.037454054,-0.049248632,-0.044229664,0.021957988,0.00053620624,-0.06311353,-0.015017696,-0.03171361,-0.027949382,-0.026035901,0.014523641,0.004568046,0.0054149968,0.04291218,0.019934718,0.0022997072,-0.035038676,-0.02064051,-0.0019389688,-0.007179478,-0.051256217,-0.00835972,-0.026412323,0.025486952,-0.0063246847,0.016139122,-0.011504417,-0.0046503884,0.0098262,-0.0038034373,0.012586633,-0.0382069,-0.03453678,0.042002495,-0.030160865,0.04560988,0.044417873,-0.006387422,0.02831012,0.025392845,-0.030004023,0.005814946,-0.03017655,0.003289777,-0.023291152,0.02757296,0.016531229,0.016578281,0.019683769,-0.00035485678,-0.001114564,-0.056588873,-0.017080178,0.013802164,-0.034850463,0.008414615,0.015786225,-0.015088275,-0.035509203,-0.0018419223,-0.041375123,-0.044637453,-0.06599944,0.013598269,-0.039869435,-0.018977975,-0.03187045,0.077354856,-0.051350325,0.018617237,0.061952896,-0.02302452,-0.04190839,0.044888403,0.06185879,-0.010359465,0.049154524,0.007630401,0.030490234,-0.031101922,0.028968861,0.007304952,0.010092832,0.0047131255,0.03666984,-0.009873252,-0.13952734,0.0065913177,0.031588133,-0.020107243,0.035289623,-0.0059247357,-0.014555009,-0.013410057,0.01748797,-0.0431945,-0.014562852,0.012523895,-0.03453678,0.011269153,0.015072591,-0.08381678,-0.06712871,-0.038332373,-0.060008045,-0.047052834,0.037265845,0.026992641,0.053859808,-0.036387525,-0.05018969,-0.011104468,-0.044794295,0.018131025,-0.041186914,-0.024561578,0.03274877,-0.0032976193,0.0061090263,0.0003325557,0.0021467854,-0.060290363,-0.002056601,-0.000656289,-0.07603738,-0.04664504,0.007579427,-0.010649624,-0.05056611,-0.018068288,0.01671944,0.005109153,0.0060149203,0.064211436,-0.016343016,0.0025977085,-0.002885907,-0.039869435,-0.015770542,0.002321273,-0.010626098,-0.00013074315,-0.0007655888,-0.057906352,-0.05727898,0.025345793,-0.01946419,-0.024796844,-0.023589153,0.014719695,0.028168961,-0.010171254,0.011276996,-0.058157302,0.005877683,-0.026867168,-0.012923844,0.018915238,-0.005489497,-0.0052856016,-0.05953752,-0.034599517,-0.01595091,0.03757953,0.020954195,0.023714628,-0.013441426,0.057780877,0.02724359,-0.0069795037,0.011378943,-0.03215277,0.063897744,-0.023745997,-0.0014576575,0.01822513,-0.015088275,0.0005911012,-0.011527944,0.024059681,0.015119644,-0.019699452,-0.022099147,-0.0016586124,-0.018146709,-0.009441935,0.024906633,-0.009096881,-0.018193763,0.006046289,-0.036387525,-0.0074304263,-0.017221337,0.02984718,0.0235421,0.0056737876,0.02765138,-0.016005805,0.004740573,0.015590171,0.044668823,0.04055954,0.011331891,-0.010359465,0.06549754,-0.019793559,0.04579809,-0.010343781,0.013700216,-0.04491977,0.006775608,0.01345711,0.005920815,0.0037740292,-0.015637225,0.05401665,0.003479949,0.025863374,0.018319236,0.041594703,0.057780877,0.006669739,-0.058251407,-0.035038676,0.062015634,0.039838064,0.042723972,0.063458584,0.02606727,0.009904621,-0.031368554,0.0006656015,-0.04454335,0.042441655,0.0062933164,-0.0038563716,0.027165169,-0.06160784,-0.024122419,-0.030678447,0.028482648,0.030443182,0.015441171,0.010077149,-0.01649986,0.01210042,0.024373367,0.029251177,0.031729292,-0.017284073,0.004026938,0.027118117,0.0065168175,0.031117607,0.0027623933,0.01323753,-0.024985055,0.0036799237,0.01987198,0.02071893,-0.02449884,0.04404145,-0.025800636,-0.045202088,0.012147473,-0.0023683258,-0.0146491155,0.0013468873,-0.016437123,0.003395646,-0.009457619,0.016970389,0.0046582306,-0.016405754,0.05298149,0.06248616,0.009159618,0.023008835,-0.052416854,-0.014821642,0.007799007,0.002313431,-0.0053326543,0.009536041,-0.015378434,-0.008712616,0.006320764,0.0035916995,0.014853011,-0.0536716,-0.004928784,-0.005873762,0.056557506,0.014664799,0.009355672,-0.041092806,-0.025439898,-0.016186174,0.0046935203,-0.049029052,0.03365846,-0.0063050794,0.04993874,-0.0025859452,0.026788745,-0.037109,0.034066252,-0.006375659,-0.029533494,0.016013646,-0.0051758117,0.0048346785,0.01620186,-0.0102418335,0.037548162,0.03823827,0.005877683,-0.03645026,-0.08024076,0.033156563,0.04037133,0.0037603055,0.025596742,-0.0024467474,0.00082195416,0.04689599,-0.011825945,0.027635697,0.0038642138,-0.047460623,-0.01019478,0.039681222,0.031776346,-0.014609904,-0.002856499,-0.001826238,0.0038700954,0.044417873,-0.027525907,0.03773637,-0.014609904,0.03544647,-0.059349306,0.019181872,0.035979733,0.0118181035,0.0027447485,-0.026349586,0.03409762,0.045923565,-0.06098047,0.015056906,0.041406494,0.012751318,0.022287358,-0.0060306047,0.05539687,-0.012123946,-0.00078813493,-0.03905385,0.017848708,0.068571664,-0.002354602,-0.0065089753,0.012453317,0.036858052,0.04426103,-0.018742712,-0.00410536,-0.0011469128,0.0071363463,-0.008885143,0.020185664,0.007453953,0.017707549,-0.043508187,0.076225586,0.014602062,-0.05084843,-0.0012008275,-0.02159725,0.0025937874,-0.05062885,-0.011308364,0.00067785487,-0.032027293,0.022538306,-0.013504162,0.055930134,-0.029611915,-0.00282317,-0.035634678,-0.017174283,0.047335148,0.054142125,0.008046035,-0.0064972118,-0.0039622406,0.04645683,-0.028388543,0.01620186,0.052824646,0.045986302,-0.018774081,-0.07390431,-0.055051815,-0.017142916,-0.01382569,0.017864391,-0.030364761,-0.030364761,-0.017770287,0.012900318,0.009504672,0.013182635,0.0039661615,-0.011088784,-0.023777364,-0.014711852,0.017958498,0.0056267343,0.0032133164,-0.011363259,-0.041751545,0.010986837,-0.023840101,-0.0039485167,0.024781158,-0.001158676,0.027039694,-0.06386638,0.0039877277,0.028074857,0.058596462,0.0066266074,-0.0387088,-0.01529217,0.045515772,-0.006387422,0.037109,-0.028043488,-0.057122137,-0.02776117,0.015354908,0.0032290006,-0.0030937237,-0.0043367026,0.03058434,-0.003193711,0.0213463,-0.052448224,-0.029078651,0.0067050285,0.010971152,-0.02137767,-0.037454054,-0.020185664,0.026631903,-0.015096117,0.04084186,0.018193763,0.027180852,-0.018303553,-0.01789576,-0.04366503,0.012241579,0.042473022,0.060478576,0.033815302,-0.02016998,-0.00064256525,-0.050503373,-0.028921807,-0.025706531,0.023526417,-0.0097634625,-0.014696168,-0.022020726,-0.025439898,0.034128986,0.05379707,0.02672601,-0.0426926,-0.013629637,-0.045672614,-0.008320509,-0.03516415,-0.025565373,-0.0033133037,0.011206416,-0.0035583705,0.030631393,-0.0069206874,0.009959516,-0.019291662,-0.021691356,0.008994933,0.028968861,0.030866658,-0.006779529,0.019809242,0.01987198,-0.031007817,-0.00359366,-0.026302533,0.029282546,0.01628028,-0.025251687,0.01617049,0.03494457,-0.0015527435,0.027494539,-0.007410821,-0.028027805,-0.015166696,0.00062786124,-0.031039186,0.020797351,0.044355135,0.02064051,-0.02768275,0.028733596,0.0131277405,-0.0040583066,-0.014978485,0.0041406495,0.04495114,-0.039618485,0.060258996,-0.023745997,0.005532629,0.00061805855,0.021942304,-0.0111515215,0.012657212,-0.00417986,-0.022648096,-0.03362709,0.023447994,0.011637734,-0.031368554,0.044010084,0.025204634,0.013135582,-0.02027977,0.022193253,0.0073206364,-0.011026047,-0.03516415,-0.066501334,0.014860853,-0.0015654869,-0.05182085,-0.015496066,-0.00810093,0.004862126,-0.01976219,0.008673405,0.010320255,0.009536041,-0.01617049,-0.0028761043,-0.0025290898,0.0006445258,0.03666984,-0.0063129216,0.016343016,-0.028545385,0.013551216,0.049342737,-0.0064031063,-0.037642267,0.0051914956,-0.034411304,-0.007951928,0.025941795,0.037234474,-0.00846951,-0.0062580267,-0.039618485,0.0054189176,0.029674653,-0.017503653,0.0046660723,0.006661897,-0.0053953915,0.0038524508,0.00458373,0.0007474538,-0.009488988,0.014468746,0.012508212,-0.01540196,-0.010680993,0.012335684,-0.015064749,0.018021235,-0.05862783,-0.004001451,-0.028027805,0.02167567,0.016923334,-0.039838064,-0.025345793,-0.02060914,0.024922317,0.0008954742,0.01426485,0.033376142,-0.030929396,-0.03187045,0.006093342,0.05618108,0.03538373,0.030631393,-0.050879795,0.0062345,-0.01488438,-0.008610669,0.016139122,0.04190839,0.009034144,-0.019683769,0.043476816,0.028984545,-0.0015596054,-0.013402215,-0.02951781,0.01367669,-0.022679465,0.0093870405,0.009590936,-0.005712998,-0.0072853467,-0.005885525,0.00031956716,-0.0125944745,0.028796334,0.008516563,0.018899554,-0.037548162,0.0069246087,-0.0034583833,-0.0026780905,-0.03538373,0.025518319,-0.034379937,0.045453034,-0.007116741,0.022177568,0.034505412,0.025251687,-0.008124456,-0.07547274,0.014900063,-0.007693138,-0.005481655,0.03914796,-0.0036171866,0.0023585232,0.023777364,0.021032616,0.010469255,0.004238676,0.024577262,-0.0036015022,0.019856295,-0.022491254,0.026428007,-0.0048660473,0.011755366,-0.023918523,-0.011998472,-0.012649369,0.03252919,-0.083440356,-0.011794576,-0.007951928,-0.038897008,-0.018852502,0.0010283005,-0.0049562315,0.016358702,0.022836307,-0.0047601783,-0.0033446723,-0.002819249,-0.026569165,-0.021016931,0.017927129,0.005712998,-0.005371865,-0.022067778,-0.010296728,-0.010775099,-0.01015557,0.009951674,0.026082953,-0.029423704,-0.014257008,-0.01188084,-0.015119644,0.016186174,0.009253724,-0.0058580777,-0.031980243,-0.003176066,0.0077519543,0.04037133,0.012821897,-0.0115514705,-0.003050592,-0.038802903,-0.022601044,-0.054393075,-0.04667641,-0.045107983,0.0210483,-0.0065207384,0.02115809,0.0007126544,-0.039398905,0.025675163,0.03864606,-0.04033996,0.05605561,-0.01921324,0.017221337,-0.0014713813,0.03544647,0.0033231063,0.020013139,-0.02321273,0.02115809,0.0038700954,0.04667641,0.0066266074,0.019605346,0.01682923,0.037485424,0.014931432,0.00883809,0.010398676,0.027274959,0.055271395,0.04062228,0.007269663,-0.023087256,0.00068422663,-0.0057992614,0.030490234,-0.027933698,-0.021283565,-0.006254106,-0.014939275,0.0072735837,-0.0006317823,0.025988847,-0.02126788,-0.03284288,0.0101634115,0.007904876,0.027008325,-0.011810261,-0.035979733,-0.010735888,0.0069402927,0.0076029534,0.0055091023,0.010382991,0.007853902,0.031556766,-0.00091360917,-0.019087765,-0.01499417,0.016672388,-0.0022212858,-0.025267372,-0.012845423,0.017974181,0.042065233,0.030882342,-0.0065285806,0.0011959261,-0.018727027,-0.007269663,0.025439898,0.021801146,-0.017174283,-0.03215277,0.0024369445,0.011449522,0.013425741,-0.04275534,-0.043696396,-0.05269917,0.03209003,-0.019181872,-0.030788237,0.021895252,0.0060658944,0.0139276385,-0.015676435,0.04661367,-0.036575735,-0.031070553,-0.00014985837,0.006779529,0.026522113,-0.023118624,0.0074500316,0.017080178,-0.0099752005,0.015864646,-0.0125395795,-0.018272184,-0.02343231,-0.010759414,0.0010116359,0.032811508,-0.014131534,-0.041343756,0.012523895,0.035289623,0.019119134,-0.0058619985,0.0038191215,-0.018538816,-0.010147727,-0.026992641,0.020358192,-0.0032858562,0.015809752,-0.0048386,-0.013206162,-0.009536041,0.042629868,-0.0349132,0.008783195,-0.0036936474,0.03299972,-0.04582946,-0.001569408,0.035477836,0.043288607,-0.003417212,-0.003905385,0.034568146,-0.014202113,-0.025236003,0.0020252324,0.029925602,-0.018240815,0.0046739145,0.02798075,0.004183781,0.02093851,0.0017321324,0.008116613,0.004462177,0.011214258,0.02650643,-0.006101184,0.0725241,-0.0060188416,-0.005046416,-0.024247892,0.022177568,0.007948007,-0.00781077,-0.012469,0.019699452,-0.0020918904,0.052605066,0.017440917,-0.020342508,-0.0038210822,-0.002511445,-0.006116868,-0.0012792489,-0.008602826,-0.019385766,-0.017299758,0.012547422,-0.010978994,0.051256217,0.03883427,-0.014805958,0.057624035,-0.01067315,-0.02809054,0.039681222,-0.0044229664,0.027322011,0.023275468,-0.02291473,0.010132044,-0.006838345,0.018601554,-0.004646467,-0.004517072,0.03522689,-0.0015194144,0.010037937,0.011316206,0.012845423,0.012868949,0.0058071036,-0.008026429,0.016437123,0.0009430172,-0.011269153,0.010422203,-0.003940675,-0.0035916995,-0.012767002,0.011410312,0.03209003,-0.008336194,0.009520357,0.012563107,-0.04055954,0.011324048,-0.01726839,0.0139825335,-0.022930413,0.06850892,-0.008963564,-0.020844406,-0.015676435,-0.002123259,-0.00670895,0.018476078,0.010712362,0.051381692,-0.002229128,0.004752336,0.0053404965,-0.0160607,-0.019166186,-0.040308595,-0.00971641,-0.021424724,0.01393548,0.0022350096,0.021534514,-0.012908161,0.018209446,-0.0067677656,0.02064051,-0.025236003,-0.017958498,0.048464417,0.015221591,0.003013342,0.023197046,0.0011959261,-0.018178077,-0.0038053978,-0.029690336,-0.022052094,0.0020918904,0.0031407767,0.019244608,0.0011733801,-0.0073794527,-0.022522623,-0.040089015,-0.010594729,0.042880815,0.03240372,-0.023934208,-0.0023840102,-0.039994907,0.0058816043,0.027714118,-0.008712616,-0.02357347,0.016688071,-0.012170999,0.023949891,-0.019683769,0.0035407257,0.017927129,-0.007853902,-0.023698943,-0.03886564,-0.01184163,0.02009156,0.023385258,0.0047837044,0.009018459,0.0020389562,-0.013143425,0.0062580267,-0.03296835,0.0050934693,-0.0064697643,0.00033010502,-0.06461922,-0.010869204,-0.024781158,0.020358192,-0.029909916,0.025204634,0.03299972,0.010382991,0.020373877,0.010908415,0.013096372,-0.022177568,0.039806698,0.0035995417,-0.025973164,0.040747754,0.00616,-0.033564355,-0.003597581,0.020044507,0.014335429,0.02398126,-0.00795585,0.005920815,-0.013025792,0.0036936474,-0.005595366,0.018381974,0.026882851,0.012719949,0.02694559,0.028247384,-0.009637988,-0.00978699,-0.01701744,-0.012814054,0.0415006,-0.0046739145,0.0036309103,0.000115671544,-0.011700471,0.006544265,0.014366798,-0.011645576,0.023604838,-0.017409548,0.0016262635,-0.0069755823,0.00044724697,0.030960763,-0.01393548,-0.00073127943,-0.012288631,-0.022553992,-0.02650643,0.0011518141,0.019150503,0.004960153,0.015409803,-0.024451789,-0.015056906,0.014209955,-0.0151039595,0.001987982,0.0009283132,0.025236003,0.0073755314,0.009536041,-0.009779147,-0.023745997,-0.015668593,0.013880585,0.0001019478,0.020562088,-0.0026075111,0.026349586,-0.004085754,-0.00013184595,-0.007504927,0.0050738635,0.0043131765,-0.0036211077,-0.044386506,-0.007422584,-0.00689324,0.039806698,-0.0045641246,0.015205907,-0.020844406,-0.00047567472,0.024436105,0.0011537747,-0.0028486568,-0.021910936,-0.005936499,0.0042818077,0.013276741,0.033313405,-0.00020401814,0.020264087,-0.0019585742,0.019777874,0.0065952386,0.016233226,0.016970389,-0.0121396305,0.009457619,0.020624826,-0.029674653,0.008532247,-0.017958498,-0.009269408,0.021283565,-0.033564355,0.002056601,-0.0057404456,-0.033909407,-0.005148364,-0.033093825,-0.012327842,0.018648606,-0.013480636,0.0052895225,-0.011888682,0.0968661,-0.008696931,0.020860089,0.007940166,0.05580466,0.016037174,0.020264087,0.008296982,0.010516308,0.027227907,-0.02984718,-0.011167206,0.026631903,-0.004513151,-0.00034039785,0.002372247,-0.035320994,-0.019448504,-0.01756639,-0.012963056,-0.0010782941,-0.000059122372,0.015550961,-0.0010067346,-0.027447486,-0.02984718,0.005042495,-0.008532247,-0.0029290388,0.002544774,-0.015739173,0.0006111967,0.0037465817,0.0315254,0.008493036,0.0013478675,-0.0137159005,-0.036199313,0.014366798,-0.04454335,-0.018601554,-0.0034426989,0.009998727,-0.010539834,0.00025584977,0.001514513,-0.011716155,-0.0033838828,-0.0004173488,-0.032811508,-0.055051815,-0.017801655,0.00605021,-0.0004560694,0.01221021,0.005477734,0.027337696,0.029941285,0.016531229,0.014719695,-0.0049523106,0.010006569,0.004811152,-0.028137594,-0.009473303,-0.004309255,-0.006493291,0.016327333,0.007861744,-0.014053113,-0.028561069,0.032215506,0.0071245832,0.017095862,0.0020154295,0.007336321,0.007214768,-0.015041222,0.016907651,-0.000039700826,0.024624316,0.01811534,0.024812527,0.021785462,-0.020624826,-0.010602572,0.007226531,0.0119514195,0.0014733418,0.035101414,-0.010139885,-0.0022683386,0.037109,-0.01323753,-0.0012469001,0.0009273329,-0.05320107,0.016437123,-0.027478853,-0.022224622,0.014868695,-0.0037838318,0.007924481,-0.011057416,-0.004709204,-0.022381464,-0.004066149,-0.0052777594,-0.04404145,0.0082656145,0.014954958,-0.021942304,0.008987091,0.0024741949,0.006999109,0.0050699427,-0.0015429409,0.007904876,0.021659987,-0.0052346275,0.0020291533,0.0016341057,-0.017472286,-0.004677836,0.0016105792,0.0024820368,0.042190704,0.0077127432,0.047272414,0.014225639,0.002885907,0.03387804,-0.014915748,0.008406772,-0.023338204,-0.01030457,-0.0064227115,-0.03278014,-0.024357682,0.01649986,-0.044010084,-0.030756868,-0.007689217,0.01580191,-0.011904366,0.012414105,-0.008116613,0.008987091,-0.03196456,-0.019275976,-0.0098262,-0.000898415,0.0213463,0.009692883,-0.015896015,-0.047648836,0.013065003,0.009645831,-0.010469255,-0.01224942,-0.0047366517,-0.016531229,-0.00031295035,-0.025000738,0.0404027,-0.02148746,0.023604838,0.011308364,-0.015613698,0.008924354,0.0026075111,-0.025549687,-0.03823827,0.02332252,0.01811534,0.0002383275,-0.039367538,-0.013245372,0.029455073,0.005760051,-0.027196538,-0.01151226,0.003476028,0.024341999,0.009198829,-0.0034446595,-0.0077284276,-0.021440407,-0.038050056,0.010061464,-0.0027584722,0.00022190802,-0.023996944,0.031619504,0.018287867,0.001129268,0.014186429,-0.03215277,-0.013080687,0.002742788,0.004419045,-0.025941795,-0.01628028,0.004187702,-0.009637988,0.0021879566,-0.03296835,0.020436613,0.014147218,0.013880585,-0.01562154,0.015190222,-0.008940038,0.025565373,0.016860599,-0.007834297,-0.028435595,0.056369293,0.062360685,-0.0343172,-0.0028800254,-0.0020330744,0.0047209677,-0.037830476,0.0006656015,-0.01789576,0.032435086,-0.02031114,-0.030850973,-0.033532985,0.030568657,-0.025502635,0.006156079,0.054989077,-0.029235493,0.0050032847,-0.014013902,-0.039869435,-0.022193253,-0.042190704,-0.022444202,0.0022193252,0.018930923,-0.0047797835,0.0032113558,-0.006163921,-0.014366798,-0.0008645958,0.014688326,0.0054542073,-0.008026429,0.029047282,-0.003289777,-0.020342508,-0.048244838,0.016735123,0.012508212,-0.014539326,0.0060894205,0.006289395,-0.009402724,-0.011543628,0.02145609,-0.020860089,-0.016766492,-0.0030643158,0.04033996,-0.038740166,-0.018868186,0.03692079,-0.014476588,-0.008532247,0.027165169,-0.012265105,-0.013402215,0.016593965,0.0063678166,0.011167206,0.030960763,-0.022224622,-0.0016066582,0.011378943,-0.009198829,-0.0033780013,0.0086420365,-0.03557194,-0.016593965,0.0055051814,0.0091204075,0.018146709,-0.026224112,0.017095862,-0.01649986,0.015417645,0.022444202,0.008673405,-0.010445729,0.015519593,0.025439898,-0.011825945,0.0025526162,0.009543883,0.008940038,-0.0060894205,0.008493036,0.0013282623,0.035979733,0.019683769,-0.009332145,-0.00835972,-0.0007057925,-0.0051209168,-0.01026536,0.011778892,-0.029047282,-0.008571458,0.009653673,-0.038740166,-0.008736143,0.016405754,0.058314145,0.003934793,0.015817594,-0.025408529,0.05122485,-0.016186174,-0.0050817057,-0.03993217,0.02661622,0.012461158,0.014390324,0.026961273,0.016374385,-0.08055445,0.037893213,-0.0019830808,0.032654665,0.014037428,0.00700303,0.004242597,-0.003981846,-0.016327333,-0.005928657,0.025628109,0.009779147,0.015864646,-0.0010733927,0.0076421644,0.033972144,0.0027074984,0.014766747,0.02606727,0.0057757352,-0.0076068747,-0.029062966,0.0074265054,0.062141106,-0.016013646,0.029925602,0.020232718,-0.015833277,-0.030521603,0.0087283,-0.009834042,-0.039022483,0.03365846,-0.036136575,0.01580191,0.047774307,-0.01617049,0.00016799332,0.011598523,0.008767511,0.0037505028,-0.026773062,0.004015175,0.010186939,0.026663272,0.020781668,-0.025251687,0.036544368,0.005599287,0.035509203,0.021095352,0.012610159,0.019683769,-0.0034975938,0.003825003,-0.0232441],"social":"https://twitter.com/pankexillo"},{"title":"voleeyo","description":"voleeyo: your linkedin for volunteers ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=O3i1HpPvbqo","youtube_transcript":"Hi, Sydney here. I'd like to present you volume, your LinkedIn for volunteers. Volume is a platform where volunteers can connect. By signing up, they can share their experience and skills and stay connected with like minded peers. The platform offers various services other than sharing experience. You can search your friends and add them to your network or just visualize your friendship graph. And lastly, you can connect with them by sending their messages, ask for advice, or maybe just stay connected. So let's just jump right into it. So here we are. Once we log in, we'll find this page that reads us, and now we can head of us straight out to our dashboard. As you can see the events will be loaded, and we can interact with them by removing adding. We have a notifications where we can send in a where we can send no messages and read messages that need attention. Yeah. And so the friends feature is the most interesting feature to me. I love it a lot. And here we can see the connections among our friends. So when I click on Bob, we can see that he's connected to pretty much everyone except for Eve and Dave. And so yeah. Once they get connected, they can share their experience. So we can get in contact with Bob at the moment. Engagement, Twitter, some likes and some VMs. But so far, no one's actually signed up, but hoping to prop up that number, and we'll get there. Hopefully, thanks for your attention.","embedding":[-0.013256683,0.016617427,-0.027049892,0.030269053,0.011654554,-0.006009845,-0.021058677,0.03842128,-0.018212104,0.029658008,0.0037333323,-0.008256551,-0.006509113,0.031953152,0.01845056,0.04214716,-0.045127865,0.046618216,0.003897271,0.0533248,0.031207975,0.0300455,0.030403184,0.048347026,0.008979372,-0.03186373,0.0098661315,0.0385107,-0.0057825665,-0.075650275,0.0010954088,-0.032847364,-0.019836588,0.01328649,0.018808244,0.014679969,0.045008637,0.013569657,-0.010044973,0.0057490338,0.010469724,-0.0021051224,0.025544636,0.018644305,-0.013778306,-0.012869191,-0.03860012,0.0039159004,0.01227305,0.065575495,-0.06760237,0.018137585,-0.009091148,-0.017466927,-0.02848063,-0.042892337,0.011729072,0.010059877,0.0004997337,0.051476765,-0.009582965,-0.0115278745,0.01134158,0.053086344,0.005335461,0.009694741,-0.0016850295,-0.008614236,-0.025186952,0.023160072,0.051059466,0.012630735,-0.0061886874,0.017586155,-0.009985359,-0.012787222,-0.012124015,-0.0031893537,-0.035559803,-0.06861582,0.038778964,-0.002868928,-0.030507509,-0.0181972,-0.06503897,-0.028495533,-0.02636433,-0.010737987,-0.00799574,0.0011876244,-0.0060694595,-0.0016943441,-0.014523482,0.03517231,0.06077656,-0.013949696,-0.010812505,-0.018390946,0.025425408,0.009918294,0.044501916,-0.014374447,-0.0034557541,-0.061342895,0.027750358,-0.02254903,0.047035515,-0.044233654,0.035619415,-0.0127201555,-0.12602419,-0.020238983,0.017332796,-0.016781365,-0.023771117,-0.03901742,0.014106183,-0.054069977,-0.0037184288,-0.003798535,-0.0512085,0.015663601,-0.006419692,0.0321618,0.0037724539,-0.027705647,-0.03308582,-0.012213436,-0.044919215,-0.0066618742,0.06825813,-0.023428336,0.06325055,-0.02298123,-0.014992943,-0.04092507,-0.031207975,0.012541314,-0.010775247,-0.014262671,0.007537456,-0.06503897,0.02137165,-0.0034184954,-0.019121218,-0.030060403,-0.054934382,0.0076306034,-0.056573767,-0.043726932,-0.00859188,0.011185093,-0.054904573,-0.01810778,0.0048473706,-0.00567079,0.0066618742,0.04807876,-0.010231268,0.020119755,0.018569788,-0.0038562862,-0.007876512,-0.028003717,-0.0055925464,0.03368196,-0.018867858,-0.020999063,-0.057825666,-0.029136386,-0.031506047,-0.04578362,-0.002714304,0.0041282754,0.052579626,-0.07332533,0.019478902,-0.018271718,0.012422086,-0.028450822,-0.006263205,0.017884227,0.021997599,-0.03606652,-0.04897297,0.02001543,0.010119491,0.00922528,0.0004783099,-0.02526147,0.00185642,0.0456942,0.030030597,0.003742647,-0.022206247,-0.008189485,0.047244165,0.022862002,-0.0067065847,-0.015842443,0.035142504,0.009120955,0.0040053213,-0.047452815,0.015663601,0.007906319,0.012690349,0.036930926,-0.005890617,-0.01909141,0.045217287,-0.013144907,0.03517231,0.021177905,-0.008852692,0.0132939415,-0.04256446,0.01950871,-0.015902057,-0.01840585,-0.003679307,0.03567903,0.031714693,-0.0017977373,0.02162501,0.0053689936,0.04050777,-0.06575434,0.017556349,-0.014232864,0.011095672,0.03731842,-0.025485022,-0.06289286,0.007667862,-0.03547038,0.021818755,-0.010313237,0.03254929,0.051059466,0.014747035,0.008018095,0.013718692,0.07916751,0.063429385,0.013219424,-0.03529154,-0.04575381,0.01870392,0.0863212,0.0732061,-0.0064308695,0.01743712,-0.013107647,0.020119755,-0.018823149,-0.037556875,-0.009813969,0.02928542,-0.03606652,0.008711109,0.009135859,-0.02238509,0.00093193585,-0.00179308,-0.0016850295,-0.0245461,0.015648698,-0.024978302,0.000045816687,-0.015946768,-0.046200916,0.032012764,-0.0010907515,-0.032906976,-0.018063068,0.016483296,0.01654291,0.021669721,0.01007478,0.033652153,0.017004918,-0.013629271,-0.023249494,-0.0031688614,0.008077709,-0.029300325,0.0032806378,-0.000653892,0.05013545,0.001959813,-0.03439733,0.010387755,0.03296659,0.013949696,0.01417325,0.09246145,-0.0063339965,0.019955816,0.0321618,0.0144713195,-0.03779533,-0.010499531,-0.0066581485,0.0054993997,0.023607178,0.0024348628,0.013927341,0.024710039,-0.014873715,-0.004523219,0.06199865,0.0241139,0.0029862933,-0.011431001,-0.0060433783,0.069390796,-0.012623283,-0.023711503,-0.013361007,-0.033115625,-0.021505782,0.0023249495,-0.024084091,0.012571121,-0.025768189,0.019836588,0.027735455,0.022772582,-0.028629666,0.028525341,-0.08805001,-0.012548765,-0.0032806378,-0.00185642,-0.03186373,-0.024948496,0.01909141,-0.024292741,0.057706438,-0.026468655,-0.008606784,-0.025902322,0.015738118,-0.010723084,0.030880097,0.012667993,-0.015946768,-0.036990542,-0.0006189619,-0.03740784,-0.026632594,-0.012213436,-0.0023268124,0.028108042,0.011520422,0.054993995,-0.04590285,-0.011878107,-0.0015984027,-0.00537272,-0.03505308,-0.0063712555,-0.04044816,-0.0262302,0.016065996,-0.03818282,0.0047169644,0.029956078,0.0041245497,0.03663286,-0.0069972035,0.041223142,-0.009195473,-0.016691944,-0.014180701,0.04032893,0.0017008644,-0.030209439,0.04849606,0.064383216,-0.020715896,-0.017243374,-0.0009752492,-0.02636433,0.03105894,-0.027795069,-0.06420437,-0.046528794,0.025529733,0.047333587,-0.028316692,-0.012667993,-0.014978039,0.021177905,-0.032608904,0.037050154,0.025246566,0.0013170987,-0.04819799,0.007958481,-0.0004727211,-0.053444028,-0.00592415,-0.030060403,-0.01142355,-0.036036715,-0.008748367,0.01909141,-0.003524683,-0.025842708,-0.022876905,0.044323076,-0.0067848284,0.0075635375,-0.007097802,-0.01752654,0.046528794,0.056812227,0.031833924,-0.006471854,0.008204388,0.037050154,0.003994144,0.022802388,0.0014121087,0.06801967,-0.013428073,-0.017675577,-0.06366785,-0.046409566,-0.000483433,0.02763113,-0.021848563,-0.014374447,-0.02035821,0.010082233,0.020924544,0.02721383,0.01921064,-0.013420621,0.022310572,-0.030582028,-0.025619155,0.024292741,0.001935595,0.004672254,-0.020194272,0.000023082994,0.02933013,-0.025127338,0.0043481025,-0.00013680967,0.056096856,-0.054993995,-0.046439376,-0.032728136,0.0015713901,0.033711765,-0.05654396,-0.037884753,0.02670711,-0.0520431,0.0469759,0.012615832,-0.0036886216,-0.028584955,-0.008182034,-0.021028869,0.019389482,-0.009091148,-0.018390946,0.010931733,0.037825137,-0.054874767,-0.0018657347,-0.020969255,0.007965933,-0.03609633,-0.022042308,-0.0039047226,0.00052395195,-0.030373378,0.03821263,0.06986771,-0.0014055884,0.019926008,0.047363393,-0.030447895,0.011229804,0.04244523,0.03350312,0.046111498,-0.01810778,0.042176966,-0.017004918,-0.027407577,-0.06408514,0.032698326,-0.008495008,0.0066879555,0.023979766,-0.0037594135,0.037646297,0.050224867,-0.021043772,-0.0020715895,-0.043190405,-0.02526147,0.004113372,-0.043071177,-0.034427136,0.011460808,0.040567387,-0.028391208,0.009791614,0.023935055,0.024561005,-0.007366066,-0.002922953,-0.027660936,0.017615963,0.0015313369,0.014054021,-0.00012144042,0.017258279,-0.05335461,-0.020715896,-0.026811436,-0.026289813,-0.022027405,-0.028450822,0.0049032588,-0.027556611,-0.019911105,0.023517758,-0.019240446,-0.046439376,0.008994276,0.007906319,0.0028149027,0.023204783,0.021312036,0.021535588,-0.014612903,0.011788686,0.016006382,-0.030447895,0.0030663996,0.009337056,0.029434456,-0.012988419,0.00503739,-0.03854051,-0.003178176,0.014046569,-0.0109689925,-0.019911105,-0.022578835,0.0073027257,0.011960076,-0.018823149,0.038063593,-0.0031241507,-0.007936126,-0.0028391208,0.013487687,0.014352092,-0.03326466,-0.0044039907,-0.0032340642,-0.050284483,0.0074927458,-0.03305601,-0.0009799065,-0.0010106451,-0.04769127,-0.0073697916,-0.0033178965,0.02564896,-0.040001053,-0.03055222,-0.02263845,0.017153954,-0.0224298,0.00009541747,-0.020700991,-0.01070818,0.04706532,-0.021088483,-0.0037929462,-0.0023603453,0.0039084484,0.027482094,0.0051007303,0.022325475,-0.010216365,-0.02014956,-0.04053758,0.026423944,-0.0013524946,0.01971736,-0.011535326,-0.03144643,-0.00045805043,-0.0054844962,-0.019821685,-0.023920152,0.01824191,0.007772187,-0.0077200243,0.006520291,-0.0028521614,-0.010432465,-0.029225806,0.024054285,0.0071127056,-0.013450429,0.037079964,-0.014493675,-0.024426872,-0.0228471,-0.025917225,0.03558961,0.02560425,0.020104852,-0.00791377,-0.03940491,-0.027034989,0.019031797,0.002436726,0.023249494,0.021550493,-0.03728861,0.012973515,-0.0086291395,-0.0034669319,0.04405481,0.020194272,-0.0063973367,0.005737856,0.013942244,-0.005152893,-0.0090986,0.038838577,0.006173784,-0.054517083,0.020000527,-0.013986955,0.0074964715,0.030269053,-0.016781365,0.07481568,-0.0025764464,0.013577108,0.014054021,-0.035142504,-0.027780164,0.010864668,-0.015708312,-0.027899392,0.0033868253,0.026215294,-0.033532925,-0.050671972,0.00759707,0.033532925,-0.0050671976,-0.004709513,0.016453488,-0.055113222,0.02238509,0.03000079,-0.009620223,0.012988419,0.012213436,0.012571121,-0.028704183,0.028391208,-0.010767794,-0.021267327,0.014612903,-0.00036490342,0.000553759,0.01548476,0.021818755,0.02551483,-0.025455216,0.029866658,0.004515767,-0.02192308,0.016155418,0.04676725,-0.007012107,0.017660674,-0.02700518,-0.004735594,0.013234328,0.01172162,-0.07207343,-0.012958612,-0.029151289,-0.017586155,0.017079435,-0.030432992,-0.012414633,-0.008345972,0.0047132387,0.033324275,0.0085993325,-0.04760185,0.010015166,-0.0065351943,0.012928805,0.003640185,0.017586155,-0.020999063,-0.052162327,0.011729072,-0.014836456,-0.014322285,0.012280502,0.0064345957,0.0025093805,0.0032843635,-0.016393874,0.009463737,-0.008226744,-0.03660305,0.0074331313,-0.018808244,-0.0015220222,0.018882763,-0.008644043,0.01328649,-0.012839384,-0.012839384,0.0020678637,-0.07714063,-0.04578362,-0.00008685959,0.018331332,0.041849088,0.032430064,-0.012071853,-0.015916962,0.009135859,0.048823938,-0.04092507,0.018852955,-0.0048101116,0.015738118,-0.033234853,0.013301393,-0.0028484357,-0.007936126,0.028525341,0.03991163,0.03487424,0.04435288,0.021237519,0.006192413,0.0012677308,0.05314596,0.017541446,0.03326466,0.033234853,-0.00246467,0.023055749,-0.015753023,0.0005663338,0.0077125723,0.005428608,0.0078094453,0.018972183,-0.023562469,0.0040984685,-0.005704323,-0.0014465731,-0.04468076,0.004866,0.013495139,-0.0058086477,-0.060180422,0.014881167,-0.032370448,0.016557813,-0.014955685,-0.029598394,-0.045396127,-0.011930269,-0.035440575,-0.015767926,-0.010566597,0.010574048,0.03418868,-0.021028869,-0.046051882,-0.030194536,-0.013003323,-0.04384616,-0.020894738,-0.000005261351,0.01654291,-0.025842708,0.02631962,-0.023428336,-0.012064401,-0.011393743,0.02767584,-0.03505308,-0.014195604,-0.04032893,-0.01840585,0.009881035,0.0012770456,-0.00051836314,-0.03821263,0.031684887,-0.020537052,0.018018357,-0.009717097,-0.030164728,-0.0013161673,0.030060403,0.039464526,-0.0054844962,0.007921222,-0.016319357,-0.015141978,0.010380303,0.013442976,0.00041194266,-0.025708575,0.003299267,0.026289813,-0.042802915,-0.018361138,-0.03138682,0.014493675,0.024531197,0.02420332,0.002744111,-0.026140777,0.034427136,0.0081447745,0.054606505,0.003837657,-0.012474248,-0.016438585,-0.0050001317,0.013823017,0.031029133,-0.01222834,0.0009514967,0.029613297,-0.017914033,0.01464271,-0.013048033,0.009761807,-0.062475562,-0.010119491,0.0029881562,0.028629666,0.028674375,-0.023875441,0.020343307,0.015350628,0.0004168329,0.020969255,-0.0024385888,0.053980555,0.018271718,0.0004988022,-0.02737777,0.028584955,-0.042594265,-0.0015304054,-0.029553683,-0.004266133,0.041431792,-0.046320144,0.0026286086,0.0064047887,-0.028167656,0.017466927,0.00740705,0.05013545,0.007168594,0.008852692,-0.005711775,-0.006326545,-0.023413433,-0.02712441,0.010939185,0.041223142,-0.013577108,0.016200129,-0.01909141,0.021297133,0.01637897,-0.0049740504,-0.016528005,-0.011483164,-0.026245102,0.018763535,-0.013241779,-0.022802388,-0.0019672648,-0.01663233,-0.00082435104,-0.010372851,0.037467454,-0.006699133,0.015767926,0.009754355,-0.017854419,0.026975375,0.002831669,0.012407182,-0.025768189,0.0044375234,-0.013919889,0.006173784,-0.030209439,0.014791746,-0.016065996,-0.010052426,0.023502855,0.011505519,0.020909641,-0.018689016,0.02043273,0.00022134058,0.0013962737,0.037974175,0.018674113,0.0053168316,-0.013025678,-0.009828873,0.017571252,-0.0020958078,0.016215032,0.018852955,-0.001712042,0.004832467,-0.004776579,0.020611571,0.044203844,-0.012854287,0.013428073,0.009083697,0.028555147,-0.006203591,-0.028614761,-0.02141636,0.016006382,0.023338916,0.035023276,0.02111829,-0.050552744,-0.017034726,-0.02298123,-0.012645639,-0.015350628,-0.022742774,0.021848563,-0.023607178,-0.020626474,0.029389745,0.003019826,-0.0018359276,0.005026213,0.003245242,-0.009202925,-0.006166332,0.0021721884,0.014583096,0.0069860257,-0.010775247,-0.029196,0.034427136,-0.006605986,-0.07123883,-0.012332664,-0.032579098,-0.07159652,0.013107647,0.024069188,0.02500811,0.02137165,-0.035738647,-0.01552947,-0.017064532,-0.0036308705,-0.018480368,0.013569657,-0.04536632,-0.034963664,0.042266387,-0.0060545555,0.0041282754,0.006643245,-0.042594265,0.02192308,0.03943472,-0.0028186287,-0.00871856,-0.0115427775,-0.0010702591,-0.00062920805,-0.012213436,0.028242175,0.021431264,-0.0074331313,-0.0068071834,-0.041103914,0.0067550214,-0.030120017,-0.022772582,0.026885953,-0.03529154,0.040150087,-0.02420332,-0.0058160992,-0.039464526,0.004545574,-0.0044747824,0.033592537,-0.013025678,-0.039792404,0.0075225527,-0.022042308,0.027034989,0.006162606,0.013465332,0.0062520276,-0.026841242,0.013100196,-0.012831932,-0.036155943,-0.0011708579,0.00884524,0.026304716,-0.0030663996,0.011580036,0.011483164,-0.01713905,0.031833924,0.014247767,0.013592012,0.0115278745,-0.0008387888,0.007518827,-0.019493807,-0.0103653995,-0.017675577,0.011796137,0.013741047,0.019359674,-0.020581763,0.016051093,0.010044973,-0.022787485,0.011773782,0.0054397853,-0.0048510963,-0.022608643,0.0069599445,-0.0039643366,-0.018331332,-0.0033756476,0.004806386,0.0047318684,-0.004873452,-0.03144643,0.008666398,-0.021952888,0.0020045238,0.009739451,0.004240052,-0.011311773,0.024531197,0.0072356598,-0.016990015,0.033026204,0.020507246,-0.02797391,0.0482278,0.011855751,0.0011298732,-0.011401194,-0.03600691,0.0026341975,0.004649899,-0.019344771,0.013107647,-0.0020417825,-0.0023603453,0.01675156,0.016721752,-0.025723478,-0.012802125,0.016617427,0.0022280766,-0.02332401,0.0027422481,-0.01456074,-0.0014754486,0.010901926,0.04262407,-0.018420752,0.011185093,0.014843908,-0.0007908181,0.011982432,0.0054174303,-0.035708837,-0.027854683,-0.0012388553,0.013770854,-0.0022299394,-0.019151026,0.029821947,-0.0068220873,0.0034091806,-0.0029546232,0.029985886,-0.02052215,-0.014665065,0.027347963,-0.04071642,-0.019732263,0.001759547,0.010298333,0.017332796,-0.016110707,-0.017452024,0.008740916,-0.0071834973,0.023309108,-0.02293652,0.034129065,0.006639519,0.013189617,0.010529338,0.0342781,0.085844286,0.007444309,0.016826076,0.008122419,0.033860803,-0.012928805,-0.0063973367,0.018584691,0.0009976045,-0.02254903,-0.015171785,-0.018599596,0.011319225,0.016945304,0.009143311,-0.042326003,-0.012049497,-0.0036625406,-0.001900199,-0.045336515,0.0060023936,-0.008606784,0.01434464,-0.0034054548,-0.02991137,-0.017317893,0.033324275,-0.009068793,0.018495271,0.008860144,0.013636722,0.015946768,0.040418353,0.009843776,-0.029389745,0.013450429,-0.0071797715,-0.025380697,0.023458144,0.03719919,0.005432334,-0.034039643,0.052490205,-0.021535588,0.0038749157,-0.0012332664,-0.0030272778,0.023368722,-0.029270517,-0.03314543,-0.029106578,0.023338916,0.01633426,0.01303313,-0.004526945,-0.0012630735,0.055560328,0.029136386,0.012347568,-0.017213568,-0.007876512,0.014165797,0.0150600085,0.022355283,0.01870392,-0.00011183463,0.007481568,0.0115278745,0.017854419,0.016647235,0.002805588,-0.0010711906,0.03305601,0.005048568,0.002488888,-0.01718376,0.0073362584,0.0053019277,0.01053679,-0.032191608,-0.04298176,0.028927736,-0.022653352,0.013375911,-0.028361402,-0.007354888,-0.0069375895,0.025201855,0.00023682628,0.00905389,-0.0081000645,-0.005864536,0.041461598,0.0081000645,0.0046908837,0.029225806,-0.005402527,0.0037817687,-0.019270254,-0.051387344,-0.00093100435,-0.00990339,0.04912201,0.0069413153,-0.012608379,-0.0055962726,-0.0077200243,-0.014806649,-0.023502855,-0.008301262,-0.005674516,0.008837788,-0.0035116423,-0.015074912,0.021759141,-0.003524683,-0.026528269,0.011647102,-0.026304716,-0.029300325,0.02585761,0.01134158,-0.011960076,-0.008442845,0.019106315,-0.00062781083,0.020298596,0.01879334,0.02979214,0.01980678,-0.0150600085,0.03293678,0.019449096,-0.0133237485,-0.014307381,0.0007544908,0.0033290742,-0.041163526,-0.011050961,0.017630866,-0.03627517,0.0010879571,-0.0049405177,-0.0034091806,-0.012042046,-0.017377507,0.0026304715,-0.0011820355,0.0023584822,0.017928937,0.014359543,0.0133237485,0.026289813,0.021684624,-0.0040127733,-0.04366732,0.007071721,0.016423682,-0.029926272,-0.009739451,0.010000263,0.01599148,0.003209846,-0.009135859,0.014530933,0.0037016622,-0.014121087,-0.028793605,-0.0016896868,0.029434456,-0.04980757,-0.02979214,-0.02026879,-0.010581501,0.00965003,-0.013301393,0.0077796383,0.009113504,-0.0124817,-0.004515767,-0.003025415,0.004806386,-0.04375674,-0.02551483,-0.009448833,-0.0001423985,0.0035023277,-0.033830993,-0.019538516,0.0040500322,0.00023170319,0.015931865,-0.024933591,0.009493544,0.012556217,-0.012198533,0.02721383,-0.04557497,-0.0060322005,0.0021945436,-0.0503441,-0.03538096,-0.038242437,-0.0018936788,0.00044710565,0.011110576,-0.04155102,-0.01011204,0.0044934116,-0.00053606107,0.012466796,0.021312036,0.013070389,-0.022519222,0.0049405177,0.008509911,0.014143442,0.059137173,0.030522414,-0.044233654,0.038868386,-0.016706849,-0.023636986,-0.057736244,0.008465201,0.038033787,0.0028186287,-0.025544636,-0.015797732,-0.0012202258,0.023115363,0.017750094,-0.002336127,-0.008062805,-0.027571516,0.02120771,-0.0014810375,0.028257078,-0.03135701,-0.012109111,0.0024497665,0.0005113771,0.0155741805,0.008912306,0.022042308,0.0025000658,0.036245365,0.031148361,0.005231136,-0.010328141,-0.027571516,0.03135701,-0.0503441,-0.045247093,-0.009672386,0.02141636,-0.0007773118,-0.0016943441,0.010492079,-0.01980678,-0.008644043,0.021818755,0.007291548,-0.03138682,0.011349032,0.019195735,0.021669721,-0.010633663,-0.028167656,0.021863466,0.014448964,0.0046946094,-0.0224298,0.016766462,-0.06360823,0.0076306034,0.013510043,0.009500995,-0.0013701925,-0.019344771,-0.031953152,0.029658008,-0.014620355,0.013517494,-0.013040582,0.016513102,-0.01637897,-0.0121463705,0.025678769,0.019568324,0.022668257,-0.007377243,-0.024098994,-0.0064681284,-0.0019188285,0.037825137,-0.0024199593,0.03317524,0.03669247,0.0039792405,0.031893536,-0.007258015,0.05243059,0.029762333,0.009754355,0.036871314,0.005104456,-0.010007715,-0.03728861,-0.0039009969,0.0026956745,-0.026483558,0.004247504,0.026215294,0.008331069,-0.018346235,0.030194536,-0.02162501,0.0017707247,0.0073325327,0.031267587,0.009702193,0.029896464,0.019896202,0.048168182,-0.01971736,0.039077032,-0.020134658,0.026736919,-0.010335593,0.01519414,-0.017109243,0.035023276,-0.025932128,0.020730799,-0.0070158327,0.015753023,0.0041543567,-0.014195604,-0.01413599,-0.0086738495,0.0057192263,0.0012109112,-0.01752654,0.018882763,0.006866798,0.006047104,-0.0160809,-0.014247767,0.017571252,-0.015633794,0.04345867,0.008398134,-0.000036967722,-0.0049442435,0.0024665329,0.024859075,-0.019493807,-0.0127201555,0.025544636,-0.026081163,-0.01066347,-0.034933854,-0.023636986,-0.021818755,0.022608643,-0.010194009,-0.01663233,-0.009359412,-0.029821947,0.043905776,-0.05311615,0.03728861,-0.026394136,-0.025276372,-0.04980757,-0.013383362,0.01675156,-0.026036453,-0.02192308,0.032310836,0.02149088,0.034337714,-0.019672649,0.021237519,0.045425933,0.0097767105,0.0040015955,-0.039494332],"social":"https://www.twitter.com/sydney_lukee"},{"title":"mental health metaverse by top love tech","description":" immersive virtual reality worlds that mentally heal people.","niche":"web3","youtube_url":"https://youtube.com/watch?v=OgFdEaI_EI0","youtube_transcript":"Hi, Denise. I'm Claire Dacie, creating a level of minerals under the top of track, which means that they reduce your stress. Okay? You could either use web browser, mobile phone, or VR headset, your choice. In volume one, there is this matter of space that you can see me is the aurora sky, you get it inside, and it is on an ocean with fog which is so calming. But then we talk out the Colimba sound in what to do because people do not like it in six week time. It gained two hundred and thirty five dollar in revenue, roughly, but nine viewers would love to collaborate with us. And nine featuring users so far, but a beta version was launched. The ways that work for one to one chance that I've had in real life events in this club channel, even if some of them include the matter of course. You very much to build space for providing the discord and also likely to be landing on our Twitter posts, you know, we really appreciate that. Well, there are also ways that did not work which include Reddit, take up and endless time being spent on debugging. Which we solve. Okay. So in the future, we're gonna be using EEG to cast out the effectiveness of reducing stress in these matters. If you wanna know more and heal together with us, just follow us with loss of love.","embedding":[0.019285996,0.029418131,0.01963538,0.02831757,-0.0057866722,-0.010097197,0.036300994,0.01395789,-0.01714602,0.08399191,-0.003710021,-0.016132805,-0.019548034,-0.0128136575,0.012411865,0.022447921,-0.00015353788,-0.014883758,-0.011538406,0.058941077,0.0100797275,0.036790133,-0.0112414295,0.0068435585,-0.010376704,-0.03444926,0.021714214,0.020456431,-0.045664486,0.028771771,0.013687117,-0.042659786,-0.006904701,0.01614154,0.011547141,-0.005301902,-0.011835382,0.007214779,0.00779563,-0.043952506,0.031986102,-0.023356318,0.019478157,0.012280847,-0.031741533,-0.005262596,-0.05251241,0.049123388,0.049367957,0.032213204,-0.07504768,0.046572883,-0.013818136,0.034117345,0.013905482,-0.023041874,-0.0053674113,0.021853969,-0.0024522387,0.011678159,0.020858223,-0.014316008,0.046607822,0.009660467,-0.008791374,0.020264272,-0.033016786,-0.023356318,0.012944676,0.051638953,0.062260225,-0.008127545,0.0076384074,0.015739748,0.000033778335,-0.015862033,-0.030937951,-0.011704363,0.00724535,-0.04908845,-0.0039458554,0.009276144,-0.034431793,0.021102792,0.0011496916,-0.01787099,-0.057857987,0.009948709,-0.025470093,0.021469645,-0.015739748,0.008494398,-0.057333913,0.01961791,0.008952964,-0.010542662,0.027444111,0.005144679,0.011791709,0.0034720034,0.016936388,-0.028928993,-0.033034254,-0.043044105,0.040877927,0.025836945,-0.005101006,0.020229332,-0.023618357,0.026518244,-0.112361886,0.043253735,-0.015573791,0.005153414,0.0056207147,-0.010525192,0.04189114,-0.043917567,-0.004616236,-0.000947704,-0.07972942,0.049367957,0.050695617,0.020543778,0.014875023,-0.051079936,-0.002275363,-0.06690703,-0.05848688,-0.010097197,0.05953503,0.021172669,0.056774896,-0.04755116,-0.05956997,-0.009870097,-0.04950771,-0.020421494,-0.032807156,0.0022557103,0.023862926,-0.04601387,0.032178264,0.03292944,-0.028946463,-0.015661137,-0.048739064,0.02485867,-0.012962146,-0.021836499,0.0031793942,-0.001945632,-0.060653057,0.0004353652,0.012507946,-0.007450613,0.006974578,0.050276354,-0.026221268,-0.009782751,0.0092499405,-0.001958734,0.02615139,-0.055517115,0.03210839,0.01483135,-0.02508577,0.026797751,-0.051045,-0.010795965,-0.024614101,-0.016001787,-0.028422387,0.011250164,0.03223067,-0.054713532,0.037104577,-0.03927076,-0.011861586,-0.0021377932,-0.027758557,0.011913993,-0.02159193,0.03361074,-0.06809494,-0.011250164,-0.055971313,-0.022203352,0.011433591,-0.0060836487,-0.0065727863,0.008210523,0.00043645702,0.0379431,-0.0027776025,-0.045105472,0.07427903,0.014543108,0.0048302333,-0.0152244065,0.018412536,0.031112643,0.053700317,-0.027636273,0.016176479,0.009389695,-0.009241207,0.02442194,-0.015460241,0.028509732,0.056355637,0.012621496,0.014770208,-0.006092383,-0.06627814,-0.007546694,-0.0056425515,0.01691892,-0.028632017,0.009931239,-0.02136483,0.020019703,0.033872776,0.017975805,-0.00086527126,0.014333478,0.06194578,-0.019338403,0.0505908,0.033715554,0.014412089,0.01682284,-0.0026989912,0.013206715,0.020316679,-0.032457773,0.008769538,-0.033051725,0.030990358,-0.04038879,0.01712855,0.0046730107,0.0064941747,0.02856214,0.023408726,0.03097289,-0.043253735,-0.08273412,0.02726942,0.06135183,0.067570865,0.04252003,0.014115113,-0.018726982,-0.006791151,-0.03441432,-0.04776079,0.0016956041,-0.022779835,-0.029994614,0.0054503903,-0.05663514,-0.028195286,-0.0012632414,0.009319818,0.0057167956,0.04189114,-0.0048782737,-0.031951167,-0.0035003908,-0.0025832579,-0.04989203,0.026780281,-0.013678383,0.0028671322,0.0031095175,-0.009276144,0.0252954,0.010490254,-0.010795965,0.0061709946,0.0013691485,-0.008463827,0.0012283031,-0.044965718,0.049437832,0.004777826,0.0022262312,0.01069115,0.024544224,0.02856214,-0.03179394,-0.008813211,0.052197967,-0.04161163,-0.0022251392,0.050870307,-0.0047909277,-0.015006042,0.027444111,-0.011634487,-0.026465837,0.015565056,0.03228308,0.0039021822,0.07116952,-0.015879503,0.027845902,0.033418577,-0.021679277,0.03444926,0.056355637,0.07169359,-0.00096790283,-0.012586558,-0.02288465,0.079449914,0.027077258,0.016945124,0.014001563,0.045699425,-0.03755878,-0.01589697,-0.026570652,0.044197075,0.008813211,0.048040297,0.02311175,-0.011520937,-0.0023867292,0.009808955,-0.03902619,-0.021277484,0.006424298,-0.03292944,-0.0248412,-0.029942207,-0.016368639,-0.004273403,0.0023146688,-0.049402896,-0.02482373,-0.02202866,0.023740642,-0.017801113,0.03640581,0.020840755,-0.08965193,0.0057342644,0.008813211,-0.032999318,-0.05038117,-0.034536608,-0.042135708,0.024299655,0.02356595,0.03074579,-0.011931463,0.004290872,-0.0034894724,-0.0370347,0.008961699,0.018255312,0.02639596,0.029750045,-0.0128136575,-0.0864376,0.0059700985,0.015565056,-0.047935482,0.021260016,-0.03902619,-0.016814103,0.008852516,-0.045909055,0.065125175,0.06722148,0.053770196,-0.029959677,0.019513095,0.0710647,-0.005651286,-0.030186776,-0.039759897,0.023950271,0.03472877,0.0453151,0.009546917,-0.076654844,-0.033715554,0.06561431,-0.06131689,-0.0149449,0.01036797,0.0023954639,0.02681522,0.0109095145,0.07854152,-0.0032274346,-0.03160178,0.023862926,-0.02683269,-0.06212047,0.0047166836,0.033715554,0.018657105,-0.023094282,-0.049123388,0.02312922,0.0034523504,0.010778496,-0.09049045,0.05366538,0.007869874,0.011424856,0.0028212757,-0.0026181962,-0.007931016,0.0549581,0.041052617,-0.010795965,-0.034519136,0.019146241,-0.0076733455,0.021120261,0.084900305,0.032894503,-0.019285996,0.0135648325,-0.05820737,-0.043882627,0.02199372,0.03364568,0.014665392,-0.018010745,0.022867182,0.0026334818,0.019687787,0.026675466,-0.008057668,0.0007904812,0.0059963027,-0.05673996,0.018709512,-0.014481966,0.035846796,0.007376369,-0.029994614,0.019303465,0.01048152,-0.02836998,-0.048739064,-0.039550267,0.030780729,-0.04031891,-0.047900543,0.022412982,0.0009427908,0.043358553,-0.002308118,0.0059133237,0.029959677,-0.031898756,0.038047913,-0.02985486,0.005550838,0.019670319,-0.004616236,-0.026081514,-0.004041936,0.014254866,-0.011424856,0.004155486,0.0000057107563,-0.038746685,-0.016700555,0.03179394,0.014202459,0.01787099,-0.014316008,-0.003192496,0.015006042,0.011617017,0.03780335,0.016962592,0.0074375113,-0.003299495,-0.0086690895,-0.018709512,-0.0008554448,0.008642886,0.004712316,0.024561694,-0.023915334,0.012918472,-0.027199542,-0.002701175,-0.0082804,0.023496073,-0.013189245,0.028003126,0.03969002,-0.018674573,0.07791263,0.004485217,0.021522053,-0.021661807,-0.013468753,-0.007450613,0.021137731,0.004476482,-0.0038061016,-0.012333254,0.019705256,-0.008559908,-0.019705256,0.028282633,-0.014612985,-0.004384769,-0.018587228,-0.02159193,0.007354533,0.014534374,0.0066077244,-0.009319818,0.013739525,-0.054014765,0.009808955,-0.03530525,-0.02683269,-0.026064046,-0.028806709,-0.0047909277,0.013765729,-0.04908845,0.03534019,0.01897155,-0.04664276,0.010630008,-0.0133988755,0.0012293949,0.030186776,0.010900781,-0.03116505,0.0025832579,0.032335486,-0.026221268,0.004096527,-0.00046730108,0.0047603566,0.029540416,-0.039515328,0.020840755,-0.021644337,0.02005464,0.043323614,-0.005183985,-0.0118179135,-0.006070547,0.02417737,-0.0059569967,-0.026675466,0.011494732,0.012027543,-0.0051927194,0.019827541,-0.0067431107,-0.011084206,-0.026430897,0.023286441,-0.031741533,-0.061771087,-0.013756994,-0.030064492,0.016508393,0.013512425,-0.0025046463,0.0048782737,-0.033348702,-0.002836561,-0.025679722,-0.025679722,0.0008368838,-0.0099137705,-0.027566396,0.0014739636,-0.020578716,-0.033313762,0.0059919353,0.012892269,-0.01416752,0.012997084,-0.020159455,0.05366538,-0.0012861697,0.011119145,-0.008979168,0.0005874018,0.02595923,0.009887567,0.017643891,0.01711108,-0.032422833,-0.0324403,-0.008481296,0.011180287,0.012778719,-0.016455986,0.03755878,0.027513988,-0.03160178,-0.017346915,0.011372449,-0.014316008,-0.008472562,-0.007647142,0.0064417673,-0.0028758668,0.04143694,0.00034256006,-0.0070444546,-0.032597527,0.022832243,-0.005974466,0.062050596,0.02705979,-0.041297186,-0.030868074,-0.019006489,0.020578716,-0.008262931,0.040423725,-0.0057211625,-0.017364385,-0.019460687,0.010944453,-0.02202866,0.035689574,-0.008931128,-0.041157432,0.013328998,0.011433591,0.014936165,-0.034990806,0.0069920467,0.019792601,-0.014551843,-0.015084653,0.02068353,-0.03488599,-0.0040987106,-0.027077258,0.07026112,0.009153861,-0.019443218,0.0049787215,-0.07183334,0.0014521271,0.005131577,-0.00091604114,-0.026046576,0.026762813,0.0011835382,0.002587625,-0.014499435,0.036056425,0.012341989,0.004991824,-0.015827095,0.02922597,0.03665038,0.00040943435,-0.01874445,0.0131455725,0.029173562,0.019740194,0.0018582861,-0.028195286,0.023216566,0.038082853,-0.009284879,-0.004146751,-0.019565502,0.0047166836,0.017163487,0.02835251,0.025871884,-0.016342435,0.012280847,0.0018200722,0.015582525,0.025784537,0.005507165,0.011206491,-0.0131455725,0.010857107,-0.010315562,-0.0013647812,0.021102792,-0.061736148,-0.033348702,-0.0057910397,-0.04706202,-0.014997307,0.013328998,-0.027618803,0.008184319,0.018045682,0.02290212,0.016814103,0.0043760343,-0.0035069417,-0.016368639,-0.0068129874,-0.01918118,0.006280177,-0.006144791,-0.014709066,0.022133475,-0.026623059,-0.037873223,0.055971313,-0.0015089021,-0.04730659,0.026657997,-0.028387448,-0.0052538617,0.01623762,-0.033750493,0.021242546,-0.011372449,0.022447921,0.038641866,0.017574014,-0.023006935,0.012062482,-0.030990358,-0.0076296725,-0.030361468,-0.04136706,0.007385104,0.00011525577,0.013381407,0.015713545,0.040528543,0.008616682,-0.005467859,0.03076326,-0.05296661,0.026570652,-0.0014073623,0.021120261,-0.036091365,0.030256653,0.029313317,0.016412312,0.023583418,0.009171329,0.0028518466,0.0033191477,0.009363491,0.027793495,-0.010097197,0.029697638,0.0054940633,0.06058318,-0.033174008,0.0018975917,0.014569312,-0.038187668,-0.014516904,-0.019513095,-0.028701894,0.029540416,0.03626606,-0.048739064,-0.010429111,0.0012916289,0.010883311,-0.006642663,-0.0006125138,0.005983201,-0.025906822,-0.0032842094,0.0076602437,-0.041716445,0.057298973,-0.030012084,-0.028212756,-0.033698086,-0.01688398,-0.018150497,0.01876192,-0.033453517,0.008367746,-0.014412089,-0.0029522947,-0.095870964,-0.020561248,-0.0133988755,0.0054722265,-0.016132805,-0.016202683,0.0052887998,0.007817467,0.0053543095,-0.0022928324,0.03595161,-0.012516681,-0.003579002,-0.0024085657,-0.0008931128,0.0057910397,-0.0149449,0.009939974,0.022797305,0.0055027977,0.0051708827,0.0074113077,-0.024963485,0.048564374,-0.008655988,0.00081177184,-0.008022729,-0.00002673265,0.01078723,0.0076515093,0.027286889,0.010778496,-0.029086215,0.018901674,-0.0060661794,0.017827317,-0.012132359,0.025994169,0.019582972,-0.008075138,0.010472785,-0.020404024,0.008367746,-0.024666509,0.027217012,0.017539077,0.016892716,0.001066167,-0.003897815,-0.0046730107,-0.012411865,-0.032370426,-0.008939862,-0.028666956,0.005511532,0.035602227,-0.03270234,0.016403578,0.010254419,0.024474347,0.019827541,0.0039611408,0.032772217,-0.04887882,-0.029715108,0.011966402,0.009337286,0.029313317,-0.027601335,0.012245908,0.002688073,0.026535714,0.024474347,-0.023827987,0.020159455,-0.030064492,-0.011922728,0.009739079,0.019320933,-0.021434708,-0.007878609,0.0098264245,0.0046948474,0.0024347696,-0.0018408168,-0.00876517,-0.017652625,-0.025190584,0.010979392,-0.018464943,0.030343998,0.001814613,0.019478157,-0.0383973,0.010961922,-0.011975136,-0.014936165,-0.0034457995,0.021067854,0.00035648083,-0.0022262312,0.0037602452,-0.004721051,-0.011040534,0.020648593,-0.028719364,-0.015521383,-0.03923582,0.017338179,-0.021644337,0.008437623,-0.006253973,0.015434037,0.008066403,-0.0356197,0.008035831,-0.009389695,0.003753694,-0.011372449,0.0044939513,0.061840963,-0.008407052,0.0037580614,-0.037349146,0.005035497,0.016639411,-0.022971997,-0.01253415,-0.0050617005,-0.003585553,-0.009983648,0.0338029,0.031077705,0.03836236,0.02831757,-0.0034326976,-0.0012446804,0.013451283,0.027129665,0.008267298,-0.011328775,0.01940828,-0.049158327,0.009302349,-0.04608375,0.02487614,0.023635827,0.021137731,-0.016368639,0.022482859,0.027007382,0.0050180275,-0.02049137,0.022605143,0.025382746,0.04423201,0.011678159,-0.017023735,-0.0124206,-0.014857554,0.033505924,0.0032645566,0.020823285,-0.0027361133,0.028824179,0.008324074,-0.013460018,-0.033278823,0.0034829215,-0.022640081,-0.029522946,-0.038222607,0.050870307,-0.009022841,0.030274121,0.012752515,0.0071012294,0.0060661794,-0.011267633,0.012997084,0.0070313527,0.014892492,0.007603469,0.0054154517,0.04601387,0.0050617005,-0.025260461,-0.02485867,0.007869874,-0.050311293,0.028666956,0.021399768,-0.019443218,-0.01538163,-0.000024224866,-0.0059657316,0.018360129,0.012691373,-0.04884388,-0.0060836487,-0.047271654,0.02901634,0.033680614,0.013599771,-0.013582302,0.016167743,-0.02265755,0.013232918,-0.007061924,0.0047254185,-0.02636102,0.004546359,0.01813303,0.016552066,0.0010841822,0.02029921,0.0027732353,0.002040621,-0.018831797,-0.043568183,-0.011276368,-0.030815667,0.008485664,0.034082405,0.018622166,0.020840755,-0.014036502,0.022360574,0.0049437834,0.007603469,0.010036055,0.008856884,0.015573791,0.011389918,0.0067998855,-0.0080008935,-0.02443941,-0.013573567,0.03853705,0.00871713,0.0002750034,0.0020526308,-0.02288465,-0.041506816,-0.0057517337,0.011005595,0.014656658,-0.00009505701,0.020421494,-0.008136279,-0.04751622,0.021819029,0.0016246355,0.031042766,0.009974913,0.013320264,-0.0056643877,0.0006348962,-0.0022709959,-0.011547141,-0.019128773,0.016752962,0.012272112,-0.02856214,0.0017982357,-0.015862033,-0.0065509495,0.010918249,0.022849713,-0.014211194,-0.00959059,-0.009608059,-0.024596632,0.026256206,0.030815667,0.023635827,-0.02899887,-0.03119999,0.008389583,-0.0038781622,-0.0109095145,-0.0149449,0.033383638,0.023723172,0.013617241,0.0004951426,-0.015731014,-0.015573791,0.041995954,0.008511867,-0.033313762,0.005917691,-0.008057668,-0.025417684,-0.009546917,0.006935272,0.011119145,-0.01318051,0.013302795,0.013931686,-0.005306269,0.0071318005,0.017879725,0.022814773,-0.008053301,0.011852851,0.018674573,-0.0067125396,-0.020701,0.011189022,-0.017373119,0.021242546,0.0064941747,0.027863372,-0.022098538,0.0101583395,-0.008581744,-0.00017414607,-0.00731086,0.014516904,-0.008350277,0.00031908584,-0.00795722,0.0049132123,0.0057429993,-0.0028933361,-0.0038956313,-0.02375811,0.014744004,0.032859564,0.015940644,-0.030361468,0.031130113,0.019757664,-0.00017305426,-0.014857554,-0.01581836,0.013687117,-0.016176479,0.020701,0.010813434,0.0071230656,-0.01809809,0.035200436,-0.02029921,0.022412982,-0.0020864774,-0.0043258104,-0.004563828,0.015661137,0.11131374,-0.0075554284,0.008590478,-0.017844787,0.055517115,0.0019347138,-0.0022185883,0.0349384,-0.014455762,0.0129010035,-0.016490923,-0.01418499,0.017652625,0.012481743,-0.024491817,-0.009197533,0.0057429993,0.010638742,0.021836499,-0.0031575577,-0.014027767,-0.010490254,0.008476929,-0.0076733455,-0.014377151,-0.012490477,0.034589015,0.010263154,-0.010525192,0.0020318863,0.013337733,0.022447921,0.014656658,0.029278377,-0.0022284146,0.010105931,0.014569312,-0.007315227,-0.0013363938,-0.03383784,-0.022587674,-0.008424521,0.0038301218,-0.012045013,0.026657997,0.021679277,-0.032143325,0.0015569424,-0.006546582,-0.027513988,0.019006489,-0.010070994,0.02835251,0.020631123,-0.00747245,0.019058896,0.024753856,0.038257547,0.0041445675,0.026046576,-0.025802007,0.014578046,-0.004240648,0.004089976,0.0058172434,-0.02398521,0.024369532,0.01646472,-0.030116899,0.0020984875,-0.0005134307,0.0026334818,0.029086215,-0.03558476,-0.0017862256,-0.004190424,0.0017010632,-0.009503244,0.019093834,-0.03993459,-0.014237397,0.016683085,0.015827095,-0.0119838705,-0.030868074,0.053979825,0.012376928,0.018010745,-0.012149828,0.01308443,-0.0067824163,-0.011468529,0.009232472,0.009782751,-0.010490254,-0.004991824,-0.026762813,-0.0034348813,0.00048749984,-0.031095173,0.002812541,0.0038388565,0.0023954639,-0.0025636049,-0.040214095,-0.009974913,-0.005799774,-0.0072322483,-0.02246539,0.00604871,0.015521383,0.00420571,0.002169456,0.0003873249,0.0152244065,-0.010149605,0.0032165162,-0.030186776,0.009145126,-0.020264272,0.021294953,0.0056338166,0.0138967475,-0.016648147,-0.024334595,-0.008861251,-0.012656434,-0.025906822,0.020666063,-0.010070994,-0.026186328,0.030343998,0.030239183,0.015110857,-0.014997307,0.034169752,-0.008219258,-0.026011636,0.013678383,0.0054416554,-0.024963485,0.018290251,0.020840755,-0.02199372,0.04136706,-0.0005107011,-0.0119838705,0.0007539051,0.006262708,0.03574198,0.013949156,0.017713768,-0.0069134356,-0.0016726758,-0.009477041,-0.02482373,-0.001789501,-0.016875247,-0.023845457,0.020701,0.026902566,-0.006660132,-0.022814773,0.0056032455,0.038711745,0.048110172,-0.009686671,0.0029304582,0.0005388156,0.01255162,-0.011084206,-0.01589697,-0.049542647,-0.01036797,0.01253415,-0.017364385,-0.012848596,0.035235375,-0.026675466,0.011852851,-0.031339742,0.0057080607,0.0098264245,-0.005446023,-0.018709512,-0.0013691485,-0.0040069977,-0.022500329,0.023862926,-0.0010945546,0.0005759377,0.0076253056,-0.027793495,0.021137731,0.042659786,-0.022954527,0.0050049257,0.024352062,-0.023146689,0.027793495,-0.0026727875,-0.033453517,-0.029732578,0.022552736,-0.0011649772,0.008996638,-0.03224814,-0.0041270982,-0.014359682,-0.03270234,-0.021906376,-0.005044231,-0.028544672,0.05142932,-0.02725195,0.009005372,0.025242992,0.04161163,0.029051278,-0.01112788,0.025400216,0.005489696,-0.008778272,-0.041821264,-0.010193277,0.048249926,0.010638742,-0.02201119,-0.017836053,-0.0076733455,0.020438964,-0.02901634,0.00427777,0.0016748594,-0.003753694,0.000048449732,-0.017329445,-0.027199542,-0.02353101,-0.01809809,0.03119999,0.017250834,0.009302349,-0.0041642203,-0.012167297,0.018849265,-0.012831126,0.007948485,0.046363253,0.0056207147,-0.0044677476,0.020246802,-0.02725195,-0.003467636,0.01787099,-0.0057735704,0.02354848,-0.0018015112,-0.0060006697,-0.005943895,0.008131912,0.013005818,0.010918249,-0.031479497,0.027601335,0.001590789,0.007516123,0.001883398,-0.01775744,0.02595923,-0.0013877095,-0.026623059,-0.03223067,0.013783198,-0.005511532,-0.00006438355,0.014150051,0.012560354,0.03186382,-0.025312869,-0.033453517,0.0077781607,-0.041821264,0.0037449596,-0.012673904,-0.016438516,0.021958783,-0.021556992,0.01646472,0.007376369,0.024404472,-0.00068457425,-0.020264272,0.008743334,0.031951167,0.014822615,0.0049481504,0.019687787,0.015626198,-0.009223737,0.0011671608,0.0154689755,-0.0036838173,0.005747366,0.01939081,0.025382746,0.027828434,0.039829772,-0.016115336,0.0023430563,-0.004991824,-0.035235375,0.00905778,0.002856214,-0.00020116875,0.04601387,-0.00015135424,0.019932356,-0.038222607,-0.011678159,0.011721833,0.0045550936,0.004983089,0.004996191,0.03296438,0.022867182,-0.016324967,-0.016132805,0.034082405,0.013608506,0.036091365,-0.022046128,0.025924291,-0.0020384372,0.036370873,0.00003920334,0.020019703,-0.00855554,0.016412312,-0.02985486,-0.002937009,0.0023583418,0.03626606,0.011931463,-0.02443941,0.0032689238,-0.012988349,-0.018587228,0.04161163,-0.0005295351,0.015294284,0.06302887,0.013433814,-0.000717329,0.008062035,0.029033808,0.0042384644,0.005476594,-0.0122371735,0.014455762,-0.016080398,-0.008284767,-0.0149711035,0.029051278,-0.05128957,0.024474347,-0.011459795,-0.03665038,-0.005555205,-0.0072497176,0.007834936,-0.051079936,0.006944007,0.011197757,-0.016246354,-0.015599995,-0.015530118,0.050031785,-0.029697638,-0.013241652,0.02641343,-0.010778496,0.016045459,-0.009398429,0.008310972,0.032125857,-0.010446581,-0.020631123,-0.0020569982],"social":"https://twitter.com/cheeartsbooks"},{"title":"roamerai","description":"revolutionizing trip planning with ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=-KJ88rORSBQ","youtube_transcript":"","embedding":[0.015368305,-0.034778815,-0.009368405,0.014480606,0.007355228,0.014345866,-0.052279186,0.049235642,-0.013600831,0.015122603,0.008274632,0.032844897,-0.0417536,-0.015431712,0.020306136,0.06340714,-0.045558028,0.027027294,-0.007731708,0.018673403,0.074376576,0.014829345,-0.016660227,-0.030704908,0.04013672,-0.0149403075,0.0030970424,-0.011762024,0.02745529,-0.058936935,0.04486055,-0.04254619,0.0036677066,-0.018150294,-0.01838807,0.056432355,0.024712933,0.0031029868,0.025759151,0.026868775,-0.0035983552,0.028881952,-0.028406398,0.036998067,0.02423738,0.020131767,-0.031957198,0.023635011,0.020797541,0.05478377,-0.03747362,-0.03146579,-0.03233764,0.079956405,-0.037980877,0.0054450883,-0.023222866,0.015170158,0.0034081338,-0.006637935,-0.016406598,-0.025505522,0.03541289,-0.0056551243,-0.009994551,0.019989101,0.0019160844,0.037441917,0.03836132,0.015400009,-0.026203,0.0417536,-0.029563578,-0.00380641,-0.029769652,0.046223804,-0.03179868,0.0123247625,0.006352603,0.009495219,-0.02168524,0.016850447,-0.010604844,-0.024015455,-0.021288946,-0.051137857,0.0061584185,-0.006923267,-0.005143904,-0.045748252,-0.0072165253,-0.0069589335,-0.016248079,-0.018847773,0.06543617,0.0026868775,0.010858472,0.0011968098,-0.014179422,0.032844897,0.014385494,-0.048094314,-0.039661165,0.012197948,0.023032643,0.07589835,0.0026631,-0.010224401,-0.025251893,0.04486055,-0.021162134,-0.050155047,0.00084608904,0.019355029,-0.004715906,0.007077822,0.025632337,-0.10195868,0.018086886,-0.02983306,-0.024919005,-0.009352553,0.031687718,-0.028691731,-0.0045970175,0.023524048,-0.028089363,0.010660325,-0.0034774854,-0.014187347,0.023222866,-0.025473818,0.028295435,-0.024364194,-0.04127805,0.03481052,-0.027693069,-0.04371922,-0.010802992,0.022224203,0.033954524,-0.016065784,0.031766977,-0.006772675,0.033161934,0.009178183,0.002877099,-0.019545252,0.004799128,-0.034969036,0.030229354,0.0060553816,-0.017643036,0.008036855,-0.006491306,-0.069494225,0.012404022,-0.0057224943,-0.04784069,0.0065269726,-0.01776985,0.0046524988,-0.028232029,-0.009661662,-0.046667654,0.009867736,-0.061695147,0.021605983,-0.09986624,0.01819785,-0.023460642,0.031656016,-0.061156187,0.038836874,0.020718282,-0.026932182,0.0073274877,-0.05985634,-0.06404121,0.008758111,0.014559864,0.062138997,-0.046255507,-0.0025600633,-0.027772328,0.011698618,-0.04058057,0.034081336,0.027122404,-0.039249018,-0.010826769,0.021352354,0.012530836,0.02406301,0.035476293,-0.051169563,-0.010692029,0.0057581607,-0.0488235,-0.0049774605,-0.036554217,-0.052691333,0.04289493,-0.03427156,0.0007217516,-0.048347943,-0.023397235,0.030245205,0.019576954,-0.028184474,0.018102739,-0.032496158,0.022731459,-0.008242928,-0.04891861,-0.007929855,0.00083370483,0.022366868,0.0030851536,0.018435625,-0.07069896,-0.0045415363,0.067655414,0.028850248,0.038266208,0.05186704,-0.015954822,-0.039439242,-0.0038083913,-0.068606526,-0.022747312,0.01190469,-0.023856936,-0.05462525,0.0016981225,-0.0059999004,0.03233764,0.023571605,0.010121364,-0.055005692,-0.02371427,-0.01891118,0.008536186,0.025172634,0.016739484,0.030213501,0.030609796,0.002459008,0.00033932726,0.021986425,0.0003279338,-0.0028988952,-0.040802494,0.0096933665,0.04058057,-0.024491008,-0.024443451,-0.0015128547,0.0047555356,-0.013172833,-0.04476544,-0.013141129,-0.012879576,0.010462178,-0.038614947,-0.0148769,0.012007727,0.02930995,0.021970574,-0.00368554,-0.016565114,-0.054656953,0.022430275,-0.011207212,-0.05896864,-0.023048496,0.05380096,0.029357506,0.003324912,0.0497429,-0.034430075,-0.025743298,-0.009836032,-0.006974785,-0.0071095256,0.031909645,-0.0016287708,-0.02425323,-0.035476293,0.0012453558,0.029737948,-0.0621707,0.04130975,-0.011460841,-0.013925793,0.045938473,-0.01354535,-0.04273641,0.0054371622,0.02433249,0.058778416,0.0382028,-0.014900678,0.0023302124,-0.03129142,0.07989299,-0.025061673,-0.0057977904,-0.047460243,-0.014908603,0.0057066428,-0.02992817,-0.023777677,0.011936394,-0.0042562042,-0.0746302,-0.043750927,0.046509136,0.0013890127,-0.0063961954,0.022874126,-0.08027344,0.032448605,-0.019529399,-0.040961012,-0.04467033,-0.011991875,0.00856789,0.035222664,-0.0034497448,0.0023262494,-0.009518997,0.009970773,0.0067449342,0.03614207,0.02157428,-0.0020032693,0.051264673,-0.038266208,-0.029452616,-0.03560311,-0.022335164,-0.04910883,-0.0102323275,0.026171297,0.012602169,0.0038717985,0.03569822,0.030958535,0.04644573,0.006392232,0.010208549,0.015946895,0.045653142,0.000121984434,-0.04200723,0.035127554,-0.041531675,0.00050329417,0.065689795,-0.012229652,0.031117054,0.00011771188,0.0444167,-0.048538163,0.018166145,-0.029405061,-0.0037410213,-0.019196512,-0.019164808,-0.0027066923,-0.0029286172,-0.00539357,0.037156582,-0.012895427,0.05044038,-0.004704017,0.011334026,0.02327042,0.06064893,-0.00036731557,0.017975925,-0.0104701035,-0.036110368,-0.012776539,0.022351017,0.008773963,-0.026583442,0.0297538,0.019370882,0.019323325,0.010501808,-0.0075494125,0.0270907,0.027645513,-0.014750086,0.040961012,0.043116856,0.040105015,-0.01491653,-0.015867637,-0.022319313,-0.058746714,-0.0010581067,0.0070421556,0.008607519,0.031735275,-0.022430275,-0.027249219,-0.02113043,0.034334965,-0.059888043,0.048094314,0.05446673,0.051835336,-0.005524347,-0.0016139098,-0.036998067,0.033510674,0.009217813,-0.0021380095,0.015035418,-0.026424926,-0.0191014,-0.00501709,0.033383857,0.03002328,-0.027027294,-0.03595185,-0.047206614,-0.0044424627,-0.020115916,-0.03560311,-0.014187347,0.017452816,-0.018578291,-0.033193637,0.03500074,0.015812155,-0.04279982,0.011857135,0.025870113,-0.010216475,0.011444989,-0.016517559,-0.030086687,0.031830385,0.015582304,0.014108089,-0.045811657,0.008995888,0.004878387,-0.037188288,0.023080198,0.024998264,0.052913256,0.042482782,-0.046699356,0.0008292465,-0.010588992,0.022430275,0.009986624,0.029405061,-0.0408659,0.019973248,-0.041246343,-0.01296676,-0.01945014,0.009606182,0.020623172,-0.025378708,0.067528605,0.0021657501,-0.0086471485,0.008544112,0.011072472,0.016913854,0.019148957,0.05053549,-0.07767375,0.04520929,-0.030895129,-0.00959033,0.03785406,-0.037346806,0.065689795,-0.016097488,0.051518302,-0.036807843,-0.01927577,0.04654084,0.06759201,0.019339178,-0.021732798,-0.009653737,-0.013735572,-0.013053945,-0.015352454,0.007929855,-0.018403921,0.001507901,-0.022351017,-0.04254619,-0.00901174,0.04983801,0.009503145,-0.032004755,-0.011262693,-0.024316639,0.048886903,0.0506306,-0.025077524,-0.005496606,0.0028295435,0.011706543,-0.028263733,0.022668052,0.008282557,0.00078714016,-0.025378708,0.031497497,0.008655074,0.006574528,-0.0056234207,0.028374694,-0.034049634,-0.00077475596,-0.05392777,0.008544112,-0.013022241,-0.020749986,-0.027011441,-0.053230293,0.02789914,0.019576954,0.03500074,0.018102739,-0.008932481,0.026741961,-0.006190122,-0.0007712884,0.009075147,0.02344479,0.018546589,-0.034937333,0.010795065,0.04822113,0.007917967,0.024205675,0.0253153,0.005670976,0.005516421,0.0054807547,-0.014496457,0.0444167,-0.016723633,0.015003715,-0.011032842,-0.005250904,-0.011310249,-0.012665576,-0.014559864,0.02016347,-0.016145043,-0.03259127,0.013577053,-0.0035844848,-0.014060533,-0.033257045,-0.029072173,-0.005884975,0.0033467081,-0.0025184522,-0.056337245,-0.0061465297,-0.015510972,-0.029896466,0.003639966,-0.030657351,-0.025331153,-0.0029325802,-0.00036607715,-0.00910685,0.0046762764,0.0044543515,-0.006209937,0.013386833,-0.014591568,-0.005009164,-0.0014752067,-0.0426096,0.016755337,-0.014266606,-0.027471144,0.008987962,-0.01989399,0.032559566,-0.040897604,-0.057859015,-0.0025224152,0.027280921,-0.03560311,0.019941546,0.004426611,0.051486596,0.013846534,-0.024126416,-0.025537224,0.0015475305,0.0029761726,0.031069499,-0.00043840092,0.00036657252,0.018102739,-0.015915193,0.012316837,0.003095061,-0.015392083,0.014654975,-0.032274235,-0.016739484,0.019767176,0.011286471,0.032099865,0.04812602,-0.017341852,-0.0056154947,-0.012007727,0.01381483,0.0027601921,0.0017724277,0.0049814233,0.013822757,0.028802693,-0.019148957,0.02762966,-0.017056521,0.0075494125,-0.0030078762,-0.011619358,0.04130975,0.0032575417,0.0012730964,-0.019830583,0.015217713,0.013069796,-0.01723089,0.006336751,-0.027312625,0.0099628465,-0.0005899836,-0.031671867,0.00114331,-0.03164016,-0.0062257885,-0.010961509,-0.04200723,-0.021986425,-0.03785406,-0.009217813,-0.0045930548,0.015653638,-0.03455689,-0.037441917,0.021923019,0.028232029,0.004188834,0.010731658,0.029405061,-0.011223064,-0.0005211274,0.01217417,0.04324367,-0.013466091,0.023555752,0.010271956,-0.0001928221,0.0007480061,-0.0016852429,-0.013664238,-0.024855599,0.013434388,-0.06467528,-0.04333878,-0.0014335958,-0.038678356,-0.004204686,0.0012919204,0.010382919,-0.010287808,-0.04191212,0.016565114,0.011492544,0.0015296972,0.016065784,-0.03224253,0.012514984,-0.022192499,-0.0026829145,-0.087692074,0.019941546,-0.020020803,-0.025775002,0.00011201515,-0.03541289,-0.041151233,-0.00017672263,-0.00672512,0.039883092,0.00029251497,-0.023872787,-0.013735572,0.010533511,0.004648536,0.026837071,0.024855599,-0.022430275,-0.025156783,0.021954723,-0.0029940058,-0.0030772276,0.0027760437,-0.021288946,0.002106306,-0.005801753,-0.014488531,0.024617821,0.01582008,0.013933719,0.022049833,-0.011032842,0.01945014,-0.0069668596,-0.00685986,0.006558676,-0.012150393,-0.039946496,0.011032842,-0.03490563,0.008631296,0.023777677,-0.021336501,0.006182196,0.02743944,-0.026028631,-0.003396245,-0.02992817,-0.020496357,0.006637935,0.033986226,-0.033510674,0.015653638,-0.016977262,0.02479219,0.035476293,-0.032036457,-0.0059483824,-0.01190469,-0.009360479,-0.039978202,-0.023492346,0.0060276412,-0.007985337,0.023413086,0.00052905333,-0.015059195,0.0013365037,-0.03658592,0.023524048,0.015130528,0.0047555356,0.0046009803,-0.0110090645,0.022366868,0.00235399,0.019434288,-0.031132905,-0.025378708,-0.031656016,0.020464655,0.0033724671,-0.014345866,-0.0049853865,-0.034176446,-0.023302123,0.0062297513,0.024031306,0.00086590374,-0.0007574181,-0.038424727,-0.0016565116,0.0015336602,-0.016929707,-0.03747362,0.0067211566,0.008655074,0.024189824,-0.046192102,0.044099666,0.033161934,0.019957397,-0.00078763557,-0.016834596,0.019481843,0.02132065,-0.055734877,-0.0127131315,0.0127131315,-0.001128449,-0.01873681,-0.022414424,0.008892851,0.020639025,0.01180958,-0.021621834,0.0068876003,-0.019196512,0.018784365,-0.010501808,0.017801555,0.028992914,-0.027391884,0.02593352,-0.005076534,0.013188685,0.015851784,-0.0021300835,0.019386733,0.025743298,-0.01750037,-0.006713231,0.017595481,-0.022477832,0.002881062,0.020908505,0.040200125,0.0040521123,-0.002726507,0.00017288353,-0.00937633,0.027962549,-0.0018100757,-0.016470004,-0.011825431,0.025949372,0.005619458,-0.017310148,0.016771188,-0.011484618,0.02060732,-0.033669192,-0.03073661,-0.0042997967,-0.011516321,0.005001238,-0.007906077,-0.025537224,-0.014131866,0.028105214,0.00937633,-0.02753455,-0.0012998463,-0.013822757,-0.023238717,0.034683704,-0.008456927,0.034652002,0.03569822,0.04955268,-0.041690193,-0.0121900225,0.0009565561,-0.022287609,-0.007192747,0.023254568,-0.022953384,-0.018324664,0.038583245,0.0015049288,-0.0382028,0.047808982,0.014868974,0.026187148,0.0000017763597,0.0070144148,-0.02149502,0.009812254,0.011484618,-0.0026492295,0.04869668,0.002500619,0.0099628465,0.015233565,-0.015954822,0.016224302,-0.026504185,0.01084262,0.0417536,0.04102442,0.03027691,-0.06074404,-0.031687718,0.0013107444,0.011976023,0.030054985,-0.00395502,0.035127554,0.014266606,0.015059195,0.00022006736,0.033954524,-0.04308515,-0.0070183775,0.029103877,-0.0035091888,0.010977361,-0.020353692,-0.0065983054,0.039661165,0.012205875,-0.012507059,0.012863724,-0.0022311388,-0.007204636,0.037727248,0.007890226,-0.019481843,0.023317976,0.008385594,-0.03278149,-0.00757319,0.012499132,0.02043295,0.0051082377,0.047808982,0.0063090106,0.015130528,0.0116669135,0.008607519,0.010763362,-0.0044662403,-0.0027364143,-0.007862485,-0.016216377,0.037188288,0.00086887594,0.014575716,-0.0042918706,0.00023480457,-0.016010303,0.00883737,-0.041975528,0.04318026,0.026741961,0.024459304,0.0123089105,0.02159013,-0.00477535,0.008940407,-0.002496656,0.0014464754,-0.00031901716,-0.008242928,-0.023064347,-0.016676078,0.004497944,-0.0021598057,-0.005888938,-0.0018497051,-0.0052033486,-0.0013474018,-0.03162431,0.009756774,0.017975925,-0.0027165997,0.01696141,-0.011460841,0.0034081338,0.052088965,-0.022097388,0.029198987,0.06898697,0.02051221,-0.0043037594,-0.0056947535,0.0074543017,-0.002538267,-0.011001139,0.015709119,-0.035032444,-0.019355029,-0.0116510615,0.021447465,0.033288747,0.006467528,0.011730321,0.000821816,-0.022937533,0.03661762,0.020797541,-0.0072165253,-0.045526326,0.0075573386,0.016580967,-0.010581067,-0.021637686,0.022794867,-0.0039728535,-0.0132520925,0.03604696,0.028580768,0.022636348,-0.04318026,-0.055893395,0.008171595,-0.012007727,-0.004830831,-0.033891115,-0.0297538,-0.034113042,-0.012942982,-0.0014613364,0.00648338,-0.00085797784,0.0044385,-0.012507059,-0.034239855,-0.0062812697,0.038424727,0.045145884,-0.0012136523,0.046033584,-0.037695546,-0.016771188,0.004363204,0.022287609,-0.027217515,-0.022541238,-0.020845097,-0.00018056174,-0.009994551,0.020020803,-0.016739484,0.05107445,-0.01918066,0.0041610934,-0.008496556,0.03668103,0.017294297,0.017785702,0.021273095,-0.00054589583,-0.04920394,-0.0125783915,0.0051954226,0.03010254,0.030482981,-0.0009798384,-0.00932085,-0.005231089,-0.022620497,0.004668351,0.0012344577,-0.02078169,0.021273095,0.0058572344,-0.012245504,-0.019909842,-0.0028453954,-0.011563877,0.012950908,-0.01429831,0.003249616,0.028897803,-0.040295236,-0.04768217,-0.010224401,-0.048347943,0.04413137,0.01119136,0.001639669,-0.033891115,-0.008338039,0.00655075,-0.049172238,0.00086738984,0.018530736,-0.01225343,-0.015891414,-0.040612273,0.014924455,-0.0034854112,-0.025600633,-0.019085549,-0.0047674244,0.016723633,0.01047803,0.032813195,0.027518699,0.014734234,0.015178084,0.030863425,0.053420514,-0.017627185,-0.013006389,-0.0113974335,0.0004943775,-0.019402584,-0.0012750779,0.0016257986,-0.027043145,0.018372219,0.03633229,-0.032194976,0.009645811,0.017547926,-0.027994253,-0.05018675,-0.014242829,0.038868576,-0.019941546,-0.042577893,0.004862535,0.0014494476,-0.011817506,0.030150095,0.015693268,0.0111438045,-0.009194035,-0.003023728,0.007593005,-0.010509733,0.029294098,-0.0104384,0.007735671,0.0128320195,0.0021796203,-0.0021221577,-0.00672512,0.06347055,-0.019687917,-0.01385446,0.013347203,0.017706444,-0.000382672,-0.016224302,0.008797741,0.11483033,-0.00928122,-0.027011441,0.0014989844,0.0016941595,0.013331351,-0.014924455,-0.015907265,0.009194035,-0.046414025,-0.02139991,0.010216475,-0.021748649,-0.0063724173,-0.013061871,0.002143954,-0.016723633,-0.019513547,0.013624609,-0.03000743,0.00624164,-0.0019794917,0.0043077227,-0.013133204,0.0018249367,-0.024665378,-0.024047157,-0.0071214144,0.02114628,0.044733737,0.011254767,-0.00298608,-0.00053202553,0.011912616,-0.02415812,-0.009986624,-0.006419973,-0.010858472,0.0042324266,-0.016263932,-0.02371427,-0.010160994,-0.029198987,-0.019640362,0.039185613,-0.010596918,0.0024391934,0.0114132855,0.01767474,0.02745529,-0.0085282605,-0.019973248,-0.014306236,-0.0035844848,-0.019228214,-0.024316639,0.0057304204,-0.027486995,0.010604844,-0.010581067,-0.032496158,0.000030759275,-0.01190469,0.0076920786,0.008615445,-0.011960172,-0.015027492,-0.015931044,0.037441917,-0.009891514,0.022493683,-0.0191014,0.012293059,0.007818893,-0.032194976,0.015067121,0.016470004,0.0025065634,-0.031323127,0.0016664189,0.034493484,0.004704017,-0.009606182,0.008242928,-0.004795165,0.020353692,-0.015217713,-0.018372219,-0.0037548915,-0.052469406,0.00027418634,0.019576954,0.033035118,0.01394957,-0.00025660076,-0.006851934,0.00044459302,-0.025473818,0.010850547,-0.023191161,-0.004355278,-0.0030891167,-0.010699955,0.03630059,-0.0073116357,-0.022335164,-0.013830682,0.019529399,-0.003433893,-0.0150750475,0.0141477175,-0.005884975,0.03056224,-0.02211324,0.015265269,0.00064199726,0.011278545,-0.049330756,-0.014599494,0.017246742,-0.011524248,-0.011183434,0.006336751,-0.02807351,0.029230691,0.024570266,-0.0055798283,-0.0012839945,0.026409073,-0.002738396,-0.0076960414,0.015423787,0.0009560608,-0.033225343,0.024126416,0.015463416,0.020226877,0.0029127654,0.04784069,-0.011968098,-0.022699757,0.017706444,-0.0153286755,0.011571803,-0.00017003516,-0.0023678604,0.0031267647,0.005659087,0.003128746,-0.022002278,-0.02406301,-0.007228414,-0.028961211,0.015265269,0.053483922,0.013149056,-0.0091702575,0.035095852,0.015217713,0.0061029373,-0.046160396,0.0016555208,-0.017167483,-0.03506415,0.025854262,-0.01802348,0.021605983,0.00856789,0.020100063,-0.005009164,0.0060276412,-0.012610095,0.0039015205,-0.01873681,0.0053499774,0.027122404,-0.018181996,0.020734135,-0.010287808,-0.0059880116,-0.009843959,-0.024855599,-0.013053945,0.052469406,-0.0007866448,0.018990438,-0.018102739,-0.03595185,-0.033891115,-0.037600435,0.034144744,0.014401346,0.023825232,-0.011603506,-0.037885766,0.026298111,-0.0049576457,-0.015392083,0.00267697,-0.016596818,-0.030245205,0.0116510615,0.011334026,0.0077594486,0.014662901,-0.015407935,0.0039054835,0.04749195,0.010446326,-0.02434834,0.032718085,0.023286272,0.015503045,-0.0021697131,0.011199286,-0.005611532,0.015376232,0.021067021,-0.041880414,0.0032852823,-0.021605983,-0.040961012,-0.014171496,-0.020797541,-0.027058996,0.0056392723,0.028755138,-0.02139991,-0.030213501,0.022715608,0.0030316538,0.020258581,0.021352354,-0.006439788,0.023872787,-0.010715807,-0.028770989,0.012086986,-0.008104225,0.024284935,-0.02060732,-0.03750532,-0.0046524988,0.0041610934,0.0017179372,0.007367117,0.012499132,0.0064358246,-0.0059325304,0.0063486397,-0.029959874,-0.0005483727,-0.019624509,-0.016660227,-0.012776539,-0.024380045,0.014631198,-0.015463416,-0.005369792,0.00768019,-0.019133104,0.0034398374,0.03500074,-0.010382919,0.026979737,0.0059404564,0.009368405,0.02344479,0.021003615,0.0063486397,-0.032290086,-0.0051240893,-0.022240054,0.011793728,-0.0043077227,0.011072472,0.019497694,0.008987962,0.003182246,0.0053222366,-0.006982711,0.028802693,-0.005298459,-0.039819684,-0.0006860851,-0.012063208,0.0019576955,0.029975725,0.022430275,-0.0039530387,-0.0075533753,0.011048694,-0.007953633,-0.0043830187,0.029531876,0.048791792,-0.0066181202,-0.033098526,0.021019466,0.015384157,-0.029357506,0.011032842,0.022398572,-0.017421111,0.009352553,0.032876603,-0.0115480255,0.023460642,-0.010390845,-0.00089859805,0.020829245,0.014100162,-0.014694604,-0.019783027,-0.018007627,-0.025283597,0.03607866,0.022303462,0.0116510615,0.028469805,-0.0027819881,-0.0043790555,0.0017744092,-0.04831624,0.01883192,-0.01784911,0.026298111,0.0150909,0.0125783915,-0.00032397086,0.003291227,0.02211324,-0.012158319,-0.00019851884,-0.0052033486,-0.051550005,0.01713578,0.0002937534,0.02690048,-0.023207013,-0.000099445184,0.035127554,0.0031505423,0.015043343,0.010810917,0.022255905,0.04032694,0.028438102,0.03171942,0.015812155,-0.0025501559,-0.0039688908,-0.036205478,0.007822855,0.035729922,-0.020321988,0.06074404,-0.02149502,-0.0019735473,-0.02166939,0.020559765,0.02789914,0.029119728,0.007672264,-0.0032436715,0.04688958,-0.017975925,-0.0010283845,0.022763163,0.002508545,-0.03427156,-0.019624509,0.002211324,-0.031132905,-0.014797641,-0.002647248,-0.0014870956,0.011825431,-0.039185613,-0.008607519,0.02068658,0.0026234705,-0.0027998216,-0.021637686,0.024887303,0.02504582,-0.013577053,0.017658887,0.018990438],"social":"https://twitter.com/roamerai"},{"title":"maneshwar mehra","description":"short form videos and photos shot and edited on my smartphone","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=Nk_uhcXTqCo","youtube_transcript":"Hi. My name is Manish Kumar. And currently, I'm working on my YouTube channel on which I post short videos of it as of now, which are created and edited on this smartphone. Allow me to show you the channel. So as you can see, I'm uploading only shots as of now. This is because short switch is more audience. It is good for the initial growth of each one. I started getting these stories. Store is behind the pictures, which I took, and how I shot them. Etcetera. But I do experimenting with my containers. Now I would like to show you my progress. So I made my other channel o twenty fourth of April twenty twenty three. And I actively posted content for the first two weeks. But last two weeks was rough. I thought my videos will get only going out on news, but did it quite well. Although these metrics are not the best, but this was my condition before starting this YouTube channel. What are you doing? What are you doing? Nothing. Me? Just hanging around. So I have twenty five subscribers right now. And how will I reach here? You may think, well, I shared my channel with my friends on Twitter, WhatsApp groups, etcetera. And it kind of worked. Yeah.","embedding":[0.023875516,-0.012207085,-0.033571303,0.013546444,-0.020061256,-0.016989468,0.0049024876,0.02946588,-0.006296439,0.03467773,0.018765572,-0.008596641,-0.04114159,-0.021138566,0.04414059,-0.023860957,0.011129775,-0.030979937,-0.04218978,0.027413167,0.024923708,-0.0134809315,0.048187777,0.052671716,0.015650108,-0.054244004,-0.021924712,0.045072313,-0.062192805,-0.014463613,-0.0042400877,-0.024559753,-0.006478417,-0.004917046,-0.00002232074,-0.02027963,0.00068423734,-0.03575504,0.009506531,0.0024639822,0.017411657,-0.02681628,0.035609458,-0.029727928,-0.02276909,-0.001853446,-0.06073698,0.024778126,0.03252311,-0.0077013094,-0.0420442,0.020658145,-0.01812501,0.053341396,0.030281141,-0.053865492,-0.008429222,-0.0058160173,-0.035172712,-0.006241846,0.0054411427,-0.044315286,0.053661678,0.019973906,0.0020636306,-0.027733449,-0.037181746,-0.0005918835,-0.011493731,0.0011555604,0.03266869,0.02259439,0.018357942,-0.028446803,-0.0676667,0.029509554,-0.030310258,-0.034561265,0.021822803,-0.030601423,-0.003268325,0.024763567,-0.03543476,0.02391919,-0.09625909,0.0065730456,-0.020541677,-0.028592385,-0.04603316,-0.015344386,-0.03036849,0.023103928,-0.029596904,0.011777617,0.08030326,-0.040122513,0.005735947,0.060212884,0.01796487,0.023162162,0.010962356,0.012359947,-0.0007756813,-0.05238055,0.0043092393,0.0063328347,0.0026459603,-0.03310544,0.02201206,-0.03758938,-0.07302414,-0.030397607,-0.011428219,0.015257036,0.002880712,0.012643833,0.10214062,-0.031416684,0.014543682,-0.015519085,-0.06953016,0.019231437,0.04967272,-0.040588375,-0.0020144966,-0.04414059,0.0011610197,-0.0037960613,-0.043412674,-0.05063356,0.069297224,0.004476659,0.008181731,-0.027908148,-0.020556236,-0.008756782,-0.0015204262,0.027602425,-0.045625526,-0.0014112395,0.007348272,-0.02789359,0.03526006,-0.0012975032,0.026699813,-0.04641167,-0.040442795,0.010525608,-0.0022674461,-0.062367503,-0.009419182,0.006405626,-0.01985744,0.021735454,0.03345484,0.0139031205,-0.03584239,0.03625002,-0.012454575,0.046207856,0.02291467,-0.04029721,-0.0074683777,-0.009266321,-0.0342701,0.021138566,0.007788659,-0.06131931,-0.033775117,-0.050691795,-0.008756782,-0.0035067163,-0.0045567295,-0.025957344,0.024224913,0.00943374,-0.015926715,-0.071218915,-0.03229018,-0.003706892,-0.014601916,0.031067286,-0.063182764,-0.022157643,-0.025724411,-0.018605432,0.0025276747,-0.012847648,0.0006678593,0.0070134327,0.0013248,0.056573324,-0.038666688,-0.000060337086,-0.013022346,-0.050022118,0.056544207,0.017688263,0.011763059,-0.004782382,0.016698303,-0.0015995867,0.006878769,0.050342396,-0.0049352436,-0.019406136,-0.008713108,0.043820307,-0.04428617,0.004931604,0.06912253,0.009630277,0.04087954,0.0028079208,-0.033746004,-0.036948815,-0.08467073,0.034328334,-0.055088382,-0.020352421,0.00088031864,0.02895634,0.031504035,-0.031212868,0.030252025,0.012971393,0.026918188,-0.05098296,0.034153633,-0.021255031,0.030426724,0.010147094,-0.030921703,-0.03855022,0.040238976,-0.02648144,0.033483956,0.0007429252,-0.0046440787,0.005481178,0.02268174,0.021706337,0.020832842,0.030892588,-0.004906127,0.009783138,-0.07086952,-0.08764061,-0.05578718,-0.0007788659,0.07680928,0.004618602,-0.051827338,0.0042983205,-0.011821291,-0.06166871,-0.026990978,0.04693577,0.029436763,0.011348149,0.036948815,-0.03627914,-0.009863208,0.00042810326,-0.0010190769,0.027398609,-0.025185756,0.022230433,0.012760298,-0.0392199,-0.0047059515,-0.021546196,0.0017733758,-0.010700307,-0.0139322365,0.0063983467,0.015766574,-0.01538806,-0.01026356,-0.025171198,0.0016350724,0.01465287,0.0051936526,0.0577671,0.014827568,0.014580078,0.01200327,0.01763003,0.005688633,0.04358737,0.013954074,-0.046004042,-0.029334856,0.024093889,0.008953318,0.017397098,0.009892325,0.010212606,-0.010190769,0.03499801,-0.025404131,-0.035958856,-0.009259041,0.063357465,-0.029626021,-0.04358737,0.046906654,0.031329334,-0.0030062767,-0.024093889,0.0010600219,0.041345403,-0.0039016085,-0.030892588,-0.00869127,0.027573308,0.058960877,-0.022696298,0.013531885,0.0034866987,-0.027587866,-0.055321317,-0.037210863,-0.055030152,0.0036359206,0.019216878,0.050953843,-0.018518083,-0.0060453094,-0.013888562,0.0041454593,-0.0635904,-0.0061181006,0.01755724,-0.017251516,0.0025167558,-0.008793178,-0.021138566,0.05709742,0.06370686,-0.022274109,-0.041753035,0.027616983,0.005470259,0.0074392613,0.047023118,-0.014994988,0.02549148,-0.021866478,-0.0018834724,-0.014252518,-0.017236957,0.032377526,-0.024516078,0.035143595,0.010518329,0.0085820835,-0.032814275,-0.015941273,-0.018561758,-0.024530636,0.014667428,0.02176457,0.027616983,0.027122002,0.034066282,-0.02458887,-0.01291316,0.0045312527,0.05767975,0.017644588,-0.05817473,0.012985951,-0.0021164042,-0.018911155,0.0041854945,0.03758938,-0.007584844,-0.025404131,0.03153315,0.04842071,0.024705335,0.013684747,-0.026335858,-0.048100427,0.021502523,-0.006937002,-0.011413661,-0.014638311,0.014994988,0.016902117,-0.032377526,-0.055903647,0.030281141,-0.0050844657,0.026292183,0.021007542,0.020978425,-0.006926083,0.016902117,0.017324306,0.009841371,-0.03467773,0.02930574,0.041607454,0.029655136,-0.03715263,-0.018299708,-0.0045312527,0.0009790417,-0.01001607,-0.03997693,0.06155224,-0.003847015,-0.052409668,-0.011238962,-0.00034280107,0.0522932,0.07215064,0.028024614,-0.011107937,-0.06428919,0.015577318,0.0059106457,-0.002698734,0.010474655,0.037531145,-0.018721897,0.043965887,-0.046149623,-0.049934767,0.012410901,0.00025545162,-0.016712861,0.008545687,-0.012541925,-0.006977037,-0.006416545,-0.002605925,0.014769335,-0.022041177,-0.0010127076,-0.034648612,-0.028534152,-0.031329334,0.025971903,-0.021618988,0.017426215,-0.053865492,-0.00014762966,-0.025840878,-0.04460645,-0.023060253,0.039103433,-0.043325324,-0.030747006,0.013095138,-0.032988973,0.0053501534,0.026990978,-0.033047207,0.019391578,-0.005040791,0.025302222,0.032086365,0.018387059,-0.03345484,-0.009484694,-0.014259797,-0.044577334,0.06504622,-0.003435745,0.008596641,0.06300807,-0.0833896,0.0049024876,0.0038834107,0.00097540213,-0.049614485,-0.016698303,0.0066567557,0.03394982,0.036774117,0.05733035,0.0006437472,-0.019013062,0.008356431,0.03383335,-0.01083861,0.0059652394,-0.019406136,0.051972922,0.035201825,-0.017004026,0.00819629,-0.038084358,-0.04402412,-0.017149609,0.009411903,0.010780377,0.016246997,0.05569983,-0.024880033,0.053749025,0.023191279,-0.011522848,-0.014762056,-0.0069078854,-0.008895085,0.0038288173,-0.031096403,0.0060453094,-0.008429222,-0.01745533,-0.027806241,-0.023103928,0.01563555,0.030019093,-0.019464368,0.010649353,-0.06009642,-0.009564764,-0.012236201,0.015329828,-0.034444798,0.0393946,0.01447817,-0.01597039,-0.032231946,-0.00786145,-0.013939516,-0.04131629,0.019493485,0.013590118,-0.029160157,0.0009881406,-0.012272597,-0.05453517,-0.030164676,-0.023162162,0.01886748,0.0032301098,0.01464559,0.018168684,-0.0147111025,-0.0009544747,0.022929229,0.00678414,-0.009259041,0.018066777,0.020075815,-0.01621788,0.043907654,-0.01994479,-0.0017442593,-0.016756535,-0.0134809315,0.0083200345,-0.011479173,0.009841371,-0.016683744,-0.020177722,0.0009226285,0.04218978,0.0017660966,0.026874512,-0.010052466,-0.041083355,-0.015883042,0.0061690547,0.022288667,-0.057970915,-0.017993987,-0.03814259,0.03997693,0.009346391,-0.041345403,0.008269081,-0.013844887,0.0048697316,-0.004775103,-0.027107446,0.006860571,0.019813767,-0.026015576,0.0027879032,-0.049032155,-0.0037341889,0.019435251,-0.007086224,0.031067286,-0.028519593,0.010088861,0.03913255,-0.0017033143,0.04055926,-0.025127525,-0.055350434,0.0039853184,0.0018798328,0.012818531,0.023002021,-0.016159648,-0.016640069,0.008036149,0.02259439,-0.021939268,-0.010445538,0.006416545,-0.01985744,0.0070716655,0.009390065,-0.010503771,-0.030281141,-0.0069843163,0.0044657406,-0.021371497,0.010853169,0.01978465,0.01043098,-0.017600913,-0.022972904,-0.039831348,0.039190784,0.018343383,0.024850918,0.011959595,-0.020643586,0.019391578,-0.017164167,0.033309255,0.0063182767,0.013000509,-0.008036149,-0.0090989005,0.013146091,-0.01407054,-0.0063109975,-0.0099432785,0.0071553756,0.035958856,-0.042248014,0.002946224,0.0031027251,0.036628533,-0.012527366,-0.012643833,0.031183751,0.021502523,-0.017397098,0.005637679,0.008414663,0.045800228,-0.0399187,-0.004906127,-0.0065075336,-0.018605432,-0.013371744,-0.028665176,-0.015766574,0.008072545,0.0339207,-0.002904369,-0.0000688673,-0.013954074,0.021080334,0.0034139075,-0.019406136,-0.0025294945,-0.0027242107,-0.026568789,-0.033309255,-0.006969758,-0.055030152,0.010278118,0.0054229447,0.015242478,-0.01382305,0.029014574,0.0062600435,0.02565162,0.0035558504,-0.021953827,0.023045696,-0.009404624,0.002780624,0.016101414,-0.0057286676,-0.024559753,-0.008654874,-0.0069515603,0.01075854,0.0013693846,-0.02176457,0.014805731,0.011617476,0.0047059515,-0.01348821,-0.0024093888,-0.071626544,-0.010045187,-0.0073118764,-0.06190164,0.025564272,-0.010831331,-0.0009790417,-0.038608454,0.013677468,0.037269097,0.01754268,-0.017513564,0.017688263,0.027456842,-0.0019817406,-0.027748007,-0.010962356,-0.023628024,-0.055903647,0.012039665,0.016610952,-0.0022947427,-0.0012838548,-0.05412754,-0.030019093,-0.010503771,-0.003930725,-0.00041695713,0.014434496,-0.029218389,-0.007497494,0.022055736,0.013553723,0.012338109,0.0211968,0.022230433,0.046295207,-0.05380726,0.015839366,-0.00910618,-0.027005536,-0.009375507,0.002367534,-0.010816773,0.06557032,0.017149609,-0.008269081,0.0054229447,0.032901626,-0.03732733,0.016232438,-0.0041563776,0.014965871,-0.037997007,0.05555425,0.0044038678,0.028985457,-0.01447817,0.0003948923,-0.028432244,0.022565274,-0.03045584,0.017804729,0.009331833,0.029000016,-0.027879031,-0.008567525,0.022929229,-0.021167682,0.01216341,0.010212606,0.02201206,-0.003368413,0.03287251,-0.024705335,0.03543476,-0.023700817,-0.013939516,0.027908148,0.015315269,0.004844255,0.02052712,0.0012028747,-0.028199313,-0.028184755,0.0032100922,-0.009004272,0.021895595,-0.01621788,-0.010882285,-0.040763076,0.014805731,-0.01879469,0.021342382,0.014674707,-0.023846399,0.00256589,-0.013306232,-0.08729121,-0.013801212,0.015446294,-0.021036658,-0.0045130546,-0.044489983,0.011719384,-0.043762073,-0.025302222,-0.03095082,0.0005204571,-0.024428729,0.005561248,-0.02266718,0.019930232,0.0053574326,0.010249002,0.0009590241,-0.029407647,0.029116482,-0.0061508566,0.008043428,-0.02324951,0.019799208,-0.010125256,-0.026990978,-0.00026932746,0.0024403252,0.011064263,-0.011071542,0.028315779,0.023875516,-0.012454575,0.0048296964,-0.03948195,0.039773114,-0.026292183,0.028417686,0.045276128,-0.039773114,-0.026990978,0.039773114,0.005990716,-0.019158645,0.013313511,-0.010714865,-0.002615024,0.04591669,0.007628518,-0.011202566,0.009441019,-0.02506929,-0.017862963,0.021487964,-0.00778138,0.028679734,-0.019493485,0.028403128,0.038229942,0.0008866879,0.036803234,0.0015832087,0.009324553,-0.0018197801,-0.017353423,0.015329828,0.031474918,-0.022710856,-0.04329621,0.030805238,0.00810894,0.022492481,0.027122002,0.012891322,0.058960877,-0.0091644125,-0.01763003,0.025535155,0.005481178,-0.016843885,-0.016232438,0.020672701,0.00002648633,0.030572306,-0.03185343,0.029931743,-0.02266718,-0.013954074,0.014114215,0.024938267,0.019828325,-0.010904122,0.0052518854,-0.002797002,-0.039685763,-0.0017988527,-0.009950558,-0.032319296,0.023977423,0.023628024,0.028767085,-0.0015550021,0.0044657406,-0.008705828,0.018183243,0.033862468,0.024312263,0.0057505053,0.0015076878,0.011246241,-0.021458847,0.006165415,0.031241985,0.02706377,-0.028242987,0.002134602,-0.025840878,-0.013670188,-0.00079979334,-0.017862963,0.024792684,0.019420693,0.0029152879,-0.036948815,-0.0009781318,0.04850806,-0.011304474,-0.025345897,0.0042000525,-0.030514073,0.028039172,0.017950311,0.023365976,0.013255279,-0.01895483,0.021240473,0.03558034,-0.0005682263,-0.009375507,-0.004181855,0.0013875824,0.016436255,-0.025622504,0.024093889,0.006241846,0.008887806,-0.012469133,0.044897616,0.006802338,0.005106303,0.004196413,0.02987351,-0.013473652,0.017091375,0.0010318153,-0.016523603,-0.013102417,-0.006088984,0.0044584614,0.030484956,0.007854171,0.0028497756,0.029524112,-0.009382786,0.017979428,-0.0021564395,0.0023384176,-0.014201564,-0.0032410284,-0.014339867,-0.020250512,0.04603316,0.029582346,0.008305476,0.026190275,-0.027864473,0.024064772,0.016843885,-0.028170196,0.029989976,0.041025124,0.010714865,-0.031387568,0.012549204,0.006176334,0.00877134,-0.0045239734,-0.017164167,-0.013677468,-0.043674722,-0.009528369,-0.025928227,-0.010663912,-0.00019721867,-0.013349907,0.0064929756,-0.010496492,-0.010773098,-0.02068726,-0.0036522986,-0.011639314,-0.020017581,0.034066282,0.012447296,0.026641581,0.011035147,-0.04053014,0.0125710415,0.012469133,0.00951381,-0.0032301098,0.020512562,-0.019901115,-0.0023184,-0.006471138,0.021313265,0.016290672,0.0059870766,-0.0119231995,-0.023540676,0.009732184,-0.027456842,-0.04824601,0.0004899758,-0.014281634,0.009739463,-0.007490215,-0.03275604,-0.0031973536,-0.0043165185,0.0027096525,0.049352437,0.0026368613,0.008007033,-0.017062258,-0.009309995,0.012563762,-0.0045385314,0.051012076,-0.013029626,-0.017266074,0.004625881,0.020381538,-0.038288172,-0.019129528,-0.0033556744,0.0037887823,-0.0046440787,0.012803973,-0.020294188,-0.017280633,0.027340377,0.012381784,0.004105424,-0.013247999,0.017600913,-0.028941782,-0.0023693538,0.015752017,0.008531129,0.029553229,-0.007970637,0.04355826,-0.035725925,0.014005028,-0.0029735207,0.0037087118,0.0048369756,-0.010037907,0.011056984,-0.017935753,0.023977423,0.021298707,0.03453215,-0.004327437,0.01995935,-0.022463366,-0.024617985,0.003774224,0.008851411,-0.020876518,0.019129528,0.010074303,-0.019085854,-0.0006614901,0.0021800967,-0.038026124,-0.026641581,-0.0061945315,-0.036570303,0.03543476,0.028868992,0.014871243,0.008946039,-0.0030244745,-0.0047059515,-0.014951314,-0.008531129,0.01861999,0.027267585,-0.015446294,-0.0030845273,0.02061447,-0.0046986723,0.012389063,0.033862468,-0.01075854,0.008480175,-0.026743488,-0.0274714,-0.022303225,-0.010394584,0.004061749,0.019260554,-0.024952825,-0.0028661536,0.0062600435,-0.009957837,0.029596904,-0.022870997,-0.023526117,-0.02276909,-0.018008543,0.00571047,-0.0024639822,-0.0316205,-0.011384545,-0.013357186,-0.0120178275,0.029072808,-0.019464368,-0.02259439,-0.0045967647,0.011632035,-0.026714372,0.012527366,-0.008254522,0.016174207,0.006380149,0.0052409666,0.0033119998,-0.018226918,-0.02160443,0.05610746,-0.011260799,0.004487578,0.01985744,-0.0034976173,0.019668184,-0.004356554,0.0955603,0.00190349,0.034240983,-0.029844394,0.043470908,0.0017251516,0.014376263,0.0074538193,-0.035201825,0.0009508351,0.01249825,0.04652814,-0.0011728483,0.01812501,0.014507287,0.012170689,-0.016654627,-0.016902117,-0.015460852,-0.037065282,0.016523603,-0.0025586109,0.018663665,0.009404624,-0.049730953,0.0033119998,0.022550715,0.010074303,-0.004509415,0.0064529404,0.022943787,-0.0062200082,0.018736456,0.023365976,0.009259041,0.008392826,0.0004326527,-0.012316272,-0.03278516,-0.0003341571,0.009703068,-0.016072297,0.031766083,-0.005386549,-0.008254522,0.014703823,-0.0008216307,-0.012010549,-0.0002857055,-0.04111247,-0.023497,-0.0060453094,0.0004699582,-0.0018361581,0.009826813,-0.004247367,0.0008948769,0.019158645,0.011661151,0.010525608,-0.028941782,-0.008472896,-0.010612958,-0.035987973,0.019347902,-0.003674136,0.024763567,0.012687507,0.008502013,-0.023395093,-0.014616474,0.0024949186,-0.016014066,0.015257036,-0.0028934504,0.017993987,-0.009622998,0.013102417,0.023380535,0.019071296,-0.012447296,-0.05505927,-0.0027660658,-0.0035558504,-0.008669432,0.02391919,-0.019406136,0.054069307,0.01274574,0.02201206,-0.043674722,0.0070170723,0.036599416,0.0008471077,0.00860392,0.016698303,-0.023540676,0.0073300744,-0.04577111,0.000040063598,-0.015257036,0.0028952702,0.020512562,0.0013866725,-0.015053221,-0.028592385,-0.03549299,-0.008683991,-0.030135559,-0.008072545,0.010372747,0.011399102,0.03499801,0.0033993493,0.021211358,0.016261555,-0.04475203,-0.016741978,-0.028665176,-0.022128526,0.0147111025,0.048449825,-0.007228167,0.016581837,0.012985951,0.020934751,0.033134557,-0.033716887,0.031387568,0.01680021,0.0056922724,0.033542186,0.020745493,0.010642074,0.01995935,0.019420693,-0.045247015,-0.037210863,-0.021109449,-0.0026969141,-0.022638064,-0.0060525886,-0.011617476,0.0117485,-0.0090989005,-0.00050043955,-0.0140632605,0.0037341889,0.008123498,0.025331339,0.011450057,0.0002631857,0.012308992,0.026030134,-0.015984949,0.0005536681,0.025185756,0.016902117,-0.029815277,-0.01356828,0.021953827,-0.0020581714,0.0034466635,-0.0034794195,-0.0018106812,-0.0037887823,-0.052118503,0.0137357,-0.01332807,-0.007108061,0.019391578,0.021065775,-0.041782152,0.025433248,-0.00045812965,0.026539674,0.009033388,0.010350909,-0.065279156,-0.0067768614,-0.008203569,0.024297705,-0.03004821,0.0003723725,-0.025229432,0.0013948615,0.011864967,-0.02142973,0.024807243,0.011646593,-0.01697491,-0.0034557625,-0.008996993,-0.0015686505,0.018532641,-0.014041424,-0.028912667,-0.0043165185,0.0062527647,0.008865968,0.028257545,-0.01498043,-0.021327823,-0.002209213,0.0027915428,0.0014230681,-0.007108061,-0.022579832,0.015926715,-0.0028989099,-0.0030517713,-0.0015932175,-0.01821236,0.012410901,0.012665669,-0.0038506547,-0.011544685,0.021400614,0.024778126,-0.00992872,0.010976913,-0.0059797973,0.031154636,-0.071801245,0.037123516,0.029757045,0.02607381,-0.009761301,-0.04379119,-0.0016405318,0.00869127,-0.01465287,-0.021924712,0.0029280263,-0.03875404,0.057388585,-0.013968633,0.0033483955,-0.024530636,-0.028024614,0.0034466635,0.002167358,0.01771738,-0.010576562,0.007002514,0.027762566,-0.012410901,-0.025855435,0.018430732,-0.038783155,0.008327314,0.01886748,-0.00090761535,-0.013611956,-0.0026787163,-0.003988958,-0.014507287,-0.034881547,0.043820307,0.007999754,-0.03782231,0.0041745757,0.020148605,-0.049265087,-0.0012538285,0.00044084174,0.017033141,0.0046440787,-0.036861464,0.01340814,0.0014057801,-0.048886575,0.013357186,-0.0083855465,-0.0020308746,-0.029393088,-0.00023975603,0.02987351,0.03383335,-0.013197046,-0.01936246,0.03805524,-0.026961863,0.031882547,0.012410901,-0.007941521,0.0028333976,-0.0035121755,-0.010372747,0.019813767,0.026859954,0.0014785713,-0.011733943,0.0069406414,0.028737968,0.0019253273,0.0005445692,0.0070498283,0.007250004,-0.013277116,0.009870487,0.008247243,-0.007260923,-0.017338865,-0.002276545,-0.002531314,0.028199313,-0.005819657,0.0185472,0.016989468,-0.022827322,0.000562767,0.008349151,-0.024981942,0.01697491,0.0018470768,0.006886048,-0.015912157,-0.022943787,-0.0022055735,-0.006281881,0.017018585,0.027587866,0.00645658,0.027835356,-0.011777617,-0.004214611,-0.071801245,0.01150829,-0.009593881,0.027253028,0.009870487,0.032814275,-0.03252311,0.021939268,0.0029644219,-0.0001295456,-0.035813272,0.0014476351,-0.025360456,-0.014208843,-0.02987351,0.025724411,0.020963866,-0.019988464,0.02077461,0.031154636,0.0038215383,0.00072609226,0.006114461,0.021633547,0.03907432,0.052002035,0.02937853,-0.017411657,0.050866496,0.023497,-0.0010390944,-0.00070061535,-0.010685748,-0.0037669449,-0.028170196,-0.0026932745,0.018852921,-0.029262064,0.0074538193,-0.02218676,-0.0066567557,-0.008123498,0.0075775646,-0.0051026633,-0.00438931,0.045625526,0.008057986,0.002192835,-0.018256035,-0.026918188,0.021633547,0.03450303,-0.0043820306,0.0030353933,0.00087713404,-0.012651111,0.0274714,0.015344386,0.01257832,-0.021589871,-0.029262064,-0.011100659],"social":"https://twitter.com/maneshwarmehra"},{"title":"ai stock cast ","description":"an artificial intelligence app that scans the web's news feeds and generates a market sentiment analysis for the day.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=9_EtEZ1fky4","youtube_transcript":"I'm Jesse with the House of SpectreSeq, and I'm building an AI generated market sentiment analysis app. I have a wait list for our r and d suite edition that I'm aiming to use Bill Space in spreading the word.","embedding":[0.02152294,-0.02234315,0.0245,-0.0086577805,-0.0030283246,-0.012227217,-0.018150961,0.039582767,-0.008255269,-0.042468693,0.012325945,-0.09392933,-0.016647242,-0.04547613,0.0018046536,0.026854308,-0.004712415,-0.005190871,-0.035299443,0.057232488,-0.008475511,0.033415996,0.00915902,-0.0017144684,0.020702727,-0.016571296,-0.029345319,0.038641043,0.010396931,-0.041253567,0.044595163,-0.033112213,0.009098264,-0.004085865,0.005859191,-0.028266894,-0.009948853,0.03818537,-0.002775806,0.00982734,-0.029406076,-0.042985123,0.033112213,0.0313199,-0.034570366,-0.0092957225,-0.04748109,-0.031775575,0.017269993,0.005190871,-0.050640423,-0.009964042,-0.00533137,0.032443892,0.003725124,-0.039734658,-0.04483819,0.034145072,0.015735896,0.026793553,0.054954123,-0.00072005775,-0.025320211,0.02652015,-0.03183633,-0.019031929,-0.004507362,0.023983572,-0.015614383,0.012629727,0.022601364,0.0086501865,0.011186764,-0.026808742,0.0034156463,-0.05152139,-0.015766274,0.052128952,0.029238995,-0.013518289,-0.012682889,0.018606633,-0.01565995,0.008771699,-0.045567267,-0.045749534,-0.020550838,-0.02765933,-0.05070118,0.021568505,0.015470087,0.045081217,-0.039795414,-0.032626163,0.024773404,0.015933353,0.0089084,0.055561688,0.009462803,0.011224736,0.011353844,-0.010396931,0.012310756,-0.03830688,-0.00016257071,0.01850031,-0.0001053743,0.008353999,0.009333695,0.0012474039,-0.1520124,0.0101539055,0.005426302,-0.036575325,-0.0052364385,0.008710942,-0.02232796,-0.021598885,-0.034145072,-0.012774023,-0.04748109,0.010032393,-0.006664213,0.025942963,-0.019882517,-0.020368569,-0.054923743,-0.061394297,-0.011969002,0.00917421,0.017254805,-0.0071350746,0.05866026,-0.016419405,0.0037991707,0.0061477837,-0.039278984,-0.014778984,-0.018090205,-0.024621513,0.007131277,0.035572845,0.0033150187,-0.011528518,-0.021219157,-0.055926226,-0.058721017,0.0013945482,-0.015978921,0.027097335,0.02734036,-0.0008434691,-0.070598885,-0.018196529,0.047055796,-0.011475356,0.018530687,0.013024644,-0.029117484,0.0031707222,0.02234315,0.04380533,0.02767452,-0.013852449,-0.04201302,0.027082145,-0.004032703,-0.04116243,-0.03618041,0.01076147,-0.00084584235,0.0075565716,0.005589585,-0.020444514,0.033385616,0.0012616437,0.03997768,-0.02433292,-0.029284563,-0.013556262,-0.059936143,0.027598575,-0.028874457,0.0044959704,-0.034570366,-0.051399875,-0.0073439246,0.0005686415,-0.0060376627,0.021933043,0.03220087,0.070538126,0.040797893,0.059055176,0.001862562,-0.024955673,0.030089585,0.025411345,0.016221946,0.010062771,-0.008528673,0.026611283,-0.008460322,0.016723186,0.01024504,0.025639182,-0.017133292,-0.053435214,-0.026854308,0.0019385074,0.09830378,-0.019912895,0.006683199,0.024606323,-0.03016553,-0.030742716,-0.03584625,0.030864228,0.034084316,0.064948544,-0.04915189,0.023710167,0.015234656,-0.00562376,0.013723342,0.08566646,0.06367266,-0.06689274,0.017923124,-0.0043174983,0.022145692,-0.018591445,-0.029102294,0.0067819282,0.0016394723,0.025229076,-0.026717607,-0.0071388716,0.036058895,-0.008794483,0.020019218,0.017862368,0.044898946,0.021750774,0.057566646,-0.010807036,-0.0028213733,-0.0513695,0.03769932,0.019396467,-0.0028878255,0.012963887,0.014801767,0.0063224584,-0.026899876,-0.0009740003,-0.045020457,0.040311843,-0.0018350318,-0.020079976,-0.022419095,-0.026641661,-0.0058250157,-0.0047238064,-0.038580284,-0.012789213,0.035086796,-0.044139493,-0.037911966,-0.035815872,-0.016070057,0.03930936,-0.0146270925,0.02299628,-0.030378178,0.011536113,0.009265344,-0.013427154,-0.032261625,0.05583509,-0.029102294,0.026808742,0.021583695,0.01801426,-0.0053237756,0.051035337,0.060270306,-0.06986981,-0.030530069,0.029709857,0.02919343,-0.027598575,0.010260229,0.008202108,0.0066566183,0.0077920025,0.06330812,-0.03754743,-0.009888097,0.020854618,0.023451952,-0.0037175294,0.039430875,-0.034752633,-0.0073325327,0.016389027,0.005494653,-0.020049596,-0.00800465,-0.05452883,0.0034574163,0.021249535,0.008414756,-0.030636393,-0.031092064,-0.021173589,0.023057036,-0.010807036,0.02598853,-0.027932733,-0.015143521,-0.056624923,0.01900155,-0.009470397,-0.025791073,-0.03937012,0.038246125,-0.020034408,0.037638564,-0.01166522,0.03317297,-0.011870272,-0.008399566,-0.056138873,-0.0015844118,-0.06567762,0.019442033,0.014095474,-0.01834842,-0.021614073,-0.026626473,-0.041314323,-0.033780534,-0.017573776,0.019852139,-0.034388095,-0.021371048,0.009834935,0.02331525,0.00917421,0.001940406,0.025456913,0.0010129224,-0.03785121,0.016647242,-0.03615003,0.0107918475,-0.024454433,-0.03782083,-0.023892436,-0.04930378,0.029482022,0.05516677,0.020125542,0.02785679,0.009599504,-0.012690484,0.024818972,0.029649101,-0.02752263,0.026747985,-0.0021416615,0.02899597,-0.009964042,0.014991631,0.000120622724,0.033415996,0.032869186,-0.042559825,0.05085307,0.07983385,0.013586639,-0.059115935,-0.017042158,0.007890732,0.047238067,0.03065158,-0.000085201296,-0.029618723,0.03517793,0.041040916,-0.029269375,0.011923434,0.02217607,-0.029952884,0.0051528984,0.010305797,0.056776814,0.043258525,-0.028373217,-0.0038960013,-0.044109114,-0.0018426264,0.02433292,-0.041314323,0.015181494,-0.010966522,0.0144220395,0.010685524,-0.029618723,0.031471793,-0.07886175,0.049455673,0.004947846,-0.040615622,0.018105393,0.00053114345,-0.002906812,0.045384996,0.058569126,-0.025639182,-0.092288904,0.00915902,-0.014163826,0.033112213,-0.015902976,0.08639554,-0.026049288,0.015105548,-0.028707378,-0.023284873,-0.0056579355,0.0126980785,-0.035694357,-0.045567267,-0.0016119421,0.004298512,0.04951643,0.0040137167,0.04930378,-0.012880348,-0.008718537,-0.069323,0.01634346,-0.010746281,-0.01635865,-0.011817111,-0.035876628,-0.0295124,-0.022130502,-0.013032238,-0.030530069,-0.034296963,-0.008976751,-0.019943273,-0.0430155,0.051582146,0.022464663,0.0001753865,0.0353602,0.003892204,0.036727216,-0.05252387,0.053101055,-0.010647551,-0.031016119,-0.026763175,-0.003447923,-0.000579084,0.026854308,-0.00675155,-0.043623064,0.031137632,-0.0007922059,-0.051278364,-0.021629263,0.0270062,0.008748915,0.005452883,0.008817266,-0.01965468,0.034600746,-0.012439864,0.055470552,0.016525729,0.032747675,-0.038063858,-0.037091754,-0.035572845,0.0084907,0.018864848,0.033628643,0.027537817,-0.019290142,-0.00004289731,-0.020793863,0.015318196,-0.020125542,0.01916863,-0.024682269,-0.011034873,-0.029223807,0.009333695,0.041587725,-0.0005259222,0.010647551,-0.056442652,0.023846868,0.003823853,0.02535059,-0.0008705247,0.023907626,-0.027431494,0.0050579663,0.0017495932,0.017528208,0.01733075,0.021917855,0.0004093934,-0.031076876,-0.00046208056,0.011072846,-0.044291385,0.005525031,0.021629263,-0.040251084,-0.032535028,-0.017801613,-0.002509997,-0.03618041,0.021143211,-0.016449783,0.0052971947,0.009888097,-0.028418785,0.034296963,0.0024720242,-0.019912895,-0.027750466,0.018302852,-0.011194359,0.036271542,0.019092685,0.025365777,-0.023543088,0.0026466986,-0.019578736,0.024575945,-0.00604146,0.016920645,0.05416429,-0.020596404,0.07400124,0.019214198,0.009181804,-0.0026903674,0.0052971947,-0.03599814,0.04316739,0.016601674,-0.016085245,-0.02134067,0.004199783,0.010283013,-0.008255269,0.0076515037,0.013328426,-0.0019290142,0.009310911,0.031988222,-0.031137632,0.003277046,-0.0037991707,-0.027431494,0.005813624,-0.020596404,0.03168444,0.0012540491,0.010123528,0.015318196,-0.014748605,-0.0133588035,-0.020884996,0.02548729,-0.030803472,0.039765034,-0.008065406,0.017649721,0.009440019,-0.0015008718,-0.0072338036,-0.0201863,-0.005133912,0.0026315097,0.004507362,-0.030712338,0.026459392,-0.014201798,0.017269993,0.0530403,0.016267514,0.004294715,-0.0245,0.0011600667,-0.010290608,0.01947241,0.014315716,0.03551209,0.030955363,-0.030256664,-0.027765654,0.008498295,-0.0002525186,-0.036058895,-0.030636393,0.030545257,-0.033537507,-0.023664601,0.025867019,-0.0062617017,-0.024803782,-0.024940483,-0.0033169172,0.01542452,0.038884066,0.04113205,0.013062616,-0.051399875,-0.0114373835,0.01968506,-0.0013309439,0.019624302,-0.014368878,-0.021735586,-0.03387167,0.0047351983,0.011627248,-0.0002303283,0.014452418,-0.022555796,-0.024074705,-0.014346094,-0.0118550835,-0.0034612135,0.061242405,-0.025472103,0.007116088,0.00792111,0.0396739,0.004628875,-0.031137632,-0.033780534,0.019533169,0.016282704,0.017710477,0.016586484,-0.0024511393,-0.018439554,0.049243025,0.023953194,-0.013639802,0.033051457,-0.0011591173,-0.0030928783,0.007492018,0.031714816,-0.01159687,0.009690639,0.030955363,0.04098016,0.002745428,0.014604309,-0.0027302387,-0.054073155,0.008057811,-0.020733107,-0.03532982,-0.064887784,-0.02132548,-0.012675295,0.0061136084,-0.0064515653,-0.0074350587,-0.028707378,0.033537507,0.0075299907,0.019943273,-0.0067211716,0.03900558,-0.00021027395,0.016859889,0.042985123,0.020398946,-0.039886545,0.039096713,-0.028601054,-0.018804092,0.034053937,0.0037346173,-0.06519157,0.0030454122,0.0194876,-0.0030302233,-0.020034408,-0.0017771234,-0.0057946374,0.0077920025,-0.009212182,0.02715809,0.031380657,-0.015014414,0.0043250932,-0.022798821,0.01208292,-0.02916305,-0.01666243,-0.020535648,-0.026899876,0.019882517,-0.026975822,-0.04699504,0.006683199,-0.01649535,-0.045628022,0.020262245,-0.033628643,-0.009098264,-0.0028004881,-0.033142593,-0.025715128,0.016449783,0.020657161,0.023862058,-0.041192807,0.033780534,-0.013161345,-0.052584626,0.009789368,-0.023953194,-0.04380533,-0.0028023869,-0.007773016,-0.006945211,0.03782083,0.00758695,-0.0005539271,0.024211407,0.05850837,-0.016738376,0.0010347567,-0.011384222,0.016221946,0.019016739,0.003510578,0.022115313,0.016753566,0.018895226,-0.012599349,0.009250155,0.0036396855,0.038792934,0.013692964,-0.012546187,0.021097645,-0.017072536,0.0067819282,0.017057346,0.0099412585,0.014771389,-0.008893211,0.009455208,-0.0031612292,-0.012219622,-0.0186522,0.007761624,-0.04547613,-0.010601984,0.0076325173,0.027902355,0.009029914,0.035269063,0.0032428703,0.0040934593,-0.038094234,-0.045567267,0.0020372365,0.018135771,-0.006838887,-0.05334408,-0.004256742,-0.00620854,0.056898326,-0.029709857,-0.034114692,0.050883446,0.0038751164,0.014634687,-0.058234967,-0.021568505,-0.018621823,-0.018925605,0.0074578426,-0.0056009763,0.006554092,0.038580284,0.032899566,0.024393676,0.016297892,-0.054285802,-0.025623992,0.04049411,0.025578426,-0.020140732,-0.02765933,-0.002492909,-0.015994111,0.014665065,-0.030271854,-0.00014002441,-0.0127208615,0.050123993,-0.0037232253,0.004070676,-0.017345939,0.05969312,0.009591909,0.0052782083,-0.007769219,-0.02550248,-0.03733478,0.029269375,0.009447613,0.01226519,-0.030287042,0.0065692808,0.022601364,0.013829665,-0.021598885,-0.02431773,0.022586174,-0.022312772,0.02184191,0.043744575,0.024986051,0.022419095,-0.009348884,0.032140113,-0.003683354,0.03183633,0.019715438,-0.0036909485,0.0017287082,0.031957842,-0.009569126,-0.019730626,0.0067325635,0.018712956,-0.030894607,0.013077806,0.014634687,0.005221249,0.0030928783,0.0034023558,-0.01492328,0.008369188,-0.0010632363,0.022798821,0.00075708114,0.023102604,0.01174876,-0.03165406,0.025745505,-0.041466214,-0.0076097334,0.010951333,0.011566491,-0.05018475,0.02381649,-0.012979076,-0.027036577,-0.011353844,-0.04149659,0.009227372,0.005935136,-0.00641739,0.01492328,0.0022631742,0.026034098,-0.026125232,-0.026353069,0.0105716055,0.028069437,-0.0054984502,-0.027871978,0.013222102,0.036909487,0.003411849,0.03900558,0.027628953,-0.010457688,0.017026968,-0.00148948,0.014520769,-0.0019033827,-0.0063490393,0.00031422428,0.01024504,0.020611593,0.0024530378,0.00062702456,-0.0006094622,0.003109966,0.010852604,0.015067576,0.00027197963,0.013404371,0.018561067,0.051035337,-0.0076970705,0.0018397784,-0.022449473,0.00658447,-0.004271931,-0.008543862,-0.024378488,-0.019214198,-0.020459702,0.023664601,0.01799907,0.010526039,-0.011042467,0.01092855,-0.008688158,0.012781618,0.017649721,0.014862523,0.018545877,-0.011763949,-0.018211717,0.007552774,-0.0089084,-0.019320522,0.00071578583,-0.011984191,0.014179015,-0.028464353,0.043471172,0.025517669,0.009379262,-0.007905921,0.008627403,0.028631432,0.05297954,-0.04866584,0.008521079,0.0034080518,-0.0029903518,0.004298512,0.034631122,-0.0029030147,-0.014581525,0.008824861,-0.03669684,-0.02083943,-0.02284439,-0.01024504,-0.031957842,0.0028631433,-0.019244576,0.010700713,-0.018150961,0.011558897,0.02399876,0.01116398,0.008262864,0.00967545,-0.013609423,-0.0035390577,-0.014535958,0.012895537,0.037425913,0.015599194,-0.0032485663,-0.01542452,0.018226907,-0.023239305,-0.0046668476,-0.009234966,-0.024484811,-0.024743026,0.02217607,-0.0076097334,-0.00067923707,0.003578929,-0.013062616,-0.040706757,-0.0001959155,-0.042256046,-0.00984253,0.004773171,-0.007613531,-0.0011648133,0.013176534,-0.0036510772,0.0075717606,-0.038398016,-0.0210217,-0.0139208,0.022206448,0.022935525,0.0047048205,-0.008346404,-0.019442033,0.038033478,0.023269683,0.009242561,-0.0030625,-0.018424364,-0.024287352,-0.007518599,0.014976442,0.014718227,0.015887788,-0.030484501,0.013844854,-0.014816956,0.0245,0.010123528,0.012508214,0.021386238,-0.0131385615,0.018743336,-0.009212182,0.00741987,-0.025092375,-0.004355471,0.03051488,-0.022039367,0.03654495,0.0034289367,-0.035208307,0.009614693,0.009553937,0.035603225,0.021477371,0.023360819,0.002139763,-0.008057811,0.022449473,0.029557968,0.04632672,-0.0092805335,0.007305952,-0.019031929,0.006603456,-0.015211873,-0.015546032,-0.017938314,-0.018561067,0.02050527,-0.013586639,0.012439864,-0.02715809,0.0072110198,-0.019259764,-0.020717917,0.042347178,-0.013092995,-0.032231245,0.018545877,0.00017277588,-0.01749783,0.032261625,-0.012523403,-0.02516832,-0.0025593615,0.00066879456,-0.013176534,-0.003615003,0.022145692,-0.0026049288,0.015037198,-0.010845009,0.018697768,-0.006846482,0.018788902,0.0002741156,0.012857564,-0.005802232,-0.018971171,-0.0218571,-0.041800372,-0.006132595,-0.038398016,0.008619808,0.025016429,-0.012090514,-0.0051984657,-0.0009217878,-0.012105703,0.005973109,0.019199008,0.0006498082,-0.0029542777,-0.024469621,-0.015454898,0.024864538,-0.002806184,0.03487415,0.010837415,0.039127093,-0.00762872,0.019912895,-0.025456913,0.008672969,0.004378255,-0.011224736,0.021492561,-0.007784408,0.013708153,0.017315561,-0.003871319,0.027446683,0.0056313546,0.028950403,0.0009047001,-0.008878022,0.020307811,0.0015170103,0.024408866,0.034539986,-0.012994265,-0.010100744,-0.019320522,-0.006603456,-0.0015806146,0.01300186,-0.015978921,-0.01199938,-0.022312772,-0.0052971947,-0.023938004,-0.01283478,0.019958463,0.014095474,0.028449163,0.004993413,0.08104898,0.0056845164,-0.033051457,-0.017938314,-0.0032523635,0.00023614286,-0.0031707222,0.00090327614,-0.010229851,0.0026846714,-0.025623992,-0.037972722,0.009037508,0.0058250157,0.0051680873,-0.023026658,0.027218847,-0.004492173,-0.009774178,-0.003652976,0.00027625155,0.02984656,-0.015766274,-0.013806881,-0.0135638565,-0.018226907,0.016540918,-0.01124752,0.0010888678,0.019092685,0.052037816,-0.010191878,0.02433292,0.010024798,0.01783199,0.012994265,-0.046752013,0.010799442,0.018545877,-0.0023049442,-0.011801922,0.020976132,0.021614073,0.0028403597,0.008528673,-0.035572845,-0.014573931,0.014497985,-0.034418475,-0.011262709,-0.034114692,0.012515809,0.009614693,0.016890267,0.02483416,-0.013996745,0.021796342,0.0396739,0.033750154,-0.0014951759,-0.067075014,0.0043288902,0.013662585,0.020368569,-0.015067576,-0.010070366,-0.006907238,0.017102914,0.024788592,0.0009270091,-0.021173589,0.014528363,0.023725357,0.006026271,0.014247365,0.025851829,0.018621823,0.0024131665,0.032443892,0.014156231,-0.024484811,0.022100125,0.040919404,-0.00566553,-0.023588656,-0.012394296,0.016100435,0.027188469,-0.015394141,-0.002468227,-0.028388407,-0.0147562,-0.002635307,-0.00023982147,0.029284563,0.0039035957,-0.026413824,0.006766739,-0.016966213,-0.027902355,-0.0031840128,0.009318506,-0.033750154,0.008057811,0.016571296,-0.021796342,-0.006109811,0.014581525,0.010541228,-0.019366087,0.010374147,-0.00915902,0.03066677,-0.03217049,0.009569126,-0.017573776,0.016601674,-0.010404525,-0.0005534524,-0.014224581,0.014141042,0.02535059,-0.015280223,-0.016692808,-0.02566956,-0.0071616555,0.01325248,-0.042711716,0.02080905,0.0026410029,-0.0035998141,0.044443272,0.048483573,0.010981712,-0.0056997053,0.01983695,-0.000027559889,0.00060851284,-0.026550528,0.017573776,-0.030378178,0.020125542,0.021477371,0.002196722,-0.00057955866,0.008278053,-0.006318661,0.02999845,-0.025882207,-0.0014268251,0.007799597,0.010442498,0.006026271,0.03532982,0.015766274,0.0068540764,-0.011353844,-0.035056416,-0.0033207145,-0.012903131,-0.02068754,-0.014687849,-0.038033478,-0.05133912,0.058599506,-0.010176689,0.0084375385,-0.011285493,0.0048187384,0.019867329,0.0024093692,-0.0060756356,-0.007829975,-0.0022460865,0.054619964,-0.007154061,-0.0071350746,-0.008969157,0.029117484,0.016935835,-0.020535648,-0.0046250774,0.00608323,0.031897087,-0.0054187076,0.012158865,0.016146,0.015166305,-0.03681835,0.012356324,0.0065958616,-0.012523403,-0.027082145,0.044109114,0.016814321,0.01133106,0.02080905,-0.028783323,-0.043076254,0.038033478,-0.026626473,-0.0023808896,-0.0035181728,0.028722567,0.0126980785,-0.014703038,-0.031198388,-0.043258525,0.027051767,0.008878022,0.008786888,0.01968506,-0.023862058,-0.008467917,0.052432735,-0.017953502,-0.014110663,0.05431618,0.042590205,-0.04113205,0.014551147,0.013108184,0.008095784,-0.0060072844,-0.01649535,0.02234315,0.029087106,-0.027279604,0.018606633,0.014475201,-0.018120583,-0.021279912,-0.021598885,0.033081837,0.01149814,0.027978301,-0.0056465436,-0.010404525,0.0072869654,-0.030909795,-0.014566336,0.0029238996,0.018287662,-0.0022669714,0.015022009,0.001946102,-0.006907238,0.008278053,-0.012614538,-0.0076818815,-0.03399318,0.026869498,-0.02284439,-0.0051794793,-0.016723186,0.00633385,-0.010731091,0.016768754,0.0042377557,0.019745816,0.004294715,0.0010651349,0.033750154,0.0041390266,-0.03715251,-0.0019631898,0.012014569,-0.004074473,0.012470242,0.0029979465,-0.008619808,-0.016799131,0.013214507,-0.010070366,-0.029755425,0.017376317,-0.019092685,-0.0032979308,0.0026163205,-0.00033677058,-0.04535462,-0.0001383631,0.014019529,0.0067553474,0.054225046,-0.027461872,0.015378952,-0.014201798,0.06561686,0.020368569,-0.021036888,0.013009454,0.00545668,0.0023979773,0.02667204,0.004420025,0.00061658205,-0.023467142,0.0002717423,-0.0011524721,0.011931029,-0.006838887,-0.0105716055,0.0063414443,0.03250465,0.02866181,0.0052858028,0.0107918475,0.0023865856,0.0065654838,0.007355316,-0.015014414,-0.0038314476,-0.028844079,0.00792111,0.034175448,0.014832146,0.0057566646,0.007814786,-0.014406851,0.004503565,0.030195909,0.04304588,0.04420025,0.04866584,0.0061591757,0.022753255,-0.004230161,0.032747675,0.01291832,0.025244266,0.002504301,0.033294484,-0.009121047,0.028327651,0.0023258291,-0.015811842,0.042863607,0.016100435,-0.0056693275,-0.030530069,-0.009979231,0.008642592,-0.010085555,-0.03402356,0.023740545,-0.013298047,-0.01258416,0.030438934,0.009166615,0.009234966,0.016738376,0.030712338,0.0060604466,-0.038276505,-0.0031536345,0.0050693583,-0.03283881,-0.0012407587,0.018439554,-0.005912353,-0.02667204,0.004575713,-0.00015604416,-0.014976442,0.011095629,-0.03015034,0.023588656,0.024910105,-0.008141352,0.020915376,-0.011300682,0.011923434,-0.029375698,-0.034205828,-0.02134067,-0.01449039,-0.009850124,-0.013047427,-0.02182672,0.04881773,-0.024120273,0.062882826,0.03235276,0.0073856944,-0.007890732,-0.0073021543,0.014027123,-0.011672814],"social":"https://www.linkedin.com/in/jessesotovision"},{"title":"anky","description":"the disney studios of the future","niche":"web3","youtube_url":"https://youtube.com/watch?v=THJBZjGZdvM","youtube_transcript":"I spent most of season three of night night time weekends working on a web application that its goal is to be consistent and developing the capacity for being consistent. And through going through it, I realized one moment that my inner child just wanted to play. And this app for developing the strong commitment for being consistent was a way on which it was streamed, you know, it was like this. And it felt like if there was something in me that wanted to come out, And that which wanted to come out is a story, you know, is a story of imagination, of wonder, of little blue characters that will come into life in the future. There is part of me that feels disappointed because I was not able to go through season three and to get my app with thousands and users, you know. But my inner child is happy because it discovered the wonder of what you can create now. And this is the world that I'm gonna work now. I invite you to be part of my journey. That's it.","embedding":[0.016609298,0.021757567,-0.0193673,0.007266568,0.0100207385,-0.06052281,0.06257599,0.04857147,-0.007381485,0.022079334,0.0063280812,-0.008534483,-0.017206864,-0.024209125,0.0038497106,0.007998205,0.0002937559,-0.042074844,0.0055006808,0.021665635,-0.00073163654,0.022722868,-0.032084752,-0.0028844099,-0.021435801,-0.043116756,-0.0060063144,0.044832848,-0.0021106373,-0.037662044,0.0033555685,-0.022630936,-0.007959899,-0.005351289,0.008220376,-0.0054930197,-0.0047077555,-0.0023691999,0.012533585,-0.0190915,-0.005473867,-0.02384139,0.06294373,-0.003263635,-0.03248313,0.015383519,-0.035057265,0.03879589,0.0061174007,0.021987401,-0.043055467,0.034444373,0.029970283,0.049950473,-0.038458798,-0.035700798,-0.020853557,0.026706649,-0.08488516,-0.010809834,0.01929069,0.011300145,0.03757011,0.035547577,-0.0011750236,0.030721072,-0.048265025,-0.014862563,-0.015437148,0.013912586,0.035670154,0.016027054,-0.049827896,-0.008611093,-0.024500247,0.004240427,0.020363245,0.009790906,0.0041293413,-0.05543583,-0.015184331,0.010625967,-0.026277626,-0.006416184,-0.020730978,-0.018922955,-0.058990587,-0.033187952,0.015084736,0.0058071255,0.017666532,0.028974338,-0.010794511,0.03078236,0.03858138,0.016670587,-0.054240696,0.051819783,0.049215004,0.02390268,0.0025837112,-0.011070312,-0.0044549387,-0.0019823136,0.022768835,0.04952145,0.012043273,0.033187952,-0.035547577,-0.03855073,-0.13740976,0.028882405,-0.033004086,0.032636352,0.040420044,-0.0021412817,0.047008604,-0.036466908,0.03658949,0.020378567,-0.020930167,0.011981985,-0.017911687,0.009645345,0.0057228534,-0.022263201,0.0058684144,0.008258683,-0.051605273,-0.0070022596,0.036068533,0.028606605,-0.0048916223,-0.06533399,-0.05056336,-0.026921159,-0.037815265,0.0018616511,-0.034566954,0.028284838,-0.026078437,0.006174859,0.018769732,-0.033494398,0.05056336,-0.003991441,0.052739117,0.061534077,-0.016011732,-0.017543955,0.015000463,0.00625147,-0.028867083,-0.0127940625,0.035762087,0.0064736423,-0.01717622,0.027365504,-0.019198755,0.015981087,-0.043178044,-0.031379927,-0.064108215,0.009047777,-0.033708908,0.02348898,-0.024714759,-0.012893657,-0.07446604,-0.047897294,-0.038489442,-0.01670123,-0.044618335,0.0063242507,0.04903114,-0.005240203,0.0056347502,-0.06515013,-0.016532687,-0.0044357856,0.027089704,0.008840927,-0.034995973,-0.014203708,-0.0031429725,0.0053972555,0.0011529978,0.004520058,0.029464649,-0.027442114,-0.031303316,0.042687736,-0.016057698,-0.014602086,0.0059795007,-0.023259146,0.054301985,0.000065658154,0.0392862,0.026798582,0.017605243,0.04958274,0.041400667,-0.014985141,0.006063773,0.001277491,-0.019474555,-0.023443013,-0.020930167,-0.026875192,0.056232587,0.027855815,-0.026063114,-0.020255988,-0.04513929,-0.011139262,0.019597134,0.027426792,-0.031165417,0.0037156409,-0.008419566,-0.0008839012,0.015529081,-0.02932675,0.029541261,0.044832848,0.009714294,-0.04657958,0.0024898625,0.024347024,0.01889231,-0.009522767,-0.02589457,-0.04443447,-0.012970269,0.018126199,0.029939638,-0.0070635485,0.015621014,-0.0034666548,0.017406054,0.03078236,-0.018447965,0.021619668,-0.017467342,0.008825605,-0.035394352,-0.060676035,-0.0069486317,0.004719247,0.06570172,-0.036068533,0.026798582,0.032023463,-0.010986039,0.020868879,0.031287994,0.014035163,0.030521883,-0.00020086487,0.055589054,-0.0060829255,-0.016731875,0.032666996,0.007802846,0.05611001,0.034107286,0.032605708,0.029786417,0.031073485,-0.017865721,-0.04060391,-0.002089569,0.01984229,-0.019137466,0.014893209,0.013215424,0.028897727,0.027196959,-0.010878784,-0.054547142,0.031962175,-0.05090045,0.015483114,0.0083659375,0.039102335,0.033433106,0.045568313,-0.0034647393,-0.015345214,0.0056768865,-0.025097813,0.0033536532,0.011729168,0.016854454,0.021941435,-0.013812991,0.0076457933,0.0011807694,0.056569677,0.012587213,-0.048602115,-0.01861651,0.032636352,0.020761622,0.022692224,0.043974802,-0.024714759,0.013820652,-0.006297437,0.01236504,0.012679146,0.023657525,-0.06600817,-0.008519161,-0.03236055,0.008626416,0.0052363724,0.027993716,0.013008574,-0.0052938308,-0.019780999,-0.03090494,0.018509254,0.012280768,-0.03358633,0.058776077,-0.0056002755,-0.010702578,-0.017360087,-0.018785056,-0.06046152,0.0043438524,0.033831485,0.020577757,-0.048724692,-0.033433106,-0.027028415,0.0053627808,0.016854454,-0.069624215,-0.0032598046,-0.059572835,-0.005925873,0.015766576,0.044618335,-0.019152788,-0.052984275,0.03144122,0.028269516,-0.005282339,-0.045445736,0.040634558,-0.06147279,-0.025634091,-0.0066766622,0.0055121724,-0.01627221,0.014487169,0.04167647,-0.015329892,0.026155047,0.028085649,0.00024922565,-0.018953599,0.010258233,-0.052432675,-0.0025396599,-0.019122144,-0.029204171,0.0013608056,-0.055282608,0.025036525,-0.0023232333,-0.053352006,0.04437318,0.017743142,0.027625982,-0.028913049,0.059726056,0.030123506,0.02500588,0.025097813,-0.016302854,0.0129319625,0.034015354,-0.0004295013,-0.013062201,-0.03833622,0.027442114,0.008764316,-0.057642233,-0.014088791,0.026630037,0.020026155,-0.010756206,-0.01971971,0.021956757,0.024622824,-0.009990094,0.023626879,-0.0034226032,-0.03242184,0.008274005,-0.016639942,0.04973596,-0.016502043,0.0049835555,0.010955395,-0.04896985,-0.013315018,-0.004964403,0.05482294,-0.02039389,0.021849502,-0.001920067,0.015398842,-0.0064238454,0.06729524,0.070298396,-0.011851746,-0.027794527,0.073669285,-0.035210487,0.037876554,0.05028756,0.05960348,0.019765677,0.008741332,-0.04253451,-0.011598929,0.032268617,0.0023672846,-0.014264997,0.016364142,-0.005527495,0.010059045,-0.018386677,0.02693648,-0.036466908,0.008067154,0.0047000945,-0.099900946,0.013284374,-0.054547142,0.015904475,-0.05123754,-0.027503405,-0.03689593,-0.02871386,-0.034045998,-0.08537547,-0.028683215,0.0061786897,-0.027319537,-0.010143316,0.0085114995,-0.016808487,0.008220376,0.03331053,-0.03962329,0.0077453875,-0.026967127,0.030813007,0.016226243,0.00046828567,0.03714109,-0.0049375887,0.00019296435,-0.036160465,0.019152788,0.011039667,0.015674641,0.0199189,-0.06046152,0.013881941,0.029847706,0.04133938,0.01593512,-0.054914873,0.013269052,0.052248806,0.0047000945,-0.015276264,-0.016931064,-0.012686807,-0.04985854,0.0061786897,-0.019811645,0.015069414,0.017252833,0.022722868,-0.010817495,-0.019045534,-0.020838235,-0.04881663,-0.051206894,-0.036252398,-0.035210487,0.029510617,0.029204171,0.04985854,0.009698972,0.06772426,0.01634882,-0.02473008,0.009553411,-0.033341173,0.004608161,-0.025649413,0.02313657,0.013460579,0.016992355,0.0006770511,-0.023672847,0.009507444,-0.009086083,0.0046732803,0.0000026709163,0.018156843,-0.067785546,-0.0030452933,0.015827864,-0.021420479,0.0006219868,-0.009262289,-0.0022772665,0.015260941,-0.013927908,0.007465757,0.0016030883,-0.0087872995,0.022508357,0.023672847,-0.03778462,0.037600756,-0.021864824,-0.0054087476,0.02321318,-0.011575946,-0.0007929254,-0.0012813215,0.039194267,0.034995973,-0.016578654,0.050103694,-0.016885098,0.00845021,-0.0016480974,0.0150081245,0.064537235,-0.0037482006,0.030046895,-0.042258713,0.010932412,0.03668142,-0.015919797,0.038489442,0.0025798806,0.029204171,-0.017114932,-0.039378133,0.039071687,0.010434439,-0.008189732,0.0065425923,-0.008005866,0.013284374,0.0017888704,0.021251934,0.019765677,0.004110188,-0.024163159,-0.08157556,-0.02177289,0.0063970312,0.009630022,0.0039186603,-0.046334427,0.009530428,-0.01373638,-0.03612982,-0.041615177,0.040144246,-0.03346375,0.016011732,-0.013100508,-0.040266823,0.05356652,-0.00021606739,-0.02843806,-0.03729431,-0.043852225,0.037263665,-0.010924751,0.0005544732,-0.023657525,-0.003070192,0.013935569,-0.011476351,0.036712065,-0.013315018,-0.00796756,-0.023596235,-0.0054355613,0.028897727,-0.033004086,-0.02368817,0.008381261,-0.008909877,-0.013575496,0.0020838233,0.022584967,-0.050103694,-0.036374975,-0.0018951684,-0.027932426,0.0108558005,0.03750882,0.01408113,0.0052593555,-0.0022408762,0.0026641528,0.045997337,0.04348449,0.002225554,-0.037815265,0.00017800122,0.014165402,0.025297003,0.016318176,0.00021846149,-0.008243361,-0.028407415,-0.0022351304,-0.023948647,-0.0056998697,0.019934222,0.032820217,0.004703925,-0.012127546,-0.010526372,-0.014027502,-0.0064851344,0.0038018285,0.02575667,-0.007565351,0.024760725,0.0059603476,-0.04127809,-0.040082954,-0.025879247,0.06282114,-0.021282578,0.0021221288,-0.01670123,-0.020960812,-0.0101739615,0.012004968,0.0023864375,-0.016517365,-0.00036366357,-0.012533585,-0.012449312,-0.031150095,0.030996872,0.0074351123,-0.0032655504,0.0025875417,0.026614714,-0.018693121,0.0041293413,-0.032728285,-0.0014259251,0.03619111,0.014908531,-0.0044128024,-0.02548087,0.016471397,0.016256887,-0.0116832005,0.009553411,-0.008197393,-0.010825156,0.031196062,0.010227589,0.030123506,-0.008825605,-0.000069847825,0.0076457933,-0.021696279,0.027503405,0.0008307522,-0.030598495,0.015552064,0.007178465,-0.0037347937,-0.027932426,-0.023872035,-0.06606946,-0.027825171,0.0050984723,-0.033708908,-0.026691325,-0.02713567,-0.035823375,0.018631833,0.033923417,0.010013077,0.023795424,-0.0010447846,-0.046395715,-0.02135919,-0.012855352,-0.037355598,-0.008626416,-0.004964403,0.0073240264,-0.010610645,-0.009300594,-0.048540827,0.01875441,0.008672383,-0.048448894,0.017206864,-0.013223086,0.027181637,-0.020087445,-0.02583328,0.005879906,0.000056291243,0.034291152,0.022339812,-0.015146025,0.01133079,0.031686373,-0.06125828,0.018555222,-0.010564678,-0.00666517,0.02857596,-0.048448894,-0.023611557,0.023075279,0.03159444,-0.018662477,0.02328979,0.017620565,-0.016992355,0.014946836,0.0057841423,0.016839132,-0.039561998,0.04072649,-0.01442588,-0.00027532133,-0.0024017596,-0.013315018,0.0024151667,-0.014686358,0.034015354,-0.013399291,0.017712498,0.025863925,-0.003125735,0.010189284,0.024852658,-0.013682752,0.02149709,-0.0057994644,-0.003275127,-0.0140428245,0.00954575,-0.020133412,0.04005231,-0.048877917,-0.008833266,-0.0007785609,0.018984243,0.010541695,0.0005176041,-0.0006363514,-0.025174426,-0.03778462,0.01160659,-0.014341608,-0.012257785,0.017543955,-0.035210487,-0.045997337,-0.02266158,-0.011560623,-0.008327632,0.004071883,0.012679146,-0.009630022,0.010526372,-0.05200365,-0.017068965,-0.005833939,0.008802622,-0.053198785,-0.0024822014,0.019214077,-0.015621014,0.029847706,-0.0035815714,0.05212623,-0.007998205,0.0021374512,-0.008427227,0.034475017,0.0043055466,0.011959001,-0.020439856,-0.027488083,-0.006228487,0.010733223,-0.018739088,-0.033923417,0.022845445,-0.021114035,0.008442549,-0.026338914,0.024055902,-0.00968365,-0.023703491,0.026415525,0.011162245,-0.0014958328,0.025634091,0.00618252,0.020255988,-0.024132513,-0.0006698688,0.014364591,-0.0056309197,-0.002451557,-0.028652571,0.0015599946,-0.046487648,-0.025235714,0.006155706,-0.007117176,0.028146937,0.01737541,-0.018938277,-0.008542144,-0.012012629,-0.0015408418,-0.0575503,-0.0200568,0.03098155,-0.008978827,0.015981087,0.021481767,0.03199282,-0.016593976,-0.022891413,-0.025526837,-0.010878784,0.012043273,0.0006497583,0.0204705,-0.008565127,-0.021711601,0.0058377697,-0.025097813,0.01709961,0.043913513,-0.011231195,0.009576394,-0.027840493,-0.008335293,0.03229926,0.004665619,-0.027993716,-0.029617872,0.035149198,0.025189748,-0.0134912245,-0.048295673,0.0038420493,-0.007929254,-0.0028824946,-0.002692882,0.014755309,0.018386677,0.024913948,0.0029993267,-0.03275893,-0.016839132,0.024699437,-0.02871386,-0.0143186245,0.014540797,0.006864359,0.019106822,0.02439299,-0.009254627,-0.048387606,-0.006017806,0.01415008,-0.007569182,0.0040757135,0.011629573,0.021160001,0.001782167,-0.022906736,0.004634975,0.042473223,-0.024071224,-0.004470261,0.0072167707,-0.008618754,0.013031557,0.0045851776,0.018218132,0.022431746,0.0052057276,0.015621014,-0.014226691,0.053811673,0.008296988,-0.015460131,-0.020853557,-0.06398564,0.0042902245,-0.015919797,0.029587228,0.039470065,-0.013858957,-0.014257336,0.015268603,0.0057688197,0.012311412,-0.012250124,-0.0028135446,0.010564678,0.019888256,-0.010541695,0.028683215,-0.026875192,0.012671485,0.03619111,-0.012096901,-0.0063855397,0.025526837,0.026829226,0.0119666625,-0.006711137,0.005247864,0.02108339,-0.044158667,-0.014923853,-0.019428588,0.009798567,0.024209125,0.022263201,-0.008879233,-0.011721507,0.0018846344,-0.02135919,0.001508282,-0.019413266,0.0025952028,-0.008879233,-0.011928356,-0.025726026,0.028453382,-0.04164582,0.03867331,-0.013606141,0.008113122,0.052647185,0.029908994,0.02500588,0.006519609,0.033279885,-0.017543955,0.04277967,0.033494398,-0.0073393486,-0.046395715,0.007343179,0.044863492,-0.010043723,0.0018702698,-0.017268155,-0.024255091,0.002390268,-0.0052287113,-0.034321796,-0.003359399,-0.011093295,0.03395406,0.0032521435,-0.049061783,-0.014173063,0.010503389,0.006236148,-0.0077836933,0.013989197,-0.01737541,0.035945952,0.025771992,0.004520058,0.023718813,-0.014663375,-0.0085114995,0.03563951,-0.011445707,0.0045583635,-0.007117176,-0.016088342,0.0052516945,-0.025174426,0.015337553,0.0032023462,0.011062651,0.0005587826,-0.0012516347,-0.0032961948,-0.036466908,0.020317279,-0.005627089,0.00022755907,-0.022646258,0.03744753,-0.030475916,0.006427676,0.018018944,0.00796756,-0.004734569,0.012985591,0.05500681,0.010901767,-0.0137670245,0.016364142,0.01861651,-0.031303316,0.0062897755,0.0029265461,0.013422274,-0.014249675,-0.034260508,-0.008902216,-0.06490497,0.013406952,0.037202377,0.018049588,0.0057228534,0.012702129,0.021420479,0.0196431,-0.023810746,0.025710704,-0.017620565,-0.0050295223,0.0060407897,-0.038826533,-0.0030318864,0.008473193,-0.0040986966,0.022768835,0.018493932,-0.0033019406,0.008258683,-0.022968024,0.036497552,0.02548087,0.017605243,0.008634077,-0.012548907,-0.011591268,0.037478175,-0.0056615644,-0.023105923,0.018172165,0.01229609,0.006036959,0.034995973,0.017635887,-0.026093759,-0.0072627375,-0.01023525,-0.0038956772,0.003324924,0.037753977,-0.022247879,-0.008695366,-0.004443447,-0.006167198,0.030092862,0.0008647484,0.02135919,-0.021803534,-0.0073661623,0.022523679,0.00027268782,0.024377668,0.011284823,-0.012878335,0.028621927,-0.0024343194,0.010740884,0.0037616077,-0.013000913,0.01160659,0.028606605,0.010465084,-0.013307357,-0.00094806304,0.0094767995,0.0020972304,0.0188157,-0.0005137735,0.0009044904,0.008680044,-0.005140608,0.029832384,-0.011369095,0.006374048,0.012878335,-0.009400189,0.01971971,-0.0019057024,0.02094549,-0.06435337,0.027105026,-0.013705735,-0.042902246,-0.014165402,0.02204869,0.033892773,0.027993716,0.007975221,-0.021205967,-0.013935569,0.006002484,0.005795634,-0.011215873,0.028744506,0.004581347,0.016333498,-0.030583173,0.011215873,0.09364948,-0.0035662493,0.017543955,-0.022569645,0.048847273,-0.011177567,0.015751254,0.02273819,-0.037416887,0.011629573,-0.013276713,-0.013092846,0.0021393665,0.01064895,0.0028614267,0.0006219868,-0.008549805,0.019903578,-0.016088342,0.0017122593,-0.0034513324,0.036374975,0.004389819,-0.017268155,-0.04244258,-0.0136291245,0.026798582,0.02177289,0.007860305,0.041799046,-0.005826278,-0.015605692,0.0059297034,0.007749218,0.039531354,-0.011445707,0.0006066646,0.017543955,0.0066536786,-0.020807588,-0.0034360103,-0.026017148,0.04691667,-0.035547577,0.026905837,0.027993716,-0.00858811,0.009446155,-0.025266359,-0.016777843,-0.033525042,0.041032933,0.0013952806,0.0190915,-0.0077109127,0.0016059614,-0.012479957,0.009775584,0.019014888,-0.0110013615,-0.011246517,-0.026767937,-0.009231644,-0.00693714,-0.011392078,-0.013184779,0.0027235264,-0.00055734615,0.005378103,0.021114035,0.012411007,0.005864584,0.025940537,-0.003949305,0.03855073,-0.007381485,-0.0026545764,0.014923853,0.00714399,-0.019872934,-0.0077453875,0.003447502,-0.004642636,-0.0027082043,0.0069294786,-0.012824707,0.007787524,0.043668356,0.0020455178,0.043699004,-0.023611557,0.016226243,0.0215737,-0.004094866,0.010242911,-0.004148494,-0.036650777,-0.024224447,-0.027488083,-0.015751254,0.050502073,-0.0048686387,-0.007082701,0.021864824,-0.0011903459,-0.018233454,-0.04155389,-0.0029073933,-0.0110013615,0.011890051,-0.014946836,0.025128458,0.018018944,-0.00096577936,0.0070022596,-0.033678263,-0.0042136135,-0.05234074,-0.0061863507,-0.033923417,0.01202029,-0.03833622,-0.032054108,-0.013897263,0.0021949096,0.03600724,0.023948647,-0.0077109127,0.022768835,-0.0025875417,0.03291215,0.0076304707,-0.0080901375,0.021205967,-0.013537191,0.012648501,-0.005378103,-0.066375904,0.005132947,0.017268155,0.017314121,-0.007906271,-0.028606605,-0.0061020786,-0.0014460356,0.00954575,0.02218659,0.009315916,0.0010610644,0.0037175561,-0.03508791,-0.006262962,-0.014326286,0.019214077,-0.009974772,-0.005523664,0.017053643,0.0111316005,-0.033004086,0.0054432224,0.034475017,0.016854454,0.0208842,-0.052095585,0.0075002317,0.02368817,-0.009216322,-0.010549356,-0.020976134,-0.0062936065,-0.016164953,-0.02713567,-0.050532717,0.013812991,0.022232557,-0.0030031572,-0.0075998264,0.014686358,0.013131152,-0.001649055,-0.0038995077,-0.013261391,0.010978378,0.0006655594,0.027503405,0.05047143,-0.0055121724,-0.016992355,-0.011100956,-0.018018944,0.02027131,0.018739088,-0.008840927,0.023810746,0.00926995,-0.015781898,-0.028223548,-0.003303856,-0.04657958,0.026415525,0.0007656327,-0.018401999,-0.021129357,0.0025166764,0.0049452498,0.008948183,0.004493244,0.021696279,0.010809834,-0.0058530923,-0.03674271,0.018662477,-0.011123939,0.00043548652,0.026706649,-0.0046196524,-0.018386677,0.011085634,0.016440753,-0.02733486,0.0009044904,-0.009093744,-0.0045775166,-0.034444373,-0.0050984723,0.049613383,0.011629573,-0.02967916,-0.023948647,-0.014801275,0.019137466,0.01222714,0.0039799493,0.020026155,0.01545247,0.0101663,-0.01971971,-0.034383085,-0.009323577,-0.02568006,-0.01690042,0.025388936,0.0071593123,0.0018683545,-0.024101868,0.021711601,-0.008871571,0.012288429,-0.012962607,0.021481767,0.011506995,0.031088807,-0.007381485,0.0041370024,-0.0022676901,0.044710267,-0.009170355,-0.03950071,0.014862563,-0.010970717,-0.03619111,0.007251246,0.035424996,-0.008871571,0.01642543,0.004872469,-0.0015954273,0.008120783,-0.015919797,0.011767473,-0.003503045,0.018493932,0.014479508,-0.0073240264,0.013360986,-0.028652571,0.003275127,0.020700334,-0.018233454,-0.042350646,-0.060890544,-0.0021604346,-0.03530242,-0.02039389,0.0018367524,-0.013483563,-0.024530891,0.011568285,0.018447965,0.0073738233,0.02650746,0.012234801,-0.019658422,0.031364605,0.040818423,0.050716583,0.013820652,0.007101854,0.035976596,0.0013205848,-0.025971182,0.0100284,-0.00374437,0.005742006,0.0012181173,0.028867083,-0.009675989,-0.0144565245,0.011123939,-0.012119885,-0.0114074005,-0.0023232333,0.025373613,-0.0023998444,-0.013315018,-0.019076178,-0.0015207314,0.014487169,-0.03023076,-0.0021278749,0.0059833312,-0.0046004998,0.03999102,0.015414164,0.0010505305,0.015889153,-0.01717622,-0.028284838,0.029648516,-0.01654801,0.026737293,0.017881043,0.03380084,-0.012556568,0.014027502,0.009813889,-0.010465084,0.022125302,-0.018739088,0.006408523,-0.0051980666,-0.012349718,0.029219493,0.026721971,0.0054508834,0.047223113,0.00090975745,0.016057698,-0.0007369035,-0.008319971,-0.014203708,0.06318888,-0.03070575,-0.0023845222,-0.0046809413,0.010694917,0.027242927,0.018984243,-0.017881043,0.022998668,-0.015406503,-0.020317279,0.008534483,0.005385764,-0.014471847,0.0076534543,-0.0019028295,-0.008028849,-0.007527046,0.027702592,-0.00080537476,-0.016256887,0.022064012,-0.032391194,-0.017145576,-0.06496626,-0.003309602,0.023366401,-0.030383984,0.0062208255,0.058071256,-0.028131615,0.027181637,0.0046043303,-0.0046809413,0.0016260718,-0.01916811,-0.0023366401,0.011461029],"social":"https://twitter.com/kithkui"},{"title":"maxfindscars","description":"the most interesting cars on the internet, in your inbox.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=uNI-_t0tFpU","youtube_transcript":"Is up. I'm Max, and this is a demo of Max finds cars, the most interesting cars on the Internet in your inbox. Written by an idiot, me who is once a BMW engineer and now does stupid shit like drive a Porsche nine eleven in Crocs. Basically, it's a newsletter that hits your inbox twice a week that talks about a car for sale on the Internet right now. When you get the email, it'll look like this. Has a quick intro, some fast facts about the car, and then we dive right in. The content is truly, in my opinion. The most entertaining written automotive content on the Internet today. It's novel, it's funny, and you learn shit. Over the last six weeks, I've obviously been writing the newsletter itself, but a big focus has been on marketing. That's been a big learning experience. In that time, we've five extra subscriber count using Twitter and Google Ads primarily and a shitty iMovie video that I edited on my honeymoon. One mistake I made along the way was hiring a freelancer on the cheap to edit some footage for an Instagram ad Unfortunately, the edit did not turn out to be usable and it sent me back a bit. I've been tweaking those ads and the landing page since then while more recently realizing that I need better analytics to track conversion, so I've been working to implement that as well. In the coming few weeks, I'll be iterating on those ads, revamping the website, and approaching automotive publication with the goal of partnering. So it's gonna be grinds, but I'm select for","embedding":[-0.021218104,0.047320496,-0.023089357,0.019156555,0.03542694,-0.044275746,-0.021900002,0.016872993,0.004523516,0.015414049,0.05661333,-0.048398845,-0.061814778,-0.010268103,0.04151644,0.022439176,-0.01573914,-0.045544393,-0.047066767,0.026387837,0.036600437,-0.018934542,0.029924188,0.052458514,0.016761985,-0.018189212,-0.043800004,0.016650978,0.0027335356,-0.044053733,0.007968683,-0.015342688,-0.0022062548,0.0056415102,0.006311514,-0.0026403696,0.027656483,0.0049318615,0.015001739,-0.0024718775,-0.016302101,0.046559308,0.082017966,0.00906289,-0.022423318,-0.0022221128,-0.0033520006,-0.0066841785,0.050365247,0.060514417,-0.11722289,0.017602464,-0.009760645,0.055217817,-0.0047217417,0.0050428677,0.0025927953,0.00085980503,-0.020869227,0.0349512,0.002346995,-0.039264593,0.0031815264,-0.01037911,-0.0076872017,-0.017570747,-0.02446901,0.049318615,0.007921109,0.017396308,0.050682407,0.012377228,0.000944051,-0.011243375,-0.015683636,-0.012845041,-0.012083854,0.011845982,-0.001398484,-0.003736559,0.0013687501,0.015747068,-0.010561478,-0.035458658,-0.05591557,-0.027656483,-0.0075444793,-0.009031174,-0.052458514,-0.04284852,-0.05280739,0.0410407,0.000049494538,-0.008099512,0.027783347,0.008745728,-0.062005073,0.08461869,0.027672341,0.017602464,0.0131701315,-0.022962492,-0.03170029,-0.03403143,0.034412023,-0.00045468076,-0.023454092,-0.014129545,0.016904708,-0.014026468,-0.11360725,-0.028322522,0.0002720651,-0.0040715607,-0.027323464,0.013289067,0.020774078,-0.0009192728,-0.029400872,-0.034221727,-0.019981176,0.025658365,0.013376286,0.00799247,0.017031573,-0.015065172,-0.0029852826,-0.008024186,-0.03314338,-0.027386896,0.024500726,0.0055265394,0.031129401,-0.031684436,-0.03996235,-0.021440119,-0.009380052,-0.042150766,-0.008087618,0.0026740679,0.06330544,-0.030606085,-0.029765608,0.012496163,-0.0553764,-0.0011368258,0.00988751,-0.000034317865,0.009974729,-0.026324404,0.014129545,0.0073779696,-0.036854167,-0.0020754256,0.038439974,0.01722187,-0.013534867,0.068189725,-0.039740335,-0.03403143,0.030177917,-0.02018733,-0.015802572,-0.007314537,-0.05626445,0.006168791,0.018791819,-0.06780913,-0.060672995,0.0046186643,-0.029305723,-0.022280596,-0.0108310655,-0.005157839,0.025499785,-0.03236633,0.008698154,-0.0076356633,-0.016444825,0.007734776,-0.016428966,0.00036671798,-0.02488132,0.023216221,-0.066096455,-0.018395368,-0.01301948,-0.004999258,-0.029178858,-0.010569407,0.019315135,0.05131673,0.010157097,0.036854167,0.012916402,-0.031272124,0.07611876,0.01037911,0.0018544036,0.049794357,0.030019335,0.021741422,0.023010068,0.043070532,0.018728387,0.04208733,0.01745974,0.010069878,-0.05255366,-0.000053304193,0.04192875,0.0009936076,-0.011053079,0.035617236,-0.032540772,-0.04392687,-0.03897915,0.0068189725,-0.013725164,0.034158293,-0.030431647,0.038661987,-0.01680956,-0.036790736,-0.008603006,0.06438378,0.052363366,-0.00782596,0.062005073,0.0028802229,0.045798123,-0.024294572,-0.027418612,-0.062734544,0.01054562,0.013471435,0.05150703,-0.021725563,0.012329654,0.008380992,-0.01392339,0.0040358803,0.036124695,0.016286243,-0.00056890846,-0.0016175237,-0.04062839,-0.0010763669,-0.042150766,0.031129401,0.045798123,0.012179002,-0.034887765,0.029876614,0.02348581,-0.011996634,0.0019743303,0.016238669,0.018236786,-0.04976264,0.020139756,0.025214339,-0.017269444,0.022835629,-0.02759305,0.056803625,0.01244066,-0.028052935,0.018268503,-0.05261709,-0.0064225206,-0.016698552,-0.007952825,0.025024043,-0.04903317,-0.01696814,0.023549242,0.03872542,0.009935084,-0.03155757,-0.005950743,-0.030558512,-0.021471834,-0.02117053,0.031192834,0.0054393196,0.0398672,0.0076356633,0.011140298,0.004357006,-0.010204671,-0.036124695,0.026927011,-0.0053005614,0.022090299,-0.0059784944,-0.0049913293,-0.016040443,-0.01853809,-0.0033738054,0.022692906,-0.021122957,-0.019711588,-0.039264593,-0.018331936,0.032255325,0.011623969,-0.001474801,-0.008777444,-0.041548155,-0.00081024854,0.03675902,-0.017554889,-0.040660106,-0.0039189267,0.032509055,0.03122455,-0.0055979006,0.019426143,-0.050936136,-0.0026403696,-0.025991386,-0.025848662,0.008769516,-0.02472274,-0.007964718,0.04703505,0.01334457,0.03656872,-0.059594646,0.010854852,-0.020663071,-0.0030150164,-0.034570605,0.03032064,0.011076866,-0.0400575,-0.014240552,0.03625156,0.035775818,-0.056232736,-0.01688885,-0.0060339975,0.03047922,-0.011528821,0.0052054133,0.0062639397,-0.02784678,0.014835229,0.015461624,-0.082017966,-0.010482187,0.053219702,0.0347609,0.019949459,0.025261914,0.00087665423,-0.0008147086,-0.027482044,0.0041468865,-0.0126388855,0.049952935,0.007358147,0.037678786,-0.019188272,-0.012155214,-0.035553806,0.034380306,0.0133842155,0.02570594,0.045544393,-0.012845041,0.0102126,-0.008610935,-0.014462564,0.0028247195,0.04310225,0.00539571,0.0230735,-0.023263797,0.06267111,0.04446604,0.00009874129,-0.010680414,0.022692906,0.005304526,0.024358004,-0.017079147,-0.06374946,-0.025182623,0.01853809,-0.0799247,-0.030193776,-0.0049041095,-0.027149025,0.06939494,0.016040443,0.021979293,0.028703116,0.018442942,0.0025551324,0.011330594,-0.033650834,-0.037869085,-0.009713071,-0.010505975,-0.008555432,-0.0010000499,-0.034126576,-0.014803513,0.0512533,-0.04373657,0.068950914,0.023818828,-0.044783205,-0.007619805,0.044688057,0.052173067,0.048874587,0.043229114,0.017554889,-0.030954963,0.0062996205,0.055249535,-0.0064304494,-0.01722187,0.087029114,-0.019330993,-0.019727446,-0.025404636,-0.021107098,0.020599639,-0.04129443,0.0018147585,-0.03821796,-0.022026867,-0.032794498,0.037203044,0.019838452,-0.023406519,0.02678429,0.018347792,-0.008714012,0.040501524,-0.021154672,-0.015310972,0.027038017,0.029432587,-0.03935974,-0.08296945,-0.034316875,-0.05591557,-0.036854167,-0.036632154,-0.06761883,-0.029971762,0.011727046,-0.0015550825,0.01269439,-0.016460681,-0.058072273,0.0067674336,-0.011727046,0.013130486,0.01853809,-0.042753372,-0.045861553,0.012393086,0.014105758,-0.021551125,-0.0009613958,0.0064463075,-0.02668914,0.069331504,-0.0602924,-0.032176036,-0.05290254,-0.021138813,-0.037900798,-0.029115425,-0.06235395,0.00004329998,0.020441059,0.05667676,-0.03526836,0.03913773,-0.062988274,-0.0084127085,-0.057881974,-0.009594136,-0.01211557,0.050714124,0.020076323,-0.020631356,-0.023295512,-0.01581843,-0.026419554,-0.023755396,0.0051499098,-0.0075999824,0.02643541,-0.0042499644,0.0126388855,0.077768,0.017317018,0.03821796,-0.018442942,0.028211515,-0.023041783,0.037393343,-0.080432154,0.00856336,0.0015402156,0.007381934,-0.027307605,-0.020076323,0.018189212,0.008285845,0.02629269,-0.0129322605,-0.03729819,-0.01442292,-0.013201848,-0.007358147,0.012131427,0.022724621,-0.018268503,0.017364593,-0.03748849,-0.0052054133,0.0124803055,-0.008428567,0.024532443,-0.020234903,-0.06327372,-0.0085712895,-0.013479364,-0.007845783,-0.015041384,-0.02702216,-0.0066207466,0.010577336,0.023311371,0.009721,-0.014097828,0.009935084,0.016199024,-0.013193918,-0.00052678544,0.0089439545,0.024421437,0.013915461,0.048335414,-0.017348735,0.009673426,-0.0035343685,0.003798009,-0.009205612,0.0143119125,0.0143119125,0.020361768,-0.01861738,0.0019495521,0.047891386,-0.013915461,0.03774222,-0.007274892,-0.012496163,-0.03403143,0.005772339,0.011917343,-0.049064886,0.005899204,-0.029051993,0.06641362,0.0062242947,0.007100453,0.0079607535,0.028655542,0.015461624,-0.042245913,-0.025404636,-0.00478121,0.037615355,-0.020060465,0.021186389,-0.01037911,-0.006704001,0.009586207,0.012956047,-0.024373861,-0.013495222,0.012488234,-0.0030824135,-0.006474059,0.00848407,0.023168648,-0.03342882,-0.0018544036,-0.010276033,0.004150851,-0.0044838707,-0.018157495,-0.011227517,-0.016206954,0.011100653,-0.020821653,0.010077807,0.045449242,-0.039232876,0.008222412,0.036473572,-0.020948518,-0.058452867,-0.019013831,0.027085593,-0.027069734,-0.029892473,0.027735773,-0.018902825,0.028639683,-0.016746128,0.025150908,0.023343086,-0.015295113,0.0054987874,0.011425743,-0.028512819,0.0003682047,0.01071213,0.006815008,0.016587546,0.02973389,0.01902969,0.0021566981,0.022613615,0.0026482986,-0.03824968,0.024913035,-0.0031398989,0.00721146,-0.020615498,0.02397741,-0.0047375998,0.0035581556,-0.021852428,-0.010109523,0.05693049,-0.026419554,-0.003468954,-0.0047177775,-0.0075087985,0.044434328,-0.0155091975,0.015184107,-0.0042896094,0.003522475,-0.03755192,-0.019648155,-0.009832007,-0.012416873,0.022756338,-0.016825417,-0.02052035,-0.0027731808,0.0072867856,0.00015808518,0.02849696,-0.005645475,0.045354094,-0.026609851,0.0035462622,-0.0036810557,-0.036061265,0.036124695,0.020250762,-0.0041429223,-0.019568864,0.0016601422,-0.014137474,-0.026498843,-0.017856192,-0.052046202,-0.016349675,-0.0135427965,-0.004261858,0.0028901342,0.0067832917,0.03314338,-0.035141494,-0.025325347,-0.00058674876,-0.028655542,-0.009070819,0.0038495478,-0.029036136,-0.04012093,0.013328712,0.019886026,-0.080115,0.008610935,0.009649639,-0.060355835,0.0045433384,-0.034665752,-0.022185447,-0.017364593,0.0056137587,0.013487293,0.0008414691,-0.01936271,0.00032261273,-0.03320681,0.0051855906,0.030923247,0.01887111,0.0047217417,-0.010529762,0.0067674336,0.006454237,-0.00085237157,-0.0061013945,0.0070568435,0.007718918,-0.013630016,-0.0112830205,-0.014058184,0.024865462,-0.04801825,0.004301503,0.026609851,0.011235447,0.011917343,0.0106724845,-0.012543738,0.0179672,-0.043514557,-0.016167307,-0.031081827,-0.0037266477,-0.011742905,-0.0017562818,0.00724714,0.024453152,0.03863027,0.0068070786,-0.000114599374,0.038757134,-0.009855794,0.024706881,0.013178061,0.018062348,-0.042816803,0.0644155,0.013931319,0.0034094863,0.007730812,-0.0072709275,0.013154273,0.0094751995,0.01416919,0.019584723,-0.019346852,0.043768287,-0.020456918,-0.029416729,0.004301503,-0.0028108438,0.0049556484,0.0062163654,0.01211557,0.006148969,-0.043704856,-0.03878885,0.011061007,-0.010022303,-0.024167707,0.0155884875,0.007897321,0.0049913293,-0.015350617,-0.0064978465,-0.027989503,0.005173697,0.007140098,-0.013312854,-0.02299421,-0.02513505,-0.0055305036,0.011988705,-0.0034471492,-0.008269986,0.0043926868,-0.0010833048,-0.012876757,0.0010357306,-0.0020595675,-0.049984653,-0.037361626,0.024516584,-0.0050032227,0.030352356,-0.033555686,0.027323464,-0.05049211,-0.009839935,0.0019525255,0.01952129,-0.036441855,0.015643992,-0.016191095,-0.0068189725,-0.001865306,-0.009935084,-0.010093665,0.0010367216,-0.0048644645,-0.023454092,0.0420239,-0.017317018,0.009990588,-0.0045591965,-0.019489575,-0.029274007,0.028893413,0.016825417,-0.042499643,0.022946635,-0.025991386,0.008143121,-0.015104816,-0.024865462,0.020631356,-0.007952825,-0.018300219,0.03821796,0.0017533085,0.017206011,0.0125595955,-0.024897179,-0.0039387494,0.0087853735,-0.01103722,0.02142426,0.0063908044,-0.00753655,0.0039486606,0.008075724,-0.017697612,-0.03618813,-0.016619263,-0.016983999,0.012012492,0.0014004663,-0.010276033,0.044307463,-0.01186184,0.0071480274,-0.006426485,0.0078933565,-0.04177017,0.020869227,0.026245115,-0.018506374,-0.007282821,-0.030843956,0.0024500727,0.023517525,0.013685519,0.029622884,-0.021487692,0.010624911,-0.021630414,-0.03656872,0.010149168,0.02397741,-0.010291891,-0.016254527,-0.038122814,-0.036124695,-0.02001289,-0.008016257,0.018696671,-0.005486894,-0.014319842,0.008848806,0.019917743,0.03732991,-0.013392145,0.016088018,-0.014660791,-0.031050112,-0.02297835,-0.02949602,-0.010751775,0.01392339,0.0049001453,0.022280596,0.020900942,0.01763418,0.0063075493,-0.008325489,0.020393485,0.016825417,-0.01926756,0.0011526839,0.020916801,-0.030019335,0.016603405,-0.0033361425,0.02735518,0.00037985045,0.04078697,-0.03361912,-0.02026662,0.013154273,0.003811885,0.03403143,0.032334615,-0.0075920536,-0.052014485,-0.006228259,0.0055146455,-0.0014629074,-0.01837951,0.039264593,-0.03821796,0.0347609,0.037393343,0.028909272,0.022137873,-0.025309488,0.0127974665,0.008658509,-0.01474801,-0.0014143421,0.02743447,0.019251702,0.0009336442,0.02973389,0.027577193,-0.009467271,0.022185447,-0.031430706,0.029178858,-0.0042499644,0.019442,-0.007338324,0.009530704,-0.0471302,0.006596959,-0.0087853735,-0.017903768,-0.012147286,-0.015786713,0.0012190895,-0.00036919583,0.009435555,0.05306112,0.04795482,-0.015334759,-0.00786957,-0.024564158,-0.017047431,-0.049064886,0.009594136,-0.0018216964,-0.025674224,0.0015927454,0.050301816,0.018760104,0.041389577,0.009332477,0.020076323,0.018712528,-0.0037464702,0.06054613,0.017063288,-0.00865058,-0.024691023,0.025309488,-0.016397249,0.0023331193,0.014256409,0.011084795,-0.012401015,-0.0072709275,-0.002529363,0.0037563816,-0.011156156,0.023691963,-0.036346707,0.0135983,-0.003883246,0.003270728,0.0016423019,0.0035204927,-0.0016878939,-0.02388226,0.033555686,-0.017824477,0.008555432,-0.021598699,-0.0056573683,-0.032604203,0.010680414,-0.0032211714,0.009427626,-0.025642507,-0.030209633,-0.01103722,-0.0064661303,0.020821653,0.016777843,0.043704856,0.047415644,-0.029797323,0.021566981,-0.05074584,-0.0002978345,-0.0008251155,-0.012710247,0.0049358257,-0.039391458,-0.011639827,-0.006105359,0.039423175,-0.0102126,0.015033456,-0.023105215,-0.0053600296,0.06267111,-0.05699392,0.0035264394,0.0060498556,0.006081572,-0.019870168,-0.037456773,0.028814122,-0.00007724617,-0.017142579,0.0005015116,0.0025551324,0.011306807,0.058706593,0.028766548,-0.021487692,-0.0077387406,0.045607824,0.029638743,0.05233165,0.0010565442,0.018696671,-0.0038614413,0.0009559446,0.0017612375,0.0001001041,0.006581101,0.0063749463,0.021630414,-0.042816803,-0.005907133,-0.00025794152,0.011687402,0.004713813,0.0014847122,0.04871601,0.0075405147,0.017840335,-0.014137474,0.0072550694,0.0047257063,-0.013867887,-0.03122455,-0.011576395,0.0008850788,0.011623969,-0.0204252,0.013003621,0.019251702,-0.03618813,0.021804854,-0.005082513,-0.035648953,0.0010208635,-0.0027751632,-0.005050797,0.016650978,0.023184506,0.014200906,0.018601522,0.008840877,-0.0072233533,-0.012884686,-0.014264339,-0.01499381,0.050460394,0.019838452,0.014081971,0.01771347,-0.008999458,-0.010680414,-0.008579219,0.008285845,-0.0020615498,-0.029480161,0.0130115505,-0.010918285,-0.016698552,0.0020377627,0.010624911,0.007897321,0.016302101,0.012155214,0.0027930036,-0.004523516,0.015532984,0.012290008,0.000981714,-0.0047177775,0.015897721,0.0057802685,0.024183564,-0.013106699,0.023454092,0.025087476,0.008024186,-0.0010575354,-0.02167799,0.017729329,-0.0012795484,-0.019093122,0.008174838,-0.005249023,-0.0106724845,-0.028116368,0.012171073,-0.016666837,0.017412167,-0.006145004,0.018506374,-0.010918285,-0.003766293,-0.009443483,0.02101195,0.02397741,0.010387039,0.08918581,0.006041927,0.010997575,0.03212846,0.031065969,0.027260032,0.023216221,0.032509055,-0.005126123,0.0060696783,-0.026593992,0.0016710446,-0.0057089073,0.012575454,0.01582636,-0.01936271,-0.053187985,-0.025801089,-0.021202246,-0.03631499,-0.0016254527,0.023311371,-0.03425344,-0.02537292,-0.038947433,-0.0049873646,0.0138441,-0.01169533,-0.00073492265,0.009324548,0.020108039,-0.027957786,-0.008107441,0.02849696,0.010196743,0.0066247107,-0.0286714,-0.013130486,-0.013717235,-0.026831863,0.0035204927,-0.017745186,0.00010307749,-0.014644932,0.0043609706,0.031922307,0.012757822,0.016088018,-0.029876614,-0.054678645,-0.035300076,0.0026344229,-0.0029535666,0.0062797978,0.01912484,-0.009324548,0.0038634236,0.027228314,-0.025563218,0.01294019,0.0029377085,0.016682696,0.0048248195,-0.003958572,0.010046091,0.005411568,-0.005716836,0.019806735,0.024262855,0.013852029,-0.037266478,-0.0056890845,0.03583925,0.04310225,0.034982912,-0.0031319698,0.0062639397,0.022375744,0.0050468324,-0.020583782,-0.03675902,0.007619805,-0.013788597,0.02248675,0.0064225206,-0.0044878353,-0.009173896,0.016524114,0.014629074,-0.005534468,-0.033904564,-0.0018316077,0.03239805,0.028417671,-0.017539032,-0.010283962,-0.035966113,0.00432529,-0.03419001,-0.010355324,0.028623825,-0.012963977,-0.034475457,-0.011076866,-0.01631796,-0.012052137,-0.043197397,0.0088646645,-0.017031573,0.012432731,-0.014042325,0.0022954564,0.030717092,-0.027529618,0.020631356,-0.039581757,-0.015604346,-0.0072629983,0.005823878,-0.03288965,-0.0017562818,0.003875317,0.026514702,-0.014938307,0.0056335814,-0.0073422887,0.032509055,-0.010894498,-0.0014510138,-0.011267163,-0.0025769372,0.0023866403,0.0017751133,-0.021249821,0.0053838165,0.015715353,-0.020314194,0.019061407,-0.008928096,-0.01712672,-0.03342882,-0.025277771,-0.0019237828,0.0053164195,-0.014066112,-0.024976468,0.009839935,0.019045549,0.0005406613,0.008507857,0.01359037,-0.009705142,0.031795442,-0.011925273,-0.013082912,0.009467271,0.0073105725,0.005058726,-0.0028207551,-0.009491058,-0.011084795,-0.037171327,0.0150731,-0.02207444,0.00840478,0.00840478,-0.026419554,-0.0010055011,0.020726504,-0.0028544536,0.003926856,-0.00001562578,-0.017681753,0.0069299787,0.0154299075,-0.005090442,-0.013352499,-0.0014807477,-0.025214339,0.038661987,0.0018841375,0.011021363,-0.015762927,-0.009982659,-0.0037563816,0.0240567,0.00880916,-0.030431647,-0.0037405235,0.0031418812,0.004705884,-0.022724621,0.003966501,0.013550725,0.03863027,-0.0030368215,-0.0101412395,0.014319842,-0.016983999,0.021773137,-0.0077942437,-0.04950891,-0.0038495478,-0.0016760003,-0.0068744756,0.027989503,-0.0053362423,0.0099668,-0.001604639,0.016746128,-0.021931717,0.03236633,-0.029844897,0.017681753,0.025198482,0.013780667,0.0050468324,0.020441059,0.0347609,-0.0037484525,-0.0051855906,-0.008999458,-0.021043666,-0.021297395,-0.0012389121,0.024151849,0.057881974,-0.03549037,-0.010624911,-0.0029793358,-0.0020516384,0.001444076,-0.0296546,-0.00762377,-0.037773933,0.0097685745,-0.037171327,-0.008293773,-0.015382333,-0.036378425,-0.010268103,0.03641014,-0.0024262855,0.013899603,0.020583782,0.024310429,-0.00988751,-0.026911154,-0.0014559695,-0.043704856,0.018855251,0.036600437,-0.025404636,-0.027212458,-0.027751632,0.000863274,-0.00551861,-0.030907389,-0.011489175,-0.0033658764,-0.021773137,-0.010783491,0.03032064,0.011576395,-0.0067158947,-0.0039764126,0.033333674,0.0027850745,-0.04192875,0.016460681,-0.0039744303,0.01129095,0.014018538,-0.00091530825,-0.004876358,-0.014288126,-0.019648155,0.022375744,-0.0004692999,-0.010355324,-0.055503264,-0.015334759,-0.03799595,-0.05099957,-0.01887111,-0.015921507,-0.00013714757,-0.006815008,-0.024897179,0.0021903967,0.000989643,-0.016349675,-0.021804854,0.0430071,0.024976468,0.022534326,-0.016460681,0.031605143,0.016492398,-0.027117308,0.015683636,0.011822195,-0.016635122,-0.034094863,0.025690082,0.022264738,0.007425544,0.010601123,0.014303984,-0.001604639,-0.00051043177,-0.011267163,0.03346054,0.009134252,0.019251702,0.018760104,0.0036513219,-0.010252246,-0.011766692,0.013027409,0.0042222124,0.008174838,0.037647072,0.004170674,0.045607824,-0.016936425,0.012448589,-0.015001739,0.00068586174,-0.005126123,0.019346852,0.009134252,0.04062839,-0.036885884,0.020885086,-0.0074176146,0.011814266,0.011584324,-0.01037911,-0.02299421,0.00091431715,0.010720059,0.025642507,-0.008634722,0.011980776,0.021218104,0.03707618,0.009784432,0.014795585,0.0003962041,0.017586606,0.036441855,0.05052383,0.0015253486,-0.020488633,0.017269444,0.009126322,0.010117452,-0.013217705,0.028576251,-0.015548843,-0.04211905,-0.017206011,-0.0035085992,0.01623074,0.0017027608,-0.0032489232,0.014541855,0.0337777,-0.0015798607,0.00956242,-0.023311371,0.01655583,-0.044561192,-0.015850145,-0.0020754256,-0.025277771,0.042245913,0.037583638,-0.004606771,0.028068794,0.0047336356,0.0034293088,0.012963977,0.023945693,0.028766548,0.0046345224,-0.022930777,-0.024659308],"social":"https://twitter.com/maxjzin"},{"title":"servizi","description":"services made easy.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Dbc9vF1XIck","youtube_transcript":"Here, this is Josh Sherman to give you the demo for Servizy. So Servizy is a platform that makes services easy. It lets customers find the best agency for this specific tasks. It lets agencies list their services and their portfolio projects, which are then shown on their agency profile, all of which the customers can decide which agency works best for them. Get it to the demo. I'm a customer, and I'm looking for a very specific page. Yes. Just click on agency, and I can browse the list of fields here. Oh, let's say I'm looking for casm hypers. I can just and can visit their profile. So that's how the agency profile looks like. Other than that, let's say, this is the service I'm looking for. Let's see where you were. On the side note, you can also look for services where the services section. You can just click here. Let's see. Type your UX, and you'll find those sick page that I visited here. This is how the page looks like for the service. So here, there's a project brief, and there are a couple of lights that the agency can put up or and then there there's a huge project overview here. I can just book a call as client. I can just click here. So let's get to the back end section for the agency, and let's see how the dashboard looks like. So I'm currently signed in as an agency, so I can go to my dashboard. Can let it pan analytics, take my page views, my project views, my ratings, my full condition and whatnot. That's how the dashboard looks like. So let's get to the progress section real quick. So, currently, we're fifty customers and at eleven agencies, which is exactly close to the demo day goal, which is fifty customers and ten agencies. So then that we built the landing page and they dashboard. You're currently working on the service tips, which is a five part video series, which should be out in a couple of days. Yeah. That's been the six week progress for the and weekends projects are busy and it's been a blast. Thanks for sticking around.","embedding":[-0.030324057,0.023461552,-0.027523333,-0.00021307856,0.011012266,-0.0026815822,-0.009729213,0.03463512,0.047421664,0.007910943,0.040617812,-0.079006776,-0.000602577,-0.041350987,0.002157363,0.020074291,-0.020250253,-0.040999062,-0.020396888,-0.0065509053,0.02885771,-0.0054144864,-0.0038088365,0.056894265,-0.033608675,-0.037421178,-0.030998576,0.056337055,-0.0021958547,-0.042494737,0.029019007,-0.04187887,0.012427291,0.012559262,0.022596408,-0.0016221465,0.0110562565,0.00547314,-0.0097585395,0.032934155,0.0067965183,0.024282707,0.03577887,-0.030910596,0.012265993,0.039884638,-0.039356753,0.0065472396,-0.019810349,0.0449582,-0.0755462,0.006924824,0.013292436,0.0048646065,0.015543278,-0.025499776,-0.027479343,0.0023626518,-0.04161493,0.025499776,0.035808194,0.0022380122,0.00857813,0.00542915,-0.0055867825,-0.008394836,-0.018725252,0.04331589,-0.02717141,-0.025426459,0.07132312,0.019209146,0.019590396,0.011481497,-0.010792314,0.021115398,0.04563272,0.04671782,0.020279579,-0.052407242,-0.037333194,-0.00781563,-0.02995747,-0.0009797032,-0.04689378,-0.022449773,-0.050852917,-0.02344689,-0.011613469,0.05926975,0.01634977,0.049415894,-0.0018769242,0.024678621,0.08328851,0.003790507,-0.048066854,0.0370106,0.04410772,0.03709858,0.07947601,-0.030016124,-0.03164377,-0.00942128,-0.000159007,-0.015044721,0.015983183,-0.03220098,0.009912506,-0.046277914,-0.08880198,0.024825256,0.0008060326,0.037655793,-0.00016462037,0.025133189,0.026716843,-0.049826473,-0.016115153,-0.04094041,-0.04445964,0.0043000625,0.007844957,0.043843776,-0.001591903,-0.03797839,0.0022086853,-0.012691233,-0.013527052,-0.03835964,0.0013609533,-0.010264429,0.04340387,-0.043843776,-0.0045016855,-0.029649537,-0.018578617,-0.034752425,-0.016085828,0.02687814,0.024869246,-0.012889191,0.014494841,-0.0071007856,-0.047802914,-0.040207237,-0.01673102,0.0002605057,-0.04671782,-0.025059871,-0.01056503,-0.016041838,-0.050823588,-0.020528859,-0.018300012,0.008328851,-0.011679455,-0.008380174,-0.017288232,-0.014260225,0.004659318,-0.016892318,-0.00714111,-0.022039196,-0.042230796,-0.014898086,0.0010163618,-0.0014333542,-0.061469268,-0.0059387055,-0.021437993,-0.026819488,0.013153133,0.020455541,0.0521433,-0.030265404,0.03498704,-0.03797839,0.02784593,-0.028505787,-0.014978735,0.011378853,-0.004989246,0.012852532,-0.06897697,-0.023901457,-0.029019007,0.00891539,0.00849015,-0.006455593,-0.00017092108,0.0057847393,0.015162028,0.023857467,-0.007225425,-0.059680324,0.035133675,0.0234029,0.00874676,0.0056087775,0.009868516,0.019091839,0.044987526,0.04407839,-0.011994719,0.008468154,-0.030793289,-0.020176936,-0.011569479,-0.0011703282,0.04401974,0.035133675,0.036688004,-0.005542792,-0.028447133,-0.0074857017,-0.05830196,0.04513416,-0.02818319,-0.010411064,0.00077578926,0.014480177,-0.008306856,-0.017566837,0.015983183,0.044137046,0.027831268,-0.033520695,0.025939679,-0.0057517462,0.040588487,0.022831023,0.0042780675,0.017126933,0.01580722,-0.022068523,0.014076931,-0.031673096,0.01846131,-0.016261788,0.00117766,0.009897843,0.012134022,-0.038095698,0.074842356,0.013094479,-0.018021405,-0.06358081,-0.0015607431,0.0046153273,0.0426707,-0.023080302,-0.03269954,-0.040031273,-0.0036347078,-0.0024781264,0.0024286374,0.03181973,-0.0002861668,-0.009663227,-0.0056600994,-0.015660586,-0.01846131,0.0016972967,-0.011569479,0.025045207,-0.0086514475,-0.017684145,-0.003907815,-0.017713472,-0.015162028,0.0116208,0.053081762,0.07067793,-0.024341362,-0.0047692936,0.025045207,0.010286424,-0.0016129818,0.0039224783,-0.008138226,-0.04727503,-0.019414434,0.02640891,0.013402412,0.025675736,0.033403385,-0.012009382,-0.02243511,0.04554474,-0.000093365066,-0.020352896,-0.017273568,-0.01610049,-0.00072675827,0.016423088,0.033315405,0.028784392,0.009531256,0.0063932734,0.02847646,-0.039562043,-0.009868516,-0.0038235,0.02746468,0.037919734,0.023593524,0.02151131,-0.0035595575,-0.0431106,-0.028784392,0.006092672,-0.02497189,0.010704334,-0.022962995,-0.032054346,0.0679212,-0.005451145,-0.029370932,-0.03712791,0.004050784,0.0086734425,-0.015939193,0.0013618699,-0.023901457,-0.06921158,0.030470692,-0.026819488,0.012449287,-0.045867335,0.048008204,-0.046248585,0.0264529,-0.007144776,-0.011122243,-0.03126252,-0.031409156,0.013871643,-0.012654575,0.010147122,-0.02717141,-0.04660051,-0.060824074,-0.02995747,0.016848328,0.030001462,0.039767332,-0.036570694,0.020836791,-0.011474166,-0.024575977,-0.04621926,0.00054850546,-0.011679455,0.037421178,0.003911481,-0.0071521075,-0.035984155,-0.051116858,-0.022845687,-0.0027603984,0.025030544,0.000060028582,-0.00263026,-0.013541715,0.041820217,-0.0059167105,-0.0011510825,0.036893293,-0.02218583,0.03231829,-0.032054346,0.055163976,-0.011276209,-0.032523576,-0.029766845,0.009289308,0.009391953,-0.010748324,-0.013805658,0.024312034,-0.009509261,-0.022024533,-0.014010946,0.0160565,0.012859863,-0.026247611,-0.0049672504,-0.040999062,0.00048572745,0.02793391,-0.06733466,0.023960112,-0.019839676,0.04293464,0.017948087,0.054108206,0.04410772,-0.013615033,-0.0056674313,0.022801697,-0.03267021,-0.04871205,-0.039063487,-0.03308079,-0.02412141,-0.042905316,-0.03296348,0.000034023833,-0.045222145,0.030705307,-0.06375677,0.05337503,-0.02687814,-0.031673096,-0.011305536,-0.011349526,0.034869734,0.06598562,0.07261351,0.0023498212,-0.047333684,0.023945447,-0.0036988605,-0.02750867,0.025837036,0.036101464,0.003187472,0.011393516,-0.016452413,0.0028428803,0.018813232,0.03703993,-0.014846764,-0.0431106,0.0009036364,0.01318246,0.0017357883,0.03343271,0.00025867278,-0.017053615,0.0070751244,-0.015367317,0.0059313737,-0.0023003318,-0.01351972,0.04407839,-0.011129574,-0.0029033672,-0.00031709755,-0.038770217,-0.0031746414,-0.04592599,0.025675736,-0.06610292,-0.042201467,0.0017275402,-0.0019447427,0.03410723,0.009340631,-0.01119556,0.061997153,-0.05762744,0.06375677,0.023168283,-0.0053558326,-0.033784635,-0.0003303863,-0.0014910917,-0.0011941564,-0.018578617,-0.02104208,0.038125023,-0.023696167,-0.080414474,-0.04484089,-0.022889677,-0.0034660778,0.0060010254,-0.014714792,-0.027611315,-0.03308079,-0.05686494,0.100591406,0.05944571,0.029986797,-0.050090414,-0.0027915582,0.0048609404,0.040823102,0.048066854,0.052319262,0.04812551,-0.01749352,-0.016760347,-0.04698176,-0.007254752,-0.02856444,-0.03463512,0.014326211,0.050764933,-0.0006671879,0.003959137,0.06510581,0.0423481,0.00022167043,-0.049357243,0.0008587295,0.011393516,0.049239933,-0.034752425,0.0015616596,-0.0047216373,0.015865875,-0.02742069,-0.015587269,-0.0026944126,0.012889191,-0.00958991,-0.0013380417,-0.0059680324,-0.0059643667,0.025925016,0.004127767,0.024473332,0.009817193,-0.059475034,0.016555058,-0.038858198,0.0050295703,-0.012009382,-0.04516349,0.022640398,0.017185587,-0.023461552,0.0019025853,-0.015235346,-0.0074160504,-0.015030057,0.008717434,-0.0012088198,0.034752425,0.0018934206,0.0019355781,-0.0067928527,0.0077056536,0.022611072,-0.01648174,-0.013138469,-0.01875458,0.027787277,-0.023138957,0.027332708,-0.0042780675,0.002714575,0.00697248,0.035896175,-0.02344689,0.024751939,-0.020338234,-0.015484625,0.010506377,0.016511068,0.0075736823,0.00016931727,0.031233191,0.008805414,-0.005817732,-0.0063822754,0.03366733,0.027816603,-0.022611072,-0.005264186,-0.024414679,0.026980786,0.015865875,-0.026438238,0.010066473,-0.019663714,0.013659023,-0.025235834,-0.051879358,-0.0056564338,0.027816603,-0.019590396,0.006111001,-0.017508185,0.009655896,0.07355197,0.02425338,-0.0031691426,-0.026188958,-0.016232463,0.01854929,0.017332222,0.002441468,0.013365753,0.0150593845,-0.0077423123,0.002434136,-0.0057004243,-0.040236562,-0.03275819,-0.015264673,-0.014348206,-0.007005473,-0.04484089,0.021276696,0.01753751,-0.012156017,0.023270927,0.012097363,0.00089767936,-0.051292818,-0.016217798,0.026540881,-0.040705793,-0.014934745,0.043550506,0.0035687222,0.009267313,-0.041057717,0.02387213,0.034928385,0.006235641,-0.001562576,-0.015455298,-0.048653394,-0.05610244,-0.04554474,0.018006742,0.014795442,0.03029473,0.010616353,-0.03401925,-0.0071631055,-0.028329825,0.056688976,0.022933668,0.0028722072,0.021540638,-0.014245561,0.004629991,-0.037567813,0.039532717,-0.0073830574,0.010257098,0.05830196,-0.0051615415,-0.02344689,-0.027288718,-0.040588487,0.042963967,-0.009091352,0.015777893,0.05548657,-0.021995205,-0.014201571,-0.013673686,0.003293782,-0.028681748,0.074373126,-0.011474166,-0.004981914,0.0037245215,0.004014125,0.019282464,0.00536683,0.029972134,0.028828382,-0.060824074,0.008057577,0.033696655,0.024634631,0.015733903,-0.003018842,0.0073610623,-0.0423481,0.0026155966,0.02856444,-0.014157581,-0.004882936,-0.009128011,0.0035760538,-0.01917982,-0.027406026,0.016467078,0.019311791,0.015147365,-0.0018494303,-0.013754335,0.052964456,0.013534383,-0.030060114,0.019693041,-0.025118524,-0.018725252,0.011723445,0.015572606,-0.06469523,-0.01191407,0.017801452,0.013079816,-0.014274889,-0.023050975,-0.014560826,-0.014252894,0.02771396,0.0041937525,0.014458182,-0.01618847,-0.01390097,-0.037567813,-0.022332465,-0.011048925,-0.00426707,-0.052876476,-0.044987526,0.0017962751,-0.008328851,-0.03703993,0.015440634,0.01068967,-0.03220098,0.002632093,-0.02146732,-0.009428612,0.014135585,-0.004787623,0.00044059145,-0.015543278,0.053844262,0.005788405,0.0008802665,0.01585121,-0.0067158695,-0.049826473,0.01457549,-0.07144043,-0.042993296,-0.022831023,0.010792314,-0.006712204,0.042524066,0.021907225,-0.007064127,0.02497189,0.023388235,-0.036951944,0.0031306508,0.005370496,0.015411307,-0.010147122,0.033989925,-0.0061329966,0.015191356,0.024385352,0.0032076342,0.038271658,-0.004135099,0.015294,0.012771883,0.009905174,0.049503878,0.024106745,0.009193996,0.036101464,0.0074160504,0.0029161978,0.014414191,-0.03366733,0.006165989,-0.031086557,-0.01461948,0.018109387,-0.028344488,-0.020279579,-0.02957622,-0.008160221,-0.008468154,0.014648807,-0.010968276,0.013622364,0.011804094,0.0033286079,-0.020176936,0.0060816742,-0.009267313,-0.011906738,-0.03152646,0.0044980193,-0.011144238,0.0076836585,-0.01618847,-0.003401925,0.006844175,-0.0062209773,-0.05454811,-0.049826473,0.007940269,-0.031086557,-0.000019890196,-0.016320443,0.04745099,-0.036394734,0.018431982,0.0086514475,0.026379583,-0.030353384,-0.0008151973,-0.008006255,-0.034547135,-0.03545627,-0.02497189,-0.00032924075,0.023182947,0.0036695334,-0.01563126,-0.014333542,0.0040837764,0.014502172,0.01145217,-0.011598805,-0.020675493,0.0121633485,0.05586782,-0.025279824,0.007837625,0.0031618108,0.005487804,0.0012363138,-0.0043037287,0.0014617647,-0.008768755,-0.016833665,0.030412037,-0.029854827,-0.015880538,-0.0066608815,0.0056344387,-0.020954099,0.021071408,-0.019575734,-0.011129574,0.004798621,0.009054693,-0.013512388,-0.00054163195,0.025367804,-0.010477049,-0.017478857,-0.030060114,0.006202648,-0.008064909,-0.014648807,0.025866361,0.0040837764,-0.020440878,0.0035760538,-0.0048096185,-0.048653394,-0.00920866,0.033520695,-0.018989194,0.016833665,-0.01610049,0.020616839,-0.004182755,0.047128394,0.0076909903,-0.013490393,0.025851699,0.0016175641,-0.010799646,0.0023718164,0.008629452,-0.05847792,-0.009428612,-0.013358422,-0.011752771,0.040823102,-0.015601933,-0.018475972,-0.01706828,-0.009949164,0.035309635,0.01212669,0.05369763,-0.004765628,0.014538831,0.011466834,0.023652177,-0.0067451964,-0.019590396,-0.008754092,0.036394734,0.03029473,0.054577436,0.0117381085,0.007866952,-0.0057774074,-0.0117161125,0.018783906,-0.004017791,-0.011107579,-0.016247125,-0.017170925,-0.03308079,-0.0014718459,-0.005242191,-0.014333542,-0.026672853,0.019077174,0.030705307,0.0063822754,0.0068918313,0.009883179,0.009677891,0.017302895,-0.012493277,-0.019253137,0.017508185,0.027537998,0.017244242,0.005905713,0.0065545714,0.01960506,-0.0011061756,0.050295703,0.0059936936,0.012456618,-0.020646166,0.0281392,0.0005127632,-0.0074527087,-0.008468154,-0.008035582,0.013167797,0.0005384243,-0.050970223,0.023505542,-0.0074380455,-0.025470449,-0.01648174,0.011320199,0.0017706141,0.020000974,-0.009333299,0.011085584,-0.029546892,0.017244242,0.038916852,0.015499288,-0.039825987,-0.06768658,-0.010506377,-0.005003909,-0.0014471012,0.0770712,0.0022545087,-0.0475683,-0.00071346946,0.0065215784,-0.053902917,-0.0033634335,-0.0042304113,0.0018695925,-0.031233191,0.008622121,0.038916852,-0.028315162,0.04272935,0.011356858,0.0065179127,0.017816117,0.018402655,0.017126933,-0.0006396939,0.010506377,-0.04170291,0.02809521,0.040588487,-0.00593504,-0.010044477,0.0071557737,0.010440391,-0.019121166,0.0070348,0.011474166,-0.009677891,-0.0044137044,-0.0043110605,0.025558429,0.007229091,-0.025646409,-0.020015636,0.000014341275,-0.06363946,0.012984503,0.04487022,0.001550662,0.0036310419,0.027523333,-0.023505542,-0.0027054104,0.011606137,-0.019370444,0.029429585,-0.016408423,-0.0053778277,0.011034261,-0.047304355,0.014934745,0.02214184,0.008394836,0.008218875,-0.04340387,0.023461552,-0.02872574,-0.06680677,-0.0061549917,-0.0069101606,-0.03334473,-0.012771883,0.0048866016,-0.021350013,0.028872373,-0.013145802,0.033696655,-0.020778138,-0.04102839,0.015953856,-0.026247611,0.013637028,0.004534678,0.021775253,-0.0059680324,-0.007210762,0.018666597,-0.004538344,-0.022845687,0.03815435,0.024825256,0.03193704,0.027669968,0.019077174,-0.014304215,-0.0039151465,0.026291603,0.010103131,0.00946527,-0.023050975,0.013050489,-0.010345078,-0.01783078,-0.0062539703,-0.0043257237,-0.018387992,-0.016203135,0.025749054,-0.01736155,0.0031654767,0.014421524,0.0059863618,-0.008211544,-0.014707461,0.016540395,-0.029693527,-0.011862747,0.009663227,0.013878975,0.0015066715,0.016833665,-0.016672365,0.023681505,-0.012141353,-0.022743043,-0.03410723,0.007852289,0.018827897,-0.009032697,0.052289937,-0.01960506,-0.0241654,0.0069688144,0.012955176,-0.008570799,0.012016714,0.024062755,0.0053631645,0.003268121,-0.00081840495,-0.006587564,-0.022713715,-0.006924824,-0.006510581,0.036013484,0.02252309,0.010264429,0.0046556517,-0.02074881,0.023798812,0.016364433,0.030910596,-0.034253865,0.0020583847,-0.0060156886,0.005289847,0.007720317,0.021218041,-0.00042615712,0.027156748,-0.0029931809,-0.0064299316,0.0140696,0.003959137,0.016657703,0.009164669,0.026599536,-0.002078547,-0.008116231,-0.010044477,0.0012280657,0.008086904,0.014157581,-0.016877655,-0.017801452,0.020616839,-0.021188715,0.009619237,0.011386185,-0.018959867,-0.0018320173,-0.0054988014,-0.00037071086,-0.007639668,-0.008937385,-0.008482818,-0.013747004,-0.005898381,0.008189548,-0.0015140034,-0.02636492,0.021496648,0.017962752,0.005843393,0.004289065,0.082408704,-0.010931618,0.009172001,-0.019912994,0.01686299,0.004644654,-0.015396644,0.025323814,-0.0035119012,-0.0053045102,-0.023681505,-0.0012097363,-0.011723445,-0.004952587,0.026379583,0.0046703154,0.007881615,-0.021481983,-0.024444005,-0.02310963,0.0011639129,0.0048536086,0.0063016266,-0.0071521075,-0.031027904,-0.0060450155,0.013065152,0.004344053,0.025807709,0.037714448,0.0023773152,0.0040067933,0.014465514,-0.006902829,-0.005095556,0.016408423,0.020514196,0.012801209,0.028799055,-0.0104623865,-0.025807709,-0.011613469,0.037245214,-0.0032167989,0.010359742,0.033227425,-0.021745928,0.004846277,-0.030558672,-0.036512043,-0.047421664,0.026086314,0.01385698,0.035984155,0.012493277,-0.0063602803,0.016760347,0.00920866,-0.008328851,-0.009743876,-0.026335593,0.02349088,-0.0021848571,0.032259636,-0.0072767474,0.010894959,0.0011620801,0.0069101606,0.013783663,-0.024795929,0.0056564338,0.020176936,0.017214915,0.012068036,0.04745099,0.009721881,0.027684633,0.008336183,0.015352653,-0.034371175,-0.033491366,0.019429099,-0.002989515,0.014428855,-0.009201327,-0.019355781,0.026174296,0.027625978,-0.03366733,0.0069981413,-0.015689913,-0.0053375033,-0.0018760078,0.017053615,0.009956497,0.02151131,-0.041526947,0.023373572,-0.016496405,-0.021584628,0.00904003,-0.022464437,-0.009413948,-0.0025587757,-0.006367612,-0.010740992,-0.048858684,0.030881269,0.0051322146,0.015044721,-0.01195806,0.0023204943,-0.0040837764,-0.0074673723,0.008893395,-0.012852532,-0.039738003,-0.012500608,-0.017860107,-0.027362036,0.012837868,-0.018901214,-0.024341362,-0.025411794,0.0036090466,0.014751451,0.004377046,-0.03882887,0.0012482279,0.005920376,0.00726575,0.025103861,0.0016725521,-0.008959381,-0.020118281,0.007998923,0.0021848571,0.005073561,-0.017258905,0.02991348,-0.042436082,-0.016423088,0.013189792,-0.013285104,-0.010638348,0.019018522,0.011672122,0.008988707,-0.0141429175,-0.0076909903,0.024737274,-0.0024726277,0.06686542,0.0054328158,-0.011496161,-0.00020070626,0.01385698,0.022992322,-0.018094722,-0.002133535,-0.021437993,-0.01673102,-0.027479343,0.00033130278,0.028931027,-0.009362626,0.010125127,0.03164377,0.016833665,0.018651934,-0.021775253,-0.012302652,-0.027347373,0.013893639,0.003984798,-0.0046703154,-0.009413948,0.0046409885,-0.0037428509,0.0052458565,0.0018677595,0.01474412,-0.02679016,-0.014736787,0.015601933,0.024810592,-0.006396939,-0.0039774664,-0.023094965,0.0017660317,0.0042157476,-0.012185344,0.021218041,0.026951458,0.029722854,0.0034972378,-0.004871938,-0.035544254,-0.010447723,0.009883179,-0.009736544,-0.009890511,-0.02200987,0.0064299316,-0.030588,-0.01301383,-0.032230306,-0.012940513,0.015924528,0.04313993,0.00946527,0.034253865,-0.024004102,-0.0089080585,0.041937526,-0.0073207375,0.011342195,0.019414434,0.06340484,-0.024033427,0.036306754,0.003268121,-0.03173175,-0.06921158,0.020235589,0.01652573,0.038770217,-0.02607165,-0.008519476,-0.0104183955,0.044899546,-0.009333299,-0.00035604739,-0.019135829,-0.021731263,-0.00077029044,-0.043491855,0.009677891,-0.012427291,-0.02703944,-0.022743043,0.007617673,-0.0241654,0.030588,0.033872616,-0.0068148477,0.015381981,-0.00036841969,-0.03422454,-0.007181435,0.0045566736,0.010806978,-0.019150492,-0.023388235,-0.025881026,0.02948824,0.012991834,-0.056395706,-0.0036530371,0.009186665,-0.052553877,-0.04064714,0.006195316,-0.03143848,0.02387213,-0.02674617,-0.0140696,-0.025969006,-0.019311791,0.009736544,-0.009641232,-0.025338477,-0.0023241602,-0.025631746,-0.020602176,0.027977902,-0.01018378,-0.011254214,0.0051358803,0.00076937396,-0.049826473,-0.004457695,-0.02953223,-0.03481108,0.002190356,0.03132117,0.0028153863,0.012192676,0.008160221,0.014920081,-0.005157876,0.027244728,-0.012588589,0.012053372,0.033227425,0.040852427,0.01639376,0.0018842559,0.013790994,-0.015264673,0.02856444,-0.0370106,0.009714549,0.02306564,0.0049929116,0.010367074,0.0289017,-0.019531744,-0.014040273,0.013189792,0.008622121,-0.009289308,0.012962508,-0.014516836,0.002329659,-0.01769881,-0.009560583,-0.0009907007,-0.0055464576,0.016071163,0.0057480806,0.013703013,0.029810835,0.014736787,0.051146187,0.02142333,-0.01677501,-0.031145211,0.009193996,-0.01652573,0.0017348719,0.0059753642,0.06328754,0.02180458,0.03355002,0.004736301,0.021364676,0.027860593,-0.0067085377,-0.02526516,-0.00726575,0.017214915,0.039679352,-0.0030994911,-0.009472602,0.014993398,-0.008783419,0.010242434,0.00079549325,0.0017632823,0.015425971,0.052612532,0.019150492,0.015103375,-0.019385109,0.018065395,0.023314917,-0.015660586,-0.01436287,0.03240627,-0.0064629246,-0.06311157,-0.020792801,0.010433059,-0.040588487,0.014186908,0.0075736823,-0.0015873207,0.00045983726,-0.0027548994,0.018695924,-0.009949164,0.03132117,-0.031291846,-0.014854096,-0.038271658,-0.0084608225,0.02357886,-0.009809862,-0.015367317,0.038330313,0.005865388,0.04064714,0.032054346,0.01769881,0.010117794,0.003981132,-0.0042157476,-0.022919005],"social":"https://twitter.com/yashpanditrao"},{"title":"flashmates","description":"find housing and roommates in a safer, faster and efficient way","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=YGqkLpBMSxA","youtube_transcript":"Me one. My name's Amrit, and I'm building flashlights, a platform that makes it easy for users to find housing and roommates in a safer, fast and efficient way. Here's a quick demo of how it works. Users can search for listings by entering the search bar, but if they want something at once, they can use the filters that we have. They can also send it to a potential roommate, a potential tenant, and we do the roommate selection based on a match picking process. Users can also find rentals on the platform and see if there's a listing available for a particular rental, and we even have a separate platform for the subvering process. During s three, I'm gonna want to progress. So ever since night, when we can start it on April eight, I have onboarded over three point four k new users to the platform with over five point three k views and twenty four events being triggered. This is a proud moment for me, and I've been talking to users ever since iterating based on the feedback and making the platform even better. You so much works. I wanna mention to make the whole house setting process safer and faster. Do join me and if you're looking for housing yourself and if you're watching this, do visit flashlights dot tech. And do reach out if you have any feedback or questions. Thank you.","embedding":[-0.009369424,0.004095687,-0.0007834032,0.023765193,-1.2654833e-7,-0.004201711,-0.024362072,0.02425212,0.027095148,0.008356301,0.036880817,-0.030676419,0.0154246,-0.026294075,0.052839465,-0.011631279,-0.03515301,-0.026828123,-0.051897027,0.06320631,0.02932559,-0.004213492,0.0060826642,0.020922167,-0.011819768,-0.031116225,-0.027864806,0.03461896,-0.014859136,-0.02425212,0.005214834,-0.037823256,0.0022265143,-0.012369524,-0.0034261618,0.020937873,0.025807146,0.00041820772,-0.006302567,0.022351533,-0.0045943945,-0.025760025,0.044074774,-0.00040274582,-0.029451247,0.015432454,-0.07853666,0.032891154,-0.013186306,0.038482964,-0.036849402,0.010264741,0.0047161262,-0.0026996976,-0.0043195165,-0.049352437,-0.0141287455,0.051111657,-0.014442892,0.03615828,0.020450946,-0.028414564,0.0319173,0.006353616,0.015024063,-0.004939956,-0.023451047,0.043949116,0.025304511,0.04916395,0.065028355,-0.0004852093,0.0127465,-0.03656667,-0.005010639,-0.0034615034,0.019414263,0.014175868,-0.008968887,-0.01977553,0.006985836,0.01913153,-0.032419935,-0.024283536,-0.045237117,-0.006208323,-0.052556735,-0.039205503,-0.05616942,-0.02283846,-0.017874943,0.046902094,-0.0449858,0.02054519,0.055195566,-0.024330657,-0.05126873,0.0068405434,0.043415066,0.039393988,0.07514387,-0.022053095,0.020278165,-0.056483567,0.0049910047,-0.020450946,0.027770564,-0.035592813,0.019508507,-0.004771102,-0.13546003,0.014364355,0.024000803,0.018220505,-0.018770263,0.052713808,0.017670749,-0.05811713,0.007437422,-0.037540525,-0.031257592,0.0067855674,0.023168314,0.020655142,-0.0057999324,-0.05045195,-0.0065028355,-0.040493503,-0.04344648,-0.02272851,0.048786975,-0.018534651,0.08481959,-0.005909884,-0.032891154,0.013524013,-0.0546301,0.00074315316,-0.03157174,0.008026447,0.023749486,-0.014984795,0.003869894,0.011788352,-0.03091203,-0.044514578,-0.004849639,0.013524013,-0.01566021,-0.028995736,0.017686456,-0.03515301,-0.054221712,-0.0073235435,0.053373516,-0.000118173135,-0.022178752,0.053467758,-0.026781002,0.030220907,-0.0034516864,-0.019806946,-0.017702164,-0.023482462,-0.046587948,0.01953992,-0.028226076,-0.069175094,-0.07696593,-0.013908843,0.0013783184,-0.0214248,-0.014584258,0.0001459064,0.045268532,-0.010107668,0.017356602,-0.031697396,-0.010264741,-0.0097464,-0.015526698,-0.009338009,0.0056546396,-0.033645105,-0.060064837,-0.05158288,-0.02896432,0.006934787,-0.030173786,0.0073274705,0.010696693,0.07080866,-0.046713606,0.002880332,0.0022755996,0.0009817083,0.054378785,-0.02319973,0.007743715,-0.009094546,0.00283321,-0.0054779323,0.03568706,0.034870278,0.0052541024,-0.041121796,-0.03650384,0.011387816,-0.023906559,-0.028948613,0.06986621,0.06370894,0.0071389824,0.030990567,-0.05792864,-0.008065715,-0.025995634,0.033456616,-0.032042958,0.015550259,0.0006749244,-0.00043096993,0.060504645,-0.020749386,0.0019594897,0.07652612,0.00027536918,-0.037383452,0.06647343,-0.009180936,0.009707131,-0.007849739,-0.024817584,-0.02744071,0.011945426,0.02037241,0.00848196,-0.035529986,-0.0040053697,0.017388016,-0.0053444197,-0.0045001507,0.030754955,-0.0025956365,0.021173485,0.016319918,-0.03474462,-0.03986521,0.026890952,0.038702868,0.074264266,-0.030692127,0.009691424,-0.010374693,-0.0022304412,-0.021628996,-0.029922469,0.07193958,0.001692465,-0.06490269,0.015872259,0.027817685,0.0070172506,0.0357813,-0.029137101,0.00906313,-0.010225473,0.04033643,-0.0062436643,-0.04621097,-0.0014087514,0.0037560158,-0.000864885,0.015063331,-0.008458398,0.045519847,0.023278266,0.002210807,-0.01030401,-0.047059167,-0.009455814,0.016586943,0.025869977,-0.008458398,-0.00613764,0.021707533,0.024723342,-0.018236212,-0.034587547,0.010508205,-0.0058509815,-0.05887108,0.015306795,0.037352037,0.029137101,0.0284931,0.08130115,-0.016492698,0.018047724,0.0057763713,0.029655444,-0.03386501,-0.012267427,0.013288403,-0.009887765,0.01030401,-0.0107124,0.0073235435,0.015134014,-0.03980238,-0.0076062754,0.019225774,0.01139567,-0.04127887,-0.02832032,-0.0065028355,0.05481859,-0.02084363,-0.019618457,0.0015795686,0.004390199,-0.03267125,-0.0030648932,-0.03326813,0.030959152,-0.016712602,0.047341898,-0.038577206,-0.012432354,-0.028383149,0.05874542,-0.057080444,0.009895619,-0.028713003,-0.005199127,0.019382847,-0.0022206241,-0.015903674,0.044891555,0.0117804995,-0.015353917,-0.07671461,-0.036095448,0.03622111,0.04511146,0.0007726044,0.030173786,-0.05192844,-0.033362374,-0.016147137,-0.010885181,-0.012974257,0.004511931,-0.0188488,-0.0063064937,0.024299243,0.03267125,-0.021393387,-0.025838561,0.008796106,-0.036001205,0.032702666,0.026639635,-0.031289004,-0.005878469,0.012942841,-0.041467357,0.010060546,0.009675717,0.007590568,0.012290987,-0.009094546,0.045802582,-0.0059373714,-0.03986521,0.016461285,0.06892377,-0.011136498,0.0049792244,0.023388218,0.069614895,0.012220304,-0.015283234,-0.029592615,-0.043069504,0.050828926,0.0012536414,-0.008961033,-0.02868159,-0.029357003,0.017183822,-0.046525117,-0.00731569,0.011372108,0.054127466,0.003351552,0.054190297,0.048001606,0.020293873,-0.012204597,0.03395925,-0.010225473,-0.0157466,-0.0033378082,0.0066284942,0.01812626,-0.036817987,-0.010029132,0.028178954,-0.05657781,-0.018283335,-0.049415268,0.0627665,-0.020717971,-0.014914112,-0.018220505,-0.00031218323,-0.014827722,0.059562203,0.035749886,0.0024758682,-0.053185027,0.019068701,-0.0045001507,0.023325387,0.040242184,0.05287088,-0.025100317,-0.045174286,-0.02626266,-0.029152809,-0.03044081,0.020529483,0.06936358,-0.027566368,-0.00080745504,0.028257491,0.008788252,-0.001399916,-0.01118362,0.008387716,0.008474106,0.004861419,-0.02107924,-0.031226177,-0.042409796,-0.026828123,0.030519346,-0.013194159,-0.0057724444,-0.050483365,-0.035906963,-0.047341898,0.024990365,-0.08255774,-0.04533136,0.017670749,-0.015275381,0.0042841746,0.03873428,-0.02902715,0.03238852,-0.035184424,0.01825192,0.042786773,-0.029294174,-0.028603053,-0.00025917098,0.0136967935,0.00275271,0.026623929,-0.010343278,-0.015911527,0.022210168,-0.093050234,-0.024409194,0.012620841,-0.010406108,0.023168314,-0.03926833,-0.037603352,0.031304713,-0.026875244,0.033048227,0.03037798,0.005768518,-0.040399257,0.01807914,-0.034053497,0.02654539,0.033299543,0.038420133,0.03279691,-0.019979727,-0.008874643,-0.030268028,-0.012400939,-0.048095852,0.0077280076,0.029891053,0.01109723,0.024660511,-0.034524716,0.03395925,0.009345863,0.010838059,-0.01812626,-0.028697295,-0.024754755,0.03179164,-0.03999087,-0.0059412983,0.0003337808,0.03285974,-0.0012075012,0.004590468,0.015581674,0.023341095,-0.013712501,-0.00002294743,0.009762107,0.024629097,0.0044883704,0.0036283936,-0.0054700784,-0.0002394141,-0.038640037,0.0044294675,0.0015933125,-0.012722939,-0.00354004,-0.020183923,-0.0032730154,0.015636649,-0.044703066,0.010398254,-0.014513575,-0.04979224,0.005387615,-0.016021479,0.011929719,0.014120892,-0.0035086253,0.0010037967,-0.007060446,0.024644803,0.005521127,-0.0073471046,-0.011544889,0.00228149,0.043320823,-0.01227528,0.027220806,-0.0142936725,0.0426297,-0.0053993952,-0.019068701,-0.000736772,0.0025112098,-0.010429668,-0.0022088436,-0.017576504,0.035529986,0.014772746,0.00054926577,0.023859438,-0.0056035905,0.0029667225,-0.0151026,-0.012989963,0.029529784,-0.0614785,-0.013335525,-0.022885583,0.02030958,0.0008045099,-0.014490014,0.002536734,-0.021801777,0.001897642,-0.02478617,-0.027393587,-0.0069544213,0.02090646,-0.0049281754,-0.018785968,-0.03215291,0.02525739,-0.00048913615,0.004225272,0.0026565026,-0.016869675,0.009989863,0.039928038,0.029215638,-0.001473544,-0.02283846,-0.013249135,-0.015134014,0.0087175695,-0.012864305,-0.019382847,-0.0017562761,-0.030802079,-0.0066284942,-0.032702666,-0.02538305,-0.029357003,0.0070682997,-0.01942997,-0.0030295516,0.01748226,-0.022948412,0.010256888,-0.0094244,0.0056075174,-0.0044333944,0.0044648093,0.03980238,0.00675808,-0.019068701,-0.01471777,-0.011466352,0.025838561,0.043666385,0.0224929,-0.025508707,-0.03421057,-0.0051794928,0.012157475,0.013987379,0.0046336628,0.0068326895,-0.000656272,-0.021880314,-0.0035793083,0.012715085,0.041875746,0.0047828825,-0.017356602,0.006400738,0.013916696,0.024644803,-0.04350931,0.019225774,0.000656272,0.0010798791,0.0507661,0.014199428,-0.01848753,-0.0101940585,0.0029569052,0.029812517,-0.0032749788,0.03172881,0.02579144,-0.016335625,-0.0041781506,0.011277865,-0.0011505621,0.002701661,0.02026246,-0.002338429,-0.007892935,-0.046996336,0.02172324,0.0031826983,-0.004515858,-0.0116155725,0.014222989,0.004068199,0.033425204,0.0038247353,-0.037571937,0.018440409,0.009369424,0.023325387,-0.07388729,-0.0018515018,0.030016711,0.018283335,0.014654941,-0.038357306,-0.0389856,0.020231044,0.0016846114,0.031933006,-0.023262559,0.008434838,0.004936029,0.0008594856,0.015707333,0.04950951,0.005265883,0.036849402,-0.03238852,-0.038388718,-0.010123376,0.02148763,-0.0355614,-0.030597882,0.03669233,-0.00010798791,-0.019854069,-0.021346264,-0.00200563,-0.014474306,0.011646987,0.022257289,-0.0006214213,0.00074658915,-0.022241583,0.015361771,0.012793622,-0.0048260777,0.025477292,-0.016775431,-0.020466654,0.0064517865,-0.016147137,-0.000023054805,0.024801878,0.007127202,0.008489813,0.0041035404,-0.0066363476,-0.0074413484,0.018377578,-0.012777914,-0.0060002008,0.024723342,0.02296412,0.0044844435,0.030032419,-0.012754354,0.027534952,-0.0426297,0.0021244166,-0.023419632,-0.03496452,0.0000047321405,0.029718272,0.017953482,0.0426297,0.02319973,0.0069701285,0.02236724,0.028210368,-0.052116927,0.021440508,-0.0035655643,0.017325187,-0.014961234,0.022131631,-0.005623225,0.017623628,0.010272595,0.0130920615,-0.016649771,0.013241281,0.022272997,-0.0008938454,0.006302567,-0.0016708674,0.005717469,0.038294476,0.0067109577,0.022759924,0.0057528103,-0.016649771,0.019822653,-0.008309179,0.0013626111,-0.0023246852,0.025225975,-0.044954386,-0.02272851,-0.019712701,0.022854168,-0.020011142,-0.011356401,0.0076612514,-0.012196744,-0.026623929,-0.013076354,-0.016178552,0.018534651,-0.009495082,-0.01212606,-0.028257491,0.006797348,-0.027126562,-0.011356401,-0.0061454936,-0.011042254,0.00944796,0.0017013004,-0.056420736,-0.025116025,0.003025625,0.0029588686,-0.022885583,-0.012094646,0.033833593,-0.0105788885,0.032985397,-0.008709716,0.033990666,-0.03521584,0.030802079,-0.0035125522,0.010908742,0.01825192,0.019068701,-0.011756938,0.022979828,0.012251719,-0.04869273,-0.014749185,0.0035950157,0.041875746,-0.035121594,-0.011544889,-0.010382546,0.026812416,0.008081422,0.0041467356,0.015997918,-0.00025009018,0.007614129,-0.017733578,-0.013123476,0.0035204059,-0.0068405434,0.016822552,0.023215437,0.0037128206,-0.003644101,0.028540222,-0.0076769586,-0.04074482,-0.0026034904,-0.018911628,0.01701104,0.028650174,0.012118206,0.004582614,-0.01848753,-0.0033633325,-0.025131732,0.036001205,-0.013461184,0.03014237,-0.036064036,-0.0014863063,0.02195885,-0.023560999,0.01666548,0.009793522,-0.0023462828,-0.030660713,-0.0046297363,0.005854908,-0.020152507,0.03779184,0.0075198854,0.01345333,0.020121092,0.034838863,0.0008756838,-0.0066363476,0.03238852,-0.016461285,0.017089577,0.0041231746,0.017419431,-0.05258815,0.022225875,0.008953179,-0.013492598,-0.0068012746,-0.021864606,-0.0144585995,-0.03631535,-0.04008511,0.017497968,-0.011662694,0.052116927,-0.015707333,-0.01771787,0.001887825,-0.012518744,-0.0063614696,-0.03326813,0.015149722,0.01118362,0.012660109,0.045488432,0.0074688364,-0.026953783,-0.019979727,-0.0063104206,-0.002385551,0.01848753,-0.03468179,-0.0009095527,-0.0060551767,-0.004515858,-0.006098372,0.0012369524,0.021377679,-0.02037241,0.07514387,-0.019005872,-0.0073942267,0.022225875,-0.022524314,0.049886487,-0.0016738126,-0.010319717,-0.040933307,0.008921765,0.028163247,-0.0007313727,-0.008442691,0.022053095,-0.03166598,0.041058965,0.042001408,0.0177807,-0.005858835,0.0015471722,-0.0022382948,0.014969087,-0.022854168,-0.02461339,0.005521127,0.005336566,-0.023482462,-0.0026643563,-0.009793522,-0.008364154,0.011215035,-0.011340694,0.04976083,-0.021236314,0.012691525,-0.015675917,0.040430672,-0.043069504,0.03279691,-0.002012502,0.019477092,-0.049446683,-0.042755358,-0.005921664,-0.013029232,-0.00185052,0.02067085,0.027220806,0.00075591536,0.0379175,0.007735861,-0.0050342,0.0057763713,0.0021420873,-0.020215336,-0.0075159585,0.032451347,0.039959453,-0.012338109,0.022681387,-0.037571937,0.020733679,0.022445777,-0.010987279,0.020058263,0.009997717,-0.000972382,-0.0039484305,0.004347004,0.013743916,-0.0012713122,-0.030802079,-0.019241482,0.013476891,0.007252861,0.013657525,-0.012267427,0.021519044,-0.009667863,-0.016508406,-0.03625252,0.030597882,0.0033927837,-0.011552743,-0.014969087,-0.027456416,-0.014819868,0.03798033,0.004193858,-0.0042449064,0.00377565,-0.043257993,-0.005548615,-0.034713205,0.011411377,-0.0020655142,-0.026686758,-0.012777914,-0.018346164,0.029655444,0.004492297,0.03161886,-0.018943043,-0.00097336376,-0.032985397,0.009927034,-0.031289004,-0.04244121,0.03468179,0.017388016,-0.01784353,-0.044545993,-0.03078637,-0.045708336,0.016901089,0.004390199,0.014010941,0.030032419,0.011764792,0.0044333944,-0.0030334785,-0.025571536,0.0011908121,0.025068901,0.0066913236,-0.00027242405,0.034807447,0.0010769339,-0.026561098,-0.021299142,0.026875244,0.02396939,-0.0009704186,0.0038188451,-0.0013586843,-0.02525739,0.023105485,0.026623929,0.0097464,-0.017435139,0.014356501,0.01386172,0.029105686,0.024958951,-0.0064635673,-0.002954942,-0.018330457,0.007406007,-0.008615471,-0.009016009,-0.014599965,0.003714784,0.017513676,-0.0065303235,0.006059103,-0.037069302,-0.025493,-0.012071085,0.016932504,-0.022712803,0.00075591536,-0.021896021,-0.0005212871,-0.02761349,-0.0009821991,0.00009442806,0.017906358,0.0051127365,0.026875244,0.002093002,0.01424655,-0.011505621,0.014081623,0.003553784,-0.0068483967,0.036755156,0.001282111,0.0007220464,0.00228149,0.014348648,-0.00809713,-0.035718475,0.044954386,0.035278667,0.02425212,0.014694209,0.023074072,0.009864205,0.008073568,0.040022284,0.014757038,0.011152206,-0.026639635,-0.010783084,0.013044939,-0.0105239125,0.00079125684,0.009966303,0.031131933,-0.0029215638,-0.017623628,-0.009078838,0.018267628,0.011317133,-0.010853766,0.023419632,0.04797019,-0.0057056886,0.0008319978,0.0045040776,-0.0059138103,-0.020859336,0.022697095,-0.007582715,0.022979828,0.044011943,-0.028980028,0.024032218,0.027754856,-0.011921865,-0.018597482,-0.01925719,0.012762208,-0.0045983214,0.007759422,-0.007959691,0.0028822955,-0.005760664,0.03474462,0.0041349554,0.01313133,0.013194159,0.027739149,-0.010382546,0.0061454936,0.101846345,0.010673132,0.019005872,-0.009667863,0.021691825,-0.001174123,-0.006985836,0.015141868,-0.0054190294,0.006491055,-0.0016217821,-0.0014195502,-0.0106338635,0.01812626,-0.012063231,0.007272495,0.0028391003,-0.0100684,0.021361971,-0.019225774,0.012715085,-0.001187867,0.019696994,-0.008395569,-0.05522698,-0.0012772024,0.019320019,0.012911427,0.04080765,0.024189292,0.030110955,0.009660009,0.03179164,-0.00043317876,-0.010374693,0.015636649,-0.0041545895,0.029576907,0.014835576,-0.0073471046,-0.003479174,-0.02707944,0.023765193,-0.024629097,-0.0012880012,0.03873428,-0.0011456535,-0.00077456783,-0.022163047,-0.026592514,-0.017969187,-0.0004834913,-0.0019428006,0.013783184,0.034870278,0.016335625,0.026953783,0.038105987,0.04344648,0.035938375,-0.03078637,-0.0048574926,-0.0144036235,-0.023388218,0.00030408413,0.004280248,-0.029294174,0.01139567,-0.0013753732,-0.0031041615,-0.029168516,0.004421614,0.009055277,0.010013424,0.05139439,0.0021519044,0.0097464,0.027330758,0.01861319,-0.002937271,-0.016712602,-0.0056467857,0.0072803483,0.004186004,-0.0070172506,0.011050108,0.017655041,0.027362173,-0.016209967,0.042661116,-0.013594696,0.0056782006,0.06100728,0.025807146,-0.0008408331,0.024754755,-0.044765897,-0.0035577107,-0.034116324,-0.015715186,-0.0017140626,-0.0048574926,0.012903573,0.02602705,-0.028838662,-0.0037520889,-0.0030629297,0.009471522,0.011379962,0.0008732295,-0.011466352,-0.0038993452,0.008348447,-0.009730692,0.009934887,0.015707333,-0.0059884205,0.00708008,-0.011599865,-0.030016711,0.0135318665,0.027692027,-0.013846014,-0.0032867594,0.022053095,0.0044883704,0.024974657,-0.04281819,0.0073392508,0.0042920285,-0.03073925,0.013406208,0.032231446,0.00075198855,-0.04639946,0.023466755,-0.008411276,-0.06785568,0.0062201037,-0.0120004015,-0.035058767,-0.005049907,0.013657525,-0.0018858616,0.008631179,0.0058156396,-0.01053962,-0.017874943,0.008631179,0.036817987,0.003718711,-0.0076808855,0.015291088,0.025571536,0.017655041,0.011403523,0.02778627,-0.007959691,-0.017058162,-0.006604933,0.008450544,0.009817082,0.015055478,-0.004849639,0.031933006,-0.012754354,-0.000185911,-0.020435238,0.0207808,0.01789065,-0.021283435,-0.009188789,-0.057331763,0.013076354,0.023058364,-0.005426883,-0.020969288,0.020890752,-0.0031787714,-0.033425204,-0.03644101,0.0006052231,-0.025508707,0.014113038,0.014937673,-0.01683826,-0.010029132,-0.019618457,-0.023089778,-0.03474462,0.012825036,-0.02272851,0.010374693,0.019712701,-0.004751468,-0.03348803,-0.0332053,-0.023121193,-0.052556735,-0.0008923728,-0.003799211,0.0037206742,-0.0067894943,0.033299543,-0.020482361,0.019005872,-0.03133613,0.00045281294,0.033645105,0.026356904,-0.0019074591,0.03361369,-0.008057862,0.0081206905,0.021691825,-0.025445879,-0.00008847646,0.051897027,0.039770965,-0.036629498,0.034241986,-0.022147339,-0.008442691,-0.03826306,0.031069104,-0.007567007,0.028367441,0.004720053,-0.04209565,0.014812014,0.053185027,-0.034241986,-0.0064360793,0.018754555,-0.0415616,-0.002564222,0.0090474235,0.015016209,-0.014772746,-0.010209766,-0.0059884205,0.004280248,0.011065816,-0.0014686355,-0.006259372,0.042252723,0.013005671,-0.010146936,-0.023482462,0.0036794425,-0.0006287841,-0.00354004,-0.0079282755,-0.047310483,-0.0048574926,0.0045040776,0.038231645,-0.03515301,-0.008819667,0.008898203,-0.02255573,-0.0121025,0.009817082,-0.0154246,-0.026733879,0.012369524,0.026938075,-0.01313133,-0.024362072,0.032168616,0.0019133494,-0.0053326394,0.02067085,-0.0020537337,-0.03725779,0.0038208086,0.005925591,-0.013563281,-0.026623929,-0.019272897,-0.07137412,0.011898304,-0.031697396,0.011772646,0.023670949,0.011081523,0.024283536,-0.0027468198,-0.005768518,-0.00078487577,0.0008118727,0.013524013,0.0038522233,0.044326093,0.028163247,-0.009762107,-0.01015479,0.006279006,-0.008780398,-0.0031532468,0.012825036,0.010845913,0.0053719077,0.015935088,0.008057862,0.013013525,0.011387816,0.0147806,-0.006707031,0.012887866,0.026341196,-0.038765695,-0.051708538,-0.0014224952,0.026356904,-0.008317033,0.011709816,0.011120792,-0.019524215,0.01977553,-0.00060227804,0.004398053,0.0015157575,0.019869775,0.01377533,-0.0011603791,0.01701104,-0.015141868,0.053373516,-0.008167813,0.016901089,0.017340895,0.019178653,-0.008167813,0.025932806,-0.028917199,-0.0059884205,-0.002941198,0.018691726,-0.015927235,0.007127202,-0.020152507,-0.005238395,0.012023963,-0.036346767,-0.002513173,-0.020215336,0.008269911,-0.007217519,-0.01416016,0.031980127,0.06923792,0.057614494,0.015228258,-0.024393488,0.03273408,0.021110654,-0.021534752,0.006381104,0.014168014,-0.038577206,-0.026011342,-0.013296257,-0.010885181,-0.05016922,0.03804316,-0.0041310284,-0.00416637,0.003940577,0.005528981,0.04621097,0.039425403,0.027220806,-0.034304813,-0.0016620321,-0.034807447,-0.0090474235,0.04237838,0.008379862,-0.043886285,0.023403926,0.017340895,0.024267828,0.036472425,0.008843228,0.0017170077,-0.015518844,-0.007036885,-0.025351634],"social":"https://twitter.com/0xastro98"},{"title":"business worthy","description":"easily value your business using common industry metrics","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=QUqPTLyNsso","youtube_transcript":"Hi. My name is Justin, and I'm working on business worthy, a website where business owners can go to value their business using common industry metrics. On this website, there are currently two different approaches to value, the market approach and asset approach. For the market approach, which is best for most businesses. There are thirteen different business types. So for example, a full service restaurant in the Midwest US with gross sales of a million a year and average profit would have a value of one hundred and fifty to three hundred thousand. Dollars For progress, I had a big bump in users in the beginning and I've had steady views since thin. I started off with Twitter and LinkedIn. On LinkedIn, I have a lot of accountant followers, which led to great feedback and one of my posts getting twenty four hundred views. I also posted to TikTok YouTube shorts, Facebook, and Reddit. With all that effort, I reached my demo day goal of one thousand unique website visitors. In the near future, I'm excited to add more business types to the market valuation calculator And I also plan to add an earnings multiple calculator to the website. Thank you for watching.","embedding":[-0.0431102,0.0072105383,0.015608866,0.009910391,0.019266967,-0.036318667,-0.040720046,0.047394987,0.021321915,0.0011422454,0.07782572,-0.044713352,-0.014377354,-0.06692429,0.013255148,0.043197647,-0.038737968,-0.010711967,-0.054157373,0.0075931083,0.022138065,0.018800594,-0.018917188,0.024557365,0.053749297,-0.0252132,-0.06418435,0.018261353,-0.027384741,-0.054448854,0.0195293,-0.03935008,-0.022385824,0.04456761,-0.026976667,-0.043576572,0.02130734,0.016774794,0.068090215,0.033141512,-0.015871199,0.016556183,0.07234585,-0.015929496,-0.0051920246,-0.0013890943,-0.034569774,-0.010172725,0.0070611537,-0.0023846878,-0.07240415,-0.0020166917,-0.017022554,0.0115718385,-0.0013417285,-0.017940722,-0.024834273,-0.000044063894,-0.03870882,0.025227774,0.02862354,-0.05063044,0.02788026,-0.048794102,-0.018523686,-0.0044560325,-0.040253676,0.027239,-0.010952439,-0.022706455,0.020855542,-0.005552734,0.01077755,0.042031717,-0.0026743482,-0.048531767,-0.021715416,0.018654853,0.01757637,-0.008423832,-0.0064745457,0.032587696,-0.0068607596,0.015404828,-0.023318566,0.0024848848,-0.0021004928,-0.0553233,-0.046724577,0.031217732,-0.005902512,0.025271498,0.044596758,0.0033975882,0.038971156,0.0061830636,-0.03757204,0.055381596,0.05092192,-0.025869034,-0.010916004,0.009990549,0.019441854,0.008831907,-0.0060154614,0.02538809,0.014231613,-0.04619991,0.022356676,-0.023333142,-0.10172725,0.004018809,0.011761302,-0.012220386,-0.029381394,0.0070247184,-0.036231223,-0.03462807,-0.02219636,-0.02375579,-0.06214398,0.004313935,0.016629053,-0.035677407,-0.012883509,-0.032383658,-0.047249246,0.03515274,0.015200791,-0.04442187,-0.0012479076,0.017940722,0.024528217,-0.00971364,-0.050222363,-0.022312954,-0.045733538,0.03078051,-0.041944273,0.00610655,0.021686267,0.018873464,0.027209852,-0.01903378,-0.07030548,-0.031130286,-0.022283806,0.0059280167,-0.018917188,-0.016235553,0.0018490895,-0.035560813,-0.053399518,-0.0423232,0.020287152,-0.030693064,-0.012715906,0.008678879,-0.01228597,-0.037309706,0.02177371,-0.027180705,-0.018479964,0.011790451,-0.033928514,0.070014,0.0138964085,-0.045004833,-0.057159636,-0.043168496,-0.036318667,-0.04325594,0.026860073,-0.028813004,-0.0077534234,-0.06383458,0.0071996073,-0.052029554,0.016935108,0.010952439,-0.034219995,-0.021467656,-0.008416546,-0.0020877405,-0.027792817,0.0016322996,-0.026583167,-0.049318768,0.02499459,-0.017153721,0.008431119,0.040603455,0.017343184,0.021642545,0.008773611,-0.022837622,0.042235754,0.027049538,-0.03599804,0.053574406,0.011382376,-0.026306259,0.016031515,0.0042920737,-0.009495029,-0.0018818813,-0.008664305,0.042847868,-0.0423232,-0.009720927,0.06231887,0.033724476,-0.012737767,0.063193314,-0.041681938,-0.032908328,-0.03319981,0.03529848,-0.0030642054,0.04587928,0.005494437,0.032092176,0.0140785845,-0.011243922,0.0038293458,0.051213402,0.04926047,-0.034307443,0.037309706,-0.02620424,0.020972136,-0.029687451,0.011805024,-0.041565344,-0.008912065,0.0016404976,0.022779325,-0.034103405,0.0036726743,0.023056233,0.004058888,0.03171325,-0.021540526,-0.024032697,0.028186318,0.015157068,-0.04847347,-0.060628273,-0.027865687,0.052641664,0.042556383,-0.022312954,-0.00951689,-0.0030022655,-0.008642443,-0.016978832,-0.026699759,0.058646195,0.038155004,-0.028259188,-0.0019492864,-0.05106766,-0.045296315,0.0017789516,-0.024834273,0.02417844,-0.03465722,-0.029221078,0.013648649,-0.046899468,0.0024393408,0.012672184,0.0032190552,0.027034963,-0.009793798,-0.041244715,0.026073072,0.031975586,-0.0024047273,-0.01871315,-0.020578636,0.007716988,0.032529403,0.027370168,0.014814577,0.015127921,0.03486126,-0.02855067,-0.03512359,0.0037637625,-0.014778142,-0.021992324,0.012256822,-0.046753727,0.025344368,0.003390301,0.033666182,-0.03462807,-0.0010265635,0.038825415,0.025839888,0.0060227485,-0.041303013,-0.0028619897,-0.017911574,0.0038184153,-0.00781172,0.047103506,-0.020403747,-0.023464307,0.014486659,0.028710986,0.04491739,-0.031217732,-0.026233388,0.06377628,0.042381495,-0.013612214,-0.033957664,0.027195279,-0.0103986235,-0.04037027,-0.025796164,0.018042741,-0.016148107,-0.008278091,0.029425116,-0.030576471,0.009436732,-0.027326446,0.040720046,0.029789468,0.0103986235,-0.0026087647,-0.01846539,0.020039393,-0.01001241,-0.029177357,0.012628461,0.053516112,-0.022312954,-0.07823379,0.0039167907,-0.003567012,0.030547323,-0.004612704,0.03107199,-0.009043232,0.014180603,-0.0049807,-0.0063215178,-0.034569774,0.02553383,-0.012315118,0.025446385,0.021598823,0.018596558,0.016672775,-0.015011327,0.0042847865,-0.030897101,0.029818617,0.013379028,0.02343516,-0.008394684,0.01970419,-0.0126430355,-0.022021472,0.03139262,0.008270804,0.0013963814,-0.025971053,0.014107733,-0.010486068,-0.026583167,-0.01576918,0.024790552,0.050455548,-0.022837622,-0.0029840479,0.0847047,0.0463748,0.0012943626,-0.017459776,-0.0018673071,0.03349129,0.043372534,-0.0034704586,-0.0358523,0.015025902,0.035823148,-0.033258107,-0.016658202,-0.039816454,0.008270804,0.022808474,0.054594595,0.043984648,0.025154904,-0.039291784,-0.015098772,-0.0006248647,-0.043984648,-0.041885976,0.025912758,0.022968788,-0.047074355,-0.0047948803,-0.010835847,-0.019806208,0.008343674,-0.05806323,0.047599025,0.01799902,0.013306157,-0.016002366,0.040166233,0.038446486,0.056372635,0.00056019216,-0.017124573,-0.06843999,0.038329896,0.035589963,-0.017343184,-0.0140785845,0.05678071,0.026408277,-0.021176174,-0.00009746432,-0.0031279672,0.025111182,0.0053086174,-0.05176722,-0.07584364,-0.0009937717,0.020126838,0.026874648,0.03841734,0.024397051,-0.04876495,-0.00059480564,-0.032879177,-0.009524177,-0.055527337,-0.016905962,-0.004175481,-0.001976613,-0.044975687,-0.00094185147,-0.014894734,0.015346532,-0.036726743,0.0024502713,-0.053224627,-0.024717681,0.050455548,-0.009728215,0.01856741,0.019514726,-0.04048686,0.030489026,0.037863523,0.02788026,0.027923984,-0.016352145,0.0028856727,-0.006656722,-0.013765241,-0.06004531,0.028608967,-0.024586514,0.000722329,-0.011695718,-0.027049538,0.009895816,0.016031515,-0.04112812,-0.013328019,-0.03241281,-0.038446486,-0.002251699,-0.05304974,0.043197647,0.017984444,0.0414779,-0.0012515512,0.023099955,-0.0032390947,-0.0014401036,-0.0023810442,0.030955397,0.04733669,-0.017532647,-0.005046284,-0.03690163,-0.04136131,-0.009276417,-0.008810046,0.00076149695,0.04264383,-0.037018225,-0.04264383,0.0382716,0.012191238,-0.0148655865,-0.027078686,0.003789267,-0.01856741,0.019048354,-0.089193515,-0.032500252,-0.0123807015,0.040457714,-0.01601694,-0.003953226,0.014843726,0.0002816901,0.0040953234,0.022181787,0.009786511,-0.00988853,0.012745054,-0.0046454957,0.008066767,0.016905962,-0.006926343,0.012147516,-0.020505765,-0.01782413,-0.0140785845,0.0028947815,0.023653772,-0.0121985255,-0.05401163,0.01203821,-0.0049952744,-0.02780739,0.012468146,-0.006780602,-0.011506256,-0.0034322015,-0.0011850569,-0.02677263,-0.014800003,-0.002244412,0.032383658,-0.008729888,-0.03075136,0.025009163,0.040253676,-0.017853277,0.03497785,-0.0056948313,-0.015492273,-0.013400889,-0.0072214687,-0.03649356,0.021963175,0.02212349,-0.0083582485,-0.039029453,0.025198625,0.029935211,0.004488824,0.008970361,-0.0052503212,-0.0054470715,-0.04325594,0.03710567,0.011294931,-0.040807493,0.009298279,-0.025052885,0.029906062,0.0050936495,-0.008766323,0.0001844535,0.029731173,0.018611131,-0.02823004,-0.0010821272,-0.030168395,-0.02212349,-0.014996753,0.029352246,0.021642545,0.020374598,0.04136131,0.0098739555,-0.017518073,-0.018363371,-0.0076586916,0.030080952,0.0065765646,0.014231613,-0.03139262,-0.007290696,-0.03856308,0.022429546,0.009575186,-0.010369475,0.0076003955,-0.009830234,-0.016658202,0.030576471,0.02024343,-0.011491681,0.016060663,-0.013116694,0.018873464,0.02432418,-0.025125755,-0.015011327,-0.015565143,0.028346634,-0.021729989,-0.011229347,0.029381394,-0.0012360662,-0.009684492,-0.021336488,0.031625807,0.0007173192,0.027676225,0.01970419,0.0031079277,-0.032441955,0.00788459,-0.0009564256,0.007421863,0.029774895,0.024193013,-0.02499459,0.010799412,-0.0042301337,0.013852686,0.009509603,0.037018225,-0.018771445,0.024586514,-0.026116794,0.012016349,-0.0050244224,-0.005713049,-0.033316404,-0.0007564871,0.024950866,-0.006234073,-0.024630236,-0.0074692285,0.00971364,0.03803841,0.020782672,0.009101528,0.0026324475,-0.02812802,0.00781172,-0.017794982,0.04821114,-0.0149676055,0.04850262,-0.009159825,-0.03710567,-0.003437667,0.052641664,0.030897101,0.0122131,-0.0042702127,0.016235553,-0.048677508,0.028652688,-0.000016552425,-0.008227082,0.047599025,0.012490007,0.012242247,-0.031217732,0.0140785845,0.0012734124,0.007578534,-0.01443565,-0.015492273,-0.015725458,-0.03124688,0.009699066,0.0022334815,-0.014690697,0.036522705,0.004190055,-0.02180286,-0.001329887,0.033258107,-0.008678879,-0.026568592,-0.024295032,-0.012395276,0.032762587,-0.023114529,-0.03856308,-0.01821763,0.00034294688,-0.057188787,-0.011506256,-0.023201974,0.028157169,-0.014260761,0.016643627,0.023260271,0.034569774,-0.00084165455,0.012504581,-0.010092568,-0.010092568,-0.044013795,0.01292723,-0.023303993,-0.03693078,0.02091384,-0.034744665,-0.037018225,0.005629248,-0.008336388,-0.033753626,0.022225508,-0.013779815,-0.033374697,0.0019984741,-0.008773611,-0.010515216,0.00033998652,0.010697393,0.019048354,-0.000034158056,0.019791633,0.03512359,-0.015419402,-0.014625113,-0.03241281,-0.013342593,-0.004904186,0.018334223,-0.03127603,-0.011433384,0.010413198,-0.003836633,0.028813004,0.014552243,-0.017838703,-0.0027472186,0.004904186,0.0148655865,-0.0064126058,0.020855542,0.02496544,0.012949091,0.007571247,-0.0047329403,-0.020680655,0.025912758,-0.0037819801,0.01399114,0.00029854142,0.029789468,-0.0009600691,-0.023464307,0.050542995,0.022910492,0.028973319,-0.004634565,-0.015084198,-0.027749095,0.014938457,-0.03757204,0.0031917288,-0.020505765,-0.04640395,0.0033083216,0.0102164475,0.015113346,0.019820781,0.030838804,0.030576471,-0.016468737,0.010427771,-0.0040078787,0.0577426,0.0006253202,-0.020651506,-0.010486068,0.020389171,-0.000022017713,-0.011892469,-0.016468737,0.0017233879,0.009050519,0.008241656,-0.06564177,-0.013721519,0.018509112,-0.03206303,-0.009895816,-0.016352145,0.03185899,-0.017794982,-0.041040678,-0.0150696235,0.0024958153,-0.029031616,0.0062996564,0.0063178744,-0.0133498795,-0.012132942,0.017270314,0.00028214554,-0.0013790746,-0.01216209,0.0047147227,0.005621961,-0.018348798,0.041303013,-0.0018472677,-0.018771445,-0.010077993,0.00050144026,0.021977749,-0.02716613,0.007716988,0.008955787,0.008795472,-0.0046418523,0.0059170863,0.013488334,-0.017518073,-0.0055162986,0.05713049,0.008409258,-0.029629154,-0.0040479572,0.028244615,-0.012271396,0.022764752,0.012708619,-0.008219794,-0.0031771548,0.037601188,0.007950174,0.010369475,-0.024265883,-0.021263618,-0.04491739,0.007709701,0.026437426,-0.013400889,-0.015390255,0.032121327,0.0010047023,-0.007738849,-0.021409359,0.007673266,-0.018625705,-0.03206303,0.019398132,0.045296315,0.0071303807,-0.025009163,0.0077461363,0.035444222,0.0699557,-0.0031388977,0.00800847,0.0096116215,-0.036726743,-0.014982179,-0.0072433297,0.009225408,-0.036726743,-0.00567297,-0.020607783,-0.020287152,0.023551753,0.028332058,0.006773315,-0.0039860173,0.005035353,0.06587495,-0.0071813897,0.065816656,-0.0504264,-0.00561103,0.017984444,0.016891386,0.0020421965,0.004987987,-0.018173909,0.008686166,0.03713482,0.05520671,-0.008416546,0.009830234,-0.0038803553,0.0024958153,0.0018691289,0.006357953,-0.025577553,-0.01888804,0.006266865,-0.04392635,0.0021478587,0.0203163,0.03655185,-0.011943478,0.03127603,0.02758878,-0.013466473,0.0007428239,0.0048859683,0.0091671115,0.020141412,-0.018421669,-0.0148874475,0.005906156,0.009385723,-0.006226786,-0.015229939,-0.0063798144,-0.035094444,0.04818199,0.030459877,0.0023719354,-0.021030432,-0.022677306,-0.017722111,-0.00077470473,-0.021613397,0.019558448,-0.0066385046,-0.02506746,-0.0035123592,0.003228164,-0.009487742,0.03547337,0.024411624,-0.064767316,-0.024732254,0.031800695,0.007942887,0.020680655,0.036347818,-0.04360572,0.0146032525,-0.029993506,0.017416054,-0.00095460383,-0.037834376,0.026626889,0.016876813,0.006919056,0.07077185,0.025796164,-0.015273661,0.0070757275,-0.016235553,0.013838112,0.0044487454,0.0030295919,-0.01297824,0.009181686,0.007447367,0.029468838,0.009968687,0.06249376,-0.019981097,-0.022779325,-0.0040479572,0.018917188,-0.02081182,-0.007126737,-0.029716598,-0.008103202,0.024367902,0.014020288,0.012490007,-0.0024630236,-0.0134518985,0.026568592,-0.016220978,0.019820781,0.00983752,0.013779815,0.0382133,0.00031675905,-0.01196534,0.034598924,0.0021606109,-0.057159636,-0.012868934,-0.0512717,-0.034802962,0.030226693,0.05713049,0.020520339,-0.006740523,-0.011411523,-0.019514726,-0.02105958,0.012264108,-0.01821763,-0.0064854766,-0.025154904,-0.010391336,-0.021613397,-0.019223243,-0.0118560335,0.018479964,-0.01942728,-0.020855542,0.020753525,-0.022808474,-0.0301101,0.016220978,0.0031935505,-0.0091671115,-0.010908717,-0.005811424,0.0034322015,0.009079667,-0.011229347,0.027107835,-0.012300544,0.015842052,0.009487742,-0.006510981,0.0020731664,0.029906062,0.03171325,0.009385723,-0.012060071,0.018552834,-0.009480455,-0.035181887,-0.015390255,0.013109406,0.033724476,0.017197443,-0.0014865586,-0.0003720951,0.0048786816,0.031742398,0.04083664,0.023027085,-0.009990549,0.008766323,0.012307831,-0.032441955,-0.00074373477,0.0017315857,-0.0128252115,-0.027996855,0.026583167,-0.02237125,0.005665683,0.0002605121,0.017780406,-0.006973709,-0.00020130482,0.0398456,-0.042206608,0.0036253084,0.00604461,0.022546139,0.0076222564,0.017692963,-0.00007651405,-0.043081053,0.035823148,0.026656037,-0.047307543,0.0024848848,0.032616846,0.008759037,-0.015186217,0.004958839,-0.015127921,-0.009254556,0.021598823,-0.0022790255,0.014581392,0.03107199,0.020578636,0.028987894,-0.014792716,0.00011887004,-0.001130404,-0.067623846,0.009283705,0.029731173,0.022881344,0.031334326,-0.010646383,-0.0115718385,-0.004434171,0.007826294,0.022429546,0.021890305,-0.03270429,0.03185899,0.0016687349,-0.0076951273,-0.012293257,0.026962092,0.006110193,0.002452093,-0.020447468,-0.011156477,-0.026000202,-0.0023263914,0.010311179,-0.029600006,-0.045966726,0.00390586,-0.0051519456,0.005141015,0.006128411,-0.0008056747,0.0030131962,0.0094294455,-0.0042702127,0.018756872,-0.038155004,0.037834376,-0.036347818,0.014428363,0.0033629746,-0.029279375,-0.0089047775,-0.037455447,0.0028656332,0.032150473,0.0055017243,-0.028667264,0.027749095,0.0017079029,0.0058077807,0.029876914,-0.0043868055,0.011353227,0.06330991,0.028186318,0.03060562,-0.047453284,0.017153721,-0.0039167907,0.021977749,-0.009480455,-0.027515909,-0.0036344172,-0.0046710004,-0.011440672,-0.0026488435,-0.00951689,0.010952439,-0.017722111,-0.026495721,-0.0060263923,0.020680655,0.008234369,0.014304483,0.005337766,0.010981588,0.0017625557,-0.02634998,-0.008467554,0.003328361,0.02049119,0.0248197,0.016293848,0.0029421472,0.022619009,0.036726743,0.021321915,0.041069824,-0.0055636643,-0.02148223,0.009808372,0.018305074,-0.015259087,0.010792124,-0.007556673,-0.011848747,-0.02489257,-0.015200791,0.029395968,0.005742197,0.026889222,-0.035036147,-0.04990173,-0.01920867,0.02024343,0.004113541,0.026612313,0.030897101,0.0096917795,0.017940722,0.027384741,-0.010711967,0.0301101,-0.0002871554,-0.004018809,-0.031771548,0.0017416055,0.030284988,0.006970065,-0.009997835,0.010187299,0.018625705,-0.05613945,0.019543873,0.008168786,-0.005079075,0.01379439,-0.018305074,-0.014916596,0.0037491883,0.012103793,-0.008657018,-0.027923984,-0.031159434,-0.01945643,-0.009844807,0.02293964,-0.028419504,-0.017590944,0.019471003,0.018115612,-0.012052785,-0.0019675042,-0.038737968,0.023260271,0.03188814,0.0039350083,-0.016395867,0.026962092,-0.030139247,-0.011447959,-0.0074910894,-0.021015858,-0.0026943875,-0.010187299,0.019747911,0.034540627,-0.01040591,-0.0014592322,-0.036464408,0.015361106,-0.016395867,-0.020447468,-0.0037637625,0.026393702,0.010762976,-0.01999567,0.037163965,0.014654262,-0.02464481,0.023158252,-0.016060663,-0.036027186,-0.0038038413,0.022997936,0.008445693,-0.0028401285,-0.015958644,0.00592073,-0.017809555,-0.0092472695,0.009742789,-0.021919454,0.011659283,0.035385925,0.025737869,0.011695718,-0.008722601,0.044829946,-0.016585331,-0.025723293,0.017124573,0.0074072885,-0.034948703,-0.029337673,0.009458594,-0.019937374,-0.0036234867,-0.001421886,0.007447367,0.0005989046,-0.004175481,0.00055928127,0.040282823,-0.007702414,0.021147026,-0.011338653,0.015667163,-0.006682227,0.012052785,0.019587597,0.0027690798,-0.0027089617,-0.0054069925,-0.0013344415,0.01065367,-0.035415072,0.033753626,-0.021336488,-0.02148223,0.036027186,0.0052904,0.02056406,-0.0056073866,-0.011695718,-0.040749196,0.00699557,0.01146982,-0.030722212,-0.025650423,0.005774989,-0.0113896625,-0.014982179,0.0071485983,-0.00052011333,-0.04835688,-0.015113346,0.018203055,0.025650423,0.052670814,-0.020126838,-0.0065619904,0.008103202,0.037222262,-0.016046088,0.010923292,0.033083215,0.033899367,-0.0042702127,0.014843726,0.015842052,-0.036172926,0.044480167,0.02113245,-0.03448233,-0.017605517,0.025941906,0.0030168395,0.019762486,-0.030634766,-0.0037783366,0.016089812,0.04290616,0.0008357338,0.0027253574,-0.0054397844,0.0041864114,0.021074155,0.016629053,-0.016570756,0.014348205,0.041448753,0.0051009366,0.046229057,-0.016031515,0.0043175784,-0.050572142,0.012788776,0.000036947633,0.054303113,-0.007848155,-0.017984444,0.0010639096,-0.03856308,-0.036231223,-0.00006268003,0.013808964,0.0118560335,0.011375088,-0.023245696,-0.005206599,0.032762587,-0.017882425,0.015171642,-0.019266967,-0.007673266,0.02506746,0.051475737,-0.02731187,-0.0041244715,-0.016235553,0.003383014,-0.0038730681,0.0081760725,0.026116794,-0.015652588,-0.008788185,-0.009101528,0.008103202,-0.0049005426,-0.025912758,-0.0133498795,0.009946826,-0.040749196,-0.0035123592,0.013109406,-0.03369533,0.0062559345,0.0018600201,-0.017853277,-0.019048354,-0.024542792,0.009065093,0.013313444,-0.03235451,0.013043824,0.00068179483,-0.019908227,-0.004168194,-0.009924965,-0.0064381105,0.03241281,0.0011659283,-0.022342103,-0.0023027086,-0.044625908,0.007899164,0.032733437,-0.027996855,-0.01569631,0.014792716,0.029745746,0.014916596,-0.015783755,0.01240985,-0.04101153,0.019864503,0.004947908,-0.003953226,-0.0130875455,0.006518268,0.017459776,0.01839252,0.031975586,0.018173909,0.017984444,0.0077971458,0.024936292,0.013626788,0.037717782,0.014836438,-0.0058004935,0.0058259983,0.0051264414,-0.049668547,0.016381294,-0.006806107,-0.0026962094,-0.024295032,0.0049224035,0.011018023,0.0113896625,0.024907144,0.0030077307,0.0068316115,0.04182768,-0.011353227,0.032762587,-0.0029330384,-0.015142494,-0.013189564,0.0069154124,-0.013466473,0.021919454,0.017620092,0.050076623,-0.045179725,0.024863422,0.015492273,-0.0076076826,-0.017882425,-0.0017388728,-0.030051803,-0.0014200642,-0.006613,0.018581983,-0.0050244224,-0.0050681448,0.0055162986,0.04847347,0.0056474656,-0.008307239,0.02595648,0.022589862,0.02244412,0.034569774,0.00058296416,-0.03299577,0.025810739,0.02113245,-0.012373415,0.020214282,0.01146982,-0.025169479,-0.03075136,-0.029191932,-0.016993405,-0.0017015267,0.038679674,-0.020272579,-0.03413255,-0.025082033,-0.014319058,0.03153836,0.016337572,0.020301728,-0.03241281,-0.0029968002,-0.010194586,0.013517481,-0.0018627527,0.023333142,0.001376342,0.039962195,0.0019583954,0.055556484,0.03413255,-0.0101362895,0.021351064,0.005880651,0.008168786,0.015492273],"social":"https://twitter.com/JustinMemphis42"},{"title":"pas-three school","description":"60s videos that helps students learn and get jobs in web3","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=8SBvJ69WqvM","youtube_transcript":"Hey, build space. My name is Rob, and I'm building pastry school. No, not that pastry school, but sixty second videos that help students learn and get jobs in web three. I'm working on Facebook, because I feel web free knowledge is currently inaccessible, hard to understand, and as a student myself, I'm engaging. So let me show you how it works. So watch any of our videos on a platform of your choice. What is web while there's no or on our website. And then you can fill out a quiz which is gonna verify your knowledge. With that, we can issue you an on chain credential or a blockchain certificate that you can use and wear proudly as a badge. Of what you've learned. After collecting most or all the certificates, the plan is to partner with web three companies and projects to streamline the process of getting new web three explorers jobs and roles in this e space. So let me show you my progress. I started off by creating a video presentation on my nose's website. In two weeks, it all clicked on eighteen views, and I realized how much friction it was to get to the website and how uninteresting it was. So I pivoted creating educational shorts, including an AI sized school to capitalize on the trend and bring the content to people with the president video and two educational shorts. Got five thousand views overall platform. All that's left to do is to make more content and finish the web through English. Thanks for watching.","embedding":[-0.027444731,0.0059933974,-0.017712558,0.016447375,0.03574952,-0.036430772,0.0011678609,0.035392676,0.0062123714,0.0390909,0.06196151,-0.04184835,-0.00029221867,-0.07402941,0.0037448597,0.007307241,-0.0034772248,-0.039934356,0.012595056,0.028774796,0.015693132,-0.01557959,-0.00030514423,0.03328404,0.014314407,-0.03510071,0.018572234,0.047363248,-0.027217647,0.001937311,0.008564314,-0.038085245,-0.027736697,0.020729532,-0.01059996,-0.01787476,0.024022251,-0.0050607305,0.041102216,0.021410784,0.0044808555,-0.01064051,0.04956921,-0.042172756,-0.016788,0.009675403,-0.037631076,0.040810253,0.025287433,0.041751027,-0.059333824,0.06929308,-0.0065529975,0.033008292,-0.042854007,-0.037728395,-0.025563179,0.014419839,-0.067152,0.020242922,0.059301384,-0.013900789,0.05025046,0.005754148,0.0001573875,-0.011029798,-0.03954507,0.005786589,-0.03244058,0.03960995,0.048141822,0.0090428125,0.03850697,0.010178233,-0.040842693,-0.028563932,0.011459636,0.024671063,-0.024703503,-0.032197278,0.00067263516,0.017647676,-0.0011597507,-0.030413045,-0.030510368,-0.016033757,-0.019642772,-0.015149752,-0.034484338,0.0080533745,-0.032554124,0.006224537,-0.022935491,0.034906067,0.017728778,0.005693322,-0.015693132,0.06497849,0.048725754,-0.021897392,0.0066584293,-0.038150124,-0.012943792,-0.014865897,0.009959258,0.028596373,0.043697465,-0.02225424,-0.023308558,-0.04723349,-0.14312784,0.012586946,0.021540547,-0.000922529,0.03175933,0.015539039,0.054370414,-0.08616219,0.026422855,-0.0034670872,-0.05193737,0.004529516,0.022984153,-0.057841558,0.00944021,-0.016674459,-0.02394115,-0.004943134,-0.012716708,-0.030834774,0.041459065,0.017517915,0.059268944,-0.026276872,-0.034743864,-0.016398715,-0.013341189,-0.02733119,-0.02961825,0.042042993,0.0044281394,-0.017517915,0.02175141,-0.011402864,-0.038571853,-0.05518143,-0.019383248,0.027996222,-0.023065254,0.0022971986,-0.03292719,-0.017972082,-0.050964154,-0.010973027,0.0033089393,-0.01394134,-0.005725763,0.038377207,0.0017294885,-0.0024553465,-0.025822703,0.017809879,-0.034224812,0.0038056858,-0.029407388,0.039837033,0.0022748958,-0.031061856,-0.07565144,-0.03740399,-0.038571853,-0.020648431,0.009586192,-0.001998137,0.03506827,0.015498488,0.027055444,-0.056122206,0.02228668,-0.027542055,-0.011970575,0.031451143,-0.02619577,-0.03503583,-0.06812522,-0.02793134,-0.021524325,-0.052813265,0.019107502,0.03555488,0.01957789,0.06413503,0.01944813,0.0022546204,0.0071166526,-0.014395508,0.037144467,-0.017469253,0.05534363,-0.025757821,0.020340245,0.022481322,-0.04256204,0.0041686147,0.023000373,0.006849018,0.0054824585,0.0063299686,-0.04064805,-0.011281212,0.073575236,0.01621218,0.013819688,0.02849905,-0.05469482,0.0007278856,-0.026666159,0.04950433,0.014111653,0.0066624843,-0.01563636,0.043178413,0.020259144,-0.011775931,0.026990565,0.005186438,0.028888337,-0.006577328,0.08499432,-0.001617974,0.009602413,0.039220665,-0.028125985,0.007899282,0.028823458,-0.014054882,0.021118818,-0.00944832,-0.0008018906,0.040356085,0.032651447,0.03344624,-0.0127572585,0.008248018,0.028726134,0.0064516207,-0.06533533,-0.058295727,0.020745752,0.00053932465,0.05193737,0.003156874,-0.009821386,0.0050364,-0.000077363184,-0.030850993,-0.00087133376,0.052715946,0.024054691,-0.0009331736,0.0031386262,-0.011354203,0.006703035,0.01777744,0.0086210845,0.034873623,-0.027120326,-0.0058758003,0.009561862,-0.026163328,0.020356465,0.013292529,-0.013868349,0.016804222,-0.027834019,0.016804222,0.007874951,0.024881925,-0.019399468,-0.016025648,-0.022805728,-0.0048093162,-0.0038198784,0.035879284,-0.003254196,0.04801206,0.0013472979,-0.010251224,-0.034095053,-0.01891286,0.014363067,-0.03012108,-0.006317803,-0.0067192554,0.0067841364,0.012684267,0.06335646,0.0034366741,0.030559028,0.019318366,-0.016114859,-0.06277253,0.0052675395,0.03351112,-0.03464654,-0.0056771017,0.009578082,0.014071102,0.005794699,-0.024735944,-0.011735381,0.055408515,0.036106367,-0.03132138,-0.01062429,-0.029310066,0.06637343,0.004464635,-0.0011546819,-0.031548467,-0.00017310091,-0.027947562,-0.013568273,-0.025222553,0.0050607305,-0.023843827,0.04791474,0.02564428,-0.0017507776,-0.0035218305,0.023795167,-0.037079584,0.0007907392,-0.032294597,-0.0022769233,-0.0278989,0.033640884,-0.022708407,0.012943792,0.044346277,-0.0812961,-0.077403225,-0.031045636,0.02786646,0.023113914,0.021605426,0.0278989,-0.030185962,0.011102789,0.00947265,-0.03740399,-0.01787476,-0.0066624843,-0.042464722,0.018734436,-0.007931722,-0.02173519,-0.018215386,-0.018004524,0.00753027,-0.03743643,0.050931714,0.03396529,0.033381358,-0.013446621,0.032148615,0.011459636,0.0046430584,0.032667667,-0.013446621,-0.011321763,-0.009699734,0.005527064,-0.032132395,-0.05187249,0.014119763,0.001841003,0.047720097,-0.006313748,0.023065254,0.051710285,-0.017680118,-0.006694925,-0.050088257,-0.0256605,0.027801579,0.05184005,-0.007136928,-0.04009656,0.0032724438,0.040356085,-0.024606181,-0.004578177,0.012205768,0.040940013,-0.0025709162,0.02058355,0.026601277,-0.009967369,-0.028969439,-0.013665595,0.020924175,-0.009034702,-0.0446058,0.02059977,0.0037063365,-0.025465857,-0.02450886,0.009529421,-0.017144848,0.002234345,-0.0823342,0.05855525,0.00361307,-0.00944021,-0.0074045626,0.019091282,-0.03239192,0.072018094,0.027217647,0.011784041,-0.052326657,0.01617974,-0.02449264,0.02173519,0.044411156,0.028920779,0.0001591616,-0.009318557,-0.03012108,-0.019269705,0.023065254,-0.019139944,-0.011913803,-0.041621268,0.0027290639,-0.030786112,0.011962464,0.022757068,0.0047687655,-0.009367218,0.037274227,-0.06124782,-0.029796675,-0.051418323,-0.015895884,-0.04947189,-0.001495308,-0.0133249685,-0.022789508,-0.03458166,-0.041751027,-0.029310066,0.028158424,-0.019902296,-0.03182421,0.052748386,-0.029504709,-0.00034696216,0.0046714437,0.0056041107,0.049601648,-0.07824668,0.023470761,0.014330627,-0.018036963,-0.0059285164,0.025352314,0.040356085,-0.05797132,0.038215004,0.0070193307,0.021394564,0.003655648,-0.0523591,-0.009626742,-0.013779137,-0.017988302,-0.035619758,-0.048044503,-0.042854007,0.03286231,-0.02283817,0.066762716,-0.016041867,-0.0040915683,-0.051548082,0.00697067,0.023130136,-0.009707844,-0.010810824,0.048044503,0.038571853,-0.021589207,-0.03510071,-0.055440955,-0.035457555,-0.04635759,-0.013195206,0.013422291,0.05294303,-0.00404899,-0.020843074,0.028969439,-0.017939642,-0.004109816,-0.081750266,0.01565258,-0.024249334,0.07318595,-0.020486228,-0.030786112,-0.010502638,0.034743864,-0.03068879,-0.020470006,-0.0010989247,0.03287853,0.011402864,-0.021443224,-0.025173891,-0.002952093,0.011216331,0.0039719436,-0.007578931,0.003647538,-0.03471142,0.0054905685,-0.017112406,-0.028028663,-0.0052026585,-0.036106367,0.01842625,-0.016098639,-0.047752537,0.0137466965,-0.03558732,-0.028190866,-0.016885323,0.027477173,0.012489624,0.024443978,0.01897774,0.00007178746,-0.03902602,0.01789098,0.017744998,-0.014955108,-0.0007329544,0.014792905,0.024914367,-0.049212363,0.004509241,-0.033576,-0.018215386,-0.0013462842,-0.0027006783,-0.028596373,-0.001464895,0.036106367,0.016398715,0.011289323,0.027379852,0.020794412,0.048920397,0.04791474,-0.0050485656,-0.05135344,0.0022059595,0.017939642,-0.0035400784,-0.036073927,-0.01003225,-0.07110976,0.041945674,0.014314407,0.0045984522,0.034387015,-0.019431908,0.006796302,-0.022903051,-0.0118975835,-0.009529421,0.010380986,-0.013438511,0.016277062,-0.011386644,-0.005523009,0.025546959,0.010502638,0.001823769,0.011573178,-0.0077208583,0.01001603,-0.007838456,-0.0020579493,0.00021859376,-0.013089775,-0.017453033,0.011662389,-0.011638058,-0.011402864,0.00061028847,-0.022627305,-0.004849867,-0.012108447,-0.019707654,0.014022442,0.019853637,-0.01892908,-0.010153902,0.028628813,-0.008345339,-0.024476418,0.014192754,0.02394115,-0.013065444,-0.010786493,0.03912334,0.00529998,0.025190111,-0.025725381,0.009140134,0.012854581,0.033608444,0.011775931,-0.034906067,-0.0032177002,-0.0044362494,0.008629194,0.008260183,0.011500186,-0.0009985616,-0.008442662,0.010429647,0.0025830814,-0.0015682994,0.04337306,0.00054591417,-0.008418331,-0.014995659,0.012903241,0.013681815,-0.009602413,0.025011688,-0.0052067135,-0.042756688,0.044248953,0.0013229675,-0.019804975,0.01675556,-0.007757354,0.06994189,-0.008122311,0.013162766,-0.014614482,-0.055473395,-0.018572234,-0.009561862,-0.011751601,-0.021572987,0.043145973,0.000029193356,-0.03510071,-0.032245938,0.004975574,-0.0056649367,0.008823838,-0.01841003,-0.00418078,-0.04749301,-0.008702186,0.0042618816,-0.0150362095,0.0041300915,-0.033803087,-0.0043956987,-0.059560906,0.023503201,0.030331943,0.010551299,0.002207987,-0.014946998,0.02733119,-0.009561862,-0.011394754,0.011208221,-0.024152013,0.0256605,-0.010689172,0.015311955,0.01834515,0.0067111454,0.014987549,-0.019869857,-0.01777744,0.006025838,0.018864198,0.023276117,-0.08006336,-0.017161068,0.0072666905,-0.052294217,-0.0066503193,0.020745752,-0.03458166,-0.03626857,0.031564686,0.025141452,0.020275364,-0.029423608,0.01283025,-0.017712558,-0.009610523,-0.032245938,-0.0009914653,-0.0042051105,-0.057160303,0.0068287426,-0.012635606,-0.045027528,0.00808987,-0.024330435,-0.03730667,0.0076681427,-0.016066197,0.0052634845,-0.00083940005,-0.020648431,-0.007080157,0.002895322,0.036398333,0.0066138236,0.02395737,-0.020810634,0.021491885,-0.06565974,0.010664841,-0.013341189,-0.039480187,-0.04836891,-0.0017568603,-0.0011485993,0.01112712,0.027639376,0.010299885,0.029131642,0.021086378,0.0021694638,-0.0073761772,-0.017712558,0.018118065,-0.04123198,0.04119954,0.0027878624,0.013860239,-0.010997357,-0.0074005076,0.012919461,0.004849867,0.02890456,0.009805166,-0.0014040689,0.026439074,-0.0030757727,0.009318557,0.050055817,0.019934738,0.038863815,-0.0034751974,0.012513954,-0.0016858964,0.0015267349,-0.0062042614,0.048174262,-0.02008072,-0.012303091,-0.0006792247,0.014874007,0.010202563,-0.0056608813,-0.012213879,0.02567672,-0.032781206,0.023097694,-0.03912334,-0.0027047335,-0.00089262286,-0.028077323,-0.05407845,-0.020794412,0.003550216,0.007700583,-0.012351751,0.035489995,-0.0065448876,0.0004714022,-0.052813265,-0.03073745,0.023454541,0.015466047,-0.045579016,-0.0031021307,0.010956806,-0.022092037,-0.021427004,0.012668047,0.030818552,0.00472416,0.025871364,-0.021102598,-0.027785359,-0.016820442,0.0009635867,-0.012335531,0.00050054805,0.016690679,-0.022740848,0.013495282,-0.014079212,0.004440305,-0.030348165,-0.03552244,-0.0036110422,0.022367781,0.011435305,-0.03555488,0.011857033,0.028693695,0.02788268,-0.0021532436,-0.0087589575,0.00892927,-0.026601277,0.047720097,0.0569981,-0.0114758555,0.018815538,-0.010843265,0.014695584,-0.047298368,-0.0041726697,-0.012513954,-0.0054905685,0.000564162,0.016901543,-0.004101706,0.0059974524,-0.009391548,-0.029228965,-0.022805728,-0.0041077887,0.008203412,-0.019431908,-0.0311754,0.025725381,0.0008312899,-0.025287433,-0.017939642,0.007700583,-0.046519794,0.011621838,0.004845812,-0.0014142066,0.029082982,-0.037663516,0.0179072,0.018393809,0.015725572,0.019691434,-0.0029155973,0.00837778,-0.01845869,0.002755422,0.026422855,0.037501313,-0.047298368,0.036625415,-0.024573741,0.017582795,0.012173329,-0.024865706,-0.009959258,-0.017485473,0.010210673,0.012359861,-0.011402864,0.03231082,-0.04450848,-0.014354957,-0.012197658,-0.018069403,0.011548847,-0.015003769,-0.028223306,0.03802036,0.018036963,0.024379097,0.0024006031,-0.039285544,-0.0068368525,0.0051742727,0.025044128,0.0024776494,0.0023255842,-0.012619386,-0.01845869,0.0027148712,0.009140134,-0.0056527713,-0.0009767656,-0.03351112,0.003978026,0.028807236,0.008637304,-0.023227457,-0.003191342,0.05634929,0.023259897,-0.0007420783,0.001425358,0.0116056185,-0.025271213,-0.0070031104,0.017144848,0.030315723,-0.03344624,0.022757068,-0.0069868905,0.011508296,0.001959614,0.032700107,0.0017000892,-0.010235003,0.013154656,-0.015701242,-0.006601658,0.01171916,-0.0066543743,-0.00949698,0.02061599,0.013479061,-0.019723874,0.013973781,0.024233114,-0.010113351,0.040518288,0.019804975,0.027185207,-0.032554124,0.013260088,-0.026422855,-0.019302147,-0.012132778,-0.020259144,0.016366273,0.003065635,0.055538274,0.05424065,0.031921532,-0.0046511684,0.018539792,-0.0036941713,-0.010129572,-0.05076951,-0.0035704914,0.0050364,-0.0018663472,-0.009764615,0.028304407,0.008394,0.023259897,0.008191247,0.012554505,0.03128894,0.0019028429,0.035392676,0.029666912,0.00039942467,-0.0009083363,0.0059528467,0.003065635,-0.015011879,-0.0053973016,-0.026585057,0.011289323,0.034841184,0.008783287,-0.0017801769,0.005782534,-0.025368534,-0.00947265,-0.004225386,-0.02181629,-0.024817046,-0.029342506,-0.013860239,-0.030007537,-0.055668037,-0.0018359341,-0.0026094392,0.024817046,0.012505844,-0.012919461,0.00892116,-0.014095433,-0.017388152,0.011581288,0.0027006783,-0.00753838,0.0044849105,-0.006321858,0.005908241,0.00039384892,0.00014547573,-0.007570821,-0.029829115,0.002755422,-0.026585057,-0.01056752,0.02175141,-0.020210482,-0.015725572,-0.0423674,-0.009237455,-0.010380986,0.016950203,-0.022627305,0.012741039,-0.014614482,-0.0045579015,-0.007599206,-0.024752164,0.008515652,-0.014711804,0.028677475,-0.0021917669,-0.038863815,0.02343832,0.0066219335,0.005417577,-0.0059001306,0.023243677,0.023778947,-0.021005277,-0.014306297,-0.0051783277,-0.021086378,0.031645786,0.022724627,0.011264992,0.015368725,-0.015968876,-0.00065540115,0.006309693,0.001517611,-0.0071774786,0.009245566,-0.010981137,0.024881925,-0.027120326,0.0027412293,0.0055432846,-0.009569972,0.053332318,-0.010129572,0.05294303,-0.035425115,-0.02001584,-0.004720105,0.016293282,0.018296488,0.025887584,0.00042578264,0.01006469,0.021475665,-0.016285172,-0.025936246,-0.0026966233,0.034095053,0.004813371,0.0072423597,0.02843417,-0.014841566,-0.011248772,0.011565068,-0.015466047,0.0037854104,-0.009269896,-0.0039901915,0.010835154,0.013868349,-0.026325531,-0.011256882,-0.024200674,0.012651827,0.015182192,0.03403017,0.020794412,0.0009058019,0.00074714713,0.002159326,-0.0234221,0.012157108,-0.00947265,0.011459636,0.019107502,-0.027720477,0.0045943973,0.012051676,0.0010360711,-0.0026662103,0.0066827596,-0.01891286,-0.000023807712,0.004793096,-0.016390603,0.0075221597,0.0062164264,-0.033867966,0.0143225165,-0.007145038,0.00038244404,-0.017647676,0.009083363,0.023065254,0.02016182,0.026293091,-0.03070501,0.014874007,0.014784795,-0.03568464,0.009991699,-0.014865897,0.00096713484,-0.007351847,0.021053938,-0.009837606,-0.014087322,-0.003235948,0.023924928,-0.014890227,0.023065254,0.024703503,0.012976233,0.0039577507,0.037047144,0.10491284,0.009383438,0.023876268,-0.033008292,0.035619758,0.014054882,-0.0048214816,-0.0040469626,-0.018523572,-0.013146546,0.0031345712,-0.013284418,0.0018612783,-0.006504337,-0.0050931713,-0.008831948,-0.028693695,-0.0009564903,0.003160929,-0.012522064,0.0037245844,0.029731793,0.024427759,0.024800824,-0.04905016,-0.0059893425,0.01675556,0.0047768755,0.003852319,0.024784604,0.022708407,-0.012797809,0.012400412,0.028742356,0.011305543,0.039350424,-0.032586563,-0.0028851843,-0.017680118,-0.021897392,-0.02338966,-0.003160929,0.0378906,-0.012935682,0.0029480378,0.022546204,0.008179082,0.0035806291,-0.035652198,-0.027396072,-0.041037336,0.0093347775,0.03847453,0.02283817,-0.01225443,-0.0017811906,0.025563179,0.023924928,0.004784986,0.0071572033,-0.0066097686,0.011646169,-0.014857787,0.010097131,-0.016933983,-0.00040778826,0.007189644,-0.0035319682,-0.010089021,0.007299131,-0.0121814385,0.0016260842,-0.033835527,0.010526969,0.009553751,-0.0029703407,-0.0044321944,0.02056733,-0.01789098,0.0140386615,-0.009091473,-0.024233114,0.001972793,0.019999618,0.0046552233,0.009521311,0.0054337974,0.029115422,0.0087589575,0.036365893,-0.034192372,0.003799603,0.03406261,-0.0042010555,-0.022757068,0.01508487,-0.047720097,-0.03344624,-0.03516559,-0.0038624567,-0.00023265979,0.0008500446,-0.008077705,0.009537531,-0.018036963,-0.011386644,-0.04593586,0.0038421813,-0.018020744,-0.0030980755,0.015563369,0.0346141,0.0234221,-0.0063745743,0.020989057,-0.020242922,-0.027655596,0.0005834236,-0.0010355642,-0.055992443,0.02849905,0.028661255,-0.009521311,-0.0049999044,-0.0004207138,0.008767067,0.0366903,-0.032683887,0.010405317,-0.016885323,0.017599016,0.010518858,0.0278989,0.015685022,-0.009691624,0.039966796,-0.025709162,-0.012643716,-0.036138806,0.013097885,-0.011346093,-0.019853637,0.008394,-0.0038807045,0.0038888147,-0.007874951,0.011913803,0.00529187,0.009975479,-0.0025283378,-0.0075140498,0.0044808555,0.0200645,0.016268952,-0.0033859857,-0.026260652,-0.004282157,0.0368525,-0.030915875,-0.024622401,0.0045579015,-0.01776122,0.0029743959,0.0003984109,0.011524516,0.030315723,-0.029099202,-0.006289418,0.0045457366,0.032651447,0.015749902,-0.019123724,-0.03003998,0.009123914,0.029731793,-0.026633717,0.024930587,0.0067760265,-0.04304865,-0.011435305,-0.028385509,0.0079114465,-0.0015024045,-0.022594865,0.010543189,0.02288683,-0.012197658,-0.013203316,0.0044362494,-0.010818934,0.032521684,-0.0052026585,-0.034873623,0.020388905,0.027574494,-0.013024894,-0.021524325,0.0033961234,-0.008061484,0.017582795,0.009788945,-0.029666912,-0.026666159,0.010924366,-0.011646169,-0.010559409,-0.021913612,-0.02008072,0.029780453,-0.019237265,-0.04068049,-0.024330435,-0.013552053,0.0001663847,0.0046714437,0.020924175,-0.006094774,0.020648431,0.04677932,-0.01565258,0.033202935,-0.02509279,0.0073761772,-0.025027908,0.013503392,0.035911724,0.008499432,-0.015198412,-0.01057563,-0.015393056,0.014728024,-0.011483965,0.024379097,0.03291097,-0.014646922,0.043340616,-0.0076721977,0.013633154,-0.031078078,-0.022416443,0.0044970755,0.011402864,-0.00005236746,0.028077323,-0.03072123,0.018085625,0.0054986784,0.0035887393,-0.004817426,0.008799508,-0.021621648,0.023632964,-0.0425296,-0.0022971986,0.0075870412,0.00111109,0.01776122,-0.04347038,-0.0053851367,-0.006415125,-0.0223029,0.004736325,0.022140697,0.0014060965,-0.011905693,-0.00949698,0.015774233,0.018182946,-0.03291097,0.015133532,0.010794603,-0.05874989,0.032619003,-0.0040226323,-0.027834019,-0.0019930683,0.0014871979,0.023113914,0.005790644,-0.028872117,-0.02016182,-0.009805166,-0.034127492,-0.0081953015,0.006135325,-0.011086569,-0.014865897,0.007299131,-0.0114677455,0.030185962,-0.0106161805,-0.0064394553,-0.00950509,0.020194262,0.03954507,0.02676348,0.014557711,0.03730667,0.0033535452,-0.019237265,-0.009699734,0.023876268,0.0389287,-0.009205015,0.0027939451,0.018847978,0.008807618,-0.03216484,-0.001548024,-0.006354299,0.021053938,-0.033770647,0.01888042,0.0067233103,0.026909463,0.007015276,-0.0038340713,-0.011678609,-0.030299503,0.028109765,0.025465857,0.0022262349,0.057517152,0.027671816,0.030202182,-0.0126112765,0.005352696,-0.025806483,0.033640884,-0.018004524,0.01732327,0.0026378247,0.06916332,-0.024914367,-0.008345339,-0.0019261595,-0.012700488,0.014857787,0.0010867595,-0.024135793,-0.011994905,-0.0083372295,0.018604673,0.01557959,-0.0012520037,0.038182564,-0.0017061719,-0.019967178,0.028369289,0.026633717,0.036463212,0.065919265,0.014217085,0.047720097,-0.029391168,0.008203412,0.038182564,0.024622401,0.00009814543,-0.011678609,-0.03130516,-0.006017728,-0.04304865,-0.004853922,-0.01396567,0.02617955,-0.013900789,0.0035522436,0.0037509422,0.0022769233,0.03242436,-0.029196523,0.025887584,-0.013584494,-0.017534135,-0.049309686,-0.015401166,0.022481322,-0.0050850613,-0.0020609908,-0.0058352496,-0.016966425,0.051321,0.020956615,-0.009715954,-0.0023418046,-0.0010948697,-0.01889664,0.0022627306],"social":"https://twitter.com/rsmspeirs"},{"title":"content spark","description":"an app that helps users create social media content","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WCj8uLvBCP8","youtube_transcript":"Oh, hey, I didn't see you there. What's up? My name is Blaine. And for the past six weeks after work on nights and weekends, I've been working on my app content Spark. Content Spark is an app that helps users create content for their social media. So let me show you. To get started with ContentSpark, you have to fill out your profile with some basic information about you, your business, or platform. From there, you can access the dashboard with a couple different ways create content. Content wizard helps guide you through the content creation process like so. Tell it if you know what you wanna post about, give it some keywords, and there you go. You can also spark ideas, or generate specific posts from your ideas if you have one. Lastly, you can check out all of the content you create So that's it. What I did in six weeks? Let me tell you about my progress. It was a real learning experience. I struggled to balance work building the app and marketing the gate users. In the end, I had over twenty people try my app. In the future, I'll definitely focus on more short form content and reaching out to smaller communities that get them to try it out. I wanna say things to FARZA and build space. I don't think this is gonna be the last CICME.","embedding":[0.009871092,-0.014184445,-0.03667496,0.011596433,0.002292185,-0.056157578,0.017085463,0.018673386,-0.0009638247,0.019238323,0.018810803,-0.053806227,0.0058745593,-0.045652844,0.030552289,0.034842737,-0.025391532,-0.01936047,-0.0071723824,0.016444184,0.0016470904,0.019452082,0.017772546,0.043179344,-0.016948046,-0.02591066,-0.021742357,0.017894693,-0.008855736,-0.018001573,0.00070473715,-0.015390658,0.0003342372,-0.0078098425,0.03123937,-0.010405489,-0.007954894,0.0052332818,0.029346075,-0.04794312,-0.02059722,-0.0031643987,0.050202858,0.011535359,-0.014069932,0.0002067213,-0.04846225,0.041163903,0.054569654,0.05637134,-0.061440483,0.03227763,0.011283428,-0.011130744,-0.034079313,-0.01168041,-0.026154958,-0.0016881246,-0.075365365,0.01844436,0.07273918,0.022108803,0.032552462,0.027498586,-0.0028284914,-0.02110108,0.0011012412,0.003731242,0.0049164603,0.023696726,0.016764823,0.04354579,0.0017883242,-0.013344677,-0.02386468,-0.040003493,0.007111308,-0.00010884777,0.011390308,-0.03688872,0.014894431,-0.024093708,0.007527375,-0.02520831,-0.025101429,-0.022704273,-0.07054052,-0.042782363,-0.007886185,-0.011741484,-0.042751826,0.055577375,-0.026994726,0.022093533,0.08165599,0.0024505958,-0.054630727,0.065104924,0.05921128,0.05111897,0.043912232,-0.003530843,0.00094235333,-0.051851857,0.04782097,-0.014489816,-0.03444576,-0.00488974,0.0013999315,0.0024219672,-0.12776689,-0.009451208,0.010955156,0.035056498,0.01449745,-0.017772546,0.0155357085,-0.049653195,-0.0030155305,-0.016108278,-0.052218303,0.027422244,-0.029895741,-0.04403438,0.01832221,-0.046171974,-0.003792316,0.0035232087,-0.012390396,-0.04485888,0.003985081,-0.025269384,0.031056149,-0.038995773,-0.015696028,0.006618899,-0.039789736,0.010153559,-0.05041662,-0.021284303,0.006267723,0.021131618,0.007107491,-0.009535184,-0.012856085,-0.061837465,-0.01630677,0.032521926,-0.011634604,-0.008657245,0.0060463296,-0.02223095,-0.037652146,-0.03246085,0.054264285,-0.028124595,-0.029804131,0.048950844,-0.03178904,-0.046996474,0.008573269,-0.013703487,-0.025147235,-0.017131267,-0.082022436,-0.015184533,-0.031163028,-0.035484016,-0.08269425,-0.04485888,-0.08519828,-0.058356244,-0.02110108,0.004492759,0.078602284,-0.0043324395,0.034964886,-0.045958214,-0.021772895,0.0022597394,-0.04088907,-0.027193215,-0.034170926,0.034079313,-0.04980588,-0.016871704,-0.0018264955,0.012115562,0.008512194,-0.036094755,-0.02110108,0.043393105,-0.0008731679,0.002173854,-0.015222704,-0.014596695,0.059791483,-0.04702701,0.012604155,0.026857309,0.00092994765,0.01977272,0.020123895,0.019650571,0.03759107,0.0060997694,-0.014787552,-0.015589148,-0.0372857,-0.03627798,0.05194347,-0.03432361,0.004427868,-0.009306157,-0.038079664,-0.007832745,0.0056531657,0.031254638,-0.02027658,0.0059165475,0.009038958,0.029315539,0.0098252855,-0.03988135,0.038385034,-0.0074433982,-0.015062384,-0.020032285,0.046049826,0.0075044725,0.0023570762,0.0024047904,-0.041530345,-0.049836416,0.008634342,-0.027834494,0.011115475,-0.014772283,0.0077220486,0.029941548,0.028155131,0.021910312,0.062539816,0.033773944,0.031483665,-0.009977971,-0.06290626,-0.06205122,-0.014772283,0.01997121,0.05460019,-0.04864547,0.008985518,0.02714741,0.0066685216,-0.06370022,0.043362565,0.008183921,0.030307991,-0.024185318,0.016612139,0.02662828,-0.025788512,0.01598613,-0.009642064,0.04324042,-0.0074128616,0.013138552,0.009962702,-0.03533133,-0.01874973,0.004939363,0.02284169,0.015085287,0.000052992465,0.012176637,-0.01792523,-0.013161455,0.013214895,0.0050157052,-0.03401824,-0.006867012,-0.016123546,0.0039659953,-0.015184533,0.04867601,0.044614583,0.017940499,-0.028826946,0.014237885,-0.009955068,-0.03905685,-0.018474897,0.0087717585,0.024872402,0.0033762492,0.034690052,-0.0028952912,0.0043896963,0.020139163,0.0008626708,-0.07231166,-0.015512805,0.0155357085,0.010458929,0.010130656,0.011802558,-0.010260439,0.0082908,-0.03062863,-0.037163552,0.0027731431,0.032918908,-0.045042105,-0.031880647,0.04006457,0.06339485,-0.0094130365,0.0022883678,-0.028399428,-0.012100294,-0.054630727,-0.0042408286,-0.041224975,-0.022627931,-0.06589889,0.054355893,0.007569364,0.0021604942,-0.05325656,0.045255862,-0.026277104,-0.0054584923,0.0059699873,-0.0016270506,-0.0031911186,0.0025078526,-0.0076266206,0.05591328,0.037041403,-0.02806352,-0.05395891,-0.055882744,0.0021547684,0.029468223,-0.0065998132,-0.016780091,-0.020368192,0.020948395,0.0051607564,-0.020490339,-0.007962528,0.026551938,-0.038965236,0.008283166,-0.0038075845,-0.012169003,-0.03881255,0.005733325,0.0035671056,-0.013901978,0.03249139,0.02878114,0.020413997,0.027208485,0.035789385,-0.031422593,-0.02795664,-0.023269208,-0.016459454,0.012375127,-0.027636003,0.0113216,-0.01090935,-0.03145313,0.007363239,0.03575885,0.012833183,-0.024063172,0.0021624027,0.03985081,0.004607273,-0.021940848,-0.013398117,-0.005240916,-0.0050424254,0.035209183,-0.0102451695,-0.057104226,0.03493435,0.034079313,-0.044797808,-0.0102451695,-0.016917508,0.06406666,0.034354147,0.027269559,0.0013951601,-0.005962353,-0.003652991,0.018810803,-0.027681807,-0.010382586,-0.0098329205,0.015260875,-0.035484016,-0.0381102,0.00092040485,-0.01813899,0.000602629,-0.0046912497,-0.049439434,0.052798506,-0.010955156,-0.03145313,-0.0030384334,0.033865552,0.046171974,0.03166689,0.049317285,0.00458437,-0.078296915,0.025483143,-0.029743057,0.024429616,-0.0004344368,0.037010867,0.009810017,0.017574055,-0.036247443,-0.026887845,0.007157114,0.03123937,0.00952755,-0.062020686,-0.018245868,-0.015909787,0.023513505,0.025009818,-0.0034831287,-0.01977272,0.027483318,-0.04119444,0.009145837,-0.034170926,-0.028353622,-0.005565372,-0.017146537,-0.014360033,-0.019421544,-0.04721023,-0.041927326,-0.012306418,0.011275794,-0.06870829,-0.060921352,-0.009748943,-0.016917508,0.023376089,-0.0062181004,-0.0042713657,0.0778694,-0.033224277,0.03533133,0.03972866,0.0038782014,-0.0339877,0.0068784636,0.029666714,0.013245432,0.03859879,0.01803211,-0.024307467,0.032399777,-0.058631077,-0.009863458,0.026139688,0.061532095,-0.016062472,-0.0019543692,-0.007485387,0.0057066055,-0.008825199,0.055516303,0.012260613,0.04171357,0.010176461,-0.004641627,-0.018978758,0.0017558786,-0.0070502344,0.050966285,0.03362126,-0.01874973,-0.01203922,-0.08049558,-0.03166689,-0.053439785,-0.036247443,0.0074701183,0.054844487,0.03166689,-0.024505958,0.078663364,0.021681283,-0.040522624,-0.043881696,0.021681283,-0.027254289,-0.025223577,-0.007832745,-0.0065807276,0.022627931,0.022414172,-0.011436114,0.026887845,-0.016719017,0.02018497,0.007099857,-0.018597044,-0.061898537,0.029208658,0.004641627,-0.012642326,-0.008748856,-0.011993415,-0.036430664,-0.017482443,-0.024124244,-0.027758151,-0.006447128,-0.007409044,0.014100469,0.008443486,-0.04745453,0.00313577,-0.049836416,-0.037835367,-0.0069624404,-0.007931991,-0.014627232,0.009267985,0.049958564,-0.004164486,-0.020505609,-0.0062142834,0.019345202,0.0012329322,-0.010901716,-0.01864285,0.040614236,-0.0034411403,0.05707369,-0.034079313,0.0035270257,0.0004981351,-0.01403176,-0.023650922,0.008351875,0.025238845,0.0073556043,-0.021314839,0.036827646,0.023803607,-0.022078265,0.030704973,0.0014638683,-0.01720761,-0.038018588,0.018291675,0.017986305,-0.028445233,-0.008871004,-0.0148867965,0.0028418514,-0.0009189734,-0.020337654,0.026933651,-0.023956291,0.0062562716,-0.032308165,-0.01914671,-0.027620735,0.022368366,-0.009901629,0.012932427,-0.03001789,-0.027009994,0.057348523,0.015970862,-0.0151005555,-0.007164748,-0.0032082957,0.024307467,0.025345726,0.0034220547,0.021879774,0.0010077216,-0.024765523,0.00085169653,0.023421893,-0.017940499,-0.037255164,-0.024628107,-0.024872402,0.017146537,-0.00494318,0.022353098,0.008214458,-0.01336758,0.0017186616,0.036613885,-0.023192866,-0.03972866,0.0068479264,0.021681283,0.0000072130288,-0.016520528,0.041347124,0.0015125368,0.016505258,-0.06424989,0.015604417,0.035056498,0.021238497,0.014008857,0.019391008,-0.034720592,0.008244995,-0.0073517873,0.019345202,0.0117262155,0.025330458,-0.017451907,-0.012672863,0.0033361693,0.001357943,0.050538767,0.0044584046,0.018703924,0.026078613,-0.025177773,-0.01568076,-0.009726041,0.033773944,-0.005359247,0.0074166786,0.05276797,0.017329758,-0.031941723,-0.0021948481,-0.009970337,0.06205122,-0.018215332,0.015612051,0.011802558,-0.0106726885,-0.029788863,-0.012840817,-0.004763775,-0.0074777524,0.036827646,-0.003578557,0.008542731,-0.020200238,0.019009294,0.014291325,-0.019299395,0.020536145,0.046446808,-0.037041403,-0.005034791,-0.0066303504,-0.02355931,0.019589499,0.023544041,0.002528847,-0.037377313,0.016780091,0.008390046,-0.013718756,0.0026700806,-0.023681458,0.005069145,-0.011909437,0.011588799,0.020810978,0.00095762184,0.0301095,-0.034873277,-0.012077391,0.02119269,0.020902589,-0.04437029,0.0029449137,-0.031422593,-0.010359684,0.0057027885,-0.009687869,-0.06302841,-0.025895393,0.010588711,-0.026170226,-0.011779655,-0.012023951,-0.0024334188,-0.0024944928,-0.006023427,0.03082712,0.025330458,-0.0045347475,-0.032552462,-0.01894822,0.008328972,-0.024338005,0.022276755,-0.0079243565,-0.0056188116,0.027666539,-0.027468048,0.0033533464,0.013749293,-0.021146886,-0.057012614,0.010214633,-0.009863458,0.020017017,0.013046942,-0.004981351,0.0011747209,-0.0055042976,0.026506133,0.020169701,0.013260701,-0.010352049,-0.0024372358,-0.02806352,0.021849237,-0.035880998,-0.02203246,-0.0013865716,-0.012726302,-0.027834494,0.023101255,0.0066265333,-0.029208658,-0.0028933825,0.0075388267,-0.009680235,-0.0123598585,0.01480282,0.016322037,-0.0067028757,0.054264285,0.0011212812,0.008787028,0.00015328152,-0.0051225848,0.0021356829,0.026353447,0.021467524,0.050660916,0.021436987,0.027758151,0.0004635424,0.0018035927,0.025880124,-0.011741484,0.0012749205,0.033438034,0.0113216,-0.014604329,-0.013382848,-0.01342102,0.0571653,-0.02529992,-0.022276755,0.0068441094,-0.0036148196,0.004347708,0.0033209007,0.015062384,-0.021696553,-0.006145575,-0.004130132,-0.04159142,-0.004553833,-0.0174061,-0.02160494,-0.038171273,-0.0037789561,0.013879076,0.017787814,0.0063898712,-0.006443311,0.013275969,-0.015398292,-0.060677055,-0.033896092,-0.0008082767,-0.035789385,-0.023727264,0.008046504,0.04046155,-0.052798506,-0.014718844,-0.0005530063,0.044217605,-0.037255164,0.006733413,-0.0043667937,-0.022811154,0.01598613,0.008916809,-0.02242944,0.0036033683,0.014741746,-0.008496925,0.007611352,-0.0064242254,-0.0049622655,0.0069700745,-0.010756665,-0.018688656,0.022414172,0.010649785,0.0029105595,0.01372639,0.005508115,0.007741134,-0.017696202,0.0026013723,0.04171357,-0.047423992,-0.012665229,0.01361951,-0.010313878,-0.0045309304,-0.015909787,-0.018169526,-0.034842737,0.010481832,0.02930027,-0.0015402109,0.011962878,0.037529998,-0.0058020335,-0.0060463296,0.006863195,0.0012711034,-0.0048439344,-0.01178729,0.030964537,-0.019894868,0.009214546,0.044950493,0.0339877,0.0076838774,0.0134286545,0.018505434,-0.02142172,-0.00530199,0.022734812,0.005397418,-0.022918032,-0.07334992,0.024124244,-0.006137941,-0.0015745651,0.025223577,-0.009176374,-0.02029185,-0.00809231,0.008825199,0.0014924968,0.0091153,-0.034537368,0.012245345,-0.008115212,0.026490863,0.022963839,-0.043606862,-0.007649523,0.013642414,0.0010678414,0.0087641245,0.014665403,0.03493435,-0.014337131,-0.013153821,-0.04907299,-0.04772936,0.0127034,-0.044309214,-0.0033380778,0.03862933,0.008657245,0.0054394067,0.0012491549,-0.0011365496,-0.017757276,-0.015268509,0.013024039,0.021070544,-0.013306506,0.0049279113,0.002339899,-0.010573443,-0.00784038,-0.00007377791,0.013543168,-0.026292374,0.037652146,0.01855124,-0.019207785,0.007515924,-0.01781835,0.020123895,0.06095189,0.010955156,0.0067944867,0.001841764,-0.006897549,0.03246085,-0.02068883,0.033224277,-0.032949444,0.030979807,0.04314881,0.029636176,0.005424138,-0.021559136,0.017787814,0.000497658,-0.0017100731,-0.005218013,0.022078265,-0.005431772,-0.015390658,0.041408196,-0.0052943556,0.026200762,-0.022261487,-0.027498586,0.0571653,-0.032002795,0.021040006,0.00003399629,0.019711645,-0.013993589,-0.0002602804,-0.03911792,0.008825199,-0.02314706,0.003250284,-0.009626796,0.019100906,0.022963839,0.017879425,0.039209533,-0.008565634,-0.023620384,-0.008374778,-0.022872228,-0.0055004805,0.0027502403,-0.0059967074,-0.031819575,-0.0042484626,0.02508616,-0.018276406,0.01168041,0.007034966,0.015398292,0.013184358,0.010619248,0.029544566,-0.048798155,0.009565721,-0.010458929,0.015444097,0.011054401,0.007825111,0.013734024,-0.008336606,0.0016699933,-0.04629412,-0.012298784,0.024429616,0.009871092,-0.0026185494,-0.0056798854,0.0053325268,-0.0002165027,-0.004057606,-0.028002447,-0.010573443,-0.026582476,-0.023482967,0.02355931,-0.0017558786,0.018627582,0.0010287159,-0.032827295,0.029391881,-0.02029185,-0.01413864,0.02673516,-0.020536145,0.006290626,0.033010516,-0.042660214,0.020826247,0.012016317,0.025651095,0.0003344758,-0.04455351,0.020230776,-0.007229639,-0.04232431,-0.0034545003,-0.029040705,-0.005156939,-0.04598875,-0.0057982164,-0.008313703,0.015925055,0.006481482,0.031086685,-0.012062122,-0.035789385,0.017940499,-0.008664879,-0.028139863,-0.019161979,-0.005523383,-0.0051989276,-0.012207174,0.034293074,-0.002133774,-0.019635303,-0.009435939,0.0042866343,0.01864285,-0.008725953,-0.011367406,-0.024780791,0.0057676793,0.021177422,0.032094408,0.0069090007,-0.010970424,0.029666714,0.005095865,0.013695853,-0.008657245,-0.019391008,-0.019818526,0.01455089,-0.0016289591,-0.058111947,0.006809755,-0.0035461113,-0.015696028,-0.0050882306,-0.012321687,0.026887845,0.000059225116,-0.009603892,-0.0015669308,0.016444184,0.017329758,0.020322386,-0.03136152,0.018169526,-0.011252891,0.0057371426,-0.012169003,0.03267461,0.002231111,-0.009733675,-0.0024334188,0.038140737,-0.0063669686,-0.005821119,0.0049202773,-0.010558174,0.009626796,0.0010086759,0.0017157987,0.016963314,-0.020246044,0.004683615,-0.009672601,0.0010544815,0.040797457,-0.0010621157,0.0045309304,0.00568752,0.007229639,-0.0016709475,-0.013489728,-0.0033647977,0.033071592,0.014581427,-0.0013875258,-0.0002745946,-0.036491737,-0.013230164,0.0036854364,-0.030674435,0.016566332,-0.009741309,-0.01213083,-0.022444708,-0.0035880997,0.0011432297,-0.025193041,0.017574055,0.02795664,0.022689005,-0.0069662575,0.017482443,0.008390046,0.005424138,-0.009909263,0.015283778,0.0021414084,-0.030704973,0.00963443,0.0049279113,-0.028628455,-0.009726041,0.0012806462,0.021253765,-0.00349458,0.019329933,-0.022276755,0.022200413,-0.014871528,-0.0091153,-0.0006155118,0.009588624,0.007229639,0.01896349,-0.025483143,0.012795011,0.103092976,-0.0043706107,0.017085463,-0.032399777,0.028949095,-0.0019295579,-0.02038346,0.004011801,-0.025422068,-0.006408957,-0.02242944,-0.010504735,0.007153297,-0.010649785,-0.0049279113,0.0026758064,-0.0182306,-0.037041403,-0.015421195,-0.038018588,0.033651795,0.019253591,0.014222616,-0.014894431,-0.031880647,-0.023238672,0.015566246,0.007409044,-0.04455351,0.013657682,0.0026452693,0.002576561,0.008802296,0.02120796,0.022704273,0.009542818,-0.01311565,-0.021284303,0.0052523674,-0.021559136,0.0055920915,-0.009916897,0.033896092,0.007519741,-0.004259914,0.0077487687,-0.04006457,0.018505434,-0.044584047,-0.027177947,-0.03759107,-0.0146883065,0.016535796,0.0050500594,0.019329933,-0.013344677,-0.0134286545,0.028567381,-0.0039621782,0.016062472,-0.019009294,0.015512805,-0.010916985,-0.0050805965,-0.020856785,-0.025513679,-0.022185145,-0.00068517437,0.02151333,0.024139514,-0.029147584,0.022261487,-0.0102528045,0.005752411,0.024780791,0.00034545004,0.01833748,0.010329147,0.05655456,-0.01322253,-0.013329409,-0.021666015,0.006149392,0.02836889,0.023085987,-0.0037560533,0.010916985,0.038354497,0.022261487,0.015566246,-0.021284303,0.017589323,0.017879425,-0.017238148,-0.0013188175,0.00006423509,-0.043270957,-0.016780091,-0.0023761617,-0.043057196,0.017039657,-0.0016976674,-0.019711645,-0.00065702305,-0.040095106,-0.032216556,-0.036522277,0.014237885,0.026261836,0.005809668,-0.027697077,0.016963314,0.016841166,-0.0003578557,0.043576326,-0.014413473,-0.020398729,-0.021757627,0.0037255164,-0.050569303,0.028338354,0.004263731,0.011604067,-0.013153821,0.018871877,0.018978758,0.02325394,-0.064799555,0.027330631,-0.0019543692,-0.0089778835,0.017482443,0.018383285,-0.005599726,-0.003389609,0.02736117,-0.021406451,0.011405577,0.011000961,0.005855473,-0.056157578,-0.007848014,-0.006317346,-0.021070544,-0.0076838774,-0.011604067,-0.0054966635,-0.028491039,-0.0058325706,0.005630263,-0.021650746,0.0081381155,0.033468574,0.028429965,-0.02765127,-0.021360645,0.003591917,0.02786503,-0.009497013,-0.008573269,-0.0043286225,-0.04177464,0.025895393,-0.03780483,0.01763513,-0.0134286545,-0.0077335,0.0053248927,-0.0028094058,-0.01763513,-0.013734024,-0.020765172,-0.01347446,0.010573443,-0.020994201,-0.0060921353,0.0060043414,0.035789385,-0.03924007,0.0044431365,0.0010373044,0.008672513,-0.023192866,-0.0033647977,0.019391008,0.005576823,-0.010695591,-0.007523558,-0.009687869,-0.0026624463,0.0001364623,0.037529998,-0.0010478015,0.018764999,0.0042789998,-0.0047446894,-0.011245257,-0.0033972433,-0.016535796,0.030796584,-0.00054728065,-0.0062944433,-0.0057142396,0.004233194,-0.009130569,0.026903113,-0.021055276,-0.026460327,0.022521053,-0.014344765,-0.03392663,0.0019286036,-0.008886273,-0.012733937,0.02940715,0.0032598267,0.0043324395,0.060219,0.05234045,-0.03441522,0.023773069,-0.0053401613,-0.01541356,-0.06052437,0.0029449137,0.032247093,0.015184533,-0.021162154,-0.014123372,-0.014772283,0.002969725,0.017757276,-0.006153209,-0.0030785133,-0.03206387,-0.00016521005,-0.007954894,-0.03746892,0.00936723,-0.013955418,0.012596521,0.0106726885,-0.0055539203,-0.029178122,0.007931991,0.029422417,-0.011107841,0.017039657,-0.0014781826,-0.005637897,-0.010092485,0.013588973,-0.026307642,0.016566332,-0.024200588,0.012268247,0.0044087823,-0.058844835,0.009008421,-0.0019362379,-0.02745278,-0.010458929,0.028032983,-0.005271453,-0.034690052,-0.0024563214,0.030643899,-0.01618462,-0.027086336,0.019009294,-0.013329409,0.0052523674,-0.026521401,-0.012283516,-0.01311565,-0.0033762492,0.0033132667,0.03236924,0.016612139,-0.006027244,-0.04046155,0.011802558,-0.01670375,-0.008077041,0.026521401,0.008985518,0.010894082,0.02160494,-0.021589672,0.014634866,0.015802907,0.021589672,-0.0022559222,0.016322037,0.020062821,0.019436812,0.017696202,0.02603281,-0.015383024,-0.005756228,0.006229552,-0.005908913,-0.0009280391,-0.0034983973,0.04598875,0.015085287,0.008939712,0.011955243,0.018093184,0.02888802,-0.0037560533,-0.018383285,0.019650571,-0.0014295143,0.007985431,-0.0011775838,0.0035289342,-0.0028380342,-0.015138728,-0.0011327326,-0.020444535,0.008107578,0.04385116,0.0063669686,0.044400826,-0.0046301754,-0.011756753,-0.0059470846,0.03136152,-0.0009733675,0.0021490427,0.005935633,0.042232696,-0.044431362,0.008718319,-0.008939712,0.025101429,-0.0012787377,0.006363151,-0.0142531535,0.0016575876,-0.0019581863,0.024734985,0.01055054,-0.00041869117,0.028857483,-0.009703138,0.033041056,0.00947411,0.0021394999,0.007187651,0.059791483,0.032002795,0.022322562,-0.019757451,0.03963705,0.021284303,0.0026853492,-0.019986479,0.00045495387,-0.01946735,-0.035484016,-0.010619248,0.036094755,-0.023101255,0.018688656,-0.014352399,0.019009294,0.014016491,-0.009733675,0.021131618,-0.01761986,0.03523972,-0.021772895,-0.040003493,-0.04864547,-0.034384683,0.026246568,-0.03297998,-0.016612139,0.034262534,-0.011642238,0.014527987,0.03136152,0.021284303,-0.006473848,-0.028460503,-0.0068708295,0.003635814],"social":"https://twitter.com/BlaneSteckline"},{"title":"curiosi3","description":"learn blockchain and web3 in spanish","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=DKIJlkE3-E0","youtube_transcript":"Hi. I'm Sandra Camillo, and I'm working in Kyossi three. That is a platform too, I still learn blocking and web three in Spanish. Here how it works. For example, you want to learn or address a question you have about blockchain or word three. This could be something you'll hear from some to friends or while you were learning in some platform. So you can go to quralsi three dot com and make questions to curios. That will answer any question you have, or if you prefer, you can go and look for a resource that is playing you a little bit more about the topic you are looking for. We went from zero to two hundred twenty one users in less than a month, and we got here things that we are building and learning in public. We found that the best weeks for us were the ones where we launched or share our progress in Twitter and LinkedIn and we decide to do it frequently. So now every week, we are doing a little recap of our progress. And that's how we are planning to continue growing. It allows us to connect with users and learn from them what they need from us so we can improve our platform.","embedding":[-0.01162499,-0.02049253,0.0056618145,0.045897238,0.01888025,-0.03037716,-0.039839886,0.029292263,0.005876534,0.003733106,0.014864618,-0.03239628,-0.03182369,-0.024967736,0.04442057,0.033722267,-0.024666375,-0.020703482,0.010246265,0.03423458,-0.001235579,0.00040989768,0.013674243,0.019256951,-0.0027857032,-0.027152602,0.022752734,0.056083232,-0.046620503,-0.01704195,-0.0076507954,-0.027273146,-0.05879548,0.04080424,-0.028116956,-0.02570607,-0.0014776093,0.037187915,0.0060347486,0.017825486,-0.01304892,-0.023370525,0.015715962,0.0029571021,-0.045746557,-0.023717089,-0.054666836,0.022662327,0.024380082,0.04448084,-0.03920703,-0.0012967929,-0.012762627,0.017132357,0.0059669423,-0.06738426,-0.02585675,0.038694717,-0.06509392,-0.00671281,0.012920842,-0.023385592,0.05334085,0.019226814,0.00700287,-0.013696845,-0.005469697,-0.027303282,-0.04487261,0.015625553,0.032185327,0.051592957,0.015294056,-0.015128309,0.0046296543,0.009409988,-0.009229172,0.0098997,-0.004094739,-0.041497372,0.01423176,0.024108859,-0.045836966,0.014405043,-0.050387513,-0.01434477,-0.011195551,-0.011745534,-0.018819977,-0.0016678433,-0.031793557,0.0197994,-0.0043923324,-0.007948389,0.050297104,-0.010472286,0.014352305,0.0120920995,0.028252568,-0.0006907753,0.021532224,-0.040020704,0.01603239,-0.03345104,0.01411875,0.0053303177,0.07051841,-0.026881376,0.026971785,-0.047283497,-0.09914768,-0.016861133,0.025344437,-0.023897905,0.032968864,-0.0008871306,0.052376494,-0.08142767,-0.007955923,0.0044036335,-0.043576762,-0.0047200625,-0.021758245,0.040774107,0.0016829113,-0.03417431,-0.028433384,-0.038001586,-0.042069957,0.01308659,0.022722598,-0.038544036,0.025811546,0.0009860146,0.008633985,0.0024956434,-0.02400338,-0.022903414,-0.040020704,-0.02908131,-0.009221639,0.0035899596,-0.017704943,0.0043245265,-0.031883966,-0.077027805,-0.019588448,0.02040212,-0.040352203,-0.036796145,0.023852702,0.0037236884,-0.03712764,0.0012638315,-0.0043960996,0.030422365,-0.0153317265,0.041316554,0.00084993144,0.005036491,-0.00847577,0.012890705,-0.02124593,-0.04818758,-0.038875535,-0.005292648,-0.010509956,-0.026248518,-0.08540563,-0.018232323,-0.004667324,-0.05593255,-0.031100428,0.02939774,0.019935012,-0.030889474,0.01634882,-0.04719309,-0.0028064218,0.022602055,-0.00828742,0.010088051,-0.016620044,0.00090502395,-0.0377605,-0.038996078,-0.051984724,-0.035168797,-0.0025031776,-0.013651641,-0.023596546,0.03550029,0.024063654,0.023355456,0.024184199,-0.046921864,0.044541117,0.023641748,-0.0002071855,0.033390768,0.009387387,0.021863721,0.005804961,-0.002071855,0.03146206,-0.026429337,-0.014548189,-0.022300694,-0.03974948,-0.012694821,0.059970785,0.016891269,0.025329368,0.03438526,-0.022933552,0.023460932,-0.055209287,0.014796812,-0.051834043,-0.019603515,-0.0087093245,0.03269764,0.03767009,0.00531525,0.031130563,0.041256282,0.068047255,0.020341849,0.046228737,-0.008219614,0.037338592,0.034415394,0.00901822,-0.01972406,0.020733617,-0.045686286,-0.020703482,-0.043727443,0.0024203034,0.0014427644,0.013862593,0.00048547328,0.00802373,0.085044,0.015520077,-0.00011236282,-0.041075468,-0.058192756,-0.031281244,0.051743638,0.03914676,0.009869563,-0.008016195,0.026127975,-0.009417523,0.0074172406,-0.031341515,0.013719447,0.0021566127,-0.014073546,0.034927707,-0.051201187,0.023054095,-0.012800297,-0.013229736,0.008204546,-0.033029135,-0.0040307,-0.035349615,-0.03583179,-0.0060799527,-0.036042742,0.019000793,0.004667324,0.0069350637,0.0050703944,0.0064491197,-0.00054103666,0.0019061066,-0.014397508,0.0012299285,-0.015926914,0.025043076,0.013719447,-0.0001695154,0.04098506,0.040201522,-0.0016339401,0.0014163954,0.036434513,0.01696661,-0.013900263,-0.002960869,0.080403045,-0.003524037,0.01580637,0.034264714,-0.035078388,0.009990108,0.019754196,0.004445071,-0.030181278,0.013937933,0.0076658633,-0.046952,0.0067956843,0.030814134,0.038302947,0.014397508,-0.004942316,-0.016981676,0.012800297,0.021381544,0.0003945942,-0.013282474,-0.045505468,0.07154304,-0.01212977,0.0034392793,-0.04942316,0.030362094,-0.054847654,0.010540091,-0.019347358,-0.0005721145,-0.019362427,0.030407296,0.0151735125,-0.012883171,-0.07009651,0.043305535,-0.06214058,-0.026233451,-0.0043508955,-0.038333084,0.015972119,0.011542115,-0.00018152274,-0.0018373587,-0.015655689,-0.045897238,-0.012747559,-0.009703815,-0.011414037,0.02416913,0.03760982,-0.0060837194,-0.019739127,0.059639286,-0.024184199,0.010547626,-0.028222432,0.012099633,-0.037248187,0.053913433,-0.007025472,-0.00447144,-0.011941419,-0.00009723592,-0.004516644,-0.015896779,-0.0011997924,-0.008091535,-0.013320144,0.0101181865,0.007895651,-0.027906002,-0.004057069,0.025660865,-0.026459472,-0.010291468,-0.028508725,0.008377829,0.00465979,-0.04948343,0.0029062475,0.042702816,0.025058145,-0.017162492,0.06443092,0.06846916,-0.007428542,-0.051924452,-0.023310252,-0.040683698,0.04604792,0.0017083386,-0.024606103,-0.037639953,0.012860569,0.022074673,0.020613074,0.013192066,0.0060196803,0.041798733,0.013666709,0.06256249,0.06521446,0.02332532,-0.05707772,0.02064321,-0.0077675725,-0.03122097,-0.017524127,0.0059255054,-0.014480383,-0.04158778,-0.013372882,0.040291928,0.008566178,-0.009372318,-0.10294482,0.034927707,-0.0035899596,0.00047323052,-0.036946826,0.00049441995,-0.0010924326,0.09764087,0.082512565,-0.0040344666,-0.031492196,0.015896779,-0.084742635,0.053431258,0.040563155,0.034023628,0.0014898521,-0.048699893,-0.061055683,-0.009771622,-0.0024316043,0.025028009,-0.01297358,0.017735079,0.038574174,-0.028026547,0.01301125,0.032968864,-0.00012513534,-0.04794649,0.053370986,-0.021803448,-0.00074304256,0.0056844167,0.011218153,-0.018458344,-0.013998206,-0.043004174,-0.008242216,-0.029653896,-0.03568111,-0.01580637,0.043908257,-0.008799734,-0.028267637,0.027047126,-0.0055902414,0.012559208,0.0051231324,-0.06108582,0.029563487,-0.011255823,0.037429,0.0018797375,-0.0051306663,-0.023521205,0.019693924,0.018518617,-0.025600594,0.042552136,0.012845501,0.0012384042,0.0042717885,-0.08799733,-0.02900597,0.036555056,-0.012453732,-0.0027423827,0.0044940417,-0.008679189,0.042009685,0.00832509,0.06852943,0.0030569278,0.028086819,-0.027378622,0.005356687,0.019272018,0.014284498,-0.02032678,0.046078056,0.027725186,-0.018458344,-0.0007124356,-0.007432309,-0.02831284,-0.038694717,0.0027819362,-0.017162492,0.014066012,0.031522334,-0.016303616,0.050236832,0.01558035,-0.03122097,-0.043094583,0.010314071,-0.0039214566,0.008181944,-0.020944571,-0.03544002,0.023626681,0.0027122465,-0.0021001075,0.010178459,0.02332532,-0.0068408884,-0.027664915,0.030045664,-0.03239628,-0.010344207,-0.026278656,-0.037429,-0.009477795,0.0114743095,-0.018126847,-0.016137866,-0.0075076493,-0.020854162,-0.04643969,-0.04565615,0.0044563715,0.00080001855,-0.010796248,-0.014744073,-0.028825153,-0.040231656,-0.0068672574,-0.0032226762,-0.0026595085,0.019708991,0.040111113,0.008430567,-0.05234636,0.0355907,0.0056128437,-0.035892062,-0.042401455,0.05294908,0.034837298,-0.038272813,-0.004505343,-0.03275791,0.01787069,-0.024560899,-0.0025860518,0.006569664,0.011451707,0.005650514,-0.01335028,-0.013613971,0.027499165,0.030362094,0.0072514927,0.023536272,-0.016409092,-0.015911845,0.0052775797,0.009997642,0.017509058,0.00024085314,0.014367373,-0.011361299,0.04243159,-0.0027951207,-0.05692704,0.005379289,-0.012905773,0.021803448,-0.036404375,-0.055691462,0.006565897,-0.014563257,-0.011180483,0.006584732,0.004931015,0.0022451375,0.035650972,0.014638597,0.009372318,-0.015459805,-0.009304512,0.018172052,-0.0055827075,-0.017162492,0.012521538,-0.042190503,-0.008046332,0.054305203,-0.0064302846,-0.021110319,-0.041316554,-0.049513567,0.024982804,0.025525253,-0.020176101,-0.008242216,0.012174973,-0.0012911423,0.020613074,-0.002231953,-0.029894983,-0.024078721,0.022014402,0.015761167,0.003531571,0.007910719,0.03206478,-0.0013099774,-0.023536272,-0.02761971,-0.012009225,0.025269097,0.01642416,0.018051507,-0.020598006,-0.047524586,-0.016680317,0.004995054,-0.0017177562,0.022466442,0.012114701,-0.033089407,-0.00081414485,0.017418649,-0.018066576,0.059277654,0.023054095,-0.026655355,0.011964021,-0.008875073,0.003751941,-0.03022648,0.027062193,0.015715962,-0.032878455,0.043094583,-0.0018835046,-0.029412806,-0.00003664005,-0.041979548,0.04249186,-0.021185659,0.0069350637,0.00506286,-0.061628267,0.010848986,0.012890705,0.012122235,-0.023702022,0.032275733,0.024591036,-0.044149347,-0.038182404,0.005838864,-0.026534813,-0.00035974936,0.0010218013,0.0140283415,-0.041828867,0.013531096,0.015776234,0.006946365,0.00377831,0.014088614,0.013229736,-0.036735874,0.020944571,0.037338592,-0.021622632,0.038091995,-0.035018116,0.021577427,-0.0126194805,0.011564718,-0.00836276,-0.0114743095,0.0016160469,0.012491402,0.002870461,0.0047012274,0.037639953,-0.025675934,-0.017418649,-0.038996078,0.012385926,-0.0011762485,0.012385926,-0.0644912,0.0026444404,-0.032125052,-0.032185327,0.00021989916,0.02578141,-0.028448453,-0.0009229172,-0.01696661,0.04487261,0.025404708,-0.014751608,-0.015301591,-0.007842913,-0.0018204071,-0.013033851,-0.005714553,-0.045445196,-0.046982136,-0.020598006,-0.005300182,-0.016620044,0.0033582887,-0.038935807,-0.024184199,0.011911282,-0.0035956101,0.017283037,0.014570791,-0.008129206,-0.0007472804,-0.014141352,-0.013998206,0.0030663454,0.022059605,-0.0018213489,-0.025118416,-0.06418984,0.011353766,-0.040713836,-0.051924452,0.031552467,0.00575599,-0.00044121093,0.05240663,0.01972406,-0.031341515,0.019196678,0.04481234,-0.0060083796,-0.01078118,0.021125387,0.016152935,-0.004938549,0.025751274,0.00089937344,0.007485047,0.014405043,0.01473654,-0.0074172406,0.012890705,0.029141583,0.014359838,-0.0047614994,0.020341849,-0.008536043,0.050628603,0.023762293,0.033571586,0.017132357,0.0039817286,0.019528175,0.000718557,-0.012205109,0.023445865,0.018006304,-0.035168797,-0.01016339,0.029518284,0.010494887,0.007025472,-0.008814801,0.011820874,0.009259309,-0.045867104,0.020763755,-0.020552801,0.026534813,-0.020899367,-0.013704379,-0.03697696,-0.025570458,-0.008611383,0.006245701,0.016710453,0.0230993,-0.014570791,-0.039960433,-0.044993155,-0.030648386,0.008671655,0.00081649923,-0.0043207593,-0.009387387,-0.016635112,-0.022376034,0.006332342,0.00040613065,0.041497372,-0.02416913,-0.010035312,0.006174128,-0.0017733196,-0.040352203,-0.024455423,0.011881147,0.01779535,0.027514234,-0.011293493,0.009764087,-0.0072100554,0.049905337,0.0012402878,-0.035801653,0.008814801,0.043305535,0.024380082,0.025269097,0.0058350973,-0.026459472,-0.0022206518,0.030783998,-0.021758245,-0.007134715,-0.010871588,0.020371985,0.005477231,-0.029714167,-0.0031454526,-0.025314301,-0.010479819,0.0007712951,0.0013316377,0.0069350637,0.007360736,0.004147477,0.0023430795,0.028900493,-0.020236373,-0.0028836455,-0.01604746,0.0039741946,0.0014135701,0.025871819,-0.02868954,-0.03354145,0.034355123,-0.003064462,-0.034355123,0.013124259,-0.00755662,-0.0003797616,0.022963688,-0.016363887,0.0114215715,0.016785793,-0.028147092,0.016454296,-0.015972119,0.014766675,0.01634882,0.009522999,0.04059329,0.0035692411,0.03944812,-0.005842631,0.046710912,-0.056294184,-0.0067504803,-0.0025596826,-0.024425287,0.010050381,-0.0055864747,-0.041617915,0.012694821,-0.023385592,0.0216377,0.013538631,0.007473746,-0.017900826,0.020025421,-0.005782359,-0.019256951,0.024063654,-0.011911282,-0.032516822,0.0020059324,-0.011722933,-0.015761167,0.010735976,0.0038875535,-0.0155954175,0.029864848,0.0034957845,-0.022632191,0.011768136,0.0069953357,-0.04134669,-0.0058878353,-0.013192066,-0.00821208,0.013327678,-0.013320144,0.052045,0.00813674,0.013576301,0.004023166,0.0025747507,0.047072545,0.0006432168,-0.015241318,-0.006155293,-0.01020106,0.028478589,-0.006701509,-0.014631064,0.020191168,-0.026248518,0.023491068,0.020658277,0.018443277,-0.00038894368,-0.0075076493,0.0039026213,0.0030701123,-0.0034486968,0.0095908055,0.032516822,0.0011244522,0.0039704274,0.009364785,-0.0121975755,-0.021592496,0.008611383,0.011180483,0.009409988,0.0016367654,-0.0032772978,0.010268867,0.029518284,0.029322399,0.02148702,0.007940855,-0.02855393,-0.022602055,-0.024801988,0.008852472,0.022225354,0.010758578,0.013063988,0.05424493,-0.016017323,0.0319141,0.0010622966,0.00939492,-0.022134945,0.0064415857,0.0017620185,-0.023491068,-0.008995618,0.019241882,-0.0039930297,0.022119878,0.009086026,0.008181944,0.018835045,-0.01492489,0.021185659,0.017915895,-0.011331163,-0.018774774,0.012574276,-0.009387387,-0.012981113,-0.044089075,-0.036103014,-0.030271685,-0.019754196,-0.00019129342,0.0016697268,-0.0075603873,0.0019889807,0.016017323,-0.0077223685,0.053129897,-0.006607334,0.0013900263,0.010314071,-0.06895133,-0.015369397,0.02831284,0.016363887,-0.0059707095,0.0038310483,-0.028508725,0.011466776,-0.02570607,0.026067702,-0.047524586,-0.0011216269,0.023656817,0.013704379,-0.019814467,-0.0061063217,0.029729236,-0.013222202,-0.007963457,-0.011481844,-0.021667836,-0.0023468467,-0.0011658893,0.0043169926,-0.00061637687,-0.006765548,-0.009884632,-0.0004614586,-0.03182369,0.0044563715,-0.0028723443,0.0115797855,-0.0028064218,-0.016936474,0.012325654,-0.004554314,-0.0015303474,-0.04095492,0.040261794,0.044089075,-0.027212873,0.017388513,-0.0010161507,-0.004004331,-0.014540655,0.022948619,0.010638034,0.006592266,-0.011481844,0.0055864747,-0.023596546,0.001566134,0.018910386,0.024289675,0.03438526,-0.005786126,0.012039361,0.018684365,0.016846064,-0.0047765677,0.016243342,0.015407067,0.011037337,-0.014548189,0.005254978,-0.011753068,-0.008837404,0.03399349,-0.022948619,0.0128304325,-0.016333751,-0.005895369,0.0018204071,0.018006304,0.0062758373,0.011195551,-0.021908924,-0.0020925736,0.010901724,-0.0047916356,-0.029970324,0.0101709245,0.036916688,0.024817055,0.0037613586,0.011112677,0.01841314,0.015098172,0.00081602833,-0.00494985,-0.023129435,0.019317223,-0.01680086,0.006531994,0.0023280117,-0.000100120036,0.029171718,-0.0050440254,0.0068898597,0.003855534,0.023054095,0.009982574,-0.00041107487,0.0100654485,-0.0059669423,-0.0072665606,0.0026670424,0.0018100479,0.0068032183,0.009259309,-0.025811546,-0.0023543807,0.0007793,0.019859672,0.02739369,0.017915895,-0.0022451375,-0.01081885,-0.01327494,-0.013418086,-0.009779155,-0.014608461,-0.023928043,0.036946826,-0.049513567,-0.009756554,-0.04640955,-0.009214104,-0.0037651255,0.03607288,0.02977444,-0.024455423,-0.0068032183,0.019151473,-0.048609484,-0.027875867,0.01803644,-0.00058247376,0.024696512,0.01304892,-0.012242779,-0.005714553,0.0006606392,0.01151198,-0.0032415113,0.0039628935,0.01972406,0.018503549,0.039809752,-0.004230351,0.09076985,-0.0035146195,-0.0024843425,-0.031040154,0.031582605,-0.021019911,-0.017222766,-0.008038797,-0.020371985,-0.009033288,0.025028009,0.0023204775,-0.029488146,0.0063737794,-0.021788381,0.0025483817,0.0012384042,0.019769264,-0.04851908,-0.040713836,0.0022225354,-0.009387387,0.023536272,-0.013779719,-0.05186418,-0.015896779,0.010487353,0.0062344,0.0003387954,0.026369063,0.024048585,-0.0056053097,-0.009892166,0.051683366,-0.006791917,-0.0059330394,0.0023788663,0.012920842,0.013591369,0.012205109,0.019618584,0.001680086,0.036193423,0.011677728,-0.038001586,0.037790634,-0.00079954765,0.008106603,-0.038785126,-0.043787714,-0.006290905,-0.015610485,0.013802322,0.035470158,0.0009869564,0.015911845,0.023656817,0.053431258,0.022903414,-0.0031153166,-0.040924788,0.0114215715,-0.010690772,0.029141583,-0.00802373,-0.0031529865,0.02893063,0.004558081,0.0033752401,-0.0037726597,-0.0043772645,0.01734331,-0.014126284,0.020733617,0.031733286,-0.0018260577,0.021893857,-0.013018783,-0.027423827,-0.016815929,-0.015926914,-0.0011414038,-0.03146206,-0.003158637,-0.003185006,-0.0009765971,0.01910627,0.0095908055,0.007089511,0.032275733,-0.0106305,-0.0007237366,0.031944238,0.003603144,-0.0043132254,0.024349947,-0.035892062,-0.0070857443,-0.03161274,-0.00898055,-0.0034110267,-0.019588448,-0.008076468,0.036344104,-0.0036483484,-0.024621172,-0.020552801,-0.001349531,0.0030286752,0.0036935525,0.038031723,0.019889807,-0.0030701123,0.01772001,0.026248518,-0.025344437,-0.015746098,0.0125667425,0.004147477,-0.012250314,0.036103014,0.02471158,-0.013410552,-0.015520077,0.00092998036,0.038302947,0.010532557,-0.02425954,0.014631064,-0.0052060066,0.021441815,0.03577152,-0.0000037743664,0.0053039487,-0.0053114826,0.022376034,-0.0036182122,0.008242216,0.033511315,0.038483765,-0.03682628,0.0056844167,0.000052002382,0.010811316,0.021170592,0.0005480998,0.0179611,-0.0039063883,0.009432591,0.0064679547,0.020100761,0.005424493,0.033420905,0.02132127,-0.009153832,-0.006539528,0.027212873,0.0337524,-0.03944812,0.02508828,0.0069237626,0.004576916,0.00038682474,-0.024666375,-0.0014088614,0.009312047,-0.006136458,-0.009922302,-0.024952669,0.029910052,0.00700287,0.0065357606,-0.06907188,0.0034788328,0.01672552,-0.031642877,-0.006287138,0.022993824,-0.0099599715,-0.009372318,-0.015896779,-0.0035070854,-0.006550829,0.004964918,0.013598903,0.0052436767,-0.048820436,-0.0009629417,0.009161366,-0.000783067,-0.027514234,0.0024372549,-0.007865515,-0.0028158394,0.009914768,-0.021743177,0.01711729,-0.0009803642,-0.016333751,0.07341147,0.025389642,0.003516503,-0.029171718,0.019045997,-0.029186787,0.0012421713,-0.033179816,0.020748686,0.04122615,-0.029744303,0.016213207,-0.0065621296,-0.01511324,0.023415728,0.00005106063,-0.013493426,0.0021396612,0.045746557,0.046861593,-0.025645798,0.045595877,-0.0059142043,-0.019377494,-0.033059273,0.01254414,0.034324985,0.010690772,-0.024681443,-0.050387513,-0.036796145,0.013523563,-0.025269097,-0.0039817286,0.019256951,0.010103119,-0.010442149,-0.035048254,-0.018383004,-0.02831284,-0.013621504,0.014148886,0.011730466,-0.008121671,-0.016318683,0.049664248,0.02578141,0.036705736,0.003098365,-0.012031827,0.013372882,0.007447377,0.030723726,-0.028433384,-0.017463854,0.012860569,0.01863916,0.001037811,-0.007466212,0.028418316,-0.0068973936,-0.025419777,0.011640058,0.021110319,-0.020703482,0.0099599715,0.012868103,0.012596878,0.004497809,-0.017358378,0.036042742,-0.009568203,-0.024108859,0.010457217,-0.0077449707,-0.007835379,-0.007421008,0.014947492,0.034114033,0.011338698,-0.015640622,0.0046936935,0.003576775,-0.033029135,-0.013395485,-0.01304892,0.0023845166,0.0043810317,0.011692796,0.0064830226,-0.0138701275,0.0064980905,0.007873049,0.02216508,0.037097506,0.009214104,0.013629039,-0.020733617,0.013824923,0.011805806,-0.0140283415,0.01880491,0.011406504,0.025751274,-0.039839886,0.031371653,0.016137866,0.017855624,-0.026218383,-0.029955257,-0.011828409,-0.007970992,-0.037007097,-0.020296644,-0.024349947,-0.0048293057,-0.013659175,0.03200451,0.010570227,-0.034626346,0.036555056,0.031673014,0.00425672,0.030949747,0.015791303,0.05141214,0.017478922,0.009658611,-0.013244804,0.038242675,-0.024078721,-0.0026011197,0.0009092618,0.042190503,-0.017599467,0.034505803,-0.008257284,0.016830996,-0.0039101555,-0.011150347,-0.018699434,-0.014706403,-0.026881376,0.017659739,0.013124259,-0.013018783,0.019287087,-0.007488814,0.0068032183,0.047283497,0.02041719,-0.0024090023,0.053190168,0.0014738423,0.085526176,0.017147426,0.026896445,0.037097506,0.0032509288,-0.013802322,0.0008428683,-0.018578889,-0.012574276,-0.04996561,-0.0073381336,-0.0319141,0.00817441,0.027499165,-0.0150379,-0.013802322,0.0019757962,0.007963457,-0.020176101,0.054214794,0.004524178,-0.013033851,-0.050297104,0.00913123,0.02915665,-0.03405376,-0.031431925,0.016604977,0.007500115,0.04665064,-0.006953899,0.0029401507,0.00928191,0.00840043,-0.021622632,-0.016544703],"social":"https://twitter.com/sandraupgrade"},{"title":"pier street","description":"we help sellers create better listings and keep more profit","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=Qc9qUeqM5hU","youtube_transcript":"Hi. I'm Kaye, and I'm working on a auction marketplace that helps sellers create better listings and keep more profit. To begin with, it'll be an option only marketplace and has all the usual features like bidding, tracking your listings, your active listings. What's sold? What's failed? Your bids, what you're winning, what you're losing? We have won and lost. This is a thing that I'm most proud of. How close that? Ergon those little specs. Made a lot of progress in the last six weeks. I built the application. I found three uses to test it. And they found some bugs. So I've fixed that now and it's ready to test again. I still need to add this search feature in the filters. Is that at work yet? And this payment gateway doesn't work either. So I have to add that before it can be fully launched.","embedding":[-0.015702868,0.012112716,0.0012684796,0.0009273546,0.0051588207,-0.024742933,-0.04858024,0.01563818,0.028236052,0.017514115,0.026263086,-0.07995363,-0.019535596,-0.040397283,0.009986118,0.025260432,-0.04359931,0.014708298,-0.048353836,0.039588694,0.064461,-0.04541056,0.013883534,-0.013171973,0.003153511,-0.04017088,-0.0022600163,0.0053650117,-0.028203709,-0.0026440977,0.014675955,-0.02830074,-0.008368933,0.016883412,-0.020683797,-0.023174264,0.011021117,0.024209261,0.04020322,-0.030613314,-0.044601966,0.027071679,0.014061425,0.0076492857,-0.029012302,0.028963786,-0.027314257,-0.03240839,-0.014530408,-0.010075063,-0.03129253,0.012266349,0.0043987436,0.019066613,0.00956565,-0.0060401866,-0.012638302,0.01546029,-0.022689108,0.049388833,-0.019503253,0.023141919,0.010608735,-0.012816192,-0.044796027,-0.0062585063,-0.046833683,0.036710102,-0.024306292,0.030128159,0.030289877,-0.019454736,0.04130291,-0.012824278,-0.00075603405,-0.06193819,0.03328167,0.08952737,0.025907306,0.009185611,-0.017869895,0.008546824,-0.021621766,-0.0042087245,-0.008385105,-0.030791204,-0.04874196,-0.0030665873,-0.031033782,-0.02141153,-0.07633114,0.032489248,0.025794102,0.030031128,0.055275388,0.021912858,-0.024791447,0.033249326,0.011538615,0.031745344,0.039621036,-0.0015909058,-0.007976766,-0.067598335,0.048774302,0.0053852266,-0.009703111,-0.0025228087,-0.006739619,-0.019664971,-0.15796664,-0.014918533,0.0114173265,-0.018678488,-0.016260797,0.0054903436,0.039426975,-0.013640956,0.017837552,-0.03224667,-0.055275388,0.0036770746,-0.03661307,0.0229802,-0.014231229,-0.005866339,-0.01567861,-0.0234977,-0.021460047,0.014239315,0.023109576,-0.005773351,0.07995363,-0.017271537,-0.05973882,0.017336225,-0.077948324,-0.0020518035,-0.071414895,0.018888723,0.002826031,-0.043114156,0.024354808,0.0019941914,-0.041205876,-0.015104509,0.0055914177,0.020150127,-0.03729229,-0.01974583,0.039879784,0.001169427,-0.029594488,-0.005999757,0.010964515,0.043825716,-0.012921309,0.030500112,-0.048450865,0.0074107507,-0.014675955,0.027589178,0.011376897,-0.034931198,-0.04220853,0.0047666533,0.015209626,-0.026004337,-0.060062256,-0.022689108,-0.010746195,-0.019034268,-0.023093404,0.051232424,0.014708298,-0.017174507,0.050391488,-0.036063228,0.00596337,-0.023352154,-0.051135395,-0.02123364,0.030580971,0.019713487,-0.07697801,-0.034154948,0.014667869,0.04534587,-0.036127914,-0.02550301,0.012266349,0.05058555,0.0006746694,0.018629972,0.04036494,-0.02830074,0.02988558,0.02794496,-0.035610415,0.027961131,0.00916944,-0.017109819,0.013810761,0.07684863,0.022090748,-0.004232982,-0.024936995,-0.0032808643,-0.031244017,-0.01113432,0.0344137,0.010964515,-0.009015807,0.037518695,-0.017465599,-0.042726032,-0.04883899,0.041432284,-0.000041408784,0.032748,-0.008166784,0.0074390518,0.028106678,0.013705644,0.032634795,0.096837044,0.04615446,-0.03483417,0.017772865,-0.045184154,0.019810518,-0.020489736,-0.010301469,0.017659662,0.012694903,0.022381842,-0.007713973,-0.04971227,0.0077746175,0.030467767,0.014627439,0.0045766337,-0.0066870605,0.010204438,0.012064201,0.01345498,-0.03486651,-0.054046325,0.008094012,0.017417084,0.07199708,-0.0040955213,0.003375874,0.00278358,0.025971994,-0.045572277,-0.009978032,0.038197912,0.0086115105,-0.026343945,0.006452569,-0.008934948,-0.01625271,0.0031615968,-0.012120803,-0.0082516875,0.023287466,-0.020150127,-0.005971456,-0.02393434,0.006416182,0.03074269,-0.012217834,0.009072408,0.016163765,0.012824278,-0.027621523,0.0015090358,0.045992743,-0.022220124,-0.020861687,0.0072571184,0.036419008,0.016010134,-0.00096576277,0.054919608,-0.0020002557,-0.06048272,0.0023873695,0.03645135,0.0046251495,-0.03745401,-0.0056641907,0.0028745465,0.015492633,-0.01196717,0.003863051,-0.07018583,0.010883655,0.017045131,0.057992257,-0.00371144,-0.056472104,0.005757179,-0.008846003,0.017336225,0.03214964,-0.011473929,0.0021852213,-0.013584355,0.014384862,0.029319566,0.039103538,-0.04806274,-0.010374242,-0.005728878,0.07089739,-0.018015442,0.022090748,0.0063919243,-0.0023651333,-0.021557078,-0.022640591,-0.018306535,-0.004754524,-0.00083891477,0.044796027,-0.013956307,0.013204317,-0.0023792835,0.00640001,-0.028785896,0.02595582,-0.066175215,-0.009282643,-0.0032303273,0.007855477,0.016050562,0.014352518,0.01756263,-0.0015029714,-0.060773816,-0.012808106,-0.015274313,0.055760544,0.003191919,0.01982669,0.007608856,0.0046979226,0.020133955,-0.021363016,0.014724471,0.03852135,0.032796513,0.012735332,-0.026796758,0.0052801096,-0.015169197,-0.023303637,0.02883441,-0.042337906,0.029044645,-0.0008434631,-0.0070307124,-0.022058405,0.0046049347,-0.020214815,-0.049744613,-0.018177161,0.04114119,0.028106678,0.04586337,-0.02158942,0.0018041722,-0.013697558,0.005413527,0.040914785,0.034640104,-0.020991063,0.02603668,0.08428769,-0.015185368,-0.028187536,0.0009389781,0.015330915,0.0061655184,0.011182835,0.049776956,-0.026020508,0.0137460735,0.02262442,-0.03242456,0.0037902775,-0.035481043,0.051814612,0.030548627,0.043081813,0.02873738,0.007059013,-0.024451839,-0.0041177575,-0.007374364,-0.032295186,-0.013139629,-0.033960886,0.002654205,-0.01720685,0.0049324147,0.04097947,-0.0146112675,0.032861203,0.009048151,0.07555489,-0.014441463,0.009500963,-0.014142284,-0.01748177,0.018290363,0.01825802,0.012694903,0.020716142,-0.06125897,0.0034284324,0.013665214,0.0061695613,-0.011013031,0.04395509,-0.029740034,-0.013406465,-0.03294206,-0.03203644,-0.0159131,-0.006436397,0.012266349,-0.0023307682,0.010455102,-0.014126112,0.029448941,-0.030872064,0.015339001,-0.048677273,0.009048151,-0.024904652,0.03127636,-0.033249326,-0.005134563,-0.01869466,-0.021007234,-0.011853967,-0.053755235,-0.057345383,0.009897173,-0.033605106,0.0041844663,-0.006885166,-0.04767462,0.03467245,0.026392462,-0.017966926,-0.003422368,-0.01667318,0.09651361,-0.010770453,0.056051638,0.015961617,-0.010705765,-0.03066183,0.020214815,-0.006282764,-0.0051628635,-0.009889087,-0.0049768873,-0.022106921,0.009606079,-0.042402595,0.0025814318,-0.001648518,0.049679928,-0.02000458,-0.022058405,-0.03143808,0.03538401,-0.02744363,0.019778173,-0.017158333,0.02498551,-0.03242456,0.014045252,-0.061032567,0.000012002546,0.007168173,0.06902146,0.024936995,-0.02139536,0.018419739,-0.011401155,-0.035416353,-0.07380833,0.0042855404,0.031777687,0.0010198373,-0.020619111,0.016317397,0.01790224,0.0059431554,0.005110305,0.0005983585,0.013649043,0.018646145,0.0005402409,-0.06087085,-0.030192846,-0.015985874,-0.028931443,-0.028802067,-0.029853238,0.0186138,0.040947128,-0.0058339955,-0.0028442242,0.005328625,0.048612583,-0.017886067,-0.037001196,-0.0050577465,-0.035222292,-0.03181003,0.03425198,-0.033055265,-0.032181986,-0.012379552,-0.003941889,0.0108189685,0.03292589,-0.014813416,0.013438809,0.004099564,-0.016535718,0.0036123872,-0.021007234,-0.010649164,0.022381842,0.029740034,-0.026101368,-0.010713851,-0.0039034805,0.030467767,-0.012177404,-0.00425724,0.026085196,0.049582895,0.014425292,0.008619596,0.029335737,0.036127914,0.010576391,-0.0043866145,-0.002334811,0.0013695536,-0.032279015,0.004928372,0.014295916,0.035157606,0.010535961,0.002670377,0.01611525,-0.008975377,0.008417449,-0.009444362,-0.005102219,-0.006282764,-0.038424317,-0.01331752,-0.032311358,0.037712757,0.016559975,-0.03328167,-0.02595582,0.00865194,0.005858253,-0.017756693,-0.028899098,-0.014821501,0.028608005,-0.03163214,-0.0038873088,0.012783849,0.013592441,0.030516284,0.04149697,-0.008057625,-0.062229283,-0.002498551,0.052914295,0.028963786,-0.025082542,0.0047666533,-0.011934826,0.022139264,0.0055914177,0.005118391,-0.008057625,-0.055178355,-0.019729659,-0.0067032324,0.013754159,0.00996186,0.008441706,0.0076735434,-0.020505907,0.028850583,0.016915757,-0.030548627,-0.02306106,-0.019179815,-0.0076492857,-0.01018018,-0.003863051,0.025034025,-0.018856378,-0.0147002125,-0.020150127,-0.0017455491,0.026279258,0.034154948,0.015241969,0.004224896,-0.0469954,-0.017886067,0.018710831,0.03687182,0.013349863,0.019891378,-0.028171364,0.004879856,-0.015791813,0.032376047,0.019519424,0.041820407,0.0014595096,-0.037356976,0.010455102,-0.0073501063,-0.023174264,-0.0067881346,-0.043017123,0.008441706,0.05753945,0.0017536351,-0.016179938,0.0027269784,-0.0020255244,0.052914295,-0.028947614,0.026424805,0.015322829,-0.017708177,-0.013115372,-0.0070873136,-0.008368933,-0.029756207,0.024856135,-0.022996372,-0.026246915,-0.015007478,-0.008805573,-0.0046049347,0.0022478874,0.04130291,0.0137460735,-0.044440247,0.004875813,-0.03040308,-0.03354042,0.032748,0.01712599,0.008708542,-0.045184154,-0.010325727,0.03334636,0.024920823,0.021864343,-0.020133955,-0.026004337,-0.033605106,-0.004495775,0.008603425,0.01174885,0.033314012,-0.02167028,0.026602695,-0.0024783362,0.008983463,-0.0050456175,0.005437785,0.0076533286,-0.017950755,0.009023893,0.013171973,-0.077948324,0.002065954,0.019956063,0.013624785,-0.03793916,-0.008983463,-0.0018284299,0.031664483,0.041076504,0.044213843,-0.004887942,-0.0062019047,-0.013600527,0.012961739,0.006715361,-0.008377019,0.00077321666,-0.01712599,-0.007580555,0.01236338,-0.024451839,-0.014093768,0.024807619,-0.005518644,-0.035416353,-0.0300473,-0.010746195,-0.02254356,0.03328167,-0.0027573006,-0.02699082,0.0053650117,0.007815047,0.057054292,0.008554909,-0.016438687,0.0019628585,-0.036839478,-0.006695146,-0.025583869,-0.012298693,-0.021007234,0.05731304,0.013778417,0.0021831999,-0.018144816,-0.024662074,0.03040308,0.021168953,-0.00084093626,-0.0036669672,-0.005749093,0.017853724,-0.0009182579,0.05870382,0.03887713,0.0007909046,0.013697558,0.0064404397,-0.025405979,0.0019001925,0.009994204,0.07025052,-0.0034365184,0.032958232,0.042337906,0.0080131525,0.009735455,0.010188267,0.036548384,-0.007580555,0.05566351,-0.0273466,0.01022061,-0.0008535705,0.04466665,-0.0030200933,-0.0105197895,0.02724957,0.036548384,0.0029331695,-0.009986118,0.00016816199,-0.0030241362,-0.011255609,-0.0041763806,-0.051167738,-0.0015989918,-0.012961739,-0.012985997,-0.027314257,-0.01061682,-0.026149884,-0.006068487,-0.0064687403,0.012605958,0.0020022774,-0.0060442295,-0.049550552,-0.058671474,0.025583869,-0.0071034855,-0.008498308,-0.039944474,0.004883899,0.03609557,-0.013099199,-0.025050197,0.03780979,-0.0054054414,0.021298328,0.04806274,0.026780585,0.015767556,0.0036770746,0.018985754,0.010924085,0.026829101,-0.021912858,0.0068002637,-0.020780828,0.036645416,-0.0012502862,-0.032796513,-0.00865194,0.005858253,0.033087607,-0.008207214,-0.0019770088,-0.00009210374,0.010455102,0.006630459,-0.0030302007,0.038489006,-0.023821136,0.008603425,0.018759347,0.009646509,-0.0060967878,-0.0131477155,-0.0076695005,-0.008449792,0.009638423,0.008797487,0.01825802,0.04395509,-0.008199128,-0.019325363,0.019535596,0.012905138,-0.0014665847,-0.012921309,0.018063957,0.030128159,0.0065617287,0.0036972894,-0.005991671,-0.0051588207,-0.009395845,0.0093877595,0.0012624151,-0.024936995,0.0022741666,-0.0031595754,-0.0050496603,-0.0028947613,-0.0014514236,0.0023610904,0.010891742,0.043372907,0.010560219,-0.03302292,0.014053339,-0.034349013,-0.025357462,0.005829952,0.023125747,-0.038909473,-0.02044122,-0.0062868074,-0.015727125,0.010414672,0.015031735,-0.020392705,0.012395724,-0.04052666,0.078207076,-0.006404053,0.037615728,-0.04638087,0.016834898,0.0006377774,0.0202795,0.0019163644,0.015007478,-0.021427702,0.0041440367,0.03032222,0.004665579,0.040947128,0.010471273,-0.021783484,-0.005987628,0.006553643,0.040397283,-0.029028473,0.009703111,0.0024419494,-0.016931929,-0.021799656,0.0196488,0.0041602086,-0.01083514,0.052590862,-0.017724348,-0.008114226,-0.0052679805,-0.0034729051,0.023788793,0.020505907,-0.030532455,-0.0149104465,0.0004586236,0.009412018,0.036419008,-0.012023771,0.018565286,-0.009767798,0.047933366,0.002712828,0.00031332963,0.0072005168,-0.018015442,-0.011004944,0.026149884,-0.02008544,0.015516891,0.014797244,0.008001023,-0.0017596995,-0.024791447,-0.0074996958,0.007831219,0.008243601,-0.06035335,-0.0049324147,-0.04052666,0.008716628,0.018274192,0.009500963,-0.031130813,0.011676077,-0.032650966,0.009266471,-0.038650725,0.0023711976,0.036063228,0.0011957062,-0.017789036,0.04806274,0.019018097,-0.01415037,-0.014667869,-0.033411045,-0.034316666,-0.018646145,0.015799899,0.0009991172,-0.038197912,-0.003964125,-0.0041561658,-0.005001145,0.049388833,0.014643611,0.0020315887,0.0007954529,-0.02252739,0.007827176,0.016131422,-0.0213145,0.0019982343,-0.008748972,0.008934948,-0.0022822525,-0.021605594,-0.023190435,0.020538252,-0.01825802,0.0105197895,-0.012403809,0.021152781,-0.009080495,-0.04534587,-0.015306657,0.03460776,-0.017692005,-0.025939649,0.0141018545,-0.02176731,-0.020732313,0.030872064,0.032812685,-0.003434497,-0.01559775,0.0027047421,-0.0023833266,-0.037324633,0.033216983,-0.03100144,-0.010414672,-0.008279988,-0.008057625,0.01559775,0.038197912,-0.008352761,0.013584355,-0.027880272,-0.028931443,-0.027330428,-0.015670523,-0.038489006,0.023788793,-0.0053933123,0.020230986,0.0037235687,-0.042855404,-0.0051588207,0.013705644,-0.0025147228,0.02280231,-0.03965338,-0.020408876,0.04243494,-0.023594731,0.008926862,-0.018484427,-0.006315108,0.013697558,-0.009533307,0.01982669,0.0007671522,-0.018840207,0.00556716,0.011942912,0.032020267,0.04385806,-0.007063056,0.025114885,-0.012961739,0.005534816,0.008017195,0.017837552,-0.02385348,-0.03363745,0.013002168,-0.0025005725,-0.016285054,-0.0213145,-0.0016192066,-0.0053043673,0.020036923,-0.028543318,0.029917926,0.002506637,-0.019891378,0.013244746,0.0046251495,0.020780828,-0.006695146,-0.026715899,-0.016802553,0.014069511,-0.009428189,0.011320296,-0.011684163,-0.000814657,0.016802553,-0.0010531918,-0.02935191,0.03887713,0.030775033,0.0034041747,-0.0027108067,-0.026052853,0.026295431,0.024500355,0.001056224,0.0072086025,0.019551769,0.02289934,-0.02244653,0.0013806717,-0.009096666,-0.0008753014,0.008215301,0.010091235,0.015824156,-0.019551769,0.026926132,0.02367559,-0.0018324729,0.022317154,0.0078110043,-0.014489979,-0.0052558514,0.010317641,0.011651819,0.016462944,-0.009226041,-0.015290486,0.007277333,0.02454887,-0.021168953,-0.0008859142,-0.03370214,0.0051264768,-0.015484547,-0.031907063,0.02087786,0.022462701,-0.011110062,-0.003262671,0.0005943155,0.0072288173,-0.017611146,0.020036923,-0.022640591,-0.029238706,0.034349013,-0.031955577,0.03645135,0.017675834,-0.00009892625,-0.00068224996,-0.011384984,0.0076209847,-0.0060644443,-0.01065725,0.0011825666,0.0035254636,0.01512068,-0.008085925,-0.0011138363,-0.0049364576,-0.005328625,0.019098956,0.018888723,-0.0041925525,0.10699297,-0.007964637,0.038553692,-0.030580971,0.022300983,-0.01593736,0.021880515,0.014902361,0.0039277384,0.0059269834,-0.018743176,0.007212646,0.03460776,0.032521594,0.008538737,0.0038792228,-0.013325606,-0.0004889458,-0.024387151,-0.014320174,-0.0064566117,-0.008061668,-0.014498064,0.005975499,-0.018500598,-0.018128645,-0.018031614,0.0016515503,0.013543925,0.025034025,0.04735118,0.017966926,0.0045038606,0.03318464,0.023109576,0.005724835,-0.039265256,0.019034268,0.045184154,-0.010891742,0.030888235,0.0141341975,0.033508077,-0.017514115,0.0014463699,0.017465599,0.010511703,-0.011158577,-0.030985266,-0.04883899,-0.02262442,0.010641078,0.011740764,0.023562387,0.039685722,0.02095872,0.000084333675,0.058736164,-0.012096545,0.0026339903,-0.038456663,-0.022575904,-0.009112838,-0.0009495909,0.016980443,0.01738474,-0.0009081505,0.015339001,0.02951363,-0.010503617,-0.03300675,0.04576634,0.031567454,-0.006780049,0.030386908,0.014198885,-0.0055792886,-0.014198885,-0.0057329214,0.0017718284,-0.023546215,0.012953653,-0.011991427,0.026052853,-0.01502365,0.019357705,0.04770696,0.009670767,-0.00045483332,0.02681293,-0.03347573,0.009250299,-0.0033778953,-0.0029695563,0.003632602,0.021346843,-0.06442866,0.0080737965,-0.03984744,-0.04482837,0.021265984,0.034284323,-0.018419739,0.004061156,0.021039579,-0.018985754,-0.01135264,0.02306106,-0.008320417,0.0014120048,-0.018904895,-0.0072207316,0.0143120885,-0.029934097,0.0011138363,0.020473564,-0.0024277992,-0.06287616,0.0075320397,-0.0020982977,0.016737865,0.020053096,-0.023416841,0.009331158,0.010495531,0.017530287,0.028074333,-0.028672691,-0.00016247657,-0.0005609611,-0.0029837065,0.015516891,0.016915757,-0.005522687,-0.0074350084,0.009290729,-0.013778417,-0.0094767045,0.0006392935,-0.0005660148,-0.03661307,-0.017239193,0.017417084,-0.025794102,-0.028591832,-0.0021811784,0.020797001,-0.018921066,-0.03197175,0.0026440977,0.014320174,-0.0021973504,-0.0010087192,-0.0056965346,-0.004378529,0.010309556,0.045539934,-0.029917926,0.016899584,-0.02411223,-0.0063757524,0.0032909717,-0.046768993,-0.0065981154,0.018225675,0.022753794,0.011886311,0.016802553,0.021379188,0.0021650065,0.009452447,-0.016818725,-0.034187295,0.02514723,0.028721208,-0.022106921,-0.014789158,-0.0038610294,0.026586523,-0.015945446,-0.0004689837,-0.026570352,-0.0011754915,-0.011975256,0.026230743,0.012128889,0.019859033,-0.030338394,-0.036386665,-0.00899155,0.0240152,-0.005118391,-0.0043987436,0.027718553,0.008894518,0.016430601,0.01629314,-0.026845273,-0.04191744,0.033766825,-0.017417084,-0.012234005,0.013948222,0.011643733,-0.0020507928,0.03590151,-0.041367594,0.032650966,0.006832607,0.015185368,0.023465356,0.02742746,-0.021654109,0.0060806163,0.025923477,0.0051628635,-0.0020406854,0.047901023,0.017659662,-0.0048515555,0.051135395,-0.0066911033,-0.023546215,-0.026182227,0.014263573,0.020797001,0.021896686,0.0016151636,-0.029626831,-0.009921431,0.023659417,-0.061097253,-0.016705522,0.0191313,-0.015225798,-0.01520154,-0.014489979,-0.0018799776,-0.01567861,-0.026198398,0.04780399,0.010341899,0.018063957,0.028850583,0.0069094235,-0.025794102,-0.009072408,-0.02996644,-0.016204195,-0.0061695613,0.017368568,0.02909316,-0.015783727,-0.008385105,0.0047343094,0.020150127,0.020344188,-0.016163765,-0.009185611,0.00077776494,-0.016624663,0.017756693,0.008134441,0.00843362,0.015363258,0.002120534,0.022203952,-0.022009889,-0.020408876,0.014498064,0.0067032324,0.008773229,0.024613557,0.008441706,-0.0021811784,-0.023691762,-0.00050890795,0.013487324,0.0026966562,-0.019762002,-0.065463655,-0.011918655,0.008813659,0.01498322,0.014789158,-0.024856135,0.024047542,0.0032181984,0.025454493,0.021799656,-0.01905044,0.011522444,-0.024759104,0.026586523,0.039976817,-0.016737865,-0.026796758,-0.0004838921,0.008627683,-0.011635647,-0.0035295065,-0.02069997,0.0062544635,0.021039579,0.02184817,0.012517013,0.00556716,-0.008191043,-0.012605958,0.05860679,-0.038391974,-0.009023893,-0.0012765655,-0.0121612325,-0.006100831,-0.013180058,-0.013883534,-0.009816314,-0.035869166,0.0082516875,0.008506394,0.015630094,0.0029109332,0.02429012,-0.004115736,-0.0115062725,-0.00829616,0.000814657,0.05022977,-0.025826447,0.0059957136,0.018015442,0.07451989,-0.011716506,0.013552011,-0.0039034805,-0.0099537745,0.018484427,-0.0037983635,0.00062110013,0.003753891,-0.0070509273,0.015436032,0.022106921,-0.037551038,0.020829344,-0.0069983685,0.027071679,-0.035675105,-0.011853967,-0.006387881,0.02192903,0.0037437836,0.017223021,-0.005114348,0.031324875,-0.0030544584,0.0011158577,0.009808227,-0.018144816,-0.03580448,-0.006868994,-0.02724957,0.022317154,-0.009889087,0.008862174,-0.04453728,0.014667869,0.00061250885,0.0112960385,0.012314864,0.0011542658,0.022592077,-0.04020322,-0.031114642,-0.026893789,0.008886432,0.034187295,-0.0064727836,-0.032489248,0.020829344,-0.00023979823,0.031049954,0.010325727,0.0273466,0.018904895,0.019891378,-0.024694417,-0.060385693],"social":"https://twitter.com/SynthientArt"},{"title":"recipepal by matt lintlop (software sensations)","description":"recipepal your ultimate ai-powered cooking buddy!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=OAlhWJSE55Q","youtube_transcript":"My name is Matt, and today I'd like to show you a quick demo of Russ a keypad. Six weeks, I've learned a lot about AI. Swift UI and making a cross platform app for iOS, macOS, and iPad. I hope you liked my recipe paladino and my build space nice weekends idea. Thank you, and I look forward to hearing your feedback soon.","embedding":[-0.052012853,-0.0054626004,-0.027535398,0.02136391,0.013788548,-0.05715576,0.00934063,0.03327599,0.038585696,-0.034499172,0.019265048,-0.040364865,0.02026583,0.03119103,0.017430281,-0.032108415,-0.021308312,-0.011022499,-0.010612456,0.019014854,-0.022753885,-0.019487444,0.021600205,0.035944745,0.028772475,-0.013503604,-0.017346883,0.024366256,-0.0030666315,0.016221004,-0.007874207,-0.037807312,0.010473459,0.019265048,0.028119188,-0.015442618,-0.008034053,-0.0218643,-0.04008687,-0.03230301,-0.051095467,0.022531489,0.06093649,0.0049483096,0.013990095,-0.010188514,-0.010612456,0.008270349,-0.015692813,0.042644423,-0.069943525,0.02244809,-0.009222481,0.039586477,0.014997827,-0.012975413,-0.028605679,0.020599425,0.018014072,0.014511336,0.01207193,-0.01973764,0.00071149325,0.014970027,-0.04172704,-0.050761875,-0.038224302,0.039642077,-0.007728259,0.00080835714,0.067830764,0.02086352,-0.015025626,0.013454955,0.010112066,-0.039586477,-0.022350792,0.027604897,0.045730166,0.022378592,-0.0084649455,-0.0061089387,-0.0012527147,-0.045340974,-0.03777951,-0.022906782,-0.038863692,-0.018000172,0.0141916415,0.0030579444,-0.03566675,0.04281122,0.03622274,-0.009027885,0.0492885,0.009375379,-0.040837456,0.03394318,0.013885846,0.04003127,0.052819036,-0.029189467,-0.022211796,-0.012092779,0.04450699,0.030496044,0.029773258,0.034026578,-0.032859,0.0070367465,-0.12465293,-0.020349229,-0.0073182164,0.0018868906,0.0006889062,0.030579442,0.05854573,-0.09362869,0.004781513,-0.06249326,-0.023851965,0.029467463,-0.011773085,0.0003444531,-0.010647206,-0.035833545,-0.021502908,-0.027785594,0.028828075,0.009479627,0.022434192,0.0053097033,0.049649894,-0.025492135,-0.014872729,-0.02080792,0.010244113,-0.021544607,-0.028911473,0.04283902,0.01597081,0.021252712,0.039280683,-0.0035861346,-0.053625222,-0.029717658,0.0034054378,0.033081397,-0.017819475,0.01749978,0.0038467548,0.0034453997,-0.05826774,-0.024824947,0.044145595,-0.029022671,0.010119015,0.03889149,-0.026534617,-0.015053426,-0.019848838,-0.026187122,-0.01749978,0.013746849,-0.054542605,-0.011599339,0.0021440359,0.025186341,-0.044868384,-0.002512379,-0.008061853,-0.006755277,-0.020821821,-0.019876638,0.031913817,-0.0034401873,0.056266174,-0.02351837,-0.06399443,-0.03677873,-0.057934143,0.011119797,-0.004885761,-0.008638692,-0.019501345,-0.041560244,-0.00022120144,-0.011230995,0.020043435,-0.02625662,0.09596385,0.035416555,-0.00520893,0.0034419247,0.030468244,-0.044812784,0.043422807,-0.035416555,0.008631743,0.016554598,-0.008353747,0.018695159,0.021600205,0.0095143765,0.009952218,0.015303621,-0.029801056,0.013698201,-0.019834938,-0.020641124,0.045841362,0.0022065847,-0.0035757099,-0.032998,-0.04281122,-0.008325948,0.01480323,0.011877334,-0.024741549,0.037584916,-0.012669619,0.027201803,0.055543385,-0.034137778,0.008742941,0.008284249,0.03630614,0.017749976,0.0548484,0.004430544,0.022795584,0.023004081,0.010473459,-0.034276776,0.035360955,0.014858829,0.009917469,-0.052902434,-0.021711404,0.048065323,-0.0033811133,0.023476671,0.030023452,0.010737554,0.04670315,-0.0025697157,-0.031469025,-0.06388324,0.03185822,-0.017388582,0.028411081,0.014198591,0.050233684,0.020057334,-0.022878982,-0.0008522282,-0.013830248,0.08173051,0.028744675,-0.025492135,-0.050706275,-0.026965508,-0.037862908,-0.0019146901,0.019334547,0.027187904,-0.023740767,0.015414819,-0.021767003,-0.026659714,0.0013352444,0.015859611,-0.005817044,0.06844235,-0.009048735,-0.021099815,0.0023507946,0.011738336,-0.035499953,0.005591173,-0.051206667,-0.01537312,0.05251324,0.01203718,-0.0035757099,0.049538698,0.01861176,0.010779253,-0.002823386,-0.0076031615,0.021544607,-0.048982706,0.03658413,0.0006055077,0.045730166,0.026173223,0.049260702,0.025311438,0.026840411,0.017013289,0.053569622,-0.023184778,0.027743895,-0.012398574,-0.008951437,0.010278863,-0.016485099,0.017346883,0.005969941,-0.052680038,-0.067219175,0.0046946392,0.0013074449,-0.03625054,-0.04611936,-0.052429844,0.0548762,0.04114325,0.003620884,-0.026673613,0.0013951871,-0.034165576,0.012078879,-0.009354529,-0.036862127,-0.013663451,0.03452697,-0.002392494,0.032553207,-0.039391883,-0.0047467635,-0.05384762,0.0040656757,-0.04709234,-0.00768656,-0.031469025,-0.022183996,-0.028828075,-0.004454869,0.035972543,-0.015442618,-0.04762053,-0.03894709,0.024769349,-0.00057032396,-0.017736077,0.0018504037,-0.04055946,0.005024758,-0.01927895,-0.053347226,0.012078879,0.024533052,-0.044590387,0.015804011,-0.040976454,0.0008144383,-0.042171832,-0.06249326,-0.0019494394,-0.006213187,0.057378154,0.0040344014,0.013920596,-0.010390061,0.015234122,-0.021655805,-0.04981669,-0.003888454,-0.012405524,0.010202414,0.031107632,-0.0071166703,-0.02793849,-0.058990523,-0.0035757099,-0.017805574,0.008395446,0.014038744,0.016262703,0.012030231,0.03119103,0.02411606,0.007304317,0.030885236,-0.0142194405,0.027855093,0.0049552596,0.016693596,0.06360524,0.058045343,-0.038530096,0.008687342,0.0010242376,0.014386238,0.050150286,0.0067274775,0.033109196,-0.0035861346,-0.036500733,0.025422636,-0.023407172,0.0122456765,0.016943792,-0.01206498,-0.016721396,-0.006803926,0.0046772645,0.027535398,-0.01315611,0.010209364,-0.06727477,0.05262444,-0.010848752,0.020446528,-0.043534007,-0.024852747,-0.044006597,0.050205886,0.02361567,-0.0031639298,-0.035750147,0.026409518,-0.037028924,0.017833374,0.043033615,0.029801056,-0.00575797,0.007304317,-0.05095647,-0.039586477,0.018194769,0.03950308,-0.024449654,-0.006539831,-0.022587089,-0.030329246,0.067219175,0.0095004765,0.014045694,0.006741377,-0.027465899,-0.032553207,0.023421073,-0.026075924,-0.023532271,-0.028341584,0.020390928,-0.004395795,-0.009806272,-0.036528535,-0.021085916,-0.06894274,0.044645987,-0.01802797,-0.03663973,0.023462772,0.01040396,-0.025450436,0.008367647,-0.02635392,0.03994787,-0.096964635,0.006904699,0.00601164,0.023768567,0.0068803746,0.059490915,0.04770393,-0.019390147,0.017722176,0.007255668,-0.010772304,-0.007207019,-0.0932395,-0.027146205,0.021266613,0.027146205,-0.021183213,0.0007588393,-0.03194162,0.0020085133,-0.019000953,0.05390322,0.020557726,0.06960993,-0.062326465,0.025422636,-0.04061506,0.04005907,-0.018542262,0.02305968,0.0068282504,-0.016346103,0.00091912074,-0.014031794,0.065106414,-0.037028924,0.006359134,0.016304404,0.04834332,0.006956823,-0.024199458,0.075003035,0.0028268609,0.023768567,-0.007902006,0.0076518105,0.034360174,0.028146986,-0.021099815,-0.0060498645,0.021294411,-0.0016332202,-0.024241159,0.027174005,-0.017485881,-0.0069324984,-0.021169314,0.0027556247,-0.02629832,-0.001470767,-0.0068977494,-0.004440969,0.03499956,-0.030996434,-0.023963163,-0.012398574,-0.01868126,-0.019612543,0.008596993,-0.006807401,0.025325337,0.007957605,-0.0163739,0.026187122,-0.01584571,-0.032553207,0.012655719,0.0006493788,0.00088350265,0.0164434,0.02686821,-0.00051646243,-0.023629569,0.0060463897,0.016860392,-0.016123706,0.010042567,0.0011423854,0.04492398,-0.033637386,0.03941968,-0.026270522,0.041504644,0.007248718,-0.0029623834,-0.024088262,0.048065323,0.0132812075,-0.017485881,-0.0029728082,0.037028924,-0.026270522,-0.0219199,0.02417166,0.0084510455,-0.026576316,0.022058899,-0.0046981145,0.017374683,0.023935363,-0.021502908,0.010285812,0.0329424,0.008485795,0.005639822,0.0038815043,0.0060394397,0.040309265,-0.020140734,-0.03953088,-0.016040308,0.05860133,-0.022378592,-0.019960037,-0.0011137172,-0.036389537,0.030885236,0.037584916,0.001741812,-0.02136391,0.0057822946,0.056738764,0.007568412,0.01697159,-0.027076706,-0.022253495,0.00383633,0.03511076,-0.021252712,-0.05095647,-0.002114499,-0.007790808,-0.0032473283,0.0027452,-0.048454516,0.022072798,-0.016179305,-0.00017439839,-0.0019146901,0.029995654,-0.030857438,-0.053375028,-0.012898965,0.002522804,-0.015790112,0.016290503,0.025130741,-0.022031099,-0.010695855,-0.018403264,0.01927895,0.0142472405,0.0061819125,-0.0037077575,-0.01319086,-0.0011971156,-0.003401963,-0.025589433,0.010119015,0.0085066445,0.012454173,-0.0132673085,-0.012336025,0.023226477,0.0122595765,0.032720003,0.049483098,-0.0054626004,0.00766571,-0.004447919,0.023143077,0.0029849706,0.05921292,0.040309265,-0.0048579616,0.036528535,0.014886629,-0.0020154633,0.0031917293,-0.05860133,0.033053596,0.019529143,0.025047343,-0.016304404,-0.00931978,-0.03616714,0.01919555,-0.004069151,-0.012322125,0.0066128043,-0.00042003297,-0.024519153,-0.010758404,0.027340801,0.003016245,0.0114047425,0.018528363,0.010105115,0.01427504,-0.00012357744,0.02857788,0.0011050298,0.051373463,-0.018333767,-0.00039397093,-0.012398574,0.0142333405,0.00029602117,-0.002571453,0.014539135,-0.0073182164,-0.0013917121,-0.017986272,0.0218921,0.032664403,-0.034221176,0.020516027,-0.024268957,0.009410128,0.012718268,0.025047343,-0.010647206,0.00018362868,-0.014622534,0.036806528,0.02033533,0.010925201,-0.05270784,0.0016783944,0.027146205,-0.0011475978,-0.024755448,-0.00096082,0.0027799492,-0.016318303,-0.01805577,0.021600205,0.016346103,0.0047537135,-0.011912083,-0.02913387,0.015261922,-0.012134478,-0.04775953,-0.029495262,-0.01918165,-0.016234905,-0.019987836,-0.06538441,-0.012878115,0.01095995,-0.001450786,0.016276604,-0.035027362,0.0061054635,0.011411692,-0.007929806,0.009173833,-0.0053583523,0.027924592,0.019946136,-0.0064077834,0.0383077,-0.017388582,-0.05212405,-0.004663365,-0.03572235,-0.039308485,-0.025450436,-0.0030509944,-0.034499172,0.036500733,0.0044896184,0.025033444,0.014511336,0.015692813,-0.028383283,-0.018750759,-0.0049239853,0.013406306,-0.018931454,0.03727912,-0.008680392,0.005594648,-0.027646596,-0.004774563,0.001506385,0.02857788,0.015706714,0.045479972,0.027076706,-0.009159933,0.03499956,-0.02411606,0.06655198,-0.026645815,0.004503518,0.04219963,-0.002663539,-0.039753277,-0.018389365,-0.020349229,0.021558506,-0.045841362,-0.022086697,0.0023021456,0.004069151,0.017791675,-0.008854139,0.026979407,0.0072348183,-0.039308485,0.021572407,-0.056266174,-0.013406306,0.00630006,-0.02793849,-0.026743112,-0.008979237,0.0066892533,-0.019529143,-0.003565285,0.009417078,-0.006800451,0.0062340363,-0.04445139,-0.02798019,-0.017819475,-0.024574751,-0.036083743,-0.00927808,0.008381547,-0.01149509,0.0045313174,0.007908956,0.029773258,0.028160887,-0.01699939,-0.0013152636,-0.026409518,-0.031997215,0.023935363,-0.011057248,0.022225695,0.008722091,-0.033109196,0.00879854,0.019126052,0.020029536,0.00057901134,0.0047467635,-0.006685778,0.008180001,0.023977064,0.036973327,0.016818693,-0.017138388,0.018695159,-0.007943705,-0.0329146,0.008708191,-0.005153331,-0.033053596,0.049177304,-0.03472157,-0.03121883,-0.037529316,-0.00003336482,-0.036806528,0.009041785,0.00288246,0.016735295,-0.008715141,0.03341499,-0.0062861606,0.014858829,0.021906001,-0.008617843,-0.009375379,-0.01973764,0.02354617,-0.017944572,0.03127443,-0.011091998,0.035444353,-0.010702805,-0.0020988616,-0.00037290415,0.0060046907,0.012996263,0.021266613,-0.00078663876,0.0060498645,-0.027146205,-0.011898183,-0.0219894,0.057878546,0.020738421,0.00020382676,0.004006602,-0.040337063,0.0013630439,0.0051741805,0.021044217,-0.031496827,0.013197809,-0.005532099,0.011418642,0.044562586,-0.040726256,-0.013496654,-0.002356007,-0.01977934,0.011821735,0.03994787,0.061047688,-0.023337675,0.007512813,0.009333679,-0.029245067,0.013086611,-0.01208583,0.0035270606,0.00930588,0.033025797,0.04005907,0.005375727,-0.013628702,-0.005330553,-0.012787767,0.017861174,0.0061436878,-0.025519935,0.011995481,0.013628702,-0.018347666,-0.03936408,-0.032692205,0.022934582,0.008374597,0.054070015,0.0019199025,-0.035221957,-0.017152287,0.0034975237,0.00025953434,0.02526974,0.004771088,-0.01805577,0.01808357,-0.0030214575,-0.006967248,-0.038669094,0.05245764,-0.029217267,0.051873855,0.01319086,0.001862566,0.00029515242,-0.01481713,0.014316739,0.017680477,0.028689077,-0.03019025,0.018486664,0.015081225,-0.00008361566,-0.007311267,0.016721396,-0.015692813,0.012579271,0.0014881416,0.029272866,-0.02803579,0.009646424,-0.010306662,0.033359393,-0.0035114235,-0.0017774301,0.00713057,0.03994787,-0.037195724,-0.031663623,-0.0077977576,0.00818695,0.0045799664,0.005167231,0.036973327,-0.04503518,-0.037445918,-0.018403264,-0.014170792,-0.02788289,-0.021808702,0.01754148,0.0071514198,0.008673442,0.008152202,-0.007464164,0.030440444,0.007568412,0.06193727,0.013844147,-0.024352357,0.029328465,0.04709234,0.010883502,0.008805489,0.006532881,0.021975499,-0.01597081,-0.010473459,-0.034804966,-0.036667533,0.035916947,0.0052471543,-0.009152983,0.009368429,-0.01205803,0.02030753,-0.007457214,0.0085483445,-0.006154113,-0.011182346,-0.021655805,0.021794803,0.03461037,0.032052815,0.01594301,0.0014481798,0.033887584,0.0014681608,-0.014761531,0.0033898007,0.009000086,0.021516807,-0.0026878635,0.0013812874,0.022003299,-0.0066336542,0.00714447,-0.008916687,0.013475805,-0.03683433,0.0015506905,0.029912254,-0.018959254,-0.022114497,0.0027868992,0.01205108,-0.0141916415,-0.04094865,-0.011800885,-0.025158541,0.035944745,0.0082217,0.036611933,0.019139951,0.015831811,0.045702368,-0.002908522,-0.0071653193,-0.008346798,0.04606376,-0.015442618,-0.03783511,0.026590215,0.00157849,-0.004461819,0.008735991,0.03499956,0.04717574,0.044145595,0.004350621,0.009027885,-0.0007588393,-0.036806528,0.040642858,-0.0035965594,-0.008096603,0.011008599,-0.016109806,0.011932933,0.019834938,0.006366084,-0.021697504,0.017749976,0.00548345,-0.023462772,0.021753103,-0.01972374,-0.01973764,0.028800275,-0.0038120055,0.057822946,-0.014511336,0.008103552,0.016485099,0.02354617,0.02083572,0.02682651,-0.0074433144,0.017694378,0.023671268,-0.0438398,-0.016818693,0.015234122,0.008041004,0.021183213,0.024908345,0.030551642,-0.036445137,-0.013885846,0.029356265,-0.012002431,0.017708277,-0.0017192248,-0.01263487,-0.010160714,-0.03736252,-0.023254275,-0.046814345,0.000105985564,0.04650855,-0.002953696,0.023629569,0.028800275,0.014900528,0.001192772,0.007846407,-0.009417078,0.01927895,-0.004548692,0.035472155,0.0033706885,-0.009382329,-0.011397792,0.00576492,0.011237945,-0.00033837196,0.006348709,-0.017986272,-0.00093649543,-0.00016527668,-0.009896619,-0.014066543,0.0384745,0.010862652,0.02629832,0.032692205,0.013350707,-0.0016870818,-0.013545303,0.0068768994,-0.0044027446,-0.01428894,-0.040893055,0.03194162,-0.00768656,-0.004051776,0.0073182164,-0.009597775,-0.0009408391,0.032525405,-0.0028772475,-0.038696893,-0.00658153,0.0022065847,0.024338456,-0.009646424,-0.0036660582,0.03894709,-0.016262703,0.005542524,0.032497607,0.064494826,-0.0019720267,0.006029015,-0.024963945,0.016915992,0.013024063,0.027452,-0.00052297796,-0.016707495,0.019501345,-0.014678133,-0.026395619,0.031496827,0.0069324984,-0.022322994,0.013892797,-0.024227258,-0.014115193,0.004976109,0.0056780465,-0.008673442,0.028855873,0.03071844,-0.012912865,-0.043812003,-0.0019112151,-0.009368429,-0.018361565,0.011342193,0.03883589,0.024491353,-0.036472935,0.025464335,0.037918508,-0.00520893,0.0067274775,0.016151505,0.0058622183,0.023699068,-0.04231083,0.00013888888,-0.008610893,0.025089042,-0.015790112,0.0038676045,0.012120579,0.0016766569,-0.013892797,-0.0035340106,-0.032164015,-0.008854139,0.016054207,-0.017346883,0.0052541043,0.02960646,-0.022225695,0.025353137,0.061881673,0.01756928,0.008305099,-0.03405438,0.038029708,-0.029022671,-0.005288854,-0.005135956,0.01806967,-0.024519153,-0.015553816,-0.01205108,0.007895056,-0.016915992,0.003097906,0.029967854,0.022239594,0.015998608,0.03463817,0.014129092,-0.002277821,0.03458257,-0.010160714,0.013920596,-0.01762488,-0.0045278426,0.016568499,0.023101378,-0.013517504,-0.025909128,0.026423419,-0.01093215,0.006852575,-0.008492745,0.00039049602,0.004270697,0.007071496,0.004010077,-0.0021249237,-0.041504644,0.038335502,-0.019056553,-0.006435583,-0.018278167,-0.005650247,-0.015804011,-0.014386238,-0.009806272,0.006362609,-0.008027104,-0.009820171,0.002885935,0.03174702,0.005591173,-0.00820085,0.0036104592,0.0072209183,0.038613494,-0.034026578,-0.024936145,0.013079662,-0.018014072,-0.06421683,0.0029762832,0.032692205,-0.0022795585,-0.032608807,-0.010021717,0.033303794,0.034693766,-0.0015889148,0.034443572,-0.030968634,-0.00818695,0.004510468,0.012169228,-0.007450264,-0.00067978445,-0.005042133,-0.031608023,-0.027271302,0.01973764,0.022406392,-0.015512117,-0.013010163,0.028633477,0.0024880546,0.0005160281,-0.0015298409,0.009715923,-0.0029728082,0.006470332,-0.008868039,-0.004270697,0.010049516,0.004284597,-0.019139951,-0.01426114,-0.00047954125,-0.022142297,0.013990095,0.010167665,-0.0273825,-0.005601598,-0.044145595,0.00058900175,-0.02966206,0.024310656,-0.014761531,0.0065433057,-0.00071757444,-0.000028966855,-0.00465294,-0.0132812075,-0.0104387095,-0.016943792,-0.002222222,0.010042567,-0.043478407,0.014636433,-0.00095995126,-0.053319428,-0.002010251,-0.012197028,0.004990009,-0.00686995,0.00044109978,0.024255058,0.015387019,-0.016165406,-0.01980714,-0.03169142,-0.024491353,0.002114499,0.018667359,0.015678914,0.0064460076,0.017193986,0.006696203,0.011224045,0.004006602,-0.03066284,0.041310046,-0.010271912,-0.038863692,0.0016019458,-0.0057440703,-0.0085483445,-0.012516722,0.0040274514,-0.017722176,0.033748586,0.018917555,-0.0036660582,0.0019859262,-0.031524625,0.015303621,0.036611933,0.017958473,0.014650333,0.02404656,0.029328465,-0.00820085,0.015581616,0.00767961,0.014970027,-0.039753277,-0.014956127,0.0012883327,0.024032662,-0.025617233,-0.038057506,0.0017730864,-0.0032108414,0.00988272,-0.017068889,0.020196332,-0.027243502,0.01592911,-0.01980714,-0.022239594,-0.03341499,0.005521674,-0.04061506,0.0078047076,0.011828684,-0.0003481452,-0.004604291,0.021711404,0.00031100682,0.009743722,-0.01587351,-0.033025797,0.011064198,-0.0051985052,-0.028494481,-0.025881328,0.01697159,0.012481973,-0.005577273,-0.060158104,-0.023712968,-0.006838675,-0.0027278252,-0.032497607,0.009146033,-0.010584657,-0.00876379,0.011349143,0.013531404,0.0021909475,-0.016526798,-0.014872729,-0.01861176,-0.0035826596,-0.00879159,0.012892015,-0.0383633,-0.005921292,-0.018194769,0.0141638415,0.0031847793,-0.028438881,-0.021767003,0.0026722262,-0.021822602,0.010063416,-0.0050039086,0.016721396,-0.0005103813,-0.0027868992,-0.004534792,-0.003342889,0.0030666315,0.004896186,0.00080444786,0.010640256,0.012294326,0.037807312,0.028424982,0.0057232208,-0.01260707,0.010209364,0.012516722,0.027229603,0.021739203,0.0038154805,0.028160887,0.043812003,0.016346103,0.003238641,-0.01044566,0.019918337,0.029022671,-0.030468244,0.0018034921,-0.00988272,-0.014733732,0.017930673,0.017444182,0.021252712,-0.0060463897,0.0218643,0.0068421504,-0.022767784,0.009771522,0.029884456,-0.0029432713,0.01972374,-0.011773085,-0.015665015,0.03124663,0.0113908425,-0.0026652764,0.036862127,0.017402483,-0.02570063,0.015192423,-0.011161497,-0.025394836,0.007832508,0.041476842,-0.010786204,-0.028744675,-0.014122142,-0.006942923,0.025658932,-0.008944487,0.035416555,0.0122595765,-0.0074363644,0.017958473,0.014914428,0.025394836,0.038613494,0.010132915,0.025464335,0.0072209183,-0.00096082,0.009820171,-0.013100511,-0.013795499,-0.006744852,-0.020974718,-0.014059594,-0.007200069,-0.007408565,-0.022795584,0.013983145,0.014358439,0.023977064,-0.013580052,-0.0053409776,0.02857788,-0.0030179825,0.03233081,-0.03736252,-0.00767961,-0.03327599,-0.024088262,-0.0113908425,-0.0055668484,-0.00985492,0.027994089,-0.015651114,0.025561634,0.02464425,0.000189927,-0.016846493,-0.01705499,-0.01591521,-0.041643642],"social":"https://twitter.com/MattLintlop"},{"title":"elonman","description":"make interactive webcomics by combining pictures, videos, sound, and more","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ixJN8dSXgZ0","youtube_transcript":"Hello. My name is James, and I'm making elon man dot com. It's a website where you can make interactive comics by combining pictures, videos, texts, signs, and much more. You can even remove the back video with yourself imagining. Places like Elon's, Mars based in the future. Cool. I really don't think that would be useful for artists to make better webcast. In the last six weeks, I got eighty two users and I had hundred thirty seven comics. But the majority of those came early and actually plateaued quite early. So I started to look into who exactly were my users? And they weren't artists or web content makers at all. They were actually little Spanish school children. That's the only good Spanish. I'm never known l f airbags. I know. And also college students come too long. Yes, sir. How many of you? In her drawing skills, really, that's beautiful. I realize that when you make interactive comics, you can change the way it counts your levels to a percentage of people in here, you know, on live dot com. So a web. Where? Shut up. And when you have a loop and you can make games, you can make all of this without coding or having fancy editing problems. What's that fun do? Can't read it from here. Anyway, it can be built and played from your phone and the best part of health.","embedding":[0.014987106,0.011962186,-0.055289727,0.024231717,0.01407316,-0.029343348,-0.0030047006,0.032335915,0.0166128,0.031834457,-0.00276206,-0.0472017,0.012754812,-0.007044668,0.024603765,-0.017680418,-0.047881097,-0.047557574,0.021772958,-0.024086133,0.030038917,-0.005993225,0.04606938,0.013790079,-0.003860009,-0.03435792,-0.007861558,0.043028284,-0.016329719,-0.014056984,-0.0020311049,-0.034584384,-0.031333,-0.028712481,-0.036687274,-0.009390195,0.010328406,0.0080111865,0.033613823,0.016742207,0.010959271,-0.003146241,0.03636375,0.02204795,-0.02028476,0.021999422,-0.04163714,0.020397995,0.034810852,0.05147218,-0.069686405,0.018489221,-0.013102598,0.024247892,-0.05609853,-0.046134084,-0.021853838,0.045907617,-0.05865434,0.008136551,0.043740027,-0.03219033,0.04419296,-0.0181657,-0.025752265,0.02298616,-0.047525223,-0.020672986,-0.0069435677,-0.0057788924,0.052507445,0.015067987,0.007085108,0.0134261185,-0.048625194,0.017243665,-0.011727633,-0.016645152,0.0037811508,-0.022517055,0.025541976,0.014865786,-0.008743153,-0.015375332,-0.019055381,-0.015601796,-0.030702135,-0.026318427,-0.016014285,-0.022145007,-0.047104646,0.0030067225,-0.028211024,0.03804606,0.02483023,0.01869951,-0.037075497,0.04652231,0.033193246,0.021772958,0.04623114,-0.008532864,-0.008977706,-0.05503091,0.029230114,0.036719624,0.038304877,0.0024122528,-0.032724142,-0.016903969,-0.14118452,-0.030346261,-0.010118117,0.04500176,0.039016623,0.038757805,0.000435995,-0.05412505,0.0057667606,-0.025444921,-0.02094798,0.028663954,0.025784617,0.023859669,0.013054069,-0.036687274,-0.03219033,-0.0030613167,-0.0069435677,-0.03743137,0.021821486,-0.0143400645,0.045875266,-0.039825425,-0.0355873,0.0018380032,-0.021320028,-0.05690733,-0.017114257,0.0134261185,0.033840287,-0.0065674745,-0.011662929,-0.005374491,0.012625404,-0.046781126,-0.0138062555,0.029844806,-0.0023111526,-0.015229748,0.037819594,0.03130065,-0.010190909,-0.0060094013,0.015763557,-0.013976104,-0.024442006,0.040731285,-0.04419296,0.015472388,-0.023714084,-0.009883564,-0.010441638,-0.017389249,-0.026884587,0.044516478,0.0040116594,0.006931436,-0.05176335,-0.005568604,-0.036072582,-0.0312683,0.0003025426,0.010376933,0.030200677,-0.025056696,0.03189916,-0.05583971,-0.024733175,-0.003152307,-0.0030795147,0.051148657,-0.03448733,-0.0090181455,-0.05985137,-0.037204906,-0.02905218,0.017567186,0.006765631,-0.03448733,0.0025376172,0.033193246,0.015245923,0.0035647962,0.019055381,-0.076350935,0.06897466,-0.049854573,0.008176991,-0.0024122528,0.030815367,0.0711099,-0.004913474,-0.004589953,0.0026609595,0.020381818,-0.02426407,0.023455266,0.021821486,-0.055775005,0.09052115,0.034940258,-0.006001313,-0.011857042,-0.052151572,0.004792154,-0.00554434,0.048851658,-0.039243087,0.0036335443,-0.007485465,0.06250424,-0.012123946,-0.023131745,0.026027258,-0.003526378,0.03244915,-0.0036113022,0.018295107,0.0432871,0.042122424,-0.023228802,-0.013854783,-0.044969406,0.027272813,-0.027563982,0.0020311049,-0.042122424,-0.007040624,0.06363656,0.041281268,-0.0076755336,0.006664531,0.042575352,0.0071093724,0.0073601007,-0.07408629,-0.035231426,0.04936929,-0.00058840367,0.06845703,0.031591818,0.018715685,0.017874531,-0.0040561436,-0.053607415,-0.022533232,0.013506998,0.027628686,-0.033484414,-0.008751241,0.01497093,-0.009875476,-0.03539319,0.017696595,0.035166726,-0.01067619,0.030281559,-0.02581697,-0.01047399,0.02945658,-0.0072953966,-0.0068505555,0.0033261995,-0.012916572,0.006988052,0.012099682,0.049272235,-0.019168615,0.008233608,-0.03220651,0.019670071,-0.053089783,0.019459784,-0.04037541,0.009107114,0.019362727,0.008338751,-0.024927286,-0.02135238,0.03542554,0.027305165,0.0125607,-0.009487251,0.011768074,0.030378614,0.0040298575,-0.012536435,-0.0025436832,0.030702135,0.0074167172,-0.06509241,-0.05580736,0.032691788,0.029925685,0.05011339,-0.0041532,0.046619363,-0.0006637234,-0.0011596202,-0.037657835,0.0378843,0.06027195,-0.008565216,-0.055354428,-0.023633203,0.04852814,-0.0152135715,-0.0006066017,-0.030184502,0.017971586,-0.008977706,-0.030281559,-0.015415772,-0.023244979,-0.014922403,0.05461033,0.058977865,-0.0068505555,-0.056227937,0.004840682,-0.0036456764,0.016661327,0.025347864,0.016507655,-0.06412184,-0.04797815,0.0075097294,0.0011626533,0.053736825,-0.0039914395,-0.029569812,-0.00564544,0.011954098,-0.009196082,-0.006773719,-0.005006486,-0.02209648,-0.0053340513,-0.019411255,-0.025040518,0.0101585565,0.028502192,-0.08159198,0.0068262913,0.0115658725,-0.010579134,-0.01133132,0.063442454,-0.0069233477,-0.01149308,0.029958038,0.04742817,0.00773215,-0.03256238,0.043028284,-0.05118101,0.0282272,0.054998558,-0.03840193,0.022193534,0.023584675,0.044645887,0.011881306,-0.024377301,-0.025800793,0.03325795,-0.014081248,-0.025008166,0.02520228,-0.00064097584,0.021950895,0.016022373,-0.062277775,-0.0138062555,0.024911111,0.058233764,0.019993592,-0.044484127,-0.025266984,0.030702135,-0.06590121,-0.02143326,-0.040763635,0.02290528,0.021675901,0.0022949765,0.041798905,-0.04393414,-0.013838607,0.021190621,0.02515375,-0.055225022,-0.017356897,0.023099395,-0.050889842,0.003526378,-0.031365354,0.04406355,-0.006429978,0.028550722,-0.052248627,0.049886927,-0.021983247,-0.0025659252,-0.017696595,0.011169559,-0.019168615,0.038078412,0.036881384,-0.04144303,-0.04933694,0.02573609,-0.0038033929,0.026868412,0.04888401,0.04823697,-0.020656811,-0.030734487,-0.02474935,0.00061519525,0.019136263,-0.009406371,0.024021428,-0.012625404,-0.022969985,-0.009155642,0.030168327,0.012034978,-0.02266264,0.012722461,0.03513437,-0.017664243,-0.0043837084,-0.028130144,-0.016968673,-0.014315801,0.010198997,-0.0014942623,-0.04095775,-0.021595022,-0.03529613,-0.007788766,0.042769466,-0.013288622,-0.00699614,0.029521285,-0.041831255,-0.01145264,0.02675518,-0.029343348,0.024328774,-0.04920753,0.053736825,0.027661039,0.010328406,-0.010077677,0.035943173,0.012795253,0.009673275,0.04422531,-0.025105223,0.01824658,0.044613536,-0.01918479,-0.015375332,0.040472466,0.0043513565,-0.032416794,-0.013005541,-0.0064623305,-0.039146032,0.02450671,-0.007412673,-0.018020116,-0.0059002126,-0.04826932,-0.017049553,-0.01607899,-0.033452064,0.0077119297,0.030006565,0.04888401,-0.020915627,0.018278932,-0.019281847,-0.0394372,-0.06402479,0.011800425,-0.026383132,0.017340722,-0.021093564,-0.039663665,0.04917518,-0.011913658,-0.015609885,-0.0008785615,0.0023799008,-0.00209682,0.014704025,-0.014210656,-0.010320317,-0.018278932,0.035004962,-0.03555495,-0.029666869,0.014437121,0.0015084163,0.0029561725,-0.014469473,-0.015310627,-0.003099735,0.010061501,-0.023859669,-0.01771277,0.02413466,-0.041831255,0.00089018804,-0.035360835,0.0076472256,-0.024150837,-0.034002047,0.019702423,0.027159581,-0.026480187,0.0105953105,-0.042801816,-0.023099395,0.019411255,-0.032853547,-0.0012020824,0.028486017,0.05137512,-0.0033585515,-0.053154487,0.042575352,-0.004553557,-0.029974213,-0.034293216,0.006559387,0.0056777922,-0.020592107,0.021918543,-0.057327908,-0.0062035136,0.025186103,-0.010886479,-0.024991991,0.015771644,0.011929834,-0.00765127,-0.03210945,0.02838896,0.04422531,-0.004864946,0.023487618,-0.006312702,0.024086133,-0.03231974,0.017761298,0.009875476,-0.036428455,0.0018784433,-0.014477561,0.044484127,-0.012091595,0.0081244195,0.049239885,-0.050631024,-0.018392164,-0.03963131,-0.0005277435,-0.027094876,-0.0069152596,-0.01603855,-0.0014305691,-0.018521573,-0.0117923375,0.039340142,0.005912345,0.0030653607,0.0061307214,-0.016273102,0.00074106513,-0.0040177256,0.0355873,-0.011557785,-0.036978442,0.00562522,0.007986923,0.01939508,-0.010846038,-0.03739902,-0.01620031,-0.011444553,-0.011193824,-0.023584675,0.0030107666,0.02483023,-0.014097424,-0.036719624,-0.0042785644,-0.038240172,-0.020883275,-0.0027782358,0.03836958,-0.021789134,0.012957013,0.017453954,-0.010393109,-0.0124959955,-0.026075786,0.014946667,0.028486017,0.009471075,-0.009867388,-0.009479163,0.016087078,-0.012148211,0.005661616,0.00783325,0.041572437,0.035749063,0.01840834,-0.028259553,-0.020090649,-0.02581697,0.014323888,-0.0166128,-0.02986098,0.004634437,-0.020268586,0.0038236128,-0.0054796357,0.008953442,0.026739003,-0.011436464,0.010562958,0.0033363095,-0.032999136,-0.010668103,0.00892109,0.05829847,-0.0148900505,-0.016345894,-0.006737323,-0.0023819227,-0.026366955,-0.041216563,-0.031510938,0.0154238595,0.020980332,0.0040682754,-0.031074185,-0.02335821,-0.01534298,-0.018003939,0.005912345,-0.014712114,0.0076553137,-0.041507732,0.009624748,-0.019896537,-0.007432893,0.032999136,-0.010401198,-0.016232662,-0.034810852,-0.009147554,0.009228434,0.020381818,0.0076067857,-0.025590505,0.01333715,-0.002141304,0.021708254,0.014898138,0.0197186,-0.013482735,-0.046134084,0.0040581655,0.018311284,0.014639322,0.029343348,-0.016903969,0.0023435047,-0.002483023,-0.0023374388,0.0065027704,-0.05771613,0.0065108584,0.039954834,-0.01709808,-0.010926919,-0.002058402,-0.05461033,-0.033613823,-0.0002267174,0.00994018,0.039016623,0.011371761,0.012698196,-0.021530317,0.00429474,0.0029784145,0.004581865,0.0065715187,-0.017615713,0.008605656,-0.00010963062,-0.02343909,0.00090535305,-0.027224286,-0.055483837,0.019443607,-0.011776161,-0.011954098,0.03261091,-0.029019827,0.0001102625,-0.027563982,0.009867388,0.014137864,0.012002626,-0.04597232,0.013143037,-0.03539319,-0.017292192,-0.02507287,-0.037010793,-0.010368845,0.015553269,-0.0008664295,-0.0032453192,0.043837085,-0.0067858514,0.015520916,0.028906595,-0.022565585,0.017534833,-0.021287676,0.018537749,-0.0072468687,0.016378246,-0.015399596,0.0068545993,0.031106537,-0.0060660173,-0.00703658,-0.0025942333,0.053866234,0.022339119,-0.01260114,0.023843491,0.040213652,0.0058314647,0.028486017,0.00994018,0.015512828,0.022436175,0.011800425,-0.024280244,0.012034978,-0.012164387,0.033484414,-0.009010058,-0.011614401,-0.010918831,-0.005847641,0.028162496,-0.014841522,0.029569812,0.00045823705,-0.022193534,0.017615713,-0.03416381,0.016871616,-0.021077387,0.0027175758,-0.032432973,-0.025574328,-0.017389249,0.035522595,-0.03959896,0.01832746,-0.01472829,0.003128043,-0.08845062,-0.025865497,0.038240172,-0.022743521,-0.01709808,0.019281847,-0.0058112447,0.0105953105,0.018796565,-0.012455556,-0.008460072,-0.030863896,0.021336205,-0.01362023,-0.016645152,0.007060844,-0.013976104,-0.004302828,0.00020915121,0.011226176,-0.050954543,0.008354927,-0.007614874,0.017292192,0.008532864,-0.020123001,-0.0057222764,0.036072582,0.022484703,-0.0041491557,0.01869951,-0.020058297,0.005249127,-0.011727633,0.029763924,0.017858354,-0.010352669,0.022193534,0.02560668,-0.0112423515,-0.004217904,-0.022872929,-0.020478874,-0.040343057,-0.01693632,-0.030184502,-0.024490533,0.045389984,-0.0020189728,-0.027143406,-0.026269898,-0.027402222,-0.03068596,-0.011121032,-0.035360835,0.022840576,-0.03371088,0.011274704,0.029230114,-0.017826002,-0.00773215,-0.01067619,0.022387648,-0.03743137,0.018198052,-0.01210777,-0.0023677687,0.008613745,-0.067615874,-0.007970747,-0.0038701189,0.018553924,0.0047072293,-0.006579607,0.024247892,-0.010708543,0.029893333,0.007724062,0.014534177,-0.0011474882,-0.019427432,-0.024522886,0.007744282,-0.005997269,-0.005960873,-0.0076472256,0.013005541,-0.012908485,0.0036861165,0.023293506,0.029763924,-0.017567186,0.012859956,-0.03526378,-0.020705339,0.0032352093,-0.007020404,-0.01939508,0.04147538,-0.00023619554,0.010829863,0.01784218,0.016548095,-0.029019827,-0.021789134,0.009915916,0.020236233,-0.038434286,0.007930307,0.0034515639,-0.011646753,0.020317113,-0.005317875,0.023989076,-0.01685544,0.047913447,0.0043837084,0.0016721988,-0.023536148,-0.0078049423,0.041410677,0.008419632,0.018634805,-0.032044746,-0.014639322,0.022565585,0.027418397,0.0016610777,0.03117124,-0.03448733,0.04312534,0.015431948,0.032772668,0.02458759,-0.019298023,-0.0042543,-0.012617316,0.04597232,-0.008403456,0.015650325,0.007283265,0.0059446967,0.0040824297,-0.030831544,-0.009689451,-0.01784218,0.031915337,0.013814343,-0.012940837,0.025541976,-0.0033787715,0.013895224,0.0010044314,-0.012779077,0.027644863,0.014323888,-0.020220058,-0.016297366,-0.01878039,0.022387648,0.036913738,0.014606969,0.021239148,-0.015787821,0.020349465,-0.046845827,-0.011638665,-0.036849033,-0.037787244,-0.016022373,-0.0105386935,-0.014663585,0.03325795,-0.02405378,0.031640347,0.0020311049,0.010004885,-0.00998062,-0.0023273285,0.07285691,0.0055079437,0.035522595,-0.030168327,0.011768074,0.0093416665,-0.0029440403,0.008156771,-0.035749063,0.019427432,-0.02164355,0.007396497,0.007885822,0.010546782,-0.021077387,-0.026286075,-0.001036278,-0.0036658964,0.0072306925,-0.008904913,0.000027012733,-0.03406675,-0.01902303,0.019233318,-0.0032716054,-0.021061212,0.041248918,-0.047719337,-0.0057222764,-0.014420945,0.0054149316,-0.017890707,0.0051844227,0.000108303684,0.036849033,-0.038919568,0.028486017,0.011501169,0.013943751,-0.008913001,-0.075833306,-0.0074450253,-0.05486915,0.017373074,0.02373026,-0.0000697592,0.013555527,-0.04655466,0.0007567356,-0.009851212,-0.009357843,-0.019168615,0.020915627,0.018068643,-0.018359812,0.012447467,-0.012148211,0.0064623305,-0.0020391927,0.043448858,-0.031333,-0.035490245,-0.004108716,-0.0016307476,-0.0038195688,-0.01832746,0.017405426,0.021158269,-0.0082578715,0.013013629,-0.02418319,-0.02675518,-0.02298616,0.020753866,0.056713216,0.032691788,-0.013717287,-0.000700625,0.03076684,-0.024069956,0.024247892,0.013466558,-0.021756781,0.03587847,-0.0557103,-0.014137864,-0.0039267354,0.0015195373,0.016628975,0.016006198,0.018068643,-0.020317113,0.0021635462,0.0046870094,0.022225887,-0.013903311,0.0040379455,-0.025590505,-0.0011737744,0.010684279,-0.01125044,-0.042478297,-0.025622856,0.033355005,0.01926567,0.017437778,0.04652231,-0.045422338,-0.017049553,0.014315801,-0.0068222475,0.014170216,0.0010307174,-0.016046638,0.04144303,-0.015537092,-0.008241695,0.0018066622,-0.016709855,0.02683606,0.008451984,0.032756492,0.038304877,0.0166128,0.0040035713,0.012576875,-0.030880071,0.009616659,0.016143695,0.0023495706,0.025444921,-0.02745075,0.012180562,0.01129088,-0.00092607865,0.015140779,0.014429033,0.019702423,-0.018440692,-0.0047598016,0.0072549568,-0.012536435,0.015035635,-0.002058402,0.002092776,-0.020446522,0.016151782,-0.016337806,0.016337806,0.005613088,0.009115201,0.001077729,-0.047557574,-0.002063457,-0.0006369318,-0.028583074,-0.012908485,-0.013134949,0.01755101,-0.024619943,0.012576875,-0.021239148,-0.0068343794,0.008193167,0.016742207,-0.04001954,0.0061792494,-0.021384733,-0.030297734,-0.016014285,0.027272813,0.09957974,-0.022015598,0.05040456,-0.0022161184,0.048689898,0.021837663,0.0054917675,0.022306768,-0.01419448,-0.00039884064,-0.021789134,-0.015561356,-0.004577821,0.0054634595,-0.017923059,0.008096111,-0.011606313,-0.008791681,-0.005964917,-0.008132507,0.0025942333,-0.001392151,0.026658123,0.004986266,-0.012374675,0.0034232556,0.014558441,0.024911111,0.0036032142,0.061501328,-0.0036658964,-0.01202689,-0.006692839,0.029230114,0.00419364,0.003916625,-0.04593997,0.00011260044,0.010287966,-0.011848954,-0.015189307,-0.02892277,0.0057505844,-0.002448649,0.011614401,0.011484993,-0.02188619,0.006312702,-0.01963772,-0.041507732,-0.015367243,0.011751898,0.030912424,0.024247892,-0.01607899,-0.0030653607,-0.016095165,0.051019248,-0.013887135,0.021061212,-0.007521861,0.013013629,-0.0033625956,0.018343637,-0.0060821935,0.0062399097,0.027337518,-0.005560516,0.007760458,0.01926567,-0.018634805,0.0013759749,0.009560043,0.0075784777,0.024167012,-0.000518139,0.016184134,-0.007311573,0.03769019,-0.002420341,-0.046845827,-0.008205299,0.02327733,0.0014234921,-0.01685544,0.010385022,-0.014259185,0.006559387,0.0054311072,0.0068222475,-0.011476904,-0.03007127,0.035749063,-0.007125548,-0.026172843,0.00057576614,-0.029828629,-0.03620199,-0.028453665,-0.012018803,0.045519393,0.02266264,-0.00085884694,-0.024150837,0.01341803,-0.013045981,-0.03756078,0.006595783,-0.03325795,0.012884221,0.0065229903,0.01811717,0.012382763,-0.01624075,0.041313622,-0.022339119,-0.024231717,-0.023018513,0.008435808,-0.041507732,0.033290304,0.014914314,0.007048712,0.0010979491,0.028809538,0.017033376,0.029585987,-0.011954098,0.009252698,-0.028211024,0.010077677,0.017728947,0.027547807,0.013118774,-0.028647777,-0.008557129,0.0047274493,-0.017696595,0.004998398,0.0034818938,-0.009924004,-0.029763924,0.001091883,0.0027216198,0.014979019,-0.015310627,0.004966046,0.043190043,-0.008977706,0.009503427,-0.013102598,0.016370159,0.043837085,0.0058193323,-0.031494763,-0.0000034911193,0.0010878391,-0.0009164741,-0.017162785,-0.0029137102,-0.021417085,-0.011080591,0.009252698,-0.0016893857,0.025008166,-0.004496941,-0.02242,0.0143400645,-0.01934655,-0.006911216,-0.028016912,-0.007728106,-0.032837372,-0.015601796,0.032869726,-0.025056696,0.0015043722,0.00846816,-0.038175467,0.0037346445,-0.00043372024,-0.007408629,0.01337759,0.015820174,0.005180379,0.016645152,-0.005653528,-0.0129327485,-0.0018238492,-0.026269898,0.0037063365,-0.018020116,-0.018100996,0.012366587,0.000101416226,-0.0032493633,-0.0098593,-0.02769339,0.0042543,0.025347864,-0.018181875,-0.040731285,-0.010417374,0.0128195165,-0.021870013,0.045228224,-0.011606313,0.00077139516,0.0026326515,0.01534298,-0.0029844805,-0.0014892073,-0.008686537,-0.00022140963,0.025461096,0.018359812,-0.001053465,0.021627374,0.037496075,-0.0004195662,0.008245739,0.0044281925,-0.009212258,-0.03280502,-0.0030451405,0.030572727,0.034422625,-0.011468817,-0.032691788,-0.00018867842,0.020123001,0.018521573,-0.011379848,0.043837085,0.0061145453,0.01067619,-0.013248182,-0.047525223,0.014162128,-0.006652399,0.0050671464,0.04079599,-0.006049841,0.0051480266,-0.0025699693,0.0008487369,-0.009835036,-0.004662745,0.019378902,-0.0018349702,0.0020513248,0.019767128,-0.021206796,0.010223261,0.021077387,0.019168615,0.0463929,-0.030119797,-0.008686537,0.005265303,-0.01811717,0.024296422,0.0075542135,-0.009584308,-0.022290591,-0.015334891,0.021740606,-0.0072064283,-0.011040151,0.024522886,-0.0069516557,-0.0050186184,-0.0113555845,0.01755101,0.0072428244,-0.027871327,-0.01840834,-0.009374019,-0.004618261,-0.04053717,-0.022856753,0.022242064,-0.032125626,0.010522518,0.02298616,0.008662272,-0.0072428244,0.012625404,0.021303853,0.0022707125,0.021190621,0.011040151,-0.0066281348,0.025784617,0.03227121,0.015690764,0.019443607,0.025266984,0.0083144875,-0.021611197,0.007392453,-0.0044160606,-0.021093564,-0.0011383892,0.017664243,-0.0069718757,0.029068355,0.019589191,0.008759329,0.0076027415,0.008492424,-0.02614049,0.011040151,0.02785515,0.026933117,0.007347969,0.015043722,-0.0037002706,-0.00018046402,0.055354428,0.014412857,0.008201255,0.014914314,0.030831544,0.024005253,0.011881306,-0.030055093,-0.014582706,0.014493737,0.018974502,0.04189596,0.037787244,0.014881962,-0.03219033,0.03895192,0.0015114493,-0.019071558,0.011396024,-0.004820462,-0.020575931,-0.0143966805,0.0014841522,0.0023414826,0.020317113,-0.0040116594,0.0025901895,0.045487043,-0.03387264,0.013927575,-0.0005459415,0.030977128,0.04626349,0.033355005,0.029230114,0.015359156,0.0083064,0.0105953105,0.005661616,0.0066402666,0.02180531,0.0009629802,-0.03261091,0.005892125,0.0007693732,-0.035522595,0.016887791,-0.03756078,-0.024814054,0.006413802,-0.013329062,0.0066119586,-0.029246291,0.03510202,-0.0208671,-0.02622137,-0.014922403,-0.039178383,0.03121977,-0.045584098,-0.026011081,0.003178593,-0.022646464,0.02028476,0.0032230772,-0.0045576007,0.01362023,-0.01407316,-0.03301531,-0.0062520416],"social":"https://twitter.com/j_stonemountain"},{"title":"glotek","description":"simplifying foreign investments","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=9jZktGVgWXs","youtube_transcript":"What's up, everyone? My name is Tiana. For the past six weeks, I've been working on GloTek. GloTek is a mobile app platform that allows accredited investors in the United States to find, secure and manage foreign investment. So we're simplifying the whole foreign investment process. So let's go ahead and see what we've been working on for the past six weeks. First up is our main feature, which is Tinder Style investor founder matching for post revenue star dot in emerging markets. We match you with five new startups like this every day on our app again, give you their direct contact information via WhatsApp. Next, we added our discovery feature, which selects ten companies from a database of over two and five hundred start ups throughout Asia and Africa. When start ups counters sign up, they receive ten new accelerators, we see firms or Angel Investors every day from a database of over four thousand five hundred. Then we have our investor passport guides that take any investor step by step of finding, securing and managing their foreign investments safely. Lastly, we have a risk metrics dashboard for tracking key economic performance metrics in different countries. And six weeks ago, I had never built it up before. This was my first time, so I spent the last week learning how to build this app. We weren't publish until this Wednesday when we did publish this past Wednesday, this was the interface in a user interface. So he had no users. And by that time, my my motivation and my role to live was at an all time low and my revenue even lower. But I also had some great chance to really build out some other cool features, like building out this landing page and building these databases and also building this guy to do some marketing for us. So that's all I have for you today. Hopefully, you like it. Download our app. Check us out and message me if you wanna know and find out more. It's, you know, like, have some suggestions. I wanna hear them.","embedding":[-0.017565008,0.0115459645,-0.026695784,0.028316004,-0.017459013,-0.032646686,0.03237413,0.030965898,0.025560115,0.0011394542,-0.001858711,-0.04627471,0.015581374,-0.08122302,0.016656473,0.0020631314,-0.029451674,-0.039642405,-0.055511482,0.046032436,0.04094464,-0.00021684173,-0.017383302,0.031283885,-0.01293148,-0.030784192,-0.032283273,0.008608368,-0.023122214,-0.03797676,0.013999009,-0.021244574,0.0049060886,0.013446317,0.026029525,-0.026165806,0.039612122,0.01785271,0.023319062,-0.018821815,0.0037060652,0.017928421,0.025514688,0.00087588443,-0.047910076,-0.009963599,-0.030027078,0.027649745,-0.005878978,0.04491191,-0.07571124,-0.017050171,-0.043003984,0.030481346,-0.002309193,-0.05757083,0.0024568299,0.0065679504,-0.03758306,0.030254213,-0.00044030818,0.026438367,0.043337114,0.014710695,-0.01859468,-0.022834511,-0.018958095,0.029481957,-0.031193031,0.036886517,0.039218422,-0.000981407,-0.010766138,0.004618386,-0.0127952,-0.036401965,-0.03791619,0.032979816,0.022274248,-0.0447302,0.015838793,0.014846975,-0.027089482,0.020956872,-0.0061288252,-0.019139802,-0.051877342,-0.04803121,-0.006855653,0.0087976465,-0.030420776,0.06474826,-0.00255904,0.045699306,0.036189973,-0.0022599807,-0.039218422,0.070805155,0.04330683,0.03852188,0.021365713,-0.024818145,0.0021483065,-0.030693337,0.025575258,0.014763692,-0.03240441,-0.0026385367,0.012310648,0.017353017,-0.12101685,-0.012363646,0.0082828095,0.05211962,0.02687749,-0.004675169,0.02754375,-0.04600215,-0.009373052,-0.040460087,-0.04100521,-0.0023073,0.004936373,0.019745491,-0.016989604,-0.014521416,-0.038400743,0.0025041492,-0.042852562,-0.03198043,0.010266445,-0.00038376136,0.057903957,-0.016641332,-0.013522028,-0.020729737,-0.05009056,0.008191956,-0.031102179,-0.014725837,-0.012499926,-0.01232579,0.005530706,-0.044427358,-0.025378408,-0.06396086,-0.022531666,0.023652192,-0.030723622,0.00041262628,0.019064091,-0.009956028,-0.008721935,-0.02504528,0.037613343,0.00080774433,-0.005515564,0.05832794,-0.031707868,0.0065035955,-0.021380855,0.045002762,-0.038037326,0.0032877608,-0.043185692,0.01804956,-0.047243815,-0.070684016,-0.06317346,-0.009039923,-0.004304184,-0.06317346,-0.020760022,0.02867942,0.032041,-0.05336128,0.023621907,-0.018958095,0.0009667379,-0.054300103,-0.036129404,-0.0098273195,-0.019276083,0.0038272033,-0.07655921,-0.01400658,0.0023470486,0.00023884531,0.028179724,-0.00693515,-0.013908155,0.06801898,0.0004514283,0.008366092,-0.04451821,-0.048727755,0.035917412,-0.023515912,0.018352404,0.03622026,0.00848723,0.0087976465,0.031617016,0.0012492355,-0.013491743,-0.0064203134,0.0005952796,0.019018663,-0.03912757,-0.01791328,0.061568383,-0.013037476,-0.05663201,0.015611658,-0.007805829,-0.020941729,-0.02498471,-0.00068565994,-0.0059206192,0.036129404,0.009501761,0.04076293,-0.010917561,-0.04391252,0.02080545,0.015732797,-0.013787017,-0.021365713,0.048394624,0.01400658,0.00929734,-0.009781892,-0.008782504,-0.06208322,0.05178649,-0.04109606,0.0337975,-0.036735095,0.030011937,0.038703587,0.0077755447,0.0529373,0.014135289,0.0026915346,0.03918814,0.010614716,-0.030208785,-0.05959989,0.01851897,0.047395237,0.05932733,-0.029875657,0.021335429,-0.00011084599,0.01576308,-0.036492817,-0.0039559123,0.012666491,-0.0065679504,-0.026544362,0.047213532,0.008684079,-0.027574034,-0.0104178665,-0.017898137,0.025317838,0.009168631,0.040036105,-0.0064013856,-0.029209398,0.009812177,-0.009304912,-0.018291837,0.00494773,-0.008918785,-0.022864794,-0.010690427,-0.00929734,0.0029508458,-0.0273469,-0.019442648,-0.017943565,-0.042004596,-0.0038707373,-0.026483793,0.013211612,0.022773942,-0.007287207,-0.039369848,0.021395996,0.04418508,-0.0451239,0.009077778,0.00083045766,0.031162748,0.0026385367,0.03785562,-0.0005205148,-0.013082903,-0.0064430265,0.004834163,-0.080132775,-0.042277157,-0.009176202,0.01037244,0.027150052,0.022546807,0.000478637,0.007752831,-0.03818875,-0.00010865746,-0.01259078,0.055329777,-0.032919247,-0.013029905,0.013279752,0.057601113,-0.020381466,-0.03152616,0.004561602,-0.03252555,-0.029512241,-0.009183774,0.027316617,0.01218951,-0.032101568,0.06995719,-0.014642554,0.008063247,-0.0703206,0.057479974,-0.06196208,-0.0007291939,-0.00949419,-0.038824726,0.009600186,-0.0054852795,-0.00166754,0.03355522,0.047183245,-0.05002999,-0.040914357,-0.02437902,0.014377565,0.038128182,-0.009221629,0.0216837,-0.026135521,-0.017080456,0.012015374,-0.01811013,-0.0041792607,0.034039773,-0.009115634,-0.016489908,0.01097813,-0.000107415326,-0.004849305,-0.00562156,0.020699454,-0.052028764,0.025151275,0.0140747195,0.010819136,0.04254972,0.015793364,-0.036553387,0.014756121,-0.009524474,-0.026286943,0.008721935,0.022471096,-0.010327013,-0.00693515,-0.00963047,-0.004860662,0.04754666,0.02916397,-0.007896682,0.013022333,0.07516612,-0.0027596748,0.00074670214,-0.013506886,-0.007487842,-0.0042814706,0.028815698,-0.045638736,-0.023591623,-0.004027838,0.0377042,-0.031193031,-0.022819368,-0.013385748,0.0035243584,-0.0020612385,0.0061023263,0.0273469,0.0155965155,-0.039824113,0.012371217,-0.06383972,-0.054239534,-0.036795665,0.0009946565,0.017292447,-0.029375961,0.016126495,0.023682477,-0.021850264,-0.0020877374,-0.03912757,0.062870614,-0.025332982,0.010720712,-0.02580239,0.02687749,0.012197081,0.03588713,0.0416109,0.0010741532,-0.048243202,0.03615969,-0.021850264,-0.0010486007,0.019745491,0.04990885,-0.003259369,0.012106228,-0.054239534,-0.005523135,-0.013590168,0.017428728,0.023197925,-0.0006383404,0.00015201398,0.022925364,0.030405635,0.031102179,0.014059578,-0.023076786,0.035311725,-0.01689875,-0.016474767,-0.0092292,-0.006957863,-0.01609621,-0.01084185,-0.022455955,-0.007487842,-0.06517224,0.01873096,-0.009221629,-0.007400774,-0.052422464,-0.037007656,-0.015702512,0.0032555833,0.041641183,-0.0056139887,-0.002057453,0.031707868,-0.031556446,0.018912667,0.036189973,-0.0369168,-0.039975535,0.02107801,0.03615969,0.00562156,0.042791992,-0.008169243,-0.022471096,0.01111441,-0.059721027,0.015066537,0.029815087,0.00031372847,-0.0063938145,-0.034160912,-0.023924753,0.039157853,-0.047667798,0.024015605,0.021108294,-0.005784339,-0.0010022275,0.010887276,-0.043730814,0.011084125,0.06632305,0.061477527,0.06668646,-0.018034417,-0.007635479,-0.0017006638,-0.014036864,-0.06335517,-0.016353628,0.005481494,0.01797385,0.015339098,-0.028467428,0.08612911,0.023743045,0.000027001704,-0.018200982,-0.022683088,0.0005891281,0.0012312541,-0.04303427,-0.011697387,-0.002152092,-0.0024416875,-0.004766023,0.009032351,0.016202206,0.040217813,0.018534113,-0.010274015,-0.028316004,0.023258494,-0.026241517,-0.015672227,-0.006310532,-0.0027596748,-0.04797064,-0.0121592255,-0.034675747,-0.016247632,-0.0065679504,-0.014975684,0.018640108,-0.004917445,-0.01744387,0.00069370423,-0.048970032,-0.06202265,-0.014460847,-0.0052543604,0.009660754,-0.007408345,0.04155033,-0.009713752,-0.008411519,0.029042833,-0.0044291075,-0.014990826,-0.0046146,0.036189973,0.04264057,0.0013287324,0.04142919,-0.03158673,0.016580762,0.014105004,-0.023621907,-0.0014546022,0.019094376,0.026620073,0.024363877,0.0016656474,0.00092509674,-0.021229433,-0.0010079059,0.06620191,-0.012083515,0.008843073,-0.0216837,0.024591012,0.04209545,-0.06771614,-0.035523716,-0.026029525,0.035917412,0.008472088,-0.041913744,-0.040853787,0.0015047609,0.033191808,-0.024454731,-0.011803383,-0.031495877,0.04397309,-0.016141636,0.020517746,-0.018352404,0.024318451,0.057994813,0.017534724,0.0011659531,-0.018125271,0.0042322585,0.044881623,0.006639876,0.0021142364,-0.023455342,-0.022395385,-0.021668557,0.012939052,0.000043415665,-0.0012208438,-0.0061288252,-0.017383302,-0.02404589,0.0017186452,0.0052240756,-0.0063294596,-0.015611658,-0.02861885,0.020018052,0.020487461,-0.020048337,-0.030859903,-0.007287207,0.032283273,0.003830989,0.014309425,0.04836434,0.018352404,-0.020881161,-0.022910222,0.017792141,0.012568066,0.036613956,0.022047114,-0.003759063,-0.0443365,-0.008638653,0.028951978,0.039975535,0.02963338,0.013711306,0.0027691387,-0.010652572,-0.016277917,0.0028656705,0.040974922,0.01158382,-0.01340089,-0.003918057,-0.052846447,-0.0037212076,0.0019476718,0.010743425,-0.0021028798,-0.0027293903,0.03561457,-0.007684691,-0.013499315,0.010016597,-0.041580614,0.070805155,-0.021047724,0.015535947,-0.0021445209,-0.014127717,-0.0040581226,0.00090711535,0.04469992,-0.033524938,0.055935465,0.017867854,-0.0076544066,-0.04485134,0.048122067,-0.0026517862,0.020881161,0.033434086,0.031405024,-0.038764156,0.016565619,-0.007544625,-0.02228939,0.03361579,-0.00050442613,-0.019048948,-0.08116245,0.02216825,0.041944027,-0.016202206,-0.011682245,-0.026286943,0.00713957,0.016429339,0.0063332454,0.020320898,0.008479659,0.033312947,-0.016277917,-0.02041175,0.023682477,0.03543286,-0.034463756,0.0037382427,0.01333275,-0.01785271,0.018564397,-0.013749162,-0.07577181,-0.018276693,0.023621907,-0.05893363,-0.027256047,-0.030799333,0.041641183,0.003017093,0.027649745,0.050211694,0.010311871,-0.020366324,-0.00259311,-0.01259078,0.016353628,-0.0029905941,0.010440581,-0.0167019,-0.029815087,0.0266655,-0.006870795,-0.014862116,0.011462682,0.028134298,-0.00929734,0.017761858,-0.01433971,-0.0073174913,0.030163359,-0.021320285,-0.019806061,0.0054247105,0.017125882,-0.0032782967,0.0043761097,-0.025105847,0.031435307,-0.017943565,-0.037340786,-0.02404589,-0.011614105,0.008699222,0.014127717,-0.03758306,0.026286943,0.0052581457,-0.011417256,0.041732036,0.032949533,-0.036644243,-0.004069479,0.0052089333,0.01595993,-0.02127486,0.05502693,0.0029110974,0.030875044,-0.010645,0.019700065,-0.037946474,0.015551089,0.021744268,0.022395385,0.0039899824,0.03776477,0.010478436,0.041974314,0.011954805,0.014619841,0.001434728,-0.012265221,0.041641183,-0.016717043,0.014998397,-0.028588565,0.04182289,-0.0433674,-0.014271569,0.02242567,0.022713372,0.0070676445,-0.020199759,0.027907163,-0.02787688,0.0027009984,0.011492967,-0.02066917,0.016141636,0.005099152,-0.022107683,-0.0037231003,0.01859468,0.008562941,-0.021668557,0.022819368,0.041671466,0.03428205,0.0017290555,-0.07056288,-0.057146847,-0.008070818,-0.005481494,-0.018337263,-0.025014995,0.003535715,-0.0077755447,0.018276693,0.0067723705,0.0060985405,-0.058297656,0.038007043,-0.026362654,0.005212719,0.03219242,0.02336449,0.0066323048,0.042216588,0.04148976,-0.05193791,0.01084185,-0.010410296,0.039218422,-0.031253602,-0.028997406,-0.009925744,0.01253021,0.015838793,0.030117933,0.00983489,0.011871522,0.015255815,0.008668937,-0.00055647764,0.022728516,-0.016247632,-0.02936082,0.019215513,-0.0073099206,0.00700329,0.007544625,0.028210009,0.007873969,0.0036360323,0.0031439094,0.009797035,0.023076786,0.017519582,0.010342156,0.045850728,0.03543286,-0.01609621,-0.003933199,-0.015058966,0.043337114,0.006068256,-0.00041475566,0.00039062268,0.002646108,-0.0017962492,0.0005091581,0.0115459645,-0.049060885,0.022698231,-0.0011697387,0.019245798,0.023743045,-0.03461518,0.0002716141,-0.01117498,0.0072909924,0.013014763,-0.020593457,0.001383623,0.018094987,0.0113264015,-0.0022448383,0.00039369846,-0.050453972,0.008426662,0.021047724,0.006484668,0.019548643,-0.0067761564,-0.01299962,-0.004383681,-0.028422,0.03528144,-0.0010646894,0.05529949,0.0042322585,-0.013257039,-0.010629859,-0.016217347,-0.020154333,-0.022955649,0.0068935086,0.020184617,0.02000291,0.021835122,0.0057540545,0.002663143,-0.007370489,-0.024969568,0.019245798,0.024333593,-0.03198043,-0.0030398064,-0.013181327,-0.012212223,0.008843073,0.0089944955,-0.010501149,-0.0028126726,0.042277157,-0.01979092,-0.026832065,0.018776389,-0.03643225,0.04209545,0.014506274,-0.018640108,-0.0019259048,0.0107131405,0.0059774024,0.03185929,-0.020260328,0.013961153,-0.031405024,0.050211694,-0.014475989,0.019684924,0.0035489644,0.0143927075,0.017489297,0.0021123437,-0.03104161,0.017958706,0.017050171,-0.017504439,-0.01703503,0.0122576505,0.0019296902,0.012643778,-0.04700154,-0.025847819,0.025817534,-0.007461343,-0.0068064407,0.017882995,0.033524938,-0.0052505746,0.032979816,0.024424447,0.0068594385,-0.041762322,-0.007340205,-0.019518359,0.008138958,0.049666576,0.004262543,0.027104625,-0.015172533,0.00579191,-0.014354851,-0.026983486,-0.011159837,0.018473543,-0.007836114,-0.022758799,0.014581985,0.034918025,-0.010349727,0.0266655,0.009055065,0.021184005,0.015429951,-0.0065755215,0.021895692,-0.0004916499,0.025484404,0.00077604025,0.017277306,0.015278528,-0.026544362,-0.022622518,-0.007434844,-0.010084737,-0.008449375,0.02053289,0.012961765,-0.006231035,-0.0072985636,-0.02215311,-0.015051395,0.025938671,0.008623511,-0.01380216,0.00018785852,-0.043670245,-0.042670857,0.028331148,-0.0030909115,0.006473311,-0.012916338,-0.014907544,-0.0034808244,-0.013310037,-0.0013391426,0.016807895,0.020972013,-0.011023557,0.008812789,0.0122349365,0.020850876,0.029057974,0.011682245,-0.010622287,-0.031465594,-0.0028202438,-0.038340174,-0.03225299,0.010584432,0.0014848867,0.014528987,-0.04282228,-0.024061034,-0.004709239,0.035735708,-0.009236772,0.050484255,-0.029724233,-0.0043193265,0.027271189,-0.011333973,-0.010660143,0.020487461,0.020457178,0.027028913,0.006136396,0.032979816,0.0037836693,-0.02686235,-0.016595904,0.016595904,0.037340786,0.019775776,-0.008123816,0.0010135842,-0.002602574,0.030965898,0.028724845,0.037280217,-0.0015397774,0.049939137,0.013135901,0.029239682,-0.02761946,-0.006223464,-0.010690427,0.0003317099,0.00009534885,-0.03958184,-0.006147753,0.0073364195,0.007571124,0.01461227,-0.001543563,0.045699306,-0.004678955,-0.020699454,-0.0030795548,0.031495877,0.003863166,0.009819748,-0.011356686,0.013098045,0.006965434,-0.012954193,-0.025302697,0.011576249,0.017428728,0.017050171,0.0010050668,0.016308201,0.007158498,-0.051423077,-0.013181327,0.004599458,0.029088259,0.024030749,0.0017158061,-0.02619609,-0.009320054,-0.02330392,0.006605806,0.03252555,-0.009539616,-0.002585539,0.023470486,0.04155033,-0.026120378,-0.0043609673,0.024863573,-0.004209545,0.04700154,0.014309425,-0.018443258,-0.00935791,-0.030769048,-0.008426662,0.0160205,0.007555982,0.0039559123,0.0046146,-0.026514078,-0.009244342,0.0057881246,0.01892781,-0.0016325236,0.029981652,0.019881772,0.023818757,-0.014831833,0.012219794,0.010092309,0.02465158,-0.021002298,0.00018430955,0.029466815,-0.011409684,0.028164582,0.011121982,-0.016202206,-0.019215513,-0.00397484,0.0035508573,-0.007158498,-0.004012696,-0.024833288,0.0036947087,-0.01797385,0.007858827,-0.013893013,0.020214902,0.022274248,0.024121601,0.0033559008,-0.00035395005,0.11041728,-0.0010665822,0.034948308,0.008328237,0.01811013,-0.013014763,-0.002030954,-0.0041679037,0.0019069769,0.025226986,-0.009721324,-0.008608368,0.02748318,0.014468418,0.018958095,-0.005171078,0.010425438,-0.0305722,-0.010425438,-0.022758799,0.033494655,0.029254824,0.013007191,-0.0013173756,-0.045638736,-0.035008878,0.03488774,0.0160205,-0.012060801,0.036401965,0.015702512,-0.0073932027,0.016732184,0.022819368,0.030345066,0.01070557,-0.03037535,0.010690427,0.024712149,-0.011500537,-0.016474767,-0.044366788,0.031011324,-0.0053035724,-0.040399518,0.008479659,-0.0073629185,0.014445705,-0.025499547,-0.049484868,-0.028664276,0.004538889,-0.018897526,0.020305755,0.015111964,-0.016853323,0.05015113,0.027846595,0.006923793,-0.010448151,-0.010243731,0.013787017,-0.02121429,0.015884219,-0.021910833,-0.0049401587,0.01367345,-0.000012680154,0.012287934,0.00227323,-0.011848809,0.0073364195,0.010054453,0.014180715,0.027452897,-0.011235548,0.0030492702,-0.0010675285,-0.0076809055,-0.011682245,-0.0014044435,-0.0028202438,0.0088960705,0.009479048,-0.023803614,0.012242508,-0.00007908276,-0.0010599574,-0.0012312541,0.014642554,-0.030935613,0.013658308,0.031374738,-0.008154101,-0.00902478,-0.001158382,-0.0369168,-0.0027994232,-0.019442648,-0.022849653,0.042791992,0.031283885,0.014385136,0.0005332911,-0.012954193,-0.012015374,-0.047122676,0.02572668,0.005576133,-0.0012530211,-0.003742028,0.018155556,0.006200751,-0.026074952,0.016671615,0.016641332,0.004383681,0.0055647762,0.017746715,-0.041368622,0.043882236,0.013151043,-0.014036864,-0.024818145,0.024636438,-0.019018663,0.009759179,-0.02216825,0.010720712,-0.010531434,0.008335807,-0.005966046,0.032162137,-0.013506886,-0.01912466,0.020517746,-0.023409916,-0.035796273,0.000113093665,-0.00028462696,-0.05057511,-0.008585655,0.010357298,-0.015641943,0.008479659,-0.020457178,0.020638885,-0.015384524,-0.024485016,-0.007616551,-0.010175591,0.0019296902,0.04282228,0.0035622139,-0.033373516,-0.03643225,0.034251764,0.0021634488,-0.013317607,0.0019968841,-0.014105004,0.0070146467,-0.0050499397,-0.017655862,0.024560727,-0.013022333,-0.02707434,0.003172301,0.017988991,0.0043609673,0.0030095219,-0.0012549139,-0.047637515,0.0259841,0.03246498,-0.0040316237,-0.004735738,0.012886053,-0.015021111,-0.0042511863,0.0061288252,-0.016444482,0.009971171,-0.0072039245,-0.0016997174,-0.0043344684,-0.005697271,-0.02154742,-0.018412974,-0.009433621,0.0063748867,-0.0012151655,-0.0056253453,-0.0058373366,0.008721935,-0.023091929,-0.028240293,-0.003967269,-0.022274248,0.038340174,0.015233102,-0.020063478,0.0013675343,0.01898838,-0.017156167,0.066504754,-0.04803121,-0.038067613,0.025544973,0.008835502,0.0031249814,0.019957483,-0.021774553,0.006870795,0.02222882,-0.014422991,-0.02053289,0.03670481,0.055874895,-0.054330386,0.011394542,-0.019700065,-0.0016277917,-0.051483646,0.0022864796,-0.0010609038,0.03198043,0.007669549,-0.02080545,-0.014407849,0.028467428,-0.025090706,-0.000220509,0.01104627,-0.021062868,-0.0004873911,-0.021713985,0.007934538,-0.009062636,0.005379284,0.010728283,0.006121254,0.009865175,0.00002121985,0.02686235,0.026514078,0.0074234875,-0.0063673155,-0.0109327035,0.018200982,0.027165193,-0.00061657344,-0.033191808,-0.01508925,-0.02303136,0.0029432746,0.019745491,-0.019518359,-0.03549343,-0.014922686,-0.026620073,-0.005731341,-0.025484404,-0.020972013,-0.00029503726,0.007866398,0.02047232,-0.029285109,-0.03894586,0.016277917,0.0007590052,-0.0037931332,0.037673913,-0.0036852446,0.0037458136,0.0036379253,-0.016883606,0.012197081,0.0015615444,-0.012787629,-0.04651699,0.0026309656,-0.0058411225,-0.012825484,-0.0025893245,0.00801025,-0.0053452137,-0.00774526,0.0045767445,0.012969336,0.009963599,0.024500158,-0.011455111,0.023076786,0.01979092,0.006560379,-0.002998165,0.012484784,0.00068565994,0.006666375,0.0028656705,-0.0065679504,0.016580762,-0.023637049,0.024424447,0.0025703968,0.03173815,0.015914503,-0.0046675983,0.02322821,0.00848723,-0.022758799,-0.007484056,-0.010266445,0.009039923,-0.007287207,-0.0012047552,0.018337263,-0.021395996,0.025363266,-0.0043988233,-0.0028599922,0.029254824,-0.011765527,0.03958184,0.029391104,0.016686758,-0.0027256047,0.011909379,0.01711074,0.028210009,0.0036284614,0.03724993,-0.034706034,0.024969568,-0.033040386,0.01595993,-0.0019930985,0.011197693,-0.014506274,-0.0014687981,-0.0024360092,0.011409684,0.011757956,-0.00969861,0.005992545,0.010781281,0.0012085408,0.0053035724,0.0051105088,0.007529483,0.046577558,0.035190586,0.02107801,-0.023667334,0.029148828,-0.007658192,0.0021975187,-0.003596284,-0.0070903576,-0.0052581457,-0.03703794,-0.01481669,0.013817302,-0.024197312,0.04787979,-0.012855769,-0.007256923,-0.0034618964,-0.01380973,0.018367548,-0.02693806,0.014899973,-0.025348123,-0.013014763,-0.047364954,0.009463905,0.008199528,0.0005725663,-0.01744387,0.038279604,0.022667946,0.0038688444,0.012605921,0.03440319,0.006284033,0.006087184,-0.0015757402,-0.010614716],"social":"https://twitter.com/foundersgum"},{"title":"orca","description":"ditch your lease, live flexibly.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=2-s36_h0vm8","youtube_transcript":"Hi. I'm Monica. I'm David. Rebuilding a curated marketplace of top states in Italy. By the Orca Pass, we get access to exclusive price experts and guides, and soon, a community of members everywhere you go. Even though we started testing this membership in January, we've come a long ways in the last six weeks. We're already live in Los Angeles, San Francisco, Austin, New York, to Laguna, to fly Del Carmen. It's earned over six k GMV, helping multiple people rent around the world and getting tons of inbound interest every day. In a lot six weeks, we launched New York City, we were featured on a billboard at Times Square, invested in recording videos of our units. Interviewed some of our members, some competitors members, and some potential members. Not to mention the one hundred plus cold d m's I got. We're excited to keep building cats.","embedding":[0.023947082,-0.029249426,0.014876456,0.041411772,0.00030115776,-0.017905243,-0.044243887,0.054628298,0.0147191165,-0.03508672,0.025079926,-0.03933489,-0.041537646,-0.032506354,0.0058844998,0.052866094,-0.044810306,-0.031168967,-0.027628828,0.030634014,0.021052035,0.01884928,-0.02871447,-0.029155022,-0.007540499,-0.04163205,-0.059600227,0.027581627,0.003040587,-0.018471666,0.0026354378,-0.047736824,0.018880747,0.039240487,-0.014168428,0.010219205,0.012115147,0.016866801,0.0050073317,0.016914003,-0.0034064015,0.024875386,0.07753694,0.013853748,-0.0068010027,0.026889332,-0.030161995,0.017275885,0.03348186,0.024906853,-0.04616343,-0.013735744,-0.013342395,-0.019620243,-0.017983912,-0.048806734,0.053243708,0.03980691,-0.00060428225,0.041569114,-0.017637765,-0.031798325,0.053117838,0.035904888,-0.033576265,0.000563964,-0.037163604,0.021964604,-0.034205623,-0.0092594335,0.001447524,0.025677817,0.025064193,-0.014270699,-0.023758274,-0.02147685,-0.040467735,-0.01150939,-0.02374254,-0.038359385,0.0024525304,0.073509045,-0.010077599,0.030995894,0.013602005,-0.0043465053,0.028572865,-0.0092673,-0.007973182,0.017968178,-0.005927768,0.0050073317,-0.025127128,0.006631863,0.06633436,0.022373686,0.009487576,0.032695163,0.037918836,0.025583412,-0.0064312546,-0.023443595,0.030508142,-0.009707851,0.030429471,0.014860722,-0.0077411067,-0.018031115,0.04537673,-0.010887898,-0.09471842,-0.015293405,-0.00059002335,-0.038139112,-0.04824031,0.053149305,-0.0003350841,-0.051984992,-0.022845704,-0.054502424,-0.032191675,-0.0077568404,0.00025518512,0.024230294,0.011218311,-0.0147820525,-0.004834258,-0.015796892,-0.032632224,-0.008905419,0.014687648,-0.0020129632,0.022184879,-0.054376554,-0.007929914,0.009227965,-0.06331344,-0.053967472,-0.033293054,0.028163781,0.024387633,-0.013067051,0.013767212,0.018046848,-0.041820858,-0.063659586,-0.07086574,0.01067549,-0.020894695,-0.07697052,0.021665659,-0.031357776,-0.048114438,0.017590564,0.045313794,-0.034016814,0.0019460937,0.030350802,-0.0015753624,-0.017747903,0.00042678358,0.022908641,-0.0073910262,-0.0033336321,-0.0060261055,0.024529237,-0.019510105,-0.03455177,-0.07439014,-0.050317194,-0.017039875,-0.03486645,-0.01413696,0.021099236,0.031389244,-0.04767389,0.0039944584,-0.0068914727,-0.013082785,-0.0004995531,-0.0581527,0.015435011,-0.020469878,-0.027392818,-0.0883619,-0.0048539257,-0.026527451,0.013814414,-0.0055147517,0.021461116,-0.012768106,0.027990708,0.008095121,0.036313973,0.03053961,-0.043992143,0.03395388,0.0037368147,0.0018890582,-0.0024544972,-0.021461116,-0.020375473,0.026574653,0.0036561782,-0.0041301637,0.023475064,-0.0068560718,0.020674419,-0.003850886,0.0035617745,0.06255821,0.008999823,0.040373333,0.026495982,0.0015625786,-0.06255821,-0.07671877,0.0054321485,0.013035583,0.054848574,-0.0039551235,0.055477932,-0.01395602,0.018471666,0.017150013,0.05881353,0.026905065,-0.035244063,0.052236736,-0.015340608,0.044999115,0.018975152,-0.028604332,-0.048806734,-0.006844271,-0.009385305,0.017716436,0.0028222785,-0.0033631332,0.028761672,-0.0020454144,-0.016914003,-0.009393172,0.0052472744,0.057397474,0.0054006805,-0.040153056,0.014420171,-0.016284645,0.069040604,-0.023600934,0.034142684,-0.0033355989,-0.026275707,0.05755481,0.021256575,-0.02850993,0.020658685,-0.023160383,-0.0015566783,0.02043841,0.025662083,-0.016772397,-0.0030700883,-0.048617925,-0.045911685,-0.017559096,0.016615057,0.020013593,-0.027030937,-0.04314251,-0.01757483,0.011973541,0.034457363,0.0015547116,-0.018723408,0.010887898,-0.00950331,0.02720401,-0.036848925,0.0260869,-0.029217957,-0.006513858,0.0028340789,-0.016284645,-0.0023423927,0.01499446,-0.02397855,-0.03165672,0.017999645,0.019148225,-0.049719304,0.035306998,0.015238337,0.01228822,-0.010392278,-0.02075309,-0.077725746,0.012610766,0.031751126,0.019305564,0.016127305,0.024120156,-0.010124801,0.0060339724,0.054156277,-0.014789919,0.000783256,-0.0328525,-0.007552299,0.013106386,-0.0014671915,0.022861438,-0.010400145,0.016851068,-0.0030051856,0.053778663,-0.0058963,0.026968002,-0.003426069,-0.01489219,-0.022483824,-0.03181406,-0.0028301454,-0.02791204,-0.021256575,0.048964072,-0.014325768,0.043645997,-0.039429296,0.024308963,-0.028494196,0.00370338,-0.026590386,0.018345794,0.004275703,-0.030555343,-0.009047025,0.0051056687,0.03936636,-0.053589854,-0.03376507,-0.015851961,0.023475064,0.04232434,0.035306998,0.0009297785,0.018990885,-0.013011982,-0.0051017352,-0.0031684255,-0.015891297,0.017590564,0.04361453,0.012508496,0.03467764,0.06155124,-0.006399787,-0.008417667,0.017150013,0.0077253724,0.0008948688,-0.017700702,-0.00007688742,0.010526017,0.009581979,-0.04553407,0.0065767937,0.028368324,0.02827392,0.0044999113,-0.024010018,0.020831758,0.0580583,-0.03417415,0.041852325,0.051355634,0.025756488,0.034583237,-0.0009297785,0.059096742,-0.010321476,-0.019777583,-0.010077599,-0.0071707508,0.0035008052,-0.025504744,-0.043048106,-0.050726276,0.010990169,-0.0024761313,-0.019730382,0.0020906494,-0.004602182,-0.029548371,0.051166825,0.080620795,0.011619527,0.0011082606,0.00370338,0.03407975,-0.074956566,-0.018676206,-0.02795924,-0.027188277,0.009975328,-0.021177905,-0.034300026,-0.00496013,0.004318971,-0.020265335,-0.085592724,0.07634116,0.035716083,-0.010730558,0.015324874,0.009676383,-0.010541751,0.071432166,0.034268558,-0.002765243,0.0018143218,-0.014640447,0.010887898,0.011910605,0.027329883,0.036848925,-0.017055608,-0.022940109,-0.039775442,-0.030555343,-0.029328095,0.025976762,0.008803149,0.0041694986,0.018440196,-0.015655287,0.07388666,0.040153056,-0.03395388,0.02457644,-0.05006545,-0.06258968,-0.039743975,0.0021201507,-0.054817103,0.03996425,-0.013185056,-0.025630616,0.001566512,-0.012091545,-0.0011230111,-0.05277169,-0.008535671,-0.048429117,0.018943684,0.00019446187,0.026259974,0.013822281,-0.030099059,-0.041569114,0.017008407,-0.03876847,0.017637765,0.022216346,-0.046478108,-0.010172003,-0.022011805,0.04688719,-0.032758098,-0.012036476,-0.028100846,-0.012909711,0.020910429,-0.01968318,-0.054785635,0.023050247,-0.0054400153,0.024324697,0.0009622298,-0.017307352,0.032223143,-0.024765247,0.054187745,0.030004656,0.018125517,-0.0462893,0.009928127,-0.07004757,0.0438348,0.017763637,0.028903278,-0.0027888438,-0.020768823,0.0127130365,-0.0064312546,0.041663516,-0.06960703,-0.0075640995,-0.008873952,0.0047555882,-0.073760785,-0.020029327,0.041222967,0.0098887915,0.008213125,-0.055666737,-0.035181127,-0.023726806,0.019226896,-0.04657251,0.058121234,-0.00656106,-0.01809405,-0.045408197,-0.0018231722,0.028210985,0.0071786176,-0.028069379,0.018314326,0.0037092802,0.013775079,-0.027660295,-0.007689971,0.038988743,0.027628828,-0.027613094,-0.028698737,-0.026779193,0.016017167,0.000017838987,-0.014561777,0.00066279294,0.038044706,-0.015733957,-0.020076528,-0.007886645,-0.032600757,0.00073654583,-0.0026806728,0.028604332,0.022688365,0.030555343,-0.02660612,-0.0053298776,0.013232257,0.017559096,-0.0030602545,0.0050860015,0.03392241,0.023286255,-0.009094227,-0.012178082,-0.01379868,0.024419101,0.02668479,0.028730204,-0.025536211,0.0069504753,0.029312361,-0.009928127,-0.01320079,-0.0036463444,0.011737532,0.031672455,0.009534778,0.011879137,-0.004275703,-0.04267049,0.013397464,-0.009298768,-0.007866979,0.020375473,0.0058608986,0.06321904,0.044684436,0.02382121,0.013310927,-0.020249601,-0.003764349,-0.018629005,0.027471488,-0.03077562,0.043897737,-0.02202754,-0.012170215,-0.028525664,-0.023097448,0.024560707,0.028966215,0.005274809,-0.03407975,-0.0127130365,-0.0072651543,0.014184162,0.015686754,0.013932418,-0.01626891,-0.02744002,0.034205623,0.025945295,0.026071167,-0.0067892023,-0.023003044,-0.021539787,0.014640447,-0.014726983,-0.011650994,0.012618633,-0.0078158425,0.01809405,-0.013185056,0.023286255,-0.028856076,-0.0048853937,0.035779018,0.009102094,-0.01674093,-0.005652424,-0.044967648,-0.021649925,-0.022767035,-0.00866941,0.02171286,0.007776508,0.0024053287,0.018896481,-0.041285902,0.036848925,-0.0269208,0.022011805,0.021413915,0.010093333,-0.0076467027,-0.00311139,0.0008791348,0.0012242985,0.026543185,0.030099059,-0.0006205079,0.029611306,0.018015381,-0.0041537643,0.005856965,0.011257646,-0.02056428,0.00024522847,0.033198647,-0.024985522,-0.0018536567,-0.007701772,-0.0023050245,0.010053998,0.02306598,-0.0000496603,0.029595573,0.008165924,0.010895764,-0.0090076905,0.020501345,-0.02986305,0.05431362,-0.015041662,-0.0067105326,-0.015435011,0.013310927,-0.037792962,0.022357952,-0.017464692,0.02569355,0.030696949,0.03417415,-0.0004720187,0.0015625786,0.045030583,0.0066043283,0.019148225,-0.042985167,0.01489219,-0.0062385136,-0.0014691582,0.025567679,-0.04090829,0.0011682463,-0.011131775,0.020233868,-0.02744002,-0.0059120343,0.022735568,-0.0084098,0.0043465053,0.02127231,-0.014254965,0.021177905,0.01845593,-0.05459683,-0.010691224,-0.008952621,0.028163781,-0.06778189,0.0045392467,-0.013499735,-0.05340105,-0.0137121435,-0.019384235,0.017606298,-0.018282857,0.015206869,0.0108249625,-0.004558914,-0.003003219,-0.05532059,-0.048020035,-0.029013416,0.014388703,0.008968355,-0.019573042,-0.01254783,-0.018503133,-0.0036837126,-0.015749691,0.030728417,0.018975152,0.005813697,0.026055433,0.0034654038,0.0050702677,-0.0033611665,-0.020910429,-0.0017681033,0.02056428,0.01481352,0.028037911,-0.009180764,-0.010486682,0.023050247,-0.04764242,-0.023301989,-0.05686252,-0.02962704,0.00462185,0.029689975,0.01085643,0.024387633,0.06032399,-0.054093342,-0.0066711977,0.003526373,-0.017905243,0.04021599,-0.03134204,0.01718148,-0.03933489,0.021807265,0.0007675221,0.0052158064,-0.0034536035,0.0319242,-0.012453427,0.012720903,0.039712507,-0.008693011,0.0006637763,0.009542645,0.041946728,0.03939783,0.0072572874,0.025882358,0.0094482405,-0.042261407,-0.0031192568,-0.010683357,-0.009401039,0.005782229,-0.02131951,-0.014490974,-0.010478815,0.031987134,-0.0098258555,0.022562495,0.040058654,0.015505814,0.036848925,-0.0111396415,-0.0040986957,-0.034740575,0.030759884,-0.0404048,0.026071167,0.015214736,0.0016127306,-0.017008407,-0.0294225,0.0009042108,0.00083537475,-0.008693011,0.00496013,-0.049215816,-0.053117838,0.026543185,0.023301989,-0.02772323,-0.039901312,0.0025075993,0.012429826,0.0035676747,-0.011525123,0.0005929735,-0.018896481,-0.0061952453,-0.014703383,-0.023726806,-0.0004931612,-0.04512499,0.03145218,-0.00833113,0.015560883,0.013869483,-0.0054714833,-0.011816202,0.0059867706,-0.0095741125,-0.045093518,0.0013305027,0.03555874,0.0030425538,0.004672985,0.0069308076,-0.02147685,-0.03949223,0.0058294307,0.0033710003,0.038359385,0.015261938,-0.00708028,-0.011477921,-0.044873245,-0.0027593425,-0.0140268225,-0.010699091,0.03142071,0.00749723,-0.013476133,0.013853748,0.01976185,-0.0028832476,-0.00056937255,-0.005797963,-0.025190065,-0.025205798,0.00029869933,-0.0055226185,0.0049915975,-0.0521738,-0.017669233,0.015246204,0.0072808885,0.0009445291,0.0020768822,0.0015271772,-0.013350262,-0.04012159,0.009660649,0.025221532,0.027046671,0.0015969966,0.0193685,0.0033926344,0.03077562,0.01626891,-0.051324166,-0.0072651543,-0.02051708,0.0061873784,0.00244073,0.018723408,-0.0096370485,0.0023423927,0.001571429,0.009770787,0.027817635,0.029752912,-0.013082785,-0.05513178,-0.021335244,-0.00013066559,-0.020328272,0.025032725,0.007021278,-0.0193685,-0.0065020574,-0.02150832,0.045565538,-0.043205444,-0.017999645,-0.02012373,0.010565352,0.010541751,0.0049719303,-0.00269444,-0.030995894,0.021366714,-0.018188454,-0.0054242816,-0.03710067,-0.009747186,-0.0063329176,0.0035696414,0.021996072,-0.009778654,-0.0020060795,-0.004696586,0.037635624,0.026968002,0.0020129632,0.030634014,0.00083144126,0.048806734,-0.00790238,-0.0032726629,-0.0069504753,0.02087896,-0.003203827,-0.0014780086,0.009849457,-0.019934922,-0.03848526,0.008087253,0.025709284,0.008110855,0.02314465,0.013838015,0.014805653,0.00008026776,0.0140897585,0.024623642,0.019101024,0.018723408,-0.02843126,0.03126337,-0.013484001,0.01463258,0.033513326,-0.029501168,-0.008394066,-0.060984816,0.04553407,0.028730204,0.010352943,-0.01658359,0.02382121,-0.0032588958,-0.0168196,-0.022326484,-0.010376545,0.017039875,0.0025980696,0.0035362067,0.042009663,0.00833113,-0.048932604,0.06690078,-0.006836404,-0.020233868,-0.02939103,0.0048853937,-0.012807441,-0.010352943,-0.020454144,0.037604157,-0.008401933,0.03335599,-0.023364926,0.02147685,0.0030897558,-0.004936529,0.03599929,0.0042285006,0.010557485,-0.008205258,0.010903632,0.0076113013,-0.04116003,-0.04210407,0.0062935827,0.02517433,0.0036207768,0.020989098,-0.0046769185,-0.018660473,0.02616557,-0.0020296804,-0.0047555882,0.068788856,-0.00028911146,0.0022204546,-0.020076528,-0.0016264977,-0.008134455,0.015702488,-0.014176295,0.0168196,-0.014679781,-0.026370112,-0.018707674,-0.046918657,0.0563905,0.01884928,-0.017480426,-0.014199896,0.0002620687,0.013735744,-0.032018602,0.013539069,0.0053692125,-0.014955126,-0.029878784,-0.030366536,-0.029343829,-0.022892907,0.03980691,-0.03105883,0.028305387,0.0031212235,0.013263726,-0.05459683,0.037037734,-0.0032726629,0.031168967,-0.023695339,0.02902915,0.024670843,-0.005613089,0.03750975,-0.02660612,0.004511712,-0.01296478,-0.04084535,-0.0131535875,-0.02548901,-0.020737356,-0.0361881,-0.029013416,-0.009094227,0.024843918,-0.0022224213,0.04204113,-0.004865726,0.03105883,0.029249426,0.012248885,-0.0015350442,0.0111396415,0.0060103713,-0.027487222,0.028163781,-0.0006524675,0.018518867,-0.013900951,0.020375473,-0.015733957,0.031404976,-0.018880747,-0.033576265,-0.010706957,0.020973364,0.017071342,-0.00058018963,-0.002987485,0.013334529,0.025536211,0.011635261,0.0065649934,-0.0050309324,-0.003571608,-0.036848925,0.02998892,-0.019698914,0.03098016,0.031515114,0.0014150727,0.0036856793,0.010565352,-0.01549008,-0.025898091,-0.0001695088,0.021948868,-0.026370112,0.022200612,-0.009047025,0.012005009,0.0303036,-0.01666226,-0.02223208,0.010227072,0.0037820498,0.020092262,-0.004999465,0.015183268,-0.00908636,0.009943861,0.0078158425,0.00028886562,-0.009015557,-0.00009858307,-0.017118545,0.0150337955,-0.0052866093,-0.002116217,0.0134053305,0.00934597,-0.026149835,0.004873593,0.011131775,0.012602899,-0.028887544,0.010337209,-0.008582873,-0.018581802,-0.010942967,-0.014388703,-0.0029855182,0.025253,0.0076663704,0.012602899,0.032034334,0.00081914914,0.019557308,-0.026338642,0.044495627,0.013932418,-0.03508672,-0.024765247,-0.019148225,-0.013279459,0.0052315407,-0.047736824,-0.0085671395,0.001706151,-0.004551047,0.0029914186,0.0057468275,0.06369106,0.0016973006,0.043992143,0.024293229,0.006938675,0.083767585,-0.0013836048,0.0017553195,-0.023569467,0.029406765,0.007568033,0.0061991788,0.0378559,0.032600757,-0.0035519407,-0.006706599,-0.022908641,-0.0032982307,-0.009227965,0.009896658,-0.01028214,0.026669057,0.0051882723,0.0012439659,-0.026731992,0.009353837,-0.0008368498,0.024592174,0.0026905066,-0.009338103,-0.011477921,-0.0012774006,-0.010455214,-0.008661543,0.039177552,0.0016727162,-0.0018792244,0.00058904,0.024356164,0.01817272,0.0016835333,-0.017653499,-0.003888254,0.039743975,-0.0096370485,0.015010195,-0.03857966,-0.011430719,-0.026983736,0.018802078,0.017433224,-0.016725196,0.036156632,-0.030681215,-0.061740045,-0.019698914,0.0043111043,0.0021437516,0.038674064,-0.017858041,0.013491868,-0.0038685866,0.023522265,-0.024592174,0.0077804415,0.0019913288,0.023679605,-0.028289653,0.03014626,0.015293405,-0.010982302,0.003386734,-0.0118948715,-0.0036660118,0.023679605,-0.01169033,0.0024564639,0.0030169862,0.008205258,0.013995354,0.015364208,0.0219174,-0.005314144,0.013688542,0.022169145,0.014876456,0.019871987,-0.011879137,-0.0012764172,-0.00005052075,0.007536565,-0.010588952,0.0011820134,-0.0018212055,0.025284467,-0.012893978,-0.0126265,0.013177188,0.015922764,-0.0076585035,0.009699984,-0.018865013,0.0071707508,-0.013421065,-0.012225284,0.000074121686,0.0048696594,-0.028572865,0.018392995,0.0038528526,-0.0052630086,-0.0124612935,0.040750947,-0.0319242,0.01845593,-0.0006136243,-0.00043882988,0.012256752,-0.011470054,0.0328525,-0.044432692,-0.02509566,-0.012351156,0.0005742894,-0.006883606,0.021052035,-0.013389597,0.025787955,-0.03555874,0.015812626,-0.0072100856,0.020705886,-0.036156632,0.029249426,-0.0029992855,-0.018629005,0.0019618277,-0.011643128,-0.028981948,-0.024875386,0.044999115,-0.025315937,-0.017559096,0.018833546,0.04657251,-0.019069556,0.01984052,0.007174684,-0.025441807,-0.018377261,-0.007430361,0.0113913845,0.015757557,-0.033198647,0.0020768822,0.0019156092,0.01757483,0.024686579,0.0156002175,0.01338173,-0.004889327,0.005314144,-0.024041485,-0.018440196,-0.011336315,-0.02473378,-0.009432507,0.020013593,-0.017889509,0.037604157,0.0074264277,-0.022436623,0.02600823,-0.021775795,-0.009432507,-0.009330236,0.0069504753,-0.054848574,0.012311821,0.0038095843,-0.0050309324,-0.05500591,0.022688365,0.0140897585,-0.0134604,-0.03980691,0.019635977,-0.009369571,0.00514107,0.014884323,-0.012799574,-0.0019421603,-0.013971753,-0.010195604,0.01884928,0.034646172,0.00877168,-0.0006578761,0.020989098,0.006297516,-0.02660612,0.01043948,0.009873058,-0.016237443,0.022373686,-0.00096813,-0.03499232,-0.019478638,0.032789566,0.013499735,0.008299662,-0.006281782,0.017983912,0.019305564,0.007760774,-0.0032313613,0.0042285006,0.0035598075,0.0043150377,-0.0010866263,-0.04534526,0.010699091,0.02434043,0.031090299,0.010195604,-0.01952584,-0.056768116,0.013893084,-0.026794927,-0.005019132,0.0117689995,0.016111571,-0.036817458,-0.027550157,0.0152226025,0.05670518,-0.03272663,0.01312212,0.0020159131,-0.02887181,0.026197037,-0.016080104,-0.021571254,0.008464868,0.0050702677,0.018424463,-0.002316825,0.04987664,0.0044763107,0.0032313613,0.0067498675,-0.013554803,-0.031436443,-0.015505814,-0.035495806,0.024544973,0.024922587,-0.03058681,0.0028675136,0.0013963886,0.011572325,0.016630791,-0.020139465,0.0045864484,-0.01658359,-0.01372001,-0.0006249331,-0.02382121,-0.016316112,0.011155375,0.009542645,0.014498841,-0.0008043985,-0.034142684,0.003880387,-0.026370112,-0.025787955,0.00091404456,-0.010683357,-0.03181406,0.009849457,-0.01757483,-0.0052394075,0.0022204546,-0.007807976,-0.03587342,0.013129987,0.019588776,-0.014498841,-0.011879137,0.008795282,0.015277672,-0.0065767937,-0.012657968,0.0029245492,-0.024120156,0.016929736,-0.020501345,0.016504921,0.013539069,0.0021811198,-0.029579839,-0.006376186,0.037226543,-0.00035917672,0.01944717,0.012783839,0.013310927,0.0016648492,0.040436268,0.0063919197,-0.008457001,0.010242806,0.00040859118,-0.029548371,0.000118373435,0.017228682,-0.0008825766,0.010982302,-0.0009784554,-0.0115172565,0.009463975,0.021524053,-0.012870376,0.015741823,0.010061865,0.008220992,0.015002328,0.0086300755,-0.023994284,0.00656106,0.038264982,-0.039146084,0.039586633,0.019305564,0.009204364,0.014459506,0.03304131,-0.019903455,0.0113913845,-0.022719834,-0.013995354,-0.009220098,0.01447524,-0.00030287867,0.051229764,0.023506531,-0.0050387997,0.019478638,-0.030193463,-0.020768823,0.0019136425,0.0032982307,0.031719655,0.044967648,0.027613094,0.02751869,0.030476674,0.022059007,0.0027357417,-0.013263726,0.019195426,-0.006600395,-0.024749514,0.020155199,-0.028919011,-0.0070881476,-0.029375296,0.009857324,-0.0074539618,0.019557308,-0.009361704,0.010384412,0.0002841946,0.024120156,0.0016638659,-0.016056502,0.027691763,-0.033828005,-0.02600823,-0.05019132,0.0037368147,0.029359562,-0.008028251,-0.020060794,-0.0078158425,0.038957275,0.033607733,0.004181299,0.021083502,0.02226355,0.008480603,-0.013098518,-0.022641163],"social":"https://twitter.com/devansood"},{"title":"answer ai","description":"ai content generation, ai expert chat, and custom knowledge chat bot builder - a personal chat gpt","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=yfJPTG40V1Y","youtube_transcript":"So hey, guys. I am the guy with the creative AI and answer AI. So answer AI begin its journey as a simple AI continuation tool. It involves phone to include an AI expert chat turning your device into a hardware and on demand expert device. The latest and the most interesting addition is the custom chatbot vendor. This feature allows you to train your own chatbot using document stacks won't even Webex. The best part is that you can use this custom chatbot within the app or even embedded into any website, offering a personalized AI chatbot experience. Over the past six weeks, this journey has been a roller coaster with quite a few ups and downs. At the beginning, user growth was really slow and I haven't been able to achieve the ambitious goals that I initially had set. As of now, we are at seventeen hundred users with more than thousand of them in just the last ten days. How? So initially attracting users was challenging, but thanks for the and the build space team, I experimented with uploading videos on Instagram and forcing myself to post on paid And this was way more rewarding than I had expected. As you can see, after introducing the reels and tweets, there's a noticeable uptick in the daily users. This shows that our efforts were making a difference, transforming slow initial growth into a more robust and promising trend. However, the main challenge is that all these are free users, and I haven't been able to onboard a single paid customer yet. So that's on say, yeah, and volume platform making AI assistance accessible and user friendly. Thank you.","embedding":[0.014918702,-0.015698371,0.017422644,0.031516694,0.011237755,-0.0653724,-0.014656312,0.05004887,-0.0040632845,0.018487195,0.021710834,-0.049629048,-0.01409405,-0.038233858,-0.006825868,0.009603445,-0.037484176,-0.021066107,-0.048159666,-0.021725828,0.020196473,0.02243053,0.01724272,0.01565339,0.00034368303,-0.024994448,-0.0371843,0.02524934,-0.04633044,-0.035235126,0.0123472875,-0.030572092,-0.008921234,0.019146916,-0.0022040694,-0.008703825,0.007819199,0.020976145,0.05886515,-0.0063948003,-0.009730891,0.007380634,0.040872745,0.026793689,-0.057215843,-0.006698422,-0.038503744,0.010368123,-0.0043781516,0.046480376,-0.09434017,0.041532464,-0.015518448,0.016597992,-0.0030980671,-0.015848309,0.009910815,0.012677148,-0.021141075,0.00029799918,0.013022002,-0.027108556,0.028023168,-0.0008433939,-0.013771686,0.0038290084,0.00077920227,0.018187322,-0.020616297,0.00919112,0.043451656,0.014468892,-0.027768277,-0.016687954,-0.013816667,-0.00660846,-0.025174372,0.037933983,-0.012159866,-0.03403563,0.0006526932,0.013884138,-0.036464605,-0.00497415,-0.02536929,-0.027648328,-0.0017364544,-0.04360159,-0.05592639,-0.01544348,-0.024199784,0.019566739,-0.0037146816,-0.008973711,0.07112997,0.021051113,0.018277284,0.046930186,0.052897666,0.02434972,0.002935011,-0.02982241,0.0005393036,0.013899132,0.03391568,-0.015091129,0.046060555,-0.0069982954,0.0068183714,-0.0078416895,-0.09673916,-0.011080322,-0.028547948,-0.018427221,-0.020841202,-0.006458523,0.044021416,-0.0081040785,-0.010967869,-0.03586486,-0.023420112,0.019086942,0.02835303,-0.013726705,0.0198966,-0.039733224,-0.035774898,-0.025924055,-0.041082654,-0.028607922,0.0076992493,0.01899698,0.050768565,-0.07053022,-0.07017037,-0.02688365,-0.041292567,0.025519226,-0.025159378,-0.0065259947,0.009401031,-0.03616473,-0.048609477,0.002728848,-0.057335794,-0.04249206,-0.027573358,-0.013171939,-0.046600327,-0.0036659522,-0.01875708,0.004336919,-0.057665654,-0.007444357,0.006904585,0.020721251,-0.014371432,0.052837692,-0.012122382,-0.022490505,-0.007586797,-0.025819099,-0.027813258,-0.016403075,-0.07262934,0.014971179,-0.008269009,-0.054307073,-0.081085764,-0.03349586,-0.04531087,-0.032146428,-0.052657768,0.004670528,0.030662054,-0.022130657,-0.017662544,-0.029447567,-0.025219353,-0.037004378,-0.04138253,0.006582221,-0.034695353,-0.028817834,-0.051218376,-0.030587086,-0.033645794,-0.0021141074,-0.010495569,-0.007939148,0.0130969705,0.0011076573,0.006930824,0.027723296,0.04465115,-0.012332293,0.08762301,-0.011095316,0.025834093,0.00874131,0.028532954,0.008898743,0.034635376,0.030407162,0.0033342172,-0.012287312,0.0004153715,0.017497612,-0.037334237,-0.025309315,0.058235414,-0.05928497,0.024964461,0.019476777,-0.077967085,-0.047859795,-0.053137567,0.028847821,-0.032986075,0.024079833,-0.039133478,0.046450388,0.031096872,-0.028487973,0.010817933,0.014783759,0.029672472,-0.03235634,0.020856194,0.004719258,0.007110748,0.022490505,-0.018067373,-0.03919345,0.06291344,-0.05316755,0.026283903,-0.0123023065,0.026703727,0.0048092194,-0.013779183,0.021950733,0.047170084,0.040332973,0.000117665164,-0.00029471933,-0.01892201,-0.046960175,0.05961483,0.027708301,0.046390414,-0.030856973,0.042432085,-0.014768764,-0.008156557,-0.04528088,-0.007324408,0.037304252,0.0041682404,-0.015068638,0.021455942,0.019701682,-0.043001845,0.02962749,0.014348942,0.012557198,-0.012797098,0.029462561,-0.026448833,-0.02394489,-0.025549214,-0.00013224885,0.010240677,0.017377663,-0.00042755387,0.0020878685,0.028233081,0.0006086493,-0.024109822,0.028502967,-0.020481354,-0.011934961,0.025759125,0.020256449,-0.018187322,0.015638398,-0.00980586,-0.050918505,-0.029267643,-0.026418846,-0.004929169,-0.011050335,0.025024435,-0.010428097,-0.0031655387,0.001185437,0.039283413,0.036944404,0.017467625,0.024559632,0.025999023,-0.04465115,-0.0037559143,-0.0135018,0.01985162,0.042522047,-0.016403075,0.029432574,0.0044381265,-0.02079622,0.010840423,0.054936808,0.030347187,0.0011610723,-0.0424021,-0.00431068,0.056106314,-0.045370843,0.012249828,0.00068830315,-0.042342123,-0.0048054713,-0.010967869,-0.029882384,-0.03181657,-0.04093272,0.06951065,0.027078567,0.0053002625,-0.04663031,0.012167363,-0.036434617,-0.026778694,-0.010675493,-0.018877031,-0.015863303,-0.031066883,-0.03015227,0.062373668,0.043241743,-0.036344655,-0.047709856,-0.05535663,0.00423946,0.017287701,0.014723783,-0.007856683,-0.0019145042,-0.02586408,0.03673449,-0.016238144,0.005262778,0.05976477,-0.06054444,0.004067033,0.009176126,-0.012384771,-0.022685422,-0.031036897,-0.005416463,-0.028862815,0.0077517275,0.042761948,0.047859795,-0.020811213,0.011282736,-0.047320023,0.005791305,0.030242233,-0.013156945,0.016897867,-0.042552035,0.014866224,-0.0017580078,-0.04000311,-0.002057881,0.025279328,0.022790378,-0.04012306,0.06066439,0.048279617,-0.0042507052,-0.020286435,-0.03403563,0.009918313,0.038533732,0.0016680458,-0.018907018,-0.07106999,0.02958251,0.058325376,-0.044381265,-0.0281881,0.011785025,0.027093561,0.03133677,0.023075258,0.0021216043,0.016897867,-0.0017626933,0.02986739,-0.023540061,-0.022835359,-0.04633044,0.014438904,0.0055289157,-0.042432085,-0.014124037,0.00042286835,0.038683668,0.0400331,-0.045250896,0.05286768,0.00060630654,-0.040812768,0.024664586,-0.01736267,0.0076730107,0.03964326,0.06909083,-0.016867878,-0.041292567,0.051698174,-0.0061361594,-0.010548047,0.028547948,0.040992692,0.013419335,-0.019971568,-0.0540072,-0.0326862,0.009311069,0.009565962,-0.066751815,-0.02418479,0.043241743,-0.016882872,0.021186056,0.028892802,0.009041183,-0.022535486,-0.0030774507,-0.03841378,-0.023645017,-0.029117707,-0.0028413003,-0.050978478,0.014004088,-0.017962417,0.014273974,-0.07634777,-0.047649883,0.004584315,0.033975657,-0.06699172,-0.07178969,-0.002072875,0.00006530446,-0.021291012,0.017317688,-0.006353568,0.021350985,-0.0047155092,0.036464605,-0.008441436,-0.0075643063,-0.03361581,0.008066595,0.009798363,-0.009251094,-0.014978676,-0.020661278,0.0013616127,0.00632358,-0.065192476,-0.018487195,0.024274752,0.019806638,-0.019701682,-0.0220257,0.013126958,0.017782493,-0.040422935,0.05226793,0.01695784,-0.008981208,-0.023345144,-0.016523024,0.0011057832,0.025654169,0.01352429,0.020526335,0.07784713,-0.01826229,0.03232635,-0.009625936,0.028652903,-0.02856294,-0.032056466,0.032746173,0.007474344,0.0051315837,-0.027198518,0.042552035,-0.003071828,-0.0029143945,-0.00084526814,0.03391568,-0.0058850152,0.0034335505,-0.006383555,-0.015818322,0.018772075,0.025429264,-0.04237211,0.021006132,0.02536929,0.020811213,0.0014028453,-0.0015790209,-0.028847821,-0.023540061,0.0049254205,-0.032866124,-0.012242331,-0.01740765,-0.05532664,-0.036254693,-0.055596527,0.009213611,0.0019922839,-0.0016624231,0.0012332293,0.008411448,-0.052597795,-0.002342761,-0.008651348,-0.0059412415,-0.022325575,-0.0031111864,-0.004389397,0.01565339,0.047949757,0.02811313,-0.024364714,0.023645017,-0.003980819,0.0013250656,0.0043819,0.013456819,0.052357893,0.011672572,0.050708592,-0.018472202,0.02790322,-0.009723395,0.008771297,-0.033166,0.01544348,0.021680847,0.019491771,-0.015863303,-0.010952876,0.0045768176,-0.0041270074,0.01883205,-0.0028094389,-0.0073768855,-0.010360626,0.015226072,-0.012902053,0.005109093,-0.015398499,-0.04845954,0.035115175,-0.0064810137,-0.002683867,-0.000003290847,-0.018037384,0.024274752,-0.023974879,-0.027123548,-0.016523024,0.042552035,-0.004827962,-0.003780279,-0.06267354,0.011357705,0.0025807854,0.018217308,0.026613764,-0.017317688,0.0014019081,0.002011026,-0.007095754,-0.0003134614,-0.008081588,-0.016358094,0.0006742466,0.017047802,0.014701293,-0.0025095656,-0.035924833,-0.017227726,-0.01830727,-0.018892024,-0.015331027,0.0052927653,0.025624182,-0.015683379,0.01781248,-0.0210811,-0.010023268,-0.035355072,-0.013749195,-0.004434378,-0.008801284,-0.007729237,0.036794465,0.007373137,-0.032626227,-0.027933206,0.024004865,0.00066019,0.011530132,0.037694085,0.015173594,-0.035115175,-0.010075746,0.041682404,0.031726606,0.06501255,-0.017662544,-0.02811313,-0.006398549,-0.01544348,-0.0095209805,0.025189366,-0.01932684,-0.0305571,0.033315934,-0.009745886,0.010795442,-0.030976921,0.0084564295,0.019971568,-0.032446302,-0.008651348,0.004160743,-0.0048054713,-0.013479309,-0.023809947,0.048549503,-0.029072726,0.027828252,-0.0055101737,-0.036374643,-0.010742964,0.01011323,0.017137764,-0.022730403,0.01854717,0.0006077122,-0.0055626514,-0.043421667,0.022130657,-0.0036715749,0.015338524,0.01572836,0.006795881,-0.07478843,0.017962417,0.0009895822,-0.00015872205,0.017092783,-0.000525247,-0.001203242,-0.058295388,0.04654035,-0.023585042,-0.03370577,-0.010750461,-0.0440514,0.01572836,0.028952777,0.014139031,0.043241743,0.0011704434,0.026403852,-0.033855706,-0.018847043,0.0098283505,-0.021590885,-0.0049591563,-0.0052402876,0.022970302,-0.004992892,0.037274264,-0.002918143,-0.06021458,-0.037454188,-0.0023240189,-0.023135232,-0.03076701,-0.0111552905,0.0035366318,0.004947911,0.013426831,0.040632844,0.030826986,-0.050888516,-0.0045280885,-0.016373087,0.030976921,-0.015151103,0.0350552,-0.018487195,-0.029297631,0.006132411,-0.026613764,-0.010435594,0.0038833604,-0.01338185,0.013126958,-0.010885404,-0.046150517,-0.00549518,0.033195984,-0.034335505,0.01617817,-0.0032911105,-0.012414759,0.009198616,-0.01560841,0.023435107,0.0043031834,-0.06993048,-0.015983252,-0.06819121,-0.0376641,0.0020522585,-0.0143789295,-0.00012030077,0.019251872,-0.0044418746,-0.025684157,0.0053489916,0.049569074,0.004625547,-0.0118599925,-0.002299654,0.016148182,-0.013291888,0.011522635,0.0073506464,0.036914416,0.03142673,-0.03178658,0.010023268,0.033345923,-0.013149449,0.034455452,0.017797487,0.025219353,0.030527111,0.00802911,0.027258491,0.011987439,0.001410342,0.019596726,-0.014671306,0.007976633,0.005735079,-0.008119072,0.009693407,-0.055956375,-0.013336869,-0.004299435,0.0326862,-0.03448544,-0.022685422,0.0064247875,-0.028008176,-0.01023318,-0.02659877,-0.007215704,0.0013091348,0.007856683,-0.027303472,-0.00890624,-0.020496346,-0.029912371,0.01977665,0.0021609627,-0.008658844,0.026793689,0.00904868,-0.087742954,-0.010585531,0.012857072,-0.030737024,0.007976633,-0.0038383794,0.021036118,0.007478093,0.013464316,-0.005615129,0.022820365,-0.020001555,-0.01707779,-0.018277284,0.0035947324,-0.011095316,-0.03010729,0.013944113,0.008366467,-0.011972445,-0.04743997,-0.02590906,-0.020886183,0.01174754,0.010248173,-0.009108654,0.0009511609,0.038533732,0.00084714236,-0.025459252,-0.00653724,-0.029147694,-0.0071482323,0.022820365,-0.008718819,0.013441825,-0.028892802,0.004479359,0.014266477,-0.019956574,-0.032956086,-0.024109822,0.0646527,-0.028472979,0.005270275,0.0025732885,0.02941758,0.011912471,0.0044756103,0.0113726985,0.0037184302,-0.00038561845,-0.00036008234,0.0023802451,-0.028502967,0.014993669,-0.040302984,0.025474245,0.011762534,-0.0010120727,-0.002593905,-0.017317688,0.018622138,-0.015818322,0.024004865,-0.0014834362,-0.00027293165,0.027753282,-0.034215555,0.0011807515,-0.0030980671,0.006308587,-0.0049891435,-0.011732547,0.038233858,-0.0071332385,0.007125742,0.014536363,0.03088696,-0.029282637,0.05241787,-0.022775384,-0.02034641,0.011305227,-0.032896113,-0.01613319,-0.0007838878,-0.018697107,0.01830727,0.010862914,0.055206694,-0.015226072,0.001499367,-0.043331705,-0.017602568,0.0048354585,-0.035445035,0.009865834,0.05985473,-0.0045730695,0.018862037,0.0052290424,0.01307448,0.037304252,-0.017167753,-0.0030662054,-0.022520492,-0.0053939726,0.024274752,0.0007623344,0.006447278,-0.030617073,-0.010053256,0.026403852,-0.008808781,0.05556654,-0.016373087,-0.030212244,0.007384382,-0.035115175,0.02643384,0.0024252262,-0.008561386,-0.0041982275,-0.012879563,-0.018457208,0.013314378,-0.034545414,0.016163176,-0.037903998,0.007849186,0.033076037,-0.0107579585,0.008119072,-0.01425898,0.031396743,0.028023168,-0.023600036,-0.01748262,0.009835848,0.0057425755,-0.011230258,-0.033225972,-0.01740765,-0.0021515917,-0.03619472,-0.0098283505,0.026493814,-0.007804205,0.02811313,-0.010285658,0.012902053,0.0074406085,0.042012263,-0.005825041,0.02264044,-0.0134493215,-0.024889491,-0.0055551548,0.017272707,-0.003699688,-0.0036528327,0.03835381,0.019176904,-0.010510563,-0.04012306,0.009768376,-0.0023952387,0.007826695,0.0076917526,-0.013846654,0.021935739,0.024709567,-0.006930824,0.028038163,0.017662544,0.028577935,0.032896113,0.015503455,0.038983542,-0.01593827,0.04408139,-0.006923327,0.037394214,0.0026501312,0.009183623,-0.013846654,0.017047802,0.01797741,-0.028278062,0.029792422,-0.018112354,-0.0100907395,0.0063498192,-0.022220619,-0.017347677,0.020331416,-0.005052867,-0.022280594,-0.020031543,-0.04968902,0.0016333729,0.02925265,0.008793787,-0.011792521,0.012092395,-0.026418846,0.01188998,-0.03757414,-0.014858726,0.008164053,-0.019701682,-0.0010523682,-0.008568882,-0.027873233,0.02749839,0.011305227,0.006507253,-0.02141096,-0.027978187,-0.014648816,-0.019116929,-0.01703281,-0.0018301648,-0.027483396,0.0069645597,0.014903707,0.010892902,-0.0161032,0.01932684,0.011710056,-0.015953265,0.0123173,0.011874987,0.02034641,0.0044381265,-0.0067209126,0.014821243,0.013839157,0.007418118,-0.0078416895,0.029447567,0.012234835,-0.029642485,-0.0011301478,-0.0017655046,0.0303172,0.02198072,-0.0065409886,-0.02491948,0.00097177725,0.017287701,0.0492692,0.020076524,0.03751416,-0.02569915,0.018157335,0.0062073795,-0.013771686,-0.015533442,-0.0061474047,0.009513483,0.016732935,-0.037724074,-0.011432673,-0.024709567,0.0005027565,-0.003394192,-0.023630023,0.01944679,-0.0076617654,0.023480088,0.02479953,0.024709567,-0.00050603633,0.021006132,-0.029777428,-0.003887109,-0.017332682,0.0034054373,-0.03325596,-0.018607145,-0.007834192,-0.0038365053,-0.002314648,0.010293154,-0.007916657,-0.014738778,0.012204847,-0.00092726474,0.02377996,0.031156845,-0.0058850152,0.02120105,0.006788384,0.021111088,0.0076917526,-0.00039569233,0.016777916,0.025564207,-0.016523024,0.016463049,0.007092006,-0.009798363,0.043211758,0.0024983203,0.026014017,-0.034665365,0.018187322,0.0053789793,-0.025564207,0.021320999,0.004014555,-0.0034879025,0.019656701,-0.017752506,-0.013224416,-0.0075380676,0.008336481,-0.023585042,-0.006555982,0.021695841,0.011912471,0.019101935,0.017227726,-0.039463338,0.0040258,0.014926198,0.015166097,0.022820365,0.021590885,-0.031186834,-0.00423946,0.025279328,-0.051998045,0.0057763113,-0.015743352,0.013374354,-0.017377663,-0.021066107,0.0008302745,-0.005277772,0.011177781,0.010765455,-0.016478043,-0.015173594,0.030946935,-0.010660499,0.0022771636,-0.0036846944,0.08570382,0.00019972037,-0.009610943,-0.003592858,0.019416802,-0.009131145,0.017962417,-0.0060836817,-0.0058850152,0.009228604,-0.024139808,-0.009236101,0.022250606,0.01982163,-0.0057275817,-0.022805372,-0.018082365,0.0098733315,-0.008246519,-0.03043715,-0.008711322,0.017392658,-0.0022040694,-0.024409695,-0.0012800846,-0.020556321,0.013156945,-0.00056975946,0.0027007349,0.030572092,-0.0039470834,-0.0060761846,-0.008081588,0.032086454,0.026928632,-0.00030034196,-0.031156845,0.011162788,-0.0027438416,-0.0043781516,-0.004734251,0.014431408,0.0139815975,0.00033782612,-0.02766332,0.0077517275,-0.04060286,-0.015031154,-0.024454676,-0.025264334,-0.05286768,-0.0013541158,0.038263846,0.008921234,0.005603884,-0.00031580418,0.01366673,0.02901275,-0.007020786,0.004490604,-0.020091517,0.040512897,-0.028053157,0.024739556,-0.020211468,-0.032446302,-0.009198616,0.015533442,0.005199055,-0.0019473028,-0.02022646,0.005735079,0.0395533,-0.004629296,0.010345632,0.023555055,0.009775872,0.014386427,0.02761834,0.012864569,-0.0060836817,-0.010105734,0.012219841,-0.02749839,0.0051765647,0.009116151,0.028742865,0.052088007,-0.0073506464,0.017782493,-0.024499657,-0.0004976024,0.06018459,0.037364226,-0.0066496925,0.0063760583,-0.030137276,0.009753382,-0.021785803,-0.04105267,-0.009018692,0.010750461,-0.019281859,-0.033525847,-0.009940803,-0.031126859,-0.030182257,0.012159866,0.00078951044,0.01440142,-0.004633044,0.014926198,0.02030143,0.03223639,0.023375131,0.003716556,0.0036734492,0.018577157,-0.011035341,-0.0397932,0.021785803,0.019431796,-0.016493037,0.01982163,-0.020286435,0.019596726,0.01809736,-0.03835381,0.046960175,-0.022805372,-0.0036959397,0.027033586,0.026913637,0.008358971,0.004408139,0.022010708,-0.03889358,-0.04633044,-0.019026967,0.036704503,-0.04857949,0.018487195,0.023180213,-0.014881217,0.012452243,-0.012497224,0.0076092873,0.01276711,-0.00044746735,-0.0016418068,0.016568005,-0.0151286125,0.029477555,0.04441125,0.017782493,-0.019971568,0.010503066,0.007684256,-0.009236101,-0.016253138,-0.0026707475,-0.026928632,-0.026208935,-0.032386325,0.035445035,-0.018981986,-0.0031917775,0.0070170374,-0.021755815,0.010405607,-0.007811702,0.026133966,-0.046120528,0.007804205,0.008861259,-0.021665853,-0.0006011524,0.030796997,-0.0143789295,0.019191897,-0.0108029395,0.011170284,-0.0011151542,-0.02136598,-0.0011057832,0.010518059,0.0043781516,-0.0064397813,-0.048159666,0.026628757,0.0021834532,0.017947422,-0.021096094,-0.00012779761,0.012842079,0.013036996,-0.022160644,-0.027273485,0.0022340568,0.009438516,0.0033735756,-0.008778794,-0.038263846,-0.01944679,-0.0042319633,0.04857949,-0.0026145212,-0.0050303764,0.0029931113,0.011620094,-0.006008713,0.000050545066,-0.017842468,-0.002344635,-0.003538506,-0.026118973,-0.00847892,0.024664586,0.03121682,-0.03391568,0.025519226,0.028338036,0.01830727,-0.05673605,0.03175659,0.016672961,0.022295587,0.0038833604,0.012129879,0.021395966,0.02574413,-0.018232303,0.010937883,0.024889491,-0.022010708,0.021141075,-0.034245543,-0.052687757,0.013869145,-0.010315645,-0.02859293,0.009138642,0.0018995105,0.0013700466,0.0031486708,0.010608021,0.0020672523,-0.0012960153,-0.0123173,0.0054389536,0.02333015,0.04624048,-0.024154803,0.0043669064,-0.007433112,-0.007819199,0.0019341834,-0.026073992,-0.016897867,0.0028394263,-0.038473755,0.0010645506,0.014393923,-0.04755992,-0.0056076325,0.022355562,-0.0279482,0.0052477843,-0.021306004,0.013509297,0.005926248,0.0019116929,0.02925265,-0.019671695,-0.009933306,-0.01748262,-0.0054726894,0.025954042,0.005019131,-0.043481644,-0.043871477,0.026508808,-0.00949849,-0.03439548,-0.012819588,-0.007429363,-0.022895334,-0.006413542,0.02965748,0.00919112,0.0032292616,0.024049846,0.008711322,0.03325596,-0.0009075856,0.027723296,0.017542593,0.042911883,-0.017302696,0.0044118874,0.014131534,-0.010293154,0.0071444837,-0.025849087,0.035774898,0.030617073,-0.004190731,0.029687466,-0.009266088,0.0044756103,0.02316522,-0.0163431,0.030452143,0.009176126,0.010623015,0.009183623,0.025429264,-0.004640541,-0.0016015114,-0.0062111276,0.004584315,0.019311847,-0.010330639,0.031516694,0.017467625,0.0004430161,-0.0052927653,-0.0267637,0.020991137,-0.0085913725,0.044021416,0.0042282147,0.027708301,-0.05763567,0.0161032,-0.014124037,-0.010847921,-0.015098626,0.002837552,-0.01082543,0.014393923,0.00847892,0.011530132,-0.014566351,0.009153635,0.017572582,0.0028675394,0.0030999412,-0.007155729,-0.016478043,-0.0069533144,0.037004378,0.016837891,0.04105267,-0.027438415,0.011672572,0.014806249,-0.0059562353,0.0032742426,-0.012069904,-0.03586486,-0.007924154,-0.00061942596,-0.006267354,-0.011575113,0.07053022,-0.028997758,0.019536752,-0.013374354,-0.0123472875,0.0000678815,0.00431068,0.03754415,-0.0024664586,0.010832926,-0.04318177,-0.033795733,0.016088208,0.0011114058,-0.009146139,0.028577935,-0.008583876,0.02096115,0.0029762434,0.014431408,-0.0002626235,-0.02479953,-0.00862136,0.014251484],"social":"https://www.linkedin.com/in/muhammad-bilal-moten-a5a8b2a2"},{"title":"eco chamber","description":"building a solution to help make growing community gardens easier.","niche":"other","youtube_url":"https://youtube.com/watch?v=vTSUAnqfMOc","youtube_transcript":"What's up? My name is Esther, and that's my dog jedi. And I'm the creative eco chamber, a platform to help make growing community gardens easier. How it works? Is that a contribute you get something called the contribution coin that use those coins to buy fresh produce during the harvest season. This has been a really big project. We have three community gardens AKA chambers that we're cultivating currently. And it has been a little bit difficult to create the platform by myself and also create a community garden. As well as just learning everything about cultivating and understanding what kind of contributions would be best for this platform. So I'm super happy that we have land that we're working on, and we have members that are helping us out. I would love to have a budget to actually buy produce and planted and have people that are professionals help me with this process.","embedding":[0.025494233,-0.028020825,0.013089577,0.05914662,0.016894685,0.017138213,-0.0071003344,0.06922255,-0.03439819,-0.023241607,0.033332758,-0.017442621,0.020669354,-0.045143817,0.007766228,0.038507707,-0.028431777,-0.017305637,-0.036742136,0.062464677,0.011407718,0.02400263,0.023165505,0.0054717474,0.010212914,-0.035707146,-0.014870368,0.07628483,0.011856721,-0.06922255,-0.0040029753,-0.015228048,-0.028903611,-0.009314908,-0.03698566,-0.039146967,-0.03610288,0.009505163,0.0066627464,0.031902038,-0.02849266,0.024565786,0.013842988,0.014337652,-0.024489684,-0.017944897,-0.05047097,0.023819985,0.024139615,0.010121591,-0.032967467,0.007625439,0.037685804,0.00002440621,-0.011225073,-0.061399247,-0.016438073,0.0452047,-0.039481815,0.0011491431,0.028660085,-0.037868448,0.065387,0.03646817,-0.008850684,0.012366606,0.0068377815,0.013736445,-0.025874743,0.018355848,0.02089766,0.02990816,-0.010464051,-0.050592735,-0.005247246,-0.026209595,-0.012130689,-0.02190221,-0.00025827182,0.007876577,0.00028823703,0.0052015847,-0.019360397,0.019314736,-0.016529396,-0.05150596,0.0018911394,-0.024626669,-0.057137523,0.00802117,-0.014702943,-0.0064534657,-0.036011554,0.006160472,0.047061592,0.0008309408,-0.03433731,0.0073134205,0.06684816,0.02678797,0.044261035,-0.073666915,0.036711697,-0.02260235,-0.003907847,0.011940434,-0.000087458066,0.002935642,0.029679853,-0.016788144,-0.12992166,-0.024444023,0.00434163,-0.012754727,-0.005422281,-0.04273899,-0.02989294,-0.0071117496,0.0024771262,-0.059542354,-0.04039504,0.04837055,-0.0022716504,0.032571737,0.018523272,-0.025326809,-0.05774634,-0.008401682,-0.035524502,0.002016708,0.008668039,0.019832231,0.015357422,0.012709065,-0.022830656,-0.01604234,-0.046270132,0.00085614965,-0.022450145,-0.017594825,0.037442278,0.0012956398,-0.014048464,0.014459416,-0.0074656247,-0.033637166,-0.017457843,0.0019748518,-0.043652214,0.004942837,0.029101476,-0.007907017,-0.07835481,-0.013142848,0.0008461612,-0.006951935,-0.0021860353,0.04283031,-0.008896346,-0.0018901881,-0.014535518,-0.007515091,0.010167252,-0.020912882,-0.0036129514,0.03972534,-0.029679853,0.006423025,-0.039786223,0.009961776,-0.044687204,-0.012260063,-0.007838526,0.056863554,0.018127542,-0.045356903,-0.015578118,-0.030669183,0.0143300425,0.010174863,-0.031567186,0.049283776,-0.07007489,-0.008629988,-0.08456475,0.017275197,-0.028675305,0.011940434,0.014832317,0.018173203,-0.0074694296,0.04270855,0.013789716,0.031475864,0.06636111,-0.057167966,0.07342339,0.016605498,0.06544788,0.043987066,0.0000681947,0.02190221,0.031932477,0.03330232,0.000037575457,-0.018979887,-0.03698566,-0.048461873,-0.009101822,-0.022541469,0.045417786,-0.008158155,-0.023698222,-0.015387863,-0.008538665,-0.011575143,-0.007172631,0.064595535,0.00045827788,0.0033484963,-0.053758588,0.032023802,0.05226698,0.016940348,-0.0032800043,0.0011538995,-0.010966325,-0.029329784,0.05844648,-0.0072030723,-0.006929104,0.017305637,-0.019634364,-0.024261378,-0.02153692,0.017975338,-0.019177752,-0.03506789,0.056833114,0.023500355,0.02575298,-0.0008138178,0.003957314,0.03208468,0.0073210304,0.0043568504,-0.036711697,-0.06550876,0.008264698,0.052754037,0.029542869,0.04027328,-0.005426086,-0.03658993,-0.008850684,-0.0152052175,-0.049892593,0.03713787,0.012678625,0.027533771,0.03762492,-0.00056981517,-0.04867496,-0.004276943,-0.004345435,0.047426883,-0.012815609,-0.0166816,-0.058294278,-0.0027149455,0.025265926,0.027685976,0.023317711,-0.0148094855,0.0093605695,-0.021293392,-0.009436672,0.012465538,0.060272932,-0.002678797,-0.02820347,-0.029071037,-0.005235831,-0.0045433007,-0.014018023,0.043956622,0.031064913,-0.027655534,0.03129322,0.026696648,0.009086601,-0.000543655,0.028629644,0.06453466,-0.015403083,-0.0010302333,0.03097359,-0.038172856,0.042008407,0.038873,0.013120017,0.0047069206,-0.001292786,-0.0043720705,-0.02780774,-0.03762492,0.014352873,0.006750264,0.009505163,0.014345262,-0.02678797,0.03226733,0.011346837,0.03646817,-0.022297941,0.016072782,0.04900981,0.023165505,0.040882096,0.008797413,-0.0025988896,-0.017929675,-0.009505163,-0.034093782,0.020669354,-0.0201823,0.050166562,0.028112149,0.038446825,-0.028827509,0.001533459,-0.037777126,-0.03826418,-0.034276426,-0.021247732,-0.0056467825,0.0014183546,-0.021369494,0.06709169,0.008462563,-0.0011358252,-0.06502171,-0.03165851,-0.018721139,0.028370896,-0.0012794681,0.014855147,-0.018477611,0.0128232185,0.008515835,0.048553195,0.0067274333,-0.027092379,-0.042495463,0.043895744,-0.009703029,0.04143003,-0.04179532,-0.049131572,-0.019055989,-0.030669183,0.040912535,0.03272394,0.059237942,0.00026588203,0.011506651,-0.016498955,0.046270132,0.019984435,-0.043165162,0.0062061334,-0.026285697,-0.0137744965,-0.012419878,0.001835014,0.0271076,0.07750247,0.01706211,-0.030045144,0.03546362,0.08547798,-0.008835464,-0.031232338,0.009276857,0.041917086,0.05738105,0.02642268,-0.0019434596,-0.0073438613,-0.0018664062,0.058568243,-0.07896363,-0.020014876,-0.007899407,0.016270649,0.017183874,0.03024301,0.033637166,0.0028595398,-0.05497622,0.02433748,-0.009969386,-0.03698566,-0.00557829,0.032602176,0.018203644,-0.028020825,0.019223412,0.00093748386,-0.031049693,0.025494233,-0.042282376,0.057167966,0.0108750025,-0.0002644551,-0.015220438,-0.020273622,-0.032602176,0.007922238,-0.0016114638,-0.0187668,-0.022374043,0.043347806,-0.02153692,0.016483733,0.041095182,0.042891193,-0.018173203,-0.040212397,-0.08152066,-0.05177993,-0.009505163,0.012237232,-0.031841155,-0.012838439,-0.02607261,-0.0046802848,0.009725859,0.016179325,0.004410122,0.0079298485,0.01707733,0.0063849734,0.030471316,-0.044535,0.0018378679,0.05835516,-0.03689434,-0.030075585,-0.013066745,-0.0107989,-0.01741218,0.01181867,0.04490029,-0.01952782,0.0017332274,0.009444281,0.030121246,-0.0028994933,-0.022754554,-0.01146099,0.046391893,-0.00940623,0.04763997,-0.020456268,-0.027259804,-0.030395214,0.04377398,-0.025296368,0.0061528618,-0.005426086,0.0005255807,-0.022571908,0.007838526,-0.053454176,-0.020593252,0.024261378,0.0046726745,0.03445907,-0.010928274,-0.008820244,0.026498782,-0.026985835,0.04529602,0.034245986,-0.0047411663,-0.024367921,0.013416816,-0.014002803,0.0019501186,0.01424633,0.028431777,0.012267672,-0.018873343,0.027305465,0.009155094,-0.0542152,-0.017122993,0.020654134,0.026894514,0.015737932,0.018416729,-0.016483733,0.01113375,-0.009292077,0.033150114,-0.05394123,-0.02263279,-0.017929675,-0.021856548,-0.032937028,0.025783421,0.011255514,0.0005051283,0.038081534,0.0049200063,-0.014581179,-0.035311416,-0.018173203,0.0012709065,0.00006100066,0.024946297,-0.0075074807,-0.032602176,0.028629644,0.009185534,-0.024581008,0.020288844,-0.021110747,0.0285231,-0.008112493,-0.017929675,0.0153269805,0.011407718,-0.034276426,0.026650986,0.03028867,0.00051606796,0.005159728,-0.04216061,0.00679212,0.030730063,-0.010372728,0.026057389,0.009231196,0.059268385,-0.027396789,-0.016514175,-0.006681772,0.035676707,0.0030364774,-0.02400263,0.031171456,-0.020608474,0.012465538,0.040425483,-0.018903784,-0.0020186105,0.0070470627,0.04423059,-0.018919004,0.0031163846,0.037442278,0.020958543,-0.00036743088,0.03996887,0.030014703,0.026620546,-0.0032552711,0.008127714,-0.011871941,-0.028994935,0.002191743,-0.014565959,0.029086256,0.0147714345,-0.022526247,-0.0045851567,-0.04687895,0.0028747602,-0.013135238,-0.042891193,-0.025966067,0.013013475,-0.005216805,-0.0033085425,-0.0004782547,-0.02747289,0.052723598,0.0030764309,-0.0052320254,0.02783818,0.020364946,0.03027345,0.0071650213,-0.013477698,0.010532543,-0.0018768702,0.018462392,-0.0020642718,-0.0012271478,0.009512774,-0.009254026,-0.049101133,-0.017899234,0.0011843403,-0.0018502345,-0.027061937,0.020030096,-0.016666379,0.009687808,-0.024976738,-0.003553972,-0.012222012,-0.014657281,-0.0107989,-0.006472491,-0.01771659,-0.012785167,0.013637512,0.01741218,-0.029284121,-0.016833805,0.010471662,0.014185448,0.031019252,-0.00080002425,-0.023074184,0.017503504,0.0045699365,0.031506307,-0.020943323,-0.008569106,-0.018964665,-0.040516805,0.021293392,0.0037670583,0.018721139,0.009900895,0.011080478,0.051719047,-0.022039194,-0.0038089145,-0.03342408,0.026498782,-0.0069975965,-0.0107532395,0.02677275,0.026224814,-0.03658993,-0.010471662,0.027716417,0.031262778,-0.030653961,-0.007682516,0.031932477,-0.023089403,-0.034276426,-0.0083408,0.008881126,-0.023211168,0.0135538,0.030821387,-0.01217635,0.0032952249,0.026711868,-0.03783801,0.016270649,-0.0000017836451,0.044535,0.023378592,0.014961691,-0.0015829256,-0.023089403,0.009916116,0.03518965,-0.037442278,-0.044595882,0.0017265684,0.00096364395,0.0030022312,0.02922324,-0.015471575,-0.028690524,0.0059283604,-0.011742568,0.022891538,-0.027138041,0.036559492,0.013736445,-0.010890223,0.01706211,0.04630057,0.002781535,-0.0103575075,0.055189308,0.0044748085,-0.012693845,-0.007400938,-0.08852207,0.0038716989,-0.03999931,-0.026437901,-0.02607261,-0.011613194,0.0039915596,-0.011057648,0.033606727,0.02123251,0.005076016,-0.029086256,-0.007168826,-0.013112407,-0.0054108654,-0.0021613021,0.0041285437,0.0112707345,-0.030821387,-0.0074960655,-0.014893198,-0.032297768,0.027944723,-0.042617224,-0.028188251,-0.026574884,-0.01426155,-0.008766972,-0.025463792,-0.051536404,0.0024390751,0.0141321765,-0.00068444404,0.016605498,0.0009855233,-0.012298114,-0.00030036582,-0.046544097,-0.011765398,-0.035615824,-0.035646264,-0.048979368,-0.0064801015,0.009657368,-0.0009893285,0.005258661,-0.03829462,-0.001245222,0.017259976,-0.021947872,0.01598146,0.008888735,0.016285868,-0.014010413,0.03342408,0.024641888,-0.012488369,0.025950847,0.0103575075,0.03640729,0.009809572,-0.0037575455,0.041582234,-0.019649586,0.03555494,0.017518723,0.07214487,0.043956622,0.0028652474,0.026940174,-0.017807912,0.011171801,-0.009847623,-0.0023553628,0.018964665,0.03515921,-0.04033416,0.0410343,-0.009063771,0.016575057,-0.005045575,0.044261035,0.011537092,-0.03272394,-0.0038869192,-0.005247246,-0.014002803,0.01249598,-0.0061300313,-0.024915857,-0.052358307,-0.013120017,-0.009193145,-0.019756129,0.04246502,-0.024246158,-0.002555131,-0.0074275737,-0.024124393,-0.005540239,0.023485135,-0.0074960655,0.0041209334,0.0031943894,0.02083678,0.038538147,0.00801356,-0.017153433,-0.012785167,0.0036281717,0.020638913,-0.0058598686,0.0015753153,-0.0089648375,-0.048492316,0.008363631,-0.025159383,0.011773009,-0.010593425,0.007267759,-0.001337496,0.024489684,-0.005486968,-0.024641888,-0.010859782,-0.006712213,-0.0051292875,-0.008865905,-0.006088175,-0.017518723,0.012092638,0.028918833,-0.0042579174,0.010692357,0.012343775,0.033911135,-0.0009760106,0.0019225315,0.00504177,-0.005216805,-0.025220266,0.025524674,-0.013706004,-0.030106027,0.011963264,0.019512601,-0.031810716,0.011034817,-0.00051416544,-0.005216805,-0.02470277,0.0015686564,0.013736445,0.047579087,-0.020547591,0.023074184,-0.014786655,0.012838439,-0.01671204,0.011438159,-0.005589706,0.011004376,-0.019177752,-0.003618659,0.02295242,-0.01913209,-0.0033427887,0.0015572411,0.008591937,0.02187177,0.006951935,-0.039116524,-0.017305637,-0.028370896,-0.007830915,0.015463965,0.05531107,-0.038142417,0.017853573,-0.0071459957,-0.007347666,0.0011244098,-0.023713442,-0.0020452463,-0.01323417,-0.011050038,0.01878202,0.013317883,0.032115124,0.020410607,-0.014375703,-0.018279746,-0.0021327639,0.033911135,0.0009836208,0.011438159,0.0006663698,0.0076977364,-0.013530969,-0.002030026,-0.0032590763,-0.012366606,0.025859524,-0.0011491431,-0.013028694,-0.013728835,-0.027229363,-0.020014876,0.04566131,-0.007777644,-0.023211168,0.013957141,-0.023135066,0.01671204,-0.021415155,-0.04998392,0.046087485,-0.02744245,0.05631562,-0.019086428,-0.014931249,0.011887162,0.033972017,-0.0051673385,0.007960289,-0.008500614,0.02433748,0.0056353672,0.01986267,0.03869035,0.03576803,0.02984728,-0.013926701,-0.011674075,0.037411835,-0.008500614,-0.001409793,-0.004410122,-0.003333276,0.040121075,-0.007945068,0.003302835,-0.024824534,0.020988984,-0.045630872,0.03546362,-0.020471489,0.005083626,-0.0009717298,0.0028975909,-0.016559836,0.015395473,0.009421451,0.025783421,-0.02951243,0.021065086,0.003066918,0.017792692,0.024946297,0.03232821,0.00418562,-0.022800216,-0.020699795,-0.012328555,0.0030478926,0.008995279,-0.011118529,-0.0032077073,-0.017259976,-0.0035444594,0.022815436,-0.033972017,0.015768373,-0.021978311,0.040121075,-0.004105713,0.0036452948,0.026514003,-0.0024200496,0.024109174,0.033180553,0.0042807483,0.0022849683,0.007362887,0.0033351784,-0.032967467,0.028583983,-0.059390146,0.005768546,-0.003580608,-0.00080097554,0.01492364,-0.012123079,-0.020912882,-0.0306083,0.0015696076,0.004908591,0.008881126,-0.05665047,0.009946556,0.032023802,0.045996163,0.005494578,0.027731638,-0.018903784,-0.005958801,-0.03549406,0.019832231,-0.00043116647,-0.056893997,0.003553972,-0.008538665,-0.010654306,0.037381396,-0.0020433438,0.025585556,-0.014314822,0.0051292875,0.018508052,-0.0052053896,-0.01952782,0.0031696563,0.0078080846,0.039573137,0.0062061334,0.0056734183,-0.03829462,0.038994763,-0.0029508623,-0.0010093052,0.015768373,0.008036391,0.013713614,0.008782192,-0.01703167,0.009786742,-0.010212914,-0.035646264,-0.011567533,0.015578118,0.011887162,-0.04486985,-0.052662715,-0.009413841,0.009352959,0.004771607,-0.008416902,-0.023089403,-0.039573137,0.022008752,0.0071536056,-0.008766972,0.034185104,0.010852172,0.026559664,0.028583983,0.015509626,0.008949617,-0.0030536002,0.0306083,0.03546362,-0.0009788644,-0.013797327,-0.0074199634,-0.0030650157,0.014352873,-0.015266099,0.03509833,-0.0036510024,0.004550911,0.017564384,0.0137744965,0.021323834,0.029055815,0.011171801,-0.070014015,0.003354204,-0.016818583,-0.025250707,0.0039002371,0.033880696,0.02573776,-0.009626927,-0.030471316,0.011263124,-0.0023877062,-0.024778873,0.020928102,-0.018157981,0.01183389,0.014162618,0.0030364774,0.03652905,0.0011529481,0.0053804247,0.0027073354,-0.016179325,-0.0111109195,0.0033218605,0.0050912364,-0.008074442,0.007229708,-0.0023915113,-0.011057648,-0.00321722,-0.0036890537,-0.0015277514,0.020699795,0.00075578986,0.035950676,0.019634364,0.035707146,-0.00009988412,0.017229535,-0.016620718,0.0123057235,0.00015684185,-0.018036218,0.0050607957,0.009908505,-0.02117163,-0.012541641,-0.027244583,-0.03802065,-0.03509833,0.02503762,0.004299774,0.011209852,-0.0011548507,-0.07421485,0.003673833,0.019010326,0.0033484963,0.0032019995,-0.0025227875,-0.006232769,0.011217463,-0.032115124,-0.03990799,0.013439647,-0.03378937,0.0042312816,-0.023804765,-0.002479029,0.0064839064,0.012107858,0.004337825,0.024109174,0.10015048,-0.015631389,-0.0067312387,-0.0050151343,0.06319526,0.009976997,0.009961776,-0.009809572,0.020319285,-0.0021822304,-0.013614682,0.002850027,-0.005738105,0.01461162,-0.020425828,-0.029284121,-0.029390665,-0.0057152743,-0.0039801444,-0.02296764,-0.02295242,-0.009330128,-0.027275024,-0.01113375,-0.057563696,-0.026940174,0.022328382,0.01913209,0.00799073,-0.014695332,0.020030096,0.030379994,0.036285523,0.043530453,0.021978311,-0.0076330495,0.0024029266,0.0020642718,0.020212742,-0.017290417,-0.004147569,0.011704517,0.0019501186,-0.0069747656,0.0020490515,0.0047754124,-0.0038774065,-0.014710553,-0.01598146,-0.010562983,-0.04133871,-0.0015933895,0.026727088,0.012648184,0.009558435,-0.012008925,0.009832403,0.049831714,0.02922324,-0.02118685,-0.004345435,0.0023915113,-0.007617829,0.02505284,0.007347666,0.00538423,-0.00125854,-0.016270649,0.026285697,-0.0011491431,-0.02190221,0.0020262208,0.027883843,0.011285954,0.014139786,0.018919004,0.012648184,-0.01942128,0.015030182,-0.04030372,-0.02990816,0.003597731,-0.0024048293,-0.0037632533,-0.013706004,0.0016894686,0.005490773,0.034245986,0.007446599,0.06623934,-0.0057495204,-0.007233513,-0.013766886,0.0438653,-0.0044215373,-0.013804937,-0.031034473,-0.010996766,-0.05564592,-0.008241867,-0.013135238,-0.0056505874,-0.0029432522,0.009535604,-0.011354446,-0.03990799,0.02745767,0.030501757,-0.025889965,0.008302749,-0.01771659,0.010829342,0.018690698,0.011004376,-0.003409378,0.004174205,-0.0089648375,-0.024733212,-0.01984745,-0.0054413066,0.015966238,0.048461873,-0.032784823,0.008386461,0.013759276,0.012944982,0.0180971,-0.014855147,0.032510854,-0.0027967554,-0.0347026,0.061064396,0.025661658,0.014033244,-0.021719564,0.020684576,-0.0066855773,-0.038812116,0.0027587044,0.03865991,-0.062403794,0.0050950414,0.011209852,-0.0067654843,0.0063088713,0.015951019,0.0076026088,-0.0013784008,-0.013279832,0.024474464,0.021491257,0.011331616,0.019634364,0.00870609,0.0121839605,-0.016757702,0.03159763,0.02716848,-0.013728835,-0.011765398,0.01768615,0.021308612,-0.01110331,-0.005551655,0.024170056,0.008591937,0.0109130535,-0.0004145191,-0.004771607,0.012031756,0.014756215,-0.00051797053,-0.03372849,-0.027655534,0.019010326,-0.026437901,-0.023226388,0.016498955,-0.010106371,0.003337081,-0.0048477096,0.006023488,0.0010806511,-0.0076368544,-0.020075757,0.020425828,0.006742654,-0.016285868,0.0063164816,-0.0030193543,-0.007922238,-0.016057562,-0.0014107443,0.009893284,0.036955222,-0.0044976394,-0.029086256,-0.014938859,-0.034245986,0.01881246,-0.027305465,-0.027183702,0.014428975,0.01604234,0.014573569,-0.0020852,-0.016468514,0.02086722,0.009938946,0.0033979628,0.016590277,-0.006849197,-0.008120104,0.05114067,-0.019756129,-0.021278173,-0.010722798,0.019390838,0.020380165,-0.040242836,0.01113375,-0.016240207,0.030699624,-0.039025202,-0.019877892,0.015829256,0.023972189,-0.031156236,-0.03208468,-0.021963092,0.016559836,0.000064627406,-0.008942007,0.01881246,-0.044930734,0.019253854,-0.008135324,-0.035615824,-0.046665862,-0.004288358,-0.013081966,0.015068233,0.025098503,-0.017960116,0.0107989,0.01426155,0.004984693,0.0034835776,0.01811232,0.0071802414,-0.0076672956,0.029451547,-0.027335906,0.00026374165,-0.018645037,-0.0014963592,0.02646834,-0.015060623,-0.02395697,0.006750264,0.0031525332,-0.012967813,0.045052495,-0.01674248,0.025463792,0.034367748,0.014193058,0.001467821,-0.0019501186,0.030136466,0.0043568504,0.012366606,0.02815781,-0.022450145,-0.028264353,-0.007830915,-0.00608437,0.037746686,0.0056848335,-0.020760678,0.01634675,0.0112707345,0.0057228846,0.01181106,-0.0002901396,-0.014634451,-0.020425828,0.0075036758,0.025433352,-0.011400108,-0.005631562,0.0187668,0.00080002425,0.012473148,0.0513842,0.04100386,0.020258402,0.0075949985,0.0024504904,-0.029101476,0.011491431,-0.0061300313,0.0022355018,-0.005213,0.03865991,0.04136915,0.032449972,-0.021963092,0.00347787,0.0015629487,0.012298114,-0.0046117925,-0.03640729,-0.034185104,0.016179325,-0.02990816,-0.0012423682,0.013158068,-0.038751233,0.007435184,0.030045144,0.014543128,0.009923725,0.018157981,0.018690698,-0.023195947,-0.010327067,-0.04413927,0.0008903956,0.0069481297,0.008493004,-0.01284605,0.0423737,0.0111109195,0.060394697,-0.011392497,0.010304237,0.022221839,-0.0015648513,-0.01115658,0.0016780533,-0.009094211,-0.002966083,0.022754554,-0.03098881,0.012807998,-0.019725688,-0.003179169,0.010821731,-0.0007719616,0.0040866877,0.032145564,0.019071208,-0.040121075,-0.0030326722,0.015220438,0.035646264,0.00020083843,0.01808188,0.014824706,-0.0070432574,-0.0075949985,-0.007945068,0.017914455,-0.002380096,0.04760953,0.010296626,-0.0059359707,0.025068061,-0.028583983,0.025935626,0.024885416,0.025966067,0.00974108,-0.040790774,0.0013089577,-0.0038260375,0.00024031644,-0.0008975302,-0.038812116,0.044291474,0.019603923,0.015768373,0.005525019,0.025083281,0.003131605,-0.04486985,0.015106284,-0.013629902],"social":"https://twitter.com/Esther_vibes"},{"title":"jørgen's short movies","description":"engageing short movies for builders and creators","niche":"creator","youtube_url":"https://youtube.com/watch?v=O57D_ckB9p4","youtube_transcript":"Name is Yergin, which means farmer. I make short movies like this, and I tell stories. But why? I'll tell you why I make these videos for the grown of kids with an ambition to make a difference. The ones who don't fit into a traditional path of being obedient in school and getting a normal job. I'm doing it for him and others like him. My ambition is to inspire people through these videos to chase their dreams and make a difference. In other videos, I've talked about going from no one watching our videos to many people watching them. So today, I'll talk about something even more important. I have never received the type of support that I've gotten from the build space community. I guess it's the the build space effect. You've showed me that these videos mean something to you and that means everything to me. I love everything about your content. Please continue doing whatever you're doing now. Love this. More content, please, a goat emoji. I don't know where this journey will take me, but I promise you, I will take you along with me through this movie.","embedding":[0.0486643,0.048196375,-0.056794517,0.04310768,-0.00514353,-0.048635058,0.017912792,0.027607633,-0.0325501,-0.024726965,0.0072784424,-0.021670822,-0.033076517,-0.06814172,-0.001581992,0.034509543,0.010594137,-0.024478378,-0.010879279,0.007932808,0.044160515,0.024142057,-0.018176,0.034246333,0.0094097,-0.06077189,0.012487775,0.066679455,0.008079034,-0.0670304,-0.032023687,-0.01943355,-0.007567241,-0.05492281,-0.013774571,-0.06246812,0.011975981,-0.057554897,0.051179405,-0.006090349,0.003275482,-0.007545307,0.035884075,0.010967015,-0.022167994,-0.037726533,-0.027242066,0.008298375,0.013328579,0.015105236,-0.015924107,0.02737367,-0.0019868577,0.08153611,-0.0070664138,-0.04316617,-0.036585964,0.019214211,-0.04261051,-0.038048234,0.005969712,-0.03623502,0.047436,0.013087305,0.009387765,0.00012235077,-0.064047374,-0.009285406,0.004770652,0.004288103,0.056004893,0.015134482,-0.027066594,0.02203639,-0.030736888,-0.03249161,0.0069092195,-0.01077692,-0.016158069,-0.056121875,0.0039152247,0.018834021,-0.032842554,-0.0017437554,-0.01142763,-0.01338707,-0.034597278,-0.081419125,-0.009446256,-0.0024419888,-0.0029921674,0.017064676,-0.0053738374,0.0036447048,0.054074697,0.0029921674,0.0053153466,0.053285073,0.050360534,-0.014849339,0.02497555,-0.017444866,-0.011120554,-0.023133092,0.022621296,0.033339728,0.0076549766,-0.009073378,0.020179309,-0.03597181,-0.14739668,-0.023937339,0.028060937,0.008298375,-0.01425712,-0.006280444,0.0057430603,-0.039481256,-0.0017282189,0.0050960067,0.0034674047,0.015704766,0.021904785,-0.039218046,0.009175736,-0.047143545,-0.034509543,0.041206732,-0.052641675,-0.04939544,0.04799166,0.01839534,0.020822708,0.013292023,-0.02671565,-0.047202036,-0.045359574,-0.042873718,0.018834021,0.06533416,-0.008605451,-0.013094616,-0.009073378,-0.016041089,0.066387,-0.007918186,-0.023191582,-0.000010203037,-0.0035332069,-0.0142790545,0.061415285,-0.011354516,-0.05556621,0.019930722,0.043019947,-0.039802954,0.0001687321,0.019141098,-0.007176084,0.04032937,-0.0039006018,-0.019799119,-0.041879375,0.011047441,-0.05916339,0.055858664,-0.049775627,-0.054981302,-0.036381245,-0.005282446,-0.053577527,0.008174082,-0.06732285,0.013642967,0.05641433,0.010513712,0.02029629,-0.011047441,-0.0035185842,0.010170079,-0.016392032,0.00240726,-0.050360534,-0.04129447,-0.0070554465,0.050799217,-0.04673411,0.0009632695,0.033690672,0.022796769,0.00010058809,0.05240771,0.012538955,-0.00394447,-0.01659675,-0.050565254,0.033281237,-0.02437602,0.041937865,0.050477516,0.032169912,0.012283057,0.045622785,-0.03553313,-0.0651002,-0.04059258,-0.025004795,0.0055858665,-0.06457379,-0.0045513115,0.068083234,-0.0034893388,-0.0006726436,0.02781235,-0.024112811,0.026525555,-0.024726965,0.06457379,-0.031818967,-0.0024785455,-0.012041783,0.057993576,0.0038274883,0.01213683,0.016962318,-0.0013114723,0.026510932,-0.029888773,0.005914877,0.041060507,0.014600753,0.028850563,-0.020354781,-0.059426602,0.039393518,-0.015149104,0.03769729,-0.0058307964,0.023264695,0.043663345,0.039247293,0.00074347225,0.026891122,0.010250504,-0.010111588,0.008971019,-0.037843514,-0.0543964,-0.012114896,0.035825584,0.018205246,0.0016761256,-0.026320837,0.012699804,-0.010308995,-0.055390738,-0.03962748,0.01517835,0.035825584,0.008152148,0.0047633406,-0.022767523,0.0036355655,-0.0053957715,-0.008393423,0.06884361,-0.02573593,-0.023834981,0.071417205,0.007208985,-0.0011177217,-0.03889635,-0.020310912,0.008261818,-0.0543964,0.0081155915,0.021305256,0.008729745,0.009153802,-0.011076686,-0.027593011,-0.030970851,-0.020925066,0.024843946,-0.00021168625,-0.007845072,0.0739908,0.03155576,0.019609023,0.00092716975,0.032286894,-0.041411452,0.031643495,-0.016392032,0.024449132,-0.0007361609,0.002840457,0.014556885,-0.013759948,0.03787276,0.001146967,-0.05840301,0.00055063557,0.05468885,-0.009526681,0.013781883,-0.0126413135,0.013240843,-0.025984515,-0.03471426,0.049102984,0.016041089,-0.036556717,-0.003231614,-0.019799119,0.030619906,0.021714691,0.014863961,-0.017751941,-0.018907135,-0.04667562,-0.013950043,-0.016552882,-0.0051983655,-0.02921613,-0.01234886,0.06077189,0.00020734513,0.005845419,0.0077573354,0.005077728,-0.036966152,0.00022539502,-0.03205293,0.01376726,-0.029069902,0.010871968,-0.035708603,0.0777342,0.008320309,-0.027402915,-0.07691534,-0.024551492,0.022811392,-0.0026119775,-0.006839762,0.028762827,-0.009541304,-0.03781427,0.027461406,0.0064741946,0.0016916621,-0.0006438552,-0.024873191,-0.004207678,-0.017020809,-0.01985761,-0.0015646275,-0.007925496,0.0150175,-0.033076517,0.049336948,0.053957716,0.022548184,0.017444866,0.013752637,0.001181696,0.026130741,0.06749833,-0.027417539,0.0084519135,-0.043780327,-0.006126906,-0.0010729397,-0.0065217186,0.0028934642,0.037785023,-0.004269825,-0.018292982,0.054981302,0.015836371,0.03971522,-0.0061013163,-0.031029342,-0.046763353,0.0074721933,0.019316569,-0.033485953,-0.0016185486,0.00715415,0.033485953,-0.015075991,-0.049892608,0.055419985,-0.013043437,0.013204287,0.03591332,0.02155384,0.03193595,-0.030649152,0.010096965,0.008810169,-0.032784063,0.01234886,0.027066594,0.047757696,-0.038282197,0.0077134673,-0.028660467,0.013452873,0.045476556,-0.04734826,0.04919072,0.0000014993966,-0.044862404,-0.005403083,0.0033833242,0.007786581,0.023834981,0.02117365,-0.05647282,-0.021714691,0.0052532004,0.03123406,0.0021074947,0.068375684,0.06878512,0.012473152,0.016172692,-0.014907829,-0.047874678,0.02269441,0.008393423,-0.012092962,-0.030298209,-0.011932113,-0.015119859,-0.017444866,-0.0021001834,-0.004690227,-0.003085387,-0.0013964666,-0.06311152,-0.012034472,-0.034246333,0.016041089,0.0062767887,0.03193595,-0.04465769,-0.021290632,-0.008890593,-0.023571773,-0.033281237,0.005344592,-0.009950738,0.0016240322,0.008364177,-0.02095431,0.026788764,0.016991563,-0.015909484,0.018322228,-0.026057629,0.0007818568,-0.003330317,-0.03945201,-0.020018458,-0.027461406,0.0049717138,-0.051764313,-0.007750024,-0.018629303,-0.022489693,0.0004989992,-0.03901333,-0.029508583,-0.038165215,-0.025911402,-0.0071139373,-0.019682137,0.00029199678,0.0008152148,-0.042054847,0.032988783,-0.025063286,-0.066387,-0.021100538,0.009475501,-0.009073378,0.024200547,0.0019192277,0.012107585,0.018292982,-0.018190622,-0.020793462,-0.013248155,-0.026306214,-0.058052067,-0.014344856,-0.0070993146,0.002705197,0.03140953,-0.008795546,0.027051972,-0.013189664,-0.0073332777,-0.034948222,-0.009307341,-0.05097469,0.056677535,-0.05419168,0.0007329622,0.0047085052,0.031146323,0.0028002446,0.03389539,0.0071358713,0.019726004,0.0170793,-0.013979289,-0.022738278,-0.0038274883,0.023089223,-0.025838288,-0.0112448465,0.0062658214,-0.014608065,0.0045513115,-0.016903827,0.029406223,0.005370182,-0.008334932,0.04038786,0.0062000193,-0.029844904,0.02857273,0.0018186967,-0.04483316,-0.008057101,-0.00924885,-0.000030159292,0.012816786,0.070013426,0.050565254,-0.01098895,0.050506763,0.010696496,-0.021349123,0.011529989,0.014059714,0.0053555593,-0.026686404,0.024405265,-0.036352,-0.0051325634,0.008854037,-0.043985043,-0.002851424,0.039188802,0.084636115,0.026671782,0.0041491874,-0.0002986227,0.03553313,-0.0028678745,0.08358328,0.016742976,0.006861696,0.011778574,-0.023030732,0.006349902,-0.022869883,0.008620074,-0.047845434,0.019243456,-0.0035715913,-0.009512058,0.009899559,-0.025999138,-0.019696759,-0.013971978,-0.01529533,-0.030473681,0.02437602,-0.011405696,-0.015967974,-0.04401429,-0.00816677,0.025618948,0.0046280804,-0.016084956,-0.011939424,-0.0271982,0.0016642446,0.047816187,0.013584477,-0.012538955,-0.04059258,-0.014023157,-0.021232141,0.045856748,-0.005264167,0.0007306774,-0.023893472,-0.0032773097,-0.018658549,-0.032520857,-0.016625995,0.008700499,-0.013730703,-0.026598668,0.0057978956,-0.000072770716,-0.03892559,-0.00043022688,-0.0014174867,-0.016582128,-0.03509445,0.025238758,0.009636351,0.018848645,-0.005282446,0.0017839678,0.025852911,-0.0059879906,0.018409964,-0.020208554,-0.002248238,0.0286166,0.013394382,0.0067045023,-0.0017227354,0.019579777,-0.009870314,-0.00832762,-0.001202716,-0.005860042,0.004576901,-0.0077792695,0.0065217186,0.021349123,-0.0087882355,0.036761437,0.0002561255,0.013409005,-0.036527473,-0.008261818,0.051735066,0.026379328,-0.028090183,0.0019027772,-0.017342508,0.035767093,-0.016640618,-0.0031383943,-0.0030214128,-0.046909582,-0.03483124,-0.007040824,-0.02121752,-0.020691102,0.03851616,-0.031672742,-0.020632612,0.012619379,0.029391602,0.0052166437,-0.00723823,-0.0058563864,-0.0092707835,0.02551659,-0.018614681,0.00429907,-0.010016541,0.0031786067,-0.026978858,-0.013467495,-0.030795379,0.040300127,0.0001831263,0.021612331,0.004587868,0.014271743,-0.0066094548,0.04065107,-0.02421517,0.015061368,-0.01115711,0.03755106,-0.014125516,-0.019945346,-0.009066066,-0.034421805,0.0027435818,0.017225526,-0.006737403,-0.0056516686,0.014651933,-0.00024195977,-0.08451913,-0.015266085,-0.010308995,-0.077675715,0.050799217,-0.038984083,-0.040738806,-0.01305806,0.04217183,0.01387693,0.007406391,-0.037024643,-0.016669864,-0.014703112,0.009585172,-0.020501008,0.014790848,-0.01637741,-0.036059547,-0.027490651,0.009870314,-0.033983126,0.021261387,-0.012707115,-0.02269441,0.008766301,-0.0010190185,0.01441797,0.006905564,-0.03491898,0.027943956,-0.013993911,0.03892559,-0.0034674047,-0.0034253644,-0.04217183,0.0029007755,-0.06299454,-0.010433287,-0.0012676042,-0.019696759,-0.0136064105,-0.008312997,0.008897905,-0.012984946,0.032023687,-0.029903395,0.025882157,0.004002961,-0.009007575,-0.0015874755,0.03149727,0.014849339,-0.03331048,0.03412935,0.022138748,0.012224566,-0.00085497025,-0.022972241,-0.0023359742,0.011756641,-0.014732357,-0.0063133454,0.0048766662,0.040504843,0.0059441226,0.007706156,0.0458275,-0.0060611037,0.0369954,-0.008481159,0.0038092101,0.0049863365,-0.0017867096,-0.04304919,0.023484036,-0.029757168,-0.016903827,0.012619379,-0.0015280708,-0.011654282,0.020223176,-0.0050631054,-0.0001621062,-0.015134482,0.005267823,-0.006324312,-0.0090806885,-0.029610941,-0.03971522,-0.0439558,0.019009493,-0.024127433,0.003131083,-0.0010601449,0.013496741,-0.003306555,0.0039006018,-0.045681275,-0.008247196,0.015046746,-0.017561847,-0.044306744,-0.01985761,0.047903925,-0.01545618,-0.009548615,-0.0038018988,0.021963276,-0.02301611,0.027797729,-0.015441557,-0.014169384,0.0099434275,-0.02095431,-0.016070332,-0.014410659,-0.008546961,-0.023878848,-0.006616766,-0.018629303,-0.006423015,-0.016611373,-0.012531643,0.008144837,-0.0040724184,0.027826974,-0.0395105,0.02121752,0.0010976155,-0.014885896,0.013591788,0.0005245889,0.03755106,-0.0031329107,-0.011164422,0.013584477,-0.0065655867,0.00935852,-0.0110035725,0.026657159,-0.013672212,0.018468454,-0.014498394,0.013101928,0.022942996,0.018483076,0.012473152,-0.004247891,-0.006719125,-0.06188321,-0.01713779,0.009453568,0.004397773,-0.017225526,-0.023367055,0.018044395,-0.016011843,0.000007504123,-0.051208653,0.01665524,-0.016450522,-0.0096582845,0.0064559164,-0.0073917685,0.004522066,-0.025253382,0.0074941274,0.025399609,0.003831144,-0.018351473,0.003966404,-0.0023871537,-0.020398648,-0.010930459,0.008283752,0.015792502,-0.01937506,-0.015690144,0.017561847,0.03123406,0.042873718,-0.030678397,0.0073917685,-0.036702946,-0.0072455416,-0.01833685,0.00962904,0.036761437,-0.0049059116,-0.027783105,-0.04515486,-0.024083566,-0.035299167,0.000016993163,-0.03041519,0.02611612,-0.009512058,0.042522773,-0.0036739502,-0.033544444,-0.014513017,0.020734971,0.01218801,0.031877458,0.015909484,-0.0042807916,-0.0012182526,-0.012758295,-0.0068141725,0.027870841,0.030883115,-0.0053336252,-0.0030214128,-0.0150175,-0.013869619,0.032345384,-0.0060647596,0.024346774,0.005637046,-0.035182185,0.009212293,0.007227263,0.005191054,-0.011354516,-0.004624425,0.0030360355,-0.03483124,-0.010250504,-0.012663247,0.016933072,-0.0003975543,-0.022182617,-0.008459224,0.005925844,-0.0002394465,0.007852383,-0.036644455,0.030970851,-0.04261051,0.01795666,-0.018000528,-0.01719628,-0.0031146323,0.0014768915,0.022372711,0.006364525,0.015002877,0.021700067,0.03565011,-0.012941078,-0.011975981,0.009183047,-0.006949432,-0.01022857,0.009782578,-0.014651933,-0.011193668,0.07562854,0.009431633,0.006178085,-0.019345814,0.006159807,-0.0233963,-0.0057503716,-0.030678397,-0.022548184,-0.027461406,-0.02469772,0.025268003,0.007567241,0.003586214,0.012400039,-0.01947742,0.019360438,0.013335891,-0.008656631,0.03962748,0.017942037,-0.0031767788,-0.00815946,0.020369403,0.013621033,0.0019429895,-0.03541615,-0.019316569,0.015046746,-0.0053994274,-0.018409964,-0.008795546,0.013650279,0.0028989478,-0.025428854,-0.0139427325,0.017298639,-0.021232141,-0.008854037,0.030502925,-0.008751678,-0.011149799,0.008854037,0.056121875,0.037960496,0.024142057,0.009841069,-0.0044233627,0.012816786,0.0010290716,0.03269633,-0.012458529,-0.010301683,0.008634697,-0.04190862,0.0062877554,0.021378368,0.0040066163,-0.017751941,-0.019652892,-0.0024346774,-0.025882157,0.014030469,-0.010981638,0.0032243025,0.0145203285,-0.023454791,0.017664205,-0.02155384,-0.009314652,-0.02405432,0.03749257,-0.011508055,0.016523637,0.0078743175,-0.022431202,0.0025023073,-0.007362523,0.014067025,-0.026028384,-0.008561583,0.0012602928,0.0366737,-0.023644885,-0.027563766,-0.008832103,0.023264695,0.03965673,-0.020354781,-0.0022098536,-0.039218046,0.037726533,0.0035258955,-0.008371488,-0.012502397,0.009811823,0.004397773,0.004931501,-0.009300029,0.015426935,-0.01745949,0.00049762835,0.027519897,-0.06328699,0.002683263,-0.008890593,0.012992257,0.034100108,0.05138412,0.017722696,0.0066642896,0.003754375,0.015309953,0.05571244,-0.01745949,-0.00004563878,-0.0011122382,-0.0055858665,0.008678565,0.009928805,-0.04576901,-0.0150175,0.0013279228,-0.017488735,-0.017123166,0.018629303,-0.0064961286,-0.0024109154,0.009044132,0.013811128,0.020427894,0.0038457667,0.03465577,0.00018678198,0.016406655,-0.018585436,0.008210639,0.0057905843,-0.002505963,-0.0048949444,0.021056669,0.007662288,0.012246501,0.007084692,0.008773613,0.010060409,0.014344856,0.0083568655,0.011676216,-0.014703112,-0.012370793,0.020501008,0.016728355,0.032082178,0.0021860918,-0.023498658,0.00563339,0.018351473,0.01633354,0.017605716,-0.01571939,-0.014834716,-0.022767523,0.015397689,0.0077354014,-0.01669911,0.0041820887,-0.01741562,0.0050521386,0.009855691,0.012429284,-0.02997651,0.014703112,0.0014275399,-0.019828364,-0.002639395,-0.013452873,0.008715122,0.013145796,-0.012750983,-0.012436596,-0.030941606,-0.014469149,0.02117365,-0.0027253034,-0.003754375,-0.01529533,-0.007910874,-0.009833757,0.00018849557,0.08580593,-0.018292982,-0.0035240676,-0.021846294,0.023834981,-0.0067703044,0.0024822012,-0.0022811391,-0.013021503,0.022562806,0.009694842,0.017327884,0.025268003,0.01577788,0.017371753,-0.034041617,-0.0022628608,-0.007793892,-0.02677414,0.010513712,0.021787804,0.027768483,0.0022299597,0.022782147,-0.049541663,0.00094407727,0.014842028,0.02013544,-0.022021767,0.03199444,0.006126906,-0.021144405,0.014432592,0.007567241,0.03684917,0.029508583,-0.0054761963,-0.029318487,-0.027929332,-0.025984515,0.001937506,-0.049102984,-0.0023012455,-0.015748635,0.013445561,-0.0036300821,0.01887789,-0.006594832,-0.0147616025,-0.013789194,-0.033983126,-0.0123049915,0.016070332,0.025867533,0.009402388,-0.007051791,-0.009453568,0.041937865,0.030444436,0.038340688,0.0003831601,0.002416399,-0.024346774,0.008473847,-0.007589175,-0.02231422,0.023732621,-0.01517835,-0.0025936991,0.008261818,-0.0049497797,-0.013328579,0.004247891,0.02061799,-0.0075160614,-0.0054067387,-0.005450607,0.0029355045,-0.020734971,0.020881196,-0.017561847,-0.031058587,-0.024259038,0.01953591,0.015441557,0.0044452967,0.017488735,0.040621825,0.013518674,0.031760477,0.008817481,-0.005205677,0.026306214,-0.0033138664,0.015280708,0.009395077,0.0043465937,-0.0009998262,-0.03140953,0.024171302,0.0014796332,0.0005734835,0.0024913403,0.009066066,-0.015134482,-0.04533033,-0.012034472,0.023747245,-0.019886855,0.009329274,0.0034345037,0.018994872,0.021890163,0.013540609,0.013621033,-0.014820093,-0.008225261,-0.030795379,-0.01289721,-0.031087833,-0.0005145358,0.0036319098,0.017298639,-0.029859528,0.026379328,0.0046536704,0.03880861,-0.025721306,0.029684056,-0.034509543,0.014542262,0.0029775447,0.0499511,-0.013913487,0.007523373,0.0219779,-0.0098483795,-0.008459224,-0.0116323475,0.037258606,-0.03483124,0.0141840065,0.013430938,-0.006920187,0.0132774,-0.014249809,0.003619115,0.035942566,0.003962748,-0.036118038,-0.011164422,0.02681801,0.01441797,0.004993648,0.006017236,-0.0029153982,0.019652892,0.028645845,-0.03509445,0.003231614,0.015032123,0.012239189,-0.006236576,-0.02029629,0.0008723347,0.012370793,-0.017547226,0.001972235,-0.018541567,0.00772809,0.03357369,-0.037989743,-0.043721836,0.015002877,-0.00924885,0.004953435,0.0023085568,-0.0021915752,-0.008415356,-0.03439256,0.017854301,0.019287324,-0.006481506,-0.013862307,-0.019594401,0.010550269,0.014578819,-0.027973201,0.027870841,-0.037843514,0.009811823,-0.022782147,-0.041206732,0.028587354,0.0057503716,-0.020881196,-0.034451053,-0.022182617,-0.0046061464,0.0134601835,0.027329803,-0.044189762,-0.024112811,0.0027326148,0.0024566115,-0.019799119,0.0067264363,-0.003831144,-0.00011800966,0.0006159807,-0.02823641,0.002363392,-0.010528334,-0.027227445,0.029757168,-0.0049863365,0.0052312664,0.006214642,0.037668042,-0.007421014,0.022796769,-0.0003797329,-0.021787804,-0.051354878,0.010689184,0.021202896,0.03260859,-0.009124557,-0.030795379,-0.008568895,0.010001918,0.007095659,-0.00013765889,0.0072345743,-0.030824624,0.032403875,-0.0061890525,-0.037141625,-0.02361564,-0.04313693,-0.013065371,0.0008618246,-0.018132132,0.0068214834,-0.000857255,0.0065802094,-0.023878848,-0.03989069,0.016421277,0.017050054,0.02241658,-0.0010208463,-0.045856748,-0.020808084,-0.019360438,-0.0055054417,-0.024917059,-0.03831144,-0.024039699,0.033339728,-0.040738806,0.016845336,0.06340397,-0.00024904264,-0.021641577,0.015967974,-0.0018863267,-0.0072857537,-0.038018987,0.028017068,0.022621296,-0.04641241,0.008963707,-0.01561703,0.0074466034,0.00013994369,-0.0028678745,0.02291375,-0.026057629,-0.020983556,-0.022752902,0.013379759,-0.007925496,0.0052934126,0.00031164603,-0.040124655,-0.03617653,0.017430244,-0.014483771,-0.018029774,0.0031438777,0.0056480127,0.005234922,0.02633546,0.008700499,0.028601976,0.01567552,-0.032403875,0.0071249045,-0.0006497957,0.006437638,0.013350514,0.00021260016,-0.022094881,-0.025092531,0.044248253,0.038018987,-0.023557149,-0.013569854,0.040709563,0.031058587,-0.017868923,0.001358082,0.006905564,0.014907829,0.0032462366,0.010601448,-0.022489693,-0.026905745,-0.0059221885,0.017898168,-0.020398648,0.04658788,0.0073479004,0.017386375,-0.0051508415,-0.020822708,-0.06580209,-0.0069128755,0.001281313,0.0012273918,0.0061524957,0.031321798,-0.03836993,0.00029428158,-0.0012273918,-0.00092625583,-0.001281313,0.0046975384,0.00062649074,-0.020544875,-0.018541567,0.0018899824,0.019799119,-0.0028368013,0.042376548,0.009336586,0.001492428,-0.01120829,0.024609983,0.03059066,0.034480296,0.012750983,-0.014710424,0.016084956,0.017927414,0.039218046,0.008627386,0.029888773,-0.003820177,-0.0074137026,-0.027987823,-0.020910442,-0.0056845695,-0.025867533,0.026569422,0.00169349,0.010316306,0.006861696,0.0138476845,0.014381413,-0.007947431,0.0009052357,0.0016825229,-0.011859,-0.050302044,0.0015902172,0.017152412,0.026744895,-0.020764217,0.026993481,-0.009438945,-0.00094407727,0.02231422,0.02607225,0.009183047,-0.0052276105,-0.016362786,-0.008495782],"social":"https://twitter.com/JorgenHalien"},{"title":"startery","description":"a bounty board for students and startups","niche":"other","youtube_url":"https://youtube.com/watch?v=Lms2mKO1LBk","youtube_transcript":"Everybody. What's up? This is Tejas from Starry. Starry is a bounty board that connects top students to start up tasks. Have you all ever been in a situation where you needed experience to get more experience really frustrating. Right? Well, that's exactly where Starry comes in. We work with startups as clients and allow students to incubate their own ideas. Boundaries we get could be anything like building it and designing a product or conducting market research for clients. Let me show you how it works. First, students apply through our website. Applicants go through a thorough vetting process, which includes a behavioral and case interview. We ensure they're capable of top notch problem solving, and students who excel at this part join the start to the operator network. On the other side, we have startups that fill out a bounty intake form. Sharing their needs and requirements. We matched the students in our network to the bounties based on their skills. Let me share with you the progress we've made with Surgery over the past six weeks. One of the main hurdles was marketing to students and start ups. Our initial attempts on Twitter didn't really get the traction we expected it to. We ended up pivoting and focusing our efforts on college camp is instead, enlisting our previous cohort members as ambassadors at their universities, and the results here were amazing. We received fifty applications and selected the top twenty three operators to join our network this year. After joining nice and weekends, we were also able to generate about three thousand dollars from clients. We've done about thirty thousand dollars in revenue so far, have five recurring clients and thirty four student operators in our network. We're also super excited to announce a product we're incubating called Bountyboard. This will automate the bounty intake and student matching processes.","embedding":[-0.036610547,0.005933868,0.008814233,0.025577016,-0.014189342,0.009451691,-0.0029059425,0.0803984,-0.0054813516,0.015542956,0.01270194,-0.040010326,0.006193573,-0.060094185,0.035099536,0.00303973,-0.017140536,-0.02756022,-0.079139225,0.031290527,0.027875014,0.0099081425,0.03717718,0.0017116927,0.0005700724,-0.014126383,-0.015133725,0.019155217,0.0028685608,-0.031888638,0.040482514,-0.022035584,-0.009388733,0.008397131,-0.021799488,0.03067668,0.022067063,0.003988047,0.018462671,-0.009349383,-0.028740697,0.0049029174,0.027513001,-0.016259113,-0.032486748,0.023153102,-0.034029238,0.015613785,0.030755378,0.056379616,-0.0753617,-0.042969387,0.020886585,0.012497324,-0.045896973,-0.03812156,-0.012395016,0.0085073095,-0.004383507,0.0001571511,0.028410163,0.014268041,0.034060717,0.0073425714,-0.0036398063,0.0061738985,-0.005658423,0.02381417,-0.022114282,0.06371432,0.060251582,0.009191986,-0.0030948191,-0.009388733,0.002351118,-0.01429952,-0.004883243,0.057512872,0.025089087,-0.02752874,0.024664113,-0.0063352305,0.04696727,0.028142588,-0.009735006,-0.02431784,-0.027402822,-0.03809008,-0.02859904,0.03758641,-0.0008651918,0.06018862,0.00030003808,0.05452233,0.073850684,-0.0014342804,-0.054679725,0.0013526307,0.06900286,0.024050266,0.019123739,-0.04825793,-0.007358311,-0.02334198,0.034469947,-0.0063981893,-0.025041867,0.008058728,0.03717718,-0.018399712,-0.122580804,0.012576022,0.010663648,-0.00075845694,-0.003494214,-0.020949544,0.0013162326,-0.03868819,-0.0104196835,-0.025718674,-0.02220872,0.036232796,-0.013984726,0.037649367,0.023326239,-0.00357488,-0.013079693,-0.028803656,0.0001589956,-0.082413085,-0.018745987,-0.021516174,0.040041804,-0.015424909,-0.043976728,-0.017864563,-0.055246357,-0.026143646,-0.025655715,-0.022444816,-0.012355667,-0.06528829,0.000033200937,-0.035571728,-0.05505748,-0.0350051,-0.018399712,0.016668346,-0.04595993,-0.008908671,-0.014999936,-0.018116398,-0.06034602,-0.0032423788,-0.0025183524,-0.028835135,-0.039443694,0.04183613,-0.0066342847,-0.029149929,-0.0066539594,0.012269098,0.015188813,-0.0118441265,-0.01750255,0.0028705283,-0.029999873,-0.01956445,-0.07983177,-0.017534029,0.010734477,-0.061101526,-0.039254818,0.061510757,0.0275917,-0.030535024,-0.00088339084,-0.044795193,-0.0007614081,-0.05408162,-0.017675687,-0.033745922,-0.014047685,-0.007484229,-0.057040684,0.010120628,0.020556051,-0.029732298,0.0047966745,-0.03333669,0.046400644,0.032030296,0.03069242,-0.005044575,0.02431784,-0.030928515,0.01699888,0.00607946,0.00951465,-0.02691489,0.04164725,0.008334173,0.042119443,0.053168714,0.00531215,-0.019721847,0.011387675,-0.0046746917,-0.010915484,-0.032077514,0.067869596,0.004383507,-0.020587532,0.025608497,-0.010758087,-0.014637924,-0.062014427,0.031416446,-0.006937274,0.027465781,-0.018824684,0.020902324,-0.03541433,-0.02066623,0.017549768,0.07492098,0.01427591,-0.019517232,0.08644245,0.00015911856,0.0001380913,0.014708752,0.024522457,-0.046778396,0.021311557,-0.0152753815,-0.021988364,-0.013425967,0.059999745,-0.017833084,0.0060952,-0.004324483,0.028709218,-0.0029590642,0.060975607,-0.0052609956,-0.035729125,-0.02227168,0.004007722,0.031101653,0.063808754,0.0024553936,-0.017675687,-0.026631577,0.017659947,-0.019485751,0.012867207,-0.0070553217,0.023404937,-0.035697646,0.013709281,0.0098137045,-0.025277963,0.0018720409,-0.069506526,0.032140475,-0.012733419,-0.01693592,-0.01323709,0.024963168,0.012347797,0.021217119,0.0053633037,-0.028457383,0.012906556,-0.04394525,0.009853054,0.0112381475,-0.01800622,0.00084699277,0.0023963698,0.014441177,-0.0139925955,-0.011371935,-0.007346506,0.025592757,0.008963761,-0.0019684467,-0.0016575875,0.022192981,0.0059496076,0.028803656,0.022523515,-0.020760668,0.040419556,-0.017077578,0.06081821,-0.0098845335,0.047848698,-0.012835728,0.014543485,-0.042717554,-0.020902324,-0.019359834,0.029464724,-0.029606381,0.032581184,0.028850876,-0.02005238,-0.009357253,0.012395016,0.026757495,-0.006185703,-0.005028835,-0.019769067,-0.035980962,0.039286297,-0.067051135,-0.015298991,0.020508833,-0.019847766,-0.024191923,0.0025813112,0.0052688653,0.06154224,-0.053389072,0.075424656,-0.0112381475,-0.0015021579,-0.050681844,0.0065437816,-0.03768085,-0.027150987,0.014535615,-0.020382915,-0.019737586,0.0077911527,-0.020241257,0.015007807,0.03324225,-0.070576824,-0.070576824,-0.031904377,-0.010112759,0.04973746,0.046841357,0.019013561,0.002962999,0.028866615,0.006976623,-0.0092785545,-0.02176801,0.015511477,0.021878187,-0.02748152,-0.02696211,0.012819988,-0.042150922,0.01854137,-0.015944319,-0.06044046,0.02066623,0.0018444965,0.021122681,0.026269564,0.0023707927,-0.007728194,-0.01854137,0.045928452,-0.03818452,0.04926527,0.049611542,-0.0045920582,0.008184645,-0.010403943,-0.010459033,0.04303235,0.02115416,-0.0061030695,0.066043794,0.050555926,-0.0053042797,-0.017990481,-0.004383507,-0.018053439,0.067491844,0.006976623,-0.010238676,-0.024286361,0.019202437,0.02168931,-0.017486809,0.013520405,-0.0053514987,0.06446982,-0.007968225,0.0005051461,0.053892743,-0.0010604624,-0.02803241,0.0111909285,-0.028425904,-0.057040684,-0.065414205,0.017959,-0.009829444,0.03443847,0.017329413,0.015653135,-0.036484633,0.025545537,-0.046400644,0.05244469,-0.01636929,0.022696652,0.0013791914,-0.039317776,0.017423851,0.018352494,0.06459574,-0.017172016,-0.06818439,0.029968394,-0.01802196,-0.0132213505,0.015558696,-0.0025262223,-0.015440648,-0.0037617888,-0.03544581,-0.0049029174,0.04133246,-0.031101653,-0.015464257,-0.044669278,-0.037901204,0.025986249,0.054711208,0.013189871,-0.010821045,-0.0119385645,0.015542956,-0.03550877,-0.010726607,-0.038247477,-0.012875076,0.020398654,-0.02013108,-0.0043795723,-0.027686138,-0.014748101,-0.028362945,-0.012670461,0.055970382,-0.03859375,-0.044732235,-0.0011686729,-0.013866678,0.014677273,0.03701978,-0.009443821,0.011812647,-0.011600161,-0.0064847576,0.010946963,0.0072402633,-0.03909742,-0.010978443,0.008216125,0.030519284,0.030472064,-0.007098606,0.008223995,-0.004355963,-0.06434391,-0.0007830502,0.020839367,-0.0019409021,0.019674629,-0.023578074,-0.006248662,0.02595477,-0.05190954,0.04381933,0.051720664,0.005194102,-0.045613658,0.011474243,-0.021988364,0.008546659,0.03985293,0.05710364,0.04492111,-0.019989422,0.0158184,-0.05918128,-0.011867736,-0.016180415,-0.035918,-0.003988047,0.05203546,-0.037869725,-0.025876071,0.025923291,0.059590515,-0.00396247,-0.040702872,-0.0036850579,-0.0008396148,0.027749095,-0.05940164,-0.012654721,0.014755972,0.0076140813,-0.017880302,0.00052334514,-0.03428107,0.0412695,-0.02068197,0.0014647761,-0.017124796,0.0055285706,-0.03018875,-0.0098609235,-0.021673571,-0.0061660283,-0.05918128,-0.015212422,-0.06245514,0.016030887,-0.01747107,-0.042056486,0.020430135,0.027796315,-0.0037126024,-0.001417557,-0.024443759,0.0105141215,-0.0265214,0.006000762,-0.017817343,0.051059596,0.018950602,0.015102245,-0.008822103,0.022318898,-0.009931752,-0.008759145,-0.006150289,0.0050209654,0.020508833,-0.0031420381,0.026395481,0.019863505,0.020540312,-0.015472128,-0.036138356,-0.050618883,0.059590515,0.022004105,-0.004910787,-0.0030161205,-0.015668875,0.012261229,0.029039752,0.03667351,-0.020603271,-0.019296875,-0.01636929,0.010695128,-0.023593815,-0.021043982,-0.015173074,-0.014079164,0.062297743,0.0068152915,-0.023326239,-0.037145697,-0.009569739,0.004029364,-0.035225455,-0.02275961,-0.030645201,0.02760744,-0.002303899,0.0064414735,-0.011686729,0.019485751,0.02760744,0.028284246,-0.010750217,-0.024459498,0.04558218,0.042119443,0.016274853,-0.0027977321,-0.012103831,-0.011419155,-0.009609088,0.0074015954,0.003893609,-0.024695594,0.011930695,-0.019170959,-0.0412695,-0.018903382,-0.018824684,-0.0072087836,0.03544581,-0.01954871,0.035351373,-0.012623241,-0.01904504,-0.0021740464,0.0022802895,0.012930166,-0.012646851,-0.0051744273,0.022350378,0.017061837,0.007869852,-0.004072648,0.0051429477,0.030440586,0.034029238,0.032958936,0.014480527,-0.04177317,0.039380737,0.043567497,0.018242316,-0.01536195,-0.007893461,-0.0062211175,-0.015566566,-0.03174698,-0.022177242,0.037932683,0.013166261,-0.0350051,0.019674629,-0.013197741,-0.005060314,-0.035760604,0.0024140768,-0.021232858,-0.035131015,0.05562411,0.017770125,-0.024616895,-0.013418096,-0.0030653072,0.062140346,-0.0062250523,-0.0039742747,0.004371702,-0.0062644016,-0.027686138,0.025624236,-0.0005582676,-0.011450633,0.05763879,-0.046117328,-0.00031356438,-0.005827625,0.013819459,-0.008428611,0.025466839,0.023546595,0.003765724,-0.023216061,0.020839367,-0.028221287,-0.031085912,-0.016133195,0.020823626,-0.0132449595,-0.02335772,0.057449915,0.026316782,0.0054223277,0.028410163,-0.0035866848,0.031117393,-0.020729188,-0.0040155915,0.01059282,-0.023641033,0.029732298,-0.020902324,0.0006468034,0.028756436,-0.0031420381,-0.019108,0.04174169,-0.021327296,-0.040954705,0.017801603,-0.016180415,-0.05719808,-0.010482642,-0.0047848695,0.00042866098,-0.016589647,-0.013906027,-0.02641122,0.009679917,0.029008271,0.015015677,0.009286424,-0.01638503,0.018383972,0.010364594,0.009475301,-0.0029295522,0.024144704,-0.0009050329,-0.04303235,-0.0067602023,-0.018147876,-0.04759686,0.05600186,0.000026637603,-0.015125854,-0.0049304618,-0.021358777,0.0017549768,-0.01003406,-0.01852563,0.018871903,0.0003219261,-0.01216679,-0.017896041,-0.017785864,-0.014960587,0.012040872,-0.04303235,-0.017109057,-0.03818452,-0.028205547,-0.0042536547,-0.0003211883,0.002575409,0.03856227,0.03015727,-0.021736529,0.007137955,0.022492034,-0.015786922,-0.014779581,-0.008932281,0.017581249,0.018179357,0.020272737,0.064186506,-0.0056780977,0.010821045,0.0075550573,-0.002333411,0.038845588,-0.02165783,0.01588923,0.023216061,0.03299042,0.0006950062,0.062392183,0.019438533,-0.014874019,0.016196154,-0.004003787,0.044669278,-0.03339965,-0.014063424,0.0029807063,-0.0028724957,-0.015503607,-0.015456388,-0.056033343,0.02115416,0.02013108,-0.0036791556,-0.0056387484,0.026096428,0.021374516,-0.019249657,-0.03327373,0.02274387,0.005076054,-0.030818338,-0.017612727,-0.022932747,0.013583363,-0.038373396,0.0041592163,0.0023058665,0.0029570966,0.003749984,-0.07227671,-0.017549768,0.026316782,-0.0005469547,-0.016337812,0.021075461,0.043189745,0.01852563,-0.0016762783,0.0013968986,0.019485751,-0.03746049,0.004399247,-0.0043795723,0.021956885,-0.013819459,-0.0012286805,0.018132137,-0.04240276,-0.010120628,-0.042056486,0.00474552,-0.045802534,0.037208658,-0.038971502,-0.020288477,-0.017234974,0.017691426,-0.009766486,-0.0012768834,-0.001989105,-0.007425205,-0.0013152489,0.011851996,0.051689185,0.0029098776,0.000024224386,0.07208784,0.024963168,-0.014220822,-0.009561869,-0.016983138,0.03428107,-0.026206605,-0.0040647783,-0.021106942,-0.0065870658,0.00739766,-0.0048911124,-0.0146221835,-0.012741289,-0.035886522,-0.035351373,-0.0012572088,0.0034469948,-0.018179357,-0.0412695,0.009577609,0.01644799,0.023530856,-0.010773826,0.011560812,0.018667288,-0.03594948,0.01058495,0.006984493,-0.009262815,0.020146819,-0.02386139,0.032171953,0.013551884,0.019517232,0.027229685,-0.015755443,0.02907123,0.01008128,0.013504665,0.0062368573,-0.009058199,-0.0530428,0.053766824,-0.014008336,-0.012599632,0.012654721,-0.036484633,-0.012922296,-0.009797965,0.0024239141,0.04558218,0.027450042,0.06078673,0.012025133,-0.014433308,-0.022444816,-0.013040343,-0.0073858555,-0.025828851,0.0009773371,0.025860332,0.010018321,0.026710276,0.006032241,-0.0111437095,0.037208658,0.011246017,-0.0016487339,-0.00016612765,0.00088585017,0.00085191143,-0.03390332,0.007452749,0.023609554,-0.026773235,-0.0044818805,-0.0037047325,0.035288412,0.008869322,0.006512302,0.00954613,-0.015291121,0.012292708,0.017896041,-0.010553471,0.010285895,0.018604329,0.009695657,0.0004325959,0.0043677674,0.007318962,-0.011033531,0.005182297,0.021437475,0.028299985,0.012072352,0.009113288,0.024963168,-0.01167886,-0.013095433,-0.0050957287,-0.010655778,0.007169435,-0.027308384,-0.02806389,0.04278051,-0.0011962174,-0.006252597,-0.018383972,0.006107005,-0.026773235,0.026836192,-0.0067483974,0.037429012,0.002911845,0.016243374,-0.03283302,0.0112145385,-0.042749032,-0.021358777,0.02486873,-0.020540312,0.013284309,0.025246482,0.013614843,-0.01108075,0.005882714,-0.012749159,-0.010797436,0.008349912,0.019847766,-0.027261166,-0.019470012,-0.024664113,0.031447925,-0.0016162707,0.03229787,-0.0048596333,0.011789037,0.015621655,0.025010388,0.03277006,0.043221224,0.0069215344,-0.007562927,0.010506252,0.002762318,-0.010970573,-0.0031990947,-0.005977152,0.0015729865,-0.045235906,0.019957943,0.021280078,0.00062171824,0.009286424,0.005654488,-0.0071025407,0.0009916013,-0.006437538,-0.026757495,-0.019674629,-0.038341917,-0.055970382,0.02327902,0.0098373145,-0.01638503,-0.0050052255,-0.02120138,-0.0046786265,-0.015291121,0.01535408,-0.00556792,-0.017030358,-0.0075904718,-0.005347564,0.011993653,-0.021956885,0.02754448,-0.0055915294,-0.015110115,-0.0013319723,-0.033966277,-0.033557046,-0.017738644,0.00027446105,-0.002193721,0.026253823,-0.006465083,-0.021878187,-0.017722905,0.026946371,-0.01167099,0.0105613405,-0.019155217,-0.008900802,-0.021531913,0.019627409,0.009066069,0.031920116,-0.0010811208,-0.0028390489,-0.0033092725,0.008586008,0.00019059796,-0.029244367,-0.03026745,-0.001322135,0.033053376,0.01379585,0.018368233,0.005076054,-0.019344095,0.037743807,0.02754448,0.03453291,0.022130022,0.0084836995,0.008373522,0.024648374,0.010175718,-0.0018720409,-0.00714976,0.00052973937,0.0064414735,-0.015991539,-0.0020481288,0.0037204723,0.0060558505,-0.009034589,-0.03604392,0.01270194,-0.021484694,-0.0097900955,-0.010986312,0.02334198,0.015283251,0.012678331,-0.029055491,-0.013111172,0.0038581947,0.0076494957,-0.017880302,0.024601156,0.02645844,0.026836192,-0.006661829,0.006720853,0.0022547124,0.0011834289,-0.011387675,-0.034753263,0.014370348,0.015479998,0.021295818,0.004863568,0.007680975,0.008829974,0.0071812393,0.014693012,0.029669339,0.0069057946,-0.0014293618,0.0063863844,-0.0059181284,0.017691426,-0.011497852,0.012812118,-0.009396602,-0.00025773764,-0.028473122,-0.015495737,-0.02384565,0.008523049,0.004068713,-0.02970082,0.004757325,-0.0034155154,-0.005717447,0.0043638325,-0.011804777,-0.015173074,0.0091368975,0.010097019,0.0022330703,0.018966341,-0.015747573,-0.011513593,-0.008271214,0.033714443,0.016573908,-0.009632698,0.0063234256,-0.017581249,0.01904504,0.021232858,-0.027890753,-0.0052334513,0.014212952,0.012654721,-0.008082338,0.0116159,0.0046943664,-0.025230743,-0.03657907,0.010010451,0.016652605,0.014944848,-0.02013108,0.015960058,0.012505194,0.003464702,0.095508516,-0.0013132815,-0.0020018935,-0.007814762,0.020713449,-0.019800546,-0.015637394,-0.008436481,0.015676744,0.02063475,0.010215067,-0.020524573,-0.016699824,0.0030790793,0.04989486,-0.005524636,0.0017353023,0.006764137,0.017534029,-0.024113225,0.0125681525,0.0285046,-0.008373522,0.006228987,-0.06629563,-0.022806829,0.0067011784,0.013126912,0.0037303094,0.022869788,0.037838247,-0.014897629,-0.01909226,0.02324754,0.0010427553,0.022397596,-0.00528854,-0.0009753697,0.024742812,0.019769067,-0.00844435,0.008011509,0.046337686,-0.011198798,-0.009947492,0.004655017,0.012276968,0.014748101,-0.004651082,-0.010529861,-0.033934798,-0.0053829784,0.023719732,0.003765724,-0.0035138887,0.0044110515,0.049328227,0.009459562,0.017801603,-0.023105884,-0.007972159,-0.0076967147,-0.0065359115,0.017124796,-0.008546659,0.010679388,-0.024632635,-0.011489983,0.02601773,0.014087033,0.0009079841,0.019296875,0.019769067,-0.0054144575,-0.023562334,0.0021189575,0.0020855106,0.0024553936,-0.00073632295,-0.03015727,-0.019643148,0.015684614,0.009215596,0.005445937,-0.022901267,0.025797373,-0.011482113,0.021941146,-0.042245362,0.009986841,-0.024018787,0.015629524,0.019233916,-0.02907123,-0.03221917,0.001483467,-0.016085977,-0.020493092,-0.023766952,-0.039443694,0.022366118,0.023467897,-0.031967334,0.031794198,-0.028331464,-0.04866716,-0.051657703,0.034847703,0.009129028,-0.008046923,-0.011427024,0.025702935,0.017675687,-0.0043323534,0.034973618,0.015424909,-0.01649521,0.005178362,-0.0046274727,-0.01797474,0.029543422,0.025750153,0.0068152915,0.0044543357,-0.0014037847,-0.006945144,0.002732806,-0.008971631,0.035131015,0.0035060188,0.000061790626,0.028205547,0.010128499,-0.022051323,0.013544014,0.05619074,-0.03390332,0.01593645,-0.014354609,0.012088092,-0.075298734,-0.0132607,0.015007807,-0.013858808,0.010640039,-0.0010909581,-0.00014940421,-0.009058199,-0.01747107,0.027812054,0.0030751445,-0.0055836597,0.02803241,0.01858859,-0.00044882746,-0.008601747,0.034973618,-0.024963168,-0.016062366,0.0037952359,-0.017675687,0.00037185047,-0.02175227,-0.036390193,0.0017008716,-0.035351373,-0.01162377,0.014079164,0.021988364,0.0056820326,-0.009805835,-0.01481106,-0.024396539,-0.018635808,0.012497324,0.007586537,0.008688316,0.0022842244,-0.006409994,-0.0072756778,-0.03922334,0.009609088,0.0037204723,-0.021610612,-0.004131672,0.0041395416,0.00034676533,-0.01478745,-0.005186232,-0.009679917,0.017172016,0.005386913,-0.027339863,0.026678797,0.046369165,-0.00580795,-0.018210836,-0.020241257,-0.04337862,0.05776471,-0.017219234,-0.0046196026,0.0017884237,0.010970573,-0.019721847,0.018808944,-0.01802196,-0.031180352,0.029826736,-0.0011460471,0.0014421502,-0.015527217,-0.027875014,0.018226575,-0.0075826016,0.0010358692,-0.043850813,0.030613722,0.029275848,-0.028473122,0.057890628,-0.020886585,0.0033801012,-0.021028243,0.0025104827,0.013890288,0.041930567,-0.031117393,-0.020256998,-0.03280154,0.008397131,-0.025923291,0.024050266,0.01797474,0.0023609553,0.010663648,-0.0071222153,0.010309505,-0.0031046565,-0.002911845,-0.0037735938,0.019973682,0.0005135078,-0.009774355,0.014992067,0.0117969075,-0.002864626,0.018808944,-0.021531913,-0.01479532,0.01534621,0.017156277,-0.03487918,-0.0085073095,0.0030653072,-0.037932683,0.014976327,-0.008538789,-0.0116159,-0.008271214,-0.023908608,0.010663648,0.0021583068,-0.008869322,0.010860395,0.025797373,0.027780576,-0.0015415071,-0.01584988,0.0076534306,0.02754448,-0.0006645106,0.01218253,-0.038027123,-0.013008865,-0.010734477,0.0023904673,0.053703867,-0.0077006496,0.010403943,-0.030235969,0.0098137045,0.0015542957,-0.007082866,0.012749159,0.00016243865,0.016023017,-0.011277497,0.015424909,0.006689374,0.0068349657,0.0011017792,-0.02225594,0.043095306,0.020996764,0.0035296283,-0.015975798,-0.025986249,0.0045172945,0.013370877,-0.008641097,-0.009160507,0.031369228,-0.017046098,0.024396539,-0.019454272,0.016259113,0.0038011381,-0.006626415,-0.004926527,0.03494214,0.004698301,0.0009763534,-0.018572848,0.050178174,-0.0018179356,0.028268507,0.032927457,-0.028693479,0.011316846,0.033966277,0.029984133,0.037114218,0.027434302,-0.002508515,-0.021358777,0.012733419,-0.016841482,-0.005398718,-0.015621655,0.04073435,0.022869788,0.036862385,0.018163618,0.041017666,0.0067405277,0.029165668,-0.00317942,0.015999408,-0.036830906,0.011371935,0.0035178235,0.023074403,0.03985293,-0.018698767,0.011183059,0.0060637207,0.026757495,0.016699824,-0.011403414,-0.0075550573,0.015503607,0.022397596,0.006626415,-0.043189745,0.019957943,0.023609554,0.0053711734,0.001483467,-0.01802196,-0.013323658,-0.01592858,-0.027623178,0.000023686409,-0.024223402,0.01638503,0.0028449513,-0.02384565,0.010718738,-0.01586562,0.0065398463,-0.020823626,0.0295749,0.013606973,-0.0019576256,-0.048415326,-0.019296875,0.038499314,0.005087859,-0.044385962,0.043630455,-0.00423398,0.03487918,-0.010498382,0.015700353,0.033525568,0.007189109,0.02863052,0.0048596333],"social":"https://twitter.com/tejas_ravindra"},{"title":"elena","description":"medical diagnostic test for water-born diseases","niche":"other","youtube_url":"https://youtube.com/watch?v=Ngpv2JEGSQE","youtube_transcript":"Hi. I'm Julia, and water is a really big deal to me because I grew up with my town's really big river always flowing behind my house. And really don't think it's fair and it really, really angers me that people get sick from drinking this water and then have to go to the hospital and wait hours and hours just to figure So I'm working with Elena to build a lot of flocuses just like women's using COVID, but to detect waterborne disease. So this is what our lot of flow would look like overall with four protein lines, and the first one closest to the edge, the lighter blue one, that's the control line, and it's the insurance that our test is actually working properly because it's made of a protein that will bind to nearly everything. And the protein we're using for this is IgG, which is a protein that can do that. And the next three are the bacterial test lines. So we call line the color a and Jigella. And our tessa work by which the sample, so the stool sample makes a little bit of water, will flow down the color pad on up and then it'll flow down onto the gray pad, which is the conjugate pad where all the nanoparticles are injected. And with the sample and the nanoparticles is the bond, and that will continue flowing past the test line which will color it dark which will color it blue and then further down to the three ones where if your sample has any of these, it will turn the line that color. And so overall, we're aiming to develop a low cost testing system for the rapid detection of the most common water diseases, so cholite, cholera and gel manufacture. And our methods would allow testing to be optimized for people in low resource settings, like real areas and village and in the developing world as well. Thank you.","embedding":[0.007915997,-0.0066481857,0.013523325,0.031084865,-0.013358979,-0.011872039,0.016184164,-0.01638764,-0.035154384,0.031163124,0.02477711,-0.015620693,-0.05612806,-0.032806583,0.012435511,-0.034528304,-0.005106464,-0.027563166,-0.042636037,0.048114236,0.03160138,0.015753735,0.013132025,-0.011472913,-0.007563827,-0.09785628,0.024025815,0.037596095,-0.029910965,-0.028674457,0.00928946,-0.028564893,-0.04564122,-0.012975505,0.018688483,0.032806583,0.022100618,0.03637524,-0.032086592,0.016434597,-0.01128509,-0.0008466752,-0.013867669,-0.022695394,0.018610224,0.000303502,-0.018641528,0.03975607,-0.010948571,0.00831121,-0.013985059,0.049209878,-0.039724767,-0.013139851,0.030349221,-0.027547514,-0.0063234065,0.08383209,-0.0059242807,-0.016246771,0.060948875,0.005200376,0.017858928,-0.0076107834,-0.039286513,0.0066168816,-0.03637524,-0.017921535,0.00019479399,0.031538773,0.059383675,0.009469458,0.012380729,-0.031460512,-0.03975607,-0.016841548,-0.038441304,-0.041603006,-0.0290188,0.030349221,0.011120743,-0.013703323,0.008068604,0.03011444,0.016262425,-0.004355168,-0.018751092,-0.02055107,-0.022914523,0.0184224,-0.06360971,0.022335399,-0.048646405,0.02446407,-0.0072273095,0.014055492,0.013492021,0.01623112,0.0013372675,-0.048020326,0.033432666,-0.018845003,0.0009694455,-0.023524951,0.04930379,0.0046369038,0.0032067029,-0.0034923516,0.009892061,-0.0010623792,0.01662242,-0.025262322,-0.009571196,-0.0012384643,0.040976927,0.01951804,-0.052246366,-0.045797743,0.014916353,-0.050368123,-0.040820405,-0.013656367,0.03189877,-0.016497204,-0.022131924,-0.023337126,-0.01834414,-0.020582376,-0.036719583,-0.044952534,0.038848255,0.010471186,-0.0071216584,0.005372548,0.0069181826,0.044576887,-0.02814229,0.034309175,-0.023180606,0.00925033,0.005572111,0.0064329705,0.06029149,-0.036187414,0.041978654,-0.057599347,-0.0407891,0.045672525,0.037032623,0.052308973,-0.004746468,0.040131718,-0.033057015,0.024088422,0.0040303892,-0.0024260595,0.05024291,0.07863563,-0.011684216,0.007935562,-0.03975607,0.010330318,-0.01540939,0.010909442,-0.03850391,-0.026326658,-0.0069455733,-0.055220243,-0.043950807,0.028126638,-0.028110985,0.045171663,0.022163227,0.056253277,0.034559608,-0.051808108,0.0048638578,-0.055157635,0.018250227,-0.039255206,-0.040319543,0.005165159,-0.0145094,-0.033432666,-0.029441405,-0.02319626,0.01591808,0.05424982,-0.023571907,0.028737066,-0.0078025204,0.017937187,0.051463764,0.022116272,0.021599755,-0.04908466,0.061762776,0.011457262,0.030380525,-0.029034453,-0.021803232,0.0097277155,0.030083137,-0.03152312,-0.020973675,-0.012286818,-0.012059864,-0.0070042685,0.01795284,-0.018782396,0.037533488,0.016575465,0.024557982,0.032274418,-0.016966764,-0.012388555,-0.033933528,0.03543612,0.016653724,0.029723141,-0.0025708405,0.054594163,0.012521598,0.024871022,-0.059947148,0.0069729644,0.015910255,-0.0030697477,-0.002326278,-0.039317816,0.018688483,-0.03402744,-0.017530236,-0.032493543,0.011551173,-0.025184061,-0.0061707995,-0.022304095,0.03841,-0.03396483,-0.011128569,0.028956193,0.00023526906,-0.0061747124,0.016278077,-0.016919808,-0.04914727,-0.057380218,0.053655043,-0.017185893,0.029770097,-0.041164752,-0.0023575819,-0.046736863,-0.04047606,0.021302367,-0.026749263,-0.010283362,-0.0067029675,-0.0077359993,-0.033119623,-0.01756154,-0.042009957,-0.0313666,0.008882508,-0.0058342814,0.030537045,0.014172883,-0.028001422,-0.014313751,0.038973473,0.016669376,0.021443235,-0.017420672,-0.03230572,0.0329318,0.01936152,0.030740522,0.01015032,0.02335278,-0.030208353,-0.028893586,-0.0032497458,-0.01976847,-0.06993312,0.022585832,0.012341599,-0.02876837,-0.009226852,0.007141223,0.03277528,0.013335501,0.015698953,0.013687671,-0.011778127,0.00440995,-0.020034555,0.019549344,-0.004014737,-0.0038288697,-0.00037124578,-0.025465798,0.019815428,0.014525053,0.015651997,0.04091432,8.75075e-7,-0.047237724,-0.01061988,-0.027406646,-0.009532066,0.0071920925,0.054625466,0.052496795,0.045296878,-0.047769893,0.03778392,0.010220754,-0.055001117,-0.021678016,0.025591014,-0.029441405,0.04601687,-0.038535215,-0.032086592,-0.01151987,0.04946031,-0.002294974,-0.033495273,-0.013265067,-0.019392824,0.020660635,0.024166683,-0.06555056,-0.034465697,-0.03049009,-0.013867669,-0.01771806,-0.009438154,0.0006285255,-0.049491614,-0.036719583,-0.037032623,0.03934912,0.038597822,-0.013679845,0.053874172,-0.04351255,0.025340583,0.016825896,-0.029926617,0.07475393,-0.0031069212,0.021568451,0.051463764,-0.030286614,0.019846732,-0.0059594978,-0.010220754,-0.032806583,-0.021803232,0.0058655855,-0.0018117186,0.052715924,0.03230572,0.012818985,-0.042009957,-0.0368448,-0.0029543142,0.005493851,-0.0065268823,-0.0053568957,0.044263847,-0.000873577,-0.069745295,0.025653623,-0.00096015213,0.031710945,-0.018453704,0.02892489,0.0698079,0.01904848,-0.022648439,-0.0099938,0.03324484,0.05794369,-0.009665107,-0.0034180048,-0.027453601,0.008718162,0.015182436,-0.04992987,0.056848053,-0.0015113959,0.0026491005,0.058006298,0.0027038823,0.09034333,0.02329017,-0.063922755,0.018876309,-0.060416706,-0.07005834,0.047049902,-0.0038445217,-0.0005478199,0.013867669,-0.012130297,0.060385402,-0.028784022,-0.042542126,0.005568198,0.055063725,0.0021482366,-0.014658094,-0.00713731,-0.012396381,0.02366582,0.030787477,0.022711046,0.011418131,-0.06617664,-0.025450146,0.019784123,0.03459091,0.04179083,0.039724767,-0.037846528,-0.035623945,-0.079637356,-0.020050207,-0.004378646,0.013977232,-0.010087712,-0.013460717,-0.010001626,-0.0008231972,0.00752861,0.037596095,0.0045234268,-0.014188535,0.0037486532,-0.039818678,-0.007927736,-0.020472812,0.023431038,-0.031147473,-0.011864213,0.010612054,-0.037533488,0.00018550061,0.01054162,-0.000025174646,0.037971742,0.005493851,-0.014392011,-0.00036904472,-0.053028964,0.008561642,-0.03715784,0.016606769,0.058820203,-0.023117999,0.06091757,-0.034121353,0.04335603,-0.0066403593,-0.004883423,0.056190666,-0.010455534,-0.026796218,-0.034371786,0.004038215,0.012490293,0.0017217196,-0.02329017,0.021897143,0.0059477584,0.00964163,0.05543937,0.018688483,0.011645085,-0.026921434,-0.039568245,0.0007860237,0.007986431,-0.040945623,-0.002091498,-0.034058746,-0.037345663,0.0391926,0.009140766,0.01897022,-0.020222379,-0.015925907,-0.013147677,-0.019815428,0.0126781175,0.018328488,-0.027797945,0.028267507,0.019846732,0.007716434,0.05064986,0.061105393,-0.026858825,-0.001080966,-0.020363247,0.027625773,0.019330215,0.009712064,0.0004460819,0.004167344,-0.01054162,-0.022257138,-0.014438966,0.015894603,-0.016575465,-0.013327675,0.0038914776,-0.005415591,-0.0072312225,-0.017045025,0.021067588,0.010048581,-0.0139694065,-0.02391625,0.0056347186,0.0075012194,0.0116216075,0.024323203,-0.020785851,-0.024010163,0.03872304,-0.013147677,0.0018929134,-0.018328488,-0.0698079,-0.0025884488,-0.02045716,-0.019408476,0.0009978148,0.014556357,-0.0063155806,0.0065542734,0.080701694,0.0072860043,-0.0018518268,-0.008600772,0.036656976,0.030787477,0.0016434597,0.005122116,-0.04514036,0.0019594342,0.009625978,0.001966282,0.031538773,-0.019314563,-0.010025104,0.0007239048,0.0054351557,0.022648439,-0.037032623,-0.0070042685,0.044576887,0.00058059127,-0.00452734,-0.017624147,0.0423543,-0.028987497,0.002486711,-0.007978605,-0.03277528,-0.0032810497,0.00807643,-0.023900598,0.004085171,-0.04144649,0.017436324,-0.05221506,-0.029597925,-0.017123284,0.012725073,-0.033495273,-0.0020973675,0.002881924,0.0060886266,0.0038836517,-0.0059712366,0.0059594978,0.00097189116,-0.01677894,0.035874374,0.019064132,-0.011183351,0.02257018,0.016982416,-0.0017168283,0.014438966,0.008170342,0.009422502,-0.0063507976,-0.010612054,0.0062764506,0.004210387,0.004460819,0.0074190465,0.014517226,-0.007931649,-0.024636243,-0.005345157,0.0057560215,0.0030306177,0.021051936,0.019549344,-0.031413555,0.0003639089,0.021145847,0.0020425855,-0.030411828,-0.025888402,0.014470271,-0.040663887,0.033495273,0.02986401,-0.009813801,0.015065047,-0.009978148,-0.0036625671,-0.020691939,-0.03628133,-0.018218923,-0.021302367,-0.013272893,-0.00835034,0.014767659,0.03934912,-0.00807643,-0.05033682,0.02595101,0.010056408,0.034935255,-0.044107325,0.016951112,0.0074620894,-0.030615306,-0.011159874,0.01717024,-0.049679436,0.015550259,-0.024980586,0.021724971,-0.03355788,-0.012200731,0.0015651997,-0.013883321,0.012357251,0.016888505,-0.00979815,-0.024839718,0.04892814,0.0067929663,-0.022131924,-0.031804856,-0.002310626,0.024323203,-0.004425602,0.0073799165,0.04908466,0.022366703,0.014634617,0.004938205,-0.01936152,-0.015910255,0.025966663,-0.014759833,-0.06323407,-0.01936152,0.05090029,-0.006221669,-0.0072468743,-0.020488463,-0.017295456,0.004574296,-0.005881238,0.010604228,0.030912694,-0.011058136,0.016325032,0.004280821,0.032712672,0.013797235,0.03315093,0.015691126,-0.0021795405,-0.02415103,0.047394246,0.0010359666,-0.054437645,0.00484038,-0.025763186,-0.034997866,-0.010447708,-0.044545583,-0.0037330012,-0.039286513,0.019893687,0.03596829,0.04335603,0.0011112917,0.021599755,-0.012701595,0.012208558,0.020519767,-0.031163124,-0.0075873053,-0.025669275,-0.0035647422,0.02657709,0.0064212317,0.023305822,-0.00901555,-0.014501574,0.025387539,-0.039818678,-0.013992885,0.017451975,0.014885048,-0.037283055,-0.009281634,0.005501677,-0.0030697477,-0.04288647,0.0014223752,0.015542433,-0.012333773,-0.017264152,-0.031476166,-0.030521393,-0.028204897,0.0074620894,0.000272198,-0.005990802,-0.0011768345,0.011472913,-0.0061668865,0.017279804,-0.02917532,-0.016027644,-0.016669376,0.01732676,-0.022131924,0.0031538773,-0.016278077,-0.023164954,-0.007368177,0.026530134,0.030130094,-0.0017804146,0.014814614,0.06170017,0.024667546,-0.005157333,0.015198088,0.044639494,0.014251143,0.015307653,0.028737066,-0.024197986,-0.03856652,-0.04272995,0.04892814,0.019815428,0.04257343,-0.030709216,-0.004460819,-0.012005081,-0.013304197,0.024401462,0.019737167,-0.0038269132,-0.00862425,-0.005759935,0.0431056,-0.009297286,0.020566724,0.026483178,-0.027657079,-0.028721413,0.011214656,-0.02235105,-0.030537045,0.0022264966,0.05190202,0.0031910508,-0.0026686655,-0.07976257,-0.026514482,-0.009164244,-0.004202561,-0.05080638,-0.0039619114,-0.0038112612,0.005145594,-0.002177584,-0.024197986,0.004073432,-0.01615286,-0.0015876994,-0.0012032472,0.017686756,-0.024041466,0.016685028,-0.014626791,0.016669376,0.029895313,-0.021834536,-0.034371786,0.0099938,0.02587275,0.002326278,0.0025473624,-0.00429256,0.011152048,0.04601687,-0.0088199,-0.018985871,0.026404917,-0.004120388,0.016841548,0.0069377474,-0.030568348,0.0025121453,0.027062302,0.030865736,-0.01834414,-0.030521393,-0.008146864,0.004535166,0.03308832,0.030302266,-0.030724868,-0.013351153,0.0013900929,-0.02086411,-0.045359485,0.022257138,0.01889196,-0.026076226,0.027531862,-0.045797743,0.011793779,-0.059540194,-0.01771806,-0.051056813,0.016872853,-0.025340583,0.015323305,0.02964488,-0.035936985,-0.031632684,0.0007537415,-0.025465798,0.056973267,-0.036500454,-0.019345868,0.018046752,0.0066716634,-0.016043296,0.02790751,0.044952534,0.010956397,0.031757902,-0.015354608,0.0019838905,-0.020175423,-0.02681187,0.03138225,-0.02806403,0.004625165,-0.011707693,0.010909442,0.027265778,-0.028580546,0.03778392,-0.02014412,0.027375342,-0.008733814,-0.0055095027,-0.0071920925,-0.0037193056,-0.02964488,0.023493648,-0.0022460616,0.035780463,-0.009821628,0.006910356,0.018845003,0.008733814,-0.052935053,-0.0052512446,0.00901555,0.012091167,-0.026827522,-0.0138911465,-0.04955422,0.021521496,0.04971074,0.012537249,-0.022241486,-0.016998067,0.014078971,-0.005184724,0.0024906239,0.036938712,-0.00011928533,0.054218516,0.050430734,-0.004961683,-0.020175423,-0.0031421382,0.00975902,0.0020073685,0.0069768773,0.009336416,0.00064955786,0.0088199,0.010510315,-0.0019731298,0.027234474,-0.007062963,-0.048489884,0.010009452,0.016019817,-0.004069519,0.021803232,0.027469253,0.014055492,0.010752922,0.02202236,-0.007704695,-0.042855166,-0.0033045278,0.013507673,-0.030239657,-0.0016131339,-0.014157231,-0.014908527,-0.029269233,0.024651894,-0.032337025,0.029128365,-0.009555544,-0.05966541,-0.00850686,-0.017123284,0.010979876,0.036187414,-0.010572923,-0.0008236863,0.04607948,-0.035874374,-0.013609411,0.015088525,0.012130297,0.0025688838,0.0026275788,-0.03841,0.029754445,-0.047175117,0.021975404,0.04413863,0.0065268823,-0.008984246,-0.009633804,-0.0074660024,0.004269082,0.032650065,-0.02995792,0.04924118,0.051307246,-0.005806891,-0.0018508486,-0.008084256,0.016019817,-0.019658908,-0.00917207,-0.0033045278,-0.040632583,-0.02438581,0.020331943,-0.008326862,0.009312938,0.027844902,-0.024980586,0.015471999,-0.025544059,-0.009868584,0.0533107,0.008929464,-0.02319626,0.012216384,0.03637524,-0.0046760337,-0.044169933,0.018751092,0.004460819,0.006069062,0.020410202,0.033307448,0.028001422,-0.029410101,-0.012592031,0.038942166,-0.02297713,-0.053968083,0.0065503605,-0.02139628,-0.021599755,0.02822055,-0.023587558,0.0012423772,0.0030580088,-0.033495273,-0.029676186,0.016481552,-0.020284988,0.034371786,0.044013415,-0.00036513174,-0.0061707995,-0.0037310447,0.027688382,-0.0074151335,-0.00464473,-0.007669478,0.018563269,0.014971134,-0.0071255714,0.011339871,-0.009790324,0.034684826,0.04836467,-0.05362374,-0.028345766,-0.004656469,-0.03819087,0.014376359,0.012216384,0.038284782,-0.0070747025,-0.0065190564,0.00039643573,0.018860655,0.00024113856,0.022460615,-0.023900598,-0.0011142265,0.012552901,0.013593758,0.010784226,-0.009297286,0.00429256,-0.010220754,-0.0009591739,0.010917268,0.014517226,0.0010995527,0.009430327,0.023164954,0.01889196,0.013648541,-0.01191117,-0.023415387,-0.018171968,-0.031538773,-0.008397296,0.039568245,-0.021271063,0.015338956,-0.005842108,-0.0067381845,-0.010252058,-0.010165972,0.041916046,-0.009375546,0.0076225223,0.018923264,-0.011652911,-0.007477741,-0.01834414,0.011887691,-0.0016962851,-0.025825795,0.013726801,0.009516414,0.03543612,0.035467423,0.03440309,0.012443338,0.004570383,0.0037095232,-0.026451875,-0.055877626,0.00791991,0.0164659,0.009774672,0.025669275,0.015863298,0.018093707,-0.008639902,-0.00058010215,-0.012098993,0.037126537,-0.00940685,-0.027813599,-0.021114543,-0.00534907,0.004766033,0.0027156214,0.0039893026,-0.00928946,-0.0016317206,0.029316189,-0.0047503808,0.0025591014,0.017185893,-0.032743976,0.008123386,0.0061629736,-0.020629331,0.03308832,0.02477711,-0.0090468535,0.018062403,0.0038464782,0.009610326,0.009672934,-0.020989327,-0.009453806,-0.019737167,0.0015378087,0.019032829,-0.014305925,-0.015777212,0.019189348,0.084145136,0.0113946535,0.016528508,0.018672831,0.044670798,0.004629078,-0.020034555,0.0067694886,0.032963105,-0.002936706,-0.0072429613,0.021944098,-0.00038640868,-0.009109462,0.027813599,0.024604939,-0.0103851,0.0019868254,-0.010721617,0.0032399632,-0.03543612,0.013319849,0.013085069,-0.023117999,-0.00472299,-0.02382234,0.013147677,0.033620488,0.020472812,0.034528304,-0.008139038,0.033839617,0.025919706,-0.024714502,0.020065859,0.0074542635,0.008686858,-0.007845563,-0.0069064433,0.0016640029,-0.036719583,0.02335278,-0.0076499134,0.017765015,0.014462445,0.019455431,0.014243317,-0.008139038,-0.0066520986,-0.016403291,0.00010601782,0.004766033,0.013711149,0.02751621,0.019705864,-0.02313365,-0.0102598835,0.032869194,0.019533692,-0.0032340938,-0.025199715,0.003686045,-0.023775382,0.0065934034,0.0068594874,0.0058225426,0.0290188,0.026827522,-0.020316292,-0.00968076,0.006108192,-0.017733712,0.0104868375,0.041196056,-0.0077242604,0.015902428,0.013797235,-0.0013255285,-0.024917979,0.010979876,-0.016591117,0.004265169,-0.0067303586,-0.035310905,-0.011097265,0.00417517,0.013132025,-0.004073432,-0.015542433,-0.018641528,0.0073094824,-0.02728143,0.011731171,0.00047958695,-0.012341599,-0.0061394954,-0.022178879,-0.0033651793,0.012881593,-0.0018293271,-0.0024143204,0.004476471,-0.0075833923,0.017154587,0.011574651,-0.014172883,-0.056848053,-0.040507365,-0.024871022,0.020911068,0.015464173,0.015605041,0.0071255714,0.010025104,0.03722045,0.0042143,-0.04830206,-0.013570281,-0.020504115,-0.027156213,-0.0337144,0.03308832,-0.016512856,0.011191177,0.008522512,0.013906799,0.013914625,-0.017107632,-0.016027644,-0.027030997,0.0013910711,-0.0033886572,0.025966663,0.00080118654,-0.021505844,-0.03182051,-0.013265067,-0.044201236,-0.0017872624,0.043011688,0.0071999184,-0.021834536,-0.027782293,-0.009571196,0.035185687,0.005392113,-0.03584307,0.0017207414,-0.029472709,0.012717247,0.013265067,0.0407891,-0.0054077646,-0.0035530033,-0.005004726,-0.0059321066,0.011199003,-0.004261256,-0.015847646,-0.0012120515,-0.0067734015,0.0064486223,0.0020034555,0.008945116,0.011527696,-0.0053882,0.0039932155,0.024448419,-0.010737269,0.008733814,-0.012247687,-0.008890334,-0.009735541,0.021302367,0.008592946,-0.008968594,-0.026921434,0.011230308,-0.004570383,0.038848255,-0.011817257,-0.0019173695,0.012944201,0.0031930073,0.0037916962,0.029410101,0.022382354,-0.007481654,0.026749263,-0.008890334,0.016528508,-0.036719583,-0.007630348,0.040757798,0.0329318,0.0018107403,0.0064212317,0.00519255,-0.013632889,0.025528407,-0.019878035,-0.027250126,0.004582122,0.0026569264,-0.004660382,-0.022241486,-0.023071043,-0.02571623,0.0031088777,-0.00261584,0.015213741,0.023571907,-0.023368431,-0.0006104279,0.013836365,-0.033276144,-0.02642057,0.03299441,-0.0023438865,-0.02030064,0.01912674,-0.032556154,0.021490192,-0.00858512,-0.008358167,0.039943896,0.00964163,-0.016591117,-0.02382234,-0.014446793,-0.01583982,-0.0051299417,-0.010643357,0.028564893,-0.0027567078,0.0047542937,-0.03302571,0.008397296,-0.0014370489,-0.009195548,-0.017530236,0.02139628,0.004934292,0.021208456,-0.014838093,-0.004785598,0.0018586746,-0.008999898,0.031163124,0.026530134,-0.025512755,0.030959649,-0.008139038,-0.040507365,-0.014924179,0.01983108,0.036938712,-0.021271063,-0.01046336,-0.034935255,-0.03872304,0.013617237,0.00053705915,-0.017686756,0.011785953,0.015745908,0.010322492,-0.023368431,-0.029738793,0.012952027,0.046736863,0.004875597,0.02587275,-0.032743976,-0.017451975,0.037502185,-0.011879865,-0.013953755,-0.013030287,-0.0063077547,0.026170138,-0.004672121,0.024589287,-0.014188535,0.011097265,-0.024667546,-0.020441508,0.0073799165,-0.010659009,0.015065047,-0.013797235,0.030552696,0.004816902,0.01857892,0.03236833,0.018093707,0.013679845,-0.028110985,-0.020832807,-0.020942371,-0.05055595,-0.030662261,-0.013257241,-0.014939831,0.0059086285,-0.011512043,0.047269028,0.026060574,-0.030552696,0.011339871,0.02202236,-0.026217094,-0.0014663964,-0.025418842,0.0088199,0.016559811,0.005165159,0.0055251545,0.021756275,0.008381644,0.028361417,-0.0038230002,-0.01693546,-0.014564183,0.079449534,-0.020050207,-0.015769387,0.004844293,0.00019002502,-0.012192905,0.0011758562,-0.013413761,0.018907612,0.0026295355,0.070371374,-0.0061199307,0.008225124,0.0030990953,-0.012732899,-0.017843276,-0.010111189,0.0010975963,-0.023837991,-0.0036743062,-0.021302367,0.020676287,0.014384185,0.0019115001,0.029144017,-0.001899761,-0.0035177863,0.011731171,0.00004683371,-0.0034297437,0.019549344,0.016512856,0.03574916,-0.00092444604,0.008765118,0.0066481857,0.0072664395,0.035936985,-0.018907612,0.019236304,-0.020598028,-0.013906799,0.0009704238,-0.01865718,-0.0059477584,-0.028752718,-0.015878951,-0.022304095,0.035310905,-0.020832807,-0.0017843276,-0.034872647,-0.03174225,0.017264152,-0.01206769,0.008146864,0.0114650875,-0.024291899,0.0144233145,-0.00056298275,0.027547514,0.025575362,-0.00452734,-0.011128569,0.021364976],"social":"https://www.linkedin.com/in/elena-mishina-4a9608216"},{"title":"meetminutes","description":"efficient summarization of meetings in any language for busy professionals","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=HC0N5lVsisM","youtube_transcript":"Hi. I am Rosie, and I am working on meek minutes. Hello, everyone. Okay. It revolutionizes meetings. By providing an AI personal assistant that takes meeting notes for you automatically. It can do so even when participants are speaking in no English languages. Even when you are not presenting the meeting, even for your multiple meetings at the same time. Here's how it works. You say, join with me meeting. You face the meeting in here and you want to see. And the bot will join the meeting. After the meeting ends, you come back to the rightboard to find beautiful fourth quarter engineering. Also, these action items here from the meeting become your tasks, which you can see has a bit of screen for task management. Apart from online meeting mix, if you are attending in person meeting purposes, you can record them and upload the audio to get the same summary. Initially, I was just focused on building and was obsessed with making the product it before running over the moves. This resulted in a black line in terms of sign ups. But when I started launching on Twitter, I started asking user feedback before building the next feature. I went from a ground testing zero to a heaven to take sixty five users. These users are active users. Users, which are constantly giving me feedback too. I guess, Harish, you might know the answer. Hey, Harish. Are you there? Yeah. I'm sorry. I was talking about it.","embedding":[-0.02991745,0.021770287,0.02769145,0.03042201,-0.023654968,-0.039741535,-0.0043889317,0.05980522,-0.0085033225,0.043273456,0.006529602,-0.040839694,-0.010417684,-0.03591281,0.011693924,-0.022556808,-0.056570098,-0.022705209,-0.007991343,0.0008968928,0.016205285,0.047280256,0.006243932,0.0536021,0.016665326,0.012146544,-0.03128273,0.00022828102,-0.0025654659,-0.03324161,0.006240222,-0.033508733,0.003058896,0.0079171425,0.0057616318,-0.017303446,0.030169731,0.000007789554,-0.006381202,0.000002271651,-0.023135567,-0.0021777707,0.027572729,0.023476887,0.0039882516,-0.011627144,-0.047933217,0.017347965,0.025584169,0.025673209,-0.092245474,0.02960581,0.021191528,-0.00050827017,0.019099087,-0.031906012,0.03490369,0.040661614,-0.016887926,0.040008653,0.020583088,-0.0583509,0.03433977,0.03113433,-0.02475313,0.016620805,-0.040157054,0.0048267115,-0.032291852,-0.010825784,0.02892317,0.041908175,-0.016858246,-0.015507805,0.012280104,-0.02948709,-0.0028585559,0.05977554,0.0038584012,-0.018327406,0.037159372,-0.0114787435,-0.03469593,-0.03431009,-0.039978974,-0.016695006,-0.034399133,-0.055857778,-0.03140145,-0.024960889,-0.013801205,0.033330653,-0.012947904,0.018728087,0.044341937,0.009957643,0.0068783425,0.057460498,0.026326168,0.049120415,0.040572572,-0.08464739,-0.042798575,-0.02795857,0.0022204358,0.015967846,0.020835368,-0.018030606,-0.021889007,-0.014253825,-0.13261029,-0.05725274,-0.005012212,-0.016056886,0.013096305,-0.010781264,0.054047298,-0.025168648,-0.014587725,-0.0613189,-0.072834745,0.024456328,0.0007526665,-0.026860408,0.008918843,-0.026326168,-0.003446591,-0.013088885,-0.021903848,-0.002862266,0.03448817,-0.0092230635,0.019188127,-0.022616168,-0.015077445,0.009690523,0.001594373,-0.0021480906,-0.03193569,-0.011671664,-0.022274848,-0.05309754,-0.013452465,-0.0070898123,-0.035141133,-0.0651773,-0.05838058,0.036714174,-0.039919615,-0.05618426,0.021592207,-0.039207295,-0.06446498,-0.0077539026,0.036595453,0.019499766,-0.021176687,0.03701097,-0.032469932,0.0009933528,0.03451785,-0.012354304,0.0016361106,-0.08915875,-0.0018930282,0.012161384,0.026563609,0.015255525,-0.047339614,-0.02754305,-0.046478897,-0.025524808,-0.014550625,0.0073420927,0.0098982835,-0.016294325,0.011011284,-0.03410233,0.0045929817,0.009905703,-0.02914577,0.042086255,-0.03146081,-0.019618487,-0.041700415,-0.045914974,0.008970783,0.004184881,0.009534704,-0.009586643,-0.0035170813,0.03988993,-0.017911887,-0.017051166,0.016991805,-0.02752821,0.077880345,-0.03140145,-0.020034008,-0.035853453,0.03104529,0.0077539026,0.06499922,0.0033761011,0.017110527,0.0050047915,0.005987942,0.014016385,-0.017822847,-0.0043481216,0.07075714,0.02829989,0.02910125,0.0045187813,-0.02871541,0.0010861029,-0.03028845,0.00072716025,-0.040127374,0.0035578911,-0.03205441,0.014016385,0.048526816,0.0097202035,-0.013964444,0.041433293,0.052325856,-0.024011128,0.040691294,-0.02825537,0.018921006,0.019277167,-0.05912258,-0.0036450762,0.03953377,-0.052058738,0.043095376,-0.03012521,0.010462204,-0.000020578913,0.023773689,0.011248724,0.07146946,0.0034966762,0.039949294,-0.03419137,-0.039415054,-0.0636933,0.015834285,-0.020197246,0.025984848,-0.025940329,0.0605769,0.038346574,-0.02944257,0.014647085,-0.02908641,0.0586477,0.0008746328,-0.018980367,0.000048114078,0.010046683,-0.043065693,0.009816663,-0.002626681,-0.02921997,0.006381202,-0.010425104,-0.016769206,0.014929045,-0.022185808,0.013675065,0.018995207,0.03537857,-0.011552944,0.026474569,0.017481526,0.020968927,0.011753284,0.006281032,0.023699488,0.018935846,0.019944966,0.0037322612,-0.0024541658,0.044430975,0.005750502,0.0024782808,0.008139743,0.017793166,0.016012365,-0.03668449,0.019573966,0.017986085,-0.028641209,0.016680166,0.08993043,-0.008258463,0.022927808,0.015062605,0.040008653,-0.05980522,-0.015671045,-0.005431442,0.02788437,0.041433293,0.0037452462,-0.014632245,0.017377647,-0.05470026,0.012881124,0.041017774,0.032796413,0.0007596228,-0.003259236,-0.048586175,0.06173442,-0.0038769513,0.015025505,-0.041878495,-0.008147162,-0.048556495,-0.014060905,-0.025495129,0.009289843,-0.019499766,0.0610221,0.0085478425,0.010773844,-0.0041663316,0.050901216,-0.05291946,-0.00042549078,0.005342402,0.033182252,-0.015077445,-0.05021858,-0.0066149323,0.00085330027,0.024723448,-0.02797341,-0.08209491,-0.046241455,-0.008755603,0.009148863,-0.026519088,0.016472405,-0.040631935,0.014921625,0.040246096,0.0062995823,0.0086368825,0.045885295,-0.02706817,0.023833048,0.015047765,0.0069265724,-0.0016620805,-0.0020052558,0.010217343,-0.0708165,0.046063375,-0.012970164,-0.022898128,0.055501617,0.018060286,-0.07485299,0.006221672,-0.008696243,0.03193569,0.0075906627,-0.009282423,0.0138679845,0.015329725,-0.045885295,-0.0006835677,0.009690523,0.035853453,-0.049387537,0.047992576,0.040631935,-0.039919615,-0.03380553,-0.040186733,-0.0005629927,0.023283968,0.003192456,-0.034606893,-0.006373782,0.002849281,0.033686813,-0.009772143,-0.0023669808,-0.009252743,0.011641984,0.03294481,-0.013519244,0.015923325,-0.0067410725,-0.02972453,0.0072938623,-0.037456173,-0.03119369,0.0051346417,-0.02699397,0.0132818045,-0.014699025,0.013615705,0.005119802,0.026385529,0.044935536,-0.09746915,0.036951613,-0.0044705514,0.017021487,-0.018460967,-0.03807945,-0.0047784816,0.06832338,0.019232646,-0.0022445507,-0.07004482,0.0065963822,0.009393723,0.0042405315,0.025450608,0.052325856,-0.02663781,-0.0067039724,-0.046686657,-0.03241057,-0.0053795017,0.039800894,0.005676302,-0.020167567,0.0014469005,-0.05288978,0.023194928,-0.024070488,0.008681403,-0.016071726,-0.0073346724,-0.02803277,-0.011894264,-0.06179378,-0.010907404,-0.02867089,0.005754212,-0.006781882,-0.010402843,-0.03077817,0.004834132,0.021532847,0.07057907,-0.020865047,-0.05704498,0.047488015,-0.019202966,-0.003277786,-0.02546545,-0.064227544,0.030985931,-0.011270984,0.05784634,-0.012510125,0.018624207,-0.015834285,0.0064368523,-0.017555727,0.000012709653,0.007865203,0.012844024,0.033182252,-0.0023577057,-0.051435456,-0.02871541,0.009638583,-0.040720973,-0.025509968,-0.0022445507,-0.014216725,0.016754366,0.017051166,0.06203122,0.041730095,0.009022723,-0.02763209,-0.0036636263,0.022586487,0.022452928,0.023818208,0.024411809,0.03074849,-0.018030606,0.021607047,0.014031225,0.0074088727,-0.03019941,0.010172823,-0.02987293,-0.008013602,-0.0052273916,0.02818117,0.05707466,0.011285824,0.0035820063,-0.03339001,-0.014164785,0.008117483,0.013615705,-0.035526972,-0.005353532,0.0055835517,0.008748183,-0.012680784,-0.0037118562,0.021369608,-0.0012910805,-0.00039952077,-0.0080507025,-0.007976503,-0.002980986,-0.016813725,0.02960581,-0.017303446,-0.012020404,-0.02914577,0.008622043,-0.038405932,-0.026148088,-0.0024077909,0.021740608,-0.005936002,0.016160766,-0.025613848,0.006600092,-0.0109816035,-0.005327562,-0.021087646,0.016695006,0.006136342,0.0003097851,0.02519833,0.0067447824,-0.018846806,0.022809088,0.011130004,0.0010174678,0.006492502,-0.0073383823,0.0043444117,-0.006177152,0.045944657,-0.036061212,-0.0017668881,-0.005969392,-0.011493584,-0.027661769,0.03238089,0.0079616625,0.026519088,-0.017778326,-0.0076648626,0.010751584,-0.03027361,0.019173287,-0.0045521716,-0.011196784,-0.037129693,-0.013608284,-0.014016385,-0.040127374,0.0155820055,-0.071410105,0.020716647,-0.032469932,0.011916524,-0.0071936925,-0.019529447,0.0039956714,0.0068857623,-0.03609089,-0.002639666,0.02743917,-0.043481216,0.003014376,-0.049090736,0.005398052,0.015270365,0.046211775,0.018935846,-0.005264492,0.035170812,0.010113464,-0.008725923,0.011033543,-0.021636728,-0.0014691605,-0.034042973,0.046894416,-0.007946823,0.03019941,-0.013994125,-0.03051105,-0.021161847,-0.0044705514,0.011189364,-0.019529447,-0.03398361,-0.018817127,0.0068449522,0.03146081,0.0580541,-0.037070334,-0.02987293,0.028285049,-0.0070304526,-0.0048155817,0.046894416,0.02804761,-0.016917605,-0.0122430045,0.021963207,-0.011708764,0.03362745,0.016784046,-0.013927345,-0.034992732,-0.020375326,-0.006444272,0.0036135411,-0.00030445197,-0.021057967,-0.036031533,-0.0021703506,0.0034317512,-0.0065667024,0.035348892,-0.015032925,-0.047547378,0.03846529,0.008065543,0.00046815578,-0.031371772,0.035170812,-0.0031386612,-0.025435768,0.036001854,-0.00092239905,-0.010773844,-0.006514762,-0.05841026,0.036714174,-0.020405008,0.0042219814,0.00015129849,-0.024575049,0.037485853,0.02680105,0.019529447,-0.021889007,0.037485853,0.013571185,-0.015745245,-0.038554333,0.035289533,-0.004834132,0.020226927,0.02519833,0.0021109907,-0.0561249,0.0023076208,0.0023688357,-0.03466625,0.019663006,-0.002775081,0.009979904,-0.016695006,0.019722367,-0.0069562523,0.0074904924,-0.020983767,-0.05395826,0.0036024111,0.0126511045,0.021206368,0.03187633,-0.024100168,0.025302209,-0.02875993,-0.0012576905,-0.0037712164,0.005038182,-0.023714328,0.005750502,-0.0038138812,0.014832585,0.045410417,0.016131086,-0.040780336,-0.018564846,0.009378883,-0.009453083,0.012413664,-0.0045150714,-0.023788529,0.021488328,0.010944503,0.05149482,-0.015774926,-0.041344255,0.015478125,0.0132818045,0.009275003,-0.006247642,0.0012604729,0.0042739213,-0.005568712,0.021874167,-0.009816663,-0.051405776,0.017066006,-0.021206368,0.0036951613,0.045588497,-0.05665914,0.022393567,0.032826092,-0.03704065,-0.008696243,0.012688205,0.016769206,-0.005757922,-0.010276703,0.017051166,0.02896769,-0.043095376,-0.02767661,-0.053720817,-0.043867055,0.020093367,0.0046671815,-0.009415983,0.03258865,-0.0071751424,-0.0012103879,0.03312289,0.042976655,-0.03540825,0.012020404,-0.005969392,0.015522645,-0.005865512,0.048793938,0.03285577,0.02781017,-0.0071491725,-0.0020405008,0.015121965,0.032796413,-0.0027917759,0.022452928,-0.007828102,0.02917545,0.022616168,0.014098004,0.036565773,0.002786211,0.015819445,0.03520049,0.006848662,-0.0023298808,-0.008213943,0.017451845,0.02926449,-0.005231102,-0.017600246,0.0045447517,-0.00017622506,-0.004945432,-0.0078058424,0.040246096,0.012020404,-0.010336064,-0.0074125826,-0.017911887,-0.038435612,-0.00009477894,-0.012643685,-0.0065741222,0.015225845,-0.022349048,0.03668449,-0.02988777,0.00052171893,0.0033946512,0.013556344,-0.0633965,-0.045321375,0.012703044,-0.02913093,0.021607047,0.018876486,0.012413664,-0.025895808,0.010684804,-0.008102642,0.011248724,-0.009920543,0.006010202,-0.024293087,0.0034781261,0.0022482607,-0.020983767,0.03466625,0.005234812,0.03068913,-0.018490646,-0.016309166,-0.009534704,0.049773376,-0.011263564,-0.044757456,-0.010106044,0.03166857,0.013548925,0.0048304214,-0.003270366,-0.00028451072,-0.017555727,0.026385529,-0.018401606,0.06286226,-0.011530684,0.008926263,0.0016546606,-0.0121984845,0.016413046,-0.025984848,0.032113772,0.009364043,-0.015953006,0.022512287,0.005602102,-0.015463285,-0.011545524,0.0077835824,-0.039682172,0.03037749,0.010788684,0.02769145,0.006537022,0.03011037,0.00013599473,-0.0076055024,0.014602565,0.0036469311,0.008807543,-0.016887926,0.019915286,-0.017778326,0.021176687,0.003377956,0.0030607511,0.021191528,-0.021339927,0.020390168,-0.017214406,0.008399443,-0.0048526814,-0.025970008,0.03790137,-0.03374617,0.018550007,0.013853145,0.024515688,-0.009378883,0.017333126,-0.018564846,-0.013044365,0.02904189,-0.048793938,-0.0049491418,-0.0033723912,-0.012220744,0.021681247,0.0017631782,0.046093054,-0.0036376563,0.012020404,-0.025851289,-0.0039548613,-0.0072419224,-0.045380734,0.006692842,0.042887613,-0.013786364,0.019381046,0.018980367,0.013111144,-0.014261245,-0.010002163,-0.013571185,-0.0018716956,-0.011167103,0.041908175,-0.013363425,-0.024545368,-0.011686504,0.017006645,0.015344565,-0.010365743,0.06244674,0.005795022,-0.05843994,-0.011530684,-0.0527117,0.009712784,0.0017817281,0.0038732414,-0.042887613,-0.02910125,-0.034933373,-0.0065481523,0.002741691,0.010870304,-0.044579376,0.03392425,0.0021499458,-0.007865203,0.020360487,-0.042976655,0.021428967,0.016813725,0.009022723,-0.02763209,-0.015953006,-0.013741844,0.0040401914,-0.03077817,0.0047488017,-0.03502241,-0.041670736,0.001399598,0.021206368,-0.018564846,-0.007946823,0.0044928114,0.021621887,0.019232646,0.054967377,-0.021621887,0.043718655,-0.008852063,-0.047042817,-0.043688975,-0.0006204977,-0.008199103,0.03101561,0.0055612917,-0.014335445,-0.02911609,0.008918843,-0.03015489,-0.0067633325,-0.017258925,-0.0012743855,-0.021206368,0.036358014,0.011256143,-0.012576904,0.011879424,0.040602256,-0.026949449,0.009260163,-0.009631163,0.03291513,0.024604728,0.0062995823,-0.011753284,0.0027008809,0.015107125,0.010477044,-0.05146514,-0.013170504,0.016798886,-0.0012456329,0.017540885,-0.010914824,0.022349048,0.020405008,-0.0108480435,-0.003268511,0.020093367,0.009838923,-0.05446282,-0.008763023,-0.015745245,0.016635645,-0.0043629613,-0.02870057,0.011538104,-0.009608903,-0.007828102,0.0018902456,-0.043510895,-0.014476425,-0.0155820055,0.020093367,0.0044928114,0.018475806,-0.040483534,0.017214406,0.016264645,-0.011909104,-0.008792703,0.0018188282,-0.00011790848,-0.023788529,-0.02574741,0.05057474,-0.0035282113,0.012079764,-0.044074815,-0.00052867515,-0.026311329,0.019944966,0.023239449,-0.041255213,0.0033946512,-0.027735969,0.020241767,0.016056886,0.022126447,-0.034221053,0.02706817,-0.013727005,0.0068857623,0.032291852,0.020761168,-0.014795485,0.013430204,0.009104343,0.03594249,0.008221363,0.005924872,-0.0019607358,-0.016249806,-0.0122875245,0.023046527,0.0068523725,-0.013905085,0.0033965062,-0.020360487,0.019870767,0.0046597617,0.002630391,-0.025495129,-0.007813263,0.022215487,-0.045469776,0.009349203,-0.0073087025,0.017036326,0.012168804,-0.005216262,-0.0074311327,-0.014721285,-0.011849744,0.016145926,0.0018262481,0.008169423,0.0024022257,-0.016413046,0.040691294,-0.020835368,0.017496366,0.0072233723,-0.013059204,-0.012562064,0.023803368,0.045440096,0.010269283,-0.0010712629,-0.020924408,0.03721873,0.016398206,0.0050418917,0.02705333,0.013830884,0.0039697015,-0.010877724,-0.017080845,0.006507342,-0.0019700106,-0.005891482,0.0075350124,-0.0102618635,0.009534704,-0.014060905,0.0018002781,0.028196009,-0.014090585,0.020212088,-0.009927963,-0.023061369,0.023640128,-0.023758847,0.031164011,0.024575049,0.0066854223,0.011864584,-0.017066006,0.0079171425,-0.021087646,0.014884525,0.013170504,-0.025628688,0.026504248,-0.018846806,0.03436945,0.011634564,-0.015099705,0.0002828876,0.022912968,-0.010536403,-0.008384603,0.03122337,-0.032618333,-0.0007786365,0.016724685,-0.012391404,-0.010514144,-0.0018726231,-0.002517236,0.005186582,0.012228164,-0.008933683,0.008874323,-0.011167103,0.023506569,-0.009816663,-0.0080507025,-0.00061910646,0.021562528,-0.023833048,-0.02840377,0.09135507,0.015070025,0.035170812,0.0043889317,0.044579376,0.02985809,0.025806768,-0.0047710617,0.011916524,0.008310403,0.010655124,-0.016027205,-0.0009015303,0.00027338072,0.003077446,-0.0138234645,-0.02875993,0.008800123,-0.0076945424,-0.020701807,0.0064813723,0.030985931,0.017288607,-0.040275775,-0.013957025,-0.014795485,-0.0009469778,0.0018735506,0.019470086,0.015055185,0.039236974,-0.018253205,-0.009415983,0.021503167,-0.008110063,0.00093074655,-0.024144689,-0.0074311327,0.024233729,-0.035289533,0.010417684,0.0010007728,0.019514607,0.006444272,0.017763486,-0.017808005,-0.043392174,0.002841861,-0.036714174,-0.020226927,-0.015552325,0.017169885,0.043629616,0.021072807,0.003303756,0.005060442,0.022957487,0.043926414,0.03080785,0.019544287,0.009275003,0.040483534,0.0063886223,-0.017036326,-0.0075684027,0.03508177,-0.021592207,0.023180088,0.014921625,0.0006580615,-0.00065945275,0.0025561908,0.041878495,-0.0037489564,0.009289843,0.024055649,0.005015922,0.0034614312,0.012079764,0.010239604,-0.0071083624,0.0022111607,-0.003086721,-0.02706817,-0.02662297,0.02935353,0.020553406,0.032262173,-0.0041329414,0.021132167,0.013749265,0.001388468,0.008711083,0.025005408,-0.020954087,0.022645848,-0.037456173,0.023031687,-0.024159528,-0.018238366,-0.016427886,0.0042850515,0.013014684,-0.020419847,-0.020939248,-0.02890833,-0.0049491418,-0.011515844,0.002763951,-0.00046189516,-0.017555727,-0.022853607,-0.013111144,0.04986242,0.014929045,-0.001483073,-0.000060577364,0.041819133,0.002383676,-0.046389855,0.038316894,0.025524808,-0.011397124,-0.00072623277,-0.005475962,0.023224607,-0.011590044,-0.032618333,0.023432368,-0.008065543,-0.016561445,0.016012365,-0.0046041114,-0.019306846,-0.016205285,0.02696429,0.014854845,0.00013634254,-0.019128766,0.012317204,-0.021889007,-0.010788684,0.011330344,-0.00073829025,0.018876486,-0.034399133,0.011961044,0.014535785,-0.019306846,0.023343328,-0.015953006,-0.0011065078,0.040542893,0.02905673,0.0005087339,-0.0037582312,0.022527128,-0.016413046,-0.0052051316,-0.0017631782,-0.042115934,-0.017600246,-0.014736125,-0.032440253,0.037812334,-0.025599008,0.025168648,0.017229246,-0.03864337,-0.010343484,-0.014023805,-0.0010452928,-0.038791772,0.010595764,0.012732725,-0.025346728,-0.013163084,0.0036524963,-0.018119646,0.008777863,-0.018075125,0.007887463,0.0077168024,-0.002852991,0.02976905,-0.014758385,-0.03392425,0.00086582155,-0.021755448,-0.012532384,0.005260782,0.013029524,-0.010068944,0.014090585,0.0068894722,0.0043147313,-0.0016008655,-0.008021023,0.011701344,0.011337764,-0.022794249,-0.023922088,-0.020004326,0.010907404,0.0047747716,0.041700415,-0.018609365,-0.005275622,-0.009289843,-0.003220281,0.005283042,-0.026563609,-0.026845569,-0.015923325,0.0075498526,0.0064813723,0.0018948831,0.03609089,0.043570254,-0.031727932,-0.010165404,-0.020523727,-0.0034150563,-0.05487834,-0.0074274223,0.0008699953,0.0049083317,-0.024871849,-0.016858246,-0.009534704,0.047191218,-0.018891327,-0.012992424,0.025153808,-0.022274848,-0.013044365,-0.013111144,-0.012317204,-0.02996197,-0.015908485,-0.006314422,0.014038645,0.008896583,0.017006645,-0.008933683,-0.015641365,0.006028752,-0.0033501312,0.005576132,0.0047265417,-0.001546143,-0.014847425,-0.011530684,-0.012309784,0.019766886,-0.002693461,0.031074971,-0.03561601,-0.010521564,0.008035863,-0.009208223,0.016887926,0.018327406,-0.0073087025,0.008251043,0.0072085327,-0.0049491418,0.008258463,-0.00043708453,0.023432368,0.0035152263,-0.016175605,0.005965682,0.0070861024,-0.017229246,0.014595145,-0.008688823,0.00005478049,-0.012346884,-0.02919029,-0.03217313,0.014290925,-0.0017566856,-0.0020071107,-0.005301592,-0.008087803,0.00041436075,-0.032974493,0.018906167,-0.052771058,0.0013847579,0.019900447,-0.0043295715,0.025569329,-0.006759622,0.02813665,-0.03134209,-0.0046746014,-0.010002163,-0.0041885916,0.019054566,0.006273612,0.016324006,-0.009378883,0.02920513,0.026489409,0.011463904,0.008852063,-0.005242232,0.0036951613,0.024723448,0.008310403,-0.026073888,-0.023387847,0.009171123,-0.02990261,0.018238366,-0.024560208,-0.013986705,0.015300045,0.02724625,0.006937702,0.0066631623,0.016160766,0.03009553,0.015032925,0.0079171425,-0.021206368,0.021102488,0.0049528517,0.041967534,0.015448445,0.049357858,-0.020612767,0.02699397,0.014750965,-0.010061524,-0.010588343,0.02789921,-0.02781017,-0.001529448,-0.024486009,0.011864584,-0.0040847114,-0.019084247,-0.0012845879,-0.020048847,0.0048749414,-0.0077464827,0.010989023,-0.023328489,0.06535538,0.02840377,0.024307929,-0.039682172,0.042234655,0.00086674903,0.0018689132,-0.0070230323,0.0068189823,-0.013615705,-0.018876486,-0.020894727,0.017036326,-0.014810325,0.049476575,-0.03184665,0.012087184,-0.016131086,-0.021087646,0.017169885,-0.011901684,0.02789921,-0.02691977,-0.015893646,-0.016695006,0.018371927,0.021399288,0.006102952,-0.02671201,0.03303385,-0.011664244,0.03540825,0.03288545,0.012102024,0.0011714329,0.0053164316,-0.024025967,-0.03555665],"social":"https://twitter.com/rishi_rover"},{"title":"recover","description":"an animation about king david","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=rKwcw5AtfZ8","youtube_transcript":"Hello. My name is Emmanuel with an animation of Puzzles, and we are working on recover. It's an animation about King David And it's really also special visual arts because it combines a lot for storytelling, animation, as well as a rich history. So let me show you a bit about what we're working on. To a very difficult getting traction on social media. So we kept boosting and eventually when we release it kind of blow up. And we had some people who were willing to support us financially. So far, we're able to make hundred and forty dollars in three weeks.","embedding":[0.06743655,0.009006138,0.019398957,0.011626237,-0.041600473,-0.0013875947,-0.017866308,0.076194555,-0.027193572,-0.019836858,0.045220446,-0.038885497,-0.04554157,-0.060196616,0.03380586,0.0541536,-0.030886527,-0.023894727,-0.008947751,0.010816123,0.008743398,-0.0072764335,0.010108185,0.007853001,0.03859356,-0.03249216,-0.037104703,0.04078306,0.024113677,-0.010765035,-0.014166056,-0.02955823,0.0019632503,-0.0082982,-0.005816768,-0.005061391,-0.057831958,-0.009502424,-0.025310604,0.023515215,0.03856437,-0.017370023,-0.031995874,0.04764349,0.02523762,0.045249637,-0.008006266,0.03345554,0.015618423,0.040578708,-0.037104703,0.1052127,-0.03208345,0.029456055,0.00847336,-0.044870123,-0.025967453,0.016158499,-0.05336538,-0.015997937,0.019866051,-0.014793712,0.039440166,-0.011896276,-0.027938003,0.0068932716,-0.08407675,0.019282185,-0.0058715055,-0.03637487,0.049190734,0.025004074,0.04606705,-0.0030817192,-0.0033900735,0.010531488,-0.057452444,-0.026974622,0.0000012437093,-0.04606705,-0.039527748,-0.017078089,-0.01593955,-0.026799463,-0.016479626,-0.007455243,-0.02061048,-0.011764905,-0.0331928,-0.00076449994,-0.01410767,0.030156694,-0.079113886,0.0102030635,0.012341474,0.0062072286,0.0024193958,0.039148234,0.05047524,0.056372292,0.0039885365,-0.01030524,0.03763018,-0.041950792,0.032550547,-0.011852486,0.046475757,-0.027981792,-0.0072727846,-0.0031583516,-0.09937404,-0.041337732,-0.015399474,-0.01283776,0.035207137,-0.0008584659,0.021778213,-0.028361306,0.037922114,-0.02466835,-0.04641737,0.027310345,0.014757221,-0.004382646,0.00611235,-0.030331854,-0.059787907,0.023777954,-0.01087451,-0.009057226,0.017910099,0.013808438,0.054211985,-0.04545399,-0.050387662,-0.018275015,0.00034302144,0.0082252165,-0.025077058,0.031382814,0.017866308,-0.02436182,-0.03287167,-0.004284119,-0.031820714,-0.02061048,-0.010385522,-0.008495254,-0.0061378945,-0.043848358,0.0009223263,-0.027485507,-0.029645812,-0.0034703552,-0.009597302,-0.022332886,-0.011626237,0.031762328,-0.018260418,0.044227872,0.0052365507,-0.012954533,-0.002607328,-0.046213016,-0.0388563,0.026843254,-0.058590982,-0.0078457035,-0.037309054,0.029456055,-0.024186661,0.001231593,-0.056051165,0.049628634,0.078238085,-0.026449144,0.030536206,-0.020187177,0.007020992,-0.05537972,-0.012560423,0.035966165,-0.0074187513,0.03882711,-0.036929544,0.020975396,0.0030142097,-0.018377192,0.029310089,0.029105734,0.01633366,0.05742325,0.030623786,-0.031995874,0.026055032,-0.03859356,0.072457805,0.015954146,-0.017691148,0.037892923,-0.018012276,0.017078089,-0.012341474,0.029923147,-0.030448627,0.050679594,-0.05479585,-0.006572145,0.018026872,-0.017311636,0.053306993,-0.004108959,-0.013764648,-0.031470392,0.010363626,-0.020844027,0.008422271,0.040053226,-0.027193572,0.04043274,-0.009925727,0.05427037,-0.0056963456,-0.0063130544,0.04595028,0.028988961,0.03257974,-0.027018413,0.004514016,0.014655044,0.028259128,-0.026142614,0.0027770142,0.01523891,0.0034174423,0.009239684,0.027777439,0.017705746,0.03903146,0.0419216,0.04703043,0.024288837,0.026799463,0.013903316,0.0067181117,0.03716309,-0.035207137,-0.053511344,-0.007896791,-0.013115097,0.051234268,-0.012399861,0.00160472,0.0038498684,-0.007104923,-0.0042512766,-0.039265007,-0.0031729485,-0.026536724,0.01231228,0.028624045,0.013122395,-0.0111518465,-0.009641092,-0.00515262,0.032346193,-0.017370023,0.01881509,-0.026711883,0.03859356,-0.023456829,-0.04694285,0.015443264,-0.007721632,-0.02637616,0.031324428,-0.0022369376,0.012159016,0.024347225,0.0034575833,-0.059174847,-0.04519125,-0.028317515,-0.0074515934,-0.04022839,0.05537972,0.05523375,-0.041979987,-0.040140808,0.040637095,0.0126626,-0.065042704,-0.018888075,0.027865019,-0.002864594,-0.008363885,-0.014640448,-0.003030631,0.019355167,0.017939292,-0.0058131185,-0.061889827,-0.005579572,0.07345038,-0.0037002526,0.028580256,-0.023267072,0.038301628,0.024887301,-0.004196539,0.034827624,-0.0023573602,0.05891211,0.022945946,-0.019617908,0.0007699737,0.054649886,-0.002943051,0.015530843,-0.025208427,-0.018348,-0.046096243,-0.034389723,-0.019398957,-0.0073603643,-0.02205555,0.019924438,0.0031984926,-0.010297942,-0.043439653,0.0048023,-0.048023004,0.014852099,-0.015968744,0.0007594823,-0.018202031,0.016494222,-0.059145655,0.0738007,-0.029762585,-0.039732102,-0.050708786,-0.038447596,-0.02392392,0.039498556,0.007933283,0.01545786,-0.043614812,0.010422014,0.006882324,0.038155664,-0.0055357823,-0.0032222122,-0.0078092115,0.025193831,0.00018165995,0.002052655,-0.0050103026,0.021384103,-0.00011768555,-0.024653753,0.0052912883,0.052080873,0.0076559465,-0.015837373,0.018785898,-0.06574334,0.04676769,0.077011965,0.0027496454,0.0053168326,0.01589576,-0.014348514,0.015530843,-0.009144805,0.0016558083,0.030156694,-0.018493965,-0.030769754,0.05073798,0.04641737,0.0119108725,0.007104923,-0.018245822,-0.013611383,-0.0057839253,0.018771302,-0.051642973,-0.048957188,0.023164894,0.03330957,-0.07012234,-0.0637582,0.046358984,-0.023398442,0.043906745,-0.022639416,0.024347225,0.0063203527,0.004287768,-0.027091395,-0.026434546,-0.024113677,-0.032287806,0.023267072,0.055000205,-0.016275274,0.001548158,0.018961057,-0.008269006,0.002829927,-0.03269651,0.04025758,-0.012735584,0.027967196,0.00072299066,0.054095212,0.005061391,0.001495245,0.055700846,-0.021062976,-0.05462069,0.032725707,0.0036035497,0.0310033,0.014618552,0.056956157,-0.0047037727,0.044052713,-0.012005751,0.015297296,0.053774085,0.03935259,-0.010560681,0.028142355,0.030740561,-0.0013401556,-0.002842699,0.026828656,-0.019413555,-0.041717246,0.006101403,-0.01523891,0.002519748,0.008648519,0.005444553,-0.0076851402,0.0019796717,-0.038184855,-0.045570765,-0.017107282,-0.024858108,-0.046650916,-0.00024996776,-0.057627603,-0.006389687,0.015735196,0.03301764,0.032025065,-0.006842183,-0.043030947,0.052168455,-0.0012708214,0.015092944,0.050796367,-0.029675005,-0.041279346,0.005265744,-0.0003868114,-0.020727253,0.03179152,0.02885759,0.014312022,0.038885497,-0.041162573,0.034477305,-0.004014081,-0.028799204,0.017807921,-0.020406127,-0.023777954,-0.012436352,-0.020683464,0.015078347,-0.0064699682,0.02580689,-0.028507272,-0.0066743214,-0.018464772,-0.007174257,0.024901897,0.034331337,0.031412005,-0.017764132,-0.018362595,-0.04580431,-0.021719826,-0.05645987,0.038155664,-0.009852744,0.043848358,0.025296006,0.018537754,0.049365897,0.012735584,-0.040345162,0.0054518515,-0.0049920566,0.025193831,0.04799381,0.045862697,0.021033783,0.020537497,0.02043532,-0.01881509,-0.013779244,-0.014399602,-0.016888332,-0.0013045763,0.0071925027,-0.04738075,0.011341603,0.011743011,0.014297426,0.010765035,-0.03882711,-0.011670028,0.058882914,-0.024960283,0.038360015,0.012297683,-0.026201,0.00189939,0.03409779,-0.045424797,0.016917527,-0.021705229,-0.0035524615,0.0012142594,0.0059225936,0.032025065,0.030711368,0.030974107,0.015837373,0.0021019187,0.06656076,0.0064444244,0.011049669,-0.0006440775,0.010940195,-0.008984243,-0.056956157,0.03424376,-0.035207137,-0.0062108776,-0.008663116,-0.022405868,-0.018683722,0.022405868,-0.0022989735,0.012326877,0.0116846245,0.028945172,0.014224443,-0.014158757,0.060196616,0.018552352,-0.012056839,-0.03824324,0.020858623,0.015968744,-0.012509336,-0.00290291,-0.040899836,0.040199194,0.020639673,-0.015428667,0.019530328,-0.031295232,0.02030395,-0.020464513,-0.019705487,-0.011925469,0.045424797,-0.037542604,-0.00964839,-0.051146686,-0.020420723,0.022858365,0.013312152,0.02720817,-0.014319321,-0.03777615,0.01248744,-0.0037093756,0.03304683,-0.01515133,-0.043030947,0.008101145,-0.0058021713,0.0049920566,0.014428795,-0.0034338636,-0.03266732,-0.0023810798,0.018318804,-0.048957188,0.028988961,0.0032495807,-0.014450691,-0.000114093404,0.025223024,-0.014749922,0.014114968,-0.021865793,-0.015822776,-0.026098823,0.013501908,0.0074807866,0.007925984,-0.014392304,-0.026960026,-0.0053204815,0.022902155,0.011480271,0.010465804,-0.033076026,-0.0026273984,-0.00057565566,-0.00290291,0.011166443,0.026303176,-0.013436223,-0.00388636,-0.021822002,-0.026945429,-0.017749535,-0.010385522,0.0340686,-0.005907997,-0.010181168,-0.020362336,-0.0065903906,0.016348256,-0.0078457035,-0.009728672,0.016129306,0.035353106,0.00062537554,-0.0073348205,-0.016625592,0.002366483,0.03996565,0.004313312,-0.024799721,-0.014297426,-0.020493707,0.022026356,-0.035177942,0.03249216,-0.022245307,0.056518257,0.0030342801,0.011334305,0.0057218894,0.046650916,-0.006017472,0.011458376,0.016012533,-0.016917527,-0.00089678215,0.00068832363,0.018158242,0.00428047,-0.006225474,-0.005703644,-0.011005879,0.0026365211,0.0078092115,-0.021719826,-0.02034774,-0.02012879,-0.03222942,-0.0040688184,0.011195636,0.009093718,0.004287768,-0.008955049,0.023252474,0.00017618622,-0.009203193,0.009699479,0.005754732,-0.024814317,0.0074953837,-0.004780405,0.017866308,-0.0071012736,-0.0062948084,-0.08250031,-0.03707551,0.0002730031,-0.04162967,-0.0124071585,0.01541407,0.0017515989,-0.009064524,0.013750051,0.0436732,0.02061048,-0.025967453,-0.0056780996,-0.034769237,-0.040666286,0.038797915,0.0107358415,-0.0033718278,0.0011868906,-0.011743011,-0.015341087,-0.055116978,0.009765164,-0.064633995,-0.05698535,0.018304208,-0.021062976,0.005017601,0.029981535,0.00013992265,0.012429054,-0.009684882,0.018479368,0.020756446,0.005878804,0.006174386,0.036841962,-0.0091375075,0.01065556,-0.040491126,-0.011991154,-0.007166959,-0.0029138578,-0.01593955,0.031382814,0.013771947,0.0071925027,-0.0061780354,0.021909583,-0.0296896,0.0041235555,-0.0028080319,0.015049154,-0.008057355,0.015954146,-0.026872447,0.0076121567,0.010976686,0.030886527,-0.016100112,-0.054299567,0.042563852,0.0010290643,-0.020333143,0.04122096,0.014917783,0.01558923,0.009159402,0.024099082,0.023179492,-0.04641737,-0.03873953,0.0027879616,-0.018683722,0.0040323264,0.06043016,-0.026040437,0.016129306,0.045570765,0.0052876393,0.002855471,-0.0078603,0.023953114,0.009181297,-0.013414328,-0.000013997967,0.021019187,-0.0019249342,-0.020771043,-0.027558489,-0.029368475,-0.0073165745,-0.030798947,0.004462928,-0.014859397,0.037250668,0.00039821505,0.025865277,-0.049395088,-0.052022487,0.003039754,-0.01607092,-0.020975396,-0.0065830923,-0.0035834794,-0.0056744507,0.007177906,-0.030244274,0.0484609,-0.025952857,0.0049008275,-0.018581545,0.016216887,0.027631473,-0.018479368,-0.003318915,0.0008283603,0.021807406,-0.0062035793,0.0089112595,0.0122247,0.0073348205,-0.033397153,-0.03427295,-0.023690375,0.018435579,-0.0013711735,0.012691794,0.02153007,-0.027981792,-0.01013008,0.013297555,-0.016260676,0.007371312,0.0058204173,-0.0257631,0.047409944,-0.03838921,-0.015691407,0.011239426,0.0042512766,-0.031849906,-0.0069261137,0.017661955,-0.0002629679,0.02236208,-0.008305498,-0.0070939753,-0.026317773,-0.025077058,-0.022960542,-0.020902414,-0.0024595368,0.022157725,-0.01196196,-0.014450691,0.0034429866,-0.025471168,0.0032021417,0.0002522485,0.021953372,0.0046745795,0.012239297,0.022318289,-0.0024613612,-0.0136989625,-0.03935259,-0.025485763,0.019939033,0.000017547349,0.0020070404,0.015384877,-0.0076121567,-0.034623273,0.0010363627,0.012129822,0.014976171,-0.027733648,0.021325717,0.0063167033,-0.013465417,-0.003992186,-0.019325973,-0.0023482372,-0.027149783,-0.034594078,0.034185372,0.04288498,-0.0025617133,-0.011159144,-0.009341861,0.0077581233,0.013341345,-0.0002647925,-0.019325973,-0.029893953,0.02506246,0.00790409,0.03514875,0.0074479445,-0.014976171,-0.05628471,-0.00034553025,-0.012319579,0.008648519,-0.011545956,-0.017632762,-0.03091572,-0.001006257,0.020902414,0.02082943,-0.008940453,-0.028828397,0.010378223,-0.014158757,-0.0087215025,0.010027903,-0.022464255,0.041979987,-0.000005755274,-0.017910099,-0.02026016,-0.0031948434,0.00082744804,0.025310604,0.006254668,0.024945688,-0.017194862,0.030857334,-0.0012133472,0.014428795,0.019544924,-0.004313312,-0.014633149,0.014020089,0.005710942,0.005663503,-0.02266861,0.0067837965,-0.013414328,-0.007874897,-0.0023354653,0.030682174,-0.0007252714,-0.0039885365,0.05444553,0.019369764,0.011283216,0.017530585,0.028521867,0.022478852,0.016523415,0.02655132,-0.012567722,-0.025354393,-0.019369764,-0.019924438,0.04554157,0.0414837,0.006079508,0.03039024,-0.018231224,0.030944914,-0.017720342,-0.0059408396,-0.0138522275,-0.019471942,-0.030740561,-0.022245307,-0.01602713,0.03205426,-0.0063203527,0.025879873,-0.0096337935,0.021705229,0.020070404,-0.0023610094,0.058269855,-0.029441457,0.030536206,0.030623786,-0.0010965739,0.006502811,0.013647875,-0.046125438,-0.020595884,0.01550165,-0.029704198,0.018727511,-0.026638899,-0.009246983,0.003453934,0.029134927,-0.008144935,-0.025485763,-0.008203321,-0.01261881,-0.028463481,-0.06480916,0.030010728,0.027660666,0.006108701,-0.0071231686,0.03225861,0.00031884573,-0.0064517227,-0.01148757,0.01576439,-0.018669125,0.013917913,0.0663856,0.058445014,0.011677326,0.004780405,-0.019063234,-0.0016475976,-0.03964452,-0.022566432,0.036491644,-0.021544667,-0.0007763597,-0.016143903,0.004751212,-0.0023263423,-0.04078306,0.015954146,-0.008860171,0.006480916,0.0063313,0.024215855,-0.004824195,0.033747472,0.009392949,-0.027062202,0.005619713,-0.023967711,0.01519512,-0.008495254,-0.008925856,-0.010838018,-0.0147645185,-0.039294202,-0.0078457035,-0.012100629,0.003820675,0.026084227,0.029893953,-0.0065466007,-0.033747472,0.037279863,-0.001990619,0.024288837,0.012020348,0.00050723384,-0.029660407,-0.002353711,-0.013202677,-0.005959085,0.027616875,0.0046015964,0.040578708,-0.051934905,-0.014618552,0.021398699,-0.032754898,0.027806632,0.0046234913,0.049132347,-0.0305654,-0.034506496,0.010400118,0.01453827,-0.005703644,0.029426862,-0.012991025,0.029952342,0.03164555,-0.0019632503,-0.03269651,-0.0064261784,0.038651947,-0.007721632,0.011750309,0.017603569,-0.018056065,-0.0037440427,0.025485763,0.011246724,0.024609964,-0.022741592,-0.0142682325,-0.014297426,0.013268362,0.012195507,0.011560553,-0.030331854,-0.02166144,0.001482473,0.013480013,0.040666286,0.0155600365,-0.0015454211,0.007196152,-0.0049227225,0.006860429,-0.0024212205,-0.0122247,-0.04685527,-0.030623786,0.029952342,-0.0050030043,0.016873736,0.008239813,-0.019092428,0.0073165745,0.009020735,0.022741592,-0.013859526,0.0029266297,-0.0015408596,0.023661181,0.01951573,-0.0170343,-0.017661955,0.002196797,0.0048168967,-0.027033009,0.006604987,0.01598334,-0.021909583,0.013669769,-0.0016275273,-0.026828656,0.0038936583,-0.002331816,-0.015092944,0.006758252,-0.023369249,0.0024485893,-0.008436868,0.0039374484,0.022610223,-0.029353878,0.019968227,-0.028156951,-0.008845574,0.0055029397,0.014895889,0.081916444,-0.029324684,0.010575279,-0.0170343,0.027412523,-0.008261708,-0.01567681,0.0001591948,0.004999355,-0.009538916,-0.00014756309,0.017282443,0.008064653,0.008042758,-0.0025361693,-0.041425314,-0.02768986,-0.014815607,-0.007940582,-0.043877553,-0.011173741,0.014903187,0.002278903,0.0075318753,-0.065101095,-0.011056968,-0.0010728543,-0.00050632155,-0.018114451,0.036228903,0.0044264365,0.008269006,0.013122395,-0.0053679207,0.043293685,0.016625592,-0.030594593,-0.03938178,0.011254023,0.0120276455,-0.00777272,-0.022814576,0.0026565916,0.0033335115,0.019968227,0.01690293,-0.0218366,-0.004167346,-0.002742347,-0.010429312,-0.024785124,0.0079989685,-0.03882711,0.017691148,0.020449918,0.020931607,-0.015822776,0.043001752,-0.003860816,-0.013662471,0.00856094,0.023208685,-0.028054776,-0.002366483,0.01453827,0.0043242597,-0.00886747,-0.030419433,-0.01034903,0.010100887,0.0075099804,-0.018858882,0.024434805,0.00024859933,0.005907997,-0.0032915461,0.030156694,-0.004882582,0.011947364,-0.026711883,-0.06445884,0.00860473,0.0021201645,-0.027397925,-0.028536465,-0.002733224,-0.0043571023,0.037542604,-0.007221696,0.031674746,-0.018464772,-0.017530585,0.020157984,0.016012533,-0.017311636,0.017224055,-0.020756446,-0.017983083,-0.031382814,-0.028930575,-0.027704455,-0.0072764335,-0.01890267,0.023018928,-0.011655431,-0.0023810798,-0.059058074,-0.013261063,-0.013122395,-0.012385264,-0.000068307796,0.003030631,-0.0014961574,-0.009787058,0.006225474,-0.010334433,-0.026011243,-0.05362812,-0.00655025,-0.030623786,0.0037914817,0.009677583,-0.005090584,0.013932509,0.0019577767,-0.0111153545,0.027792035,-0.027850423,0.009232386,0.01773494,-0.0063349493,0.048840415,-0.0015153155,-0.010042501,-0.0103928195,0.014487183,-0.00248873,0.012436352,-0.02466835,0.06270724,0.0055576772,-0.023865534,-0.01694672,-0.004926372,-0.0067327083,0.0135092065,0.02153007,0.009349159,-0.040286776,-0.016392047,-0.018961057,-0.016829945,0.0057656798,0.016654786,0.0064517227,-0.055934392,-0.0019796717,0.023704972,0.0038973074,-0.0028098566,-0.031499587,-0.00093783526,-0.025792293,0.0055832216,0.027952598,-0.0016138429,-0.018158242,0.016319063,0.00781651,0.007838405,0.032784093,-0.0066195843,-0.018566947,-0.022347482,0.00090453663,-0.03742583,-0.012049541,0.029324684,-0.067962036,-0.0037622885,0.039060656,-0.012399861,-0.005510238,0.009502424,-0.015618423,-0.0034831273,-0.0011576974,-0.022843769,-0.020143388,-0.023062719,0.008633923,-0.0043862956,-0.009363756,0.019778471,0.021632247,-0.0044592787,-0.0074078036,0.00047758437,-0.024551578,0.038768724,-0.0041418015,-0.026711883,-0.033543117,0.00019956367,-0.003183896,0.0129764285,-0.02113596,-0.0009898358,0.017326232,-0.018493965,0.0034922503,-0.0021055678,0.01052419,0.021851197,0.004422787,-0.023690375,-0.013268362,0.0020508303,0.030331854,-0.017983083,-0.009035331,-0.012319579,0.0077435267,-0.013304853,-0.012086032,-0.024274241,-0.009327264,0.003256879,-0.017297039,-0.022478852,0.00064681435,-0.03742583,-0.008115741,0.019924438,-0.02082943,-0.015297296,-0.038155664,0.0036947788,-0.013348643,-0.019647101,0.017661955,-0.0043644006,0.01296913,-0.013217273,-0.0027514698,0.027616875,-0.01580818,0.0000035885826,-0.020727253,0.02593826,-0.009940323,0.037659377,-0.043906745,-0.005597818,-0.016435836,0.0048059495,0.022070145,-0.022726996,-0.01859614,0.04212595,-0.034623273,-0.02497488,0.019501135,-0.015253507,-0.008312796,-0.0000070061105,-0.0031765976,-0.0015454211,0.009407545,0.026230194,0.014282829,-0.026084227,-0.011852486,-0.009174,-0.0091010155,-0.00045911048,0.008663116,0.006794744,-0.02236208,-0.028551063,-0.015778987,0.02021637,-0.057773568,-0.03257974,-0.020362336,-0.0028572956,0.0005368833,-0.014552867,-0.001510754,-0.041717246,0.00528399,0.02056669,-0.027500102,0.005130725,0.016523415,0.017457603,0.009575407,-0.004302365,0.0015937726,-0.028259128,0.020508304,-0.0024084484,0.0026201,0.012421755,0.010006009,0.01580818,0.02877001,-0.001664019,-0.0074078036,-0.0013282958,-0.017866308,-0.026273983,0.025821486,-0.024201257,0.014005492,0.0055613266,-0.01881509,-0.008524448,-0.018888075,0.029280895,0.0055029397,0.011312409,0.0031765976,0.044782545,-0.017764132,0.024288837,-0.03208345,-0.040461935,0.029616619,0.007261837,-0.011881679,-0.028755415,0.015092944,-0.03529472,0.03365989,-0.010969388,-0.0014195249,0.040111613,-0.008655818,-0.011414586,-0.017486796,0.019851454,0.01929678,-0.008466061,0.016435836,-0.0045906487,0.0021037431,-0.009261579,-0.00015965094,0.01078693,0.012005751,0.03301764,0.016187692,0.011217531,-0.008546343,-0.011743011,-0.008546343,0.012720987,0.012202806,0.0063203527,-0.023048121,-0.0165964,0.003475829,0.017005106,-0.021851197,0.013049412,-0.04270982,0.0012534879,-0.013129693,-0.01881509,0.031762328,-0.014479884,0.011210233,-0.028886784,-0.029324684,-0.052402,0.006889622,0.017515989,-0.011327006,-0.0310033,0.015822776,-0.026361562,0.008925856,0.00510883,-0.0033262132,0.017822519,-0.004152749,-0.007867598,-0.0024047992],"social":"https://www.linkedin.com/company/animation-apostles/"},{"title":"coddio","description":"boost your startup's productivity by 100x with low-cost crm and dashboard solutions.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=4zsmtNNRg8w","youtube_transcript":"What's up everyone? I've sent you, and I'm thrilled to introduce you, Curio. The startup that's revolutionized productivity for businesses like you. Let me walk you through our game to lead solutions. At Goodio, we provide affordable dashboards and CRM solutions tailored made for a startup. Take care of your deep's team name process and automate tasks all within learning to do program. In the past six weeks, we achieved remarkable results. Our revenues sold to around six hundred dollars while we also secured a potential order worth around three thousand dollars. These numbers reflect the trust and value of solutions bring to startups like you. With our comprehensive CRM solutions, you can definitely manage your leads track interactions, nurture customer relations. Collio empowers you to focus on what matters the most, growing your business. So let me walk you through some of my previous dashboards for my clients. But don't just take a word for it. Listen to what our satisfied customers have to say about how could you transform their business. Are you ready to unlock your business full potential and skyrocket productivity? Join us at Code Your Today, and let us be a growth partner. Reach out to us to learn more about how Koryu can supercharge your start up success.","embedding":[-0.004957853,-0.0006767451,-0.029932527,0.007023316,0.021759672,-0.02260514,-0.00328175,0.08021561,0.019416094,-0.0043460014,0.011050412,-0.056127198,-0.026758315,-0.08122424,0.019460592,0.00900349,-0.04081978,-0.051173054,-0.03844654,0.045892585,0.03782356,0.024325741,-0.0016779569,0.028167428,0.010368105,0.015411247,-0.028360253,0.036874264,-0.0046797385,-0.06117034,0.013935386,-0.0031538175,-0.0333144,-0.018689288,-0.010657344,-0.018125644,0.025631024,0.036102958,0.017754825,0.0028849735,-0.01286001,-0.01122099,0.074282505,0.002414033,-0.027559284,-0.007512797,-0.040641785,0.0050208922,0.0045165783,0.022486478,-0.067162775,0.00857334,-0.0065375427,0.029665537,-0.04354901,-0.018155308,0.029917695,0.040167138,-0.057788465,0.006793408,0.026758315,-0.041650414,0.045773923,0.009448473,-0.052893654,0.016049055,-0.05425827,0.022723801,-0.011695638,0.0054695834,0.046990212,0.061526325,0.007905866,-0.0227683,-0.022783132,-0.03583597,-0.008150606,-0.0038491033,0.030407175,-0.05218168,-0.00076898636,0.008973825,-0.0021933957,0.0055437475,-0.02227882,-0.026743483,-0.029116726,-0.018555794,-0.0007407114,0.023020457,-0.008825498,0.04885914,0.0004899449,0.0210032,0.0674001,0.011932963,0.023762096,0.03963316,0.03476801,0.014914349,0.018793117,-0.052092683,0.009218566,0.013950218,-0.012733932,0.027514786,0.017458169,-0.025898013,0.01917877,-0.0036154874,-0.10264276,0.021359187,-0.0033466434,-0.007431217,-0.011658556,-0.027040137,0.023331946,-0.06573883,-0.02555686,-0.07368919,-0.029428214,-0.0075202137,0.0141727105,0.011517645,-0.02812293,-0.018659623,-0.01558924,0.01811081,-0.03375938,-0.05624586,0.01757683,-0.026491325,0.007331096,-0.030763162,-0.02871624,0.0041828407,-0.056483183,-0.012889676,-0.012600437,0.024874553,0.011005915,-0.047168203,-0.007824286,-0.037793893,-0.055949204,-0.03868386,-0.049482115,-0.016909357,-0.056839168,0.013542318,0.02036539,-0.0075795446,-0.04933379,-0.015351916,0.03165313,0.024325741,0.037052255,0.0019393845,-0.00080143305,0.0018680018,0.03734891,0.027944935,-0.033907708,-0.040018808,-0.06704412,-0.006270553,-0.040137473,0.000119357435,-0.079028994,-0.008387931,-0.036458947,-0.029339217,-0.04399399,0.042659044,0.051173054,0.0063261758,0.009166651,-0.009589385,-0.0095374705,-0.0023584103,-0.0033929958,-0.02244198,0.003901018,-0.041442756,-0.04559593,0.012125788,-0.0192826,-0.02566069,-0.008981242,-0.0030592585,-0.017102182,-0.005807029,-0.0040419293,0.018125644,0.01277843,-0.018896947,0.04479496,0.015648572,-0.011688221,0.04790984,0.013616482,-0.015885895,0.041175764,-0.011065246,-0.004542535,-0.0128674265,0.018852448,0.00644113,-0.06805274,-0.017502667,0.100091524,-0.009589385,-0.011851382,0.049689773,-0.026446827,-0.021700341,-0.04073078,0.04891847,0.03690393,0.021448184,-0.004672322,0.039336503,0.019638585,-0.036073294,0.014884683,0.034857005,0.01971275,-0.025972178,0.05449559,-0.02352477,0.020973535,-0.026980806,0.010286525,-0.021285024,0.044260982,-0.0018272117,0.034412023,-0.017398838,0.062653616,0.031801455,-0.009300146,0.00095856766,-0.009923122,-0.014847602,0.07505381,0.005636452,-0.057135824,-0.054940574,-0.013282744,0.037912555,0.030333012,0.0071086045,0.03820921,-0.003860228,0.026995638,-0.016939022,-0.013201164,0.005032017,0.0018624396,-0.015693069,0.0072420994,-0.048206497,-0.009997286,-0.005365754,-0.023584101,0.023673099,0.00289239,-0.012259283,-0.030733496,0.010857587,-0.011005915,-0.045773923,0.01655337,0.017102182,-0.014365536,-0.016701698,-0.008046777,0.040256135,0.022293651,0.022085993,-0.016523704,0.00980446,-0.0024863428,-0.019935241,-0.025912847,0.03862453,0.055474553,0.006715536,-0.015678236,0.022590308,-0.029457878,-0.011109743,-0.02523054,-0.00004409272,-0.0004167081,-0.022619972,0.019831412,-0.008024528,0.011784635,0.02116636,0.00420509,-0.011554726,-0.028627243,0.005228551,-0.0039863065,0.027529618,0.01122099,0.0080838585,0.02352477,-0.031949785,-0.0028571622,0.019831412,0.06478953,0.0094633065,-0.016034223,-0.025097044,0.04215473,-0.052923318,0.014350704,-0.015574407,-0.017665828,-0.037704896,0.011539894,0.019000776,-0.007868784,0.0046871547,0.020024238,-0.025275039,0.009352061,-0.043578673,0.023228116,-0.05013476,-0.049066797,0.018526128,-0.040790115,-0.01454353,-0.008543675,-0.049541447,0.007824286,0.00358953,-0.012110956,-0.043519344,-0.06295027,-0.0210032,0.03298808,0.029027728,0.0061444743,0.0030740914,0.0037378578,0.012978673,-0.0021859794,-0.004631532,0.032869413,0.036666606,0.032187108,0.03298808,-0.01911944,-0.013327243,0.0054250853,0.033996705,-0.047969174,0.04248105,0.0069157784,-0.018095978,-0.0025419658,0.035064664,-0.048295494,-0.0144397,0.039366167,0.015559575,0.05502957,-0.020929037,0.012222202,-0.010746341,-0.0822922,-0.030555503,0.02040989,0.06235696,-0.024533398,0.024014253,0.07143462,0.010182695,-0.025408532,-0.0071197287,0.0071271453,0.0027496244,0.008766166,-0.033551723,-0.01676103,0.025898013,0.063009605,-0.025631024,0.015366748,-0.041205432,0.0076537086,0.024207078,0.070841305,0.020261561,0.014083714,-0.031267475,0.0140985465,-0.03820921,-0.027158799,-0.029131558,-0.004994935,-0.032157443,0.018021815,-0.015871063,-0.02582385,-0.012459526,0.052478336,-0.03906951,0.03995948,-0.014395202,0.008321183,-0.013564567,-0.036399614,0.0019912992,0.016434707,0.04666389,-0.01794765,-0.07333321,-0.004364542,0.0004656099,0.002949867,0.039662823,0.034649346,-0.01111716,0.0006229763,-0.04790984,-0.011643724,0.032483764,0.043727003,0.007891033,-0.027425788,0.02609084,-0.021685507,0.010167863,0.043638006,-0.024192246,-0.013772226,0.002350994,-0.015960058,-0.020276396,-0.036992926,-0.00096227584,-0.0060480614,-0.011473146,-0.04933379,-0.037052255,-0.0019356763,0.020988367,-0.017265342,0.037259914,-0.03571731,-0.025423365,0.008699419,-0.010894668,0.014365536,0.019920409,-0.03343306,0.04654523,-0.02336161,0.027143966,-0.012748765,-0.018867282,-0.013149249,0.007935531,0.0048021087,-0.026817646,0.015930394,-0.020869706,-0.019653419,-0.0058737765,-0.0735112,0.006137058,0.019623753,-0.00555858,-0.018066313,0.00332254,-0.012318614,-0.0059516486,-0.032483764,0.06532352,0.0069120703,0.022679303,-0.058915757,-0.03981115,-0.03251343,0.030733496,0.03681493,0.022100825,0.070485316,-0.018125644,-0.03123781,0.01644954,0.03547998,-0.010931751,-0.0358953,0.010998498,0.029902862,0.0005135846,-0.00648192,0.064730205,0.057729136,-0.008009695,-0.03123781,-0.027677946,0.02373243,-0.0028719949,-0.017398838,0.00814319,-0.0036581315,0.02089937,-0.03111915,-0.0036451528,-0.00090155425,0.0122889485,-0.023554437,-0.0022638512,-0.027559284,0.004071595,-0.032157443,0.008150606,0.033670384,0.017725158,-0.062772274,0.029546876,-0.041531753,-0.03562831,-0.016835192,-0.03203878,-0.004535119,0.011703054,-0.048829474,0.0060109794,-0.021759672,-0.017428502,0.007883617,-0.0023769513,-0.0037119004,0.024933884,0.04040446,0.00011692393,-0.006022104,0.03111915,0.02282763,-0.04248105,-0.02233815,0.06556084,0.033403397,-0.012993505,0.018362967,-0.02951721,0.0096783815,-0.005777363,-0.021314688,-0.025319535,0.047820847,0.035598643,0.015633738,-0.017532332,0.012059041,0.017858654,0.006967693,0.029398547,0.008877412,-0.043756668,-0.043371014,0.013920553,0.021507515,-0.012333447,-0.017606497,-0.01154731,0.03197945,-0.00582557,-0.033670384,-0.012296366,-0.015559575,-0.0044794963,-0.01817014,-0.060221042,-0.038476203,-0.005962773,-0.03316607,0.00072634214,-0.023851093,0.034738343,0.070188664,0.04746486,-0.03835754,-0.0063706744,0.01644954,0.031890452,0.012667185,0.012318614,0.024073584,-0.0025271329,-0.004709404,0.0030833618,0.0070715225,0.003283604,0.012110956,-0.04586292,-0.016152885,-0.0037842102,0.006774867,0.03275075,0.016375376,-0.012444693,0.023554437,0.011413815,-0.020988367,-0.05152904,-0.023836259,0.0037767936,0.021299856,0.011703054,0.05437693,-0.029101891,-0.01286001,-0.035123996,0.0089515755,-0.00044799596,0.03349239,0.006967693,-0.00420509,-0.050550077,-0.03515366,-0.026965974,0.033195738,0.000049017664,0.010064034,-0.030525837,0.017665828,-0.012496607,0.003960349,0.01981658,0.04081978,-0.012407611,0.03877286,0.010872419,-0.023969755,-0.016597869,0.017606497,-0.0053435047,0.005076515,0.04586292,-0.025260204,-0.011510229,-0.0023064956,-0.043371014,0.036933593,0.004334877,0.034412023,0.02592768,-0.053071648,0.015826564,-0.0030462798,0.032721087,-0.030006692,0.0021730007,-0.00060536235,-0.0192826,0.013890888,0.018971112,-0.0062075136,0.043104026,0.030318178,0.034412023,-0.028671741,0.021967331,-0.003068529,0.006656205,0.014380369,0.010820504,-0.020914204,-0.035984296,0.037111588,-0.014105963,-0.038861852,0.0166572,-0.0035561563,0.0055845375,-0.0034374942,0.0014174564,0.030229183,0.011428649,0.035005335,0.0015008908,0.0015555866,0.019430926,0.010427437,-0.03841687,-0.020884538,-0.036933593,0.004334877,0.023124287,0.0128674265,-0.063721575,-0.00420509,-0.0034653055,-0.03975182,0.00648192,-0.03337373,-0.0037044839,-0.01644954,-0.012237034,0.02957654,0.032365102,-0.024444403,0.0018800534,-0.0072309747,0.020929037,-0.030006692,0.023079788,-0.041116435,-0.0091889,0.00037475917,-0.02227882,-0.0004252833,0.018155308,-0.02079554,-0.03550965,0.05930141,0.010724092,-0.0065820413,0.026165005,-0.030110521,-0.0046352404,0.0041086767,0.019163936,-0.043756668,-0.0087365005,-0.04159108,0.0061073927,-0.06117034,-0.013060253,-0.02968037,-0.029784199,-0.03461968,-0.0021396268,-0.00053676084,0.029606206,-0.020528551,-0.030244015,0.0049281875,0.010271693,-0.01138415,0.031742126,0.025542028,0.015040427,-0.028048765,0.01280068,0.035272323,0.014024382,-0.0071197287,0.010523849,0.021314688,0.018125644,0.0028237884,0.014209792,-0.0073570535,0.04838449,-0.010145614,0.032335434,0.032394767,0.030674165,0.0024881968,0.015559575,0.023776928,-0.010701843,-0.02303529,-0.040908776,-0.021018034,-0.042421717,-0.039989144,0.008180272,0.0025030298,-0.00054834894,-0.003202024,0.0071679354,0.0013025025,-0.019104606,-0.0072383913,-0.04740553,0.033344064,-0.013319827,0.0051284297,-0.012274116,0.012229618,-0.008996074,-0.007950364,-0.021151528,0.006188973,-0.010776007,-0.015455745,-0.0586191,-0.0021915415,-0.017977316,-0.015055261,-0.010687009,0.007861367,0.019193603,-0.015262919,0.0044053323,-0.002508592,-0.021670675,-0.05550422,0.0064745033,-0.020098401,0.023435775,-0.02496355,-0.008284101,0.019000776,0.008766166,0.014083714,0.011361901,-0.02560136,-0.006967693,0.027930103,-0.030036356,-0.024103248,-0.014402619,-0.0043571256,0.034471355,0.01460286,0.017028019,-0.027366458,-0.032068446,-0.009196317,-0.015248086,0.010086283,0.014714107,-0.0011235822,0.017028019,-0.021893166,-0.010056617,-0.030347845,0.027722444,-0.010249443,-0.006148183,0.0003715145,0.037200585,0.02480039,0.02270897,0.013431072,0.008336016,-0.002297225,-0.030407175,0.0106944265,0.00988604,0.058886092,-0.02775211,-0.012511441,0.0140985465,-0.0047724433,-0.015173922,-0.012029375,0.021240525,-0.019238101,0.020380225,0.011495396,0.0021470434,0.02319845,-0.035094332,0.013490403,0.043371014,0.034204364,0.00042783268,-0.027114302,-0.024488902,-0.015396413,0.024830054,-0.010516433,0.024251577,-0.02652099,0.003956641,-0.007101188,0.0128674265,0.05808512,-0.0047724433,-0.0029016603,-0.031326808,-0.013623898,-0.0040233885,-0.03450102,0.040107805,-0.03257276,-0.017176347,0.0011374879,0.014966263,0.01768066,0.0051469705,-0.015974892,0.035776637,0.0099008735,0.014343287,0.027129134,-0.0019412386,0.039989144,0.0068379063,-0.00039538599,-0.028953565,-0.007064106,-0.015678236,-0.031208145,-0.035657976,-0.0034894089,0.0053397967,-0.009789627,-0.018095978,0.032157443,0.013386574,-0.0057180324,0.019475425,-0.039692488,0.049155794,0.036310617,-0.02180417,-0.021448184,-0.006266845,-0.0021507514,0.014180127,-0.008966409,0.011606641,-0.0070715225,0.0025011755,0.0028868276,0.0089515755,0.026283666,0.027885605,0.005729157,0.006329884,-0.023509938,-0.009010907,0.01784382,0.016968688,-0.008239603,0.014736355,0.00037800384,0.0128674265,-0.030941155,-0.014617694,0.020543385,-0.02968037,0.027143966,0.019134272,0.010931751,-0.0019319681,0.047316533,0.0038528116,0.025690354,-0.007271765,-0.056067865,0.010034368,-0.0129415905,0.029991858,0.018422298,-0.009322396,-0.014580611,-0.004624116,-0.02110703,-0.023331946,0.030244015,0.020395057,-0.035657976,-0.016167717,0.011851382,0.012704266,-0.020498887,0.021240525,0.01460286,-0.02239748,0.0015342645,-0.011858799,0.0032724796,-0.024444403,0.03275075,-0.0010123365,0.052508,0.021893166,-0.0067007034,-0.025571693,-0.034204364,-0.016419875,-0.024548233,0.012630102,0.014016966,-0.003316978,0.019089773,0.0021377727,-0.015277752,0.01671653,0.0008510301,-0.015047844,0.0013052836,-0.03877286,0.00048113792,0.015633738,0.028315755,0.015203588,0.034797676,-0.016271546,-0.007353345,-0.0023788053,0.031030152,0.004149467,-0.01329016,-0.016434707,-0.00024566773,-0.019000776,0.022160156,0.023124287,0.021982163,-0.013082502,-0.014736355,-0.0091740675,-0.026936308,-0.017932817,-0.0072050174,-0.0020339433,0.008202521,0.021077365,-0.009500388,-0.008484344,0.026654486,0.0024399904,0.022545809,0.011614058,-0.015233253,0.01462511,0.0041568833,0.013675813,-0.0045277025,0.0059108585,0.023851093,-0.009292729,-0.021374019,-0.012237034,-0.012459526,-0.011525061,0.003222419,0.04173941,0.009574552,-0.022367815,-0.015960058,-0.01031619,0.017858654,0.012281532,0.018407466,-0.013267912,0.024088416,0.011710471,-0.0057625305,0.021477848,-0.021715173,-0.03470868,0.01612322,-0.000112114874,-0.065086186,-0.005884901,0.00009322627,0.008254436,0.008528842,-0.0020302352,0.040849444,0.03429336,-0.010516433,0.012370529,-0.002024673,0.022382649,-0.006233471,-0.016108386,0.0070715225,-0.0067044115,-0.012274116,-0.036310617,0.006756326,0.0053731706,0.07380786,0.031030152,-0.008706835,-0.007253224,-0.025037713,0.008261852,-0.029368881,0.0025697772,0.02227882,-0.008172856,0.037141252,0.012489191,-0.006856447,-0.022471644,-0.013549734,0.013490403,0.01039777,0.027544452,0.000733295,0.020543385,0.029057393,-0.0047946926,0.023287447,-0.0008218281,-0.009923122,0.024251577,0.016434707,-0.02785594,0.0027700195,0.012756181,0.0013859369,0.008039361,0.011703054,0.0019208435,0.046990212,-0.035390984,-0.018896947,0.016508872,0.06496753,0.010212361,0.02201183,-0.0056067863,-0.0058441106,-0.0077352887,0.045951918,0.028167428,-0.029294718,0.023762096,-0.009411392,0.018896947,0.009248232,-0.037793893,0.027781775,-0.002912785,0.017295009,0.013075085,-0.015574407,0.021848667,0.005747698,-0.0071864766,0.0056661176,0.0046018665,-0.0017706618,0.0057254485,0.007390427,0.009248232,0.021285024,0.099794865,-0.014632526,-0.012771014,0.013876055,0.031860787,0.0077649546,-0.0055511636,-0.0010114094,-0.0101159485,0.0023380152,-0.023806594,-0.00884033,0.021344354,0.0057588224,0.018244306,-0.03278042,0.014595444,0.016241882,-0.02582385,-0.033017743,0.030333012,0.0090257395,-0.0089515755,-0.008907078,-0.008454679,-0.023673099,0.019074941,-0.022560641,-0.0074942564,0.01708735,0.01676103,0.005540039,0.031297144,0.023806594,0.011473146,0.0050097676,-0.017769657,-0.0054250853,0.01773999,-0.015047844,-0.013705478,-0.009848959,0.009589385,-0.018600293,-0.0004252833,0.003009198,0.008684586,0.03144547,-0.039573826,-0.037141252,-0.01130257,-0.015173922,0.006808241,0.013913137,0.0064930446,-0.011480563,0.036785267,0.033017743,0.013416239,0.015559575,-0.039306838,0.021092197,0.011443481,0.02517121,-0.023554437,0.012459526,-0.019045275,-0.00013616018,-0.0036136333,0.022160156,0.03156413,0.0063187596,0.009144402,-0.0012097977,-0.021641009,0.020988367,0.009337228,0.010887252,-0.0031148815,-0.028968398,-0.0030611127,-0.012822929,-0.019534755,-0.023851093,-0.0062186383,0.0135942325,0.022382649,0.01628638,-0.024103248,0.031593796,-0.0026309623,-0.033789046,0.029606206,-0.0136683965,-0.00857334,0.001756756,-0.012852594,-0.0030907781,-0.031890452,-0.010464518,0.014766022,0.01197746,0.016672032,0.01730984,-0.024622396,-0.023806594,-0.027915271,0.012711682,-0.0065301266,-0.008862579,-0.009797044,0.021299856,-0.01245211,-0.0003068529,0.05636452,0.0005654993,-0.036073294,0.011710471,0.002719959,-0.0481175,0.03690393,-0.010850171,-0.008054193,0.0058960253,0.0024974674,0.029339217,-0.0076907906,-0.015440912,0.020869706,-0.012237034,-0.017265342,0.015307417,0.0023472856,-0.020350559,-0.013245663,0.036132626,-0.005925691,-0.0074942564,0.04960078,0.011480563,-0.06188231,-0.024370238,0.00034208072,0.0036822348,0.048176832,-0.02678798,0.009396559,-0.037853226,-0.014150461,-0.0017289446,0.021819003,0.0090999035,0.025111876,0.008743918,-0.021077365,-0.028152594,0.025705189,-0.027677946,-0.014877267,0.014061465,0.007839118,0.00083712436,-0.024399905,-0.019683084,-0.006315051,0.0053360886,0.0041902573,-0.00096783816,0.010012119,0.020024238,-0.013698062,0.014328455,-0.027292294,-0.0022935169,0.010538682,-0.032127775,-0.01197746,0.019846244,0.012036792,-0.015381581,-0.012259283,-0.00024311835,-0.004624116,0.0020209646,0.00008378197,0.020276396,-0.011183907,-0.021136696,-0.0012051625,0.033047408,0.0067007034,0.013460738,-0.010931751,0.03482734,0.03257276,0.0034059745,0.00648192,-0.012051624,-0.025631024,0.04618924,-0.0020098402,-0.034946002,-0.0062000975,-0.0001268897,-0.015262919,0.015411247,-0.019742414,-0.020083569,0.012548522,0.02442957,-0.0049244794,0.012214785,-0.017295009,0.01031619,0.0014257999,0.017280176,0.0062112217,0.023064956,0.041442756,-0.016568203,0.026609987,-0.022352982,-0.00721985,-0.044260982,0.026209502,0.0394255,0.023554437,0.015366748,-0.037526906,-0.019193603,0.044231318,-0.007012191,-0.008120941,-0.003782356,-0.026387496,0.020543385,-0.031742126,0.011992293,-0.00945589,-0.017102182,-0.023717597,-0.009018323,0.011517645,-0.0067266608,0.021655843,-0.002449261,0.006637664,-0.006756326,-0.010931751,0.027366458,0.049422786,0.009656132,-0.016746195,0.0133791575,-0.034946002,-0.03556898,-0.0026309623,-0.0036229037,-0.014424868,-0.0035264906,-0.03622162,0.027974602,0.0004544853,-0.018333303,-0.015248086,0.0142468745,0.0067229522,-0.016479205,0.0010670323,-0.016405042,-0.0034300778,0.0026977097,0.017072517,0.005195177,-0.026965974,0.008751334,-0.005977606,0.0074089677,0.012904509,-0.0044683716,-0.040226467,0.006066602,-0.004713112,-0.0038491033,-0.009337228,0.011591809,0.006893529,-0.00016941802,0.012207368,-0.013965052,0.02882007,0.03177179,-0.019727582,0.042184394,-0.008209937,0.0280191,-0.011458314,0.01007145,-0.013898305,-0.018644791,0.042303056,-0.029917695,0.012889676,-0.00187171,0.03547998,0.044379644,-0.007386719,0.01023461,-0.04633757,-0.016998352,0.008958993,0.00007416384,-0.00012573089,-0.0048725647,0.010286525,0.007553587,-0.004416457,0.008499176,-0.010546098,-0.011421232,0.02356927,0.015678236,0.0028868276,-0.0009780357,0.026965974,0.014424868,0.00045726643,-0.006430005,0.025631024,-0.005121013,0.027099468,0.01628638,0.045180615,-0.011599225,0.023702765,0.025319535,0.0074089677,-0.015544741,0.029457878,0.003912143,0.02598701,0.02057305,0.012978673,0.027218131,-0.030199517,0.035212994,0.039989144,0.007824286,0.013698062,0.02963587,0.014410035,0.031890452,0.010093699,0.048503153,0.00083897845,0.027203297,0.035539314,-0.02635783,-0.025275039,0.016508872,-0.02389559,-0.010635095,-0.007601794,0.012489191,-0.03450102,0.030555503,0.019416094,-0.037467573,-0.0038861854,-0.0045054536,0.034056038,-0.03482734,0.0280191,-0.00089228374,-0.023213282,-0.027781775,-0.01922327,0.042065732,-0.0011921838,-0.02705497,0.029902862,0.013275328,0.046812218,0.011280321,0.036992926,0.03396704,0.004668614,0.007831702,-0.03364072],"social":"https://twitter.com/Sanjus_RoboticS"},{"title":"shadgpt","description":"virtual musician","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ZrjXpVASOVs","youtube_transcript":"Hey, it's Chadi again. I created Chadi PDF's original musician to deliver banging music. Let me show you what I've done so far. Around the clippiness, then you're giving them the floor. No. No. No feelings. You just have some time. Venus, so And it's the mass of my music I'm released from Spotify on YouTube. Subtanked for both sides in game size. And since we were supposed to sometimes, it needs to talk so much about my CGI character. Face animations. So regarding mixing and extract, I'm going to design a level for my video. And proud to be part of build space and eager to connect to you all. Go check hardness on YouTube. Thank you.","embedding":[0.039361,-0.025182396,-0.015018016,-0.013962517,0.05684739,0.0050447905,0.03952722,0.010671352,-0.013995761,-0.0054270974,-0.015583166,-0.026512159,-0.024035474,-0.0248832,0.03676796,0.06246564,-0.016231425,-0.06672088,-0.021691767,0.0069438587,0.015682898,-0.008082469,-0.020893909,0.051262382,0.019148594,-0.03407519,0.0067069945,0.058409862,-0.00268446,0.004178366,-0.0057678493,-0.035504684,-0.007928715,0.017203815,-0.03889558,-0.02016254,-0.038662873,0.0104469545,-0.04288487,-0.013314257,-0.031847835,0.016605422,0.018483713,0.04301785,-0.007313699,0.008884482,-0.0320473,0.01984672,0.035604417,0.04531169,-0.033975456,0.09567648,0.016140005,0.075863004,0.030800646,-0.020062806,0.00496168,0.020943776,-0.04537818,-0.044946007,-0.015741074,-0.020511601,0.03766555,0.00092564005,-0.020511601,-0.013630075,-0.05671441,-0.018051539,0.017286925,0.035338465,0.026495537,0.027958278,0.016730087,-0.004799615,-0.032379743,-0.03447412,-0.007637829,-0.021824744,-0.001903224,-0.042153504,-0.03474007,0.01089575,-0.019231705,-0.007621207,-0.04205377,-0.011502454,-0.061601292,-0.021774877,-0.02154217,0.002268909,-0.026877845,0.029853191,-0.0455444,0.008709951,0.015416945,0.024002232,-0.00487857,0.056082774,0.040491298,0.017419903,0.051195893,0.013605143,-0.024584003,-0.031415664,0.050963186,-0.01480193,-0.0024039631,-0.0051237447,-0.042984605,-0.045245204,-0.10638108,-0.0066072624,0.015516678,0.0310666,0.0069023035,0.0015271503,0.0899585,-0.013862784,-0.021259595,-0.0268446,-0.05352298,0.038363677,0.023852633,-0.01919846,0.029238176,-0.04617604,-0.008290244,-0.012159025,-0.05206024,-0.016696842,0.05960665,0.0022460537,0.033377063,-0.04238621,-0.021409193,-0.017702477,-0.020112673,-0.017370036,-0.01796843,0.021176483,-0.0033929746,-0.012624443,0.011278057,0.0019146516,0.029703593,0.004178366,-0.021143239,0.016879685,-0.0032579205,-0.017303547,-0.048203927,0.015167614,-0.04564413,-0.02845694,0.01619818,0.014386379,0.030301986,0.05638197,0.029986167,0.009117191,-0.0049824575,-0.03799799,-0.00044204248,-0.020079428,-0.01512606,-0.015882364,-0.03773204,0.0014658564,-0.06868228,0.017012661,-0.029853191,-0.0058842036,-0.051229138,-0.036069836,0.061468318,-0.021808121,0.002964957,-0.035271976,-0.030135766,0.020711066,0.004911814,0.049334224,0.002566028,0.017935185,-0.022738956,0.006195867,-0.0013235302,-0.039892904,0.02676149,0.021026885,0.0018679021,0.04790473,-0.015624721,0.02749286,-0.03839692,-0.046907406,0.07074342,0.02308802,0.02310464,0.0009916088,0.035837125,0.031266063,0.0032309098,-0.007920404,-0.021109995,0.003365964,-0.004928436,0.0299363,0.0013744353,0.016738398,0.06608924,-0.033393685,-0.023187751,-0.020295516,-0.060936414,0.037698794,0.015574855,0.07406782,-0.035006024,-0.021675145,0.0006550124,0.013438922,0.056681167,-0.017370036,0.022572735,0.014378068,0.010638108,-0.028107876,0.023470325,0.03992615,0.013322568,0.020594712,-0.012823907,-0.039394245,0.02041187,-0.024135208,0.011618809,-0.023719655,-0.002395652,0.011103525,-0.024899822,-0.005294121,0.059240963,0.005319054,0.0099981595,0.0039331913,-0.045810353,-0.07785765,0.0035384176,0.020810798,0.07539759,0.024849955,-0.000018651102,0.0070809904,-0.00298989,-0.02740975,-0.01984672,0.049832888,0.03553793,0.025664436,-0.016962795,0.009873494,-0.028124498,0.009948293,0.0046084616,0.06512517,0.00043658837,0.0034864736,0.046641454,-0.030784024,0.02667838,-0.01171854,0.04335029,-0.009017459,-0.042818386,0.017635988,-0.011884761,0.013713186,0.012258757,0.03670147,-0.008103246,0.015051261,-0.03457385,0.029720213,-0.043549754,0.028091254,0.07393485,0.011485832,0.005061412,-0.019131972,0.046009816,-0.035172243,0.01520917,-0.04172133,-0.028656403,0.015059572,0.015657965,-0.00017894669,0.009167057,-0.02790841,0.000121808414,-0.030700915,0.023686413,0.041455377,-0.004288487,0.0196805,0.0013193747,-0.020860665,0.0005615134,-0.022572735,0.052193217,0.005863426,-0.0048744143,-0.024866577,-0.022223672,-0.009167057,0.0671863,0.025548082,-0.010804328,-0.03530522,-0.048270416,-0.0071225455,0.011992805,-0.039660197,0.017386658,-0.0009116152,0.05262539,0.03839692,0.051794287,-0.02935453,-0.008676707,-0.071940206,0.0134223,-0.054786257,-0.009682341,0.0046874164,0.015707832,-0.018417224,0.025747545,0.031532016,-0.0024164296,-0.030634426,-0.024417782,0.06715306,0.0018938741,-0.046242524,0.01723706,-0.020195782,-0.0017795976,0.008165579,-0.028573293,-0.05239268,-0.0085935965,-0.02440116,0.08164748,-0.023403838,-0.003220521,-0.05245917,-0.016788265,0.009939982,-0.007621207,0.050398037,0.007550563,0.0069771027,0.035006024,0.008651773,-0.062266175,0.042751897,0.021924475,0.001732848,0.013305946,-0.0132560795,0.00025751183,-0.0035051734,-0.05382218,-0.0040329234,0.03523873,-0.015574855,-0.0048079262,0.011693608,0.018633312,0.03716689,0.019647256,-0.004629239,-0.0033971302,0.0116603635,0.019414548,0.027625836,-0.020511601,0.01016438,0.02285531,-0.08237885,-0.0196805,0.04886881,0.025764167,0.0038521586,0.0354382,0.03643552,0.008610219,-0.005161145,0.06815038,-0.013738119,-0.0067485496,0.006091979,0.016189871,0.048835564,0.0007848721,-0.011884761,-0.039493974,-0.022057451,0.038762607,-0.041056447,0.034307897,0.0049159694,0.006524152,0.012499777,0.0112115685,0.0128072845,0.06572356,0.086501114,-0.01187645,-0.018417224,0.039361,-0.00083369936,0.0048037707,0.024500892,0.056082774,0.018317493,0.0134223,0.004172133,-0.04577711,-0.0006976064,0.007230589,-0.02431805,-0.0015583166,0.00017050581,-0.041521866,-0.0013671631,0.007604585,0.03050145,-0.023420459,-0.01008127,-0.024899822,0.045843598,-0.040291835,-0.006278977,0.011286368,-0.001511567,-0.035205487,-0.02667838,-0.026811356,-0.057578757,-0.014735442,0.03896207,0.0011573097,-0.001172893,0.02546497,-0.005073879,-0.003916569,-0.003951891,0.0035280287,0.008302711,-0.013380745,0.027442994,-0.0025722613,-0.027476238,-0.030734159,0.044447344,0.0331776,-0.040092368,0.0073469435,-0.039493974,0.010471888,0.027642459,-0.06702008,-0.02398561,-0.008468932,0.0059964024,-0.039128292,-0.0070768353,0.0051902332,-0.039626952,-0.0076087406,0.059905846,0.005148678,0.022340026,-0.032196898,-0.01691293,-0.044281125,-0.004429775,0.0007033202,0.017918563,0.04424788,-0.0217915,-0.0027551036,-0.033028,-0.04604306,-0.014386379,0.00021258036,0.02553146,0.00435082,0.010388778,0.01911535,0.10099554,0.01944779,-0.003542573,-0.0055683847,0.014793619,-0.008011825,0.045743864,-0.0134472335,-0.0017723254,-0.002406041,0.029620482,0.0030127454,-0.020195782,-0.002428896,0.01032229,0.023171129,0.03090038,-0.017054217,-0.0063994867,-0.0059506916,0.01431989,-0.028540049,0.01041371,0.0016445435,-0.021143239,-0.022522869,-0.02594701,0.02308802,-0.03149877,0.021409193,-0.0044214637,-0.033460174,0.01886602,-0.01032229,-0.031764727,0.024534136,-0.02935453,-0.008876171,0.01928157,0.04218675,0.03359315,0.026827978,0.02726015,-0.0059257587,-0.015250725,0.0018679021,-0.002106844,0.031515393,-0.06894824,0.006374554,-0.0041305777,-0.01561641,0.020877287,0.038496654,-0.025199018,-0.005954847,0.039228022,-0.010031403,-0.022905177,0.012582887,0.018666554,-0.013995761,0.028540049,-0.016937863,-0.006457664,0.014344824,0.0068773706,-0.02302153,-0.022306783,0.032512717,-0.061568048,0.048436634,0.003654772,-0.005161145,0.048170682,-0.013472166,-0.014702197,-0.023054775,-0.025597947,-0.015741074,0.008273622,-0.015342146,-0.015076194,0.028506804,-0.015932228,-0.011618809,0.01520917,-0.013364123,-0.037931502,-0.029969545,0.03304462,0.0025701835,0.018600067,-0.0016185715,-0.03319422,0.025597947,-0.025681058,0.013214525,0.030850513,-0.012009427,-0.015167614,-0.006848282,-0.013713186,-0.012616131,-0.00943301,-0.0015219558,0.02578079,0.0015209169,0.020777555,-0.008743195,-0.019397926,-0.018633312,-0.0016767486,-0.045677375,-0.0074217427,0.0053065876,-0.007799894,-0.012242136,-0.03570415,0.0018367359,0.009790383,0.018400602,0.032113787,-0.01717057,-0.0053398316,-0.0371004,0.016297914,0.017885318,0.054387327,0.037067156,-0.0021712545,0.014436245,0.00508219,-0.0039809793,0.010230868,-0.0087182615,-0.022256916,0.015890673,-0.018998995,0.009474565,0.0006991647,0.0323465,-0.014627398,-0.004691572,0.024384538,0.0062665106,-0.029454261,-0.0022315094,0.0027197818,0.024018854,-0.03862963,-0.026512159,-0.00824869,-0.026645135,-0.018467091,-0.03464034,-0.007496542,-0.013039993,0.015558233,0.010480198,0.008265311,-0.013821229,0.03351004,0.002821592,-0.0022917644,-0.01944779,0.01422847,0.007866383,0.014411312,-0.0016154549,-0.02229016,0.037532575,-0.029055333,-0.024617247,-0.0063579315,0.007824827,0.0002366044,-0.027177041,-0.009590919,-0.011693608,-0.018500334,0.03131593,-0.0018845242,0.0069771027,0.0049159694,0.023237618,-0.017835453,-0.010297356,0.04687416,-0.017536256,-0.01668022,0.0126826195,-0.020627957,-0.008726573,-0.008917727,0.03025212,-0.050464526,-0.054786257,0.0076336735,-0.04597657,-0.0063994867,-0.015375391,-0.008892793,0.0155333,0.014544289,0.008443998,0.027642459,-0.016297914,-0.010264112,-0.023703035,0.0015697442,0.0019551679,0.027426371,-0.006623884,-0.027193664,0.0022211205,-0.03670147,-0.015067883,0.00045372985,-0.015990406,-0.022024209,0.03749933,-0.0122338245,-0.027708946,-0.0053564534,-0.048968542,0.0014689731,-0.026744869,0.035338465,0.007018658,-0.0006311182,0.030767404,0.022955041,-0.049799643,-0.016281292,-0.0062249554,-0.020461736,-0.036036592,-0.0019011463,0.005630717,0.012100847,0.03269556,0.013738119,0.022273539,0.025381861,-0.043649487,0.012757419,-0.014835174,0.019331437,-0.04823717,0.020262271,-0.018267626,-0.010663041,-0.00014855951,0.0020787944,0.012981816,-0.01838398,0.014610777,0.015059572,0.002329164,0.009906738,-0.0027592592,-0.019879963,0.03676796,-0.00057242165,0.053655956,-0.009117191,0.029637104,-0.016954485,-0.013089859,-0.029570615,0.03319422,-0.036236055,0.0016985651,0.0066737505,-0.01220058,0.0037960592,0.0009365483,0.03148215,0.0026823822,0.019414548,-0.003941502,-0.0034781627,0.0382307,0.005913292,-0.0742008,-0.015890673,-0.031000111,0.025431726,-0.014045627,-0.0066903727,0.014810241,0.009698963,0.015608099,-0.06419433,-0.028855868,0.009782073,0.004321731,-0.014577532,0.00088148774,0.03252934,0.037765283,0.015990406,-0.027276773,0.027958278,0.0023042308,0.006025491,-0.029786702,0.0021130773,-0.017012661,0.027592592,0.02569768,-0.0014814397,-0.00086174905,-0.009466254,-0.003968513,-0.00870164,0.028772758,-0.023536814,0.0074051204,0.013812918,0.018766288,0.0051445225,-0.037299868,0.023287483,-0.0055102073,0.03587037,0.024700357,-0.033958834,0.030567938,-0.015790941,0.0072762994,0.06286457,0.01041371,0.034374386,-0.017436523,0.016148316,-0.0279749,0.037765283,0.02814112,0.018367358,-0.002640827,0.020362003,-0.011726852,0.020927154,-0.004782993,-0.0013495021,0.0077417167,-0.005115434,0.00023504609,-0.029537372,0.0011541932,0.0038521586,-0.0105716195,0.011128458,0.010272423,0.013131415,-0.02343708,0.010463577,0.0061169122,-0.005269188,0.017885318,-0.062000223,0.03464034,0.009507809,0.023004908,0.034208167,-0.012566265,0.015666276,0.008568663,0.022822065,0.025165774,0.00834011,-0.0034386853,0.0094828755,0.030767404,0.022340026,0.0165888,-0.036502007,0.03294489,-0.009083947,-0.027509483,0.022323405,0.013937583,0.033127733,-0.022107318,-0.0018595911,-0.025082665,-0.029204931,-0.018799532,-0.004928436,-0.033526663,0.037865017,-0.016871374,0.034374386,-0.01496815,-0.017852075,-0.007671073,0.0011240657,0.00032802564,-0.011701919,-0.02366979,0.02391912,-0.047306336,-0.024584003,-0.020544846,0.0018969907,-0.0060047135,0.0037773594,0.036535252,-0.028606538,-0.030169008,0.015408634,-0.007484075,0.023719655,-0.020029563,-0.018034918,-0.0071183904,0.0007807166,0.056182507,-0.01684644,-0.027376506,0.025448348,-0.023952365,0.008227912,-0.0044256193,0.04468005,0.009208612,0.04431437,0.03553793,0.019148594,0.006349621,-0.0017401202,0.0071641007,0.00784976,0.025448348,-0.033377063,0.02147568,-0.018683176,0.007450831,0.028107876,0.029138442,-0.009632475,0.021459058,-0.014137048,-0.005235944,-0.005310743,0.022738956,0.003501018,0.04481303,-0.01601534,-0.01585743,0.0055434518,0.030567938,0.031199576,0.0042635542,0.012890395,-0.038197458,0.012092536,0.01732017,0.018450469,-0.023387216,-0.022722334,0.0128737725,-0.023004908,-0.041189425,0.016090138,0.009200301,0.0059756245,0.02268909,0.011194946,-0.015308903,-0.007006191,0.0045336625,0.014552599,0.0041409666,-0.018317493,0.01162712,-0.0055850064,0.019048862,-0.0039207246,0.011045348,-0.0076544513,-0.016788265,-0.010438643,-0.0051279003,-0.00069552864,-0.055983044,0.009416387,-0.026728246,0.0046666386,-0.0012424977,0.0067069945,-0.024168452,0.00992336,0.009915049,0.024284806,0.03969344,-0.0030397563,-0.0022128096,-0.021109995,-0.01155232,0.00703528,0.005817715,0.036535252,-0.029387774,0.00037087934,0.01301506,-0.02057809,0.00024050019,0.012907017,0.02968697,-0.023121262,-0.0401921,0.0035695839,-0.033277333,-0.046076305,0.016530622,-0.0011489987,-0.0040765563,-0.051594824,0.01106197,-0.0024912287,0.0032911645,-0.0073261657,0.0020071117,0.041688085,0.03394221,0.0018492023,0.0018814076,-0.022040829,-0.018101405,-0.0009126541,0.02521564,-0.018982373,0.0035072512,0.025797412,-0.0610029,-0.043051094,-0.004172133,0.023686413,-0.0014928672,0.0027239374,0.010480198,-0.053157296,0.0044796406,0.0073386324,0.0050157015,-0.002285531,0.02780868,-0.008892793,0.020046184,0.011826584,0.0026532938,-0.013837852,0.027642459,0.01919846,-0.032978136,0.025331995,-0.0051195896,-0.029653726,0.019946452,0.028806001,0.022423137,0.021857988,0.00020387975,0.030551316,0.032263387,0.0074923863,0.011926317,-0.007085146,-0.017752342,-0.014112115,-0.010272423,-0.024467649,0.0076004295,-0.023520192,-0.023619924,0.0070311246,0.0060795126,-0.010663041,-0.012624443,0.026728246,0.00524841,-0.02032876,0.010197624,0.017835453,-0.0035488063,-0.016514,0.014976461,-0.01300675,-0.004612617,-0.0070560575,0.00070799515,-0.003831381,0.021691767,-0.00045918397,-0.033543285,-0.021209728,0.005967314,0.009715584,-0.01717057,-0.024600625,0.00014570261,-0.041688085,0.03537171,0.016871374,-0.00068929535,-0.015724454,-0.0082112895,-0.01041371,0.004604306,0.018350735,0.011519076,-0.006058735,-0.016489068,0.005643184,0.018433847,0.018500334,0.024966309,0.0022398203,0.0010175807,0.0076752286,0.0055102073,0.00093602884,-0.007758339,0.021508925,0.0013141803,-0.035139002,0.017270302,-0.027044065,0.0059174476,-0.018118028,-0.011826584,-0.01732017,0.0038854028,-0.019896585,0.04238621,-0.05774498,0.01992983,0.0115938755,-0.0035550396,-0.03660174,0.006785949,0.10830924,0.01926495,-0.0038438477,-0.04042481,0.029437639,0.017419903,0.008842927,0.0011417266,-0.017120704,-0.004059934,-0.02603012,0.0033742748,0.008128179,0.0137713635,-0.0013619687,-0.017419903,-0.020860665,0.011884761,-0.011826584,-0.011801651,-0.018965751,0.009092258,0.023902498,-0.009324967,-0.024849955,-0.0071433233,0.014353135,-0.008331799,-0.021342704,0.008709951,0.0052858097,0.012050982,0.03457385,0.019481035,0.01928157,0.027044065,-0.0022065763,-0.036169566,-0.045178715,0.000089343484,-0.012749108,-0.008356732,0.025431726,-0.015757697,0.026296074,-0.006154312,-0.040856984,0.00012972986,0.003322331,-0.029022088,-0.0045253513,0.031748105,0.03374275,0.020112673,0.0034677738,0.005530985,0.018251004,-0.021076752,0.019431168,0.038031235,-0.034440875,0.003550884,-0.0028444473,0.0041492777,-0.01633947,0.004799615,0.0019406236,0.014120426,-0.0371004,-0.012632753,0.0011967871,0.013488788,0.015874052,-0.004101489,0.022722334,-0.007725095,-0.0049159694,-0.0036630828,-0.011693608,-0.02521564,-0.02774219,-0.019364681,0.008510486,0.01082095,-0.011685297,0.052891344,-0.0039560464,-0.007928715,-0.023852633,-0.007932871,-0.00015258517,-0.001308986,0.042851627,0.022888554,-0.018317493,0.0000791495,-0.040790495,-0.015383702,0.019564146,-0.022722334,-0.01496815,-0.023570057,0.004537818,-0.01944779,-0.029304663,-0.007583807,-0.015084504,0.036568496,-0.03593686,-0.013671631,0.022971664,0.006806727,-0.032246765,-0.0017453146,0.017137326,-0.014095493,-0.010264112,0.03789826,-0.011909694,-0.012965194,0.030102521,0.032828536,0.0049741464,-0.0063122213,-0.0034989403,0.027891789,0.027609214,-0.0007095535,0.041023202,0.002428896,-0.0025805724,-0.022273539,0.030983489,0.004450552,-0.011394411,0.007006191,0.022074074,-0.01911535,-0.034773316,0.01585743,-0.060603973,0.022556113,0.020910531,0.007288766,0.006939703,-0.000060287373,-0.0025868055,0.008011825,0.016929552,0.023686413,-0.008161424,0.011676986,0.024135208,-0.007297077,-0.022589358,-0.02172501,0.0018346581,-0.021941097,-0.015009705,-0.017868698,0.045677375,-0.020810798,0.015250725,-0.004791304,0.020677822,-0.0053065876,-0.056348726,0.023603301,-0.0023665635,-0.033343818,-0.0032163654,-0.039261267,-0.025814034,0.003960202,0.020627957,0.0013682019,0.016256358,0.00630391,-0.01861669,0.022805443,0.004562751,-0.016131693,0.0401921,0.0087182615,-0.008365043,0.038297188,0.0036402275,-0.03349342,0.019082107,-0.008094936,-0.017635988,-0.0005968353,-0.042485945,0.029071955,0.049068272,-0.013488788,-0.04278514,-0.0012476922,-0.0053647645,-0.0038126812,0.0029919678,-0.013264391,-0.004408997,-0.009507809,0.007986892,0.013605143,-0.012566265,-0.026628515,0.01813465,-0.005402164,0.0062041776,0.031133087,-0.011369478,0.00910888,-0.019697122,-0.0060504237,0.027991522,0.049467202,0.03846341,0.0029504127,0.022506246,0.027708946,0.0036381497,-0.012749108,0.0016102605,0.046242524,0.012050982,-0.027476238,-0.0012092537,0.012050982,-0.0071931896,0.034208167,0.003858392,0.0031748104,0.0035799725,-0.0072846105,-0.02952075,0.0003597114,-0.048137438,-0.009607541,-0.0024039631,-0.02074431,-0.0013495021,0.010355533,0.027442994,0.061701026,-0.030800646,-0.018649934,0.03399208,-0.046840917,0.0014523511,0.048769075,0.00049528497,0.001979062,0.024716979,0.015890673,-0.0005532024,-0.052558903,-0.009831939,0.0177191,-0.044613566,-0.011926317,0.024417782,-0.058941767,-0.0024455183,0.0006020297,0.0036672384,0.026894467,-0.057213075,0.0050447905,0.006353776,-0.019381303,0.022107318,0.010289045,-0.022971664,0.008601908,0.028407073,0.004749749,-0.012109159,-0.051129404,-0.0022107319,0.039560463,-0.005227633,0.04797122,-0.0054146308,-0.02358668,-0.032313254,-0.009025769,0.021841366,0.013380745,0.0073968093,-0.0036236055,-0.00597978,0.019996319,-0.0060504237,0.010455266,0.022256916,-0.01529228,0.025066042,-0.014436245,0.016489068,0.027609214,0.013239458,0.011951249,-0.01578263,0.0030376785,0.047140114,-0.0024704512,-0.005659806,0.0034220633,-0.008909415,-0.015915606,0.00027997754,0.013879406,-0.012641064,0.027509483,-0.0025951166,-0.030152388,-0.018234381,-0.004442241,0.012840529,0.011494143,0.05993909,-0.009640785,0.029703593,-0.008568663,-0.032811914,-0.009408076,0.0217915,-0.005497741,0.004016301,-0.003671394,-0.005817715,0.0014170292,0.012674308,-0.01765261,-0.020145917,0.0035404952,-0.019414548,-0.010663041,-0.007222278,-0.0062332666,0.028806001,0.0009240817,0.013197903,0.011668675,-0.00011531543,-0.016131693,-0.00487857,-0.0044131526,0.013164658,0.062498882,-0.0015967551,0.033775993,-0.019165216,-0.001852319,-0.006465975,-0.011776718,-0.008610219,0.028440317,0.0027592592,-0.028739514,-0.02481671,0.003688016,-0.037067156,0.038696118,-0.03336044,0.011053659,0.009856872,-0.019647256,0.0036630828,-0.038263943,0.01602365,-0.040092368,0.004986613,-0.042153504,-0.02064458,0.008801372,0.014145359,0.020378625,-0.010280734,0.0020974942,-0.00842322,0.0098070055,0.0014648176,0.038097724,-0.021625279,-0.0027675703,-0.009266789],"social":"https://twitter.com/_futureweb"},{"title":"sprintfolio","description":"sprintfolio lets youcollaborate and create meaningful portfolio projects using agile principles and live mentorship.","niche":"other","youtube_url":"https://youtube.com/watch?v=9xCwpfM8T5Q","youtube_transcript":"Hi. My name is Angie. My teammates and I discovered both these after meeting Amayami Hackley. Our project's portfolio is a remote program that find you the perfect teammate to work on a portfolio project in two weeks. We provide guidance with agile project management and mentorship. To get started, complete an application that includes your work style preference, interest, and availability. Based on your team skills, portfolio will connect you with a mentor. Prior to kicking off the sprint, you will participate in peer to peer portfolio reviews and start brainstorming. Throughout the two week sprint, you will have three checkpoints with your mentor to receive feedback. By the end of this sprint, you will have a project ready to showcase on your portfolio. We launched portfolio with no expectations. And we were thrilled to receive five applications by the end of week two. This validated our concept and motivated us to attend events network and pitch to companies. As a result, our first sponsor, meta intro, a web three resume wallet company, sponsored two paid internships for the winners of this sprint. We started marketing this sprint across different platforms, resulting in eighty new applicants by the end of week four. This challenge led us to onboard more mentors and receive feedback on how to create better mentee relationships. Currently, we have over a hundred twenty applicants twelve mentors, nine business partners, and ten sprints kicked off. In the future, we hope that companies will use portfolio to search for qualified candidates and see a blossom into a community built on mentorship and collaboration. Thank you.","embedding":[0.0037210502,0.019593172,0.016729236,0.007751901,-0.030346697,-0.026312403,-0.027166076,0.039186344,0.02661532,0.015641492,0.026119638,-0.07396663,-0.013486656,-0.06537483,0.03095253,0.040067554,0.00598948,-0.038139906,-0.07209406,0.022608565,0.013479771,0.03409184,0.006275185,0.009183869,0.00040639823,-0.001796844,-0.029327797,0.006471392,-0.005097942,-0.018822111,0.018230049,-0.017596679,-0.013989221,0.02457752,0.0102716135,0.042490885,0.0042924606,0.0033217517,-0.021988964,-0.026697934,0.014416058,-0.03092499,0.07661027,0.03579919,0.0058242525,0.00013177286,0.010801717,0.0037795682,0.060858622,0.07705087,-0.030126395,-0.0035093531,0.042959027,0.008887837,-0.029630713,-0.037754375,0.036322407,0.000974151,-0.026890699,0.013892839,0.04532728,0.004887966,0.049733333,0.039571874,-0.010643374,-0.0050531933,-0.043234404,-0.0041272333,-0.0065677743,0.026133409,0.059812184,0.049623184,-0.008639997,0.0049946755,-0.040673386,-0.037341308,0.0009767327,0.0279096,0.020460613,-0.0052494,-0.00790336,-0.017995978,0.0039654486,-0.025775416,-0.04560266,-0.020501921,-0.05543367,-0.05006379,-0.06829384,0.034835365,-0.046318643,0.05804976,-0.019551864,0.061189074,0.0670271,0.010602067,-0.056177188,-0.007510945,0.051495757,0.06190506,0.043592397,-0.019125028,-0.0121854935,0.0060479976,0.0057760617,-0.022512183,0.002383744,0.045437433,0.02000624,-0.01255037,-0.15255962,0.01279821,0.016990846,0.015737874,-0.03489044,-0.029190108,-0.0000074021386,-0.03235696,0.014581285,-0.029355334,-0.045547582,0.014278369,-0.034973055,-0.0077312477,0.02278756,-0.008619343,-0.0043165563,0.0073388335,-0.0047296234,-0.02624356,0.0063268184,-0.01515958,0.017238686,-0.03144821,-0.02965825,-0.01948302,-0.07853791,-0.022250572,-0.06096877,0.001221131,-0.005424954,-0.06812861,0.00994116,-0.021493282,-0.021975195,-0.033568624,0.01255037,0.0812917,-0.021603433,-0.0026109312,-0.012639867,-0.048604283,-0.03742392,0.026835622,0.025623959,-0.00022352979,-0.03579919,0.03899358,0.011035789,-0.035826728,0.018519197,-0.0025696245,-0.052156664,-0.0018983897,-0.008350849,-0.019551864,-0.028419048,-0.011710466,-0.07451739,-0.03299033,-0.022718716,-0.060528167,-0.010202769,0.035881802,0.06350225,-0.05678302,-0.017693061,-0.02483913,-0.027097233,-0.013596808,-0.028942266,-0.039048653,-0.0053733205,0.0017030431,-0.08277874,-0.018877188,0.04494175,0.004974022,0.027097233,0.0049533686,0.034174457,0.016398782,0.021809967,-0.010540107,-0.019538095,-0.034862902,0.033706315,0.018353969,0.028102363,0.0018553619,-0.027689295,0.014064951,0.030209009,0.015724106,0.034312144,-0.005362994,-0.0031788992,-0.038167443,-0.018780805,-0.012708712,0.07963943,0.009397287,0.01452621,0.032301884,0.003538612,-0.037781913,-0.0021049234,0.036955778,0.004227058,0.010870561,-0.048604283,0.026835622,0.0013760313,-0.017734367,0.0062923958,0.06994611,0.002504222,-0.013025397,0.05821499,-0.048218753,-0.02216796,-0.0053870897,0.0110495575,-0.04673171,0.03400923,0.01069845,0.027014619,-0.020556996,0.030153932,-0.040205244,0.04841152,-0.0034078073,0.042270582,-0.012268106,0.016316168,0.007689941,-0.038883425,0.003972333,-0.0035162377,0.02965825,0.0384979,-0.058545444,-0.011256091,0.011607199,0.017279994,0.006829384,0.021217903,0.0026849392,0.013947914,-0.04265611,-0.014278369,0.020419307,-0.04609834,0.0053388984,-0.052790035,0.036955778,-0.01937287,-0.0010886051,-0.041058917,0.026326172,0.0011350752,0.04557512,-0.0075315987,0.005600508,-0.0050222133,0.012577907,-0.0056831213,0.03742392,-0.037203617,-0.008729494,0.017390145,0.022952788,-0.029520562,-0.004495552,0.024673903,0.018202512,0.051027615,0.0125366,0.002234007,0.008350849,-0.013059819,-0.014457365,0.022856405,0.008123662,0.034201995,-0.003789895,0.010856792,-0.0026109312,0.0059240772,0.017816981,0.008991104,-0.031255446,-0.021355594,-0.026973313,0.033651236,-0.0064369696,-0.016453858,0.037396383,-0.026587782,-0.017390145,0.0018708518,0.017417682,0.017624216,-0.004192636,-0.03535858,-0.0015774018,0.039158806,-0.042821337,-0.010092618,0.038139906,-0.037231155,0.0082751205,0.017858287,-0.015751643,0.017458988,-0.022897713,0.024481138,-0.03249465,0.00458505,-0.00302572,0.023062939,-0.055351052,-0.037919603,0.0046332413,0.003084238,0.017004615,-0.012577907,-0.013892839,0.051000074,0.01375515,-0.056562718,-0.05179867,-0.012357605,-0.017348837,0.043977927,-0.009307789,0.04395039,0.0145399785,-0.00053612725,-0.019317793,0.023751386,0.0010920474,0.013651883,0.029878553,-0.028721964,-0.027868291,-0.004733066,0.000711681,-0.0285292,0.01312178,-0.037203617,0.029493025,0.009046179,-0.021355594,-0.0057037747,0.014278369,-0.03921388,-0.013514194,0.027647989,-0.040067554,0.029437948,0.045024365,0.021644741,0.026821854,-0.03478029,0.044033002,0.035331044,0.032770026,0.026284866,0.0038174328,0.07347095,-0.016013253,0.0005116014,-0.019951163,-0.016908232,0.019510558,0.013527962,-0.035936877,-0.02446737,0.012811979,-0.0022598237,-0.0318062,-0.035331044,-0.017885825,0.04507944,-0.021328054,0.0224158,0.020818606,0.035193358,-0.038250055,-0.032026507,-0.03243957,-0.035854265,-0.020185236,-0.04623603,0.0020033778,-0.018574271,0.008405925,0.0817323,-0.01235072,-0.020336693,-0.07875822,0.025679033,0.0056142765,0.0012744855,-0.040315393,0.0061237267,0.013768919,0.028859654,0.043206867,-0.009190753,-0.047970913,0.041471984,-0.041829977,0.016729236,0.012846401,0.06482407,-0.01566903,-0.0027382937,-0.04830137,-0.06443854,-0.0006811312,0.061134,-0.005070404,-0.014092488,-0.0027744372,0.049237654,0.02074976,-0.004760604,-0.012219915,0.029768402,-0.001417338,0.002517991,0.016784312,-0.017858287,-0.018918494,-0.013748266,-0.021162828,-0.036267333,0.026257329,-0.043785162,0.017128535,0.055956885,0.024536213,-0.0009810354,-0.027028387,-0.013197509,0.025637727,0.031668514,0.009128793,-0.019042416,0.02036423,-0.050173942,0.0336237,0.031172832,0.01871196,0.027138539,-0.024274604,-0.022057807,0.009975581,0.040673386,0.015049429,-0.020199005,0.004960253,-0.058875896,0.022636103,0.0011832665,0.0018725729,0.004464572,-0.043482244,-0.033320785,-0.038387746,-0.03921388,0.025293503,0.040177707,0.03345847,-0.018629348,0.005077289,0.004447361,0.03772684,0.06664157,0.04254596,0.0417749,-0.01591687,-0.033348322,-0.04697955,0.014677667,-0.047667995,-0.06636619,0.0031634092,0.016825618,-0.032164194,0.002290804,0.05793961,0.05146822,-0.025004357,-0.010354227,-0.015008122,-0.031117756,0.026849391,-0.03155836,-0.028253822,0.020804835,-0.013218162,-0.033788927,-0.0017357443,-0.023393393,0.02930026,0.020143928,-0.009734626,-0.01330766,-0.007118531,-0.04072846,-0.015076966,0.029713327,-0.001948302,-0.066586494,-0.044088077,-0.014416058,0.020143928,-0.026532706,-0.004915504,0.009693319,-0.00046556158,-0.035551347,0.011056442,-0.031998966,0.0013949636,-0.036818087,-0.0067811925,0.010478147,-0.0034577197,-0.013266353,-0.024012994,-0.005438723,0.0004887966,0.016385013,-0.033430934,-0.015848026,-0.006829384,0.00566591,0.0055247787,0.049733333,-0.033155557,0.008825877,-0.018326432,-0.035578888,-0.025238428,-0.0010972107,0.0004526532,0.006939535,0.014071835,0.01604079,-0.022746254,0.019827243,0.060473092,-0.004733066,-0.023186859,0.0005765735,0.01755537,0.03095253,-0.025513807,0.0012047804,-0.04238073,0.0409763,-0.00155933,-0.034422297,-0.027345072,0.014333445,0.024123145,-0.02803352,-0.007820746,-0.039268956,0.022883942,-0.002277035,0.007476523,-0.027207384,0.013190624,0.051247917,0.020378,-0.024109377,-0.0059378464,0.029190108,0.026574014,-0.001753816,0.010836139,-0.00994116,0.0035007475,-0.025252197,-0.015173349,0.02226434,-0.010533223,0.016770544,-0.020185236,-0.024109377,0.0038897195,-0.009755279,-0.012894592,0.0036040144,-0.010946291,0.022140421,0.03131052,0.017858287,-0.014443596,0.008529846,0.0017951227,0.045134515,0.04761292,-0.0034542775,-0.023255704,0.0033045404,-0.03932403,0.012061573,0.04753031,0.039819714,0.011001366,-0.012708712,-0.05042178,0.00051246193,0.016646624,0.019827243,-0.003311425,-0.035578888,0.0035902455,-0.01985478,-0.03029162,-0.013300776,0.039406646,-0.003776126,-0.029382873,-0.014333445,-0.008763917,-0.028116133,-0.005545432,0.034312144,0.0042339424,0.01241268,0.06735755,0.02482536,-0.015132042,-0.040287856,-0.027840754,0.03243957,-0.0028415606,0.027537838,0.013355851,-0.018918494,-0.002235728,-0.022704948,0.022374494,-0.014567516,0.000334972,-0.008853415,-0.018367738,-0.025885567,0.026835622,0.01783075,0.012522832,-0.011097749,0.006908555,-0.033293247,0.0295481,-0.018092358,0.010099502,-0.0011230274,-0.00410658,-0.014966815,-0.009390403,0.041058917,0.03896604,-0.015820488,-0.005841464,-0.04224304,0.017211149,-0.026339943,-0.003717608,0.021190366,-0.003538612,0.03833267,-0.021300517,-0.01451244,0.020350462,0.02687693,-0.035248432,0.016508933,-0.00017480073,-0.018946033,0.023875305,0.010863677,-0.06730247,-0.0417749,0.023476006,0.021589665,-0.010767294,-0.022636103,-0.014457365,-0.01872573,0.025045663,0.03742392,-0.01310801,-0.0068431525,-0.016123405,0.010643374,-0.010794832,-0.02585803,0.026890699,-0.00125039,-0.01681185,-0.018753268,-0.023985457,-0.038938504,0.013321429,-0.013163086,-0.024646364,-0.031090219,-0.0063887783,-0.000449211,0.02891473,-0.02076353,-0.008412809,0.0121441865,0.012392027,-0.0109875975,-0.011923884,-0.0040824846,-0.010794832,-0.01279821,-0.0016841108,-0.047833223,-0.007841399,-0.0011660553,-0.021176597,0.033348322,0.020543227,-0.004760604,-0.00010557964,0.004402612,0.06443854,-0.030429311,0.018147435,-0.013066704,0.013073589,-0.008364618,0.040948763,-0.00757979,0.01566903,0.012020266,0.013321429,0.001100653,0.022112884,0.00024224691,0.000237729,-0.016109634,0.007387025,0.03243957,0.042490885,0.047089703,0.033678774,0.012178609,0.022002732,0.04152706,-0.0047778147,-0.0035833612,0.004495552,0.02101137,-0.015434958,-0.0021083658,-0.021644741,0.027661758,0.025293503,0.023476006,-0.002218517,0.0035902455,0.024164453,0.01884965,-0.048218753,0.010010004,-0.0020033778,0.01451244,0.00044039026,-0.022828868,-0.028363973,-0.015324807,-0.020143928,0.009555629,0.041885052,0.010023773,-0.043234404,-0.03717608,0.012509063,-0.013541732,-0.027716834,-0.025899336,0.014305906,-0.017156072,0.008020395,0.011380011,0.022994094,-0.038305134,0.009383518,-0.0077725546,-0.021369362,-0.009046179,-0.0035351699,0.021672279,-0.010333573,0.033183094,-0.042490885,0.0068224994,0.025265966,0.03450491,-0.015132042,-0.0074214474,-0.011793079,-0.011180362,-0.005996364,-0.005304476,0.008433463,-0.011627852,-0.0043372093,-0.017775673,-0.002471521,0.044143155,-0.0064610653,0.006054882,0.03976464,-0.016316168,-0.03794714,0.00464701,0.00872261,-0.027978443,0.032054044,-0.004991233,0.0141406795,0.0468694,0.023737617,0.01767929,-0.00839904,0.0004586771,-0.066696644,-0.017734367,0.0046091457,0.0048122373,-0.0008898164,-0.008096124,0.021066446,0.026629088,-0.0137000745,-0.0036074568,-0.0060927467,-0.0061099576,0.0022426127,0.021947656,-0.02280133,0.0035489388,-0.026794316,0.004784699,0.016660392,0.0034422297,0.04114153,-0.03808483,-0.00026763335,-0.0018329873,-0.0020033778,-0.053285714,-0.010175231,-0.054277077,0.036019493,0.0006871551,-0.0023303896,0.008880952,-0.031282984,-0.0011927326,-0.022016501,-0.0023166207,0.009920506,0.012598561,0.023641234,0.034174457,-0.029575638,-0.021947656,-0.00019287244,-0.010071964,-0.00027731463,0.026298635,0.0073388335,-0.03004378,0.012309413,-0.0014138959,0.015228424,0.019909857,-0.008867184,-0.016109634,-0.0090737175,-0.037148543,-0.03478029,-0.010023773,0.016495164,0.0017744694,-0.03998494,-0.005008444,0.01540742,0.022691179,0.0060617663,0.0173213,0.044776525,-0.0042924606,0.011510816,0.022718716,-0.02570657,-0.0025954412,0.004839775,0.029823478,0.009810355,0.012336952,0.009596936,-0.013865301,0.038222518,0.03321063,0.010505685,0.009920506,-0.013114895,0.018822111,0.007042802,-0.025018126,0.011435087,-0.013135549,-0.0098723145,-0.0070634554,0.010147694,0.0027004292,0.015393651,-0.03984725,-0.022112884,-0.0005924938,-0.054855373,0.025802953,0.024522444,0.015572648,-0.042848874,-0.001656573,-0.023393393,0.023283241,-0.05044932,-0.0036143411,-0.021314286,0.02036423,0.010843024,0.033651236,-0.00802728,0.007607328,0.000832159,-0.011373127,-0.002275314,0.00049352966,0.030567,-0.011889461,0.005638372,0.00011811151,0.029768402,-0.0060720933,0.017486528,0.036873166,-0.007717479,0.0126467515,-0.005452492,0.029878553,-0.009404171,0.042518422,-0.0137620345,0.071488224,-0.0019551865,-0.01897357,-0.041967664,-0.03249465,-0.007848283,-0.038277593,0.0007146929,0.040040016,0.01693577,0.013906608,0.009479901,-0.0142646,-0.008750148,0.009975581,-0.023062939,-0.028253822,-0.04560266,-0.009025526,0.026436323,-0.0044989944,0.005996364,-0.02395792,-0.0048087947,0.0001699601,-0.016949538,0.0021066447,0.006478276,0.014760281,-0.026436323,-0.0076348656,-0.002024031,-0.009128793,-0.0023028518,0.004048062,-0.0016875531,-0.01566903,-0.015242193,-0.014553747,-0.036735475,0.041719824,-0.008061702,0.007435216,0.005982595,-0.017142303,-0.020378,0.032797564,0.0025833934,0.018918494,-0.019469252,-0.018051052,-0.016866926,0.009617589,0.0019104375,-0.011022019,0.018822111,0.011483278,-0.02687693,0.04317933,-0.015724106,0.0046814326,0.018904725,0.003237417,0.01644009,0.008853415,-0.026821854,-0.016743006,0.0037589148,0.027028387,0.015063197,-0.017734367,0.0075315987,0.008006627,0.04012263,0.028804578,-0.008860299,0.021575896,-0.019276487,-0.030732227,0.019386638,-0.06598066,0.009555629,-0.0013235373,-0.015035659,0.014429827,-0.011490162,0.04048062,-0.029713327,-0.04213289,-0.05020148,0.028721964,0.014099373,0.029437948,0.017913364,0.014223293,-0.005800157,-0.0036487635,-0.00056710734,0.02380646,0.034807827,0.021479513,-0.005724428,0.00782763,-0.038222518,0.005992922,-0.0016238719,-0.017142303,0.012577907,0.024921743,-0.02394415,-0.0018828997,0.018794574,0.009672665,-0.003879393,0.03513828,0.027950905,-0.012997859,-0.03299033,0.040453084,-0.0017529555,0.015242193,0.022443337,0.0056452565,0.010223422,-0.041692287,-0.01477405,-0.012970322,-0.038415283,-0.0025403656,-0.0129634375,0.013665652,0.003192668,0.013025397,-0.0098516615,-0.007882706,-0.015366114,-0.009307789,-0.008302658,-0.006829384,0.00518744,0.03786453,-0.019469252,-0.010719104,-0.006953304,0.01196519,-0.026711702,-0.0054077427,-0.0067846347,-0.017087229,0.010264729,0.0052390737,-0.011855039,-0.0055867387,-0.01515958,0.0031788992,-0.00012037047,-0.010849908,0.013452234,-0.006192571,-0.047833223,0.022746254,0.021548359,-0.003447393,0.004330325,-0.0023510428,-0.0050600776,-0.020556996,0.07958435,-0.019909857,0.005707217,-0.016247325,-0.0038449706,-0.012323182,-0.011648505,0.01616471,0.011173477,-0.014305906,-0.012571023,-0.008288889,0.005528221,-0.00039650183,0.005455934,-0.01962071,-0.0209976,-0.008743264,0.023379624,0.0106296055,0.020584533,0.045106977,0.029520562,-0.0006566053,-0.016743006,-0.011324936,0.02229188,0.005438723,0.009906737,0.017238686,0.039021116,0.0023183418,0.010120155,-0.0039654486,0.037286233,0.0065574474,-0.005514452,-0.010230307,0.04138937,-0.005111711,-0.03271495,-0.005961942,0.023090476,-0.053506017,-0.02304917,0.0012383421,0.016274862,0.0008269957,0.00021621505,-0.052679885,-0.004299345,0.030429311,0.00019147403,0.0022581026,0.028336436,0.007090993,0.025086971,0.05771931,0.019014876,-0.008426579,0.023792692,0.0043957275,-0.0011806848,0.019111259,0.004867313,0.007689941,-0.02150705,-0.020047545,0.005590181,0.009321558,-0.0056142765,-0.028419048,0.017541602,-0.0048914086,0.031503286,-0.02114906,0.017872056,-0.025637727,0.0012727644,-0.047420155,-0.009713972,-0.012330066,0.0042924606,0.018161204,-0.026505169,0.026284866,-0.00085797574,0.011249207,0.006743328,0.047034625,-0.01566903,0.006264858,0.008116778,-0.011042673,-0.026932005,0.014443596,-0.03271495,-0.002430214,-0.025321042,-0.005318245,0.020777298,0.016577778,-0.019524327,-0.0056900056,-0.0039310264,-0.012515947,-0.033072945,0.025568882,0.0033062617,0.008054817,0.0129840905,0.022952788,0.023159321,-0.031998966,0.0028363974,0.008364618,0.0125847915,0.0060617663,-0.02025408,-0.013452234,0.035441197,0.005662468,0.003986102,-0.017403914,-0.016371245,0.025555113,0.024756515,-0.024370987,0.002698708,0.01056076,0.008708841,0.0110082505,0.0264914,-0.009658896,-0.011111517,0.0045988187,0.011483278,-0.0027796004,0.037534073,0.021438207,-0.060473092,0.0019964932,-0.016577778,-0.014429827,0.019069953,0.0024061187,0.016109634,-0.007944666,0.0014534815,0.024522444,-0.012219915,-0.0427938,0.044666372,-0.0035868033,-0.0041754246,-0.026339943,0.027179847,0.010037541,-0.003807106,-0.0012762067,0.0063302605,-0.012901477,-0.0009732905,-0.04293149,0.034174457,-0.026780548,0.0055488744,0.003206437,0.011441971,0.020956295,-0.03169605,-0.010643374,-0.026574014,0.0055798544,0.01642632,0.017032152,-0.01069845,0.023655003,-0.0037692415,-0.013493541,-0.013417811,-0.023503544,0.013328314,-0.026904467,-0.00356615,0.025321042,0.0018295451,-0.018422814,-0.011490162,-0.00074438215,-0.0023407163,-0.007793208,-0.016123405,0.0028570506,0.0019310908,0.013961684,-0.012481525,-0.027468992,-0.03833267,0.04103138,-0.024012994,-0.015076966,0.03257726,0.0053698784,0.009128793,0.017527834,-0.02965825,-0.008261351,0.027703065,-0.022333186,0.010622721,-0.0012753461,-0.02394415,-0.0187395,-0.0032116002,-0.008557383,-0.002848445,0.025968181,0.033155557,-0.0025265967,-0.006908555,-0.07066209,0.0025386445,-0.043592397,-0.0013743102,0.034036767,0.022278111,-0.005066962,-0.029575638,0.009314674,0.02545873,-0.010863677,0.0106502585,-0.011304283,-0.023269473,-0.004289018,-0.01133182,0.034201995,0.015200886,0.016770544,-0.019689554,0.00033260544,0.011214784,0.011510816,-0.02406807,-0.0030377677,0.026697934,0.015366114,-0.024921743,0.01593064,0.020020008,0.027592914,-0.004867313,-0.0029740864,-0.00703936,0.0024078398,0.003851855,-0.0142646,-0.017114766,-0.0209976,0.02127298,-0.0315859,0.01063649,-0.007283758,-0.0019827243,0.0047020856,0.012495294,-0.015710337,0.001919043,0.0027451783,-0.015063197,0.02127298,-0.000048782847,-0.027138539,-0.043619934,0.012309413,-0.037093468,0.011985844,0.0031943892,0.0010154578,-0.04138937,-0.011462625,-0.03453245,-0.0057760617,0.008440347,0.012130418,-0.0027778794,-0.035826728,-0.021837505,-0.01948302,0.045685273,-0.012688058,0.009390403,0.030401772,0.033183094,0.021314286,0.013569269,-0.030153932,-0.005917193,-0.00020653378,0.0032098792,0.0067054634,0.0062545314,-0.01204092,0.028419048,0.009837893,-0.00095263706,0.00994116,0.02380646,-0.007985973,0.03615718,-0.0031496403,-0.014608823,-0.0015980551,0.038029753,0.008936028,0.012750018,-0.00497058,-0.044280842,0.0034112497,0.018491657,0.014154448,0.0024336565,0.03858051,0.0031238236,0.0032322537,0.0069636307,0.017348837,0.0448316,-0.0016841108,0.0051013846,0.004764046,0.025679033,0.0054111853,0.036625326,-0.0015257683,0.011834386,0.0013932425,0.028184976,-0.0049189464,0.008915375,0.015572648,0.012378258,0.022718716,0.00021761346,-0.016481396,0.023710078,0.03541366,-0.006516141,-0.01593064,0.00788959,0.02558265,0.026147177,0.0054903566,-0.02815744,0.034945518,0.017004615,0.023228167,-0.041829977,-0.006409432,-0.013094242,-0.045437433,0.0019224853,0.0018811786,-0.038305134,0.029823478,0.013039166,-0.0048741973,-0.0010412745,-0.019951163,-0.023228167,-0.007572905,0.025968181,-0.029079957,-0.043372095,-0.042821337,-0.03706593,-0.012591676,-0.0013743102,-0.027647989,-0.009583168,-0.0015756807,-0.0013278401,0.01758291,0.013252584,-0.016591547,-0.014429827,-0.016522702,-0.006905113],"social":"https://www.linkedin.com/company/sprintfolio"},{"title":"wild friends","description":"your new virtual best friend - interactive virtual animal with real life support for wildlife sanctuaries through digital collectibles","niche":"web3","youtube_url":"https://youtube.com/watch?v=nRoaO7z2MIw","youtube_transcript":"Hello, everyone. My name is Rafael, and I'm building Wealthfronts. So Wealthfront is a browser game where you take care of virtual animals. And by playing, you help save real animals living in wild life sanctuaries. In wild friends, for you to gain access to the game, you have to sponsor an animal. We've partnered with a red left sanctuary in my home country, Bolivia called Zendavaverde. Right now, you can sponsor five different animals. So if you go here to the page, sponsor an animal, you can choose which animal to sponsor. Right now, we have Mihungla, the Jabber, Aruba, the spectacle pair. Combine the jar, coco the kaman, and at last you need to adhere. You can sponsor these animals by buying a digital collectible that costs five dollars. Once you have sponsored an animal, you will gain access to that animal inside the game. Here, you can fit the animal you can give the animal some water. You can learn some info. And, yeah, here's another example of of the k meant. And, yeah, you can also customize your animals environment. So if you go into build mode, you can place some flowers, some trees, And, yeah, once you're happy with your environment, you can click here, take a screenshot and share it on social media. Our progress wasn't as expected, wanted to raise one thousand dollars by May 31st, but we only raised around two hundred dollars. So if you want to help an animal and have some fun in reward, do it with footprints.","embedding":[0.037594695,-0.015420437,0.018199107,0.06656213,-0.023063747,-0.002546458,0.008280909,0.07336318,-0.008745332,0.044773582,-0.010327521,-0.0092806,-0.008587901,-0.035799973,0.030242633,-0.007052941,-0.028211763,-0.045529254,-0.017034112,0.03117148,0.03315512,-0.004541905,-0.038350366,0.024008337,-0.026779136,-0.010540053,-0.03280877,0.042002782,0.016672019,-0.03255688,0.019600248,-0.030588983,-0.0059745335,-0.013743789,-0.043293722,-0.045529254,-0.004026316,-0.042160213,-0.013476155,0.023299893,-0.032037355,-0.0049787783,0.0047977315,0.036996454,-0.009375059,0.06542862,-0.002302439,-0.0004865624,-0.008721718,0.059225813,-0.029156353,0.050252203,-0.024984414,-0.0042034267,-0.0041916193,0.010957248,0.03071493,0.027330147,-0.0629412,0.00680105,-0.011492515,0.015758915,0.039137524,-0.00026271417,-0.032226272,-0.00050624134,-0.061272424,0.023441583,-0.020324435,0.032336473,0.017175801,0.01116978,0.010217318,0.019600248,-0.025834545,0.014003552,-0.029833311,0.011185523,0.0398932,-0.035107274,0.0042034267,0.031234453,-0.05047261,0.0060178274,-0.006895509,-0.03677605,-0.013295108,0.018435255,-0.0089106355,-0.0121616,0.0014503397,0.017254516,-0.08136071,0.012193087,0.02644853,-0.012200958,-0.012075013,-0.00087718986,0.051700577,0.004679658,0.03746875,-0.046347897,-0.024512118,-0.06366539,-0.010587283,-0.01920667,0.029093381,0.020481866,0.0045340336,-0.01106745,-0.11045409,-0.025126101,0.00672627,0.019222412,-0.013019603,0.008973608,-0.029723108,-0.0214422,0.039924685,-0.055132587,-0.0042309775,0.017758299,0.031643774,0.011350827,0.024685293,-0.016546074,-0.03027412,-0.007415034,-0.024874212,-0.05469178,0.045781143,0.00558489,0.035075787,-0.01821485,-0.047796268,-0.025126101,-0.04650533,-0.015184289,-0.068136446,0.006131965,0.0015418469,0.024244485,0.0063995994,-0.036713075,-0.03460349,-0.012405619,0.011705048,0.020639298,-0.059981484,-0.05396759,0.025393736,0.0010242901,-0.020875446,0.027912643,-0.0075409794,0.021269025,0.0059076254,0.040617384,-0.033029176,0.034225654,-0.0008004419,0.010728972,-0.010343264,-0.016105264,0.02024572,-0.017962959,-0.05012626,0.034194168,-0.05699028,0.031942897,-0.009115296,0.03409971,-0.0207495,-0.015263005,-0.037815098,-0.054471374,0.016813707,-0.04776478,0.02054484,-0.07052941,-0.02466955,0.028715545,-0.019615993,0.014349901,-0.061618775,0.029943513,-0.035799973,0.005187375,0.00093130703,0.009737152,0.0108234305,0.00057265785,0.026637446,-0.0036465123,0.012578795,-0.043891963,0.02337861,-0.0021804294,-0.007907008,0.031738233,-0.040145088,-0.025173333,0.034477547,-0.013011731,0.02208767,0.021284768,-0.07254454,0.017679581,-0.007151336,-0.035611056,0.06977374,-0.006899445,-0.000008847847,-0.033344038,-0.05330638,0.0067498847,-0.011555488,0.0009839482,0.01106745,-0.004679658,-0.008029018,0.04770181,-0.001863598,-0.02794413,-0.0142948,-0.00047598497,-0.0064861868,-0.013657201,0.021111593,-0.024575092,0.028447911,0.01900201,0.022197872,-0.042065755,-0.038350366,-0.029518448,-0.025724342,0.00016567229,0.02729866,0.013609972,0.0004051407,0.0035717322,0.034760922,0.010398365,0.02580306,0.022008954,-0.023488812,-0.074433714,0.043891963,0.04716654,0.07984937,0.009296343,0.0033611672,0.0073481253,0.01464115,-0.025944747,-0.06020189,0.047072083,0.017364718,-0.060264863,-0.017301746,-0.054188,-0.06819942,-0.024118539,0.009091682,-0.043419667,-0.014082267,0.010713228,0.0049472917,0.060422294,-0.031344656,0.052928545,-0.03309215,-0.024937185,-0.02218213,0.00030084216,0.038539283,0.0028258993,-0.014979628,-0.032777283,0.0108234305,-0.02059207,-0.012122243,-0.041058194,-0.033029176,0.030699184,0.03513876,-0.03945239,0.031092765,0.02471678,0.0002602543,0.010406236,0.019096468,0.024307458,-0.0035894432,0.0087925615,0.00957972,-0.014129497,0.014050781,0.020733757,0.046064522,-0.018183364,-0.021064363,0.011909709,0.041058194,-0.021646861,0.036713075,-0.010067758,0.023803676,-0.032934714,0.01608165,0.042160213,0.017648095,-0.027912643,-0.023142463,-0.01791573,0.08091991,-0.014176726,0.042160213,-0.014003552,-0.033123635,-0.010240933,-0.01886032,0.048614915,0.018277822,-0.08671339,0.013743789,0.0068286005,-0.010162218,-0.016121008,0.019993829,-0.040837787,-0.03545362,-0.022418277,-0.04064887,-0.057620008,-0.007029326,-0.033910792,0.059099868,0.013853991,-0.048079647,-0.057462577,0.00342414,0.007202501,-0.042223185,0.02070227,0.03860226,-0.023299893,-0.014200341,0.05321192,0.034351602,0.043167777,0.03394228,-0.015900604,-0.010154346,0.018702889,0.03211607,-0.03469795,-0.01851397,0.0229378,0.008021146,0.0200568,0.018388025,0.00972928,0.016026549,-0.011933324,-0.04830005,-0.0029183906,0.0421917,0.0059784693,-0.0228276,-0.022418277,0.008918507,-0.021646861,-0.005419587,-0.0046481714,0.08728015,0.022717398,-0.0035205667,0.0037252281,0.015798273,0.014499461,-0.004604878,-0.031139994,-0.00086636643,0.0076315026,0.0056321197,-0.027707983,-0.05529002,-0.0095875915,0.05484921,-0.050504096,0.017978702,-0.010634513,-0.0030994369,0.032304987,0.012437106,0.010359007,0.008729589,-0.010390493,0.0049669705,-0.0398932,-0.06687699,-0.019064981,-0.011382313,0.023299893,-0.017286003,-0.012570922,-0.039672792,-0.041908324,0.0017937376,-0.055510424,0.068388335,0.03891712,0.019631736,0.031250197,-0.042663995,-0.036650103,0.01603442,0.036807537,-0.006958482,-0.0073717404,0.037752125,-0.020041058,-0.006954546,0.027330147,0.027282916,-0.0069820965,-0.014239699,-0.049465045,-0.021064363,-0.002908551,0.03022689,0.028872978,-0.015121317,-0.02506313,-0.01687668,0.018687146,0.009201884,-0.017112827,0.007859779,0.014830068,-0.0045379694,0.050661527,-0.042947374,0.023850905,0.009201884,0.005876139,-0.00943016,-0.02010403,-0.03191141,-0.032588366,-0.007352061,0.021725576,0.030415809,0.011201267,0.023331381,0.03513876,0.03756321,0.017002625,0.019789167,0.047733296,-0.011941195,0.049905855,-0.006785307,-0.05692731,0.023315638,0.037405778,0.014168855,-0.037248343,0.02695231,-0.034320116,-0.014263313,0.029896284,-0.04650533,-0.043860476,-0.023945365,0.012838556,-0.0029852989,0.024181511,-0.00684828,0.03038432,-0.04263251,0.013216393,0.017459178,0.007316639,0.016719248,0.006068993,-0.08557988,-0.0065452238,-0.00020539919,0.051511656,-0.0010183865,-0.020025315,0.018120391,-0.020135516,-0.0017760266,-0.018183364,0.012925144,0.0042663994,0.00756853,0.011649947,-0.03995617,0.08495016,-0.018403769,-0.02169409,-0.008406853,-0.011421671,-0.03627227,0.06089459,-0.045623712,-0.018403769,-0.017333232,0.035705514,0.0013598164,-0.0018124327,-0.009178269,-0.004545841,-0.006391728,-0.037059426,-0.038539283,0.0054510734,0.013775275,-0.013318723,0.017065598,0.0044317027,-0.05585677,0.00074091303,-0.032430936,-0.023189692,0.0033965893,-0.037090912,-0.0086744875,-0.01265751,-0.06139837,0.020655042,-0.010256676,0.004124711,0.002148943,0.010988734,0.0066751046,-0.008257294,0.02515759,0.009863097,-0.019096468,0.008666616,-0.031202966,0.01623121,0.0058328453,0.018403769,0.031250197,0.0050889803,0.0043372437,-0.018041674,0.033438496,0.01678222,-0.015302363,-0.013704431,-0.0013913028,0.027141228,-0.0011443318,0.011004477,0.008257294,0.017459178,-0.015758915,0.008217935,0.0068561514,-0.0011708984,-0.04442723,-0.009870969,-0.007655117,-0.020119773,-0.035799973,-0.02854237,0.045844115,0.012098627,-0.010839174,0.004561584,0.01226393,0.0371224,-0.044773582,-0.025677113,-0.029849054,-0.004545841,-0.033438496,-0.006710527,-0.042317647,0.009461646,0.028085819,0.00043982486,-0.016152494,-0.006210681,-0.011728663,0.014286929,-0.012027783,0.0022512735,-0.032525394,-0.011681434,-0.004900062,0.008957865,0.0061083506,0.020906933,-0.0063248193,-0.022512736,-0.016672019,0.008005403,-0.008501313,-0.01369656,0.063067146,-0.0069624176,-0.015774658,-0.011437414,-0.011823122,0.0116184605,-0.0048567685,0.010193704,-0.032304987,0.008154963,0.01171292,-0.020481866,-0.01886032,-0.032037355,0.010910018,0.02208767,0.014066524,0.009571848,-0.025047386,0.010390493,0.002570073,-0.018702889,0.0040656743,-0.015349592,-0.004447446,-0.033658903,-0.038885634,0.017899986,0.016593304,0.006919124,0.0037567143,0.020623555,0.034194168,-0.010114988,0.0046875295,-0.0036917739,0.03087236,0.030966818,-0.013783147,0.0465683,0.032840256,-0.014830068,-0.012106499,0.0033552635,0.023457326,-0.032997686,0.007277281,-0.013247879,-0.0121773435,-0.02803859,0.0035658283,0.0106030265,-0.030856617,0.03831888,0.019190926,-0.010799816,-0.0108234305,0.04889829,-0.028747031,-0.0032726119,0.012885786,-0.016065907,-0.03539065,-0.0029026472,0.013791018,-0.0065098014,0.010776201,-0.014467975,0.016121008,-0.05056707,0.04546628,0.05330638,-0.024874212,-0.005226733,-0.021646861,-0.0035796037,0.03126594,0.008611515,0.017144315,-0.009800124,0.0028180277,0.007702347,0.012185215,0.0458756,0.025283534,-0.005187375,0.027282916,0.041436028,-0.010949376,0.0059981486,-0.022355303,-0.10957248,0.010957248,-0.013688688,-0.0035284383,-0.017962959,-0.027282916,0.006879766,-0.015743172,0.038980093,0.008249422,0.020513352,0.024921441,-0.012484335,-0.021221796,0.014019295,-0.012838556,0.04382899,0.014814325,-0.03529619,-0.0060532494,-0.014507333,-0.023835162,0.009044453,-0.0067183985,-0.028463654,-0.021206053,0.011917581,0.019537276,-0.018120391,0.0060335705,0.011051707,0.0022217552,-0.0001863352,-0.020969905,0.011295726,-0.030116688,0.00019482175,-0.040869273,-0.0035855074,-0.032304987,-0.031376142,0.0023142463,-0.032399446,-0.008375367,-0.017899986,-0.012200958,-0.016309926,0.019269641,0.011075322,-0.028117305,0.02178855,0.0073441896,0.017490664,-0.018592685,-0.0004902522,-0.014523076,-0.010020529,0.0071316566,0.0013913028,-0.015058344,0.003211607,0.021772807,0.008776818,-0.0034949842,-0.0121773435,0.006600325,0.041152652,0.028274737,0.016703505,0.029329529,-0.013830377,0.012665382,-0.028085819,0.006517673,0.0011079257,0.054062054,-0.05991851,0.021757063,0.020765243,0.017144315,0.016498843,0.029723108,-0.024889955,-0.008036889,-0.015018986,0.021851523,-0.012523693,0.030100945,-0.02208767,-0.021646861,-0.0035697643,-0.037153885,-0.013830377,-0.027881157,-0.021898752,0.023709217,0.045592226,0.015947834,-0.052298818,-0.04546628,0.01742769,-0.0028750969,-0.030604726,0.0064901225,0.0014286928,-0.029376758,0.025787316,-0.000627759,0.010902147,-0.0024126412,-0.00045606002,-0.04030252,0.0033159056,-0.012586666,-0.009091682,-0.015522768,0.000084988525,0.0056360555,-0.030053714,0.009107425,0.016246954,0.021552403,-0.023756446,-0.030604726,-0.008375367,0.044238314,0.01911221,-0.00091064407,0.021269025,0.012256059,-0.035516597,0.008477698,0.011988426,0.03454052,-0.0016067874,0.00578168,0.022213615,0.009186141,-0.01722303,0.00012852823,-0.0140901385,0.018687146,0.009501005,-0.028510883,-0.015231519,0.008580029,-0.038822662,0.00346153,0.06001297,0.00684828,-0.020434637,0.0010016593,-0.031092765,0.03206884,-0.02134774,0.023866648,-0.006419278,0.024165768,-0.04845748,-0.0043096934,-0.005628184,-0.02471678,0.015341721,0.0030305607,0.015939962,-0.01915944,-0.020167002,-0.03488687,-0.021221796,0.0030246568,0.02178855,0.0063208835,0.004160133,-0.02312672,-0.00005174953,0.017002625,0.040019143,-0.025535425,0.023394354,0.0007684636,0.018954778,0.003288355,-0.010642384,0.015357465,0.012382004,-0.012728354,-0.014231827,0.0074937497,0.02953419,0.008855534,0.0025995912,-0.012437106,-0.015357465,0.004699337,-0.035516597,-0.00075813214,0.0207495,0.0057541295,0.043262236,0.027534807,0.005911561,-0.026684675,-0.02729866,-0.018025931,-0.015798273,0.003683902,0.015310234,-0.037500236,0.016498843,0.036020376,-0.017585123,0.034666464,-0.016168237,0.020560583,-0.03416268,-0.00039579318,0.010280292,0.0023752511,0.02644853,0.018419512,0.0014857618,-0.0200568,0.008170706,0.024055567,0.05494367,0.018435255,0.005214926,0.017947216,0.030352835,0.01186248,-0.008060504,0.029471217,0.006009956,0.013161291,0.045938574,-0.0036012505,-0.003174217,0.0031624096,-0.01156336,0.020481866,-0.034068223,0.007958174,-0.002509068,0.0058840103,-0.0066632973,0.036901996,-0.023599014,0.022260845,0.009264857,-0.030447295,-0.046662763,-0.004955163,0.013484026,0.031691004,-0.015294491,-0.038885634,-0.021757063,0.031879924,0.03280877,0.018073162,0.010382622,-0.015034729,0.026070692,-0.0019865914,-0.002392962,-0.0011827057,-0.01091789,-0.024039824,0.0059391116,0.005081109,0.032493908,-0.050252203,0.037531722,0.005596698,-0.004679658,-0.013775275,0.0076708603,0.021961724,0.009217627,0.024338944,0.021583889,0.0152236475,0.043041833,-0.0066632973,0.010288163,-0.0055258535,0.01945856,-0.0102645485,0.0027038897,0.002601559,-0.053148948,0.035642542,-0.02208767,0.015160674,-0.012240316,0.014460104,0.0043451153,-0.024150025,-0.052645165,0.0005239524,0.043419667,0.029109124,-0.007914879,0.0039121783,-0.02784967,0.0039613754,0.0050693015,0.017238773,-0.00764331,-0.031659517,-0.0154440515,-0.00064547005,0.003441851,0.02174132,0.010469209,-0.021221796,0.0050260075,-0.036083348,-0.043891963,-0.057210688,-0.020387407,0.0056163766,0.000054455384,0.009682051,0.0013962225,0.013428926,-0.026968053,0.024874212,0.003876756,0.034760922,-0.010130731,-0.030903846,-0.014436489,0.023898134,0.0033926535,-0.008768947,0.009957557,-0.0015605419,-0.001960025,-0.004896126,-0.0001292662,-0.025755828,-0.02471678,-0.0024854532,0.006450765,0.024575092,-0.009382931,-0.030116688,-0.017978702,0.0023358932,0.029313786,-0.015758915,0.004758374,-0.006391728,0.03702794,0.01394845,-0.0070568766,-0.010201575,-0.0022827599,0.013893349,0.054754753,-0.040774815,-0.016357156,0.0067026555,-0.0065963888,0.0041404543,-0.0011935292,-0.0073441896,0.025220562,0.0138697345,-0.02119031,0.020072544,0.01618398,0.012539436,-0.025031643,-0.011437414,-0.015569997,0.01881309,0.008863405,0.010107116,0.04436426,-0.014727737,-0.0039849905,-0.0044002165,0.016750734,-0.038633745,-0.012610281,0.04030252,0.018041674,-0.0047977315,0.0092491135,0.0016185949,0.025503939,0.01945856,0.031486344,-0.053337865,-0.0015792369,0.009800124,0.033281066,0.011051707,0.010437723,-0.02561414,0.014617535,0.0067813713,0.049905855,-0.00044326868,0.031659517,-0.022150643,0.005533725,0.019521533,0.004471061,-0.0037153885,-0.0020446444,0.01528662,-0.002129264,-0.012090756,0.008469827,-0.029770337,-0.024260228,-0.022512736,-0.023630502,-0.011342955,0.023362868,-0.011791635,-0.055038128,-0.007533108,-0.0060611214,0.0033159056,0.0017209254,-0.025629884,-0.028369196,-0.00744652,-0.04168792,-0.009493133,-0.03702794,0.015459795,0.00498665,-0.0074425843,-0.0066751046,0.034634978,-0.019537276,0.005230669,0.014845811,0.005596698,-0.026999539,0.020513352,-0.0062461034,0.018954778,0.10258251,0.00026566602,0.03428863,-0.014302672,0.021599632,-0.04036549,-0.0043687304,0.014019295,0.037594695,0.025787316,-0.03428863,-0.025094615,0.014129497,-0.011933324,0.013712303,-0.0008624306,0.0014887137,-0.005230669,-0.0019541213,-0.013350209,-0.005207054,-0.013940578,0.0039849905,-0.020765243,-0.024354687,-0.00779287,0.003500888,0.008025082,0.028432168,0.0060335705,0.031092765,0.00087915774,0.030148175,0.045844115,0.007753512,-0.02218213,0.0018783571,-0.008414726,0.02536225,-0.0156802,0.013169163,0.0024756137,-0.0025720408,-0.0021076172,0.004427767,0.016246954,0.019474303,-0.026527245,0.0072064367,-0.013570614,0.00680105,0.00813922,0.017679581,0.016609047,0.0018409671,-0.0200568,-0.017506408,0.040271033,0.0074386485,-0.020387407,0.016672019,-0.029943513,-0.0009603335,0.015908476,0.007415034,0.018151877,0.025236305,0.012256059,0.0041365186,0.02884149,-0.043891963,-0.0221349,-0.0054628807,0.03488687,0.013161291,0.017884243,0.00759608,0.013680817,-0.010626641,-0.020135516,-0.03142337,0.0074780066,0.010335392,0.002379187,0.0072930246,0.027408862,0.0012624055,0.03161229,-0.005549468,0.025047386,-0.020340178,-0.0004159641,0.01761661,0.012350518,-0.026826365,0.019080725,-0.0322735,0.032997686,-0.051637605,0.007379612,0.0116184605,-0.020119773,-0.0033513277,0.014743481,0.006057185,-0.017648095,-0.0045104185,-0.008210064,0.0073717404,0.018545456,0.005966662,-0.0017799623,-0.0017051823,-0.0052346047,0.043703046,0.034036737,-0.013499769,0.0023044068,-0.01265751,0.0024303521,0.023693474,-0.014593921,0.011232753,-0.021930238,-0.0065058656,0.018750118,0.017632352,0.00972928,0.012688996,0.011783764,0.02337861,0.015695943,-0.0077849985,-0.00044720448,-0.047355462,0.016797964,-0.017679581,-0.020261463,-0.004557648,0.029565677,0.017774042,-0.024889955,0.02769224,-0.048237078,-0.008556413,-0.05906838,0.028621087,-0.0027865414,-0.026385555,0.041152652,-0.0038846277,-0.0057147713,0.03172249,0.012759841,0.011933324,-0.021615375,0.025692856,0.010185832,-0.028888721,-0.0285896,-0.015176417,0.0006823681,0.029849054,-0.00077239936,-0.016719248,0.026842108,0.0046599787,0.02407131,0.027928386,0.0058328453,0.023740703,-0.011830994,-0.061933637,-0.002223723,-0.021111593,-0.015908476,-0.021930238,0.041121166,-0.045844115,0.026480015,0.0034812088,0.017742554,0.0027432477,0.019915113,0.0011148134,0.038791176,0.027141228,0.0056714774,0.007985724,0.011500387,0.02104862,-0.023740703,-0.005762001,-0.003195864,0.04064887,-0.0035599247,-0.018954778,-0.022922058,-0.023787932,0.008926379,-0.019064981,-0.0023103105,-0.027975617,0.03017966,0.009060196,0.003937761,-0.060264863,0.0137516605,-0.0010213383,0.016341412,-0.008336009,0.008021146,0.0048134746,0.018199107,-0.0017524118,-0.017837014,-0.031816952,0.009516748,0.009028709,-0.020135516,0.016561817,0.0008422597,0.01449159,-0.037216857,0.021568146,-0.0003382322,0.029392501,0.009272728,-0.049024235,-0.024433402,0.06350795,0.021174567,-0.015349592,0.035201732,-0.022418277,0.014538819,-0.007930622,-0.0063208835,-0.03082513,0.011846737,0.008564285,0.0010587283,0.0015998998,0.0033513277,-0.007757448,0.008532799,0.0035835395,-0.011823122,-0.014074395,0.024449145,-0.005096852,0.005588826,0.005533725,-0.032242015,-0.009272728,-0.02010403,0.0350443,0.020922676,-0.021505173,0.0035953468,0.014365644,-0.026527245,0.021883009,-0.011602717,-0.011964811,-0.00493942,-0.02978608,-0.0046127494,-0.01915944,0.03649267,-0.0061359014,-0.03324958,0.035548083,-0.018781604,-0.030100945,0.018876063,-0.011917581,0.024181511,-0.015617226,-0.008713845,0.003004978,0.0047386945,-0.009674179,0.0043372437,-0.0005495351,0.031029793,-0.018435255,0.010831302,0.0068128575,-0.0060729287,0.008068375,0.008949993,-0.03162803,0.0028750969,-0.0030384322,0.03529619,0.0146647645,0.019773424,0.02729866,-0.032934714,0.06372836,0.0059863413,0.017034112,-0.010839174,0.0033532956,0.022843342,0.008036889,0.05623461,-0.019993829,0.003977119,0.0074032266,-0.0046835938,-0.0021312318,-0.015341721,0.024055567,0.015656585,-0.009319957,-0.013822505,-0.05932027,0.0371224,0.030982561,0.017805528,0.0054235226,0.010248804,-0.003896435,0.0050850445,0.00002964144,-0.04184535,0.007092299,0.006497994,0.0029557806,0.010492824,0.00972928,0.015593612,0.0200568,-0.0047426303,0.004242785,0.025677113,-0.02755055,-0.023740703,0.020639298,0.029408244,-0.013326595,0.0011295726,0.024512118,0.0010203543,0.021143079,0.02485847,0.017899986,0.0068089217,-0.008532799,0.0661843,0.011799507,0.0050732372,-0.028573858,-0.020670785,-0.024244485,0.005663606,-0.015184289,0.013114062,-0.034918357,-0.014633278,-0.0074032266,0.02119031,0.018450998,0.03236796,-0.036839023,-0.01399568,0.041499,-0.015420437,-0.0016235146,0.02328415,0.03236796,0.012988117,-0.040837787,-0.05434543,-0.025393736,0.024197254,-0.014483718,-0.0053448067,0.007969981,0.061555803,0.014499461,-0.025267791,0.02273314,-0.021111593,0.011492515,-0.009981171,0.038539283],"social":"https://twitter.com/bubalu3D"},{"title":"ace it","description":"an ai driven study app that helps students learn the way they want to.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=EXuJHg23gFA","youtube_transcript":"Cable's Base. My name is Jed. Hey there. I'm Pashon. And together, we are the co founders of Asid. An AI driven study to helping students to learn the way they want to. So how does ASIL actually work? Let me show you. First, sign up, tell us your school and your field of interest, and we get to work. We copy with your same learning path. Remember, we push content that resonates with you making learning exciting and enjoyable. Interested in being a creator, don't worry about it. Real time analytics, cool badges, rewards, and even real cash are out for gaps. Upload content directly or use your files. We review each piece of content to make sure it's consistent and it's good for the platform. With auto grouping, you can connect with students in your major and share interest through our social groups. Explore videos summaries, PDFs to learn your way on the go. We have our intelligent GPD board, quiz y. It's really quiz y with real dumb examples and AI generated flashcards. And thanks to your continued support. Ace, it is evolving into a vibrant community of learners and creators. This is just We're extremely proud of the amazing progress we've made. And to prove to you, let us show you our numbers. After six straight weeks of focus, grit, and determination, our user base has grown to almost four hundred students. And not to mention our impressions that has grown like crazy. These impressions is the result of our a later approach to our marketing plan. One of which is our individual outreach strategy, which didn't work. So we opted to switch to real time student group outreach along with increasing the quality and volume of our social media content, boost our sign ups and impressions, and made a final push.","embedding":[0.03518792,-0.031886104,-0.016540524,0.036728766,0.026414523,-0.030785497,-0.012908526,0.046885777,-0.026414523,-0.01850589,0.03808094,-0.045156255,-0.025738437,-0.03782937,0.017625405,0.019810893,0.002741686,-0.040785283,-0.03707467,0.01845872,0.017075103,0.003911079,0.0041980227,0.048615303,0.015424195,-0.047200236,0.007527353,0.03411876,-0.026650367,-0.02773525,0.037735034,-0.017310947,-0.029228928,0.016320402,-0.029779231,-0.0060297437,-0.013977685,0.021477522,-0.000038785274,-0.011359817,0.0080658635,0.018254323,0.017829804,0.0026866558,-0.026618922,0.039024312,-0.017908419,0.03396153,0.038929977,0.07484115,-0.101067,0.041351307,-0.008474659,0.047986384,-0.017939864,0.004795494,0.021587584,0.035282258,-0.06477848,0.0065486007,0.03396153,-0.009685325,0.041445646,0.014260698,0.02951194,-0.011603523,-0.02848995,0.027122054,-0.010738761,0.047514696,0.072011024,0.032577913,0.0060297437,-0.038269613,-0.023159876,-0.026210126,-0.008734087,0.030250918,0.0045242733,-0.03729479,0.043898422,0.02092722,-0.004984169,-0.008089447,-0.0015948948,-0.04028215,-0.048615303,-0.046759997,-0.02548687,-0.0026159026,-0.011359817,0.01110825,-0.07232548,0.02355295,0.041256968,0.02232656,-0.018600227,-0.0033627418,0.03487346,0.027719526,0.015015399,-0.044307217,-0.0054283417,0.0012234405,0.008482521,-0.020722823,-0.023364274,-0.036634427,0.0015467433,-0.0009428845,-0.114211366,0.024291927,-0.0038501527,-0.0010210078,-0.024622109,-0.0222165,0.010306381,-0.05918111,-0.0046972255,0.011493462,-0.065784745,0.036068402,0.043898422,0.012428977,0.035722498,-0.023835963,-0.031084234,-0.036351416,-0.051539768,-0.07496693,0.00068591285,-0.036288522,0.03905576,-0.033835746,-0.026744705,0.0044024205,-0.035282258,0.0042884294,-0.02264102,-0.024700724,-0.0065525314,-0.014040577,-0.018694565,-0.019543603,-0.04481035,-0.055187486,-0.032860924,0.022090718,-0.013671088,-0.021713367,-0.0011045359,0.011249756,-0.06905511,-0.011847228,-0.013050033,0.011359817,-0.0042569833,0.010738761,-0.02119451,-0.008513967,0.036885995,-0.018395828,0.0068984358,-0.00093600573,-0.031996164,0.0455965,-0.04694867,-0.08370888,-0.09559542,0.005558056,-0.030927004,-0.031996164,-0.057231467,0.00735047,0.06528161,-0.035376593,-0.01877318,-0.03996769,-0.031571645,-0.06962114,-0.038206723,-0.008812702,-0.046885777,-0.030675437,-0.07591031,0.0003063515,-0.004650057,0.0018621846,0.02773525,-0.011281203,-0.0038992867,0.021776259,0.048520964,0.0239303,-0.013191539,-0.03169743,0.058709424,-0.03631997,0.003787261,-0.0012519383,0.009378728,-0.004469243,0.03471623,-0.01502326,0.01619462,-0.033112492,0.0012175444,0.016163172,-0.04301794,0.0026748634,0.06289172,-0.012924249,0.037326235,-0.0019152495,-0.026194403,0.017688297,-0.043049384,0.041225523,-0.0108881295,0.027813865,-0.028725794,0.031367246,0.007114626,0.0048859008,-0.012051626,0.049212772,0.0073976386,0.0064739166,0.05933834,-0.009095715,0.029228928,0.040093474,-0.013262291,-0.003508179,0.016068835,-0.001907388,0.0054204804,-0.0165248,0.040250704,-0.0053929654,0.01850589,-0.0033195037,0.02446488,0.055093147,-0.0043316674,0.015872298,-0.037106115,-0.051854223,0.01014129,0.038552627,0.0429236,-0.01175289,0.046351198,-0.007425154,-0.0035101443,-0.049590122,0.026587475,0.0015811372,0.027908202,-0.027405068,0.002087219,0.051099524,-0.03701178,-0.036131293,0.011980873,0.07358331,-0.0022523098,0.010361412,-0.016477631,-0.017987033,-0.02908742,-0.0016381328,0.024637831,0.0017953621,0.028474227,0.009842554,-0.006485709,0.04232613,-0.015998082,-0.0036614775,-0.0127041275,-0.020156797,0.02924465,0.014079885,0.0023210975,0.014260698,0.013348768,-0.016446186,-0.04946434,0.014472958,-0.0083174305,-0.023898855,-0.0015182454,0.0057860385,0.012814188,-0.0025569415,0.024543494,-0.017200885,0.00321927,0.030879835,-0.003234993,-0.06905511,-0.013175815,-0.006910228,0.006485709,0.0399048,-0.00046603748,0.026964827,0.03177604,-0.036351416,0.013616058,0.05370953,0.03155592,0.013120785,-0.046728548,0.003981832,0.057451587,-0.05562773,0.022169333,0.020864328,-0.023521503,-0.0020184312,0.015628593,-0.050722174,-0.012531175,-0.024071807,0.044464447,-0.0005886272,0.016131727,-0.017971309,0.021288848,-0.036823105,-0.018238598,0.0281126,0.008757672,-0.03144586,0.0033941877,-0.053678084,-0.011792198,0.020911498,-0.057923276,-0.024118975,-0.031320076,0.024386264,0.0256441,0.0024685,-0.01443365,0.016697751,0.047609035,0.036634427,0.014850308,-0.0048544547,0.02021969,-0.0057428004,0.03015658,-0.0027161362,0.009614572,-0.05562773,0.004382767,0.01959077,-0.034684785,0.024559217,0.040407933,0.03921299,-0.0042294683,0.04087962,-0.072073914,-0.00012443225,0.03622563,-0.038301058,0.0060297437,-0.018961854,0.027908202,-0.0048308703,-0.008380322,-0.006076913,0.049275663,0.03020375,-0.019276313,0.071319215,0.07402356,0.01373398,0.026383078,-0.04512481,-0.0014415962,0.049055543,0.03139869,-0.006395302,-0.056256644,0.026681812,0.03713756,-0.028835855,-0.010746623,-0.03745202,0.028081154,0.015801545,0.02628874,-0.012350362,0.034527555,0.007421223,0.0043591824,-0.0038874946,-0.03358418,-0.048520964,0.030125136,-0.0015634489,0.018788902,-0.040942512,0.00439849,0.004650057,0.003240889,-0.054590017,0.05569062,0.0011143627,-0.014960368,-0.039527446,-0.032986708,0.009111438,0.05226302,0.028945915,-0.0066036307,-0.0706903,-0.00078516384,-0.038018048,0.0100783985,0.051917117,0.02944905,-0.028175492,-0.023898855,-0.008270262,-0.015589286,0.035753943,-0.017531067,-0.0406595,-0.032735143,0.033552732,-0.03260936,0.020235412,0.010660147,-0.011234034,-0.000026302128,0.04308083,-0.025455425,-0.0214618,-0.019748,-0.024449157,0.00073013356,0.0036929233,-0.04465312,-0.011815783,-0.03770359,-0.019244866,0.0045321346,0.053300735,-0.033489842,-0.042420465,-0.010109845,-0.01630468,0.014040577,0.008828426,0.007967595,0.020848606,-0.03770359,0.020738546,0.007967595,-0.016729198,-0.016854981,0.0025058421,0.041539982,-0.011422709,-0.034621894,0.014134915,-0.017798357,0.009701048,-0.08949492,-0.008930624,-0.028662903,-0.013136509,-0.012452561,-0.004657918,-0.06572185,0.004068308,-0.03449611,0.06245148,-0.0034511832,0.018584505,-0.02779814,-0.028316997,-0.002108838,-0.0032703695,-0.01271199,0.027766695,0.07408645,-0.020424087,-0.018097093,-0.053080615,0.029574832,-0.03503069,-0.011179004,-0.0065643233,0.048646748,0.04999892,-0.01948071,0.062294252,0.037735034,0.011729307,-0.038426843,-0.0036300316,-0.015691485,0.043552518,-0.037106115,-0.0063088257,0.0076570674,0.026917657,0.0013777218,0.01577796,0.015707208,0.028993083,0.0005999281,-0.01003123,-0.04512481,-0.019276313,-0.023159876,-0.010738761,-0.027357899,-0.0379866,-0.051759887,-0.03616274,-0.023301383,0.0042530526,-0.006336341,-0.013671088,-0.0002606567,0.040911064,-0.047451805,0.017751189,-0.006202696,-0.03509358,-0.014740247,-0.020675654,-0.025549762,0.029213205,0.026052896,0.015117598,-0.019622218,0.02826983,-0.009473066,-0.023112709,-0.02232656,0.03026664,0.013553166,-0.010046952,0.06358353,-0.031037064,0.032923818,0.009001378,-0.021210233,-0.033458397,0.020612761,0.025172412,0.0121459635,-0.0044771046,-0.008002971,0.041162632,0.015683623,0.041539982,0.02424476,-0.005251459,-0.00584893,0.033521287,-0.024716446,-0.019134806,-0.017939864,-0.042986494,0.045250595,0.0019407992,-0.061570995,0.026477415,-0.013820456,0.0062695188,-0.035376593,-0.039024312,-0.0071224873,0.030439593,-0.024181867,0.021414632,-0.032923818,0.0020832883,0.01314437,0.037357684,-0.025817052,0.0062970337,-0.038835637,-0.014402204,-0.032892372,-0.010259212,0.019213421,-0.027184946,-0.020565594,0.01282205,-0.0047601173,-0.024323374,-0.023049816,-0.0239303,-0.017829804,-0.01180792,-0.012185271,0.007983318,0.036351416,-0.012806327,0.007098903,0.0010976571,-0.008545413,-0.027043441,0.00091880874,0.008030487,0.0048701777,0.0072679245,0.03760925,-0.03481057,0.014072022,-0.051885672,0.027389346,0.058143396,0.011061082,-0.0027613398,-0.0016400982,-0.010848822,-0.026540307,0.004335598,-0.00783788,0.05927545,0.008183786,0.008734087,0.038395397,-0.04147709,-0.025235303,0.010046952,0.0039661094,-0.03282948,0.014009131,0.027184946,-0.016540524,-0.03187038,-0.00058174843,-0.021839151,0.006234142,0.023914577,-0.010212043,-0.009347282,-0.00024382825,-0.006399233,0.0562252,-0.006442471,0.03062827,-0.01883607,-0.035313703,-0.024779338,0.0009453412,0.0030974173,-0.045470715,-0.0068473364,-0.013505997,-0.023002647,-0.023678733,0.011721444,-0.006662592,0.020644208,0.0012116483,-0.016163172,-0.04286071,0.043521073,0.020691376,-0.006674384,-0.02097439,-0.01614745,0.0019407992,-0.033898637,0.020942943,0.026414523,-0.02929182,0.022735357,-0.039999135,0.0047247405,-0.024826508,-0.011414847,0.046539873,-0.011045359,0.022043549,-0.036948886,-0.01126548,0.018678842,-0.011556354,-0.017043658,-0.02424476,-0.052451696,-0.00563274,0.011281203,0.02532964,-0.076853685,-0.020424087,-0.015856575,0.006980981,-0.002328959,-0.0045046196,-0.056948453,-0.03729479,0.022389453,0.021336017,0.019103361,-0.033898637,-0.0070045656,-0.013616058,0.021320295,0.005129606,0.024181867,0.005766385,-0.041099742,0.011745029,-0.013663227,-0.0074408767,0.01282205,0.005884307,-0.0049173464,-0.016178895,-0.030974174,-0.009197914,0.025078075,-0.02404036,0.0065446696,-0.010392857,0.017578237,0.013678949,-0.019417819,-0.017987033,0.03556527,-0.054212663,0.023694456,-0.04701156,-0.031257186,-0.014928923,0.029417602,0.025832774,0.044401556,0.03127291,-0.03084839,-0.012468284,0.03767214,0.008482521,0.010235628,0.000654467,0.01743673,-0.019873785,0.029779231,0.023490058,0.03166598,-0.0020636346,0.029055975,0.0022817904,0.026540307,0.0045635807,0.027625188,0.016540524,0.024936568,0.012995002,0.023946023,0.035062134,-0.0018169811,0.03660298,0.02521958,-0.004029001,-0.009551681,-0.0034295642,0.009543818,0.012028042,-0.028788686,-0.0011831506,-0.009661741,0.009378728,0.0018228772,-0.0035808973,0.0025058421,0.00050190545,0.016556246,0.0010681766,-0.034307435,0.023694456,-0.018961854,-0.039841905,-0.020376919,-0.036634427,-0.0067687216,0.011917981,-0.01014129,0.029606279,-0.0053300736,0.016068835,-0.06754571,-0.021556137,0.041351307,-0.0125390375,-0.016367571,-0.007472323,0.0239303,0.00858472,-0.019276313,-0.029936459,0.038552627,-0.02032975,0.0029637725,-0.01180792,0.03212195,-0.017735466,-0.010164875,-0.021587584,0.021964934,0.012476145,0.0011271376,-0.0107309,-0.011713583,0.0032959194,0.019669386,-0.00039577563,0.01378901,0.034559,-0.007987249,-0.01513332,-0.0039150096,-0.011737168,-0.014425789,0.02795537,-0.0004255018,0.034087315,-0.033930086,0.017987033,0.012916387,-0.045030475,0.015164766,-0.01346669,0.011650692,-0.01599022,0.010510779,0.015754376,-0.0022758942,0.009142884,0.023725903,0.018065646,-0.0057978304,0.00076993223,-0.024716446,0.0021265263,0.0010868476,0.0038757024,-0.029040253,-0.042137455,0.02532964,-0.029496217,-0.022735357,0.03342695,0.03525081,-0.006033675,0.023725903,0.024968013,-0.00030291209,0.038238168,-0.03493635,0.012028042,0.0068001673,-0.0052986275,-0.005180706,-0.00917433,0.033835746,-0.0022247946,0.022672465,0.0064581935,0.008490383,-0.014787416,0.045156255,-0.010322104,-0.00885201,0.012366085,-0.02666609,0.0075548682,-0.022090718,-0.0035808973,-0.00027072922,0.016084557,0.0451877,-0.024449157,-0.00061024626,0.0036241354,-0.019685108,-0.006819821,-0.0006525016,-0.010982467,0.007947941,-0.023741625,-0.02366301,0.010432164,-0.010738761,-0.013364491,-0.010314242,-0.000070507514,0.0019181975,-0.0054362034,0.0054165497,0.0029893222,0.0066665225,0.0141034685,-0.026618922,-0.020675654,-0.004634334,0.024983736,-0.006363856,-0.016013805,0.020644208,-0.012004457,0.012680544,0.013348768,-0.0022994785,-0.0039228713,0.009197914,-0.011933704,0.008804841,-0.008789118,0.032892372,0.0034492179,0.016650584,0.048458073,0.012617651,0.013671088,0.014685217,0.0076767206,0.015565701,-0.0029539457,-0.029166035,0.008341014,0.00022957935,-0.0036929233,-0.013498136,0.008482521,0.016807813,-0.01464591,-0.0081208935,0.008105171,-0.035722498,0.0088205645,0.0044967583,0.0062655876,-0.010314242,0.01888324,-0.006965258,0.06260871,-0.014999676,-0.00724434,-0.014072022,-0.0010966744,0.044433,0.011721444,0.004441728,-0.0062262807,0.0009222481,-0.022074994,-0.0058921683,-0.0057585235,0.032106224,-0.028993083,-0.032735143,0.017295223,0.02682332,0.015785823,0.00057388697,0.024559217,-0.013781149,0.025675546,-0.021886319,0.019150529,0.002865504,-0.0012185271,0.0067726523,-0.0065603927,0.026854765,0.01759396,-0.0034275989,-0.013270154,-0.0021284916,-0.02135174,-0.007963664,-0.003740092,-0.019983845,0.0003633471,-0.009512373,0.012106656,0.013631781,-0.0027750973,-0.046508428,-0.00014101503,-0.041571427,0.0019614357,0.024747893,-0.005031338,-0.012460423,0.014237113,-0.0022188986,0.0043434594,-0.025471147,0.025298195,0.0054322723,-0.013647504,0.021115895,-0.014441512,-0.05543905,0.002372197,-0.004693295,0.0015221762,-0.0007227635,-0.047074456,-0.02119451,-0.032923818,-0.027609466,-0.0025687339,-0.041508537,0.011737168,-0.028710071,-0.021147342,-0.026917657,0.01861595,0.015353441,0.034590445,-0.0105815325,-0.0077435435,0.014134915,-0.013969824,-0.003972005,-0.008576859,0.0049763075,0.0075352145,-0.007114626,0.04223179,-0.015809407,-0.03814383,0.006591839,-0.0051413984,0.002189418,0.010699454,-0.00041592066,-0.029197482,-0.004807286,0.03424454,0.045848064,0.010204182,-0.007421223,0.003873737,0.010628701,-0.026005726,-0.011131835,-0.011351956,-0.023788793,0.008254538,0.013529582,-0.04179155,0.0041980227,0.00863975,-0.0043120137,0.0074330154,-0.012507591,0.022562405,-0.01529055,-0.008215231,-0.010597255,0.019983845,-0.003861945,-0.00214618,-0.022043549,-0.0023328897,-0.018238598,0.012318916,-0.019166252,0.007228617,-0.007558799,-0.007900773,0.01046361,0.030565377,0.004276637,-0.00050092273,-0.009535957,0.0067529986,0.005660255,0.04481035,-0.009866139,0.02279825,0.0055069565,-0.004571442,0.0006407094,-0.0035396246,0.020659931,0.0036732696,0.014960368,0.0018543231,-0.00016840732,0.0059629213,0.02671326,0.0057506617,0.022625297,-0.026257293,0.010101983,-0.0020675655,-0.05562773,0.010392857,0.021917766,-0.0017020073,0.014771693,-0.011430571,-0.015817268,0.0021363532,-0.010801653,0.0020076218,-0.0017796392,-0.0049881,-0.0034099105,0.046728548,-0.009999784,-0.0034099105,-0.0010976571,-0.0054047573,0.001116328,0.028144045,0.023883132,-0.02677615,0.017200885,0.00015980884,-0.04286071,0.013089339,-0.023002647,0.024386264,-0.022546683,-0.031099956,0.008081586,0.009535957,0.021587584,0.023379998,-0.012688405,-0.0003245311,0.008726226,-0.014520126,-0.0108330995,-0.005982575,0.08528118,-0.014983953,0.031147126,-0.0071067647,-0.017075103,-0.009009239,-0.0038069144,-0.009363005,-0.016383294,-0.027609466,-0.001255869,0.0222165,-0.011359817,0.009363005,-0.024653556,-0.024810784,-0.0006063155,0.008954209,0.024024637,-0.01185509,-0.0056641856,0.03411876,0.016713476,-0.013946239,-0.04512481,-0.003396153,0.01904047,0.009315836,0.011454155,0.002822266,0.0025412187,-0.019417819,0.009850416,0.020880051,0.0018818382,0.0082624,-0.040628053,-0.012428977,0.009551681,-0.016351847,0.0015575528,0.0017177302,-0.002397747,-0.003213374,-0.007759266,0.013167954,-0.0016253579,-0.0002532866,-0.024968013,-0.030596823,-0.033992976,0.006088705,0.028081154,0.009559542,0.009787524,-0.016650584,0.00014998202,0.03004652,-0.01630468,-0.024983736,-0.0044377972,0.0611622,-0.036823105,0.0143550355,-0.00040240874,-0.031320076,-0.016509077,-0.026839042,0.019024746,0.0012362155,-0.03282948,0.0022876863,0.01770402,-0.013639642,0.0003859488,0.00407617,0.0054165497,-0.0050038225,0.0005517766,-0.031320076,-0.007291509,0.0014956438,-0.02624157,-0.0065761157,-0.016116004,0.0045085503,-0.005660255,0.02784531,-0.017468175,0.0018946131,-0.030596823,-0.02290831,0.07308018,0.028316997,0.002729894,0.006572185,-0.024449157,-0.013128647,-0.017389562,-0.011006052,-0.008844148,0.00595506,-0.015180489,0.0044377972,0.0020793576,-0.01990523,-0.042955045,-0.00047242493,0.044558786,0.014425789,-0.0070949723,0.024229037,-0.0146616325,0.0015791719,0.033898637,-0.0037577804,0.0005296662,-0.006642938,-0.009921169,-0.035282258,0.02635163,0.024103252,0.0070635267,0.0022051411,0.015321996,-0.022043549,0.018395828,-0.04811217,0.028741516,-0.011595661,-0.01051864,0.025706992,0.041351307,-0.017452452,-0.019276313,0.04738891,-0.02339572,-0.026304463,0.007767128,0.036131293,-0.05927545,-0.01625751,-0.013388075,-0.006690107,-0.008521829,-0.01690215,0.004441728,-0.002490119,-0.014394343,0.02092722,0.02172909,0.0063756485,0.009811109,0.044338666,-0.0077710585,-0.017232332,0.025518317,0.028065432,-0.018647395,0.00938659,-0.0015821198,-0.023175599,-0.018867517,-0.012263886,0.021225955,-0.018710287,-0.0009369884,-0.0026925518,0.007452669,0.021697644,-0.009936892,-0.0074919765,-0.022609575,0.010172736,-0.016461909,-0.0064739166,0.012043765,-0.0011988735,-0.042357575,-0.008183786,-0.016477631,-0.022153609,0.010510779,0.0052868356,0.01523552,0.009921169,0.011619246,-0.003718473,-0.0017727604,0.0103299655,-0.016351847,-0.007963664,-0.02253096,-0.013317322,0.0214618,-0.006937743,-0.006583977,-0.034904905,0.007366193,0.043521073,-0.013749703,0.02301837,-0.016477631,-0.014598741,0.013812594,-0.01116328,0.0026689675,-0.029779231,0.017971309,0.017719742,0.006878782,-0.0141584985,-0.0074015697,0.0056209476,-0.0039248364,-0.014795277,0.014394343,0.033332612,0.040093474,-0.0073858467,0.06855198,-0.01437862,0.0130972015,-0.024889398,0.00026139372,0.035282258,0.04185444,-0.01948071,-0.016666306,-0.0008991551,-0.0065761157,-0.027027717,0.008191647,0.0014121156,-0.01282205,0.035911173,-0.032766588,-0.009339421,0.013726118,-0.0040879617,0.00039282758,-0.014520126,0.013671088,0.016556246,0.009787524,0.014213529,0.01904047,0.014276421,-0.020141074,-0.0045596496,0.010447888,0.047986384,-0.05065928,-0.017939864,0.0037381267,0.0056366706,0.015046844,-0.01856878,-0.016870704,-0.002521565,-0.00049920304,0.030077966,0.05301772,-0.031948995,0.009127161,-0.012083072,0.016650584,-0.010455749,-0.012193132,-0.014189945,0.0020616692,-0.028175492,-0.003765642,-0.013152231,-0.011650692,0.009095715,-0.0014337348,0.038238168,-0.00057978305,-0.029213205,-0.041005403,0.015086152,-0.016949318,-0.04317517,0.005381173,0.008977793,-0.0189933,-0.0021717297,-0.0019250764,0.0107309,0.006591839,0.039496,0.010668009,0.028285552,-0.0095752645,0.016446186,0.03754636,-0.005459788,0.022719635,-0.015636455,-0.0064739166,0.0041822996,0.01619462,-0.01153277,0.018364383,0.020078182,-0.006619354,0.030345256,-0.010715177,-0.013050033,0.03100562,-0.011572077,0.0006402181,-0.012939972,0.03004652,-0.02097439,0.00558164,0.017955586,-0.0037322307,0.00928439,0.03386719,0.0020695308,0.02897736,0.0027456167,0.0068158903,0.007826089,-0.011006052,0.005349727,0.013631781,-0.01389907,0.011336233,0.0029205342,0.040093474,-0.0222165,0.0063520637,-0.008128755,0.008726226,-0.023678733,-0.042200346,-0.01872601,-0.030077966,0.03031381,0.015266965,-0.028694348,-0.0014239079,0.020628484,-0.017200885,0.027609466,0.01523552,-0.0064031635,-0.00088785426,0.047671925,0.033332612,0.0017629336,-0.016446186,0.007912565,0.03245213,0.0008922763,0.004634334,-0.013647504,-0.023301383,-0.0077710585,-0.048866868,0.025612654,-0.02259385,0.019087637,-0.013592473,-0.0014936784,-0.00461468,-0.046225417,-0.0064581935,-0.02955911,0.05122531,0.015015399,-0.02259385,-0.037955154,-0.033364058,0.026996272,0.001290263,-0.0379866,0.021053003,-0.0107309,0.032766588,0.02161903,0.05333218,-0.014575156,-0.0040879617,-0.012625514,0.011800059],"social":"https://twitter.com/jai_mansukhanii"},{"title":"postergpt","description":"make custom anime posters in 30 seconds","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=iLTFQ5KDnao","youtube_transcript":"Hey, guys. I'm Adi. And I'm building post to GPT. It helps you make custom anime and superhero posters in thirty seconds. Let me show you how it works. Once you're on the website, you choose your favorite superhero, your favorite vibe and your favorite color. Then you click on create poster and wait for the magic to happen. Then you head over to your inbox and check four cool versions of the poster that you've got. You can reply with the one you like and we'll ship you the poster. Here's the progress I made on Bill Spade. Built a We won, showed it to the streets in Bangalore, spoke to all the users and sold some posters. Marketing, I started tweeting about the cool posters users were making and got more than thirty k impressions in two weeks. We hit one hundred users and twenty dollars in revenue until now. What's next? Now I'm working on making this a store where people can buy AI merchandise like cats, hoodies, t shirts, and posters, marketing on Instagram and ready to get thousand users in three weeks and talking to VCs and angels, to get the startup funded.","embedding":[0.0014482479,0.005872193,-0.023624545,0.026913274,-0.021934923,-0.05231796,-0.020547017,0.04761115,0.00020719563,0.009142065,0.023413341,-0.049662836,-0.05183521,-0.045106888,0.0070187226,-0.033701938,-0.036447573,-0.046313763,-0.03750359,0.009096808,0.036839806,0.030413207,-0.008244453,0.037262212,0.0067811194,0.030594237,-0.0073128976,0.009323096,0.016036328,-0.009345725,-0.018600935,-0.01695657,-0.018088013,0.010552598,-0.024107294,-0.03177094,-0.003720564,0.00984356,-0.0013907329,0.024982277,-0.0023194596,-0.02394135,0.049149916,0.0019149685,-0.023835747,0.010394196,-0.013170005,0.020486673,0.0020441415,0.015704438,-0.04233108,0.018389732,-0.0047520637,0.058895417,-0.010590313,-0.019294886,-0.03128819,0.018525505,-0.015334833,0.0061927685,0.0096927015,0.0052423556,0.044744827,-0.02353403,-0.046404276,-0.004193885,-0.06109796,0.0078371335,-0.008614058,-0.008221825,0.050749023,0.010492255,0.0024194038,-0.03321919,-0.025585713,-0.002721122,-0.021663375,0.06043418,0.021029767,-0.029689083,-0.040490597,0.02353403,-0.022870248,0.008463199,-0.066015966,-0.03373211,-0.019144027,-0.011555811,-0.09896361,-0.011940503,0.0074826144,0.044774998,-0.037956163,0.045710325,0.025812002,0.046374105,-0.018661277,0.018314302,0.06999865,0.02873867,0.05581789,0.034878638,-0.0019592834,-0.010952375,0.010401739,0.010107564,0.013102118,0.023699975,0.021934923,0.0004707277,-0.13758355,0.028195577,0.027697742,0.018540591,-0.014987858,-0.030277433,0.06728318,-0.0046012043,0.0004042554,-0.06305913,-0.045770667,0.045740496,0.03874063,0.017228115,0.0032547864,-0.011834901,-0.05811095,-0.06275741,-0.01746949,-0.020788392,0.004963266,0.0051782406,0.06692112,-0.041606955,-0.04329658,-0.023745231,-0.039404415,0.004442802,-0.02807489,0.0159609,0.0074524423,-0.03306833,-0.019144027,-0.017484577,-0.017710865,-0.045046546,-0.016262617,-0.00844057,-0.03937424,-0.004092055,-0.00022369585,0.0246353,-0.024092209,-0.021512516,0.0050990395,0.026641728,0.01527449,0.028029632,-0.030322691,-0.007927649,-0.028527467,-0.0024458042,0.009292924,-0.016519079,-0.03409417,0.024831418,0.03837857,-0.06625734,-0.05352483,-0.008832804,-0.0057741343,-0.047641322,-0.012664626,-0.021331485,0.048154242,-0.0288141,0.0036903922,-0.031589907,0.0023722602,-0.06378325,-0.021452172,0.015749697,-0.041214723,-0.028195577,-0.07168827,-0.016428562,0.00543093,-0.006370028,0.02134657,-0.008614058,0.03397348,0.022900421,-0.03340022,0.020516846,0.032676093,-0.03361142,0.07072277,-0.0061135674,0.0011889588,0.03807685,0.031740766,0.016971655,-0.027546883,0.03653809,-0.0014501336,-0.007987993,0.012400623,-0.011208836,0.017001828,-0.036507916,0.11024787,-0.042874172,-0.02109011,-0.017409148,-0.03379245,-0.06486944,-0.043055203,0.07446408,-0.007920106,0.031318363,-0.049693007,0.043930188,-0.010620485,0.001237988,0.022689218,0.053585175,0.0010682715,-0.020969423,0.014603167,0.005645904,-0.02105994,-0.022523273,0.007716446,-0.040611286,-0.010892032,-0.03128819,0.045197405,-0.03225369,-0.006056995,0.0008646116,0.04824476,0.015644096,0.046404276,-0.0013021032,-0.014806827,-0.007942735,-0.051292114,-0.01445985,0.009519213,0.0160665,0.061188474,-0.0028172948,-0.008289711,0.03904235,0.029915372,-0.020079354,-0.010431911,0.023217225,0.0027248936,-0.03373211,0.005479959,0.050507646,-0.027456367,0.0072638686,0.008802632,0.08013639,-0.029025303,0.016277703,-0.002149743,-0.013366122,0.008727202,-0.0060532237,0.0009617272,0.015191518,0.007173353,0.0031435278,0.00838777,0.03768462,-0.032857124,0.008025708,0.01647382,0.0007260097,0.016428562,0.005642133,-0.03883115,0.022478014,0.0385596,-0.024680559,-0.057356652,0.010167907,0.04444311,-0.009096808,-0.02050176,-0.01673028,-0.00016724152,0.0037186784,0.031861454,0.009813389,-0.017424233,-0.008500914,0.005717562,-0.07235205,-0.008297253,0.0036319343,-0.017499663,0.017952241,0.0029511824,0.02389609,0.024891762,-0.008342512,0.010522426,-0.02386592,0.022040524,-0.02231207,-0.0031076986,0.038800977,0.055365313,-0.008470742,-0.020547017,-0.038107023,-0.036598433,0.0066264886,0.0052423556,0.008636687,-0.023232311,-0.047188744,0.011397409,-0.011427581,0.03077527,0.0005878793,0.0478827,-0.047188744,-0.04148627,-0.0049406374,0.012076275,0.009820932,0.0004499846,-0.001013585,0.03638723,0.000276968,-0.035391558,-0.060373835,-0.022885334,-0.010348938,0.030126574,0.015870383,0.008138851,-0.005525217,0.016715195,-0.012460967,0.0044503454,0.0469172,0.051111083,-0.03430537,0.029010216,-0.0075391866,0.019294886,-0.00032128286,-0.031046815,-0.01902334,-0.015463064,0.04610256,0.0018055956,-0.013848871,-0.026174065,-0.0033547306,-0.08182601,-0.0058533354,0.04661548,-0.019988839,0.033370048,0.02866324,0.010069849,-0.0013624468,0.007739075,-0.01433162,0.022990936,0.006551059,-0.0036357057,0.02001901,0.045619812,0.022478014,0.014761569,-0.022628874,0.020411244,0.03741307,0.022478014,-0.024544785,-0.02766757,0.010265966,0.04821459,-0.060645383,-0.024016779,0.061972942,-0.030277433,-0.005811849,0.04794304,-0.0010729858,-0.031831283,0.027954202,-0.0071922103,-0.030232176,-0.035874307,-0.022357328,-0.0134415515,0.045559466,-0.007048894,0.017439319,0.030156747,-0.01695657,-0.0047218916,-0.055244625,0.04347761,-0.00810868,-0.030986471,0.027758086,0.025495198,-0.016247531,0.016639765,0.04344744,-0.0058684214,-0.058895417,0.0006958379,0.0006637803,-0.033822622,0.014867171,0.028678326,-0.015387635,-0.027049048,-0.030352863,0.03047355,-0.025465026,0.030564066,-0.019385403,-0.0416673,0.01636822,0.008040793,0.050326616,0.03088087,0.02884427,-0.041214723,0.0075618154,-0.019551348,-0.020335814,-0.048003387,-0.033370048,0.006826377,-0.006667975,-0.04679651,-0.056240294,-0.002736208,-0.05349466,-0.025691316,0.040219054,-0.042361252,0.006238026,0.0044842884,0.002070542,0.0109976325,-0.01891774,0.012098905,0.005902365,-0.06788662,0.027214993,0.008161481,-0.001338875,-0.040882833,0.027863687,0.0385596,-0.015372548,-0.012581654,-0.014867171,0.014603167,0.03113733,-0.025012448,-0.014399507,0.018857395,-0.016277703,-0.03656826,-0.0041109123,0.02205561,-0.007275183,-0.0025664915,-0.019385403,-0.0088478895,0.035361387,-0.044986203,-0.016579421,-0.02134657,-0.028210662,0.0057100193,0.04199919,0.02652104,-0.018419903,-0.018299216,-0.05123177,-0.0019724835,-0.05183521,0.0018640535,0.012566568,0.03162008,-0.0005850507,-0.010793973,0.055636857,0.0245297,-0.009526756,0.028361522,0.008546172,0.005951394,0.050990395,-0.05696442,0.014648424,-0.017152686,-0.03258558,-0.04411122,0.0026230637,-0.015644096,0.084420785,0.025208566,-0.023549115,0.0014171333,0.029492965,0.0033905597,-0.025495198,0.0057024765,0.0018282244,-0.047641322,-0.041606955,-0.05268002,-0.023187052,-0.021120282,-0.028346436,0.005981566,-0.0001872775,-0.03889149,0.004944409,-0.017967327,-0.020848736,-0.05201624,-0.016941484,0.005589332,0.009111893,0.04329658,-0.01466351,-0.032193344,-0.000112142574,0.0059174504,-0.030488636,-0.009149608,0.02172372,0.057718717,-0.004125998,0.05123177,-0.023428427,0.015372548,0.025344338,-0.0021459716,-0.0038205083,0.057748888,0.02478616,0.007957821,-0.020139698,0.020773306,0.015704438,0.042361252,0.048033558,-0.010416825,0.01843499,-0.008870519,0.008862976,-0.027727913,0.01629279,-0.004009082,-0.010688372,0.03702084,0.012385537,-0.019491004,-0.031982142,-0.024921933,0.00235906,-0.04872751,0.03376228,0.008712117,0.019008255,0.008629144,0.010673285,-0.0031548422,0.035331216,0.02922142,0.034969155,-0.021286227,-0.030684752,0.0074599856,0.0047105774,0.0023364313,0.0066000884,-0.020215128,-0.0042957147,-0.009745502,-0.018857395,-0.017846638,-0.011208836,-0.037322555,-0.0060758526,-0.010748715,-0.005811849,-0.008380227,0.014580538,0.020335814,-0.00001378947,0.015855297,-0.005000981,-0.024574958,-0.015334833,-0.015629008,0.0069018067,-0.015440435,0.017499663,0.026219321,0.011450211,-0.0017490234,-0.0160665,0.0033679307,0.037111353,0.008795089,0.014708769,0.017092343,0.00034556177,-0.01851042,-0.0037356499,0.027230078,0.013879043,0.03258558,0.012302564,-0.007644788,0.0030077545,0.013290692,0.014859627,0.015900556,-0.032223515,-0.024937019,-0.018208701,-0.006879178,-0.012694798,0.0090741785,0.0026588927,0.0092702955,0.0469172,0.0039487383,-0.009443783,-0.0075618154,0.007829591,0.03162008,0.0015481921,-0.009949162,0.020562103,0.001998884,-0.027064133,-0.022870248,0.023579286,-0.008214281,0.031258017,-0.009828474,0.01473894,-0.006407743,-0.0032208432,-0.009707787,0.02907056,0.008998749,0.007754161,-0.017077258,0.035813965,-0.020365987,-0.044563796,-0.011404953,0.016926399,-0.040339738,-0.06127899,0.027878772,0.020697877,-0.010213166,0.026324924,-0.025812002,0.0007340241,0.019340144,0.015538493,0.001136158,-0.0002498605,-0.00036276915,-0.038469087,-0.0022628873,0.020743135,-0.0069018067,0.01891774,0.015191518,-0.041878503,-0.04863699,0.014671054,-0.0050424673,-0.05693425,-0.034546748,0.02670207,-0.014346706,0.004978352,-0.004582347,0.011450211,-0.00798045,0.034969155,0.017710865,0.022478014,0.00035051184,0.008199195,-0.026219321,0.034788124,0.011495468,0.04939129,0.025842175,-0.007565587,0.008508457,-0.001765995,-0.02116554,0.0043900018,-0.004914237,-0.008417941,-0.0050424673,-0.036930323,-0.010545055,0.020184956,-0.025193479,-0.0015547923,0.015613923,0.028617984,0.013675383,-0.0036979353,0.005977794,0.013177548,-0.023081452,0.004574804,-0.02264396,-0.002606092,-0.0085537145,0.010356481,-0.034184687,0.032555405,0.022809906,-0.008576343,-0.0007396813,0.020471588,-0.009541842,-0.029357193,-0.0024005463,0.016081586,-0.027169734,0.010371568,-0.019128941,0.039736304,0.0047482923,-0.008025708,-0.055214453,0.03195197,0.03210283,0.01950609,0.008893147,0.03967596,0.005080182,0.005155612,0.031559736,0.03889149,-0.007520329,-0.00362062,0.047158573,-0.016866054,0.01983798,-0.027139563,0.014007273,0.0025759202,-0.011065519,0.009903904,-0.023518942,0.0062945983,-0.018631106,0.03493898,-0.014520194,-0.0149727715,-0.0008245396,-0.049662836,0.022523273,0.010952375,-0.0066415747,-0.010816602,-0.048486136,-0.0021157998,-0.0028191805,-0.005940079,0.00068546634,0.0333097,-0.0044918316,-0.055576514,-0.018751794,0.040430255,0.017122515,-0.020924166,-0.015221689,0.0609471,0.012762685,0.012430795,0.015704438,0.020139698,-0.040520772,-0.020682791,-0.014957686,0.017741038,0.002221401,-0.0010965575,-0.06139968,-0.026174065,-0.008161481,-0.03623637,-0.02371506,-0.01621736,0.013064403,-0.023413341,-0.03412434,-0.0025363197,0.049119744,0.0017820238,-0.0045710327,-0.012966345,-0.031861454,-0.021768976,-0.014889799,-0.01884231,0.049210258,-0.02116554,0.035934653,0.080739826,0.001520849,0.0062229405,-0.0128230285,-0.044382766,-0.018902652,0.01111832,-0.005479959,0.015176431,0.022583617,-0.016413476,0.027139563,-0.016081586,0.004205199,-0.025962861,0.011005176,0.029855028,-0.020169869,-0.036809634,-0.042059533,-0.0061814543,0.007501472,0.0079351915,0.0017829667,0.015010486,-0.04332675,0.019853065,0.014867171,-0.009406068,0.010892032,-0.030926129,-0.022900421,0.025827087,0.024409013,0.03837857,-0.018027669,0.01869145,-0.03702084,-0.00057656487,0.01884231,-0.009225038,0.012249764,0.042059533,-0.00028804672,-0.002323231,-0.012098905,0.01869145,0.025615886,-0.007659874,-0.017725952,0.003366045,0.012430795,0.01721303,-0.027652483,-0.01547815,-0.025178393,0.0064454577,-0.0033566162,0.0066340314,0.021844406,0.042029362,-0.0009834132,0.01639839,0.034184687,-0.03110716,0.006811291,-0.01943066,-0.0036394773,0.028029632,-0.0383484,-0.018088013,-0.010318766,0.010311224,-0.026294751,0.02955331,0.012415709,0.0135396095,0.028346436,-0.0059325364,-0.003113356,0.0036639918,-0.024092209,0.022538358,-0.007045123,0.009911447,0.007920106,-0.021738805,0.0037752504,0.0049708094,-0.029583482,0.010975004,-0.07030037,0.021512516,0.028044717,0.021286227,0.013396294,0.022432758,-0.014723854,-0.0044239447,-0.011691585,-0.024982277,0.012038561,0.0070828376,-0.0074599856,-0.036085512,-0.002975697,0.009142065,-0.018057842,-0.0040731975,-0.009632357,-0.028874444,0.03801651,0.0016226788,0.029311934,-0.00049029227,0.030730011,0.012596739,0.022598702,-0.0235642,0.021633204,-0.035150185,0.0068452344,0.024469355,0.031891625,-0.0038921663,-0.00971533,-0.009737959,-0.017258288,-0.020154784,-0.005615732,0.020109527,-0.050899882,-0.045589637,-0.009602185,0.045046546,-0.015598837,0.07036071,-0.02190475,0.015432892,0.013743269,0.009504127,0.03807685,-0.030367948,0.0159609,0.03128819,0.0017405376,-0.0015359349,-0.00298324,0.003975139,-0.0064002,0.002692836,-0.02822575,-0.010801516,-0.036055338,-0.0033113586,0.003452789,-0.008614058,0.031378705,0.019189285,0.013637668,0.0007019665,-0.049210258,-0.008304797,-0.032857124,-0.003822394,-0.012498681,-0.024665473,0.011955588,-0.027486539,0.022990936,-0.039977677,0.012596739,-0.017394062,-0.014754026,0.03789582,0.016745366,-0.018932825,0.023156881,0.018646192,0.024077121,-0.04377933,-0.050085243,-0.006030595,-0.012996517,-0.029794684,-0.0045559467,-0.0050877254,-0.008787546,-0.021452172,-0.015945813,-0.023217225,0.015855297,-0.020562103,0.038770806,-0.015659181,0.023579286,0.00045870614,-0.031559736,-0.011344609,0.014195847,0.029508052,-0.015689353,-0.011563355,0.016126845,0.0054837307,-0.008923319,-0.0071205525,-0.031258017,0.02397152,-0.021150455,0.0059740227,-0.019566434,0.008350055,0.017499663,0.021256056,0.0309563,-0.018781966,-0.0056232754,-0.007256326,0.0019517404,-0.019475918,0.012996517,-0.023247397,-0.03343039,0.033822622,-0.031348534,0.01983798,-0.0006444515,0.005887279,-0.008244453,0.0064416863,0.058895417,-0.007591987,-0.0100849345,-0.0074184993,-0.019415574,0.02090908,-0.0021176855,-0.0289197,0.0074977004,0.00028215378,0.013351035,-0.05732648,-0.0007896534,-0.040581115,-0.0038261656,0.012762685,0.0110956915,-0.049300775,-0.032706264,0.0066868323,0.029689083,0.011299351,-0.025977947,-0.006136196,0.028904615,-0.0017546806,-0.015975986,0.007607073,0.0011663298,-0.02113537,-0.007746618,0.028497295,0.012098905,0.030503722,-0.035391558,0.024680559,-0.001955512,0.0003714907,-0.02172372,0.0093683535,0.0040581115,-0.012785314,0.013524524,-0.0021629431,0.01333595,0.021210797,-0.009632357,0.010876945,0.007791876,-0.014655967,0.00064398005,-0.01946083,-0.02223664,-0.00736947,0.01961169,-0.007275183,-0.008169023,0.011404953,0.03394331,0.03343039,0.0049066944,0.017514748,0.0004108555,0.0308507,0.007920106,-0.03904235,-0.0101829935,-0.021195712,0.0005096211,0.012295022,-0.026023205,0.00017230945,-0.004654005,-0.01909877,0.018525505,-0.018072927,0.020682791,-0.016428562,-0.00072082394,-0.022659047,0.014595624,0.097394675,-0.016232446,0.02083365,-0.0013784756,0.045770667,0.010039677,-0.0036394773,-0.0046351478,-0.02182932,-0.028874444,-0.00019870981,-0.041938845,-0.0057929917,-0.0041109123,0.029492965,-0.020878907,-0.012740056,-0.009323096,-0.0059476225,-0.04260263,0.011880158,0.03088087,0.017680693,0.00064303714,0.0062983697,0.021799149,0.0043749157,0.0088478895,-0.007527872,0.023654716,0.0076485593,0.007048894,-0.021633204,0.0245297,0.035874307,0.017922068,-0.04368881,-0.033158842,-0.02075822,-0.0046162903,0.009526756,0.010062306,0.019309973,-0.017876811,-0.011842445,0.025480112,0.018163443,0.006841463,-0.01004722,-0.06420566,-0.009096808,0.014180761,0.0049972096,0.0106582,0.02105994,-0.012664626,-0.007972906,0.026883103,-0.007622159,0.029115818,-0.0028851815,0.0061776824,-0.022855163,0.01662468,-0.012159248,0.013615039,-0.010688372,-0.025917605,0.010824145,-0.0019366544,-0.024243068,-0.0022647732,0.020516846,-0.016172102,0.005875964,-0.0026475783,-0.011171121,0.02634001,0.017922068,0.04727926,0.021889664,-0.017107429,0.020728048,0.024212895,-0.029598568,0.033189014,0.00044456308,0.0078069614,-0.019521175,0.021919835,0.020924166,-0.018299216,0.014173218,0.014044988,-0.020169869,0.0048312647,-0.04227074,0.018208701,0.021120282,0.014927514,0.01555358,0.0036300486,-0.017891897,-0.013071946,-0.010545055,-0.00043466294,-0.03312867,0.04465431,0.025751658,-0.036990665,-0.011035347,-0.005212184,0.01206119,-0.007950278,0.015463064,-0.0005977794,0.019294886,0.008576343,0.009134523,-0.022387499,0.0075391866,0.022945678,0.0025608342,0.017032,0.03804668,0.032555405,0.014301448,-0.05201624,0.021271141,-0.0036753062,-0.0050500105,0.020637533,0.020456502,0.00031421136,0.0058571068,0.019159114,0.0015133059,-0.006592545,0.0006420943,0.019883238,-0.020200042,-0.0073958705,0.017695779,-0.05153349,0.002113914,-0.00471812,-0.0036602204,0.014557909,-0.016639765,0.018238872,-0.01346418,0.0086517725,0.029930457,-0.0016783081,0.0069319783,-0.040701803,0.018042756,-0.012234678,-0.024559872,-0.02134657,-0.04163713,-0.024062036,-0.026505955,-0.033701938,0.031529564,-0.045891356,-0.024740903,0.028316265,0.030141661,-0.0077692466,0.021301314,-0.016715195,-0.056240294,0.01884231,-0.0022270584,0.0013982758,0.005770363,0.013351035,-0.014716311,0.010967461,0.011208836,-0.010431911,-0.012279936,-0.019113855,0.0024571186,0.018253958,-0.03324936,-0.02368489,-0.0100849345,-0.0076410165,-0.019566434,-0.015199061,0.0015764782,0.03047355,0.008666859,0.02394135,0.01946083,-0.033852797,-0.0020347128,0.02164829,0.0038450228,-0.028089976,0.010130193,-0.009624815,-0.019340144,0.009700244,-0.020712962,-0.009700244,0.03765445,0.0075844442,-0.008342512,-0.0036790778,-0.0045634895,0.001201216,0.03343039,-0.036930323,-0.028648155,0.01899317,0.030126574,0.0015802498,0.031740766,-0.007822048,-0.0008707402,-0.029266678,-0.018978082,-0.0052574417,0.03276661,-0.017092343,0.01226485,0.03892166,-0.011073062,-0.016866054,0.02896496,-0.00056100753,-0.027486539,0.025465026,-0.031258017,-0.011276722,-0.004510689,-0.027577054,-0.015749697,-0.024605129,-0.0019630548,0.0035414188,-0.0054384726,-0.013554696,-0.018374646,-0.016639765,-0.006920664,-0.028934786,0.011978217,0.0148747135,-0.02578183,0.01427882,-0.011382324,-0.019113855,-0.004872751,-0.02190475,-0.020365987,0.004914237,-0.025208566,-0.04148627,0.018797051,-0.009730415,-0.035210527,-0.0146785965,-0.01581004,-0.017906982,-0.015674267,0.0023024878,-0.0031227847,0.0024986048,0.00810868,0.0062455693,-0.011080605,-0.028316265,0.00047662065,0.021542689,0.012227135,0.0054761874,-0.044593967,0.018103098,-0.016111758,-0.0060645384,0.008470742,-0.03807685,-0.0025419767,0.0038997093,0.013011603,-0.0055931034,-0.006581231,0.009677615,-0.021950008,0.045197405,0.029176163,-0.02353403,0.034969155,-0.014829456,0.020607362,0.007516558,0.0040958263,0.040490597,0.02105994,-0.010944832,0.013675383,0.01673028,0.03409417,-0.011012719,-0.031589907,-0.006117339,0.02807489,-0.037594102,-0.019566434,0.009194866,0.034184687,0.006290827,-0.017318632,-0.011276722,-0.017258288,-0.009572013,0.025238737,0.004503146,0.03970613,0.020275472,0.012966345,0.003286844,-0.0047445204,-0.032193344,0.027637398,-0.036145855,0.035451904,-0.012008389,0.021618119,-0.025977947,-0.0007693817,-0.025193479,-0.0062945983,-0.02075822,0.014686139,-0.019113855,0.002728665,0.012249764,-0.008523542,0.026309839,0.02644561,0.035874307,0.020818565,-0.017725952,-0.0049330946,0.02379049,0.020924166,0.035120014,0.020320728,0.03412434,-0.01680571,0.012981431,-0.00075618154,-0.0058307066,-0.01091466,0.008923319,-0.028391695,-0.035663106,-0.00810868,0.0052838423,0.005487502,0.002649464,-0.01943066,0.022779733,-0.0034188458,-0.026551213,0.010175451,-0.029643824,0.015410263,-0.019958667,-0.023262482,-0.05086971,-0.04628359,0.026068462,0.020893993,-0.01728846,0.011073062,0.009142065,0.0074034133,0.015930727,0.025163308,0.009662529,0.01025088,0.0106582,-0.018661277],"social":"https://twitter.com/theoldmnk"},{"title":"hyperfocused","description":"mac productivity app to help organize your workspace","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=wF_nrG7Y4FQ","youtube_transcript":"Hi. My name is Dongwoo. This is Tommy. We're part of the hyperfocus team. Hyperfocus is an app that helps you set up your workspace, and we built it because usually takes me like thirty seconds every morning to get myself set up. So let me show you how the app works. Come over to our desk here. So this is the app with my four monitor setup. If I talk with a hyper focus mode in the top right. This will open the apps and organize them using the layout I create for each monitor. I can customize my workspace however I want. Here I'm able to add additional apps I'd like to launch. And we have preset layouts to arrange our apps. To create custom layouts, you can use our visual editor to move and resize your windows. You also have the ability to have different profiles for audio workflows. Here, I have one for work and one for personal. Now thanks to this app, I'm able to get into my work right away. This is Tommy, and let me show you the progress we made in six weeks. So currently, we have one hundred and fifty three dollars in revenue and landed an enterprise deal with a tech company. But it wasn't always like this from the start. By week three, we barely made any sales even though we launched multiple times. And so we were honestly about to give up. But we made one last ditch effort. We put up a landing page and launched on product hunt. And what happened the next morning completely blew us away We ranked sixth product of the day and we made consistent daily sales after that. Now we're taking all this feedback to grow the app even more. Thanks for watching, and we appreciate all your support.","embedding":[-0.017681515,-0.0017580618,-0.010287565,0.021077706,0.024108388,-0.04520132,0.0043594604,0.07907186,0.0014772669,0.00803359,0.0047592362,0.00010696383,-0.016234707,-0.044653058,0.021199541,0.027976694,-0.043830663,-0.027474118,-0.047455296,0.014452849,0.00876461,-0.0062821917,-0.007447253,0.051932786,-0.008269649,0.0009351899,-0.06646178,-0.00090330304,-0.031311966,-0.030291587,0.0010784429,-0.02027054,0.02260066,0.008079279,-0.00996013,-0.016904807,0.00876461,0.029255977,0.0016238514,-0.011612536,-0.012914663,0.021108164,0.046389226,0.018047024,-0.026073,0.007732807,-0.061801538,0.06457332,0.0008704643,0.029789012,-0.043678366,0.034449257,-0.027702563,0.042277247,-0.0037978706,-0.021062477,0.01112519,0.024306372,-0.029773781,0.008954979,0.06566984,-0.008597084,0.07578227,0.0036931674,-0.019950718,-0.005836727,-0.042124953,0.0019589015,0.018701894,0.04322148,0.073284626,0.01953952,-0.012868974,0.018915107,0.027017232,-0.019600438,-0.036033127,0.01987457,0.004934376,-0.02436729,-0.006362147,0.008094509,-0.013402009,-0.0048125396,-0.022098085,-0.053090233,-0.055953387,-0.020529442,-0.018107941,-0.023712419,0.02610346,0.06365954,0.020666508,0.00070817437,0.02368196,0.027565496,-0.03384007,0.05561834,0.061131436,0.03335273,0.034814764,-0.007234039,-0.03837848,-0.03228666,0.0025585655,-0.00066391344,0.018930338,-0.02640805,0.0029335932,0.0003164892,-0.1119677,0.004667859,-0.019615669,-0.004934376,-0.0019589015,0.0027565495,0.02027054,-0.0017951839,-0.018930338,-0.0417899,-0.05242013,0.033870533,0.017925188,0.023834255,0.025935933,-0.008109738,-0.043617446,0.0038492703,-0.021991478,-0.050013863,0.012267407,-0.0027260904,0.03947501,-0.051902328,-0.04002327,-0.011818135,-0.05656257,0.0097926045,-0.05659303,0.026164377,0.013127877,-0.029179828,0.020042095,-0.018930338,-0.016539298,-0.020636048,0.004565059,0.005612091,-0.051963244,0.02054467,0.033444103,-0.040632457,-0.033718236,-0.0417899,0.06798474,0.010477934,0.04386112,0.051719572,-0.024626192,0.011422167,-0.038591694,-0.004100558,-0.036550935,-0.0034932795,-0.0583292,0.02336214,-0.016782971,-0.026240524,-0.0658526,-0.017711973,-0.03953593,0.0029374005,-0.0007881295,0.04556683,0.040876128,0.0004954365,0.010264721,-0.020727426,-0.03670323,-0.06792382,-0.033779155,-0.0070246328,-0.0122750215,-0.027824398,-0.059364807,-0.03563716,-0.011041428,-0.036398638,0.01168107,-0.018991256,-0.011292716,-0.007926984,-0.028296515,0.0033010063,-0.03700782,-0.041515768,0.05653211,0.014574685,-0.02228084,0.0039292253,0.010995739,0.036459558,0.03837848,0.006803804,0.01577782,0.0178795,0.0035180275,0.0411198,-0.033505023,-0.025524735,0.05994353,0.005756772,0.018321157,0.013257328,-0.047759887,-0.01953952,-0.019707045,0.011384093,0.02879909,0.056989,0.016630676,0.015191482,-0.00082667934,-0.030565718,0.010812985,0.059121136,0.026712641,-0.032865383,0.041272096,0.02433683,0.0096479235,0.0009975359,-0.0066705453,-0.045810502,0.059151594,-0.0062288884,0.016722051,-0.07310187,0.0064839832,0.011239412,0.012838515,0.001981746,0.0108891325,-0.002168308,0.053394824,-0.009358562,-0.049648352,-0.058085527,-0.01752922,0.023088006,0.09156009,0.02057513,-0.009305258,0.010165729,0.022524513,-0.057902772,-0.0022349374,0.017057102,0.004755429,-0.016706822,-0.011536389,-0.008368641,-0.037860677,0.0049381834,-0.004427993,0.041728985,0.009883982,0.016341314,0.01095005,0.015716901,0.0018532466,0.0032876804,0.0038188112,0.042429544,0.019676587,-0.035210732,-0.007508171,-0.014201561,0.0027051498,-0.03706874,0.010348483,0.024961242,0.02537244,-0.0007267354,0.016950496,0.028189909,0.02610346,0.028981844,-0.019067405,0.013752289,-0.016615445,-0.018945567,0.01781858,-0.005886223,-0.019326307,-0.0023777145,-0.0137066,0.0023148926,-0.010645459,-0.01095005,0.021412756,-0.047942642,-0.029606257,0.023392597,0.015001113,0.012632917,0.0033409838,0.014125413,-0.00992967,-0.028403122,-0.0046221702,0.012214104,0.043038726,0.0051323604,-0.05659303,0.010972895,0.07706155,0.0018951278,-0.027276134,-0.034449257,-0.053638496,-0.051597737,-0.022128545,0.0018827538,0.0589993,-0.03087031,0.07645237,-0.020118244,-0.0010041988,-0.044835813,0.05583155,-0.013303017,-0.046054177,-0.039657764,0.013683756,-0.03256079,0.010759681,-0.045780044,0.044470303,0.009510858,-0.03840894,-0.06640086,-0.046693817,-0.037160117,0.030839851,0.04115026,0.028905697,-0.051658653,0.018336385,0.02363627,-0.0243216,-0.009670768,0.0329263,-0.013630453,-0.0020959675,-0.010927206,-0.01955475,-0.04422663,-0.021062477,0.03393145,-0.0024272106,0.0528161,-0.0031201553,0.013143106,0.0077670733,0.015115334,-0.017224628,0.015176252,0.018077483,0.02197625,0.05181095,0.00037931112,0.014544226,0.008437174,-0.058725167,0.01781858,0.076696046,0.02366673,-0.0036836488,0.008665618,0.081021234,0.013577149,-0.012762368,-0.015853968,-0.0298347,-0.005178049,0.015534147,0.00049686426,-0.028981844,-0.007911754,0.03661185,-0.047455296,-0.001108902,-0.03087031,-0.011627766,0.017300775,0.010516008,0.00820873,0.021169083,0.0010203803,0.0219001,-0.042003114,-0.029986996,-0.009899211,-0.010417016,0.015838739,0.0005625417,0.025296291,0.0274132,0.0016942881,0.03047434,-0.054247677,0.056014307,-0.0066324715,-0.005372226,0.010683534,-0.022006707,0.00027151444,0.03676415,0.043343317,-0.028250827,-0.030763702,0.009899211,0.022539742,-0.037495166,0.04486627,0.009411866,0.023514435,0.03463201,-0.040358324,-0.02844881,0.014970654,0.032378037,-0.020042095,-0.034723386,-0.02502216,-0.047698967,0.019097863,0.03606359,-0.0042033573,-0.016021492,0.00411198,-0.0712134,-0.012305481,0.007321609,0.0018960797,-0.0059852153,-0.0006648653,-0.039810058,-0.019402454,-0.034327418,-0.007835606,-0.01647838,0.021123394,-0.032408495,-0.025783638,0.012640531,-0.024428207,0.040297404,-0.0057263128,-0.02401701,0.038104348,-0.0404497,-0.019036945,-0.0013287788,0.013379165,0.015838739,-0.005509292,0.014643218,0.016021492,0.035576243,0.0022406485,-0.0007129336,-0.014955424,-0.06999504,-0.016189018,-0.003401902,0.008642773,0.036825065,-0.02779394,-0.030672325,-0.035880834,-0.053242527,0.01649361,0.03384007,0.025996853,-0.031433802,0.012998426,-0.0016010071,0.035484865,0.021321379,0.059029758,0.02054467,-0.019052174,-0.04562775,-0.012168415,0.021199541,-0.028159449,-0.013455313,0.0027013426,0.03020021,-0.010059122,0.005440759,0.063476786,0.062441178,-0.008779839,-0.03405329,-0.019067405,-0.01752922,0.024245452,-0.0439525,0.0042033573,0.006933255,0.051597737,-0.037799757,-0.006933255,0.022996629,0.03630726,0.0019779385,0.0042338166,-0.034114204,-0.008193501,-0.025539964,0.030032683,0.019965949,-0.0024843214,-0.060430877,0.015556991,-0.04727254,0.0030820814,-0.025433358,-0.012998426,0.0074624824,0.02534198,-0.030580947,-0.016950496,-0.012183645,-0.047059327,-0.015298089,-0.017331235,0.004230009,0.03259125,0.042916887,-0.002491936,0.0020864492,0.03490614,0.027550267,-0.036276802,0.00096564903,0.0018665724,0.029895619,-0.025083078,0.015389466,0.007683311,0.031799313,-0.015610294,-0.03706874,-0.005071442,0.003626538,0.020514213,0.015199097,-0.014810743,0.0002105962,0.01558745,-0.007683311,0.03630726,0.006107052,-0.027656874,-0.02745889,0.00016740614,0.007980287,-0.048886873,-0.010477934,-0.021367067,0.042033575,0.0048620356,-0.00057253614,-0.016326085,-0.008124968,0.027931005,-0.026514657,-0.02059036,-0.030245898,0.033017676,-0.016874349,-0.0009813545,-0.013554305,0.010219032,0.030261127,0.007675696,0.007096973,-0.021519363,-0.005714891,0.03256079,-0.0006206044,0.006872337,0.0009742156,-0.00038335647,0.04154623,0.0047211624,-0.02502216,0.00015229556,0.015397081,-0.054795943,-0.037586544,0.017392153,-0.005924297,0.02879909,0.012389244,-0.0038397517,-0.0030021262,0.0011441204,-0.040937047,-0.035515323,-0.024869865,0.0070322473,-0.01818409,0.012046578,0.036398638,-0.0030706592,-0.011399322,-0.030322045,-0.0004100082,0.020803573,0.024001779,0.010812985,-0.0025185877,-0.021869643,-0.028662024,-0.011544003,0.009198652,-0.004839191,0.021169083,-0.007702348,-0.016889578,0.006628664,0.0060651707,0.03228666,0.037647463,-0.0198898,0.009267185,-0.013219254,0.013645682,-0.0051932787,0.004268083,0.014452849,0.00539507,0.024412978,-0.0019484313,-0.00402441,0.011795291,-0.042064033,0.08875785,0.033718236,0.022524513,0.01956998,-0.04736392,0.0033447912,0.004032025,0.024306372,-0.04422663,0.055740174,-0.005669202,-0.012838515,-0.0046335924,0.053394824,-0.031083524,0.039992813,0.044988107,0.016341314,-0.013127877,-0.018778043,0.011642995,0.009503243,0.009274799,-0.018016564,0.0065525165,-0.06469515,0.033017676,0.026012082,-0.034510173,0.014627988,-0.040571537,-0.011346019,0.022174234,0.01112519,0.013820822,-0.007835606,0.0315861,-0.0028955194,0.009061586,0.01681343,0.006712427,-0.02263112,-0.0058214976,-0.027595956,0.03219528,0.004740199,0.0038397517,-0.047759887,-0.02946919,-0.0035751383,-0.06432965,-0.006468754,-0.014026421,-0.002174019,-0.006708619,0.003352406,0.029423501,0.023575353,-0.008932134,-0.0062821917,0.0064839832,-0.0043213866,-0.0046373997,0.020712197,-0.021671658,-0.005752965,0.030809391,0.003875922,-0.041393932,0.0013811303,0.017361693,-0.0005149494,0.0033657318,-0.008140198,0.00062917103,0.011962816,-0.00514759,0.004405149,-0.0022749149,0.06408597,-0.0057339277,-0.020971099,0.0071997726,0.020011635,-0.035728537,-0.007827992,-0.026331902,-0.021184312,-0.0046450146,0.029575797,0.011772446,0.07145707,-0.007595741,-0.0063278805,0.033748697,0.05863379,-0.041028425,0.00975453,0.011483085,0.015960574,-0.02707815,0.06298944,0.0039101886,0.011696299,0.013150722,0.006571553,0.0064154505,0.020879721,0.035941754,0.02161074,-0.007949828,0.0056920466,-0.0049686427,0.0018798982,-0.00080097944,-0.021321379,0.027839627,-0.0012040867,0.012990811,-0.034449257,-0.0037617004,-0.010759681,0.018610517,-0.063720465,0.00094994355,0.0155798355,0.0032134363,-0.004641207,-0.03490614,0.003651286,-0.012610072,0.015518918,-0.0025909282,-0.06822841,0.01888465,-0.0013440083,-0.015975803,-0.012328326,0.011353634,-0.029362584,0.010713993,0.0016971437,0.026971543,0.022585431,0.008543781,-0.08583377,-0.038500316,0.0099220555,-0.009716457,-0.03265217,-0.034144662,0.042338166,-0.027199987,-0.0142091755,-0.0076262,0.024656652,-0.03490614,-0.023727648,-0.017392153,0.019311076,0.028524958,-0.0060842074,0.030047914,-0.0053227297,0.0024310178,-0.02914937,0.008520937,-0.017757662,0.037921593,-0.005113323,-0.0022634927,-0.023072777,-0.0027222831,0.029606257,-0.01780335,0.027991924,0.021702116,-0.0054674107,-0.0008519033,0.00342665,0.013957888,-0.0011069983,0.007359683,0.04873458,-0.009191037,-0.027991924,-0.004241431,0.00753863,-0.052724723,0.00047068845,-0.006929448,-0.008170657,-0.006392606,-0.016234707,0.007420601,-0.0011431685,-0.020042095,-0.021747805,0.004610748,-0.0033352727,0.022341758,-0.021488903,-0.0129527375,0.0015201,0.02605777,-0.027032461,0.008772224,0.036124505,-0.04934376,0.020666508,0.00005437427,0.020742655,0.017955646,-0.011445011,0.006076593,0.017239857,0.043069184,0.028524958,-0.005532136,-0.0054179146,-0.0069066035,-0.009883982,-0.012069423,0.0022711074,-0.018321157,0.025814097,-0.014475693,0.023133695,0.008056435,0.004660244,0.01888465,-0.046176013,0.030778931,0.04255138,-0.041363474,0.0508058,-0.0335964,-0.037617,-0.030915998,-0.008665618,-0.0006748597,-0.03676415,0.006803804,0.044835813,0.022905251,0.028692484,-0.006019482,-0.03320043,0.006331688,-0.008993053,-0.005977601,0.015884427,-0.03396191,0.016341314,-0.008696076,-0.04048016,-0.009442325,0.047790345,0.03052003,-0.010432246,0.01423202,-0.01955475,-0.021884872,-0.019113092,-0.019844111,0.021016788,0.020788344,-0.0022025744,-0.036550935,-0.020300997,-0.015686443,-0.0034228426,-0.013622838,0.0017837618,-0.00073244644,0.029377813,0.011117576,0.029027533,0.02911891,0.0011555426,0.024580503,0.030367734,0.0063278805,0.0055054845,0.044013415,-0.01711802,-0.0040662913,0.0057225055,-0.0062821917,0.0117267575,-0.006997981,0.022509284,0.017361693,-0.019432914,0.01649361,-0.00214356,0.038896285,-0.026301444,-0.008010746,0.007401564,0.018945567,-0.041607145,-0.050927635,0.020803573,0.000010358775,0.004523178,0.030047914,0.044835813,0.0009547028,0.01424725,-0.028585875,-0.039627302,-0.021184312,-0.0056920466,-0.03228666,-0.010713993,0.03536303,-0.006948485,-0.01713325,0.023088006,-0.007127432,-0.023118466,0.019783193,-0.0067276563,0.04349561,0.012731909,0.028722942,-0.005265619,0.002809853,0.03524119,0.008079279,-0.018016564,-0.027154298,-0.005178049,-0.00033243265,0.010287565,0.0037064932,-0.0032914877,-0.009152963,0.005101901,0.0010727318,0.0055054845,-0.010203802,-0.002105486,-0.005931912,-0.02780917,-0.026331902,0.018199319,0.0069180257,0.00076052593,0.00020857353,-0.028692484,-0.013173566,-0.030063143,0.047181163,-0.008528551,0.01150593,0.007161699,0.017087562,-0.011772446,0.018458221,0.0093737915,0.008460018,0.0023377368,-0.030245898,-0.006841878,-0.042216327,-0.03222574,-0.006571553,-0.0042642755,0.012625302,-0.028326973,-0.0017961358,0.0061337035,0.05284656,-0.00196842,0.00038978143,0.009152963,0.028205138,0.038256645,-0.0011507833,-0.007340646,-0.016265165,0.012107497,0.010972895,-0.020498982,0.032865383,-0.0059547564,-0.03974914,0.01816886,0.010241876,-0.0121303415,-0.0044470304,0.008627543,-0.0008504755,-0.020422835,0.0045498298,0.023103235,0.0143386265,-0.05729359,0.015526532,0.012191259,0.0144833075,0.0068647224,0.00428712,-0.023925632,0.0019531904,0.014125413,-0.055374663,0.0021664044,0.021854412,-0.014011191,-0.0117115285,-0.00838387,0.04124164,0.006659123,-0.017209398,0.002149271,0.024763258,0.00583292,0.028372662,-0.021732576,0.020834032,-0.01888465,0.01112519,-0.010378942,0.019021716,0.012800442,0.008300108,0.031098753,0.008025976,-0.004705933,-0.03015452,0.03152518,0.008817913,0.008696076,0.0024938397,0.001719988,0.0010203803,-0.008147812,-0.0063964133,-0.0048696506,-0.021047246,-0.014018806,0.023194613,-0.0036227305,0.0329263,0.011939972,-0.02537244,0.025326751,0.009548931,0.008315338,-0.020011635,0.013988347,0.017346464,-0.017894728,-0.017894728,0.0075234007,0.027717791,0.00031934475,0.0025699874,0.0038397517,-0.006384991,-0.014201561,0.009823063,0.016173787,0.04587142,0.012267407,0.0305048,0.023088006,-0.01096528,0.0070893583,0.02506785,0.00497245,-0.015419926,0.018915107,-0.04255138,0.023819026,-0.021138623,-0.04550591,-0.03569808,-0.020316228,0.014772669,-0.0019493832,-0.01112519,-0.0005035272,0.0007210243,0.002324411,-0.01918924,-0.018001335,0.015701672,-0.005943334,0.017194169,-0.009008282,0.0052237376,0.10398741,-0.024108388,0.020316228,-0.015701672,0.018580059,0.006548709,0.0044774893,0.004964835,0.01372183,0.0032172436,-0.010500778,-0.00196842,0.028677253,0.00160767,0.013744674,-0.009488014,0.01815363,0.008216346,-0.033565942,0.017513989,0.03353548,0.008673232,0.00351422,0.010622615,-0.014848817,-0.012937508,-0.009366177,-0.0012078942,-0.0015895849,-0.014155872,0.010005818,-0.02024008,0.010835829,0.000049704275,0.019432914,0.0050866716,-0.0205599,-0.0009927767,0.0059471414,-0.012617687,-0.008779839,0.0009984877,0.0002503358,0.008741765,-0.014681292,0.013082189,-0.024443436,0.00925957,-0.034784306,-0.031616557,-0.00075291115,-0.004789695,0.009541317,0.026453739,0.025951164,0.007272113,0.017407382,0.04014511,0.018321157,0.03831756,-0.006586783,0.012092267,-0.016539298,-0.0037103004,-0.040266946,0.0018332577,-0.018960796,0.005558788,-0.0145823,0.0120008895,-0.012434932,0.010439861,0.018899878,0.003695071,0.0111632645,0.017788121,-0.009685998,0.000040334526,0.012785212,0.0058976454,-0.008429559,0.016661134,0.00959462,-0.006617242,-0.012945122,0.018092712,-0.0045079486,0.030763702,-0.03289584,0.020057324,-0.008254419,-0.00030720868,0.045384075,0.0024995508,0.01541231,-0.0002479562,-0.012198874,-0.00025961632,-0.021062477,-0.032317117,0.01490212,0.018976027,-0.00028555418,0.029179828,-0.033870533,-0.012830901,-0.04014511,0.048856415,-0.017163709,-0.0007015114,-0.026514657,0.0017894728,0.00084714405,0.0035484864,0.038043432,0.009861138,-0.024077928,0.0016209958,0.0021283305,-0.040236488,0.035759,-0.013280173,0.0167982,-0.011323174,-0.0038169075,0.011102346,0.025935933,-0.024869865,0.0049686427,0.008231575,-0.015808279,-0.0076871184,0.012198874,-0.0384394,-0.025189685,0.05312069,-0.016782971,-0.039261796,0.011353634,0.004435608,-0.019722275,-0.017376924,0.023499204,0.012259793,0.02811376,-0.013782748,-0.00035408718,0.008795069,-0.017574908,0.039627302,-0.0114907,-0.013006041,0.032713085,0.0058100754,-0.019326307,-0.01923493,0.0045498298,0.03088554,-0.031433802,-0.005627321,-0.018305926,-0.028007153,-0.014536611,-0.0145823,-0.002766068,0.010249491,-0.019326307,0.02398655,0.035819914,-0.0072683054,0.018382074,0.0015448481,-0.04501857,-0.005238967,0.02159551,-0.027321823,-0.018351614,0.034784306,-0.042277247,-0.026270984,-0.025616113,-0.01606718,-0.002255878,-0.0011346019,0.031251047,0.03731241,-0.01606718,-0.015732132,0.02471757,0.009815449,-0.0075157858,0.01456707,-0.011186109,0.008779839,0.024793716,0.027489347,-0.016996184,0.005551173,-0.027854858,0.050470747,0.037464708,-0.05242013,-0.018199319,0.049587432,0.013097418,0.01526763,-0.029514879,0.0011098539,0.024382519,0.023148924,-0.00037407596,0.026468968,-0.03505844,-0.010257106,0.029225517,0.012808057,0.011285101,0.046754736,0.032164823,-0.022783415,0.01886942,-0.03460155,-0.00079955166,-0.03703828,0.023088006,0.023575353,0.034510173,-0.01606718,-0.014696522,-0.0016485994,0.03222574,-0.04349561,0.015991034,0.03767792,-0.010576926,0.010538853,-0.010325639,0.030398194,-0.015610294,-0.012115112,-0.020163933,-0.0085513955,-0.00013194983,0.012427318,-0.019341536,-0.029042764,0.012480621,-0.011391708,-0.0044203787,0.011102346,0.003955877,0.008452403,-0.009632694,-0.004032025,0.005208508,0.01095005,0.009861138,-0.037525624,0.0019988792,0.0013916007,-0.043982957,0.015260015,-0.015084875,-0.0130365,-0.0167982,0.017925188,-0.009861138,-0.005090479,-0.036033127,0.023742877,0.011703914,-0.000059549944,0.008269649,0.03630726,-0.006392606,0.012556769,-0.004591711,0.03289584,-0.014094954,0.0028365047,-0.04416571,-0.020483753,-0.03365732,-0.031982068,-0.03384007,0.009442325,0.02019439,-0.0019351054,0.0023834256,0.0034304576,-0.0063202656,0.027337052,-0.01649361,0.019250158,0.038926743,0.021047246,-0.01423202,0.018671436,0.0005282752,-0.0025090694,-0.0075157858,0.0024138845,-0.038165268,-0.007987902,0.0036436713,0.026773559,0.009297644,0.0022425521,-0.014490922,0.02575318,0.0038473664,-0.0050828643,-0.029453961,0.015853968,-0.002853638,-0.012396858,-0.008741765,-0.0015791146,0.004298542,0.0002748459,0.016326085,0.02436729,0.014254864,0.041424394,0.053729873,0.0140644945,-0.0042338166,-0.011833365,0.020316228,-0.017072331,0.0223113,0.01217603,0.041424394,0.004519371,0.009145348,0.00033290856,-0.006659123,0.01644792,0.01165061,-0.030139292,0.017620595,0.024839405,0.012099882,0.02878386,0.0039977585,0.011269871,0.0058214976,0.0039977585,-0.02569226,0.00093709363,0.00029650042,0.047516216,0.005250389,-0.0062821917,-0.020773115,0.013698986,0.005151397,-0.026651723,-0.008338182,0.0023967514,-0.035728537,-0.024275912,-0.019524291,0.01284613,-0.03326135,0.044074334,-0.004530793,-0.014102569,0.013698986,-0.016432691,0.02777871,-0.018580059,0.011939972,-0.026941083,-0.030367734,-0.046693817,-0.007154084,0.016752511,0.01953952,-0.02054467,0.010371327,0.00088093465,0.031799313,0.012594842,0.020879721,0.021351837,-0.017407382,0.0017057102,0.003034489],"social":"https://twitter.com/tommyle_e"},{"title":"yukii","description":"an app to keep all the words you're learning in one place.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=fpQj9_BDw40","youtube_transcript":"Yo. I'm everyone, and I'm building a map called Yuki that allows you to keep all the vocabulary that you learned for Chinese, Japanese, and Korean. In one place and also to practice with it. So I will quickly show you the application. You will see it's quite simple. So when you first opened the application, you can send it to language to learn to either Chinese Japanese or Korean, and then you access the on screen, inbound screen, you can create all your content, so you can create titles, metals are like your vocabulary that you learn inside the application. You can also create categories, so you can categorize your vocabulary and not just have a long list of vocabulary to score two. Then you have your training section. So for now, there is mainly one in the size in the training section, which is a flash task. You can see the vocabulary and the translation. So what I have done in six weeks. So in six weeks, the first and seven one, I have defined my ID and developed the hundred thousand applications, then I reach out to a lot of people that either they are Chinese Japanese or Korean to size them to test my application. It tells us that most people have a life where So then the week after that, I have developed the iOS version of the application and send back a message to older people that told me that they have an iPhone. A lot of people give me feedback and most of the people that transferred me told me that they really love the application and find it useful and give me a good feedback about the future that I would like to see and how I could improve my application. About the six weeks, I started with just an ID with the user. And now I have fifty user and I can say a few fans.","embedding":[-0.015429201,0.0014629517,-0.004327703,0.019282738,0.012486363,-0.05846538,0.007812444,0.05789337,-0.004459415,0.022729846,0.015165775,-0.0596094,-0.006563055,-0.03880632,0.03158094,-0.011319765,-0.061626486,-0.017175334,-0.019945065,0.007413543,0.009618789,0.0051330314,0.027260764,0.03690966,0.024415769,-0.07574608,-0.014149706,0.01883115,-0.03865579,-0.05160127,-0.009054307,-0.02802846,-0.024927568,0.025921056,0.0066195033,-0.04371356,0.040281504,0.022293312,-0.0051330314,-0.034802254,-0.011154183,0.015760364,0.04106425,-0.005479248,-0.06024162,0.039348226,-0.021932043,0.038625687,-0.021149294,0.048229422,-0.06611224,0.007161407,-0.033808764,0.023888918,-0.0012559745,-0.032604534,-0.00047228407,0.035795745,-0.032243267,0.006574345,0.043412503,-0.025529683,0.030662714,0.032092735,0.0044481256,-0.013622855,0.0010631095,-0.009385469,0.0043690978,0.005603434,0.053889304,-0.021314876,-0.009385469,-0.024430823,0.03158094,0.007379674,-0.014164759,0.047296144,0.0051631373,-0.0121175675,0.04524895,0.0013472326,-0.018545147,-0.0066195033,-0.019102102,-0.014488395,-0.015459307,-0.014887297,0.033959296,-0.03149062,-0.055424698,0.05235391,-0.047838047,0.015150722,0.07851581,0.027381185,-0.046724133,0.0381741,0.017340915,-0.0020772973,0.03368834,-0.00314417,0.018364511,-0.02415987,0.035855956,-0.017476391,-0.008836039,0.046513394,-0.028931633,-0.009249994,-0.10627332,0.0072103287,0.027546767,0.030918613,0.025394207,0.020532126,0.020667601,-0.060000774,-0.012403572,-0.021886885,-0.03995034,0.0033530288,-0.0043201763,-0.012584207,0.0038874059,0.000569187,-0.02724571,0.016859224,-0.060632996,-0.023512596,0.027862879,-0.03910738,0.013374482,-0.03790315,-0.046934877,-0.0012578561,-0.06144585,0.028841315,-0.052685075,-0.013479853,0.005038951,-0.013050846,0.013035793,0.00012136383,-0.024415769,-0.07315699,-0.020065486,0.042449117,-0.028796157,0.0020340201,0.048801433,-0.013728226,-0.013276638,-0.015384042,0.051842112,-0.000988786,0.0093177315,0.03718061,-0.05527417,0.027125288,-0.029533748,-0.028916579,-0.025695264,-0.025981268,-0.038565475,-0.003360555,-0.06623267,-0.012870211,-0.048831537,-0.035645217,-0.020667601,-0.050246507,-0.010190799,0.0061114687,0.022729846,-0.037933253,0.03404961,-0.050487354,-0.037571985,-0.011575663,-0.012975581,0.0056598824,-0.06996578,0.009249994,-0.030632608,-0.068641126,0.030271338,-0.01333685,0.013111057,-0.007108722,0.0034772148,0.03916759,0.033327073,-0.0027283342,0.0036183356,-0.03916759,0.08495845,-0.033838872,-0.01092839,0.0070485105,0.015835628,0.036939763,-0.0052572177,-0.014330341,0.014827086,-0.017431233,-0.009392996,0.013096005,-0.03576564,-0.043532923,0.056327872,-0.029578906,0.005689988,0.023467438,-0.059790034,0.0010339445,-0.011048812,-0.009716633,-0.057080515,-0.013479853,0.03989013,-0.022007309,0.059549186,-0.028585417,-0.019327896,0.01071765,0.03471194,-0.018259142,0.025604947,-0.040040657,0.013005687,0.016121633,-0.006220602,-0.053467825,0.045218848,-0.047326252,0.004911002,-0.014736768,0.0012851395,0.028525205,0.0003264593,0.05256465,0.030271338,0.014857191,0.01621195,-0.017912926,-0.06821965,-0.06972493,0.038625687,-0.018153772,0.05364846,-0.016979648,0.007319462,-0.0074248323,-0.0061265216,-0.033899084,-0.025875898,0.049132597,0.024551244,-0.013856174,0.015060405,-0.038023572,-0.04407483,0.03284538,0.011673507,0.028585417,-0.030722925,0.09013664,0.026432855,-0.025379153,-0.006770032,-0.043532923,0.013374482,0.018921468,0.01234336,0.0052910866,-0.002762203,0.029217638,0.0028374677,-0.036006484,-0.044887684,0.03675913,-0.017581763,0.0043954407,0.02802846,0.020938555,0.019598847,-0.009505893,-0.033086225,-0.0073269885,0.010416592,0.0023839995,0.006864113,0.0029014423,0.01940316,0.038986955,0.023211539,0.0011261435,-0.014849665,0.021254664,0.006239418,-0.0486509,-0.030602502,0.0053061396,-0.008881198,0.0439243,0.03666881,0.011003654,-0.010025217,-0.0006143456,-0.017175334,0.0143604465,0.049012173,-0.014021756,-0.068460494,-0.034109823,0.054039832,-0.02039665,-0.00039349165,0.004952397,-0.00760923,-0.0313702,0.016452797,0.012794946,-0.048500374,-0.012072409,0.042810388,-0.031671256,0.009234941,-0.020200962,0.031611044,-0.04789826,-0.017506497,-0.025529683,-0.009265047,-0.009822004,-0.048590694,-0.017596815,-0.008986568,0.048982065,-0.020878343,-0.031520728,-0.029353114,0.0092725735,0.007707074,-0.0104015395,0.0077371798,0.010627332,0.006514133,-0.02003538,-0.012448731,-0.012019724,0.0074699908,-0.02263953,0.041606158,-0.05599671,-0.019327896,-0.011048812,-0.009212362,0.00074558787,-0.03305612,-0.009400522,0.021766461,0.011951986,-0.03624733,0.0042863074,-0.049523972,-0.0061942595,-0.0024649089,-0.0003259889,0.0028863894,-0.03760209,-0.018168824,0.00904678,-0.027576873,0.015188354,0.04633276,0.009694054,-0.03687955,0.055424698,0.057351466,0.022504054,-0.025966216,-0.028088672,-0.01615174,0.02437061,0.014330341,0.017897872,-0.01314869,0.017657027,0.026131798,-0.039408434,-0.012094988,-0.013916386,0.047296144,0.03284538,0.023828708,0.057712737,-0.004128252,-0.056237556,-0.010002638,-0.020562232,-0.03320665,-0.0057426733,-0.021796567,0.0036465598,-0.038414948,0.0030896033,0.031159459,0.032935698,0.012704629,-0.03718061,0.0758063,0.020456862,0.025875898,-0.006047494,-0.014834612,-0.00011654221,0.05897718,0.028766051,-0.027787615,-0.045580115,0.0014817677,-0.036518283,0.045399483,0.025589893,0.028811209,0.010883231,-0.011590716,-0.03874611,-0.026387695,0.030632608,0.027471503,-0.00639371,-0.014548607,-0.018319353,0.0046325233,0.044526413,0.04576075,0.0109735485,0.01997517,-0.0138034895,-0.05846538,0.0011854141,0.005671172,0.038204204,-0.05286571,0.018484935,0.016016264,-0.0045121005,-0.03648818,0.006118995,-0.017130176,0.03561511,-0.020200962,-0.06352315,0.0016464086,-0.03639786,-0.0062619974,0.008994095,0.002999286,0.06108458,-0.06876155,0.011899301,0.024536192,0.00071830454,0.0048545534,0.010529488,0.034832362,-0.018063454,-0.0023538938,0.019388108,-0.01192188,-0.015986158,-0.048831537,-0.01048433,0.009099465,0.032092735,0.0053023766,-0.0025100675,-0.04919281,-0.017130176,0.044857576,-0.0046137073,0.030662714,0.052022748,-0.009543525,-0.006495317,-0.019704217,0.020366544,-0.003872353,0.05015619,0.051239997,-0.018183878,-0.0015043471,0.012855158,0.015225987,-0.06376399,-0.035946272,0.01663343,0.018650517,0.056418188,0.006834007,0.0737591,-0.022413736,-0.026161904,-0.021721303,-0.02739624,0.02029128,0.0064652115,-0.04377377,-0.027847825,0.0040341713,-0.009694054,-0.010537015,0.011334818,0.007010878,0.015098037,0.004493284,0.012042303,-0.028555311,-0.0070522735,-0.029172478,-0.04940355,0.013487379,0.017130176,-0.036066696,0.013856174,-0.0021789041,0.0065178964,-0.015060405,-0.009671475,-0.011703613,0.0018364512,-0.023979235,0.000643981,-0.034079716,-0.039619178,0.013118584,0.0065555284,0.0077371798,0.025017884,0.06009109,-0.018484935,-0.01720544,0.035524793,0.019312844,-0.01919242,0.0019126564,0.0005771838,0.0076017035,-0.04377377,0.01056712,-0.05015619,0.02065255,0.021104136,-0.034170035,-0.023858812,0.005912018,-0.00651037,0.015135669,-0.0115455575,0.055244066,0.023723336,-0.025032938,-0.009957479,0.025017884,-0.045158636,-0.0028769814,0.031701364,-0.02703497,-0.039980445,0.007364621,-0.01642269,0.0017160282,-0.0006627971,-0.0040153554,0.010439171,0.0049636867,0.041696474,-0.018755887,-0.000027077542,-0.041967425,0.004895949,-0.02212773,-0.02933806,-0.01498514,0.0016031315,0.008670458,0.021510564,0.015082984,-0.01934295,0.0043653348,0.031550832,-0.009679001,0.024882408,0.0061792065,-0.026267273,0.023211539,-0.000041513016,0.0051142154,-0.029563854,0.016076474,-0.021164346,0.03718061,0.01667859,-0.0143830255,0.000730535,-0.011176762,-0.0017141466,-0.012057356,0.030768083,-0.04711551,-0.0023463673,0.028856369,0.042178165,0.00054566684,-0.018108614,0.009641369,0.0013378246,0.00048639614,-0.051179785,-0.0023313146,0.027953196,0.04606181,0.0074097794,-0.018048402,-0.020607391,-0.020607391,-0.022308366,0.00021932514,-0.007962973,0.030090705,-0.01574531,-0.008098449,-0.0041056727,-0.024235135,0.030978823,0.03597638,-0.010235958,-0.0021525617,-0.020848237,0.0024667904,0.0032608297,0.011410082,0.018153772,-0.0061603906,0.025183465,0.014413131,-0.022699742,-0.0009436273,-0.026478013,0.025333995,-0.036277436,0.015730258,0.034170035,-0.040913723,-0.008361874,0.013509958,0.009603737,-0.036006484,0.027561821,0.022654582,-0.0040191184,-0.018484935,0.023903972,-0.017958084,-0.00091116957,0.015233513,0.030527238,-0.04690477,0.009656422,-0.024250187,-0.010853126,0.015248566,-0.005814174,0.010574647,-0.022248155,0.006359841,0.0018392736,-0.030858401,0.00860272,-0.028013406,-0.027366133,-0.008693038,0.010807967,0.010491856,-0.037090294,-0.009137097,-0.03326686,-0.019794535,0.0047905785,-0.0060023353,-0.016558167,0.006653372,0.0070485105,0.01056712,0.01667859,-0.011665981,-0.07418059,-0.03130999,0.020306334,-0.030813243,-0.003940091,-0.021239612,-0.0093026785,-0.019899905,0.0031366437,0.024205029,0.008963989,-0.010439171,-0.00132089,-0.005859333,-0.003390661,-0.0046588657,0.010920864,-0.009889741,-0.024701774,0.023798602,-0.013412115,-0.032634642,0.023030905,0.015308778,-0.0016774551,0.026613489,-0.02206752,0.00021250431,0.03305612,-0.011432662,-0.029202584,-0.01259926,0.0339894,0.03576564,-0.019117156,-0.016031316,0.026598437,-0.06009109,-0.00062375364,-0.048048787,-0.018740835,-0.030105757,0.02039665,-0.02316638,0.06370378,-0.0063861837,-0.040221293,0.028269306,0.033146437,-0.050427143,-0.0037914438,0.0018985443,0.016196897,-0.017325863,0.042900704,0.016437743,0.009325258,-0.007850076,0.017431233,-0.046212338,0.012569154,0.04937344,0.0009012911,-0.0025157123,0.0034772148,0.04350282,0.011161709,0.023663126,0.005810411,0.0209235,0.029323008,-0.024039447,-0.04106425,0.0072554876,0.02369323,0.024009341,-0.07381932,0.0017658909,-0.02519852,-0.0011985855,0.03775262,-0.009806951,-0.01788282,-0.0016699287,-0.050818518,0.0039852494,-0.053618353,0.044646837,0.01126708,-0.0115606105,-0.053016238,-0.0046137073,0.0044669416,-0.0033925425,-0.0008471948,0.0070635634,-0.0061603906,-0.017476391,-0.07978026,-0.06581119,-0.0059534134,-0.033628132,-0.008655406,-0.022519106,0.008279083,-0.040191185,-0.0047266036,0.00860272,0.010115534,-0.021465404,0.0020547179,-0.013163743,0.0052910866,-0.0057727788,0.031550832,0.016904382,0.014164759,0.0044518886,-0.040552456,-0.019207474,-0.010762808,0.0355549,-0.0039363275,0.0021337455,0.010883231,-0.009957479,0.016392585,0.022293312,-0.020366544,-0.007199039,0.020803079,0.029473536,0.018229036,0.049523972,-0.019869799,-0.0109509695,0.032544322,-0.049554076,-0.026237167,-0.018018296,-0.010153167,-0.048018683,0.029744487,-0.035163525,-0.00027400942,0.020637497,0.022519106,-0.004436836,0.0011336699,0.009814477,-0.029052056,0.022248155,0.007962973,0.037090294,0.01192188,0.0024968963,0.007925341,0.04205774,0.009408049,-0.01898168,0.0042712544,-0.010047796,0.025439365,-0.0064313426,0.03149062,0.031912103,-0.017024806,0.0006496258,-0.021344982,0.0041696476,-0.00039866607,-0.0055620386,0.01600121,0.010416592,0.024069553,0.008136081,0.021239612,-0.020893395,0.0046325233,-0.020622443,0.010612279,0.027637085,-0.018469881,0.008760775,0.004895949,-0.01158319,0.0026493066,0.003409477,0.054431207,0.006578108,0.0063297353,0.008805934,-0.0366086,-0.0059233075,-0.025213571,-0.0039626705,0.04229859,0.0043427553,0.010123061,0.0027170447,0.014134653,0.00037538115,-0.030361656,-0.007978026,0.024701774,-0.019177368,0.001070636,-0.008550035,-0.010499382,0.019689165,-0.02494262,0.009588684,-0.009024201,0.04106425,-0.018590305,0.053949516,-0.022007309,-0.015730258,0.028464993,0.057592314,0.012539048,-0.036518283,-0.0055770916,0.0066759516,0.01610658,-0.02363302,0.01456366,-0.010258537,0.06412526,0.0121100405,0.02096866,-0.0018646753,-0.0044443626,0.041816898,-0.0054867743,0.0035524794,0.01137245,0.029067108,-0.0025495812,-0.014398078,0.017009752,-0.002907087,0.0072103287,-0.028103724,0.026447907,0.03567532,-0.027456451,0.0061077056,0.01735597,0.025108201,0.0018166943,0.025002832,0.001977572,0.0072780666,0.002632372,-0.01714523,-0.0067286366,0.017160282,0.0132164275,0.0043427553,0.020803079,-0.003091485,0.00259474,-0.019704217,-0.017792502,-0.0017724765,-0.011470294,0.008301662,-0.03597638,0.019327896,-0.005106689,-0.014601292,0.03775262,0.0031705126,0.0423588,0.026086638,0.014089494,0.04178679,0.007285593,0.0021883121,0.0068415334,-0.009949952,0.028690787,0.014781927,-0.0024856066,-0.06761753,-0.019734323,0.0008979983,0.016031316,-0.012260569,-0.013043319,0.010747755,-0.014631398,-0.025890952,0.007594177,0.0037575748,0.012260569,-0.010092955,-0.049704604,-0.010913337,0.03447109,0.0048244474,-0.0038403657,0.034139927,-0.03477215,0.00009778491,0.010687544,0.024430823,0.019463371,0.02546947,0.0057577263,0.015835628,-0.0528055,0.0054039834,-0.012983108,0.0011007418,0.007488807,-0.020216016,-0.006442632,-0.008437138,-0.04533927,0.025017884,-0.021932043,0.004199753,0.0019512294,0.004847027,-0.014518501,0.017039858,-0.030211126,0.04085351,-0.0029597722,-0.022880375,0.008038237,-0.0068452964,-0.0022014836,-0.014827086,0.0081812395,-0.023422278,-0.01025101,0.0019211236,-0.03158094,-0.0005555453,-0.0025063043,0.023512596,0.027381185,0.012704629,-0.008798407,0.002860047,-0.03121967,-0.016874276,0.038716003,0.03429046,-0.017551657,0.022699742,-0.018966626,0.03567532,-0.001808227,0.02959396,-0.011071392,-0.00072253816,0.039288014,-0.049493864,-0.017551657,-0.018530093,0.005309903,0.022248155,0.012516469,0.03666881,-0.01788282,0.011650928,0.0034075954,0.016768906,0.0004788697,0.010100481,-0.023617966,0.030557344,-0.014879771,0.01574531,-0.020712761,0.02483725,0.019644007,0.012305728,-0.0038271945,0.018108614,0.0071726968,-0.028284358,0.003230724,-0.010680017,0.0051593743,0.025379153,-0.025951162,-0.0048921853,-0.013645435,-0.002212773,0.0058706226,-0.0027829008,0.025349047,0.0006383361,0.01720544,0.043412503,0.016392585,-0.000019654002,0.0052120592,-0.016874276,0.040401924,-0.00068396516,0.017476391,0.013577697,-0.017386075,0.000988786,0.021615934,-0.0011948223,-0.003708653,-0.028826263,-0.0126745235,-0.00035868186,0.0071651703,-0.0013622855,-0.021676145,0.007232908,-0.005535696,0.009031727,-0.008233924,0.0022748662,0.019689165,0.0042712544,0.008828513,-0.0077146003,0.028720893,-0.0121175675,0.0010433526,-0.014375499,-0.03106914,-0.031400304,-0.014842139,0.017566709,0.029262796,-0.0033135149,-0.014646451,0.028585417,-0.011078918,-0.0010358262,-0.023828708,0.0038986956,0.014510975,-0.013765858,-0.013668014,0.008429612,0.097241595,-0.011884248,0.009084412,-0.017506497,0.029307954,0.008640353,-0.021058977,0.030361656,-0.009731686,-0.004621234,-0.018846205,0.014277656,0.02415987,0.0014874126,-0.0050991625,0.0031309987,0.018635463,0.013118584,-0.021043925,-0.0027320974,0.028510151,0.0027019917,0.02546947,0.016242055,-0.03874611,-0.039438542,0.012072409,-0.008587667,0.006472738,0.014179812,0.00032057927,-0.019794535,0.015820576,0.0026192009,0.02583074,0.010363907,-0.0069318507,0.009400522,0.022790058,-0.016588273,0.0067286366,-0.006103942,0.016136685,0.046814453,-0.017566709,-0.0042863074,0.019433266,0.0266737,-0.0295488,-0.0413051,-0.023316909,0.0015551505,-0.013472326,0.016242055,0.0005724798,-0.0115004,-0.0092800995,0.032333583,-0.021630986,-0.0036973632,-0.014789453,0.0072291447,-0.016166791,0.0061792065,0.006540476,-0.024340505,-0.006815191,0.0071839863,-0.0026737675,0.039197695,-0.023045957,0.01710007,0.0026210826,0.0012409217,-0.0035807034,0.022443842,0.051270105,-0.0115004,0.05145074,-0.006216839,0.0121175675,0.0069318507,-0.00894141,0.026899494,0.013208901,-0.0056297765,0.0048545534,-0.0023350779,-0.025454417,0.044887684,-0.044014618,-0.010597226,0.04106425,0.018530093,0.0031648676,-0.008700564,-0.008324242,0.0056824614,0.0030199836,-0.022729846,0.020140752,0.035283946,0.012072409,0.013156216,-0.02185678,-0.020697707,-0.042449117,0.03079819,0.020110646,-0.00068302435,0.011485347,0.0087532485,0.03844505,-0.003051971,0.03811389,0.00046499283,-0.021405194,-0.01357017,-0.011906827,-0.005859333,0.009784371,0.015910892,-0.005343772,0.009791898,-0.005005082,0.021375088,0.004794342,-0.033718448,0.013366956,-0.015022772,0.0017856477,-0.013555117,0.0009398641,-0.0074624647,-0.014533554,0.025078095,-0.024491033,-0.037571985,-0.00023567163,0.011357397,-0.04335229,-0.005377641,0.01291537,0.0006670307,0.016196897,-0.016242055,0.012990634,-0.024415769,-0.0017517788,-0.016497955,0.020577285,-0.0045459694,0.013193848,-0.004779289,-0.020953607,0.0037274691,0.0121250935,0.027170446,-0.047446672,-0.0013867464,0.006905508,-0.012463784,0.037632197,-0.004282544,0.028178988,-0.0048884223,-0.02113424,0.02107403,0.012034777,0.00083543477,0.0029597722,0.011643401,-0.014307761,0.013487379,0.02640275,-0.022157837,-0.0057727788,0.018770939,-0.009438155,-0.00904678,-0.0014112074,-0.003650323,-0.013419641,0.010439171,0.018966626,0.0043992037,-0.02959396,-0.0033191596,0.00005015666,-0.03158094,-0.009265047,0.03185189,0.023030905,-0.00012771427,0.00030035197,-0.0030463263,0.0010725176,0.0003631507,-0.0056485925,0.038204204,-0.023648072,-0.020140752,-0.026282325,-0.015316304,-0.00027447983,0.016317321,-0.016693642,0.015316304,0.010032743,-0.014066915,0.01046175,0.021600882,-0.049072385,0.0020227307,-0.0021243375,0.0053061396,0.023602914,0.026989812,0.006137811,-0.059308343,0.017371021,0.017416181,0.035645217,-0.08513908,0.014503448,0.034139927,0.011891774,0.0027546769,-0.032694854,-0.0048696063,0.018966626,-0.022202997,0.0019399397,0.003511084,-0.03149062,0.024129765,-0.02938322,-0.010890758,0.015775416,0.0018072862,-0.00507282,0.017581763,0.029413324,-0.0028957976,0.019071996,-0.0011675389,0.007432359,-0.00419599,0.005426563,0.011447714,0.024144817,0.019749377,-0.016061421,0.0054867743,0.010807967,0.017822608,-0.011297185,-0.014729242,0.0038083782,-0.032965805,-0.038143992,0.00781997,0.0081887655,-0.04753699,0.0009963124,0.0172506,0.014187338,-0.018605357,-0.04308134,0.03498289,0.021254664,0.0025533445,0.0012333952,0.016136685,0.01688933,0.013111057,0.008911304,0.045038212,0.013156216,0.0035938749,-0.034531303,0.0039852494,-0.001909834,0.009249994,0.009445681,0.02039665,0.0002730686,0.0007836905,-0.0030162206,0.018108614,-0.004180937,0.00008055642,-0.009769319,0.032905594,0.030105757,0.028856369,0.017672079,0.031340092,-0.0028619284,0.0057727788,-0.0056786984,-0.005479248,-0.017581763,-0.025243677,0.040432032,0.020261174,0.020697707,0.01103376,-0.036277436,0.015956052,0.01082302,-0.048771325,-0.01714523,-0.003943854,0.008038237,-0.011109024,0.008248977,0.0062130755,-0.0104466975,0.034591515,0.02860047,-0.01773229,-0.013592749,0.034621622,0.077853486,0.004113199,-0.0018910179,-0.0104241185,0.019689165,0.013856174,0.037361246,0.028841315,0.027471503,-0.04449631,0.017491445,-0.023301857,0.0154743595,-0.0030651423,-0.007895235,-0.0010132468,-0.026733913,-0.01314869,0.0019418213,0.013848648,-0.009122045,0.013494906,-0.013043319,0.014699136,-0.026794124,-0.020140752,0.0025872134,0.061325427,0.014684083,0.05434089,0.021013819,0.026989812,0.007639336,-0.0075640716,-0.041395415,0.0015974868,-0.019960117,0.006770032,0.004402967,0.017235545,-0.02703497,0.026432855,-0.01466903,0.006596924,-0.004847027,-0.028585417,0.0054340893,-0.018816099,0.051420633,-0.018951574,-0.0019888615,-0.01710007,-0.0063109193,-0.0012936067,-0.0127121555,-0.035524793,0.01993001,-0.005799121,0.015775416,0.028178988,0.01688933,0.012094988,-0.017325863,-0.017927978,-0.033868976],"social":"https://twitter.com/_borombo"},{"title":"tech goat","description":"get smarter about ai with our 3-min daily newsletter on what matters in ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=AJ7pAmhXLak","youtube_transcript":"Hi. My name is Cambridge, and my cofounder, Heather and I, developed TechGodes, an a high daily newsletter that gives you the latest tools and innovations happen in AI. We started out at build space trying to do traffic and gain momentum however we could. We reached out to all of our social media platforms, friends, families, every everything that we could and we had marginal improvements. So we we continued testing and throwing at the wall. And then finally, something clicked the last three days. We started doing influencer campaigns. With these campaigns, our users and subscribers more than doubled in just twenty four hours. Thanks for watching and looking forward to collaborating.","embedding":[0.055218298,-0.011774052,0.016288802,0.019754821,0.012607087,-0.052510936,0.00075633224,0.03100079,-0.0070473244,-0.005437039,0.021078752,-0.027594274,-0.0042432705,-0.054474518,0.024098502,0.021078752,-0.014243405,-0.060603272,-0.03897412,0.028888453,-0.047423474,0.017151589,0.02441089,0.027475268,0.029513229,-0.0086948,-0.018192882,0.046501186,-0.019397806,-0.041800488,0.009431142,-0.016987957,-0.04611442,-0.0035943214,0.017984623,-0.03147681,0.019338304,0.049863074,0.033975914,0.025526563,-0.021807658,0.01959119,0.07574665,0.030033875,-0.061347052,-0.03623701,-0.024931537,0.00889562,0.021004373,0.031328052,-0.048345763,-0.0023205965,-0.014354972,0.03409492,0.012852535,-0.034481686,-0.00998154,0.040967453,-0.046292927,0.011602983,-0.008174153,-0.036594022,0.07354506,-0.0024563365,0.02869507,-0.011907933,-0.014756614,-0.008538606,-0.0031871013,0.03296437,0.0504581,0.07360456,0.007846889,-0.042633522,0.009267511,-0.05245143,-0.068308845,0.024083627,0.017835867,-0.026776114,-0.013008729,0.0028468217,0.00045045232,-0.009728655,-0.05239193,-0.03225034,0.009535272,-0.026909994,-0.055813324,0.019784573,-0.0012263089,0.058728945,0.01548552,0.016259052,0.008003083,0.002461915,0.010903829,0.003919726,0.047988746,0.028992582,0.053224966,-0.0044998745,0.0019189549,0.018386265,0.02920084,-0.019546563,-0.02438114,-0.04825651,0.04540039,-0.02835293,-0.107818484,-0.037218798,-0.0013155625,-0.026969496,-0.014064898,-0.01429547,0.012696341,-0.043674815,0.0019170954,-0.03608825,-0.086338095,0.0035385378,0.028397556,0.016244177,-0.011216217,-0.034005664,-0.03320238,-0.03921213,-0.04424009,-0.017463977,0.027594274,0.010688133,0.035076708,-0.0020323815,-0.0017199934,-0.032696612,-0.027549647,0.027668651,-0.045787156,-0.007683257,0.036713026,-0.016006166,0.0020528354,-0.002359645,-0.056616604,-0.04111621,-0.05212417,0.0071328594,-0.029007457,-0.01728547,-0.026478602,0.010041043,-0.028709944,-0.018073877,0.017092086,0.039569147,0.0036761374,0.05245143,-0.053968746,-0.050606854,0.021361388,0.03445193,-0.01887716,0.009386515,-0.08145889,0.028903328,-0.0033618899,-0.04977382,-0.07485411,-0.004061044,0.0010645365,-0.01388639,-0.021049,0.07842426,0.025957955,-0.020602733,-0.0020416786,-0.038051832,-0.03992616,-0.07652018,-0.051112626,0.0023893963,-0.026136462,0.001884555,-0.07372357,0.00016223722,0.017300345,-0.0046932576,0.013231863,-0.039271634,-0.01694333,0.013507062,0.035612233,0.037218798,-0.004682101,-0.05120188,0.06450068,-0.015396265,0.032161087,0.03534447,0.046025164,-0.012919475,0.023265468,0.014949997,-0.0005206467,-0.021361388,-0.00043813346,0.016303679,-0.05215392,-0.023250593,0.071521975,-0.018624274,-0.00093530456,0.011952559,-0.05941322,-0.011268281,-0.027207507,-0.011164152,0.0057196757,0.05503979,-0.027014123,0.030465268,0.023012582,0.0036612616,0.01117159,0.0098327845,0.020379597,-0.024455518,0.03828984,0.009126192,-0.0021569647,0.014072335,-0.0052957204,-0.03555273,0.013938455,-0.021986164,0.04903004,-0.008300595,0.055843074,-0.021807658,-0.005779178,-0.012183132,0.024068752,0.02679099,-0.0066270884,0.017820992,-0.031268552,-0.04397233,-0.02356298,0.05816367,0.04900029,0.0030067344,0.03992616,0.011022833,0.02078124,-0.00052947906,0.0041465787,0.01826726,-0.007988207,-0.031060291,0.010792262,-0.01802925,-0.018564772,-0.0300785,-0.0036445267,0.01225751,0.008055148,-0.036713026,-0.0023689424,-0.0081369635,-0.0047453223,-0.0084939785,0.020974623,0.016244177,-0.01847552,0.010554251,-0.0038044394,-0.011387287,0.0045110313,-0.020290345,-0.0008437265,-0.005455633,0.00094041805,0.00059409504,-0.026567856,0.020944871,0.0098327845,-0.012235196,-0.019412683,0.007869203,-0.0015981994,-0.036118004,0.0075977226,0.021822533,0.02112338,0.051082876,0.049238298,0.01015261,0.010903829,0.0017478853,-0.03466019,-0.039985664,-0.018073877,-0.032845367,-0.015366514,-0.0069022872,0.018118504,0.005184153,0.019650692,-0.027549647,0.00702873,0.024663776,0.0039941035,-0.022045666,-0.031030541,0.030167755,0.041889742,-0.0038862554,-0.017538354,-0.010799699,-0.036653526,-0.04138397,-0.013358306,-0.031774323,-0.012294699,0.0021811377,0.07824576,-0.014719425,0.011483978,-0.03228009,0.037843574,-0.045102876,-0.025318304,-0.013484748,-0.0061138794,0.015307012,-0.00006275652,-0.08550506,0.013626067,-0.0009060182,-0.03370815,-0.032161087,-0.023786115,0.017731737,0.05483153,0.0323991,-0.011677361,-0.00089160743,0.013908704,0.056765363,-0.030361138,-0.017077211,0.03653452,0.004726728,-0.02930497,0.008434476,0.012212883,-0.016318554,0.012235196,0.009356764,-0.031268552,0.042484768,0.066999786,0.036564272,0.015887162,-0.007452685,-0.08990824,0.004328805,-0.0026199685,-0.005299439,0.044121087,0.03936089,0.0019301116,-0.01184843,-0.036504768,-0.016021041,0.08342247,0.006950633,-0.009282386,0.043615315,0.06670228,-0.030346263,0.003765391,-0.025005916,0.011186466,0.026181089,0.024797658,-0.022224175,-0.043942578,0.0008906777,0.039628647,-0.05503979,-0.017017707,-0.030554522,-0.006865098,0.0300785,0.037308052,0.02115313,0.037635315,-0.004961019,0.017434224,-0.028814074,-0.039093126,-0.0204391,0.013328554,-0.00018768848,-0.008263406,0.011930246,0.026939746,0.040729444,0.01779124,-0.05503979,0.04040218,-0.017404474,-0.023265468,-0.012056689,-0.0294091,0.0139607685,0.04543014,0.058550436,-0.023161339,-0.05212417,0.01453348,-0.012123629,0.006002312,0.016749946,0.03338089,-0.015559898,-0.0105245,-0.028873576,-0.06658327,0.0071923616,0.0517374,-0.0123095745,-0.0086352965,0.033737905,-0.031119796,0.032488354,0.034927953,0.01521032,-0.00052390073,0.029111587,-0.021911787,-0.010822013,0.013276489,-0.042365763,-0.0062291655,-0.011431913,-0.04135422,-0.0647982,-0.005890745,-0.044002082,0.017820992,0.036356013,-0.06569073,-0.02644885,-0.022491936,0.0021067595,0.019948205,-0.024098502,-0.03629651,-0.0019301116,-0.020245718,-0.004217238,0.043407056,-0.039955914,-0.0067312177,-0.0056043896,-0.0013666975,-0.04349631,0.014228529,0.012785595,-0.033589147,-0.009966665,-0.044597104,0.002906324,0.018490395,0.0061547873,-0.00679072,0.0067237797,-0.04593591,0.0002791503,-0.021926662,0.08401749,0.009051814,0.0149574345,-0.032161087,-0.010740197,0.023116712,-0.0019951924,0.022075418,0.02441089,0.023488602,-0.018579649,-0.041740987,0.0011472821,0.009602212,-0.042455018,-0.005827524,-0.02040935,0.022997707,-0.0021960132,-0.034184173,0.077472225,0.03585024,0.01874328,-0.022120045,0.0037189047,-0.0258687,0.005630422,-0.0444186,-0.03531472,0.021182882,0.04444835,-0.0052362178,-0.008880745,-0.012748405,0.04659044,0.0038490663,-0.015589649,-0.059234716,0.016660694,-0.08104237,0.033975914,-0.003826753,-0.008084899,-0.02247706,-0.023473727,-0.035255216,-0.0009083425,-0.012696341,-0.010033605,0.009706342,0.009022063,-0.037665065,-0.01490537,-0.024396015,-0.04876228,-0.03466019,-0.012287261,0.0012904599,0.016244177,0.02006721,0.015827658,-0.022417558,0.04662019,-0.015455768,-0.03153631,-0.009862536,0.037099794,0.03510646,-0.0025604658,0.04682845,-0.0072518643,0.038557604,-0.016080543,0.0036761374,-0.050844867,-0.0066865906,0.011387287,-0.005437039,-0.02560094,0.011558356,0.013254177,-0.0025995143,0.041235216,-0.0056415787,-0.019204425,-0.00787664,-0.0016288803,-0.01317236,-0.004105671,0.006236603,-0.0032261498,0.046768945,0.002540012,-0.030852033,0.0051395264,-0.021049,0.019234175,-0.008241093,0.015916912,-0.0053626606,0.026300095,-0.019680444,0.003493911,-0.023786115,0.012993854,0.042871535,0.022298552,0.010777386,-0.0074749985,0.003107145,0.0026329847,-0.0017971607,-0.0004671874,0.008367536,-0.030911537,0.0007651647,0.03195283,0.037337802,0.013574002,-0.015559898,-0.016140046,-0.0119823115,0.01612517,-0.009654277,-0.005299439,0.021004373,-0.013328554,0.027891785,-0.008293157,-0.03412467,-0.015812783,-0.03335114,-0.0077948244,0.01310542,0.017062334,0.042127755,0.0101451725,-0.008174153,-0.025615815,-0.006987822,-0.024158005,0.014436788,0.013938455,0.024098502,-0.03335114,-0.006682872,-0.0008730129,0.018906912,0.026329845,0.016809449,0.021599399,-0.007973332,-0.025184423,-0.015069002,-0.0056341407,0.042336013,-0.050547354,0.009951789,0.0104724355,-0.008427038,-0.024158005,0.03317263,-0.008367536,0.010941017,0.050130837,-0.027906662,0.017880494,0.004046168,-0.023741487,0.039301384,0.008501416,0.011000521,0.0118112415,-0.026954621,0.008568357,0.0056490162,-0.0030848314,0.0010208393,0.015723528,-0.027222382,0.013767385,-0.020706862,0.014332659,0.020810992,0.03894437,-0.018906912,0.013693008,-0.0054519144,0.023072084,0.013402932,-0.022982832,0.011253405,0.012056689,-0.003493911,-0.04614417,0.04903004,0.009862536,-0.04254427,0.02329522,-0.054058,-0.008501416,0.021272136,-0.01538139,0.026984373,0.002950951,0.023726612,-0.013246738,-0.006556429,0.02750502,0.0049052355,-0.012755843,-0.0013601894,-0.039747655,-0.003901131,-0.0013202112,-0.00461888,-0.06461969,-0.014979748,-0.0067832824,-0.0516779,0.008858431,0.011759177,-0.01039062,0.0037356399,-0.005124651,0.014265719,0.027177757,-0.05286795,-0.015455768,0.0042246757,0.014764052,0.0099889785,0.019739946,-0.016006166,-0.04183024,-0.0053440663,-0.027906662,-0.03608825,-0.005165559,-0.019516813,0.0030959882,0.0053998497,-0.023622483,-0.006906006,0.018698653,-0.04421034,-0.0323991,0.016035916,0.008218779,-0.00960965,0.01959119,-0.0041577355,-0.023741487,-0.05768765,-0.028457059,-0.031179298,-0.029275218,0.0028393837,0.017597858,0.011193903,0.035998996,0.015440892,0.0019989114,0.024574522,0.03695104,0.016080543,-0.009245197,-0.0030197506,0.015054126,-0.042514518,0.0074712797,0.015158256,0.016958205,0.013655818,0.029007457,0.007869203,0.009565023,0.00093762885,-0.00048066844,0.005396131,0.038081583,0.006641964,0.023964623,-0.002943513,-0.010918704,-0.0030569397,0.028546313,0.017731737,0.010160048,-0.019620942,0.0001266752,0.024440642,-0.025422433,-0.026091836,0.015678903,0.014548356,-0.008181591,-0.0066940286,-0.00088602904,-0.037367556,0.02152502,-0.014615295,-0.059889242,0.06473869,-0.008724551,-0.0077948244,-0.02811492,-0.011350097,0.013997957,0.011870744,0.005741989,0.028471934,-0.00038002557,-0.005191591,-0.043912828,-0.0056750486,0.0192193,-0.0050614295,-0.0010282772,-0.02284895,0.027995914,0.005165559,-0.030614024,-0.0050168023,0.031566065,-0.009542709,-0.0052882824,-0.019948205,-0.028605815,0.003354452,-0.03629651,-0.030316511,0.0086352965,0.031982582,-0.022700194,0.027356263,-0.0144739775,0.007181205,-0.00726674,-0.003222431,0.00007751592,0.010033605,0.023339845,0.0032949497,0.010011291,-0.03412467,-0.010479874,0.02536293,-0.02851656,0.020141589,-0.01249552,0.018445767,0.017478852,-0.061644565,0.004113109,-0.013335993,-0.0009780719,-0.0132913655,-0.014682236,0.011751739,0.024440642,-0.02329522,0.014518604,0.020706862,-0.02906696,0.023443975,-0.034541186,-0.009349327,-0.0066605583,0.026032332,-0.015961539,-0.016556565,0.04153273,0.00043976048,-0.034154423,0.041502975,0.013559126,-0.01898129,0.0028523998,0.014607858,-0.0111269625,0.05575382,-0.047988746,0.003423252,-0.0007316945,0.034332927,0.035433725,-0.011134401,0.02356298,-0.009074127,-0.013187236,0.021093627,0.024217507,-0.031387556,-0.004998208,-0.002231343,-0.014927683,0.022521688,-0.019204425,0.012361639,-0.025913328,-0.04516238,0.005384974,-0.03079253,0.0059985933,-0.008687361,-0.010576565,0.014139276,-0.00461888,-0.016140046,-0.012867411,-0.018088752,0.01667557,-0.0041502975,0.008739426,-0.0017590419,-0.038825367,0.014659923,0.003724483,-0.0018111066,-0.011595545,-0.036475018,-0.0010617473,-0.006165944,-0.00923776,0.012198008,0.0020770084,0.00010540771,-0.015016938,0.026776114,-0.013335993,-0.02023084,0.03445193,-0.033261884,0.0408187,-0.011134401,-0.008330347,-0.0312388,-0.015708653,0.037337802,-0.0036203538,0.005076305,0.028040541,-0.010197237,-0.010874078,0.02821905,0.050577104,0.033053625,0.0042767404,0.012175694,-0.0005053062,0.017716862,-0.04227651,0.016392931,0.014734301,-0.014332659,-0.012830221,-0.024277011,0.0013453137,-0.011409599,-0.02862069,0.010680694,0.005184153,0.00461888,0.0057047997,0.018445767,-0.030703278,0.024128255,0.011692236,0.0282488,-0.0032205714,0.0038676609,-0.029156214,0.01660119,0.029632233,0.011060023,0.019784573,0.023265468,0.029795865,-0.030643774,-0.0324586,-0.006091566,0.010688133,0.004637474,-0.021063877,0.019130046,0.018817658,0.017270593,0.010963331,0.011900495,-0.007943581,0.010717884,-0.011268281,0.021301886,0.022640692,0.025452184,0.011483978,0.013447559,-0.011417038,-0.0079807695,-0.03552298,-0.014853305,-0.022030791,-0.03042064,0.0015293995,0.00084419135,0.015693778,0.022521688,-0.022224175,-0.020721737,0.044150837,-0.007370869,-0.028233925,-0.022863826,-0.0294091,-0.012034376,0.008969998,0.0040722005,0.007419215,0.020543229,0.0015321887,-0.014949997,-0.020424224,0.007422934,0.004566815,-0.013335993,-0.026017457,-0.00003951336,-0.025809199,0.021138255,-0.0024135693,0.026716612,0.006563867,-0.0053254715,0.01704746,-0.0003493446,-0.021034125,0.011550918,-0.017820992,0.019427558,-0.00079538074,0.0029044645,-0.03989641,0.032369345,0.024842283,0.01609542,0.016541688,-0.0004964738,0.041621983,-0.011662485,0.012220321,-0.03537422,0.010331118,0.026195966,-0.045043375,0.048167255,0.00162981,-0.04879203,-0.016735071,0.0003874634,0.00957246,0.006474613,0.013544251,-0.014883056,0.0014912807,0.054534018,0.018073877,0.02920084,-0.0032782145,0.008672486,0.02705875,-0.0022015916,0.012547584,-0.011751739,0.016749946,-0.008717112,0.02142089,-0.03939064,0.014064898,-0.011045147,-0.0054853843,-0.027832283,-0.021272136,0.049922578,0.03076278,0.02234318,-0.024202632,0.0024563365,-0.012830221,0.0129789775,-0.032785863,-0.011097211,-0.048197005,0.019055668,-0.02536293,-0.007653506,0.008843555,-0.01117159,-0.010993082,-0.008263406,-0.010955893,-0.010241863,0.029617358,0.013395495,-0.0039271633,0.032161087,-0.011878181,-0.004377151,-0.0042655836,0.012406266,-0.0010189799,0.001473616,-0.010598878,0.029944621,0.008434476,0.028918203,-0.00073122967,-0.025853826,0.035760988,0.007802262,0.016482186,-0.023815867,-0.0027984758,0.019353181,-0.03626676,0.033618897,-0.0035664297,0.027921537,0.012279823,-0.0050539915,0.0063370136,0.003772829,-0.0053143147,-0.008984874,0.015225196,-0.0070956703,-0.0052176234,0.022001041,0.0023466288,-0.009364202,0.004451529,0.008940247,0.005745708,-0.0061101606,0.03820059,-0.041889742,0.013774823,0.0029899995,-0.02033497,0.009178257,-0.012949226,0.021287011,-0.014920246,-0.01898129,-0.018282136,0.015262385,-0.042217005,0.054623272,-0.0132913655,0.013068231,-0.0013564705,-0.010026167,0.028769447,0.0030941288,0.09395441,0.002465634,0.007616317,0.0039941035,0.026493477,-0.0071254214,-0.0056006704,0.022834076,-0.01847552,-0.013202112,0.0029044645,-0.029513229,-0.0054816655,0.0019096576,0.0015191726,0.010093108,-0.0033284198,-0.02668686,-0.0118112415,-0.04302029,-0.010368306,0.0078097,-0.014169027,-0.037843574,-0.027073627,-0.009721217,0.016526813,-0.03629651,0.004801106,0.03457094,-0.01171455,-0.006872536,-0.013462435,0.026820742,0.047274716,0.008605545,-0.035671733,-0.020691985,0.0018138958,-0.0009855097,0.013157485,-0.021718403,0.033975914,-0.021986164,0.01956144,0.012079002,-0.011550918,-0.017196216,-0.021346513,-0.023786115,-0.015693778,-0.01898129,0.010606316,0.005001927,0.020364722,0.012592211,0.03100079,0.05102337,0.031625565,0.035017207,-0.015574773,0.020260593,-0.036861785,-0.005779178,-0.019472186,-0.022789448,-0.0043920265,0.007422934,0.017404474,-0.023503479,0.020245718,-0.01178149,0.05340347,-0.0039122878,0.013097983,0.003079253,-0.0029546698,0.000256372,0.0040870765,-0.020141589,-0.010941017,0.0021588241,-0.0043027727,-0.006244041,-0.01985895,0.014407037,-0.0015266103,0.010688133,-0.004254427,0.016407808,-0.02091512,0.023518354,0.04114596,0.018460643,-0.0025864982,0.0025790604,-0.022774573,0.0033879222,-0.03986666,0.00044650098,-0.010375744,0.040550936,-0.0109707685,0.013402932,-0.020349847,-0.034332927,-0.038765863,0.01293435,-0.0049796132,-0.00726674,-0.0050725862,0.008166715,0.0005857275,-0.008836118,0.032101586,0.031655315,0.00220717,0.007527063,0.013551689,-0.03823034,0.018386265,0.000570387,-0.026627358,-0.024277011,-0.0124806445,-0.0036817156,0.0648577,-0.030584272,0.04519213,0.0063184192,0.001405746,0.015396265,0.03704029,-0.012547584,-0.0042060814,0.036147755,-0.014273156,-0.032131337,0.022268802,-0.007222113,-0.035701487,0.017716862,-0.008226218,0.010926142,-0.010160048,-0.01847552,0.008553481,0.02305721,0.004358556,0.0024600555,-0.010814575,-0.019888703,0.030346263,0.02091512,0.0014596701,0.0013127733,0.04078895,-0.018535022,-0.007928705,0.024009248,-0.025764572,-0.02078124,-0.008196466,-0.0023912557,0.015455768,0.0014959294,-0.003592462,0.009557585,0.023205966,0.03772457,0.021272136,-0.018624274,-0.03293462,-0.005306877,0.0036724184,-0.007419215,-0.014250843,0.020141589,0.01178149,-0.0059130583,0.00073587825,-0.028531438,-0.006671715,0.022744821,0.006909725,0.0070956703,-0.008605545,-0.019814324,-0.009527834,0.000042389704,-0.016868953,-0.010375744,-0.018802783,0.009877411,0.021941537,-0.015916912,-0.014711987,-0.03039089,-0.013321117,0.04284178,0.007352275,-0.01069557,-0.024396015,0.032756113,-0.0045184693,0.0054705087,-0.016511938,0.001972879,0.03388666,0.0014894214,0.020111836,0.008754302,0.005968842,0.00067684066,0.013373181,-0.031030541,0.013596316,0.018936662,0.054444764,-0.027460393,0.035731237,-0.026359597,0.0047527603,-0.035701487,-0.015195445,0.009289824,0.041770738,-0.010591441,-0.0154706435,0.034541186,-0.018445767,-0.012026938,0.00016955881,0.008612983,-0.049387056,0.009810471,-0.07330705,-0.0069320383,-0.0028914483,-0.0064225486,-0.021614274,-0.0075530955,0.0007451755,0.0042358325,0.0014671079,0.029587606,-0.03225034,0.0035366784,0.00030913396,-0.0045891283,0.026002582,0.044002082,-0.041086458,-0.023250593,-0.031090043,0.006087847,0.0029825615,-0.014340097,-0.021182882,0.015797907,-0.007988207,0.0073150857,0.004094514,-0.05143989,0.004258146,0.018549897,0.009698903,0.013008729,-0.008598108,0.015827658,0.0075902846,0.0066196504,0.019100295,-0.027460393,-0.00207143,0.024217507,-0.028709944,0.022700194,0.0019877546,-0.009617087,-0.043585565,-0.003337717,-0.009274948,0.004525907,-0.030197507,-0.013499624,-0.0003955985,-0.027073627,-0.004533345,0.0023336126,-0.017880494,0.0022796886,0.010494749,0.04135422,0.0007898024,0.02186716,-0.03052477,0.00081583473,-0.0053440663,0.002305721,0.03052477,0.020171339,0.02668686,-0.027624024,0.038825367,0.042336013,0.022030791,0.0043845885,-0.0063035437,0.01161042,0.009654277,-0.012421141,0.041264966,-0.0048940787,-0.004258146,0.00600975,0.013945892,0.014607858,-0.012688903,-0.019174673,0.029870242,0.02451502,0.028680194,-0.021034125,-0.0052845636,0.024529895,0.0015647291,-0.021257259,0.050844867,0.02522905,-0.0050130836,0.04355581,0.03153631,-0.01524751,0.021376265,-0.045102876,0.0035329594,-0.02213492,0.00906669,-0.014042584,-0.023860492,-0.006050658,0.020543229,-0.0071626105,-0.0084791025,0.02234318,0.008784053,0.017895369,0.02162915,0.01093358,-0.02210517,0.012815346,0.040045165,-0.007772511,-0.0055486057,-0.00339536,0.02536293,0.0032614795,0.032101586,-0.018044125,-0.009193133,-0.017121837,0.0014150433,0.0072518643,-0.024961289,0.046709444,-0.019025916,-0.013097983,0.022908453,-0.029052084,0.027668651,-0.015232634,0.011736863,-0.021986164,-0.0068799737,-0.028174423,-0.009297262,0.015530146,-0.0030959882,-0.02549681,0.041621983,0.0039978228,0.018609399,0.018594524,0.039598897,-0.004607723,-0.03992616,0.0035701485,-0.0057828967],"social":"https://twitter.com/h_khan3"},{"title":"chaostown","description":"a youtube channel exposing the chaos where you live. starting in portland, oregon.","niche":"creator","youtube_url":"https://youtube.com/watch?v=vAlcMSPOpeQ","youtube_transcript":"What's up guys? I'm James from Chaos Town. I've been a bouncer for almost ten years and I love living in Portland, but I hate the local news. It's a touch and it's all fear mongering. Hey, how's it going? What's going on? Good. What's happening on it? You guys do spell tattoos? Yeah. Do that. To me and some friends started a documentary series about Portland that takes you to the places the news is too scared to go. Sex work is work. If hard work. Our first episode is about a late night yoga class for sex workers and why it's important for strippers to have somewhere to go after work. The second episode is the dark side of cheap weed. We talk to growers who are thinking about leaving the state because they can't make a living. This is like one has chopped the factory for weed. Definitely. Wow. On paper, things are looking great. Our first TikTok blew up and things have been steady since, but I think we made a mistake early on. At first, we thought people just wanna see cool local shit. But then we looked at the comments and we noticed a theme. Maybe people don't want another new show. They want something that brings them together. On demo day, we threw a lunch party at a local barn. We're creating a community around our series. People can tell us what they're curious about and we'll go explore. It'll keep us honest and keep our work authentic. Once we get some cash, we'll be able to double our content output. Some people might think a hyper local documentary series based in the weirdest city in America sounds kinda crazy, but most of the good stuff does it first. And well, we're committed. Episode two drops soon. See them.","embedding":[0.03161642,0.051366765,-0.06345493,0.03277447,-0.0067738136,0.02358937,-0.006948315,0.024509467,0.026032384,-0.0012086182,0.015903391,-0.013587287,-0.01708524,-0.06263001,-0.010525586,-0.004981212,-0.016307916,-0.031394325,-0.03196542,0.02163813,0.03258411,0.012873419,-0.033631112,0.00046847586,-0.010700088,-0.026540024,-0.036454856,0.052223407,0.00055275194,0.020987717,0.033948388,-0.03166401,0.026238613,0.0022348033,-0.016038233,0.012572008,-0.0070315995,-0.009549967,0.0479402,-0.009430989,0.0089709405,-0.024620513,0.05933036,-0.014063199,-0.021939542,-0.029887272,-0.034582935,0.068150595,0.015950983,0.028459536,-0.043371446,0.029474815,-0.03401184,0.0331552,-0.045624096,-0.036486585,-0.05181095,0.024382558,-0.006052014,-0.0053579756,0.09346911,-0.019496527,0.07297317,0.027698077,-0.030712185,0.015435412,-0.03940551,-0.017751517,-0.0021792802,0.035376124,0.08826581,0.00326198,-0.008629871,0.0011620184,-0.03072805,-0.0006742086,-0.01088252,0.000652396,-0.043974265,-0.049621757,-0.020131076,0.041340888,0.009446853,0.041626435,0.0069205533,-0.0180212,-0.05482506,-0.035756852,-0.044005994,0.024319101,-0.012445098,0.0389296,0.017291468,0.0268573,0.07798611,-0.02677798,-0.034963667,0.037311498,0.05390496,-0.022748593,-0.010596973,-0.014840522,-0.021669859,-0.018941296,0.03141019,0.032441333,-0.0113584325,0.032203376,0.03064873,-0.03077564,-0.10673119,0.0112711815,0.015292638,-0.00045137276,0.011548798,0.020321442,0.024810879,-0.040642884,0.025810292,-0.023478324,-0.050034214,0.020115213,-0.02260582,0.03556649,-0.028935447,-0.027253892,-0.0076383874,0.00673812,-0.007170407,-0.05368287,0.021860223,0.008804372,-0.0010370915,-0.025540609,-0.05707771,-0.008598143,-0.057648804,-0.020194532,0.033218656,0.019877257,0.055110607,-0.04778156,0.027951896,-0.0151657285,-0.007999287,-0.026079977,0.025540609,-0.0059607974,-0.038707506,0.02796776,-0.009534103,0.014935704,-0.0317116,0.00014475656,0.0044735726,-0.02958586,0.010366949,0.04857475,-0.024144601,0.006984008,-0.032488924,-0.016609328,0.00072874024,-0.023081731,-0.027872577,0.049907304,-0.012548212,-0.053206958,-0.04781329,-0.027507713,0.010842862,0.00512002,-0.019004751,0.027475985,0.0041444,-0.03302829,0.04847957,0.0033452646,-0.033726294,-0.029125813,-0.016260326,0.017196286,-0.026714526,-0.014475656,-0.015157796,-0.021114629,-0.0059489,0.0021455698,-0.0001588852,0.01432495,-0.0073766354,0.044228088,-0.004580653,-0.0017003939,0.034741573,-0.061805103,0.046036553,0.038644053,0.033345565,0.046924923,0.013547627,0.086933255,0.010057607,0.0051874407,0.0016954364,0.006301868,0.012968602,0.030030046,-0.047876745,-0.004814643,0.048511293,0.04241962,0.00018429196,0.032377876,-0.0012234903,-0.01594305,-0.026730388,0.08249141,-0.012540281,0.038390234,0.034360845,0.048892025,0.0010886487,0.013032056,0.052223407,0.020543534,0.037343226,-0.022320272,0.033853207,0.0069284854,-0.0065041305,0.016093757,0.0002498538,-0.06650077,0.047622927,-0.04717874,0.009423058,0.014547043,-0.033218656,0.018243292,0.009526172,-0.016879011,0.018861977,0.041245706,0.038739234,-0.02376387,-0.039595876,-0.038326778,-0.028586445,0.04755947,0.048003655,0.025588201,-0.002195144,-0.022367863,0.0064406754,-0.041721616,-0.0017202235,0.013936289,-0.02027385,0.033726294,0.043371446,0.017037649,-0.009526172,-0.052635863,-0.010057607,0.030109365,0.0034662255,0.0014307104,0.02579443,-0.004810677,0.015792346,-0.007955662,0.018719204,-0.022716865,-0.031219825,-0.054761603,-0.014903977,0.025667518,0.0036149481,0.00618289,-0.03169574,-0.013285876,-0.0037002156,0.025619928,0.015966848,-0.0028891822,0.0009800813,0.0031489509,-0.022431318,0.008122231,0.0032441332,0.0073369765,-0.0344243,0.04419636,0.009391329,0.0011689588,0.031933695,-0.002435083,0.00673812,-0.015911324,0.009161306,-0.05691907,0.0057862964,0.033345565,0.046163462,0.021273265,-0.03601067,0.0007679038,-0.0025976861,-0.034741573,0.026428979,-0.007658217,-0.0074083633,-0.040515974,0.018655749,0.027682213,0.02389078,0.05644316,-0.019131662,-0.046766285,-0.04654419,-0.016641056,0.004747222,-0.021939542,0.0344243,-0.0037041816,0.042641714,-0.026698662,0.023256231,-0.012381643,0.027650487,-0.037660502,-0.029855544,0.03047423,-0.009938628,-0.019893121,-0.020083485,-0.016101688,0.060789824,0.0434349,-0.040357336,-0.022240954,-0.033504203,0.013634878,0.029776227,-0.012056436,0.07697083,-0.05079567,-0.03366284,0.0466711,-0.04479918,0.0054769535,-0.0022467012,-0.024699831,-0.0072774873,0.0011699502,-0.003317503,-0.009708604,-0.021749178,-0.0021852292,-0.050002486,0.029792089,-0.0012621583,0.028316762,0.027142847,-0.0064486074,-0.029522406,0.014435996,0.03715286,-0.032282695,0.051017765,-0.047083557,0.0035138167,0.01751356,-0.024477739,0.052382044,0.04245135,0.01470568,0.039595876,0.017957745,0.007241794,0.010787338,0.0032718948,-0.014713611,-0.024747422,0.032393742,0.029887272,-0.037533592,-0.05507888,-0.02040076,0.021368448,-0.063645296,-0.023145186,0.024255646,-0.051366765,-0.025270926,0.008772644,0.020860808,-0.02040076,0.0040650815,0.01695833,0.006103571,-0.045370273,-0.012286461,-0.006635006,0.011850208,-0.046512462,-0.014094926,-0.032711018,0.018195702,0.022796184,-0.048638202,0.06853133,0.0057347394,-0.03991315,0.00237956,0.06891205,-0.0056554205,0.04156298,0.067008406,0.035376124,-0.037121136,0.034233935,0.046988375,0.029855544,0.06129746,0.06738914,-0.005984593,-0.011437751,-0.032869656,-0.026746253,0.009978288,0.042990714,-0.012928942,-0.014380474,0.0043982198,-0.04340317,-0.020321442,0.051303312,-0.0033710431,-0.017577015,-0.0049018934,-0.027856715,0.0007802973,-0.005572136,0.011485342,0.03252065,-0.02639725,-0.02842781,-0.008994737,0.0036526243,-0.041372616,-0.013587287,-0.006226515,-0.027809123,-0.014673953,0.019353753,-0.014951568,0.023954237,-0.041880254,-0.004711529,0.007233862,-0.036645222,0.037628774,0.0129527375,-0.039564148,0.0060361503,0.01997244,0.02070217,-0.0032322356,0.03940551,-0.0030498025,-0.02804708,0.005147781,-0.05495197,-0.047971927,0.039564148,0.016292054,0.029681044,0.0074281925,-0.01751356,-0.026968345,-0.048162293,0.064787485,0.00002807137,-0.10133752,-0.03277447,0.024795014,-0.012032641,-0.0065715513,-0.00034602766,0.049907304,0.0017767381,-0.020448351,0.021225674,-0.012897215,-0.054761603,-0.02197127,0.038612325,-0.008566416,0.017910155,-0.00031033426,0.0030656664,0.0024192191,0.02371628,-0.004985178,-0.011969186,-0.012405439,-0.00075650174,0.013008261,-0.061487827,0.023510052,-0.02133672,0.020765625,-0.04479918,-0.013825243,-0.010612837,0.023684552,-0.0062979017,-0.0036803859,-0.021368448,0.020035895,-0.005984593,-0.0066231084,-0.02002003,-0.0028971143,0.0066984612,0.023414869,-0.0045290957,-0.012976533,0.007709774,-0.019306162,0.039595876,-0.021511221,-0.023192776,0.004211821,-0.021304993,-0.027428394,0.029950727,0.0014495485,-0.0030498025,0.019068206,0.017116968,0.009629286,-0.010533518,0.012000914,-0.011255318,-0.003430532,-0.027650487,0.014118722,0.030283865,-0.025826156,-0.006888826,-0.024588786,0.004640142,0.017037649,0.00044641536,-0.006004423,0.030934278,0.056284525,0.027015936,-0.02103531,-0.005651455,0.020924263,0.008598143,0.06082155,-0.01890957,-0.011279114,-0.016990058,0.0094151255,0.025366109,-0.04841611,-0.012397507,-0.04635383,0.026762117,0.0040611154,-0.020829082,-0.0016775897,-0.01594305,-0.026270341,-0.037660502,-0.03867578,0.0054372945,0.019924847,-0.02779326,0.0043585603,-0.016046165,-0.026032384,0.025366109,-0.0023458495,-0.007912037,0.01776738,0.007753399,0.010660429,0.011770889,0.0012681071,-0.0018838182,-0.040008333,-0.016181007,-0.010002083,-0.013500037,0.012643395,-0.013349331,0.0031548997,-0.03896133,-0.0010569212,-0.0210829,-0.024033554,0.024192192,0.004279242,0.0018124315,0.00747975,0.016482418,-0.024509467,0.010953907,0.016046165,-0.05384151,-0.015118137,0.025080562,-0.01908407,-0.01857643,0.0045965165,0.019671028,0.038739234,-0.0061670262,-0.0004714503,-0.010700088,-0.008963008,0.017307332,0.005984593,-0.038770963,0.000980577,-0.0063970503,0.025048833,-0.01776738,0.009565831,-0.03366284,0.009121646,-0.0012869453,-0.018830251,0.05796608,-0.015015023,0.01678383,-0.011802617,0.0004902885,-0.013468309,-0.040325608,0.055872064,0.0052310657,-0.03578858,0.030188683,-0.028078806,0.030839097,0.00083879486,0.0124213025,0.006995906,-0.01959171,-0.023319688,-0.034265663,-0.0044973684,-0.009351671,0.06231274,-0.046988375,-0.0008645734,0.014919841,0.017640471,0.03369457,0.026428979,0.010509723,0.008804372,0.006817439,-0.017640471,0.026793845,-0.033472475,0.025762701,0.02214577,-0.03553476,-0.032076467,0.021622267,0.013936289,0.011445683,0.017751517,0.004199923,0.012802032,0.002661141,-0.011762958,0.03616931,0.036423128,0.0029982454,-0.011874003,-0.029458951,0.008391915,-0.026079977,0.0069800424,0.0061947876,-0.025588201,-0.021241538,0.0020999615,0.03302829,-0.058378536,-0.024033554,-0.01997244,-0.06294729,-0.0070791906,-0.028443672,-0.013333467,-0.019052343,0.0097324,0.0027761532,-0.0066469037,-0.040738065,-0.01479293,-0.006044082,0.0054333284,0.0070950543,-0.012460962,-0.0127782365,-0.028792674,0.0017628573,0.001540765,-0.03163228,0.009430989,-0.04552891,-0.06738914,0.0009939619,0.0010598956,0.009185101,0.023732144,-0.029268587,-0.0118978,0.009494444,0.03794605,0.022209225,0.030236274,0.015245047,0.032013014,-0.046861466,0.016942466,-0.027809123,-0.008645734,0.001688496,0.0076304553,-0.010747679,0.024430148,0.062281013,-0.023319688,0.00023560121,0.014554975,-0.010660429,0.010144857,0.017751517,0.017592879,-0.06732568,0.036518313,0.02239959,-0.02647657,-0.005496783,-0.035629943,0.013055852,0.03467812,0.024969514,-0.0016875046,0.0058457856,0.007420261,0.030505957,0.051208127,-0.009891037,0.0084395055,0.010969771,-0.040008333,-0.006222549,-0.0026571753,0.026111703,-0.014586702,0.04968521,-0.005163645,0.037248045,-0.009827582,0.015863733,0.015030887,0.04416463,0.025207471,0.009121646,0.0046639373,0.006539824,0.006329629,-0.021019446,-0.018163973,-0.015141932,-0.0038449722,-0.021701586,0.00014029488,0.00854262,0.021416038,0.007047463,-0.011453615,-0.010493859,-0.06031391,-0.045116454,0.020686308,0.013357263,-0.029046495,0.009423058,0.02842781,0.013634878,-0.035978947,-0.013444513,0.020004166,-0.016046165,-0.004584619,-0.029871408,0.023097595,-0.005742671,-0.041816797,0.02736494,0.02014694,-0.022463046,-0.0032461162,0.032013014,-0.016173076,0.041816797,-0.004628244,-0.015713027,-0.021416038,-0.012770304,-0.00033437775,-0.042007163,0.02784085,-0.0026313965,-0.0008809329,-0.03629622,-0.008487097,0.017577015,-0.008947145,0.033726294,-0.0029347904,-0.026540024,0.03470985,0.0134841725,0.002205059,-0.018227428,0.033060018,-0.012040573,-0.008007219,0.011596388,-0.008725053,-0.01020038,0.011080817,-0.017577015,-0.035344396,-0.03693077,-0.016173076,0.008629871,-0.027047664,-0.009280284,-0.008693325,0.0137538565,-0.002726579,-0.006710359,0.021685723,-0.048352655,-0.043656994,0.009097851,0.008748849,-0.006000457,-0.012492689,0.0067896773,0.009296147,-0.020448351,0.05780744,0.006004423,-0.0026948515,-0.015332297,0.021352584,0.01683142,0.024160465,-0.03017282,0.016196871,-0.009621354,0.009248556,0.0048820637,0.036772132,-0.01997244,-0.035090577,-0.027000073,0.011969186,-0.009193033,0.03047423,-0.0049574166,-0.008685393,-0.039976604,-0.014126654,-0.02622275,-0.008153958,-0.03467812,0.003204474,0.03378975,0.028618174,-0.010359017,-0.002431117,-0.02690489,0.024795014,0.034265663,0.036391404,0.0075352727,-0.026079977,-0.023367278,-0.023684552,-0.011556729,-0.019813802,-0.015578185,-0.05070049,0.0030835131,-0.003795398,-0.027666349,0.045275092,-0.000740638,0.020051759,0.014650157,0.01814811,0.0049772463,0.016561737,0.009074055,-0.016672783,-0.036708675,0.001247286,-0.016188938,0.02273273,-0.0024568955,0.04207062,0.03356766,-0.007971525,0.00024031076,0.006381186,-0.018211564,-0.013960085,0.019480664,-0.007888241,-0.05158886,-0.006809507,-0.0067857117,-0.006765882,-0.001957188,-0.012659258,-0.012857555,-0.020083485,0.021669859,0.016418964,0.04092843,-0.013254149,0.012619599,0.02966518,-0.012635463,-0.032013014,0.0028217614,-0.032964837,-0.03175919,0.02278032,0.0033888898,0.024588786,-0.0004952459,0.02273273,-0.02184436,0.03175919,-0.058917902,-0.011421887,-0.019845529,0.001715266,-0.027602894,0.032615833,-0.0055483403,0.039468966,-0.006932451,0.020131076,0.023557642,-0.0018035081,0.030966006,0.010065538,0.007364738,-0.010850793,0.01007347,0.026666934,-0.032711018,-0.012048505,-0.00040824324,0.02009935,-0.019258572,0.020749763,-0.001953222,-0.012857555,0.019496527,-0.04356181,-0.023573507,0.0040016267,-0.01776738,-0.009510308,0.033345565,0.0058338875,0.0017192321,0.032441333,0.0024866401,0.006052014,0.020432487,-0.0009815685,0.0039580013,0.019702755,0.0047829156,0.00048805765,-0.0056871483,-0.05698253,-0.012786169,0.021304993,0.002673039,0.0158558,0.04238789,-0.045624096,-0.016260326,0.029839681,-0.025080562,0.012548212,0.022193361,-0.017751517,-0.012976533,-0.035090577,0.015903391,-0.044132903,-0.0015209353,-0.003026007,0.007590796,-0.011493274,0.029855544,0.02273273,-0.00005846653,0.026048249,0.024683967,0.0017430276,-0.017957745,-0.020432487,0.029205132,0.0137538565,-0.034329116,-0.026079977,0.022938957,0.008094469,0.013214489,0.034329116,0.0046004825,-0.01840193,0.0064446414,0.0030537685,-0.0009156348,-0.028729219,0.016720373,-0.001955205,0.0006623108,0.021622267,0.008312596,0.014642226,-0.012603736,0.007753399,-0.04419636,-0.024081146,0.0031767124,-0.0035177828,0.009827582,-0.013373126,-0.0052389977,-0.022891367,-0.0024529297,-0.018354338,0.039342057,0.0286499,0.0025044868,-0.00026646114,-0.022875503,-0.002611567,0.019575845,-0.024604648,0.01185814,0.02014694,-0.0039322227,-0.014935704,-0.0077137398,0.005869581,-0.01751356,-0.036867313,0.029141678,0.0058418196,-0.00888369,0.014523247,0.03578858,-0.0073806015,-0.0405477,0.016188938,0.040769793,-0.029506542,0.0039659333,0.032362014,-0.013000329,0.030252138,-0.016228598,-0.014301155,0.019052343,0.00061967707,-0.002797966,0.031330872,-0.0077890926,-0.0029704839,0.015879596,0.016530009,-0.0037299602,0.026920754,0.019655164,-0.025366109,-0.008312596,0.009050259,0.0028574548,-0.002782102,-0.031901967,-0.02630207,-0.001924469,-0.004386322,0.029189268,0.0110094305,0.011564661,-0.0011005464,0.006837269,-0.006999872,-0.031552963,0.026191022,0.023748007,0.000022168946,0.003561408,-0.008653666,0.018481249,0.0047670514,-0.006833303,-0.027634623,-0.017053513,0.0026313965,0.013698333,0.006817439,0.012944805,0.007971525,0.029633453,-0.0014267444,0.015689231,0.10457373,0.013032056,-0.0000694658,0.0027166642,0.056665253,-0.009248556,-0.021479493,0.01751356,0.008614006,0.013888698,-0.026460705,0.0014009658,-0.03179092,0.030966006,-0.011834345,-0.0034602766,-0.008963008,-0.014864317,-0.0016032285,0.0064287777,0.020083485,0.03077564,0.0054333284,0.009430989,-0.026159296,-0.0067857117,0.015276775,-0.00095876434,-0.0149595,0.005976661,0.009510308,0.0077137398,-0.0014624378,-0.007570966,-0.013182762,0.033313837,-0.011953322,-0.039595876,0.016720373,-0.023605235,-0.014935704,-0.018116383,-0.03252065,-0.022351999,-0.009430989,0.041975435,0.0043426966,0.010232108,-0.03867578,-0.027238028,-0.01296067,-0.002849523,0.05380978,0.04429154,-0.0076344213,0.0043466627,0.012143687,-0.0007882292,-0.005798194,0.026587615,0.025619928,0.026428979,-0.042705167,-0.013373126,-0.00556817,-0.01151707,0.024128737,-0.03794605,-0.025350245,-0.002845557,0.014650157,0.020622853,0.025746837,0.004564789,0.0015972796,-0.0069641788,-0.01470568,-0.0052826228,0.009756195,-0.006527926,-0.0392786,0.011866072,0.010763543,-0.03388493,-0.002131689,0.0029784157,-0.008376051,0.006987974,0.007166441,0.031077052,-0.008701257,0.0052033043,0.0196393,0.019861393,0.0064763688,-0.0053619416,-0.032488924,-0.031997148,-0.047020104,-0.013460377,0.0104779955,0.023113457,0.020353168,0.03667695,-0.011620184,0.0030973938,-0.03123569,-0.006892792,-0.030791504,-0.0070831566,0.00866953,0.013539696,0.03115637,-0.025683383,-0.03064873,-0.025746837,-0.026698662,-0.03169574,-0.00088390737,-0.023256231,0.02915754,0.01852884,-0.004199923,-0.021130491,0.008645734,-0.01198505,0.01908407,-0.016220666,0.024303239,-0.01219921,-0.005401601,0.00024700328,0.007217998,-0.00784065,0.003971882,0.023145186,-0.015483003,0.0030934277,-0.013468309,0.036327947,0.0030101433,0.006809507,-0.010700088,0.02958586,-0.02966518,-0.0027146812,0.008423642,0.027079392,-0.01908407,0.026079977,0.01194539,0.010224176,-0.022637546,-0.003436481,-0.045497186,-0.03293311,0.048067108,-0.0016627174,-0.025572337,-0.0143646095,0.009835514,-0.014531179,0.0010916231,-0.027666349,0.025191607,0.016990058,-0.034456026,-0.0034642427,0.0007941781,-0.02002003,-0.0048939614,-0.017688062,-0.033060018,-0.0015159779,0.021796769,0.013182762,-0.011961254,0.0038846314,0.008122231,-0.0034741575,-0.026508298,0.009756195,-0.0118978,0.026206886,-0.004679801,0.017243877,-0.022256816,-0.015522663,-0.008725053,-0.03174333,0.0040274053,0.0022110078,-0.024112873,0.03055355,0.02584202,-0.044862635,-0.0194648,-0.005853717,-0.039088238,0.016188938,0.0029585862,-0.04238789,-0.029125813,0.0028733185,-0.020162804,0.012643395,-0.016545873,0.00875678,0.043974265,-0.0095975585,-0.009208897,0.00722593,-0.00024725116,0.0016488367,0.00044715896,-0.021796769,-0.011382228,0.06291556,0.034614664,-0.030870823,0.037723955,-0.025318516,0.016482418,-0.021320857,-0.0069126217,0.03455121,0.041753344,0.0026036352,-0.024747422,0.011739162,0.010779406,-0.00051011815,0.015594049,-0.00028505144,-0.014269427,0.001688496,0.010977703,-0.014919841,-0.011429819,-0.032235105,0.019401345,0.014547043,0.025144016,0.030823233,0.0024886231,0.0046044486,-0.034202207,0.01670451,0.019242708,-0.0002530761,-0.016625192,0.0061352984,-0.010930112,-0.040135242,-0.040833246,0.00888369,-0.010406609,-0.037533592,0.003908427,0.011406024,-0.03594722,-0.023383142,0.0013741958,0.013849039,0.020829082,-0.01088252,0.04635383,-0.0136586735,-0.047622927,0.028792674,0.03401184,-0.011469479,-0.010263835,0.0080032535,-0.013523832,-0.0026413114,-0.03480503,0.022383727,-0.006984008,-0.041340888,-0.0050843265,-0.021860223,-0.0037735854,0.024319101,0.0062146173,-0.0036268458,-0.013619014,-0.0007664166,0.0007153552,-0.012905146,-0.015498866,0.00025629843,-0.015205388,0.03163228,0.016656918,0.009613422,0.029681044,-0.0057109436,0.00059241126,-0.006361357,-0.01844952,-0.02639725,-0.012976533,-0.0041126725,-0.015998574,0.01908407,0.0009989194,0.00396395,-0.012254734,0.003256031,-0.0022724797,-0.006638972,0.028871993,-0.0017737636,-0.009962424,-0.00212574,-0.022859639,0.0064446414,0.0018481248,-0.029363768,0.014269427,-0.0153402295,0.009002668,-0.007063327,-0.0060877074,-0.0020583193,0.0063653225,-0.038644053,0.015332297,-0.011041158,0.011786753,0.002659158,0.039468966,-0.0142773595,0.03594722,-0.00786048,0.0012443116,0.02427151,-0.011096681,-0.030902551,-0.0060083885,-0.008725053,0.01921098,0.01852884,-0.00403732,0.029125813,-0.029823817,0.0029704839,-0.00951824,0.038612325,-0.0015040801,0.0028772845,0.020305578,-0.032393742,-0.017926017,-0.020384897,0.011239454,0.03781914,0.017703926,-0.002365679,-0.011469479,-0.021685723,-0.0151657285,0.011096681,-0.016030302,0.004790847,0.021749178,0.0017965677,0.019782074,0.016545873,0.003848938,-0.03115637,0.017259741,0.0018352355,0.0021435868,-0.060599457,-0.005512647,0.005338146,-0.015863733,-0.03404357,0.019115798,0.023367278,-0.0041642296,0.01088252,0.018544704,-0.002546129,0.010414541,-0.031315006,-0.031203961],"social":"https://twitter.com/chvostown"},{"title":"sacred spaces","description":"a travel app that finds unique places and activities around the world","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=j5ue4RxloEc","youtube_transcript":"Hibospace. My name is Valerie, and I'm building secret spaces, a travel app that finds unique places and experiences around the world. So I just wanted to talk a little bit about my journey and okay. And now I wanted to show you what we were actually able to build. So here, right now, we have preset categories. But the idea for version two we're working on right now, you'll be able to type whatever you want. How you wanna feel, which you wanna do, what you wanna experience, and then get weird. You can find an after a few sprints. You see we got quite a lot of results. And that's cool. We have places and events. We have subcategories. It can be used as filters. And if it goes through the list here, we'll see events. We'll stay some time. We had a slow start, the pick here. And right now, when I promoting our work activity, we stopped for a little bit because we're working on the version two, actually. And then we wanna go up again. But as you can see here, we just started testing different channels. So we started Instagram account where we have, like, sixty users newsletter. We started targeting specific communities, like digital nomads, people who have yoga special between medicine, alternative medicine, and therapy care for a lot. So Yes. We also use Twitter to promote our work, but I think our main channels will be in this letter. Reddit community is And if you are the websites, they predict where our target audience is going to be. So thanks for watching. Bye.","embedding":[0.0035727324,0.003583179,0.014391217,0.019606153,-0.008445021,-0.0140903555,-0.02007416,0.052650794,0.022013046,0.03038703,-0.006485241,-0.029969167,-0.020642454,-0.020575596,-0.009251497,0.017065544,-0.023968648,-0.0031318865,-0.022180192,0.03476624,-0.0058166594,0.005089577,-0.0039132913,0.05031076,0.021428037,-0.03164062,-0.027746134,0.05218279,-0.009000779,-0.01796813,0.03907859,-0.030036025,0.039178878,0.037708,0.009101066,-0.02876572,0.021244178,0.0059963404,0.044326954,0.023300067,-0.024336368,0.0047260355,0.0803635,0.0019535117,-0.033378933,0.03593626,-0.041652627,0.028615288,0.011374244,0.00033794707,-0.09126138,-0.037039418,-0.027629131,0.03974717,-0.0063055595,-0.044427242,-0.041853204,0.018519709,-0.03653798,0.03617026,0.025055092,-0.0073460396,0.054556254,0.0011491245,0.018436136,0.00651867,-0.029300585,0.0033805154,0.012978839,0.025690245,0.045129254,0.03332879,0.008419949,-0.009452071,0.016580822,-0.020274734,-0.019021144,0.036237117,0.02729484,-0.046031836,-0.01129067,0.039513167,-0.026141537,0.033729937,-0.021996332,-0.0012462777,-0.028331142,-0.028665433,-0.038309723,0.0037753964,0.012619477,0.022531198,0.000054583412,0.025589958,0.04990961,-0.022531198,-0.030270029,0.01175032,0.008616344,0.03797543,-0.010095581,-0.020575596,-0.0032948533,-0.036237117,0.049742464,0.00096160825,0.0049433247,0.031005468,-0.0067944597,-0.01432436,-0.1460182,0.012067896,0.013889781,-0.0043917447,-0.005340295,0.0045797834,0.0056119063,-0.05285137,0.010856093,-0.01826899,-0.028080424,0.004893181,0.030136311,-0.0031381545,0.006827889,-0.056862857,-0.055592556,-0.01860328,-0.060673773,-0.03476624,0.069265045,0.009176281,0.06809503,-0.044728104,-0.029367443,-0.01576181,-0.039312594,-0.024436655,-0.02224705,-0.024035506,0.01738312,-0.03436509,0.049775895,-0.0028498287,-0.038510296,-0.051246773,-0.024770945,0.06157636,-0.011800464,-0.008407413,0.009853221,0.005198221,-0.027027408,0.031724192,-0.00813998,0.011332457,0.027929993,0.024419941,-0.028866008,0.010672233,-0.06077406,-0.005641157,-0.0312729,-0.042889506,-0.006481062,0.012452331,-0.043558087,-0.044694673,-0.06605586,-0.039713744,-0.06615614,-0.05328595,-0.025322525,0.05692972,0.020759456,-0.009819791,0.05422196,-0.037507422,-0.026392255,-0.001175241,-0.05037762,0.040014606,-0.033278644,-0.0013591009,-0.057999447,-0.01912143,-0.019171575,-0.00419326,0.012995553,0.012184898,-0.02154504,0.055559125,0.042120636,0.006209451,0.019990588,-0.06077406,0.043558087,-0.02386836,0.007951941,0.020909887,0.015619736,0.003800468,0.027211268,0.013814566,0.0045463545,0.015435876,0.024002077,0.023015918,0.00755915,-0.00088587054,0.06084092,0.00373361,-0.025389383,0.028180711,-0.034966815,0.0019190379,-0.039947744,0.029601447,-0.017132401,0.05465654,0.014758937,0.03042046,0.011833893,-0.0053152232,0.014199,0.02099346,0.048672736,-0.06361553,-0.013513704,0.034866527,0.04853902,0.054890543,0.046867564,-0.05067848,0.04125148,-0.034599096,0.008833634,-0.044326954,0.01753355,-0.03271035,0.030019311,0.023534069,0.0008383386,0.01830242,0.05642828,-0.012845122,-0.04452753,-0.08858705,0.01276155,0.03192477,0.05709686,-0.014031854,-0.007889262,0.0033178357,0.027996851,-0.009928436,-0.052650794,0.024486799,0.0053444738,-0.044393815,-0.0059545543,-0.016965257,0.0010441364,0.014834153,-0.029584732,-0.0030650285,-0.0075424355,0.016380247,-0.010655518,-0.04843873,-0.04676728,-0.012226685,0.024436655,-0.028414715,0.02803028,0.015477662,0.012009395,-0.005444761,0.006234523,-0.013488633,-0.013998426,0.019338721,-0.03060432,-0.019756583,0.029367443,0.039279163,0.04339094,-0.002864454,-0.021862617,0.008833634,0.039613456,-0.041853204,-0.007032642,0.008524414,-0.020274734,0.057063434,0.06157636,0.015711665,-0.0019336632,-0.0010937576,0.014825796,-0.066791296,0.018285705,0.007997907,0.012243399,0.02537267,-0.012652906,0.03764114,0.0026179145,-0.0012107594,-0.0072791814,0.024553657,0.03200834,-0.025238954,-0.035869397,-0.025606673,0.01860328,0.03583597,-0.013998426,-0.006873854,-0.0038025575,-0.044326954,0.015862096,-0.01955601,0.0076092933,-0.031356473,0.06491926,-0.017483408,-0.0078265825,-0.031958196,0.035568535,-0.06685815,-0.0062052724,0.023851646,0.0019075467,-0.033579506,-0.04262207,0.009719504,0.020759456,0.058266878,-0.029434301,-0.046834137,-0.0003805169,0.04048261,0.0016745878,0.033161644,0.027495416,-0.042120636,-0.00789344,0.02426951,-0.026425686,-0.050177045,-0.015686594,-0.009017494,0.0121514695,-0.021093747,0.027177839,-0.027395127,-0.035334535,0.019639581,-0.009192996,-0.0064476333,0.032977782,0.01673961,0.02338364,-0.0010477926,-0.06802817,0.008068943,-0.005641157,-0.018987715,0.038844585,-0.03693913,0.030069454,0.0028937045,-0.006999213,0.028782435,0.051079627,0.017683981,-0.013856352,0.025874104,0.048739593,0.009836506,-0.021494895,-0.013229557,-0.00804805,0.027796278,0.029434301,-0.019071288,-0.07936063,-0.00902585,0.03730685,-0.049675606,-0.0160961,-0.008528593,0.0003844344,-0.0028874364,0.013538776,0.035635397,-0.019622868,-0.028565146,0.026693117,-0.046867564,-0.05141392,0.001679811,-0.0072457525,0.022514483,-0.028932866,-0.017683981,0.030771464,0.015878811,0.0068654967,-0.064752124,0.07989549,0.0021624435,-0.030804893,0.009594145,0.0072917175,-0.0079770135,0.09092709,0.025172094,0.015745094,-0.051447347,0.028665433,-0.00025685545,0.04459439,0.037106276,0.06371582,-0.018352563,-0.010346299,-0.06468526,-0.06966619,0.018586567,0.027996851,-0.0076886876,-0.031807765,0.022347337,0.005879339,0.037039418,0.035702255,0.008039692,-0.006013055,-0.01582031,-0.045664117,0.029367443,0.012494117,-0.006130057,0.019238433,-0.0051731495,0.00847845,-0.028531717,-0.048973598,-0.026943836,-0.026191682,0.022180192,-0.0361034,-0.0055157975,-0.0014698347,-0.024336368,0.013822923,-0.0009814568,-0.017583694,0.05138049,-0.05505769,0.025790533,0.053018514,0.0067317802,-0.015352303,-0.022113334,-0.007592579,-0.028431429,0.03164062,-0.030270029,0.026459115,0.00074954255,-0.065788426,-0.007843297,0.01878714,0.015385732,-0.0047803577,0.010981452,0.014625221,0.033830225,-0.021795757,0.032493062,0.027913278,-0.008733346,-0.035401393,0.0074964706,0.016488891,0.025088523,0.01627996,0.043190368,0.027361698,-0.02261477,0.009652645,-0.037106276,-0.020525454,-0.04636613,0.0083948765,0.00547819,0.047569577,-0.0035142316,-0.022230336,0.06719244,0.07394512,-0.014040212,-0.0072791814,0.00040010427,0.0016119083,0.024102364,-0.060406342,-0.019104717,-0.026325397,-0.0062846662,-0.015870454,-0.023066062,0.015435876,0.026158253,-0.003069207,-0.007646901,-0.04563069,0.0019284398,-0.028882721,0.009552359,-0.0047970726,0.008975707,-0.036370836,-0.033011213,-0.029367443,-0.016714538,-0.046466418,-0.026676403,0.00911778,-0.015686594,-0.026927121,0.0145667195,0.001814572,-0.05856774,-0.014499862,-0.0016913023,0.008733346,0.017650552,0.05866803,0.020174447,-0.004412638,0.0361034,-0.007488113,0.033947226,0.0035518394,0.010204226,0.018436136,-0.01918829,0.040014606,-0.026609546,-0.00084512884,0.026091395,-0.008056408,-0.0057121934,0.019639581,0.049140744,0.008674845,-0.012920338,0.029217012,0.043892376,0.018101845,0.03734028,-0.0063473457,-0.009493858,-0.032910924,-0.0031005468,0.041452054,-0.055893414,0.017048828,-0.038944874,0.04195349,0.029334014,-0.04018175,-0.0130456975,-0.033011213,0.011307385,-0.033746652,-0.008244446,-0.028698862,0.028113853,-0.013530418,-0.015101586,-0.022781916,-0.019790012,0.032877497,0.011215455,-0.006280488,-0.020893173,-0.00970279,0.02047531,-0.000693131,0.0034202123,-0.002160354,-0.037774857,0.022999205,0.018920857,0.005340295,-0.016380247,-0.012310257,-0.024102364,-0.02350064,0.0063139168,-0.025740389,-0.011098454,0.022598056,-0.0042956364,0.0015053531,0.0077304738,-0.0042956364,0.002279445,-0.014316002,0.037106276,-0.040415753,-0.023818217,0.03197491,-0.020274734,-0.0037816642,-0.015736738,-0.020124303,0.044728104,0.043524656,0.0147171505,-0.017917985,-0.06304724,0.0028790792,0.00011099498,0.02766256,0.02846486,0.025606673,-0.017132401,-0.02258134,0.0031694942,-0.026358826,0.036638267,0.015561235,-0.015477662,-0.007989549,-0.024871232,0.011349171,-0.034966815,-0.0079477625,-0.001218072,-0.017834412,0.03436509,0.022380767,-0.02047531,-0.006414204,0.0030441352,0.069265045,0.020157734,0.0011835982,0.020157734,-0.015653165,-0.0074296123,-0.00059650006,-0.0029396694,-0.030036025,0.0484053,-0.013237914,-0.012201613,-0.011767034,0.0036333227,0.028632004,0.013622348,-0.014792366,0.02047531,-0.020124303,-0.010764163,0.024921376,-0.007880905,0.011507959,0.014056927,0.0059420182,-0.046198983,0.025573242,0.0312729,0.008198481,0.0198903,-0.0350671,-0.015034727,0.02836457,0.026709832,0.0057539796,-0.019455722,0.010730733,-0.0070451777,-0.0080773,0.0072081448,0.013028982,-0.009619216,0.012477403,-0.00027161124,-0.0062010936,0.016447106,-0.008741704,-0.06485241,-0.014817438,0.0161546,-0.01719926,-0.008699917,0.014215714,-0.0006220942,0.008495164,0.0043959236,0.0009772781,0.015837025,-0.02986888,-0.022213621,-0.019773299,0.015477662,-0.023433782,0.01012901,-0.022999205,-0.038109146,0.001386262,-0.0067526735,-0.043290652,0.025439527,0.0024486799,-0.03693913,0.008925564,-0.024570372,-0.014391217,-0.0052734367,-0.033729937,-0.011399315,0.009226425,0.031323045,0.010020366,0.028230855,-0.005992162,0.042488355,-0.08618016,0.0013653688,-0.03881116,-0.016681109,0.019689726,0.023467211,-0.008068943,0.020024016,0.012552618,-0.022965776,0.014524934,0.017215975,-0.018987715,0.029701734,-0.034599096,0.01900443,-0.018402707,0.014132142,0.037039418,0.02383493,0.018202132,0.008950635,-0.009719504,0.04151891,0.051581066,0.017917985,-0.008248624,0.036671698,0.020826314,0.043190368,-0.016873326,0.00023857392,0.008582915,0.00058866513,0.018770427,-0.023433782,-0.0039759707,-0.012903623,0.03834315,-0.050511334,-0.033412363,-0.009485501,0.0046800706,0.018469565,0.0035873577,0.010321227,0.0021457288,-0.007350218,0.00075737754,-0.026743261,0.029885594,-0.025222238,-0.007237395,-0.049374744,0.007751367,-0.04516268,-0.005582656,-0.038543724,0.011282314,-0.0008519191,-0.009485501,-0.06846275,-0.029701734,0.009978579,-0.0035330355,-0.022280479,-0.017750839,0.004278922,0.0024716624,0.0083948765,-0.026375541,0.035769112,-0.019622868,-0.010505088,-0.03396394,-0.014366145,-0.018135274,0.0023734644,0.013112555,0.008081479,-0.0034599095,-0.013262986,0.02383493,-0.0049809325,0.03307807,-0.027896564,-0.009268211,-0.0022042298,-0.000870723,0.011950895,-0.020642454,-0.005244186,-0.010505088,-0.041853204,-0.0066022426,-0.021528326,0.03687227,-0.02114389,0.031506903,0.018887429,-0.020943316,0.01196761,0.0014761026,-0.006527027,-0.008975707,0.024486799,-0.0036667518,-0.005486547,0.027963422,0.011541389,0.03984746,-0.02375136,-0.025807247,0.0180517,0.0063849534,-0.009368499,0.049073882,-0.0076301866,-0.007905977,0.011599889,0.021260893,0.018619996,0.007638544,0.035334535,-0.015552877,-0.019990588,0.00820266,0.020375023,0.0255231,-0.02821414,0.032108627,0.014942797,0.04275579,0.046098698,-0.033629652,0.029367443,-0.0014583435,-0.004609034,-0.0018876982,0.008800204,-0.04924103,0.006221987,-0.01597074,-0.039045162,0.0037628603,0.0021018533,-0.00511047,-0.002555235,-0.021444753,0.020692598,-0.02191276,0.045095824,0.018519709,0.0016714538,-0.021662042,-0.02239748,-0.003576911,0.0021937832,0.002640897,0.012845122,0.009978579,0.037875142,0.00841577,-0.005352831,-0.037106276,0.0052776155,0.0082151955,0.005532512,-0.010530159,0.018118558,-0.009201353,-0.0016933916,0.019840157,-0.011900751,0.014992941,-0.03580254,0.02589082,-0.026141537,-0.01364742,0.003647948,-0.01266962,0.009869935,0.00036536937,0.011215455,-0.008716632,0.020575596,0.021528326,-0.0039550774,-0.022815345,-0.021093747,-0.0048388587,-0.010555231,0.010973094,0.02132775,0.034298234,0.016087743,0.010622089,0.011950895,-0.009786362,0.016054314,0.03240949,0.010463301,-0.019773299,-0.025472956,0.004266386,0.00633481,0.00146879,0.0039300057,0.01432436,-0.022146763,0.018436136,-0.002071558,0.047469288,-0.026375541,0.03140662,0.012694691,0.037106276,-0.00031574807,-0.040014606,-0.032643493,-0.00746722,0.035769112,0.017750839,0.014491505,-0.044092953,0.030270029,-0.0045881406,0.002279445,-0.014550005,0.0071830726,-0.0021499074,-0.046466418,-0.009226425,0.014792366,-0.002864454,0.009259854,0.01683154,0.016020885,-0.0031715836,0.012218327,0.03907859,0.012452331,0.00939357,-0.022313908,0.019639581,0.035635397,0.0045254612,-0.042521786,-0.0074379696,0.01563645,-0.03767457,0.012953767,0.03660484,-0.014499862,0.026459115,-0.017984843,-0.023701215,0.03142333,-0.031239472,-0.001554452,0.024720801,-0.04787044,-0.035668824,0.03469938,0.020525454,-0.0035539286,0.019522581,-0.043892376,0.033612937,-0.041920062,0.012769907,0.00021441618,0.0071747154,0.006209451,-0.007951941,-0.009594145,0.0061676647,0.0063097384,-0.00095742964,-0.010831021,-0.016931826,-0.0060088765,-0.028899437,-0.045296397,0.010747448,-0.0053235805,0.008119087,-0.027545558,0.011407672,-0.016480535,0.005252544,-0.025606673,0.013446846,0.004851395,-0.016906755,0.008039692,-0.0024424118,0.015878811,-0.0048681092,0.01622146,0.011666748,-0.031172615,0.014048569,0.0046842494,-0.04743586,-0.01823556,0.006485241,0.028398,-0.0052734367,0.007814047,0.0033366396,-0.027244696,0.019255148,0.00046644008,0.03937945,-0.002793417,0.01597074,0.011833893,0.0062136296,-0.010454943,0.008816919,-0.00250927,-0.030286742,0.016530678,-0.041017476,-0.008098193,-0.0014667007,0.0030650285,0.013388345,0.024369797,-0.0048639304,-0.0147171505,0.020040732,0.010538517,0.029233728,-0.0008743793,0.013028982,-0.024887947,0.002231391,-0.02132775,0.013714278,-0.006735959,0.016873326,0.0044920323,0.006765209,0.0019879853,0.047970723,-0.0014061105,-0.021678755,0.003944631,-0.011975966,-0.0009840684,0.029818736,0.016104458,-0.012719763,-0.0012797068,-0.009009136,0.02585739,-0.0006503,-0.017800983,0.02662626,0.009644289,0.020040732,0.02953459,0.009059279,0.009744576,0.021862617,0.016714538,-0.02279863,-0.024770945,0.008135801,-0.044260096,-0.0109898085,0.031540334,0.006631493,-0.022531198,-0.004416817,-0.0015617646,-0.0032844068,-0.013797851,-0.0054614753,-0.02044188,0.007872547,-0.03381351,0.045430116,-0.030119598,0.0062387013,0.005490726,0.007513185,-0.009585788,0.0020945405,0.016564107,-0.025840675,0.017767554,0.006965784,-0.05642828,-0.011182026,0.001866805,0.012719763,0.01022094,-0.0086330585,-0.030654462,0.00006440973,-0.009452071,0.0050143613,0.010714019,-0.013956639,0.0022648198,0.027612418,-0.007057714,0.012368758,0.11145254,0.0038443438,0.0074337907,-0.022313908,0.031356473,0.0042684753,-0.015644807,0.029049868,-0.011599889,-0.017082257,0.0063515245,-0.009293283,0.005051969,0.013705921,0.011207098,-0.004120134,0.008808562,-0.0045254612,-0.02010759,-0.030403744,0.017884556,0.01285348,0.020207876,-0.012443974,-0.015653165,-0.0019764942,0.021712186,0.0024445013,0.0072457525,0.0048973598,-0.013505347,0.009226425,-0.008528593,0.019472437,0.00312144,0.015419162,0.015335589,0.003556018,0.012469046,-0.0019378418,-0.016054314,0.0004839381,0.019622868,-0.0030274207,0.010329585,0.010329585,-0.02482109,0.013338202,-0.020141019,-0.04339094,-0.02044188,0.029384159,0.037540853,0.014959511,0.0050227186,-0.013864709,0.037942003,-0.0039070235,0.019689726,-0.0091094235,-0.01432436,0.0025886642,0.004688428,-0.0076677944,0.0055701197,-0.03436509,0.012928695,-0.0057080146,-0.011892394,-0.024887947,-0.027863136,-0.011491245,0.02873229,-0.009009136,0.012092968,-0.018436136,0.0077012233,0.01627996,0.026743261,-0.0111068105,-0.021244178,0.02154504,-0.0058124806,-0.0067735664,-0.025773818,-0.013262986,0.022715058,0.019522581,0.0015440055,0.030470602,-0.021528326,0.034097657,0.025389383,0.009268211,0.00019391476,0.014182285,-0.019673012,-0.0037252526,0.0026826833,-0.0023233208,0.0227652,0.02136118,0.0009934703,0.033679795,-0.01627996,-0.0001957429,-0.0615095,-0.0016077296,-0.022364052,-0.007011749,-0.007500649,0.0040010423,0.016672751,-0.01992373,0.008382341,-0.016346818,-0.028448144,-0.010145725,0.023183065,-0.038309723,0.008382341,0.002429876,0.010070509,-0.011056667,-0.008390699,-0.0071830726,0.019271862,-0.03660484,0.013697564,-0.008357269,-0.0025406098,0.017466692,0.035000242,0.0126278335,-0.008085658,0.017784268,0.0094687855,-0.029668305,0.0019388865,0.02383493,-0.017073901,0.027177839,-0.017249404,-0.011407672,0.0055534053,-0.012352044,-0.007997907,0.015226944,0.01175032,0.013889781,-0.013580563,0.0012494117,0.020358307,0.0073878258,0.004809608,-0.0014771473,0.006677458,0.012794979,-0.028097138,0.012502475,-0.0026513436,-0.0010686858,0.010162439,-0.010162439,0.030253313,0.025790533,-0.008282053,-0.0072081448,0.0123019,-0.006380775,0.022464339,-0.049475033,-0.03907859,0.011265599,0.03844344,0.00053904386,-0.01077252,0.029116726,-0.018285705,-0.0015460948,-0.0038338972,-0.0017174188,-0.0004071557,0.008014621,0.012820051,0.006368239,-0.012243399,-0.020241305,0.001774875,0.0128367655,0.0037628603,-0.0032029233,-0.00020122738,0.011349171,0.02659283,0.0011553925,-0.02898301,0.013680849,-0.011140239,0.02784642,0.013597277,-0.03384694,-0.018703569,-0.002567771,-0.036003117,0.018937571,-0.038777728,-0.01022094,0.024470083,-0.012410545,-0.0043917447,0.013505347,-0.038510296,0.0043039937,0.0106889475,-0.012786621,0.005808302,0.031607192,0.05101277,-0.03620369,0.012586047,-0.033378933,0.022531198,-0.07207309,0.002377643,0.015569592,0.024286224,-0.021996332,-0.020375023,-0.013588919,0.015009656,-0.0004220421,0.016296675,-0.017834412,-0.046967853,0.010914593,-0.009844863,0.0012650816,-0.0060214126,-0.02029145,0.0311559,-0.011223813,0.01922172,0.024720801,-0.0006482107,0.018837284,-0.0397806,0.0051773284,0.017182546,-0.0003598849,-0.0066398503,0.03192477,-0.012184898,-0.017215975,0.011416029,0.019973872,-0.007015927,-0.02383493,0.0015502734,0.008449199,-0.01022094,-0.015243659,0.015059799,-0.030086169,-0.0047176783,0.008658131,0.005244186,0.0010013053,-0.027077552,0.012477403,0.019689726,-0.012251756,-0.0046466417,-0.014424646,-0.016731253,-0.0014426736,0.008984065,-0.010012008,0.0019785834,-0.010847735,-0.033211786,0.015318874,-0.0017539818,0.0041640094,-0.021311035,-0.015318874,-0.011507959,-0.01475058,0.025640102,0.016681109,-0.00691564,0.002304517,0.00088952685,0.05345309,0.03225906,0.015427519,0.0156113785,0.012418902,0.004358316,0.008641416,0.0022355695,0.020859744,-0.010513444,-0.019990588,0.017032115,0.009218068,0.008382341,0.014407932,-0.012477403,0.009009136,-0.0076343655,-0.009101066,0.03476624,-0.011817179,-0.0026785047,0.0035413927,0.013054054,0.016472178,-0.029250441,0.017007042,-0.00902585,-0.017934699,0.03354608,0.019322006,0.019505866,0.0050686835,0.0019639581,-0.032944355,0.030370316,0.011892394,0.041151192,0.040449183,0.042956363,-0.017516837,0.009711146,-0.034097657,0.01373935,0.00511047,0.0033491757,-0.019071288,0.023918504,-0.010663875,0.026860263,0.009878292,0.008290411,0.033713225,0.005260901,-0.02047531,0.024419941,0.019990588,0.024369797,0.052951656,0.04238807,0.021010175,-0.0013789494,0.017516837,-0.005373724,0.005373724,0.0022042298,0.0029605625,-0.0119425375,-0.015795238,-0.018686853,0.005591013,-0.051447347,0.019171575,-0.026325397,-0.01068059,-0.010571945,-0.005394617,0.012970482,-0.038176004,0.030520746,-0.01826899,-0.017023757,-0.04272236,-0.010120653,0.010780877,-0.031908054,-0.024587085,0.046232414,-0.015511092,0.01826899,0.0062930235,0.009376856,0.025940964,-0.01627996,-0.021962903,-0.017266117],"social":"https://twitter.com/DareToBe_Better"},{"title":"dappling","description":"simple decentralized hosting for web3 devs","niche":"web3","youtube_url":"https://youtube.com/watch?v=ToO24E_dsJA","youtube_transcript":"Hello. I'm working on Dabbling, which is a way for web three d developers to host decentralized front ends that are fast and performance with a really good developer experience. So let me go ahead and jump in. So we started from nothing around six weeks ago, and now we have everything needed to connect your GitHub and then deploy a fully decentralized site. In about a minute or so. So let's go ahead and walk through that. First step is connect your GitHub repository, select the project that you want to deploy. Choose the build settings. Here, these were automatically detected. Make sure this is good here. There's any warn any warnings that are shown. Then here in the background, it goes it goes ahead and deploys this. While it's deploying, you can see information about the build, previous deployments for this project, the current build logs, And once that's done, we can see all the information, and we can we can view a centralized and a decentralized version of the site. There's also some one three specific features we're working on. Right now, we have the ability to test this as a legitimate domain by connecting a wallet and verifying the deployment hash. And we're gonna have several more web based specific features shortly. Here's our metrics for the last thirty days. We've mostly been focusing on building, but we've had twenty different users who have signed up and deployed their site. Now we're excited to keep rolling out new features and to keep onboarding new users.","embedding":[-0.0019895893,-0.0068588476,0.030437227,0.025620326,0.010918308,-0.036217507,-0.018457804,0.03554733,0.014729942,0.03376019,0.03127495,-0.018946476,-0.011721125,-0.07857831,0.034988847,-0.0075744013,-0.020258905,-0.018150639,-0.007260256,0.031330798,0.048448246,-0.015777094,0.033508874,0.006223575,-0.021738881,-0.021347944,-0.020440413,0.03250361,-0.016698588,-0.0653423,0.00076005806,-0.028314998,-0.040797055,0.02111059,0.034988847,0.008991548,0.031302873,0.018681196,0.020119285,0.046800725,-0.011811878,-0.0029110834,-0.02069173,-0.049593132,-0.032978315,0.014290138,-0.024670908,0.028370846,0.022925654,0.032000974,-0.08433066,0.0014668858,-0.027700668,0.049118422,-0.009864175,0.0018796384,0.007131107,0.03554733,-0.07042448,-0.0056965086,0.04216533,-0.031721734,0.026220692,0.018234411,-0.0071974266,0.010422655,-0.03348095,0.020887198,-0.025732022,0.0039372924,0.040461965,0.028203301,0.009047396,-0.022744147,-0.024224123,-0.0075953444,0.0005061236,0.023149047,-0.03258738,-0.033229634,-0.031805504,0.005253214,-0.08952454,-0.025382971,-0.024517326,-0.022283401,-0.01946307,-0.019435147,0.0078676045,0.02049626,-0.00088397105,0.03892614,-0.006003673,0.027114263,0.010639067,0.0049530305,-0.005424249,0.032056823,-0.01134415,0.024196198,0.02598334,-0.0015332055,-0.012998651,-0.046996195,0.03306209,-0.02962743,0.023623755,-0.00019874077,0.014206366,-0.01753631,-0.08650874,0.0033316896,0.01939326,0.0028726878,0.0036545615,0.027379543,0.062494047,-0.0497886,0.020747578,-0.036943533,-0.05294402,0.017354803,0.008077035,-0.028733859,-0.0015462949,-0.013347701,-0.024978073,-0.027756516,-0.044790193,-0.004181628,0.029208567,0.014883525,0.056434527,-0.01972835,-0.01038775,-0.01685217,-0.031163253,-0.036189582,-0.044175863,0.021361906,0.0025288728,-0.05537341,0.05266478,-0.0033945187,-0.01767593,-0.0334251,-0.04565584,0.059310704,-0.022423021,-0.004593508,0.019197792,0.001251347,0.004984445,-0.043952473,-0.0146042835,0.039568394,-0.01650312,0.011288302,-0.012265644,-0.011511694,-0.03995933,0.04495774,-0.03672014,-0.036412977,-0.014129574,0.006820452,-0.03931708,-0.025899567,-0.057160553,0.0035463558,-0.034933,-0.016838208,0.009543048,0.031470418,0.059310704,-0.03878652,0.004740109,-0.044734344,0.03515639,-0.036357127,-0.016824247,-0.0032950393,-0.03451414,0.013026575,-0.07936018,-0.0290131,-0.017368766,0.026499934,0.003045468,0.024838451,-0.02626258,0.07645608,0.005612736,-0.027658783,0.017033678,-0.054368146,0.052553084,0.013571094,0.074278004,-0.020607958,0.010157377,0.039093684,-0.009668706,-0.011071891,-0.01175603,0.042053636,0.016405385,-0.03080024,0.016894057,-0.030018365,0.023623755,0.002572504,-0.0039652167,0.01685217,-0.036831837,-0.0052497233,-0.046102624,-0.03320171,0.00285349,-0.04118799,-0.014115613,0.01471598,-0.012181872,-0.0042444575,0.003562063,0.037502013,0.015846904,-0.0075045913,0.06506306,0.008949662,0.014136556,0.007469686,-0.006750642,-0.008258541,-0.0100387,0.0009904315,0.0100387,-0.050179537,0.0290131,-0.009054377,-0.025941452,-0.00887287,-0.008090997,-0.023149047,0.06819056,0.000716863,-0.030381378,-0.03526809,-0.013012612,0.05523379,0.030828163,0.025033921,0.021696996,-0.015316348,0.019993627,-0.044594724,-0.029236492,0.028077643,0.012600733,-0.015902752,-0.035882417,-0.0142691955,-0.03954047,0.01587483,-0.019072134,-0.017913286,0.0080700535,-0.015567664,-0.044678498,-0.03250361,0.04509736,0.0031187686,-0.0071415785,-0.0045481315,0.0070124296,-0.012272625,-0.011504713,0.023972806,-0.037083153,-0.013780524,0.009340598,-0.017005753,-0.01939326,0.03747409,-0.02736558,0.033257555,-0.015623512,-0.019616652,-0.015930677,0.029264417,0.011239435,0.020203058,0.013445435,0.02764482,0.027896136,0.0108973645,0.0320289,0.009927004,-0.019058172,-0.0061502745,0.01890459,-0.0052008564,-0.030772315,-0.016335575,0.023526022,0.00017256197,0.014115613,0.0061188596,0.035323936,0.016391424,-0.012272625,-0.0036859761,-0.0046319035,0.007378933,-0.008056091,-0.0012618185,0.054759085,0.010485485,-0.0134593975,-0.039624244,-0.01010851,-0.012551866,-0.021696996,-0.002909338,-0.0052497233,0.011085852,0.043003052,-0.0064609298,0.020412488,-0.016028412,0.025773909,-0.03515639,0.021082666,-0.006935639,0.00770006,-0.017703855,0.0038186153,-0.0138642965,0.018513652,0.039372925,-0.08103562,-0.0356311,0.012398283,0.0026248617,0.023623755,0.0043561533,-0.019993627,-0.01911402,0.01944911,-0.0018674216,-0.013068461,-0.033117935,-0.0032845677,-0.051073108,0.02929234,-0.0072183697,-0.012475074,-0.073719524,-0.020943046,-0.014171461,-0.030576847,0.04244457,0.020258905,-0.00094243704,0.0016387933,0.012558847,-0.060483515,-0.0011143446,0.030409303,0.004904163,0.025564479,0.0006963563,0.005193875,0.014520512,-0.04808523,0.028985174,0.049872372,0.024866376,-0.013654866,0.032978315,0.06500722,-0.017787626,-0.0024154312,-0.043310218,-0.0014590322,0.0029616957,0.015372195,-0.01781555,-0.011846783,0.011860745,0.04593508,-0.028580276,-0.0007151177,-0.029236492,-0.026835022,-0.0002369182,0.018122716,-0.012139985,0.010548314,-0.044706423,0.045153208,0.00040358995,-0.04691242,-0.09142338,0.029459884,0.040964596,0.007281199,-0.014925411,0.03211267,-0.01671255,0.019309489,-0.03046515,0.056853388,-0.05316741,-0.008328351,-0.02675125,0.018890627,-0.034821305,0.08047714,0.071820684,-0.03258738,-0.0082026925,0.0037802197,-0.050235387,-0.00096948846,0.056574147,0.044929814,0.03417905,0.012077156,-0.06461628,-0.030269682,0.017787626,0.0103598265,0.039512545,0.01692198,-0.0174665,-0.05182706,0.0011885179,0.020119285,-0.0074766674,-0.035938267,0.010471523,-0.0096547445,-0.0075325156,-0.023526022,-0.010967175,-0.057914503,-0.06567739,-0.014548436,-0.02675125,-0.013242986,-0.043030977,0.0006810853,0.038535204,-0.058193743,-0.00894268,0.06031597,0.042053636,0.032754924,0.025745984,0.028245188,0.022269439,-0.037139002,0.04118799,-0.029655352,0.0016143598,0.0037173906,-0.004785486,0.021990199,-0.016181994,0.044147942,-0.011651315,0.005427739,0.005302081,-0.07818737,-0.031582113,0.02736558,-0.0050018975,-0.019742312,-0.030828163,-0.05392136,0.0040245554,-0.018080829,0.041439306,0.06590078,0.04889503,-0.054619465,0.0489788,-0.044203788,0.026918795,-0.008314389,0.043561537,0.012440169,-0.015916714,-0.004659828,0.00058509636,-0.042863432,-0.048308626,-0.017382728,0.016475195,0.0050228406,-0.025145616,-0.00020092234,0.058249593,0.020593995,0.005940844,-0.021724919,0.010478504,0.007274218,0.012454132,-0.023958845,-0.07075957,0.021808691,-0.008893813,-0.04138346,-0.015707284,-0.016349537,0.029683277,-0.0047261473,-0.005588303,0.0012085882,0.003975688,0.004820391,0.012900916,-0.013647885,0.018401956,-0.04104837,-0.016181994,-0.0086075915,0.002193784,-0.008754193,-0.031442493,0.014073727,-0.005878015,-0.031721734,0.0068763,-0.018639311,-0.025201466,-0.0036964475,-0.011141701,0.013075441,-0.0026929267,0.00023670004,0.0049879355,-0.014339006,0.001499173,0.0014590322,-0.004069932,-0.002214727,0.0007072641,0.037055228,-0.009710592,-0.031051556,-0.016963867,0.000431514,0.011993384,-0.021264173,-0.01416448,-0.017983096,0.0036091849,0.006506306,0.014743905,0.0341232,0.03267115,0.023009427,0.008775136,-0.0067820563,-0.0026074091,-0.035659026,0.012691486,0.00054713705,-0.03102363,-0.009228902,-0.029822897,0.047415055,0.009975871,-0.026276542,-0.014311081,0.0007177356,-0.011057928,-0.019127982,-0.015763132,-0.021976236,0.013773543,0.017243108,-0.0070473347,-0.001925015,0.015288424,0.040043104,-0.023875073,0.0075813825,0.00023080982,0.007930433,0.045264903,0.014660132,0.019281564,0.019309489,-0.003445131,0.017005753,-0.00016819884,0.021096628,-0.03780918,-0.024908263,-0.044985663,0.0038046534,0.022060009,-0.0193793,-0.03258738,-0.001726056,-0.036748063,-0.017689893,0.00667036,-0.0019826083,-0.01760612,0.034709606,0.042556267,-0.0031623999,0.021724919,0.0069984677,-0.027938023,-0.005521983,-0.024377706,0.0060699927,0.012600733,-0.009075319,0.0038954066,-0.016684627,-0.019895893,0.003183343,0.017522348,0.0053858534,0.020468337,-0.00029123924,-0.011783954,-0.018443841,-0.027253883,0.00021433899,0.043924548,-0.003678995,-0.038870294,-0.0016736984,0.00040206284,-0.00333518,0.007026392,0.03487715,-0.0060804645,0.0034608382,0.048922956,0.019030247,-0.04646564,0.0031292401,0.0059722587,0.0788017,-0.0023403855,0.028356884,0.0023334043,-0.046046775,-0.019337412,-0.016461235,0.047833916,-0.010848498,0.043589458,-0.019490995,-0.0025358538,-0.034430366,0.015651437,-0.01045756,0.027281808,0.0067680944,0.0111696245,-0.05447984,0.013536189,-0.03389981,0.014757866,0.022367172,-0.008670421,-0.0030367416,-0.06785547,-0.00866344,0.06416949,-0.0012085882,0.050235387,-0.016600855,-0.005612736,0.00076354854,-0.033788115,0.005005388,0.0042654,0.010073605,-0.054787006,0.016112182,-0.037390318,0.044706423,-0.023065275,-0.0051066126,0.0027679726,0.019016286,0.0027243411,0.008761174,-0.057020932,-0.008705326,0.00068632106,-0.0423608,-0.022590565,0.00674017,-0.01355015,0.02090116,0.007937415,0.025536554,-0.004436435,-0.031945124,-0.0100387,-0.020552108,-0.02832896,-0.041160066,-0.020998893,-0.012258663,-0.016545007,-0.006216594,-0.025564479,-0.03306209,0.007239313,-0.021124553,-0.00364409,0.0023875071,-0.003045468,0.018471766,-0.0010035209,0.00082506874,-0.02400073,0.020021552,0.011351131,0.022087932,0.014450702,-0.015818981,0.0049774637,-0.027309733,-0.0032234837,-0.04847617,-0.03320171,-0.004628413,0.02722596,-0.019504957,0.015805019,-0.0108973645,-0.047079965,0.043533612,0.019546842,-0.014297119,0.03526809,-0.003424188,0.013857315,-0.03437452,0.014827676,0.010164358,0.0134593975,0.0048238817,-0.013529208,0.0071974266,0.0226883,0.03314586,-0.0014441975,-0.0021885482,0.05830544,0.0058151856,0.012796201,0.013159214,0.031442493,0.0039442736,0.03060477,0.010080586,-0.0022513773,-0.015358234,-0.005612736,0.040824976,-0.027407466,-0.056127362,-0.0012906152,-0.010017757,-0.025536554,-0.042109486,0.005748866,0.013208081,-0.01327091,0.031721734,-0.0056197173,0.0068797907,0.005054255,-0.018415919,-0.043086827,0.008789098,-0.020412488,-0.013354682,0.020873236,0.013019593,0.010576238,0.000541465,-0.09728743,-0.048922956,-0.008970604,0.0011911357,-0.07053618,-0.019993627,0.0394567,-0.007783832,0.005343967,-0.008865889,-0.014729942,-0.030493075,0.007783832,0.007295161,0.009522105,-0.02132002,-0.015288424,0.000993922,0.015888792,0.01932345,-0.028077643,-0.00030236522,-0.009263807,-0.0031519283,-0.00501935,-0.04169062,-0.03507262,-0.029822897,0.06444873,-0.013501284,0.045627914,0.031610038,0.012167909,-0.037194848,0.017620083,0.008488915,-0.020873236,0.023274705,0.059645794,0.022534717,-0.0054696254,-0.020580033,-0.0041990806,-0.022632452,0.0054835873,-0.010303979,0.008146845,0.016656702,-0.0140318405,0.02729577,0.014094669,-0.010827554,-0.0144367395,0.00037741114,-0.006429515,0.045013588,-0.0075464775,0.008153826,0.033592645,0.008628535,-0.010401713,0.010862459,-0.009263807,-0.009152111,0.003699938,0.010799631,0.027184073,0.029068947,-0.045627914,0.03479338,0.021012856,0.017773665,0.03959632,-0.018415919,0.0066633793,-0.031526264,0.013689771,0.016209917,0.028845554,-0.05272063,0.018932514,-0.0031205139,-0.019672502,-0.005518493,-0.009319656,-0.043086827,-0.01993778,0.007832699,0.023553945,0.020957008,0.023707528,-0.019267602,-0.017955171,0.003602204,-0.007832699,0.004649356,-0.023735452,-0.0021501526,0.05157574,0.018639311,0.04674488,-0.002991365,0.0006941747,0.024838451,0.020733615,-0.0004295506,0.035323936,-0.033397175,-0.0018028471,-0.018248374,0.005902448,0.0076162876,-0.0054766065,0.012028289,-0.014688056,0.04118799,0.0005597902,0.023135085,-0.027770478,-0.027002567,0.04504151,-0.026974643,-0.01965854,0.034067355,-0.004834353,0.03403943,0.009794365,0.009920022,-0.019742312,-0.052832324,0.04029442,0.04222118,0.009745497,0.0076023256,0.02585768,-0.00051746774,0.047079965,0.015846904,-0.016824247,0.03529601,-0.015428044,0.0068169613,0.0010576238,-0.035323936,0.003253153,0.011358112,0.0049774637,-0.016545007,-0.028189339,0.012251682,0.01829026,0.010604162,-0.011309245,0.024712794,0.027770478,0.027826326,-0.04051781,-0.037557863,0.005933863,0.018415919,0.038032573,0.016963867,0.022171704,-0.03973594,0.0043561533,-0.015134841,-0.030688543,-0.006167727,-0.044399258,-0.014408816,0.00005323024,-0.001237385,0.0052462327,0.0019407222,0.021669071,0.02799387,-0.006551683,0.03981971,-0.011281321,0.044650573,0.036971457,-0.009808326,-0.008244579,0.017005753,0.042667966,-0.0074627055,-0.025466744,-0.025424857,0.015316348,-0.008223636,0.031582113,0.01725707,-0.010255111,0.00010695134,-0.042556267,-0.036664292,-0.006974034,-0.0018656764,0.0024154312,0.002467789,-0.05548511,-0.02193435,0.009864175,0.01567936,0.014702018,-0.024084503,-0.01692198,0.033648495,0.0048029386,0.039763864,-0.01389222,-0.0049425587,0.00839118,0.03389981,0.009221921,0.026346352,0.017578196,0.021543413,-0.013536189,-0.043924548,0.0030349963,-0.013012612,-0.004729638,-0.0006056031,-0.027630858,0.0048099193,-0.044036243,-0.0027540105,-0.028538391,0.015023145,-0.036440898,-0.00046816433,-0.007937415,-0.018024981,-0.0076860976,0.0010881658,0.005047274,0.013319777,-0.00811194,0.010687934,-0.0028342921,-0.00011153262,-0.0017094761,-0.022423021,-0.008537781,0.016112182,0.0010227187,-0.012698467,-0.0065342304,-0.024908263,-0.036412977,0.0090124905,0.015051069,-0.0016187229,0.007117145,0.043812852,0.031805504,0.010408694,0.008691364,-0.026527857,-0.013382606,-0.02785425,-0.003891916,-0.019127982,-0.0012260408,-0.012558847,0.0076651545,0.023121122,0.004240967,0.012475074,-0.0014084198,0.02619277,0.0043770964,0.03230814,-0.0010192282,0.029878745,0.0004956521,-0.027588973,-0.033788115,0.007434781,-0.017913286,-0.017438576,-0.0040350268,0.008928718,-0.0082725035,-0.033369254,-0.024559211,0.008621554,0.018806854,0.0025410894,0.0052811382,0.008230617,0.0040838937,0.00005399379,0.012698467,-0.011888669,0.013941088,-0.0078676045,0.011804896,-0.031386644,-0.005926882,0.058137894,-0.011937536,-0.013368644,0.004380587,-0.033313405,0.028440656,-0.04202571,-0.006897243,0.026304465,-0.021361906,0.0070229014,0.017592158,0.026988605,0.006429515,0.015120879,0.02331659,0.03320171,-0.022841882,0.016265765,-0.009543048,0.027840288,-0.013312796,0.031470418,-0.011016042,-0.028356884,-0.03093986,0.021766806,-0.00770006,-0.0046109604,0.008642497,-0.04495774,-0.011218492,0.010988118,-0.050961412,-0.018094791,-0.040601585,-0.0043037958,0.0030489585,-0.004509736,0.041076295,-0.018038943,-0.0050298213,0.009640782,0.0038465394,-0.00020528548,0.039093684,0.009752478,0.028007833,-0.0074068573,0.074836485,-0.010841517,0.00845401,0.0013848589,0.04277966,-0.001344718,0.011330187,-0.013305815,-0.011630371,0.0150091825,-0.015805019,-0.024461478,0.012398283,0.01066001,-0.012628657,-0.019169867,-0.0008953152,0.0032810771,0.008537781,0.01155358,0.010925289,0.015316348,0.0018883647,0.00020070419,-0.057300173,-0.030213835,0.015051069,-0.008216655,0.00019884986,0.043952473,-0.035854496,-0.017494423,0.021962274,0.03295039,0.01699179,0.030213835,-0.0144367395,0.0063143284,0.030828163,0.01972835,-0.008907775,0.01690802,0.02090116,-0.024992034,-0.010429637,0.010492465,-0.010080586,-0.022450944,-0.011811878,-0.006352724,-0.007448743,0.021990199,0.0275052,-0.0011509949,0.00036824855,0.01753631,0.03856313,0.03512847,0.024796566,0.009536067,-0.04146723,-0.007316104,0.0014511786,0.03032553,-0.02049626,-0.010653029,0.015595588,-0.015693322,0.016531045,0.010464542,-0.018122716,0.004460869,0.009019472,-0.021920389,0.023847148,-0.0052567045,0.007274218,-0.0032217386,-0.003143202,0.026178807,-0.02323282,0.00008944426,0.0009703611,0.005602265,-0.031163253,0.023665642,0.024224123,-0.003829087,0.013284872,0.036189582,-0.006576116,0.013836373,0.00046467382,0.04571169,-0.022520754,0.008356275,-0.04448303,-0.024098465,-0.028510466,-0.0029145738,0.01788536,0.012509979,-0.014995221,0.011455846,0.012126024,-0.0075674206,-0.018374031,-0.0136618465,-0.005480097,0.00735799,-0.0017696874,0.033788115,0.0109322695,0.013466379,0.037781253,-0.032084744,-0.0056965086,0.02736558,-0.02090116,-0.0356311,0.03278285,0.028929327,-0.015232575,-0.009180035,0.0065691355,-0.005672075,0.0005453918,-0.018597424,0.0076860976,-0.020468337,-0.007958357,0.008537781,-0.017298955,0.0026492954,-0.035575252,-0.0096547445,0.012419226,-0.029096872,-0.017103488,0.01993778,-0.036664292,0.0045830365,-0.009061358,-0.025103731,0.024726756,0.00016819884,0.019211754,0.039791785,-0.007378933,0.0012269134,-0.022464907,-0.0068309233,0.019784197,-0.007741946,0.021278134,-0.03747409,0.026150882,-0.013871278,-0.018848741,-0.028985174,0.008509858,-0.014422777,-0.0022443964,-0.009340598,0.007029882,-0.0069286576,0.008817023,0.008726269,0.007378933,-0.0044189827,0.021808691,-0.024363743,-0.022381134,0.014038822,0.008705326,-0.024629021,-0.022241514,-0.0021274644,-0.010862459,0.0018429881,-0.025815794,-0.013103366,0.04277966,-0.005602265,0.02468487,0.023121122,-0.0026562763,-0.004729638,-0.01986797,-0.029180644,0.030102137,-0.017829513,-0.023819225,0.02427997,0.014562398,0.008188731,-0.021599261,-0.009452295,-0.04035027,0.036161657,-0.035659026,-0.03892614,0.014660132,0.0126845045,0.0014380892,0.0049111443,-0.046381865,-0.02070569,0.024740718,-0.021152476,0.0138992015,0.00825156,-0.034821305,0.0140318405,0.022716224,-0.0115396185,0.0080351485,0.04599093,0.052301764,-0.02063588,0.006275933,-0.03174966,0.010771707,-0.02723992,-0.03431867,-0.0016195956,0.014688056,-0.009940966,-0.011316226,-0.019993627,0.020189095,-0.01450655,-0.018778931,0.030576847,-0.002909338,-0.0014773573,-0.0017278013,-0.025243351,-0.011888669,-0.022353211,0.0024328837,-0.03535186,-0.004935578,0.0015777095,-0.026346352,-0.0013298834,0.017243108,-0.018038943,-0.03376019,-0.006031597,-0.0020262396,0.024880338,0.0037383337,-0.001705113,-0.01692198,-0.008719288,0.056239057,-0.0041083274,-0.020244945,0.009270788,-0.01643331,-0.02543882,-0.0040489887,-0.010736802,-0.016489157,0.013138271,0.012838087,0.011106796,-0.027826326,0.026765212,-0.0111347195,-0.010785668,0.00563717,-0.024028655,-0.017145373,-0.011958479,-0.0035812608,0.006063012,-0.004750581,-0.027337655,-0.005302081,-0.01932345,-0.036831837,-0.016349537,-0.022911692,0.017717816,0.0053404765,-0.0025288728,0.023944883,0.0065097967,-0.0028796687,-0.00055542705,-0.024601098,0.01944911,0.023288667,0.0056057554,-0.003286313,0.049704827,-0.00011256887,-0.025955414,-0.030911935,-0.026220692,0.00018826926,-0.011009061,0.02090116,0.025019959,0.010548314,-0.008049111,-0.019169867,-0.004251438,-0.005577831,-0.0065481924,0.01760612,0.0049111443,0.008412124,0.0013979482,-0.015958602,0.008000243,0.012768277,0.015204651,0.022744147,-0.0019058172,0.018304221,0.016768398,0.06310838,0.008886833,0.012181872,-0.008084016,0.04992822,-0.020593995,0.0416627,0.017103488,0.07103881,-0.022590565,0.027938023,-0.015595588,0.005556888,0.01911402,0.011735086,-0.027616896,-0.0016134871,-0.014073727,0.0075813825,0.009452295,0.022590565,-0.00591292,0.01161641,0.015344271,0.020719653,0.011253397,0.0064609298,0.015511815,0.037306547,0.020998893,-0.073998764,0.022283401,-0.014660132,-0.019127982,-0.036664292,-0.008628535,0.022939617,-0.03362057,-0.010527371,-0.0019442127,-0.03672014,0.038479354,0.022143781,-0.018108753,0.006063012,0.01697783,0.028817631,-0.009305693,0.024880338,-0.02729577,-0.008789098,-0.044427183,0.004104837,0.032280214,-0.015065031,-0.0024782603,0.03093986,0.0041222894,0.029096872,0.018751007,-0.000024447188,0.027281808,-0.021850578,-0.042528346,0.00016252676],"social":"https://twitter.com/0xBookland"},{"title":"y thee asinine","description":"recording an electronic music album","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ad1-1s3lUP8","youtube_transcript":"Hey, my name is John AKY the Asinine. I'm an electronic musician in Los Angeles, California, and I'm recording my first album. Let's check out some tunes. Since joining nights and weekends, I've written and recorded a three songs, two of which were released on Spotify and other streaming platforms forms via Distruggid. And the third one I just finished yesterday, so that will be released shortly. To generate more interest I created music videos for my two release songs and put them up on YouTube. I started with zero listeners and so far I've got a total of eighty seven listeners across quantify in YouTube. Although this is far below my demo day goal of having a thousand listeners, I'm proud of what I've been able to create in just six weeks and want to ride the momentum of continuing to put out new music.","embedding":[0.009842317,-0.029032396,-0.0142933,-0.009723902,0.002815822,-0.014753026,0.027374595,0.0042872936,-0.0018040764,-0.023891823,0.032598756,-0.06881959,-0.021774296,-0.007056098,-0.008853209,0.055167124,-0.035524283,-0.025702864,-0.038979195,0.008609415,-0.03702884,-0.033267446,0.017553175,0.038979195,0.005293815,-0.04608405,-0.049288202,0.02986826,-0.017762141,-0.034242623,-0.024100788,-0.027388526,-0.00561423,0.023404235,-0.026608385,-0.028530875,0.033378895,-0.03959216,-0.015421718,-0.04900958,-0.013847506,-0.010065214,0.02743032,0.018110419,-0.04352073,0.029589638,-0.029032396,0.010051283,0.082081996,0.058510587,-0.062021222,0.03878416,0.011395633,0.059235003,0.036527324,0.009410452,-0.004343018,-0.008567621,-0.034911316,-0.009055209,-0.0011397374,-0.00360467,0.03148427,0.013471366,-0.03151213,-0.029283155,0.0062724743,0.020241877,0.024922723,0.010322939,0.023418166,0.009842317,-0.023599269,0.024462998,-0.08587125,-0.010573699,-0.013763919,-0.014585854,-0.03148427,-0.02474162,-0.038449813,0.021328501,-0.07795839,-0.0043499833,0.008233275,-0.017831797,-0.06124108,-0.0615197,-0.0050186757,-0.0038414986,-0.0074183065,0.012983778,-0.03257089,0.026315833,0.025089897,0.013868402,0.00066999847,0.068039455,0.010838389,-0.017901452,0.011890187,0.013673367,0.0329331,-0.031790752,0.006491889,-0.018779112,0.008665139,0.0015637651,0.005694334,-0.038923472,-0.06296854,-0.009626385,0.0051301247,-0.035914354,-0.014892337,0.011716048,0.005506264,-0.015365995,-0.006850614,-0.024017202,-0.06140825,0.04530391,0.00803824,-0.006777476,0.003150168,-0.056978166,0.015728204,-0.016536206,-0.0704356,0.0018528352,0.105820574,-0.014822681,0.024184376,-0.046111915,-0.034354072,-0.008449207,0.020576222,-0.016104342,-0.004712192,-0.0036812911,0.013541021,0.014989855,0.022791266,-0.009201487,0.037223876,-0.04399439,0.022763403,0.015212752,0.006268991,0.0009995558,0.0101488,0.019280631,-0.024992378,0.012301154,0.024309754,0.02488093,0.015226684,0.026232246,0.025229208,0.015379925,0.041375343,0.018305454,0.02614866,-0.0002544601,-0.013485297,0.050124068,-0.048703097,-0.08046599,-0.055055674,-0.026914869,-0.050542,-0.016856622,-0.02450479,-0.021426018,0.0159511,-0.015143096,0.00459726,-0.0048723994,-0.039898645,0.025633208,0.019322425,0.011054321,0.021105604,-0.011472254,-0.017553175,-0.040037956,0.032125097,-0.018806973,0.039090645,0.011820531,0.007195409,0.04683633,-0.055222847,0.0405952,0.005541092,-0.045721844,0.025215276,0.056225885,-0.00472264,-0.010594595,0.009542798,0.012252395,0.013171847,-0.0021419053,-0.04666916,0.02040905,0.03432621,0.015965031,0.012238464,0.015282407,0.06647917,-0.0017013346,-0.011179701,0.0010265473,-0.025201345,-0.0023769925,-0.017121311,0.05463774,-0.022011125,-0.06491889,-0.040790237,-0.008588518,-0.01646655,0.022415128,0.05692244,0.0014488335,0.037753258,-0.019810013,0.042545553,-0.052631665,0.021843951,0.006457061,-0.031456407,-0.011500116,0.0066416482,0.0018841801,0.0020060772,-0.017539244,-0.0258979,0.053411808,0.00816362,-0.06263419,-0.02805722,0.050040483,0.0021506122,0.0052694357,-0.055724367,-0.0028941843,0.013004675,0.03597008,-0.018430835,-0.01850049,0.029617501,0.03073199,-0.0070665465,0.0032912204,-0.012795708,0.0128026735,0.005342574,0.008748726,0.01787359,0.024323687,-0.02678949,0.024003271,-0.017803935,0.017664624,0.01282357,0.055557195,0.03677808,-0.024476929,-0.036276564,-0.028725911,-0.00950797,0.014948062,-0.0069759944,0.029951848,0.0219554,0.0076342383,-0.02463017,0.006046094,0.0023264922,0.0047156746,-0.0030578747,-0.0023090786,-0.018765181,-0.0033817724,0.010747837,0.009953765,-0.04502529,-0.025034172,0.028335841,-0.07494927,0.021008087,-0.0050674346,0.050987795,-0.0120225325,-0.010845355,-0.04733785,-0.032264408,-0.02436548,0.05878921,0.016759103,-0.01154191,0.011959842,-0.028224392,0.048786685,-0.009709971,0.008581553,0.009640316,-0.023320647,0.055807956,0.04976186,-0.02117526,-0.01358978,-0.00077186956,-0.02118919,0.0020304567,0.00066999847,0.002455355,-0.022025056,-0.04209976,-0.05845486,-0.0022376815,-0.003374807,0.009264176,0.029506052,0.051628627,0.0033573932,0.006892408,-0.033156,0.013889299,-0.037474636,-0.02256837,-0.009305969,0.015101303,-0.0025546139,-0.005342574,-0.030091159,-0.0147251645,0.0405952,-0.032208685,-0.008407414,0.006596372,0.038839884,0.008895002,0.016410826,0.005460988,-0.0013817901,-0.008686036,-0.012928053,-0.025201345,-0.06503034,0.016828759,-0.01979608,0.048563786,0.0018493524,0.0050744,-0.032097235,-0.02079912,0.0017483521,-0.030258331,0.056365196,0.019113459,0.010267215,0.015226684,0.0055132294,-0.01748352,-0.020687671,0.017664624,0.0041828104,0.05218587,-0.016870553,0.015839651,-0.008853209,-0.012064326,0.039898645,0.029088119,-0.0070944084,0.03176289,0.075227894,0.010622458,0.0638044,0.033908278,-0.03663877,-0.020645877,0.023613201,-0.04056734,-0.0010761769,-0.03215296,0.040372305,0.009932868,-0.038951334,-0.02933888,0.022665886,-0.013241502,-0.03443766,0.0044997428,0.03429835,0.013805712,0.010803562,0.009006451,-0.0066799587,-0.012133981,0.006335164,-0.007815342,0.02322313,-0.024295824,0.027388526,0.020116497,-0.007884998,-0.0025842176,-0.045359634,0.058733482,0.0024867,-0.0070038564,0.0044091907,0.042044036,-0.013436538,0.037446775,0.04948324,-0.03663877,-0.05750755,-0.0004753985,-0.034799866,0.028642325,-0.010357766,0.045749705,-0.0037056704,0.046501983,0.014021644,-0.05550147,0.006645131,-0.014516198,-0.019461736,0.008713898,0.010490112,-0.05750755,0.011319012,-0.013575849,0.013248469,-0.02003291,0.018180074,-0.028294047,0.038589124,-0.05421981,0.021537468,0.0004349113,0.0007788351,-0.028558739,0.00083238276,-0.044579495,-0.0439108,-0.017497452,-0.009870179,0.03964789,0.018751249,0.043186385,-0.033991866,0.000283193,0.014627647,-0.06007087,-0.032125097,-0.024031132,0.005342574,-0.0011963325,-0.033991866,-0.019210976,0.02539638,0.001986922,-0.027109904,0.013889299,-0.019406011,-0.022763403,0.023195269,-0.069655456,0.025466036,-0.002256837,0.029840399,0.023696788,-0.010385629,-0.04914889,-0.027165629,-0.0017631538,0.05867776,-0.00025924892,-0.0050500208,-0.040762376,0.024449065,-0.06441737,0.015477443,-0.03702884,0.04313066,0.07963012,-0.015783926,0.0011249357,-0.060851008,-0.011876256,0.0036917394,0.024671964,-0.0076760314,-0.02373858,-0.026970593,-0.0023404234,0.11512654,-0.019503528,0.012238464,-0.010657285,-0.0025215277,-0.005537609,0.015728204,0.025688933,0.020743396,0.0067078206,-0.034242623,-0.018082557,-0.008720864,-0.008059137,0.006244612,-0.0078780325,-0.0012389965,-0.021760365,-0.019071665,-0.023432096,0.0066973725,0.01978215,0.01798504,-0.012600672,-0.007073512,-0.037084565,-0.026719835,0.053411808,0.01135384,0.035301387,0.015101303,-0.03700098,-0.015073441,0.006596372,-0.05293815,0.018430835,-0.0028785118,0.03329531,0.036555186,0.019517459,-0.019837875,-0.015602822,0.0046599503,0.032459445,-0.0105597675,-0.033629656,0.013067364,0.053690426,-0.01294895,0.027722873,-0.00982142,-0.007564583,0.025438173,-0.0068192696,0.023125613,0.018026832,-0.006537165,0.0064466125,-0.01850049,0.010197559,0.028865222,0.024170443,0.042991348,-0.0049734,0.01645262,-0.00036677954,-0.0023369407,0.0026051141,-0.028558739,-0.0044091907,-0.032375857,0.010385629,0.031957924,-0.0049211583,0.017037725,0.04775578,0.028391564,0.0062411292,-0.019378148,-0.002262061,0.029701088,-0.036304425,0.007808377,-0.0041688792,0.003289479,0.019670703,-0.00301434,-0.005081366,0.0029725467,-0.026106866,0.041040998,0.008093964,0.026260108,-0.011381702,-0.051127106,-0.0073138233,0.0046703983,0.03229227,0.044300873,-0.026691971,0.004767916,0.023933616,0.04070665,-0.00266258,0.008588518,0.023167405,-0.009654246,-0.024156513,0.0047748815,0.009501005,-0.023459958,-0.051238555,-0.018458696,0.005293815,0.024017202,-0.012614604,-0.0047818474,0.010322939,-0.013429573,-0.004005189,0.050319105,0.020757327,-0.020088634,0.0033452034,-0.014948062,0.010761769,0.031957924,0.015352063,0.053133186,-0.011792669,-0.0061610253,-0.0121618435,-0.024407273,-0.010093076,0.0053286427,0.014557991,-0.03073199,0.014147024,-0.009953765,0.0354407,0.009953765,0.039870784,-0.044356596,-0.01607648,0.023543546,0.007564583,-0.018806973,-0.027026318,0.026051141,-0.011904118,-0.041793276,0.020604085,-0.002906374,-0.0038240848,-0.03137282,0.024532653,0.004266397,-0.013931092,0.037558224,-0.008428311,0.010023421,-0.006659062,0.021258846,0.0053565046,-0.0063386466,-0.02297237,0.05424767,0.0139241265,0.0056177126,-0.003987775,-0.029589638,0.011855359,-0.033546068,-0.0077526527,-0.011075218,0.015129166,-0.008309896,0.045443222,0.007871067,-0.006262026,-0.019461736,-0.014571922,0.018012902,0.03864485,-0.050737035,0.017344208,-0.0070665465,-0.0055132294,-0.012788742,-0.031177783,-0.0052102283,0.013708195,-0.030035434,-0.019322425,-0.046362672,-0.0073974095,-0.048508063,-0.03571932,-0.006760062,-0.010949838,0.0018685077,-0.033713244,0.03917423,0.032180823,-0.0021784746,0.004942055,0.00342879,-0.018946284,-0.023919685,0.010803562,0.022554439,-0.042991348,0.003235496,-0.030509092,-0.036165114,-0.013408676,-0.038338363,-0.01646655,0.040511616,-0.006735683,-0.0038171192,0.03700098,-0.010831424,-0.018263662,-0.03128923,-0.008449207,-0.018166143,-0.016048618,0.014822681,0.036945257,0.0037613949,0.025814313,0.022846991,-0.07188443,-0.0048793647,0.0024170445,-0.014098265,0.013554952,0.0025981485,0.053021736,0.049678273,0.038115468,-0.0042733625,0.011639427,0.016355101,-0.03165144,-0.0132623995,-0.028266186,0.01340171,-0.033991866,0.03023047,0.02192754,0.014850544,0.029506052,0.0044718804,0.011346874,-0.004969917,-0.0017527055,0.0046703983,0.013624608,0.055473607,-0.0004575493,-0.0036534288,0.019489598,0.027778598,-0.015923237,-0.00596599,0.0016699897,-0.026455143,0.03649946,0.02577252,0.009528867,-0.04530391,0.0040086717,-0.0044370526,0.008665139,0.020743396,0.0135619175,-0.00306484,-0.034799866,0.029533915,0.017762141,-0.03700098,0.00033957037,0.004743537,-0.03446552,-0.027527837,-0.0061923703,0.03301669,0.0063908882,-0.036666635,0.006359543,-0.030035434,-0.03301669,-0.047198538,-0.028266186,0.011757841,-0.014279369,-0.0040295683,-0.013213641,0.017260622,0.017511383,-0.038338363,0.00070047274,0.020771258,-0.029840399,0.005941611,-0.008491,0.010942873,0.036666635,-0.006763545,-0.01659193,0.006812304,0.032320134,0.00035110704,0.022540506,-0.031985786,0.023668924,0.010343836,-0.015143096,-0.0075436863,0.0061122663,0.015407788,-0.030815575,0.03585863,-0.020395119,-0.0036116356,0.0012163585,0.030899161,0.023599269,-0.0075854794,0.008121827,0.036415875,-0.016090412,-0.0072789956,-0.029812537,-0.020966293,-0.01684269,0.02603721,0.051127106,0.044690944,0.03240372,0.004464915,0.018960215,0.029450329,0.0072163055,-0.019197045,-0.008142723,-0.020478705,0.061854046,-0.02603721,0.013269365,0.0006752226,0.0051336074,0.009591557,0.006498854,0.0134226065,0.005694334,0.0038484642,0.020492636,0.016187929,0.026942732,-0.010699078,-0.000610356,0.03176289,-0.008184517,0.0063421293,0.002032198,0.033128135,-0.028725911,-0.03814333,0.038979195,0.00041292628,-0.013722125,0.0036255666,0.010719975,0.0013678591,-0.020144358,-0.0039390163,0.01762283,-0.041793276,-0.014864475,0.004712192,0.047282126,0.05232518,-0.058120515,0.040790237,-0.014878406,-0.029311018,-0.00009447022,-0.0069725113,0.017887522,0.010636388,-0.00013778721,0.009793557,0.0043395353,0.0068018558,0.028489083,-0.010538871,0.0012154877,0.021412088,-0.043966524,0.020492636,0.0019311976,-0.019823944,0.00076359796,0.0012964623,-0.011757841,0.0024605792,0.033128135,-0.015031648,-0.00067565794,0.0032859964,0.031874336,-0.003998223,-0.0080173435,-0.06034949,-0.02067374,0.033518206,0.018054696,-0.010991631,-0.025466036,0.015491374,-0.014147024,0.023641063,0.02653873,0.031846475,-0.0041445,-0.028154736,0.018333318,-0.030899161,-0.017009864,0.004834089,-0.016828759,-0.0063281986,-0.0026033728,-0.03524566,0.028642325,-0.0023909237,0.014167921,0.00542616,0.037613947,0.010991631,0.040372305,-0.010838389,-0.011298115,-0.024212237,0.000305831,0.020241877,-0.0068540974,-0.013617642,0.0026695454,0.0060356455,0.028238323,0.025814313,-0.017525313,0.018472629,-0.02883736,0.031122059,-0.029088119,-0.0057256785,-0.053383943,-0.012872329,-0.0515729,-0.01301164,0.015393857,0.045638256,0.021913607,0.013332055,-0.021022018,0.015853582,0.012036463,0.00012342076,0.008644243,0.023181336,-0.004360432,-0.016675517,-0.00039943052,0.0014793078,-0.0017692486,-0.014216679,-0.002495407,-0.032487307,0.00892983,-0.0008798355,-0.015129166,0.012349913,-0.021969331,-0.024936654,-0.02539638,0.018570146,-0.008755691,-0.017762141,0.0042420174,-0.0060948525,0.032041512,0.018082557,0.021272777,0.036583047,-0.0039181197,0.0101000415,0.0026730283,-0.046724882,-0.050569862,-0.024072926,0.0045693982,0.016369034,0.008135757,-0.00012788308,-0.005220677,0.026956663,-0.0043047075,-0.004760951,-0.060683835,0.00019557947,-0.012433499,-0.04775578,0.027583562,0.03549642,-0.0070909257,-0.042434108,-0.010329905,-0.024267962,0.022345472,0.01269819,0.058231965,0.03137282,0.037725396,-0.0053913323,0.003695222,-0.011834462,0.01230812,0.030258331,0.021412088,-0.055668645,0.017581038,0.0010457026,-0.033462483,-0.034688417,-0.022874853,-0.008595483,0.016285446,0.036471598,-0.009668178,-0.015839651,-0.0142236445,0.03532925,0.0064675095,-0.012865364,0.018556215,-0.013840539,-0.04633481,-0.008170585,-0.006457061,0.014502266,0.025048103,0.019238837,-0.014119161,0.023264924,-0.025424242,-0.016006824,-0.0009986851,0.0047783647,0.043715768,-0.010664251,-0.033323172,0.07494927,0.0058649895,0.033072412,0.013408676,0.0062306807,-0.03457697,0.02106381,0.011298115,-0.033462483,0.03583077,-0.011284185,-0.02256837,0.011952877,-0.0571732,-0.012363844,-0.029311018,-0.0054853675,-0.008086999,0.008421345,0.02247085,-0.008407414,-0.026329763,-0.021634985,-0.0021593191,-0.0069098216,-0.009647281,0.036388014,0.018319385,0.010037351,0.027249215,-0.018904492,-0.013951989,-0.0021697676,-0.012287223,-0.023905754,-0.005245056,0.01371516,0.026371557,-0.03507849,0.0055759195,-0.0075576175,-0.0035628767,-0.023891823,-0.02043691,-0.01785966,-0.0026782523,0.028224392,-0.015853582,-0.005081366,-0.034549106,0.00015716013,-0.022958439,-0.0069098216,0.012928053,-0.0025128208,0.00060817925,-0.0030334953,-0.00042206855,0.02385003,-0.02347389,0.009682109,-0.016410826,-0.040260855,0.005245056,-0.0009377366,0.006676476,-0.0017178778,0.01129115,-0.0020043359,-0.017330278,-0.013972885,0.042852037,-0.055417884,0.029255293,0.019057734,-0.022735542,0.01914132,-0.00426988,0.08152475,-0.008985554,-0.0061087837,-0.04914889,0.018082557,-0.013812678,0.053551115,0.00061949826,-0.02130064,0.0023874408,-0.0062550604,0.021718573,0.02003291,-0.0116812205,0.0019364217,0.002568545,-0.020743396,-0.0065023373,0.0037962226,-0.0021488708,-0.015129166,-0.0006055671,0.019545322,-0.025466036,-0.06508606,-0.017831797,0.0072720298,0.033880416,-0.020464774,-0.0048062266,0.00075576175,0.015254546,-0.0037962226,-0.0004053077,0.023362441,0.03382469,-0.059123553,-0.022902714,-0.039229956,-0.016118273,0.01397985,0.0074043754,0.036583047,-0.034911316,0.0020652844,-0.004816675,0.0010648578,0.03215296,-0.036527324,-0.014989855,-0.0285866,-0.004262914,0.022735542,0.019921461,0.008546725,-0.02386396,0.00615406,-0.013958954,0.010803562,0.013025571,-0.020966293,0.03524566,-0.024839137,-0.02117526,0.02450479,-0.021871815,0.015491374,-0.0101209385,0.018082557,-0.023613201,-0.010956803,0.028252253,-0.012677293,0.022442989,0.008532794,0.0036255666,-0.031344958,0.008908933,0.0076760314,0.026900938,-0.019698564,-0.0057396097,-0.013137019,-0.034549106,0.0049525034,0.017594969,-0.006516268,0.0009220641,0.00029799476,0.020506566,-0.025967555,0.0061749564,0.018166143,-0.0017283261,0.029951848,-0.0013922385,-0.010998597,-0.0017918866,0.012962881,-0.03828264,0.021370295,-0.008142723,0.0015263252,-0.01046225,-0.0022289746,-0.0052903323,-0.024393342,0.009103969,-0.008170585,0.0041027064,0.009828385,0.035635732,-0.011319012,-0.014349025,0.048062265,-0.051600765,-0.004513674,0.013429573,0.017776074,0.022122573,0.015296339,-0.0127817765,0.027750734,-0.025995417,0.027165629,0.01862587,-0.00066782173,0.0000071424056,0.037808985,-0.015198821,0.0071884436,0.0028698049,0.0054052635,0.008330793,0.024323687,0.011514047,-0.0025563554,-0.031428542,-0.024003271,0.016926277,-0.04527605,0.000090552094,-0.0027252699,0.0040434995,0.004186293,0.013708195,-0.006812304,0.013812678,0.0056804027,-0.010796596,0.030927023,0.004802744,0.026956663,0.01723276,-0.02667804,0.00437088,-0.0009333831,0.021774296,-0.02130064,0.026622316,0.022986302,-0.0049037444,0.012356878,-0.049901173,0.0031170817,0.048424475,-0.024853067,0.0009002968,-0.008449207,-0.004172362,0.018932354,-0.014335093,-0.019461736,0.004015637,0.021760365,0.01065032,0.016898414,-0.0030979265,-0.024588376,0.02869805,-0.024045065,0.011625496,-0.010545837,0.00899252,0.0028680635,0.01976822,0.016369034,-0.024449065,0.008686036,-0.021008087,-0.013631573,0.010810527,-0.0097587295,0.019963255,0.02805722,-0.048313025,-0.005245056,0.014766958,-0.014502266,0.028447289,-0.0049316064,0.015282407,0.005582885,0.02323706,0.03792043,0.0031153404,-0.010552802,0.023320647,-0.016912345,-0.005704782,0.010155766,0.0059102657,-0.007606376,-0.0062376466,0.009960731,-0.022136506,0.0385334,0.041013133,0.046251226,-0.0016569293,0.03240372,0.020631947,0.023028094,-0.06508606,-0.0086790705,-0.0102393525,0.001407911,-0.0037370154,-0.025493897,0.00430819,0.0035419802,-0.0032807721,-0.0056072646,0.007529755,-0.015881445,0.016410826,0.0058057825,-0.015129166,-0.026483005,-0.015867513,0.03677808,-0.025229208,0.02042298,-0.00016543172,0.0142236445,0.04761647,0.0036569117,-0.014739095,-0.01033687,-0.018876629,-0.02398934,-0.027862184,-0.010504044,-0.028558739,0.0049141925,0.0052241595,0.00028689342,-0.026051141,0.023153475,0.0033138585,-0.048814546,0.008943761,-0.0037370154,-0.007815342,0.023905754,0.023446027,0.027973633,0.024170443,-0.0113608055,-0.005335608,0.004022603,-0.00025794288,0.013297227,0.0046077087,0.0070038564,-0.044077974,0.031930063,0.012872329,-0.030676264,-0.03290524,-0.012941984,-0.026190452,-0.009716936,0.009751764,-0.0020426463,-0.007947688,0.00020657197,0.013938057,-0.008240241,0.016494412,-0.0046669156,-0.004524122,-0.03953644,0.03457697,0.0225823,-0.02042298,0.005952059,-0.013109158,0.030648403,-0.01774821,0.022540506,0.019113459,-0.008776587,0.027207423,-0.029812537,0.0045659156,0.011918049,0.03649946,-0.022136506,-0.0034322727,-0.0341869,-0.0053878496,-0.016271515,-0.03697312,0.021230984,0.011214529,-0.013220606,-0.026065072,-0.010315973,-0.011137908,-0.0142445415,0.025048103,0.018974148,-0.0014827906,0.02653873,-0.02972895,-0.0016934983,-0.0010692113,0.03714029,-0.009131831,0.022080781,0.0030352366,0.033267446,-0.03148427,0.015742134,0.001126677,-0.015240614,-0.024936654,0.020631947,-0.007703894,-0.011925015,-0.019740358,-0.01096377,-0.01371516,0.0006787054,0.018695526,0.030146882,0.014753026,-0.0004011719,-0.012099153,0.026106866,0.010016455,0.028335841,0.032988824,-0.030843437,0.008275068,-0.020172222,-0.0023282338,-0.008511897,0.0050604693,0.022749472,-0.030509092,-0.022317609,0.049288202,-0.052743115,0.040372305,-0.005770955,0.0060217143,0.02474162,0.011151839,-0.012941984,-0.0025424242,0.02169071,-0.041263893,-0.010566733,-0.015672479,0.00042925176,0.03945285,0.0011858842,-0.0009655988,0.00059990765,-0.007425272,0.024295824,0.034521244,0.034409795,0.0057152305,-0.010107007,-0.014794819,-0.026246177],"social":"https://twitter.com/johnyeo85"},{"title":"movenetix","description":"a tool that helps dancers sync their movements and learn new forms quickly.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=T63NlHA9X8U","youtube_transcript":"Hi. My name is Hydra. I'm a skill learning content creator, and I'm working on a Movement learning tool that helps things you sync your movements accurately and learn new coreography two times faster. Here's how it works. You upload any video into the desktop app. With your webcam acting as a camera, you can see your image side by side next to the reference video or overlay on top of it. From a separate phone now. You can remotely control your video. And also record yourself, oh, without having to go back and forth from the computer or camera. I had built a stool for my So I already had a prototype. I proceeded to do user testing with twenty plus people. I was getting kinda confused because everybody seemed to journey like the product. Every different domain wanted the product to everything. But I decided to stick with the dancer's niche. At this point, I had users, but none of them were paying. I had zero characters. My biggest locker was that the prototype was kind of naked but more importantly, nobody had an android, hired a developer to make these updates and also the iOS build. Also, at this point, I had one page user. That's my mom. I did a lot more thing. I was wrestling. I was learning a lot. It was fun, but low in b home. Apple store was kicking back. It took over two weeks for this store to Finally, when it did, look at the day. That's today. I had a few hours left in market, so I reached out to my answer and ask them if they would be able to use it. This is what my first legit sale. I reached my goal of getting ten paying users in the last hour This is just a start. I was able to get ten users in just a few hours. What can I do with these new bags? We'll see. Thanks for watching. Bye.","embedding":[0.031522002,0.017502917,-0.031002775,0.01850787,0.009429801,-0.06033063,0.011339211,0.056076333,0.029679589,0.012436284,0.048405197,-0.051185567,-0.027686434,-0.079123236,0.030952528,0.011221967,-0.020936504,-0.040499575,-0.07054765,0.02145573,0.031220514,-0.0083536655,-0.012796392,0.018859603,0.014672302,-0.05969416,-0.008161049,-0.0022422995,-0.013650601,-0.011623947,0.004166364,-0.031187017,0.0031718805,-0.00873471,-0.005497926,-0.01912759,0.016631959,0.011649071,-0.008437411,0.027384948,0.012553528,-0.027518941,0.049510647,0.030031322,-0.022661673,0.020434028,-0.010577122,0.054401413,0.0029080804,0.052224018,-0.042777464,0.026045011,-0.015794499,0.05547336,0.005121069,-0.032644197,-0.0020266536,0.029059868,-0.0652549,-0.006791802,0.008412288,-0.025743525,0.061536573,-0.026765227,-0.0067708655,-0.013516607,-0.05336296,0.020651767,-0.026564237,0.029914077,0.04163852,0.0029415789,0.019161088,-0.009588919,-0.018323628,-0.028440148,0.0021407576,0.03006482,0.0023490759,0.0028368963,-0.0045180977,-0.010870233,0.0024788822,0.017201431,-0.028842129,-0.015652131,-0.054267418,-0.04750074,-0.021154243,-0.011841686,-0.034185123,0.043011956,0.020852758,0.017687159,0.03304618,0.0047232755,-0.048907675,0.048505694,0.025927767,0.021639971,0.021606473,-0.01765366,-0.0011986148,-0.021773964,0.00873471,-0.0012289728,-0.02313065,0.006862986,-0.015057534,-0.013206746,-0.13680749,-0.00420405,-0.0032200343,-0.01914434,0.022845913,-0.0035005836,0.053295966,-0.03614478,-0.0004948866,-0.029545594,-0.06461842,0.0064107575,0.0088854525,-0.02542529,0.011188468,-0.019311832,-0.010384507,0.022477431,-0.026932718,-0.028976122,0.046495788,0.01956307,0.018256633,-0.05798574,-0.05379844,-0.011456455,-0.012813141,0.007851189,-0.032242216,0.008491846,0.012386036,-0.028004669,0.029193861,0.00015244393,-0.03048355,-0.031923983,0.02880863,0.054401413,-0.005761726,0.014220074,0.02900962,-0.01250328,-0.02353263,-0.0023281393,0.058052737,0.0022129884,-0.01705069,0.06197205,-0.037317224,0.020735513,-0.017184682,-0.015878245,0.008575592,-0.00567798,-0.062776014,0.029076617,-0.037183233,-0.02019954,-0.08059717,0.0008091959,-0.020668518,-0.00297089,-0.01019189,0.0273347,0.02988058,-0.042408984,0.045691825,-0.04582582,-0.02333164,-0.043782417,-0.024135603,0.0273682,-0.02269517,-0.029294357,-0.10357708,-0.024537584,0.00063280587,0.008550468,0.017285177,0.014647178,-0.0007552844,0.049711637,-0.0033268104,-0.012218544,0.0027594313,-0.035374317,0.057349272,-0.009781535,0.02061827,-0.008575592,0.04646229,0.02334839,0.022594675,0.035843294,0.011389459,-0.0033519343,-0.049778633,0.019931553,-0.029947575,-0.00882683,0.06873873,-0.010995852,-0.050415102,-0.017151184,-0.06073261,-0.023398638,0.0050456976,0.009521922,-0.029612591,0.017402422,-0.026313,0.019914802,0.025274549,-0.0017283084,0.004815396,0.0025542534,0.03323042,-0.0125451535,0.022561178,-0.008542093,0.017620161,0.03554181,0.011121471,-0.03321367,0.07711333,0.011364334,0.02061827,-0.052090023,-0.004400853,0.024202598,0.021489227,0.03701574,0.011942182,0.01324862,0.009655916,0.0022611425,-0.049644638,-0.041136045,0.044485886,0.010878608,0.05862221,0.011699319,0.024286345,0.027887424,-0.003582236,-0.026949469,-0.010920481,0.033900388,-0.010660868,-0.017268429,0.017804403,-0.0059082815,-0.040499575,0.014563432,0.01700044,0.01586987,-0.016791075,-0.008977573,-0.016372345,-0.0065363767,-0.0000072337257,0.02753569,-0.017092561,0.039863106,-0.04100205,-0.021623222,0.006808551,0.034335867,-0.007055602,-0.004224987,-0.021606473,0.00030043884,-0.006804364,-0.00079506374,0.022561178,0.046964765,0.012059427,-0.012972258,-0.013164874,0.021472478,-0.0040093404,-0.03892515,0.0075497036,-0.024102103,0.023147399,0.015308772,-0.009228811,0.010434753,-0.007666948,0.023733621,0.010242138,-0.067532785,-0.026932718,-0.001293876,-0.030182064,0.014998912,0.027619436,0.029478598,0.016313724,-0.005920843,-0.045959815,0.060866605,0.008496033,-0.023164148,-0.047400247,-0.018558117,0.05567435,-0.000805532,-0.017368924,-0.036881745,-0.034972336,-0.04813721,-0.03132101,-0.015434391,-0.012277166,-0.026932718,0.083344035,-0.008969198,0.008927326,-0.027803678,0.027183957,-0.04498836,-0.02227644,-0.087966815,0.0016508433,-0.05912469,0.015936866,-0.046194304,0.05567435,0.020015297,-0.015786124,-0.072557546,-0.029696338,0.005925031,0.029763333,0.013047629,0.04669678,-0.016782701,-0.039427623,-0.00047211818,-0.029780084,0.018675363,0.05446841,-0.03199098,0.024487335,0.009630792,-0.02778693,-0.033900388,-0.009362805,0.021271488,-0.019797558,0.05801924,0.03240971,0.021807462,-0.009538671,0.040499575,-0.034402862,0.015861496,0.0037811326,0.020785762,0.04080106,-0.0119756805,0.0035801423,0.010870233,-0.05738277,-0.002617063,0.032074723,0.041772515,-0.005799412,0.027133709,0.07041365,0.026932718,0.010158392,-0.030098319,-0.013826467,0.008793332,0.0049242657,0.011406207,-0.027669683,0.0049828882,0.0483382,-0.05590884,-0.017620161,-0.0047693355,-0.005079196,0.026028262,0.05969416,0.010602246,-0.005619358,-0.030818535,0.013734347,-0.04478737,-0.03503933,-0.010635744,0.01652309,-0.003289125,-0.037685707,0.016715705,0.006419132,0.004564158,0.04542384,-0.048907675,0.0650539,0.004618593,0.006167894,-0.007294278,-0.029026369,-0.01741917,0.0546694,0.07838627,-0.021556225,-0.0945995,-0.0029918265,0.00457672,-0.0073863985,0.040834557,0.0162886,0.00037476342,0.017134435,-0.024755323,-0.019094093,0.035910293,0.026547488,-0.012821515,-0.013483109,0.008835205,-0.014630429,0.0314885,0.010401255,0.011481578,0.008073116,0.007294278,-0.042509478,-0.0024537584,-0.00016121108,0.0089357,-0.046127304,0.006301888,-0.025760274,-0.004252204,-0.045725327,-0.035642304,-0.047132257,0.020132542,-0.033682648,-0.03071804,0.0148397945,-0.041471027,-0.0029687963,0.0027510566,-0.0075622653,0.07711333,-0.0012666585,0.034771346,0.028523894,0.038020693,0.0008971292,-0.013022506,0.005326247,-0.02480557,0.0029185486,-0.023298142,0.0013095783,0.019211337,-0.050984576,-0.005209002,0.016573336,-0.0075078304,-0.032057974,0.0010740426,-0.035005834,-0.015643757,-0.029696338,0.013131375,-0.022393685,0.023264643,-0.060866605,0.0117495665,-0.006012964,-0.022762168,0.013382614,0.04475387,0.052458506,-0.022594675,-0.040265083,-0.030383054,0.0056947293,-0.048070215,-0.02795442,-0.028322903,0.045021858,-0.033146672,0.0075078304,0.061536573,0.014211699,-0.024922814,-0.01525015,-0.011732817,-0.010016023,0.0019020814,-0.020216288,-0.008642589,-0.012000804,0.0504486,-0.03323042,-0.019479323,0.0057868497,0.024252847,-0.012268792,0.009898779,-0.04036558,-0.001479164,-0.021639971,-0.020350283,0.019194586,-0.021472478,-0.047601234,0.014680677,-0.033682648,-0.0006521721,-0.00005800066,-0.0066452464,-0.0021585536,0.014990537,-0.03364915,0.012520029,-0.04539034,-0.028054915,-0.02333164,0.031940732,0.004593469,0.008508596,0.07624237,-0.0070974748,-0.020048797,0.020551272,0.01767041,0.0126205245,0.010510125,-0.0050415103,0.017117687,-0.015099407,0.021120746,-0.026798725,0.029361354,0.012561902,-0.010342633,-0.018641863,0.028909124,0.020769013,0.0006008777,-0.009923903,0.022477431,0.009237186,0.012009179,0.048639685,-0.016171357,-0.03470435,-0.018122638,0.022963157,0.010727865,-0.045993313,0.021137495,-0.040097594,0.049242657,0.0139102135,0.03681475,0.024721824,0.0031425692,0.024018358,-0.026932718,-0.034771346,-0.026832223,0.0060506496,-0.021941457,-0.005271812,-0.0135501055,0.032024477,0.018323628,0.0038230056,0.00091387844,-0.029796833,-0.027719932,0.06227354,0.0003198051,0.030232312,-0.020852758,-0.0073570875,0.027435195,-0.014580182,0.0012122235,0.0056067957,-0.016749203,-0.04123654,-0.0037581024,-0.010141643,-0.023867615,-0.041471027,0.008776583,0.002378387,-0.009982525,0.020886257,-0.0062013925,-0.040868055,0.00882683,0.0139855845,-0.022829164,0.011489954,0.030416554,-0.0015608164,-0.004815396,-0.01872561,0.032861937,0.001940814,0.042074,0.01914434,-0.015920117,-0.03153875,-0.033950634,0.0011431332,0.004647904,-0.00338962,0.017402422,-0.0007893062,-0.002832709,-0.011113096,-0.022644922,0.031622496,0.019579818,0.0028976123,-0.00028709183,-0.01410283,-0.0018717234,0.0017639005,0.017804403,0.023566129,-0.017754156,0.03324717,-0.013692474,-0.026128758,0.0012132705,-0.026748478,0.08046317,-0.017586663,0.019244835,-0.003467085,-0.05128606,-0.023649875,0.007587389,-0.016481217,-0.014161452,0.05319547,-0.032141723,-0.008412288,-0.049644638,-0.0068881097,0.005359745,0.021974955,0.0053429957,-0.011565325,-0.029177113,-0.010886982,0.0027803679,-0.009002697,0.012888512,-0.03388364,-0.017938396,-0.015107782,0.0012771267,0.010979103,0.0022946408,0.021120746,-0.018842854,-0.0073277764,-0.0059501543,-0.0028222408,-0.002413979,-0.008529532,0.023247894,-0.016238352,-0.0034524295,0.011707693,-0.009756411,0.0017052783,0.0046981517,-0.020685267,0.016464466,0.013164874,0.011389459,-0.062776014,-0.027217455,0.0053681196,-0.029378103,-0.028724885,-0.024453837,-0.043648425,-0.011113096,0.004727463,0.03554181,0.03304618,-0.054970887,-0.0063102623,-0.019177837,0.0019439544,-0.04475387,-0.001778556,-0.0038962835,-0.02269517,0.02207545,-0.014563432,-0.034436364,0.01641422,0.005828723,-0.01124709,0.0022485806,-0.049343154,0.004463663,0.030751538,-0.019395577,-0.0048112087,0.0089608235,0.024336593,0.0016204854,0.014898417,-0.02229319,0.018792607,-0.08140113,0.0036659818,-0.03237621,-0.025693279,-0.02460458,0.029813582,-0.012712645,0.029981075,0.025190802,-0.026748478,0.038020693,0.036446266,0.0018497402,0.011154969,0.004606031,0.019094093,-0.0336659,0.060263634,0.0252243,0.011439706,0.0065866243,0.00809824,-0.015576759,0.003479647,0.06079961,0.025911018,0.014806296,0.027183957,0.014236823,0.003000201,0.018172886,0.0037455405,0.024219347,0.0336324,0.018457621,0.0019795464,0.0060464623,-0.008504408,0.023783868,-0.02862439,0.0048949546,0.0043380437,0.021623222,0.01577775,-0.010016023,0.0010761364,0.009136691,0.00073225424,-0.00021459917,-0.044854365,-0.005527237,0.002790836,-0.022142448,-0.014529934,0.0014770704,-0.036546763,0.020852758,0.014672302,0.017553166,0.021355234,0.001413214,-0.08508595,-0.04307895,-0.00048808227,-0.03197423,-0.015493013,-0.014546683,0.026413493,-0.032493453,-0.03483834,-0.029679589,0.037082735,-0.037283726,0.006000402,-0.010468252,0.0036366708,0.02145573,0.014571807,0.002336514,0.011104722,-0.008793332,-0.03230921,-0.021037,-0.029327855,0.029059868,-0.008458348,-0.024839068,0.0039779358,0.03137126,0.052726492,-0.027636185,0.03230921,0.006984418,-0.016916696,0.018826105,0.01534227,0.011280589,-0.02988058,0.005828723,0.042308487,-0.016330473,-0.026145507,-0.0019397672,0.0063563227,-0.024772072,-0.0012174577,-0.016514715,0.004848894,0.0048237704,-0.018641863,-0.0026547487,-0.019161088,-0.02313065,-0.015819622,-0.028976122,-0.023298142,0.005749164,-0.027837176,0.015576759,-0.03147175,0.01605411,-0.00017992308,-0.023298142,0.022259692,-0.030667791,0.0040763374,0.009974151,-0.014027458,0.0040826183,0.0019983894,0.018105889,0.0013252808,0.016916696,0.02229319,0.0076083257,0.017586663,-0.017620161,0.01135596,-0.0016497965,0.035910293,-0.02102025,0.023716873,0.016363971,0.02837315,0.013097877,-0.0152752735,0.016405845,-0.026865723,-0.028925873,0.027418446,-0.0033749645,0.028440148,-0.010694366,-0.0039925915,-0.018692112,-0.019445825,-0.004593469,-0.042341985,0.00457672,0.06756628,0.032660946,0.011205217,0.0012017554,0.014178201,0.014588556,-0.02060152,0.018206384,0.015911743,-0.028473645,0.031036275,-0.011171719,-0.032493453,-0.026513988,0.028255906,0.01177469,-0.015568385,0.028389899,-0.011573699,-0.017569914,0.011757941,-0.01976406,0.011339211,0.014320569,0.0062851384,-0.0049870755,-0.00798937,0.0106106205,0.009764786,-0.022108948,0.009371179,-0.004425977,0.013399363,0.025676528,0.02313065,0.013876715,-0.003611547,0.018658612,-0.011054474,-0.006151145,-0.014094454,0.022963157,0.022460682,-0.006180456,-0.008546281,0.004425977,0.019948302,0.0077423193,-0.025810523,0.058119737,-0.030148566,0.045557834,-0.008650963,0.027167208,-0.014873292,-0.0111800935,-0.009706164,0.015928492,0.009798284,-0.043480933,-0.011381084,0.0009007931,0.032560453,0.020015297,0.035005834,-0.029997824,0.000580988,-0.02292966,-0.043346938,-0.010401255,-0.009186938,-0.006109272,0.0071854084,0.0034754598,0.021070497,-0.024504084,0.03493884,0.003425212,0.0077213827,0.01956307,-0.0025479726,0.03239296,-0.0072733415,0.004258485,-0.002336514,0.0070095416,0.015241775,0.022125697,-0.004760961,-0.015576759,0.0012970164,-0.031187017,0.013725972,0.008341103,0.0003943914,-0.018373877,0.020065546,-0.003000201,0.015434391,-0.0231139,-0.0047107134,0.00069561537,0.01494029,-0.004409228,0.045658328,-0.003820912,0.01872561,0.037685707,-0.004042839,-0.008257357,-0.007223094,0.03825518,0.014236823,0.00040852354,-0.0016989973,0.0041956753,-0.043983407,0.017059064,0.0026505615,0.014772797,-0.0026149694,-0.037953693,-0.005175504,-0.017184682,-0.0021229615,0.002217176,-0.0117495665,0.0066787447,0.00935443,0.020534523,-0.028758382,0.018943349,-0.0009887264,0.012126423,0.008709585,0.013843217,0.019529572,0.0070597893,0.016213229,-0.021338485,0.034737848,-0.019914802,-0.028641138,0.013650601,-0.014387566,-0.032878686,0.0065908115,0.014362442,0.038020693,0.0009756411,-0.0016330474,0.011917058,-0.02102025,-0.01647284,0.0129052615,0.025978014,-0.008692836,-0.0028787693,-0.021037,0.009253935,0.019663565,-0.0057533514,0.004283609,0.010945604,0.017092561,-0.032510202,0.014496435,-0.010166766,0.003276563,0.018256633,-0.0145550575,0.04076756,0.008726335,-0.0012582839,-0.012453033,0.034570355,0.011682569,0.024956314,0.013390988,0.016640333,0.0021606472,-0.0071016625,0.013332366,0.018373877,0.010401255,-0.025726777,-0.0020653862,0.0052843736,-0.009505173,-0.03110327,0.016380722,-0.0357763,-0.0024411965,-0.00057784753,0.00014537785,0.019362079,-0.01009977,-0.014722549,-0.015827997,-0.011397833,0.0028201472,0.04750074,-0.0065238145,0.041906506,-0.006611748,-0.005246688,0.036345772,0.0010834641,0.018038891,-0.0231139,0.020367032,-0.0060171513,-0.05493739,-0.026195753,0.040533073,0.01040963,-0.016514715,0.005095945,-0.015241775,-0.014429439,-0.013516607,0.0069802306,-0.0060757734,0.015116156,-0.005858034,0.033967383,0.019362079,-0.015426016,-0.014161452,-0.0088854525,0.0046562785,0.019429076,0.003508958,-0.03324717,-0.00040119575,-0.0032179407,-0.045122355,-0.009706164,-0.0037392597,0.014998912,0.00977316,-0.008027055,-0.0059669036,-0.0011180093,0.00054539595,0.03279494,-0.03336441,0.011707693,0.0021669283,0.032660946,-0.012687522,0.029193861,0.1113487,0.003492209,0.04224149,-0.033280667,0.05131956,-0.0023972297,0.01113822,0.023683373,0.000613963,-0.0016142045,0.0101751415,-0.012645649,-0.005234126,0.03127076,0.028858878,-0.0069467323,0.009429801,-0.010602246,0.018641863,0.006846237,0.024353342,0.035608806,0.017435921,-0.0074282717,-0.03597729,-0.017184682,-0.005204815,0.01313975,0.010459878,0.014756048,0.0231139,-0.010861859,0.015660506,0.007696259,0.01177469,0.013357489,-0.009212062,-0.002765712,0.0058454718,-0.016422594,-0.0050750086,-0.016037362,0.014730925,0.016179731,0.0059920275,0.03346491,-0.009086443,0.022628173,-0.022946408,-0.047232755,-0.018775856,0.016899947,0.016824575,0.026664732,0.0315555,0.025391793,0.0076878844,0.018172886,0.0004933164,-0.0063270116,0.0029834518,0.04039908,-0.026045011,-0.0011232435,-0.0036806373,0.0076208874,0.003869066,0.0022192695,-0.0074240845,0.026781976,-0.021271488,0.030249061,0.031940732,0.007486894,0.026363246,0.027669683,0.0019429076,0.008286668,-0.0040281834,0.021907957,-0.015911743,-0.0067373673,-0.008592341,-0.025207551,-0.03446986,0.015610257,0.029344603,0.02815541,-0.0009913435,0.015266899,-0.02648049,0.0029352978,0.041806012,-0.003582236,0.00297089,0.017904898,-0.037317224,-0.02229319,-0.030450052,-0.017754156,0.004706526,0.03230921,0.011682569,-0.026179004,-0.013123001,-0.02333164,-0.047902722,0.036010787,-0.02668148,-0.010618995,-0.006054837,0.023298142,0.01272102,0.030986026,0.031605747,-0.025358293,-0.02165672,0.004197769,-0.00079035305,-0.041136045,0.02547554,0.006599186,-0.0014990537,0.0042145182,0.02376712,0.010057896,0.030215563,-0.01765366,0.0154846385,-0.00873471,-0.004928453,-0.0072482177,0.011515077,-0.0030420742,-0.023951361,0.033900388,-0.021807462,-0.040432576,-0.013198372,0.037685707,-0.0046144053,-0.018759107,0.005439304,-0.0024726011,-0.021623222,0.024252847,0.024721824,0.00515038,-0.013382614,0.019529572,0.043246444,0.010351008,0.025324795,0.024202598,-0.022845913,-0.026999716,-0.0009944839,0.019713812,-0.011439706,-0.002150179,-0.0061762687,-0.026798725,0.0037120422,-0.027585939,0.007922373,0.0068881097,-0.02102025,0.015225026,0.0046227803,-0.03219197,0.0075790146,-0.006875548,-0.037518214,0.022427183,0.00402609,-0.010886982,0.009655916,0.024520833,-0.054367915,-0.0020496838,-0.020785762,0.009019446,-0.0061134594,0.017553166,0.018206384,0.009706164,0.004966139,-0.024705075,0.010778112,0.017201431,0.012888512,0.01450481,-0.026162256,-0.005112694,0.0093209315,-0.018574867,-0.030148566,0.00007275435,-0.012486531,0.017955147,-0.0032556264,-0.0061302083,-0.026832223,0.010233764,0.020015297,0.003569674,-0.005275999,-0.013943712,0.042743966,0.004254298,-0.016112734,0.020249788,-0.015719127,-0.014973788,0.015216651,-0.011305712,-0.006963481,0.019613316,0.043681923,-0.024738573,0.011054474,-0.031002775,0.0036680754,-0.032711193,-0.0012258323,0.037484717,0.034402862,0.001287595,0.001395418,0.01292201,0.038556665,-0.052391507,0.016858073,0.011087973,-0.0030734788,0.028423399,-0.025726777,0.007876313,-0.004484599,-0.02229319,0.024554333,0.006444256,0.0083159795,0.02962934,0.019161088,-0.02145573,-0.00015663123,-0.018775856,0.022175945,-0.0040993677,-0.007960059,0.023046903,0.0042270804,-0.0057240403,0.020065546,-0.008027055,0.021556225,-0.040432576,-0.011238716,-0.01652309,-0.048438694,0.022376936,0.021924708,-0.02922736,-0.01093723,0.019697063,-0.0044762245,-0.013801344,-0.031672742,0.013893465,0.012578651,-0.025157303,0.015844746,-0.010292386,-0.011632321,-0.0028829565,-0.025140554,-0.0141195785,-0.009396303,-0.02626275,-0.026580986,0.0028431772,-0.029914077,-0.008006119,-0.005506301,-0.0028494583,-0.015936866,-0.016874822,0.005502113,0.03195748,-0.012319039,0.02589427,-0.015384143,0.046964765,0.03197423,0.009103192,-0.0020936504,-0.0006615935,-0.00820711,-0.03932713,-0.011808189,-0.0035927042,-0.019161088,-0.023097152,-0.010309135,0.0033749645,0.02542529,0.034737848,-0.03909264,0.016112734,0.0068127383,-0.028976122,-0.011984055,-0.0144796865,-0.013675724,-0.008768208,-0.006335386,-0.02229319,-0.014890042,-0.0036094533,-0.0031530375,0.004773523,0.027770178,0.041571524,0.01082836,0.013097877,-0.013349115,0.006959294,0.015752627,0.022762168,0.032242216,0.0026275313,0.05822023,-0.035843294,0.02753569,-0.012654023,0.0041956753,0.00018803598,0.021304987,-0.021673469,0.024219347,-0.008177798,0.013014131,0.029796833,0.0055900468,0.015065908,0.014203325,0.0009897732,0.008299231,-0.007206345,0.011640697,0.059024192,-0.0149151655,0.027200706,-0.009454926,0.023298142,0.02565978,-0.0048782057,0.003913033,-0.0357428,-0.035407815,0.006151145,-0.030818535,-0.01230229,-0.038221683,0.044184398,-0.033933885,-0.010166766,-0.006398196,-0.019998549,-0.00411821,-0.012871763,0.030366305,0.0027238391,0.000103308565,-0.06240753,-0.024370091,0.022845913,-0.006343761,-0.015317147,0.016154606,-0.02418585,0.012670772,0.03637927,0.034235373,-0.0006448443,-0.019864555,-0.05001312,-0.024989812],"social":"https://twitter.com/hyejeebae"},{"title":"muddakir","description":"helping non-arabic speakers learn vocabulary to understand the quran better","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=ri3R_FMsnSY","youtube_transcript":"Hey, everyone. My name is Wayne. I'm watching another clip here, which is an app that helps not target speakers. Learn vocabulary to understand the ground better. With the kids teaching you the most commonly occurring words in the abroad, quizzes you're using space repetition and allows you to apply those words that you've learned. Two versus of the crowd. All to make those future recitations a little bit more meaningful. Let's have a look at the demo to see how it works. First to start learning, press on word and the pronunciation alongside the meaning of the word will show up. Press the love word button to mark it as left. Once you do this, the progress bar will tell you what percentage of the total words of the grad you now know. If you test yourself, and can't remember the meaning of one of the words. You can unlearn that word. You need to learn at least five words to be tested using the quiz feature. So let's do that. Now let's go to the quiz and see how well we can actively recall the answers. And as you can see, we go four to five. The apply feature, which will be coming to allow you to I find these learned words through words of the crop. Generally, in terms of users over the week, asking tough. I've got a lot of interesting feedback from show my idea and initial demo on Twitter, but it didn't get me in sign ups. Managed to get seven sign ups in the end, which included friends and family, but also some people that talk to on discord. I spent a lot of time building the app and also a lot of time traveling during those weeks So moving forward, I definitely wanna focus more time on marketing and talk to users. I'll do this by posting more platforms, I'll search for transactions discord, and what time groups are part of. As well as reaching out personally to people who express interest in the first few weeks. That's one for me. Why?","embedding":[-0.011742172,0.038307793,0.009651898,0.031895403,-0.019437041,-0.012749833,0.0125,0.039840106,-0.012408394,0.0787475,-0.001867505,-0.039473683,-0.016972018,-0.018870752,0.0008973185,-0.02098601,-0.007049467,-0.010901066,-0.018954031,0.01790473,0.010168221,0.033127915,0.009668554,0.04646902,0.034943372,-0.06302465,-0.0053755827,0.036808793,-0.017071951,-0.022018654,0.012541639,-0.022818122,-0.023900732,0.01606429,-0.013824117,-0.0479014,0.033910725,0.02593271,-0.016022652,-0.03119587,-0.007161892,-0.0018237842,0.036542304,-0.025732845,-0.035976015,0.03246169,-0.0751499,0.027648235,-0.016330779,0.0244004,-0.09540307,0.002285976,-0.02691539,0.02853098,0.0052465023,-0.036575615,-0.016472353,0.014515324,-0.017738175,0.0049342103,0.048067953,-0.008769154,0.043904062,0.014590274,-0.0017457112,-0.023167888,-0.00042575784,-0.013690873,-0.025049966,0.018520987,0.06928714,0.009860094,-0.008161226,-0.0063166223,-0.028181212,0.0009915265,0.001184627,0.019853432,-0.006066789,-0.042138573,0.030429713,0.013166223,-0.012108594,-0.0055088275,-0.0134993335,-0.05499667,-0.019437041,-0.032345105,0.013790806,-0.019470353,-0.008373585,0.03002998,-0.033044636,0.0053505995,0.028397735,-0.0045969356,-0.03062958,0.06182545,0.038074616,-0.0025961858,0.012616589,-0.028414391,-0.024766821,-0.051665556,0.038307793,-0.03874084,-0.001297052,0.00043616755,-0.017971352,0.0039432044,-0.15456362,0.033344436,-0.016289141,0.00028184336,0.02158561,-0.011908728,0.03137908,-0.07355097,0.000043916036,0.0010185918,-0.06762159,0.0066247503,0.016114257,0.03232845,0.02928048,-0.016997002,-0.028880747,-0.012300134,-0.020936042,-0.028031312,0.040406395,0.0033560959,0.06289141,-0.0029147235,-0.049300466,-0.0138907395,-0.033427715,0.026865423,-0.057528313,0.016339106,0.00305005,0.0034560293,0.0014750583,0.009768488,-0.033810794,-0.0497002,-0.029963357,0.014731846,-0.041538972,-0.001906021,0.007282645,-0.016972018,-0.050966024,-0.013157895,-0.0033352764,-0.0019278814,-0.021235842,0.061658893,-0.04257162,-0.025582945,-0.05026649,-0.025499666,0.0076407394,-0.032778148,0.0010805296,0.02898068,-0.03844104,-0.032278482,-0.057428382,-0.014548634,-0.047501665,-0.03724184,0.009052298,-0.0010487799,0.047968023,-0.04290473,0.027531646,-0.04526982,-0.041005995,-0.023750832,-0.042038642,0.02203531,-0.054663558,-0.0010508619,-0.03371086,-0.021485677,-0.018520987,-0.039140575,-0.01167555,-0.01272485,0.027681546,0.03577615,0.07188541,-0.014906729,-0.008535976,-0.06545636,0.09447035,-0.006966189,-0.008198701,-0.025849434,0.0035996835,0.0114506995,-0.0074075614,-0.01035976,0.027481679,0.022818122,0.012566622,0.025016656,-0.024666889,-0.021469021,0.06668887,-0.008306962,0.031145902,-0.004605263,-0.07948035,-0.014723518,-0.03397735,0.00592938,-0.013924051,0.027764823,0.029297136,0.01952032,0.03409394,-0.025916057,0.0022589108,0.03934044,0.05866089,-0.0034185543,0.038940705,0.005100766,0.020702865,0.027031979,-0.0077656563,-0.041472353,0.038207863,-0.038907394,0.019387076,-0.06289141,-0.0054338775,0.019870088,-0.016988674,0.012383411,0.036875416,0.026682211,0.0141489,0.018804131,-0.060526315,-0.08727515,0.040306464,0.013849101,0.082944706,-0.024666889,0.012616589,0.014473684,-0.0148401065,-0.045136575,-0.0012106512,0.037708193,-0.000032302683,-0.0025358095,0.0039536143,-0.015964357,-0.009060626,0.025216522,0.039873417,0.037741505,0.01573118,0.014731846,0.011742172,-0.025782812,-0.020919386,-0.027764823,0.0041867923,0.039240506,0.026282478,-0.015756162,-0.0020965189,0.015722852,0.0009602973,-0.03367755,-0.020219853,0.013207861,0.020852765,0.0076865423,-0.007241006,0.03431046,0.015647901,-0.013740839,-0.030429713,0.040373083,-0.00053870335,-0.0069995006,0.013757495,-0.0142071955,-0.018720852,-0.011034311,0.047801465,-0.012641572,-0.001521902,0.031778812,0.0065456363,-0.052898068,-0.03817455,0.027731512,0.00042653855,0.024966689,0.03251166,0.020386409,0.014498668,-0.049167223,0.0011513158,0.058760826,0.0064915055,-0.023451032,-0.055363093,-0.019137241,0.08127914,0.03156229,0.0053464356,-0.0085443035,-0.047801465,-0.026898734,-0.010093271,0.009693538,0.0011304964,-0.037175216,0.042038642,-0.019120587,0.0031020986,-0.023167888,0.037908062,-0.058061294,-0.007736509,0.0047093607,-0.014623584,-0.008269487,-0.008627581,-0.007928048,-0.0038515988,0.045669552,-0.051532313,-0.048034642,-0.01257495,0.01700533,-0.003010493,0.024966689,0.0068121254,-0.018887408,-0.029213857,0.003664224,-0.0034206363,-0.031129247,0.015081612,-0.019836776,0.056728847,0.015039973,-0.020619586,-0.041039307,0.01193371,0.0007432545,-0.027115256,0.026532311,0.01670553,0.019287141,-0.029163891,0.024716856,-0.043870755,-0.010884411,0.041805465,-0.013174551,0.022751499,-0.008694204,0.011034311,-0.018737508,-0.06419054,0.014382078,0.042238507,0.018604264,-0.044437043,0.050466355,0.057161894,-0.009443704,-0.025782812,-0.040872753,-0.011700533,0.037308462,0.0028814124,0.0032873917,-0.02883078,-0.018737508,0.025366422,-0.02056962,-0.0057253498,-0.024000667,0.031145902,0.045602933,0.00007176206,0.053897403,0.013724184,-0.034976684,-0.003772485,-0.009468688,-0.09566955,-0.0010217146,0.02661559,0.026798801,-0.023834111,-0.0021631413,-0.0027939708,0.0022714024,0.027181879,-0.01178381,0.0721519,0.007944703,0.0041472353,-0.008115423,-0.013074617,0.0015479263,0.073217854,0.038807463,-0.0018872835,-0.05349767,0.0032061958,-0.02338441,0.051365755,0.035043303,0.014215523,0.0026065956,-0.0016676382,-0.04497002,-0.021019321,0.020952698,0.055429712,-0.015547968,-0.01820453,-0.03994004,0.006404064,0.045436375,0.0568954,0.010901066,-0.011300799,-0.008735843,-0.060526315,-0.0049342103,-0.0011908727,0.009202198,-0.03032978,0.0066205864,-0.01655563,-0.014015656,-0.0652565,-0.016089274,-0.025799466,0.0043137907,0.0040098266,-0.07415057,0.010601266,-0.019920053,0.0032790639,-0.010276482,-0.007578281,0.038540974,-0.045769487,0.03111259,-0.00006203547,0.0064581945,0.006370753,0.0033873252,0.020319786,0.011367422,-0.00024619003,0.034843437,0.0020267738,-0.007399234,-0.053730845,-0.0019539057,-0.008402731,0.012683211,-0.028730847,-0.042971354,-0.0144403735,0.0078322785,0.029696869,0.027631579,0.009152232,-0.002512908,-0.022285143,-0.0030354764,-0.023600932,-0.018004663,-0.013949034,0.04703531,0.03314457,-0.022085277,0.022051966,-0.036775485,0.006974517,-0.041039307,0.013540973,0.003618421,-0.0002658384,0.0129497005,-0.017521651,0.10033311,0.0012522901,0.012774817,-0.036875416,-0.0007635535,-0.020403065,0.039506994,-0.0565956,-0.024583612,-0.029063957,0.021319121,-0.009701866,0.010101599,0.0073784143,0.039573617,0.0075949365,-0.01028481,-0.04377082,0.02736509,0.004651066,-0.005063291,0.0057420055,-0.005004997,-0.062591605,0.026882078,-0.03787475,-0.0156229185,-0.01456529,-0.00035106804,0.012858095,0.0014813042,-0.065323114,0.009785144,-0.015756162,-0.04437042,-0.015906062,-0.0013147485,0.014173884,0.021419054,0.044603597,-0.034510326,0.0039723516,0.040406395,0.0021985343,-0.008327781,-0.0033789973,-0.016538974,0.004984177,-0.036142573,0.024333777,-0.031395737,0.029563624,0.00003241654,-0.0116089275,-0.020069953,0.009651898,-0.014965023,0.010293138,-0.016780479,0.001826907,0.011658894,-0.0058169556,0.010334777,0.0012783145,-0.040739506,-0.0065831114,0.036009327,-0.0149150565,-0.06835443,-0.014498668,-0.036242504,0.0126499,-0.005900233,0.020786142,0.008910726,-0.008644237,-0.00702032,-0.022218522,-0.016347434,-0.0126499,0.026948702,0.0040244004,-0.0041368254,-0.015106596,0.02071952,0.0099600265,-0.009418721,0.020436376,-0.029913392,-0.0054422054,0.044870086,-0.021952031,0.0156229185,-0.010709527,-0.019803464,-0.0015291888,0.022518322,-0.009735176,-0.0068454365,-0.018687543,-0.034510326,0.014357096,0.028780812,-0.016930379,-0.017321786,0.011050966,0.0037516656,-0.019320453,0.03182878,-0.03464357,-0.018954031,0.006370753,0.007661559,-0.027431712,-0.019786809,0.030696202,0.024966689,0.013057961,-0.03847435,-0.0044387076,0.010309793,0.039207194,0.043704197,0.000607928,-0.028864091,0.00296469,0.0028418554,-0.021852098,0.0017675717,0.018254496,-0.0034914224,-0.019337108,0.0033581778,-0.025549633,0.049233843,0.020003332,-0.015348101,-0.010401399,0.0017988008,-0.009701866,0.021302465,0.0114506995,-0.018970687,-0.022718187,0.004492838,0.025483012,-0.0019320453,0.0011242505,-0.024200533,0.07201865,-0.005758661,0.019853432,-0.010018321,-0.058327783,-0.012783145,0.016847102,-0.00968521,-0.037774816,0.004567788,0.008098767,-0.02781479,-0.018021319,0.03757495,0.011325783,0.011034311,-0.02098601,0.015889406,-0.037641574,-0.011583944,0.016372418,-0.007265989,0.016605597,-0.015173218,0.009418721,-0.036908727,0.023034643,0.02853098,-0.033261158,0.013665889,-0.019487008,-0.022801466,-0.014723518,0.03577615,0.03314457,-0.01426549,0.025166556,-0.015814457,-0.0035226515,-0.010959361,0.027281811,0.0051548965,-0.0063457694,0.00709527,0.0049008993,0.037774816,0.0016155896,-0.07768155,0.011942038,0.013091273,-0.040739506,-0.022718187,-0.015339773,0.0052048634,0.0066122585,0.025499666,0.04053964,0.010659561,-0.020069953,-0.017371751,-0.028580947,0.0140489675,-0.015747834,0.006291639,-0.014423718,-0.059027314,0.022468355,-0.023267822,-0.028997336,0.040306464,0.005979347,-0.01835443,-0.004501166,0.006370753,0.02883078,0.009818454,-0.015348101,-0.025632912,0.0042159394,0.043037973,0.02248501,-0.038341105,-0.015756162,0.044603597,-0.06309127,0.017621586,-0.047834776,-0.04170553,-0.00037448993,0.033377748,-0.016197534,0.021319121,0.00702032,0.021219186,0.04853431,0.023834111,-0.06065956,-0.022401731,0.005025816,0.01937042,-0.023151232,0.036542304,0.026299134,0.03332778,-0.024716856,-0.007153564,-0.019920053,0.016322453,0.031245837,0.018704196,0.008927382,-0.01907062,0.020902732,0.022068622,0.0049716854,0.0032561626,0.020186542,0.0065039974,-0.0031499832,-0.008402731,-0.004838441,-0.001714482,0.025133245,-0.061159227,-0.010992671,0.021868754,0.03379414,0.018970687,0.00007612113,0.015223185,-0.017854763,-0.034743503,0.006104264,-0.048667554,0.008186209,0.017938042,-0.029896736,-0.019137241,0.00397027,0.0021985343,-0.007878081,0.0020809043,0.028497668,0.0039723516,-0.010168221,-0.0670553,-0.047201864,0.005721186,-0.0142071955,-0.02086942,-0.0068829115,0.0029209694,-0.042638242,-0.02943038,0.015514657,0.005979347,-0.017988008,0.0040577115,-0.03062958,0.0015926883,-0.01501499,-0.00031437376,0.018221186,0.03332778,-0.0020798633,-0.051399067,0.010334777,-0.015647901,0.0050133243,-0.011000999,-0.0065664556,0.009576948,0.021618921,-0.0062624915,0.0148401065,0.012300134,0.0050966023,0.01625583,0.017271819,-0.0017269737,-0.0052381745,-0.03131246,0.0031499832,0.048334442,-0.04733511,0.016189206,-0.018004663,-0.0012064873,-0.03724184,0.036842104,-0.002783561,0.019570287,0.020619586,0.027731512,0.009027315,0.004750999,0.00018828594,-0.009243838,-0.0013386909,-0.0244004,0.039706863,0.015797801,-0.013291139,0.039207194,0.019770153,-0.0040119085,-0.013715856,0.037774816,-0.011300799,0.00016668576,-0.014531978,0.018654231,0.03146236,-0.03487675,0.0105846105,0.006903731,0.01760493,0.025532978,-0.030846102,0.020153232,0.001520861,0.026998667,-0.013674217,0.009110593,-0.008744171,0.00949367,-0.015772818,-0.006050133,0.021668887,-0.019337108,0.012924717,-0.00953531,0.0005475516,-0.00071462773,-0.001943496,0.039773483,-0.025849434,0.0066205864,-0.02356762,-0.02781479,0.0024275484,-0.0032749001,-0.011225849,0.05972685,0.011025983,0.0041951197,0.015889406,0.022601599,-0.020736177,0.01565623,0.00009954302,0.027281811,0.0042721517,0.03577615,-0.010009994,0.0020267738,0.0032894737,-0.0282978,0.028997336,-0.012208528,0.033461027,0.013391073,0.014215523,-0.025016656,0.0043304465,0.027998002,0.016922051,0.023034643,-0.04227182,-0.0022360093,-0.030496337,0.01152565,-0.02691539,0.0032540807,-0.03281146,0.0127998,0.0005886701,-0.012899733,0.0026149233,0.0247002,0.017105263,-0.009468688,0.008448535,-0.0044845105,0.03131246,0.011100933,0.006366589,0.005675383,0.032178547,-0.01005996,-0.03431046,0.005866922,0.0013449367,-0.014473684,0.0073700864,0.0037558295,0.016230846,-0.028431047,0.0064165555,0.0080696205,0.017471686,0.018021319,-0.022818122,-0.0027481678,-0.017030314,0.0020913142,0.01035976,0.029163891,-0.018404396,0.011334111,-0.015697869,-0.008810793,-0.000105528605,0.004775983,-0.03137908,-0.0051548965,0.019453697,0.00938541,0.0071077617,0.034776814,0.01621419,0.025899401,0.014540306,0.010093271,0.018737508,0.0108261155,0.008902398,0.0036496501,0.025949366,0.011067621,-0.0040181545,0.012858095,-0.03930713,0.00047286184,0.002248501,0.00290015,-0.006745503,-0.036242504,-0.025316456,-0.016622253,-0.015289807,-0.017205197,-0.014090606,0.0064540305,0.00073752913,-0.06162558,-0.02751499,0.024150567,0.0019549467,-0.016080946,0.021552298,-0.020286476,0.012833111,-0.012191872,0.008011326,0.0019341273,0.005866922,-0.010218188,0.0019393321,-0.039540306,0.014107262,0.0055338107,0.00005491131,0.017954696,-0.022568287,-0.012716522,0.0011596435,-0.020802798,0.016722186,-0.019153897,0.0247002,-0.029830113,-0.008610926,-0.0028106263,0.02898068,-0.013865756,-0.00028939042,-0.013732512,0.0125,0.03877415,-0.0037953865,-0.0057378416,-0.037175216,0.028930712,-0.00786559,-0.0026628082,-0.005600433,-0.041772153,-0.03167888,0.0068287808,0.0025649567,0.016755497,0.024167221,-0.007478348,0.0034081445,-0.0010362883,-0.0018341938,0.052564956,0.023251167,-0.011209194,0.020169886,-0.021685543,0.025166556,-0.011192538,0.0150732845,-0.018654231,0.005821119,0.03216189,-0.041305795,-0.016305797,-0.0015302298,-0.022584943,0.0011148817,0.017771486,-0.0024629415,-0.025049966,0.014698534,-0.00020871502,0.021052632,-0.026199201,-0.0018154563,-0.015514657,-0.0014282145,0.004003581,-0.0022380913,0.0024629415,0.008023817,0.015889406,0.0030646236,0.013124583,0.025166556,0.0046677217,-0.025316456,0.010692871,-0.0031749667,-0.008273651,0.037141904,-0.008244503,0.025283145,-0.027398402,-0.013324451,-0.010143238,0.01907062,0.011350766,0.0009915265,0.017205197,0.044437043,-0.0024546136,-0.0074450364,-0.009576948,-0.022235177,0.029680213,-0.012016988,-0.00946036,0.011400733,-0.010834443,0.008560959,0.037908062,-0.0043262825,-0.017688207,-0.0153897405,0.00036251874,-0.034543637,-0.016630579,0.0052881413,-0.012966355,0.0034539474,-0.002477515,0.0075366423,0.016355762,-0.026449034,0.0064623584,0.010792805,0.017405063,0.015897734,-0.007898901,-0.020486342,0.015797801,-0.00178735,-0.026582278,-0.022101931,-0.015856097,-0.0043179546,0.023101266,0.0012345936,-0.03262825,0.00747002,-0.0065747835,0.007282645,-0.011117589,0.0020600848,0.011425716,0.0034955863,-0.013599267,0.036275815,0.10686209,0.0027190207,0.017071951,-0.0013355679,0.037108593,-0.014815123,-0.017671552,0.013640906,-0.043104596,0.0023088774,-0.0074825115,0.002018446,0.025249833,-0.0005871086,-0.039773483,-0.021535642,-0.013624251,0.0036309126,-0.008161226,-0.0119253835,0.0030750334,0.03062958,0.032878082,0.0033436043,-0.034027316,-0.018021319,0.012158561,0.022984676,0.017921386,0.004842605,-0.003770403,0.00003223762,0.0005668096,0.0007005746,-0.018887408,0.023750832,-0.042838108,-0.016972018,-0.0010352473,-0.0041472353,-0.0238008,-0.008744171,0.025699534,0.024433712,-0.007578281,0.004755163,-0.010526316,0.01479014,-0.042638242,-0.03002998,-0.027448367,0.004988341,-0.008419387,0.02661559,0.007540806,-0.024083944,-0.004567788,0.014948368,-0.0068371086,-0.005979347,0.0038682546,0.03634244,-0.020602932,0.0026274151,-0.024350433,-0.03517655,-0.009718521,0.003693371,-0.005142405,0.003616339,-0.04350433,0.014390406,0.020436376,0.0025649567,-0.000895757,0.00034091854,0.0020913142,-0.010159893,0.022534976,-0.0043887408,-0.0022651565,0.0064623584,-0.022618255,0.009501998,0.01565623,-0.0119253835,-0.0007463774,0.025916057,-0.0065706195,0.026848767,-0.058127914,0.0074492004,0.028247835,-0.0024691871,-0.00079530315,-0.0022422553,-0.02988008,0.018787475,-0.02736509,-0.024933377,0.029347101,0.020336442,-0.0062000332,-0.0089357095,-0.02631579,-0.005787808,-0.026482346,0.031845436,0.007091106,0.003651732,0.0076490673,-0.007295137,0.0041701365,-0.011958694,0.013715856,-0.015414723,-0.031845436,0.0077115255,-0.012891406,-0.048634242,0.011150899,0.0052798134,0.0041743005,0.024883412,-0.014965023,0.026365757,0.016372418,-0.051932044,0.006045969,-0.016297469,0.015114923,0.016247502,0.023401067,0.0040868586,-0.019470353,0.042838108,-0.016372418,-0.01407395,-0.025916057,0.022201866,-0.0015958111,0.0039411224,0.020952698,0.0067579946,-0.015189873,-0.047101934,0.03104597,-0.016530646,-0.0099600265,-0.001754039,0.022151899,0.017238507,0.021069286,0.016530646,0.016172552,-0.01456529,0.009660226,-0.009660226,-0.039540306,-0.007345103,-0.00006401982,-0.028031312,0.007869753,-0.009368754,0.027914723,0.006866256,-0.013574284,-0.0013480596,-0.009293804,0.013232845,0.02796469,0.016097602,-0.04493671,-0.0044303797,0.006291639,0.00035288974,0.005971019,-0.0016613924,-0.03096269,0.0051590605,-0.01508994,0.037408393,0.010384743,-0.017021986,0.025,0.0066955364,0.0056920387,-0.014315456,-0.00625,-0.0005069537,-0.0031728847,-0.00067194784,-0.00916056,-0.0036017655,0.04347102,-0.024083944,-0.022318454,-0.013999001,-0.014756829,0.03379414,-0.016139241,-0.039207194,-0.029963357,-0.0049383743,0.0034539474,0.0247002,-0.035876084,0.019570287,-0.009343771,0.0024941706,-0.02608261,0.0033123752,-0.02041972,0.008744171,0.03062958,0.012999667,0.00702032,0.03904064,0.01850433,-0.042938042,0.03119587,-0.01419054,0.007428381,-0.06778814,-0.006937042,0.029963357,0.0011325782,-0.003966106,-0.029213857,0.008040473,0.026965356,-0.04980013,0.0012939291,0.040306464,-0.018454364,0.040972684,-0.025499666,-0.009576948,-0.01877082,0.0014407062,0.02053631,0.03491006,-0.0054422054,0.032661557,-0.0074450364,0.00063915725,-0.0012991339,0.0038745003,0.02218521,0.0014802632,-0.002288058,-0.022918055,-0.062958024,-0.018487675,0.00048327158,-0.007174384,-0.0021652232,-0.035143238,-0.0022589108,-0.031445704,-0.03194537,-0.001223143,0.0028834944,0.0026045137,0.009701866,0.016072618,0.006553964,-0.014023984,-0.025882745,0.051565625,0.025199866,-0.012891406,0.011508994,0.016688874,-0.012999667,-0.013757495,0.028247835,0.043404397,0.022051966,-0.011517322,-0.026632246,-0.009302132,-0.0056587276,-0.005858594,0.0067746504,0.0032145237,-0.01287475,-0.012450033,0.027864756,0.006241672,0.030612925,0.013307795,0.003583028,0.01508994,0.024117256,0.045003332,0.00397027,0.013674217,-0.023284476,0.004074367,0.011492338,0.021019321,0.003628831,-0.026565623,0.017471686,0.023501,0.010151566,0.034743503,-0.0071494,0.04350433,0.032111924,-0.02853098,-0.017738175,0.00064384163,0.0031104265,0.00488008,0.0010394112,-0.0022235177,-0.049433712,0.021235842,0.0024587775,-0.005858594,0.012774817,0.048434377,0.042638242,-0.010176549,0.0076407394,-0.023517655,0.01805463,0.0035330614,0.017638242,0.035143238,0.044470355,-0.03269487,0.027531646,-0.01696369,0.0006136534,-0.010734511,0.011009327,-0.0024150566,-0.014465356,0.02913058,0.020652898,0.006133411,0.0143654235,0.01832112,-0.032378413,-0.0042721517,0.002444204,-0.002744004,0.026732178,0.06785476,0.016805463,0.024417056,-0.0018040057,0.022684876,-0.00035965606,-0.00057721935,-0.012816456,-0.011109261,-0.03044637,-0.013982345,-0.0134243835,0.021668887,-0.03547635,0.0010539849,-0.038974017,-0.008502665,0.0037412557,0.008769154,0.04227182,-0.02721519,0.050233178,-0.0238008,-0.013557628,-0.04270486,-0.017938042,-0.00064904644,0.002970936,-0.033560958,0.0247002,0.017321786,0.024783477,0.007890573,-0.007986343,-0.0044095605,-0.005604597,0.0033207028,-0.021069286],"social":"https://twitter.com/Moin4321"},{"title":"ensō-collective","description":"a curation platform connecting brands and designers with their tastemakers","niche":"web3","youtube_url":"https://youtube.com/watch?v=lY6Nk23qOdE","youtube_transcript":"Hi. I'm Sienna, one of the co founders of Enzo Collective with curation platform to help brands and designers discover their tastemakers. Here is our landing page. Here you can see some of our featured designers, the Explore page, and the For You page, which is only people that you follow. We also have a search function where you can search for people, also featuring some of the same designers. Here, you can create a post and you can choose a video or image to upload. And then also set that amount for somebody to collect it at or make it free. From there, we can go to a user's profile. Here is mine. You can see some of the posts that I've made. And my closet, I have both the physical cats and then these are the digital twins and these are some of the posts that I collected myself and along with some comics. We also just added messaging and also a dashboard and some notifications for users. Some of the new features that we added over the last six weeks are video, messaging, notifications, a dashboard, a four year page reposting. And we also launched a digital merch for Ronnie, which is the mascot for Abe.","embedding":[0.05629376,-0.028304566,-0.02057797,-0.004225974,0.011842188,-0.030023338,-0.015500494,0.051184744,-0.036866892,0.015855286,0.011377016,-0.03699304,-0.03812838,-0.03863297,-0.003934256,0.032025944,-0.032167863,-0.0070761414,-0.043395076,0.062695794,0.049576353,0.029408364,0.0025880148,0.028209955,0.009106344,-0.042669725,-0.0019612147,0.085465595,-0.02660156,-0.028730316,0.020420285,-0.034438536,0.0016359881,-0.0012171357,-0.035069276,-0.04676955,0.012709459,-0.011786998,-0.013616151,0.008649055,-0.0030236214,0.03447007,0.071526185,-0.039925992,-0.02562391,-0.008720013,0.01177123,-0.0100524565,0.059037488,0.012622733,-0.007174695,0.00021583216,0.008467717,0.0051444927,0.0019247498,-0.06272733,-0.004123478,0.0016399302,-0.055694554,0.03273553,-0.0045492295,0.004974981,0.018654207,0.048756387,-0.008006486,0.003934256,-0.045318842,-0.012299477,0.011140487,-0.02945567,0.078653574,-0.022501735,-0.0075137187,-0.019553015,-0.008026197,-0.0285884,-0.027673822,0.01204718,-0.015776444,-0.031931333,0.040146753,0.026838088,-0.042228203,0.012220634,-0.04806257,0.018007696,0.0059408047,-0.015721254,-0.033555496,0.053171583,-0.009390177,0.0064729936,-0.036236152,-0.0006672072,0.019332254,0.023447849,-0.0016152918,-0.007872454,0.03901142,0.06395728,0.018528057,-0.05134243,-0.04894561,-0.0069657615,0.010817233,-0.011621429,0.025876207,-0.033429347,-0.004277222,-0.06326346,-0.1016126,-0.016683137,0.0038376732,-0.0015305359,0.0006184232,-0.015366462,0.018055001,-0.028399177,-0.004931617,-0.022265207,-0.061276622,-0.0036977273,0.017030045,0.024330888,-0.044088893,-0.022580577,-0.06143431,-0.002930981,-0.04717953,-0.043962747,0.037150726,-0.026980005,0.0023219204,-0.03484852,-0.058627505,-0.024047054,-0.0029467496,-0.03122175,-0.048220254,0.027673822,0.04109287,-0.03604693,-0.003634653,-0.019978765,-0.004135305,-0.038506825,-0.04326893,0.023637071,-0.044404265,-0.03765532,0.010099763,-0.016225848,-0.019805312,-0.026081199,-0.017030045,-0.0006248292,0.0037627725,-0.006658274,-0.014057671,-0.0022056273,0.036362298,0.007320554,0.0021583217,-0.014909173,-0.030527933,-0.00849137,0.012078717,-0.016572757,-0.042512037,0.036267687,-0.014822447,0.011235099,-0.008940773,0.04620188,0.07619368,-0.04191283,0.024031285,-0.011101066,-0.029629124,-0.026790783,-0.026254652,0.011589891,-0.019426866,-0.021870993,-0.035069276,0.0003939676,-0.02737422,0.002111016,0.0076950574,-0.034186237,-0.061245088,0.07852743,0.031679038,-0.004281164,0.006934224,-0.0466434,0.061686605,0.04916637,-0.008349452,0.024457036,0.01643084,-0.009074806,0.047810275,0.04301663,-0.008901352,0.027248072,-0.02757921,0.013513655,-0.01155047,-0.0023022098,0.077833615,0.0126069635,0.0072220005,0.014396695,-0.043868132,0.0021740901,-0.020546434,0.021082565,-0.038159914,0.019190338,-0.032924753,0.05705065,0.05736602,-0.0026924815,0.012141791,0.029944494,-0.012882913,-0.046674937,-0.0027102213,-0.000046350942,0.015965667,0.047999498,-0.012551773,0.001434939,-0.0015522176,-0.037150726,-0.042385887,-0.02606543,0.03177365,0.007683231,0.013198284,-0.026349263,0.011652966,0.07896895,0.05099552,0.0007445717,-0.021539852,-0.06597565,-0.018733049,0.049607888,0.06206505,0.022895949,0.013253475,-0.0018675888,0.056104537,-0.021650232,-0.0035912895,0.031127138,0.0047226837,-0.030969452,0.015468957,0.0071352734,-0.042543575,-0.0032838027,-0.039358325,-0.022895949,-0.017692324,0.000060394817,0.021634465,-0.0030196793,-0.02146101,-0.023085171,-0.0048330636,0.058627505,-0.011313941,0.047810275,-0.008451948,-0.013048483,0.024662027,-0.021161407,-0.00346317,-0.018654207,0.032104786,0.020782962,-0.028115341,0.017077351,0.043300465,-0.008168114,0.023179783,0.060866643,-0.005830425,-0.049860187,-0.011101066,0.035763092,0.014380926,0.043741986,0.04087211,-0.032025944,0.012867145,0.018859198,-0.0010752187,-0.04673801,0.044719636,-0.0069657615,-0.029755272,0.013592498,0.011865841,0.018181149,0.012331014,-0.028840696,0.04159746,0.00810504,-0.0028619936,-0.060267437,0.015122049,-0.0076714046,0.07537372,0.013308665,0.01121933,-0.028746085,0.007750247,-0.027437294,-0.011258752,0.014688414,-0.024252046,-0.034406997,0.020420285,0.034564685,0.0071273893,-0.052067786,0.049670964,-0.082059585,-0.0030847245,-0.01593413,0.035100814,-0.03588924,-0.001956287,0.0027378162,0.010225911,0.0310956,-0.022864413,-0.06402035,0.0014605628,0.0011639168,0.01797616,0.03604693,-0.027311146,-0.03765532,-0.03033871,0.023400543,-0.005258815,-0.0011954539,0.027547674,-0.0077581313,-0.004395486,0.048220254,0.017250804,-0.04008368,-0.03358703,-0.00224702,0.006977588,0.008018313,0.021524085,-0.020451821,-0.029045688,-0.010470324,-0.06279041,-0.011944684,0.037276875,0.003861326,0.024882788,-0.023778988,0.011652966,0.001926721,-0.006591258,0.026301958,0.057712927,0.011952569,-0.008136577,0.03380779,0.04938713,0.011889494,-0.01549261,-0.03809684,0.007998602,0.03447007,-0.024457036,-0.00766352,-0.05001787,0.0064651095,-0.0071155624,-0.09625129,0.02103526,-0.006504531,0.009516326,0.04301663,0.04225974,0.003916516,0.014491307,-0.023022097,0.01630469,-0.030291403,-0.022580577,-0.02201291,-0.0155162625,-0.00703672,-0.0102101425,0.0035538392,0.03122175,0.008207535,-0.03317705,-0.06894014,0.025150852,0.0007731522,-0.008420411,-0.011944684,0.026396569,-0.0017374982,0.039169103,0.05660913,-0.0039480533,-0.07385994,-0.005550533,-0.038790658,0.012780418,0.004356065,0.016493913,-0.010525513,-0.031915564,-0.051310893,-0.038601436,-0.02966066,0.03658306,0.008022255,-0.025450455,0.005893499,-0.010060341,0.051752415,0.05027017,-0.004225974,0.01751887,0.059794378,0.011108951,-0.017676556,-0.0043205856,-0.008128692,0.004395486,-0.041471314,-0.055663016,-0.040903643,-0.042669725,-0.005463806,-0.03547926,0.05093245,-0.03901142,0.005239104,-0.00053613103,0.033776257,0.03756071,-0.037718397,-0.010218027,0.051058598,0.006027532,0.049355593,0.03472237,-0.020231063,-0.05115321,-0.003685901,0.040335976,-0.0076004458,0.008317916,-0.026475413,0.014680529,0.036709208,-0.05222547,-0.036614597,0.009421715,-0.007868512,0.02190253,-0.008530791,-0.02464626,0.0073639173,-0.031568658,0.018433446,-0.0026392627,0.020546434,-0.028336102,-0.027721127,0.020246832,0.012023527,-0.016399302,0.03264092,0.0030610717,-0.020278368,-0.011266636,-0.03614154,-0.005917152,-0.07020163,-0.012662154,-0.020751424,0.05298236,-0.006394151,0.032893214,0.100161895,0.00008475601,-0.039705236,-0.043868132,-0.0060866643,0.019348023,0.047494903,-0.012756765,0.02595505,-0.009618822,0.021161407,-0.010754158,-0.008530791,-0.0070288354,-0.002308123,-0.022407124,-0.05405462,-0.000042162417,0.04093518,0.02770536,-0.023053635,0.019852618,0.01950571,-0.03459622,-0.03481698,-0.03078023,-0.018228455,-0.029502975,-0.034753907,0.008562328,0.026475413,-0.048567165,0.001646829,-0.0059289783,-0.0022036564,-0.0061221435,0.0004962169,0.02420474,-0.0051681455,0.0084598325,-0.028446482,-0.025324307,0.014112861,-0.0067213485,-0.0153191555,-0.0026648866,0.033208586,0.003380385,-0.022974791,0.028667241,-0.061245088,-0.002647147,0.01796039,-0.001646829,-0.010139184,0.03406009,0.012622733,-0.022706727,-0.0017631222,0.020499127,0.042543575,0.007474297,0.03208902,-0.024125896,0.017786935,-0.025434688,0.015681833,-0.026538486,-0.031679038,-0.0027259898,-0.027689591,0.022091752,0.026033893,-0.02046759,-0.009429599,-0.032041714,0.030795997,-0.028951077,0.018559596,0.0005790018,0.010194374,-0.06417804,-0.0026392627,0.0018281675,-0.019221874,0.05017556,0.027894583,0.022485966,0.009051153,-0.028493788,0.029171836,-0.011227215,0.0027693533,-0.020688351,-0.019474171,-0.0007209189,0.019032652,-0.0043600067,0.008680592,-0.033240125,-0.0067489436,-0.010635894,0.034154702,0.013379623,-0.0065676053,0.009792276,0.004198379,0.016572757,0.005014402,-0.0026885394,-0.012283708,-0.0073678596,0.0048251795,0.01948994,-0.0085780965,-0.0057791774,0.014104977,-0.00913788,-0.051752415,0.011298173,0.020514896,0.011282405,0.0053297733,0.018354604,-0.050459392,0.0073087276,-0.008727898,0.04497193,-0.021240251,0.026680402,-0.0011944685,-0.019663393,0.03000757,-0.01621008,0.01560299,0.009114227,-0.005436211,0.01604451,0.005861962,-0.0069105714,-0.017014276,0.021823687,-0.011582008,-0.005432269,0.050774764,-0.010809348,0.00023985458,0.003961851,-0.020972185,0.047810275,-0.01882766,-0.007013067,0.0031162617,-0.01882766,0.0054480373,-0.0062049283,0.03396548,-0.015855286,0.01182642,0.026538486,-0.007269306,0.008507138,0.02396821,-0.014727835,0.007951296,0.017108887,0.037970692,0.007631983,0.04270126,-0.004529519,0.0017779052,0.05090091,0.014428232,0.023794757,-0.04399428,-0.01950571,0.00085150223,-0.01685659,0.039925992,-0.025119316,-0.03358703,-0.005720045,-0.023132477,0.004852774,-0.019616088,-0.005207567,0.017392721,0.007947355,0.042102054,0.03229401,-0.004048578,0.0074506444,-0.025229696,-0.011676619,-0.020010302,0.011061645,-0.11939953,0.009618822,-0.019568782,-0.025434688,0.003926371,0.00974497,0.0062128124,-0.01993146,0.027074618,0.014396695,0.013143094,-0.015122049,-0.02059374,0.0033074555,-0.008199651,-0.0034493725,0.00405252,0.010501861,-0.04169207,0.017597713,-0.0043836595,-0.031395204,0.019174568,-0.025103547,-0.0038376732,-0.0005691465,-0.028162649,0.026349263,0.013182516,-0.0031064062,0.026380802,0.015981436,0.009405946,0.016241618,0.015169355,-0.006780481,0.011731809,-0.02212329,-0.01829153,-0.033681642,-0.038916808,-0.021524085,0.0015660151,0.0034119221,0.020325674,-0.001464505,0.001110698,-0.023164015,0.03614154,-0.027200766,-0.002083421,0.027973425,0.017692324,-0.052414693,0.033902403,-0.001006724,-0.021003721,0.0291403,0.012859261,0.00681596,0.03349242,0.039263714,0.012788302,-0.0569245,0.014530728,-0.019899923,0.020514896,0.049450204,0.032672457,-0.008310031,0.04118748,0.027232302,-0.0070327776,-0.018338835,-0.019079957,0.03866451,-0.025008935,0.0054756324,-0.0015945956,-0.022706727,-0.023148246,0.0085386755,0.0067765387,0.013970944,-0.014507075,0.024504341,-0.041439775,0.018212687,-0.028241491,0.015618758,-0.033460885,-0.037339948,-0.01632046,-0.00996573,-0.03371318,-0.018449215,0.047873348,-0.017235035,-0.05023863,-0.015673948,0.01462534,-0.02453588,0.0016823083,-0.03276707,0.023132477,-0.014286315,0.005412558,-0.017660787,-0.012780418,-0.021003721,0.014057671,-0.034785442,-0.012307361,0.004003243,-0.028982613,0.004363949,0.018449215,0.01630469,-0.033050902,0.016620062,-0.005377079,0.0352585,-0.010478208,-0.0072022895,-0.003467112,0.03242016,0.03383933,-0.017045813,-0.02770536,-0.027184997,-0.009666127,0.0048764274,0.01274888,0.026916932,0.0002838341,-0.023889368,0.024173202,0.005235162,0.014420348,-0.0020775078,-0.031253286,0.028667241,0.0058225407,0.013340201,-0.013789605,0.034280848,-0.033460885,0.02934529,0.003918487,-0.020451821,-0.034659296,-0.0024736929,-0.019852618,-0.006701638,-0.0113691315,-0.026207346,0.030638311,-0.014483422,-0.02190253,-0.010478208,0.038286064,-0.0155162625,0.022470199,0.007856685,-0.0071273893,-0.018307298,0.0028639648,-0.00091457646,0.013955176,0.05396001,0.0033705297,-0.020782962,0.032672457,-0.030827535,-0.0039795903,0.0004927675,-0.01002092,-0.050743226,0.0045413454,0.003543984,-0.02245443,0.035542335,-0.0067568277,-0.005353426,-0.033113975,-0.027863046,0.019978765,-0.030922147,0.025844669,-0.01685659,0.0006327135,-0.016076047,-0.026349263,-0.0024382137,-0.04074596,-0.023022097,0.032278243,-0.006390209,0.043615837,0.013765953,-0.028604168,-0.007943412,-0.012536005,-0.016351996,0.0112508675,-0.017550407,0.012780418,0.013119441,0.0071352734,-0.0051681455,-0.011337594,0.031174444,0.005148435,0.024756638,0.014956479,0.014680529,0.035763092,-0.02955028,0.030449089,0.00029615327,0.0035656656,0.020073377,0.021334862,-0.0065597207,0.03295629,-0.00051691313,-0.007746305,-0.025340077,-0.00046147677,0.028619936,0.023842063,0.01155047,0.01893804,0.009713433,0.0069460506,-0.0043521225,-0.008041966,0.00060659676,-0.000866778,-0.0015876968,-0.02649118,-0.0019198222,-0.0042969324,0.01676198,-0.0051405504,-0.0061221435,-0.025371613,-0.0013304723,0.002479606,0.00069184555,-0.023164015,0.04982865,-0.010525513,-0.0035380707,-0.03450161,-0.015216661,-0.022485966,0.013308665,0.03393394,0.027326914,0.008262726,-0.0098947715,0.019758005,-0.027626516,-0.03667767,0.0031990465,0.0013984742,-0.021870993,-0.014168051,-0.034533147,0.04686416,0.017140424,0.018543826,-0.00821542,0.0141207455,0.042291276,-0.01751887,0.021334862,-0.013513655,0.0062758867,-0.0047147996,-0.00091704034,0.013773837,0.0058737886,-0.025056241,-0.0038376732,0.005806772,-0.025024705,0.017755399,-0.015248197,-0.02037298,0.020704119,0.009721317,0.00070268643,0.007947355,-0.035321575,-0.009122112,-0.009327103,0.010659547,0.024141666,0.01807077,0.00015633048,-0.021618696,0.015721254,-0.02726384,0.019001115,-0.013978829,0.023495154,-0.020388748,-0.042669725,0.002341631,0.033145513,0.009539979,0.007210174,0.011723924,0.0056569707,-0.0015798126,-0.0043245275,-0.0010801464,-0.0141601665,-0.029723736,0.021618696,-0.012851376,0.043552764,0.0026786842,0.038159914,-0.031931333,0.028446482,-0.0076004458,0.041376702,-0.025135085,0.0012851376,0.047652587,-0.037718397,-0.004699031,-0.0043797176,0.037056115,0.0025249408,-0.027200766,0.03286168,-0.023810526,-0.029061455,-0.045539603,-0.01794462,0.0043757753,0.004225974,0.018733049,-0.0012989352,0.0014408522,0.024772407,-0.0021918297,0.006847497,0.020341443,-0.01762925,0.01796039,-0.015145701,0.026554255,-0.00083277706,-0.009358641,0.0023455734,0.009508441,-0.0148461,-0.0062167547,-0.028351871,0.0065794317,0.0112508675,-0.016809285,0.013773837,-0.00031315375,-0.0041037677,-0.019190338,0.02925068,0.009445367,0.016139122,-0.005716103,-0.005463806,-0.0066543324,0.0055347644,-0.022186363,0.0084598325,0.005601781,0.023778988,0.010990687,-0.0004792164,0.0037864253,-0.0038692104,0.032073252,0.019332254,-0.021303324,-0.0014487364,-0.044940397,-0.030039107,0.035510797,0.019679163,0.020846035,-0.027137691,0.0023160072,-0.008231188,-0.01960032,0.01718773,-0.0015403912,-0.035542335,0.008428295,-0.017550407,0.01838614,0.0155162625,-0.009090574,0.029944494,0.01751887,0.027437294,0.006271945,0.006555779,0.013182516,-0.006338961,0.0058146566,-0.00766352,0.034217775,0.005716103,-0.013001177,-0.026081199,0.02365284,0.014790909,-0.026633097,0.015800098,0.010218027,-0.012622733,0.008925005,0.000040129755,0.02299056,-0.037245337,0.023905138,0.010833001,-0.04793642,-0.006307424,-0.016257385,-0.0076950574,0.024330888,0.014412464,-0.0029388655,0.018323066,-0.011345479,0.03295629,0.00043585285,0.0352585,-0.007348149,0.025213927,0.021855224,0.02518239,0.09498981,-0.032199398,0.0017848039,-0.008507138,0.005558417,-0.012244287,-0.032215167,0.02059374,0.0027161345,-0.020420285,-0.00946902,-0.019127263,-0.019190338,-0.021744844,0.002757527,-0.040399052,-0.02157139,-0.016446607,-0.011392784,-0.020830268,-0.013600383,-0.006394151,0.002083421,-0.009831697,-0.02463049,-0.01390787,0.01385268,-0.007943412,-0.029471438,0.021618696,-0.029849883,0.023022097,0.01674621,0.015185123,0.0127646495,-0.011392784,0.029518744,-0.022580577,0.05200471,-0.014546497,0.008112924,-0.023778988,0.024772407,0.006725291,0.011077413,0.006934224,-0.020246832,0.009666127,-0.03131636,-0.047621053,-0.0005484502,0.02518239,-0.0102101425,0.03976831,0.011503165,-0.02135063,0.015942015,0.055379182,-0.008885584,-0.018969577,-0.0113691315,0.041660536,-0.018086538,0.036961503,0.031395204,0.0053967894,-0.0055978387,-0.0010929583,0.035763092,-0.0068790345,0.005432269,0.014191704,-0.0038731524,-0.013955176,0.025229696,0.021114102,0.01718773,0.007458529,0.02048336,-0.011708155,-0.013781722,0.029219141,0.01335597,0.009792276,-0.012118138,0.027453063,-0.0002469997,0.022391355,-0.002925068,0.036614597,-0.011692387,0.0069815298,0.009981498,0.047652587,-0.009366524,-0.012204865,-0.041313626,0.023305932,-0.004048578,-0.011061645,0.011511048,0.029361058,0.010628009,-0.008751551,-0.015193008,-0.036267687,-0.0064887623,0.041313626,-0.024330888,0.01937956,-0.00023049199,0.0046044197,-0.00991054,0.017865779,-0.007568909,0.0001379749,-0.002617581,-0.03494313,-0.0011491338,-0.03010218,0.018354604,-0.010367828,-0.0039914167,-0.015721254,-0.0056175496,0.012386204,0.009957845,-0.026964238,0.014112861,-0.0006474965,0.004080115,0.015973551,-0.010769926,-0.03768686,-0.030843303,-0.000091839545,-0.007064315,-0.026790783,-0.008246956,0.0305437,-0.039705236,0.00052233355,-0.020861804,-0.019852618,-0.012094486,0.0044664447,0.0028324276,0.006114259,-0.022706727,-0.0155478,-0.00062680023,0.020719888,0.05023863,0.018464984,0.031142905,-0.040651347,-0.009035385,0.009792276,-0.0064729936,0.03120598,-0.0100918785,-0.012890798,-0.009051153,-0.0046083615,0.021192944,0.007971007,-0.008909237,-0.011723924,-0.015673948,0.01882766,-0.007151042,-0.05023863,-0.05004941,0.028083805,0.01510628,-0.012882913,-0.029077224,0.04399428,0.006618853,0.01783424,0.011030108,0.001903068,-0.027799971,-0.009011732,0.002591957,-0.010028804,-0.012433509,-0.012196981,-0.013371739,0.02496163,-0.014183819,-0.016123353,-0.01838614,-0.000112905356,0.02910876,-0.020388748,-0.014467654,-0.032025944,0.009074806,0.03371318,-0.025529299,0.0037095537,-0.013616151,0.01412863,0.008814625,0.003295629,-0.035983853,0.01948994,0.013655573,0.011416437,0.025545066,0.020089146,0.009563631,0.033334736,-0.0020361154,-0.021965604,-0.010139184,0.02507201,0.052067786,-0.0030512162,0.02407859,-0.014183819,-0.009185187,-0.03778147,0.017802704,0.047778737,0.010265333,-0.033429347,-0.0038140204,-0.0012309332,0.03199441,0.0062955976,-0.019994535,-0.008570212,-0.025813133,0.0054598637,-0.010407249,-0.007896107,-0.010454555,-0.01580798,0.008633287,-0.018606901,0.013970944,0.032199398,-0.006027532,-0.0009411859,-0.004793642,-0.019899923,-0.005798888,-0.01144009,-0.00016014943,0.036393836,-0.020167988,-0.034280848,-0.021334862,-0.005294294,0.021003721,0.011455859,-0.018480752,-0.0075925617,-0.033019364,-0.03447007,0.027926119,-0.033997014,0.0113297105,-0.012157559,0.009784391,-0.013553077,-0.006571547,0.022832874,-0.042764336,-0.0060630115,-0.0014103006,0.014112861,0.016083932,-0.010383597,-0.006906629,0.012788302,-0.012291593,0.00755314,-0.008570212,0.014081324,-0.016336229,-0.01641507,-0.005720045,-0.01483033,0.010139184,0.010525513,0.027232302,-0.0046793204,0.0038475287,0.025686985,-0.019631857,0.029818347,0.021066796,-0.002452011,-0.019805312,-0.029723736,0.015145701,-0.01576856,0.07228308,0.025876207,0.02035721,-0.00027373235,0.011574123,0.034438536,0.010281101,0.0142390095,0.008830394,0.0018291529,0.00023184711,-0.011511048,-0.0140419025,-0.028730316,0.031237517,-0.023684377,-0.0051050712,0.003741091,-0.027421527,-0.0030591006,0.022249438,0.005298236,0.019773774,0.013261359,0.00985535,0.0027673822,-0.01018649,-0.034533147,0.029439902,0.014152283,0.011999874,-0.021177176,0.028367639,-0.0070603727,0.017755399,0.024945863,0.0076398673,0.016131237,0.020089146,-0.014444001,-0.0038100784,0.03295629,0.040777497,0.026948469,-0.00034222702,0.015074743,0.0044664447,-0.008854046,0.03155289,0.032798603,0.0197107,0.032057483,0.029029919,0.018654207,-0.011179909,0.030717155,0.012945987,-0.024220508,0.0054480373,0.018149612,-0.024772407,-0.046391103,0.00018638931,-0.0031694805,-0.007631983,0.00049375306,0.008838278,0.01773963,-0.0024835481,-0.008053792,0.0018261963,-0.0155951055,0.012204865,-0.024693565,-0.05200471,-0.002761469,-0.010218027,-0.006867208,-0.037213802,-0.0305437,0.0111720245,0.010990687,0.020830268,0.009059038,0.018796124,0.017881546,0.009059038,-0.012780418,-0.048630238],"social":"https://twitter.com/seeinplays"},{"title":"bam robotics","description":"robots that autonomously sort municpial waste","niche":"hardware","youtube_url":"https://youtube.com/watch?v=aX0ouNn4TAQ","youtube_transcript":"Hey buildspace. My name's Zach, and I'm building a robot called b one to sort trash. Six weeks ago, I started the program with a sketch on a piece of paper. Since then, I've been hard at work developing a functional MDP to pilot at a local waste management facility. So how does a robot sort waste? B1 has fingered grippers just like humans. This allows them to pick up and remove organics and recyclable materials from the waste stream. Over eighty percent of landfill waste is either organic or recyclable. Removing it prior to landfill saves on disposal costs and allows for the material to be safely processed and sold to generate additional revenue. One of our secret ingredients is that b one is controlled by a mixture of AI and VR telepresence. This allows us to immediately deploy our technology while handling edge cases and building a massive data set in the background to train fully autonomous robots. In terms of customer development, over the past six weeks, I've visited and spoke to the directors of a number of waste management facilities in Vancouver. We have confirmed prototype deployments at their recycling alternative and BC medical waste over the next two months. Earned talks with the city of Vancouver to deploy a prototype sorting cell at the mainland film.","embedding":[0.03735046,0.039443374,0.058794774,0.028946606,-0.017242389,-0.059052363,0.044530764,0.046945665,-0.03342222,0.0028435453,-0.0025980303,-0.04514254,-0.0071360306,-0.037994433,0.018385442,0.045947503,0.023183044,-0.03348662,-0.062240034,-0.010995846,0.04385459,0.0112614855,0.04073132,-0.005823935,-0.014135217,-0.038219824,0.015503661,0.022265382,-0.005159837,-0.027223976,0.0072608003,-0.020446157,-0.026596103,0.027562063,0.004507814,0.01816005,0.013756882,-0.014714793,0.028898308,0.010464569,-0.06974232,0.019254806,0.013611988,-0.006230443,-0.03322903,0.02281276,-0.030604837,0.027851852,-0.007011261,0.04337161,-0.018852323,0.029236395,0.01601884,0.022957653,0.004266324,-0.023150844,-0.017338986,0.010995846,-0.043468207,0.04755744,0.036931876,-0.014481353,0.024583686,0.018063456,-0.01843374,0.006564504,-0.045528922,0.02741717,0.027787454,0.032182574,-0.0027228002,0.00871779,0.007558638,-0.021524813,0.00018614857,-0.0017729393,0.011833012,0.048555598,-0.028705116,-0.002819396,-0.03590152,-0.023118647,0.055671502,-0.022184884,-0.053481992,-0.01259773,0.0037048596,-0.026322415,-0.018224448,-0.0048298007,-0.027481567,0.013249753,-0.030959023,0.06401096,0.060018323,0.039089188,-0.03512875,0.02810944,0.0630128,0.017322885,-0.0011500963,-0.019673388,0.028721215,0.008878783,-0.003402997,-0.05435136,-0.0025034468,0.03953997,-0.0066289017,-0.010303575,-0.08815996,-0.010126483,-0.019109912,0.01576125,-0.03345442,0.00059567543,0.029220294,-0.019303104,0.021782402,-0.027562063,0.030524341,0.058054205,-0.04578651,-0.0655565,-0.041375294,-0.030604837,0.033518817,-0.052226245,-0.023875315,-0.013982274,-0.0066812243,0.021186726,0.03516095,-0.039089188,-0.03487116,-0.03173179,-0.06401096,0.0041576535,-0.04195487,0.047171053,0.009023678,-0.016614515,0.0010766431,-0.0146986935,-0.03947557,-0.05476994,0.02060715,-0.007534489,-0.017306786,0.017870262,-0.0041013057,0.05431916,-0.06475153,-0.023086447,0.034806766,-0.01671111,0.016187882,0.050197728,-0.027481567,-0.043951187,-0.0031393706,-0.021862898,-0.025533548,-0.013966174,-0.006021152,0.049102973,-0.026676599,-0.040087346,-0.056379873,-0.011833012,-0.0019943053,0.010867052,-0.04994014,-0.015648555,-0.019512394,-0.00077427743,-0.009192721,-0.019753885,-0.0075948616,-0.031860586,-0.01065776,-0.020011475,-0.029461784,-0.0054657245,-0.050326522,0.026322415,0.0038578033,0.03224697,-0.017548276,0.016582316,0.019222608,0.045979705,-0.0006842218,0.035032153,0.07083708,-0.011108542,0.02500227,-0.015374865,0.09563006,-0.023070348,-0.018063456,0.042309053,0.004527938,-0.015479512,-0.04530353,-0.005534147,-0.0047412543,0.0069710123,-0.016067138,-0.02548525,0.032568958,0.027336672,0.018594733,0.007812203,-0.04092451,-0.015857846,-0.016598415,0.08088306,-0.00109073,0.01164787,-0.0008537679,-0.00027620423,0.0021995718,0.007836352,-0.046559278,0.040344935,0.03809103,-0.035321943,0.090091884,-0.037189465,0.01066581,0.023327937,-0.0039403127,-0.039700963,-0.01891672,0.03731826,0.012042304,-0.009345665,0.046430483,0.02690199,0.0008296189,0.047911625,0.029059302,-0.0059124813,0.023408435,0.013024363,-0.055478312,-0.046462685,0.04198707,-0.027545964,0.027368871,-0.015173624,0.0056307428,-0.032150373,-0.026724897,-0.01115684,-0.038187623,0.033390023,0.029976964,-0.026724897,-0.004990794,0.020156369,-0.020285163,0.0041294796,-0.05119589,-0.023682123,0.046945665,-0.008025519,0.01914211,-0.01262188,-0.041149903,0.03541854,0.02812554,-0.04581871,-0.052387238,0.030846328,-0.006234468,0.01650182,-0.06349578,-0.0031916935,-0.030910725,0.034066197,0.025163261,-0.024052408,-0.012034253,0.061241873,-0.018626932,0.018095654,-0.0016763434,0.009659601,0.027272275,0.009015628,-0.023971912,-0.020558853,-0.006057375,-0.02036566,0.015568058,-0.025082765,0.010142582,0.022442475,0.020671546,-0.0015304431,0.0027388996,-0.00043518518,0.009104175,-0.023488931,-0.013990323,-0.012050353,-0.0119215585,-0.022844957,-0.022941554,-0.008709741,-0.011414429,-0.0026262042,-0.007804153,-0.03590152,0.022249281,0.0006374331,-0.017338986,-0.03709287,-0.023827016,-0.03957217,0.0020446156,-0.051034894,0.006157996,0.0014640334,0.0094825085,0.045528922,-0.001582766,-0.052677028,0.019753885,-0.009031728,-0.02548525,-0.030685334,-0.008910983,-0.021025732,0.013241704,0.004882124,0.0100218365,0.045174737,-0.03078193,-0.046977863,-0.02883391,0.028672917,0.0008743952,0.04974695,0.039185785,-0.0141996145,-0.0069589377,0.03567613,-0.024406593,-0.026950289,0.009031728,-0.002003361,-0.031635195,0.005002869,0.01261383,0.00019231159,-0.057893213,0.0022257331,-0.015527809,0.046172895,0.018787924,0.037769042,-0.0022096338,0.01791856,-0.014312309,0.011205138,-0.0049424963,0.016646713,0.032424062,-0.009498608,-0.0067254975,-0.019753885,-0.033615414,0.0110602435,0.038413014,0.03226307,-0.0041133803,-0.015970541,0.042920828,0.008991479,-0.023569427,-0.06813239,0.036931876,0.047106657,0.01650182,0.026274117,-0.039861955,0.0005083868,0.023569427,-0.031458102,-0.015890045,0.02281276,-0.011929608,-0.02522766,-0.0019218582,-0.019834382,0.0039926353,0.013273902,0.012694326,-0.032649454,-0.0557681,-0.045239136,-0.026869792,0.006645001,0.051034894,-0.025275957,-0.012742625,-0.059503146,0.032085977,-0.09034947,0.056605265,0.054158166,-0.0141191175,-0.018498138,-0.00545365,-0.00848435,-0.021959495,0.005868208,-0.026547804,-0.03268165,0.012146949,-0.0029220295,0.018385442,0.053610787,-0.019447997,0.02936519,0.04198707,-0.08925472,-0.025388652,0.01795076,0.013636137,-0.00042109826,-0.052226245,-0.008452151,-0.04823361,0.008653393,-0.023939712,0.05357859,-0.0024149003,-0.014030571,0.006157996,0.030041361,-0.046977863,-0.005216185,-0.01746778,0.006616827,0.025404751,-0.040151745,0.00920077,-0.027529864,-0.0036283878,0.030234553,-0.03609471,-0.053739585,0.025163261,-0.006886491,0.019753885,-0.023215242,0.014553799,0.029252494,-0.01965729,0.029477885,-0.037769042,0.009860843,0.01067386,-0.0014952258,0.0068542925,-0.010126483,0.009128324,-0.005135688,0.017612673,-0.024551487,0.00043015412,-0.01672721,-0.011213187,0.017387282,-0.026322415,-0.013442946,-0.03902479,-0.016340826,-0.036255706,0.039894156,0.04098891,0.0146986935,-0.031812288,0.006355213,-0.040183943,-0.027079083,-0.018047355,0.03445258,-0.0015435239,-0.02083254,0.05042312,-0.044434167,-0.004242175,-0.053675186,0.007111882,-0.009120273,0.01334635,-0.0056870906,0.0078605,0.031120017,-0.00064548274,-0.026644401,-0.03245626,0.017000899,0.0006142903,0.002267994,0.022764461,-0.013362449,0.008935131,0.040183943,0.020752044,0.013942025,0.029960863,-0.005385228,-0.03250456,-0.008452151,-0.005526097,0.012557482,-0.023488931,0.009579105,0.027819652,-0.047782827,-0.04343601,-0.056315478,-0.03712507,0.004684907,0.012670177,-0.007727681,0.0054898737,0.01066581,-0.024809077,0.033840805,-0.011333932,-0.033068035,-0.034806766,-0.001867523,0.025919931,0.024213402,0.027111283,0.020059772,-0.012895568,0.029751573,-0.01310486,0.00641961,0.020494455,0.018465938,0.04388679,0.008267009,0.01601884,-0.03905699,0.024438793,0.0030186255,-0.01767707,-0.003503618,0.022700064,-0.0063350885,-0.007816227,-0.0024430742,0.004777478,-0.0005876258,0.03078193,0.0051960605,0.0053208307,0.030862426,0.014763091,0.026547804,-0.03738266,-0.02472858,-0.005349004,-0.063882165,-0.015849797,0.038477413,0.003817555,-0.03731826,-0.003928238,-0.05718484,-0.033840805,-0.049135175,-0.015503661,-0.0147389425,-0.03326123,-0.0029602654,-0.026370712,0.0032259044,0.0035458787,0.019834382,0.02448709,-0.027964547,0.01551976,0.0034331833,0.021782402,0.034838963,0.021734104,0.016534017,-0.03322903,0.025372554,0.0010067116,0.009313466,-0.032295268,-0.033293426,-0.04143969,-0.0116398195,0.0031876685,-0.007655234,-0.005135688,-0.025292058,0.0023344038,0.054383557,0.0021915222,-0.005840034,-0.0116398195,0.004330721,-0.024921771,-0.016429372,0.0075022904,0.01989878,0.00521216,-0.028173838,0.008927082,-0.0047654035,0.007961121,0.0041033183,-0.00508739,-0.01213085,-0.009241018,0.042309053,0.009804496,-0.022989852,-0.0062505673,-0.010842903,-0.0169848,0.022796659,-0.00946641,0.036191307,0.025098864,-0.0029461784,0.013764932,-0.0018363305,-0.003845729,-0.07251141,0.036223505,0.013024363,-0.024293898,0.043242816,0.032166474,-0.02471248,-0.020768143,-0.01890062,0.0581508,0.021734104,0.0151575245,-0.018723527,-0.015229972,-0.024841275,0.019576792,0.024809077,-0.013837379,0.026950289,-0.010802655,0.011084393,-0.005626718,-0.006262642,-0.0044232924,0.014980432,0.018465938,0.039089188,-0.00678587,-0.016332777,0.0089029325,-0.014280111,-0.0016733247,0.011792763,-0.018562535,-0.04626949,0.016195932,0.023166945,0.006041276,-0.037253864,-0.036223505,0.008065768,0.008065768,-0.015020681,0.027433269,-0.023327937,0.02398801,0.0146986935,0.0012054378,-0.00055492396,0.0117605645,0.017419482,0.025098864,-0.023118647,0.030894626,0.04385459,-0.026612202,-0.093247354,-0.015431213,-0.0010937486,-0.0034593449,-0.013692485,-0.004922372,-0.030427745,0.0037129093,0.015664654,0.010585314,0.025952129,-0.01310486,-0.008629244,-0.02205609,-0.0194158,-0.023086447,-0.008419952,0.0077236565,0.0038859772,-0.017290687,-0.021492613,-0.032890942,0.015600257,-0.03245626,-0.017033098,0.010722158,-0.017016998,-0.03103952,0.014006422,-0.021637507,-0.0025839433,0.020027574,0.060565703,-0.0017870263,-0.013507343,0.012734574,0.06500912,-0.06323819,-0.02495397,-0.045593318,-0.04633389,-0.027932348,-0.011857161,0.008230786,0.040409334,-0.031120017,-0.029268593,0.004242175,0.046945665,-0.02110623,-0.004059045,-0.0363845,0.018465938,-0.05071291,0.036191307,-0.009128324,-0.03979756,-0.0005149272,0.0054013273,0.023827016,0.019979276,0.0123803895,0.035708327,-0.0077035325,-0.029590579,-0.034066197,-0.021959495,0.0105611645,-0.015841747,0.03081413,0.010142582,0.0005966816,-0.0242456,-0.003648512,0.001133997,0.02498617,-0.03567613,0.009232969,-0.019818282,-0.01745168,-0.015672704,0.00042738707,-0.0032299294,0.028672917,0.0026604154,-0.0045963605,-0.0070515093,0.007606936,0.034516975,-0.051099293,-0.05048752,-0.019979276,0.05187206,-0.023907514,-0.0116398195,0.018965017,-0.0009000535,0.023794819,-0.06468713,-0.026435109,0.027787454,-0.008387754,-0.032053776,0.013885677,0.06748842,-0.009104175,0.0022277457,-0.019769985,0.009112224,-0.009909141,-0.030186255,0.0053812033,0.008182487,-0.034098394,-0.0035740526,-0.02131552,0.020204667,-0.026628302,-0.061177477,0.012557482,0.03081413,0.019512394,-0.045400128,-0.03583712,0.0019993363,0.03268165,-0.005526097,-0.03231137,0.051260285,-0.008661442,-0.019705588,0.023070348,-0.03277825,0.014223764,-0.006580604,0.0022076215,0.024664182,0.0005574395,-0.015664654,-0.025614044,0.01187326,-0.06327039,-0.005236309,-0.021186726,0.026837593,-0.011036095,-0.017322885,-0.013781032,0.008910983,0.01091535,-0.026290216,-0.013531492,0.007075658,-0.016598415,-0.017081395,0.0023203169,-0.015382916,0.0016723186,-0.019818282,0.051228087,0.013386598,0.006572554,-0.034484778,-0.0039463495,-0.008822436,0.037640247,0.00015835206,0.010198929,-0.018852323,0.043597,0.019721687,0.06500912,0.0151575245,-0.014594048,-0.009080025,0.020446157,0.02498617,-0.04311402,0.018127853,-0.001423785,0.0061217723,0.0015233996,-0.012887519,0.020236865,-0.0010253264,0.032391865,0.03664209,0.020913037,0.0049143224,0.0038940269,-0.004034896,-0.02835093,0.0027348746,0.047396444,-0.01867523,-0.026386812,0.025791137,0.033873003,0.014231813,0.020993534,0.0006550417,-0.0025457074,0.007916848,-0.0007938985,0.007373496,-0.030604837,-0.0023827017,-0.017113594,0.026724897,0.018787924,-0.04897418,-0.021154527,0.0020647398,0.045271333,0.011865211,-0.010271376,0.015382916,-0.013837379,0.023730421,0.014763091,-0.04775063,-0.016421322,0.020703746,-0.0057112393,-0.003421109,0.0045681866,0.014151316,0.004173753,0.034613572,0.04871659,-0.014408906,0.0145377,-0.0055220723,0.033518817,-0.0022237208,-0.012911667,-0.02519546,0.010456518,-0.015342667,0.0006827125,-0.046237294,0.003541854,-0.02960668,-0.011132691,0.017177992,0.022732262,-0.035096552,0.008190537,0.0040912437,0.008613145,-0.0022901306,0.018787924,0.0016692999,0.013072661,-0.031007322,-0.030910725,-0.0033567115,0.031844486,0.019480197,0.02398801,0.020188568,-0.027578162,-0.0069388137,-0.007252751,-0.0015062941,0.007908799,-0.0078605,0.034098394,-0.027916249,-0.010343824,0.04459516,-0.0021995718,0.035965916,-0.0069428384,0.03202158,-0.0067536714,0.024873475,0.021669706,0.034001797,-0.0139983725,0.0015435239,0.054190364,0.023005951,-0.00002326857,-0.043468207,0.0030447869,0.020913037,0.023955813,-0.0033486618,0.00557842,0.012887519,0.012066452,0.002630229,0.0012768785,0.005751488,0.034130592,-0.027288374,-0.029284691,-0.020027574,0.0095227575,0.0024008134,-0.011301734,-0.0032118175,-0.008411903,0.01843374,0.027739156,-0.053675186,-0.0013493256,0.0072648255,0.006596703,-0.03174789,-0.0037632198,-0.0063431384,0.023134746,0.0023444658,0.019721687,-0.020896938,-0.020639349,-0.017483879,-0.017290687,-0.0028676942,0.001979212,-0.0056347675,-0.043951187,-0.009120273,-0.0071843285,-0.022136588,0.045947503,-0.009675701,0.037930034,0.021540912,0.0063350885,-0.024519289,-0.008452151,-0.0039342754,-0.01357979,0.008186513,-0.012493085,-0.046655875,0.0079248985,0.013362449,-0.019802183,-0.008150289,0.018514236,0.018530335,0.0077880537,-0.019737786,-0.006862342,-0.015954442,-0.011712267,-0.0038396916,0.0025980303,0.03899259,-0.017483879,0.036287904,0.012517233,0.03033115,-0.01767707,-0.009393962,-0.009120273,0.020430056,0.0067818454,0.004628559,0.006447784,0.040377136,-0.010142582,-0.014690644,-0.008037593,-0.02036566,0.019818282,-0.036287904,0.007945023,-0.0004155641,-0.008910983,0.013563691,-0.008524599,-0.01869133,-0.033325624,-0.005723314,0.0018011132,0.011277584,0.007775979,-0.005002869,-0.028962705,-0.011680068,0.0107624065,0.004507814,0.000109928274,0.007417769,-0.0029904516,0.019238707,0.028334832,0.008299207,0.024809077,-0.008870734,0.005332905,0.029622778,-0.010931449,0.0062425174,0.029880367,-0.0290915,-0.027079083,0.020510554,-0.0076793833,0.013426846,-0.018948918,-0.017258488,0.029864268,-0.022619568,0.05866598,0.023247441,0.007945023,-0.0058319843,-0.010850952,-0.006274716,0.0031896809,0.0010917363,0.0012577606,0.017177992,0.010440419,-0.011744466,-0.0035941768,-0.028528024,-0.025340354,-0.018965017,0.0024309997,-0.0023666024,0.017660972,0.01674331,0.006588653,0.0054415753,0.026097024,-0.013265853,-0.018143952,-0.017387282,-0.026354613,-0.0026000428,0.027771354,0.005405352,-0.014932134,-0.023086447,0.0055945194,0.0030950974,0.0054858485,-0.01574515,-0.0034935558,-0.023794819,0.006488032,0.08655003,-0.0036605864,-0.011197088,-0.03686748,0.021396017,-0.0075666877,0.036738686,0.0024249626,-0.022426374,0.039346777,-0.01527827,-0.008170413,0.015890045,-0.01914211,0.053707384,-0.0045601367,-0.057056047,-0.009184672,0.009619353,-0.021025732,-0.008637294,0.04701006,0.027755255,-0.026805393,-0.035515133,-0.010842903,-0.0038618282,-0.0013664311,0.008275059,0.019351402,-0.0290754,-0.010939498,-0.008258959,-0.007441918,0.030765831,0.01646962,-0.01869133,-0.013394647,0.029236395,-0.020880839,0.008798287,0.041053306,0.022716163,0.016936501,0.016550118,-0.00569514,0.00027871976,0.0082227355,-0.0020385785,-0.0027388996,-0.015978592,0.020929137,0.007562663,-0.018095654,-0.018047355,0.015922243,-0.0018795974,0.030717533,0.02765866,0.004749304,-0.023617726,-0.017483879,-0.02038176,-0.0013020338,0.020269064,0.016678913,-0.005916506,0.019238707,0.020671546,0.01596249,-0.016630614,0.012026204,0.00448769,-0.005908456,-0.021138428,0.005916506,-0.028302632,0.001960094,0.026306314,0.024857374,-0.021653607,0.0000058367955,0.0044273175,0.013491243,-0.0099413395,-0.018546434,0.007864526,0.029204195,-0.02617752,0.008085892,0.0037853564,-0.013201456,0.006890516,-0.003831642,-0.023424534,-0.011744466,-0.04974695,-0.010867052,0.000815532,-0.06529891,-0.026950289,-0.0147791905,-0.041085504,-0.00945836,-0.03348662,-0.0075063156,-0.026435109,-0.018820124,-0.010086234,0.031377606,-0.005844059,-0.005284607,0.009651552,-0.008275059,0.014722843,0.003417084,-0.011502976,0.0035539283,0.0022599443,0.013772982,0.024615884,-0.010512866,-0.0024149003,-0.010319674,-0.01650182,0.009498608,-0.03586932,-0.029059302,0.03586932,-0.023907514,-0.013595889,0.035998113,0.03689968,-0.011985956,-0.023617726,0.011663969,-0.030862426,-0.021170627,-0.045271333,-0.0057796617,-0.016646713,-0.013394647,0.019737786,0.019464098,0.0140788695,-0.007784029,0.0071400553,0.0045520873,0.010086234,0.025775038,0.0020909011,-0.014851637,0.010319674,0.018820124,-0.018337144,-0.0026423035,0.0069669876,0.0030186255,-0.015857846,-0.029638877,-0.0008668486,-0.02084864,0.01816005,0.0017065296,0.018884521,0.009627403,0.027819652,-0.01018283,-0.02474468,-0.021637507,-0.01893282,0.012002055,-0.016936501,-0.0077679297,-0.0069991862,-0.027690858,0.012694326,0.011575422,-0.05258043,-0.002249882,-0.01188131,0.022152686,-0.003290302,-0.03657769,-0.006033226,0.047943823,-0.00033959537,-0.0014781203,-0.017355084,-0.0019751873,0.0013000214,0.027771354,0.018127853,0.042824235,0.03487116,-0.010400171,-0.003300364,-0.00061328406,-0.0067979447,0.018626932,0.0022740313,-0.024615884,-0.038445216,-0.017371183,-0.015262171,-0.03219867,-0.036287904,-0.030685334,0.02448709,-0.0018735602,-0.0118410615,-0.03754365,-0.020687647,0.026853692,-0.0100218365,-0.014433054,-0.042437848,0.007514365,-0.014006422,-0.0056709913,-0.0034734318,0.010706059,0.023698222,-0.02398801,-0.011655919,0.013475144,-0.0002915489,-0.029526182,0.015938343,0.015197773,0.0021834725,0.025775038,-0.02519546,0.0084038535,-0.00075163774,-0.0016049026,0.014215713,-0.049618155,-0.030765831,-0.010054035,-0.0128794685,-0.014481353,-0.01262188,0.009160522,0.02885001,0.024664182,-0.015865896,-0.024631985,-0.025919931,-0.009039777,-0.038606208,0.004684907,0.0073050736,-0.014996531,0.0039543994,-0.019705588,0.01893282,-0.051904257,-0.010528966,-0.008339456,-0.040409334,-0.02474468,0.014626247,0.007977221,-0.02133162,0.025034467,-0.031651296,0.021669706,0.0059004067,-0.021766301,-0.010971697,-0.006447784,-0.0006188182,-0.01454575,-0.025646241,0.017628772,-0.017049197,0.003099122,-0.00048926886,-0.004608435,0.01989878,-0.035064355,-0.02764256,0.023923613,0.0023142796,0.013120959,-0.013169257,-0.006914665,0.020478355,0.011494926,-0.031812288,-0.0242295,0.014674544,0.029944764,0.029300792,0.0020355599,-0.0033325625,0.009168572,0.019979276,-0.022941554,-0.008846585,0.0003783344,0.010794605,0.00055442087,0.032424062,-0.009828645,0.0032299294,0.009080025,0.026225818,0.00896733,-0.0077719544,-0.013177306,0.021927295,-0.0062425174,0.001259773,0.0011048169,0.026708798,-0.033840805,-0.03419499,0.012654078,0.062336627,0.015213872,0.023118647,0.011623721,0.007421794,-0.0053007063,0.032826547,-0.026161421,0.0054898737,-0.016171783,0.016421322,0.013636137,0.033840805,-0.04288863,0.0363201,0.0037269962,-0.015890045,0.005059216,0.019270904,-0.0016713123,0.006488032,-0.026080925,0.0070877327,-0.00381353,0.0008562834,0.037511453,0.02741717,0.03416279,-0.01017478,0.019126011,0.030637037,0.012332091,0.0006510169,-0.020011475,-0.056122284,-0.0015968529,0.011824963,-0.0033768357,-0.0075948616,0.002257932,-0.05798981,-0.005956754,-0.008870734,0.0027248126,-0.027272275,0.015704902,0.019238707,0.024454892,0.014239863,-0.017322885,-0.03182839,-0.037962236,0.024648083,-0.010045986,0.012541383,-0.079530716,0.0011983943,-0.00066812243,0.005135688,0.02084864,0.040087346,-0.0024430742,0.04749304,-0.032923143,-0.0055864695,0.015221922,0.007949047,0.015648555,-0.028672917],"social":"https://ca.linkedin.com/in/zacharyyamaoka"},{"title":"yenta","description":"we help you bring your irl tribe into your online dating scene","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CrKt-4C3VWQ","youtube_transcript":"Hi. I'm Justin, and I'm creating an app that lets you bring your IRL tribe into your online dating scene. Here's how it works. On the app, you create an account. Once you're logged in, you create a profile for a friend. Here you create or upload a short video of you talking about your friend. This could be a favorite memory, your favorite thing about them, or whatever stands out about their vibe. Once you're done, the platform will create a feed of other profiles that have been post You can view the feed, watch the videos that others have uploaded about their friends, and if you find someone you think your friends might be interested in, You can message the creator of that profile and discuss the possibility of setting your awesome mutual friends up on a date. Since this is a pretty unconventional idea, and I really had no idea if anybody wanted something like this, I started out by talking with a lot of people. I talked to a lot of people on Twitter. And various subreddits to see if this is something that people would love using. At first, I got a lot of positive feedback. A lot of people think, and this is really great. But once I actually had an app that people could use, I've had very few people make the transition from that sounds really cool to I actually wanna use this. So far, I only have six users. Right now, I'm working to figure out if I just haven't found my correct audience yet or if this idea is a total done. Either way, I've learned a ton and I'm eager to continue pressing forward. Thank you.","embedding":[-0.020769833,-0.010377833,-0.03397412,0.04972859,-0.0020224378,-0.07214187,0.010250323,0.019423902,0.002865415,0.032444008,0.0076718037,-0.05859756,0.020954013,-0.04471323,-0.01881469,-0.026068548,-0.03213232,-0.03777106,-0.026932778,0.012446315,0.023518365,0.031055575,0.013353047,0.004041333,0.017327083,-0.03318073,-0.024283418,0.04247473,-0.0217049,-0.057152458,-0.014975248,-0.017157072,-0.042843092,-0.007246773,-0.0026139386,-0.02642274,0.023801718,0.02065649,0.031423934,-0.003981121,0.014621056,0.005334135,0.093960114,0.001251184,-0.05032363,0.0066375625,-0.050295297,0.03524921,0.0009235562,-0.0048205564,-0.06120442,-0.0019763927,-0.045648295,0.05916427,-0.027768672,-0.019041374,-0.029242111,0.013615149,-0.013515975,0.051287036,0.014507714,0.001955141,0.049388565,0.0076505523,0.007863067,-0.0198631,-0.026196057,-0.011234977,-0.01210629,0.035844255,0.058484223,-0.00849353,-0.009711951,0.014706061,0.002504139,-0.003138143,-0.026833603,0.064151295,-0.01899887,-0.028788745,0.034002453,0.029808817,0.0047709695,-0.0017346564,-0.06522804,0.022880819,-0.028108696,-0.061261088,-0.033634093,0.010264491,0.010285743,0.04984193,-0.040094562,0.026876107,0.016222004,-0.00050782313,-0.032472342,0.066814825,0.079849094,0.016023656,-0.0045690797,-0.024198413,-0.01005906,-0.03845111,0.032415673,-0.02992216,-0.014691894,0.04193636,0.013225538,0.0034020164,-0.11458827,-0.013813497,0.008436859,-0.02439676,-0.02489263,-0.00062027917,0.027003616,-0.01186544,-0.016179502,-0.015442781,-0.055565678,-0.0069952966,-0.0013317628,0.017610438,0.011149972,-0.08670626,-0.026111051,0.031367265,0.0140968505,-0.034115795,0.019225555,0.020500647,0.022384949,0.0073034437,-0.08222927,-0.05074866,-0.052023754,0.0031310592,-0.014720229,-0.032897376,0.03201898,-0.044769898,0.0024315296,-0.023759214,0.023334185,-0.04961525,-0.019834764,0.024481768,-0.017128736,-0.016533693,0.011426241,-0.015258601,-0.05273214,-0.029752146,0.051797073,-0.003828818,-0.018984703,0.05522565,-0.024750954,-0.029468793,-0.010647018,-0.033605758,-0.024665946,0.0035702577,-0.051853742,0.025048474,-0.00034157414,-0.0109657915,-0.05004028,0.039102823,-0.03944285,-0.045364942,-0.037799396,0.042134706,0.01136957,-0.03745937,0.08608288,-0.044656556,-0.0018878446,-0.028972924,-0.0013742659,-0.00683591,-0.025345996,-0.036949333,-0.07367198,-0.009485268,-0.0011582086,-0.02649358,-0.009704867,-0.041596334,-0.010611599,0.087783,-0.021818241,-0.027414478,0.040122896,-0.045988318,0.06001433,-0.00090938853,0.015910314,0.032160655,0.022087427,0.0001459936,-0.00058618817,0.017057898,-0.0037225604,0.0023748588,-0.0037650634,-0.0111924745,-0.046356678,-0.030063836,0.055509005,-0.0038465275,-0.010611599,0.049813595,-0.0008721984,-0.05004028,-0.024991803,0.035475895,-0.042588074,0.025034307,-0.0021588015,0.009612777,-0.0017815869,-0.0007659407,0.014026012,0.032245662,0.029412122,-0.053128835,0.0004033364,0.021010684,0.007976409,-0.0063117053,-0.016051993,-0.06777822,0.05083367,-0.010774528,0.010214904,-0.019027207,0.010243239,0.048850194,-0.0064108795,0.015230265,0.037006006,0.038592786,-0.00044672494,-0.02636607,-0.06466133,-0.014033096,0.007013006,0.033690766,0.07860234,-0.03397412,-0.0025590388,0.009605694,0.02144988,-0.03544756,0.015187763,0.02231411,0.00054457056,-0.018786356,0.00037323005,-0.03292571,-0.028066192,0.024368426,-0.02636607,0.016845383,0.035787582,0.028831247,0.017114569,-0.01606616,-0.014918577,-0.002461636,-0.010767444,0.025431002,-0.010285743,0.010958708,0.0062266993,0.006421505,0.00054412783,-0.037912738,-0.0049480656,0.022384949,0.018503003,-0.014663558,0.034795843,0.034200802,0.04862351,-0.023858389,-0.027485317,0.0007867495,0.0069386256,-0.020387305,0.005426225,-0.0029220858,0.0144368755,0.021322371,0.0024687198,-0.010314078,-0.0012148793,0.040491257,0.021903247,-0.049275223,0.004554912,0.015782805,0.0026245643,0.03434248,0.0139268385,-0.009988221,0.023660041,-0.027131125,-0.0039882045,0.021549055,0.01649119,-0.049643584,-0.037742723,0.019551411,0.031990644,0.035759248,-0.03757271,0.023164172,-0.055027306,-0.032699026,-0.009159411,-0.023064999,-0.017582102,-0.037856065,0.04689505,-0.057775836,0.015414446,-0.013402634,0.06199781,-0.030205514,-0.020146454,0.020273963,0.03267069,-0.05236378,-0.031622283,0.009272752,0.02949713,0.076278836,-0.0033010717,-0.038479444,0.009315256,-0.0009828834,-0.017185407,0.034427486,-0.012255051,-0.015088589,-0.024977636,0.01557029,-0.03150894,0.01575447,0.024453431,-0.030545538,0.04151133,0.030998904,-0.0021782822,-0.045081586,-0.01514526,-0.01901304,-0.024680115,0.040179566,-0.017057898,0.036750987,-0.0033453456,-0.02605438,-0.03672265,-0.0030389694,-0.0005481125,-0.029213775,0.0017523661,-0.015584459,0.008103918,-0.008139337,-0.019608082,-0.00023044633,0.04261641,0.01851717,-0.0011776892,0.052817147,0.06670148,0.031905636,-0.008500613,-0.06148777,0.0034338937,0.036382627,0.04040625,-0.010873701,-0.07049842,0.014819403,0.0457333,-0.05242045,0.0030283437,-0.026691927,0.008238511,-0.013402634,0.049870268,0.002330585,0.012255051,-0.04836849,0.013870168,0.0061523193,-0.036750987,0.003743812,0.013905587,-0.0055218567,-0.028902085,0.019523075,0.006524221,0.02146405,-0.026436908,-0.031282257,0.05395056,-0.0031895011,-0.0019887893,-0.0060000164,-0.0009527771,0.037856065,0.064831346,0.02047231,0.011929194,-0.039131157,0.03213232,0.013778077,0.019749759,0.0015708426,0.0788857,-0.006517137,0.004884311,-0.052675467,-0.03182063,0.022469955,0.033832442,0.01717124,-0.025799362,-0.0030194886,0.043381464,0.04783012,0.020854838,0.0189422,-0.023702543,0.02084067,-0.016392017,-0.0007460174,-0.000673408,0.0022508916,-0.014734397,-0.016080327,-0.059277613,-0.001527454,-0.05548067,-0.019523075,-0.000005295589,0.0022066175,-0.035022527,-0.08761299,-0.03825276,0.000182409,0.024991803,0.014876073,-0.034937523,0.030687215,-0.032160655,0.03856445,0.047065064,-0.028675403,-0.011539583,0.030857228,-0.0147768995,-0.028434552,0.016632868,-0.024113407,-0.00053128833,0.006789865,-0.07021507,0.0028902085,0.039896213,0.030233849,-0.006471092,-0.013225538,-0.009152328,0.028675403,0.022710806,0.017454593,0.05933428,-0.041624673,-0.02894459,0.027995354,-0.017114569,0.016887886,-0.01251007,0.047773447,0.020528981,-0.01673204,-0.013055526,-0.02649358,0.0068217423,-0.022781644,0.007381366,0.015740303,0.017808786,0.0020188957,-0.0140756,0.0757688,-0.0036216155,-0.014188941,-0.0034427484,-0.0077213906,-0.047716778,0.008436859,-0.04567663,-0.029752146,-0.0008549315,-0.009364842,0.000118211654,0.02017479,-0.02949713,0.038139418,-0.0062231575,-0.026691927,-0.04057626,-0.005291632,-0.0143235335,-0.010767444,0.0107957795,0.018007133,-0.030687215,0.022654135,-0.041426323,-0.0024811167,-0.013296376,0.02715946,0.03683599,0.013374299,-0.025601014,-0.009995305,-0.032273997,-0.034597497,-0.0037686054,-0.033124056,-0.0005135787,-0.00092709815,0.028477056,0.000422817,-0.006612769,0.0057202047,0.021789907,-0.018276319,-0.005791043,0.0040838365,0.016703706,0.010916204,0.023433357,-0.013416802,0.01600949,-0.0103069935,-0.012113375,-0.010987043,0.02212993,0.015612793,0.02225744,-0.024991803,0.003743812,0.014536049,0.015216098,0.035532564,-0.015527788,0.0029079183,-0.02188908,0.027272802,-0.0035826545,-0.04505325,-0.019664753,-0.0360426,0.022682471,0.019877268,-0.0085714515,0.009704867,0.0013556707,0.041256312,-0.029100433,0.008507697,-0.032103986,0.03218899,-0.028335378,-0.012000033,-0.018403828,0.0189422,0.026706094,0.035702575,-0.010129898,-0.0061416933,-0.0032089816,0.012998855,-0.00068978936,0.022115763,-0.004062585,-0.006570266,-0.0041723843,-0.012460482,-0.01085245,-0.01136957,-0.013239706,-0.030800557,0.0074522044,0.00004629403,0.017397922,-0.027017783,0.010654102,-0.02642274,0.01195753,0.023150004,-0.016505359,-0.03505086,-0.014479378,0.02550184,0.005004736,0.004650544,0.03298238,0.010349497,-0.025912704,-0.002783951,0.013608065,0.030092172,0.030318854,0.04015123,-0.011440409,-0.02697528,0.0013370757,0.00068757567,0.021081522,0.0055006053,0.010554928,0.0042963517,-0.0023482945,-0.012970519,-0.00639317,0.02581353,0.035390887,-0.005110994,-0.021364875,-0.037912738,0.025232654,0.0070378,0.008188925,-0.001708092,-0.019593915,0.023830052,0.017270412,-0.028746242,0.0069492515,-0.015060253,0.04904854,-0.009393178,0.027201964,0.004462822,-0.008507697,-0.010767444,-0.0040767523,0.007926822,-0.0053589283,0.023985898,-0.010264491,-0.015201931,-0.018913865,0.038422775,0.027740335,0.002466949,0.0039775786,0.032642357,-0.010632851,0.027811173,-0.010108646,-0.047121733,0.057322472,0.026946945,0.0045230347,-0.059447624,0.023589203,0.014819403,0.013438053,-0.03629762,-0.0019392024,-0.028533727,0.014344785,0.009294004,0.005025988,0.0137568265,0.011886692,-0.017199574,-0.017567934,0.003237317,0.0156978,-0.007693055,0.013501808,-0.0046434603,-0.032699026,-0.013523059,-0.009641113,-0.07174518,-0.0045230347,0.020543149,-0.027556155,-0.010930372,-0.023929227,-0.02421258,-0.020429809,0.03524921,0.026819436,0.048481833,-0.004207804,-0.0031328304,0.0043919836,0.027301136,-0.0035330674,0.01796463,-0.015244434,-0.051230364,0.0125313215,-0.0056387405,-0.009903215,-0.0024439264,-0.008118086,-0.009017734,0.008783967,-0.007466372,-0.026224393,0.010717857,-0.022909153,-0.011759182,0.0015336523,0.033605758,0.060977735,-0.012332973,-0.001230818,0.025062643,-0.024113407,-0.0054545603,-0.022979992,-0.007919738,-0.017624605,0.027612826,-0.018928032,0.033322405,0.006605685,0.012332973,0.0350792,0.05256213,-0.01654786,0.014181857,-0.010519509,0.0141535215,-0.017128736,0.047235075,-0.034370814,0.053128835,0.001868364,0.012226716,-0.025742691,0.042956434,0.014663558,-0.006747362,0.0001497569,0.015952818,0.012998855,0.011227894,0.012141709,0.007558462,0.016321179,-0.0054545603,0.0065065115,-0.011964614,0.014720229,-0.021039018,0.013834748,-0.049133547,-0.02655025,0.03904615,0.015456949,-0.013685987,-0.009265669,0.028732074,-0.012446315,-0.03445582,0.018049637,-0.027541988,0.025005972,-0.0115891695,0.00024549948,-0.025544344,-0.0028317668,0.0139835095,-0.019083878,-0.016023656,0.017072065,0.023801718,0.00087618304,-0.06041103,-0.056500744,0.0066340202,0.008380189,-0.03046053,-0.017567934,-0.0015619877,-0.022696638,-0.029837154,-0.016179502,-0.030233849,-0.034597497,0.01918305,-0.003821734,0.025246821,-0.0041192556,0.007253857,0.00039780216,0.01400476,-0.012495901,-0.06828826,0.012000033,-0.01722791,0.040122896,0.015683632,0.0033896198,-0.011780433,-0.0010271574,-0.010030724,-0.019608082,0.018049637,0.0054014316,0.003191272,0.032840703,0.033039052,0.017681276,-0.025955206,-0.030913899,0.0057945848,-0.0061275256,-0.024184246,0.017681276,0.00683591,-0.0429281,-0.0068146586,-0.014415624,-0.0073742825,0.019650584,0.0026706094,0.026281064,0.008380189,0.0012352454,-0.03425747,-0.008635206,-0.04015123,0.049076874,-0.0028636442,0.02286665,0.0024935133,-0.005196,0.0140968505,-0.023461694,0.04842516,-0.013785162,0.010710773,0.022668302,0.028037857,0.017001227,-0.039499518,0.018673014,-0.0059008426,0.026295232,0.01260216,-0.022016589,0.012772172,-0.00666944,0.005015362,-0.017907958,0.024991803,-0.020330634,0.0103069935,-0.0012246197,0.017157072,-0.016802879,-0.004388442,-0.026224393,-0.025190152,-0.032954045,0.027003616,0.016477022,0.063357905,0.0025643518,-0.00932234,-0.034569163,-0.018899698,-0.027981186,-0.066078104,0.0058937585,0.019268058,0.021350708,0.03034719,0.017482929,-0.00023221728,-0.007416785,-0.016972892,-0.0053695543,0.04377816,-0.018786356,-0.01637785,0.0143235335,-0.017270412,-0.022512458,-0.0057272883,0.015315272,-0.026451075,0.023348352,-0.0130980285,-0.013551394,0.0026599837,0.0035171288,-0.00020177888,0.0337191,0.00096871576,0.0049834847,-0.013693072,-0.0061735706,0.03335074,-0.045081586,0.0050720326,-0.031027239,0.022979992,0.018134642,0.039527852,0.009237333,0.0028477055,-0.0011635214,-0.012389644,-0.00090053375,-0.012623411,0.009903215,-0.010809947,0.0034338937,-0.009456933,-0.029695477,0.0026617546,-0.026564417,0.004884311,0.011830021,-0.002459865,-0.0028955215,0.00038717638,0.013799329,-0.017270412,-0.007693055,0.002822912,0.011064965,-0.010377833,0.0017408548,-0.015782805,0.008713129,0.011936278,0.008727296,0.03159395,-0.007841816,0.037119344,-0.034795843,-0.013360131,0.0023518363,0.0063081635,-0.008642291,-0.006570266,0.02568602,0.016916221,-0.02422675,0.028491223,-0.013402634,0.028094528,0.016037824,-0.013515975,0.03425747,-0.018658847,0.0180213,-0.003602135,-0.0044061514,0.009676532,-0.007657636,-0.021719068,-0.01722791,-0.0066021434,-0.049303558,0.03218899,-0.0053589283,-0.03388911,-0.005706037,-0.044373203,-0.01943807,0.0008394356,0.013466389,-0.029468793,0.005861881,-0.040802944,-0.017624605,0.018233815,0.021067353,0.015513619,0.024935134,-0.03029052,0.010037808,-0.009959886,0.0032089816,-0.026380237,-0.018800523,-0.00016956952,-0.0044876155,-0.0052632964,0.038054414,0.0039988304,-0.008621039,-0.012467567,-0.01136957,0.04304144,-0.03904615,-0.044741563,0.00016724515,0.0003499862,0.012722585,-0.01967892,-0.0006233783,-0.027074454,0.0016168875,-0.013197202,0.018233815,-0.042956434,-0.017709611,0.032784034,-0.019693088,0.008011828,0.015159427,0.03354909,-0.02157739,-0.007891403,0.00700238,0.016717874,-0.025005972,-0.01588198,0.019834764,0.052250437,-0.0029699018,0.019523075,-0.033492416,-0.014536049,0.028717905,0.037374362,0.0028158282,0.015669465,0.008968147,-0.00993155,0.002502368,-0.024850126,-0.012134626,-0.023759214,-0.0071971864,0.02765533,-0.042333055,-0.026394404,0.008670626,-0.006644646,-0.009860712,-0.0052703805,0.025799362,-0.0068111164,0.0023642331,-0.022951657,0.047348417,-0.0042113457,0.0019285767,-0.018191313,-0.032245662,0.013466389,0.013572646,-0.010682438,0.011879607,-0.023121668,0.00466117,0.009974053,-0.0045407442,0.006396712,-0.021350708,0.009896131,0.01630701,0.018432165,0.03114058,-0.0030106339,0.010229072,-0.0025059101,-0.011270396,-0.023858389,0.014635223,-0.0066269366,-0.009952801,0.013905587,0.025586847,-0.002512994,-0.0069067483,0.021109857,0.0052491287,0.030092172,0.021789907,0.010774528,-0.01918305,-0.015258601,-0.01765294,0.023985898,0.0033843068,-0.02483596,-0.009974053,-0.032359004,0.0013175951,-0.012538405,-0.01912638,-0.041341316,-0.004268016,0.007608049,0.054035567,-0.0038606953,-0.011624589,0.027131125,-0.0012423293,-0.001346816,0.00021705343,0.0049870266,0.007395534,0.0011741472,0.003690683,-0.036014266,-0.015046086,0.00191618,0.032217324,0.015046086,-0.01649119,-0.025856033,0.013806413,-0.009669448,0.01925389,-0.010994127,0.016080327,0.022356614,0.005302258,-0.01302719,0.015159427,0.07962241,0.018630512,0.014295198,-0.0035915093,0.050777,-0.031962305,0.017808786,0.04746176,-0.0054403925,-0.009775706,-0.015584459,-0.019452237,0.030318854,0.021010684,-0.004887853,-0.004105088,0.0009811125,-0.020089783,0.010384916,0.0052491287,0.020146454,0.03978287,0.001955141,0.008691877,-0.039216164,-0.0360426,0.0131546995,0.0056777014,0.008309349,0.024637612,-0.0060460614,0.0054828958,0.00166736,0.006697775,0.01496108,0.02336252,-0.0030301146,-0.01311928,0.017922128,-0.020784,0.00655964,-0.033067387,0.020854838,0.020769833,-0.014125186,0.010250323,-0.0031717913,-0.0065808916,-0.051882077,-0.042248048,-0.027952852,0.040377915,0.010562012,0.028703738,0.033860777,-0.012821759,0.014876073,0.051287036,0.021605726,0.009867796,-0.016817046,0.021109857,-0.010158233,0.015796974,0.0032567976,0.000661454,-0.016760377,-0.0062727444,-0.027641162,-0.014443959,-0.00039580982,0.016264508,0.01241798,-0.010441587,-0.009088573,-0.008252679,0.0030867853,-0.0024067361,0.0054014316,-0.012630495,-0.019792262,0.002454552,0.012580908,0.022455787,-0.017057898,-0.01685955,0.005702495,0.010044891,-0.0044876155,0.030545538,-0.048850194,0.009301088,0.0374027,0.0184605,0.0044911574,-0.0011582086,-0.038762797,-0.00021417561,-0.044288196,-0.015740303,0.0140968505,0.048595175,0.0018789897,0.007144057,-0.031480607,0.0024970553,-0.0253885,0.006276286,-0.007229063,-0.0075797136,0.006286912,0.03745937,-0.0025838322,0.0085714515,0.01685955,0.0064108795,-0.012276303,-0.017114569,0.022413284,-0.050606985,-0.003786315,0.014635223,0.0027697831,-0.0053943475,0.007742642,0.010802863,0.02808036,-0.021662397,0.017086234,-0.006014184,0.008068499,-0.01870135,0.04119964,-0.011702511,-0.018503003,0.0076859714,-0.044656556,-0.04666837,-0.023589203,0.0014902639,-0.06284787,0.0046292925,0.000751773,-0.0021552597,-0.027442815,-0.013884336,0.02929878,0.027513653,-0.010590347,0.008989398,0.022682471,0.016448688,0.015584459,0.024949301,-0.006789865,-0.01759627,0.022172434,0.014068515,-0.020047281,0.0032107525,-0.008330601,-0.007565546,0.04139799,-0.023405023,0.045903314,-0.012956352,-0.025034307,-0.013848917,-0.0013361902,-0.008018912,0.012332973,-0.0026670676,-0.042333055,-0.008528949,0.034370814,-0.019820597,-0.012070871,0.008259763,0.00013813497,-0.016562028,0.022852482,-0.004561996,0.0059858486,-0.0087414645,0.0062585766,-0.0011971698,0.021223199,-0.015485284,-0.01637785,-0.013303461,-0.005426225,0.027712,0.010158233,-0.0073176115,0.037487704,-0.03505086,-0.01918305,-0.0025820613,-0.03629762,0.035107534,0.009350675,-0.003458687,-0.017284581,0.016661203,-0.003871321,0.021180695,-0.03318073,0.0071405154,0.06148777,-0.00047284662,0.008706045,0.029015427,0.00007476777,0.0031611656,0.042588074,0.00711218,-0.021024851,0.06063771,0.019778093,-0.035107534,0.038847804,-0.034682505,0.000089101486,-0.07321862,0.018630512,0.018219648,0.03513587,0.00910274,-0.020429809,0.010937456,0.0118158525,-0.0051322454,0.012410896,0.024807625,-0.02305083,-0.01195753,-0.03397412,-0.028845415,0.007898487,0.0008119857,0.012467567,0.016222004,0.04298477,0.024949301,0.012056704,-0.0065206788,-0.012439231,-0.001827632,0.03944285,0.0068677873,0.0072680246,0.02526099,-0.017256245,0.005872507,-0.008783967,0.015230265,-0.0047213826,-0.02293749,-0.00910274,-0.011277481,-0.0156978,0.011631673,0.01870135,-0.016689537,0.009046069,0.006442757,-0.00111482,-0.020458143,-0.0355609,0.016051993,0.034002453,-0.01177335,0.009711951,0.030120507,0.007763894,-0.025955206,-0.01796463,0.008380189,0.008224344,-0.03471084,-0.038054414,0.011709595,-0.018233815,0.045761637,0.019735591,-0.0030442823,-0.008040164,-0.0037969407,0.0020543148,0.02752782,0.02802369,0.019834764,-0.01136957,0.0392445,0.009159411,-0.00003378662,-0.012432148,0.016746208,-0.0045372024,0.01881469,0.027867844,0.024311755,-0.010200736,-0.03519254,0.013260957,0.02526099,0.010392,0.011688343,-0.0203023,0.0054899794,0.022484124,-0.045818307,0.028491223,-0.012913848,0.02813703,-0.0040377914,0.012984687,-0.012991771,-0.011504164,0.019296393,0.0005383722,0.011107468,0.03261402,0.03159395,0.011334151,0.016151166,0.03550423,0.009520687,0.016717874,-0.0021056728,0.0231075,0.015584459,0.03388911,-0.044486545,0.020755665,-0.011242062,0.009662364,-0.0040873783,-0.012920933,-0.021435713,-0.018290486,-0.021804074,-0.0053660125,0.038139418,0.0073742825,0.01015115,0.037799396,0.010129898,-0.038706128,-0.0014229673,0.0066836076,0.046498355,0.049076874,-0.0096836155,-0.027726168,0.006524221,0.003644638,-0.0069527933,-0.017497096,0.036892664,-0.037062675,-0.032472342,-0.008146421,-0.01752543,-0.03318073,0.015626961,-0.015896147,-0.002592687,0.0071617668,-0.028094528,0.016845383,0.009123992,-0.003145227,-0.025586847,-0.0037190183,-0.035589237,-0.011001211,0.007933906,-0.0015017751,-0.027301136,0.013289292,0.014429792,-0.0007043998,0.012481734,0.021251533,0.027669497,-0.0020808794,-0.019083878,0.010214904],"social":"https://twitter.com/_JustinTime42"},{"title":"@madebygad","description":"i capture stories onto sneakers you can display","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=tF-vxE8YnXU","youtube_transcript":"Hello, workspace. This is Mohammed, and I'm storytelling through sneakers. Why sneakers you may ask? They just made the story more interesting and they are conversation piece with Spade. I've had people in online meetings ask me about the sneakers on my wall over there, many more times than the paintings on top. I'm in the process of launching season one of stickers I've made. I started with glue, ferdant, ether, fusion as radars are still in the works. By filming good editing the process of making the sneakers posted consistently on Instagram Reels, YouTube shorts and TikTok over the past few weeks. I've had over thirty thousand pairs of eyes see my work over the past thirty days across all platforms. And forty people are following the journey, which is a job. I'll take it. For the short term future, the plan is to just keep on creating doing a better job at branding and marketing on other platforms and continuing learning and asking for feedback. Thank you.","embedding":[0.03357688,0.0068094814,-0.029466346,-0.005966295,-0.017947821,-0.0084619755,-0.0034931998,0.07389925,-0.016020538,-0.00057874946,0.019287884,-0.029330835,-0.015222522,-0.07709131,-0.0069788713,0.023684498,0.0026688348,-0.05297016,-0.021124825,0.0099074375,0.05962531,0.002064677,-0.0009020022,0.04812184,0.04146669,0.004287451,0.00594371,0.03556439,0.0076677245,0.018504925,0.0005796905,-0.02076346,-0.005808198,-0.009380447,0.016954064,-0.012113273,-0.027569177,-0.023759782,0.026756104,0.021305509,0.029842768,-0.012700492,0.021486191,-0.0011226798,0.029722312,0.010984005,-0.0094406735,0.035865527,0.037190534,0.031017207,-0.03423938,0.037310988,-0.023488758,0.046706494,0.03137857,-0.06185373,-0.012083159,0.02842742,0.0014633421,-0.0054543605,0.03255301,-0.04477921,0.08805273,-0.007374115,0.01411584,-0.015342977,-0.0390877,0.03583541,-0.04327352,0.01232407,0.11286649,0.015990423,-0.012504753,-0.002015742,-0.04797127,-0.012519809,-0.009342805,0.011044233,0.003274875,-0.028743615,-0.015945254,0.015538717,-0.005879718,-0.0058834823,-0.04730877,-0.03264335,-0.037612125,-0.033516653,-0.06558784,-0.054536078,-0.033637106,0.02823168,-0.0033727447,0.012866118,0.03583541,0.0018971689,-0.006369067,0.051735494,0.018730778,-0.0046977517,-0.0021851321,-0.016758326,-0.0032711108,-0.017059464,0.008725472,0.004468134,0.013551206,-0.0007641375,0.0038357442,-0.024949277,-0.107385784,-0.019287884,0.036919508,0.017435886,0.03598598,-0.028638216,0.040774073,-0.02803594,0.03420927,-0.0071783755,-0.049205936,0.01115716,0.03279392,-0.0126101505,-0.047429223,-0.02790043,-0.053873576,-0.0072461315,0.02377484,-0.029616915,-0.00078060594,-0.034932,0.013280182,-0.03342631,-0.042430334,-0.061733276,-0.029857825,0.0030527858,0.0040879473,0.039900776,0.015342977,-0.045712736,0.016321676,0.009786983,0.014793401,-0.037913267,0.0051494585,0.057698026,-0.011759436,-0.0022114816,-0.017631626,-0.028201567,0.0032861675,0.018504925,0.034088813,-0.017827366,-0.0131220855,0.047911044,0.0073854076,-0.0029793833,0.011044233,0.028517762,-0.004675166,-0.027252981,-0.06341965,0.004419199,-0.021712044,-0.035443936,-0.046495695,0.0015480372,-0.010359145,-0.030896751,0.010193518,-0.005936181,0.044839438,-0.010539827,0.0045660036,-0.037762694,-0.034480292,-0.015019254,-0.037280876,0.01580974,-0.047128085,-0.0007010867,-0.06534693,-0.015342977,-0.0063314247,-0.0039976058,0.039750207,0.024618026,-0.010856022,0.06649125,-0.012979045,0.004016427,-0.005089231,-0.01567423,0.023925409,0.031077433,0.013626491,0.0046826946,0.008431862,0.037762694,-0.015915139,0.025385927,-0.010306446,0.012760719,-0.05278948,-0.019634193,-0.0023055873,-0.0032033548,0.049356505,-0.02163676,-0.010366673,-0.016065707,-0.055529833,0.00087329996,-0.000065403394,-0.0009881088,-0.005281206,0.03357688,-0.02886407,0.017616568,-0.0016581407,-0.016080765,-0.007088034,0.023564043,0.03192062,-0.017104635,0.044207048,-0.01858021,0.0021945427,0.016050652,-0.016502358,-0.027222868,0.0027836438,-0.0044982475,0.02410609,-0.028803842,-0.006854652,0.01698418,0.010833437,-0.02255523,0.07365834,0.014590132,-0.0045622396,0.012640265,-0.042761587,-0.080765195,-0.025867747,0.049868442,0.06510602,0.0032974603,-0.06582875,0.029376004,0.0037171713,-0.031077433,-0.023910351,0.017842421,0.011864834,0.022254093,0.03279392,-0.023232792,-0.013513564,0.012068102,-0.0007669607,0.061522476,-0.0038922078,-0.021185054,0.02653025,-0.03716042,-0.0095310155,-0.010961421,-0.04511046,0.019589022,-0.03333597,-0.0007980155,-0.015824798,0.01270802,-0.04444796,-0.018836178,-0.0012713667,0.02382001,-0.0131220855,0.042520676,-0.040442824,0.027418608,0.01567423,0.0032805214,-0.030866638,0.037039965,-0.006771839,-0.052337773,-0.003779281,0.052096862,0.0059550023,-0.004012663,-0.034871772,-0.011172217,0.010125763,0.0062523764,0.024121149,-0.04462864,0.024196433,0.022299264,-0.041737717,-0.0011687916,0.017089577,0.015154766,-0.0032729928,-0.02397058,-0.006937465,0.02207341,-0.00235264,-0.051434357,0.014582604,0.01615605,0.058782123,0.008333992,0.014575075,-0.06727421,-0.03851554,-0.04836275,0.026229113,-0.040292256,-0.013167256,-0.061974186,0.051163334,-0.018956633,-0.009568658,-0.0005669863,0.0063389535,-0.025702123,-0.016954064,-0.0015499193,0.029812654,-0.0023281726,0.009884852,-0.053813346,0.09835165,0.029135095,-0.052367885,-0.06787649,-0.01882112,-0.004313801,0.013882458,0.012278899,0.0014849864,-0.04691729,-0.018459754,0.004599882,-0.034329724,0.036106437,0.023052108,-0.020311752,-0.0140556125,0.011503468,-0.015320392,-0.028593047,-0.024181375,-0.013257598,-0.0016261447,0.05303039,0.0062410836,0.021425962,-0.015719399,0.0075698546,-0.043574657,0.030956978,0.053813346,-0.0007528448,0.026168887,-0.0034988462,-0.03104732,-0.011360428,-0.053301413,0.0390877,0.0050929952,0.0037717526,-0.043092836,0.03643769,0.06853899,0.04718831,-0.009207292,-0.016532471,-0.038756453,0.037582014,0.025099846,-0.019046973,-0.03652803,-0.007449399,0.01159381,-0.0844993,-0.045411598,0.04764002,0.030791353,0.024572855,0.01770691,-0.0052360357,-0.0004627643,0.014176068,-0.0020929086,-0.027478836,0.0036512974,0.020176241,-0.012542395,0.039689977,-0.057517342,0.024602968,-0.020778516,0.02779503,0.027192755,-0.046254784,0.06534693,0.009041666,-0.033878017,0.0008987085,0.008763114,-0.018474812,0.054355394,0.059414513,0.012158444,-0.060859974,0.0044794264,-0.03177005,0.043845683,0.029120037,0.03036976,-0.0019988029,0.041496806,-0.016110878,-0.023699556,0.036648486,0.021079654,-0.046194557,0.011051762,-0.026364625,-0.026620593,0.010795794,0.01862538,-0.0048483205,-0.0050628814,-0.015930196,-0.060859974,-0.012685435,-0.043243404,0.024151262,-0.030475158,-0.013596377,-0.0635401,-0.020055786,0.003480025,-0.060558837,-0.026816333,0.01028386,-0.031890508,0.0010276332,0.011684151,-0.012549923,0.07913905,0.039689977,0.006146978,0.057035524,0.001932929,0.032101303,0.02163676,-0.042701356,-0.04486955,-0.023037052,0.040442824,-0.04995878,0.041557033,-0.03264335,0.025024561,0.017405773,-0.043725226,-0.04574285,0.001496279,-0.028050998,0.00591736,-0.018760893,0.0016731976,0.00426863,-0.017676797,0.049416732,-0.025897862,-0.021892726,-0.01683361,-0.0004620585,-0.056674156,0.011262558,-0.0028382249,0.014296523,0.017676797,-0.018565154,-0.035895642,-0.035203025,-0.029330835,-0.014364279,-0.015885025,-0.0035176673,0.017466,0.016457187,-0.027027128,0.104976684,-0.00022879425,0.05619234,-0.045592282,-0.015147238,-0.009064252,0.02809617,-0.029255548,0.022811199,0.010261275,0.013987857,-0.0053339056,-0.009990251,-0.012188558,0.05294005,-0.00016868429,-0.028367193,-0.031649597,0.015885025,0.015704343,0.0069675785,0.008981438,0.0034875537,-0.02759929,-0.04288204,-0.042370107,-0.0032786392,0.0030527858,0.0218325,0.02255523,0.021260338,-0.059203718,0.03716042,-0.044839438,-0.03104732,-0.008627602,0.031830277,-0.009576186,0.034420066,0.005631279,0.0015367445,-0.028683387,0.01960408,0.006591156,-0.00021573709,-0.0012741898,0.03478143,0.029993337,-0.039117817,0.051946294,-0.008725472,0.006098043,0.014236296,0.013573792,0.0024128677,0.028577989,0.04739911,-0.009034138,0.007381643,0.0039750207,0.025988203,0.025491325,0.06185373,-0.009267519,-0.002757294,-0.01280589,-0.019679364,0.009207292,-0.0495673,0.025054675,-0.051344015,0.028442478,-0.012896231,0.010682868,0.016863724,-0.017932763,0.008145781,-0.007934985,-0.007302595,-0.0029963225,0.025792463,-0.026801275,0.020447265,-0.012452053,-0.010509714,0.013235012,-0.014198653,0.009290105,-0.052458227,-0.0054317755,0.021350678,-0.008815813,0.012625207,0.011300201,-0.010351616,0.033125173,0.005330141,0.0044380203,-0.02065806,-0.036016095,-0.06679239,0.023217734,-0.0097192265,-0.015915139,0.009546072,0.04167749,0.0022227743,0.008853455,0.010712981,-0.034570634,-0.022479946,-0.03012885,0.010088121,-0.022886483,-0.0082285935,0.028246738,0.00052510924,-0.01081838,-0.014770815,0.013581321,0.0064970506,0.006553514,0.03818429,-0.007344001,-0.0005825137,0.027674574,0.025099846,0.019077087,-0.021787329,-0.009982722,-0.022103524,-0.008544789,0.038395084,-0.03128823,0.02901464,0.034480292,0.010103177,0.034269497,-0.04923605,0.011187274,-0.01868561,0.053723007,0.004520833,-0.01862538,0.045622397,-0.0032221759,-0.024633082,-0.0016082647,-0.0392985,0.02731321,-0.026409796,-0.012354183,0.016050652,-0.006805717,-0.022299264,-0.024286773,0.01635179,0.024633082,0.052699137,-0.030791353,-0.008898626,-0.016773382,0.011518526,0.019754648,0.020356923,-0.003295578,0.004419199,-0.03923827,-0.004257337,0.0288189,-0.031559255,0.042038854,0.021395849,-0.021335622,-0.019754648,0.0063916524,0.0075623263,0.005040296,-0.0056199864,-0.015335449,-0.0072160177,-0.037341103,-0.023804953,-0.01445462,-0.021787329,0.012971516,0.012301484,-0.024708366,0.000108750784,-0.010291388,-0.033516653,0.0063916524,-0.0038922078,-0.012873646,0.00278929,-0.012090688,-0.064443514,-0.0013833523,-0.028306965,-0.061793502,-0.010863551,-0.0034630862,-0.010690397,0.00829635,0.032251872,-0.0010680986,0.02314245,-0.02799077,0.006892294,0.002215246,0.0138674015,-0.034088813,-0.02921038,-0.029074866,-0.045622397,0.012753191,-0.019905217,-0.020116013,-0.011556168,-0.03128823,-0.021395849,-0.031649597,-0.0042912154,0.004415435,-0.0020703233,0.0055522304,-0.015004197,-0.014959026,0.031559255,0.012753191,0.008860984,0.0080403825,0.018896405,-0.037190534,0.008236122,0.00017633037,-0.016186163,-0.019784762,-0.011872362,-0.011066819,0.0462849,0.029195322,0.0010840965,-0.0033031066,0.032613236,-0.02818651,-0.01731543,-0.021169996,0.015734456,-0.008800756,0.039418954,-0.02556661,-0.0011000945,-0.008815813,-0.030113792,0.014627774,0.007577383,0.04182806,0.0033181636,-0.0034367365,0.019905217,0.015117124,0.011375485,0.0270723,0.012685435,0.013302768,0.038124062,0.0126553215,-0.013212427,0.008785699,-0.023714611,0.023729669,-0.0004575885,-0.0047429223,0.03360699,0.02759929,-0.015342977,0.00130995,0.018670551,-0.013551206,-0.023052108,-0.001056806,-0.03270358,-0.017887592,-0.026756104,0.0109764775,-0.0366786,-0.019905217,-0.012948931,0.011224916,-0.003022672,-0.025295585,0.026635649,-0.011699208,-0.052518453,-0.022901539,0.0646242,-0.007791944,-0.013280182,-0.014432035,0.051464472,-0.026364625,-0.004784329,-0.022811199,-0.021425962,0.009079308,-0.0036851754,-0.049205936,0.01290376,0.0006695613,-0.011872362,0.012504753,-0.033064943,0.010630169,-0.021666873,0.0021851321,-0.030791353,-0.0033746269,-0.010472071,-0.032041077,-0.009523487,0.004904784,-0.0150794815,-0.051434357,-0.0101408195,0.0046714023,-0.00810061,0.005156987,-0.0059060673,0.059504855,0.002471213,0.028668331,0.05465653,0.010155876,0.006267433,0.021817442,-0.0012676024,-0.0556804,0.008891097,-0.019664306,-0.014010442,0.023217734,-0.019724535,0.0016553175,0.018459754,-0.046013873,0.01377706,-0.012557452,0.020221412,0.0036042444,-0.030956978,0.0047655078,-0.0027648227,0.01668304,-0.020462321,-0.040322367,0.010946363,-0.009094365,-0.00092129386,0.013332882,-0.0011217388,-0.0128887035,-0.024271717,0.016381903,0.026409796,-0.009666528,0.04185817,-0.016381903,-0.0123767685,-0.00654975,0.002640603,-0.0011838485,0.03423938,-0.004517069,0.011503468,0.0082737645,0.027012073,0.034962114,-0.02318762,0.027343323,-0.02275097,0.0014671063,0.011510997,0.03420927,0.020643005,-0.00097211084,-0.019092144,-0.044417843,-0.014401921,-0.007626318,-0.032763805,0.0032146473,0.053391755,-0.00034489704,0.019709477,-0.0010323385,-0.03565473,0.011556168,-0.010073064,0.025988203,0.006696555,-0.011721794,-0.0011998464,0.011955176,-0.0013137142,-0.030550443,0.033486538,0.057306547,-0.02711747,0.0048257355,0.0043213293,-0.018038161,0.009395503,-0.022735914,0.01969442,-0.0070353346,-0.021064598,0.011217387,0.003378391,0.053813346,-0.019844988,-0.011857306,0.010682868,-0.024241602,0.00591736,0.024316888,0.05827019,0.012188558,-0.017149804,-0.00742305,0.03240244,0.014469678,0.007487042,0.010547356,0.011405599,-0.017887592,-0.012241256,-0.008123196,0.0050817025,0.012293956,0.009357861,0.025521439,-0.028111225,0.0026161356,0.0061846203,0.05083208,-0.017255204,-0.0047203368,0.0028815134,0.01858021,-0.029391062,-0.018113445,-0.042851925,0.01183472,0.017029349,0.019709477,0.01314467,-0.009395503,-0.0054882388,-0.027569177,-0.0013955861,-0.027779974,0.006481994,-0.035293363,-0.019513737,-0.01004295,0.01567423,-0.017450944,0.022088466,-0.022043295,0.01580974,0.003730346,0.007185904,0.017330488,0.0005947474,0.020612892,0.0085071465,-0.0075698546,-0.0037209354,0.030279418,0.006369067,-0.010652754,-0.013355467,0.017420828,0.01814356,-0.018806063,0.000306549,0.0039035003,0.0145675475,-0.0047692717,-0.03270358,0.0028438712,0.031318344,-0.00000363924,-0.01032903,-0.02071829,0.008868512,0.0012045517,0.031408686,0.02299188,-0.04312295,0.0015555656,-0.021139883,0.0089287395,-0.0059399456,-0.037822925,-0.015041839,-0.004234752,0.025069732,-0.034088813,-0.0037604598,0.0004987597,-0.05041049,0.036016095,0.007919927,0.009839682,0.011428184,-0.0015687404,0.03905759,-0.00067897193,-0.03866611,-0.002689538,-0.039418954,0.015388148,0.013807174,-0.001661905,-0.01668304,0.019844988,0.03827463,-0.027960656,0.0054167183,0.019348111,0.032372326,-0.013475922,-0.038635995,-0.009892381,-0.020236468,-0.068237856,-0.00130995,-0.01528275,0.008620073,0.014778344,-0.013799645,-0.0026933022,0.016412016,0.04327352,0.0034724968,0.017029349,-0.009658999,0.022931652,-0.00041406465,0.019031918,0.016110878,0.0054807104,0.029255548,-0.0063991807,0.022766028,-0.04375534,0.009734283,-0.018459754,0.018941576,0.003948671,-0.008845926,0.039539408,0.006835831,0.011172217,-0.011473355,0.020688176,0.0016317911,0.024858935,-0.02940612,-0.025777407,0.013506036,-0.0089287395,-0.023744725,-0.00248627,0.017932763,-0.020883916,-0.009515959,-0.009553601,0.0027158877,-0.0032165295,0.0234737,-0.004306272,0.024166318,-0.022479946,-0.016652927,0.014898798,-0.0039674924,-0.010780738,0.010441958,0.010178462,-0.0014840453,-0.0024919163,0.009621357,0.016848667,0.004419199,-0.015117124,0.016020538,-0.014642832,-0.005860897,0.009741812,-0.010065535,0.025220301,-0.032763805,-0.0192126,-0.008190951,-0.00863513,0.0031600662,-0.004362736,-0.01062264,0.0043702642,0.030926865,-0.008138252,0.010953892,-0.008921211,0.012459582,0.022961767,-0.007882285,-0.0111195175,-0.010359145,-0.00011092698,0.009598771,0.04730877,0.023639327,-0.03264335,0.0006940288,0.013423223,-0.043484315,0.024226546,-0.035865527,-0.0034687326,-0.0005109934,0.0028664565,-0.014439563,-0.013581321,-0.038726337,0.025581667,-0.013280182,0.0061582704,0.00601523,0.014153482,0.00645188,-0.015598944,0.10202553,-0.008190951,-0.01232407,-0.03420927,0.03938884,-0.015011726,0.005887246,-0.015915139,-0.0021042014,0.006082986,0.0036738827,0.017782195,0.0007039099,-0.007302595,0.013521093,-0.010441958,-0.019679364,0.0121433865,0.025355814,-0.018565154,0.027283097,0.007577383,0.00040512462,0.008153309,-0.0089739105,-0.0070805056,0.012775777,0.014206181,-0.02091403,0.00021938368,0.0182339,0.008717943,0.0032485253,0.013701776,0.010652754,0.045562167,0.016487302,-0.019829933,-0.0099074375,-0.013069386,-0.013739418,0.0022058352,0.025491325,-0.012738134,-0.0022190101,0.009199764,-0.0019442217,0.029391062,-0.0076526674,-0.045712736,0.0044455486,-0.012790834,-0.0052849706,0.001562153,0.024873992,-0.0024185139,0.016999235,-0.00776183,-0.008574902,0.013950215,-0.020040728,0.003240997,-0.017932763,-0.016622813,-0.0045660036,0.0018397645,-0.026710933,0.007972627,0.016080765,0.015433319,0.00045006003,0.008168366,-0.0060566366,0.038334858,-0.018083332,0.017737024,-0.02659048,-0.0023733433,0.012647793,-0.009839682,-0.010705453,-0.026906673,0.0054054256,-0.023729669,0.012075631,0.0047504506,0.013739418,0.044598527,0.032251872,0.037672356,-0.0054543605,-0.005175808,0.015102067,0.017932763,-0.0047956216,-0.010411844,-0.017571397,-0.035082567,-0.03463086,-0.020552663,0.0029831475,0.006602449,-0.021486191,0.008943796,-0.0038037484,-0.0027761152,-0.040683735,0.025190188,-0.018640438,-0.0017230735,-0.0036193014,0.0067116115,0.044598527,-0.0004771154,0.0068772375,-0.019062031,0.016035594,0.01925777,0.00756609,0.0008892979,-0.0010464543,0.01470306,-0.0029172737,0.010667811,0.01600548,0.0030828996,0.018730778,-0.03375756,0.026816333,-0.013837287,0.007942513,0.021696987,0.0097192265,-0.019995559,-0.015794683,0.006651384,-0.032432556,0.005273678,-0.026771162,0.019423395,-0.026997015,0.029571744,-0.012836004,-0.031077433,0.024663197,-0.011744379,0.011089404,0.03104732,-0.010291388,0.011066819,0.0063803596,-0.013799645,-0.0031901798,-0.0024768594,-0.007008985,-0.036016095,0.004991361,0.042189423,-0.01969442,0.00026043726,-0.007234839,-0.019378226,-0.0067304326,-0.036889397,0.015335449,0.029120037,-0.02799077,0.012113273,-0.032673463,0.00076319644,0.04233999,-0.033245627,-0.025641894,-0.015990423,0.03375756,0.0067643104,0.026951844,0.054295167,-0.0032824033,-0.010163405,0.0037811631,0.005680214,0.00043312102,0.013972799,-0.020989314,-0.015583888,-0.021290451,-0.031830277,0.0066927904,-0.0094858445,-0.018881347,-0.010780738,-0.024633082,0.026063487,0.034841657,-0.006131921,-0.04962753,-0.023729669,-0.011917533,0.019333055,0.018881347,-0.020281639,-0.031077433,0.02469331,0.01532792,0.015056896,-0.037732583,-0.0019931567,0.0375519,-0.02954163,0.0069788713,0.005017711,-0.002823168,-0.007001457,0.0055371737,-0.0064255306,-0.054204825,0.018986747,0.074260615,-0.016652927,0.03845531,-0.008108139,0.006756782,-0.046224672,-0.012723077,0.024362057,0.03634735,-0.00214749,-0.009658999,-0.017014293,0.020778516,-0.017044406,0.02251006,0.013731889,-0.0035666022,0.026409796,-0.030083679,0.0035835414,-0.0099074375,-0.010863551,0.0016741387,-0.0099977795,-0.001713663,0.012948931,-0.005258621,-0.0021983068,-0.009794511,0.0035026106,0.030956978,-0.013558735,0.021064598,0.019077087,-0.023067165,-0.017721968,-0.038756453,-0.02246489,0.014936441,-0.03399847,0.019077087,0.014921384,-0.030836524,-0.009937552,0.042912155,-0.011623924,-0.018504925,-0.001882112,0.010125763,0.0076300823,-0.015689285,0.011669095,-0.0012403118,-0.027885372,-0.0029850297,0.0049650115,-0.00208538,-0.016276505,0.0067454893,0.015147238,0.0040088985,0.0039561996,-0.02687656,-0.007547269,-0.031408686,-0.014168539,0.009041666,-0.022088466,0.00015692109,0.027539063,0.019468566,0.016622813,0.0067793676,0.025626838,-0.02100437,0.016321676,0.02755412,0.012971516,0.0036418869,-0.009832153,0.017210033,0.002452392,-0.002587904,0.00051146396,-0.015214994,-0.017857479,0.0043665,0.039750207,0.029586801,0.01163898,-0.006162035,-0.005563523,-0.0035402528,-0.007852172,-0.0027403552,-0.032522894,0.023202676,0.009455731,-0.021139883,-0.04161726,-0.039027475,0.010005307,0.007430578,0.014183597,0.028788786,0.019348111,-0.012647793,0.015214994,-0.002083498,-0.014371808,0.025220301,-0.011661566,0.035714958,0.006162035,0.026635649,-0.016186163,-0.0039223214,0.0071520256,0.005985116,0.02561178,0.001932929,-0.016758326,-0.012595094,-0.00863513,0.03725076,0.040623505,0.011104461,0.051825836,0.00043382682,-0.000011917592,-0.008326463,0.009636413,0.0054543605,0.042159308,0.048844572,0.022645572,-0.03881668,0.024136204,0.001932929,-0.010035422,-0.0039863135,0.008717943,-0.030189076,-0.04182806,-0.009365389,-0.026078545,-0.005593637,0.007106855,0.016231334,0.017842421,-0.009019081,-0.009222349,-0.017405773,-0.0075133913,0.018519983,-0.009877324,0.010848493,-0.06155259,-0.02949646,-0.003329456,0.010637697,0.00032207643,0.01751117,-0.054716762,0.018655494,0.015749514,0.023503816,0.0080855535,-0.020944143,-0.016140994,-0.015041839],"social":"https://linkedin.com/in/mogad"},{"title":"ekatra","description":"a whatsapp bot that helps you learn anything","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=4sNz8nHPyig","youtube_transcript":"Hey. Hi. This is Abhijit from India. I'm on a mission to democratize the way people learn. Very simple acts the way. That's when I thought of building our friend as part of the capital, which is a WhatsApp one that helps you learn anything. Now imagine the faculty learn a topic and I could just type in the main and AI, it basically generates the three day calls for me and sends that to me in a bite sized learning format. Over the three day period right on WhatsApp. That's what I've seen it to bill as automated item is about hundred fifty people, the doctors, engineers, students, parents, who build courses right from biomedical to spirituality to learning AI to sports, and water water. I think this is going to change fundamental way that we learn and take the education access to the masters. And I'd love for you to try it out. Cannabis.","embedding":[0.002051284,0.0031925857,0.0051999,0.05144842,-0.01896434,-0.03132175,-0.0018027594,0.06157293,-0.006167234,0.013213863,0.03028177,-0.06778222,-0.024118358,-0.031535864,0.0500108,-0.0070428057,-0.0046875565,-0.022696033,-0.0034602275,0.06484581,0.03459463,0.023950126,0.011202726,0.005276369,0.0021545172,-0.0901112,0.022665447,0.034961678,-0.031566452,-0.012632698,0.018872578,-0.018949047,-0.036338124,-0.01282387,0.013313273,-0.02000432,-0.030908816,0.008809242,0.015737344,0.021380765,-0.019071396,-0.049674336,0.058789454,0.026504194,-0.051264893,-0.007149862,-0.08778654,0.05539423,-0.00026811982,0.05251899,-0.06680342,0.04300623,-0.017113788,0.037469868,-0.00014146787,-0.0068095746,-0.010850968,0.051784884,-0.02532657,0.03092411,0.02520422,-0.0006366054,0.024408942,0.010369212,-0.033340532,-0.01908669,-0.015936164,-0.0017425399,-0.017052613,-0.015117944,0.02703948,0.007891613,-0.01114155,-0.035389908,-0.02456188,-0.02040196,-0.03740869,0.008365721,-0.026259495,-0.020294903,0.053895433,0.010713323,0.005914886,-0.0023074555,-0.04380151,0.0003450669,-0.03676635,0.006878397,-0.05080608,-0.06105294,0.0018170973,-0.027513588,-0.06717047,0.012969162,0.026412433,-0.01624204,-0.0073104473,0.025173632,0.026412433,0.028339455,0.026397139,0.0011001994,0.03196409,0.008648657,0.007776909,-0.012540935,-0.006989277,-0.0060869413,-0.018459644,-0.0030300887,-0.1153766,-0.01530147,0.03251467,-0.04499443,0.011080375,-0.03939689,0.01260211,-0.0891324,-0.031749975,-0.032178205,-0.07071864,-0.011883301,0.05964591,-0.02924179,-0.03716399,-0.07267625,-0.025938325,-0.028247692,-0.018704345,-0.003553902,0.034869917,0.0058881217,0.058789454,-0.031229986,-0.002894356,0.0067981044,-0.057718888,0.04019217,-0.025632447,-0.020814894,0.030434707,-0.049674336,-0.011738009,-0.010644501,-0.0036131656,-0.07316565,-0.041629788,0.014292077,-0.0040452164,-0.033738174,-0.018627876,0.0069013378,-0.016731443,-0.017129082,-0.006576344,0.031000579,-0.020019615,0.04713556,-0.017067907,0.014376193,0.0023074555,-0.018826697,-0.01604322,-0.024867756,-0.030755877,0.0045193247,-0.048297893,-0.031780563,-0.038540434,0.0014098993,-0.049184933,-0.029302964,0.037102815,0.008939239,0.005134901,-0.018260825,0.0574436,-0.058789454,-0.014934418,-0.055669516,-0.019545507,0.0125332875,-0.08264782,0.008189842,-0.016425567,-0.056617733,-0.0225278,0.0011326987,-0.013550327,0.010116864,0.012862105,0.040498044,0.037469868,0.022390157,0.0069357487,-0.034502864,0.050255504,-0.0056357738,0.041782726,-0.035022855,0.017542016,-0.0064960513,-0.0012493142,0.024118358,0.019285511,-0.01604322,0.016272627,0.0077730855,-0.03379935,-0.018734934,0.07463386,-0.019973733,0.012395644,0.0075780894,-0.06172587,-0.06374466,-0.04025334,-0.004981963,-0.03795927,0.023659544,-0.0029975893,-0.016012633,0.055149525,-0.015569112,-0.010980965,-0.016058514,-0.0087404195,0.0014070317,0.042700354,-0.045147367,0.039672177,-0.02364425,-0.00067006063,-0.026427725,0.025861856,-0.05508835,0.034655802,-0.01564558,0.018474938,-0.012770343,-0.010613913,-0.006706341,0.039152186,0.04025334,0.012242706,0.014567367,-0.04988845,-0.04848142,0.023934834,0.05236605,0.025173632,0.013764441,-0.008977474,-0.005092843,-0.051937822,-0.051937822,-0.022374863,0.033493474,0.050928432,-0.045575593,0.008992768,-0.0042210952,-0.014620895,-0.00604106,-0.011294488,0.014422075,-0.009352173,-0.0041102148,-0.020631367,-0.013535033,-0.0040566865,0.021090182,-0.0058345934,-0.008648657,0.013420329,-0.0010925524,-0.004974316,-0.011523896,-0.025968911,-0.0023170142,-0.008304546,0.016486742,0.015309117,-0.0023265728,-0.033646412,0.016104396,0.010698029,-0.0016077631,-0.029868836,-0.0450556,0.0150644155,0.0036858113,0.018903166,-0.040314518,0.008801595,0.020952538,0.038020443,0.029471196,-0.0041216854,0.0002473298,0.026152438,-0.07004571,0.006966336,0.010292743,0.0076660286,0.0023227495,0.023460725,0.008212783,0.02944061,-0.023904245,0.005035491,0.06655872,0.026335964,-0.013588562,-0.02364425,-0.032239377,0.030174714,-0.05796359,0.029410021,0.009665696,-0.011814478,-0.029868836,-0.012785636,-0.051693123,-0.0065992847,-0.015844401,0.02876768,0.015798518,-0.020172553,-0.023690132,0.01908669,-0.010048042,-0.011386251,-0.00024434272,-0.032789957,0.0047181444,-0.007883966,-0.012900339,0.013795028,0.07445033,-0.041385084,-0.04988845,-0.048756707,0.025035989,0.008878064,0.025265396,-0.023934834,0.02220663,0.013198569,0.01530147,-0.025861856,0.004236389,0.03315701,0.016716149,0.014001495,-0.02456188,0.009497464,-0.041629788,-0.0051884293,-0.039121598,-0.08056786,-0.005234311,0.008954533,0.019101985,0.04107921,-0.0072301547,-0.04637087,-0.014230902,0.026672427,-0.0034258163,0.008036904,-0.04756379,0.020141965,-0.029348847,-0.03459463,-0.0049704923,0.010613913,0.019407861,-0.0053146034,0.041629788,0.055547167,0.016287921,0.010552738,-0.035389908,-0.0058957688,0.055210702,0.003934336,0.0014098993,-0.008954533,-0.018949047,0.054262485,-0.025035989,0.013665031,0.010407447,0.02560186,0.0025731858,0.026748896,-0.009566287,-0.011202726,-0.029180614,-0.0043166815,-0.038356908,-0.017144376,0.02564774,0.06429523,0.032942895,0.019621976,-0.019453743,-0.00068678823,0.010912143,0.034900505,-0.018291412,0.05704596,-0.01540088,0.013405036,0.0046607926,-0.015874987,0.006996924,0.11029905,0.025051283,-0.012326822,-0.02391954,-0.018658465,-0.009925691,0.04288388,0.0730433,0.057780065,-0.025586566,-0.024760699,-0.05316133,0.011768597,0.026565371,-0.013817969,-0.010392153,0.018918458,0.01104214,-0.024837168,0.050836667,0.0055325404,0.014223255,-0.004255506,0.02148782,-0.043587394,-0.02879827,-0.014972652,-0.011156844,-0.045300305,0.005999002,-0.03312642,-0.009015708,-0.036552235,-0.041201558,-0.016349098,0.027712407,-0.03184174,-0.04548383,0.010988612,-0.02216075,0.023506606,0.032208793,0.02488305,0.0027223006,-0.037011053,-0.0026228908,0.002150694,0.0025158338,-0.018597288,-0.016746737,-0.013152688,0.0004578588,-0.0043663867,-0.012625051,-0.020646662,-0.0066757537,-0.04572853,0.002676419,0.018505527,-0.03468639,-0.037347514,0.0027911228,-0.018780814,0.05004139,0.003590225,0.062429387,-0.013389742,-0.013244451,-0.035756957,-0.018780814,0.024775993,-0.009168647,0.033768762,0.0314441,0.018903166,-0.019132573,-0.0072760363,0.0075972066,-0.051173132,-0.035389908,0.026595958,-0.015997339,0.030144125,-0.022650152,-0.046217933,0.041262735,0.0026037733,0.021151356,-0.027605351,-0.015018534,-0.0053566615,0.03532873,-0.031597037,-0.07701969,0.01052215,0.025785385,-0.022512507,-0.007891613,0.04588147,0.030342944,0.005375779,0.012632698,-0.005192253,0.020967832,-0.014536778,-0.017129082,0.014490898,-0.013397389,-0.021594878,0.007440445,0.013045631,-0.029410021,-0.009298644,0.006652813,0.027100654,0.04520854,-0.03872396,-0.033432297,-0.010170393,-0.0052381344,-0.008725126,-0.0032442021,0.0013267391,0.012785636,0.008449838,0.03052647,-0.01740437,0.022619564,-0.023934834,-0.024256004,0.011852713,0.0050431383,0.017847892,-0.001489236,0.019606682,-0.037500452,0.056525968,-0.008113373,-0.009535698,-0.024515998,-0.003280525,0.021350177,0.003267143,-0.010070982,0.017572602,-0.0006781855,0.045300305,0.04019217,-0.011554483,-0.017817304,0.00034817343,0.0103998,-0.0045881467,-0.040100403,-0.02424071,-0.032392316,0.026565371,0.01904081,0.011348017,0.02424071,-0.03327936,0.055118937,-0.017419664,-0.020371372,-0.023690132,0.011057434,-0.012426231,0.014284431,-0.004572853,0.045330893,-0.006366054,0.009436289,0.010292743,-0.015691463,0.050622553,-0.00265539,-0.015706757,-0.017266726,-0.0070236884,-0.012334468,-0.014659129,0.012051533,0.014391487,-0.010055688,-0.010912143,-0.0048175543,-0.0035711078,-0.020876069,-0.048787296,-0.002697448,0.019774914,-0.022833677,0.0049551986,-0.0036762527,-0.016027927,-0.0225278,0.011233313,0.0019021692,0.0064042886,-0.009214528,0.0524884,0.017144376,-0.018551407,-0.048114367,-0.011913888,0.025693623,0.002513922,0.04517795,0.0057504773,-0.009986866,-0.014269137,0.0051501947,0.0024278944,0.021747816,0.0042746235,0.0035022856,0.01696085,-0.006021943,-0.010636854,0.006090765,0.013076219,0.0012951957,0.010262155,-0.020692542,0.011952123,-0.014452662,0.044933252,-0.010568032,-0.045912057,0.012204471,0.03948865,-0.03508403,0.034380514,0.009459229,0.08001728,0.0051081367,0.0034468453,0.002550245,-0.034961678,-0.054415423,-0.0034793448,0.012839165,-0.022328982,0.032208793,0.03535932,-0.032575842,-0.029318258,0.03248408,-0.015515584,-0.0043587396,0.0112715475,0.017067907,0.023980714,0.019973733,-0.0004643109,-0.055914216,0.0002901047,-0.026213612,-0.0025043634,-0.042149775,0.010506856,0.0035596373,0.0024909815,-0.0016412184,-0.043495633,-0.004083451,0.012403291,0.019025516,0.021304296,0.007975728,0.009053944,-0.042425066,0.009130413,0.00038043383,-0.006316349,0.018077299,0.014185021,-0.019973733,0.014720305,0.016257335,-0.0034793448,-0.0576883,-0.009275704,-0.014414428,-0.041660372,-0.011531543,0.007784556,0.018245531,0.005234311,-0.003070235,0.047104973,0.02807946,-0.033615824,0.0037966915,0.0105297975,0.031092342,-0.016547916,0.019545507,0.0031772917,-0.06080824,0.016547916,0.0023284846,-0.0048901998,0.012647992,-0.006752223,-0.0034736095,-0.027819464,-0.04416856,0.0043931506,0.009627461,-0.050622553,-0.008105726,-0.011822125,0.002697448,0.020310197,-0.022023106,0.021732522,0.009313938,-0.05680126,-0.021426646,-0.045330893,-0.038356908,-0.027788876,-0.0056740083,0.012105061,0.017220845,-0.018153768,-0.0051081367,0.016180865,0.029150026,-0.046982624,0.029226495,-0.0022233396,0.016670266,-0.038020443,0.057933003,-0.0023342196,0.015798518,-0.022787796,-0.0044581494,-0.021013713,0.020891363,-0.00053719553,0.0138026755,-0.006106059,0.026183026,-0.005016374,0.053864844,0.028048871,-0.009505111,0.030098245,-0.014085611,0.0006313481,0.0121662365,-0.008901005,-0.002760535,0.028782975,-0.021396058,-0.0010237303,0.0040375693,-0.013313273,0.014934418,0.022359569,0.012777989,0.0057351836,-0.03545108,-0.0032652311,-0.05123431,0.019193748,-0.024592467,-0.013259744,-0.050622553,0.0071422155,0.01792436,-0.016532622,-0.0033818467,0.0088933585,0.02436306,0.021212533,-0.055822454,-0.0019270217,0.023384256,-0.0003954887,0.041782726,0.000095586394,-0.0006863103,0.00886277,0.033615824,0.009573934,0.012128002,-0.01876552,0.008082786,0.0041675665,0.0018677581,0.0057925354,-0.011003906,-0.034869917,-0.0031600862,0.06912808,-0.035512257,-0.022772502,-0.03272878,0.037714567,-0.020294903,-0.03184174,0.0029249436,0.0678434,0.020937243,0.0065992847,0.007593383,-0.0019231982,-0.026947716,0.017190257,0.033034656,0.030052362,-0.008824536,0.022940734,0.02255839,-0.023858365,-0.007432798,0.020860774,0.029593548,-0.018780814,0.0047181444,0.025433628,-0.008006317,0.00782279,0.014590307,-0.026519489,0.0011202726,-0.009428642,-0.023506606,-0.021686641,-0.0039993348,-0.010659794,0.020646662,-0.034196988,0.01676203,-0.008006317,0.015752638,0.023414843,-0.022068987,-0.006377524,-0.014070317,0.011906241,0.006687224,0.053987194,-0.018780814,0.019193748,-0.010850968,0.011814478,0.021365471,0.015056768,0.030862935,-0.015385586,0.019407861,0.02572421,0.03535932,-0.004549912,0.029012382,0.013167982,-0.024531292,-0.0013391654,-0.033615824,0.01812318,-0.022986615,0.0021870167,-0.029257083,0.009650403,0.02936414,0.0048519652,0.028553568,-0.02832416,-0.023445431,0.0036361064,-0.0079986695,-0.0032442021,0.0339217,-0.002311279,-0.012816223,-0.0048290244,0.033982873,0.02564774,0.017664365,0.007968082,-0.017251432,-0.002318926,0.022986615,-0.028308867,0.027253592,0.019071396,0.015446762,0.0017836421,-0.018107887,0.01302269,-0.0030377356,0.008832183,-0.0026095086,-0.023108967,0.025877148,-0.0069586895,0.0006753179,-0.044137973,-0.0104533285,-0.0028752387,0.009772753,-0.03112293,0.040222753,-0.04025334,0.023170142,0.051999,0.02916532,0.057871826,0.014636189,0.014177374,-0.0034793448,-0.003406699,0.013917379,0.016165571,-0.00948217,0.00036083863,-0.03337112,0.000029751265,-0.0052266642,-0.0314441,0.009214528,0.018214943,-0.033187594,0.024454823,-0.024485411,0.02936414,-0.006446346,0.017129082,-0.030633528,0.03716399,0.011608012,-0.026183026,-0.01010157,0.020769011,0.03676635,0.014567367,0.03560402,0.0059301797,-0.02632067,-0.008901005,-0.04019217,-0.020585487,0.013665031,0.0067981044,-0.020187845,0.024332473,0.029104145,-0.00054771005,0.011363311,-0.0050890194,0.026228907,-0.0012340203,0.0022462802,0.007914553,0.012135648,-0.008686892,0.0023476018,0.006301055,0.0087404195,0.003855955,-0.013672678,-0.040620394,-0.005425484,-0.034502864,-0.0014022524,-0.0039458065,0.004561383,-0.018230237,-0.025586566,-0.025066575,-0.0024642171,0.0311994,-0.041385084,-0.042700354,-0.04364857,-0.009459229,0.035695784,-0.020356078,0.012510347,0.032117028,-0.0037622806,0.022680739,-0.004714321,-0.0131221,-0.0082204295,-0.0024756875,0.0027987696,-0.029930012,-0.026488902,-0.009512758,0.027895933,0.017251432,-0.021533703,-0.008595129,0.0060066488,0.0012808577,-0.03048059,0.032055855,-0.013275038,0.0045805,0.0020761364,-0.0006007605,-0.028752387,-0.012150942,-0.020753717,-0.008136313,0.004496384,-0.003548167,-0.02124312,-0.015951457,-0.036827527,-0.03483933,0.028370041,-0.020325491,-0.009573934,-0.0032537607,0.005329897,-0.018566702,-0.01772554,0.018199649,0.025892442,0.034625214,-0.013106806,-0.02000432,-0.008748067,0.020860774,0.013718559,-0.022956029,-0.004507854,-0.0038980132,0.020509016,-0.0012493142,0.011898594,-0.0082204295,-0.0064081117,0.024515998,0.016257335,-0.024470117,-0.020065496,0.006021943,-0.0005940694,0.038448673,-0.031061754,0.036154598,-0.005739007,0.019698445,-0.0011604188,0.00019487676,-0.009298644,-0.00010604115,-0.011822125,0.0170832,-0.03964159,-0.016440859,0.009252763,0.0014815892,0.0018285677,0.0027758288,0.016777324,0.01668556,0.0059531205,-0.009696283,-0.04312858,0.0007847643,0.0025980382,0.037102815,0.00958158,0.020279609,-0.00024971945,-0.0066566365,-0.012410938,0.004301388,0.008855123,-0.004572853,0.0302053,0.029700605,0.01260211,0.010789792,0.029792367,-0.017327901,-0.010040395,-0.009994513,0.026978305,0.003968747,-0.025984205,0.026993597,0.013275038,0.008923946,0.0030950874,-0.0011059346,-0.006469287,-0.0049781394,0.016593797,-0.011913888,-0.015813813,0.03768398,-0.011592718,0.016976144,0.0069242786,-0.062123507,-0.00060362805,0.016532622,0.027957108,0.025464216,-0.010407447,-0.01260211,-0.018597288,0.009336879,0.008809242,0.0037450748,-0.017450253,-0.023613663,0.0058001825,-0.038571022,-0.020876069,-0.042853292,-0.012319175,0.026228907,-0.019698445,0.0030817054,0.04211919,0.018413763,0.026534783,0.024210121,0.08362663,-0.004874906,-0.011095668,0.004213448,0.04355681,0.0031065578,-0.021197239,-0.0016029838,-0.042792115,-0.0132062165,0.0071422155,0.0017262903,0.028905325,-0.002009226,-0.018245531,-0.0065457565,-0.019010222,-0.022971323,0.0010820379,0.0068822205,-0.016945556,0.024439529,-0.0030014128,-0.012716814,-0.015469702,-0.031015873,0.04288388,0.019621976,0.011699774,0.025127752,0.008365721,-0.016716149,0.034747567,0.023506606,0.03545108,0.016792618,-0.018811403,-0.038540434,0.028553568,0.0009314894,-0.0085416,0.015874987,-0.010965671,-0.0033780232,-0.0059607676,0.018092593,0.022038398,-0.0031161164,-0.04132391,-0.013359155,-0.011822125,0.019147867,-0.0008397265,0.026871247,-0.016807912,0.0060448837,0.0041063917,0.049307287,0.01114155,0.0017329813,-0.00938276,0.05753536,0.0112715475,-0.005165489,-0.030817054,-0.013848557,-0.018933753,-0.01507971,0.007398387,0.0472885,-0.025739504,-0.0155844055,0.032851133,-0.0009166735,0.015010887,-0.004656969,-0.009818634,0.0007474856,-0.0000741392,0.032055855,-0.02084548,-0.004863436,0.0010677,0.0002535429,0.015446762,0.020050202,-0.0250054,0.0041408027,0.01792436,0.0066681067,-0.010323331,-0.0049666693,0.030113537,0.022711327,-0.023093672,0.004798437,-0.042180363,0.012793283,-0.0013410771,-0.012342115,0.020707836,0.030511176,0.013244451,-0.0050469614,-0.020065496,0.02404189,-0.045667354,-0.0007546546,0.017511427,0.016654974,-0.0016364391,0.024225416,0.012410938,0.012625051,0.054354247,0.010178039,-0.016777324,0.0076660286,-0.010323331,0.005352838,0.017664365,0.029517079,-0.009910397,-0.0032614078,0.0084421905,0.0009797605,0.027712407,-0.03379935,0.035542846,0.022420745,0.022848971,0.018169062,0.03236173,0.02280309,-0.010353918,0.021212533,-0.02424071,-0.013167982,-0.012938574,0.036644,-0.018276118,0.016379684,0.018750226,-0.02911944,0.022344276,0.011164491,0.019377274,0.028354747,-0.010552738,0.013909732,0.017312607,0.037378103,0.0075780894,0.019254923,0.008273958,-0.002248192,0.044902664,0.03084764,-0.030495884,-0.026855953,0.021029007,-0.0029842071,-0.016410273,-0.011890948,0.02572421,-0.009826281,-0.007727204,0.00179798,0.0035768428,-0.008503365,0.014399135,0.033493474,-0.011799185,0.0013477681,0.025387745,-0.033860523,0.0042172717,0.0031008227,-0.019499624,-0.016777324,-0.03272878,0.0026362727,0.029226495,-0.014835008,-0.0210443,0.008159255,0.0023934834,-0.0017129082,-0.008702185,-0.019576093,-0.020096084,0.005999002,0.004362563,0.009436289,0.021854874,0.027635938,-0.030755877,-0.0034946385,-0.027834758,0.028981796,0.005459895,-0.015515584,-0.023154847,0.021334883,-0.0013477681,0.021931343,-0.020371372,-0.02220663,0.0143609,-0.0010992435,-0.019652562,0.026213612,-0.021946635,0.005739007,0.011799185,0.001959521,0.014689717,0.011554483,0.025907736,-0.024592467,0.021671347,-0.0053451913,0.042639177,-0.05077549,0.007830437,0.021625467,0.023904245,-0.026060674,-0.019514918,0.014345606,0.014001495,0.016777324,-0.0077042636,0.031627625,-0.015049122,0.037898093,-0.0039228657,-0.017496133,0.019514918,-0.024179535,-0.019897263,0.020876069,0.021870166,0.0067981044,0.0007976685,-0.00552107,-0.002037902,-0.034074638,0.026932422,0.00037684935,-0.013450918,0.033676997,-0.016410273,-0.015156179,-0.011600365,0.040498044,0.010277449,0.00719192,0.013787381,-0.010147451,-0.010682736,0.016914967,0.0075666187,-0.015003241,-0.0009224087,0.009497464,-0.038540434,0.004396974,-0.04716615,0.025708916,0.0042210952,-0.028920619,0.02780417,-0.021640759,-0.002571274,0.035726372,-0.01416208,0.038571022,-0.0086639505,-0.0393663,-0.031658214,0.012846812,-0.0065036984,0.019637268,-0.0014586484,0.014643836,-0.02468423,0.00656105,-0.008335133,0.023950126,0.0022787796,0.020860774,0.00025927808,0.058147114,0.010162746,0.011546836,-0.026580665,0.029700605,-0.013634443,-0.012961515,0.0030262652,-0.00057304045,0.0055822455,-0.0420886,0.008679245,0.064906985,0.022741916,0.021273708,-0.030648822,0.010843321,0.045514416,-0.007012218,0.009352173,0.014299724,0.015767932,0.0018581995,0.023414843,0.005861358,-0.009833928,0.021334883,0.020356078,-0.005092843,0.012900339,0.018887872,0.0070160413,-0.001137478,0.026473608,-0.0048175543,0.018107887,0.015653228,0.008763361,0.025984205,0.0420886,0.0027547998,0.005589892,0.004748732,-0.0054063667,0.00011942325,0.0022443684,-0.015354998,-0.049613163,-0.016180865,0.005375779,-0.0053490144,0.02520422,0.00479079,0.018826697,0.0039152186,0.028920619,0.019270217,0.011072728,0.055700105,0.030495884,0.009841575,-0.012777989,0.013963261,0.026871247,0.0023093673,0.024011303,0.031597037,-0.037194576,0.0041102148,-0.012816223,0.025357159,-0.005375779,0.014636189,-0.033493474,0.00008238352,-0.013596209,0.0038158088,-0.002324661,-0.010514503,0.038020443,0.0008793948,0.02116665,-0.022130162,-0.034869917,0.02736065,0.010552738,-0.023537194,0.010835674,-0.037714567,0.04484149,0.030694703,0.0068860436,-0.008281605,-0.002253927,-0.039305124,-0.010774498],"social":"https://twitter.com/iabheejit"},{"title":"madlad","description":"a bot that can do anything a community moderator can.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=VIqythfrmTg","youtube_transcript":"Hi. I'm Alicia. Hi. Hi, Alicia. And we're working on a dispute report for Magazines Direct. I'm at a dispute portal. And when you think I'm only to market it, can they answer to attend this question and watch more and make sure you have. This is a working progress landing page. You can start in the port in your community in two steps. Step one at the bottom of the discolters. I was signing by clicking on admit to discolters and go to dashboard. Subscribe to a plan, and finally add the bot to your Discord. See my is in step two, train the bot. Let's take an example of this q one road map log of four bytes copy the link, paste it in the box and click on train, and that's it. Now let's test Maddy. Let me ask if it can give me the highlights of the road map. Get you both with the perfect answer. We started by making Mary aboard for all community platforms. But within a few days, we realized that we focus on only one platform at a time and then scale it. So we chose Discord. We are in two different Discord communities right now with over twelve thousand community members to date around fifty unique people have asked around two hundred questions to Mary. We had a lot of ups and downs in this journey six weeks. We got positive comments. We got negative comments, but we took all the feedback we reiterated and we launched. We launched. We launched. Being active on social media especially quicker and leveraging our connection has helped us a lot. I guess when when I explained the idea to my dad, he wanted to fund my project right away, and that means a lot to me.","embedding":[0.040383205,0.0287267,0.019996515,0.050202634,0.008665157,-0.0008296318,-0.019021075,0.005003193,-0.014631596,0.047146253,0.026304359,-0.030352434,0.0037513787,-0.005186088,0.041000985,-0.0019742495,-0.03030366,-0.03469314,-0.034367993,0.04844684,0.055957727,0.025426462,0.03797712,0.015948439,-0.010429077,-0.031149043,-0.00788074,-0.003472972,-0.020289147,-0.01892353,-0.024239678,-0.028905531,-0.026678277,0.02952331,-0.015672065,0.009982,0.01905359,-0.003068571,0.011591475,-0.009811298,-0.04174882,-0.01747663,-0.0062793936,0.013290366,-0.04565058,-0.01083551,-0.063956335,0.05166579,0.04265923,0.040090572,-0.049454797,0.038822502,-0.01692388,0.03573361,0.012973349,-0.02945828,0.01558265,-0.0039667883,-0.03306741,0.010656679,0.002154096,-0.008746443,0.021069499,-0.002412181,-0.00293648,0.005897346,-0.055957727,-0.0069174934,0.012209254,0.026271844,0.050722867,0.03553852,0.013810601,-0.02976717,-0.03311618,-0.02537769,-0.042756777,0.0060111475,-0.005027579,-0.055437494,0.018663414,0.023410553,-0.051405676,-0.012623816,-0.00237357,-0.025101317,0.014143877,0.020159088,-0.0019457991,-0.045292918,-0.010404691,0.030287404,-0.023719443,0.020776866,0.06330604,-0.01783429,-0.017411599,0.011908494,0.025263889,0.011526447,0.018468326,-0.017915577,-0.030937698,-0.014412122,0.031051498,0.014834813,0.038594898,-0.0118028205,0.014672239,-0.031685535,-0.12127967,-0.0128595475,0.019931486,-0.028352782,0.001358503,-0.014469023,0.0071979323,-0.036188815,0.049584854,-0.042984378,-0.08440805,0.038204722,0.009071589,-0.012006038,0.035148345,-0.028596641,-0.041000985,-0.044642627,-0.011363873,0.017314056,0.01533879,0.011274458,0.061095044,-0.019118618,-0.032287057,-0.019671367,-0.04035069,-0.034465536,-0.033555128,-0.0026580733,0.011892236,-0.020533007,0.01819195,0.0052511175,-0.055437494,-0.041911393,-0.015054286,0.026434418,-0.05683562,-0.006202171,-0.020467978,-0.0039363056,-0.045292918,-0.0056575504,0.011949137,0.0024995643,-0.0010800964,0.02927945,-0.006519189,-0.032726005,-0.028596641,0.0039220806,-0.02355687,-0.034172907,-0.050007544,0.004074493,-0.015233117,-0.0137455715,-0.06828078,0.011022469,-0.060672354,-0.05143819,-0.021703534,0.0037371535,0.036611505,-0.07198745,-0.010038901,-0.05690065,0.011851593,-0.028840503,-0.029978516,-0.007527143,0.00034318207,-0.049519826,-0.058786504,-0.0099169705,0.008112407,-0.014501537,-0.01570458,0.0066248616,-0.010372176,0.029393252,-0.0065720254,0.006815885,0.012615687,-0.043732215,0.100145146,-0.0002104562,-0.006641119,-0.011835336,-0.009486152,0.033977818,0.039602853,-0.008722057,-0.027913835,0.012217383,-0.015062415,-0.042138997,-0.0003279408,0.0063241012,0.07413342,-0.014631596,0.023816988,0.014517795,-0.05800615,-0.046333387,-0.047796547,0.017297799,-0.026824594,-0.012542529,-0.052055966,0.05338907,-0.0105510065,-0.014192648,-0.019134877,0.045195375,0.07107704,-0.031214071,0.040578295,0.008173373,0.053876787,0.050690353,0.014160134,-0.05108053,0.035408463,-0.03914765,0.00071887876,-0.033880275,0.05023515,0.010307146,0.029783428,-0.0070760027,0.01838704,-0.0047024325,-0.0066370545,-0.018403297,-0.05729083,-0.09104104,0.0035644195,0.04509783,0.050170116,0.040740866,0.011835336,-0.03275852,-0.009949486,-0.024451023,-0.01046972,0.011656505,-0.016135398,-0.04174882,0.008112407,0.052381113,-0.05881902,0.0138593735,-0.0073686345,0.0017649363,-0.010485977,-0.011697148,-0.03895256,0.0006411484,-0.022353828,-0.016037855,0.050787896,0.008860244,-0.016728792,-0.028206466,-0.030710096,-0.03651396,0.011355745,-0.013249723,-0.022370085,-0.010380304,-0.010802995,0.012591301,0.001835046,0.06506183,0.0236219,-0.007645009,-0.02666202,0.019313706,-0.031864364,-0.04090344,0.023085408,-0.0077628745,0.008405039,-0.03103524,0.025458977,0.017866805,-0.02697091,0.066720076,0.035636064,-0.00362132,0.023459326,-0.015005515,0.044837713,0.02550775,0.02976717,-0.01181095,0.0114939315,-0.02069558,0.0250688,0.024727399,-0.02258143,0.002924287,-0.022792775,0.018728442,0.058428843,-0.027442371,-0.0021479996,-0.0003838254,-0.016590605,-0.028531613,-0.009608082,-0.026027983,0.007510886,-0.017980605,0.06616733,0.009754398,-0.0006345439,-0.008287174,0.028320268,-0.011054983,-0.006381002,-0.021703534,0.0060964986,-0.008632642,-0.014460894,-0.018029379,-0.012924577,0.05807118,-0.01034779,-0.031230329,0.0008108343,0.023101665,0.009404865,0.017200254,-0.00072802353,-0.002436567,0.000026291149,0.009469894,-0.023117922,-0.042691745,-0.004856877,-0.012420599,0.0020270857,0.0051332517,-0.014680368,-0.0067833704,0.0027820354,0.012209254,-0.01612727,0.028043892,0.0034953258,0.033327524,-0.012973349,-0.0076368805,-0.072052486,-0.022939092,0.029263193,0.013509841,0.01850084,0.017915577,-0.03914765,0.038237236,-0.03622133,-0.0012822968,0.046528477,-0.007982349,-0.02306915,0.055957727,0.057811063,-0.037782032,-0.0063078436,-0.017622944,-0.012729488,0.05725831,0.0014519827,-0.039537825,0.000892629,0.009079718,0.06411891,-0.042529173,-0.019199906,-0.017525401,-0.051340647,0.017606687,0.001052662,0.036709048,0.028694186,-0.02282529,0.032579686,-0.03433548,-0.0760843,0.0059623756,-0.000025036921,0.054689657,-0.026857108,-0.019898972,-0.011981651,-0.0024548566,0.016680019,-0.038074665,0.091821395,-0.026027983,-0.019622596,-0.033392552,-0.021866107,0.010209602,0.043667186,0.04919468,-0.0005959327,-0.036123786,0.049454797,-0.029604597,0.017964348,0.05075538,0.013282238,0.03706671,0.0015586715,-0.06636242,-0.090065606,0.008933403,0.036058757,-0.016842593,-0.0018624803,-0.013176565,-0.051958423,-0.012818904,0.02945828,0.013095278,-0.009120362,0.0023654413,0.011071241,0.017639203,-0.026694534,0.0052186027,0.017574172,-0.011989781,-0.025832895,0.02836904,-0.027426114,-0.08037624,-0.02471114,0.04096847,-0.03145793,-0.025296405,0.046495963,-0.009437379,0.018061893,-0.009071589,-0.0010069383,0.075564064,-0.025410205,0.055177376,-0.011404516,-0.0141113615,-0.024743656,0.015176217,-0.0013727283,0.0022922833,0.0024772105,0.00063860824,0.0047796546,0.0014702722,-0.08109156,-0.031246586,0.038627412,-0.006962201,0.013737443,0.0006792515,-0.015192474,-0.006555768,0.025979212,0.049877487,0.031392902,0.016021598,-0.05306392,0.042984378,-0.029734654,0.059729427,0.012152353,0.042821806,0.031214071,-0.021329615,-0.010331533,-0.0536817,-0.014940485,-0.029133134,-0.004942228,-0.01107937,-0.015509492,0.0250688,-0.015818382,0.046040755,0.02020786,0.0060111475,-0.029425766,-0.031002726,-0.006137142,0.0055437493,-0.052055966,-0.028661672,0.026434418,0.032400858,-0.0081246,0.009575567,-0.0025422398,0.0018248851,-0.006681762,0.028759215,-0.009811298,-0.02136213,-0.010388433,0.019411251,0.014517795,0.014152005,-0.033002377,-0.026548218,-0.03839981,0.017216511,-0.00032946494,-0.05338907,0.015728965,0.03012483,-0.013485455,-0.012770132,-0.02575161,-0.0013056668,-0.0036091271,0.006519189,0.0124368565,0.008132729,0.019427508,0.016842593,-0.00760843,0.013761829,-0.02910062,0.0041862624,-0.022012424,0.033132438,0.05820124,0.02550775,0.018045636,-0.01144516,0.03657899,-0.020354176,0.007815711,-0.037814546,-0.006681762,-0.014233292,-0.0072710905,0.0006172705,0.011623991,0.025816638,0.007592173,0.015103059,0.0037391856,-0.013070893,-0.013079021,0.013542355,-0.0024751783,-0.01229867,-0.016940137,-0.016623119,0.03056378,0.0025869475,-0.055665094,-0.010689194,0.0118597215,-0.030466234,-0.029783428,-0.0474714,0.011412645,0.0064379023,0.0018604482,0.009429251,-0.0054583983,-0.009412994,0.017492887,-0.00242031,0.0048284265,-0.0029710268,0.0008377605,0.056152813,-0.005308018,0.0064744814,0.0029141263,0.013550484,0.017151482,0.02197991,0.012371828,0.00075444166,-0.0287267,-0.034107875,-0.003034024,-0.0035928697,-0.014517795,0.0119166225,0.007413342,0.022240026,0.017086454,-0.0009500377,-0.00004902601,-0.019638853,-0.010022643,0.024694882,0.014680368,0.0034465538,-0.00058272365,-0.013656156,-0.008835859,-0.041586246,0.0065273177,-0.0054502697,0.012940834,0.007978285,0.0062672,-0.015029901,-0.024093362,0.006567961,0.010014514,0.020419205,0.0017141321,-0.0069215577,0.010445334,-0.035701096,-0.015054286,0.03706671,0.0044585727,-0.03908262,0.0025137896,0.030905183,0.0045683095,-0.010331533,0.0028430005,-0.0069906516,0.009055332,0.034367993,0.006714277,-0.020110317,0.013095278,-0.014217034,0.05794112,-0.010957439,0.024629854,-0.0138593735,-0.031327873,-0.018825987,-0.0054746554,0.011152528,-0.027231026,0.052608717,-0.008575741,-0.018598385,-0.034985773,0.010461591,-0.018712185,0.011111884,-0.016200429,0.022418857,-0.02568658,-0.00961621,0.016533704,-0.0049869358,-0.0016358937,-0.000745805,-0.010168959,-0.021313358,0.036611505,-0.0049462924,-0.035050802,0.0010719677,-0.007905127,0.025572779,0.032465886,0.00181066,0.029507052,0.022207512,-0.002041311,-0.014647854,0.0072507686,0.009843813,-0.0042878706,0.010802995,-0.0033124308,0.0006980491,0.038334783,0.042106483,0.02331301,-0.0727678,-0.014273935,-0.018338267,-0.014200777,-0.010250246,-0.012558787,-0.02197991,0.0047512045,-0.00023281004,0.007080067,-0.0069296868,-0.029263193,0.0030380883,0.0097625265,0.014290192,-0.008665157,0.012924577,-0.0061086915,-0.048219237,-0.004706497,0.0006050775,-0.033392552,-0.0005491929,-0.023947045,-0.031425416,-0.0017435985,-0.02391453,0.012583173,0.006409452,-0.02435348,0.005056029,-0.028076407,0.036611505,0.013891888,-0.00937235,0.01077861,-0.0063281655,-0.029815942,0.011046855,-0.038985074,-0.042041454,-0.0026153978,0.030547522,0.015257504,0.018614642,-0.014070719,-0.022451371,0.013347267,0.04353713,-0.018110665,0.028173951,-0.0141682625,0.01838704,-0.023361782,0.00775881,-0.012908319,0.036676534,-0.021573476,0.026889622,0.001982378,0.013542355,0.01820821,0.049389765,0.0186309,0.03553852,0.019947743,0.017216511,0.010209602,-0.0016043952,0.018712185,0.012526272,0.00788074,-0.013834987,0.010599779,-0.006133077,0.041976422,-0.019394994,-0.024629854,0.006031469,0.04542298,-0.027068453,-0.0483493,0.010762352,-0.019281192,-0.007718167,-0.016647505,-0.0075149504,-0.009217906,-0.015533878,-0.029734654,-0.011006212,-0.031230329,-0.016972652,-0.008770829,0.005238924,-0.008429425,-0.02446728,0.031864364,-0.0885049,-0.06756546,0.026206814,-0.012192997,-0.019703884,-0.022142483,0.06080241,-0.0000696652,0.0037920221,-0.03306741,0.032644715,-0.019411251,-0.0275074,0.02027289,0.024824942,0.0033347846,-0.04249666,0.005836381,0.012940834,0.005856703,-0.030238632,-0.009730011,-0.031783078,0.016728792,0.031441674,-0.025897926,-0.01820821,-0.02666202,0.0024507924,-0.0057063224,0.052381113,-0.008116472,-0.009412994,-0.0058932817,-0.025296405,0.043992333,-0.042041454,0.0015993147,0.032303315,-0.007145096,-0.025458977,-0.0041659405,-0.020126574,-0.041553732,-0.026743306,-0.01734657,0.013347267,-0.009689368,-0.0005552894,0.004295999,-0.027539916,0.017444113,0.021085756,0.01789932,-0.020565521,0.034237936,-0.035701096,0.0062753293,0.028434068,-0.029084362,-0.013989432,0.01649306,-0.0006035533,-0.033750214,-0.008657028,-0.010697323,0.012713231,-0.021329615,-0.052511174,0.03134413,0.0032250476,0.031002726,0.06226557,-0.00474714,0.019833941,0.022548916,-0.006950008,-0.0017517272,0.02464611,-0.035083316,-0.006641119,0.013867502,0.006003019,-0.004743076,-0.020565521,-0.011420773,-0.0070881955,-0.03641642,0.055177376,0.00020893208,0.045130346,-0.012453114,-0.0032474014,0.0057185157,-0.032368343,-0.004182198,-0.023166694,0.014233292,0.037326828,-0.0076653305,-0.0061249486,0.0076531377,0.020484235,-0.016062241,0.015899668,-0.0073036053,0.0021764499,-0.042334083,0.016810078,-0.007929512,-0.005690065,-0.023052894,-0.0063241012,0.031149043,0.021573476,0.056575507,-0.017574172,-0.0046536606,0.003930209,-0.0077710035,0.0036375774,0.010998083,-0.0070881955,-0.024792427,-0.0044463794,0.02202868,0.0070516164,-0.011388259,0.029620854,-0.012290541,0.02988097,0.03895256,0.010030773,0.0060436623,-0.017736746,0.033034895,0.015005515,-0.006950008,-0.055860184,0.028092666,-0.028141437,0.01570458,0.009006561,0.0071898038,-0.018143179,-0.0011806885,0.01594031,0.030791381,-0.023898274,0.007705974,0.016119141,0.029344479,0.015029901,0.020533007,0.010656679,0.03427045,-0.04230157,-0.023995819,0.008177437,-0.0071491604,0.0007691749,0.02684085,0.041586246,-0.027133482,-0.00724264,0.012875805,0.009730011,-0.029019333,-0.025231374,0.015184346,-0.019996515,0.0237357,0.020402947,-0.020012772,0.025003772,0.063956335,0.069711424,0.028954303,-0.032368343,0.04831678,0.018842245,0.021947395,-0.0034160712,0.00097543973,0.01345294,-0.013233466,-0.026629506,0.008616384,-0.009583696,-0.04977994,0.018582128,-0.022597687,-0.0037087032,0.04119607,-0.02014283,0.0027352956,0.03183185,0.017135225,-0.020955697,-0.013322881,-0.054689657,0.019980257,0.034042846,0.0043000635,0.00065130927,-0.0076368805,0.0011898333,0.0036111593,-0.01174592,0.029490795,-0.017232768,-0.0064419666,-0.031994425,-0.008535097,0.004009464,0.0002839952,0.0024385995,0.016403645,-0.01041282,-0.025166346,-0.024060847,-0.031474188,-0.01235557,0.020370433,-0.02355687,0.0250688,-0.036123786,-0.0042512915,-0.016875107,0.0038509548,0.020435464,-0.011006212,0.0103396615,-0.008754572,0.011550833,0.0014895778,0.027621202,0.0057632234,0.011510189,-0.0010247198,-0.033083666,-0.01783429,-0.026223073,-0.039928,-0.022695232,-0.008925274,0.014086976,0.0052755033,-0.02867793,0.0011044823,-0.024077104,0.015241246,-0.0014692561,0.016696276,0.013891888,-0.0057550943,0.021801079,0.0076124943,-0.0058119954,0.008608256,-0.007775068,-0.012046681,0.041586246,-0.023508098,-0.0014408058,-0.017996863,0.0023430875,-0.0031295358,-0.01820821,0.028466584,-0.006234686,0.0106485505,0.015086802,0.028775472,0.003596934,-0.026320616,-0.008140857,-0.026727049,-0.013623642,0.0056331647,-0.035701096,0.019801427,0.0017771292,-0.008957788,-0.0018116761,0.012103582,-0.004527666,-0.0033103987,0.0019234453,-0.031474188,0.008181501,0.029685883,-0.01010393,0.02100447,0.00636068,0.002395924,0.012339313,0.018533355,0.025946697,0.010876154,-0.012461243,0.020988211,-0.020012772,-0.017687974,0.010949311,-0.034107875,-0.0052186027,-0.024581082,0.015420076,-0.004304128,-0.0032616267,0.021232072,0.0048528127,0.0054868488,0.009510538,-0.010616036,-0.015411948,0.02459734,-0.027783776,-0.0008900888,-0.001970185,0.0009322562,0.022776518,-0.0077019096,-0.03322998,-0.038009636,0.003889566,0.016663762,-0.0052998895,-0.014997386,0.038009636,-0.038269754,-0.013574869,0.003828601,-0.036709048,0.007982349,-0.008559484,0.015363176,0.018126922,-0.0112825865,0.010640422,0.013501712,-0.0039525633,0.04899959,-0.014273935,-0.0052307956,0.05348661,-0.007917319,0.0070556807,0.03683911,0.103526674,-0.003365267,0.023508098,-0.009640596,0.037229285,0.007888869,0.0021683213,-0.004393543,0.011306972,-0.008665157,-0.022256283,-0.0081571145,-0.00611682,0.0065395106,0.024418509,-0.029685883,0.0023024443,0.00818963,0.0032433372,-0.035863668,-0.012160482,0.005702258,0.004393543,-0.008852116,-0.016761307,-0.027539916,0.020793123,-0.0060599195,-0.0045357947,0.021882365,0.0002908538,0.003755443,-0.0014651918,0.017135225,0.017492887,-0.0051820236,0.008372525,0.013257852,0.012038552,-0.005295825,0.014225163,0.008616384,0.021589734,0.02331301,-0.012623816,0.028824244,-0.042334083,-0.03830227,-0.01010393,-0.018273238,-0.015590779,-0.012810775,0.02100447,0.0008255675,0.017606687,0.017720489,0.020337919,0.03957034,0.005787609,0.015452592,-0.0035949019,0.019264935,-0.019996515,0.004824362,0.013501712,-0.0009957614,-0.0017822097,0.0041009113,0.02679208,0.001662312,-0.025540264,-0.0034363929,0.05582767,-0.009632467,-0.0060477266,-0.0017181964,0.011949137,-0.0030197988,0.020646809,-0.005470591,-0.032124482,0.0044098007,-0.023979561,-0.026629506,-0.03986297,0.0054014977,-0.004621146,0.03014109,0.0049584853,0.0075555937,0.00062438304,0.009982,0.009640596,0.015688322,-0.020191602,0.014412122,-0.019037332,-0.011770306,0.006409452,-0.00550717,-0.008177437,0.0060761767,-0.02215874,-0.002469082,-0.00078543223,-0.0025381756,-0.02726354,-0.0019041396,-0.027523657,0.012087325,0.0021195493,-0.009933228,0.028434068,0.010518492,0.012786389,0.0058119954,-0.008933403,-0.000024973417,0.018126922,-0.03651396,-0.019671367,0.044870228,-0.008852116,0.04558555,-0.017362827,0.008063635,-0.004572374,-0.017086454,0.051405676,0.0074661784,-0.018240724,0.051730823,0.018858502,-0.0047755903,-0.036351386,0.017948091,-0.019378737,-0.03839981,0.004182198,-0.0027982928,-0.052738775,0.043146953,0.011664634,-0.038237236,0.0137455715,-0.0137455715,0.0057103867,-0.0052470528,0.0017517272,0.020971954,0.026141785,-0.012615687,0.049812455,0.006681762,0.011827207,-0.0472438,0.018484583,0.0073442482,-0.0065842182,-0.009518666,-0.010559135,-0.007933577,-0.017704232,-0.017232768,-0.0077384887,-0.00462521,-0.00648261,0.03596121,-0.028889274,0.008689542,-0.004344771,-0.0014082912,-0.05039772,0.0021378389,-0.0010739998,-0.041358646,-0.038920045,0.024922486,-0.009429251,0.016094755,0.020045286,-0.0016643441,0.0047308826,-0.015875282,0.005738837,0.009721883,-0.002651977,-0.02111827,0.0005771352,0.011412645,-0.0118597215,0.025475236,-0.022613944,0.0000068942823,0.034855712,0.01144516,-0.043179467,0.0031153108,-0.021817336,0.014152005,-0.017086454,-0.015745223,-0.017687974,0.0007386924,0.011542704,0.010664808,-0.032368343,-0.007323927,0.02502003,0.008722057,-0.013582999,0.022744004,0.00894966,0.002643848,0.009079718,-0.03537595,-0.006547639,0.0097056255,0.039180163,-0.0054096263,0.010957439,-0.03231957,0.016403645,-0.05143819,-0.03085641,-0.010485977,0.018565869,-0.010233989,-0.035245888,0.00912849,0.014582824,-0.016956395,-0.00773036,0.03391279,-0.021638505,0.01594031,-0.04496777,-0.035506006,0.0038489227,-0.024792427,0.010729837,-0.0033774602,0.0026214942,0.007116646,-0.011054983,0.0038225045,-0.016793821,-0.0075352723,-0.01479417,-0.03986297,0.017736746,-0.015314404,-0.03140916,-0.020500492,0.018094407,0.030417463,0.011884107,-0.030466234,0.02155722,-0.009445508,-0.014152005,0.0043366426,0.022987863,0.013826858,0.019622596,0.019281192,0.015054286,-0.0028389362,-0.0047999765,0.0050804154,-0.010266503,-0.016045984,0.02355687,-0.022630202,-0.01101434,-0.0063931947,0.0024650176,0.0064866743,0.013956917,-0.027848804,-0.027182255,0.023816988,-0.021102013,-0.02082564,-0.006628926,-0.05605527,-0.012054809,-0.026369387,-0.019037332,0.0008951692,0.0030299597,0.014712883,0.0058404454,0.031132786,0.04200894,0.008535097,0.0035278404,0.05325901,-0.0021479996,-0.0130139915,-0.016972652,0.015655808,0.04077338,0.003877373,0.016021598,0.035473492,0.017086454,0.019703884,-0.012485629,0.0024914357,0.0133797815,-0.008990303,0.0298322,-0.017818032,0.016102884,-0.013582999,0.013135922,0.001052662,-0.029376993,-0.0064013232,0.013095278,0.0056819366,-0.0063037793,0.0034099747,0.024060847,0.03342507,-0.009388608,-0.013582999,0.034920745,-0.012420599,0.024581082,0.008018928,0.038562384,-0.0068727857,0.03269349,-0.022142483,-0.007409278,0.01138013,0.003838762,-0.0054136906,-0.0153225325,0.021134527,-0.014290192,0.009079718,-0.0016318294,0.008083957,-0.0038123436,0.0015119317,0.02009406,-0.010949311,0.03755443,0.024824942,0.005551878,0.035928696,-0.04620333,-0.0035786445,-0.013371653,-0.01972014,0.0008961853,0.00035512104,-0.0059298608,-0.037814546,-0.018647157,0.0029791556,-0.022061195,0.05771352,-0.018939788,-0.0038306331,0.008356268,-0.013883759,0.009892585,-0.02009406,0.03609127,-0.024857456,-0.014940485,-0.06262323,-0.01150206,0.022353828,0.008014863,-0.029555824,0.016346745,0.0068931077,0.009502409,0.005665679,0.04711374,0.014721012,0.007872611,-0.00031777998,0.019833941],"social":"https://twitter.com/anushka_twt/"},{"title":"work-visa spotter","description":"a job with only visa sponsored jobs","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=A9gLdvFU37k","youtube_transcript":"Hi, everyone. I'm Prashanth. My friends and I am working on a product work with a spotter. It is a job portal, which will only enlist visa sponsored jobs. We believe this will be extremely useful for all the job seekers in US who require visa sponsorship.","embedding":[0.010567684,0.006073598,0.0015755941,0.023404349,-0.05039394,-0.0015630582,-0.01595808,0.07095266,-0.018427635,-0.020107431,0.002828391,-0.011520405,-0.035225615,0.009182477,-0.012786522,0.008994441,-0.01027936,-0.011018973,-0.04605655,0.02277756,0.037281483,0.028305849,-0.014203068,-0.010097591,0.015820187,-0.04898993,-0.038209137,0.03251788,-0.008173345,-0.02053365,0.061275017,-0.027428342,-0.009846875,0.03334524,0.044301536,0.020433363,0.008593295,0.0040208595,-0.006493547,0.0036291156,0.017487448,0.019618535,0.026676195,0.011313564,-0.0040239934,0.009019512,-0.05280081,-0.010950026,0.012184802,0.041844517,-0.03286888,-0.015619613,-0.01066797,0.06603862,-0.020508578,-0.07120337,0.05179795,0.006894693,-0.017249268,0.007822342,0.0371812,-0.044151105,0.028355991,0.036554407,0.004268442,0.016233869,-0.032467738,0.018227061,0.0052336985,-0.00017814555,0.028732065,0.021110296,0.01147653,-0.018013952,-0.0006518619,-0.015895402,-0.056711983,0.052550096,0.024068747,-0.012354036,-0.012335232,0.0054656113,-0.030085932,-0.0067881388,-0.08744978,-0.008167077,0.023893245,0.0028080205,-0.03189109,0.0046664537,-0.013162595,0.06132516,-0.0126674315,0.037482057,0.0412428,-0.007803539,-0.0044815503,0.009690178,0.04354939,0.064183325,0.0055470937,-0.022827702,-0.012554609,-0.022765022,0.04109237,-0.019480642,-0.0075026797,0.030236363,0.0073647858,0.019405426,-0.09462026,0.001609284,-0.028230634,-0.00057782227,-0.031991374,-0.0019649875,0.016396834,-0.071955524,0.0030007584,-0.027177626,-0.012911879,0.03096344,0.03081301,-0.01249193,-0.056360982,0.032668307,-0.047636062,0.0120907845,-0.029985646,-0.027027197,0.0026043137,-0.043850247,0.07962744,-0.029308712,-0.004146218,0.019054424,-0.0754154,-0.00008549811,-0.050519295,0.029383928,0.02301574,0.022790095,0.012824129,0.021586657,-0.00055784336,-0.04450211,0.0036949287,0.027252842,-0.0353259,-0.038008563,-0.013739243,-0.00809813,-0.033746388,-0.012886808,-0.010912418,-0.016233869,0.021285798,-0.006327448,-0.027879631,0.033570886,0.029133212,-0.031665444,0.02543515,-0.014428712,0.000870455,-0.01703616,-0.045655403,-0.059770722,-0.03191616,-0.012836665,0.0035821064,-0.033270027,-0.04497847,0.013012166,0.0532521,0.0027359396,0.047410417,-0.012335232,0.0039644483,-0.015080574,-0.043850247,0.015193396,-0.00302583,-0.013714171,-0.023116026,-0.0124856625,0.00043052656,0.016208796,-0.038033634,0.0019054424,-0.0023535974,0.03517547,0.011783657,-0.038660426,0.030136077,-0.059871007,-0.022526842,-0.03206659,0.008110666,-0.025798688,-0.029659716,-0.01431589,-0.0048074815,0.048312996,-0.027127482,-0.01990686,0.019267533,0.026224906,0.006249099,-0.022702344,0.050845228,-0.0070012473,-0.0062773046,-0.02172455,0.050594512,-0.04873921,-0.02351717,0.023880709,0.035426185,0.005926302,-0.0073522497,0.016284011,0.0234921,0.017813379,0.0024883575,0.014340961,0.028255705,-0.015807651,0.0025933448,-0.014691964,-0.008022916,0.0035256953,0.009332907,-0.03454868,-0.012028106,0.0043373886,0.0064998153,-0.018151846,0.014290818,-0.005656782,0.0074274647,-0.023053346,0.03377146,0.024043676,0.018929066,-0.011175671,-0.020872116,-0.03201645,0.026726337,0.056862414,0.049767148,-0.008743724,-0.0117272455,-0.018114239,-0.0044721486,-0.000434444,0.0058949627,0.026977053,0.020571256,0.009715249,0.0059043644,-0.019029353,0.02131087,0.014541535,-0.020483507,-0.02740327,0.009884482,0.031038655,0.0050519295,-0.013463455,-0.005023724,0.0002360257,0.0040772706,-0.06784378,-0.031113869,0.033069454,0.012592217,-0.02785456,-0.0038265546,0.019430498,-0.038810853,-0.015995687,0.0011485931,-0.0338216,0.018665815,0.04016472,0.037005696,-0.0052462346,-0.054956973,0.041769303,0.007559091,-0.018214526,-0.014290818,-0.002759444,0.03489968,0.0018521652,0.042571597,-0.049416143,0.0334706,-0.0060422583,0.028355991,-0.00022662386,0.04076644,0.015694829,-0.029684788,-0.01865328,0.039788645,-0.026951982,-0.025359934,-0.015707364,-0.008442865,0.024256783,-0.0017910532,-0.066991344,0.018979209,-0.030587366,0.040214863,0.016371762,-0.025297256,0.04843835,0.016848123,-0.019292604,0.0025964787,-0.07511455,0.04590612,-0.029860288,0.0037043304,-0.005299512,0.02327899,-0.0071203373,0.0074525364,-0.022188375,-0.02396846,-0.019016817,0.0029380794,-0.011257153,0.031189084,0.021411156,0.0129996305,-0.033495672,-0.036629625,-0.045630332,-0.03765756,0.007728324,0.04347417,0.018703422,-0.027127482,0.024858503,0.016384298,0.028932638,-0.020370685,0.021085225,-0.010078788,-0.0033878013,-0.05555869,0.013200203,-0.002508728,-0.0473352,-0.02325392,-0.0019038755,-0.059169002,0.005161618,-0.021900052,-0.015080574,0.035576615,0.02139862,-0.017261803,-0.023166168,0.07371054,0.01634669,0.040691223,-0.010711846,0.06704149,-0.036504265,-0.024169033,-0.014528998,0.020182647,0.017612807,0.030637508,0.07115323,0.08128216,-0.011689639,-0.012065712,-0.01882878,-0.021561585,0.009583623,0.037055843,-0.0045316936,-0.0410673,-0.028932638,0.021599192,-0.001512915,0.035426185,0.013526134,0.023755351,0.021762159,0.0185906,-0.0030414998,0.00061307923,-0.030462008,0.037582345,-0.031840947,-0.014177996,-0.003550767,-0.03642905,0.007139141,-0.026275048,0.002317557,-0.00055627635,-0.04934093,0.007928897,-0.036454123,0.037732773,0.018327348,0.013726707,0.0051052067,0.010505005,0.03392189,0.025284719,0.023266455,0.029985646,-0.010874812,-0.0027312385,0.013012166,-0.0083300425,0.011783657,0.0314398,-0.059319433,0.0048638927,-0.017311947,-0.016033296,0.017738165,-0.019204853,0.04312317,-0.011896479,0.012686235,0.0047949455,0.08429076,0.008925494,-0.0013789386,-0.014416176,-0.013124988,-0.0056505143,0.0042120307,-0.059670433,-0.031866018,0.0014956783,-0.010805864,-0.066790774,0.04608162,-0.0039393767,0.0062585007,0.013526134,0.016986016,-0.04066615,-0.054455537,0.010843472,0.025999261,0.015431576,0.031866018,0.01054888,0.03429796,-0.02895771,0.018039024,0.014416176,-0.027328055,-0.013964887,-0.025898974,-0.023742815,0.005979579,0.022765022,-0.006769335,0.0021467567,-0.019029353,-0.05771485,-0.005211761,-0.00008980729,-0.0029882225,0.012172267,-0.036454123,0.013338097,0.006524887,-0.057815135,0.055358116,0.06162602,0.024845967,0.0084804725,0.05355296,-0.02955943,0.035626758,0.027027197,0.036052976,0.0273782,-0.012479395,0.0073961252,-0.026400406,0.032768596,-0.027754273,-0.01556947,0.024018602,0.0023441955,-0.03206659,-0.044702683,-0.012617288,0.05169766,-0.0026810954,-0.038560137,0.007383589,0.00048184503,0.036052976,-0.03284381,-0.0037482057,0.012379108,-0.019041888,-0.02241402,-0.0045567653,0.0039581805,0.0014337827,-0.016446976,-0.030863153,0.0062240274,0.027177626,-0.04843835,0.01207198,-0.041393228,-0.008555687,-0.019117104,-0.034022175,-0.014441248,-0.030913295,-0.023379277,-0.001061626,-0.025096683,0.031715587,-0.0094833365,0.0020182647,-0.023554778,-0.019079495,-0.011783657,-0.010410987,0.006907229,-0.019317675,-0.0062146257,0.017098838,-0.004882696,-0.0018835048,0.027002124,0.04061601,-0.0064559397,0.012059445,0.019355284,0.0044345413,0.002960017,-0.005349655,0.037532203,-0.008311239,-0.015632149,-0.029810145,-0.0016155519,0.0090571195,-0.025798688,0.005359057,-0.039763574,0.0051177423,0.042596668,0.013801922,0.00009093356,-0.065136045,-0.014353497,0.00451289,-0.04166902,-0.023479564,-0.023090953,-0.060773585,0.024231711,0.0032561754,-0.044401824,-0.049240645,-0.013601349,0.011407583,-0.020107431,0.00053120474,0.015682293,-0.009558552,0.00451289,-0.01835242,-0.004829419,0.02662605,0.027954847,-0.009188745,-0.0025917778,-0.046156835,0.01712391,0.027729202,0.02008236,-0.0094206575,-0.03394696,-0.039136786,-0.010586488,0.03730656,-0.0207969,-0.030386792,0.014528998,-0.042295806,-0.0020135636,-0.006888425,0.01772563,-0.00872492,0.044100963,-0.019756429,0.0197815,0.01939289,0.015105645,0.016309083,-0.014127852,0.009100995,-0.018477777,-0.011432654,0.027628915,-0.015180861,0.0008218787,-0.07090252,0.022602057,0.0377077,0.018314812,0.037507128,0.011564281,-0.030787937,-0.01431589,0.024382142,0.031239226,0.0012402612,0.018866386,0.02515936,0.0019117104,-0.023241384,-0.007277035,0.01524354,0.03003579,0.012053177,-0.03906157,0.0027281046,0.01861567,-0.020721687,0.06809449,-0.0034912217,-0.017061232,0.0529011,0.0551074,0.01054888,0.0023739683,-0.01714898,0.036002833,0.000038758164,0.02297813,0.0083300425,-0.036027905,-0.009621231,0.02928364,-0.015293683,0.010342039,0.018603135,0.0034912217,-0.04059094,0.008436597,0.02863178,0.03159023,0.043975607,-0.010743185,-0.020909723,-0.0216368,0.0010874812,0.0033909352,-0.04452718,0.032467738,0.0039989217,-0.015607078,-0.033119597,0.03906157,0.016070902,0.010461129,0.004180691,0.002380236,0.026676195,-0.03389682,0.033997104,0.011576816,-0.053753532,0.019317675,-0.00554396,0.017136445,-0.0082360245,0.031088797,-0.018176917,0.020872116,-0.016998552,-0.012416715,-0.0023363607,-0.040214863,-0.038334493,-0.01595808,-0.0066815843,-0.0012951054,-0.025034003,-0.044602394,-0.0449534,-0.005337119,-0.010342039,0.018703422,0.021273261,-0.023993531,0.022614593,-0.0016061501,0.0069824434,0.012585948,0.024670465,0.0041180123,-0.0063807247,-0.012347768,-0.019580929,-0.02707734,0.03637891,-0.016121047,-0.01969375,0.016296547,-0.032166876,0.0141529245,-0.012422984,-0.018189454,-0.0011243051,0.028105276,-0.038660426,0.029860288,0.0029302444,0.036027905,-0.00053042127,0.011181938,-0.0045285597,-0.022765022,-0.074763544,-0.019179782,-0.010166538,0.0048544905,0.05370339,-0.031038655,0.0047291326,0.012435519,0.051446944,-0.004208897,-0.02660098,-0.0353259,0.009408122,-0.007302107,0.042897526,-0.016158653,-0.00013378054,-0.01464182,-0.0048168832,0.010442326,0.08549419,0.020972403,0.054906826,-0.0014627718,0.010291896,-0.0020778098,0.0030822412,-0.0027531763,0.00076860155,0.019606,-0.010078788,0.054505683,0.015882865,-0.030712724,-0.01625894,0.009063387,-0.031063726,-0.031239226,-0.00034767273,-0.03239252,0.008066791,0.06834521,-0.017111374,0.020245325,0.021386083,0.010273092,0.00821722,-0.011589352,0.0077533955,-0.027979918,-0.018239597,-0.014867465,0.020546185,-0.06809449,-0.0037513399,0.004171289,0.0432736,0.004503488,-0.032242093,-0.045680474,-0.0025604384,0.00034238418,0.0100599835,-0.0033595958,0.038384635,-0.004309183,0.0206214,-0.007596698,0.012899344,-0.015832722,0.009884482,-0.024808358,0.005735131,-0.031866018,-0.026550835,0.011589352,-0.02131087,0.045881048,-0.022163304,-0.008630902,-0.013262882,0.0048920983,-0.0488395,0.0020715417,-0.03128937,-0.0017236732,0.010780793,0.021950195,-0.03239252,-0.025385005,-0.05962029,0.0047134627,-0.015494255,0.022940524,-0.009314103,0.027829489,0.038459852,-0.025898974,-0.0060986695,0.024532571,0.0099973045,0.008405258,-0.0016515923,0.009113531,0.029684788,0.042822313,-0.018741028,0.025146825,0.0015207499,0.0042715757,-0.0053935302,0.0045316936,-0.012410447,-0.008142006,0.036153264,-0.0029333786,0.009621231,-0.006318046,0.027879631,-0.000009352886,0.00037881636,-0.036002833,0.0052431007,0.011589352,-0.01742477,0.031038655,0.0064246003,-0.0075089475,-0.0032279699,0.034022175,0.023943389,0.033646103,0.0393875,-0.019794038,-0.024670465,-0.021135367,0.0030493347,-0.04217045,0.06924779,0.010291896,-0.007063926,0.03113894,-0.007734592,-0.007546555,0.023467029,-0.011169403,0.029358856,0.024056211,0.013187667,-0.027653987,-0.014616749,0.009439462,0.016622478,0.030010719,-0.032743525,0.01556947,-0.0046507837,-0.012679967,0.04059094,0.019568393,-0.019204853,0.002831525,-0.025798688,-0.01273011,0.03487461,-0.022539377,-0.03580226,0.012291357,0.039136786,0.03427289,0.037105985,0.0027202698,-0.02908307,0.03241759,0.005236833,-0.014366033,0.01565722,0.024006067,0.038810853,0.02196273,-0.030938368,0.027528629,0.002507161,0.027177626,0.019330213,-0.007866218,0.0055032186,-0.028105276,0.031239226,0.06227788,-0.0034003372,-0.0111192595,0.019443033,-0.008800135,0.02256445,-0.04934093,-0.0045975065,-0.0068696216,-0.008580759,0.010680506,-0.029007854,0.007408661,-0.01805156,-0.0027249707,-0.056411125,0.0037450718,-0.07230653,0.03547633,0.00821722,0.008204685,-0.0070325867,-0.015068038,0.014779715,0.0112132775,-0.042847384,-0.009934626,-0.0020903456,0.026099548,-0.031790804,-0.021599192,0.0048764283,0.02373028,-0.0065812976,-0.0090571195,-0.017399698,0.0031919295,0.026375335,0.04121773,-0.016772907,0.009113531,0.021461299,0.008317507,0.04156873,-0.022401484,0.0126987705,-0.012836665,0.015857793,0.017086303,-0.012886808,-0.035050113,0.0029318114,0.014817322,0.009000708,-0.0035789725,0.008938029,-0.020333076,0.016233869,-0.028556565,0.021874981,-0.010022377,0.0030132942,-0.020195182,-0.024056211,0.0047949455,0.008304971,-0.0076907165,0.0035256953,-0.016534727,-0.035727046,-0.039914005,-0.00048850465,0.0038234207,-0.0064151986,-0.0047385343,-0.0060861334,0.024043676,-0.026801553,0.01039845,-0.035275757,-0.013501062,0.015180861,-0.046934057,0.004920304,-0.008104398,0.021223119,-0.020333076,-0.006568762,-0.007722056,-0.0035100256,0.010486201,-0.026199833,0.016421905,0.004384398,-0.009364246,-0.020119967,-0.038209137,-0.010135199,0.01969375,-0.028355991,0.008944297,0.0047510704,-0.005731997,0.017136445,-0.040916868,0.009621231,-0.014629285,-0.0053308513,0.023767887,-0.028180491,0.008643438,0.011413851,-0.023655064,0.020984938,-0.008493008,-0.028004989,0.016321618,0.023655064,0.011664567,0.004838821,0.012529537,0.027002124,-0.000360992,-0.0120907845,0.000070758746,0.012705038,0.011395047,0.022163304,0.000052004005,-0.0058416855,-0.0024867903,0.017700557,-0.02131087,0.04013965,-0.012529537,0.034623895,0.034799397,-0.007947701,-0.008047987,-0.0005868324,-0.01634669,-0.024494965,0.021523979,0.0077095204,-0.007226892,-0.0128492005,0.015080574,-0.011188206,-0.036078047,-0.02441975,0.036228478,0.019580929,0.030111004,0.039563,0.018540457,0.0003576622,0.039287213,-0.01697348,0.023830567,0.018903995,0.027227769,-0.011376243,-0.00789129,0.023617458,-0.008630902,-0.021950195,0.03254295,0.0036886607,-0.008912957,0.06303003,0.00010224516,0.01744984,0.01455407,0.044276465,-0.02178723,-0.0056505143,-0.01273011,-0.027353127,-0.007922629,0.019618535,0.0062208935,-0.014742107,0.015820187,-0.008919225,0.009520944,0.02614969,0.0048012133,-0.023454491,-0.014278282,-0.017713092,-0.00048576246,0.009878214,-0.0061456785,0.012830397,0.0050644656,-0.0069761756,-0.010856007,-0.0023692672,-0.007728324,0.012585948,0.02304081,-0.016584871,0.027227769,-0.03286888,-0.04342403,0.013864601,0.008706117,-0.019606,-0.025560508,0.0034661503,-0.019919395,0.0012825696,0.047736347,-0.004760472,0.006249099,-0.01524354,0.014616749,0.0072582313,-0.028230634,0.08128216,0.016359227,-0.012040641,0.0028174222,-0.010122662,-0.029509285,-0.011652031,-0.0031699918,0.024369605,0.023479564,-0.027478486,-0.020909723,-0.015832722,0.031489942,0.011257153,0.021047616,0.010536345,-0.016233869,-0.030411864,-0.024231711,-0.01257968,0.0033595958,0.017048696,0.01837749,-0.014905073,-0.025723472,0.022727415,-0.024344534,0.02059633,-0.014967752,0.03454868,-0.0105426125,0.049215574,-0.010899883,0.041844517,-0.031189084,0.023166168,-0.032242093,-0.0041493517,-0.018339884,-0.021260725,0.017763237,0.015832722,-0.03427289,0.015118182,-0.0012974559,-0.019242462,0.009157406,0.001418113,-0.040716294,-0.01431589,0.01509311,0.0075778943,0.004327987,0.0011070683,-0.032342378,-0.0064747436,0.016522191,0.05026858,-0.02630012,-0.033646103,0.043524317,0.013877137,-0.0004469798,0.028832352,0.020069825,-0.0053841285,0.010674238,-0.004180691,0.005481281,-0.014228139,0.00044462935,0.020608865,0.0024679867,0.028706994,-0.017625343,0.005014322,0.015544399,0.020884652,-0.005340253,-0.019229926,0.016171189,0.04342403,0.018527921,-0.0155193275,0.0023771022,-0.008568223,0.024432285,-0.007226892,-0.03096344,-0.009364246,-0.013475991,0.03251788,0.014867465,0.01123835,0.00061072875,-0.032944098,-0.024457356,-0.033545814,-0.031640373,0.0039581805,0.023617458,-0.00044110365,-0.000067624795,-0.06704149,0.024695536,-0.013463455,-0.0119090155,-0.029860288,-0.01634669,0.037080914,-0.008862815,-0.036454123,-0.030411864,0.012335232,0.015744971,-0.0075089475,0.0138520645,0.019229926,0.018490313,-0.0077659315,0.025974188,-0.03281874,-0.008424061,-0.0118338,-0.018603135,0.011526673,-0.034473464,0.009552284,0.030111004,-0.014654356,0.0019461837,0.03981372,-0.0055000847,0.007822342,0.03545126,-0.010329504,0.0044314074,0.009897019,0.0027939177,-0.03610312,-0.0004744019,-0.0031370854,0.0037168663,-0.0353259,-0.016960945,-0.010179074,0.017174054,-0.004641382,0.010154002,-0.0037513399,-0.0032028982,0.00581348,0.010718114,-0.0026560237,-0.039412573,0.027578771,-0.023028275,-0.017863523,-0.007791003,-0.014930144,0.007164213,-0.009044584,-0.03968836,0.03344553,-0.02055872,-0.02513429,-0.019668678,0.017387163,0.0015113481,0.020671543,-0.01643444,0.026977053,-0.0023347938,-0.0074274647,-0.0070764623,-0.05280081,0.025109218,-0.016785443,-0.014115317,-0.05320196,0.010743185,0.027804416,-0.0040365295,-0.022526842,0.014880001,0.014817322,-0.004127414,-0.032467738,0.025698401,-0.002381803,0.0105739515,-0.015694829,0.01930514,0.00092529913,0.022890382,-0.011633228,-0.0058636228,-0.032116733,0.008599563,0.017938737,-0.0023677002,-0.01150787,0.044151105,0.036604553,-0.018390026,0.0014353497,-0.011771121,-0.0031887954,-0.002314423,0.030060861,0.010103859,0.0039738505,0.028130347,-0.044100963,-0.004287245,0.022526842,0.050945513,0.007540287,-0.031264298,0.0017111375,-0.0035727045,-0.0111505985,-0.017462377,0.010536345,0.053302243,0.03159023,-0.005280708,-0.083287895,0.0031950634,0.020633936,-0.008185881,-0.020671543,-0.04402575,0.0006475527,0.022865308,0.019530784,0.04066615,-0.0042245663,-0.016797978,-0.028681923,-0.015406505,-0.0149426805,0.021448763,-0.004519158,0.03577719,0.0052525024,-0.0116959065,-0.009715249,-0.013112453,-0.013613884,0.00033983786,-0.027152555,-0.009878214,-0.03520054,0.032768596,0.007885021,-0.01703616,-0.00010449769,-0.0018756699,0.01671023,-0.033570886,0.0065938337,-0.010335771,0.010266825,0.0008132604,0.0016374895,0.026400406,-0.0028142883,0.002460152,-0.004961045,-0.040916868,0.014240675,-0.009759124,-0.042897526,-0.00051240105,0.0043937997,0.030361721,0.02803006,0.02584883,-0.06899707,-0.00032240525,-0.027002124,-0.0031433532,0.005609773,-0.008568223,0.019380355,0.022639664,0.00017697031,-0.004403202,0.008825207,0.005061331,-0.026049403,0.019555856,0.020207718,-0.016296547,0.004882696,0.00103107,-0.024156498,0.01912964,-0.0009746589,-0.034222748,0.044301536,0.014767178,0.02614969,0.0035288292,0.03236745,-0.022965595,-0.007596698,0.0010318535,0.0449534,-0.0036823929,-0.00056606997,-0.049265716,0.033520743,-0.017324483,-0.0033157205,-0.023893245,-0.014140389,0.026851695,-0.0048482227,0.05896843,0.021448763,0.04888964,0.021411156,-0.02710241,0.034022175,0.0038955016,0.02319124,0.014115317,0.019079495,-0.00087358896,-0.00014308447,0.0043749963,-0.004967313,-0.039011426,0.024294391,0.008066791,0.018252132,-0.022815166,0.024532571,0.009752857,0.0019070094,0.017800843,0.00708273,-0.032442663,0.041894663,0.03194123,-0.01805156,0.029183354,0.03281874,0.0015834289,0.019405426,0.008348847,-0.041167583,0.009715249,-0.01401503,0.007208088,0.016171189,-0.021975268,-0.017061232,-0.0038892336,-0.016296547,0.0039174394,0.017738165,0.034623895,-0.0508703,0.023416884,-0.013037237,0.022840237,-0.0027860827,0.0012433951,0.0010545746,-0.0038171527,-0.012335232,-0.035150398,-0.012949487,0.00809813,0.024720607,-0.0072707674,0.031164013,0.011532941,0.041167583,0.014616749,-0.0373567,-0.039462715,0.024181569,-0.020897187,0.007339714],"social":"https://twitter.com/TusharDarewar"},{"title":"5head","description":"your very own mental health assistant","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=R7s3DEy2Z70","youtube_transcript":"Hey, everyone. My name is Nain, and I'm building Five Head, your very own mental health assistant. We will take care of ourselves. We go to the gym, get our eyes tested. We go to the dentist. But for some reason, taking care of our minds just isn't a priority for most people. This is where Five Head comes in. Users can sign into Five Head and have a chat with our virtual therapist, Plato. Plato will ask questions to narrow it down while they're feeling the way they've feeling, and then give some advice on how to work through what they're experiencing. Here are our top player. I've been falling behind at work. I'm I'm using sleep over it. And please try to narrow down what's going on at work and why it's affecting my sleep. Users can make the conversation as long or as short as they want and pleasure will remember the thread of conversation and if need be, we'll refer back to previous answers. We've reached thirty five total users, but only seven users have been active this month and only three new members have signed up As you can tell, marketing isn't my strong suit. Most users are friends and family. I cried advertising on Reddit, but they moderated the crap out of me. Yeah. Maybe that goal was a bit too ambitious. Anyways, thanks for watching guys and feel free to go check out Five Head and get your mind right today.","embedding":[-0.013621116,0.037611857,-0.034512155,0.04841288,0.013852795,-0.018598216,0.0055762692,0.037324253,0.021793786,0.03348957,0.030933116,-0.052311476,0.00065858697,-0.04195783,-0.0011114591,-0.017176187,-0.047773767,-0.06052409,-0.025229024,0.04361953,0.03690883,0.07829146,0.030054333,0.014611742,0.035534736,0.0004995574,-0.0032834478,0.011000749,-0.0277695,-0.0064630397,0.0023127936,-0.026059872,0.0023986746,0.032498945,0.03646145,-0.008088786,0.03719643,0.02665105,0.02302408,-0.014156374,0.024893489,-0.012750323,0.06627612,-0.014092462,-0.05755221,-0.044961665,0.0063991286,0.040807426,0.012063276,0.018837884,-0.06832128,0.044961665,-0.038602483,0.06634003,0.016904565,0.015402646,0.0019253307,0.011711763,0.004088332,0.032946326,0.03007031,0.00013930687,0.0059237876,0.038666394,-0.0549638,-0.017192164,-0.003612991,-0.027306143,-0.0075934725,0.008747872,0.06007671,0.026107805,-0.015139012,-0.01448392,-0.02896784,-0.029239463,0.0041622296,0.005049,0.00950682,-0.019253308,-0.0033114091,0.034000862,0.017831279,0.02049958,-0.03104496,-0.046303805,-0.059277818,-0.0057440368,-0.046847053,-0.015099067,-0.019045595,0.010233812,-0.06471029,0.010888904,0.024270352,-0.008148703,0.0077452622,0.041254804,0.048125282,0.006487007,0.015043144,-0.012558589,-0.028648283,0.00905944,0.017000431,0.01960482,0.03232319,0.0049291663,-0.024366219,0.055347268,-0.1368982,0.03037389,0.008731894,-0.005640181,-0.035630602,0.042085655,0.025308913,0.013908717,-0.017272055,-0.02919153,-0.0062633166,0.048604615,0.02992651,0.0052567124,0.0013041919,-0.024621865,-0.0031556252,-0.018294636,-0.018406482,-0.0062952726,0.017096298,-0.011551985,0.041830007,-0.029878577,-0.071325116,0.011783663,-0.02628356,-0.0024466082,-0.039688975,-0.033681303,-0.027865369,-0.0062153833,-0.020371757,-0.016824674,-0.0035930187,-0.0111525385,-0.0021949569,0.019940356,-0.04435451,-0.02919153,0.02161803,-0.008955584,-0.010098,-0.044194728,-0.0006171444,0.0034412292,0.0031855835,0.0049731056,-0.036557317,-0.05295059,-0.020084156,-0.014380064,-0.0039984565,-0.016984453,-0.010801026,0.06135494,-0.00068005716,-0.024989355,-0.043939084,0.018070947,-0.008364404,-0.015043144,-0.033521526,-0.0043339916,0.05918195,-0.013469326,0.03489562,-0.027354077,-0.034320418,0.007130115,-0.024078619,0.037675768,-0.041830007,0.0004021924,-0.05978911,-0.025564559,-0.049403507,-0.030246068,-0.007865096,-0.0043619527,0.00349116,0.017208142,0.017351944,0.018726038,-0.0030018382,-0.041158937,0.08404349,0.0057400423,0.002919952,0.039688975,0.007753251,-0.0006476022,0.007956969,-0.007154082,0.039848756,-0.014364086,-0.002696262,0.011543996,-0.031156804,0.035758425,0.049115907,-0.05064978,0.036749054,0.03623776,-0.061898187,-0.0028280793,-0.026379429,-0.021745851,0.004621593,0.061450806,-0.026603118,0.025085222,0.027721567,-0.017128253,0.033010237,0.022273121,0.06621221,-0.006007671,0.0012432764,0.00200522,0.010289734,-0.019445041,-0.0027941263,-0.034927577,0.014763532,-0.01537069,0.044002995,-0.023008103,0.054644242,0.021713896,0.016840652,0.002496539,0.030453779,-0.0023008103,0.0054244795,-0.005029028,-0.048125282,-0.06915213,0.023439504,0.009970178,0.066723496,0.026555184,0.01306988,-0.0006560904,-0.029303374,-0.020435669,0.0036169854,-0.017975079,-0.0048732436,-0.008548149,0.03678101,-0.025900092,-0.03125267,0.014004584,0.028057102,-0.0019323211,-0.0024905473,0.022592679,-0.05934173,0.0015009191,-0.010753092,-0.04278868,0.026539207,0.017367922,0.008268537,0.001576814,-0.0153547125,0.029574998,-0.035343003,-0.014787499,-0.024797622,0.019061573,0.01582606,-0.021761829,-0.00594376,0.02554858,0.017064342,-0.032259278,-0.023231791,0.044961665,-0.037547946,0.002834071,0.009227208,0.005999682,0.0053885295,0.012974014,0.0034272484,0.019572865,-0.018438438,0.040871337,0.05234343,-0.008084792,-0.023791017,0.0059956876,0.030917138,0.017032387,-0.011096616,-0.0017655523,0.039848756,-0.04723052,-0.007305871,0.013381449,0.06371966,-0.008172669,-0.019125486,-0.01588997,0.05985302,-0.003519121,0.03118876,-0.0029918521,-0.04665532,-0.03288241,0.015051134,0.012886135,0.03483171,-0.016057737,0.016049748,0.033841085,-0.02316788,-0.0521517,0.07893057,-0.054100994,-0.019780576,-0.0028180932,-0.015506502,0.004509748,-0.016840652,-0.012878146,0.034256507,0.026507251,-0.012247021,-0.03165212,-0.038858127,0.035758425,-0.046175983,-0.0064790174,0.031380493,-0.014979233,-0.010577336,-0.011743719,-0.040679604,-0.036205806,0.025724337,-0.03489562,-0.005887837,0.005192801,-0.0072139986,-0.023679173,-0.034000862,0.023279725,-0.031092893,-0.0027322122,-0.0073338323,-0.0022249154,0.053589705,0.015250857,-0.052119743,-0.021010872,-0.0064510563,0.004210163,0.008995529,-0.025948027,0.04716661,-0.014004584,-0.06697914,0.016057737,0.04531318,-0.0016377295,-0.0032355143,0.014204307,0.013764917,0.017335966,-0.031300604,-0.039561152,0.03518322,0.05851088,0.017288033,0.020371757,-0.0987431,-0.041190892,0.04448233,-0.069919065,-0.03579038,0.0020112118,0.022848323,-0.00935503,0.027785478,0.045441,0.0051688342,-0.034448244,0.0426289,-0.0007449672,-0.052375387,0.011336284,-0.017192164,-0.0064230952,-0.062217742,-0.045856427,-0.017000431,-0.014547831,0.027833413,-0.050681736,0.058319148,0.038794216,-0.011839586,0.0041782074,0.012989991,0.007257938,0.06704305,0.04716661,-0.011927464,-0.06202601,0.022416921,0.009267152,-0.008396359,0.016105672,0.03387304,-0.044002995,0.006522957,-0.06589265,-0.016664896,0.022768434,0.015162978,0.009107374,0.012590545,-0.025532601,0.011520029,0.044897754,0.01136025,0.033713263,-0.0009401965,-0.015985837,-0.034192596,-0.026491273,0.023966772,0.013013958,-0.024781642,-0.009938222,-0.046367716,0.013189714,-0.029894555,-0.024829578,0.002272849,0.025500646,-0.044066906,-0.03920964,0.018726038,-0.038730305,0.006750641,-0.0055083632,0.008108758,0.0014210299,-0.023902861,0.017623568,0.025292935,-0.047869634,-0.014364086,0.0018005038,-0.016393272,0.013629105,0.010217834,-0.013101836,0.012079254,0.0034631987,-0.0038946006,0.017032387,-0.014052518,0.030357912,-0.001958285,-0.022113342,-0.006818547,-0.006455051,0.022480832,0.050234355,0.049595244,-0.04374735,0.0077452622,0.010681191,-0.0044458364,0.017415855,0.012558589,0.035470825,0.044322554,-0.020227956,0.022448877,-0.004441842,0.0101299565,-0.022464855,-0.033841085,0.005660153,0.028488504,0.04492971,-0.021426296,0.092351966,0.0055523026,-0.015881982,0.00023617258,-0.005919793,-0.0175277,0.04342779,-0.033649348,0.002420644,-0.027274188,0.035886247,-0.005029028,0.0073657883,0.04464211,0.017511722,0.0013810853,-0.009762466,-0.0070062866,0.0057320534,-0.00007527065,-0.006267311,-0.0035171239,-0.012606523,-0.061610583,0.023407549,-0.0012272985,0.010832981,-0.023998728,-0.010984771,0.03149234,-0.004485781,-0.0647742,0.014108441,-0.0071181315,-0.05093738,-0.010153923,0.024398174,-0.0027342094,0.014659676,0.035886247,0.009067429,0.016521096,-0.0021030842,0.0027561788,-0.024893489,-0.0107451035,0.009107374,0.015530469,-0.014747554,0.0347678,-0.005240734,0.0018664125,-0.004765393,-0.021138694,0.011448128,0.07445677,0.0067186854,0.011024715,-0.011344273,0.031172782,0.024925444,-0.020467624,-0.025133155,0.008332448,0.02377504,-0.030086288,0.009546764,0.020084156,-0.031108871,-0.010289734,-0.039688975,0.031588208,0.0047813714,0.0071580764,0.03230721,-0.022528768,-0.015730193,-0.03165212,-0.031827874,-0.018214747,-0.01114455,-0.004146252,0.011392206,-0.01529879,-0.0023787022,0.023711128,0.0013151767,-0.0109448265,0.019732643,0.013421393,0.03713252,0.0033553482,-0.021186627,-0.0051728287,-0.021729873,0.020691315,0.007513583,0.0007015274,0.011831597,0.0028580376,-0.005428474,0.0018674111,-0.0035830326,0.00546043,0.02992651,0.039561152,-0.009474864,-0.0077053173,0.01923733,0.0064790174,-0.063176416,0.000026853397,0.017975079,0.030405845,0.02644334,0.031891786,0.0017725426,-0.026874742,0.013101836,0.018949728,0.0173839,-0.00226486,0.022384966,-0.011751708,-0.014979233,-0.042373255,-0.0012712376,-0.047422256,0.0375799,0.015059123,-0.0032734617,-0.03422455,0.021586074,-0.01954091,-0.0070422366,0.027066477,-0.031076916,0.025005333,-0.03652536,-0.007665373,-0.017767368,0.01099276,0.030437801,-0.026459318,0.007493611,0.005488391,-0.05406904,0.0033893012,-0.021602051,0.052375387,0.012750323,0.0102018565,-0.024334263,-0.06576482,-0.0028320737,0.010209845,0.012446744,-0.040296134,0.0146756545,-0.00950682,-0.018406482,0.0016736797,0.016984453,0.010042078,0.007441683,0.015154989,0.0249574,-0.033361748,0.016113661,0.0075175776,-0.015099067,0.002568439,0.0016197544,0.01775139,-0.03193972,0.045185357,-0.0005045505,-0.01819877,-0.007210004,-0.01759161,-0.014739566,0.0518641,0.009994145,0.031460386,-0.010465491,0.007086176,0.009195252,0.013045914,-0.00008350922,-0.021554118,0.030613558,0.012007353,-0.03217939,-0.02139434,0.017575633,0.028408615,-0.08219005,-0.01834257,-0.000029069075,-0.010105989,0.015722204,-0.00053675583,-0.019764598,-0.048157237,0.0552514,0.02123456,0.0277695,-0.03713252,-0.026347473,0.0018793944,0.06308055,0.00093670137,0.015810082,-0.018374527,-0.0059837042,0.04499362,0.033841085,0.0024565943,0.02131445,0.010888904,0.015330746,0.014372075,-0.00065209594,-0.017991059,0.009075418,-0.0020711287,-0.021634007,-0.016361317,0.024382196,0.030661492,0.0079290075,0.0044018975,0.037675768,-0.03684492,-0.020004267,-0.03082127,-0.03780359,0.0026702979,-0.000644107,-0.004286058,0.023822973,0.011799641,0.01834257,0.02599596,0.032051563,-0.038570527,-0.0046535484,0.00004989957,0.018278658,-0.03997658,0.029974444,-0.029830644,-0.010185879,-0.012686412,0.00935503,0.0050450056,0.0077852067,0.021426296,0.019365152,-0.01024979,-0.01760759,0.009347041,0.012223055,0.006550918,0.009690565,-0.0013880756,-0.06659567,0.008168675,-0.014619731,0.0139965955,0.0018124873,0.034512155,-0.06541331,0.0067027076,-0.0038826172,-0.016808696,-0.021218583,0.03841075,0.010425546,0.00579197,-0.029654887,-0.019205375,0.00038995937,0.01575416,-0.027913302,-0.03751599,-0.006283289,-0.023375593,-0.0026702979,0.003465196,-0.021586074,0.0073178546,0.0045337146,0.00597971,-0.070622094,-0.040807426,0.0068584913,-0.00980241,-0.036940787,-0.009626654,0.010345657,0.0020930981,0.019061573,-0.0132536255,0.042916503,-0.027721567,0.004278069,0.013245637,0.030309979,-0.01582606,-0.013157759,0.014659676,0.0032954314,0.009722521,-0.03556669,-0.003015819,0.0030837248,0.06825737,-0.037675768,0.00001797508,-0.009235197,0.0224329,0.020627402,0.002178979,-0.0051888064,-0.0036868886,-0.024174485,0.0035910215,-0.0013820839,0.039305508,-0.022241166,-0.009402964,0.003784753,0.015043144,0.017272055,-0.00032130454,0.0018773972,-0.03483171,-0.014204307,0.035758425,0.03074138,0.025500646,-0.015937904,0.05771199,-0.025692381,0.0062912777,-0.020100133,-0.01024979,0.012486689,0.027497878,-0.03617385,0.0018454415,-0.021426296,0.002895985,0.035662558,-0.008004902,0.012502667,-0.028584372,0.020547513,0.014052518,0.0006426091,0.013685027,-0.05119303,0.007952974,0.009115363,0.016792718,-0.003051769,0.0011374231,0.0118955085,-0.023647215,0.029750755,0.01106466,0.04381126,0.005296657,0.034416284,-0.0107451035,-0.003904587,-0.017511722,-0.006307256,-0.02212932,-0.010505436,0.013669049,0.0003228025,-0.003784753,0.009610676,-0.010569347,0.0009102381,-0.030997027,-0.0044937697,-0.01693652,-0.0053286124,0.0150032,0.034288462,0.02161803,-0.024829578,-0.009043463,-0.003005833,0.012742334,-0.007198021,-0.038570527,-0.011192483,-0.0070622093,-0.002272849,-0.0023567327,0.018246703,-0.006714691,0.024110574,0.0079649575,-0.024861533,0.02153814,-0.0058359094,-0.021937586,-0.027529834,-0.016113661,0.035598647,0.03908182,0.006638796,-0.028824039,0.0029958466,-0.0026223643,-0.02361526,-0.02465382,0.015921926,-0.004797349,-0.007649395,0.041286763,-0.009698554,0.034703888,0.03090116,-0.0115599735,0.000040319104,-0.035950158,0.05266299,0.014332131,-0.0043899138,-0.002420644,-0.008092781,-0.022193233,-0.011799641,-0.002168993,0.016305394,-0.0028560404,-0.028776105,0.03037389,-0.0074017383,0.007637412,-0.036365584,0.014907333,0.033585437,0.050745647,0.0033154036,-0.014619731,-0.03259481,-0.003898595,0.012862168,0.016209528,0.015131023,0.0012722362,0.0043619527,0.014276207,-0.025484668,0.015530469,0.008428316,-0.008739883,-0.029095663,-0.0020241938,0.054708153,0.0037368194,0.04863657,0.008859717,0.023439504,-0.0018554276,-0.0003372824,0.011320306,0.028057102,-0.0020891037,-0.008699939,0.018086925,0.03355348,0.006906425,-0.035087354,0.010034089,0.00019185901,-0.030501714,0.009163296,-0.036205806,0.0105373915,0.015035155,-0.030613558,0.00058768527,0.024541976,0.023950795,-0.031732008,0.0051009282,-0.045121446,0.018598216,0.0224329,-0.040903293,-0.016856631,0.049147863,-0.033904996,0.010002133,-0.008356415,0.024829578,-0.01291809,0.0047134655,-0.00047833685,-0.031204738,-0.054037083,0.03825097,0.019972311,0.026203671,-0.0024066635,-0.02161803,-0.011727741,-0.051161073,-0.015418624,0.014835432,-0.008460271,0.025852159,-0.022704523,0.00079190213,0.02665105,0.015458569,-0.0046175984,-0.002548467,-0.004318014,0.012087243,-0.017192164,0.0060995435,0.013653072,-0.03489562,0.033745218,0.0074896165,-0.004797349,0.028632306,0.013852795,-0.025564559,0.012726356,0.015722204,0.014004584,0.018757995,-0.0035071378,-0.019844487,-0.033585437,0.0060436213,0.0077452622,-0.009994145,-0.005680125,0.018550282,-0.019429063,0.04531318,-0.0033313814,-0.008188647,-0.0057080863,0.0002811103,-0.0013181726,-0.06640394,-0.013245637,-0.011168516,-0.012686412,-0.030613558,0.00527269,-0.0021989513,-0.024062641,-0.009746487,-0.030725403,-0.00044263634,0.020339802,0.0008847734,-0.027833413,-0.02756179,-0.019476997,0.0221453,-0.009307097,0.011496062,0.010681191,0.03438433,0.043268014,-0.0044298586,-0.04755008,-0.028456548,0.016537074,0.017256077,0.011192483,-0.019333197,-0.0030138218,0.023215814,0.0070821815,-0.0005916797,0.007980935,-0.006439073,0.008252559,-0.005736048,0.0011993373,0.0014180341,0.02131445,0.03297828,0.0114880735,0.013405415,0.022001497,-0.038219012,0.007889063,0.027849391,-0.0228643,0.00078041805,0.022512788,-0.0010086017,-0.014228274,0.024014706,0.018326592,-0.030166179,-0.007130115,-0.008052836,-0.034735844,0.027242232,-0.00047409273,0.015426613,0.02332766,-0.010497446,0.022161277,0.007845123,0.009770455,0.0025744308,-0.0069024307,0.004002451,0.036876876,-0.005116906,-0.004242119,-0.049786977,-0.019029617,0.006742652,0.007345816,0.012079254,-0.00075195753,0.014507887,-0.0033853068,0.05397317,-0.028840017,0.020180022,-0.003327387,0.009842355,-0.022816367,0.020100133,0.10379211,-0.0039724926,-0.012814235,-0.0044178753,0.028632306,0.021138694,-0.016273439,-0.008548149,-0.00779719,0.015682258,-0.068640836,-0.0045137424,-0.0058159367,0.016760763,0.030469757,-0.003680897,-0.0005896825,-0.010313701,-0.00076294225,-0.006315245,0.017735412,0.0072819046,0.033170015,-0.024478065,-0.008899662,-0.0100261,0.014052518,-0.013005969,-0.0072978823,0.0025744308,0.002143029,-0.008276526,0.001001112,0.021825742,0.013365471,0.03416064,-0.020020245,-0.006950364,0.00049206783,-0.025964005,0.0016307392,-0.015386668,0.040232223,-0.02562847,-0.0031156805,0.007122126,-0.009371009,0.019413086,-0.022768434,-0.029399242,-0.008500216,0.018694082,-0.008332448,0.028840017,0.011368239,0.009826377,0.015458569,0.035151266,0.023886884,0.026027916,-0.010457502,0.022944191,-0.019812532,0.003846667,-0.03037389,-0.018374527,0.005823926,0.04144654,-0.03751599,0.015091078,-0.032115474,-0.013197703,0.01374095,-0.021953564,0.013629105,-0.014987222,-0.003059758,0.026459318,0.04374735,-0.026235627,0.0011474092,-0.023854928,0.027338099,-0.042980414,-0.03511931,0.0005187808,-0.009706543,0.06774608,-0.011336284,0.0322433,-0.01886984,0.004433853,-0.0120313205,0.01455582,-0.008380381,0.019157441,-0.023119947,-0.0019213363,-0.00060715823,-0.021442274,0.0003362838,-0.009227208,-0.0026683006,0.004318014,-0.05176823,0.0017425842,-0.0068904473,0.00798493,0.014276207,-0.022848323,0.0016706839,0.021873675,-0.015626336,0.030725403,0.003571049,-0.005911804,0.0072699212,0.005108917,0.008644016,-0.025005333,0.03678101,-0.00011003495,0.009706543,-0.0037048636,-0.009962189,0.021362383,0.020515557,-0.006419101,-0.005364563,0.0066348016,-0.019876445,0.038922038,0.0030977053,-0.0093869865,-0.011599918,0.035343003,0.01566628,-0.025245002,-0.021969542,0.00076843466,-0.027178321,0.005620208,-0.0014270216,-0.022321055,-0.002282835,-0.009546764,0.0048253103,0.023663195,-0.016081704,0.027641678,0.030198134,-0.010729126,0.04592034,0.003836681,-0.025564559,-0.04470602,0.041286763,0.0048972107,-0.017399877,-0.017975079,-0.03141245,-0.023008103,0.003577041,-0.0107451035,0.033521526,0.008188647,-0.014108441,0.01158394,0.007605456,-0.010809015,0.0398168,-0.015993826,-0.06595656,-0.006259322,0.014563809,-0.007321849,-0.007058215,0.00527269,-0.0114880735,0.01693652,-0.016329361,0.021825742,-0.014659676,-0.026491273,-0.0056761308,0.020084156,0.022608656,-0.0014739565,-0.046910964,0.019956334,-0.023886884,0.002196954,-0.044897754,-0.0069982978,0.047038786,-0.008787816,0.0017136242,-0.028855994,-0.033521526,0.010113978,0.015778126,-0.008024874,-0.021586074,0.009850344,0.0067186854,0.026459318,-0.0146756545,-0.01092086,-0.01099276,-0.009546764,-0.0073577994,-0.010928849,-0.023503415,0.024366219,0.008891673,0.022081386,0.016329361,0.037835546,0.020467624,-0.026507251,0.0100261,-0.011368239,-0.02339157,-0.07119729,0.019045595,0.0050010667,0.002730215,-0.029095663,-0.04499362,-0.007657384,0.034735844,-0.05815937,0.014084473,0.022384966,-0.0426289,0.0071860375,-0.003077733,-0.01917342,0.01693652,-0.037228387,-0.009027485,-0.0006940378,0.009163296,0.0056162137,-0.028584372,0.0066507794,0.0041422574,-0.010633258,0.000449377,0.01730401,0.01893375,0.008811784,-0.033968907,-0.022161277,0.015881982,-0.010824992,-0.013205692,-0.010513425,0.0019063571,-0.000028522956,-0.03975289,-0.015578402,-0.0059677265,0.011400195,0.002410658,0.00501305,-0.027210277,-0.026539207,-0.020835115,0.014755543,0.010297723,-0.014595765,0.017831279,0.00017912667,-0.010817003,-0.006039627,-0.010761081,0.005632192,-0.012526633,-0.041158937,-0.020291869,0.008188647,-0.020227956,0.013365471,0.017144231,0.00876385,0.016648918,-0.017479766,0.029527064,-0.011615896,0.0073777717,-0.0028021152,-0.016744785,0.035982117,0.012670434,0.010593314,0.019221352,0.011008738,-0.010817003,-0.0046535484,-0.018646149,-0.0033393705,-0.024989355,-0.009235197,0.005783981,-0.006403123,0.028903928,0.030645514,-0.015418624,0.004901205,0.008532171,-0.009674587,0.030725403,-0.0014090466,0.03527909,0.016904565,-0.007940991,-0.008811784,-0.03639754,-0.011392206,0.055091623,-0.0070542204,0.052918635,0.02658714,0.036429495,0.018821906,-0.017703457,0.007457661,0.01552248,-0.006379156,0.024845555,-0.018086925,0.022608656,-0.026267583,0.0032994258,-0.016856631,0.009003518,0.021346405,-0.03133256,-0.017399877,-0.023631237,-0.00011109598,-0.008128731,-0.0022948184,0.01907755,0.01677674,0.031108871,0.010417557,0.024174485,0.004262091,0.015426613,0.030469757,0.012662445,0.00032130454,-0.04307628,0.010593314,0.0005846894,0.023087991,-0.012215066,0.008659994,-0.013828828,-0.031348538,0.008612061,-0.003051769,-0.025564559,0.03193972,-0.01760759,0.03422455,0.014515876,-0.019349175,0.01180763,-0.058415014,0.049051996,-0.0300064,0.009347041,-0.026555184,0.012870157,0.0070222644,-0.0025844171,-0.022832345,-0.00009386986,0.0068225414,-0.0012482695,-0.006475023,0.012199087,0.007293888,0.0064151064,-0.016952498,-0.003906584],"social":"https://twitter.com/nayankad"},{"title":"boundless","description":"envision your large scale land development project in a social metaverse","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qlkH9nN1zKY","youtube_transcript":"Hi. My name is Greg, and I build bridges for a living, but now I want to build a new bridge between engineering projects and a social metaverse. Bring in up to fifty of your coworkers, clients, and land developers into a social metaverse and envision your project live on the spot. With the help of others, you can build whatever you dream That, my friends, is why? You should take a seat, have a civil champagne, and just look at the glory of your project in three d. From here, you can go ahead and install this Amazing project you are working on in a one to one representation allowing engineers to never ever have to do another site visit again. From here, it's all gravy. Now you can see that since starting build space, my interactions have been pretty good. Considering I really was never on social media before this. But I also see that no idea how to track this very well. So am I warning? He'd be the judge.","embedding":[-0.0041613504,0.00760154,0.019353949,0.04806622,-0.033827484,-0.023261635,0.0013469359,-0.0024506897,-0.02856133,0.028980609,0.011672745,-0.047965594,0.046389103,-0.029433431,0.03676244,-0.0026351726,-0.034414474,-0.07875749,0.025693458,0.020980755,0.031395663,0.049106035,-0.0157146,0.03776871,-0.033643,-0.017861314,-0.011714674,0.06799039,-0.015404334,0.006226303,0.003431804,-0.03733266,-0.017056296,0.012175881,-0.0066288114,0.022406304,-0.025475431,-0.0042871344,0.023999568,0.013752373,0.016603474,0.0064778705,0.02589471,-0.011001898,-0.03592388,0.0009543853,-0.05061544,0.017408492,0.03183171,0.041257117,-0.046422645,-0.01866633,0.0042766524,0.04481261,-0.011085754,-0.032955382,-0.019421034,-0.0127628725,-0.0523261,0.012360364,0.062221102,0.017727144,0.028796127,0.040351473,-0.013551119,0.009358322,-0.032703813,0.029617915,0.008087904,0.01992417,0.020108653,0.041894425,0.016586704,0.023664145,-0.05611639,-0.037701625,-0.019421034,0.043940507,-0.0035869374,-0.083453424,-0.006427557,-0.033643,-0.020108653,-0.018029025,-0.073122375,-0.020376991,-0.024955526,-0.04568471,-0.028544558,-0.00020715035,-0.013702059,0.020209279,-0.025559288,0.0081717605,0.023278406,0.025508974,-0.006742017,0.049139574,0.033995196,0.007396093,0.05413739,-0.0151946945,-0.014867657,-0.030909296,0.06651452,-0.0141045675,0.022674644,0.02981917,0.0022808814,-0.030020423,-0.15147735,0.018616017,0.0064988346,0.039345205,-0.0078531075,-0.010683246,0.023848627,-0.058933947,0.045416374,-0.03830539,-0.027706,0.009207381,-0.0060669766,0.018716644,0.01428905,-0.07721454,-0.01920301,-0.0128299575,-0.047864966,-0.013173766,0.010037555,-0.0041026515,0.06661515,-0.01823028,-0.035622,-0.0115805045,-0.08432552,0.006352087,-0.042364016,-0.00035088466,0.0038385054,-0.026632644,0.015957784,-0.017140152,-0.01307314,0.0023731228,-0.018683102,0.057625797,-0.016242893,-0.024938755,0.0051068263,-0.022070881,-0.031664,0.0031131515,0.046858694,-0.038338933,-0.025341263,0.014599318,-0.0074505997,-0.010322665,0.0021446154,0.0071612964,0.009660203,0.030389389,-0.030590644,0.012226195,-0.03238516,0.012377135,-0.049676254,0.002442304,-0.016980827,-0.036963694,-0.032619957,0.022221822,0.015748143,0.011136068,0.025358034,-0.070371896,0.051219203,-0.014699945,-0.00781118,0.02730349,0.019437805,-0.01442322,-0.063562796,0.0010487232,-0.03052356,0.03263673,0.014775415,-0.010004013,-0.037969965,0.087545596,0.010565847,0.00015028556,0.026481703,-0.05413739,0.03290507,0.0083981715,0.086069725,-0.028762585,0.009492491,-0.029886253,0.017660059,-0.029366348,0.02262433,0.0065281843,0.026666187,0.00374836,0.007358358,0.005668661,0.05668661,0.004515642,0.016620245,0.043236118,-0.015253394,-0.042062134,-0.006783945,0.034984693,0.0010995609,0.0063730506,-0.047261205,0.026045652,0.022020567,-0.030053966,0.009341551,0.05004522,0.0058866865,-0.014507076,0.05812893,0.047127035,0.02669973,-0.018850813,-0.04437656,-0.052963406,-0.004431786,-0.0049181506,0.04001605,-0.051420458,0.04451073,0.01371883,0.003320695,-0.005568034,0.023446118,-0.021282636,0.013844614,-0.0038615656,-0.052225474,-0.042632356,0.0020880126,0.033743627,0.012628703,0.03208328,0.01059939,0.052594442,-0.015496576,0.0016414799,-0.05836373,0.009785987,0.030473245,-0.04652327,0.0076853964,0.020008026,-0.032301303,0.017978711,-0.036997236,-0.030473245,0.014297436,-0.0326535,-0.008813258,-0.040351473,0.013115068,-0.000563407,-0.021182008,-0.039814796,-0.025609601,-0.0010539643,0.037399746,0.0016152749,0.005500949,-0.03052356,0.003574359,-0.030875754,0.0033542372,0.021550974,-0.025223864,0.0584979,0.040083136,0.011630817,0.018984983,0.025643144,0.002800788,-0.01499344,0.018582474,0.02247339,-0.0035764554,0.026884211,0.034850527,-0.013593047,0.010649703,0.04216276,0.021903168,-0.017173694,-0.010414907,0.05004522,-0.004716896,0.02502261,-0.0141045675,0.020309906,-0.010314279,-0.029064465,0.021685144,0.0007169682,-0.001900385,-0.04974334,-0.015429491,-0.004291327,0.064501986,0.004043952,0.010272352,-0.02602888,0.011001898,-0.01881727,-0.008071134,-0.026750043,-0.0017766976,-0.015832,0.043772798,-0.018766958,-0.00063258817,0.0019601325,0.027454432,-0.006025049,-0.014532233,-0.029735314,0.04437656,-0.035554916,0.0046246545,0.015312093,0.031077009,0.010465221,-0.0083310865,-0.034263533,-0.009425406,0.03012105,0.034850527,0.012410678,0.008108868,-0.05289632,0.047730796,-0.00066193775,-0.019857084,-0.03874144,-0.04001605,-0.029148322,0.035856795,0.0014496595,0.012695788,-0.02218828,-0.03947937,-0.0048720296,-0.0011938988,0.01737495,0.015597203,0.000236893,-0.018045796,0.0038489872,-0.035554916,0.04229693,-0.046389103,-0.0011446335,0.0055386843,0.027387347,-0.018045796,0.0038804333,-0.020024797,-0.0024464969,0.02998688,0.029332805,0.0124442205,0.018934669,0.017341407,-0.017693602,-0.030389389,-0.08861895,-0.020762729,0.040485643,0.037936423,-0.0101717245,-0.055915136,-0.034280304,0.070237726,-0.0045282203,0.030288763,0.030204907,0.02260756,-0.022892669,0.07117692,0.0168802,0.024368534,-0.01428905,0.007978892,-0.0065407627,-0.022959754,-0.021416806,0.014096182,0.029752085,-0.02515678,-0.027202865,-0.021785771,-0.0033374662,0.028980609,-0.07479949,0.040418558,0.031747855,0.0026037267,-0.00653657,0.021316178,-0.011622432,0.01737495,0.05497595,-0.00825981,-0.006859415,0.04987751,-0.010783873,0.016720872,0.05074961,0.055479083,-0.0069768135,0.012964127,-0.06929854,-0.05400322,0.0062221102,0.048971865,-0.0015345636,-0.027638916,0.05568034,0.025777314,-0.009291237,-0.0086036185,0.048334558,-0.024301449,0.0135343475,-0.008813258,0.031982653,-0.035622,-0.005601576,-0.036728896,0.025089694,-0.053332373,-0.007647661,-0.021953482,-0.022859126,0.017358178,0.0630932,-0.041089408,-0.009484106,0.031714313,0.025844399,0.004435979,0.021400034,-0.026984839,0.03830539,-0.07526908,0.02997011,0.0043605086,-0.008226267,-0.04484615,0.021031067,-0.039244577,-0.032720584,0.005702203,-0.015479805,0.05386905,-0.006121483,-0.051822964,0.008226267,-0.004241014,-0.0038720476,0.008553305,-0.056049306,-0.010129796,-0.0072241887,0.022574017,0.049810424,0.043034863,0.03535366,-0.037131406,-0.017894857,-0.05983959,0.0064988346,-0.0053332373,0.017039524,0.022070881,-0.022724958,0.017945169,-0.06272424,-0.011043826,-0.034951154,0.0074086715,0.02389894,0.009274466,-0.002874162,-0.05299695,0.03169754,0.009417021,0.000027122152,-0.037533917,-0.00572736,0.0048720296,0.023278406,-0.04216276,-0.010129796,-0.0021571938,0.046120763,-0.013198923,-0.0003341135,-0.009643432,0.037869338,0.031227948,-0.025374806,-0.0168802,0.005291309,-0.013316322,-0.004473714,0.012050098,0.025727,-0.031295035,-0.0019140117,-0.018884355,0.0008600474,-0.017425263,-0.02503938,0.016720872,-0.00869586,-0.037936423,0.0023668336,-0.03592388,-0.036997236,0.016335135,0.02772277,-0.010901271,0.023244863,0.029366348,0.01505214,-0.016729258,-0.013006055,0.012393907,0.0020188314,0.0096266605,0.016351907,0.03575617,-0.033710085,0.03280444,0.005500949,-0.017777458,0.021047838,0.004939114,0.0011351997,-0.011278623,0.030372618,0.032720584,0.00051990675,0.016150651,-0.0032032966,0.012494534,0.01908561,0.004909765,0.011840457,0.016528005,-0.013894928,-0.037131406,-0.049407914,-0.02559283,-0.028041424,0.02134972,-0.0032242606,0.02529095,0.02235599,-0.0003141977,-0.026750043,-0.001126814,-0.032318074,-0.021735458,-0.0007321671,-0.012150724,-0.0018144327,-0.030791897,0.001037193,0.04655681,0.023479661,-0.03124472,0.012771258,-0.0069306926,0.013316322,0.06765497,-0.01328278,0.027353805,0.011706288,-0.0027190286,0.0033353698,0.030842211,-0.0074925274,-0.019907398,-0.045986593,-0.03424676,-0.012788029,0.011681131,0.0054506357,0.016561547,-0.024787813,0.0013479841,0.03676244,-0.015832,-0.046288475,-0.052627984,0.01646092,0.04410822,-0.0043395446,0.041089408,-0.017660059,-0.014087796,-0.016603474,0.038137678,0.01200817,0.05004522,0.02091367,0.022423076,-0.017492346,-0.0022808814,0.02899738,0.059738964,-0.031764627,0.008897115,-0.01059939,-0.012486149,-0.006083748,0.0018972404,0.054908864,0.009232538,0.011597276,0.014943127,-0.012855114,0.022926211,-0.0076183113,0.012016555,0.026464932,0.0016425281,0.05289632,0.0143309785,-0.028796127,-0.026045652,-0.0008448485,0.022255365,-0.033156637,0.020628558,0.0015628649,-0.068527065,0.005379358,-0.021383263,0.0035093708,0.010901271,0.04229693,-0.021047838,0.01662863,-0.032267764,0.013509191,0.011136068,0.0063437014,-0.015840385,-0.008469449,-0.009182224,0.010691632,-0.010322665,0.01963906,0.04823393,-0.0045994977,-0.021249093,-0.060175017,0.046590354,-0.0035345275,-0.01054069,0.011572119,-0.03448156,0.0044443645,0.0034045507,0.018733416,0.0013867675,-0.020695643,0.02602888,-0.01377753,0.0010644463,0.004779788,0.038909152,-0.01823028,0.01067486,-0.0093080085,-0.00067766075,0.022205051,0.016938899,-0.059302915,-0.01739172,0.011655974,-0.03124472,-0.01866633,0.018548932,-0.02517355,-0.0061172904,0.0060502053,0.011530191,0.041860882,-0.020125424,-0.008284966,-0.008645547,0.014540618,0.00025851213,0.015999712,-0.004989428,-0.038003508,0.00760154,-0.007924385,-0.049005408,-0.0006268231,-0.0267165,-0.008637161,-0.010582618,-0.021282636,-0.009232538,0.0039810603,-0.027739542,-0.016418992,-0.011446334,0.030926067,0.033106323,0.0044820993,0.0037881918,0.022926211,-0.02955083,-0.03362623,-0.054204475,-0.039647084,-0.016930513,-0.0011697903,-0.0073122373,0.014658017,0.03305601,0.018984983,0.043068405,0.029919796,-0.022926211,0.018364448,-0.022137966,0.01881727,-0.018179966,0.012938971,-0.027655685,0.02262433,0.006155025,0.007375129,0.0052032606,0.009794373,0.00940025,0.030154593,-0.0019402166,0.024334991,0.019135924,0.025760543,0.01724078,0.021299407,0.014507076,0.0014087796,0.001679215,-0.019052068,0.007542841,-0.02784017,0.01950489,-0.06148317,-0.019588746,0.00947572,-0.03267027,0.00066036545,0.010515533,0.012662246,0.00019444095,-0.0007410768,0.008637161,-0.0005298647,-0.015832,-0.015739758,-0.0042871344,-0.038942695,0.0057441313,0.01463286,-0.0014549004,-0.0048971865,0.0066288114,0.028645186,0.009333165,-0.07788539,-0.015899085,0.024402076,0.040686898,-0.031194406,0.0058154087,0.049106035,-0.02332872,0.050145846,-0.041592542,0.013702059,-0.013240851,0.00463304,0.011832072,-0.012117182,-0.025844399,-0.035253033,0.019270092,-0.0128635,0.005148754,-0.025005838,-0.022674644,-0.014985055,0.030976381,-0.02814205,-0.04169317,0.021701915,-0.0033919725,0.015094068,-0.0073919003,0.010129796,0.012377135,0.011328937,0.0023123273,-0.012628703,0.0044024363,-0.030355847,0.0020492293,0.01335825,-0.040888153,-0.003389876,-0.0168802,0.019404262,-0.05339946,0.0026414618,-0.010431678,0.023446118,0.011144454,0.010725174,0.041559,-0.01038975,-0.006922307,-0.0042766524,0.0051068263,0.010951584,0.044611357,-0.015119225,0.0121255675,0.015454648,-0.0008396075,-0.005375165,0.0071025975,0.010632932,-0.047261205,0.0093750935,0.0068132943,0.020024797,0.025374806,-0.030003652,0.025391577,0.007794409,0.023748,0.028678728,0.018683102,-0.0021173623,-0.025072923,0.0098530715,0.006737824,0.032586414,-0.041055866,0.01335825,0.027370576,-0.010515533,-0.006020856,0.0011163321,-0.005777674,-0.0045659556,-0.008393979,0.018029025,0.015563661,0.022993296,-0.03521949,-0.012276509,-0.002505196,-0.001410876,0.0040607234,-0.02274173,-0.02924895,0.034816984,0.00330602,0.048468728,0.012804801,-0.013752373,-0.010741944,-0.008549112,0.041223574,-0.0023542552,-0.03134535,0.0027462817,-0.02502261,-0.015655903,-0.007219996,0.0074925274,0.008871958,-0.0010204219,0.020427305,-0.0035617808,0.0012588871,0.01839799,-0.012175881,0.049173117,-0.031144094,-0.03292184,-0.016418992,0.0031131515,0.018045796,0.028443933,-0.0023270021,0.016787957,-0.023429347,0.016242893,0.019035297,0.013299551,0.0118069155,0.022372762,-0.012913814,-0.0017620227,0.03317341,-0.013710445,0.011706288,0.016637016,-0.012092025,-0.015379177,-0.028879983,0.01725755,0.011144454,-0.011110911,0.029081237,-0.012561618,0.001499973,0.03840602,0.015882313,-0.017408492,0.0034150328,-0.027638916,0.039043322,-0.015647518,-0.026850669,-0.02064533,-0.0003252038,0.0004874126,0.026968068,-0.012167496,-0.024653643,-0.016989212,0.008129832,-0.0054087075,-0.025190322,0.013542733,-0.0013920085,-0.018850813,0.009953699,0.017324636,0.009081597,0.009953699,0.046422645,-0.0143309785,0.0056770467,0.020192508,0.018632788,0.0035450095,0.016226122,-0.012419064,0.0056812395,0.04313549,-0.02601211,-0.008435907,-0.035990965,0.014364521,-0.015253394,0.036963694,0.007869879,0.037835795,-0.009802759,-0.03183171,-0.008385593,0.022121195,0.0005094248,-0.008574269,-0.0053332373,-0.028007882,-0.010867729,0.009702131,0.010087868,0.011429563,0.010138182,-0.015588818,0.016427377,-0.044678442,-0.017878085,-0.00047326193,-0.02939989,-0.013266008,0.03575617,0.004943307,0.036863066,-0.00661204,0.0068929577,-0.0012463088,-0.013098297,0.011085754,-0.030439703,-0.027487975,0.007446407,-0.004306002,-0.008612004,-0.07459824,-0.021601288,-0.017081453,0.008163375,0.008788101,0.007567998,0.017425263,-0.037701625,-0.016142268,-0.009509263,-0.012092025,-0.0070816334,0.009785987,0.015010212,-0.020175736,-0.014448377,-0.010658089,-0.015697831,-0.0030020424,0.0028615836,0.05695495,0.00940025,-0.019186238,-0.02545866,-0.026783584,0.03746683,0.0068510296,0.0032640921,0.012980898,-0.0056309258,-0.016360292,-0.010691632,0.009643432,-0.024703957,-0.0020356027,-0.0009559576,0.01853216,-0.025559288,0.01596617,0.0066204257,0.013232466,0.037802253,0.013878156,0.011857228,-0.0043018092,-0.017022755,0.0003804963,0.0044611357,-0.022423076,0.030557102,-0.008653932,-0.00054873223,0.012201038,-0.009291237,-0.03303924,0.020947212,0.0010130844,0.01864956,0.01712338,-0.007773445,0.004993621,0.016871814,0.011731445,0.00752607,-0.012242966,0.031664,-0.007219996,-0.0007672818,-0.006905536,-0.0047504385,-0.003947518,-0.024720728,0.026045652,-0.017509118,0.0025114852,0.002884644,-0.023982797,-0.018766958,0.017626517,-0.009945313,0.03756746,-0.00056655164,-0.022037338,-0.004427593,-0.0076099257,0.00081864354,0.017978711,0.022406304,-0.012930585,0.00968536,-0.005496756,0.012997669,-0.010104639,-0.0037441673,-0.013576276,-0.0014087796,-0.03843956,0.024251135,-0.02005834,0.008461064,0.015362407,0.01920301,-0.011999784,-0.012326822,0.011505034,0.012821572,0.028729042,0.013676902,-0.033944882,-0.02445239,-0.006662354,0.004215857,-0.03411259,-0.01322408,0.031848483,0.009878228,-0.009584733,0.025056152,-0.015421106,-0.00028537223,0.0047546313,0.012201038,0.002236857,0.025106465,0.12222841,0.011429563,-0.007622504,-0.027085466,0.022171509,0.032351617,0.011932699,-0.01002917,0.00809629,0.0063940147,-0.01921978,-0.028611643,0.022037338,-0.00932478,-0.0033395626,-0.023680914,0.0035198526,-0.03095961,-0.008897115,-0.01646092,0.0067671738,0.0029286684,0.03619222,-0.004310195,-0.010691632,-0.021433577,0.027219635,-0.0049265358,-0.011320551,0.026900982,0.008737789,0.041055866,0.010700017,0.03646056,0.015597203,0.008473642,-0.04169317,-0.021416806,0.024854898,-0.034280304,0.00064726296,-0.046992864,0.043236118,-0.031328578,-0.009920157,-0.026246907,-0.007043898,-0.020175736,-0.022171509,-0.03716495,-0.00066455826,0.007291273,0.0033039236,0.026800355,-0.0071277544,-0.010431678,0.030154593,0.040049594,0.0119662415,-0.00022392154,-0.028108507,0.0019632769,-0.0028028844,0.031295035,-0.016804729,0.012494534,-0.0026016303,0.010356207,0.010951584,0.029752085,0.010834186,-0.0014496595,0.016284822,0.013668517,0.031647228,-0.027789855,0.0038510836,0.01851539,-0.0065826904,-0.027202865,-0.017022755,0.002532449,-0.000999982,0.012662246,-0.010498763,0.006788138,0.041089408,0.04216276,-0.019270092,0.02193671,-0.027873712,-0.018448304,0.00015146477,0.006209532,-0.015354021,0.007832144,-0.05836373,-0.009274466,-0.02388217,-0.0068510296,0.00572736,0.02249016,-0.0031487902,0.0020481811,-0.032972153,-0.016335135,0.010792258,0.009064826,-0.009878228,-0.006679125,-0.027957568,0.0011572118,0.0038867225,-0.008234653,0.028309762,0.020762729,0.02389894,0.0117398305,-0.014624475,-0.031060237,0.012586775,0.04280007,-0.023865398,-0.0067965235,0.007396093,0.009492491,0.02235599,-0.035253033,0.021550974,0.013668517,-0.0037399745,0.03988188,0.019068839,0.0070858262,-0.019286864,0.02274173,0.010993512,-0.03659473,-0.0044443645,0.025257407,-0.047160577,0.0076853964,0.01779423,-0.041491915,0.020125424,-0.033827484,-0.012133953,0.02218828,-0.024133736,0.005375165,-0.008821644,0.0157733,0.021416806,-0.020259593,-0.0027693422,-0.021148466,-0.021282636,0.011412792,0.00005873191,-0.036393475,-0.0018259629,0.0060502053,-0.0040607234,-0.027370576,0.043202575,0.022423076,0.017081453,0.008377207,-0.00635628,0.013743987,0.016528005,-0.031311806,-0.030188136,-0.009383479,0.014750258,-0.024636872,0.021534203,0.0001584091,-0.008079519,-0.019152695,-0.02939989,0.0008710535,0.0070019704,0.012930585,-0.022154737,0.014666403,0.013022826,-0.016855042,-0.020796271,-0.00932478,0.0051277904,0.0066539682,-0.029668229,0.035655543,0.014985055,-0.021165237,-0.03756746,-0.029181864,-0.038338933,0.008473642,-0.016578319,-0.037131406,0.022875898,0.0018857103,0.0059244214,0.010138182,-0.032837983,0.00092451164,0.031177636,-0.0046665827,-0.0010303798,-0.008880343,0.004712703,0.00009774457,0.015563661,0.012897043,-0.020460848,0.056384727,0.020125424,0.004148772,0.024150508,-0.0019905302,-0.0035387203,-0.056921408,-0.01851539,0.047965594,0.016033255,-0.0038720476,-0.030808669,-0.00862039,0.0119662415,0.0019915784,0.0037294927,0.0103310505,-0.01823028,-0.0021142177,-0.004809138,0.004075398,-0.02997011,-0.017458806,0.0028951261,0.010591004,0.011211538,0.011941085,-0.014221966,0.00820111,-0.014666403,0.0062430743,0.015010212,0.030942839,-0.0071235616,0.018884355,-0.025609601,-0.021131694,-0.0041718325,0.017945169,0.016603474,-0.018129652,0.010549076,0.004578534,-0.011563733,0.007236767,0.004964271,0.00066141365,-0.017576203,-0.0072577307,0.013760759,0.029299263,0.011270237,0.021601288,0.00016168471,-0.027655685,0.023194551,0.02730349,0.0024255328,0.011513419,0.0058447584,-0.009240923,0.02616305,-0.053500086,-0.039177492,-0.006532377,-0.03548783,-0.005152947,0.0013521769,-0.029483745,-0.019236552,-0.015655903,0.017274322,-0.012393907,0.020628558,-0.01950489,0.011672745,0.028913526,0.006264038,0.0015628649,-0.0073919003,0.021769,0.0055973832,0.004993621,0.008897115,0.028376848,0.042095676,-0.0024863284,0.031194406,0.029768856,-0.0018773247,-0.019236552,-0.009383479,0.0076812035,0.009215767,-0.020997526,-0.015991326,-0.01701437,0.007794409,0.0037462637,0.023748,-0.0045198346,-0.032619957,0.038573727,0.02981917,0.006947464,0.040049594,0.0027274142,0.035286576,0.0267165,0.028125279,-0.032871526,0.034448016,-0.023848627,0.0065659196,0.001473768,0.024049882,-0.02542512,0.029768856,-0.03830539,-0.019488119,0.00088258367,0.02389894,-0.0075554196,-0.01231005,-0.025777314,-0.022456618,-0.0008700053,-0.007144525,0.016930513,-0.0093080085,0.0017347696,0.0034758283,0.024167279,0.006532377,0.01215911,0.027370576,0.0031215372,-0.046187848,0.046456184,0.01895144,-0.0065994617,-0.029030923,0.005240996,-0.03900978,-0.047294747,-0.007014549,-0.008431714,-0.016804729,0.041391287,0.013442106,0.023311948,0.01839799,-0.025508974,0.031227948,-0.015295322,0.02389894,-0.02150066,0.004909765,-0.049911052,-0.016435763,0.015538504,-0.018498618,-0.007358358,0.018850813,0.016846657,0.028879983,0.002153001,0.0041990858,0.020142194,-0.017777458,-0.008029206,0.006985199],"social":"https://twitter.com/gregor_mortis"},{"title":"hostmate","description":"app que conecta anfitriones profesionales en airbnb en latam con propietarios para gestionar sus espacios en rentas","niche":"other","youtube_url":"https://youtube.com/watch?v=L1_UDibI_Pc","youtube_transcript":"Hey. My name is Juan Manuel from Mexico. I'm with my friend Federico from Argentina. Together, we create housemate, an Aptech Connect professional host on Airbnb with property owners on that app. Let me show you how it works. So you enter to the app and you need to register as a host. First, you need to publish your profile. Second, you start receiving interviews, and then you can medium some new great job opportunities with property owners. It's so simple. And if you are a property owner, it's so simple. You only need to meet great Superhost that already have. He's programmed in our app see his information and ask for an interview. But if you don't have credits, whoa, you need to upgrade your profile. Let me tell you about these last six weeks in build space. After launch, the second week, we tests, launches, and Twitter, and doesn't work. We only receive great feedback from builders. After that, we used TikTok and got viral with our first video and start got more than that thousand views. And after that, we did try to replicate it last week in Facebook. I also couldn't read results with views. Actually, we have more than five hundred subscribers right now in the channels. And we hope more than twenty eight thousand views on the videos that I already made. And for the future, we want to know ideas, suggestions, and feedback for you guys. And thank you","embedding":[-0.017035564,-0.00056198845,-0.03638204,0.03617465,-0.021405557,-0.026190327,0.016457837,0.028175341,-0.01402101,-0.031167675,0.010154678,-0.021701828,-0.023405384,-0.04254447,-0.024279382,0.012747046,-0.034308147,-0.016946683,-0.01693187,0.013939535,0.00026386607,0.03051588,-0.0013471057,-0.0029145628,0.019805696,-0.049862355,-0.04384806,0.038278174,-0.046425615,-0.008932561,0.022235114,-0.026842123,0.0035274727,0.012754452,0.002012789,-0.03101954,-0.017168885,-0.00982878,-0.007425284,-0.007947461,0.014739467,0.03667831,0.02586443,-0.00081613316,-0.05898749,0.00053004676,-0.065772094,0.029404866,0.05285469,0.01713926,-0.052706555,0.020813016,-0.0065142517,0.0049773473,-0.00690681,-0.017761428,-0.018916883,0.00690681,-0.020650066,0.008814053,0.011221252,0.0027238387,0.08597775,0.024990432,-0.02192403,-0.02267952,-0.0365598,0.027479107,-0.0110583035,0.04325552,0.019227967,0.040292814,0.0074549112,-0.0014035824,-0.034248892,-0.030634388,-0.036530174,0.0018507659,-0.013576604,-0.050306763,-0.036411665,0.050810423,-0.03122693,0.02753836,-0.037093088,0.009058476,-0.028427172,-0.05051415,-0.050988182,-0.0057143206,0.002149814,0.052884318,-0.05252879,-0.011910082,0.103813246,-0.018798376,-0.0027108768,0.0216722,0.052114014,0.007599343,0.052291777,-0.007214191,0.0155393975,-0.032500893,-0.012576691,-0.035789497,-0.0037107903,-0.00008882334,0.048143987,-0.0035978372,-0.0723493,0.008125223,0.013421061,-0.018561358,-0.011406422,0.023820164,0.05095856,-0.08876269,-0.0007235486,-0.0034719221,-0.029508559,0.009865814,0.0035422863,0.030027034,0.008236325,-0.06346118,-0.021257421,0.0054217535,-0.05578777,-0.028160527,0.011910082,0.0067549716,0.034485906,-0.029834457,-0.036500547,0.017376276,-0.045833074,-0.023834975,-0.05344723,-0.015057958,0.033182316,-0.049506832,0.015806042,0.015731974,-0.03134544,-0.049862355,-0.03122693,0.009036256,0.01853173,-0.013398842,0.014561704,0.0077104443,-0.06458701,-0.0016257854,0.0290049,-0.021361116,-0.012169318,0.04384806,-0.02787907,0.021153728,0.014035824,-0.008495562,0.010236152,-0.0048736525,-0.002223882,0.046721887,-0.0077400715,-0.046158973,-0.06962361,-0.032293506,-0.018753935,-0.029390052,-0.015731974,0.033508215,0.060291085,-0.020398237,0.0015100546,-0.074186176,-0.029567814,-0.003683015,-0.026812498,0.005140296,-0.051047437,-0.022842469,-0.06132803,-0.049062423,-0.03777451,0.01713926,-0.0005064377,-0.01793919,-0.016443023,0.020338982,-0.017702173,0.022442505,-0.00019963551,-0.041270506,0.050158627,-0.012376708,0.00017371183,-0.0025016356,-0.024442332,0.006014295,0.0067253443,0.023746096,0.0065698023,-0.015450516,-0.0058106086,0.029864084,-0.053180587,-0.01060649,0.071578994,0.013687706,0.044203587,0.0034497017,-0.026797684,0.0027682793,-0.049654964,0.037922647,-0.02632365,0.012813707,-0.015169059,0.0018063253,0.021227794,-0.054721195,0.011487896,0.007910428,0.0008758502,-0.030323304,0.087755375,-0.00738825,-0.0032108335,0.027953139,0.002518301,-0.059135627,0.051491845,-0.024279382,-0.010436134,-0.022516571,-0.0036478327,0.05812831,-0.000013424765,0.008399274,0.0063994466,0.018961323,0.06452776,-0.0121989455,-0.041596405,-0.05146222,0.060172576,0.042514842,0.070571676,-0.01060649,0.006751268,0.029553,0.029360425,-0.021316675,-0.009458441,0.011050897,0.04052983,-0.008591849,0.0059143035,-0.0059254137,-0.057595022,-0.016946683,-0.01668004,-0.004299628,-0.01031022,-0.005029195,0.020872269,-0.016591158,-0.014258026,0.0053847195,0.012850741,0.051165946,0.008562223,0.029938152,0.03575987,-0.0020998186,-0.0035533966,-0.021287048,0.0012165615,-0.011273099,0.01995383,0.04212969,-0.010473168,0.03416001,0.029997407,0.022486946,-0.020087153,0.04396657,0.022842469,-0.00467367,0.0010869431,0.030456627,0.025760736,0.02682731,0.057980172,-0.024886737,0.010680558,0.045684937,-0.0051032626,-0.060083695,0.03943363,-0.009791746,-0.015998617,0.0020053822,0.006014295,0.03232313,0.016650412,-0.0068216324,-0.021494437,0.015406076,0.014843161,-0.058631968,-0.037863392,0.028560493,0.019968644,-0.029315984,-0.022161046,-0.02041305,-0.018561358,-0.027005073,-0.02779019,-0.041181624,-0.030901032,-0.040855728,0.04384806,-0.01642821,0.01005839,-0.020457491,0.0498031,-0.05303245,-0.021361116,-0.007843766,0.030071475,0.017820682,0.00017475341,0.01033244,0.042514842,0.061150268,0.02036861,-0.042603724,-0.011265692,0.04799585,0.0476107,-0.009539916,0.052884318,-0.015420889,-0.011561964,0.0037515275,-0.0021535174,-0.012139691,-0.025553346,-0.00735492,0.035819124,0.023464639,0.045210905,0.008873307,-0.05039564,-0.028797511,0.0019109459,0.036944956,0.04233708,0.01910946,0.0017026305,0.006991988,-0.017124446,-0.00025669078,0.0055513717,-0.03223425,0.0100806095,-0.04144827,-0.008080782,0.029790018,-0.028308664,-0.009976915,0.056409936,-0.015435702,-0.011902675,0.008443714,0.074423194,0.01596899,-0.015317194,-0.028901204,-0.019864948,0.0042514843,0.0022516572,-0.05004012,-0.022842469,0.03324157,0.017005937,-0.03244164,0.02435345,-0.0011563814,0.050336387,0.009969508,0.071993776,0.0368857,-0.0033348969,-0.04953646,0.021464812,-0.05255842,-0.021153728,0.0016591158,-0.031908352,0.021864776,-0.054484177,0.0056254393,0.03575987,-0.0049810507,0.0010462059,-0.08568148,0.054513805,0.03487106,-0.024546025,0.0070068017,-0.002360907,0.0013434023,0.06636463,0.016620785,-0.0005411569,-0.008280765,0.02531633,0.0002469694,0.0072178943,0.0061920574,0.04858839,-0.014383942,-0.051965877,-0.044707246,-0.041803792,-0.0155393975,0.01161381,0.017331835,-0.05466194,0.01949461,-0.015035737,0.023909044,0.014687619,0.03558211,-0.016161565,0.0018850222,-0.042070437,-0.014680212,0.002690508,-0.024990432,-0.013139605,0.028130902,-0.0103916945,0.042396333,-0.025982939,-0.041744538,-0.03981878,0.013428468,-0.060557727,-0.031286184,0.0018702087,-0.0029460415,0.029582627,-0.020679694,-0.018976137,0.014339501,-0.030604761,0.043166637,0.051373336,-0.012754452,0.009569543,0.00418112,0.0036182057,-0.03232313,0.036530174,-0.019998271,-0.014946856,0.042603724,-0.09219944,-0.016887428,0.026842123,0.019983457,-0.018250274,-0.021849962,-0.010865727,0.028782697,-0.007340106,0.063698195,0.019464985,0.017702173,-0.04698853,0.018753935,-0.043107383,0.02854568,0.02376091,0.0512252,0.010769439,-0.018013258,0.00013042854,-0.048884664,0.002223882,-0.03223425,0.010650931,0.030930659,0.0068142256,0.006121693,-0.05433604,0.040796474,0.03970027,0.012643351,-0.043374028,-0.05454343,-0.04287037,0.041566778,-0.046958905,-0.015332008,0.00095547293,0.011124964,-0.0035034008,-0.0117693525,0.0064068534,0.028471613,-0.035611738,-0.0066327597,0.002553483,0.015494957,-0.01111015,0.030812152,-0.021242607,0.023242434,-0.012769266,-0.002547928,-0.022235114,-0.018739121,-0.023331316,-0.0083103925,-0.016842987,0.017924376,-0.0073919534,-0.008495562,-0.025034873,-0.033626724,-0.016398583,-0.025701482,0.00018169725,0.036026515,0.018265087,-0.019850135,-0.015406076,-0.0022960978,0.019464985,0.023242434,-0.016294887,0.02187959,0.036263533,-0.02799758,0.016206006,-0.022146234,0.019879762,-0.018487291,0.0020313058,-0.00962139,0.011880455,0.02011678,-0.012924808,-0.010450948,-0.025390398,0.028116088,0.007666004,0.035315465,-0.011828607,-0.028782697,-0.0040959422,0.0071104965,0.00736603,-0.017450344,-0.020561185,0.0062068705,0.001435987,0.0118063865,-0.004888466,-0.009065883,0.00068049674,-0.0027201353,-0.015835667,-0.020946337,-0.022072166,0.019005764,0.025997752,-0.049951237,-0.007888207,-0.008228919,0.030752897,0.012465589,0.014998703,-0.0073734364,0.031375065,0.004721814,0.012569284,0.0075178687,-0.009391781,-0.0057661682,-0.00856963,0.023479452,0.018161392,0.009547323,-0.031167675,-0.011221252,0.0037144937,0.011561964,-0.033537842,0.0067549716,0.0050847456,-0.010147271,-0.005995778,0.00069577317,-0.014095077,-0.026605107,-0.0068660732,0.020190846,-0.026990259,-0.0108361,0.002871974,-0.023968298,-0.0011850827,-0.012872961,0.0013258113,0.059254136,0.014354315,0.022546198,-0.030930659,-0.031612083,0.00959917,0.01752441,0.04124088,0.018561358,0.008873307,-0.019776069,-0.04849951,0.024383077,-0.027656868,0.036944956,0.007503055,-0.030145543,-0.0061402097,-0.01949461,-0.016902242,-0.0038589255,0.0059217103,0.006047625,-0.0024534916,0.0053958297,0.004888466,-0.018931696,-0.001069352,-0.02036861,0.041803792,-0.03587838,-0.008910341,-0.0128063,-0.05566926,-0.009443628,0.014628365,-0.012695199,-0.023138741,0.049269814,-0.010680558,-0.01108793,-0.03454516,0.007725258,-0.020738948,-0.02050193,-0.04752182,-0.011161998,-0.03143432,-0.009806559,-0.010376881,-0.051995505,0.03679682,0.0045625684,0.03679682,-0.060498472,0.025138568,0.025849616,0.0059735575,0.03706346,-0.03587838,0.010954608,-0.005955041,0.016368955,0.01571716,-0.016443023,0.00029441898,-0.013524757,-0.02162776,0.030664016,0.015583837,-0.03383411,0.0461886,-0.027805004,-0.049358696,-0.012206352,0.026975445,-0.11625662,-0.017361462,0.00714753,-0.022042539,-0.019346476,0.02304986,0.0032645327,-0.01308035,0.000889275,0.016546717,0.026842123,0.006829039,-0.011732319,0.00957695,-0.036648683,-0.022027725,0.0326194,-0.029078968,-0.020887082,0.04384806,-0.008554816,-0.0024497882,0.014265433,0.036707938,-0.0128285205,-0.009384374,-0.019124273,-0.01351735,0.005340279,-0.040352065,-0.004877356,0.008725172,0.0009952843,0.0121989455,-0.009784339,0.03931512,0.038455933,-0.030041847,0.00054856366,-0.052173268,-0.03584875,-0.00045019257,0.03730048,0.007347513,0.04932907,0.027819818,-0.025183007,0.038752206,0.012265606,-0.0444406,0.02799758,-0.04346291,0.015450516,-0.009843593,0.023612773,-0.023523891,0.022723962,0.00047495894,0.002475712,-0.03970027,0.0087399855,0.020457491,0.014591331,0.018353969,-0.00075132394,0.019124273,-0.0048032883,0.018724307,-0.0063550062,0.034426652,-0.012576691,0.023435012,-0.012480402,-0.013132198,-0.0052847285,0.014569111,-0.06429074,0.0027145802,-0.025760736,-0.0020053822,-0.011487896,0.017198512,-0.0063031586,-0.009628797,-0.005192144,0.010243559,-0.009665831,0.038070783,-0.009799153,-0.0022553606,-0.01945017,0.020279728,-0.017050378,0.003881146,0.009591763,0.0016600416,0.019035392,-0.009591763,-0.03801153,-0.04707741,0.015687533,0.010006542,-0.053002823,-0.04183342,-0.0017850308,0.020442678,-0.017998444,0.018205833,0.043166637,-0.005632846,0.01642821,-0.023731282,0.0163097,-0.008295579,-0.0031441727,-0.0017081856,0.012850741,0.005780982,-0.032767538,0.016857801,-0.017005937,0.011006456,-0.024249755,-0.009925067,-0.004110756,0.017835494,0.0036533878,0.009895441,-0.02859012,0.006751268,-0.016487464,0.0027256904,-0.01308035,0.022501757,-0.025034873,0.012880368,0.028397545,-0.03173059,-0.038663324,0.028071648,-0.0005018085,-0.02946412,-0.013628451,-0.0026942114,0.008762205,0.0010647228,-0.003995951,0.038455933,-0.0025719998,-0.015731974,-0.0408261,0.0059624473,-0.0016285629,0.055935904,-0.0433444,0.0027349486,0.016828174,0.00959917,-0.004258891,0.016206006,0.012354488,-0.01743553,-0.010088016,0.014420975,0.007088276,0.05252879,-0.021598132,0.013532164,-0.030041847,0.038870715,0.023331316,-0.033300824,-0.01223598,-0.0103916945,-0.004692187,0.01865024,0.026308836,-0.06713494,0.025849616,-0.009495475,0.014917228,-0.002727542,-0.039966915,-0.0022627674,-0.017672546,0.008414087,0.037122715,0.014146925,0.05898749,-0.004984754,-0.021538878,0.010924981,-0.016235633,-0.005269915,-0.029641882,0.020946337,-0.00016804102,0.017080005,0.01869468,0.025286702,0.00056013674,-0.0067808954,0.004066315,-0.0019072425,0.021775896,-0.029790018,0.004699594,-0.015806042,0.0015748638,0.021257421,0.0052217706,0.035552483,-0.033626724,0.017317021,-0.02066488,-0.024694161,0.03516733,-0.025049686,0.026294023,0.031612083,0.004992161,-0.035789497,0.0020313058,0.003742269,-0.011880455,0.00008760817,0.008895528,-0.044825755,-0.007851173,0.052232523,0.041092742,-0.013961756,0.01949461,0.01596899,0.0049995678,0.0066772006,0.005381016,-0.012672978,0.014976483,-0.0018581727,-0.018961323,-0.0066846074,-0.011710099,0.012643351,0.005173627,0.019316848,-0.0433444,0.021479625,0.002042416,0.04506277,-0.027760563,0.031582456,-0.012547064,-0.015613465,-0.03658943,0.004229264,0.016650412,0.011013863,0.01702075,0.02263508,0.0476107,-0.0049106865,0.0554915,-0.0047292206,-0.0029090077,0.009502882,-0.0026349574,-0.024990432,-0.003466367,0.0326194,0.02783463,-0.014643178,0.0250645,-0.0063290824,0.011843421,0.0058180154,-0.021716641,0.052084386,0.03285642,0.01668004,-0.016398583,0.015998617,-0.015909735,-0.0038404088,-0.0055698887,-0.025627414,0.012250792,-0.023272062,0.00282383,0.013480316,0.026516225,-0.014332094,-0.024234941,0.008399274,0.04121125,-0.018916883,-0.0015322749,-0.027730936,-0.042899996,-0.047699578,0.02213142,0.026931005,-0.008443714,0.002631254,-0.026442159,0.027197648,-0.019731628,-0.0005050489,0.01154715,0.0023349833,0.0034552568,-0.0068660732,0.0124359615,0.01697631,0.020650066,-0.023849789,-0.025790364,-0.04073722,-0.016946683,-0.0044107297,-0.05113632,0.046662632,0.01865024,0.042100064,-0.03202686,0.00060411444,-0.028486427,0.021894403,-0.009125137,0.022842469,-0.00042612056,0.008969595,0.004777365,0.016650412,0.014665399,0.004732924,0.015272753,-0.012821114,-0.019005764,0.009769525,0.026664361,-0.033656348,-0.008280765,-0.005381016,0.03810041,0.009702865,0.022561012,-0.013598824,-0.010362067,0.041863047,0.022546198,0.0071623437,-0.0013906205,-0.0034941423,-0.010532423,0.027730936,0.0075252755,-0.010621304,-0.0017202216,0.00033330452,0.03575987,-0.006721641,0.016057871,-0.02779019,-0.023331316,0.0093695605,-0.014095077,0.011361981,-0.033419333,-0.017628105,-0.016028244,0.020857455,0.009147357,0.009710272,-0.020190846,0.0052662115,-0.005292135,0.049121678,-0.029241916,0.041774165,0.009132544,0.0076437835,0.021775896,0.021538878,0.013154418,0.00076335995,0.011236066,0.021138914,0.0096065765,-0.018161392,0.0014887602,-0.0069845812,0.0052995416,-0.0049180933,-0.01743553,0.0056217364,0.013050724,0.022501757,0.010843507,0.018724307,0.0073623266,-0.009628797,0.0040515014,0.005936524,0.004144086,0.001772069,-0.01793919,0.0018146579,-0.044144332,-0.010517609,-0.0053773127,0.004792178,-0.028471613,0.0056995074,-0.016191192,-0.004751441,0.008799239,-0.015198686,-0.0035311761,0.0032534224,-0.041507524,-0.00417001,-0.014643178,-0.0134951295,0.00008193736,0.0010230597,-0.00022729517,0.021109287,0.029390052,-0.017065192,0.025923684,0.00907329,-0.04002617,-0.00344785,-0.0037033835,0.006240201,-0.010939795,-0.004614416,-0.02091671,0.00030784376,-0.004103349,0.034189638,-0.030367745,0.02070932,0.0177318,0.025464466,-0.006240201,-0.0075919363,0.09504364,-0.0018146579,0.020798203,-0.010991642,0.03504882,0.014487636,0.016043058,0.027360598,-0.013228486,-0.00095362123,-0.006284642,0.0043292553,0.00011966558,-0.004732924,-0.0063883364,-0.0030108509,-0.004636636,-0.010339847,0.01601343,0.00001941383,0.021538878,-0.006999395,0.015287567,0.00863629,-0.059283763,0.009236239,0.011169405,-0.024679348,-0.019390916,0.00713642,0.028012393,-0.008532596,0.017924376,0.019776069,0.0052736183,0.029330797,-0.014354315,-0.009947288,-0.0051625166,-0.0044070263,0.011865641,-0.018709494,0.024427518,0.0021646277,-0.011784166,0.026338464,-0.02041305,-0.037715256,-0.031849097,-0.04144827,-0.0340415,-0.0016433764,0.021257421,0.009643611,0.006921624,0.018739121,0.020768575,0.035996888,0.03706346,0.017716987,0.007725258,-0.0005004197,-0.024486773,0.017554037,-0.0025664447,0.0064772177,-0.007828953,-0.010206525,-0.0033848926,0.0038181883,-0.032797165,-0.0026090336,0.012080437,-0.0018026219,0.019627932,-0.0021109285,0.027360598,-0.01031022,0.012443368,-0.012621131,-0.027479107,-0.025997752,-0.011776759,0.01622082,-0.00032659213,-0.00057772786,0.015628278,0.013739553,-0.0065438785,0.008317799,-0.013806214,-0.010932388,0.03181947,-0.001808177,0.0005272692,0.020057525,-0.023020232,-0.0056032194,-0.041033488,0.022072166,-0.021731455,0.009910255,-0.009436221,0.040203933,-0.010228746,-0.01613194,-0.036233906,0.017642919,0.0050847456,-0.00060411444,0.024012739,-0.006810522,0.012909995,-0.014161739,0.005606923,-0.010873134,-0.010065797,-0.010680558,0.018768748,-0.041596405,0.01303591,0.0005930043,0.017628105,-0.03970027,0.0009517696,0.0290049,0.019776069,-0.032115743,0.027138395,0.026456973,-0.021050032,-0.015228313,0.0261607,-0.0103916945,-0.0009059402,0.00735492,-0.014332094,-0.031908352,-0.014761686,0.019094646,-0.022901723,0.0157616,-0.013065537,-0.002072043,-0.0042737047,-0.0008485378,-0.020516744,0.008369647,0.011095337,-0.013902502,-0.0048069917,-0.0037996715,0.01301369,0.016531903,0.0032608293,0.0019035392,0.0069882846,0.03961139,-0.01672448,-0.0064179637,-0.0025849617,-0.028397545,0.01133976,-0.0027849444,0.012273013,0.013754366,-0.009917661,0.010184305,-0.004151493,-0.022916537,-0.003955214,-0.020338982,-0.035789497,0.019464985,0.040263187,-0.031493574,0.010273186,0.0067068273,0.0019331662,0.0010610194,-0.021849962,0.02050193,-0.015302381,0.01596899,0.020057525,0.0022183268,-0.009428814,-0.015102398,0.01567272,0.0118212,0.0036237608,-0.018768748,0.0015489402,0.0047625513,0.0064661074,-0.02573111,-0.018205833,0.016531903,-0.03324157,0.035108075,0.002029454,-0.01372474,-0.02888639,0.01853173,0.008969595,0.035196956,-0.02233881,0.0070253187,0.037715256,0.023657214,0.0011600849,0.037656,-0.022190673,-0.010265779,0.00020947264,-0.02607182,0.00815485,0.05051415,0.04094461,-0.023079487,0.026960632,-0.018413223,-0.0013211821,-0.05558038,0.0100806095,0.014109891,0.020472305,-0.01672448,-0.050366014,-0.017820682,0.020635253,-0.001027689,0.026427345,0.039255865,-0.016917055,0.013050724,0.012702606,0.0077919187,-0.020309355,0.010176898,0.016768921,0.0018183613,0.017420717,-0.022012912,0.010502796,0.019805696,-0.010658338,0.013406249,-0.002631254,-0.021687014,-0.0037644894,-0.002275729,0.01672448,-0.037863392,0.020798203,0.01697631,0.011199032,-0.034308147,-0.0049995678,0.00565877,-0.016206006,-0.013050724,-0.0029460415,-0.012287826,0.0049217967,0.0041181627,0.048321746,0.0013702519,-0.046395987,0.013502536,0.0075252755,-0.03860407,0.013746959,-0.015228313,-0.0138506545,-0.010924981,-0.005573592,0.010613897,0.01033244,-0.016457837,-0.0270347,0.014835754,-0.023731282,-0.0054995245,0.0013193304,0.0049699405,0.04698853,-0.0028219782,0.013621044,-0.018561358,-0.0134951295,-0.0038070783,0.01251003,0.033389706,0.016383769,-0.0036867182,-0.025657041,0.031760216,0.023286875,-0.016961496,0.034515534,0.020383423,-0.0063550062,-0.017287394,0.025879243,0.001327663,0.023020232,0.008547409,0.003803375,0.009836187,0.021716641,-0.037567124,-0.008058563,-0.014169145,0.015554211,0.025953311,0.00068512594,-0.015346821,-0.015687533,0.032293506,0.0002620144,0.008177071,0.014509857,0.025138568,0.028486427,0.011473082,0.053684246,0.0013480316,0.027049514,0.029375238,0.022249928,0.004866246,0.0025386694,-0.023923857,0.03617465,-0.023301689,-0.013695112,-0.012487809,0.01651709,-0.0035700616,-0.005725431,-0.011273099,-0.0013767328,0.0390781,-0.019524237,0.006143913,0.010613897,0.012665572,0.02187959,-0.0055106347,0.03727085,0.053180587,0.041863047,0.01351735,-0.031197302,0.020694507,0.003862629,-0.011732319,-0.012872961,-0.0043885093,-0.04506277,-0.012650758,-0.019835321,-0.014532077,-0.038455933,0.043166637,0.0047810683,0.008991815,0.008103003,0.0039329934,0.020442678,0.009688051,0.023909044,-0.023983112,-0.04325552,-0.047107037,-0.039166983,0.009917661,-0.0009786191,-0.019627932,0.0216722,0.012428555,0.013472909,0.038248546,0.009399188,0.003466367,-0.019168712,-0.001579493,0.010613897],"social":"https://twitter.com/espejeljuanma"},{"title":"simplfy","description":"your ai powered education companion.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=nBo1XEHxk0E","youtube_transcript":"Hi. I'm Will. I'm building simplify. Your solution for note taking. First, you'll sign into the application. You'll select the folder and the file name that you would like, then you'll select whether it'll be a live recording or whether you'll be uploading audio or video file. Then it will transcribe the audio into that it's transcription, it'll chunk it, it'll summarize each chunk, and then combine all these chunks into a final summary, which you will then be able to review. And go over later. So far, we've gotten fifty dollars in monthly recurring revenue. We've gotten thirty nine thousand TikTok views. We've gotten fifteen hundred different page visitors. And we've done this via just using TikTok and Twitter. Organic content marketing. Thank you and have a good rest of your day.","embedding":[-0.015678588,0.0052526887,-0.0508651,-0.010288622,-0.024233174,-0.03832223,0.026212867,0.017846135,-0.008742439,0.011430197,0.010288622,-0.0027889102,0.01317146,-0.04202151,-0.0028105858,0.021559866,0.0055272444,-0.045229476,-0.015635237,0.00046421628,0.009818987,0.023741864,0.009522756,0.021343112,0.032108594,-0.041067787,-0.05415977,0.0046710633,-0.038091023,-0.00994904,-0.008316155,-0.032137495,-0.010353649,-0.04358214,-0.00074960996,-0.024623333,0.032686606,0.00001763954,-0.018684253,-0.040865485,-0.00095191435,0.017773883,0.026039463,-0.021877773,0.010779933,0.023886366,-0.055229094,0.0416458,0.020736199,0.011740879,-0.06837888,0.01900216,-0.029680941,0.03196409,-0.011777004,-0.019782478,0.0022163168,0.04485377,-0.005505569,0.040865485,0.045258377,-0.047801632,0.040489774,0.004313418,0.02589496,-0.009421604,-0.057916854,0.040865485,-0.006293111,0.008222228,0.026964283,0.0022361858,0.0162566,0.013800048,-0.04574969,0.01339544,-0.049477868,0.011849256,0.0146237165,-0.05780125,0.034391742,-0.00508651,-0.0017096526,-0.008966419,-0.023828564,-0.004006349,-0.015505185,-0.03147278,-0.016227702,0.0014116149,-0.018351898,0.055200193,0.013756697,-0.013388215,0.02595276,-0.0034229178,-0.050518293,0.046847913,0.025923861,0.03049016,0.012535646,-0.01848195,-0.01572194,-0.055836007,0.005411642,0.00993459,0.009898464,-0.021429813,-0.0023012122,-0.011849256,-0.08912953,-0.0049383943,0.041616898,-0.011032813,0.02866942,-0.039940663,0.02453663,-0.010093543,-0.013503817,-0.046963517,-0.020996304,0.03184849,0.0039810613,-0.0059896545,-0.005530857,-0.025215795,-0.029998848,0.023308353,-0.029854346,-0.043264236,0.019536823,0.02168992,0.03982506,-0.027441144,-0.019059962,-0.0032224196,-0.024348777,0.025793808,-0.048235144,0.022022275,0.056703027,-0.043322038,-0.0035403266,-0.014276909,-0.06392818,-0.05884167,-0.011820355,0.018351898,-0.039478254,-0.014746544,0.004100276,-0.019103313,-0.052483536,0.015808642,-0.011553025,-0.007947672,-0.019883629,0.03563447,-0.03101037,0.0161988,-0.009291551,0.0069542127,-0.0009907496,-0.03650149,-0.046067595,0.0073190834,0.03569227,-0.065488815,-0.042397216,-0.036270283,-0.008157201,-0.03288891,-0.028972877,0.0023535946,-0.001318591,-0.02820701,0.0063906508,-0.062251944,0.007730917,0.0277157,-0.060806915,0.0011352526,-0.042888526,0.048842058,-0.042946327,-0.042715125,-0.009537206,0.011625276,-0.026848681,0.0044543087,-0.013258162,0.03101037,0.030432358,-0.0038004322,-0.000918498,0.01663231,0.0693615,0.019088862,-0.010360874,-0.011386846,0.015837543,0.016458906,0.004728865,0.0063581374,-0.02125641,0.052656937,0.0096600335,0.041270092,-0.037166204,-0.0032079692,0.067165054,-0.002736528,-0.01848195,-0.0104403505,-0.050055884,-0.0092698755,-0.0509229,0.019724676,-0.023915267,0.035316564,-0.004382057,-0.0323687,0.032108594,-0.010295847,0.002032075,0.022340182,0.010303073,-0.01900216,0.006267823,-0.041819204,0.032224197,0.018467499,-0.0556048,-0.014161306,0.040981084,-0.02036049,0.03049016,-0.038437832,-0.02219568,-0.012015435,0.026082814,0.015664138,-0.0142696835,0.06629803,0.047801632,-0.0018460274,-0.016776813,-0.094967455,0.02957979,0.051298607,0.06271435,-0.0020573633,0.03470965,0.041096687,0.005404417,-0.04442026,-0.0031212675,0.047108017,0.011061714,0.0020880701,0.0027004022,-0.020187085,-0.052136727,-0.01663231,0.04020077,-0.018178493,-0.028423764,0.03329352,0.031386077,0.02125641,-0.02179107,0.019507922,-0.020620596,0.008540135,0.02124196,0.004699964,0.034073837,0.00271124,-0.042137112,0.018669803,-0.004786666,0.0013384601,0.009399928,0.010418675,-0.028799472,-0.00081012066,0.03979616,0.035750072,0.032917812,0.022426885,0.010035742,-0.006061906,0.004219491,-0.02819256,0.03378483,0.03199299,0.01570749,-0.00046128107,0.04716582,0.0069036367,0.018857658,-0.030230053,0.004436246,0.011878157,0.005126248,0.01991253,-0.047946136,-0.011733654,-0.012333342,0.00053511315,0.027975805,0.050315987,0.027050985,-0.018539751,0.003056241,0.015851993,0.056182813,-0.019796928,0.0026389882,-0.018828757,0.003318153,-0.032657705,0.010707681,-0.0108305095,0.041963708,0.042946327,0.017398177,0.009392703,0.044478063,-0.0031266864,0.029290782,-0.05320605,-0.030172253,-0.008814691,-0.014797119,-0.011227893,-0.03615468,-0.050807297,-0.014941623,0.07993913,-0.03970946,-0.09392703,-0.07103773,-0.021617668,-0.029796544,0.011278469,0.029363034,0.009371027,0.0065965676,-0.00330009,0.022773692,-0.050691694,0.025186894,-0.04806174,0.07126894,0.030865867,-0.0034590436,-0.073176384,-0.016820164,-0.016213251,0.0039593857,0.05358176,0.013915651,0.034478445,0.021213058,0.028900625,-0.067454055,-0.0020952953,0.019175565,0.0010602917,0.050344888,-0.038437832,0.030836966,-0.00058659236,-0.0071565174,-0.010563178,0.024767835,0.010100768,-0.046847913,0.023062699,0.0119287325,-0.009450505,-0.009746736,-0.04014297,-0.025649304,0.03965166,-0.007723692,-0.0001188764,0.014956073,0.016314402,-0.00763699,-0.044767067,0.011459097,-0.029045127,0.02218123,0.02124196,0.01409628,0.070170715,-0.0052165627,-0.021169707,0.0415013,0.006603793,-0.012145488,0.020187085,0.024377678,0.0064918026,0.021834422,-0.02498459,0.038206626,-0.015649687,0.03838003,-0.053437255,0.05170322,-0.02957979,0.027238838,-0.01527398,0.0060402304,0.0036956675,0.082944795,-0.002055557,-0.013229261,-0.059882093,0.021502065,0.020591695,-0.009782862,0.031559482,0.017224772,-0.005281589,0.021718819,-0.02358291,0.0029352198,0.008056049,0.048437446,-0.040778782,0.0021458713,-0.027441144,-0.032195296,0.05462218,0.062309746,0.010129669,-0.031386077,0.017788334,-0.031097073,0.0066326936,-0.009775637,0.017383726,-0.006997564,0.011849256,-0.042368315,-0.0056139464,-0.046472203,-0.029189631,0.0053610657,0.0461832,-0.04589419,-0.071500145,0.007113166,-0.03326462,0.009869563,-0.027209938,-0.010462026,0.04768603,0.0076080896,0.009985166,-0.016603408,-0.014840471,-0.0030652725,-0.036877196,0.0021549028,-0.02681978,0.0010837734,-0.0035114258,0.016603408,0.017513778,-0.06531541,-0.003686636,-0.0010765482,0.018886559,-0.020707298,-0.044795968,-0.027195487,-0.03387153,-0.025764907,0.07774268,0.0056320094,0.05040269,-0.006061906,-0.034536246,0.009703385,0.0023843015,0.025331398,0.029941047,0.034883056,-0.017484877,-0.0072468314,-0.006961438,-0.021097455,-0.010592079,0.018872108,0.0017394563,0.01985473,-0.008727988,-0.000759093,0.069823906,0.009371027,0.02683423,0.010765483,-0.017499328,0.030201152,0.051992223,-0.033582527,-0.029883247,-0.005288814,0.035547767,-0.034796353,-0.0049636825,-0.00948663,0.034449544,-0.027108787,-0.055373598,-0.029464187,-0.012203289,-0.016863514,-0.0032206133,0.00085979357,-0.0077020163,-0.024088671,-0.030114451,-0.037628613,-0.042426117,-0.006564054,0.0038004322,-0.012383917,0.018366346,-0.04392895,0.0076586655,-0.014883822,-0.024652233,-0.020447193,-0.008648512,0.014667067,0.0011695721,0.031125972,-0.024435477,-0.0017575192,-0.000013942294,0.010606529,-0.01385785,-0.003374148,0.012311666,-0.039622758,-0.018872108,0.07566184,-0.022051176,0.039969563,-0.018669803,0.021328662,-0.00403525,-0.014226332,0.006910862,-0.018698703,-0.002499904,-0.020215986,0.009096472,-0.017484877,0.018438598,-0.018424148,-0.024319876,-0.07121114,0.028987326,0.02726774,-0.059939895,0.027137687,-0.03982506,0.009161498,0.008720764,0.011235118,-0.0021278085,-0.01810624,0.00878579,-0.015534086,-0.0323109,0.00728657,0.0018984098,-0.004360382,0.029088479,-0.024204273,0.00015319588,0.0060402304,0.017239222,0.004768603,-0.0092482,-0.022802593,0.051876623,-0.007528613,-0.0035042008,-0.0077164667,-0.03806212,-0.023871915,0.011639726,0.0007618024,0.028423764,-0.016574508,-0.00084444013,-0.01897326,0.039507154,0.024782285,-0.0047035767,0.007019239,0.016820164,-0.0068277726,-0.013178685,-0.007347984,-0.014211882,-0.0071890303,0.003086948,-0.034391742,0.021111906,0.015837543,0.013612194,0.012499521,-0.06196294,0.022036726,-0.009674484,0.034998655,0.03144388,0.0032260322,-0.030172253,-0.03791762,0.008605161,-0.01760048,0.021502065,0.0325132,-0.037224006,-0.02679088,0.000098950775,0.01436361,0.014970523,0.01527398,-0.008265579,-0.017470427,-0.008467883,0.010751032,-0.0082439035,0.025938312,0.009956265,-0.036270283,0.021314211,-0.004410958,-0.03517206,0.03838003,-0.006387038,0.054853387,0.00762254,0.005812638,0.011206217,-0.0508651,0.013698896,-0.012983605,-0.007680341,-0.030230053,0.018279646,-0.031212674,-0.008655737,-0.023004897,0.022094527,0.0010097156,0.02267254,-0.0064954152,-0.011899833,-0.078898706,0.010808834,0.033958234,-0.005819863,0.038755737,0.007019239,0.04297523,-0.047108017,0.005249076,0.012730725,-0.020085935,0.011834806,-0.019377869,-0.035316564,-0.028929526,-0.011025588,-0.0059896545,-0.0119287325,0.017224772,-0.030230053,-0.0043856697,-0.0038221076,0.019088862,-0.013677221,-0.009587782,-0.014797119,0.015693039,0.049188863,0.0044940473,-0.029594239,-0.019161114,-0.015490735,-0.06202074,-0.011394071,-0.010216371,0.037657514,-0.0053899665,0.0001577116,0.015375133,0.012492295,-0.038495634,-0.013352089,0.017297024,-0.017744984,-0.00486253,0.015909795,-0.020895151,-0.035778973,0.04962237,-0.0044759843,0.0104403505,-0.020952953,-0.018409697,-0.051472012,0.024233174,-0.0010449382,-0.011329045,0.011430197,-0.007441911,0.0042520044,0.014399736,-0.02453663,-0.01710917,-0.019782478,-0.023785215,0.021184158,-0.03650149,0.0073877224,-0.028553817,-0.0323976,-0.04716582,0.03473855,0.005501956,0.026082814,0.021502065,0.0041725277,0.006881961,0.020302689,-0.073176384,0.00083586026,-0.00440012,0.014182982,-0.007550288,0.036732692,0.028337063,-0.002843099,-0.00833783,0.0033958233,0.0025035166,0.019218916,0.0031537807,0.018120691,-0.004779441,0.026530774,-0.012420043,0.0104259,0.027152138,0.02036049,0.013966227,0.026545225,-0.015042775,-0.047801632,0.015577436,0.014385286,0.06531541,-0.040460873,0.005859602,0.022239031,-0.013951777,0.007991022,-0.032455403,0.019724676,0.028033607,-0.028149208,0.011437423,-0.02077955,-0.013749472,0.01806289,-0.021025205,-0.013944551,-0.009479405,0.013106434,0.025736006,-0.017860586,0.023163851,0.022239031,-0.022788143,-0.0509229,-0.019536823,-0.0015416677,-0.05696313,-0.019262267,-0.05008478,0.0018532525,-0.030143352,-0.0417036,0.007329921,0.01709472,-0.048321843,0.018438598,-0.0208518,0.0072468314,0.0115747005,0.03794652,0.0042447792,0.017138071,0.014276909,-0.03196409,-0.026270667,-0.01806289,0.03436284,0.023655161,-0.03982506,0.011675852,0.010852184,0.013800048,0.0019887243,-0.0073588216,0.007080653,0.0038510081,0.018265195,-0.024421029,0.030316755,-0.015577436,0.00832338,0.038755737,-0.00543693,-0.011791455,-0.020129286,0.011524124,-0.024233174,0.0012255671,0.020028133,-0.0162566,-0.005404417,-0.004992583,-0.003955773,-0.0022885683,0.00440012,-0.007449136,-0.035258763,0.0033416348,0.03046126,-0.016083198,-0.014002353,0.04401565,0.04335094,-0.035778973,0.001974274,0.021429813,-0.015447384,0.017701633,0.008886942,0.03788872,0.02268699,-0.025201345,-0.014616491,0.020085935,0.01718142,-0.00993459,-0.04040307,0.051876623,-0.021805521,-0.015866444,0.033409122,0.008518459,-0.0033416348,0.04306193,-0.026631925,-0.0062316973,0.009255425,0.015129477,0.023452858,-0.017773883,-0.0049275565,0.008280029,-0.010396999,0.059419684,-0.053119346,0.0043712193,-0.028756121,-0.013959002,-0.015649687,-0.013691671,0.015028325,0.012376692,0.01624215,0.061269324,0.00084624643,-0.013980677,0.00021144871,-0.0020916827,0.013800048,0.0045121103,-0.0088797165,-0.0018532525,-0.00406415,-0.014746544,-0.02955089,0.03413164,0.015057226,-0.026328469,0.011408522,0.01667566,0.0128174275,-0.0003989641,-0.035750072,-0.01064988,0.0041364017,-0.017903937,-0.031877387,-0.013800048,0.0062027965,-0.008511234,-0.039622758,-0.011668627,-0.037224006,0.043986753,0.024189822,0.017195871,0.009631134,0.011863707,0.00079070305,0.04251282,-0.008793015,-0.01945012,-0.020981854,-0.032917812,-0.016213251,-0.008482333,0.029767644,-0.033235718,-0.054333173,0.009876789,0.036790494,-0.009356577,0.016704561,-0.009255425,0.032542102,-0.020678397,-0.0070336894,-0.016979117,0.03930485,0.0074708117,0.008178877,-0.014450313,0.0016771394,-0.033698127,0.024204273,0.045084976,0.0069650505,0.014276909,0.00066968164,-0.027903553,0.012961931,-0.03615468,0.012831877,0.011950408,0.028409313,0.032715507,0.011451873,0.016010946,0.0062967236,-0.0061775087,0.033727027,-0.021935575,0.002649826,0.0055344696,0.008149976,-0.041905906,0.00381127,0.028539367,0.031906288,-0.039275948,0.01252842,0.00028539367,-0.0033018964,-0.0046638385,0.004450696,-0.024363227,-0.020533893,-0.018279646,-0.014226332,0.023958618,-0.0009961684,-0.042310514,-0.011394071,-0.03797542,-0.031068172,0.040518675,0.00042989678,-0.006130545,0.030750265,0.005155149,0.023741864,-0.0057837376,0.020635046,0.006022168,-0.011610826,-0.031386077,0.0014125181,-0.050229285,-0.011733654,-0.030258954,0.022369083,-0.0037715316,-0.04407345,-0.033177916,-0.006853061,-0.026198417,0.016906865,0.029941047,0.007315471,-0.0002503968,0.022311281,0.0021007142,0.014385286,-0.017687183,0.0023770763,0.005957141,0.016979117,0.03522986,0.019753577,0.018843208,-0.030721365,0.04020077,0.004450696,-0.01252842,0.012412818,0.0018406085,-0.03754191,-0.0062497603,0.019334517,0.02450773,0.008872492,-0.00905312,-0.011769779,-0.021429813,0.020635046,0.040114067,0.007535838,0.008894167,-0.003282027,0.022094527,0.04121229,-0.01664676,-0.0017864199,-0.034247242,-0.0032657706,0.04121229,-0.032079693,0.006379813,0.018221844,0.008554585,-0.010433125,0.013207586,0.0018144173,-0.017716084,-0.0030706914,-0.0041725277,-0.0023535946,0.00091488543,0.029912146,-0.03560557,-0.005530857,-0.029016227,0.013735021,0.003818495,0.018395247,0.037686415,-0.015158378,0.018612003,-0.014984974,0.014154081,-0.021227509,0.021025205,0.013641095,0.004786666,-0.004331481,0.028308162,0.021198608,-0.016068747,-0.015057226,-0.0029695393,-0.0002456553,0.023236101,0.0049094935,-0.0038979717,0.030519059,0.022932645,-0.031588383,0.00037999806,0.049304467,0.022051176,0.006755521,-0.0039015843,0.03569227,-0.0077164667,0.030287854,0.014211882,-0.007868195,-0.014298584,0.0008196037,-0.0022343795,-0.040027365,0.050807297,-0.0018821532,-0.0029568952,-0.008720764,0.0011162866,0.014060154,0.008395632,-0.035432167,0.005855989,-0.0143058095,0.00074373954,0.01087386,0.006611018,-0.021603217,0.002413202,0.020577244,-0.021227509,-0.020981854,0.005588658,0.015028325,0.00051163137,0.022773692,0.006553217,-0.002667889,-0.007673116,0.011899833,-0.013590518,-0.010006841,-0.002167547,0.01943567,0.008923068,0.010151344,0.08381181,0.019710226,0.034969755,0.010028517,0.026530774,0.003224226,-0.006629081,-0.022470236,-0.017253673,0.00018548331,-0.0019507922,0.011372396,0.010700456,-0.023178302,0.020403842,0.022123428,-0.010303073,-0.021343112,0.018337447,-0.009255425,0.014609266,-0.0037281807,-0.006892799,-0.0019273104,-0.001025069,-0.044593666,-0.018539751,0.0019110538,-0.006784422,-0.0037281807,0.04759933,0.0013845206,0.016097648,0.021184158,0.011018363,0.005335778,-0.04754153,-0.024666684,-0.0023283067,-0.04072098,-0.011003912,-0.014378061,-0.0018180299,0.0069072493,0.025418099,0.01891546,-0.028785022,0.02689203,-0.028972877,-0.006961438,-0.025996111,-0.006773584,0.0161699,0.017022468,0.004150852,0.003879909,-0.0016211445,0.018236294,0.000016115486,-0.002418621,-0.013612194,0.0038221076,0.0042809052,-0.011054489,-0.02173327,0.009363802,-0.020215986,-0.0127235,-0.0018731217,-0.022426885,0.024724485,0.029102929,0.015346232,-0.0060004923,-0.020996304,-0.011762554,0.006816935,0.0055778204,0.011271244,-0.018799856,-0.017730534,0.0048697554,-0.024579981,0.004811954,-0.012441719,0.010288622,-0.0070228516,0.01618435,-0.0139012,0.026328469,-0.041934807,0.0015859217,0.04907326,0.019796928,-0.024868988,-0.0045229476,-0.019724676,-0.012535646,-0.02822146,0.0049853576,0.028510466,-0.03338022,-0.00096455833,-0.0057873502,0.014161306,-0.00880024,-0.02819256,0.011509674,-0.0071203914,0.0012535646,-0.0026516323,-0.027903553,-0.005606721,-0.016531158,0.034247242,0.0003468075,-0.044680364,0.029074028,-0.01041145,-0.046616707,0.043408737,0.0034030485,-0.022932645,0.004093051,0.024493279,0.0231205,0.026487423,-0.011553025,0.053321652,-0.0127451755,0.015924245,0.009421604,0.007832069,-0.016791264,0.04300413,0.016820164,-0.038755737,-0.011170091,-0.0058343136,0.00053601625,-0.029261883,-0.00047505402,0.011805905,-0.0055922708,0.005274364,0.030114451,-0.009970715,-0.005368291,0.017282574,-0.020533893,0.025331398,-0.012911354,0.023192752,-0.0034138863,0.010122444,-0.0064231637,0.023496209,-0.009558882,-0.011943183,0.032571003,0.005079285,-0.021227509,0.0045590736,-0.023915267,0.031761788,-0.0031790687,-0.014356385,0.028871724,0.053957466,-0.00062994333,-0.001812611,0.0100140665,-0.041443497,0.007889871,-0.00021562575,-0.016719012,-0.0067627463,0.023467308,-0.024074221,-0.0067880345,0.0059029525,0.012875228,-0.03286001,0.013930101,0.008973644,0.0150138745,-0.022311281,-0.003249514,-0.012810202,0.025779357,0.013865075,0.008063274,-0.02965204,0.032946713,0.057656746,-0.0065893424,0.020577244,0.018279646,-0.034854155,0.03378483,0.028178109,-0.0088797165,-0.05514239,0.0041544647,0.030519059,0.007441911,-0.03751301,-0.022918195,-0.0073768846,-0.0012120199,0.009219299,-0.006098032,-0.007680341,0.012918579,0.034478445,0.016603408,-0.029767644,0.021126356,0.019580172,-0.028394863,0.05231013,-0.0037028925,0.020635046,-0.04728142,-0.015837543,0.035027556,0.011321819,-0.0068638986,0.024435477,0.017354826,0.003542133,-0.058379263,0.022267932,0.060749114,-0.010707681,0.012203289,-0.03387153,-0.015606337,-0.00035945151,-0.032455403,0.0004283163,-0.0029821831,0.01018747,0.020143736,-0.012925805,-0.03418944,-0.007824844,0.010216371,-0.018135142,0.024579981,-0.00014066476,0.018568652,-0.001468513,-0.007344371,-0.025504801,-0.0051406985,0.024001969,-0.014024029,-0.0035168447,0.00950108,-0.021834422,-0.009551656,0.0065098656,-0.035316564,-0.0038473958,-0.0045229476,0.01806289,-0.020996304,-0.004642163,0.012253865,0.0000094336265,-0.029507538,0.01576529,0.016892415,-0.016574508,0.0044217957,0.0055272444,-0.0052635265,-0.01573639,-0.000019939738,-0.020663947,-0.03473855,-0.009905689,-0.002281343,0.0036342535,0.007781493,0.00393771,-0.0053538405,-0.015562986,-0.023785215,-0.0057873502,0.0067157825,-0.010982238,0.026314018,-0.025345847,-0.000524727,-0.0003470333,0.015678588,0.0049636825,0.009089246,0.0150138745,0.008063274,-0.019305617,-0.014746544,0.0000059409977,0.022036726,0.0052563013,0.023351705,0.008756889,0.009905689,0.03470965,-0.008446207,0.010490927,-0.012802977,0.006900024,0.010100768,0.008121075,-0.030519059,-0.02683423,0.019204466,0.027889103,0.03522986,-0.008229453,0.030114451,0.038986944,-0.024117572,0.028886175,-0.0049203313,0.046241,0.016083198,0.0104042245,0.030432358,0.026920931,-0.058090255,0.00899532,-0.013966227,-0.015461834,-0.023900816,0.0063256244,-0.023221651,0.012629573,-0.027123237,0.025663754,-0.015982045,0.012896904,0.03332242,-0.009190398,0.002156709,0.012868003,-0.0023517883,0.03603908,0.037628613,0.028409313,-0.014999424,-0.023322804,0.060517907,0.02729664,0.014406961,0.00012463394,0.005711486,-0.01088831,-0.015982045,-0.013951777,-0.0046530007,-0.03098147,0.01062098,-0.011495223,0.011950408,0.0104403505,-0.02450773,0.00532494,-0.0011650565,0.032686606,-0.022325732,0.0055272444,-0.011480773,0.034102738,0.022903746,-0.0045121103,0.010859409,0.033149015,0.0019038287,0.020085935,0.031703986,0.01669011,-0.0089880945,-0.018626453,0.0046168747,-0.0043676067],"social":"https://twitter.com/suppaGPT"},{"title":"waro colombia - warocol.com","description":"we are \" el consejero del desparche\" which means when you are bored, in english it can be the free time advisor when you are bored.","niche":"other","youtube_url":"https://youtube.com/watch?v=cE_Os0siTpc","youtube_transcript":"","embedding":[0.015368305,-0.034778815,-0.009368405,0.014480606,0.007355228,0.014345866,-0.052279186,0.049235642,-0.013600831,0.015122603,0.008274632,0.032844897,-0.0417536,-0.015431712,0.020306136,0.06340714,-0.045558028,0.027027294,-0.007731708,0.018673403,0.074376576,0.014829345,-0.016660227,-0.030704908,0.04013672,-0.0149403075,0.0030970424,-0.011762024,0.02745529,-0.058936935,0.04486055,-0.04254619,0.0036677066,-0.018150294,-0.01838807,0.056432355,0.024712933,0.0031029868,0.025759151,0.026868775,-0.0035983552,0.028881952,-0.028406398,0.036998067,0.02423738,0.020131767,-0.031957198,0.023635011,0.020797541,0.05478377,-0.03747362,-0.03146579,-0.03233764,0.079956405,-0.037980877,0.0054450883,-0.023222866,0.015170158,0.0034081338,-0.006637935,-0.016406598,-0.025505522,0.03541289,-0.0056551243,-0.009994551,0.019989101,0.0019160844,0.037441917,0.03836132,0.015400009,-0.026203,0.0417536,-0.029563578,-0.00380641,-0.029769652,0.046223804,-0.03179868,0.0123247625,0.006352603,0.009495219,-0.02168524,0.016850447,-0.010604844,-0.024015455,-0.021288946,-0.051137857,0.0061584185,-0.006923267,-0.005143904,-0.045748252,-0.0072165253,-0.0069589335,-0.016248079,-0.018847773,0.06543617,0.0026868775,0.010858472,0.0011968098,-0.014179422,0.032844897,0.014385494,-0.048094314,-0.039661165,0.012197948,0.023032643,0.07589835,0.0026631,-0.010224401,-0.025251893,0.04486055,-0.021162134,-0.050155047,0.00084608904,0.019355029,-0.004715906,0.007077822,0.025632337,-0.10195868,0.018086886,-0.02983306,-0.024919005,-0.009352553,0.031687718,-0.028691731,-0.0045970175,0.023524048,-0.028089363,0.010660325,-0.0034774854,-0.014187347,0.023222866,-0.025473818,0.028295435,-0.024364194,-0.04127805,0.03481052,-0.027693069,-0.04371922,-0.010802992,0.022224203,0.033954524,-0.016065784,0.031766977,-0.006772675,0.033161934,0.009178183,0.002877099,-0.019545252,0.004799128,-0.034969036,0.030229354,0.0060553816,-0.017643036,0.008036855,-0.006491306,-0.069494225,0.012404022,-0.0057224943,-0.04784069,0.0065269726,-0.01776985,0.0046524988,-0.028232029,-0.009661662,-0.046667654,0.009867736,-0.061695147,0.021605983,-0.09986624,0.01819785,-0.023460642,0.031656016,-0.061156187,0.038836874,0.020718282,-0.026932182,0.0073274877,-0.05985634,-0.06404121,0.008758111,0.014559864,0.062138997,-0.046255507,-0.0025600633,-0.027772328,0.011698618,-0.04058057,0.034081336,0.027122404,-0.039249018,-0.010826769,0.021352354,0.012530836,0.02406301,0.035476293,-0.051169563,-0.010692029,0.0057581607,-0.0488235,-0.0049774605,-0.036554217,-0.052691333,0.04289493,-0.03427156,0.0007217516,-0.048347943,-0.023397235,0.030245205,0.019576954,-0.028184474,0.018102739,-0.032496158,0.022731459,-0.008242928,-0.04891861,-0.007929855,0.00083370483,0.022366868,0.0030851536,0.018435625,-0.07069896,-0.0045415363,0.067655414,0.028850248,0.038266208,0.05186704,-0.015954822,-0.039439242,-0.0038083913,-0.068606526,-0.022747312,0.01190469,-0.023856936,-0.05462525,0.0016981225,-0.0059999004,0.03233764,0.023571605,0.010121364,-0.055005692,-0.02371427,-0.01891118,0.008536186,0.025172634,0.016739484,0.030213501,0.030609796,0.002459008,0.00033932726,0.021986425,0.0003279338,-0.0028988952,-0.040802494,0.0096933665,0.04058057,-0.024491008,-0.024443451,-0.0015128547,0.0047555356,-0.013172833,-0.04476544,-0.013141129,-0.012879576,0.010462178,-0.038614947,-0.0148769,0.012007727,0.02930995,0.021970574,-0.00368554,-0.016565114,-0.054656953,0.022430275,-0.011207212,-0.05896864,-0.023048496,0.05380096,0.029357506,0.003324912,0.0497429,-0.034430075,-0.025743298,-0.009836032,-0.006974785,-0.0071095256,0.031909645,-0.0016287708,-0.02425323,-0.035476293,0.0012453558,0.029737948,-0.0621707,0.04130975,-0.011460841,-0.013925793,0.045938473,-0.01354535,-0.04273641,0.0054371622,0.02433249,0.058778416,0.0382028,-0.014900678,0.0023302124,-0.03129142,0.07989299,-0.025061673,-0.0057977904,-0.047460243,-0.014908603,0.0057066428,-0.02992817,-0.023777677,0.011936394,-0.0042562042,-0.0746302,-0.043750927,0.046509136,0.0013890127,-0.0063961954,0.022874126,-0.08027344,0.032448605,-0.019529399,-0.040961012,-0.04467033,-0.011991875,0.00856789,0.035222664,-0.0034497448,0.0023262494,-0.009518997,0.009970773,0.0067449342,0.03614207,0.02157428,-0.0020032693,0.051264673,-0.038266208,-0.029452616,-0.03560311,-0.022335164,-0.04910883,-0.0102323275,0.026171297,0.012602169,0.0038717985,0.03569822,0.030958535,0.04644573,0.006392232,0.010208549,0.015946895,0.045653142,0.000121984434,-0.04200723,0.035127554,-0.041531675,0.00050329417,0.065689795,-0.012229652,0.031117054,0.00011771188,0.0444167,-0.048538163,0.018166145,-0.029405061,-0.0037410213,-0.019196512,-0.019164808,-0.0027066923,-0.0029286172,-0.00539357,0.037156582,-0.012895427,0.05044038,-0.004704017,0.011334026,0.02327042,0.06064893,-0.00036731557,0.017975925,-0.0104701035,-0.036110368,-0.012776539,0.022351017,0.008773963,-0.026583442,0.0297538,0.019370882,0.019323325,0.010501808,-0.0075494125,0.0270907,0.027645513,-0.014750086,0.040961012,0.043116856,0.040105015,-0.01491653,-0.015867637,-0.022319313,-0.058746714,-0.0010581067,0.0070421556,0.008607519,0.031735275,-0.022430275,-0.027249219,-0.02113043,0.034334965,-0.059888043,0.048094314,0.05446673,0.051835336,-0.005524347,-0.0016139098,-0.036998067,0.033510674,0.009217813,-0.0021380095,0.015035418,-0.026424926,-0.0191014,-0.00501709,0.033383857,0.03002328,-0.027027294,-0.03595185,-0.047206614,-0.0044424627,-0.020115916,-0.03560311,-0.014187347,0.017452816,-0.018578291,-0.033193637,0.03500074,0.015812155,-0.04279982,0.011857135,0.025870113,-0.010216475,0.011444989,-0.016517559,-0.030086687,0.031830385,0.015582304,0.014108089,-0.045811657,0.008995888,0.004878387,-0.037188288,0.023080198,0.024998264,0.052913256,0.042482782,-0.046699356,0.0008292465,-0.010588992,0.022430275,0.009986624,0.029405061,-0.0408659,0.019973248,-0.041246343,-0.01296676,-0.01945014,0.009606182,0.020623172,-0.025378708,0.067528605,0.0021657501,-0.0086471485,0.008544112,0.011072472,0.016913854,0.019148957,0.05053549,-0.07767375,0.04520929,-0.030895129,-0.00959033,0.03785406,-0.037346806,0.065689795,-0.016097488,0.051518302,-0.036807843,-0.01927577,0.04654084,0.06759201,0.019339178,-0.021732798,-0.009653737,-0.013735572,-0.013053945,-0.015352454,0.007929855,-0.018403921,0.001507901,-0.022351017,-0.04254619,-0.00901174,0.04983801,0.009503145,-0.032004755,-0.011262693,-0.024316639,0.048886903,0.0506306,-0.025077524,-0.005496606,0.0028295435,0.011706543,-0.028263733,0.022668052,0.008282557,0.00078714016,-0.025378708,0.031497497,0.008655074,0.006574528,-0.0056234207,0.028374694,-0.034049634,-0.00077475596,-0.05392777,0.008544112,-0.013022241,-0.020749986,-0.027011441,-0.053230293,0.02789914,0.019576954,0.03500074,0.018102739,-0.008932481,0.026741961,-0.006190122,-0.0007712884,0.009075147,0.02344479,0.018546589,-0.034937333,0.010795065,0.04822113,0.007917967,0.024205675,0.0253153,0.005670976,0.005516421,0.0054807547,-0.014496457,0.0444167,-0.016723633,0.015003715,-0.011032842,-0.005250904,-0.011310249,-0.012665576,-0.014559864,0.02016347,-0.016145043,-0.03259127,0.013577053,-0.0035844848,-0.014060533,-0.033257045,-0.029072173,-0.005884975,0.0033467081,-0.0025184522,-0.056337245,-0.0061465297,-0.015510972,-0.029896466,0.003639966,-0.030657351,-0.025331153,-0.0029325802,-0.00036607715,-0.00910685,0.0046762764,0.0044543515,-0.006209937,0.013386833,-0.014591568,-0.005009164,-0.0014752067,-0.0426096,0.016755337,-0.014266606,-0.027471144,0.008987962,-0.01989399,0.032559566,-0.040897604,-0.057859015,-0.0025224152,0.027280921,-0.03560311,0.019941546,0.004426611,0.051486596,0.013846534,-0.024126416,-0.025537224,0.0015475305,0.0029761726,0.031069499,-0.00043840092,0.00036657252,0.018102739,-0.015915193,0.012316837,0.003095061,-0.015392083,0.014654975,-0.032274235,-0.016739484,0.019767176,0.011286471,0.032099865,0.04812602,-0.017341852,-0.0056154947,-0.012007727,0.01381483,0.0027601921,0.0017724277,0.0049814233,0.013822757,0.028802693,-0.019148957,0.02762966,-0.017056521,0.0075494125,-0.0030078762,-0.011619358,0.04130975,0.0032575417,0.0012730964,-0.019830583,0.015217713,0.013069796,-0.01723089,0.006336751,-0.027312625,0.0099628465,-0.0005899836,-0.031671867,0.00114331,-0.03164016,-0.0062257885,-0.010961509,-0.04200723,-0.021986425,-0.03785406,-0.009217813,-0.0045930548,0.015653638,-0.03455689,-0.037441917,0.021923019,0.028232029,0.004188834,0.010731658,0.029405061,-0.011223064,-0.0005211274,0.01217417,0.04324367,-0.013466091,0.023555752,0.010271956,-0.0001928221,0.0007480061,-0.0016852429,-0.013664238,-0.024855599,0.013434388,-0.06467528,-0.04333878,-0.0014335958,-0.038678356,-0.004204686,0.0012919204,0.010382919,-0.010287808,-0.04191212,0.016565114,0.011492544,0.0015296972,0.016065784,-0.03224253,0.012514984,-0.022192499,-0.0026829145,-0.087692074,0.019941546,-0.020020803,-0.025775002,0.00011201515,-0.03541289,-0.041151233,-0.00017672263,-0.00672512,0.039883092,0.00029251497,-0.023872787,-0.013735572,0.010533511,0.004648536,0.026837071,0.024855599,-0.022430275,-0.025156783,0.021954723,-0.0029940058,-0.0030772276,0.0027760437,-0.021288946,0.002106306,-0.005801753,-0.014488531,0.024617821,0.01582008,0.013933719,0.022049833,-0.011032842,0.01945014,-0.0069668596,-0.00685986,0.006558676,-0.012150393,-0.039946496,0.011032842,-0.03490563,0.008631296,0.023777677,-0.021336501,0.006182196,0.02743944,-0.026028631,-0.003396245,-0.02992817,-0.020496357,0.006637935,0.033986226,-0.033510674,0.015653638,-0.016977262,0.02479219,0.035476293,-0.032036457,-0.0059483824,-0.01190469,-0.009360479,-0.039978202,-0.023492346,0.0060276412,-0.007985337,0.023413086,0.00052905333,-0.015059195,0.0013365037,-0.03658592,0.023524048,0.015130528,0.0047555356,0.0046009803,-0.0110090645,0.022366868,0.00235399,0.019434288,-0.031132905,-0.025378708,-0.031656016,0.020464655,0.0033724671,-0.014345866,-0.0049853865,-0.034176446,-0.023302123,0.0062297513,0.024031306,0.00086590374,-0.0007574181,-0.038424727,-0.0016565116,0.0015336602,-0.016929707,-0.03747362,0.0067211566,0.008655074,0.024189824,-0.046192102,0.044099666,0.033161934,0.019957397,-0.00078763557,-0.016834596,0.019481843,0.02132065,-0.055734877,-0.0127131315,0.0127131315,-0.001128449,-0.01873681,-0.022414424,0.008892851,0.020639025,0.01180958,-0.021621834,0.0068876003,-0.019196512,0.018784365,-0.010501808,0.017801555,0.028992914,-0.027391884,0.02593352,-0.005076534,0.013188685,0.015851784,-0.0021300835,0.019386733,0.025743298,-0.01750037,-0.006713231,0.017595481,-0.022477832,0.002881062,0.020908505,0.040200125,0.0040521123,-0.002726507,0.00017288353,-0.00937633,0.027962549,-0.0018100757,-0.016470004,-0.011825431,0.025949372,0.005619458,-0.017310148,0.016771188,-0.011484618,0.02060732,-0.033669192,-0.03073661,-0.0042997967,-0.011516321,0.005001238,-0.007906077,-0.025537224,-0.014131866,0.028105214,0.00937633,-0.02753455,-0.0012998463,-0.013822757,-0.023238717,0.034683704,-0.008456927,0.034652002,0.03569822,0.04955268,-0.041690193,-0.0121900225,0.0009565561,-0.022287609,-0.007192747,0.023254568,-0.022953384,-0.018324664,0.038583245,0.0015049288,-0.0382028,0.047808982,0.014868974,0.026187148,0.0000017763597,0.0070144148,-0.02149502,0.009812254,0.011484618,-0.0026492295,0.04869668,0.002500619,0.0099628465,0.015233565,-0.015954822,0.016224302,-0.026504185,0.01084262,0.0417536,0.04102442,0.03027691,-0.06074404,-0.031687718,0.0013107444,0.011976023,0.030054985,-0.00395502,0.035127554,0.014266606,0.015059195,0.00022006736,0.033954524,-0.04308515,-0.0070183775,0.029103877,-0.0035091888,0.010977361,-0.020353692,-0.0065983054,0.039661165,0.012205875,-0.012507059,0.012863724,-0.0022311388,-0.007204636,0.037727248,0.007890226,-0.019481843,0.023317976,0.008385594,-0.03278149,-0.00757319,0.012499132,0.02043295,0.0051082377,0.047808982,0.0063090106,0.015130528,0.0116669135,0.008607519,0.010763362,-0.0044662403,-0.0027364143,-0.007862485,-0.016216377,0.037188288,0.00086887594,0.014575716,-0.0042918706,0.00023480457,-0.016010303,0.00883737,-0.041975528,0.04318026,0.026741961,0.024459304,0.0123089105,0.02159013,-0.00477535,0.008940407,-0.002496656,0.0014464754,-0.00031901716,-0.008242928,-0.023064347,-0.016676078,0.004497944,-0.0021598057,-0.005888938,-0.0018497051,-0.0052033486,-0.0013474018,-0.03162431,0.009756774,0.017975925,-0.0027165997,0.01696141,-0.011460841,0.0034081338,0.052088965,-0.022097388,0.029198987,0.06898697,0.02051221,-0.0043037594,-0.0056947535,0.0074543017,-0.002538267,-0.011001139,0.015709119,-0.035032444,-0.019355029,-0.0116510615,0.021447465,0.033288747,0.006467528,0.011730321,0.000821816,-0.022937533,0.03661762,0.020797541,-0.0072165253,-0.045526326,0.0075573386,0.016580967,-0.010581067,-0.021637686,0.022794867,-0.0039728535,-0.0132520925,0.03604696,0.028580768,0.022636348,-0.04318026,-0.055893395,0.008171595,-0.012007727,-0.004830831,-0.033891115,-0.0297538,-0.034113042,-0.012942982,-0.0014613364,0.00648338,-0.00085797784,0.0044385,-0.012507059,-0.034239855,-0.0062812697,0.038424727,0.045145884,-0.0012136523,0.046033584,-0.037695546,-0.016771188,0.004363204,0.022287609,-0.027217515,-0.022541238,-0.020845097,-0.00018056174,-0.009994551,0.020020803,-0.016739484,0.05107445,-0.01918066,0.0041610934,-0.008496556,0.03668103,0.017294297,0.017785702,0.021273095,-0.00054589583,-0.04920394,-0.0125783915,0.0051954226,0.03010254,0.030482981,-0.0009798384,-0.00932085,-0.005231089,-0.022620497,0.004668351,0.0012344577,-0.02078169,0.021273095,0.0058572344,-0.012245504,-0.019909842,-0.0028453954,-0.011563877,0.012950908,-0.01429831,0.003249616,0.028897803,-0.040295236,-0.04768217,-0.010224401,-0.048347943,0.04413137,0.01119136,0.001639669,-0.033891115,-0.008338039,0.00655075,-0.049172238,0.00086738984,0.018530736,-0.01225343,-0.015891414,-0.040612273,0.014924455,-0.0034854112,-0.025600633,-0.019085549,-0.0047674244,0.016723633,0.01047803,0.032813195,0.027518699,0.014734234,0.015178084,0.030863425,0.053420514,-0.017627185,-0.013006389,-0.0113974335,0.0004943775,-0.019402584,-0.0012750779,0.0016257986,-0.027043145,0.018372219,0.03633229,-0.032194976,0.009645811,0.017547926,-0.027994253,-0.05018675,-0.014242829,0.038868576,-0.019941546,-0.042577893,0.004862535,0.0014494476,-0.011817506,0.030150095,0.015693268,0.0111438045,-0.009194035,-0.003023728,0.007593005,-0.010509733,0.029294098,-0.0104384,0.007735671,0.0128320195,0.0021796203,-0.0021221577,-0.00672512,0.06347055,-0.019687917,-0.01385446,0.013347203,0.017706444,-0.000382672,-0.016224302,0.008797741,0.11483033,-0.00928122,-0.027011441,0.0014989844,0.0016941595,0.013331351,-0.014924455,-0.015907265,0.009194035,-0.046414025,-0.02139991,0.010216475,-0.021748649,-0.0063724173,-0.013061871,0.002143954,-0.016723633,-0.019513547,0.013624609,-0.03000743,0.00624164,-0.0019794917,0.0043077227,-0.013133204,0.0018249367,-0.024665378,-0.024047157,-0.0071214144,0.02114628,0.044733737,0.011254767,-0.00298608,-0.00053202553,0.011912616,-0.02415812,-0.009986624,-0.006419973,-0.010858472,0.0042324266,-0.016263932,-0.02371427,-0.010160994,-0.029198987,-0.019640362,0.039185613,-0.010596918,0.0024391934,0.0114132855,0.01767474,0.02745529,-0.0085282605,-0.019973248,-0.014306236,-0.0035844848,-0.019228214,-0.024316639,0.0057304204,-0.027486995,0.010604844,-0.010581067,-0.032496158,0.000030759275,-0.01190469,0.0076920786,0.008615445,-0.011960172,-0.015027492,-0.015931044,0.037441917,-0.009891514,0.022493683,-0.0191014,0.012293059,0.007818893,-0.032194976,0.015067121,0.016470004,0.0025065634,-0.031323127,0.0016664189,0.034493484,0.004704017,-0.009606182,0.008242928,-0.004795165,0.020353692,-0.015217713,-0.018372219,-0.0037548915,-0.052469406,0.00027418634,0.019576954,0.033035118,0.01394957,-0.00025660076,-0.006851934,0.00044459302,-0.025473818,0.010850547,-0.023191161,-0.004355278,-0.0030891167,-0.010699955,0.03630059,-0.0073116357,-0.022335164,-0.013830682,0.019529399,-0.003433893,-0.0150750475,0.0141477175,-0.005884975,0.03056224,-0.02211324,0.015265269,0.00064199726,0.011278545,-0.049330756,-0.014599494,0.017246742,-0.011524248,-0.011183434,0.006336751,-0.02807351,0.029230691,0.024570266,-0.0055798283,-0.0012839945,0.026409073,-0.002738396,-0.0076960414,0.015423787,0.0009560608,-0.033225343,0.024126416,0.015463416,0.020226877,0.0029127654,0.04784069,-0.011968098,-0.022699757,0.017706444,-0.0153286755,0.011571803,-0.00017003516,-0.0023678604,0.0031267647,0.005659087,0.003128746,-0.022002278,-0.02406301,-0.007228414,-0.028961211,0.015265269,0.053483922,0.013149056,-0.0091702575,0.035095852,0.015217713,0.0061029373,-0.046160396,0.0016555208,-0.017167483,-0.03506415,0.025854262,-0.01802348,0.021605983,0.00856789,0.020100063,-0.005009164,0.0060276412,-0.012610095,0.0039015205,-0.01873681,0.0053499774,0.027122404,-0.018181996,0.020734135,-0.010287808,-0.0059880116,-0.009843959,-0.024855599,-0.013053945,0.052469406,-0.0007866448,0.018990438,-0.018102739,-0.03595185,-0.033891115,-0.037600435,0.034144744,0.014401346,0.023825232,-0.011603506,-0.037885766,0.026298111,-0.0049576457,-0.015392083,0.00267697,-0.016596818,-0.030245205,0.0116510615,0.011334026,0.0077594486,0.014662901,-0.015407935,0.0039054835,0.04749195,0.010446326,-0.02434834,0.032718085,0.023286272,0.015503045,-0.0021697131,0.011199286,-0.005611532,0.015376232,0.021067021,-0.041880414,0.0032852823,-0.021605983,-0.040961012,-0.014171496,-0.020797541,-0.027058996,0.0056392723,0.028755138,-0.02139991,-0.030213501,0.022715608,0.0030316538,0.020258581,0.021352354,-0.006439788,0.023872787,-0.010715807,-0.028770989,0.012086986,-0.008104225,0.024284935,-0.02060732,-0.03750532,-0.0046524988,0.0041610934,0.0017179372,0.007367117,0.012499132,0.0064358246,-0.0059325304,0.0063486397,-0.029959874,-0.0005483727,-0.019624509,-0.016660227,-0.012776539,-0.024380045,0.014631198,-0.015463416,-0.005369792,0.00768019,-0.019133104,0.0034398374,0.03500074,-0.010382919,0.026979737,0.0059404564,0.009368405,0.02344479,0.021003615,0.0063486397,-0.032290086,-0.0051240893,-0.022240054,0.011793728,-0.0043077227,0.011072472,0.019497694,0.008987962,0.003182246,0.0053222366,-0.006982711,0.028802693,-0.005298459,-0.039819684,-0.0006860851,-0.012063208,0.0019576955,0.029975725,0.022430275,-0.0039530387,-0.0075533753,0.011048694,-0.007953633,-0.0043830187,0.029531876,0.048791792,-0.0066181202,-0.033098526,0.021019466,0.015384157,-0.029357506,0.011032842,0.022398572,-0.017421111,0.009352553,0.032876603,-0.0115480255,0.023460642,-0.010390845,-0.00089859805,0.020829245,0.014100162,-0.014694604,-0.019783027,-0.018007627,-0.025283597,0.03607866,0.022303462,0.0116510615,0.028469805,-0.0027819881,-0.0043790555,0.0017744092,-0.04831624,0.01883192,-0.01784911,0.026298111,0.0150909,0.0125783915,-0.00032397086,0.003291227,0.02211324,-0.012158319,-0.00019851884,-0.0052033486,-0.051550005,0.01713578,0.0002937534,0.02690048,-0.023207013,-0.000099445184,0.035127554,0.0031505423,0.015043343,0.010810917,0.022255905,0.04032694,0.028438102,0.03171942,0.015812155,-0.0025501559,-0.0039688908,-0.036205478,0.007822855,0.035729922,-0.020321988,0.06074404,-0.02149502,-0.0019735473,-0.02166939,0.020559765,0.02789914,0.029119728,0.007672264,-0.0032436715,0.04688958,-0.017975925,-0.0010283845,0.022763163,0.002508545,-0.03427156,-0.019624509,0.002211324,-0.031132905,-0.014797641,-0.002647248,-0.0014870956,0.011825431,-0.039185613,-0.008607519,0.02068658,0.0026234705,-0.0027998216,-0.021637686,0.024887303,0.02504582,-0.013577053,0.017658887,0.018990438],"social":"https://twitter.com/uno0uno_"},{"title":"tkc.","description":"a humanistic approach to community management/consulting. ","niche":"other","youtube_url":"https://youtube.com/watch?v=XbFO6B6YaAc","youtube_transcript":"Hi. I'm Izzy, a student at BU and also the President of our Blockchain work, Boston University Blockchain. This past six weeks, I've worked to build TKC. A humanistic approach to community management and tech consulting. To demonstrate the effects of TKC, I'll be using VIBLOCKEN as a case study, Post the whole SecureView, I and my Co President created a new proposal for a vision of our organization. We also hosted Ethan Boston with seven hundred in attendance to showcase our club organization and other visionaries in the space. This brought in record numbers for us. Here, we've measured set number statistics and notice a new overwhelmingly positive trend occurring. Our members were originally in the low teens to mid twenties, and now we are strong with eighty six. Thanks to TKC's new marketing and vision. We've also been able to secure potential organizational funding in the thousands for this coming fall as a result of our efforts and approaches. We gained eight clients in the past six weeks generating two thousand two hundred plus in revenue. I worked to build trust with clients, developed significant plans to maintain awareness and sensitivity in regards a culture and also implemented a sliding scale payment system so that all may have access to our services. Handling everything alone did result in a lot of inconsistencies in impostor syndrome and moving forward, I'll streamline our onboarding and focus on providing new and improved relationships with clients with new and old as well as highlighting our success in helping organizations thrive.","embedding":[0.0031498722,-0.015432906,0.023337975,0.046944205,-0.022181137,0.0027935992,-0.022181137,0.08215235,-0.024628941,0.0311173,0.048889033,-0.0132533545,0.023824183,-0.06629192,0.058311407,0.019096231,-0.0003271948,-0.022851767,-0.061429843,0.025567824,0.0021271592,0.018325005,0.038661905,0.015382609,0.0013370715,0.014527555,-0.025651654,-0.02694262,0.017319057,-0.028635964,0.030094586,-0.025852842,-0.03604644,-0.012725232,-0.035945848,0.0025022936,-0.0123144705,0.01669034,0.04416108,-0.0062452555,-0.008072726,-0.022583514,0.020923702,0.01567601,-0.023052957,-0.006899121,-0.0031226277,0.021476973,0.0051093735,0.06377705,-0.03732064,-0.002410082,0.012205493,0.027764143,-0.033850122,-0.0437587,-0.00032693284,0.0152401,-0.0635088,0.04811781,0.07383653,0.00036544175,0.054187022,0.031821463,-0.012431831,-0.034872837,-0.049358476,0.009019993,-0.029708974,-0.0011872273,0.060792744,0.056836016,-0.022382325,-0.0018096571,0.025735483,-0.009623562,-0.013764711,-0.004252223,-0.0048662694,-0.015022145,-0.0007628433,-0.040338483,0.014385045,0.035040494,0.013747945,-0.010931293,-0.058613192,-0.016472386,-0.010822316,-0.010805549,-0.028971279,0.051839814,-0.02332121,0.013345567,0.034319565,-0.02853537,-0.00756137,0.023891246,0.043825768,-0.0015487395,0.020940468,-0.021611098,0.0041369577,0.014393428,0.04349045,0.06954449,-0.0013821295,-0.02642288,0.0069787586,-0.0062829787,-0.15920791,-0.00010956704,0.022516452,-0.01639694,-0.019867457,-0.07088575,0.0055117523,-0.05901557,-0.010780401,-0.058244344,-0.0050423103,0.007125459,0.012859358,0.0047614835,-0.030815516,-0.055125907,-0.0091541195,-0.010294193,-0.05770784,-0.064447686,0.030647859,-0.020186007,0.015910732,-0.0037513447,-0.033917185,-0.008684677,-0.03497343,0.02618816,-0.022734407,-0.03601291,-0.00927148,-0.015634095,0.021795522,-0.036918264,-0.055092376,-0.040036697,0.0054824124,0.035644062,-0.05411996,-0.011870177,0.0016566693,-0.0053818175,-0.04372517,-0.036750603,0.004053129,-0.014418577,0.0025609739,0.06203341,-0.007247011,-0.02375712,0.019196825,0.028552135,-0.022818236,0.0046022083,-0.04496584,0.004111809,-0.007376946,-0.010998356,-0.073702395,-0.02459541,-0.012062984,-0.03735417,-0.009682242,0.027328232,0.017251994,-0.014309599,0.01156001,0.0033426788,0.0053063715,-0.027294701,-0.034286033,-0.013722796,0.0031645421,-0.018727385,-0.07249526,0.013848539,-0.021946415,0.018626789,-0.0046944204,-0.010964825,0.0030995747,0.074238904,0.014351513,0.015055677,0.044228144,-0.016799318,0.023052957,0.018509429,-0.014410194,0.031284958,0.017285526,-0.0023828375,0.004811781,-0.022013478,0.038293056,-0.03956726,0.00721348,-0.018911807,-0.031871762,-0.000024755733,0.036616478,-0.03210648,0.024176264,-0.0067146975,-0.008164939,-0.0013318321,-0.038024805,0.054488808,0.007347606,0.019900989,-0.028166521,0.03517462,0.029759271,-0.0041683936,0.008106258,0.04774896,0.008005663,0.009003228,0.04751424,-0.068136156,0.0069661844,-0.0011861795,-0.000825715,-0.017251994,-0.041512087,0.003311243,0.014913167,-0.011459415,0.04285335,-0.0017782212,0.049157288,0.008320021,-0.005038119,0.0023954117,0.01585205,-0.010445085,-0.035811722,-0.04667595,0.0007738458,0.040103763,0.018962104,0.008290682,-0.0049207583,0.0127587635,0.00018678134,-0.0031687338,0.0025630696,0.02268411,-0.020756043,0.035543468,-0.00037539646,-0.020504557,-0.018073518,-0.018257942,-0.04070733,0.019431546,-0.034638114,-0.0044974224,-0.0034286033,0.008370319,-0.0056626443,0.012599489,-0.0076619647,-0.030983174,-0.017352588,-0.007309883,-0.01352999,0.029826334,0.03068139,0.01219711,-0.03374953,0.0006219059,0.016111922,-0.018006455,0.012490511,0.06592307,-0.021946415,0.021108126,-0.02204701,0.02578578,0.02187935,0.006861398,-0.026255222,0.007029056,0.0060817893,0.027395295,0.02013571,-0.03311243,-0.002250807,0.03322979,0.013236589,0.017453184,-0.005151288,0.02638935,0.037119452,-0.010277428,0.04624004,-0.0024603792,-0.012859358,-0.010738486,-0.016857998,-0.032978304,-0.00081942783,0.022114072,-0.02375712,0.016489152,0.044228144,-0.0024457092,0.012876124,0.0030136502,-0.0387625,-0.07209288,0.00027558763,0.014259302,0.0615975,0.000105572064,-0.010713338,0.014494022,0.045032904,-0.045502346,0.059686203,-0.017855562,0.011702519,-0.030916112,-0.020152476,-0.011274992,0.045737065,0.006069215,0.009925346,0.025534293,-0.028501837,-0.024779832,-0.02992693,0.012289322,0.008361937,0.032223843,0.033715997,-0.04905669,0.0038770882,0.03426927,0.00097084383,-0.016732255,0.038863093,-0.011836645,0.012700084,-0.009631945,-0.013127611,0.0014732935,-0.02244939,0.0031498722,-0.02132608,0.047816023,0.046072382,0.038192462,0.029356893,0.042149186,-0.07618374,0.00074502965,0.0065302737,-0.002613367,0.008885867,-0.013773094,0.0055410927,-0.009346926,-0.026674367,-0.011174397,0.06729787,0.013815008,0.025366636,0.04278629,0.03983551,-0.033531573,-0.0024352304,0.000893826,-0.00031697814,0.042551566,0.018844744,-0.039030753,-0.016028091,0.037823614,0.05599773,0.0057883877,-0.016028091,0.016782552,-0.009464286,-0.010570829,-0.005310563,0.07792737,0.042551566,0.012062984,0.024645707,0.012800679,-0.02184582,-0.026121095,-0.015223335,-0.022985894,-0.025198977,-0.017436419,-0.023606228,-0.0068823555,-0.013815008,-0.0959003,0.052041,-0.017075954,0.013764711,-0.024343923,-0.021644631,-0.0029361085,0.0046315487,0.042752758,-0.03815893,-0.06052449,0.0004909232,-0.051873345,0.026473178,0.008617614,0.023203848,-0.038225994,-0.0031854995,-0.045334686,-0.001030048,0.0023744546,0.002075814,-0.02514868,-0.028568901,-0.005008779,-0.0034432735,0.021544036,-0.025551058,-0.004164202,-0.025098383,-0.0052183513,-0.019079465,-0.0060817893,-0.0177885,-0.007037439,0.0026762388,-0.08369481,0.013353949,-0.017855562,0.04070733,0.0043465304,-0.022533217,0.06900798,-0.04493231,0.0009446473,0.03012812,0.0033133386,0.025383402,-0.026959386,-0.013077314,0.020186007,-0.028635964,0.04372517,-0.00330286,-0.032944772,-0.017201697,0.022499686,0.029591614,-0.011174397,0.029356893,-0.0029591613,0.017972924,-0.02526604,-0.042484503,-0.0032965727,0.025752248,-0.002340923,0.014820956,-0.015600565,-0.03450399,0.013546756,-0.037220046,0.06387765,0.036113504,0.021761991,-0.0039713955,0.008785272,0.016723873,0.05455587,-0.0014932029,0.04171328,0.02586961,-0.02312002,-0.003598357,-0.066426046,-0.021694928,-0.035141088,0.0153742265,-0.03247533,0.033330385,0.017687906,-0.02280147,0.018576492,-0.00909544,0.048520185,-0.046508294,-0.039265472,0.0037513447,0.050330892,-0.016656809,-0.043289263,0.053784642,0.018475898,0.014938316,0.026204925,-0.0177885,0.006119512,-0.02717734,-0.0033950717,-0.02694262,-0.016631661,-0.017168166,-0.0027684506,0.025483996,0.010772018,-0.06313995,-0.012297705,-0.021108126,0.0072092884,0.005583007,-0.032659754,0.011149248,-0.0043297643,-0.017754968,0.01060436,-0.023086488,-0.017000508,0.025718717,0.02972574,-0.005323137,0.011652222,0.029574849,-0.013856922,-0.034001015,0.017369354,0.0027831206,-0.015189803,-0.035811722,0.03534228,0.006111129,-0.055964198,0.025333105,-0.008860718,0.029038342,-0.0018369015,0.03202265,0.000078524135,0.019029168,0.006119512,0.019683033,-0.006941036,0.015684394,-0.019481843,-0.01167737,0.03450399,-0.010411554,0.033967484,0.0019469269,0.031972356,-0.0015958933,-0.015189803,0.012767146,-0.013655733,0.020437494,-0.0025924097,-0.03334715,0.0039357683,-0.015550267,-0.005872217,-0.034051314,-0.017008891,-0.010788783,0.01874415,-0.014737126,0.023405038,0.0018651938,0.01918006,0.018643554,0.03919841,-0.017059188,-0.00009686171,-0.0066266772,0.0381254,-0.018174114,0.017822031,-0.011668988,-0.039969634,-0.04416108,0.007255394,0.004774058,0.01810705,-0.03374953,-0.040472608,-0.034403395,0.022315262,0.0067314636,-0.01321144,0.01480419,-0.0022717642,0.038460717,0.0043129986,0.007674539,0.0030744262,-0.021393145,-0.018325005,-0.024863662,-0.00086867734,0.029541316,0.035543468,-0.011442649,-0.037823614,0.008412234,-0.027562954,0.01874415,0.04064027,0.00495429,-0.037387703,-0.0072679687,0.031100534,-0.024981022,-0.004187255,-0.010151684,-0.03561053,-0.012331236,-0.0031603507,0.012448597,0.05049855,-0.007858963,-0.03155321,0.02407567,-0.036616478,-0.031217895,-0.041042645,-0.005608156,-0.00055641454,-0.019163294,0.056366574,0.008420616,-0.032408267,-0.030010758,-0.06330761,0.056869548,0.015860435,-0.0046608886,-0.004065703,-0.029440721,-0.003068139,0.028719792,0.048855502,-0.019599205,0.056433637,-0.017352588,0.028216818,-0.00008422188,0.007930217,-0.061496906,0.01219711,-0.0005941376,0.035107557,-0.01758731,0.049794387,0.026674367,-0.016673574,0.045670003,0.07564723,-0.026707899,-0.035711125,0.025936672,0.025852842,-0.0014575756,-0.0032986687,-0.0118198795,-0.0049249497,-0.008299065,-0.010738486,0.014468874,-0.03334715,0.020085413,-0.002810365,0.029641911,0.014032964,0.009397224,-0.01378986,-0.043624576,-0.017503481,-0.027277935,0.011400735,-0.017805265,-0.104685575,-0.022147605,-0.007963749,-0.020202773,-0.01529878,-0.032374736,0.0022990084,0.012062984,0.033665698,0.014410194,-0.021510504,-0.033933952,0.0101433005,0.025718717,0.020269835,0.00074712536,-0.0017331633,-0.02100753,-0.0033845932,-0.0049333326,-0.033531573,-0.03665001,0.0073601804,-0.014913167,-0.010939675,0.03012812,0.002552591,0.011132482,0.0025630696,0.021426676,-0.017889094,-0.015282014,0.042920414,-0.0019752192,-0.016187368,-0.0013789859,-0.006153044,-0.032944772,-0.027546188,-0.05770784,-0.016086772,-0.042484503,-0.03250886,-0.022298496,0.043624576,0.0017059188,-0.03140232,-0.0058512595,0.036314692,-0.018459132,0.022784704,-0.0026028885,0.019112997,-0.019951286,0.025852842,0.035241682,0.02741206,0.032860942,0.011694136,-0.037152983,0.057573713,-0.02228173,0.015407758,0.007544604,0.0052854144,-0.010730104,0.06612426,0.024025373,0.0071841395,0.013035399,-0.021829054,0.04986145,0.0010792975,-0.0010845368,0.02025307,0.04432874,-0.007205097,-0.021745225,0.0038603223,0.039667852,0.032777112,0.022063775,0.003114245,-0.00299898,-0.013370715,-0.0016346643,-0.042752758,0.030262245,-0.005901557,-0.016204134,-0.022583514,-0.017838797,0.028049162,-0.012130046,0.0056039644,-0.010336108,0.027998865,-0.0021386857,-0.06907504,-0.05707074,0.017218463,-0.00012174843,0.01092291,0.003810025,0.024645707,-0.008051769,-0.0062368726,0.0011432171,0.022516452,-0.009891815,0.023254147,-0.0088104205,-0.004598017,0.007934408,-0.030815516,-0.022751173,-0.0032965727,0.032492094,-0.00933016,-0.020102179,-0.02216437,0.07457422,-0.00012325472,-0.009925346,-0.0014135654,0.010847464,0.0058847913,-0.0056039644,0.02109136,0.0026783345,-0.014317982,0.010872613,-0.030614326,0.047883086,-0.0121635785,0.011098951,0.011023505,-0.024729535,-0.0053273286,-0.016933445,-0.026842024,-0.017201697,-0.00233254,-0.02013571,0.00883557,0.02280147,-0.021225486,0.027277935,0.008902633,-0.011409118,-0.021678163,-0.009497819,-0.003372019,0.027562954,-0.03457105,-0.020672215,0.005092608,0.03735417,-0.0073727546,0.011132482,0.0060566403,-0.030916112,-0.026037266,0.017805265,-0.0071212677,0.038326588,-0.036884733,0.016430471,0.014628149,0.0028397052,0.0311173,-0.032223843,0.025165446,-0.0005946615,-0.0088104205,0.02685879,0.0009451712,-0.046541825,0.04858725,0.011702519,0.04369164,0.02451158,-0.0016105634,-0.030564029,-0.0071086935,-0.018375302,0.022583514,0.00085033977,0.02419303,-0.020202773,-0.018593257,-0.01958244,0.03668354,0.00014381901,-0.0114258835,0.0016042762,-0.005172245,0.008496063,-0.017386122,0.0063207014,-0.004009119,-0.02781444,-0.02216437,0.0088104205,-0.0030911919,-0.005800962,0.015022145,-0.029155703,0.017453184,-0.022751173,0.0057464736,-0.01605324,-0.0037785892,0.027194107,0.01854296,0.013806625,0.056064792,-0.035476405,0.0051554795,0.031100534,-0.05130331,-0.008793655,0.025031319,0.015458056,-0.0062368726,-0.014385045,0.036113504,-0.013773094,0.029541316,0.03497343,-0.0010520531,0.007029056,-0.005189011,-0.019096231,-0.01639694,-0.01637179,0.07470834,0.013018633,-0.00063133665,-0.023857715,0.004088756,0.033715997,-0.0006370999,-0.025198977,-0.029323362,-0.002810365,-0.010646274,0.015307163,0.013923986,0.050029106,-0.0041034264,0.027160574,-0.017419653,-0.011182779,-0.010252278,0.021124892,-0.008131406,0.033447746,0.025551058,0.033933952,0.0047908234,-0.01373118,-0.015340695,-0.02244939,-0.0059350887,-0.028434774,0.030312542,-0.0005590342,0.000961937,-0.04670948,0.030631091,0.006241064,0.02109136,0.008734975,-0.021124892,-0.0042794673,0.014519171,0.013186291,0.03322979,0.012809061,-0.0030576603,-0.012825827,0.023740355,-0.025232509,-0.021611098,0.008047578,0.0041998294,-0.021493739,0.022382325,0.022516452,0.019280655,0.021912884,-0.028518604,-0.005126139,0.02132608,0.023924777,-0.040405545,-0.027546188,-0.034671646,0.007888302,0.0177885,-0.0072302455,0.008537977,0.030010758,-0.001273152,-0.0017163975,-0.030061055,0.031486146,0.0042228824,0.027009683,-0.020186007,0.027680313,0.01257434,-0.01156001,-0.0052518826,-0.016287962,-0.030983174,0.013177908,-0.023908012,0.0033699232,0.0037743978,0.009522967,-0.018174114,-0.0131024625,-0.008961313,-0.010235513,-0.019196825,0.0046525057,-0.017889094,0.028803622,-0.0029382042,0.022130838,-0.0023849332,0.0073811375,0.0105875945,-0.025031319,-0.028703026,0.0013003963,-0.014904784,0.066526644,0.010931293,-0.022365559,-0.030932877,0.0016116112,0.026557006,0.026271988,-0.044596992,0.0033824975,0.010780401,0.030429903,0.021225486,0.006643443,0.00263642,-0.018945338,0.022365559,0.016732255,0.014049729,0.025618123,0.0067272717,-0.017687906,0.014946699,-0.007905069,-0.009564881,0.006702123,0.013622202,-0.019666268,-0.013630585,0.03207295,-0.034872837,0.002879524,-0.005348286,0.009346926,0.019112997,0.0013307843,0.006350042,-0.0067985267,-0.0044974224,-0.0008293825,-0.023287678,0.0032965727,0.022952363,0.040070232,0.01237315,-0.023941543,0.0023430188,-0.03708592,-0.046407696,-0.002590314,0.010319342,0.026171394,0.024729535,0.009807985,-0.019984817,0.005067459,-0.0014177569,-0.008659529,-0.0016503822,0.016086772,0.0027558762,0.014301216,-0.00010609599,0.018593257,-0.036549415,0.0072176713,0.039131347,-0.010000791,-0.014737126,0.029943695,-0.027512657,0.012146813,0.015156271,0.0136473505,-0.0034726136,-0.026171394,0.012297705,-0.0002863282,0.033447746,-0.024813365,-0.01973333,-0.005168054,-0.016832849,0.017034039,-0.014577852,0.007016482,0.0073434147,0.014083261,-0.014200621,0.004795015,0.019917754,-0.008152364,0.025215743,0.015432906,-0.022097306,0.0008969696,-0.012591106,-0.010797166,0.0034600392,-0.027596485,0.009749305,-0.0045183795,-0.009372075,0.003931577,-0.0008828235,0.014510788,-0.0030346075,0.008349362,0.018006455,0.0078086653,0.10213717,-0.013689265,0.0043004244,-0.010151684,0.011777965,-0.008961313,-0.0036696116,0.0009074482,-0.02120872,0.016740639,-0.018090283,-0.025718717,-0.010889378,0.011140865,-0.0016158026,0.001939592,-0.026489943,0.008043386,0.0040279804,-0.036515884,0.012264173,-0.0039944486,-0.007976323,-0.028468305,-0.03358187,-0.022516452,0.001735259,0.0014470969,0.03809187,0.028384477,0.016656809,0.009883432,0.0071086935,-0.0022696683,0.029105406,0.013580287,-0.029776037,0.003908524,0.033615403,-0.023505634,-0.0104367025,0.012700084,0.028753323,-0.001174653,-0.01981716,0.013722796,0.01810705,0.027194107,-0.016011326,-0.026624069,-0.030865813,-0.014971848,0.00048463602,0.0131527595,0.0008272868,0.007385329,0.056433637,0.04268569,0.00953135,0.0017342111,0.0100427065,-0.008701444,-0.027713845,-0.022549983,-0.001295157,-0.004887227,-0.026070798,-0.014644914,0.0071925223,0.008571508,0.0064003393,0.028585667,0.00819847,0.00004217643,-0.0015937976,-0.027294701,0.012507277,0.025249274,-0.001386321,0.0004029028,0.006186575,0.0060859807,-0.018509429,0.010830699,-0.012037835,0.0317041,0.012071366,-0.008869101,-0.010646274,0.022583514,-0.00933016,0.014393428,0.037387703,0.018123815,-0.012725232,-0.0051554795,-0.021946415,-0.044429336,-0.02068898,-0.04268569,-0.008902633,-0.015575415,-0.008076917,-0.0085128285,0.00017512389,-0.021761991,-0.017604075,0.0063751903,0.012423448,0.021376379,-0.0027935992,0.020269835,-0.0021292549,0.0015917019,0.028468305,0.0035396768,-0.006174001,-0.012415065,-0.028971279,-0.008927781,0.03882956,0.007825431,-0.009615179,-0.0044513163,0.013689265,0.014846104,0.022818236,0.00060618797,0.026590537,-0.0063584247,0.00006038303,0.033967484,-0.01156001,-0.0045183795,0.007226054,0.04563647,-0.014368279,-0.010386405,-0.025718717,0.031385552,-0.049928512,-0.029977227,0.023824183,0.020387197,-0.013773094,-0.0067314636,0.0069242697,-0.011383969,-0.015650863,0.024293626,-0.0020496175,-0.013278503,0.01993452,-0.0091038225,-0.014971848,-0.02741206,0.048620783,0.0066182944,-0.031486146,0.024410985,-0.006324893,-0.006471594,-0.023254147,-0.012951571,0.025048085,-0.006077598,0.016757404,0.025567824,0.02120872,0.019716565,-0.0024205605,0.0018997733,-0.018811213,-0.008328404,0.014670064,0.0030786176,-0.005247691,0.035677593,-0.0014638627,-0.015868817,0.005235117,-0.0038687054,-0.038058337,0.013110845,0.006974567,-0.000886491,-0.019297421,-0.0190627,-0.005172245,-0.012062984,0.02514868,0.0154245235,-0.014242535,0.015826903,0.040036697,-0.0054949867,-0.004535145,0.006559614,-0.016229281,0.036817666,0.0037513447,-0.025400167,0.0054949867,0.0074188607,-0.0018976774,-0.0024876236,0.0052434998,-0.015458056,0.019917754,-0.01199592,-0.005834494,0.0074356264,0.03815893,0.010310959,-0.027227638,0.0021187763,-0.008961313,0.025903141,0.009984026,-0.022902064,0.026473178,-0.042551566,-0.008479296,-0.04302101,0.0073015,0.005138714,-0.006119512,-0.022650577,-0.036884733,-0.0007628433,-0.0064212964,-0.02905511,0.014200621,0.01814058,-0.02885392,-0.007762559,-0.020152476,-0.019347718,-0.0075362213,-0.016698724,-0.03956726,-0.024981022,0.004325573,0.0014670064,0.022885298,-0.003508241,-0.008290682,0.027847972,-0.012951571,0.0017520247,-0.01150133,0.035543468,-0.071154,0.0011086377,-0.040204357,-0.010973208,0.006907504,-0.02558459,-0.017771734,-0.011803114,-0.02813299,0.0042144996,-0.0029046726,-0.005138714,0.023639759,0.010897761,0.0059853857,0.007171565,-0.020621918,-0.0038519395,-0.0038079293,-0.0024603792,0.004153724,-0.00054436416,-0.015357461,0.036985327,-0.021963181,0.015600565,0.022952363,0.0057841963,-0.015307163,-0.038460717,-0.027311467,-0.0075781355,0.008395468,0.0081188325,-0.016438853,0.0015309259,0.014351513,0.009430755,-0.018459132,0.005742282,-0.010394787,0.042953946,0.016581364,-0.0031310106,0.0010090908,-0.027831206,0.0101433005,-0.017771734,-0.013949134,-0.022952363,0.04110971,-0.008919398,0.024293626,0.064112365,0.017872328,0.034470458,-0.00489561,-0.006266213,-0.012473745,-0.000029372872,-0.027445592,-0.020621918,-0.002879524,-0.026791727,0.021996712,-0.007008099,-0.02172846,-0.00163676,0.038058337,0.025081618,-0.010101386,-0.01605324,0.045938257,-0.0011547436,0.0070248647,-0.005608156,0.019984817,-0.013680882,0.010813933,-0.016346643,0.034336332,-0.02427686,0.040036697,-0.0001347812,0.015600565,0.006899121,0.027210873,-0.020873405,-0.015181419,0.0041935425,0.0010834889,-0.0046315487,-0.036582947,0.046944205,-0.036717072,0.002158595,0.016757404,0.035275217,0.007817048,0.03644882,0.0044513163,0.021694928,-0.03752183,0.02065545,0.07967102,-0.0038687054,-0.0026028885,0.013353949,-0.021359613,-0.0003376734,-0.028501837,-0.0062536383,-0.05391877,0.029021576,-0.01257434,-0.02025307,-0.00016189463,-0.010369639,-0.007779325,-0.021342846,0.010889378,-0.018576492,-0.014921551,-0.052309256,0.010034324,0.0018683374,-0.016388556,-0.02642288,0.04090852,-0.0027705464,0.056064792,0.016698724,0.0066015287,0.0139910495,-0.009237949,0.0025630696,-0.012683318],"social":"https://twitter.com/deadlyisabelle"},{"title":"scisea","description":"a platform for decentralized science on ethereum layer2","niche":"web3","youtube_url":"https://youtube.com/watch?v=ynsIDegoxmY","youtube_transcript":"My product, SLC, is a platform for decentralized sense. Either on the other side. So let me introduce my product to you. I will speak This is some of the updates. But the self introduction section, I'm a lean team for these are under graduate student of channel university. Building in my story, and I have three hours of invited that you have an experience. This is smart commies, and this is impacts on the website. Our region and I road map and this team and this is impacted with us. This part is the foam part, and this part is programmed But the we set out the the outdoor filter, it has forty three followers. And the s d I wall is only intact. Interesting in our project. For FTS, we released the official connection for SLC. And we have twenty dollars in revenue. And the highest rent of that is one hundred and thirty first. So that's all since","embedding":[0.01234765,-0.03025701,-0.02129017,0.023430537,-0.006907549,-0.00054522615,-0.0031274497,0.033986438,-0.0062346305,0.000080947844,0.025960062,-0.06051402,-0.043553233,-0.008707403,0.020690218,0.0121611785,-0.009931629,-0.028716596,-0.07277249,0.027986925,0.040277824,0.005492799,-0.007852067,0.05224442,0.0057643983,-0.016587848,0.00041297334,0.009364108,-0.058892533,0.002048145,0.01864714,-0.050266203,-0.0158825,-0.031619065,0.019279521,0.015144721,0.004349648,-0.005387402,0.017982328,-0.002486961,-0.01438262,-0.009826232,-0.003344324,-0.033727,-0.01520958,0.012890849,-0.037521288,0.0076007363,-0.037975308,0.025457399,-0.04271006,-0.013061105,0.02287923,0.036775403,0.0009379309,-0.04086156,0.021760402,0.036353815,-0.0358998,-0.024808804,0.025538474,-0.011601764,0.028262578,0.009372215,-0.016052755,-0.017009435,0.015914928,0.01451234,-0.031813644,0.02351161,0.047671817,-0.008456073,0.024727728,-0.025084456,-0.06453532,-0.010547795,-0.023625115,-0.00094350474,0.0125016915,-0.017204013,-0.0067697223,0.0029470588,-0.0030240796,0.007089967,-0.03544578,-0.017868824,-0.07303193,0.0077750464,-0.04082913,0.025473615,-0.051693115,0.03434317,-0.02962463,0.005979246,0.03531606,-0.022360353,0.021484748,0.03293247,0.020625358,0.008650651,0.009347892,-0.037878018,0.007933142,-0.06901063,0.004333433,0.027062675,0.024160208,-0.0045077433,-0.011674731,-0.02902468,-0.103905104,-0.019295735,0.013863743,0.026008707,0.01606897,-0.010734267,-0.011180176,-0.024435861,0.015006894,-0.04024539,-0.033013545,-0.008845231,0.0036138967,0.0025214176,-0.023106238,-0.030986682,0.012923279,-0.035121482,-0.052893016,-0.00852904,0.023365676,-0.07381024,-0.007945303,-0.032527097,-0.053703763,0.0045401733,-0.06482719,-0.03917521,-0.022230634,-0.041899312,-0.03236495,-0.04037511,0.041412864,-0.011674731,-0.018014759,-0.053606473,-0.041510154,0.02803557,-0.028846314,-0.01712294,0.026478939,-0.04267763,-0.027257254,-0.015631167,-0.008772263,-0.026170855,0.017593171,0.03729428,-0.0010681568,0.015396051,-0.000013863427,-0.0007458856,-0.009664083,-0.020738862,-0.033532422,-0.037942875,0.009761373,-0.033727,-0.075950615,-0.0133610815,-0.011796343,-0.029397622,-0.009980273,-0.019084942,0.014869067,-0.030370515,0.022798155,-0.041348007,-0.02026863,-0.044720706,-0.00073119084,0.025506044,-0.030970467,-0.049520317,-0.03424588,-0.005715754,0.00781153,0.049941905,0.012039566,-0.005638733,-0.046861075,0.067064844,0.027370758,0.0027281577,0.008220957,-0.014358298,0.039921094,0.020836152,0.03379186,-0.030597525,0.0019032244,-0.0009379309,0.008374998,0.03868876,0.0029126022,-0.05214713,0.0038510398,0.042872205,0.019052513,0.0066521643,0.030078648,0.03778073,0.00591844,-0.00070788193,-0.06654596,0.03168392,-0.009056024,0.0065183914,-0.00025538474,0.010191067,0.012209822,0.019311951,0.022100914,0.03739157,-0.0094127515,0.075237155,0.016668921,-0.021549609,0.072448194,-0.06382186,0.04572603,-0.00026855935,0.00033569918,-0.07809098,-0.008869553,-0.02519796,-0.0036138967,-0.038396895,0.024743944,-0.026576228,-0.012412509,0.00409629,0.029981358,0.04705565,0.050168913,-0.009428967,-0.02790585,-0.036548395,-0.0022153612,0.06129234,0.044915285,0.041996602,0.014423157,-0.011974706,0.0025619548,-0.027873421,-0.01858228,-0.037813157,0.025538474,-0.041348007,-0.012785452,-0.05924926,-0.03230009,-0.017560741,-0.0112450365,-0.028311223,0.01139097,0.023187313,-0.004394239,-0.046731353,0.017204013,-0.0035024192,-0.019701108,-0.006927818,0.0008330407,-0.016295979,-0.0068710656,0.02946248,-0.001073224,0.047282662,-0.033208124,-0.06119505,-0.038234744,0.011407185,-0.024581796,0.02532768,0.034083728,-0.025911417,-0.029851638,0.03127855,0.0071061817,-0.003759831,-0.009234388,0.0052293064,0.005196877,0.0392725,0.033337843,0.013052998,-0.008310138,0.024079133,0.02602492,-0.0071264505,-0.019149803,-0.029948927,-0.023916984,0.036418676,0.044785567,0.011780128,0.015112291,-0.06771344,-0.014196149,0.024030488,0.035964657,-0.019166017,0.035672788,0.0020937496,0.042969495,0.0011563253,-0.02456558,-0.005014459,0.012704377,-0.06268682,0.034278307,-0.02714375,0.02214956,-0.015104183,0.03716456,-0.008058808,0.018176908,-0.017836394,0.02638165,-0.014342083,-0.010855879,-0.041153427,0.011788235,0.0050833724,-0.026965385,0.019149803,0.031992007,0.010191067,-0.027630197,-0.03748886,-0.0370997,0.020041622,0.021841476,0.059476268,-0.007900712,-0.002486961,0.036678113,0.030175937,-0.02800314,-0.0048442027,0.017252658,-0.039856236,0.019814612,-0.0060319444,-0.0054198317,-0.025100673,-0.015096076,0.0011360567,-0.020706432,0.041477725,0.04228847,0.043326225,0.026349219,0.021679327,-0.0050833724,0.009655976,0.03283518,-0.010207282,0.038040165,-0.04705565,0.051887695,-0.012453047,-0.05114181,0.028554447,0.041185856,0.044331547,-0.028684165,0.028084215,0.050039195,0.026981601,-0.023495397,-0.05247143,-0.012055782,0.025603333,0.020041622,-0.0032146047,-0.027370758,0.004913116,0.019749753,-0.064762324,-0.0083831055,0.014228579,0.0092424955,-0.008026377,0.057044033,0.012234145,0.025651978,-0.021030731,0.051822834,-0.012493583,0.011626086,-0.02297652,-0.034764756,0.019587604,0.0039341412,-0.022992734,-0.005509014,-0.002174824,0.006019783,-0.08814422,0.05785478,-0.03716456,0.009761373,-0.026478939,-0.030435376,0.0072277933,0.08282573,0.047477238,0.071345575,-0.041996602,0.0049982443,-0.011853095,0.058795244,0.01692836,0.038202316,-0.006749454,-0.016782425,-0.07212389,0.0026004652,-0.010020811,0.034862045,-0.015582523,-0.018079618,0.018306626,-0.0352512,0.0063643497,0.0026693786,0.01190174,0.011561227,0.053152457,-0.043261364,-0.063270554,-0.011066672,-0.008147989,0.01804719,-0.017187798,-0.026073566,0.04251548,-0.028311223,-0.057303473,0.0008938466,0.03745643,-0.04592061,-0.05214713,0.04926088,-0.00008050447,0.056784596,-0.0016640546,-0.015906822,0.046082757,-0.021614468,0.034440458,0.009177635,-0.026770808,-0.019036297,0.0041327737,0.03166771,-0.0039584637,-0.0012566551,-0.044234257,0.015858177,0.0029267902,-0.053671334,-0.027954495,0.013393511,-0.030938037,0.033305414,-0.023365676,-0.02430614,0.029494911,-0.014812315,0.0040719677,0.014601521,0.051563397,-0.0082696015,0.012023351,-0.08392835,0.029348977,0.022652222,0.018322842,0.03277032,-0.021565823,-0.012785452,-0.07251305,-0.03719699,-0.021906335,-0.015444696,-0.023365676,0.013312437,0.014366405,0.00052546425,0.025262821,0.03230009,0.0062224697,-0.046861075,-0.04585575,-0.0036361923,0.015866283,0.0042766808,0.013847528,0.025797913,0.00443883,-0.016020326,-0.01575278,0.0083263535,-0.0024464238,0.026203286,0.007248062,0.02946248,0.021598252,0.0013610385,-0.02112802,0.012234145,0.020219985,-0.0054198317,-0.018290412,-0.03878605,-0.014536662,0.005014459,-0.03275411,0.0053184885,0.037521288,-0.031424485,0.034829613,-0.006019783,-0.083604045,-0.008391213,-0.0024443967,0.0036909175,-0.00743048,0.041250717,-0.010734267,-0.035121482,0.012469261,-0.009607331,-0.002707889,-0.003940222,0.023008948,0.01705808,-0.007207525,0.023527825,-0.018695785,0.019863257,-0.008091237,0.012096318,-0.017771535,-0.009315463,0.015039324,-0.004260466,-0.022863016,0.012590873,0.012266575,0.0038429324,0.014033999,-0.012517906,0.03434317,0.00064099545,0.00049936835,-0.03599709,-0.05402806,-0.014342083,-0.06751886,0.02608978,0.019360596,-0.025603333,0.007929089,-0.013425941,0.025862772,0.0024788536,-0.027954495,-0.016312193,-0.013101643,-0.03700241,-0.007949357,-0.012380079,-0.021922551,0.02981921,0.02185769,-0.01097749,0.016944574,-0.03280275,0.023365676,-0.014058322,-0.01835527,0.03337027,-0.020057837,-0.020592928,0.0015110264,0.0011218687,0.0044185612,-0.02608978,-0.035867367,-0.018225553,0.007268331,-0.028992249,-0.015558201,0.024160208,0.007819638,0.018566065,0.010993705,0.033240553,-0.008415535,0.0040719677,0.02036592,-0.0076980256,-0.002531552,0.009453289,0.02291166,0.0026815399,-0.028489586,0.034699894,-0.027776131,0.034894474,0.032721676,-0.021922551,-0.044396408,-0.0032733837,0.03217037,0.009161421,0.034505315,0.017528312,-0.0154203735,-0.0013559713,0.013636734,-0.0071345577,0.05399563,0.0022558987,-0.022068484,0.026803236,-0.007856121,0.028019354,-0.038202316,0.018922793,0.0022011732,0.023446752,0.022668436,0.036224097,-0.02902468,0.0016691217,-0.011399077,0.051466107,0.0030301602,-0.0011401104,0.050071623,-0.024095347,0.0064129946,0.052439,-0.014552876,-0.036159236,0.048352845,0.016620276,0.014479909,-0.0472178,-0.0052333605,0.0054644225,0.016555417,0.00029997574,0.0012880715,-0.012266575,0.021825261,0.021841476,-0.010377538,0.02780856,0.010799126,-0.024160208,-0.04034268,-0.0028639575,0.051855262,-0.009542471,0.016701352,-0.026560012,-0.019701108,-0.046082757,0.01638516,0.012096318,-0.007503447,0.02116045,-0.0133610815,-0.024841234,0.034602605,0.017349947,-0.037521288,0.0037578042,-0.024257496,0.026333004,0.0035470102,-0.001871808,-0.003686864,-0.024289927,-0.028019354,0.0008097318,-0.0012647625,-0.035672788,0.000003384703,-0.03134341,-0.003930087,0.012096318,0.025133101,-0.0062548993,0.0005791761,0.0028538231,0.018711999,0.023916984,0.028392298,-0.0031112349,-0.053347036,0.0143907275,-0.013101643,-0.023414321,-0.00005722721,-0.027451834,0.0021930658,-0.04546659,0.004084129,-0.02227928,0.02386834,0.008918197,-0.0046942146,-0.012607088,0.018241767,-0.021387458,0.016993219,-0.0066845943,-0.010109993,-0.062427383,0.007576414,-0.07011325,-0.05941141,-0.018793074,0.019684894,-0.039888665,0.059962716,-0.003994947,-0.046990793,-0.003137584,0.055130675,-0.016668921,-0.018971438,-0.007989894,0.01765803,0.017479667,-0.011974706,-0.00024753064,0.016879715,-0.0061940933,0.021517178,0.01259898,0.019409241,-0.01854985,0.02135503,0.018241767,0.010458613,-0.01552577,0.034537748,-0.03392158,-0.020836152,0.016798642,0.006096804,0.009266818,-0.0057481835,-0.0083831055,-0.019279521,-0.03560793,-0.026478939,-0.03025701,0.0018018812,-0.033110835,-0.022068484,0.007341298,-0.016409483,0.008164205,-0.019814612,0.022295494,-0.029916499,0.019717323,0.02036592,-0.01654731,-0.005075265,0.0056590014,0.011496367,-0.011212606,-0.017885039,0.008504718,0.058276366,-0.026073566,-0.10001353,-0.018906578,0.02532768,0.028911173,0.024079133,-0.03735914,0.019328166,-0.0087803705,0.033337843,-0.019457886,0.02548983,-0.012753022,-0.012023351,0.002336973,-0.015323085,-0.0072277933,0.0003146705,0.024906093,0.008715511,0.018436346,-0.024987167,-0.008512825,-0.028327437,0.036515966,-0.008991164,-0.016701352,-0.02201984,0.011277466,-0.001909305,-0.011447722,0.024079133,-0.014966357,-0.03564036,-0.01696079,-0.015550093,0.039596796,-0.025311466,0.033597283,0.017041864,0.009428967,0.0050387816,-0.034181017,0.0071345577,-0.013952925,0.046082757,-0.038818482,-0.008204741,0.03424588,0.006417048,-0.00505905,0.015169043,-0.030759674,0.010020811,-0.009169528,-0.014998786,0.008342568,-0.0095262565,-0.02965706,0.038526613,0.029073324,0.0013357027,0.035478212,-0.006494069,-0.022700867,-0.026770808,-0.0022944089,-0.026592443,0.0064292094,-0.039888665,0.023317032,0.012923279,0.0045807105,0.015063646,-0.0040516993,0.03554307,-0.02529525,0.008046647,-0.0059751924,0.009680298,-0.03554307,0.040991277,0.03041916,0.008488502,0.0069197104,-0.0033422972,0.014617736,0.016879715,0.0046536773,0.017171584,-0.0030301602,0.04562874,-0.025084456,0.002014702,-0.00040638604,-0.040083244,0.036159236,-0.00019521224,-0.03424588,0.015469018,0.009404644,0.010093777,0.043553233,-0.02863552,-0.015023109,-0.0044631525,0.004171284,0.018339057,0.017090509,0.0031923093,-0.015485234,0.005415778,-0.033402704,0.011577441,0.039888665,-0.005529282,0.030078648,0.02026863,0.0033179747,0.03521877,-0.0028072053,0.008618222,0.044753134,-0.028716596,0.0012181447,-0.012144963,0.017431023,-0.00082493323,0.008958735,-0.010093777,-0.021663113,0.014747456,0.014950141,0.0057360223,0.015979787,-0.0035834939,0.044234257,0.022392783,-0.019960547,-0.00016987645,0.046277337,0.03570522,0.02026863,-0.0055738734,0.007402104,-0.030889392,0.025716837,0.013190825,0.004957707,-0.06463261,0.044850424,0.0038794158,0.023462966,-0.03424588,0.01934438,-0.0015363622,0.03255953,-0.032527097,-0.017706675,0.002411967,0.0358998,-0.006169771,0.0423209,-0.012047674,0.009907306,-0.007754778,0.002780856,-0.03385672,-0.0077791004,-0.015947359,-0.027257254,-0.013312437,0.0076980256,0.04271006,-0.005180662,0.025603333,-0.03849418,-0.0003602749,0.034440458,0.029186828,0.010191067,0.019911902,0.0091289915,-0.0031598795,0.041250717,0.046698924,-0.013215147,-0.0057198075,-0.021403674,-0.012339542,0.004369917,-0.021079376,0.020917226,-0.010588332,-0.009380322,0.006027891,-0.00396049,0.0037213205,0.021679327,-0.028230147,-0.010369431,0.009891092,0.016595954,0.027970709,-0.008488502,-0.009404644,0.011877418,-0.017463451,0.010888308,0.005460369,0.02962463,0.024095347,-0.010863986,0.010409969,0.0019924063,0.014220471,-0.027597766,0.03414859,0.00035267416,-0.002736265,-0.047477238,0.005784667,-0.014950141,-0.029267902,-0.0049495995,-0.0122179305,0.01113964,-0.026203286,-0.014042107,-0.016814856,0.02813286,-0.008310138,-0.005723861,0.02043078,-0.0038591472,-0.038818482,-0.022960305,-0.0016356785,-0.04900144,0.0401481,-0.010539688,-0.021906335,0.0080507,0.017074294,-0.028651737,0.005225253,0.041348007,-0.0020957764,0.000035406763,0.00045249716,0.015477126,0.008869553,0.02780856,0.00725617,0.024371002,-0.013336759,0.03045159,-0.009364108,0.0057643983,0.048223127,0.0020653734,-0.009623545,0.0045969253,0.030532666,-0.010912631,0.015712243,-0.01575278,-0.006923764,-0.0058373655,-0.035056625,0.0041793915,-0.0236089,0.006911603,0.02030106,-0.0112450365,0.004011162,0.035672788,-0.016531095,-0.023122454,-0.007089967,0.012015244,-0.033727,0.012339542,-0.013425941,0.017398592,0.007738563,-0.009534364,-0.010061348,-0.0023937253,0.03306219,0.0043131644,0.003978732,0.039564367,0.0073615666,0.01231522,-0.018695785,-0.0034598552,0.013393511,0.013401618,-0.016125722,0.0057076463,-0.0010235659,0.012963816,-0.025619548,0.017803965,0.011188284,-0.007616951,-0.0016397322,-0.03140827,-0.0040821023,-0.016522987,0.008180419,0.019603819,0.007369674,0.022408998,-0.011350433,0.0075926287,0.013709702,0.011844988,0.022068484,-0.0038490128,0.018371487,-0.017885039,0.017333733,0.013263792,0.005071211,0.0003650887,-0.0044712597,0.012858419,-0.009007379,0.014398835,0.014642059,-0.021760402,0.005695485,0.0322028,-0.05931412,-0.028213933,0.025133101,-0.0023714297,-0.013725917,-0.017576955,0.032608174,-0.036321387,-0.01775532,0.016466236,-0.020819938,0.02631679,0.010815341,0.024516935,0.0358998,0.038364463,0.10987219,0.003522688,-0.006911603,-0.04082913,0.028667951,0.050622933,-0.001021539,0.00887766,0.0006536633,0.013450263,-0.00639678,0.024711514,0.0122179305,0.009104669,0.018695785,-0.008111506,-0.013271899,-0.004767182,-0.008764156,-0.019717323,0.0014299519,0.0005340784,-0.022036055,-0.009501934,-0.041672304,-0.033240553,-0.012193608,0.028684165,0.0032693301,0.00897495,0.024581796,-0.03366214,0.02036592,-0.00041119984,0.019311951,-0.0032835181,-0.012128748,0.002945032,0.0037942876,-0.010012703,-0.021403674,-0.038007736,0.009072239,-0.024679083,0.015582523,-0.027419403,-0.0062346305,-0.014261008,0.007353459,-0.024371002,-0.015460911,-0.010969383,0.011220714,0.008853338,0.005752237,-0.002827474,0.034537748,0.016304087,-0.009031702,-0.008747941,-0.04086156,-0.010904524,-0.008147989,-0.0019174124,-0.013150288,-0.0073494054,-0.0058819563,-0.0022944089,0.0011553119,0.012363864,-0.0036321385,-0.001613383,-0.0007322043,0.03739157,0.0037800996,0.011382863,-0.006271114,-0.012177393,-0.025992492,0.00929114,0.014115074,0.013790776,-0.013150288,0.0042118216,-0.022036055,0.0001954656,0.0028842262,-0.00008259467,0.0052171457,0.000013562564,-0.024484506,-0.01097749,0.046861075,-0.008512825,-0.019360596,-0.0049333847,-0.045142293,-0.0236089,-0.0038733352,-0.039402217,0.015079861,-0.02519796,0.0040598065,-0.0028984142,-0.022473857,-0.0007686878,-0.025830343,-0.016295979,0.004730698,-0.035089053,0.0015160935,0.011374756,-0.004203714,-0.0070372685,0.051984984,0.014796101,-0.034440458,0.009015487,0.00037040922,-0.01934438,0.011001812,-0.006287329,0.0010681568,-0.003861174,-0.0003602749,0.008399321,0.020738862,-0.029300332,0.007369674,-0.011658516,0.010312679,-0.022311708,0.013434048,0.0020329435,-0.0067535075,0.023365676,-0.033175696,-0.02440343,-0.016085185,0.083604045,-0.032527097,-0.0007788221,-0.00306259,0.014261008,0.0020451047,0.037942875,0.00967219,-0.0018728215,-0.030711029,-0.0012840177,0.034213446,0.005991407,0.014017785,0.038429324,0.015282547,-0.0022579255,0.0028213933,-0.010839663,-0.0041327737,0.003686864,0.0051239096,-0.024030488,-0.0074466947,-0.009655976,0.0202362,0.0035611982,-0.020982087,0.024030488,-0.012136856,0.0052779512,0.0012566551,-0.02198741,-0.020025406,0.014771778,-0.009501934,-0.003877389,-0.044623416,0.020138912,-0.010701837,-0.02030106,-0.02701403,-0.02033349,0.008168258,-0.00014796101,0.009396537,-0.0017289142,0.00825744,-0.019409241,0.018890364,0.023138668,0.018225553,0.0038834696,-0.05561712,0.014179934,-0.014658273,-0.024743944,-0.021306384,-0.011212606,-0.010020811,0.025765482,-0.000007569067,-0.0106126545,-0.0096397605,-0.012777344,0.0094695045,-0.012744915,-0.021614468,-0.029948927,0.022538716,-0.00595087,0.010669407,0.031294767,-0.023430537,0.010766696,-0.01231522,0.008958735,0.0004084129,0.037651006,0.028976034,-0.015339299,0.026981601,-0.014058322,-0.017268874,-0.037845585,-0.013336759,0.051498536,0.023268387,-0.019230876,-0.0057076463,-0.028457157,0.025651978,-0.020187555,0.005772506,0.039629225,0.0047712354,0.028749024,-0.02039835,0.0013863744,-0.040893987,-0.038721193,0.028084215,-0.010320786,0.018095832,0.044526126,0.011707161,-0.006477854,0.020674003,0.02810043,0.0014400862,-0.024711514,0.017041864,0.028359868,0.0040760217,-0.03434317,-0.012915172,-0.0032652763,0.028327437,-0.018630926,0.03197579,0.016433805,-0.032624386,0.0022234689,-0.010904524,-0.03395401,-0.014358298,-0.0028801723,0.001984299,-0.020511854,-0.007933142,0.021679327,0.0043861317,0.00371524,-0.0088371225,0.0065873046,-0.035056625,-0.008107452,-0.019052513,0.020317275,0.017739106,0.00039067786,-0.0168635,0.012096318,-0.0148447445,-0.00021763441,0.0025254714,-0.01269627,-0.0013944817,0.010109993,0.024111563,0.009818125,-0.014301546,0.0019964601,-0.0106126545,0.005180662,0.0093559995,0.023349462,0.011942277,0.003034214,0.020041622,0.046374626,0.008131774,-0.01279356,0.02033349,0.046180047,0.011382863,0.014188041,0.022798155,0.0068710656,0.012436831,0.011382863,-0.023544041,-0.00085026905,-0.013271899,-0.01390428,0.00068761327,-0.013150288,0.049714897,0.01606897,-0.029932713,0.012744915,0.03150556,-0.003774019,0.01593925,0.01231522,0.040083244,0.0071669878,0.03379186,-0.0015201473,0.03729428,0.025165532,0.03722942,-0.00368281,0.015428482,-0.011236928,0.03401887,-0.008626329,0.025635764,0.01387185,0.016717566,-0.022700867,0.03217037,0.0083263535,0.026981601,-0.013734024,-0.0017623574,0.009445182,-0.004836095,0.01835527,-0.007937196,-0.010539688,0.031992007,0.05399563,-0.010401861,0.022668436,-0.017998544,0.0318785,0.0085533615,-0.006392726,-0.027273469,-0.012517906,-0.026705947,-0.016879715,-0.006972409,0.017236443,-0.010199175,0.050460782,-0.001768438,-0.012226038,0.0022396836,0.004973922,0.01663649,-0.003911846,0.04909873,-0.0005034221,-0.003551064,-0.022068484,-0.023398107,0.0075237155,0.026900526,-0.012882741,0.05247143,0.011253144,0.0151366135,0.0154203735,0.042872205,0.0061940933,-0.007888551,-0.03319191,0.0049090623],"social":"https://twitter.com/LinqinEth"},{"title":"doodletale","description":"transforming children's creative designs into immersive stories, complete with educational quizzes and engaging mini-games!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=0ZiXgE0Y4FE","youtube_transcript":"My name is Canton. I missed a teacher here at Dugrisel. I tried to think about the educational needs of the kids and how we can make their learning happy. Hi. My name is Patrick, and I'm the Teich Popatea from Dulotail. Hi, I'm Marius. With our I power app, children can transform their creative designs into a master's stories, compete with educational quizzes, and engaging mini games. You can design your stories using a variety of story elements like characters, plans, animals, and more. Children can pick and design scenes and the story elements are sent to the AI. And a story comes back capturing the essence of what children have imagined. Once upon a time, Dufotel's version was all black and white images. Children would add color and voila, AI stories were born. But something was missing. The feedback from parents, children that educators showed us they had like that story esque feel. We kept rattling our brainies to find where the next move was. After sifting through the feedback and brainstorming, it clicked. We needed to create the best AI powered children's stories ever. With the new changes in place, a wave of imaginative stories began appearing. Show us that our iterations worked. The last two weeks we poured our blood, sweat, tears, and developing version two, where children can create stories based on amazing and unique themes that match their interests. Not only does it look great, now it has a unique educational feature. The AI listens to the story and generates multiple choice questions to test the children's understanding. The AI checks the answers of the questions and rewards correct answers with points for unlocking extra features. We've also added many games to keep the children entertained while their stories come to life and now we are working features like reading detection. Our mission is to be the AI app for parents, teachers, and scores. With version two, we're ready to inspire thousands of young minds to bring their dreams to life. And that's doodle tail.","embedding":[0.051630974,0.0038595991,-0.00056815986,-0.0038808058,0.016541138,-0.036758088,0.021079348,0.049764793,-0.035570517,0.01983523,0.0025377218,-0.060339812,-0.038991846,-0.023511037,-0.008588668,0.0069274856,-0.013077396,-0.053440604,-0.0001572822,0.017672157,-0.002760391,0.0072597223,0.023935169,0.02007557,0.04512762,-0.020485565,0.01348739,-0.0020764784,-0.015805976,-0.023567589,-0.011246561,-0.03002853,-0.032658145,-0.021093488,0.024387578,-0.0054324213,-0.0006035042,0.024571367,0.0070653283,-0.054543346,-0.024599643,0.0014561857,0.010645707,-0.0056338836,-0.048520673,0.02126314,0.023779655,0.04170629,0.00018842937,0.041875944,-0.054656446,0.053157847,-0.013034984,0.0057858643,-0.05134822,-0.0094086565,-0.031131271,0.0051708734,-0.0328278,-0.035287764,0.011882759,0.0034637428,0.055702638,0.050471682,-0.00020157304,0.0106881205,-0.056918483,-0.015325295,0.010341747,0.009868133,0.08335603,0.05030203,-0.003972701,-0.035429142,0.017007684,-0.057653647,-0.02828959,0.0164139,0.012709815,-0.023298971,0.012278615,0.047333106,0.021715546,-0.013756007,-0.012278615,-0.031781606,-0.030989895,-0.03195126,-0.0032569785,-0.052422687,0.011698968,0.00945107,-0.059039142,-0.0037571006,0.07063208,0.0313292,-0.018817313,0.01765802,0.016428037,0.011395007,0.014067037,-0.06814384,-0.029519571,0.04730483,0.021404516,-0.027540289,0.02082487,0.010058992,-0.017728709,-0.0025359546,-0.16682516,0.013416702,-0.023454487,0.011833277,0.01666838,-0.01485875,0.024274476,-0.042158697,-0.00543949,-0.02418965,-0.05683366,-0.013968073,0.030085081,0.024938948,0.034665704,-0.019623164,-0.052931644,-0.015523223,-0.028332002,0.0014270267,-0.030735416,-0.011925172,0.0020393669,-0.020259362,-0.035457417,-0.0035768447,-0.057964675,0.016385624,-0.03407192,-0.0051814765,0.021036936,-0.022846565,-0.036249127,-0.030905068,0.0048457053,-0.060905322,0.0009322063,0.03435467,0.014392205,0.019679714,-0.024401715,-0.0040080454,0.0024917743,-0.027441327,-0.0014685562,0.0015047842,-0.001982816,0.023341386,-0.04176284,0.015551498,-0.0227476,-0.024825847,-0.035344314,-0.029774051,-0.024543092,0.006432665,-0.01336722,-0.013091534,-0.073685825,-0.016866308,-0.006284219,-0.0028540534,-0.011600004,0.01075174,0.026946506,-0.032488495,-0.02014626,-0.035457417,-0.02219623,-0.027922008,-0.02549032,0.05222476,-0.09494897,-0.0003587448,-0.040744927,-0.0096702045,-0.020937972,0.0016929926,0.0006852379,0.029745774,0.013211705,-0.014491169,0.043402817,-0.034976732,-0.012271546,-0.047220003,0.08629668,-0.030141631,0.0137418695,-0.016541138,0.011451558,0.0018326027,0.026098242,-0.052366138,0.01037709,0.03251677,-0.0046088984,-0.014618409,-0.04761586,-0.05587229,0.067239024,-0.00228501,-0.028982338,-0.013572217,-0.06486388,0.007669716,-0.018789038,0.021036936,0.0031544801,0.022959666,-0.02691823,0.06260185,0.00228501,-0.046484843,-0.0048386366,0.017445954,-0.0032145653,-0.0071961023,0.027398912,0.01006606,0.015198055,0.020655217,-0.009521758,-0.06062257,0.016088732,-0.02517929,0.002974224,-0.0014879956,0.029434744,0.05601367,0.0002686168,0.04258283,0.030113356,0.0390484,-0.02573066,0.0106881205,-0.024854122,-0.029265093,0.07261136,-0.00086814474,0.053101297,-0.017771121,0.07984988,-0.02305863,-0.013558079,-0.059265345,0.019354546,0.00938745,0.030283008,0.0017566124,0.0109213935,0.0013961004,-0.020740043,-0.04303524,0.035824995,0.03998149,0.031583678,0.0051249256,0.012222064,0.015678737,-0.018181115,-0.017785259,0.004237783,0.026055828,-0.025151014,-0.022111403,-0.044731766,0.062092893,0.02144693,0.035966374,-0.038256686,0.000019632662,-0.0016815057,0.0039196843,-0.034609154,0.038256686,-0.010143818,-0.015791839,-0.009479345,-0.016823893,0.053723358,-0.017799396,-0.0111051835,-0.027130296,0.01143742,0.03339331,-0.011479833,0.026154792,0.0010603294,0.03967046,0.027427187,-0.06673007,0.011529315,-0.013770144,0.029915428,0.02418965,0.009444001,0.009839857,0.05683366,-0.010652777,0.023737242,0.015834253,0.07017967,-0.012101893,-0.0033082278,-0.046541393,0.05228131,-0.030933345,0.007825231,0.020089708,0.016088732,-0.0062948223,-0.019425236,0.015636325,-0.08290362,-0.059604652,0.027851319,0.029463021,0.0054713,-0.015084953,-0.004531141,-0.047644135,-0.02966095,0.058473635,-0.025221704,0.009910545,0.0041388194,-0.0045664855,-0.008242294,0.0593219,-0.038737368,-0.015226331,-0.051630974,0.0037500318,0.013657043,0.00045638345,-0.014844612,-0.0072879978,0.025942726,0.024938948,-0.012101893,0.008327121,0.052337863,-0.050754435,-0.01982109,0.0010338211,-0.01044778,0.009055213,0.01584839,0.015042541,-0.029632673,-0.0131410165,0.027780632,0.03463743,-0.04040562,0.016739067,-0.074703746,-0.008899698,0.021871062,-0.035711896,-0.014618409,0.005379405,0.0034761133,0.012540163,-0.023016218,0.020810733,0.024627918,0.019976607,-0.04750276,0.07181965,0.016555278,0.02909544,0.029067164,-0.05813433,0.008482635,0.007061794,0.055221956,0.00602974,-0.008892629,0.0074929944,0.041875944,-0.03822841,0.01119001,0.0049517383,0.015565636,0.0076414407,-0.024217924,0.02461378,0.023836205,0.03630568,0.025561009,-0.008058503,-0.06774798,0.007690923,0.004046924,0.031216098,0.003301159,-0.014151864,0.08703184,-0.011720175,-0.013515666,-0.009330899,0.033421583,0.013289462,0.032064363,-0.0390484,-0.025320666,0.0018626454,0.023284834,0.05601367,-0.036899462,-0.063110806,0.03127265,-0.034411225,0.01647045,0.051885452,0.051998556,0.028840961,0.0049552727,-0.039189775,-0.041734565,0.060452916,0.0017362895,-0.037210494,-0.0042448523,-0.011819139,-0.02865717,0.04854895,0.024345163,-0.022549672,0.0021807442,0.006991105,-0.0019280324,-0.024104822,-0.0026384532,-0.044533838,-0.047474485,0.0251086,-0.0085745305,-0.041395262,-0.019312134,-0.014971851,-0.006764902,0.06452458,-0.013112741,-0.049142733,0.012243271,-0.029519571,0.014307379,-0.02858648,0.03401537,0.035570517,-0.038737368,0.03180988,-0.0043473504,-0.005545523,0.013536872,-0.0017468927,0.036277406,-0.024203787,0.0002023462,0.009175384,-0.034609154,-0.003555638,-0.054175764,-0.02580135,0.03656016,-0.019057654,-0.0143144475,0.0019492389,-0.017799396,0.014370998,0.007358686,0.001433212,-0.0155939115,0.0032145653,-0.055702638,-0.037323598,0.013444977,0.02966095,-0.029915428,0.013883247,0.039020125,-0.016117007,-0.0031332735,0.005828277,0.04476004,-0.020033156,-0.051630974,-0.011140528,0.0019386356,0.006528095,-0.015325295,0.08573117,-0.012504819,0.0035397331,0.0328278,-0.029265093,0.009161246,-0.00026198974,-0.02058453,-0.027992697,0.0010170327,0.025575146,-0.015113229,-0.011896896,0.022577949,0.022662774,-0.030198183,-0.015749427,-0.020612804,-0.021941751,0.00053149014,-0.022832427,0.033534687,-0.043289717,-0.062092893,-0.04190422,-0.061583932,-0.0137418695,-0.001798142,-0.016541138,0.03579672,0.02573066,-0.07775749,0.027992697,-0.011423282,0.0027621582,-0.010405366,-0.011387938,0.008553324,0.028374415,0.0658818,0.021051073,-0.00363693,0.02238002,-0.01590494,-0.022705188,-0.022139678,0.025264116,0.04283731,0.0109426,0.03246022,-0.037889104,-0.01516978,0.001216728,-0.022620361,-0.007231447,0.027582703,0.015834253,-0.013508597,0.010850704,0.015297019,-0.00814333,-0.0039126156,0.0062630125,0.010723465,0.015014265,-0.00018147097,0.052507512,-0.037691176,-0.011868621,-0.0072950665,-0.025023775,0.023610001,0.016117007,0.007570752,0.02541963,-0.020344187,-0.0019669111,-0.033591237,-0.02909544,-0.013890316,0.022493122,-0.04184767,0.011274836,-0.006266547,0.009132971,0.017149061,0.040914577,-0.0136641115,-0.007005243,-0.021687271,-0.0027480205,0.009868133,-0.013763076,0.00014778342,0.00033378287,-0.024486542,-0.00478562,0.0066906787,-0.0005275139,-0.018379044,0.00397977,-0.014957714,-0.03525949,0.0014597202,-0.00457002,0.036220852,-0.010582088,0.003258746,-0.0052663027,-0.01007313,-0.019905917,0.033478133,-0.020683493,0.0031968933,-0.00397977,0.051093742,-0.01056795,-0.01789836,-0.041197333,0.0068355906,0.018690074,-0.014802199,-0.0015834253,-0.0008672611,0.01423669,-0.01584839,-0.0115222465,-0.013720663,0.02728581,0.03164023,0.0087300455,0.01336722,-0.030933345,-0.007206706,0.03947253,-0.0023963444,-0.0032817195,0.009677273,0.014144795,-0.015395983,-0.01623011,-0.0051920796,-0.008475566,0.01237051,0.021489343,-0.034043644,-0.020061433,-0.017785259,-0.017205613,0.045806233,-0.0075566145,0.02505205,-0.032601595,-0.031979535,-0.015084953,0.0029123714,0.018888002,-0.032177463,-0.0018891536,0.011925172,-0.038454615,0.007902988,0.028572343,-0.0026384532,0.00543949,-0.010730534,-0.0059767235,0.015042541,0.021036936,-0.0029689225,-0.0022408296,0.008199881,-0.009981235,0.027865458,-0.029067164,0.009048144,0.03237539,-0.018407319,0.010058992,-0.027497876,-0.017163198,0.025405493,-0.012335165,0.030594038,-0.01243413,-0.0026349186,-0.06345011,-0.036107752,0.022719325,0.0007254421,-0.0042695934,-0.00453821,0.008214018,0.0037217564,0.02635272,0.0025730662,-0.112536296,-0.028402692,-0.018562835,-0.046908975,-0.020626942,0.0003708944,-0.043940052,0.0003479206,0.022832427,0.03438295,0.047785513,-0.016767344,0.03319538,-0.022012439,0.012653264,-0.026635475,0.025504457,-0.012738091,0.009521758,-0.01237051,0.011069839,-0.03333676,-0.0054112147,0.0018273011,-0.007846437,0.005736382,-0.025532732,-0.025617559,-0.020287637,-0.020414876,0.016173558,-0.031527128,0.017361127,0.03180988,-0.017502505,-0.056183323,0.015862528,-0.019156618,0.0057893987,-0.02399172,-0.014194277,-0.014335654,0.017573193,0.027837181,0.000018224413,-0.009196591,-0.006217065,-0.0034937854,0.02517929,-0.03367606,-0.0068355906,0.011911034,0.014477031,-0.032120913,0.005513713,-0.0011248328,0.030113356,0.014378067,0.0069981744,-0.003930288,0.03698429,0.06361976,0.029463021,-0.009960027,0.0075071324,0.005319319,-0.004799758,0.020216947,-0.00994589,-0.008461429,0.02088142,-0.0345526,-0.033167105,0.015367708,-0.016696654,0.0061004288,-0.036644984,0.026904091,-0.009550034,0.03574017,-0.0062630125,0.004965876,0.019227307,0.0035909824,-0.0061781863,0.001338666,-0.035824995,0.01789836,-0.0088078035,-0.001683273,-0.015028402,-0.023270696,-0.006397321,-0.0035768447,0.0023062164,0.015056678,-0.011395007,0.007514201,-0.06339356,-0.04371385,0.0078323,-0.04179112,-0.011430351,-0.035033286,0.019425236,-0.0017097812,0.01908593,-0.017445954,-0.0047220006,-0.022182092,-0.0005040983,-0.025023775,0.023482762,-0.026098242,-0.015551498,0.007160758,-0.0062135304,0.0015100859,-0.025829624,-0.030480936,-0.007570752,-0.016498726,-0.02865717,-0.016753204,0.015325295,0.04934066,-0.012299822,0.00036868537,-0.0076060966,-0.019015241,-0.016696654,0.030452661,0.007910058,0.018195253,-0.0077121295,0.011317249,0.031527128,-0.02336966,-0.0025129807,-0.01591908,0.017785259,-0.028939925,-0.017021822,-0.015297019,-0.000027930293,0.010461917,0.01753078,0.007775749,0.00575052,-0.010398298,0.012674471,-0.027936146,-0.029519571,0.011296043,-0.036136027,-0.018704211,0.020740043,0.00035454766,-0.011359663,0.014328585,-0.010864843,-0.005022427,0.0011707804,-0.025009638,-0.004046924,0.019057654,-0.03774773,-0.033789165,-0.007825231,0.03947253,0.0069274856,0.015084953,-0.010638638,-0.021786235,0.036333956,0.038030483,0.009479345,0.006733092,0.030509213,0.007037053,-0.022040714,0.021941751,-0.024486542,0.01597563,-0.0028204762,0.017417679,-0.0032463754,0.033845715,-0.018350769,0.011932241,-0.018449731,-0.045834508,0.0009304391,0.014434618,-0.0106881205,-0.018322492,0.052196484,-0.004824499,-0.014618409,0.0423849,-0.0006295706,-0.03033956,0.0070794662,0.006563439,0.012568438,-0.00693102,-0.004393298,0.0041352846,0.027243398,0.011204148,-0.007825231,0.006987571,-0.04563658,0.017714571,0.01815284,-0.021291414,0.013600492,-0.026819266,0.03698429,0.033167105,-0.028204763,0.006496285,-0.0115222465,0.000538559,-0.0062276684,0.0018016765,0.0077686803,-0.014477031,0.04736138,-0.01044071,0.007029984,0.02007557,0.012094825,-0.020937972,0.026847541,0.008107985,0.0090693515,-0.0040787337,-0.025094463,0.018916277,-0.0047573447,-0.013515666,0.016951133,-0.042102147,0.042865586,0.019071791,-0.03709739,0.0023380264,0.027879596,0.03890702,0.008256432,0.032290567,0.021390378,0.035570517,-0.016088732,-0.006708351,0.00001815538,-0.003375382,-0.001457953,-0.008786596,0.012116031,-0.007620234,-0.0107658785,-0.03896357,0.004767948,0.010871911,-0.0058600875,-0.016371487,-0.027003055,-0.0033771493,0.025645835,-0.024839984,0.025447907,0.012328097,0.0027020727,-0.0015330596,0.0012423526,0.059265345,0.001683273,0.03180988,-0.010391229,0.013572217,0.022266919,0.008793665,-0.0057717264,-0.006913348,0.03319538,0.009034007,-0.006506888,-0.02238002,-0.00699464,-0.01467496,-0.019679714,-0.0066058524,0.01895869,0.02741305,-0.019948332,-0.00864522,-0.053157847,0.026126517,0.008864354,0.027738217,-0.029915428,0.0251086,-0.019778678,-0.012130168,0.015212193,0.01410945,0.020457288,0.0020252292,-0.011833277,0.017686294,-0.017361127,0.051433045,-0.007867645,-0.006068619,-0.008857286,-0.045297273,-0.016611828,-0.023864482,-0.01976454,-0.008666426,-0.0141589325,0.023779655,-0.008602806,0.0061781863,-0.004107009,0.020033156,0.0014058201,0.0073304106,0.017021822,-0.006376114,0.014462894,0.024910673,0.018166978,0.013317738,0.033647787,-0.03175333,-0.004177698,0.020089708,-0.023115182,-0.0128017105,-0.0115505215,0.044420734,0.020697631,0.026946506,-0.0043862294,-0.044788316,-0.022903116,0.013232911,0.06933141,0.01945351,0.012087756,0.008009022,-0.003571543,0.037267044,-0.05389301,0.0132187735,-0.021404516,-0.025037913,0.009542965,-0.071084484,-0.014059968,0.0025112135,-0.03500501,-0.02411896,0.0044427803,0.0046901903,0.02300208,0.013020845,0.022167955,0.028628895,-0.02256381,-0.0010161491,-0.0359381,0.006241806,-0.004612433,-0.013310669,-0.025066188,0.020556252,0.01056795,0.022422433,0.028911648,-0.0019244979,-0.018068014,-0.020414876,0.0042201113,-0.0063796486,-0.029151991,0.024274476,-0.025518594,0.00041750472,0.012950157,-0.012101893,0.007316273,-0.020004882,-0.009168315,-0.039387703,0.036899462,0.029180266,-0.002760391,0.02498136,0.0469938,-0.025716523,0.013770144,-0.015707014,0.03435467,0.018619385,-0.035598792,0.025999278,-0.0076060966,-0.0014676726,-0.0029176732,0.01597563,0.03393054,0.016088732,0.0008796316,-0.012632058,0.00668361,0.012752228,0.018124564,0.008737114,0.0195242,0.001032054,-0.0032092638,-0.025306528,0.0062877536,0.020499703,0.03641878,-0.016371487,0.0028522862,-0.008595738,-0.045523476,-0.008567462,-0.024034133,0.025462044,0.01926972,-0.01683803,0.0058954316,0.0081291925,-0.0063937865,-0.0069734333,0.0020181604,0.0014199578,0.025872039,-0.03952908,-0.020259362,0.020994524,0.07577821,-0.006757833,-0.009896408,0.0030024995,-0.0053475946,0.0034337002,-0.025702385,-0.004524072,-0.036277406,0.009790375,-0.02517929,-0.026847541,0.007054725,0.007192568,-0.008270569,-0.028119937,-0.01249068,0.015099091,0.013444977,-0.031102996,0.005930776,0.02058453,0.015028402,-0.013911522,0.0004170629,-0.026098242,0.0023981116,-0.010575019,0.036164302,0.020598667,0.02430275,-0.005994396,0.034524325,0.021277277,0.034665704,-0.008426084,-0.0048951874,-0.009995372,0.026338583,-0.017106649,0.009535896,0.0011230656,0.019114206,-0.018364906,0.023072768,-0.00363693,-0.018011462,-0.03407192,-0.010681052,-0.012236201,-0.01106277,0.009055213,-0.0007665298,0.016371487,0.0015666367,-0.014024624,0.0036475332,0.025532732,-0.012575507,0.011536384,-0.024797572,0.03656016,-0.027837181,0.0028717255,-0.005103719,0.0057045724,-0.021687271,0.022054853,-0.0071572238,0.0049128598,-0.008708839,0.0100872675,0.023892757,-0.033619512,0.036249127,0.01765802,-0.001626722,0.006863866,0.021941751,0.01820939,-0.028077524,-0.00056374184,-0.008984525,-0.0072950665,-0.010108474,-0.010744671,0.0049588075,-0.00090039644,-0.021461068,0.024316888,-0.026055828,-0.02461378,0.044279356,0.027823044,0.0065599047,0.0030961619,-0.011274836,-0.016088732,-0.004891653,-0.0005893664,-0.0054430244,0.013020845,-0.030141631,0.0031032308,0.018760761,-0.019043516,-0.053751633,0.0046477774,0.007874713,0.01187569,-0.0034831823,0.01621597,-0.004000976,0.01895869,0.025193427,0.0045664855,-0.0074859257,-0.029123714,0.0032322377,-0.045325547,0.011903965,0.0011345525,0.0068214526,0.011147597,-0.0028823288,0.013437908,-0.014646684,-0.018068014,0.029745774,0.0017725173,-0.006446803,0.040433895,0.003930288,-0.022662774,-0.027384775,0.0034831823,0.01584839,-0.016187696,-0.026465822,0.031922985,-0.006209996,0.039698735,0.022648636,-0.013593423,0.02051384,-0.01584839,0.013374289,0.015000127,-0.03774773,0.02847338,0.016739067,0.02120659,0.022945529,0.013423771,-0.030848518,0.000369569,0.025999278,0.015876666,-0.013727732,-0.00183437,-0.018195253,-0.019510062,-0.012582576,0.014985989,-0.0026755645,-0.008616944,-0.010730534,0.0004828917,-0.037691176,0.012165513,-0.018930415,0.003891409,-0.01958075,0.002581902,-0.024019996,-0.026239619,-0.0172763,0.030509213,-0.020259362,0.018859725,0.0034372346,-0.021051073,0.019326271,0.0109496685,0.007372824,0.013515666,0.014646684,0.0066730063,-0.033562962,-0.026380997,-0.00814333,-0.0060756877,-0.015014265,0.013204636,0.00795247,0.02144693,-0.012759297,-0.014788061,0.005506644,0.029915428,-0.001131018,-0.022365883,-0.024627918,0.00882901,-0.014844612,0.024274476,0.0021577703,-0.017728709,-0.01075174,-0.0027073745,0.0070582596,-0.017445954,-0.032347117,0.010101405,0.004213042,-0.026946506,0.000917185,0.021461068,0.0029282765,-0.011974654,0.02411896,-0.013049121,0.0065669734,-0.010016578,-0.0072243777,-0.0008672611,0.038709093,-0.010016578,0.0070476565,-0.012214995,0.024783432,0.0136641115,-0.008185743,0.04948204,0.004418039,0.023850344,-0.019170756,-0.022577949,0.027455464,-0.005669228,-0.0037535662,0.024387578,-0.027936146,-0.020259362,-0.016173558,0.033845715,0.00599793,0.03791738,-0.013529804,0.0029759912,0.015989767,0.038313236,-0.040858027,0.013763076,-0.0051814765,0.011974654,0.005227424,-0.0023645347,-0.0076626474,-0.0139256595,-0.028954063,0.008539187,0.020527977,-0.024599643,-0.017332852,-0.013501528,-0.0044215736,-0.018972827,0.008277639,0.022535535,-0.007185499,0.0048527746,0.028770272,0.0029759912,-0.00061499106,0.0024475937,-0.017940775,0.008871423,-0.026253756,-0.02858648,-0.035627067,-0.022676911,0.022083128,-0.028388554,0.014250828,-0.0027391843,-0.01187569,-0.0033205983,0.012080687,-0.004368557,0.025348943,0.045240723,0.018449731,0.020047296,-0.010617432,0.030113356,0.0043720915,0.027144434,0.00001769977,0.010115542,-0.014590133,0.013734801,-0.018265942,-0.0060156025,0.018449731,0.03921805,0.017771121,0.043487646,-0.016117007,0.012356373,0.0026861678,0.023298971,0.015494947,0.013805489,0.00481743,0.0048492397,-0.019396959,-0.0006445919,0.0065669734,0.0006870051,0.036899462,-0.0068780035,0.020033156,0.0140811745,-0.03200781,0.031159548,-0.012787573,-0.0117060365,-0.010030717,0.010822429,0.025292391,0.03002853,0.023511037,-0.02889751,0.012405855,-0.0054925065,-0.021842787,-0.002581902,0.00078376016,-0.011013288,-0.034467775,0.0015092022,0.013289462,0.034043644,0.022450708,0.03203609,0.027893733,0.009889339,0.005117857,-0.00073560356,0.0026614268,0.045410376,0.0070476565,0.024882397,-0.004605364,0.0073092044,0.012504819,-0.030735416,-0.02803511,0.0078959195,-0.026536511,-0.029830601,0.011048633,0.03101817,-0.0012264478,0.058982592,-0.033110555,0.019920055,-0.01056795,-0.01976454,-0.00044047853,-0.0021895804,0.03138575,-0.02549032,-0.03246022,-0.040744927,-0.03458088,-0.024387578,-0.007902988,-0.025306528,0.010313471,-0.016117007,-0.0036439989,-0.002415784,0.045834508,0.021658996,-0.00080231595,0.016018044,0.0024546627],"social":"https://twitter.com/MariusSm1th"},{"title":"spaced","description":"find a place to host your event","niche":"other","youtube_url":"https://youtube.com/watch?v=RrXfFj3tLxI","youtube_transcript":"Hey, guys. I'm Najib and I'm building this thing called Space. Space is a site where you can find a place to host an event. Let me show you how it works. So as soon as you enter the site, this is what you'll be working with. You can see the space is near you, and at the top here, you can search based on what you need. The functionality is simple and basic. After you fill in your search, you'll see a map of where's available and you can go ahead and select the space. A good look at the images will give you an idea of the space. And you can book the space directly on the site. You can also go ahead and contact the space for any questions that you may have. And if you want to list your space on the site, you can do it yourself. Now let me tell you about my progress. So over the past few weeks, I've been contacting local venues to get them listed on the site. And the majority of them have the same issue, which is that they can't customize the price in accordance with the date and time that a user selects. So I'm currently building the custom functionality to make ends meet. However, with my first user, I have one for in and one for out. As they've agreed to list on the site, but not for me to take payments as their pricing system has custom prices for custom dates and custom times. So This is currently as far as I've got over the past six weeks, and I hope you get to see this page in the future. Thank you for watching my demo day presentation.","embedding":[-0.04792026,0.021198872,0.010183056,0.0037656853,0.0029164886,-0.02308354,-0.019314203,0.015559475,0.022367658,0.018905127,0.02759798,-0.037605718,-0.022659855,-0.054699223,0.010526387,0.023565665,-0.05358888,0.01420076,-0.022119291,0.019825548,0.03900826,0.048300117,-0.009240721,0.0066182557,-0.012411055,-0.041375056,0.009269941,0.05057925,0.0056430493,0.02683827,0.003270777,-0.032638375,0.008364131,0.03369028,0.025654871,-0.009138452,0.011775528,0.010920852,0.02219234,-0.028299252,-0.042339303,0.04280682,0.051806476,-0.03740118,-0.03468375,0.03485907,-0.05782573,-0.0007131426,-0.0029347509,0.015851673,-0.05595567,-0.027758688,0.02572792,-0.027013587,0.0063077966,-0.022966662,-0.032404616,0.038131673,-0.019124275,0.035092827,0.0049746493,0.000055015164,0.029774845,0.030914413,0.024310768,0.0022170425,-0.024354596,0.018890517,-0.022908222,0.044939853,0.048212457,-0.0015824279,0.01020497,-0.018598322,0.026239265,-0.03582332,0.024456864,0.039943293,0.02226539,0.0045655738,0.0072391736,0.013083108,-0.03827777,0.003581236,-0.009664406,0.0026224656,-0.052946046,-0.02488055,-0.021637166,0.00756059,-0.0005816541,0.02755415,-0.0041674557,0.041404273,0.08549676,-0.006859318,-0.032141637,0.033953257,0.066211775,0.026823658,0.05350122,-0.05949125,-0.0000874878,-0.069659695,0.023551056,-0.00603021,0.02761259,0.0054312064,-0.04006017,-0.01246219,-0.13803373,0.021754045,0.036846004,0.057445873,-0.003389482,0.0047920262,0.031791,-0.0024325377,0.020950504,-0.021973193,-0.044209365,-0.0027740425,0.0030607607,-0.011980065,0.014251895,-0.08888624,-0.06375732,-0.020556038,-0.05247853,-0.013185377,0.0320832,-0.010131921,0.047423527,-0.047102112,-0.051426623,-0.027042806,-0.03988485,-0.005365462,-0.038599186,0.034449995,0.04008939,0.0151504,0.024339987,0.0076774685,-0.046488497,-0.012732472,-0.0055334754,0.012579069,-0.039797194,0.014076577,0.013718636,-0.046546936,-0.042456184,-0.034888286,0.0063333637,0.0012226606,-0.0023540098,-0.0049308194,-0.027437272,0.013156157,-0.0078600915,0.0034333114,0.0040944065,-0.011439501,-0.024617573,0.023740983,-0.008802426,-0.04704367,-0.07895155,0.007757823,-0.03830699,-0.04283604,-0.010760144,0.028971305,0.05341356,0.0033858295,0.042777598,-0.042222425,0.011972761,0.028255422,-0.041345835,0.020146964,0.015851673,0.0010710836,-0.07047785,-0.009569443,-0.047598846,0.0029731016,-0.008860866,-0.008539449,-0.007823567,0.027072025,-0.0032086852,0.04356653,-0.03187866,-0.026575292,0.026283095,0.00035634302,0.047452748,-0.008970439,-0.009620577,0.0030461508,0.017224997,0.04643006,0.03141115,0.0033766984,-0.04175491,-0.027057417,0.03196632,-0.034333114,0.06673773,0.042602282,0.02490977,-0.024486085,-0.04003095,-0.015296498,-0.05224477,0.019942425,-0.04704367,0.015793232,0.024617573,0.023799423,0.00071359915,-0.04184257,0.02045377,0.036641467,0.043303553,-0.006621908,0.0320832,-0.008159594,0.010643265,0.04967344,0.01696202,0.013740551,0.00469341,0.037927132,-0.011366452,-0.07912687,-0.026619121,0.013762466,0.017984707,0.03281369,0.019299593,0.017546413,0.054553125,-0.02575714,-0.035794098,-0.06591958,0.044852197,0.043946385,0.077081494,0.003604977,-0.0132803405,-0.017064288,-0.00052001886,-0.017429534,-0.063465126,0.07994502,0.0003373959,-0.050550032,-0.026049336,-0.02663373,-0.0076117245,0.0067351344,-0.023492616,-0.02141802,0.0043391213,-0.022542976,0.021169651,-0.03894982,-0.019664839,0.01375516,-0.012739777,-0.0072063017,-0.0028270031,0.024690622,0.004408518,0.029584918,0.0023978392,0.0106943995,-0.045874882,-0.03290135,0.020263841,0.028109323,0.016596774,0.070010334,0.03281369,-0.02581558,-0.030563777,-0.01378438,-0.013411829,-0.05242009,-0.02404779,0.04374185,-0.00093776884,0.011833967,0.057708852,-0.0024745408,0.04327433,0.025508773,0.0010856934,-0.04803714,0.0051280526,-0.0196064,-0.01700585,0.032609154,0.020965114,0.034128577,-0.021914754,-0.017458754,-0.026531462,0.016421456,0.0067387866,-0.05084223,-0.023507226,0.007567895,0.073984206,0.018320734,-0.025260406,-0.017882438,-0.002379577,-0.015544865,-0.022046242,-0.02845996,-0.0075167604,-0.028094715,0.060718477,-0.006647475,0.0062055276,-0.017108118,0.019241154,-0.070010334,0.017254217,0.010124616,0.024106229,-0.024968209,0.01775095,0.00837874,0.01339722,0.020351501,0.026166216,-0.10291168,-0.028766766,0.032141637,0.03903748,-0.031586464,-0.0011350017,-0.025333455,-0.020950504,0.0039410032,-0.054816104,0.008795121,0.0017887917,0.015705574,0.024632184,-0.038540747,0.026429193,-0.022908222,-0.07825028,-0.0009085492,-0.02483672,0.022250779,0.01029263,-0.017546413,0.0006437459,0.0039884853,-0.025172748,0.0054859933,-0.00057024014,-0.01870059,0.02753954,-0.010358374,0.016552944,-0.029468039,-0.04602098,-0.0065305964,0.022805953,0.0069688917,-0.019737888,-0.0196064,0.04888451,-0.0426315,0.009058098,-0.024369206,0.0021677343,0.017239606,0.057299774,-0.018905127,-0.023478007,-0.023784813,0.015179619,-0.042923696,0.005745318,-0.005149967,0.038511526,-0.004090754,0.06697149,0.019080445,0.011644039,-0.043040577,0.037956353,0.014916643,-0.024778282,-0.044735316,-0.04625474,-0.03886216,-0.02309815,-0.029920943,-0.00064785493,-0.029672576,0.014222675,-0.051835697,0.04184257,-0.024471475,-0.02675061,0.027115855,0.0007209041,0.017575633,0.036553808,0.01162943,0.023025101,-0.057328995,0.04011861,0.014887422,-0.006596341,0.028547619,0.028240813,-0.01066518,-0.039329678,-0.051835697,-0.023872472,-0.014354164,-0.02935116,0.02403318,-0.041053638,0.029833285,-0.017984707,-0.0100588715,0.012732472,0.023390347,-0.007283003,-0.0015596,-0.02939499,0.0076920786,0.0017066115,0.0093576,-0.013112328,0.0043573836,0.019226544,-0.037342742,-0.037927132,-0.008247253,-0.028036274,0.01375516,-0.061127555,-0.033164326,0.023025101,0.014193456,0.0010144705,-0.0049162097,-0.01115461,0.051660378,-0.042134766,0.04526127,0.034128577,-0.02228,-0.05247853,0.0055407803,0.0017641376,-0.021052774,0.010825888,-0.0011276967,0.06784808,-0.035238925,-0.04365419,0.019051226,-0.02498282,-0.007874701,-0.012126164,-0.02770025,0.003349305,-0.0049308194,-0.037664156,0.055429716,0.030476118,0.030446898,-0.019080445,0.007228216,-0.044355463,0.0022079113,-0.02140341,0.059695788,0.043040577,-0.017517192,-0.025085088,-0.03661225,-0.0051207473,-0.0147778485,-0.013119632,0.035355803,-0.015734794,-0.021900143,0.013660196,0.04076144,0.008692852,0.0461963,-0.037927132,-0.016304577,0.0067132195,0.031732563,-0.063582,-0.009364905,-0.01775095,0.033018228,0.0036268916,-0.0016819574,-0.019328812,0.0129224,-0.005212059,-0.019197324,0.00488699,0.033719502,0.012031199,-0.025669482,-0.004240505,0.0025640263,-0.039797194,-0.0049198624,-0.0051609245,-0.036320053,-0.0012244869,-0.0014545918,0.041667253,0.022718295,-0.03567722,0.0030351933,-0.018145416,-0.020073915,0.0063844984,-0.015004301,-0.024661403,0.027218124,0.015632525,-0.0059717703,-0.00022131618,0.0056174817,0.0038935211,0.016552944,0.0021166,0.0010473426,0.05265385,0.0060740393,0.03313511,-0.008400655,0.00031959015,-0.0041966755,0.01513579,0.010299934,0.034274675,0.022119291,-0.011461416,0.001933977,-0.014580616,0.03561878,0.02853301,0.0064027607,0.00045541598,-0.007903921,-0.03205398,-0.011381062,-0.013477573,0.028912865,0.017999317,0.046137862,0.017853219,-0.0020764228,-0.018948957,-0.025479553,-0.010614046,-0.006453895,-0.023594884,-0.037605718,-0.036729127,0.012622898,-0.021125823,-0.006048472,-0.017385704,0.0019266721,0.0392128,0.02312737,-0.020059304,-0.018247684,0.019723278,0.03100207,0.012126164,0.0059352457,0.005036741,-0.0020490296,0.027072025,0.0106505705,-0.007231869,-0.014770544,-0.056364745,-0.0074071866,-0.0319371,0.010979292,-0.017897049,0.024807502,-0.0063333637,-0.015953941,0.007480236,0.030592997,-0.010475252,-0.02404779,-0.014492957,0.0041564982,-0.057621192,-0.017122727,0.018452223,0.0021366884,0.00442678,-0.0008286516,0.018539881,0.03120661,0.024559135,0.026852878,-0.009781285,-0.035794098,-0.030709874,-0.008568669,0.05700758,0.0087001575,0.034742188,-0.013404524,-0.017721731,0.005924288,0.014178846,0.024456864,0.036553808,-0.010803973,-0.04029393,-0.0023247902,0.010687095,-0.047014453,0.011614819,0.010372983,-0.013046583,0.042339303,0.01601238,-0.0303008,-0.0053289374,-0.014609836,0.055605035,-0.028883645,0.0153695475,0.039651096,0.004781069,-0.0141204065,0.0132584255,0.014142321,-0.032316957,0.06147819,-0.04283604,-0.002211564,-0.02770025,-0.007177082,0.0014390688,-0.0012646639,0.000024340216,0.022367658,-0.047365088,0.024617573,0.016611382,-0.009087318,0.03912514,0.0006542467,0.0066876523,-0.0628223,-0.03272603,0.015354937,0.0027082984,-0.014376079,-0.01680131,0.006556164,-0.0021458196,-0.01675748,0.012264957,0.0016353885,0.040732224,-0.03304745,-0.0025512425,0.023930911,0.0078820065,0.0005935246,0.031060511,0.017604852,-0.0066511277,0.025275016,0.023653325,-0.06399108,-0.0005551738,0.0055590426,0.007494846,-0.015208839,0.03313511,-0.0043172063,0.024325376,-0.011651344,0.03807323,-0.013945088,-0.022601416,-0.01779478,-0.022893613,0.025903238,-0.0256987,0.028664498,-0.0070638554,-0.03626161,0.0024471474,-0.0021019902,-0.034449995,0.053004485,0.013747855,-0.032258518,-0.049176708,-0.0080208,-0.026779829,0.059345152,-0.0041491934,-0.027232734,0.021534897,0.013119632,0.019840157,0.008444485,0.0059863804,0.0005716098,-0.06697149,0.0060192524,-0.04643006,-0.037108984,-0.027846348,0.05335512,0.011950846,0.013623672,0.010073482,-0.01375516,0.025231186,-0.012564459,-0.026122386,0.008765901,-0.021827094,0.015574085,-0.004481567,0.018510662,-0.01957718,0.013002754,0.0024562785,0.007425449,0.013762466,0.005840282,0.026385363,0.03298901,-0.0055188653,0.019927816,0.019460302,-0.007020026,0.027437272,0.027013587,0.009240721,-0.015501035,-0.001145959,-0.020570649,-0.022002412,-0.01683053,0.020146964,-0.01861293,-0.02397474,-0.027904786,0.013937783,-0.031820223,0.012747082,-0.0007396229,-0.004989259,-0.020015474,0.0115344655,-0.01877364,-0.025406504,-0.009620577,-0.04178413,-0.053033702,-0.003955613,-0.037722595,0.00097611966,-0.006643823,0.010825888,-0.004616708,-0.029117404,-0.026852878,-0.048475437,-0.0016481722,-0.0156179145,-0.031469587,-0.020234622,0.024442255,-0.003080849,0.058965296,0.0007980623,0.042047106,0.0006104172,-0.00885356,0.020205403,-0.023740983,-0.011424892,0.00047984178,0.014566006,0.01200198,0.020848235,-0.016596774,0.0060667344,-0.039534215,0.0021421672,-0.013689416,-0.018276904,-0.015720183,-0.0032433835,0.0030516295,-0.04885529,0.015004301,0.015749402,0.0066401702,0.007447364,-0.009547528,0.047452748,-0.019971646,0.0138136,0.019825548,-0.0024471474,0.0045327013,-0.005062308,-0.002578636,-0.006022905,0.01286396,0.013053888,0.019372642,0.008729377,-0.0014865508,0.0027557802,0.001719395,-0.0026991672,-0.005310675,0.015501035,0.003970223,0.033310425,-0.009518308,-0.0124768,-0.03187866,0.017677901,-0.012023895,-0.0074619735,-0.0022006065,-0.013945088,-0.0010418639,0.012096944,0.0031192,0.03886216,-0.0113299275,0.040498465,-0.008933915,0.046663817,0.02149107,-0.024179278,0.028839815,-0.02398935,-0.027860956,0.015793232,0.046634596,-0.0461963,0.0027156032,-0.017341875,-0.026575292,0.035794098,-0.025055869,-0.013441049,0.007918531,-0.020950504,0.024237718,0.013557928,0.048621535,-0.0027813474,-0.008174203,-0.022104682,0.009649796,-0.0154133765,0.00014975082,-0.020307671,0.013850125,0.020775186,0.019211935,0.00557,-0.0085175345,0.0012865787,0.013565233,0.017064288,0.0037766425,-0.015880892,0.005500603,0.007911226,0.017926268,-0.01690358,-0.019358033,0.003716377,-0.022659855,0.06995189,0.007911226,-0.015793232,-0.0012902311,0.01512118,0.032784473,0.028649887,0.0014217197,-0.009591357,-0.006106911,-0.017648682,0.013265731,-0.0036214131,0.014836288,-0.022396877,-0.006910452,0.036904447,0.0151504,0.0098032,0.007830872,-0.006702262,0.026502242,0.02577175,-0.0007661033,0.020745967,0.029555697,-0.014792459,-0.046576157,0.0029530132,0.055692695,0.04803714,-0.002879964,0.0037985572,-0.031440366,0.03456687,-0.0037583802,0.020994334,-0.039388116,0.020658309,-0.015325718,0.032755252,-0.036904447,-0.009708236,0.017283436,0.012184603,0.005244931,0.009525613,0.012264957,-0.011402977,0.02134497,-0.0030698918,-0.03807323,0.017239606,0.0019869376,0.0021622556,0.0025640263,0.018349953,0.027890176,-0.01967945,0.053822637,-0.016436065,0.021695606,-0.009934688,-0.011885101,0.02593246,-0.022528367,-0.038599186,-0.005467731,0.0013103196,0.0374304,-0.007896616,-0.04090754,-0.018919738,0.020994334,0.014536787,-0.0005076918,0.032550715,-0.006559816,-0.0069031473,0.019694058,0.025201967,-0.00087430736,-0.033251986,-0.022396877,-0.011709783,-0.053062923,-0.021739436,0.034362335,0.028693717,0.00093959505,-0.0022407835,-0.02933655,0.02675061,-0.05072535,0.0024690623,0.0026370753,-0.027992446,-0.005365462,-0.02040994,0.008532144,0.012703252,0.022995882,0.011994675,-0.028854426,-0.03912514,0.0019193671,-0.03132349,-0.04201789,0.014792459,0.017224997,-0.0047080196,-0.029205061,-0.006242052,-0.018510662,0.028123934,-0.016567554,0.014602531,-0.00007327746,-0.033631843,0.017882438,-0.018481443,-0.0022900917,-0.0076190294,0.0014071098,0.0021859966,-0.0064429375,-0.0034789671,0.017824,-0.025201967,-0.009664406,0.01877364,0.031615686,0.018788248,0.028912865,0.030125482,0.0016153,0.013192682,-0.008692852,-0.008510229,0.002730213,0.010343764,-0.004967344,0.0039190883,-0.0039665704,-0.015267278,-0.007713993,-0.01379899,-0.0038058623,-0.055283617,0.010270715,-0.0044596526,-0.003095459,-0.0018170984,0.012681337,-0.00398118,-0.03909592,0.00047025408,0.02230922,0.004981954,0.0025640263,0.03111895,0.0065488587,0.009956603,0.02492438,0.003882564,-0.010460642,0.0065999934,0.021432629,-0.000760168,0.027846348,0.02841613,0.011227659,0.008933915,0.021724826,0.0028379606,0.03459609,0.013557928,0.036904447,-0.0035666262,0.00689219,-0.0022827869,0.0060411673,0.013126938,-0.012294177,0.036086295,0.023039712,-0.007976971,0.0015212492,-0.0058695017,-0.0020800754,0.0024252327,-0.002069118,0.013484878,-0.028766766,0.031469587,-0.008597888,-0.008612499,0.00733779,-0.014595226,-0.007838177,0.020088524,-0.029044354,0.000557,-0.00031867705,0.0076993834,0.021271922,-0.006643823,0.011424892,0.018466832,0.0050878753,-0.01241836,-0.0012217475,-0.0069835014,0.025114307,0.016465286,0.014894728,-0.01690358,0.029687187,0.022630636,-0.025055869,-0.019401861,-0.016070819,-0.0009176803,-0.0017897049,0.0010546475,-0.0034625311,-0.01872981,0.0034588787,0.023156589,-0.03360262,-0.013024668,0.033368863,0.033281207,-0.010153836,0.019927816,0.07643866,0.031761784,0.017984707,-0.026253875,0.034362335,0.013609062,0.013923174,0.029716406,-0.015734794,0.01868598,-0.04155037,-0.043245114,-0.009145757,-0.0005967205,0.027028196,-0.008678243,-0.02312737,-0.017414924,-0.0044706096,0.004777416,-0.006694957,0.039738752,0.015530256,-0.007713993,-0.015281889,-0.018539881,-0.014376079,0.0087001575,-0.014536787,0.032287735,-0.000026209247,0.028576838,0.0042368523,0.0036871573,0.0082910815,0.000348125,-0.009518308,0.019781718,0.018101586,-0.0064685047,-0.020731358,0.00886817,0.024208497,0.0045217443,0.009591357,0.015544865,-0.032463055,-0.027159685,0.00030361064,-0.043011356,-0.0028196983,0.030125482,0.028007055,0.01872981,0.01289318,-0.010467947,0.037781034,0.028299252,0.012717862,0.004244157,-0.032375395,0.017604852,0.0022809606,0.0042478098,-0.016991239,0.035180483,-0.022645246,0.0129224,0.013024668,-0.021038163,-0.047628064,0.035794098,-0.005069613,-0.0009076361,0.031440366,-0.025172748,-0.025362674,0.01378438,0.0045655738,-0.0056393966,-0.0047335867,0.025289625,0.0020325934,0.0024325377,-0.013565233,-0.0031794654,0.0067862687,0.039621875,-0.0035246229,0.05250775,-0.018043147,0.019138886,-0.008714767,-0.010913547,0.014697495,0.020263841,-0.06954282,-0.021885535,0.001098477,-0.022250779,0.0052704983,0.025201967,-0.004160151,0.027130466,-0.008597888,0.0039519607,-0.014397993,0.00063233194,-0.030534556,-0.0014847246,-0.019694058,0.007728603,0.001114,-0.019971646,-0.005979075,-0.0016034294,-0.03027158,-0.03833621,0.025391895,-0.04610864,0.026297705,0.005281456,-0.011673259,-0.008371436,-0.004057882,0.022294609,0.01509196,-0.014653665,0.027291173,-0.016129259,-0.02230922,0.025990898,0.026940538,0.025391895,-0.011446807,0.0031319836,-0.016246138,-0.005036741,0.01509196,0.024749061,-0.03220008,0.0018454049,0.013455659,-0.015851673,0.011877797,0.029219672,0.0035374064,-0.0041747605,0.0030863278,0.0023339214,0.0028032623,0.011578294,0.042397745,-0.00037232254,-0.0017878787,-0.012622898,0.0052704983,-0.020000866,-0.0038314294,-0.016158478,-0.009832419,-0.036992103,-0.0142592,-0.020088524,0.04266072,-0.012535239,0.0077505177,0.009912774,-0.00060904754,0.011936236,0.00730857,-0.03912514,-0.04006017,0.008831645,0.051923357,0.012162688,0.0054385113,-0.0063077966,-0.023843251,0.008159594,-0.024661403,-0.04280682,-0.006347974,-0.04175491,0.024661403,0.009218806,0.010299934,-0.018013928,0.009321075,-0.0057672327,0.0037291606,0.0053362427,-0.010687095,0.029570308,0.0106505705,-0.026882097,-0.02228,-0.025172748,-0.027817128,0.0046203607,0.00081038935,-0.047452748,0.009401429,-0.0004917123,-0.0020800754,0.0045180917,-0.016421456,0.0012199213,0.009664406,0.011863187,-0.010372983,-0.002012505,-0.033427306,-0.003827777,0.015354937,0.01598316,0.033631843,0.05808871,0.045641128,-0.012549849,0.031791,-0.0032342523,-0.035151266,-0.046459276,0.0060594296,0.018291514,0.03392404,-0.021169651,-0.02670678,0.016114648,0.015194229,0.009065403,0.0082691675,0.03392404,0.0021275573,0.0062566623,0.01504813,0.021008944,-0.023755593,-0.021666387,-0.0060849967,0.0041199736,0.007662859,0.012454885,-0.011665954,0.0068410556,-0.008692852,0.0021275573,-0.007933141,-0.018349953,-0.003173987,0.01770712,-0.014397993,-0.014091186,0.018890517,0.009204197,0.016304577,-0.0461963,-0.02679444,-0.008736682,-0.0027046457,-0.011848576,0.0012811,-0.0023211376,0.007074813,-0.0076920786,0.028956695,0.01512118,-0.01241836,0.021271922,0.0062347474,-0.032141637,0.028854426,0.0029731016,-0.0022608722,-0.0169328,0.016479895,0.0015769491,0.010153836,-0.012659423,-0.021096602,-0.021081993,-0.005201102,0.0048102885,-0.004098059,0.002706472,-0.015880892,0.038014792,-0.00576358,0.026385363,0.0059060263,-0.0073998817,-0.028153153,0.025830189,0.03991407,0.010022348,0.021827094,0.024968209,0.007969665,0.0052887606,0.0059425505,0.021271922,0.0074765836,0.0033073016,-0.015311108,0.0095840525,0.031528026,0.009752065,0.0023978392,0.009437954,0.020804407,-0.0068154885,-0.015749402,0.015749402,0.0035264492,-0.010672485,0.02482211,0.015953941,-0.011651344,0.026619121,0.008904695,0.016070819,0.03745962,0.02856223,0.035238925,-0.014624446,0.020249233,-0.02927811,0.028065495,-0.0084956195,0.04453078,0.012235737,0.029102793,-0.0006254836,0.021768656,0.0012281393,-0.0048175934,0.017940879,0.022937441,-0.015208839,0.020862846,-0.015340327,0.0141204065,0.044267803,-0.0060046427,0.034070138,-0.008678243,-0.013141547,0.0014765066,0.007867397,-0.0065196394,0.025494164,0.0143468585,0.0075898096,0.00010204057,0.018101586,0.014514872,-0.0007752344,0.0027009933,0.0063333637,-0.043917168,-0.017181167,-0.012316092,0.02135958,-0.049264368,0.010855108,-0.02572792,-0.0047628065,0.0039263936,-0.0037054196,0.021505678,0.016596774,0.020322282,-0.04076144,-0.0102488,-0.02935116,0.011315318,0.02932194,-0.0010637786,-0.013251121,0.023770202,-0.02040994,0.03731352,0.026049336,-0.009080013,-0.0045253965,0.00059169834,-0.03284291,-0.040703002],"social":"https://twitter.com/sajeevk"},{"title":"blitz","description":"community-driven backlog for your product","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=VwucaGxWy-E","youtube_transcript":"Hi, everyone. My name is Pasha. I'm a software engineer at Parallax, and I'm buildingbleeds. Eight tools around a community driven backlog for your project. After a quick setup, you get a clean and simple list of feature requests or bug reports or ideas. The data for backlog is stored in your GitHub and you manage it from the GitHub UI. There is a vote and propose action that may be accessible to any visitor or require authentication. The backlog lives on a public web page that you can link from your product or embed with a one line react component. It comes with different styles. For example, had a special version or the Shopify app. Let's see the numbers. I started six weeks ago from scratch. Now I got five people who's using bleach in production. Each week I launched new stuff, my Veevan, GitHub integration, NPM package, Shopify styles, a new landing page, Look, I got my whole journey here. Yeah. Building stuff was easy. The tough part was marketing. My biggest failure was on week four. When I focused on new channels, launching on Shopify Discord service, Telegram chat, answering questions on Quora, I even went on a podcast. But all it was a failure, I got no users out of it. My biggest win was actually the very first launch in Twitter. It went viral and got thousands of views naturally. Even the far as they reply, thank you, man. Moving on, I'll keep improving bleeds and exploring new ways to market it. Thanks for listening to my story. Bye.","embedding":[0.012972768,0.036307383,0.0035562573,0.04010509,0.025061589,-0.026272926,-0.03070904,0.026223818,-0.024799678,0.03097095,0.040596172,-0.029203054,-0.036274645,-0.03925388,0.07372788,0.035063308,0.017237004,-0.029890569,-0.05608165,0.02614197,0.008209266,-0.00013888434,0.033229932,0.07353146,-0.0182028,-0.035881776,-0.02471783,0.020887386,-0.04832254,-0.016844137,-0.01821917,-0.030545345,0.0066828174,0.010975699,0.046456426,-0.03525974,0.02162401,-0.040530693,0.048257064,0.017400699,-0.0059625627,-0.033442732,0.030839995,0.020298086,-0.001207245,-0.0067728492,-0.03131471,0.04377184,0.030381652,0.029317638,-0.040661648,0.013963119,-0.03467044,0.025994645,0.017286113,-0.03529248,-0.013938565,0.013553883,-0.05883171,0.010050827,0.04557248,-0.030234326,0.056769162,-0.021640379,-0.00039209885,0.0018436064,-0.049075533,-0.007652706,0.0036953974,0.011483151,0.06875158,0.020674583,-0.03548891,-0.0056638205,0.0007325317,-0.013709392,0.026371142,0.041774772,0.0015346336,-0.02357197,-0.011761432,-0.008176527,-0.008115142,-0.020838277,-0.042167637,-0.060108524,-0.02360471,-0.02218057,-0.008106957,0.0037506444,-0.06979922,0.013291973,-0.01109847,0.021771334,0.020559996,0.035718083,-0.009985349,0.07051948,0.06115617,-0.0012583995,0.027124137,-0.0024738293,-0.016729552,-0.042625982,0.01594382,-0.0092732785,0.051072605,0.0018446295,0.0035235186,-0.041611075,-0.13815793,-0.008053756,-0.0068096803,0.016893245,-0.015149902,-0.01679503,0.028057193,-0.014233214,0.0047839643,-0.02445592,-0.040334262,0.032018594,0.00291785,0.0047021173,0.0075463047,-0.0233428,-0.009158693,-0.026485728,0.004771687,-0.05480483,0.030021524,-0.0010711742,0.05395362,-0.050254133,-0.045441523,0.030528976,-0.040759865,-0.0036483353,-0.05457566,-0.003724044,-0.02527439,-0.035456173,0.010844744,-0.039352097,-0.040236045,-0.03804254,0.019430507,0.009044107,-0.023719296,-0.040858082,0.029448595,0.039548527,-0.019741526,-0.007415349,0.011311272,-0.027762543,0.0076486133,0.022327894,-0.03634012,-0.01907038,0.0076158745,0.014454202,-0.008986814,-0.048944578,-0.030643562,0.0034744102,-0.024881525,-0.037060376,-0.037911586,-0.014241399,-0.04350993,-0.026665792,-0.0126617495,0.0045507,0.048093367,0.025978277,0.03558713,-0.053658973,-0.017007831,-0.0466856,-0.039417572,0.015346335,-0.00090441067,0.0022917194,-0.06141808,-0.0018425833,-0.002756202,-0.015068055,0.0108201895,-0.016688628,-0.0037608752,0.04891184,-0.014994392,-0.03242783,0.00021958048,-0.05198929,0.07870419,-0.002334689,-0.019430507,0.03489961,0.0021525794,0.02642025,0.018562928,0.00041128177,0.007353964,-0.010468246,-0.029923307,-0.013431112,-0.03499783,0.0033516395,0.047962412,-0.010787451,0.0071779923,0.007828677,-0.043935534,-0.033819232,-0.0077427374,0.09121043,-0.00090441067,0.004964028,-0.03584904,0.007505381,0.01537089,0.0053159706,0.02957955,0.034244835,0.060403176,-0.020199869,0.0664926,0.010263629,0.032526046,-0.015469106,-0.007865508,-0.037093114,0.030512607,-0.007992371,0.035390694,-0.008503916,0.019381398,0.0075094732,0.025208913,0.027336938,0.030774517,-0.016001113,0.033082604,0.010992068,-0.06704916,-0.05113808,0.010558278,0.03846815,0.071829036,-0.009551559,-0.005802961,0.0020973324,0.0053077857,-0.055263177,-0.021984136,-0.0109675145,-0.0076936292,-0.033066235,-0.0030835902,-0.011614107,-0.02645299,0.022049615,0.012530794,0.052218463,-0.015419997,-0.021869551,-0.019856112,-0.026371142,0.009297833,0.0049926746,0.03232961,-0.0071779923,0.03039802,-0.027664326,-0.007824585,0.012612641,-0.025127066,0.008151974,-0.02357197,0.016320316,-0.033131715,0.00951882,0.029661397,0.055917952,-0.005561512,0.01010812,0.0023735664,0.03327904,-0.017826302,-0.0261256,0.01137675,0.018382864,0.02697681,0.003975724,0.049795788,-0.016549489,0.027762543,0.020330824,0.030938212,-0.058013238,0.0045793466,-0.023768404,0.01731885,-0.0106728645,0.0067278333,0.011319457,-0.016287576,-0.041250948,0.0042846967,0.047864195,-0.011802355,-0.033328146,-0.03318082,0.025732735,0.05293872,-0.028777448,-0.037355024,-0.07556126,-0.06259668,-0.025978277,-0.0013412697,-0.01009175,0.007996464,-0.0039593545,0.041349165,-0.02301541,0.04720942,-0.020723691,0.013668469,-0.04629273,-0.0051072603,0.0008046595,-0.0032350074,-0.027942607,0.013676654,-0.0014732481,0.03162573,0.017564392,-0.015952004,-0.068031326,-0.045539737,-0.022966303,0.05139999,-0.002000139,0.01521538,-0.041709293,-0.005737483,0.020543627,-0.0286956,0.0004690863,-0.006903805,-0.02527439,0.007087961,0.009265094,0.0051768306,-0.02700955,-0.017367959,-0.009019553,-0.021378469,0.043902796,-0.0076690754,0.013103724,0.011352195,0.06079604,-0.048289802,-0.022557067,-0.0039000153,-0.0034580408,0.033917446,0.0028421413,0.023097258,-0.01109847,-0.048617188,-0.0076117823,0.015600061,0.01637761,-0.069864705,0.048879102,0.0332463,-0.008311575,-0.018873947,0.001355593,-0.014683373,0.036896683,-0.009445158,-0.017384328,-0.049533878,0.034179356,0.050646998,-0.054772094,-0.0227535,0.03097095,0.0071779923,0.017007831,0.0031449755,0.0340484,0.016492195,-0.0020267393,0.005287324,0.009044107,-0.027631588,-0.023539232,0.0016512657,-0.0043051587,-0.0132510485,-0.002850326,0.012948214,-0.01507624,0.031969484,0.0034785026,0.07195999,0.00333527,0.0039102463,-0.0033250393,0.014838883,-0.0059830244,0.03830445,0.05712929,0.0032738848,-0.048977315,0.0045138686,0.0005708837,-0.005565604,0.025847321,0.0118514635,0.014937099,0.016565857,-0.0034293944,-0.036503814,-0.031511143,0.05257859,-0.032558784,-0.014126813,-0.0082788365,-0.02615834,0.04753681,0.001667635,0.02614197,-0.0045547923,-0.008986814,-0.019152226,0.01818643,-0.020298086,-0.04436114,-0.021051079,-0.044230185,-0.033753753,-0.020871015,0.0020973324,-0.048518974,-0.04583439,0.022884455,-0.027533371,0.017400699,0.036536556,0.011605922,0.021018341,-0.02840095,-0.029432224,0.023391906,-0.013373819,0.031707574,0.012686304,-0.009625222,-0.03162573,-0.0020748244,0.0048944578,0.00054326025,0.03810802,0.014143183,0.00448113,-0.024079423,-0.096972466,-0.013594807,-0.008749457,0.03295165,-0.053560756,-0.021476684,-0.05061426,-0.008872228,-0.014544234,0.04292063,0.0081315115,0.04239681,-0.015362704,-0.008913151,-0.052382156,0.0012000834,-0.007930986,0.04629273,0.030938212,-0.021967767,-0.02247522,-0.037977062,-0.019397767,-0.025961908,0.0110411765,-0.020559996,0.034212098,-0.035685346,0.01705694,0.08931158,-0.0058193305,-0.023850251,0.0063717985,0.0117041385,-0.006334967,-0.011548629,-0.053888146,-0.019119488,0.022769868,0.0042314962,-0.01758076,-0.010541909,-0.031756684,0.015960189,-0.01933229,-0.0037424597,-0.03440853,-0.0045466074,-0.021460315,0.007288486,0.004747133,-0.018955793,-0.047078464,-0.004747133,-0.030790886,-0.005790684,-0.0058479765,0.016099328,0.0022282877,0.02980872,-0.06953731,0.03670025,-0.023833882,-0.039614007,-0.008585763,0.008880412,0.003243192,0.025061589,0.0021341636,0.009445158,-0.0136930235,0.00061334186,0.036798466,0.003402794,-0.0060730563,0.040137827,0.023702927,-0.022295156,0.030512607,-0.021116557,0.035128783,0.03617643,-0.014847068,-0.009576113,0.014380539,0.02132936,0.03300076,-0.014675189,0.03830445,0.018448342,-0.015870158,0.039286617,-0.005700652,-0.03355732,0.0033536858,-0.00014156994,0.014748851,-0.065543175,-0.01007538,-0.06744203,0.044590313,0.015305412,-0.009870763,0.010419139,-0.03070904,-0.022917194,-0.03748598,-0.03529248,-0.04976305,0.038271714,-0.047242157,-0.007595413,-0.004964028,0.0018640682,0.022884455,-0.014225029,-0.0069365436,-0.032902543,0.012841813,0.053298846,0.017138787,-0.0013607084,0.023162736,-0.027500633,-0.0064045372,-0.025945537,0.0032677462,0.000999558,-0.018317387,-0.04694751,0.008994998,0.012759966,-0.002242611,-0.01194968,-0.004562977,-0.010910221,-0.0013116001,0.0111885015,-0.017777195,-0.04688203,-0.0056679132,0.005197292,-0.011876017,-0.005283232,0.043018848,-0.023539232,0.024390442,-0.036536556,0.027075028,-0.010279998,0.033442732,0.0047635026,-0.003505103,-0.039155662,0.009747992,0.041250948,0.03352458,-0.0076731676,0.02132936,-0.013652099,-0.004333805,0.004493407,-0.0007755015,0.033688273,0.011753246,-0.011073915,0.035652604,-0.01821917,0.019905219,-0.007132977,-0.0032554693,-0.020003436,-0.025438085,0.066590816,0.01221159,-0.027369678,-0.0054919417,0.016484011,0.06374254,-0.0073621487,-0.0015141717,0.02471783,-0.040334262,-0.021836812,-0.0047307634,0.03213318,-0.017155157,0.033459105,-0.004358359,0.01662315,-0.03499783,-0.028973881,0.0064086295,0.008733088,0.014576972,0.0120724505,-0.004964028,0.0042887894,0.0068751583,-0.033917446,0.019463245,0.019217703,-0.027533371,-0.027828021,0.025667258,0.037715152,0.0014926869,0.017793564,-0.03702764,-0.016909616,-0.01962694,-0.010279998,-0.0058643464,-0.03440853,0.06400445,-0.026534837,-0.003171576,0.00753812,-0.026829487,-0.040825345,0.009854393,-0.0075258426,-0.013815794,0.031920377,0.013529329,-0.04625999,0.0012461224,-0.026878595,-0.002367428,-0.03440853,-0.028499167,-0.0027459709,0.014470571,0.035652604,-0.012841813,-0.0058929925,-0.061352603,0.020003436,-0.03319719,0.008123327,-0.028826555,-0.0052504926,-0.020854646,-0.033950187,-0.0030672208,-0.01406952,-0.026502097,0.00951882,-0.037584197,-0.041119993,0.019446876,-0.012555349,-0.0025372608,0.009756177,-0.010983883,-0.0108938515,-0.000070401315,0.017466176,0.028548276,0.024308594,0.020527259,0.019545093,-0.03702764,-0.014757036,-0.046980247,-0.017940888,-0.027909867,-0.026813116,0.0033455011,0.035619866,0.00011413837,-0.061352603,0.011286718,0.04344445,-0.0060935183,-0.0049271965,0.002334689,0.018415602,-0.024570506,0.046980247,0.010337291,-0.002780756,0.0053159706,-0.0023183196,-0.025258021,0.022049615,0.033393625,0.038206235,-0.0017904057,0.051694643,0.019135857,0.000010430712,0.04720942,0.009003183,0.0118514635,0.006858789,0.031216491,-0.0032943466,-0.0040882635,0.0030651747,0.05172738,-0.011966049,-0.014110443,-0.0012962538,-0.00005217754,0.0010056965,-0.009985349,0.041905727,-0.0047635026,-0.0040657558,-0.0040146015,-0.024816047,-0.00351738,0.0041782954,-0.056212604,-0.025077958,-0.010460062,-0.014748851,-0.0032390999,-0.020298086,0.017073309,0.039712224,0.0007325317,-0.070912346,-0.023948468,0.0106728645,-0.011564998,-0.040236045,-0.011466782,0.05081069,-0.013447482,-0.018497448,-0.017940888,0.050745215,-0.02388299,0.03267337,0.008970444,-0.016811399,0.008479361,0.041840248,0.024308594,0.008405699,-0.0008092634,-0.014257768,0.00625312,-0.03761694,0.009396049,-0.01790815,-0.018497448,-0.010795635,0.023686556,0.01848108,-0.013488405,0.03232961,0.020641845,-0.02700955,-0.023522863,0.007268024,0.014994392,-0.021083819,0.010951145,0.043051586,-0.020756429,-0.03350821,-0.0016287577,-0.0122197755,-0.07313859,0.025536302,0.0041987575,-0.005876623,0.037387766,0.00953519,0.027222352,-0.013586622,-0.010271814,-0.017793564,0.0062326584,-0.0099362405,0.0034662255,-0.042036682,-0.023097258,0.013570253,0.029399486,0.039744962,-0.0006424999,-0.0059257317,-0.03951579,0.004033017,0.017220635,0.00540191,-0.0051154452,-0.06315324,0.022900824,0.008012833,0.017531654,0.033066235,-0.01848108,-0.0058561615,-0.0032800233,0.026011014,0.0150189465,0.013823979,-0.045670692,0.04462305,0.02646936,0.0056147124,0.021869551,-0.0007575974,-0.0009161762,0.004873996,-0.014896176,0.030070633,0.0207728,0.031642098,-0.014806144,-0.012162482,-0.008176527,-0.016189361,-0.014838883,0.01420866,0.019266812,0.040596172,0.016475825,-0.000037086975,-0.0028196333,-0.021558532,0.020592736,-0.0042396807,0.0032104533,0.022966303,-0.03555439,-0.023539232,0.004194665,-0.030627193,-0.0013034154,0.02331006,0.029481333,-0.008172435,0.041643813,-0.029039359,-0.03614369,-0.000043289452,-0.018235538,0.03128197,0.012391654,-0.020085283,-0.0004949193,0.031674836,0.022884455,0.004919012,-0.0029321732,0.026076492,-0.028711969,0.021869551,0.050581522,-0.008814935,0.017384328,-0.0042314962,0.005009044,0.028008085,-0.007881878,-0.03489961,0.0018098445,-0.011720507,-0.0063063204,-0.024112161,-0.008618502,0.010116304,0.0061467187,-0.001029739,0.0195942,-0.03385197,0.033721015,-0.017940888,0.03489961,-0.034081142,0.051039863,0.00040181822,0.02984146,-0.018071845,-0.01623847,-0.01733522,-0.002541353,-0.01010812,0.007759107,0.02162401,-0.025634518,-0.014511495,-0.007988279,-0.015419997,-0.024635984,-0.010681049,-0.016287576,-0.020330824,-0.015419997,0.04635821,-0.011941495,0.036634773,0.016312132,0.008708534,0.0027623402,0.03558713,0.027369678,0.011524075,0.014953469,0.01194968,0.027173243,-0.00045936697,-0.0007013275,-0.026191078,0.010050827,0.007182085,-0.036209166,-0.0025474916,-0.00767726,0.0036217351,0.00090134144,-0.008196989,-0.008307483,0.0072107315,0.0010210428,-0.014102259,0.014593341,0.018546557,0.00005559849,0.030758148,-0.013382005,0.01843197,0.024472289,-0.051236298,0.008896782,-0.014323246,0.04115273,0.0070756837,-0.0017290204,-0.0038590918,0.03013611,-0.034081142,0.031674836,0.019725157,0.020134391,-0.013103724,-0.016123883,0.0044238367,-0.0088313045,-0.011974234,0.018104583,0.002641616,-0.006854696,-0.03069267,-0.026338404,-0.01817006,0.02357197,-0.011687769,-0.009486081,-0.032706108,-0.0056760977,0.015518214,-0.000988304,0.0030733594,-0.0065314,0.01872662,-0.0019970697,-0.00014681327,0.03525974,0.010681049,-0.038828272,-0.006940636,0.0018364447,-0.005516496,0.008782196,-0.020412672,-0.026960442,-0.025667258,0.0030467592,0.020559996,0.029694136,0.0029628659,0.0061221644,-0.0038365838,0.009027737,0.0012430531,-0.00425605,-0.02021624,-0.038271714,0.01851382,-0.043051586,-0.0103782145,0.00014156994,0.014225029,0.0014446017,0.01790815,0.035390694,0.00012315434,-0.008864043,0.018824838,0.01222796,-0.0030508514,0.0016338731,-0.0025679534,0.0010282045,-0.03755146,0.0019633078,-0.020609105,0.007873693,0.011032992,-0.0075094732,0.0077304607,0.0030488053,-0.016876876,-0.017220635,0.007493104,-0.0022119184,0.012555349,0.00011707975,0.00076578214,0.016164806,-0.01151589,0.011712323,-0.0065600467,0.03676573,-0.013938565,0.0062817666,-0.006899712,0.01988885,0.005929824,0.00896226,-0.008945891,-0.004378821,0.02784439,-0.013013693,-0.011990603,0.03755146,-0.023621079,0.022868086,-0.001942846,0.011982419,-0.0021096095,-0.002081986,0.035423435,0.005921639,0.015665539,-0.0054919417,0.004378821,0.025388977,-0.011008438,0.059813876,-0.0019807003,-0.02840095,0.0046489164,0.023981206,-0.017760824,0.0015244026,0.0045343307,-0.027058657,0.0017157203,-0.004000278,-0.043018848,-0.025077958,-0.0056392667,-0.0066991867,0.016492195,-0.010910221,0.01323468,-0.010983883,0.0026457082,0.02021624,0.00077089755,-0.015297227,0.01379124,0.0050786138,-0.005135907,-0.0013289927,0.097365335,0.004943566,0.018137323,0.00004156299,0.02702592,-0.002113702,0.00039005268,-0.01009175,-0.0052627698,0.0027296015,-0.0032779772,0.01464245,0.0074439957,0.01349659,0.016197545,-0.0028687415,-0.012612641,0.011163947,0.015706463,-0.003562396,0.010320922,0.03807528,0.014118629,-0.0075667663,-0.026633052,-0.034572225,0.02471783,-0.005369171,0.0047430405,0.036536556,0.017106049,-0.030070633,0.015690094,0.033721015,0.01009175,0.025732735,0.0095679285,0.022802608,-0.0032370535,-0.009895317,-0.015338151,-0.007943263,0.022246048,0.018939424,0.020379933,0.018497448,-0.009878947,0.036569294,-0.022098722,-0.059191838,-0.010623756,0.014609711,-0.010640126,0.02240974,0.018661143,0.015149902,0.023097258,0.025258021,0.0035030567,0.006023948,-0.035325218,0.023981206,-0.0027766635,-0.02132936,-0.011540444,0.0061794575,0.028351843,0.020085283,0.0054919417,-0.018972162,-0.041872986,0.029317638,0.027124137,0.011270349,0.025503563,0.0052914163,0.009502451,0.020396303,0.031085536,-0.0007622013,-0.014421463,-0.013873087,-0.017498914,0.002312181,-0.00852847,0.016893245,0.02244248,0.033393625,-0.005099076,0.014937099,0.007599505,0.013856717,0.008503916,0.014437832,-0.0030181126,0.01608296,-0.013652099,0.031429294,-0.0119251255,-0.038009804,0.017171526,0.00056986057,-0.027647957,0.0018896454,-0.028941141,-0.04121821,-0.025094327,0.020281717,-0.0227535,0.0075217504,0.0048003336,-0.0029117113,-0.011073915,-0.0005765107,0.034179356,-0.005197292,-0.005242308,0.020052545,-0.012457131,-0.020347195,0.0030774518,0.034343053,0.008111049,-0.0028073562,-0.020936493,-0.00038826227,0.03216592,-0.03584904,0.037911586,-0.011147578,0.017384328,0.004964028,0.02442318,-0.035390694,-0.010099934,-0.013390189,0.00065682316,0.010558278,-0.021967767,0.021509424,-0.034866873,-0.02676401,0.007194362,0.013308342,0.0037997526,-0.009150508,0.0126617495,-0.019250443,-0.014323246,0.011491336,-0.010296368,-0.00054632954,0.037125856,-0.0050049513,0.0022773962,-0.03552165,0.028319104,0.0146506345,-0.016410347,-0.016312132,0.00044018406,-0.035619866,-0.0010527585,-0.032526046,0.00024413462,0.0016175037,0.0078041228,0.015223565,0.026780378,0.010918406,-0.001390378,-0.030021524,-0.044492096,0.023522863,0.015755571,0.012571718,0.010443693,0.008659425,-0.012154297,-0.0041066795,0.0077181836,-0.0031899915,0.0007013275,-0.00023543836,0.014511495,0.028057193,-0.0035889961,-0.024554137,-0.015035316,-0.0010854974,0.0029076189,0.009371495,-0.016991463,0.029235791,0.014568787,-0.002103471,-0.02758248,-0.0033536858,-0.008372961,0.0058561615,-0.0019070379,-0.040727127,0.013750317,0.018628405,-0.017302481,-0.00002755946,-0.02872834,-0.031642098,-0.0063226903,-0.0075585814,-0.039712224,0.017728087,-0.02219694,0.0019407999,-0.00056627975,-0.0070674988,-0.027124137,0.028859295,0.039352097,-0.02044541,0.030119741,0.0083156675,0.004824888,-0.0346377,0.011344011,0.029104836,0.030087002,-0.02304815,-0.024439551,0.002494291,0.015117163,-0.010189966,0.0010967514,0.00814788,-0.0055819736,0.013463851,-0.028335473,-0.028793817,-0.018792098,-0.041414645,0.028941141,0.008397515,-0.02556904,-0.002459506,0.021509424,0.015518214,-0.028581014,-0.0036953974,0.004996767,0.0036606125,-0.005266862,0.030856365,-0.022016875,-0.015600061,-0.039614007,0.0060935183,-0.008422068,-0.0415456,0.013128278,-0.0072148237,-0.014560603,0.0019008993,0.049468398,-0.00066807715,-0.021067448,0.007137069,0.035128783,-0.006736018,-0.01120487,0.0022119184,0.017466176,-0.0032984389,0.006539585,0.0011519982,-0.02754974,0.0036708433,-0.004583439,0.017777195,0.012162482,-0.03925388,-0.03984318,-0.014225029,-0.041774772,0.0025945536,0.015117163,-0.0027868946,-0.010656496,-0.0026825394,-0.0024574597,0.030545345,0.016074775,-0.0125880875,0.009903502,0.06393897,0.03268974,0.0025597687,0.015403628,0.021394838,0.017498914,-0.013578437,-0.0097152535,-0.04089082,-0.0015469106,-0.014225029,0.017940888,0.029334009,0.05228394,-0.011172132,-0.01478159,-0.020052545,0.027042288,-0.017498914,0.0077959383,-0.010214521,0.041087255,-0.0176135,-0.017237004,0.002690724,-0.047111202,0.00241449,0.014961653,0.0060935183,0.019708786,0.01667226,0.0044893147,-0.012653565,-0.000660404,-0.012972768,0.057227507,-0.03437579,0.020903755,0.027140506,0.066197954,-0.032018594,0.026502097,-0.0033884707,0.013095539,-0.0064045372,-0.003357778,-0.018317387,0.007783661,0.0038202144,0.023326429,0.013169202,0.0017259512,0.0096415905,-0.014830698,0.0146506345,-0.013390189,0.0016840046,0.015665539,0.056212604,-0.020330824,0.024128532,-0.035390694,0.026665792,0.020298086,-0.014249584,0.0011847371,0.008082403,-0.008929521,-0.002504522,-0.013643915,-0.021247512,-0.033819232,-0.0073294095,0.006899712,0.00038186798,-0.0103864,0.005553327,0.029628657,-0.0024656446,0.040497955,-0.007087961,-0.028957512,-0.060239483,-0.009248724,0.016827768,-0.0046734707,-0.008814935,0.031789422,-0.03259152,0.04455757,0.00965796,0.0123670995,0.037846107,-0.014560603,-0.030021524,-0.014609711],"social":"https://twitter.com/alldayalone"},{"title":"isitsafe.io","description":"trustpilot for crypto & web3","niche":"web3","youtube_url":"https://youtube.com/watch?v=c9C0s6y-XmA","youtube_transcript":"Hi there. My name is Aaron speaking to you from Northern Italy and today I wanna present to you is it safe that I owe. Are you one of those many users who were to buy the first crypto, but are afraid to do so because of all the scams that have been going on lately, We got you covered. And isn't safe that I owe you'll be able to look up any crypto product or any crypto exchange any of the product and read reviews that are trusted by the community. Also, we've given you all the information we need to make an informed decision. So let's talk no more and let's jump right into the project and see what we've did. Here I am. I'm a user who just saw many and for coinbase and I would like to try it, but I first crypto, but I don't know if I can trust it, so I land on isn't safe that I owe. The first thing I know what is is, wow, this guy is sick. Good job. The next thing I do is look for quite a bit in the search bar and boom, it pops up. And here I have all the information you need to make any full decision. And this is, is it safe that I know? We are at the end of the journey. Once you've been accomplishing this six weeks, you probably won't see some grass with users and numbers. Well, we don't have those because we're too busy and too to be embarrassing for us. But what do we accomplish? Well, we put together a team seven people from California to Taiwan with one mission, make crypto safer. Please stay tuned and we can't wait to show you our new features coming in the next week.","embedding":[0.02898636,-0.019734755,-0.03418288,0.05409786,-0.0022828637,-0.042803694,-0.022017619,0.033882502,0.039589662,0.0001880875,0.017902456,-0.035414424,-0.06343958,-0.047459535,0.00815523,-0.030698508,-0.040370643,-0.023624634,-0.07076877,-0.017361779,0.028205382,0.05265605,-0.014861142,-0.010783527,-0.013802314,-0.045386933,-0.02551701,-0.0037472006,0.0063229315,-0.01579982,0.0006265672,-0.031809904,-0.014861142,0.028866211,0.0045131613,-0.012022581,0.023008863,-0.011924959,0.0006148337,-0.029211644,0.009206549,-0.026072705,0.037156608,-0.04544701,-0.021431884,-0.0036908798,0.000012459477,-0.0063867616,0.019719737,0.038748607,-0.049171682,0.027664702,-0.018322984,0.06434071,-0.025727272,-0.061096642,0.060796265,0.046798706,-0.06163732,-0.021567054,0.04325426,-0.004088879,0.025862442,0.002121411,-0.0144331055,-0.014560766,-0.01760208,0.007982513,0.0008227508,0.030443188,0.034212917,0.062478375,0.017962532,-0.010738471,-0.04166226,-0.0755748,-0.0271841,0.0005815107,0.007209043,-0.026237912,0.0014915585,0.036555856,-0.0354745,-0.028445683,-0.003088249,-0.008515682,-0.049922623,0.005463103,0.0043817465,-0.0025532027,-0.028130287,0.053617258,-0.0282204,0.008943719,0.03403269,-0.038177893,0.013742238,0.06668365,0.04385501,0.0017356147,0.038838718,-0.03265096,0.017001327,-0.026343046,0.013043863,0.005297896,0.058603514,0.000750942,-0.0059699886,0.020335509,-0.09696163,0.025321765,0.007066364,0.036796156,-0.03484371,0.034513295,-0.013749748,-0.026808629,0.037907552,-0.0144030675,-0.03418288,0.006383007,0.016640874,-0.0018670296,0.009657114,-0.027649684,-0.01943438,0.008793531,-0.03931932,-0.03652582,0.031179111,0.019494453,0.06301905,-0.0008570125,-0.05797272,0.005091387,-0.05241575,-0.0036289273,-0.015559518,0.016025102,-0.0065857614,-0.063259356,-0.00013106284,-0.01333673,-0.020906225,-0.062718675,-0.034873746,0.034122802,-0.039950114,-0.03637563,0.0377874,-0.028535796,-0.06638327,-0.007280383,0.015033859,0.011286658,0.00815523,0.06380003,-0.04115162,0.027409382,-0.015484424,0.056470837,-0.008613304,-0.04595765,-0.029917529,0.010137717,-0.036706045,-0.063920185,-0.053917635,-0.005166481,-0.014943746,-0.014846123,-0.026192857,0.016280422,-0.008710927,-0.019975057,0.01994502,-0.02228796,-0.009078888,-0.023234146,0.010122698,0.0025100235,-0.016205328,-0.05175492,-0.06295898,-0.02419535,0.013697182,0.005981253,0.004738444,0.012052619,0.0021814865,0.06055596,0.012773523,0.032680996,0.010212811,-0.061096642,0.03457337,-0.013148994,0.030473227,0.006769742,-0.008523191,0.0008818875,0.0072540995,0.030998886,0.0067622326,-0.018803587,0.006495648,0.009469379,-0.02213777,-0.053406995,0.02834055,0.0053767445,-0.021702224,0.008605795,-0.05214541,-0.008786022,-0.016926233,0.035234198,-0.0023016373,0.006123932,0.011954997,0.07491397,0.0007110482,-0.0008415244,0.0041902564,0.01190994,0.025096482,0.008628324,0.049772434,-0.014861142,0.026823647,0.008680889,0.01566465,-0.050523378,0.031629678,0.0061051585,0.03262092,-0.042142864,0.018082684,0.031389374,0.020125246,0.023985088,0.0039574644,0.0066495915,0.025036406,-0.021461923,-0.030443188,-0.020665923,-0.0058723665,0.07881887,0.017331742,0.013261636,0.06380003,-0.028776098,-0.008755984,-0.01734676,0.0002459335,0.003018787,0.023714747,-0.00407386,0.005140198,-0.029602133,-0.030293,-0.031389374,-0.059054077,0.025321765,-0.020786075,0.011474393,-0.01851823,-0.022032637,0.010430585,0.0010616443,0.02446569,0.0105807725,-0.039018948,0.0074606086,-0.012525712,0.025592104,-0.0040062754,0.025682217,-0.008913682,-0.029827416,-0.034092765,-0.018413099,0.015169028,0.041632224,0.005087632,-0.040671017,0.013742238,-0.0240752,0.038928833,-0.018548267,0.018307965,0.0377874,0.0048323115,-0.024751049,0.040070266,-0.010723452,-0.020680942,0.010760998,-0.000896437,-0.028941303,-0.0027484477,-0.004993764,-0.01398254,0.0009931208,-0.014252879,0.017226608,-0.009627077,-0.01914902,0.016130233,0.013929974,0.027124025,-0.007648344,-0.0064280634,-0.0038598417,0.04896142,-0.060285624,-0.007017553,-0.027739797,-0.0011273517,-0.047309346,-0.0007406165,-0.0018576428,-0.022903731,0.014155257,0.032771107,0.03259088,0.04196264,-0.020725999,0.02329422,-0.07172998,0.024841161,-0.042413205,-0.03763721,-0.004178992,-0.010445603,-0.004389256,0.040430717,-0.002194628,-0.048841268,-0.054187976,-0.00893621,0.042022713,-0.0022622128,-0.0072278166,0.0017590816,-0.042563394,-0.019599587,-0.005861102,-0.006356724,0.0021026377,-0.0027409382,-0.040160377,0.018623361,-0.032410655,-0.0282204,-0.01048315,-0.01074598,0.0020538263,-0.017572043,0.047549646,0.0061427057,0.006615799,-0.017692193,-0.005380499,-0.011421828,0.038027704,0.017136496,-0.02550199,0.025276707,-0.02587746,-0.02548697,-0.02305392,-0.024781086,0.02847572,0.04142196,0.0024443162,-0.008177758,0.021567054,0.06818553,-0.01629544,-0.05836321,-0.023354296,-0.017842382,0.031209148,0.0013179032,-0.02834055,0.0006997841,-0.009086398,0.04736942,-0.032440696,-0.014305445,0.02317407,0.012067637,-0.0047346894,0.03027798,0.0112340925,-0.020695962,-0.024886217,0.047699835,-0.03973985,-0.03493382,0.0017149638,-0.0103629995,0.07839835,-0.023113994,-0.018653398,-0.009296662,0.030788621,-0.0042653503,-0.073952764,0.03946951,-0.040610943,0.013051372,0.014035106,0.006086385,0.003448701,0.048240513,-0.013689673,0.019134002,-0.03259088,-0.012105185,-0.023985088,0.031900015,0.02898636,0.077377066,-0.000028879,-0.024630897,-0.10164751,0.011879902,-0.0018858031,-0.020410603,-0.017677175,0.00867338,0.015379292,-0.0027897495,0.07004787,0.0034468237,-0.020560792,-0.0101452265,0.003512531,-0.010257867,0.0119174495,0.0066833836,0.007239081,-0.028821154,-0.0137797855,-0.024015125,0.016145254,0.02524667,-0.04040068,-0.014297935,0.025727272,-0.04181245,-0.027349308,0.009619567,-0.010993791,0.0062891394,0.0058986493,0.01035549,0.025652178,-0.016881175,0.0631392,0.016490687,-0.03274107,-0.054728653,-0.0014502567,0.024045162,-0.024645915,0.032921296,-0.08104166,-0.016025102,0.022197844,-0.024841161,-0.0354745,0.0419326,-0.0024950048,0.004971236,-0.0058948947,-0.03286122,0.038177893,-0.030127794,0.025396857,0.041782413,0.009799793,-0.013434352,0.022678448,-0.051995225,0.03442318,0.039199173,0.019899962,0.06355973,-0.01863838,0.0075582312,-0.01772223,-0.015108953,-0.0719102,-0.012510694,-0.0018717229,-0.003912408,0.010468131,0.014673406,0.060796265,-0.0016511338,-0.024300482,-0.039920077,0.0016511338,0.004712161,0.04427554,-0.039589662,0.011939977,-0.04727931,-0.03661593,-0.029226663,-0.012240355,0.055449557,0.02161211,-0.0011076394,0.000432965,0.01591997,-0.0024274199,0.037997663,-0.04751961,0.017677175,0.015304198,-0.03727676,0.031689752,-0.022032637,0.0261478,0.014966274,-0.0015582046,0.0041865017,-0.0019149021,-0.0421729,0.012871146,-0.02665844,-0.068305686,-0.0056170463,0.0018257278,0.028415645,0.00068101054,0.037997663,-0.026883723,-0.012510694,0.023594597,0.0002780832,-0.0031652206,-0.03171979,0.048600964,0.01643061,-0.013509447,-0.009882397,-0.009559492,-0.0123830335,0.0073554767,0.005748461,-0.053617258,0.02434554,0.03238062,0.019975057,0.0054818764,0.015086425,0.02562214,0.011339224,0.041602187,-0.017707212,0.0019749776,-0.00040902873,0.004314162,-0.009326699,-0.03430303,-0.004051332,-0.03352205,0.05214541,-0.0066721197,-0.017286684,-0.022438146,-0.008463116,0.036135327,-0.03367224,-0.021927506,-0.028520776,0.020470679,0.0028854946,-0.020140264,-0.003448701,-0.0012324835,0.022888713,0.0048548398,-0.00076361414,-0.008891153,-0.0069950246,0.013607069,0.026433159,0.00019055152,0.02149196,-0.009123946,-0.010250358,0.026778592,0.012247864,-0.02330924,-0.013486918,-0.011902431,-0.042953882,0.022032637,-0.042533353,-0.013374276,0.045416974,-0.028956324,-0.028896248,0.01851823,0.018728493,0.00048764294,0.021822374,0.021837393,-0.026463196,-0.021056414,0.0039724833,0.020335509,0.0017074543,-0.06434071,0.05127432,0.0012062006,0.017241629,0.011369262,0.01953951,-0.038388155,-0.019839887,0.0029568342,0.012458128,0.0051702354,0.016821101,-0.035684764,-0.019869925,-0.018307965,-0.008695908,0.05617046,-0.030488245,-0.015995065,0.029316776,0.0047572176,-0.021011356,0.0016961902,-0.0016811714,-0.007817307,-0.0061539696,0.025171576,-0.008583267,-0.008883644,-0.0029418152,-0.001414587,0.05632065,-0.0375471,0.012878655,0.044545878,-0.032470733,0.008643342,0.01928419,0.03289126,-0.023774823,0.02808523,0.0074868915,0.0092440955,-0.022618372,-0.0149287265,-0.0261478,0.018878682,0.019209096,0.025712254,-0.059414532,0.009176511,-0.046318103,-0.029466964,0.00802006,-0.016971288,-0.01734676,-0.04878119,-0.008771002,0.04649833,-0.02445067,0.049622245,-0.013501937,-0.025201613,-0.010851112,0.01851823,0.043043993,-0.014260388,0.018698456,-0.03574484,-0.0064505916,0.008973757,0.030638434,-0.02045566,0.020515734,-0.019209096,0.0051589715,-0.015048877,0.017511968,-0.052535903,-0.026057687,-0.008140211,-0.030127794,-0.033431936,-0.015289179,0.012255373,-0.034753595,0.033582125,-0.033131562,-0.016145254,-0.03235058,-0.019344267,-0.0029380606,0.021597091,-0.010257867,0.01255575,0.0018285437,-0.042112827,-0.019629624,-0.03544446,-0.021927506,0.02745444,-0.006848591,-0.005658348,0.034963857,0.03041315,-0.025937537,0.0022434392,-0.009334209,-0.0028423155,-0.018142758,-0.011279149,0.028235419,-0.005654593,-0.019359285,-0.018443136,-0.034873746,-0.028791117,-0.029361831,-0.045386933,-0.037006423,0.020410603,-0.008185267,0.012796052,0.008260362,-0.039829962,-0.011451866,0.053707372,-0.009784774,0.017917477,-0.0113993,0.015439367,-0.019614605,0.02419535,0.007546967,0.0014136482,0.003580116,0.00997251,-0.029542059,0.022077695,0.013036353,0.013577031,-0.009642095,0.048000213,0.014132728,0.039589662,-0.007393024,0.0375471,0.010603301,-0.008598286,0.019975057,-0.003268475,-0.0059887622,-0.008823568,0.012525712,-0.0005064165,-0.030217906,-0.008395531,0.020110227,-0.023985088,0.016806081,0.036045216,0.020395584,-0.0021289205,0.024540784,-0.028265456,0.008305418,0.015889933,-0.023159051,-0.0056020273,0.01125662,-0.008057607,-0.002861089,-0.015724726,-0.00576348,0.012878655,-0.03625548,-0.0610666,-0.06764486,0.01943438,0.035985142,-0.0070926473,-0.017391816,0.0035744838,0.033281747,-0.018338004,-0.022738524,0.040370643,-0.045507085,0.0019486945,-0.019569548,0.025171576,-0.005541952,0.0112941675,-0.008177758,0.0021758545,0.032170355,-0.041632224,0.020665923,-0.008380513,0.015236613,0.0036195405,-0.050042775,-0.011189036,0.012368015,-0.00997251,0.00330039,-0.0029680983,-0.008057607,-0.0018754776,-0.02834055,0.021386828,0.020035133,-0.02589248,0.0019956282,0.029271718,-0.007224062,0.01955453,-0.0023466938,0.015454386,-0.03199013,-0.0013460636,-0.021056414,0.008583267,0.02859587,-0.014027596,0.012503184,0.0011489412,-0.012525712,-0.019824868,-0.01617529,0.0013282286,0.023639655,-0.036045216,-0.01268341,0.0028761078,0.0063754977,-0.0050651035,0.0072766277,0.0066270633,-0.008718437,0.02691376,0.020590829,-0.0054330654,0.03601518,-0.04920172,-0.024796104,-0.0042127846,0.02276856,0.023129012,-0.0300527,0.018292947,-0.0359551,0.0092741335,-0.008350475,0.014162766,-0.05581001,0.036285516,0.0036195405,0.02254328,0.003321041,-0.034813672,-0.028100248,0.012375524,-0.002220911,0.02137181,-0.02796508,0.05734193,0.013141485,-0.0028685983,-0.011707186,0.0035838706,0.0077722496,0.00841806,0.005260349,0.006848591,0.010077641,0.011151489,0.027018894,0.015859894,0.012187788,0.0049524624,0.0030525792,0.010543225,-0.02266343,-0.014568275,-0.023444409,0.00686361,-0.007028817,-0.00815523,0.036135327,0.014733482,0.036405668,-0.0220026,0.018743511,0.03934936,-0.0065707425,0.013501937,0.03017285,-0.011594544,0.018307965,0.018923739,-0.0037227948,0.0142453695,0.007456854,0.021221621,-0.053406995,0.018848645,0.01980985,0.0021232886,-0.036645968,0.032470733,-0.002622665,0.020786075,-0.028265456,0.04361471,0.020035133,-0.02472101,0.010468131,-0.01217277,0.007847344,-0.027784854,-0.002776608,-0.018803587,0.027289232,-0.015499443,0.03274107,-0.0050801225,0.014020087,0.0025363066,0.056110386,0.0209663,0.0085607385,-0.04442573,0.005297896,-0.0069311946,0.01644563,0.023654673,0.023729768,0.01631046,-0.0013751625,-0.01372722,0.0016323602,-0.036495782,-0.013614578,-0.007430571,-0.028806135,-0.009086398,0.02885119,0.059054077,0.009672133,0.013434352,0.0030094,0.011594544,0.019073926,-0.02110147,0.042443242,0.019824868,0.02524667,-0.0049036513,-0.0041602184,0.020921243,-0.008463116,-0.012097675,-0.015469405,0.022092713,0.010685905,0.029557077,-0.012142732,-0.029151568,0.012803561,-0.03199013,-0.018863663,-0.00052612874,0.018653398,-0.027604628,0.0051514623,-0.0668038,0.010888658,0.016160272,0.009394284,-0.00537299,-0.004580746,-0.01126413,-0.004329181,-0.0031502016,0.008921191,0.013659635,-0.001589181,-0.008876135,0.014816086,-0.01644563,-0.0188937,-0.010528207,0.02252826,-0.0034092767,-0.003812908,-0.0220026,-0.0008856422,-0.015078915,-0.0025137784,-0.013269145,0.035774875,-0.034212917,-0.0077647404,-0.01605514,-0.00081336405,-0.015559518,0.010070132,0.02057581,-0.028505757,0.0123830335,-0.0025719763,0.008598286,0.012623335,0.0042127846,0.00080256927,-0.0010560122,-0.0063454597,0.00046488002,-0.002485618,0.0046633496,0.013734729,0.03544446,0.0151164625,-0.009184021,-0.008373003,-0.013892427,0.0033510786,0.026448177,-0.005050085,0.025291726,0.020215359,0.05581001,0.031299263,0.0072203074,0.011106432,-0.0068823835,0.014380539,0.05265605,-0.025276707,0.0011648987,0.01293873,0.024946293,0.0132541265,-0.0017722232,-0.0036157856,-0.009356737,-0.005410537,0.0058460836,0.021296715,0.010370509,0.01617529,-0.03478363,-0.020936262,-0.010715942,-0.008831078,-0.028175343,-0.019629624,-0.0083429655,0.0089287,-0.002814155,0.0055081593,-0.009221568,-0.06698403,-0.0075882687,0.008508173,-0.024015125,0.013126466,-0.030097755,0.014440615,0.003015032,0.0050538396,0.0059211776,0.023534521,-0.018307965,0.03391254,-0.0036570875,0.01823287,-0.008951228,0.020756036,-0.009123946,-0.02587746,0.023759805,0.0056095365,0.019960038,0.012976278,-0.0036063988,-0.0104230745,0.036045216,-0.010378018,0.007997532,-0.039199173,-0.007839834,-0.0018003834,0.0031276734,-0.019224115,0.018217852,0.026222894,-0.024015125,0.03211028,-0.02964719,0.01346439,-0.004306652,0.02254328,-0.027589608,0.030908773,0.008042589,-0.007929947,0.014358011,0.020380566,-0.03835812,-0.02020034,-0.015904952,0.03586499,-0.011466884,-0.023414372,0.030908773,-0.0074455896,0.02770976,0.050253037,-0.0055081593,-0.0027052686,0.03550454,-0.016926233,0.004738444,0.011842355,0.099364646,-0.019584566,0.01967468,0.005932442,0.018623361,-0.0018529494,0.000376879,0.007678382,0.0058648568,0.019734755,0.008635833,-0.02020034,0.0134719,0.0018632748,-0.03081866,-0.07251096,0.010347981,0.016881175,-0.03676612,-0.0008302602,0.0005585131,0.02445067,-0.0016727233,-0.0059887622,-0.038117815,-0.023774823,-0.005192764,-0.016565781,0.007430571,0.017962532,0.017542005,0.027379345,-0.007712174,0.026132781,0.016806081,0.0220026,-0.013486918,-0.0053504617,0.028520776,-0.009003795,-0.011151489,-0.008913682,-0.002570099,0.007809797,-0.0037997665,0.021837393,-0.01177477,-0.03382243,-0.029992623,-0.0073479675,0.017692193,0.0009621444,-0.0046633496,0.022272939,0.005113915,0.011466884,0.02862591,0.035774875,0.054668576,-0.0022227883,-0.0038260494,0.032470733,-0.0026677214,0.02264841,-0.0033923804,-0.0033829936,0.040100303,-0.010663376,0.0033942577,-0.00562831,0.00226409,-0.022978825,-0.0068561,-0.009221568,0.0440052,-0.00078332634,0.0072578546,0.010866131,0.012060128,0.01513899,0.0007607981,0.00009463043,-0.0041977656,0.0050238017,-0.023399353,-0.0005627372,0.024931274,0.02679361,-0.013133976,0.015859894,-0.016640874,0.009882397,0.037847478,0.022378072,-0.008237834,0.010002547,-0.049411982,-0.0271841,-0.0050951415,-0.008080136,0.006694648,0.038898796,-0.023654673,-0.008688399,0.010821074,-0.02278358,-0.0014680916,0.020110227,0.019043889,-0.0012306062,0.010565754,-0.0076596085,0.004644576,0.010535716,0.053046543,0.0023879956,-0.002506269,0.0060112905,-0.005493141,0.014125219,0.009101417,-0.008350475,-0.020080188,-0.0015779169,-0.007727193,-0.008395531,0.0009968755,-0.00433669,-0.015101443,-0.045777425,0.010851112,0.024585841,0.021176564,-0.008838587,-0.011789789,0.0354745,-0.012638354,-0.0035444463,0.004971236,0.02213777,-0.0603457,-0.045266785,0.006912421,-0.0022490714,0.012525712,-0.0073554767,0.015078915,0.0043329354,-0.04289381,-0.015499443,-0.00803508,-0.028565833,0.013869898,0.02123664,-0.013809823,-0.014335482,0.029587114,-0.0019899963,-0.019419359,0.013629598,-0.007302911,0.0009081705,-0.023234146,-0.01332922,0.03208024,0.015484424,-0.01773725,0.02691376,-0.020305471,0.024255427,0.0099574905,-0.030232925,-0.0075244387,0.03998015,0.032050204,-0.0130739,-0.021131508,-0.026313007,0.012675901,0.004284124,-0.035234198,0.003506899,0.014320464,-0.010588282,0.005267858,0.005797272,0.012180279,-0.017782306,-0.015259141,-0.004040068,-0.01138428,-0.005395518,-0.021461923,-0.004843576,0.012187788,-0.006709667,-0.044365652,-0.03289126,-0.0137122,0.031659715,0.010625829,-0.0121652605,-0.008718437,-0.00339989,0.0021720997,0.029842434,-0.029542059,-0.014508199,0.034453217,-0.011174017,-0.0019505718,0.0313293,-0.0020632131,0.035264235,0.0019073926,-0.002025666,-0.004685878,0.012615825,0.048841268,-0.009612057,0.008057607,-0.0061201775,0.018022608,-0.054187976,-0.006784761,0.035684764,-0.008921191,0.013006316,-0.065422066,-0.008215305,0.07990023,-0.062898904,0.0024705993,0.036585893,-0.014538237,0.0031333053,0.0053767445,-0.0116996765,-0.011474393,0.008913682,0.007689646,-0.027844928,-0.0048623495,0.013118956,-0.0056771217,-0.026628403,0.022618372,-0.015319217,-0.019134002,-0.005294141,0.00025930966,0.010408056,-0.055239294,-0.023474447,-0.0033398145,-0.01928419,-0.009184021,-0.020365547,-0.019389322,-0.0013789173,-0.016460648,0.012518203,0.012322958,-0.013990049,-0.00015781516,-0.027379345,0.04313411,-0.030037679,-0.002115779,0.014095182,0.0034674746,-0.012961259,0.0066195535,-0.0058460836,-0.0128486175,-0.0005927748,-0.0035726065,0.009499416,0.0078773815,-0.025051424,-0.052025262,0.007704665,-0.0006542582,-0.022363052,0.0068110437,0.013817333,0.0073479675,-0.011316696,0.0331616,0.0000069117464,0.0056883856,0.02057581,-0.0056883856,0.0455972,0.013697182,0.0074117975,0.0227986,0.03652582,0.02730425,0.0019374304,-0.0051739905,-0.023474447,0.003983747,-0.0073554767,0.016340498,0.01127164,-0.00046605337,0.009184021,0.025321765,-0.005992517,0.017587062,-0.019134002,-0.011474393,-0.024525765,0.012600807,0.0058198003,-0.014568275,-0.011113942,-0.0064280634,0.0021758545,0.06620304,-0.031149074,0.028235419,-0.0002513309,0.052235525,-0.0015948131,0.028490739,-0.010152736,0.0251115,-0.0038260494,0.0046520857,-0.007907419,0.050433263,-0.008012551,0.031900015,-0.022122752,-0.002648948,0.018428117,0.024901237,-0.004250332,-0.0074681183,0.022363052,0.015499443,0.021582073,-0.004156464,0.039829962,0.02020034,-0.023204107,0.00061154837,0.018668419,0.042923845,0.017196571,0.0015741622,0.03610529,-0.02342939,0.060495887,0.029857453,0.0057784985,-0.0022302978,-0.015033859,-0.025021387,-0.028460702,-0.00679978,-0.008823568,-0.024435652,0.026958818,0.012142732,0.019013852,-0.01917906,0.010896169,0.026568327,-0.01436552,0.015559518,-0.0041752374,-0.0062065357,-0.015379292,0.028941303,0.028655946,-0.010445603,-0.051364433,0.025456933,0.025952555,0.031299263,0.0057371967,0.039259247,0.015161519,-0.0027146554,-0.016490687,0.0016614591],"social":"https://www.linkedin.com/in/aaron-ullal/"},{"title":"geopass","description":"replace security questions with a secret location on a map","niche":"web3","youtube_url":"https://youtube.com/watch?v=BTLKg6Ln7FE","youtube_transcript":"What's up, build space, nights, and weekends? Season three. It's Matt Vogel, and I'm coming to you with GeoPass. GeoPass is the disruptor, the replacement for traditional security questions. Security questions are so easy to socially engineer. Things like where did you go to LMA entry school or where did you grow up? That is so easy and so weak and so bad for security. We need to do better. I'll show you how it works. So we get started here and then we enter our email address and then we move on to the private information. This is all zero knowledge client side So I put in a username that I've used a long time ago on some service that nobody knows that I use. So let's say it's something I use when I was in high school then we go to the map location. So now we're gonna select a secret location, something that only I remember. So it's going to be that place on the beach the trail opening. So then I hit finish. And all I have to do to get back into my account is remember that information that I just entered. In nights and weekends season two, we went direct to consumer and signed up over sixty users paying five dollars a month. In season three, we're working with one identity management company to possibly license or distribute this product. Geopass was awarded a United States utility patent, and we decided to bring our technology tonight's and weekend season two. We loved it so much that we came back and decided to be a part of season three, and we definitely do not regret it, and we appreciate the opportunity. Thank you very much.","embedding":[0.02346675,0.045218553,0.023361752,0.0046811,-0.0066891606,-0.035786353,0.011287139,0.038638763,0.024131726,-0.005297955,0.009545945,-0.028821576,0.013290824,-0.026651647,0.006654162,-0.008137239,-0.012844589,-0.03464889,-0.05281331,0.011602128,-0.03370392,0.044098586,0.011637127,0.010272171,-0.05022339,-0.02624916,-0.0375188,0.017700683,0.015242012,-0.046583507,0.028314093,-0.042628635,-0.0052235825,0.02873408,0.025794175,0.0010603566,-0.009598442,0.00359176,0.052533317,0.0015487004,-0.008277235,0.0063129226,0.026966637,-0.022644274,-0.014769527,-0.018881895,-0.006614788,0.025444185,-0.00093676685,0.015793243,-0.04182366,0.009090959,0.0063479217,0.019109389,-0.007367264,-0.049243424,0.008649098,0.015180764,-0.030484024,0.010718407,0.019564373,-0.018356912,0.041123684,0.03382642,0.04248864,0.03961873,-0.025076697,0.047283486,-0.018846896,0.02654665,0.021174321,0.03842877,-0.01652822,-0.020614339,-0.008316608,0.019441877,-0.04749348,0.052078333,0.009309702,-0.05648819,-0.012442102,0.029836545,-0.008005993,0.012555848,-0.04217365,-0.0038695636,-0.060828052,-0.015207013,-0.017893177,0.005551697,0.0024674209,0.03835877,-0.014577033,-0.0029836544,0.03244396,0.009423448,-0.025216693,0.023046762,0.050048396,0.0075597577,-0.0055779465,-0.034823883,-0.003913312,-0.022049293,0.05501824,0.0037864412,0.014848274,0.07087273,0.029119067,-0.026091665,-0.15091516,0.024814205,-0.013273325,0.0093622,-0.013028333,0.0469335,-0.0054773246,-0.0781175,0.028751578,-0.024604212,-0.04175366,-0.0022399283,0.036678825,-0.008106615,0.0218218,-0.008929089,-0.031621486,-0.007577257,-0.06341797,-0.032513957,0.04836845,0.009799686,0.09092709,-0.0375538,-0.017368194,0.008627224,-0.03463139,-0.025024198,-0.020684337,0.008447855,-0.03559386,-0.0024892953,0.028681582,-0.045953527,-0.028716581,-0.051378354,0.0060460563,0.057013173,-0.03330143,0.021786802,-0.015828243,-0.012984584,-0.044868562,-0.0025352312,-0.008150364,-0.04497356,0.025496684,0.07017275,-0.003556761,0.037308805,-0.046968497,0.027526619,-0.010884651,-0.02154181,-0.039478734,0.042278647,-0.011147143,-0.06709285,-0.073497646,-0.024341721,-0.027421622,-0.024691708,-0.038918752,-0.0020944641,0.013500817,-0.033808917,0.011374636,-0.0041233054,-0.01966937,-0.09974681,-0.011138394,0.017403193,-0.024761707,0.020544343,-0.022206789,-0.032566458,0.020456845,0.046058524,0.035821352,-0.007879122,-0.00062068325,0.027229128,0.025146695,-0.016169483,-0.007800375,-0.09589693,0.022241788,-0.035908848,0.036993816,-0.016956957,0.018304413,-0.016029486,0.042278647,-0.007463511,0.021629307,0.023204256,0.026634147,-0.028716581,-0.03055402,-0.031761482,0.06369796,0.028926574,0.01091965,-0.011838371,-0.028226595,0.028664082,-0.0060416814,0.039898723,0.025059197,0.06789783,-0.009458447,0.039128747,-0.002017904,-0.029906543,0.06611288,0.02780661,0.043188617,-0.028349092,0.079867445,0.0005227958,0.010867152,0.017420692,-0.0066366624,-0.06026807,0.005717942,0.012380853,0.04115868,-0.021804301,0.02556668,-0.0012829277,0.018619403,0.041403674,0.0020321223,0.026651647,0.031288996,-0.02588167,-0.033441428,-0.019651871,0.025339188,-0.0042654886,0.03625884,-0.007621006,0.045043558,-0.002574605,0.012319606,0.014655781,-0.0006048244,0.0499084,-0.010114676,-0.021051826,0.06173802,-0.009537195,-0.03996872,0.0015180764,-0.066042885,0.0280866,-0.0116196275,-0.027911605,-0.00226399,-0.008894091,0.013387071,0.026721643,0.022521779,0.0086578475,-0.026319157,0.0051929587,-0.002813035,0.009423448,-0.028769078,0.030029038,0.010350918,-0.005560447,0.0028305342,-0.011645877,0.018986892,0.047248486,-0.00084708224,0.01560075,-0.030956509,-0.00055205263,0.040983688,-0.013535816,-0.000728961,0.050188392,-0.00045881342,-0.010630909,0.025741676,0.02246928,-0.002421485,0.017385693,-0.0043573603,-0.035576362,-0.03146399,0.0015968238,-0.00018784555,0.063277975,0.015548252,0.0072928914,-0.023886735,-0.043608602,-0.056978174,-0.014235794,0.013903305,-0.005586696,0.009003461,-0.025461685,0.010464665,-0.012914586,-0.02995904,-0.02091183,0.000236926,-0.01466453,-0.005525448,-0.014813275,0.03681882,0.01749069,0.035768855,-0.053443287,0.033318933,-0.043608602,0.018549405,-0.058938112,-0.014682029,-0.025969168,0.022416782,-0.016650716,0.010508413,0.006592914,0.0053810775,0.018654402,-0.0530233,-0.02966155,-0.037203807,0.024709208,0.036993816,-0.007621006,0.021489311,-0.036118843,0.028681582,-0.007056649,-0.021611808,-0.017403193,0.0024499216,-0.047248486,0.04213865,-0.021961797,0.02406173,-0.031393994,0.023326753,0.01529451,-0.019459376,0.08994712,0.008067242,0.008898465,0.011190891,-0.0015246386,-0.077767506,-0.003948311,-0.020649338,-0.02276677,-0.017000705,-0.03769379,-0.0032133346,-0.015320759,-0.037273806,0.0028808452,0.02621416,0.07363764,0.013378321,0.025006698,0.05095837,0.028646583,-0.013798308,-0.006120429,0.024394218,0.010972149,-0.01406955,-0.0593231,-0.03366892,-0.024866704,0.018916894,-0.031096503,-0.010420917,-0.006492292,0.006658537,-0.000058171965,0.04497356,0.02057934,-0.014892023,-0.009817186,-0.00841723,-0.008557226,-0.04959341,-0.021086825,-0.032933947,-0.008439105,-0.015653249,0.008911589,-0.01154963,0.0054816995,0.043818597,-0.035576362,0.06831781,-0.0012413665,0.020526843,0.039478734,-0.0006070118,-0.016020738,0.04581353,0.064187944,0.025636679,0.003775504,0.018269414,-0.022276787,0.02966155,0.055053238,0.025706677,-0.0043070493,0.001170275,-0.05641819,-0.0024083604,0.02028185,0.020544343,-0.022959264,-0.0077216276,0.012022115,-0.01217961,0.038568765,-0.0008695034,-0.0041736164,-0.007524759,-0.038533766,-0.06331297,0.001500577,-0.02617916,-0.049138427,-0.023204256,-0.0020507155,-0.011059646,-0.029591553,-0.042978622,-0.02404423,-0.029364059,0.0006764627,-0.06362796,-0.027596615,0.031918976,0.014454537,-0.019021891,-0.026441652,-0.008482853,0.008789093,-0.035488863,0.03496388,0.006207926,-0.0036245715,-0.0061641773,-0.011007148,0.045498542,0.01998436,-0.009633441,0.050013397,0.0002596206,0.00080934906,-0.06674286,-0.019441877,-0.013947053,-0.001039576,0.037378803,-0.009642191,-0.01405205,0.036468834,-0.014585783,0.048683442,0.005131711,0.01563575,-0.031936478,0.021734305,-0.027439121,-0.03685382,0.07965745,0.012844589,0.042628635,-0.024411717,-0.01652822,-0.00003235004,0.028366592,-0.08812717,-0.007979744,0.012232108,0.0043792347,0.003545824,0.020386847,0.07468761,-0.0073278905,0.018829396,-0.03330143,-0.01814692,0.004488606,-0.010709657,0.00797537,0.015460755,-0.030186534,0.009843435,-0.017639436,0.013474569,0.0103071695,0.020089356,-0.0037230058,0.0070697735,-0.023694241,0.027929105,0.010202173,-0.004156117,-0.025794175,-0.034806386,-0.042698633,0.038603764,-0.033318933,-0.0004147914,0.008395356,-0.032023974,-0.009904683,0.0076691294,-0.018934393,0.025846671,-0.03814878,-0.04094869,-0.0043923594,0.030064037,-0.0054904493,-0.003841127,0.03396641,0.030326528,-0.014008301,0.0030864635,0.014227044,-0.021646807,-0.009563443,0.02995904,0.01814692,-0.029591553,0.030081537,-0.02591667,-0.009335951,0.022994263,0.004355173,0.0034845758,0.028296594,0.031673986,0.0068510305,-0.003898,0.0043376735,0.0064091696,0.004422983,0.030081537,0.006711035,-0.0187769,-0.008303484,0.02780661,-0.001991655,0.004847345,-0.02089433,-0.017009456,0.013667062,-0.0074547613,0.0020354036,-0.023571745,-0.021051826,0.015985738,-0.02686164,-0.033318933,-0.02589917,0.045743536,0.005840438,-0.02346675,-0.01593324,-0.020666838,0.0436786,-0.017744431,-0.039933722,-0.021944297,-0.015399506,0.026791641,0.008045367,0.0042611137,0.0010805904,-0.008027867,0.009405949,0.008150364,0.0058141886,-0.010254672,-0.0005933404,-0.022556778,-0.03685382,0.015023269,-0.006872905,0.004654851,0.011820871,-0.0017236947,-0.008574725,-0.009659691,-0.0071310215,-0.0036923818,-0.050013397,0.017551938,-0.0342989,-0.025969168,0.02339675,-0.00027438573,-0.0011418384,-0.0023033638,0.024324222,0.029766547,0.048928432,0.036468834,-0.031026507,-0.04276863,-0.010018429,0.018794399,-0.015093267,-0.034911383,-0.013973302,0.021611808,0.010245922,-0.003292082,0.00035846507,0.069227785,0.011427134,-0.04161367,-0.001063091,-0.028454088,0.04154367,-0.006221051,0.02843659,0.006614788,-0.033021443,0.026301658,-0.0015104203,-0.03382642,0.0027408497,-0.034316402,0.057958145,-0.019406877,0.0013955802,0.015242012,0.005949809,-0.002463046,0.012319606,-0.002079152,-0.039758727,0.033511426,-0.0008913777,-0.009554694,-0.046968497,0.023484249,0.012135861,-0.013824557,-0.014804526,0.005337329,-0.035611358,-0.0015115141,-0.002344925,0.016615719,0.0069122785,-0.0021578996,-0.021804301,-0.047318485,0.016825711,0.015583251,-0.008189738,0.03023903,-0.018024422,-0.0009969212,0.0025374186,0.015478254,0.028874075,-0.029486556,0.00218743,0.0073585142,0.0021939923,0.030781515,0.010683408,-0.008229111,0.03282895,-0.02715913,-0.0035808228,0.010097177,0.016991956,-0.044133585,-0.047598474,-0.023361752,-0.037938785,-0.027386623,-0.016064486,-0.002452109,-0.018251915,0.023519246,0.005962934,0.008312234,-0.040353708,-0.013010833,-0.0028195973,0.016965706,0.053373292,0.002559293,-0.0064529185,-0.043503605,0.0040073716,0.019004392,-0.03933874,0.018531905,0.014192046,-0.019704368,0.007739127,-0.013185828,-0.023991732,0.024499215,-0.031009007,-0.018356912,-0.004427358,0.012932085,0.0041036187,-0.028156599,0.02747412,0.022626774,-0.070382744,-0.0059716837,-0.03282895,-0.036748823,-0.002314301,-0.008745345,-0.019214384,0.012564598,0.024009231,-0.014822025,0.019459376,-0.011978366,-0.017595686,0.013623314,-0.009659691,0.020509344,-0.037273806,0.015259511,0.011978366,0.011803372,0.0061029294,0.009860934,-0.016711965,-0.008859091,0.03340643,-0.0015322947,0.015784495,0.008959713,0.020561842,0.0280866,-0.020824334,-0.014253293,0.02560168,0.0010297326,0.010342169,-0.0033598924,-0.010814654,-0.009117208,0.022591777,-0.012678344,0.0008339577,-0.004593603,-0.0060460563,0.014410788,0.022364283,0.0126083465,-0.001047779,-0.045323547,0.003898,-0.013352072,0.017359445,0.027596615,-0.021454312,-0.035978846,0.0024127353,-0.025514184,-0.018671902,0.009563443,0.043363612,0.010805904,0.0005258035,-0.075177595,0.0109808985,0.00053127203,0.012687094,-0.042593636,-0.0134833185,0.037308805,0.007940371,0.010140925,-0.019406877,0.043503605,-0.01807692,-0.030449025,-0.032391462,-0.0034889507,-0.025111696,-0.007839749,0.0061904266,0.031691484,0.011322137,-0.032951444,-0.009642191,-0.011059646,0.0036289464,-0.017473191,-0.005332954,-0.019581873,0.014148297,0.003526137,-0.032023974,0.0012096488,0.0035348868,0.02343175,-0.008032243,0.005954184,0.005805439,-0.015854493,0.00062560494,0.016510721,-0.041718666,0.0010401229,-0.04843845,0.045078557,-0.0031673985,0.009335951,0.008207237,0.0060285567,0.003215522,0.01529451,0.007830999,-0.0005148663,0.010245922,0.0043945466,-0.038848754,-0.030519022,0.03303894,-0.036398835,0.023239255,0.006606038,0.029469056,-0.027911605,-0.014454537,0.010963399,-0.043328613,-0.002981467,-0.005118586,-0.020789335,0.04843845,-0.0038892503,0.0112608895,0.017823178,-0.0035545737,0.02591667,-0.040598698,-0.008036617,-0.03706381,0.019021891,-0.012713343,0.0070129004,-0.02213679,0.061878018,0.013317074,0.018321913,-0.009545945,-0.029014071,-0.015723247,-0.0067941574,-0.011715875,0.017744431,-0.03282895,0.035943847,-0.03874376,0.0040139337,-0.004317987,-0.016011987,0.019704368,-0.0067547834,-0.0004205334,0.00905596,0.027106632,0.04556854,0.006597289,-0.026441652,0.0029945916,-0.02376424,-0.008338483,-0.031061506,0.0006031838,-0.0050442135,-0.005284831,0.0134045705,-0.026616648,-0.009292202,-0.012065863,-0.016081985,0.032811448,0.0114183845,0.010210923,0.025199194,-0.02934656,0.029854044,0.000021002745,0.011628377,0.0014688591,0.007494135,0.015242012,0.031586487,-0.017665684,-0.022644274,-0.045778535,-0.00025483558,0.030011538,0.023046762,-0.01777943,0.0071616457,0.007691004,-0.011453383,-0.0032089597,-0.020841833,0.031184,0.021909298,-0.01683446,-0.009292202,0.020001858,-0.021769302,-0.0030470898,0.005551697,0.028699081,-0.051378354,0.009843435,0.019424377,0.022994263,-0.027264128,-0.0066279126,0.0027146006,0.050783373,-0.011077145,-0.023676742,-0.021576809,0.018059421,0.05029339,0.009642191,-0.007367264,-0.0024761707,-0.024429217,-0.03184898,-0.00062177697,-0.031971477,-0.0013627688,0.0027649114,-0.010193423,-0.013142079,0.05494824,-0.012660844,0.02556668,0.000128033,0.020299349,0.0064047948,0.008806593,0.009747188,0.012678344,0.031761482,-0.008544101,0.049243424,0.045953527,-0.008968463,-0.042278647,-0.046093524,0.0016569782,-0.010700908,0.026809141,-0.0126083465,0.024009231,0.001542138,-0.0053810775,0.0046154773,0.016011987,-0.009747188,-0.014638281,0.0027299125,-0.034316402,-0.0126520945,0.00013254458,-0.010167174,-0.019739367,0.0024652334,-0.0029574053,-0.022679273,-0.000852004,0.0343864,0.006763533,-0.0022968014,-0.0072316434,0.0045761033,-0.03688882,0.0054642,-0.0063479217,0.048683442,-0.010700908,-0.013185828,-0.0015782306,0.002478358,0.0036136343,0.06114304,0.002935531,0.00030651363,-0.047248486,-0.0056348196,-0.04238364,0.02995904,-0.021051826,0.02150681,-0.0049917153,-0.015005769,0.00453673,0.0045717284,-0.02250428,0.0013901117,-0.0014841713,0.019931862,-0.014585783,0.02556668,0.0020649338,-0.006181677,0.008815343,0.01188212,0.03253146,-0.025689177,-0.0074766357,0.027351623,-0.018286914,0.02589917,0.014725778,0.008977212,0.005836063,0.03146399,-0.0054292013,0.020491844,0.014848274,-0.020141855,-0.019161886,-0.017298196,0.02840159,-0.010429666,0.031936478,-0.0032220844,0.023904234,0.020386847,0.025846671,0.0076647545,0.012503349,-0.012722093,-0.01621323,0.0026358531,0.006308548,0.039758727,-0.028646583,0.0021896174,-0.007301641,-0.0023186756,-0.030116536,0.02341425,0.0025374186,-0.012092113,0.017158201,0.06404795,-0.020806834,-0.0030405277,0.038043782,-0.0016580719,0.015364508,0.00811974,0.00019112669,0.006991026,-0.02281927,-0.015513253,0.004092681,0.018934393,-0.01844441,-0.011085895,0.044203583,0.0061466782,0.017770682,0.010018429,0.02621416,0.004742348,0.03366892,0.012267107,0.013229576,-0.0064091696,0.021611808,0.010525913,0.028384091,0.0038651887,-0.009519695,0.0052629565,0.0036442582,0.012004616,0.0028239721,0.0040773693,-0.033476427,0.023816736,-0.0187244,0.04028371,0.038813755,0.016414475,0.006269174,0.008994712,0.0012337104,-0.002498045,0.030484024,-0.02092933,0.065027915,-0.0024499216,-0.03832377,-0.014612032,0.011094645,0.026476651,-0.004311424,-0.020071857,-0.036468834,-0.02152431,0.0028020977,0.009265953,-0.031936478,0.007861624,0.0029114692,0.04157867,0.004926092,-0.02589917,0.11367636,0.023694241,0.028156599,-0.037938785,0.04217365,0.0024127353,0.005621695,0.01062216,-0.003841127,0.026791641,-0.0071047726,-0.018584404,0.016038237,0.0103859175,0.013133329,0.0073847636,-0.010875901,0.00937095,-0.033231437,0.014157047,-0.0016307291,0.03029153,0.019266883,-0.024726707,-0.03216397,-0.031953976,-0.0070391498,0.012573347,0.007844124,0.02246928,-0.03310894,-0.005831688,-0.015793243,0.024341721,0.026599148,0.025339188,-0.0075466335,0.014463287,0.038498767,0.0026861639,-0.036013845,-0.008224737,0.017709432,-0.0022257098,-0.0037383179,0.021751802,0.00023665257,-0.0003398719,-0.028664082,-0.048858434,-0.03370392,0.013938303,-0.0041276803,0.016256979,0.006487917,-0.017875677,0.023169259,0.024796706,0.0029180315,-0.01685196,-0.04311862,0.03958373,-0.011138394,0.012223358,-0.039863724,-0.028261594,-0.0009148926,0.00087661255,-0.01342207,0.0051929587,-0.0018943143,-0.006929778,0.033843916,-0.013693311,0.010158424,-0.01656322,0.010534663,0.026791641,0.022994263,-0.010508413,0.0218218,0.024936702,0.0003540902,-0.026091665,0.02780661,0.007935996,-0.009029711,0.020316849,0.02311676,0.024096727,0.0038192526,0.002620541,0.007953495,0.02621416,-0.021996796,0.003922062,-0.06355797,-0.009720938,-0.04150867,0.002098839,0.028559085,0.01497952,-0.006824781,0.040423706,-0.030221531,-0.022259288,-0.006807282,-0.034753885,0.014743278,0.009537195,-0.01061341,0.0046636006,-0.0018330662,0.019424377,0.002716788,-0.02747412,-0.012232108,0.025339188,0.013938303,-0.065692894,0.0046811,-0.00064146385,-0.031184,-0.0114183845,0.0051667094,0.013693311,0.012398353,-0.0036858195,0.012345854,0.0009504383,0.004930467,-0.00702165,-0.0013190203,-0.00089794,0.02372924,0.045288548,0.00006620393,-0.049488414,-0.005241082,0.02782411,-0.0105434125,-0.0055779465,-0.030309029,-0.005674193,-0.0047904714,0.017096952,0.00025743316,0.025146695,0.012197109,-0.013535816,-0.009773437,0.008666597,-0.0034233278,0.001949,0.0019424377,-0.026949137,0.053408287,0.024534214,-0.036118843,-0.013264575,-0.024184225,-0.011357136,-0.026371656,-0.003012091,0.015723247,-0.0025571056,0.010140925,-0.007152896,-0.0016679154,0.0046723504,0.0013168328,-0.02554918,-0.034806386,0.013877056,0.008570351,-0.0016471348,0.018969392,0.012722093,-0.005678568,-0.0064179194,-0.012127112,-0.011147143,0.0027299125,0.022521779,0.023886735,0.04150867,-0.012302106,-0.0053898273,-0.008277235,0.010219673,0.0035961347,-0.014857024,-0.00027753017,0.04490356,0.032688953,-0.015670748,-0.038568765,0.002620541,-0.045148555,0.033528928,0.00036201967,-0.020771835,0.004420796,0.025654178,-0.009020961,0.0153907575,0.0032133346,-0.004864844,0.025024198,-0.0073453896,0.00007211683,-0.0016897896,0.013142079,-0.004167054,0.016921958,-0.009974681,0.0087584695,0.059463095,0.035768855,-0.022294287,0.009467197,-0.037868787,0.03025653,-0.02217179,-0.004492981,0.024114227,0.062018014,-0.031341497,-0.0059848083,0.017219448,0.02346675,0.0093534505,0.015207013,0.034753885,-0.035138875,0.0021393064,-0.0122933565,-0.02280177,-0.012687094,-0.019791866,-0.008399731,0.032881446,0.011890869,-0.009764687,-0.010692158,-0.015399506,-0.017289447,0.020019358,0.0013540192,0.011313387,-0.012170861,0.030799013,-0.024639212,-0.018269414,-0.008377857,0.0074066375,0.004711724,-0.04238364,-0.008312234,-0.019004392,-0.021489311,0.0022399283,0.00531108,-0.024586713,-0.01309833,0.018041922,0.03333643,-0.012573347,-0.04752848,-0.011050896,0.009808436,-0.029416557,0.02684414,0.013938303,-0.019896863,-0.009852184,-0.004147367,0.017525688,0.00071474275,-0.0054816995,-0.03212897,0.021174321,-0.01595074,-0.027421622,0.0468285,0.014034551,0.0045411047,-0.005249832,0.010552162,-0.000107867636,-0.01935438,0.020019358,-0.0071616457,0.0014830775,0.006588539,0.028541585,0.009020961,-0.02122682,0.0019741554,0.027106632,-0.017420692,-0.011838371,0.011077145,-0.024131726,0.0040226835,0.018916894,-0.011365886,-0.017280696,-0.01279209,0.00019714213,0.017271947,-0.021419315,-0.00005078939,0.004477669,-0.017123202,-0.0071091475,0.004619852,0.02059684,-0.014708279,0.04906843,0.011812122,-0.017656934,0.03337143,0.009300952,0.036608826,0.009292202,-0.0037711293,-0.011147143,0.039268743,0.004097056,0.0052935802,0.0041648666,0.015259511,-0.017088203,0.030151535,-0.018251915,-0.00046400857,-0.006658537,-0.014288292,-0.014708279,-0.010193423,-0.020159354,0.021926798,0.020474344,-0.013798308,0.023291754,0.0036355085,0.015172014,0.031988975,-0.018304413,0.012590847,0.019896863,-0.015049518,0.021296818,-0.0017105702,0.010770905,0.03312644,0.029049069,0.008338483,-0.03688882,0.0116196275,-0.051413354,-0.023221755,0.008609724,-0.011173392,0.011637127,0.008019119,-0.0156095,-0.008959713,0.029294062,0.01684321,-0.010350918,0.0064660427,-0.02652915,0.013378321,-0.042278647,0.008985962,0.006601664,0.006680411,-0.0019391567,0.042068653,-0.004580478,0.029084068,0.0005465841,0.016773213,0.0019402504,0.000679197,0.015985738,0.0061073042],"social":"https://twitter.com/mattvogel"},{"title":"raide","description":"peer to peer clothing rental marketplace","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=mmDJv1PcqPM","youtube_transcript":"Hey, what's up, guys? So my name is Noah. This is KJ. This is Wesley, and this is Miguel. And we are building Rey. So Rey is just a marketplace where people can rent their clothes out to each other. So let's check it out. Hey, everyone. It's Miguel. So our first version of the product was the Instagram page. We only had a current Instagram account where people are following learning more about our product and what we're offering. We set up our pop up shop for people to submit listings to. We studied with a Google form, and whatever people put up you would post as an Instagram story. And here's some example of what our listings were. You can see right here we had this very simple design for our listings, so just people can see what dresses are available. We'll close or available in our marketplace. Finally, we have the app. After you log in, You'll hit this home page here where you can see all the listings that are on the platform, where you can also click on them and see more details about the item. You have another page here where you can add more listings to the platform based on the requirements you want by filling up this form. Finally, we have the profile page. You can see your personal information, the profile image you said that will be seen by other users when you go in a chat with them, and all the other important pages related to your profile. Thanks for your help. So during build space, we were able to get twenty users through our Instagram pop up. But what's next for us? Is it really about a launch or have every single sorority in Florida State's campus to help them rent dresses to each other for a sorority. We're excited to see what's next, and that'll be all folks.","embedding":[0.016765915,0.044505354,-0.055420663,0.024115555,-0.032425743,-0.016605822,0.012538051,0.009547257,0.018352272,0.0037585048,-0.011017185,-0.013593198,-0.013389446,-0.040226553,-0.0013835154,0.021816064,-0.002017513,0.0031781741,-0.0501231,0.03687919,0.005821498,0.002601482,-0.0030089868,-0.022514643,0.00200114,-0.028161498,-0.025789237,0.036355257,-0.03175627,-0.0013307581,0.022048924,-0.032775033,0.011635719,0.02805962,-0.011919517,-0.016460286,0.020186044,0.010042084,0.03944065,0.0152668785,0.018919868,-0.014386377,0.00742241,-0.023649836,-0.03201824,0.057050683,-0.040110122,0.020695426,0.040546734,0.0039877263,-0.07236122,-0.00064445805,0.012407068,0.0027233695,-0.023620728,-0.0411871,-0.01212327,0.038829394,-0.018483257,0.02261652,0.047270566,0.015106788,0.040110122,0.054692976,-0.014946696,0.014866651,-0.0051738564,0.04485464,-0.032745928,0.049133442,0.041099776,-0.024755921,-0.009292566,-0.033328075,0.016664037,-0.018002983,-0.016562162,0.026007542,-0.014189902,0.009117922,0.02805962,0.036355257,-0.015703492,0.057720155,-0.015630722,0.004337016,-0.029325796,-0.010478697,-0.03667544,0.053790644,-0.0146701755,0.02696809,-0.034958094,0.03955708,0.041361745,-0.0055995537,-0.010595126,-0.002319503,0.05801123,0.04107067,0.018323164,-0.02031703,-0.01386972,-0.016649485,0.021263022,-0.027623009,0.0030908517,0.023344208,-0.0012407068,-0.043923203,-0.14518817,-0.01600912,0.052946527,0.0009009678,0.005737814,0.0065892083,0.041478176,-0.054198146,-0.034346838,-0.0353656,0.0038167196,0.0066656154,0.0009987508,0.049424518,-0.01037682,-0.007953621,-0.048522186,-0.004671752,-0.054227255,-0.004435254,0.02070998,-0.032513067,0.0012452548,-0.04674663,-0.05448922,0.0077425926,-0.03163984,-0.03050465,-0.0314652,-0.018541472,0.025905667,-0.049104337,-0.0041369023,-0.020025954,-0.008390234,-0.032513067,-0.02389725,0.024202878,-0.03373558,-0.02031703,0.028918292,-0.030912155,-0.038334563,-0.032804143,-0.021728741,0.006647423,0.029776962,0.047823608,0.003911319,-0.01105357,-0.025629146,0.03504542,0.038683854,-0.014604683,-0.05754551,0.003360096,0.018701563,-0.0466302,-0.060718223,0.019851308,0.00017839708,-0.018948976,0.01647484,0.050530605,0.01060968,-0.009161582,0.014044364,-0.03827635,0.008062775,-0.032891463,-0.0289474,0.0000111071795,-0.035103634,-0.058418732,-0.10886201,-0.008623094,-0.026880767,-0.016489394,-0.00015349653,-0.02347519,-0.008674032,0.064909704,-0.0093726115,0.023839034,0.009976592,-0.049308088,0.0133821685,0.0314652,-0.018905316,0.014728391,-0.013222078,0.025643699,0.036966514,0.016431179,0.053790644,-0.029835178,-0.03513274,-0.020535335,-0.03373558,-0.010966247,0.065724716,-0.010071192,0.013534983,-0.0062071723,-0.015106788,-0.04444714,-0.054692976,0.044243384,-0.009125198,0.027069965,-0.037519556,0.05917553,-0.0018510545,-0.030883048,0.014168071,0.04421428,0.019618448,-0.034143087,0.03944065,0.0032036433,-0.0030144444,0.037752416,0.0057923906,-0.0365299,0.02261652,-0.018133966,-0.046688415,-0.05055971,0.0027797653,0.0155288465,0.005061065,0.013287569,0.0005389434,0.058826238,0.09174681,-0.012719973,-0.01896353,-0.068227954,-0.0014744763,0.038130812,0.034987204,0.013847888,-0.017624585,-0.024916012,0.012501667,-0.05961214,0.008441173,0.04037209,0.02105927,-0.012436176,-0.017056989,-0.024071895,-0.029311243,0.017653693,-0.027841315,0.004871866,-0.006389094,-0.028860077,0.0040714103,-0.0006299043,-0.007851746,-0.0048827813,-0.010464143,0.01950202,0.028277926,-0.004558961,-0.0002503699,0.017537262,0.012574436,0.03294968,0.03743223,-0.035569355,0.020491673,-0.013127478,0.006279941,0.049715593,0.02319867,-0.010063915,-0.06135859,0.031290554,0.021001054,-0.04348659,-0.053383138,-0.0017373534,-0.007968175,0.010231283,0.02417377,-0.0575164,0.0028707262,0.032309316,0.0072113806,-0.038247243,0.03539471,0.0072768726,-0.021888833,0.027884975,0.013855166,0.019996846,0.03667544,0.0013516791,-0.041885678,0.04581519,0.031174121,-0.018425042,-0.037956167,-0.012676312,0.0621736,0.024814136,-0.0018974445,0.010253114,-0.026880767,-0.012232423,-0.016693145,-0.018861653,-0.02592022,-0.047619853,0.03306611,-0.044359814,0.014808436,-0.028961953,0.030475542,-0.05079257,0.013025602,-0.0024795944,0.01861424,-0.019167282,0.0015372393,0.0054067164,0.032513067,0.01496125,-0.004660837,-0.06275575,-0.028117836,0.028903738,0.023708051,-0.013600475,0.010660619,-0.05833141,-0.007953621,-0.017726462,-0.017129758,0.018206736,0.03539471,-0.0029671448,0.056293886,0.010740664,0.05754551,-0.037897952,-0.0066656154,-0.011388306,-0.0012743623,0.027695777,0.024959672,-0.038480103,-0.006465501,0.0006390004,-0.017944768,0.022878487,0.04532036,-0.012792742,0.048667725,-0.0023795373,-0.017741015,0.037374016,0.0020484396,-0.0006922125,0.025207087,0.01826495,-0.0009787394,0.04456357,0.050268635,0.006636508,0.011548397,-0.0047590747,-0.004329739,0.021132039,0.03839278,-0.013484045,-0.025090657,0.008732247,-0.0029416757,0.0019192751,0.02952955,-0.04360302,0.023664389,0.031814486,0.048784155,0.026822552,-0.012705419,-0.02782676,0.013156585,-0.06677258,-0.014590129,-0.035074525,-0.04069227,-0.0042569702,-0.0133457845,-0.018788885,0.01896353,-0.0053994395,0.004435254,-0.06974155,0.061533235,0.038712963,-0.01133009,0.0023722604,-0.0032291121,-0.021888833,0.03714116,0.07940523,0.03778152,-0.072594084,0.013091094,-0.0058251363,0.021044716,0.03175627,0.029733302,-0.020113276,-0.06339611,-0.051374722,-0.06444398,-0.02121936,0.05175312,-0.01791566,-0.027273718,0.014546468,0.051200077,0.05163669,0.038945824,-0.022514643,-0.012297914,0.029835178,-0.0054103546,0.019283712,0.036326148,-0.01435727,-0.015354201,-0.002785223,-0.013040156,0.00040386643,-0.057370864,0.00942355,-0.027972298,0.03766509,-0.035569355,-0.035452925,-0.0029089297,0.00068630005,0.024610383,-0.014430039,-0.012254253,0.008564879,0.004737244,0.047474317,0.0057887523,-0.0034128532,-0.047037706,-0.0061671496,0.05032685,-0.048289325,-0.010042084,-0.05821498,0.009954762,-0.0076188855,-0.041361745,-0.007331449,0.01121366,0.0060434425,0.012945556,0.002361345,-0.0322511,0.020840963,-0.028408911,0.04628091,-0.00847028,0.011919517,-0.032629497,0.00944538,-0.062348243,0.025119765,-0.0043224622,0.07375838,0.02968964,-0.017464494,-0.005905182,-0.04619359,0.03606418,-0.034463268,0.015572507,-0.015441524,0.027841315,0.0026324086,-0.02133579,0.013134755,0.013665967,0.029980715,-0.033153433,-0.036820974,0.0034528761,0.048755046,-0.064793274,0.007011267,-0.011111785,0.019647555,-0.0060943807,0.003436503,-0.030359112,0.028729092,-0.03778152,-0.036471687,-0.0188471,0.011337368,-0.0072077424,-0.0050137653,0.022063477,-0.0019738516,-0.032425743,-0.017173419,-0.0050501497,-0.01342583,-0.030562865,-0.020273367,0.008666756,0.018701563,0.00928529,0.0036548092,-0.02401368,-0.010616957,0.0074442406,-0.021961601,0.00095690874,0.018206736,0.01907996,-0.0032818695,0.0025068827,0.026327725,-0.014080749,0.008855954,-0.017464494,0.029514994,0.02610942,0.01779923,0.022776611,-0.018745223,-0.008070052,-0.0043734005,0.005923374,0.0007495179,0.029835178,0.019109067,-0.008579433,0.02494512,0.010711556,0.052364375,0.004577153,0.009248905,-0.005828775,-0.0012770911,-0.025614591,0.017464494,-0.027433809,-0.012414345,-0.014459146,-0.005665045,0.0148375435,0.004460723,-0.030475542,-0.0299225,-0.014662898,-0.010929863,-0.03329897,-0.02070998,0.013447661,0.0015263241,-0.02296581,0.002634228,0.005268456,-0.011963178,0.01833772,0.009219797,0.0109953545,-0.018948976,0.02731738,0.025731022,0.005963397,-0.022514643,0.005919736,0.027375596,-0.01519411,0.019341927,-0.008077329,0.015135895,-0.052568126,-0.035569355,0.0041259867,-0.008935999,-0.009962038,-0.008295635,0.017115204,0.0017628224,-0.011119061,0.019647555,-0.012392514,0.023664389,-0.027695777,-0.0017573647,-0.018745223,-0.004511661,0.025439946,-0.016649485,-0.0032982426,-0.036355257,0.01589269,-0.00013791947,0.027419256,0.03548203,0.005042873,-0.04977381,-0.0109589705,-0.0037293972,0.05405261,-0.031727165,0.0087759085,-0.00944538,-0.014975804,0.009976592,0.006138042,0.044709105,-0.002252192,0.01165755,-0.015747152,-0.03679187,-0.009510873,-0.03364826,0.017173419,0.023053132,-0.010857094,0.03757777,-0.02859811,-0.0054794853,0.0047481596,-0.0059524816,0.040081013,-0.02864177,0.018599687,0.011257322,-0.030941263,0.0014444592,0.025512716,-0.00026969909,-0.022194462,0.055304233,-0.024755921,-0.042642474,-0.020098722,-0.0066619767,-0.0032291121,0.023795374,0.024872351,0.030591972,-0.00047845437,-0.003436503,0.01600912,-0.04334105,0.011570227,0.013651413,-0.009248905,-0.062231816,0.0036384363,0.01989497,0.0065819314,0.022485536,-0.019574787,-0.012712697,-0.005355778,-0.028525341,-0.011701211,0.0153978625,-0.011803088,-0.03874207,-0.016605822,0.022645628,0.017435387,0.0026706122,0.015688937,-0.023911804,-0.036850084,0.01970577,0.005745091,-0.09407541,-0.0055595306,0.007171358,-0.025629146,-0.011650273,0.00930712,-0.017318957,-0.011744873,-0.0008968745,0.03687919,0.006363625,-0.011009908,-0.006385456,0.031581625,-0.01838138,-0.03003893,0.0014644706,-0.005177495,-0.050821677,0.02389725,0.029675087,-0.01698422,-0.002366803,0.012909172,-0.0055595306,-0.02766667,-0.016926005,0.019487465,0.01710065,-0.023125902,-0.020448012,0.017348064,0.03326986,0.0096345795,0.0133457845,-0.012283361,0.0038822116,-0.04488375,0.0244794,-0.04695038,-0.020811856,-0.0033710112,0.0143718235,-0.0010815252,0.039906368,0.003969534,-0.030766618,0.019283712,0.028772755,-0.016722253,0.011082677,-0.027113628,0.015135895,-0.017289849,0.034841668,0.004660837,-0.002010236,0.010718834,0.008790462,-0.010849817,0.02296581,0.0045334916,0.045844298,0.00418784,-0.0054758466,0.024683151,0.03027179,0.045553222,0.01845415,0.029369459,-0.008885061,0.028001405,0.0053193937,-0.0028870993,-0.018119413,0.0057232603,0.0046753907,-0.011475628,-0.0024050064,0.009736456,0.026749784,-0.013243908,-0.01305471,0.03725759,-0.01612555,0.00800456,-0.077717,0.0005803306,0.016503947,0.0102676675,-0.043981418,0.003853104,-0.018585132,-0.014437315,-0.018119413,-0.0011160903,0.03516185,-0.024421185,-0.013738736,-0.007273234,-0.005828775,-0.0067602145,-0.01756637,-0.02180151,0.02040435,-0.0062508336,-0.013302123,-0.0019938631,0.027302826,0.012421622,0.0006922125,-0.04069227,0.009729179,-0.013243908,0.0010342256,0.0028125113,0.016329302,-0.0108279865,-0.0121523775,0.00008789098,-0.025862005,0.022325445,0.00040750488,-0.02731738,0.012210593,0.012538051,0.010194899,0.002384995,-0.007196827,-0.005901544,0.0032927848,0.0010478697,0.0053303093,0.025701914,-0.0061598727,0.037635986,0.0083465725,0.02070998,-0.033473615,-0.0036129672,-0.008630371,-0.020739088,0.01857058,-0.00718955,-0.0077935304,0.0155434,-0.008550325,0.028554449,-0.004744521,-0.019763986,0.00623628,-0.029340351,-0.007171358,0.07090585,-0.029791517,-0.009700071,-0.0022139885,-0.022179907,0.0014617417,-0.014037088,0.025090657,0.008317465,-0.018075751,-0.017871998,0.016372964,0.02156865,0.011592058,0.024028234,0.013986149,0.043544807,0.01435727,-0.03976083,0.014400931,0.017362619,0.0057996674,0.016503947,0.00646914,-0.06688901,0.025934774,0.023344208,0.0044316156,0.008986938,-0.02031703,0.0005898815,-0.003794889,-0.020578995,0.02168508,-0.020855516,0.037053835,-0.027884975,-0.014160794,-0.020098722,-0.03618061,0.0003499721,-0.011119061,-0.020040506,0.038014382,0.0050974493,-0.0074005793,0.019487465,-0.0011642997,-0.03548203,-0.00040773227,-0.0073787486,0.0036020519,-0.02203437,0.003587498,-0.007946345,0.0068002376,-0.015063127,-0.020302474,0.024101002,0.006712915,0.025032442,-0.01565983,-0.004820928,0.04255515,-0.006829345,0.007902684,0.021379452,-0.00059715833,0.016110996,0.0176828,0.019647555,0.009394443,0.00916886,0.043952312,0.011715765,-0.023839034,0.033444505,0.020768194,0.0075242864,0.019763986,0.0096709635,0.034113977,0.034492377,0.026516924,0.019487465,0.015994566,-0.011715765,-0.0011133616,-0.0016263811,0.0310868,0.010042084,-0.014742943,0.0314652,-0.05996143,0.013826058,-0.0033982995,0.021423113,-0.03941154,0.011453797,-0.035889536,0.008201036,-0.03815992,-0.008332019,0.01605278,-0.007105866,0.02234,0.048871476,0.030591972,-0.029864285,0.030999478,-0.0072041037,-0.018294057,0.01605278,0.003776697,-0.016402071,-0.03920779,-0.00058214983,0.038596533,-0.030068038,0.04558233,0.03376469,0.023708051,0.024217432,0.010595126,0.030650187,0.0007104047,-0.02359162,0.028467126,0.0044825533,0.03431773,-0.0014935781,-0.01616921,0.008848677,0.003947703,-0.02347519,-0.016329302,0.0073350878,-0.016576717,0.004035026,0.02075364,0.009918378,0.008463003,-0.034375947,0.008710417,0.0028143304,-0.061533235,-0.06275575,0.04884237,0.0067274687,-0.01694056,0.0008313827,-0.034667023,0.04270069,-0.011817642,0.0069166673,0.002059355,-0.0314652,0.031698056,-0.019851308,0.030126253,0.017362619,-0.018250396,-0.011155446,-0.05658496,-0.03163984,-0.008746801,-0.017726462,-0.05809855,0.028394356,0.0014717475,0.0012607182,0.0015608892,-0.0027233695,-0.026895322,0.0254545,0.0072041037,0.041245315,-0.03175627,-0.019443804,-0.001738263,-0.04063406,0.019996846,0.002301311,-0.0017182515,0.0014908493,-0.014066195,0.0066001234,-0.010224006,-0.034288622,-0.016110996,-0.016664037,0.06205717,0.013207524,0.009263459,0.024624936,0.005512231,0.01377512,0.025396286,0.012974664,-0.0025414478,0.0049337195,-0.03233842,-0.013993426,-0.012377961,-0.03725759,0.01293828,0.008317465,-0.024071895,-0.03967351,0.03900404,-0.0039768107,0.019996846,0.007968175,-0.026778892,0.00062808505,-0.017042436,-0.0012498029,-0.010391374,-0.0005730537,0.008150097,0.023664389,-0.02242732,-0.00870314,0.0024886904,0.06648151,-0.0012307011,0.013687798,0.010093022,0.026400493,0.016736807,0.0011370113,0.022820273,0.0056468532,0.00607255,0.0033619152,-0.0002787952,0.00688756,-0.016736807,-0.00488642,0.012414345,-0.0066728923,0.0027779462,-0.016416624,-0.003152705,0.021015609,-0.00988927,0.0048318435,-0.0064400323,-0.012858234,0.016605822,-0.00802639,0.0074406024,-0.020986501,-0.0025123402,-0.012203315,-0.0015272336,0.009787394,0.011715765,-0.021772403,-0.0062908563,0.045756973,-0.041769248,0.024348415,0.007997283,-0.012763634,-0.0069021136,-0.0022812996,-0.011803088,0.03743223,-0.01989497,0.006461863,-0.0016482116,0.008273805,0.014975804,-0.0013671424,0.0083465725,-0.0008218318,0.019138174,0.019371035,-0.0096709635,-0.023926357,0.013469491,0.001142469,0.014277224,-0.0061671496,-0.015165002,-0.0007458794,-0.02359162,0.013061986,-0.009474488,-0.022194462,-0.0047809053,0.04293355,0.021350345,0.038596533,0.08243241,0.013826058,0.025978435,-0.03571489,0.0075097326,-0.020375242,0.0031163206,0.01612555,-0.0053848857,-0.006843899,0.0019993207,-0.03233842,0.000758614,0.017173419,0.012625374,-0.024668599,0.012683589,0.00837568,0.001805574,-0.009998423,0.028539894,-0.013600475,0.012567159,-0.0038058043,-0.044243384,-0.043748558,-0.008863231,-0.016198318,0.0123561295,0.019924076,0.047532532,0.030824833,0.016154658,0.019574787,-0.00021841988,0.019953184,-0.0076261624,-0.017086096,0.04223497,-0.020797301,0.000099829595,-0.0042060325,0.031843595,0.01084254,-0.009139752,0.02701175,-0.025934774,-0.018148521,-0.02343153,-0.06112573,-0.022907594,-0.009059707,0.030417327,0.025963882,0.0028943762,0.0066692536,0.043079086,0.052480806,-0.008972384,-0.012719973,-0.02087007,0.0030289982,-0.034113977,0.06252289,-0.017479047,0.020258814,-0.016314749,-0.0034637915,0.0090742605,0.012712697,0.00872497,0.016227426,-0.002217627,-0.010573296,-0.008659478,0.03583132,0.013418553,0.009474488,0.010020253,0.0059597585,-0.019167282,0.022922149,-0.012676312,-0.0046935827,-0.001200684,0.008550325,0.012792742,0.047008596,0.0037585048,0.018468702,-0.029194813,-0.0064182016,-0.0030253597,-0.012814573,0.008412065,0.037374016,-0.026677014,-0.052830096,-0.05064703,-0.020782748,-0.02242732,0.015092234,0.00097237213,0.017013328,0.0001705517,-0.020302474,-0.024450293,0.03583132,-0.0085139405,-0.001659127,-0.018366827,0.009408996,0.0035656677,-0.0045407685,0.0064327554,-0.007091312,-0.023111347,-0.030795725,0.0121523775,-0.033677366,0.03376469,0.01496125,-0.0018756139,-0.010318605,0.013862442,0.012232423,0.0020702702,-0.020855516,0.027230058,-0.01698422,-0.023125902,0.04441803,-0.0015135895,-0.015718045,-0.008208312,0.015572507,-0.032163776,-0.0055377,0.009881993,0.012807296,-0.01710065,0.024712259,0.0131784165,-0.0034528761,0.009685517,-0.0051593026,0.016329302,-0.0012188762,-0.0299225,-0.016518502,0.029296689,0.008499388,0.026837107,0.0153978625,0.0026378664,-0.015630722,0.015557954,0.014524638,-0.00495555,-0.015703492,-0.02242732,-0.014626514,-0.013760566,-0.019050853,0.020899178,-0.002277661,-0.004286078,-0.010405928,0.0070622046,0.008419341,-0.019341927,-0.038363673,-0.054692976,0.008499388,0.012712697,-0.021830618,0.0039804494,0.042409614,0.013898827,0.027637562,-0.03469613,0.001363504,0.01414624,-0.012334299,-0.010405928,0.018716116,0.00047390632,-0.00942355,-0.0029726024,-0.00012473014,0.00040477604,0.020622658,-0.013687798,-0.016503947,0.021481328,-0.027346488,-0.015572507,-0.038712963,-0.014677452,0.036588114,-0.012196039,-0.0006594666,-0.020739088,0.005279371,-0.00063991,0.017027881,-0.03338629,-0.00064354844,0.050617926,0.0004693583,0.014328162,0.005843329,0.001147017,-0.00095599913,0.010253114,0.0088122925,-0.023955464,0.046659306,0.03618061,-0.0021048354,0.03792706,0.007487902,-0.0023540682,-0.049744703,0.0102676675,0.02708452,0.012989217,-0.022470983,-0.0062508336,0.021364897,0.030359112,-0.020899178,0.00700399,0.019341927,-0.021816064,-0.0062908563,-0.0090742605,-0.0033819266,0.00588699,0.00753884,0.026706122,0.0008918717,0.040284768,0.014641068,0.005577723,0.0007563399,0.008739524,0.03309522,-0.018061198,0.006603762,-0.0040677716,0.0028743646,-0.002084824,-0.021437667,-0.0007522467,-0.012981941,0.049948454,-0.018221289,0.0033655537,-0.022689288,-0.015572507,-0.002010236,0.014859374,-0.0060834656,0.018817993,-0.0014390015,0.04846397,-0.027142735,-0.01663493,0.007396941,0.0037203012,-0.023125902,0.0544019,0.009008768,-0.0072914264,-0.047561638,0.0025032442,0.008681309,0.0477945,0.010682449,-0.028729092,-0.019400142,0.016896898,-0.013651413,-0.010580573,0.006869368,-0.007091312,0.0021066547,0.005053788,0.024231985,-0.010631511,0.018148521,0.017871998,0.032862358,0.035685785,-0.010442312,0.0038385503,-0.019749433,0.018905316,-0.01686779,0.02829248,-0.012137824,0.00718955,-0.012465282,0.0018419584,0.0012916449,0.016911453,0.01861424,0.013622305,0.0058178594,0.026080312,-0.019909523,-0.019458357,-0.023853589,0.010522358,-0.030068038,0.007396941,0.019603895,-0.03489988,0.057720155,0.007240488,0.01938559,0.01531054,0.018672455,-0.029835178,0.005494039,0.027375596,0.0060943807,0.044505354,-0.005595915,0.02522164,0.011482905,0.051898655,0.00064673205,0.017071543,-0.014204456,-0.007546117,0.029384011,-0.0022158078,-0.033473615,0.024086447,-0.00623628,0.019647555,0.03364826,-0.027768547,0.033590045,-0.005275733,0.019865863,0.0129164485,0.0046863058,-0.01377512,0.020287922,0.0233151,0.036093287,0.00010335433,0.014590129,0.019516572,-0.0039076805,-0.0021867002,-0.00045594154,-0.054663867,-0.023460638,-0.022441875,-0.017187973,-0.0049846577,-0.018992638,0.021146592,0.008746801,0.0068257065,-0.005603192,0.025847452,-0.015223217,0.031523414,-0.0019338289,-0.03722848,-0.05801123,-0.017275296,0.026691569,-0.017988428,-0.049744703,0.015092234,-0.025250748,0.008455726,0.020811856,0.014793882,-0.007313257,0.022310892,0.020491673,-0.015688937],"social":"https://twitter.com/MiguelSarenas"},{"title":"fraczone","description":"i'm building a platform where people can buy a fraction digital assets like nfts.","niche":"web3","youtube_url":"https://youtube.com/watch?v=_qezlOiB2Xs","youtube_transcript":"Hi. My name is Nirapar. And I am building Frank's own, a platform where people can buy some personal digital assets like NFV. So this is my platform where any creator, who could use any kind of art, data assets and entities. They just have to go through this platform, and they can exist their NFTs in this platform. So let me show you how they can do this. So after connecting the project, this platform, and then this page will appear, and then you can create and sell NFV. So they just have to click it. They just have to fill out these details about their article NFV. And then you have to simply click submit button. And after leaving submit, there are an active hard data directly listed in the marketplace. They can see their annuities or art in by going through the marketplace option. So if anyone wants to buy eight hundred and fifty, their interest strength, they just simply select the percentage of investment. They want to invest and they simply click on to buy an option. What about the progress? For this project. Yeah. You can see more alternative revenue. So I have generated around fifty eight dollars by selling about two earlier since process. But I did not submit that much of the money which I was expecting. That is only six weeks. So this will take more time, and get it to it, and make it complete platform and then turn all the social video platforms that link in the video of Instagram with the variations we recorded earlier on the profile images. For your project. They show that people are really interested in my project. So this is the learning tools I have created for my platform. Pretty cool.","embedding":[-0.011905125,0.0047554197,-0.013864756,0.014034198,-0.007639613,-0.043170813,-0.017179921,0.041815277,-0.005661565,0.03987038,0.06488883,-0.017327262,-0.039605167,-0.064476274,0.034625053,0.01797556,-0.027493767,-0.0075291074,0.016472686,0.04193315,0.05003689,-0.016192738,-0.009415068,0.024856368,-0.028525151,-0.0658318,-0.005086936,0.024605889,-0.03450718,-0.026182435,0.002574778,-0.026639191,-0.0016971802,0.030794198,-0.012811271,-0.028318875,0.010689565,-0.015706513,-0.021835886,0.023721846,-0.0038787427,-0.03200239,0.005462655,0.0039413627,-0.020745564,0.060291797,-0.032739095,0.00055943406,0.007602778,0.04069549,-0.043229748,0.011249459,-0.03913368,0.00764698,-0.022705195,0.016531622,-0.015603376,0.026064562,-0.07832629,0.027479032,0.021099182,-0.031442497,0.06052754,0.033033777,-0.02899664,-0.003099679,-0.06194201,0.009908659,-0.0052932133,0.048799224,0.018668061,-0.00657876,0.037277184,0.0044533713,-0.021644343,0.0049248612,-0.019905722,-0.0025913538,0.009805521,-0.038838997,0.018358646,0.019507904,-0.06477095,0.0075217406,-0.03091207,-0.01462356,-0.051598698,0.015338162,-0.061529458,-0.016192738,-0.02569621,0.028613556,-0.033357926,0.05342572,0.014785635,-0.0031125713,-0.031825583,0.030705793,0.011175789,0.035096545,0.0018113692,0.04653018,0.022027427,-0.0009586351,0.041196447,0.04116698,0.030352175,0.005234277,-0.010792703,-0.024370145,-0.13578916,-0.01757774,0.019507904,0.027272755,0.010763235,0.009451903,-0.0091645885,-0.021924289,0.042434108,-0.022690462,-0.042316236,0.018859604,0.004173424,-0.008921477,-0.0018003186,0.0013067274,-0.046117626,0.025283657,-0.04213943,-0.040607084,0.03471346,-0.03344633,0.0663033,-0.020966575,-0.06648011,-0.036186866,-0.015677046,-0.015883323,-0.020760298,0.0035324923,0.002795789,-0.03692357,0.035597503,-0.012236642,-0.020244606,0.019345827,-0.025828818,0.01226611,-0.01855019,-0.030558452,-0.0018859605,-0.03468399,-0.029143982,-0.0023021977,-0.007462804,-0.017062047,-0.0017027055,0.030322706,-0.0060151825,0.01750407,-0.009009881,0.020215139,-0.020141467,-0.018564923,0.003403569,0.003099679,-0.011426268,-0.04084283,-0.037925486,0.047414225,-0.040017724,-0.03406516,-0.0025195251,0.0174304,0.01233978,-0.04048921,0.025165783,-0.053514127,0.05489913,-0.024664827,-0.030823665,0.010350681,-0.0053410986,-0.0038198065,-0.04523358,-0.023648174,-0.0037645537,-0.0015120835,-0.00027304064,0.019699445,0.009282461,0.03091207,0.00978342,0.041137513,-0.0016861296,-0.043760177,0.030499516,-0.0077427514,0.034742925,-0.021320192,0.0429056,0.014962444,-0.011625178,0.052747954,0.04387805,0.027420096,0.0071644397,0.006689266,0.019286891,-0.0031862417,0.050007418,0.03939889,0.010719033,-0.014977178,-0.061234776,-0.027729511,-0.016472686,0.053838275,0.007985864,-0.014888774,0.015102417,0.008413152,0.004320765,0.006291446,0.0059599294,0.016222207,0.030705793,-0.03530282,0.050832525,-0.02341243,0.01735673,0.013172255,-0.026211902,-0.04163847,-0.013695314,-0.014468852,0.0061109536,-0.025504667,0.009798153,0.043789644,-0.005956246,0.024826901,0.024915306,-0.0053963517,0.014682496,0.0016879714,-0.055017002,-0.06488883,0.0011336022,0.052158594,0.069780536,0.032090794,0.008089002,-0.0064166854,-0.0026797582,-0.058258496,-0.034477714,0.055311684,-0.024090197,-0.02083397,0.03341686,-0.043318152,-0.038868465,0.033858884,-0.0013094901,0.0016511362,-0.026609723,0.029954355,0.0015148461,-0.0128702065,0.02406073,-0.0035951121,-0.00017588791,-0.01099898,-0.0032856967,0.009886558,0.010166505,-0.0066229627,0.026329774,0.01387949,-0.003663257,-0.007440703,0.0027110681,0.02823047,-0.011021081,0.00577207,0.049270716,-0.027258022,-0.025180519,-0.010144404,0.012376615,-0.02366291,0.028539885,-0.0032875384,0.04617656,0.0035969538,0.0288493,0.014734066,0.034595586,0.018668061,0.023161951,-0.05489913,0.0056726155,0.04667752,-0.030794198,-0.010615895,0.025121583,0.04714901,0.0054552876,-0.022690462,0.05092093,0.013135419,0.055694766,-0.042434108,-0.018167103,0.0071718064,0.046559647,-0.050331566,0.018343912,0.0041108043,0.009009881,-0.022425247,0.012081934,-0.013658479,0.012059833,-0.0064866724,0.015397099,-0.0032046593,-0.011455736,-0.015750716,0.036010057,-0.04844561,-0.021894822,-0.06353329,-0.02185062,-0.020377213,0.0034864482,-0.044054855,0.038131762,-0.030131165,-0.013835288,-0.098777175,-0.009665547,0.044585284,0.004501257,-0.0067997715,-0.020996043,-0.035243884,-0.016399015,0.006040967,-0.023471367,-0.015249758,0.013592175,-0.042345706,0.049388587,-0.012744967,0.0023961274,-0.059879243,-0.08292332,-0.041844748,-0.054692853,0.012354514,0.03450718,0.017165186,0.0050243163,-0.02333876,-0.028952438,-0.0042986637,0.010394883,-0.02591722,0.010645363,-0.006560343,0.019994127,0.021644343,-0.016413748,0.026594989,0.06459414,0.0006925011,-0.011573609,-0.015588641,0.04337709,0.016354812,-0.012037732,-0.01645795,-0.028922971,0.065713935,0.036835164,-0.03371154,-0.040400807,0.023073547,0.039163146,-0.07042883,-0.053985618,-0.004648598,-0.006298813,0.019596307,0.056077853,0.038750593,-0.020097265,0.010822171,0.027906321,0.045616668,-0.02594669,-0.010608527,0.039605167,0.033387393,0.008774136,-0.00886254,-0.0017957143,-0.01931636,-0.018314444,-0.04732582,0.048828695,-0.035214417,0.018329177,0.008199507,0.005661565,0.031619307,0.0851629,0.015942259,-0.003893477,-0.040106125,0.025828818,-0.05990871,-0.013643744,-0.003396202,0.020789767,-0.020568756,-0.04750263,-0.059820306,-0.0077795866,-0.012325046,-0.0059120436,-0.016251674,0.0063024964,0.013290127,0.0038676923,0.043966454,-0.005705767,0.016325345,-0.0046854327,-0.01360691,-0.020848703,-0.009599244,-0.051804975,0.027287489,-0.0016198263,-0.001736778,-0.03889793,-0.029924888,-0.048209865,-0.005355833,-0.02301461,0.038220167,-0.05342572,-0.019124817,0.055134874,0.020347744,0.020627692,-0.003412778,0.015559173,0.034919735,-0.016811568,0.071548626,0.018167103,-0.04523358,-0.030470047,0.0076322462,0.035774313,-0.040901765,-0.019286891,-0.03562697,0.0040702857,0.03766027,-0.043141343,-0.019920457,-0.006162523,0.0044386373,-0.0015231341,-0.023618707,-0.0075806766,0.036363672,-0.002118022,0.013923692,0.03315165,0.051598698,0.0146382945,-0.0041771075,-0.03925155,0.0044570547,0.024944773,0.02631504,0.07479012,-0.017857688,0.0011547824,-0.04337709,-0.017931357,-0.04081336,-0.0040850197,0.047178477,0.018270241,0.04585241,0.024664827,0.03833804,0.011912492,-0.008140571,-0.010579059,0.019021679,-0.020318277,0.10708719,-0.025018444,0.027523234,-0.01899221,0.03262122,-0.0067003164,0.00772065,-0.0025121581,0.06724627,-0.018977476,0.00019937032,0.006427736,0.021025512,-0.0072381096,-0.008523657,0.01462356,-0.016737899,-0.053514127,-0.041255385,-0.04240464,-0.0077574854,0.020215139,-0.005886259,0.0023353493,0.033004306,-0.044467412,-0.02736116,-0.015235024,-0.027744245,-0.006626646,0.020215139,0.025961423,-0.0030186416,0.04308241,0.008236343,0.0016538989,0.009893925,0.023618707,-0.005050101,-0.010652729,0.013304861,0.020966575,0.0009770527,0.0056320964,-0.0072712614,-0.016929442,0.020318277,-0.0104759205,-0.011212624,-0.016413748,0.020008862,0.011367331,0.0007670923,0.034241967,0.008486822,0.025637275,0.023692377,0.013503771,-0.0051606065,-0.0382791,0.04635337,-0.0016548197,-0.03580378,-0.0036282637,-0.01710625,0.041874215,0.017666144,-0.037159313,0.023324026,-0.0107264,0.040341873,-0.020671895,-0.034359843,-0.029143982,0.010954778,-0.014240474,0.026462382,-0.02221897,-0.009142487,0.02942393,-0.02971861,-0.027508501,-0.025961423,-0.012133503,0.020318277,0.0040481845,-0.007543842,-0.008906743,0.010100202,0.005492123,-0.005547376,-0.0041255383,-0.018270241,-0.009039349,-0.043436024,-0.008339481,0.0067150504,-0.008663631,-0.008449987,0.016899973,0.006589811,-0.0007472934,-0.0055657933,-0.022587324,-0.00020926978,-0.013334329,-0.0035638022,0.0005018791,0.013304861,0.013319596,-0.008995147,-0.034124095,-0.030676324,0.018005028,0.014844571,0.0321792,0.00906145,0.025534136,-0.0004737923,-0.03026377,-0.013776352,0.039840914,-0.006063068,0.015559173,0.007245477,-0.026197169,-0.0028270988,0.025136316,0.03878006,-0.014977178,-0.020878172,0.0027773713,-0.013857389,-0.006597178,0.017474601,-0.00063310436,-0.0066524306,-0.033858884,0.018859604,0.006718734,-0.0342125,-0.012855472,0.001989099,0.04370124,-0.018093433,0.0071386546,-0.01387949,-0.047915183,-0.016575824,-0.037011974,0.018505987,0.0020811867,0.045940816,0.011964061,-0.0007799846,-0.008995147,0.027258022,0.010770602,0.042551983,0.01844705,0.029674409,-0.04591135,0.013511138,-0.025165783,-0.0061809407,0.023618707,-0.01772508,0.0030407428,-0.05263008,0.02899664,0.024944773,-0.0049837977,0.019257424,-0.006593494,-0.011927227,0.0045712437,0.010630628,0.009466637,0.011183156,-0.00086746813,-0.028569354,0.013687947,0.022690462,0.013186988,-0.015632844,-0.004729635,-0.0014844572,-0.010262277,0.008936211,0.0024255957,-0.098777175,-0.043760177,0.0057978546,-0.054044552,-0.028392544,-0.0031475648,0.0154413,-0.024119666,0.03598059,0.04193315,0.011625178,-0.028024193,-0.02264626,0.0126123605,-0.00049727474,-0.017415665,0.008464721,0.000989945,-0.042316236,0.022336844,0.008589961,-0.0100191645,0.0055105407,0.004335499,-0.021084448,-0.01688524,-0.017828219,-0.013629011,0.020170936,-0.010512756,-0.014402549,-0.004387068,-0.019242689,0.0011538615,0.018432315,0.009083551,0.011566241,-0.021158118,-0.02323562,-0.035538565,-0.044909433,-0.032208666,0.0001478011,-0.012450285,0.00643142,0.02714015,-0.005598945,0.023117749,0.028186267,-0.013864756,0.034094628,-0.0368941,0.015279226,0.008074268,0.043288685,0.0077648526,0.010777969,0.013746884,-0.005919411,-0.01916902,-0.0035711692,0.02381025,0.018211305,0.009444536,0.023530303,0.037159313,0.03659942,0.02971861,0.040901765,0.007378083,0.023780782,0.013260659,0.014328879,-0.009076185,-0.055252746,0.043318152,-0.04523358,-0.014129969,-0.010689565,-0.006398268,-0.0011897758,-0.018933274,-0.03026377,0.0033077977,-0.044909433,0.021217054,-0.0029376044,-0.00032668185,-0.03530282,-0.016605292,-0.042198364,-0.0056947162,-0.022012694,-0.002246945,-0.007956396,0.018005028,0.02120232,-0.024826901,-0.07054671,-0.009002514,0.006855024,-0.031118346,0.00022331318,-0.024163868,0.01855019,-0.031796113,0.0214528,-0.016428484,0.020612957,0.0026410813,0.029291322,-0.010232809,0.0024697979,0.024296474,0.02073083,-0.010763235,0.0074701714,0.038662188,-0.008884641,0.010836905,-0.03091207,0.010225441,-0.033328455,-0.04334762,-0.017386198,-0.0073375646,0.01710625,-0.0007205879,0.016767366,0.0022893054,-0.009017249,-0.005985714,0.03686463,0.05377934,-0.025931956,-0.0035361757,0.07196118,0.005661565,0.029615471,-0.0016041714,0.008980413,-0.007949028,0.011499939,-0.017062047,0.016207471,0.035656437,0.019036412,-0.007381767,0.025931956,-0.02909978,-0.0066450634,-0.0013527714,0.009532941,0.044644218,-0.01529396,-0.0017340153,-0.0098497225,0.019404765,0.0008177406,-0.0016170637,0.036982507,-0.02083397,0.022852536,0.02688967,0.044703156,-0.007971129,-0.044555813,-0.049152844,0.0011022923,0.019596307,0.016796835,-0.021143384,0.03798442,-0.019728914,0.020097265,-0.0068366067,0.03173718,-0.039781976,0.013636378,-0.015794918,0.0012809428,-0.02025934,-0.009746584,0.0038640087,0.007543842,-0.028834566,-0.0007592648,-0.024075463,0.041815277,-0.035538565,-0.002970756,-0.013105951,-0.040282935,0.009812888,-0.019331094,-0.0067003164,0.034094628,0.0005681824,0.031589836,0.013334329,-0.03265069,0.0016879714,-0.019183753,-0.0009881033,-0.009886558,-0.014144703,0.010159139,-0.015456035,-0.0111021185,0.0035987955,0.008354215,0.021261256,0.0024771648,0.027420096,0.021246523,0.024885837,-0.021835886,0.021290725,0.038249634,0.026211902,-0.027375894,-0.022808334,0.0013739517,0.010792703,-0.00958451,-0.012988079,0.010807437,-0.04871082,-0.014056299,0.028348342,-0.0016308769,0.00048254064,0.027714778,0.0047480525,0.022130566,-0.03247388,-0.0033077977,-0.018240774,-0.00069940765,0.019080615,0.021939024,0.022454716,0.011234725,0.03058792,-0.028495682,0.017518803,0.013901591,0.02286727,0.00066993956,0.027420096,-0.012428184,0.01429941,-0.022351578,0.017872421,-0.014358347,0.0050795693,-0.012892308,0.07243267,0.02902611,0.022808334,0.007227059,-0.02649185,0.007492272,0.01119789,-0.032856967,-0.031884518,0.0077427514,0.010917943,-0.03630474,-0.005606312,0.04246358,-0.0050685187,0.024370145,-0.024031261,-0.0064682546,0.05584211,0.009731851,0.017268324,-0.009628712,-0.019905722,0.008693099,-0.010836905,0.026506584,-0.02688967,-0.011647278,-0.0056320964,0.01583912,-0.035568036,-0.005543692,0.0034569802,0.008346848,-0.03212026,-0.00012880797,0.012848105,-0.024841635,-0.037129845,-0.024605889,-0.004501257,-0.050272632,-0.042846665,0.015618109,-0.03150143,0.0012100352,0.008133205,-0.037247717,0.022086365,-0.0024826901,0.05077359,0.011551508,-0.024885837,-0.021010777,-0.009009881,-0.020215139,0.0087373005,0.0060593844,0.021320192,-0.017400932,-0.035921652,0.009650813,-0.019905722,-0.04370124,-0.0022193186,-0.027479032,0.012155605,-0.01018124,0.020863436,0.026639191,-0.011337863,-0.03609846,0.00926036,0.0020903957,-0.024767965,-0.010917943,-0.02381025,-0.012546057,0.011838822,0.015485503,-0.0010765076,-0.018343912,-0.0141520705,0.0012358198,-0.03612793,-0.024370145,0.009842356,-0.002795789,0.017371463,-0.015809653,0.0059378287,-0.008847807,0.0057683866,0.012715499,0.012803903,-0.0028657757,0.0135258725,0.012207174,-0.007068668,-0.005201125,0.011072651,0.0030039076,0.016693696,0.054457106,-0.034359843,-0.0012551582,-0.029762812,0.004843824,-0.0034753978,0.022233706,0.032886434,-0.012207174,-0.015367631,-0.01052749,0.027375894,0.0028086812,0.030705793,-0.0029836483,0.00069664506,0.0115294065,0.03969357,-0.0064019514,0.013931059,-0.0018491253,-0.010041266,-0.006099903,-0.007488589,-0.015397099,-0.0059120436,0.01663476,0.033858884,0.025342593,0.003937679,0.003092312,-0.015662313,0.013850022,-0.022543121,0.017341996,-0.010011798,-0.009451903,-0.013444835,0.046323903,0.009252993,-0.0069655296,0.012781802,0.010343314,-0.007149705,0.022808334,-0.014336246,-0.025372062,0.009812888,0.018668061,0.0048401407,0.0007021703,0.015235024,0.0074554374,0.017946092,0.0011078175,-0.023545036,0.025430998,-0.006670848,-0.004585978,0.008096369,-0.008810971,0.022999877,0.0067003164,-0.030322706,0.0040702857,0.0130691165,0.0014623561,0.039958786,0.030646857,-0.012126136,0.03721825,0.016620027,0.0051974417,-0.024694294,-0.008125837,0.027316958,-0.0018620176,0.021555938,0.019154286,-0.009319296,0.021585407,0.014063666,-0.0053668832,0.012914409,0.030499516,0.02428174,0.023721846,0.03595112,0.09624292,-0.0010995297,0.038721126,-0.035067078,0.02493004,0.02301461,0.002978123,0.025593072,-0.007691182,0.012450285,-0.012892308,0.0007376242,0.0015351055,0.008022699,0.02304408,-0.014557257,-0.008030065,-0.0018012396,-0.008361583,-0.013223824,0.041609,-0.013054382,-0.012383983,0.0021806417,-0.0076322462,0.0017763758,0.009017249,0.027493767,0.005543692,-0.0006363275,0.02167381,0.017445134,0.023839718,0.034271438,0.043760177,-0.008206874,-0.008199507,-0.007459121,0.008553125,0.003631947,-0.028893502,-0.022454716,0.019832052,-0.025666742,-0.006254611,0.026992809,-0.013835288,0.030145898,0.019198488,-0.04325922,-0.027788447,0.016649494,-0.0038161231,0.032444414,0.015529705,0.0037516614,0.0041144877,0.02845148,-0.02301461,0.034978673,0.0030720527,0.00051753403,0.0011667538,0.01060116,-0.007602778,0.007216009,-0.003631947,0.0031604571,0.025445731,-0.024812166,-0.023191418,0.011838822,0.025828818,-0.014048931,0.018388113,-0.0029983823,0.019817319,0.0152644925,0.018505987,0.007046567,-0.02333876,-0.027066479,-0.02162961,-0.0010571692,-0.003845591,0.01725359,0.010468554,0.040017724,-0.01844705,0.03138356,-0.061470523,-0.013923692,0.02120232,0.010380149,-0.0227936,0.014594092,-0.054221362,-0.01335643,-0.015102417,-0.0049616965,0.00069572416,0.014107868,0.013916325,0.016074866,0.007433336,0.016178004,-0.01916902,0.0117577845,-0.005705767,0.021261256,-0.0008559571,-0.0001710533,0.023869187,-0.0048659253,0.003099679,0.003213868,-0.034595586,-0.023353495,-0.028348342,-0.0057168175,0.006254611,0.0064166854,-0.01529396,-0.001989099,0.013422734,0.01514662,-0.009076185,-0.030160632,0.016723165,0.026978074,0.025195252,0.026270838,0.0019559471,-0.004873292,-0.038072824,0.011256826,-0.0109621445,-0.0342125,-0.020023596,0.03851485,-0.05189338,-0.028569354,0.031589836,-0.027493767,0.054486576,0.005871525,0.012722866,-0.0043539163,-0.016295876,0.014107868,0.0002921489,0.019920457,0.037129845,0.034801863,-0.005775754,-0.026727594,0.028304141,-0.004987481,-0.011684114,-0.020627692,0.024222804,-0.0027479033,0.021806417,-0.034006223,0.004129222,-0.041196447,-0.0254752,0.03851485,0.01368058,-0.0017008637,-0.02033301,-0.0321792,-0.031118346,0.0071902242,-0.009805521,0.015794918,0.0057499693,0.023648174,-0.018078698,-0.013047015,0.009142487,-0.028584087,0.0021235473,-0.02490057,-0.013857389,0.0024127034,0.001219244,-0.007926927,-0.029527068,0.005646831,0.0022211603,0.0041402723,-0.0060299165,0.02634451,0.017607208,0.018329177,-0.023176685,-0.015087684,-0.030204834,0.024782699,-0.011536773,0.005657881,0.0019927823,0.003525125,-0.00616989,-0.0058383737,-0.04608816,0.013275393,0.0020664528,-0.006656114,-0.0065824436,0.012693398,-0.0063540656,-0.007624879,0.02388392,0.0067297844,0.022764131,0.020200403,0.035921652,-0.027847383,0.023677643,0.003992932,0.0013039648,-0.053189978,-0.0010194131,0.026388712,0.03939889,0.024635358,-0.017062047,-0.00010169959,0.0135553405,-0.017150452,-0.006317231,0.032739095,-0.0137542505,0.0077427514,-0.031354092,0.0022708878,-0.0022837801,-0.027744245,-0.015971728,0.012907041,0.039163146,0.010085468,-0.022513652,0.009363499,0.022145301,0.005433187,-0.034418777,-0.021408597,-0.020170936,0.0096213445,-0.0041992087,0.02714015,-0.003838224,-0.026639191,0.015559173,-0.025976159,-0.017400932,-0.01775455,-0.053897213,-0.017563006,-0.021261256,0.0038492747,-0.009216158,-0.020082531,-0.0010175714,-0.013864756,-0.031000474,0.024340676,0.014468852,-0.015912792,0.020377213,-0.012406083,-0.019095348,0.004759103,0.035862714,-0.021084448,0.00530058,-0.009805521,-0.04585241,0.003296747,-0.0024274373,0.01400473,0.049270716,-0.008995147,-0.028436746,-0.004759103,0.0120156305,-0.006740835,-0.002543468,-0.0030867867,-0.0160896,0.010210708,-0.012678663,0.0059157275,0.004287613,0.013216457,0.023324026,-0.000053813874,0.0058973096,0.009768685,0.019581573,0.016944176,0.0064387866,0.029615471,0.0057352353,0.006674532,-0.005429503,0.004394435,-0.0033041143,-0.038249634,0.0016566615,0.012391349,0.04700167,0.021835886,-0.032149732,-0.0013665846,-0.011595709,0.024178602,0.0019448966,0.011662013,0.045822944,-0.008125837,0.051804975,0.0034772395,0.0049543297,-0.03438931,0.020495085,-0.024546953,0.0489171,0.010490655,0.028834566,-0.0024955824,0.0048511913,-0.008766769,0.0045270417,0.03468399,-0.012627094,-0.030470047,0.01214087,-0.012162971,0.023780782,0.0174304,0.0070797186,0.021806417,0.0035048658,-0.021939024,-0.0022764131,0.015470769,0.022204237,0.044408474,0.004166057,0.043848578,-0.039281018,0.014984544,0.013621644,-0.021909555,-0.030160632,0.011485204,-0.026521318,0.0012772593,-0.022042163,0.0073928176,-0.019198488,0.017268324,0.0050943033,-0.0007914956,-0.023987059,-0.031442497,0.013304861,-0.009532941,0.036776226,-0.019890988,-0.028363077,-0.026653925,-0.037925486,0.02899664,-0.0041144877,-0.033976756,0.03173718,0.022292642,0.022690462,0.028112598,0.014188905,0.0054037184,0.008575226,-0.031000474,0.0035545933],"social":"https://twitter.com/fraczone"},{"title":"doooit","description":"an app to maintain a list of daily tasks to stay productive!","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=e_pSmHN11Mg","youtube_transcript":"Hi. I am Bianca, and I am building do it. It's a web app that lets you maintain a to do list of your daily tasks. So let's see how the app works. So first, you need to enter the URL and you will enter on the home page. For the very first time, you have to sign up. And after signing up, you can sign in using your email ID and password. And this will take you to the page where you can finally create your to do list. Where you have to enter different fields like description of your task, category to which your task belongs, and a deadline to your task. You can also delete a task after finishing it, sign out, and sign in whenever you want. It all started with this email from Bill space team when I got accepted to night some weekend season three. I created first version of the application, got a local host, and launched it with some demo videos on how to use the app. I was measuring users and tracking the account each week the number went from zero to twenty one after the first launch, but then the progress was a bit slow because I was only promoting online. So I decided to go an extra mile and gave a lifetime of my app in a coaching center to students and explain them how it can increase their productivity. And guess what? I went from thirty seven to fifty one, and it helped me literally cross half the count of my demo day goal. As a proof, this query shows I have fifty one users today using my app. Thank you.","embedding":[-0.020580243,0.009820015,0.025341012,0.012267557,0.017580513,-0.075933486,-0.016759692,0.028519832,-0.030355487,0.0019830312,0.025549948,0.005148792,-0.027310984,-0.069844484,0.025475327,0.052831084,-0.042443953,-0.024296328,-0.048144937,0.032952268,0.013827118,0.032235917,0.01020804,0.02074441,-0.008014207,-0.024520189,-0.015506072,0.025341012,-0.017356653,-0.05008506,-0.027415453,-0.0144688515,-0.016177654,0.016908932,0.017401425,-0.014834491,0.030161474,0.020520547,0.0088798,-0.000927622,-0.04653314,0.011558665,0.043548334,-0.007954511,-0.08441034,0.019834042,-0.035937075,0.044622865,0.020251915,0.019207234,-0.050353695,-0.025505176,-0.015162819,0.007887352,0.0022330086,-0.02929588,-0.016983552,0.060203556,-0.051607314,0.04268274,0.0014924034,-0.017043248,0.016326895,0.036713127,-0.023669519,-0.007857504,-0.005122675,0.012424259,0.007887352,0.0017153312,0.0363848,0.030892752,0.020431004,0.0070441444,0.014371846,-0.051577464,0.008999193,0.015804553,0.016282123,-0.01287198,0.012894366,0.009887173,-0.021624926,-0.011237798,-0.021147357,-0.039071124,-0.060830366,-0.05304002,-0.024027696,-0.015789628,-0.0021770436,0.04886129,-0.030862905,0.021445839,0.04945825,0.014095751,-0.04918962,0.061785504,0.023639672,0.008260453,0.047846455,-0.026654325,0.025206694,-0.041339576,0.0030258482,0.0054733898,0.034026798,0.00006027911,0.015125509,-0.017132793,-0.14888217,-0.0041861916,-0.010484135,-0.010790077,0.01649106,0.00920813,0.065367274,-0.053398196,-0.007939586,-0.035668444,-0.033220902,0.0071374197,-0.0106632225,0.020639941,-0.008349998,-0.046115268,-0.007379935,0.0026919227,-0.047339037,-0.035011787,0.05411455,0.0020427273,0.070023574,-0.03802644,-0.044324383,-0.037011605,-0.04169775,0.037160847,-0.042593196,0.011036323,0.021848787,-0.034653608,0.023445658,-0.013595796,0.0028616837,-0.069665395,-0.0049398555,0.01357341,-0.027713932,-0.01446139,0.021580154,0.039309908,-0.056024827,-0.018281942,0.058173887,-0.0062345155,0.009917021,0.03435513,-0.043100614,-0.02644539,0.035161026,-0.0305495,-0.030415183,-0.04748828,-0.02866907,0.033638775,-0.0073836665,-0.04223502,-0.059487205,-0.015326984,-0.037668265,-0.012931677,-0.022580065,0.013230157,0.03262394,-0.007760498,0.027102048,-0.034205887,0.021401066,-0.033459686,-0.031937435,-0.0057756016,-0.012163089,-0.021863712,-0.06942661,-0.033638775,-0.023087483,0.012394411,-0.0044399,-0.0037310086,0.028400438,0.062680945,-0.023982923,0.011312419,-0.016819388,-0.046831623,0.062680945,-0.01778945,-0.021147357,0.022072647,0.0011995193,-0.00020065831,0.045398913,0.0145807825,0.0022908393,0.0013636837,-0.004988359,-0.015244902,-0.017729754,-0.03432528,0.052383363,0.001927066,-0.014916573,0.0054099625,-0.08017191,-0.008379846,-0.024400797,0.0065628444,0.018252095,0.016132882,0.009655851,-0.0034884932,0.013834581,-0.017028324,0.024564961,0.038295075,0.048532963,0.010685609,0.028310895,0.011290032,0.030952448,-0.00070702616,0.009745395,-0.011969076,0.053756375,-0.010431901,0.02696773,-0.039011426,0.018326715,0.03650419,0.026654325,0.017729754,0.0014317746,0.0110214,0.042294715,-0.0026788642,-0.07187415,-0.02799749,0.017893918,0.035817683,0.039996415,-0.021520458,0.02529624,-0.0014205816,0.0062046675,-0.011260184,-0.031161385,0.03298212,0.016222427,-0.0065218033,0.039697934,-0.048950836,-0.026505087,0.013357012,-0.009133509,0.039041277,0.017744677,0.025788732,0.0093573695,0.010446824,-0.024460493,0.02837059,0.04187684,0.0363251,0.023072558,0.007909738,0.034773,0.017625285,-0.010103571,-0.06924752,0.014103213,0.042145476,0.01368534,0.011991462,0.017580513,0.04715995,0.029803298,0.0154613005,-0.0024083662,0.006824015,-0.029848069,0.0185655,0.01423753,-0.005932304,0.018983372,-0.009566306,0.031788193,-0.02977345,0.020654865,0.059696138,0.017953614,-0.033280596,-0.015565769,-0.0021583885,0.013879352,0.001253619,0.05629346,0.003820553,0.013595796,-0.030295791,0.015595617,0.043727424,0.04426469,-0.023953076,-0.04130973,-0.009902097,0.055606954,-0.0173865,0.002300167,-0.008573858,-0.019848967,-0.0258932,-0.04578694,0.038742796,0.00021814741,-0.013827118,0.058949936,0.016699996,0.036862366,-0.032683637,0.043846816,-0.046801772,-0.021774167,-0.01561054,0.013856966,-0.02356505,-0.003635868,-0.005443542,-0.007215771,0.069546,-0.027654236,-0.073784426,-0.027713932,-0.018371487,0.021983104,0.019192308,0.022505445,-0.046025723,-0.010111034,-0.017923767,-0.025714112,-0.0024885829,0.042921524,-0.05256245,0.0021770436,0.026624478,0.017446198,-0.034713306,-0.021236902,0.0003334589,0.032206066,0.04423484,0.03140017,0.010864697,0.008260453,0.032415003,-0.032952268,-0.008670865,0.0056972504,0.01357341,0.01109602,-0.0016295181,0.04256335,0.012730202,-0.055099536,0.017670058,0.047249496,0.050652176,0.004999552,0.03650419,0.06327791,-0.025788732,0.008193295,-0.033220902,0.027340831,0.054711513,0.027743781,-0.010461749,-0.03040026,0.013916663,0.021460762,-0.013334625,0.041787297,0.0010055068,0.03575799,-0.019908663,0.032832876,0.057994798,0.02381876,-0.056233764,0.02163985,-0.020431004,-0.033937257,-0.03128078,-0.00086699316,-0.00466003,-0.0181924,-0.022386052,0.04223502,-0.014797181,-0.0394293,-0.02134137,0.052651994,0.018028235,-0.013998745,-0.005607706,-0.03122108,0.036534037,0.060591582,0.0069172904,-0.039668083,-0.032832876,0.031370323,-0.028967552,-0.034205887,-0.0017535741,0.019356472,0.014886725,-0.023863532,-0.05026415,0.0005857684,0.030071931,0.0033094047,0.005544279,-0.0081634475,-0.009073813,-0.01124526,0.049667187,0.036116164,0.03235531,-0.01608811,-0.015043427,-0.040294893,-0.005454735,-0.022699457,-0.00680536,-0.03059427,-0.005219681,0.0062979427,0.018132702,-0.04068292,-0.043697573,-0.035011787,0.035668444,-0.06077067,-0.03128078,-0.032056827,-0.019401245,-0.009917021,0.013558486,-0.04256335,0.014797181,-0.026161833,0.033579078,0.023878455,0.039936718,-0.007294122,-0.006006924,0.010036414,-0.06297943,0.032683637,0.025475327,0.00051208097,-0.025117151,-0.06996387,-0.009984179,0.012379487,0.020102674,-0.02566934,0.0092155915,0.0020333997,-0.026221529,-0.0024811209,0.021893559,0.044563167,0.052831084,-0.02311733,0.032444853,0.023132253,0.0058017187,0.008999193,0.07330686,0.027579617,-0.018520728,-0.028325818,-0.04238426,0.027310984,-0.056979965,-0.037131,0.0031023338,0.019684803,0.020132523,-0.025341012,0.08172402,0.014879263,-0.036922064,-0.0355789,0.0010446825,0.0075814095,-0.018759511,-0.040742617,-0.072888985,0.034593914,0.0034717037,-0.02714682,0.016162729,0.00920813,0.041011248,-0.005984538,-0.004574217,-0.026937883,0.009245439,-0.019281853,0.010887084,-0.015804553,0.0109467795,-0.049876124,0.016341818,-0.022132345,-0.00854401,-0.0009061687,0.0014215143,0.022535292,0.011170641,-0.028952628,0.017043248,-0.023908304,0.0061524333,-0.003018386,-0.020431004,0.02629615,0.025699189,0.060681127,-0.023415811,-0.0125361895,-0.021057812,-0.006894904,-0.021684622,-0.021520458,0.01886398,0.022759153,-0.008290301,0.04605557,-0.03405665,0.00007147214,0.002852356,-0.006447183,-0.037489176,0.019207234,-0.020610092,-0.009767781,-0.01013342,0.020580243,0.0038242838,-0.0040593375,0.02041608,-0.007241888,-0.016222427,-0.009051427,0.018326715,-0.018222246,0.008700713,-0.011991462,-0.0355192,0.000807297,0.026579706,-0.019819118,-0.01020804,-0.02474405,0.009737933,-0.036414646,-0.010387128,-0.045667548,0.045637697,-0.015729932,0.008603706,0.0185655,0.026131986,0.035937075,0.017490968,0.006719547,-0.031788193,-0.010916932,0.025326088,-0.0116556715,0.01349879,0.00088331633,-0.00021231771,0.008909649,0.021177206,0.013901738,-0.015894096,-0.017580513,-0.048503112,0.0031041992,0.036175862,-0.008439542,-0.0027385603,0.00684267,-0.005570396,0.0096409265,0.031101689,-0.022475597,-0.05038354,0.013730112,0.020251915,-0.0044510933,0.018908752,0.022833774,0.0181924,-0.023773987,-0.050025366,0.016297046,0.010558755,0.020610092,0.006477031,-0.012916752,-0.049100075,-0.013043607,0.0105214445,0.025400707,0.0040033725,0.037011605,-0.042294715,-0.013558486,0.0005834365,0.0003493157,0.033191055,0.036265403,-0.023087483,-0.0014439004,-0.010036414,0.00056711334,-0.017252184,0.029848069,0.014879263,0.018356564,0.01908784,-0.0036451956,-0.007745574,-0.019072916,-0.049070228,0.05011491,-0.011961614,0.01649106,0.0039399453,-0.04223502,-0.0063837557,0.015401604,0.017804373,-0.03339999,0.017953614,-0.00057970546,0.006950869,-0.017744677,0.0137002645,-0.030474879,-0.0021285405,-0.009334984,0.0071411505,-0.033011965,0.009633465,-0.013618181,0.011416887,0.011789988,0.020550396,0.020863801,-0.052831084,0.008872339,0.011513893,-0.034384977,-0.005156254,-0.029340653,0.0050779027,0.008984269,0.011998924,0.003410142,0.0028952628,0.01693878,0.010334894,-0.00008896124,0.011297494,0.0012452241,0.01113333,0.013745036,-0.0025949166,-0.0061822813,0.018073006,-0.0073165083,-0.08763393,-0.013118227,0.007368742,-0.018759511,0.0005036862,-0.005085365,-0.01778945,0.007320239,0.027191592,0.040712766,0.014453928,0.0122824805,0.0070441444,-0.035280418,-0.0045518307,-0.01734173,0.02559472,-0.027430376,-0.016625375,-0.003813091,-0.04301107,-0.017177565,0.016774615,0.0048204632,-0.026490161,0.020431004,-0.012267557,-0.0010661357,-0.00089311023,-0.0010176327,-0.030713664,-0.012230246,0.03292242,0.039638236,-0.019998208,-0.013595796,0.019296777,-0.044115447,-0.017117867,0.013312239,-0.015080737,-0.015715009,0.01946094,-0.021983104,0.027639313,0.0324747,-0.030862905,0.048622508,0.021580154,-0.050741717,0.018580424,-0.015685162,0.01553592,-0.026579706,0.06387487,-0.006335253,0.037429478,-0.0028206427,0.02263976,-0.024938062,0.023311343,0.0040332205,0.0040630684,0.0069583314,-0.0006184147,-0.005003283,-0.010454287,0.028803388,0.010678147,0.031758346,0.019610181,0.013789808,-0.035668444,-0.0049174693,-0.03277318,0.050293997,-0.043190155,-0.021475686,0.037250392,0.0018319252,0.009193205,-0.0048838905,0.021207053,-0.0108050015,-0.013856966,0.035817683,-0.045428764,0.02411724,0.019147538,-0.006309136,-0.022072647,0.0011193026,-0.004219771,-0.011028862,0.0069322144,0.030653968,0.0052159503,-0.0015838132,-0.06924752,-0.047965847,-0.011692981,-0.009334984,-0.029116793,-0.027400529,0.061964594,-0.03916067,0.0073575494,0.02907202,0.030415183,-0.026311073,0.011051248,0.0018375218,-0.007626182,0.016147805,0.03190759,0.005618899,-0.008141061,0.026027517,-0.022102496,-0.002522162,-0.04572724,0.036981758,0.00027049813,-0.036623582,-0.0009383487,0.016162729,0.012349639,-0.033519384,0.012767511,0.019654954,-0.030564424,-0.012924214,0.009976718,0.057785865,-0.02389338,-0.0069434075,0.019654954,-0.021983104,-0.04160821,-0.026982656,0.011767602,-0.013185385,0.011640747,0.004753305,-0.007379935,-0.0077828844,-0.005044324,0.0061113923,-0.021804014,0.018073006,-0.0032720948,0.008782795,-0.01035728,0.009111123,-0.008820104,0.0031340474,0.021177206,0.017923767,0.0053278804,-0.013454017,-0.016043337,-0.0035239377,0.05226397,0.0102378875,0.020878725,0.02474405,-0.047577824,0.004798077,-0.0011799315,0.032325458,0.016252274,-0.031638954,0.02201295,-0.006820284,-0.028833235,0.013633106,-0.006115123,-0.040593375,0.01024535,-0.012618272,-0.004839118,0.024311254,-0.000083014944,-0.0158344,-0.00023528675,-0.008790256,0.022878546,0.009887173,0.051129743,0.015416528,-0.016177654,-0.0147524085,0.016177654,0.003139644,-0.018490879,0.030161474,-0.01793869,0.03435513,-0.01816255,0.008536548,0.02286362,0.030325638,-0.014341998,-0.005980807,-0.0010717323,-0.029728677,-0.0043764734,0.0003982852,-0.014543472,0.0045331754,0.0047346503,0.02211742,-0.029683905,0.032146372,-0.02969883,0.033340294,0.003270229,0.001723726,0.023953076,0.035907228,-0.009566306,-0.009267826,-0.008790256,0.021908483,0.02134137,-0.029460045,0.0018468493,-0.039936718,0.024400797,0.059755836,0.016431363,0.03745933,0.010118496,-0.021177206,0.027937794,0.0008348132,-0.006846401,-0.005555472,0.009693161,-0.020520547,-0.036892213,-0.010797539,0.027087124,-0.0075329067,0.007939586,0.009715547,-0.025535023,0.019446017,0.0036265405,0.06888934,-0.04020535,0.037369784,-0.023968,0.019222157,-0.018953525,-0.011088558,-0.0012414932,0.018311791,-0.01305853,0.012924214,0.027116971,-0.02799749,0.038892034,-0.032116525,-0.023714291,0.01941617,-0.009999104,-0.016147805,0.00377205,0.011163178,0.01623735,-0.0109467795,0.039250214,0.011252723,0.0049062767,-0.0017377173,-0.0052271434,0.032832876,-0.0037776462,0.015259826,-0.04653314,-0.005562934,0.008723099,0.017640209,-0.03280303,-0.0038989042,0.020610092,-0.028833235,0.03190759,-0.0010129688,0.00008353962,-0.02526639,-0.011879532,-0.0013179788,0.029101867,-0.008946959,0.00336537,-0.046742078,-0.036444493,0.00006570073,0.018520728,0.024952987,0.007391128,0.016789539,-0.022684533,0.00029521607,-0.044473626,-0.0028281047,-0.010140882,-0.023968,0.010155805,0.0015819477,-0.044115447,-0.0040369513,0.00044119178,-0.018371487,0.0060516964,-0.046622686,0.0037627222,-0.010633375,-0.04393636,0.016103033,0.0035817684,-0.008775333,0.028057186,-0.030683815,-0.017908841,0.03650419,-0.002533355,0.029534666,-0.006909828,-0.009797629,0.0059434967,0.0013711457,-0.0066896984,-0.0056412853,0.024788821,0.0076485677,-0.037160847,0.00950661,0.009223053,-0.020460851,-0.0049249316,0.026624478,0.017431272,0.008641017,-0.0016435094,-0.0063165976,-0.024027696,0.015715009,0.036086317,0.016640298,0.0008893792,-0.0053353426,0.0015558306,0.0005950959,-0.012342177,-0.004331701,-0.015147896,-0.0113721145,-0.007708264,-0.010887084,-0.022609914,-0.011998924,-0.019401245,0.0011193026,0.0044324384,0.015476224,-0.0077978084,-0.015849326,0.0088798,-0.010991552,0.008409694,0.009626003,-0.016640298,0.006406142,-0.007745574,0.01361072,-0.0048167324,0.021520458,0.018908752,0.0029157833,0.03277318,0.0039586,-0.00932006,-0.031161385,-0.022281583,0.0061598956,0.009409604,0.041727602,0.016550755,0.012491417,-0.006775512,-0.028683996,-0.0035910958,0.022714382,0.032265764,0.034086496,-0.012289943,0.023788912,0.013282391,0.003451183,0.00081475906,0.0052420674,0.03647434,-0.013983821,-0.009715547,0.008663402,-0.024803746,-0.027236363,-0.022326356,0.01098409,-0.026549859,-0.016416438,-0.0063837557,-0.0005568531,-0.021550307,-0.0022553948,0.018535651,0.0048465803,-0.00769334,0.024132164,-0.025415631,-0.0062270537,0.001610863,-0.00043023194,-0.0065591135,0.024997758,0.021878636,-0.022132345,0.006779243,0.0071560745,-0.027116971,-0.03140017,0.0023281495,0.017476045,0.023968,-0.009058889,-0.0039399453,0.022445748,-0.019431094,0.009402142,-0.011155716,0.02777363,0.021013042,-0.0012088468,-0.022774078,-0.0019363936,0.0912157,-0.034922242,0.021863712,-0.017476045,0.030415183,-0.010849773,0.017401425,0.03202698,-0.01904307,0.014207682,-0.020998117,-0.028460134,0.013401783,-0.007230695,0.006704623,-0.0022852428,0.0039250213,-0.016640298,0.00066411955,0.003628406,-0.0035407273,0.039041277,0.014633017,-0.010790077,-0.030310715,-0.023132253,0.0026266302,-0.012819746,0.016759692,0.001366482,0.013267467,-0.0020781718,0.019878814,-0.0017143985,-0.006540458,-0.0061076614,-0.01631197,0.019848967,0.03539981,-0.015700085,0.00070189603,0.023281494,0.033220902,0.014065903,-0.0042943913,0.022699457,-0.022460673,0.010603527,-0.034713306,-0.045488458,0.012804822,0.026728947,0.019446017,0.0015101258,-0.027504995,0.0019065455,0.003661985,0.013998745,0.024878366,0.0033914868,-0.003484762,0.027922869,-0.028803388,0.013677878,-0.002721771,0.005163716,-0.04062322,-0.0224159,-0.006003193,0.006006924,-0.00687998,0.024938062,0.029251108,0.00018002118,-0.0063277907,-0.0044884034,0.0058576837,0.0066337334,0.04453332,-0.020431004,0.018505802,0.0029829415,0.01368534,0.019684803,-0.016117958,-0.0062680948,0.0048950836,0.032564245,-0.023982923,0.038414467,-0.034862544,-0.0013711457,0.045697395,-0.003173223,0.0060815443,0.009476762,-0.023371039,0.01926693,-0.0102378875,-0.030519651,0.049070228,0.019446017,0.035369962,0.019998208,-0.01904307,-0.0040332205,-0.034593914,0.014453928,-0.024863442,0.008663402,0.02847506,0.017013399,-0.027415453,0.0059136488,0.030265942,-0.019475866,-0.0044809417,-0.005689788,0.027728857,-0.037936896,0.029430198,-0.005924842,-0.0052719153,-0.010752767,0.002356132,0.017296957,0.008842491,-0.012140702,0.010864697,-0.009603617,0.011043786,-0.00023062297,0.0028579526,0.017640209,-0.022356205,-0.003188147,-0.0064733,-0.024057545,-0.00680536,0.010640837,-0.030027159,-0.016132882,0.008349998,0.005413694,-0.010857236,-0.011073634,-0.006394949,0.0026620748,0.0024885829,-0.00062541035,0.014744947,-0.03462376,0.024132164,0.012640658,-0.01946094,-0.016476134,0.0355789,0.023923228,0.002419559,0.007984359,-0.023400886,-0.018431183,0.005977076,-0.0030277136,0.0090141175,0.01349879,-0.0012209726,0.016908932,-0.0015250498,-0.014633017,0.009715547,0.0006142173,-0.054651815,0.022759153,0.03140017,-0.008700713,0.00125735,-0.010088648,0.011752677,-0.007947048,-0.005663671,0.0067829737,-0.016744766,-0.002341208,0.03444467,0.0015353101,-0.0010903873,-0.011282571,0.0031918779,0.02074441,0.0041526128,-0.0024661967,0.023684444,-0.008148523,-0.005958421,-0.010379666,0.018102854,-0.0058726077,-0.013924125,0.03898158,0.01264812,-0.0062270537,-0.047816608,0.018207323,-0.0023244184,0.04080231,-0.02932573,-0.01908784,0.025609644,0.002352401,0.0013748767,0.044563167,-0.043966208,0.0147524085,0.032952268,0.010155805,0.009939407,0.044772103,0.030713664,-0.056383003,0.007887352,-0.016073186,0.003594827,-0.06793421,0.024057545,0.003928752,0.044801954,-0.024878366,-0.009879711,-0.0045331754,-0.006338984,-0.017655134,-0.006036772,0.021908483,-0.0017041382,-0.023639672,-0.03695191,0.011222874,-0.0128495945,-0.024550037,-0.015968718,-0.019983282,0.0061412402,-0.015938869,-0.01046921,-0.020177295,-0.0067941668,0.013551024,0.002796391,0.028460134,0.004234695,0.014603168,-0.025639491,0.0048167324,-0.010499058,0.02093842,0.031012144,-0.019147538,-0.004727188,-0.010334894,-0.03140017,0.03199713,0.025370859,-0.0048465803,0.018834133,0.0005521893,0.014170371,0.0036601196,-0.006939676,0.005992,-0.015953794,0.0047756913,0.011745215,-0.0116556715,0.0015978045,0.021177206,-0.01686416,0.013662954,-0.011439273,-0.0034791657,-0.037548874,0.0019587795,-0.013036145,0.0113721145,0.008738022,0.019371398,-0.0030575616,-0.0007765162,-0.012506342,0.0018132703,0.023460584,0.010551292,0.0056823264,0.032086674,0.032952268,0.013065993,-0.037757806,0.04095155,-0.0061375094,-0.024550037,0.021893559,-0.005044324,0.008596244,-0.04357818,0.02544548,-0.0030706201,0.02311733,-0.024788821,0.0070963786,0.0020128791,0.00088145083,-0.007678416,0.00048036737,-0.009984179,-0.00061281817,0.0050107446,-0.027251288,-0.012812284,-0.019908663,0.0069620623,0.0022255466,-0.0024382141,-0.0037235466,0.03202698,0.029713754,-0.0015241171,0.010222964,-0.00429066,0.031818043,-0.008379846,0.021535382,0.050741717,0.053248957,-0.06900874,0.031250928,-0.013304777,-0.015073275,-0.014640478,0.029206336,-0.006432259,-0.015491148,0.017192489,-0.004727188,0.05101035,-0.0008991731,0.029116793,0.022654684,0.009872249,0.019296777,-0.017431272,0.017864069,0.05984538,0.02544548,0.013827118,-0.00846939,0.05536817,0.033011965,0.018729664,-0.0063128667,-0.006014386,-0.035489354,-0.017893918,-0.023251647,0.0057756016,-0.027236363,0.00673074,-0.00019587796,-0.007991821,0.0024624658,-0.006006924,0.023475507,-0.01926693,0.031489715,-0.029176489,-0.014998655,-0.0011687385,-0.013237619,0.016879084,0.026848339,-0.01823717,0.028191501,-0.025385784,0.04232456,0.0066374647,0.011267646,-0.0017041382,0.005977076,-0.014065903,-0.0066188094],"social":"https://twitter.com/prnkgrwl286"},{"title":"youify","description":"a tool that can make your playlists travel between platforms","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qhuAKdemeAE","youtube_transcript":"Hey, guys. I am Brenda. And I've been building u e five. It's a tool for where you can convert your YouTube playlist to Spotify and vice versa. Let's have a quick demo. So I'm a big nose, mythology, and song fan. So I won this playlist, this YouTube playlist on my Spotify. I currently don't have it. So I'll just copy the link. Go on here if I log in from both Spotify and Google. Paste in the link, click on red tracks, You have all the tracks. As soon as you have all the tracks, click on create click list, wait for a few months, and Then we have your playlist or thirty five songs. Thirty five will do so. If you want the full demo, you can see it on my Twitter. It's the pinned tweet at the right hand in the deck. And as per why I made this so basically, I made this for myself. I used to listen my music on forty YouTube and people use to ask me for my Spotify playlist. And in Germany, so I just made it for myself to ship between ship ship to play it within platforms. But when I first launched it, I got around two fifty sign ups. Of course, the project wasn't working back then due to some quota extension issues. So when I launched it for the second time, I got around thirty, thirty three, thirty four users. And around fifty k list has been transferred from YouTube to Spotify or vice versa. So, basically, that's it.","embedding":[-0.03703093,0.006971873,-0.058346577,-0.019415524,-0.017443968,-0.041716944,-0.023458637,0.025215892,0.0070611644,0.049803175,0.0322592,-0.056832194,0.0103792325,-0.030001912,0.008293386,0.034516484,-0.04588864,-0.02035844,-0.06223254,0.0010161361,-0.0010116716,0.030487657,0.016872505,0.037173796,0.022558581,-0.05926092,-0.012929396,0.027487466,-0.048145924,-0.014493781,-0.011222144,-0.025844505,0.02014414,0.04000255,0.012415077,-0.06829007,0.013243701,-0.04563148,0.0468887,0.0007536195,-0.04063116,-0.005443204,0.059832383,0.03483079,-0.004425282,0.052374765,-0.05214618,0.007800497,0.036030866,0.026544549,-0.05643217,0.029001849,-0.023344345,0.05680362,-0.00025247145,-0.01149359,-0.008564832,0.04071688,-0.019801263,-0.027873205,0.00029086674,0.0022090694,-0.026215956,0.007750494,-0.0050538937,0.002150137,-0.0074861916,-0.0057289363,0.010943554,-0.01455807,0.022715732,0.012679379,-0.0012759742,0.003657376,-0.035916574,0.0134294275,-0.03325926,0.07034734,-0.009429173,-0.047517315,0.010464952,-0.008071943,-0.032487784,-0.0057432232,-0.04777447,-0.015386695,-0.045145735,-0.027773198,-0.014686651,0.029073281,-0.03677377,-0.011229287,-0.02175853,0.021044198,0.037088078,-0.03563084,0.001194719,0.028130364,0.03611659,0.032630652,0.033430703,0.006782575,-0.032773517,-0.07909075,0.0058539445,-0.026944574,0.013579437,-0.017786847,-0.0072683203,-0.03665948,-0.11212143,0.018229732,0.055117797,-0.0045967214,0.037145223,0.029716179,0.018758338,-0.05083181,-0.010879265,0.0016090311,-0.07783353,-0.0043395623,0.05434632,-0.005486064,0.019686969,-0.027158873,-0.012357931,-0.020372726,-0.004968174,-0.04574577,0.026258817,-0.0025073027,0.062118243,-0.037659544,-0.028758975,0.00086166203,-0.025601631,-0.006243255,0.010957841,0.061832514,0.004250271,-0.024601568,0.014786657,-0.01680107,-0.035316538,-0.02581593,-0.009086293,0.002243,-0.026387395,-0.02814465,-0.02078704,0.020472733,-0.029773327,-0.0019983416,0.016729638,0.009707762,-0.039316792,0.034773644,-0.02383009,0.008336245,0.017286817,0.009836341,-0.011822182,-0.026887428,-0.023701511,0.04460284,0.0136080105,-0.035316538,-0.03234492,-0.020201288,-0.015629567,-0.011036417,-0.024201542,-0.0010795331,0.046260092,-0.0015250972,-0.0108578345,-0.079033606,0.037688117,-0.023558645,-0.03703093,-0.00045069837,-0.030316217,-0.01630104,-0.082805276,-0.0338593,0.0041216915,-0.042602714,0.026873142,0.0047645895,-0.0020644173,0.03665948,0.015272402,0.023287198,-0.07171886,-0.062804006,0.068918675,-0.014629504,0.00625397,0.029916191,0.009836341,0.016786784,-0.011550736,0.022901459,0.0057253647,0.028844696,-0.004993175,-0.0055039222,0.00008683589,0.030316217,0.042002678,-0.008107659,0.006825435,0.006439696,-0.014236622,-0.017758274,-0.06766146,0.0023322916,-0.024230115,0.031030549,0.0010500669,-0.012000765,0.034602206,-0.043974232,0.0073361816,-0.010636392,0.051717583,-0.019586962,-0.013615154,0.026044518,0.016472477,0.02835895,0.008121946,-0.0055967853,0.033002105,-0.008371962,0.0016277824,-0.049660306,0.0024465844,-0.021429937,-0.029544739,0.007107596,0.04254557,0.014972383,0.04151693,-0.009050577,-0.051231835,-0.057032205,-0.00782907,0.06760431,0.05971809,-0.0056682182,0.0000085524425,-0.0024680144,-0.009493462,-0.0014733082,-0.03885962,0.006225397,0.017929714,-0.01005064,0.018172586,-0.048688818,-0.04563148,0.017658269,-0.030630523,0.028130364,-0.013179411,0.030173352,-0.01498667,-0.0026948147,0.017772561,-0.039002486,0.02111563,-0.0013724089,0.021258498,-0.0010545315,0.036288027,-0.021072771,-0.0051753297,-0.050088905,0.01242222,-0.026844569,-0.027687479,0.02251572,0.028601823,0.0009411314,0.010872121,-0.0024340837,-0.006114675,-0.05357484,0.007621914,-0.03237349,0.021372791,-0.031001976,0.02374437,-0.0021054912,0.073090374,0.0066004205,-0.020915618,0.00085541164,0.01347943,-0.023401491,-0.008100516,0.014365201,-0.020301294,-0.027944637,0.0019590533,-0.0060432423,-0.0181583,0.024730148,0.015500988,0.04405995,-0.0015117035,-0.011265004,-0.012007908,-0.017329676,0.064861275,-0.056603607,-0.01481523,-0.04314561,-0.016729638,0.0030519802,-0.04063116,0.045774344,0.032430638,0.016515339,-0.003853817,-0.0070790225,0.03211633,-0.015886726,0.041945532,-0.05328911,-0.00087550224,-0.015558135,-0.001070604,-0.034516484,0.004650296,0.015515274,0.008771988,0.055917848,-0.027687479,-0.04431711,0.02197283,0.026658842,-0.042688433,-0.011915045,-0.015043816,-0.0363166,-0.0069825877,-0.011164997,-0.0322592,-0.025873078,-0.0147723695,-0.036088016,0.08046227,-0.03411646,0.020129854,-0.03497366,-0.014365201,0.0053146244,-0.013007971,0.01951553,-0.009600611,0.0033984308,-0.02463014,0.020058421,-0.027987499,-0.02031558,-0.0010125645,-0.01464379,-0.0012893679,-0.036259454,0.02378723,0.016886791,-0.022087121,0.017158236,0.03177345,0.01662963,-0.0063146884,0.013136552,0.005993239,0.018886918,0.0026662413,-0.00625397,-0.012336501,-0.00051789015,0.015701002,0.005182473,-0.028287517,-0.003387716,0.0037680974,-0.071890295,-0.0036323743,0.001932266,0.09012003,0.011515019,0.028730402,0.034687925,-0.026430257,-0.03605944,0.0013232987,-0.027873205,-0.015543847,0.00021173224,-0.02395867,0.03928822,-0.028916128,0.029244721,-0.00063530833,-0.043288473,-0.012365074,-0.019615537,0.074461885,-0.02751604,0.035602268,0.048831683,-0.0023555073,0.04220269,0.047803048,0.047517315,-0.034230754,-0.04097404,0.040402576,-0.0035770137,0.017043943,-0.025344472,0.035716563,-0.0029394731,0.0032591363,-0.046117224,-0.039259646,0.017915428,0.030916257,0.03463078,0.020744178,-0.008336245,0.008493398,0.036373746,0.043231327,0.03914535,-0.06840436,0.01781542,-0.023572931,0.050917532,-0.006832578,0.01845832,-0.000753173,0.00008147841,-0.0031109126,0.011457873,-0.023644364,-0.045774344,-0.049546015,0.010272083,-0.022558581,0.023130046,-0.01764398,-0.025873078,0.032573506,0.024815867,-0.009950634,0.033087824,-0.031201988,0.023230052,-0.025558772,-0.0077719237,-0.051488996,0.0009982779,0.0035895144,-0.066347085,0.024658713,-0.008357676,-0.0026555264,0.029401874,-0.0486031,0.0044002803,-0.016529625,0.047088716,-0.008729128,0.00800051,-0.016272465,-0.0047002994,0.004839594,0.06223254,0.015115249,0.02065846,0.013986605,0.037516676,-0.02298718,-0.017872568,0.030801963,0.043374192,0.024058675,-0.016501052,-0.008914853,-0.05620358,-0.020929905,-0.054632053,0.02395867,0.027158873,0.00013014222,-0.0208299,-0.03517367,0.13040832,0.045317173,-0.029044708,-0.0073433253,0.0000063515486,-0.035402257,0.051917594,-0.0473173,-0.03623088,-0.004125263,-0.0005652146,-0.029716179,-0.017043943,0.00040426684,0.03597372,-0.000903629,0.0012616876,-0.043488484,0.036516614,-0.0041074045,-0.0027662476,-0.011193571,0.037659544,-0.0021447795,-0.018472606,-0.021615664,-0.08177664,-0.025001593,-0.009279163,0.024515849,-0.0076076277,-0.015358121,-0.037059505,0.010143504,-0.0047217296,-0.018544039,-0.039716817,0.03745953,0.012179348,0.03314497,0.001579565,0.007729064,-0.012679379,0.026358822,-0.016443904,-0.0073290383,-0.005807513,0.03174488,-0.021272784,0.043317046,0.015472415,-0.02311576,-0.009236303,0.010636392,-0.008014796,0.0033591427,-0.02827323,0.0059896675,-0.014022322,0.04028828,0.048088778,0.009357739,0.010986415,0.0054682055,-0.0077647804,0.0020358441,0.019115504,-0.0034734355,-0.041174054,-0.0005687862,-0.02607309,0.026758848,-0.0042002676,-0.019572675,-0.017958287,0.00623254,0.0019269085,-0.025073027,-0.022758594,0.010022067,0.019372663,0.011543592,-0.000073777024,-0.034773644,-0.0020840613,0.021144204,-0.024115823,0.009136297,-0.02650169,0.0075361948,0.053946294,0.010343516,0.03657376,0.01617246,-0.029859046,0.0075361948,0.01912979,0.012579373,-0.015286689,-0.04051687,0.0039859684,0.02247286,0.013950889,0.017158236,-0.027273167,-0.042345557,0.024158683,-0.011543592,0.0067897183,-0.01587244,-0.0012518655,-0.018658333,0.02611595,-0.01604388,0.005557497,0.016086739,-0.0041716946,0.00931488,-0.04334562,0.0037323807,0.016358186,0.014972383,0.0078076404,0.031887747,0.022315707,-0.0522319,0.012579373,0.031887747,0.0013331206,0.03374501,0.0028716116,0.008286242,-0.010993558,0.0037538107,0.038316727,0.000032675074,-0.0040324,-0.0010822118,-0.025573058,0.017401109,0.018415459,0.009893487,-0.024501562,-0.013529434,0.025173033,-0.00795765,-0.0096649015,-0.0061253905,0.021615664,0.038573887,-0.008414822,-0.0043395623,-0.00081701635,-0.05117469,-0.015686713,-0.006568276,-0.010064927,-0.053346258,0.022401428,0.011979335,-0.008893424,-0.0103078,0.037773836,0.014529497,0.0103220865,0.052260473,0.027673192,-0.031344853,-0.023015752,-0.019201223,-0.015329548,0.03780241,-0.02501588,-0.0011259646,-0.020701319,0.02430155,0.005182473,-0.06371835,0.013915173,-0.0034645065,-0.019901268,0.015229542,-0.0023715796,0.019486956,-0.023472924,0.005446776,-0.01125786,-0.014358058,0.030801963,0.005246763,0.0076076277,0.031287707,0.0051789014,-0.024487276,-0.0031037692,-0.0052289045,-0.08029083,0.010107787,0.03745953,-0.0326878,-0.013536577,-0.018544039,0.0048967404,-0.013015115,0.0061861086,0.004310989,0.004664583,-0.023501499,0.02175853,-0.035373684,-0.00455029,-0.028287517,-0.0025519484,0.017515402,-0.04537432,0.02027272,0.019844122,-0.0069933026,0.018601185,-0.0086791245,-0.017443968,-0.0033216402,-0.001651891,0.014943809,0.024687288,-0.05037464,-0.008243383,-0.010064927,0.026901715,0.011915045,0.004564577,-0.011400727,0.036345173,-0.029259007,-0.0030680527,-0.0074219014,-0.036745198,-0.015243828,0.015972447,0.009879201,0.01714395,0.013186554,-0.016743924,0.0129222525,0.02743032,-0.030573377,-0.014958096,-0.04017399,0.014608074,-0.019401236,0.054374892,-0.009107723,-0.011507876,0.01701537,-0.022558581,0.0065468457,0.025915937,0.029601887,0.035573695,0.0154295545,0.0005379807,0.038402446,-0.037488103,0.0144152045,0.01701537,0.042774156,-0.018929778,0.0057182214,-0.044631414,0.000052095955,-0.010557815,0.051574714,-0.047888767,-0.009714905,0.0038252438,-0.006293258,-0.017243955,-0.013950889,0.030230498,0.00014096881,-0.013286561,-0.004861024,-0.004521717,0.0109792715,0.024572995,-0.017115377,-0.012857962,0.0057503665,-0.006575419,0.015158108,-0.018815484,-0.0012625805,-0.013200841,0.0040966896,-0.06286115,-0.059775237,0.0077147773,-0.006618279,0.000402481,-0.047431596,0.02141565,-0.023687223,-0.026830282,0.0052003316,0.023244338,-0.04351706,0.025001593,0.0020162,0.015000956,0.00084916124,0.029716179,0.018858345,-0.014486638,-0.005378914,0.01020065,0.009714905,-0.02430155,0.023730084,-0.005789655,0.020001275,0.0036859491,0.01498667,0.0034055742,-0.037088078,0.013686586,0.053231962,0.00577894,-0.009172013,0.021044198,0.035716563,-0.008686268,-0.006500414,0.035145096,-0.031544868,0.012193634,-0.013893742,-0.019986987,-0.050317492,-0.016472477,0.023730084,-0.010536386,0.00257695,0.0005777154,0.028458957,0.0060396707,0.006918298,-0.01828688,0.029344726,-0.002376937,0.008693411,-0.0204013,-0.011393583,0.017758274,0.0055432105,0.031630587,-0.04105976,0.004518145,-0.027816059,0.029216148,0.009600611,0.023887236,0.012215064,-0.06708999,0.03757382,0.035830855,0.012907965,0.031344853,-0.017086804,0.0041752663,-0.015015243,-0.004686013,0.013115121,0.0059146625,-0.026001656,0.018901205,-0.0017786848,-0.011650742,0.037516676,-0.0044717137,0.004143121,-0.020158427,-0.00084514316,-0.023330059,0.032573506,0.04157408,0.016829643,-0.0030484085,-0.03474507,-0.022558581,-0.020701319,-0.01354372,0.006825435,0.041545507,0.009393455,0.023730084,0.0037788122,-0.025873078,0.014886663,-0.0013822309,-0.000433733,0.0050538937,-0.04300274,0.0273446,-0.03725952,-0.013136552,-0.022872886,0.0253159,-0.009343453,-0.01862976,0.03448791,0.00034555772,-0.0068218634,-0.011415013,0.03983111,0.041888382,-0.012357931,-0.001122393,-0.033287834,0.0009205944,-0.0019161935,-0.004511002,-0.00060316344,-0.0057075066,-0.023601504,-0.004811021,0.05128898,-0.016758211,-0.013200841,0.012900822,0.022615727,0.0016090311,0.007800497,0.013136552,0.0101720765,-0.0025019452,0.015843866,-0.029830473,0.03711665,-0.00797908,0.014250908,0.014465207,0.036002293,-0.0077004908,0.03131628,-0.012250781,0.022387141,-0.03983111,0.011907902,-0.01498667,0.041945532,-0.007250462,-0.04280273,-0.037402384,-0.01878691,-0.010822118,0.017629694,0.053317685,-0.03348785,-0.0017018942,-0.015129535,-0.017358249,-0.014536641,-0.018429745,0.013243701,-0.058146562,0.0067468584,0.057717964,0.0021787102,0.016415332,-0.0042859875,0.023844376,0.034002166,-0.013015115,0.019529816,0.01727253,0.0076504876,-0.0038681037,-0.010572102,-0.006368263,0.012915108,-0.037288092,-0.0049110274,0.014179475,-0.036288027,0.018858345,-0.0036752343,0.009022004,-0.01565814,0.03403074,-0.006646852,-0.01934409,-0.029887618,-0.030630523,0.028544676,-0.027744625,-0.013329421,0.04317418,0.016315326,-0.016743924,-0.0070004463,-0.038716752,0.011400727,-0.016029593,0.0043038456,0.0007781746,-0.024530135,0.020515593,0.026558835,-0.050603226,-0.018701192,-0.00027055296,0.03211633,-0.022287134,0.000090798196,0.0040466865,-0.024572995,-0.022187129,0.009900631,0.009679188,0.008750558,-0.04088832,-0.02374437,-0.0035127238,0.018901205,0.0033269976,0.04088832,0.007864787,-0.014258051,0.010957841,-0.021315644,0.013900886,-0.010486383,-0.023430064,0.003728809,-0.049717452,-0.027916064,0.026973147,-0.046488676,-0.00047458382,0.012807959,-0.004600293,-0.010922125,0.03383073,-0.010822118,-0.032944955,0.023572931,-0.017229669,0.0082290955,0.0034520058,0.0030484085,-0.0244587,-0.028044645,-0.030744817,-0.017686842,-0.037516676,-0.0028948274,0.020029848,-0.030830536,0.026315963,0.00062593276,0.010636392,-0.011650742,-0.008957714,-0.022501433,0.019958414,0.007593341,0.0119936215,0.014572357,-0.003168059,0.024944447,-0.007407615,-0.00455029,-0.012215064,0.027230307,0.024815867,0.01964411,-0.0103506595,0.004310989,0.010100644,0.0018590471,-0.0049396004,-0.029216148,0.018429745,-0.03800242,0.015472415,0.04008827,-0.012250781,-0.019101217,0.00053976657,-0.026887428,-0.011879329,-0.015158108,0.0073076086,0.03360214,-0.013643727,-0.011757893,0.018572612,-0.004903884,0.0065218443,0.018529752,0.025173033,0.012415077,-0.015000956,0.0020912047,-0.006086102,0.02615881,0.012043625,-0.0026733847,-0.016101027,-0.032287773,0.012265068,-0.011636456,0.006596849,0.008279099,-0.013850883,0.0028287517,-0.0009161298,0.018601185,0.026644556,-0.011272147,0.019029785,-0.01917265,-0.018186873,-0.01024351,-0.008650552,0.034945086,-0.007254034,0.008093373,-0.015572421,-0.02378723,-0.013050832,0.0047110147,0.0012982971,0.013172268,0.015629567,0.02848753,0.003210919,0.0015179539,-0.020072708,-0.009550609,0.019286944,0.0033912875,-0.0027180302,0.016072452,0.0833196,-0.0027144586,0.03585943,-0.03825958,0.02717316,0.016515339,-0.008100516,0.02078704,-0.015200969,0.008014796,-0.004975317,-0.008836278,0.040488295,-0.0011331079,0.0096934745,0.02730174,-0.009686331,-0.02430155,0.041459784,-0.0144437775,-0.014436634,-0.009850628,0.030087631,0.022058548,-0.019201223,-0.021129917,-0.011907902,-0.006046814,-0.024244402,-0.01930123,0.004278844,0.028701829,0.034945086,0.03551655,-0.01781542,0.01802972,-0.022015689,-0.004932457,-0.034430765,-0.002171567,-0.02014414,-0.018372599,0.031602014,0.00042770582,0.00079290767,0.020172713,-0.020287007,0.025701638,-0.032402065,-0.04483143,-0.00815052,0.014672363,0.035830855,0.015243828,0.021987116,-0.010443523,0.0077647804,-0.009357739,-0.018058294,0.015543847,-0.0015715287,0.053489123,-0.006782575,0.000093142095,0.0017313603,-0.004143121,0.006628994,-0.026687415,0.020387014,-0.0161296,-0.008436252,0.050774664,-0.02035844,0.013229415,0.038459595,-0.0098434845,0.0011545379,0.005857516,0.0206156,0.0031930606,-0.039316792,-0.020187002,0.008071943,-0.001953696,-0.0061611068,0.053431977,-0.0017483257,0.022615727,0.0058753747,0.05188902,-0.0073933285,-0.0015742074,0.020244148,0.0125007965,0.0040359716,0.0049396004,-0.043488484,-0.018844059,-0.003032336,-0.04380279,0.018829772,0.016886791,0.030144779,-0.0019465527,-0.021729955,-0.011522163,-0.041945532,0.025830217,-0.011922188,0.0020590597,0.008614834,0.0005495886,-0.033459276,0.02413011,-0.0016599272,-0.016643917,-0.019272657,0.04360278,-0.011886472,0.00226443,0.03323069,-0.019315517,0.01350086,0.010614962,0.021701382,-0.00048128067,0.0077862106,-0.03131628,0.03245921,-0.007261177,0.003875247,0.016643917,0.008407678,-0.013779449,-0.004403852,0.00014666113,0.00014264302,-0.028087504,-0.028416097,-0.0059146625,-0.05074609,0.006303973,0.015843866,-0.0025715923,0.014500924,0.020129854,0.0012107914,-0.004207411,-0.030001912,0.017158236,0.019286944,-0.02747318,0.004410995,-0.04520288,0.010564959,-0.022787167,0.015972447,0.016258178,-0.033659287,-0.001599209,0.009386312,-0.0033430702,0.032287773,0.005018177,0.017843993,-0.011086421,-0.027016008,0.023344345,0.034145035,0.031687733,0.007814784,0.0029894763,-0.038573887,0.028858982,-0.013900886,-0.0103792325,-0.009536322,0.0011286434,-0.026001656,0.008050513,0.0020447732,-0.014215192,-0.010100644,-0.030830536,0.012750813,0.009400599,0.008972,-0.019144077,0.014150902,-0.002628739,-0.0064468393,0.017229669,0.009600611,-0.01705823,0.052803364,-0.039173923,0.019529816,-0.012707952,0.004675298,0.0076790606,0.008879137,0.0057932264,-0.005432489,0.02348721,0.02645883,0.000012298496,-0.06286115,-0.005232476,0.0026269532,0.014700937,0.010114931,0.013572293,-0.017729701,-0.0051360414,0.020415587,-0.02298718,0.01934409,0.020344153,0.02611595,-0.017672556,0.038716752,0.024215829,0.01600102,-0.06497557,0.008579118,0.014715224,0.013493717,-0.01382231,-0.003323426,0.002732317,0.02348721,-0.036945213,-0.024558708,0.0036180876,-0.011536449,0.022872886,-0.010629249,0.0025233752,-0.009086293,-0.017786847,-0.0010884622,0.0040538297,0.0035180813,0.005486064,-0.0059575224,-0.0055646403,0.0039538234,-0.016143886,0.016029593,0.01231507,-0.029144714,-0.012407933,0.0028412526,0.0074219014,-0.03914535,0.03597372,0.00797908,-0.041888382,0.0073290383,0.0049181706,-0.031859174,-0.016372472,0.025230179,-0.017629694,0.006636137,0.004310989,-0.011072135,0.01464379,-0.04880311,0.006171822,0.015472415,-0.025744498,-0.015129535,-0.0014786656,-0.009822055,-0.008729128,0.019915555,0.003189489,-0.016115313,-0.037773836,-0.0048003057,-0.0026876712,-0.025087314,0.022487147,0.0017090375,0.015329548,-0.023187192,-0.008450539,-0.030001912,0.0064004078,0.011272147,-0.0073504685,-0.024372982,0.018544039,0.025630204,0.011715032,-0.0044002803,0.0103792325,-0.007729064,0.005100325,-0.02027272,0.013722303,-0.0033930733,-0.01845832,-0.016886791,-0.009286306,0.012000765,-0.0026198097,-0.013643727,0.0056539318,0.019944128,-0.03720237,0.022287134,-0.047688752,0.005318196,0.031030549,-0.032744944,-0.04314561,-0.03245921,0.002401939,0.010943554,0.0007179029,0.006593277,0.02141565,0.047545888,-0.00571465,0.00631826,-0.026230242,0.026315963,-0.027701765,0.016386759,0.019686969,0.039173923,0.0052003316,0.012000765,-0.012915108,-0.02607309,-0.028773263,0.011500733,-0.03440219,-0.018729765,-0.011315007,-0.0018715479,0.015200969,0.009422029,0.017944,0.0083791055,-0.03323069,0.019915555,-0.01925837,0.020744178,0.0383453,0.020887045,0.018544039,-0.010543529,0.036373746,0.0013563364,-0.00034622743,-0.012386504,0.025715925,0.026587408,-0.011036417,-0.005661075,0.014786657,-0.028073218,0.0131294085,-0.0028912558,-0.0073504685,-0.020929905,-0.026944574,0.0076790606,-0.00084201794,0.00057280436,-0.037859555,-0.008614834,-0.03323069,0.005678933,0.03905963,0.0023662222,-0.010736398,0.028430384,-0.036345173,-0.022215702,0.023287198,0.0019661968,0.0003812743,-0.01242222,-0.014522354,-0.038231008],"social":"https://twitter.com/anonthedev"},{"title":"forgelab","description":"a platform to easily build ai apps ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=pdF4igX84_E","youtube_transcript":"Hi, everyone. My name is Mark. I'm working on a Photoshop. This is a platform where you can build, deploy, and monitor your AI apps. I'll show you how easy easy to build an AI app. In this example, I will translate from one language to another. I'll pull a simple arm chain configure open AI to use my private key. I'll then pull a prompt and configure it to accept the source language, but I get language, and finally, the user input. To finish, I will connect the result to my output. Click save, then press play. As you can see, a farm has been automatically generated from me. We can see the progress of the flow in real time. And get notified if any error happens. Six weeks ago for drop was just an ID of the ideal platform I would like to use for my specific needs. A lot of work has been done to get to this point. Today, this is a fully functioning platform with multiple users and a growing number of use case. But there's still a lot of more work to be done. This is only the beginning of the journey, and I'm incredibly excited to see it evolve for the weeks to come. If you want to follow along, join us on fortunehub dot ai.","embedding":[-0.0065030297,-0.016899029,-0.003533534,0.0026266489,0.019597566,-0.054324627,-0.0073546167,0.063821115,-0.021499813,0.04538849,0.010019974,-0.03235294,-0.042291813,-0.09508284,-0.00072624534,0.004976808,-0.038162902,0.010196927,-0.008759183,0.006027468,0.004228444,-0.022812214,0.022237116,0.02993458,-0.010388627,-0.05031369,0.0013677006,0.016500885,-0.04963537,-0.032028526,0.0019446418,-0.028518954,-0.033326183,0.0024718149,0.020836238,-0.01636817,0.02430157,-0.020924713,-0.028695907,0.00493257,-0.00054837053,-0.022237116,0.0122835,0.0040588635,-0.0181377,0.042173844,-0.018565338,-0.012829106,0.01264478,0.042173844,-0.07956995,0.009879886,-0.02120489,0.025038876,-0.028209288,0.009577591,-0.012954447,0.026189072,-0.036245912,-0.001946485,0.030435948,-0.0099609895,0.016810553,0.04028634,-0.031615637,0.011081693,-0.058571503,0.013618022,-0.011391361,0.019435357,0.019774519,0.010189554,0.009481741,-0.018535847,-0.021337604,-0.05824709,-0.061520725,0.06918869,-0.011302885,-0.025068367,-0.005024733,-0.00043708357,-0.039018176,-0.06281838,0.004305861,-0.051080488,-0.054413103,-0.017179204,-0.008670706,-0.034004502,0.018535847,0.021971688,-0.018830769,0.024802938,0.05075607,0.0046265884,-0.0072771995,0.026778916,0.024965145,0.03406349,0.05485549,-0.039814465,0.02570245,-0.043117594,0.013175639,-0.028592685,0.048013296,0.017842779,0.008191458,0.028577939,-0.14604536,-0.015092632,-0.0309963,0.030907823,0.00207367,0.009511233,0.058718964,-0.018196685,0.038015444,-0.026631454,-0.039106652,0.037808996,-0.02263526,0.0020257453,-0.014871441,-0.016795807,-0.0243753,-0.013042924,-0.0045233658,-0.009017239,0.005931618,0.013920317,0.023195613,-0.009629202,-0.00084697903,-0.02710333,-0.013404204,-0.007019143,-0.030037804,-0.015394927,0.02374122,-0.038870715,-0.0122392615,0.0224878,-0.05863049,-0.035243176,-0.043412514,0.021116413,-0.031704113,0.009584964,0.010543461,-0.0050689713,-0.047570914,0.005511354,-0.008058743,0.022767976,-0.028769638,0.029728135,-0.037071694,-0.0206003,-0.011811625,0.0468631,-0.02294493,0.0072919456,-0.039401576,0.0120401895,-0.0052164323,-0.03946056,-0.0578342,-0.009149955,-0.044946108,-0.01366226,-0.027191807,0.049045525,0.02086573,-0.02792911,0.0072698267,-0.023785457,-0.027530966,-0.025112607,-0.034535363,0.022871198,-0.02732452,0.0036773083,-0.042232826,-0.0385463,-0.022915438,0.002493934,-0.0039888197,0.0057915305,0.015380181,0.060311545,0.04338302,0.0510215,0.057155877,-0.03223497,0.05597619,-0.017547857,0.053646307,-0.009437503,0.03556759,0.03745509,0.0052532977,-0.016146978,0.025363289,-0.0065251486,-0.0021160652,-0.01678106,-0.0024976204,-0.001836811,0.06405705,-0.02792911,0.022281354,-0.0028754892,-0.054943964,-0.028091319,-0.049016032,0.02086573,-0.01750362,0.0012736942,-0.05547482,0.03432892,0.029565929,-0.020718269,0.007911282,-0.008043997,0.030288486,-0.048131265,0.05515041,0.030317979,0.02789962,0.021101667,-0.02959542,-0.0650008,0.04040431,-0.015203227,-0.005902126,-0.01844737,0.03651134,0.040846694,-0.009732425,0.0031335459,0.036629308,0.010219047,0.0185211,0.007889163,-0.029049814,-0.058659982,0.06252346,0.036068957,0.049458414,0.002374122,0.013441069,0.0022745857,-0.0046413345,-0.017665826,-0.022045417,-0.0062855245,0.006617312,-0.00856011,0.001166785,0.0042689955,-0.042852163,0.013500053,0.026955869,-0.012821733,-0.0012607914,0.037396107,-0.0404338,-0.06564963,0.035626575,0.026130088,0.016323932,0.012674272,-0.038634777,0.021426082,0.039372083,-0.003155665,-0.011221781,0.025215829,-0.027029598,-0.025658213,0.0074357204,0.016191216,-0.012091801,0.03946056,0.006702102,-0.049576383,-0.010255911,0.0066025658,0.015468658,-0.02147032,0.03651134,0.007546316,0.026970614,-0.0090467315,0.025746688,0.04565392,0.010344388,0.042498257,0.0064661643,-0.045830876,-0.0032422985,-0.021927448,-0.015704595,-0.0024496957,-0.035213683,-0.0065951925,0.044739664,-0.024611238,-0.0034598033,0.029241513,0.04294064,-0.04524103,-0.030553916,0.011037455,0.07414339,-0.0067905784,0.007822805,-0.01141348,-0.018270416,-0.024640732,-0.029271007,-0.026189072,-0.052555095,-0.0126595255,0.05423615,0.009496488,0.039696496,-0.0100863315,0.032028526,-0.031114269,0.0011299198,-0.03306075,0.014421685,-0.019184675,-0.018388385,0.004744557,0.023121882,0.0032828501,-0.0374256,-0.04267521,-0.032470908,0.038634777,0.021853719,0.006296584,0.006451418,-0.010875247,0.040522277,0.014222613,0.002578724,-0.00328838,0.000027893744,-0.041023646,0.0059279315,0.00858223,-0.018314654,-0.021263875,-0.040492788,-0.040463295,-0.016087994,0.024891414,0.008228323,-0.0047187516,-0.024242586,-0.022104401,-0.029374229,-0.011583061,-0.0011677067,-0.034948252,0.008405277,-0.01341895,-0.016913775,-0.037012707,-0.036157433,-0.0042136977,0.029905088,-0.018683307,-0.036540832,0.07715159,0.055386346,-0.010366508,-0.0040514907,-0.0066873557,-0.053734783,0.011877983,0.023932919,-0.02778165,-0.03273634,0.023136629,0.08281409,-0.044798646,-0.0434715,0.012733256,0.031969544,0.0033528942,0.013713872,0.03866427,0.022045417,0.007918655,0.038870715,-0.01939112,-0.043294545,-0.004895705,0.023534773,0.02570245,-0.0120401895,0.016146978,0.017813288,0.023490535,0.020497078,-0.06553166,0.05397072,-0.0030358532,0.03544962,-0.00092716096,0.024876669,0.009083597,0.030789854,0.02906456,-0.010425492,-0.000331096,-0.0027317149,-0.042911146,-0.011560941,0.020541316,0.073258616,-0.019184675,-0.007852297,-0.047954313,-0.020172663,-0.007874417,-0.0064624776,-0.017946003,-0.011288138,0.015955279,-0.014406938,0.03488927,0.02710333,0.020393854,0.021956941,0.025304304,-0.02785538,-0.017946003,-0.058070138,0.019302644,-0.02940372,0.00008248599,-0.03140919,-0.0016137762,-0.003738136,-0.050785564,0.00058984396,0.0536758,-0.0020570809,-0.041849427,0.021145906,0.005511354,0.03220548,0.039136145,0.009304788,0.03000831,-0.044680677,0.04615529,-0.008331546,0.0007018221,-0.008331546,-0.020924713,-0.05220119,-0.02074776,0.021956941,0.016191216,-0.021927448,-0.009113089,-0.033798058,-0.014974663,0.02717706,-0.0111259315,-0.040876187,-0.015335943,-0.029624913,0.012246635,-0.0132788615,0.024537507,0.004652394,0.06859885,-0.031733606,0.009975736,-0.032529894,0.014001421,-0.016854791,0.022502547,0.049841814,-0.01844737,0.018875007,-0.038959194,0.0038671645,-0.041554507,-0.024567,0.009039358,-0.005039479,-0.012917583,-0.037130676,0.059161346,-0.019096198,-0.0028718028,0.0071149925,0.00037233898,-0.026262801,-0.0033270884,-0.00882554,0.004645021,0.004320607,-0.015394927,-0.0025344857,0.03140919,0.009017239,0.038310364,-0.002893922,-0.004877272,-0.014178374,0.014443804,-0.049045525,-0.014296343,0.008420022,0.00010765804,-0.063054316,-0.02570245,-0.017842779,0.02717706,0.026410263,0.0020275887,0.018757038,-0.012969194,-0.06918869,-0.023062898,-0.009474369,-0.029831357,-0.06446994,0.0075647486,-0.010019974,-0.0060717063,0.044769157,0.0015428106,-0.022650007,0.029315244,-0.009503861,0.0045749773,0.030435948,0.019553326,0.031438682,-0.0068348167,0.01281436,-0.033503138,0.035390638,0.006307644,0.0025307992,-0.0072735134,0.009024613,-0.019007722,0.02551075,0.017444635,0.01905196,-0.0027980723,0.016987506,0.03530216,0.011251274,-0.033090245,-0.020231647,-0.034417395,-0.018742291,-0.032411925,-0.024036141,-0.016500885,0.016810553,0.005157448,0.004438576,0.013183013,0.024965145,0.02551075,-0.036334388,-0.0004283281,-0.011332377,0.031055285,0.016825298,0.012733256,-0.030170517,0.007221902,0.012895463,0.008604349,0.010101077,-0.02887286,0.010285404,0.013536919,-0.0047740494,-0.0081545925,0.0020552375,0.0080071315,0.022900691,0.05190627,-0.0035980481,-0.0040883557,-0.019494342,-0.033709582,0.009415384,-0.020703522,-0.011015336,-0.005784157,0.04615529,-0.031173253,-0.0020533942,-0.0059426776,-0.033031262,-0.023225106,0.012150785,0.03810392,-0.010285404,0.023033407,0.048367202,-0.005467116,-0.006547268,-0.020924713,-0.0030727184,0.010668802,0.008471633,0.020733016,-0.007365676,-0.009216311,-0.04963537,-0.0136253955,0.015439166,0.02986085,0.027811142,-0.024419539,-0.02222237,-0.0001800637,0.0025547617,0.013219877,0.027427744,-0.0021123786,0.0024994637,0.023755966,0.010248539,-0.015970025,0.020909969,-0.011988578,-0.017710064,0.030185264,-0.0008879916,-0.03866427,-0.0128585985,-0.0053085955,0.046332244,-0.0016580145,0.019597566,-0.0408172,-0.04161349,-0.023313582,0.0050357925,-0.0013796819,-0.03730763,0.030937316,-0.0069859643,0.006709475,-0.03689474,0.011612553,-0.02207491,0.019346882,0.021396589,-0.0113987345,-0.018432623,0.004622902,0.009702933,-0.009643949,-0.012099174,-0.013566411,-0.00045275132,-0.075912915,0.03341466,0.021499813,-0.030435948,0.021234382,-0.06694729,-0.027236044,0.023667488,0.04264572,0.03220548,0.007491018,0.033503138,-0.036422864,-0.02173575,-0.015778325,-0.0063813743,-0.0044865008,0.0058431416,0.016294438,0.0071702907,0.031232238,0.002916041,-0.071725026,-0.01939112,0.0034690197,-0.009533353,-0.023062898,-0.015276958,-0.03149767,-0.0065251486,0.04376642,0.045152552,-0.0021418708,-0.020615047,-0.037484583,-0.014871441,-0.002031275,-0.02528956,0.01973028,-0.010676175,-0.006359255,-0.008058743,-0.03798595,-0.036953725,-0.007188723,0.030406455,-0.016722076,0.0027704232,-0.04736447,0.022045417,0.018653816,-0.014001421,-0.022930183,0.0011557254,-0.024552254,0.03783849,-0.021573542,0.023932919,-0.0040514907,-0.028489463,0.004080983,-0.061520725,-0.034653332,-0.05453107,0.012762749,-0.010513969,0.039932434,-0.0370422,-0.017901763,0.028356748,0.03306075,-0.0057730977,-0.015217974,-0.010816263,0.015092632,-0.01591104,0.021573542,0.006879055,0.013183013,0.0057177995,-0.022576276,0.0013713872,0.006469851,0.018476862,0.037248645,-0.005577712,0.0130797895,0.02294493,0.002810975,0.04886857,-0.0041510267,-0.01479771,0.016854791,0.018403132,-0.0075868675,-0.012268754,-0.0033952892,0.02335782,-0.037956458,-0.03126173,-0.01636817,0.025009383,-0.013876079,-0.02321036,0.0034616466,-0.02127862,-0.0013584844,0.016943267,-0.022738485,0.0069970237,-0.022620516,-0.015601372,-0.019686041,-0.03435841,0.00092946505,-0.0011511174,-0.01133975,0.025171591,0.003183314,0.023166122,-0.076325804,-0.008766555,-0.0038487318,-0.021426082,-0.00899512,-0.011590433,0.041348062,0.040846694,0.0036367567,-0.027722666,0.03544962,-0.039755482,-0.038428333,-0.0068827416,0.03822189,-0.031586144,0.022532038,-0.009297416,0.0016635442,0.009098343,-0.053469352,-0.036835756,0.00012660908,0.024788192,-0.031438682,0.0059058126,-0.0066062524,0.008515872,0.0030266368,0.013706499,-0.028238779,-0.032559387,0.030583408,0.00055666524,0.00021059273,0.004457008,-0.035508607,-0.002081043,0.029521689,0.006978591,-0.023387313,-0.024876669,0.043412514,-0.028224032,0.008818167,0.0061048847,0.013861333,-0.004173146,0.0081251,0.003773158,0.012467827,0.041023646,-0.012158158,0.006149123,-0.005607204,0.038723256,-0.036304895,-0.0020755134,0.017238189,0.019420613,-0.017326666,0.027162313,0.013234624,0.008375784,0.00545237,0.037897475,0.0374256,0.028681163,-0.03745509,-0.0714301,0.010329642,0.024979891,0.0022524665,0.013013432,0.03273634,-0.031202745,0.024316316,0.031969544,0.018963482,-0.032382432,0.047423452,0.014384819,-0.014229985,0.030789854,-0.039902944,-0.0018036322,0.00045620743,0.012843852,0.023696981,0.014222613,0.047069546,-0.0033989758,-0.0075794947,-0.015601372,0.001376917,-0.01939112,0.00068200706,0.036452357,0.058542013,-0.020231647,0.03488927,0.020511823,-0.008633841,0.012652152,-0.009651322,-0.012069682,-0.0013999577,-0.0040994156,-0.023107138,0.0002541398,0.013654888,-0.015291704,0.011833744,0.029639658,0.002998988,0.032175988,0.010447611,-0.031202745,-0.015822563,-0.02717706,0.03329669,-0.0023685922,-0.014620757,0.006598879,-0.023461044,0.00094835844,-0.011737894,-0.009009866,0.0016921149,-0.017975494,0.010838383,-0.0051463884,-0.011089066,0.008353665,-0.0142447315,-0.001739118,0.02173575,-0.0011842961,-0.017946003,0.004080983,-0.0059242453,0.0061196308,-0.006506716,-0.018403132,-0.012475199,0.010646683,-0.0060532736,0.015409674,-0.04615529,0.024050888,0.028371494,0.036629308,-0.03235294,0.034594346,0.013551665,0.008759183,-0.033355676,-0.021249129,-0.031763095,0.039814465,0.006794265,0.022856453,0.012681644,0.018919244,-0.01716446,-0.01670733,-0.030583408,0.036009975,-0.005212746,-0.012792241,-0.014672368,0.00004222223,0.023682235,-0.0060090353,0.018992975,0.025392782,0.03692423,-0.008899271,-0.021706257,0.05635959,-0.005172194,0.020895222,0.021632526,0.006174929,0.019287897,0.00039169323,-0.01245308,-0.012504691,-0.009223685,-0.004987868,0.010440238,0.0120401895,-0.003098524,0.008368411,-0.037661538,-0.023416804,0.013986674,0.02222237,-0.027383504,-0.03412247,-0.051375408,0.010418119,0.008567483,-0.0042358167,0.026071103,0.014126763,-0.01731192,-0.014849321,-0.026513485,-0.010749906,-0.0074578393,-0.016500885,-0.0009833805,0.008471633,-0.0073251245,0.012335111,0.004652394,0.018196685,-0.0048846453,-0.030376963,-0.010882621,-0.0044865008,-0.028445225,-0.015866803,-0.019258404,0.011236527,-0.0014534123,0.0076163597,-0.021042682,0.017208697,0.000029319392,-0.020909969,0.032264464,0.00562195,0.010152689,-0.004973122,0.031232238,-0.013087163,0.0066394308,0.009607083,0.0076679713,0.024979891,-0.0370422,-0.026100595,-0.0010239322,0.013013432,-0.0025381723,0.053351384,0.0029713388,-0.009245804,-0.02717706,0.0040883557,0.034712315,0.0015004155,0.00035805372,0.0033676403,0.03409298,0.031468175,-0.026321786,-0.022767976,-0.022384578,0.025982626,0.028150303,-0.022192879,0.0026690438,-0.027501473,-0.00030621196,-0.009098343,-0.008537991,0.03073087,-0.005397072,0.021794735,0.028061826,-0.0027796396,-0.018757038,0.012725883,-0.02785538,0.019789264,-0.009312161,-0.013920317,-0.010005228,0.0037823743,0.017238189,0.0091647,0.017828032,0.017975494,-0.018757038,-0.02850421,0.0037786877,0.035479113,-0.0024073005,0.017370904,0.016323932,-0.007236648,-0.0020828864,-0.019700788,-0.02471446,-0.032795325,0.0066209985,-0.011111185,0.022089656,0.030082041,0.008287308,-0.013116655,0.0101600615,-0.017223444,-0.0011612553,-0.04358947,0.035125207,0.018196685,-0.014229985,0.0118927285,0.02850421,0.007380422,0.012246635,-0.016987506,-0.018904498,-0.0003612794,0.026498739,-0.021308113,-0.002171363,-0.0066504907,-0.0071149925,0.051552363,-0.0021197516,-0.056949433,-0.0017381964,0.009828275,-0.012630033,0.0071481713,0.038339857,-0.009548099,-0.015822563,0.02623331,-0.034181457,0.0019686043,-0.019258404,0.018963482,-0.0074172877,-0.008324172,-0.002551075,0.020482332,0.011745268,0.036422864,-0.017680572,-0.030848838,0.014480669,-0.034417395,0.0075205103,0.032942783,0.070840254,-0.01919942,0.0139719285,-0.03783849,0.025451766,-0.0046044695,0.016840044,-0.0053380877,-0.033650596,0.0014451176,0.0043943375,-0.012954447,0.019951472,0.016604107,0.020290632,-0.017813288,-0.002234034,-0.016648345,-0.023608504,-0.027295029,0.0155571345,0.030494932,-0.016648345,-0.021794735,0.0013096379,-0.015276958,-0.013986674,-0.026277548,0.029153038,0.018344147,-0.000070504786,-0.032293957,0.00023098382,0.011708402,0.032824814,-0.00632239,-0.032146495,-0.023579013,-0.011369242,-0.016545122,-0.0031114267,-0.02154405,0.032087512,-0.018919244,-0.021396589,-0.0028165048,0.0011760014,-0.008604349,-0.05285002,-0.006971218,-0.022797469,0.012666899,0.0067057884,0.002171363,0.015129497,0.0052569844,0.014156255,0.032647863,0.02282696,0.028150303,-0.031202745,0.026144832,-0.0073951683,-0.009843021,-0.032824814,-0.015018902,-0.007468899,0.014443804,-0.0012976567,0.035803527,-0.018167194,0.008670706,0.019037213,-0.0015612432,0.017075982,0.027147567,0.02166202,0.0030321665,0.009924124,0.02582042,-0.019214166,-0.024198348,-0.0032238658,0.0041584,0.0071002464,-0.008589602,0.038015444,0.012571049,-0.023136629,0.030642394,-0.03273634,0.005950051,0.022620516,0.013411577,0.013595903,0.027162313,-0.056831464,0.019376373,-0.01133975,0.01750362,-0.011966459,0.01719395,-0.00031980601,-0.041525014,0.005507668,-0.018270416,-0.022782722,0.026660947,-0.0037141736,0.0071960962,0.013640141,0.00059859944,0.034181457,0.0051537617,0.036452357,-0.016309185,0.0074725854,0.03922462,-0.007631106,-0.04550646,0.020954207,0.0112733925,0.018683307,-0.004807228,-0.022104401,0.012342485,0.0385463,-0.032117,0.051847283,-0.0002633561,-0.007749075,0.027383504,0.019966217,-0.0031077403,-0.0047187516,0.027943857,0.006598879,-0.046745133,0.005868947,0.019332135,-0.024272079,0.011251274,0.04414982,-0.01731192,0.038988683,-0.0044459486,0.029153038,-0.005787844,-0.023652742,-0.020570807,-0.0048219743,-0.026955869,0.029315244,0.022502547,-0.014141508,-0.0370422,-0.011457719,-0.0013603276,-0.012158158,-0.010838383,-0.00020840384,-0.012180277,-0.021381844,-0.022001179,0.018196685,0.014576519,-0.012865971,0.0011796879,0.007236648,0.013920317,0.0094669955,-0.006562014,-0.041642983,0.009238431,0.05075607,-0.04320607,-0.0021418708,0.006016408,-0.011066947,0.004630275,-0.005644069,-0.02528956,0.025790926,0.0012736942,-0.0012939702,0.011737894,-0.0202169,-0.0048662126,-0.022959676,-0.019096198,-0.012733256,0.023343075,-0.0026782602,0.0009230136,-0.0009492801,0.010278031,-0.025879404,0.002923414,0.0055039814,-0.0042837416,-0.0059279315,-0.019686041,-0.015984772,0.021499813,0.0043169204,0.011723149,-0.027958604,-0.024021395,0.0006165712,-0.012998686,-0.0015197698,-0.0016257574,-0.047895327,-0.021367097,-0.012829106,-0.033090245,0.0033049693,0.028931845,0.018270416,-0.0408172,-0.020983698,0.020850984,0.01392769,-0.061815646,-0.005087404,0.044739664,0.012681644,0.012054936,-0.028592685,-0.025790926,0.0009723209,-0.009002494,-0.006702102,0.03317872,-0.025348544,0.008088235,-0.057273846,-0.026513485,0.010875247,0.000066069435,-0.037130676,0.001851557,0.022591023,0.012821733,0.0069675315,0.0055813985,0.0031095836,-0.010211674,-0.035479113,-0.00216399,0.021263875,0.016456647,-0.017975494,0.0033989758,-0.024596492,0.0040736096,0.035803527,-0.026852645,-0.046391226,-0.01772481,-0.016205963,-0.0035095715,-0.0032017466,-0.043294545,-0.005234865,0.0078080595,0.009710306,0.035095714,-0.0039519547,0.012018071,0.010012601,-0.008692825,0.009009866,-0.016191216,-0.010838383,-0.0064809103,0.02959542,-0.010477103,-0.0059537375,-0.03394552,-0.04432677,-0.019361628,-0.014001421,0.00012937398,-0.0032478282,0.020511823,0.023755966,-0.0038008068,-0.009548099,0.016958013,0.0071481713,-0.00021324241,0.020541316,0.025554989,0.01394981,0.027088583,0.008832913,0.06264143,0.04441525,0.030671885,0.021794735,-0.0017013311,0.020909969,0.010698294,0.03754357,0.05730334,0.015822563,0.003358424,-0.008132474,0.035774037,-0.001331757,-0.017518366,0.012180277,-0.018344147,0.00064975,0.005352834,0.0063776877,-0.012976567,-0.032146495,0.0042837416,0.031763095,0.005850515,0.008088235,-0.0055261003,0.04146603,0.0224878,0.0042984877,-0.012077055,0.05609416,-0.01617647,0.02944796,0.020497078,0.038310364,-0.008523245,0.030406455,-0.009614456,-0.019435357,0.00909097,0.033709582,-0.020703522,-0.013020805,-0.013677007,-0.028253525,-0.015114751,0.019110944,0.0058062766,-0.0027833262,0.01530645,0.0059611103,0.012497319,0.02014317,0.05674299,0.030494932,0.022340339,-0.026174325,0.022708992,0.0183294,-0.0029049814,0.0069159204,0.023269344,-0.030155772,-0.03182208,-0.022885945,0.003428468,-0.009481741,0.039902944,-0.0046892595,0.016692584,-0.009223685,-0.023092391,0.02166202,-0.016117485,0.051729314,0.0076974635,-0.011133305,-0.034564856,-0.03220548,0.0150852585,-0.012224516,-0.017783795,0.036245912,-0.0039261486,0.018580085,0.004645021,0.006860622,0.011597807,-0.0064440453,-0.017238189,-0.027059091],"social":"https://twitter.com/backtestio"},{"title":"energy boosts","description":"app that optimizes your health while working from home","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qbP-SWTJOAs","youtube_transcript":"K. I'm David. I build energy boost to optimize your health while I'm working from home. Let me show you how it works. And during this six weeks, I didn't have all the results. I decided to wear seven hundred dollars. Move with that. It takes more time. I thought I couldn't build my MVP as fast as I wanted. I I managed to to gain these three active users. No matter what, I'm still building on shipping. And thanks thanks for watching.","embedding":[0.028005539,0.0474363,-0.032584146,0.03459032,-0.013565941,-0.0009080363,0.0043318793,0.04798638,0.01879979,-0.008048963,0.054749127,-0.018476212,-0.016712721,-0.08412987,0.052192874,0.01988377,-0.023378396,-0.0658478,-0.036143485,0.044394683,0.022925388,-0.0023742418,0.035431616,0.009027782,-0.007935711,-0.042323794,-0.009035871,0.008704205,-0.0059052696,-0.05394019,-0.050121985,-0.041644283,-0.013323259,0.0056544975,-0.0007240022,-0.013040129,-0.0059497613,0.027795214,0.010613306,0.025546357,0.0004780336,-0.033134226,0.0282644,0.044718258,0.00045098463,-0.0043965946,-0.009440342,0.016235447,0.029138057,0.05060735,-0.02674359,0.04623907,-0.0012457692,0.07688175,0.035593405,-0.010524322,0.0018484303,0.02153401,-0.049604263,0.064165205,0.03234146,-0.02674359,0.022553276,0.014900694,-0.022472382,-0.018217351,-0.045980208,0.023815224,-0.0085747745,-0.017651092,-0.012117936,0.023815224,0.019123366,0.0315487,-0.013525493,-0.012805536,-0.02549782,0.0074827042,0.036596492,-0.033393085,-0.0032074512,-0.00932709,-0.014188825,0.028960088,-0.03756722,-0.056820016,-0.048504103,-0.028895373,-0.000011257236,-0.0014318256,-0.04481533,0.010297819,0.0044491757,0.02415498,0.036175843,0.06008814,0.020611817,0.0702808,0.05432848,0.016478129,0.043035664,-0.0024409795,0.01563683,-0.0057717944,-0.014107931,-0.019721983,0.008655669,-0.00042974993,0.007296648,-0.01823353,-0.06610666,-0.0012862162,0.001302395,-0.0034683347,-0.016235447,0.018638002,-0.013929964,-0.027277492,0.016842153,-0.07248112,-0.03481682,0.05154572,0.03044854,-0.039508678,0.0020607773,-0.019560194,-0.021226613,-0.012053221,-0.021792872,0.0008185472,0.023022462,0.03569048,0.055493355,-0.041709,0.0007760778,-0.00250165,-0.040964775,0.036920067,-0.062903255,0.02277978,-0.02111336,-0.018961577,0.02358872,-0.021161897,-0.0181041,-0.040544122,0.022682706,0.0035937205,0.013501226,-0.032988615,0.053972546,-0.00040649285,-0.024591807,-0.012142205,0.004022459,-0.009933796,0.002821182,0.027245134,-0.03840852,0.004894093,0.020272061,0.021922302,-0.030173501,-0.002805003,-0.0482776,0.03400788,-0.0501867,-0.074940294,-0.052548807,-0.013962322,-0.016534755,-0.034299098,-0.021760514,0.010678021,0.03646706,0.020870678,0.021744335,-0.062385533,-0.02538457,-0.038343806,-0.011478873,-0.012004685,-0.006596914,0.027795214,-0.042291436,-0.036564134,-0.02865269,0.013137202,0.035237473,-0.039314535,0.024041727,0.02373433,-0.01632443,-0.0111633865,0.00507206,-0.017424589,0.03098244,0.01014412,0.051383935,0.041191276,0.006091326,-0.0134446,0.0032256523,-0.009035871,0.020417672,0.010063226,-0.06678617,0.0019262908,-0.010669932,-0.00346429,0.049054183,0.039735183,0.01481171,0.00527834,-0.022520918,-0.020805962,-0.0013610433,-0.0143667925,0.013274722,0.027277492,0.0068638646,0.009496967,0.021598725,-0.040252905,0.0027463548,0.025578715,0.030610329,-0.022310594,0.029057162,-0.00077354984,0.006269293,-0.01740841,-0.019495478,-0.012943056,-0.0030820654,0.020320598,0.03679064,-0.015321343,0.005707079,-0.009513146,0.0045219804,0.021631083,0.0011628527,0.009116765,-0.01536179,0.033975523,-0.06257968,-0.06918064,-0.026937736,-0.0074220337,0.005399681,0.017602557,0.00053845136,-0.007947845,0.00014636776,0.034784462,-0.048471745,0.09234871,0.026792126,0.020498566,0.027520174,0.016955404,-0.0031730712,0.0030557746,-0.009747739,0.05840554,-0.0024106442,-0.031759024,-0.009699203,-0.027681962,0.0014116021,-0.018896863,-0.0067667915,0.053325392,-0.0029991488,0.028329115,0.01933369,-0.002620969,-0.023815224,-0.032325283,-0.028410008,0.011616393,-0.019511657,-0.010451518,0.0052014906,0.017052477,0.0046554557,0.002058755,-0.01867036,0.008704205,-0.002404577,-0.04717744,0.014973498,0.006111549,0.009302822,-0.004801065,0.011292817,-0.015709635,-0.004166046,0.06743332,-0.019705804,0.014641833,-0.0026351253,0.026096437,0.006422992,0.0023580631,0.03569048,0.0029930817,-0.018702716,-0.0073896763,-0.0021254926,0.0042995214,0.072222255,0.00015066526,-0.017748166,-0.004513891,0.040932417,-0.029671956,0.00080641307,-0.043423954,-0.044394683,-0.00891453,-0.04225908,-0.023540184,0.02810261,0.002507717,0.02305482,-0.0027969135,0.008020651,-0.0056504533,0.014358703,-0.008566685,-0.025255138,-0.059020337,-0.004404684,-0.0030031935,0.014164558,-0.061608948,0.030901548,0.04992784,-0.057014164,-0.022941567,-0.018961577,-0.04141778,0.034493245,-0.025352212,0.04462119,-0.016664185,-0.054263763,-0.005569559,0.035755195,0.0029566793,0.022747422,-0.02331368,0.04837467,-0.0021821184,-0.010742737,-0.052742954,-0.0143667925,-0.030901548,-0.022262057,0.0948726,0.05597872,0.007434168,0.028458545,0.029251307,-0.040770628,0.007256201,-0.01839532,0.03869974,0.044232894,0.01989995,-0.01221501,0.032066423,-0.070474945,-0.004441086,0.037793726,0.006253114,-0.012740821,0.016542844,0.047792237,-0.017424589,-0.007434168,-0.004914317,0.031014798,0.013751998,-0.019819055,-0.017327517,-0.054781485,0.017343696,0.038635023,-0.029574884,-0.036661208,-0.021631083,0.015523578,0.019107187,0.071122095,0.027536353,0.0015036191,-0.0011122939,-0.01604939,-0.026711233,-0.018832147,0.0036179887,0.03371666,-0.034622677,-0.06963364,-0.03308569,0.0069730715,0.0044896225,0.026355298,-0.064003415,0.05924684,-0.0023277279,0.0009009581,-0.012352529,0.010055137,0.026856842,0.031872276,0.04070591,-0.0643917,-0.04924833,0.014205004,-0.014763174,0.015822886,0.018961577,0.035625763,0.032551788,-0.0006420969,-0.03404024,-0.034202028,-0.0007037787,0.0444594,0.015709635,0.00918957,-0.009610219,-0.057693675,0.0058931354,-0.012789357,0.03274593,-0.0076283137,0.006750613,-0.0592792,-0.0074705705,-0.06604195,0.012174563,-0.020255882,0.00068456633,0.032276746,-0.018282067,-0.030917726,-0.033587232,-0.038861528,0.03305333,-0.08160597,-0.017359875,0.00032964346,-0.015418416,0.024607986,0.02894391,-0.01591187,0.038084943,-0.0066899424,-0.032050245,0.012182652,0.012918788,-0.0009176425,0.025271317,0.010508144,-0.019188082,0.028992446,-0.038311448,-0.031160409,-0.010815541,-0.034234386,0.016122194,-0.0060023423,0.03361959,-0.02481831,-0.022084089,-0.04581842,0.00070630666,-0.015604473,0.06879234,-0.0117620025,0.004582651,-0.023507826,0.0005581693,-0.061511874,-0.02892773,0.060735293,0.026096437,0.037276004,-0.021728156,0.0059497613,-0.018621823,-0.015564025,-0.03475211,-0.018346783,0.020369135,-0.021210434,-0.0028171372,-0.011503141,0.03882917,0.015960407,-0.019366048,-0.08050581,0.0222297,-0.010904525,0.028329115,-0.048051096,-0.01606557,0.009319001,0.024883026,-0.031386912,0.007834594,0.029558705,0.014924962,0.015135286,0.041741356,-0.054652054,0.018168814,-0.017036298,-0.02771432,0.008704205,-0.02771432,-0.049021825,0.023766687,-0.0000060868074,0.004732305,-0.033684306,-0.03158106,0.02290921,0.00610346,-0.044394683,0.0077658338,-0.03239,-0.044750616,-0.0053430554,0.042841516,0.016648006,0.026371477,0.01920426,-0.0070256526,-0.003969878,0.04335924,0.055719856,0.018460033,-0.002145716,-0.012837894,0.019010114,-0.033522516,0.04924833,-0.019819055,0.0075797774,0.01892922,0.0034056418,-0.0351404,-0.0081298575,0.00022296437,0.033425443,0.01110676,0.027358385,0.034913894,-0.024478555,0.033781376,0.011713466,-0.0518693,-0.026711233,0.04102949,-0.0025683877,-0.008938799,-0.01028973,-0.023378396,0.04251794,0.019689625,-0.0037797769,0.020611817,-0.010386803,-0.035043325,-0.0028858972,-0.030836832,-0.03442853,0.0408677,-0.033393085,-0.0026836619,-0.030901548,-0.01234444,0.035593405,0.04568899,-0.0062571587,-0.027002452,0.040252905,0.0146580115,0.035463974,0.01960873,-0.0026816395,-0.0175702,0.00493454,-0.021339864,0.03290772,-0.007312827,-0.0034946252,-0.04759809,-0.013525493,0.027746677,-0.031386912,0.0090035135,-0.02632294,-0.014779353,0.020094095,-0.0039496548,-0.010354445,-0.013234275,-0.0296396,-0.013250454,0.008995424,0.004428952,0.032244388,0.0037696653,-0.017246623,-0.004950719,0.013185739,0.041741356,0.015871422,0.013760087,-0.02387994,-0.03475211,-0.002248856,-0.021614904,0.004788931,0.026921557,-0.011074402,-0.017780524,-0.0054967543,-0.025028635,-0.0018838214,0.015750082,-0.012570944,-0.001789782,0.022844495,-0.027067166,0.0064270366,-0.03497861,0.018168814,0.023701971,-0.018411499,0.029429274,-0.012765089,-0.016073657,-0.023653435,-0.00030941993,0.063712195,0.00891453,-0.0057515707,0.021857586,-0.037243646,-0.022844495,-0.020466208,-0.004101331,-0.03264886,0.020498566,-0.00042418845,-0.014205004,-0.013921875,0.0049709426,-0.029008625,0.006871954,0.0038626934,0.0370495,-0.015313254,0.006613093,-0.009521236,-0.030286752,0.018039385,-0.012158384,-0.026112616,-0.013905697,0.021744335,0.023087177,-0.015612562,0.0010910592,-0.054813843,0.04688622,0.028167326,-0.0079154875,0.013193828,0.0071146362,0.026015542,0.02646855,0.03213114,0.0149654085,-0.016923046,-0.024300588,-0.010257373,-0.02111336,0.045850776,0.036111128,0.009035871,-0.07519916,-0.01729516,0.011300907,-0.0076849395,0.006944759,-0.027649604,0.015539757,-0.027261313,0.03213114,0.002507717,0.0025906337,-0.006471528,-0.04251794,-0.0067789257,0.010103674,-0.0260479,0.002145716,-0.024672702,-0.019171903,0.023410752,-0.012854073,-0.023815224,0.040058758,0.004809154,-0.010491965,0.0061681755,-0.009852902,-0.005375413,0.052160516,-0.014933052,-0.024203515,0.029704314,0.032972436,-0.011681109,-0.016567113,-0.002289303,0.023815224,-0.04497712,0.004995211,-0.039573394,-0.023766687,-0.038732097,-0.04578606,0.008251199,0.05296946,-0.0024571584,-0.03289154,0.0003963811,0.042064935,-0.009399895,0.014002769,-0.008817458,0.017246623,-0.037470147,0.037696652,0.018087922,0.007361363,0.03471975,0.0063623213,-0.007159128,-0.010176478,0.011551678,0.01740841,0.02358872,0.011697287,0.016939225,0.01988377,-0.0028434277,0.005787973,0.027876107,0.014924962,0.017634915,-0.020676533,0.012392976,-0.02386376,0.043035664,-0.033166584,-0.051060356,-0.005800107,-0.0118995225,0.00582842,0.008890262,0.011713466,0.014755084,-0.022132626,-0.027811393,-0.03085301,0.021436937,0.008954977,-0.027277492,-0.027940823,0.035302185,-0.027115703,-0.02606408,-0.0077011185,0.013622567,0.0051327306,0.010637575,-0.066721454,-0.017942311,0.0024955831,-0.008194572,-0.023831403,-0.022326773,0.0472098,-0.029251307,-0.011211922,-0.020207347,0.021064823,0.000025342606,0.0036928158,-0.03251943,-0.010362535,0.020255882,-0.00863949,-0.003539117,0.007854817,0.01973816,-0.04112656,-0.026371477,-0.003516871,0.023006283,-0.020676533,-0.02166344,-0.018993935,0.015216181,0.04222672,-0.028134968,0.014690369,-0.0029222996,-0.03239,0.0032256523,-0.044329967,0.01839532,-0.025416927,-0.0038283134,0.05953806,-0.04581842,-0.001118361,0.0036179887,-0.014528581,-0.012101757,-0.02509335,-0.0057394365,0.0019647155,0.026128795,-0.010936882,-0.008380629,0.0034460889,0.0084372545,-0.032325283,0.0016724856,0.008971156,0.034460887,-0.040997133,0.019446943,0.01399468,0.025352212,-0.0019647155,0.0022711018,0.0015622673,-0.009302822,-0.006734434,0.024365304,0.012999683,0.0167289,-0.024494734,0.0009616286,0.015952317,0.04070591,0.008736563,0.011058223,0.003264077,-0.044329967,-0.011559768,-0.017376054,-0.0026250137,-0.010912614,-0.0047970205,-0.0073856316,0.05403726,0.013889518,0.0012740821,-0.006665674,-0.012279725,0.01385716,0.013970411,-0.017521663,0.02098393,-0.030205857,-0.029688135,-0.015555936,-0.019155724,-0.022925388,-0.0118995225,-0.008307824,0.0012659926,0.015604473,0.0004942124,0.04070591,0.038246732,0.0064108577,-0.024122622,-0.004066951,-0.0046028746,-0.041773714,0.010524322,-0.011681109,-0.00081248017,0.00021841408,0.019446943,0.03426674,-0.025044814,0.025012456,-0.026630338,-0.0149654085,0.015264717,-0.003682704,0.023799045,0.036725923,-0.004550293,-0.038440876,-0.0072481115,-0.0056828107,0.016906867,-0.031856097,0.018751252,-0.06300033,0.02730985,0.052840028,0.013088666,-0.009213838,-0.02947781,0.007106547,0.003029484,-0.014164558,0.023232786,0.008198617,0.029396918,-0.013112934,0.014318256,-0.041644283,-0.0014823844,-0.010184567,-0.01784524,0.02921895,-0.008101544,0.013590209,0.0025340077,0.015175734,-0.0019859502,0.032438535,0.0025764771,0.01604939,-0.0040568393,-0.019091008,-0.010621396,0.02633912,-0.00315487,0.042873874,0.029121878,-0.018330604,0.018460033,-0.011486962,-0.01261948,-0.04306802,0.0023135713,-0.006993295,-0.029057162,0.005363279,0.034104954,0.004578606,0.023070998,-0.010936882,0.012902609,0.02481831,-0.006649495,0.057920177,0.0049385848,0.010103674,0.014455776,-0.005775839,0.03085301,0.014002769,-0.023200428,0.009448431,-0.0009429219,0.008995424,0.021372221,0.001841352,0.019301333,-0.024866847,0.0009676957,0.010580949,0.04688622,0.017473126,0.004303566,0.0036907934,-0.024300588,-0.014196915,0.013234275,-0.03143545,0.041482497,0.00507206,0.011058223,-0.008874083,-0.062094312,0.024672702,0.014035127,0.027908465,0.020352956,0.046530288,-0.057143595,0.003280256,0.013929964,0.012522407,-0.022698885,-0.019220438,-0.009974243,-0.0274231,-0.0044936673,0.024607986,0.0026816395,-0.034202028,-0.033263654,-0.009488878,-0.0034117089,0.051416293,-0.026646517,0.01028973,-0.017715808,0.009246196,0.00029147157,-0.013743908,-0.015887601,-0.033749018,-0.010071316,-0.014463865,-0.024996277,0.0058405544,-0.0015855244,-0.011705376,-0.014641833,0.029316023,0.049960196,0.0032944123,-0.015030124,-0.0018595532,-0.04775988,0.013816712,-0.0006158064,0.025125708,0.00013714079,0.020255882,-0.012360618,0.004360192,-0.011624482,0.0048051095,-0.024866847,0.020352956,0.043650456,-0.042032577,0.0039435877,-0.0053713685,0.0041094203,0.03329601,0.041773714,0.04928069,-0.021064823,-0.0028596064,-0.014018948,0.009796276,0.014916873,0.049183615,0.0052864295,0.015272806,-0.013881428,-0.026970094,-0.014205004,0.0028778077,0.0066858977,-0.008534328,0.022844495,0.0018019162,-0.023572542,-0.013040129,0.033684306,0.0021356044,0.020870678,0.025465464,-0.01357403,0.016267804,-0.04015583,-0.009561683,-0.01330708,0.000052739164,0.014698459,0.0020607773,0.0052985637,0.020886857,-0.0025400748,0.014342524,0.021420758,-0.00877701,0.025950829,0.00624098,0.015523578,0.030755937,-0.037826084,-0.012109847,0.015693456,0.028749764,-0.029591063,-0.013743908,-0.007151039,0.015701545,0.03701714,0.0022225655,-0.0058243754,0.019802876,-0.033781376,-0.0028838748,0.007875041,-0.021145718,-0.0027321982,-0.0009803354,0.021291329,0.01495732,-0.00322363,-0.015200002,0.019689625,0.003573497,-0.04746866,0.00575966,-0.02028824,0.013533583,-0.0067303893,0.012441513,0.009585951,-0.018087922,-0.020207347,0.018265888,-0.03156488,0.0126356585,0.0060549234,0.050639708,-0.013776266,-0.001560245,0.110921994,-0.015928049,0.04458883,-0.02949399,0.04222672,0.023556363,0.026242048,0.0062612034,-0.017618736,0.013978501,-0.010661842,0.0059618955,0.03921746,0.0027200643,-0.023960833,-0.0028312935,-0.006111549,-0.010192657,-0.005051837,-0.01920426,0.0031852052,0.03416967,0.03387845,-0.018476212,-0.052354664,-0.018330604,0.01755402,-0.0091410335,-0.010605217,0.04034998,0.0028535395,-0.02674359,0.03141927,0.033522516,0.03004407,-0.0036907934,-0.027277492,-0.0010131986,-0.0049224063,-0.029704314,-0.019252796,-0.01823353,0.008396808,-0.014852157,-0.006956893,0.0007280469,0.004028526,0.021226613,0.0039092074,-0.029607242,-0.008995424,-0.0052985637,0.00774561,0.014277809,0.033781376,-0.0017715809,0.002024375,0.043553386,-0.015564025,-0.017877597,-0.02976903,-0.01839532,0.0050558816,-0.006058968,-0.014746995,0.005173178,0.0010607239,0.027536353,-0.024122622,-0.008607132,-0.004946674,-0.0040184143,0.019997021,0.013598299,0.0045179357,0.0017058544,0.0020870678,-0.03734072,0.029283665,0.0033874405,0.009642577,-0.026306761,-0.013258544,-0.026452372,-0.0145204915,0.026678875,0.025886113,0.054554984,-0.018071743,-0.00093938276,-0.006924535,-0.0068840883,0.010111763,-0.0014763174,-0.02593465,0.00016128262,-0.033587232,-0.0029465677,-0.031160409,-0.0057273023,-0.018767431,-0.0037029276,0.017149549,0.024478555,-0.019139545,0.011050134,0.0023661526,0.009594041,0.0042995214,-0.026808305,-0.0014318256,0.03404024,0.0012053221,0.0042469404,0.023297502,-0.020498566,-0.029785208,0.041094203,0.002014263,-0.009246196,-0.004857691,0.026856842,0.0005667643,0.0033712618,0.014981587,0.016518576,0.018298246,-0.0037292182,0.00010099123,0.017877597,0.030141143,-0.009521236,0.007159128,0.0014773286,-0.0069690268,0.025352212,-0.02837765,-0.0455272,0.018540928,0.02153401,-0.026355298,-0.039282177,-0.0033914852,-0.005100373,0.01795849,0.004267164,0.021517832,0.017117193,-0.019366048,-0.0028252266,0.0077011185,0.01234444,0.03290772,-0.01371964,-0.048633534,-0.017230444,-0.00087668985,-0.0039961687,-0.031014798,0.0053835027,0.00795998,-0.013970411,-0.00007331028,-0.00284545,0.036531776,0.0050680153,-0.00045098463,0.026452372,0.026452372,-0.0006072114,0.011770092,0.020757427,-0.019317511,0.031726666,-0.010783183,-0.016526666,0.0010708356,0.010273551,0.0015976585,-0.0077981916,-0.010629485,0.03475211,-0.03180756,0.014690369,0.014488134,0.025886113,0.0033065465,-0.02072507,-0.017618736,-0.024106443,-0.00023522488,0.024252051,0.03371666,0.0444594,0.03404024,-0.021857586,-0.007947845,-0.019252796,-0.016825974,0.034849178,0.017343696,-0.05047792,-0.0181041,0.009399895,-0.002667483,0.011486962,-0.021517832,-0.023232786,0.03947632,-0.010322087,-0.01962491,0.011033956,-0.008093455,-0.029186592,0.039735183,-0.0124981385,0.002995104,0.023426931,0.026355298,-0.027746677,-0.016631827,-0.015741993,0.016162641,-0.05788782,0.030254394,0.018282067,0.0077011185,0.0069326246,-0.018605644,0.008906441,0.00589718,0.011543589,0.00837254,0.0017007985,-0.026840663,0.011478873,-0.047662806,-0.018346783,-0.003654391,-0.016494308,-0.02318425,-0.038732097,-0.006702076,0.009383716,-0.0025784995,0.009610219,-0.03526983,-0.0002813598,-0.011681109,0.012724643,-0.032438535,-0.008113679,-0.010799362,-0.013193828,-0.024607986,0.02400937,0.02714806,-0.032794468,-0.006977116,-0.0075635985,-0.04523598,0.0213884,0.02028824,-0.0049426295,0.00624098,0.011147208,0.017376054,0.001605748,-0.01056477,0.018702716,-0.013646835,-0.008146036,0.00081248017,0.030141143,0.00036301228,0.021906123,-0.007806281,-0.031063335,-0.008081321,-0.0007679884,-0.056172866,-0.0032438536,-0.0208545,-0.0008059075,-0.008469612,0.0005617084,-0.00823502,-0.0035148486,-0.0038586487,0.0136306565,-0.022440024,-0.0031366688,0.0018433743,0.012603302,0.0026775948,0.0055210222,0.02578904,0.036984783,0.0035775416,-0.0213884,-0.013040129,-0.009448431,-0.014164558,-0.0098771695,0.0033530605,0.049733695,0.040673554,0.012368708,-0.001393401,0.025691967,-0.010047047,-0.023944654,0.02125897,-0.02303864,-0.00808941,-0.013517405,-0.0022529007,0.015159555,0.003872805,0.017181907,0.03662885,-0.015725814,0.025983186,0.007361363,0.010767005,0.018557107,0.00069215015,-0.010119853,0.054004904,0.010775095,-0.0050841942,0.020094095,0.019802876,-0.028782122,0.016761258,-0.020191168,-0.0034804686,0.00068355515,0.028329115,0.0021436936,-0.00039006124,-0.0021012244,0.015264717,-0.0048334226,-0.009796276,0.013622567,0.019964665,-0.012845984,0.0022448113,0.02454327,0.0142292725,0.063841626,0.02386376,0.040058758,-0.009286643,0.017877597,0.014374882,0.009796276,0.00624098,-0.011033956,-0.031208945,-0.017424589,0.03213114,0.009909527,-0.024300588,0.015280896,-0.01563683,0.006422992,0.008113679,0.006435126,0.015078661,0.00030082493,-0.0030699312,0.014690369,-0.015855243,-0.0074543916,0.030383825,0.029380739,-0.004481533,-0.016089836,0.020385314,-0.023378396,0.017230444,0.017764345,0.007636403,-0.000828659,-0.019188082,-0.028717406,0.015750082],"social":"https://twitter.com/mosqueradvd"},{"title":"road to startups","description":"yt channel and community for builders","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=d-JTWGghRyA","youtube_transcript":"Hi. I'm Vlad. I'm working on YouTube channel for builders. I started in late December twenty twenty two Clueless about making YouTube videos or start ups with barely any English and no previous media exposure. Imagine trying to do business in a four agent country with little language skills or understanding. That was me. I initially plan to discuss productivity, find life purpose and company creation while showing my journey. However, it didn't go well from the start, and I wasn't recommended on YouTube, which was demote waiting, given the effort involved When Night and Weekends began, I thought I'd make videos for builders. But what exactly? I started with fear of ideas still and then try a short on selling goals. I attempted to provide value on Twitter in text format. And try to help builders by creating a platform for exchanging feedback. These efforts didn't attract the attention. I hope for So I continued to make videos. Yet surprisingly, a video on how to start anything took off. The whole night and weekend's time taught me a lot about social media, marketing, and what I want to do with startups So I'll definitely share my past journey and learnings in long YouTube video, as well as new start up stories. This is just the beginning.","embedding":[-0.006953308,-0.005892634,-0.04136629,0.010952934,0.00404382,-0.025765542,0.028019475,0.023629462,-0.021242945,0.046492882,0.033146065,-0.018340822,0.0015256398,-0.07648639,0.0122861415,0.026885143,0.005958926,-0.024233457,-0.0034582396,0.011527465,0.009280899,-0.011917852,-0.01923945,0.042456426,-0.031672906,-0.07371685,0.026546316,0.04852584,-0.038508363,-0.04360549,0.005892634,-0.025809737,-0.024778526,0.033588015,-0.020152807,-0.030464917,0.0066181645,-0.04646342,0.0379191,-0.00018529572,-0.0024951622,-0.032939825,0.06788314,-0.016027965,-0.012985892,0.009774406,-0.042338576,0.038272657,0.020889387,-0.0048061796,-0.03550312,0.022053182,-0.034412984,0.07230262,0.0015698345,-0.05403545,-0.019563545,-0.014274905,-0.056304116,0.019224718,0.020476902,-0.02044744,0.06499575,-0.0075499373,0.016897127,-0.0401583,-0.05651036,0.009494507,-0.02295181,0.017353807,0.024778526,0.021714356,0.013722471,-0.0046220347,-0.050823968,0.014738951,-0.031643443,0.0028505616,0.00087238604,-0.026045442,-0.03980474,0.016676154,-0.00042238215,0.033912107,-0.077193506,-0.031672906,-0.040246688,-0.023393756,-0.007122721,-0.017118102,-0.042043943,0.01775156,0.0072111106,0.011895754,0.053416725,0.015836453,0.02156704,0.06906167,0.044371534,-0.029875655,-0.003710518,-0.0073252805,0.034000497,-0.009700748,0.007351061,0.016278401,0.014414855,-0.022347813,0.016101623,-0.06558502,-0.112136826,-0.036121845,0.016484644,-0.0137003735,-0.035090636,-0.004191136,0.010076404,-0.047465168,0.005598002,-0.018753307,-0.050146315,0.0056200996,0.013066916,0.010105867,-0.0020237514,-0.015350311,-0.009582896,0.04390012,-0.021331334,-0.029993506,0.02797528,0.007001186,0.023452682,-0.021213481,-0.051442694,-0.020992508,-0.049115103,0.029684143,-0.06116554,0.00901573,-0.0002605649,0.00062609237,0.026708363,-0.0060878275,-0.014842072,-0.028225716,0.010142696,-0.005708489,-0.000090115864,-0.0063824593,0.02146392,0.007763545,-0.058425464,0.013081647,0.044017974,-0.03986367,-0.018679649,0.02694407,-0.0129196,-0.0005528948,0.037624467,-0.016661422,0.0000806209,0.014046566,-0.050440945,0.0024841134,0.010650936,-0.044548314,-0.050470408,-0.03971635,-0.040423468,-0.0062682894,-0.016499374,0.0023607365,0.014098126,0.007450499,-0.013796129,-0.083557546,-0.023172783,-0.040600248,-0.010820349,-0.004320037,-0.008485393,-0.012720724,-0.053122096,0.017854681,0.007343695,-0.043458175,0.033882644,-0.03214432,-0.03559151,0.045579523,-0.02100724,-0.015026216,0.030288137,-0.015556553,0.07890237,-0.0021710673,0.037153058,0.011696878,0.021301871,-0.0033440697,0.0033146066,-0.0074284016,-0.0045888885,0.021994255,-0.013516229,0.0494392,-0.035444193,0.0018497346,0.0488794,-0.01738327,0.017486392,0.021699624,-0.048319597,-0.0039370162,-0.020963045,0.035296876,-0.033411235,0.023953557,-0.010599376,0.0015551029,0.024086142,-0.027371284,-0.0051229084,0.028314106,0.012337702,-0.039156552,0.041130584,0.02352634,0.011188638,-0.007984519,-0.013494132,-0.036770035,0.017073907,-0.0029868288,0.07348114,-0.0005372425,0.02603071,0.041660924,0.026413731,0.0045152307,0.013251061,0.00803608,0.030847939,-0.000855813,-0.071595505,-0.10353358,-0.014753683,0.02156704,0.065290384,-0.016381523,-0.028078401,0.02946317,-0.0010091135,0.0012650748,0.013656179,0.0037142008,0.053033706,-0.024587015,0.033588015,-0.032173783,-0.0006620006,0.013751934,-0.019828713,0.030700622,-0.031525593,-0.024955304,0.012190387,-0.02983146,0.01384769,-0.027002994,0.008993632,0.00050133426,0.002132397,-0.036475405,0.01361935,0.0037749687,0.008551685,0.023717852,-0.027194506,-0.011785268,-0.05041148,0.038449436,-0.019416228,0.042309113,0.02846142,0.00081760297,0.024115603,-0.0010183208,-0.014407489,-0.07436504,-0.0057453183,-0.01342784,0.024528088,0.016970785,0.03783071,-0.012558676,0.016911859,0.07118302,0.01878277,-0.021139825,0.019828713,0.046522345,-0.007896129,-0.000545529,-0.0014289637,0.03320499,-0.0134794,-0.027621722,0.06481897,0.027356554,0.010680399,-0.04982222,-0.00039683207,0.013575155,0.007516791,-0.040865418,-0.00043481193,-0.028446691,-0.03019975,-0.043870658,-0.013722471,-0.025853932,0.007594132,0.03161398,0.08532534,-0.0022097377,0.011196004,-0.016469913,0.0028947564,-0.010673033,-0.008617977,-0.025146816,-0.025235204,-0.02676729,-0.0049903244,-0.01822297,0.063817225,0.03682896,-0.03865568,-0.05709962,-0.009686017,0.010577278,0.01664669,0.059721846,0.037712857,-0.050529335,-0.012838576,0.0539176,-0.016366791,-0.030759549,0.0031746565,-0.054330084,0.024925841,0.009384019,-0.010208989,-0.015026216,-0.009442946,0.010746691,-0.0052370783,0.03700574,0.008676903,0.037683394,0.0065518725,-0.00031373673,0.0030604866,0.008603246,0.0024049312,0.03279251,0.036799498,-0.045402743,-0.0067544314,-0.009708114,-0.04227965,0.018105118,0.012654431,0.025927588,-0.00128441,0.05709962,0.048673157,0.015394506,-0.000022255626,-0.02426292,-0.020138076,0.02295181,0.02137553,-0.029227464,-0.04192609,0.0031451934,0.0072921347,-0.015468164,-0.009767041,0.03951011,0.0014123907,0.010459425,0.0063419472,0.012168289,-0.006809675,-0.021346066,0.013449937,0.0048061796,-0.006875967,0.0032041196,-0.0010671192,0.014775779,-0.052031957,-0.017235953,-0.019489886,-0.012426091,0.035061173,-0.035444193,0.048231207,-0.0052297125,0.0036828963,-0.015954306,0.03980474,0.02417453,0.07742921,0.025441447,0.001161033,-0.05114806,0.01794307,0.012661797,0.006875967,0.024145067,0.028004743,0.0024841134,0.010776155,-0.026015978,-0.034059424,-0.0025706615,0.025824469,-0.021198751,-0.046021473,-0.03296929,-0.039657425,0.019047938,0.011947315,0.023732584,0.00041731817,0.035915602,-0.0704759,-0.024970036,-0.054064915,-0.0071485015,-0.020963045,-0.0052702245,-0.036180772,0.011689512,-0.030229213,-0.022981273,-0.024498625,0.009929088,-0.016897127,-0.055449683,0.018930087,-0.019254182,0.0031323032,0.0087137325,-0.045196503,0.0020550562,-0.007479962,0.025515106,0.03058277,-0.03494332,-0.033411235,-0.010849812,-0.002679307,-0.042043943,0.034088887,0.028682396,0.0044526216,0.038154803,-0.06941523,0.011372783,0.01524719,-0.0039259675,-0.025058426,-0.02174382,-0.01120337,0.0048061796,0.0045888885,0.04163146,-0.018164044,0.016234206,-0.02631061,-0.0003089029,0.0010625155,0.0018138264,0.024233457,0.033971034,0.015070411,-0.01747166,-0.021640697,-0.021537578,-0.027960548,0.0015155118,0.031643443,0.035620973,-0.0066844565,0.012617602,-0.0010256866,0.04089488,0.015821721,-0.012720724,-0.010393133,-0.020756803,-0.02871186,0.042515352,-0.058720097,-0.014525343,-0.02862347,0.018650187,-0.03998152,0.008662172,-0.0056348313,0.019298377,-0.003349594,-0.007457865,-0.031172033,0.013251061,-0.011984144,0.019593008,-0.0021563356,0.03995206,-0.009833333,0.0244397,-0.05262122,0.00017758465,0.014164419,-0.0009465043,-0.0044894502,0.011196004,-0.04731785,0.0044526216,-0.01829663,-0.038095877,-0.012175655,0.006769163,0.0015495786,0.018443944,0.054595254,0.00022339067,-0.0060988762,0.030700622,0.032763045,0.020771535,-0.014370661,0.03615131,0.029816728,-0.034884393,0.033735327,-0.055921096,0.010555181,0.015969038,-0.010849812,-0.015777526,-0.014274905,0.02184694,0.018709112,-0.015924843,0.027386015,0.031672906,0.005719538,0.03123096,-0.027783768,-0.037948564,-0.020108614,0.010429962,0.003566885,-0.06829563,0.009899625,-0.06299226,0.024763795,0.021478651,0.010437327,-0.0026535266,-0.012809113,-0.012492384,-0.019946566,-0.055714853,-0.025912857,0.02342322,-0.028210985,0.017898876,-0.023762045,-0.005063982,0.04852584,-0.014068663,0.006562921,0.010636204,-0.025515106,0.019961298,0.017854681,-0.002531991,-0.0047619846,-0.037506614,-0.001684925,-0.0072000623,0.022259425,-0.0030144504,0.001164716,-0.023570536,0.0014630305,7.1931566e-7,-0.035002246,-0.032763045,0.0091998745,-0.027253432,-0.016499374,0.0081392005,-0.029551558,-0.04731785,-0.011335954,0.009310362,-0.008617977,0.006666042,0.031201497,0.008419101,0.0040033082,-0.025898127,-0.02825518,0.030671159,0.026295878,0.018060923,-0.028078401,-0.027179774,0.031643443,-0.0069754054,0.01283121,0.027120847,0.015018851,-0.046345565,0.0075720344,-0.005715855,0.001428043,-0.011144443,0.010385768,0.0059773405,0.016970785,-0.018723844,0.0126396995,0.0004898252,0.030641695,-0.027724842,-0.025043694,0.057865664,0.02155231,-0.015571285,-0.0026406366,-0.0035116414,0.07660424,-0.017692633,0.01552709,-0.013597253,-0.03874407,-0.00011693195,-0.006522409,-0.000647269,-0.02081573,0.008927341,-0.016337328,0.0046220347,-0.00077156676,0.00567166,-0.0035098002,0.0045667915,-0.0062204115,0.016469913,-0.038066413,-0.011210736,-0.011608489,-0.030523844,0.01813458,-0.009037827,0.0060546813,-0.00335696,0.039009236,0.009288264,0.009678652,-0.0047067413,-0.005487515,0.017795755,-0.016337328,-0.0011601123,-0.003402996,-0.03559151,0.029639948,0.019092133,-0.030553307,0.0065813353,-0.019254182,-0.037771784,-0.014238076,0.008102371,0.019460423,0.027253432,0.0013856897,-0.090805486,-0.014282271,-0.0055906363,-0.04843745,0.012249312,-0.009818601,0.01589538,-0.051383767,0.0286382,0.0012853307,0.019843444,-0.017044444,-0.020329587,0.013648814,0.005174469,-0.040747564,0.019357303,-0.048938323,-0.051383767,0.015394506,-0.014886267,-0.03930387,0.022259425,-0.027710112,-0.05114806,0.003900187,-0.004887203,0.0045225965,0.0071448185,-0.013354181,-0.0021305555,0.022907615,0.057983518,0.021110361,0.0066144816,-0.007277403,0.021964792,-0.04917403,-0.03364694,-0.0019574594,-0.04257428,-0.01491573,-0.015320848,0.007660424,0.047435705,0.018812234,-0.030553307,-0.0016978151,0.01729488,-0.018311359,0.03485493,0.006360362,0.014945193,-0.030155554,0.022804493,-0.00089908706,0.004213233,-0.017486392,0.007991885,-0.005815293,0.022966541,-0.028328838,-0.0033956303,0.019828713,0.037978027,-0.0027805867,0.0019961298,0.0131995,-0.02685568,0.027194506,0.004301623,0.0046662292,-0.019254182,0.0026240635,-0.024145067,0.0058337077,-0.014429587,-0.017412733,0.030641695,-0.012352434,0.012264044,-0.011733707,0.0041616727,-0.0056827087,-0.0038780896,0.001197862,-0.006537141,0.0031212545,0.0066144816,-0.023776777,0.00014455368,0.009214606,0.0061467537,0.0048430087,0.0037583956,0.013516229,0.012949063,-0.0055648563,-0.065113604,-0.014002372,0.006809675,0.008065542,-0.027209237,-0.006286704,0.034560297,-0.048643693,-0.007524157,-0.036298625,-0.011306492,-0.009185143,0.03980474,-0.026104368,-0.0031838638,-0.0067507485,0.0060141697,0.019180523,-0.01036367,0.013965542,-0.022730835,0.009479775,-0.054005988,0.035532583,0.020432709,-0.016720349,0.00007584464,0.0008687031,0.010761423,0.011601123,0.0116232205,0.033087138,-0.024881646,0.024970036,-0.041513607,0.020845192,-0.014105492,0.0066071157,0.037595004,-0.03205593,-0.0074725966,0.0053880773,-0.012013608,-0.030641695,0.018281898,-0.021891136,0.012256678,0.03650487,0.022539325,0.02389463,0.0036294942,0.0059883893,-0.030936329,0.0022097377,0.009752309,0.034972783,-0.050823968,-0.034648687,0.008043446,0.0113138575,0.042073406,-0.013553058,0.006242509,-0.025544569,-0.01923945,0.031672906,0.0062019974,0.0017604243,-0.054919347,0.02806367,0.03550312,0.03049438,0.0029923532,0.0035908238,0.0028745006,-0.03494332,-0.0078740325,0.014002372,0.024587015,-0.026192758,-0.009185143,-0.005145006,0.03338177,0.0014326466,0.0030181333,0.038154803,-0.019136328,0.012455555,0.022539325,0.007351061,0.045314353,-0.022966541,-0.026281146,-0.011129713,-0.0034674467,-0.009700748,-0.011196004,-0.03653433,-0.01064357,0.0067507485,-0.010510986,-0.014326466,-0.013265792,-0.0014970973,0.011483271,0.031997003,0.016307864,0.0018534175,0.028446691,0.017633706,-0.002876342,-0.006139388,0.020344319,0.03494332,-0.0412779,0.020388514,0.02286342,-0.04425368,0.015335579,-0.008691635,0.026840948,0.02825518,-0.01097503,-0.0258392,0.0052702245,0.008190761,0.0071485015,-0.023644194,0.007229525,-0.04416529,0.045874156,0.04266267,0.0029242195,-0.011468539,-0.02044744,0.0126396995,-0.02006442,0.0005878823,-0.014414855,-0.018399749,0.025456179,0.0048135454,-0.030847939,-0.0011739231,0.0067617972,0.017648438,-0.008765293,0.038449436,-0.014790511,0.0022263108,0.014886267,0.027945817,-0.024778526,0.0044084266,0.0048835203,-0.03659326,0.018385017,0.0025504057,-0.0013433364,0.00043619302,0.038243193,0.018885892,0.02529413,0.017177029,0.012227216,-0.0043089883,0.019003745,-0.03653433,0.015880648,0.0009271691,-0.02463121,0.008654806,0.03058277,0.028196253,0.036563795,0.019195255,0.0013939762,0.014053931,0.0018303994,0.025971783,0.036946815,0.004014357,-0.023187514,0.02648739,0.0032685704,0.019843444,-0.023261173,-0.038802993,-0.002589076,-0.036180772,0.004301623,-0.028873906,0.013862421,-0.0033624843,-0.03438352,0.011321223,0.03214432,-0.016219474,-0.0049424465,-0.03821373,-0.022053182,-0.050323095,-0.0005225109,0.043458175,0.014083395,-0.014024469,-0.0062572407,0.015276654,0.0020789949,0.008986266,0.013803495,0.007969787,-0.039097626,0.03226217,-0.028152058,0.025235204,0.016617227,0.009501873,-0.023585267,-0.011453807,0.00066476275,-0.035945065,-0.0033256554,-0.0058705364,-0.020756803,-0.014326466,-0.03364694,-0.010194257,-0.011299126,-0.014488514,-0.009501873,0.012853308,0.0031544005,0.014488514,0.02769538,0.010253183,0.016676154,-0.023040198,0.007903495,-0.0006449672,0.007851935,0.0030181333,0.027813232,-0.053416725,-0.0019206303,0.0070306486,0.010238451,-0.0042316476,-0.023968289,-0.019195255,-0.007896129,0.04339925,0.035444193,0.044607237,-0.030288137,0.010945568,0.033823717,-0.0088021215,0.003550312,0.007229525,0.0015514201,-0.0059405114,0.034737077,-0.0351201,-0.0027805867,0.0035098002,0.009759675,-0.0019372033,-0.0075057424,0.06770636,-0.020167539,-0.0020789949,-0.018252434,0.03058277,0.023673657,0.028932832,-0.02146392,-0.015571285,0.021493383,0.014650561,-0.030789012,0.01524719,0.026840948,-0.01756005,0.0027676965,-0.005071348,-0.027371284,0.011542196,-0.0088463165,-0.011210736,0.022568788,0.014098126,-0.023452682,0.02018227,0.011232833,-0.0064045563,0.00061044004,-0.0011904961,-0.010525717,0.049026713,0.004496816,-0.00031972144,-0.011652684,0.024645941,-0.004673595,0.011394881,0.025912857,0.0038117976,-0.022185767,-0.0005040964,-0.03149613,-0.007630961,0.011048689,0.011770536,-0.012934332,0.0035981897,0.01561548,-0.014753683,0.024483893,-0.029698875,-0.00012694483,-0.0050271535,-0.036770035,0.005174469,-0.0034711296,-0.0051634205,0.0060362667,0.030155554,0.018900624,0.020535829,0.014680024,-0.028814979,0.017604243,0.029551558,-0.03644594,-0.004890886,-0.006809675,0.008264419,0.00971548,0.012455555,-0.008721098,-0.013501497,0.019563545,0.035620973,-0.0021729087,0.015409238,0.030995253,-0.0022115791,0.0043826466,0.014724219,0.099526584,-0.0119325835,0.011895754,-0.028225716,0.045137577,-0.01134332,0.012853308,-0.02258352,-0.02974307,0.015394506,0.006596067,0.02305493,-0.02862347,-0.0040916977,-0.0071816477,-0.029183269,0.00013396535,-0.012050436,0.0066807736,-0.018605992,0.022966541,0.0277985,-0.01423071,-0.0007264513,-0.032645192,-0.007303183,0.016278401,-0.004117478,0.020211734,0.013177402,0.009280899,-0.025279399,0.014105492,0.014149687,0.026148563,0.029978774,-0.015674407,-0.005001373,-0.022392008,-0.019858176,-0.0033808986,-0.027813232,0.009244069,-0.0027050872,0.0069680396,0.016248938,-0.006426654,0.03170237,-0.0070380145,-0.01719176,-0.020624219,-0.021817477,0.009531335,0.018885892,0.0037823345,-0.0117999995,0.0446367,0.03114257,-0.0027290261,0.028328838,-0.02091885,0.012403995,-0.042338576,-0.005428589,0.031908613,-0.006238826,0.025161548,0.018974282,-0.014098126,-0.030523844,-0.030140823,0.0039554304,-0.0031286203,0.014510611,0.00022983574,0.01435593,-0.0045631086,0.012897503,-0.0021029338,-0.000092762944,-0.032497875,-0.056156803,-0.009811236,-0.009037827,0.034442443,0.023187514,0.0020937265,0.048849937,-0.0026848314,0.033676405,-0.036770035,0.024395505,0.043870658,-0.01878277,-0.008809487,-0.00901573,-0.033912107,-0.008301248,-0.023747314,0.008455929,-0.004658864,0.03302821,-0.0060399496,0.025485642,-0.028844442,-0.031731833,-0.013678277,0.00051560544,-0.020344319,-0.005498564,0.015173532,-0.012477652,0.005001373,-0.0060767788,0.034471907,0.0005676264,-0.034619223,-0.007483645,-0.009369288,-0.0067617972,0.0060473154,0.008168664,0.0074320845,0.00794769,-0.014260174,0.029669411,0.008426466,-0.03261573,0.038596753,-0.021508114,0.025426716,0.024469161,0.03485493,-0.01850287,0.034177277,0.01710337,-0.03105418,-0.034471907,-0.034707613,0.017972533,-0.036770035,-0.005461735,0.016587764,0.041395754,-0.016970785,-0.019195255,0.0041285264,0.008544319,0.030096628,-0.0003089029,0.014039201,0.0123745315,0.023084393,0.021360798,0.0027014043,0.006283021,0.02760699,0.053858675,0.00008447643,0.018488139,0.018429212,-0.0021784331,0.012543945,-0.016425718,0.009472409,0.034412984,-0.0351201,0.003139669,0.04257428,0.008728464,-0.009229338,0.0009179619,-0.016293133,0.013376279,0.014061297,0.014694756,-0.019475155,0.011556928,0.0021563356,-0.011858926,-0.009251435,0.018075654,-0.034707613,-0.014076029,-0.026340073,-0.019357303,0.026457926,-0.034648687,0.0075425715,0.0039996253,0.011615855,-0.010525717,0.007822472,0.00901573,0.01283121,-0.028741322,0.005362297,0.006183583,-0.01445905,0.04572684,0.042780522,-0.038508363,-0.0017235954,-0.0019906054,-0.013494132,0.022156304,-0.009796504,-0.015063046,-0.0038559923,0.0031691322,-0.012941698,0.0044194753,0.0028616104,0.00541754,0.00971548,0.0038154805,-0.010547815,0.0071558673,0.05067665,0.017766291,0.030096628,-0.00049995317,0.0131995,-0.054713108,0.042986766,0.06729388,0.006124656,-0.015453433,-0.034471907,-0.004655181,-0.023835704,-0.011026591,0.013449937,0.014157053,-0.014937827,0.029757801,-0.022627715,0.032291632,-0.014731585,-0.035532583,0.013398376,0.0018764356,-0.006566604,0.014606366,-0.0012770443,0.044371534,-0.031172033,-0.014429587,0.0066107986,-0.030906865,0.0037049935,0.03641648,-0.027076652,-0.03939226,-0.015556553,-0.015335579,-0.032321095,-0.050647188,-0.009649188,-0.0023239076,-0.013995006,-0.013089013,0.010628838,-0.012264044,-0.0033090822,-0.0026903558,0.025603494,-0.0033219724,-0.024424968,-0.00055059296,0.0002121118,-0.031024717,0.028859174,-0.008478027,-0.04563845,-0.02268664,0.0040622344,0.0028616104,0.01398764,-0.022833956,-0.054330084,0.012912234,-0.028137326,0.011181273,0.005296005,-0.04599201,-0.032763045,-0.018193508,0.0018911673,0.005067665,0.0061946316,-0.006419288,0.0009989856,0.03585668,0.02974307,-0.003970162,-0.0028137327,0.027106116,0.003333021,0.033146065,-0.006636579,0.00042721597,0.007756179,0.024027215,0.00092808984,0.038361046,0.03355855,-0.027297627,-0.017722096,-0.01491573,-0.017029712,-0.029875655,0.03971635,-0.0031341447,0.025411984,0.00047325215,-0.00567166,-0.010628838,-0.048172284,-0.014650561,0.024012484,0.004084332,0.036387015,0.005605368,0.0028468787,-0.022097377,-0.008824219,-0.06069413,0.055597,0.008684269,0.0049461294,-0.014157053,0.03140774,-0.0011389357,0.017854681,-0.006566604,0.018930087,-0.023762045,-0.0059073656,-0.016514106,0.010702496,-0.029035954,0.019931834,0.009870162,-0.0011914169,0.012300873,0.0116232205,0.016617227,-0.004607303,0.012440823,0.017235953,0.040246688,0.02557403,0.0401583,-0.023850435,0.055420224,0.012949063,0.009590262,-0.0018267165,-0.0058337077,-0.030641695,-0.01979925,-0.05008739,0.0044121095,-0.024159798,0.028210985,0.013921347,0.0017475343,0.0045999372,0.007520474,0.0233201,-0.009523969,0.01869438,-0.009133583,-0.01813458,-0.032291632,-0.02109563,0.020786267,0.0070306486,-0.0066844565,0.0073952554,-0.008389638,0.023820972,0.009509238,0.012293507,0.047170535,-0.0016398096,-0.04398851,-0.015792258],"social":"https://twitter.com/vlad_human"},{"title":"jazzify","description":"create banga snippets!","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=azCve4x9pSM","youtube_transcript":"Hi. Amode, and I'm creating Chesapeake, which helps you in creating beautiful screenshots that you can post on social media with zero effort. Let's see your demo. For example, you just go to testify dot n and now think about screenshots as Google screenshot, chat GPT. Twitter, Spotify, your personal website. Anything goes over there. Right? So you think your image is a little bit imbalanced. Click on auto balance. You want to increase the inset, increase it. You want to change the background. Alright? There we go. Now choose your size, cover, header, get a sword, do it. Let's just move it to it. Right? You are a fan of mortars, Click on water. You don't want shadows of them. But a fan of little transparency effects, reduce the opacity. You don't like an hungry converse decrease them. Now let me tell you about the progress that you've made so far in the six weeks. We have had about thirty four unique users and one seventy seven unique products created at school. Right? So what are you waiting for? Start feeding Bangladesh, but starting today.","embedding":[0.03397829,0.026963418,0.017857574,0.034062605,0.021314422,-0.047552746,0.05149861,0.0161966,-0.027958317,0.04060532,0.02861596,-0.048260976,-0.0552084,-0.041515905,0.029644584,0.007360558,-0.047485296,-0.036592007,-0.0148981735,0.028177531,0.018953647,0.009358785,-0.0046793926,0.050756652,0.036355928,-0.007196147,-0.0113991685,0.01947639,-0.040504146,-0.032561827,-0.042898647,-0.029290468,-0.015707582,0.01908855,0.004289443,-0.025799893,-0.0065595806,0.0192909,-0.000078780315,-0.010378976,-0.0023713137,-0.0031617517,0.051397435,0.001515533,-0.023354806,0.009358785,-0.019881094,0.03057203,0.010421134,0.046473533,-0.061987195,0.03554652,0.0037983176,0.056051534,0.009443099,-0.026288912,-0.02375951,0.058580935,-0.037333965,0.030740658,0.029003803,-0.03726651,0.039290033,0.02615401,-0.035850048,0.0048438036,-0.04859823,0.03757004,-0.031718694,0.0054424284,0.0578727,-0.011289561,-0.0065258555,-0.022106968,-0.016483266,-0.0051937043,-0.0073141856,-0.022393633,0.052780174,-0.028143805,-0.026019108,0.014788566,-0.036355928,-0.005206351,-0.0228152,-0.034197506,-0.0553433,-0.0067956583,-0.053353507,-0.0029088114,-0.02389441,0.036187302,-0.015049938,0.031533204,0.0381771,0.023422256,-0.030403404,0.028919488,0.02622146,0.030909285,0.04728294,-0.014485038,-0.0263395,-0.014974056,0.044955894,-0.028126942,0.025766168,-0.002113104,-0.00636566,0.010480152,-0.11048425,-0.01966188,0.019695604,0.00039521896,0.019712467,-0.02244422,0.066202864,-0.04846333,-0.0043337075,-0.08768591,-0.10468349,0.005067234,0.02470382,-0.00045213048,0.0453606,-0.038345724,-0.06940677,0.012722889,-0.0092407465,-0.024467742,0.013178181,0.0032840061,0.04556295,-0.057771526,-0.0075418316,0.023793235,-0.0505543,0.00036623623,-0.060773082,0.036524557,0.009552706,-0.015791895,0.021719126,0.0040807673,-0.08350397,-0.051093906,-0.042864922,0.06286406,-0.034315545,-0.009552706,-0.011584658,-0.04104375,-0.030993598,-0.02797518,0.031061048,-0.026002245,0.00038151804,0.012368772,-0.052780174,0.0031659673,0.00438008,-0.016339932,0.020066584,-0.037232786,-0.045799028,0.0025315091,-0.046237458,-0.022208143,-0.062425625,-0.016365226,-0.024939897,-0.044719815,0.019307764,-0.015800327,0.05382566,0.022764612,-0.0011487697,-0.07736596,-0.0035221914,-0.033438686,-0.001782174,0.034703385,-0.021061482,0.005560467,-0.036457103,-0.05804133,0.028986938,-0.026170872,0.010606623,-0.006327719,-0.0132962195,-0.00863369,-0.0009432559,-0.018127376,0.0010918583,-0.07655655,0.0767589,0.026508126,0.0069305594,-0.012587987,0.014830723,0.0124783795,0.015395623,-0.0046203732,-0.0043084137,0.018616393,-0.008928787,0.008279574,-0.0015640132,-0.010100743,0.08100829,-0.018818745,0.013911707,-0.025074799,-0.065494634,0.0010043831,-0.03554652,0.027621062,-0.0087180035,0.029138703,-0.034939464,0.006479483,0.038919054,-0.05382566,-0.0018243307,0.011525638,0.04512452,-0.006019975,0.032747317,-0.0044854716,0.012419361,-0.012832496,-0.006100073,-0.04114493,-0.004044934,-0.03794102,0.017284242,-0.039188858,-0.017233655,0.00045371137,0.0014069795,0.017402282,0.01908855,-0.003945866,-0.006850462,0.004152434,-0.072442055,-0.056624863,-0.008051927,0.036322203,0.064314246,0.03219085,-0.020757953,-0.028076354,0.0053581153,-0.032713592,-0.039155133,0.036794357,0.02205638,-0.044416286,-0.005897721,-0.020201486,-0.047552746,-0.0148981735,0.036187302,0.031668104,-0.011702697,-0.013650335,-0.01940894,-0.01827914,0.023793235,0.009746626,0.030251639,0.045293145,-0.004789,0.0041292477,-0.022359908,0.01770581,-0.009198589,-0.0024493036,-0.04795745,-0.05085783,-0.005075665,0.02129756,-0.03895278,0.032797903,0.028970076,0.01922345,0.01216642,0.033185747,0.038716704,-0.045225695,-0.025108524,-0.0016514882,0.03757004,0.021010894,-0.0205556,0.022225006,0.007803203,-0.0149318995,0.034635935,-0.046675887,-0.01588464,-0.0054550753,0.05396056,-0.019847369,0.014544058,0.03353986,0.026491264,-0.037974745,-0.002075163,0.015732877,0.03436613,-0.03541162,-0.016980715,-0.0021278588,0.05460134,-0.0135913165,-0.027435573,0.013211906,-0.025681855,-0.0042472864,0.013996021,-0.020774817,-0.018869333,-0.011002895,0.040571596,-0.0031090558,-0.014645234,-0.025867345,-0.0057881135,-0.065494634,-0.011416031,-0.008271142,0.041448455,-0.016137581,0.010260938,-0.006458405,0.026002245,0.025580678,-0.0456304,-0.09706156,0.003958513,0.028700273,0.036254752,-0.035782598,0.005282233,-0.018481493,0.014974056,-0.021246972,-0.028599098,0.028835176,-0.022579122,-0.0041714045,0.041515905,0.015606406,0.006964285,-0.021415599,-0.016533853,0.018161101,-0.033017118,0.032039084,0.056995843,-0.023860686,0.013085436,0.018430904,-0.027890865,-0.009552706,0.04114493,0.021533636,0.012933672,0.008334378,-0.0024471958,-0.007343695,-0.060267203,0.018683845,0.043640602,-0.026170872,0.0027338613,0.0053791935,0.005206351,0.010286232,0.013464847,-0.017992474,0.02237677,0.01587621,0.037333965,0.0043252762,-0.018009337,-0.0059609558,0.04846333,-0.051161356,0.015623269,-0.0018369777,0.019172862,0.09476823,0.05288135,0.018127376,-0.021213247,-0.01115466,0.0021489372,-0.00054803694,-0.040301796,-0.026019108,-0.011129366,0.006441542,0.019139137,-0.02627205,0.056388788,0.011576227,0.032224573,-0.05665859,0.056253884,-0.013355239,-0.008667415,0.01878502,-0.000014581933,-0.004708902,0.056692313,0.048294704,-0.02912184,-0.053488407,0.014122491,-0.02016776,0.022646572,0.0021320744,0.01763836,0.0018822962,-0.023236766,-0.03428182,-0.030437129,-0.00011388893,0.046507258,0.025816755,-0.03824455,-0.019611292,-0.029661447,0.019678742,0.06913697,-0.0022638142,-0.02200579,0.01191348,-0.026373224,-0.0063235033,-0.04846333,-0.01601111,-0.03315202,-0.022764612,-0.036119852,-0.020268936,-0.03807592,-0.023203041,-0.0075629097,0.050655477,-0.014923468,-0.034939464,0.015867777,-0.0010602407,0.019257175,0.004860666,0.011323286,0.057838976,-0.009889959,0.06778795,0.025614403,0.023877548,-0.07122794,-0.0021109963,0.03989709,-0.045293145,0.02426539,0.011652109,0.023118729,-0.00034489442,-0.078242816,-0.03434927,0.013464847,0.006770364,0.0008078276,-0.0119725,-0.020808542,-0.023877548,-0.0066607567,0.053926837,-0.0240799,0.06849619,-0.023523433,-0.03554652,-0.01966188,-0.0071750684,-0.010294664,0.054162912,0.025024211,-0.02230932,-0.008035065,-0.0312634,-0.012562693,-0.023405394,0.015732877,-0.009375648,0.045900203,-0.013329945,-0.029964974,0.09024904,0.04266257,-0.04060532,-0.005261155,0.016601304,0.009510549,0.0034694956,-0.06057073,-0.025412053,0.0070106573,0.044348836,-0.037671216,0.003450525,-0.009999567,0.05325233,0.006163308,0.001274186,-0.036254752,0.02596852,-0.008153103,0.011905049,0.0051220376,-0.015218564,-0.04903666,-0.012722889,-0.02583362,-0.016289344,0.0074785966,-0.024535192,-0.0048648817,0.02364147,-0.061413866,-0.023101866,-0.034568485,-0.056624863,0.0015798219,-0.0017832279,0.021483049,0.0061590923,0.036524557,-0.014737979,-0.025816755,0.01052231,0.0055183107,-0.02627205,-0.0058471328,-0.0063614445,0.010488584,-0.007613498,0.032157123,0.008372318,0.02187089,0.041886885,-0.009325059,-0.0151595455,0.016297776,-0.0021046726,0.021752851,-0.014215236,0.040031992,-0.0015292339,-0.012343478,0.053387232,0.016812088,0.004746843,-0.020774817,-0.008503004,-0.018262278,-0.0055731144,0.00504194,-0.021348147,-0.00095326814,0.000024816458,-0.01556425,0.023675196,-0.023169316,-0.0017621496,-0.042493943,-0.04252767,-0.02035325,0.016803656,-0.029408505,-0.019189725,0.006340366,0.029391643,0.030352816,0.020454425,0.010505447,-0.017925024,-0.008089868,0.046338633,0.03131399,0.022090105,-0.0077483994,-0.01260485,-0.011306424,-0.026137147,0.004902823,-0.0135913165,-0.0105476035,-0.021331284,-0.00046240617,-0.025580678,-0.013220337,-0.011989363,0.014366999,-0.001515533,-0.0066607567,0.017157773,-0.021803439,-0.02161795,-0.0015239643,0.04708059,0.013017985,0.026524989,0.029256742,-0.0017421251,-0.0047552744,-0.038210824,0.018076789,0.016238756,0.015345035,0.007385852,-0.006686051,-0.020572465,-0.026963418,-0.029442232,0.016027974,0.019779919,0.054668795,0.0015134251,0.009662313,-0.01745287,0.011820735,0.013540728,-0.0012330832,-0.03075752,0.023388531,-0.010530741,-0.004561354,-0.018700708,-0.000041728534,0.021213247,-0.010345251,0.04832843,0.010067017,-0.02949282,-0.0081278095,-0.018110514,0.047755096,-0.039930817,-0.003910033,0.008304868,-0.0143754305,-0.011061915,-0.04532687,0.01720836,0.0048353723,0.044281386,0.0055941925,-0.02382696,-0.016264051,-0.0072340877,-0.013852688,-0.01777326,-0.013178181,0.014122491,-0.016171306,-0.015142683,0.008363887,-0.0056869374,0.019105412,-0.011070346,0.010741524,-0.049778618,0.023219904,0.016205031,0.0062181116,0.022359908,-0.02293324,0.0005195812,0.0032481728,0.00794232,0.0057038,0.022714024,-0.0016156551,-0.03662573,-0.026002245,0.0505543,-0.0007551317,-0.038480625,0.0062096803,0.011432894,-0.018414041,0.036254752,0.02956027,-0.041617084,-0.022612847,0.016879538,-0.029627722,0.014366999,-0.009856233,-0.020690503,-0.011643677,0.025091661,0.027283808,0.035242993,0.008271142,-0.0021731772,-0.0038931703,0.009055257,-0.004158757,-0.020268936,-0.0072003626,-0.027890865,-0.0075544785,-0.023085002,-0.025057936,0.027621062,-0.021820301,-0.0045782165,0.0019012666,-0.016247189,0.03517554,-0.025479503,-0.0065680123,-0.011989363,-0.0033514567,-0.0011424463,0.01726738,0.0077104582,0.022410495,0.012579556,-0.03517554,0.0012320292,-0.008073006,-0.03436613,-0.036355928,0.034872014,0.0021921478,0.041617084,0.004342139,0.004531844,0.0058302702,0.0019276146,-0.0058639953,0.018548943,0.00029325247,0.020150898,-0.023017552,0.026305774,0.0027422926,0.009814077,0.021348147,0.013186612,0.0024324409,0.018211689,0.02993125,0.054129187,0.0011382306,0.023945,0.0075924196,-0.0078074187,0.02993125,0.016019542,0.014063471,0.027199496,0.008979375,-0.01298426,-0.01632307,-0.042864922,0.030791245,-0.0204207,-0.0144091565,-0.01695542,-0.005231645,-0.010808975,-0.00031775603,0.017840711,0.013237201,-0.01569072,0.014501901,-0.038851604,0.03246065,-0.02262971,-0.0013437445,-0.009637019,-0.017891299,-0.011297992,0.019948546,-0.0073689893,-0.005143116,0.0013173965,0.0032903296,-0.07986163,-0.025951657,0.05389311,-0.022730887,-0.017402282,-0.0074785966,0.00078358746,-0.041617084,0.024096763,-0.009088982,0.019054823,0.00029904902,-0.0017969288,-0.0020857023,-0.003142781,-0.011905049,0.02219128,0.005885074,-0.026474401,0.03075752,-0.006163308,-0.01701444,0.0016588657,-0.0059314463,-0.028194394,-0.006357229,-0.013178181,0.032949667,-0.0032671434,0.006542718,-0.008684278,0.011896618,0.005231645,-0.0054297815,-0.0071708527,0.043202173,-0.020774817,0.0065511493,0.036861807,-0.030656343,-0.03925631,-0.024315977,-0.0021710694,-0.02364147,0.015353466,-0.0036254753,0.008962512,0.02161795,0.0019244528,0.0029825857,-0.006201249,-0.018363453,0.015732877,0.030453991,-0.0018359238,-0.0074785966,-0.037097886,-0.027570475,-0.0071750684,0.013903276,-0.019594429,-0.0075038904,0.017402282,-0.0020604082,-0.010471721,0.0086505525,0.016053267,0.045967653,-0.061481316,0.0008847635,0.012689163,0.047249217,0.018616393,0.0005622648,0.012840928,-0.026777929,0.0077062426,0.010986033,0.026137147,-0.019999133,-0.022275595,-0.004624589,-0.012124264,0.040875126,-0.04445001,0.01115466,-0.016255619,-0.02603597,0.043573152,0.021263834,0.016356796,-0.0042852275,0.0036528772,-0.016592873,-0.041515905,-0.0038004254,-0.0026895967,-0.026457537,0.039930817,0.016255619,-0.01405504,-0.013945432,-0.0143754305,-0.032241434,0.0060241907,0.012073676,0.004696255,-0.04047042,-0.015058369,-0.017672084,0.0028202825,-0.024804996,0.011964068,-0.0020941335,-0.020319523,0.038919054,0.020589327,-0.008878198,-0.0108427005,-0.030588893,0.0409763,-0.015066801,-0.010370545,-0.020690503,-0.01758777,0.014147785,0.0017041841,-0.007516538,0.028211256,0.010437996,0.029341055,0.016171306,0.031651244,0.021128932,0.0042957664,-0.02117952,0.02293324,0.022174418,-0.03193791,0.011862893,-0.0023945,0.0054677227,-0.02640695,-0.0006602791,-0.027401848,0.0037266512,-0.004455962,0.040807676,-0.014130922,0.023995588,0.03063948,0.0049997834,0.0072003626,0.004789,-0.017486595,0.008018202,-0.027081456,0.0055688987,-0.007423793,-0.010269369,0.028126942,-0.022039518,0.02451833,-0.009932116,-0.0322583,-0.0072762445,-0.006555365,0.00070454367,0.012891515,0.00057596574,-0.023843823,0.030099876,0.00970447,-0.007141343,0.032494377,0.015100526,0.018363453,0.027182633,-0.025361463,0.017537182,-0.019257175,0.03156693,-0.010100743,0.022511672,0.0506892,0.0015945768,-0.009940547,-0.003988023,-0.009991135,-0.02401245,-0.018734433,-0.01291681,0.0017400173,-0.014350137,-0.011820735,0.011989363,-0.0022427358,-0.016668756,-0.020386975,-0.026828516,-0.014493469,-0.031465754,0.029779484,-0.0059230146,-0.018414041,0.030723795,-0.039357483,0.021685401,0.021854028,0.015640132,-0.007444871,-0.012453086,-0.0026031756,0.015404054,-0.028683411,0.0226803,-0.005944093,0.03881788,-0.004179836,-0.033893976,-0.0058387015,-0.04121238,-0.04104375,0.007432224,-0.02079168,-0.022646572,-0.016415814,-0.016382089,-0.014265823,0.028582236,-0.002723322,0.002291216,0.010935445,-0.00012660181,0.014990918,-0.0051641944,-0.01354916,-0.010530741,0.048497055,0.008452416,-0.0021668538,0.006572228,-0.022663435,-0.04741784,-0.030403404,0.022966964,0.0063867383,-0.0048817447,-0.0077779093,-0.008658984,-0.0027275376,0.029104978,0.042055514,0.020757953,-0.010572897,0.0066017373,-0.0025546954,-0.0035875342,-0.0097972145,0.01702287,-0.023337943,0.016255619,0.02716577,-0.023287354,-0.02030266,0.0030900852,-0.019206587,-0.0048185093,-0.003716112,0.034248095,0.04708059,0.0043842955,0.011002895,0.016348364,-0.0063614445,0.008174182,-0.01456092,-0.0003617571,-0.016382089,0.0013089651,-0.019594429,0.023793235,0.018801883,0.004439099,0.02748616,0.015968954,-0.043505702,-0.0075839884,0.015033076,0.016508559,-0.0017853357,0.014729547,-0.010429565,0.00926604,-0.012301322,0.004810078,0.0066017373,-0.020015996,0.017925024,0.011525638,0.0065132086,0.008844473,0.0154546425,-0.010876426,0.012056813,0.014248961,-0.0023460197,-0.021972066,0.014830723,0.011053484,0.019999133,0.025513228,0.005564683,0.0016009002,-0.0028160668,0.010421134,-0.000521689,0.03411319,0.0051726256,0.016997578,-0.0030690068,0.017739534,-0.002354451,0.030133601,-0.005893505,-0.011601521,-0.00614223,0.013481709,0.003439986,0.013287788,0.019189725,-0.019392077,0.0072551663,0.0049702735,-0.027250083,0.002303863,-0.039998267,-0.0040639048,-0.008313299,-0.0016978607,-0.016567579,0.0023902843,-0.021280697,0.024349703,-0.016744636,0.011230542,-0.019189725,-0.023877548,0.00491547,0.020842267,0.10481839,-0.03875043,0.019122275,-0.041077476,0.036018673,0.00256945,0.0077694776,0.0024471958,-0.031617515,0.0020150896,-0.010471721,-0.0132962195,-0.0021963634,-0.008283789,-0.01795875,-0.02370892,-0.010505447,0.010117605,-0.0041903746,-0.0126723,0.025631268,0.010134468,0.036828082,-0.006913697,-0.025310876,-0.024872446,-0.019156,-0.00061179895,0.0041461103,0.0015271261,0.015926797,-0.01349014,0.02445088,-0.015479936,0.01708189,0.009527411,-0.021415599,0.00030352816,-0.00231651,-0.014223667,-0.006719776,-0.0027844494,0.01702287,-0.014974056,0.008047712,0.00516841,-0.01203995,0.010227213,-0.033050843,-0.04380923,-0.02048815,0.043606877,0.00023765833,0.003106948,0.012942104,-0.013119161,0.026390087,0.025732443,-0.006593306,0.01600268,0.01235191,0.038413174,-0.029408505,-0.004342139,0.013844256,0.0048058624,-0.016036404,-0.017688947,0.013186612,0.03107791,-0.020049721,-0.016373659,0.026288912,-0.010075449,0.027334398,0.019257175,0.035647698,0.010497016,0.016727773,-0.004266257,-0.025917932,-0.008692709,-0.026727341,0.021432461,-0.0027043517,0.015614837,0.007474381,0.021314422,-0.0071708527,0.0063108564,-0.019746194,-0.010572897,0.04192061,0.016424246,-0.011475051,0.0062686997,-0.038649254,-0.014291118,0.0092070205,0.00072720286,0.019206587,0.004430668,0.002470382,-0.012975829,-0.03719906,0.003665524,-0.019240312,0.033438686,-0.0037624845,-0.026710479,-0.020403838,0.0025062151,-0.00006758244,0.015522093,0.038716704,-0.010286232,0.011163091,0.028970076,-0.0047679213,-0.04758647,0.023877548,0.030083014,-0.0011919803,-0.012680732,-0.000013602119,0.034770835,0.010749956,-0.035209265,0.01733483,-0.008751729,-0.007984477,0.018043064,0.011643677,-0.01033682,-0.04178571,-0.0004429087,-0.008658984,-0.014333274,-0.012899946,0.03699671,-0.024686957,-0.0143417055,0.036524557,0.0038362588,-0.008317514,0.005648996,0.008583101,0.02161795,-0.021213247,0.019004235,0.028228119,0.0100248605,0.021230109,-0.010269369,-0.014265823,-0.022966964,0.037468866,-0.002594744,-0.011643677,-0.0018527865,0.004902823,-0.010800543,-0.011770148,0.013709355,0.02293324,-0.0033514567,-0.014864448,0.02433284,0.012545831,-0.00086157734,0.002942537,0.0072045783,-0.033421822,0.013540728,0.01153407,-0.011272699,0.028750861,0.034248095,-0.028481059,-0.0040280716,-0.0111377975,-0.014771704,-0.013515434,0.023236766,0.019746194,0.015952092,0.007887516,-0.026423812,0.006234974,-0.03168497,-0.0009379863,-0.006458405,-0.03554652,0.0068673245,0.031836733,0.014518764,0.0059314463,-0.04171826,0.020437563,0.019493252,0.029273605,-0.031465754,-0.0078327125,-0.007921242,-0.007828497,0.0006955854,-0.022848925,-0.014257392,0.01569915,-0.01795875,0.018397179,-0.010901719,-0.030437129,-0.011567796,0.023422256,-0.008802316,0.019054823,0.022241868,0.039795913,-0.0023902843,0.037738666,-0.008920356,0.057333097,-0.043977857,-0.009325059,0.0360524,0.041246105,-0.026862241,-0.0041187084,0.041988064,-0.00018522594,0.0205556,-0.036288477,0.010437996,0.01367563,0.033691626,-0.037536316,-0.0024682742,-0.015075232,-0.023877548,-0.019054823,-0.017183065,-0.0048564505,-0.010058586,-0.004932333,0.020066584,-0.001730532,-0.001247838,-0.001782174,-0.014417588,0.03504064,0.03156693,0.00005717501,-0.008895061,0.005463507,-0.0083554555,0.012174851,-0.01846463,0.028666548,-0.009628587,-0.016137581,-0.027519887,0.020319523,-0.037468866,-0.008684278,-0.011238974,0.03851435,-0.0078074187,-0.004544491,-0.00040180594,-0.017098753,-0.033168882,0.0015998463,0.023169316,-0.011045053,0.010142899,-0.0060031125,0.042898647,0.004203022,-0.024349703,-0.044213936,-0.015775032,-0.04512452,-0.0043505705,-0.0014069795,0.009561137,-0.012781908,0.013431121,0.005029293,-0.0048648817,0.019881094,0.015952092,-0.018144239,0.044584915,0.03460221,-0.0031280264,0.01191348,0.011567796,-0.010910151,-0.00608321,0.02048815,-0.007158206,0.014333274,-0.0068926187,0.028346157,0.029155565,0.009578,0.014653665,0.033202607,0.017891299,0.026997143,-0.003117487,0.007094971,-0.01922345,0.006580659,-0.0032840061,-0.030201051,0.00983094,-0.02370892,0.02433284,-0.004066013,0.011491913,0.03175242,0.035715148,-0.009055257,-0.0012836711,-0.010556035,-0.027469298,0.048126075,-0.041448455,0.024788134,0.030133601,0.05230802,-0.00030985166,0.039829638,-0.021331284,0.0014860233,-0.0022743533,0.011567796,-0.032224573,0.00092112366,0.011045053,0.03069007,0.0022469515,0.020505013,0.010117605,0.0039395425,0.016221894,0.0066523254,-0.0024724898,0.02212383,0.038042195,0.049846068,0.013431121,0.004848019,0.019021098,0.02622146,0.0038341507,-0.0057501723,-0.0018116836,0.0058260546,-0.029206155,-0.015075232,0.025934795,-0.018312866,0.034501035,-0.023337943,0.017368555,0.011559364,0.011609952,0.013498572,-0.027637925,0.02709832,-0.036254752,-0.00046872968,-0.02023521,-0.03421437,0.024214802,-0.0192909,-0.016230324,0.016685618,-0.0031259186,0.014299549,0.037165336,0.007925457,-0.0034062604,-0.012680732,-0.022966964,-0.052510373],"social":"https://twitter.com/yupuday"},{"title":"vibe app","description":"ai personality test","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=uWIvf-B1y2s","youtube_transcript":"You know, what's a build space? It's me, Zach, again, with the Vibat, an AI personality test. Okay. I'm gonna break down what we did over the six weeks to gross over fifty thousand downloads and what we would do with the one hundred k. Over those six weeks, we initially seeded the app through another social app called NGL which is an anonymous q and a. Through NGL, we got about a thousand to fifteen hundred new users daily. While that was happening, we also tested different video content on TikTok with different creators to see which one would hit the best. The one format that worked best was this video format that showed a bunch of people using the Vibap across our IG story all at once. Once that launched, we went viral in the Philippines, got over four hundred thousand views on that particular video, and then relaunched that format with the batch of new creators. We saw somewhat similar success with the next time around, but then also ran to rate limit issues with an open AI, which crashed the app for about a week. And what I'm most excited about and what we would leverage the hundred k to personally fund is building the infrastructure layer to allow any application to use personal data across a multitude of different platforms to build new and engaging social experiences with AI. Thank you all so much. Take care. Bye.","embedding":[0.026137142,0.029713634,-0.016828679,0.026664035,-0.010154687,-0.053360004,0.007340593,0.035222072,-0.006306763,0.013052604,0.017116075,-0.05747936,-0.008318541,-0.060257528,0.007867487,-0.00026743868,-0.0090051,-0.028979177,-0.049144853,-0.011559738,0.0099311555,0.031438015,-0.01887239,0.028292617,0.010026955,-0.060033996,-0.023039643,0.040491015,-0.04882552,-0.03678679,-0.010082837,-0.019894244,-0.0058996174,0.0043588514,-0.013842945,-0.015479511,-0.0121345315,-0.004450659,0.031006921,0.0062987795,-0.0067059253,-0.02364637,0.041896064,0.04911292,-0.035796866,0.019798446,-0.02409343,0.020181641,-0.0011515829,0.028452283,-0.08922074,0.054669257,-0.03156575,0.031805243,0.005644154,-0.0019509053,0.004287002,0.0040914128,-0.028995143,0.023343006,0.02022954,-0.010362251,0.06801724,0.015495477,0.01832953,-0.009244597,-0.03755318,0.04224733,0.027893456,0.02878758,0.059044074,0.019255584,-0.033753157,-0.006662017,0.013611431,-0.03991622,-0.026232941,0.045632225,-0.012062682,-0.06092812,0.037425447,0.032220375,0.027861523,0.011511838,-0.011847135,-0.009340395,-0.040203616,-0.04259859,-0.04205573,0.026201008,-0.022480816,0.057351626,-0.03627586,0.002628483,0.04515323,0.007192903,-0.0028081061,0.035796866,0.042183463,0.027430426,-0.007520216,0.012022765,-0.017627003,0.0029797459,0.0011984846,0.022672413,-0.031118685,0.020309374,0.008717703,-0.0020117776,-0.10505949,0.006642059,-0.011447972,-0.011408056,-0.0040175677,0.014234125,0.027622025,-0.054349925,-0.021283329,-0.019830378,-0.022337116,0.020021977,0.028979177,-0.007807613,-0.00085520506,-0.037425447,-0.031070786,-0.011647553,-0.01892029,-0.026616136,0.008733669,0.032475837,0.058341548,-0.03442375,-0.040395215,-0.024492593,-0.046686012,0.02755816,-0.01855306,0.00056132185,-0.0028859428,-0.034998544,0.019431217,-0.035892665,-0.020213574,-0.03809604,0.009923172,0.007340593,0.004119354,0.009188714,0.0119589,0.025737979,-0.037265785,-0.012661425,0.033465758,-0.021490892,-0.011416039,0.075936615,-0.024476627,-0.0005378711,-0.023853933,-0.020692568,-0.0019399283,-0.0038519152,-0.066037394,0.04065068,-0.018712724,-0.061566778,-0.067314714,-0.036307793,-0.030527925,-0.0389263,-0.015255979,0.011192508,0.017802635,-0.04665408,0.004901712,-0.047516268,-0.0390221,-0.049847376,-0.048250727,-0.006538277,-0.029793467,-0.014649253,-0.110807426,-0.006210964,-0.034168284,0.011759318,-0.0041552787,-0.017611036,-0.00597945,0.026807735,-0.00062768254,0.025993442,0.0149446335,-0.046813745,0.055978507,-0.030016998,0.054030597,0.0026743868,0.027909422,0.020644668,0.021698458,-0.020948032,0.023901833,-0.018473227,-0.009707625,0.01427404,-0.051763356,-0.017770702,0.045185164,-0.01855306,0.02455646,0.01941525,-0.037393514,-0.026999332,-0.013842945,0.06667606,-0.020421138,0.04515323,0.0034707154,0.037872512,0.024540493,-0.050358303,-0.0026823701,0.0016934457,0.02569008,-0.029218674,0.053711265,0.023710236,0.009699642,0.038606968,-0.02404553,-0.048633922,0.035030477,-0.018393395,0.028564047,-0.0021933964,0.0076319813,0.015072365,0.02305561,0.042854056,0.03210861,0.04924065,0.019303484,0.019063987,-0.032092642,-0.059235673,0.026680002,0.026983365,0.055275984,-0.02327914,0.003560527,-0.0063945786,-0.013771096,-0.059076007,-0.021937955,0.05441379,-0.002271233,-0.018361462,-0.004861796,0.0046662064,-0.07433997,0.018888356,-0.0031613647,0.03397669,-0.00232512,0.023534603,-0.0017403472,-0.016924478,-0.023742167,-0.0036463467,0.0024867805,0.014242108,0.0012613526,0.020469038,0.038575035,0.025801845,-0.0009465134,-0.0050294437,-0.029665735,0.014960599,-0.0024249104,0.015224047,0.020756435,0.010242502,0.025706045,0.0060991985,-0.0036204013,0.009196698,0.012813107,0.0023211283,-0.0021075765,-0.017722802,0.019032054,0.041896064,0.03314643,0.02891531,-0.023981666,0.031358182,0.021762324,-0.067314714,0.01429799,-0.0116555365,0.0067099165,0.032268275,-0.027398493,0.013292101,-0.01250176,-0.024444694,-0.0033629416,0.007975261,-0.008478206,-0.030719524,-0.048218794,0.01220638,0.031837177,-0.008494172,0.0001590412,-0.011104693,-0.034264084,-0.033465758,-0.016509349,-0.0061510894,-0.005568313,-0.015631191,0.048665855,-0.03467921,0.012358062,-0.028356483,0.046973407,-0.022544682,-0.02441276,-0.011160576,-0.018473227,-0.031757344,0.006366637,-0.029106908,0.029857334,0.042119596,-0.037936375,-0.035381738,-0.012693359,0.006837649,0.024109397,0.021554759,0.026360672,-0.040906142,-0.015463544,0.019926177,-0.008534088,-0.06092812,0.005017469,-0.03729772,0.053008743,0.0079553025,-0.0031234443,-0.052657478,-0.02913884,-0.0047460385,-0.03041616,0.0071689533,0.06833657,0.025626214,0.0060752486,-0.0014509546,-0.0716576,0.014090426,-0.0178665,-0.012573609,0.0010208574,-0.015247996,0.019542981,-0.010881162,-0.023247207,0.0037621039,0.046717945,0.050358303,0.0018411357,0.043364983,0.04818686,0.029426238,0.00010265953,-0.0179623,-0.003327017,0.0298733,0.011623603,0.003221239,-0.07031641,0.036722925,0.042406995,-0.050805368,-0.0019529011,-0.012773191,0.012150497,0.005237008,0.014832867,0.008629887,-0.005173142,0.015455561,0.009212663,-0.03800024,-0.04387591,0.000106588785,0.0073765176,0.0032890965,-0.030384228,-0.012589576,0.008430306,0.0076918555,0.01459337,-0.060576856,0.07344585,-0.00989124,0.01904802,0.005384698,-0.014234125,0.021634592,0.026201008,0.08391986,-0.0071250456,-0.07497863,0.0003295583,-0.028436316,-0.002608525,0.054349925,0.04936838,0.0066101262,0.029027076,-0.03669099,-0.021618625,-0.0149127,0.043013718,-0.023470737,-0.0008631883,0.003356954,0.016086238,0.057032295,0.03009683,0.01523203,-0.010649648,0.0298254,-0.012661425,0.0010193605,-0.018856423,-0.033274163,-0.04234313,-0.016509349,0.005057385,-0.026823701,-0.0447381,-0.02928254,-0.016525315,0.022832079,-0.060481057,-0.06750631,-0.002883947,-0.036850654,-0.006218947,-0.008154884,0.013826979,0.022879979,-0.030607758,0.021874089,0.043396916,0.0007998213,-0.023997633,-0.010673597,0.028771613,0.005871676,-0.005787852,-0.022752246,-0.0119589,0.017754735,-0.05747936,-0.021586692,0.016621115,0.020421138,0.0042191446,-0.029426238,-0.040746477,-0.007508241,-0.022065686,0.054477658,0.041576736,-0.0019379326,0.010106787,-0.012262263,0.006043316,-0.023518637,0.0037341625,0.044163305,0.05601044,-0.020149708,0.006051299,-0.0061231484,-0.003410841,-0.06377015,-0.009404262,0.007903412,0.027622025,0.033306096,-0.010322334,0.07625595,0.0047939382,-0.0030276454,-0.021411061,-0.013651348,-0.048346527,0.059938196,-0.011647553,-0.043812044,0.00008469723,0.016445482,-0.023662336,0.040203616,0.01459337,0.036116198,0.0031673522,0.005943525,-0.06083232,-0.009835357,-0.018632893,-0.010769396,-0.00029388317,-0.021043831,-0.04805913,-0.01764297,-0.021842156,-0.030495992,-0.017036242,-0.008083034,0.0032611552,-0.012972772,-0.046047352,0.0051811254,-0.026440505,-0.023311073,-0.028564047,0.025434615,-0.0151841305,0.010058887,0.067123115,0.013108487,-0.0024668225,-0.011647553,0.014761019,-0.008059085,-0.005568313,-0.02414133,0.031948943,-0.003929752,0.050677635,-0.03378509,0.024923688,0.017243808,-0.0061590727,0.009579893,0.012222347,0.029761534,0.03150188,-0.0136194145,0.016700948,-0.007436392,-0.008709719,-0.0012334113,0.00006910496,-0.008869384,0.009212663,0.03159768,-0.02209762,-0.050454102,0.004175237,-0.013858912,0.009404262,0.0032930882,0.0025706047,0.012453861,-0.019974077,-0.0040495005,-0.058597013,-0.018361462,-0.026185041,0.028356483,0.006019366,0.03550947,-0.02404553,0.006917481,0.017403472,0.011360156,0.00063566584,-0.0048737708,-0.0045145247,0.0067019337,0.024077464,0.007959294,0.0033210295,-0.010218552,-0.009691658,0.004310952,0.0055603296,0.012118565,-0.033625424,-0.017020276,-0.011272341,0.0065742014,-0.024604358,-0.015152197,0.0014878771,-0.011000911,-0.0033150422,0.0018521126,-0.030990954,-0.03531787,-0.004901712,0.00094052596,-0.012621509,-0.012509744,0.059076007,-0.024811924,-0.025179151,-0.03665906,0.02473209,0.018026166,0.005584279,0.026743868,-0.021522826,-0.029490104,-0.028580014,0.008677786,0.020963999,0.017068176,-0.0058477265,0.0059076007,0.0043428848,0.011743352,-0.027254796,0.026344705,0.023566537,-0.014848834,0.016158085,-0.03159768,0.023295106,-0.0328271,0.02409343,0.008470222,-0.04965578,0.012653442,-0.0007544166,-0.0104101505,-0.014441689,-0.041033875,0.05502052,0.0015128248,0.014673203,-0.02810102,-0.040714547,-0.04033135,0.022672413,0.0048538125,-0.028851444,0.027861523,0.0038479236,-0.0055762962,-0.029122874,0.06367435,0.0020037943,0.0055603296,0.01900012,0.021458961,-0.011216458,-0.0024628309,0.006039324,0.0020876185,0.02355057,0.011424023,-0.003919773,-0.057702888,0.036722925,0.021283329,-0.027222862,-0.003963681,-0.026504371,-0.0029797459,0.011000911,-0.021363162,0.013890845,0.008494172,0.016605148,-0.02869178,-0.015351779,0.035860732,-0.021746358,-0.0019449178,0.02842035,-0.0038159906,-0.014657237,0.040714547,-0.017531205,-0.057000365,-0.053264204,0.013922778,-0.023678303,-0.0386389,-0.029043043,0.025035454,0.006662017,0.0013601453,0.016309768,0.030639691,-0.012413945,-0.008502155,-0.0149127,0.0059874333,-0.03154978,0.0034048536,-0.011184525,-0.04151287,0.013036638,0.0023790067,-0.016637081,-0.006949414,0.007109079,-0.036435526,0.019846344,-0.044578437,0.0025686088,0.015247996,-0.012358062,-0.043364983,-0.0002459837,0.015806824,-0.004985536,-0.017850533,0.012940839,0.029697668,-0.036850654,-0.01991021,-0.049304515,-0.0009749537,-0.01193495,-0.00306357,-0.015224047,0.04978351,0.0053168405,-0.020069877,0.022895943,0.024173263,-0.005356757,0.008869384,-0.014313957,0.01818583,-0.024316961,0.049751576,-0.014537487,-0.0026204998,-0.00009118362,-0.021395095,-0.046973407,0.0046741893,0.040714547,0.0048019215,0.0030356287,0.016182035,0.023582503,0.008246691,0.04397171,-0.014377823,0.035094343,0.008222741,0.010050904,0.015064382,0.010298385,-0.009132831,0.066739924,-0.065175205,0.014920684,0.013946728,0.021043831,0.015671108,-0.03164558,0.014872784,0.007851521,-0.009380312,-0.010857212,-0.0066899587,0.029665735,-0.014138325,-0.02896321,-0.04719694,-0.016669014,0.011519821,-0.012996721,-0.009555943,0.044291038,0.047899466,0.016988344,-0.08296187,-0.033848956,-0.012940839,-0.015120264,-0.037265785,-0.028085053,0.015838757,-0.014537487,-0.013403867,0.0064185285,0.046973407,-0.048506193,0.0019209682,-0.03819184,-0.025610248,-0.005584279,0.015367745,-0.02327914,0.028069086,-0.0240136,-0.05578691,0.022385016,-0.013148403,0.070188686,0.0024269063,-0.010729481,0.014106393,0.030575825,0.019574914,-0.039309494,0.017722802,-0.013555548,-0.0076200063,0.01951105,-0.022273252,0.016301785,-0.021953922,0.0032591594,0.015958505,-0.026025375,-0.013172353,-0.018808523,0.03496661,-0.066931516,0.0068576066,-0.0076878644,0.015160181,0.00984334,0.0072527775,0.018521126,0.013036638,0.0055762962,0.002460835,-0.009332413,-0.022816112,0.033082563,-0.019063987,-0.015279929,-0.0024109397,0.041129675,0.011551755,0.015726991,0.023247207,-0.0418322,0.008350474,0.012222347,0.0029059008,0.037393514,-0.012437894,-0.01931945,-0.005432598,0.01887239,0.038223773,-0.015974471,0.023247207,0.0014439693,0.016150104,0.020532904,0.013587481,-0.043812044,0.035988465,-0.019223653,0.025737979,0.0054046563,-0.02428503,-0.0013671305,-0.02295981,-0.006486386,0.028931277,-0.00920468,0.043077584,-0.020900134,-0.034072485,-0.028436316,-0.04160867,-0.0038758651,-0.008334507,0.00017887456,0.021251395,0.026695969,0.029617837,-0.0043029687,-0.01732364,0.0023949733,-0.02854808,-0.02369427,0.009611826,-0.036403593,0.01011477,0.010817296,-0.004386793,-0.006550252,-0.009100898,0.010146704,0.013994627,0.039213695,-0.027238829,-0.007172945,0.02318334,-0.051539823,0.0023570529,0.0075281993,-0.029122874,0.0039596893,0.022177452,0.023119476,-0.018984154,-0.01877659,-0.0027841565,-0.017547172,0.022704346,0.033721223,0.0073046684,-0.020165674,-0.0034986567,0.018792557,-0.009076948,-0.024907721,0.026584202,0.02177829,-0.008390389,-0.0041433037,0.00016415546,-0.021682492,-0.0016894541,-0.022672413,0.0044945665,0.019111887,-0.026695969,0.000007624622,-0.0022412958,0.0142021915,-0.016780779,0.011304274,-0.006055291,0.0237741,-0.0042510773,-0.019527014,-0.021091731,0.0090051,0.03659519,0.028755646,0.037521247,-0.033657357,0.026153108,-0.021123664,-0.009444178,-0.008789551,0.008925267,0.02327914,-0.014800935,0.0027821606,0.039437227,0.014713119,0.00688954,0.0070092883,0.029474137,0.015679091,0.031613648,0.02864388,0.01832953,-0.0068416405,-0.0025207093,0.01456942,0.025817811,-0.0014529504,-0.03127835,0.011447972,0.0013890845,-0.025706045,0.004686164,-0.004203178,-0.019558948,0.0022313166,-0.03218844,-0.012972772,0.013132436,0.0010947024,-0.018968187,-0.015711024,-0.043109518,-0.015287912,0.019431217,-0.0024588392,-0.024221163,0.04946418,-0.039724622,0.020309374,0.012366045,-0.028484216,0.008909301,-0.0179144,-0.007987236,0.010234519,-0.016509349,0.024604358,-0.0031114693,0.0038060118,-0.03723385,-0.04170447,-0.0058756676,-0.021906022,-0.021586692,0.009691658,-0.03927756,0.02404553,-0.038798567,-0.00053986686,-0.0089572,0.025897644,-0.014170258,0.03182121,-0.041449003,-0.011439989,0.01436984,-0.012868989,0.00014070468,0.012150497,0.010186619,-0.0016764813,-0.0023331032,0.010218552,-0.0038080076,-0.038894366,-0.0073685343,0.022864012,0.037169985,0.02305561,0.009731575,-0.008645853,-0.016796745,0.00585571,0.010865196,0.015511444,0.021874089,-0.0007169951,0.0023311074,0.0009629788,-0.0064784028,-0.016828679,-0.028308583,-0.0052769245,0.008043119,-0.042087663,0.022927877,0.007121054,-0.012908906,0.011471922,0.0032172473,0.032172475,0.014170258,0.008238708,-0.012749241,0.026839666,-0.043460783,0.042119596,-0.037617046,0.0024269063,-0.017579103,0.019974077,0.004742047,0.014305973,-0.0036144138,-0.01936735,-0.0125576435,0.006981347,0.012389995,-0.015032449,0.01161562,0.01823373,0.008701736,0.032427937,0.0021175556,-0.010058887,-0.014258074,0.009723592,-0.0038918315,0.01732364,-0.016229935,-0.015383711,0.015878672,0.03413635,0.01727574,-0.016182035,0.03269937,0.0029298507,0.040491015,0.004550449,0.0062588635,0.0014749044,-0.021666525,0.019718613,0.01764297,-0.0076399646,0.0003283109,0.00019222155,0.007759713,-0.022720313,0.0018401378,0.00789942,-0.02273628,0.04387591,-0.02827665,0.021554759,0.0034687195,-0.020532904,0.024955621,0.015623209,-0.003941727,0.020469038,0.022464849,0.00042311195,0.01641355,0.015431611,-0.03528594,-0.013946728,-0.0037980285,-0.006578193,0.0065742014,0.012837057,-0.013651348,-0.012996721,0.008154884,0.0028380433,-0.007983244,0.001024849,0.010657631,0.010194602,-0.015870688,0.019495083,0.10020568,0.008390389,0.02913884,-0.014457655,-0.0021355178,-0.012517727,-0.0020257481,0.020628704,-0.04170447,0.0025706047,-0.014513538,-0.030863222,0.019670714,0.013124454,-0.012405962,0.009787457,0.012709325,-0.00020008006,0.0055523464,-0.013898828,0.034838878,0.021794256,0.018888356,-0.012038732,-0.0010428113,-0.035254005,0.031022888,-0.013683281,0.0179144,0.0389263,0.01439379,-0.02473209,0.0008841443,0.037936375,0.03265147,0.017036242,-0.011671503,-0.014266057,0.014409755,-0.019447183,-0.022800146,-0.010290402,0.002187409,0.021490892,0.001183516,0.00048772633,-0.015671108,0.0023410863,-0.014984549,-0.026232941,-0.030016998,0.021251395,0.0044626333,0.024348894,0.015894638,-0.0026484414,0.010178637,0.023215273,0.01171142,0.009971072,-0.027382528,0.0087656025,-0.01931945,-0.009436195,-0.049400315,-0.02278418,-0.009476111,0.010378217,-0.005991425,-0.0027542193,-0.01995811,0.030048931,0.026440505,-0.011000911,0.009140815,-0.006749833,0.019016087,0.0042111613,0.02854808,0.018489193,-0.00312544,0.0004690156,0.013747146,-0.011256374,0.015447577,0.0062389052,0.012653442,0.030751457,-0.0018181838,0.039852355,-0.04805913,-0.0042830105,0.020357274,0.026089242,-0.012789157,0.0008043118,-0.008238708,0.002578588,-0.01282109,-0.02886741,-0.007623998,0.03400862,0.012685375,0.003622397,-0.0071410118,0.009707625,-0.05866088,0.030959021,0.013268152,0.012773191,0.009196698,0.04304565,0.015240013,-0.007608032,0.0079313535,-0.0008756621,-0.018345496,-0.016190019,-0.020405171,-0.03937336,0.017563136,0.00007035234,-0.0036184054,-0.019479116,0.0025945543,0.011040826,0.028244717,-0.04304565,0.030176664,-0.0031913018,0.00179623,-0.012358062,0.042279262,-0.0077676964,-0.009883257,0.019335417,0.0021714424,-0.045344826,-0.03978849,0.012709325,-0.049400315,0.031661548,-0.013954711,0.002903905,-0.0070412215,-0.032763235,0.0011266354,0.011008894,0.010202586,0.017627003,0.0015956509,-0.0032471847,0.017611036,0.025131254,-0.0049775527,0.013850928,0.01868079,0.017179942,-0.011224441,-0.007979252,0.01607027,-0.020389205,0.007192903,-0.01434589,0.025737979,-0.015998421,-0.04077841,-0.0071809283,0.016245902,0.0055882707,-0.016325735,-0.027334629,-0.020580804,0.009460145,0.021906022,-0.015671108,-0.002101589,0.02810102,-0.034072485,-0.0013681285,0.021091731,0.021746358,-0.021698458,0.0067977323,0.0119589,0.030703558,-0.0038618944,-0.008422323,-0.035349805,-0.0025187135,0.0051292344,0.0095080435,-0.005943525,0.0028340516,0.026903532,0.012286213,-0.008861401,0.0014120364,-0.01579884,0.047228873,0.0032292223,-0.0065742014,-0.033210296,0.005468522,-0.010745446,0.040682614,-0.012653442,-0.03969269,0.037042253,-0.004275027,-0.004861796,0.005544363,-0.019111887,-0.007927362,0.0042830105,-0.0070412215,-0.01759507,0.029378338,0.03528594,-0.04633475,0.032443903,0.012022765,0.015008499,-0.06383402,0.017084142,0.013060587,0.031390116,-0.011416039,-0.0014230133,0.0057838606,0.020692568,0.011727385,0.01832953,-0.006450461,-0.016493382,-0.0062149554,-0.039852355,-0.014816901,0.012150497,0.0014509546,0.016461449,-0.00024411264,0.01914382,-0.008122951,-0.002967771,0.0038060118,-0.010873179,0.015367745,-0.02596151,0.017116075,-0.007795638,0.054254126,-0.025881678,-0.018105999,-0.007372526,-0.0003951706,-0.007635973,-0.03627586,0.0028999134,-0.011727385,-0.058533147,-0.0023111491,0.024444694,-0.022943843,-0.014353873,0.02204972,-0.0059076007,0.0023211283,-0.039596893,0.009420228,-0.0033429835,-0.008494172,0.02564218,-0.008470222,0.011439989,0.018792557,0.0044945665,0.017563136,-0.0013601453,-0.03156575,-0.04620702,0.007959294,-0.018696757,0.015463544,0.012118565,0.011759318,-0.012733274,-0.011551755,0.02118753,0.003811999,-0.005428606,-0.0044945665,0.009963089,0.030623725,-0.012677392,0.0133000845,0.013236219,0.035094343,0.0061431066,-0.008893334,0.0031414067,0.010529899,-0.009164765,-0.013547566,-0.0006376616,0.014401772,0.028260684,0.00984334,-0.014210175,0.03314643,0.01614212,-0.04684568,0.028244717,0.012685375,0.00015679591,-0.0024368854,0.005628187,-0.008901318,-0.019990044,0.017227842,0.0010787359,0.008733669,0.02355057,0.01579884,0.00095150294,0.02005391,-0.00043583525,-0.009060982,0.012853023,0.01429799,0.002155476,0.012054699,0.038127974,-0.050038975,0.018569026,-0.042662457,-0.0058277682,-0.0010098803,-0.0029398296,-0.03496661,-0.02409343,-0.003917777,-0.008318541,-0.025354784,-0.0074004675,0.033306096,0.00094451755,0.026951432,-0.0073685343,-0.0001822425,0.020788368,0.06016173,0.040714547,0.016988344,-0.031789277,-0.0069015147,0.027015299,-0.0067458414,-0.010442084,0.015351779,-0.034072485,-0.030400194,-0.026584202,-0.011208475,-0.03656326,0.017116075,-0.040714547,0.017978266,-0.029681701,-0.02541865,0.0069973134,-0.0060473075,0.006350671,-0.0094282115,-0.020085841,-0.06999709,-0.007520216,0.011288308,-0.002480793,-0.01171142,0.03946916,0.022241319,0.028899344,0.026775802,0.01995811,0.031948943,-0.01872869,0.013419833,0.028308583],"social":"https://twitter.com/hackwithzach"},{"title":"ringledingle","description":"highly personalized greeting cards built by ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=4u-Xl6yMFJg","youtube_transcript":"Hey, Bill's Face. My name is Drew Peacepin, and I'm the creative wrinkle dingle, custom greeting card app made entirely out of AI. Something funny to show your mom, something weird to show your dad. Yeah. So the app's pretty straightforward. It's just an e greeting card. You just fill out the form, filling out what email you wanna send it from, and then who you wanna send it to. Send out a little bit of information on the recipient that you're talking to, select some background music, and then also choose your narrator style. Once you do that, you'll get your lyrics generated. Once you get the lyrics, you can edit, you can add, you can change all the words you want on this page. This is what an area will read, and then after that, your wrinkle dingle will be submitted. You get the ringled dingle submitted, it will come up with a music player. That music player is where you can hear, share, and send your ringled dingle. Space was intense. But the path is so great. I built my own site now. My future's looking first rate Thank you, Bill Space Team. Over the past four weeks, we've accumulated over a hundred and sixty nine users. Nice. Unfortunately, we only had one lousy order on the Etsy shop. But in other news, we were banned from many Reddit channels. We were also given over twenty four hundred views on a LinkedIn post, and we got three clients for a major production job. So let's say not entirely a failure. And after, we also had it on physical form just released recently for a selfie of five dollars and it's to your friends. And that's all folks. Thanks for listening.","embedding":[0.037341587,-0.0029730562,-0.029560674,0.016649114,0.012826614,-0.06764977,0.016572665,0.0053387596,-0.02685944,-0.0021745784,0.017753392,-0.0503211,-0.030919785,-0.0052113426,0.01933336,0.052393746,-0.054840144,-0.02638375,-0.04478272,0.029679595,0.021898683,0.024464006,0.0067276014,0.014083792,0.05694677,0.005988585,-0.009853558,-0.015697736,0.031531386,-0.044442944,-0.01388842,-0.032024063,0.01841596,-0.018976593,-0.026366761,0.028150596,-0.000978454,0.022527272,0.008078218,-0.03696783,-0.039618097,0.006447285,0.067921594,0.016708575,-0.028575318,0.019877004,-0.034742285,0.062892884,0.029254872,0.025653228,-0.05752439,0.061397858,-0.020981282,-0.0007400786,-0.031956106,-0.027691895,-0.00437464,-0.008311816,-0.012147058,0.041486874,0.06415006,0.017073838,0.0033276994,-0.014814314,-0.040909253,0.0016638497,-0.04590399,0.02638375,0.020335704,0.028609294,0.058679637,0.029424762,-0.010235808,-0.0031195853,-0.009751624,-0.0051306454,0.0036483647,0.044273056,-0.0068210405,-0.015060653,0.012971019,-0.029985396,-0.029254872,-0.012384903,-0.05966499,-0.004969251,-0.044918634,-0.036865897,-0.023869393,-0.0054152096,-0.01887466,0.0021395388,-0.009097552,-0.008316063,0.033298228,-0.0018783344,-0.070401974,0.08358535,0.017889304,-0.015086137,0.025398394,-0.015867626,-0.012121575,-0.03822501,0.046141833,-0.01541742,0.008536919,0.017719416,-0.029135952,0.011382558,-0.1829364,0.03805512,-0.009760119,-0.010320752,0.03159934,0.027267173,0.05599539,0.024464006,-0.028422417,-0.033671986,-0.0769257,0.016428258,0.01173083,-0.016190415,0.030698929,-0.039176386,-0.02745405,-0.009598725,0.0030049104,-0.010346236,0.024820773,0.027488029,0.06513541,-0.049641546,-0.025075605,-0.027369106,-0.01088988,0.0052835457,-0.0033914077,0.013514664,0.033400163,-0.0055044014,-0.02409025,-0.042098477,0.031701274,-0.002280759,-0.03156536,0.0064727683,-0.011917708,-0.008345794,-0.004007255,0.031514395,-0.03188815,0.001241251,0.0099215135,-0.023274783,-0.015009686,0.043355655,-0.022578238,-0.0016861476,-0.024345083,-0.025806127,-0.036016453,-0.0074708657,-0.07189699,0.034759276,0.024752816,-0.030257218,-0.03622032,-0.0043873815,-0.032159973,-0.034130685,-0.032873508,-0.019978939,-0.030630974,-0.02378445,0.03880263,-0.028082639,-0.022544261,-0.024379062,0.0013325663,0.04617581,-0.0061966986,-0.07223677,-0.05922328,-0.03618634,0.0027267174,-0.013293808,0.023818428,0.004854576,0.014635931,0.026944384,0.008056982,0.01511162,-0.014100781,-0.058951456,0.07787708,-0.025942039,-0.0008228995,0.023240805,0.0027288408,-0.0054321983,-0.026128916,0.020148827,-0.043389633,-0.026009995,-0.012554792,0.00625616,-0.032635663,0.03161633,0.10893278,-0.020369682,-0.019010572,-0.014763348,-0.05004928,-0.028643273,0.015629781,0.021881694,0.0035634201,0.038564786,-0.018449938,0.06948457,-0.014406581,-0.015510859,0.03666203,0.04067141,0.0435935,-0.032788564,0.010550102,0.009955491,0.029696584,-0.0042429757,-0.01387143,-0.034266595,0.02978153,-0.020131838,-0.0034678576,-0.048860054,-0.004192009,0.05334512,-0.009165508,0.007916824,0.052223857,0.03560872,0.03467433,0.014661415,-0.040127765,-0.0524617,0.03846285,0.013370259,0.05049099,-0.0008706807,0.034895185,0.02991744,0.0014907754,-0.01979206,0.0076747322,0.030885806,0.032278895,-0.00966668,0.002225545,0.0102867745,-0.06537326,0.057184614,-0.011051275,0.014780337,0.008031499,0.033875853,-0.009216474,0.02945874,-0.024684861,0.008358535,0.019605182,0.032771572,-0.0012051496,-0.028150596,0.0072245267,0.013395742,-0.0017456088,0.043049853,0.013599609,0.03375693,0.00552139,0.028592307,-0.014635931,0.021134183,0.024497984,-0.03560872,-0.055010036,-0.00052479754,-0.0063283625,-0.014678403,-0.010405697,0.0030580007,-0.016411271,-0.012503825,0.009131529,-0.016470732,-0.034028754,0.031004729,-0.0009545634,-0.06493155,0.0068210405,0.04583603,-0.017583504,0.053073302,-0.014236692,-0.0039180634,0.027080296,-0.009946996,0.00513914,0.10505931,0.016971903,-0.030206252,-0.045088522,0.014933237,0.018042205,-0.008056982,-0.010108391,-0.051782146,-0.050830767,-0.016419765,-0.01856886,0.005933371,0.007572799,0.0039732773,0.06904286,0.018908637,0.008681324,-0.03312834,0.04264212,-0.039618097,-0.030919785,-0.003652612,0.015383442,-0.04835039,-0.020216782,-0.00063336716,0.01173083,0.050389055,-0.018670794,-0.044001233,-0.03035915,-0.049471654,-0.005691279,-0.018381981,0.010099896,-0.0022128033,-0.018653804,0.021422993,-0.060038745,-0.005083926,0.0414529,-0.03146343,0.036628053,-0.013489181,0.01933336,-0.03066495,0.0062136874,0.032431796,-0.01778737,0.006646904,0.02978153,0.029237885,-0.01763447,0.049199834,-0.03270362,-0.025738172,0.018178115,-0.039821964,0.046413656,0.026485683,0.03156536,0.0111871855,0.0066893767,-0.009692163,0.030647961,0.048554257,-0.03465734,-0.021728793,0.034776263,0.026485683,-0.025942039,-0.011280625,0.010932352,0.022782106,0.04281201,-0.0017264963,-0.02685944,0.0041028177,0.061092056,-0.08983727,-0.026196873,-0.0042833243,0.017583504,-0.02181374,0.004548776,0.054126613,-0.028966062,0.0012932795,0.04233632,-0.0026630089,-0.020522581,0.022985972,-0.005351501,0.02470185,0.0045785066,-0.020607527,-0.0061839567,-0.022255449,-0.0076577435,-0.029730562,0.05861168,-0.02961164,-0.033977784,0.0028222797,0.015910098,-0.010923858,0.004357651,0.059291236,-0.02286705,-0.054092634,0.04321974,-0.020386672,-0.023818428,0.046107855,0.05585948,0.02945874,0.02976454,-0.020590538,-0.034538418,0.044374987,0.029067995,-0.019401316,0.0016235011,-0.03883661,-0.02269716,0.07842073,0.02794673,0.011849753,-0.046651497,0.027097283,-0.019214438,0.022985972,-0.0060820235,-0.016283853,-0.01994496,-0.014865281,-0.023546604,-0.068703085,-0.040739365,-0.04107914,-0.018959604,0.016096976,-0.04464681,-0.030257218,0.028099628,-0.016903948,-0.035948496,-0.028966062,0.01335327,-0.0111871855,-0.017923282,0.028983051,-0.011722336,0.0426761,-0.00094872346,0.02268017,-0.004608237,0.014780337,-0.011866742,-0.00617971,0.010745474,0.015179575,-0.017388131,0.015230542,0.0014759101,0.0132258525,-0.027589962,-0.011110736,-0.0011711718,0.0018666546,-0.013744014,0.017413614,-0.023580583,-0.010575586,-0.012410386,-0.010703002,-0.0145339975,-0.012053619,-0.004926779,0.04478272,0.03037614,-0.02269716,0.0049182842,-0.0013113301,0.027012339,-0.04050152,0.005788965,-0.025534306,-0.009318408,0.004104941,0.021406004,0.052393746,0.020182805,0.004083705,-0.005844179,-0.015510859,-0.003903198,-0.020794405,-0.009148519,-0.009216474,-0.005865415,0.032176964,-0.022459317,-0.004697429,0.006035304,0.053107277,-0.019282393,-0.020641504,-0.03360403,-0.0061414847,0.0029242132,0.0044468427,0.014865281,0.00078148907,-0.03941423,0.006833782,-0.04169074,-0.03159934,0.01480582,0.001109587,0.043049853,0.013990353,-0.036492143,0.01173083,-0.0112721305,-0.041792676,-0.011034286,-0.010252797,0.020743437,0.027505018,0.009114541,0.0111871855,0.0070079183,-0.011051275,-0.015290003,-0.0045997426,0.00067530846,-0.023053927,0.04036561,0.005631818,0.041860633,-0.010091403,-0.01235942,-0.01096633,-0.0029518201,-0.004871565,0.017889304,0.030036362,0.025211517,-0.02395434,0.017753392,0.022629205,-0.02531345,0.014313142,-0.0017509178,0.029186917,-0.035404854,0.016232887,-0.025704194,-0.02502464,-0.03744352,-0.054398436,0.023325749,-0.00044303847,0.030325172,0.024888728,-0.0023699505,-0.0042174924,-0.034776263,-0.012886075,-0.028269518,0.011909214,-0.006587443,0.038258985,-0.029866474,-0.020505594,0.029475728,0.007037649,-0.04536034,0.00302827,0.0073179654,0.03266964,0.043831345,-0.00039631902,-0.012104586,-0.024769805,0.012393397,-0.00905508,-0.013370259,0.009097552,-0.021422993,-0.018551871,-0.013149403,0.01694642,0.0013145156,0.00366323,0.022068571,-0.03219395,-0.024039283,0.011654381,-0.0018199352,-0.03083484,-0.008265097,0.022374371,-0.012979514,-0.0044256067,0.030902795,-0.008817235,-0.00042896954,-0.019435294,0.022017606,-0.0049819928,-0.0022595227,0.055451747,-0.0023933102,-0.013055964,-0.037681364,0.034470465,-0.0030197757,0.049811434,-0.01465292,-0.013973365,-0.0025334687,-0.012070608,0.010184841,0.019316372,-0.009174002,-0.02775985,-0.022000616,-0.023104895,0.019435294,0.016445247,0.011645886,-0.0043215496,-0.017600494,-0.00047701626,-0.0069866823,-0.0056063347,0.010669025,0.0009014731,0.06985833,-0.008545413,0.009258946,-0.0016734059,-0.050423034,-0.015714725,-0.024362072,0.007169313,-0.020080872,0.070198104,0.011628897,-0.027657917,0.015901603,0.03927832,0.021575894,-0.00997248,0.017668448,0.014049814,-0.024022294,0.020590538,-0.0012773523,0.0016351809,-0.0034381272,0.017447593,-0.031684283,-0.04141892,0.021881694,-0.019316372,-0.010686014,0.00092589465,-0.009581735,-0.018212093,0.022951994,0.0017668449,0.020930316,-0.013395742,0.012733175,-0.0524617,-0.0068380293,0.016538687,0.031004729,0.016326325,0.025687207,-0.006111754,-0.0005269211,-0.009879041,-0.016810508,-0.06180559,-0.014219703,0.02055656,-0.040909253,-0.022255449,-0.021117194,-0.0074114045,0.02162686,0.02393735,0.023971327,0.058203947,0.023750473,0.020369682,-0.0070291543,0.021202138,-0.025653228,-0.00033526518,0.00827359,-0.0435935,-0.017167276,0.008379771,0.002815909,-0.0043385383,-0.018212093,-0.024939694,0.030257218,-0.026468694,-0.026587617,-0.004642215,-0.005275051,-0.02103225,-0.036729988,0.03683192,0.024633894,-0.0012115204,-0.046753433,0.017082332,-0.02930584,0.03516701,-0.031344507,-0.017583504,-0.010159357,-0.00798478,0.011136219,0.023138871,0.0011637391,0.012656725,0.027352117,-0.0029921688,-0.062519126,-0.00025815153,-0.010635047,0.020352693,-0.054874122,0.007135335,-0.018263059,0.03927832,-0.01035473,-0.01734566,0.011323097,0.028201561,0.03608441,0.024497984,-0.000459231,0.025177538,0.02932283,-0.018381981,0.014092286,0.015026676,0.0011913461,-0.0009943811,0.00475689,-0.009870547,0.0025355923,0.0036780953,0.03988992,-0.046719454,-0.0039435467,0.018534882,0.00171694,-0.022068571,-0.005423704,0.02714825,-0.005385479,0.002805291,0.006757332,-0.02883015,-0.016215898,-0.014695392,-0.027555984,-0.018042205,-0.015578815,0.016496215,-0.0055298847,-0.033536073,0.031548373,0.025279472,-0.0048036096,-0.08392513,-0.024905717,-0.0031514396,-0.020981282,-0.0055256374,-0.028626284,0.0008605936,-0.014839797,-0.01604601,0.024633894,0.040229697,-0.013523159,-0.0051646233,-0.0008977568,0.031548373,0.004249347,0.0033255757,0.0017827719,-0.023597572,0.014321636,0.010065919,-0.0008430738,-0.02378445,0.029407773,0.024107238,0.0016967657,0.003947794,0.028864129,0.033977784,-0.08358535,0.044476923,-0.030240228,-0.0027267174,-0.016810508,0.028133607,-0.0026438965,-0.020777415,-0.0040412326,0.024684861,-0.0062858905,0.002760695,-0.034963142,0.017430604,-0.05015121,-0.025194528,0.022612216,-0.0027479534,0.022255449,0.016666103,0.000014019154,0.008817235,0.011246647,-0.012843603,-0.021219127,-0.032737598,0.017855326,-0.022782106,0.023444671,0.0042727063,-0.008256602,0.0115099745,-0.017354153,0.0024145464,0.0066129263,0.010821925,0.0070164124,-0.0013622969,0.012605758,-0.049947344,-0.0040773344,0.031820197,0.010618058,0.040875275,-0.019214438,0.009386363,-0.03455541,-0.021847716,0.003881962,0.013523159,-0.015162586,-0.0019016942,-0.014686897,0.018144138,0.011051275,-0.020046894,0.042574164,-0.020301728,-0.028048662,0.014933237,0.024956683,0.02590806,-0.07434339,-0.037953187,-0.040841296,-0.036729988,-0.0011435648,-0.012886075,-0.018483914,0.043457586,0.039482187,0.04858823,0.0076407543,-0.014100781,0.023427684,-0.02609494,0.020199792,0.028864129,-0.0060947654,0.007836127,0.0095562525,-0.005495907,-0.0377833,0.019265404,0.009581735,-0.030342162,0.03404574,0.001000221,-0.008006016,0.0046209786,0.013828958,0.036865897,0.0050541954,0.009624207,0.017362649,-0.017753392,-0.028592307,0.01994496,-0.03115763,-0.0045572706,-0.02179675,-0.0057804706,0.0029709325,0.0059715956,0.021983627,0.018551871,0.01144202,0.024328094,0.00030155285,0.00090890576,0.014890765,0.0111447135,-0.0026205366,-0.0017806484,0.008715302,0.0029773035,-0.010405697,0.025687207,0.0518501,-0.017770382,0.0061202487,-0.02976454,0.025755161,-0.02395434,-0.01134858,0.0013952128,0.018178115,-0.023138871,0.004616732,-0.025228506,0.0055808513,-0.0024081755,0.020692471,0.007976285,-0.025109584,0.0020046893,-0.021507937,-0.022816082,-0.020165816,-0.016538687,-0.023325749,-0.017133297,0.004718665,0.032720607,-0.010261291,0.009581735,0.0019059414,0.008260849,0.008617616,0.007636507,0.005861168,-0.026740517,0.0051263985,0.0014429941,0.0031832939,0.019418305,-0.00024952437,-0.026978362,0.007135335,-0.0007368932,-0.01965615,0.032482762,0.037953187,-0.01595257,-0.034589384,-0.010091403,0.0077341935,0.01442357,0.017464582,-0.017031364,0.022459317,0.0012178912,0.023087906,0.0017551649,0.0053897263,-0.008426491,0.024888728,-0.031854175,0.0056148292,-0.0042960662,0.011399547,-0.0057932124,0.017277705,0.010499136,-0.015723221,-0.041181076,0.02454895,0.0039775246,0.03846285,-0.0070843683,-0.064965524,-0.0030516298,-0.024175195,-0.015128609,0.040875275,0.0029242132,-0.0023423436,-0.035065074,-0.004104941,-0.01495872,0.014916248,0.02470185,0.0043109315,0.0008669644,-0.0006259345,0.023733484,-0.0033807897,-0.021830726,0.0030983493,0.0061966986,0.024650883,-0.01664062,0.0054024677,0.0047314065,-0.019707115,0.00544494,0.025075605,0.0071056043,0.011645886,0.026179884,-0.031973097,-0.0039881426,0.014601953,0.021236116,0.013642081,0.013820464,0.014737864,-0.006188204,-0.011866742,-0.010609563,-0.00854966,-0.017413614,-0.0009662433,0.029696584,-0.045564212,0.011688358,0.025262482,0.012401892,-0.013591114,0.0056360653,-0.0023423436,0.021117194,-0.014134759,0.026179884,0.001968588,0.02288404,0.027810818,-0.03297544,0.00045153292,0.004383134,-0.010473653,-0.017753392,-0.040161744,0.0044213594,-0.013395742,0.0038012648,-0.012206519,-0.011161703,-0.036729988,0.031361494,0.0056020874,-0.010499136,0.03666203,-0.015774187,0.010303764,-0.0002233774,-0.0064812624,0.009641197,0.0068380293,0.01979206,0.011875236,0.0021512185,0.028269518,0.026961373,-0.027657917,0.028592307,-0.006965446,0.025483338,-0.004892801,0.00874928,0.013828958,-0.015213554,0.018195104,0.017600494,-0.015094631,-0.021304071,-0.0033553063,-0.025585271,-0.016462237,-0.018823693,0.0020768922,-0.011696853,-0.012189531,0.028456395,0.026808472,0.019554215,0.0010495951,0.02485475,-0.008371277,-0.0010756092,0.013693048,0.022595227,-0.03266964,0.039686054,-0.0029518201,-0.044374987,-0.0051688706,-0.023053927,0.039991852,0.010082908,-0.047704812,-0.01511162,0.016343314,-0.013548641,0.0103292465,-0.013710036,-0.0025462103,0.009445825,-0.0034954646,-0.019367337,0.0029942924,0.10689411,-0.001684024,0.024005305,-0.00335743,0.011705347,-0.0030027868,-0.016912442,-0.015791176,-0.011535458,-0.0045954953,-0.029186917,-0.024616905,0.013939386,0.014950225,0.02363155,0.01373552,-0.04862221,-0.0115949195,-0.022510283,-0.014814314,0.016343314,0.009174002,0.018432949,-0.031225584,-0.012181036,-0.023818428,0.019044548,-0.00007532185,-0.002864752,0.009573241,-0.006570454,-0.0017615358,-0.0032937215,0.029543685,0.012537803,0.015103126,-0.0086983135,-0.012767153,0.000522143,-0.028745206,-0.039074454,-0.019758083,0.0045360345,-0.0042833243,0.005687032,-0.027555984,-0.018348005,-0.013072953,0.0035188245,-0.032924473,-0.018993583,-0.0014249433,0.016215898,0.01994496,0.02884714,-0.021728793,0.0011881607,0.01918046,0.008689819,0.022646194,-0.056267213,0.056199256,0.01043118,0.024582928,-0.021270094,-0.010422685,-0.0014206961,-0.0012019641,-0.00042445687,0.012070608,-0.017906293,0.027335128,0.016054504,-0.0008924478,0.00575074,-0.032397818,-0.014754853,0.0034020257,0.023852406,-0.0037163203,0.0037906466,0.010669025,0.04417112,0.030936774,-0.018331015,0.015247531,0.016819004,-0.005742246,-0.0034572396,0.0029390785,-0.01839897,0.0018061317,0.037681364,-0.007024907,0.022731138,0.011034286,-0.010363225,0.015315487,0.0038713438,-0.028983051,0.013718531,-0.022968983,0.01780436,-0.014279164,0.014075298,-0.02791275,-0.028473385,0.00030739277,-0.038632743,0.034793254,-0.009845063,0.024413038,0.008910675,0.025959028,0.019554215,-0.042438254,-0.013098436,-0.0035294425,-0.0043279203,-0.061771613,0.032159973,0.00816741,0.017073838,0.023512628,0.0137610035,0.02070946,0.031038707,-0.005729504,0.03241481,0.002750077,0.003017652,0.00928443,0.02821855,-0.0038692204,-0.0040093786,0.00763226,-0.024684861,0.003285227,-0.00046931815,-0.017277705,-0.010592574,-0.0035952744,-0.0086346045,-0.028983051,-0.0037587925,-0.0019335484,0.01596956,0.04250621,-0.013285314,-0.0048121037,0.019367337,-0.00028456395,0.020998271,0.0003493341,-0.011747819,0.0018931997,0.006833782,-0.02806565,-0.026026983,-0.029679595,-0.0076789795,-0.041996542,0.004323673,-0.02990045,0.0029242132,-0.017430604,-0.021270094,-0.0008382957,0.01839897,0.0047356538,-0.0017339288,-0.00310472,-0.051340435,0.021439983,0.0070164124,0.005886651,-0.019910982,-0.0020843248,-0.035099052,0.02500765,-0.019146482,-0.030019373,0.002236163,-0.018925626,-0.013072953,0.024311105,0.02271415,-0.016742554,-0.037477497,-0.0035230715,-0.004204751,0.035982475,-0.05076281,0.040603455,0.0070291543,0.010133875,0.010439674,-0.016224392,-0.02774286,0.029441752,-0.0012147059,-0.031106662,-0.035506785,0.020046894,-0.005156129,-0.0056615486,-0.019231426,-0.024514971,0.019503249,-0.025857095,-0.019809049,0.007483607,0.0012423127,0.007946555,0.03944821,-0.0132683255,-0.0013761004,0.048894033,0.028915096,-0.012792636,0.011679864,0.012384903,-0.020641504,-0.017515548,-0.016241381,0.012062114,0.05110259,0.0042769536,0.024345083,-0.008197141,0.017447593,-0.019809049,-0.015094631,0.026213862,-0.03178622,0.00951378,-0.0022956242,-0.01304747,-0.008579391,-0.0527675,0.024345083,-0.003629252,0.016130954,0.0062731486,-0.02961164,0.014593459,-0.011934697,0.011212669,0.017005881,0.021490948,-0.017753392,0.007177807,-0.019061537,0.00981958,0.007156571,-0.028099628,0.016903948,-0.039040476,-0.0028774936,-0.0077936547,-0.049811434,0.0022956242,-0.0027033575,-0.003155687,-0.023274783,-0.006035304,-0.00033818514,-0.010804935,-0.0058526737,0.040433563,0.00234022,-0.0048078564,0.033943806,0.034266595,0.0054109623,-0.00966668,-0.008422243,0.017192759,0.0076195183,-0.017260715,-0.025432372,0.025942039,-0.01841596,-0.003580409,0.027708884,-0.010957836,-0.00068645744,0.0037609162,-0.01119568,0.026502673,-0.0033361937,-0.0006254036,-0.0059291236,0.011059769,0.014712381,0.034028754,0.016020525,-0.009080563,0.015621287,-0.007271246,0.011586425,0.035846565,-0.02640074,-0.004697429,-0.019826038,0.008536919,0.01889165,0.04923381,-0.012461353,0.015256026,-0.002843516,-0.017413614,0.0141687365,0.04403521,0.015689243,0.00717356,-0.00033314156,-0.008039993,-0.014134759,-0.0008956332,0.0055850986,0.007156571,0.02774286,0.038768653,-0.00882573,0.0045572706,-0.012435869,-0.024294116,0.012996503,0.0014058308,-0.0019271775,-0.01616493,0.015884615,-0.044884656,0.012308452,-0.011221164,-0.016113965,0.0014334378,0.008507188,-0.014083792,0.039074454,-0.014474536,0.0043873815,-0.0054152096,-0.0073009767,0.025058616,0.032499753,0.005241073,0.023580583,-0.012282969,0.007305224,0.057252567,0.012350925,-0.011688358,-0.032771572,0.0036589827,0.0063665877,-0.008893685,-0.022816082,0.01119568,-0.015502364,-0.020318715,-0.004850329,-0.010269785,-0.023563594,0.045088522,-0.03190514,-0.00452754,0.025194528,-0.008456221,0.010142369,-0.030002384,0.013404236,-0.01465292,-0.014627436,-0.030019373,-0.021728793,0.0023572089,0.008388266,0.020692471,0.03635623,0.00920798,0.00959023,0.0002006813,0.035540763,-0.0006625668,-0.0065619596,0.0023041186,-0.0058144485],"social":"https://www.linkedin.com/in/drew-piispanen"},{"title":"drones4farmers.com","description":"creating 2d/3d interactive maps that help farmers make better decisions to increase crop yields and profits.","niche":"other","youtube_url":"https://youtube.com/watch?v=3eS4RJZysPc","youtube_transcript":"Hi. I'm Charmaine, creator drone for farmers. With drone for farmers, we create an interactive maps that empower farmers to make better decisions and boost their crop yields and profits. Now, this hasn't really been easy. My goal was to make progress every day and improve. So as you can see here, there's a chart. It it wasn't looking too good. But I made a promise to myself to train, so I took maps courses. And then I also did simulators. To help improve my skills because it it will allow me to not crash and damage my high powered expensive drone. So with that hard work, it really paid off because I reached out to my local urban farm and let them know that, hey, I have these services and they said that they're gonna look look into it and it's looking like it's gonna be a yes. So the other cool thing too is that I have a second client. And this client is a web three platform. It's called Play The Crowd. And Play The Crowd, they make digital experiences and marketplaces. And the cool thing is that you're gonna say, hey, why are you working with a web three company? What do they have to do with drones? And the cool thing with this is that it's a thing called digital twins where you can scan assets like a building. And then after a scan, you can put that scan building inside a Metiverse. So that is why I'm partnering with play the crowd with their new platform called Pliable. And so I'm really excited to get this going and drone for farmers has a great potential with not only with the agriculture, but also with Metiverse and digital twins. Thank you again for hearing me out and hopefully you sign up. Have a good day.","embedding":[0.027847705,0.0101883765,0.020971922,0.015850326,0.007987812,0.0012236232,0.005454423,0.065907285,-0.014808778,0.056760453,-0.02516944,-0.042351067,0.0035377394,-0.036869235,-0.02886576,-0.0065390426,-0.026109183,-0.063369974,0.015349129,0.024276685,0.043854654,0.024135724,-0.013117241,0.0084811775,-0.0350524,-0.06465429,-0.0030228388,0.07693359,-0.043854654,-0.03981376,-0.008543827,-0.028286252,-0.03874872,-0.01462866,0.016069598,-0.035929494,-0.020658676,0.010164883,0.005180331,0.009193815,0.015591896,-0.009796817,0.037057184,-0.026250144,-0.039751112,0.00007335621,-0.05344003,0.04382333,-0.027503135,0.041755896,-0.059391733,0.034707826,-0.031653665,0.03177896,-0.035209022,-0.013336514,0.013453982,0.02958623,-0.012357615,-0.009193815,0.021238184,0.014902752,0.06603258,0.05046418,-0.0412547,0.0055366503,-0.05422315,0.008402865,-0.027236873,0.023869462,0.06402779,0.047331702,-0.0048670834,0.023023695,-0.01674308,-0.048991915,-0.0056697805,0.015106362,-0.017541863,-0.022162264,-0.014049152,-0.0006568409,0.007756792,-0.010266688,-0.01199738,-0.050088283,-0.06509284,-0.035960816,-0.018763527,0.010650416,-0.019593634,0.041881196,0.013422657,0.047613624,0.06227361,0.030980181,-0.034300607,0.034018684,0.005023707,0.010399818,0.017667161,-0.018371968,0.0093191145,-0.0049923826,0.0072321026,0.00258625,0.036148764,0.010352831,0.046673883,-0.020533375,-0.15136121,0.016257547,-0.013414826,0.036681287,-0.00076647755,-0.01982857,0.0021809859,-0.005423098,0.015967794,-0.004769194,-0.07198428,0.008817919,-0.0062140482,-0.009569712,0.021347819,-0.018873164,-0.03130909,0.0004280234,-0.012710019,-0.022428524,0.011128119,0.028677812,0.022068288,-0.03899932,-0.01621056,-0.038592096,-0.051122,-0.027424822,-0.010117896,-0.009366102,0.026469417,-0.020893611,0.05422315,-0.010720897,-0.02510679,-0.031810287,-0.023493566,0.021426132,-0.021238184,-0.013038929,-0.010462468,-0.027769394,-0.06311938,-0.016163573,-0.008880568,0.011472691,0.01699368,0.04902324,0.019734595,-0.033830736,-0.021661067,0.029758517,-0.026171831,-0.021441793,-0.058702588,-0.019922543,-0.036211416,-0.0007855661,-0.069979504,-0.003357622,-0.049649734,-0.009890791,-0.029085035,0.049837682,0.006734822,-0.019797245,0.024934504,-0.05660383,-0.014197945,-0.057668872,-0.024542945,0.031340417,0.008802256,-0.011644977,-0.048334096,0.007212525,-0.005262559,-0.012420265,0.006041762,0.033047616,-0.012326291,0.062179636,0.03915594,-0.0065155486,0.0087239435,-0.015169012,0.064528994,-0.006464646,0.05600866,0.013391333,0.019280385,0.022177925,0.029883815,-0.00304829,0.032045223,-0.01904545,0.006030015,-0.010572105,-0.06490489,0.011441367,0.06910241,-0.0065664514,-0.010728728,0.006648679,-0.043134186,-0.03630539,-0.0061318204,0.022522498,0.022021301,0.004146614,-0.025153777,0.01100282,0.008120943,-0.024558607,0.0071811997,0.009021529,0.030369349,-0.06102062,0.063213356,-0.0028055233,0.0349271,-0.006233626,0.00003432263,-0.028160954,0.009961272,-0.033768084,0.054505073,-0.029758517,0.050714776,0.058859214,0.005415267,0.0031990404,0.04257034,-0.017510537,0.03207655,0.022679122,-0.05817007,-0.06446634,0.0009089073,0.035428297,0.069290355,0.022710446,-0.021629743,0.003868607,-0.014699141,-0.00935827,-0.00942092,0.042820938,0.017729811,-0.025326064,-0.009483569,0.013602775,-0.050871402,-0.007478785,-0.0014977148,-0.009710673,-0.020063505,-0.035302997,-0.02200564,-0.012498577,0.023008032,-0.0025314316,0.01699368,-0.03439458,-0.06935301,0.020188805,0.01489492,0.003925383,0.016382847,-0.019609297,-0.0208153,0.00062306895,-0.00032450486,-0.0003783443,-0.0127178505,0.036211416,0.078123935,-0.0143937245,-0.00935827,-0.015309974,-0.0019842274,-0.03946919,0.0076314933,-0.015427441,-0.000010515512,-0.02075265,0.016508145,0.007302583,0.028364565,0.010399818,0.0024394153,-0.027330847,-0.037025858,0.010493793,0.008778762,0.009961272,-0.021629743,-0.008426359,-0.0046164854,-0.03887402,-0.01218533,0.05356533,0.01482444,-0.035898168,-0.0104154805,0.021269508,0.055194218,-0.01937436,-0.023336941,-0.012154005,-0.02412006,-0.014542517,-0.025091128,-0.03229582,-0.018622566,-0.046329312,0.03934389,0.005458338,0.017416563,-0.034770478,-0.0007356423,-0.015427441,-0.011872082,-0.029460931,-0.06828796,-0.0072321026,-0.02845854,-0.038780045,0.031356078,0.032765694,-0.011417873,-0.060174853,-0.032577746,0.006010437,0.013602775,-0.00092408026,0.021645404,-0.031136805,-0.030056102,0.0288501,-0.00020997375,0.0032558166,0.011958225,-0.0066917506,-0.0015094616,0.014863595,0.017416563,-0.024699569,-0.008254073,-0.0011404168,-0.024762219,0.06672172,-0.0011296489,0.026735676,-0.01791776,0.026907964,-0.0349271,0.03749573,-0.012561226,-0.013579281,-0.013869035,-0.035428297,-0.0026214903,0.009906453,-0.023540553,0.00573243,0.035678893,0.030400673,-0.029351294,0.03301629,0.074239664,-0.01317989,-0.03129343,-0.07380112,-0.03445723,0.04388598,-0.004863168,-0.056102633,-0.066784374,0.009663686,0.067724116,-0.04889794,-0.0037942107,0.0005026644,-0.045984738,0.0032401541,0.017698485,0.023321278,0.020596026,-0.035271674,0.046548583,0.008418527,-0.0544111,-0.006253204,0.047613624,0.024167048,-0.0030365433,-0.017244278,-0.028301915,0.011707626,0.028019993,-0.07856248,0.07893838,-0.0014213606,-0.019953867,-0.0046752193,-0.03636804,0.0014918414,0.04777025,0.02128517,-0.02194299,-0.013767229,0.039187267,-0.006398081,0.0046556415,0.04961841,0.060143527,-0.0059282095,-0.018058721,-0.068413265,-0.03486445,0.02931997,0.043510083,-0.02188034,-0.021833353,0.026845314,-0.017949084,0.0084811775,-0.006147483,-0.004111374,0.005356533,-0.012772668,-0.0046752193,-0.035146374,-0.024683906,-0.011339561,0.008073955,0.02272611,-0.042946238,-0.026907964,-0.014699141,-0.018199682,-0.021112883,0.056321908,-0.023336941,-0.057606224,0.034989752,-0.0033008459,0.021786366,-0.0042523355,-0.007960403,0.022099614,-0.04949311,0.004138783,-0.006108327,0.016790068,0.00065537257,0.018638229,-0.012890136,-0.04607871,0.029179009,-0.014049152,0.00024864022,0.016085261,-0.06311938,0.029053709,0.022177925,-0.018888827,-0.021457456,-0.032734368,-0.03445723,-0.015725026,-0.07217223,0.06810001,-0.023399591,0.025451362,-0.037652355,0.034488555,-0.025561,0.021191197,0.023305617,0.051842466,0.03564757,-0.02036109,0.017776798,-0.03307894,-0.019797245,-0.032327145,-0.026015207,0.02233455,0.021911666,-0.036994535,0.009123335,0.021911666,-0.010141389,0.03398736,-0.020549038,-0.009123335,-0.002288665,0.034833126,-0.020173142,-0.028583838,-0.029836828,0.025607986,-0.017902097,0.0059751966,0.031324755,0.0129762795,0.009201647,-0.026234481,-0.000118446726,-0.013618437,-0.01218533,0.023430916,0.015122025,0.0004023273,-0.04560884,-0.0016837055,-0.056979727,-0.038059577,0.0061200736,-0.00051000615,0.015043713,0.004244504,-0.040220983,0.0021359567,-0.0026371528,0.013649762,0.006899277,0.001977375,-0.0046634725,0.008230579,0.025717624,0.02728386,0.007788117,0.030134413,-0.0062218793,-0.030165737,-0.021739379,0.0061670607,0.011738951,-0.015161181,0.027926018,-0.023634527,0.0095775435,0.025514012,-0.024652582,-0.016382847,0.005802911,0.01502022,-0.026860977,-0.00009978647,0.009679349,0.002392428,0.020314103,0.05588336,-0.0048905774,0.03332954,-0.017682824,0.014244932,-0.008136605,-0.062242284,-0.0038960162,-0.021692391,0.024605595,0.016132249,0.035678893,0.019452672,-0.010235364,0.00896671,-0.008324553,-0.0038059575,-0.0071420437,-0.014002165,0.0069815046,0.015012388,-0.000045671735,-0.008606476,0.045702815,0.03155969,0.008849243,0.002778114,0.00075522024,0.048803966,0.0043580565,0.00020495689,0.0023689345,0.0048944927,0.0074357134,-0.00247074,0.01561539,0.008457684,0.002866215,-0.03743308,-0.031027168,0.015967794,-0.00041847915,-0.015662378,0.019593634,-0.006147483,-0.002316074,0.009585375,-0.007506194,-0.016884042,0.01304676,0.028317578,-0.0012197077,-0.0142371,0.056321908,0.007690227,-0.0017160092,-0.02886576,0.012404603,-0.00059908594,0.008199254,0.013140734,-0.012819655,-0.01949966,-0.042820938,0.008277566,0.0042092637,0.0050824415,-0.00015013857,-0.002421795,-0.0049493113,-0.0065077175,0.019750258,0.018544255,-0.00016873764,-0.019734595,-0.0019656282,-0.0074709537,0.005779417,-0.013790723,-0.0132503705,-0.019280385,-0.010462468,0.02272611,0.05318943,-0.03182595,0.010031752,-0.018043058,0.040471584,-0.006143567,-0.0039332146,-0.004091796,-0.03210787,-0.011684133,-0.020141818,-0.009264296,-0.018810514,0.008238411,-0.02484053,-0.0051920777,-0.034081332,0.003956708,0.029758517,0.027362172,-0.013759398,0.019624958,-0.021034572,0.0009558944,-0.0014614955,0.008629969,-0.0019352825,0.00072291656,-0.019875556,-0.044105254,0.052813534,-0.010885352,-0.015169012,0.0093191145,-0.014644322,-0.01001609,-0.008669126,0.0039332146,-0.016053936,-0.0030913616,-0.0001886827,-0.0045969076,-0.029272983,0.032264497,0.0074631227,-0.012020874,0.0012569057,-0.002703718,-0.016884042,-0.013140734,0.03899932,-0.07298668,-0.033266887,0.016022611,-0.02418271,-0.025780272,-0.0014105928,-0.015717195,0.010501624,0.03978244,0.018575579,0.021692391,-0.023963436,-0.035678893,-0.023430916,0.018043058,-0.021175534,0.010352831,-0.038967993,-0.029962126,-0.030165737,0.0121383425,-0.029554905,0.012067862,-0.0055444813,-0.021958653,0.016837055,-0.017447887,-0.014526854,0.013070254,-0.022882733,-0.010485961,-0.014746128,-0.018810514,0.025780272,0.016132249,0.015936468,-0.023869462,-0.054912295,0.0045303423,-0.04091013,-0.021253845,-0.02075265,-0.00043120483,0.0030130497,-0.019343035,0.004040893,-0.012396771,0.021488782,0.032609068,-0.02253816,-0.019718932,-0.009115503,0.016899705,-0.011049807,0.006010437,0.0010523159,0.020267116,0.009695011,0.009366102,0.015544909,-0.017040666,0.017902097,0.034425903,-0.00424842,0.00974983,0.009984765,0.03868607,0.022679122,0.02615617,0.032264497,-0.010885352,-0.026720015,-0.010501624,-0.010838365,-0.009021529,0.03636804,-0.031575352,0.0018334769,-0.01218533,0.014887089,-0.010031752,0.012913629,-0.013876866,-0.018058721,0.012200992,0.013054592,-0.014777453,0.01324254,-0.03130909,-0.014338906,-0.039876413,-0.032828342,0.0119269,0.02233455,0.030478986,0.018638229,0.016617782,0.02985249,-0.08188291,-0.0057089366,-0.0023121585,-0.02806698,-0.014847933,0.0018834008,0.048083495,0.039218593,0.014988895,-0.036211416,0.021097222,-0.009937778,0.002458993,-0.015834663,0.026626041,0.0048670834,-0.021347819,0.024668243,-0.00035901106,-0.0065116333,-0.03953184,-0.016711757,-0.031857274,0.027127236,-0.01845028,-0.038372822,0.005395689,0.010125726,0.024464633,-0.025607986,0.024214035,-0.014636491,0.0004321837,0.032201845,0.03433193,0.004228842,-0.011668471,0.02938262,0.034551203,-0.029022384,0.013939516,-0.016367184,0.013414826,-0.021927327,0.01126908,-0.012161836,-0.0047966028,-0.0014468121,0.0034790055,-0.011566665,0.021802029,-0.027518796,-0.030400673,-0.022710446,-0.0022142685,0.047864225,-0.03558492,0.036555987,0.04435585,0.008293228,-0.040753506,0.023164656,0.010438974,-0.031262103,-0.01364193,0.03473915,0.031262103,0.021238184,-0.012083524,0.006726991,-0.031058494,0.018794851,0.010290181,-0.0057755015,0.021316495,-0.021300832,0.031716313,0.026171831,0.022428524,-0.04369803,-0.003993906,0.030823559,-0.00085996237,0.006245373,-0.034363255,0.013352176,-0.017103316,-0.015623221,0.025936896,-0.027565783,0.0060652555,-0.01159799,-0.01285098,-0.04197517,-0.018747864,-0.0017248193,-0.030087426,-0.02062735,0.04250769,0.033862058,0.056384556,-0.009460076,0.0023767657,0.029946465,0.032389797,-0.001977375,0.010673909,-0.029774178,0.006828796,-0.010360662,-0.018747864,-0.03473915,0.023869462,0.023603203,-0.022428524,0.00015919338,-0.01976592,-0.012154005,0.0051568374,-0.0073299925,0.06615788,-0.024261022,-0.017228615,0.014550348,0.023712838,0.044637773,-0.0034809632,0.00088932936,-0.018591242,-0.046642557,0.00042679976,-0.00016861528,0.05027623,0.014871427,0.0058264043,0.023791151,0.0048788306,0.0062218793,0.0045185955,-0.000110126086,0.011378717,0.018700877,-0.021253845,-0.011018482,0.028818773,0.016852718,-0.013234708,0.041818548,-0.03162234,0.033454835,0.0002000624,0.029601892,-0.0036356293,0.05315811,-0.015364792,0.023336941,-0.011088963,-0.0025470941,-0.02635978,0.037996925,0.03267172,0.018591242,0.0013812259,-0.020345427,-0.0054309294,0.0024864024,-0.021896003,-0.013579281,-0.011676302,-0.018434618,0.0011658681,-0.0060260994,0.025467025,-0.015184674,0.04607871,0.032922316,0.01595213,0.002576461,-0.0043071536,0.020439401,0.011308236,0.047613624,-0.0010562316,0.04557752,0.016351521,-0.012631707,-0.029022384,-0.025983883,0.030525973,-0.028834436,0.00006011049,0.029758517,-0.011895576,0.01785511,-0.0050002136,-0.00017399921,0.016774405,0.012247979,-0.018074382,-0.026767002,-0.040314957,-0.039061967,0.0301814,0.013876866,-0.0013841626,0.004624317,-0.002973894,-0.011809432,-0.006100496,0.010799209,0.021457456,-0.011370885,0.0009534472,-0.030134413,-0.04698713,0.01705633,0.03010309,0.045640167,-0.020549038,-0.026344119,-0.0063432627,0.003849029,-0.012341953,0.005325208,-0.023352604,-0.015819,-0.020079168,0.0019538815,-0.0027095913,0.024261022,-0.013563618,0.002866215,0.035616245,0.017040666,-0.0009157596,-0.0043580565,0.0034437652,0.005047201,0.017698485,0.0014585588,-0.013007604,-0.00012652265,0.010916676,-0.06286878,-0.009076348,-0.01238894,0.03301629,-0.0014683479,-0.015067207,-0.031591013,-0.050119605,0.007071563,0.0041231206,0.011128119,-0.011668471,0.0063628405,0.028489863,0.023415253,0.031215116,0.01705633,-0.0143623995,0.023806812,0.056321908,-0.032797016,0.0057363454,-0.048522044,-0.0070089134,0.030948857,-0.009467907,0.03373676,0.017667161,0.01146486,0.03361146,0.002075265,0.002672393,0.011535341,-0.023352604,0.007016745,-0.0121226795,-0.011182937,-0.027095912,-0.0024531197,0.033423513,0.011637146,-0.011934731,-0.0064411527,-0.0039821593,-0.0075688437,-0.023822475,0.008026968,0.009405257,0.027832044,0.020470727,-0.0048044343,0.003020881,-0.013140734,-0.021661067,0.013634099,0.009929947,-0.015208168,0.0067974715,0.006484224,-0.00915466,-0.0011120287,0.00045445366,0.012075692,0.004228842,-0.021191197,-0.015466597,-0.0003834835,-0.03398736,-0.016100923,0.014910582,0.012890136,-0.0029347378,-0.0045146802,-0.015122025,0.038278848,0.011723289,-0.019718932,-0.015137687,0.015685871,-0.030745246,0.04830277,-0.001486947,-0.016226223,-0.025874246,0.025999546,-0.0059164627,0.02075265,0.016899705,-0.03195125,-0.0004228842,0.0066251853,-0.01317989,0.015294311,0.0060456777,0.007768539,-0.0016582542,-0.01370458,0.011167275,-0.015075038,-0.011637146,0.0043189004,-0.01633586,0.002770283,-0.006589945,0.0104468055,0.0029934717,0.03946919,0.10086571,-0.008849243,0.01746355,-0.027424822,0.039030645,0.01001609,-0.019390022,0.02430801,-0.026469417,-0.0020987585,-0.012764838,-0.020893611,0.022130938,-0.0081914235,0.019452672,0.010971495,0.008943217,-0.021394806,-0.022616472,-0.014080477,0.0064959708,0.014417218,0.0003854413,-0.0074317977,-0.03044766,-0.030353686,-0.018090045,-0.015865987,-0.00335958,0.0223972,0.0238538,0.0044598617,0.03367411,-0.007654987,0.04545222,0.014150958,-0.00942092,-0.02806698,0.006437237,0.006715244,-0.035553597,-0.0041701077,0.023509229,-0.015341298,0.0008124858,0.0042249262,0.0075884215,-0.00041358464,-0.042194445,-0.022444187,0.002412006,-0.005121597,0.0040095686,0.025091128,-0.010595598,0.027894692,0.023759825,0.0348018,-0.0009881981,-0.003792253,-0.028207941,0.007420051,0.0023885125,0.019656284,-0.01489492,-0.02325863,0.013469644,0.015325636,0.002615617,0.012553395,0.018512929,0.0132660335,0.022177925,-0.025279077,0.012435927,0.0019343036,0.005798995,-0.0138455415,-0.008716113,0.0074709537,-0.019358698,-0.0019646494,-0.0038353244,-0.004428537,-0.019076776,0.0020693915,0.019530984,0.01830932,-0.032640394,0.042977564,-0.016570795,-0.010454637,0.00020740413,-0.0015407864,-0.027722407,0.016790068,-0.050401527,0.00067690836,-0.019202074,-0.011143781,0.012827487,0.034300607,0.003541655,0.007361317,-0.030525973,-0.03426928,-0.009616699,0.017667161,-0.0053017144,-0.018199682,-0.026281469,0.025842922,0.0087709315,0.013649762,0.023148993,-0.005262559,0.014573841,0.0035729797,-0.004546005,-0.031919923,0.034895774,0.031074155,-0.026203157,-0.0041544456,0.020204466,0.0071968623,0.02167673,-0.017228615,0.048835292,0.00007953551,0.0058264043,0.039249916,0.01871654,-0.014409387,-0.024934504,0.03993906,0.006241457,-0.02635978,0.00030345854,0.012404603,-0.06402779,0.014793115,0.015161181,-0.027534459,0.030807896,-0.0015887524,-0.005740261,-0.0051881624,-0.004495102,0.019029789,0.014331074,0.0039527924,0.0062962756,0.01989122,0.016100923,-0.03934389,0.017510537,0.010023921,-0.015537078,-0.0124280965,0.005889054,0.014409387,0.010329338,-0.0022220998,0.0022064373,0.0076471553,-0.011417873,0.024871854,-0.0018373926,-0.02972719,0.023305617,0.019781582,-0.024433307,0.0003595005,0.00026895237,-0.0036728275,-0.016570795,0.0071968623,-0.012529901,0.017949084,-0.022898395,-0.0146834785,0.015435273,-0.004138783,-0.0066525945,0.030165737,0.0064881397,-0.0129919415,0.010164883,-0.0079173315,0.011738951,-0.0174009,-0.031638,0.06227361,0.049900334,-0.020157479,-0.043259487,0.009976934,-0.0074631227,-0.0027722407,-0.013602775,-0.0284742,0.005810742,0.018888827,0.0067113284,0.021645404,-0.003733519,0.0073339078,0.01871654,-0.016790068,-0.008348047,-0.007737214,-0.01403349,0.0012843149,-0.009726336,-0.012169667,-0.0033321707,0.0512473,0.03768368,-0.03486445,0.0023963437,-0.01989122,0.009475738,-0.035302997,0.00062111113,0.024793543,0.013367838,-0.016053936,-0.015169012,-0.018544255,0.026062194,-0.022052627,-0.014244932,0.012522071,-0.024856193,-0.002566672,0.005791164,-0.008778762,0.0000811874,-0.031042831,-0.0069031925,0.032609068,0.0446691,0.0063432627,0.009037191,-0.007932994,-0.0008614307,0.007294752,0.017150303,0.0038960162,0.019750258,0.043134186,-0.03083922,-0.024856193,0.0022808337,0.0024472463,0.024558607,-0.036587313,-0.0138455415,-0.0027330848,-0.028771786,-0.011488354,0.028897086,-0.02761277,-0.038059577,0.010031752,-0.020251453,-0.03915594,-0.038592096,0.032060884,0.010579935,-0.032201845,0.038435474,-0.014542517,-0.025874246,0.02399476,0.015035882,0.034551203,-0.024997154,-0.004193601,-0.059861604,0.0047457004,-0.006527296,0.007408304,-0.014150958,-0.0121383425,-0.016852718,-0.00090352335,0.030212725,0.003878396,-0.0058303196,0.007709805,0.004534258,0.021864679,0.00025108748,0.038278848,0.005845982,0.02418271,0.0021790282,0.010251026,0.0019705228,0.012921461,0.00870045,0.011441367,0.013453982,0.01633586,0.018168358,0.020204466,-0.02438632,0.004546005,0.01627321,-0.004080049,0.008457684,-0.00955405,0.014534686,0.00066075654,-0.0060574245,0.0018569706,0.00011446995,0.016523808,0.008285398,0.018512929,0.043666705,-0.0064803082,0.034206633,0.004158361,0.023759825,-0.015396116,0.00053203135,0.009381764,0.03730778,0.009828142,0.0301814,-0.016069598,0.0416306,-0.03289099,0.009311283,0.018137032,0.0127178505,-0.006147483,0.0021594502,0.00856732,0.018231006,0.0023102006,-0.005748092,0.03433193,-0.011950393,0.024401983,-0.0090136975,0.012897967,0.0030561213,0.06355792,0.010180545,0.01660212,-0.03539697,0.014119633,0.017103316,0.029429607,-0.007870344,0.025075465,-0.032703042,-0.02971153,-0.025561,0.0037433081,-0.03852945,0.061991688,-0.024480294,-0.009875129,0.004592992,0.0011981719,0.06759882,-0.00982031,0.015427441,-0.009522725,0.00023885125,-0.041787222,-0.018669553,0.030322362,-0.012890136,-0.011175106,0.01653947,0.03182595,0.00982031,0.019812906,0.010861859,0.023869462,-0.013892529,-0.0034868366,0.013963009],"social":"https://www.linkedin.com/in/tremaynejackson/"},{"title":"aiwizard","description":"find & learn how to use the best new ai tools","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=9ZYB2h6DiZI","youtube_transcript":"Hello. I am Melis from AI wizard. What is AI wizard? What does it do? AI wizard helps you find and shows you how to use the coolest new AI tools. So this is how it works. To begin, you can choose a category, or simply scroll down and browse around, let's say, you're looking for marketing AI tools. You'll see a list of all the marketing AI tools on AI wizard with a short description. Let's say you choose one easy peasy. So what you get now is a brief intro on the AI tool and the table of contents of the review. So you see we go in-depth reviewing the tools. If you wanna check them out, just hit visit easy easy. If you're also building an AI tool, you might wanna get yourself featured on a wizard. You can do that by hitting submit tool in the top menu. You can get twenty percent off with the coupon code in w twenty. Although, we only have about hundred twenty people signed up for the newsletter right now, I'm not too worried because our internal KPI is the number of AI tools we list. We were at about seventy in the beginning of nights and weekends. And have moved steady over three hundred in six weeks. Our search impressions are making constant all time highs and so are the clicks. We've had around eight thousand total users on the website. And although the traffic is lower right now, I have no doubt that lots of people are going to know AI result soon. Alright? Thank you, night and weekends.","embedding":[-0.04884756,0.0161084,-0.030381488,0.012127182,0.017859006,-0.0703066,-0.03854157,0.051897,-0.0053082895,0.04249455,0.012254243,-0.059407666,-0.018748427,-0.022122579,0.043878097,0.028164994,-0.047096953,0.02832029,-0.042042784,-0.022023754,0.00945892,0.026202621,-0.001552957,0.03777921,0.0048882854,-0.006448301,-0.012776601,0.050400514,0.006077709,-0.010630697,0.010616579,-0.027854402,-0.007083602,0.007125955,0.0014294264,-0.03184974,0.0007244192,-0.008075377,0.016997822,-0.0054882914,-0.02116257,0.0077012554,0.053337015,0.02953442,-0.032132093,0.024212012,-0.01592487,-0.01412485,0.020668447,0.0036670964,-0.094419785,0.031482674,-0.03408035,0.005784765,0.041506305,0.023449652,0.011287174,-0.005004757,-0.013087193,0.023280239,-0.0004407398,0.025807323,0.03964276,0.026047325,-0.04904521,0.00895068,-0.012578952,0.034165055,-0.019157844,-0.035181537,0.015204861,0.061214745,0.014583679,-0.05107817,-0.016913114,0.0028306171,-0.04339809,0.025157904,-0.008407145,-0.039755702,-0.012804837,0.027233219,-0.012374244,-0.0110330535,-0.008541264,-0.033910934,-0.029619126,-0.011654236,-0.019976676,-0.012727189,-0.01431544,0.003892981,0.00060441793,0.003938864,0.03136973,0.01182365,-0.010051867,0.057233527,0.0200755,0.046871066,0.01949667,-0.026315562,0.03520977,0.01993432,0.0018159009,-0.036198016,0.030889727,-0.060875915,0.019736672,0.017647238,-0.12389774,-0.0184096,-0.038315687,0.005869472,-0.007560077,0.021557868,0.017294295,0.022913175,0.014209557,-0.039586287,-0.07358193,0.0384851,0.048085198,0.020103734,-0.0019323727,0.006077709,-0.049948744,-0.043341618,0.0027617929,-0.03772274,0.039134517,0.03693214,0.023195531,-0.015473099,-0.035887424,-0.06522419,-0.011816591,0.019411962,-0.0070094834,0.0108707,0.024706135,-0.005414173,-0.053139366,-0.000728831,-0.07166191,-0.036480375,0.013567197,-0.004997698,-0.03227327,-0.00862597,0.022150815,0.023209648,-0.04091336,-0.03783568,0.008004787,0.0068224226,0.018564895,0.023506122,-0.03478624,-0.008844797,-0.004927109,0.022729645,-0.004277691,-0.008393027,-0.06522419,0.054889973,-0.017096646,-0.06742657,-0.08448087,-0.02518614,-0.04870638,-0.03139797,0.017986067,-0.008654206,0.037440382,-0.031680323,0.012571894,-0.0028606174,0.032753278,-0.025609674,-0.021953166,-0.00996716,-0.0057177055,-0.032612097,-0.036395665,-0.0022641409,0.003381211,-0.048536967,-0.012557776,-0.01712488,0.020244913,0.02556732,0.013623669,0.04992051,0.0029488537,-0.019779027,0.053478193,0.011640119,0.026739096,-0.015317803,0.04161925,-0.029619126,0.03772274,0.016277814,0.033656813,0.014068379,0.041591015,0.04365221,-0.005375349,-0.001511486,0.07584078,0.015656631,0.07239603,0.043821625,-0.07149249,-0.0076236073,-0.06601479,0.03981217,-0.008738913,0.040151,-0.026739096,0.023252003,-0.01476721,-0.0015741338,-0.008378909,0.0031835618,0.038372155,-0.050344042,-0.006060062,0.003751803,0.029223828,0.02703557,-0.0068541877,-0.035012122,0.009261271,-0.017491944,0.020033145,-0.015938986,0.02352024,-0.038823925,0.016546052,-0.016715465,0.035125066,0.031962678,-0.0134966085,-0.013673081,-0.00926833,-0.027628517,-0.018240187,0.0036988612,0.0673701,-0.02128963,0.032442685,0.009021268,0.018621366,0.002415907,-0.015077801,0.026964981,0.011618942,0.0029541478,-0.0002761793,0.015035448,-0.036678024,0.01694135,-0.010277752,0.021233158,-0.039219223,0.019200196,-0.018381365,0.0018194304,-0.014498971,0.023943774,0.06369948,-0.0025923795,0.020019028,0.032442685,0.017280176,0.011738944,-0.02397201,0.0072636036,0.021388454,-0.028616764,0.006081239,-0.022616701,-0.0059930026,0.025115551,-0.04000982,-0.045995764,-0.020597858,-0.0456287,-0.023040235,-0.024240248,0.025115551,0.022715526,-0.015487217,0.0236473,0.07177485,0.011393057,-0.025920264,0.035012122,0.048734616,-0.049186386,0.000048061152,-0.0035823896,0.0027653223,0.025722615,-0.0021688456,-0.017223705,-0.028659116,-0.0027282631,0.027854402,0.021854341,0.040376883,-0.022856705,-0.052235827,0.009734217,0.025722615,-0.022009637,0.023830831,-0.05342172,0.004556517,-0.010990701,0.0024829665,-0.015586042,-0.050344042,-0.021374336,0.053082895,-0.011181291,-0.016461344,-0.05031581,0.044386335,-0.035576835,-0.0036459197,-0.02939324,-0.030889727,0.009748335,0.00786361,-0.020273149,-0.029195592,0.018804898,-0.030240308,0.011534235,-0.07047602,-0.023534358,0.0017470766,0.008661265,-0.009995396,0.0037235676,0.035379186,0.022291992,-0.0058518243,0.0018688426,0.029054414,-0.050485224,-0.04339809,0.0009855983,-0.029449712,0.0046694595,-0.019087253,-0.0076165483,0.0097553935,0.00015827367,0.046955775,0.024706135,-0.055511154,-0.0025094375,-0.0485652,-0.02038609,0.021713164,-0.0053047603,-0.0029841482,0.029816775,0.028997943,-0.031793267,-0.033402693,-0.019891968,0.05113464,-0.018042536,-0.012861308,0.004588282,0.045685172,-0.009070681,-0.026230857,-0.026315562,-0.012924838,0.013560139,-0.010609521,-0.027247338,-0.08724795,-0.024946136,0.041252185,-0.03540742,-0.03693214,-0.010778934,0.0035841542,0.003585919,0.033289753,0.032640334,-0.0066071264,-0.015557806,0.0016817818,-0.023506122,-0.028292054,-0.014061321,-0.043115735,0.040038057,-0.0140895555,-0.032809746,0.031793267,0.019115489,-0.005311819,-0.0506264,0.04588282,0.0067588924,-0.05076758,-0.031285025,0.021402571,0.052433476,0.054240555,-0.01725194,-0.032696806,-0.029054414,0.03156738,0.0020170794,0.007147132,0.020160206,0.04040512,-0.010913053,-0.01418838,-0.05054169,-0.010235399,0.0044118096,-0.0074612526,-0.020809624,-0.029647361,0.0054177023,-0.01336249,0.01572722,0.06353006,0.013242489,0.006084768,-0.020823741,-0.059859436,0.010884817,-0.01425897,0.0042600436,-0.021459043,0.015656631,0.004270632,-0.06720069,-0.029647361,-0.09238683,-0.025553202,0.01905902,-0.03362858,-0.035322715,0.01802842,-0.056668814,-0.041139245,-0.0032806217,0.0029965013,-0.01355308,-0.026343798,0.013771906,0.0010553049,-0.0057106465,-0.055369977,0.018353129,-0.0015291333,-0.0060247676,-0.0028765,-0.021783752,-0.004552988,0.020626092,-0.024042599,-0.010793052,0.013574257,0.009437744,0.008597735,-0.011428352,-0.02844735,-0.01552957,-0.057600588,0.025101433,-0.010065985,0.040941596,-0.027190866,-0.0077012554,0.00040235705,0.020724917,-0.03489918,0.018706074,0.08182672,-0.016122518,-0.0057247644,-0.03272504,0.012600129,-0.026372034,-0.017435472,0.005682411,-0.026781451,0.009811865,0.0017761947,0.051671118,0.02103551,0.010298929,-0.02268729,-0.008287144,0.0066035967,0.037525088,-0.06957248,-0.0042282785,-0.0040482767,0.06449007,-0.01552957,-0.007962435,0.029703833,0.018748427,-0.0056082928,-0.03631096,-0.026315562,0.0018123714,-0.028306171,-0.0142730875,0.024889667,-0.00939539,-0.046899304,-0.0055765277,-0.051049933,0.018691955,-0.021021392,-0.021670809,0.024621429,0.0213461,-0.07471135,-0.008894209,0.0020894331,-0.028969707,-0.03297916,0.00991069,0.0086753825,0.006981248,0.04161925,-0.0018141362,-0.0114142345,0.041816898,-0.028941473,0.0009414802,0.011025995,-0.009705981,0.012628364,0.008421263,0.02748734,-0.020315502,0.009444802,-0.008978915,-0.0338827,-0.043736916,0.0011055996,-0.01592487,-0.005036522,-0.008343615,0.011534235,0.04571341,0.026343798,-0.0039988644,0.025652027,0.029901482,0.00338827,-0.017040174,-0.024339072,-0.02786852,-0.0032170918,-0.039416872,0.027233219,0.00016036928,-0.00030573842,0.0006498596,-0.03176503,0.029336771,-0.04274867,-0.02551085,-0.011400117,0.06488537,0.015557806,0.024819078,-0.015684865,0.01073658,0.0338827,0.015670748,0.034277998,-0.011167173,-0.011654236,-0.035096828,-0.013461314,-0.0039741583,0.0029365006,0.00045750468,-0.000132244,0.023477888,-0.004507105,0.013623669,-0.012776601,-0.007083602,-0.03210386,-0.003330034,-0.0024564958,0.012790719,0.011971887,-0.002288847,-0.018183716,-0.04009453,-0.019609611,0.03382623,0.005682411,0.04277691,-0.021021392,0.0031288555,0.0351533,-0.02832029,-0.015967222,-0.0384851,0.024649663,0.022362582,0.0184096,-0.0012538363,0.029506184,-0.033713285,-0.055115856,-0.003042384,0.021713164,0.027049689,0.023012,-0.028532056,0.0060000615,-0.028574409,0.007524783,-0.011978946,0.018579014,-0.0013544256,0.0010650109,0.020371974,0.011442469,-0.01853666,-0.0029365006,-0.02486143,0.0030723843,0.032245036,-0.038852163,-0.007644784,-0.0012061888,-0.012247184,0.018748427,-0.0025164962,0.012176595,-0.0024406132,-0.027642636,-0.0023241413,0.0033723875,0.010341282,-0.030466193,0.0016606052,-0.004556517,0.004951815,-0.006084768,0.03162385,-0.0033017984,0.02429672,0.022588465,0.028263818,-0.06889482,-0.0042847497,-0.033543874,-0.0024847314,0.015317803,0.004722401,0.010616579,-0.0095577445,-0.031228555,-0.010433048,-0.0510217,0.007849492,-0.021529632,-0.0142730875,0.012938956,0.006691833,0.052320536,0.009218918,0.04596753,-0.019115489,-0.002262376,0.036988612,0.01975079,-0.021388454,-0.017054291,-0.017294295,0.01067305,0.007383605,-0.04294632,-0.05703588,0.0020311973,0.027586164,-0.0019711966,-0.007948317,-0.0033723875,0.008809502,-0.03523801,0.029421477,0.022221403,0.013920142,-0.04506399,-0.016913114,-0.01668723,-0.002601203,-0.0011135408,0.012776601,0.018240187,-0.042409845,-0.0012264831,-0.014082497,-0.035068594,0.00090133277,-0.0011338352,-0.014654268,-0.0010032456,-0.047266364,-0.03732744,-0.0072847805,-0.029110886,-0.02786852,-0.011689532,0.006931836,-0.0090565635,-0.008463616,0.0032700335,-0.026259093,-0.02051315,0.021939049,-0.058334716,-0.036649786,0.01208483,0.010849522,0.009345978,0.021967283,-0.01214836,-0.01303778,-0.0010341282,0.011731884,-0.04314397,-0.012367185,-0.0008903032,0.013750729,-0.002730028,0.054438204,0.0019711966,-0.0016164872,-0.0066459505,-0.01853666,0.011682472,0.01739312,0.017887242,0.02371789,0.030833255,0.047012243,0.020442562,0.02294141,0.014978977,0.009430685,-0.031115612,0.010560108,0.022828469,-0.0009979514,-0.013955437,-0.033487402,0.01399779,-0.04116748,-0.021755517,-0.01592487,0.013941319,0.016503697,-0.018240187,-0.0042988677,-0.016800173,-0.030607373,0.011145996,-0.0036212134,0.010884817,0.0030459135,-0.0039953347,0.012487186,-0.03693214,-0.0006494184,0.012635423,-0.028997943,-0.017096646,-0.011626001,-0.006240064,-0.0707019,-0.0305509,-0.013164841,-0.029562656,-0.0012256007,-0.015134272,0.035435658,0.0016253107,-0.005848295,0.00014051615,0.042805143,-0.011174232,-0.00818126,-0.005477703,0.027247338,0.0059082955,-0.008470675,0.0011294233,0.025115551,0.021529632,0.0029241475,0.030833255,-0.007037719,-0.026753215,-0.014047203,-0.018649602,-0.01374367,0.07386428,0.006953012,0.0063424176,-0.032414448,-0.018988429,-0.005664764,0.006067121,-0.021120217,-0.0010553049,-0.040235706,0.022207286,0.021529632,-0.013002486,-0.008513028,-0.00818126,0.007147132,0.0006330947,-0.035379186,-0.01790136,0.0040023937,-0.006635362,0.04410398,0.019383727,-0.021826105,0.042720437,-0.014922505,-0.03170856,-0.0068118344,0.02844735,-0.01790136,0.00780008,0.025397906,0.008484793,-0.03535095,0.016136635,-0.0026435563,-0.026428506,0.051868767,0.019270785,0.011866003,0.016009575,-0.03049443,-0.012289537,-0.0050329925,0.010722462,-0.00069574243,-0.009917748,0.05548292,-0.07008072,-0.0086895,0.003783568,0.008880091,-0.016955467,0.015967222,-0.008188319,-0.0673701,0.018268421,-0.039670993,0.014343676,-0.01744959,-0.029110886,0.012621306,-0.015656631,0.061722983,-0.0066212444,0.027797932,-0.02908265,-0.0049694628,-0.016743701,-0.021331983,0.011167173,0.01131541,0.017788418,0.034616824,0.0119154155,0.02160022,-0.00048838736,-0.0058906483,0.0042600436,-0.026357917,-0.023604946,-0.010369518,0.04345456,0.00024926726,0.03854157,0.00034698885,0.03566154,-0.026513211,0.028800294,0.034419175,0.01476721,-0.0013094251,-0.0043871035,0.020343738,0.01757665,-0.02832029,-0.05421232,-0.006684774,0.0223767,0.020089617,-0.016249578,0.025835559,-0.038908634,-0.0019906086,0.011957769,0.023689654,0.021628456,-0.03656508,-0.0063635944,0.014654268,-0.016277814,-0.020696683,0.030607373,-0.041788664,0.027967345,-0.005234171,0.014527207,0.0009953043,-0.021459043,-0.021586103,0.016560169,0.0014241321,-0.0020294324,-0.029308535,0.012063652,-0.021953166,0.04384986,-0.0008911856,0.028461467,0.007447135,-0.012790719,-0.028292054,0.014393088,0.028786177,0.021953166,0.037101556,0.011040113,-0.01572722,0.0059612375,-0.039078046,-0.022108462,0.012734247,0.008018905,-0.016588405,0.032696806,0.02837676,0.027459104,0.032753278,-0.0064659487,0.011590707,0.019256668,-0.011908357,0.03523801,-0.01636252,0.0104401065,-0.020117853,0.036423903,0.006705951,-0.0025235552,-0.041986313,0.0021123746,0.033120338,-0.018296657,0.016009575,-0.021543749,0.0042035724,0.014068379,-0.0008430969,0.014738974,0.015826045,0.0048494614,-0.013778964,-0.0045988704,-0.022447288,-0.0028076759,0.030409722,0.009381272,0.0039918055,-0.012423656,-0.009437744,-0.032047387,-0.03701685,-0.00562241,-0.008033023,-0.012388362,0.017619004,-0.020654328,-0.0021423749,0.036395665,-0.030917963,0.00013720729,-0.006462419,-0.04500752,0.0081742015,-0.03693214,-0.020682564,0.014795445,-0.00945892,-0.0069918362,-0.023675537,-0.003022972,0.027515575,0.004080042,0.009713041,0.031087376,0.009042446,-0.007595372,0.027317926,-0.018099008,0.012317773,0.0034235644,0.005184759,0.015769573,-0.020696683,0.03789215,0.0112165855,-0.018762544,0.0011461882,0.011400117,0.033487402,0.039416872,-0.0050788755,-0.015642513,-0.009656569,0.004118866,0.054494675,0.037158027,-0.001779724,-0.014449559,0.024663782,0.029562656,0.016193107,-0.016602522,-0.013277783,-0.01552957,0.02799558,-0.027543811,-0.0079765525,0.0034465059,0.01860725,-0.04345456,-0.00952245,0.011590707,-0.009578922,0.0052059353,0.025157904,-0.016277814,0.001367661,-0.029873246,-0.043991037,0.018226068,0.0100448085,-0.0076800785,-0.0017320765,-0.007595372,0.023760242,0.003758862,-0.0028765,-0.0009882454,-0.014195439,-0.029816775,0.024988491,0.023026118,-0.0025270847,0.04091336,0.012430715,0.0029735598,-0.027755577,0.013990731,-0.005223583,-0.036847435,-0.016122518,0.011873063,0.043708682,0.019906085,0.007807139,-0.031793267,0.013411902,-0.041139245,-0.005714176,-0.0119154155,-0.028546175,0.015176626,-0.0028482643,0.010694227,0.039106283,0.013051898,0.021840224,0.006063591,-0.020188442,-0.006091827,-0.0072283093,-0.0046024,0.011513059,0.0010058926,0.035689775,0.007510665,-0.0012723659,-0.036790963,-0.0086753825,-0.0012714836,0.0051035816,0.02710616,0.035492126,-0.011929533,-0.01374367,-0.0041647484,-0.014964859,-0.033092104,-0.0070518367,0.007764785,0.0026612037,-0.0050471104,-0.027374398,0.019708436,0.0075389007,0.019341374,0.0060953563,-0.010051867,0.012218948,0.01169659,0.024437897,-0.019581378,0.08747383,-0.02000491,0.039840408,-0.022320228,0.009861277,0.014442501,0.0029947364,-0.01795783,-0.022546113,-0.021656692,-0.008407145,-0.0110330535,0.016969586,0.00524123,0.0015847221,-0.012642482,-0.020047264,-0.012635423,-0.03712979,-0.014061321,-0.018099008,-0.017633121,-0.023859067,-0.01661664,-0.0032012092,0.0055129975,0.038908634,-0.006430654,0.0017232529,0.03170856,-0.008357733,-0.010411871,-0.021021392,0.029308535,0.011788356,-0.011336586,-0.01891784,0.0050929934,0.008329497,0.0031712088,0.03368505,0.010305988,-0.025016727,0.0063388883,0.013574257,0.002594144,-0.028870882,-0.02939324,-0.03535095,-0.020866096,-0.057770003,-0.036169782,0.0026329681,0.021063745,0.03393917,-0.005138876,-0.025327317,0.044499278,0.037101556,-0.0148660345,0.010785992,0.04520517,-0.011442469,0.006476537,0.012430715,-0.012353067,-0.016390756,-0.00028853235,0.02161434,-0.01815548,-0.01010128,0.016291931,0.028800294,0.02083786,0.043256912,-0.008209496,0.02359083,-0.010990701,0.03811804,-0.007062425,-0.013673081,-0.01374367,-0.009402449,0.011858945,-0.0006772128,-0.008647148,-0.00024529663,0.0040059234,-0.020230794,0.015218979,-0.04116748,0.015134272,0.022164932,0.02959089,-0.0066318326,0.012451892,-0.03727097,0.015628396,-0.0065541845,-0.020033145,-0.001569722,0.0031817972,-0.01846607,-0.007948317,0.002152963,-0.035830956,-0.041054536,0.006730657,0.018197833,0.032499157,-0.015840162,-0.016800173,0.01853666,0.0018123714,0.02230611,-0.050287575,-0.0053047603,-0.013016604,0.011209526,-0.05912531,0.004507105,-0.014781328,-0.028334407,0.015543688,-0.00089515623,0.02671086,-0.002160022,-0.04723813,0.01054599,-0.012995427,-0.009049504,0.01552957,0.013080134,-0.026230857,0.013821318,0.016673112,-0.013673081,-0.0038259216,-0.013531903,0.024042599,-0.012741307,-0.016433109,-0.00026801744,-0.050089926,-0.01712488,-0.016418992,0.012501304,0.023873186,-0.017590769,-0.032047387,-0.016277814,0.013186017,0.043539267,-0.011781297,-0.021656692,-0.057148818,0.01982138,-0.025524966,-0.008844797,0.032301508,-0.0038047447,-0.02685204,-0.026668508,-0.015656631,0.028870882,0.010454224,0.0029488537,0.009416567,0.02480496,0.016164871,-0.015656631,0.023915539,-0.0013782494,-0.0003761068,0.002730028,-0.011506,-0.0017876653,-0.0076165483,-0.039586287,0.02294141,0.018395482,-0.017689593,-0.010235399,-0.0048247552,0.018508425,0.015656631,-0.010023632,0.0036282723,-0.009303625,-0.0075318418,0.0035188594,0.031143848,0.007941257,-0.0253132,0.017844887,0.0046588713,-0.0017135469,-0.04122395,-0.02058374,0.020103734,0.00028765,-0.01341896,-0.02774146,-0.009988338,0.009035386,0.05426879,0.013658963,0.014449559,0.012353067,0.039529815,-0.010955406,0.0039212164,-0.028122641,-0.0004455928,0.030522665,-0.010178927,-0.0040129824,0.015995458,0.02665439,0.01464015,0.0059788846,0.00396357,-0.03207562,-0.055398215,-0.006720069,0.016404873,0.00428122,-0.0038718043,-0.014922505,0.023873186,0.011887181,0.002294141,-0.008131848,-0.0055659395,-0.020470798,0.0015079565,-0.020414326,0.040376883,0.0076236073,0.0090565635,-0.05299819,-0.00600712,0.002096492,0.03707332,0.00390004,0.025157904,0.0057635885,0.0007103014,-0.01879078,-0.006677715,0.004288279,0.017110763,-0.026315562,-0.008237732,-0.020640211,0.03701685,0.02306847,-0.036988612,-0.013306018,-0.0022059048,-0.01980726,-0.002895912,-0.0029859128,-0.028941473,-0.014710738,0.02596262,-0.010475401,0.005160053,-0.023153178,-0.03184974,0.028164994,0.0018935488,0.022291992,-0.020922568,-0.026117913,0.00824479,-0.007524783,0.02685204,-0.006335359,0.0040376885,-0.0510217,-0.000560741,-0.014851917,-0.029139122,-0.038767453,0.00651889,-0.008583617,-0.0008841267,-0.017040174,0.006483596,0.0076024304,-0.00258885,-0.0017091351,0.021430807,-0.022531996,0.034560353,0.019214313,0.033487402,-0.0036353313,0.0028712058,0.0027123806,-0.014040143,0.0049447566,-0.009748335,0.016433109,0.028645,-0.031680323,0.014513089,0.0022994352,0.0108354045,0.011068349,-0.010094221,0.02978854,-0.026541447,0.0018017831,0.00089736213,-0.007510665,0.023774361,0.0094518615,0.017054291,0.013842494,0.010595403,0.032188565,-0.023477888,0.018621366,-0.01578369,-0.017237823,-0.0040306295,0.023308473,0.0013094251,0.023830831,0.01125188,0.016969586,-0.039162755,0.0043941624,-0.00895068,-0.0027335573,-0.03605684,0.012550716,-0.02569438,0.008138907,0.040292177,-0.01879078,0.002913559,0.011047171,0.03074855,0.016842525,-0.027261455,0.009303625,-0.0028270877,0.009995396,0.03156738,0.03247092,0.01124482,-0.041591015,0.017717829,0.0068365405,-0.01374367,0.004365927,-0.002135316,0.0046376945,-0.0146683855,-0.0048953444,0.019680202,0.018127244,0.027148513,-0.020823741,0.00039397462,-0.037412148,-0.020371974,0.02114845,0.0076306663,0.010588343,-0.029308535,-0.021515515,-0.032583863,-0.016080163,0.009501274,-0.03834392,0.009882454,0.035096828,-0.03368505,0.052009944,0.036875673,0.045939293,-0.008040082,-0.0037623914,0.0055341744,0.015571924],"social":"https://twitter.com/theDontGetRekt"},{"title":"teledome","description":"an immersive audiovisual experience based on the sounds of nature","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ryAhF4x63d0","youtube_transcript":"Hey, Anka here, and I'm the builder of the Teladome. The telegram is a teleportation device. Essentially, I want to create an environment for an audio visual experience that helps people, a million nurse, and listen to the world through their senses. As people enter the dome, they are transported to a world of abstract art based on the sound of nature. Didier came to me when I was hanging out at the park just like this and I close my eyes and really listen to the sound of nature. And what I realized is that I wanted to build something to recreate that feeling. So I started building. And I started also promoting, and I go to the website to keep track of my visitors. Thank you, everyone. For your support, and I hope to see you in the teladome, Anka out.","embedding":[0.018671393,-0.033108693,-0.03193079,0.032631163,-0.012606772,0.026630213,-0.009160602,-0.0066575534,-0.018846488,-0.015686836,0.005479648,-0.03400008,0.011357237,-0.085445896,0.04199074,-0.007529044,-0.017111463,-0.027808119,-0.005706474,0.024513168,-0.008002594,0.04237276,-0.03514615,-0.017302476,-0.004906613,-0.059914,-0.005161295,0.079779215,0.027776284,-0.017175134,-0.043073136,-0.048930828,-0.0019051427,-0.026423285,-0.0056388243,-0.008316968,0.0425001,-0.003678965,-0.0021906653,0.0032173533,0.0010445951,-0.00012734113,0.01383243,0.03466862,-0.06367057,0.0052528214,-0.04339149,0.045365278,0.026837142,0.043295983,-0.015662959,0.0118904775,-0.02241204,0.044251043,-0.01356183,-0.02158432,-0.025356803,0.046256665,-0.020883946,0.013410613,0.010378302,-0.011707425,0.012065572,0.038297843,-0.0057263714,-0.0017847655,-0.041417703,0.022045933,-0.010513602,0.028126473,0.06819118,0.007334053,-0.026439201,-0.008818373,-0.04851697,-0.021138627,-0.029941084,0.039921444,-0.015097883,-0.047943935,-0.0024274404,-0.026805308,-0.035942033,0.024194814,0.032169554,-0.023510356,-0.034859635,0.014572601,-0.003834162,0.0024891212,-0.003292962,0.02685306,0.0042301132,0.017254723,0.043073136,0.018193863,-0.0049026334,0.03826601,0.039698597,0.010402178,0.05364245,-0.037056267,-0.0152491005,-0.034541283,0.027298754,-0.006482459,0.055297885,-0.0007879232,0.0024672344,0.003684934,-0.16388804,-0.022205109,0.017382065,0.028795013,0.01964237,-0.0052488423,0.020820275,-0.039221067,0.01747757,-0.0046399925,-0.0136095835,0.012153119,0.008651238,0.04116302,0.017557159,-0.054279156,-0.028110554,-0.0073897648,-0.04905817,0.0035177986,0.073794186,-0.011293567,0.028938271,-0.05593459,-0.015575412,-0.015209306,-0.03380907,-0.009486914,-0.02826973,0.0017996883,0.029638648,-0.005137419,0.06997395,-0.03003659,0.051764168,-0.023701368,0.029113365,0.017557159,0.007612612,-0.006339201,-0.019658286,0.0038381412,0.020279074,-0.015217265,0.020708852,0.005770145,0.020422334,0.030275354,-0.015129718,0.02551598,-0.025563732,-0.023876462,-0.02327159,0.0015052119,-0.0174139,0.03568735,-0.028810931,-0.007282321,-0.045938313,0.0034402001,-0.033427045,0.0057144333,-0.028715424,0.0746219,-0.007031618,-0.0028512476,0.021456981,-0.05466118,-0.00012012845,-0.022794062,-0.034859635,0.026646132,0.056857813,0.0061123744,-0.054342825,-0.0041505247,-0.066217385,0.039571255,0.0033466842,-0.018480381,-0.028460743,0.053292263,-0.014294041,0.026693884,-0.027251001,-0.039571255,0.031198576,0.020199487,0.042149913,0.017509405,0.04049448,-0.042436432,0.030339023,-0.018321205,-0.015973354,-0.0073141563,0.005006098,-0.017795922,0.019339934,-0.03928474,0.06895522,-0.011906396,0.017238805,-0.0030442488,-0.038584363,0.026646132,-0.0462885,0.01828937,-0.037406456,-0.016172323,-0.044728573,0.047721088,-0.007190794,0.00236178,-0.004238072,0.031755693,0.0068804002,-0.013641419,0.026980402,0.038234174,-0.0028114533,-0.017270641,0.0024413683,0.0014435311,-0.0015997229,-0.0093197785,0.0053642453,-0.051382147,0.040780995,0.022252861,0.026534708,-0.018098358,0.0425001,0.023558108,-0.02570699,-0.009622214,-0.03893455,-0.070929006,0.033904575,0.043073136,0.008635321,0.047402736,0.0077757677,0.020342745,0.016212117,0.066599414,-0.066599414,-0.02206185,0.020899862,-0.051254805,0.057717368,-0.046479512,-0.017382065,0.006645615,-0.0023379035,-0.0034740253,0.019324016,0.0030621563,-0.012073531,-0.0042022574,-0.049440194,-0.021345558,0.013713048,0.02287365,-0.0027756386,0.040653657,0.0150899235,-0.02253938,0.037151776,-0.041385867,-0.001107271,0.017445734,-0.012638607,-0.0511593,-0.021695744,-0.0037545736,0.01976971,-0.026311861,0.014469136,-0.022316532,0.031548765,-0.0060367654,0.024258485,-0.015320729,-0.053928968,0.00978139,0.044314712,-0.023223838,-0.03177161,-0.026120849,0.050363418,-0.0031079194,0.023892378,0.018162029,0.006753059,0.042436432,0.021027204,0.021138627,0.016824946,-0.041481372,0.052623723,-0.018878322,0.00081279455,0.0058298362,-0.011508455,-0.047530077,0.07850581,-0.0050538513,-0.013211642,-0.0702923,-0.03143734,0.00843635,-0.01599723,-0.0050578304,0.01991297,0.005308533,-0.010441973,0.010354426,-0.01126969,-0.025738826,0.0168727,-0.028110554,0.0036530986,-0.016442923,-0.0028910416,0.009813226,-0.02341485,0.0031596518,-0.012272501,0.040367138,-0.042531937,-0.015042171,-0.020056227,0.022555297,-0.031692024,0.013625501,0.023000991,-0.043264147,-0.0072902795,-0.006032786,-0.041958902,-0.016164364,-0.007799644,-0.051000122,0.00803045,-0.017652664,0.014039359,-0.010577273,-0.048485134,-0.017445734,-0.037565634,0.010036073,0.04183156,0.041736055,-0.007883212,0.035719186,-0.049599368,0.015241141,-0.016442923,-0.014015483,0.019881133,0.021122709,0.004345516,0.024720097,-0.0023697389,0.03568735,0.081880346,-0.036610574,-0.011930272,0.035878364,0.03832968,0.007767809,-0.0152491005,-0.06386158,-0.012176995,0.06376607,0.047434572,-0.01680903,-0.052464545,-0.010887667,0.056284778,-0.047339063,-0.021711662,0.022985075,-0.010227084,0.023717286,-0.005798001,0.024640508,0.023876462,0.028795013,0.031278163,-0.030577788,-0.06545334,0.02308058,-0.0015440112,-0.01079216,0.022953238,-0.029001942,0.014071194,-0.027553437,0.0021289845,-0.09155827,0.055457063,-0.00034322415,0.012702278,0.019101169,-0.033172365,-0.014946665,0.03683342,0.01045789,-0.033490717,-0.0073380326,0.018544052,-0.009765473,-0.045269772,0.059404638,0.02287365,0.041385867,0.04947203,-0.01471586,0.042691115,-0.0019131015,-0.04116302,0.0077757677,-0.018400794,-0.006311345,0.00020568576,0.03670608,-0.030450448,0.01991297,-0.009502832,0.013084301,-0.05918179,0.004480816,-0.0049424274,0.046065655,0.01835304,0.005113542,-0.02760119,-0.0288746,-0.024942944,-0.043773513,-0.046097487,0.056093767,-0.0342866,0.008667155,0.021011285,0.024704179,-0.029368049,-0.017095547,-0.007091309,-0.0022821918,-0.04434655,-0.012527184,-0.027760366,-0.030912058,-0.031946708,-0.0032491884,-0.037820317,-0.028588083,0.012312296,-0.033427045,0.0005690557,-0.029383965,-0.017095547,-0.015734589,0.027489766,0.031485096,0.0066098003,-0.03435027,0.021043122,0.0052130274,-0.026471037,0.021313721,-0.022030015,-0.006227777,-0.036324058,0.045460783,-0.01976971,-0.028699506,-0.015169512,0.003927678,0.03852069,-0.020931698,0.0025388638,0.025149873,-0.07665936,-0.0030243518,-0.03435027,-0.0018673383,-0.016649853,0.0026642152,-0.0035814692,0.06446645,0.03272667,0.020454168,-0.029192954,0.035719186,-0.0321218,0.0071549797,0.0028114533,0.0015907693,0.021854922,0.0075728176,0.0065620476,-0.010847872,0.009081014,0.032408316,0.012272501,-0.0023438726,-0.017636746,-0.0046519306,-0.032137718,-0.016100693,0.05841774,0.022380203,-0.06997395,-0.0144373,-0.029399883,0.048230454,0.0024811623,-0.01922851,-0.003549634,0.0019548852,-0.008977549,0.027712613,0.01295696,-0.023462603,-0.022284698,-0.015081965,0.008921837,0.04797577,0.015877847,-0.03941208,0.015527659,0.017604912,-0.013179807,-0.010680737,0.0074932296,0.03259933,0.04717989,-0.041322198,0.021616157,-0.010656861,0.004285825,0.020565592,-0.0028850725,0.0029109386,0.021361474,0.012383925,-0.009606296,0.00870695,0.02301691,-0.0057184123,0.043486994,0.02678939,-0.026980402,0.00092869485,-0.013752842,0.020119898,-0.0054557715,-0.050777275,-0.024274403,-0.010943378,0.0017907346,0.015121759,0.0016862751,0.019037498,-0.02422665,-0.0011062761,-0.01774817,0.007680262,-0.017382065,0.035273492,-0.008054326,0.017270641,-0.00674908,-0.014954624,0.03747013,0.012566978,-0.0026542665,0.008969591,0.0057542273,0.0012266532,-0.0020434272,0.008579609,-0.0005849733,-0.022571215,0.053546946,-0.0040510395,0.019292181,-0.007242527,-0.03380907,-0.025213543,0.01288533,-0.021918591,-0.020374581,0.0075807767,0.0160609,0.0068724416,0.010688696,-0.0075569,-0.006080539,-0.009431202,0.0074534356,0.0076882206,0.0025209563,-0.009009385,0.008285132,0.038552526,-0.025293132,0.005101604,-0.016840864,0.018321205,-0.01862364,0.031739775,-0.048357792,0.008340844,0.010601149,0.048676148,-0.0022901506,0.044219207,0.029543143,-0.026709802,-0.021759415,0.017382065,0.023924215,0.01174722,0.007819541,-0.013386737,-0.002948743,0.0123600485,0.021122709,0.006637656,0.031660188,0.030084342,-0.022857733,-0.0033148488,0.04116302,-0.04265928,-0.00539608,0.024099309,0.043232314,0.011309484,0.014294041,0.037438292,-0.028858684,-0.0096301725,0.01747757,0.0023458623,-0.042945795,0.0318512,0.03029127,0.006621739,-0.01045789,-0.0078036236,0.0010674768,-0.03380907,-0.018209781,0.02826973,0.0027199269,-0.0035277472,0.011373155,0.022427956,0.033522554,0.015097883,-0.00063670566,-0.039985113,0.026025344,0.0150899235,-0.006983865,0.021536568,-0.030068424,-0.0027079887,0.045938313,0.004735498,0.033299707,0.024401743,-0.0020812317,-0.021265969,-0.014628313,0.008205544,-0.009502832,0.0010674768,0.035209823,0.02206185,-0.014286083,-0.016283747,0.025818413,-0.050649934,-0.030673295,-0.024035638,-0.052050687,0.02241204,0.0056507625,-0.016148446,0.015241141,0.025197625,0.022284698,0.014317919,-0.014341795,-0.015583371,-0.0184963,0.016618017,-0.01789143,0.02233245,-0.030195765,-0.025500061,-0.0018285391,-0.023844626,-0.032631163,0.052050687,-0.02132964,-0.0055831126,0.022125522,-0.012312296,-0.040462643,-0.0012664474,-0.017397981,0.015702752,-0.053005744,0.00015109323,0.020501921,-0.03568735,-0.036260385,0.016856782,-0.025611484,-0.014707901,-0.008890003,-0.034732293,-0.021011285,0.0027895665,-0.0084602265,-0.009948526,0.041067515,-0.0348278,0.024863355,-0.018607723,0.0009963448,0.03364989,-0.024529085,0.017493488,-0.03129408,0.018177947,-0.0066814297,0.00620788,0.030450448,0.032296892,0.018957911,0.031118989,0.04001695,0.0013032568,-0.023637697,0.022157356,0.007986677,0.007242527,0.0063312417,0.021377392,0.051955182,0.010282796,0.03995328,-0.023048744,-0.0047832513,-0.021265969,0.02266672,-0.04918551,-0.014333836,0.0017449714,-0.0033108694,-0.0026960506,-0.009574461,0.0075091473,-0.0288746,-0.0042659277,0.058545083,-0.027648943,0.010728491,0.006506336,-0.04495142,-0.0403353,-0.003535706,-0.014190577,-0.0064546033,-0.010744408,0.04663869,0.025197625,0.016283747,-0.02989333,-0.039252903,-0.011277649,0.011428867,-0.009773431,-0.0065819444,0.0065540886,-0.006339201,0.039443914,-0.0053682243,0.0074932296,-0.0045245895,-0.004027163,-0.017859593,-0.003951554,-0.00654613,-0.015042171,0.0008610449,0.010171372,0.031134905,-0.03412742,-0.027107744,-0.030657377,0.015670918,-0.0013848348,-0.050458923,0.0040092557,0.019737875,0.014477095,-0.01814611,0.027012236,0.014684024,-0.031055318,0.030832471,0.020199487,-0.0018295338,0.0037704913,-0.0032651061,0.012933084,-0.014564642,-0.0152491005,-0.023653615,-0.02557965,0.0111901015,0.008722867,0.013346942,-0.009049179,0.04199074,-0.016228035,0.020899862,-0.015567453,-0.034222927,-0.006263592,-0.0036530986,-0.024863355,0.03218547,-0.028779095,0.020868028,0.036674246,-0.0039595133,0.0048867157,-0.01801877,0.027792202,-0.0538653,-0.02820606,0.00620788,0.00089685956,-0.007537003,-0.011858643,0.0070037623,0.014596477,0.023510356,0.018209781,-0.004429084,0.01835304,-0.0118904775,-0.010967255,-0.014922788,0.019944804,0.024210732,0.015599288,0.00418236,-0.04568363,0.0029865473,0.019960722,-0.032217305,-0.026311861,-0.011373155,-0.0154003175,-0.014556683,0.013713048,-0.010107703,-0.019180758,-0.057048827,-0.016037023,-0.0024891212,-0.045715466,0.005575154,0.035719186,-0.0013151951,0.048230454,0.021265969,-0.018941993,0.008018511,-0.010020155,0.019387687,0.0013370819,-0.01396773,0.0139199775,0.0018106317,0.008866126,0.013307148,0.030927977,-0.0096301725,-0.04043081,0.037151776,0.036897093,-0.020326829,-0.0052130274,-0.01302063,0.019801546,-0.017159218,-0.012765948,-0.008921837,0.003515809,0.035464503,0.02193451,-0.02468826,0.0037207487,-0.05189151,0.018114276,-0.015066047,-0.013896101,0.039889608,0.023160167,0.010553396,-0.012734113,0.055138707,-0.008810414,0.0071311034,0.0045444868,0.0018464464,-0.035114318,-0.050363418,0.0132991895,0.0036252427,0.019260345,0.015145635,-0.041927066,0.017843675,0.0045444868,0.050649934,-0.024736015,0.0074693533,0.036960762,0.01781184,-0.01234413,-0.014485054,-0.056794144,0.013752842,0.019785628,-0.011866601,0.017382065,-0.021456981,0.021281887,-0.025754744,-0.034063753,-0.02760119,0.013641419,-0.023860544,-0.0004277866,0.005762186,-0.01964237,-0.05669864,-0.031389587,0.00018292852,0.007517106,0.024672344,0.007994635,0.030482283,-0.0014186598,0.029113365,-0.015121759,0.009073055,0.03224914,-0.015782341,-0.033045024,-0.01066482,0.0011182143,0.045588125,-0.004982222,-0.014882995,-0.018432628,-0.0484533,-0.059627485,-0.020294992,0.035942033,0.029957,0.00924815,-0.028842766,-0.029670483,0.016379252,0.009391408,0.013315107,0.0010704614,0.013617542,-0.03118266,0.034923304,-0.020151734,-0.00256473,0.007151,0.027951378,-0.033681728,0.036133047,0.029129284,-0.026471037,0.01349816,-0.0026284005,-0.0046678483,-0.014986459,-0.019419523,-0.043773513,-0.013474283,0.0425001,0.02401972,0.012089448,-0.022857733,0.012248625,-0.056475792,-0.0031258268,-0.013983647,-0.0006486439,0.01983338,0.043550666,0.034159258,-0.002570699,-0.030927977,-0.015081965,0.039093725,-0.011532331,-0.02989333,-0.010927461,0.002111077,-0.0174139,-0.017031876,0.02335118,0.04218175,0.03731095,-0.00058795785,0.010147496,-0.025500061,0.023860544,0.02502253,0.021759415,-0.010370343,-0.02551598,0.008874085,0.02524538,-0.017095547,0.008579609,-0.01983338,0.01282166,0.011365196,-0.024958862,-0.0063590975,-0.019276263,-0.0067252032,0.009996278,0.0043295985,0.0035396854,-0.017382065,-0.008293091,0.010640943,-0.010028114,0.03393641,0.0040788953,0.01120602,0.02206185,-0.033681728,0.006936112,-0.010991131,0.009168562,0.013792636,-0.0031696004,0.02118638,0.001261473,-0.02476785,-0.012232707,-0.014182618,0.008245338,-0.008022491,0.042245418,-0.0074176206,-0.009049179,0.01471586,0.00030517104,-0.019419523,0.0066655125,0.018639557,-0.015885806,0.009677926,0.019324016,-0.02287365,-0.008388597,0.033045024,0.003549634,0.021409227,-0.013649377,-0.042754784,0.017175134,-0.04663869,-0.005284657,0.04151321,0.01531277,-0.015758464,-0.0060248272,0.004560404,0.0030661356,0.031723857,-0.009821185,-0.019690122,0.011309484,-0.011381113,0.002119036,0.021982262,-0.002711968,-0.021632073,0.02193451,0.03941208,0.007851376,0.00242943,-0.018305287,0.050363418,0.0051055835,-0.023637697,-0.011834766,-0.020931698,0.014922788,0.003151693,0.006458583,-0.002071283,-0.0013350921,-0.023765039,0.013697131,-0.059277296,0.013052465,0.04230909,-0.025484143,0.017986935,0.0136095835,0.09684293,-0.00080533314,0.024401743,-0.012543101,0.031071236,-0.017095547,-0.00890592,0.012694319,-0.0015290884,0.008555732,-0.008309009,-0.00040391015,0.007879232,-0.005977074,0.0058338153,-0.008372679,-0.00843635,-0.026693884,0.0014634281,-0.0027278857,-0.014206495,0.01167559,0.018241616,-0.0068923384,-0.0452061,-0.00096202246,0.0057144333,-0.01943544,-0.007477312,0.026773473,-0.01518543,0.019276263,0.0020931698,0.014636271,0.015042171,0.0067172446,-0.01976971,-0.03543267,-0.015448071,-0.020613344,-0.031007566,-0.0063312417,0.023223838,-0.019737875,-0.0026841122,0.021043122,-0.026280025,-0.0074932296,-0.011914355,-0.044282876,0.038393352,0.031755693,-0.004986201,0.021090874,-0.0100997435,-0.004480816,0.021425145,0.028508496,0.012694319,0.02712366,-0.008285132,0.0066098003,0.013331025,0.009773431,-0.022857733,-0.020294992,0.0056189275,0.009256109,-0.033681728,0.016952287,-0.009455079,0.004890695,0.013370818,-0.012288419,-0.008507979,0.0027298755,0.00118089,-0.00836472,0.012718195,-0.0078752525,0.0005964141,0.0023120374,0.0017181104,-0.0046200952,-0.0288746,0.022857733,0.0019857257,0.011062761,-0.009494873,0.025977591,-0.01126969,-0.00094361766,-0.0052130274,0.01376876,0.0017738221,0.008555732,-0.026980402,-0.013243478,0.0149785,-0.015909683,0.0318512,0.007139062,0.0040868544,0.003008434,-0.02241204,-0.025961673,-0.039093725,0.033045024,-0.0008889008,-0.0013539944,0.014095071,-0.027314672,0.021886757,-0.027378343,0.053292263,-0.030832471,0.022507545,0.002536874,-0.019753793,0.00061432144,0.03616488,0.02051784,-0.027028155,-0.019530946,0.033013187,-0.0017360178,0.032424234,-0.010736449,0.0018772868,-0.028826848,0.011787013,0.017620828,0.015018295,-0.040780995,-0.014365671,0.032694835,0.022157356,-0.07080167,-0.03361806,0.03178753,0.037565634,0.008404515,0.0052528214,-0.0082294205,0.0062914477,-0.024815602,0.010680737,0.011126431,0.002051386,-0.004898654,0.0056786183,-0.0011599981,0.01956278,-0.01700004,-0.019865217,-0.034700457,0.00310394,-0.0018325184,-0.04501509,0.011930272,-0.019849299,0.007712097,0.0021588302,0.02085211,-0.017955098,-0.009837102,-0.0009854014,-0.005758207,0.0040331325,0.008269215,0.013824471,-0.03651507,-0.02976599,-0.013856307,0.022236945,-0.03387274,0.019546863,-0.008754702,0.0059492183,0.0048867157,0.008874085,-0.00748925,0.004401228,0.032758504,0.0017131361,0.024194814,0.0031198577,-0.014461177,-0.008762661,-0.010449931,-0.001187854,-0.018591804,-0.01282166,0.032010376,-0.01113439,-0.007190794,0.008213503,-0.017254723,-0.047402736,0.0069918237,0.0055632154,-0.016379252,-0.0033486737,0.008380638,0.011166225,0.023574026,-0.016275788,-0.008404515,0.010601149,0.009542625,-0.027251001,-0.03224914,-0.020151734,0.00104559,0.013880183,-0.0045046923,-0.0044967337,0.013442448,0.00002737399,-0.029129284,0.00317159,0.02368545,-0.008002594,-0.049503863,0.0058696303,0.014405466,-0.009813226,-0.0011987974,-0.022571215,-0.0001154029,0.004285825,0.006490418,0.03578286,0.027203249,-0.01625987,-0.017875511,0.011906396,-0.019737875,0.0121292425,-0.004492754,-0.011420907,0.0020235302,0.0050180363,-0.009821185,-0.004500713,0.013800595,-0.022491626,0.01875098,0.03294952,0.029192954,-0.05141398,0.002711968,-0.01666577,-0.006956009,-0.017986935,-0.00096998125,0.023176085,-0.008145853,0.005113542,0.0076086326,-0.018066524,-0.0027557416,0.0042062365,-0.034795962,0.0055711744,0.025324967,0.004548466,0.015456029,-0.014397507,0.00096251984,-0.008953673,-0.007994635,-0.011779054,0.006195942,0.027824037,0.00015768413,0.0074574146,-0.0074454765,0.017780006,-0.0054756687,-0.05418365,0.013864266,0.004803148,0.0070674326,0.020565592,-0.029415801,-0.0047832513,-0.0041465457,0.009287944,0.000139155,0.0021170462,0.013975689,0.010959296,0.029638648,0.017270641,0.007525065,-0.0174139,0.032917682,0.020183569,0.0076364884,-0.0044887746,0.03333154,0.00030417618,-0.027919542,-0.001323154,0.044219207,0.01329123,0.031612433,-0.02308058,-0.014668106,0.016243953,0.001774817,0.017222887,0.04339149,0.032296892,0.007942903,0.012726154,-0.023430768,0.008603485,0.023510356,0.02577066,0.015392359,0.030402694,-0.011046843,0.016084777,0.004703663,-0.0037724809,-0.0315806,0.041417703,0.0063670566,0.007485271,0.0070952885,0.030991647,0.008714909,0.02543639,0.0020752624,-0.009534667,-0.0032949517,0.034923304,-0.0128296185,-0.015981311,-0.034891468,-0.014254248,0.052273534,0.013418571,0.024385827,-0.012033736,-0.020597428,0.029399883,0.01875098,-0.019117087,0.057144333,0.004930489,-0.0024891212,0.016745359,0.013983647,0.018687312,0.01518543,-0.024147062,0.015344606,0.0058417744,-0.017986935,0.015097883,0.029972918,-0.032440152,0.045779135,-0.0071430416,0.04380535,0.008245338,0.010903584,-0.0150103355,-0.011166225,0.022221027,-0.020151734,-0.014421383,-0.033522554,-0.0020812317,-0.015018295,-0.021886757,0.009232231,0.024274403,0.007381806,0.00614023,0.010441973,0.036865257,0.013553872,-0.003989359,-0.012702278,-0.036228552],"social":"https://twitter.com/created_by_anca"},{"title":"songlingo","description":"website to learn new languages through songs","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=tZa33-DS5_Y","youtube_transcript":"My name is Adammy Litzer, and I'm building Song Lingo, a website where people can learn languages through songs. Let's check it out. Just go to song dash lingo dot com, enter a song in a language you want to learn or generate a random one. I'll do Spanish, and then follow along with the lyrics and translation. You can also press on an individual word entity's translation here. At first, there are some issues, like not a translation. But after building the translation, Song Lingo is ready for language learners. Twitter brought a few users, but I was worried I wouldn't hit my goal of five hundred new So then I had the thought to show Song Lingo where it is most relevant. In language learning, somebody can do it. I share Song Lingo with to Guiz, Danish, Indonesian, Korean, and many other subreddits. And users started flowing in fast. In fact, Zonglingo today just blew through the goal of five hundred learners who are learning language vocab through itself. I followed an iteration cycle with Zonglingo, building new features, posting about and then learning from users in iterating. Therefore, Sonangol went through many iterations of past six years. Starting with this, adding the translation for one word, adding the full song translation. The user suggested formatting varies in first form making it easier to read, so I built that. Other users suggested adding the ability to change which language São Paulo translates to São Paulo. So I built that too. I learned that these features were valued by the users who used them a lot. Users didn't know what song to enter, so I made a random song feature. I then redesigned the UI and designed the logo.","embedding":[0.0138918655,-0.022720205,-0.055100508,-0.0054976474,-0.0057457164,-0.041646414,0.00592812,0.04085843,-0.03983697,-0.008930485,0.004833698,-0.036714215,-0.07564646,-0.0028418496,0.0060959314,0.010105165,-0.034350265,-0.049993206,-0.030673007,0.0150592495,0.04030392,-0.03043953,-0.030527083,0.05040179,0.00791632,-0.023551965,-0.005964601,0.07564646,-0.04366015,-0.038786322,0.0035076232,-0.021946812,-0.010251088,0.010462676,-0.01990389,-0.01538028,0.044360578,-0.0029731803,0.01204594,-0.037035245,-0.05612197,0.0069167484,0.069517694,0.0059135277,-0.011637356,0.052473895,-0.054750293,0.03583868,-0.016576849,0.014862253,-0.049176037,0.034350265,-0.05025587,0.0011783278,-0.0055961455,-0.048621528,0.004505371,0.03324125,-0.04295972,-0.01729187,-0.016241224,-0.01350517,0.036830954,0.02943266,-0.032978587,0.00858027,-0.04786273,-0.03367902,0.00029572198,-0.005585201,0.04628676,-0.03248245,0.012177271,-0.053291064,-0.050576895,-0.010032203,-0.0026393814,0.06298035,0.007887136,-0.051306512,-0.018254962,0.02568244,0.016912472,-0.027214631,-0.017510755,-0.020662691,-0.021406898,0.010995295,0.020443806,-0.021188013,-0.02555111,-0.0023074069,-0.054254156,-0.0022909904,0.035254985,0.022778574,0.015146803,0.029636953,0.03006013,0.030789744,0.047512516,-0.03723954,0.024777718,-0.07850655,0.0087407855,-0.029403476,0.016751956,0.005753013,-0.0046148137,-0.028338239,-0.09695122,0.014512038,-0.013308174,0.008405162,0.043076456,-0.009579842,0.021202605,-0.06064558,-0.014694442,0.001829509,-0.013818904,-0.019685008,0.030351976,0.009718469,0.021975998,-0.011586283,-0.03572194,-0.005723828,-0.003057086,0.011433064,0.023289304,-0.030351976,0.0007784078,-0.04730822,-0.039691046,-0.009703876,-0.025915917,0.022545097,-0.066132285,-0.006559237,0.0072341305,0.008631343,0.007639067,-0.025390595,-0.0012740898,-0.055771753,-0.054691926,0.027944246,-0.049847282,-0.01805067,0.013869978,-0.0035368076,-0.054254156,0.030789744,0.022180289,0.008339497,-0.035488464,0.011987571,-0.028119354,0.049467884,0.032044683,-0.021771705,0.011097441,-0.018838653,-0.008448939,-0.008405162,-0.0038414218,-0.004100435,-0.031373437,-0.005431982,-0.0017674918,-0.042171735,-0.00079710415,0.0050562304,0.0057457164,-0.056559738,0.022953682,-0.04511938,-0.017029209,-0.00018536775,-0.004439706,0.01786097,-0.030206053,-0.0077703977,-0.044331394,-0.042434398,-0.01964123,-0.016664403,0.044710793,0.0056946436,-0.01153521,0.027681585,0.092048205,-0.00029207394,-0.034145974,-0.03680177,0.069692805,0.012169975,-0.004819106,0.016956247,-0.00040060413,0.03907817,0.0039362716,-0.023479003,-0.04511938,0.029826652,-0.03259919,0.01153521,0.014220192,-0.022267843,0.07850655,-0.0042645982,0.011965683,0.014103454,-0.029943392,0.03254082,-0.03344554,0.0013288109,-0.024529649,-0.002466098,-0.000740559,0.016226633,0.032774296,-0.012403452,0.016868694,0.010243792,0.038494475,-0.03064382,0.04666616,0.022107327,0.07167736,0.01538028,-0.008478124,-0.028571716,0.046812084,-0.057435278,-0.026266132,-0.012133494,-0.01907213,0.055217247,-0.047395777,-0.03449619,0.06554859,0.06362241,0.023610335,0.009112889,-0.05451682,-0.027594032,0.03356228,0.0056399223,0.034933954,-0.0193202,0.0193202,0.004877475,-0.007857951,-0.019305607,-0.042025812,-0.03221979,-0.009857096,-0.037327092,0.025667848,-0.03292022,-0.039778598,0.048738267,-0.0038706064,-0.0022526856,-0.03869877,0.09829371,0.008551085,0.00016325132,-0.030877298,-0.042551134,0.016562255,0.011688429,0.013461393,-0.03928246,0.020443806,0.05921554,-0.009630915,0.0058989357,0.00048792988,-0.013643797,-0.009317181,0.0016908823,-0.036188893,0.0037721086,0.024106473,-0.014001308,-0.02943266,-0.0069933576,0.0061433567,0.0032248974,0.003312451,0.0031647042,-0.029403476,0.009302588,0.025098749,-0.050868742,-0.04506101,0.031519357,0.044389766,-0.055888493,-0.010046796,0.0098498,-0.02511334,0.027944246,-0.0046148137,0.00045555324,0.01861977,0.0012038643,0.016606033,0.024106473,0.046374317,0.0059025837,-0.018605176,-0.02204896,0.051014666,-0.0071028,0.0013069225,-0.037998337,-0.009287996,0.008543789,0.021188013,0.026207764,-0.0051182476,0.014212896,0.057814676,-0.02261806,0.014803885,-0.015394872,0.07932372,-0.024164842,0.02161119,0.009820615,-0.0021012905,-0.015292726,-0.024296172,-0.0038706064,0.01640174,0.071035296,-0.091406144,-0.025317634,-0.0056326264,0.005585201,-0.006278335,0.0038596622,-0.028615491,-0.022326212,0.022588873,-0.0073362766,-0.011119329,-0.01083478,0.028907338,-0.039370015,0.023026643,0.011841648,-0.018999169,-0.018006893,-0.03980778,0.04138375,-0.026339093,-0.0065884218,-0.014329635,0.02174252,-0.058369182,0.003640778,-0.0010524694,-0.035605203,0.011527914,-0.0022435654,-0.006409666,-0.035926234,-0.019918485,0.0202687,-0.042551134,0.00825924,0.032511637,0.0106158955,-0.013563539,0.05688077,0.03449619,0.036188893,-0.004895715,-0.043018088,-0.027696177,0.028703045,0.0022253252,0.0075077363,-0.0020502175,0.009616323,0.005234986,-0.06805847,0.035371725,-0.001580528,0.037064433,0.025157118,0.019787153,0.053115956,-0.0035605202,-0.04030392,0.019349385,-0.023114197,-0.031373437,-0.020706467,-0.003203009,-0.024252396,-0.039778598,0.034087602,0.018444661,-0.02072106,-0.001675378,-0.010951518,0.063213825,0.035517648,0.008682416,0.0009412031,0.017145948,-0.012221048,0.04354341,0.05892369,0.04074169,-0.049059298,0.024048103,-0.029680729,0.022034368,0.033474725,0.033387173,-0.01640174,0.02630991,-0.010863964,-0.004647646,-0.019363977,0.03076056,-0.009412031,-0.04328075,-0.049059298,0.0062272623,0.067649886,0.05968249,-0.009784134,-0.011243364,0.06975117,-0.018692732,0.03420434,0.010484564,-0.015540795,-0.027097894,0.024004327,-0.020662691,-0.07021813,-0.009142073,-0.052065313,-0.026295317,0.016854102,-0.0062345583,-0.04614084,-0.0042573023,-0.06753314,0.022632651,-0.019874707,-0.030410344,0.037151985,-0.027170856,0.0039618085,0.013578131,-0.013344655,-0.029315922,0.00085456134,0.052094497,0.005085415,-0.022909904,-0.01055023,-0.037268724,-0.00207393,-0.061637856,0.042376027,-0.00651546,-0.024354542,-0.02288072,-0.02199059,-0.021290159,-0.016416334,0.018721916,0.0006689656,-0.014599592,0.0026302612,0.0036863787,-0.0021395953,-0.013052809,-0.042230103,-0.010987999,0.0129652545,0.04030392,-0.017306462,-0.0072633154,0.00089104206,-0.047891915,-0.060937427,-0.02390218,-0.01735024,-0.011425768,-0.03718117,-0.04322238,0.04847561,0.019539084,-0.034992326,0.026134802,-0.002518995,0.012542078,-0.021903036,-0.027039524,-0.05638463,0.01538028,-0.0069532287,0.0073800534,0.0010287568,-0.008419755,0.02924296,-0.017948523,0.0015148628,-0.022588873,0.016095303,-0.0064972197,-0.047833547,0.046607792,0.012812036,-0.003208481,0.021946812,-0.016036933,0.01163006,-0.0046038693,-0.015482426,-0.017685862,-0.0025737162,-0.0390198,-0.018269554,-0.03254082,-0.047716808,-0.021903036,-0.03572194,-0.0074639595,0.02809017,0.04532367,-0.0064352024,-0.015482426,0.0073654614,0.01651848,-0.039107352,0.0022618058,-0.00020919424,0.076405264,-0.03756057,0.0046038693,-0.0568224,-0.006314816,-0.012454525,-0.0037338038,0.0052094497,-0.0053480766,-0.000741927,-0.000055006116,-0.02752107,0.017642086,0.015774272,0.013344655,-0.011739502,-0.004530908,-0.035109065,-0.02886356,0.027156262,-0.010367827,-0.05168591,0.027827509,0.009441216,0.031023221,-0.013680277,-0.026222356,-0.023362266,0.026557978,-0.005136488,-0.015920194,-0.03805671,-0.006369537,-0.021640375,-0.015628349,-0.003055262,-0.042784613,0.026076432,0.013957531,-0.0034419578,0.02058973,0.0055304803,-0.012892294,0.010477268,0.004056658,-0.0071283365,0.0049577323,-0.031723652,0.00267039,0.011141218,0.002077578,-0.00848542,-0.010105165,-0.006792714,0.03744383,-0.002754296,-0.009236923,-0.012943367,0.018254962,-0.009397439,0.0029458196,0.0067854174,-0.019436939,-0.030206053,-0.009959242,0.024690164,-0.021290159,0.004855586,0.0070590232,0.02053136,-0.00084452913,-0.034437817,0.016168265,0.010652376,0.02161119,0.011695725,-0.04494427,0.009609027,-0.04126701,-0.029680729,-0.014971696,0.027185448,0.027958838,-0.022953682,0.03344554,0.015555387,-0.03178202,0.03038116,0.017423201,0.03000176,0.022749389,-0.005267819,0.018211186,-0.033387173,0.03038116,-0.039953705,0.0044944272,0.010725337,0.024237804,-0.015263542,-0.007938209,0.019086722,0.052298788,-0.03578031,0.014409892,0.0000063770044,-0.016387148,-0.015248949,0.016285002,0.01068156,-0.07021813,0.030118499,0.047249854,0.024194026,-0.015336503,0.00848542,0.006551941,0.015351095,0.014198304,0.036334816,-0.041909073,0.04240521,0.0176129,-0.018211186,-0.016766548,-0.011031776,-0.011644652,-0.0445065,0.01901376,-0.014395299,-0.028498754,0.018415477,-0.02865927,-0.043426674,0.015132211,0.013242508,0.014577704,0.012943367,-0.008974262,-0.019203462,-0.021727929,-0.0189408,0.020297883,-0.0065446445,0.05460437,-0.013745943,0.0006735257,0.025580294,-0.022530505,-0.08749541,0.010090573,-0.0003502151,0.0008335849,-0.00880645,-0.023055827,-0.005264171,-0.025215488,-0.010863964,0.0386404,0.03572194,0.0032832664,-0.0053626685,-0.025317634,0.015540795,-0.0052058017,0.015861826,-0.00034839107,-0.025813771,0.011812463,-0.004877475,-0.03000176,0.0029750043,-0.010572119,0.009404735,-0.000002198107,-0.02892193,0.0044542984,0.011513322,-0.0124837095,-0.020881575,-0.008434347,0.038494475,0.021596598,-0.018955393,-0.03951594,0.015117618,-0.03292022,0.005997434,-0.015745087,-0.024806904,-0.011498729,0.0004539572,-0.018721916,0.04619921,0.007653659,-0.007879839,0.024690164,-0.0014491974,-0.03038116,0.0043703928,-0.013833497,0.015453241,-0.03076056,0.018123632,-0.007704732,-0.004096787,-0.0033872367,-0.011651948,-0.01157169,-0.016445518,0.037035245,0.053028405,-0.013023624,0.018999169,0.027725361,-0.010294865,0.03426271,-0.008799154,0.011703021,0.006373185,0.02320175,-0.031285882,0.02600347,0.04068332,0.02166956,-0.040654138,-0.0053553726,0.0077849897,-0.0013233388,0.018225778,-0.016197449,0.008303016,0.010068684,-0.017875561,0.0057457164,-0.025667848,-0.017131355,0.019568268,-0.0006461651,-0.05110222,-0.025390595,0.048388053,0.0065409965,-0.0013506993,0.028790599,0.010499157,-0.012439932,-0.05364128,-0.065431856,-0.025536519,0.029053262,-0.0072961478,-0.025842955,0.014650665,0.0014592296,0.005242282,0.011754095,0.012315897,-0.031431805,-0.0018459255,-0.018327923,0.014460965,-0.036013786,0.019115908,-0.0001626813,0.028221501,0.036509924,-0.016883286,0.007704732,-0.011768687,0.024923641,0.022457544,-0.014001308,0.016051525,0.058369182,0.012388859,0.007653659,0.01697084,-0.017773416,0.024836088,-0.008638639,0.019393161,-0.0129506625,-0.009798727,-0.044710793,0.03490477,-0.017598309,0.013643797,-0.009477696,-0.010995295,-0.008872116,0.012294009,-0.041792337,-0.01983093,0.014256673,0.015117618,0.0013671158,-0.030176869,0.0066723274,0.0015075665,0.011870832,-0.03449619,0.004483483,0.005096359,-0.005650867,0.0122502325,0.00047607365,-0.0014191008,-0.009587138,-0.04468161,-0.030206053,0.035488464,-0.008631343,0.0036608423,-0.009076408,-0.05422497,-0.045090195,0.007938209,0.026587162,0.00769014,0.010791003,0.022749389,0.017817194,0.023595743,0.015044657,0.004436058,-0.014723627,-0.0031884166,0.009762246,0.011651948,0.015307318,0.022413766,0.018736508,-0.0011637356,-0.018882431,-0.01683951,0.03470048,0.03656829,-0.0026266132,0.0062929275,-0.01172491,-0.017875561,-0.010141646,0.0034966788,0.0006151565,0.023085011,-0.007394646,0.015117618,0.010054092,-0.041617226,-0.010878556,-0.001136375,-0.019276423,-0.0043667443,0.019889299,0.0025883084,-0.017846378,-0.009207739,-0.011403879,-0.02166956,0.015584572,-0.051510803,0.06292198,0.023610335,0.007646363,-0.0070882076,0.0019006465,0.037589755,0.013483281,-0.015030065,-0.0012576735,-0.010236495,-0.023187159,0.018079855,-0.002221677,-0.017335648,-0.019524492,0.035284173,0.0021578358,-0.015788864,-0.04074169,-0.011294437,0.027725361,-0.0059937853,-0.02276398,-0.03464211,0.026776863,0.013614612,0.000690398,0.034350265,0.0011974802,-0.025755402,-0.01594938,0.02606184,-0.021567414,-0.04328075,0.0063002235,-0.009718469,0.027316777,-0.026703902,0.028017208,0.01772964,-0.037969153,-0.013344655,-0.03890306,-0.0483005,-0.022676427,0.0006612134,-0.001578704,0.016357964,-0.023055827,0.03583868,0.0011682957,-0.025755402,-0.02358115,-0.025273856,0.0013160427,-0.03356228,-0.016912472,0.0074384226,-0.02949103,0.017189724,0.012855813,0.046170022,0.0038158854,-0.0032267214,0.015993156,0.021188013,-0.006413314,-0.022836942,0.025711626,-0.0030078369,-0.0064826272,-0.00880645,-0.030468713,-0.018926207,-0.0039691045,0.008536493,-0.0039253277,-0.011900017,-0.021494452,-0.0054903515,-0.011907313,0.015132211,0.01729187,0.01414723,-0.029447254,-0.048592344,-0.00010915721,0.006033914,0.03846529,-0.014840364,0.024938233,-0.04036229,0.016503887,-0.004304727,0.0027871286,-0.027156262,0.00503799,-0.014643369,0.009258811,-0.014176415,0.018736508,0.029155407,0.010032203,-0.0051839133,-0.047454145,0.002214381,-0.01901376,-0.014628776,0.0059828414,-0.021786297,0.025653256,-0.024456687,-0.021085868,-0.048971746,0.0016680819,-0.0068510827,0.018400885,0.0020611617,-0.002515347,0.024675572,-0.0026065488,0.016299594,-0.017043801,0.029520214,0.03896143,-0.0030899188,-0.00021500836,-0.04888419,-0.017233502,-0.017452385,0.020545952,0.01570131,0.0021359473,0.0025974286,-0.004487131,-0.0019425994,-0.005092711,0.026981154,0.014599592,-0.0051182476,-0.004228118,-0.011987571,-0.0009225067,-0.004935844,-0.008003875,-0.020254107,0.009200443,0.018648954,-0.03770649,-0.014161823,-0.019218054,0.001534015,-0.0019954965,0.007960097,0.041792337,-0.013738646,-0.014460965,0.020545952,0.024266988,0.010703449,0.004585629,-0.0031263994,0.035109065,-0.0024387375,0.021640375,-0.0286009,0.013855385,0.02668931,0.0022417414,0.0021888444,0.01138199,0.010477268,-0.034291897,0.023989735,0.0052459305,0.0061871335,0.024048103,-0.035430096,-0.012943367,-0.00019482995,0.0028710342,0.0087626735,-0.00043070072,-0.024427503,0.0022508616,0.025726218,0.036393184,0.02630991,0.0053955014,0.0115498025,-0.01600775,0.018911615,-0.0020338013,-0.008193574,-0.009317181,-0.0042500063,0.021961406,0.04208418,-0.014701738,0.0028546178,0.0039764005,0.002121355,-0.013257101,0.0062965755,-0.00076609553,0.02053136,-0.015307318,-0.029943392,0.025988879,-0.028236093,-0.013614612,-0.016883286,0.014840364,0.0071028,0.01087126,0.05950738,-0.005526832,-0.005472111,-0.01242534,-0.07681385,-0.010732634,-0.023172567,-0.01490603,0.0028454976,-0.0120240515,0.019466123,0.05542154,-0.0058040856,0.033533096,0.005924472,0.011396583,0.031519357,0.0064680353,0.006103228,0.026645532,0.079790674,-0.0049759727,0.05104385,0.0033288675,0.015103026,-0.0147747,-0.029067853,0.0029439956,-0.041471306,-0.0016015045,0.009484992,0.0017574596,-0.0013178667,0.013081993,-0.0063950736,0.0064826272,-0.02428158,0.032394897,0.013067401,-0.0049103075,0.016416334,0.0038706064,0.026937379,0.022603467,-0.048592344,-0.022297028,0.0027980728,0.009973834,0.011812463,0.048650716,-0.0071976497,-0.0016589616,0.009105593,0.002223501,-0.027652401,0.00839057,-0.034175158,-0.0056946436,0.012097013,0.0013689398,0.017539939,-0.0017975884,0.008273832,0.00026836144,-0.0196996,0.01829874,0.014249377,0.008704305,-0.029228369,-0.029286738,-0.018386293,-0.0044105216,0.009806023,0.021056684,0.020794021,-0.03604297,-0.013322766,0.007493144,0.005968249,-0.0138918655,-0.013614612,0.023566557,-0.017218908,0.016182857,-0.017306462,0.0015157748,-0.0011281669,0.011994868,-0.005067175,-0.0045710364,-0.046812084,0.041354567,-0.02835283,0.040070444,0.03140262,0.012060532,-0.00056909956,-0.010272976,-0.01608071,0.034408633,0.0037721086,0.024996603,-0.020122776,0.016883286,-0.008091428,-0.009098296,0.0096819885,0.008624047,0.008222759,0.02606184,-0.018357107,-0.0078287665,0.048650716,0.016620625,0.029155407,-0.007843359,-0.008602158,0.007073615,0.00061378843,-0.020735653,0.034788035,0.008222759,0.02490905,-0.021552822,0.0045564445,-0.0099227615,-0.067007825,0.031285882,-0.040479027,0.0007469431,0.011425768,0.013906457,0.0020119129,0.000987716,0.020327069,-0.02371248,-0.044068735,-0.004633054,-0.003347108,-0.037385464,0.015599164,-0.0052203937,0.010645079,0.01697084,0.011265253,0.01824037,0.00088602595,-0.019539084,0.0039326237,-0.009360958,0.007639067,-0.024033511,-0.0029221072,-0.021406898,-0.0076682516,0.0055377763,0.022982866,-0.024077289,-0.0004489411,0.014650665,-0.020633506,-0.00621267,0.026703902,0.021917628,0.017175132,-0.00187511,0.039107352,0.0055669607,-0.005577905,-0.004100435,0.034963142,-0.0051474324,0.019407753,-0.014234785,0.0013826201,-0.016897878,-0.016197449,-0.002066634,-0.03070219,0.01772964,0.0035094472,0.005650867,0.024237804,-0.023537373,0.021815483,-0.008507309,-0.048154578,0.0048373463,0.022355396,0.036743402,-0.012972551,-0.0042718947,-0.03700606,0.016693586,0.023318488,-0.023624927,-0.031840388,-0.0010935102,-0.0052495785,0.0015887362,-0.02835283,-0.02142149,0.0052130977,-0.018532217,-0.008018467,-0.005202153,-0.020283291,-0.027127078,-0.005063527,-0.00412962,-0.0061543006,-0.01615367,0.0041733966,-0.017656678,-0.011695725,-0.022705613,0.035284173,-0.002958588,-0.0019280071,-0.0035441038,-0.023639519,-0.00086413755,-0.001727363,0.02350819,-0.018473847,0.007153873,-0.01735024,-0.006971469,0.008186278,-0.004917604,-0.0024241451,0.0002610653,-0.004822754,0.006650439,0.035254985,-0.013818904,-0.0031245754,0.020998314,0.04511938,-0.011710318,0.030235237,0.028907338,-0.004439706,-0.04742496,0.007241427,0.042872164,-0.0010169006,-0.0009083704,-0.010820188,-0.02835283,0.027827509,-0.018065263,-0.018327923,0.011352806,0.003108159,0.038261,-0.03432108,-0.03540091,-0.0031209274,-0.0032814424,0.018926207,-0.00375022,0.022515912,0.018079855,0.012396155,0.029082445,0.016766548,0.027812915,-0.012461821,0.0085291965,0.025872141,-0.0023639519,-0.0022800462,-0.03426271,-0.013162251,0.0124837095,-0.023128789,-0.020035222,-0.011754095,-0.007544217,-0.049555436,0.007153873,-0.002373072,-0.026849825,0.03318288,0.037648123,0.015993156,-0.012476413,-0.021465268,0.029330514,0.0122429365,-0.0043558003,0.024456687,-0.0034766144,-0.00028979388,0.00037164753,0.015467834,0.02517171,-0.011243364,-0.012060532,0.005475759,0.00078068784,-0.039194908,-0.003009661,0.013877274,-0.0037575162,-0.0113163255,0.021713337,-0.0058077336,0.031023221,0.016766548,0.0042062295,0.0027378795,0.015336503,0.019393161,0.015278134,0.0075734016,-0.0001382848,-0.0087407855,0.002513523,0.0024733942,0.0037867008,-0.008689712,-0.011491433,0.010499157,0.025478149,0.008565677,0.024369134,-0.022121921,-0.0030315495,0.021450674,-0.02695197,-0.041850705,0.016824918,0.026645532,-0.0034109491,-0.009601731,0.0071246885,-0.055100508,0.037414648,0.0005964601,0.0060412106,-0.004720608,0.024952825,-0.007460311,-0.00680001,-0.009550658,0.00207393,0.024485873,-0.008186278,0.017145948,0.03254082,0.060412105,0.0029859485,0.029461846,-0.009069112,-0.010251088,-0.0024989306,0.0024223211,-0.03437945,0.013534354,0.007587994,0.0012047765,0.015584572,0.018882431,0.010878556,-0.019991444,0.025054973,0.008777266,0.01683951,0.021961406,0.055217247,0.010929629,0.04360178,0.010491861,0.03648074,0.012381563,-0.027112486,-0.056151155,0.004680479,-0.023187159,-0.039370015,0.013016328,0.04748333,-0.012111605,0.015774272,-0.034758847,-0.0029823005,0.010316753,-0.0006520932,-0.015584572,0.014803885,0.03490477,-0.0077776937,-0.0008422491,-0.018109038,0.008945078,0.004239062,-0.0029567638,-0.016547663,0.029636953,0.0075806975,0.023887588,0.017802602,0.039048985,0.034437817,0.020560544,0.0052933553,-0.013359247],"social":"https://twitter.com/adamcandoit"},{"title":"gig genius by prosody","description":"rock your gigs, not your paperwork - virtual assistant for musicians","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=FkgYdjRsydE","youtube_transcript":"Hey, everybody. Imagine, working with Chati and Leo, building Gigenius by cross lead. Let's talk about what it is. Gigenius is a game changer from musicians. We help them drop their gigs, not your paperwork. We aim to streamline the paperwork process by building a virtual assistant to help musicians effortlessly generate every type of contact possible from tech writers to promote emails and more. Let's talk about how that works. What we have is really simple. You text us what you need and you get your customized paperwork. It can be anything from just getting an email to send venues all the way through to customized stick items for your game. So whatever you need, we brought you back. Let's take a look at our progress so far. What we've seen is that in the first week, we focused on building the project, but then we spent the last four weeks effectively just talking to musicians. We had a goal of talking to fifteen musicians. To get them onboard for a beta product this summer, and we hit that goal very early. So then we focus on expanding it to fifty physicians. Though we couldn't materialize it by week five, we actually ended up talking to a bunch of social events and and music schools across across New York, and we actually have a bunch of demos lined up. Coming up. So we are very confident that we'll have this in a hands of fifteen musicians during the summer. So if there's any musicians listening in that type of paperwork and you want early access, is upon Twitter or scan the QR code right in front of you. We wanna help you rock your cakes, not if it work.","embedding":[0.002017133,0.01608804,-0.022077138,0.02135812,0.021864701,-0.020361299,-0.022142503,0.02099861,-0.010531988,-0.02124373,0.0049922764,-0.034708988,-0.019985447,-0.022861522,-0.012010878,0.030983163,-0.060234144,-0.08373298,-0.028205136,0.0075415242,0.050984953,0.046376698,0.021325435,0.03915383,-0.00094371184,-0.016177917,-0.037421647,0.06896041,0.021962749,-0.019053992,-0.0002622273,-0.015900115,-0.01007443,-0.010303209,-0.039872847,0.005846111,0.012501118,0.0049677645,0.0031865595,0.02541077,-0.02014886,0.030182438,0.0331729,0.036408484,-0.03282973,0.018939601,-0.006034036,0.038500175,0.017289128,0.04604987,-0.05085422,0.020557394,-0.038957734,0.06376387,0.033025827,-0.014854269,-0.01768132,0.03719287,-0.06856822,0.047716685,-0.009388095,-0.009224681,0.043043066,-0.0027208314,-0.033630457,0.0010877198,-0.07739254,0.023286397,-0.0064180577,-0.0037809755,0.04176844,0.0060830605,-0.013056723,-0.03660458,-0.016847912,-0.012966846,-0.013824766,0.058763426,0.02603174,-0.018939601,0.011618686,-0.02124373,-0.020034472,0.0017311597,-0.03204535,-0.020475687,-0.024054438,-0.03781384,-0.04742254,-0.008669076,0.004767583,-0.0010295039,-0.03624507,0.050200567,0.06016878,-0.004399903,-0.02062276,0.05075617,0.045723043,0.04510207,0.049383502,0.008987732,-0.026521979,-0.033957284,0.047716685,-0.012746238,0.0043549645,0.002755557,-0.008182921,-0.03585288,-0.10824497,0.03585288,0.0027044902,0.0070308573,-0.015728531,0.035329957,0.02578662,-0.056606367,-0.02639125,-0.026865147,-0.062914126,0.010474793,0.016896935,-0.029561467,0.014208787,-0.033467043,-0.054187853,0.0009304345,0.014037203,-0.02098227,0.012378558,-0.015744872,0.073143795,-0.06141072,-0.014225128,0.00454289,-0.026538322,-0.023923708,-0.032355834,-0.0023551942,0.002780069,-0.030362193,-0.020557394,-0.014797075,-0.0023449808,-0.01659462,-0.034088016,0.036147024,-0.07798083,-0.016978642,-0.031408038,0.0051516043,-0.030476581,-0.033107534,0.02567223,0.014813416,0.0009181785,0.071640395,-0.022469329,-0.031015845,-0.018334974,0.029365372,0.0007976612,0.0031681755,-0.020230567,0.030607313,-0.022551036,-0.04876253,-0.0655941,0.013832936,-0.05451468,-0.024054438,-0.051867384,0.058240503,0.029871952,-0.055560526,0.0356241,-0.027077585,-0.027731238,-0.038271397,0.0005259866,0.024773458,-0.011945513,-0.029545126,-0.081772014,-0.026995879,-0.007361769,-0.0255415,0.013105747,-0.0304439,0.0053027617,0.019609597,0.03820603,0.049416184,0.044611834,-0.05023325,0.06667263,-0.020492028,0.032388516,-0.00047594125,0.012917822,0.0049391673,0.015458899,-0.004681791,-0.00043227925,0.0030497008,0.02199543,0.021309095,-0.009535166,0.004038351,0.055397112,-0.021864701,-0.01290148,-0.0002484393,-0.03291144,-0.010115284,-0.054253217,0.047357175,0.0155978,0.020949585,-0.0154915815,0.01031138,0.011855635,-0.010531988,0.04386013,0.06435216,0.0027616848,-0.027469777,0.023547858,0.016798887,-0.013579646,-0.008052191,-0.005535626,-0.04755327,0.0046123406,-0.015810238,-0.0065242765,-0.0013164985,0.02160324,0.010327721,0.023989074,-0.009126633,-0.0013011785,-0.01730547,0.014658174,0.00029873996,-0.06173755,-0.04314111,0.016357671,0.05134446,0.014102568,-0.026963195,0.027665872,0.019822033,0.0048533753,-0.0061239135,-0.0023551942,0.044415735,0.016423037,0.017844733,0.006642751,-0.0034255513,-0.060953163,0.010638206,-0.003115066,0.015238291,-0.006732628,0.018857896,-0.0023061703,-0.004261002,0.00945346,0.012705385,0.013841107,-0.0115778325,-0.038107984,0.010450281,-0.019103015,0.034480207,-0.03132633,0.041212834,-0.009657727,-0.015156584,0.012051731,-0.044285007,-0.02420151,0.029986342,0.03170218,-0.015001342,-0.039349925,0.029038545,0.027240997,0.008129812,0.02678344,-0.022469329,0.00012358131,0.0077662175,0.040330403,-0.0062423884,-0.018008146,-0.0036339033,0.008579198,-0.047585953,-0.030296827,-0.033597775,-0.019969106,0.048795212,-0.048925944,0.011937342,-0.018465703,0.007999081,0.02959415,0.018400338,0.014208787,0.00042155528,-0.026244177,0.012836115,0.043631352,-0.037290916,-0.004518378,-0.019053992,-0.0082605425,0.008023594,-0.031424377,-0.0084811505,0.005449834,0.0019721943,0.043010384,0.012027219,0.014944146,-0.006140255,0.04654011,-0.04925277,-0.016627304,0.047324494,0.0013297758,0.010638206,-0.0144865895,-0.01130003,0.006458911,-0.002626869,-0.03683336,0.00071442255,-0.053076643,0.017109374,0.032339495,-0.020214226,0.026456615,0.034218747,0.0047103884,0.020802515,0.004959594,-0.00067816523,0.012582825,0.011733076,0.02787831,-0.036408484,-0.0038095727,-0.037323598,0.004595999,-0.014315005,-0.055821985,0.041180152,0.015695848,0.035068497,0.012174292,0.03830408,-0.030558288,0.032813393,0.022665426,-0.017583271,0.015859261,0.01203539,0.07196722,0.014274152,-0.045134757,-0.020492028,0.048566435,0.047487907,0.0033172902,0.023972731,0.0033806127,0.002822965,-0.0077417055,-0.055854667,-0.004616426,0.049546916,-0.012133438,-0.028809765,-0.05036398,-0.010719913,0.017142056,-0.03980748,-0.01006626,-0.007443476,0.046082553,0.0011796398,0.02961049,0.03268266,-0.017158397,-0.04889326,0.002063093,-0.009510654,-0.04742254,-0.010180649,0.024871506,-0.03660458,-0.008718099,0.0053844685,-0.024348583,0.0005693932,0.023482492,-0.012378558,0.03748701,-0.0074107936,0.011610515,-0.036081657,0.02148885,-0.023139324,0.039840166,0.046572793,-0.021211047,-0.04569036,0.022779815,-0.002167269,0.024283217,0.004424415,0.038532857,0.00076446787,-0.014805245,-0.010058089,-0.06461362,0.02578662,0.040918693,-0.014078056,-0.036571898,0.025770279,0.004399903,0.025835644,0.059743904,0.0024900103,-0.014886952,0.03023146,0.013473427,0.03588556,-0.009396265,-0.021472508,-0.010237844,0.00009657982,0.00669586,-0.05196543,-0.002326597,-0.013783912,0.034937765,-0.017877415,-0.056541003,-0.0072678067,0.07079064,-0.011586003,0.014560126,-0.046474744,-0.054318585,0.023433467,-0.0060462924,0.01019699,-0.0041384418,-0.015712189,-0.032372177,0.03758506,0.028041724,0.01730547,-0.031816572,-0.02199543,-0.0059033055,0.027584165,-0.04676889,0.019299112,0.00484929,0.00946163,-0.025247356,-0.0048452043,-0.019070333,-0.015450728,-0.04163771,0.05121373,0.03134267,-0.02297591,-0.012092585,-0.027044902,-0.029724881,0.016472062,0.009412606,0.040428452,0.014805245,-0.02137446,-0.0053109326,-0.017485224,-0.004506122,-0.062456567,-0.05235762,0.022158844,-0.0030129328,-0.027273681,-0.01313843,0.089877315,0.01719108,0.009870164,0.0025022663,0.013538793,-0.0055805645,0.022077138,-0.014952318,-0.037977252,0.02493687,0.014208787,-0.00041874658,-0.013318185,-0.038728952,0.027371729,-0.027518801,0.01781205,-0.0150830485,0.04036309,0.024462972,-0.0061320844,-0.0092982175,0.008048105,-0.039611384,0.03376119,-0.03068902,-0.014012691,0.011463444,-0.0013757357,-0.014274152,0.0011275518,-0.0535342,-0.0053231884,-0.029267322,-0.005417151,0.01607987,-0.011520638,-0.03660458,0.019004967,0.036147024,0.010098943,-0.015687678,0.034545574,-0.009428948,-0.007145247,-0.0027024476,0.01659462,0.04755327,-0.048108876,0.0013553092,-0.015336338,0.0035624101,-0.0031743036,0.04016699,0.00767634,0.037388965,0.034480207,0.01805717,-0.003403082,-0.013130259,-0.005208799,0.0045224633,0.026064422,0.006998175,-0.0037074394,-0.014764392,0.010817961,-0.00091613585,0.021766651,0.02075349,-0.026211495,0.033859238,0.013097577,-0.00669586,-0.009069438,-0.04435037,0.03428411,-0.04003626,-0.013612328,-0.038859684,-0.030411215,-0.009347241,-0.019740328,-0.01915204,0.0010478878,0.051867384,0.020704465,0.015622312,0.003031317,0.016627304,0.022093479,0.00062097056,0.019674962,-0.014200617,-0.0021223302,-0.027159292,-0.0045592315,0.013048553,0.025574183,-0.00026937661,-0.005846111,-0.012574654,0.00014783797,0.010139796,-0.00945346,0.0077457908,-0.0031886022,0.018089853,0.023792977,-0.0095024835,-0.020443004,-0.036016293,-0.003196773,0.0012235572,0.0081665795,0.024691751,-0.004187466,0.005895135,-0.025100283,0.024266876,0.020165201,0.056802467,0.023057617,0.019642279,-0.04640938,-0.0584366,0.027371729,0.028433915,0.012321363,0.0016331117,0.03389192,-0.0056908685,-0.016022675,-0.0015309784,-0.004203807,-0.0049963617,-0.021913724,0.011610515,-0.030411215,-0.012942334,-0.018220583,0.016071698,0.009053097,-0.025492476,0.018465703,-0.01142259,-0.018710824,0.02001813,-0.010793448,0.042193316,-0.02555784,0.029773904,0.00076293584,-0.03595093,-0.025966374,-0.008374932,0.023172006,-0.041833807,0.037683107,-0.00046215326,0.0255415,0.005846111,0.043631352,0.012247827,0.027910993,-0.020312274,0.03546069,-0.014927805,0.0518347,-0.0044039884,-0.046507426,0.012836115,0.0048206924,-0.023253713,-0.052259576,0.043794766,-0.016333159,-0.028728059,0.004792095,-0.008930537,-0.04189917,0.0065896413,-0.017240103,0.026554663,-0.016504744,0.027910993,-0.037617743,0.005613247,0.027110267,0.029953659,-0.027240997,0.05121373,-0.0056336736,-0.015017683,-0.000032171996,-0.006087146,-0.059057567,-0.045134757,0.0011816825,-0.012917822,0.007880607,-0.0073740254,-0.018465703,-0.006397631,-0.0017832477,0.033467043,0.0324212,-0.030901456,-0.018269608,0.009731262,-0.02137446,0.022812497,-0.014315005,-0.012313193,-0.04036309,0.014167934,-0.02335176,-0.006536532,-0.019004967,-0.010842473,-0.017060349,0.042095266,-0.038238715,-0.014968659,0.001652517,-0.020835197,-0.017664978,-0.0037666766,0.02371127,0.01841668,-0.029822929,0.015132072,0.026015399,-0.043533303,-0.01607987,-0.044383053,-0.020557394,0.00041057594,0.0067979936,-0.01399635,0.04078796,0.006029951,-0.0037850607,0.022452988,0.016365843,-0.02320469,0.009861993,-0.005368127,0.01853107,-0.06212974,-0.006842932,0.013277331,0.008158409,0.0005535626,-0.020067153,0.006458911,0.008693588,0.015900115,0.01719108,-0.01915204,0.03464362,0.038042616,0.005621418,0.036048975,0.044023544,0.009755774,-0.00897139,0.019135699,-0.04670352,0.0049636792,-0.013187454,0.033565093,-0.036081657,0.004224234,-0.02013252,0.04003626,0.03215974,0.019070333,0.018988626,0.0060381214,-0.0079786545,-0.03314022,-0.0066590924,0.029398054,0.0016392397,-0.03500313,-0.016880594,0.0018373784,0.04153966,-0.021684946,-0.014780734,-0.0077907294,-0.004620511,0.0045510605,-0.06869895,-0.029169274,-0.016896935,-0.0034255513,-0.017158397,-0.026015399,0.015573288,0.051017635,0.006900127,-0.0032907354,0.01730547,-0.04886058,-0.004534719,-0.0061606816,0.032355834,0.014985,-0.001912957,0.037977252,0.015793895,0.0062097055,-0.0065896413,0.0047430713,0.005686783,0.015050366,-0.0023878769,-0.013669523,0.01658645,0.030411215,0.03634312,-0.03699677,0.045984503,-0.016553767,0.008248286,-0.0006985919,0.04016699,0.021341778,-0.004428501,-0.008709929,0.053076643,-0.004738986,0.009183828,-0.01779571,0.01779571,-0.04915472,-0.017615953,0.017354494,-0.001851677,0.008362676,0.029250981,0.039611384,0.0007838732,0.060724385,-0.0076845107,-0.016472062,-0.0030966823,0.026816124,-0.03415338,0.010793448,0.024234192,0.009763945,-0.01228868,-0.025459792,-0.00014400798,-0.039480656,0.0084811505,0.012623678,-0.0060136095,0.05010252,-0.03070536,0.012574654,0.026080763,0.022518354,0.0013093491,-0.011831123,0.015499752,-0.00022175696,0.018580092,-0.0029863783,0.026325883,0.0124275815,-0.01338355,0.007762132,-0.031097552,0.023662247,-0.011487955,0.03132633,0.013457086,-0.018449362,0.023858342,0.0060953163,0.038238715,0.004730815,0.0025655888,-0.021276413,0.019053992,-0.017436199,-0.018367656,-0.019119358,0.038042616,-0.005617332,0.044285007,0.0035215567,0.0000043087493,-0.029414395,-0.018351315,-0.033450704,-0.0012858585,-0.03696409,-0.005315018,-0.057750262,0.0018557623,0.017485224,0.03057463,-0.015205608,-0.040493816,0.04359867,-0.0090939505,-0.024544679,0.020246908,0.01854741,0.026865147,-0.022420306,-0.030133413,0.000035204077,0.0020416449,0.009518825,0.013677694,0.0007445519,0.046507426,-0.02565589,0.0066876896,0.01794278,0.057096608,0.0051025804,-0.0005979906,-0.020639101,-0.014078056,-0.016235111,-0.01522195,-0.012051731,0.036408484,-0.015287315,-0.029528784,-0.013187454,-0.03180023,-0.045723043,0.005511114,0.020900562,-0.032944124,0.010270527,-0.02565589,-0.01190466,0.00054539193,0.012002707,-0.028973179,0.028221479,-0.021635922,-0.01707669,-0.021456167,-0.0031865595,0.055397112,-0.008530174,0.008701758,0.0063690334,-0.013130259,0.008182921,-0.020688124,-0.005723551,-0.010548329,0.0144865895,-0.0040873755,0.012255998,0.020802515,-0.0030394874,0.004506122,0.035329957,0.010000894,0.0026615942,0.0012266211,0.011724905,-0.046932302,0.04510207,-0.027812945,0.034414843,0.039284557,-0.008301396,-0.025214674,0.015810238,0.02088422,0.0010601438,0.013694035,0.024266876,-0.0069205533,-0.01031138,-0.00023465129,-0.02591735,0.034218747,0.023776636,-0.014159763,-0.002063093,-0.026701733,-0.011267347,0.022289574,0.012296851,-0.018580092,0.004567402,0.009714921,0.02062276,-0.013841107,0.01350611,0.013783912,-0.023645906,0.0034643621,0.02322103,-0.0230903,0.01975667,0.0032846075,0.05637759,-0.014870611,-0.08647832,-0.005147519,-0.018008146,-0.022485672,0.02075349,-0.019871058,0.0043794764,-0.03379387,-0.0010065238,-0.0319473,0.016627304,0.007884692,-0.025623206,0.01779571,-0.011144787,0.033826556,0.003519514,-0.006610068,-0.018040828,-0.019560572,0.038532857,-0.028107088,0.0053558713,0.039219193,-0.026521979,-0.00724738,-0.0046613645,0.048108876,0.0019149997,0.011079422,0.006119828,-0.0331729,0.03230681,0.011267347,0.00026937661,0.02161958,0.010482963,0.010589182,-0.00008674948,-0.009755774,-0.0064793373,-0.025361745,-0.026260518,0.014780734,-0.03784652,0.0024001328,-0.0092982175,0.016226942,0.022175185,0.029561467,-0.019789351,0.0064303135,-0.018367656,-0.00829731,0.009902846,-0.005895135,-0.013481597,-0.0035481113,-0.009069438,-0.021586897,0.0025696743,-0.032012668,0.0043794764,-0.017256444,0.007517012,0.004199722,-0.031113893,-0.027829286,-0.003983199,0.013775742,0.0143722,0.008897855,0.015213779,-0.018808872,-0.029692197,-0.005343615,0.0081665795,-0.0046327673,0.01351428,-0.009118463,0.01853107,0.023989074,0.0559854,0.004038351,0.0016177917,-0.01671718,0.02199543,-0.016047187,-0.015279144,-0.0070798816,0.02456102,-0.04555963,0.04323916,0.013865619,-0.041801125,0.03647385,0.011880147,-0.023907367,-0.0009825225,0.010107113,-0.00045602524,-0.0067734816,0.012558312,0.0111692995,-0.022452988,-0.013922813,0.0055805645,-0.0045020366,0.020655442,0.007905119,-0.032764368,0.05379566,-0.030525606,0.018874237,0.023368103,-0.032470223,0.019135699,-0.012247827,-0.019135699,-0.0050167884,-0.026750758,-0.0051393486,0.009428948,-0.026097106,0.016512914,0.004318197,0.0013573518,-0.0099273585,-0.01006626,-0.029626831,0.023629565,0.10543426,-0.01007443,0.02884245,0.0005969692,0.03168584,0.035689466,-0.025835644,-0.022240551,0.012255998,0.005621418,-0.016880594,-0.037160184,0.012329534,-0.005315018,0.01854741,-0.009804798,-0.040853325,-0.011014056,-0.02394005,-0.010891497,0.0043018553,0.00884066,0.011161129,0.00018345697,-0.036800675,-0.020933244,0.022616401,-0.0069328095,-0.00016366864,0.011398078,0.016659986,0.02282884,0.029528784,0.02885879,0.031097552,0.036866043,-0.017419858,-0.012550142,0.010515646,0.01975667,0.026848806,0.017125715,0.0064098868,-0.019429842,0.017387176,-0.01607987,-0.031408038,0.0011949599,-0.016994983,-0.0328951,-0.021341778,0.009265535,0.03318924,0.021211047,0.019331794,-0.018367656,0.000030528285,0.024610044,0.002228549,0.014535613,-0.026848806,0.023842001,-0.0006669306,0.0054089804,-0.027486118,0.0006705052,0.00070982653,-0.006949151,-0.0148787815,0.019250087,0.017583271,-0.009388095,0.0115778325,-0.0026166555,0.021309095,-0.0069082975,0.0033254607,0.021881042,-0.004285514,0.0041609113,-0.01105491,0.0041404846,0.0071656737,0.024659067,-0.044415735,0.06719555,0.005976842,0.0021754396,-0.025639547,0.036767993,0.008603711,-0.011921001,0.038859684,0.032470223,-0.0105564995,-0.0025002235,-0.00047568593,-0.015671335,-0.01277892,-0.022371281,0.014167934,0.009829311,-0.011234664,-0.017844733,-0.015254632,-0.0070471987,-0.02663637,0.026325883,-0.011087593,0.024920529,0.00007079115,0.03513386,-0.042225998,-0.009853822,0.034774352,-0.0025124797,-0.014315005,0.006017695,0.011847464,-0.015458899,0.044383053,-0.006226047,-0.0072678067,0.021684946,0.0031600047,0.034774352,-0.026472956,-0.030394875,0.02273079,-0.0111529585,-0.007284148,0.024838822,-0.033728506,-0.005229226,0.007026772,0.004211978,0.03144072,-0.040591866,-0.0052496525,0.019707644,-0.057456117,-0.0011775971,0.0028944581,-0.027649531,-0.022992251,0.01301587,0.003942346,0.025100283,-0.02160324,-0.017060349,0.009118463,0.005895135,0.03866359,-0.0115614915,-0.024005415,-0.0067857374,0.019413501,-0.011267347,-0.026244177,-0.009012244,-0.0328951,-0.030362193,0.006226047,-0.011978195,0.021554215,-0.0077580465,-0.016749864,0.048827894,0.017240103,-0.03153877,0.049448866,-0.0016269838,-0.056998562,0.006532447,0.0016657944,-0.0007297425,-0.010760766,0.026571004,-0.005735807,0.01730547,0.023155665,-0.0061361697,0.02701222,0.0058624526,-0.019135699,0.011005886,-0.008571028,-0.020835197,-0.011046739,-0.01730547,0.00073995587,0.017583271,-0.013898302,-0.0031130235,0.058240503,0.0039750286,0.013906472,0.0036625008,-0.007786644,0.009306388,0.009829311,-0.012566484,-0.02689783,0.0020069196,-0.009788457,0.039970893,-0.0037871033,0.00038325528,0.032029007,-0.020802515,-0.0057766605,0.011103934,-0.0015197437,0.013849278,-0.007566036,-0.022894204,0.015442558,0.015524264,0.021439826,-0.041310884,0.025999056,-0.017060349,-0.011855635,-0.029741222,0.013399891,0.0027657703,0.019838376,-0.0020712637,-0.0014196531,0.007635487,0.033565093,-0.011226494,0.013677694,-0.02617881,-0.05023325,0.0048288633,-0.0033928687,-0.04150698,-0.024381265,-0.03428411,-0.016063528,0.0069940896,0.033859238,-0.0069900043,0.005196543,0.023858342,-0.02885879,-0.032453883,-0.0140617145,-0.01657828,0.0042936844,0.04111479,-0.008191092,-0.031979986,-0.013375379,0.034088016,0.04261819,-0.030133413,0.012762579,0.007692681,-0.038173348,-0.006348607,-0.018008146,-0.027093926,-0.01179027,0.019299112,-0.013122088,-0.03292778,-0.04670352,0.014176104,0.024152486,-0.0061075725,0.013546963,-0.033091195,0.009633214,0.021897383,-0.0026595516,0.012313193,-0.0053517856,-0.012337704,-0.040134307,-0.00078642654,0.01830229,-0.0013655224,0.02946342,0.008758953,-0.0075456095,-0.004408074,0.024610044,-0.0007139119,0.018073512,-0.014233299,-0.015148413,0.012484777,0.0040873755,0.009600531,0.0061851935,0.026260518,0.024887847,-0.030672677,0.029741222,0.003029274,-0.028156113,-0.0074312203,0.03755238,0.0046327673,0.006916468,0.0111856405,0.008775295,0.014592808,0.027306363,-0.0039893272,-0.0028004956,-0.0034970448,0.0007884692,0.011684052,0.022436647,-0.0066590924,0.013064894,0.013342696,0.017403517,0.0060217804,-0.0027657703,0.009739433,0.056900512,-0.00074812653,-0.002093733,-0.010907838,0.030885115,-0.006078975,0.011994537,-0.009665897,0.036081657,-0.031424377,0.024855163,-0.019364476,-0.02160324,-0.0012674745,-0.0015125944,-0.021848358,-0.005343615,-0.00024358796,-0.0057807458,0.0012725812,-0.01511573,0.009167487,0.01977301,-0.0030639996,-0.006471167,-0.017436199,0.012558312,0.040330403,0.045624994,-0.0016729437,-0.0279927,0.0071289055,0.0035358553,0.016521085,-0.031375356,0.00082370517,-0.021505192,-0.041082107,0.027845627,0.013448915,-0.0012123225,0.046474744,-0.017714003,0.012664531,0.045886457,-0.019299112,0.0050494713,-0.028172454,-0.013220136,-0.027747579,-0.029054886,-0.032029007,0.0033275033,0.020590076,0.016994983,-0.004203807,0.01892326,0.00080174656,0.010237844,-0.004951423,0.019446183,0.019429842,0.007831583,0.0007522119,0.011765758],"social":"https://twitter.com/prosody___"},{"title":"principles","description":"a clothing brand for entrepreneurs and hustlers","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=RZpkRkLESQQ","youtube_transcript":"Hey. Hi, Billspace. What's up? My name is Mukul, and I am building a clothing store where I make hoodies, sweatshirts, and t shirts. They are based on the topics of entrepreneurship, hustling, startups, and basically growth mindset with kind of a street wear right to it. Let me show them. So this is how the whole store looks right now, and you can go ahead and explore different designs and clothes which match your vibe. You can explore through different sizes and you also have some color options. There are some unique collections that we're building, so you can explore that as well. I used to read about the store, but I didn't get the reach. And honestly, it all made me feel better. But I just didn't give up on it and I started teaming people and I asked a lot of people for feedback and I implemented that and I repeated that cycle again and again and again and I still did not get the reach, but I'm not giving up hope. Since week five, I made more social media channels for my store so that I can push it through content and reach the right user for my store. And I'm gonna measure that this coming week. So yeah, that's what I have been up to in the six weeks and I'm gonna go with this idea beyond these six weeks. Thank you, Billspace, and thank you guys for watching. Take care. Bye.","embedding":[0.03772807,0.028303556,-0.03062967,0.015562454,0.0074022957,-0.029023902,0.0024517993,0.042560387,0.0033634861,0.03718781,0.047092557,-0.042290255,-0.052675232,-0.07647663,0.031184938,0.053605676,0.009064342,-0.02417658,-0.058678105,0.037698057,0.032685656,0.012688577,0.0011433602,0.049973935,-0.019674424,-0.017828539,0.0061979685,0.058317933,-0.012328405,-0.027508177,0.009079349,-0.02966921,-0.02486691,0.03292577,0.0023523767,-0.012395937,-0.019389287,0.020890007,0.05096441,0.01580257,0.0019884524,-0.03826833,0.080258444,-0.010977758,0.005695228,-0.011375449,-0.07785729,0.026022464,0.035537023,0.010775161,-0.05390582,0.010707629,-0.0039281314,0.015607475,-0.030344535,-0.03835837,-0.029579168,0.01198324,-0.04601204,0.018638927,0.010242406,-0.008374011,0.039889105,-0.007901285,-0.007150925,0.017318295,-0.0260975,-0.00034352392,0.006006627,0.030434577,0.06363048,0.022225646,0.005380077,-0.009829708,0.005755257,-0.0061867135,0.0023561285,0.0026018713,0.018083662,-0.026667774,-0.031875268,0.0116755925,0.0060403934,0.026712796,-0.0071096555,-0.0056126886,-0.057357475,0.013176311,-0.04856326,-0.029924333,0.00021748699,0.04274047,-0.0012334033,0.02305104,0.04349083,-0.03475665,-0.03607728,0.040849566,0.054296006,-0.011915707,0.023126077,-0.0035116822,0.023021027,-0.032445543,0.019224208,-0.017888568,0.006419325,-0.02215061,-0.009657126,-0.043790974,-0.15319338,-0.0012549761,0.08235945,0.032055356,0.016447878,0.013033743,0.051444642,-0.0070721377,0.032475553,-0.0032002828,-0.038118258,0.020139646,0.024221601,-0.024566768,-0.027042953,-0.03730787,-0.011683096,-0.010550053,-0.034786664,0.0019753212,0.047302656,-0.0030745978,0.010317442,-0.047362685,-0.053605676,-0.045111608,-0.02012464,0.016627964,-0.022300681,-0.0033766173,-0.016582943,-0.06363048,0.012455966,-0.013956685,-0.009597097,-0.029714232,-0.016612958,0.045831952,-0.02524209,-0.005605185,0.028558679,-0.040759522,-0.02518206,-0.013731577,0.0075636227,-0.018653935,-0.0016611081,0.04436125,-0.024011502,-0.043190688,-0.01745336,0.006415573,-0.012418448,0.008606622,-0.007582382,0.014564476,-0.024311645,-0.081579074,-0.0471826,-0.06453091,-0.040639464,-0.022615833,-0.0056802207,0.03217541,0.03559705,0.02524209,-0.0029170222,-0.040759522,-0.019689431,-0.04808303,-0.021865474,0.0015935758,-0.01323634,0.004866081,-0.045381736,0.0069595836,-0.025842378,-0.036977712,0.007038371,-0.00075364223,-0.022255661,0.061139286,-0.011840671,0.022345703,0.0005608937,-0.024371674,0.04018925,0.004749775,0.005079933,-0.014429412,-0.018773992,0.03463659,0.041329797,0.026802838,0.008561601,0.0012033889,-0.024881918,0.043310747,-0.043400787,-0.00024644617,0.053785764,0.0027256806,-0.014481937,0.015817577,-0.042080157,-0.032535583,-0.031635154,0.015359857,-0.015427389,0.023036035,0.03211538,0.04349083,-0.0132738575,-0.025782349,0.033436015,0.048773363,0.055196438,-0.045381736,0.046372212,-0.030284505,0.03079475,-0.0011339807,-0.009514557,-0.009402003,0.004307063,-0.013438937,0.032055356,-0.0070233643,-0.013093771,-0.01054255,0.031124908,0.029534146,0.046462256,0.007188443,0.020064611,-0.0074360617,-0.06543134,-0.054686192,-0.011345434,0.04424119,0.040129222,-0.0073122527,-0.034366462,-0.008689162,-0.0049336134,-0.06585154,0.0068507814,0.08362005,0.013971692,-0.04610208,-0.013791606,-0.027973399,-0.020319732,0.026127515,0.010677614,0.0561569,-0.00059981854,-0.022135602,0.013446441,-0.024236608,-0.031365022,-0.016958123,0.009717154,0.03976905,0.027178017,-0.016372843,-0.016282799,0.044541333,0.015397375,-0.01958438,-0.04589198,-0.020799963,0.037127785,0.050634254,-0.008569105,0.049673792,0.024161573,0.009131874,-0.01985451,0.031365022,0.021925502,-0.045651868,-0.02924901,0.009281946,-0.0033390995,0.015134749,0.015682511,-0.017588425,0.015697518,0.026427658,-0.0025624775,-0.04355086,-0.020694913,0.016372843,-0.00018735537,0.0045246673,0.03058465,0.026067486,-0.00018137594,0.00020283152,0.0037086513,0.019494338,0.012073283,-0.057987776,-0.039468907,0.027523182,0.05672717,0.030554635,-0.03592721,-0.036407437,-0.068973035,-0.0038605991,-0.003734914,-0.025632277,0.016778037,-0.04574191,0.051324584,-0.004051941,-0.0116530815,-0.015142253,0.021925502,-0.047782887,-0.028723758,-0.012561017,-0.0068995547,-0.003808074,0.0050949403,-0.01868395,0.05075431,0.03292577,-0.03544698,-0.05924838,-0.03517685,-0.013401419,0.0367376,0.0009726534,0.013574001,-0.027928377,0.0068432777,0.0132513475,-0.0065693967,-0.00049289234,0.059428465,-0.058317933,-0.016703,0.008816723,0.014271836,-0.033436015,-0.036227353,-0.004378347,-0.005875314,0.041359812,0.03079475,0.008891759,0.0060741594,0.033646114,-0.038298346,0.00232799,0.012936196,-0.0012840525,0.05897825,-0.040699493,-0.019164179,-0.016222771,-0.02749317,0.024521746,0.038868617,0.00073160045,-0.035236876,0.028348578,0.075276054,0.025647284,-0.019674424,0.0032152901,-0.00035055855,0.04120974,0.03352606,-0.017438352,-0.01486462,-0.025197068,0.026142523,-0.049973935,-0.019389287,0.03181524,0.034726635,-0.007983824,0.08043853,0.014939656,0.0036317396,0.014654519,0.014459426,-0.049703807,0.006655688,0.0106476,-0.027553197,0.020890007,-0.04409112,-0.012298391,-0.008126392,0.012598534,0.023426222,-0.05096441,0.047542773,0.013303872,-0.042500358,0.0059503503,-0.022120595,0.027973399,0.050844353,0.03730787,-0.011270398,-0.09148382,0.010700125,-0.010257413,0.008816723,0.040429365,0.047152586,-0.017333303,-0.0018158698,-0.026922897,-0.030734722,-0.02092002,-0.0005154031,-0.02246576,-0.027583212,0.0039431388,-0.040159237,0.027673256,0.007691184,-0.032085367,-0.01991454,-0.0031327505,-0.016958123,-0.0019528103,-0.021235172,0.025287112,0.003419763,-0.014069239,-0.04505158,-0.020965042,-0.05369572,-0.02092002,-0.06813263,0.0329858,-0.044751436,0.009679636,-0.022660853,-0.024116552,0.0233812,0.0011039663,0.0030333279,0.022600826,-0.014376886,0.014962167,0.030764736,0.019569373,-0.03358609,-0.02941409,0.028423615,-0.014241822,0.018488856,-0.023621315,0.02678783,0.036167324,-0.026877875,0.018458841,-0.040219266,0.017513389,-0.019509345,-0.018023632,-0.024416694,-0.007128414,-0.050454166,0.0513546,0.008283968,-0.011585549,0.0039281314,0.014099253,-0.01932926,0.007976321,-0.023501256,0.05444608,0.002177918,-0.0183688,-0.017738497,-0.041599926,-0.041539896,-0.046792414,0.023306163,0.01638785,-0.021340221,0.011510514,0.029699225,0.076356575,-0.00024480475,0.016853072,-0.053365562,-0.013003728,0.0047310162,0.005695228,-0.05450611,0.012485981,-0.039198775,-0.014166785,-0.0030652182,-0.010827687,-0.0061979685,0.05480625,0.0019265477,-0.005436354,-0.059068292,0.023336178,-0.03394626,0.015727533,0.010902722,0.006269253,-0.05993871,-0.011285406,-0.038238317,-0.007267231,-0.010977758,-0.036317397,0.045771923,0.0070008533,-0.00816391,0.023246134,-0.015457404,-0.027613226,0.00007603251,-0.0017258266,0.00864414,0.00989724,0.0183688,0.008996809,0.0018252493,0.013866642,0.029579168,-0.0032284213,0.010722636,0.004438376,0.035717107,-0.01313129,0.06297016,-0.015682511,0.0148271015,-0.017888568,-0.012883671,-0.004273297,0.032445543,0.052795287,0.009064342,-0.0129437,0.031184938,0.061409414,0.019989574,0.04205014,-0.015412382,-0.013168808,-0.01958438,-0.004115721,-0.01638785,-0.021655373,-0.015607475,-0.03580715,0.056607112,-0.0037030238,-0.0041870056,-0.024401689,-0.014016714,-0.0091844,-0.028633716,-0.034996763,-0.04466139,0.023366192,-0.042080157,0.034666605,-0.016042683,-0.012778621,0.026397644,0.025797356,-0.016748022,-0.01979448,0.03607728,0.03538695,0.02060487,0.00787127,-0.02518206,-0.03928882,0.00551139,0.002016591,-0.0069633354,-0.002031598,-0.0143468715,-0.012305894,-0.036527496,0.001237155,-0.018593905,0.03400629,0.04156991,0.0039656493,0.009649622,-0.0062805084,0.011360441,-0.039889105,-0.0024705583,-0.0035398204,-0.034876704,0.010287427,0.043100644,0.012050772,0.0007376971,-0.018578898,0.029609183,0.019494338,0.022540797,0.021925502,-0.008036349,-0.0116755925,0.016402857,-0.008929277,0.020679906,-0.01275611,0.03148508,-0.029474117,-0.015547447,0.015952641,-0.0093944995,0.021385243,-0.011840671,-0.008171414,0.026922897,-0.04244033,-0.0035041785,-0.018984092,0.013011232,0.012658563,-0.0046109585,0.052044928,-0.0041269767,-0.0340363,-0.013356398,-0.00450966,0.034066316,-0.0028025925,-0.009251932,-0.005079933,-0.0016526666,0.0019059129,-0.0070158606,0.021010064,-0.016883086,0.030074405,-0.010805176,-0.026667774,-0.03601725,0.008021342,0.0043745954,0.004449631,0.025812363,0.008929277,0.0017849174,0.010152363,-0.0050761816,-0.016537922,0.00008992589,0.015922626,-0.023726365,-0.052615203,0.008216435,0.006468098,0.015592469,0.005248764,-0.009514557,-0.0037124031,-0.03058465,-0.012853657,-0.0014528834,-0.018653935,-0.008704169,-0.017168224,0.011255391,-0.0025249594,-0.024626795,-0.02060487,-0.009026824,-0.031455066,-0.0053350553,0.0066031627,0.009034327,-0.0613794,-0.013468951,0.0015269814,-0.035416964,-0.001054255,0.0077362056,-0.00369552,-0.007094648,0.015209786,-0.014084246,0.0006950204,-0.03409633,0.012080787,0.023021027,0.02594743,-0.04979385,0.0041344804,-0.028843816,-0.054055892,0.011075305,0.013836628,-0.039949134,-0.0030539627,-0.011000269,-0.022000538,-0.003699272,-0.00236926,-0.02428163,0.022195632,-0.016267791,-0.013934175,0.02407153,0.08374011,0.01352898,0.016838064,-0.013266355,0.021430265,-0.064831056,-0.0041644946,-0.03661754,-0.026652766,-0.052855317,0.001588886,-0.004292056,0.028198507,0.02022969,-0.008906766,0.008839234,0.037968185,-0.028543672,0.00901932,0.02390645,0.015757548,-0.023366192,0.03388623,-0.0215053,0.02647268,0.008231442,-0.003789315,-0.00280822,0.042500358,0.006749483,0.010092334,0.010047313,0.022390725,0.013941678,0.016612958,0.02716301,0.0005139962,0.018173706,0.015952641,0.06339036,0.00247431,0.04814306,-0.023291156,0.014924648,-0.016087705,-0.005901577,0.024896925,-0.00551139,-0.027673256,0.0065543894,0.016733015,0.0064230766,-0.0079087885,-0.008741687,-0.0283936,0.002624382,-0.0042245234,-0.0060929186,-0.053545646,-0.00347604,-0.018458841,0.026592737,-0.02956416,0.0030014378,0.020844985,-0.012163326,-0.04874335,0.012410944,0.016552929,0.012613541,-0.013161304,-0.035537023,0.0183688,-0.025587255,-0.004974883,-0.003770556,0.040789537,-0.026082493,-0.0020747439,-0.0059240875,-0.016808052,0.011885693,0.034426488,0.008869248,-0.027688263,-0.003639243,-0.0051999907,-0.017963605,-0.01793359,0.046852443,-0.010197384,-0.028813802,-0.015089728,0.013393915,0.024416694,-0.030179456,-0.02263084,0.0014125516,-0.035086807,-0.0055751703,-0.021745415,0.02582737,-0.018909058,0.018488856,0.034516532,-0.0040406855,-0.027253054,0.009004313,-0.03166517,-0.059638567,0.010662607,0.017168224,-0.012350916,0.007582382,0.009319464,0.016778037,-0.019284237,-0.012598534,-0.026802838,0.00273506,0.03160514,0.032745685,-0.0083665075,-0.022225646,0.029384075,-0.0039881603,0.0014313105,-0.028558679,-0.0048173075,-0.011075305,0.0044233687,0.013926671,0.0028607452,0.012320901,-0.025016982,0.00949955,-0.0009041831,0.023336178,0.011345434,-0.008531586,0.03142505,-0.028828809,-0.007451069,0.0069783423,0.016657978,-0.017528396,0.018398812,0.02749317,0.041780014,0.050814338,0.0019284236,0.0027087976,-0.018293763,-0.02156533,0.034936734,-0.0020503572,0.02966921,-0.021040078,-0.029053917,-0.024671817,-0.026757816,-0.012681074,0.0064981123,-0.05390582,0.034516532,0.0067870007,0.007818745,0.028678738,-0.014159282,0.019359272,-0.020619877,0.005642703,0.03352606,-0.02945911,0.019014107,-0.0023392455,-0.008824226,-0.0050611743,0.041059665,0.038868617,-0.0013206325,0.019764466,-0.009409507,-0.024686825,0.0023636322,-0.0015100983,0.017153217,0.03649748,-0.011840671,-0.0074173026,-0.0039318833,0.047062542,-0.018969085,-0.0425904,0.022195632,0.002461179,0.009942262,0.022615833,0.0070346193,0.022165617,-0.023426222,0.016477892,-0.0025849883,0.016657978,0.014474433,0.0038681028,0.009109363,-0.011390456,-0.017438352,0.009056838,0.045291696,0.015337346,-0.0029301534,0.024041515,-0.023366192,0.022105588,-0.0006668819,0.018879043,-0.02492694,0.025062004,0.015074721,-0.020890007,-0.0021554073,-0.007252224,-0.017093187,0.0064943605,0.022600826,0.043400787,0.039408877,-0.022915976,-0.0078112413,-0.013979196,-0.012816139,0.01075265,-0.004956124,-0.027973399,-0.02828855,0.010332449,0.03709777,0.0070984,0.041329797,0.0071471734,0.0148721235,0.013513973,0.0034122595,0.03265564,0.009379493,-0.006359296,0.009139378,0.0035548278,0.009041831,0.018804006,0.0015785686,0.006269253,-0.017108195,-0.00843404,0.0041682464,0.004145736,0.00920691,0.0075035943,-0.019434309,0.014076742,-0.009131874,-0.008494069,-0.0078637665,-0.0019246719,-0.025407169,-0.021895487,0.0038305847,-0.00008253953,-0.010024802,0.026172535,-0.04376096,0.008126392,-0.031845253,0.027958391,0.034126345,-0.006288012,-0.007342267,-0.005860307,-0.040759522,0.0011818161,0.01707818,0.023411214,-0.036947697,-0.023981487,0.013761591,0.0059240875,-0.0377881,-0.018713964,-0.0020822473,0.0018937195,-0.034336448,-0.023861429,-0.016267791,0.014406901,0.003787439,0.014887131,0.0014069239,-0.014189296,-0.007788731,-0.023141084,-0.01563749,-0.009942262,0.022870954,-0.008306479,0.0037630524,0.010632593,0.0038024464,-0.03907872,-0.0036711334,0.01745336,0.01638785,0.0011593053,-0.0022792167,-0.008554097,0.021175142,0.00776622,-0.007507346,0.0020090872,-0.012313398,0.018173706,0.0019068508,-0.0018740227,-0.009717154,0.011300413,-0.011968233,-0.027148003,0.008599119,-0.059038278,0.0089367805,0.0015241676,0.0073310114,-0.027508177,-0.019764466,0.030509613,-0.012868664,0.014451922,-0.0003960491,0.037067756,0.018773992,-0.005668965,-0.016778037,-0.002421785,0.01091773,0.010985262,-0.03010442,0.035567038,-0.0050911885,-0.0010945868,0.009634615,0.009379493,-0.025092019,-0.0210851,0.008336493,-0.026982924,-0.0009857847,0.017618438,-0.022000538,0.0235913,0.0011358566,0.008021342,0.029609183,-0.0028326067,-0.014174289,0.038868617,-0.008359004,0.00528253,0.009582089,-0.018398812,0.009304456,-0.0028795043,0.012013254,0.013161304,-0.005395084,0.028693743,-0.03901869,-0.0008291472,-0.013108779,0.011945722,0.0025043245,0.0013159428,-0.0046297177,0.0057440014,0.015044706,0.0014003583,0.017048165,-0.0027369359,-0.0013140669,0.018143691,-0.021535315,0.012035765,-0.020064611,0.00036673815,0.00046920913,0.012988721,0.016297806,-0.014684534,0.019824496,0.013543988,-0.044451293,-0.02999937,-0.008816723,0.019194193,-0.0002790399,0.012065779,-0.000004557847,-0.026427658,-0.013168808,0.019299245,-0.013078764,-0.0064568426,0.0024705583,0.014354375,-0.0017502133,0.016507907,0.09700646,-0.029068924,0.005582674,-0.026637759,0.046192124,-0.026517702,-0.021430265,0.008081371,-0.036647554,-0.014842109,-0.00035243444,0.008028845,0.00060685317,0.005346311,0.032505568,0.022885961,-0.002920774,0.012688577,-0.022060568,-0.0057590087,0.0473927,0.033406,0.02177543,-0.008651644,-0.032325484,-0.014496944,0.008516579,0.005451361,-0.030449584,0.0192092,0.030539628,-0.011375449,0.0045434264,0.0066631916,0.021250179,0.0018815262,-0.01016737,-0.0076424107,0.014714548,-0.0340363,-0.0260975,0.008103882,0.029098937,0.0058528036,0.008891759,0.020799963,0.013116282,0.0021591592,-0.021220164,-0.051384613,-0.017228251,-0.017333303,0.013386412,0.00966463,0.034396477,-0.0096046,0.034126345,0.046372212,-0.011112823,0.016132727,-0.015682511,0.017198239,-0.009934759,-0.0037630524,-0.02866373,-0.016928108,-0.026667774,0.040729508,0.0052787783,-0.0041532395,-0.025632277,0.036167324,-0.018834021,-0.0018430703,-0.0041082175,0.009266939,-0.024971962,0.016042683,0.009739665,0.033406,0.021895487,-0.012028261,-0.004772286,-0.0029864304,0.007541112,0.029909326,0.009537068,0.040549424,0.0036092289,0.059008263,-0.010077327,0.02215061,0.008516579,-0.0061266846,0.006892051,0.0038418402,-0.038898632,-0.01601267,0.011968233,0.014211807,-0.0055001345,0.0028982633,-0.003639243,0.0076836804,-0.012831146,-0.039498918,-0.024911933,0.014279339,-0.0010045436,-0.018653935,-0.00488484,0.013521477,0.038178287,0.02028972,0.030299513,0.0031289987,0.004547178,-0.012433455,-0.003772432,-0.012628549,0.0030033134,0.002902015,0.018969085,-0.004179502,0.030059397,0.013243844,0.006693206,-0.003072722,0.012508491,0.00280822,0.01016737,0.024101544,0.02332117,0.002626258,-0.008118888,0.020875,-0.029234003,-0.029969355,0.010632593,-0.0036298637,-0.023201114,0.0047797896,-0.010257413,-0.013604016,0.0057064835,0.0013440812,-0.003477916,-0.010932737,-0.004355836,0.020739933,-0.015862597,-0.022645848,0.036377423,0.012403441,-0.015179771,0.014579483,0.016072698,0.0154874185,0.008426536,0.002386143,0.011615564,0.004325822,-0.0018233734,-0.023231128,0.0050236564,-0.017903576,0.003106488,0.03286574,0.016147735,0.012673571,0.015472411,-0.03874856,-0.05066427,0.01601267,0.013453945,0.006580652,0.011908204,0.018398812,-0.025557242,0.007267231,-0.011533024,0.0042620413,-0.015082224,-0.019629402,0.0053875805,0.012163326,0.010685118,-0.011457988,0.01707818,0.011450484,-0.03928882,-0.0046484764,-0.007192195,0.024221601,0.011202866,0.013641534,-0.015179771,-0.006783249,-0.01371657,0.033766173,0.05672717,-0.059278395,-0.013964188,0.0016179625,0.0094620325,-0.010069823,-0.026982924,0.01926923,0.042140186,-0.016342828,-0.0095295645,0.0032059106,-0.037547983,-0.0031533854,0.035747122,0.008073867,-0.006303019,0.025872393,0.033616103,-0.004505908,0.024131559,0.017228251,-0.012043268,-0.07401545,0.02524209,0.015314835,0.024596782,-0.047602803,-0.013123786,-0.011075305,0.0020972546,-0.0060666557,-0.0034797918,0.011855679,-0.0007892843,0.03997915,-0.026592737,-0.01659795,0.00094779773,-0.022300681,0.014241822,-0.020199675,0.008921773,0.009281946,0.011975736,-0.00147727,-0.013919167,0.0010561309,0.010977758,-0.016372843,0.0061904653,0.022705875,0.011180355,0.0091844,-0.022480767,-0.0059503503,-0.013168808,-0.049493708,0.009814701,-0.053185474,-0.044271205,0.020859992,0.035296906,-0.029173974,-0.028273543,-0.0020072113,0.009627111,-0.015577462,-0.024761861,0.028843816,-0.0047010016,-0.028873831,0.033826202,-0.00864414,-0.030119427,-0.0064043174,-0.016132727,0.013513973,0.036317397,0.005488879,-0.037638027,0.005672717,0.00012439552,-0.0029132704,0.010332449,-0.02471684,-0.0066706953,-0.002256706,0.0036823887,0.019764466,0.00061294984,0.008839234,0.00056183164,0.05498634,0.049223576,-0.017588425,0.02204556,-0.017528396,0.019179186,-0.009026824,0.004303311,0.009882233,-0.025842378,-0.03853846,-0.00016988606,0.023831414,0.03907872,-0.0029357811,-0.010812679,0.009567083,0.0054476094,-0.025767341,-0.013063758,0.011090312,0.0034610329,-0.022840941,-0.011563038,0.0075711263,-0.020980049,0.009371989,0.02075494,-0.0078862775,0.015359857,0.0026862866,-0.010482521,-0.026172535,0.010722636,-0.05438605,0.025797356,-0.012328405,0.019494338,-0.0032077865,0.038298346,-0.0045546815,0.005691476,0.014444418,0.019494338,0.02321612,0.011758132,-0.026352622,0.017798524,-0.024476724,0.015149756,0.031094894,-0.0054138433,0.04547178,-0.009251932,-0.015622483,0.013566498,0.0430106,-0.010992765,0.040849566,0.023171099,0.039498918,-0.012741103,0.024326652,0.028198507,-0.015697518,0.017318295,0.00695208,-0.05690726,-0.052735258,-0.013551491,0.0021948013,-0.02198553,-0.007518601,-0.046192124,0.028888837,-0.0063067707,-0.0014960291,0.019974567,0.009454529,0.017423345,0.02049982,-0.018608913,-0.041780014,-0.019194193,0.023096062,0.0004877336,-0.01467703,0.011367945,-0.027763298,0.019734453,0.021760423,0.022435747,0.012876168,-0.01638785,-0.011953225,-0.009627111],"social":"https://twitter.com/themukulsaxena"},{"title":"notpink","description":"notpink creates an interesting project every couple of weeks and content to gain users and grow and audience.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=XmTtHTfW6WI","youtube_transcript":"What's up? I'm Nishan, and I'm working on an idea called Northbank. Okay. So this is a Northbank website, Northbank dot x y z. And you can see here, I have a a bunch of projects that have built in the past, fifteen and ten gigs at. And they usually involve something about technology, art, or culture. And I can show you a few of them. I have this project which is basically a hardware project where using an art design sensor. People could see if I'm sitting on my desk and three hundred people share of light on this website. See if I'm actually using on my desk, which is why. And then I have this budget, which is AI to make people dance. So here we have done done dancing and a bunch of other people. I made it on my simulations because why not? And out of the twenty four hour live stream where people could pay a custom message for five dollars on the live stream right here besides the glass. And then we had a motor that pushed the glass down after twenty four hours. And third light came ten people showed up, and fifteen of them were at the final moment on the last crack in the floor. And then saw the numbers, so five point seven zero users coming every month on the website, around ninety users every week, and a total of three hundred thousand impressions are on Twitter, it's nineteen impressions every week. And I have a launch checklist, which is how I launch every time I create a new project. So I have this checklist, which contains like the end people emailing, whatever else. And basically, every week, I take lunch and eat five or seven of these as a checklist. I also have an email list but has a bunch of media people that I try to email a couple of numbers, but ideas, and and hope that there is one back. And finally, I have a desktop server with down thirty people where I talk a bit and that's pretty much how I got to these numbers. Thank you.","embedding":[-0.012708763,0.008922451,0.0147037925,0.0053271535,0.015348993,-0.031394124,-0.030426323,0.03197141,-0.010382643,-0.010713733,0.024059208,-0.022599015,-0.03180162,-0.053721476,0.024551598,0.021138825,-0.06075077,-0.037183955,-0.024772324,-0.0049111685,0.04424721,0.01109576,-0.009491247,0.023108386,-0.0028779362,-0.03297317,0.0019515209,0.048933405,0.01126555,-0.0071141906,0.0023494656,-0.040647667,-0.02864353,0.019305095,-0.028898215,-0.015348993,0.009796868,-0.017827924,0.0029628312,0.0147292605,-0.0042638453,-0.01952582,0.046726137,-0.038813937,-0.009126199,0.004520652,-0.062177006,0.030867776,-0.001883605,0.083264895,-0.048661742,0.0049663503,-0.031343188,0.020833202,0.056030616,-0.013914269,-0.023889417,0.010908991,-0.034603152,0.026181579,0.08190657,-0.028049266,0.059867866,-0.009711973,-0.0116305975,-0.012471057,-0.028524678,-0.0069444007,0.012377673,0.03198839,0.05599666,0.062278878,0.0043466175,-0.014958477,-0.025994811,-0.02896613,-0.025909916,-0.00745377,0.0032323722,-0.008863024,-0.014483065,-0.022785785,-0.026775843,-0.01174945,-0.007937671,-0.03514648,-0.041326825,-0.02614762,-0.05633624,0.010705244,-0.03945914,0.047609046,0.0031029077,0.06601425,0.019254157,-0.03210724,-0.0039985487,0.070768364,0.04754113,0.02650418,0.022887658,-0.02283672,0.014601918,-0.04091933,0.019339053,0.011961687,0.0017361002,-0.008065013,-0.005314419,-0.016809186,-0.13657887,0.0034679556,0.01258142,0.01706387,-0.012768189,0.0036865599,0.032718483,-0.062686376,0.009584631,-0.016596949,-0.030256534,0.03762541,0.01358318,0.0020523337,-0.018167503,-0.048152372,-0.016783716,-0.014797176,-0.0024916646,-0.041190993,0.061565764,-0.032905255,0.064316355,-0.059562244,-0.031173397,0.0052083004,-0.021902878,0.01011098,-0.02849072,0.0026274964,0.04665822,-0.03462013,0.03762541,0.0025956607,0.0016872856,0.008081992,-0.013090789,0.023753585,0.00096196507,-0.031037565,0.019950295,0.013634116,-0.0367425,-0.022717869,-0.01407557,0.0072118198,-0.023244217,0.055283543,-0.033652328,-0.02448368,0.03820269,-0.03258265,-0.014457597,-0.011639087,-0.043907627,0.050936926,-0.035452098,-0.03477294,-0.054876048,-0.020833202,-0.03626709,-0.014185933,0.018693851,0.033550452,0.05813601,-0.05002006,0.04007038,-0.04706572,0.017980734,-0.030748924,-0.0433643,-0.009423331,-0.0021011482,-0.037285827,-0.06706695,0.000027242633,0.0023133853,-0.008264516,0.0027017794,-0.014601918,0.02353286,0.0576606,-0.013617137,0.040511835,-0.009788379,-0.07789954,0.029526437,-0.036368962,0.050427556,-0.018982494,0.00786551,0.029730184,0.03772728,0.030901734,0.017029911,0.010560922,-0.00010293503,-0.011401381,-0.008098971,0.001723366,0.06418052,0.030714964,0.023600776,0.04125891,-0.056030616,-0.02302349,-0.024721388,0.02283672,-0.044009503,0.015586698,-0.011995645,0.048593827,0.029237794,-0.027200317,0.039730802,0.06411261,0.07314543,0.009652548,0.049748395,-0.02399129,0.032854315,-0.0073476513,-0.010976907,-0.026792822,0.01855802,-0.0014856603,0.02484024,-0.05032568,-0.00031941695,-0.0070632533,0.055691037,0.039323304,0.016826164,0.012190904,0.023600776,0.0036313783,-0.058339756,-0.032192137,-0.028694468,0.035689805,0.071175866,-0.018150523,-0.021393508,0.0012267309,-0.021784024,-0.045096155,-0.023142343,0.009236562,0.013625627,-0.0360973,0.0038796957,-0.036980208,-0.051106714,0.034484297,0.01358318,0.029424563,-0.008761151,0.026792822,-0.0234989,-0.035078563,-0.01590081,-0.021495381,0.0012277921,-0.036810417,-0.02434785,0.006273731,0.011053313,0.023091406,-0.016452627,-0.053789392,-0.05497792,-0.011885283,-0.002243347,0.027132401,-0.017692091,0.0367425,0.01988238,0.026792822,-0.008497977,-0.009932701,0.008621074,-0.026640011,-0.012776678,-0.0130313635,0.016809186,-0.019508842,0.027522918,-0.021104865,0.011791898,0.027930414,0.017012933,-0.051072758,0.003179313,0.009847806,-0.026589075,0.027455002,0.029764142,0.030443301,-0.0040834434,-0.051004842,0.010552432,0.044416998,-0.015807426,-0.030205596,-0.03579168,0.0069019534,0.08095575,0.0052083004,0.0024959093,-0.055894785,-0.00032074345,-0.02779458,-0.00463526,-0.014933009,-0.003841493,0.015051861,0.073960416,-0.008672011,-0.016800696,-0.01092597,0.062686376,-0.030596113,0.018303335,-0.0054587405,0.023566818,-0.06689716,-0.04737134,-0.035893552,0.0152895665,0.017776987,-0.035553973,-0.039866634,-0.022446204,-0.0049663503,0.022938594,-0.01806563,-0.00795465,-0.04040996,0.018150523,0.023312133,-0.008744172,0.03061309,0.026487201,-0.038881853,0.00081339903,-0.012309757,0.021223718,-0.02932269,-0.032633588,0.01804865,-0.044892408,0.045945104,0.03329577,0.027047507,0.0343994,0.026623033,-0.05844163,0.021002991,0.031394124,-0.002500154,0.027217297,0.01209752,0.016028153,-0.005365356,-0.0407835,-0.025740126,0.046794053,0.020680392,-0.0035231372,0.029526437,0.04557157,0.0014824767,0.010136448,-0.022666931,-0.0038266364,0.02071435,0.053212106,-0.005484209,-0.04587719,-0.0041110343,0.06367116,-0.085166536,-0.030103723,0.010459049,0.014941498,0.014542492,0.03891581,0.040172253,-0.008264516,-0.012521994,0.041292865,0.009907232,-0.035825636,-0.04190411,0.02451764,0.02665699,-0.031156419,-0.011876793,0.005615796,-0.026724907,-0.015849873,-0.052261285,0.051480252,-0.007220309,-0.006774611,-0.014873582,0.030409344,0.010289258,0.056030616,0.032005366,-0.010297748,-0.03234495,0.013693543,-0.015798936,-0.007840042,0.047303423,0.02236131,0.003446732,0.0077296784,-0.050461512,-0.006176102,0.024364829,-0.0060530044,0.0008521323,-0.011002376,-0.0025680698,-0.016461115,0.03942518,0.014457597,0.006260997,-0.01389729,0.026079705,-0.054740217,0.02399129,-0.056506027,0.0110702915,-0.021308614,-0.021223718,-0.011664555,-0.04920507,-0.045401778,-0.044179294,0.0050087976,0.055079795,-0.058068093,-0.06479177,0.05446855,0.03725187,0.005972354,-0.0058874595,-0.027556876,0.05066526,-0.023464942,0.029017068,0.010297748,0.021121845,-0.029764142,0.025604295,0.03823665,-0.026589075,0.040138297,-0.0055903275,0.013710522,0.045503654,-0.025298672,-0.00032153932,-0.00079642003,0.0041428697,-0.029747164,-0.006345892,-0.03081684,-0.016800696,-0.015213162,0.024908155,0.024534618,0.00092906825,-0.029696226,0.010391133,-0.003476445,0.026979592,-0.008285739,0.056200407,0.05514771,-0.02319328,-0.008315453,-0.068221524,-0.029169878,-0.022649953,0.004703176,-0.0021435956,0.015595188,0.017929798,-0.017174233,0.087883174,-0.0037247627,-0.013922759,-0.024976073,0.0069571347,-0.010323216,0.033584412,0.012946468,-0.017242149,0.0055309013,0.010552432,-0.004588568,-0.0021022093,-0.022870678,0.020255918,-0.016664864,-0.013218132,-0.018965514,0.010051553,-0.019474884,0.013286048,0.014092549,0.0088205775,-0.015764978,-0.00728398,-0.016579969,-0.011868304,0.00028333665,-0.021325592,0.018490104,0.019797485,-0.037353743,-0.014933009,-0.008090481,-0.04356805,-0.006477479,-0.0024937869,0.0054757195,0.014168954,0.016817674,-0.02039175,-0.02185194,-0.0010574717,0.028253013,0.018965514,-0.028881237,-0.0036653362,0.0076914756,-0.011639087,0.033092022,-0.018184481,-0.0064647445,-0.004327516,0.0010213915,-0.0075980914,0.0020650679,0.004868721,0.044756576,-0.043024722,0.019661652,0.012988916,0.018982494,0.017912818,-0.007568378,0.009593121,-0.0073349173,0.017148765,-0.0029140166,-0.051548168,-0.0035570953,-0.03462013,0.03392399,-0.0056752223,0.0027102688,-0.011401381,-0.018897599,-0.013931249,-0.04224369,-0.039255388,-0.017776987,0.027438024,-0.030103723,0.021444445,-0.0006558129,0.021817982,0.024398787,0.021342572,-0.009745931,-0.004881455,-0.010679775,0.047643002,-0.013175684,0.015680084,-0.010306237,-0.028915195,0.011452318,0.008863024,0.014924519,-0.035044603,-0.02913592,-0.018320315,0.005611551,-0.002226368,-0.0122078825,-0.005335643,0.0070123165,-0.02614762,-0.017369492,0.016172474,0.008077747,-0.027336149,-0.018608956,0.012547462,-0.028066246,0.0057728514,0.039391223,0.031886514,-0.003852105,-0.014763218,0.038032904,0.03130923,0.021257676,0.0068849744,0.002790919,-0.02468743,-0.051140673,0.020442685,0.0070505193,-0.0052125454,0.03428055,-0.002146779,-0.053891268,0.0012352205,0.0013487673,0.036810417,0.018252399,-0.031428084,0.033584412,-0.055283543,0.0014166832,-0.03677646,0.015077329,-0.0058152988,-0.029713206,0.030409344,0.008183866,-0.03030747,-0.012301267,-0.007339162,0.042617228,-0.016333774,-0.00023412415,0.0041810726,-0.036844376,-0.011155186,-0.033176918,-0.0018464635,-0.032990146,0.06295804,-0.012810636,-0.0033406133,-0.05698144,0.009847806,0.013795417,0.0038499825,0.004456981,0.024212018,-0.07246626,0.013438858,0.014253849,0.006078473,0.014101039,0.037319787,-0.02020498,-0.056064576,0.016002683,0.0027102688,0.029424563,-0.0021266167,-0.018473124,0.0064520105,0.01010249,0.0021902877,0.050393596,0.0062864656,0.02120674,-0.022785785,-0.008183866,0.011248571,0.0022900393,-0.0096101,0.023464942,-0.008769641,-0.025536379,0.014058591,-0.0017021422,-0.051412337,-0.06078473,0.04275306,-0.039493095,-0.0077466574,-0.01603664,-0.018693851,-0.0065029473,0.03282036,0.006294955,0.009550673,-0.03990059,0.000038269016,-0.020408727,0.012683294,-0.022327352,0.0031198866,-0.006456255,-0.035553973,-0.0035910532,-0.03762541,-0.020425707,-0.002780307,0.0049451264,-0.01937301,0.048763614,-0.028796341,-0.01092597,-0.015365972,-0.0152895665,-0.0046989312,-0.008171132,0.028609572,0.020001233,0.022989532,0.0014644365,0.012980427,-0.06581051,-0.011681534,-0.026623033,-0.032141197,-0.021257676,-0.02815114,0.0023876682,0.012131478,0.0540271,-0.022327352,0.02981508,0.018116565,-0.02750594,0.00417895,-0.04040996,0.019865401,-0.025621273,0.051887747,-0.017097827,-0.0097714,0.008642298,-0.017760007,0.031190377,0.005934152,0.0072967145,0.01905041,0.016681843,0.051887747,0.024042228,0.006180347,0.015595188,-0.008625319,0.008735683,0.015518783,0.018693851,-0.020001233,0.019474884,-0.00836639,0.051412337,-0.06774611,-0.0021213107,-0.026589075,0.012674805,-0.0036313783,0.005314419,-0.025960853,0.019814463,-0.0016936527,0.03185256,-0.010849565,0.017861882,-0.0023770565,-0.03796499,-0.053415854,-0.010187385,-0.0048772106,0.01160513,-0.034976687,0.021817982,-0.0029755654,-0.022089647,-0.07823911,-0.013438858,0.025621273,0.001478232,-0.0149924345,0.0047923154,0.021087887,-0.025536379,0.0021372284,-0.027862499,0.033092022,-0.0062355283,0.017675113,-0.005760117,-0.011409871,-0.0149924345,0.01923718,-0.012513504,0.0029182613,0.04356805,-0.031275272,0.017267616,-0.039628927,0.027438024,-0.0030434811,-0.008425816,-0.019933317,0.011520234,0.014287807,-0.031648807,0.046318643,-0.02219152,-0.01640169,0.0000033369322,0.029866017,0.0124795465,-0.02137653,0.0010691448,0.030358408,-0.027607813,-0.00041996432,0.007572623,0.004800805,-0.03490877,-0.015646126,-0.0021775535,-0.0046437494,0.01358318,-0.0050979373,0.00070409686,0.02001821,-0.022955574,-0.017726049,0.0067831003,-0.012148457,0.044145335,-0.024127124,-0.008306963,0.026640011,0.0047116657,0.0037205177,0.00031835577,0.029084984,-0.062686376,-0.013786928,0.02665699,0.00612941,-0.00043508623,-0.025468463,0.00037141508,0.018235419,0.0072967145,0.019678632,-0.016367732,-0.000020991583,-0.025638252,-0.008667767,0.016113047,0.018999472,-0.031563915,-0.00081976614,0.021461423,-0.01737798,-0.010892012,-0.01491603,-0.0024937869,0.01059488,-0.027132401,0.020357791,0.010883523,0.013141726,-0.020595497,0.008922451,-0.008981878,-0.013761459,-0.016758248,-0.031190377,-0.017284596,0.016690332,0.032277033,0.0225311,-0.011146697,-0.009049794,0.01770907,0.0036207663,0.010645817,0.009983637,-0.036335006,-0.016019663,0.00019883971,-0.031903494,-0.011715492,0.029118942,0.019661652,-0.011053313,0.058984958,-0.010866544,-0.0013349719,-0.0029925443,0.0018740543,0.034874815,0.0020809856,-0.021478403,0.0037311297,0.01076467,0.041700363,0.00002092526,-0.024212018,0.043432217,-0.05205754,0.0102383215,0.009694994,0.020323833,0.033703264,-0.014067081,-0.005598817,0.026045747,0.0029352403,-0.016367732,-0.014856603,0.012963447,0.002756961,-0.0070802323,-0.010416601,0.027896456,0.013294538,-0.0016066355,0.0009041304,0.0059553753,0.015934767,0.007254267,0.004669218,-0.014882071,0.038542274,-0.016995953,-0.0029055271,-0.014517023,-0.009661037,-0.018201461,0.017929798,0.010153427,0.02069737,0.031173397,0.011791898,0.021580277,0.005221035,-0.013702033,-0.023295153,-0.026690949,-0.0057728514,0.00075768674,0.022310372,0.029984869,0.027726665,0.058237884,-0.002203022,0.022887658,0.011307998,-0.012547462,0.031496,0.025060967,-0.009143178,-0.015849873,0.025994811,0.033584412,0.004172583,-0.009703484,-0.006180347,0.025400545,-0.023753585,0.0032153933,-0.008964899,0.006328913,-0.004007038,-0.03528231,-0.009032815,0.0052125454,-0.0040176497,-0.025111904,-0.0035740742,-0.016359242,-0.0110702915,0.012173925,-0.0007369936,0.014593429,0.008226314,-0.03993455,0.006260997,-0.013116258,0.012946468,-0.019831443,-0.0062652417,-0.026945634,0.018303335,-0.023481922,-0.000028287237,-0.005034266,0.029407585,0.013107768,-0.021902878,0.02069737,-0.055215627,-0.04519803,0.016342264,-0.0067491424,0.038372483,-0.030664029,-0.021087887,-0.042481396,0.024449723,0.0020141308,0.033499517,0.013888801,0.0024279933,0.038372483,-0.035520013,0.00049557386,0.032701507,0.03810082,0.004584323,-0.03776124,0.00033002882,-0.01721668,-0.02983206,-0.013939738,0.008480998,-0.0028376111,0.013498285,0.0006038148,0.0029607087,-0.00046188117,-0.009126199,0.0067491424,-0.0006632412,0.0027102688,0.0015100676,0.005450251,0.012929489,-0.006592087,0.0032408617,0.016282836,0.0017817311,0.0078060837,-0.020357791,0.0107901385,-0.015170714,0.025060967,0.023566818,0.0027442267,0.014933009,-0.022480162,-0.002602028,0.017140275,0.00048416608,-0.009253541,0.015671594,-0.008311208,-0.0069019534,-0.009134688,0.028779361,-0.027030528,0.022870678,0.007339162,-0.018574998,-0.00310503,-0.031886514,-0.04618281,-0.016104558,0.0019207465,-0.004669218,0.004389065,0.033873055,-0.0024237486,0.0034552214,-0.040002465,0.0014400292,0.0082730055,-0.012725742,0.009168646,-0.0037205177,-0.00046851358,0.024059208,0.0147122815,-0.010577901,0.0055393907,-0.0020523337,0.024144102,-0.020595497,-0.007020806,-0.0035761965,-0.027471982,0.0020576394,-0.003304533,0.01837125,-0.0044442466,0.006991093,0.0017785477,-0.004915413,-0.003756598,0.010450559,-0.0052422583,-0.004957861,-0.0074919728,0.04472262,-0.010577901,0.010875033,-0.01755626,0.00579832,-0.013973696,0.029390605,0.027149381,-0.043330345,0.001974867,0.014287807,-0.04686197,0.019356031,-0.002100087,0.010136448,0.011723982,0.012029604,0.010705244,-0.012233351,0.007899468,0.02399129,-0.022870678,0.0049069235,-0.00038945524,0.010043063,0.0046946867,-0.014185933,0.107714616,-0.009533694,0.029764142,-0.012547462,0.04788071,0.019288115,0.026555117,0.012496525,-0.016579969,-0.0043508625,-0.012292778,-0.0053993138,-0.0009295989,0.01011098,0.03810082,0.011987156,-0.03197141,-0.014491555,-0.020069148,0.002500154,-0.0012702396,0.014610408,0.013014385,-0.020052169,-0.015849873,-0.0234989,-0.00067173067,0.020171022,0.022887658,0.031920474,-0.0019334807,-0.012004135,0.026436264,0.03061309,0.019848421,0.0066769817,-0.026860738,0.012224861,0.003030747,-0.034382425,0.005828033,-0.012173925,0.012538973,-0.012853084,0.015968725,0.004652239,0.0065453947,0.02332911,-0.016316794,-0.039153516,-0.011367423,0.032871295,0.00381178,0.029458521,0.0043508625,0.009796868,-0.006307689,0.041802235,0.017844902,0.02750594,-0.016588459,-0.007716944,-0.008565892,-0.018082608,-0.012742721,0.009338436,0.004355107,0.0048432527,0.0037077835,-0.00893943,-0.008659277,-0.014805666,0.019678632,0.017692091,0.021393508,-0.00044145333,0.024127124,0.019440927,0.014466086,0.0001542699,-0.002716636,0.0045970576,-0.005365356,0.010306237,-0.0008653971,0.008710214,0.026758865,0.011112739,-0.0009932701,0.017089339,-0.030358408,0.009745931,0.032888275,0.023566818,-0.00033002882,0.010560922,-0.034569193,-0.010645817,-0.021597255,-0.05253295,0.023651712,0.026096685,0.008476753,0.010688265,0.015637636,-0.0064307866,-0.030171638,0.014754729,-0.029203836,0.005666733,-0.025875958,0.023227237,0.015866851,-0.009652548,0.020969033,-0.014720771,-0.021138825,-0.0102383215,-0.018982494,-0.007844286,0.026962612,0.017810944,-0.036199175,-0.0009142117,0.0062397732,-0.0038351258,-0.009499736,-0.013065321,0.010628838,-0.008430061,0.025757104,0.024228998,0.012021114,-0.005501188,-0.0023197525,-0.013931249,-0.008459774,-0.04105516,-0.010085511,0.019933317,-0.027726665,0.0045164074,-0.023176301,-0.012802147,0.024959093,-0.019627694,-0.0043402505,0.0002224511,0.023770565,0.012386162,0.008981878,-0.020969033,0.03490877,0.014101039,-0.01854104,-0.03562189,0.023668692,-0.01855802,-0.009992126,-0.0005730404,0.00035045666,-0.026928654,0.025247736,-0.01720819,0.024721388,0.006689716,-0.0031029077,-0.0039412444,-0.011460808,0.0006414869,0.0068128137,-0.0097714,-0.034178678,-0.012122988,0.04241348,0.0032111485,-0.014398171,-0.009873274,-0.015136756,0.0011174288,0.0046267705,-0.009177136,-0.01787886,-0.011698513,0.03541814,0.0054417616,-0.006553884,-0.011316487,0.0020141308,-0.023736607,0.00612941,0.0058068093,-0.01641867,0.029458521,0.007118435,0.0004064342,0.000020328343,-0.0074792383,-0.016427157,0.02302349,0.0045758337,-0.03378816,-0.032226093,-0.0004995533,0.0070292954,0.037523534,-0.037149996,-0.00244285,0.037489578,0.0010962051,-0.0031538445,0.017793966,-0.018031672,-0.004372086,0.024245976,-0.020612475,-0.012878552,0.035995428,0.03721791,-0.03061309,0.014534002,-0.019169262,0.012683294,-0.07409625,0.016783716,0.0018284234,0.044111375,-0.022327352,-0.028015308,-0.018659893,0.016096069,0.009126199,-0.025468463,0.014534002,0.000018305458,-0.00878662,-0.0085531585,-0.01242861,-0.031546935,-0.03976476,0.00025561315,0.024449723,0.01972957,0.017946776,0.0010001677,0.003635623,-0.0053780903,0.0060572494,0.00042580086,0.019118326,-0.019780505,0.023464942,-0.014287807,-0.009160157,-0.021308614,-0.007326428,0.017046891,-0.050054017,0.010297748,-0.006876485,-0.0536196,0.0073731197,0.020238938,0.005352622,0.014508534,-0.0008165826,0.007895223,0.0071821064,-0.021614235,0.009482757,-0.014270828,0.01011098,0.011859814,-0.003663214,0.00943182,0.003625011,-0.007895223,0.0023791788,-0.012284288,-0.011214613,-0.021919856,-0.00003281386,-0.0102553,0.0049790842,0.015128267,-0.0016267981,-0.017259128,0.022717869,0.005912928,0.011189144,-0.0018475247,0.0018337293,0.0025022763,0.035859596,0.03745562,0.009703484,-0.0037714548,-0.0041174013,0.045605525,-0.017505324,0.0054714745,0.021902878,-0.0023239972,-0.009423331,-0.0024301158,0.00853618,0.034552213,-0.00081764377,-0.003956101,-0.007738168,0.009058283,-0.014508534,0.026062727,-0.011842835,0.011392892,-0.0051106713,0.0037353744,-0.0032854315,-0.039153516,0.021885898,0.008812088,-0.008744172,0.02217454,0.026843758,0.034976687,0.015756488,0.004622526,-0.022497142,0.01838823,-0.0110618025,0.038542274,0.009796868,0.056506027,-0.049544647,0.03183558,-0.014211402,0.009686505,0.01757324,-0.012776678,-0.032871295,-0.007322183,-0.036538754,0.012937979,0.02302349,-0.010858054,0.03660667,-0.025723146,-0.0023303642,-0.027930414,0.009796868,0.023244217,0.049748395,0.029203836,0.00043933096,-0.022395268,0.032175157,0.0327864,-0.006061494,-0.023312133,0.021936836,-0.019899359,-0.044756576,0.007271246,-0.0068467716,-0.02402525,0.013761459,-0.017624175,-0.008226314,0.010161917,-0.035520013,0.015442378,-0.009228073,0.041360784,-0.029118942,-0.01209752,-0.025213778,0.00016289204,0.02448368,0.015620657,-0.023244217,0.03259963,-0.026979592,0.018490104,0.014958477,0.029916953,0.0052549927,-0.027692707,-0.036063343,-0.038134776],"social":"https://twitter.com/naklecha"},{"title":"sustainability","description":"we help organizations start their sustainable strategy","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=faQYBQkKwWU","youtube_transcript":"Hi. I'm Mariana, and I'm building sustainability. Sustainability is an app that helps organizations start a simple sustainable strategy and take their first steps towards a more earth friendly path. Okay. So let me show you how sustainability works. Just come here, type the company name, dangerous and you press the first button, you will get a template like this one. This template has different sections and trigger questions with example answers. So you can use this as a guidance. If you liked it, go ahead and copy the output and paste it on an internal look to start preparing the Boundary Project that you might pitch your boss or maybe communicate to your team. You will also find other kind of templates like report once, press releases, and social media posts. When I started nights and weekends, I didn't have many users. But every week, I tried my best to show people what I was working on, so I tried posting on Twitter, DikTok even lensed you, but as you can see, I wasn't getting much traction. But I remembered this is a process. I tried to be more aggressive, I ended up flying to another state to speak at a conference. About how I built this digital probe that drives to make the world a more sustainable one using LGBT scope without knowing how to write gold. After that, everything changed. People were really trying the app. A newspaper wrote a note about it, and even one person approached me to tell me that they wanted to start using sustainability to help their customers apply for sustainable bonds to get funding, it was insane.","embedding":[0.02409438,0.012708173,0.022253074,0.04346746,-0.011504241,-0.011016373,-0.0028504864,0.028611094,-0.0066727744,0.0033875348,0.0067947414,-0.056907434,-0.025919951,-0.04327861,0.029602569,0.019168489,-0.0065429388,-0.04381369,-0.016146855,0.042806476,0.076485105,0.07365232,0.024755364,0.052563835,-0.025620935,-0.03323797,-0.026801262,0.042397298,0.015564561,-0.0018295047,-0.0057088416,-0.02782421,-0.017248493,0.020506192,-0.00058819563,0.012141617,-0.0012786861,-0.0077468706,0.0303265,0.00086114596,-0.015462266,-0.018334392,0.039438616,-0.008970475,-0.009946211,-0.011220963,-0.035850424,0.033961903,0.013196041,0.053728424,-0.018239966,-0.024613725,0.02214291,0.012802599,-0.018334392,-0.032891743,-0.011260306,0.027918637,-0.070190035,0.038903534,0.04935335,0.030247813,0.022819629,0.01583997,-0.014069482,0.012369813,-0.015596037,0.02294553,-0.02768257,0.0048944172,0.06358021,0.0019081931,-0.0008326214,-0.0140773505,-0.007786215,-0.04327861,-0.019121276,0.028138964,-0.024865527,-0.041453037,-0.004406549,0.0036826162,-0.035095017,0.023512088,-0.034119282,0.003023601,-0.040351402,-0.044191394,-0.046772372,-0.005335072,-0.05999202,0.033489775,-0.0120393215,0.02667536,0.027304867,0.015942266,-0.057064813,0.055900224,0.076422155,0.016556034,0.007530478,-0.038085174,0.049982857,-0.034434035,-0.0051226136,-0.02207996,0.025967164,-0.017956687,0.04951073,-0.031050434,-0.109911926,0.020238651,-0.0033875348,0.05558547,0.013754728,-0.014313416,-0.00666884,-0.0027127818,0.04535598,-0.059960544,-0.042397298,-0.015037349,-0.009332442,0.0131488275,0.0070032654,-0.06628709,-0.03336387,0.02105701,-0.013243254,-0.054011703,0.02315012,0.026502246,0.028485192,-0.06502808,0.002413766,-0.037801895,-0.0758556,-0.019813733,-0.053098917,0.033898953,0.009269491,-0.03569305,0.03248256,0.0009998342,-0.05152515,-0.08586476,-0.0077350675,0.037455667,-0.020537667,-0.009702277,0.044632047,-0.021765206,-0.06937167,0.04740188,0.035630096,-0.026108803,0.0011557356,0.032671414,-0.0007760641,-0.060432673,-0.023480613,0.020144224,-0.038179602,-0.019042587,-0.013495057,-0.017689148,0.006173103,-0.039973695,-0.060432673,-0.018365867,-0.06786086,-0.041673366,0.009387524,0.0010504898,0.0061770375,-0.03553567,0.008183591,-0.059740216,0.023590775,-0.009253753,-0.047905486,-0.00602753,-0.03330092,-0.04907007,-0.032167807,0.0006545889,-0.025746837,0.009395393,0.033552725,-0.011929158,-0.043624837,0.04834614,0.003615731,-0.016744887,0.00011588093,-0.043530412,0.049038596,0.0107488325,0.007916051,0.0074871993,-0.016634723,0.0045717945,0.03127076,-0.0076131006,-0.0016101609,-0.021812418,-0.032828793,-0.0045324503,-0.034150757,-0.012897025,0.085046396,0.038746156,-0.014274072,0.019703569,-0.029272076,-0.008372444,-0.010213751,0.0052839248,0.04198812,0.033741575,0.0065704794,0.026234705,0.022190122,-0.026455032,0.023952743,0.009238016,0.033489775,-0.021513402,0.03380453,-0.029665519,0.0071921176,-0.010260965,0.01794095,-0.058166448,0.037613045,-0.05240646,0.04969958,0.0015481939,0.004162615,0.019247178,0.039847795,0.03393043,0.0134163685,-0.0028131094,0.043971065,0.0030944205,-0.03777042,-0.060369723,-0.026911424,0.052500885,0.05240646,-0.009836047,-0.004406549,-0.019152751,-0.002112783,-0.027509457,-0.0491645,0.018365867,0.028076014,-0.021371763,-0.015800627,-0.016335707,-0.030515352,-0.011732437,-0.022788154,0.018114064,-0.010072112,0.009898998,0.030845843,-0.040131073,-0.03893501,-0.019137014,-0.009025557,0.008388181,-0.017012427,0.01476194,0.002667536,-0.0012698337,-0.0032695022,-0.00022229466,-0.032120597,-0.016209805,-0.029964535,-0.0023822905,-0.022740941,0.043089755,0.02052193,0.041453037,0.0064091682,0.0076012975,-0.0027127818,-0.0063068736,0.006424906,0.010670144,-0.009041294,-0.023071432,0.009497687,-0.006601955,-0.024928479,0.03094027,0.017453082,-0.039344188,-0.018979637,0.0049455645,0.039344188,-0.023921266,-0.0058111367,-0.006011792,0.037613045,-0.028626831,0.011213094,-0.0034052397,0.0492904,-0.0402255,-0.015517348,0.042963855,0.08957885,0.0014095056,-0.0023527825,-0.028736996,0.0056498256,-0.014982267,0.028736996,-0.0055396617,0.0118898135,-0.026250442,0.049038596,0.016162593,-0.0035429443,-0.026911424,0.0537599,-0.012141617,-0.01746882,0.0071724458,-0.010953423,-0.009426868,-0.0011242602,0.0050832694,0.027462244,0.025762575,-0.023527825,-0.082591325,-0.0070308065,-0.0049455645,0.012873419,0.014203252,-0.0073534288,-0.037329767,-0.011803256,0.03811665,0.0033481906,0.018837998,-0.009568507,0.018900948,0.0013662269,0.046426143,0.021686517,-0.034434035,0.018948162,0.005126548,0.0034072069,0.028327815,0.0009329491,0.027981587,0.034685835,0.009537031,-0.030153386,0.012094404,-0.0019052423,-0.00308065,0.002130488,-0.042963855,0.02606159,0.02823339,-0.06773496,0.0027068802,0.03688911,0.019892422,-0.0056694974,-0.00014569645,0.059897594,0.000035133133,-0.05640383,-0.005791465,-0.031664204,0.043624837,0.020175701,-0.0023311432,-0.019561931,-0.014887841,0.050738268,-0.01814554,0.026659623,-0.016823575,-0.013636696,0.045576308,-0.00035778622,0.030845843,0.01976652,-0.032860268,0.019215701,-0.005213105,-0.039029434,0.014462924,0.011944896,0.035567146,-0.012849812,-0.02891011,0.004170484,-0.015312758,-0.0024649135,-0.080891654,0.061345458,0.00084147387,-0.009293097,-0.009537031,-0.023748152,-0.009363917,0.0065626106,0.013022927,-0.0074517895,-0.06893102,0.02484979,-0.020270126,0.024377659,0.032608464,0.008443263,-0.0028858962,0.005791465,-0.07956969,-0.045607783,0.008175722,0.070378885,0.015721938,-0.0335842,-0.0006447529,-0.003615731,0.015745545,0.03248256,0.022394713,0.01225178,0.00832523,-0.026785525,0.011929158,-0.0010563915,-0.033741575,0.0055868747,-0.0058386778,-0.04441172,-0.003908845,-0.033836003,-0.019074062,-0.0028347487,0.022788154,-0.025085855,-0.0100249,-0.0029154045,-0.004260976,0.014038007,-0.029508142,0.008451132,0.07283396,-0.030043222,0.028752733,-0.001259014,0.008750147,-0.012212437,-0.005606547,0.02349635,-0.023464873,0.017988164,-0.020805208,0.015265545,-0.037298292,-0.05741104,-0.003869501,0.027509457,0.021513402,-0.036448456,-0.02843798,-0.024912741,0.00001933398,-0.0115593225,0.047811057,0.03994222,0.011968502,-0.0009565556,0.0017075378,-0.040729105,-0.01259014,0.027053064,0.045481883,0.022316024,-0.020128487,-0.018696358,-0.049731053,-0.0120393215,-0.060558576,-0.0007131134,-0.022394713,0.02870552,-0.014927185,-0.057190713,0.06993823,0.024424873,-0.028941585,-0.019955372,-0.0144944,-0.014872103,-0.025542248,-0.057127763,-0.03241961,-0.015084562,-0.002921306,-0.004308189,-0.0019308161,0.014942923,0.034276657,-0.00003058396,0.003363928,0.01732718,-0.026754048,-0.006940315,0.046803847,-0.00020569634,-0.00101508,-0.010685882,0.010378997,-0.016744887,-0.04633172,-0.03405633,-0.025211757,0.015430791,0.014462924,-0.037392717,0.0044773687,-0.026817,-0.034434035,-0.036385506,0.010009162,0.021828156,0.014580957,0.05240646,-0.015666855,-0.010953423,-0.00027958964,-0.0016386855,-0.0055160555,-0.026218968,0.016013084,0.054830063,-0.017043903,0.021293076,-0.045481883,0.02132455,0.017012427,-0.014407842,-0.0054806457,-0.0030668795,0.045418933,-0.007089823,-0.012141617,0.0314124,0.015533086,0.036385506,0.056781534,-0.013707516,0.030499615,-0.017279968,0.01712259,0.019310128,-0.057914644,-0.0074045765,-0.016020954,-0.010079981,0.018900948,-0.01671341,-0.026643885,-0.012204567,-0.013172435,-0.01380981,-0.041578937,-0.023874054,0.018664883,-0.04718155,0.0068104793,0.014439317,0.025133068,0.02829634,0.007530478,-0.0028052407,-0.008584902,-0.014447186,0.0514622,-0.006358021,0.023433398,0.0008773754,-0.018161278,-0.03553567,-0.0078098215,0.00031672072,-0.0067475284,-0.0027304867,-0.029634044,0.016556034,-0.02193832,-0.012346206,-0.015800627,-0.009450474,-0.02423602,-0.020222913,0.019860946,0.020207176,-0.030027485,-0.023905529,0.0246452,0.009891129,0.0034072069,0.023307497,0.021450453,0.014337023,-0.021843893,0.022630777,0.028154701,0.060369723,-0.008356705,-0.0004559008,-0.0069206427,-0.0034072069,-0.019514717,0.019058324,-0.023449136,0.02085242,-0.030814368,-0.039123863,0.0045245816,-0.022457663,0.05747399,0.029649781,-0.020458978,0.0003363928,-0.032954693,0.019058324,-0.012283255,-0.013258992,0.025416346,-0.024692412,0.02667536,0.008687197,-0.040634677,0.0006634414,-0.0067986757,0.050392035,-0.0559317,0.0007878674,0.008569164,-0.016556034,-0.01164588,-0.0137153845,0.023417661,-0.030956008,0.05999202,0.013644565,0.00061426114,-0.037077963,-0.006358021,0.0140458755,0.0055750716,0.0011301618,0.02085242,-0.04428582,0.0013927843,-0.0055396617,0.008687197,0.017311443,-0.00805769,-0.01638292,-0.063674636,0.056435306,0.008608509,-0.011401946,-0.01685505,-0.014392104,-0.009363917,0.017594721,0.009544901,0.012472108,0.036133703,0.0066452334,0.020978322,-0.0065626106,0.011944896,0.00028401587,-0.01624128,0.0090098195,0.0120393215,0.035189442,0.038336977,-0.00551999,-0.10871586,-0.033206496,0.007837363,-0.063832015,0.014832759,-0.020616354,0.013400631,-0.049479254,0.028060276,0.012354075,0.018900948,0.0142268585,-0.027887162,0.001371145,-0.0034111412,0.008695066,0.0076249037,0.0043042544,-0.03748714,-0.0034996655,0.0051698266,-0.0017458984,-0.006247857,-0.030184861,-0.046929747,-0.012810468,-0.005606547,0.0038183536,-0.0036649113,-0.025133068,-0.001958357,-0.021293076,0.04516713,0.0053035966,0.029822895,0.0072904783,0.023811104,-0.030373713,-0.027477982,-0.015517348,-0.013070139,-0.026171755,0.0011163914,-0.010032768,0.019278653,-0.0026596673,-0.045198604,0.015556692,0.035976328,-0.011944896,0.012369813,-0.000038114682,0.017563246,-0.017893737,0.036196653,0.0025652412,-0.016013084,0.0028681913,0.026297655,0.004367205,0.026486509,0.039186813,0.018066851,0.0025534378,0.006975725,0.043530412,0.04393959,-0.0010888504,0.023842579,-0.006271464,-0.00034352395,0.015879314,-0.024771102,0.0072196587,-0.03777042,0.024865527,-0.0055750716,-0.024220282,-0.0040150746,0.038211077,-0.009765227,0.0063737584,0.004347533,0.017311443,0.014329154,0.05341367,-0.022064222,0.024424873,0.0016908165,0.00057639234,-0.027934374,-0.03079863,0.022992743,-0.0110793235,-0.008852443,0.01732718,0.0137468595,0.0153048895,-0.06515398,-0.041201234,0.0018413081,-0.008750147,-0.040319923,-0.018255703,0.029885845,-0.027808473,0.022630777,-0.01949898,0.0005242613,-0.047370404,0.014974399,0.0134085,-0.016288495,-0.0053390064,0.01779931,-0.0068970365,-0.011724568,0.015407184,-0.000040297055,-0.0057993336,-0.0057835956,0.018806523,-0.01740587,-0.032262236,-0.00042270412,0.030861583,-0.009253753,0.006098349,0.03163273,0.0014458989,-0.0134478435,0.0022681926,-0.00846687,0.036039278,-0.013424237,0.01794095,0.01333768,-0.015761282,-0.013164566,0.014116695,0.0030117976,-0.02011275,0.022237336,-0.027745523,-0.0039049108,0.030137649,-0.01794095,0.00974949,-0.00010549161,0.014085219,-0.027430769,-0.0131488275,-0.022693729,0.03676321,-0.026171755,0.0013691778,0.03330092,0.029272076,-0.023905529,0.008317362,-0.016398657,-0.028327815,-0.019703569,0.00078540837,0.018570457,0.022457663,-0.042271398,0.014502268,0.013975056,0.028957322,0.0073022814,0.0010790144,0.009961949,0.030908795,-0.0151553815,0.0048196632,0.032262236,-0.032325186,0.021088485,0.0055475305,0.013723253,0.040131073,0.011244569,0.0029232732,-0.0019455701,-0.004001304,0.0016209806,0.018035376,0.037738945,0.020789469,-0.01550948,-0.043593362,-0.033269446,0.0026734376,-0.02458225,0.018853735,0.001968193,0.03336387,0.01841308,0.022929793,-0.016634723,0.030641254,-0.03430813,-0.00094770314,0.0013691778,-0.019215701,-0.017516034,-0.012259649,-0.026596671,-0.010174408,0.0042058937,0.0023724546,-0.005161958,0.031097647,-0.02505438,0.012330469,0.015666855,-0.019074062,0.03893501,-0.010607193,-0.05574285,-0.009875392,0.008262279,0.0045757294,-0.00086114596,-0.017563246,-0.000836064,-0.03953304,0.04576516,0.034622885,0.022851106,0.04088648,0.006688512,0.009474081,0.06874216,0.001985898,-0.041578937,0.034717314,-0.011095061,0.01299932,0.008159985,-0.011220963,0.0047606467,-0.01536784,0.03054683,0.01693374,-0.010410473,0.011433422,-0.023575038,0.03688911,-0.03087732,0.04475795,-0.026958639,-0.0035055673,-0.008254411,-0.034276657,0.0006919659,-0.0029449125,-0.010646538,0.036574356,-0.0068616266,-0.0022524549,0.011386208,-0.009238016,0.01732718,0.010528505,-0.005063597,-0.030043222,-0.031978957,0.013487188,0.015037349,-0.050077282,-0.0018934391,0.014958661,0.03161699,0.018538982,-0.007361298,0.015690463,-0.0027875358,0.025967164,-0.005051794,0.054074652,0.0047724503,-0.022788154,-0.051273346,-0.015832102,-0.0048590074,-0.055679895,0.038368452,0.004028845,-0.008089165,0.010583587,-0.0006054087,-0.011881945,0.005409826,0.006629496,0.017248493,0.015084562,-0.03569305,-0.040571727,0.062195294,0.009843916,0.027651096,0.0011950798,-0.01658751,0.014462924,-0.042239923,0.003889173,0.01693374,-0.015422922,-0.019530455,0.00023237661,0.023118645,0.02714749,0.007947526,0.029492404,-0.042428773,-0.027776998,-0.0131173525,-0.025573723,-0.04076058,0.009710146,-0.021214386,-0.01569833,-0.037361242,-0.016965214,-0.0020695042,0.00859277,-0.045796636,0.018649146,0.0107488325,-0.0025416347,0.023354711,0.007298347,-0.019703569,0.0053390064,0.036794685,0.013314074,-0.037550095,-0.008014412,0.0014409809,0.0007293429,-0.01442358,-0.0016140953,0.022300286,-0.018837998,-0.018476032,-0.054483835,-0.032671414,0.015108168,0.03175863,-0.01576915,0.026077328,-0.0023547497,0.030893058,-0.0021954058,-0.0005257367,0.030090436,-0.005543596,-0.00069835933,-0.001826554,-0.04305828,0.01367604,-0.012700304,0.024157332,-0.01239342,-0.028595356,-0.008340968,-0.014108826,0.016508821,-0.016445871,0.025542248,0.006979659,-0.002704913,-0.0059960545,-0.004839335,0.015596037,0.0102688335,-0.00041139268,0.025447821,0.034969114,-0.021497665,0.014777677,0.017720623,-0.0028111422,-0.03676321,-0.028453717,-0.013888499,-0.0014321285,0.035850424,0.010040637,0.016304232,-0.009151459,0.0038557304,0.021843893,0.013550139,0.026722573,0.026093066,0.014565219,0.019797996,-0.008569164,0.020270126,0.029098962,0.013794073,0.020773731,-0.02308717,-0.011024241,-0.02946093,-0.022174384,-0.01177965,-0.032986168,0.007794084,0.013384894,-0.038179602,-0.008765886,0.0124563705,0.004890483,-0.0058386778,0.0030117976,-0.014486531,-0.021371763,0.034969114,-0.015320627,0.013935712,0.005504252,-0.00025499953,-0.017028164,-0.0036078622,0.016493084,0.005398023,0.0005857366,0.021450453,-0.011763913,0.009104245,-0.0072275274,-0.002093111,0.01550161,0.0013878662,-0.0125193205,-0.0041665495,-0.01779931,0.021796681,-0.022253074,-0.007801953,-0.005756055,-0.002226881,0.008954737,0.046614993,0.09895851,-0.009875392,0.012920632,-0.0048511387,0.017578984,-0.008939,-0.0027993391,0.032828793,-0.015737675,0.036952063,0.0027186836,-0.0026557327,0.024141595,-0.013738991,0.010977029,0.013912105,-0.005626219,-0.021497665,0.0038576978,-0.02755667,0.010457685,0.03758157,0.014628169,0.008907524,-0.024047168,0.0019445865,0.02979142,0.010796046,-0.0073967073,0.025935689,0.018334392,-0.00060049066,0.007203921,0.0102688335,0.029209126,0.010394734,0.017390132,0.011606536,0.012511452,0.0057993336,-0.021497665,-0.028249128,0.027525194,0.010323916,-0.0018983571,0.019278653,-0.01083539,-0.0026655688,-0.019121276,-0.013392762,-0.020411765,0.021088485,0.0107173575,0.03108191,-0.010323916,0.016681936,0.0022288484,0.03352125,0.026297655,-0.028611094,-0.0025573722,-0.0123383375,0.01584784,-0.018035376,0.003023601,0.0029940929,0.00839605,-0.0064681848,0.023386186,0.002309504,-0.0335842,0.038211077,0.00511081,0.020553404,-0.018790785,0.02782421,0.055081863,-0.014250466,0.023685202,-0.010701619,-0.01516325,0.007231462,-0.036039278,0.016146855,-0.0038360583,0.027462244,0.0213875,0.023102907,-0.00086360495,0.026077328,-0.019719308,-0.0029095027,-0.0054058917,0.0126058785,-0.017689148,0.010670144,-0.013762597,0.005087204,-0.03276584,-0.011960633,0.02193832,0.01874357,0.0033914691,-0.01523407,-0.03534682,-0.026376344,-0.01360522,0.002376389,-0.026297655,-0.037738945,-0.0055868747,0.001901308,0.006377693,-0.013258992,0.016351445,-0.0048708105,-0.0018481932,0.009064901,0.018239966,-0.05224908,0.0075619533,0.023134382,-0.0016652428,0.001878685,0.017484557,0.014061613,-0.012535059,-0.023921266,0.035567146,-0.007794084,0.013353418,0.015958004,0.014250466,-0.006531135,-0.037959274,-0.023842579,-0.012952107,-0.010489161,-0.020065537,-0.008246542,-0.06723135,-0.0066609713,0.029492404,0.004406549,0.032041907,-0.0010475391,0.010032768,0.01489571,-0.014360629,0.0015531118,0.0010937684,-0.029492404,0.0023547497,0.021639304,-0.03871468,-0.038022224,-0.0050793346,0.033112068,-0.032608464,-0.015674725,-0.002093111,0.015462266,0.014903579,0.00084442465,-0.004048517,-0.027635358,-0.0130858775,0.00768392,0.0023350776,-0.014502268,0.013211778,-0.040194023,-0.02870552,-0.0012334404,0.0031711417,-0.0074517895,-0.006149497,0.0031711417,0.015139644,-0.03393043,0.0014163908,0.0063068736,-0.0008601623,0.0039954023,0.0027757324,0.019561931,-0.004036714,-0.030641254,0.022898318,0.0016062265,0.015328496,-0.0023429464,-0.013015058,0.006826217,0.008647853,-0.024188807,-0.036322556,-0.02728913,-0.008340968,0.023795366,0.009780966,-0.010229489,0.0019672094,0.0042216317,0.0028957324,0.03317502,-0.03717239,-0.012448502,0.04176779,0.0013622926,0.014140301,0.0074714613,-0.024865527,0.0028406505,0.016414396,-0.0007681953,-0.037298292,0.01820849,0.0292406,-0.03688911,0.0043790084,-0.004135074,0.0224734,-0.047811057,0.000878359,0.011338995,0.018161278,-0.026108803,0.0049534333,-0.0039776973,0.044254344,0.0109298155,-0.02952388,0.03248256,0.013015058,-0.005220974,-0.0037908126,-0.013558008,-0.023826841,-0.020679306,0.0021186846,0.020757994,0.031443875,-0.013872761,0.031365186,0.03221502,-0.011425553,0.026517984,-0.0020340947,0.013502926,0.022740941,0.015257676,0.0061573656,0.002226881,-0.02308717,-0.005630153,0.01259014,-0.025227495,0.0060157264,0.0075265435,-0.03393043,-0.012684567,0.042963855,0.0076485104,-0.034685835,-0.010363259,0.018397342,-0.023795366,-0.01571407,0.0034347477,0.009238016,-0.025353394,0.031711414,-0.02411012,-0.014093089,0.0134478435,-0.006818348,-0.019593406,0.013471451,-0.0008154083,-0.01380981,-0.02152914,-0.02302422,0.008089165,-0.008045887,0.009733752,-0.0036236,0.003098355,-0.0006850807,-0.018334392,-0.0029665518,0.0132668605,-0.004595401,0.045576308,0.0017154067,0.026392082,-0.00920654,0.04198812,0.009867523,-0.002893765,0.019231439,0.013998662,-0.007801953,-0.03342682,0.027509457,-0.011024241,0.022221599,-0.007506871,0.020647831,-0.00086557213,0.04523008,-0.025495034,-0.0008099985,-0.010575718,0.02876847,0.004725237,0.008089165,-0.006755397,-0.037077963,-0.014140301,0.023276022,0.008073428,0.035063542,0.023213072,0.03641698,-0.0033560593,-0.011472765,-0.01773636,0.04894417,-0.0057127764,0.004083927,0.0027167161,0.02843798,0.0011085225,0.0080498215,-0.0063816276,0.013180303,0.0034740919,0.016131118,-0.005665563,0.013015058,0.016918002,0.011756044,0.0029547487,-0.0018393408,0.013975056,0.041264184,0.022017008,0.002734421,0.019451767,0.046079915,0.017279968,0.050801218,0.025557986,-0.043908115,0.020144224,0.03005896,0.00014680301,-0.007558019,0.008065559,-0.023999956,-0.027588146,-0.028579619,-0.0058111367,-0.012904894,0.021230124,0.0013868826,-0.026156018,-0.0024373725,-0.001164588,0.001281637,0.0012649157,0.021717992,-0.028516669,-0.021340288,-0.034780264,-0.007530478,0.027934374,-0.0012619649,-0.022017008,0.032136332,0.011496372,0.01164588,0.02294553,0.022709467,0.009080639,0.0011350799,-0.018460294,0.0035173704],"social":"https://www.linkedin.com/in/mariana-constantin-512759b9/"},{"title":"dropchat","description":"create a custom chatgpt using your own content","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=2uUzyYH32h4","youtube_transcript":"Hey, everyone. My name is Momen, and I'm working on drop chat. Drop chat is a way to create split up custom chat GPU type chat bots using content that you provide, like PDFs, and YouTube videos, stuff like that. So the way it works is you click build your own chatbot, and you log in. And once you're logged in, it looks like this. And as you can see, I've uploaded a PDF of the Bitcoin white paper. And I can just ask you, like, what is Bitcoin? And it'll give you an answer. So the things we tried to do to grow this were Twitter ads and that didn't work too well in terms of converting people. Also did post it on a bunch of, like, AI tools, directories, like, so many AI tools directories, and it didn't do that well. But the thing that really worked was just featuring in every issue of this newsletter. Daily zaps. And so far in season three, that's resulted in this many sign ups. So, yeah, that's a drop shot.","embedding":[0.02541701,0.007935067,-0.0062573887,0.011484149,0.020891542,-0.022177892,-0.022828814,0.05849012,-0.011174185,0.026052436,0.013134705,0.0076909703,-0.0098955855,-0.023944683,0.012003338,0.036420714,-0.004777313,-0.027245795,-0.04581261,0.012553523,0.01563766,0.039799318,0.024347635,0.018892277,0.026656864,-0.055731446,-0.01817936,0.023758706,0.002363472,-0.027168304,0.033197094,-0.014901497,-0.014436551,0.017202977,0.0006397841,-0.033600047,0.0065983487,0.054460593,0.04147312,-0.009980826,-0.0053507457,0.010213299,0.023944683,0.005990045,-0.06837796,-0.019915158,-0.046215564,0.027307788,0.04342589,0.036668688,-0.08176838,0.055917423,-0.019186743,0.029105576,0.0154206855,-0.04683549,0.00096621446,-0.0010693741,-0.057560228,0.006509234,0.015319948,-0.030934362,0.030980855,0.026610369,-0.021960916,0.012832491,-0.038466476,-0.03874544,-0.022813316,0.052910775,0.04829232,0.005029158,0.001341561,-0.03713363,-0.0056490856,0.019527704,-0.048602283,0.030453917,-0.025664981,-0.029012587,0.010399276,0.013204447,-0.036451712,-0.0007632852,-0.04147312,-0.018737296,-0.0009938206,-0.000505628,-0.023495236,-0.01656755,-0.064968355,0.021046525,-0.03561481,0.015141719,0.051050995,0.01037603,-0.016738031,0.029771999,0.040853195,0.019729178,0.024611104,-0.0080822995,-0.010484517,-0.016862016,0.018086372,-0.001905307,0.008562743,-0.037629575,0.0075011174,0.010825477,-0.0985684,-0.011809611,-0.018303346,0.0195432,0.0016563677,-0.018163864,0.07575509,-0.031058347,0.008454256,-0.023340255,-0.029446537,0.01802438,0.015870133,0.01079448,0.014126589,-0.020829549,-0.066456184,-0.027788231,-0.02839266,0.0065828506,0.020426597,0.028361663,0.043549877,-0.055111516,-0.026749853,-0.018008882,-0.034374956,0.027230296,-0.0059009306,0.0070477957,0.011600385,-0.029136572,-0.021201506,0.00833027,-0.05709528,-0.03161628,-0.033445064,0.022038408,-0.073399365,-0.007772336,0.00227242,-0.0049284203,-0.018086372,-0.016304081,-0.024983061,0.05108199,0.022813316,0.045285672,-0.03341407,-0.054801553,-0.0062457654,0.0107557345,-0.012863487,-0.020008147,-0.042124044,0.020442095,-0.016087107,-0.043921832,-0.07606505,-0.031414803,-0.014855002,-0.0017541999,-0.040946182,0.012832491,0.0140568465,-0.012228061,-0.0024622728,-0.05151594,-0.023433244,-0.019233238,-0.0041535115,0.006784327,-0.019899659,-0.015699653,-0.024626603,-0.042774968,-0.018644307,-0.04599859,-0.005335247,-0.04361187,0.014095591,0.042650983,-0.02236387,-0.0018810912,-0.0042968695,-0.0036943778,0.07085767,0.0062186434,0.030980855,-0.007597981,0.025742471,0.08982743,0.004265873,0.018892277,-0.020349106,0.020814052,0.03697865,-0.0019556761,-0.03130632,-0.002768362,0.050772026,-0.018892277,0.016226592,0.013041716,-0.040791202,-0.051143985,-0.07581708,0.047982354,-0.012600018,0.0018278162,-0.019496707,0.019109253,0.035645805,-0.031476796,0.0116701275,0.0019256484,0.028842106,-0.03127532,0.045161687,-0.017667921,0.022704829,0.026641365,0.0063774996,-0.03576979,0.054367606,-0.0031345063,0.037443597,-0.00454484,-0.015288952,-0.0008591802,-0.0005017535,0.0078498265,0.02166645,0.012398541,0.022766821,0.0036963152,-0.06689013,-0.039396364,0.03604876,0.05210487,0.056413364,-0.010383778,-0.0056025907,-0.01291773,0.01301072,-0.07160158,-0.021031026,0.023355752,-0.010073815,-0.020767557,0.046184566,0.008438758,-0.031740267,0.0045525893,0.008469754,0.01886128,-0.023076786,-0.037443597,-0.002770299,-0.01207308,0.013653894,-0.018380838,0.030391924,-0.009949829,-0.02744727,0.015017733,0.006823072,0.016753528,-0.008523997,-0.006307758,-0.04472774,0.0021600584,-0.008787466,0.020969033,-0.0108642215,0.019171245,0.0238052,-0.018644307,-0.015784893,0.00030754195,-0.0018888403,0.0021600584,0.021480473,-0.005982296,-0.010244295,-0.02812919,0.030763881,0.024595607,-0.009872339,0.0036188243,-0.027602253,-0.036854666,0.016025115,-0.016335078,0.011584887,0.0012834427,0.024192654,0.0018491262,-0.007617354,-0.07302741,-0.018504823,0.04912922,0.0060985326,-0.03161628,-0.008857208,0.009267909,0.061155807,-0.0037815552,0.0029543398,-0.051794905,-0.032949124,0.017853899,-0.018659804,-0.02473509,-0.025602989,-0.01707899,0.035149865,0.03214322,-0.0075437375,-0.046773497,0.037939537,-0.05346871,-0.018923273,-0.010662746,-0.0005051437,-0.016164599,0.021960916,0.0037408725,0.001825879,0.043890838,-0.031895246,0.010174553,-0.0022879182,-0.010205549,0.019357223,0.00036009046,-0.013576403,0.03017495,-0.045192685,0.025448006,-0.027230296,0.0136074,0.047300436,-0.08381414,0.03468492,0.036203742,-0.031321816,-0.057498235,0.01070924,-0.008624735,-0.04624656,0.052817788,0.031228825,-0.001530445,0.016056111,-0.006474363,-0.08939348,-0.017714417,0.0052073873,-0.032360192,0.016009616,-0.027586754,0.0125147775,-0.00072938297,-0.039551347,-0.001940178,0.066704154,0.008609237,-0.0036478834,0.026656864,0.029136572,-0.02115501,0.0053933654,-0.00522676,-0.0044402275,0.012631014,0.038869426,-0.01258452,-0.06527832,0.02278232,0.044324785,-0.06403846,-0.019279731,-0.018504823,0.01641257,0.045533642,0.008407761,0.0073732575,-0.01836534,0.008237281,0.010802229,0.004114766,-0.029679008,-0.01139116,0.040512234,0.03449894,0.0005700423,-0.033011116,0.0187063,-0.01631958,0.037877545,-0.046277557,0.050989002,-0.031290818,-0.020891542,0.052383836,0.0005046594,0.019930655,0.048757263,0.0671381,-0.02048859,-0.0747632,0.005811816,0.028175686,0.016211092,0.03555282,0.050524056,0.001160426,-0.02414616,-0.06676614,-0.013545406,-0.038652454,0.023231767,-0.023619222,-0.021898923,0.010624,-0.029276056,0.018427333,-0.0028787863,-0.002206553,-0.044138808,0.063976474,-0.03177126,0.0036982524,-0.026548376,-0.023526233,0.020767557,0.0023944683,0.012011087,-0.06112481,-0.020287113,-0.07172556,0.027741736,0.033104107,-0.051484942,-0.050183095,0.03874544,-0.02482808,0.025091548,0.0018946521,0.0123288,0.039551347,0.024347635,0.030066462,0.010670494,-0.03883843,-0.010631749,0.018163864,0.030763881,-0.005358495,-0.008090048,0.029973473,-0.026625868,0.05796318,-0.06905988,-0.022084901,0.016040614,-0.0016805836,0.01912475,0.021883426,-0.007636727,0.000653345,-0.0050640292,0.046122573,-0.0060714106,0.04125615,-0.0021736193,0.0029175319,-0.05380967,-0.0048083095,0.01914025,0.029586019,0.036854666,-0.019341724,0.0028458526,-0.001953739,-0.026300406,-0.08127244,0.031926244,-0.008508499,0.008446506,-0.009515881,-0.030360928,0.0484473,0.014831755,-0.021883426,-0.01521921,-0.018070875,-0.01266201,0.01777641,-0.038373485,-0.041783083,0.0015691904,0.012359796,-0.004649453,-0.009384146,-0.013553156,0.02227088,-0.0054437346,-0.021309992,-0.053344723,0.029446537,-0.0054514837,-0.0043472387,-0.014862752,0.0028284173,-0.023448741,-0.027354281,-0.01776091,-0.014638028,0.0134834135,-0.031244325,0.013018468,0.0068618176,-0.037939537,-0.030655393,-0.029694507,-0.03493289,-0.005959049,-0.03338307,-0.015343195,0.011313669,0.0065247323,0.010531011,-0.021759441,0.012623265,0.025494501,0.00760573,-0.015056479,0.006772703,0.046122573,-0.015180464,0.015784893,-0.04708346,0.016815523,-0.010825477,0.011422156,-0.01861331,0.039675333,-0.004358862,0.023774203,-0.03716463,-0.019682685,0.04531667,-0.0090509355,0.04175209,-0.003582016,-0.010910717,-0.025773467,-0.0100195715,-0.0014519854,-0.025556494,-0.013328432,-0.028919598,0.02090704,-0.004227128,-0.0365447,-0.0006480175,-0.05898606,-0.023944683,-0.033972003,-0.025138043,-0.03502588,0.00060636614,0.004533217,0.021495972,0.0025591364,0.013591901,-0.0002872006,0.012266807,0.020023644,-0.03815651,-0.003645946,0.006028791,-0.008043554,-0.0047501912,0.025695978,-0.029555023,-0.03722662,0.017977886,0.032949124,0.016521057,-0.04463475,-0.014630279,0.013746883,0.015684156,-0.016366074,-0.024983061,0.0065712268,-0.022022909,-0.0146845225,-0.0055832183,-0.0070632943,-0.04113216,-0.023169775,0.011615884,-0.013537657,-0.0021058149,0.03452994,0.03635872,-0.0062031453,-0.031476796,0.01912475,-0.00297565,-0.0069315596,0.01937272,0.030980855,-0.03638972,-0.02354173,0.03797053,-0.018055376,0.019853165,0.013188949,-0.0035917026,0.009043186,-0.009004441,0.008919201,0.014638028,-0.026362399,-0.027292289,0.008616987,0.025370516,-0.0450377,-0.0195432,0.005680082,0.018489325,-0.01658305,0.01122068,0.022069404,-0.020426597,0.024502618,0.011003706,0.019946154,-0.0055289743,0.022658335,-0.021464976,-0.006474363,-0.02922956,-0.02329376,0.005501853,-0.03800153,0.045936596,0.019481208,-0.0020631948,-0.022193389,0.031182332,-0.04522368,-0.00250683,-0.017295966,0.024363134,-0.05712628,0.0021523093,-0.02075206,-0.016459065,0.027090812,0.019016262,-0.016350577,-0.02166645,0.01886128,0.0078227045,-0.027013322,0.013467915,-0.070609696,-0.020581579,0.028160186,-0.033476062,0.020643571,-0.0003976251,-0.0039055406,-0.017466445,-0.008833961,0.0065944744,0.01802438,-0.015823638,-0.002270483,0.01886128,-0.013119207,0.019682685,0.016133603,-0.05492554,0.0025746345,-0.00030390956,-0.037257615,-0.006606098,0.013281938,-0.026300406,0.022456858,0.041101165,0.00884171,-0.02115501,-0.01656755,-0.002163933,-0.015761646,0.037567582,-0.0023905938,0.03477791,-0.03391001,-0.035583813,-0.009260161,0.0140568465,-0.00017956091,-0.014514043,0.008647983,-0.01751294,-0.008531746,-0.055793438,0.0029020335,0.024967562,-0.05033808,0.00079670316,-0.01683102,0.03307311,0.02854764,-0.019868663,-0.017481944,-0.00760573,-0.045409657,0.014266072,-0.045626633,-0.0297565,0.00730739,0.034033995,0.024983061,0.010314037,0.016304081,-0.036203742,0.0075011174,0.010042818,0.013049465,0.028408159,-0.011460902,0.017435448,-0.046215564,0.055049524,-0.016862016,0.025742471,-0.003310798,-0.033817023,-0.008353517,0.019760175,0.0021619957,0.035242856,0.0011323355,0.045688625,-0.011057949,-0.008988943,-0.0074081286,0.0013754632,-0.0043123676,0.0009686361,0.024161657,0.019744677,0.007439125,0.022890806,0.05625838,-0.03629673,-0.03611075,0.0048044347,0.015932126,-0.0010296601,-0.01198784,0.018520322,0.008314772,0.004157386,-0.0097870985,-0.00021903282,0.010507764,-0.010895219,-0.030934362,-0.016040614,-0.034467947,-0.020411098,0.002499081,-0.017636925,0.012948726,0.027137307,0.015870133,-0.07606505,-0.03902441,0.03254617,0.008066801,0.016428068,-0.0391174,0.012987472,0.012003338,-0.006764954,-0.029725503,0.03051591,-0.028764617,0.0113291675,-0.02065907,-0.0130339665,0.008973445,-0.008849459,-0.004045024,-0.0064394926,0.024347635,-0.043642867,-0.009546877,-0.032267205,0.027307788,0.006400747,-0.012956476,-0.0015207586,0.040078286,0.0021348738,-0.015195962,0.04630855,-0.022255382,-0.000092141505,0.021371987,-0.022472356,0.069679804,-0.0114376545,-0.00884171,0.02839266,-0.030918863,0.030732885,-0.020969033,-0.024673097,-0.025649482,0.0146845225,0.017915891,0.0028962218,-0.013026218,0.0034619053,-0.00070322974,0.025138043,0.008090048,-0.02744727,0.020287113,0.036327727,0.015234708,-0.023402248,0.006152776,0.0450377,-0.00747787,-0.028532144,-0.013250941,0.010166804,-0.039179392,-0.002576572,0.020705564,0.01861331,0.003310798,-0.02490557,0.02600594,-0.008206285,0.038962416,0.03775356,0.027555758,0.037195623,-0.025308523,-0.00128538,0.015699653,0.0032817388,-0.011716622,0.01402585,-0.030639896,-0.021526968,-0.012011087,-0.022875309,-0.0097870985,0.016707035,-0.030996354,0.0045952094,0.0033379197,0.021108517,-0.0101280585,-0.0033921634,-0.042712975,-0.033724032,-0.017388955,-0.041876074,-0.037877545,0.061310787,0.00078411086,0.0020690067,-0.021402983,-0.023526233,-0.0009512006,0.010724738,0.01232105,-0.0029349672,-0.04020227,-0.0036323853,0.0154749295,0.01588563,-0.046959475,-0.0054243617,0.009593371,-0.023510734,0.03800153,0.004258124,-0.014041348,-0.008446506,-0.025804464,0.03877644,-0.009019939,0.0054359855,-0.009980826,-0.0140568465,0.007105914,0.022007411,-0.006466614,0.038683448,-0.055886425,-0.0052732546,0.012181567,0.017032497,0.037691567,-0.0066099726,0.005625838,0.00391329,0.0018626872,-0.0016282772,0.042712975,-0.0039752824,0.004537091,-0.017373456,0.02754026,-0.002179431,-0.022007411,-0.0018355653,0.015792642,-0.03366204,0.005366244,0.041876074,0.024208153,-0.026749853,0.012987472,0.0084232595,0.02234837,-0.0051453947,-0.02320077,-0.022627339,0.04795136,0.0374126,0.030236943,0.07104364,0.0114764,-0.009949829,-0.0053158747,-0.006578976,-0.012150571,-0.04224803,0.014498544,-0.0025959446,0.01607161,0.017559435,0.019698182,0.028098194,0.017977886,0.015575668,-0.021340989,-0.013700388,0.032174215,0.000004449672,0.021402983,-0.0051647676,0.04088419,-0.016474562,-0.0033611672,-0.017574932,0.04410781,0.025804464,-0.03177126,-0.0010364406,0.0030143955,-0.027695242,0.011344666,-0.02831517,0.014715519,0.00018597812,-0.0050950255,-0.04097718,-0.03452994,-0.0031422554,-0.015544672,0.018721798,0.015180464,-0.0026211292,-0.009019939,-0.02558749,0.02185243,0.016288584,0.051236972,-0.003403787,-0.0271993,-0.04311593,0.0019547075,-0.013297436,-0.013661643,-0.0093454,0.056382366,-0.02966351,-0.015443933,-0.0022452984,-0.042403013,-0.013839872,-0.0011555828,-0.024843577,0.0017590431,0.011739869,0.027106311,-0.012700756,0.007439125,-0.011112193,0.014266072,0.024037672,-0.013328432,0.029973473,-0.04547165,-0.015358693,-0.014297068,0.011042451,-0.007412003,-0.013173451,0.04447977,0.025463505,-0.048478298,-0.019853165,-0.0004879504,0.012840239,0.0061644,-0.0046727,0.012553523,0.018256852,0.026904834,0.013227694,0.019419216,0.00052015757,-0.008268277,0.013522159,0.037815552,0.0014694209,-0.0049245455,0.01707899,0.004056648,0.0229528,-0.012034334,-0.022255382,0.009531379,0.01139116,0.0047618146,0.0010674369,0.03629673,-0.018737296,0.036203742,-0.014506293,0.015071977,-0.004351113,-0.0063852486,-0.014382308,-0.01266201,-0.041845076,0.020023644,-0.04615357,0.020612575,-0.026873838,0.0072725196,0.003411536,-0.0157229,-0.027431773,-0.012499279,0.012569021,0.004657202,0.015226958,0.055948418,0.0120653305,-0.012336548,0.006001669,0.0020631948,-0.013746883,0.01597862,-0.004358862,-0.0045177187,-0.020457594,0.009407394,0.017202977,-0.029059082,-0.011662378,-0.021077521,0.020364605,-0.0028865354,0.00943064,0.0040256516,-0.011747618,0.029787496,0.009058684,0.018504823,0.02626941,0.0016515244,-0.01980667,-0.016753528,-0.002299542,0.0058931815,0.012538025,-0.0016176222,0.0117786145,0.03604876,0.028780114,-0.003574267,-0.006656467,0.019248735,0.033042114,0.025680479,0.023495236,0.0018626872,-0.012142821,-0.034343958,-0.04370486,-0.014118839,-0.021108517,-0.001423895,0.0025300775,-0.026641365,-0.012429538,-0.006024916,-0.027664246,0.036668688,-0.008694477,-0.01428157,0.0077568376,0.0039830315,0.021464976,0.00122145,0.07594106,0.006044289,0.007911819,0.010290789,0.020612575,0.015048729,-0.010275291,-0.00535462,-0.026904834,-0.021139514,-0.007412003,0.023448741,-0.003339857,0.009484884,0.0004407294,-0.021186007,-0.013111457,-0.004157386,-0.007319014,-0.036482707,-0.0009967264,0.02024062,0.014103341,-0.021960916,-0.02168195,-0.018923273,0.007884697,-0.00599392,0.0007463341,0.042526998,-0.011367912,-0.03493289,-0.0161491,0.026594872,-0.00011750766,0.003047329,-0.031244325,0.0107014915,-0.026129926,-0.029477533,-0.0153664425,-0.0026734355,0.022766821,0.020535083,-0.02653288,-0.004234877,0.004521593,-0.0013396237,-0.017295966,-0.0280517,-0.0091051785,-0.0061837723,0.021449476,0.033724032,-0.0013764318,0.0024022174,-0.0032856134,0.018303346,0.015916627,0.026703358,-0.028904099,0.038466476,-0.00145586,0.0081365425,-0.009996324,-0.014258322,0.01580814,-0.038962416,0.025711475,-0.006392998,0.005618089,0.021309992,0.003651758,0.015064227,0.014583784,-0.015273454,-0.008407761,-0.020519586,0.019155746,0.030670892,0.00020910431,0.006962556,0.024192654,-0.0073655085,0.025448006,-0.009221415,0.0098955855,0.015343195,0.001947927,-0.011143189,0.0007749088,0.009740604,0.033848017,0.024409628,0.0075127413,0.02090704,-0.029105576,0.0016466813,-0.00274124,-0.00875647,-0.026424391,-0.0008417447,-0.013467915,-0.01003507,0.0008974413,-0.020969033,-0.010608502,0.008903703,-0.021759441,0.008795216,-0.008857208,0.02073656,0.0065712268,0.0009865558,0.0049787895,0.013731385,-0.024440626,-0.011623632,-0.03291813,-0.036203742,0.027679743,0.024580108,-0.009515881,-0.011127691,-0.008609237,0.01802438,0.02031811,-0.05849012,0.03536684,0.0115461415,0.013398174,0.005358495,0.034219973,-0.02600594,-0.010004073,0.003153879,-0.035242856,-0.03663769,0.0032236208,0.022549847,-0.03452994,0.013188949,0.020132132,-0.04181408,0.018597811,-0.0059203035,-0.012390792,0.008609237,0.009461637,0.039582342,0.017171979,-0.008531746,0.04742442,0.014235076,-0.0024254646,-0.031399306,0.04609158,-0.02354173,0.008694477,-0.011243927,0.019465711,-0.004537091,0.008283775,-0.033445064,0.026982326,-0.009198168,-0.039830316,0.01045352,0.018132867,0.010383778,-0.0075437375,0.01495574,-0.033724032,-0.0003467717,0.026207417,-0.03366204,-0.012716254,-0.026625868,-0.026625868,0.025401512,-0.03332108,0.014343563,0.009004441,0.022596342,-0.016521057,0.0030376427,-0.031182332,-0.027106311,-0.0005022378,0.0055987164,-0.009066434,0.006342629,-0.015443933,0.015746148,0.036420714,0.031492297,-0.008547245,-0.009081932,0.02304579,0.032236207,0.0072144014,-0.049594164,-0.03815651,0.0063193818,0.008911451,0.020473091,-0.0009725106,0.011414407,0.007582483,0.0080822995,0.0075631104,-0.0054127383,-0.030097459,0.011631382,0.019031761,-0.022921804,-0.010345033,0.028873103,0.023789702,-0.029059082,0.0069315596,0.0018985267,0.007869199,-0.025959447,0.015963122,0.014785261,0.04531667,-0.024843577,-0.012359796,0.0041845078,-0.0066254707,-0.00009952735,-0.01777641,0.019217739,-0.033476062,0.006148902,-0.028175686,-0.036668688,0.017838402,-0.060163923,0.012266807,0.0147930095,0.021480473,0.024626603,0.015831387,0.012700756,-0.016784525,-0.0011458965,0.01565316,-0.005126022,0.0009788068,0.038404483,-0.0035917026,0.00036856602,-0.0067417067,0.02991148,-0.0051376456,-0.01164688,-0.0054786056,0.013553156,-0.030624397,0.004242626,-0.025293024,-0.013398174,-0.0078498265,0.0059474255,-0.008779718,-0.005025284,-0.032267205,0.01980667,0.017574932,-0.040016294,0.047827374,-0.0154206855,-0.03017495,-0.0049749147,0.0067300834,0.010089313,0.01487825,-0.024347635,-0.016195595,-0.022968298,-0.026966827,-0.0161491,-0.017791906,-0.01139116,-0.02073656,-0.006327131,0.0030279562,-0.014219577,-0.0017319212,0.024084168,-0.0040682713,0.016846519,0.0053429967,-0.0006954807,0.042155042,0.010058316,-0.036513705,0.0121738175,0.0055793435,-0.0052345092,-0.00061411527,-0.013026218,-0.012770497,0.013677141,0.0029504653,0.02117051,0.014893748,0.023014793,0.00043104304,-0.0001737491,0.02575797,0.0055870926,0.009283408,-0.012398541,0.020426597,-0.0068889395,-0.014893748,0.0014374559,0.0187063,-0.026656864,0.041442126,0.0017590431,0.020783056,0.0050989003,-0.032329198,-0.0005501853,-0.00013924143,-0.008833961,0.027741736,0.0331351,0.030298935,-0.022797817,0.018923273,-0.0038493597,0.005513476,0.002626941,-0.044820726,-0.031476796,-0.03163178,-0.010639498,0.03697865,-0.039396364,-0.0031655026,0.0107014915,-0.022177892,0.015963122,0.0148705,-0.0021484348,-0.0009889774,0.038621455,0.03576979,0.026796348,-0.020039143,0.0018471889,-0.0037796178,-0.020380102,-0.015040981,-0.0050640292,0.008113296,-0.014087843,-0.031662773,0.03697865,-0.018520322,0.05411963,-0.0027664246,-0.014018101,0.025928449,-0.002043822,0.0049012983,-0.03263916,0.010329535,0.008291525,-0.012437287,-0.0561034,-0.0024603356,0.017032497,0.033848017,-0.020302612,0.035738796,0.00629226,0.00079089135,0.0059706727,0.026129926,0.0005855405,-0.037629575,0.0045177187,-0.007497243],"social":"https://twitter.com/_nwmo"},{"title":"unistart","description":"connect with founders from your school ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=18wwcYjk_Pk","youtube_transcript":"Hey. My name is Jerry, and I'm building a platform called UniStar. The go to platform for you to connect with founders from your school. And now, let me show you how the UniStar works. Once on UniStar, you can select the different university pages to look at all the start ups that came out of university I'm going to choose USCB class where I graduated from. Here, on this page, you can see the database of all the start ups are founded by USC students at Walmart. You can even filter and sort by various categories such as their venture stage when when they were added to the platform. If they're hiring, you can go to the job board to see the position there available for hiring. We even have a dedicated vertical social feed called spotlight. This allows people to upload projects that have came out of the community. Regarding the progress that we have made since joining those space. We have extended our platform beyond just USC. Previously, the website which is called u s c setup. Io. Now we're present at u c l a, micky Austin. We also started our media page where to organically grow our platform. This is where we post short reels of us interviewing founders, and one of them actually blew up got over twelve hundred likes and twelve thousand impressions. I think that's one of the reasons why we had this, like, spike in user growth. From here, we're also excited to announce that we are officially generating money as a platform by charging clients for our job board and our recruiting service using our media channels. So we have had our ups and downs, but we're also very excited for the next phase of our venture. Thank you so much.","embedding":[-0.019109959,-0.022758741,-0.031944584,0.052644674,0.0029069572,-0.0037197692,0.005476721,0.034585334,0.019280331,0.016937727,0.00065131456,-0.045858223,-0.04057672,-0.013537404,0.030808777,0.0019237738,-0.02488838,-0.022389604,-0.072862044,0.021338983,0.052105166,0.0038475476,0.020416139,0.03208656,0.0068432395,-0.030269267,-0.001992987,0.032398906,-0.04971997,-0.007737688,0.04523353,-0.038305104,-0.0024686065,0.048924904,-0.030382847,0.033705086,0.022886518,0.0125364745,0.006999413,0.04063351,-0.00383335,0.008660532,0.050202686,-0.029360622,-0.04588662,0.009767944,-0.0300705,0.02724518,0.010094488,0.026166163,-0.06525213,-0.029062472,0.022105651,0.011471655,-0.024746403,-0.045432296,0.034613732,0.032881625,-0.007950651,0.019251935,0.025385296,-0.005881353,0.048016258,-0.01244419,-0.008625037,-0.027713701,0.0032299524,0.042535987,-0.03325076,0.046624895,0.05343974,-0.01250098,0.029417412,-0.021381574,0.007088148,-0.012997896,-0.02990013,0.024959369,0.013274749,0.0051856707,0.045915015,-0.0016211875,0.007950651,-0.005338295,-0.029360622,-0.0021083425,-0.014651915,-0.030808777,-0.0020444533,0.061787922,-0.007851269,0.0412866,-0.0017347684,0.02990013,0.053098995,-0.017406248,-0.021850094,-0.0074750325,0.097963385,0.0000079306865,-0.025072949,-0.04026437,-0.016781554,-0.026137767,0.0025218474,-0.012827525,0.012990797,-0.01881181,0.017477237,-0.02217664,-0.12982279,0.02524332,-0.0023284052,0.04233722,0.015645746,-0.005881353,-0.0039007885,-0.04051993,-0.02972976,0.005650642,-0.018527858,-0.02152355,0.022304418,0.006768702,0.04162734,-0.010158378,-0.044892788,0.04293352,-0.04966318,-0.05105454,-0.0038298005,-0.017377853,0.009576276,-0.019606875,-0.009980908,-0.022574171,-0.015503771,-0.0524743,-0.005821013,0.00259461,0.033335947,-0.043245867,-0.0021953029,-0.031632237,-0.028522963,-0.04571625,-0.04140018,0.046937242,-0.047277983,-0.032001372,-0.0112302955,-0.01014418,-0.038418684,-0.030893961,0.0075318227,-0.013409626,-0.011663322,0.019010577,0.01462352,-0.024760602,0.012983698,0.03981005,-0.00013276968,0.004110203,-0.004358661,0.017377853,0.01786057,-0.077348486,-0.08876335,-0.026549498,-0.014694508,-0.07212377,0.008170715,0.03574954,0.032285325,-0.04458044,-0.008092628,-0.04529032,0.00070455554,-0.063718796,-0.013594195,-0.027174192,-0.027287774,-0.06752375,-0.053752087,0.021267993,0.002165133,-0.02412171,0.006314379,-0.0066196276,0.0063321264,0.037708804,0.012316411,0.0054944684,0.013061785,-0.0130120935,0.026563697,0.0061901505,-0.011166407,-0.019095762,-0.03231372,0.045744643,0.028011851,0.02075688,-0.00212254,-0.041712526,-0.0032601221,0.050742194,-0.025271716,-0.005480271,0.05224714,0.019635271,-0.012422893,0.03586312,-0.026322337,-0.018982181,-0.048555765,0.034045827,0.0036416824,-0.017959954,0.00027729673,0.057528645,-0.016185256,-0.016284639,0.004181191,0.055115055,0.03336434,-0.030297663,0.03407422,0.017363656,0.005242461,0.03455694,-0.0028022497,-0.04117302,-0.023979735,0.008639235,-0.019322924,-0.056364443,0.022673555,0.0253569,-0.017306866,-0.0002766312,0.013509009,0.030695194,0.035295215,0.000931717,-0.019550085,-0.03574954,-0.015063645,0.092965834,0.04830021,0.007560218,-0.019109959,0.031007541,0.032995205,-0.016085872,0.006626726,0.022034664,0.07007932,-0.01598649,0.009242632,-0.024874182,-0.03662979,-0.008475963,-0.04546069,0.016653776,-0.03001371,-0.014105308,-0.0099241175,-0.009988006,0.0036665283,0.008184912,0.009036767,0.017349457,0.0010248887,-0.011925978,-0.0043160683,0.036118675,-0.006058823,0.029005682,0.00034340427,0.004223784,0.011017332,0.03220014,0.022787137,0.030042106,0.013650985,-0.010222266,-0.051111333,0.015489574,0.0033772523,-0.016738962,0.041002646,0.027827282,0.01309018,0.020771079,0.052389115,0.016596986,0.011045727,0.006055273,0.0045538777,-0.04722119,-0.024703812,-0.01663958,-0.014438951,0.014282778,0.031405076,-0.020061199,0.0023142076,0.008227505,-0.025229122,0.0026602738,0.027401354,-0.006445707,-0.0102506615,-0.0046568103,0.029701363,-0.037964363,-0.012934007,0.034045827,0.016824147,-0.035948303,-0.015702538,0.0070207096,0.03958289,-0.046852056,0.06127681,-0.02559826,0.028409382,-0.019010577,0.038475476,-0.030695194,-0.033477925,-0.017704397,0.016114268,-0.05991384,0.010726281,-0.035664354,0.0007138727,0.011173505,-0.03214335,-0.051395286,-0.008745717,0.012302214,0.055001475,-0.017676003,0.01114511,-0.017534027,0.028139628,0.0054092826,-0.0013878146,-0.018740822,0.027287774,0.011961471,0.02094145,-0.02023157,-0.014517038,-0.018243907,0.025257517,-0.003442916,0.00748923,0.043927353,0.029034076,-0.012941105,0.029871734,-0.0086179385,-0.04105944,0.014779693,0.047050823,-0.05985705,0.003315138,-0.034131013,0.045915015,0.023709979,0.00080970646,-0.0009947189,0.027273575,0.02094145,-0.0036771765,0.051878,0.079052195,-0.005508666,-0.030155687,-0.009427201,-0.044040933,0.0037020224,0.04211006,-0.038447082,-0.007879664,0.007744787,0.023284052,-0.015830316,0.032058164,-0.023795165,0.04162734,0.038816217,0.02111182,0.009058064,0.009100657,-0.031291492,-0.009668561,-0.034017432,-0.036601394,-0.035806328,-0.0025307208,-0.0094343005,-0.0013629689,-0.0050117504,-0.014722903,-0.026521103,0.01321086,-0.062242247,0.06939783,-0.01787477,-0.018698229,-0.011329679,-0.048555765,-0.04517674,0.04878293,0.07683737,0.00061936997,-0.059402727,0.043444633,0.006562837,0.0112302955,-0.015532167,0.05329776,-0.002441986,-0.0041208514,-0.017718596,-0.026577894,-0.0036629788,-0.012004064,-0.017150693,-0.024760602,0.0075389217,0.02600999,0.036289047,0.042138454,-0.015645746,-0.032001372,0.059118774,-0.04228043,-0.018698229,-0.015929699,-0.022559974,0.0151488315,0.0075815143,-0.050089106,-0.0033169126,-0.006829042,-0.06411633,-0.02995692,0.060879275,-0.06672868,-0.025030356,0.027429748,-0.01698032,-0.015588957,0.014595125,0.0056577404,0.05105454,-0.02990013,0.030098896,0.024377266,-0.012706845,-0.044495255,-0.007687996,0.013118575,-0.018329091,0.011386469,-0.049577992,0.022801334,0.014339568,-0.04682366,-0.010690787,0.003396774,-0.043955747,0.018655637,-0.041371785,-0.011514247,0.021665527,-0.031064333,0.06127681,0.0133386385,-0.008475963,-0.0056364443,-0.0018439123,-0.03225693,0.061901502,0.050997753,0.052275535,0.04824342,-0.016738962,-0.060708907,-0.04611378,-0.009654363,-0.04642613,-0.04441007,-0.007702194,0.058664452,0.00518922,-0.012763635,0.04398414,0.053808875,0.0057358276,-0.07638305,-0.0072407722,0.005480271,0.037595224,-0.053922456,0.0041953884,0.01663958,0.030950751,-0.0023071088,-0.006232743,-0.0054660733,0.011748508,0.0017267822,-0.0024082665,0.010541713,0.005632895,0.0051501766,0.0006570823,-0.006026878,-0.00089977245,-0.024448255,0.0026939933,-0.033818666,-0.0063534225,-0.037850782,-0.037169296,0.01780378,-0.00078885374,-0.030808777,0.02967297,-0.034301385,-0.012025361,-0.0014037869,-0.0068219434,-0.027401354,0.019266132,0.052871834,0.0154611785,-0.002983269,0.019507492,0.02165133,-0.0018687581,-0.012103448,0.047079217,0.024235291,-0.033477925,0.023298249,-0.0019326473,0.021892687,0.0028093485,-0.02229022,-0.019024774,0.02234701,0.022673555,-0.004198938,0.011329679,-0.013558701,0.050912566,0.00424863,0.010030599,0.005962989,-0.013331539,-0.038816217,0.015517969,0.00831269,-0.02500196,-0.010598503,-0.042308826,0.039724864,0.006346324,-0.028565556,-0.0077944784,0.0055406103,0.02087046,-0.05318418,-0.042138454,0.000081857994,0.0007085486,-0.014225988,-0.014261481,-0.01267845,-0.008099726,0.039724864,0.008951582,0.02341183,-0.007993245,-0.0034003234,-0.0028980835,-0.016142663,0.012458388,0.001792446,-0.0130262915,-0.006161755,0.013196662,-0.011059925,0.0028856606,-0.017732793,-0.01746304,-0.023198865,-0.021069227,-0.0073969457,0.00050889497,0.010534613,0.005650642,0.0042557283,0.019564282,-0.022488987,0.010044796,-0.014708706,-0.0067296587,-0.01527661,-0.017022913,0.043018706,-0.03591991,0.012870118,-0.017420447,-0.0044544945,0.020174779,0.030269267,-0.013601294,0.003691374,-0.02530011,0.019819839,0.0012085701,0.04003721,0.01703711,0.01462352,-0.005348943,0.0035068053,-0.018542055,-0.00861084,0.05378048,0.012642956,-0.027656911,-0.002536045,0.015517969,0.0018030943,-0.026265547,-0.0014046743,0.018896995,-0.009888623,0.01875502,-0.0026904438,-0.003851097,-0.027415551,-0.0005732278,0.06616078,-0.0036842753,0.0105630085,-0.0065663867,-0.028196419,-0.0063250274,-0.0003252136,0.014765496,-0.0019361967,0.069738574,-0.007915158,-0.05082738,-0.030042106,0.019209342,-0.005920396,0.022446394,0.017888967,0.002607033,-0.022900717,0.011769804,-0.012202831,-0.038787823,0.011727211,0.011081221,-0.00460002,-0.028026048,0.038787823,0.007152037,0.005391536,0.032228537,-0.022957508,-0.012380301,-0.018598847,-0.0130262915,-0.013416725,-0.0021420617,0.008759915,-0.023922943,0.007908059,0.020955646,-0.0034287185,-0.0024615077,0.0016717665,-0.03685695,-0.025328506,0.020330952,-0.011464556,-0.07206698,0.0052353623,0.00039975098,-0.030184083,-0.0065486394,-0.0037339667,-0.024490846,-0.012415795,0.0025697642,-0.017022913,0.018314894,-0.024462452,-0.010783072,-0.012096349,-0.012217028,0.0042628273,-0.003961128,-0.008979977,-0.071385495,0.027784688,-0.0033080392,-0.026748264,0.014793891,0.017079704,-0.0035706945,-0.017306866,-0.009633066,-0.0006486525,-0.0070207096,-0.014162099,-0.002312433,-0.017150693,0.0047384463,-0.023227261,0.014836485,-0.021921083,0.013345737,-0.03603349,-0.027202588,-0.048498977,-0.031234704,-0.031064333,0.031632237,-0.0129695,0.060708907,0.01091085,-0.011705915,0.004859126,0.03631744,-0.022077257,-0.002500551,-0.035834722,0.014041419,-0.006090767,0.022034664,0.012330609,-0.0053276466,0.022602567,0.0154469805,0.012153139,0.050628614,0.0071094446,-0.000009961885,0.0013310243,0.020018606,-0.008099726,0.03160384,0.048669346,-0.008483062,0.024746403,0.0024881281,0.0013700677,-0.014680311,-0.014879077,-0.03373348,-0.014183395,-0.01999021,-0.02234701,-0.01744884,0.010697886,-0.004930114,0.0017445292,0.00090598385,0.042763148,-0.011975669,0.004759743,-0.05096936,0.011130912,0.020018606,-0.03012729,-0.013814257,0.004731348,0.00042526226,0.00009827396,0.0021207654,0.01314697,0.010428132,0.018187117,-0.049208857,-0.01692353,0.030808777,-0.016128466,-0.027387155,0.0032814185,0.038532265,-0.005448326,0.00890189,-0.0117201125,-0.009625968,-0.031831004,-0.028097035,-0.022829728,0.015432783,-0.01621365,-0.008149418,0.018584648,-0.012756537,-0.0038830417,-0.030950751,0.004649712,-0.0056293453,0.037595224,0.012060855,-0.025569864,-0.020018606,0.022205034,0.0038404488,-0.0300705,0.017065506,0.0018563352,-0.008596642,0.0057997163,0.025143936,0.0016859641,-0.024817392,0.052701462,0.012955303,0.012770735,0.0024632823,-0.02683345,0.014339568,-0.009391707,-0.019677863,-0.04441007,-0.009902821,0.018442674,-0.007638305,0.003851097,-0.020487126,-0.017079704,-0.056279257,0.026932834,-0.011294185,0.0061262613,-0.047419958,-0.02623715,0.043075494,-0.0035422994,-0.010818565,-0.017292667,0.0010115785,-0.016483406,0.012664253,0.011123814,-0.027018018,0.019635271,-0.0020834967,0.022077257,0.030184083,0.040945858,-0.004106654,-0.00873152,0.042394012,-0.0122099295,-0.0012094574,0.04046314,0.03685695,-0.06479781,0.023638992,0.0036044137,-0.01079017,0.008419173,-0.031035937,-0.017761188,-0.01621365,-0.01722168,0.03154705,-0.0066480227,0.038674243,-0.027159994,-0.012451288,0.012288016,-0.0023017847,0.013132773,-0.022276023,-0.004582273,0.015361795,0.004330266,0.02187849,0.009540782,-0.035579167,-0.00554416,-0.002871463,-0.006364071,0.01497846,-0.0045183836,0.01126579,-0.013707776,-0.0017400924,-0.01699452,-0.014907472,0.013899443,0.021480957,0.043331053,0.0014321822,-0.0030986245,0.019819839,0.009370411,0.0070774998,0.002582187,0.011017332,0.008880594,-0.0003507249,-0.0043799574,0.0022325714,-0.015219819,0.010548811,-0.032114953,0.01344512,0.015958093,0.020799473,-0.005998483,0.0049798056,0.017605014,-0.0017578395,-0.007095247,0.02211985,0.017605014,-0.022134047,-0.02559826,0.028324198,0.028863706,0.031035937,0.007034907,-0.03373348,0.0053099,-0.0026602738,0.007517625,0.008326888,0.034159407,-0.027614318,-0.011492951,-0.028522963,0.010591404,-0.026407523,-0.036601394,0.02305689,0.0027880522,0.02453344,0.045744643,0.029360622,-0.027472341,0.02376677,0.0010381989,-0.0005213178,0.0026336533,-0.020785276,0.019337121,-0.005785519,-0.009498189,0.06263978,-0.01338833,0.026961228,0.0044331984,0.012146041,0.02583962,0.019109959,0.016412416,0.019890828,0.00978924,-0.009235534,0.0092852255,0.014495742,0.0072762663,-0.011159307,-0.0009947189,0.00036736272,-0.035437193,0.019748852,0.023326645,0.0009423652,-0.01716489,-0.0017888966,0.0039788755,0.020259965,0.0010932146,-0.023170471,0.0045609768,-0.043898955,-0.038816217,0.01692353,0.018868601,-0.0021420617,-0.042365614,-0.024689613,0.010761775,-0.024036525,-0.014438951,0.019677863,0.004905268,0.0020870462,-0.017974151,0.00016815274,-0.002954874,0.026435917,-0.028309999,-0.055824935,-0.027372958,0.00371622,-0.035806328,-0.042535987,0.031263098,-0.006917777,0.0016939503,-0.044069327,-0.0017179087,-0.007052654,0.014013024,-0.012941105,0.041428573,-0.018570451,0.019961815,-0.020955646,-0.014360865,0.028991483,0.014240186,0.013459317,-0.0038049547,-0.018116128,-0.009228435,-0.0101015875,-0.030865567,-0.012373202,0.03549398,0.0206433,-0.02204886,0.022673555,-0.004500637,-0.0006770477,0.027940862,0.04086067,0.023823561,0.020472929,0.033705086,0.01692353,-0.020203175,0.0016797527,0.015929699,0.019365516,-0.022673555,0.0036842753,-0.036431022,0.0069852155,-0.008220406,-0.026861845,-0.012153139,-0.03992363,0.013707776,-0.0030702294,0.0060410756,0.0031678379,0.0106127,0.011315481,0.011507149,-0.015659945,-0.02165133,0.0003660317,0.014836485,-0.039895236,0.012018262,0.015574759,0.008412073,0.028380988,0.005973637,-0.016824147,-0.019535888,0.010037698,-0.02170812,-0.030411243,0.005849408,-0.0017809105,0.017647607,-0.0031092728,-0.03631744,0.009696956,-0.01763341,0.0017986575,0.023383435,0.024050722,0.025697643,0.016227849,-0.024462452,0.007176883,-0.0025626654,0.018925391,0.00861084,-0.026052583,0.000009324102,-0.017761188,-0.0013514333,-0.028863706,-0.005089837,0.017420447,-0.007382748,-0.015404388,0.0118691875,-0.02972976,0.0054057334,-0.0045503285,0.0025981595,-0.002324856,0.022020467,0.003939832,0.005253109,0.019365516,0.020742683,0.018967984,0.0076667,0.035579167,-0.029218646,-0.000004225309,0.040917464,-0.04452365,0.0027259379,0.008866397,-0.0021420617,0.0061901505,-0.019209342,0.005714531,-0.0072762663,0.0068219434,-0.010896652,-0.009661462,0.026336534,0.018669834,0.03237051,0.017306866,0.032597672,0.07411143,0.010541713,0.027869875,-0.024930973,0.004507736,-0.0051288805,-0.032398906,-0.0015253539,0.026336534,0.005171473,0.0034216198,-0.03396064,0.0037730103,-0.0009760845,0.035352007,-0.027174192,0.026762461,-0.008248801,0.014822287,-0.018187117,0.026790857,0.008170715,0.00131239,-0.01114511,-0.020827869,-0.011436161,0.03131989,0.017718596,0.0154469805,0.014375063,0.039838444,-0.007042006,0.00218288,0.029871734,-0.0044048033,0.030411243,-0.027514935,-0.0041208514,0.046596497,0.010996035,-0.0025289461,-0.009313621,0.036005095,-0.027671108,-0.0070774998,0.008596642,-0.0224038,0.007460835,-0.013430922,-0.046227362,-0.03197298,-0.02990013,0.020629102,0.006704813,0.027003821,0.024135908,0.027642712,0.034954473,0.0300705,-0.03313718,0.001126934,0.013615491,-0.009015472,0.0110670235,-0.009888623,0.02694703,-0.013778764,-0.03279644,0.011166407,0.011705915,0.00843337,-0.005348943,-0.00383335,0.007169784,-0.026350731,-0.0005324097,0.00073960586,0.017321063,-0.019791445,-0.009796339,-0.043785375,0.0003221079,-0.018002547,0.028622346,-0.037254483,0.027401354,0.013260552,0.023085285,-0.01916675,-0.0047845887,-0.0353804,-0.016909333,0.030098896,-0.0022024016,-0.02294331,0.01044233,-0.0077234902,-0.03631744,-0.015205622,-0.0027152896,-0.00046985157,0.004159895,0.013416725,0.009519486,-0.019251935,-0.03981005,-0.05383727,0.016909333,-0.026407523,-0.024661219,-0.018726625,0.030354453,0.010470725,0.0075460207,0.046965636,-0.0015262412,-0.020898856,0.0028182222,0.00003230507,-0.054689128,0.013970431,0.040434744,0.023695782,0.0016824147,0.0030897511,0.0031802608,0.006846789,-0.020203175,0.0061475574,-0.02175071,-0.0075744158,0.0011730761,0.007496329,0.0054163816,-0.015858712,0.045801435,-0.03986684,-0.018187117,0.004674557,0.012138941,-0.042308826,-0.0027348113,0.0038723934,-0.022134047,0.0015981165,-0.0066728685,0.020969843,-0.0028270956,-0.011471655,0.0027809534,0.015631549,0.0060304273,0.044040933,0.04211006,0.019038972,-0.028182222,-0.0016549069,0.018655637,-0.026350731,-0.0026389775,0.01733526,-0.0049975524,0.0033417584,-0.019734655,0.0059771864,0.009753746,-0.01705131,-0.0051927697,0.00024313378,-0.01675316,-0.047902677,-0.013807159,-0.039781656,0.0113793705,0.022148244,-0.020132186,-0.013217959,0.027387155,-0.0029566486,-0.016384022,-0.0141549995,-0.0077873794,-0.039668072,-0.0025289461,0.0026993172,0.019436505,0.0030755536,-0.012877217,0.014013024,0.01668217,0.0014907472,0.010208069,-0.019038972,0.0031589644,0.0330236,-0.01851366,-0.051565655,-0.013551602,-0.060765695,0.0083055915,0.024490846,-0.015972292,-0.0066906153,0.0029672969,0.012813327,0.02618036,-0.027472341,-0.008717322,0.024462452,0.02623715,0.036573,0.014651915,-0.0042557283,0.00024468664,0.0073046614,-0.003886591,-0.045858223,0.013821356,0.032228537,-0.011933076,0.071158335,-0.014183395,-0.008653433,-0.027174192,-0.011670421,0.04256438,0.04122981,-0.010981838,-0.0009654363,0.0056648394,0.0075034276,-0.028380988,0.012401597,0.0151488315,-0.03722609,0.031831004,-0.018258104,0.008092628,-0.0144673465,-0.026052583,0.021381574,-0.0006717236,0.016653776,0.01574513,0.03768041,-0.026663078,0.0033506318,0.0072975624,-0.0347841,-0.01810193,0.033193972,0.0047561936,-0.0057251793,-0.007872565,0.0005576992,-0.036601394,0.047079217,-0.05679037,0.007027808,-0.013615491,-0.026393324,0.024363069,0.032824833,-0.028650742,-0.016114268,0.0015147057,0.020316755,0.0065060467,-0.0045254827,0.012075053,0.022105651,0.0010941019,0.014424754,0.009732449,-0.040349558,-0.018243907,0.0056896852,0.031206308,0.004145697,0.0072230254,-0.029530993,0.019919222,-0.031632237,0.013572899,0.0058423094,-0.028168024,0.0035547223,-0.0063782684,-0.000032748743,0.01527661,-0.006935524,0.012288016,-0.035437193,0.02500196,0.003373703,-0.009725351,-0.01226672,0.015872909,0.03574954,0.019053169,0.020685893,0.004017919,0.021126017,-0.004859126,0.0062433914,-0.010477823,0.02087046,-0.008703124,-0.019720456,-0.008539852,0.0022591918,-0.024164302,-0.0026176812,-0.033563107,0.014495742,0.0023213064,0.03560756,0.03214335,-0.018371684,0.033108786,0.010917949,0.019436505,0.033222366,0.039526097,0.016880937,0.02518653,-0.011301284,-0.009980908,0.0057358276,-0.017590817,0.043671794,-0.00542703,0.041968085,0.014737101,0.014367964,0.020898856,0.020203175,-0.018471068,0.014176296,-0.031461865,0.01492167,0.008419173,-0.007176883,0.011627829,-0.015730932,0.005828112,0.022659358,0.005277955,-0.00896578,0.0036381332,-0.009185842,0.017136494,-0.0008793634,0.023993932,-0.06025458,0.009405905,0.032285325,-0.01793156,-0.005455425,-0.0028235463,-0.021438364,-0.01032165,-0.060879275,-0.02606678,-0.027500737,0.025612457,0.023468621,-0.011329679,0.003072004,0.008383678,0.038532265,-0.032171745,0.047789097,-0.010996035,-0.02264516,-0.04350142,-0.023568004,0.0442397,-0.0048378296,-0.009185842,0.031717423,0.03154705,0.05284344,0.021012437,-0.000785748,0.02677666,0.0055938517,0.031291492,0.0077589843],"social":"https://www.linkedin.com/in/jerryteng/"},{"title":"kirl oracle cards","description":"elemental guidance cards for introspection and self-discovery.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=3l_4qCpi018","youtube_transcript":"Hi. My name is Darby Bailey. And for nights and weekends season three, I am creating oracle cards using the table of elements, so I'm combining science and mysticism. And I am also using AI art to generate the cards chat GDP to gamify the interpretation guide. The launch plan was to have TikTok lives on a regular basis, but that didn't work out. So I posted readings on TikTok as evergreen content. The oracle card deck has a message for you from Beryllium. Beryllium. Is the fourth lightest element in the periodic table. Beryllium symbolizes lightness, agility, and the ability to navigate through life with grace The original goal was to make money from TikTok lives. But since I wasn't doing the lives, I created a gumroad digital download product for presale for the cards themselves. For the stats, while I didn't hit the total goal that I wanted to, I did sell one gumroad product to friends and family for presale. And now Because of all the working parts, I have a system in place to keep going and to continue building the deck and some other unintended consequences that came from this in a good way are that I will be teaching two classes at continuing ed this fall for the University of Utah in artificial intelligence. And also in cryptocurrency in the blockchain. And moving forward with my oracle cards and helping people self lead and find inner guidance.","embedding":[0.0337648,-0.016323488,0.020219427,0.06318982,0.0062630908,-0.017194731,-0.03590181,0.026778411,-0.022372877,-0.00876997,0.005765824,-0.06611588,-0.004574029,-0.072329655,0.022093423,0.043463547,-0.0065795328,-0.04057036,-0.01813173,0.020548198,0.007339816,0.008169963,0.016446777,0.0036637436,0.026482517,-0.044055335,0.02441126,0.043562178,0.027600339,-0.04181969,0.029605843,-0.041753937,0.0298853,-0.052866403,-0.06157884,-0.030312702,0.007389132,-0.0029774338,0.014202914,-0.039847065,-0.022701649,-0.03682237,0.060592525,0.019200236,-0.055891097,0.02051532,0.022060545,0.000033230288,0.057041798,-0.0074261185,-0.077129714,0.021271495,-0.005174036,0.059376072,-0.03442234,-0.03337027,-0.07936536,0.052997913,-0.037808683,0.0028438705,0.053162295,-0.028981177,0.040438853,0.011926174,-0.06930496,-0.019167358,-0.04763894,0.025282502,-0.023638647,0.012033025,0.029918175,0.019298866,-0.014893333,-0.040274467,-0.0057165087,0.015189228,-0.031857926,0.018493379,-0.015764577,-0.058619898,0.006920633,0.030263385,0.014860457,0.019529007,0.005605548,-0.05566096,0.019397499,-0.011449455,-0.036625106,0.023671525,-0.03741416,-0.019907095,-0.026383886,0.0075576273,-0.006990497,-0.0044630687,-0.02427975,0.037019633,0.027551023,-0.018855026,-0.009501487,0.0005964114,-0.006443915,0.04001145,0.063650094,0.016594725,-0.022866035,-0.0031664772,-0.04402246,-0.0089179175,-0.16175541,-0.033436026,-0.008305581,-0.04024159,0.020252304,0.0248551,0.028044181,0.009649433,-0.0070521412,-0.055102047,-0.07318446,0.005712399,0.010454923,0.0337648,-0.0044548493,-0.012698786,-0.015887866,-0.051847212,-0.06167747,-0.0069617294,0.07167211,0.002103108,0.06654328,-0.051025283,-0.024361944,-0.052636262,-0.02746883,-0.009649433,0.0017743369,-0.019529007,0.012230287,0.0015647452,0.016578285,-0.048362236,-0.05345819,-0.022668771,0.026466079,0.02906337,-0.039255276,-0.008827506,-0.020827653,0.009131619,-0.006665835,-0.0014157709,0.047474556,0.0016346091,-0.027172936,0.053063665,0.013446741,-0.030740105,0.039452538,-0.019545445,-0.012115218,-0.034389462,-0.041852567,0.009443952,-0.022668771,0.012164533,-0.059441827,-0.035408653,-0.038959384,-0.00404594,-0.026153745,-0.0005129344,-0.001641801,-0.020137234,0.038137455,-0.022701649,-0.0026301693,-0.045666315,-0.017030347,-0.0053096544,-0.022882473,-0.024098925,-0.07305295,0.06614876,-0.01083301,0.0031664772,-0.01128507,0.01959476,-0.0011065204,0.067332335,0.021945475,0.02416468,0.04948006,-0.019446814,0.06825289,-0.027288007,0.007882289,0.0415238,0.039025135,0.016150882,0.062400766,0.05053213,0.0028890765,-0.014687852,0.010783694,-0.0010808352,0.006246652,0.0048863613,0.06657616,-0.03853198,-0.002268521,0.040767625,-0.042674497,-0.028800353,-0.027238691,0.025742782,0.033107255,0.041458044,-0.021616705,0.03088805,0.032351084,-0.0074918726,0.010282318,0.020548198,0.06657616,0.009476828,0.018394746,-0.010315196,0.009369978,0.01780296,0.01163028,-0.017704327,0.043036144,0.0065261074,0.037644297,-0.01734268,0.04481151,0.004643893,-0.0047712913,0.01959476,-0.003489084,0.008375445,-0.01607691,-0.0041240235,-0.026022237,-0.050203357,-0.0050836243,0.041984078,0.008046675,-0.036230583,0.036921002,0.021172862,-0.004738414,-0.008182292,-0.020449566,0.024477012,-0.0014034419,-0.01732624,0.014581001,-0.005527465,-0.0047014276,0.01778652,-0.01985778,-0.00046053648,-0.03088805,-0.0030616815,-0.024148243,-0.0075617367,0.045403298,-0.023342753,0.011959051,-0.008876821,0.013750854,-0.044153966,-0.023457823,0.027731847,0.04734305,0.013742635,0.00467266,0.05641713,0.0009960738,-0.00021704033,-0.013060435,0.028997617,0.02462496,-0.03348534,-0.023424946,-0.02986886,0.011457675,-0.027041428,0.027781162,0.0056836316,0.0037089498,-0.018904341,0.036526475,-0.006419257,0.0028007193,0.024690714,-0.010315196,-0.008050784,-0.00025248597,-0.0033534658,0.009822039,0.018082414,0.028290758,0.023786593,0.030000368,-0.016175542,0.016101567,0.04684989,0.039288156,-0.014844018,-0.022487948,-0.019676954,-0.0074261185,-0.006180898,0.025035923,-0.08048318,-0.005206913,-0.007927495,0.023079736,0.00091079884,-0.0046233446,-0.028783916,0.022652334,-0.014063187,0.000023357521,-0.03478399,0.018838588,-0.03669086,0.004384985,0.020811215,-0.011071369,-0.041359413,-0.011926174,-0.050433498,0.011531648,0.0120576825,-0.02612087,-0.04001145,-0.0170961,-0.008280924,-0.041753937,0.0036185377,-0.012164533,-0.074039266,0.017523503,0.00433156,-0.015024842,-0.04162243,0.061874732,-0.038794998,-0.0143673,-0.03968268,-0.025578396,-0.05082802,0.020597514,-0.0058233594,-0.011770007,0.04057036,0.010191906,0.06358434,0.04915129,0.02051532,-0.07357898,0.003487029,0.006908304,-0.03203875,-0.010241222,-0.008293252,0.015698822,-0.01984134,0.008395993,0.021600265,0.0124522075,0.0013880307,-0.038630612,0.045107402,0.027863355,0.01448237,0.010874107,-0.011564526,0.020959161,0.06486655,0.030082561,-0.025578396,-0.0111946585,0.023983857,0.049184166,-0.050301988,-0.051058162,0.0047466336,0.0020435182,0.028767476,-0.013422083,0.0633542,0.006053499,-0.0154358065,-0.006858988,-0.011843981,0.020942723,-0.01448237,-0.009238469,0.01573992,0.0045658094,-0.0015144022,-0.0077959863,-0.020268742,-0.0062630908,-0.045074526,0.06088842,-0.018887904,0.00570007,-0.009222032,-0.04011008,-0.02109067,0.0501376,0.041195028,-0.0076233814,-0.09830258,0.053852715,-0.03488262,0.005416505,0.01573992,0.04024159,-0.019529007,0.02487154,-0.050696515,-0.009057646,0.038696367,0.046652626,-0.03396206,0.02199479,-0.013496056,-0.01653719,-0.011309728,-0.012493304,0.04089913,-0.025381133,0.008182292,-0.041556675,-0.022241369,-0.0497102,-0.00029486662,0.0009046344,-0.037447035,-0.021912597,-0.025792098,-0.009657653,-0.017687889,-0.03672374,0.032120943,-0.040734746,-0.005732947,0.019134482,-0.046817012,0.00867134,0.0061439113,0.0027904452,0.016627602,-0.061184313,0.03912377,-0.006246652,0.014490589,0.039616924,0.029704474,0.05503629,-0.053655453,0.019545445,0.016126225,0.011079588,-0.012222068,0.015098816,0.0016839248,0.019923532,0.03169354,-0.010479581,0.0006390489,-0.0084494185,0.012419331,0.0021103,0.043562178,-0.0023466041,0.023671525,-0.028701723,-0.02963872,0.00015205666,0.018164607,-0.030559279,0.009164496,0.024115365,-0.021929037,-0.002521264,0.014852237,-0.027172936,-0.02896474,0.0324004,-0.0074836537,-0.0022870144,-0.005391847,0.017687889,0.06371585,0.027748287,0.0058521265,-0.04402246,0.01493443,0.024082487,0.014054967,-0.01721117,-0.016931714,-0.001619198,0.018493379,-0.011778227,-0.04093201,-0.011383701,0.04343067,-0.008506954,-0.020663267,-0.026992112,-0.03678949,-0.0042329286,-0.026959235,0.05234037,0.013635784,-0.03547441,-0.010997395,-0.039485417,-0.015090596,0.005848017,-0.018937219,-0.0146467555,0.013627565,-0.032433275,0.01629061,-0.00038553556,-0.02316193,-0.03021407,-0.032844238,0.014260449,0.025529081,0.034159325,0.0014948813,0.025907168,0.01287961,-0.015254982,0.03603332,0.00021010533,0.025627712,0.03909089,-0.009945327,0.020959161,-0.021353686,0.0027185266,-0.010101494,0.017046785,-0.016602945,0.008687778,0.045764945,-0.0033781237,0.001015081,0.00558911,0.034816865,-0.0032301766,0.023178367,-0.007146663,0.02314549,-0.0076439297,0.027731847,-0.033797674,-0.024592083,0.016142664,-0.05753495,0.0073685837,0.033041503,0.0048288265,-0.0022644114,-0.019118043,0.022553701,-0.03672374,-0.045074526,-0.034915496,0.04435123,-0.060362384,0.04777045,-0.014507027,-0.010578212,-0.0011219316,-0.013372767,-0.023457823,0.017918028,-0.029326389,0.01220563,0.0034068911,-0.009197373,0.010389169,-0.016241295,-0.0005810003,-0.0031130519,0.015822113,-0.0028459253,-0.01025766,0.013537153,-0.02064683,-0.003782923,0.0028931862,-0.015945401,-0.0085233925,0.014991965,-0.0044712876,0.0063247355,0.04832936,-0.026614025,-0.014441273,-0.0018462555,-0.004130188,0.0059466483,0.018608447,-0.009337101,0.027205814,-0.026351009,0.008852163,0.001453785,0.03600044,0.02817569,-0.021616705,-0.038794998,0.025792098,0.006213775,-0.009049426,-0.016274173,-0.013060435,-0.007158992,-0.012230287,-0.016586505,0.00019122666,0.0551678,0.008005578,-0.0077959863,-0.013668661,-0.014128941,0.0005825414,-0.0067767957,0.026038677,-0.0014548124,-0.04573207,0.036066197,-0.013849486,-0.032794923,-0.014597439,0.016824864,0.053754084,-0.017013907,0.012189191,0.003238396,-0.028356513,0.04846087,-0.009879573,-0.0004777456,-0.043167654,0.03547441,-0.01870708,-0.010265879,0.029490773,0.03478399,0.014671413,0.027304444,-0.011811104,0.02130437,0.0022644114,0.02917844,-0.01574814,0.0096987495,0.023655085,-0.007146663,-0.006074047,-0.01767145,-0.023835909,0.0048945807,-0.0032651087,-0.009016549,-0.02666334,-0.008013797,0.018065976,-0.03166066,0.042049833,-0.023556454,0.010635748,0.0045206035,-0.00014088358,0.009074084,0.03521139,-0.012846733,0.0074261185,-0.009090522,-0.00083528424,0.019282429,0.023441384,-0.06779262,-0.030082561,-0.0010392251,-0.007931604,-0.022224931,0.01574814,-0.020005725,0.016430339,0.0060370606,-0.0032075737,0.025693467,-0.003421275,-0.021403003,-0.017934468,0.034948375,-0.028931862,0.018920781,-0.0069617294,-0.0120576825,-0.0049438966,-0.0013900856,-0.03718402,0.060493894,-0.02907981,-0.034126446,0.02996749,-0.01493443,-0.019282429,0.020893408,-0.018920781,-0.00615213,-0.0023794812,0.0040295017,0.0074507766,-0.03032914,-0.012222068,0.005428834,-0.035178516,-0.016479654,-0.04412109,-0.03044421,0.0032322316,0.012468646,-0.011556306,-0.013824827,0.019742709,-0.014186475,-0.01242755,0.02416468,-0.015608411,0.03340315,-0.020794775,0.018394746,-0.010348072,0.000007653401,0.033567537,-0.026992112,-0.023770155,0.01993997,-0.022060545,0.0013746744,0.022553701,0.0075740656,0.02460852,0.04661975,0.006086376,0.03912377,0.004845265,-0.00307812,-0.009312443,0.007627491,0.025890728,-0.0072576236,0.017276924,-0.025594834,0.061513085,-0.006328845,0.009279566,0.003158258,0.041162148,-0.0036308665,-0.031841487,-0.0037644298,-0.014161818,0.002200712,0.0006647342,-0.021518072,0.03636209,0.033468906,-0.0039062123,-0.053556822,-0.040866256,-0.009452171,-0.007906946,0.0038445678,0.015296078,-0.0076069427,-0.003752101,-0.06851591,-0.037348405,0.008564489,0.038597733,-0.0056836316,-0.0011928228,0.025956484,-0.0008424761,-0.0341922,-0.0005491506,0.0134713985,-0.036526475,0.005313764,0.011991928,0.041918322,0.009016549,-0.0063699414,0.0028418158,-0.0066617257,0.018772833,0.007479544,-0.019085165,-0.029951053,0.03228533,-0.0056014387,-0.020350935,-0.002371262,0.023490699,-0.0026301693,-0.032071628,0.019644078,0.011843981,-0.032531906,0.027222252,-0.00017157746,0.036230583,-0.003170587,0.04024159,0.0038342937,-0.026860604,0.033929184,-0.017918028,0.028586652,-0.006887756,0.021863282,0.011449455,-0.005461711,0.052734893,-0.01345496,0.0008219279,-0.001975709,0.007915165,0.008301472,-0.014523466,-0.021748213,0.025529081,-0.03396206,0.0237044,0.014794703,-0.023803033,-0.0022664662,0.003398672,0.032663416,-0.0003734635,0.017309802,0.012172752,-0.0111124655,-0.011268632,-0.033238765,0.003170587,0.008030236,0.021468757,0.033123694,-0.041260783,-0.01082479,-0.021633143,0.005461711,0.041425165,0.032301765,-0.05806099,0.0007515503,0.011293289,-0.0058439076,-0.007537079,-0.024131803,-0.010611089,-0.00061541854,0.00136851,-0.0026466078,-0.01585499,0.012789198,-0.01938106,-0.014753606,-0.01391524,0.00558911,-0.005206913,-0.017030347,0.018822148,0.0006914468,-0.02303042,0.004352108,0.027205814,-0.02360577,-0.00775489,-0.0071302247,-0.0060699377,-0.0018257074,-0.007997358,0.009969985,-0.035540164,0.0003259458,0.008761751,-0.013405644,0.009164496,-0.0058110305,0.032663416,0.043167654,-0.006682274,0.039945696,-0.016627602,0.0024349615,-0.02850446,-0.040077206,0.004097311,-0.025019486,0.020318057,0.023063296,-0.02289891,-0.010389169,-0.045896456,0.016487874,0.022093423,0.01836187,0.026531832,0.007319268,0.0003593366,0.024444137,0.0049562254,-0.03169354,0.012361796,-0.005667193,-0.0010541226,-0.027074305,-0.013191943,0.004163065,-0.04181969,-0.018970096,0.020466005,-0.019742709,0.023572892,0.017359117,0.032778487,0.01470429,0.009452171,0.00035907974,0.06818714,0.02051532,-0.011433017,-0.032860678,0.0104878,0.024904415,0.019298866,0.040997762,-0.016767329,0.009222032,-0.038005948,0.034060694,-0.012246726,-0.013011118,0.0027267458,-0.019726269,-0.010052178,0.02257014,0.034389462,-0.0024719483,-0.015550876,0.0015513889,0.025693467,0.0027637326,0.024082487,-0.0042164903,-0.014860457,-0.015978279,0.016167322,0.0040521044,0.017030347,0.010890544,-0.028471584,0.0035322353,-0.07055429,0.034225076,0.0069699488,-0.0047137565,0.0036329213,-0.012633032,-0.032531906,0.04560056,-0.0004243203,-0.0019387224,-0.011802885,-0.020992039,-0.00934532,0.029901737,0.032219574,-0.00038938835,-0.014967307,0.0029815435,0.010479581,-0.028257882,0.05017048,-0.032334644,0.0044630687,0.030033246,-0.008556269,-0.025003048,-0.027846918,-0.0077507803,-0.0031109971,-0.028307198,-0.0357703,-0.022241369,-0.02316193,-0.0022993432,0.009542583,0.00066011085,-0.015797455,-0.0059014424,0.026729096,-0.01619198,-0.00010158515,-0.009945327,0.012106998,0.023918102,-0.0068466594,0.0050014313,0.0041096397,0.0061480207,-0.0036164827,0.01573992,0.000966279,-0.008157634,0.0037459363,0.009131619,-0.04435123,-0.016849522,0.004058269,0.009600118,0.01834543,-0.03363329,-0.004582248,-0.0024924963,0.055332188,0.026022237,0.04221422,-0.0055685616,0.004017173,0.014449493,0.037874438,-0.011030273,-0.003558948,0.004070598,0.023753716,0.031841487,-0.021255055,0.00684255,-0.008001468,0.002075368,0.01379195,0.009361759,0.021518072,0.011342605,0.015041281,-0.03192368,0.013734415,0.029556528,0.008161744,0.008556269,-0.01732624,0.0392224,-0.013783731,-0.005190475,-0.0039431993,-0.009032988,-0.0133974245,0.016561847,0.0076521486,-0.018509816,-0.017063223,0.02257014,-0.026318131,0.009213812,0.02360577,0.018953657,-0.012567278,-0.017408432,-0.013364548,0.0006513779,0.0170961,0.025972921,-0.0041877227,0.0030349689,0.010339853,0.01609335,0.0273702,0.0055028074,-0.019002974,0.021123547,-0.022964666,0.017819397,0.033041503,-0.008350788,0.027189376,-0.0048493748,-0.020811215,0.0039596376,-0.0041569006,0.02028518,-0.006965839,-0.0009390526,-0.009304224,-0.0096987495,-0.013241258,-0.026926357,0.02633457,0.0070151547,0.048592377,0.0049685542,0.007939824,0.036756616,0.037545666,0.03521139,-0.02360577,0.015813893,-0.004384985,-0.040175837,0.008860383,-0.015008404,0.015361832,0.03340315,-0.020679707,-0.015526218,-0.0039616926,0.008038455,-0.0015493341,-0.005252119,-0.030148316,0.016668698,-0.008802848,0.0089918915,-0.0054863687,0.110795885,-0.00216578,-0.00033981583,-0.0050836243,0.034751114,-0.003967857,0.0063987086,0.016496094,-0.011449455,0.023211244,0.0072452943,-0.014400177,0.014153599,0.0040993653,0.0140220905,0.013759073,-0.013380987,-0.0030082562,0.025249625,-0.0021596155,0.012320699,0.014326204,-0.0130028995,-0.01105493,-0.035408653,-0.011712473,0.027304444,0.0027534585,0.0012154259,0.049184166,0.015756357,-0.006291858,-0.01675089,0.047967713,0.026992112,-0.004853484,-0.018526254,-0.018904341,0.030131876,-0.023309875,-0.0298853,0.016800206,0.0182468,0.00081679085,0.007512421,-0.009090522,0.011868639,0.00867134,-0.03718402,-0.027140059,0.008605585,0.0024534548,0.01197549,0.017753642,-0.013191943,0.014219353,0.02235644,0.07443379,-0.021764651,-0.0051123914,-0.010315196,0.004173339,-0.019693393,-0.008622023,-0.024082487,-0.021189302,-0.0027267458,-0.034159325,0.0028253773,-0.005494588,0.006587752,0.023687962,0.030690787,-0.005058966,-0.0032959308,0.016265953,0.0033452467,-0.0026034566,0.0011568635,-0.016101567,0.015016623,0.0029466115,0.010471362,0.017375557,-0.026597587,0.050565004,-0.014926211,-0.014498808,-0.010463142,-0.001789748,-0.019348184,-0.008515174,0.015912523,0.013446741,-0.006123363,-0.007787767,-0.042345725,-0.010701502,0.0019695447,0.009427513,0.031611346,0.0019376951,-0.014013871,-0.03639497,-0.0134713985,-0.019019412,-0.0016798151,0.0040233373,0.007434338,-0.00036395996,0.015690604,0.026811289,-0.01574814,0.019709831,0.002689759,-0.0044178623,0.01060287,-0.017128978,0.00014987342,-0.027172936,0.023424946,0.03023051,0.0068220017,-0.013972774,-0.0028130482,0.02817569,0.01322482,-0.0119837085,0.0048123877,-0.024197558,0.010323415,0.034948375,0.018920781,-0.0032301766,0.017770082,0.0069699488,0.0003696107,-0.0052397903,-0.028405828,0.03968268,-0.022882473,0.0326141,0.00969053,-0.005379518,0.018230362,0.011030273,-0.015082377,-0.00059897994,-0.03320589,0.00979738,0.030953804,-0.002860309,0.02110711,-0.011087808,-0.029474335,-0.023737278,0.036131952,-0.024263311,-0.023589332,0.00007519356,-0.016167322,0.006826111,-0.03246615,-0.024822222,0.005913771,0.006908304,0.013422083,0.023457823,0.004389095,0.017852275,0.025496203,-0.042247094,-0.050006095,-0.011728912,0.019972848,-0.013043996,-0.006427476,0.035441533,-0.0054000663,0.009822039,-0.0018287896,-0.004878142,0.015970059,-0.0045617,0.013150847,0.037447035,-0.00011988589,-0.006805563,0.024723591,-0.02030162,0.022257809,-0.014950869,-0.01379195,-0.0017599531,0.012238506,-0.040274467,0.01037273,-0.020959161,-0.0089179175,0.02907981,0.031726416,-0.012468646,-0.04011008,0.035540164,0.008794629,0.004857594,-0.019512568,0.00079470157,0.014260449,-0.0067562475,-0.031052437,0.032992188,0.010915203,0.029441457,0.0298853,-0.0078124246,-0.02245507,0.023129052,0.043134775,-0.015608411,0.009764504,-0.036099073,-0.007828863,-0.026498957,-0.012090559,0.038959384,0.040767625,-0.00055839727,-0.0036020991,0.04221422,-0.014959088,-0.030838735,-0.012008367,0.02450989,-0.004500055,-0.014153599,-0.008367226,-0.005765824,0.00037603203,-0.04057036,0.0024082488,-0.00075360516,0.017260486,0.007512421,-0.019824902,0.03918952,-0.016405681,0.011342605,0.025348257,0.012854952,-0.01834543,0.044449862,-0.01117822,0.012624812,0.024427697,0.014433054,-0.011728912,-0.022044107,0.004421972,-0.03249903,0.016331708,0.013265916,0.01834543,-0.038827874,-0.009328881,-0.0069124135,0.0021472867,-0.0050343084,-0.02064683,-0.0030288044,0.017622134,0.0117453495,0.005206913,-0.012460427,0.008934356,-0.015665947,-0.0326141,0.022142738,0.0040274467,0.0010402525,-0.009246689,0.006443915,0.009657653,0.020367373,0.04287176,-0.02314549,-0.0007073717,-0.037447035,0.016233075,0.002326056,-0.009986424,0.015181009,0.006283639,0.04070187,0.04652112,0.028471584,0.029342826,-0.022027668,-0.00022114998,0.009172715,-0.024674276,0.018559132,0.0014558398,-0.013446741,-0.0077918763,0.02746883,0.019824902,-0.0036431954,0.016578285,-0.03738128,0.02110711,0.01926599,0.0237044,-0.03889363,0.02531538,-0.010183686,0.014531685,-0.0041877227,-0.017408432,0.0040397756,-0.0051699267,0.0013941952,0.02850446,0.0150495,0.022175616,0.00057689066,-0.020433128,-0.012509743,0.021797528,0.0044959458,0.0050178696,-0.0058685653,0.016134445,-0.009961766,0.007808315,0.017490625,0.022372877,-0.02210986,0.003213738,-0.026203062,-0.014145379,-0.023737278,0.015994716,0.01903585,-0.025611274,0.024690714,0.024641398,-0.0014681687,-0.007660368,0.027156498,-0.0018000221,0.033797674,0.018197484,-0.024230435,-0.051123917,-0.0012585771,0.025940044,0.033107255,-0.02257014,-0.015707042,-0.004869923,0.0043808757,-0.029162003,-0.00013690237,-0.012591936,0.033238765,-0.0065302174,-0.028537337,0.0025808536,-0.031266138,-0.015781015,-0.031003121,0.0153536135,-0.014720729,-0.024329066,-0.04846087,-0.0042658057,0.046784136,-0.014605659,-0.020071479,0.050236233,0.007775438,0.031151067,0.011441236,0.011885078,-0.025857853,-0.005211023,-0.009452171,-0.013298794],"social":"https://twitter.com/DarbyBaileyXO "},{"title":"963seekers","description":"an anime series about a crew of pirate radio rebels fighting the regime","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=aRTS8_J9tH8","youtube_transcript":"What's up guys? My name is Tim. And over the last six weeks, I've been building nine six three sneakers, which is an anime and graphic novel story. So imagine if you cross a Quira with the Matrix, with the Warriors, and Top Boy, you'd kinda get nine six three seekers. Let me show you a quick demo of what is about. My progress over the last six weeks hasn't exactly been what I wanted it to be due to a lot of different factors, but I'm pretty pleased that in fact, I've got thirty two email subscribers, and I've had forty four people to the website. And as we've basically no promotion, So I know that with a bit more work and using the cycle, I reckon I can develop and generate a lot more interest in this.","embedding":[0.033192467,0.033253934,-0.028536301,0.0040338067,0.013253937,-0.07173261,0.0076411823,0.05412216,-0.0009320975,-0.015259314,0.008828274,-0.04880522,-0.015712637,-0.05018824,0.00991164,0.01422205,-0.0078025344,-0.06186707,-0.047207065,-0.003945447,0.03393008,0.037618127,0.023326928,0.049911633,0.024018437,-0.013676525,0.0074875136,0.015666537,-0.0135535905,0.01111794,-0.013860928,-0.03365347,0.032946598,0.03021129,0.02933538,-0.04800614,-0.01232424,0.010495581,0.038232803,0.010042258,0.05086438,-0.008167498,0.04588551,-0.026876677,-0.028628502,-0.004994237,-0.009097194,-0.0046292734,0.04668459,0.059869375,-0.01160968,0.024663847,-0.031010369,0.076957345,0.00026219743,0.013515173,-0.062358808,0.021329233,-0.033008065,-0.030395694,0.017210908,-0.023311561,0.02449481,-0.040138297,0.006780637,0.009204763,0.007645024,0.004441029,-0.016396463,0.009166345,0.011333076,0.026876677,0.0142297335,0.006504033,-0.023280827,0.01136381,-0.019393006,0.012155204,0.007330003,-0.00544756,0.0031233188,0.014175949,-0.005793315,0.043396078,-0.043887816,-0.03525163,-0.0308106,-0.00855167,-0.041674986,-0.047053393,-0.026139067,0.04106031,-0.012439491,0.006957356,0.016918937,-0.0068382625,-0.02641567,0.07867844,0.041644253,-0.0029619667,-0.011071838,0.02583173,0.02411064,0.0260315,0.018809063,0.010802918,-0.0053169415,-0.04465616,0.009481367,-0.037618127,-0.099392995,0.013653475,0.052001532,0.012662311,0.01587399,0.009304647,0.086669214,-0.06318862,0.030887434,-0.0055051856,-0.051110253,0.036480978,0.012401074,0.039953895,-0.03396081,-0.008866691,-0.004525547,-0.03380714,-0.03233192,-0.015781788,0.029611982,-0.014183633,0.027645022,-0.0498809,-0.023480596,-0.0522474,-0.01877833,-0.007187859,-0.010026891,0.002873607,-0.004909719,-0.007126392,0.0035094118,-0.0069842483,0.007548981,-0.0073184776,-0.0066269683,-0.0066077593,-0.030487895,-0.010818285,0.014368035,-0.010948904,-0.031625044,-0.014406452,0.001966961,-0.011571263,-0.05568958,0.01779485,-0.036849786,-0.0006650979,-0.022297347,-0.004079907,-0.023572797,-0.011041105,0.001788321,-0.0020111408,-0.040845174,-0.058486354,-0.05304648,-0.041121777,0.0190242,-0.0142297335,-0.0051094885,-0.0033672682,0.040752973,-0.0033615055,0.03479062,-0.016135227,-0.053876292,-0.035282362,-0.03159431,0.049143292,-0.03205532,0.029796384,-0.035497498,-0.037433725,-0.03184018,-0.03110257,-0.0007731463,-0.01330772,0.01493661,0.063311554,-0.014391085,0.042873602,0.0056588543,-0.051817127,0.05071071,0.013154051,0.023834035,-0.0006017095,0.0129927,0.06804456,-0.012908181,0.01616596,0.006089127,0.008474836,-0.040291965,-0.02404917,-0.0011947751,0.008874374,0.06325009,-0.055228576,-0.016334996,-0.014045331,-0.04536304,0.016043026,-0.027337683,0.019546675,-0.030626196,0.023311561,0.010318861,0.011525162,-0.020115249,-0.021820974,0.035958506,0.041429114,0.033161733,0.02464848,0.04530157,-0.019884747,0.030518629,0.011963118,-0.014099115,-0.027814057,0.0284902,-0.020668456,0.0075681894,-0.012985015,0.015197847,-0.025770262,-0.005666538,0.0113561265,0.037618127,0.024786782,0.0028102186,-0.0076527074,-0.04490203,-0.046991926,-0.038140602,0.041982323,0.049266227,0.026016133,-0.029058775,0.009642718,-0.0045908564,-0.016381096,-0.047207065,0.044348825,-0.03764886,0.032885127,0.018363426,0.014268151,-0.03998463,-0.007237802,-0.017733382,0.055290043,-0.007041874,-0.03199385,0.035036493,-0.06079139,0.020606989,-0.020868227,-0.0031559735,-0.032024585,-0.028812904,-0.023096424,0.014998077,0.0111486735,0.007794851,-0.020791393,-0.022712253,0.036480978,0.00059066457,0.023665,-0.018009987,0.032792926,0.043334607,0.0020687666,-0.024909716,0.019239336,0.03454475,-0.052185934,-0.028305797,0.033346135,0.014076064,0.028628502,-0.000591625,-0.028951207,-0.022343447,-0.004686899,0.015520551,-0.044195153,-0.037249323,0.038263537,-0.01442182,0.034882825,-0.0029946212,0.0059738755,0.00014526506,-0.023849402,0.041644253,0.041429114,-0.033499803,-0.030088356,-0.015274681,-0.009719553,0.04785247,0.039400686,0.009581251,-0.04911256,-0.03973876,-0.030134456,0.0005388013,0.014552438,0.009865538,-0.008682288,0.022466382,-0.011924701,0.032762192,-0.03346907,0.01495966,-0.09576641,-0.026308103,-0.047452934,0.020130616,-0.0059854006,-0.0070918165,-0.013791777,0.06337302,0.018163655,-0.042105258,-0.02498655,-0.00805993,-0.012208988,0.010119092,-0.01158663,-0.02016135,-0.01160968,0.0113561265,-0.0076757576,-0.0050480207,-0.0051517473,0.03460622,-0.045332305,0.016381096,-0.004606223,0.00016195253,-0.036265843,-0.032178253,0.0022742986,-0.031010369,0.057994615,-0.0029043409,0.023787934,-0.004990395,0.0063887816,-0.075728,0.016012292,0.015451401,0.017825583,0.035313096,-0.0074452544,0.012908181,0.01180945,-0.028382633,0.028152129,0.041367646,-0.0013724547,-0.03479062,0.02498655,0.036542445,0.019930847,0.043396078,-0.0137226265,0.005032654,0.04007683,0.01873223,-0.0021801766,-0.0405071,0.024064537,0.040199764,-0.07996926,-0.008374951,0.030011522,0.0037456776,0.0042604683,0.045178633,0.043980017,0.0050710714,-0.00021597673,0.027091814,0.0044218204,0.0056012287,-0.026139067,0.013276987,-0.016504033,-0.024756048,0.0039492887,-0.014452553,-0.0039243177,-0.004141375,-0.06211294,0.0595313,0.015812522,-0.033253934,-0.016765269,-0.00013914231,0.007990779,0.04376488,0.07025739,-0.04938916,-0.08193622,-0.015689587,-0.029734917,0.07867844,0.005762581,0.027383784,0.003618901,0.004483288,-0.060207445,-0.019485207,0.003025355,-0.020391854,-0.009834805,-0.013207835,-0.0026238952,-0.035651166,-0.003983864,0.042535532,0.018993467,0.010495581,0.008467153,-0.006830579,-0.013146368,-0.0022243562,0.012293506,-0.018317323,-0.022020742,-0.060361113,-0.018009987,-0.026400303,-0.04908182,-0.047299266,0.016626967,-0.034483284,0.002310795,-0.00035247786,-0.018102188,0.03114867,-0.0057395305,-0.041275445,0.051632725,-0.006254321,0.017272376,-0.010587782,-0.04139838,-0.026461773,0.021359967,0.04972723,-0.050495576,0.024310408,-0.013830194,0.010864386,0.035036493,-0.027445253,0.024925083,0.014882825,0.0083058,-0.01276988,0.02045332,-0.052124467,-0.08931232,-0.01402228,0.049819432,-0.008659238,0.0028928157,-0.07019592,0.010656933,-0.05501344,-0.009404532,-0.010587782,0.025401456,0.04471763,-0.019300804,-0.0022032268,-0.055658847,-0.04785247,-0.03893968,-0.011755665,0.04693046,0.024725314,0.026062233,-0.018839799,0.04653092,-0.011517478,-0.016212061,-0.04480983,0.029642716,0.0036092966,0.06921244,-0.037833266,0.009619668,0.009058777,0.009834805,-0.0125009585,-0.009235497,-0.011440644,0.037280057,0.020637723,-0.027214749,-0.04373415,0.021805607,-0.017718015,-0.03168651,0.015190164,-0.0011102572,-0.014767574,-0.022589317,-0.023941603,0.01160968,-0.03460622,-0.018378792,0.017287742,0.008958893,-0.053353816,0.04063004,-0.002558586,-0.033438336,-0.009089511,-0.008497886,0.00026796001,0.047145594,0.028075295,-0.041582786,-0.04471763,0.016350362,-0.0054514017,-0.004771417,-0.0052823657,0.012354974,0.037372258,-0.021529002,0.038171336,0.0019708027,-0.022404915,0.007633499,0.018916633,-0.0037936992,0.04090664,-0.0016836341,0.01210142,-0.022988856,0.015082595,0.03168651,-0.009304647,0.0308567,-0.015996926,-0.006119861,0.024464076,-0.009335381,0.021452168,-0.04659239,-0.0068958886,-0.02228198,0.034636952,0.00048141563,-0.0067614284,0.017702648,-0.027721856,0.022835188,-0.010656933,0.0010411063,-0.016642334,0.011740298,-0.038570873,0.013223202,-0.017379943,0.00828275,0.039708026,0.03025739,0.02163657,-0.040691506,-0.002064925,0.0050403373,0.0025624277,-0.00006963118,0.0061928537,-0.06490971,0.017164808,-0.004441029,0.012915865,0.0041990005,-0.017026506,0.0010776026,-0.0032289661,0.0166116,0.024878982,0.010295811,0.035712633,-0.014375718,0.012554743,0.0188859,0.010856703,-0.0018766805,-0.018424893,-0.00924318,-0.012700728,0.004237418,0.021698039,-0.009581251,0.005401459,0.004114483,0.03838647,0.055628113,0.021805607,-0.014844408,0.02188244,-0.03070303,0.0049980786,0.037618127,0.00089271984,0.007656549,-0.0032520166,-0.00019328657,-0.019654242,0.038325004,0.002349212,0.0078985775,0.03184018,0.0008302919,0.00828275,-0.029258544,-0.025524393,-0.009880905,0.01138686,-0.00021417593,-0.012554743,0.040998843,-0.0056550126,-0.02257395,-0.030441795,-0.027767956,0.0212985,0.004471763,0.0061966954,0.003161736,-0.02918171,-0.023004223,0.010726084,0.0024029962,-0.003106031,-0.0033461386,0.005651171,-0.01690357,-0.043887816,-0.0017729541,0.0025777945,-0.002806377,0.0015520551,0.013638108,-0.0019957738,0.004414137,-0.0038186703,0.0011515558,0.043211672,0.04625432,-0.039124083,-0.023526696,0.00040818282,0.010211294,-0.011509795,0.0076488657,0.0067883204,0.0046907407,-0.02183634,0.012754513,0.00086438714,0.0065501337,0.01542835,-0.0023741834,-0.019992314,0.049419895,0.007160967,-0.049143292,-0.01705724,-0.05101805,-0.026692275,0.001031502,0.003106031,-0.04072224,-0.00879754,-0.007668074,-0.033991545,-0.037679598,-0.009166345,-0.0057126386,-0.004759892,0.0142297335,0.020591622,0.015597385,-0.02824433,0.012454858,-0.031363808,0.012462541,0.013384555,-0.017426046,-0.02016135,-0.038171336,-0.009143295,-0.004237418,-0.027475987,-0.017887052,-0.033407602,-0.019930847,-0.023326928,-0.009704187,-0.017887052,0.02085286,-0.00062572025,-0.0094583165,0.00899731,0.056857467,0.013576641,0.026876677,0.023419129,0.019316172,-0.06131386,0.0022281979,-0.04056857,-0.033069532,-0.014706107,-0.016842103,-0.01109489,0.040845174,0.0333154,0.025939297,0.047606602,0.03838647,-0.0022339604,-0.029734917,0.008736073,0.016473299,-0.03918555,0.052093733,0.0012408758,-0.002241644,0.03884748,-0.017733382,-0.010388013,0.025693428,0.03958509,-0.0069074137,0.02069919,0.009404532,0.020053782,0.04026123,0.019838646,0.043703414,0.017441412,0.004318094,0.013814827,-0.01306185,0.008820591,-0.01252401,0.028305797,-0.021990009,-0.00855167,0.006288897,0.0030003837,0.0082750665,-0.0021283133,0.04063004,0.018071454,-0.010995004,0.008382634,-0.015482134,-0.01734921,-0.0041029574,-0.015574335,-0.0056780633,-0.0065808673,0.0031847863,-0.002583557,0.0066769104,-0.005900883,0.02661544,-0.006423357,-0.072531685,-0.02504802,0.061498262,0.008198231,0.0076258155,-0.02632347,0.045178633,-0.065524384,-0.021605836,-0.0036457928,-0.0106415665,0.016811369,0.0001924462,-0.008359584,0.023296194,0.020637723,-0.03239339,0.0059316168,-0.038171336,0.01873223,0.0084056845,0.014798308,-0.016488666,0.010418747,-0.02991932,-0.021114096,-0.0065232418,0.021529002,-0.01259316,-0.023203993,-0.0025412983,-0.024709947,0.0060353433,-0.0069112554,-0.037618127,0.0356819,-0.019838646,0.0022339604,0.026016133,-0.05009604,0.020868227,-0.008859008,-0.026215902,-0.058793694,-0.005681905,0.0010574335,0.007825585,0.030533995,0.032885127,-0.0021667304,0.006423357,0.006434882,-0.011333076,0.0010276602,0.012308873,0.03884748,-0.0380484,-0.026046867,0.002379946,0.0043257773,-0.044779096,-0.027645022,0.03933922,-0.030026888,-0.0065923925,0.013891662,0.012831347,-0.0118325,-0.018348057,-0.008651555,0.0065539754,0.032885127,0.022174412,0.0019227812,0.001203419,-0.035036493,-0.02504802,-0.012493275,0.038232803,-0.054060694,-0.010726084,-0.00056185166,0.011601997,-0.004467921,-0.03623511,-0.02069919,-0.018640028,-0.0025048018,0.01982328,0.030533995,0.013092584,-0.02927391,-0.0060007675,-0.033899345,-0.007111025,-0.008006146,-0.013084901,-0.037249323,0.01279293,0.041582786,0.040691506,0.017149441,0.0009277755,-0.019070301,0.01370726,0.021129463,0.028321164,-0.020084515,0.009143295,0.016334996,-0.009473683,-0.032178253,0.0213446,-0.021021895,0.010441797,-0.0025105644,0.0106031485,0.03509796,0.01611986,-0.008159814,0.03193238,0.0260776,-0.01520553,-0.014099115,-0.020837493,0.04628505,0.016934305,-0.011125623,0.045731843,-0.052892808,0.02163657,0.050741445,0.012808297,0.0004329139,-0.013392238,-0.026753742,0.0017671915,0.023634266,0.031963117,-0.0010487897,0.019485207,-0.011271608,-0.0014051093,0.02036112,0.009281597,-0.020883594,-0.00011279052,0.01140991,-0.0166577,0.013845561,0.023542063,0.009004993,0.022481749,0.024525544,0.02888974,0.008513253,-0.006381098,0.005497502,-0.036603913,0.013200152,0.03500576,0.02504802,0.022389548,-0.0034537069,-0.01696504,-0.016473299,-0.017272376,-0.018839799,-0.02652324,-0.02518632,0.002089896,-0.040291965,0.034145214,0.00044347864,0.057195537,-0.02967345,0.009327698,0.0072262767,-0.007967728,0.03875528,0.0058778324,-0.0015693429,-0.008958893,0.025862463,0.020591622,-0.0029197077,-0.016319629,0.0027122549,0.011225508,0.023373028,-0.010841335,-0.025217054,-0.013223202,0.011310025,-0.00004829163,0.009304647,-0.028228963,-0.0040491736,0.015151747,-0.032454856,0.013253937,-0.027936993,-0.011187091,-0.009719553,-0.0189781,0.022374181,0.0067844787,-0.00875144,-0.05525931,0.02563196,-0.0046523237,-0.025678061,0.01466769,0.03139454,-0.02726085,0.016749902,0.0018901265,0.010295811,0.00045380325,0.021913175,0.020837493,-0.03159431,-0.020484054,0.010142143,0.012700728,-0.02168267,-0.032362655,0.004110641,-0.042258926,0.035374563,0.005167114,0.026984246,-0.008789857,-0.0032500958,0.02119093,-0.033100266,-0.006204379,-0.009927006,0.04855935,0.0020918169,-0.027660388,0.03721859,0.0065194,-0.033530537,-0.0125009585,0.01370726,0.01951594,-0.0066884356,-0.004425662,-0.014598538,-0.00017779964,0.0028793695,0.0076795993,0.04686899,-0.0044909716,0.034298882,-0.0081060305,0.02163657,-0.0069650393,0.027137915,-0.019592775,-0.002420284,-0.0052362652,-0.011986168,0.01281598,-0.01444487,0.018686129,0.04490203,0.0057280054,0.019346906,-0.048774485,0.020837493,-0.014129848,0.011048788,0.014091431,-0.019700343,0.019193236,-0.027537454,0.011110256,0.0012687283,-0.035128694,0.01116404,-0.00948905,0.006819054,0.013930079,-0.0005416826,-0.016596233,0.0068997303,0.006446407,-0.0044756047,0.046623122,0.0044563957,-0.010925854,0.023849402,0.0061352276,-0.012285823,0.0058278902,-0.012693045,-0.02819823,0.0037034187,0.0064809825,0.029857853,0.012393391,-0.00054072216,-0.0038494042,-0.014344985,0.0033941602,0.0009863618,-0.009427583,0.0043949285,-0.020991161,0.03396081,0.009519784,0.032885127,0.030457161,-0.005021129,0.005816365,-0.0032097576,0.009827121,0.019638875,-0.009074144,-0.0049750283,-0.0012591239,0.014660006,-0.022205146,-0.008736073,-0.0055935453,-0.0023684208,0.00605071,0.028628502,-0.0042950436,-0.026431037,0.0427814,-0.013092584,-0.04668459,-0.024095273,-0.025324622,0.020499421,-0.009973107,0.025370723,-0.030580096,-0.017810216,-0.019976947,0.017180175,-0.0006569342,0.033008065,-0.0070726075,0.011194774,0.010311178,-0.0045063384,0.10031501,-0.015167113,-0.007068766,-0.03903188,0.0189781,-0.01562812,0.02262005,0.0010507106,0.0017076448,0.0035036493,-0.04096811,0.00034359389,0.01323857,0.015797155,-0.020222817,-0.014375718,-0.016673068,0.012677678,-0.006338839,-0.0052208984,0.0112792915,0.053599685,0.021083362,-0.009658086,-0.052769873,-0.0064387238,0.010925854,0.0099654235,0.014759891,0.056734532,-0.0067268526,0.010487897,0.002257011,0.016596233,0.018301956,-0.003780253,-0.035558965,-0.025493657,0.00877449,-0.045086432,0.007906261,-0.011663464,0.04195159,-0.01259316,-0.006830579,0.012685361,0.016504033,0.038140602,-0.018609295,-0.037587393,-0.0042258925,0.014660006,-0.015935456,0.002735305,0.014729157,-0.00975797,0.008159814,0.043949284,-0.0044948133,0.0026450246,0.0057011135,0.02025355,-0.02312716,0.0011400306,-0.01114099,-0.0060122926,0.007629657,0.008021513,0.0021974642,0.0036323469,0.024233574,0.006999615,0.00451018,-0.0009676334,0.010049941,0.025754895,0.00084902026,0.02741452,0.018271223,0.023419129,0.020437954,-0.0032712251,-0.012247405,-0.018209755,-0.008244333,0.014721474,-0.028720703,0.010441797,0.011625047,0.026461773,0.013207835,0.018271223,0.03214752,0.024218207,-0.00712255,-0.013023433,-0.045946978,-0.024802148,-0.00030637722,-0.0027276217,0.0121628875,0.005432193,-0.017364576,0.0035305412,-0.024341142,0.015996926,-0.01701114,-0.008659238,-0.0046830573,-0.016258162,-0.011494428,-0.001870918,0.017579714,-0.0014464079,0.01754898,-0.010057624,-0.012063003,0.011187091,0.010311178,0.0118786,0.014859775,0.0035535917,-0.01696504,-0.018255856,-0.016304262,-0.012915865,0.00067950436,-0.038079135,0.027629655,-0.008298117,0.012339607,0.026830576,0.010165193,0.013438338,0.022789087,0.0019861695,0.00028764884,-0.011125623,-0.002118709,0.02281982,-0.039953895,-0.017687282,-0.00569343,-0.024771415,-0.010349595,-0.0190242,0.02045332,0.013676525,-0.016135227,-0.016734535,0.012147521,-0.038355738,0.0237111,-0.028213596,-0.03810987,-0.044287354,0.00899731,-0.0071993843,-0.020038415,0.003908951,-0.021037262,-0.019362273,-0.003519016,-0.013991547,0.050126772,0.013084901,-0.011102573,0.018301956,0.0011870917,-0.0020418745,0.02262005,-0.0035113327,-0.012885131,0.021943908,0.005278524,-0.029504415,0.02730695,0.013008066,-0.020960428,0.030441795,0.003878217,0.02089896,-0.008029196,0.024064537,0.0013109872,-0.017472146,-0.009642718,-0.024479443,0.007579715,-0.013100267,-0.005904725,-0.0013407605,-0.011678831,0.00828275,0.050126772,-0.03820207,-0.020330386,-0.013200152,-0.031333074,0.06490971,0.000012313015,-0.02228198,-0.0075989235,-0.0010766422,-0.01094122,-0.023357661,-0.0472378,0.031655777,0.039216284,-0.015236264,0.0056626964,0.007326161,-0.007998463,0.0006146753,0.008559354,0.0097963875,-0.009227813,0.012201305,0.055228576,-0.024817515,0.033161733,0.032946598,0.0033307718,-0.045762576,-0.020437954,0.03706492,0.022604683,0.0025893196,-0.05086438,-0.0035939296,-0.010887437,-0.015766421,-0.0087821735,-0.004237418,0.008766807,0.021544369,-0.01705724,0.0021110254,-0.0108106015,-0.015451401,0.0016605838,-0.027122548,0.012316557,0.0076142903,0.0047637336,-0.019239336,0.01252401,-0.0063926233,-0.007671916,-0.015459084,0.008874374,-0.0131771015,0.0053131,-0.008666921,-0.037280057,0.01495966,-0.02652324,-0.020391854,0.03205532,-0.0011784479,-0.027122548,-0.0017518246,0.0034633111,-0.02415674,0.02661544,-0.021728773,-0.010326545,0.0013215519,-0.014775258,0.01701114,-0.008236649,-0.019807912,-0.013207835,0.009942373,0.0030215133,-0.01971571,-0.02228198,0.018932,-0.007929311,0.029304644,-0.03205532,-0.021067996,-0.023880135,-0.02114483,-0.009074144,0.002351133,-0.031532843,-0.010764501,-0.0066999607,0.007990779,0.020776026,-0.007372262,0.0053323084,0.024510177,0.020530155,0.017764116,0.020837493,-0.00674222,0.032178253,-0.029519781,0.010971954,0.01808682,0.005389934,-0.02016135,0.0022166728,0.030088356,0.036819052,0.0028294271,0.0071840174,0.00948905,-0.011717248,-0.037587393,0.02504802,-0.0103034945,-0.01882443,-0.01966961,-0.00663081,-0.005704955,-0.03469842,0.012416441,0.017041873,-0.011909334,-0.0067575867,-0.010318861,0.016995773,0.02489435,0.012139837,-0.024878982,0.029750284,-0.04471763,0.014998077,0.0053169415,0.025462924,-0.06318862,0.010357278,-0.021052629,0.0212985,-0.008359584,-0.006327314,-0.035159428,-0.015766421,-0.02252785,0.03998463,0.00968882,0.019162502,0.034729153,-0.012585477,-0.008674605,-0.0011169802,0.004951978,0.015935456,0.03672685,0.050126772,0.042351127,-0.012961965,0.024064537,0.007783326,0.0066999607,-0.010165193,0.044748362,-0.0028390316,-0.038325004,0.004068382,-0.0016711485,0.0015587781,-0.0037572028,0.035558965,0.017379943,0.018547827,-0.042074524,0.000366164,-0.030779867,-0.001991932,0.0047637336,0.005904725,-0.061744135,-0.0039127925,0.023034956,-0.027184015,-0.040691506,0.0019064539,-0.005647329,0.021037262,0.013960813,-0.0056281206,-0.012516326,0.02636957,-0.042351127,-0.03125624],"social":"https://twitter.com/963Seekers"},{"title":"pandooin","description":"an online personal travel consultant, just for you","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Fqd5r9_4BnM","youtube_transcript":"Hey, my name is Rafi, and I'm working on Pandora, an online personal travel consultant, which helps other users discover, plan, and book trips with our hassle. Now I'll be showing you how it works. To start, you can head on the bundle dot com. And right away, you can see the different lessons that we have available for you to order, including tour packages, attractions, combination and events. We have over five hundred listening from all across Indonesia. What makes our unique is our customizable surf feature, which we build the Roomba space. You can click here, fill in some details about your trip, such as where you wanna go, the date of your trip, the duration of your trip, the number of people in your group, and which type of activities you're interested in. And now you have a blank alternative for you to customize. You can start buying activities to your day. You can see what's available in the area, set the time for it, then you can repeat until you have a full itinerary for each day of your trip. And if you're interested in finding accommodation around the area, you can click here, see what's available, just add it. You can see the little press of the trip that you just made. And you can also share it to your friends. And once you're ready, you can click here to order it. And in the future, we'll be adding other services including transportation, guides, and insurance. We've seen some decent progress over the course of the six weeks. We got around five thousand six hundred dollars in revenue, but we felt around our initial goal of ten thousand dollars. Got customers by pushing through our social media including Instagram and TikTok, where one of our videos actually got one point five million views. We also worked with a travel YouTuber and that video got around one hundred forty k views. We've also been doing affiliate programs and offline marketing as well. That's it for me. Thank you guys.","embedding":[-0.015025153,-0.0025545144,-0.019387294,0.019069469,-0.015438325,-0.021643847,-0.056254935,0.0802189,0.031242147,0.023455447,0.011004673,-0.039410237,-0.01291162,-0.092614055,0.029112723,-0.006447864,-0.05816188,-0.0389335,-0.046624854,0.036518034,0.025139917,0.0164792,-0.030050306,0.011258933,-0.009900233,-0.039505586,-0.016606329,0.06346955,-0.043383043,-0.037344377,0.018274909,-0.037566856,0.023582578,-0.0033371572,0.013674399,-0.046783764,0.034865346,0.01213295,0.01789352,-0.006702124,-0.007973422,0.01713074,0.050820135,-0.023805054,-0.039251324,0.06871366,-0.01957799,0.025394177,0.020944634,0.008716336,-0.044018693,0.030574717,-0.01620905,0.022486083,-0.012347481,0.016701678,0.0011560866,0.0311468,-0.048245758,0.021612065,0.017814063,0.016272614,0.034833565,0.011568812,-0.01984814,0.027412362,-0.027173994,0.022470191,-0.03709012,0.02569611,0.046370592,0.016574547,0.00018349399,-0.037693985,0.024297683,-0.009375823,0.007564223,0.030415803,0.013149988,-0.04233422,0.02220004,-0.012546122,-0.03022511,0.024456594,-0.014476906,-0.009939961,-0.07297251,-0.03089254,-0.009264584,0.013380411,-0.025727892,0.0074529843,-0.00947117,0.026522454,0.049898446,-0.013420139,-0.041952834,0.05437977,0.04970775,0.023074059,0.0365816,-0.044558994,-0.003124612,-0.008287273,0.05075657,-0.016685786,0.025886806,0.0024154661,0.021770978,0.0030173464,-0.122553125,0.014691437,-0.0011739642,-0.018640406,-0.009788995,0.044177603,0.027348798,-0.044940382,-0.02544185,-0.0420164,-0.05113796,0.0026101337,0.043128785,0.0030650198,-0.019069469,-0.041825704,-0.07418024,-0.0034344909,-0.0067537706,-0.06286568,0.019689227,0.002981591,0.028620096,-0.036486253,-0.025267048,-0.018846992,-0.02205702,0.005947291,-0.013467813,-0.008168089,0.014786785,-0.0008521669,0.0026756849,-0.017210197,-0.055174332,-0.077867,0.002326078,-0.0022247715,-0.04722872,-0.026887951,-0.031846013,-0.011799234,-0.054475117,-0.0010537868,0.016765242,0.014174973,-0.003750329,0.024710855,-0.02116711,0.021770978,-0.05085192,0.019657444,-0.033244442,-0.03305375,0.021580283,-0.0085097505,-0.012736817,-0.03283127,-0.08352428,-0.028763117,-0.021500828,-0.05463403,-0.040681534,0.023852728,0.046275247,-0.03074952,0.015501889,-0.051424004,0.011258933,0.0051447838,-0.05279065,-0.0035934031,-0.044304732,0.009042107,-0.0682687,0.000082746104,-0.015525727,-0.030129762,0.0047475034,0.0078860205,-0.004548863,0.020531463,-0.032640576,0.008851412,-0.03206849,-0.022629105,0.019434968,-0.029621243,-0.008652772,0.00042658005,0.032799486,-0.038361415,0.038234286,0.054061946,-0.03087665,-0.015962735,-0.013332738,0.010694794,0.009463225,-0.005800297,0.061848644,0.0021612064,0.020007052,-0.018211344,-0.026284086,-0.027936773,-0.038202506,0.027984446,-0.027205776,0.014031951,-0.0011858826,0.009296366,0.0050136815,-0.035183173,0.024043422,0.035278518,0.04230244,-0.035882384,0.0075443587,-0.039124195,0.056922365,0.047514763,-0.011131803,0.00080101704,0.055142548,-0.00444557,0.0070596766,-0.044717904,0.010519991,-0.015223793,0.0107106855,0.016447417,-0.006805417,0.014739111,0.031226257,-0.00042782156,-0.046402376,-0.06203934,0.0075324406,0.0334987,0.07227329,-0.028937919,0.029319309,-0.03915598,0.008922922,0.013229445,-0.0197369,0.036645163,-0.0055261734,-0.021469044,0.009582409,-0.0042151473,-0.035278518,0.006046611,-0.009653919,-0.0064280005,-0.037471507,0.046148118,0.004962035,-0.030511152,-0.05542859,-0.01589917,0.009701593,0.0365816,-0.0064637554,0.016050138,0.037598636,-0.005593711,-0.009367877,-0.023089949,-0.002306214,-0.017464455,0.032259185,0.0020579137,0.0131102605,0.006153877,0.057176627,-0.05218678,-0.06251608,0.027348798,0.0365816,-0.028953811,0.01122715,-0.005017654,0.017559804,0.02595037,0.047673672,-0.04646594,0.034579303,0.010273676,-0.018115995,-0.08218941,0.014254428,0.022915145,0.0031702993,0.024822094,0.02633176,-0.00645581,-0.009264584,-0.006392245,0.0046839383,0.038329635,0.034483958,-0.022994602,-0.00055569626,-0.00069474446,0.092296235,-0.036549818,0.02944644,-0.030002631,-0.013626725,-0.011147694,0.02944644,0.01854506,-0.014127298,-0.048055064,0.043796215,-0.020706266,-0.03232275,-0.013475758,0.0144689595,-0.047514763,0.012681197,-0.0022049074,-0.036772292,0.014580199,0.011974038,-0.058447924,0.015613128,0.049358144,-0.039283108,-0.057844058,-0.022279497,-0.002399575,-0.0149854245,0.03607308,0.023598468,-0.018640406,-0.010098874,0.017496238,0.007862183,0.020610917,0.025187591,-0.0038655403,0.020706266,-0.028635986,0.01472322,-0.030177435,-0.043510173,0.017337326,-0.026045717,0.011012618,-0.01388893,0.015915062,-0.006574994,0.053044908,-0.07373528,0.011401953,-0.0032259186,-0.004715721,0.0659168,-0.01881521,0.004282685,-0.002252581,-0.0329584,-0.012760653,0.058320794,0.035087824,-0.00030516117,0.028906137,0.046275247,-0.018068323,-0.022470191,-0.011370171,-0.009057998,0.047038026,-0.011203313,-0.022740342,-0.01805243,0.0045727,0.025108134,-0.06985782,0.00954268,-0.00040125343,0.021357806,0.021310132,0.053775903,0.029875502,-0.014087571,-0.023789164,0.006900764,-0.038647458,-0.02102409,0.00210956,-0.007830401,0.036772292,-0.037026554,-0.025743784,-0.01817956,-0.0016894358,-0.01881521,-0.0789476,0.08339715,-0.026220521,-0.006209496,0.021643847,-0.019260164,-0.030781303,0.060482,-0.0032259186,0.010956999,-0.05708128,0.021977564,0.0052957507,-0.02633176,0.040808666,0.029398765,0.0011689982,-0.027173994,-0.030670064,0.0038953365,-0.018020649,0.0389335,0.02388451,-0.049231015,0.0035397704,-0.0049898447,0.038488545,0.018259017,0.010543828,0.024790311,-0.0005740705,-0.03502426,0.0029736455,-0.019673336,-0.017162522,0.050311618,0.0342297,-0.022613212,-0.023455447,-0.074561626,-0.021135328,-0.03477,0.02013418,-0.06985782,-0.02205702,-0.0044415975,-0.034674652,0.0037066282,-0.011926364,-0.0033669532,0.036041297,-0.042493135,-0.005597684,0.0077191624,-0.040173016,-0.035278518,-0.033244442,0.0136346705,0.0017659123,0.005410962,-0.030797193,-0.007151051,0.012967239,-0.07564223,-0.0097731035,-0.029653026,-0.02258143,-0.040014103,0.0008352825,-0.015104609,0.020992307,-0.024456594,0.07004852,0.016288506,0.008668663,-0.0055619287,0.013022859,-0.03709012,-0.012291863,0.021850433,0.06400985,0.030241,-0.020356659,-0.03243399,-0.044145823,-0.008660717,0.0023896429,0.016447417,0.00444557,0.03623199,-0.016574547,0.024742637,0.067950875,0.02595037,0.0119660925,-0.022676777,-0.042524915,-0.037312597,0.052981343,-0.08085455,-0.0133089,-0.0037264922,0.015231739,-0.016018355,-0.027873209,-0.0045170807,0.01984814,-0.0057327594,-0.028000338,-0.03413435,0.004207202,0.012117059,0.002908094,-0.0069563836,0.011084129,-0.033816528,-0.04869071,-0.039219543,-0.013674399,-0.024440704,0.0269833,-0.0018980082,0.026967408,-0.030129762,-0.011576757,0.0035000423,-0.016971828,-0.003966847,0.0014470946,0.001163039,0.027189884,-0.0003225422,-0.023391882,-0.01238721,0.0023638196,-0.0048229867,0.0070795408,-0.01142579,-0.0066941786,0.043827996,0.011401953,-0.005180539,0.012411047,0.008374675,-0.015938899,0.031130908,-0.01674935,0.019689227,0.0024452622,-0.00238567,-0.018990014,0.011131803,0.030399913,0.040776882,0.055078983,-0.01881521,-0.0049103885,-0.042207092,-0.010369024,-0.0064836196,-0.07271824,-0.011791289,-0.052885994,0.0573991,0.02399575,-0.02738058,-0.031210365,-0.026490672,0.017416783,-0.028858464,0.0133089,0.024297683,0.028937919,-0.00082535046,-0.011870745,-0.028715443,-0.026570128,0.040077668,0.036899425,0.019959379,-0.011799234,0.0072344798,0.022104694,-0.021612065,0.033244442,-0.014103462,0.009185128,0.0032497554,0.022025237,-0.0106073925,0.0010105825,-0.026109282,-0.021055873,-0.02363025,-0.0032497554,-0.01713074,0.0006982207,0.02269267,-0.007139133,0.021294242,0.0012017739,0.020483788,0.0049898447,-0.03413435,-0.006066475,-0.038774587,0.00444557,0.03206849,0.021389589,-0.014627872,-0.06257964,0.028969703,0.0242659,0.017194305,0.031178582,-0.0047038025,-0.029208072,-0.030558825,0.0055698743,0.020674484,0.03140106,-0.00027685493,0.0051527293,-0.0025604735,-0.009749266,-0.0048309322,0.012291863,0.012569958,-0.014961588,0.02076983,-0.02153261,-0.0073377728,-0.03546921,0.013229445,-0.000006510126,-0.008676609,0.03642269,0.01349165,-0.029287526,0.013372465,-0.0023340236,0.042715613,-0.02076983,0.016042192,0.007254344,-0.0102895675,-0.013197662,0.03246577,-0.010615338,-0.0684594,0.06737879,-0.0024134798,-0.018243127,-0.022597322,0.050248053,-0.0149933705,0.026029825,0.031766556,0.040173016,-0.056540977,-0.009034161,0.009105672,-0.0042509027,-0.0053593153,0.02127835,0.0012375291,-0.02348723,0.013197662,0.028635986,-0.019180708,0.013332738,-0.014310048,0.012411047,-0.014683492,-0.008716336,0.012093222,-0.022168258,0.01291162,0.0037423833,-0.02037255,0.028349945,0.021913998,-0.0012474612,0.015287358,0.017241979,-0.015112555,0.014000169,-0.014755002,-0.10786963,-0.010186275,0.0009112624,-0.0072940723,-0.024075205,-0.028715443,0.015748203,0.010035308,-0.003790057,0.03915598,0.018862884,-0.013730018,0.0010488208,-0.0011133789,-0.00008733966,-0.009971743,0.028985593,-0.030272784,-0.042238876,-0.010726577,-0.013086423,-0.020086508,0.022422519,0.021834543,-0.049580622,-0.021135328,-0.017750498,-0.010559719,-0.01636796,-0.01369029,0.025171699,0.011584703,0.012959294,0.004858742,0.012967239,0.007536413,-0.00088295614,-0.041476097,0.0007066629,-0.02854064,-0.02270856,-0.005597684,-0.0006907717,0.02127835,0.0064637554,0.008191926,-0.047514763,0.022104694,0.009129508,-0.04306522,0.007226534,-0.010980836,0.01817956,0.009749266,0.0093519855,0.027015083,0.017845845,0.027873209,-0.004123773,-0.005534119,0.013412193,0.03896528,0.05256817,-0.016654003,0.023773272,0.02051557,0.03775755,0.018576842,0.018306691,-0.002419439,0.011537029,0.020452006,-0.00454489,-0.0056056296,-0.016002463,0.035755254,-0.017845845,-0.038647458,0.02024542,-0.006018801,-0.003247769,0.010114765,0.010226003,0.012013766,0.009097726,0.008092606,-0.021119438,0.0015027139,-0.009328149,-0.0031325577,-0.0049938173,-0.003966847,-0.017432673,0.0057446775,-0.042715613,0.017098958,0.015930953,-0.005474527,-0.06661601,-0.051964305,0.0013418152,-0.024758527,-0.0036768322,-0.022263605,0.044050474,0.023503121,-0.020388441,-0.01148141,0.031067343,0.0058042696,0.011846908,-0.04023658,0.0003883418,-0.012117059,0.0077747814,0.00447338,0.007870129,0.012951348,-0.000495111,-0.006284979,-0.018084213,0.054920074,-0.033117313,-0.0002295537,0.033212658,0.042747393,0.029668916,-0.009955852,-0.01142579,0.008036987,-0.019800466,-0.009518843,0.0037741659,0.05259995,-0.017591586,0.004707775,0.046879113,0.00041913104,-0.007238453,0.010051199,0.006376354,-0.008247546,0.021294242,0.00015407038,-0.0009077862,-0.017083066,0.023089949,0.00016859596,0.0045210533,-0.008533588,0.0031901633,-0.014850349,-0.0070199487,0.035183173,0.011513192,0.0062452513,0.025171699,-0.00736161,0.005637412,0.014826513,0.034579303,-0.009638027,0.0022625132,0.019387294,-0.02542596,0.005287805,-0.04538534,0.027904991,0.014953642,-0.006225387,0.02205702,-0.010273676,0.012252134,-0.010567664,0.022041129,0.009153346,0.0142147,-0.05136044,0.044558994,-0.022517866,-0.002103601,0.035310302,0.020610917,-0.013205607,-0.03372118,-0.022501973,-0.0060704476,-0.025124026,0.040681534,-0.00029920196,-0.02051557,-0.03569169,-0.025855022,0.00444557,-0.017289652,0.025203481,0.03127393,0.0059512635,0.020785721,0.018481495,-0.025632545,-0.016654003,-0.011457573,-0.011799234,0.016161375,-0.005208349,0.008803738,-0.014564307,-0.009423496,0.019705119,0.011767452,-0.014135244,-0.023201188,0.044781473,-0.0027213723,0.0117515605,-0.0016218981,-0.012228297,0.023280645,0.005271914,-0.000030913397,0.0029835773,0.0007975408,-0.0044932435,-0.014929806,-0.012832164,0.00979694,-0.02453605,0.014238537,0.0019585935,-0.00525205,0.02868366,0.04306522,0.03972806,0.057558015,-0.022215933,0.011378117,0.027205776,0.0049223066,0.008136307,-0.015255576,0.0383932,0.0046283193,-0.007766836,-0.021326024,0.017385,-0.040204797,0.029970849,-0.014190864,0.041190054,-0.0069087096,0.036168426,-0.028127467,0.0293352,-0.0040999358,-0.024043422,-0.008811684,-0.015215848,0.037693985,0.040173016,0.030447586,-0.02634765,0.03829785,-0.010400807,-0.015605182,-0.0043978966,0.003883418,0.011489355,-0.0129036745,0.0062214145,0.01700361,-0.021484936,0.012355427,-0.01142579,0.012808327,0.016399743,0.013062587,0.018799318,0.012061439,0.03333979,0.021993455,0.0024611533,0.031750668,-0.007520522,-0.0342297,0.0066743144,-0.0015990544,-0.016987719,0.013531378,-0.0014083597,-0.0048070955,0.017353218,0.00843824,-0.00049064157,0.028572422,-0.027158102,-0.019991161,-0.023169406,-0.028524749,-0.016399743,0.034197915,0.004139664,-0.027460037,0.0068133627,-0.03546921,0.0124825565,-0.00085067714,0.011775398,0.00052739,-0.016971828,0.009264584,0.0009162284,0.0036291585,-0.03505604,-0.003331198,0.008327002,-0.037693985,-0.015271467,-0.035087824,-0.026760822,-0.025727892,0.0017758444,0.009653919,0.021214785,-0.012045548,-0.0029835773,-0.029954959,0.016558656,-0.0026399298,0.010615338,-0.019371403,0.013873039,0.0062174415,-0.013801528,0.00039579082,0.015501889,0.03244988,-0.016717568,-0.020436116,-0.021453153,0.0164792,-0.029939067,-0.0057685147,0.010519991,0.048277542,0.00021204853,-0.005553983,-0.0045210533,-0.008732228,0.03985519,0.0039648605,0.016447417,-0.02127835,0.0025763647,0.00009255397,-0.01752802,-0.019037686,-0.02231128,-0.005331506,-0.029160397,0.01636796,-0.044082258,-0.0129036745,0.0025147863,0.0033093474,0.014222646,0.008589207,-0.004227066,-0.021484936,-0.010893434,0.0027273314,0.020833395,0.012275971,0.032894835,-0.0056056296,0.0009624123,-0.029303418,0.013777692,-0.018100105,0.030606499,0.013706181,-0.014961588,0.0066862325,0.029430548,0.03009798,0.009844613,-0.008104525,0.030558825,0.04045906,-0.004286658,0.033848308,-0.008708391,0.04786437,-0.009304312,0.025616653,0.0033550349,-0.002345942,0.04932636,0.0215485,0.007357637,0.010559719,0.006960356,0.019832248,0.034102567,0.018402038,0.0116482675,0.0010885489,0.010218058,-0.011537029,0.0022406627,0.015454216,-0.018656299,0.0008397519,-0.0117515605,-0.023709707,0.0013537337,0.007536413,-0.0044336515,0.0039847246,0.018354364,-0.0012901688,0.007842319,-0.0036907368,-0.031321604,-0.0063842996,0.0064995107,-0.01854506,-0.00012532962,0.0026776714,-0.0061141485,0.0142623745,0.005180539,-0.030209217,-0.013078478,0.0032020817,-0.006662396,0.0074529843,-0.010281622,-0.015104609,-0.009463225,0.0065710214,-0.006825281,0.0033550349,-0.009439387,0.026363542,0.0383932,0.0048309322,0.022915145,0.094521,0.022629105,0.04411404,-0.0015056935,0.0284294,0.006316762,0.003158381,-0.00334113,-0.0021214786,-0.008549479,-0.019879922,-0.013173825,0.0072026975,0.010766305,-0.0009162284,-0.0131102605,0.015319141,-0.021500828,0.01519201,-0.011290715,0.01454047,0.025362395,0.03308553,0.0012563999,-0.0365816,-0.020690374,0.0075443587,-0.008021096,-0.01601041,0.040808666,0.03969628,0.0077191624,-0.0036728592,0.024981005,0.011171531,0.016908264,0.014604036,0.012991076,0.028000338,-0.019117143,-0.0056453575,0.0037741659,-0.0059790732,-0.0016109729,0.008215763,0.052250348,-0.012673251,0.0069126827,-0.026411215,-0.038615678,-0.015263521,0.024504269,-0.005899617,0.03416613,-0.0067060967,0.013531378,0.0070835133,0.004389951,-0.0009951879,0.0039251326,-0.00073049974,0.030050306,0.019800466,0.0045965365,-0.021214785,-0.026013935,0.0069087096,-0.014945697,0.014429232,-0.0014758975,-0.021977564,0.025727892,-0.0021512746,-0.015549563,0.01908536,0.016828807,-0.00029796045,0.0065670484,-0.0023618334,0.0026697258,-0.00006592375,-0.0028802846,0.01537476,-0.0047912044,-0.017543912,0.010305459,-0.00003693468,0.023979858,-0.021627957,0.05838436,-0.011147694,-0.018386146,0.013706181,-0.012999021,-0.009932015,0.023328317,-0.03775755,-0.0118548535,0.00047772995,-0.0049818987,0.007838346,-0.02062681,-0.0011610526,0.029668916,-0.0035218927,-0.0008680581,-0.040395495,0.029033268,0.0053831525,0.006126067,0.007417229,-0.016844697,-0.01135428,0.0026776714,0.004854769,-0.016510982,0.005530146,-0.0013487677,0.0028703525,-0.03372118,0.022406626,0.021453153,0.01401606,-0.02685617,0.014762947,0.008108498,-0.0014858295,-0.01894234,0.011266878,-0.0061141485,0.035087824,0.025330612,-0.005120947,-0.013134097,0.019609772,0.028365836,-0.005212322,-0.009852559,-0.015152283,0.029510004,-0.011831016,0.001901981,0.03229097,-0.0098763965,-0.02270856,0.015358869,-0.0057327594,-0.009932015,0.0019744847,-0.0072622895,-0.016622221,0.011362226,0.031877797,0.029939067,-0.021580283,0.0005095124,0.029653026,-0.016955936,-0.02167563,-0.025664328,-0.018862884,-0.020293094,0.008207818,-0.01336452,0.0012415019,-0.014349775,-0.0020777776,0.035850603,-0.016622221,-0.004592564,0.015740259,-0.01238721,-0.07030278,0.013801528,0.034579303,-0.002941863,0.010384915,0.026379433,-0.023312427,0.01374591,-0.0054784995,-0.0052162944,-0.003287497,0.000085477404,0.0049223066,0.007596005,-0.01544627,0.00047052922,0.023693817,0.022088801,-0.00030640268,-0.015708476,0.020452006,0.01803654,0.016526874,-0.008160144,0.0066941786,0.00095794286,-0.03553278,0.0142147,-0.0062452513,-0.010281622,-0.02493333,0.038011808,-0.034674652,-0.0043621412,-0.026363542,-0.020308984,0.012196515,-0.010035308,-0.02502868,0.018147778,-0.011330443,-0.012077331,0.018465603,-0.021198893,0.036486253,0.034039002,0.018878775,-0.015454216,0.023948075,-0.001813586,-0.02725345,-0.05256817,0.0022585404,0.030336348,0.02841351,0.0024015612,-0.020102398,-0.0023499148,0.042938087,-0.02502868,0.028477075,-0.0032219458,-0.03477,0.0139524955,0.016431525,0.011767452,-0.019450858,0.00021031042,0.010075036,-0.025648436,0.007917803,0.0077787545,-0.00668226,-0.0033073612,0.012029657,-0.004795177,-0.011394008,-0.0001916879,-0.009916124,-0.008124389,-0.003474219,-0.026586019,0.0053791795,0.014786785,0.02361436,-0.0394738,-0.018084213,-0.0052202675,-0.0136346705,-0.025743784,0.0065670484,-0.029351091,0.022295387,-0.01284011,0.007901912,-0.0128003815,-0.027221669,0.011290715,0.0142147,-0.03645447,0.008883195,-0.018608624,0.0022565539,0.014039897,0.0068809004,0.021230675,-0.0014272307,-0.013825365,-0.037058335,0.019339621,0.009852559,-0.013380411,0.0047276393,0.022597322,-0.00856537,0.0021890162,-0.006376354,0.016638111,0.0020519544,0.012871892,-0.004080072,0.05698593,0.030701846,0.030034414,0.024075205,0.009947906,-0.006412109,-0.02815925,0.026268193,0.02477442,0.005990992,-0.027920881,0.009916124,-0.011878691,0.01957799,0.017607477,-0.017957084,0.0028763115,0.0047316123,-0.015144337,0.033244442,-0.0051924577,0.014429232,-0.00040100512,0.0032755786,0.0020976416,-0.028667768,0.021055873,0.016812915,0.018767536,0.013436031,0.021310132,-0.011513192,-0.02672904,0.013261227,-0.035183173,0.030924322,0.0007732074,0.018497385,0.005697004,0.04583029,-0.014357721,-0.0071033775,-0.024822094,0.00062621356,-0.01570053,0.00746093,-0.038329635,0.025012787,0.001000154,0.027030973,0.018243127,0.0065670484,0.026808497,0.007953558,-0.0049699806,0.011219204,-0.0057089226,0.0042310385,0.0646455,0.039092414,0.013475758,-0.0049660075,0.03292662,0.003873486,0.019625662,-0.030129762,0.0013199649,-0.03416613,0.009701593,-0.03635912,0.040427275,-0.009169237,0.017877627,-0.04684733,-0.0035953897,-0.0051725935,-0.0062214145,0.02568022,-0.008068769,0.016248778,-0.027317015,-0.027698405,-0.067823745,-0.023852728,0.014516634,0.018211344,-0.0010964945,0.022136476,-0.006332653,0.010226003,0.004739558,0.041285403,-0.0077151894,-0.006086339,-0.00768738,-0.010456426],"social":"https://www.linkedin.com/in/rafi-atqan/"},{"title":"maankaal","description":"track expenses and customer debts in an easy way","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=UW0j3EtC1l8","youtube_transcript":"Not the heaven island, and I am heaven that July. We are building Moncal. One can is up for small and medium sized businesses. In the app, they can record depths, customers, experiences, You can record expenses easily. You specify the amount, the description, the date, You can also register a debt. You first register a customer and after that, you can register a debt to that customer. So you can track the total amount of debts and individual debts as well in an easy way. So far, we have tried several ways. To get users. We try a Toyota. Although we get good impressions, we do not get any signings. We try teaching our families and friends and as well as some of our potential customers. And we managed to get seventeen users. This is our graph. In the next step, we want to reach our potential clients locally and globally. That's it.","embedding":[-0.013370391,0.00032282897,0.0569891,0.021112023,0.0056663402,-0.046666924,-0.0037643372,0.048437394,0.007461864,-0.023751026,0.01905761,-0.045364127,-0.03437385,-0.041288704,-0.004939779,-0.015316239,-0.015241077,-0.020944998,-0.033839367,0.03771436,0.0024740652,0.047401838,0.01880707,0.012501859,0.025772035,0.02010987,-0.020844782,0.0061590653,-0.0014291119,-0.047101192,0.024786584,-0.03333829,-0.022548443,0.06236732,0.030732691,0.02705813,0.055652898,0.0070443004,-0.0069399094,-0.017504273,-0.023283355,0.018923989,0.060496636,-0.018957395,-0.013712794,0.016685847,-0.03504195,0.04172297,0.0041944277,0.018957395,-0.040654007,-0.012518561,-0.009787695,-0.008309519,-0.0027663598,-0.038015004,0.011925621,0.025037123,-0.006413779,0.036411557,0.0038394986,-0.045330722,0.017136816,0.025922358,-0.02306622,0.003238207,-0.018706856,0.01616807,0.009804397,0.045597963,0.022798982,0.018038753,-0.0065599266,-0.02239812,0.013270176,-0.0576572,-0.0029647027,-0.01945847,0.033522017,-0.020026358,0.005002414,0.011541462,-0.033689044,0.023533894,0.04349344,-0.007749983,-0.020276895,0.0022402294,-0.018105565,-0.0031609575,0.026807593,0.0050942777,0.0028206431,0.012886018,0.075495526,0.012702289,-0.0147400005,0.012693938,-0.0048562665,-0.020577542,0.020360408,-0.010831604,0.027425587,-0.054016046,0.04873804,0.04225745,-0.022882493,0.022849089,0.026373327,-0.017955242,-0.09186403,-0.020594245,0.01559183,0.04436197,-0.0039793826,0.03687923,0.033839367,-0.015967637,0.000979709,-0.07756664,-0.019074311,0.014614731,-0.00005552293,0.04335982,0.034307037,0.012819207,-0.041689564,0.044161543,-0.019809224,-0.011174006,0.024586154,0.01008834,0.029647026,-0.028895412,-0.029162653,0.0061298357,-0.06129836,0.024452534,-0.011558165,-0.075695954,0.05732315,-0.013128204,0.009528805,-0.015959287,-0.031033337,-0.0242354,-0.038282245,-0.010647875,-0.020143276,-0.04329301,0.018523129,-0.03824884,-0.050642133,-0.019692307,0.045764986,-0.0038562012,0.050475106,0.01119906,-0.0635365,-0.002384289,-0.03701285,-0.035275787,0.0031442551,-0.04145573,-0.032586675,0.015424805,-0.019592091,-0.046032228,-0.07095243,-0.019642198,-0.046366278,-0.0183394,-0.004492986,0.029513406,0.045597963,-0.037814572,0.018372806,-0.0714201,-0.027726233,0.0314509,-0.037847977,0.032837212,-0.011616624,-0.013512363,-0.044328567,0.014389247,0.025638415,-0.0109735755,0.023734324,0.009929666,-0.03844927,0.026106086,0.03138409,0.015165916,0.029697133,-0.0530473,0.0700839,0.05127683,-0.028978923,0.0033697395,-0.009127944,-0.048537612,0.030014481,0.015775558,-0.017470866,-0.012627128,0.0017078357,0.012176159,0.0114663,-0.0065599266,0.04957317,0.0113827875,-0.038015004,0.038549487,-0.04369387,0.0063052126,-0.043660466,0.009645723,0.011766947,0.013228419,-0.0061465385,-0.00083825924,0.018890584,-0.025538199,-0.030482154,0.036411557,0.022798982,-0.03138409,0.055953544,0.01073974,0.023751026,-0.009203105,-0.030348534,-0.031283878,-0.009645723,0.02475318,0.053615186,-0.027993474,0.01513251,-0.004547269,-0.015675344,0.024936907,-0.06377034,0.0039626798,0.03437385,-0.008568408,-0.040654007,-0.023867944,0.059327457,0.033772554,0.0064805895,-0.020661054,0.005749853,-0.030615775,0.006693547,-0.023817835,-0.024218697,-0.008134142,0.046433087,-0.0047059436,0.038081814,-0.019625496,-0.06804619,0.04513029,-0.011566516,-0.023717621,0.009261564,-0.0058458927,-0.010614471,0.015174267,0.019491876,-0.033689044,0.025588306,-0.009587264,0.013370391,0.003893782,-0.020777972,-0.008372153,0.0011128074,-0.00451804,-0.036511775,0.041756377,-0.02324995,0.023817835,-0.002027272,0.03490833,0.08144163,-0.051644284,-0.019341553,0.061532196,0.040787626,-0.036077507,-0.03858289,-0.031684738,0.01807216,0.0035680823,0.025554901,-0.06620891,0.02134586,0.022782277,0.028511252,0.037079662,-0.060897496,-0.0034845695,-0.03437385,0.040954653,0.02010987,0.011959026,0.02777634,-0.007879428,0.023851242,0.007582958,0.053882428,0.013261825,-0.021228941,-0.021329157,0.04021974,-0.05555268,-0.016568929,0.012560317,-0.0031254648,-0.033171263,-0.026373327,0.017253734,0.0044721076,-0.03824884,0.030883014,-0.04402792,-0.035142165,-0.013270176,-0.0026431784,-0.018890584,0.021279048,-0.017504273,0.0022444052,0.011608272,-0.012025836,-0.019675603,-0.014155411,0.041622754,0.016042799,-0.07723259,-0.028444443,0.041355513,-0.0067770598,-0.0075036203,0.006793762,0.033304885,-0.0008100737,-0.02154629,-0.0340565,-0.021178834,0.007440986,-0.038516082,0.013529065,0.025755333,0.025187446,-0.040787626,-0.026941214,0.024519343,-0.06517335,0.010130096,-0.013270176,0.02024349,0.0340565,0.010489201,-0.060363017,-0.004898023,0.04092125,0.016944736,0.014021791,-0.016761009,-0.017337248,0.024669666,-0.011357734,-0.011933972,0.05094278,0.0458652,0.027726233,0.0043217847,0.058458924,0.014898675,-0.02181353,0.011107196,0.033455208,0.0301314,0.020527434,0.013078096,-0.0020230964,-0.025922358,0.065674424,-0.020293599,0.034140013,-0.027458992,-0.0065849805,-0.0016921771,0.027626017,0.047836103,-0.03163463,-0.013871468,0.010397337,-0.018773666,-0.035810266,-0.019942844,-0.0127273435,-0.004133881,-0.045764986,-0.03091642,-0.001634762,-0.016936386,-0.019141123,-0.06189965,0.03838246,0.0009389965,-0.011817054,-0.043593656,-0.04990722,0.048637826,0.06751171,0.02324995,-0.040453576,-0.07315717,-0.012693938,-0.034741305,0.019876035,-0.006100606,0.03838246,-0.022899196,-0.010230312,-0.056755263,-0.016017746,0.00059607223,-0.036010697,0.012134403,-0.026807593,0.0061757676,-0.014088601,-0.0021817705,0.06300202,0.026840998,0.011432895,-0.009737587,-0.013311932,0.027893258,-0.0041213543,0.015232726,-0.038816728,-0.027843151,0.021429371,-0.0060546743,-0.017078357,-0.04356025,-0.043794084,0.004363541,-0.013453904,-0.036311343,-0.012009134,0.016877927,-0.05344816,-0.020944998,-0.021061916,0.03791479,0.028527955,0.030081293,0.069081746,-0.005353167,0.001360214,-0.0019103541,-0.008468193,-0.014907026,-0.017671298,-0.02679089,0.027308669,-0.007866901,-0.0622337,-0.013412148,-0.018389508,0.013303581,0.03250316,-0.008472368,-0.05084256,0.0458652,-0.050074246,0.022798982,0.015550074,0.023233248,0.0062634563,-0.009161348,-0.105626926,0.017654596,0.0052947085,0.018773666,0.05084256,-0.022481631,-0.011817054,-0.024769882,0.015608533,-0.067745544,-0.029196057,0.022414822,0.034140013,-0.01513251,-0.03661199,0.054416906,0.047902912,0.0139633315,0.015316239,-0.015316239,0.0038457622,-0.0033029292,-0.037079662,0.00379983,-0.010689632,-0.01054766,-0.013721145,-0.006689371,0.013762902,0.025170743,0.012869314,0.017905133,-0.02679089,0.0081842495,-0.024686368,-0.009645723,0.021228941,0.018005349,-0.04092125,-0.0075370255,-0.0057790824,-0.016911332,-0.0113326805,-0.039250992,0.013787955,0.046800546,-0.042925555,-0.012393292,-0.021379264,-0.013462256,0.008075682,0.010464148,-0.03674561,0.005357343,0.011349383,-0.024101779,-0.030866312,0.034140013,0.020427218,-0.0008085078,-0.012126051,0.034206823,0.018640045,-0.009445292,0.021846935,-0.025855547,0.0024782408,0.009929666,0.011290924,0.011750244,0.006188295,-0.002142102,-0.0062634563,-0.020661054,0.033922877,0.006722776,0.012268023,0.015349643,-0.006417955,-0.040954653,-0.01565029,0.027258562,-0.012401643,-0.018974097,0.023166437,-0.060930904,-0.0018466756,0.023684217,0.015850719,0.008743785,0.0018915638,0.0044011218,-0.0053239376,-0.044261757,-0.012460102,-0.0036703853,-0.014046844,0.0039689434,-0.0030690935,0.011775298,0.053214323,-0.008192601,-0.020126572,-0.0012224179,0.014815162,0.03185176,-0.021429371,0.0005908527,-0.010439094,0.0021838583,0.00081059564,0.01486527,-0.008844,-0.0005955503,0.004722646,-0.022414822,-0.024786584,0.015708748,-0.03393958,0.04402792,-0.023467083,-0.019642198,0.0034261106,0.014881972,-0.02934638,-0.018189076,0.010489201,0.01919123,0.0057289745,-0.0016305865,0.026072681,0.0092699155,0.0064805895,-0.03130058,0.011057088,0.020026358,0.01840621,0.013771253,0.012977881,-0.046466496,-0.023500487,-0.0055452464,-0.00013910093,0.010238663,0.017320544,-0.037380308,0.0074743913,0.00045096886,0.003743459,0.04880485,0.026156193,-0.032870617,-0.00040294902,-0.005645462,0.0025847196,-0.055118416,0.006626737,-0.003664122,-0.000104586674,0.013537417,-0.014840215,-0.00822183,0.017654596,0.0064012525,0.040587198,-0.028711684,-0.014372544,0.0077917394,-0.037814572,0.022197688,0.014506165,0.028193904,-0.021780126,0.07108605,0.007440986,-0.015057349,0.0045932014,0.02167991,-0.009938017,0.037680954,0.014372544,0.019274743,-0.04526391,0.017454164,-0.021395966,0.000506818,0.00831787,0.02613949,-0.005298884,-0.06460546,-0.015074051,-0.04573158,-0.014055196,0.021796828,-0.032770403,-0.035609838,0.0014207606,0.0047059436,0.023333462,-0.0046725385,0.0248868,-0.034941733,-0.022297904,0.012577021,0.025354471,-0.021997258,-0.015675344,-0.0189908,-0.0048562665,0.012810856,0.008029751,-0.03248646,-0.01323677,-0.023584,-0.018589938,-0.01682782,-0.014188816,0.035576433,-0.028895412,-0.0013894434,0.027876556,0.0119506745,0.0016003131,-0.023734324,0.014280681,-0.011491355,0.0065808045,0.012543615,-0.038148623,0.019558687,0.025187446,-0.011474652,-0.00090454746,0.0714201,0.0005704965,-0.0020596331,0.034607682,0.006021269,-0.004110915,0.022281202,0.0023759378,-0.03898375,-0.01939166,0.015934233,0.008952566,0.010539309,-0.0064096036,0.039785475,-0.069148555,-0.016418606,-0.042491287,-0.04212383,-0.023533894,0.013980035,-0.019926142,-0.018506425,-0.017838323,-0.033522017,0.031701438,0.01984263,-0.03714647,-0.024636261,0.02345038,0.019241337,-0.03654518,0.038549487,0.06443844,0.022247797,-0.014439355,0.027976772,-0.026373327,0.013570822,0.030448748,0.01153311,0.025170743,0.028795196,-0.0098879095,0.002269459,-0.039651852,0.017120114,-0.013838063,-0.0022548442,-0.020360408,-0.038616296,-0.0012693938,0.0015627324,0.02705813,-0.038883537,-0.013771253,-0.011708488,-0.051477257,-0.012134403,0.012819207,0.002741306,0.021395966,-0.008263587,0.007557904,-0.029997779,0.0008674887,-0.00559953,0.003822796,-0.01945847,0.0033029292,0.0026744958,-0.02286579,0.027759638,0.008560057,0.009620668,0.012192861,-0.08357956,-0.050074246,-0.0014165851,0.020694459,-0.012844261,0.005582827,-0.0010459971,0.00033483392,-0.003376003,0.008827298,0.01388817,-0.026907807,-0.0054784366,-0.0035910483,0.0010783584,0.021579694,-0.014598029,0.009938017,-0.018439615,0.037413713,-0.0029542635,-0.026289813,-0.0065724533,0.035609838,-0.028912114,-0.044395376,-0.0017172309,0.010689632,0.03302094,0.015950935,0.028327525,-0.007724929,-0.011583218,-0.011048737,-0.022214392,0.044261757,0.004069159,0.014188816,-0.022297904,-0.0041547595,-0.043526847,0.0015502054,-0.008163371,-0.009403535,-0.022748873,0.015023944,0.0067687086,0.05481777,0.004676714,-0.0035680823,-0.020794675,-0.0052237227,0.008209303,0.008000521,-0.002004306,0.04573158,-0.024118483,-0.004146408,-0.008121615,-0.0078042666,-0.025053825,-0.0136543345,-0.01984263,-0.026957916,-0.011315977,-0.0009812748,0.016209824,0.027809747,-0.022548443,-0.010130096,-0.016986493,0.036344748,0.023600703,0.020878188,-0.011700137,-0.0010971487,-0.0129862325,0.030515559,0.0018226658,-0.03185176,-0.0016117961,-0.020226788,0.018589938,0.0053406404,0.0017057479,-0.0058667706,-0.011541462,-0.04900528,0.01625158,0.00027611403,0.018005349,-0.0059127025,-0.036912635,-0.0020450184,-0.002593071,0.016435308,-0.027592612,-0.025404578,0.012693938,-0.0025053825,-0.023216544,0.010697983,0.00707353,0.006021269,0.03288732,-0.0166942,0.03490833,-0.024385722,-0.00079859066,-0.030732691,0.010497552,0.023467083,0.015090754,-0.020861484,-0.0027893258,0.0569891,0.007428459,0.0063636717,0.010572714,-0.015190969,0.0075370255,0.0017360213,0.025404578,0.0026264759,0.032202516,0.042558096,0.014957134,-0.007645592,0.0011002804,-0.023233248,0.028778493,0.03791479,0.014698244,0.045163695,0.0425915,-0.0001474522,0.028277418,0.0060546743,-0.018790368,0.009395184,-0.012844261,-0.012242969,0.014247275,-0.020059763,-0.00039981728,0.025270957,-0.007866901,0.032386243,-0.032202516,0.0109735755,0.015491615,0.029062437,-0.023951456,0.0130948,-0.041121677,0.023199841,-0.008200952,-0.0035659943,-0.002302864,-0.0024970311,-0.0067979377,0.016468715,0.01342885,-0.0053155865,0.015792262,0.0059836884,0.013704442,-0.015533372,0.001680694,-0.018589938,-0.01225132,0.06934899,0.047435243,-0.00012696547,0.05658824,-0.016677497,0.0065599266,-0.016752658,-0.0015251515,0.01827259,-0.012242969,0.003330071,0.014957134,0.0079754675,0.04235767,0.010263717,-0.014915377,-0.014364193,0.044762835,0.004146408,0.007729105,-0.004847915,0.022515038,-0.0069900174,-0.016401904,0.008977621,0.0209617,-0.007829321,-0.0049940622,-0.027275264,0.0020084816,-0.015107457,0.030582368,0.01984263,0.018873882,-0.0017996997,-0.030665882,-0.0071319886,-0.007520323,0.05652143,-0.006923207,-0.04589861,0.013671037,-0.012460102,-0.010564363,0.016360147,-0.007511972,-0.0037977423,-0.003536765,-0.049706787,-0.008234357,0.0030920596,-0.030999932,0.009203105,-0.022565145,0.0004238272,-0.010280419,-0.013904873,-0.016360147,0.011959026,-0.0011451686,0.02679089,0.018305995,-0.003975207,-0.0012224179,0.014088601,-0.011984079,0.019809224,0.017120114,-0.022748873,-0.01689463,0.004689241,-0.0288286,-0.020494029,0.008735433,-0.014422652,0.0073240683,0.026239706,0.016226528,0.013980035,0.017120114,0.031317282,0.02600587,-0.011599921,0.023533894,0.029379785,-0.027492397,-0.00002330854,0.012293077,0.024435831,0.0073532974,-0.011449598,0.016593983,-0.008163371,-0.024769882,0.0268577,-0.021178834,0.013453904,-0.0027538328,0.03975207,-0.019408364,-0.028778493,0.016802765,-0.013913224,0.025003718,-0.015767207,-0.0058417167,0.0183394,-0.018640045,0.029095842,-0.037113067,-0.0032068896,0.025504794,0.03571005,-0.0031024986,-0.027793042,-0.013662686,-0.020744568,-0.028461145,0.04806994,0.016552227,0.0008930645,0.03584367,0.014130358,-0.014898675,-0.0026139491,0.012034187,0.0024448358,0.0057289745,0.032837212,0.00087688386,-0.015015593,-0.015666991,0.029480001,0.020159978,0.004422,0.028845305,-0.012242969,-0.008935864,0.037179876,-0.0003664122,0.015608533,0.007670646,-0.002532524,-0.006706074,-0.0019322763,-0.01990944,0.005783258,-0.034240227,0.0035409406,-0.020794675,-0.0030690935,-0.000368761,-0.0029062438,-0.03898375,0.000071834016,0.011741892,-0.011858811,0.011708488,0.01041404,0.02770953,0.0065599266,0.0012756572,0.033572126,-0.017303841,-0.015082402,-0.0012683499,-0.0014186729,-0.01847302,-0.026557054,0.008092386,0.012201212,-0.037346903,0.0042675016,-0.0031484307,0.028394334,0.016226528,0.02298271,-0.012009134,-0.0039772945,0.102152795,-0.014063547,-0.02790996,0.0059377565,0.038616296,-0.015115808,0.021730017,0.032002084,0.006785411,0.015249428,-0.02580544,-0.0057206233,0.005056697,-0.0196589,0.033772554,-0.04118849,0.028193904,-0.00854753,-0.007921184,-0.00014131924,0.023817835,-0.030164804,0.010597768,-0.0029333853,-0.031066744,-0.03105004,-0.010823253,-0.01597599,-0.027726233,0.042624906,-0.0011503882,0.041054867,0.016034449,0.0013435114,0.004781105,0.0070985835,-0.016468715,-0.020577542,-0.0049731843,0.020393813,-0.00041391008,0.008844,0.034941733,-0.011274221,-0.021913746,0.0034532521,-0.014923728,0.013336986,-0.03611091,-0.05017446,-0.009144646,-0.0042006914,0.017921835,0.0281605,0.0016859137,0.012067593,-0.00012624779,0.0386497,-0.014063547,0.0075620795,-0.022130879,-0.011107196,0.008927513,0.0056913937,0.0024448358,-0.0149487825,-0.01722033,0.005954459,-0.023216544,0.032987535,0.02796007,0.02829412,0.02378443,0.013002935,0.005336465,0.0092699155,-0.010272068,-0.010071638,0.0075370255,-0.005958635,0.005035819,-0.023751026,-0.019308148,0.006021269,-0.021112023,0.018589938,0.015792262,0.017437462,0.0075370255,0.028544659,-0.050608728,-0.012134403,0.013470607,-0.0032465581,0.016360147,0.0153579945,-0.030014481,0.022581847,-0.010981927,-0.022047365,0.0029250341,0.02167991,0.0010548704,0.031350687,0.0018372805,0.0010971487,-0.023851242,0.00930332,-0.01957539,-0.013378742,0.009896261,0.009286618,0.0022945127,-0.0073324195,0.04766908,-0.028711684,-0.011090493,-0.03176825,0.033438504,-0.031718142,0.020076465,0.016326742,-0.007887779,-0.0009019377,0.02024349,0.014589678,0.01813897,0.014873621,0.026039276,-0.004069159,-0.01755438,0.023700919,0.00007450903,0.010130096,-0.014038493,0.015107457,-0.008601814,-0.02010987,0.018957395,0.009963071,-0.056120567,0.010263717,-0.01008834,0.0101467995,-0.022949304,0.0107647935,-0.005123507,0.058525734,0.012201212,-0.002073204,0.040587198,0.0014677366,-0.0007578782,0.025454687,0.017921835,-0.004052456,0.025120635,-0.012627128,-0.0144811105,0.0016598159,-0.00056057936,-0.009152997,-0.032519866,0.0010037188,0.01598434,0.029179355,-0.008418085,0.044562403,-0.004213218,-0.03754733,-0.025321066,-0.020477327,-0.039384615,-0.017120114,-0.010255366,-0.03571005,-0.01225132,0.017821621,0.010990278,-0.028895412,-0.03701285,0.020777972,-0.023216544,0.017571082,0.022565145,0.010297122,0.005344816,-0.015792262,0.0057206233,-0.002098258,0.010948521,0.037580736,0.010464148,0.0023237423,0.0015721276,-0.041422322,0.02134586,0.010230312,-0.017003195,0.05167769,0.016276635,-0.002728779,-0.009946369,0.031200364,-0.0017088796,0.021312453,-0.017437462,0.014205519,-0.008042278,0.02239812,-0.003925099,-0.010915116,-0.015817314,-0.0025701048,0.006434657,-0.017654596,0.0060504987,0.012543615,0.012000782,-0.051644284,0.04703438,-0.00032335092,0.0049940622,-0.02508723,-0.0150657,-0.0013957068,0.03721328,0.0009724016,0.021028511,-0.0057957848,0.05448372,-0.067778945,0.037313495,0.0072864876,-0.048303775,0.0074576885,-0.047201406,0.019742414,-0.006417955,0.016685847,0.022431524,-0.022331309,0.022381417,0.013195015,0.0062175244,-0.031400792,-0.0010418216,0.033588827,0.00035884386,-0.015758855,0.009912963,0.008935864,0.0094954,-0.013370391,0.011324329,-0.00056527695,0.016201474,-0.015441507,-0.00013949239,-0.0020690283,-0.0007610099,0.017237032,-0.0109735755,-0.00739923,0.0050274674,0.013988386,-0.016719252,-0.0069482606,-0.013286878,0.014439355,-0.0062258756,-0.0007761466,0.038081814,-0.0006461799,-0.0020846871,0.00753285,0.0046140794,0.020560838,0.00759966,-0.015441507,-0.0114663,0.0039480655,0.0073449463,-0.040988058,0.0063427933,0.0017109675,0.017988646,-0.0014865269,0.044228353,0.005136034,-0.0025534022,-0.0026223003,-0.010714686,0.03524238,0.04984041,-0.00612566,-0.0011952763,0.013746198,0.025103932,0.016861225,0.04335982,-0.015875774,-0.003950153,-0.005136034,0.043393224,-0.0068689235,0.0019124419,0.021947151,-0.014339139,-0.016201474,0.006426306,-0.009570561,-0.00013029294,-0.012819207,-0.009745938,-0.005470085,0.011858811,0.001991779,0.02600587,0.031484306,0.021212239,0.016393553,-0.011624975,0.020510731,-0.005954459,0.0003489267,0.011157303,-0.005591179,0.028177202,0.008501598,0.04329301,0.044762835,0.04589861,-0.051844716,0.0023007763,-0.023918051,-0.0037330198,-0.033421803,0.030181509,-0.006309388,0.042825337,-0.010447445,0.021646505,-0.011224113,-0.013829712,0.013813009,0.0071737454,0.008188426,0.015633587,0.014105303,0.0023404448,0.023082923,0.0051736147,0.027258562,-0.042391073,0.0020690283,-0.0058208387,0.009203105,0.00071455596,-0.041689564,-0.030348534,0.00854753,-0.019107718,0.0090611335,-0.019675603,0.0497736,-0.040253144,0.0006117309,0.012994584,0.0004885496,0.036344748,-0.02647354,0.03878332,-0.033187967,0.0022945127,-0.036177725,-0.0021337508,0.028511252,-0.010422391,-0.002716252,0.039451424,0.032436352,0.050541915,-0.021663208,0.005035819,-0.012284726,-0.023400273,0.0024427478,-0.014188816],"social":"https://twitter.com/muhaksim"},{"title":"#rockmypost","description":"interactive listening parties with your fans to promote songs and engage subscribers","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qQ2e9IlJ2Yk","youtube_transcript":"Hey. Hi. My name is Polly, and you won't forget my flow. I'm rocking advertising. I'm barely rock my pose for artists, interactive listening parties with your fans. To promote songs and engage subscribers. How it works? You are a music artist with songs Spotify. We create for you an interactive livestream on Youtube, your fans both on Twitter and hangout in the live chat. You connect with your fans, and you can share open practices, promote shows, news releases, and ask fans to buy you a coffee. We started shipping a live demo on YouTube. We set a challenging goal for May twenty, and we launched a link in on Twitter. Boom. We reach our first artist and we deserve our first five dollars. But then, was hard. Focus on money is tough, so we focus on what it works and back to marketing to sculpt artist. We made YouTube shirts, live streaming, Discord, and in words, we reach our first monthly subscription. Up to date, we have streamed three weeks in a row with Quiróven de Guatro, and we are dealing with more artists. See you in the road, bye.","embedding":[0.022623055,0.0170425,-0.055986047,0.02179575,-0.005181943,-0.038507327,0.020968445,0.0020682646,-0.01741855,0.027932854,0.03170838,-0.032249887,-0.022592971,-0.029602509,0.038086154,0.057700824,-0.06570313,-0.05165397,-0.03664213,0.01641074,0.03727389,0.0071862796,-0.028624784,0.045366447,0.025796901,-0.038657747,-0.03703322,0.026187992,-0.035498943,-0.031166868,0.00617471,-0.042929653,0.022006337,-0.010867791,-0.015688729,-0.03125712,-0.0065281955,0.005866351,0.010506785,0.00088653347,-0.02460859,-0.0018811808,0.0398611,0.04530628,0.019419126,0.046208795,-0.028669909,0.010183384,0.09265826,0.007934616,-0.08573897,0.04599821,-0.029181335,0.025420854,-0.0024273908,-0.0304599,0.017629137,0.0013641146,-0.028459322,-0.010281156,-0.013575338,-0.024488254,0.05024003,-0.03218972,-0.037303973,0.011597324,-0.06810984,-0.022442553,0.012078666,0.031618126,0.027692184,0.05087179,-0.0018971629,-0.040883955,-0.07442745,-0.0075172023,0.00006146036,0.023645906,0.011537157,-0.06955386,0.01249984,-0.0119508095,-0.032761313,0.0304599,-0.019825257,0.014199577,-0.054271266,-0.035920117,-0.017162837,0.02524035,-0.06443961,-0.00046559458,-0.014289829,0.023721116,0.040101774,-0.0046065897,0.023269858,-0.0057309736,0.05321833,0.01617007,0.034476094,0.0026548998,-0.06955386,-0.059566025,0.03531844,-0.012462235,0.015899315,-0.015041925,0.016681494,-0.052977663,-0.088326186,0.0024048279,0.015493183,-0.003610062,0.013545253,0.013026307,0.03179863,-0.03086603,0.03859758,-0.028083274,-0.08423478,0.033212572,0.040131856,0.0022149235,0.0009119167,-0.031377457,-0.01913333,-0.0074871182,-0.03249056,-0.047682904,0.07875952,0.00414029,0.028414197,-0.03712347,-0.04662997,0.0027094267,-0.015583434,-0.039590348,-0.000867261,0.022081546,0.01523747,-0.05866351,-0.000991827,-0.007321657,-0.003726637,-0.030294437,-0.029737886,0.0034953675,-0.04476477,-0.01594444,0.030264353,-0.006133345,-0.02203642,0.03330282,0.020441977,0.016816873,0.0118756,0.04118479,-0.02820361,-0.022066504,0.017057544,0.014214619,-0.0043772003,-0.017238047,-0.042388145,0.01765922,-0.03149779,-0.020171221,-0.057670742,0.017132754,-0.04828458,-0.011913205,-0.026864879,0.026518915,0.037063304,-0.058422837,-0.014267266,-0.06299558,-0.004523859,-0.04584779,-0.0016809352,0.00049027277,0.013116559,-0.037364144,-0.04289957,0.029346796,-0.004512578,-0.040974203,0.019584587,0.009092844,-0.014207099,0.008423478,0.005952842,0.035348523,-0.024413045,-0.04726173,0.058452923,0.014342476,-0.025766818,0.017313257,0.0018586179,0.034807015,-0.003312984,-0.022517761,0.0049036676,0.01851661,0.02000576,0.04031236,-0.0012212163,0.040492862,0.07484862,-0.008506209,0.025225308,-0.010649683,-0.027677143,-0.01866703,-0.05132305,0.049939193,-0.0040199547,0.0329719,-0.048435,0.0046968414,-0.014951673,-0.0033656307,0.02508993,0.024743967,0.023284901,-0.015260033,0.013605421,0.021389619,0.015523267,0.04094412,0.0004070721,-0.021058695,0.03420534,-0.01641074,0.0022468877,0.0077992384,-0.0070358603,0.009258305,-0.020457018,-0.052195482,0.011619887,-0.0018022107,0.03468668,0.003719116,-0.049187094,-0.055233948,0.012484798,0.041365296,0.056708056,-0.013191769,-0.008949946,0.029060999,0.041395377,-0.053579338,0.013154164,-0.017945018,0.0059754048,-0.02937688,0.030670486,-0.013650547,-0.059084684,0.0073103756,0.013304583,0.025375728,-0.01507953,0.03585995,0.0154179735,0.039259426,0.0348371,-0.010800103,-0.0028166005,0.018712156,0.009446329,0.016982334,0.035799783,-0.005648243,0.00679519,0.013627985,0.01812552,-0.011905684,-0.0008268358,0.008220412,-0.014485374,0.026353452,0.02157012,-0.004328314,-0.025059847,0.046359215,-0.0039146612,0.0022826123,0.03570953,-0.013018786,0.034626514,-0.00061389856,0.043230493,-0.03537861,-0.038236573,-0.03125712,0.03420534,-0.0426589,-0.011815432,0.017463675,-0.00024008323,0.01914837,0.000052969906,0.014034117,-0.014823818,-0.010739935,0.04882609,0.068230174,0.0064266627,-0.017508801,-0.025345644,0.013507649,0.063958265,-0.018712156,-0.0068515968,-0.06810984,-0.049879026,-0.041244958,-0.03243039,0.016425783,-0.00061060814,-0.021269282,0.057851244,-0.0038432118,0.029497216,-0.009310951,0.037755232,-0.09602765,-0.01734334,-0.010649683,-0.021735583,-0.008423478,0.019554503,-0.017373424,0.03360366,0.057550404,-0.05499328,-0.03859758,-0.039319593,0.0034916068,0.0024950793,0.0106421625,0.016756704,-0.05117263,-0.005922758,0.022803558,0.013958907,-0.061340973,0.029813096,0.013274499,0.075811304,-0.0143575175,0.050510786,-0.055083532,-0.01687704,0.01374832,-0.025962362,0.036371376,-0.025210267,0.001460947,0.015282596,0.038567495,-0.03664213,-0.046690136,-0.023991872,-0.034085,0.046690136,-0.013605421,0.029060999,0.023330025,-0.0082881,-0.025541188,0.026233118,0.0136655895,0.018576778,0.0053398833,0.013763362,0.012838284,0.02296902,0.009905107,-0.043260578,-0.009649395,-0.015598477,-0.0145304995,-0.023600781,0.00032551665,0.049608268,-0.0571894,-0.022848684,-0.02211163,0.015433015,0.013808487,0.03155796,0.034626514,-0.011499552,-0.007163717,-0.010792581,-0.028293861,-0.026368495,-0.0005297578,-0.0024819176,-0.009341036,-0.0013481325,-0.022803558,-0.0048171766,-0.030730654,0.010296198,-0.07472829,0.05132305,0.01522995,-0.010619599,-0.011822953,0.022848684,-0.029572425,0.040733535,0.09211675,0.029181335,-0.06263458,0.049277347,-0.012409588,-0.016937207,-0.0065958844,0.04729181,-0.022457594,-0.033573575,-0.017072584,-0.060979966,0.021224156,0.07635281,-0.024668757,-0.010837707,-0.023254817,-0.047201563,0.017478717,0.03898867,0.017704345,-0.029121168,0.01626032,-0.038477246,0.04632913,0.012153876,-0.0042380625,0.020592395,-0.022638097,-0.03712347,-0.0077465917,-0.018877616,-0.05195481,-0.011033252,0.021163989,0.007047142,-0.020712731,0.029361838,-0.001820073,-0.0029181335,-0.015342764,-0.05156372,-0.009551623,-0.026548998,0.020457018,0.011695097,-0.01726813,-0.01734334,-0.005843788,0.02382641,-0.0048246975,0.018260898,-0.014989278,0.008393394,0.052225564,-0.06413877,0.008348268,-0.014440248,0.01492159,-0.0056444826,-0.008092556,-0.0042531043,-0.008874736,-0.033844333,0.06359726,-0.0064003393,0.020111054,-0.00961179,0.0010848988,-0.06600397,-0.00066043454,-0.011762786,0.040342443,0.04437368,-0.018922742,-0.03438584,-0.04226781,-0.043772,-0.01851661,0.021540036,-0.010529348,-0.049006592,-0.024006912,-0.017553927,0.10794085,0.048344746,0.0015897434,-0.009265826,-0.012274211,-0.010032964,0.015034405,0.00075632683,0.0039184215,-0.01062712,0.025796901,-0.032069385,-0.031738464,-0.0071599563,0.008318185,-0.016982334,0.01812552,-0.040823784,0.029978557,0.0094087245,0.0137031935,-0.003211451,0.008333227,-0.029752929,-0.038657747,-0.039259426,-0.022487678,-0.024668757,-0.028504448,0.001664013,-0.0066598123,-0.020186264,-0.019900467,-0.021449786,-0.045426615,-0.0070170583,-0.006554519,-0.028745119,0.002461235,0.015019363,0.008242975,0.006377776,0.023991872,-0.001805031,-0.021133905,-0.026203034,0.00492247,0.041455545,-0.027872687,0.019088203,-0.013545253,0.00022198592,-0.012544965,0.012462235,0.015169782,0.017584011,0.017839724,0.018215772,-0.01656116,-0.008273059,0.033934582,0.00851373,0.018321065,-0.025947321,-0.041275043,-0.03796582,0.04289957,-0.004268146,-0.028308904,0.0061295847,-0.018230813,0.035980284,0.0027150675,-0.013973949,0.018456442,-0.006501872,-0.034476094,-0.028880496,-0.01641074,-0.016139986,-0.009679479,-0.020441977,-0.0043245535,-0.041545797,-0.013507649,0.027857646,0.029677719,0.004805895,-0.03922934,-0.019238623,0.02937688,-0.039319593,0.019343916,0.0024480734,-0.027376303,0.0025947322,-0.020246431,0.019990718,0.010807623,-0.040192023,0.0024405525,0.021434743,0.025225308,-0.011634929,-0.009972797,-0.010378929,0.0042907093,0.0042418228,-0.035168022,-0.0066034053,-0.032219805,-0.048465084,0.00828058,-0.016455866,0.0019310071,-0.006133345,-0.0146282725,-0.014929111,-0.003805607,0.024789093,0.015342764,0.009551623,0.009333515,0.012755552,-0.0063476926,-0.009160533,0.024052039,0.014470332,0.020502144,0.011792869,-0.001983654,-0.0047946135,-0.04440376,-0.0122967735,-0.0022299655,0.00320393,-0.044433847,0.027722267,-0.02289381,0.03351341,0.0014026596,-0.005178183,-0.037544645,-0.020622479,0.032851566,0.012951097,-0.009070281,0.0073028547,0.036521796,0.025481021,-0.021344492,-0.008686712,-0.008995071,-0.05415093,0.009303431,0.00976973,0.0114318635,-0.047863405,0.038657747,-0.01343996,0.023570698,0.0108903535,0.00781428,0.009950234,0.029662676,0.017674262,0.030128976,-0.018050311,-0.008588939,-0.0046667573,-0.040372528,0.010175862,-0.025766818,0.003476565,-0.04289957,0.033092234,0.016997376,-0.058573257,0.009972797,-0.039710682,-0.01726813,-0.019780131,-0.01062712,0.018937783,-0.015402932,-0.00058099435,-0.03330282,-0.023991872,0.015305159,0.003109918,-0.0017852884,0.024262626,-0.040342443,-0.024789093,0.009732125,0.005463979,-0.08026371,0.017824681,0.008588939,-0.015184823,0.006415381,-0.0271958,0.0028579659,-0.02945209,-0.01070233,-0.014169494,0.03234014,-0.023314985,-0.00960427,-0.0017147795,-0.0019592107,-0.031227037,0.02727101,-0.025450937,-0.038025986,0.020637522,0.024036996,0.0035066488,0.04672022,-0.035137936,-0.04181655,-0.008942424,-0.03826666,-0.02445817,-0.015914356,-0.035920117,0.0133572295,-0.009687,0.021284325,0.020908276,-0.014274787,-0.017283171,0.024097165,-0.042448312,0.008212891,-0.022698265,-0.030279396,0.018306023,0.008265538,-0.013853613,0.018697113,0.02000576,-0.0129134925,0.017809639,0.039500095,-0.014440248,0.023991872,0.00010405957,0.015824106,-0.033182487,0.036521796,-0.020366767,0.0066786148,0.008378352,-0.004858542,-0.01944921,-0.00695689,0.01148451,0.0034897267,-0.0143575175,0.027376303,0.000672186,-0.0035141697,0.021374576,-0.0013293301,0.012371983,-0.024909427,0.0028485646,-0.033001985,-0.00015676506,0.012785637,0.014432727,-0.020246431,-0.02563144,0.01922358,0.0029012114,0.00029966334,-0.008273059,0.013379793,-0.013251936,0.020953402,0.008807047,-0.042327978,0.022938935,-0.008746879,-0.03164821,-0.00617095,-0.012086187,-0.013289541,-0.04304999,-0.019374,-0.002295774,-0.017132754,0.0041290084,-0.06299558,-0.049788773,-0.012981181,-0.017553927,-0.013289541,-0.037394226,0.01375584,-0.03155796,-0.039800934,-0.0019112646,0.032610893,-0.014056679,-0.0043621585,-0.03459643,-0.00679895,-0.030685527,0.0017561448,0.0016452105,0.020953402,-0.0044636913,-0.0069493693,0.018080395,-0.041906804,0.0514133,0.011476989,-0.026473789,0.016200153,0.009717084,0.012921014,-0.02242751,0.036130704,0.018140562,0.010649683,-0.015260033,0.00335999,0.0037830442,-0.009544102,0.026383538,0.025225308,-0.015523267,-0.021359533,-0.0008531592,-0.008844652,-0.0023390194,-0.0032979422,0.00078970107,-0.008340747,0.008641586,-0.041997056,0.009671958,-0.015583434,-0.0025984927,-0.02093836,0.000039955114,-0.032460473,0.03330282,-0.049939193,0.004557703,0.029798053,-0.00013161685,-0.0038695352,0.02508993,0.01351517,-0.044794854,0.009935192,0.017990142,-0.0052458714,0.005588075,-0.02507489,0.010927958,0.031678293,0.006076938,0.06570313,-0.0024649955,0.05165397,-0.017478717,-0.018862573,0.03904884,-0.0050578476,-0.03922934,-0.014500416,-0.017358381,0.032400306,0.011717659,0.008506209,-0.0039936313,-0.021118863,-0.015673686,0.021916086,0.0010021683,0.036431544,-0.036551878,0.022322217,-0.022562888,-0.03188888,-0.014161972,-0.040733535,-0.0071749985,0.037544645,-0.0026981453,0.034024835,-0.0037849245,-0.005877632,-0.0144552905,0.010326282,0.005997968,0.024036996,-0.033332907,0.02444313,-0.047983743,-0.0368828,-0.05469244,0.03179863,0.022247007,-0.050901875,0.011085899,-0.01226669,-0.02483422,0.0054940633,0.0065658004,0.012409588,-0.0032227326,-0.018155605,0.0026680615,-0.0017326417,-0.028654868,-0.033543494,-0.01093548,0.008491167,0.0066936566,0.0049337517,0.021840876,0.035769697,0.004670518,0.015929399,-0.009468892,0.010687288,0.009115406,-0.01656116,0.005554231,-0.031196954,-0.010318761,-0.001961091,0.026759585,0.007118591,-0.010213467,0.04241823,0.026458746,-0.011341612,0.040583115,0.010845228,0.0070208185,-0.032610893,-0.016079819,-0.019990718,0.009175574,-0.038627665,-0.03155796,-0.02336011,-0.031738464,0.0165762,0.027451513,0.03507777,-0.040131856,-0.0005090752,-0.013364751,0.0032302535,-0.015184823,-0.0014590668,-0.023691032,-0.019644754,-0.012695385,0.043711834,-0.022487678,0.008551335,0.0015117135,0.0019479293,0.02196121,-0.015124656,0.018606862,0.018727196,0.0062762434,0.0051292963,0.016531076,0.000797222,0.0086190235,-0.012439672,0.010175862,-0.00088559336,-0.020863151,0.010709851,0.015538309,0.012026019,-0.0060731773,0.00081931485,-0.018682072,0.026834795,-0.01367311,-0.0019704923,0.027872687,-0.045667283,0.011710139,0.010356366,0.033543494,-0.043802086,0.011123504,-0.029181335,0.016455866,-0.022472637,0.029602509,-0.012462235,-0.005531668,0.024864303,0.023314985,-0.019509377,-0.022457594,0.0051104943,0.023721116,-0.019704921,-0.039109007,0.0037134753,-0.020577354,-0.037303973,0.006577082,0.014756129,-0.005084171,-0.034987517,-0.005561752,-0.040763617,0.02531556,0.021058695,0.021690456,0.0056143985,0.038868334,0.023721116,-0.025526147,0.013785925,-0.030505024,0.023991872,0.009589227,-0.046208795,-0.0040726014,0.0127405105,-0.061912563,0.0050202427,-0.01070233,-0.0063965786,-0.012951097,0.02444313,-0.02296902,-0.01641074,0.01929879,-0.03055015,0.021434743,-0.0029651395,0.00057629374,-0.009905107,-0.026323369,-0.009047718,-0.020487102,-0.021600205,0.012838284,0.04789349,-0.0348371,0.012800679,-0.020712731,-0.0135678165,0.0076826634,0.008385873,0.018727196,0.015809063,-0.02546598,0.026308328,0.02484926,0.012041061,0.029873263,-0.009777252,-0.008949946,-0.013063912,0.031588044,-0.015658645,0.017177878,-0.011221277,-0.01663637,0.015041925,0.013101517,0.0044336077,-0.022863727,0.0005758237,0.011853037,0.0083106635,0.018501569,-0.011657492,-0.009130449,-0.0056971293,-0.01914837,0.0011074618,0.0036326249,0.023465404,0.031918965,-0.010213467,0.013327146,0.010341324,-0.012943577,-0.001242839,0.021524996,0.019163413,-0.010416533,0.0028918101,0.02202138,-0.02429271,0.028098317,0.011258881,-0.019328874,0.0066447705,0.0028316425,0.009724605,-0.021344492,0.012921014,-0.006554519,0.012071145,-0.0058137043,-0.029948473,-0.013763362,0.011296486,0.00069286866,0.0149742365,0.0030911157,0.019599628,0.0033449482,0.014620751,-0.035137936,0.0022675702,0.0021039892,-0.05580554,0.020697689,-0.027677143,0.010499264,0.0049262303,-0.018456442,0.008017346,0.0056106383,0.000038926857,0.012642738,-0.014372559,0.035107855,0.011514594,-0.014049158,0.012364463,0.01585419,0.08044422,0.008468604,0.0299936,-0.028113358,0.015568392,0.011702618,0.004929991,0.01726813,0.008039909,-0.0024480734,-0.025375728,0.0017373423,0.014086763,-0.0036758706,0.009634353,-0.017914932,-0.015275075,0.007080986,0.0144928945,-0.0017965699,0.0063251294,-0.000068099966,0.026804712,0.008085035,-0.0304599,-0.016666453,-0.013996512,-0.015643602,-0.023495488,0.00406132,-0.009070281,0.020607438,0.013876176,0.035920117,-0.027406387,0.026323369,-0.027150676,-0.0066598123,-0.027090507,-0.00020612139,0.012529924,-0.006298806,0.021103822,0.016666453,-0.006539477,0.025210267,0.00539253,0.014146931,-0.01492159,-0.02751168,-0.030505024,0.008152723,0.038627665,0.024578506,0.012793157,0.00421926,-0.01883249,-0.0022544086,0.013154164,0.013402356,0.013236894,0.005764818,-0.020396851,-0.013718236,-0.007287813,0.008874736,0.043772,-0.021269282,0.0034709242,-0.012153876,0.0077089868,0.050360367,0.009401203,0.008581419,-0.008874736,-0.030595277,-0.011221277,-0.00045736853,0.014823818,-0.013688152,-0.023014145,-0.0042869486,-0.023991872,-0.023209691,-0.02827882,0.045456696,-0.014748608,0.007171238,-0.011717659,0.0033787924,0.007295334,0.00014101806,0.049096845,0.026007488,-0.019163413,0.00398611,-0.026308328,-0.008273059,-0.01351517,-0.005727213,-0.009912629,0.010251072,0.0165762,-0.0049450328,-0.01422214,-0.023600781,-0.05306791,0.008980029,-0.026112782,0.015839146,0.02656404,0.011349132,-0.0055579916,0.011965851,0.006998256,-0.010063048,-0.014598189,0.018035268,-0.022878768,-0.03218972,0.03336299,-0.018050311,0.012176438,0.0040726014,0.02220188,0.046569802,0.019629713,-0.023570698,0.018967867,0.0040726014,0.0021453546,0.03131729,-0.0046629966,-0.04593804,-0.002795918,0.019103246,0.014823818,-0.018110478,-0.001132845,0.012176438,-0.03155796,0.022066504,0.011514594,0.013018786,-0.012101229,-0.010303719,0.014402644,-0.02242751,-0.009010113,-0.0037059544,0.0059490814,-0.007934616,0.0014477853,0.0045426614,0.028835371,-0.02304423,-0.017914932,-0.01665141,-0.03826666,0.019103246,-0.0058475486,-0.025044806,0.018140562,0.01273299,0.00089734484,-0.018200729,-0.03841708,0.03820649,0.019238623,-0.026383538,0.010476701,-0.022999104,-0.06305575,-0.009965275,0.0016104261,-0.0105443895,-0.009544102,0.015929399,-0.046359215,0.01719292,-0.012793157,-0.019780131,-0.013868655,0.012402067,0.02570665,0.010017922,-0.008822089,-0.004305751,0.02406708,0.014515458,-0.015275075,-0.008626544,0.0030365887,0.019599628,0.03414517,-0.055264033,0.023164565,-0.010551911,-0.003788685,0.01920854,-0.0031306008,-0.0048961467,0.0070997886,0.011770306,0.00624992,0.012093708,-0.027165717,-0.0061220634,-0.010085611,0.008468604,-0.0045276196,0.0056670452,-0.0054564583,0.009957754,0.018215772,-0.017223004,0.008220412,0.034415927,0.015688729,0.0063176085,0.02749664,-0.025180183,-0.00023385494,-0.05791141,-0.018802406,0.019885425,0.016215196,-0.0013340308,-0.026293285,-0.009656916,0.032069385,-0.020682648,0.017403508,-0.0071524354,0.015538309,0.025872111,-0.018245855,-0.00069568906,-0.021073738,-0.02718076,0.028684951,-0.018050311,0.005016482,0.013545253,0.007404388,0.016230237,-0.005118015,0.014229661,0.010401491,0.0054000514,0.015448057,0.02742143,-0.00617095,-0.042388145,-0.0008578598,0.006445465,0.021675413,-0.03811624,-0.009386161,-0.0075360048,-0.010770018,-0.0013819769,0.042388145,-0.01398147,0.013958907,0.018396275,0.027060423,0.011860558,-0.042297892,0.0040011522,0.01226669,-0.02054727,0.000992767,0.01898291,-0.037995905,-0.024939513,0.031768546,0.020487102,0.008867215,-0.04289957,-0.008430999,0.011868079,-0.03625104,0.012717947,-0.00023503008,-0.0013932583,0.010363886,0.0019075042,-0.015613519,-0.012371983,0.018245855,-0.0038582538,-0.023961786,0.028338987,0.034656595,-0.0017448633,0.02617295,-0.0062612016,0.011025731,-0.05132305,0.025601357,0.002671822,-0.0025364447,0.023345068,0.009310951,0.015508225,0.029903347,0.013259457,-0.038838252,-0.0154179735,-0.0032810199,-0.028699994,-0.010168342,-0.012838284,0.013033828,0.006046854,-0.012522403,-0.039800934,-0.042779237,-0.02023139,0.0064341836,0.008566377,0.01711771,0.019569544,0.017929975,-0.0055993567,-0.011228797,-0.03477693,0.023134481,0.017929975,0.0059866863,0.004226781,0.010205946,0.023405235,0.00859646,-0.015034405,-0.0034276787,-0.006836555,-0.012793157,-0.028369071,0.009777252,-0.013101517,0.0032678582,-0.0027695945,-0.015658645,0.014695961,0.00234466,-0.006704938,0.000055143933,0.013304583,0.03155796,0.048435,0.0006999196,0.011905684,-0.020261474,0.0033487086,0.0039146612,-0.0015765817,-0.007069705,-0.010529348,-0.008498688,-0.014703482,-0.022984061,0.015508225,-0.026894962,0.014131889,-0.022322217,-0.0103714075,0.0072765313,-0.0116048455,-0.011943289,-0.018576778,0.033934582,-0.019313833,-0.0475024,-0.037935734,-0.016124943,0.01617007,-0.03038469,-0.011980893,-0.005430135,-0.0025063609,-0.014568104,0.010243551,0.006531956,0.001993055,-0.019374,0.01382353,-0.0021077497],"social":"https://twitter.com/rockmypost"},{"title":"artgig.xyz","description":"artgig sells art on physical goods and digital collectables","niche":"web3","youtube_url":"https://youtube.com/watch?v=bUbslZcvg-o","youtube_transcript":"Hello, everyone. My name is Diego. I've been working on a store called r gig x y z. That's just a place where I can sell my designs and unique art, things like shirts, mugs, canvases, hoodies. And I'm particularly excited to offer digital collectibles as well. Things like entities. So, yeah, I'm happy to show you ownership. And I've been real quick. When we started off, we were not getting users. People couldn't invent these tokens that have any tokens for gas. So we got rid of the guests, lost some builders collection, free mince. You could just sign the transaction claim, you have to pay for your bills.","embedding":[0.053982288,0.034464367,-0.03579366,0.036766313,-0.0034144202,-0.042958878,-0.040624507,0.08209198,-0.009029469,-0.05297721,0.037382327,-0.02982805,-0.033686243,-0.09745991,0.0028571705,0.022889785,-0.057354152,-0.022322405,-0.0013090299,0.061893202,0.073856845,0.017134918,0.0016514851,-0.021187643,-0.025353841,0.011525948,0.0075745415,0.03345929,-0.026002279,-0.038225293,0.021430805,-0.034594055,0.033524133,0.0015957601,-0.04104599,-0.004271571,-0.037901077,0.040008493,0.03167609,-0.024624351,-0.03504796,-0.008243241,0.033199918,-0.008308085,-0.042440128,0.02368412,-0.006978791,-0.0052239615,-0.001661617,0.026115755,-0.064876005,-0.0038095608,-0.005937241,0.023522012,-0.043996375,-0.06464905,-0.019939402,0.0022148138,-0.069642015,0.010123705,-0.009896752,-0.022289982,0.071522474,0.05605728,0.011582686,0.022857364,-0.043996375,0.05223151,-0.03906826,0.024786461,0.028531179,0.01419264,0.003643399,-0.019566553,-0.04623348,-0.01664859,-0.043996375,0.031416718,0.024219079,-0.04396395,-0.021917133,0.025045834,-0.010042651,-0.011323311,-0.031497773,-0.011169308,-0.015943417,-0.015376035,-0.015821835,0.023311269,-0.029779417,0.028450124,-0.011639424,-0.018512843,0.05910493,-0.0054752305,-0.0023769226,0.0397167,0.026358917,0.010812668,0.008332401,-0.008060869,0.05064284,-0.028352858,0.039295215,0.009604956,0.016843121,-0.0006524886,-0.025386265,-0.044547543,-0.12443484,-0.0028794606,0.014646545,0.012806608,-0.030281955,0.027347783,-0.010836984,-0.013398306,0.002166181,-0.033945616,-0.05044831,-0.00011860551,0.010780246,-0.009361793,-0.037576858,-0.03256769,-0.05570064,-0.01771851,-0.04756277,0.007084162,0.029746996,-0.022144085,0.055214316,-0.045163557,-0.04749793,-0.020522995,-0.035890926,-0.0062371427,-0.06182836,0.0071814274,0.0006301986,-0.041499894,0.012774186,-0.009588745,-0.043704577,-0.026683137,-0.040656928,0.060823284,-0.053009633,-0.014135902,0.04590926,0.007598858,0.0062128264,-0.015003185,-0.004006118,0.002763958,-0.011866377,0.012141962,-0.03130324,-0.009548218,0.011063937,-0.004275624,-0.029374145,0.0026119808,-0.029811839,0.00014893762,0.0013748867,-0.029957738,-0.019453077,0.0077325976,-0.033329602,-0.0058886083,-0.037901077,0.04286161,-0.044742074,-0.017005231,-0.0068409983,-0.009912963,0.005730552,-0.04104599,-0.02460814,0.026521027,-0.00071327947,-0.033751085,-0.03381593,-0.043542467,-0.043574892,-0.019193701,-0.01917749,0.020474363,-0.019469287,0.08306464,-0.00074975396,0.019971825,0.014776233,-0.05424166,0.040559664,0.005434703,0.002569427,0.022127874,-0.009110524,-0.014678967,0.014524964,0.06646468,-0.0069139474,0.015335509,-0.02943899,-0.011217941,0.013219986,-0.018318314,0.04464481,-0.035534285,-0.030589962,-0.008729568,-0.042180754,-0.014630334,-0.0073394836,0.034302257,0.00470116,0.04723855,-0.028936451,0.05064284,0.014346643,-0.044223327,0.007639385,0.020522995,0.0053698597,-0.06127719,0.0604018,0.019647608,-0.0015319297,0.0319841,-0.0015876547,-0.04937839,-0.027590945,0.017248394,-0.0005022845,-0.040981147,0.024705406,0.054857675,-0.036604203,-0.014257483,0.019680029,0.0023242373,0.034042884,0.009434742,-0.05048073,-0.043347936,0.015376035,0.028514966,0.044871762,0.035566706,0.010091283,0.04937839,0.019501708,-0.02366791,0.0025288998,0.016121738,0.02024741,0.01102341,0.015262559,0.001370834,-0.026796613,0.015878573,-0.027623368,-0.012441863,-0.024348767,-0.008235135,-0.018934328,0.021755023,-0.013860317,0.004303993,0.0006737654,0.021252485,-0.010545189,-0.0026950615,-0.010472239,0.01120173,0.0062411954,0.017264605,0.0127255535,-0.020198777,0.024656774,0.05333385,-0.037285063,0.07372716,0.020020457,-0.031870622,-0.020231199,0.046201054,0.049248703,-0.020685105,0.005082116,-0.0028085378,0.031497773,-0.008697146,0.018691164,-0.059040084,-0.008145976,-0.010593821,0.017783353,-0.0126445,-0.029536253,-0.004336415,-0.024624351,-0.009094313,0.01737808,0.025402475,0.017653666,-0.01608121,0.0022452092,-0.04013818,0.035177644,-0.011785322,-0.0127255535,0.040559664,0.057970166,-0.0111855185,0.006609993,-0.039878804,-0.005203698,-0.047433082,-0.017556401,-0.006014243,-0.0117529,-0.04500145,0.046330743,-0.028223172,0.018042728,-0.01718355,0.030087424,-0.018642532,-0.015870469,-0.0030800703,0.0014822838,-0.023522012,0.03955459,0.0022067083,0.05226393,0.004907849,0.018448,-0.03663663,0.022727678,-0.022095453,0.027347783,0.0019625316,0.021301119,-0.008867361,0.0024215027,0.0024154235,-0.016762067,0.0009209816,-0.023376113,-0.035307333,0.007436749,0.058359228,0.011161203,-0.032632533,-0.040300287,-0.0040669087,-0.0014762047,0.043153405,0.012385125,0.0109909875,0.0008120646,0.026148176,-0.03290812,0.0045066294,0.039489746,-0.024267713,0.039035838,0.012506707,-0.038906153,0.005937241,0.015692148,0.020263622,0.043607313,0.043736998,0.010245287,0.0429913,0.0980435,0.015019395,-0.012190594,-0.024527086,-0.011501631,0.011072042,0.004028408,-0.028109696,-0.024559509,0.00023429812,0.043736998,-0.070225604,-0.015424668,0.0047376347,0.013422622,0.027801687,0.032956753,0.02533763,-0.01826968,0.02386244,0.038063187,-0.018383157,-0.040267866,-0.035826083,-0.011274679,0.029909104,-0.0121662775,-0.0012755949,0.008486404,-0.0029058033,0.05547369,0.018885694,0.050578,0.005864292,-0.011623213,-0.014573596,-0.0016089315,-0.028433913,0.03329718,0.046817068,0.01508424,-0.01896675,-0.016875543,-0.0269263,-0.0042675184,0.016745856,0.05657603,-0.008040605,-0.037220217,-0.086501345,-0.0002626672,-0.05099948,-0.016413532,0.0016413532,0.011072042,0.03906826,-0.017734721,0.019436864,-0.008036552,-0.038614355,-0.052717835,0.013698208,0.029017504,0.033718664,-0.04013818,-0.046784647,0.0024640562,-0.023214005,-0.022387248,-0.043639734,0.0015258506,-0.014395276,-0.055084627,0.055246737,-0.060272112,-0.006682942,0.028839186,-0.0012644499,0.011598896,0.004036513,-0.024510875,0.040073335,-0.0056251814,0.0723006,-0.01565162,-0.034658898,-0.027023565,0.0090862075,0.023586854,-0.040527243,-0.017767143,-0.04461239,0.009305054,0.017118707,-0.014849181,-0.0022492618,-0.0193396,0.015157188,0.040721774,-0.010828879,0.0269263,0.05203698,-0.0008551248,0.0116070025,0.00037209073,0.051745184,-0.043801844,0.010415501,-0.05732173,-0.0062533533,-0.007611016,0.05602486,0.014419593,-0.021187643,-0.009078102,0.0005491441,0.051842447,-0.09739507,0.009653589,0.01518961,-0.0060628755,-0.04234286,0.02044194,0.049832296,-0.01823726,0.005981821,-0.058002587,-0.018545266,0.017151129,0.025564585,-0.025062047,0.0032746012,-0.040397555,-0.02532142,-0.005657603,-0.029795628,-0.0013809658,0.05278268,-0.02820696,0.0009422584,-0.0061601405,0.025905013,0.0048511107,-0.050578,0.012385125,0.023570644,-0.033021595,0.004502577,-0.03358898,0.026294075,0.009815698,-0.01230407,0.004628211,0.03016848,-0.0024093445,-0.019355811,-0.0028085378,-0.0044904184,0.02566185,-0.028790552,-0.0068085766,0.01645406,0.03783623,-0.029325511,-0.019226123,0.015667832,-0.0016697224,-0.0063627767,-0.014986974,0.037901077,0.0302009,-0.0034144202,0.017280815,-0.016024472,-0.009856225,0.009199684,0.01734566,0.004129726,0.059202194,0.030654805,-0.026812823,-0.038030762,0.032081366,0.050545577,0.02151186,0.052912366,-0.007303009,0.04432059,-0.01103962,-0.008235135,-0.02240346,-0.016494587,-0.0047578984,0.012150067,0.028822973,0.031692304,-0.0013779262,0.0073516415,-0.02533763,0.01716734,-0.018545266,-0.02079858,-0.003738638,0.014873498,-0.014006215,-0.005248278,-0.041272942,-0.0050659054,0.025434896,-0.00569813,0.0046808966,-0.027980007,0.022306195,0.0361503,0.013560415,-0.0025977963,-0.00014691125,-0.004006118,0.023197792,0.027023565,0.015043712,0.020198777,-0.043801844,-0.023830019,-0.01990698,0.019842137,-0.023651699,-0.010358763,0.015481406,0.0012695158,0.020717526,-0.009345582,-0.014395276,-0.029325511,-0.0026160334,0.0050618523,-0.051064324,0.0025045834,-0.019064015,-0.0063344077,-0.010139916,-0.029844262,0.019258546,0.009548218,0.020458153,0.0604018,0.0017173418,-0.01647027,-0.029601097,0.027331572,0.04266708,0.034042884,0.009337476,0.005349596,-0.010058861,-0.0012553313,-0.030508908,0.05375533,-0.017945463,-0.039003417,-0.008133817,-0.014225062,0.0027558524,0.027088407,0.028109696,0.007067951,0.0022674992,0.06685374,0.004624158,0.0016322347,-0.008437771,0.001539022,0.060499065,-0.05333385,-0.013082193,0.018529056,0.0024073182,-0.0133902,-0.012441863,0.038225293,0.009224,0.03167609,0.016778277,0.0048267944,-0.033167496,0.0116070025,-0.023262637,-0.0008090251,-0.033329602,0.004222939,-0.022484513,0.015173399,-0.01953413,-0.036798734,0.025191734,0.028628444,-0.022127874,-0.07106857,0.0019392285,-0.015878573,-0.008883571,0.025062047,-0.01292819,-0.010828879,-0.0075096977,-0.023911072,0.027072197,0.01563541,0.025418686,0.00034473484,-0.0044336803,0.008988942,0.057192042,-0.0100102285,-0.00017401384,-0.03433468,0.033945616,-0.025191734,0.022273771,-0.049572922,-0.01737808,0.018204836,-0.007785283,-0.011501631,0.012668815,0.012060907,0.01066677,0.003933169,-0.0011104464,0.029066138,0.005758921,-0.008243241,-0.00059068453,-0.0027761161,-0.020928267,0.037155375,-0.022533147,-0.01990698,0.03036301,-0.010366868,0.00006838972,0.020117722,-0.01029392,-0.018496633,-0.01545709,-0.012968717,-0.0029868577,0.030508908,-0.013690102,-0.024478454,-0.012693132,0.040040914,0.021949554,-0.020198777,-0.0013394253,0.01971245,-0.032292105,-0.0045633675,-0.03974912,-0.033151284,-0.025905013,0.0074245906,-0.0014995079,-0.018885694,0.007821757,-0.016599959,0.019663818,0.0021175484,-0.024267713,0.012255438,0.009629273,0.017945463,-0.018901905,-0.0017376054,0.006245248,0.033329602,0.017053863,-0.0071409,-0.03705811,0.006686995,0.034140147,0.024364978,-0.0293093,0.066399835,0.0064114095,-0.013738735,0.015384141,0.021787446,0.022387248,0.017232183,0.03365382,-0.01274987,0.027137041,-0.024527086,0.0085269315,-0.036409672,0.014200745,-0.035307333,-0.028450124,-0.010464134,0.008170292,0.01716734,-0.013179459,-0.04286161,0.01917749,-0.01898296,0.015959628,-0.028482545,0.00434452,-0.020458153,-0.027639579,-0.026099544,-0.026650714,-0.015376035,0.002865276,0.025888802,-0.0038946678,-0.04013818,-0.036279988,0.035469443,0.02042573,0.0050010616,-0.005892661,0.021998188,-0.0037507962,-0.00986433,-0.028628444,0.00035309358,-0.034626476,-0.0014245325,-0.0163649,0.0106262425,-0.011250363,-0.029957738,-0.009523902,-0.0054103867,0.016113631,-0.024851305,-0.025759114,0.018918116,-0.015659725,0.0082472935,-0.053787757,0.001769014,0.037576858,0.05223151,-0.014427698,0.029682152,-0.027153252,-0.0109342495,-0.002709246,0.031886835,-0.0009422584,-0.003323234,-0.013844105,0.044742074,-0.0058967136,0.041921377,-0.017475346,-0.016729645,-0.00574271,-0.0054428084,0.005333385,-0.00456742,0.046590116,-0.028142117,0.020377098,-0.0018845168,-0.00010815707,-0.008299979,0.0009468177,0.010926144,0.057516262,-0.012231122,0.007947392,-0.009159157,-0.020214988,0.010958566,0.014403381,-0.019080225,-0.004046645,0.032519057,0.008518826,0.012936296,0.004303993,0.004668738,-0.0077325976,0.02857981,0.03991123,0.007931181,-0.018496633,0.0111044645,-0.056867827,-0.023197792,0.0109342495,0.03491827,-0.059526414,-0.00010017827,0.03289191,-0.02042573,0.0046930546,0.010999094,0.003284733,-0.002036494,0.004360731,0.0071084783,-0.003335392,0.043445203,-0.00452284,-0.014662756,-0.023359902,0.0026788507,0.027007354,-0.041791692,-0.022111664,0.015586778,0.011615108,0.0065492024,0.041110832,-0.016713435,0.0045633675,-0.0058116065,-0.016137948,-0.0015957601,-0.06056391,0.017459136,-0.007643438,0.0075259088,0.009840014,0.005248278,0.007996025,-0.008077079,0.020701315,0.022192718,-0.017945463,0.035663974,-0.016267635,0.0067842603,0.021544281,-0.011947431,0.015821835,-0.0052969106,-0.001141855,0.034237415,-0.0020182566,0.018674953,-0.03002258,0.016956598,-0.0030760176,0.019047804,0.020004246,0.031659883,0.010999094,0.028498756,-0.014792443,-0.024381189,0.008364823,-0.019647608,-0.0013110563,-0.021479439,-0.020214988,-0.0042269914,-0.003538028,0.0055927592,0.0040709614,-0.033151284,-0.00569813,-0.0072827456,0.007420538,-0.008291874,0.005730552,-0.02206303,-0.031595036,-0.018285891,0.003627188,-0.004466102,0.05660845,0.016510798,0.028677076,-0.0070152655,-0.00705174,-0.0045795785,-0.029228246,-0.002922014,-0.002741668,-0.019469287,-0.04432059,-0.015870469,-0.00013449979,0.020133933,0.016956598,0.022387248,0.000439214,0.003211784,0.0056940774,-0.027704423,0.018658742,0.03326476,0.0097589595,-0.00080395915,-0.017961673,-0.003817666,0.015619199,-0.014970763,-0.021771234,0.012620183,-0.021463227,0.011169308,-0.007347589,0.0015653647,0.015586778,0.021220064,0.024332555,0.008012236,0.013236197,-0.0069301585,-0.006378988,-0.06312523,-0.004091225,0.026991144,0.006788313,-0.0030638594,0.012060907,-0.013179459,0.016599959,-0.012028486,0.032048944,-0.0124175465,-0.012158172,0.02293842,0.046038948,0.0035562655,0.05391744,-0.0075096977,0.022516936,-0.036928423,-0.01661617,-0.01374684,-0.022565568,-0.015894784,0.0012431731,-0.025986068,0.048211206,-0.0294552,0.019955615,-0.030265745,-0.003430631,-0.011647529,0.022030609,0.008988942,-0.011679951,0.0094509525,0.0035886872,0.030508908,-0.010148021,0.016729645,0.019647608,-0.02366791,-0.011120675,0.034140147,-0.031205976,-0.035534285,0.0011823822,-0.002893645,0.029584887,0.024624351,0.01319567,0.019793505,0.028677076,-0.010156127,0.02152807,-0.000040273946,0.01274987,0.022857364,-0.0062371427,-0.018350735,-0.0058602393,0.017264605,0.013001139,0.04555262,-0.025937434,0.0036109772,-0.030816915,0.006646468,0.00632225,-0.006743733,0.035469443,-0.0061034025,-0.007505645,-0.0082189245,0.01257155,0.013276724,0.03093039,-0.012101434,-0.011120675,0.0041986224,-0.0011671846,-0.04156474,-0.013633364,-0.0021904975,0.01663238,0.019825926,-0.010723508,0.0021925238,0.00350358,0.020020457,-0.014200745,0.034788582,0.016251424,-0.0128390305,0.004259413,-0.000248356,0.013600943,0.022176506,-0.019420654,-0.017215973,0.020993112,-0.0036008453,0.009604956,0.006087192,-0.00052584097,0.014079164,-0.02637513,0.03234074,0.027785476,0.031659883,0.03055754,-0.024105603,-0.0018328445,0.009288844,0.028255593,-0.019501708,0.013155143,-0.009037575,0.025272788,0.021139009,-0.019793505,-0.006682942,0.0056251814,-0.005228014,-0.0030557541,-0.012968717,0.0065289387,0.0035076328,-0.000534453,0.019517919,0.0069585275,0.03326476,-0.023781385,0.018415578,0.0018166336,-0.0032867594,0.0044863657,-0.043477625,0.023311269,-0.0016940387,-0.025759114,0.01898296,-0.018739797,-0.021852288,0.03631241,-0.01319567,-0.004421522,-0.03003879,0.002093232,0.03598819,0.023570644,0.110688,-0.025548372,0.003687979,-0.015578671,0.056122124,0.0008571512,-0.011161203,-0.015384141,0.004932165,0.004018276,-0.0053131212,-0.016413532,-0.005228014,0.012547234,-0.00044731944,-0.034107726,-0.022014398,0.0021682074,-0.016907966,0.00073810236,0.016599959,-0.010885617,0.0058886083,-0.005527916,-0.032583904,-0.031870622,0.0118015325,-0.032794643,0.00075127376,-0.00020111643,-0.008745778,0.014411487,0.014111586,0.0042391494,0.013228091,0.0059129247,0.0006367843,-0.009604956,0.008348612,-0.017426714,-0.00067224563,-0.0035218173,0.019080225,0.007375958,0.00061246793,0.0143790655,0.0040324605,-0.00080953166,-0.030865548,-0.022889785,0.0069139474,0.0056778667,-0.0036515044,0.022095453,0.023586854,-0.0018987013,0.008486404,0.05878071,0.0030152267,0.018156204,-0.011007199,0.0009706274,-0.009718432,0.012887663,0.021819867,0.004810584,-0.017556401,-0.01807515,0.027461259,-0.016437849,-0.015805624,0.0040162494,-0.0019057936,0.011088253,0.011136886,0.016324373,-0.010958566,0.012798503,0.0024073182,0.042213175,-0.001678841,0.014930236,0.0009194618,0.013365884,-0.032583904,0.019193701,0.020555416,0.0077690724,0.015789414,0.04153232,0.009604956,-0.015894784,0.020263622,0.011825849,-0.011031515,0.006358724,-0.03381593,-0.0060182954,-0.023392323,0.01754019,0.009791382,0.023262637,0.022662833,-0.009224,0.04338036,-0.038744044,0.014354749,0.0168107,-0.029584887,-0.016518904,0.0074975397,-0.006180404,-0.023975916,0.015327402,0.028352858,0.00818245,-0.010610032,-0.019209912,-0.0137630515,-0.009248316,0.017767143,0.01807515,0.01419264,0.017686088,0.027947586,0.015578671,0.02386244,-0.008024394,0.01038308,0.010042651,-0.0141277965,0.020393308,0.0076799123,-0.00080801186,-0.026131965,-0.00687342,-0.02460814,-0.021009322,0.007076056,0.03521007,-0.027623368,-0.017199762,-0.012871452,-0.00021631415,0.0029341723,-0.0010506688,-0.00013652614,-0.012993034,-0.047627613,-0.002759905,-0.01718355,-0.0006129745,0.024121813,0.0044336803,0.016032577,-0.015692148,0.021868499,-0.01664859,0.008826833,-0.027250517,-0.03508038,-0.014184535,-0.01112878,-0.045422934,0.039684273,0.009094313,0.0042634658,0.028304225,-0.013171353,0.009272633,0.034204993,-0.00940232,-0.029892894,0.035955768,0.008283768,-0.00569813,0.003195573,0.0022350773,0.016227107,0.0049281125,-0.012077118,-0.02929309,0.018545266,-0.003290812,0.0041662003,0.010982882,-0.012798503,-0.017005231,-0.013592836,-0.0009782263,0.012612077,-0.009475269,-0.014565491,0.02314916,0.024656774,-0.01679449,-0.02947141,-0.025224155,-0.023911072,0.030573752,-0.018885694,-0.037447173,0.0023607118,0.017005231,-0.016413532,0.0107397195,-0.038646776,-0.0069017895,0.022160295,-0.034042884,-0.0031327559,0.033848353,0.01193122,-0.009694116,0.0064397785,-0.011825849,-0.0037953763,0.022338616,0.07567246,0.0034448155,0.007420538,-0.020522995,0.010545189,-0.047270976,0.016502693,-0.011509737,-0.0018814772,-0.002630218,0.005507652,0.025451107,0.030622384,-0.0021357855,0.0009306068,0.023051895,-0.045066293,0.034140147,-0.0022492618,0.006776155,-0.02152807,-0.048405737,-0.0044742073,-0.007991972,0.047303397,0.007538067,0.005864292,-0.016291952,-0.0113557335,-0.015108556,-0.0011013278,-0.049119018,0.00048582032,0.04555262,-0.017491557,-0.008291874,-0.004632264,-0.017199762,-0.0037366117,0.00949148,-0.017864408,-0.0024863463,-0.014565491,0.006257406,0.018285891,-0.014330433,-0.009102418,-0.0019331494,0.009499585,0.01545709,-0.019923192,0.028514966,-0.012717448,-0.046525273,0.0055806013,-0.003173283,-0.018901905,-0.024899937,-0.00849451,-0.0019230177,0.010618137,0.009126735,-0.0019068067,0.002982805,-0.0038440088,0.018788429,0.009029469,-0.024624351,0.006200668,0.012271649,0.06127719,0.02204682,-0.0030415694,0.028336648,-0.037901077,0.039295215,0.036085457,-0.019372022,0.019825926,-0.022273771,0.010537083,-0.018156204,0.029341724,0.00013095365,0.003979775,-0.004612,0.0131470375,0.009361793,0.031740937,-0.008997047,0.02548353,0.009896752,-0.018529056,-0.01810757,-0.01645406,-0.0015633383,0.01914507,-0.01518961,-0.0005866318,0.013187565,-0.020296043,0.0343671,0.02459193,-0.004810584,-0.004830847,0.030654805,0.024251502,0.0065937825,0.010042651,-0.015862362,0.02152807,0.014565491,0.033751085,-0.0033313392,0.030346798,-0.008980837,0.010350658,0.009532007,-0.00470116,0.015294981,0.007793389,-0.00008612039,0.015975839,-0.011777217,0.053431116,0.036798734,-0.01698902,0.006468148,0.04143505,-0.0056049176,0.015327402,0.023586854,0.020831002,0.043153405,0.023051895,0.02621302,-0.023927284,0.022500725,-0.0059412937,-0.037155375,0.008551248,-0.009329371,-0.018285891,-0.06276859,0.0079109175,-0.008875466,-0.027509892,0.021673968,-0.015043712,-0.03472374,0.0039149313,0.009977807,0.017442925,-0.019566553,0.007615069,-0.0014468225,-0.04289403,-0.029487621,-0.0147438105,0.015343614,-0.0053293323,-0.007039582,0.05099948,-0.012336493,0.0042391494,-0.0021276802,0.044774495,0.017734721,0.008915993,-0.005142907,-0.034204993],"social":"https://twitter.com/CyuxCrypto"},{"title":"exploraverse","description":"a multiplayer survival game in space","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=dRNTQAgqiKU","youtube_transcript":"Hi, everyone. My name is Yan. I'm building Xprespres. It's a multiplayer survival game in space. You have survived a spaceship crash in the Austrian environment, and you must collaborate with thirty passengers to fight against daily alien attacks. Let's start the adventure on expiry dot com. Allianz attack every day and midnight. Your goal is to have announced defense points to survive the next one and need to manage resources like food and water. You will need action points to do things inside and outside of the spaceship. To get resources, you can exit the spaceship and explore the surrounding for object on the ground. Once you have the required resources and the action points, you can stop building. Don't forget to close the door. If you are a key, you will survive and be able to play the next day as a rise. You with Scott points, and we need to start a new adventure. I launched the game at the beginning of Bill Space is in free. And I went from zero to ninety two players in six weeks. But the past to get these players was not easy. Like most of people, I started two plus on Twilio, but I didn't have much interaction. But doing one on one with the few players I got, S' need to improve the game based on the feedback and let them feel ahead. Then I try to burst on ready phones where I got a huge stack of new users. Thank you.","embedding":[-0.0250735,0.015516861,0.041596733,-0.005667672,0.0020439506,-0.024979884,0.019971425,0.03310888,0.018348746,-0.0046652,0.0028942963,-0.05329874,0.0056988774,-0.038039323,0.0022175303,0.05055267,-0.021874951,-0.002367706,-0.05242499,0.023950107,-0.00880771,0.011210523,-0.050365437,-0.013332486,-0.018816827,-0.0034735457,0.009299194,0.061256107,-0.0063892957,-0.043219414,0.026493344,-0.03170464,0.0017533507,0.042127226,-0.033389725,-0.032984056,-0.008846717,0.038382582,-0.0035632611,-0.042252045,-0.02816283,-0.016991314,0.02454301,0.007021204,-0.067715615,-0.0035437578,-0.039037894,0.01725656,-0.008347431,0.051145572,-0.039568387,-0.030175576,0.022920331,0.05673133,-0.020829571,-0.09873373,0.0042751334,0.019472139,-0.02728908,0.0034540424,0.00879991,-0.02366926,0.043999545,0.022811113,0.023528835,0.009392811,0.0007538043,0.00049319083,0.02483946,0.066280164,0.010531806,0.022670688,-0.011171516,0.03585495,-0.007009502,-0.016195579,-0.03707196,-0.013948793,-0.01742819,-0.024340175,-0.025260732,-0.0129658235,-0.009338202,-0.039100304,-0.027554326,-0.013714752,-0.03310888,-0.019815398,0.020033836,-0.004618392,-0.005503844,0.035823744,-0.037227985,-0.017303368,0.05095834,0.010633224,-0.005847103,0.013028234,0.043874726,0.010079329,0.054952625,-0.032172717,-0.0036705295,-0.0530491,-0.007434675,-0.0250735,-0.0098452885,0.03304647,0.022140197,-0.046339948,-0.13380855,0.017989885,0.0087765055,0.020377094,-0.0038090032,0.0029196506,0.012591359,-0.088623196,0.055420704,-0.016320398,-0.02309196,0.060788024,-0.0032512075,0.0072201383,0.024699036,-0.06350289,0.004715909,-0.046152715,-0.024277763,-0.0027246173,0.0699624,-0.020439506,0.0437187,-0.04518535,-0.031345777,0.016242385,-0.029863521,0.026040867,-0.05694977,-0.030035151,0.017989885,-0.030565642,-0.016632453,-0.03697834,-0.010211951,-0.05663771,-0.01940973,0.017631024,-0.040722985,-0.004645697,0.02880254,0.008136796,-0.05242499,0.01317646,0.036947135,-0.020267876,-0.022436649,0.06684186,-0.046371154,0.0035847148,-0.006221567,0.030128768,-0.025104705,-0.027320286,-0.032266334,-0.0052971086,-0.03697834,-0.0027733757,-0.061412133,-0.010578615,-0.034762762,-0.04552861,-0.04418678,0.015587073,0.0039981855,-0.04303218,-0.017350176,-0.030487629,-0.035355665,-0.0740191,-0.001078535,0.00559746,-0.016663658,-0.050989546,-0.026821,-0.046215124,-0.046059098,-0.013090645,0.012154484,0.021843746,0.03125216,-0.001941558,0.013231069,-0.009189976,0.0005485316,-0.07183472,0.066592224,-0.018270733,-0.01889484,0.07395668,-0.013137453,-0.012505544,0.020423902,-0.018785622,0.008066583,-0.032859236,-0.014424674,0.03988044,-0.018582787,0.024277763,0.08113392,-0.021531694,0.024246559,-0.027850777,-0.044592448,-0.0058861095,-0.008300624,0.058260392,-0.00472371,-0.0073098536,0.0023013947,0.011975054,-0.00915097,-0.024324572,0.0010258759,0.008043179,0.07420633,0.01685089,0.0408166,0.0034969498,-0.0072513437,0.011070099,-0.0057885926,-0.04914843,0.016336001,-0.051332805,0.02437138,0.0038460596,0.022951536,0.04952289,0.008542465,0.014572899,0.03529325,0.024699036,0.053392358,-0.030113164,-0.04424919,-0.07763892,0.01603955,0.0023579544,0.038039323,-0.015633881,0.031096132,0.031751446,0.01725656,-0.031267762,-0.061349723,0.02728908,-0.00070114527,-0.014767933,-0.032734413,-0.011975054,-0.004123007,-0.016772877,-0.054297313,0.013168658,0.02296714,0.011155914,-0.010399183,-0.031798255,-0.019799795,-0.004618392,0.01942533,-0.0028669918,-0.04418678,0.005258102,0.047369722,-0.02209339,-0.018161515,-0.03137698,-0.009197777,-0.039100304,-0.009408413,-0.052144144,0.021063613,0.032047898,0.06696668,-0.0064712097,0.007212337,0.0009303095,-0.0008874022,-0.009065155,0.0044116564,0.0204083,0.0023189478,-0.0003359451,-0.011382152,-0.02688341,-0.05663771,0.017755846,0.03900669,0.016429618,-0.04914843,-0.006759859,0.008214809,-0.008768704,0.019518947,0.029020976,-0.020720353,0.023232384,-0.004169815,-0.011842431,0.034138653,-0.021547295,-0.017006917,-0.01655444,0.05492142,-0.0043687494,-0.015548066,-0.0021375667,-0.0068963827,-0.010898469,0.011772219,-0.018738814,0.00396308,-0.055483114,0.05148883,0.021656515,-0.012622565,-0.03878825,0.03304647,-0.04596548,0.009751673,-0.045154143,-0.0151579995,-0.06094405,-0.0062254677,0.0035652115,0.02530754,0.014838145,-0.016694862,-0.0209856,-0.051332805,0.0034559928,0.0014461731,0.027133053,0.024262162,-0.040504545,0.008901327,-0.023232384,-0.014042408,0.00183624,-0.033920217,-0.0250735,0.023762876,-0.02356004,0.066155344,-0.038164146,0.000624107,0.011374351,-0.029629482,0.0012121329,0.008409842,-0.004739313,0.020501915,0.02209339,-0.03348334,0.01154598,0.020735957,-0.026836602,0.008316226,0.04034852,-0.026727384,0.01539204,-0.016960109,0.010968681,0.002338451,0.046558384,-0.01830194,0.033077672,0.08088427,0.03526205,-0.009322599,-0.018910443,-0.016757274,0.014861549,0.0030249688,-0.006962694,-0.036104593,-0.024090532,0.037820887,-0.026306111,-0.004712008,-0.00017016668,0.027242271,0.017974284,0.04412437,0.049023606,-0.015017576,-0.04331303,0.007774033,0.015423245,-0.047151286,-0.030659258,-0.040910218,0.0062956796,-0.0169133,-0.02956707,0.0008064633,-0.03335852,-0.001148747,-0.039349947,0.0577299,0.0017123937,0.05841642,0.038569815,0.017927475,-0.002921601,0.0053790226,0.07882472,0.016757274,0.0057066786,0.06428303,-0.027335888,-0.042813744,0.06047597,0.045840662,-0.017053725,0.00827722,-0.042876154,-0.013816169,0.017038122,0.03242236,0.0239033,0.011499172,0.011608391,-0.02057993,0.024792653,0.00548044,0.00997011,0.00448967,-0.022296224,-0.042064816,0.026477741,0.029629482,0.003038621,0.0037914503,0.004735412,0.026087673,-0.011795623,0.004747114,-0.01685089,-0.015251616,0.024246559,-0.032640796,-0.03885066,-0.0045871865,-0.00065970066,0.04624633,0.03388901,-0.04961651,-0.018957252,-0.04868035,-0.011389953,-0.0056364667,0.010703436,-0.029161401,0.024995487,-0.0032492573,0.034201067,0.037415218,-0.01761542,-0.011015489,-0.030066356,-0.046683207,0.0064829118,0.002927452,0.04337544,0.019503346,-0.016570041,-0.023981312,0.019674974,0.012170088,0.041253474,0.04552861,0.029925933,-0.050708696,-0.0016070756,-0.1102173,0.028880553,-0.012396326,0.03289044,0.061131284,-0.020096246,0.0273983,-0.049398072,0.03878825,-0.017631024,0.038288966,0.023684861,-0.009057353,-0.0010024719,-0.00038250934,0.06946311,0.01819272,-0.007816941,0.002710965,0.020236671,-0.02618129,0.017584216,-0.025494773,-0.014206236,0.01475233,0.0018391655,-0.052861866,0.040317316,0.004844631,0.047900215,-0.0030600748,0.002950856,-0.00198154,0.009658056,0.0030171676,0.011304139,0.0076882187,0.021999773,-0.025167117,-0.020704752,-0.0594774,-0.010243157,-0.010196349,-0.05049026,0.027086245,-0.0026797596,-0.008417644,0.015072185,-0.012762989,-0.018520376,-0.010992086,-0.023185577,0.015173602,0.024059325,0.01702252,-0.020205466,0.0010951128,0.03551169,0.021937363,-0.004056696,-0.015813312,0.035730127,0.013223268,-0.016133167,0.009751673,-0.0025139812,0.010079329,0.004474067,-0.031564213,-0.004559882,-0.008433246,0.02769475,-0.015750902,-0.0040098876,0.031283364,0.010953078,0.0020771062,-0.031626623,-0.005312711,-0.004903141,-0.0069978,0.005398526,-0.012677174,-0.007961266,-0.026103277,-0.010196349,0.053891644,-0.0036412745,-0.042595305,-0.0050045582,-0.019659372,-0.015914729,-0.0051683863,-0.014003402,-0.01084386,0.05298669,-0.017833859,-0.010024719,-0.029660687,0.009135366,0.013823971,0.020704752,0.008011974,-0.012973625,0.030815285,0.029005375,0.02356004,0.013940991,0.024012519,-0.018988457,0.034076244,0.015891325,0.02081397,0.01201406,-0.029941535,-0.027351491,0.0028903957,0.024855062,-0.017131738,0.0076609137,0.019643769,-0.0111871185,0.00961905,-0.01335589,-0.01492396,-0.007274748,0.0072981515,0.025089104,-0.023591246,0.006599932,0.0039084703,-0.022639483,-0.018879239,-0.025323143,-0.016710466,0.0373216,0.010703436,0.021313256,-0.048929993,-0.022124594,0.027507517,0.009228983,0.04552861,0.021406872,0.0061084474,-0.007539993,-0.034076244,0.017755846,-0.0059641227,0.020252272,0.019113278,-0.003364327,-0.008542465,-0.0034540424,0.02524513,-0.00909636,0.046839233,0.03342093,-0.024106134,0.056044813,0.011967252,-0.01603955,0.008214809,0.009634652,0.049335662,0.00029913255,0.005925116,0.0029372037,-0.05049026,-0.011522576,0.032515977,0.011101304,-0.013691348,0.028927362,0.0087765055,0.008682889,0.0027012134,0.0019035265,-0.04590307,-0.010680032,0.007130423,0.02460542,0.0017075179,-0.03025359,-0.016101962,0.00530491,0.014791337,0.0040332917,0.00007484409,-0.028365664,0.010274362,0.021422474,-0.013215466,-0.004169815,-0.020782765,0.008948134,0.017662229,0.03585495,-0.020049438,-0.01416723,0.024886267,-0.021235242,-0.013480712,0.0192381,0.00022172865,0.011467967,0.012544552,0.009790679,-0.0054570357,0.0118970405,-0.007001701,-0.0705865,-0.026384125,0.046808027,-0.044030752,0.0054258304,-0.057168204,-0.032672003,0.0073215556,0.012723982,0.009814084,0.016928904,0.01557147,0.009041751,-0.03626062,0.02594725,-0.011358748,0.034731556,-0.028740129,-0.051863294,-0.0017689534,-0.026774192,-0.0007089466,0.032796826,-0.0042751334,-0.02017426,-0.012622565,0.0023052953,0.02611888,0.016273592,-0.03463794,0.020564327,0.0010307517,-0.036479056,0.024184147,0.019518947,0.017802654,-0.023123166,-0.050927132,-0.017412586,-0.030534437,-0.01853598,-0.0040137884,-0.04100383,-0.012599161,0.0024515705,0.011101304,-0.014299853,0.009002744,0.05161365,-0.033140082,0.002909899,-0.016632453,0.016694862,0.0043414445,0.01725656,0.013433904,0.021640912,-0.020938791,0.050646286,-0.023809683,0.022889126,0.030986914,0.012279306,-0.0030932305,0.053610794,0.021890555,0.012583558,0.000953226,0.00507477,0.03519964,0.014424674,0.027913187,-0.028740129,0.005082572,-0.00425563,-0.026930219,-0.055545527,-0.019284908,-0.01020415,-0.022717496,-0.023310399,-0.00047734438,0.010828258,-0.018816827,-0.016429618,-0.019378524,-0.023981312,0.037914503,0.015922531,-0.0390691,-0.015314027,-0.012466538,0.0028650414,-0.018083502,-0.010211951,0.024121737,-0.017755846,-0.0013944892,-0.0775765,-0.03632303,-0.013270075,-0.03376419,-0.0049772537,-0.030518834,-0.011616192,0.008636081,0.011850232,-0.00682227,0.054297313,-0.029582674,-0.0021804739,-0.010352376,0.012560154,-0.02081397,-0.0042634313,0.035730127,-0.009704865,-0.014845946,-0.017412586,-0.031236557,-0.015111191,0.039037894,-0.0151579995,-0.013589931,-0.0029957138,-0.009260188,-0.0054843407,0.05913414,0.03137698,0.007266946,-0.01772464,0.024402585,0.020345889,0.01742819,-0.02897417,0.024745844,0.05760508,-0.03282803,-0.008885724,-0.026384125,0.020720353,-0.025026692,0.014767933,-0.02652455,0.003918222,0.03289044,0.0014695771,0.027476313,-0.020205466,-0.0061279507,-0.022467854,0.026399728,-0.009572241,0.037571244,-0.006759859,0.024933076,0.008932532,0.01603955,0.013784965,-0.007356662,-0.019628167,-0.030581245,0.030159973,0.021141626,0.010695634,0.01603955,-0.03317129,0.02151609,-0.013472911,0.013316884,0.0052268966,0.012614763,0.037540037,0.0008732623,-0.0075360923,-0.0021726727,-0.005414129,-0.0045091733,0.026150085,-0.013207665,0.018941648,0.0060460367,-0.018395554,-0.03125216,0.012622565,-0.023185577,0.014479283,0.01043819,0.032328743,-0.043937135,0.014323257,-0.014565098,0.003130287,-0.0021824243,-0.017755846,0.0070758136,0.0015592924,0.007266946,0.020845175,0.008495657,-0.0011068148,0.026508946,-0.013511918,0.014026806,0.017506203,0.0104928,0.015875723,0.025167117,0.013605533,-0.00029913255,0.0010873114,0.049928565,-0.0011233927,0.025962852,-0.013831772,-0.0036607778,-0.02473024,-0.0054609366,0.02658696,0.014861549,-0.014658714,0.0048602335,0.010719039,0.018208323,0.0145260915,-0.015953736,0.02471464,-0.016476426,0.031439394,0.034762762,-0.0021999774,-0.019690577,0.01772464,0.016570041,-0.023045152,0.005207393,0.0047549154,-0.008659485,0.006685747,0.0036568772,-0.039318744,-0.0154856555,0.0067910645,0.020345889,0.031517405,0.010001315,0.006198163,0.021328857,0.012177888,0.03519964,-0.032266334,-0.001772854,0.033514548,-0.009626851,-0.018598389,-0.020439506,-0.038569815,0.015384238,0.046059098,0.02664937,0.008113392,-0.006268375,0.024355777,-0.018801225,-0.023450822,-0.0058510033,-0.005808096,-0.053954054,-0.019799795,-0.01154598,0.0015563669,-0.031174146,0.009977912,0.00031912347,0.043188207,0.00752049,-0.013909786,0.05158245,0.04016129,0.00950203,0.02688341,0.0005958272,0.0075946026,-0.017631024,-0.036104593,-0.025213925,-0.008690691,-0.0064127,0.017646626,-0.0037290396,0.011795623,-0.0011282685,-0.010211951,-0.009642454,0.029551469,-0.018613992,-0.0009683411,-0.011725411,-0.03913151,-0.035667717,0.032578386,0.024308968,-0.010586415,0.002705114,-0.049928565,-0.0022467854,-0.0015865971,0.004649597,-0.006576528,-0.0174906,0.009642454,0.009931103,-0.013855176,0.0014256946,-0.00909636,-0.01201406,-0.028303254,-0.023591246,-0.010711237,-0.025120309,-0.0031595419,0.011819027,0.01451829,0.050521463,-0.028474884,-0.0031692935,-0.045497403,0.039974056,-0.02011185,-0.013231069,-0.007274748,0.008542465,0.029489057,0.007255244,0.013589931,-0.0054414333,-0.009260188,0.016414015,0.023809683,0.007953464,-0.0059914277,-0.03242236,0.0020946593,-0.025104705,0.031517405,0.010711237,0.009548837,-0.00047807573,-0.02134446,-0.0013155006,0.006170858,0.0010648826,0.026072072,0.006338587,0.008160199,-0.0069002835,-0.030862093,-0.012848804,-0.0142530445,0.00793396,0.02104801,-0.039318744,-0.008690691,-0.016289193,-0.012895612,0.004751015,0.017178547,0.004832929,0.013582129,-0.006564826,0.020361492,-0.001924005,-0.00711482,-0.014557296,-0.011116907,-0.010976482,-0.0008386438,0.00484073,0.0038558112,0.010352376,-0.016133167,-0.008955936,-0.00676376,0.038320173,0.004466266,-0.041191064,0.014479283,-0.0068534752,0.030128768,0.02775716,-0.016086359,-0.01241973,0.009689262,0.01586012,-0.004887538,0.0044116564,0.02209339,-0.01603955,0.023606848,-0.003370178,-0.018083502,0.013043837,-0.00070065766,-0.006857376,0.030503232,-0.0068183695,0.0050240615,-0.019019661,-0.010289965,-0.0063112825,0.032515977,0.027257875,-0.0040137884,-0.04262651,0.03416986,0.015243814,-0.020673545,-0.020829571,-0.029754303,0.003713437,0.020236671,-0.006752058,-0.013972197,0.0023521034,0.027257875,0.006541422,0.014432475,-0.019128881,0.015376437,0.008823313,0.009626851,-0.00915097,-0.06344048,-0.011148112,0.004910942,0.022530263,-0.03813294,-0.01201406,-0.050771106,-0.0013574328,0.018052297,0.031454995,0.0007718449,0.010797052,0.0004410194,-0.011382152,-0.035012405,0.005983626,0.10815775,0.0035886155,-0.0100091165,-0.026103277,0.04234566,0.010765847,0.00062947045,-0.017194148,0.0074034696,-0.007614106,-0.004649597,0.013441705,0.029723099,-0.013371494,-0.001544665,-0.009408413,-0.010680032,0.011912643,0.017038122,-0.0098452885,0.016398413,0.003859712,0.044030752,0.009931103,-0.048961196,-0.007879351,0.030284794,-0.021438077,-0.0089949425,0.009697063,-0.0008132895,0.016710466,-0.009915501,0.037633654,0.052612223,-0.012318312,-0.004891439,0.006198163,0.023029549,-0.000428586,-0.025978455,-0.032141514,0.02524513,-0.002396961,-0.0051956913,-0.018770019,-0.022108993,0.00036495633,-0.012645969,-0.01848917,-0.006564826,-0.00183624,-0.0034384397,0.007079714,-0.0036900328,0.014159428,-0.000073686075,0.015735298,0.0048641344,0.008402041,-0.015243814,-0.024558611,-0.004501372,0.011467967,-0.033795398,0.0038265563,0.015087788,0.0021122124,0.0033136182,-0.014822542,-0.006752058,-0.0034364893,0.009018347,0.018707609,0.001248214,-0.011452364,-0.016507631,0.0140892165,0.036416646,0.017131738,0.026290508,-0.01900406,-0.01906647,0.025229527,0.0003279,0.00034642816,0.020626737,0.03947477,-0.03485638,0.0547966,-0.006771561,-0.009166572,0.00017955266,-0.0071421247,0.0069665946,0.008885724,-0.009369407,0.01329348,-0.017053725,-0.016476426,0.02315437,0.021375665,0.02349763,0.011819027,-0.01043819,-0.026040867,-0.0054648374,0.027663544,0.007891053,0.01795868,0.012989228,0.008651684,0.007469781,-0.003812904,0.041253474,0.010742443,-0.016663658,0.0034150358,0.020423902,-0.00037324528,-0.0025607892,0.012567955,0.0062293685,-0.021110421,-0.01621118,0.02296714,-0.0014091167,-0.024121737,0.032952853,0.017178547,-0.003364327,0.0073020523,0.0067325546,-0.025931647,-0.00074892846,0.015735298,-0.009954507,-0.017521804,0.009322599,-0.0022935933,-0.055888787,-0.0072513437,-0.0058158976,-0.0009288468,0.012599161,-0.021141626,0.014494886,-0.024386983,0.032984056,-0.006716952,-0.0053088106,-0.004493571,0.024886267,0.00021258646,-0.013558726,-0.00845665,0.018099103,-0.004996757,-0.028724527,-0.022436649,-0.00088301394,-0.03037841,0.004321941,-0.003288264,0.0060148314,0.04209602,-0.009338202,0.013098447,-0.025167117,0.015930332,0.008581472,-0.047244903,-0.058978114,0.0016763125,0.03644785,-0.005102075,-0.0035281552,0.011163714,-0.009353804,0.0011029141,-0.006361991,-0.019113278,0.04087901,0.012209094,0.018036693,0.02309196,-0.009907699,0.0059914277,-0.012591359,-0.018457966,0.002827985,0.017802654,-0.026430933,0.010219753,0.012489942,-0.012872208,-0.02192176,-0.028178433,0.010399183,0.015446649,0.011444563,-0.028084816,-0.0031497902,0.022374237,-0.019284908,0.009424016,-0.022811113,0.0019435083,0.008246014,-0.003416986,0.0054570357,0.011647398,-0.012575757,-0.009439619,0.010781449,0.012380723,0.012567955,0.05841642,0.032235127,-0.010102733,-0.00091470685,0.034481913,0.006361991,-0.04243928,0.021656515,-0.005301009,-0.0050474657,-0.0027889784,-0.043063387,-0.037571244,0.030628053,-0.008643882,0.012458737,0.035480484,-0.0051332805,0.0051098764,-0.017412586,-0.050053384,-0.010352376,-0.02483946,-0.017194148,-0.0021941264,0.0077428278,-0.010945277,0.007762331,0.024418188,0.006752058,0.0049694525,0.0020537023,-0.008675088,0.023216782,0.011725411,-0.032609593,0.0033097176,-0.0026485543,0.013223268,-0.018941648,-0.043625083,-0.04418678,0.008955936,-0.017225355,-0.035012405,0.038101733,-0.026134482,0.020065041,0.028038008,-0.00244962,0.008113392,0.0057768906,0.014494886,0.013137453,0.0014315455,0.0062059644,-0.009158771,-0.03638544,-0.0129112145,0.015548066,0.011795623,0.019378524,-0.020548724,-0.05523347,0.020267876,0.003924073,0.027772764,-0.0047861207,-0.025510374,-0.011928245,-0.00042663567,0.019456537,0.0066506406,0.022015376,0.0012004309,-0.018738814,0.020221068,0.002775326,0.04886758,0.014268647,0.03270321,0.047619365,-0.009260188,0.016351605,0.0069353892,-0.009806282,0.0044623655,-0.008877923,0.0031595419,0.021016805,0.016055154,-0.013613335,0.01440127,0.008199207,-0.026399728,0.022062184,0.013956593,0.017927475,0.017537408,0.011990656,-0.03248477,-0.04967892,0.00979848,-0.00015858657,0.018988457,-0.009876494,0.032547183,0.002297494,-0.007001701,0.024683433,-0.028677719,0.028287651,0.012723982,0.032141514,0.010001315,-0.0032785123,-0.04712008,0.005929017,-0.017693434,0.00577299,-0.012833201,0.024917474,-0.015758703,0.003627622,0.012903413,-0.011358748,0.031845063,0.013925388,-0.0098998975,0.04100383,0.021110421,-0.009837487,-0.010133938,0.025791224,0.038039323,0.030518834,0.04559102,0.020314684,-0.01527502,0.0075555956,-0.016351605,-0.012489942,0.019518947,-0.027179861,-0.03900669,-0.0079144575,0.009650255,-0.027101848,-0.013160857,-0.033639368,0.005398526,0.0068651773,-0.036697492,0.0320791,-0.012404127,0.042844947,-0.007107019,0.012154484,-0.06515677,-0.023747273,0.012973625,-0.01078925,-0.023247987,0.005835401,-0.00071918586,0.021531694,-0.015555868,0.009494228,-0.008682889,0.0023911102,-0.018005488,-0.030877696],"social":"https://twitter.com/Luax0"},{"title":"baked blender pro suite","description":"equipping and training the next generation of metaverse architects ","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=jbYF6RE5i5I","youtube_transcript":"Hi there. I'm Nino, and together with my talented teammates liquid and the bull vader, we are proud members of the big universe. Over the last six weeks, we've been hard at work developing a groundbreaking project called the Big Blender Pro suite. Our goal is simple, yet ambitious. We want to equip and train the next generation of meta verse architects. Our suite offers a powerful set of tools and features designed to unleash your creativity easily. Custom dragon rock models to advance geometry note setup. Add a spider even though you're deadly afraid. Add a spaceship and pretend to know which buttons you have to press. Or take a tour in this massive clock tower that reminds me that I'm running out of time. Turn her hair into a beautiful braid. At moss underneath spider because you became friends and he deserves a soft bed. Add water droplets to your fruit because you should wash your fruit. Add falling leaves because that's just how gravity work. Now, finally, turn to Zen into a hologram and you will always have a scifi friend. Now, we didn't get here that easily. We started off with Google Drive and a single tool. We learned Python more extensive and learned how to create a blender plugin and ended up with a custom Python scripted blender add on. We went from a mainly web three approach to a hybrid model, learned how to utilize took on YouTube to share our story and results with an amazing community. We learned formatting and how to draw people's curiosity. As a team, we developed a better workflow and better habits. We improved our communication. We learned how to set hard deadlines and how to pack a lot of information in the short and captivating man. Thank you all for the journey and this was the big universe.","embedding":[0.022827838,-0.013530125,-0.0008153558,0.012569758,-0.027145239,-0.060307644,0.004410889,0.04490778,-0.054256484,0.03644295,0.0002953341,-0.03270347,-0.0469135,-0.06391115,0.03912858,0.043276004,-0.028811008,-0.02916796,-0.021570012,0.031700607,0.0332134,-0.012952206,0.021790981,0.05867587,-0.011345928,-0.01724411,-0.02316779,0.051400878,0.017371593,-0.0042685336,0.0021682621,-0.022759847,-0.004351397,0.042188156,-0.0526927,-0.018850388,0.017422587,0.004083684,0.0030659502,-0.010139096,0.012306295,0.0018431821,0.048953217,0.039638508,-0.03688489,0.00620839,-0.042596098,0.036408957,0.007521458,0.05017705,-0.029813869,0.03960451,-0.004869825,0.04755941,0.0011484034,-0.027026255,-0.019003367,0.025071526,-0.08063683,-0.022487884,0.0062338863,-0.004024192,0.048375297,0.028895997,-0.016632196,-0.026244363,-0.06656278,-0.012595255,0.0056432183,0.03664692,0.04273208,0.04684551,-0.024119658,0.00017940483,-0.01400606,-0.037394818,-0.0035057643,0.012195811,-0.0396725,-0.07091417,-0.04742343,-0.010334568,0.044363853,-0.023643725,-0.03889061,-0.025156515,-0.01703164,0.009756648,-0.040318415,-0.0145754805,0.0031785597,0.013802088,-0.044703808,0.022623865,0.029184956,0.03290744,-0.006119152,0.034318246,0.065644905,0.020295188,0.045995627,-0.010878493,0.005205529,-0.029711884,0.033009425,0.021298049,0.05109492,-0.034080278,-0.017456582,0.0028534797,-0.15896198,0.013470634,-0.008872771,-0.0008775034,-0.019904243,-0.044125885,0.060001686,-0.03368933,-0.001978101,-0.052420735,-0.022640863,0.021875968,0.01847644,-0.019156346,0.027740156,-0.019445306,-0.027434198,0.016215753,-0.016045777,0.0043386486,-0.00075958227,-0.015824808,0.04562168,-0.060375635,-0.021604007,-0.0085200695,-0.08628005,0.012926709,-0.008498822,0.05044901,0.006467604,-0.03817671,0.027400203,-0.031088693,-0.023048807,-0.0076829353,-0.0331964,0.032499496,-0.043242007,-0.010513043,-0.016691687,0.0021969457,-0.06404713,-0.028641032,0.03081673,-0.015340375,-0.019003367,0.052590713,-0.010802004,-0.0040156934,-0.008469077,0.0030213313,-0.017048638,-0.00663758,-0.018595424,0.0041240538,-0.024085663,-0.0028917242,-0.08240458,-0.005205529,-0.009008752,-0.0052182768,-0.046131607,0.00952718,0.088999666,-0.013003198,0.012246803,-0.074381694,-0.015629334,-0.014337514,0.009051246,0.053644568,-0.02496954,-0.028828006,-0.058369912,0.013725598,-0.015314878,0.0034122772,0.016504712,0.003962576,0.003140315,0.074789636,-0.03515113,0.029745879,0.012527265,-0.043343995,0.06336722,-0.032958433,0.034981154,0.031343658,0.031632617,0.042630095,0.04715147,-0.013980563,0.023541737,-0.032346517,0.0085328175,0.009637665,-0.03096971,-0.0035036395,0.05367856,0.0006570652,0.004151675,-0.006654578,-0.06119152,-0.04490778,-0.015348873,0.08600809,-0.012272299,0.024935545,-0.030374791,0.024561597,0.029677888,-0.00010968793,0.004848578,0.016122267,0.040114444,-0.008770784,0.048953217,0.04769539,0.015960788,0.009204225,-0.041032314,-0.044193875,-0.0031424395,-0.04195019,0.0046998486,-0.048443288,0.054154497,0.022096938,0.007317486,-0.002685628,0.0052140276,0.021519018,0.018510435,0.009314709,-0.04106631,-0.017422587,0.017201617,0.021196064,0.057384048,-0.03668092,0.028046114,0.002366922,0.0049590627,-0.015493353,-0.03940054,0.021570012,0.008486074,0.0039498275,-0.008320347,-0.051332887,-0.0411343,0.02389869,-0.030714745,0.08655201,0.0036119996,0.01709963,0.011320432,0.02699226,0.029575903,0.014932431,0.025241503,-0.030340796,-0.04178021,-0.019428307,0.018442445,0.05109492,0.004385392,0.007317486,-0.0072112507,-0.0056984606,-0.0059406767,0.0017709421,-0.011702878,0.031836588,0.040250424,0.027128242,0.01494093,-0.04395591,0.036272973,-0.004315277,-0.005949176,0.028641032,-0.019139348,-0.010181589,-0.004323776,0.023796704,0.007190004,0.021875968,0.015578342,-0.06316325,0.02252188,0.032227535,-0.004721096,0.0057197073,-0.02417065,-0.03190458,-0.0063061262,0.020397173,0.036986876,0.029762875,0.018102491,-0.0057494533,-0.020805117,-0.0029490914,0.039026592,0.00030330173,0.000036717567,0.016300742,-0.03991047,-0.05116291,-0.029847864,-0.01798351,0.00089662574,-0.024119658,0.038652644,0.018374454,-0.010929486,-0.010479048,0.038448673,-0.062109396,0.01709963,-0.034369238,0.0020524657,-0.06513497,0.017159123,-0.0033442867,0.05116291,0.009552676,-0.033026423,-0.05391653,-0.037768766,-0.013317655,0.011277937,0.011065467,0.0440239,-0.046811514,-0.0000011909971,0.018357456,0.016028779,-0.009977617,0.0025220255,-0.030425785,0.04755941,-0.019581286,0.0011717752,-0.019683274,0.009212724,-0.003161562,-0.027468193,0.038516663,0.002243689,0.026720298,-0.040216427,0.045723666,-0.027434198,0.027451197,-0.0048825736,-0.005600724,0.01645372,0.016020281,-0.012535763,0.023099799,-0.05031303,-0.0011983339,0.05327062,0.038074724,-0.024442613,-0.008583811,0.06190542,0.017295104,-0.011073966,-0.028878998,-0.011745373,-0.0037501054,0.023762707,0.0025007785,-0.026873278,0.022946822,0.047015484,-0.05673814,0.00090459344,0.017142124,0.038414676,0.006973284,0.08315248,0.043038037,0.0238137,0.0038032231,0.02772316,-0.027587177,-0.034879167,-0.022963818,0.007861411,0.011804865,0.021026086,0.0008605058,-0.01039406,-0.024646586,0.032210536,-0.05840391,0.057588022,-0.0018283091,-0.0086857965,-0.00092105987,-0.029337935,-0.016003283,0.026244363,0.08260855,-0.018629419,-0.010122097,0.036850896,-0.035831034,-0.01291821,0.0562962,0.02972888,0.00066131464,0.0062763803,-0.021621004,-0.040862337,0.032091554,0.008787783,0.0056432183,-0.028488053,0.042630095,-0.025377484,0.024578594,0.018918378,0.052148774,0.010903989,-0.038414676,-0.017575566,0.012238304,-0.010903989,-0.0019164844,-0.0396725,0.017125128,-0.025105521,-0.044567823,0.0033102913,-0.05065298,-0.030476777,0.029388929,-0.0030404537,-0.0053755054,0.03600101,-0.015408365,0.0635032,-0.012459273,-0.030034838,0.043072034,-0.08172467,-0.0039158324,-0.0022628114,-0.0015744069,0.0061446484,0.014235527,0.021179065,-0.0054519945,0.017745541,-0.004721096,-0.0009863946,-0.008702794,-0.046131607,-0.026958264,-0.008838776,0.004648856,-0.017363094,0.037292834,-0.012816224,-0.02114507,-0.010572535,0.046301585,-0.017864525,0.024476608,-0.04249411,0.01118445,0.0037288584,0.028267084,0.004844329,0.015416864,0.04531572,-0.023269776,-0.010419556,-0.037258837,-0.027213229,-0.03307742,-0.052658703,-0.016479217,0.045961633,-0.010173091,-0.0038627149,0.045485698,-0.0033952796,-0.030136824,0.0123402905,0.014889937,-0.018357456,0.043343995,-0.031870585,-0.02763817,0.035185125,0.048239317,0.0025730184,0.013113683,0.0075044604,0.025683442,-0.002388169,-0.0034165266,-0.014889937,0.014023057,-0.022623865,-0.01668319,0.03515113,-0.017354595,-0.031870585,-0.024527602,-0.018969372,0.027366208,-0.011014474,-0.039230563,0.019615281,-0.009518681,-0.068602495,-0.008830276,-0.0038032231,-0.04150825,-0.009280714,-0.014881438,0.030663751,0.046437565,0.03623898,-0.0046276087,-0.0071177636,0.027026255,-0.009000253,-0.024374623,-0.008838776,-0.0042069172,0.021094078,-0.046131607,0.025904411,-0.038346685,0.015416864,0.025309494,-0.004381143,0.0025900162,0.0051927804,0.018646417,0.019292327,-0.007891157,-0.0030765738,0.00902575,-0.0009826764,-0.003284795,0.00483583,-0.011770869,0.012510267,0.008702794,-0.011515904,-0.035899024,0.007925152,-0.05160485,0.017864525,-0.00085891224,0.0007383352,0.020057222,-0.05809795,-0.014770953,-0.037938744,-0.054868396,-0.016793674,0.018204479,-0.043072034,0.0055242344,-0.026890274,0.005881185,0.038142715,0.006654578,-0.010275076,-0.020142209,0.004967562,0.006437858,0.0019164844,-0.03379132,-0.0020152833,-0.004143176,0.007334484,-0.008613557,0.008452079,-0.018272469,0.008711293,-0.024238642,-0.032516494,-0.016734181,0.0047295946,-0.008218361,0.001818748,-0.015501852,0.015773814,0.024136655,-0.014524488,-0.0055964747,-0.0051545356,0.017575566,-0.013827584,0.010581034,0.033315383,-0.04769539,0.021485023,-0.030272806,0.016572705,0.038652644,0.0375308,0.003983823,-0.026006397,-0.034454226,-0.031020703,0.039876476,0.018289465,0.013555622,0.01544236,-0.0040114443,-0.0194963,0.012892714,0.0106490245,0.018748403,-0.018068496,-0.021858972,0.0046021123,0.009969119,0.01976826,0.0014086799,0.036476947,-0.0040305667,-0.015960788,0.044125885,-0.022691855,-0.027196232,0.003595002,0.013011697,0.050415013,0.013088186,0.011243942,0.023541737,-0.026329352,-0.011872855,-0.027910134,-0.0070497734,-0.010258079,0.0013513127,0.01566333,0.013810586,-0.041338272,0.032635476,-0.020805117,0.024544599,0.0046573547,0.013938068,0.010445053,-0.008388338,-0.01695515,0.0120088365,0.008779284,0.028760016,-0.005689962,-0.03991047,0.04769539,0.011923848,-0.03379132,0.034981154,-0.024986537,0.0014129293,0.05816594,0.0022564374,-0.0047933357,0.013334652,0.021858972,-0.0072452463,-0.0046233595,0.01183886,-0.012408281,0.00039944466,0.020108214,-0.026108382,0.011456412,0.002505028,0.0045298724,-0.07125413,-0.021451028,-0.0007250558,-0.0663928,-0.012799227,-0.023983678,-0.03421626,-0.014558483,0.018969372,0.012000337,-0.0071772556,-0.029116966,0.02605739,-0.030102829,-0.00068787346,-0.0035057643,0.00916173,0.008320347,-0.0194793,-0.030561766,-0.011209947,-0.04698149,-0.0009120299,-0.019887244,-0.018459443,-0.00064272346,-0.039434537,0.030935714,-0.0005625158,-0.015246888,0.0026601313,-0.027842142,0.017677551,0.012136319,0.010215584,0.028709022,0.011490408,-0.014685965,-0.022283912,-0.04249411,-0.009722653,-0.032193538,-0.023303771,0.004187795,0.008078131,0.021094078,-0.011966342,0.013300657,0.023643725,-0.015493353,0.012136319,-0.0158758,0.020057222,-0.05000707,0.02216493,-0.03159862,0.00634862,0.015501852,0.018561428,0.007784921,0.0060724085,0.02850505,0.024646586,-0.0044788793,0.04864726,0.008409585,0.016045777,0.04704948,0.007512959,0.02394968,-0.017796535,0.011490408,-0.014176036,-0.021128073,0.0073514814,0.025564458,-0.027043253,-0.028114105,-0.010640525,0.011150455,0.013649109,0.044227872,0.0180515,-0.0048613264,-0.033179402,0.0068755476,-0.0047933357,0.004776338,-0.012042832,-0.035253115,-0.040250424,-0.04711747,0.002683503,0.0010565099,-0.015722822,0.009408196,0.027604176,0.0074959616,-0.07642141,-0.037666783,0.014320516,-0.025819423,-0.04494177,0.005983171,0.024680581,0.02360973,0.0050822957,-0.007109265,0.03892461,-0.020771122,-0.0009571799,0.016071273,0.018595424,-0.012289297,-0.012263801,0.0034313996,-0.027026255,0.010623528,-0.00013312609,0.016657691,-0.0223689,-0.014966426,-0.03154763,-0.022912825,0.011498907,0.022793842,0.012323293,-0.006833053,0.028760016,0.017227113,-0.026907273,0.018204479,-0.016275246,0.019156346,-0.021807978,0.0071347617,0.031496637,-0.0060341638,-0.012357288,-0.009731152,0.03579704,-0.051400878,-0.015994783,0.010198587,0.03997846,0.027536185,0.015051414,0.02541148,0.0043046535,-0.026754294,-0.00029135027,-0.012110822,-0.0065355944,0.018884383,-0.014431001,-0.015484855,-0.018493438,0.05078896,0.028522048,-0.012782229,-0.0078699095,-0.017363094,-0.021485023,-0.010054107,0.017694548,-0.021841973,-0.03817671,-0.010759509,0.0114649115,0.025309494,0.01529788,-0.034692194,0.042596098,-0.013028695,-0.004848578,0.039026592,0.0128842145,-0.06112353,0.0048018345,0.008626305,-0.011269439,0.01327516,-0.037190847,0.011702878,-0.017864525,-0.032516494,0.0027153739,0.0032954183,0.06265332,0.0043683946,-0.010988978,-0.031190678,-0.0150599135,0.0114649115,-0.001234454,0.0034675195,0.018680412,0.019649278,0.021960957,0.031411648,-0.011770869,-0.0035907524,-0.003044703,-0.026448335,-0.010742512,-0.0020556527,-0.022181926,0.0064038625,-0.0025496467,-0.021179065,0.015187396,0.022827838,0.011082465,-0.0057707005,0.0015903421,-0.0070625213,0.020958096,-0.016776675,0.024425616,-0.0019621656,-0.01176237,-0.009127735,0.017490577,0.015850304,0.012195811,0.014447998,0.03991047,-0.013870078,0.015722822,0.01668319,-0.0051162913,0.01695515,-0.00519703,-0.004708348,-0.0058131944,0.026380345,-0.00008379308,0.003074449,-0.004349272,0.00476359,-0.021739988,-0.024646586,0.014320516,0.004164423,0.0007882658,0.029133962,-0.015017419,0.02230091,0.0030786984,0.004034816,-0.013980563,0.057690006,0.00664183,0.017040139,-0.0411343,-0.025598453,-0.046539553,0.032006565,0.030646754,0.0072877402,-0.001087318,-0.026380345,-0.011957843,0.015110906,-0.008524319,-0.030867724,-0.012816224,0.0057919477,-0.018612422,-0.04208617,0.015926793,-0.017864525,0.0117963655,0.016130766,-0.0173206,-0.012510267,0.0039498275,0.055888258,0.013232667,0.008673049,-0.02952491,0.020686135,0.036476947,-0.008265105,-0.027366208,-0.0016392104,0.038856614,-0.013181673,-0.0047295946,0.0025793926,-0.013190173,-0.011940845,0.012578257,0.011949345,0.0310377,0.02360973,0.005881185,-0.029456919,-0.03637496,-0.012552761,-0.0073939757,-0.0075172083,-0.017167622,0.032516494,-0.013683104,-0.0058429404,-0.030646754,0.010666022,0.022317907,-0.026805285,0.043513972,0.0056559662,-0.045213737,0.025105521,0.02338876,0.025377484,-0.025921408,-0.026312355,0.008643302,-0.04164423,0.016343236,0.02490155,-0.010819001,0.037836757,-0.0030213313,0.029915854,0.0009630228,-0.005787698,-0.018459443,-0.00028736642,0.0194963,0.0115244035,0.018459443,-0.0150599135,0.0058769356,0.011583895,-0.014312017,-0.005260771,-0.017006144,0.011371424,-0.0018612421,-0.043038037,-0.011507406,0.008770784,0.026465334,0.0051587853,-0.02216493,-0.038448673,-0.0021502022,0.002604889,0.00006370797,-0.011294935,0.010768008,-0.0031806843,0.012314794,0.031666614,-0.025020534,-0.0017411963,-0.00534151,-0.01832346,0.01341964,-0.045485698,0.019258332,0.0085795615,-0.00044910965,0.0033081667,0.034539215,0.03448822,-0.014159039,-0.014261024,0.01183886,0.014286521,-0.023473747,0.009552676,-0.008651801,0.00029347496,-0.027553182,0.0180515,-0.02808011,0.01687866,0.016045777,0.020771122,0.011515904,-0.020210199,-0.0137001015,-0.00620839,0.0000022450502,0.034114275,-0.017269608,0.021841973,0.0075087096,0.008392587,0.013462135,0.0047890865,-0.009663161,0.012017335,-0.0016891409,0.0040411903,-0.008456328,0.017048638,0.010504545,0.000033231725,0.015969288,-0.03630697,0.0041176793,-0.031190678,-0.02272585,0.014201532,-0.01796651,-0.00084775756,0.00067618757,0.035491083,-0.018663414,-0.01985325,0.018697409,0.017796535,-0.011201448,-0.006148898,0.01126094,0.0019515421,-0.0041410513,0.035695054,0.0015393492,-0.013674606,-0.00634862,0.010615029,-0.016776675,-0.00844783,0.022385899,-0.04286806,0.031853586,0.0049633123,-0.06360519,-0.003673616,-0.020159207,0.0048910724,0.01047055,-0.014821947,-0.017626557,0.013292158,0.014668968,0.015756818,-0.019156346,0.021926962,0.00044618818,-0.004712597,-0.009765147,0.020363178,0.107017174,-0.0017507575,0.0020227197,-0.039740495,0.031734604,0.011668883,-0.002388169,0.020125212,0.016513212,-0.001638148,-0.025887413,-0.012552761,0.0005402064,0.0011133457,0.053644568,-0.037904747,-0.0026155126,-0.009654663,-0.027757155,-0.00084457046,0.0011877104,0.012323293,0.0014267399,-0.025428478,-0.017762538,-0.014660468,0.032567486,0.015892798,0.025717437,0.018867387,0.014380008,0.011345928,0.013768093,0.03566106,0.032363515,0.0065908367,0.013555622,-0.010326069,-0.013538624,-0.0031084444,0.005226776,-0.009263717,0.011456412,0.001674268,0.020822115,0.005146037,-0.021892967,-0.024510603,-0.007946399,-0.042188156,-0.011439415,0.019292327,-0.007627693,0.042460117,-0.004806084,0.016972149,0.013530125,0.020346181,0.028980985,0.014617975,-0.010717015,0.012578257,-0.005851439,0.01839145,-0.0055029877,0.0012843845,0.034726188,0.00035562261,-0.0074237213,0.017949512,-0.003291169,0.00974815,-0.0039370796,0.009952121,0.015408365,-0.009654663,0.005949176,0.03061276,0.018068496,0.009858634,-0.03299243,-0.010700017,0.009399697,0.010020112,-0.007942149,-0.01306269,0.012544262,0.029762875,-0.03946853,0.016334737,0.01985325,-0.008311848,0.028726019,0.024561597,-0.0025368985,0.015620836,-0.03372333,-0.032057557,-0.0023945433,-0.020754125,-0.016853165,0.031360656,-0.029116966,-0.009943622,-0.0041707973,-0.0166067,-0.013147678,0.01256126,-0.0031658113,0.030986706,-0.0023945433,0.014439499,0.013623612,0.004776338,0.05551431,-0.014974925,-0.013470634,-0.00023132733,-0.01927533,-0.015595339,0.028454058,-0.018612422,0.008872771,-0.020414172,-0.012680243,-0.017014643,0.016929654,-0.051774826,0.009442192,-0.0017890021,-0.000409537,0.026397342,0.028607037,-0.025275499,-0.01798351,0.012977702,-0.0051587853,-0.027145239,-0.020193202,0.035559073,-0.037326828,0.0044278866,0.022351904,-0.018102491,0.03997846,-0.012221307,0.018731404,0.008821778,-0.008273603,-0.0011792117,-0.011150455,-0.020448167,0.027366208,0.0070752697,-0.00037925996,-0.021298049,-0.003255049,0.00916173,-0.017541569,-0.013028695,0.003544009,-0.026295356,0.02345675,-0.006272131,0.029354934,0.028233089,-0.02937193,-0.015790813,-0.017295104,0.012017335,0.015756818,-0.019581286,-0.03132666,-0.011957843,0.00880478,-0.018986369,0.0061403993,0.03637496,-0.057825986,-0.010793504,-0.018663414,-0.028046114,0.005549731,0.0053202626,-0.021179065,-0.009569674,-0.009450691,-0.0026601313,0.013479132,-0.023830699,0.005600724,0.010615029,-0.01068302,0.034675196,0.013793589,0.023371762,-0.014804949,0.007835914,-0.004083684,0.027706161,0.0056559662,-0.028471055,-0.0077466764,-0.0050780466,0.010725514,0.020125212,-0.021824976,-0.008821778,0.0058854343,-0.013870078,-0.0064846016,0.020550152,-0.03132666,0.001948355,-0.011396921,0.005468992,-0.00009302227,0.014439499,0.037326828,0.006284879,0.007500211,0.02648233,0.002023782,-0.027434198,-0.0023626727,0.023983678,0.01024958,-0.014201532,-0.011073966,0.035321105,-0.0065355944,0.002345675,0.004733844,-0.01047055,-0.016734181,-0.0014501116,-0.017150624,-0.030102829,-0.0025581457,-0.010402558,0.0048188325,-0.004512875,-0.0058854343,0.015085409,0.024697578,0.008571062,0.028488053,-0.006459105,-0.011515904,0.019462304,-0.012255302,0.03357035,-0.0086857965,0.014634972,0.014354511,0.0015000422,0.011507406,-0.04538371,-0.00000833698,0.0024072914,-0.025292495,-0.002683503,0.04409189,-0.013241165,0.0013162551,-0.00064697285,-0.012442276,0.009314709,-0.0109804785,0.006501599,0.013649109,-0.03617099,0.010827499,-0.019156346,-0.025207506,0.02207994,-0.000036086796,0.0077721733,0.011286437,-0.01392957,-0.02338876,-0.017312102,-0.024867555,0.012637749,-0.0050610485,0.0106490245,-0.019717269,0.009510183,0.0070115286,0.0055157356,-0.004589364,0.01992124,0.034233257,0.03889061,0.013334652,0.025751432,0.0137595935,0.032176543,0.0051800325,-0.013028695,-0.015042916,0.028675027,0.012722737,-0.005528484,0.017915517,0.037836757,0.032125548,0.005723957,-0.0101050995,0.015943792,-0.002502903,-0.02143403,-0.001439488,0.018102491,-0.006012917,-0.0131561775,-0.010632027,0.0013375022,-0.030544767,0.0065355944,0.032720465,0.014830445,0.029354934,0.014498991,-0.011243942,0.014711462,0.0057622017,-0.037938744,0.019071357,-0.0071857544,-0.0013502504,-0.001396994,0.03882262,-0.032142546,0.021553013,-0.03882262,-0.01140542,-0.0003851029,0.037836757,-0.009714154,0.018068496,0.0053882534,0.02128105,0.01471996,-0.013921071,0.027417202,0.009544178,0.008316098,0.003985948,0.010691519,0.034233257,0.048817236,0.0027557432,0.024544599,-0.0029405926,0.04222215,0.025598453,-0.014677467,-0.026397342,0.014439499,-0.023337767,0.0020949598,-0.018867387,0.0027557432,-0.015170398,0.04721946,0.03695288,0.0038945854,0.00973965,-0.015476355,0.009102239,-0.03428425,0.012544262,-0.02389869,-0.028743017,-0.07492562,-0.0048953216,-0.0028216091,-0.0045426204,-0.019241335,0.013717099,-0.010547039,-0.0072579943,0.0072579943,0.024595592,0.03023881,-0.023099799,-0.013343152,0.0044363854],"social":"https://twitter.com/bakeduniverse"},{"title":"heliumdenver","description":"we're building a hackathon, exposition, educational workshop, and celebration for projects that leverage the helium network.","niche":"web3","youtube_url":"https://youtube.com/watch?v=WBdp9zqTTYE","youtube_transcript":"Hi. My name is Tanner. I'm building helium Denver. A Colorado based expo is six week hackathon to elevate projects in decentralized wireless. We'll be hosting an IR element each year here in Denver to celebrate from around the world that leverage that he live in network. Our first hackathon is centered around community oriented projects that impact group corporate team and we're building a virtual conference space in the salon lediviruses and portals. They will allow anyone in the world to attend and interact with the projects, adapts, and physical use cases as well as view the presentations on demo day in an immersive way. Find us at the week's on Twitch every Friday where we provide an update on the exciting things going on in the ecosystem. We created lava data to manage the event space and put the first few hundred bucks in the pod ourselves just to see what happen, and the pod has nearly doubled. We've attracted the attention of some really exciting founders of community members. We've acquired some prominent sponsors in the space, highly call by judges. We've already got some exciting projects being submitted and we're only just getting started. We're glad you found a stick around. Big things are rising.","embedding":[-0.013450492,-0.02125889,0.013733405,-0.0033504982,-0.027127314,-0.012197591,-0.039995816,0.027628474,-0.009780707,-0.022503708,0.00009510424,-0.0043851514,-0.007840731,-0.10036136,-0.022034882,0.018171098,-0.019723078,-0.04061014,-0.044845752,0.041256797,0.0017186964,0.014283065,0.03158926,0.015883544,0.0055450946,-0.0057269675,-0.052540984,0.054319296,0.06114154,0.030263606,0.0358572,-0.03362623,-0.0033848519,-0.003091835,-0.022018714,0.0051288083,0.014978223,0.018688424,-0.019787744,-0.016635284,-0.011437768,-0.061529536,0.0029503785,0.017605271,-0.02746681,-0.019545246,-0.018429762,0.035469208,0.02331203,0.0461714,-0.033561565,-0.021711553,0.037441514,0.04038381,-0.0071172826,-0.059751224,0.010209117,0.042647112,-0.02696565,-0.002546217,0.051247668,-0.022794705,0.04416676,0.0117287645,0.0009841331,0.015414717,-0.04662406,0.012496672,0.008273184,0.0614972,0.03149226,0.06059188,0.008980467,-0.028145801,-0.0028008386,-0.03960782,-0.037894174,0.0054198047,-0.063728176,0.0063534174,-0.03905816,-0.036827188,0.010960857,-0.013765738,-0.022455208,-0.041774124,-0.056194603,-0.021986382,-0.03918749,0.036439195,0.016117958,0.03909049,-0.0014539707,0.03234908,0.07009776,-0.02263304,0.008054937,-0.0036435153,0.070938416,0.033690896,0.06023622,-0.037441514,0.011947012,-0.0359542,0.028679295,-0.0042598615,-0.0048378124,0.02103256,0.042873442,-0.020984061,-0.15183537,-0.009756457,0.0022794704,-0.011963178,-0.03034444,0.001875309,0.03553387,-0.05257332,-0.021776218,-0.037279848,-0.028178135,0.024977176,0.008826885,0.010718361,-0.03947849,-0.04740005,0.016716117,-0.024379017,-0.018316595,-0.020935562,0.014355814,0.005092434,0.045654073,-0.03537221,-0.05858724,-0.019965574,-0.08943284,0.0076750256,-0.006705038,-0.022697706,0.0010447573,-0.021452889,0.03192875,-0.024702346,0.003498017,-0.04749705,-0.015479382,0.025559168,0.007367863,0.0155440485,-0.008487389,-0.009982787,-0.035695538,0.027660808,-0.0037688052,-0.02669082,-0.012973581,0.0490167,-0.005973506,-0.021517554,-0.020143405,0.016667617,-0.005593594,0.023004869,-0.008285309,0.0028372132,-0.026949484,-0.012787667,-0.08542356,-0.014962056,-0.018963253,-0.014679143,-0.03029594,0.05448096,0.055030618,-0.024120353,0.01512372,0.010799193,-0.001890465,-0.026674654,-0.017912434,0.037279848,0.0030877932,-0.007238531,-0.053672638,0.021566054,-0.009974704,0.035016544,-0.005743134,-0.013781904,-0.012836167,0.067705125,0.034790214,0.040965803,-0.007873065,-0.03925216,0.007719483,0.017815435,0.046559397,-0.009829205,-0.023376696,-0.013903153,0.009885788,-0.025284339,0.007893273,-0.015705712,-0.020790063,0.023376696,0.01775077,-0.020353569,0.05761725,0.022342043,0.041127466,-0.0040638433,0.0012801813,-0.033917226,-0.01051628,0.044813417,0.050665677,0.0141941495,-0.02180855,0.05470729,-0.00783669,0.028129635,0.011259938,0.013515158,-0.028857125,-0.017589105,0.041224465,0.030489938,-0.020175738,-0.022875536,-0.022245044,-0.036859524,0.0026068413,-0.013167579,0.009586709,-0.041483127,0.035792537,-0.0059209648,0.020951727,-0.0016671659,0.008119603,0.030894099,0.06272585,-0.0014650852,-0.036924187,-0.030376773,0.047885045,0.05092434,0.018575259,-0.008907718,-0.0021460971,0.033723228,0.016796948,0.00059967453,-0.042905778,0.018769257,0.00061584095,-0.027224313,0.010855776,0.014283065,-0.022940202,-0.0017146548,-0.016279623,0.0002861968,0.010758777,0.0066646216,-0.022261212,-0.04924303,0.008996633,0.009756457,-0.024896344,-0.006567623,-0.009732207,-0.010758777,0.027676973,0.037021186,-0.016845448,-0.016974779,-0.01665145,0.008422724,-0.0062038777,-0.019124918,-0.033658564,0.04280878,0.013555574,-0.0110578565,-0.029859446,-0.018009434,0.04914603,-0.027870972,0.010411198,0.05040701,0.00041477065,0.051829662,0.04248545,0.009247214,-0.008616721,-0.0112841865,-0.009336129,-0.053640302,-0.022665372,-0.011947012,0.024605347,0.018688424,-0.01254517,0.010087869,-0.0067697037,-0.023797024,0.02628666,0.033529233,0.010346533,0.010314199,-0.0069192434,0.039122827,0.03993115,0.060397882,0.0024997385,-0.018817756,-0.022778537,-0.024540681,0.025769332,-0.04061014,0.03508121,-0.0018156952,0.04937236,0.0052500567,-0.0019622038,-0.021372056,-0.01442048,-0.008802636,0.004922686,-0.0074406117,0.01948058,-0.029649282,-0.007040492,-0.032640077,0.00041982267,0.04613907,-0.013313077,-0.025106508,-0.0014640747,-0.0017389045,0.035695538,0.03640686,0.0051611415,-0.058457907,-0.031104263,0.004946936,-0.0070566586,-0.029342119,-0.009045132,-0.05357564,0.009271463,-0.029455284,0.028873293,-0.026124995,-0.01820343,-0.014056735,-0.044522423,0.051732663,0.04284111,0.017152611,0.024767011,0.030085776,-0.046656396,0.026351325,0.021194225,-0.054092966,-0.0015711775,-0.0026351325,-0.00035035744,0.0055491365,-0.0282428,0.05237932,0.08846285,0.015810795,0.01957758,0.011559017,0.05548328,-0.034596216,-0.014638727,-0.032995738,-0.026577655,0.037894174,0.011098273,-0.030861767,-0.011138689,-0.024039522,0.061335538,-0.064827494,0.010031287,0.01825193,0.00060119014,-0.027757807,0.024799345,0.018268097,0.019690745,-0.0044053597,0.020159572,-0.06023622,-0.029956445,-0.036859524,-0.008875385,-0.020499067,-0.0069232853,0.023991022,0.031783253,-0.029924111,-0.016780782,-0.061561868,0.045783404,-0.00588459,-0.020935562,-0.020838562,0.010411198,-0.03230058,0.037215184,0.056517933,-0.007784149,-0.0009401805,0.005577428,-0.0070687835,-0.004065864,0.05713226,0.04536308,-0.015244969,-0.008624805,-0.031653922,-0.031653922,-0.039995816,0.019044086,0.023748524,-0.023392864,0.020143405,0.00021243734,0.035469208,-0.02541367,0.013013998,-0.009651375,0.02140439,-0.004094155,-0.013013998,-0.0644395,-0.0040618223,0.008859218,0.028533796,-0.015075221,-0.0054157632,0.03131443,-0.049210694,0.00052086305,0.043455437,-0.023457529,-0.0011336728,0.03504888,0.022374377,0.03925216,-0.0042598615,-0.03517821,0.037861843,-0.059621893,0.007974105,-0.0016883843,-0.06127087,-0.016538285,0.030053444,0.000052825162,-0.048467036,0.054513294,-0.02641599,0.009045132,0.016974779,-0.01902792,-0.0039749276,0.026771653,0.012650252,0.018106433,-0.045460075,-0.021663053,0.021873217,-0.04536308,0.020790063,0.033496898,0.029002624,-0.047691047,0.007743733,-0.0179286,-0.008430807,0.013781904,0.010548613,-0.02090323,-0.022002548,-0.034046557,-0.03773251,-0.028081136,-0.019318916,0.008996633,-0.038088173,0.034693215,-0.040480807,-0.006442333,0.033060405,0.04339077,0.052411653,-0.017896269,-0.033723228,0.0043851514,0.04138613,-0.03129826,-0.023506029,0.028986458,0.0020773897,-0.031330593,-0.036600858,-0.018623758,0.014137567,0.0018348929,-0.009530126,-0.017314276,0.03608353,-0.0090370495,-0.022519875,0.030861767,0.0013408056,-0.026270492,-0.06269352,-0.0067697037,-0.00029251183,-0.006579748,-0.009287629,-0.006337251,0.017217277,-0.028485296,0.03238141,0.00050090754,-0.02130739,0.011639849,0.029730115,0.007650776,0.027078815,-0.02148522,-0.0032534995,-0.0022047006,0.013329243,-0.0063453345,-0.0074365702,0.004712522,0.04238845,0.046333067,-0.03925216,-0.0013438368,-0.04707672,-0.0015105533,-0.0063574594,0.018882422,-0.058975235,0.011736847,0.056323934,0.036471527,0.033270568,0.0034636634,0.00046453305,0.037764844,0.03508121,-0.006515082,0.002493676,-0.0028735877,0.018041765,-0.010443531,-0.023958689,0.0071576987,-0.02180855,0.03129826,-0.017071778,-0.0015792608,0.025446003,-0.0005014128,-0.007145574,-0.023877857,-0.021986382,-0.00565826,0.0282428,-0.010459698,-0.008123645,-0.0070768665,0.004324527,0.020935562,-0.0540283,0.023845524,0.020870896,0.0099342875,0.0066363304,0.011858096,-0.014266898,0.0029261287,-0.019092586,-0.04740005,0.015907794,0.027757807,0.020757731,-0.011179105,-0.048661035,-0.03417589,0.009142132,-0.011324603,-0.00798623,0.0011953074,-0.0143073145,-0.0026896943,-0.01970691,0.03462855,-0.003952699,-0.0013812217,0.016182624,-0.008608638,0.016263455,0.031734753,-0.0089643,0.0073880707,-0.068610445,0.01998174,0.049889687,0.030861767,0.041030467,-0.0010629445,-0.019771576,0.0008810719,0.06776979,0.013418159,-0.01757294,0.0115024345,0.0108315265,-0.051215336,-0.01314333,-0.007658859,0.02445985,-0.014557894,-0.021549888,0.018607592,0.003966844,0.012254175,0.0057269675,0.049178362,-0.000004432356,-0.011074023,0.049857352,0.043778766,-0.01747594,0.0102657005,-0.0029523992,0.053898968,0.01669995,-0.000898754,0.023716193,-0.008176185,-0.03176709,0.005330889,0.013151413,-0.0030110027,-0.0055572195,-0.020612232,0.021937883,-0.013434325,0.012415839,0.01389507,-0.011332686,0.0040800096,0.009360379,0.0003662713,0.04180646,0.0021824718,-0.041418463,0.011300353,0.009530126,-0.035242878,-0.02413652,0.009222964,0.031055763,0.006737371,0.01339391,-0.03983415,-0.0035485374,-0.01234309,0.028873293,0.038249835,0.008091312,0.028275134,0.018526759,-0.0034879132,0.0020571817,0.022309711,-0.007121324,0.01239159,-0.018219598,-0.0084793065,0.0004799417,0.023392864,-0.062855184,-0.0116155995,0.030037276,-0.049178362,-0.016457453,-0.020434402,-0.008640971,0.034563884,0.011478185,0.016142208,0.00009308343,-0.009117882,-0.014477062,-0.020563733,0.001214505,0.0017560814,0.004955019,-0.0046478566,-0.03983415,-0.014452812,-0.013385827,-0.031201262,0.023651527,0.0012296612,-0.038088173,0.029746281,0.013232245,0.017039446,-0.00075174024,-0.020612232,0.009020883,-0.020790063,0.021275057,-0.0011346831,0.018494427,0.0050964756,-0.0050964756,-0.03175092,-0.012900833,-0.062111527,-0.02628666,-0.009627125,-0.001712634,0.013773821,0.0039850315,0.059298564,-0.0055814693,0.025494503,0.05593594,-0.006054338,0.012238008,-0.023231199,0.017152611,0.0018470177,0.019739244,0.014881223,0.016910113,0.040674806,0.020531401,-0.004676148,0.010823443,0.00758611,0.007978147,0.0063412925,0.041450795,0.0068586194,0.03795884,0.0019531101,-0.01076686,0.0045185247,-0.0043851514,0.013337327,-0.040707137,-0.007432529,-0.02686865,0.031637758,-0.03440222,-0.012035927,-0.0179286,0.023215031,-0.0082570175,0.017346608,0.010298033,0.019836243,0.024847845,0.024944844,-0.040771805,-0.011381186,0.0122945905,-0.017863935,-0.009910038,-0.011963178,-0.0021178059,0.0043083606,-0.037894174,0.032914907,0.009101715,0.012270341,-0.051473998,-0.018930921,0.018090265,0.036924187,-0.0231342,-0.0041669044,0.0051288083,0.02185705,0.040642474,-0.012415839,0.020822397,-0.033723228,0.00026043152,-0.0039345114,-0.014404313,-0.009748373,-0.01572188,0.001997568,0.0041547795,0.009295713,-0.055677276,0.005654218,0.023764692,0.010645612,-0.003039294,-0.0040133228,-0.031217428,-0.010597113,0.004158821,-0.011332686,0.0118500125,-0.01612604,-0.020822397,-0.024039522,0.007638651,0.03238141,-0.016974779,0.027030315,0.03002111,-0.030538438,-0.028226634,-0.022002548,0.0051045585,0.008616721,0.035695538,0.011098273,0.0038678248,0.04316444,0.005844174,0.02478318,0.019108752,0.018445928,-0.0062160026,-0.0058280076,-0.0031827712,0.04329377,-0.026108827,-0.023942523,0.00030413148,0.021226559,0.020499067,0.006329168,-0.017686104,-0.018914755,-0.038249835,0.018866256,-0.01409715,0.013232245,-0.03618053,-0.014662976,0.018510593,0.0035707662,0.044102095,-0.0063695842,-0.00080630207,-0.037926506,-0.01943208,-0.007966022,0.037344515,-0.037021186,0.03582487,0.030279774,-0.022794705,0.021113392,0.018300429,-0.001414565,0.006947535,-0.039995816,-0.010152535,0.0012448172,0.020547567,0.020919396,0.004522566,-0.022762371,0.025349004,-0.0055450946,-0.027919471,-0.009004717,-0.020014074,0.001712634,0.024653846,0.011486268,0.012666419,-0.0035020588,0.015075221,0.026803985,-0.008640971,-0.023441363,-0.020402068,-0.024427516,0.023554528,-0.0047488967,-0.008091312,0.0038617624,-0.0013064519,0.031427592,0.009546293,-0.028145801,0.04704439,-0.050536346,0.024573015,-0.0046155234,-0.0100474525,0.015455132,0.007679067,0.008980467,0.03061927,-0.020515233,0.026836319,-0.03986648,0.03986648,0.022148047,0.010718361,0.036342196,0.037473846,-0.02326353,-0.007933688,0.025349004,0.01935125,-0.021663053,0.018348929,-0.020369736,-0.028178135,-0.004934811,0.01720111,0.03280174,-0.038088173,-0.010233367,-0.04028681,0.015705712,-0.0050964756,0.011033607,-0.025284339,0.016182624,0.021614553,-0.0020592024,-0.011478185,0.024201186,-0.013644489,0.00358087,0.036697857,0.03462855,0.034046557,0.0143153975,0.015713796,-0.010548613,0.031459924,-0.032413747,-0.00435686,-0.017330442,0.008843052,-0.029649282,0.013426242,-0.018332763,-0.0064100004,0.0011710577,0.0119550945,0.0058724657,0.0027705266,0.040319145,0.00878647,0.016239205,0.009214881,-0.0016904052,0.01607754,0.01975541,-0.0061472952,-0.007080908,0.029309787,-0.020644566,-0.0026169452,0.03640686,0.0010801214,-0.013102913,-0.009416961,-0.041677125,0.030037276,0.033529233,-0.036018867,-0.010839609,-0.0015408654,0.010467781,0.014671059,0.0075497353,-0.011696432,-0.007905398,-0.010629445,-0.01056478,-0.021598386,0.02779014,0.029924111,-0.010467781,0.0013478784,0.020159572,0.014186066,-0.027628474,0.020919396,0.006422125,-0.00525814,-0.031880252,0.014970139,-0.016958613,0.018187264,0.023991022,-0.0091502145,0.0614972,-0.024346685,0.025623834,-0.052185323,0.020191904,-0.02281087,-0.035695538,0.029503783,0.0102737835,0.0012650252,-0.031185096,-0.004324527,0.01775077,-0.028679295,0.003562683,-0.0014691268,0.021452889,0.0028473171,-0.01993324,-0.042647112,0.01239159,0.041741792,-0.0035586413,-0.013547491,0.01332116,0.00008815771,0.034111224,0.0035343918,0.03883183,0.013886986,0.0034333512,0.03197725,0.029487617,0.015317718,-0.028275134,-0.009069382,-0.020014074,0.008681388,-0.020466734,-0.0063332096,-0.015560214,-0.023101866,-0.0053147227,0.0017045508,0.00051656883,-0.03537221,-0.014460896,-0.0064989156,0.013224162,-0.011995511,0.04914603,-0.022099547,-0.014800391,-0.0111710215,0.002451239,-0.009376545,-0.01920575,0.0020490985,0.0103869485,-0.012189508,-0.021000227,-0.024104187,-0.000043194752,0.008972384,0.039801817,-0.024750846,0.017960934,0.03202575,-0.008956217,0.0054440545,-0.020612232,-0.0060624215,0.008034729,-0.02673932,0.003677869,0.04604207,0.0115671,-0.01825193,-0.0180256,-0.00013274177,0.0072668223,0.0144285625,-0.0046438146,-0.025543002,-0.0069394517,-0.039219823,0.012310757,0.024573015,0.045751072,0.008224685,0.0002887228,0.010580946,0.0005769404,0.007877106,-0.008843052,-0.010936609,0.0020511192,-0.0141214,0.022180378,-0.020838562,0.0032454163,-0.0032737076,0.008422724,-0.028808625,-0.0050560595,-0.0024674055,-0.040351477,0.029099623,0.024621515,-0.013280745,-0.02646449,0.023198865,-0.009627125,0.006195795,0.0040375725,0.0023522195,-0.009772623,-0.008438891,0.033270568,0.0014307314,-0.0027260687,0.005185391,0.006414042,0.005177308,-0.008859218,0.10902659,-0.0071051577,0.018947087,-0.005803758,0.043908097,0.01907642,-0.002285533,0.012504755,0.0077477745,0.037150517,-0.00693541,-0.009473544,-0.019820075,0.023700025,0.025332838,-0.04018981,-0.0039567403,-0.018009434,0.02153372,0.005185391,0.005217724,0.046430063,0.012933166,-0.024750846,-0.033561565,-0.020224238,0.01154285,0.025785498,0.012900833,0.012892749,0.00031499332,0.02906729,-0.0023542403,0.02463768,0.03514588,0.002338074,-0.011809597,0.0035566206,0.039446156,-0.011405435,-0.037991174,-0.00693541,0.020822397,-0.0666058,-0.0066929134,0.0058643823,-0.018736923,-0.024185019,0.00012049062,-0.04956636,0.01074261,0.0015115637,0.024880176,0.03495188,-0.00066535076,-0.0027664849,0.0437141,0.009247214,0.0074648615,0.027062649,0.00021685786,-0.018413594,-0.030506104,-0.0066929134,-0.036245197,-0.0075578187,-0.0061351703,-0.012440088,-0.020482901,-0.027725473,0.003574808,-0.012254175,0.016861614,0.011526683,-0.0048984364,-0.023570694,-0.015455132,0.020919396,0.0030514188,0.035339873,0.0063736257,0.013789988,-0.011122522,0.013604074,-0.0358572,0.021695385,0.04727072,-0.0053510973,-0.0017348629,0.01720111,0.019690745,0.018526759,0.0062523773,-0.021420555,-0.04659173,0.0033484774,-0.0308456,-0.023101866,-0.035210542,-0.022277378,0.016530203,0.036374528,-0.010952774,0.00042133828,-0.0080266455,-0.024362851,-0.022665372,-0.010847692,-0.0026027996,0.028727794,0.010968941,-0.002471447,-0.00018881916,-0.026884818,0.041903455,0.014719559,0.0054036384,-0.012561337,-0.03663319,0.01939975,0.011001274,0.017087946,-0.017815435,-0.01514797,0.030425271,-0.013628324,-0.008244893,-0.030101942,0.034693215,-0.0307486,-0.01309483,0.0039547198,0.029665448,0.00315448,-0.0045548994,0.03931682,0.004453859,-0.011583267,-0.019884743,0.04271178,-0.011866179,0.015980544,0.0122865075,0.020321237,0.021954048,0.01231884,-0.01334541,0.015632965,-0.000998784,0.013410076,-0.00821256,-0.0002579055,0.017281942,0.015560214,-0.032009583,-0.010702195,0.0123996725,-0.009667541,-0.014266898,0.014218399,-0.011211438,-0.014032485,0.018736923,-0.029131955,0.04539541,0.005949256,-0.004700397,0.006737371,-0.01154285,0.020402068,-0.0029362328,-0.067446455,-0.02386169,-0.0041123424,0.032607745,-0.0049792686,-0.028986458,-0.00047362666,0.01970691,-0.0063695842,-0.026626155,-0.024815511,0.01820343,0.016990947,0.025397504,0.0014347731,0.008770303,-0.035921868,0.015463216,-0.008309559,0.021792384,0.021646885,-0.0077235247,0.036762524,0.026302826,-0.0014761996,-0.031282093,0.008075145,-0.036924187,0.0035121627,-0.0006608039,-0.043326106,0.008802636,0.018575259,0.01564913,0.018688424,0.004211362,0.0049388525,0.028501464,-0.0026250284,-0.015915876,-0.002060213,-0.035242878,-0.029827112,0.010395031,0.006777787,-0.029455284,0.06544182,0.037376847,-0.039995816,0.024201186,-0.019949408,-0.013604074,-0.029859446,-0.02669082,0.012205675,0.0056097605,0.009093632,-0.010888109,0.020596066,-0.012747251,-0.0105001135,0.0023906147,0.022115713,-0.03905816,-0.021113392,0.013781904,0.021679219,-0.01970691,0.005011602,0.0105001135,0.004393235,0.04212979,0.022730038,-0.02353836,0.019917075,-0.0178801,0.024298185,0.004716564,0.010322283,-0.034143556,0.020159572,-0.024767011,-0.031379092,-0.02879246,0.00014006719,0.020450568,-0.0021036603,-0.011235688,0.0027220272,0.0063736257,-0.01001512,0.0026795901,0.023683859,-0.02929362,0.0072425725,0.0148731405,0.034369886,-0.028598463,0.025850164,0.02180855,0.018769257,-0.01231884,-0.023247365,-0.015091388,0.008139811,-0.0032979571,-0.006838411,0.01129227,-0.025478337,-0.058522575,-0.040416144,-0.014210315,0.029859446,-0.021291224,-0.02779014,0.00078508357,0.008624805,0.02686865,-0.00681012,-0.0027099024,0.0012003594,0.011599433,0.024298185,0.0117287645,0.030198941,-0.01765377,0.016716117,0.00630896,-0.018526759,-0.014654893,-0.010920442,-0.002473468,0.00061584095,0.003950678,0.022665372,0.011736847,0.0061675035,0.017912434,-0.0031706463,0.016214956,-0.013773821,-0.0282428,0.00978879,0.0044053597,0.03011811,0.017298108,-0.02108106,-0.02478318,0.017605271,0.03928449,0.018381262,0.007448695,0.010912359,0.0049509774,-0.01980391,0.021954048,0.0021925757,0.019448247,0.011259938,0.020062573,0.010395031,0.032090418,-0.0011569121,0.021776218,-0.010912359,0.017589105,-0.012229925,0.06136787,-0.029228954,0.005347056,0.010257617,0.013224162,0.02864696,-0.020693066,0.007864981,0.0075497353,-0.008277226,-0.006531249,0.025041841,0.0230857,0.035339873,0.017233443,-0.008285309,-0.017007113,0.040739473,0.007230448,-0.0010568821,-0.020466734,-0.004389193,-0.011130606,-0.02774164,-0.011179105,0.015519799,-0.047464717,0.009117882,-0.006644414,-0.003017065,0.023780858,0.025526835,-0.00047135327,-0.017233443,0.018090265,-0.00878647,-0.018575259,-0.067899115,-0.00668483,-0.017605271,-0.021372056,-0.03863783,0.017346608,-0.002168326,0.0230857,0.01514797,0.01920575,-0.013806154,-0.037635513,-0.008818802,-0.013426242],"social":"https://twitter.com/ilovespectra"},{"title":"powpow","description":"wear to earn platform in the metavere","niche":"other","youtube_url":"https://youtube.com/watch?v=l4P6nj2UykY","youtube_transcript":"Hey, everyone. This is Eduardo, and let me show you this incredible project that I've been working with for build space season three. Let's jump jump right into the central end hundred twenty three minus hundred twenty two. And all you have to do when you're on our on our decentralized scene is go to your backpack and select this ugly polo t shirt. Wear it and then we're gonna be able to track to verify that you're actually wearing and using that wearable, and we're gonna keep track of the amount of time that you've been using it for. We've seen a lot of people buying wearables in the MetAverse and selling them for a lot of money. Right? But we haven't seen anyone who's actually rewarding people for buying and then using those variables. So we created this very cool contest where we invited all of the central end users to go to our site where the ugly polo t shirt and they would be rewarded with a proof of wear batch, which is a three d n f t. We also raffled fifty manner among the top the top ten people that worried for the longest time. We truly believe that where to where this is a concept that can change the game in the wearable industry. Imagine that I'm a company and I launch a wearable collection I just don't want people to buy it. I also want people to wear it and increase the brand awareness that I can generate and get from the matters. So remember, your favorite word word platform into Centralland is Pow Pow.","embedding":[0.062061775,0.02777467,-0.015480242,0.04548146,-0.020153357,-0.014996209,-0.0016677122,0.041679606,0.0004117027,-0.00996227,0.025380908,0.019502113,-0.058752753,-0.071918435,0.059527203,0.014309763,-0.010490306,-0.057239052,-0.0519939,0.059844024,0.00937263,0.04143319,0.0089194,-0.000668845,0.006868862,-0.014503376,-0.018270029,0.06251941,0.041503593,0.0017568182,0.00030994584,-0.030133227,-0.016677123,-0.02795068,-0.001903128,0.013808129,-0.028285103,0.039180234,0.03240378,-0.0033662266,-0.03330144,-0.029640393,0.050444994,0.0015698057,-0.004384895,-0.002172646,0.0016633119,0.017882803,0.017882803,0.054211646,-0.057872694,0.0446014,0.0024135623,0.0094782375,-0.03525517,-0.04284128,0.021790266,0.04382695,-0.03520237,-0.00017312415,-0.0053727613,0.017803598,0.05590136,0.03703289,-0.0030142027,0.0048843287,-0.041397985,0.049459327,0.02244151,0.014300962,0.051817887,0.014573781,0.012364832,-0.0036170434,-0.031400513,-0.040553126,-0.046643138,0.026841806,0.0014454973,-0.019818934,-0.02212469,-0.025820937,-0.0101030795,0.05576055,-0.03405829,-0.0072560883,-0.037525725,-0.025222497,-0.018868469,0.0040064696,-0.03525517,0.0110271415,-0.013992941,0.046009496,0.0141601525,0.01219762,-0.0049855355,0.0035004355,0.03377667,0.0193261,-0.011326362,-0.018833267,0.04692476,-0.021209426,-0.0013365899,0.018622052,-0.0042440854,0.03199895,0.012822462,-0.01603468,-0.11961765,0.044988625,0.010472705,0.037279308,0.013702522,0.019378904,0.040060297,-0.019414106,0.06290663,-0.018498845,-0.049564935,0.029587591,0.021614254,-0.030854875,-0.055690147,-0.018252429,-0.04336932,-0.03537838,-0.009786258,-0.031893346,0.019044481,-0.012558445,0.026929813,-0.029182764,-0.04382695,-0.0014289961,-0.061604146,-0.0029129959,-0.031030888,0.016263494,-0.034234304,-0.012364832,0.017064348,-0.023867205,-0.01100074,-0.021931075,0.011511174,0.008989804,0.0113527635,0.012496841,-0.00022510265,-0.0050911424,0.0013915936,0.018762862,-0.012426436,-0.031418115,0.021737462,0.028161895,-0.0077665225,-0.009258223,-0.0055223717,-0.0017282163,0.010006273,0.008061342,0.042313248,-0.0019295298,-0.027739467,-0.06790537,-0.08068383,0.0101118805,-0.025468914,-0.023286367,-0.03756093,0.018164422,0.016281094,0.013315296,-0.009927068,-0.031242102,-0.017425172,-0.09096292,-0.008796192,-0.014054545,-0.023444777,-0.020329367,-0.06452594,0.000012341456,-0.021473445,0.03819457,0.005812791,-0.016694723,-0.019590117,0.06794057,0.01203921,0.036645666,-0.0386522,-0.026102556,0.037208904,0.019343702,0.061040908,-0.036328845,0.00089161,0.031893346,0.03199895,0.025627324,0.027088223,0.014415369,-0.036962487,-0.031171696,-0.019836534,-0.032474186,0.053120375,0.01232963,-0.0030428048,-0.015172221,-0.037983354,0.0053639608,-0.019396504,0.04252446,0.0104375025,0.033178233,-0.0038304578,0.084063254,0.03639925,0.012109615,0.018463641,0.02050538,-0.0040196707,0.0018184223,0.07110878,0.032350976,-0.002987801,0.027246634,0.03477994,-0.041257177,0.021297432,0.023972813,-0.00031187097,-0.01665072,0.029499585,-0.0066356463,0.013658519,-0.0018591251,0.020892605,0.008439768,0.021790266,0.007198884,-0.048086435,-0.018815666,0.015638651,0.05554934,0.06776456,0.05146586,-0.023497581,0.0052671544,0.010534309,0.0065476405,-0.0043892954,0.047065567,0.01692354,-0.007801725,-0.018358035,-0.028672328,-0.046643138,0.004367294,0.002541171,0.028056288,-0.028865943,-0.05322598,-0.023673592,0.027563455,-0.011203154,0.018252429,0.007480503,0.03286141,-0.0036808476,0.0019449309,-0.0047259177,0.023215963,-0.012690454,-0.023708794,0.01753078,-0.020751797,0.008712586,0.018710058,-0.028513918,0.04101076,-0.012153618,0.0094870385,-0.013192087,0.026137758,0.026137758,-0.011053544,0.0075421073,0.0371737,-0.0050603403,-0.015911471,0.006675249,-0.035607196,0.0066092447,0.0063672285,0.024729664,-0.0178388,0.001811822,0.011546377,-0.013394501,0.014107349,0.02453605,-0.010419901,-0.019097285,-0.021790266,-0.016861934,0.047487997,0.043017294,-0.016413104,-0.034533523,0.0010648717,0.05245153,0.011643183,-0.042137235,-0.031611726,-0.025328103,-0.004563107,0.000006544581,-0.0052363523,0.045164637,-0.02617296,0.006956868,0.008994205,0.0026489783,-0.017222758,0.01248804,-0.021033416,-0.02168466,-0.030186031,0.018014813,0.0038326578,0.05079702,0.009328628,0.05072661,0.029041953,-0.036047224,-0.03326624,0.0060900096,-0.010622314,0.0060724085,0.0033948284,-0.0054651676,-0.06125212,0.0010907233,0.012364832,-0.024888074,-0.013042478,0.039180234,-0.064420335,0.0150930155,-0.018534048,-0.0030846074,-0.042770877,-0.013790527,-0.009900666,0.0006765455,0.065194786,0.07329133,0.011951204,0.016149087,-0.0027017817,-0.03833538,0.024043217,0.008536574,-0.036328845,0.008439768,-0.016017077,-0.023743998,-0.0024597654,-0.017944407,0.03521997,0.05664061,0.02765146,-0.007867729,-0.011775192,0.044953424,-0.007951335,-0.0019262296,0.00084210664,0.0022573518,0.059597608,0.056570206,0.007867729,-0.06980629,-0.037420116,0.029587591,-0.04326371,-0.03981388,-0.0018800264,0.00921422,0.0055839755,0.035167165,0.040060297,0.011379166,0.041257177,0.005262754,-0.021191826,-0.04058833,-0.039567463,-0.008835794,0.04386215,-0.011572778,0.008967803,-0.013095281,0.040447522,0.052381124,-0.03148852,0.056147777,0.039285842,0.009724654,0.02186067,-0.016008276,0.02601455,0.016025878,0.012347231,0.010675118,-0.04562227,0.034392715,-0.02483527,0.014784995,0.026947413,0.02513449,-0.043122903,-0.029147562,-0.07610752,-0.043932557,0.005667581,0.05111384,-0.019220494,-0.0041670804,0.020258963,0.014248159,0.051395457,0.016113885,-0.014476974,-0.0073176925,0.023163158,-0.043193307,0.013808129,-0.008087744,-0.0030846074,0.0028337906,0.0019295298,-0.022159891,-0.000713398,-0.017592384,-0.033600662,-0.026436979,0.051958695,-0.054915693,-0.0016600117,0.028707532,0.023832003,-0.013693721,0.01976613,0.0087081855,0.04474221,-0.0076213125,0.059069574,-0.04491822,0.008004138,-0.05083222,-0.0035400381,0.04579828,-0.036927283,0.02853152,-0.02036457,-0.0011924802,0.05111384,0.001412495,-0.024289634,0.01754838,0.025486514,-0.0022221494,-0.039321046,0.023603188,-0.0045103035,-0.0237792,0.029552389,0.036328845,-0.00371605,0.019678123,0.012162418,-0.08124707,0.0010923735,-0.010032675,0.013702522,0.020294165,-0.024096021,0.010120681,-0.072164856,0.010331895,-0.044988625,0.002615976,0.015541846,0.004116477,0.041503593,0.012848864,0.04692476,-0.0069216657,0.05632379,-0.03477994,-0.02483527,-0.0017678189,0.045727875,-0.014441771,-0.00011323887,-0.033213433,0.019519713,-0.00046780647,-0.000995567,0.017636387,0.053683612,-0.01144077,-0.00038420086,-0.027387442,0.037736937,-0.030872477,-0.009399032,0.0040944754,0.005980002,-0.05871755,0.0031330108,-0.022635123,0.020751797,-0.015805863,-0.020804599,0.023004748,-0.0038920618,-0.020910207,0.03910983,-0.02465926,0.0033244237,-0.012655252,0.022916742,0.009337428,-0.000113032605,0.017161155,-0.02853152,0.011194353,0.013491307,-0.047311984,-0.017161155,0.021051016,0.0077489214,0.026419377,-0.025768133,0.015726658,-0.025152093,-0.020628588,0.028760334,0.015577048,-0.020030148,0.03136531,0.023532784,0.0057907896,0.007476103,-0.00029014453,0.02631377,0.017381169,0.059245586,-0.01812922,-0.0022837536,0.0022639523,0.028496318,-0.04386215,-0.048508864,-0.020910207,-0.022934344,0.04090515,-0.0019834335,0.012461638,0.0032474184,-0.027000217,0.026225764,-0.012382433,0.016562715,-0.0055355723,0.020258963,-0.01992454,-0.028038686,-0.04263007,-0.03389988,0.0050911424,0.023251165,-0.003434431,-0.029112358,0.0129192695,0.049600136,-0.0063232253,0.018058814,0.003896462,0.018023612,0.039673068,0.049388923,0.022353504,-0.0009543142,-0.018199624,-0.027757067,-0.0031770137,0.007801725,-0.0058083907,0.012532043,0.013394501,0.014380167,-0.012848864,-0.010173485,0.0007920533,0.017002745,-0.024272032,0.015348232,-0.009135014,-0.0141601525,0.01606108,0.0015687055,-0.038616996,-0.039567463,0.031101292,-0.018991677,0.025204895,0.044671804,-0.0023299567,-0.054880492,0.01841084,0.013148084,0.01872766,-0.039778676,0.012884066,0.006129612,-0.027545853,0.012558445,-0.013808129,0.04843846,0.008202151,-0.012426436,0.007344094,-0.023444777,0.0020010346,0.013007275,-0.008466169,0.00040757743,-0.009135014,0.028725132,0.002928397,-0.034656733,0.006868862,-0.00033332242,0.077797234,-0.025064087,-0.007163682,0.008197752,-0.051395457,-0.025046485,-0.0049899356,-0.011924802,-0.019255696,0.009997472,-0.010490306,-0.03939145,-0.03226297,0.019818934,0.0004815574,0.015700256,-0.0006297924,0.022406308,-0.0104375025,0.018058814,-0.033794273,-0.009751056,0.02691221,0.025204895,-0.0110271415,-0.06273062,-0.02423683,0.009443035,0.020593386,0.020698993,-0.032967016,0.0013915936,-0.024430444,-0.0062396196,0.026789002,0.012303228,-0.0012067811,0.008303358,-0.006380429,0.052275516,-0.000638593,-0.0033926282,-0.013649718,-0.043474924,0.00048733279,-0.027281836,-0.0012969873,-0.06699011,-0.01992454,0.03134771,-0.035272773,-0.03805376,0.016958741,-0.01352651,-0.008734588,0.04027151,0.021015814,0.034691934,-0.022353504,-0.011511174,-0.009161416,-0.005623578,-0.015629852,0.005601577,0.005390363,-0.018850869,-0.008136148,0.03254459,-0.037103295,0.036364045,-0.0068908636,-0.012364832,-0.000445805,-0.007344094,0.020716595,0.048297647,-0.020170957,-0.015709057,-0.004998736,0.0072340867,0.040764343,-0.010226288,-0.032474186,-0.012400034,-0.007713719,0.0052979565,-0.007590511,-0.02201908,-0.029974816,0.0072780894,-0.032632597,-0.009460636,0.01830523,0.007014072,0.012391234,0.019273296,-0.034551125,-0.0053859623,-0.006332026,0.020892605,-0.04967054,0.044847816,0.0267714,-0.012461638,0.012655252,-0.010939136,-0.00049833354,0.009856663,0.004563107,-0.004140679,0.00207914,-0.007168082,0.013605716,0.025028884,-0.006327626,0.020118153,0.03257979,0.008078944,0.03699769,0.010349496,0.04329891,-0.028865943,0.020223761,-0.033407047,-0.006926066,0.010789526,0.009636648,0.020382171,-0.013887335,0.010807127,-0.023708794,-0.02839071,0.0222831,-0.041573998,0.012452838,-0.008752189,0.04072914,-0.03228057,-0.0029547988,-0.04618551,-0.026278568,-0.0063980306,0.054422863,0.05769668,0.031875744,-0.069454275,-0.03875781,0.067834966,-0.0016611117,-0.04576308,-0.0053463597,0.0107279215,-0.0043474925,-0.008404565,0.0032606195,0.021913474,-0.03238618,0.0065300395,-0.011863198,0.012224022,-0.019308498,0.0057599875,0.012989674,0.0035620397,0.013623317,-0.023004748,-0.022564718,0.018674856,0.0064860363,-0.039567463,-0.029182764,-0.021913474,0.035343178,0.026824204,-0.0638923,-0.0068600615,0.01203041,0.005113144,-0.0055487733,-0.015533045,0.024905676,-0.016721126,0.03791295,0.05273315,-0.026137758,0.0057423864,-0.025292901,0.0043914956,-0.039180234,-0.0032804208,-0.011555177,-0.0013827931,0.027669061,-0.041996427,0.0068116584,0.009143815,-0.014952206,-0.01812922,-0.01814682,0.015709057,0.036469653,-0.043580532,0.019642921,0.012162418,0.027299436,-0.0223007,-0.011819195,0.029798804,-0.054070838,-0.033829477,0.004664314,0.0026093756,0.01814682,0.0014322964,0.013799328,0.011519975,-0.0015401036,0.0490721,-0.017565982,0.0073880972,-0.054950897,0.019537315,-0.0014003942,0.014670587,-0.0416444,0.052944362,0.017205158,0.01427456,0.0002838191,-0.019132487,-0.0118984,0.0036632465,-0.01812922,-0.009680651,-0.028601924,0.023004748,-0.023814403,-0.016624318,-0.024588855,-0.018217226,-0.00059183984,0.031611726,-0.02274073,0.024518449,0.029851608,0.028777936,0.013341698,-0.027757067,0.017733192,-0.037384916,-0.001025819,0.011995207,-0.016606716,0.021491045,-0.030995686,0.018076416,0.0030252035,-0.021895872,0.018622052,0.0059536006,-0.00006992345,0.004818324,0.018340433,0.021121422,-0.0047611203,0.013253692,0.039004225,-0.02793308,-0.01619309,0.006314425,-0.008831394,-0.0118896,0.036434453,-0.006956868,-0.014054545,0.034832742,0.039004225,0.019238094,-0.019836534,0.0062484206,0.007300091,0.014010543,0.012558445,-0.015365833,0.0097950585,0.0035136363,0.018234827,-0.0064508338,0.0041230773,0.01442417,0.026102556,0.0017920205,-0.01888607,-0.050128173,0.019378904,0.015691455,-0.002868993,-0.037525725,0.0032012153,-0.033371843,0.005099943,-0.027211431,0.0009950169,-0.007225286,0.026700996,0.026190562,0.040517926,0.006824859,0.009196619,-0.015075414,-0.042137235,-0.029816406,-0.0060592075,-0.0064684353,-0.044812616,0.00028711933,-0.048966493,0.025768133,-0.012312029,0.026278568,-0.006274822,0.039461855,0.041292377,0.0023849604,0.0147585925,0.0034322308,0.010270291,-0.001351991,-0.017108351,0.0059932033,0.010771925,0.00609441,-0.012408835,-0.00073319935,-0.017293163,0.024888074,0.019255696,-0.021772664,0.025011282,0.010983139,-0.0068160584,-0.024289634,-0.0006611445,-0.007251688,0.0044552996,-0.072164856,-0.0051967497,0.019449309,-0.011097547,-0.011317561,0.024360038,-0.0046907156,0.022828735,0.008752189,0.01144077,0.01397534,-0.012092014,0.012637651,0.0069480673,0.009407833,-0.03148852,-0.03507916,0.04565747,-0.035800807,-0.0043892954,-0.01828763,-0.013860933,0.002290354,-0.0029041953,0.010745523,0.020769397,-0.013482507,0.003524637,-0.030397246,0.027633859,-0.02481767,0.0062484206,0.0012980873,-0.010094279,-0.006076809,-0.017002745,-0.01114155,0.015489042,-0.004945933,-0.006380429,-0.025820937,0.009311026,0.03004522,0.000504934,-0.02006535,0.023603188,0.016492309,0.0016545113,-0.015321831,-0.004536705,0.016914738,0.016773928,-0.011695987,0.008659783,0.046150304,0.00862018,0.0013893935,-0.023004748,-0.008241754,-0.0031044087,-0.027845073,0.009223021,0.03314303,-0.0386522,0.015110617,-0.005108744,-0.0019097285,0.008567376,-0.00058358925,-0.0070844768,0.0027127825,-0.015911471,-0.01872766,0.006701651,0.008611379,0.0074849036,-0.025873741,-0.008501372,0.0027127825,0.01515462,-0.0017953208,0.003746852,-0.0116607845,0.012523242,0.016589116,0.011766392,-0.016905937,-0.02793308,0.013438504,-0.016474709,-0.024958478,-0.000030389545,-0.029041953,-0.006015205,-0.016096283,-0.019625321,0.00862458,-0.0082461545,-0.013403302,0.013948939,0.012373633,-0.0031154095,-0.00950464,-0.03196375,0.036645666,-0.0097950585,0.049987365,0.037244104,0.009267024,0.019502113,-0.015849866,-0.00082780566,0.016386703,0.030168429,0.009548643,0.01129996,0.007018472,0.01948451,0.012505641,-0.0072076847,-0.019607719,-0.0065784426,-0.03611763,0.019783732,-0.029657995,0.021438243,-0.019273296,-0.0012067811,0.0068908636,0.019871736,-0.01692354,-0.0020549383,0.028813139,0.018322833,-0.042911686,-0.02066379,0.003909663,0.015981875,0.009979871,-0.038370583,0.026084956,-0.014380167,-0.007102078,0.008268156,-0.012426436,-0.005913998,-0.024641657,0.0094782375,-0.002406962,0.022089487,0.122433834,-0.016078683,0.009108613,-0.026489781,0.057978302,-0.016897136,-0.022846337,0.013420903,-0.0068776626,0.003493835,-0.017037947,0.012743257,0.00009123739,-0.006569642,-0.0070228726,-0.0066972505,0.0032430182,0.0014762994,-0.005887596,-0.00074254995,0.019079683,0.007669716,0.020100553,-0.02201908,-0.017381169,-0.05266274,0.010314294,0.0056851823,-0.023867205,0.013341698,-0.019290898,0.013112882,-0.00057313853,0.016228292,0.02362079,0.021121422,-0.030168429,-0.015137019,0.007300091,-0.031189298,-0.0025631725,-0.0030978085,0.023110354,-0.0026489783,-0.005337559,0.019079683,0.015445039,0.01874526,-0.011343963,-0.04266527,0.0012617849,0.009143815,0.010147083,0.016694723,0.021068618,-0.027809871,0.020804599,0.045833483,-0.0007106478,0.013508908,0.006926066,0.025644924,-0.020030148,0.034269504,-0.019114885,-0.011643183,-0.025504116,0.00059183984,0.021156624,0.010534309,-0.014969807,0.0029129959,0.04210203,0.0051967497,0.008281358,-0.021948677,-0.025979348,-0.005077942,0.011176752,0.029358774,-0.003287021,0.0015280028,-0.010974338,0.007559709,-0.06276582,0.016897136,0.031699732,0.049388923,-0.012690454,0.021737462,0.013060079,0.0091790175,-0.0025235699,0.018058814,-0.015858667,0.0138345305,-0.03791295,-0.03206936,-0.03599442,0.003909663,0.012734457,0.0061736153,-0.006952468,-0.0006776456,-0.001947131,-0.0045279046,-0.003537838,-0.0024025617,-0.008039341,0.0045103035,0.0012595848,-0.01248804,0.057415064,0.006015205,0.022089487,-0.012681653,-0.009768657,0.0036434452,-0.016131485,-0.019396504,0.030379644,0.0063716285,-0.006345227,0.022423908,0.021667058,0.03657526,-0.009671851,0.0030230035,-0.0013992941,0.014740991,-0.006490437,0.0040196707,0.023955211,0.014635385,-0.008114146,0.0066840495,0.0010467204,-0.053120375,0.006081209,0.005473968,0.010789526,-0.01621069,-0.009601446,-0.028813139,0.006574042,-0.016853133,0.01694114,-0.0072780894,-0.05692223,-0.013992941,0.005082342,0.008039341,0.0076609156,0.015471441,-0.0054343655,-0.024148824,0.0061472137,-0.024606455,-0.020751797,0.017002745,-0.001086323,-0.009223021,-0.014961006,-0.0061032106,0.023092754,-0.006230819,-0.01115035,-0.005130745,-0.018798064,0.002987801,0.035888813,-0.03756093,-0.017645188,0.011528776,-0.018551648,-0.022494312,0.020206159,-0.0003036204,-0.012391234,-0.008989804,-0.013913736,-0.023550384,0.030995686,-0.020751797,-0.002556572,0.050304186,0.006076809,-0.007247288,0.024483247,0.008452969,0.0135441115,0.011607981,-0.006939267,0.02201908,0.034216702,0.0022947544,-0.049916957,-0.06361068,-0.012426436,0.014292162,-0.010719121,-0.010974338,-0.0065960437,0.0013453905,0.01575306,-0.015066613,-0.0041912817,-0.0041362783,0.06846861,-0.052240316,-0.005042739,0.0027809872,-0.012963272,0.031400513,-0.020628588,0.009319827,-0.01665072,0.032509387,0.040553126,-0.0014696989,-0.00327162,0.008721387,0.046115104,-0.038370583,-0.019801332,0.059245586,0.006380429,-0.028003484,-0.0067984574,0.019678123,0.02140304,-0.0077489214,-0.00341903,0.0267714,-0.0070844768,-0.0035004355,0.015251426,-0.024148824,-0.009258223,-0.0052187513,-0.032720603,0.009152615,0.015911471,-0.0072736894,-0.032808606,0.006112011,0.018199624,0.0069084647,0.008241754,0.00282499,-0.008158149,0.0138345305,-0.033565458,-0.028320305,-0.02068139,0.010578312,0.024764866,0.0017348167,-0.01100074,-0.016985143,-0.057027835,0.002466366,-0.0074100983,-0.018481243,-0.0084001655,0.0063232253,0.015374634,0.022371106,-0.01605228,0.00817135,0.001069822,-0.0064508338,0.03756093,0.01218882,-0.038264975,-0.006754454,0.006406831,-0.023321569,0.0047479193,-0.008686184,-0.034656733,-0.0193261,-0.035959218,0.031154096,-0.0076301135,0.0021583452,-0.015145819,0.0013035877,0.04266527,-0.015673855,-0.00033057225,-0.008250555,-0.003018603,0.0039008625,0.0005929399,-0.0014795995,-0.010675118,-0.013561713,-0.015462641,-0.039285842,0.017618785,0.0042924886,-0.004875528,-0.027739467,0.00086740835,0.0018657255,0.030274037,0.026665794,0.0004147279,0.022687927,0.014520977,-0.046431925,-0.0042594867,-0.023814403,0.029992418,0.0069744694,-0.025803335,-0.0049899356,-0.045868687,0.027088223,0.021438243,-0.0052407524,0.001680913,0.009680651,-0.0064508338,-0.013992941,-0.021350237,0.0070844768,0.015198623,-0.038898617,0.019044481,-0.019396504,0.030925281,0.013561713,0.009759856,0.0037226505,-0.005724785,0.03314303,0.014380167,-0.01768039,-0.0015863067,0.014415369,0.024184028,0.034445517,-0.0076829167,0.030115627,0.0028073888,-0.0022188493,0.011387967,0.015568247,0.023022348,0.07864209,-0.013605716,0.019062083,-0.020434976,0.01812922,-0.0019262296,0.029006751,0.0060108043,-0.003403629,-0.006512438,-0.033671066,0.0031770137,-0.013649718,-0.026789002,0.0046467124,0.0053727613,0.0048535266,0.016263494,0.0051175444,0.016985143,-0.0011094246,0.025592122,0.020030148,-0.03462153,-0.018868469,-0.008312159,-0.018534048,-0.009355029,0.007462902,0.017618785,-0.009240622,0.0045719077,-0.005839193,0.017037947,0.0087169865,-0.025152093,0.019642921,-0.010173485],"social":"https://twitter.com/metaversearchi_"},{"title":"gymlink","description":"a gym social network","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CHyYfgUEQ6w","youtube_transcript":"Hey. It's Quran from Diblek. What's up? I'm Diblek. Diblek. It's an app to find friends and define Jib communities. Me and Dillard built this app because we found that would go to the gym. It can really be helpful to find motivation to to even push pass through a little bit. So once a user onboards onto the main iOS app, they can then find nearby gym goers and explore other gyms. With these other gym goers, they can set up some gym sessions maybe just post about advice, answer some questions. Now over the past six weeks, Jim Link probably some hasn't had the great success in terms of users. But I do think we've killed the content and branding side of things. Not only have we grew on the actual development of a platform, but as a brand as well, despite consistently posting on TikTok, Instagram, Twitter. Gaming users' IRL was a lot easier. We realized this was because the fact that we're still on test flight because of Apple's amazing App Store Connect. So to remedy this, we created a web app. On this web app, you're able to view users in the gyms they go to along with joining gym communities and seeing announcements from that gym. This helps with the onboarding process and for easier iteration.","embedding":[-0.012822204,0.019145044,-0.028741637,0.06287534,0.026462847,-0.0037010275,-0.034920048,0.015518238,0.013688787,0.022017604,0.014418962,-0.03334736,-0.02806763,-0.010254554,0.008489294,0.0084251035,-0.0064191264,-0.033058498,-0.053824373,0.040954024,0.04695591,0.018246366,0.015076922,0.016513202,0.017764932,-0.01542195,-0.002952798,-0.0052757193,-0.026864043,-0.05934482,-0.0014623572,-0.021552216,-0.021279404,0.0069166087,0.036621116,-0.023429811,0.0041483603,0.048015065,0.03511262,0.001559647,-0.026783803,-0.008015884,0.031533957,0.0003831416,-0.07946878,0.008818274,-0.023750767,0.042911857,0.02246694,0.009588569,-0.058799196,0.054979816,-0.06566766,0.0063790064,-0.028019486,-0.019433904,-0.0084251035,0.027281286,-0.01644901,0.036813688,-0.0035786629,0.011193351,0.054755148,0.05677717,-0.0042887786,-0.009845335,0.011875384,0.006956728,-0.01704278,0.032127727,0.052733123,-0.02821206,0.0087701315,0.0023008555,0.014627584,-0.039252955,-0.013456093,0.01307897,-0.0025556146,-0.040151633,0.0381938,0.008778155,-0.009973717,0.016497154,-0.019466,-0.025580218,-0.078698486,-0.008649773,-0.008465223,0.01747607,0.03636435,0.02277185,-0.02283604,-0.011153231,0.07593826,-0.0021905268,-0.011113112,0.061944567,-0.01447513,-0.005616735,-0.01554231,-0.02012396,-0.012108076,-0.0014061899,0.06069284,-0.03784075,-0.014836205,0.03642854,0.0079195965,0.007646784,-0.10597977,0.01131371,0.044259876,-0.012621607,0.0062787076,0.015582429,0.03344365,-0.02188922,-0.0154299745,-0.021118926,-0.011843287,0.025403691,0.026864043,-0.012693822,0.0066478075,-0.012806157,-0.06412707,-0.028773732,-0.04583256,-0.024553157,-0.0032717483,-0.0076227123,0.0381938,-0.019578334,-0.023590289,-0.015534285,-0.06900561,-0.02203365,-0.010591558,-0.029126786,-0.0035927047,-0.036235966,-0.007101158,-0.020669587,0.0016338682,-0.078441724,0.001739182,-0.0005135301,-0.009099111,-0.0048384164,0.013592499,-0.018310558,-0.010567486,-0.029158881,0.013777049,0.002072174,-0.01901666,0.057707943,0.005997871,0.018166127,-0.054369997,-0.004082163,-0.027554099,-0.011514308,-0.03363622,0.031100666,-0.02835649,-0.061816186,-0.070674576,-0.024793874,-0.0073458874,-0.013817169,-0.01784517,0.03041061,0.019786956,-0.008360912,0.048913743,-0.07651599,-0.057098128,-0.03732722,-0.016657632,-0.00925959,-0.03256102,-0.0110248495,-0.064383835,-0.012445081,-0.011554427,0.010856347,0.019851148,0.010848323,-0.027875055,0.08973938,-0.012453104,-0.017764932,-0.00796774,-0.06714406,0.07183002,-0.017652597,0.013295615,0.037744462,0.021504072,0.021857124,0.01932157,-0.009813239,-0.029351454,-0.0062024808,0.023927294,-0.003833422,-0.04949146,-0.023991484,0.030763661,-0.023814958,-0.018246366,-0.0019427887,0.010912514,0.001915708,-0.047116388,0.016152127,-0.027120808,0.016168173,0.0079195965,0.040504687,0.005026978,-0.01024653,-0.014194293,-0.004429197,0.026976379,-0.024970401,0.04804716,-0.00026855015,0.01969067,0.011482212,-0.038322184,-0.038354278,0.053086173,-0.009765096,0.020332582,-0.054530475,0.0015255455,-0.0117149055,0.005219552,-0.010214435,0.025082735,0.045351125,0.037808653,-0.002503459,-0.051096246,-0.04348958,0.011329758,0.029335408,0.061655708,0.05488353,0.037680272,-0.009412044,-0.011434069,-0.002786302,-0.02593327,0.00784337,-0.009163302,-0.034727473,0.036845785,-0.030458754,0.013215376,-0.007923609,0.0017612478,0.065186225,-0.025836984,0.014338723,-0.036139682,-0.0020531174,-0.0060379906,-0.015710812,-0.021584312,0.0043088384,0.04721267,-0.01197167,-0.055268675,0.037808653,0.0031052523,-0.029736603,-0.026494943,0.035658248,0.0029026486,-0.020396773,0.0026539075,-0.015036803,-0.02424825,-0.021343594,-0.057033937,0.05928063,-0.004581651,0.022001555,-0.005047038,0.016312605,0.0097249765,0.01864756,0.03334736,-0.029576125,-0.004009948,0.025628362,0.01638482,-0.01624039,-0.030795759,-0.017460024,-0.0133598065,0.0011694846,0.021407787,0.042815574,0.026206082,0.0043329103,-0.0074301385,0.04657076,0.03950972,-0.021568265,-0.05250845,-0.0035124656,0.045736276,0.016593441,-0.0075986404,0.003650878,-0.0078072622,-0.025034592,0.0038013263,-0.003560609,0.0021042698,-0.027152903,0.051481392,-0.014354771,-0.036685307,-0.04105031,0.03877152,0.0065515204,0.0013409955,0.0074421745,-0.022884184,-0.0055204486,0.025660457,0.008673844,0.052251685,0.056038972,-0.025243213,-0.035658248,-0.010005813,-0.000476921,-0.002531543,-0.0019207229,-0.012573464,-0.022226224,-0.058510337,0.023847055,-0.02357424,-0.00694068,0.044324066,-0.07266451,0.008962705,-0.025516026,-0.013271543,-0.026238179,0.007205469,-0.004521472,-0.035594054,0.0033299217,0.019241331,0.037519794,0.010005813,0.018679658,-0.05106415,0.0152694965,0.0062225405,-0.01821427,0.020364678,-0.00044933884,0.005560568,0.018679658,-0.015502189,0.024505014,0.05693765,0.04795087,0.00004002551,0.04730896,0.030555042,0.011578498,0.023814958,-0.033957176,0.014234412,0.0143948905,-0.008553485,-0.004854464,-0.08261415,0.04965194,0.053150363,-0.0808168,0.024488967,-0.06293953,-0.024264297,-0.033379458,0.033315264,-0.00921947,0.0015847217,-0.057354894,-0.01681811,-0.043650057,-0.053728085,0.008288696,0.025869079,-0.017652597,0.0038615055,-0.010110124,-0.024986448,0.021552216,0.00542015,-0.0012437057,0.069454946,-0.012396937,-0.019273426,-0.064383835,0.010358864,0.0025997462,0.07478282,0.052347973,0.013119089,-0.05979416,0.0216806,-0.024585253,0.044773404,0.054626763,0.01406591,0.00012317952,0.013648667,-0.07144488,-0.012100053,-0.015510214,0.010407008,-0.0034121668,-0.02379891,-0.015710812,-0.008978752,0.024184057,0.007365947,-0.009211446,-0.03578663,-0.009026896,-0.0054361974,-0.006258648,-0.015702788,-0.0022587301,0.011361853,-0.028693493,-0.025580218,-0.014274532,-0.05106415,-0.035658248,0.008304745,0.044388257,-0.03806542,-0.052925695,-0.02079797,-0.042269945,0.0042165634,-0.026286323,0.00950833,0.027875055,0.0026498956,0.026559135,0.018936422,0.018599419,-0.023092806,0.02813182,0.0024111844,-0.024858067,-0.011626642,-0.029592171,-0.00209424,0.015799074,-0.063292585,0.0011103082,0.03270545,0.02233856,-0.048432305,0.015365783,0.004637819,-0.011137184,-0.023542145,0.018791992,0.014298604,0.025596265,-0.01660949,0.014884349,-0.0041724322,-0.010848323,-0.012396937,0.05266893,0.06053236,-0.020733777,-0.010045933,-0.0072576245,-0.0017241372,-0.0653788,0.023526097,-0.024521062,0.03899619,0.01778098,0.003989888,0.051385105,0.028372537,0.021247307,-0.032191917,-0.00035530867,0.000013367956,-0.029223071,-0.013335735,-0.037006263,0.027730625,0.005837393,-0.026414704,0.0059778113,-0.019193187,0.02225832,-0.014338723,0.017668644,-0.04952356,-0.039124575,-0.004421173,-0.0071733734,-0.015702788,0.013640643,-0.078184955,0.011482212,-0.00874606,-0.0326894,-0.0030731566,-0.004180456,0.021263355,0.009580546,-0.020075817,-0.028613254,-0.041307077,-0.036781594,0.011883407,-0.044580832,-0.0013460105,0.029560076,0.02005977,0.008970729,-0.0016769967,0.018117983,-0.051545583,-0.026029557,-0.008188398,0.001042105,0.033379458,0.008834322,0.038482662,-0.02858116,0.01238089,0.0019869201,-0.0073418757,-0.013857288,0.04644238,0.04069726,-0.009933597,-0.007305768,0.013287591,0.012268555,-0.0075304373,-0.0032316288,0.010768084,0.01145814,-0.046378188,0.029110737,0.018117983,-0.06467269,-0.0130950175,-0.012364842,0.023975436,0.010575511,-0.006836369,0.0013419986,0.015454046,0.034278132,-0.06419126,-0.041467555,-0.024472918,-0.00034828775,-0.025339501,0.0038093503,-0.00747427,-0.0003884073,0.019819053,0.010382936,0.0040340195,-0.0023790887,0.0074221147,0.023060711,-0.017363736,0.015791051,-0.012364842,-0.0020119948,0.0038775534,0.04393892,0.022531133,-0.014346747,-0.004272731,-0.023927294,-0.022739755,0.010792156,0.021439882,0.0074622342,0.021504072,0.0023670527,-0.00018417375,0.001300876,-0.02314095,-0.010318745,-0.009765096,0.012493224,-0.034406517,-0.017540263,0.0198351,-0.019738814,-0.022579277,-0.045190647,0.007570557,0.004501412,0.008465223,0.018599419,-0.0038494698,-0.05119253,-0.055204485,-0.025965365,0.0006519425,0.023253284,0.012100053,0.0036348302,0.0063228393,0.011610595,-0.018551275,0.046474475,-0.002954804,-0.032930117,-0.010455152,-0.018053792,0.009339829,-0.0216806,0.012533344,0.0057732016,-0.018487083,0.0041122525,-0.008914562,-0.012589511,0.020300487,-0.006102182,0.06701568,0.020765873,0.016545298,0.022081794,-0.043297008,0.0036909976,-0.0029929176,-0.002174479,-0.030057559,0.025451835,-0.009957669,-0.013351782,-0.0055886516,0.072022595,-0.0035044418,0.011618619,0.0077992384,0.03585082,0.011658738,-0.012260531,0.0112896385,-0.019626478,0.040215824,0.031694435,-0.017299546,-0.04804716,0.0071573257,0.01673787,-0.0023209152,0.01513309,-0.023012567,0.009171327,0.022643467,-0.020332582,0.010559463,0.012075981,0.019578334,-0.015092971,0.008730012,-0.0083448645,0.035337288,-0.008713963,-0.021808982,0.00025250236,-0.017732836,0.03172653,-0.023927294,-0.056809265,0.0034141727,0.002096246,-0.039766487,-0.026173986,-0.023044663,-0.029190976,0.022370655,-0.00932378,0.05003709,0.0015606501,0.008072051,0.003935727,-0.023349572,0.00991755,-0.002182503,0.014972612,-0.029223071,-0.018615466,0.014788062,0.0054963767,-0.018037744,0.009636713,-0.0183587,-0.037070453,0.0183587,-0.004100217,0.01406591,0.01043108,0.0013831211,-0.044484545,-0.035401482,0.024280345,0.019979531,0.007470258,-0.036268063,0.027217096,-0.028757686,-0.007907561,-0.065282516,-0.0108403,-0.040087443,0.029592171,-0.004798297,0.0059818234,0.015157161,-0.013271543,0.033828795,0.03281778,-0.005660867,0.018872231,0.027345477,0.018230319,-0.027505957,0.054369997,0.027826913,0.04958775,0.021632455,0.0054963767,-0.042430423,0.008352888,0.055429153,-0.0010892454,0.0073579233,0.032801736,0.02254718,0.0008480268,0.007149302,0.0027522005,0.029720554,-0.014194293,0.03578663,-0.0057772137,0.022611372,-0.0062105046,0.03421394,-0.08094518,-0.056584597,0.016007695,0.008003848,-0.0019558275,-0.0411145,0.015558357,0.024184057,0.0022828018,0.0016398862,-0.034920048,0.027682481,-0.008633724,-0.009018872,-0.016312605,-0.0002120067,0.0070169074,0.0038414458,-0.00031669362,0.036781594,-0.0034482745,-0.013343759,-0.053535514,-0.039220862,0.012268555,-0.009331805,-0.012461129,-0.011811192,0.04011954,-0.011241495,-0.017989602,0.0002911174,-0.00053208537,-0.036845785,0.0061222417,0.0041403365,0.042109467,-0.004946739,0.012645679,0.02100659,0.016834158,0.0049186554,-0.020894255,-0.011859336,0.0010872395,0.034053463,0.036749497,0.0006444201,0.015967576,-0.015823146,0.02079797,-0.031485815,0.03004151,-0.026719613,0.0014232406,-0.0001394154,-0.033090595,0.018631514,-0.008946657,-0.013143161,0.009997789,-0.012717893,0.0025696564,-0.030201988,-0.013191304,-0.038739428,-0.0032536946,0.009436116,-0.0051874565,-0.004802309,-0.009797191,0.008673844,0.024553157,-0.0036809677,-0.011843287,-0.0015516231,-0.020653538,0.052027017,0.023333523,0.018487083,-0.015149138,0.016561346,0.019530192,-0.019128997,-0.008601629,-0.032159824,0.008577557,0.0094842585,0.027217096,0.011265567,-0.021792933,0.02402358,0.03658902,-0.0051954803,0.025435787,-0.00802792,0.0063348752,0.0055124247,0.001649916,0.0038574936,0.013889384,-0.029174928,0.0031874974,0.005067098,0.017524214,0.017155115,-0.018310558,0.0015215335,-0.006346911,-0.03049085,0.035594054,-0.010094076,0.03418185,-0.0035345315,-0.020846112,-0.00012274072,-0.014715847,-0.017139066,-0.0007392025,-0.012132148,0.040440496,0.012918492,-0.009107135,-0.008730012,-0.003917673,0.008457199,0.008168338,0.004409137,0.03812961,-0.0038053382,0.026382608,-0.0030189953,-0.027538052,0.024119867,-0.021584312,0.0057611656,-0.040440496,0.057772137,-0.042077374,-0.009163302,-0.0045415317,0.010086052,0.010479224,0.013175257,-0.022306463,0.033154786,0.01094461,-0.019706717,0.022354607,-0.028260203,0.02291628,0.024071723,-0.012557415,0.021760838,0.033700414,0.028099725,0.014555369,0.032849878,0.015381831,0.01903271,0.0213115,0.05193073,0.0018966512,0.027522003,0.02511483,0.011201375,-0.025499979,0.011594547,0.017460024,0.007831334,-0.050935768,-0.008473246,0.0063228393,-0.010559463,0.014194293,-0.0035265074,0.0038956073,0.022611372,-0.011650714,-0.012589511,-0.019562287,0.031341385,0.01406591,0.0081843855,0.017219307,-0.02291628,0.01673787,-0.007827322,-0.02431244,0.002962828,-0.011097064,-0.0049106316,0.0069045727,-0.0058414047,0.012461129,0.014130102,0.0068885246,0.028886069,-0.0051513487,0.036332253,0.014555369,0.061527323,0.025917223,0.023397716,-0.015341711,-0.00011120635,0.015983624,0.033732507,0.0021243296,-0.02578884,0.0010240512,-0.012822204,0.02843673,0.04949146,-0.017299546,-0.035465673,-0.032336347,-0.023237238,-0.0034964178,-0.0020260366,-0.0035204894,0.027233142,-0.033989273,-0.021857124,0.04451664,-0.006691939,-0.0139696235,-0.0077751665,0.0037752485,0.01219634,-0.01784517,0.020477012,0.0006278708,-0.025676506,0.026847996,-0.022803945,-0.00015257963,0.03501633,-0.02431244,0.00046338068,-0.0052877553,-0.040729355,-0.019337617,-0.009540427,0.005672903,-0.0027080688,0.0048424285,0.008296721,-0.046089325,0.011064969,-0.027810864,0.01673787,-0.008786179,0.03562615,-0.03437442,-0.0024733695,0.04011954,0.025211118,0.012396937,-0.018454988,0.005765178,-0.008060016,-0.026061652,0.014354771,-0.013841241,-0.04547951,-0.0017141073,0.039349243,0.044099398,0.027538052,0.011401973,-0.020380726,-0.013127113,-0.001824436,-0.05408114,0.018422892,0.0041523725,0.018679658,-0.024408728,0.0043248865,-0.007301756,-0.012116101,-0.02667147,-0.0114501165,0.015293568,-0.030795759,-0.015397879,-0.006699963,-0.007887501,-0.007723011,-0.0035104596,0.014451058,0.00030666371,0.018262414,0.0187278,0.030555042,0.003464322,0.013600524,-0.01238089,0.00453752,-0.022145985,0.0068443934,-0.015566381,-0.01461956,-0.0063749948,0.023269333,-0.0032717483,0.020846112,0.016786015,0.015478118,-0.012886396,-0.014443034,-0.010519343,0.03784075,-0.001304888,0.004706022,0.018037744,-0.018775944,0.00018329614,0.019305522,0.0152694965,0.01821427,0.005119253,0.0319512,-0.0074301385,0.024954353,0.010222458,0.009420068,0.037006263,0.019706717,0.0020370695,0.00714529,-0.045319032,-0.007117206,0.03812961,-0.010278625,-0.010663773,0.031533957,-0.01741188,0.00030892045,-0.02519507,-0.0051714084,-0.012782085,0.02416801,0.003378065,0.03642854,-0.013255496,-0.023782862,-0.006174397,-0.0047220695,0.019289475,0.0021303475,0.020412821,-0.0040540793,0.005901584,0.0022105866,-0.04098612,-0.022643467,-0.031678386,0.01197167,-0.008409055,-0.013680763,-0.044484545,0.016529249,-0.0027762721,-0.02196946,-0.013616571,-0.023156997,0.02211389,0.0072536124,0.020846112,0.0038594997,0.08909747,0.0149244685,0.038290087,-0.020653538,0.03363622,-0.025307406,-0.019241331,0.022386702,-0.0071693617,0.005757154,-0.01351226,-0.0132234,0.008994801,0.012814181,-0.014266508,-0.013423998,0.014154173,0.013833217,-0.0020701683,-0.00050249725,0.011474188,0.0073418757,0.025275309,0.010398985,-0.041981086,-0.05379228,0.013135137,0.022563228,-0.034855854,0.00521554,-0.010824252,-0.01587129,-0.0072696605,0.034470707,-0.0014262496,0.000650438,-0.027313381,-0.018968517,0.026190035,-0.018808039,-0.013006754,-0.032352395,0.01141802,-0.009018872,-0.021327546,0.00874606,-0.020316534,-0.0041363244,-0.017668644,-0.058060996,-0.009371924,-0.020605395,0.02100659,0.0037712366,0.010960658,-0.008409055,0.031678386,0.037006263,-0.012838253,0.012870348,-0.012092029,0.028484872,-0.00010543916,-0.0028886069,-0.039349243,-0.025259262,0.0026438776,-0.00085956114,-0.010118147,0.011257542,-0.01517321,0.029094689,0.009829287,-0.021391738,-0.0041965037,-0.0073579233,0.0036207885,0.0076267244,0.030442705,0.013656691,-0.020621443,0.0116346665,0.02137569,0.03254497,-0.019546239,0.0044011134,-0.000995466,0.016561346,-0.0042085396,0.052219592,-0.01903271,-0.029335408,0.024135914,0.0028103737,0.024906209,0.00058724976,-0.012557415,0.0139696235,-0.024713635,-0.01587129,-0.016497154,0.033732507,0.00398387,-0.009412044,0.0012396937,0.02585303,-0.026350513,-0.007899537,-0.00014392885,0.011426045,-0.015036803,0.034470707,-0.0032456706,-0.023413762,0.013375854,-0.009227494,-0.026992425,0.004017972,0.0076187006,-0.04567208,0.02055725,0.031180905,0.010374913,-0.014154173,-0.010037908,-0.004697998,0.020460965,-0.020188153,0.04567208,0.012132148,0.008994801,-0.009395996,0.016047815,-0.008156302,-0.032191917,0.010663773,0.011650714,-0.032240063,-0.00088463584,0.009387972,-0.029158881,0.031325337,0.010390961,-0.0008786179,0.015927456,-0.024456872,0.004292791,0.00013226911,-0.020830065,0.009436116,0.019851148,0.02322119,0.033764604,-0.02673566,0.006675891,0.007129242,0.050486427,0.014507225,-0.03334736,0.0010832276,-0.03196725,-0.001391145,-0.005219552,-0.034727473,0.03414975,0.00052556593,-0.020300487,-0.0077069635,-0.0026037581,0.005464281,-0.0072496007,0.01546207,-0.049812417,0.018920375,-0.012533344,-0.03511262,-0.027201047,0.02211389,-0.02585303,0.0020661561,0.0028866008,0.022145985,0.007241577,-0.023156997,-0.0037210872,0.006459246,0.0011143202,-0.013303639,-0.00874606,0.004878536,0.01712302,0.017460024,-0.0045696152,0.0031513898,0.008320793,-0.021359643,-0.017235354,-0.0016057845,0.0096447375,0.038354278,0.0063749948,-0.0058614644,-0.02858116,0.01164269,-0.017652597,0.001562656,-0.0059657753,-0.0020621442,0.037134644,-0.026912186,-0.0216806,0.013046874,-0.022354607,0.015815122,0.027217096,0.027120808,-0.006675891,0.07850591,0.050004993,-0.022996519,0.03665321,-0.021504072,0.001564662,-0.042719286,0.025580218,0.004120277,0.038739428,0.013496213,-0.0257086,-0.016657632,-0.012067957,-0.018053792,-0.011522331,-0.006707987,-0.026462847,0.01355238,-0.05404904,-0.032448683,0.019433904,-0.002170467,0.019706717,0.009652761,0.018759897,-0.021022638,-0.025820935,-0.0058534406,0.0015997665,-0.0013189298,0.02989708,-0.0036970156,0.0064993654,0.0056929626,0.015446022,-0.008834322,-0.007121218,0.04252671,0.030827854,0.008019896,-0.015261472,-0.01741188,-0.04936308,0.04265509,0.023766814,-0.020412821,-0.008810251,0.025740696,0.043297008,-0.0049306913,-0.04503017,0.024697589,-0.0011865353,0.005997871,0.017058827,0.00006845396,0.005303803,0.00085605064,-0.022579277,0.047662012,0.0039577927,-0.018326605,-0.030330371,0.00091873744,0.006346911,0.007879477,-0.0056327833,0.008384984,-0.011586523,-0.0075906166,-0.0013470135,0.014980636,0.0075184014,0.000056825564,-0.0005431183,0.020011626,0.0005822348,0.016946493,0.016593441,0.015991649,-0.0062305643,-0.008088099,-0.02821206,0.00570901,0.00045059258,-0.027682481,0.0012467146,0.0091151595,0.0016218324,0.026976379,0.00815229,0.020156056,0.010535391,-0.039959062,0.008393007,-0.009347852,0.030298276,0.008762107,0.013391902,0.021648504,-0.0073579233,0.0025977402,0.00418848,0.00243325,0.0022366643,-0.018503131,0.014033815,0.046891715,0.0029146846,0.014202316,0.012629631,0.022178082,0.0015746919,0.015991649,0.047565725,-0.04737315,0.014451058,0.022900233,-0.0008841343,0.023895197,-0.022450894,-0.02129545,-0.036974166,0.0006414111,0.016224341,-0.012188315,-0.0061623612,-0.0035987226,0.00917935,0.023991484,0.012886396,-0.016368771,0.004096205,0.058221474,0.049042124,0.026141891,-0.011594547,0.0074181026,0.00060931547,0.00027958304,0.009203422,0.009668808,-0.005480329,-0.008609653,-0.011578498,0.025532074,-0.043008145,0.0037491708,-0.023189094,0.0017823105,0.010326769,-0.021985507,0.015783027,-0.02989708,0.047276866,0.0036789617,0.012204364,-0.045190647,-0.008609653,0.036332253,0.015590453,-0.043168623,0.023494001,0.008970729,0.042334136,0.0072696605,0.009708928,0.019498095,-0.012300651,0.0017692717,0.0068564294],"social":"https://twitter.com/devdylanr"},{"title":"faxer","description":"the real estate agent os, we handle all the time consuming tasks so agents can turn their attention to generating more leads","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=8ysshUZFKUs","youtube_transcript":"Hi. My name is Coron. Hey there. Craig, and we're building Faxor. Faxor is a real estate agent operating system. No, we're not a CRM. We take all the time consuming and tedious tasks that agents do on a daily basis, and we automate them. Now, let's take a look at factor. Factor is currently freely used for agents as we are focusing on users. We're aiming to monetize within the coming weeks. Here's our main feature, the CMA generator. We created a Chrome extension that allows agents to use factor outside of the main site. As you can see, I generated a CMA with reasoning for this listing. This is also doable for off market listings as well. Limited only to Redfin currently, but we are spanning to different types and MLS soon. We also have a listing description generator that allows agents to generate a listing description with a few keywords. Are planning to roll out automated contractor drafting, lead generation features, and lead screening features soon. So I'm gonna tell you guys a little bit about our progress. We ended up hitting some bumps in the road in terms of development. We were able to squeeze our Chrome extension out. When looking at our unique users, we hit a peak of fifty agents using factor with twenty of those being reoccurring. We did list through Facebook groups, redit and texting agents. Now, what didn't work in terms of marketing was Reddit. We bomb ties with a few moderators, so we decided to avoid the platform entirely. Texting agents was a bit of a success. That's where we hit our peak number of users. With our Chrome extension set up and improving, we're gonna be heading into brokerages to demo this live for agents. Be sure to check out factor AI dot com and follow us on Twitter at factor HQ for more updates. Thank you.","embedding":[-0.02099299,0.04295816,0.014483947,0.053864792,0.00613688,-0.006972346,-0.03344903,-0.021782884,0.00092993095,0.036608614,0.010511685,-0.06604741,-0.027418485,-0.022177832,0.042320166,0.020339807,0.011126892,-0.0687209,-0.0605789,0.0063267583,0.017195415,-0.009797742,-0.0042115096,-0.0023696863,-0.014013048,-0.0013699748,-0.056538284,0.0668373,-0.024517138,-0.029560316,0.017711885,-0.04201636,-0.010412948,0.024365235,-0.020430949,-0.0018104934,0.017848598,0.026810873,0.024304474,0.0065963864,-0.0024988037,0.030851493,0.054077454,-0.008559732,-0.048365902,0.03223381,-0.015159916,-0.0011601589,0.002684885,0.05210272,-0.101106614,0.005179891,-0.014932062,-0.016283998,-0.029955264,0.003807068,-0.013929502,0.011924382,-0.016527042,0.045236703,0.018668875,-0.04356577,0.030881872,0.020719564,-0.030593257,0.019276487,-0.0032469258,0.058725685,0.002738051,0.023453817,0.030775541,-0.0136181,0.040861897,0.009311652,-0.0073179253,-0.06592589,0.018304307,0.051434346,-0.05896873,-0.02977298,0.0053014136,0.025231082,-0.022694303,-0.008035667,-0.013716837,-0.019762576,-0.01073954,-0.026902014,-0.043960717,0.004598862,-0.016314378,0.04253283,-0.010352187,0.022831015,0.050948255,0.026993157,-0.05015836,0.039069444,0.027372913,0.042867016,0.033631317,-0.034056645,0.018319497,-0.01509156,0.037854217,-0.009615458,-0.011886407,-0.039768197,0.0150307985,0.015273843,-0.09916226,-0.010329401,-0.042897396,-0.004055809,-0.040679615,0.01047371,0.00031994563,-0.01745365,-0.03627443,-0.00075429317,-0.019003062,0.025352605,0.002853877,0.06598665,0.011681338,0.0051229275,-0.0123800915,-0.050401405,-0.018623304,-0.041135322,0.040345427,-0.008324282,0.060852326,-0.0032659138,-0.054958493,-0.020841086,-0.021327177,-0.036760516,-0.05997129,0.022147452,0.0012845295,-0.028253952,0.012197808,-0.03375284,-0.07297418,-0.016846038,-0.043049302,-0.02310444,-0.025261464,-0.021114511,-0.012357306,-0.037854217,-0.0338136,-0.059576344,0.026005788,0.0033057882,0.022633541,0.044325285,-0.020780325,-0.01482573,-0.006315366,0.052558426,0.004465947,-0.0013082643,0.0027589377,0.026977966,0.0012503513,-0.08026553,-0.041682173,0.024684232,0.007944525,-0.03587948,-0.036152907,-0.025413366,0.021296795,-0.040740374,-0.012987703,-0.053469844,0.008043262,-0.01590424,-0.0316262,0.014628256,-0.02046133,-0.020385377,-0.08962275,-0.051890053,-0.00435202,0.019109393,0.015532078,-0.0036418736,0.012721873,0.028891943,-0.0051912838,0.0616726,-0.039251726,-0.01588905,0.031565435,-0.013732028,0.014157357,-0.0010092054,-0.010610422,0.03293256,0.033479415,0.033692077,-0.0066115763,0.008787586,0.034087025,0.025018418,-0.053864792,0.0015797908,0.062097933,0.017575173,0.028345093,0.010982584,-0.068842426,-0.055019252,-0.048487425,0.03433007,-0.019717004,0.011172463,-0.031200869,0.0297426,-0.016587803,-0.021691743,0.0104813045,0.075465396,0.024775373,-0.023484198,0.022360116,0.00090239855,0.012600351,0.004207712,-0.008696444,-0.027600769,0.026096929,-0.024000669,0.007697683,-0.017043512,0.0094331745,-0.019382818,-0.009790146,0.017240986,0.022876587,-0.0069799414,0.028041286,0.0040709996,-0.0236361,-0.08081238,0.009402794,0.06853862,0.07953639,0.01994486,0.0026943788,-0.0033722457,0.02716025,-0.00893949,-0.010124332,0.057571225,-0.0015968799,-0.020172713,-0.026826063,-0.05392555,-0.05483697,-0.031413533,0.022967728,-0.007807812,0.00000564815,0.012061096,-0.02304368,-0.010853467,0.00817238,-0.003155784,0.018866349,-0.017058702,-0.030441355,0.031717338,0.015532078,0.016602995,-0.018152405,0.0023317104,0.03739851,0.01432445,0.031094536,-0.00033822143,-0.014028239,-0.018623304,-0.0025557673,-0.019884098,-0.002060184,0.01950434,-0.008286307,-0.00049605814,0.009417984,-0.005897633,-0.027524818,0.037854217,0.044872135,-0.029134989,0.0073596984,0.016648564,-0.0052862233,-0.03022869,-0.028041286,-0.028800802,-0.0050697615,0.017149845,-0.0134206265,0.033874363,0.0011573107,-0.007587553,-0.0076938854,0.060487762,0.012152237,-0.042259406,0.03275028,0.008293902,0.06428534,-0.032476854,0.032021146,-0.010215474,-0.0017972019,-0.015327009,-0.0056128143,-0.041378368,-0.020172713,-0.063373916,0.03229457,0.016086524,0.037185844,-0.044416428,0.01692199,-0.03685166,0.016086524,-0.017392889,-0.014552304,0.0036988372,-0.03326675,-0.011757289,0.022785444,0.02199555,-0.03581872,-0.017149845,-0.04295816,0.030243881,0.010063572,0.005179891,0.010018,-0.004146951,0.0037197238,0.010230665,-0.0593333,-0.004864692,0.0632524,-0.0050014053,-0.0048153237,0.0065166373,0.016177665,-0.010709159,-0.050371025,-0.035484534,-0.016739707,0.03742889,-0.004887478,0.010306616,-0.067201875,0.012418067,-0.02356015,0.004067202,0.013488983,0.0047659557,0.0044887327,-0.0028253952,0.00044431616,-0.0071660224,0.00012282778,-0.015182701,0.012235784,0.0027760267,0.020810707,0.016678946,0.07959715,0.012691492,-0.019899288,-0.016025763,0.015965002,0.052588806,0.014772563,-0.027008347,-0.06738415,0.006622969,0.030061597,-0.033904742,0.02605136,-0.041226465,0.026339974,0.04614812,0.07267038,0.059728246,-0.010033191,-0.026826063,0.015516887,-0.011415508,-0.026507067,0.011909192,0.009942049,0.014400401,-0.020309426,0.014529519,0.014810539,-0.010876252,0.042168263,-0.062766306,0.034208547,-0.0025045,0.04453795,0.0110509405,0.00071441865,0.034573115,0.0521331,0.08585556,0.011149677,-0.018213166,0.024972847,0.051950812,-0.001435483,0.037246607,0.023772813,-0.012220593,-0.04863933,-0.010192689,-0.0123800915,-0.015630815,0.02365129,0.022937348,-0.053500224,-0.0097066,0.025215892,0.061763745,0.021661364,0.0004974822,-0.039221346,0.03341865,0.0049710246,-0.025793124,-0.02149427,-0.0063723293,0.020658802,-0.012015524,-0.012782634,0.031109728,-0.09897997,-0.010055976,-0.029560316,0.04040619,-0.08032629,-0.032567997,0.043292344,0.027813433,0.010177499,0.0003512756,0.0158131,0.017559983,-0.039798576,-0.030866683,-0.022375306,-0.042897396,-0.005821681,0.021357557,0.025246272,0.01789417,0.011825645,-0.015159916,-0.019246105,0.03758079,-0.060487762,-0.032598376,0.051525485,-0.016056143,0.005065964,-0.03849221,-0.037125085,0.029560316,-0.010845872,0.07844269,0.00043126201,0.03985934,-0.03840107,0.008536947,-0.040132765,0.05122168,0.042198643,0.034755398,0.031565435,-0.019230915,0.04620888,-0.0082027605,0.056507904,-0.029909695,-0.031048967,-0.008430614,0.030851493,-0.0018949895,-0.016010573,0.042137884,-0.028056478,0.02002081,0.00047991844,-0.0053355917,-0.063981526,0.0399201,-0.01897268,0.025945026,-0.017818218,0.037671935,-0.035575673,-0.014377615,0.004074797,0.009858502,-0.011248414,-0.01992967,0.023165202,0.027403295,-0.017514411,0.04851781,-0.027540008,0.0056583853,-0.04657345,-0.055535723,-0.023301914,-0.035028823,0.0071090586,0.0056393975,0.01797012,0.0010234462,-0.022299355,0.0062318193,0.0006171058,-0.028405854,-0.014932062,-0.043201204,-0.0018475198,0.02561084,0.002345002,0.0261425,-0.009623053,0.01692199,-0.028861564,0.012714278,-0.0040444164,-0.008924299,0.031686958,0.008005287,0.010071167,-0.005939406,0.01181805,0.022268975,0.029788172,-0.006820443,-0.010655993,-0.023909526,0.011347151,0.0013348473,0.0059242155,0.0026184274,-0.0055710413,-0.010276236,0.0059242155,0.008833158,-0.02100818,0.033631317,0.02667416,-0.0421075,0.02813243,-0.022299355,0.03700356,0.006391317,-0.011438293,-0.012372497,0.01379279,-0.0039001086,-0.030137548,0.0012104767,0.0053887577,0.03627443,0.014529519,0.00026060853,-0.0012655415,0.0138915265,0.02103856,-0.018319497,-0.014286473,-0.020294236,-0.0068584187,0.016132094,0.0035678209,0.006983739,0.0067444914,-0.0039190967,-0.026750112,0.028421044,0.03439083,-0.04204674,-0.027813433,-0.02103856,-0.015767528,0.041408747,-0.01850178,-0.013595316,0.0022519615,-0.004948239,0.014438377,0.023195583,-0.02311963,-0.048365902,0.016633375,0.028512187,0.007534387,-0.010944609,0.044355664,-0.018911919,-0.032537617,-0.0032203428,-0.0034918694,0.022375306,0.0001930829,-0.0039456794,-0.0045001255,-0.03186924,0.01078511,0.014977632,0.015395366,0.025276653,-0.004340627,0.0058786445,-0.014901681,0.019868908,-0.004557089,0.005483697,0.008445805,-0.013678862,0.041256845,-0.007025512,-0.017605554,-0.021311985,0.023241153,-0.0075609703,-0.019094203,0.025929837,-0.02407662,-0.0009883187,0.03076035,0.0029640065,0.026552638,0.022739874,0.025899455,0.017787836,0.0010234462,0.019656243,0.0349073,0.0054533165,-0.03739851,0.062827066,-0.0059052277,-0.027509626,-0.014400401,0.004708992,0.0060343454,0.018851157,-0.000028570812,0.014537114,-0.054198977,0.0027000753,-0.011514245,0.020765135,0.028724851,-0.005863454,0.028922325,-0.07133363,0.0008995504,0.010990179,-0.002515893,0.025413366,-0.032962944,-0.012942133,-0.0011060435,-0.0017915056,0.004295056,0.0084534,0.032811042,-0.0108610615,-0.0058900374,0.033054084,0.03126163,0.0047735507,0.032081906,-0.03843145,-0.03129201,-0.0012721873,-0.022177832,-0.07048298,0.012205403,0.00054780004,-0.044143002,0.018061262,-0.008536947,-0.051525485,-0.021160083,0.022390498,0.024380425,0.006159665,-0.008210355,0.005582434,-0.0308363,0.014643446,0.021281606,0.034178168,-0.0030646422,-0.01898787,0.019549912,-0.009380008,-0.014878895,-0.009288866,0.01541815,-0.02155503,0.03229457,0.0033019907,-0.016830849,0.050249502,-0.019610673,-0.0062204264,0.008141999,-0.000041743646,0.028086858,0.0074850186,0.006767277,-0.012919347,-0.028269142,0.009144559,-0.061702985,-0.011225629,0.0038013717,0.029636268,0.003987453,0.002417156,0.0072799497,-0.0072457716,0.05681171,0.008590112,0.011780075,0.007777432,-0.025033608,0.016405521,-0.05231538,0.034147788,0.020567661,0.0044545545,0.004583672,0.0014525721,-0.0055938265,0.009516721,0.0016196653,0.041591033,0.005681171,0.028102048,-0.017210606,0.028542567,0.0047735507,0.010200284,0.024441186,0.010937014,0.015721956,0.008810372,-0.012235784,-0.02093223,0.019853717,-0.01948915,-0.011324366,0.023241153,0.004735575,-0.0012816812,0.020825896,-0.009896478,-0.013868741,0.010648398,-0.032567997,0.005282426,0.03903906,0.0008834107,-0.026324784,-0.02454752,-0.0048267166,-0.015182701,-0.007488816,-0.0055064824,0.015000418,0.044446807,0.015243462,-0.06556132,0.0032792052,0.013815574,0.0116205765,-0.017605554,-0.0142712835,0.012964918,0.034603495,0.026020978,0.00006521147,-0.00536977,-0.006053333,-0.0021627184,-0.003645671,0.009121773,-0.00093467796,-0.0048798826,0.018547352,0.027266582,0.026415925,-0.03578834,0.029119799,-0.021767695,0.014924467,0.02310444,-0.019458769,-0.018471401,0.005681171,0.021965168,-0.0132307485,0.040011242,0.0019206231,0.019018251,0.012372497,-0.009964835,0.009455959,-0.013481388,0.008795181,0.021190463,0.011195249,0.0046292427,-0.01850178,0.024729803,0.007291342,0.011248414,0.0077242656,0.027813433,0.016967561,0.025945026,0.02304368,0.016618185,0.0063723293,-0.0015313717,-0.015721956,-0.02507918,0.014992823,-0.03072997,0.018380258,0.018668875,0.0015456127,-0.0042039147,0.021828456,0.024699422,-0.038674496,0.015691577,-0.02146389,-0.002738051,0.038613733,-0.0439911,-0.013458603,0.022633541,0.021889217,0.005582434,-0.0054267333,0.03539339,-0.031413533,-0.0014658635,-0.018091643,-0.009828121,-0.044720232,0.025337415,-0.031140108,-0.012197808,-0.015752338,-0.030927444,0.018577732,-0.01897268,0.022846205,0.012197808,0.00896987,0.041196086,-0.015380175,-0.004876085,0.0042342953,0.01699794,-0.0460266,-0.030654019,-0.00035887075,0.023666482,0.0050583687,0.0012607946,-0.013018084,-0.033570554,-0.006524232,-0.0017108071,-0.0024038644,-0.028284332,-0.040193524,-0.01128639,-0.022724684,-0.007792622,-0.014787754,0.011157272,0.037793458,-0.007807812,-0.0017022626,-0.0030665412,-0.018243546,-0.038188405,0.029423604,0.019261295,-0.010443329,-0.0006745441,-0.024790565,-0.01329151,0.01942839,0.0150307985,0.029469175,0.018228356,-0.021372747,-0.013018084,0.03232495,-0.0013785193,0.023681672,0.012737064,0.028436234,0.02352977,-0.02407662,-0.02509437,0.044386048,0.004021631,0.0030874277,0.014035834,-0.025701981,-0.022314545,-0.0112408195,-0.037216228,0.0055064824,-0.048396286,0.027919766,-0.002174111,0.01150665,-0.024775373,0.01842583,0.0050887493,0.012486423,-0.0316262,-0.02199555,-0.032507233,0.025975406,-0.0059356084,0.06592589,0.024653852,-0.031094536,0.010405353,-0.016982751,-0.042715114,0.011476269,0.00821795,-0.007766039,-0.010018,-0.028588139,0.023377866,0.013268724,0.010010405,-0.002789318,-0.008005287,-0.016602995,-0.012721873,0.026750112,0.0003213697,0.004314044,-0.0022576577,0.02712987,-0.0032393306,-0.0031216058,-0.021828456,0.0045608864,0.008825562,0.024213333,0.020172713,-0.0013823169,0.0050887493,0.0054077455,-0.021767695,0.017347319,0.02922613,0.000056310902,-0.041651793,-0.015380175,-0.044993658,0.005457114,0.04295816,-0.009023036,-0.030046407,0.003934287,-0.01383836,0.0076938854,-0.010952204,0.01639033,-0.012942133,0.005271033,-0.03484654,-0.040011242,0.030410973,-0.0015627018,-0.011354746,0.036578234,-0.011696529,-0.030623637,-0.01485611,-0.056204095,-0.025352605,0.044143002,-0.0014051024,0.015980192,0.0046824086,-0.012699088,-0.0045722793,0.027555197,-0.015501698,0.003406424,0.014506733,-0.020233475,0.04262397,-0.029150179,0.012433258,0.0029753994,-0.0021019573,0.03597062,-0.030502114,0.01939801,0.0014895984,-0.028724851,-0.0011402216,0.02711468,0.024152571,0.017347319,-0.016040953,-0.00080223754,-0.013435817,0.016116904,0.04514556,0.021387937,0.0030950229,0.01947396,0.0046938015,-0.025975406,0.0236361,-0.051890053,-0.01793974,-0.02513994,0.025048798,-0.01745365,0.0008050857,-0.01742327,-0.02305887,-0.01895749,-0.01646628,0.020263856,-0.0064179003,-0.005107737,-0.0022367712,0.015949812,0.0026507068,0.017165035,-0.014438377,-0.018668875,-0.024456378,0.007929334,-0.008855943,0.0120535,0.0031216058,0.016329568,-0.018547352,-0.0038925135,-0.036031384,-0.0017696696,0.03275028,0.00082834583,0.028542567,0.024410807,-0.01023826,0.011195249,0.0006284985,-0.019534722,-0.021372747,-0.011612982,-0.0037520032,0.017058702,0.032264188,-0.0011743997,-0.026020978,-0.03278066,-0.013694053,0.011096512,-0.015395366,-0.026339974,-0.029134989,0.015000418,-0.0020506901,-0.0031899624,0.014164952,-0.0016339063,0.044386048,0.012334521,-0.03278066,-0.013458603,0.009562291,-0.0025007026,0.01383836,0.009288866,0.024456378,0.0006697971,-0.00084353617,-0.0026431116,-0.0065849936,0.026932396,0.0010851568,0.0052900207,0.014210522,0.003041857,0.023332296,0.029955264,-0.0064520785,-0.013002894,0.00397606,0.018684065,0.036578234,-0.0154105555,-0.021858837,0.04511518,0.0056280047,0.001970941,0.0048836805,-0.012888966,-0.010397758,0.016800469,-0.009098988,-0.012888966,0.088286005,0.00269248,0.03214267,-0.007876169,-0.015478912,0.020704374,-0.003387436,0.04453795,-0.00677867,-0.027357724,-0.035028823,-0.012000334,0.04365691,0.018015692,0.012152237,-0.024972847,-0.009364817,-0.0143700205,-0.00823314,-0.00076758466,0.02150946,-0.008058452,0.008423019,-0.027874194,0.0021190464,-0.02665897,0.022420878,-0.017757457,0.000015902342,0.0048798826,0.03700356,-0.0048381095,0.016496662,0.03332751,-0.0123800915,0.009463554,0.002789318,-0.00046923774,-0.007845788,-0.013048464,-0.0020924634,-0.013845955,0.024517138,-0.025565268,-0.02510956,0.019747386,-0.024182951,-0.0134206265,-0.029803362,-0.05231538,-0.023590531,-0.015858669,-0.0073331157,0.006547018,0.025018418,-0.0015845378,0.029332463,0.04763677,0.0049368464,0.031003395,-0.027266582,-0.0043368298,-0.0075191967,-0.000023245308,-0.025777932,-0.03791498,0.028603328,-0.013056059,0.011962359,-0.03439083,-0.011134488,0.006854621,0.019580292,-0.0038298534,-0.001083258,0.005654588,0.01256997,-0.00975217,0.0074698282,0.008711635,-0.0017184023,-0.00817238,0.02758558,-0.0036950395,0.017225796,0.001051928,0.0026374152,0.030456545,-0.020780325,0.027540008,-0.03275028,0.008506566,0.018775206,0.044173382,-0.011931978,0.011172463,-0.0021893014,0.0057305396,-0.025428556,-0.027524818,0.011256009,-0.017757457,0.004841907,-0.009144559,0.0053963526,-0.006752087,-0.030319832,0.0006826139,0.013678862,-0.015296629,-0.023712052,-0.011886407,-0.0016149184,0.009661028,0.021160083,0.00008722553,-0.0074774236,-0.007215391,-0.0008012881,-0.026871635,0.015767528,-0.0039570723,-0.00095698866,-0.019322056,-0.037611175,-0.01645109,0.004074797,-0.048882373,0.02149427,-0.0040785945,-0.026902014,0.03214267,0.012683897,-0.023362676,-0.025838694,0.018091643,-0.031200869,-0.022253783,0.009653433,0.0019187243,-0.034998443,0.024137381,0.020005621,-0.03220343,-0.024669042,0.019382818,0.009926858,0.011947168,-0.002996286,0.0001177248,0.018911919,-0.011924382,0.04456833,0.0025747553,-0.008301497,0.016040953,-0.0034254119,0.0007481221,0.0031348974,0.012699088,-0.017377699,-0.04198598,-0.007355901,-0.0035355415,0.018365068,-0.01699794,0.018547352,0.008301497,-0.0033114846,0.009828121,-0.01588905,0.0016054244,-0.051677387,0.011096512,0.015676387,-0.045024037,0.006391317,0.0023032287,-0.023924718,0.010944609,-0.015570054,-0.02515513,0.012524399,0.02149427,0.014521924,0.00044930048,-0.011605387,0.00069780427,-0.024274094,0.014628256,-0.012797825,-0.017818218,-0.009106583,0.021889217,0.03074516,0.009159748,-0.004184927,0.0036513675,-0.028360283,0.03433007,0.008977465,0.013747218,-0.020142334,0.009547101,-0.0016272605,0.009714195,-0.020036,-0.0049254536,0.013785194,0.03022869,0.005214069,0.0042342953,-0.009858502,-0.0110509405,-0.0015228272,0.006752087,-0.0016120702,0.047211442,0.020704374,0.0028045084,0.029499555,-0.010352187,-0.023256345,-0.038097262,0.023195583,0.009585077,0.03384398,-0.014157357,-0.009288866,-0.005829276,0.018896729,-0.04563165,-0.03284142,0.037276987,0.0033133833,0.00092233584,-0.03399588,-0.0236361,-0.012607946,-0.008347068,-0.0060039647,-0.012296545,-0.0008212254,0.013200368,0.008073643,0.0008739167,0.030426163,-0.013762409,-0.038735256,-0.0050052027,0.018775206,0.0043672104,-0.027843812,-0.01357253,-0.040861897,0.0018816979,0.021357557,-0.044143002,-0.02100818,0.0013823169,-0.03223381,-0.02714506,-0.011225629,-0.05085711,-0.009661028,-0.0025215892,0.021722123,-0.008764801,-0.05532306,0.011400318,0.018547352,-0.020704374,-0.008407829,0.011840836,-0.0010965496,-0.016785277,-0.009493935,-0.020218285,0.004967227,-0.0018361271,-0.0521331,0.0010528774,0.019792955,-0.016511852,-0.003469084,-0.021722123,0.008840753,0.012463639,-0.0020715767,0.010997775,-0.042745493,0.037276987,0.011514245,-0.011369937,0.0018066958,0.031109728,-0.012782634,0.029423604,0.0328718,0.007709075,0.0067634797,0.0043975906,-0.005403948,0.0022614554,0.028269142,-0.0059470013,-0.009607863,0.0277071,0.009190129,-0.003041857,0.03232495,-0.051373582,0.029134989,0.024988038,0.015797907,0.0069685485,0.031033775,0.0091521535,-0.010542066,0.020886658,-0.000080579775,-0.0023241153,0.021129703,0.008445805,0.053530604,0.03165658,0.0136105055,-0.0062659974,0.031383153,-0.0052634375,-0.0006209034,0.0118104555,0.05176853,-0.026567828,0.029833741,-0.008354663,-0.0018560643,-0.003995048,-0.0048570973,-0.037094705,-0.019686624,-0.01593462,-0.011430698,-0.01645109,-0.013124417,0.015448531,0.0017601756,0.011643362,0.016283998,-0.001997524,0.006284985,0.041682173,0.047515247,0.03278066,-0.009190129,0.0107623255,0.051009014,-0.00538496,0.015767528,0.02766153,-0.032112285,-0.028436234,-0.0030114762,0.0035203511,0.018532163,0.027312152,-0.018243546,0.0022766457,0.014529519,0.015023204,0.018213166,-0.00893949,0.007006524,-0.0063799247,-0.037307367,-0.012235784,-0.00086252403,0.033661697,0.005081154,-0.05517116,0.020096762,0.01379279,0.0317781,0.008423019,-0.008992655,0.011445888,-0.0123800915,-0.023727244,-0.0012494018],"social":"https://twitter.com/karansaini11_"},{"title":"eboyd (easily-bring-on-your-device)","description":"helping entrepreneurs setup shop super fast and no tech experience required...","niche":"hardware","youtube_url":"https://youtube.com/watch?v=ClqVvdQnY1M","youtube_transcript":"What's up everyone? This is Russell, and we created the Evoid for entrepreneurs to set up shop superfast with no tech experience required. Let's see how it's done. It is good for entrepreneurs to set up shop. It was this Swiss, I mean, I I had a great experience getting off local post, but there were some growing pains. I struggled to get my post pre order. And I then restarted my LinkedIn network to my colleagues, to other friends and family. And after I got my first p order, the goat was awesome. By the end of fifth week, I had fifteen dollars and five thousand dollars in revenue. For my experience, what if Mark works the best? And these two hundred percent conversion. From T. V. Void, go pureness.","embedding":[-0.046802506,0.010384964,-0.033347663,0.017524626,0.0112269875,-0.03954005,-0.0021587831,0.075290985,0.0022366263,0.012490024,0.054275468,-0.022453975,-0.030435663,-0.04911807,0.012998747,0.010919999,-0.0075212047,-0.010691952,-0.04360983,0.04224154,0.022945156,0.020612048,-0.038943615,0.048030455,-0.025927324,-0.0056924336,-0.0035150119,0.051012624,0.0019307348,-0.03420723,0.010341108,-0.030891757,0.0032781926,0.00051118975,0.02055942,-0.0029448916,0.012674216,-0.007021253,0.051924817,0.054766648,-0.021524241,-0.0023024096,0.09865715,-0.019857734,-0.013779373,0.0074334936,0.012332144,0.010034121,-0.010814747,0.012156722,-0.041855615,-0.010402505,0.0024580962,0.0049907467,-0.026015036,-0.05501224,0.0053942166,0.03624212,-0.038382266,0.031154891,0.02912,-0.00820535,0.015489735,-0.0030479517,0.029032288,-0.034435276,-0.059748624,0.02094535,-0.046311323,0.025225637,-0.0011501084,0.0073194695,0.02338371,-0.012805783,-0.029435758,-0.009806072,-0.015331855,0.032014456,0.0037496386,-0.04694284,-0.038101587,-0.03173378,-0.026892144,-0.016972048,-0.05859084,-0.04515354,-0.04385542,-0.030190071,-0.019191133,0.03754024,-0.0014066626,0.021068145,0.019840192,-0.005938024,0.024980048,-0.008937735,-0.026243083,0.06616906,0.046416577,0.018261397,0.024120482,-0.022699567,0.041083757,-0.00214453,0.03413706,0.047153346,-0.030435663,-0.0048021683,0.022050506,-0.0075036623,-0.1070774,0.017568482,0.010709493,0.016787855,-0.017050987,0.008271133,-0.004942506,-0.029979566,0.0138933975,-0.06880038,0.00030890663,0.021383904,-0.0338213,-0.0028396384,0.02669918,-0.029558554,-0.048170794,-0.0068633733,-0.0076396144,-0.008060627,0.043820336,0.014112675,0.05550342,-0.016296674,-0.087009154,0.009762216,-0.005008289,-0.008727228,-0.014270553,0.011507662,-0.032891564,-0.040908337,-0.010174458,-0.010130602,-0.006854602,-0.024751998,-0.03834718,-0.0105428435,-0.02080501,-0.01820877,-0.025541397,-0.020524336,-0.020103324,-0.033786215,0.013682892,-0.023085494,0.06687074,0.026032578,-0.021103228,-0.010788433,-0.005898554,0.0061353734,0.022471517,0.002940506,-0.037715662,0.0035807951,-0.003686048,-0.035259757,-0.053187855,-0.0589066,-0.014437204,-0.056591034,-0.035961445,0.011639229,0.049258407,-0.01189359,0.010998939,-0.054170214,-0.0033373975,-0.03946988,-0.028734071,0.014551229,0.03211971,-0.0044776383,-0.03541764,-0.0129899755,0.004683759,-0.006503759,-0.021699661,-0.05897677,-0.021664578,0.01788424,-0.0073501687,-0.010998939,0.045013204,-0.011823421,0.03464578,0.015524819,0.03148819,0.045434214,0.005398602,-0.018647324,0.013972337,0.015603758,0.0020809397,-0.024980048,0.022208385,0.045504384,-0.0236293,0.0035457108,0.05848559,0.025979951,-0.019033253,0.001771759,-0.025681734,-0.04192578,-0.049503997,0.07915026,0.038873445,0.024892336,-0.015735324,0.05259142,0.016682602,-0.022997782,0.00820535,0.026488675,0.03292665,-0.063642986,0.036838554,0.0061353734,0.011191904,-0.013981108,-0.009832385,-0.07118612,0.019436723,0.04111884,0.0042013493,-0.016840482,0.02394506,0.0338213,0.009770988,0.011876048,-0.009078072,-0.0055871806,0.040417157,0.01731412,-0.059643373,-0.07290525,-0.0027321926,0.0039689154,0.057994407,0.017279036,0.022068048,-0.006231855,0.021857541,-0.016743999,0.011358554,-0.011533976,0.033049446,-0.024050312,0.050767034,-0.0041596866,-0.012674216,0.042031035,-0.0076790843,0.0008381867,-0.037575323,-0.024804626,-0.005859084,-0.023892432,-0.008442168,-0.051749397,-0.0008858795,0.021629494,-0.01464771,-0.032803856,-0.0020348914,-0.017094843,-0.00082283735,0.020647133,-0.052801926,0.036768384,-0.05031094,-0.0129899755,0.008784241,0.032909106,0.017489541,0.013849542,0.00007784337,0.020436626,0.015121349,-0.033698507,0.021331277,0.008034313,0.018156145,-0.013726747,0.07248424,-0.034943998,-0.0025107227,0.030154986,0.012761927,-0.005920482,-0.021997878,0.008380771,-0.03729465,0.016936963,-0.014112675,0.01238477,-0.023085494,-0.019647228,-0.022997782,0.0265413,0.009227181,-0.021769831,0.010770891,0.0033154697,0.029032288,-0.023331083,-0.04827605,-0.054521058,-0.015024867,-0.025944866,-0.012077783,0.023664385,0.013156626,-0.031260144,0.022682024,-0.04553947,-0.025365975,0.016629975,0.024348529,-0.039610215,-0.011709398,-0.053363275,-0.02094535,0.0035193975,-0.0074641923,0.0010273132,0.028716529,0.009174554,-0.02387489,-0.01262159,0.015963374,-0.008534265,0.028085012,0.032277588,0.03173378,-0.012235662,0.0038198072,0.04918824,-0.017507084,-0.00004704179,0.008108867,-0.06757243,-0.025576482,-0.035242215,0.010446361,-0.013954795,-0.06873021,-0.003936024,-0.030488288,0.03890853,-0.00505653,0.0015546747,-0.023804722,-0.0034316867,-0.043750167,-0.0079422165,0.019787565,-0.011867276,-0.007959759,-0.0038263854,0.007012482,-0.011963759,-0.038066506,-0.07304559,0.0037211324,0.023120578,0.009604337,0.058520675,0.07662419,0.021559324,-0.019191133,0.004903036,0.013007518,0.018506987,0.025506312,-0.034259856,-0.043960672,-0.009358747,0.018998168,-0.019717397,-0.013726747,0.022822361,0.056731373,-0.009797301,0.040382072,0.009753445,-0.013814458,-0.009402602,0.07027393,-0.046030648,-0.002107253,-0.036277205,-0.030488288,0.0041596866,-0.052380916,-0.018805204,-0.008880722,0.011183132,0.027242986,-0.05364395,0.0356106,-0.010753349,-0.0060476623,0.017129928,0.036522795,0.010963855,0.047925204,0.05073195,0.0063458793,-0.02913754,0.008122024,-0.010227084,-0.003466771,-0.0038746265,0.011218216,-0.02241889,-0.009578024,-0.046977926,-0.016156336,-0.05866101,0.01934901,-0.0023155662,-0.027962215,-0.010770891,-0.07199306,0.041855615,0.04020665,0.003438265,-0.002064494,0.03462824,-0.020383999,-0.008104482,-0.04918824,-0.0050039035,-0.03971547,0.0028593733,0.021401444,-0.01100771,-0.0068107466,-0.026243083,-0.04708318,-0.013744289,-0.026313253,-0.012437398,0.0063546505,0.012682987,0.019384095,0.02676935,-0.060906406,0.0032738072,-0.014656481,0.02354159,0.042206455,0.015665157,-0.0045258794,-0.011174361,-0.006661638,-0.0145775415,0.025278265,-0.026418505,-0.018857831,0.022682024,-0.025751904,0.02548877,0.010727036,0.013954795,-0.024471324,0.000483506,0.0006896265,0.015349397,-0.023892432,0.004828482,-0.015200289,0.012884722,-0.03554043,0.012814553,-0.092552476,0.006157301,0.045399133,0.035049252,0.010727036,-0.023822265,-0.005210024,-0.03364588,0.01748077,-0.057257637,0.030067276,0.018454362,0.008674602,-0.0038548915,0.022453975,0.026032578,0.009104385,-0.008898265,-0.03946988,-0.009367518,0.008310602,0.02548877,-0.0341546,0.015673928,-0.0071703615,0.0018463132,-0.03592636,0.0008721747,-0.03371605,0.040101398,-0.0068589877,-0.03187412,-0.033838842,0.014367036,-0.03803142,0.01739306,0.0012235662,0.0265413,-0.038873445,0.01577918,-0.03113735,-0.021418987,0.0049951323,-0.010209542,0.020647133,0.017980723,-0.03075142,0.013639036,-0.06083624,-0.016866794,-0.0075913733,0.015744096,-0.048697058,0.012735615,0.028207807,0.0032036384,-0.005775759,0.011709398,0.0034558072,0.0070694936,0.005389831,0.01448106,0.027734168,-0.018103518,0.018243855,-0.060555566,0.041645106,0.02240135,-0.023646843,-0.03883836,0.03711923,0.06883547,-0.015814265,0.0031290844,0.048591807,0.029909397,0.020120867,0.017217638,-0.053608865,0.018840289,-0.04427643,0.012226891,0.004405277,0.0072536864,0.010832289,-0.030733878,0.05445089,0.019489348,-0.0039491807,-0.027295614,0.008240433,0.03464578,-0.029891854,-0.0001327997,-0.023488963,0.03154082,-0.023208288,-0.008814939,-0.019875277,-0.018980626,0.045574553,0.03211971,-0.0031049638,-0.00047857227,0.025786987,0.01836665,0.027786795,-0.0036268432,0.017577253,-0.036452625,0.015016096,0.02087518,-0.0051880963,0.03431248,0.000058827936,-0.03375113,-0.031751323,-0.00060081924,-0.00756506,0.005192482,0.028190264,-0.03876819,0.026786892,-0.0042780964,-0.022050506,-0.034558073,-0.009885012,0.011533976,-0.007863277,0.0011851927,0.03617195,-0.025208095,0.015182747,-0.03197937,0.03496154,0.02685706,-0.010218313,0.015366939,-0.00084476505,-0.03624212,0.022559227,0.0049293493,0.035505347,0.0192613,0.005622265,0.014761735,-0.003400988,-0.019945445,0.006819518,0.033277493,0.019226216,-0.027260529,0.0058108433,-0.0035084337,0.04125918,0.014454747,-0.0055477107,-0.0069861687,-0.024436241,0.063923664,-0.014656481,-0.0020085783,0.00849041,-0.015910747,0.05006535,0.02629571,0.019384095,-0.011902361,-0.015033638,-0.029190168,0.009753445,0.02840077,0.017015902,0.0071308916,-0.00898159,0.008600048,-0.04813571,0.015814265,0.015849348,0.0064949878,0.011200675,0.008880722,0.007836964,0.026804432,0.0032825782,-0.02589224,0.033786215,0.0052231806,-0.016726457,-0.038241927,0.040066313,-0.006231855,-0.0027563132,0.04224154,-0.011437493,0.018752579,-0.02855865,-0.005565253,0.00955171,-0.037926167,0.015893204,-0.023892432,0.0028177109,0.010613012,0.03939971,0.01181465,0.01577041,-0.047609445,-0.004069783,0.027488578,-0.00038428314,-0.057959322,-0.028628819,-0.002480024,-0.0454693,-0.025102843,-0.042978313,0.02750612,-0.025699276,-0.0029163854,0.022945156,-0.008328144,-0.030733878,0.0011851927,-0.03066371,0.008122024,-0.03138294,0.019752482,-0.026839517,-0.059608288,-0.020033156,-0.00890265,-0.020892723,0.05252125,-0.014998554,-0.009016674,0.0023616145,-0.046907756,-0.014033735,0.025067758,-0.020822553,0.024453782,0.014270553,-0.018892916,-0.006214313,0.028646361,0.032979276,-0.00044568072,-0.019524433,0.0075036623,-0.050275855,-0.030891757,-0.039750554,0.005074072,-0.008705301,0.030470746,-0.022804819,-0.02289253,0.040803082,0.016472096,-0.018173687,-0.01641947,0.003563253,0.020892723,-0.00963065,0.047293685,-0.026260626,-0.0025501926,0.020050699,-0.023418795,0.005490699,0.053608865,0.0038812046,0.01593706,0.004451325,0.004907422,0.011551518,0.02968135,-0.015016096,0.007950988,0.0021028675,-0.004661831,0.037680577,-0.0068326746,-0.0038702409,-0.0142354695,0.0016785662,0.012840867,-0.013060144,-0.0026971083,-0.046170987,-0.01391971,-0.0007499277,0.009235951,-0.005609108,-0.01715624,-0.012568964,-0.04796029,0.012586506,0.008652674,0.0025743132,-0.008806168,0.0015393252,-0.013700433,-0.025050215,-0.008670216,0.022313638,0.04410101,-0.017436916,-0.07599267,0.02055942,-0.0020414698,-0.021226024,0.01641947,0.0007011385,0.03820684,-0.016244048,-0.012735615,0.0026883374,0.013823229,-0.040276818,0.015384481,-0.010604241,0.017296579,-0.023050409,0.007451036,-0.035961445,-0.033154696,0.014410892,-0.043329157,0.012437398,-0.01649841,0.011358554,0.0013803494,-0.01205147,0.007911518,0.0014000844,0.005468771,0.020997975,0.017129928,-0.0061353734,-0.020454168,-0.041329347,-0.043820336,-0.021822458,-0.009990265,0.0065519996,0.024313444,-0.03510188,-0.0075124335,-0.03285648,-0.016200192,0.0023089878,0.015752867,-0.013051373,-0.005850313,0.04781995,0.03129523,-0.02759383,0.015630072,0.0041991565,-0.029470842,-0.009578024,0.0170773,-0.003916289,-0.027734168,-0.008100096,0.036382455,-0.011463807,-0.0051837107,0.007845735,0.021875083,-0.04718843,0.010463904,0.01602477,0.0063721924,0.023576673,-0.011551518,-0.0414346,0.0326986,0.05581918,0.037224483,-0.0026028191,0.016647518,-0.05111788,0.008192193,-0.0014066626,-0.010323566,-0.057818986,0.016717685,0.018226312,0.05402988,0.022559227,-0.012270747,-0.009665735,-0.023611758,-0.03624212,0.021576867,0.011253301,0.059994217,-0.03876819,-0.028698986,0.0039294455,-0.0092973495,-0.01957706,-0.02385735,-0.026260626,-0.0030918072,-0.009560482,0.03285648,0.007451036,-0.02806747,0.020348916,0.012884722,0.021611951,0.008999133,-0.013103999,0.0048767226,-0.012323373,0.005284578,-0.0020973855,0.0001319774,0.06304655,-0.028751614,0.061152,0.026909687,-0.03978564,-0.0042101205,0.007858891,-0.00006578313,-0.0013211445,0.028786698,-0.012367229,-0.005595952,-0.02119094,0.027663998,-0.026102746,0.0074159517,-0.04553947,-0.0050959997,0.05111788,-0.0032058312,0.022278553,0.015402024,-0.0048021683,-0.054801732,-0.013963566,-0.01934901,0.0012871566,0.018243855,-0.024506409,-0.025208095,0.010060433,0.0042013493,0.013367132,0.02080501,0.005841542,-0.027628915,0.013656578,-0.0071615903,0.04192578,-0.03299682,0.029400675,-0.027453493,-0.00019899398,-0.025260722,0.0084158555,0.004547807,0.0070519517,-0.009262265,0.051644143,0.012823325,-0.017454457,-0.0039711082,0.010762121,-0.018717494,-0.006714265,0.0063064094,-0.02759383,-0.011411181,-0.010262168,0.005534554,0.013279421,0.029225253,-0.012858409,-0.00007503388,0.001555771,-0.040803082,0.034821205,0.021208482,0.0054556145,-0.0019186747,-0.0163493,0.021524241,-0.010235855,0.0005512078,-0.012235662,0.05624019,-0.013779373,0.0046793735,-0.011569059,0.03218988,0.014042506,0.010235855,0.013454843,0.0026773734,0.0013353976,-0.02459412,-0.011788337,0.00978853,-0.02920771,0.0414346,-0.008284289,-0.0046399035,0.0044008913,-0.02385735,0.016612433,-0.040487323,0.027400866,0.018261397,-0.026085204,0.01795441,-0.008630747,0.006959855,0.022050506,-0.0048197107,0.016542265,-0.019156048,-0.012314602,0.0063546505,-0.043399323,-0.0039053252,0.026716722,-0.016919421,-0.021173397,0.0012904458,0.01812106,-0.02459412,0.020068241,-0.020348916,0.017936867,-0.01666506,-0.017849157,0.004335108,-0.0047539277,-0.035014167,0.0326986,0.0170773,-0.01067441,0.009937638,0.012121638,0.025067758,-0.027716625,0.010130602,-0.027418409,-0.0007669217,0.014042506,-0.0054336865,0.022980241,-0.007885205,-0.0030084818,-0.010630554,0.028172722,0.010288482,0.031575903,0.0036992047,-0.0010092228,0.0009450843,0.01739306,-0.011025253,0.018033348,0.04238188,-0.016515952,-0.000009293581,0.0031948674,0.024173107,0.0151388915,-0.0038636625,0.037645493,0.006297638,-0.022804819,0.02759383,0.0011391445,0.026471132,0.0014384578,-0.008722843,-0.0045741205,0.011051566,0.0040281205,-0.035891276,0.0051749395,-0.016533494,0.013182939,0.020857638,0.025506312,-0.037575323,-0.01650718,0.019682312,0.010700722,0.0100692045,0.010042891,-0.006806361,0.022436433,0.023646843,-0.0015963373,-0.020050699,-0.016051084,0.0028791083,-0.0035479036,-0.0013123734,-0.0080079995,0.020506795,0.02289253,-0.005946795,0.0067318073,0.008429012,0.015244144,-0.036908723,0.007946602,0.009113156,0.009341205,0.00038318674,0.0073808674,-0.0027804337,-0.0250853,0.010209542,0.026962312,-0.016936963,0.0026861446,-0.010683181,0.013682892,0.008310602,-0.014445975,-0.012428626,-0.010332337,-0.006788819,0.018857831,0.0338213,0.0012794819,0.02676935,-0.03283894,0.02669918,0.036943804,0.01100771,0.0019636264,0.0057889153,0.015244144,0.0023616145,-0.0007038795,-0.027172819,-0.019910362,0.012314602,-0.0005501114,0.01254265,0.02022612,0.010735807,0.0028725301,0.03662805,0.033733588,0.11704135,-0.0042912527,0.024787083,-0.010534072,0.04774978,0.023997687,0.005775759,-0.02499759,0.025506312,0.012314602,-0.02387489,-0.019050794,0.0070738792,0.0057582166,0.02968135,0.013621493,-0.012972433,0.0066660237,-0.024067855,-0.014358264,0.013533783,0.008604433,0.0008721747,-0.008319373,-0.05301243,-0.001402277,-0.0010563674,0.0065519996,-0.01254265,-0.011253301,0.0042473977,-0.027558746,-0.02257677,0.01666506,0.02759383,0.025594024,0.011191904,-0.035961445,-0.008613205,-0.0104989875,-0.011446265,0.003036988,0.0066002407,0.009911325,-0.0097271325,0.0023681927,-0.00025477257,0.030716337,-0.037645493,-0.04694284,-0.028541107,0.0016105903,0.0053196624,0.022436433,-0.0006359036,-0.03178641,0.04466236,0.026015036,0.03610178,-0.020313831,-0.027418409,-0.00856935,0.012323373,0.019945445,-0.022822361,0.008586891,-0.019050794,0.0042101205,0.019770024,-0.02524318,0.007012482,-0.0043789637,0.017568482,-0.020366456,-0.025839614,0.020261204,-0.016901879,0.017770216,-0.011156819,0.020015614,-0.0009790723,-0.045118455,-0.033295035,0.022366265,0.021524241,0.02889195,-0.010963855,0.02961118,-0.014919614,0.0042013493,-0.021524241,0.023594216,0.033487998,-0.016401928,0.0033330119,0.024699373,-0.018998168,0.021945253,-0.014314409,0.0042166985,0.0030391805,0.0015239759,0.032312673,0.030786505,0.0071221204,-0.013042602,-0.014998554,0.024418699,-0.0019263494,-0.006130988,0.0021182168,-0.010270939,0.015542361,-0.008165879,0.03736482,-0.0010826807,0.0013441687,0.012998747,-0.00857812,-0.029891854,0.023067951,0.0105428435,-0.015524819,-0.007152819,0.021313734,0.015831808,0.03148819,-0.011060337,0.03106718,0.017489541,0.0064028916,0.027944675,0.00829306,0.01011306,0.01836665,0.028102553,-0.027435951,0.008621976,0.011683084,-0.018629782,-0.03276877,-0.036452625,-0.008275518,-0.029260337,-0.012270747,-0.0003174036,0.009016674,0.029348047,0.014814361,-0.001934024,-0.0061879996,-0.012270747,0.024260819,0.024260819,0.017129928,-0.009402602,0.009902554,-0.026646553,0.004337301,-0.02241889,0.009437687,-0.00986747,-0.00010258057,-0.017603565,0.023418795,0.0064949878,-0.004723229,-0.010016578,0.004569735,-0.00015596084,-0.0056529636,-0.018664867,-0.030400578,0.018015807,0.017471999,-0.020664673,-0.0019636264,0.004183807,-0.028646361,-0.028821783,-0.0046004336,0.023050409,-0.0279973,-0.019401638,-0.0012707108,0.003036988,-0.0077141686,-0.0326986,-0.011595373,-0.006293253,0.02354159,-0.0006814036,0.021085687,0.033786215,0.0062099276,0.013726747,-0.006262554,-0.041329347,-0.02759383,0.025348432,0.019559518,-0.04045224,0.028681446,0.0069466988,-0.0062669395,0.029909397,-0.040557493,-0.010525301,0.02143653,-0.0017958794,-0.019085879,-0.004683759,0.0077448674,-0.019875277,0.041048672,0.013928481,-0.010384964,0.051924817,0.032067083,-0.0046179756,0.02264694,-0.005310891,-0.011060337,-0.026576385,0.035294842,0.012805783,0.018384192,-0.0017213252,-0.043223903,-0.0064028916,-0.03489137,0.02759383,0.010946313,-0.026927229,-0.025365975,0.013796915,0.001029506,0.0015305541,-0.028137637,-0.029576095,0.012998747,-0.004521494,0.0026028191,0.01124453,0.006981783,0.017200096,0.011551518,-0.017603565,-0.007845735,-0.02499759,0.005074072,0.020243661,-0.009560482,-0.0134197585,0.0022804819,-0.009086844,-0.01585812,-0.038171757,-0.030961927,-0.014849446,-0.02613783,-0.011183132,0.020997975,-0.017945638,-0.017384289,-0.009025445,0.0011599759,0.011797108,-0.010165687,0.0059643374,-0.0031181204,-0.018191228,0.034610696,-0.0021620723,-0.053608865,0.0068326746,0.009656964,-0.0009675602,0.0038417347,-0.010367421,-0.080272965,-0.001993229,-0.019068336,-0.023927517,-0.025067758,-0.01197253,-0.026629012,-0.0038921686,-0.005595952,-0.0036575422,-0.0070431805,0.0015031445,-0.03131277,0.0338213,-0.015954603,0.010086747,-0.003591759,0.0029953253,-0.0018232891,0.033680964,0.020155951,-0.003370289,0.011946216,-0.010613012,0.038171757,0.0057889153,0.018243855,-0.035014167,-0.01132347,0.00002643317,-0.02387489,-0.043995757,0.00088971684,-0.012183036,0.022313638,0.0015020481,0.016217735,0.0050214455,-0.036698215,0.015744096,0.018542072,0.0007460903,0.020927807,0.033540625,-0.020068241,0.0036619275,0.0036663131,-0.04213629,0.03390901,0.013577638,0.022471517,-0.00063919276,0.05297735,-0.03138294,-0.008183422,-0.0022037348,0.014796819,-0.026804432,0.022278553,0.0009226084,0.0250853,-0.029032288,0.039504964,0.029926939,-0.021313734,0.006416048,0.028242892,-0.004098289,0.027453493,0.039189205,0.0072142165,0.06252029,-0.0017465422,0.031768866,-0.0049951323,0.0265413,0.04676742,-0.003420723,0.010876144,0.0070826504,-0.05911711,-0.0036158795,-0.008398313,-0.03245301,-0.009621879,0.016077397,0.018875374,-0.02622554,0.0019702048,-0.004490795,0.015086264,0.008262361,0.011586602,0.013989879,-0.040767998,-0.02192771,-0.033944096,0.035873733,-0.0053810603,-0.0021236988,0.04192578,0.02233118,0.03485629,0.0019099036,0.017577253,0.041399516,-0.005170554,-0.043679997,-0.01796318],"social":"https://twitter.com/dsouza_russell"},{"title":"crossfarza","description":"a timer for crossfit workouts - we help competitive crossfitters time and track their workouts so that they can achieve better times","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=2mWBlj1ga_I","youtube_transcript":"Hi. My name is Oscar, and I'm working on CrossFairs, a timer for competitive Crossfairs to time and track their workouts so they can achieve better times. Let me show you how it works. Go to one zero one reps dot com to this impressive interface. You can create a new workout or select one count down by Burpees, I can see the whole workout beforehand, then press start and begin working out. To log each round, I can touch anywhere on the screen and clock every single round. Here are my final stats. I did a screenshot and flex like I want across the game. It also records all your workouts from the beginning of times. So the pro whereas I made at Bill Spaces that first, I got my b one working. Then regarding users, I only counted competitive crossfitters. So then on week three, I got one legitimate user and then we experience an explosive growth of one hundred percent by getting two users. Then I can point reaching out, but we flat lined up to users. However, the gold came from the feedback. From that, I created famous workouts, made a bigger button, we made our interface and turned it into the dark mode. We can make in a clock and I found out that some crossfitters don't find it useful enough. But it's fine because I found what they actually find useful and that they don't know anything. So thanks a lot for watching, and please don't work out.","embedding":[-0.010348016,0.019430995,-0.027645312,0.0071516857,0.011241977,-0.010786563,-0.018773174,0.021522526,0.0534015,0.015298535,0.043618534,-0.025975462,0.009884169,-0.01892498,0.07178673,0.013535914,-0.002793627,-0.027291102,-0.04891483,0.02376586,0.015155164,-0.016310565,-0.023428516,0.0077715544,0.006046885,-0.035353616,-0.00686916,-0.004562573,-0.024929697,-0.0068227756,-0.032182585,-0.020847838,-0.03095128,0.0129371295,0.04921844,-0.054109924,0.018469565,0.042066753,-0.0012144372,-0.0070631327,0.026987493,-0.01892498,0.03784996,0.0027050744,-0.063555546,-0.025435712,-0.033751234,0.012245575,-0.045541395,0.051411174,-0.039671615,0.05755083,-0.032250054,0.012372078,0.007611316,0.005157141,-0.025317641,0.059912235,-0.0130805,0.02263576,0.024356212,0.02843807,0.05029794,0.023192376,-0.026194734,0.008104681,0.02263576,0.043416128,-0.0022749612,0.012523883,0.034223516,0.0064769983,0.044698033,0.021269517,0.045473926,-0.04854375,-0.007101084,0.026987493,0.01784548,0.0038288506,0.034274116,0.012996164,-0.019009314,0.014497343,-0.00619869,-0.023006838,-0.06089053,-0.019852674,0.026616415,-0.017457534,-0.032266922,0.053030424,0.021050245,0.042842645,0.04759919,-0.0074848123,-0.043618534,0.041999284,0.02885975,-0.01239738,0.035488553,-0.02742604,0.030580202,-0.045710064,0.01873944,-0.005186659,-0.0077715544,-0.023074307,0.007784205,-0.024204407,-0.08339135,0.017727409,-0.013763621,0.0022981537,0.03064767,0.013873258,0.036568053,-0.02364779,0.015610578,-0.074215606,-0.017525002,0.040211365,0.0021927338,-0.021893604,-0.0034788565,-0.03370063,-0.019296058,-0.009513091,0.007240238,-0.089193664,0.037040334,-0.015947921,0.048172675,-0.011908231,-0.031744037,0.00468486,-0.040447503,0.014800953,-0.07893842,0.016116593,-0.040514972,-0.0030972364,-0.0076281833,-0.0128443595,-0.03300908,-0.012684122,-0.009951638,0.007223371,-0.04628355,-0.019549064,0.026751352,-0.03358256,0.012270875,-0.015526242,0.020324955,0.028303133,0.018992448,0.030023586,-0.012878094,0.020898439,0.014708184,-0.010474521,-0.013510614,-0.0056209886,-0.009976938,0.024103204,-0.018520167,-0.042943846,-0.07826373,-0.002458392,0.019785205,-0.02263576,-0.023006838,-0.004849315,0.035454817,0.004334866,-0.01721296,-0.04311252,-0.048476283,-0.032823537,-0.03370063,-0.006274592,-0.016968386,0.008821537,-0.04891483,-0.017508136,0.01416,0.010845599,0.030141655,0.007581799,0.015914187,0.026548946,-0.0074848123,0.01035645,-0.0016371709,-0.042539034,0.0500618,-0.0008934336,-0.016732246,0.013788922,0.024440547,0.048847362,0.027105562,-0.0012829601,0.017179227,-0.014809387,0.01571178,0.0020419834,-0.010019107,0.021455057,0.059945967,0.008652865,0.022079142,-0.03525241,-0.027223634,-0.030091055,0.010525122,0.029382633,-0.004727028,0.008813103,-0.04388841,0.02712243,0.04000896,-0.007328791,0.021235783,0.004630042,0.06439891,0.0019787315,0.01685875,-0.010972102,-0.009268517,0.043382395,0.00073424954,-0.030344062,0.073675856,0.009825134,0.019953877,-0.052018393,0.009428755,-0.010457654,-0.012953997,-0.03370063,0.0425053,-0.031356093,-0.014876856,0.0017014771,-0.049926862,-0.059912235,-0.003603252,0.017128624,0.07738663,-0.026312806,-0.018958714,-0.004239988,-0.0070083146,0.016175628,-0.042302895,0.00017842317,0.011798594,-0.007328791,0.008872138,-0.067131385,-0.039165597,-0.010710661,-0.034813866,0.04675583,-0.025975462,0.0036243359,-0.02634654,-0.015863586,0.0018796367,0.041931815,0.037917428,0.030478999,0.013940726,0.03036093,0.034105442,0.04550766,-0.058292985,-0.058225516,0.005072805,0.007817939,0.013156403,0.0022264682,0.015433473,-0.0044951043,0.00892274,0.03747888,-0.0017900298,0.0025511615,-0.028336868,-0.017246695,0.0027830852,0.012194973,-0.033447623,-0.0072739725,0.018368362,-0.0048240144,-0.022703229,0.025722453,0.016133461,-0.02425501,-0.05717975,-0.0041240263,0.014994926,0.0022623108,0.028033258,0.037377678,0.025941728,-0.01350218,-0.024592353,0.05633639,0.0031836808,-0.017406933,-0.046249814,-0.022112876,0.07549751,-0.00073477667,-0.0024984514,-0.034948803,-0.032604266,-0.05825925,-0.03359943,0.022264682,0.041392066,-0.0023550803,0.03886199,0.0035336749,0.014168434,-0.033987373,0.0435848,-0.04017763,-0.01658044,0.0021716498,0.009293818,-0.007383609,-0.0072908397,0.00045673168,0.06898678,0.036601786,-0.042404097,-0.07030242,-0.065174796,0.036534317,0.02832,-0.012582919,0.039435472,-0.0058318283,-0.025132103,-0.012507016,-0.00094192673,0.031642836,0.048105206,-0.043955877,0.0469245,-0.036905397,-0.031356093,-0.022770697,-0.035117473,0.012127505,-0.025132103,0.046722095,0.025300775,-0.014623848,0.031170554,-0.0036791542,-0.021843001,0.023006838,0.04267397,0.037748754,0.018132221,0.036028303,-0.011360047,0.004414985,-0.035556022,0.0029496485,0.045608863,0.024828494,0.012667255,0.029719977,0.055155687,0.011402216,0.021185182,-0.03257053,-0.004769196,0.00359271,0.029888649,0.015762383,-0.08055767,-0.0017868672,0.02533451,-0.033329554,-0.017246695,-0.036062036,-0.0045077545,0.025469447,0.07752157,0.037107803,-0.009454056,-0.024322478,-0.019296058,-0.030698273,-0.06450011,-0.007354092,-0.02855614,-0.017912949,-0.0010373318,0.0031921144,0.0063462774,0.06716512,0.013906992,-0.034982536,0.06423023,-0.0014937998,0.02317551,0.0011416974,0.01831776,0.00081595,0.027560977,0.032958474,-0.01547564,-0.05066902,0.031659704,0.013417844,0.004360167,0.021336986,-0.00033787076,-0.044461895,-0.014008195,-0.070572294,0.02550318,-0.025739321,0.032064516,0.031103086,-0.0071727694,0.0005624151,0.012076903,0.033903036,0.061396547,0.044057082,-0.008998642,0.032604266,-0.025401978,0.0030656105,-0.02688629,0.018182823,-0.01831776,0.011360047,0.006666754,0.0024077904,0.034206647,-0.018334627,-0.027223634,0.039266802,-0.04591247,-0.003989089,0.02035869,-0.042370364,0.014008195,-0.00047333533,-0.021657463,0.035960834,-0.006013151,0.012102203,0.033987373,0.039772816,-0.046114877,0.012709422,0.024153806,-0.012625086,-0.00074531866,-0.021994807,0.012911828,0.025840525,-0.092634566,-0.017018987,0.034982536,0.0094371885,-0.031744037,-0.008838404,-0.0049800356,-0.066692844,-0.02376586,0.03358256,0.016850315,0.022720095,-0.0003051906,-0.0107275285,-0.0435848,-0.010854032,0.0006061644,0.029416367,0.054278594,-0.022787564,-0.0020904765,-0.03957041,-0.012886528,-0.036298178,-0.01068536,-0.010052841,0.042404097,0.0050643715,-0.0239514,0.06770487,0.040919784,-0.03250306,-0.030630805,0.016049124,0.009116712,-0.013822656,-0.019886408,0.0090661105,-0.0017225611,0.045136582,-0.0469245,0.009386587,0.028893484,0.024035735,0.0080582965,-0.004933651,-0.017061155,-0.014472043,-0.027746515,-0.004393901,0.0025848958,-0.01035645,-0.050905157,0.014202168,-0.013578082,-0.006114354,-0.040380035,0.0022749612,0.026329672,0.011503419,-0.03639938,-0.0060215844,-0.03309341,-0.025739321,-0.041628208,-0.04891483,-0.010491388,0.016141893,0.035117473,-0.021589994,-0.01650454,0.059541155,0.012431114,-0.047700394,-0.01897558,-0.025671853,-0.028842883,-0.05377258,0.008235402,-0.026532078,0.0009898928,0.021758666,0.014775652,-0.029298296,0.033025943,-0.017912949,-0.013982895,-0.030377796,0.008572746,0.0554593,-0.0000062510703,0.027813984,-0.00904081,-0.045777533,-0.0066161524,-0.0056462893,0.022618892,-0.027291102,-0.019026183,-0.013957594,0.019194854,0.0046764263,0.0016698511,0.014615414,-0.018149089,0.014876856,-0.014202168,-0.019430995,0.005300512,0.009335985,-0.018165955,-0.009858868,-0.008104681,0.01897558,0.013190137,0.029450102,-0.00086655153,0.020493627,-0.0044402857,0.028117593,-0.0013957594,0.04172941,-0.027392305,0.007851673,0.016057558,0.039536677,-0.0050390707,-0.013991328,0.015703347,-0.048037738,0.007784205,0.02376586,-0.020122549,0.0045541395,0.016572008,-0.0006852293,-0.011790161,0.01077813,-0.025368243,-0.021758666,-0.004996903,0.0030445266,-0.05208586,0.013223872,0.0060342345,-0.0016255748,-0.010988969,-0.04017763,-0.009926337,-0.0017510244,0.035994567,0.02185987,-0.00904081,-0.012144372,-0.04108846,0.014244336,0.0029981418,0.02879228,0.014531078,0.0060932697,-0.014303371,0.016234664,-0.014573246,0.02557065,-0.0074342107,0.00020543701,0.031760905,-0.00081963965,0.019177986,-0.003242716,0.025368243,0.017406933,0.028269399,0.027274234,-0.033295818,-0.0011058546,-0.00000997371,-0.008319738,0.06935786,0.011123907,0.0130805,0.019734604,-0.03095128,-0.0059330314,-0.012009434,-0.036534317,-0.030310327,0.039604146,-0.006371578,-0.024052603,-0.020982776,0.02317551,-0.009563693,0.016934652,-0.010828732,0.007223371,-0.054042455,0.010297415,-0.007973961,-0.00848841,0.042370364,0.029146492,0.0348476,-0.023883931,-0.009546826,0.040818583,-0.012987731,0.0005529273,-0.00718542,-0.0024815842,-0.0092516495,-0.010213079,0.0053131627,0.017061155,0.015947921,-0.018587636,0.004431852,0.015323835,0.0056926743,0.003221632,0.00029912894,-0.024423681,-0.003407171,0.0054818345,-0.008167934,-0.06439891,0.006940846,0.015973222,0.00027171976,-0.0041893865,-0.00354,-0.0054565337,-0.021944204,0.027932055,0.02754411,-0.00018936048,-0.025469447,-0.0076197498,-0.018047886,-0.0109130675,-0.029753711,0.0073583084,-0.0014326563,-0.01843583,-0.007653484,-0.023681525,-0.002194842,0.023968266,-0.035522286,-0.031153686,0.04334866,-0.022855032,0.029500702,0.03508374,-0.023968266,-0.0030824777,-0.006713139,0.019144252,0.010862466,0.027156165,-0.026295938,0.004282156,-0.018655105,-0.034982536,-0.015585277,-0.026161,-0.037681285,0.03287414,-0.010095009,0.012043169,0.016512971,-0.009496224,0.023192376,0.046688363,-0.018570768,-0.016319,0.0104492195,0.019296058,-0.02580679,0.053974986,0.0037866826,0.0054101488,-0.018806908,-0.012768458,-0.021876736,-0.0034366886,0.032722335,0.01754187,0.021151448,0.023023704,0.018823776,0.025165837,0.014876856,0.011613055,0.021218916,-0.01970087,0.007995045,-0.022602025,0.011840763,-0.019549064,0.022551423,-0.03838971,-0.018773174,0.0012734723,-0.013561215,-0.0028062775,0.02352972,0.020611698,-0.0031499465,-0.02688629,0.008323954,-0.037748754,0.017162358,0.011731125,-0.0046342583,-0.022197213,-0.0016656343,-0.028387468,0.008956474,-0.0028210364,0.03515121,0.00310567,-0.00407975,-0.1014055,-0.060215842,0.059001405,-0.029129624,-0.07212407,-0.019599667,0.028370602,-0.026211603,-0.0239514,0.021843001,0.017010555,-0.049252175,-0.017508136,-0.033886172,0.016141893,0.012970864,0.019144252,0.021994807,0.0000010089013,0.01592262,-0.02665015,0.020409292,0.01359495,0.021202048,-0.019026183,0.03311028,-0.011258844,0.026026063,-0.0072528888,-0.009116712,0.036433116,0.037006598,0.024524884,0.0018543359,0.0037023467,0.029062156,-0.02820193,-0.012886528,0.05849539,-0.03395364,-0.022467088,-0.01568648,0.016352734,-0.055762906,0.011427516,-0.022028541,0.001801626,0.010744396,-0.017339464,-0.0041661942,0.00010100543,-0.0106347585,-0.02742604,0.010221513,0.007227588,0.0457438,-0.034948803,0.025199572,-0.0025617033,-0.0023466467,-0.017474402,0.004223121,0.03849091,-0.035657223,0.02160686,-0.00044223646,0.021151448,0.011874497,-0.020847838,-0.0010689577,0.02585739,0.0056926743,0.014640715,-0.0057264087,0.032739203,-0.01676598,0.01862137,-0.04004269,0.019987611,-0.024592353,0.0068438593,-0.014834687,0.047396783,0.022483954,0.0009914741,0.00826492,0.0016329541,-0.009335985,0.039199334,-0.00083650684,0.02951757,-0.029703109,0.02268636,-0.015096129,-0.020729767,-0.013645551,0.04479924,-0.0043390826,0.010128743,0.041931815,0.019532198,-0.01188293,0.009951638,-0.014379273,-0.0425053,0.0035168077,0.03879452,0.0064643477,-0.0038752353,-0.032317523,-0.034156047,-0.002892722,0.012228708,0.031625967,0.0021315902,0.013906992,-0.02298997,-0.010288982,-0.02106711,0.025520047,0.024322478,0.0013314532,0.008787802,-0.038457178,-0.014834687,-0.0076914355,0.024153806,-0.027173031,0.037141535,-0.006072186,0.009707063,0.030850077,0.016614174,-0.0026059798,0.0011005837,0.031204289,0.017263561,-0.004031257,-0.010415485,0.022821298,0.016647909,0.017710542,0.011048005,-0.019380393,-0.022703229,-0.011933532,-0.0004048124,0.029568171,-0.029703109,0.013072067,-0.009099845,-0.012060036,-0.007851673,0.025317641,0.0020177367,0.055729173,-0.061700154,-0.034527123,-0.017710542,0.025317641,0.027341703,0.026059797,0.02322611,0.007223371,0.02293937,0.0035948183,-0.03731021,-0.015306968,-0.0009682817,-0.0074595115,-0.00619869,-0.027813984,0.015973222,-0.01596479,0.018267158,0.0016835557,-0.021083979,0.009327552,-0.017474402,0.041290864,0.009723931,0.0016097617,0.0059962836,0.027173031,0.0018754199,0.006970363,-0.0035589756,-0.009310685,-0.012085336,0.005367981,0.028269399,0.022483954,0.018688839,-0.002587004,-0.0033628945,0.013999762,0.013063633,-0.016420202,-0.03747888,-0.011351614,-0.06436517,-0.025823656,0.010474521,-0.013763621,-0.0065360335,0.039435472,0.0034683144,-0.0045119715,-0.031946443,-0.0016445504,-0.0008913252,0.003757165,0.044630565,0.016411768,-0.015787683,0.004389684,-0.012043169,-0.010246813,-0.00840829,0.0027788684,0.009327552,-0.041290864,0.011815461,0.015998524,-0.011174508,-0.030630805,-0.03832224,-0.026835687,0.0132154375,0.031946443,0.010381751,-0.004583657,0.008598046,0.011427516,0.06119414,-0.0041345684,-0.0009967451,0.005844479,0.007510113,0.021876736,0.0024309827,-0.012279309,-0.011587755,-0.009099845,-0.012186539,0.04837508,0.034442786,0.007387826,0.025823656,-0.0012618761,-0.015087695,-0.013485312,0.023833329,0.020763502,-0.013114234,0.0021495116,-0.01885751,0.010196212,-0.0031415129,0.023597188,-0.060485717,0.040886052,0.06089053,-0.036736723,0.010592591,-0.002300262,-0.014531078,-0.0018300894,0.022770697,-0.0069028945,-0.006831209,-0.021033376,0.022197213,0.0076745683,0.028826015,0.007986611,-0.012161239,-0.008041429,0.0021695413,-0.014429875,0.013923859,0.002686099,0.010019107,0.00048414085,0.030968148,0.022062276,-0.019043049,-0.00880467,0.036365647,0.011292579,-0.0040628826,0.002401465,-0.006084836,-0.011629922,0.0036390948,-0.00093612866,-0.017997283,-0.009403454,-0.0037171054,0.036196973,-0.012009434,0.017643074,0.021117713,-0.015408171,0.0076661347,0.039705347,0.011756427,-0.00022151355,-0.0043686004,0.0076324004,-0.043618534,-0.019920142,0.030934414,0.033245217,-0.01002754,-0.028050125,0.003550542,0.006342061,-0.012987731,0.02665015,-0.010423919,0.011545586,-0.0018733115,0.044394426,0.023479119,-0.012608219,-0.01819969,-0.011140774,-0.004317999,-0.003714997,-0.006810125,-0.021809267,0.02778025,-0.0010151935,-0.04999433,0.0051908754,0.027830852,0.008404074,0.02658268,0.029416367,-0.018604502,0.047329314,0.0072318045,-0.008361906,-0.007054699,0.0014642823,-0.033025943,0.015509374,-0.045845002,0.011756427,0.11516912,-0.006384229,0.044495627,-0.010179345,0.048105206,0.0076872185,-0.025300775,0.007413127,0.023074307,-0.0033586777,-0.023883931,-0.0065276,0.0072571053,0.0074763787,0.011494985,0.020932173,0.012827492,-0.024777891,-0.020679167,-0.005367981,-0.020088814,0.0034893984,0.024626087,0.017794877,-0.005928815,-0.028724812,0.012869661,0.0061396547,0.004516188,-0.00061934185,-0.016099727,-0.0030656105,0.027324837,0.0056505064,0.0034809648,-0.008201668,-0.037006598,0.0038710185,0.004402335,-0.012102203,-0.018874377,-0.030091055,0.028691078,-0.027746515,-0.013156403,0.018267158,-0.017246695,0.014834687,-0.014016629,-0.041054722,-0.0018806909,-0.0020841514,0.020679167,0.015323835,0.015492507,0.009276951,0.0003265381,0.031828374,0.028944086,0.002485801,0.00010212552,0.030546468,-0.008104681,-0.004891483,-0.008572746,-0.007784205,-0.016184062,0.014033496,-0.0031984395,0.001573919,-0.028589875,0.022281548,0.0004287954,0.01897558,0.0058529126,-0.0032764503,-0.00047491663,0.0018669863,0.02298997,-0.035421085,-0.013426278,-0.030225992,-0.008349256,-0.005966766,-0.009926337,0.014674449,0.019312924,0.036601786,-0.030327195,0.027358571,0.023681525,-0.010516688,0.02754411,0.012835926,-0.005220393,0.013814223,-0.031339224,-0.0108202975,-0.03747888,-0.011216677,0.009917904,0.01493589,0.021151448,0.03417291,-0.012903395,-0.008838404,-0.020797236,0.003959571,-0.008049863,-0.016917784,-0.021539392,0.0021611077,-0.020426158,0.0071938536,0.02670075,-0.0075860154,-0.034645192,0.040616177,0.0060089338,-0.043247458,0.036433116,0.016192496,0.0055788206,-0.020696033,-0.009268517,0.058933936,-0.019734604,-0.023597188,-0.033312686,-0.0009819863,0.009816701,0.0025638118,0.018064752,-0.00915888,0.0041345684,0.038625848,-0.0053932816,-0.031406693,-0.0032237403,-0.0079655275,-0.025098369,-0.012001,-0.008973341,-0.02155626,-0.0031119953,0.0013736212,0.01373832,-0.013637117,0.01134318,-0.01754187,0.019127386,0.00042589637,0.040447503,0.001696206,-0.01885751,-0.028083859,-0.0011237761,0.006687838,-0.0011459142,0.0010752829,-0.020206885,-0.019043049,0.0019365634,0.0028737462,0.016985252,0.01425277,-0.011444383,0.016352734,-0.008100465,0.022838166,0.0071348185,-0.01012031,-0.009934771,0.00020003425,0.023833329,-0.022821298,0.01646237,0.010179345,-0.057213485,0.004828231,-0.01921172,0.0036896963,-0.014615414,0.02550318,-0.008176367,0.007054699,-0.012667255,-0.030158523,0.029956117,0.00501377,-0.0075311973,0.0119250985,-0.0042589637,0.0040628826,0.019633401,-0.01885751,-0.023546588,-0.022922501,-0.03538735,0.013316641,-0.0009888386,-0.04958952,-0.0293995,0.02951757,-0.00936972,-0.0067342226,-0.0207129,-0.00206623,0.025688719,0.008779368,0.0014990709,0.0030339845,-0.03461146,-0.00631676,0.021100845,0.030917546,-0.0055661704,0.05758456,0.016167196,0.017946683,0.0029665157,-0.014547945,-0.0015075045,-0.046418488,0.01373832,0.021826135,0.021151448,-0.003725539,-0.036365647,-0.00533003,-0.003179464,0.0026882072,-0.011899797,0.0053511136,-0.009842001,-0.0029285646,-0.0072908397,-0.015745515,-0.025941728,-0.01721296,-0.012920262,-0.0021800834,-0.010415485,0.007425777,-0.027594712,-0.012819059,0.011090172,-0.0013072067,0.032840405,-0.000683648,0.006557117,-0.021387588,-0.008024562,0.0014442526,-0.026599547,0.030445265,0.05974356,-0.024373079,-0.0042779394,-0.011680524,-0.032317523,0.03633191,-0.0055366526,-0.03623071,-0.009091412,0.012911828,0.020763502,-0.00028147112,-0.032806672,0.020156283,-0.009858868,-0.014337106,-0.0067173555,0.020814104,-0.004499321,-0.0012755807,-0.023428516,0.012085336,0.016521405,-0.013392543,-0.05650506,-0.02239962,-0.027139297,0.02005508,-0.017828612,0.034341585,0.0038288506,0.0014937998,-0.011790161,0.022720095,0.010592591,0.009766099,-0.015273234,0.017558737,0.018520167,-0.023748994,0.0034092793,0.027864587,-0.01056729,-0.014337106,-0.004562573,0.015644312,-0.009217915,-0.014311804,0.0075607146,-0.031878974,0.0052667777,0.019650267,-0.01862137,0.033329554,-0.0003057177,-0.03771502,-0.03245246,-0.03471266,-0.001997707,-0.01481782,-0.015020226,0.01655514,-0.03418978,0.016184062,-0.003343919,-0.0030930196,0.015467207,0.032789804,0.004916784,0.033751234,-0.015231066,0.0009482519,0.026515212,-0.03538735,-0.008897439,0.0044655865,0.033886172,-0.011216677,0.012447981,0.013013031,0.010761263,0.0069450624,-0.009960071,-0.029669374,0.01479252,0.015467207,0.0041936035,0.011166075,-0.01838523,-0.0004245786,0.01625153,-0.014876856,0.000041706746,0.032131985,-0.0070504826,0.040380035,0.017676808,0.036669254,-0.004663776,0.0271899,0.032216318,0.019026183,-0.00631676,-0.0019650268,-0.029197093,-0.0026397142,-0.01754187,0.02700436,-0.065714546,0.013013031,-0.019650267,-0.030074187,-0.02106711,-0.027628446,0.014615414,-0.037748754,0.017322596,0.011866063,0.01134318,0.002272853,0.019565932,0.024288744,-0.0057264087,-0.02185987,-0.00397433,-0.002506885,0.046317283,0.0077589042,0.023546588,-0.005144491,0.008846837,0.0054185824,-0.012498583],"social":"https://twitter.com/OscarFitcoin"},{"title":"ai education group","description":"create positive impacts in education through teaching the responsible use of ai","niche":"other","youtube_url":"https://youtube.com/watch?v=ueJ0XFVZItI","youtube_transcript":"Hey, it's Thomas, and I started the AI education group to help train teachers on how to use AI tools in their classroom so they can improve their work life balance and student outcomes. Jump again. The AI education group is created to help introduce AI into classrooms. We have a strategy that focuses on teaching response pieces of AI, incorporating AI tools and courses, and saving teachers time. So if anyone's interested, they could jump into our seminars page. Learn a bit, a little bit more via seminars and register just as quick as that. I started off trying to get users by providing different resources to, like, blog posts and little videos. To track teachers. So for example, this one was my v one where I shared my PowerPoint to introduce it. And I put these on Twitter and Facebook, but I didn't really get much response to Star. So my next idea was to go to Facebook and I did that on May eleventh and twelfth, posting on Facebook to get some people in for my seminars and I had a really big spike getting over a hundred views and a hundred visitors to my site.posted this seminar link for people to join my seminar and I got eighteen responses. So now that's my almost twenty users that'll be coming participating in our first seminar. Thanks. Come check us out or join one of our seminars to learn more.","embedding":[-0.033732306,-0.015785178,-0.0051605394,0.01625903,0.009750975,-0.032014593,0.00071771845,0.074572384,-0.008322017,0.029156676,0.027513003,-0.05037634,0.018687518,-0.027912816,-0.0141266985,0.010387714,-0.03346576,0.022122942,-0.018420978,0.021204855,0.004868084,0.017458467,0.019457528,0.047829386,-0.017117886,-0.03468001,0.036990035,0.023144685,-0.029674951,0.0073558046,0.045223203,-0.02358892,-0.04172855,0.010772718,-0.0051494334,-0.001062464,-0.016510764,0.049487866,-0.0018787473,-0.0023914694,0.016170183,-0.0032410703,0.032369982,0.01957599,-0.047918234,0.01848021,-0.01646634,-0.0054789083,0.004053652,0.043357413,-0.04116585,-0.010284059,-0.01965003,0.03189613,-0.027024344,-0.021323318,-0.0076704714,0.011142914,-0.013253035,0.03003034,0.036516182,-0.011476091,0.058372583,0.022730066,-0.005297512,-0.0118685,-0.0051457314,0.015163248,-0.016066529,0.017399235,0.058520664,-0.011187338,0.01435622,0.012956877,-0.03133343,0.029645335,-0.03405808,0.044453196,-0.036516182,-0.026076641,0.042380095,0.01158715,0.0012068406,0.00033849842,-0.026831843,-0.038322743,-0.014482087,-0.022241406,-0.005197559,-0.007929609,-0.0137639055,0.003387298,-0.018021166,0.017251156,0.07392084,0.0032503253,-0.004638562,0.048865937,0.059112977,0.024892012,0.020345999,-0.06402919,0.018524632,0.009262316,-0.00612305,-0.030326497,0.00073807925,-0.019190986,-0.0064229094,-0.0012373818,-0.109163545,-0.034206156,0.007981436,0.03231075,-0.0011762994,-0.012231292,0.017725008,-0.051679432,-0.025632406,-0.006856039,-0.058224507,-0.0008815304,-0.001904661,0.03177767,-0.009736168,-0.044393964,-0.024062773,-0.084937885,0.024684703,-0.017177118,0.041402776,-0.01799155,0.02774993,-0.02415162,-0.026269143,-0.04406819,-0.011690806,0.025262209,-0.024181236,-0.039329674,0.02635799,0.010728295,-0.057661805,0.0047051976,-0.044393964,-0.075579315,-0.026269143,0.0072817653,0.0032077527,-0.009987902,-0.013164188,0.029393602,-0.048865937,-0.02068658,-0.0084108645,0.0042646634,-0.037967354,-0.006859741,-0.020094266,-0.03473924,-0.005819489,-0.0074594594,0.0029837838,-0.014941131,-0.061067615,0.028771672,-0.016836537,-0.02352969,-0.075046234,-0.0094696265,-0.022804104,-0.040691998,0.024136811,0.014556127,0.010720891,-0.005045778,-0.023885079,-0.07172927,-0.02194525,0.0016038764,-0.054285616,0.025721252,-0.07090003,0.009284528,-0.04892517,-0.016392302,-0.013852753,-0.05472985,0.017739816,0.0008579304,0.01742885,0.021190047,0.03660503,0.026491262,0.01597768,-0.031363048,0.05156097,-0.004249856,0.02801647,-0.008240574,0.013823138,0.011083683,0.036634646,0.0043461067,0.02498086,0.008640386,0.013386305,0.00593425,-0.008632982,-0.034146924,0.07030772,-0.01950195,0.03370269,-0.022567179,-0.043860883,-0.025958179,-0.047651693,-0.020997545,-0.021130817,0.03370269,-0.01369727,-0.007570518,0.018998485,-0.030563423,0.024758741,0.017414043,0.018450594,-0.037671197,0.023366803,-0.019339064,0.02415162,0.026239527,0.0011596405,-0.016792113,0.042528175,-0.02616549,0.035746172,-0.061126847,0.0024951245,0.021012353,0.003592757,0.013467749,0.035598096,0.032962296,-0.019324258,0.0034539334,-0.022108136,-0.04451243,0.021041969,0.058224507,0.07646779,-0.05259752,0.034768853,0.0094844345,-0.016288646,-0.0025969285,0.0091290455,0.02774993,0.0380562,0.0012632955,0.03619041,0.037730426,-0.0056269867,-0.0005710281,-0.023351995,-0.024566239,-0.042172786,-0.012135041,-0.028742056,-0.062963024,-0.018317323,-0.010750506,0.00591574,0.012705144,-0.044660505,0.0049125077,0.033169605,0.028327435,0.0037778553,0.004956931,-0.02081985,-0.0026894775,0.03423577,-0.016007297,-0.014970747,0.05156097,-0.014104486,-0.024107195,-0.01993138,0.013290054,-0.00013234525,0.012638508,0.03106689,0.012379371,0.012705144,0.022567179,0.068826936,0.008736637,0.011290994,0.010313675,0.029911878,-0.06758307,0.0148300715,0.0312742,0.018021166,-0.0019157669,0.007981436,0.035450015,0.04442358,-0.027690697,0.03142228,0.061482236,0.056299485,-0.006852337,-0.047237072,-0.007589028,0.06260763,-0.007692683,0.023677768,-0.016777305,-0.028283013,-0.010772718,-0.014630166,-0.01571114,-0.029748991,-0.011246569,0.034768853,0.020982737,0.0040684594,-0.031807285,0.008322017,-0.021264087,-0.039122365,-0.024388546,-0.014941131,0.04075123,0.013897177,-0.02705396,-0.0057713636,0.016495956,-0.038559668,-0.042380095,-0.052390207,0.023129877,0.01654038,0.029882262,-0.018598672,0.008951351,0.0123423515,0.017014232,-0.025306633,-0.016895767,0.024270082,-0.031599972,0.009654725,0.00038847496,-0.0148300715,0.009217893,0.016762497,-0.004042546,-0.014030447,-0.00698931,0.03633849,0.0012577426,-0.04101777,0.03133343,-0.044364348,-0.0011059621,0.07249928,-0.023914693,-0.010713487,-0.01950195,0.082390934,-0.002537697,-0.058491047,0.01380833,0.043090872,0.0016584803,-0.0032096037,0.09696186,0.017517699,-0.02946764,0.0008662598,-0.07469085,-0.014955939,0.036930803,0.026180297,-0.0278832,-0.0009819462,0.021634283,0.063969955,-0.027646275,0.01411189,-0.018139629,0.005297512,0.02650607,0.017665777,0.04531205,-0.005404869,-0.04161009,-0.009987902,-0.0013040171,-0.035598096,-0.019427912,0.020656964,0.0020416337,-0.034028463,-0.019620415,0.024640279,-0.02055331,-0.0386189,-0.09032795,0.04303164,0.0025765677,-0.047029763,-0.0037556435,-0.012793991,0.0036168199,0.015118825,0.042291246,-0.020094266,-0.0323996,0.02532144,0.0012281269,0.019353872,0.042320862,0.031836897,-0.014785648,0.027764738,-0.043150105,-0.010854161,0.023751806,-0.014363624,-0.01834694,-0.044571657,0.0050902017,-0.0109133925,-0.01397862,0.05188674,0.05674372,0.02428489,0.029926686,-0.022330252,-0.023514882,-0.021278895,-0.028208973,-0.03758235,0.021190047,-0.025351057,-0.015755562,-0.030681886,-0.054078303,0.006463631,0.051146347,-0.025262209,-0.050820574,0.019516759,-0.040988155,0.011290994,-0.0054085706,-0.011468687,0.03669388,-0.0454009,0.03873736,-0.008166535,0.003809322,-0.0074224398,-0.0028097914,0.00944001,-0.010454349,-0.013578808,-0.00070337334,-0.007951821,0.010010113,-0.04981364,0.010787526,-0.004331299,-0.02221179,-0.013949004,-0.04759246,-0.033258453,-0.003596459,-0.010750506,0.06527305,0.011535323,-0.011920327,-0.04732592,-0.010846757,0.016184991,-0.0033428743,-0.04039584,0.032695755,0.051797893,-0.017828664,0.015518637,-0.040099684,0.0012568171,-0.01757693,0.016288646,-0.0004923613,0.0056899204,0.015355751,-0.051146347,0.05798758,0.028519938,-0.03562771,-0.043090872,-0.0026802227,-0.014630166,0.016555188,-0.024047965,-0.030681886,-0.0119869625,0.033169605,0.013223419,0.0008782912,0.029704567,0.013519576,0.0023137282,0.0026728187,-0.015785178,-0.014644974,-0.034146924,-0.008566347,0.02081985,-0.001591845,-0.03811543,0.025513943,-0.020568117,-0.01034329,-0.021767555,-0.0014419154,0.03204421,0.01314938,-0.046141293,-0.01331967,-0.020390423,0.007714895,-0.031807285,-0.0005455771,0.005042076,0.052419823,0.05375253,0.009432606,-0.02387027,0.008781061,-0.020227537,-0.033613842,-0.0006524713,0.0030800349,0.02933437,-0.042705867,0.038441204,-0.05173866,0.0035057608,0.0058120852,-0.00024062772,-0.05064288,0.007951821,0.013823138,0.01155013,0.002428489,0.012505238,0.06379226,0.006230407,0.0038574475,0.00030494935,-0.0021823084,-0.02795724,0.0067042587,-0.032488443,0.016244221,-0.019161372,-0.025543557,0.025202978,-0.026668957,-0.04021815,0.019161372,-0.0011383542,0.04297241,-0.029082637,-0.0032521763,-0.03142228,0.041580472,-0.03168882,-0.011298398,-0.007052243,0.05798758,0.0054196767,0.009899055,0.0075668166,0.00021008651,-0.026121065,-0.011801864,0.01729558,0.005715834,-0.006896761,-0.026417222,-0.0112613775,0.029497257,-0.012845819,-0.015281712,-0.037671197,-0.02726127,0.0035723962,-0.040188532,-0.02158986,-0.0044793775,0.017976742,-0.01155013,0.021960055,0.006026799,0.0028708738,-0.022507947,0.009943478,-0.011024452,0.016407108,0.0030319092,0.0365458,-0.021767555,-0.03986276,-0.04116585,0.021056777,0.0130457245,0.029985916,0.012712548,0.02076062,0.0023803634,-0.023426034,0.017236348,0.010691275,0.055855248,0.016421916,-0.03195536,-0.011061471,-0.0074742674,-0.01874675,0.02296699,-0.015326135,-0.018450594,-0.0033373213,0.043209337,0.009691744,-0.021989672,0.014282181,0.041047387,-0.011142914,0.023351995,-0.017280772,-0.016007297,-0.025425095,-0.027927624,0.016510764,0.01659961,0.031037275,-0.01220908,-0.029349178,-0.012253504,0.0038611495,-0.010661659,-0.05233098,0.037967354,0.022359869,-0.009158662,-0.0025710147,0.021960055,-0.016155375,0.02081985,-0.0070189256,0.008906928,-0.06314071,0.0036112668,-0.004638562,-0.0034169136,0.009580686,-0.04975441,-0.014045255,-0.012942069,0.018317323,-0.025632406,-0.023500074,-0.016214607,-0.004664476,0.0073409965,0.024388546,0.017384427,0.025647214,-0.028890135,0.031037275,-0.00030240425,-0.014215546,0.018643096,0.0112835895,-0.0052308766,0.01117253,-0.025528751,-0.016614418,-0.003820428,-0.013615827,-0.11402052,-0.04338703,0.0028301522,0.0074631614,0.0052123666,0.008011052,-0.0112835895,-0.035686944,0.02490682,0.06438457,0.0061896853,-0.04291318,-0.0044053383,0.0067375763,0.05695103,-0.022730066,0.012327543,-0.0007158675,-0.039655447,0.019457528,-0.04620052,-0.016318262,-0.00089217356,-0.0060082893,0.026343184,-0.022804104,-0.0578395,-0.007044839,0.022744874,-0.031185353,-0.0139416,-0.014371028,0.0012549661,0.006430313,0.0072447453,0.02006465,-0.0056862184,-0.041136235,0.006137858,-0.056714103,-0.03556848,0.023618536,0.006641325,0.02019792,0.045489747,0.0008653343,-0.004053652,0.015059593,0.05156097,-0.0058120852,-0.02247833,-0.024344122,0.015725948,-0.015178056,0.036042333,0.05085019,0.016688459,0.004027738,-0.008818081,0.010313675,0.018731942,0.035864636,0.03272537,0.017932318,0.03313999,0.028238589,-0.005253088,0.02484759,0.013267842,0.0044941856,0.019694453,0.02310026,-0.031155737,-0.015755562,-0.0014733821,0.035094626,-0.036930803,-0.002622842,-0.030918812,0.010417329,0.004123989,0.016303454,0.02616549,0.0018583864,-0.008107304,-0.022804104,-0.03838197,0.015007766,-0.010269251,-0.019353872,-0.004727409,-0.007692683,-0.008906928,0.006041607,-0.008262786,0.010928201,0.011949943,-0.010002709,-0.04451243,-0.039536987,0.04392011,-0.033169605,0.028164549,-0.016407108,0.037167728,0.008425673,0.008632982,-0.027764738,-0.009528858,-0.02601741,-0.0016168331,-0.0141341025,-0.012216484,-0.0130531285,-0.039181598,0.01993138,-0.00095047953,0.034916934,-0.01659961,0.0101804035,-0.000638589,0.01930945,-0.008603367,-0.030948427,-0.017754624,0.06083069,0.012009175,-0.0019324258,0.00036024748,-0.034916934,0.007981436,-0.0007514989,-0.0062081954,0.020879082,-0.03521309,0.02401835,0.023440842,-0.02207852,-0.0034206156,-0.018420978,0.019605607,-0.0037593455,0.008107304,-0.01245341,0.006371082,0.008329421,0.027009536,-0.0019509356,0.026328376,0.004757025,-0.03272537,-0.009588089,-0.0035427804,0.025958179,-0.012912454,-0.044571657,0.06278533,-0.016644035,-0.019339064,-0.012512642,-0.005267896,-0.027039152,0.010165595,-0.0024636576,0.036930803,0.047918234,-0.039122365,0.0119943665,-0.0011846288,0.012742164,-0.019427912,0.013504768,0.030533807,-0.017754624,0.008558943,0.03162959,0.053870995,-0.034916934,0.020464463,-0.009254913,-0.016407108,0.019516759,-0.021264087,-0.005815787,0.031037275,-0.026446838,0.0003921769,0.0148448795,0.0354204,-0.0008144323,0.011135511,-0.020049842,-0.004246154,0.0040721614,-0.04572667,0.006223003,0.03687157,-0.00025867482,0.017058654,0.00022639829,-0.015037382,-0.00286347,-0.007181812,-0.012779183,0.008011052,-0.005834297,0.021471396,0.008077688,0.008914332,0.031155737,0.0052049626,-0.0034021058,0.0029819328,0.052627135,0.0072077257,0.014000831,-0.015400174,-0.020568117,0.022152558,-0.0018324726,0.005201261,-0.03515386,0.018509826,-0.0061415597,0.013090149,-0.033732306,0.018035972,-0.043150105,0.045845136,0.017947126,0.032281134,0.0177102,-0.006441419,-0.00038592986,0.020508885,-0.0043535107,-0.003722326,0.0062081954,-0.0031374153,-0.021086393,-0.02462547,0.02013869,-0.020523693,-0.01853944,-0.018954061,-0.02669857,-0.014667185,0.0042794715,-0.00736691,0.008862504,0.009699148,0.032073826,-0.0018843001,0.029260332,-0.0052382806,-0.018761558,-0.049399022,0.008114708,0.026891073,0.013230823,0.042172786,0.00030448663,-0.01103926,-0.02586933,0.0074483533,-0.019042907,0.009410395,0.009558474,-0.02345565,-0.012001771,0.056773335,0.011920327,0.035775788,0.006563584,-0.005819489,0.013615827,0.004516397,0.035657328,0.019220602,0.0182729,0.006552478,-0.023692576,-0.00930674,0.0057639596,-0.026757803,-0.0504948,0.01331967,0.0017269667,-0.002537697,-0.029452834,-0.032488443,-0.0011772249,-0.015948065,0.019812917,0.012149849,0.024699511,-0.05099827,-0.035746172,-0.04063277,-0.007862974,0.0028949366,0.022892952,0.016451532,0.00757422,-0.00529381,-0.014741224,-0.05591448,-0.03547963,-0.014955939,-0.008558943,-0.019013291,-0.0022878144,0.007381718,0.017754624,-0.013512172,0.009314144,0.0061896853,-0.011949943,-0.0001285276,-0.020953123,-0.017799048,0.01477084,-0.029423218,0.015266904,-0.036131177,0.02387027,-0.0056788144,0.022863336,0.025884138,0.01062464,-0.007618644,-0.030133994,0.035894252,-0.016895767,0.004546013,0.003979612,0.01220908,-0.015489021,0.0035131648,0.025158554,0.010994836,-0.032073826,0.009654725,0.00827019,0.028608786,-0.014445067,0.02726127,0.016421916,0.011202146,0.014859688,0.023248341,0.003690859,0.006893059,-0.014378432,-0.00955107,0.015696332,-0.019190986,-0.008107304,0.0021397357,0.012001771,0.02477355,-0.033998847,-0.00072789885,-0.0036168199,0.00090744416,0.007518691,-0.019635223,0.039951608,-0.019783301,-0.0024525519,-0.010698679,-0.0011402052,-0.025750868,0.0012651465,0.00021749044,-0.000035689256,0.03382115,-0.027128,-0.0019657435,-0.028060894,-0.004583033,0.016229415,0.015118825,0.009973094,-0.0076778755,-0.030563423,0.018731942,0.019324258,-0.009010583,0.003785259,-0.0055677556,0.025884138,-0.009180873,-0.021071585,0.0048273625,-0.040306997,0.007929609,0.008862504,0.022404293,0.02629876,-0.000067213805,0.027720314,0.0043646167,-0.009166066,-0.0006844008,-0.019072523,0.022196982,0.015592677,-0.019990612,0.036782723,0.0022656026,-0.0033040037,0.014874496,0.015740756,-0.014319201,-0.04039584,-0.010469157,-0.027542619,-0.036782723,0.0069337804,0.020701388,0.04753323,0.024995668,-0.031866513,-0.00013477466,-0.019620415,0.021204855,0.036753107,0.012712548,-0.012727356,-0.022507947,0.013141976,-0.025839716,0.0013021661,-0.015874026,-0.002954168,-0.011231761,-0.026535684,0.008196151,0.000107414824,-0.012571873,0.015933257,-0.021145623,-0.005382657,0.021767555,-0.018598672,0.012705144,0.032369982,0.08594482,-0.005826893,0.011542727,-0.0043683187,0.0028727248,0.015829602,0.0034372744,-0.0021656496,-0.0034206156,-0.0072595533,-0.01646634,-0.021974863,0.009899055,-0.000057380457,-0.0060675205,-0.022019288,-0.00023333948,-0.014578338,0.0137713095,-0.028208973,-0.013349285,0.031126121,-0.009040198,0.027113192,0.011846288,-0.0036445844,0.04759246,0.017399235,0.030741118,0.0070781573,0.014489491,-0.025306633,0.026831843,0.02809051,0.018998485,0.011239165,-0.05626987,0.017947126,0.010528388,0.013164188,0.013704674,-0.010750506,0.02718723,-0.019768493,-0.02102716,-0.008173939,-0.024729125,0.007877781,-0.03660503,-0.011083683,-0.036427334,0.013615827,0.0076852795,0.018909637,-0.02739454,-0.020656964,-0.0018084099,0.03701965,0.032429215,0.01141686,-0.006585796,0.028475516,-0.013556596,-0.00054603984,-0.0072114277,-0.012157253,-0.024684703,-0.006056415,0.05233098,-0.014948535,-0.01930945,0.018198859,0.0035427804,0.010476561,0.017414043,0.01597768,0.0137565015,0.013556596,0.011031856,-0.0101878075,-0.015948065,-0.022730066,-0.035538863,0.00034844744,-0.002435893,0.027098384,0.018583864,0.010113768,-0.0054196767,0.0062896386,-0.019872148,-0.0045015896,0.037345424,0.009647321,-0.010698679,0.0046866876,-0.020257153,-0.019205794,-0.01166119,0.005926846,0.008721829,0.022892952,-0.008329421,0.009077218,-0.017591737,-0.009869439,-0.019472336,-0.0119647505,0.005608477,0.0084182685,0.0018898532,0.022759682,0.006782,0.010247039,0.03571656,0.0032947487,0.009521454,-0.014230354,-0.0039648046,-0.051087115,0.046852067,0.00719662,0.008351633,0.012172061,-0.0049421233,0.014000831,-0.0011707464,-0.04628937,0.037937738,-0.013652847,-0.011216954,0.03935929,0.029319562,-0.010024921,0.028519938,0.028001662,-0.010839353,-0.008603367,-0.019087331,0.04261702,-0.02081985,-0.0046237544,0.048688244,0.0076630674,0.015725948,-0.017251156,0.0071447925,0.004649668,-0.0031226075,-0.009299336,0.015622293,-0.0070078196,0.039122365,0.027142808,0.004109181,-0.05431523,0.0046977936,0.013238227,-0.000844048,-0.013297458,-0.020316385,-0.026580108,-0.02669857,-0.007192918,0.028475516,-0.0038463415,-0.0030078467,0.0073595066,-0.0141192945,0.020434847,0.017073462,0.0027820268,-0.0058565084,0.008292401,0.0036316277,-0.023470458,-0.0048162565,-0.0022674536,0.0027264971,0.0027172423,0.0025895245,-0.031718437,-0.013260438,-0.007626048,0.0050235665,-0.009647321,-0.021471396,-0.024166428,-0.0030985447,-0.005053182,-0.024521817,0.017043848,0.017354812,0.00028181207,0.03272537,-0.0010402522,-0.024551433,0.0105654085,0.0009652874,0.0052382806,-0.006371082,-0.022789296,-0.062252242,0.0021526925,0.0028357052,0.03770081,-0.0027672187,-0.007633452,-0.0040795654,0.024699511,-0.03059304,0.0066931527,-0.026535684,-0.01930945,0.0060897325,-0.019265026,0.005064288,0.03106689,0.03696042,-0.0037482395,0.042528175,-0.039685063,0.010402522,-0.07273621,0.016155375,0.0076704714,0.028801288,-0.001217021,0.0091142375,-0.0050346726,0.009410395,-0.00010452267,0.02462547,0.013371497,-0.0077445107,0.022522755,0.0040203338,-0.0019250218,0.001593696,0.00040721614,-0.015607485,0.030045148,0.0013391859,0.0037723023,-0.001482637,0.007959224,-0.005323426,0.023722192,-0.022063712,-0.02415162,-0.00212863,0.0028967876,-0.036930803,-0.017058654,0.023825847,0.03494655,-0.00011499229,-0.0038019181,-0.008877312,-0.0031170545,-0.009454818,0.0047014956,0.017547313,-0.035538863,-0.0130531285,-0.00951405,-0.018687518,0.020227537,-0.016451532,0.0041647106,0.027083576,-0.01584441,-0.019220602,-0.025824908,-0.038589284,-0.02809051,-0.0038315337,0.021116009,0.016288646,-0.01220908,-0.033051144,0.007848166,-0.018021166,-0.013386305,-0.006585796,-0.004516397,-0.03453193,-0.000095325595,0.022996606,-0.004135095,0.030415345,0.025662022,0.008588559,0.013016108,-0.01972407,0.038085815,-0.00044284755,0.037463885,0.009647321,0.0033428743,0.024521817,0.008603367,0.026461646,-0.017265964,0.018302515,0.05182751,0.0029171484,0.02283372,-0.0030726308,-0.00968434,0.0017075314,-0.026580108,0.012475622,0.007825954,0.020508885,0.004116585,0.025380671,0.0122461,-0.011054068,0.020390423,0.021264087,0.034916934,0.050109796,0.040425457,0.017014232,-0.0050013545,0.015000362,-0.019487144,0.012934665,-0.033850767,0.041698933,0.04353511,0.00046922406,-0.034916934,0.0348577,0.02594337,-0.011224357,-0.031185353,0.009410395,-0.025558366,-0.01765097,0.018717134,0.021811977,0.009602897,0.0051309234,0.024329314,-0.002626544,-0.013860157,-0.0010698679,-0.004838468,0.017384427,0.047444385,0.04249856,0.020938314,-0.025173362,0.009321548,0.021811977,-0.01062464,-0.019901764,0.006852337,-0.039418522,-0.011476091,-0.037730426,-0.012831011,-0.01422295,0.041580472,-0.01075791,-0.016777305,-0.0047348132,-0.044571657,-0.0012327543,-0.02379623,0.014437663,-0.0020786533,-0.037404653,-0.036279257,-0.011068875,0.029482448,-0.01667365,-0.0055307355,0.029097445,-0.041462008,0.06734615,0.02234506,0.0109059885,-0.026787419,-0.0094770305,-0.015074401,-0.024951244],"social":"https://twitter.com/thomasvillix"},{"title":"bolt","description":"who knew a dex could be a work of art?","niche":"web3","youtube_url":"https://youtube.com/watch?v=5Fpi2Nd5hHI","youtube_transcript":"Hello, BuildSpace. I am Patrick AKA One Fiddie, and I'm the founder of BolteVM. Representing the crew, Vid, Co and Jay Boggi. And we're building a decentralized exchange trading floor. Which was an allow listed under the Avatar baby heart. And this is the actual functioning utility here. It's a unity port with the dynamic light show. And as soon as you walk onto the dance floor, a deck's interface appears where you can actually connect your wallets. Authenticate, deploy, and get your balance as well. And we are going to demo this very soon. I'd like to switch over to my browser now to update you on how well we performed against our expectations, and we ended our mid cycle at about fifty minutes of the expected three hundred and thirty three. Big shout out to co for hacking on may be hard in coming up with the idea. And these are our addresses and the amount of transfers that we have. Total suppliers yet to be defined. I need to finalize the contracts, make sure everything is updated. All of the baby hard mentors did receive a free PLS air drop, especially those who weren't a part of the sacrifice? Yeah. Thank you very much for watching my update, and I can't wait to demo our tech very soon. Take care.","embedding":[0.0372819,-0.010061782,-0.0029610624,0.024438135,-0.0031422244,-0.016367054,-0.012468946,0.039780688,0.04217952,-0.031318128,0.050875302,-0.04361216,-0.007867014,-0.071698524,0.010678149,0.029918808,0.012585557,-0.027836487,-0.052441206,0.0038377203,0.024671355,-0.031051591,0.008654132,0.02836956,-0.005572295,-0.024254892,-0.0028069706,-0.0033483745,-0.014592916,-0.016516982,0.037315216,-0.02532104,0.062436353,0.014218098,-0.016192138,0.007937813,-0.0072173295,0.01784134,0.010778101,-0.017658094,-0.030218663,-0.047910076,0.027869804,0.017458191,-0.028852658,0.015167637,-0.051508326,0.003377527,0.004468664,0.05887142,-0.07629629,0.031351447,0.0011942119,0.053507358,-0.0037419333,-0.044511724,0.0009963913,0.03245091,-0.008504204,-0.0038585435,0.007150695,-0.00033395246,0.061037034,0.035116285,0.014043182,0.014001536,-0.05014232,0.03974737,0.018374413,0.049875785,0.016808506,0.07802878,0.0016877223,-0.009003962,-0.033383794,-0.027170142,-0.01254391,-0.0005403627,-0.000032210926,-0.030685103,-0.015500808,-0.0022697314,0.01465122,-0.0064427056,0.0034608198,-0.009986818,-0.070565745,-0.006996603,-0.013160277,0.0040376233,-0.011735969,0.007000768,0.0056139412,0.011819262,0.051175155,-0.0017803856,-0.0042541847,0.016591946,0.01864095,0.028935952,0.02378845,-0.040413715,0.0007543213,-0.075963125,0.010869723,0.03375028,0.030185346,-0.0022509906,-0.03316723,-0.001983412,-0.15765679,-0.02227252,0.010736454,0.018990781,-0.015042697,0.03868122,0.04571114,-0.014268073,0.0009812944,-0.048709687,-0.049142808,0.028236292,0.028952612,-0.005780527,-0.049642567,-0.03564936,-0.030868348,-0.01266052,-0.040746886,-0.02860278,0.024254892,-0.028952612,0.0675672,-0.007500525,-0.02122303,-0.008620814,-0.07083228,0.014393012,-0.009661976,-0.019407244,0.005967936,-0.009303817,0.046610706,-0.020373443,-0.028386218,0.014467976,0.0016054705,0.030668445,-0.045078114,-0.017924631,0.0052224644,-0.0124273,-0.021522885,-0.011519408,0.009578683,-0.0029631448,-0.0033525391,0.025420992,-0.00009767393,0.010461587,0.011436115,0.027719876,0.0044145235,-0.0026653726,-0.022688985,0.015042697,-0.020823224,-0.017474849,-0.0881572,0.007808709,-0.0014003618,-0.017974608,0.006588468,0.010103429,0.02132298,-0.030518517,0.0019979884,-0.041813035,-0.041146692,-0.07762898,-0.013768315,0.03518292,0.059171274,-0.021123078,-0.10215041,0.010611515,-0.056705803,0.063702404,0.006954957,0.0010395994,0.00791699,0.074297264,-0.0032442582,0.04161313,0.007817038,-0.05887142,0.018124534,-0.018507682,0.047510266,-0.0053557334,0.025204431,0.010403283,0.027853144,0.003377527,-0.0003670093,-0.0021864385,0.004772683,-0.0043562185,0.0396141,0.023155425,0.038981076,-0.014268073,-0.0016762696,-0.024488112,-0.041446544,-0.015259258,0.0025591743,0.0541737,0.0105365515,0.0070632375,-0.019657124,0.041213326,0.013768315,-0.00064604054,0.004068858,0.06486851,0.010528222,-0.002538351,0.044145234,0.03168462,0.013201924,0.011386139,0.009320475,-0.035915896,0.017624777,0.035249554,-0.008196021,-0.06696749,0.0019396833,0.015500808,0.0023780123,0.013593401,0.022005983,-0.023605207,0.033700306,-0.0035107955,-0.017907973,-0.03691541,-0.0024300702,0.06603461,0.0485431,-0.0031922003,-0.011094614,0.0012358583,-0.02896927,-0.00029412803,-0.035949215,0.008754083,-0.022355814,-0.03271745,-0.020440077,-0.009986818,-0.032400936,-0.006296943,-0.029802198,0.019157367,0.037481803,-0.029652271,-0.03788161,0.0005302113,0.017974608,0.023205401,0.00060231175,0.012160763,-0.012060812,-0.018024582,0.006426047,0.03155135,-0.009012291,0.024604721,0.00084125827,0.006692584,-0.027170142,0.013668364,-0.036748827,0.0642688,0.012802118,-0.018974122,0.015034367,0.022072617,0.0097286105,-0.0011515243,0.025271066,0.0117276395,0.014967733,0.009453744,0.021289663,-0.016208798,0.018807536,0.020123564,-0.0074547143,-0.04124664,0.000084008694,0.007987789,0.020806566,0.010811418,-0.008000283,0.06423548,0.0013160277,-0.04784344,0.018357754,0.025504285,0.015967248,-0.01020338,-0.034033477,-0.017091703,0.03050186,0.019540513,-0.047410317,-0.017791362,-0.030318614,-0.04031376,-0.0074255615,-0.017208312,0.04967588,-0.01312696,0.037115313,-0.0083501125,0.038281415,-0.017691411,0.02205596,-0.049975738,-0.012360666,-0.06570144,0.0017574801,-0.02250574,0.029485686,0.008504204,0.032384276,0.018657608,-0.031501375,-0.049575932,-0.012260715,0.0036024177,0.007050744,-0.004793506,0.012702167,-0.03521624,0.0061636744,0.019457221,-0.015775675,-0.03245091,0.016758531,-0.039380882,0.05793854,-0.025837457,0.013160277,-0.0462109,-0.07629629,0.016958434,-0.0007324569,0.043878697,0.02850283,0.024005013,0.03340045,0.023405304,-0.030568494,0.027769852,0.007258976,-0.0053557334,0.025187772,0.030768396,-0.008829047,0.017857997,-0.036182433,0.026237262,0.041146692,0.038048197,0.0017168748,0.031584665,0.07722917,-0.0396141,-0.034949698,0.0055056605,-0.05240789,0.038747855,0.054840043,-0.002182274,-0.009945172,-0.0071673538,0.06566812,-0.048609734,-0.041313276,0.004268761,-0.020190198,-0.022455765,0.058671515,0.046244215,0.0036503111,-0.007883673,0.019273976,-0.05334077,-0.018674267,-0.06553485,-0.030685103,0.009370451,-0.005672246,-0.0029756387,-0.007492196,-0.00269869,0.039214294,-0.07629629,0.055006627,-0.010170063,-0.0068175234,-0.02976888,0.009428755,-0.0072048353,0.045311335,0.06423548,0.0039793183,-0.04597768,-0.013285217,-0.0316513,-0.009820232,0.034000162,0.051308423,-0.010386624,0.016908458,-0.054840043,-0.019074073,-0.018374413,0.012102458,0.036215752,0.012677179,0.012443959,0.0104366,0.008953987,-0.01584231,0.011602701,-0.026203945,0.0018688843,0.00510169,0.008845706,-0.05157496,-0.010728125,-0.021522885,-0.03245091,-0.00033889798,0.034066796,0.005734716,-0.039880637,-0.025720846,0.04887627,-0.05250784,-0.0018813782,0.047043826,0.027819827,0.02157286,0.00025339262,0.0066551026,0.058471613,-0.04810998,0.037081998,-0.0019417657,-0.023871744,-0.03504965,-0.013385168,0.021506226,-0.010561539,-0.025004527,-0.052441206,0.020490052,-0.0047685183,-0.024071647,-0.051308423,0.026453825,0.0032067765,-0.0036544758,0.0029568977,0.01712502,0.0057430454,-0.051041886,0.040513664,0.047410317,0.04877632,-0.018740902,0.003977236,-0.04411192,0.011219553,-0.006226144,0.024954552,0.039380882,-0.022722302,-0.021372957,-0.048842955,-0.020789906,-0.077695616,-0.009370451,-0.012368995,0.016350396,-0.018157851,0.0044728285,0.024088306,0.026870288,0.021889374,-0.052940965,-0.009545366,0.013118631,0.019623807,-0.036882095,-0.03678214,-0.009403768,0.011919213,-0.017174995,0.0011744298,0.0016564875,0.018157851,-0.0103449775,0.004139657,-0.013043667,0.02308879,-0.0006850841,-0.012952046,0.03285072,-0.020256832,-0.06073718,-0.013143619,-0.020456735,-0.005055879,-0.00008270724,-0.011211224,0.00060959987,-0.017424874,-0.051208474,0.019090733,0.0009365245,-0.024354843,-0.014667879,0.023122108,0.00014563242,0.0016314996,0.038314734,0.0059179603,-0.003061014,0.037448484,0.01862429,0.026237262,0.002292637,0.015717369,0.02896927,-0.01489277,-0.012760472,0.004145904,-0.0328174,0.017924631,-0.009212194,-0.03738185,0.042712595,0.04081352,0.017641436,0.015325893,0.012510593,-0.018474365,0.01616715,0.03468316,-0.0062469672,-0.0032525875,0.0064926813,0.0075921477,-0.02405499,-0.008779071,0.010328319,-0.017050056,0.034283355,-0.000024402216,-0.013060326,0.027603265,-0.0116110295,-0.019007439,-0.02180608,-0.058338344,-0.021406274,0.011286187,-0.018307779,0.014826136,-0.036049165,0.006659267,0.0103449775,-0.011536066,-0.0097286105,0.013893255,-0.019240659,0.030701762,0.03120152,-0.035715993,-0.0024196587,-0.0028506995,0.0067633833,-0.0062511317,0.0028569463,-0.020889858,-0.016941775,-0.04794339,-0.031318128,-0.0029568977,-0.032434255,-0.014143134,-0.009137231,-0.0014565845,-0.0020000706,0.011619359,0.0066675963,-0.034783114,-0.02908588,0.011069626,-0.032400936,-0.0066884197,-0.00533491,-0.00080429704,-0.03425004,-0.038048197,0.017075043,0.0007215247,0.022672327,0.05663917,0.006234473,-0.030168686,-0.02860278,0.04491153,0.005214135,0.016716884,0.0037773328,0.014717855,-0.022005983,0.015450832,0.019507196,0.03681546,-0.013351851,-0.027653242,0.016916787,0.015417515,0.023122108,-0.026953582,0.020006953,-0.0013253982,-0.019956978,0.051175155,0.018707585,-0.030984957,-0.012710496,-0.007196506,0.04351221,0.01910739,0.002060458,0.002738254,-0.032750767,-0.024787966,0.013027009,0.028169658,-0.00325467,0.02780317,-0.010736454,-0.0013805798,-0.016242115,0.025187772,-0.025454309,0.02627058,0.011927542,0.015617418,0.009778586,0.039314248,-0.0043520536,-0.032434255,0.04761022,0.012852094,-0.017441532,-0.0520414,0.012727154,0.03203445,-0.024354843,0.008112728,-0.03391687,0.01712502,0.00014263908,0.00039928532,0.04301245,-0.015867297,0.029269123,-0.019390587,0.005793021,0.03298399,0.050742034,-0.017274946,0.021073103,-0.057871904,-0.0012920811,-0.0035961708,0.015634077,-0.042879183,-0.040280446,-0.0036024177,-0.021273006,-0.039414197,-0.005668082,-0.008712437,0.017016739,0.015684051,0.01219408,0.013393498,-0.041546497,0.007221494,-0.023905061,0.02275562,-0.02662041,0.04487821,-0.024887918,-0.036648873,0.0076213,-0.017874656,-0.017058386,0.0095370365,-0.023188742,-0.018557657,0.0055306484,-0.03156801,0.018807536,0.007829532,-0.022938864,-0.0019063662,-0.005967936,0.036282387,0.007983624,-0.021356298,0.02040676,-0.015051026,-0.078828394,-0.033000644,-0.04187967,-0.041013423,-0.026703702,0.00996183,-0.011594371,-0.001957383,0.022122594,-0.0067259013,0.007246482,0.029402392,-0.010145075,0.033700306,-0.013351851,0.019290635,-0.024754649,0.013743328,-0.018141193,0.02062332,0.022255862,-0.011086284,-0.005930454,0.011236211,0.0046727313,0.013393498,-0.011327834,0.028086364,-0.01734158,0.021472909,0.009661976,-0.0014492964,0.0452447,-0.022605691,0.024787966,0.004310407,-0.0031297305,-0.028902635,0.01982371,-0.029935466,-0.04421187,0.014051512,0.0138349505,-0.00089123397,-0.016933445,0.016683567,0.024471452,-0.005576459,0.017191654,-0.036615558,0.009595342,0.011219553,-0.03060181,-0.018740902,-0.01476783,-0.007375586,-0.038781174,0.0006220938,0.03771502,-0.0048851282,0.03694873,-0.085825,-0.056939024,0.009495391,0.003404597,-0.027136825,-0.023155425,0.035349507,0.017241629,0.024438135,-0.016708555,0.043712113,-0.007742075,0.018590974,-0.008083575,-0.004229197,-0.021289663,0.0064302115,0.014343036,-0.0008381348,-0.0032192704,-0.04421187,0.009695293,-0.03598253,0.026420508,-0.023988355,-0.0077545685,-0.015425844,-0.0073589273,0.00018832003,-0.03951415,0.0429125,0.025254406,-0.00392726,-0.014084829,-0.0061386866,0.028985929,-0.023705158,0.02168947,0.028686073,0.011502749,0.005309922,-0.016267102,0.008745754,-0.02075659,0.050975252,-0.0012847929,0.009711952,0.038448002,0.01031999,0.022422448,0.0152176125,-0.015792333,-0.009103914,0.0056097764,0.005393215,0.05030891,-0.04587773,-0.009462073,0.028819341,0.0027091014,0.0023238717,0.02308879,0.01584231,-0.01617548,-0.0118026035,0.014159792,-0.0039314246,0.0119941775,-0.00808774,0.02707019,0.030301956,0.04784344,0.055772923,-0.021389617,-0.0064885165,-0.030585151,0.009545366,-0.013176936,0.04161313,-0.06883325,0.038781174,0.011744298,0.007084061,0.006155345,-0.02075659,-0.01548415,-0.025620895,-0.01630042,0.04364548,0.0052266293,0.012327349,-0.01687514,-0.023838427,0.0032629992,0.007954472,0.004306243,0.0059762653,-0.018041242,0.001530507,0.020839883,0.017141677,0.012235726,-0.0045561213,-0.016991751,-0.012577227,0.007317281,0.008516699,-0.020906517,-0.008845706,-0.03541614,0.003190118,0.002338448,0.018607633,0.024421478,0.012002506,0.04571114,-0.024204915,0.0011161248,0.023538573,-0.026070677,0.0051641595,0.016017225,-0.0011598535,0.017508166,0.002517528,0.014667879,-0.011644347,-0.0248546,0.018007925,-0.013560084,-0.0035191248,0.029169172,-0.024421478,-0.011944201,0.031751253,0.009220524,-0.030085394,-0.0069757802,0.013909914,0.0024238233,0.02438816,0.008595827,-0.029485686,0.004522804,0.013318534,0.028519487,-0.006359413,0.0012025412,-0.04044703,0.010653161,0.011594371,0.044611674,-0.018324437,0.016433688,0.018157851,0.012227397,-0.04304577,-0.032884035,-0.03001876,0.040646933,0.057138927,0.043578845,0.013451803,-0.027020216,-0.024471452,-0.005722222,-0.02168947,-0.0069174753,0.00009279349,-0.0025737504,0.012019165,-0.006696749,0.04347889,-0.00867912,0.023871744,0.006367742,0.008196021,-0.014801147,0.004247938,0.032184374,0.045811094,-0.036548924,0.0009391274,-0.002500869,0.022805596,-0.0046352497,-0.014867782,0.0022301674,-0.0015388363,-0.022239203,0.015509137,0.040013906,-0.013551754,0.0029798034,0.0057055634,-0.0056097764,0.042279474,0.012452288,-0.03518292,-0.014576257,-0.057638682,-0.017808022,0.0033296335,-0.021023126,-0.014792819,0.011527737,-0.017224971,0.009170548,0.004210456,-0.010886381,-0.006788371,-0.0062761195,0.005651423,0.01149442,0.002332201,0.007904496,0.01770807,-0.009362121,-0.020556686,-0.0032963164,0.0024363173,-0.018990781,0.005135007,0.0076712756,-0.007304787,0.0039689066,-0.04491153,-0.0050850315,-0.038181465,0.03554941,-0.019057415,-0.0058055148,0.012402312,-0.0064635286,-0.015076014,-0.0021281336,-0.011044638,-0.005405709,-0.0046477434,0.017258288,0.0012441876,-0.0008829047,0.040413715,-0.04044703,-0.008595827,0.024121623,0.010961345,0.03236762,-0.01535921,0.022738962,0.0055639655,0.010853064,-0.018091217,0.016267102,0.031034933,0.017091703,0.019740416,0.005522319,0.006542657,-0.013285217,-0.02263901,0.0065259985,0.038381368,-0.027503313,0.01031166,0.00094849785,-0.013776645,-0.00033369215,0.014176451,0.0208732,-0.02029015,0.008337619,-0.025487626,0.010186722,0.0021926854,0.030052077,0.010486576,0.007467208,0.0009875414,-0.0038585435,0.0071340366,-0.04664402,0.012035823,0.020023612,-0.021989325,-0.02578748,-0.021139737,-0.017208312,0.021872714,0.0016668991,0.012177422,0.0011286187,0.0031380598,0.0014669962,-0.018457705,0.008862364,-0.009503719,0.013635047,-0.02871939,0.00015656461,0.0024467288,0.017508166,0.016600274,0.011211224,0.00750469,-0.024638038,0.047310364,-0.016608603,0.0062219794,0.021906031,-0.004793506,0.025887432,0.011619359,0.033583697,-0.021023126,0.008762413,-0.010594856,0.00029360745,0.012110787,0.011336164,0.01712502,0.0037794153,-0.011294517,0.02497121,0.027753193,-0.01712502,0.024204915,0.008279314,0.0015086426,0.01207747,0.04044703,-0.012985363,0.04551124,0.008987304,-0.03481643,0.0013191513,-0.0023259541,0.020240175,-0.016150493,-0.0065843035,0.010045123,0.015850639,-0.0052307937,0.023038816,-0.020106904,-0.011102943,0.011644347,0.010453259,-0.0020385936,0.007471373,0.09675303,0.0005041823,0.016392043,-0.034283355,0.052441206,0.018207828,-0.0091538895,-0.012827106,-0.020939834,0.04021381,-0.011269528,-0.024005013,0.02227252,0.027286753,0.018474365,-0.020006953,0.008121057,-0.00046982398,0.0011317423,-0.00527244,0.0056306,0.017141677,0.02625392,-0.0044395113,-0.03095164,-0.018074559,0.009786915,-0.018374413,0.023355328,0.017374897,0.026753679,0.010778101,0.014159792,0.030618468,0.02062332,-0.016050542,-0.011269528,0.0076421234,0.009270499,-0.0067717126,-0.018957464,-0.0018334849,-0.00095943006,-0.0096536465,0.008208515,-0.013843279,-0.0017960031,-0.0005559801,-0.009320475,-0.034616526,0.006967451,0.002732007,0.030685103,0.028569464,0.0063427542,-0.009995148,0.030851688,0.04761022,0.015067684,0.017091703,-0.029635612,-0.015892284,-0.017924631,-0.00033733624,0.006421882,-0.013002021,-0.0025654212,0.007209,0.02580414,0.022938864,-0.0013285216,0.028769366,0.010953016,-0.006476023,0.010811418,-0.010186722,-0.029985443,-0.004310407,0.014318049,-0.0073922444,-0.0131852655,0.009295487,0.014842794,-0.0023072131,-0.02697024,0.012852094,0.022655668,0.015459161,0.0021406275,-0.001659611,0.016033882,0.026936922,0.011894225,0.026720362,-0.016342066,0.009995148,-0.037581753,-0.036415655,0.0017606036,0.004726872,-0.025271066,0.015234271,0.008083575,-0.0013472626,-0.003937672,0.0057721976,-0.004997574,-0.011002991,-0.007171518,0.01583398,-0.007104884,0.015234271,-0.024538087,0.010628173,0.015775675,0.0032900693,0.007775392,-0.003829391,-0.01839107,0.008737424,0.022205885,0.02873605,0.002467552,-0.027036874,0.0068425112,0.0116110295,0.001258764,-0.017208312,-0.0028569463,-0.014784489,-0.0035420305,0.015109331,0.04664402,0.007946142,-0.017174995,0.028819341,0.016358726,-0.038914442,-0.011919213,0.053740576,-0.050375544,0.022589033,0.0152176125,0.011519408,0.011710981,0.0020427583,0.01784134,-0.020773249,-0.03541614,0.024654698,0.0076712756,-0.01207747,0.007704593,-0.010253356,0.017674753,-0.017724728,0.014917757,-0.022905547,0.009978489,0.0068883225,-0.0015815239,-0.031034933,-0.0016585698,-0.028819341,0.040746886,-0.01582565,-0.03588258,-0.0150260385,0.017324923,0.03834805,0.005697234,-0.061236937,-0.038314734,0.0054681785,0.014043182,-0.017091703,0.0020396349,-0.0009734857,-0.018074559,-0.035782628,-0.02438816,-0.008645803,0.03071842,-0.0011244541,0.018957464,-0.010803089,-0.006600962,-0.0351496,-0.01760812,0.0048268232,0.019423904,0.012635533,-0.058671515,0.018790876,0.033117257,-0.029152514,-0.058804784,-0.016042212,-0.010020135,-0.011877567,-0.00855418,-0.0747637,-0.0013285216,0.020689955,-0.013493449,-0.019490538,-0.037081998,-0.04361216,0.018074559,-0.023205401,0.0032567522,0.019723758,-0.029419051,-0.019973636,-0.013376839,0.01066982,0.0020562934,0.059770983,0.059038006,-0.006117863,0.0098452205,-0.0061303573,0.01784134,-0.04161313,-0.0068508405,0.011702652,0.029035904,-0.030468542,-0.026153969,0.001725204,0.017474849,-0.021622837,-0.0002190343,0.031584665,-0.027053533,0.0010224204,0.0041750562,0.011011321,-0.04217952,0.013460132,0.0048060003,-0.02452143,0.012069141,-0.013118631,0.0028860988,-0.006417718,-0.0002583381,0.018690925,-0.02015688,-0.0025987383,-0.021856057,0.029702246,-0.026553776,-0.017274946,0.0012296113,-0.025620895,0.018990781,-0.019523855,-0.017008409,-0.0104199415,0.009986818,0.004610262,0.0032859046,0.010220039,-0.0042854194,0.0168918,-0.0047768475,0.0026278908,-0.0008662461,0.0045769447,-0.0040959283,-0.039414197,0.023505256,0.017758045,-0.026403848,0.0067592184,-0.013351851,-0.008483381,0.01784134,-0.024304867,-0.022955522,-0.026387189,-0.0039647417,0.016208798,-0.004372877,-0.0009203865,-0.022555716,0.0026778667,0.01959049,0.012069141,0.0070174267,-0.0053057573,-0.002440482,-0.0011182071,0.010120087,0.011502749,0.0031026604,0.0061511802,0.0003542551,-0.022122594,-0.013426815,-0.017508166,0.0097702565,0.025970725,-0.020140223,0.008470887,0.019174024,-0.0014794901,0.009345463,0.0074547143,-0.0010239821,-0.013118631,-0.035116285,-0.0011098778,0.004314572,-0.011477761,0.02438816,0.0031984472,0.0058679846,0.054473553,0.025021186,0.0067134076,0.037148632,0.0034587376,0.019007439,-0.003868955,0.016442018,-0.0051100194,0.016433688,-0.006575974,0.020073587,0.0012702167,0.045944363,-0.0071340366,0.026786996,-0.016566956,-0.0074630436,0.01875756,0.03331716,-0.021056443,0.013101973,-0.027586607,0.010303332,-0.0056222705,-0.022655668,0.011769286,-0.0030318615,0.009303817,0.004793506,0.013893255,0.008441735,0.0293191,-0.017774705,-0.0048476467,-0.03481643,0.031001616,0.045444604,-0.0046810606,0.007142366,-0.018024582,-0.028619438,-0.038014878,-0.014792819,0.0030068737,-0.028819341,0.050742034,-0.014193109,0.0018376495,-0.025820797,-0.0009500596,-0.0061886623,-0.014842794,0.023955038,0.0021041867,-0.0012306526,-0.068166904,0.000054237993,0.02098981,0.0033400452,0.010053452,0.031234836,0.01875756,0.03280074,0.027053533,-0.0028756873,0.016541969,-0.022022642,0.00855418,0.0034025148],"social":"https://twitter.com/BOLTVR"},{"title":"cheffy ai","description":"hands free ai that helps you cook tasty food","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=5pAazbBffSE","youtube_transcript":"Hi. My name is Bogdan, and I'm working on Chethy AI. A tool that gives you cold recipes that fit all your needs and guide you through it with a hands free assistance. Student cooking has always been a struggle for me. Let's say I ain't got to cook, buying grocery, shopping, and then following the recipe. What's the pay? Let's be honest. I decided to make what I wish was made. Let's take a look. So what do you want to arrest it before? You want to replace RBS? Maybe a romantic dinner or maybe you should have a bunch of ingredients that are about expire. You can go with whatever that comes to mind. For me, our budget. So let's try for some chip recipes. Oh, here's our recipe. We'll need to stay the magic word to start cooking. Okay, Kathy. And get help in anything that we ask. We can also set timers by voice, so we don't have to touch our device in any normal world cooking. So about my progress, it's honestly kind of crazy what I'm building just six weeks. I'm super proud of my product, and I have almost one fifty users, which is crazy. I got the most user sent it back on Twitter, but I think I didn't put myself out there. I feel like there were some weights where I focused more on building. Because I felt like the product wasn't good enough. But, honestly, I should have just put it out there more time. But in the end, no regrets. Just lessons. I think I had a fun time and but just the beginning.","embedding":[-0.0070507345,-0.025084762,-0.05347932,-0.008609822,0.008183033,-0.04010078,0.015782496,0.020799449,-0.012037202,-0.014554388,0.014641488,-0.082710035,-0.007878183,-0.01975425,0.011183623,-0.009040967,-0.024649262,-0.028411977,-0.050936002,0.030014616,0.011976232,-0.01930133,-0.009145486,0.03351603,0.018691633,-0.039647862,0.008640307,0.013117241,-0.042121496,-0.02045105,-0.01944069,-0.030119134,-0.048810765,-0.03222695,0.016583815,-0.03412573,-0.013004011,0.019161971,0.049263686,-0.004738233,-0.004620648,0.0052390574,0.024562163,0.030955294,-0.051702484,-0.0015634426,-0.036616784,0.04665069,0.004339751,0.0007898869,-0.062607385,0.046058413,-0.020816868,0.04769589,0.01924907,-0.027419038,-0.019318752,0.056754276,-0.037627142,0.048915286,0.035589006,-0.048775926,0.03503157,0.022489186,-0.035101246,-0.03222695,-0.017437395,0.02083429,-0.038323943,0.030380435,0.03222695,-0.0007555914,-0.017036734,-0.005948921,-0.0026434811,-0.043236375,-0.016731884,0.0011181446,0.023412446,-0.021949166,-0.03961302,-0.030659154,0.012594641,0.021774968,-0.0019281734,-0.075672366,-0.08514883,-0.04616293,-0.0063539357,-0.023220826,-0.046441652,0.0041002263,-0.007320744,-0.002345164,0.07048121,0.017925153,-0.03909042,0.058287233,0.03424767,0.011314273,-0.0027828407,0.0002257792,0.009572276,-0.0018356298,0.038672343,-0.010721994,0.0155560365,0.0015906614,-0.025276382,-0.007181384,-0.120964296,-0.020694928,-0.03426509,-0.018830992,0.004463868,-0.0010522753,0.01295175,-0.049751446,-0.029126197,-0.01984135,-0.05894919,0.031059813,0.019144552,-0.0021121718,0.012429152,-0.008095933,-0.016592525,-0.010782964,0.04128534,-0.03320247,0.041494377,0.008418202,0.01991103,-0.032261793,-0.0136659695,0.004955983,-0.00040583094,0.006772015,-0.054559357,-0.008061093,0.014040499,-0.008239647,0.0075297835,0.005217282,-0.043027334,-0.03194823,-0.019580051,0.022314986,-0.044177055,0.043201536,0.036790986,0.02034653,-0.042226017,-0.021304628,0.030955294,0.021984007,-0.017925153,0.07274581,-0.025485422,-0.04041434,-0.0031878552,0.011671383,-0.025868662,-0.016313806,-0.033986367,0.007294614,-0.050936002,-0.00031737014,-0.06692754,-0.024649262,-0.03290633,0.002626061,-0.008662082,0.03351603,-0.024753783,-0.007412199,0.042574417,-0.069401175,-0.022193046,-0.029509436,-0.052016042,0.01384017,-0.0025454937,-0.029004257,-0.023133725,-0.047173288,-0.036372904,-0.028481657,0.010687154,-0.01359629,0.016479295,0.05327028,0.0019053096,-0.044281572,0.03389927,-0.042504735,0.08863283,0.009894545,0.044525452,0.036825825,0.015381837,0.036895506,0.023743425,-0.0035275447,0.01912713,-0.03888138,-0.015216347,0.013988239,-0.04166858,-0.021984007,0.028046157,-0.008500948,-0.003712632,0.035850305,-0.050448246,0.022227887,-0.037522625,0.037313584,0.005918436,0.024562163,-0.03391669,0.001795346,0.050204366,-0.015799917,-0.0071770293,0.0062407055,0.04623261,-0.011941392,0.058635633,-0.00667185,0.0072815493,0.02059041,0.011427503,-0.04658101,0.031443052,0.0031094654,-0.007534139,-0.022924686,0.009598406,0.0076168836,-0.020572988,0.017855473,0.035589006,0.017306743,0.004463868,0.0031029328,-0.038184583,-0.097482175,0.051354084,0.01998071,0.030345595,0.036268387,0.056127157,-0.028290037,0.007960928,-0.028899737,-0.011462343,0.015338287,0.031634673,-0.035815466,-0.0008410581,0.030380435,-0.019266492,0.0381149,0.00029913362,0.05365352,0.004834043,0.0117759025,-0.007956573,-0.035170928,0.010443274,-0.0072815493,0.06553394,0.022541447,-0.032244373,-0.028725537,-0.0013631129,0.044490613,-0.025920922,0.015869597,-0.082919076,-0.0055047115,-0.014928917,-0.008905962,0.008500948,0.055883277,0.050866324,-0.027157739,0.027906798,-0.014981178,0.0034295574,-0.0019107534,0.03954334,0.021130428,0.036303226,-0.014789558,0.02583382,0.023203405,0.031164333,-0.008039318,0.037487783,0.013918559,0.0061623156,0.007595109,0.0018062335,-0.0037561818,-0.02039879,-0.00008587503,-0.014667618,-0.010033905,0.0024083115,0.021600768,0.02696612,-0.04734749,-0.015974116,-0.034822527,0.06441906,-0.024840882,0.031216593,-0.017254485,-0.019388432,-0.04058854,-0.0011932682,0.005491647,-0.010373594,0.00017596896,0.06678818,0.0015873951,0.024927983,-0.037766505,0.01313466,-0.047173288,-0.004291846,-0.051040523,-0.012716581,-0.013996949,0.0019423271,-0.013004011,0.07149158,0.03978722,-0.011645253,-0.031024974,-0.06755466,0.021774968,0.03229663,0.018848412,0.019580051,-0.014615358,-0.00077518885,-0.0050038877,-0.00061677594,0.009929385,-0.015303447,-0.011305563,0.010721994,0.007860763,-0.05131924,0.016792854,-0.017149964,-0.0054872916,-0.011157493,0.05908855,0.004768718,0.036024507,0.017629014,0.011932682,-0.015634427,-0.030763675,-0.014319219,0.0072075143,0.012211402,-0.012019782,-0.029073937,-0.00661088,-0.055813596,-0.0043637035,0.04027498,0.028150678,-0.008008833,0.05166764,0.03412573,-0.014084049,-0.0014458578,-0.049368206,0.04759137,0.014554388,0.041877616,-0.004742588,-0.043584775,0.009180326,0.061457667,-0.048253328,0.02646094,0.00029586736,0.009798735,0.04550097,0.021147849,0.024544744,-0.009241296,-0.023900203,0.03353345,-0.0074339737,-0.040518858,-0.029613955,0.010617474,0.044595134,-0.0019869658,0.032993432,0.017088994,0.01371823,0.040518858,-0.017132545,0.06616106,-0.03912526,-0.0037060995,-0.050552763,-0.0038302168,0.022036267,0.06319967,0.022802746,-0.041250497,-0.076160125,0.062468026,-0.0010522753,-0.012481411,0.07163093,0.028377138,-0.01371823,-0.008130773,-0.043515094,-0.025276382,0.01319563,0.03288891,-0.035397388,-0.015007308,-0.023673745,-0.014301798,0.036616784,0.028394558,0.008914672,0.00058737973,0.025468001,-0.03895106,0.009119356,-0.042295698,-0.01320434,-0.018412912,-0.0003897719,0.003642952,-0.032488253,-0.002660901,-0.07337293,-0.017393844,0.047904927,-0.030241074,-0.022820165,0.045466132,-0.029178455,-0.020694928,0.016183157,0.01999813,0.056301355,-0.03525803,0.021583349,-0.0039782864,0.049751446,-0.023290506,0.069401175,0.006702335,-0.023395024,-0.015686687,-0.007943508,-0.04180794,-0.025485422,-0.07553301,-0.023604065,0.0004785049,0.014162439,-0.036721304,0.029753316,-0.0039608665,0.02719258,-0.013944689,0.034090888,0.010774254,0.0027284033,-0.043549936,-0.012498831,-0.03172177,0.030119134,0.01956263,0.029910095,0.024631843,-0.023621485,0.01341338,-0.009371946,-0.0016298563,-0.01384017,0.021008488,0.008244002,0.024004724,0.031303693,-0.012220112,0.06832114,-0.031390794,-0.012707871,-0.01371823,0.007852053,-0.01942327,0.016139606,-0.048741087,-0.014153729,0.0020991068,0.008052383,-0.0029570407,-0.009546146,-0.0025672687,0.029161036,-0.023081465,0.015773786,-0.024213763,-0.012794971,-0.0092848465,-0.004439916,0.018273553,-0.023865364,-0.029683637,0.050413404,-0.018256133,-0.008300617,0.017088994,0.015198927,0.024562163,0.0063103857,-0.042922817,0.012263661,-0.030310754,-0.036825825,-0.011706223,-0.028290037,0.00062766345,0.00062875217,0.06006407,0.005391482,-0.0041481312,0.004063209,0.034456708,0.02071235,-0.0054393867,-0.014240828,0.056092314,-0.030119134,0.050587606,-0.015956696,0.035676107,0.0008111175,0.004111114,-0.056789115,0.025293803,0.014693748,0.008696922,-0.043898333,-0.006632655,0.016949635,-0.024370544,-0.009197746,-0.009659376,-0.00065488217,-0.024544744,-0.0058052065,-0.011732353,-0.030920453,-0.026791919,-0.055186477,0.027540978,0.02602544,0.018430332,0.016531555,-0.028655857,-0.0003584704,-0.03276697,-0.021565927,-0.023847945,0.048357848,-0.018970352,0.008696922,0.031390794,0.0012019782,0.023726005,0.028481657,-0.0028176808,-0.004494353,0.016122187,0.01350919,0.02675708,0.02102591,-0.012063332,0.0049908226,0.0013990416,-0.0050038877,0.003629887,0.009877125,-0.013030141,-0.020677509,-0.029753316,-0.011453633,-0.032244373,-0.0045074183,-0.007795438,-0.00035765383,-0.00038677786,0.031234013,-0.017062865,-0.03909042,0.0037801343,0.023133725,-0.0060839257,-0.020311689,0.012777551,0.0009896723,0.009293556,-0.041598897,0.028342297,-0.0096158255,0.020729769,0.007224934,-0.00007995496,0.018047092,0.021931747,0.017158674,0.014005659,0.05313092,0.007865118,0.021252368,0.004620648,0.014702458,-0.0071596093,-0.013770489,0.018430332,-0.021757547,0.0065760403,-0.018918091,0.008653372,-0.049263686,0.027209999,-0.0034077824,-0.035885148,0.014658908,-0.009450336,-0.04180794,0.0028416333,-0.028725537,0.07434845,-0.022733066,-0.000990761,0.004655488,-0.033968948,-0.036965184,0.011340403,0.013726939,-0.018099353,0.024213763,0.0009047499,-0.008675147,-0.008348523,0.029997194,0.019405851,0.025868662,0.044107374,0.01975425,0.0032183402,-0.007808503,-0.018238712,-0.018743891,0.0016973587,0.02078203,0.018186452,-0.044978373,0.037522625,0.024631843,-0.012542381,-0.001146452,-0.012089462,-0.01347435,0.05772979,-0.015625717,0.021949166,-0.0019597472,0.031425633,-0.012220112,0.0011116121,0.028533917,0.0008214606,-0.017106414,0.0039739315,0.0018661147,-0.023865364,0.024614424,-0.010347464,-0.08786635,-0.029770736,-0.0013032318,-0.015137957,0.007386069,-0.017829344,-0.016540265,0.004616293,0.014258249,0.008709987,0.0409021,-0.023342766,-0.0012008895,-0.0030964003,0.022785326,-0.017019315,-0.021322047,-0.020433629,0.0048253327,-0.0004981024,-0.017550623,-0.029056517,0.035989664,0.0019096646,-0.03339409,0.03477027,-0.023604065,0.000007531927,0.005243412,-0.016427035,0.01354403,0.031164333,0.024527323,0.0109049035,-0.020555569,-0.0027327584,0.011471053,-0.06967989,0.0050735674,0.0015634426,-0.051737323,-0.024231184,0.0059140814,-0.020503309,0.043410577,0.012699161,-0.02022459,0.044072535,0.02707064,-0.01949295,-0.021740127,-0.024109244,0.021182688,-0.018743891,0.03947366,0.010843934,-0.0076865633,-0.0056179417,0.00012064693,-0.01987619,0.021618187,0.001856316,0.030432694,0.0056092315,0.0025367837,-0.0068939547,0.027227418,0.031477895,-0.010643604,0.02003297,0.01340467,0.014493418,-0.03297601,0.0092848465,-0.024927983,0.02637384,-0.038428463,-0.014014369,-0.0045945183,0.008910317,-0.00035357103,0.016775435,0.018134193,0.003963044,-0.023220826,-0.020433629,-0.009310976,0.024056984,0.019632312,-0.050204366,-0.05361868,-0.0035231898,-0.016252836,-0.0013750892,-0.0044682235,0.021461409,0.013822749,-0.0016069926,-0.078111164,-0.014519548,0.00011751678,-0.0033772974,-0.036790986,-0.0050300173,0.005922791,0.010878773,-0.021583349,-0.008583692,0.03888138,0.009345816,0.00324447,0.014397608,0.019510372,0.01291691,0.024004724,0.0037256968,0.0131695,0.0115058925,-0.014336638,-0.0124639915,-0.0031355952,0.04738233,-0.0042678937,0.0008029519,-0.0102168145,0.054071598,-0.018952932,-0.02102591,0.0132566,0.00062494155,0.01348306,0.015059567,0.005570037,0.030275915,-0.017376425,0.008901606,0.043375734,-0.03243599,0.040623378,-0.029648796,0.021879487,-0.02001555,0.010983294,-0.013831459,0.010774254,0.017707404,0.011079104,-0.0004306,0.025171863,0.016287675,-0.0028438107,0.004590163,-0.00654991,0.019632312,-0.025694462,0.031895973,-0.030937873,0.009537436,0.00672411,-0.0051519573,0.010242945,-0.0133959595,0.009676795,-0.0039390917,0.013953399,0.01944069,-0.042295698,0.03193081,-0.003677792,0.037000023,0.018447753,-0.0019684571,-0.0032096303,-0.01987619,-0.005970696,0.042748615,0.009276136,-0.01935359,0.030868193,0.0028786508,0.011131363,0.028011318,-0.035188347,-0.0044072536,-0.020729769,0.010321335,0.03957818,0.014423738,0.04713845,0.00025585588,0.0037714243,-0.03909042,-0.023586644,0.0043898337,0.01326531,-0.0077518886,0.04010078,0.006118766,-0.0011649608,0.03402121,-0.014719878,-0.0007806326,0.008753537,0.023290506,0.0268616,0.002340809,-0.0010310448,-0.010260365,-0.012960461,-0.0065586204,-0.0117759025,-0.00336641,0.008670792,0.06065635,0.01912713,-0.040518858,-0.010164555,-0.005404547,0.015878307,0.0077867284,-0.008431267,0.02684418,-0.0025846886,0.012359471,-0.0036712596,-0.04034466,0.02761066,-0.015651846,0.012794971,0.0030637379,0.031199174,0.027227418,-0.006597815,0.008662082,0.015137957,-0.030484954,-0.020555569,0.034613486,0.0021742305,-0.014162439,-0.02036395,-0.049333367,-0.042260855,-0.010338754,-0.0045074183,0.04699909,0.0062494157,0.016993184,-0.012176562,-0.010617474,0.0006499828,0.03184371,-0.026913859,0.0259035,-0.01310853,-0.0071726744,0.0048383977,-0.0017844585,-0.0040697413,0.022349827,0.049925644,-0.04682489,0.003984819,-0.02064267,-0.023255665,-0.03424767,-0.006140541,0.0043767686,-0.012420441,0.011871712,0.010338754,-0.01318692,0.022889845,0.0010691509,0.031024974,0.014972468,-0.0064541004,0.037766505,0.01350919,-0.00081383943,-0.010016485,0.021322047,-0.011767193,-0.0039064293,-0.025764141,-0.021374308,0.018378073,-0.009258716,0.030502375,-0.01947553,-0.0036669045,-0.003301085,-0.011192333,-0.017855473,0.0133437,-0.0005430133,0.0004265172,-0.015042148,-0.002885183,0.0120459115,0.04476933,0.008069803,0.021844648,0.025764141,-0.021165268,-0.013056271,0.0023691165,0.02682676,-0.0021644318,-0.042260855,-0.02680934,0.008823217,-0.0006537934,0.06535974,0.005435032,0.02626932,-0.027157739,-0.023255665,-0.000010326098,-0.018813571,-0.024405383,0.02071235,-0.007259774,0.0013162968,-0.011889133,0.011366533,0.0076212385,0.02064267,-0.014118888,-0.0040044165,0.00684605,0.001891156,0.018813571,0.01343951,0.014963757,-0.0014436804,0.019649731,0.0063278056,-0.00085956685,-0.0009482998,0.021409148,-0.04490869,-0.023116305,0.015434097,0.015669266,0.034805108,-0.017515784,-0.016435746,-0.034108307,0.010007775,0.046441652,0.0010871153,-0.006197156,0.025485422,-0.005491647,0.054419998,-0.0066283,-0.009964225,-0.023569224,0.0069636344,0.024509903,-0.029404916,-0.013152081,0.009328396,-0.037592303,0.04501321,-0.005300027,0.024597004,-0.015033438,0.0070768646,-0.009729056,0.012725291,0.0130824,-0.0063670003,-0.03943882,-0.027662918,0.0023691165,-0.028202938,-0.034334768,0.037592303,-0.015364417,0.03449155,0.042574417,-0.011061683,-0.027784858,-0.0027915507,-0.0009738854,-0.017681273,-0.004261361,-0.004655488,-0.02013749,-0.005217282,-0.019109711,-0.004751298,0.014005659,-0.011122653,0.008048028,0.023847945,-0.00018073223,0.042853136,0.01336112,-0.0007583132,0.021635607,-0.016906084,-0.021879487,-0.024492484,0.028290037,0.000014391892,-0.014902787,0.032610193,0.038184583,-0.019649731,-0.0067894347,0.00076593447,-0.0012585932,0.0070463796,0.01322176,-0.017324165,0.015338287,0.015904436,-0.0020261607,0.0050387275,-0.017576754,0.011462343,-0.01318692,0.0058226264,-0.0070812195,-0.009119356,-0.016191866,-0.01342209,0.002353874,0.0038519918,-0.029282976,-0.028673276,-0.008592403,0.022436926,-0.01937101,-0.01298659,-0.008169968,0.0050300173,-0.007346874,0.002985348,0.014432448,0.004555323,0.012490122,0.010530374,-0.03313279,-0.00034894384,0.11218463,0.0013729117,0.01297788,-0.02701838,0.0075254287,0.00076593447,0.027871959,0.012734001,-0.00047251678,-0.028028738,0.0131259505,-0.008588047,0.021722708,0.01954521,0.002700096,0.014162439,-0.040623378,-0.0023037915,-0.019283911,-0.016627366,-0.008017543,0.022994366,0.0026587236,-0.004392011,-0.038393624,-0.0010245122,0.009746475,-0.032383732,-0.01975425,0.020799449,0.028638437,-0.032000493,-0.0051824423,0.005909726,-0.0076473686,0.028377138,-0.023795685,0.002586866,-0.03574579,-0.0265132,0.004816623,0.011845582,0.014406319,-0.0028721183,0.01364855,0.005304382,0.015137957,-0.00012044279,-0.026008021,-0.032105014,-0.003612467,-0.0019466821,0.023255665,0.015303447,0.002599931,0.0071117044,0.01340467,0.011340403,0.026112542,0.03375991,-0.009023546,0.011087813,-0.029805575,0.003608112,-0.013613709,-0.0021655206,-0.012141722,0.00014058463,-0.038184583,-0.029526856,-0.0396827,0.00033370138,0.007969638,0.009467755,0.030606894,0.03254051,0.004690328,-0.017393844,0.032993432,0.009755186,-0.017890314,-0.0077475333,-0.038289104,0.003560207,0.022802746,0.009328396,-0.003954334,0.036094185,-0.019231651,0.016122187,-0.012646901,0.021618187,0.021182688,0.028028738,0.0090758065,-0.006062151,-0.03328957,-0.0044050757,-0.01320434,-0.0047033927,0.007268484,-0.0017877248,0.022889845,-0.025328642,-0.06051699,-0.016453166,-0.018378073,0.04083242,0.012080752,-0.0077518886,0.022628546,0.019214232,-0.016174445,0.03961302,0.013030141,-0.022053687,-0.014606648,-0.016627366,0.01335241,-0.0407279,0.02724484,0.029561697,0.0068199197,-0.017123835,-0.000048789538,0.010330045,0.02656546,0.010007775,0.03330699,-0.02013749,-0.016017666,-0.016592525,-0.0006140541,0.0012444394,0.012272372,0.0009809623,-0.017132545,-0.03454381,-0.038776863,0.017289324,-0.0530264,0.011105234,0.0023299216,-0.011044264,0.00054519076,0.00687218,0.018848412,0.028220357,-0.009894545,0.019823931,0.019632312,0.012673031,0.03315021,-0.0056745564,-0.04616293,-0.02039879,0.036547106,-0.014789558,-0.017994832,-0.02064267,0.03416057,-0.0069462145,0.0042156335,-0.007420909,0.030328175,0.03339409,0.016339935,-0.001018524,0.0022537091,0.029753316,0.0034927048,0.015486357,-0.008683857,0.013935979,0.016427035,-0.025798982,-0.011253303,-0.0022580642,0.011819452,0.031791452,-0.024196343,0.010782964,-0.016784145,-0.0030310755,0.0031900327,0.010016485,-0.022855006,-0.016644785,-0.009572276,-0.035885148,0.012603351,0.018378073,0.010835224,0.001977167,-0.001077861,0.014841818,-0.013091111,-0.03158241,-0.029997194,0.020572988,-0.0027871958,0.009816156,-0.010556504,0.004607583,0.008026253,0.03370765,-0.013700809,-0.0030898678,0.030746253,-0.012803681,-0.008500948,0.002154633,-0.03511867,0.027784858,0.018256133,0.011183623,-0.0062799007,0.029282976,0.008753537,-0.03337667,0.027593238,-0.007913023,0.021914328,-0.03943882,0.04759137,0.028655857,0.0063016755,-0.004463868,-0.016636075,0.009023546,0.022576286,0.00021761357,-0.011340403,0.018151613,-0.024562163,0.002578156,-0.01959747,-0.014920208,0.005874886,-0.038080063,-0.02628674,0.02066009,0.0024801688,0.01917939,-0.007825923,0.012838521,-0.009267426,-0.00085684494,0.008770957,-0.019074872,-0.010669734,-0.00023271996,-0.02646094,-0.013996949,0.025189282,-0.010469404,-0.030746253,-0.045082893,-0.025206702,-0.0048079127,-0.03325473,0.002284194,-0.006632655,-0.0034948823,-0.01356145,0.037174225,0.012394312,-0.0144150285,-0.017324165,-0.0095548555,0.010391015,0.02022459,0.003993529,-0.0062537706,-0.010347464,-0.020851709,-0.022628546,0.052225083,0.0071465443,-0.039647862,-0.021862067,-0.00051797205,-0.022332406,0.009633246,0.004426851,0.00020795094,-0.0072205793,0.0004006594,-0.0014687215,0.016217995,-0.022645965,0.024788624,0.025589941,0.039299462,0.024527323,0.008997416,0.015852176,0.021113008,-0.0134308,-0.0076604337,0.0001066293,0.0060839257,0.024022143,-0.024875723,0.02583382,0.023011785,0.025694462,0.008030608,0.014232119,0.029526856,0.012585931,-0.023813104,0.037104543,-0.01966715,0.00007947863,-0.025816401,0.011235883,0.010443274,-0.03478769,0.006571685,-0.024161505,-0.0035558522,0.031669512,0.024213763,-0.017777083,0.018709052,-0.010129714,-0.013726939,0.018134193,0.015956696,0.0082962625,0.0144759985,0.038672343,-0.010565214,0.032401152,-0.037801344,-0.023360185,-0.016879955,0.011052974,0.001830186,-0.016592525,-0.017437395,0.029892676,0.017977413,-0.016967054,0.043027334,-0.014911498,0.00083615875,-0.0067284647,0.01310853,0.008770957,0.049054645,0.007438329,-0.002310324,-0.016940925,0.015338287,0.005861821,0.004751298,-0.0019891432,0.007368649,-0.026182221,-0.017045444,0.0049908226,-0.0069113746,-0.02013749,0.03466575,-0.025537683,0.0034121375,0.017054154,-0.022645965,-0.005831336,0.030084295,0.007995768,-0.0067284647,-0.01303885,-0.010086165,-0.018883253,0.0136049995,-0.031495314,-0.0016712288,0.04166858,-0.0132566,0.0057268166,-0.011993652,0.034735426,0.008257068,-0.012655611,-0.0076996284,-0.03414315],"social":"https://twitter.com/bogdan_fotescu"},{"title":"novus","description":"analyze suspicious messages in seconds","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=6ftXFWRt1PM","youtube_transcript":"Everyone. I'm Emmanuel. And I'm Dominic, and we're building Novus, a browser extension that spots red flags by analyzing website text to stop scams in their tracks. Now, let's show you how your works in three simple steps. The first thing you wanna do is navigate to your message and highlight it. Next, go ahead and right click and then select analyze text. That's all there is to it. And in seconds, you'll have an easy enough analysis to give to your ten year old or to your grandparent. It's also important to note that Nova's works across social media deals, and soon we'll have support for emails in other websites. So we had a bunch of wins. Our initial tweet gained over twenty eight thousand impressions, and we met a developer who was familiar with Chrome extensions and he helped us get our idea to product beta testing phase. We launched on gum road, and we had sixteen users who downloaded and started using our Chrome extension immediately. We got really awesome feedback that we're implementing into our next iteration. Some of the lessons learned were that our research and development cost us about two weeks of shipping and me the engagement, and there were many challenges to integrating email into our product. We're soon meeting with our university's president about implementing Nova's into the school's environment. We've learned a lot in the last six weeks through the iterative process. And we're excited for you to use Novus too. Thank you.","embedding":[-0.016708447,0.015632996,-0.0037465417,0.001887883,-0.0009609889,-0.04195815,-0.020932317,0.02874102,0.018625554,0.042675115,0.036378276,-0.018656725,-0.03326103,-0.052245066,0.044296086,0.017285137,-0.029941162,-0.022288319,-0.03388448,0.057731424,0.051590446,0.03650297,0.024174254,0.026558949,0.005887701,-0.031172475,-0.010310296,0.051341064,0.007699601,-0.046446986,0.00043422283,-0.03316751,-0.01317037,0.086472444,-0.008393189,0.009484225,0.011603953,-0.056016937,0.009601122,0.051590446,-0.031842683,0.0070216,0.042830978,0.007317738,-0.046010572,0.035692483,-0.015757686,0.0110974,-0.007906118,0.049096648,-0.048067953,-0.0025814704,-0.0130145075,0.031749167,-0.0413347,-0.049003128,-0.018719072,0.05077996,-0.05102934,0.010855814,0.00896988,-0.0076606353,0.020854386,0.015625203,0.016365549,-0.010964918,-0.031671233,-0.0034367652,0.005747425,0.014027613,0.068704136,0.0067488407,0.027509708,-0.0477874,-0.008564637,0.007469704,-0.02261563,0.040399525,-0.0108090555,0.015305685,0.02766557,-0.03815511,0.013676923,-0.011978023,-0.04145939,0.004800561,-0.003956956,-0.017550103,-0.030969853,-0.026200464,-0.0050966996,0.043236222,-0.05124755,0.013030094,0.032575235,0.03276227,-0.060443427,0.013723682,0.058915976,0.024221012,0.03753166,-0.015087478,0.01002195,-0.017394241,0.01137016,-0.0062461845,0.04217636,-0.017020172,0.014175682,-0.009266018,-0.10879193,-0.0027840915,-0.010310296,-0.031250406,0.025686119,0.028429296,-0.013372991,-0.03388448,0.011354574,-0.03996311,-0.024657426,0.027151225,0.022880595,0.015944721,0.037469313,-0.022600044,-0.042799808,0.005272045,0.007878843,-0.045823537,0.0076333596,-0.00847112,0.06789365,-0.0019034692,-0.025608188,0.019763349,-0.015071891,-0.02104142,-0.018173553,0.05695211,0.015297892,-0.0229897,0.016770791,-0.030798404,-0.041771114,-0.06122274,-0.0064137364,0.03669,-0.03235703,-0.008977672,-0.0018284605,0.008525671,-0.060287565,-0.03450793,0.011315608,-0.005747425,0.020340038,0.07456456,-0.05567404,-0.033354547,-0.008424361,0.039370835,-0.032575235,-0.037594005,-0.031702407,0.046945747,0.008003533,-0.0937668,-0.044763673,0.033822134,-0.025826395,0.000013508579,-0.011003884,0.028444882,0.033603925,-0.020433556,0.03338572,-0.07150965,0.016116168,-0.038747385,-0.000857243,0.012850853,0.035100207,-0.028133158,-0.066896126,-0.01584341,-0.00015805419,-0.019981556,-0.04625995,-0.015726512,-0.0031815406,0.021228455,0.029878816,0.020823212,0.0020827109,-0.047600366,0.06390357,-0.03980725,-0.030969853,-0.015040719,0.005544804,0.010216778,0.026652465,-0.031749167,0.013653544,-0.014347131,0.00013211771,-0.026106946,-0.021134937,0.008759465,0.06346716,0.012710576,-0.021103766,-0.00006155346,-0.05227624,-0.0506241,-0.02803964,0.01424582,0.0125313345,0.023987219,0.0034406618,0.0057162526,0.03603538,-0.060942188,0.018407347,0.09538777,0.0647764,-0.00013260478,0.017737137,-0.029582677,-0.0029204711,-0.014861477,-0.0015362184,-0.031951785,0.007773636,-0.010341468,0.016225273,-0.042145185,0.007056669,-0.01599148,0.0039121453,0.019295761,0.03248172,0.036721174,0.033354547,0.0055097346,-0.04763154,-0.051839825,0.02261563,0.03980725,0.04121001,0.017409828,0.06287488,-0.014565338,0.03123482,-0.008369809,-0.034352068,0.0721331,-0.0020515386,0.006990427,-0.0022561077,-0.05255679,-0.009515397,0.015204375,0.007450221,0.029504746,0.020355625,-0.011175332,0.025234118,-0.03316751,0.019046381,-0.0072476002,-0.0075827045,0.017440999,-0.04788092,-0.0029419023,0.00369199,0.0574197,0.031577718,-0.008619189,0.0053460794,-0.0026788844,-0.0062734606,-0.050873477,-0.0030490577,0.03106337,0.03198296,-0.0050265617,-0.022522112,0.0032536269,-0.009538777,-0.022600044,-0.019139899,-0.0024372977,-0.025670532,0.008595809,0.032699924,-0.010450572,-0.007072255,0.015165409,-0.021244042,0.001428089,0.024330117,-0.021010248,-0.020511487,0.014736787,-0.005790287,-0.0005942253,0.010388227,0.009180293,0.0073956694,0.03441441,0.019965969,-0.012913197,-0.020480316,-0.031453025,0.028974814,-0.017098103,0.019872453,0.036191244,0.0061409776,0.00084409217,0.02009066,0.02766557,-0.00689691,-0.023987219,0.032419372,-0.015936928,0.042020496,-0.01052071,0.040742423,-0.04083594,0.015531685,0.011611747,0.018874934,-0.036004208,-0.012920991,-0.03665883,0.030829577,0.014978373,-0.03740697,-0.06745724,-0.011214297,0.011759816,0.023005286,-0.0032653166,-0.0021762284,-0.06490109,0.011058435,0.049470715,-0.059944667,-0.018220311,0.0054084244,-0.011159746,0.013567819,-0.00399787,0.01714486,-0.03428972,0.037219934,0.012180644,-0.012998922,0.048847266,0.03135951,0.050561752,0.002745126,0.017815068,-0.02846047,0.02956709,0.020963488,-0.009359536,-0.012352093,0.0005274967,0.018532036,0.012811887,-0.060038187,0.021961007,-0.000470266,0.019295761,0.016116168,0.02783702,0.08329285,0.004683664,-0.014853684,-0.04195815,0.014986167,0.02306763,0.026730396,-0.026512189,-0.029146263,0.009523191,-0.0017378654,-0.021758387,-0.005568183,-0.026169293,0.04161525,0.075936146,-0.0061916327,0.05115403,0.013980854,-0.047818575,0.055019416,-0.04058656,-0.006144874,-0.010559675,0.003177644,-0.008751672,-0.0161941,0.026262809,0.03541193,-0.012578093,-0.008486706,-0.04763154,0.04485719,-0.02406515,0.008050292,0.022428595,0.005490252,-0.014674442,0.034975518,0.029052746,-0.015516099,-0.043142702,0.019061968,0.015375823,-0.011526022,0.029239781,-0.0009434544,-0.0064916676,0.015266719,-0.050250027,-0.012983335,0.0073450143,0.027369432,0.034040343,-0.049938302,-0.0055564935,-0.029333299,0.07144731,0.05682742,-0.006269564,-0.03678352,-0.022023354,-0.062687844,0.015975893,0.046509333,-0.0002703238,-0.06901586,-0.0013433388,0.008564637,-0.045262434,-0.043766152,-0.010551883,-0.02596667,0.014160097,-0.07662194,-0.05885363,0.03516255,-0.0024022288,0.043173876,-0.014877063,-0.018298242,0.000073851974,-0.03310517,0.019326935,0.00036189295,-0.032201167,-0.039027937,0.022210388,0.030003507,-0.020230936,0.01669286,0.0020242624,-0.04697692,0.02009066,-0.06184619,-0.021633698,0.02704212,0.001337494,0.03905911,0.011759816,-0.037095245,-0.0016044083,0.00124008,0.03081399,0.021727214,0.033822134,-0.019763349,0.03081399,-0.033759788,0.038965594,0.042830978,0.029941162,0.054333623,-0.019934798,0.025000324,-0.0400878,0.0055915625,-0.051372238,-0.017472172,0.0073333248,0.02841371,0.007874946,-0.023223493,0.0549259,0.037157588,-0.046789885,0.01971659,0.016459066,-0.0062929434,0.051902167,-0.03198296,0.017363068,-0.017674793,0.020573832,-0.050187685,-0.0037036797,0.026792742,0.029255368,-0.02199218,-0.0031581612,0.0013764596,0.034694962,-0.004091387,0.02828902,0.016770791,-0.02256887,-0.02741619,-0.02369108,-0.043734983,0.0034270238,0.005100596,-0.048597887,0.032668754,-0.009032224,-0.03015937,-0.016131755,-0.024719773,-0.034165032,-0.006090322,-0.02841371,0.0005557468,0.0016083048,0.033042822,-0.015523892,-0.005065527,0.0391838,0.011572781,0.025093842,-0.01644348,0.014417269,0.014082165,0.0052954243,0.032793444,-0.019950384,-0.010131054,0.014199062,-0.020527074,-0.0089153275,-0.016583756,-0.026886258,-0.0028444882,-0.014978373,0.018609967,0.005977322,-0.0024918497,-0.010380434,0.017035756,0.018251484,-0.051372238,0.029302126,0.007777532,-0.019171072,-0.005268148,-0.017129274,0.043236222,-0.0074073593,-0.017082516,-0.007469704,-0.04370381,0.0121416785,-0.021072593,-0.017893,0.0063435985,0.047163952,-0.00009406538,-0.00085529475,0.018532036,-0.006737151,0.006764427,0.0044264914,0.01354444,-0.019233417,0.022444181,0.03391565,-0.008923121,-0.006012391,-0.018687898,-0.029348884,-0.010840228,0.005727942,0.0060981154,-0.046446986,0.012593679,-0.035349585,0.035006687,0.03313634,0.008089257,-0.042394564,0.033697445,-0.024049563,-0.014635476,0.018672312,-0.04208284,0.025577014,-0.00097511394,-0.00091861386,0.020012729,0.01769038,0.038996764,-0.0000065069494,-0.0033432478,-0.01942045,-0.0056539075,0.029302126,0.021773973,-0.0040641115,0.017456586,-0.011019469,0.014464028,-0.018874934,0.02588874,0.0069826343,0.043797325,-0.009234846,-0.004843423,-0.005127872,0.01606941,0.013739268,-0.0017865724,-0.022802664,-0.008338637,-0.006020184,-0.008432155,-0.01971659,0.0080658775,0.021851905,-0.0012732007,0.011074021,-0.016365549,-0.010528503,-0.009616708,0.014401683,0.05810549,-0.024049563,0.0010890883,-0.017051343,-0.025327636,-0.0008621137,-0.005533114,0.010583055,-0.034476757,0.03678352,0.0033218167,-0.0066007716,-0.05205803,0.014651063,-0.013256094,0.030502265,0.008814017,0.012079334,-0.035224896,-0.0027626606,0.0017592965,0.021477835,0.03192061,0.022927355,-0.014456235,-0.07088621,0.0558299,0.022958526,-0.00039817966,0.01901521,-0.01896845,0.005162941,0.0013121663,0.009414087,-0.041677598,0.02588874,0.0029672298,-0.00095563114,0.012523541,0.0014397786,0.0246886,-0.014502994,0.009554363,-0.02961385,-0.009273811,0.012889818,-0.015032926,-0.09270694,-0.0047849747,0.016365549,-0.070636824,0.016225273,-0.024860049,-0.038965594,-0.03288696,-0.005057734,0.04763154,0.05757556,-0.015757686,-0.004987596,-0.038186282,-0.014378304,-0.0016589601,-0.022896182,-0.0077034975,-0.027478537,-0.0155628575,-0.030206127,-0.0059695286,0.03893442,-0.0091335345,-0.00029443376,0.037438143,-0.0039666975,-0.0025619876,0.046852227,-0.0302373,0.0106376065,-0.0073099453,0.008814017,-0.012741749,-0.006569599,0.005630528,0.013762647,-0.022537699,0.009562156,-0.057513215,-0.026668051,-0.020246523,0.008626983,0.015547272,0.023114389,0.01971659,-0.0052993204,-0.020760868,0.011868919,0.011229884,0.017129274,-0.015064098,0.017191619,-0.049938302,0.04385967,0.00844774,-0.021462249,0.0013443129,0.03768752,0.029193021,0.012648231,0.029598264,0.031328335,-0.012359886,0.057357352,0.028444882,0.037781037,0.015726512,0.033292204,0.0022112974,0.021321973,0.026262809,-0.010037537,-0.035006687,-0.006674806,0.02846047,-0.007804808,-0.039620213,-0.022070112,0.0037601797,0.01694224,0.004278422,-0.00399787,-0.005135665,-0.048161473,0.0032302476,-0.030751646,-0.018469691,0.0038712316,-0.00809705,-0.043111533,-0.00266135,-0.023784598,-0.01559403,-0.012687197,0.037251107,-0.0026438155,-0.0009785234,-0.058697768,0.009554363,-0.02998792,0.009250431,-0.043423258,-0.009616708,-0.009492018,-0.027977295,-0.000039665756,0.00033120753,0.0195919,-0.02526529,-0.011884506,-0.021446662,-0.0056110453,-0.019326935,0.031219233,0.0019940643,-0.011253263,0.019545142,-0.012266369,0.010380434,-0.035474274,-0.008665948,-0.013217129,0.016552584,0.0029828162,0.0076333596,-0.0013033991,0.012507956,0.028335778,0.00049218413,-0.040555388,0.043142702,0.0071151173,-0.01934252,-0.004862906,-0.003838111,0.032419372,-0.035006687,0.009304984,-0.008213947,-0.02551467,-0.044420775,-0.0148848565,0.019825693,0.0054318034,0.003434817,0.012905404,0.026558949,-0.010536296,-0.01099609,-0.017986517,-0.033229858,-0.01624086,-0.02451715,-0.021057006,-0.0006604668,0.000105572406,0.023956046,-0.025748463,-0.016599342,0.0012780714,-0.0037290072,0.009375121,-0.01756569,0.008190568,0.02766557,-0.029411228,-0.04791209,0.0007578808,0.04058656,-0.003226351,-0.021805145,0.03740697,-0.026823914,-0.013474302,-0.006487771,0.012811887,-0.046041746,0.025670532,-0.011861126,-0.007119014,0.008806224,-0.011253263,-0.018952865,0.0066046678,-0.027743502,0.029707368,-0.006269564,0.04245691,-0.018734656,0.0037095244,0.021462249,-0.0010764245,-0.02108818,-0.0057591144,-0.0071657724,0.021010248,0.017160447,0.018095622,-0.00038648996,-0.029473575,-0.024423633,-0.016661687,0.005007079,-0.01731631,-0.018189138,-0.010497331,0.018937279,0.016833136,0.04071125,0.02870985,0.02721357,-0.014838098,0.049813613,-0.0076840147,0.010177813,-0.011713057,0.021446662,0.050374717,0.009266018,-0.04030601,-0.01182216,-0.022303905,-0.015555064,-0.0016229169,-0.024532737,-0.0091725,-0.037562832,0.0007194023,-0.0029906093,0.0037504383,0.0053889416,0.028881297,-0.020386798,-0.000933713,0.005482459,-0.023457287,0.020324454,-0.0021509007,0.0010598641,0.025686119,-0.011416919,-0.010388227,-0.006335805,-0.012281955,0.03326103,0.009756984,0.021820731,0.019654244,0.00041303528,-0.0106454,0.014417269,-0.011471471,-0.0014475718,0.0066046678,-0.04775623,-0.015936928,0.00018752192,-0.018360587,0.030128196,0.005077217,-0.03980725,-0.015835617,-0.020121831,-0.055112936,-0.013887337,0.0016492187,0.015975893,-0.002291177,-0.020573832,0.023098804,-0.009499812,0.025873154,0.0012391058,-0.0055058384,0.031577718,-0.01137016,0.05794963,0.0025658843,0.015391409,0.006102012,0.012079334,0.0506241,-0.01244561,-0.04548064,0.005030458,0.028850125,-0.0031854373,-0.0012566404,0.008977672,-0.0073761865,0.003658869,-0.03190503,0.0067059784,0.004153732,0.018532036,-0.0017047446,-0.030736059,-0.039620213,-0.032731097,0.007559325,0.004714837,0.011222091,-0.018235898,-0.029941162,0.0022346766,-0.030471094,0.013248301,-0.0221948,-0.00092056213,-0.029270953,-0.0054123206,-0.0025892637,0.035723656,-0.013856165,0.03372862,-0.031078957,0.021758387,-0.0055487,-0.009164708,0.0037816109,0.029005988,-0.013357406,0.03400917,-0.037999246,0.0032458338,0.006628047,0.029582677,-0.013949682,-0.012601472,-0.0049836994,-0.0057669077,0.015149822,-0.045168914,0.0077580493,0.010099881,0.0043368703,0.015064098,-0.03806159,-0.005455183,0.016100584,0.002772402,-0.010762297,0.011455884,0.0413347,-0.0017865724,-0.027135639,0.0075359456,-0.04784975,0.0014173734,0.03181151,0.03927732,0.01644348,0.044888362,0.011892299,0.023831356,-0.00422387,-0.0049642166,-0.004695354,0.0036121104,-0.00050363026,-0.011058435,-0.025421152,-0.0009030276,-0.02236625,-0.0020827109,0.001637529,0.020355625,-0.010411606,0.0022405216,-0.024579495,0.036315933,0.00760998,0.0013141147,-0.017596861,-0.009375121,-0.018438518,0.0061137015,-0.012928784,0.028803365,0.0029769712,0.021415489,0.01401982,-0.019233417,-0.024984738,0.0050499407,0.020480316,-0.00037674856,0.008751672,0.0058682184,0.00052847085,0.02493798,-0.0080424985,-0.0048317336,-0.005108389,0.014425063,0.044576637,0.03594186,0.010723331,0.028398125,-0.011518229,0.012430024,0.017035756,-0.0125703,0.024096323,-0.025374394,-0.049595404,-0.0058136666,0.0007150186,-0.029426815,-0.01656817,-0.0046096295,0.006452702,0.00271785,0.0049992856,0.01194685,-0.005829253,0.012874232,-0.0108714,0.008291878,0.003469886,0.03276227,0.010886987,-0.011261056,-0.02659012,-0.0011816316,0.0022190905,-0.0045044227,0.019233417,0.0056422176,0.027322674,0.023581976,-0.026558949,0.0032633683,-0.0042628357,0.023379356,0.017737137,0.020355625,-0.014440648,0.023052044,0.015788859,0.0071384967,-0.004060215,-0.008954293,0.031608887,-0.0041849045,0.017908586,0.016396722,0.09563715,-0.010723331,0.028320193,0.0015781065,0.012617059,0.012476782,-0.001916133,0.0036452312,0.005240872,-0.006117598,-0.010653193,-0.01896845,-0.009858295,0.01511865,0.012578093,-0.026309568,-0.01681755,-0.0039004558,-0.002152849,-0.025109427,-0.014167889,0.042519256,0.01769038,-0.01476796,-0.023223493,-0.014502994,0.010489537,0.004781078,0.016646102,0.028070813,0.00969464,0.039994285,0.023846943,0.034165032,0.003783559,-0.0050811134,-0.023504045,0.005287631,-0.005650011,-0.0061682533,0.009492018,-0.007941187,0.03213882,0.015547272,0.012593679,0.014845891,0.00025546816,0.03616007,-0.016552584,-0.030174956,-0.02973854,0.014448442,-0.019482797,0.015025132,0.020869972,0.013232715,0.02708888,0.035006687,0.011767609,0.001428089,-0.0071462896,0.01797093,-0.007777532,0.023129975,0.014191269,0.013030094,0.017705966,-0.006674806,0.00008067095,0.006257874,-0.014160097,0.014791339,0.026309568,-0.013482095,0.012297541,0.018672312,0.050374717,-0.0020573833,0.023052044,0.020355625,-0.014027613,0.02241301,-0.020168591,-0.0112688495,0.011993609,0.0051941136,0.0077190837,0.02116611,-0.013217129,0.014175682,-0.014838098,-0.0061487705,0.038591523,0.02448598,-0.015399202,0.015484926,-0.00932057,-0.024828875,-0.0039822836,-0.057295006,0.017160447,0.018033275,-0.03803042,-0.0063903574,0.0036822485,0.004827837,-0.04535595,0.021929836,-0.020324454,0.014931615,-0.0035341792,0.008377602,-0.0006911522,-0.02659012,0.0036238001,0.0032945408,-0.033603925,0.01963866,-0.010863607,-0.022054525,0.012040368,-0.030767232,-0.011448091,-0.0009468639,-0.04195815,-0.020230936,-0.006179943,-0.015329064,0.0028347468,-0.016677273,0.0055915625,0.015656374,-0.0026730397,-0.008494499,-0.01706693,-0.0089465,-0.029130677,-0.059882324,-0.01571872,0.037749868,-0.04548064,-0.0013043733,0.00054844073,8.067095e-7,-0.012889818,-0.0280864,0.018080035,-0.041926976,0.015142029,-0.005665597,-0.001686236,-0.002193763,0.015297892,-0.026293982,0.022085698,-0.05679625,0.004878492,-0.019560728,-0.013302853,0.0056617004,-0.012593679,-0.02361315,-0.00700991,0.0052213892,0.019950384,0.0010510968,0.019903624,-0.000018112913,0.042675115,0.010793469,-0.0077853254,-0.02493798,-0.0072748763,0.021976594,0.029629437,-0.025904326,-0.01244561,0.0125547135,-0.01437051,-0.0086971205,0.0023145562,-0.03603538,0.008112636,-0.009468639,-0.0039335764,-0.0034114376,0.0051473547,-0.00091033365,-0.035287242,-0.019888038,-0.013076853,-0.027026536,-0.03176475,0.028694263,0.047319815,0.010053123,0.010512917,0.0038127832,-0.017830655,0.032731097,-0.0034893688,-0.026481017,-0.010855814,0.003783559,-0.011689678,0.030891921,-0.014822511,0.016412308,0.01669286,0.02256887,0.004356353,0.017300723,0.017534517,0.017409828,0.041864634,0.009912847,-0.02701095,0.022101285,0.013045681,-0.022148043,0.012414438,-0.036752347,0.010037537,0.0021957112,-0.00066728576,-0.015609616,0.011752022,-0.004605733,-0.046571676,0.013443129,0.0014105544,-0.026106946,-0.028195502,0.025015911,-0.0007155057,0.0151264435,-0.0013209336,0.003756283,-0.0011679936,0.00059276406,-0.026652465,0.010076502,0.008486706,0.03143744,-0.00058350974,0.048036784,0.003526386,0.0007924627,-0.027572053,0.011066228,0.0011231832,0.02281825,-0.046852227,-0.0013228819,0.014082165,0.008852983,0.038092762,-0.02646543,-0.026403086,-0.023659907,-0.008767258,0.0052564587,-0.008385396,-0.0017992363,0.012920991,0.008962086,0.009577743,-0.01137016,-0.046446986,0.0039452664,-0.03400917,-0.02009066,-0.0036315932,0.0026847294,-0.0044459742,-0.021150524,-0.0010423296,0.024392461,-0.004438181,0.002669143,-0.022537699,-0.01644348,-0.02849164,0.00271785,-0.0016667532,0.02154018,-0.014386097,-0.018734656,-0.018064449,0.011401332,-0.011666299,0.038622696,-0.018298242,0.0034114376,0.012585887,0.0018645036,-0.015858997,0.019093141,-0.009406294,-0.0280864,0.00062393653,-0.022522112,0.0089465,-0.039246146,0.037749868,0.034601446,0.029551506,-0.004905768,-0.034570273,-0.00084457925,0.021867491,-0.042363394,0.035443105,0.01437051,0.00089426036,-0.010341468,0.004040732,0.005622735,-0.0028094193,0.029941162,0.014199062,0.013910716,-0.006125391,0.013778234,0.02381577,0.022085698,-0.019732175,-0.011151953,0.039246146,0.0075047733,-0.014448442,0.01714486,0.023846943,-0.009437467,0.03865387,-0.006694289,-0.018407347,-0.024423633,0.010216778,-0.019482797,0.006102012,0.027478537,0.035817172,0.0030198335,0.021773973,0.028850125,0.022600044,-0.0024197632,0.009562156,-0.024205426,0.022070112,-0.019404866,0.015960306,0.03731345,-0.020573832,0.0020866075,0.036939383,-0.010185606,0.00969464,0.009850502,-0.0400878,0.0016560376,-0.022677975,-0.020308867,-0.013466509,0.016988998,0.012289748,0.026044602,0.029146263,-0.011697471,0.024828875,-0.0011183125,0.00077005755,-0.033416893,-0.040150147,-0.012102713,-0.008907534,0.00884519,0.0027568156,-0.047163952,0.026325155,-0.036097724,0.032045305,0.009016638,0.023114389,0.053990725,-0.015056305,0.0035711965,-0.020121831],"social":"https://twitter.com/emanperez28"},{"title":"thread of life protocol","description":"creator solutions for on-chain merchandising aka programmable fashion","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=J-BuO9Xtksk","youtube_transcript":"I'm Avi, AKA, gratitude, founder of five d studios, and our project is called the threat of life protocol, or creator solutions, or Anshay merchandise Okay. Programmable FASH. This is a threat of life protocol. We one stop solution for on chain merge and programmable FASH. We bring ideas to light from designed to sample production. We tailored a network of small and medium sized production houses across the nation financially. Our commitment to sustainability is what we never regret in turning up to production. Our unique services breaking up. We offer three d model, on trade products creation immersive AR and VR capabilities, transforming the way from you and your audience and experience your merging. Mike creators, four breeders, five feet, a pretty young, but what also lays me with some with some packaging. Package a hundred percent biodegradable. I know it was sustainable. I have six weeks started off with a simple calform and got our first paying user within the first two weeks with an initial commit of a hundred fifty dollars. Over the course of the next few weeks, we offered consulting and digital services. Which included web design, online distribution, and developing AI solutions, which included writing a book in a day for a total of six k, with two thousand in the bank. Currently, you have an offer to utilize the threat of life protocol services for international golf brands from Scotland to Japan. And also have an offer on the table for equity in these brands. And that is the Fred of Life protocol for you. Thank you for your time.","embedding":[0.03434586,0.024336688,0.01071216,0.03749256,-0.032253645,-0.04231303,0.013967652,0.032571662,0.014838016,0.0038580513,0.040706206,-0.05058148,-0.031115476,-0.05881645,-0.008460932,0.022579225,0.039367188,-0.049577214,-0.037157804,0.020386579,0.03585226,0.019081036,-0.018495213,0.041342244,0.012461254,-0.0327223,-0.005289129,0.03340855,0.002316086,-0.055301525,0.04120834,-0.043417722,0.0070716995,0.011950754,-0.014042972,0.0018913657,0.0293078,0.0060967254,0.0109799635,-0.00810944,0.0070089325,-0.04408723,0.054129884,0.024637967,-0.017223144,0.012017705,-0.03377678,0.018428262,0.008021567,0.026010463,-0.03689,0.01569164,-0.0034416998,0.06105931,-0.02276334,-0.032554924,-0.0024060516,0.030445967,-0.026529333,0.019014083,0.030512918,-0.019917922,0.036320917,0.026445644,-0.033525713,-0.027767926,-0.054397687,0.040471878,-0.0025943513,-0.012929912,0.04365205,0.040070172,-0.0043183393,-0.02105609,-0.056439694,-0.024370164,-0.046296615,0.015490787,0.028805668,-0.019516217,0.001243824,0.034161747,0.005435584,0.013775168,-0.074181706,-0.01495518,-0.060155474,-0.016461577,-0.057845663,0.013197715,-0.041543096,0.027868353,-0.027901828,0.014118292,0.048372097,0.012678846,0.0014771065,0.06032285,0.017892655,0.019499479,-0.010737266,-0.013524102,0.0033349968,0.009582362,0.021541484,-0.0072851055,0.030780721,0.016913496,0.01688839,0.007875111,-0.12667128,-0.008586465,0.02699799,0.048673376,-0.039333712,0.022311421,-0.0058205524,-0.009799953,0.017658327,-0.015674902,-0.06333564,0.02283029,0.026161103,-0.013574315,-0.019014083,-0.036253966,-0.009774846,-0.011708056,-0.037224755,-0.06433991,0.03956804,-0.011105497,0.027717713,-0.015474049,-0.048907705,-0.009557256,-0.06002157,-0.012243664,-0.02373413,0.021742336,-0.0050296937,-0.025926774,0.03950109,-0.0067453133,0.03145023,-0.01018492,-0.021993402,0.03541708,0.011883803,-0.013591053,0.019298626,-0.0009352218,-0.05982072,0.023215258,0.00807178,-0.02781814,0.007942062,0.049510263,-0.031617608,-0.01703066,0.0024855558,0.030245114,-0.035684884,-0.024637967,0.0032596767,0.006230627,-0.024269737,-0.019298626,-0.07518597,0.011649474,-0.0535608,-0.021625172,-0.044120707,-0.0045694057,0.007942062,-0.025843086,0.051418368,-0.037793837,-0.054263785,-0.06758703,-0.0150305,0.05453159,-0.021223467,-0.02283029,-0.05660707,-0.02209383,-0.002841233,-0.022227732,0.012185082,0.028002255,0.031333067,0.002228213,-0.0069043217,0.010385774,0.034747567,-0.036555246,0.032772515,-0.0008656555,0.03732518,-0.009548887,0.012335721,-0.013398569,-0.008921221,0.056941826,-0.00020896035,-0.011691318,0.00063185004,0.00091796095,-0.007711918,0.0066783624,0.06752008,-0.028102681,0.010695422,0.0031676192,-0.036187015,-0.025039673,-0.010452725,0.01770854,-0.013766799,0.017440734,-0.013632897,0.03622049,0.022562487,-0.01383375,-0.004435504,0.047267407,0.0077328403,0.034914944,0.03695695,-0.038262498,0.04485717,0.018277623,0.0020116684,-0.04321687,-0.008887745,-0.019030822,0.030747246,-0.013524102,0.04314992,0.0016528527,0.022277946,0.0104862,0.021340631,-0.00133902,0.0012668384,-0.00003844452,-0.031768247,-0.051083613,-0.029943835,0.04813777,0.0767928,-0.003050455,0.040137123,-0.02105609,-0.0050840913,-0.027198844,0.012193451,0.0037890081,-0.012846223,0.043852903,0.017064136,-0.021407582,-0.04254736,0.03535013,-0.032538187,0.0535608,-0.01457858,0.012277139,0.032203432,0.04559363,-0.0048246565,-0.009766477,0.010293717,0.014946811,-0.0007134466,-0.018612377,0.008586465,0.041677,-0.016402995,0.029123684,0.008586465,-0.007368794,-0.0052263625,-0.040471878,-0.03809512,0.03869768,0.059988096,-0.010695422,-0.027734451,0.0065653822,0.052623484,-0.002525308,0.028403962,-0.03792774,0.040271025,0.005163596,-0.0025943513,-0.015549369,-0.014938442,0.029943835,0.015440574,0.0075822007,-0.012921543,-0.012360828,-0.026345218,0.011800114,0.018712804,0.023416111,-0.015658164,0.0032973366,0.03282273,0.011582523,0.020788286,-0.03571836,-0.03846335,0.012285508,0.044957597,-0.00967442,-0.023616966,-0.019516217,-0.030211639,-0.038496826,0.009766477,-0.015298303,0.02751686,-0.016871652,0.033073794,0.030579869,0.006084172,-0.016260725,0.025759397,-0.031333067,-0.02632848,-0.076591946,0.00019771467,-0.016285831,0.024704918,-0.046798747,0.072708786,0.009942223,-0.025709184,-0.05714268,-0.0351158,0.04248041,0.022060353,-0.012528205,0.0025127546,-0.030144688,0.026244791,0.043417722,-0.013030338,0.0062264428,0.02559202,0.009716264,-0.0034793597,-0.025391167,0.0419448,-0.008837532,-0.032789253,0.0045986967,-0.068524346,0.049409837,0.039835844,0.01837805,-0.008088518,0.0045652213,-0.02848765,0.0047116764,0.037157804,-0.03541708,0.058548648,-0.016177036,0.013273035,-0.015616321,-0.04843905,-0.0021267403,0.030697033,0.017524425,0.039367188,-0.00021850609,0.06996379,0.0016748211,-0.030462705,0.011189186,-0.009699526,0.050246727,-0.022378372,0.010452725,-0.038865056,-0.012779272,0.07987254,-0.060891934,-0.036856525,0.0077161025,-0.020235939,0.0029395672,0.034245435,0.03571836,0.015063975,-0.012000967,0.017131086,-0.016202142,-0.007536172,-0.0047869966,-0.035249703,0.021307155,0.005230547,0.0148463845,-0.014930073,0.026512595,0.03309053,-0.104175754,0.07813182,-0.020436792,0.024939246,-0.0284207,0.027282532,-0.02015225,0.037827313,0.010377405,-0.013858857,-0.044154186,0.01264537,-0.0471335,-0.030044261,0.023834556,0.041107915,-0.008594834,0.004849763,-0.08067595,-0.062230952,-0.005632253,0.042078704,-0.012620264,-0.012888067,0.043719,-0.017792229,0.019214937,-0.03355919,0.014787802,-0.044154186,0.0010952766,-0.011507203,-0.037425607,-0.055971034,0.0016026396,0.004006599,0.0260272,-0.047501735,-0.033944156,-0.0011423514,-0.039166335,-0.034981895,0.04395333,-0.050715383,0.012444517,0.013356725,0.0200853,0.057544384,-0.02410236,-0.03071377,0.025340954,0.00006211274,0.031801723,-0.03146697,-0.043317296,-0.012009336,-0.017842442,0.010151445,-0.017892655,0.025474856,-0.029408226,0.0039794,0.05446464,-0.012067918,0.030998312,-0.012603526,-0.033458762,0.005435584,-0.012846223,0.0031822647,0.020403316,-0.02112304,0.053359948,-0.015808804,0.028906094,-0.026361955,0.0041174865,-0.035651408,0.012118131,0.03548403,0.0071512037,0.040337976,-0.02298093,-0.0013892333,-0.035584457,-0.030579869,-0.03755951,-0.020871975,-0.0064147427,0.024554279,-0.0014530459,0.027265795,0.039668467,-0.010887906,0.0011925647,0.028136156,-0.038597252,-0.020704597,0.035818785,-0.030630082,-0.0059837457,-0.023114832,0.030027524,-0.034044582,-0.013105658,-0.010034281,0.034981895,-0.010109601,-0.016227249,0.0021372014,0.008519514,-0.011992598,0.02000161,-0.0003148789,-0.0137416925,-0.036488295,-0.00089390046,-0.037760362,-0.029960573,0.0035797863,-0.009707895,0.012519836,-0.0023119017,-0.033006843,0.011314719,-0.0031446049,-0.034178484,-0.023332423,0.0006951397,0.02744991,0.017080873,0.019951398,-0.017758753,0.007929509,0.011607629,-0.018361311,0.009716264,-0.022210995,0.036187015,0.038128596,0.005251469,0.010402512,-0.04224608,-0.019382315,0.039333712,0.01316424,-0.0056573595,0.024152573,0.04669832,-0.0005465921,-0.020922188,0.017658327,-0.0029563052,0.040137123,0.06437339,0.007875111,0.021441057,-0.021558221,0.013356725,0.0007730748,-0.052523058,-0.020319628,-0.033960894,0.047736064,0.018528689,0.010829324,-0.005163596,0.0023767604,-0.0018285991,-0.0336094,-0.039233286,-0.045426253,0.012176713,-0.016846545,0.0151560325,-0.018729541,0.028320273,0.020805024,0.031333067,0.01688839,0.02313157,0.000029683353,0.038429875,0.027433172,0.004448057,0.0059921145,-0.03504885,0.0110971285,0.03622049,0.022796815,-0.0030943914,0.0015461496,-0.0586156,-0.042748213,-0.008360506,-0.00483721,-0.0013348355,0.029575603,-0.018980607,0.002899815,0.020470267,-0.0026445645,-0.03369309,0.001405971,-0.016260725,0.015415467,-0.011967491,0.035149276,0.029424964,-0.0056113307,-0.044689793,0.049443312,0.022378372,0.017290095,0.036990426,0.014695744,-0.040204074,-0.011908909,0.024202786,0.008264264,-0.00086513243,-0.027316008,0.013766799,-0.019884447,0.00047179533,0.0051970715,0.039333712,-0.011423514,-0.041677,0.0074524833,-0.016202142,-0.008904483,-0.04157657,0.04291559,-0.021189991,-0.03993627,0.030161425,0.014059709,-0.023382636,0.0072725522,0.0016873744,-0.0054606907,-0.024922509,0.02276334,0.010143076,-0.05004587,-0.025207052,0.027801402,0.02246206,0.009306189,0.0145451045,0.0022721495,-0.019482741,0.024420377,0.01108876,0.011155711,0.024855558,-0.01264537,0.017273357,-0.00952378,0.019482741,0.012955018,-0.0054272152,0.010444356,0.019281888,-0.026797138,-0.06976294,0.019231675,0.016034765,-0.022662913,0.016386257,-0.014352621,-0.000035894627,0.007490143,0.019298626,0.018645853,-0.009414984,0.011917278,-0.012837854,-0.018696066,0.009423353,-0.010034281,-0.012637001,0.014193612,-0.026244791,-0.02686409,0.035082325,0.0023223627,-0.087638855,-0.034161747,0.012971756,-0.026512595,-0.011800114,-0.0037639015,-0.0038580513,-0.029692769,0.05489982,0.008670154,-0.008619941,-0.029676031,-0.0029563052,-0.009624206,0.0700977,-0.021457795,0.031366542,-0.009766477,-0.038295973,0.0091304425,-0.009113705,-0.04917551,0.005749417,-0.019917922,-0.013448782,0.014360989,-0.02744991,0.018260885,0.0064398493,0.0015346424,0.006703469,-0.032789253,0.016796332,-0.0037011348,0.019616643,0.010461094,0.007929509,-0.050213248,-0.03869768,-0.041476145,-0.021993402,-0.012511468,0.0020242217,-0.02483882,0.043685526,0.0057828925,-0.010109601,-0.0012772995,0.054632016,-0.018361311,0.018411525,0.0074441144,0.019248413,-0.050146297,0.0017386337,-0.011724793,0.004807919,0.0067662355,0.041275293,0.0059921145,0.035751835,0.030328803,0.0055611175,0.0009870041,0.0101765515,0.006121832,0.01696371,0.020503743,0.02477187,0.04314992,0.018645853,0.011356563,0.0040086913,-0.00807178,-0.018361311,0.03518275,-0.020620909,-0.028839143,0.015716746,-0.011515572,-0.0011120143,0.021742336,-0.00595027,0.0003462622,0.01063684,0.012544943,-0.03354245,0.01696371,-0.0027240687,-0.03384373,-0.017758753,0.0038873423,0.020821761,-0.03762646,-0.023533275,0.031148952,-0.009532149,-0.003100668,-0.09935528,-0.0098083215,-0.0035525875,-0.013323249,-0.01398439,-0.01652016,0.053527325,-0.024872296,0.012411041,-0.030697033,0.036488295,-0.017340308,0.013599422,-0.035082325,0.015515894,-0.032253645,-0.011465359,-0.026295004,-0.025558544,0.031483706,-0.02820311,0.008879377,-0.0063938205,0.04291559,-0.014938442,0.009624206,-0.011080391,-0.0027010543,-0.02356675,0.012578419,0.0044815326,-0.0052431,0.005012956,0.046899173,0.004199083,0.023382636,-0.010469463,0.019817496,0.05958639,-0.009917117,0.018729541,-0.026897565,0.023399374,-0.028052468,-0.009799953,-0.022813553,0.01457858,0.0108544305,-0.012745797,-0.019532954,0.020637646,-0.0016664523,-0.0033642878,-0.008745474,0.024704918,0.03464714,-0.05918468,-0.021072827,0.01034393,0.007757947,0.016620586,0.022077093,0.007519434,-0.01963338,-0.0012323168,0.006674178,-0.00952378,0.026646499,-0.05399598,-0.005289129,0.029960573,0.037157804,0.020788286,-0.027734451,0.012561682,-0.0121432375,0.016461577,0.011172448,0.049878493,-0.06306784,0.033944156,0.011364932,0.008481855,0.00062138896,-0.009239238,0.0032366624,-0.024052147,-0.015976181,0.011632736,0.01643647,0.007431561,-0.02179255,0.0053309733,-0.0028244953,-0.02319852,0.010653578,-0.012185082,-0.020470267,0.0073311343,0.01607661,0.021189991,0.0077244714,-0.009414984,0.022411847,-0.014126661,0.0034584375,-0.006895953,-0.026981253,0.0036048929,-0.02068786,-0.006218074,-0.01732357,0.0267804,0.021675386,0.01167458,-0.013783537,0.019399052,-0.0059042415,0.013791906,-0.016946971,0.03391068,0.040873583,-0.051719647,0.02483882,0.008921221,-0.0047493363,-0.018896919,-0.026311742,-0.0045777746,-0.01220182,0.032454498,0.015139295,-0.020420054,0.007887664,0.04991197,0.01874628,-0.0106703155,-0.00044198122,0.0110971285,-0.004849763,-0.011105497,0.0071009905,-0.0061092786,0.007527803,-0.013398569,0.008536252,0.011063653,0.056941826,-0.035149276,0.0066867312,-0.00015534724,0.024152573,-0.01532341,0.04402028,-0.009908748,0.026361955,-0.028102681,-0.00206502,-0.041844375,0.034546714,0.026529333,0.03332486,0.008971434,-0.013800275,-0.0017093427,0.0015785791,-0.051083613,0.009791584,0.013206084,-0.02416931,-0.011507203,-0.021708861,0.046497468,-0.038630728,0.024119098,-0.0023788528,0.019917922,0.0041049332,-0.025993725,0.008347953,0.011331457,-0.004075642,0.0010508168,0.052824337,0.008896114,-0.009883641,-0.014980286,-0.029575603,0.0065946733,-0.027784664,0.026679974,0.004828841,0.0012354552,0.014201981,0.022277946,-0.0025985357,0.0037157806,0.014193612,-0.012745797,-0.015407098,-0.030328803,-0.013331618,0.021892976,-0.026412169,-0.009314558,-0.0041760686,-0.015214615,0.02596025,-0.024654705,0.042580836,0.021173254,0.006573751,-0.008996541,-0.0030274405,-0.021508008,-0.0005225316,-0.013063814,0.02885588,-0.066951,-0.008695261,-0.0021068642,-0.01495518,-0.006310132,0.046798747,-0.0031257747,-0.010377405,-0.028839143,0.001530458,-0.028052468,0.030563131,-0.018461738,0.025625495,0.01636115,0.0098083215,-0.013825381,-0.023014406,-0.00020817577,-0.005222178,-0.005297498,-0.0124528855,-0.011498834,-0.01859564,0.01859564,-0.027700976,-0.005042247,-0.016846545,0.0017239882,0.041911326,0.004255573,-0.025156839,-0.016988816,0.023432849,-0.006967088,0.019248413,0.008645047,0.0051050135,0.046731796,0.00267804,-0.014160137,-0.012109762,-0.028621553,-0.032923155,0.06470814,-0.012938281,0.009875272,-0.0027136076,0.023767605,-0.0028747085,-0.020671122,0.03919981,0.009096967,-0.0070005637,-0.024253,0.009850166,0.027851615,0.03175151,0.0012019797,-0.01272069,0.0122687705,0.02075481,-0.028303536,-0.008862639,-0.024219524,0.0041363165,0.00027591136,0.0008954696,-0.008586465,-0.01234409,-0.027700976,0.0010283255,-0.010469463,0.0025315846,-0.01487986,-0.016043134,0.009197393,-0.0012752073,-0.010477832,-0.02959234,0.0051970715,0.005632253,0.027533598,0.030010786,0.011289612,0.0015555646,0.014511629,-0.0028914462,0.0030358094,-0.012770903,0.012578419,0.032203432,-0.011540678,0.04284864,-0.014494891,0.016277462,-0.02120673,0.003962662,0.012737428,0.03252145,0.026897565,-0.007624045,0.0031676192,-0.024554279,0.018260885,0.044221137,-0.007506881,0.0042639417,0.011398408,0.025826348,0.00082904164,-0.0200853,0.006908506,-0.0032492157,0.060456753,0.011247768,0.0028475097,0.0065570134,-0.032052793,0.016352782,-0.0018683514,-0.016059872,-0.019014083,-0.006238996,0.007816529,0.029341275,-0.03237081,-0.0032115558,-0.00900491,-0.029542128,-0.012980125,-0.005021325,0.09855187,-0.02654607,-0.0012019797,-0.018160459,0.025391167,0.021407582,0.00468657,0.016093347,-0.0351158,0.020620909,-0.01615193,-0.0038099303,0.013766799,0.009030016,0.011205924,0.010444356,0.017206406,-0.0017114349,0.0046949387,0.0021183714,0.010804217,0.01941579,0.021708861,-0.009950592,-0.03943414,-0.0024332504,0.0075822007,0.02468818,0.029960573,0.0049041607,0.000102845624,0.039166335,0.010620102,0.015139295,0.04596186,0.01479617,-0.0018829969,-0.018729541,0.0058582122,-0.009205762,-0.031918887,-0.0075612785,0.0018903196,0.006406374,0.018829968,-0.005201256,-0.014679006,0.012109762,0.011331457,-0.011950754,-0.03250471,-0.009122074,-0.02477187,0.013967652,0.009088598,0.023449587,0.006209705,0.016553635,0.01837805,0.025725922,0.003454253,-0.0027156998,-0.010268609,0.018327836,0.009322926,-0.0045694057,-0.0032262013,0.007749578,-0.006130201,0.0056196996,0.015089082,-0.009189025,0.023382636,-0.013574315,-0.010502938,-0.004502455,-0.008335399,0.007544541,0.018629115,-0.0014122477,-0.030178163,0.0009326065,0.0046530943,-0.019683594,-0.0267804,0.0191982,0.0061636763,0.01777549,-0.009716264,0.014260563,0.014871491,0.0014164321,0.014930073,0.01308892,-0.024554279,-0.0063561606,-0.029207373,-0.024738394,-0.027131893,0.030077737,-0.002305625,-0.018796492,0.0126955835,0.0016769134,-0.026964515,-0.015708378,-0.047200456,0.009055123,0.02611089,0.010369036,-0.03206953,-0.0035044663,-0.0008070734,0.017097611,0.019131249,0.009917117,0.009021647,0.02462123,0.006159492,-0.018260885,-0.0006590489,0.01234409,-0.026981253,-0.026847351,-0.0085488055,0.018244147,0.011147342,-0.012812748,0.0017177116,-0.013883963,0.0031697114,0.014227088,0.0032534,-0.009649313,-0.028772192,0.011682949,0.0014310776,0.0003530619,-0.0053142356,0.033308122,-0.062130526,-0.021524746,0.0044815326,-0.049041606,0.04150962,0.0022072908,-0.009507041,-0.0065570134,-0.011557416,0.010687053,0.0012511468,-0.014771064,0.014695744,0.029625816,0.0063477918,0.007013117,0.019482741,-0.004326708,-0.035751835,-0.0009671281,-0.010737266,-0.002182184,-0.011364932,-0.016612217,0.030529656,-0.0007594754,-0.009423353,0.017457472,0.02105609,0.0011653658,0.013775168,-0.005828921,-0.035885736,-0.0010555243,0.016118454,-0.015047237,0.013432045,0.037057377,-0.00018777663,0.0071302815,0.014737588,-0.016771225,0.023031143,-0.04291559,-0.0034019477,0.02654607,0.023918245,-0.01569164,-0.009272713,-0.010703791,0.018629115,0.00799646,-0.016269093,0.05647317,0.048372097,-0.02112304,-0.010477832,-0.025725922,-0.03175151,0.006632333,-0.0012699767,-0.028470913,0.0147292195,0.002198922,0.01041925,-0.011825221,-0.042949066,-0.02328221,0.03282273,0.004975296,0.0042744027,0.006573751,0.001616239,-0.010812586,0.029575603,-0.025926774,0.007088437,0.03769341,0.04974459,-0.024420377,0.00453593,0.013515733,0.04187785,-0.023784343,0.0072265235,0.029542128,0.021072827,-0.01652016,-0.01717293,0.0022072908,0.025910037,-0.03175151,-0.0037994692,0.03086441,0.0003023256,0.0079588,-0.03235407,-0.012703952,-0.0017375876,-0.018846706,-0.0005983746,-0.025006197,-0.0015963629,-0.00092685287,-0.011072022,0.016821438,0.009699526,0.0110971285,-0.0029604896,0.011189186,-0.015574476,0.022328159,-0.012578419,-0.020336365,-0.02319852,-0.027784664,0.0077956067,-0.021909714,0.0071093594,-0.0069043217,-0.05446464,-0.00855299,0.00981669,-0.028688503,0.013231191,0.005063169,-0.0032010947,-0.022110568,-0.0030588238,0.0038580513,0.015264828,-0.0033580111,0.0044899015,-0.028655028,-0.037827313,-0.023332423,0.00981669,-0.015582845,0.0073897163,0.009389877,-0.025240527,-0.031098738,-0.011423514,-0.0013442505,0.007854189,0.008502777,0.012929912,-0.0050087715,-0.010168183,0.009055123,0.0038894345,0.0065570134,-0.026445644,0.044890646,-0.013406938,0.031031787,0.018411525,0.0018767202,0.022428585,-0.021809287,-0.0030379016,0.010109601,0.021474533,0.0074566677,0.005699204,0.02820311,0.02744991,0.017808966,-0.033793516,-0.034044582,0.042882115,-0.04559363,-0.0027763743,0.0053602643,0.014528367,-0.003663475,0.010720529,-0.0023746681,0.003684397,0.009038385,0.018495213,-0.007067515,0.04639704,-0.008218235,0.043919854,0.040840108,-0.007916955,-0.026412169,0.029240848,-0.028437437,0.011390039,-0.024202786,0.053292997,0.008557174,0.006590489,0.01108876,0.010268609,0.00892959,0.009900379,-0.014620424,0.006075803,-0.0019060113,0.007603123,0.007113544,-0.016620586,0.04000322,-0.0015921785,0.022428585,0.000755814,-0.008963065,0.0103606675,0.043082967,0.014595318,0.0002861109,-0.017976344,0.01205118,0.012277139,-0.0012134869,0.0057326793,0.0152815655,-0.006004668,-0.0072056013,-0.0075319875,0.004132132,-0.021374106,0.03332486,-0.018060032,0.030328803,0.00066218723,0.010963226,-0.010996701,-0.005728495,0.031550657,-0.02468818,-0.0043852907,-0.046162713,-0.015733484,0.0318352,-0.0142940385,0.012846223,0.03287294,0.003042086,0.009950592,0.013674742,0.007184679,0.012411041,-0.017206406,-0.010327192,-0.0048623164],"social":"https://twitter.com/8gratitude8"},{"title":"theosis","description":"an ai chat game where you battle with superpowers to become transcendent","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WPzqY4te2ko","youtube_transcript":"Hi. I'm Kambo Bola, and I've been doing here since my friend Arnold. It's an air checking for friends of heroes like Superman or the Flash, where you battle against your friends or your enemies with all types of superheroes under for isolated operator to go your character into the strongest badass in the game. So everything starts at the beginning and that's exactly where we decided to start. With slash genesis, you now and acolyte acquire your first superpower and step into battle. But before that, you might want to check all your stats at the mirror of prowess. Just so you know what you're getting yourself into. Ready? Let's request the battle at the sanctum of deals. Once that's done, battle is easy. This is only limited by your imagination, so all you do is type your move and wait for your opponent to reply with theirs. That's where the aethr operator steps in. He judges the battles, in a sort of cool way. Sometimes it's a lame doll and, well, you lose. But, hey, there's still a lot of fun getting to flex my super powered forwards. Hi, Arnold. So let's talk a little bit about engagement. So engagement has been a little we spent a bit of time figuring out how to build on this code. Anyways, we had our ability to launch this week with a simple one page of websites and had a couple people flocking to the server but not as many people playing games. So that's why we have another launch plan for this weekend where we're rolling out a couple cool features the culture of our farms that built – at Beelseries was something that we needed to really get the focus of local who's launched uses, and I'm really really excited for you guys to try it out.","embedding":[0.037920743,0.047695562,0.004467126,0.0028899836,0.032444075,0.0034424167,-0.013059086,0.009818145,0.016941283,0.06325901,-0.0073874393,-0.037192833,-0.012747124,-0.056395844,0.035217073,-0.0025433588,-0.04669035,-0.04391735,-0.043085452,0.034558486,0.019237673,0.010632713,0.009558177,0.016932618,-0.033553272,-0.0055416627,-0.014046967,0.04485324,-0.011195978,-0.060763314,0.05091917,-0.026984734,-0.025840873,-0.004770423,-0.0025931862,-0.033275973,0.03882197,0.016378019,0.016837295,0.021213433,0.009939464,-0.037643444,-0.033189315,0.015546119,-0.03308533,-0.0019118519,-0.039584544,-0.019722946,-0.010268757,0.040312454,-0.06332833,-0.0006840422,-0.019809604,0.08679483,0.0015489792,-0.024021093,-0.014003639,0.035806336,-0.07452431,0.009653498,0.009922133,0.033605266,0.004701098,0.0059792763,-0.030329663,-0.0038951952,-0.040451106,0.0075737503,0.012539149,0.05289493,0.03150819,0.024454374,-0.030052364,-0.017053936,-0.04121368,-0.026880747,-0.021750702,0.031057576,-0.0091508925,-0.03253073,-0.022859901,0.013890985,-0.0040295124,-0.02005224,0.016516669,-0.005831961,-0.046517037,0.024714343,-0.01906436,-0.010485398,-0.00060442684,0.015572116,-0.021664046,0.016482005,0.068909,0.041109692,-0.032548063,0.0019497641,0.044229314,0.061733864,0.061213925,-0.014922194,0.0059836092,-0.033275973,0.052548308,-0.010606716,0.016681315,0.05705443,0.016707312,-0.034298517,-0.16457742,0.0043133115,-0.0038865297,-0.018232461,-0.0133363865,0.013709008,0.0847844,-0.005558994,0.030087026,-0.0105633885,-0.0245237,0.03591032,0.004623107,0.0154248,0.015884077,-0.047348935,0.014844203,-0.0021133276,-0.0070408145,-0.042426866,0.017833842,-0.040867053,0.03809406,-0.029359113,-0.05802498,0.022877231,-0.052201685,-0.033518612,-0.022634594,-0.00903824,-0.028700527,-0.027487341,-0.028163258,-0.045269188,-0.03826737,-0.026135504,-0.0341772,-0.004943735,-0.034593146,-0.011663922,0.013327721,-0.0091422275,-0.038856633,-0.019653622,-0.008054692,0.015494125,0.008960249,0.027868629,-0.026187498,0.023501156,-0.007734064,0.0027448344,-0.030260338,-0.037886083,-0.050364573,-0.009636167,-0.0004286773,0.025598235,-0.069012985,0.03337996,-0.010182101,0.0129031055,-0.025754217,0.01961896,0.009766151,-0.019566966,0.021802695,-0.033518612,-0.06818108,-0.05857958,0.010754032,-0.006958491,0.00027215458,0.009956795,-0.07258321,0.0100694485,-0.006178586,0.020988127,0.014315601,0.013700342,0.005195038,0.033189315,-0.015936071,0.004943735,0.029636413,-0.07279119,0.07410836,-0.021993339,0.026516791,-0.008773938,0.006009606,-0.010884016,0.03854467,-0.013154408,0.02901249,-0.003466247,-0.0053380206,0.005420344,0.0152341565,0.009705492,0.045719802,-0.035737008,0.0013225899,-0.017617201,-0.047348935,-0.020936133,-0.03169883,0.07958504,-0.017920498,-0.019861596,-0.026672773,0.054454744,-0.011854566,-0.029255126,0.04443729,0.05483603,0.036499582,-0.031664167,0.058406267,0.0077730594,-0.002046169,0.013908317,0.0076994016,-0.06422956,-0.02438505,-0.0064168903,0.025060967,0.0047054305,0.06897832,0.021092115,0.0022292302,-0.009228883,0.029064482,-0.001922684,-0.0042136568,-0.023189195,-0.030364325,-0.065130785,0.00980948,0.03729682,0.07119672,-0.0062695746,0.024991643,0.018232461,0.012521818,-0.02185469,-0.01506951,-0.019584296,0.010832023,-0.0055849906,-0.0024891987,0.02062417,-0.041698955,-0.050849847,-0.04471459,0.028093934,0.006958491,-0.006858837,-0.022235977,-0.02256527,-0.009202886,0.03519974,0.049983285,-0.00013675429,-0.026170166,-0.022859901,0.03927258,0.045823786,-0.014480248,-0.016655318,-0.0034207527,0.00022517068,0.0010555806,-0.0423922,-0.01661199,0.035737008,0.020762822,-0.052513644,0.027383354,0.005853625,0.0042591514,0.015086841,-0.015754094,0.017192585,0.014740217,0.013934314,0.007955037,-0.014662226,-0.047314275,0.02398643,-0.00079019606,0.0034900776,0.000063671985,-0.0019909258,0.06156055,0.0128857745,-0.012686465,0.038752645,0.029393777,0.008678616,0.019168347,0.023917105,0.005104049,0.0035485707,-0.030398987,-0.0006634614,0.058648903,0.014904863,0.015416134,0.038232706,-0.028977826,-0.041144356,-0.02299855,-0.03379591,0.024038425,-0.034315847,0.019116353,-0.004926404,0.006152589,-0.033605266,0.034870446,-0.06960224,-0.014636229,-0.004948068,0.004020847,0.0053423536,0.018995035,0.025667561,0.03339729,0.03506109,-0.026204828,-0.013743671,-0.03480112,0.016048724,-0.025147624,0.01906436,0.028769853,-0.04318944,-0.00070137344,0.02398643,-0.015104172,-0.0007641992,0.016144047,-0.004831082,0.02902982,-0.014948191,0.03214944,-0.01696728,0.017053936,-0.007972369,-0.006533876,0.05324156,-0.0044107996,-0.044679925,-0.037227497,0.025286274,-0.0622538,0.02875252,0.009124896,-0.0010127941,0.015416134,0.006711521,0.021213433,-0.01206254,0.012643137,0.03677688,0.052652296,0.007955037,-0.028353902,0.035251733,0.06727986,0.011577265,0.021508064,-0.062011164,0.02102279,0.012088537,-0.006932494,0.00018495678,-0.03954988,0.012469824,0.051820397,-0.027539333,-0.019809604,-0.012703796,-0.00021366164,0.008769605,0.0446106,0.032998674,0.010520061,0.011204644,0.045373175,-0.002104662,-0.06256576,-0.045893114,0.0023093873,-0.003405588,-0.005130046,-0.010884016,0.0029809726,-0.017617201,0.04963666,-0.007833718,0.0653041,0.0047140964,-0.00055026676,-0.017365899,0.014419588,-0.020520184,0.05324156,0.11140519,-0.019116353,-0.042600177,0.018007154,0.011239307,0.0010707454,0.044922564,0.030329663,-0.010953342,-0.011455947,-0.034835786,-0.006529543,-0.018579084,0.011759244,0.04783421,-0.0067765135,0.01766053,-0.021473402,0.038648658,-0.014280939,0.043258764,-0.01935899,0.0023548817,-0.0046101087,0.017027939,-0.032617386,0.020554846,0.0010333749,-0.051508434,-0.01576276,-0.017868504,-0.0011687753,-0.062080488,-0.024419712,0.025702223,-0.0016475506,-0.00012416206,0.05396947,-0.016144047,0.03740081,0.0069281617,-0.014012304,-0.02131742,-0.042877477,-0.0002902982,0.010052117,-0.013683011,-0.001237017,0.008505304,0.014211614,0.029948376,0.057851665,0.007994032,-0.012738459,0.008526968,-0.053622846,-0.043050792,0.016239367,0.023258518,-0.014107626,0.009792148,-0.03365726,-0.048180837,0.00042082407,0.028544545,0.018579084,0.03393456,-0.033778578,0.020676164,-0.09185555,-0.0015413968,-0.012192525,0.02383045,0.071404696,-0.02355315,0.03367459,-0.04221889,0.004129167,-0.03871798,-0.01500885,0.017608536,-0.026880747,0.0031846147,0.0060875965,0.05622253,0.031092238,-0.0133363865,0.03292935,0.018197797,-0.0057972986,0.0086916145,-0.029775064,-0.024350386,-0.014679557,0.0050433897,-0.025182286,-0.01255648,-0.0046317726,0.03757412,0.006252243,0.014722885,-0.012591143,-0.006980155,-0.01961896,-0.017426558,0.019462978,-0.015494125,-0.060347363,0.0025368596,-0.022651926,-0.0074264347,-0.027400684,-0.03972319,0.025962193,0.007443766,-0.026430136,-0.0058362936,-0.027972614,0.0008340657,0.009514849,-0.046239737,-0.008661285,0.034835786,0.03871798,-0.003492244,-0.009922133,0.032201435,-0.0068891663,0.010251426,0.021057451,0.026776759,0.027140716,-0.006559873,-0.004696765,-0.036187623,-0.0029203133,-0.008960249,0.018752398,-0.02242662,0.022253307,-0.006234912,-0.0119498875,0.0008860594,0.019861596,0.004493123,0.020936133,0.0014525743,-0.0013583356,0.01255648,-0.011811238,-0.0033059332,-0.0053856815,-0.022028001,0.0013464204,-0.047210287,0.016923953,-0.011880563,-0.015780091,0.037678108,-0.032080118,0.020017577,-0.030884262,-0.05708909,-0.034766458,0.026707435,-0.0079767015,-0.039896507,-0.015485459,0.015182163,0.005905619,-0.008773938,0.0010962007,-0.017417893,0.015268819,0.017903168,-0.001226185,0.003877864,0.0013637516,-0.020970795,0.036672894,-0.019341659,0.0039385236,0.002008257,-0.024714343,-0.0013377548,-0.013128411,-0.015684769,-0.0040316787,-0.0071967957,0.049879298,0.0133363865,0.025355598,0.026412804,-0.025806211,0.001237017,-0.015277484,0.020433526,-0.034714464,0.0034294184,0.014272273,-0.0223053,-0.005849292,-0.02201067,0.010875351,0.059342153,0.020364203,0.0067765135,-0.019601628,-0.023206525,-0.022235977,0.03071095,0.01079736,0.010251426,-0.020138897,0.016776636,-0.013838992,-0.018960372,-0.007764394,0.05272162,0.02242662,-0.027296698,0.003641726,-0.0021187437,0.01164659,-0.008882258,-0.016923953,0.024697011,-0.0025173621,0.042981464,0.00097217405,-0.04922071,-0.0034727463,0.017149258,0.052756283,-0.018839054,0.015520122,0.025892867,-0.019809604,-0.03324131,-0.011594597,0.00036368516,-0.0074957595,0.002801161,-0.020537514,-0.014176951,0.00198226,-0.0039710193,-0.001231601,0.008873593,0.016568663,0.010780029,0.0008167345,0.008635288,-0.017452555,0.015078176,0.01059805,0.010329417,-0.0148702,-0.013587689,0.02046819,0.051265795,-0.022807907,0.013657014,-0.007006152,-0.0072271256,-0.0063432325,0.014852869,0.033258643,0.007942039,0.027418016,-0.03142153,-0.03310266,0.01963629,-0.014740217,-0.0047834213,0.031196225,-0.038440682,-0.021126777,0.022149319,-0.010832023,-0.06592802,-0.0064385543,0.0077210655,-0.008916921,-0.0053683505,-0.0119672185,-0.06239245,0.015676104,0.04291214,0.017123261,-0.009939464,-0.01402097,0.0138129955,-0.032617386,0.016646652,0.016230702,0.03909927,-0.03774743,-0.034558486,-0.00401868,-0.009696826,-0.012175193,0.009298208,-0.016655318,-0.029705739,-0.0020916637,0.0062219137,0.016291361,0.022322632,-0.032738704,0.011386622,0.009124896,-0.005450674,0.028232584,0.021144109,0.03504376,-0.016533999,-0.041317668,-0.016715977,-0.061456565,-0.022547938,-0.015000185,0.021040121,-0.0049870634,0.02960175,-0.022461282,-0.039029945,0.017157923,0.038232706,-0.02972307,0.019722946,-0.0017147092,0.020710828,-0.013752336,0.0065252106,0.03488778,0.020156227,0.023431832,0.029237796,-0.023501156,0.013059086,0.030364325,0.010502729,-0.023674468,0.03253073,0.00953218,0.043570727,0.014150954,0.04093638,0.027227372,0.01324973,0.029324451,-0.013007092,-0.0068675024,-0.011195978,0.027677985,-0.0026430136,0.0124264965,-0.020797484,0.0007679904,0.005442008,-0.022218645,0.014436919,0.0015327312,-0.020814814,0.011481944,-0.020693496,0.05199371,-0.014211614,-0.008184676,-0.03688087,-0.027833965,-0.043813366,0.003336263,-0.017686527,0.012313843,0.02634348,0.023934437,-0.09629235,-0.027244704,0.03507842,-0.0014894031,-0.03488778,-0.010355414,0.009272211,0.026776759,-0.008431646,-0.01331039,0.03982718,-0.037366144,-0.03311999,-0.002913814,0.04613575,-0.049983285,0.010346748,-0.014367594,-0.014748882,-0.009176889,-0.014436919,0.0021404077,-0.028631203,0.004289481,0.009003577,-0.0019194344,-0.004545117,0.03438517,0.008245336,-0.0100694485,0.024454374,0.006902165,-0.035702348,0.017903168,0.00432631,-0.001418995,-0.015745427,-0.0035745674,0.043952014,0.008176011,-0.010000124,-0.028145928,-0.025580904,-0.03180282,0.031560183,-0.010589385,-0.008228004,0.0448879,0.022911893,0.011091991,0.021802695,-0.005355352,-0.010234095,0.0042764824,-0.01275579,0.043570727,-0.043674715,0.004848413,-0.0015576448,-0.009783483,-0.017617201,-0.0036872204,-0.015485459,-0.02719271,0.028301908,-0.01621337,0.021126777,0.008089354,-0.016161378,-0.011880563,0.031386867,-0.0050303913,0.02733136,-0.025078299,0.010390076,0.0060139387,0.010433404,-0.0061395904,0.007539088,-0.011594597,0.03110957,0.004139999,0.02355315,0.008717611,0.0020970795,-0.03677688,-0.024159743,-0.0124005,-0.0029441437,-0.007933374,0.049463347,-0.016222037,0.009376199,-0.024350386,-0.00037884997,-0.002248728,-0.017209917,0.023865111,0.035563696,0.006425556,0.021144109,0.02523428,0.015832083,0.0023115536,0.018197797,-0.0142982695,-0.016889289,-0.0033232644,0.01030342,-0.016066056,0.014176951,0.03615296,-0.01682863,0.0152341565,-0.0068155085,0.041733615,-0.019462978,-0.0045061214,0.01388232,-0.009852808,0.02440238,-0.006533876,-0.013890985,-0.023050545,0.011386622,0.021005457,0.030243007,-0.015164832,0.015892744,-0.038960617,-0.0018566087,0.009549511,0.013319055,0.018613748,-0.016715977,0.0133883795,-0.028977826,-0.0028141595,-0.046205074,0.022773243,-0.022114657,-0.0051560425,-0.014878866,0.0012521818,0.0019465145,0.0064775497,-0.0055849906,0.017530546,-0.024333056,-0.0015988065,-0.018873716,-0.028943164,-0.00022232726,0.0129031055,0.015780091,0.010459401,-0.008210673,-0.030468313,-0.022079995,0.023605144,0.03968853,0.0061092605,0.00760408,-0.03142153,-0.021924013,-0.0052903597,-0.006460218,-0.000488795,0.0037088846,-0.034229193,-0.0223053,-0.024714343,0.06523477,-0.012547815,0.05175107,-0.016248034,0.00953218,-0.021646714,-0.0048050852,0.07188997,-0.0020039242,0.011325963,0.01030342,0.017989824,0.0311269,0.017669195,-0.023223856,-0.0074004377,-0.0129117705,-0.010641379,-0.001333422,-0.00063963095,-0.010450736,-0.0012229354,-0.046725012,-0.0462744,0.010251426,0.011178647,-0.007335446,-0.03308533,-0.03504376,0.0039775185,0.027677985,0.014523576,-0.037088845,-0.006126592,-0.03729682,0.0076820706,-0.021698708,0.021213433,-0.0013160907,-0.02987905,0.0004370721,0.032877356,0.015771424,0.032322757,0.020901471,0.006980155,-0.007491427,-0.045927774,-0.0032192771,-0.035979647,0.0115079405,-0.0020808314,0.021126777,0.024489036,-0.0079593705,0.021941345,-0.011230641,0.014480248,-0.015190829,-0.0042569847,0.026066178,-0.0152168255,0.012868443,0.023362506,0.011429951,0.029359113,0.0128857745,0.007838052,0.016525334,0.007734064,0.004605776,-0.023622476,-0.000010315809,0.020988127,0.028561877,0.021057451,0.010225429,-0.0007788224,-0.034662474,-0.023397168,0.036222283,0.012859778,0.027019396,0.018249791,-0.016655318,0.01710593,-0.012842446,0.022807907,-0.020225553,-0.01016477,0.009159558,-0.050953835,0.0036373932,-0.013119746,-0.0059576123,-0.0013908317,0.0076257437,-0.006559873,-0.016326025,-0.0020331705,-0.0028444892,0.021230765,-0.012729793,-0.023847781,-0.022391956,-0.012383169,0.004649104,-0.01002612,-0.0012900939,-0.01479221,-0.034766458,-0.007786058,-0.007894378,0.006429889,-0.01920301,-0.014462916,-0.01493086,0.008262667,-0.032062788,0.051335122,0.015121504,0.012227187,0.023657138,-0.0030502975,-0.0037868752,0.00075661676,-0.0036265613,-0.008405649,-0.007963703,-0.010147438,0.010173435,0.006780846,0.012807784,-0.014462916,0.014861535,-0.022963887,0.014072964,-0.013596355,-0.03311999,0.010589385,0.018804392,0.04641305,-0.017157923,-0.0052383663,0.01619604,0.034662474,-0.008418648,-0.024229068,-0.02509563,-0.026863417,0.00056001556,0.040277794,0.008366655,-0.02481833,-0.010234095,0.010866685,-0.019809604,-0.0064168903,0.02525161,-0.0316815,0.0035009098,0.015416134,-0.027435347,0.021958675,-0.012738459,0.026984734,-0.008587628,-0.0027188377,-0.0045321183,-0.0100781135,0.003604897,0.010147438,-0.023587812,-0.008106685,0.00939353,-0.011871897,-0.02048552,0.02159472,0.11521806,-0.01255648,0.012764456,-0.017426558,0.045338515,0.0119498875,-0.017149258,0.014194283,0.007877047,0.015138835,-0.023483824,-0.009965461,0.029272458,-0.012487155,-0.0032366083,-0.010277423,0.00711014,-0.028613871,0.020173559,-0.01647334,0.006325901,0.017885836,0.005987942,-0.026204828,-0.031334873,-0.020814814,0.028700527,0.038960617,0.0009862557,0.03240941,0.0071361363,-0.0031066241,-0.016291361,0.017885836,0.008059025,-0.007062479,-0.008002698,-0.0067288526,0.04218423,0.03688087,-0.028856508,-0.0064168903,0.031768154,-0.012192525,-0.015797421,0.021768032,0.017504549,-0.01864841,-0.026950072,-0.029549757,-0.02088414,0.042530853,0.03336263,0.027158046,0.014896197,-0.024991643,0.025684891,0.039376568,0.0038150384,-0.019601628,-0.01115265,0.00487441,-0.027140716,-0.0046101087,-0.028908502,-0.00034797873,0.008318993,0.015026182,0.021976007,0.018457767,-0.030346995,-0.0034034215,0.009878805,-0.004191993,-0.00876094,-0.019861596,-0.0012630138,-0.0024653682,0.0129031055,0.011923891,-0.015320812,-0.006399559,-0.004371804,0.01500885,-0.017625866,-0.004562448,0.028804515,0.023015881,-0.036256947,0.011048663,0.040901717,-0.008405649,0.0069714896,0.019324329,-0.009055571,0.002201067,-0.027279366,0.012833781,-0.00443463,-0.037782095,0.030676289,-0.0003777668,0.0011980217,-0.0014850703,-0.007508758,-0.017868504,-0.021126777,-0.0030243008,0.009818145,0.023033213,-0.01850976,0.01493086,0.016863292,-0.013180405,0.04991396,-0.02634348,-0.009878805,-0.0076344097,-0.00055839075,-0.0067028557,0.043813366,0.01493086,0.0056673144,-0.01759987,-0.0091335615,-0.0007528256,0.008756607,-0.009939464,0.025182286,0.00045792374,0.011993215,-0.0039385236,0.0024242066,-0.007864049,-0.018475099,0.033691924,0.021057451,-0.010788694,-0.0064515527,0.02537293,-0.049151387,-0.019376323,-0.016421346,-0.035147745,0.014670892,-0.052374996,0.026031516,-0.0019855096,-0.03545971,0.010450736,0.009228883,-0.024904987,0.06800777,0.017383229,-0.032201435,-0.022374626,0.011516606,0.0052340333,-0.005918617,-0.000059474572,-0.020849477,-0.025632897,-0.0110140005,-0.016300028,0.021490732,-0.012461158,0.009298208,-0.025979523,-0.024107749,0.023466494,0.014705554,-0.029393777,-0.03490511,-0.0056153205,0.005554661,-0.02145607,-0.0029701407,0.01920301,-0.019012365,0.0033449286,0.000782072,-0.02707139,0.028111264,0.015407469,-0.0057843,0.013327721,-0.006646529,-0.008024362,-0.000602802,0.009367533,-0.018717734,-0.01324973,-0.018891048,0.011819903,0.03927258,-0.036534246,-0.029237796,-0.03013902,0.0012435162,0.012920436,-0.008916921,-0.03774743,0.02636081,0.009774817,-0.02187202,0.0005256239,-0.021057451,0.025528912,0.018631078,-0.0147748785,-0.017435223,0.027625991,0.0114906095,-0.01220119,-0.0015565617,0.007105807,-0.00056489,0.047868874,0.015736762,0.013890985,-0.002335384,0.00627824,0.02412508,-0.03774743,0.019151015,0.008158679,-0.0017482884,-0.0040771733,-0.025303604,0.016100718,0.03871798,0.008951584,-0.030866932,0.026603447,-0.025979523,-0.008795602,-0.033449285,-0.030658957,-0.021924013,-0.000942386,0.008479307,0.008986246,-0.012183859,-0.01520816,0.005147377,-0.0009190971,-0.0013399211,-0.03927258,-0.016083388,-0.03365726,0.015502791,0.03518241,-0.0016128882,0.0133623835,0.0030437983,0.012686465,0.010468067,-0.019185679,0.013440373,-0.00049583585,-0.0314042,0.0045884447,0.03774743,-0.019878928,-0.017313905,0.011559934,-0.0012662634,-0.019982915,-0.011039997,-0.012929102,-0.0091162305,0.005130046,0.012998427,0.019410985,-0.03615296,-0.014124958,-0.022877231,0.023570482,-0.0037153838,-0.03559836,-0.03280803,0.007708067,-0.011395288,0.019428317,0.0041075028,-0.0076474077,-0.003882197,0.022322632,0.014835538,0.0072661205,-0.01024276,0.0039861845,-0.020936133,0.008297329,-0.012825115,0.004497456,0.008786936,0.029220464,0.016430011,-0.034749128,0.0041486644,-0.02244395,0.004191993,0.0016432179,-0.0040338454,0.004417299,0.016741974,0.03740081,-0.020901471,-0.0026386806,0.003303767,-0.04065908,0.007842384,0.028908502,0.022738582,-0.03968853,-0.0071707987,0.0011774409,-0.026516791,-0.0037500462,0.002870486,-0.00060063566,0.022495944,0.00029760983,0.009913467,0.02497431,-0.029757733,-0.0128944395,0.011117988,0.0010165853,0.014012304,0.048284825,0.05511333,-0.01795516,0.030884262,0.008318993,-0.010754032,-0.0038410353,0.01724458,-0.02679409,-0.020658834,0.032201435,0.031906806,0.018613748,-0.0040035155,0.03182015,0.015017516,0.015277484,-0.014358929,-0.031993464,-0.013015758,0.025771549,0.010780029,0.056707803,-0.02636081,-0.001387582,0.007825053,0.003292935,0.0076084128,0.00718813,-0.013587689,-0.040555093,0.0025910197,0.01920301,-0.038232706,0.013093749,0.0019508472,0.008292996,0.021230765,-0.0068848333,0.009766151,0.0014774879,0.041733615,-0.011135319,-0.012357172,-0.05833694,-0.015364141,0.008331992,-0.036534246,-0.01963629,0.002565023,-0.0037522125,0.005597989,0.00341642,0.002019089,0.037920743,0.0020645836,-0.023171863,-0.008734943],"social":"https://twitter.com/h4tch1ing"},{"title":"memo mind","description":"web app to make learning easy with flashcards","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=twdMU_e3Px4","youtube_transcript":"Hello. My name is Raif. I'm building memo mine. It's a web app to make learning easy with flashcards. I'm working on this because I wanted a minimal space to organize everything I'm learning in one place. I'm making this for people who would like a simple place to learn efficiently, easily review. Let me share with you how memo mind works. This is the home page where you can get started. Use your email or Twitter to log in. Once you're logged in, you can create a new deck with your subject name. After you click the subject name. This is where you'll be creating the cards. I'm creating cards for the new words I'm learning. You could also save a link with each card for a letter reference. When you want to study, you can shuffle the cards and go into Focus mode to study each one. These are the basic functions of the app. I wanna share with you some struggles and lessons from the past six weeks. My goal was to reach four hundred users. In the first way, I got eleven people to sign up. There were a lot of blocks. Biggest one was not being mobile friendly. It took me a while, but with some help, f works in mobile now. This boosted sign ups by a bit. And got me another ten people. The upside is I have a completely new mindset to keep shipping. Thank you for watching.","embedding":[-0.001061303,-0.03100336,0.007569642,0.02916919,-0.0049958895,-0.03777795,-0.025974188,0.03535211,0.01550168,0.03348836,0.010006571,-0.049404208,-0.02634398,-0.036357947,0.033517946,-0.0029768255,-0.030411692,-0.04026295,-0.00016675307,0.04271837,0.014762095,0.032660026,0.05807213,0.014370116,0.026107313,-0.04138712,-0.026284814,0.010036154,-0.04221545,-0.057924215,0.0092078205,-0.014924804,-0.009400112,0.0032153411,-0.010317196,-0.030530024,0.024021687,-0.02625523,0.022675643,0.01982085,-0.0202646,-0.014052095,0.04455254,0.02396252,-0.037038364,-0.0022649758,0.0027974762,0.041180033,0.04783629,0.057302963,-0.06863339,0.027068771,-0.026092522,0.048250455,-0.008046674,-0.030115858,-0.008926778,0.009984383,-0.05336838,0.05567588,0.050972126,-0.014680741,0.0111603215,-0.0034908361,0.0016649883,-0.024184395,-0.029405858,0.013941158,-0.009474071,-0.004197139,0.054048795,-0.017468972,0.038162533,-0.041268785,-0.012683865,-0.049049206,-0.017587306,0.009969591,-0.005021775,-0.03455336,0.02273481,-0.0044005243,0.0029342992,-0.031180859,-0.03532253,-0.070230894,-0.06532005,-0.014732512,0.006578599,-0.034139194,-0.023888562,0.023341268,-0.053989626,0.0057539633,-0.009318758,0.015886264,-0.039405033,0.031062525,0.025915021,0.037659615,0.029331898,-0.05233296,-0.021802934,-0.028385231,0.030382108,-0.042422537,0.035440862,-0.0067191203,-0.07673923,0.00083110743,-0.107624255,-0.023577936,0.014458866,0.006637766,0.039138783,-0.012358448,0.048516706,-0.0405292,-0.036239613,-0.023356061,-0.0419492,0.016196888,0.030855441,0.009695945,0.04431587,-0.033784196,-0.005613442,-0.0036905238,-0.030677943,-0.0097773,0.05366421,0.0056689107,0.08431257,-0.035707112,-0.02837044,-0.020663975,-0.03825128,-0.00280857,-0.060764216,-0.016330013,0.014850846,0.0095184455,0.0034168777,-0.027423773,-0.021359185,-0.03884295,-0.017232306,0.019613767,-0.004430108,-0.012136572,0.058160882,-0.0033946903,0.017572515,-0.010013967,0.05020296,-0.019184807,-0.029183982,0.021773351,-0.018903766,-0.0032782059,0.011574489,-0.011774177,-0.028326064,-0.05981755,0.033872943,0.03047086,-0.06348588,-0.04115045,-0.027364606,0.020042725,-0.030766692,-0.046179622,-0.051504627,-0.013978137,-0.0002059279,-0.0043524513,0.024258353,-0.018208556,-0.027394189,0.015649596,-0.05464046,0.00894157,-0.046741705,0.03496753,-0.08573257,-0.01814939,-0.019702516,-0.034198362,0.031595025,0.003681279,0.003638753,0.07200589,0.003827347,-0.034582946,-0.0035740393,-0.0380442,0.07277506,-0.0047666184,-0.024465436,-0.025219813,-0.01576793,-0.004785108,0.042866286,0.02095981,0.007321881,0.004193441,-0.0151614705,0.007728652,-0.028429607,-0.0057391715,0.07466839,-0.00082740956,0.005069848,-0.030825859,-0.055261713,-0.010982822,-0.046978373,-0.0036905238,-0.0018803922,0.032097943,0.0008200137,-0.023134185,0.04546962,-0.019184807,-0.009880842,0.042955037,0.04899004,0.0011084514,0.031920444,0.019776475,0.052037127,0.029805234,-0.019584183,-0.011685426,0.057569213,-0.015664387,0.009067299,-0.013682303,0.011463551,0.041446283,0.017158348,0.009311362,0.010272821,0.01727668,0.0045854202,0.012876157,-0.06514256,-0.03638753,0.06035005,0.004463389,0.07052673,-0.039493784,-0.00840907,0.027660439,0.01281699,-0.018415641,-0.035736695,0.04221545,0.03884295,-0.020649184,-0.00067117246,-0.012439802,0.0014320194,0.0075807353,0.022083977,0.016670221,-0.047451705,0.0071480786,0.01603418,0.0025423197,-0.0015392591,0.001130639,-0.0050328686,0.04916754,0.0137118865,0.0075881314,0.01550168,-0.007876569,-0.007506777,0.0056541194,0.02899169,0.023148978,0.020368142,0.002669898,0.014118657,0.03603253,0.06833756,-0.0059092757,-0.016507514,-0.009910425,-0.034730863,-0.04369462,0.019953975,-0.019880017,-0.004748129,0.0017269285,0.0107165715,-0.03233461,0.020826684,0.021462725,-0.0016871758,-0.031831693,0.018178973,0.008423861,0.021033768,-0.010975426,0.05197796,-0.0056430255,0.0047592227,0.007185058,-0.030944193,0.0029620337,0.048842125,-0.02273481,-0.009799487,0.014259178,0.054492544,-0.010679592,0.025574813,-0.03470128,0.011559697,-0.033665862,0.034464613,-0.0019617465,0.018415641,0.042747952,0.04987754,-0.0038347428,-0.007425423,-0.042304203,0.046712123,-0.039967116,0.020634392,0.0012859516,0.02184731,-0.030589191,0.0053360984,-0.009370528,0.00016444187,0.064195886,0.005809432,-0.0842534,-0.048309624,0.02202481,-0.013408657,-0.031180859,0.013245949,-0.032896694,0.007506777,-0.0107165715,-0.02220231,0.033961695,0.005199275,-0.048280038,0.023356061,-0.00015808607,-0.016196888,-0.026062937,-0.000747442,0.016685015,-0.018178973,0.011034592,-0.023725852,-0.017232306,0.03242336,0.017957099,-0.019717308,0.030885026,0.0032430757,-0.039967116,0.01550168,-0.005561671,0.009548029,-0.02810419,-0.0415942,-0.018962933,0.030278567,0.021876894,0.0004499906,0.072360896,0.04632754,0.017838765,-0.017395014,0.0038384406,0.029361483,0.04606129,0.026906064,0.0027253667,-0.020101892,0.020649184,0.013157198,0.01912564,-0.007950528,0.007373652,0.019628558,0.06887006,-0.01612293,0.018208556,0.0054248483,-0.058397546,0.0055099004,-0.007462402,-0.0015309388,-0.0017833217,-0.013726678,0.0204421,-0.016773764,-0.02406606,0.03931628,-0.03798503,0.02122606,-0.074431725,0.07265673,0.021980435,0.00091523514,-0.038665447,-0.011626259,-0.0095184455,0.0408842,0.015708763,-0.017513348,-0.045883786,-0.0057169837,-0.0003526891,0.05366421,0.034257527,0.04863504,-0.0012628395,0.042037953,-0.0847859,-0.008579174,-0.012232718,0.048930872,-0.0024054968,0.005099431,-0.014873033,-0.02774919,0.043014202,-0.0019598973,0.014784283,-0.004415316,-0.011352614,-0.074964225,0.007987507,-0.023237728,0.015353763,-0.035529613,-0.034937944,-0.03375461,-0.006948391,-0.038695034,0.006859641,-0.02326731,0.0369792,-0.049670458,-0.04978879,0.02159585,-0.042836703,-0.0076842774,-0.0004592354,-0.01436272,-0.00035892933,-0.04458212,0.037334196,0.033015028,-0.02159585,0.009230007,0.040765867,0.04686004,-0.022365019,0.054285463,0.0036054717,0.020042725,-0.018918557,-0.07111839,-0.040203784,-0.004467087,-0.013223761,-0.00091523514,0.010524279,-0.043102954,0.03277836,0.033340443,0.02175856,-0.023237728,0.04813212,-0.028932523,-0.0022797675,0.0062679737,0.0078100064,-0.0023888561,0.06449172,-0.012853969,-0.018134598,-0.00083942775,-0.021950852,0.055853378,-0.067864224,0.018415641,-0.017128764,0.037422948,0.014022511,-0.037570864,0.08857258,-0.009666362,0.030885026,-0.013216365,-0.02229106,0.0013774751,0.029287525,-0.024805645,-0.0392867,-0.0027438565,0.026225647,-0.01334949,-0.0052621397,0.020590017,0.006911412,-0.002579299,-0.034790028,-0.027690023,-0.012957511,0.006534224,0.0011556,-0.004278493,0.013645324,-0.018607931,-0.02131481,-0.031062525,-0.0059721405,-0.0024276844,-0.0077730273,0.022083977,0.014518033,-0.04706712,-0.030825859,-0.025323354,-0.046031706,0.00552839,-0.0199096,0.024894396,0.027246272,0.015087512,-0.014732512,-0.012417614,0.038073782,-0.019229183,-0.023104602,0.0034926853,0.0018951838,0.030293358,0.0016391029,0.014029907,-0.03692003,0.021477519,-0.0093631325,-0.00013393402,-0.017957099,0.020013142,0.02289752,0.00069151097,-0.011123342,0.010191467,0.01735064,0.01127126,0.06372255,-0.012683865,-0.036831282,-0.030115858,0.01105678,0.025604395,-0.025131062,0.009311362,-0.020663975,0.021625435,0.001985783,-0.0151614705,0.038902115,-0.021388767,0.033458777,-0.01379324,-0.013556574,-0.013578761,0.002030158,-0.026891273,0.021714184,-0.026477106,0.014296157,0.018134598,-0.0029287525,-0.0026421635,0.0073292768,-0.01603418,0.041890036,-0.009888237,0.011759385,-0.015989805,-0.010701779,0.0067339116,0.010413342,0.012461989,-0.015368555,-0.0073181833,-0.064432554,0.024036478,0.012099593,-0.018400848,-0.008187194,0.008867611,-0.038695034,-0.010413342,0.026802521,-0.01965814,-0.028562732,0.0002824286,0.01850439,0.017483765,-0.0061348486,0.023474393,-0.003997451,-0.008113236,-0.024199186,0.017025223,-0.0010354175,0.018356474,0.03780753,-0.047007956,-0.019214392,-0.019702516,-0.017025223,-0.0028658877,-0.014924804,0.0000033656847,-0.0375117,0.005114223,0.016344804,0.015035742,0.018815016,0.026373563,0.012654281,0.019880017,-0.0099548,-0.0063345362,0.016152514,0.026506688,0.012040427,-0.0069853705,0.051652543,-0.005676307,-0.009651571,0.007943132,0.011485739,0.04626837,-0.022143144,0.007765631,0.01352699,0.0024554187,-0.011300842,0.02643273,0.026329188,-0.040499616,0.04342837,-0.008704903,-0.031772528,-0.015634805,0.030234192,-0.009976988,0.0020523455,-0.012121781,0.028651481,-0.028843774,-0.019702516,-0.017646473,-0.019510224,-0.005853807,-0.024332311,-0.0030544817,-0.01911085,0.016374389,0.02705398,0.025264187,-0.00451516,-0.03603253,-0.027024398,-0.0195546,0.0033946903,0.02547127,-0.023651894,0.038902115,-0.0029065649,0.009156049,-0.015516471,0.04316212,-0.010509488,0.009348341,-0.004415316,-0.0011676182,0.0401742,0.015546055,-0.11401426,0.027527314,0.009392716,-0.013312511,0.028695857,0.012343656,-0.039878365,-0.020412518,0.028385231,0.04399045,0.021433143,-0.026373563,-0.03455336,-0.020220226,0.038961284,-0.0066969325,0.019732099,-0.0025034917,-0.02563398,0.019273557,0.013682303,-0.026299605,0.033015028,-0.022956686,-0.032038778,0.014673346,-0.0062346924,0.024332311,0.025619188,-0.015827097,-0.00057086634,0.0020431005,0.033932112,0.004134274,-0.0017001185,-0.026447522,0.038103364,-0.06756839,-0.016714597,-0.022586893,-0.035559196,-0.0021244548,-0.0007414329,-0.018622724,0.037215862,0.017232306,-0.024095645,0.01233626,0.029006483,-0.041623786,0.03242336,-0.008749278,0.015649596,-0.0075363605,0.034997113,0.014066886,0.020013142,-0.007765631,0.020841476,-0.019939182,0.01144876,0.05490671,0.044522952,-0.024539394,0.008875008,-0.019569391,-0.0074845897,0.036594614,0.019199599,0.0026828407,0.021669809,0.016167305,0.0045558373,0.0005496033,0.016048972,0.011848135,-0.027734397,-0.0041268785,0.010834904,-0.023858977,0.026373563,-0.001103829,0.010331987,0.02131481,-0.03268961,-0.0018369416,-0.031299192,-0.00028358423,-0.016936472,-0.018977724,-0.04484837,-0.0028751325,-0.0072701103,0.00087871816,-0.019539807,0.022409394,-0.0027235178,-0.007166568,-0.05206671,-0.019303141,0.006349328,0.005121619,-0.01911085,-0.004892348,0.0029805233,-0.0302194,0.019880017,0.001772228,0.0021799237,0.00043427444,-0.0046297954,-0.019421475,0.006922506,-0.00045391964,0.005018077,-0.0023148977,0.024361895,0.044996288,-0.03496753,-0.013837616,-0.0021041164,0.048309624,-0.009222612,-0.022083977,0.011818551,-0.0025238302,0.031032942,0.0040751076,0.025841063,-0.0035999247,-0.001749116,0.0058722966,-0.0030230493,0.038458366,-0.014022511,-0.015250221,0.021832518,-0.010191467,-0.0023241425,-0.010265425,0.007240527,-0.023030644,0.014880429,0.028252106,0.0013488162,0.0050587542,-0.02184731,-0.023607519,-0.017498557,-0.017942306,0.014821262,0.02254252,-0.0057835463,0.016611055,-0.02600377,0.006922506,0.025426896,0.03230503,-0.0151614705,0.00065037166,0.025412105,-0.02291231,0.03851753,-0.009481466,0.027113147,0.027675232,-0.07159173,0.0016261602,0.0062309946,-0.0046224,0.014806471,0.00890459,0.02440627,0.026565855,0.011337821,0.019746892,0.0012572927,-0.018578349,0.010110113,-0.015220637,0.04325087,0.014037304,0.0077138604,-0.0138080325,0.015634805,0.008490424,0.037038364,0.01255074,0.023637103,0.0011047535,-0.019332724,-0.014991366,-0.021965643,0.011101155,-0.043753788,0.0032948465,0.04943379,0.05487713,-0.0038384406,-0.0015771628,0.038724616,-0.015516471,0.0017121368,-0.011367405,0.003912399,-0.021285227,0.010982822,0.002708726,-0.017040014,0.008593965,0.0026920855,0.030441275,-0.037896283,0.030707525,-0.014325741,0.04239295,0.0037053155,0.0061570364,0.024021687,0.025944605,0.01743939,-0.053752962,0.00048211627,-0.011389593,0.037215862,-0.001612293,0.030618776,-0.028444398,0.048280038,0.03375461,-0.011389593,0.037570864,0.023341268,0.012632093,0.030500442,0.004866462,-0.010731363,0.018386057,-0.024140019,0.018874181,0.0036627895,-0.010494696,-0.0091708405,-0.026920855,0.01690689,0.04759962,-0.031565443,0.015279804,0.016995639,0.025071895,0.0010742457,-0.0019950278,0.0018147541,0.030352525,-0.0031007056,-0.019317932,-0.015176263,-0.007639902,0.036062114,0.019761683,0.011374801,-0.027142731,0.014029907,-0.02705398,-0.03428711,-0.009888237,-0.02554523,-0.018400848,-0.018178973,0.025915021,0.030012317,0.01788314,-0.010886676,0.027985856,-0.011907302,0.014281366,-0.007632506,0.0067893807,0.0034889872,0.030973775,-0.010709176,0.020368142,-0.004744431,-0.0105612585,-0.023311686,-0.055320878,-0.015094908,-0.012077406,0.00225758,0.010509488,-0.021433143,-0.041771702,0.0018452619,-0.02872544,0.015028345,0.021418352,-0.0143109495,-0.013009282,-0.06987589,-0.003916097,0.023725852,-0.0036054717,0.016196888,0.012661677,-0.034760445,0.01374147,-0.020782309,0.04168295,-0.001612293,-0.0048072957,0.013127615,0.0005805734,-0.049049206,0.025707938,-0.024435854,0.00023782246,-0.0054729213,0.016640639,-0.020915434,-0.023356061,-0.019761683,0.009843863,-0.00042895868,-0.0024720593,-0.019525016,-0.0058796923,0.0080688605,0.028562732,-0.0065194326,0.0030988567,-0.012809594,-0.010642613,0.0150061585,-0.00072016986,-0.02634398,-0.03541128,0.043073367,-0.025693147,-0.030796275,0.020900642,-0.013504803,-0.0017426447,-0.030160233,0.011678031,0.016196888,0.0039197947,-0.020575225,-0.027201897,-0.030130649,0.020338558,0.039493784,0.02669898,-0.013105428,0.0065120365,-0.0012572927,0.00095961016,-0.0060202135,0.0011861078,-0.002756799,0.019569391,0.0011361858,-0.04132795,-0.0029287525,-0.0044005243,0.003631357,0.019835642,-0.022010019,0.0048072957,-0.005487713,0.00929657,-0.024006894,0.010479905,0.009925216,0.012395427,-0.0009956649,0.009851258,-0.014207408,0.0038125552,-0.011352614,0.011870322,0.005125317,-0.013216365,0.020486476,0.0204421,-0.015398137,-0.007144381,0.030944193,0.019939182,0.015094908,0.0049478165,-0.008453445,0.0025053406,0.0077138604,-0.021477519,-0.029864399,0.010990217,0.03126961,0.03363628,0.011204697,0.01114553,0.012469385,-0.0041601597,0.0109088635,0.0072886,0.027719606,-0.01352699,0.022616478,0.032275442,-0.04881254,-0.056237962,0.021536684,0.002806721,0.009577612,-0.007225735,-0.004936723,-0.013149803,-0.008039277,0.000622175,0.008475632,0.03310378,-0.019953975,0.055971712,0.0019136735,-0.0011223187,-0.000645287,-0.00045368852,-0.0391092,0.042422537,-0.004341358,-0.017380223,0.015960222,0.0012813292,0.0053287023,-0.0077582356,-0.035825446,-0.0022945593,0.01523543,0.013031469,-0.010479905,0.011574489,-0.012935323,0.030559609,-0.024421062,-0.011419176,0.040825035,-0.002030158,0.0043006805,0.011263863,0.085614234,0.010842301,0.014214803,-0.016004596,0.009163445,0.02264606,0.0026588042,0.0074882875,-0.0062531824,-0.005221463,-0.0076251104,0.011493134,0.01647793,0.006112661,-0.024702104,-0.021655018,-0.020649184,-0.0063826093,-0.00052233116,0.016182097,0.018992515,0.017069597,0.019628558,-0.0038532324,-0.031683777,-0.044907536,0.02053085,0.0035167215,-0.0061533386,-0.0033725027,0.033340443,-0.016803347,0.02890294,0.013009282,-0.01850439,-0.005051358,0.0018369416,0.00046062213,0.024598561,-0.014791679,-0.0044892747,0.027142731,0.022128351,0.013630532,-0.024435854,-0.012787406,-0.0063752136,0.006360422,-0.038073782,-0.003596227,0.013985532,0.013541782,0.0058316193,0.025293771,0.013955949,0.033458777,0.0419492,0.057391714,0.0013673059,-0.013098031,-0.013933761,0.023725852,0.0007400462,-0.021285227,0.004267399,0.0037256542,-0.0077064647,0.00407141,-0.008823236,-0.0093631325,-0.029864399,0.0065120365,-0.017764807,0.013386469,0.0048109936,0.023148978,-0.011877718,0.0023370853,0.008298132,0.0140594905,-0.0014366418,-0.006545318,-0.028488774,0.019628558,-0.03428711,0.025752313,-0.0048590666,-0.0027752887,0.02431752,0.039789617,-0.031210443,-0.014932199,0.043665037,0.016758973,-0.012543344,0.0053989626,-0.034494195,0.011604072,0.0050439625,-0.011226884,0.021610644,0.01965814,0.020560434,-0.015398137,-0.015486888,-0.009370528,-0.036683362,-0.0029620337,0.018178973,0.035440862,0.017232306,-0.009925216,0.0015854831,0.022838352,0.052924626,-0.026817314,0.009022924,0.014140845,-4.0445997e-7,-0.04422712,0.034227945,0.021048559,-0.008024486,-0.015782721,0.0032486224,0.022069184,0.010568654,-0.011604072,-0.0071554747,-0.035440862,0.00092586665,0.008113236,0.030766692,-0.020856267,-0.031950027,0.002533075,-0.0034852894,0.006863339,-0.023932936,0.0063752136,-0.02890294,0.030973775,0.018016266,-0.017927514,-0.0072886,0.003496383,0.026033355,0.012047823,-0.014347929,0.0150061585,0.0007229433,0.0068892245,0.011130738,0.018386057,-0.029050857,-0.014969179,-0.014266574,0.029183982,-0.035056278,-0.006567505,-0.023932936,-0.022779185,-0.010442926,-0.033665862,0.032364193,-0.004001149,0.014969179,0.034523778,-0.0009771753,-0.014680741,0.019495433,0.0050883377,-0.049670458,0.013098031,0.0022483352,-0.026122104,-0.030101066,0.0023703666,-0.01806064,0.01502095,-0.04428629,0.029583357,0.024628146,0.009370528,0.0002798863,-0.019480642,-0.0015938034,-0.007920944,-0.024909187,-0.012055218,-0.008534798,-0.0093631325,-0.017099181,-0.0040307324,0.013401261,-0.011973864,-0.0038976073,-0.012388031,-0.013845012,0.067982554,0.0113156345,-0.007366256,-0.02017585,0.034849197,-0.003864326,0.012528552,-0.024287937,-0.0062790676,0.013445636,-0.024184395,-0.009429695,0.019480642,-0.004315472,0.003276357,0.021004183,0.026491897,-0.0132681355,0.013985532,0.05268796,-0.015649596,-0.0058759945,-0.0072035477,-0.0008597663,-0.025767105,0.0012878005,0.040292535,0.031565443,-0.024598561,-0.013541782,0.009681154,0.055291295,0.004559535,-0.028666273,0.017631682,-0.039345864,0.0034150288,-0.027379397,0.022246685,-0.019835642,-0.02563398,0.02458377,-0.00663037,0.0048109936,0.009082091,-0.032630444,0.018977724,-0.02069356,-0.018815016,0.008091048,-0.0019395589,-0.0055986503,-0.013896782,-0.0035629456,-0.004008545,0.00663037,0.004744431,0.009414904,-0.025693147,0.009133861,-0.027187105,0.018045848,-0.026033355,0.009377925,-0.0137118865,-0.0059758383,-0.008379486,0.034671694,-0.020412518,-0.0067450055,0.008031881,-0.00872709,-0.013127615,0.021773351,-0.0043450557,-0.030411692,-0.016773764,0.0048109936,0.018741056,-0.008505215,-0.03594378,-0.003642451,0.019598974,0.0061496403,-0.0027309137,0.016078554,0.024731686,0.0068855267,-0.03242336,0.0077730273,0.01347522,0.016995639,0.026610231,-0.0067413077,0.041564617,0.025500854,0.0375117,-0.00048165405,-0.0064713596,0.0069372975,-0.004001149,-0.000102906175,0.0025404708,-0.022143144,-0.006297557,0.0103098005,0.009976988,0.023873769,0.0059721405,0.0032319818,0.0016770066,0.033725027,-0.027187105,-0.008690111,-0.012883552,0.018415641,0.0012156911,-0.005650421,0.0016159909,-0.013534386,0.02925794,0.046416286,0.0013913423,0.0036147165,0.05153421,0.0200871,-0.015028345,-0.00034275092,-0.013186782,0.02943544,-0.002854794,0.013127615,0.012121781,0.05517296,-0.02730544,-0.008172402,0.01290574,-0.0037589355,0.025870645,0.021122517,-0.0138671985,-0.028296482,0.006859641,0.0071258913,0.00775084,0.017113972,0.0034741955,0.018474806,-0.020323766,0.0010770191,-0.029287525,0.0004742582,0.05464046,0.032630444,0.011907302,0.0071702665,0.034790028,0.013645324,-0.013327302,-0.03153586,0.009037715,-0.03724545,0.013231156,-0.0102136545,0.0110641755,-0.024628146,0.0021300018,-0.012535947,-0.009548029,0.0015577486,-0.004936723,0.013771053,-0.00170659,0.045410454,-0.028030232,-0.005258442,-0.027187105,-0.035174612,0.025352938,-0.004056618,-0.030322941,0.022941893,-0.007151777,0.029272733,0.0014680742,-0.0008357299,-0.0021558872,0.008505215,-0.019170016,-0.01087928],"social":"https://twitter.com/RaifShareef_"},{"title":"tim3","description":"calendly for degens","niche":"web3","youtube_url":"https://youtube.com/watch?v=CwWWmsV-FhM","youtube_transcript":"For my project, I worked on time. Cali for Desjans are AKA a web three native scheduling app. So I'm checking t. I'm a data engineer developer. I love making things that combine the world's data engineering and watching the bell and so this is what led me to work on time. So here's a quick demo of the time platform. So once you're here on the main page, you're gonna log in using Connect aud button. This logs you to log in using either Metabase or Wanna Connect. So I'm gonna use Metabase. So it says, starting logs in, automatically logs me into the platform. So then you can find any registered user of a Time Platform through their E and S domain name or through their full address, any EVA compatible wallet address. You can put it here, username here, and then you can look for a user and find any other availability. And she is upcoming time coming up. And then we can see how much it costs to schedule the meeting with them. And then you click again to send the payment through. So once the payment is sent through, an E and S push notification is it to both users to confirm they have a meeting at the agreed upon time of date and the amount that's been paid. This is really cool to make all the progress on time over the past few weeks. Including reaching these milestones. I'm looking forward to continue work on this and achieve even more. Thanks for listening. Have a great day.","embedding":[-0.01890897,-0.029733345,0.019552743,0.007219993,0.0073435074,0.0012416965,-0.012373922,0.02063069,0.034224786,-0.021888293,0.031470034,-0.005393473,-0.022517094,-0.048268028,0.027128309,0.034494273,-0.036739994,-0.015480503,-0.019762345,0.04868723,-0.027936768,0.025855733,-0.02052589,0.07042581,0.0193132,-0.050483808,-0.021109777,0.06880889,-0.00793488,-0.019582687,0.021798465,-0.03952469,-0.011872378,0.028685343,0.012523637,0.0061270753,0.028296083,0.020466004,-0.031320322,-0.021094805,-0.03871623,-0.002056706,0.02094509,-0.01021803,-0.060484752,-0.009716486,-0.08324139,0.043147784,-0.007437079,0.03859646,-0.06545528,-0.025196988,-0.015068787,0.0060110465,-0.015360732,-0.015944619,0.025795847,0.047399685,0.0001607094,-0.015884733,-0.0075680795,-0.011206147,0.029598601,0.041650638,-0.02226258,0.003647425,-0.0020791632,-0.01597456,-0.032368325,0.027517566,0.0239843,0.052699585,0.022726696,-0.001528026,0.026589336,-0.05551422,-0.0077926517,0.021978123,0.0068831346,-0.033356443,0.02735288,0.0038214684,-0.042548925,0.048148256,-0.015121188,-0.011894835,-0.08917009,-0.019073656,0.0020585775,0.031140663,-0.0141929565,0.053208616,0.023969328,0.026095277,0.056442454,0.017366908,-0.03913543,0.013249754,0.018849084,0.05246004,0.035602164,-0.018953884,-0.04078229,-0.06815015,0.0056929025,0.020825319,0.035272792,-0.005902503,-0.020870233,-0.00675962,-0.106237575,0.024059158,-0.03392536,0.010876775,0.026768994,-0.0025750934,0.01260598,-0.014305242,0.015525417,-0.04566299,-0.07647429,0.0023168353,0.014447471,0.0073397644,-0.015166102,-0.05317867,-0.058807947,-0.020091716,-0.049375918,-0.025062246,0.015375703,-0.022292523,0.054406334,-0.037787996,0.001584169,-0.027128309,-0.04512402,-0.0085187685,-0.031979065,0.00030200268,0.023699842,-0.019043714,0.039225258,-0.004375413,-0.01193975,-0.033416327,-0.023909442,0.017935824,-0.053328387,-0.055873536,0.021768522,-0.050364036,-0.020076744,-0.0055095023,0.06659311,0.01676805,-0.021124749,0.041740466,0.018938914,0.000035966623,0.005393473,0.023804642,0.0006943021,-0.03425473,-0.018534683,-0.0050042146,-0.01971743,-0.04290824,-0.065994255,0.026080307,-0.03769817,-0.06515585,-0.03194912,0.030990949,0.031200549,-0.040722407,0.011228604,-0.017217195,0.006059704,0.009634143,-0.02988306,0.013100039,-0.0011724535,-0.02491253,-0.06509596,-0.00047300497,-0.012119408,0.030990949,0.023475269,-0.0043941275,0.0017011336,0.051262323,0.028400885,0.04257887,-0.025286818,-0.00017135318,0.042249497,0.0059174746,0.009192484,-0.011632835,0.015495474,0.0020960062,0.038087428,0.024463387,0.017546566,0.002560122,-0.014694501,-0.015390675,-0.0018995056,0.007362222,0.05416679,0.013863584,0.010644717,-0.024672987,-0.06294007,-0.021993093,-0.051711466,-0.03760834,-0.022786582,-0.028370941,-0.0010068315,0.045303676,0.0069430205,-0.009626657,0.009274827,0.0038963258,0.021828407,-0.01086929,0.015914675,-0.015263417,0.024163958,0.00021217384,0.01829514,-0.014065699,0.017771138,-0.020151602,-0.0045326133,-0.07294101,0.023550127,-0.00024375429,-0.013085067,0.01819034,0.0129203815,0.016318906,0.011767577,-0.0018274554,-0.031350262,-0.07072524,0.0029718373,0.05114255,0.067551285,-0.00087349187,0.010659689,-0.0030841234,-0.0034696388,0.0041396124,-0.034015186,0.07497714,0.031709578,-0.058688175,0.011752606,-0.014005813,-0.049046546,0.036979537,-0.004599985,-0.01586976,-0.00021077026,-0.025646133,0.0064714192,-0.0076354514,0.013085067,0.015690103,0.018130453,0.010532431,0.005969875,0.0056667025,-0.0073210504,-0.0085561965,-0.011632835,-0.011550492,-0.018250225,-0.0044240705,0.010667174,0.032847412,-0.00028679727,0.039674405,0.02560122,0.017471708,-0.019148514,-0.023086011,-0.02226258,-0.007807623,0.022412295,-0.023535155,0.008204367,0.016947707,0.06479654,0.030841235,0.0025788362,0.036051307,0.0192084,-0.01423787,-0.005225044,-0.0333265,-0.0046074707,0.06850946,0.03536262,-0.0077627087,0.0045064134,-0.029613573,0.006340419,0.014402557,0.036620222,-0.018864056,0.01174512,-0.0341649,0.05602325,0.012194265,-0.02307104,-0.038267083,0.020765433,-0.029778259,-0.017606452,0.006085904,0.046411566,-0.03058672,0.06117344,0.0024684216,0.013347068,-0.038267083,0.020660633,-0.0662338,0.015540389,-0.002711708,-0.011969693,0.023250697,0.009723972,0.014350157,0.0065724766,0.06359882,-0.03392536,-0.08647523,-0.058388744,0.019642573,0.016917765,-0.013324611,0.015121188,-0.049795117,-0.0050641005,-0.010539917,-0.052879244,-0.036769938,0.027787054,-0.03111072,0.022532066,0.0024403501,-0.0066323625,-0.05734074,-0.032877356,-0.012643409,-0.05225044,0.021064863,-0.000091290894,0.005614302,0.05234027,0.006868163,-0.07102467,-0.027307967,-0.015315817,-0.015989533,0.021409206,-0.035512336,-0.001107889,-0.0066660484,-0.026574364,0.007467022,0.03964446,0.04147098,0.0013043896,0.06773094,0.051082667,0.0004084405,-0.002638722,-0.020495946,0.044046074,0.038386855,0.0013904755,-0.013998327,-0.020600747,-0.038237143,0.057759944,-0.024373557,0.006703477,-0.016827935,0.01685788,-0.0098063145,0.03943486,0.047908712,0.008466368,-0.06695243,0.042728584,-0.020540861,-0.034673933,-0.047938656,0.018025653,0.014926558,0.0010320959,-0.025182018,0.0066024195,-0.0056367596,-0.012052036,-0.036350735,0.05114255,-0.027697224,0.02307104,-0.021214576,-0.035302732,0.04105178,0.07976801,0.0034584103,-0.010352774,-0.039794177,0.02560122,0.022232637,-0.0058426172,0.03721908,0.03049689,-0.005138958,-0.022247609,-0.052909184,-0.014417528,-0.007957337,0.008548711,-0.017351937,0.001094789,0.015854789,0.02226258,0.023639956,0.019388057,0.059107374,-0.06892866,0.013302154,-0.05042392,-0.0014335185,-0.02104989,0.0020510918,-0.02856557,-0.025765905,-0.0077701947,0.012860496,0.006280533,0.0028913657,-0.01808554,0.079229034,-0.04575282,-0.03679988,0.00571536,-0.0026106506,0.010786946,-0.015585303,-0.022786582,-0.0014774973,-0.043926302,0.049166318,0.01311501,-0.025885677,-0.022532066,0.047130197,0.035602164,-0.0135416975,0.024328643,0.014245356,0.04856746,0.010495002,-0.05683171,0.0049218717,0.0067483913,-0.0240891,0.0015916547,-0.032757584,-0.0012912896,0.010300374,-0.040183432,0.037159197,0.02702351,0.011325919,-0.021004977,0.031020893,0.016378792,0.017561538,0.04380653,0.02702351,0.04138115,-0.018789198,-0.017726224,-0.016393762,-0.021424178,-0.036201023,-0.025152074,-0.0010246101,0.03141015,-0.010068315,0.034823645,0.06928798,0.012882953,0.04500425,-0.053028956,-0.015675131,0.009417056,0.032787524,-0.030362148,-0.02247218,0.02612522,0.028999742,-0.031709578,0.00061850896,0.0193132,0.031260435,-0.00919997,-0.02602042,-0.011655292,-0.010607288,0.0191036,-0.011408262,-0.010936661,-0.005168901,-0.039794177,-0.0035033247,-0.00063301256,-0.02988306,0.020900177,-0.0042780982,-0.008159453,-0.015480503,-0.017920854,0.018564627,-0.04473476,-0.03233838,-0.00046879426,-0.008032195,0.01666325,0.014050728,-0.0025769647,-0.005060358,-0.004966786,0.014926558,-0.028700314,0.0019743629,0.0073173074,0.010929176,0.020795375,-0.017127365,0.02877517,0.006362876,-0.01341444,0.032787524,0.021528978,0.021603836,0.02217275,-0.0012828681,-0.0145897,-0.012740724,0.009087684,0.013302154,0.012269122,0.055005193,-0.0022999926,-0.0052400157,-0.021723608,0.01829514,0.03182935,-0.016004505,-0.017621424,0.00630299,0.05907743,0.013451869,-0.017756168,-0.0010601674,-0.024418473,0.00032352417,-0.013878555,-0.012733238,-0.0142004425,0.01808554,-0.03832697,0.018849084,0.0071413927,0.005805189,0.010577345,-0.0053223586,-0.0055544167,-0.019657545,-0.00065593765,0.042459097,-0.010899233,0.011318433,-0.023864528,0.0015720046,-0.0025451505,0.03880606,0.0024628073,-0.008159453,-0.015038844,-0.03964446,-0.0037990112,0.027637338,-0.03709931,-0.013070096,0.016842907,-0.026050363,0.022082923,0.012576037,0.013085067,-0.043986186,0.020480976,0.015944619,-0.012620952,-0.04230938,0.029868089,0.044375446,0.0012519894,-0.016438678,-0.008668483,-0.0073509933,0.019223372,0.007702823,-0.020645661,-0.041351207,-0.016708164,0.008885569,0.025915619,0.023130925,-0.0062019327,-0.013025181,0.0038663829,0.015675131,0.011153747,0.061981898,0.00073921646,-0.020900177,0.0011462534,-0.02134932,0.0015383188,-0.004839529,0.02491253,-0.004210727,-0.030841235,0.044076018,0.011909807,-0.0037185396,-0.02501733,-0.035123076,0.085936256,-0.0021671208,0.031589806,-0.015839819,-0.033566043,0.0016421834,0.023220755,-0.010876775,-0.03314684,0.015225988,-0.016303934,-0.019942002,-0.04919626,0.017501652,0.002241978,0.026050363,0.016723135,0.020016858,-0.07611497,0.035632104,-0.0045588133,0.022202695,0.04512402,-0.0054421304,-0.002642465,-0.07114444,0.011198661,0.04156081,-0.047220025,-0.008675968,-0.026095277,0.00009947842,0.0027379082,-0.01534576,0.031889237,-0.0074782507,0.020256402,-0.012351465,0.014679529,0.0077402517,0.027532538,-0.003091609,0.024253786,-0.026065335,0.005341073,0.0067221913,0.005225044,-0.034015186,-0.02531676,0.0015785546,-0.050393976,-0.023280641,0.012179294,0.00041054585,-0.007530651,0.024014242,0.010599803,0.020915147,-0.033176783,-0.029314144,-0.029868089,0.0005946482,0.0022363637,0.003561339,-0.0379976,-0.027712196,-0.025286818,-0.01646862,-0.021978123,0.03739874,-0.003323667,-0.022038009,-0.021394234,-0.013234782,0.0015308331,0.025286818,-0.013773755,-0.028430827,-0.016019477,-0.0015420617,0.010584831,-0.0055057593,0.00020960062,0.023415383,-0.06090395,-0.023340527,-0.02560122,-0.029523745,0.00034504567,0.031320322,-0.046561282,-0.013347068,0.038267083,-0.0042706127,0.0333265,0.023939386,-0.03254798,0.0057490454,0.010030887,0.015720047,-0.025137102,0.02164875,-0.012081979,0.016543478,-0.018280169,0.02774214,-0.012396379,-0.024403501,0.014222899,0.016288962,-0.02744271,0.0191036,0.00025053823,0.024403501,0.027712196,0.031979065,0.0064601908,-0.015944619,-0.0029287944,-0.033206727,-0.0051015294,0.010517459,0.032967184,-0.039614517,-0.04482459,-0.0049480717,-0.021858351,-0.0060110465,0.02013663,-0.0040086117,-0.009364656,-0.0247179,0.035811763,-0.02631985,0.00030761698,0.006209418,-0.033955302,-0.021933207,-0.018579599,-0.027607396,-0.013406954,0.02317584,0.04359693,-0.0027191937,0.010315345,-0.056981426,-0.049944833,0.021603836,-0.011198661,-0.004308041,0.00071582355,0.023969328,-0.01285301,0.017845996,-0.021768522,0.018684398,-0.04587259,-0.007392165,-0.02389447,-0.0238795,0.0038214684,0.0077627087,0.02947883,0.021858351,0.028954828,-0.0052924156,-0.008159453,0.002470293,0.04096195,-0.0034509245,-0.03111072,-0.026140193,0.018444855,-0.012246665,-0.008159453,0.012755695,0.020286346,0.01778611,0.004285584,-0.017307023,0.07192296,-0.015263417,0.0129203815,0.031200549,-0.01524096,-0.017756168,-0.039494745,0.054645877,-0.0341649,0.015794903,0.015128673,-0.002780951,-0.010225516,0.004708528,0.006392819,0.016214104,0.021004977,0.00020679347,-0.003840183,-0.008316653,0.036201023,-0.0052138153,0.022816524,0.013234782,-0.015824847,-0.010592317,-0.004308041,0.027562482,-0.017920854,-0.013616554,0.027053451,0.015166102,0.017097423,-0.03365587,0.00043955309,-0.028101455,0.02531676,0.030931063,-0.013893527,0.032308437,-0.0055207307,0.014073185,0.009461971,-0.014776844,-0.0382072,-0.007219993,-0.012493694,-0.0014194828,0.01056986,-0.015360732,-0.03991395,0.0017123622,-0.009694029,0.043177728,-0.025122132,0.059556518,-0.037458625,0.008735854,-0.024897559,0.030362148,0.022142809,-0.00332741,-0.002434736,0.0055169878,0.03314684,0.021259492,-0.015300846,-0.01869937,-0.00823431,-0.021169662,-0.0071114497,-0.013332097,-0.022082923,0.021588864,0.013811184,-0.021963151,0.010981576,-0.0076653943,0.033476215,-0.022067951,0.024163958,0.026289906,-0.024119044,0.010989062,-0.015196045,0.01627399,0.004405356,-0.019867145,-0.01676805,-0.02581082,0.0036399392,0.034194846,0.0013998327,-0.013983356,-0.016184162,0.024014242,0.02623002,0.0097688865,0.009125113,0.004712271,-0.0008215596,0.013511755,-0.021394234,-0.018953884,0.017860968,0.013227296,0.02765231,-0.030377118,-0.0013755041,0.01509873,-0.016528506,0.00066482695,0.01118369,-0.025975505,0.03503325,0.016229076,-0.01235895,-0.012860496,0.047908712,-0.0077177943,0.061802242,-0.038686287,-0.011266033,-0.0025339217,0.02847574,0.02358007,0.03943486,0.009709001,0.0064676763,0.004180784,-0.012224208,-0.056592166,0.023026126,-0.0091625415,0.009461971,-0.023325555,0.0039599547,0.036620222,-0.008765797,0.057969544,0.017232165,-0.02814637,-0.009911115,-0.006894363,0.008047166,-0.04566299,-0.0019930773,0.008900541,0.024508301,0.035452448,-0.023355497,-0.027637338,0.011827463,-0.023250697,0.0031458808,0.022517094,0.028550599,-0.004409099,0.0009871814,-0.025421562,0.008473854,0.03518296,-0.021079835,-0.028490713,0.01850474,-0.06027515,0.021304406,0.019597659,0.005677931,0.0019219628,0.03769817,-0.019552743,0.008915512,-0.024059158,-0.0076953373,0.019223372,-0.0014400686,0.015053816,0.0021091062,-0.047519457,-0.017920854,-0.011722663,-0.013751298,0.0039337543,-0.046112135,0.00246655,0.00019965862,-0.02603539,0.01860954,0.022082923,0.016199134,-0.039404918,-0.008967912,-0.0017376266,0.026304878,-0.013826155,-0.005168901,0.017172279,-0.018369997,0.006448962,0.0012108178,0.011954721,0.000588566,0.031889237,0.02226258,0.0016824192,0.0020361203,-0.005341073,-0.007437079,-0.00424067,0.02226258,0.051980954,0.028909914,0.03191918,0.009057741,-0.012441294,0.018429883,0.022038009,0.021169662,0.010614774,0.04698048,-0.012261637,-0.004461499,-0.01729205,-0.014612158,-0.013751298,0.0337457,0.015420618,-0.028340999,0.0029044657,0.0030223662,-0.022038009,0.012523637,0.03242821,0.030437004,-0.014065699,-0.008421454,0.006209418,0.006213161,0.02877517,0.04087212,0.007549365,-0.012620952,-0.004738471,-0.0290746,-0.0041021835,-0.0013820541,-0.015248445,-0.014372614,0.025631161,0.003525782,-0.003029852,-0.02926923,0.009581743,-0.015211017,-0.0011846178,0.015705075,0.00343221,-0.005999818,-0.024882589,-0.014806787,-0.011715177,0.0023935642,-0.011333405,-0.0031720807,0.023610013,0.012770667,-0.0035463676,0.004027326,-0.0015626475,0.016303934,0.024119044,0.016992621,-0.014080671,0.020346232,-0.022247609,-0.0034771245,0.031050835,0.060544636,0.0010573603,-0.017142337,0.006213161,0.013197353,0.03769817,0.042039897,-0.007332279,0.010816889,-0.00531113,0.049465746,-0.0045026704,0.0068045342,0.01102649,0.009679058,-0.010337802,0.012628437,-0.0017947053,-0.034943417,0.011011519,0.01798074,-0.02501733,-0.025720991,0.024223844,0.0032955955,0.010345288,0.014454957,0.008698426,-0.010322831,-0.031889237,0.04215967,-0.031709578,0.0028501942,0.030901121,0.04698048,-0.023864528,0.02286144,0.07827086,0.00033919743,0.006669791,0.0015364474,0.019492857,0.0030654091,-0.021618808,0.010906718,0.00022527388,0.0061457898,-0.016214104,-0.026454592,-0.00059558393,0.010831861,0.019253314,0.009941058,-0.0017778624,-0.002417893,0.019388057,0.01687285,-0.00240105,0.02561619,0.02003183,-0.00842894,-0.012897924,-0.02672408,-0.0050117006,0.0019060556,-0.008982884,-0.0058089313,-0.019373085,0.02784694,0.04275853,0.033416327,-0.017426794,-0.008788255,-0.004203241,0.024867617,0.011251062,-0.022741668,-0.022831496,-0.011947235,0.022112865,-0.038955774,0.0015242831,0.038057484,-0.021079835,-0.03058672,-0.027562482,-0.020855261,-0.009065227,-0.0000424874,0.02825117,0.020600747,-0.008189396,-0.0060409894,0.042968128,0.035093132,0.027487624,0.012516151,-0.020016858,0.018235253,0.0018115483,0.035272792,-0.008039681,0.00084869534,0.0065387907,-0.0047272425,0.0012089465,-0.017007593,-0.01148312,0.023639956,0.035123076,-0.014357642,0.018040625,-0.024433443,-0.0049480717,-0.0061719897,-0.00065593765,-0.016513534,-0.036440566,0.030032774,-0.019343143,-0.010188087,-0.05153181,0.02316087,-0.010854318,0.02551139,-0.00584636,0.009005341,0.008937969,-0.013354554,0.0019294486,-0.0058351317,-0.019343143,-0.007815109,-0.06252087,-0.0025657362,-0.02449333,-0.03515302,0.016513534,0.01982223,0.0116852345,0.04931603,-0.009484428,-0.02682888,-0.03515302,0.0015935261,-0.024238816,0.0068007917,-0.00874334,0.023310583,-0.016932735,0.008346596,0.014312728,-0.01204455,0.002344907,0.011917292,-0.021723608,-0.040003777,0.043866415,0.002030506,-0.03182935,0.0024628073,-0.009574257,0.041411094,-0.0067858202,-0.02205298,0.0016562192,-0.014978958,-0.021424178,0.0076317084,0.007583051,0.0070590493,0.0019238343,0.020406118,-0.022547038,-0.042668696,-0.0049181287,0.039075546,-0.03964446,-0.011251062,-0.0098662,-0.016738107,0.01839994,-0.0014428757,-0.0031758237,-0.008136995,-0.006535048,-0.0033255385,0.011557977,-0.005618045,0.026274934,0.009566771,-0.019852173,-0.019537773,0.017741196,-0.024253786,-0.01330964,0.0014297756,0.028296083,-0.015218502,-0.015270903,-0.004495185,0.011887349,-0.016124276,0.019582687,0.024478357,-0.0042780982,0.0045326133,0.0025657362,-0.02145412,-0.0064452193,0.005902503,0.027727168,-0.0097763715,0.00037124575,0.008541225,-0.025720991,-0.033086956,0.009903629,-0.019358115,0.007650423,-0.018864056,0.032278497,0.03191918,-0.03781794,-0.021214576,-0.01718725,-0.000052663327,-0.003336767,0.012546094,-0.0069692205,0.037578396,0.009686543,-0.020930119,-0.0065088477,-0.01627399,-0.036560338,0.026993565,-0.012201751,0.0025414075,-0.030601691,0.013908498,0.003617482,0.018624512,-0.028640429,-0.01107889,0.0011490606,0.028790142,0.0033012098,0.00068728416,-0.02847574,-0.0058575887,0.012014607,-0.014477414,0.0034509245,0.042399213,0.04159075,-0.03721908,-0.0033012098,-0.017501652,-0.0012285965,-0.045393504,-0.0075381366,0.01971743,0.031260435,-0.017351937,-0.012254151,-0.0042593842,0.02164875,-0.018145425,0.007949852,0.038776115,-0.022951268,-0.019163486,-0.02531676,0.006280533,-0.010539917,-0.008675968,-0.034075074,0.0064377333,0.011775063,-0.0074183648,-0.0077926517,0.026499508,0.009319742,0.021334348,-0.013893527,0.010584831,-0.020406118,-0.00074763794,-0.020705547,-0.011468148,-0.021274462,0.0064564478,0.044884477,-0.0061008753,-0.0067521343,0.0110414615,-0.011610378,-0.010075801,0.006995421,-0.022202695,0.0007027235,-0.007047821,0.012643409,-0.006332933,-0.0479686,0.043147784,0.0116627775,0.0016852265,0.026170135,0.0029344086,-0.016019477,0.024972416,0.01574999,-0.0009464778,0.00015486118,-0.019986916,-0.023340527,-0.025466476,-0.0335361,-0.015779933,-0.026289906,-0.016079362,-0.004596242,-0.003495839,0.009993458,0.0011733891,0.022067951,0.0070365923,-0.00828671,-0.01118369,0.010345288,0.023340527,-0.0074557937,0.039764233,0.014058213,-0.0045326133,0.012111922,0.0050453865,-0.003276881,-0.0047571855,0.0008150096,0.039554633,0.0007691594,0.023909442,-0.01627399,-0.00198372,0.020645661,-0.00073407,-0.03182935,-0.016543478,0.0047497,-0.0051277294,0.009694029,0.012059522,0.008608597,0.032158725,0.0085037965,-0.014103128,0.034314618,-0.010337802,0.05548428,-0.014387585,0.000051435196,-0.0071413927,0.03497336,-0.010083287,0.029957917,0.0065200767,0.024882589,-0.03161975,-0.00014831116,-0.002698608,0.009963515,-0.00670722,0.0024328644,-0.009087684,-0.0062917615,-0.008069624,-0.0048021,0.017321995,-0.017651366,0.02946386,0.01819034,0.013990842,-0.01555536,0.03314684,0.014724444,0.062341213,-0.024762817,0.0016159833,-0.028326027,0.02358007,0.007919909,0.007365965,0.005614302,0.006396562,-0.019432971,-0.035422504,0.006621134,-0.0012342108,-0.028655399,0.010480031,0.014125585,-0.02581082,0.0039374973,-0.011632835,0.023100983,-0.022232637,0.026304878,-0.03892583,0.017321995,-0.019373085,0.017666338,0.031320322,-0.023849556,-0.011625349,0.03242821,0.012591009,0.030961007,0.018429883,0.01655845,0.016738107,0.012059522,0.011408262,-0.024747845],"social":"https://twitter.com/TechieTeee"},{"title":"surge","description":"building virtual job simulations for early stage startups and large size enterprises to train and hire talent","niche":"other","youtube_url":"https://youtube.com/watch?v=peBwj6a2LfQ","youtube_transcript":"Hi, everyone. I'm Kincil, the founder and CEO at Search. Previously, our build teams reach out in this first annual cement level community. Hi. This is Samathath. I'm the CEO at search. I'm currently working at excess instruments, Adana, and working engineer. Krishna, now the head of designer, sir, just to read at University College London. Did you know that only fourteen percent of Americans believe college graduates are well equipped for workplace success? The skill gets excessive to a lack of professional development and engagement in social learning. Search partners with young startups and establishing the prices to create authentic live jobs and diligence, the faster skill development, and offer valuable insights into various industries. Our target customers are ambitious and curious students aged eighty to forty four, eager to prove themselves and excel in petrosyl. Additionally, we support companies seeking visibility and talent by helping them create effective externship programs. We have validated our idea through hundred plus user calls and understood the customer pain points. Our goal is to onboard ten thousand students and partner up with multiple companies in the next six months. We aim to revolutionize the way students learn and companies hire, automatically purchasing the current between education and employment. Joint surgeon, the careers of students. Thank you.","embedding":[0.013380415,0.023998423,0.0132391555,0.03220717,0.01298018,-0.0031528338,-0.0289582,0.07113201,-0.020702366,0.011504803,0.033086117,-0.08287225,-0.008247986,-0.028455945,0.0506023,0.051606808,-0.03352559,-0.04102804,-0.035754353,0.027059045,0.060898546,-0.033274464,-0.019807722,0.037480857,0.022036484,-0.02065528,0.028408857,0.041875597,-0.018928776,-0.042848717,0.027043348,-0.022444567,-0.05041395,0.025756318,-0.022083571,0.012807529,-0.00497155,0.02191092,-0.020247197,-0.007937999,-0.034875404,-0.012878159,0.024014117,-0.001321365,-0.016966837,-0.048813008,-0.04322541,0.005701391,0.039521273,0.06193445,-0.03851676,0.0025721004,0.02299391,0.016825577,-0.011536193,-0.060647417,0.021047667,0.04071413,-0.014949965,0.06416321,0.03437315,0.010712179,0.016731404,0.03886206,-0.00984108,0.0006209533,-0.0062507335,0.06045907,-0.021832442,0.04353932,0.07427111,0.007804588,0.009880318,-0.00075632695,-0.034498714,-0.022114962,-0.009378062,0.045014698,-0.022162048,-0.021016276,0.027404346,0.012572097,0.027906602,-0.015004899,-0.04341376,-0.012627031,-0.019462422,-0.034875404,-0.012313121,-0.006019225,-0.031689215,0.05286245,-0.01643319,0.024987238,0.04981752,0.046772595,0.008169509,0.005411024,0.045862254,0.040745523,0.006556796,-0.011073176,0.046490077,-0.017955653,-0.03066901,-0.0014302526,-0.014361383,-0.049283873,0.055467904,-0.013584456,-0.14665876,0.0212831,0.0075848512,0.003150872,0.0016352751,-0.02955463,-0.03914458,-0.08387676,-0.03641356,-0.014306449,-0.034278974,0.0118422555,-0.012744747,0.002266038,-0.037041385,0.01440847,-0.031391002,0.00020906898,-0.045768082,-0.054275043,0.006074159,-0.017830089,0.023276428,-0.020090241,-0.009715515,-0.00800863,-0.06554441,-0.022162048,-0.047431804,-0.0151697025,0.010971155,-0.04005492,-0.042691763,-0.030543447,-0.062719226,-0.04068274,-0.013835585,0.002077692,-0.036350783,0.009746906,-0.011245827,-0.0230253,-0.08864819,-0.015852457,0.025583668,-0.015193245,0.008177356,-0.002797723,-0.0070668994,0.026509702,0.035879917,0.03600548,0.052454367,0.003429467,-0.036978602,-0.0007082595,-0.056189895,-0.05261132,-0.08236999,0.011724539,0.0023876783,-0.059015084,0.005254069,0.042409245,0.04438688,-0.008318616,0.040745523,-0.01811261,-0.019415336,-0.044920526,-0.054777298,0.0049637025,-0.0101000555,-0.035409052,-0.013655086,-0.034498714,-0.008703155,-0.030370796,0.007420048,-0.010170685,0.0062782005,0.026085922,0.053929742,-0.034247585,-0.015899543,-0.0037943874,-0.0030978995,-0.0060427682,0.0012517163,-0.011057481,0.03324307,-0.032332733,0.028047862,0.022774173,-0.0060349205,-0.024328027,-0.0012350398,0.02989993,-0.04818519,-0.005701391,0.09750045,-0.00397881,0.014110256,0.0506023,-0.01908573,-0.03537766,-0.027922297,0.018928776,0.025583668,-0.0050539514,-0.04168725,0.038453978,0.0132391555,-0.010735723,0.023417689,0.03377672,0.019132815,0.0042652525,0.05694328,-0.03537766,0.008883654,0.0047439653,0.004912692,-0.014125952,0.025866186,-0.035157923,0.028032165,-0.004308415,0.047212068,0.0042456333,-0.011410629,-0.0015067682,0.002362173,0.024610545,0.03779477,0.005505197,-0.027059045,-0.036758862,0.010971155,0.04922109,0.01008436,0.008915044,0.058701176,-0.011442021,-0.00030164793,-0.013105744,0.002046301,-0.0484991,0.024092594,-0.04755737,0.034341756,-0.0130508095,-0.0029174013,-0.014518339,-0.059328996,-0.0050500277,-0.025772013,0.002262114,-0.00031415527,-0.010586616,-0.013655086,-0.011128111,0.01008436,-0.030464968,-0.033651154,0.0078595225,0.0025034326,0.057759445,-0.017578961,-0.01925838,-0.042315073,0.015028442,0.009762602,-0.05700606,-0.019697854,0.03474984,0.028926808,-0.0037649584,-0.029821452,0.011716692,0.032112997,-0.053427488,0.0076594045,0.01803413,0.008522658,0.016276235,0.038328413,-0.049880303,0.0151697025,-0.011912885,0.023951335,-0.03192465,0.0015675882,-0.010461052,-0.0068981727,0.01001373,0.024123985,0.0144791,-0.0039807716,-0.017987045,0.011081024,0.059705686,0.06165193,-0.016386103,0.0056817713,-0.0254738,0.047839887,-0.030480664,0.0041396883,-0.007580927,0.006093778,-0.043099847,0.025097108,-0.020592498,0.012752594,-0.0065254048,0.040871087,-0.026635265,0.0025622905,-0.03851676,0.012171862,-0.020090241,-0.05192072,-0.057508316,-0.04790267,0.002803609,0.0069766506,-0.015585633,-0.0019756712,-0.0025407092,-0.046176165,-0.078603074,-0.034624275,-0.02187953,0.078854196,0.02588188,0.0022758476,-0.0075299167,0.044575226,0.034687057,0.003774768,0.0046027056,0.02815773,0.03004119,0.0076319375,-0.007879142,-0.0031567577,-0.008224443,0.018834602,0.0050735706,-0.030056885,0.019823419,0.030684706,-0.036884427,0.04225229,0.031704914,-0.054620344,-0.025505189,0.0436021,-0.0016588183,0.0064743944,-0.011889342,0.025112802,0.0151147675,-0.03823424,-0.058701176,0.022836955,0.016448885,0.002297429,0.043037064,0.08142826,0.030198144,-0.028722767,-0.04473218,-0.013082201,0.032426905,-0.009535017,-0.010782809,0.0052109063,-0.014926421,0.013184221,-0.0027329791,0.040243264,-0.031971738,0.050822034,0.010735723,0.053615835,0.035032358,0.022460263,-0.0355974,0.0018481453,-0.041875597,-0.0043280344,-0.033965066,-0.00044290742,-0.011308609,0.011700996,-0.028110644,-0.0075102975,-0.020749453,0.01974494,-0.057790834,0.059642904,0.02767117,0.0017127716,-0.03255247,0.011481259,0.047117896,0.047400415,0.030574836,-0.02644692,-0.058198918,0.0071296813,-0.030716097,0.026478311,0.033588372,0.022836955,-0.035848524,-0.012650575,-0.0072827125,-0.045516953,0.017704526,0.0011879533,-0.020576803,-0.033462808,0.0108142,-0.004430055,-0.02191092,0.014055322,0.0034235811,-0.0057798685,0.004269176,-0.036507737,-0.030967224,-0.0338395,-0.03851676,-0.028361771,0.02376299,-0.024657633,0.017610352,-0.00038650172,-0.029507542,0.02205218,0.06388069,-0.013011571,-0.020984886,-0.012266034,-0.017013924,0.021251708,0.031485178,0.006858934,0.03600548,-0.009542865,0.007145377,0.014227972,-0.013623695,-0.021267405,0.006674512,0.038893454,-0.0230253,0.03192465,-0.06344122,-0.0066548926,-0.013553065,-0.03415341,0.021644097,-0.017249357,-0.019525204,-0.0117637785,-0.006266429,-0.035817135,0.013325481,-0.02944476,0.07854029,0.052171845,-0.011661758,-0.03666469,0.0122738825,0.0035687645,0.023135168,0.025630753,0.032772206,0.05857561,-0.020561107,-0.026572485,-0.017092401,-0.0051128096,-0.008083183,-0.03660191,-0.0036923666,0.025442408,-0.03004119,-0.02599175,0.057100233,0.034969576,0.013788498,-0.03161074,0.008883654,-0.0049519306,0.057665274,-0.027781038,0.024861675,0.021361578,0.01298018,0.014424166,0.006093778,0.027922297,0.00122523,-0.017139487,0.014557578,0.032003127,0.003588384,-0.027263086,0.00837355,-0.018818906,-0.014832249,-0.07232487,0.017814394,-0.017139487,-0.0064076884,-0.01259564,-0.01486364,0.033996455,0.015444374,-0.03622522,-0.022177743,-0.024751805,-0.036978602,0.007494602,-0.010437508,-0.020388456,0.025662145,0.0063174395,0.01315283,-0.0024622318,0.020639583,0.0028742386,-0.014549729,-0.0053992523,0.016103584,0.02710613,-0.0103668785,0.022570131,0.0021600933,0.012195405,0.0059642904,-0.033556983,-0.009793993,0.046521466,0.012509314,0.007019813,0.0065685674,0.027498519,0.017704526,0.009393757,0.024704719,-0.009032761,-0.022931127,-0.013584456,0.013113592,0.0038238165,-0.08161661,-0.016998228,-0.0687463,0.04159308,0.033117507,-0.052768275,-0.01050029,0.006140865,0.0034196575,-0.02376299,-0.015397287,-0.022868346,-0.023919944,-0.037072774,-0.01691975,-0.013576609,0.016637232,0.03352559,0.029209329,-0.00052040396,0.0023131245,0.03726112,0.008342159,0.022899736,-0.011088871,-0.01608789,-0.041436125,0.0075730793,-0.0025681765,0.014667446,-0.013788498,0.03936432,0.0063802213,-0.047682934,-0.018865993,0.009056305,-0.006929564,0.050476734,-0.015601329,0.017013924,0.0063449065,-0.012116927,-0.0153580485,0.03153226,0.024579154,-0.0018559931,-0.01510692,0.03788894,0.012815377,0.008216595,-0.079105325,-0.027749646,0.03178339,0.05157542,0.00610555,0.018332345,-0.01908573,0.006384145,0.025662145,0.042723157,0.039521273,0.007062976,-0.0014547767,0.0063723736,-0.009691972,0.011159501,0.01203845,0.026478311,-0.027294477,0.01772022,0.030731792,0.014353536,-0.049848914,0.015923087,0.012611335,-0.003588384,0.021251708,0.014329993,-0.01015499,0.0028840483,-0.023056692,0.034592886,-0.016448885,0.032364123,0.012611335,-0.05914065,-0.028440248,0.0049990173,0.010139294,-0.023150865,0.035126533,-0.02016872,-0.027545605,-0.02570923,0.012995875,0.028926808,0.021973701,0.0164018,0.0338395,-0.03129683,0.035754353,0.04140473,-0.0167471,0.024484983,-0.0051442008,0.002519128,-0.036476344,0.04218951,-0.0014753771,-0.011865799,-0.02253874,-0.013215613,0.0032548546,0.001698057,0.01385128,0.018410822,-0.029711584,0.01346674,0.005830879,0.0071610725,0.013333328,0.0015038252,-0.0025269757,0.020623889,-0.043664884,-0.026227184,0.006423384,0.017359225,-0.042063944,-0.013490284,0.0018098875,-0.058450047,0.030009799,-0.034938186,-0.026525397,-0.028283294,0.019321162,0.046835378,0.018222477,-0.030825965,-0.008083183,-0.013356872,0.0046968786,-0.019415336,0.0031822629,0.0008269567,-0.044010185,-0.021267405,-0.025128497,-0.03785755,0.021267405,0.0006984498,-0.026698047,0.012689813,0.013435349,0.012132622,-0.020074546,-0.019525204,0.006007453,0.016448885,-0.0069374116,-0.02644692,0.024202462,0.0018304879,0.011018242,-0.069311336,0.0019374135,0.003586422,-0.03004119,-0.017108096,-0.017155183,0.0012193442,0.02473611,-0.024359418,-0.004630173,-0.00886011,0.03757503,-0.0015695501,0.020623889,-0.000928487,0.016998228,-0.023574643,0.0049872454,0.045768082,-0.020702366,0.0062468094,0.013042961,-0.014879336,0.016417494,0.027765341,0.031595044,-0.014306449,0.0144791,0.033086117,0.044889133,0.041090824,0.016464582,0.015059833,0.004061211,0.042158116,-0.024202462,-0.0018716885,0.0065057855,-0.014753771,-0.007243474,0.0017412197,0.0013890519,-0.011716692,0.0021463598,0.021581315,0.025379626,0.00743182,0.0095899515,-0.02742004,-0.019179903,0.023606034,0.0014930345,-0.019070035,-0.021612706,0.015946629,0.027906602,-0.020922104,-0.021157537,0.005446339,0.011544041,0.00012335683,-0.025583668,-0.007141453,-0.006968803,0.00044241693,0.01688836,0.0076594045,0.028094947,-0.009613494,0.0048852246,0.006933488,0.03948988,-0.0061565605,0.012995875,0.0055444357,-0.027969383,-0.018913079,-0.0198862,-0.0060270727,-0.016809883,0.04598782,-0.017735917,-0.019038644,-0.03178339,0.0328036,-0.026870698,-0.0355974,-0.021236014,0.038453978,0.0331489,0.019697854,-0.012415142,-0.017265052,-0.020592498,0.017029619,0.0013331367,-0.01559348,-0.012509314,-0.0064273076,0.005481654,-0.02145575,-0.0051873634,-0.004692955,0.023857161,0.017767308,-0.012124775,-0.006140865,0.036444955,0.042974282,0.015146159,0.0135059785,-0.00900137,-0.0051402766,-0.027467128,-0.004724346,0.015326657,0.019368248,-0.01102609,-0.011018242,0.017155183,-0.020608194,-0.022020789,-0.0034490863,-0.016841274,-0.015271723,-0.01203845,-0.0001324308,-0.05264271,0.0138277365,-0.0059603667,0.022303307,0.023872858,0.02439081,0.0097782975,-0.0065057855,0.03600548,-0.010979003,-0.008287225,0.009401605,0.024233853,-0.05166959,0.0429115,-0.018881688,-0.036727473,0.028393162,-0.019933287,-0.008546201,-0.033965066,0.023810076,0.0011232094,-0.0015646453,0.035566006,-0.044418268,-0.0046772594,0.02319795,-0.0103668785,0.017249357,-0.018144,-0.015538546,0.04567391,0.0028134186,-0.017704526,0.023747293,0.010869135,0.022789868,-0.016056499,0.018865993,0.0068510864,0.0015636643,0.004665488,-0.02833038,0.0027153217,0.040463004,0.022774173,-0.028220512,-0.021079058,0.032112997,0.008075335,0.006274277,-0.00030410034,-0.028534422,0.03038649,0.022554435,-0.026776526,0.021644097,-0.008467723,-0.016872665,-0.0050461036,0.005944671,0.01786148,0.0018913079,0.0024641936,0.017751612,0.028864028,0.0068746298,0.0016715709,0.020153023,-0.0024896988,-0.008608983,0.053458877,0.011489107,0.022821259,-0.019760637,-0.011104567,0.01974494,-0.014251515,-0.010437508,-0.011402782,0.04598782,-0.015452221,-0.016354712,0.016731404,0.012532858,-0.024940152,0.010468899,-0.035785742,-0.00085442385,-0.013278394,-0.029978408,0.0043319585,0.01611928,0.04853049,0.021330187,0.017767308,0.008499114,-0.006705903,-0.026556788,-0.01811261,-0.008977827,0.017312137,0.01671571,-0.0049793976,0.0054698824,0.036821645,0.013027267,0.02752991,0.014227972,-0.020843625,0.0046105534,-0.012328817,0.01737492,0.023386298,0.016652927,0.0002660878,0.013184221,0.0097782975,0.014918574,-0.03318029,-0.021345882,0.007392581,-0.0051677437,0.01298018,0.014157342,0.038014505,-0.024861675,-0.022256222,-0.0060702353,0.009982339,0.0053717853,-0.025254061,0.004783204,-0.023606034,-0.007898761,-0.000018347182,0.016025107,-0.02100058,-0.022177743,-0.029162241,0.020419847,-0.025567971,0.04385323,-0.031359613,-0.0041318405,-0.004277024,-0.03562879,-0.0036236988,-0.0032528928,0.011049633,0.017594658,-0.018536387,-0.002228761,-0.041875597,-0.031861868,0.0055287406,0.030402185,-0.024704719,0.01329409,-0.02424955,-0.029193632,-0.03446732,0.01590739,0.009425148,0.040400222,-0.0034392767,-0.021267405,0.012556401,-0.033713937,0.001573474,-0.03230134,0.016904054,0.025630753,-0.022632914,0.043696277,0.0147145325,-0.000881891,-0.005312927,0.027765341,0.0132391555,0.0042338613,-0.0076633287,0.003268588,-0.012995875,0.019462422,0.021785356,0.007145377,-0.008828719,0.012462229,0.008043945,0.016762795,0.050256994,0.00016970761,0.0087580895,0.0021306644,0.037355293,-0.0230253,0.015648415,0.01179517,0.020466933,0.0028369618,-0.00028497144,0.030088276,-0.017704526,-0.010492443,-0.02864429,0.01576613,0.0037237578,-0.024547765,-0.013011571,0.037763376,0.004630173,-0.01590739,-0.018897384,0.010107903,0.030496359,0.04203255,0.02599175,-0.017139487,-0.007420048,0.017312137,-0.0012242491,-0.04008631,0.005061799,0.029162241,-0.029256415,0.033588372,-0.0048028235,-0.009550713,-0.0042377855,0.015585633,-0.005972138,0.0094565395,0.031736303,-0.0047086505,0.0004269667,0.026148705,0.012399446,-0.005917204,-0.010986851,-0.005897585,-0.013780651,-0.0021581315,-0.015326657,0.015091225,0.0065646432,0.0028997438,0.0032882076,0.011049633,-0.0023464775,0.03763781,-0.0045556193,-0.025097108,-0.009950948,0.009511474,0.004065135,0.005293308,0.022475958,0.004567391,0.01974494,0.008389246,0.00072493596,-0.000629782,-0.018661952,-0.0038453978,0.014361383,0.012116927,-0.0303551,0.013882671,0.013435349,-0.01591524,-0.003046889,0.0053050793,0.005972138,-0.026635265,-0.023464775,0.0046968786,-0.0075770034,0.014471252,-0.0071296813,0.032740816,0.032458298,-0.003713948,0.09285459,0.019148512,-0.0032313114,-0.045014698,-0.020262891,-0.01151265,-0.03481262,-0.015075529,0.026745135,-0.007216007,-0.005917204,-0.020765148,0.0041318405,0.00015830384,0.0025230518,-0.0036335085,-0.0036354705,0.01119874,-0.0050500277,-0.008867959,0.0060702353,0.018661952,0.036382172,-0.0057798685,-0.025756318,-0.017390616,0.015475764,0.015719045,-0.003490287,0.004477142,0.0034961728,0.0077575017,0.008083183,0.027467128,0.01754757,0.00868746,-0.027482823,-0.025426712,0.0062114946,0.00064989185,-0.03437315,-0.026541093,0.049943086,-0.007926228,-0.00036271324,0.005218754,0.025254061,0.0034392767,-0.025756318,-0.02955463,-0.052328803,-0.018724734,-0.021471446,0.0032097301,-0.02082793,-0.0024328027,0.03657052,0.042503417,0.0053953286,-0.016339017,-0.0137492595,0.015985869,-0.014730228,0.010461052,-0.003243083,-0.020670975,-0.041122213,-0.0012487733,0.0254738,0.012195405,0.0060506156,-0.015985869,0.021188926,0.0098567745,0.025002934,-0.011536193,0.020953495,0.03052775,-0.016276235,-0.0320973,-0.036821645,0.023401992,-0.020058852,-0.0019158322,-0.00377673,0.021110449,0.018159695,0.025442408,-0.023527557,0.015263875,-0.047431804,-0.011371391,0.044261314,0.016448885,-0.010704332,0.026666656,-0.0140160825,-0.0042731003,-0.007157149,-0.02173827,-0.013011571,-0.0050578755,0.0022738858,-0.00837355,-0.03911319,-0.015868152,-0.037669204,0.02145575,0.017029619,-0.025866186,0.0031881486,0.03153226,-0.03167352,-0.00704728,0.017359225,0.026164401,-0.023072386,-0.008255834,-0.011614671,-0.03412202,0.02459485,0.02770256,-0.011732387,0.013804194,0.0064116125,0.0011389048,0.016543059,-0.032678034,0.028283294,0.024312332,-0.00032960554,0.013961148,0.012289577,-0.007298408,0.008122422,0.02644692,-0.011630367,-0.014227972,0.013670782,-0.009134782,-0.050884817,-0.007945848,-0.020890713,0.024641937,0.012430837,-0.016495973,0.026855003,-0.011614671,-0.011818713,0.012399446,-0.0029507542,0.0015146158,0.019368248,0.004402588,0.004375121,-0.033588372,0.012988027,0.0071336054,-0.01831665,0.009370214,0.014439861,-0.0024386884,-0.026023142,-0.03726112,0.030590532,-0.03788894,0.007251322,0.013027267,0.01025701,0.027686864,-0.013427502,0.006894249,-0.023276428,-0.001856974,0.0104767475,-0.014329993,0.012956636,0.050005868,0.0018402975,-0.008750242,-0.018065521,-0.0123523595,-0.036790255,-0.011449868,-0.0014979395,0.042848717,0.0023190104,-0.0020678823,-0.015271723,0.0042299377,-0.029742975,-0.00547773,-0.008208747,0.012054145,0.008530505,-0.022946823,-0.017139487,-0.027922297,-0.017453397,0.029319197,0.026729438,0.01109672,-0.028126338,-0.0018805172,-0.00038453977,0.01573474,-0.029774366,-0.021644097,-0.0013203841,-0.004559543,0.016197758,0.030323708,0.016244844,0.010531682,-0.01828526,-0.009181868,-0.010602311,0.01706101,0.029334892,-0.021848138,0.061840277,-0.015609176,0.0016313512,-0.016951142,0.015954478,0.04601921,0.02016872,0.00017706488,-0.026729438,0.01259564,0.011732387,-0.016543059,0.0397724,-0.006670588,-0.018583473,0.019462422,-0.00069403544,0.019054338,-0.0049793976,-0.015703348,-0.020702366,-0.00070678804,0.025128497,0.02065528,0.021549923,0.020278588,0.034906793,0.017343529,-0.006203647,-0.012815377,0.019776331,0.011442021,-0.038328413,-0.023354907,-0.0031979585,-0.0062507335,0.01085344,-0.019823419,0.008585439,0.009746906,-0.015899543,0.017641744,0.021863833,-0.0009417301,0.0017588771,-0.0031685294,0.020325674,0.020780845,-0.024484983,0.007686872,0.0017225813,-0.018787514,0.0047675087,0.0011702959,-0.0067843804,-0.0017539723,-0.009283889,0.032834988,-0.01329409,-0.01911712,-0.022695694,-0.015373744,-0.010618007,0.016464582,0.007306256,-0.009550713,-0.0019168131,0.025238367,0.032834988,0.0076594045,0.01800274,0.008404941,0.007157149,0.038359806,-0.009935252,-0.01566411,-0.019729245,0.002544633,-0.014212277,-0.024610545,0.0014802819,-0.034781232,0.027310172,0.014384927,0.017170878,0.0331489,0.027278781,0.0054227957,0.0032097301,-0.003619775,-0.026431225,-0.0041985465,0.009613494,-0.037700593,0.010209924,0.021644097,0.029068068,-0.011881495,-0.057947792,0.00049342733,0.013984691,0.02362173,0.03412202,0.011394934,0.017892871,-0.01720227,0.0054306434,-0.0010565034,0.028832637,0.012807529,0.023386298,0.0057053147,0.020859322,-0.0072827125,0.029931322,-0.0076947194,0.011018242,-0.024861675,0.028769854,-0.013184221,0.025615059,0.040776912,-0.014031778,0.036099654,-0.024673328,-0.00490092,-0.01353737,0.01015499,0.0133176325,-0.008279377,0.020623889,0.014416318,-0.0011732387,0.037323903,-0.049880303,0.026509702,0.012195405,-0.001259564,0.0023994497,0.0103668785,-0.022727085,-0.009260346,-0.034844015,0.008185204,-0.0062154187,0.020623889,-0.002868353,-0.004477142,0.015703348,-0.0015842647,0.003243083,-0.004661564,0.017924262,-0.013764955,-0.00402982,-0.022915432,-0.0212831,0.021502838,-0.00397881,-0.0040121623,0.014000387,-0.021188926,0.053333312,0.0060349205,-0.011332152,0.006172256,0.015428678,-0.0045281523,-0.055750422],"social":"https://www.linkedin.com/in/knandy/"},{"title":"profile pro","description":"use ai to create unqiue profile pictures, professional banners, and powerful copy.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=8FjuQvCl3dU","youtube_transcript":"Hello. My name is English Smith, and I'm working on profile pro, a way for people to generate digital branding assets with AI. I'd love to show you a quick a demo of what I've been working on and give you some insights on how the process is gone. My site allows people to create profile pictures, banners, and copy of themselves. That they can use on sites such as LinkedIn and Twitter. Here's a demo of how it works. First, users sign in and are about to the dashboard page. The main features available right now are advertiser creation and background creation. To create avatars, people upload images on the subs that we use to create an AI model on their face. Then we use that model to create images, in a variety of different styles. Here's a couple of examples of users that have tried to project and gotten images generated of them. Another tool we offer is background generation. It's super easy to use. All you do is select the platforms or backgrounds you'd like. This determines the size, and then select the style of background. And press the generate button. Here's a couple of examples that back on set I've created using open journey that people can use across the web And besides the features, I'd like to talk about how developing the site went. Honestly, it's been a ton of work, and I've learned a lot Catching fatigue has been really helpful, but it's been super engaging to get back and, like, have people check up my project and hear from them. Unfortunately, I've also learned that it's really hard to get people for to pay for things. So on the business side of things, I haven't been getting a lot of customers, but I'm really excited to keep working on this project. And I really appreciate the opportunity that Volt space has given me and all the people that I've met along the way. Thank you.","embedding":[0.022524474,-0.007697407,-0.0041325768,0.010327579,0.010791047,-0.027081896,-0.008628203,0.03729361,0.0023250573,0.064081974,0.025907781,-0.05651202,0.007817136,-0.06494711,0.01476141,0.015866006,-0.038467724,-0.028194215,-0.038127847,0.00048543295,0.03865311,0.00606755,0.01552613,0.047860645,0.02371404,-0.024640972,-0.037602585,0.023497755,0.0038892569,-0.039950818,0.011594389,-0.02576874,-0.021288564,0.0036594546,0.014722788,-0.018461417,0.011200442,0.0042214077,-0.001964905,0.01100733,0.0009848664,-0.004159612,0.07557595,0.020021755,-0.027081896,0.03908568,-0.038313236,0.01676204,0.0159278,0.05376212,-0.07421645,0.009261606,-0.008890834,0.015294396,-0.055059828,-0.022957044,-0.01634492,0.012575393,-0.048602194,0.021412155,0.034852684,-0.0052062743,0.04779885,0.025706945,-0.02813242,-0.008218807,-0.01660755,-0.011779775,-0.04032159,-0.027777096,0.073783875,0.016406717,0.020686056,0.011787499,-0.036891937,-0.024733664,-0.016437614,0.052742492,0.013934894,-0.0581805,-0.04350406,0.0043565854,-0.016329471,0.006612123,-0.04517254,0.0028001105,-0.053669427,-0.02922929,-0.012034682,0.023513203,-0.03991992,0.026340349,-0.0021898795,0.026649326,0.045821395,0.031979192,-0.06723355,0.057593442,0.061764643,0.048385907,0.013865374,0.0012011508,0.01469189,-0.0016356508,0.016391268,-0.019156618,0.035903208,-0.00029570132,0.0078094113,-0.0023134705,-0.15893812,-0.0036613857,0.008883109,0.028055176,-0.0050710966,0.015781036,0.009477891,0.018260581,-0.013455979,-0.07359849,-0.054812644,0.027066447,0.0021049106,0.00921526,0.03077418,-0.046099473,-0.040630568,-0.010559313,-0.0057469853,-0.03905478,0.022369986,0.02175203,0.04047608,-0.036490265,-0.07798597,-0.03976543,0.0061023096,-0.02162844,-0.03979633,-0.012011508,0.007029243,-0.017503588,-0.01744179,-0.0094469935,-0.04350406,-0.020531569,-0.027607158,0.03840593,-0.037757076,-0.004962954,0.012088752,-0.03587231,-0.05876756,-0.0064112875,0.006527154,-0.024841808,0.0009192087,0.018909436,-0.047026407,-0.0040746434,0.009601482,0.012320486,-0.024038466,-0.005341452,-0.06958178,0.0046925987,-0.008774967,-0.022694413,-0.059756286,-0.02328147,-0.04322598,-0.043720346,-0.03451281,0.012845748,0.04875668,0.0020469772,0.04504895,-0.044276506,-0.0025181682,-0.044276506,-0.020253489,0.017812565,-0.01744179,-0.025042644,-0.05889115,-0.03979633,-0.03244266,0.01462237,0.011362655,-0.042762514,0.027777096,0.035563335,0.026695674,-0.024563728,0.021288564,-0.04199007,0.0693346,0.00027059688,-0.013633641,0.02328147,0.03531615,0.014197526,0.023250572,0.020624261,0.03176291,0.02481091,0.029074801,-0.014722788,-0.02522803,-0.04347316,0.05879846,-0.029430127,0.018399622,-0.0006242315,-0.052464414,-0.023343265,-0.0038158747,0.0152171515,-0.020933239,0.031361237,-0.0018123473,0.03979633,0.0034586191,-0.0194038,0.028611336,0.045265235,0.038189646,-0.032380864,0.042329945,-0.020330733,0.03133034,0.023296919,0.005171514,-0.040506978,-0.0011654253,-0.026139515,0.028240561,-0.01802885,0.02674202,0.020346181,0.009501064,0.00032659908,0.041897375,0.036521163,0.028008828,-0.0065039806,-0.054689053,-0.028580438,0.030140774,0.0023945773,0.071930006,-0.0099490825,-0.03284433,-0.0001709033,0.01677749,-0.009416096,-0.024872705,0.049405534,-0.005167652,-0.025784189,0.006789785,-0.006577363,-0.047273587,0.0401671,-0.0026301728,0.024162056,-0.03105226,0.023327816,-0.013873098,-0.017688973,-0.008512336,-0.04090865,0.019357454,0.018955782,-0.023528652,-0.003910499,0.013038859,0.025042644,-0.001710964,0.010752424,-0.017627178,-0.010914638,-0.007102625,0.006839994,-0.0298009,0.02203011,0.021257667,-0.030295264,-0.07112667,-0.0114399,0.028379602,-0.011594389,0.03367857,-0.010443446,0.0540711,-0.008489163,0.04628486,0.028039727,0.009833216,0.014892725,0.038344134,-0.042360842,0.03173201,0.0006367837,0.0015294396,0.028549539,-0.007801687,0.05017798,0.0074193273,-0.030727834,0.0070060696,0.030928668,0.0030106015,-0.038900293,-0.038313236,0.03312241,0.05030157,-0.018492315,-0.025537007,-0.0068090963,-0.022972493,-0.014707339,-0.028472295,-0.023667691,-0.028827619,-0.014962246,0.023451408,0.0014184008,0.024471033,-0.017086467,0.021041382,-0.024208402,-0.0027499015,0.005013163,0.027344527,-0.01095326,-0.0058937497,-0.0013073619,0.010064948,0.00858958,-0.04863309,-0.071682826,-0.010914638,-0.003715457,0.019944511,-0.018631356,0.0034837236,-0.016792938,0.012390006,-0.0005073993,-0.0065889494,0.014321117,0.02161299,-0.014769134,0.028209664,0.02272531,-0.0066623315,-0.035717823,-0.059632696,-0.017936155,-0.038745806,0.056542918,0.029275637,0.006086861,-0.008504611,0.008319224,-0.020299835,0.013602743,0.029646412,-0.014475605,0.020902341,0.002846457,0.008249705,-0.018955782,-0.056017656,-0.016437614,0.022941595,-0.020608813,-0.01717916,0.029074801,0.06945819,0.032504454,-0.0010022464,-0.027081896,-0.0082651535,0.015348467,0.037355404,-0.052000947,-0.07792418,0.015054938,0.05459636,-0.08095216,-0.01912572,-0.010281233,0.028734926,0.03299882,0.02549066,0.038035154,0.003539726,-0.0058396785,0.009555136,-0.0011287342,-0.028317807,-0.007519745,0.013826752,-0.022354538,-0.030264366,0.0067820605,0.022091907,-0.017797116,0.017580831,-0.07322772,0.060652323,-0.010211713,0.014800032,0.013363286,0.037355404,0.032473557,0.030542446,0.0582114,-0.06025065,-0.052557107,0.03713912,-0.015850557,0.011493971,-0.006870892,0.03176291,-0.02647939,-0.030295264,-0.044863563,-0.04668653,0.0063417675,0.03809695,-0.014684165,-0.05073414,0.015132183,0.0099490825,0.013278317,0.0069519985,0.00031621938,-0.008203358,-0.0020662884,-0.050270673,-0.0066005364,-0.012899819,-0.0060521006,-0.019929063,0.008087492,-0.04390573,-0.036552064,-0.020778751,-0.005241034,-0.013038859,0.04035249,-0.05638843,-0.04183558,0.039549146,0.01086829,-0.002390715,-0.017009223,-0.009091669,0.043442264,-0.038560417,0.037324507,0.026139515,-0.021860173,-0.057284467,0.016931979,0.033863958,-0.029028455,-0.016283125,0.010775598,0.0118724685,-0.021489399,-0.035377946,-0.009879562,0.017379995,-0.004205959,-0.02135036,-0.033462286,-0.007430914,0.0056658788,-0.013656815,0.043195084,0.033833057,0.03435832,-0.042515334,0.002010286,0.013641366,0.02161299,0.029198393,0.026062269,0.07823315,-0.019202964,0.00426003,-0.016731143,0.0025027194,-0.024903603,-0.013332387,-0.00014266079,0.030604241,0.0056504295,-0.009663277,0.07526697,-0.012722157,-0.047304485,-0.0078248605,0.007836447,-0.014491054,0.015989596,-0.05336045,0.020655159,-0.0034972413,0.030928668,-0.026371246,0.0011200442,-0.0063803894,0.03352408,0.00512903,-0.033369593,-0.012482699,-0.008481438,-0.0067434385,-0.0053298655,0.0015603374,-0.031160401,-0.071435645,-0.025289824,-0.03284433,0.002006424,0.0030106015,-0.030511549,0.035563335,-0.010736975,-0.060652323,-0.011030504,-0.016545756,-0.038591314,-0.016576653,-0.0014676441,-0.008836762,0.032164577,0.04458548,0.021443052,-0.004847088,0.026927406,0.012390006,-0.017225508,0.008666825,-0.0009867975,0.04183558,-0.032380864,0.036675654,-0.016592102,-0.016314022,0.0043179635,-0.008388745,-0.005248759,0.017982502,0.011965161,0.025243478,-0.029213842,0.011779775,0.030526998,0.017379995,0.06698637,0.005434145,-0.009184362,-0.009941357,0.0050672344,-0.0015313708,-0.023853078,-0.008157011,-0.03364767,0.0360577,0.025845984,-0.00997998,0.01476141,0.0021956728,0.012977064,-0.030526998,-0.020268938,-0.024780013,0.027916135,-0.026618429,0.021782927,-0.0443383,-0.0049668164,0.041650195,0.006368803,0.00057595375,-0.0081647355,-0.008419642,0.021118626,0.028348705,0.007017656,0.014514227,0.0011818397,-0.004696461,-0.0070910384,-0.0051444788,-0.01830693,-0.032195475,-0.013988965,-0.013448254,0.0033601325,-0.018724049,0.010018602,0.022200048,-0.0011074919,0.0067279893,0.021010485,-0.01829148,-0.012698984,0.0029797037,0.03828234,0.007994798,-0.010034051,0.03494538,0.013517775,0.00077389256,-0.04214456,-0.0031226058,0.027545363,0.018415071,0.037757076,0.010906913,-0.03134579,-0.03865311,0.008713171,0.0038274613,0.013316939,0.027777096,0.03201009,-0.008218807,0.0023965084,0.011656184,0.015186254,0.022601718,-0.031021362,-0.004140301,-0.010219437,-0.0005382971,-0.019743675,0.001396193,-0.0020295973,-0.021412155,0.044400096,-0.00984094,-0.003974226,-0.036459368,-0.028225113,0.034142036,-0.0148772765,0.0056118076,0.024888154,-0.011130922,-0.014328841,-0.017704422,0.016097737,-0.0429479,0.014560575,-0.006005754,-0.008087492,-0.0152171515,0.02742177,0.013587294,0.024455585,-0.021288564,0.013046583,-0.030866873,0.022802554,0.01606684,-0.023111532,0.030866873,0.0005064338,-0.002914046,-0.059972573,0.045790497,0.010744699,-0.01337101,-0.0044608656,-0.022771657,-0.010960984,0.014660992,0.006770474,0.03852952,-0.0045805946,0.019110272,-0.030125326,-0.0033021993,0.020979585,0.018461417,-0.027607158,0.00512903,0.005310554,-0.042422637,0.008620478,0.021643888,-0.07730622,-0.01481548,-0.013587294,-0.017349098,-0.0109300865,-0.0123127615,0.003280957,-0.03131489,0.024857257,0.03562513,0.036119495,-0.0485404,-0.00405147,-0.034698196,0.040198,0.0007106487,0.018044299,-0.02868858,-0.01357957,0.005638843,-0.024023017,-0.036026802,-0.0014811619,-0.00024525105,-0.020531569,-0.0031921258,-0.028024279,0.005916923,0.019357454,-0.011053678,-0.0096478285,0.0026784504,0.01759628,0.0005354004,-0.011787499,0.03284433,-0.0021261529,-0.01622133,0.014375187,-0.03435832,-0.04084685,-0.01330149,0.013108379,-0.013726334,0.040568773,0.016236778,-0.011493971,0.013062032,0.025614252,-0.008991251,-0.033462286,0.0015342674,0.017132813,-0.0040785056,0.000041820615,-0.018724049,0.033740364,0.018878538,-0.018615907,-0.00426003,0.011988335,0.041928273,0.030140774,0.022200048,0.039672736,0.02604682,0.016391268,0.061764643,0.03021802,0.039703634,0.01566517,0.0034277213,0.011633011,-0.015448885,-0.007917553,0.020701505,-0.0034006857,-0.0055191144,-0.011169544,-0.0057276743,-0.020346181,0.028719477,0.025614252,-0.018492315,-0.0228489,0.025861435,-0.020624261,-0.026633877,-0.00984094,-0.03355498,-0.05595586,-0.01218917,-0.011571215,0.0070215184,-0.016916528,0.0069519985,0.024903603,-0.012420904,-0.091828175,-0.04171199,0.019728227,-0.031793807,-0.028781272,-0.006542603,0.052433517,-0.05030157,0.013077482,0.001222393,0.014328841,-0.019759124,0.0006078171,0.009470167,0.00029932216,-0.030666037,-0.015989596,-0.018724049,0.024285648,0.010999606,-0.030928668,0.000040432627,-0.023173328,0.00519855,-0.0014261252,-0.0346364,-0.02729818,0.02286435,0.011656184,-0.035563335,-0.030465202,-0.010173091,0.0026919683,0.0064499094,0.004935919,0.05845858,-0.018013401,-0.0121351,0.042082764,-0.007411603,-0.009717349,0.0025181682,0.0298009,-0.010891464,0.0009790731,-0.015688343,0.037046425,0.020346181,0.010682904,0.013332387,-0.0015641996,-0.006789785,-0.005623394,0.0004344999,-0.023235124,0.015796484,-0.029955389,-0.0012977064,-0.0021416016,0.020547017,-0.0019967684,-0.006025065,0.008944904,0.00020711162,0.001641444,0.02036163,0.017812565,0.030820526,-0.04999259,0.001152873,-0.0032713015,0.03340049,0.017905258,-0.017101916,0.0032558525,-0.04270072,0.022941595,0.00789438,0.036675654,-0.05030157,0.00997998,-0.014745961,0.032906126,0.01344053,-0.029615512,0.007550643,-0.0030955703,-0.011571215,0.0071451096,0.025320724,0.045821395,-0.04736628,0.002182155,-0.033616774,-0.028225113,-0.009300229,-0.017132813,-0.0006855443,0.052340824,-0.0020006306,0.040815953,-0.0059091984,-0.029692758,0.00893718,0.0028657683,-0.019929063,-0.0031206748,-0.028657682,-0.011293135,0.0037251124,-0.022957044,-0.014166628,0.005550012,0.010891464,-0.02522803,0.062969655,0.008411918,-0.019311106,0.0045110746,-0.0049822656,0.0374172,0.017364547,-0.004171199,0.0031844014,-0.0056851897,0.0006401632,0.013031134,-0.031083157,0.021211319,-0.02258627,0.0016037874,0.008110665,0.010003153,-0.0014068141,-0.019094823,0.006963585,-0.0038544969,-0.023806732,-0.020145345,-0.014923623,0.0020006306,0.012783952,-0.019357454,-0.0030395682,-0.0030414993,-0.023250572,0.006334043,0.0021956728,-0.0153175695,0.012335935,0.020392528,0.02399212,-0.025722394,0.030418854,0.021412155,0.032658942,-0.021597542,-0.025320724,-0.042360842,0.035779618,0.019851817,0.020608813,0.0038641524,-0.011957437,-0.022416333,-0.029028455,-0.022369986,-0.0043720347,0.0036246947,-0.0081647355,-0.022230946,0.017117364,0.043720346,-0.005878301,0.04767526,0.017519036,-0.0037618035,0.012698984,-0.0040089856,0.039023884,-0.008550958,0.03794246,0.00024259578,-0.0028155593,0.020299835,-0.02257082,-0.023312367,-0.0068168207,-0.009107118,-0.02315788,-0.0015593718,-0.0043025147,0.0051444788,0.0014676441,-0.0114399,0.012521322,0.010227162,-0.007002207,-0.03726271,-0.029043904,-0.062722474,-0.0024640972,0.021520296,0.009091669,-0.00053298654,0.02382218,-0.048385907,0.05054875,-0.015410263,0.0012320486,0.002948806,-0.0015902696,-0.008713171,0.0030241192,-0.043164186,0.00481619,-0.006388114,0.032504454,-0.030372508,-0.048694886,0.007542918,-0.031392135,-0.036675654,0.024594625,-0.028858518,-0.0048934342,-0.0068863407,-0.0023269884,-0.014097108,0.015696067,0.0060134786,0.01898668,0.005183101,-0.01364909,0.016715694,-0.032751635,0.0012928785,-0.007917553,-0.0038525658,0.008342398,0.0009974187,0.007933003,0.013455979,-0.03562513,0.0014290218,-0.007291874,0.026834713,0.0221846,0.011030504,-0.007987074,-0.013479153,0.01690108,0.019450147,0.024084812,-0.00086851703,0.009547411,0.020268938,-0.00077485817,0.0028561126,0.007295736,-0.02993994,-0.000153644,0.028704029,-0.04999259,-0.00481619,-0.01688563,0.0031303305,-0.018662253,0.00020795647,0.046593837,0.016931979,-0.007125798,-0.017858911,0.0059787184,0.01566517,0.023173328,-0.0077978247,0.01316245,0.0042986525,-0.009864113,-0.035532437,0.0022439505,-0.0019098684,0.012513597,0.007450225,-0.0016868252,-0.015603374,-0.005167652,0.049529124,0.0014193663,0.012235517,0.013873098,0.003949121,0.0067125405,-0.002236226,0.009925908,-0.0028985972,-0.0012137031,-0.0029082526,0.01371861,0.026170412,0.013641366,0.021134075,-0.018724049,0.011617562,0.0021087728,0.010134469,-0.020577915,-0.007593127,0.0333078,-0.009130291,0.0037946324,-0.006793647,0.012791677,0.014128005,0.0068670292,-0.014305668,0.010760148,-0.00020276662,-0.000055790995,-0.002236226,-0.0021667061,0.015232601,0.029182944,0.0048934342,0.0073884293,-0.009168914,0.030465202,-0.0013662608,0.0036420748,0.039240167,-0.025027193,0.005310554,0.031299442,-0.056233943,-0.0026398282,-0.012660362,-0.009918184,-0.0014203319,-0.01941925,0.00012262553,0.017086467,-0.009856389,0.022153702,-0.011354931,-0.0011229408,-0.008543233,-0.006531016,0.006681643,0.03488358,0.09992339,-0.0141357295,0.019697329,-0.029723655,0.041063137,0.003717388,0.011447624,0.010373927,-0.011949712,-0.003317648,-0.019295657,-0.032658942,0.00020868065,0.0063070073,0.016329471,-0.006322456,-0.019033026,-0.021643888,-0.013903997,0.0004434313,0.013556397,0.023358714,-0.012281864,-0.02453283,-0.01227414,-0.00010747838,0.006403563,0.00879814,0.019357454,0.0064344606,-0.0074656736,0.00085934426,0.020160794,-0.008342398,0.024084812,0.009663277,-0.00068264763,-0.006531016,0.0046501146,-0.0014367463,-0.028101522,-0.0121119255,0.02201466,-0.00845054,-0.010837393,0.0041750614,-0.03550154,0.00991046,-0.031824704,-0.04878758,-0.03408024,0.028734926,-0.0059632696,0.016020494,0.021489399,-0.036212187,0.022617169,0.04477087,-0.008203358,0.02342051,-0.0051097185,0.021535747,-0.030851424,0.025444314,0.013432805,0.007087176,0.0027518326,0.01648396,0.028286908,-0.00004429485,-0.022261843,0.007454087,0.015132183,-0.008527785,0.017410893,-0.009060771,0.006446047,0.0071296603,0.004445417,0.004487901,-0.03772618,-0.01170253,0.00065561204,0.013610468,-0.0058667143,-0.005669741,-0.0019204896,0.03797336,-0.0083655715,0.051475685,-0.01503949,0.010350753,0.0249345,0.061301176,-0.006531016,0.0138962725,-0.05515252,0.0035146214,-0.033153307,-0.01744179,0.008535509,-0.0067318515,0.0018442107,0.00048495017,-0.024718216,-0.013664539,-0.028642233,0.006650745,-0.0065966737,0.0101885395,-0.0046346653,0.01191109,0.008635927,0.0076510604,0.003035706,-0.020438874,0.0030086704,0.025475211,-0.013911721,-0.04270072,0.016561205,-0.0000994522,-0.015155356,-0.0004692599,0.01170253,0.026695674,0.027468117,-0.045265235,0.021288564,0.007940727,-0.010945535,0.019496493,0.029213842,-0.0003975674,-0.023791283,0.0068361317,-0.01858501,-0.025397968,-0.018059747,0.030140774,-0.036119495,-0.039023884,0.030557895,-0.026788367,0.014514227,-0.029182944,0.016931979,0.008774967,-0.010466619,0.0072687003,0.00007139075,0.00426003,0.01829148,-0.018337827,-0.013618193,-0.052340824,0.015062663,0.02674202,-0.029152047,-0.021427603,-0.00092017424,-0.019975409,-0.0032500592,-0.028302358,0.043442264,-0.014923623,-0.013934894,0.016174983,0.0079252785,-0.00056533265,-0.009377473,0.0056774653,-0.02757626,-0.00024935466,0.008635927,-0.026803816,0.011455349,0.022323638,-0.039549146,0.0038853947,0.0017824151,-0.015866006,-0.019975409,-0.024640972,0.009369749,0.021365808,0.009029874,-0.0048432257,-0.04254623,-0.027545363,-0.01747269,-0.012289588,0.0019948373,0.025954127,0.025598804,-0.001884764,0.00055712543,-0.026572082,-0.039332863,0.008543233,-0.01185702,-0.017627178,-0.0066661937,0.009083944,-0.037077323,0.008620478,-0.016035942,-0.013525499,0.027267283,0.007295736,-0.009601482,0.008890834,-0.0037463547,-0.013177899,0.01912572,-0.017658075,0.0077592027,0.026664775,0.062382597,-0.024826359,0.018646805,-0.006774336,-0.007415465,-0.049034763,-0.0097482465,0.024872705,0.04183558,-0.016314022,-0.020809649,0.020129897,0.026448492,-0.011625286,-0.0067588873,0.010636558,-0.015989596,0.009964531,-0.036335777,-0.0043372745,-0.015008592,-0.026911957,-0.016792938,0.002423544,0.01385765,0.008203358,0.015232601,0.016422166,0.008257429,0.017225508,0.008890834,-0.0027807993,0.026309451,0.016453063,-0.021582093,0.015896903,0.008095216,-0.014498779,0.010528415,-0.03809695,-0.020485222,0.018631356,-0.032195475,-0.009609207,0.0332151,-0.031824704,-0.009570585,0.024471033,0.020547017,-0.00021206008,-0.031021362,0.017627178,0.010845117,-0.043843936,0.0138962725,-0.02051612,-0.023466857,-0.00048519156,-0.0045651454,0.01344053,0.010180815,-0.008921731,-0.06951998,0.02688106,-0.017349098,0.0027614883,0.014243872,0.00035363465,0.0060829986,-0.0046732877,0.021921968,0.021968314,0.012868921,0.019743675,-0.012405455,0.023111532,0.026618429,0.011571215,0.03630488,0.032226376,-0.016051391,0.0049784034,0.021597542,-0.03618129,0.00009975393,0.0074463626,0.017101916,0.046748325,0.015618823,0.002284504,-0.02895121,0.0083115,0.01941925,-0.049281944,-0.010095847,0.0014415741,0.01995996,-0.014097108,0.012660362,-0.013672263,-0.0017727596,0.02315788,0.012822575,0.009755971,0.040661465,0.0360577,0.04310239,0.023744937,-0.014568299,-0.014004414,0.033616774,-0.030001735,0.013710885,-0.0013150864,0.047180895,-0.015912352,0.029924491,-0.034451015,-0.002894735,0.021659337,0.005221723,-0.015047214,0.003949121,0.006546465,0.013332387,0.005271932,-0.0117720505,0.020392528,-0.016314022,-0.018724049,-0.010628833,0.007245527,0.03550154,0.051630173,0.0004429485,0.02742177,-0.01912572,0.0032249547,0.0022246395,0.0097019,-0.020485222,0.004379759,-0.027591709,-0.02856499,-0.0017766218,-0.009022149,-0.012521322,0.041248523,-0.030542446,-0.012073304,-0.013054308,-0.01170253,0.0048123277,-0.0011007331,0.037478995,-0.032257274,0.0010070743,-0.058396786,-0.0097019,0.03343139,-0.014274769,-0.025660599,0.044523686,0.0013855719,0.01648396,-0.0011470797,0.008342398,0.00016716176,-0.013347837,-0.0052796565,-0.011687081],"social":"https://twitter.com/Big_Schmitz"},{"title":"starcast","description":"starcast is a talent recommendation engine that pitches quality & verified actors to casting directors by reading role descriptions in casting calls. ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=nlk5NcohuZI","youtube_transcript":"Hi. I'm Raghurve. I'm an actor, turned talent agent, and I'm the founder of Starcast. Starcast is a talent recommendation engine that pitches quality and verified actors to casting directors by reading the role descriptions and casting calls. Let me show you how this works. So this is a sample casting call that a casting director would submit on our platform. We use an LLM to read keywords, then make appropriate recommendations of actors. The shortlisted actors get notified that they have been pitched for this role by us. And whoever gets finalized pays us a commission for pitching and then closing the d d four. During Bill Space, we recorded many Zoom interviews with casting directors and learned what to build by observing where they were getting stuck. This also helped build a rapport with them and we got little scrappy by requesting them to let us use their existing actor database. So we don't even have to approach actors to create profiles. They were more than happy to help because they saw the value of the platform. The actors on the other hand were pleasantly surprised to be pitched and shortlisted for jobs when they haven't even signed up on our platform. And now we are receiving inquiries from them to get listed on Skyhurst. We started with only eight dollars in week two of build space. And as of today, we have earned over eleven thousand four fifty eight dollars in commissions. Here are some receipts from this week itself, and that probably takes us from top five to the top three of Bill's bases leaderboard. Thank you, Bill's space for this incredible opportunity and for being an inflection point in the journey of startups.","embedding":[0.007833142,0.013021515,-0.030725572,0.020218756,0.0067672855,-0.029034654,-0.03746034,0.0039057317,0.004017737,0.012132699,0.010665791,-0.03931023,-0.001451552,-0.018050913,0.013288882,0.05000493,-0.028615536,-0.045958288,-0.069660045,0.022661192,0.023918543,0.005108885,0.030292002,0.023325998,-0.016099853,-0.007034653,-0.01479192,0.0014235507,-0.0071358187,-0.029251438,0.017443916,-0.032691084,0.0019528659,-0.012428971,0.004751191,0.008837576,-0.006445722,-0.018108722,-0.00203416,-0.032141898,-0.0015310396,0.04445525,0.04902217,0.0013711612,-0.024482181,0.020580063,-0.026230909,-0.028268682,0.032199707,-0.009213336,-0.057664644,-0.032055184,0.009964855,0.0021696503,-0.0036853342,-0.002455083,-0.00129348,0.023875186,0.031505994,0.009357858,-0.008794219,-0.011366727,0.004545246,0.019394975,-0.029742816,0.0007059041,-0.061566763,0.025436033,-0.017906388,0.063185416,0.044310726,0.00011595706,0.04061094,0.017097061,-0.012645755,-0.04347249,0.010008212,0.05208606,0.028312039,-0.013440631,0.0010206931,0.002552636,0.027762853,-0.0034378387,-0.036911152,0.0138380695,-0.020941371,-0.031823944,-0.066769585,0.05757793,-0.015362786,0.023123667,0.010181639,0.029627198,0.06867729,0.013773033,-0.020392183,-0.004512728,0.08526852,0.010008212,0.052201677,0.0012681886,-0.0033258335,-0.048472986,0.082609296,0.044628676,0.004483823,0.0030349812,0.083765484,-0.010542947,-0.13238299,0.02011759,-0.03228642,-0.013043193,-0.055988178,0.015622927,0.022097554,-0.0050330106,-0.0523462,0.014640171,-0.046073906,0.0006593858,0.0053762523,0.023008049,0.015304977,-0.04636295,-0.019886352,-0.04231631,-0.020406635,-0.038934473,-0.0053184433,-0.012118246,0.060005914,-0.03254656,-0.014408935,-0.041651502,-0.06295418,-0.059312206,-0.0020179013,0.020276565,-0.008317294,-0.031188045,-0.041160125,0.023947448,-0.04092889,0.0033926754,-0.041853838,0.02547939,-0.04283659,-0.021967484,-0.00043718182,0.002583347,-0.067347676,0.011438989,-0.02105699,-0.011836426,-0.028586632,0.035754967,-0.00813664,-0.022863526,0.007739202,0.029179176,0.015391691,-0.0236584,-0.013932009,-0.009292823,-0.020233208,-0.01992971,-0.06804139,0.012667433,-0.020493349,-0.044166204,-0.042807687,-0.019178191,0.020146495,-0.02062342,-0.0027152242,-0.011171621,0.040119562,-0.066133685,-0.031766135,0.015680736,0.011858105,-0.018513385,-0.045380194,-0.0033258335,-0.016620135,0.010846444,0.042807687,0.003172278,0.04003285,0.015015931,-0.013512893,0.061451145,-0.017241584,-0.0085340785,0.0315349,-0.005419609,0.0056942026,-0.0014289704,0.025956316,-0.018498933,0.000046292495,0.031968467,-0.02731483,-0.006611923,-0.00406832,0.027358187,-0.023687305,0.019264905,0.06711644,0.01286254,-0.014372804,-0.0068142554,-0.060584005,0.0112944655,-0.030292002,0.04491772,0.00143439,0.0094156675,0.029063558,0.039657086,-0.037547052,-0.02611529,-0.006109706,0.045466907,0.05757793,-0.028080802,0.09295714,-0.0021407458,0.0024659222,0.019496141,0.028008541,-0.04049532,0.027661687,-0.016836919,-0.016692396,0.01955395,-0.00057944655,-0.019958615,0.02030547,-0.032835606,0.020724585,0.004220069,0.076654956,0.013736903,0.00077184266,-0.04055313,0.017097061,0.045206767,0.07977665,-0.0101888655,-0.035812777,-0.018108722,-0.02435211,-0.026548859,0.020218756,0.0047837086,0.03821186,-0.023499426,0.004111677,0.0006399655,-0.033529315,0.039136805,-0.02780621,0.022415504,0.01696699,-0.023484973,0.019207096,0.035234686,-0.03260437,0.027647233,-0.0025941862,-0.034512073,-0.01897586,0.01816653,0.035754967,0.008570209,-0.009343406,0.041882742,0.011243883,0.01646116,-0.016836919,0.017039252,-0.0046897684,-0.0068178684,0.029974053,-0.013527345,-0.01479192,0.022357695,0.014090984,-0.030609954,0.03350041,0.040899985,0.015348334,0.009654131,0.06376351,-0.028803417,0.01576745,0.018585647,0.0038479227,-0.021794055,0.021562818,-0.008208902,-0.0075079654,0.020421088,-0.006481853,0.011525703,-0.05714436,0.01809427,0.043963872,0.052375104,0.022444408,-0.04621843,-0.014090984,-0.0076163574,0.052808672,-0.05254853,-0.021519462,-0.021519462,-0.013773033,-0.03121695,-0.021028085,-0.019178191,0.020262113,-0.017747413,0.066133685,0.0005383479,-0.025826246,-0.011424537,0.041882742,-0.045755956,-0.018253244,-0.028586632,0.010542947,-0.032112993,-0.00020154173,-0.031766135,0.013021515,0.02086911,-0.038761046,-0.08486386,-0.056913123,0.017631795,0.035494827,0.049976025,0.017256036,0.008490722,0.028138611,0.034540977,0.0038009526,-0.014018723,0.030985713,0.017877484,0.018441124,-0.045987193,0.012667433,-0.030263098,0.0062686815,0.013599606,-0.060526196,0.030263098,-0.011807522,-0.0018399573,0.027618328,0.039570373,-0.028557727,-0.018282149,0.042807687,-0.04881984,0.028803417,0.011027099,-0.019264905,0.028499918,0.007529644,-0.036159635,0.028528823,0.03376055,-0.0043790443,0.026462145,0.08729184,-0.0060699624,-0.007681393,-0.04029299,-0.02056561,0.03234423,0.004971588,-0.025320414,-0.01760289,0.021346034,-0.0111282645,-0.031303663,0.0059326654,-0.0028832322,0.030985713,0.013050419,0.046594188,0.04017737,0.01428609,-0.0031469865,0.0435303,-0.04150698,-0.0065107574,-0.035090163,-0.013975366,0.0017134998,0.006485466,0.012479554,0.019033669,-0.04679652,0.029627198,-0.029858435,0.054398425,-0.03393398,-0.008526852,0.017646248,-0.0034577108,0.02649105,0.0020757103,0.06642273,0.0075079654,-0.030378716,0.04445525,-0.011814748,-0.008107736,0.041478075,0.04881984,0.00028023895,0.004866809,-0.0038479227,-0.021967484,0.04717228,0.00896042,-0.012176055,-0.026288718,-0.009921498,0.008989326,0.01809427,0.04170931,0.019337166,-0.011446215,0.004917392,-0.06463065,-0.009899819,-0.04471539,-0.047143374,0.019842995,0.014394483,-0.015622927,0.012472328,-0.033471506,-0.032691084,-0.04376154,0.03234423,-0.04907998,-0.058329448,0.027199212,0.030436525,-0.00924224,0.0038804403,-0.011272787,0.018744621,-0.026678931,0.00018878306,0.01708261,-0.048270654,0.014799147,0.002249138,-0.0009303663,0.0090326825,0.017675152,-0.035899494,0.02958384,0.012255543,-0.022357695,0.0017469208,-0.0060193795,-0.0800657,-0.01331056,-0.035176877,0.06283856,0.02555165,-0.039570373,0.019510593,0.0026809,-0.025681721,-0.0378361,0.019944163,-0.020970276,0.0038262443,0.018961407,0.027285926,0.043067828,-0.017241584,-0.004104451,-0.053155527,-0.02308031,-0.0042887176,-0.025378224,0.032777797,0.0058314996,-0.023788473,-0.011482346,0.0397438,0.020912467,0.034454264,-0.03639087,-0.005293152,-0.010781409,0.025580555,-0.006109706,0.0554968,0.0049390704,0.01336837,-0.01406208,-0.0027549681,-0.020478897,0.054196093,-0.033269174,0.0048379046,0.02277681,0.01904812,-0.019163739,-0.004678929,-0.005553293,0.009574643,-0.040697653,-0.0038551488,-0.02214091,-0.025175892,-0.01753063,-0.042663164,0.0517103,0.024496634,-0.023701757,0.0043248483,0.0024641156,0.017877484,-0.041102316,0.024915751,-0.01295648,0.044831008,0.038703237,0.01438003,0.0065252096,0.007638036,0.033962887,-0.006247003,0.0032535722,0.0167213,0.03613073,-0.00096830353,0.031043522,-0.007984891,0.014372804,-0.024424372,-0.0028489078,-0.016302185,0.04087108,0.035090163,0.00679619,0.026375432,-0.007912629,0.006496305,0.016475612,0.008418459,-0.032575466,-0.021215964,-0.053560194,0.0059796358,0.012082116,0.011944819,0.007739202,-0.028644443,0.036535393,-0.026288718,-0.01816653,-0.013830843,0.0031686649,-0.006185581,-0.0359284,-0.048357368,-0.01936607,0.026476597,0.02679455,0.0036383644,-0.03046543,0.01721268,0.038356382,0.03474331,0.016417803,-0.0033131877,0.036477584,0.0151604535,-0.0008142963,0.008613566,-0.0027387093,0.0020106751,-0.012082116,0.025464937,-0.00406832,0.014972574,-0.037055675,-0.0230225,-0.035899494,-0.0024388242,-0.01646116,0.036535393,0.043443587,-0.007905403,-0.006001314,-0.03199737,-0.03740253,-0.034020696,-0.021288225,0.010383971,-0.050496306,-0.025595007,0.026606668,0.0005202825,-0.02176515,0.001138118,0.00026443176,0.020767942,0.020912467,0.036622107,-0.0054593533,-0.007883725,0.0061313845,0.016215472,-0.0058893086,-0.007345377,0.005412383,-0.012096568,-0.0065866318,-0.030494334,0.0012754147,0.0020215143,0.018137626,-0.01169913,0.015189358,-0.0032987355,-0.01308655,-0.031708326,0.016634587,-0.044050585,0.014502875,0.032459848,0.004606668,-0.007992117,-0.0076452624,-0.023181476,0.06278075,0.0015409755,0.012443423,-0.0050691413,-0.02862999,-0.01059353,0.038558714,0.0071249795,-0.010839218,0.043096732,-0.028803417,-0.04237412,0.001700854,0.015059288,0.010738052,0.021331582,-0.022661192,-0.006236164,-0.025970768,0.025956316,-0.020637872,0.0030151093,0.016432256,0.024771228,-0.042027265,-0.025595007,0.028022993,0.03303794,-0.013014289,0.015608475,-0.0022581706,-0.019091478,-0.011879783,0.012551815,0.024496634,-0.06723206,0.044310726,-0.013642963,0.0036492036,0.012913123,0.014206602,-0.016417803,0.026014125,-0.016027592,-0.029049106,-0.007247824,-0.014495648,-0.06231828,-0.008743636,0.020796847,-0.019163739,-0.03416522,0.007493513,-0.03312465,-0.0107236,-0.027864018,-0.016432256,0.025262605,-0.0035390048,-0.018513385,-0.01507374,0.000582608,-0.035465922,0.038818855,-0.012855314,-0.021360487,-0.0039924453,0.013404501,-0.05763574,0.033905074,0.01981409,-0.023499426,0.005307604,-0.000993595,-0.029251438,-0.012132699,-0.051074397,0.002054032,0.012609624,-0.008237806,-0.012045985,-0.0027260634,-0.013231073,-0.0021678437,-0.09104943,-0.011280013,-0.037055675,-0.027979637,0.020580063,-0.010167187,0.00993595,0.052519627,0.020233208,-0.008562983,0.041333552,0.025869602,-0.0071358187,-0.016446708,-0.004306783,0.014546231,0.013549023,0.006489079,0.013079324,0.0035408114,0.0012645755,-0.037865005,0.019712925,0.021403844,0.008425686,-0.008483495,0.021750698,0.00614945,0.0006480949,0.016128758,0.031708326,-0.005401544,0.025753984,-0.02643324,-0.017761866,-0.016359994,-0.025898507,-0.017891936,0.004053868,-0.009697488,0.011063229,-0.025118083,-0.010102152,-0.005108885,0.021663984,-0.006799803,0.026895715,-0.009646905,-0.015117097,-0.012096568,0.016894728,-0.009083265,-0.022372147,0.010774183,-0.027546067,0.036419775,-0.01998752,-0.014813599,-0.0028507146,-0.008425686,0.011930367,-0.061451145,-0.0024261784,0.009921498,-0.023253737,-0.004794548,0.013975366,0.052114964,0.007601905,0.02926589,0.047750372,0.030812286,-0.018831335,0.0010206931,-0.0009719166,-0.034396455,-0.0061819674,-0.033269174,0.022747906,-0.035726063,0.00836065,-0.011749713,0.02282017,-0.043934967,0.016316637,-0.025970768,-0.02339826,-0.03008967,0.02478568,-0.00078990805,-0.0029789787,0.02334045,0.0038912795,-0.013238299,-0.009509608,-0.011612416,-0.008685827,0.0111933,0.023383807,0.037749384,-0.0018625391,-0.009459025,-0.03416522,0.041680407,-0.00041640663,0.01910593,0.001539169,0.0061349976,0.0054665795,0.012038759,0.011222204,0.0037323043,-0.0068287076,-0.025739532,0.003553457,0.021201512,0.010542947,-0.010391197,-0.015276072,0.008873707,0.014394483,-0.022314338,-0.010752505,0.010839218,-0.0069154217,0.019134834,0.0070238137,-0.0340496,0.037547052,-0.02763278,-0.0028218098,0.023297094,0.01715487,0.02440992,-0.021302678,0.015536213,-0.015030383,-0.018267697,0.004371818,-0.03399179,0.001447939,0.005354574,-0.02232879,-0.0015743965,-0.012970932,-0.029106915,0.004111677,-0.010745279,0.0122989,-0.005242569,0.008555757,0.03766267,-0.030320907,-0.02201084,-0.000121489575,-0.02024766,-0.011157169,-0.017400559,-0.029410413,0.0105212685,0.008237806,0.0511033,0.044541962,-0.018065365,0.026678931,0.010167187,-0.0071213664,-0.0018372475,-0.011164395,-0.007833142,-0.014560684,-0.018903596,-0.01784858,-0.0011110199,0.0025905732,-0.028167516,0.044570867,0.0096396785,-0.016634587,0.013404501,0.002111841,0.04358811,-0.02453999,-0.02724257,0.004223682,0.0015906553,0.05841616,-0.012660207,0.004165873,-0.025334867,-0.013137133,-0.011728034,0.020074233,0.038616523,-0.009198884,0.006344556,0.013736903,0.014524553,0.027849566,0.013801938,-0.016952537,0.042865496,-0.01122943,0.0026050254,-0.008382329,0.00864247,0.021100346,-0.009097718,0.0049318443,-0.0144450655,0.059312206,-0.0024225654,0.031245854,0.0071249795,-0.0038948925,-0.022834621,0.0076091313,-0.035032354,-0.008989326,-0.0046825423,-0.0012049598,0.01981409,0.0718568,0.016793562,-0.0031415669,0.015333882,-0.008931516,-0.0063120383,-0.014770241,0.006781738,-0.030812286,-0.009950403,-0.017313845,0.041882742,-0.023745114,0.013151585,-0.005358187,0.028283134,0.00980588,-0.002751355,0.0105790775,-0.008064379,-0.017588438,0.0019077024,0.03136147,-0.009589096,0.006781738,-0.021346034,-0.0051414026,-0.019394975,-0.0018236985,0.0017071769,0.013064872,-0.008281163,-0.015507309,0.014466744,0.022791263,0.04251864,-0.021620627,-0.018889144,0.009740844,-0.048039418,-0.04211398,0.0027766465,0.048733126,0.013115454,-0.016042044,-0.016995896,0.02510363,-0.021794055,-0.038182955,0.00717195,-0.037200198,0.00096469047,0.0066227624,-0.015304977,-0.027994089,0.05905206,-0.011113812,-0.03208409,-0.053646907,-0.007041879,-0.023730662,-0.033962887,0.039801612,0.03618854,-0.01974183,0.011063229,0.008866481,-0.007587453,0.027011333,0.008888159,-0.002427985,-0.0089170635,-0.014025949,-0.0030602727,0.014011497,0.004465758,-0.006091641,0.006037445,0.005101659,-0.02232879,0.014871408,0.016172115,-0.015362786,0.007544096,0.007551322,-0.004812613,0.02737264,0.022112006,0.006413204,-0.00089965516,0.018152079,0.01286254,-0.0055207754,0.015622927,0.028022993,0.014972574,0.0018535064,0.022256529,-0.02555165,-0.024857942,-0.027531615,0.021273773,-0.02643324,0.011012646,-0.025508294,-0.008786993,0.030956808,-0.027921828,0.021562818,-0.0141126625,-0.014033175,0.036015112,0.025305962,-0.016042044,0.053444576,-0.0075585484,-0.007674167,0.019525046,0.0049824277,-0.025999673,0.0023647563,-0.0012176055,-0.003202989,0.014784694,0.020233208,-0.021794055,0.00050628185,0.006485466,-0.03115914,0.0074501564,-0.005303991,0.0027459355,0.01321662,-0.0022599772,-0.014018723,-0.004494663,0.023282642,0.043674827,0.021924127,0.01784858,0.014394483,-0.01961176,-0.028586632,0.01034784,0.017400559,0.00082965184,0.0031813106,-0.03569716,0.00007632616,-0.03008967,0.0236584,-0.0286878,0.00619642,0.009683035,0.023094762,-0.007529644,-0.006442109,-0.0071574976,-0.011561833,-0.0025707013,-0.0070274267,0.0037865003,-0.012638529,-0.0061241584,0.0069371,-0.015651831,0.008541305,0.012638529,0.023383807,0.047490228,-0.0066408277,0.03494564,0.025464937,-0.017949747,-0.016620135,-0.018209888,0.01059353,-0.007919855,0.0024749548,-0.0031560191,-0.027574971,-0.022979144,0.011785843,0.011995402,0.011742487,0.023325998,0.0045380197,-0.008786993,0.0053798654,0.0807016,0.0261731,-0.0060844147,-0.01646116,0.020594515,0.0024388242,0.00054331584,-0.004317622,-0.0049318443,0.026028577,-0.007601905,0.004599442,0.014575136,0.013411727,0.009646905,-0.028832322,0.008346198,-0.022357695,0.022531122,-0.010152735,0.000046631223,0.013050419,0.0053437348,0.0039346362,-0.03670882,0.013231073,-0.0012248317,0.005733947,-0.00031320826,0.016157662,0.059370015,-0.04535129,0.017559534,0.029150272,-0.0017622763,0.0072695026,-0.0061819674,0.022314338,-0.006666119,0.021519462,-0.024120875,0.0030494335,0.0045271805,-0.0201754,0.0013693547,-0.012161603,-0.0070021353,0.0048740353,-0.0042742654,-0.031188045,-0.03430974,-0.011034325,0.023167023,0.0107236,-0.004263426,-0.004353753,0.047201183,0.01207489,0.037547052,0.011879783,-0.043559205,-0.020103138,-0.009943176,0.015406143,-0.017704057,-0.005798982,-0.015232715,-0.013845296,0.022979144,0.0021335196,-0.06035277,0.017039252,0.020840203,0.0012889637,-0.015131549,-0.0077464283,-0.012537363,0.021346034,0.002993431,-0.04003285,-0.017877484,-0.0010622435,0.022805717,0.040206276,-0.018600099,0.002361143,0.0030114963,0.020970276,-0.044888817,0.03734472,0.004921005,-0.00753687,0.012942027,-0.009401215,0.0023900478,0.0151604535,-0.02409197,0.015044835,-0.00406832,-0.023730662,0.000099415956,-0.006731155,0.006976844,0.026823454,0.01286254,-0.017761866,-0.016128758,0.0075657745,0.0038117918,0.021692889,-0.022415504,0.003425193,0.028427657,0.015304977,-0.019062573,-0.009907045,-0.03795172,0.028355395,0.015189358,-0.034251932,0.02478568,0.027459353,-0.009740844,0.010167187,0.020074233,-0.02112925,0.018470028,-0.0029573,0.03618854,0.026606668,-0.0067564463,0.014755789,0.042403024,0.0034035146,-0.015854163,0.03350041,-0.018527837,0.0017460175,0.020334374,0.029338151,-0.048212845,0.017227132,0.0012970931,-0.03650649,0.018267697,0.0019691247,0.007731976,0.015333882,0.016923632,0.009177205,-0.012667433,-0.023282642,0.048415177,0.010788635,0.02334045,0.014958122,-0.009343406,-0.04870422,-0.012436197,-0.037229102,-0.02510363,-0.01359238,-0.022169815,-0.023383807,0.030205289,-0.006106093,-0.023990804,-0.0057845297,0.008938742,0.029554935,-0.010990968,0.00892429,-0.0523462,-0.011720808,0.010897027,-0.006301199,0.0030187224,0.0036419774,-0.022791263,0.0063698473,-0.022834621,-0.0004873132,-0.0122338645,-0.0027892923,0.0022292659,0.014148793,0.008562983,-0.011547381,-0.0028832322,0.015362786,0.0029446543,0.0060266056,-0.023051405,0.046912137,0.025436033,0.01803646,0.0004778289,-0.02131713,-0.034194123,0.022588931,0.0020359666,-0.023109214,-0.005842339,-0.013404501,0.023817377,0.023600591,-0.017949747,-0.007775333,0.052519627,-0.009943176,0.008678601,-0.014481196,0.0034071277,0.039339136,0.018773526,-0.0340496,-0.020464445,0.036101826,0.041911647,-0.019640664,0.025869602,-0.0075224177,-0.020074233,-0.010376745,0.024467729,0.0027549681,0.03014748,-0.03462769,0.0014949089,-0.028413204,0.022834621,-0.015102644,0.022935787,0.027401544,-0.01677911,0.03298013,-0.031448185,0.022299886,-0.034598786,-0.052635245,-0.02163508,-0.012349483,0.023513878,-0.025522746,0.00948793,0.034656595,0.015911972,0.013108228,-0.012537363,0.0143439,0.020811299,0.01728494,-0.055034325,0.004053868,0.010116604,-0.03506126,0.021909675,-0.037171293,-0.0015680736,0.008541305,-0.026910167,0.011554607,0.013447857,-0.028442109,-0.01179307,0.008758089,-0.0046247332,-0.0038732141,-0.011207752,-0.023542782,0.0033999016,-0.034540977,0.01715487,0.00085629825,-0.009451798,0.01299261,-0.019409427,0.018123174,-0.024554443,-0.010738052,-0.03147709,0.037547052,0.025436033,-0.034598786,-0.0025544425,0.0072731157,0.022256529,-0.003000657,0.005065528,-0.011800296,-0.0277484,0.009437346,-0.023369355,0.03740253,0.01627328,-0.0077464283,-0.019770734,0.0023665628,0.014437839,-0.01507374,0.006348169,-0.0015003285,0.023354903,0.009198884,0.017559534,-0.007876499,0.028167516,-0.005296765,-0.020984728,-0.0019655116,0.008599114,-0.020854656,-0.006803416,0.02075349,0.040842175,-0.0006620956,0.035986207,0.015174906,-0.057231072,-0.010658565,-0.005650846,0.0023683694,0.048328463,0.042171787,0.020666776,0.0038045656,-0.0037575958,-0.032893416,-0.0033619644,-0.0239619,-0.0031379538,-0.00065306295,0.031043522,0.002115454,0.02289243,-0.012132699,0.031910658,-0.010998194,0.034396455,-0.012602398,0.034136314,-0.004798161,-0.040899985,0.038616523,-0.0012907702,0.0045307935,-0.004758417,0.033789456,0.01753063,-0.0054485137,-0.018325506,0.032835606,0.041015603,-0.0045958287,-0.035783872,-0.010947611,0.006738381,-0.00033669322,-0.011352275,-0.00057764,-0.02516144,-0.034540977,-0.039078996,-0.0037828872,0.0011841847,0.0077536544,-0.029063558,-0.010391197,-0.0033330596,-0.0019257679,0.017689604,-0.009509608,0.023094762,0.0057628513,-0.03916571,-0.037807193,-0.0040321895,0.032806702,0.015406143,-0.038182955,0.025566103,0.035726063,0.006489079,0.008953194,-0.008021022,-0.012732469,0.009292823,0.021663984,-0.012725242],"social":"https://twitter.com/raaghavchanana"},{"title":"chrispviews","description":"collect new art every month from a local artists, starting with $10.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=3WGMoQgYvt8","youtube_transcript":"This was me two months ago. I just got back in the country. Everything was going well. I thought I had something cool going on. We had this dope event but build space comes along. They challenged me to work on my idea for six weeks straight. No excuses. And, man, I had to really turn heat up, I had to turn it up a notch for this one. So for the past six weeks, what I've been working on is this gallery right here to produce monthly for I'm working with artists. I'm calling it the circle. It's a network of artists. And basically, these artists are gonna provide artwork every single month for you to come right here in downtown Oakland to the gallery and collect a different art piece in every single month. All you need to start with this ten dollars. I'm being generous, honestly, for only ten dollars. I'm gonna allow you to transform your entire house. I'm going to literally allow you to collect a different art piece every single month from a different artist. So that's what the circle is. Again, it's a network of artists. So our next event is gonna be on June second. We're gonna have a ton of artists there's gonna be a group show. So if you've never really gotten to know closely and and talk and connect with the different artists that you see on Instagram and stuff like that, this would be a really great opportunity. It'll be perfect for you if you're in the Bay Area and you like art. So June second, I hope to see you there.","embedding":[-0.015436215,0.016071202,-0.023222357,0.045114268,-0.03667802,0.021105736,0.02069753,0.035166148,-0.03356356,0.026321696,0.040306512,-0.025883252,0.0056770802,-0.04662614,0.011301245,0.034863774,-0.02804523,-0.030554937,-0.014393023,0.01549669,0.026911326,0.0037437736,-0.00828506,0.03196098,-0.0014022614,-0.016963206,-0.019684575,0.037071105,0.010900599,0.018081991,-0.0017358183,-0.041213635,0.011384398,0.0015714022,-0.03831084,0.021967504,-0.006002133,0.030691005,0.008746181,-0.012140334,0.016025845,0.0042748186,0.08744669,-0.012556098,0.00899564,-0.0049287034,-0.03525686,0.022073334,0.035408046,0.014249396,-0.048017062,-0.028090585,-0.04565854,-0.023403782,-0.025459928,-0.017673787,-0.032686677,-0.008360653,-0.016494526,0.016887613,0.078073084,-0.0076047173,0.06954612,0.0019956713,-0.052341014,-0.011414635,-0.028831404,0.047744926,0.0112180915,0.025354097,0.04196957,0.04508403,0.0070717824,0.0058358265,-0.011157617,0.05784423,-0.014597126,0.03404736,0.013584171,-0.023766631,-0.003571798,0.016177032,0.013690003,0.031719077,-0.0050836704,-0.06368006,-0.04399548,-0.006803425,-0.038885355,0.031265516,-0.016721306,0.0069999686,0.019351965,0.04399548,0.05397384,-0.016101439,-0.03144694,0.028075468,0.06374053,0.022980457,0.0066408985,-0.057330195,0.03087243,-0.040155325,0.026518239,0.010386562,0.0045960913,0.018837927,-0.010522631,-0.017462123,-0.12469922,-0.018626265,0.037071105,0.045477115,-0.005665741,0.025459928,0.055395,-0.040397227,0.02260249,0.0080809565,-0.0482892,-0.004127411,-0.015935132,0.03930868,-0.010288291,-0.0679133,0.004108513,0.014400583,-0.035952322,-0.02175584,0.044176906,-0.03314024,0.032686677,-0.088474765,-0.035559233,-0.045023553,-0.07523076,-0.023237476,-0.0039308676,0.0063007274,0.060656313,-0.0335938,0.014650042,0.0032448557,0.032958813,0.0051743826,-0.023434019,0.036133748,-0.0055674696,0.0017254242,-0.0033828141,-0.012941626,0.013070135,0.0002707196,-0.0062289136,-0.024431854,-0.009660863,0.067066655,-0.03622446,0.025822777,0.00733636,-0.01868674,-0.013742918,0.038734168,-0.02071265,0.036375646,-0.046444714,-0.01880769,-0.067489974,-0.0025758522,-0.03915749,0.009849847,-0.017416768,0.06809472,0.04187886,-0.00804316,-0.0027648364,-0.0083379755,0.0045885323,0.00034867553,-0.017915687,0.008534519,-0.00014256482,0.0047170413,-0.04958941,-0.0037947993,0.041153163,0.023449138,-0.028166179,-0.00005070087,0.0072872243,0.04765421,-0.036496595,0.044751417,0.04447928,-0.048107773,0.028317366,0.004909805,0.040064614,0.020742888,0.0005905751,0.011822841,0.019729933,0.02898259,0.038492266,0.03202145,0.0084060095,-0.04438857,0.010499952,-0.026472883,0.036617544,-0.006210015,-0.021045262,0.010673818,-0.0110971425,-0.0153984185,-0.015224554,0.019866,-0.026215864,0.025354097,0.013909224,0.046686612,0.016948087,-0.0071171382,0.0640429,0.012639252,-0.010227815,-0.016555,0.034591638,-0.03549876,0.0050458736,0.017885448,-0.024326025,-0.03631517,0.00096287363,-0.009955678,0.015557165,-0.030796837,-0.0011603619,0.023872463,0.046384238,-0.028891878,0.023388663,0.016252626,0.0037097565,-0.0015931353,-0.02852903,-0.02910354,0.01289627,0.06827615,0.013334713,-0.008904927,-0.072267495,0.006527508,0.016403813,-0.009600389,0.008307738,0.010250494,-0.0096230665,0.011422195,0.055425234,-0.015375741,-0.016418932,-0.009592829,0.013047457,0.0018444841,0.009139268,-0.0008560976,-0.010976193,-0.020561462,-0.00016571536,-0.0013928122,0.009691101,-0.013334713,0.008247263,-0.037524667,-0.027002038,0.05028487,0.013652206,0.016902732,-0.031870265,-0.02884652,0.010076628,0.004569634,0.005170603,0.036163982,-0.0016366016,0.014733194,-0.025701828,0.012117656,0.033261187,-0.06386148,-0.013070135,0.023267712,-0.012556098,-0.029632695,0.012011825,-0.02282927,0.028559266,0.0027572769,0.0047132615,-0.07015087,0.008965402,0.0013739138,0.027591668,0.025973964,-0.025716946,0.034410212,0.0095550325,-0.021846553,0.03713158,-0.0003052092,-0.0013559604,-0.027878923,-0.013637087,0.06730855,0.023434019,0.02435626,-0.0003508016,-0.0534598,-0.031991217,-0.029708289,0.011172736,-0.0059945732,0.03395665,-0.009887644,0.061623912,0.0068941372,0.015156519,-0.030358395,0.022224521,-0.06410338,-0.025142435,0.041485775,0.020062543,0.0177645,-0.0103260875,-0.019699695,0.04106245,0.01678178,-0.024764467,-0.018384365,-0.017492361,0.02379687,0.04484213,0.010681377,0.017401649,-0.013591731,-0.01361441,0.020485869,0.0031730419,-0.008957843,0.009275336,-0.0072834445,0.0072947834,0.01678178,-0.010046391,-0.06410338,-0.045809727,-0.007147376,-0.057179008,0.026790375,0.036375646,-0.0004861614,-0.0001730385,0.019110065,-0.06531288,0.007192732,0.026004203,-0.027984755,0.036254697,-0.0170388,-0.00026670372,-0.004199225,-0.00899564,0.06555478,0.06077726,-0.041939337,0.02884652,0.021075498,0.03156789,-0.0016403814,-0.0003035556,0.01892864,0.01526235,0.010673818,0.004630109,-0.014604686,-0.031144567,-0.0167969,0.06083774,-0.07486791,-0.04710994,0.017250462,-0.0041727675,-0.023328189,0.057874467,0.03184003,-0.011777485,0.034500923,0.041667197,-0.010802327,-0.0052461964,0.0011650865,0.0057073175,0.014120886,0.000042491876,-0.012714845,-0.01738653,0.020017188,0.015768828,-0.06761093,0.051615316,0.01596537,-0.03196098,0.03465211,0.023751512,-0.0028196417,0.006244032,0.06857853,0.0172807,-0.015799064,0.021498824,-0.0015723471,0.01430987,0.017235342,0.059416577,0.040125087,-0.025293622,-0.070574194,0.003855274,0.020818481,-0.019004233,-0.003112567,-0.008005363,-0.02638217,-0.026956681,-0.02496101,0.01242759,0.021498824,0.020531224,0.0050496534,-0.0105831055,0.025550641,-0.05349004,0.05878159,0.017915687,-0.031174805,-0.0650105,0.031507418,-0.05445764,-0.032475013,-0.049982496,0.011180295,-0.027999874,0.0043126154,0.014839026,0.006436796,0.017099274,-0.018036636,-0.0148163475,-0.03265644,-0.02130228,0.040034376,0.018051755,-0.01502801,-0.022753676,0.018853046,0.016071202,-0.019503152,0.035287097,0.010991311,0.035559233,0.078254506,-0.038552742,-0.01929149,0.004342853,-0.008768858,-0.023524731,-0.0048946864,-0.007861735,-0.035770897,0.023267712,0.02140811,-0.0069735106,-0.055788085,-0.046202816,-0.0042408016,-0.0456283,-0.011036667,-0.0243865,0.0659781,-0.017220225,-0.01858091,0.03292858,-0.013576613,-0.03667802,-0.031205043,-0.016192151,0.015572283,0.004108513,0.019382201,0.024205074,0.067248076,-0.004913585,0.036889683,-0.03265644,-0.007876854,0.0052121794,0.0098120505,-0.0078239385,0.03453116,-0.005370926,0.015557165,-0.02260249,-0.023706157,-0.03229359,0.015383299,-0.0098120505,0.008307738,-0.021710485,0.032233115,0.003775901,-0.039006304,0.013780715,0.023932938,-0.01443082,-0.00018095221,0.0049400423,-0.0014003717,-0.016116558,-0.0071738334,0.016131677,0.015844421,-0.011747248,-0.0072267493,-0.019382201,-0.030267682,0.048954424,0.01892864,0.0027553872,0.0062326933,0.028544147,0.0020391378,-0.025127316,0.02754631,0.007982685,0.007740786,-0.008330416,0.047896113,0.033079766,-0.031628367,-0.005760233,-0.025338978,-0.0045167184,-0.0035925864,0.027122987,-0.0007394,0.027818449,0.01147511,0.022451302,0.005907641,0.011505348,0.040185563,0.0414253,0.074384116,-0.004448684,-0.01891352,-0.018868165,-0.0057073175,0.013742918,-0.011180295,-0.0008348369,-0.016630594,0.016721306,0.0047737365,-0.017084155,0.008526959,-0.029118659,0.0006467978,-0.025384335,-0.03537781,-0.036708258,-0.0009713779,-0.011966469,-0.005060992,-0.016812019,0.030660769,0.062168185,-0.0004774209,-0.058932777,-0.029164014,-0.009691101,0.019276371,0.0044033276,0.020032307,0.008965402,0.01762843,0.027969636,-0.005631724,-0.008096076,0.011082023,-0.033442613,0.008466484,-0.011648975,0.006221354,-0.008655468,0.0049022455,-0.013032339,-0.019503152,0.01762843,0.0023585206,-0.0025040384,-0.024220193,-0.026639188,0.028710453,-0.06247056,0.015935132,0.0026665647,-0.010787209,-0.024522567,0.01787033,0.013455663,0.011512907,0.029738527,0.017189987,0.010318528,-0.01856579,0.015753709,0.026835732,0.0014173802,0.023388663,0.013803394,-0.029768763,-0.030902669,0.020561462,-0.027425362,0.041334588,0.012329318,-0.036375646,0.010477275,-0.0461121,-0.01809711,-0.02151394,-0.021710485,-0.0023245036,-0.0059492174,0.0071171382,0.0064745927,-0.04983131,-0.022345472,0.013221323,0.049891785,-0.02731953,0.0037210954,0.010280731,-0.0008159385,-0.024295786,-0.053641226,0.0072947834,0.0015685675,0.048924185,-0.04293717,-0.006493491,0.0005938823,0.007891973,-0.011429754,-0.006104184,-0.010348765,0.017885448,-0.008436247,0.041576486,0.007325021,-0.017885448,0.010431918,-0.0065766443,-0.025580877,-0.030539818,0.0032467456,-0.029874595,-0.0014060412,-0.000062896244,-0.022405947,0.03891559,-0.0023358425,0.016177032,0.034803297,-0.01136172,0.009494557,-0.01608632,-0.025777422,0.013644647,0.017220225,-0.004785076,0.04284646,-0.0027742856,0.007177613,-0.011656535,0.013175966,-0.08708384,0.011747248,0.021937266,-0.008579874,-0.017537717,0.026760139,-0.008421129,-0.0077937013,-0.009063674,-0.022375708,-0.010333647,-0.027909162,-0.020092782,-0.0021865452,0.022375708,-0.005881183,-0.0037381041,0.007325021,0.0044562435,0.0100010345,-0.0065464065,-0.0017310937,0.02804523,-0.009615507,-0.03138647,-0.032595966,-0.02353985,-0.009078792,-0.016615476,-0.04127411,-0.013334713,0.009963238,0.036163982,0.018187823,-0.0153303845,0.016479407,0.0050534327,-0.025006367,-0.0036530613,-0.05430645,-0.023177002,-0.00064821524,0.02331307,-0.008889808,0.0015817963,0.025611116,-0.037010632,0.026094913,-0.0017679456,-0.048107773,0.03292858,0.007060443,0.016358458,-0.013191085,0.035408046,0.020833598,-0.027107868,0.009071234,-0.038764402,0.018641384,-0.004131191,0.0050194156,-0.007680311,0.00095531426,0.016812019,0.02248154,0.035287097,0.016812019,0.0032013895,0.023403782,0.003029414,0.042030048,9.1539135e-7,0.036284935,-0.010976193,0.025807658,-0.020380037,-0.004044258,-0.032475013,0.01738653,-0.004664126,0.034319498,0.026548477,0.0065464065,-0.00888225,0.04330002,-0.045477115,-0.008610113,-0.037917756,0.010424359,-0.0008981466,-0.0064519146,-0.030222325,0.01325156,0.01064358,-0.014513973,0.019956714,0.0011981587,-0.057209246,-0.025475048,0.036043033,0.028786046,-0.030766599,-0.034833536,0.007498886,-0.018066874,0.02378175,-0.04674709,-0.020863837,-0.006686255,-0.04862181,-0.014695398,0.0015647877,0.012094977,-0.007109579,0.04614234,-0.0058055893,0.04759374,-0.0335938,0.026639188,-0.007616056,0.047412314,0.019276371,-0.038431793,-0.018278535,-0.025883252,0.024401618,-0.03444045,0.012435149,-0.021151092,-0.0045204978,-0.02485518,0.02508196,0.002946261,0.01882281,0.041697435,0.017159749,0.013077695,0.0098120505,-0.007325021,0.022783915,-0.03196098,0.01726558,0.008232145,-0.014355226,0.024885416,-0.004875788,0.0057299957,-0.0131532885,-0.01632822,-0.005359587,-0.014770991,0.02532386,0.043723345,-0.030570056,0.0011140609,0.024583042,-0.0045469557,-0.0069054766,-0.021392992,0.0022130029,0.01111982,-0.029194253,0.019835763,0.018475078,-0.014483736,-0.035196386,0.002708141,-0.016192151,0.039006304,0.037494432,-0.061019164,-0.0013408416,-0.029405914,-0.006659797,0.010545309,0.038855117,-0.03193074,-0.015216994,-0.012609014,0.013070135,-0.001241625,-0.026941562,-0.00414253,0.023706157,-0.025656471,0.026714781,0.006557746,0.012684608,-0.01466516,-0.0137278,-0.04345121,-0.006342304,-0.009350929,-0.022995576,-0.042665035,0.008927605,0.009222421,0.023131644,0.008602553,-0.003123906,-0.033291426,-0.0017660557,-0.007359038,0.016600357,-0.04886371,0.0127602015,-0.04958941,0.004626329,-0.060535364,-0.023252595,-0.0062931683,-0.013266679,0.052189827,-0.005370926,-0.025626235,0.04568878,-0.024809822,0.028120823,-0.003311,-0.007997804,-0.0030861092,0.013569053,0.007914651,-0.0010252383,-0.020606818,0.016101439,-0.011021549,-0.005102569,-0.0062969476,0.057088293,0.043148834,0.004131191,-0.013334713,0.0101749,0.017809855,0.015662996,0.026669426,-0.018868165,-0.034349736,0.0021090617,-0.0053331293,0.0134859,-0.00015165968,-0.02437138,0.008715943,-0.031144567,0.022209402,0.00934337,0.0040631564,0.0029292523,0.0063271853,0.0062969476,-0.0061684386,-0.03822013,0.014037734,-0.014521533,0.021907028,0.027289294,0.048954424,0.046202816,-0.009683542,0.0048568896,-0.02754631,0.023116525,-0.024038767,-0.012094977,-0.030917786,0.012881151,0.0033053306,0.04568878,-0.029179133,0.033261187,-0.008950284,-0.0040896144,-0.00052821037,-0.0040518176,0.030449107,-0.0059000812,0.028166179,-0.020334681,-0.0044940403,-0.0049665,-0.044811893,0.017341174,-0.015768828,-0.0005130916,-0.03350309,0.021377873,0.029783882,-0.014876823,0.018792571,-0.024401618,-0.015345503,-0.01325156,-0.008844453,-0.00366629,0.016932968,-0.011308804,0.024900535,0.009131708,-0.008035601,0.0036133747,0.0101371035,-0.030811956,-0.0153984185,-0.028014991,0.03144694,0.0070717824,-0.023509612,-0.0046527865,0.028831404,0.021256924,-0.0009118479,0.012404911,0.03241454,-0.0067505096,-0.039459866,-0.012578777,-0.041636962,-0.050617483,0.03088755,-0.0046414477,0.008693265,0.009645745,-0.012775321,-0.03607327,0.016963206,0.010409241,0.01917054,-0.0038023586,-0.012692167,0.03834108,-0.01076453,-0.027485836,0.017840093,-0.010847683,-0.026881088,-0.023192119,0.014740754,-0.003942207,-0.018535553,-0.038250368,0.0043012765,0.015133841,0.0012850914,-0.0025399453,-0.0047397194,0.017840093,0.050677955,0.0024908094,0.020138137,-0.042997647,-0.0077937013,0.028891878,-0.0007308957,-0.00017079432,-0.005529673,0.0008329471,0.019578746,0.0021204008,-0.023721276,0.016645713,-0.037675854,-0.004531837,0.0062667103,-0.03891559,0.01868674,-0.007461089,0.002379309,-0.01336495,0.017447006,0.018429723,-0.001940866,-0.012465387,-0.011202973,0.012155453,-0.011195414,-0.02674502,0.030479344,-0.021861672,-0.004686804,-0.010424359,0.049498696,-0.0024643517,-0.018142467,0.00271948,0.0076349545,-0.019367084,-0.006089065,-0.010401681,0.03716182,-0.017945923,0.0091770645,0.012918948,0.0025493945,-0.03679897,-0.00828506,0.0029783882,0.0024889195,0.011104701,-0.03607327,0.0084060095,0.015753709,0.017447006,0.017779617,-0.015662996,0.0061117434,-0.045295693,-0.004898466,0.010439478,0.018399484,0.008103635,0.017643549,-0.036738496,0.00449782,-0.007064223,0.014226718,-0.0012255614,-0.008564756,0.0063271853,0.008972961,-0.01832389,0.0062326933,0.014249396,0.004286158,0.03005602,0.0039346474,0.024991248,-0.054820485,0.03571042,0.050436057,-0.011233211,0.030146731,-0.032475013,0.038885355,0.0012983202,0.011603619,0.0024227751,0.0019786628,-0.009789373,0.024114361,-0.032716915,0.0057791313,0.016978325,0.013576613,0.017371412,0.0003838738,0.09137756,0.0045507355,0.0070717824,-0.0119891465,0.04723089,0.0073552583,-0.029360559,0.045386404,0.01573859,-0.019563626,-0.004327734,-0.0010195689,0.012253724,0.023600325,0.021786079,0.0038269265,-0.04450952,-0.021740722,0.009124149,0.006780747,0.023630563,0.00875374,0.004271039,-0.020969668,-0.0034829755,-0.023328189,0.0009236594,0.028302249,-0.01573859,0.0012699727,-0.0022130029,-0.014007496,0.004539396,0.026457764,0.008572316,0.0046679056,-0.037796807,-0.035347573,0.0241446,-0.009101471,0.004936263,0.000060829232,0.026079796,-0.011686772,0.0050912295,0.023040932,0.01111982,0.035770897,-0.013123051,-0.033654276,0.017477242,0.0100010345,0.021347636,0.028211536,-0.008564756,0.0045809727,0.009985916,0.03918773,0.0013228882,0.02095455,-0.0069886292,0.008678147,0.010454596,-0.011837959,-0.01774938,-0.015186756,0.00804316,-0.01336495,0.02518779,0.030040901,0.006837442,0.0020674854,0.004671685,-0.008126313,0.0047359397,-0.0040744958,0.0137278,0.0034867553,-0.0043126154,-0.023978293,-0.011807722,0.025777422,0.016842257,-0.03658731,-0.032354064,-0.0051630437,-0.007464869,0.0155874025,-0.02282927,0.02934544,-0.012677048,0.026639188,0.016827138,0.022647846,0.0013077694,-0.036526833,-0.030963143,-0.01620727,-0.026911326,-0.0053558075,0.016373577,0.040669363,0.008942724,-0.01669107,0.012140334,-0.011701891,-0.011339041,0.020531224,-0.04351168,-0.009381167,-0.0038647233,0.036043033,0.017492361,0.021438347,-0.014582007,-0.016555,-0.007891973,-0.035861608,-0.025036603,-0.009169505,0.031295754,0.0103260875,-0.005189501,-0.009025877,0.021922147,0.021831434,0.018656503,-0.008542078,0.028408078,-0.011724569,-0.007831498,0.028483672,-0.009849847,-0.017673787,0.013138169,-0.011202973,-0.024099244,-0.012775321,0.012752642,0.051978167,-0.046807565,-0.0014476177,0.008103635,-0.0016932968,0.030192088,-0.0022640286,-0.030963143,0.015436215,-0.02982924,-0.0004736412,-0.011142498,-0.016237507,-0.024885416,0.009963238,-0.011036667,-0.030539818,0.02709275,-0.010348765,-0.05312719,-0.009766694,-0.0077181077,-0.035861608,-0.0028498792,-0.050587244,0.042997647,0.021362754,-0.02379687,0.006164659,-0.007309902,-0.010076628,0.0021222907,-0.031084092,-0.043088358,-0.003018075,0.009139268,0.009252658,0.010477275,-0.008655468,-0.01657012,0.02093943,-0.010371444,-0.025747184,0.0063876603,0.006126862,0.01100643,0.006308287,-0.01750748,-0.016827138,-0.0027270394,-0.025157554,0.014445939,-0.00532179,-0.009532354,0.022088453,0.024114361,-0.015148959,0.0026835732,-0.01300966,-0.04910561,0.006648458,-0.007075562,-0.048198488,0.001502423,-0.011762366,0.006648458,-0.00816411,-0.029421033,0.040397227,0.031174805,-0.006459474,-0.017704023,-0.001124455,-0.005155484,-0.012518302,-0.0037362142,-0.020500988,-0.016615476,0.046868037,0.03834108,-0.005359587,0.012646811,-0.025066841,0.009570152,-0.081943475,-0.03537781,0.026805494,0.028135942,-0.028135942,-0.038643453,0.0018596029,0.013463222,0.0016177032,-0.0024908094,-0.011724569,-0.026351932,0.006814764,0.008118753,0.00050316995,-0.022300115,-0.01669107,0.012609014,0.0036417223,0.033230953,-0.020621937,0.010696496,0.014657601,-0.028937234,0.011603619,0.015662996,-0.016509645,-0.007264546,0.03510567,-0.020561462,-0.014733194,-0.019971833,-0.0020901633,0.015511809,-0.028211536,0.03298905,-0.019457795,-0.025837896,0.0056997584,-0.0020750447,0.0044902605,0.00076349545,-0.005718657,0.030857312,-0.011573382,-0.03704087,0.02069753,-0.0018463739,0.0015232112,-0.004104733,-0.002887676,0.014287192,-0.0045204978,0.0008485383,-0.00025914435,0.012140334,-0.028438317,-0.011709451,0.018550672,0.025822777,-0.035166148,0.007891973,-0.019775288,0.01761331,0.009078792,0.022783915,-0.015474012,-0.010212697,-0.014740754,-0.031749316,0.028347604,0.04302788,0.01443838,0.016963206,-0.02778821,0.025656471,-0.004815313,0.010991311,0.03404736,-0.002908464,0.007608497,0.020773124,0.01976017,-0.010673818,0.007771023,0.021015024,-0.032233115,-0.003953546,-0.0038325961,0.013259119,0.0009770474,-0.004327734,-0.014287192,0.008731062,0.017341174,-0.04248361,0.032263353,-0.0014504524,-0.019971833,0.03622446,0.012155453,0.03882488,-0.00067372806,-0.00008657831,-0.0205917,0.017673787,-0.007359038,0.012684608,-0.008300179,0.013055016,0.0049627204,0.047140177,-0.018943759,-0.014975094,0.0128282355,-0.033865936,-0.00037418838,0.024053887,-0.032112166,0.0015222663,0.050103445,0.007585819,0.02355497,0.010605783,-0.025308741,0.005930319,0.02201286,-0.024749348,0.032747153,0.029315202,-0.015844421,0.023721276,0.0014617915,0.004032919,0.0023093848,-0.011792603,0.03453116,-0.033654276,-0.02307117,0.0026684545,0.014854144,-0.0043390733,0.0121252155,0.01832389,-0.009184624,0.006901697,-0.025127316,-0.01100643,-0.038855117,0.03289834,0.01988112,-0.049952257,-0.045477115,0.0028687776,0.043088358,-0.009978357,-0.022224521,0.010522631,-0.008663028,-0.006686255,0.016585238,0.04813801,-0.013795834,0.010953514,-0.021166211,-0.034712587],"social":"http://www.linkedin.com/in/christian-pecot"},{"title":"cosmicai","description":"better ux for chatgpt on mobile","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=TPBYAAqpA_c","youtube_transcript":"Hey, this is Deshir. I'm building cosmic AI. It's a mobile app to chat with different AIs and find solutions to your problems. Let's take a look how it works. Let's look at Postmedia is our USM. Here's the home screen of Postmedia. On the top, you have all the AI actors AI actors are all the AI personas with whom you can chat with. You have a caring friend, AI therapist, some motivational coach, a legal adviser, a self, a travel adviser, etcetera. We have bunch of conversations for you. If you are a creative person, you can take help of AI to write, OEM, Lyric, or a lab. We have some fun prompts, health and nutrition, education, and couple of others. You can play around with them. We have the full chat history here. You can even favorite your tags for easy access. Let's see the progress we have made so far. So we started building KOSMICI with a goal of ten thousand downloads in the RASM weekends program, but we couldn't get there. We are currently at two sixty six. Download slash users. But we had tons of learning during the program. Just after the Intel launch, we highlight that the jackpot stack is not working as as expected. Are not using it as much as we like it to be. We we went through our product analytics and and then adapt to what is going wrong with the chat. The identifiable issues fits them and we did lot of AS optimization on the host launch for which we will be seeing results in the next couple of weeks, seventh. You can download that from here. Thank you.","embedding":[0.0030826468,0.022025501,0.0031707825,0.022697011,0.013488941,-0.040189825,-0.013875059,0.03599289,0.016628247,0.01900371,-0.015083775,-0.10240515,-0.013060854,-0.050900396,-0.013128005,0.016804518,-0.037067305,-0.02840484,-0.04207005,0.02056497,0.02875738,0.012162711,-0.006517836,0.010374817,0.027464725,-0.010458755,-0.04250653,0.01400936,-0.02521517,-0.020867148,-0.002881194,-0.023167066,-0.012103953,-0.0057581915,-0.014353509,-0.009325583,-0.0049397894,0.011751411,-0.00742857,-0.017761419,-0.0101565765,-0.018248262,-0.0069207414,0.02091751,-0.09407844,0.00078010483,-0.024862628,0.0038653747,0.03112445,0.024191119,-0.09575721,0.0548623,-0.039451163,0.026675703,-0.0105426945,-0.029966097,0.00089919276,0.044017427,-0.013279094,0.023569973,0.041432116,-0.009543824,0.025047293,0.009434704,-0.02921065,0.0009065374,0.0024069408,0.022059077,-0.057581913,0.01242292,0.040391278,0.016359642,-0.030083612,-0.03209814,0.010341241,-0.017509602,-0.05442582,0.043077312,0.040424854,-0.052377716,0.019121224,0.035690714,-0.017643904,0.001962066,-0.02691073,-0.019171586,-0.045058265,-0.0012832121,-0.07312735,-0.005762388,0.0005954398,0.046972066,-0.035825014,0.005917675,0.06956835,0.005393058,-0.00946828,0.055399507,0.06624438,0.051001124,0.006631153,-0.033172555,-0.018030021,0.011491201,0.02808587,-0.0105510885,0.022344468,0.0071683605,-0.0050656972,-0.007877642,-0.14961225,0.0025223563,-0.055634536,-0.0069711045,-0.006144309,-0.0065094423,0.026088132,-0.028220173,-0.03218208,-0.038276024,-0.05241129,0.039619043,0.029563192,0.02610492,0.02632316,-0.059797894,-0.016577883,-0.055500235,-0.06114091,-0.04421888,-0.010190152,-0.010651815,0.032501046,-0.072925895,-0.032131713,-0.004033252,-0.009527037,-0.0010828086,-0.0027343014,-0.01659467,0.00927522,-0.043916702,-0.020867148,-0.010190152,-0.048852295,-0.06956835,-0.027917994,-0.014152056,-0.057246156,-0.021404356,0.046266984,-0.025836315,-0.03179596,-0.030788695,0.008368683,0.0153188035,0.011826956,0.026339948,-0.02660855,-0.05338498,-0.019608067,0.017492814,-0.029898947,-0.03528781,-0.03676513,0.0085533485,-0.010660208,-0.012515252,-0.063726224,-0.035757866,-0.012364163,-0.05680968,-0.02239483,0.006622759,0.010282485,-0.03955189,0.051269725,-0.02691073,-0.049053747,-0.038108148,-0.034918476,0.0028769972,0.011801774,0.0072355117,-0.05123615,-0.048919443,-0.013463759,0.00014295802,0.007147376,-0.012809037,0.025013717,0.007802097,0.009434704,0.008473607,0.01937304,-0.061610967,0.061107337,-0.0020019368,0.025332684,0.015822435,0.020598544,0.0077223554,0.055701688,0.020766422,-0.0060351887,-0.053183526,0.008494591,0.0153271975,-0.0495238,0.022176592,0.074000314,0.016174978,0.028656654,0.0336594,-0.033877637,-0.043883126,-0.036462948,0.037134457,-0.057246156,0.023301369,-0.03807457,0.069098294,0.011264566,-0.010072637,0.021353992,0.024258269,0.0302347,-0.0022516542,0.026709277,-0.0153020155,-0.0037289744,0.023872152,-0.015931556,-0.03837675,0.0492552,-0.060133647,0.030016461,-0.021387568,0.006098143,-0.00036618236,0.0153104095,0.0058001606,0.037403062,0.04996028,0.004633413,-0.007823082,-0.02261307,-0.05694398,0.031342693,-0.017929295,0.04636771,-0.009199676,0.04858369,-0.009762065,0.015218077,-0.0153271975,0.017131878,0.006438094,-0.013405002,-0.0056994343,-0.01448781,0.010039062,-0.048986595,-0.010391604,0.01678773,0.02115254,0.017643904,0.033592246,-0.032114927,-0.06130879,-0.016133009,0.004026957,0.03451557,0.036865853,-0.020967875,0.027464725,-0.032803223,0.033021465,-0.0032840995,0.023939302,-0.026155282,-0.0001326624,-0.012632767,0.01730815,-0.0023062143,0.03179596,0.017845357,0.025920255,-0.0160071,-0.02091751,0.018013233,-0.0010114607,-0.019641643,0.008872315,-0.008595318,0.018281838,0.042237926,0.033021465,-0.03562356,0.019859884,0.042472955,-0.027045032,-0.010878448,-0.069702655,0.016762547,0.024526874,0.00016223767,0.011029539,0.033525094,-0.033676185,-0.043245193,0.022176592,0.061208062,-0.021924775,-0.03045294,-0.034163028,0.0622489,-0.003219047,0.036026467,-0.013010491,-0.014235995,-0.031762384,-0.0014259078,-0.02869023,-0.045864075,-0.034582723,0.03867893,0.0030805485,-0.02632316,-0.051169,0.034851328,-0.042909436,0.011449232,0.00019135389,-0.003934624,-0.012305406,-0.044688936,-0.00879677,0.0024111376,0.020027762,-0.024426147,-0.008746407,-0.04354737,0.031158026,0.022277318,0.03298789,-0.002629378,-0.013010491,0.023805,-0.0023796607,-0.0041046,-0.016905244,0.028119447,-0.03156093,0.0145213865,0.0017175946,-0.013648424,-0.028807744,-0.015688132,-0.013564485,-0.029193861,0.009560612,0.020397091,0.015814042,0.01644358,-0.0026818397,-0.08225988,-0.012976915,0.0038255039,-0.028421625,0.03935044,-0.006631153,0.013195155,0.008679256,-0.042237926,-0.00066101685,0.02712897,0.026642127,-0.025718803,0.037940267,0.044051003,0.016880061,-0.008931072,-0.02897562,0.021169327,0.0058463267,0.020363515,-0.008721226,-0.07460467,0.01279225,0.04962453,-0.04589765,-0.031963836,0.0035149308,-0.016258916,0.009627763,-0.0058882963,0.023687486,0.011541564,-0.0020869246,0.02402324,-0.041767873,-0.027498301,-0.016577883,-0.009417917,0.011071508,-0.007760128,0.011214203,0.016426794,0.029982885,0.038511053,-0.075074725,0.05818627,-0.027229697,0.005837933,0.007907021,0.006144309,0.022898464,0.036798704,0.056977555,-0.005250362,-0.0236707,0.0050782883,-0.013044066,-0.014311539,0.06896399,0.04915447,-0.040189825,0.024291845,-0.03364261,-0.017190635,0.05331783,0.041432116,0.006631153,-0.02152187,0.035455685,-0.015150926,0.022797737,0.021907987,-0.0048642447,-0.011222597,0.017022759,-0.045528322,-0.041667145,-0.021085389,-0.029126711,-0.004117191,0.008498788,-0.0052293777,-0.014084905,-0.012657948,-0.061409514,0.0061569,0.037604515,-0.05546666,-0.06332332,0.016233735,-0.030285064,0.022697011,0.024778688,0.007571266,0.04428603,-0.035825014,0.020749634,0.023200642,-0.0038297009,-0.013774333,0.018164324,-0.008872315,0.02232768,0.021505082,-0.02721291,-0.026591763,-0.003982889,-0.053653583,-0.04102921,0.051068272,-0.0038066176,-0.028388051,-0.00007134785,-0.011012751,0.019322677,-0.016611459,0.06433058,0.035220657,0.026457462,-0.030083612,-0.0063037924,0.014764808,0.03595932,0.02343567,0.022461982,0.05670895,-0.022629859,0.009619369,-0.018399352,0.0019610166,-0.051001124,-0.028623078,-0.004121388,0.026759641,0.01797966,-0.040324125,0.100256324,0.009048587,0.008788376,-0.0089478595,0.014034542,0.010718965,-0.0005290758,0.0150502,0.010895236,0.010819692,0.007965778,-0.03384406,0.019927034,0.006454882,0.022579497,0.013681999,0.026088132,-0.0021551247,0.006010007,0.017324938,-0.01804681,-0.0024594024,-0.0113568995,-0.04992671,-0.037134457,-0.019272314,-0.0018109763,0.02034673,-0.011071508,0.021975137,0.022310892,-0.047442123,-0.023637123,-0.0019200966,-0.040659882,-0.022277318,-0.0024111376,0.007617432,-0.016460368,0.0153104095,0.01511735,0.0013671507,0.03238353,0.0007402339,-0.0033155766,0.0040479414,-0.002719612,0.028774168,-0.0058840993,0.030570455,-0.026054556,0.043379493,0.01142405,-0.001098547,-0.019809522,0.020078124,-0.00210686,0.0018372071,-0.0025139626,0.016040675,0.009694913,-0.003636642,-0.021270053,0.01804681,-0.012255043,-0.00064842607,0.013782726,-0.009157706,-0.043883126,-0.033155765,-0.01552865,0.028354475,-0.017996445,-0.038276024,-0.008477803,-0.02417433,0.008582727,-0.022965614,-0.012733493,-0.010366423,0.051135425,-0.013438578,0.027112184,-0.0109455995,0.012699918,0.021840837,0.03777239,0.0113401115,0.0025202578,0.014596931,0.005586117,-0.022344468,0.014563356,0.0059260684,0.0055021783,0.019775946,-0.022159804,0.0054308306,0.008507182,-0.007516706,-0.019708794,-0.015025018,-0.0003265738,-0.01759354,0.0121123465,0.02017885,0.009174494,0.0040395474,-0.035119932,-0.009787247,-0.028069085,-0.00946828,0.011575139,0.011868925,-0.00054035505,0.053149953,0.00040080704,-0.016107827,-0.03924971,0.009560612,0.030956574,0.011415656,0.0121207405,-0.0068619843,-0.05190766,-0.0019001612,-0.0017427761,0.051034696,0.051706206,0.007827279,0.033357218,-0.006278611,-0.007764325,-0.017291361,0.033676185,-0.013816302,-0.015587407,0.030352214,0.0022663435,0.013975785,-0.0495238,0.019591281,0.0027888615,-0.013958997,-0.0012685228,0.0065556085,-0.0101649705,-0.020246001,-0.046770614,0.05043034,0.004190637,0.027867632,0.0037751407,-0.012280224,0.00094640825,-0.001116384,0.030066824,-0.026138496,0.02056497,-0.0071641635,-0.019456979,-0.0059344624,0.026423886,0.010198546,0.027850844,0.028455202,0.03342437,-0.0065598055,0.015948344,0.013455365,-0.011180628,0.0047509274,0.0019956413,0.02278095,-0.04532687,0.021555444,0.00050258264,-0.035892166,0.0037730422,-0.05469442,0.0010418885,0.021001449,-0.004650201,0.041566417,0.007877642,0.019910248,-0.042540107,-0.0015108957,0.0067486675,-0.036328647,-0.0025601287,-0.0012695721,0.007768522,-0.0046627917,0.011214203,0.020262789,-0.06611008,-0.036597252,0.011818562,-0.023687486,-0.004167554,-0.013144792,-0.02979822,-0.01804681,-0.01692203,0.03357546,0.027699754,-0.0056952373,-0.023821788,-0.030889422,0.004406779,-0.014798383,0.005254559,-0.0068535907,-0.011482807,0.011885713,-0.023972878,-0.015444711,0.023821788,-0.0058421297,0.0058924933,0.018751893,-0.05714543,-0.027263273,0.026071344,-0.0327025,0.010525906,-0.016401611,-0.024056816,0.013128005,-0.03505278,-0.008847133,0.023469245,-0.051739782,0.014454235,-0.03689943,-0.011927682,-0.018953348,0.0046963673,-0.00074075855,0.032047775,-0.00815464,-0.030889422,0.0075041153,0.031829536,-0.024526874,0.0031120253,-0.009795641,0.019725582,-0.012263437,0.009283614,0.020430667,0.032282803,0.005523163,-0.0008178772,0.0021614202,0.020951087,0.010173365,0.026088132,-0.0181979,0.03350831,0.022075864,0.031577718,0.03149378,-0.01711509,0.003640839,0.000080725375,0.006400322,0.0072145266,-0.021639384,-0.011415656,0.021404356,-0.06114091,-0.02402324,-0.024392571,0.0049901525,0.0029231634,-0.010811298,0.011575139,0.008838739,-0.007978369,-0.023318157,-0.009560612,0.020984663,-0.006820015,-0.0008152541,-0.00034073845,-0.03904826,-0.0020627922,0.006253429,-0.027917994,0.009308796,0.0073656165,0.025886679,-0.08917642,-0.029596766,0.006274414,0.016300885,0.012498464,-0.0041969325,0.046770614,0.029261013,0.0050531067,-0.019759158,0.036865853,-0.05469442,-0.036362223,-0.013237125,0.011155446,-0.021639384,-0.02121969,-0.013220337,0.008410652,-0.014622113,-0.037033733,-0.009846004,-0.014076511,0.056977555,-0.037268758,-0.026759641,0.0021803065,0.07601484,-0.0032526227,-0.0058043576,0.0016168682,-0.019238738,-0.0063751405,0.04274156,0.0002882768,0.016611459,-0.022579497,0.013933816,-0.0018130748,-0.032047775,-0.0045242934,-0.037973844,0.0160071,-0.03599289,0.01511735,-0.008712832,0.013933816,0.009585793,-0.0004632364,0.012397738,-0.007856658,0.023267793,-0.010047456,-0.010349635,-0.015100563,0.016728973,-0.0133210635,0.02498014,0.017778205,0.0038968518,-0.028136235,-0.0061107334,0.018298626,0.009745277,0.0046124286,0.01268313,-0.0073698135,0.010299272,-0.0071683605,0.0014259078,-0.010198546,0.025181595,0.0018634379,0.0010408392,0.031762384,-0.03423018,-0.0011279256,0.023989666,-0.0050698943,0.0007706617,-0.004211622,-0.018516866,0.0029210648,0.014622113,-0.02388894,0.0037520577,0.01485714,0.010257303,0.02130363,0.012498464,0.038645353,-0.017173847,-0.013086035,-0.031829536,-0.013992572,0.0064632758,-0.0021414848,0.027850844,0.043715246,-0.005199999,0.023049552,-0.000013492482,-0.0045158993,0.0076552047,-0.019775946,-0.0003651331,-0.030604031,0.0033554474,0.023754638,0.012817431,-0.008771589,0.005292332,-0.0074579488,0.028052296,0.018886195,0.033222917,0.000029624442,-0.04348022,0.0006914446,-0.037033733,0.022512345,-0.0075880536,-0.0082092,-0.022747373,-0.016880061,0.020648908,-0.009375947,-0.009862791,0.021840837,-0.017358512,0.014672476,0.010013881,0.018130748,0.026709277,-0.01227183,0.020665696,-0.006098143,0.022226954,0.0064171096,0.019910248,0.016284097,0.0032736072,-0.015025018,-0.019238738,-0.007008877,-0.014706051,0.0049817585,0.045125417,-0.042002898,-0.004591444,0.019473767,0.0061191274,0.005640677,0.035825014,0.02971428,0.031309117,-0.0045200964,-0.025164807,0.003569491,-0.008007747,0.01878547,0.016905244,0.015184501,0.003219047,0.02699467,-0.02699467,-0.0133378515,-0.009661338,0.008570136,0.0085617425,-0.014303146,-0.006513639,0.032652132,-0.018147536,0.029042773,-0.0008907989,0.033491522,0.009694913,0.00841485,0.029982885,-0.036563676,0.016846487,-0.008179821,0.036194347,0.02780048,0.0070508462,-0.020665696,0.004822275,-0.028153023,-0.024375783,0.029378526,0.00073656166,0.014462629,0.009728489,-0.05640677,-0.007990959,0.031309117,0.009258433,-0.039652616,-0.009409523,-0.025601288,0.03548926,0.035657138,0.0013482645,-0.009711701,0.03911541,-0.025399836,0.008847133,-0.014496204,-0.029848583,-0.009006617,-0.03763809,-0.010735753,-0.02254592,-0.007097013,0.011541564,0.0074789333,0.010744147,-0.02699467,-0.067755274,0.0071725575,-0.027112184,-0.051336877,0.05942856,-0.012851007,0.0062198536,-0.0292778,0.0038380946,-0.000516485,0.016880061,0.008486197,-0.01426957,0.020967875,0.0020197737,0.019708794,-0.0033659397,-0.0029231634,0.0061317184,0.050228886,-0.008053914,-0.010735753,0.008645681,-0.013069248,-0.018533653,-0.01127296,0.01020694,0.033525094,0.03313898,0.009409523,-0.027296849,-0.05019531,-0.008645681,0.03867893,0.021085389,0.027716542,0.021001449,-0.0063079894,0.0077979006,-0.009124131,-0.014328327,-0.014873928,0.010861661,0.008788376,-0.017660692,-0.0011740918,-0.013102823,-0.0093423715,0.02728006,0.0006820015,0.010013881,-0.012162711,0.014983049,0.012087165,0.014051329,-0.010030668,-0.014496204,-0.032568194,-0.013488941,-0.014664082,-0.0064716698,-0.028958833,0.012263437,-0.002075383,0.008654075,0.009770459,0.0028056493,-0.018986922,-0.03223244,0.0236707,0.0077937036,-0.00983761,0.027363999,0.016124614,-0.00089552044,-0.017643904,0.008696044,-0.0006148506,0.014034542,0.01652752,-0.019322677,0.0067360764,0.024375783,0.0031120253,-0.00013482645,0.037033733,-0.01692203,-0.0054140426,-0.021572232,0.007802097,-0.004352219,-0.027599027,0.0074537518,0.010987569,-0.0044319606,0.02853914,-0.022159804,0.0030217913,0.0044277636,-0.0057414034,-0.0023439866,-0.020262789,0.013245518,0.018869407,0.0020019368,0.007449555,-0.017677478,-0.0027363999,0.0029651327,0.023569973,-0.0049817585,0.015125744,-0.021337204,0.02115254,0.011591927,-0.029227437,-0.0054224366,-0.015763678,-0.001647296,-0.0060435827,-0.010912024,-0.03978692,-0.00086771575,-0.0077979006,-0.01042518,-0.02816981,-0.0053217104,0.0012223566,0.01589798,-0.004339628,0.0072229207,0.10180079,-0.021505082,-0.005640677,-0.011961257,0.01179338,-0.005523163,0.00558192,0.020967875,-0.0320142,-0.032349955,-0.042472955,-0.013388215,0.04287586,0.010299272,-0.00045274408,-0.019641643,0.018281838,0.016141402,-0.010668602,-0.03409588,0.003498143,-0.0027028245,0.0025916058,-0.02734721,-0.019138012,0.002740597,0.011189022,0.0028979818,-0.027246485,0.03629507,0.025198381,-0.033625823,-0.013975785,0.034549147,0.029160285,0.0021824047,-0.028723806,-0.008456819,0.012859401,-0.012028408,0.017727843,-0.019456979,0.002719612,-0.017240997,-0.011826956,0.015537044,-0.05694398,-0.020061336,-0.03285359,-0.034884904,-0.016544307,0.019490555,0.03609362,0.01937304,-0.00095585134,0.014361903,0.016468763,0.0658079,-0.0024552054,-0.0081504425,-0.042842288,0.031980626,-0.036194347,0.014361903,-0.016695397,-0.018634379,-0.00015305688,0.0068829693,-0.0047635185,0.018651167,-0.034481995,0.024291845,0.020799996,-0.0129265515,0.0013293783,0.014462629,0.0006421307,0.0027259076,0.042674407,0.008393865,-0.0101230005,0.011189022,0.013564485,0.008225988,0.0032316379,0.011440838,0.023267793,0.0044361576,-0.020665696,0.011113477,-0.026373522,-0.015646163,0.0016053267,0.022881676,0.010248909,0.02254592,-0.009082162,0.017425664,-0.010458755,-0.018298626,-0.0030679575,0.0101313945,0.002245359,-0.025534136,-0.03555641,-0.010450361,-0.046636313,0.01005585,0.025030505,0.0052419687,-0.0113233235,0.034985628,0.0066731223,0.0007334139,0.004650201,-0.020078124,-0.0012622274,-0.01996061,0.0013912831,-0.045394022,0.02261307,0.021387568,0.0075460845,-0.006253429,-0.01457175,0.007965778,0.00037378928,-0.029932521,0.035455685,0.011113477,-0.019692007,0.009829216,0.015008231,-0.022193378,-0.025634862,0.048617266,-0.0125320405,-0.032266017,-0.002916868,0.013010491,-0.021454718,0.029747857,-0.009971911,-0.03334043,0.026877156,-0.016300885,0.014622113,0.014655688,-0.0023922515,0.005649071,-0.012800644,-0.0181979,0.041868597,0.041297816,-0.0048726387,-0.0076635987,0.000016476239,-0.051639058,-0.017761419,0.015486681,-0.009913154,-0.03468345,-0.03253462,-0.014630507,0.010097819,0.0076048416,-0.018986922,0.0064632758,-0.0079531865,0.00034834538,-0.018735107,-0.0038150116,-0.055500235,0.0014364001,0.025634862,-0.019121224,-0.023905726,0.01468087,-0.033306856,0.015469893,-0.0049271984,0.0012926551,-0.014697657,0.009804034,-0.0040584337,0.02247877,-0.02979822,-0.017543178,-0.024996929,-0.010022274,-0.020380303,0.05220984,-0.014042935,-0.016989183,0.032971103,0.018667955,-0.02034673,-0.017878933,0.0033680382,0.034297332,-0.012179498,-0.0070676343,-0.04519257,-0.019507341,0.001120581,0.04623341,-0.009846004,-0.021572232,0.00521259,0.021488294,0.015461499,-0.013128005,-0.030956574,0.02210944,0.009090556,0.011180628,0.000099414836,0.022596285,0.0056742528,-0.022294104,0.028589504,-0.012221467,0.011457626,-0.05751476,0.004150766,0.025466986,0.030469729,0.0021928973,-0.0008068603,-0.007185148,0.026742853,-0.0029546404,0.007017271,0.015998706,-0.019843096,-0.011885713,-0.023267793,-0.039182562,0.012641161,-0.007138982,-0.018231474,0.0070340587,0.021085389,-0.009199676,0.011818562,0.015612588,0.0038066176,-0.007332041,-0.040525578,-0.009459886,0.00905698,0.020531394,-0.018500078,-0.0005602905,0.0059974166,-0.0052251806,0.004717352,-0.018348988,-0.008696044,0.003070056,-0.042540107,0.008620499,0.019087648,-0.023805,0.0017165453,0.0057414034,-0.024493298,-0.004194834,-0.025500562,0.005816948,-0.009971911,-0.012498464,0.013035672,0.009510249,0.018869407,0.00236707,-0.013472153,0.020162063,0.010777722,-0.022646647,-0.0383096,0.011289748,-0.020145275,-0.004343825,0.017912507,0.009829216,0.011180628,-0.0050615002,0.009552218,-0.0056154956,0.005447618,0.019423403,-0.030654395,0.018298626,-0.0024489101,0.007386601,0.006815818,0.05781694,0.017257785,0.009266826,-0.0049481834,0.005334301,0.019641643,0.0009705406,0.026423886,0.01811396,0.022075864,0.023754638,-0.010525906,0.036933005,0.008863921,0.0045117023,0.017324938,-0.0064674728,0.0023523807,0.010995963,-0.0039954796,0.02069927,-0.012809037,0.013992572,-0.00029693297,0.017064728,0.04059273,0.025517348,0.0336594,0.021672959,-0.0035128323,-0.02721291,0.034347694,0.0025685227,0.03318934,-0.006161097,0.052612744,-0.01583083,0.025231957,-0.025282321,-0.015553831,-0.00038218315,0.0034939463,-0.020279577,-0.017727843,-0.00022742127,0.0003399515,0.0072103296,-0.0031665855,0.0363958,0.00909895,0.018030021,-0.008628893,-0.019927034,-0.020900723,0.03807457,0.024426147,0.031678446,-0.019238738,0.0070718313,0.011894107,0.004301856,-0.028656654,0.0076803863,-0.022428406,-0.037268758,-0.0060309917,0.01704794,-0.0035673925,0.032870375,-0.029966097,0.009569006,-0.018768681,-0.024123967,0.0074999183,-0.020010974,0.038779654,-0.010643421,-0.01781178,-0.028337687,-0.0149158975,0.009476674,-0.028203385,-0.036328647,0.06466633,-0.0028937848,0.031292327,0.018651167,0.031812746,0.011684259,-0.0051286514,-0.014714445,-0.014974655],"social":"https://twitter.com/riteshr24"},{"title":"r3der","description":"get paid to read any book","niche":"web3","youtube_url":"https://youtube.com/watch?v=qcNIW7dSlgk","youtube_transcript":"My name is Itil, and I'm working on REDAR. REDAR is an app that makes really more fun by rewarding people with crypto analytics. Whenever they read a book. The idea is to give more people to read by gameify and redeem. Over the past six weeks, I will build the basic version of app and its live. And now you can't sign in on the app with your computer wallet. Once you're signed in, you can't see your library. The app is also very responsive. So it's easy for people to use on different devices. For the sake of this demo, Whenever I spend time reading for at least five seconds, I'm going to get loaded in my wallet. In the future versions of the app, you would be able to participate in red emissions and you'll be able to contest on the little boat. I've not done much in terms of marketing. And right now, we have about five unique users. Thank you.","embedding":[0.007936208,0.010410938,0.0024592157,0.0381993,0.032272357,-0.038602706,-0.043940056,0.025895465,-0.021318374,-0.020837393,-0.014483772,-0.038354456,-0.018447997,-0.0065941117,0.049649782,0.017237784,-0.026485056,-0.043691806,-0.040588696,0.09992018,0.042791907,0.033948038,0.014320859,0.022047605,0.020418473,-0.016849894,-0.044436555,0.023242304,-0.004410297,-0.071247436,-0.018727276,-0.025026593,0.010690219,-0.019192744,0.028952029,-0.019611664,0.014538077,-0.026112681,-0.018385936,-0.04403315,-0.031868953,-0.03674084,0.022606166,0.016493037,-0.05154268,0.021442499,-0.005531296,-0.013273559,0.009511036,0.06047964,-0.10159586,0.018572122,-0.039378483,0.028408984,-0.03342051,-0.025833402,-0.036616713,0.033048134,-0.02674882,0.00046255754,0.021845903,0.053404547,0.03733043,0.030782865,-0.06072789,-0.01065143,-0.040247355,0.041147258,-0.0061751916,0.016136179,0.037547648,0.0033261476,0.016493037,-0.022388948,-0.0007423224,-0.0372994,-0.0032427514,-0.009386912,0.0054110503,0.0038032508,0.02496453,0.014623412,-0.013467504,-0.028067643,-0.011877159,-0.06367584,-0.0451813,-0.035282377,0.011225506,-0.012265048,0.00006636537,0.031046629,-0.035499595,0.0102945715,0.028238313,-0.00091153895,-0.03512722,0.058369525,0.017858407,0.025957527,0.00037600982,-0.034134224,0.046360485,-0.07062682,0.006206223,0.015011301,-0.0054149292,0.011621152,0.016368913,-0.0221407,-0.12474508,0.0030041996,-0.0018521696,-0.029138215,0.042016126,0.008711985,-0.028222797,-0.030953536,0.009231756,-0.05660075,-0.05402517,0.04598811,0.036089186,0.000103820894,-0.017935984,-0.045491613,-0.020930486,-0.057531685,-0.0072961906,-0.012234016,0.038913015,-0.007459104,0.05852468,-0.033203293,-0.04403315,0.00063807727,-0.027664239,-0.023521584,-0.03369979,-0.015321612,-0.010635914,0.00036607016,-0.003512334,-0.035282377,-0.052194335,-0.065041214,-0.004262899,0.02311818,-0.012342625,-0.06330347,0.07838459,0.013009794,-0.0141346725,0.003359118,0.037485585,0.018510059,-0.012769303,0.042140253,-0.033544634,0.0010269359,-0.010465243,0.009177452,-0.06212429,-0.023412975,-0.023754317,0.016648192,0.000980874,-0.03373082,-0.047043167,0.03568578,-0.03041049,-0.0125288125,-0.018603154,-0.0067725405,-0.0073000696,-0.03034843,0.056693844,0.011295325,0.0147708105,-0.0035317286,-0.057593748,-0.02671779,-0.015965508,-0.005698088,-0.042884998,-0.036120217,-0.00834737,-0.0027675875,-0.01868073,-0.009231756,0.0064583505,0.10742971,0.0038963442,0.018153202,-0.015383675,-0.054800946,0.04924638,-0.011326357,-0.044126242,0.0050464347,0.026547117,0.016974019,0.020930486,0.0102945715,0.017222269,0.002503823,-0.046174295,-0.02269926,-0.0070867306,-0.013630416,0.068206385,-0.027183255,-0.0062721637,-0.010224752,-0.026097167,-0.009596372,0.025988558,0.006819087,0.008401674,0.025336904,-0.027959034,0.046205327,0.0068074507,-0.021659717,-0.008843867,0.042016126,0.039719824,-0.0030022603,0.053156298,-0.005252016,0.024592157,0.049153283,-0.033823915,-0.0043210825,0.04210922,-0.0059696105,0.027881455,-0.050363496,0.009309334,0.03543753,0.0018453816,0.022947509,0.015725017,-0.018944494,-0.00062595576,0.0021702384,-0.054769915,-0.045491613,0.030317398,0.0074086785,0.0060510673,0.024343908,0.023180243,-0.0032388724,-0.0057679084,0.009891167,-0.03107766,0.025228295,-0.010317845,-0.013971759,0.002434003,-0.046081204,-0.029076153,0.013878666,0.023800865,0.024188753,0.01246675,0.014949239,-0.014592381,-0.0073737684,-0.023180243,-0.00047807308,-0.007532803,0.022869932,-0.012939975,0.024157722,0.0099687455,0.019332385,0.016741285,-0.0031845681,-0.0039137993,0.03649259,0.00015188275,0.020821877,-0.017330877,0.034041133,0.020852908,-0.034103192,0.006120887,0.02228034,0.025864433,-0.06268285,0.04685698,-0.02968126,0.041085195,0.0027559507,0.01239693,-0.021364922,-0.034630723,-0.0039293147,0.03624434,0.0070983674,-0.044684805,-0.015779322,0.008595618,-0.016539583,0.012877912,0.0027113436,0.0044413283,-0.05489404,0.0037508858,0.04685698,0.031899985,-0.013839876,-0.02538345,-0.0011045136,0.06311729,-0.020356411,0.04874988,-0.027943518,-0.000063880456,-0.039378483,0.03875786,-0.0033959674,0.0057291193,-0.029370949,0.043629747,-0.013351137,0.01896001,-0.033668756,-0.004976615,-0.022652714,0.0070983674,0.0023738802,-0.014266554,-0.06398616,-0.008936961,-0.034941033,0.013250286,0.0723025,0.010915195,-0.03180689,-0.017315362,0.018168718,0.004860248,-0.010767796,0.0048524905,-0.01525955,0.013940727,-0.00095032784,-0.041550662,-0.012714999,0.0028451653,-0.072054245,0.020232286,0.030426007,0.020620175,-0.069757946,-0.024949016,0.014871662,-0.023661224,0.01141945,0.023599163,0.0026938885,0.053001143,-0.039440546,-0.043381497,-0.009860137,0.057873026,-0.043133248,0.010302329,0.026454024,-0.04924638,0.00956534,-0.017129175,0.029588167,0.040743854,0.018432481,0.005015404,0.053963106,0.020821877,0.052070208,-0.0015399191,-0.038013116,0.015616408,0.016725771,-0.005884275,-0.013995032,-0.036554653,0.038292393,0.03076735,-0.046919044,-0.023924988,0.0054343236,0.004895158,-0.0057291193,-0.026066136,0.019953007,0.03593403,-0.011551332,-0.0056903306,-0.020868424,0.00025333994,-0.014553593,0.04651564,0.032117203,0.019347899,-0.005325715,0.019611664,-0.018463513,0.027633207,-0.06367584,0.066406585,-0.008021543,-0.0013052463,-0.052783925,-0.016384428,-0.011939221,0.043071184,-0.0142355235,-0.030875959,-0.048408538,-0.022745807,-0.05678694,-0.0007568683,0.050332468,0.06442059,0.013475261,0.03459969,-0.07546767,-0.010426454,0.030131212,0.043288402,-0.015934477,0.009123147,0.0015680409,-0.0030604436,0.029696776,-0.016058601,-0.0037004603,-0.0011869401,-0.0033319658,-0.035561655,0.03621331,0.009790316,0.019223776,0.0075095296,-0.0052403794,-0.015600893,-0.022900961,-0.047725853,-0.06864082,-0.0470742,0.036864962,-0.043877993,-0.026438508,0.01344423,-0.0141346725,-0.0057485136,0.007940087,-0.0049417047,0.054149292,-0.031527612,0.05151165,0.030969052,-0.050022155,-0.018556606,0.07087506,0.037857957,-0.038323425,0.028750326,-0.013343379,-0.029774353,0.009821348,-0.038540643,-0.03733043,0.010969498,-0.0053024413,-0.008867141,-0.011745277,-0.01920826,0.04294706,-0.016911957,-0.0060743405,0.02468525,0.060076237,-0.010108385,0.0032796008,-0.05188402,0.0076840795,0.0094412165,0.038850956,0.034382474,-0.020154709,-0.00088729593,-0.038540643,0.018556606,-0.05650766,0.024343908,-0.016229272,0.043009125,0.00017394393,-0.027664239,0.05427342,-0.005740756,-0.003572457,-0.05129443,-0.03230339,-0.025305873,0.032210294,-0.03568578,0.018199747,-0.02705913,-0.00911539,-0.04685698,-0.024468033,0.007106125,0.017206753,-0.017377423,0.021504562,-0.003907981,0.010527305,-0.0018356843,0.0228389,0.014080368,0.008176698,-0.054521665,-0.033606697,-0.01330459,0.0068501183,-0.0009100844,0.0016747104,0.03264473,0.02297854,-0.038571674,-0.023164727,-0.030038118,-0.023800865,0.010589368,-0.05042556,0.009642919,0.009503279,0.013987275,-0.044715833,-0.014584623,0.02828486,-0.017920468,-0.023645708,0.008192214,-0.004875764,0.041054163,-0.011582363,0.028533109,-0.027633207,-0.01435189,-0.0026647968,-0.003415362,-0.024111176,0.006609627,-0.00057746965,-0.03342051,0.0099687455,0.029370949,0.005193833,-0.006330347,0.032955043,0.0017668341,0.021768326,-0.03674084,0.043909024,-0.023924988,-0.024840407,-0.012683968,-0.0025251568,0.04853266,0.012389172,-0.0032272357,0.041923035,0.0002362486,0.015065606,-0.027074646,-0.016493037,-0.021008063,0.036027122,-0.014623412,0.018991042,-0.006830724,-0.036182277,0.026485056,0.010379908,0.00052074087,-0.028796874,-0.006314832,0.05436651,-0.04068179,0.036399495,-0.0010696037,0.013219254,0.027090162,0.028641718,0.011132412,-0.01351405,-0.03599609,-0.022109669,-0.0017425909,0.011745277,-0.01246675,0.009518794,0.021147704,-0.015531072,-0.0038963442,-0.0053645037,-0.037113212,-0.015763806,-0.02587995,0.02049605,-0.0062139807,0.0005779545,-0.014336375,0.008580103,-0.02622129,-0.039440546,-0.008238761,-0.003886647,0.022947509,0.015763806,-0.024359424,-0.019937491,-0.009099874,-0.0027462535,0.02496453,0.036368467,0.013459746,-0.008789563,-0.004588726,-0.010379908,0.0056476626,0.037857957,-0.0014187037,0.022202762,0.006683326,-0.012451234,0.0016330123,0.010953983,0.0277263,-0.013886424,0.012986521,0.028827904,-0.0021392074,-0.0028257708,0.010915195,-0.017935984,0.06479297,-0.035189282,-0.017935984,0.030022603,-0.011062592,-0.01016269,0.004410297,0.0003915254,-0.017749798,0.0005178317,-0.022621682,-0.03621331,-0.034972064,0.0249335,-0.0015011302,0.018137686,0.0020616297,0.032179266,-0.053342484,0.03138797,0.008083605,-0.024592157,0.023164727,0.016058601,0.015701743,-0.03677187,0.003048807,0.01633788,0.015244034,-0.003366876,-0.014010548,-0.04294706,-0.0066329003,0.03733043,0.04819132,0.005884275,0.027990064,0.006229496,-0.00855683,0.003999135,0.041364476,-0.0044258125,0.003551123,0.026236806,0.025057625,-0.0032117201,0.022606166,-0.07664685,0.006609627,0.030488068,-0.011962494,-0.014041579,0.019751303,0.008611134,-0.0029421374,0.016477522,0.008518041,0.023614677,0.017765313,-0.026624696,-0.026857428,0.046205327,-0.02130286,0.0023874564,0.0047477605,-0.015430221,0.016415458,-0.014972513,-0.018137686,0.033358447,-0.01260639,-0.043350466,0.03292401,0.029882962,-0.0031360819,-0.0186497,-0.037113212,0.0053683827,-0.012707241,0.013537323,0.020480534,-0.028486563,-0.03076735,-0.013056341,-0.056942094,-0.017361907,0.013886424,-0.020402957,-0.008510283,-0.0077926884,-0.013754541,-0.0015971327,0.017641189,-0.0044646016,0.0256317,0.05020834,-0.06290007,0.03397907,0.013521808,0.016803348,-0.009239514,0.025864433,0.026391963,0.021116672,0.022466525,0.018975526,-0.041178286,0.0013818543,0.024902469,0.053063203,-0.007521166,0.04257469,-0.0023409096,0.03925436,0.021318374,0.00782372,0.008851625,-0.0025212779,0.013901939,-0.02786594,0.01386315,-0.02747805,0.047012135,-0.03698909,0.012699483,0.017672218,0.0012325171,0.012552085,0.010620398,-0.00062595576,0.00017406515,-0.019456508,0.0103954235,-0.03292401,-0.008013785,-0.00014012487,0.001051179,-0.0052442583,0.00059589435,-0.04483996,-0.014848388,-0.008308581,0.04626739,0.011248779,0.0078004464,-0.05244258,-0.03683393,0.0028897724,-0.016880926,-0.0037586435,-0.0030992324,0.03764074,-0.008130152,0.0013178526,-0.012412446,0.016322365,-0.073729925,-0.008564588,-0.023164727,0.011760792,-0.009860137,0.03023982,-0.009736012,-0.02241998,0.025026593,-0.025616184,-0.024142206,0.03422732,0.020263318,-0.02825383,-0.016074117,0.0034250591,0.018758308,0.0060510673,-0.00017054992,0.014033821,-0.008176698,-0.020433988,0.013475261,0.02141147,0.04403315,-0.025166234,-0.0207443,0.049556687,-0.003110869,-0.019301353,-0.028408984,-0.013801088,-0.019456508,0.013669206,-0.00782372,-0.0071875816,0.026314385,-0.023071634,0.020620175,0.020061616,0.038044143,-0.0063225892,-0.009379154,-0.024700766,0.037764866,0.0030759592,0.04366078,0.008448221,-0.009588614,-0.017687734,0.012094377,-0.006656174,-0.0207443,0.0027035857,0.006501018,0.02713671,-0.004165927,-0.025569638,-0.022745807,0.0052636527,0.01644649,0.005314078,-0.00061237963,-0.0029654107,-0.0063536204,-0.0021915725,0.00834737,0.017935984,-0.037951052,0.03397907,-0.024995562,0.024033597,-0.027043616,-0.010566094,-0.004790428,-0.005802818,0.0013682782,-0.0010725128,0.021070126,0.033917006,0.024809375,0.010379908,-0.02231137,0.007144914,-0.00016291335,-0.0071565504,0.018928979,0.023164727,0.009557583,0.015678471,0.005492507,-0.019053103,0.03138797,-0.016989535,-0.0026725547,0.019704757,-0.014041579,0.0019830822,0.013614901,-0.016074117,0.030162243,-0.029433012,0.0033513603,0.009790316,0.05629044,-0.021085642,-0.002744314,0.02825383,-0.027959034,0.015337128,0.010938467,-0.010868647,0.010690219,-0.007703474,-0.02105461,0.06684102,-0.02147353,0.045491613,-0.023816379,0.0437849,-0.022342402,0.015934477,0.029882962,0.019363414,0.02046502,0.051728867,0.04102313,-0.011962494,0.02007713,-0.0069160596,0.023490554,-0.008680954,-0.017455002,-0.009945472,-0.015841383,-0.012358141,0.02063569,-0.042016126,0.029836416,0.00022146033,-0.0025115807,0.0072961906,0.014251039,0.017361907,0.020666722,-0.013552839,-0.0070983674,-0.0063497415,0.034351442,0.04449862,0.031512097,0.0065863538,-0.012032314,0.012521055,-0.03428938,-0.03782693,0.0003743128,-0.0153060965,-0.046732858,0.012249532,0.015205245,0.011124655,-0.0000047728518,0.016725771,-0.028114188,0.027121194,0.05045659,0.0027540114,0.036678776,-0.013296832,0.036337435,0.0053645037,0.010868647,-0.0037353702,0.034661755,0.0027404353,-0.025336904,-0.0035084554,-0.009386912,-0.024437003,0.02273029,-0.019704757,0.00049455836,-0.005100739,0.0064544715,0.0020965396,0.016803348,-0.011853886,-0.017858407,-0.055080228,-0.0005585601,0.03646156,0.0070673362,-0.0042861723,-0.0100851115,-0.009278303,0.01798253,-0.00041988975,0.02926234,-0.015732775,-0.01421225,0.016384428,0.015236277,0.009386912,0.0064505925,-0.021737294,0.0043327194,-0.0010385726,-0.051139276,-0.0060665826,-0.027276348,-0.013684721,-0.009138663,-0.012823608,0.0069742426,-0.03764074,0.017641189,0.019084135,0.0028393469,0.0030856563,0.005744635,-0.01826181,-0.015065606,-0.0036868842,-0.0036480953,-0.0017367726,-0.011287567,0.031419,-0.020713268,0.002255574,0.0012344564,-0.01868073,-0.016756801,-0.024188753,0.016679224,0.023692256,0.031605188,-0.018773824,-0.01829284,-0.05042556,0.015127668,0.0024243058,0.024762828,0.024142206,0.020340895,0.00085917395,0.008867141,-0.020418473,-0.023707772,-0.0048524905,0.007660806,0.0277263,-0.041954067,-0.015166457,-0.012148681,-0.022807868,-0.0147785675,0.0070518204,-0.0064583505,0.00998426,-0.0103954235,0.004483996,0.035468563,0.007249644,0.024002567,-0.0013740965,-0.0093326075,0.011233263,0.018913465,0.004057318,-0.019472023,-0.0029246826,0.017299846,-0.020201255,0.008463737,-0.02504211,-0.034972064,0.012994279,0.012443476,-0.01633788,0.015003543,-0.0010531184,0.023568131,-0.019859912,-0.022218278,-0.0013682782,0.0043559927,0.04375387,-0.0009226908,0.036182277,0.024855923,-0.031263847,0.019115167,0.00064244104,-0.009596372,0.04732245,-0.006299316,0.012226258,0.004654667,-0.016415458,-0.010876405,0.0059773684,0.027648723,-0.034878973,-0.0072845537,-0.0031263847,0.02007713,0.006431198,0.0132813165,-0.022109669,0.034103192,-0.014507046,0.028129704,-0.005849365,0.018773824,0.005279168,0.017129175,-0.006508776,0.009138663,-0.013925212,-0.018277327,-0.008533556,0.005880396,-0.014041579,-0.012288321,-0.013351137,-0.0056864517,0.012978763,-0.016120663,-0.0014167643,0.011411692,0.014925966,0.016399944,-0.004584847,0.015880173,0.039192297,-0.015934477,0.0015185851,0.013824361,0.08682506,-0.03447557,0.025600668,0.00953431,0.01002305,0.0044568437,0.007009153,0.004309446,-0.005209348,0.01700505,-0.00795948,0.0056476626,0.028626202,0.018835885,-0.024033597,-0.018510059,-0.0006691084,0.020527082,0.003397907,-0.0058687595,0.012629664,0.016089633,0.0046352725,-0.016834378,-0.049494628,-0.034785878,0.0125365695,0.0061519183,0.015337128,0.017656704,0.032768857,0.012024556,0.03847858,0.045739863,-0.014080368,-0.028920999,-0.0053722616,-0.009487763,-0.0060704616,0.0017910771,-0.009386912,-0.014313101,0.008448221,0.009658434,-0.017920468,0.004728366,0.006407925,-0.001253851,-0.020201255,0.018882433,0.0026647968,0.0019375052,0.018479029,0.0094412165,0.005015404,0.01686541,0.047260385,0.056942094,-0.0016853773,-0.004906795,-0.00057746965,-0.0017445304,-0.0073078275,0.012916701,-0.0052015902,-0.013630416,-0.03624434,-0.016043086,0.017455002,0.006221738,-0.019751303,0.02504211,0.009495521,-0.0021915725,-0.0042435047,0.027338412,0.0065320493,-0.0071177618,0.051666804,0.023568131,-0.011597878,-0.012908943,-0.009860137,0.014553593,-0.026655726,0.01599654,0.02186142,0.0139174545,-0.031124206,0.030550132,-0.0018909585,-0.01267621,0.016012054,0.026624696,-0.019192744,-0.0063187103,-0.03568578,0.051325463,-0.013746783,-0.00876629,-0.0022361795,-0.0027210407,0.004282294,-0.01127981,-0.004406418,0.016570615,-0.0049494626,-0.0073621315,-0.0154147055,-0.008199972,0.0026764337,0.0020305985,-0.016120663,-0.009836863,0.033234324,0.024064628,0.004588726,-0.009448974,-0.0028897724,-0.031931017,0.023614677,0.030255336,0.0055817217,-0.02091497,0.019254806,0.02032538,0.010100627,0.0063846516,0.0284245,-0.038385488,0.03255164,0.005523538,0.004786549,-0.0033746336,-0.010697977,-0.011675457,-0.011031561,-0.0117840655,-0.020030584,0.012265048,-0.008867141,-0.008960234,0.0179515,-0.025507575,0.016136179,0.002385517,-0.018587638,0.0270281,-0.018494545,0.018556606,0.011116897,0.02032538,-0.009317092,0.038323425,0.02587995,-0.030984567,0.015073364,-0.035716813,0.00023746074,-0.016120663,-0.027990064,-0.019394446,-0.016787833,-0.03531341,0.015872415,-0.013870908,0.008843867,0.026578149,-0.021380438,0.0023350914,0.008572345,-0.007323343,-0.030007087,0.0235371,0.0052365004,-0.017827375,0.00026376446,-0.0060045207,0.003058504,0.014832872,-0.010224752,0.018168718,0.009053327,0.013250286,0.012171954,0.023242304,-0.0061441604,-0.015181973,0.0093326075,0.01414243,0.024281846,0.009960988,-0.01560865,0.034506597,0.006524292,-0.0045421794,0.010705735,-0.013847634,-0.024250815,0.066716895,-0.02217173,0.0035103948,0.0067764195,0.002996442,-0.026624696,0.014584623,-0.020185739,-0.008440463,0.007598744,-0.030069148,-0.030596677,0.013203739,-0.004833096,0.05411826,0.045305427,-0.0017173782,-0.00064195617,0.015585377,0.030969052,-0.014328617,0.031682767,-0.029448526,-0.006815208,-0.03850961,0.0053451094,0.007327222,0.02437494,-0.014367405,-0.03292401,-0.011613394,0.03757868,-0.02426633,-0.019332385,0.027757332,-0.028160736,-0.0058377283,-0.025197264,-0.0047050924,-0.020868424,0.0047438815,-0.021706264,0.0028509835,0.0015612529,-0.0082697915,-0.010364392,0.016353397,0.0010182085,0.005399414,0.009169694,0.007532803,0.0058532436,0.0034929398,-0.030565647,-0.04961875,0.009697223,-0.001302337,0.0368029,0.032861948,-0.017067112,0.025755825,-0.00094935816,0.019301353,0.024328394,-0.000053243813,-0.0020228408,0.013366652,0.036709808,0.014801841,-0.023630193,0.008618892,-0.03928539,-0.0108298585,0.003275722,0.0056243893,0.006202344,0.008215487,-0.024840407,0.0035142736,-0.018851401,-0.024405971,-0.0051511647,0.0076026227,0.016462006,0.003712097,-0.011946979,0.017610157,0.010387666,-0.016182726,0.014794083,0.0037237336,0.0042163525,0.014763053,-0.02591098,0.015220761,0.0049533416,0.012800334,-0.004402539,-0.0002632796,-0.0179515,-0.02325782,-0.0029305008,0.00062207686,0.006621264,-0.023133695,0.0015835565,-0.016384428,0.018835885,0.033234324,-0.016787833,0.00032000834,0.011644426,-0.0090145385,-0.008463737,-0.0228389,0.05321836,0.018447997,0.008091363,-0.0064583505,0.001760046,0.012877912,0.019223776,0.0042590206,0.007641412,0.016415458,0.03658568,-0.028191768,-0.011659941,0.030255336,0.017734282,0.009867894,0.020201255,0.009666192,0.05573188,-0.033606697,0.023180243,0.00086547714,0.0025717036,0.017858407,-0.009386912,0.0070130317,-0.04487099,-0.012350383,-0.0014099763,0.0040185293,0.015546588,0.014825115,0.0228389,-0.013133919,-0.01407261,-0.03264473,0.022869932,0.05771787,0.02909167,0.0305191,-0.0114659965,0.024018083,0.0050580716,-0.0073737684,-0.019363414,0.0062721637,0.0027074646,-0.030301882,-0.01812217,-0.0066367793,-0.033296384,0.012707241,-0.033048134,0.0078353565,0.012862396,-0.009720496,0.028750326,-0.0036868842,0.010767796,-0.0062605273,0.00025867342,-0.048718847,-0.011016046,0.016244788,0.01239693,-0.057159312,0.020108161,0.0043288404,0.054769915,-0.003869192,0.041364476,-0.0026221292,-0.035561655,0.011450481,-0.017299846],"social":"https://www.linkedin.com/in/itiel-kasumu/"},{"title":"soloon games","description":"a fair and transparent gambling platform","niche":"web3","youtube_url":"https://youtube.com/watch?v=WxSM1N_y6MM","youtube_transcript":"Hi, everyone. I'm Max. And together with my friend Flo, we've been working on Soloon, a fair and transparent gaming platform. The idea is to solve the biggest problems in the gaming industry. So our goal is to offer instant rewards, super low fees, data privacy, and on chain randomness. So over the last six weeks, we've launched three games, a coin flip and a roulette and a Russian roulette, And, yeah, let me show you how it works. So this is just a small video that shows you our easy list to place a bet on solving games. All you have to do is sign one transactions. And if the outcome is win, you get instantly rewarded back to your wallets. So looking at numbers, we've actually exceeded our goals with more than ten thousand dollars ranked on the platform and over three hundred dollars in revenues. What we can observe is that streams were really efficiency in bringing new users. But we've observed that building a community is really hard in time consuming. So we just decided to focus on our strengths, which is building the tech. And we moved B2B. We already have two clients, card game, and also we partnered with an NFV project. So the idea is super easy. We build the tech and you bring the community. Next, we just share profit. So if you wanna work with us, just send me an email.","embedding":[-0.010613045,-0.023227973,0.027033081,0.02730815,0.022188827,-0.026299566,-0.037959397,0.01673331,0.015342687,-0.013272036,0.026803859,-0.05226294,-0.049848452,-0.0138450945,0.030425588,0.0049550463,-0.044713847,-0.0362173,0.0020782924,-0.0005740136,0.015694164,-0.0039197206,0.027048364,-0.0060056536,-0.0015138297,-0.02584112,0.0067850132,0.04394977,-0.026773294,-0.07163996,0.050092958,-0.018612942,0.014135445,0.0020687412,-0.027460966,-0.032060716,0.020248068,0.022540303,0.0015052338,0.0036561135,-0.034383513,-0.038356718,0.022876497,-0.023701701,-0.035178155,0.03325268,-0.038509533,-0.017848864,0.0025692126,0.07921962,-0.05434123,-0.017405698,-0.022036012,0.049665075,0.017986398,-0.019927155,0.022005448,0.050643094,-0.053393774,0.01527392,0.014639736,-0.011102054,0.05354659,0.027109489,0.00074067817,0.015014134,-0.030608967,0.038967982,0.033222113,0.05452461,0.021760942,-0.038020525,0.07115095,0.00062940933,-0.018123932,-0.00063848274,0.002702926,0.01203423,0.000026130872,-0.0035682446,-0.00060935225,-0.024740847,0.038020525,-0.0036522932,-0.0136387935,-0.031846773,-0.030639531,0.042910624,-0.029401723,-0.006918727,-0.0698673,0.0091230925,0.002897766,0.019010263,0.04666989,-0.028652927,0.014731425,0.0522935,0.048320297,0.04532511,0.035483785,-0.046364255,0.035911668,-0.05470799,0.030471433,0.01369992,0.0011824107,-0.0126607735,-0.016672183,-0.015228076,-0.116567746,-0.00011365661,-0.019789621,0.011415326,-0.00044770198,0.022570865,0.0066092755,-0.026758013,0.028897433,-0.037714895,-0.024710285,0.018169776,0.0061317263,0.027277587,-0.032427475,-0.021103837,-0.013103939,-0.062287644,-0.011293074,-0.014647377,0.050918162,-0.003906349,0.03456689,-0.013890939,-0.03309986,0.006391513,-0.03325268,-0.0069225472,-0.0083513735,-0.050092958,0.0051651676,-0.020996865,0.003659934,-0.021577565,-0.06998955,-0.021577565,-0.0041451235,0.016565213,-0.031357765,-0.023701701,0.041932605,-0.047220025,-0.008274965,0.053882785,-0.010269209,-0.02330438,0.015121105,0.06974505,-0.0066895033,0.0044583953,0.029600384,0.049481694,-0.010521355,-0.027720751,-0.03297761,-0.014532764,-0.010979801,-0.029799044,-0.029065529,0.03768433,0.01497593,0.029615665,-0.03251916,0.018536534,0.013210909,-0.03933474,0.009337034,-0.05559432,-0.02495479,-0.048167482,-0.052140687,-0.013447774,0.016855562,-0.051651675,-0.037562076,0.0004226307,-0.005340906,-0.018460127,-0.002926419,0.020416167,-0.006059139,0.048167482,0.012133559,0.027109489,0.03103685,-0.04443878,0.053791095,0.0061202655,0.015052338,-0.016488805,-0.012133559,0.021271933,0.015694164,-0.011988385,0.021164963,0.0016227108,-0.018612942,-0.0058642994,-0.020431448,0.014670298,0.052048996,0.049603947,0.004592109,-0.027231742,-0.04236049,-0.02926419,-0.028148636,0.04098515,0.012362783,0.053516027,0.010528996,0.02955454,-0.020752361,-0.016335988,-0.003633191,0.05580826,0.038815167,0.0062081343,0.07909736,-0.003738252,0.043338507,0.033222113,-0.027124772,-0.05412729,0.01556427,0.004901561,0.012943482,-0.008343733,0.013868017,-0.003016198,0.009115451,0.0025195475,-0.00060171145,0.01526628,0.036645185,-0.0072511006,-0.061309624,0.011293074,0.031541143,-0.002819448,0.052629698,0.019988282,-0.027537374,-0.0015195602,0.011109695,-0.05452461,-0.021088555,0.023961488,-0.025566053,-0.07787484,-0.017084785,-0.054585736,-0.06271553,-0.0013619692,-0.0048098713,-0.024099022,-0.01057484,-0.020477291,0.0033160988,-0.016274862,-0.0034096984,0.019010263,-0.026651043,-0.014632095,-0.010253928,-0.021547,0.0522935,0.011675113,-0.04297175,-0.020400884,-0.019652087,0.0130886575,-0.01937702,0.0018547995,-0.013111579,-0.0043819877,0.043888643,-0.0111326175,0.05226294,0.00040137974,-0.020507855,-0.011805006,0.032030154,0.01057484,0.05470799,-0.0038299414,0.0066283774,0.0015090542,-0.0061011636,0.007201436,0.024282401,-0.035667162,-0.03355831,-0.006643659,0.030012986,-0.0150294155,-0.013233832,0.05972034,0.016473522,-0.026177315,0.021057991,0.018246185,0.04092402,-0.0029703535,-0.010849909,-0.003807019,0.08068664,-0.036064483,-0.00812979,-0.0411074,0.032274656,-0.011124977,0.014761988,-0.008534752,0.0065634307,-0.00085528987,0.039670933,0.0050849393,-0.015151668,-0.038815167,0.045569617,-0.020324476,-0.0012177494,-0.030165803,-0.05363828,-0.0034727347,0.01105621,0.026024498,0.018719913,0.012294016,-0.051162668,-0.023044594,-0.008183276,0.03054784,0.019178359,0.023243254,0.076102175,-0.021974886,0.05510531,-0.0116292685,-0.06662761,-0.017940553,0.018781038,-0.015128746,0.043644138,0.016106766,-0.0178183,-0.048717618,-0.052476883,0.0018968238,-0.040190507,0.023564167,-0.009734355,-0.01995772,0.030578405,-0.0056503573,-0.049542822,0.03484196,0.012958764,0.003249242,0.015587193,0.038631786,-0.0362173,0.042941187,-0.02457275,-0.0006886254,0.044255402,0.047220025,-0.015419096,0.009061966,0.034689143,0.03493365,-0.03251916,-0.033711124,0.0057038427,0.03395563,0.034016754,-0.021959603,-0.036064483,-0.023472479,0.05608333,-0.041260216,-0.0205537,0.016886124,0.02202073,-0.011575783,0.028408423,0.050948724,0.011927258,-0.054494046,0.03435295,0.008061023,-0.025703587,-0.021470593,-0.00831317,-0.0031976667,-0.006448819,-0.015678883,-0.03780658,0.023930926,-0.003738252,-0.002112676,0.03701194,0.0038356718,0.012171764,0.0047945897,-0.010368539,0.004573007,0.0116980355,0.061676383,0.040893458,0.0011518477,0.010689452,-0.011996025,0.03915136,0.0015443928,0.05999541,-0.035575476,-0.04706721,-0.028622365,-0.033619434,0.0060667796,0.02915722,0.005107862,0.0044774977,0.024649158,-0.0026379796,0.026651043,-0.013753405,-0.029279472,-0.02526042,0.016320707,-0.036889687,-0.016076202,-0.019178359,0.031663395,-0.03572829,0.01713063,0.008114509,-0.012087715,-0.004687619,-0.015625397,-0.0056350757,0.031143822,-0.019621525,-0.038387284,0.07078419,0.02437409,-0.012767744,0.007900567,-0.04932888,0.033436056,-0.017252883,0.03633955,0.0139826285,-0.04462216,-0.05745867,0.01340957,0.026849704,-0.00793113,-0.010567199,-0.0416881,-0.0011613986,0.029737918,-0.01694725,-0.041871477,0.038326155,-0.0026112369,0.055349816,0.024801973,-0.03426126,0.0465782,-0.03337493,0.009268267,0.033405494,0.0007311272,-0.001281741,-0.000978975,-0.091995,0.043246817,-0.0143417455,0.02192904,0.05128492,-0.018735195,-0.009413442,-0.029722637,-0.0130886575,-0.043705266,-0.0052912408,0.02006469,0.022677837,-0.017451543,-0.024053177,0.07879173,0.03817334,0.012049511,-0.023716982,-0.016763873,-0.022081856,0.06711662,0.034444638,-0.005207192,0.014639736,-0.024801973,-0.023579448,-0.015014134,-0.017176475,-0.010337976,-0.017390417,-0.031755086,-0.0006843274,0.046089187,-0.022525022,0.0027907952,0.023732265,0.0059368866,-0.046914395,-0.0066016344,-0.006154649,0.012996968,0.017955834,-0.016672183,-0.02750681,0.019682651,-0.042574428,-0.015319766,-0.025184013,-0.028821025,0.016488805,-0.024083741,-0.0061164447,0.012889997,0.022081856,-0.0000040666264,-0.017115349,0.03456689,0.025306266,-0.00900084,-0.021547,0.01331788,0.01526628,-0.017986398,-0.017252883,-0.015678883,0.007125028,-0.040893458,0.014761988,-0.01282123,-0.0019015992,0.02663576,0.010811704,-0.0025176373,0.000016729131,0.012683696,0.0034918368,0.028179199,-0.011881414,0.015846979,0.011996025,0.013065735,-0.03172452,-0.0036465626,-0.0034631838,-0.02475613,0.042024292,0.020248068,-0.012003667,-0.021256652,-0.0034326208,0.02310572,-0.021271933,-0.023518322,-0.02593281,-0.00028103747,-0.024801973,0.0052568573,-0.025321547,0.009405801,0.03328324,-0.0059254253,-0.0032129483,-0.012958764,-0.008733412,0.029248908,-0.014463997,-0.010253928,0.0023438095,0.0142729785,0.020141099,-0.014036114,0.0010935867,0.005149886,-0.0019436235,-0.04844255,-0.006009474,0.00039660427,-0.017069504,0.031082695,0.0477396,-0.008870946,0.029340597,-0.008794539,-0.0074841445,-0.014945367,-0.012500317,0.013149783,-0.024893664,0.02095102,0.013424852,-0.0069149067,-0.0082826065,-0.027720751,0.02935588,0.007018057,0.034994774,0.049359445,-0.026788577,-0.000006435716,0.027124772,0.0057917116,0.0013189898,-0.0020419986,0.016320707,0.026375975,-0.0046570557,0.007999897,0.0005811769,0.02564246,0.03572829,-0.040862896,0.012851793,-0.0127295405,0.026773294,-0.015182232,-0.0074650426,0.020813486,-0.011713317,0.037348136,0.0025959553,-0.017038941,-0.013172706,-0.021592846,0.07200672,-0.03377225,0.008435422,0.00880982,-0.016580494,-0.002318977,0.012928201,0.005031454,-0.012294016,0.0138450945,-0.008672286,-0.00968851,-0.011468812,0.01995772,0.0010334156,0.063082285,-0.018994981,0.0079387715,-0.06326567,0.030838192,-0.037134193,-0.0002414009,-0.005806993,0.012072434,-0.006292183,-0.062776655,0.020737078,0.02593281,-0.026192596,-0.008932073,-0.029814325,-0.032274656,-0.049084377,-0.0010362809,0.018032242,0.00039182877,0.020477291,-0.04306344,0.0019264318,0.015396173,0.04071008,-0.014922445,0.022356924,0.0017650203,-0.019117232,0.014708503,-0.0077401106,-0.077935964,-0.021073272,-0.012194686,-0.01928533,-0.020278633,-0.019927155,-0.019163078,0.0016666453,0.006502304,0.0077477517,0.011438249,-0.021256652,-0.022280516,-0.023778109,0.019224204,-0.0018547995,0.025825838,-0.019499272,-0.05501362,-0.012240531,-0.018490689,-0.031693958,0.012278735,-0.020400884,-0.037714895,-0.009856607,0.008068664,-0.0082826065,0.013424852,-0.03808165,0.0038948879,-0.0053943912,-0.032458037,0.01732929,-0.0012712348,-0.0291725,-0.02417543,-0.016611056,-0.027109489,-0.035392094,-0.03594223,-0.014456357,0.020782923,-0.015923386,-0.002701016,0.037653767,-0.009222422,0.028026383,0.0147543475,0.0005396301,0.0093293935,0.009375238,0.016794436,0.001986603,0.023839235,-0.010620685,0.01555663,-0.030211646,0.0014517483,-0.022922343,0.012378065,0.027873568,0.03960981,-0.03181621,0.02084405,0.016152611,0.01761964,0.026788577,0.022738963,-0.016840281,-0.026758013,0.021944322,0.011377122,-0.014746707,0.014112522,0.016488805,-0.041565847,-0.030074112,0.005119323,0.019422865,-0.008977917,-0.0049359445,0.008580597,0.00061508286,-0.014998852,0.018368436,-0.0091230925,0.026758013,-0.028821025,0.0008691388,-0.033313803,-0.03945699,-0.021822069,-0.015984513,-0.019682651,0.0005792667,0.025184013,0.012286375,-0.044255402,-0.026696887,0.010903394,-0.006059139,-0.020706516,-0.011927258,0.032855358,0.0035873465,-0.010681812,-0.0036255503,0.020095253,-0.056511212,0.029233627,-0.014563328,0.045661304,-0.01946871,0.0050849393,0.013791609,0.026421819,0.00011025408,-0.04217711,-0.004828973,-0.0022062755,0.0060667796,-0.007659883,0.0077974168,0.016916689,0.00095366494,0.012561443,-0.025382673,0.043094,0.014150726,0.014013192,-0.010246287,-0.004920663,0.003377225,0.0036771258,-0.0010506073,0.019866029,0.017894708,-0.0010124034,-0.01096452,0.00900084,-0.03964037,0.01379925,-0.048014667,0.009222422,0.023564167,0.004618852,0.00871049,0.034475204,0.013401929,-0.022005448,0.0052797794,-0.031281356,0.030288054,-0.03432239,0.0044774977,0.0069722123,0.0033256498,-0.023075158,0.04162697,0.015846979,-0.024328245,0.008733412,-0.00065328676,-0.0014746707,0.03346662,-0.042910624,-0.036675747,0.02633013,0.0092606265,0.026406538,0.02397677,0.03915136,-0.049940143,0.016565213,0.0065787123,0.021363623,-0.021760942,0.018796321,-0.011346559,-0.025734149,-0.007862363,0.0025176373,-0.03866235,0.013126861,-0.003562514,0.0077668536,0.021745661,0.061493002,-0.012355142,-0.011209025,-0.0035300406,-0.0051422454,-0.02124137,-0.04034332,-0.00035840037,0.026421819,-0.007388635,0.013791609,0.025993936,-0.0030028268,0.005058197,-0.009505131,0.013203269,0.017252883,0.021317778,-0.029279472,-0.018154494,-0.009459286,0.01801696,-0.036920253,0.038356718,0.011827928,0.033925068,-0.0064870226,-0.0039311815,0.030624248,0.0038031985,0.03569773,0.006930188,-0.023640575,0.010200442,-0.021485874,0.009749636,-0.0051040417,0.0050085317,0.016718028,-0.0012578635,0.018567096,0.003887247,-0.005226294,0.0034096984,0.007468863,0.029371161,-0.023625294,-0.037256446,0.011438249,0.01821562,0.013233832,-0.014502201,-0.01057484,-0.01673331,0.018582378,0.020691235,0.003308458,0.031693958,-0.058467254,0.028943278,-0.008198557,0.0350559,-0.019713214,0.04520286,-0.0030926059,-0.0076789847,-0.05372997,-0.022631992,-0.015770571,0.035850544,0.057428107,0.02955454,0.009505131,0.03581998,0.006571071,0.0028423704,-0.023701701,0.00012064076,-0.0038605044,-0.01693197,-0.01927005,-0.016534649,0.018872729,0.017436262,0.01145353,-0.021485874,-0.0030467613,0.0038509534,-0.01928533,0.009146014,0.0362173,-0.0020114356,-0.03395563,0.0071708728,-0.0004290776,-0.015801134,-0.041535284,-0.0040763565,-0.015289202,-0.01810865,-0.0029397903,0.00724346,-0.0053791096,0.004981789,0.021195525,-0.0008672286,0.012049511,0.021974886,-0.025856402,-0.024939507,-0.050062396,-0.06589409,0.0039884876,0.011216666,-0.015357969,-0.003258793,-0.029814325,0.03337493,-0.026880266,0.012996968,-0.0039120796,-0.039579242,-0.011507016,0.039762624,-0.008374295,-0.016473522,0.012538521,0.01575529,-0.0129511235,-0.019911874,-0.0139138615,-0.050643094,-0.02663576,0.00021668777,0.009321752,0.029722637,-0.022097137,0.017558513,-0.057764303,0.01448692,-0.016488805,0.00082663697,0.0153044835,-0.04071008,0.031388327,-0.017084785,0.011720957,0.0019187911,0.03288592,-0.005405852,-0.01438759,0.010322695,0.020049408,-0.035881106,0.0071403095,-0.0105137145,0.0058795805,0.038356718,-0.006223416,-0.007350431,-0.0042597353,-0.0047487454,0.011858491,0.021562284,0.009719073,0.024603313,-0.0036236402,0.013180346,0.023426633,0.016290145,-0.012087715,0.038203903,0.037439827,-0.029997705,-0.023854516,0.007782135,0.010742937,-0.00017585735,-0.0008123105,0.038356718,-0.032733105,-0.023594731,0.0033714944,0.03670631,0.016198454,0.027644344,-0.026314849,-0.008733412,-0.0001827818,-0.018460127,0.0020706516,0.023090439,0.0137763275,0.025917528,0.014326463,-0.016534649,0.008504189,-0.023243254,0.028714053,0.022097137,-0.011308355,0.020691235,-0.0032358705,0.039365303,-0.013111579,0.030410307,0.0016217557,-0.0001296545,-0.014930085,0.02231108,0.020966303,0.0032721644,0.010567199,0.006735348,-0.021562284,0.012133559,-0.0041909683,0.008274965,-0.015694164,-0.0075147077,-0.005707663,-0.02828617,-0.0017335021,-0.010742937,0.0018089549,0.006429717,0.010528996,-0.046792142,-0.011537579,-0.031143822,0.00066904584,0.0023743727,-0.013348443,0.040465575,-0.034597456,0.021653973,0.013753405,0.034200136,-0.0009527098,-0.006823217,0.024633877,-0.019636806,0.04297175,-0.0033504823,-0.03496421,-0.005249216,0.018169776,0.0097419955,-0.0078700045,-0.0062004933,0.027736034,0.00332947,0.014471639,0.047495093,-0.038631786,-0.007984616,-0.013386647,0.009573898,-0.0030410306,0.023151565,0.09706847,0.00636095,-0.002869113,0.015999794,0.06998955,0.013463056,-0.029630948,-0.032824792,0.008702849,0.004851896,0.0049856096,0.0014125893,-0.002916868,0.0086952085,0.018994981,0.0020802026,0.015518425,0.000076288416,-0.046792142,-0.019697933,-0.008993199,0.010101112,0.0016026538,-0.0121794045,-0.06213483,-0.028163917,0.01165219,0.02506176,0.03212184,0.013012249,0.014731425,-0.0039159,0.0060553188,0.014761988,0.01928533,0.008725772,-0.010322695,0.019056106,0.012576725,0.01790999,-0.024404654,-0.020966303,0.0065825325,-0.006059139,0.001605519,0.010880471,-0.010987443,-0.014334104,0.013463056,-0.030012986,-0.010093471,-0.0007955963,-0.0022654915,0.025382673,0.014280619,0.014379949,0.055288687,0.02350304,-0.020400884,0.007060081,-0.027522093,-0.00997886,0.005333265,0.027766597,-0.0055663087,0.00034646166,-0.027552655,0.0048022307,0.021501157,-0.004951226,-0.019407583,0.010620685,-0.024343528,-0.012836511,-0.0012158392,0.007575834,0.003004737,0.00054918113,-0.0116980355,0.017573796,0.0047716675,0.01673331,-0.027522093,-0.0067200665,0.0075529115,0.026100907,0.02671217,0.010697093,-0.042268798,0.007774494,-0.03475027,0.0025596614,0.023701701,-0.008496548,-0.019927155,0.004825153,-0.015709445,0.009214781,-0.045691866,-0.040893458,-0.0064755618,-0.02066067,0.029126655,0.02122609,-0.013562386,-0.0118355695,-0.022402769,-0.006781193,0.0313272,0.025566053,-0.0019321624,-0.0028213582,0.010620685,-0.004435473,0.017726611,0.04621144,0.018551815,-0.0105137145,0.016091485,-0.03355831,0.024221275,0.009237704,0.0066016344,-0.006666581,0.008649364,0.016106766,-0.023854516,0.0068155765,0.019545117,-0.005130784,0.025520207,0.022570865,0.020752361,0.0008395308,-0.011529938,0.022662556,0.004706721,-0.020186942,-0.004297939,0.03523928,-0.044683285,-0.017344572,0.013669357,-0.016335988,0.024343528,-0.019973,0.017879426,-0.0015548989,-0.0067468095,0.0027373096,-0.019697933,-0.026956674,0.023747547,0.032702543,-0.0018672157,0.0074535813,0.014242415,-0.04297175,0.0038815166,0.001927387,-0.022494458,-0.0040725362,-0.010467869,-0.0075032464,-0.011109695,-0.033313803,-0.032305222,0.014570968,0.0227084,0.026116189,0.031357765,-0.042024292,-0.0635713,0.0012960674,0.019789621,-0.018032242,-0.0073848143,-0.0052110124,0.0029092273,-0.011377122,-0.008611159,0.018612942,0.022876497,0.0139826285,-0.006150828,-0.026482945,0.001996154,-0.0064641004,-0.0024717925,0.0056236144,0.004217711,-0.006196673,-0.025795275,0.01095688,0.035361532,-0.01790999,-0.02261671,0.007499426,-0.012691337,0.019560399,0.03172452,-0.026742732,-0.025657741,0.028759899,0.0068652416,-0.0044201915,-0.036064483,0.0060706004,0.02986017,-0.010536636,-0.0067162463,0.031388327,-0.011170821,0.02574943,0.0048366142,-0.013997911,-0.007770674,0.036859125,0.024435217,-0.007499426,0.020981584,-0.017436262,-0.015182232,-0.013249113,-0.016763873,0.007770674,-0.0068193967,-0.017466825,-0.057336416,-0.019331176,0.022204109,-0.027460966,-0.0127219,0.035147592,0.008802179,-0.020599544,-0.04217711,-0.010758219,-0.05510531,-0.033436056,-0.029141936,0.0038375822,0.0035911668,0.041932605,0.0062310565,0.01409724,0.034994774,-0.0001977052,-0.019652087,-0.025703587,0.021898476,0.0635713,-0.034383513,-0.009061966,-0.0013142143,0.00004587453,-0.013287318,-0.004041973,-0.016916689,0.0016790616,-0.008343733,-0.0032759847,-0.022540303,0.013065735,0.0070639015,0.0013743854,-0.004970328,0.0020324476,0.004874818,-0.015136386,0.0028633825,-0.018842164,0.057489235,-0.027078927,-0.026360692,-0.0103074135,0.011002724,-0.009237704,0.013577667,-0.031632833,-0.047495093,-0.012935841,-0.014303542,0.006891984,-0.007419198,0.02221939,0.034077883,-0.0022444793,0.031449452,0.004152764,-0.017543232,0.0010420114,0.0045615463,0.013761046,0.018444844,0.0042138905,0.005627435,0.026085624,0.007403916,-0.020309195,0.016916689,-0.0029015865,0.014525124,-0.01662634,0.035483785,0.003797468,0.008634082,-0.009558616,-0.044072025,0.0049550463,0.014884241,-0.043338507,-0.009031403,0.011667472,0.007663703,0.032733105,0.03325268,-0.031755086,-0.028133355,-0.0063571297,0.032335784,-0.00646028,0.002143239,-0.0015654049,0.03141889,0.0070715426,-0.003973206,0.015571911,0.025474362,-0.018628223,0.008840383,-0.02593281,0.060056537,-0.04529455,0.012546162,-0.0043476042,-0.0025787635,0.017237602,0.007037159,-0.020232787,-0.0025424697,-0.005894862,-0.020996865,0.0005950258,-0.03542266,-0.010269209,0.025825838,0.0063380273,0.00704862,0.005596872,0.031006288,0.029111374,0.028759899,0.041749224,-0.0248631,0.003747803,-0.0072969454,-0.007086824,-0.03493365,0.012095355,-0.010933957,-0.016183173,-0.0006012339,-0.02417543,-0.023594731,-0.0015186052,-0.021715099,-0.0045348033,-0.013210909,-0.02555077,0.033741686,-0.00910017,0.033038735,0.013921502,-0.007862363,-0.042513303,-0.012271094,0.026758013,-0.0014421974,-0.03496421,0.03178565,0.03416957,0.042115983,0.012874715,0.046242006,0.014059036,-0.014456357,-0.00988717,0.019315893],"social":"https://twitter.com/Wakagu_"},{"title":"chance catcher","description":"discover life-changing opportunities that are free or fully funded to challenge your fullest potential","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qZ8qYqESqcg","youtube_transcript":"Hey, I'm Mia and I'm building Transcatcher, where we help you discover incredible life changing opportunities that are free or fully funded. So how we do this is we have a website with a database of opportunities. You can search through keywords and filters as well as our newsletter where we deliver new opportunities straight into your inbox. I also offer a one on one service where I find and share opportunities that are curated for each person based on their ground, passions, and like goals. We currently have eighty users across these three avenues. I started out with building an air table database of opportunities But as I added more opportunities onto the website, I noticed that people weren't really coming back to check them, which is why I launched the newsletter, which currently has an over fifty two percent over rate. I can simply receive feedback that people really want personalized opportunities that they're eligible for and interested in. I tried experimenting with AI chatbots, but the experience really wasn't that great. In order to learn how to craft the most optimal user experience, I'm currently manually finding and providing these opportunities to each individual, and I'm super excited to continue building Cheshire so that more people can discover incredible opportunities to challenge your fullest potential.","embedding":[-0.0071687256,-0.023513732,0.0053287917,0.057536915,0.026304819,-0.006802298,0.0018594248,0.08195502,-0.025213331,0.018867118,0.009815579,-0.017557336,-0.0036155481,0.015156066,0.019428454,0.007539051,-0.0055392925,-0.033680145,-0.021268388,0.044158414,0.032682218,0.023981512,0.014711675,0.018820342,0.0017561234,-0.022905618,-0.015810957,0.054480754,-0.02636719,0.0036291918,-0.009223059,-0.013097835,-0.04172596,0.0062058787,0.024589626,0.0118972,-0.013776115,0.007975645,0.04172596,0.0061474065,0.010041674,0.03851387,0.06143508,0.001982217,-0.06530206,-0.014119154,-0.043815374,0.021252796,0.019865049,0.014844213,-0.06177812,-0.02092535,-0.046434943,0.026336003,0.0056796265,-0.015670624,-0.022437839,-0.0042606946,-0.06265131,0.042162552,0.009620671,-0.000803022,0.06065545,0.0034089454,-0.025743483,0.026039742,-0.040478546,0.0010973335,-0.005550987,0.011390438,0.03617497,0.0025493999,0.03592549,-0.013090039,0.011187734,-0.009831172,-0.028129159,0.045624126,-0.021767354,-0.04945992,-0.027006488,-0.015600457,-0.020660276,0.01752615,-0.031528357,-0.030779911,-0.0057030157,-0.015506901,-0.06492784,0.015623845,-0.04899214,0.036362085,-0.03163751,0.02239106,0.03698579,-0.003239375,-0.0057264045,-0.0045764456,0.032027323,0.01905423,-0.0054379404,-0.0070712715,0.020738238,-0.0090983175,0.04344115,-0.005176763,-0.0036447844,-0.0134408735,0.022609357,-0.06255775,-0.1402092,-0.023513732,0.03386726,0.009994895,-0.005706914,-0.01693363,0.01981827,-0.014228302,-0.006895854,-0.0022999174,-0.025681112,0.02402829,0.022780877,0.020036569,-0.009160688,-0.045499384,-0.039355874,-0.029454535,-0.041414104,-0.012949704,0.056726098,0.023279842,0.04889858,-0.036673937,-0.025587555,-0.007348041,-0.043753006,0.0010573773,-0.035332967,-0.011912792,0.028799644,-0.0265543,-0.02908031,0.03605023,-0.040260248,-0.062401827,-0.011016214,0.05716269,-0.0037285949,-0.03159073,-0.018602043,-0.024963848,-0.054886162,0.012637851,0.00065927714,0.047963023,-0.01710515,0.0465285,-0.03277577,-0.07178861,0.0007713494,-0.02479233,-0.059938185,-0.018134264,-0.05270319,-0.00107297,-0.040759213,-0.01659059,-0.064054646,-0.037172902,-0.05111274,-0.038295574,-0.038545057,0.060686633,0.036549196,-0.02508859,0.0038377435,-0.072225206,-0.020395199,-0.0036408862,-0.039231133,0.030982615,0.004007314,-0.013300539,-0.056040023,-0.033929627,0.0030327723,-0.0006388118,0.031668693,-0.017557336,-0.01769767,0.054075345,0.030280946,0.018446118,0.01905423,0.021673799,0.04665324,0.010595213,0.018368153,0.0010934353,0.042100184,-0.0122402385,0.062464196,0.03439741,0.021767354,-0.015234029,0.00079376384,0.023903549,-0.022843247,-0.029984687,0.07066593,-0.032027323,-0.0070673735,0.017775632,-0.034147926,0.0035356358,-0.021502279,0.0058706366,0.00091363245,0.009948118,-0.029672833,0.030109428,0.020192495,-0.025525184,0.012902927,0.014220506,0.047339316,-0.050270736,0.025759075,-0.018118672,0.0051572723,-0.025571963,-0.0074649863,-0.019319305,0.01544453,-0.035800748,0.034553334,-0.02362288,0.031528357,0.015327585,0.014407618,-0.0029859943,0.01450897,0.033368293,0.00074113865,0.015608253,-0.054886162,-0.05379468,0.025135368,0.06804637,0.059220925,0.00080886926,-0.001049581,0.0046661035,0.04578005,-0.02901794,-0.015093695,0.021782946,0.0014549901,-0.040634472,0.04584242,0.048087765,-0.045592938,0.038170833,-0.00055597577,-0.023513732,-0.0033446257,-0.042006627,0.013386299,-0.0031594627,-0.0316531,-0.012458536,0.02162702,-0.008926798,-0.007885988,0.014314062,0.0034927558,0.016918037,0.026741412,0.0008829344,-0.059345666,-0.018835934,-0.019911828,-0.040821586,-0.022967989,0.03163751,0.05033311,-0.035270598,0.0050442256,-0.014056783,-0.023669658,-0.013097835,-0.0043191668,-0.0036233445,0.0013663069,0.028581345,0.036362085,-0.015865533,0.02438692,0.03252629,0.011312475,0.00070751697,0.0041398513,-0.017136334,-0.007301263,-0.0073324484,0.029672833,-0.015545882,0.0054262457,-0.02748986,-0.011382642,0.0140879685,0.002220005,-0.015694013,0.006525528,-0.02455844,0.06442887,-0.022063615,-0.004740169,-0.041757144,-0.042131368,-0.0076598944,-0.02778612,-0.016481442,-0.023513732,-0.013620188,0.052890304,-0.0007806076,0.028815236,-0.028051196,0.014002209,-0.05017718,-0.027271563,-0.050551403,-0.03658038,0.012388368,-0.0054223477,-0.04624783,-0.0030113326,0.023763215,-0.04618546,-0.029205052,-0.055353943,0.046902724,0.025026219,0.015982477,-0.0067867055,-0.0027754935,-0.0021868707,0.019896235,-0.01758852,0.02872168,0.019662345,-0.016465848,-0.036112603,0.01922575,-0.012871741,0.010603009,-0.015787568,0.022936802,-0.042162552,0.018570859,0.033493035,0.01567842,0.03386726,-0.011148752,-0.045499384,0.021143647,0.014867602,0.018664414,0.010501657,-0.021611428,0.0045686495,-0.019568788,-0.026273632,0.0069777155,0.053295713,0.0017960796,0.031403616,0.039044023,0.0686077,-0.010244378,-0.019974198,-0.050270736,0.00040760188,0.06879482,0.03445978,-0.039044023,-0.07353499,0.0027696462,0.025727889,-0.029594868,0.019833865,-0.0038377435,0.0055237,0.026117707,-0.0074727824,0.04038499,0.014563545,-0.047432873,0.050052438,0.0073207538,-0.03205851,-0.018773563,-0.020036569,-0.003520043,-0.047089834,-0.016730925,0.03346185,-0.010010488,0.039231133,-0.03832676,0.053732306,-0.010275563,0.0004967724,-0.014797434,-0.034584522,0.05052022,0.05033311,-0.0017785378,-0.031512767,-0.055884093,0.025961779,0.01835256,0.016871259,0.052547265,0.06290079,-0.0043074726,-0.010158618,-0.060156483,-0.05351401,0.0070283916,0.024184216,-0.013035464,-0.022780877,-0.0038786742,0.0018487048,0.019599974,0.035270598,-0.03832676,0.023357805,0.014150339,-0.05744336,-0.0016713382,-0.0030366706,-0.005149476,-0.0064436668,-0.01011184,-0.017151926,-0.008521389,-0.053295713,-0.027068859,-0.0038182526,0.04425197,-0.027037673,-0.03176225,0.011873811,-0.050395478,0.05497972,-0.014805231,0.008474611,0.03779661,0.0014452446,-0.01025997,0.002317459,0.00042319455,-0.021876503,-0.018945083,0.0015222335,-0.014134747,0.018570859,-0.04640376,0.006895854,0.035956673,-0.059969373,-0.027255971,0.014072376,0.03658038,-0.056289505,-0.0075663384,-0.009449152,0.037297644,-0.0186956,0.039293505,-0.012552092,0.014321858,-0.03698579,-0.009698635,-0.00996371,0.007461088,0.039044023,0.05925211,0.018040707,-0.019522011,0.01793156,-0.0056133578,-0.004541362,-0.03863861,-0.039574172,0.031388026,0.017650891,-0.025743483,-0.034615707,0.05772403,-0.0075507457,0.02051994,-0.055291574,-0.01710515,-0.009121707,0.028939977,-0.051736448,-0.030795503,-0.0062994347,0.00435425,-0.017744448,0.010556231,0.010400305,0.031232098,-0.004486788,-0.022515802,-0.027271563,-0.017089555,-0.043222856,0.004369843,0.006085036,-0.0078002284,-0.04390893,0.0027793916,-0.035956673,-0.0016732874,0.011920589,0.011382642,0.023841178,0.040478546,-0.06704844,-0.0017639197,-0.02689734,-0.022843247,-0.025618741,0.027708158,-0.024698773,0.020348422,0.011967367,0.0025455018,-0.021970058,0.036736306,-0.012037533,-0.01665296,-0.0017064217,0.01928812,0.026928524,-0.004880503,0.03439741,-0.021549057,0.022313097,0.010400305,0.01599807,-0.027474267,0.014813027,0.008724093,-0.011678902,-0.01822782,0.030312132,0.027754935,-0.0027365119,0.03199614,-0.015771976,-0.007885988,-0.029813167,0.012255831,0.0014861755,-0.030265354,0.008092591,-0.05410653,0.02989113,0.0020835693,-0.005449635,-0.022141578,-0.0056367465,0.0018350612,-0.030842282,0.009456948,-0.016980408,0.05825418,0.0023915244,0.01374493,-0.041476477,0.017728854,0.010252174,0.05890907,0.023950325,-0.012739204,-0.00779633,0.022110391,-0.0031302266,0.014540155,-0.0015095645,-0.01992742,-0.017339038,-0.018570859,0.040790398,-0.007554644,-0.009394578,-0.066424735,-0.0094725415,-0.00089560344,-0.010719954,-0.014516767,0.022250727,-0.005118291,-0.017791225,0.023404583,0.0077534504,-0.014025598,0.014423211,0.011943977,-0.012840556,-0.012224645,0.052890304,0.022952396,-0.038014907,-0.066798955,-0.013705948,0.025743483,0.02156465,0.0032471714,-0.020192495,-0.05285912,0.006326722,-0.0038650306,0.015655031,-0.015959088,0.025104184,0.016076032,0.00032744586,-0.021018906,0.019241342,0.015639437,-0.0060265632,0.00107297,-0.03626853,-0.0017522252,-0.025447221,-0.012357183,0.018118672,0.018680006,0.000038738017,0.04952229,0.0075663384,-0.0072856704,-0.021377537,-0.007823617,0.0556658,-0.015234029,0.0127937775,-0.0062487586,-0.023981512,-0.022718506,0.033680145,0.022188356,-0.058971442,0.025416037,-0.019880641,0.00047143435,-0.013846282,0.014696082,-0.004977957,-0.017120741,-0.0031341247,0.050707333,-0.04892977,0.035894305,0.016185181,-0.010680973,0.030514836,0.010322341,0.029329794,-0.04942873,0.032089695,-0.019069824,-0.01752615,0.004556955,-0.06417939,-0.019974198,0.031528357,-0.006467056,0.019490825,-0.0053015044,0.020114532,0.011998552,-0.0032686114,0.017791225,0.017791225,-0.02262495,-0.016715331,0.012965297,-0.030249761,0.032682218,-0.0016411275,-0.086071484,-0.019771494,0.01266124,-0.031746656,-0.020551126,-0.018555265,-0.010104043,-0.003449876,0.010743343,0.015873328,0.014532359,-0.040353805,-0.019709123,0.013370706,0.011296882,-0.0100260805,0.024246586,-0.021814132,-0.035676006,0.014017802,-0.03498993,0.007788534,0.0062994347,0.013284947,-0.011437216,0.025946187,-0.03318118,-0.017432595,0.008310888,-0.037890166,-0.0118972,0.009776598,-0.0039332486,0.015483512,-0.027115636,-0.011975163,-0.0072194017,-0.035551265,-0.011639921,-0.035332967,-0.0038903686,0.015522493,0.0000026190796,0.018648822,-0.007815821,0.01928812,-0.010158618,0.0115931425,0.02748986,-0.0011752967,0.00647875,-0.027162414,0.017323446,-0.021439908,0.026975302,0.001593375,-0.010158618,0.030171799,-0.011569754,0.014095765,0.01705837,-0.017557336,0.06879482,-0.019584382,-0.0014793536,0.010501657,0.021845317,0.030234167,-0.005831655,0.019412862,-0.030140612,0.027988825,-0.017027184,0.010158618,-0.006022665,0.005449635,-0.034428593,-0.010033877,0.022406653,0.015732994,-0.006135712,-0.022235133,0.01992742,-0.00416324,-0.023934733,-0.0070283916,-0.019101009,-0.0011031807,-0.012115497,-0.030857874,0.002030944,-0.005975887,-0.010166414,0.0068373815,-0.052110672,0.02309273,0.0006061647,-0.015717402,-0.06605051,-0.028456604,0.0013477906,-0.02139313,0.014719471,-0.03001587,0.053202156,0.021190425,0.012762592,0.0028242206,-0.014438803,0.0031243793,0.011756866,-0.022110391,-0.015015732,0.012591073,-0.013924246,0.0045491587,0.007531255,0.02579026,-0.019943012,0.005605561,-0.039542988,0.04877384,-0.031154135,-0.0029606563,-0.003381658,0.060468335,0.0050598183,-0.021050092,-0.009597283,-0.0025805852,0.00092532695,0.031310063,0.015124881,0.029049126,0.0007167751,-0.0033992,0.039075207,-0.009683042,0.0035395338,0.0037422385,0.020426385,0.0124273505,-0.0068607703,0.014797434,0.012209053,-0.029797575,0.01506251,0.01839934,0.0005954447,0.0034674178,-0.036143787,-0.0033446257,0.03006265,0.0063501108,-0.017728854,0.01412695,0.03386726,0.020707052,-0.0015680369,-0.01629433,0.034678075,-0.03352422,0.0021888197,0.0342103,-0.012684629,0.03280696,-0.01693363,0.0109460475,-0.0040930733,0.038700983,0.0009131452,0.002223903,0.0058160624,-0.00832648,0.027100043,-0.0002587407,0.018913897,-0.022297503,-0.000821051,0.0018448066,0.0069387336,0.010337934,-0.029813167,0.014781842,-0.010423694,-0.023170693,0.020707052,-0.016263144,0.0058901273,-0.00571471,-0.017947152,-0.040665656,-0.024418106,-0.0113202715,-0.029750796,0.000525765,0.013682559,0.005952498,0.022780877,-0.032682218,-0.007106355,-0.02162702,0.008505796,0.007086864,-0.0067984,-0.02402829,-0.0016849819,0.015842143,0.006237064,-0.008568167,0.0019958606,0.0030113326,-0.009207466,0.037671868,-0.01939727,-0.017650891,0.012856148,-0.040946327,0.044563822,0.015483512,-0.035301782,-0.021954466,-0.009223059,0.04203781,0.0013068599,-0.0265543,0.04238085,-0.040166695,0.049553473,0.020317236,0.033399478,-0.0030269253,0.009706431,0.0017726906,0.0034440288,-0.02462081,0.013495447,0.0047635576,0.018882712,0.0097454125,-0.008349869,0.004256796,0.042100184,-0.022125985,-0.043191668,0.019194566,-0.009776598,0.010072858,0.024480477,0.03099821,-0.033960816,0.045811236,-0.027053265,0.003212088,-0.0006071392,-0.006763316,-0.007344143,0.011343661,-0.008147165,0.05011481,0.02221954,-0.022453431,0.007936664,-0.017261075,0.01110977,-0.0073597357,0.018851526,0.02936098,-0.016621776,-0.0109460475,0.02895557,-0.02250021,0.018835934,0.009636264,0.03723527,0.02232869,-0.032682218,0.021174833,0.004537464,0.030249761,-0.015499105,0.051081557,-0.013861875,-0.011156549,-0.045904793,-0.011117566,-0.0054340423,-0.03280696,0.011335864,0.024340143,0.0061552026,0.023591695,-0.023077138,-0.017728854,0.014282877,0.0023505935,-0.044220783,-0.017604113,-0.04365945,-0.023373397,0.03564482,0.010041674,-0.0025825344,-0.0035590248,-0.009269836,0.025213331,0.010182007,0.021782946,0.0038650306,0.0032666624,-0.04871147,-0.0041710366,-0.0072349943,0.009542708,0.0012016094,0.022235133,0.011203326,-0.007480579,-0.0069816136,-0.022484615,-0.042942185,0.029049126,-0.021704983,0.013698152,0.012084312,0.019101009,-0.025946187,0.011413828,0.0041437494,0.0033485238,0.0040346007,-0.01351104,0.025462814,-0.0032549677,0.027474267,-0.012372776,0.015600457,0.003541483,-0.047214575,0.028939977,0.006470954,-0.022437839,-0.005122189,-0.018555265,0.045437012,0.023217471,-0.025182147,-0.02162702,-0.032869328,0.069917485,0.010197599,0.043534707,-0.0034869087,0.023311026,0.0051065963,0.045281086,-0.0002662934,0.0052001523,-0.010033877,0.0030522633,0.01659059,-0.025104184,-0.004245102,-0.032495104,0.0110474,0.0014306266,-0.0045257695,0.046123087,0.004108666,0.012466332,-0.046091903,0.016684147,-0.0046739,-0.015514697,-0.010384711,-0.032744586,-0.040603288,0.0022511904,-0.015374363,0.014766249,0.027271563,0.033929627,0.009527115,-0.00025070074,-0.00019478644,-0.022359874,0.008817649,-0.022843247,0.010376915,0.023903549,-0.009815579,-0.022967989,-0.009550504,0.0186956,0.011382642,-0.0012337692,-0.020020977,0.01429847,-0.01752615,0.028503383,-0.010478267,-0.0057225064,0.016606184,-0.0093478,-0.012216849,-0.03626853,-0.015234029,-0.0043620467,-0.043628264,-0.0031828517,0.03118532,0.006431972,0.0050987997,0.010969437,-0.028097974,-0.0014627865,0.016216367,-0.016637368,-0.0023993207,0.0011158497,-0.014968954,0.016871259,-0.014922176,0.02672582,-0.011289086,0.008919002,0.017339038,0.0070673735,0.027287155,-0.00987795,-0.004981855,0.018617636,-0.025899408,-0.0078002284,-0.017541742,0.0018457811,0.012271424,0.0051533743,0.00049092516,-0.0032491207,-0.032401547,0.035083484,0.003946892,0.0080847945,0.019272529,0.013409688,-0.0018808646,-0.008014628,0.100104876,0.008981372,-0.01852408,-0.012762592,0.025587555,-0.014314062,-0.0067204367,0.012809371,-0.007351939,-0.005574376,-0.0034615705,-0.004061888,0.024979442,0.013518836,0.010033877,0.009269836,-0.030249761,-0.011873811,-0.002833966,-0.026164483,-0.0063423146,0.02086298,-0.0011645769,-0.019833865,-0.039730098,0.007578033,0.010493861,-0.02309273,0.005835553,0.001204533,0.010337934,-0.026647856,-0.00048946333,0.009862358,0.0069387336,0.021315167,-0.053669937,-0.01640348,0.0031594627,-0.014540155,0.0041749347,-0.0025182145,0.026476337,-0.009893543,0.0078976825,0.017557336,-0.00027555155,0.023529325,-0.051611707,-0.025057405,-0.0074221063,-0.014407618,0.024308957,-0.00043683813,-0.0015261316,0.010891473,0.024464885,0.0083576655,0.02303036,0.012481924,-0.007507866,0.002169329,-0.01151518,0.00020246094,0.0035025014,-0.034678075,0.0052859117,0.0038845215,0.019709123,-0.007554644,-0.01758852,0.00841224,0.026211262,0.000019825824,0.020597905,0.013503244,0.010041674,0.021439908,0.0059719887,-0.042162552,-0.022406653,0.024683181,-0.009534912,0.0019997586,-0.0035707192,0.01710515,-0.008123776,-0.005356079,-0.01939727,0.042630333,-0.04390893,0.03944943,0.0431293,0.011647717,-0.0046583074,0.014750657,-0.028939977,-0.012591073,-0.01693363,-0.0044049267,0.009121707,-0.017947152,-0.007351939,-0.018508488,-0.039137576,-0.021829724,-0.014820823,0.025119776,0.0007318805,-0.00004540753,-0.021050092,0.0022044124,0.012926315,-0.008685112,-0.008669519,0.013752726,0.014041191,-0.012497517,0.0063462127,-0.027567822,0.018680006,-0.0071921144,-0.016153997,-0.009067132,-0.01312902,-0.0020367913,0.0265543,-0.01710515,0.03704816,-0.008349869,0.0044244174,-0.0003449876,0.031154135,-0.008045813,-0.022406653,0.019007454,-0.013230372,-0.02965724,0.0046622055,0.01981827,-0.040696844,0.008193943,-0.0014432956,0.019428454,0.009207466,-0.0065567135,0.012941908,-0.0065489174,0.022796469,0.011179937,0.005706914,0.009090521,0.059127368,-0.0030366706,-0.0135344295,-0.011476198,0.02058231,-0.02086298,-0.020317236,-0.001087588,-0.00030746777,0.0043815374,0.012684629,-0.01559266,0.016481442,-0.0015368516,-0.0139008565,0.011655513,-0.0061785914,-0.0027832899,-0.013698152,-0.014625915,-0.033149995,-0.013565615,0.0016001968,-0.010314545,-0.017713262,0.0026156688,0.019116601,0.011413828,0.0059096185,-0.015163862,-0.021923281,0.0019753953,-0.0022492413,0.013791708,-0.01640348,-0.021502279,0.023607288,-0.008373259,0.0019062028,-0.024605218,-0.013058853,-0.008193943,0.039044023,-0.0041437494,-0.022827655,-0.033025254,-0.0337737,0.036299713,0.010361323,-0.034023184,-0.043503523,0.013347317,0.0074961716,0.040353805,-0.026632264,0.016497035,0.026180077,-0.0038377435,0.0030639577,0.00571471,0.007250587,0.022687322,0.00015714478,-0.018368153,-0.0237944,0.030686356,0.007866497,-0.048960954,0.024574032,-0.01374493,-0.013783911,-0.03891928,0.0075039677,0.032089695,0.017073963,-0.04132055,-0.019381676,-0.009012558,0.013518836,0.0003586312,-0.0038884196,0.0052391337,-0.022593765,0.002245343,-0.037016977,-0.008186147,0.025899408,-0.03018739,-0.022032429,0.02642956,0.019615566,0.025837038,0.030280946,0.016247552,-0.011452809,-0.015857736,-0.012871741,-0.006069443,0.028534569,0.049958885,-0.019584382,0.008069201,-0.03280696,0.013347317,0.010501657,-0.020660276,-0.013058853,-0.016325515,-0.0085447775,-0.01342528,0.028129159,-0.025665518,0.022734098,0.042474408,0.000026510568,-0.016964814,-0.015171658,0.005691321,0.016528219,-0.017884782,0.027396305,-0.034584522,0.00025508617,-0.0081783505,-0.018539673,-0.004155444,0.01468049,-0.0007216478,-0.054761425,0.015842143,-0.00964406,-0.027224785,-0.022640543,-0.02901794,0.0074026156,-0.03564482,0.028690495,-0.0076404037,0.0009531014,0.002054333,-0.006899752,0.042536777,0.046216644,0.023373397,-0.050676145,0.005320995,0.002056282,-0.014820823,0.039698914,-0.007936664,0.015787568,-0.0142750805,0.03792135,0.026336003,0.007963952,0.026834968,-0.0019286171,0.0124273505,0.0128873335,0.007301263,0.03182462,-0.010174211,0.0126066655,0.022905618,0.028534569,-0.0035980064,-0.006763316,-0.0012727509,0.036019046,0.011936181,0.031310063,0.008973576,0.014056783,-0.028144753,0.011000622,-0.0056757284,0.031013802,-0.01752615,0.0342103,-0.0026215161,0.030218575,-0.032713402,0.035800748,-0.02462081,0.013300539,-0.01397882,0.0103925085,-0.007554644,-0.013908653,-0.011437216,0.01081351,0.027676972,0.006634677,0.00059203384,0.00038518745,0.038825724,-0.0016216367,0.012325998,-0.013542226,0.046434943,0.052796748,0.018336968,-0.008334277,0.01682448,0.025353666,0.007348041,-0.02069146,0.037079345,-0.015538086,-0.03311881,-0.024012696,0.021533463,-0.0061668972,0.0350523,-0.026164483,-0.018680006,-0.004556955,-0.016512627,-0.0146415075,-0.011585346,0.025868224,-0.030514836,-0.022671727,-0.023498138,-0.014703878,0.01391645,-0.0060772393,-0.02356051,0.026117707,-0.00832648,0.055416316,0.016543813,0.009542708,0.0040969714,-0.03386726,-0.028144753,-0.011452809],"social":"https://www.linkedin.com/in/miyahzhang/"},{"title":"femmestock","description":"feminine ai stock images for your blog and social media","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=y2hSpgdWKy8","youtube_transcript":"Hi. This is Zayn. I'm building film stock. Film stock is feminine AI stock images for social media and vlogs. So here's my progress in six weeks. So this is Femstar. Femstar is AI feminine style images. I met them with special prompt to produce a special kind of image that can showcase a feminine style. This is just example. I created a web Pinterest page to showcase all of them and let you see how to elevate your social media content. I have four followers. And throughout the six weeks, I have my website page view increased by forty three percent. I have MRR twenty nine dollars one pet user and nine free users. And I have thirty one new followers on the FEMSTO threader. So here is what I'm going to do next. I'm going to find a couple place that people buy a feminine style images. I'm gonna list them there. And I'm going to continue on Pinterest, open one Instagram account to sell them. And I'm not going to stop right now because I believe in femstock. Thanks for watching.","embedding":[0.08667036,0.02380106,-0.034801297,0.031593524,-0.015297439,-0.05202037,0.0047549163,0.029520579,0.0187927,-0.014011305,0.036768325,-0.017234208,-0.034589462,-0.09048337,0.010803533,0.07662337,-0.010273948,-0.00008552561,-0.053563733,0.03017121,0.06857368,-0.0017731639,-0.005602252,-0.012914307,-0.029172566,0.017794054,0.0071418313,-0.0036125258,-0.029187696,-0.0048721815,0.00026030047,-0.03165405,0.030413307,-0.008609538,-0.02985346,-0.03425658,-0.021001825,0.028083133,0.040187933,0.0072893584,0.0078000296,0.017037503,0.05029544,-0.034347367,-0.019821608,0.02756868,0.011711393,0.028748898,0.026751606,0.03725252,-0.022076126,0.0013390933,-0.029475184,0.013005093,-0.02151628,-0.0024663527,-0.011121284,0.0017712725,-0.036738064,0.04639164,0.039673477,-0.014669503,0.052655876,-0.016583575,0.006585767,0.02849167,-0.009789756,0.03322767,-0.0025117458,-0.019942656,0.06252129,-0.027674597,0.0037354652,0.017098028,-0.02514772,-0.04242732,0.00788325,0.0031623787,0.0414892,-0.05655967,-0.03225929,0.079891674,-0.020880777,0.023513572,-0.013095879,-0.01894401,-0.05547024,-0.044303562,-0.051173035,0.036617015,-0.052807186,0.036859114,-0.0006425946,-0.010811098,0.011681131,0.029384399,0.00598431,0.035164442,0.02091104,0.0382209,0.0045090374,0.017037503,-0.019942656,-0.006570636,0.014238269,-0.013701119,0.022136651,-0.031411953,0.017930234,0.009123992,-0.07898381,-0.054895263,0.004997012,0.0252839,0.010939712,0.004444731,0.022303091,0.020381454,0.0045544305,0.008397704,-0.03849326,0.039068237,0.022545187,0.004259376,0.0068543423,-0.038251165,-0.031744834,-0.024164204,-0.0032928835,-0.0764418,0.03107907,-0.013322844,0.020230144,-0.04699688,-0.023589227,-0.030367915,0.02059329,-0.016099382,-0.06140159,0.011870268,-0.007368796,-0.02104722,0.019836739,-0.006097792,-0.004683044,-0.018550605,-0.028673243,0.016644098,-0.02955084,-0.021304445,0.010621961,0.0022923462,-0.032198764,0.005110495,0.004997012,-0.0072250515,-0.017113158,0.0062301885,-0.004603606,-0.0041496763,0.0077432883,-0.015705977,0.019292023,-0.018747307,0.004380424,-0.0044295997,0.009388785,-0.06700006,-0.051445395,-0.04136815,0.018883485,0.011484427,-0.020109097,-0.055107094,-0.00647985,-0.0019462247,0.022303091,-0.051899325,-0.030549485,-0.048691552,-0.03135143,0.014578717,-0.05592417,-0.015539535,-0.03667754,-0.023558965,-0.044061467,-0.0036957464,0.027962085,-0.021501148,0.023422785,0.037797235,0.0067786872,0.012150192,0.025344422,-0.014540889,0.012172888,0.010342037,0.036465704,0.0145560205,0.019488726,0.05985823,0.035709158,0.026327938,-0.021501148,0.00035037717,0.016144775,-0.0049629672,-0.02865811,0.017249338,0.07262879,0.029233089,0.040641863,-0.005208846,-0.05014413,-0.000054820317,-0.04015767,0.0076335887,-0.00080808986,0.047360025,0.0075011924,0.027356844,0.032531645,-0.011620607,-0.0005683581,0.007209921,0.042185225,0.008745717,0.028083133,-0.03440789,0.008450663,0.0336816,-0.011976185,-0.0091466885,-0.004762482,-0.05456238,-0.055500504,0.0031245511,-0.0059313513,0.0049894466,0.015433619,0.01682567,0.046875834,0.03471051,-0.005814086,0.021153135,-0.016280955,-0.07547342,-0.023574095,0.038735356,0.089091316,-0.0104252575,-0.047965266,0.0040134974,0.02349844,-0.033863176,-0.05195985,0.054199237,-0.008390139,-0.004474993,0.014427407,-0.0012691125,-0.03150274,-0.0034687815,-0.0046149543,0.026403593,-0.0017060201,0.026040448,-0.0026422506,0.032168504,-0.020093966,-0.015569798,0.031169856,-0.0072439653,-0.01865652,-0.00079674163,0.029792937,0.005197498,0.0108564915,0.05262561,0.0068997354,-0.030216604,0.015327701,0.020986695,-0.04088396,0.041761555,0.053170327,0.005927569,-0.015736239,0.0018923205,0.004739785,-0.042033914,-0.0024001547,-0.0028124743,-0.0039529735,-0.010621961,0.0034914778,0.044545658,0.0063247574,0.017113158,0.012921873,-0.053987402,0.026948309,-0.0039340598,-0.036314394,-0.015085605,-0.01060683,-0.021909686,0.002250736,-0.03788802,0.022772152,-0.0218189,-0.001963247,-0.0451509,-0.017082898,0.028219312,0.005299632,0.001001483,0.0023774581,-0.044031207,-0.025495732,-0.014934296,0.0033742127,-0.015796762,-0.0044333823,-0.02835549,0.038099855,-0.0029165,-0.044243038,-0.035860468,-0.003128334,-0.022696497,-0.012762997,-0.04257863,-0.0132774515,-0.026343068,0.00032862637,-0.010198293,0.022635974,0.036707804,-0.027341714,-0.09774625,-0.027553547,0.014949426,0.031714574,0.018671652,0.03107907,-0.008972682,0.0077395057,0.0050234916,-0.009600619,-0.0010591699,0.06572906,0.007073742,0.0203058,-0.009229909,0.057830676,-0.03047383,-0.031290904,0.011295291,-0.022136651,0.038856402,0.00628693,0.026812129,-0.009018075,-0.035830203,-0.033439506,0.0028692156,0.023513572,-0.008344745,0.027553547,-0.0014705439,0.01847495,0.031442214,0.009456874,0.004864616,0.05138487,0.00031798737,-0.005768693,0.044908803,0.03546706,-0.015047777,0.031714574,-0.020668944,-0.014684634,0.02865811,-0.0130580515,0.009305564,-0.05138487,0.06019111,0.033772387,-0.054622903,0.006903518,0.022409009,-0.034165796,0.0036995292,0.046906095,0.04572588,-0.025344422,0.020396587,-0.0040437593,-0.013791905,-0.02000318,-0.013912953,0.041126054,-0.0069299974,-0.047995526,0.0024001547,0.04333518,0.0057459967,-0.006873256,-0.10137769,0.06706058,0.0524743,-0.024133943,0.02302938,0.0168408,0.0011906205,-0.01022099,0.056317575,-0.011938358,-0.030231735,0.06833159,0.008828938,0.025510862,-0.018066412,-0.01637174,-0.039370857,-0.006676553,-0.039522167,0.0050197085,-0.012558728,0.026312806,-0.03486182,-0.013678422,-0.056166265,0.011340683,0.027326584,0.048994172,-0.028249575,-0.0054471595,0.05713465,-0.017824316,-0.028582456,-0.022030734,0.023680013,0.0055984696,0.028400883,-0.078741714,-0.013958346,-0.08134425,-0.006358802,-0.032682955,0.037494615,-0.02939953,-0.01652305,0.0015452532,0.028733766,0.024739182,-0.015403356,-0.010092376,0.059434563,0.007209921,0.041428674,0.017506566,-0.020320931,-0.023664882,0.012891611,0.00788325,-0.013928084,0.0012369591,-0.019927524,-0.001110237,0.035315752,-0.03150274,-0.003557676,0.027447632,-0.012369591,-0.03576968,0.006056182,0.027114749,0.033742126,0.013610333,0.06863421,-0.031533,0.03017121,0.021107743,-0.021092612,0.035799943,-0.01926176,-0.024905624,0.043910157,0.055409715,-0.018898617,0.025677305,-0.058496438,-0.019367678,-0.01653818,-0.034619723,-0.01714342,0.047360025,0.017597351,-0.018369032,0.07002626,-0.024239859,-0.027341714,-0.017476304,0.019655166,-0.02652464,0.051112514,-0.021576803,0.025813483,-0.020956432,-0.007837857,-0.022439271,0.009638446,0.021728113,0.038462996,-0.0023944804,0.0073839272,0.008511187,-0.014026435,-0.0005669396,-0.004456079,0.006703032,-0.041428674,-0.036556493,-0.03307636,-0.022968855,-0.024451694,0.006192361,-0.021728113,-0.023120165,0.008881896,-0.018520342,0.0042782896,-0.020472242,-0.00021396177,-0.06651587,-0.028158788,0.02349844,0.024194466,0.03225929,-0.021425493,0.017098028,-0.0058594793,-0.012664646,-0.002341522,-0.027023964,0.0010449846,0.032622434,0.005969179,0.032985575,-0.0140566975,0.0027670814,0.019382808,-0.032834265,-0.02652464,0.007974036,0.012407418,0.033711866,-0.017990757,0.023226082,0.034317106,-0.0031812924,0.030186342,-0.0049062264,0.023105035,-0.06500277,-0.0075617163,0.003103746,-0.041579984,-0.008223698,-0.034922343,-0.010190727,0.023831323,-0.0059237857,-0.012157757,0.020093966,0.029656757,-0.035588108,-0.017854579,-0.011832441,0.018913748,-0.024648396,0.024678659,-0.021259053,0.03150274,0.032350074,0.03413553,0.0012397962,-0.0050840154,-0.008949986,0.011862703,0.049266532,0.029611364,-0.022817547,-0.032168504,-0.011091022,-0.03362108,-0.0278713,-0.0045733443,-0.07856014,-0.0017079115,-0.031321168,0.018989403,0.000026272379,-0.0069224318,0.029202826,0.020578157,-0.042669415,-0.010727878,-0.028733766,-0.010932147,0.0008170739,0.007974036,0.00803456,0.017491434,0.02166759,0.013761643,-0.04179182,-0.018308507,0.0055492935,0.010031852,-0.0024606786,0.036889374,-0.000060287573,-0.010531175,-0.032985575,0.012248543,-0.029127171,0.004709523,-0.0013598985,-0.014888902,-0.021016957,-0.016008597,-0.017098028,0.029596234,0.0390985,0.006998087,0.01895914,0.0053601563,0.014064263,-0.027644334,0.016553313,0.020729467,-0.021561673,0.032168504,0.009290433,-0.014737592,-0.010334472,0.012831086,0.030549485,-0.00537907,-0.011560082,-0.0014260967,-0.025707567,0.029172566,-0.004974316,0.011643304,-0.02545034,0.033923697,0.0029183913,-0.020668944,-0.016159907,0.020366324,0.024890492,0.026161496,0.02302938,0.024572741,-0.008329615,0.0045128204,0.009176951,-0.0006198981,-0.021924816,-0.0011698153,-0.0010081028,-0.040490553,0.043940417,0.0481771,0.0028654328,-0.0012993745,-0.020653812,0.023256345,0.012165323,-0.030973153,0.010054548,-0.009971328,-0.016628968,0.008760848,-0.017839447,0.022166913,-0.006703032,-0.017688137,-0.0034952606,-0.0451509,-0.02865811,0.020502502,-0.02122879,-0.08073901,-0.019337416,-0.022968855,-0.02529903,-0.018308507,0.0076676332,-0.015236915,-0.014730027,0.012513336,0.010099942,0.06000954,-0.021183398,-0.043456227,-0.029384399,0.021743245,-0.015781632,-0.028597588,0.020532764,-0.034347367,0.010266382,-0.013534678,-0.034044746,0.006737077,0.0029713497,0.004198852,0.017990757,-0.037676185,0.0071077864,-0.0058594793,-0.005696821,-0.01635661,0.012263674,0.018747307,-0.007845422,-0.0024644614,0.0047360025,-0.005057536,-0.049902033,0.017188814,-0.011620607,-0.03546706,0.016190168,-0.005920003,-0.021788638,0.038462996,0.0015726781,-0.012362026,0.0007617512,0.061916046,-0.019897263,-0.042366795,-0.015403356,0.015690845,-0.0073763616,0.059131943,0.019170975,-0.0016927804,0.0034706728,-0.018565735,0.023241214,-0.0031169858,0.0073120547,0.03225929,0.013020224,0.001887592,-0.019307153,0.0114466,0.03849326,0.034619723,0.0047246544,0.006990521,0.013527113,0.017778924,0.0020389021,0.016961848,0.02712988,-0.019428201,-0.005155888,-0.016553313,-0.0008180196,0.009494701,0.00059341884,0.016583575,0.021138005,-0.020850515,0.041277364,-0.05165723,0.011302856,-0.0069224318,-0.013330409,-0.040097147,-0.026993701,0.000005736924,0.0043539447,0.014124787,-0.014949426,0.008980247,-0.0027160142,-0.042941775,-0.023891846,0.002644142,-0.0021523845,-0.004051325,-0.015108302,0.04593771,-0.038614307,0.022635974,-0.0073839272,0.034528937,-0.0076411543,-0.0053828526,-0.024285253,0.01697698,-0.012256109,-0.018384162,-0.017355256,0.011726524,0.024209598,-0.034196056,0.006392847,-0.019276893,0.036314394,-0.010175596,-0.039673477,-0.030549485,0.014034001,0.025268767,-0.01257386,0.011855138,-0.029535709,0.030110687,-0.0053563733,0.027160142,0.0014109656,-0.017098028,0.014465234,0.029066648,0.01849008,-0.009350957,0.016432265,-0.028234443,-0.004346379,0.0168408,-0.0019613556,-0.0016417133,0.023558965,-0.008178305,0.0026176628,0.008306918,-0.012997528,0.014782986,0.006914866,-0.0065290257,0.011620607,-0.026343068,-0.015009951,0.0029089344,0.038251165,-0.025874007,-0.017612481,0.04617981,-0.044969328,0.042548366,-0.008064822,-0.0025628128,-0.0150553435,-0.032350074,-0.011030498,0.0072893584,0.023589227,0.041428674,0.00537907,0.04091422,-0.02834036,0.013882691,-0.0039378423,0.02545034,-0.05952535,0.0011631955,0.012339329,-0.008775979,-0.032168504,-0.0120669715,-0.009729232,-0.028098265,-0.011666,0.059283253,0.0064949812,0.040187933,-0.031593524,-0.009820018,-0.009918369,-0.032017194,-0.060977925,0.009487136,-0.006691684,0.032168504,0.024028026,0.0010336363,-0.020396587,-0.044212777,-0.003657919,0.00013192339,-0.014601413,-0.011219636,-0.021576803,0.0068354285,-0.004997012,0.0038130116,-0.022303091,0.0063512367,0.024376038,-0.012823521,0.027296321,-0.027175274,-0.012082102,-0.026343068,-0.00055322715,0.021168267,0.025677305,-0.00240772,-0.013943215,0.011552517,0.027069356,-0.010674919,0.0025609215,0.0030261998,-0.025964793,0.022620842,0.040853694,0.022545187,-0.038009066,0.025586518,-0.0002846519,0.021758376,-0.0107127465,0.012316633,-0.0142534,0.010720313,-0.0062415367,0.019640036,-0.015705977,-0.020275537,-0.008026995,-0.04823762,0.03716173,0.035043392,-0.0053109806,0.04194313,0.035860468,-0.047965266,-0.023695143,-0.002422851,0.01432149,-0.029944247,0.0021353622,-0.032471124,0.019534118,0.054653168,0.03867483,0.02501154,-0.020275537,0.024073418,0.005049971,-0.0009541986,-0.012172888,0.006597115,-0.027629202,-0.018066412,-0.008957551,0.02620689,0.041126054,0.032531645,0.017506566,0.017521696,0.023740536,-0.0148359435,0.012906741,0.013337975,-0.003915146,-0.015524404,0.049357317,0.009608184,-0.0043009864,0.0017674897,0.016296085,0.016008597,-0.017158553,-0.009948632,-0.004997012,-0.009184516,0.009275302,-0.009971328,0.05289797,0.03428684,0.016190168,-0.023256345,-0.019957786,-0.010311776,-0.021712983,0.028083133,0.01699211,-0.017612481,0.009229909,-0.01075814,0.023332,-0.023362262,-0.0015017516,0.0028351708,-0.041458935,-0.00030971263,-0.011681131,-0.015418488,0.011045629,0.009971328,0.019806476,-0.002789778,-0.019912394,-0.0027008832,-0.013451458,-0.07523132,0.010062114,-0.017415779,-0.0068997354,0.027069356,0.0006128054,0.00078870327,0.025889138,0.0114239035,0.022696497,-0.007905947,-0.0003733101,0.0042896383,-0.021773506,0.0035992863,-0.013693553,-0.0064004124,0.0020124228,-0.030715927,0.01862626,0.02607071,-0.038432736,-0.031018546,-0.0071342657,0.0009404861,0.00037165516,0.0046414337,-0.011673565,-0.024799706,0.04000636,-0.02168272,0.0003496679,0.024799706,0.008654931,-0.0059464825,-0.007315838,-0.014155049,-0.0068959524,-0.0077773333,0.011189373,0.043425966,-0.018701915,0.01181731,-0.008912158,0.021622196,0.020472242,-0.03228955,0.04121684,0.00008233391,-0.025117457,-0.0030621358,-0.002755733,-0.006196144,0.027689727,-0.009517398,0.014730027,-0.0005910546,0.025874007,-0.014586283,0.021153135,0.044273302,0.018580865,-0.010084811,0.03183562,-0.0057422137,-0.016886193,0.014828378,0.0063663675,0.021138005,-0.00026479247,0.025072064,-0.0021883207,-0.020275537,-0.0055719903,0.010054548,-0.04106553,0.0017381734,0.009411481,0.013504416,0.027553547,0.032622434,0.00006779397,0.018066412,-0.008208566,-0.010228555,-0.037040684,-0.018157197,0.0005518086,0.004047542,0.030261997,0.0056476453,0.013080748,0.016553313,0.016886193,-0.005216412,-0.029868592,0.036102563,0.0070623937,0.0008166011,-0.024058288,-0.020169621,0.008715455,-0.0041005006,0.005367722,0.0033326023,0.0049289227,0.026161496,0.028854813,0.05202037,0.00046385967,0.007191007,-0.010099942,-0.04185234,-0.015350398,-0.0073347515,-0.009222344,0.020653812,0.02529903,-0.023680013,-0.017915102,-0.016432265,0.022166913,-0.016916456,-0.01174922,-0.023891846,0.010379865,0.010546306,0.017264469,0.099138305,-0.005556859,0.040278718,-0.042185225,-0.01196862,-0.02183403,-0.00810265,0.024012895,-0.013337975,0.007463365,-0.017082898,0.0042820727,-0.012694907,0.027962085,0.022182044,-0.0070132175,-0.042941775,0.008344745,-0.0043199,0.005674124,0.031865884,0.030383045,-0.0013807036,-0.008223698,-0.006014572,-0.012944569,0.017476304,0.012460377,0.0023831322,0.02771999,0.04639164,0.0029656757,-0.025798352,-0.010629526,0.032229025,-0.007660068,-0.0071645277,0.0047360025,0.010342037,-0.016628968,-0.010508479,-0.030988285,0.0015783523,-0.0005432974,-0.028764028,0.0044787754,-0.025556257,0.004335031,0.0061129234,-0.054743953,-0.004285855,0.011673565,0.014677068,0.014064263,0.020986695,0.020547897,0.022530057,0.04015767,-0.034649987,0.009487136,-0.01911045,0.00376951,-0.03319741,0.016447395,0.031714574,-0.006945128,0.018989403,0.027916692,0.002084295,-0.00704348,-0.012997528,0.028416015,-0.006498764,0.005258022,-0.012929438,0.03256191,0.011272593,-0.003678724,-0.021955078,-0.01909532,-0.0061545335,-0.012119929,0.033439506,0.01939794,-0.005133191,0.02107748,0.0013409847,0.046754785,-0.024920754,0.03092776,-0.027931822,0.016008597,0.014223139,0.010364734,-0.024587872,0.018717045,-0.058678012,0.0060826614,-0.004304769,-0.013330409,-0.007830292,0.008549014,0.012316633,0.023135297,-0.003633331,-0.030882368,-0.011718959,0.026615426,-0.003990801,-0.06512382,0.01264195,0.0064760675,0.03773671,0.008723021,-0.009820018,0.019791346,-0.039068237,0.013519547,-0.007372579,-0.04823762,0.009335826,0.03365134,0.010273948,-0.025026672,-0.020260407,0.019609774,0.014979688,-0.013360672,0.046754785,-0.009048337,-0.0033628645,-0.0071077864,0.01280839,-0.013005093,-0.012006448,0.01522935,-0.033257935,0.017612481,-0.0061242715,0.028612718,-0.030670533,0.011855138,-0.009131557,-0.027447632,0.021501148,-0.012687342,0.01045552,0.0149115985,-0.0021126657,0.031442214,0.040278718,-0.027841037,0.02820418,-0.027341714,0.014298794,-0.032955315,0.0060221376,0.015448749,0.004739785,-0.022530057,-0.023982633,-0.008533883,-0.013965911,-0.0050121434,0.010281513,0.009744363,-0.05138487,0.011718959,-0.006691684,0.00045936764,0.003143465,-0.011945923,-0.042245746,0.021501148,-0.02381619,-0.0020464675,-0.01060683,0.013640595,-0.027614072,-0.00066150835,-0.0218189,-0.0018507103,-0.0057195174,0.0015471446,-0.008685193,0.007281793,0.0023226081,-0.031200118,0.0069716075,-0.015645452,0.0037524877,-0.01257386,-0.030836975,0.0109245805,0.022439271,0.0015849721,-0.026933176,-0.016704623,-0.0015112085,0.017657876,-0.018369032,0.010122638,-0.01250577,0.0004607862,-0.0019556815,0.0009551443,-0.0043274653,-0.0064306743,0.034680247,-0.026933176,0.01682567,-0.009638446,-0.02620689,0.034347367,-0.024376038,-0.022000471,-0.01895914,0.03728278,0.022787284,-0.023604358,0.035951253,-0.003926494,-0.01090945,-0.05671098,0.031290904,0.026796998,0.03271322,-0.013005093,0.009615749,-0.0054585077,0.0069110836,-0.023392523,-0.011159112,-0.02593453,0.007520106,0.04696662,-0.0035330881,-0.020139359,-0.009903238,0.0018034258,0.023256345,-0.04748107,-0.0060334858,0.0016644099,-0.0140566975,-0.005878393,-0.001518774,0.00007861027,-0.005587121,0.007285576,0.010614395,0.009434178,-0.007054828,0.03271322,0.0074406685,-0.028597588,0.025979925,-0.02169785,0.010735444,-0.019049928,-0.040702384,-0.02652464,0.03924981,-0.033106625,0.004868399,-0.0013570614,-0.01622043,-0.0024455476,-0.04106553,0.018686783,0.007463365,-0.043879896,0.00041090118,-0.010122638,-0.002432308,-0.019745953,-0.0057422137,-0.0046754787,-0.0019897262,0.0068354285,-0.024270121,0.00931313,-0.033893436,-0.001675758,0.025737828,-0.024345776,0.008594407,-0.026479248,-0.017657876,-0.017869709,-0.016326347,0.016734885,-0.01341363,-0.0019348764,0.042518105,0.0028143658,-0.0012293936,-0.0084204,0.01326232,-0.0053071976,0.009767059,-0.0026971004,0.014578717,-0.003028091,0.0038527304,0.00019079243,0.03274348,-0.013368237,0.028627848,-0.017975627,0.024527349,-0.031048808,0.014192876,-0.021259053,0.038765617,-0.019201238,-0.008912158,0.012021578,-0.006109141,-0.009509833,0.014813247,0.048570506,0.046633735,0.03698016,0.003998366,0.020093966,0.022060996,-0.03292505,-0.012369591,-0.02363462,-0.016492788,0.0103571685,-0.0021769723,-0.002120231,0.04230627,-0.035164442,-0.012619252,0.021909686,-0.023135297,-0.040399767,-0.024981279,-0.010198293,0.021440625,0.02104722,-0.015690845,0.0172796,-0.0076222406,0.018853225,-0.018822962,0.014450103,0.012694907,0.04669426,0.04179182,0.039037976,0.0048835296,-0.003255056,0.03286453,0.01880783,-0.019655166,-0.023059642,-0.013080748,-0.020653812,-0.003657919,-0.003548219,0.0007730994,-0.0011679239,0.007966471,0.009661143,-0.010440389,-0.015138564,-0.012679777,-0.015441184,0.034649987,-0.0026573816,-0.015630322,-0.02652464,-0.0026535988,0.04778369,-0.016871063,0.019518988,0.02983833,0.010326906,-0.0051596705,0.03664728,0.028279835,0.0035293053,0.0011263137,-0.008397704,0.002634685],"social":"https://twitter.com/zeng_wt"},{"title":"superday","description":"an accountability app for learning ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=eVzedt54HKI","youtube_transcript":"Hello. My name is Adalu. I'm meeting Sibali. Sibali is an accountability app for online learning. So it helps to start and finish up online versus online decisions in five minutes. After twenty five minutes, there's a five minute stress break. So the privilege is there and also indicates, like, you put a list of pending causes that they have. Once the completed, it must have completed. So, yeah, that's basically how the app works for now. So currently, we are you are at the assist total users. So our demo data was actually two hundred users. So we've actually gone beyond that. So if you check our home base, you could see our progress all pretty weak and how we got to the Toyota CCUs. So we launched four programs, a smartphone could income, a designer challenge, a developer challenge, and also project three thousand. So the goal of this project is to help people actually complete online possible. That's that's signed up for any part that that's the abandoned. Think the greatest thing in length over the past six weeks is that one of the greatest issues that we've received with online courses is that is a lot of the proper orientation. So we introduced webinar sometime around week three, and it's it's generally increased the amount of people who actually goes on with the app, because for now, Our goal is to get the people in who actually is actively it's an exciting journey for us and I look forward to what the commitment to bring. Thank you.","embedding":[-0.0104640825,-0.001234778,0.016517952,0.03077384,-0.0064932643,-0.034077432,0.010586136,0.021107176,0.023011217,0.026477545,0.022848478,-0.085665524,-0.031164413,-0.0732323,-0.0048455372,0.0040359134,-0.031017948,-0.01689225,-0.016005326,0.046901222,0.038666654,0.010984845,0.016322667,0.03035072,-0.01388159,-0.06509538,-0.020374853,0.032645334,-0.006712961,-0.05210885,0.021025809,-0.030920306,-0.03233613,0.017201453,0.01358866,0.03749494,0.0132957315,0.02602188,0.010830244,-0.0471616,-0.018926483,-0.0068390835,0.021758132,0.0009052326,-0.029341742,0.027388882,-0.010260659,0.02218125,0.0023678446,0.027925918,-0.08787876,0.041465756,0.014605776,0.010382713,-0.0018725093,-0.02594051,0.012001961,0.061092015,-0.03648596,-0.028658241,0.0077911033,0.01483361,0.028625693,0.021725584,0.019544888,-0.022913573,-0.0017453699,0.028886074,-0.032694153,-0.00031861136,0.034044884,0.022555549,0.017071264,-0.000070117385,-0.0042311996,0.005301205,0.009886361,0.028039835,0.025810318,-0.0031530575,0.021090902,0.033882145,-0.0014371839,-0.0034520894,-0.0054029166,-0.007445284,-0.08397304,-0.017413015,-0.03990347,-0.0019823578,-0.017998872,0.019349601,-0.04992816,0.038373727,0.04550167,-0.013312005,-0.011139447,0.022376537,0.06519302,0.015704261,0.021530297,-0.047584724,0.019447245,-0.02602188,-0.025029173,0.020521319,0.038536467,-0.016509816,-0.0127749685,-0.007998595,-0.111964054,-0.014044329,0.0048007844,0.021790678,0.04172614,0.007538859,0.013189952,-0.045306385,-0.033686858,-0.0457946,-0.028999992,0.05188102,0.010016551,-0.018682374,-0.0176083,-0.010309481,-0.058162723,-0.015167223,-0.036583602,-0.019138042,0.017787313,-0.0053581633,0.0260707,-0.03508641,-0.039512895,0.025875414,-0.06835015,-0.012742421,-0.04973287,-0.005240178,0.020765426,-0.046738483,0.022376537,-0.00901571,-0.023255324,-0.055493813,-0.017168907,0.044622883,-0.029895054,-0.007612091,0.008470536,0.031213235,-0.013832768,-0.0066031124,0.016306393,0.02323905,-0.015020759,0.06678786,0.007225587,-0.006745509,0.0009682938,-0.02006565,-0.016664417,-0.0250129,-0.020277211,-0.004780442,-0.013726988,-0.019056672,-0.08514476,-0.016696965,-0.047584724,-0.030676197,-0.03236868,0.017998872,0.032742977,-0.03905723,0.050546564,-0.05155554,-0.020179568,-0.025810318,-0.011367281,-0.0000047796475,-0.028462956,-0.018047694,-0.08117394,-0.040782254,-0.013971096,0.015329962,0.024833888,-0.022620644,0.0038487643,0.049374845,-0.002567199,0.02882098,-0.008527495,-0.038666654,0.07056339,-0.022034787,-0.014141971,0.027909644,0.0071198074,-0.028446682,0.017868683,0.013995507,0.022409085,0.00039565784,-0.011106899,0.0058870637,-0.014980074,-0.024817614,0.048658796,0.01925196,0.030578556,0.010992982,-0.019219412,-0.012880748,-0.012156562,-0.005512765,0.031245783,0.03886194,0.028023561,0.015842589,0.05155554,-0.03606284,0.02471997,0.022490453,0.025728948,0.0017555411,0.04804039,-0.054419737,0.0046624565,-0.013076034,0.010000278,-0.024199208,0.044590335,-0.032401226,0.07264645,-0.013531703,0.05822782,0.020456223,0.025061721,0.0132957315,0.04820313,0.034695838,0.048235677,0.0020627098,-0.040684614,-0.061677873,0.009764307,0.055200882,0.019561162,-0.016070422,0.041042637,-0.023450611,-0.033247467,-0.020976987,-0.020472497,0.0014524406,0.041237924,-0.033914693,0.016729513,-0.014272162,-0.015972778,0.021855773,0.005004207,0.030041518,0.016623734,0.017022442,-0.016493542,-0.024524685,-0.011407966,-0.0028906418,0.009512062,0.03339393,0.03918742,-0.011082488,-0.018503362,0.045306385,-0.012945844,-0.017510658,-0.00705878,0.024101565,0.0054273275,-0.0010964503,0.0025855072,0.04117283,-0.002469556,0.0012134186,-0.050253633,0.005752804,-0.021269916,-0.0214652,-0.0032466322,-0.00020914433,0.008975025,0.009723622,0.03323119,-0.019154316,0.0058423104,0.03606284,0.026347356,-0.009267955,-0.06210099,-0.008088101,0.048984274,0.007038438,0.00830373,0.05679572,0.008608864,-0.013702578,0.004145762,0.063923664,0.044167217,0.030985402,-0.027323786,-0.02424803,0.06018068,-0.00022465535,0.029683493,0.010667506,0.0045892242,-0.0063467994,0.014491859,0.021888321,0.006802467,-0.0327267,0.012498313,0.022083608,-0.01644472,-0.01993546,0.014654597,-0.029976422,0.01049663,-0.019968009,0.009398146,0.009292366,-0.02366217,-0.02937429,0.036583602,0.07837484,-0.052662164,-0.06382602,-0.050416373,-0.0096910745,0.008332209,0.006977411,-0.001878612,-0.028967444,0.029406838,-0.0066519342,-0.0156228915,0.00046075325,0.035867553,-0.002231551,-0.0010506802,0.021790678,-0.02276711,-0.06835015,0.0186661,-0.0016650178,-0.008739055,0.017103812,0.012408807,0.02128619,0.029699767,0.02022839,-0.059822656,-0.010569862,0.017038716,-0.025761496,0.028837254,-0.015549659,0.024833888,0.004393938,-0.06607181,0.016762061,0.020342307,0.04592479,0.009276092,0.03710437,0.07446911,-0.0013720886,-0.0022864752,-0.006676345,0.05031873,0.04465543,0.009259818,-0.013653756,-0.03186419,-0.0014595605,0.043906834,-0.025501115,0.012498313,-0.031571258,0.017006168,-0.0013619174,0.022506727,0.050416373,0.0062654302,-0.058130175,0.002530583,-0.03233613,-0.036681246,-0.02323905,0.00084420573,0.005821968,-0.0176083,-0.041823782,0.033882145,0.030041518,0.007949773,-0.037429843,0.08195508,-0.025289556,0.0066722766,-0.04426486,-0.039382704,-0.00047372145,0.0788305,0.0067902617,-0.00922727,-0.06141749,0.0214652,-0.029911328,0.015606618,0.036323223,0.015647301,-0.012408807,-0.009137764,-0.059269343,0.0045810873,0.053085282,0.049700323,-0.017120086,-0.011562567,0.007970115,-0.029716041,0.030139161,0.012067056,-0.02374354,-0.02112345,0.018714922,-0.04566441,0.0077219396,-0.014361668,-0.010586136,-0.03961054,-0.030838937,0.012742421,0.036974177,-0.07713803,-0.04917956,-0.0042311996,0.07056339,-0.04130302,-0.05422445,-0.025110543,-0.066722766,0.029227825,0.0031530575,0.012937707,0.022799658,-0.023043765,0.03498877,0.00417831,0.0015093992,-0.012709873,0.005195425,0.018617278,0.014638323,-0.010130469,-0.0022112087,0.014508133,0.0130516235,-0.0640864,-0.0026363628,0.0070425062,-0.03847137,-0.029781137,-0.019675078,-0.053768784,-0.006704824,0.01441049,0.017380467,0.018714922,0.02429685,-0.017234001,0.0040908377,-0.044232313,0.016265709,0.020439949,0.050774395,0.0788956,-0.021481475,-0.037429843,-0.026982035,-0.012433218,-0.0577396,-0.012921433,-0.013759536,0.05168573,0.0029353949,-0.021562845,0.06662512,0.040749706,-0.045469124,-0.030399542,-0.0316689,-0.0027726563,0.01358866,-0.059139155,-0.04625027,-0.0019884605,-0.017461836,-0.04748708,0.008051485,0.0076487074,0.028446682,0.010537314,0.019398423,-0.027405156,0.009276092,-0.008307798,-0.0022091744,-0.0107081905,0.031050496,-0.05044892,0.009560884,-0.021400107,-0.011505608,-0.01305976,-0.023499433,0.0006524795,0.02429685,-0.024866436,0.006851289,0.006350868,-0.030334447,-0.028072383,-0.026949488,0.009634117,-0.0008447143,0.022327716,0.0007399514,-0.014955664,0.014565092,-0.01917059,-0.049960703,-0.017624574,0.019154316,-0.0072459294,0.0034175075,0.044069573,-0.03749494,0.029390564,-0.01917059,-0.030399542,-0.048072938,0.0047845105,0.019577436,-0.015712397,-0.023206502,0.019968009,0.009910772,-0.00848681,0.033621766,0.0020118542,0.0023922552,-0.009487651,0.04397193,-0.04296295,-0.025631307,-0.013442196,-0.027519071,0.025663855,0.003344275,-0.040326588,0.012449492,-0.030301899,0.007896883,-0.024785066,-0.043744095,-0.049374845,0.023206502,-0.004853674,0.016200613,0.00888552,0.037560035,0.021481475,0.040749706,0.0027502798,0.009031984,0.015378783,0.048463512,-0.024817614,0.01377581,0.0041945837,0.0027563826,0.001261223,0.018259253,0.010553588,-0.01837317,0.028625693,-0.03567227,0.0038040113,0.005752804,-0.037527487,0.009992141,-0.0010537314,-0.00072571175,0.011725306,0.020537592,0.0091703115,-0.016542364,0.028137479,0.00035827886,0.005459875,0.018210433,0.028332764,0.014353531,0.0042311996,-0.019984283,0.021253642,0.026656559,0.038406275,0.025533663,-0.0359001,-0.03127833,-0.006835015,-0.0035497325,0.0008945529,0.048105486,0.024850162,-0.02196969,0.0020972919,0.0123193,-0.008543769,0.035118956,0.026965762,-0.02823512,-0.024850162,-0.0045119235,0.0056348187,-0.032189667,0.032563966,0.016387763,-0.008730918,0.004483444,0.0043695276,-0.014076876,-0.0008757363,-0.05718629,0.055624,-0.011269637,0.012652915,0.009040121,-0.04016385,-0.0023251255,0.022946121,0.015118402,-0.04042423,0.020976987,0.0019681181,-0.027063405,-0.04917956,0.027063405,0.00676992,0.0005629733,0.02847923,-0.007099465,-0.0577396,-0.0070628487,0.016143654,-0.02192087,0.015329962,-0.026770474,0.008690233,-0.043679,0.0102037005,0.006712961,-0.035867553,-0.0071930396,-0.03534679,0.013849042,-0.012286753,0.009642254,0.012962118,0.010805833,0.027698085,0.012945844,-0.00034378498,0.0058341734,0.006753646,0.010252522,0.009788718,0.015801903,0.015020759,0.022197524,0.029195279,-0.050969683,-0.015989052,0.000754191,-0.018047694,-0.011709032,-0.018129064,-0.014679008,-0.017331645,0.007258135,0.020049376,0.027567893,0.015761219,0.003254769,-0.047454532,-0.007136081,0.0029618398,0.00922727,-0.018129064,-0.0479102,0.012286753,-0.022571823,-0.030399542,0.011619525,-0.012937707,-0.0037511212,-0.023841184,-0.00481299,0.019658804,0.015037033,-0.01845454,-0.021888321,-0.005740599,0.023173956,-0.015631028,-0.0156228915,-0.008665822,0.014019918,-0.044622883,-0.00014849883,-0.022083608,-0.03199438,-0.01292957,0.011383555,-0.006167787,0.02937429,0.01567985,-0.021579118,0.0057975575,0.07700784,-0.037006725,0.012343711,0.0135723865,0.018340623,-0.006025391,0.039252516,0.02620089,0.020423675,0.015077718,0.026396176,-0.011074351,0.017152634,0.017299097,-0.003987092,0.024313124,0.029553303,0.014052466,0.031473618,0.011375418,0.003140852,0.025907962,0.018356897,-0.013499155,-0.038406275,-0.013678167,-0.008617001,0.036030293,-0.03293826,-0.018991577,-0.0010252523,-0.004804853,0.018340623,-0.008002663,0.030464638,0.021823226,-0.0037877373,0.0034968425,-0.04270257,0.018633552,-0.0038202852,0.005301205,-0.018389445,0.010805833,-0.0130516235,-0.0069285897,-0.041368116,0.05412681,0.012709873,0.0020576243,-0.0788956,-0.050253633,0.02480134,-0.007266272,-0.015631028,-0.03043209,0.037820417,-0.022734562,-0.019447245,-0.00015244016,0.025077995,-0.03144107,0.0052808626,-0.020342307,0.0018297904,-0.014996348,0.022783384,0.0023780155,0.015199771,0.023206502,-0.0019548957,-0.010081647,0.0015999224,0.058260366,-0.015525248,-0.04680358,-0.017543204,-0.0065258117,-0.0015643233,0.0005634819,-0.0026221233,0.014272162,0.00859259,0.0018196193,-0.0023251255,0.042311996,-0.01187177,0.030920306,0.013157404,-0.013124856,-0.031164413,-0.028755885,0.027991014,-0.03093658,0.029683493,0.0070791226,0.015403194,0.0096829375,0.007331367,-0.016745787,-0.018438267,0.000516186,-0.02170931,-0.0096829375,-0.018991577,0.011611388,0.006594976,-0.014524407,0.018487088,0.021090902,-0.0072540664,0.026737928,-0.028283942,-0.02860942,0.024915257,0.019691352,0.008084033,0.044297405,-0.032108296,0.014247752,0.023352968,-0.008942477,-0.0052605206,-0.025582485,0.038959585,0.0001922348,0.029260373,0.00806369,0.018470814,-0.0112289535,0.023906277,-0.008446125,-0.0059155426,0.006863494,-0.02213243,-0.008983162,-0.011017393,-0.0077219396,0.02717732,0.014483722,0.031847917,0.01644472,0.017038716,-0.01335269,-0.0122623425,0.007437147,0.009381872,0.011912455,0.023076313,-0.00028275806,-0.006818741,0.022197524,0.0022559618,0.014150108,-0.029683493,-0.029048814,0.02162794,-0.010407124,0.011521882,-0.016265709,-0.0071482863,0.044167217,-0.004056256,0.0054639434,0.0066560027,0.04084735,-0.027274964,-0.009601569,0.0080108,-0.0069001103,0.017494384,0.059204247,-0.016599322,-0.0011513745,0.013312005,0.033686858,0.03148989,-0.048430964,0.0239551,-0.027502798,0.06434678,0.016924798,0.004341048,0.033280015,0.0043695276,0.02987878,0.020944439,-0.0036107593,-0.009105217,0.015085855,0.0064769904,0.014272162,-0.012392533,-0.0117415795,-0.009186585,-0.018015146,0.003757224,-0.01345847,-0.027600441,0.021107176,-0.0045851558,0.024508411,-0.035737365,0.041498303,-0.037722774,0.042442188,0.008934341,-0.031099318,-0.025419746,0.012555271,0.020846795,0.041400664,0.011196406,0.0041315225,-0.0015500837,-0.0138083575,-0.03410998,0.019626258,0.0007145235,-0.023271598,-0.019740174,-0.010757011,0.016762061,-0.02628226,0.02260437,-0.00023508078,0.0066356603,0.041953973,0.0048455372,0.039512895,-0.0005807729,0.030611103,-0.009796855,0.013702578,0.030952854,0.025126817,-0.012197247,-0.023938825,0.0019060741,-0.051522993,0.05210885,0.021318737,0.0075185164,-0.019235685,-0.025061721,-0.018552184,-0.0043247743,-0.00061230344,-0.016143654,-0.04576205,-0.077203125,-0.008157264,0.02776318,0.017217727,-0.013694441,0.020521319,-0.0018847147,0.023613349,-0.0031103387,-0.0028194436,-0.009390009,-0.000516186,0.009373735,0.008112512,-0.016273845,0.0078684045,-0.01739674,-0.020358581,0.0007292717,-0.0471616,-0.018356897,-0.027812,-0.01697362,0.005496491,0.0015572036,-0.011196406,-0.01832435,-0.02057014,-0.019479793,0.029309195,0.0016161962,0.004259679,-0.029764863,-0.0042311996,-0.021302463,-0.026396176,0.003069654,-0.013547976,0.035639722,0.0041742413,-0.0015205874,-0.018080242,0.0028723336,-0.026868118,0.017673396,0.038243536,0.031017948,0.0153706465,-0.011668347,-0.028690789,-0.0069285897,-0.0052361097,0.018275527,0.014662734,0.013474744,-0.00026648422,-0.013930411,0.0032629059,-0.020716606,-0.0012093501,-0.02895117,0.015224182,0.0078684045,-0.026086973,-0.009137764,0.0048251953,-0.021758132,0.02755162,-0.018063968,0.025403472,-0.029618397,-0.014386079,0.0045037866,0.012750558,0.01665628,-0.008665822,-0.017087538,0.017787313,-0.031978104,0.004605498,-0.0056348187,0.015150949,0.028007288,-0.002646534,0.010594273,0.013181815,-0.0038609698,0.009552747,-0.024475863,-0.010431535,0.031294603,0.04341862,-0.012807516,0.025826592,0.0013527634,-0.0207817,0.008478673,0.0049187695,0.022490453,0.026982035,0.011855496,0.014573229,0.009373735,0.016696965,0.025875414,0.0140606025,0.021660488,-0.004029811,-0.01261223,0.014540681,-0.033084728,0.010992982,0.012490176,0.010106058,-0.016794609,-0.023710992,-0.0035863486,0.00064790243,0.0026526367,0.00020685582,-0.02747025,0.028218847,-0.022099882,0.032303583,-0.012994666,-0.000965751,-0.010504767,0.011717169,0.0009550713,0.013596797,-0.004048119,-0.036160484,-0.012270479,0.023776088,-0.014613912,-0.009829402,-0.022457907,0.018617278,-0.0037084024,-0.0037246763,-0.019121768,0.01028507,-0.0027848617,0.0006911299,-0.008739055,0.011098762,-0.008787876,-0.0078846775,-0.00053551124,0.0043166373,0.101353504,-0.014426764,0.03215712,-0.006737372,0.051490445,-0.0011117071,-0.007701597,-0.0027299374,-0.01697362,0.013482881,-0.018487088,0.00901571,-0.024833888,0.0021623871,0.006887905,0.0037206078,0.008157264,0.006200335,0.01091975,-0.013189952,-0.011163858,0.009577158,0.013067897,-0.013946685,-0.025240734,-0.0214652,0.022230072,0.0145813655,0.0049960706,0.0014880397,0.028332764,0.022523,0.015395057,0.0047072098,-0.016875977,0.004084735,-0.026900666,-0.008421714,0.044167217,-0.025029173,-0.0061881295,0.020602688,0.021448927,0.0138083575,-0.019968009,0.008340346,-0.01819416,0.005777215,-0.018601004,-0.030301899,-0.01980527,-0.0061637186,0.009194722,0.011180132,-0.019788995,0.010374576,0.021172272,0.030887758,-0.03394724,-0.0033320698,-0.021937143,0.02699831,-0.013645619,0.01028507,0.009381872,-0.010797696,-0.028186299,-0.034630742,-0.002205106,0.009552747,-0.014597639,-0.014638323,0.0128482,-0.022669466,-0.0007435113,-0.0072215186,0.028430408,-0.0075347903,0.034175076,-0.019951735,-0.008372894,-0.020179568,-0.017657122,-0.004930975,-0.0145895025,0.0153625095,0.0070140273,0.028202573,-0.021660488,0.021335011,-0.008165401,-0.009487651,0.021139724,0.015687987,-0.006826878,0.011432376,-0.02670538,0.010081647,0.0022274826,-0.03638832,0.022571823,-0.012595956,-0.0031611945,0.0027502798,-0.018568458,0.010960435,-0.037560035,-0.0029231894,0.0006387484,0.00507744,0.0010455946,0.021155998,0.004011503,-0.0197239,0.039285064,-0.01464646,0.003397165,0.00009217607,-0.014890568,-0.038536467,0.024231756,-0.0061799926,0.004027777,-0.013401511,-0.0042027207,0.001357849,-0.004103043,-0.03275925,0.009007573,-0.017120086,-0.005520902,0.002001683,-0.0004902496,-0.00835662,-0.043516263,0.032612786,-0.014613912,-0.032791797,-0.0039382707,0.027323786,-0.022083608,-0.017071264,0.009512062,0.016225023,-0.023043765,-0.006562428,-0.011969413,-0.008747192,-0.020635236,0.032287307,0.009894498,0.0029170867,0.0065664966,0.024345672,-0.002373947,-0.003167297,0.054777764,0.032580238,0.0035965198,0.0054273275,0.0011920591,-0.025761496,-0.009080806,-0.009357461,0.027291238,-0.0028702994,0.008230497,-0.00079945265,-0.008364757,0.026591463,-0.0015511009,-0.0320432,-0.04185633,0.008267113,0.023922551,-0.029960148,-0.013702578,0.023466885,0.00015689003,-0.0062572933,-0.011733443,-0.01271801,0.018015146,-0.043353524,0.005423259,0.026217164,-0.00087014213,-0.011993824,-0.0151021285,0.02205106,0.024915257,-0.006599044,-0.0046177036,0.014377942,-0.008820424,-0.00063620566,-0.0054883542,-0.009398146,-0.008682096,0.028723337,-0.013491018,-0.0061799926,-0.01993546,0.012571545,0.008084033,0.04520874,-0.035118956,-0.003509048,0.013417785,0.0010628855,0.00986195,0.022946121,-0.055038143,0.019626258,-0.0060620075,-0.0057650097,0.021725584,0.04270257,0.03495622,-0.03000897,0.044753075,-0.033019632,0.006175924,-0.056698076,0.019382149,0.01411756,0.034728386,-0.0260707,-0.045989886,0.0011625628,0.028772159,-0.036843985,0.013434059,0.011351007,-0.011521882,0.013523566,-0.037006725,-0.003035072,-0.0067780563,-0.023548255,-0.012669188,-0.0045281975,0.029162731,0.0023434337,-0.01123709,0.00019452331,0.004930975,0.016640007,-0.0016589151,0.0056348187,-0.0018898003,0.02323905,-0.01612738,-0.016574912,-0.009902635,0.024215482,0.03181537,-0.0138164945,-0.006940795,-0.0072540664,-0.011399829,0.01517536,0.012734284,-0.020505045,0.013702578,0.0069041788,-0.010634958,-0.029211553,-0.028267669,0.018991577,-0.018096516,0.0046787304,-0.038992133,-0.01803142,-0.022018513,-0.0029882847,-0.008682096,0.028446682,-0.013474744,-0.025175638,-0.017006168,0.001429047,-0.011473061,0.0074330787,0.0026261918,0.018633552,-0.011163858,-0.0065014013,0.00042795128,0.024475863,0.019577436,0.008999436,0.011798537,0.044460144,0.008861109,0.04328843,0.01028507,0.033296287,-0.009430693,0.0065014013,-0.010781422,0.00507744,0.028983718,-0.026168343,0.0078846775,0.022620644,0.006562428,0.02852805,-0.011277774,-0.004638046,0.026265986,0.0066722766,0.005036755,0.009699211,0.014264025,-0.008071827,0.006932658,0.011635799,-0.03355667,0.04524129,0.013181815,-0.015281141,0.010276933,0.015761219,0.025615033,0.027323786,0.0029130182,0.01517536,0.033459026,0.0034520894,0.021074628,0.020358581,0.06652748,-0.016778335,0.021302463,0.023808636,-0.007982321,-0.021009535,-0.01900785,-0.013547976,-0.029162731,0.010887203,-0.009040121,0.011774127,-0.0038324904,0.0035171849,0.015411331,0.015126539,0.0018633553,-0.006818741,0.0011056043,0.0732323,0.023515707,0.039512895,-0.019854091,0.04576205,0.020505045,-0.001009487,0.021758132,-0.0025346514,-0.023304146,-0.030269353,-0.01208333,0.02218125,-0.028576871,0.041075185,-0.03707182,0.017575752,-0.013849042,-0.02847923,0.021058356,-0.031245783,0.048528604,-0.008165401,-0.012327437,-0.0228973,-0.019333327,0.026428724,0.026347356,0.00534189,0.009300502,-0.015712397,0.047259245,0.0042311996,0.0004976237,-0.005581929,0.0057731466,-0.037397295,-0.01887766],"social":"https://twitter.com/ajulu_"},{"title":"cryptopols","description":"a website that tracks sentiments of us politicians towards crypto","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=TZ0EUzRCZuM","youtube_transcript":"Hi. I'm Oliver. And I'm Esther. And together, we have built kerptopols dot com over the last six weeks. It's a website that tracks the percent of the US politicians in Congress. Our goal is to provide clear insights on that topic and to help those to whom cryptos of voting should make better informed voting decisions. Alright. Let's dive right in. Here's our landing page, and as you enter the site, users can see the aggregated view in Congress across the different states with a colored heat map. Ranging from a purple color anti view of crypto to a Bitcoin orange probe view of crypto. Users can also track recent events down here divided by public statements on the left side with articles or social media posts and legislative actions on the right side with congress letters, bills, or resolutions. Each event is evaluated on the range of prode and I cryptocenterment. Alright. You can also jump down to individual states and see the crypto sentiment of your representatives in your home state. And you can also provide feedback directly on the site. Alright. T. U. Oliver. Thank you. In the last six weeks, we have built the actual website from scratch using HTML, CSS, and JavaScript. Code is open source and available on GitHub. To create it, MySQL database tables feeding the website as well as a news API feed that screens over eighty thousand sources of news articles for crypto comments by politicians. We set up a branded Twitter account for to post regular updates and screen for crypto tweets by members of Congress. And we have also identified legislative actions on crypto from the library of congress and track their progress to electronic alerts. All of that is captured in our database and presented back on cryptobolds dot com.","embedding":[0.020030906,0.0142928865,-0.020388601,0.025828542,0.019375132,0.020865528,-0.022743426,0.021223223,0.02475546,0.024695843,0.045904163,-0.038273342,-0.0059280456,-0.051567663,0.084475584,-0.002338057,0.03335504,-0.010209205,-0.024919402,0.058035977,0.024099685,-0.015485203,0.015574627,0.024725651,-0.016901078,-0.020135235,-0.03615698,0.021089088,-0.00758611,-0.015977032,0.026260758,-0.027274227,0.008845493,-0.0112524815,0.027065571,-0.042982988,0.0028354763,-0.010194301,0.030731943,0.077321686,-0.004687292,-0.010917142,0.0313281,0.03556082,-0.07052548,-0.020463122,-0.05541288,-0.008405827,0.010052714,0.0460532,-0.037617568,0.023443911,-0.003815411,-0.017243868,-0.034249276,-0.04283395,-0.023101121,0.033086766,-0.04241664,-0.00696387,0.03714064,0.0027143816,0.035650246,-0.0017828848,-0.001166234,0.009389488,-0.011245029,0.014903949,-0.0056523224,0.030314632,0.044026263,0.06688892,-0.021864092,-0.02231121,0.039257,-0.032132912,-0.036484867,0.024367956,0.024323244,-0.039644502,0.0042401734,-0.0019915402,0.015827993,0.0024852334,0.025113154,-0.043668568,-0.0068856245,-0.0039085606,-0.014374859,0.014710197,-0.048437834,0.029614147,-0.016662614,-0.0041656536,0.029509818,-0.03430889,-0.03600794,0.022475155,0.048944566,-0.0012631096,0.01921119,-0.031536754,-0.016707327,-0.020567449,0.008957273,0.044264726,0.004068778,-0.028183367,0.034338698,-0.0381243,-0.105221875,-0.00044199522,-0.017065022,-0.008413279,0.018749168,0.0051195063,-0.05204459,0.022013132,-0.027005956,-0.06766393,-0.044771463,0.047424365,0.027378554,0.04563589,0.011125797,-0.018212626,-0.06837932,-0.009970741,-0.0050747944,-0.005316984,0.02714009,-0.017452523,0.047036864,0.036097363,-0.024993923,0.019613596,-0.030702135,-0.011014018,-0.0013432184,-0.019151574,0.034338698,-0.020776104,-0.00010636529,-0.01687127,-0.06307351,-0.03475601,-0.03880988,0.033802155,-0.0807794,-0.04638109,0.06259658,-0.02480017,-0.010224109,0.0317156,-0.013383746,0.010991662,0.04536762,0.032132912,-0.00019724444,0.013786153,-0.028541062,0.06241774,-0.011125797,0.02019485,-0.010902238,0.0524619,0.009933482,-0.029584339,-0.06772354,-0.016334727,-0.02551556,-0.041909903,0.012817396,0.062477354,-0.036544483,-0.03076175,0.005141862,0.006662065,0.010574352,-0.019747732,-0.010805363,0.017407812,-0.012392634,-0.009091409,-0.03150695,-0.016349632,0.0102539165,0.04763302,-0.022847753,0.022952082,-0.02509825,0.049242646,0.04208875,0.014337598,0.005018905,-0.057350393,0.06366967,-0.00886785,0.012325565,-0.0064645875,-0.00939694,0.045158964,-0.040061813,0.028630486,0.0050822464,-0.019464556,0.033653118,-0.016453959,-0.0021182238,0.019449653,0.049570534,0.031775218,-0.027453074,0.027840577,-0.008726262,-0.043042604,-0.055770576,0.024710746,-0.013115475,0.039376233,-0.0142779825,0.080839016,0.038392574,-0.022698713,0.0131080225,0.060748495,0.03517332,-0.004079956,0.032937728,-0.021148704,0.028108846,0.0017269951,0.0014251901,-0.043161836,0.037051216,-0.026037198,0.00020912103,-0.066590846,-0.0151349595,0.00046714564,0.0017856794,-0.008554867,-0.027721345,0.016930886,0.023488624,-0.0065800934,-0.02246025,-0.0649216,-0.03803488,0.04834841,0.059228294,0.039018538,0.018734263,-0.0005081315,-0.012005131,-0.02849635,-0.012325565,0.060748495,-0.053833064,-0.02354824,0.0100676175,-0.021625629,-0.051090736,-0.0652793,0.004948111,0.02068668,-0.0218939,0.0020679228,-0.0501965,-0.060450416,0.044413768,0.04650032,-0.014024615,0.0068632686,-0.029450202,0.019613596,-0.01581309,-0.00043337888,0.0010935772,0.0053803255,-0.040926244,-0.011900803,-0.009717374,0.017154446,-0.012534221,-0.0004440911,-0.02891366,-0.010760651,0.033116575,-0.001031167,0.050673425,0.036842562,0.039674312,0.047990713,-0.038273342,0.020612162,0.04808014,-0.056605197,0.0077798613,-0.0016161469,-0.004340775,-0.025053538,0.008100296,-0.006103167,0.006710503,0.0045382525,0.017005406,-0.0071240873,-0.008085392,-0.019792443,-0.022057844,0.010902238,-0.020895336,0.0059951134,-0.0033533885,0.0077053416,0.0728505,-0.014881593,-0.019479461,-0.05314748,-0.03407043,-0.05681385,-0.006028647,0.03740891,-0.015649145,0.006703051,-0.0011010292,0.019986195,0.03404062,-0.038690653,0.08310442,-0.05711193,0.0042513516,-0.009106313,-0.006334178,-0.022952082,0.023011697,-0.02034389,0.02559008,-0.013003695,-0.06480237,-0.041909903,-0.0156193385,-0.028809333,0.006419876,0.039674312,-0.041909903,-0.021566013,-0.007824573,0.007351373,-0.021461686,-0.014196011,0.0032993616,0.0050747944,0.024010262,0.0134508135,-0.017690986,-0.0077202455,-0.01815301,0.023578048,-0.0077202455,0.027318938,0.022102555,0.00458669,0.05061381,0.018167913,-0.07696399,-0.0036421525,-0.004307241,-0.009970741,0.02283285,0.0019281984,0.014471734,-0.0042588036,0.016051553,0.01970302,0.052909017,0.022475155,-0.038899306,0.0021051827,0.03857142,-0.037557952,0.016126072,-0.035650246,-0.010380601,0.058810983,0.039704118,-0.04423492,-0.056635004,0.016126072,0.07255242,-0.04086663,-0.0033142655,-0.031030022,-0.012929175,-0.010835171,0.018764071,0.056962892,0.028123751,-0.025604984,0.008860397,-0.019673212,0.008562319,-0.048020523,-0.0025262192,-0.02170015,0.007243319,-0.022996793,0.029688666,-0.006993678,0.010715939,-0.057171546,0.015529915,-0.053803254,-0.013502978,0.037051216,0.014285435,-0.02298189,0.029539626,0.005275998,-0.013838316,-0.035113703,-0.007030938,0.00075916987,-0.023876125,0.03985316,0.06957163,-0.0065353815,0.012310661,-0.032848302,-0.012921724,-0.053207096,0.020448217,0.010991662,-0.027602114,-0.045695506,-0.017884739,0.098127596,0.021983324,0.0055927066,-0.0010693583,-0.0033682925,0.0077351495,-0.007615918,-0.046142627,-0.020954952,0.051418625,-0.063610055,-0.015559723,-0.03061271,0.015991937,0.003463305,-0.020612162,0.017914547,0.006736585,-0.027304035,0.06629276,-0.0062708366,0.036812752,-0.01834676,-0.016021745,0.043996457,-0.03335504,0.0122659495,0.011006566,-0.044354152,-0.031417523,0.043728184,0.021163607,0.020940049,0.047126286,-0.027482882,-0.008495251,0.01871936,0.0035899887,-0.018167913,0.022475155,0.004310967,0.0011494671,-0.035054088,-0.032788686,-0.006676969,-0.06826009,0.036127172,0.038780075,0.03570986,-0.0053877775,0.009598143,0.013003695,0.017169349,0.02438286,0.04271472,0.038601227,-0.018525608,0.043161836,-0.072910115,-0.05714174,-0.04140317,0.012318114,-0.027780961,-0.009300064,-0.03407043,0.013368842,0.032818496,-0.00015136822,0.0139202885,-0.033981003,-0.010060165,0.018331857,0.021118896,-0.0377368,0.00032485952,0.012459701,0.005823718,0.015231836,0.0074407966,0.0007708136,0.0002039978,-0.023905933,-0.006091989,-0.0059951134,0.02135736,0.009493816,0.010306081,-0.022251595,0.024204012,-0.030702135,-0.043161836,0.010142137,-0.00015171754,0.009061601,-0.016498672,0.020209754,0.013152734,-0.046887822,0.017407812,-0.004594142,-0.038481995,-0.030702135,-0.015917417,0.012877012,-0.013480621,-0.0031465963,0.005611337,-0.0010730843,0.021849189,0.013339034,-0.016915983,-0.01807849,0.014971017,0.030076168,-0.024114588,-0.004691018,-0.03484543,-0.0045382525,-0.017601563,0.0188684,-0.0105818035,0.0063155484,0.00064599304,0.013428458,0.007153895,0.033086766,0.029405491,0.013242158,0.026067005,0.032490607,0.0027944904,-0.018048681,0.017512139,-0.0053132577,-0.03335504,0.037557952,-0.025962679,0.044682037,-0.016960694,-0.055383075,-0.012392634,0.0011382891,-0.021327551,-0.06325236,0.008316403,-0.023861222,-0.0010507284,0.002589561,0.033653118,-0.0015295177,-0.003485661,-0.003206212,-0.0016357084,-0.006751489,0.009516171,-0.005231286,0.015515011,-0.015216932,0.0047878935,0.024114588,-0.016081361,-0.02135736,0.0102539165,0.0021014567,0.0021834285,-0.03642525,-0.016409248,-0.03454735,0.0051120543,0.011990227,0.015149863,0.03263965,-0.013510429,-0.01313783,-0.005473475,0.018704455,0.037557952,0.026126621,0.0024591514,-0.03120887,-0.0033943744,-0.019866964,0.00530208,-0.006431054,-0.06557737,0.000014707461,0.012690713,0.0045047184,0.02068668,0.016021745,-0.01290682,-0.009426747,0.054518644,0.03374254,-0.014091684,-0.0011103442,0.023682375,-0.013704181,0.004899673,0.009367132,0.01928571,-0.0152765475,-0.041462786,0.014441926,0.028168462,-0.021387167,0.0040277923,0.014464282,-0.01785493,0.020403506,0.07213511,-0.0042625293,-0.0301954,-0.0031167883,-0.016394343,0.02389103,0.032580033,-0.0008905109,-0.0053803255,-0.027005956,0.025485752,-0.0137787005,0.050434962,-0.046708975,0.0057380204,-0.002021348,-0.009054149,-0.02408478,0.026141526,0.0015593256,0.038929112,-0.016021745,0.034666583,-0.042625293,0.045039732,0.020969857,-0.023086216,0.023384295,0.01940494,-0.01992658,-0.05258113,-0.00970247,0.025455944,-0.0016096265,0.014218367,-0.027482882,-0.012958983,-0.027989615,-0.027423266,-0.0012239867,-0.0071427175,0.038183916,-0.006159057,0.00025383287,0.010089973,0.012564029,0.0062261247,-0.0020138961,0.017452523,0.018823687,0.026499221,-0.0014205326,-0.062477354,0.0074929604,-0.0115803685,-0.078514,-0.040717587,0.012944079,-0.005503283,0.0041954615,-0.01687127,-0.0015015728,-0.0039234646,-0.031268485,0.018838592,-0.008972177,0.007504138,0.0005072,0.0032546497,-0.0042774333,-0.047543596,-0.0028652842,-0.01891311,-0.028079038,-0.0034185932,-0.011639984,-0.025008826,0.05684366,-0.016558288,-0.02600739,0.005413859,-0.03672333,-0.027453074,0.0222665,-0.008107748,-0.008085392,-0.01456861,-0.01113325,-0.018242434,-0.05144843,-0.00909886,-0.02389103,-0.034338698,-0.04536762,0.0068893502,-0.005212656,-0.008703906,0.02815356,-0.024829978,-0.007958708,0.019762635,0.014173655,0.01977754,0.006986226,0.015678953,-0.019807348,0.013443362,-0.006326726,0.012444797,0.020969857,0.007358825,-0.009970741,0.043728184,0.03159637,0.039167576,-0.014590966,0.060837917,0.02480017,0.045129158,-0.005231286,-0.018689552,-0.024338149,-0.017050117,0.036037747,0.021178512,-0.015723666,0.002615643,0.02766173,-0.0045308005,-0.001612421,-0.0050487127,0.000022137603,-0.002317564,0.002610054,0.010216657,0.017199157,-0.005771554,-0.0032844576,-0.03430889,0.024785267,-0.0008970314,-0.01906215,-0.0070831017,-0.030553095,-0.011267385,-0.011982774,-0.045009926,0.025396328,-0.012161622,-0.03091079,-0.045486853,-0.04667917,0.03034444,0.016290016,0.0039830804,-0.008271691,0.0027572305,0.0036775493,0.006144153,-0.011140701,0.011498396,-0.05654558,0.01709483,-0.03105983,0.026692972,0.0015481476,0.010917142,-0.02120832,0.010611611,0.016617903,-0.010209205,0.007988516,-0.016513575,0.026096813,-0.009307516,-0.016245304,-0.025485752,0.015842898,0.008010873,-0.008435635,0.012884464,-0.00028201065,0.01702031,-0.0070272116,0.00800342,0.024367956,-0.0051530404,-0.007891641,0.012556577,0.0141065875,0.0211338,-0.03627621,0.0031372812,-0.046828207,0.03120887,-0.01354769,-0.0177357,0.028705005,-0.012556577,0.011110893,0.006095715,-0.03454735,-0.023637664,-0.0041880095,0.009970741,0.019002534,-0.025053538,-0.036037747,0.0032341569,-0.002380906,-0.02159582,0.028123751,0.010291177,-0.037945453,-0.016558288,0.0022262773,-0.0013152735,0.046917632,-0.032580033,0.020284275,0.04095605,-0.00696387,0.011990227,-0.040300276,0.006393794,-0.0073178387,0.022817945,-0.0027143816,0.014561158,-0.013353938,0.036842562,-0.007966161,-0.011721956,0.014054423,0.0077053416,-0.014941209,-0.018734263,-0.05201478,0.03484543,-0.010462572,0.04667917,-0.045993585,0.00021645657,-0.008480347,-0.00054911734,-0.004948111,0.032401185,0.03880988,0.026782395,0.007951257,0.020865528,0.017676083,-0.023265064,0.011245029,0.009955837,-0.0010171945,0.032490607,-0.016513575,-0.019598693,-0.0067254067,-0.037259873,-0.004966741,0.028257886,-0.007824573,0.012206334,0.04808014,0.010298628,0.009583239,0.0010879883,0.0045680604,0.053833064,0.00981425,0.0037539322,0.0018536786,-0.018018873,0.00762337,0.0012845341,0.019434748,0.024367956,-0.02573912,0.009650307,0.015872706,0.0073327427,0.022996793,0.0127652325,-0.0017856794,-0.013406102,0.019047247,-0.0230266,0.011744312,0.0057156645,0.016185688,0.019866964,-0.00080201874,-0.027065571,0.016111169,-0.048318602,0.01328687,-0.0615235,-0.004571786,0.016558288,0.009464008,-0.0054175854,0.029867513,0.029807897,-0.000013936065,-0.043549336,-0.020239562,-0.0044674585,0.007995969,0.02354824,0.018033778,0.0139202885,-0.014032068,0.01290682,-0.012772684,0.0009687567,-0.032550223,0.010619064,0.024025165,0.009695019,0.011192866,0.03091079,0.028511254,0.040479124,0.027825672,0.01211691,0.0125938365,-0.0076755336,0.029390587,-0.004646306,-0.02034389,-0.0039905324,0.022445347,0.028242983,-0.008592127,-0.01615588,0.014084231,0.010999114,-0.024710746,0.036902178,0.047722444,0.011707052,-0.0018462266,-0.029673763,-0.014404667,-0.002909996,-0.012333018,-0.04098586,0.0047990717,-0.009784442,-0.011759216,0.014225819,0.02709538,-0.029494915,0.022400634,-0.027453074,-0.005324436,-0.040061813,0.046440706,-0.015008276,-0.014769813,-0.008279144,0.018734263,-0.030851174,0.007973612,0.005618789,0.03845219,-0.036127172,-0.013726537,-0.01524674,-0.033623308,-0.016960694,-0.01807849,-0.015306355,0.020805912,-0.0053803255,0.00466121,-0.0021070458,0.010313532,-0.008092844,0.014501542,0.022817945,-0.012340469,0.024815075,0.0068148305,0.021998229,0.0015835445,-0.0042886115,0.0042140917,-0.012616193,0.002893229,0.039733928,-0.025485752,-0.04271472,0.018391473,0.022147268,0.005194026,-0.0062484806,0.005823718,-0.01630492,0.009747182,0.029420394,0.033682924,0.029420394,-0.012027486,0.027199706,0.00950872,0.017795315,0.011088538,-0.017422715,-0.013540237,0.0031186512,-0.021774668,-0.0009939071,-0.017035214,-0.014978468,-0.007966161,-0.007943804,0.01936023,-0.05654558,0.027870385,0.0031074733,0.0050002746,-0.010969306,-0.012571481,-0.015768377,-0.029822802,-0.0024610145,0.02374199,-0.019539077,0.00007044445,0.046977248,0.0173631,0.00526482,-0.0069377883,0.013316678,-0.039346423,-0.041880097,-0.0031801302,0.011550561,0.016588096,-0.008987081,0.009687566,-0.014061876,0.011505849,-0.00996329,-0.015380875,-0.017482331,-0.014613322,0.04381761,0.0054101334,-0.0049630147,-0.0036365634,-0.014583514,-0.0173631,0.028034328,-0.013055859,-0.0125938365,0.0028559691,-0.00030995556,0.0015900651,0.010119781,0.033712734,0.0102539165,0.012169074,0.0013758207,-0.0230266,0.000025033976,0.0050449865,-0.012556577,0.0047208257,-0.009799346,0.020150138,-0.011483492,-0.0077873133,-0.02241554,0.023607856,-0.010075069,-0.033533886,-0.019509269,0.0039160126,0.005823718,0.02374199,-0.033623308,-0.010745747,0.018838592,-0.015589531,-0.02438286,-0.02053764,-0.012176526,-0.016021745,-0.0033738813,0.02268381,-0.018406376,-0.0042476254,0.016260209,-0.0013115475,0.014754909,0.010320985,0.08924484,0.01834676,0.002300797,0.016558288,0.03570986,0.010753199,-0.001451272,0.009016889,-0.011163058,-0.015164767,-0.021789573,-0.005894512,0.008212076,0.004981645,-0.0022560852,-0.006688147,0.009769538,-0.012347922,-0.0020977308,-0.012102006,-0.0050561647,-0.004914577,0.0129366275,-0.0014894634,-0.03955508,-0.009314968,0.015425587,-0.00700113,-0.00807794,0.012921724,0.043728184,-0.0054250374,-0.009955837,0.05061381,0.0083834715,0.004307241,-0.017884739,0.019151574,-0.006054729,-0.0064571355,0.00645341,0.01687127,0.01657319,-0.018898208,-0.008890205,0.014367406,0.00027549017,-0.00513441,-0.028958373,-0.04664936,-0.011975323,0.0028112573,0.011900803,0.026499221,0.01936023,-0.004087408,0.0067403107,0.04524839,0.04238683,0.0053840512,-0.033802155,0.059794642,-0.012564029,0.008920013,0.011028922,-0.023101121,-0.03374254,-0.023607856,0.04480127,-0.028690102,-0.009143572,0.015947225,-0.023354487,0.044294536,0.0135924015,0.015082796,0.006449684,0.027885288,0.02332468,0.012243594,-0.031387717,0.017497236,0.0077575054,0.009389488,-0.020448217,-0.0117666675,0.0074407966,0.00068651314,0.011304645,0.038958922,0.020179946,-0.0074929604,0.0090839565,0.010089973,0.011237578,0.016409248,-0.062179275,-0.032997344,-0.018436184,-0.00879333,0.015202028,0.011833735,-0.021103991,-0.020507833,-0.012623644,-0.0018024463,-0.016752038,0.023086216,-0.020045811,0.018883303,-0.006412424,0.00522756,0.009464008,-0.009687566,-0.0035061538,0.018749168,0.003221116,-0.009195737,-0.012310661,-0.013495525,0.0177357,0.0018071037,-0.010097425,-0.032490607,0.023563143,0.0022076473,0.027035763,-0.025053538,0.019524172,-0.01901744,0.026365085,0.037349295,-0.009598143,-0.003211801,-0.009210641,0.033593502,-0.011327001,-0.016498672,-0.011707052,-0.0033906484,-0.0109245945,0.020671777,0.025977582,-0.015365971,0.033235807,0.011945515,-0.0011261796,0.004672388,-0.0324608,0.006114345,-0.012675809,-0.0022598112,0.035739668,-0.003470757,-0.009985645,-0.0077649574,0.043608952,-0.022162171,0.003986806,-0.0011028922,-0.0038862047,-0.012392634,-0.018465992,-0.02876462,0.009836606,-0.00093103107,-0.023995357,0.0092479,-0.012020035,0.018093394,0.015544819,-0.032073297,-0.033533886,-0.012161622,0.0294353,-0.020463122,-0.01901744,0.0074333446,-0.012921724,0.008532511,-0.04775225,-0.032132912,0.011602724,0.0061329748,0.012720521,0.03883969,0.004355679,-0.01211691,0.0015742296,0.017228965,0.011386617,-0.009449104,-0.024144396,0.0042588036,0.04167144,0.019762635,-0.00879333,-0.04709648,-0.017661178,0.021431878,0.0105818035,-0.023652567,-0.02049293,0.015827993,0.016245304,0.013040955,-0.016960694,-0.021983324,0.024174204,0.032162722,0.014933757,0.014151299,0.0044078426,0.043668568,0.0024759185,0.01445683,-0.012787588,0.022326116,0.018480897,0.011394069,-0.006691873,-0.0057119383,0.02007562,-0.035531014,0.0057529244,0.008934917,0.0045270743,-0.03272907,-0.046142627,0.0042178174,0.03740891,-0.02547085,-0.023995357,0.044860885,-0.007504138,-0.0079289,0.0068558166,-0.015067892,-0.01286956,0.0011019607,0.0048400573,0.0073886327,0.01041786,0.026633356,-0.00458669,0.016096264,0.0050785206,0.038660843,-0.013100571,-0.0012966435,0.0019151574,0.012049843,-0.026856916,0.007314113,0.011386617,0.026111718,0.007269401,0.011334453,-0.025962679,-0.022519866,0.011289741,0.0014978468,0.004419021,-0.0011932474,-0.016930886,-0.008808234,0.042923372,-0.021476591,-0.0460532,0.0021312647,-0.0042289956,0.010283724,0.010313532,0.012489509,-0.012295757,0.024054972,-0.022668906,0.019106863,0.010648872,-0.037051216,-0.0006697462,-0.025396328,-0.024159301,-0.0059429496,-0.004087408,0.011818832,-0.014769813,-0.01891311,-0.001888144,0.016439056,0.007343921,0.03263965,-0.032848302,0.028466541,-0.002902544,-0.015649145,0.013696729,0.016752038,-0.0068111047,0.015455395,-0.008808234,-0.011177962,0.011744312,-0.012243594,0.0063080965,0.010477476,0.007832025,-0.019300614,-0.0056001586,-0.019539077,-0.007273127,-0.002634273,-0.007366277,0.005346792,0.018615032,0.004936933,-0.0023063861,0.017154446,0.013994807,0.014389763,0.038243532,-0.0069526923,0.012623644,0.0039085606,0.032103106,-0.0045829643,0.0068744463,0.013488074,0.03407043,-0.021729957,0.013577498,0.03204349,0.037230063,-0.016200593,0.06366967,-0.016036648,-0.0006753352,-0.015261644,-0.0025355343,-0.037051216,-0.025798736,0.014576062,-0.0028801882,-0.013353938,-0.018659744,0.01449409,0.024710746,-0.016468864,0.041760866,0.04411569,0.010805363,0.025828542,0.0018480896,0.030225208,0.00029551735,0.033384845,0.018242434,-0.006431054,-0.009844058,-0.019539077,-0.0009287023,-0.019345326,-0.037468527,0.013979904,-0.033682924,0.02815356,-0.0074631525,-0.014844333,0.006721681,0.009709923,0.031566564,0.0018108297,0.022594387,-0.012713068,-0.012355373,-0.02374199,-0.022221787,0.01328687,-0.008048132,-0.03618679,0.022549674,-0.009061601,0.036335826,0.009031793,-0.013026051,0.006166509,-0.01785493,-0.002932352,-0.046291664],"social":"https://twitter.com/OliverZerhusen"},{"title":"keyboard.ai","description":"an android keyboard which helps you improve your conversations","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=ia_cbW7T18I","youtube_transcript":"Of everyone. My name is Saj, and I've been working on this project called keyboard dot c a. Keyboard dot c a is an Android keyboard, which helps you integrate your conversations. So what are the problems that current use phase on daily basis? So we are being under many hotshot figures every day. So why this happens? Because the model they are using is having some difficulty processing natural human language, which includes commonly used, but one of these applications, slantings. And this was as an incorrect direction. So what's the solution? If you follow the keyboard. If you use AI to eat your text and then remember your writing sign, it will suggest you a variety of jokes. Bigger lines or even conversational service. So how does it work? First speaker and Android app, which is the keyboard app, then train them AI model, and then add the model to that. To be very simplistic. So what we have to think about one hundred. So first week of this is we research about hundred development. And in the next week itself, we launched the app. Now, after the next week, on the week, we integrated the app and fixed some bugs. On the fourth week, we we search about AM models and training. And then in the next week, we started training our model. So if you like all of these contact us at our meeting website. Thank you.","embedding":[0.008109409,0.020699738,0.045955833,0.0010089613,-0.0031079783,-0.006495071,0.0105460035,0.043662567,-0.005661499,0.03723539,0.0010193338,-0.06716854,-0.06771168,0.006544105,-0.0043677655,-0.025527665,-0.046559323,-0.0009778439,-0.036662072,0.013322062,0.030068934,0.010772313,0.041912444,0.03717504,0.024954349,-0.004126369,-0.041520175,0.018572433,-0.010734594,-0.028831778,-0.016912833,-0.029993499,-0.029284397,-0.011217387,0.008388524,0.01095336,0.024471557,0.0040735635,-0.017893506,0.004092423,0.0029193873,0.0008448873,0.007536093,0.02190672,-0.047434386,-0.0025855813,-0.054796975,0.032135893,-0.023219313,0.01686757,-0.07350519,0.024833651,-0.004009443,0.048611194,0.02290248,-0.022932654,0.0380501,0.0153513,0.00178407,0.0030400855,0.03563614,-0.027820932,0.02505996,0.0182556,-0.040192496,-0.026870433,-0.015200428,0.029782277,-0.024758214,-0.005039149,0.058086,0.000014939937,-0.022148116,0.010493198,-0.022449862,-0.021227792,-0.023385273,0.049003463,0.053921912,0.0053559816,0.014649742,0.0027949172,-0.00021475789,-0.0055936063,-0.039287258,-0.031109957,-0.061495725,-0.019130662,-0.06734958,-0.045744613,-0.019372059,0.025195746,-0.03916656,0.015494629,0.09848972,0.0028778974,-0.01925136,0.039407957,0.046227403,0.008531853,0.018466823,-0.039347608,0.0041339127,0.015132534,-0.0064875274,-0.012273496,0.033282522,0.007370133,-0.019191012,0.015147622,-0.120456785,-0.023475796,-0.0134125855,-0.03699399,-0.0016482846,-0.01582655,0.04375309,-0.04459798,-0.022253728,-0.047766306,-0.034549855,0.038382024,0.0348516,0.015901985,-0.003505905,-0.032558333,-0.01582655,-0.039468307,-0.043360822,-0.0023800172,-0.017697372,-0.014913769,0.011632287,-0.018195251,-0.041791745,-0.027579535,-0.01852717,0.04408501,-0.034217935,-0.009618136,0.01725984,-0.0029401323,-0.03977005,0.014340453,-0.032980777,-0.05920246,-0.00589158,0.016716698,-0.032980777,-0.02246495,-0.013729419,0.005454049,-0.026266942,-0.0009787868,0.027353225,-0.0041150535,0.028348986,0.08153162,-0.021544626,0.00071900286,0.0040622484,-0.018738393,0.018451735,0.001967003,-0.05702989,0.012386651,-0.04022267,-0.027624797,-0.0349723,-0.031502225,-0.030265069,-0.024531906,-0.017968941,0.035756838,-0.01725984,-0.03464038,0.030415943,-0.08394559,-0.0482491,-0.03536457,-0.035394743,0.042636633,-0.043722916,0.006551648,-0.017395625,-0.051538125,0.0014200895,0.01062144,0.0045110947,0.009074994,0.008810967,-0.008018886,0.040132146,0.011292824,0.02937492,-0.046106707,0.07350519,-0.0365112,0.01852717,-0.013586089,0.03856307,0.02705148,0.0158869,0.0010806259,0.01692792,0.0031400386,0.022615822,0.036149107,-0.019296622,-0.041791745,0.06179747,-0.014136774,0.03536457,0.0036190595,-0.060077522,-0.005212653,-0.066565044,0.0013427673,-0.07115158,0.010161278,0.0085620275,0.03811045,0.020669565,-0.025995372,-0.0135181965,0.022676172,0.023475796,-0.0014031164,0.060198218,-0.006166923,0.0077322274,0.0110816015,0.050240617,-0.03850272,0.05123638,-0.05980595,-0.009007102,-0.023113701,0.018029291,0.0026289574,-0.022268815,0.03120048,0.04194262,0.07766928,0.039045863,0.021861458,-0.038200974,-0.050089747,0.031894494,0.0033908645,0.041912444,0.000975015,-0.0040132147,0.024441382,-0.010297064,-0.004831699,-0.038804464,0.031954844,0.02545223,-0.014755352,-0.020895872,-0.035998233,-0.049093984,0.0072532063,-0.024049113,-0.028062327,-0.025904847,0.029676666,-0.024969436,-0.026794996,-0.0064460374,0.0076643345,0.006053768,0.035756838,-0.012333846,-0.019055225,-0.008448873,-0.005167391,-0.0348516,-0.0050165183,0.00034936465,0.0052390555,0.042757332,-0.01217543,-0.0064573525,0.03340322,0.017290015,-0.0053031766,-0.039407957,0.00043847386,0.044115186,0.0057369354,0.011979295,0.015011837,0.01186614,0.009067451,0.015245689,0.032166064,0.0053597535,-0.0027911456,0.039106213,-0.027639885,-0.0028552664,-0.017516324,-0.04167105,0.04076581,-0.002928817,0.05902141,0.03192467,-0.030234894,0.00502029,0.04221419,0.055853084,-0.00410751,-0.057180762,-0.046167053,0.06928076,-0.024833651,-0.011028796,0.011496502,-0.015917072,-0.04435658,-0.01643004,-0.038804464,-0.018134901,0.019900113,0.049093984,0.01103634,0.012959967,-0.019719066,0.06734958,-0.04088651,-0.012922249,-0.033704966,0.0018859091,-0.030400855,-0.066082254,-0.006800588,0.022555472,0.011209844,-0.043240122,-0.051749345,-0.026613949,0.035394743,0.04429623,0.008139583,0.0071249646,-0.013895378,0.006125433,0.039679527,-0.046378277,0.009444633,0.00609903,-0.031894494,0.015917072,-0.000011182851,-0.027307963,0.0020669564,-0.009769009,-0.032588508,-0.014144318,0.006091486,0.04031319,0.03657155,-0.010002862,0.007611529,-0.04806805,0.0041754027,0.008026429,-0.021167444,0.037024166,-0.018014204,0.028605469,-0.008660095,-0.057935126,-0.026583774,0.02555784,0.025738887,-0.016399866,0.0513269,0.053318422,-0.006287621,-0.021710586,-0.07296205,0.00034252825,-0.0021933124,-0.001619053,-0.026191505,-0.0147251785,-0.0035172205,0.03367479,-0.021695498,0.00014073597,0.006393232,0.03699399,0.031230655,0.0095427,0.038804464,-0.0066346284,-0.011043884,0.030249981,-0.043059077,-0.016505476,0.012462087,-0.017863331,-0.022148116,-0.031019432,0.011164582,0.03451968,0.046498973,0.05561169,-0.054615926,0.05425383,0.0025365478,0.011096689,-0.00091372296,-0.019734154,0.041852094,0.06855657,0.043028902,-0.0019311709,-0.06916006,-0.028801603,-0.020926047,-0.020171683,0.045442864,0.026674299,-0.013533284,-0.000004515868,-0.062219914,-0.014083969,0.043602217,-0.0064799837,-0.015645502,-0.031291004,0.010002862,-0.014008533,0.056999717,0.023868065,0.0058086,-0.020367818,0.024682779,-0.02435086,0.013887835,-0.011504046,0.03451968,-0.047102466,0.0029816222,-0.021363579,-0.00082272786,-0.03783888,-0.041791745,0.014627111,0.07308275,-0.013065578,-0.04109773,0.045744613,-0.021061832,0.01593216,-0.0005483281,-0.0013210793,0.047555085,-0.039196733,0.030551728,0.018104726,0.020790262,-0.012997686,0.021378666,0.019296622,0.02389824,-0.010862837,0.010334782,-0.020126421,-0.0129825985,-0.05543064,-0.00006335476,0.072177514,-0.018406473,-0.03844237,0.008607289,-0.04022267,0.005604922,-0.013171189,0.024863826,0.04016232,0.025693625,-0.014785527,-0.015977422,0.016852483,0.037808705,0.016792135,0.019341884,0.060168043,-0.018315949,0.04746456,0.0009222095,0.0058802646,-0.038261324,-0.016807223,-0.027036393,0.01725984,0.0062235002,-0.0051145856,0.08412664,-0.005665271,0.05277528,0.023098614,0.0054615927,-0.0048656454,-0.0061442917,-0.0042470675,-0.02379263,0.02794163,0.017878419,-0.011986839,0.03313165,0.0064422656,0.023370186,-0.015645502,0.011971751,-0.0069175144,-0.005408787,-0.006868481,-0.017350364,-0.0075172335,-0.03801993,-0.031562574,-0.0035605964,-0.027624797,-0.0013314518,0.035756838,-0.014076426,0.012250866,-0.0037378718,-0.02522592,-0.02412455,-0.017802982,-0.02257056,-0.038532894,-0.016188644,0.011587026,0.0155549785,0.056064304,0.0071890857,-0.008675182,0.009972687,0.0017812412,-0.008199933,-0.017214578,0.013374867,0.016037771,0.011466327,0.013631351,-0.03895534,0.0075210053,0.0032324481,-0.031894494,-0.016203731,0.020714825,0.0026365009,0.014891138,-0.005782197,-0.03883464,-0.012024556,-0.038412195,0.014136774,-0.0015087273,-0.03783888,0.0020405536,0.0019839765,0.0033361732,-0.026131157,-0.0064837555,-0.04396431,0.008765706,-0.0032437637,-0.012786464,-0.0015257004,-0.021469189,0.012318758,-0.051296726,-0.0107044205,-0.027956717,0.03530422,-0.007785033,-0.011624743,-0.004205577,-0.0010721394,-0.022781782,0.00879588,0.021982156,-0.02047343,0.0021819968,0.027504098,-0.024320684,-0.008577115,-0.009701116,-0.005710533,-0.00067091215,0.025029786,0.003967953,-0.021529539,-0.02306844,-0.0067515546,-0.017953854,-0.019221185,-0.020066073,-0.02439612,0.0040584765,-0.008139583,-0.007785033,0.00094672636,-0.0005370126,-0.014860963,-0.0028892127,0.015034467,-0.013080666,-0.009180605,0.004390396,0.0066874335,-0.0042018057,-0.021499364,0.032407463,-0.0044469736,0.032437637,0.02937492,-0.0093390215,-0.023294749,0.0020028355,-0.017984029,0.0074568847,0.039317433,0.037416436,-0.0061442917,-0.011526677,0.008886403,-0.0072532063,0.036209453,0.037597485,-0.033010952,-0.0068571656,-0.0155549785,0.015064642,-0.025346618,0.024607342,0.008969383,-0.0046355645,0.012288583,0.009859533,-0.03080821,0.024743127,-0.035787012,0.048279274,-0.0013342807,0.01692792,0.021393754,-0.039709702,-0.03672242,0.025919935,0.02340036,-0.011194756,0.032920428,0.020880785,-0.022645997,0.0003618588,0.042576283,0.006781729,0.009806727,0.021393754,0.0062951646,-0.053348597,0.031502225,0.003653006,-0.017290015,0.0074719717,0.021755848,0.028198114,-0.03551544,0.046317928,0.0066761184,-0.042365063,-0.012514893,-0.039558828,0.00051202433,0.018844003,0.021469189,0.03717504,0.005099498,-0.0064460374,-0.042395238,-0.0023102385,0.003006139,-0.017848244,0.0021084463,0.013005229,0.009195693,-0.012167886,0.027473925,0.01211508,-0.038985513,-0.038985513,-0.00015476241,-0.024984524,0.015811462,-0.039709702,-0.016943008,0.00016277753,0.017184403,0.04680072,0.0013748277,-0.010470567,0.017380537,0.02549749,0.006310252,0.022102855,-0.0027043936,-0.009784097,0.0009198522,0.024245247,-0.047374036,-0.05343912,0.010674246,0.016007597,-0.012220691,0.008403611,-0.04885259,0.0063630575,0.028695993,-0.029420182,-0.011473871,0.00543519,0.025995372,0.01676196,-0.011149495,-0.0052013374,0.009761466,-0.060590487,0.0053408947,-0.051145855,-0.039800227,-0.004609162,0.009263585,-0.009452176,0.036601722,0.00821502,0.0022593192,0.02522592,0.06336655,-0.033644617,-0.012235778,-0.004009443,0.016535651,-0.039317433,0.024049113,0.019402232,0.019749241,0.0033512604,0.0011768073,0.007422938,0.0076039857,0.018828917,0.030280156,0.0028854408,0.046951592,0.011473871,-0.00045473984,0.026659211,-0.026583774,0.029344745,0.046348102,0.0020518692,-0.02605572,-0.0070268973,0.0382915,0.05060271,-0.06336655,0.00050542364,0.023294749,0.024546992,0.035213694,0.0069854073,-0.013752049,-0.00502029,-0.012582785,0.001058938,-0.021997243,0.007238119,0.0012145254,-0.0026515883,-0.03358427,0.029012825,0.009980231,0.00087223295,0.017108968,0.02937492,-0.009934969,0.02068465,-0.07356554,-0.039679527,0.035062823,0.0106516145,-0.0015247575,-0.02920896,-0.02068465,0.019885026,0.013865204,-0.006498843,0.053589992,-0.04188227,-0.019538019,0.019734154,0.009195693,-0.04559374,-0.021484276,0.0135181965,-0.009587962,0.036239628,-0.034157585,-0.0101160165,0.012620504,0.04387379,0.009142888,-0.028348986,-0.0199152,0.013148558,-0.016731786,0.007739771,-0.024909087,-0.026915696,0.00929376,0.013488022,-0.0073927636,0.039649352,-0.02350597,-0.016173556,0.027262703,-0.04426606,-0.0142423855,-0.031049607,0.042576283,-0.015705852,0.014287648,-0.0035851132,0.040584765,-0.00448092,0.00039627665,-0.013073122,-0.012560154,0.042878028,0.009904794,0.0065931384,-0.009693573,0.039045863,-0.018315949,0.026161332,0.016369691,0.019990636,-0.0031456964,0.0012135825,-0.023174051,-0.007905731,0.019492757,0.009369196,-0.022977917,0.039709702,-0.042304713,-0.008901491,-0.009520069,0.008275369,-0.0032456496,-0.003611516,0.014068882,0.00518625,-0.0064460374,0.0072796093,0.024712954,-0.011813334,0.051357076,0.02732305,-0.029420182,0.032829907,-0.018708218,0.010048124,0.0140009895,-0.0071211928,0.008969383,0.037808705,0.0634269,-0.008901491,-0.003926463,0.01302786,-0.010779857,0.016052859,0.0050052027,0.025512578,0.04206332,-0.0013814284,0.012379107,0.02379263,-0.005827459,0.00019766684,-0.0022083996,-0.014453608,0.00041820033,0.008350805,0.013254169,0.009037277,-0.0029382464,0.019658716,0.017863331,-0.013586089,-0.031622924,0.054404706,-0.001245643,0.0033324014,-0.0036171738,-0.03412741,0.013186277,0.028620556,-0.011730354,-0.02207268,-0.016611088,-0.009693573,0.021107094,-0.008041516,0.010146191,-0.014876051,0.053680517,-0.00018811943,-0.002404534,-0.0059594726,0.00319473,0.03491195,-0.007264522,0.021167444,-0.009497439,0.039015688,-0.005491767,0.027986892,0.022163203,-0.020443255,-0.035455093,-0.0116700055,-0.008237651,0.006351742,-0.011383347,-0.024577167,0.05730146,-0.0032117032,0.0012503577,0.028364073,0.0068647093,0.0070646154,-0.029918062,-0.022193378,-0.028620556,0.021454101,-0.001285247,-0.006811904,0.025542753,0.0021857687,0.02002081,-0.013374867,-0.023113701,0.018406473,-0.01560024,0.007762402,0.011632287,0.02638764,0.0042583826,-0.0046167057,0.043330647,0.015524804,0.024894001,-0.0037623886,-0.0174258,0.05078376,0.016339516,0.011843509,-0.014031163,0.017667197,-0.008343262,0.0040320735,-0.0224046,-0.02051869,-0.016188644,-0.023641756,0.021408841,-0.008976927,-0.03771818,-0.011602113,-0.034670554,-0.034157585,0.016022684,0.0056313244,-0.040795986,-0.03470073,-0.029963324,0.023822803,0.029948236,0.034489505,0.0029175014,0.012416826,-0.021212706,-0.019643629,-0.017108968,-0.009248498,-0.020699738,0.0105460035,-0.02229899,-0.009406915,-0.025844498,-0.0054314183,-0.0023328695,0.014544131,-0.0055521163,-0.04408501,-0.0004655838,-0.024833651,-0.05238301,0.022751607,-0.0072796093,0.026779909,-0.0057708817,0.00921078,-0.0129297925,0.018889265,-0.008999558,-0.00041136393,0.0055709756,-0.022117943,0.005035377,0.002719481,0.004462061,-0.022676172,0.025301356,-0.0065252455,-0.0006034909,0.028273549,-0.008637464,-0.020563953,-0.015509716,0.027172178,0.022766694,0.03180397,0.029178785,-0.016777048,-0.00017751119,-0.015479542,0.049999222,0.021454101,-0.013797311,0.014114143,-0.0056200093,0.03198502,0.0010476225,-0.017018443,-0.01765211,0.017984029,0.04215384,-0.036752596,-0.012092449,0.0066346284,-0.0032513072,0.00043352335,0.00027439976,-0.008924122,-0.023641756,0.026613949,-0.014174493,0.018149989,0.015275864,0.015585152,-0.00036020865,0.0030344278,-0.016837396,-0.0020914732,-0.010342325,0.01145124,0.008343262,0.028122677,0.04514112,-0.011504046,-0.010485655,-0.015321125,0.025588015,0.010583722,0.0006883568,0.026508339,-0.0065629636,0.011307911,-0.02715709,0.0007868956,-0.009346565,-0.009693573,0.00032531933,-0.014121687,0.014204667,0.024999611,0.01703353,0.016792135,0.030959085,-0.02628203,0.008411154,-0.016565826,0.014182037,0.0011683207,-0.030008586,0.00061952113,0.042636633,0.003934006,0.0015172139,-0.0123941945,-0.014808158,-0.0134125855,0.010138648,-0.017516324,0.016203731,0.020322556,0.030551728,0.033704966,0.026266942,-0.031079782,0.014695004,0.018165076,-0.009135344,-0.0071664546,-0.006921286,-0.04016232,0.012167886,0.004043389,-0.059956823,-0.027353225,-0.018617695,-0.0054314183,-0.012250866,-0.007890644,-0.0038019929,-0.0032720524,-0.037929405,0.015871812,-0.038804464,0.017108968,0.0020047214,0.0024761986,0.013503109,-0.014860963,0.085514665,-0.000044701937,0.0059255264,-0.02063939,-0.0049637128,-0.014091513,-0.011715268,0.005374841,-0.020850612,0.001349368,-0.017440887,-0.015230602,0.026915696,0.025361706,0.0028156622,-0.0037076974,-0.0007755801,-0.021997243,0.017667197,-0.034368806,-0.004914679,0.004918451,-0.00054031296,-0.010915642,-0.019643629,0.0010117902,0.011051428,0.009406915,-0.0010127332,0.01468746,0.0032324481,-0.016656348,0.00759267,0.01792368,0.0058123716,0.007490831,-0.054796975,-0.016671436,-0.008901491,-0.018436648,0.0064422656,0.017244752,0.019507844,0.003796335,-0.010334782,-0.023777543,-0.003835939,-0.006728924,-0.033071302,-0.015630415,-0.022751607,0.0070004947,0.001389915,-0.00265536,0.009105169,-0.005555888,-0.022857219,0.03325235,0.038200974,0.021167444,-0.034338634,0.04532217,-0.01153422,-0.020292383,0.0027251386,-0.0027760582,-0.01759176,-0.009256042,-0.0069061993,0.0046959138,-0.038985513,0.012567698,0.025753975,0.004156544,0.023098614,0.013880291,-0.017290015,-0.02217829,0.0048920484,0.03557579,-0.009557787,0.029933149,0.0048467866,-0.006117889,0.021936895,-0.022872306,0.0041150535,-0.0031475823,-0.0051636193,0.010334782,-0.024954349,0.00904482,0.02229899,0.008705356,0.017999116,0.00448092,-0.007494603,0.031441875,-0.009806727,-0.032648858,0.0072343475,0.016083032,-0.031683274,-0.030883648,-0.0199152,-0.021378666,-0.064935625,-0.012145255,-0.0047826655,0.020292383,0.010402675,-0.0026893064,0.009256042,-0.017637022,0.03491195,-0.013571002,-0.029902974,0.018451735,0.010183909,-0.044235885,-0.0043036444,0.004499779,-0.023687018,-0.0043639936,-0.017621934,-0.0020443255,0.01261296,-0.04133913,-0.0018151875,-0.011074058,-0.008199933,0.0043225037,0.011330542,0.0056313244,0.00077086536,0.00564264,-0.018210338,-0.02456208,-0.02732305,0.0120999925,-0.014596936,-0.0060085063,-0.010862837,-0.028499858,0.03789923,-0.019115575,0.0057143047,0.012409282,-0.007935906,0.01136826,0.01881383,-0.032980777,-0.010832662,-0.0013427673,-0.0066384003,-0.008139583,0.0022461177,0.011715268,-0.014793071,0.010772313,-0.014491325,-0.009286216,-0.02893739,-0.022947742,0.03424811,-0.019568194,-0.00022654483,-0.0048920484,0.009218324,-0.016852483,-0.007754858,0.017772807,-0.024381032,0.01402362,0.048098225,-0.032347113,-0.0052843173,0.02340036,-0.026613949,0.0131183835,0.023385273,0.0065026144,0.0020933591,0.009286216,-0.016550738,0.010146191,0.0055785193,0.0011937805,-0.025210833,-0.01676196,-0.013020316,0.03171345,0.00377559,0.0066346284,0.008260282,-0.0049033635,0.012213147,0.0008095265,-0.012333846,0.039407957,-0.0085092215,-0.020760087,-0.027353225,-0.022042505,-0.017667197,0.05250371,0.0001805758,-0.02605572,0.002968421,-0.0026647896,0.027639885,-0.007762402,-0.038412195,0.005857634,-0.02184637,-0.00780012,-0.0022329164,0.012620504,0.026447989,-0.04514112,0.016852483,0.008282913,0.037416436,-0.033041127,-0.0050052027,0.021982156,0.012643134,0.0042168926,-0.004643108,0.017410712,0.023536146,-0.023083527,-0.005480452,0.045050595,-0.0062574465,0.009029733,-0.049154334,-0.013208907,0.00672138,0.012907162,-0.014513956,0.026689386,0.02617642,0.0141066,0.039619178,0.022525297,0.014898682,-0.0027043936,-0.0108402055,-0.00352665,0.027730407,0.008848686,0.00021852972,-0.019945374,-0.00423198,-0.0067100646,0.036481027,-0.02024712,0.0121527985,-0.0048920484,-0.039136387,-0.008169758,-0.011058971,-0.01703353,-0.01236402,0.0147251785,0.037869055,-0.01435554,-0.071815416,0.021061832,0.020156596,0.0023328695,0.021318316,0.009693573,0.0075172335,-0.001702033,0.00340218,0.045955833,0.0050730957,-0.02549749,0.00035195777,-0.015404105,-0.03464038,-0.026251854,0.013623808,0.019462582,0.024441382,-0.0063781445,-0.013638895,0.006125433,0.009301304,0.014476238,0.027579535,-0.00016772804,-0.0017661538,0.0631855,0.04200297,0.050150096,0.029329658,0.011805791,0.0061329766,-0.017576672,-0.0069439174,-0.0316531,0.023988763,0.032437637,0.032950602,0.0001290669,0.0076039857,0.036601722,0.0182556,-0.010168822,-0.012567698,0.01095336,0.023158964,0.014695004,0.016414953,0.0012230121,-0.029359832,0.024954349,0.0061103455,0.010312151,-0.0100632105,0.031502225,0.037265565,0.020262208,-0.015192884,-0.007377676,0.01335978,0.017078793,0.029918062,0.00763416,0.050572537,-0.011247562,0.039951097,-0.031291004,0.00020308884,-0.017410712,0.0038133082,-0.0068948837,-0.03823115,-0.021016572,0.005140988,-0.013156102,-0.011338086,0.016973183,-0.0074003073,0.016083032,-0.0068722526,-0.007981167,0.0081320405,0.029963324,0.016671436,0.014204667,-0.039257083,0.027398488,0.02024712,0.003613402,-0.017395625,0.0021499363,-0.014446064,-0.025708713,-0.0030872333,0.000496937,-0.0000517741,0.024682779,-0.0449299,0.0049373102,-0.004793981,-0.028922303,0.0042470675,-0.007298468,0.035485264,-0.009240954,-0.0050504645,-0.04924486,-0.02412455,-0.008486591,0.0041376846,-0.02047343,0.05235284,-0.012884531,0.018044379,0.0064083193,-0.004650652,0.0175465,-0.005672815,-0.020835524,-0.01460448],"social":"https://www.linkedin.com/in/jayeshk13/"},{"title":"followbee","description":"gamify the relationship with your community","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=JJ9wprTlgB0","youtube_transcript":"Hey, this is Jason. I'm Paul. Over the course of the last six week cycles following. It's a platform for content creators to grow closer to their communities by allowing them to set up goals and quests in order to build synergy. But, yeah, unfortunately, I have nothing to show for today. I had my unique project going on. And I had to learn web dev from scratch, which made me, like, reflect on my app eight times as I as I learned it. So I I guess it's already pretty good Next season is gonna be a bit better. And I'm happy because I got three users. And I I did also like some apps on the side. So that's really a pretty good win. What I wanted to say today is just like congratulations. You made it to the end. Even if you didn't submit everything, just be happy you built and keep on building. It's gonna turn great and Yeah. Yeah. All rocks does in the making. See you next season, guys. Bye.","embedding":[0.032430574,0.00875453,-0.021002248,0.016876549,0.028764885,-0.035276875,0.00237012,0.033120587,0.013699618,0.007985454,0.026191715,-0.044275783,-0.01729343,-0.038525682,0.033954352,0.041429486,-0.02705423,-0.016315915,-0.031568058,0.03441436,0.035190623,-0.028563632,0.0032577922,0.030044282,-0.0014060796,-0.023747921,-0.025242947,0.071013756,-0.0091210995,-0.007777013,0.014749011,-0.012319594,0.007270285,0.022094768,0.022655401,-0.024653561,-0.0062604235,-0.010141742,0.07388881,-0.03217182,0.010457998,-0.0032577922,0.034040604,0.008280147,-0.012923354,-0.020887244,-0.011392389,0.025530452,0.023704795,0.046719577,-0.061871096,0.059973564,0.0479846,0.052095924,-0.026249215,-0.039215695,0.017494686,0.030590542,-0.0676212,-0.033465594,0.036973156,-0.0013827198,0.049048368,0.002510279,0.044160783,0.0039028816,-0.018917834,-0.0027744242,0.015467774,0.0058543226,0.012046464,0.02347479,-0.016560294,-0.006641368,-0.008538902,-0.033379342,0.01914784,-0.005419471,-0.003647721,-0.05016964,-0.020944746,0.022727277,0.002276681,-0.020067856,0.014015873,-0.032459326,-0.081708945,-0.035736885,0.020714743,0.034759365,-0.03516187,0.056005992,0.018687831,0.020987872,0.031280555,0.005056496,-0.05416596,0.034213107,0.04853086,-0.0133761745,0.008201083,-0.017681563,-0.02599046,-0.031826813,0.018184697,0.015482149,-0.0069396542,0.01769594,-0.005839947,-0.05131966,-0.15283771,0.015942158,0.0017591718,0.018184697,0.0025695767,-0.0068066833,0.040451966,-0.04004946,0.038698185,-0.01857283,-0.0012740069,0.044189535,-0.03516187,-0.027197981,0.00056737335,-0.0068605905,-0.008272959,0.026622972,0.0054338463,-0.02005348,0.02623484,0.032286823,0.017825317,-0.05934105,-0.059053548,-0.038611934,-0.03726066,-0.029440522,-0.0064508957,0.0067240256,0.026737973,-0.011054571,0.02847738,-0.0025264511,-0.010019553,-0.004010696,-0.00053413055,0.06141109,-0.014554946,-0.023575418,0.011061759,-0.0035758447,-0.08395149,0.02481169,0.038496934,-0.006641368,-0.016589044,0.03783567,-0.032861833,-0.005250562,0.0066844933,0.02251165,-0.022166643,-0.0026917665,-0.014274628,0.0003007573,-0.0031966972,-0.013656492,-0.06497615,-0.012139902,-0.028764885,-0.020154107,-0.0393307,0.017192805,0.0395032,-0.007985454,-0.0034842023,-0.07480883,-0.081478946,-0.009516419,-0.00082657713,0.0011113869,-0.027499862,0.0057357266,-0.045253303,-0.01896096,0.017063428,-0.019492846,0.006321518,-0.03668565,-0.008567652,0.033178087,0.004492267,0.020398486,0.010048303,-0.043212015,0.04907712,-0.009897363,0.012276468,0.021246627,0.018127196,0.04013571,0.049422126,0.007270285,0.020182857,-0.030906798,-0.026781099,-0.029239269,-0.029469272,-0.032919332,0.03881319,0.001369243,-0.010522687,-0.0017861254,-0.008251396,-0.009839862,0.0026953602,0.050457146,0.0091786,-0.00009231609,0.008186707,0.045972064,0.015942158,-0.018975336,0.040451966,0.009976427,0.03783567,-0.010824567,0.030561792,0.0021832418,0.003123024,0.00029896037,-0.036944404,-0.050025888,0.030044282,0.015424648,0.051118407,-0.010436435,0.050457146,0.026364217,0.016200911,0.011715833,0.030619293,0.0076835738,0.05129091,-0.008495776,-0.04694958,-0.0507734,0.0071049696,0.013483989,0.053907204,0.009063598,0.007927953,0.014820888,-0.011758958,-0.031424306,-0.0037519415,0.03263183,-0.01144989,-0.03720316,0.007618885,-0.0012434595,-0.06733369,-0.004607269,0.005131966,0.085446514,-0.010055491,0.024164803,0.02850613,-0.01947847,0.0013342033,0.01605716,0.029469272,0.03611064,0.04795585,-0.00015195094,-0.0035345159,0.04683458,0.0018220636,-0.030619293,0.0038705373,-0.011608019,0.0012165059,0.025329199,0.027485488,0.0051175905,-0.00016610157,0.023014784,0.014001498,-0.004219137,-0.017005926,-0.014612447,0.0014788543,0.006788714,-0.030791795,0.023043534,0.028764885,0.010457998,-0.0019694099,0.0282905,0.009502043,-0.037433162,-0.0073816935,0.029239269,0.029986782,0.0012066229,0.037950672,-0.019981604,-0.011938649,0.008783281,0.005883073,0.011953024,0.018270949,-0.05238343,-0.031280555,-0.0057393205,0.038094424,0.017566562,0.03625439,0.027471112,-0.023676045,-0.02059974,-0.024136053,-0.0059657306,0.01838595,-0.012218966,0.038525682,-0.004470704,0.03668565,-0.03510437,0.027715491,-0.034184355,-0.04738084,0.013045544,0.014339317,-0.02705423,-0.016014034,-0.010443622,0.044735793,0.055660985,-0.06796621,-0.053389695,-0.025645455,-0.022914156,0.008057331,0.011988962,0.013261173,-0.0366569,-0.084699005,-0.028419878,-0.030590542,-0.016215287,0.044448286,-0.033436842,0.017394058,0.010386121,-0.0014860419,-0.04784085,0.021534132,0.027126106,-0.026666097,0.017940318,0.0070510623,0.0012713115,-0.008057331,0.019090338,-0.056149743,-0.0071445014,-0.0007839006,0.0065623038,0.019579098,-0.032459326,-0.021979764,-0.029641775,-0.04341327,0.041113228,0.024466684,0.014648384,-0.015597152,0.030274287,0.025760457,0.009250476,0.007004343,-0.02847738,-0.0015300661,0.028089248,0.015769655,0.0048013353,-0.045914564,0.0050996216,0.05359095,-0.06670118,-0.02420793,0.00264325,0.049882133,0.007992642,0.022123517,0.02141913,-0.014749011,-0.0003551137,0.0012605302,0.0026648128,-0.014820888,0.004768991,0.050342143,0.016819049,-0.05074465,-0.0028678633,-0.0076979487,-0.013397737,0.0040071025,-0.0012659209,0.07452132,-0.038151927,-0.010573,-0.033005584,0.013059919,-0.01972285,0.027327359,0.017063428,-0.011909898,-0.02196539,0.08205395,-0.03662815,0.027701115,0.045828313,0.04226325,-0.014655572,-0.02059974,-0.019047212,-0.02995803,0.015252145,0.01299523,-0.03559313,0.00428742,-0.012333969,-0.03383935,0.024969818,0.015482149,-0.012068027,0.014209939,-0.008553277,-0.036858153,-0.030590542,-0.06882872,-0.0007551501,-0.0054625967,-0.031970568,-0.03720316,0.017350933,-0.040538218,-0.02199414,-0.028247375,0.00860359,-0.04413203,-0.032976836,0.019262841,-0.018112822,-0.020039106,0.014820888,-0.017652813,0.005153529,-0.05583349,0.022799155,0.009013285,0.008517339,0.012161465,0.012017713,0.022439772,-0.00349139,0.027859244,-0.0011311529,0.008610778,0.003338653,-0.08090393,0.0025372324,-0.014590884,0.05022714,0.0024042614,-0.029196143,-0.031769313,-0.011600831,-0.023072284,0.03050429,0.007827327,-0.010644876,-0.012060839,-0.013563053,-0.044477038,0.017624062,0.027542988,0.046144567,0.019277217,-0.016977176,-0.012563973,-0.052182175,-0.04401703,-0.052757185,-0.031338055,0.011485829,-0.015036517,0.04755334,0.026766725,0.065321155,0.019981604,-0.01663217,-0.026953602,0.04795585,-0.005793228,-0.0136277415,-0.026450468,-0.0005368259,-0.0009640405,-0.02486919,-0.022827905,0.019420968,-0.032315575,0.02790237,0.0047582095,0.024639187,-0.086481534,0.008919845,-0.0046432074,-0.026694847,-0.0044132033,-0.0023305882,-0.017753439,0.025544828,-0.04056697,0.030619293,-0.0065371473,-0.003453655,0.038065676,0.027715491,-0.037979424,0.051003404,-0.01893221,-0.04019321,-0.004531799,-0.02432293,-0.027169231,0.011895523,0.03892819,0.009192975,-0.01944972,0.0007978266,0.00396757,-0.019866602,-0.030303037,-0.028189875,-0.010652063,-0.0081292065,0.034126855,-0.017667187,-0.0071984087,0.021577258,-0.0128874155,0.016732797,0.0118595855,0.0564085,0.03047554,0.01772469,0.011334889,0.031481806,0.005732133,0.044994548,-0.0009667359,-0.0070510623,-0.0025569985,0.031999316,0.021979764,-0.042579506,-0.023158535,-0.07618885,0.018759707,-0.0048157102,-0.011090509,-0.0034177168,-0.009609858,0.00038588574,-0.020096606,-0.0367144,-0.04738084,0.027686741,-0.031108052,0.01423869,-0.040394466,-0.03435686,0.052900936,0.00536197,-0.0169053,-0.021016622,-0.010918006,0.009085161,0.009890175,0.013045544,-0.02232477,0.0017376089,0.0028858325,-0.015194644,0.021922264,-0.015985284,-0.02593296,-0.051434662,0.0011661926,0.031798065,-0.016215287,-0.0056961947,0.0058938544,-0.025774831,0.012923354,-0.0066305865,0.024279805,-0.041371983,-0.04068197,0.005962137,-0.00024842238,0.011004258,0.024222305,-0.018242199,-0.00018474448,-0.0146268215,0.027097356,0.034644365,0.034673113,0.0068390276,-0.014404005,-0.03559313,0.005954949,0.031280555,0.024380432,0.01714968,0.0071121575,-0.0058363536,-0.0029595057,0.0029559117,-0.0036441272,-0.013958372,0.026709223,-0.0024401995,0.014777762,-0.024423558,-0.0040071025,0.017638437,0.020398486,-0.014317754,0.008510151,0.026162963,0.007812951,-0.039186943,-0.010141742,0.009149849,0.056092244,-0.005203842,0.0006073545,0.004707896,-0.01799782,-0.009890175,-0.0029774746,-0.019650973,-0.0210885,0.0098829875,-0.012434595,0.008136394,-0.030245537,0.02990053,-0.009796736,-0.018774083,-0.009034848,0.00049504783,-0.035305627,-0.031913064,-0.0268386,-0.023029158,0.07095626,0.017379683,0.010961132,-0.057759773,0.009437355,0.016186537,-0.041515734,0.0183572,-0.017336557,0.016258413,-0.016761547,-0.01999598,-0.018213447,-0.016229663,0.027887994,-0.005264937,0.00586151,0.024394806,0.009818299,-0.023532292,0.015942158,-0.021821637,0.0052757184,-0.007349349,0.0017564765,-0.0676212,-0.040854473,0.0072846604,-0.04970963,-0.022051642,-0.049307123,0.0021131625,-0.0044671106,0.019090338,0.0075398213,0.017279057,0.003356622,-0.019952854,-0.008136394,-0.014713073,-0.025142321,0.0088695325,-0.029699277,-0.036829405,-0.012650224,-0.029253643,-0.00833046,-0.0030834922,0.012060839,-0.010788629,-0.011327701,0.00416523,-0.0050960276,0.0084814,-0.028434254,0.0066521494,-0.023374164,0.035765633,-0.00012679424,0.0027223139,0.0123770945,0.02035536,-0.035363127,-0.008582027,-0.022741653,-0.002761846,-0.017609688,-0.031798065,-0.0081148315,-0.008991722,0.032976836,0.008035768,0.02653672,0.05353345,-0.011744583,-0.00082388177,0.024797315,0.014641197,-0.036858153,0.04384453,0.018242199,0.011255825,0.00062756974,0.02199414,-0.013304299,-0.011557705,0.021764135,0.0060627637,0.028031746,0.039273195,0.023273537,0.031280555,0.03556438,-0.019291593,0.012470533,-0.0049127433,0.02232477,-0.0036980342,-0.032401823,-0.010558625,0.035334375,-0.031079302,-0.009013285,0.024164803,0.00884797,0.019277217,0.0011239653,0.034529362,0.004172418,0.01438963,0.0048300857,-0.038554434,0.0077626375,-0.006386207,-0.034759365,-0.027111731,0.012226154,0.005649475,-0.009782361,0.009063598,0.033638097,-0.00059073314,-0.0005417674,-0.048760865,-0.04338452,-0.013793057,-0.0072199716,-0.051003404,-0.02560233,0.020499114,-0.04694958,-0.014849639,-0.013663679,0.048875865,-0.0393307,0.00698278,0.009343916,-0.0017501872,0.0014860419,-0.022137892,-0.021102874,0.00204488,-0.016775923,-0.017365308,-0.011945837,0.011794897,0.021792887,0.01717843,-0.004571331,-0.020254735,-0.01281554,0.011521767,-0.017624062,0.02869301,0.0367144,0.028333627,-0.0030852892,-0.02144788,0.02995803,-0.02850613,0.008653903,0.053763453,-0.03174056,-0.0042514815,-0.008697029,-0.03217182,-0.052757185,0.003239823,-0.017034678,0.008050143,0.0076691983,0.021146,0.00784889,0.015439023,-0.010105805,-0.025343575,-0.03217182,0.025329199,0.04674833,0.005926199,-0.010084242,0.014001498,0.014195564,0.02005348,0.015108393,0.0076045096,-0.021189125,0.018429076,0.021131625,0.022267269,-0.012161465,-0.057213515,0.0023467604,-0.0014141657,-0.014677135,0.006479646,-0.024064176,0.023589794,-0.028951762,0.008136394,-0.022152267,0.022037266,-0.0396182,0.01181646,0.016014034,0.0239923,0.023517916,-0.03487437,-0.016675295,-0.008962971,0.000040739247,0.04916337,-0.0051175905,0.04395953,-0.019492846,-0.016488418,-0.012240529,-0.032344323,0.00845265,-0.010012365,-0.00214371,-0.0017816331,0.02902364,0.0118595855,0.029066766,-0.043212015,0.0012713115,-0.046058316,0.005821978,0.005459003,0.0067815264,-0.0044132033,-0.007963891,-0.0049307123,0.013333049,0.01454057,-0.011493016,-0.02735611,0.004398828,0.010206431,0.0052361866,0.049335875,-0.009243289,0.014720261,0.045425806,0.012154278,0.025760457,0.0007295442,0.05468347,0.023618544,-0.017897192,0.016488418,-0.019823477,0.007345755,0.012729288,-0.020729117,0.016675295,-0.029038014,0.0072379406,0.040480718,-0.025803583,0.017235931,0.0051032156,0.025501702,0.019564722,0.015165893,-0.030935548,0.024351683,-0.025674205,-0.010235181,0.04694958,0.0093726665,0.01857283,0.035823137,0.017020302,-0.016775923,0.007712324,-0.00018553063,0.026162963,-0.005020558,-0.036541898,-0.010637688,0.013634929,0.014749011,0.035363127,0.0046827393,0.002912786,-0.011018633,-0.023489166,0.0070151244,-0.032229323,-0.013821808,-0.012779602,-0.027528614,-0.0310218,0.019104714,-0.018529704,0.0030439603,-0.026119838,0.02087287,0.02363292,-0.004535393,0.063136116,-0.0018795646,0.02021161,-0.043154515,0.0064652706,0.044390786,0.007158877,-0.0034249045,-0.008071706,0.007040281,0.00068551995,0.0141236875,-0.016589044,-0.00775545,-0.021749761,-0.025300449,-0.01750906,0.018285325,-0.001175177,0.0006536249,0.014935889,-0.028894262,-0.008740155,0.013555866,-0.003604595,0.03726066,0.021160375,-0.02820425,0.0025534045,0.009681734,-0.009013285,0.036484398,-0.010565813,0.013347424,-0.01017768,-0.07250878,0.029785529,-0.013491177,0.009437355,-0.003105055,-0.027241107,0.010292683,-0.019248467,-0.026076712,-0.032315575,-0.014454319,0.0050457143,-0.018558454,-0.008265772,-0.021850387,0.013390549,-0.02311541,0.008409524,-0.018443452,0.0039567887,0.031366806,-0.009839862,0.011780521,-0.02686735,0.00011241899,-0.0023413696,0.00748232,0.040796973,-0.016718421,-0.032286823,-0.0012874837,0.054798473,0.04459204,0.02599046,-0.034213107,-0.011306138,-0.02992928,-0.0034249045,0.03271808,0.0035650632,-0.007410444,0.017897192,-0.0038813187,0.016071536,0.015726529,0.008150769,-0.041975744,0.011528954,0.009171412,-0.048272107,0.009473293,0.001408775,0.00030682184,0.022094768,0.022166643,0.017336557,-0.034989372,0.0041616363,0.018558454,0.04122823,-0.006591054,0.01772469,0.015295271,-0.023604168,0.006440114,-0.022281645,-0.010285495,0.027140481,0.010407684,-0.0036980342,-0.01426744,0.027370485,-0.0118739605,-0.022641025,0.013390549,0.0038633498,0.013390549,0.02908114,0.011579268,0.042982012,0.032890584,-0.0052829063,-0.005293688,0.009286415,0.022526024,0.000067720925,-0.00019384133,0.025458576,0.013922434,0.013131795,-0.018299699,0.0141308755,0.045914564,0.0035399066,0.0022335553,-0.011068946,-0.0033027148,-0.011823647,0.022971658,0.005502129,0.007884827,-0.004377265,-0.023359789,-0.014058999,-0.005847135,0.011701457,0.00428742,0.0007497594,-0.010961132,0.0002437055,-0.005423065,-0.008258584,0.00028705588,0.006713244,-0.009502043,0.0198091,-0.015094018,-0.043672025,0.012190216,0.023503542,-0.022109142,-0.017350933,0.0027420798,0.011068946,-0.01469151,0.011579268,-0.044965796,-0.028348003,0.0024797313,-0.0016217084,-0.017049052,-0.0001000091,0.03205682,0.011054571,-0.03567938,0.009825487,0.08136394,0.016646545,0.0225404,-0.039819457,0.0480421,-0.018242199,-0.011413952,0.010529874,0.017552186,0.014483069,-0.023589794,0.01663217,0.007252316,0.03047554,0.003432092,0.0063107368,-0.0113708265,-0.0014447131,0.0033134962,0.022425398,0.0239923,0.022339147,0.029498022,-0.031798065,-0.04726584,-0.012801165,0.018759707,0.008768906,-0.012032088,0.047093336,-0.0011140823,-0.0012982652,0.0018292512,0.053907204,0.03165431,-0.01378587,-0.0016729203,-0.009732047,0.009537982,-0.048387107,-0.0061885472,0.0066269925,0.010386121,-0.015151518,0.0026558284,0.021548508,-0.0017546795,0.02505607,-0.010853318,-0.06888622,-0.020369736,0.0091210995,-0.00018070145,0.019104714,0.021951014,0.014849639,0.019464094,0.012894603,0.014274628,0.0041939807,-0.018371576,0.012916166,-0.03723191,-0.006964811,-0.038151927,-0.014324942,0.014583696,-0.005042121,-0.03225807,0.01602841,-0.023460416,-0.00027133294,0.004219137,-0.009192975,0.023618544,-0.014346505,-0.0012695147,-0.0024797313,0.024495434,-0.000045877277,0.015036517,0.008891095,-0.0047114897,-0.011651144,-0.0072882543,0.013462426,0.0020287079,0.012355532,-0.018012194,0.034615614,-0.0088767195,0.013994311,-0.006504803,-0.010400496,0.008431087,0.020657241,-0.056667253,-0.022885406,-0.05068715,0.025012944,0.044879545,-0.025357949,0.00055928726,0.034845617,-0.025127945,0.0054338463,-0.034529362,0.02820425,-0.0018391341,-0.0026127025,-0.010601751,0.018342825,0.030849297,-0.021936638,0.042579506,-0.02941177,-0.029756777,-0.009006097,-0.00718044,-0.023589794,0.0126142865,0.016071536,-0.00817952,-0.01157208,0.0039567887,0.012908978,0.024639187,-0.0451958,0.043298267,-0.014569321,0.016373415,0.0026720006,0.0068821535,0.01299523,-0.02450981,0.026723599,-0.011715833,-0.016129036,0.0027510645,0.026637347,-0.046547074,-0.027456736,-0.00237012,0.030561792,-0.023532292,-0.009681734,0.023460416,-0.0067168376,-0.016517168,-0.007884827,-0.015654653,-0.017250305,0.039129443,0.011593643,-0.009157037,-0.020685991,0.045454554,0.013886496,-0.025343575,-0.015065267,0.017394058,0.0044419537,0.021649133,-0.03277558,0.006619805,0.010062679,-0.012139902,0.012017713,-0.0040753847,0.013081482,-0.00020439815,-0.018040944,-0.04295326,0.013045544,0.024926692,0.0014105719,-0.0018175712,0.002066443,-0.011356452,-0.0041005416,-0.01084613,0.0012596317,-0.0036315487,-0.013742744,-0.0077410745,0.018515328,0.009142662,-0.026939228,-0.024725439,0.0023269944,0.0037195971,0.020182857,0.033753097,-0.0067419945,-0.0024994975,0.0025048882,-0.029670525,-0.0310218,0.014806513,0.029670525,0.030188035,-0.030245537,-0.026852977,0.011061759,-0.0033799817,0.011687082,-0.008668278,0.0029630994,0.031769313,0.0034590457,-0.015424648,0.04390203,-0.034529362,-0.017983444,0.026924852,0.029440522,0.011464266,0.04361452,0.04973838,-0.017940318,0.012980855,-0.0021688666,-0.003920851,-0.061928596,0.002680985,0.048674613,0.0014069781,-0.0016082317,-0.043212015,-0.012793977,0.0069396542,-0.022813529,0.004725865,-0.00162081,-0.0026755943,0.0065515223,-0.03044679,-0.06376863,0.018500952,-0.02680985,-0.019234091,-0.02632109,0.0038345992,0.005494941,0.004765397,0.00817952,-0.007140908,-0.0011706848,-0.0050025885,0.012305218,0.029196143,0.0225979,0.008661091,-0.018227823,0.009811112,0.01099707,0.011536142,-0.053130943,0.006576679,-0.044218283,-0.0033314654,-0.0026306717,0.033551846,-0.050457146,-0.00004191847,0.009336728,0.017106554,-0.025789207,-0.019406594,0.020398486,0.015352773,0.017192805,0.013110233,-0.013261173,-0.005318844,0.007949516,-0.013728368,0.03832443,0.00899891,-0.01635904,-0.04855961,-0.013282736,-0.035219375,0.008740155,0.025501702,0.0055129104,-0.01208959,-0.0103573715,0.016617795,0.022411022,-0.003354825,0.022382272,0.001949644,0.02144788,0.024883566,0.029066766,0.0069971555,-0.011787709,0.027126106,-0.0050960276,-0.0033063085,-0.0038381931,-0.010033928,-0.0023755108,0.037691917,0.012901791,0.026277965,0.0044419537,0.017250305,0.04462079,0.0037806921,-0.016129036,0.0338106,0.008193895,-0.01890346,0.0078057633,-0.0047186776,0.0017070615,-0.053849705,0.01199615,-0.019880977,-0.0074391942,0.02623484,0.017494686,0.008438274,0.017322183,-0.033551846,0.022856655,0.037950672,-0.0073349737,0.009430167,0.0050025885,0.019823477,-0.013483989,0.020225983,-0.012477721,-0.005886667,-0.00366569,-0.0052793124,-0.009652983,-0.005807603,0.014655572,0.024682313,0.00094786834,-0.009602671,0.012161465,0.013167733,0.002140116,0.009638608,-0.0033045118,0.011902711,0.039790705,0.014993391,0.025559204,-0.02883676,0.015180269,0.020729117,0.013972748,-0.01099707,-0.0071732523,-0.03220057,-0.051147155,-0.0014213533,0.021189125,-0.03734691,0.015180269,0.01896096,0.005175092,0.007777013,0.0018166729,0.0060843267,-0.013261173,0.021491006,-0.012779602,-0.03544938,-0.051060904,-0.0015947549,0.038496934,-0.0061993287,-0.02308666,0.029138641,-0.0051427474,0.023848549,0.0046575824,0.017739065,0.03668565,-0.02647922,-0.017566562,0.015439023],"social":"https://twitter.com/crinquand_paul"},{"title":"buildo latam","description":"boost your development career by learning, building and teaching others.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=t9WqR8Alrg0","youtube_transcript":"Hi. I'm Luis. I'm working on the team for you dot com. And it's basically the the learning part from the Latin American skin component. When they you know, she said one and testing of the the knowledge. Tell us the knowledge. So I'm sure you're real quick. How the button looks like? Is it's basically a bite sized license. And these are the sensors. Once you complete all the modules, you mark them as completed. And, yeah, this instruction sections, the audio and the video sections. I only make two to its I host to list with only one guy available showing in your UI with Visibility. And I managed to Got it. Twelve fuses, which I can see the user, take the challenges and then and do that too and give us some feedback. And these are basically my friends that come in to to three talents. So I wanna make sure you're very brief. I'll be on the next slide. I wanna up a hundred user by the end of week six, but I only must do to make twelve of ten. I've obviously friends. And I've got some to do this, which than than this was longer, but I think it's better. Sure. We'll put everything. So yeah. That's basically a good enough time. You got two congratulations model, and thank you for watching, and I'll see you next time.","embedding":[-0.011746011,-0.0031151788,-0.03171112,-0.036480997,-0.0018440537,-0.015001023,0.0052825976,0.040178813,0.0036007117,0.015195237,0.0024859281,-0.0380347,-0.028945526,-0.068487324,0.03582844,0.035175882,-0.024797134,-0.023662928,-0.00837447,0.028992137,0.012950133,-0.041763593,0.019996185,0.044871002,-0.019203795,-0.0673065,0.024113504,0.07258911,-0.026490672,0.02877462,0.042757966,-0.03415044,-0.053385306,0.030794436,-0.03862511,0.005954575,-0.0039813695,0.03825222,0.015055402,-0.012965669,0.0020800228,-0.029970972,-0.026071172,-0.056834534,-0.012895753,0.0025441921,-0.038221147,0.06537991,-0.023725078,0.030530306,-0.071532585,0.024097966,0.00727134,0.062614314,-0.010394287,-0.03492729,0.008250174,0.031850956,-0.0116139455,-0.00033963023,0.011800391,-0.02086626,0.0579532,-0.010409825,-0.0043387217,-0.03124501,-0.04940782,0.018784296,-0.025791505,-0.021192538,0.029691305,0.027624877,-0.0052243336,0.00582251,0.030437084,0.03003312,-0.0032414172,0.022575336,0.009811648,-0.013532772,-0.01765009,0.017743312,0.003546332,-0.0058730054,-0.027531656,0.0036007117,-0.061526723,-0.005985649,0.019607758,-0.03946411,-0.05792213,0.02666158,-0.042012185,0.024470856,0.039153367,-0.027112154,-0.04477778,0.040613852,0.012484021,0.015218542,0.044404894,-0.028277433,0.007671419,-0.062210355,-0.03334251,-0.0051816064,0.012810299,-0.014239707,-0.040800296,-0.039184444,-0.10478187,0.02144113,0.030623527,0.01928148,0.017199516,-0.00009722795,0.053913567,-0.053136714,0.0233988,-0.03365325,-0.03508266,-0.012919058,0.020959482,-0.043130856,-0.034181513,-0.058232866,-0.010604038,-0.0019159126,-0.008918268,-0.033746473,0.032068472,-0.027997766,0.02228013,-0.046082895,-0.013144345,0.035486624,-0.027360747,-0.033591107,-0.068487324,0.024719449,0.018116202,-0.025527375,-0.0070810113,-0.002291715,0.009407684,-0.00576813,-0.025309857,0.058263943,-0.041701447,0.008871656,0.022715168,0.005065079,-0.049252454,-0.018535702,-0.0061682095,-0.033435736,-0.0047388007,0.019048424,-0.007418942,-0.00043479467,0.051862676,-0.023942595,0.012367493,-0.009570824,-0.02324343,-0.007756873,0.009462064,0.020011721,-0.063360095,-0.0019120284,-0.032658882,-0.02238889,-0.0075976183,0.0032375332,0.039215516,-0.0078112525,0.021192538,-0.07333488,0.0005554496,-0.022544261,-0.039370887,0.045647856,-0.041173186,0.02892999,-0.0727134,-0.02661497,0.01427855,-0.043068707,-0.026848024,-0.032627806,0.009594129,0.022482114,0.010829325,-0.00455624,-0.0139833465,-0.067617245,0.035175882,-0.06693362,0.0061682095,0.009671815,-0.009594129,0.058574684,0.06699576,-0.004742685,0.04664223,0.008382239,-0.051023677,0.018924128,-0.01754133,-0.0064206864,0.04940782,0.023895985,0.034523327,-0.026739266,-0.038594034,0.01043313,-0.0073800995,0.016671255,0.007123738,0.0033501766,-0.015762338,0.024470856,0.070227474,-0.020850724,0.008630832,0.013136577,0.05969335,0.0013624051,0.048817415,0.010308834,0.02318128,-0.003928932,-0.013936735,-0.032876402,0.005212681,-0.05322994,0.0141542535,-0.04325515,0.01617407,0.017215053,0.010495278,0.019032888,0.03725785,-0.019871889,0.054783642,0.004179467,-0.038158998,-0.052670605,0.047543377,0.0066265524,0.056803457,-0.05127227,0.041017815,-0.010440898,-0.031602364,0.013470624,-0.0008322033,0.0016818858,0.023631854,-0.0068168812,0.005391357,-0.043348372,-0.037692886,-0.016686793,-0.027407357,0.014464995,0.024797134,0.011621715,0.00911248,-0.03834544,-0.031742197,-0.018675536,0.0004056627,0.02419119,0.00679746,-0.01259278,0.01833372,0.053198863,-0.013525003,-0.051893752,-0.0052825976,-0.017121831,0.01322203,0.024517467,-0.047978412,0.0484756,0.0065838257,0.012732614,-0.028681397,-0.009493139,0.0109846955,-0.02734521,0.000011933487,0.015832255,0.00679746,0.026490672,0.010829325,-0.008630832,0.00007556105,0.004804833,-0.02007387,-0.047263708,0.002351921,0.0017644264,0.018240498,0.051179048,0.035735216,0.021223612,-0.0052981344,-0.024424244,0.014224171,0.03961948,0.026055634,-0.011303205,-0.051831603,-0.045927525,0.048972785,0.0011604235,0.037506443,0.014876726,0.034399033,0.0032724915,-0.010355445,-0.009858259,0.012289807,0.011256593,0.04362804,0.0039250473,0.020167092,-0.05316779,0.02961362,-0.016795553,-0.010782714,-0.022373354,0.009229008,-0.000058051523,-0.023585243,0.008863888,0.030576916,0.06482058,-0.046238266,-0.05152086,-0.08110341,-0.008358934,0.016531423,0.015575894,0.039308738,-0.026739266,0.0048708655,-0.018877517,-0.0006700353,0.002173245,0.034740847,-0.0380347,0.0017265548,0.017510256,0.002097502,-0.023895985,-0.0023402683,0.0025849768,-0.039246593,0.03520696,0.005154417,0.009866027,-0.011955761,0.0053292084,-0.04005452,-0.026024561,0.005123343,-0.017044146,0.030530306,-0.065877095,0.0015537051,0.014348467,-0.04114211,-0.0022373353,0.013486161,0.011746011,-0.038749404,0.020508908,0.060408056,0.018022979,-0.003942527,-0.0072635715,0.0107516395,-0.034367956,0.019079499,-0.028728008,0.01274815,-0.029598083,0.03557985,-0.037692886,0.02666158,-0.020788575,0.042820115,0.03582844,0.07463999,0.07215407,-0.021503279,-0.04710834,0.01681109,-0.035548773,-0.014449458,0.01396004,0.007197539,0.018147277,-0.040334184,-0.008459925,0.015987625,-0.010153463,0.01606531,-0.06280076,0.056865606,0.0041406243,0.012786993,-0.013563845,0.039899148,-0.0006913988,0.06242787,-0.0059235008,-0.008351165,-0.015148625,0.040862445,-0.04614504,0.0311984,0.024890356,0.026071172,-0.05490794,0.00990487,-0.06668502,-0.00853761,0.022295669,0.024113504,0.012818067,-0.012779225,-0.027485043,-0.025309857,0.05590231,0.00440087,-0.03676066,0.01670233,0.02760934,-0.016236218,0.018799832,-0.019638833,0.01749472,-0.03272103,0.003577406,-0.00031122655,0.003695876,-0.05326101,0.009671815,-0.06317365,0.06569065,-0.03725785,-0.008724054,0.009003721,-0.01437954,0.016298367,0.018100664,-0.008972647,0.06786584,-0.04695297,0.035113737,-0.01612746,0.021099316,-0.013004512,0.013851281,0.029737916,-0.015195237,0.016780015,0.00164013,0.030359399,0.015311764,-0.04804056,-0.028370656,-0.007496627,-0.013323021,0.00020331689,-0.051924825,-0.034709774,0.016562497,-0.020446759,0.036232404,0.020151556,0.051241197,0.010052472,-0.019374702,-0.06339117,0.011893612,0.020773038,0.03250351,0.034274735,-0.019747593,-0.011427501,-0.011248825,-0.01822496,-0.06280076,-0.013680373,-0.05006038,0.016873237,0.029100897,-0.005410778,0.04956319,0.0048397915,-0.04160822,-0.05021575,0.0061992835,0.007182002,0.039370887,-0.044156298,-0.026226543,-0.0467976,0.002483986,-0.039060146,-0.017215053,0.028836766,0.006638205,0.0146125965,0.028541563,-0.031944178,-0.004008559,0.0011274073,-0.02829297,0.0040124436,-0.0018858096,-0.013214262,0.011815927,-0.023196818,0.019902963,-0.016111922,-0.029069822,-0.018007442,-0.0020470065,-0.019996185,0.01833372,-0.042136483,-0.036916032,-0.038221147,-0.010207843,-0.023460947,0.023631854,0.029691305,-0.0077957152,-0.00990487,0.036108106,-0.0031734428,-0.02518556,-0.018861981,-0.013711448,0.0060866396,-0.039433036,0.051551934,-0.024936967,-0.01996511,-0.01855124,-0.011994603,-0.03545555,-0.022264594,-0.008793971,0.0023752267,-0.03356003,0.00055690616,0.030126343,-0.00040954695,0.011093454,0.0034220356,-0.04658008,0.024284411,0.021425594,-0.02503019,-0.029256267,-0.041856814,-0.013089966,0.025884727,-0.022047076,-0.0072208447,0.008498767,-0.02555845,0.016142996,-0.0019877716,-0.07725022,-0.0076481136,0.0066304365,-0.03735107,0.006370191,-0.031493604,-0.0033307553,0.013416244,0.022730706,0.0049330136,-0.0036861654,0.019840814,0.058046423,0.007970507,0.008312322,0.016578034,-0.023569707,-0.0039813695,0.016034236,-0.007403405,-0.02386491,-0.009570824,-0.025915802,-0.011839233,-0.011761548,-0.020213705,0.024299948,-0.03502051,0.0065993625,-0.015109782,0.008995953,0.0066848164,-0.020679815,0.013392938,0.010627343,-0.03557985,0.001212861,0.013952272,-0.014876726,-0.0038395938,-0.04008559,0.025698282,0.013695911,0.034399033,0.0044746706,-0.01570019,0.004195004,-0.018986277,-0.00727134,-0.0029326184,0.0022237406,0.014231939,-0.013462855,-0.038003627,-0.009205703,-0.037972555,0.06345332,0.00057244324,-0.010650649,0.0021091546,0.0053719357,0.018628925,-0.026273154,0.021612039,0.0137502905,-0.008591989,0.0013730869,0.005173838,-0.0019091151,-0.031540215,-0.04316193,0.05114797,0.0006379902,-0.014472763,0.0064478763,-0.028075451,-0.014985486,-0.011777085,-0.023119133,-0.028790155,0.020586593,0.022699632,-0.024517467,-0.03672959,0.036232404,-0.0154205235,0.010705029,-0.01844248,0.014395078,-0.08402437,0.020151556,0.0039580637,-0.014698051,0.035766292,0.0070887795,-0.0024645647,-0.033062845,-0.005939038,-0.013346327,-0.0355177,0.006071103,-0.005333093,0.0021091546,0.0056826766,0.003961948,0.028790155,-0.0037657928,-0.0034628203,-0.02560506,0.0007404376,0.014115411,0.009190165,-0.02582258,-0.0057875514,-0.006280853,0.009407684,0.014760199,0.013268642,-0.06643643,-0.042385075,0.0066537424,-0.028401729,0.0028296853,-0.017852072,-0.01897074,-0.018691072,0.04272689,0.030545842,0.03362218,-0.035983812,0.0045057447,-0.017634554,-0.023569707,0.0024140694,-0.00874736,-0.015941015,-0.024890356,0.009065869,-0.0037502558,-0.024035819,0.01828711,-0.010666186,-0.022684095,-0.018411405,-0.011746011,0.0021072126,0.026211005,-0.009244545,-0.010301065,-0.013462855,0.013548309,0.018458016,0.00880174,0.01280253,0.007182002,-0.017479183,-0.0027422896,-0.049252454,-0.050184675,-0.056710236,0.014006652,-0.00948537,0.036853887,0.030918732,0.0065993625,-0.012445178,0.043006558,-0.04341052,0.016438201,-0.016220681,0.017013071,0.0062342416,0.0069994414,-0.0021810136,-0.0020994442,0.019328091,0.0031617898,0.018458016,0.020369073,0.036201328,0.023429872,0.017354887,0.005480695,0.024610689,-0.0034356304,0.019685443,0.0034841837,0.046113968,-0.015529282,-0.0073878677,-0.030204028,-0.005333093,-0.003594885,0.039060146,-0.048289154,-0.01238303,-0.010440898,0.015148625,0.011512955,-0.011458576,0.018504629,0.017323812,-0.05584016,0.033093918,-0.05083723,-0.0032006325,0.027718099,-0.043286223,-0.04968749,-0.0015954609,0.000406391,-0.006187631,-0.020773038,0.033746473,0.0122509645,0.008599758,-0.07588296,-0.04710834,-0.003486126,-0.014565986,-0.01164502,-0.023647392,0.013695911,-0.013548309,-0.0032783179,-0.0066731633,0.018411405,-0.026412986,0.0077529885,-0.026024561,0.009733963,-0.017401498,0.006443992,0.004097897,0.016298367,0.009345536,-0.03710248,-0.0049019395,-0.02824636,0.027857933,0.020431222,-0.049811788,-0.023802763,0.016950922,0.04452919,0.0150787085,-0.019592222,0.008234637,-0.015840024,0.014301856,-0.012717077,0.029815601,-0.025138948,0.006727543,0.029209657,-0.025216633,-0.020213705,-0.009446527,-0.010813788,-0.022264594,0.013998883,-0.026350839,0.00041925762,0.009803879,0.0073800995,-0.013183188,0.008724054,-0.010736102,-0.023414336,-0.014604828,-0.009213472,0.019530073,0.000059993654,0.019654369,0.009687351,0.017323812,0.0052243336,0.019623296,0.0073062982,-0.04689082,-0.01749472,-0.002732579,-0.010200074,0.025263246,-0.057238497,0.012965669,-0.008825045,-0.0024218378,-0.006311927,-0.034523327,0.02866586,-0.0062886216,0.037226774,-0.0140688,0.026381914,-0.026956784,0.005368051,0.013501697,0.015987625,0.019638833,0.0036337278,-0.015459366,0.021006092,0.0002850078,0.0138668185,0.0069411774,0.06898451,-0.008995953,0.0027520002,0.020353537,-0.027438432,0.012126668,0.0013769711,0.005309787,0.0011167255,0.015832255,0.016096385,0.0046766526,-0.017339349,-0.008405545,-0.02518556,-0.015218542,-0.0018809543,-0.014092105,0.012390798,-0.036698516,0.019265944,0.0380347,0.015358375,0.024548542,-0.032161698,0.04664223,0.013905661,0.012818067,0.019436851,-0.0021790715,0.029271804,0.036698516,-0.029302878,-0.040116668,-0.006490603,0.028541563,0.01043313,-0.013361864,0.03878048,-0.02534093,0.03644992,0.045026373,0.012476252,-0.0027073312,-0.009469832,0.028526027,-0.022823928,0.0007399521,-0.024253337,0.00051660696,0.015397218,0.022699632,0.013975577,-0.00074383634,-0.018908592,0.006401265,0.0151330875,0.032068472,-0.026801413,-0.005302019,0.004268805,-0.0024626227,0.011241057,0.05900972,0.015443829,0.018908592,0.008786202,-0.023942595,0.013991115,0.036480997,0.041390706,0.026941247,0.021161463,-0.002483986,0.006677048,-0.00054865214,-0.021347908,-0.018908592,-0.01897074,0.025387542,-0.0024509698,-0.007407289,0.02307252,-0.022264594,0.03862511,0.036139183,0.0065139085,0.031105177,-0.05164516,0.03884263,0.00339873,-0.00005082922,-0.03968163,0.028355118,0.028199747,0.0038745522,0.004272689,-0.039122295,-0.013152114,0.0018867806,0.030172953,-0.008809508,-0.0135172345,-0.03140038,-0.010425362,0.010790482,0.042664744,0.013571614,-0.014301856,-0.009089175,-0.05748709,-0.01612746,0.021627575,0.008817277,0.00033865916,0.014923338,-0.017401498,0.019452387,0.0024432014,0.013796901,-0.005515653,0.023476485,0.011000232,0.006649858,-0.034461178,0.0086152945,0.0019576685,0.00082200713,-0.004975741,-0.029582545,0.0013963925,-0.019499,-0.010417593,0.0051971436,-0.0037560822,0.014294087,-0.019980649,-0.023927059,-0.03166451,0.04008559,-0.002823859,0.008188026,0.014146485,-0.019545611,0.012779225,-0.0074733216,0.028479414,-0.017510256,0.011147834,0.011124529,0.016873237,0.002928734,-0.010184537,-0.03508266,0.015140857,0.045274965,0.041483928,0.0032841442,-0.03209955,0.0013798843,0.024408707,-0.007888937,0.003103526,0.002808322,-0.0017906452,-0.00054331124,-0.00096960913,0.021177001,0.016515885,0.0077102617,-0.022466576,0.017137367,0.04664223,-0.055778015,0.030017583,-0.012025678,0.0015206889,0.014115411,-0.013509466,0.035797365,-0.029800065,-0.01765009,0.023895985,0.020508908,0.0033929036,0.023849374,-0.014162023,0.0015206889,0.012336419,-0.025946876,-0.014006652,0.038904775,0.011217751,-0.010627343,0.006102177,-0.0039716586,0.010456435,-0.012577243,0.016376052,-0.0060516815,0.0012876331,0.0059895334,-0.015218542,0.008390008,0.018504629,0.014604828,-0.01754133,-0.013152114,0.031058565,-0.017525794,0.028588174,0.022948224,0.02745397,-0.0025383658,0.0041056657,-0.018628925,-0.009089175,0.01691985,0.00089775026,0.026226543,0.0032919128,0.0009924291,0.023569707,0.03067014,-0.0061449036,-0.017013071,-0.006902335,0.015234078,0.0021305182,-0.010355445,-0.01870661,0.010145694,-0.013812439,0.0056244126,0.011132297,0.011085686,-0.004167814,0.0054030097,-0.010402055,0.0109846955,0.012561706,-0.054939013,-0.0024762175,0.017028607,-0.030359399,-0.0021790715,0.006428455,0.0031112945,-0.014534911,0.011885844,0.008871656,0.015622505,0.02402028,0.02313467,-0.030437084,-0.013431781,0.015381681,-0.015886635,-0.016158532,-0.0052864817,0.10217165,-0.0005753564,0.026832487,-0.031276084,0.051614083,0.0030860468,-0.0038065775,0.020835185,-0.016764479,0.0069994414,-0.031571288,0.0058302786,0.015739033,0.0025908032,0.00653333,0.021503279,0.010254454,0.013470624,-0.014589291,-0.016686793,0.021145927,-0.01069726,0.042478297,-0.006164325,-0.022870539,-0.009190165,0.017168442,0.016313903,0.021565428,0.014900032,0.01754133,-0.0137502905,0.015164162,0.050961528,-0.012530631,0.0072635715,-0.015638042,0.015241847,0.019032888,-0.012320882,-0.005678792,0.002437375,0.014177559,0.014519375,0.017370423,0.03408829,-0.026739266,-0.012460715,-0.019949574,-0.0451196,-0.022466576,0.010254454,0.030141879,0.025123412,0.0016896543,-0.014177559,0.0068945666,0.016469274,-0.00028670716,0.016873237,-0.011971298,0.009733963,-0.0040823603,0.015358375,0.0010584616,0.02223352,0.00006384757,0.027702563,0.017230589,0.027407357,-0.0021402289,-0.025636135,-0.0064789504,0.009446527,0.03256566,0.0069994414,0.034243662,-0.022870539,0.033311438,-0.01069726,-0.009733963,0.0015138914,0.008910499,-0.013851281,0.014713587,-0.0072596874,0.026537284,0.010145694,-0.017867608,0.010821556,0.012740382,0.008366702,0.031384844,0.020555519,-0.012181048,0.017183978,-0.040582776,-0.017044146,-0.017246127,-0.0010196189,0.010254454,-0.02013602,0.0077685257,0.025014652,-0.013299716,0.0061371354,-0.026692653,-0.008250174,0.009788342,-0.01817835,0.011202214,0.011893612,0.0016420721,0.008576453,0.035051588,-0.0215965,-0.01312104,0.0047116107,0.009011489,-0.04626934,0.006735312,0.007065474,-0.008351165,0.0078073684,-0.01064288,0.032814253,-0.012336419,-0.016469274,0.016531423,-0.015746802,0.004890287,0.0020916755,-0.010386519,-0.014208633,-0.000753547,0.009034796,-0.0021246918,-0.03213062,-0.024750523,0.02492143,-0.014162023,-0.05285705,0.0066576265,0.0018217192,-0.00079141854,0.011870307,0.021643111,-0.000591379,-0.0019003756,-0.02503019,0.00018049683,0.010254454,0.018085128,0.007049937,-0.0108681675,-0.027112154,0.014029957,0.03219277,-0.00800935,-0.015731264,0.01380467,-0.009998092,0.027407357,0.0114430385,0.030328324,0.01570019,0.0057254033,0.0003687622,0.011458576,0.01848909,-0.0024296064,-0.022699632,0.0020042795,0.018271573,0.040613852,-0.011318741,-0.020431222,0.027562728,-0.00890273,0.01791422,0.0063235797,-0.0032453015,0.0006015752,-0.00042217082,-0.015785644,0.0064711818,-0.017354887,-0.02181402,0.018318184,-0.0040745917,0.016298367,-0.019980649,0.02081965,-0.0025636135,0.02892999,0.0111012235,-0.021410057,0.020835185,-0.012647159,0.018473554,0.0076364605,-0.050588638,-0.019157184,-0.0006161412,0.008708517,0.0041328557,-0.019716518,-0.0015556472,0.014628134,0.0009030911,0.0074461317,0.012988975,-0.040644925,-0.01396004,0.028945526,0.017852072,0.04030311,0.013610457,0.053602826,-0.024626227,0.017789925,0.0010128216,-0.025993487,-0.04362804,0.021177001,0.021347908,0.016655719,-0.039153367,-0.03582844,-0.0053136717,0.0433173,-0.018986277,-0.017976368,0.027205376,-0.011815927,0.009671815,-0.026335303,0.0064711818,-0.017960832,-0.02628869,0.003592943,0.022886077,-0.028122062,0.0020877912,-0.0024315484,0.0021110969,0.023367725,0.0050806156,0.011637252,0.0031831535,-0.021301297,0.027655952,-0.014519375,-0.0116994,0.020291388,0.003870668,0.027112154,-0.012880215,0.0011439153,-0.03831437,-0.030949807,-0.017028607,0.001538168,-0.041328557,0.035704143,0.0025849768,0.008661906,-0.021177001,-0.018131739,0.034336884,0.013159882,-0.003942527,0.0038900892,0.0050767316,-0.022249058,0.013307485,-0.011248825,-0.007861748,-0.006704238,-0.010269991,-0.012219891,0.006886798,-0.033746473,-0.001404161,0.014146485,0.028075451,-0.023740614,0.007213076,-0.033062845,0.03483407,0.00014553848,0.026117783,0.02650621,-0.0015624447,0.017789925,0.042012185,-0.0013390996,0.053292084,0.0014061031,-0.0069295247,-0.006844071,-0.022823928,-0.0008691038,-0.025480764,0.024393171,0.020042796,0.03557985,0.022404429,-0.014791273,0.016407127,0.014224171,-0.024097966,-0.017510256,0.002674315,0.017681165,-0.005430199,-0.016500348,-0.013214262,-0.017634554,0.058574684,0.0066148997,-0.0009846606,-0.0019450446,0.026879098,0.050868306,-0.0013002569,0.01901735,-0.0026296459,0.02972238,0.00020999296,0.0225598,0.00045421597,0.04832023,-0.004890287,0.04167037,0.021161463,0.008832813,0.025216633,0.011621715,-0.0064129177,-0.023600781,-0.0015216599,0.0029656347,0.013579383,-0.03846974,0.0059079635,0.017059682,-0.014263013,0.02487482,0.0052010277,0.01828711,0.0509926,0.004525166,0.013268642,0.034119364,0.029427174,0.021503279,-0.0038745522,-0.015288458,-0.017929757,-0.043596964,-0.037755035,-0.0019984532,-0.0125384005,-0.0032588965,0.018271573,-0.005395241,-0.0122509645,-0.013975577,-0.0005908935,-0.015086477,-0.0100602405,0.04027204,0.012111131,-0.009912639,-0.03209955,-0.025418615,-0.009361073,-0.025278782,0.019840814,-0.006238126,-0.030530306,0.043596964,0.009819416,0.009345536,0.010122389,-0.013159882,-0.025651671,0.011046844],"social":"https://twitter.com/Delavalom"},{"title":"burnfriends","description":"a social app, with a virtual pet that helps friends complete fitness challenges","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=znKZSr4tfQU","youtube_transcript":"Hi. I'm David. Missus Mollie, this is Tom, and we've made bird friends. It's a social app with a virtual pet that helps friends continue fitness challenges together. Walk with your iPhone in your pocket, or wear your Apple Watch, and burn friends will automatically keep track of your steps. Your weekly goal is to buy it across the seven days of the week. It's a more bite sized challenge, so your focus is always on winning today. You happen to fall behind? That's alright. Bur friends also shows you how much you need to get back on pace before the end of the week. And winning is much more fun with friends. So make sure to grow your team. And nod your friends and inspire them to get some steps in. If you're up for a greater challenge, compete for the top spots on the globalita board. Creating and launching this app in six weeks has been a crazy dance between development and sales. It's been difficult but so rewarding. We actually freaking shipped and got accepted on to the app store. We were so afraid to ship unfinished project but we added our friends to our team. Those friends added more friends and now we have over one hundred bird friends growing organically and tracking millions of steps each week. Today alone, our user base has grown twenty percent. Now if I'm joined the fitness fawn and download burn friends on the iOS app store,","embedding":[0.03682146,0.030252581,-0.031995345,-0.00047804962,-0.027422454,-0.034855265,0.047575947,0.035242546,-0.032382626,0.021255754,0.00091606786,-0.019244872,-0.034467984,-0.039621796,0.01951299,0.04975068,-0.024085881,-0.03828121,-0.012035493,0.014746458,0.035719197,0.017829807,0.016563699,-0.032352835,-0.029373752,-0.0044164895,-0.042809416,-0.0074328105,-0.020406714,-0.018038344,0.007842435,-0.02655852,0.0022585168,0.0075445264,0.005220842,-0.00030535593,-0.0071088355,-0.013860181,0.007529631,-0.0047739795,-0.006226282,-0.0047069504,0.031637855,0.017710645,-0.03431903,-0.019051231,-0.0022994792,0.035897944,-0.024800861,0.047218457,-0.030178105,0.07507288,-0.05287871,0.027452245,-0.0031261747,-0.016891398,0.01604236,0.034467984,-0.033395514,0.050525237,-0.00719076,-0.0010035784,0.029716346,0.035689406,0.0021170105,0.011685451,-0.022462282,0.031190993,-0.010568295,0.033812586,0.03983033,0.030044045,-0.017278679,-0.0049564485,0.005500131,-0.04075385,-0.030118523,0.012489803,0.04811218,-0.046741802,0.03771518,-0.013420766,0.014686876,0.014746458,-0.042541295,-0.029909987,-0.016310476,-0.025337096,-0.02039182,-0.035659615,0.035242546,0.03431903,-0.05395118,0.013599511,0.05395118,-0.001648736,-0.025351992,0.052312687,0.017502109,0.0057682483,0.0266181,-0.030178105,-0.015848719,-0.00047409305,0.017040351,-0.04587787,-0.0053362814,0.018976755,0.027467139,0.02441358,-0.109391905,0.0101065375,0.011536497,-0.011633317,0.010948128,0.010531057,0.054934278,-0.04808239,0.037298113,-0.056155704,-0.04584808,0.023609228,-0.0048708,-0.0175319,0.01645943,0.005176156,-0.0061294623,-0.011841852,-0.0064906757,-0.02080889,-0.01230361,0.0041185813,0.053623483,-0.008222267,-0.01921508,-0.030893086,-0.05168708,0.022864457,-0.040664475,0.006527914,0.023907136,-0.01383039,-0.01896186,-0.022447387,0.00047409305,-0.049631514,0.0028952956,0.024070986,-0.042422134,-0.039562214,0.08109062,0.005488959,-0.013398423,0.008289297,0.07191505,0.015729556,-0.026275506,0.073881246,-0.04197527,-0.00031722573,-0.003924941,-0.036017105,-0.023460275,0.019438513,-0.0062523494,0.00654281,-0.03282949,0.01756169,-0.07376208,0.010091642,-0.011067291,-0.018514996,-0.026677683,0.012787711,-0.0013303465,0.018693741,0.048529252,-0.040217612,-0.05204457,-0.119103715,-0.0138006,0.020764204,-0.036553342,-0.017189305,-0.0155657055,-0.011789719,-0.009682018,0.022611236,0.028345969,-0.0072391704,-0.02025776,0.034080703,-0.012400431,-0.024309313,-0.03422966,-0.04191569,0.0694722,-0.0068481658,-0.01645943,0.048976116,0.0066321823,0.016533908,0.027482035,-0.011238588,0.00054414803,-0.02353475,-0.051895615,0.01555081,-0.028584296,-0.015804032,0.06536107,-0.029597184,0.020079015,-0.00873616,-0.025009397,0.006717831,0.010836412,-0.015669974,0.022521863,0.03175702,-0.0056639803,0.031131411,0.04599703,-0.046771593,-0.005909755,-0.0131228585,0.04263067,-0.045252264,0.047218457,0.0002823146,-0.0044239373,0.0001879382,-0.025828645,-0.0694722,0.028226806,-0.02617124,0.050882727,0.024279522,-0.0024540192,0.04775469,-0.029135427,-0.01788939,0.031578273,0.013405871,-0.008847875,-0.012162104,-0.06977011,-0.047814272,0.028256597,0.04370314,0.08889582,0.033365723,0.045460798,0.018783115,0.042511508,0.012720682,-0.0023013412,0.03253158,0.0111492155,0.004029209,0.0051351935,-0.013137753,-0.055530097,-0.036344804,-0.028837517,0.023609228,-0.017948972,0.016474325,-0.0012763506,0.033127397,0.0011106392,0.01912571,0.025396677,0.003902598,0.027571408,-0.0096745705,-0.009667123,0.013748465,-0.0013666541,-0.052670177,0.023296425,0.046294942,-0.00061443576,-0.04406063,0.012005703,0.0076041077,0.014962441,0.0077828527,-0.01048637,0.034646727,-0.03330614,0.009361766,-0.006918919,0.03244221,-0.000007302243,0.020540774,0.019438513,-0.011432229,0.0035283507,0.03282949,0.0285694,-0.0029101912,-0.051865824,0.0032267186,0.010270387,0.005980508,-0.0049490007,0.0022380357,-0.014433654,-0.01912571,-0.008177581,0.06357362,0.03363384,-0.050018795,-0.027467139,0.014351729,0.04233276,0.013294156,0.0034650452,-0.015446543,-0.043583974,-0.0048484565,0.00045849942,0.048708,0.015126291,-0.043256275,0.017993657,0.020823786,0.0008890699,-0.011506706,0.027124545,-0.054547,-0.03688104,-0.0013359323,-0.0012837984,-0.035212755,0.018514996,-0.027392663,0.05564926,0.08609548,-0.019334245,-0.087585025,-0.026677683,0.0009142059,-0.0055113025,0.012497251,0.013860181,-0.031697437,-0.022387804,0.0321443,0.0027239984,0.028614087,0.06250115,-0.016965874,-0.014783696,-0.0058092107,0.029046053,-0.033395514,0.014947546,0.024443371,-0.026856428,0.024309313,0.03327635,-0.012877083,0.002588078,0.023356006,-0.04114113,-0.036046896,-0.024026299,0.009041515,0.0050532687,-0.014604951,0.008468042,-0.012951561,-0.03324656,0.0029343963,0.051567916,0.01535717,0.012854741,0.014575161,0.028122539,0.015267798,0.007473773,-0.018366043,-0.027228814,0.011618421,-0.02639467,-0.029820615,-0.073106684,0.017129723,0.07322585,-0.050912518,-0.020838682,-0.06851889,-0.027467139,-0.007931807,0.068876386,0.026484042,0.014671981,-0.0024130568,0.006110843,-0.048410088,-0.051150844,0.0044164895,0.015610392,0.013681436,0.0086021,0.014426206,-0.029463125,0.004435109,-0.005109126,-0.0029995637,0.065778136,0.038311,0.037774764,-0.024264626,-0.01844052,0.013234573,0.02876304,0.022700608,-0.03947284,-0.05782399,0.03402112,-0.019438513,0.009525616,0.006356617,0.045371424,0.005481512,0.015185873,-0.06399069,-0.034855265,0.010210805,0.047188666,0.013413318,0.05570884,-0.01736805,-0.035659615,0.0062970356,0.016087046,-0.015372065,-0.0129068745,-0.010166119,0.03074413,0.030535595,0.0030219068,-0.01409106,-0.016578594,0.0350638,-0.042124227,-0.008818084,-0.041528407,-0.046086404,-0.011856748,0.03807267,-0.026707474,-0.019885374,-0.01736805,-0.03256137,0.030654758,-0.01246746,0.00044104384,0.047695108,0.040217612,0.022253746,0.006468333,0.00983842,0.05204457,0.03789393,0.01701056,-0.0047069504,0.01967684,-0.013606959,-0.04263067,0.02025776,-0.07364292,-0.00785733,0.01711483,0.022536758,-0.03107183,0.020674832,0.024860444,0.01292177,-0.0033793966,-0.00496762,0.034646727,-0.003448288,0.05448742,0.023773078,-0.06637396,-0.0145230265,-0.0040887906,0.03908556,0.03220388,-0.018723533,0.023490066,-0.031935763,-0.010136328,-0.07018718,0.015200768,0.02749693,0.044269163,-0.007753062,-0.013510139,0.07846903,-0.012378087,-0.040277194,-0.060594536,-0.008572309,-0.028554505,-0.013584616,-0.03041643,-0.011022605,0.02944823,0.029299276,-0.030282373,0.015833823,0.04406063,0.056870684,-0.0015062985,0.0041707153,-0.043494605,-0.0056602564,-0.013934658,0.0015407442,0.0025806301,0.0069226427,-0.04989963,0.0089223515,-0.024696594,-0.010113985,-0.012765368,0.019632153,-0.007700928,0.0055895033,-0.031339947,0.008549967,-0.01788939,-0.0117599275,-0.04161778,-0.0017194891,0.01642964,0.010828964,0.030565385,0.004386699,0.0032620952,-0.00886277,0.01256428,-0.0049043144,0.0034278068,-0.020585459,0.029761033,0.0029790825,0.036612924,-0.036612924,0.025947807,-0.007578041,-0.03366363,-0.081448115,0.012802606,0.022849562,0.01626579,-0.0018135164,0.008773398,0.0007750269,-0.00029674455,0.016921189,0.016638175,-0.02399651,-0.034467984,0.0055783316,-0.0031056935,-0.054785326,-0.03217409,-0.053683065,0.013174992,0.021419603,0.008572309,0.017353155,0.043822303,0.045728914,-0.011335408,-0.024041194,-0.03548087,0.03294865,-0.019766212,0.0072428943,-0.04811218,-0.036940623,0.019944957,0.03187618,0.002962325,-0.01415809,-0.00012789108,0.012325954,0.0009342216,0.038340792,-0.039413262,0.011476915,-0.009883106,-0.006609839,0.0028524713,-0.02168772,-0.012318506,-0.0050718877,-0.017636169,-0.010709802,0.004185611,-0.020957844,0.0071721408,0.031846393,-0.01094068,-0.0077828527,-0.0031541034,-0.030893086,-0.021106798,-0.001646874,0.017323364,0.020317342,0.026052076,-0.024175255,-0.023743287,0.00036261018,0.019438513,0.022879353,0.007909464,0.0025452536,0.00072615134,-0.011834405,-0.0138006,-0.01675734,0.010248044,-0.008639339,-0.017129723,-0.0025694587,-0.0052506328,-0.0065763243,-0.009093649,0.024294417,-0.007834987,0.0026625548,0.03753644,-0.023400692,0.01282495,0.013852733,0.018261775,0.0061182906,-0.012713234,0.013867629,-0.026484042,-0.0145975035,0.014254909,-0.021821778,0.06500358,-0.011990807,0.015230559,0.017621273,-0.05594717,-0.002401885,-0.018455416,0.0046957787,-0.020302447,0.018217089,0.019527886,-0.022417596,0.014649638,0.06345446,0.0045468244,0.0048484565,0.007775405,-0.0017204201,0.01568487,-0.00076851016,-0.014433654,-0.024339104,0.026320193,-0.0080956565,-0.0012595933,-0.029775929,0.05377244,0.013331394,-0.027258605,0.001166497,-0.026662787,0.013331394,0.021479184,0.0026439356,-0.00021831089,0.01175248,0.01756169,0.0147762485,-0.0029195007,0.033753004,-0.001619876,-0.027914003,-0.0045952345,-0.02317726,0.01084386,-0.004937829,-0.025783958,-0.08418887,-0.019140605,0.0040925145,-0.03282949,-0.031608064,-0.0535639,-0.0269458,-0.010441684,0.037804555,0.02600739,-0.00006377098,-0.040306985,-0.0080956565,0.00831164,-0.007894568,-0.0194832,0.007380677,-0.005667704,-0.017323364,0.0032006516,0.0065614292,-0.01645943,0.018395834,-0.020436505,-0.0044648997,-0.00795415,0.010337416,-0.00031210543,0.015997672,-0.014232567,-0.042451926,0.007343438,0.019751316,0.03944305,0.022641025,0.0047143977,0.033008233,-0.029954674,-0.023653915,-0.030535595,-0.012929218,-0.016057255,-0.0017092485,0.008177581,0.021106798,-0.03032706,-0.0147762485,0.010806621,0.06732726,-0.043494605,-0.00014674308,0.013465453,0.015282692,-0.045728914,0.02710965,0.015170977,0.05555989,-0.01577424,0.029522708,-0.013130305,0.048171762,0.040247403,0.0013796876,0.013904867,-0.011476915,0.0083488785,0.025813749,0.022432491,0.0043382887,-0.0028971576,0.0050048586,-0.03422966,-0.023713496,-0.001572397,-0.018991651,0.016191313,-0.06107119,0.005608123,0.015535915,0.021777093,-0.015118843,0.016891398,-0.009130888,-0.0147762485,0.017442528,-0.013331394,-0.03190597,0.024860444,-0.034885056,-0.01805324,-0.01480604,-0.02317726,-0.008088209,-0.019661944,0.002660693,-0.0070082913,0.0016152213,0.027556513,-0.064824834,-0.03324656,0.028450238,-0.017457424,-0.019915165,-0.011745033,0.0019326797,-0.017025456,-0.010464027,-0.007443982,0.015372065,0.017502109,0.0008378669,-0.03390196,0.041379455,0.014068717,0.008281849,0.035361707,0.0036549617,-0.01747232,-0.012340849,0.031161202,-0.02149408,0.05591738,0.015580601,-0.001038955,-0.031667646,0.025143456,0.0018721671,-0.021583453,0.022000523,-0.0004966689,-0.021732407,-0.00938411,0.022089897,0.040604893,-0.021374917,-0.02766078,0.02188136,-0.014798592,0.008259506,-0.006513019,0.00076897565,-0.006460885,0.00048549735,-0.04376272,-0.00993524,-0.027511826,-0.013361185,-0.003748058,0.0071535218,0.004606406,0.00020481192,0.009227708,0.0033645013,0.021196172,-0.02003433,0.004200506,0.017248888,0.03351468,0.0013377942,0.009853316,0.0007647863,-0.02311768,0.011931225,-0.0056416374,0.044656444,0.010687458,-0.02168772,0.011238588,0.006386408,-0.01805324,0.03789393,0.00081692025,0.0077903005,-0.0066210106,-0.01736805,-0.025828645,0.012296163,-0.024100777,-0.013606959,-0.042243388,0.027884211,0.028703459,-0.017934076,-0.00461013,-0.016608385,-0.016638175,0.044358537,-0.010218252,0.03318698,0.0059879557,-0.005492683,0.0014727839,-0.06113077,0.012601519,-0.020317342,0.0010771245,0.033395514,0.021911152,0.014828383,-0.01951299,-0.0053772437,0.019334245,-0.01146202,-0.015401856,0.041439038,-0.013845285,-0.005068164,-0.0013619992,-0.022849562,-0.029686557,-0.028301284,0.030922875,-0.037983302,0.008192477,-0.045073517,-0.010091642,0.006941262,-0.009466034,0.02730329,0.009488378,-0.02389224,0.0048223897,-0.00038565154,-0.0018665814,0.037298113,-0.027377767,-0.0056937714,0.0010994676,0.030595176,0.037804555,0.016802024,0.0014606813,0.000045762663,0.03369342,0.02652873,0.0053809676,-0.0020592907,0.020153493,-0.018231984,0.005351177,0.0032881622,-0.022879353,0.012378087,-0.015506124,0.009793733,0.019855585,-0.016578594,-0.008155238,0.00040403806,-0.004628749,0.021300439,0.01747232,-0.01824688,0.04191569,-0.054010764,0.008259506,-0.05573863,0.024637012,-0.012936666,0.0175319,0.03172723,-0.017233992,0.012497251,-0.027020277,-0.010538504,0.018663952,0.011022605,0.01805324,0.0065241903,0.015759345,0.030803712,-0.038459953,0.037983302,-0.00013778257,0.0031987897,-0.0026625548,-0.0034855264,0.03613627,-0.011573736,0.019587466,-0.0010166119,0.0039659035,0.043524396,-0.00016757338,-0.052193522,0.007522183,0.0064943996,-0.0007526838,0.025217934,-0.018023448,0.0043718033,-0.009339424,0.010612981,-0.025158351,0.0064534373,0.02892689,0.010553399,-0.01568487,0.002025776,-0.018917173,-0.0055336454,-0.016057255,-0.025203038,0.011797166,-0.028628983,-0.033365723,-0.00073127163,0.035659615,-0.012005703,-0.017144619,0.022372909,-0.0025191866,0.0043718033,0.024994502,-0.004059,-0.010233148,0.008825531,-0.04373293,0.0026439356,-0.035540454,-0.019274663,-0.015893405,-0.0016505979,0.007924359,-0.021211067,0.017055247,-0.013316498,0.031012248,0.011030053,0.008587205,-0.009451139,0.011313066,0.037387483,0.03154848,0.03285928,-0.006844442,0.010605534,0.01954278,-0.024011405,-0.0045282054,-0.007700928,-0.06351404,-0.01246746,-0.004375527,0.021821778,0.016474325,0.015967881,-0.03759602,0.0030796265,0.009518168,0.008266954,0.018902278,0.002204521,0.022581445,-0.031935763,0.021404708,-0.014962441,-0.019959852,-0.0056863236,-0.0033142292,0.024443371,-0.03422966,-0.0025973874,0.0052618044,-0.022655921,-0.026632996,-0.014240014,-0.027511826,0.010046955,0.011663108,-0.026245717,0.008073313,0.01912571,0.01155884,0.010121432,0.04230297,-0.03244221,-0.00821482,0.010337416,0.013845285,0.0052096704,-0.0075110113,0.019334245,0.015200768,0.016384954,-0.03875786,-0.0012372502,0.022789981,-0.0065763243,0.0015528467,-0.02603718,0.009101097,0.023460275,-0.013979345,0.00003464929,0.00049527246,0.013793152,-0.005529922,-0.02168772,0.009451139,-0.012743025,0.00007662991,0.028867308,-0.008065865,0.0037964683,0.0015146772,0.01747232,0.011886539,-0.029478021,-0.009056411,0.012519594,0.001341518,-0.016191313,0.014671981,-0.015327379,0.007015739,0.012057836,-0.008065865,-0.012311058,-0.0047553605,0.0055559888,0.029180113,0.0008965176,0.0046548164,0.015178425,-0.0044648997,0.0023851278,0.013383528,0.019051231,-0.028003374,0.0068816803,-0.024443371,-0.03646397,-0.021240858,-0.0409028,0.0011813923,0.00023786111,-0.021449393,-0.035629828,0.048052598,-0.01987048,0.030624967,-0.014418758,0.01967684,-0.002714689,-0.00047711868,-0.03187618,0.019408721,0.09074285,0.0046436447,0.024473162,-0.015051814,0.027228814,-0.03944305,0.014880517,0.026856428,0.020049226,0.015022023,-0.009145783,-0.0014681291,0.026066972,-0.016206209,-0.011030053,0.022492072,0.027884211,0.0144857885,-0.014388968,-0.01593809,0.013934658,0.008676577,0.011342856,-0.0072987517,-0.048946325,-0.05996893,0.033723213,0.00035772263,-0.014634742,0.0013191749,0.008691473,0.015863614,0.017904285,0.037655603,0.0074663255,-0.027124545,-0.015431647,-0.0047702556,0.02928438,0.016608385,0.0060698804,-0.016906293,0.024726383,-0.0060661566,0.013822942,-0.008415908,-0.021777093,0.015238007,-0.00960754,-0.039204724,-0.013331394,-0.00977139,0.012199342,0.008281849,-0.007220551,-0.0026197305,0.018619265,0.016682861,-0.017874494,-0.0075929365,0.015506124,0.021613242,-0.015081605,-0.010769383,-0.01951299,-0.019051231,-0.0175319,0.012839845,-0.01389742,0.018455416,-0.030893086,-0.0018554098,0.033484887,-0.018902278,0.0065986677,-0.009689465,-0.016861606,-0.005526198,0.018291567,-0.02567969,-0.00018025776,0.02188136,0.0030721787,0.009763943,-0.011476915,-0.012839845,-0.017904285,0.039949495,-0.014880517,0.03363384,0.023370901,-0.017308468,0.04549059,-0.007998836,0.008319087,0.007894568,-0.020138597,0.013889972,-0.05591738,-0.03807267,0.015595497,0.020868473,0.00805097,0.0150965005,-0.02837576,0.0131600965,0.011812062,-0.021121694,0.021360021,-0.022894248,0.0020797718,0.03968138,-0.0023981615,-0.03217409,0.025635004,0.012802606,-0.022864457,0.0071349023,-0.004557996,-0.0063193785,0.011782271,-0.014657086,-0.00461013,-0.018291567,0.0077977483,0.019081023,0.03759602,0.010076746,0.043792512,0.02769057,0.016548803,-0.025456259,-0.0111492155,-0.015610392,-0.033097606,0.023981614,-0.015342275,-0.023087889,-0.0016105664,0.02347517,-0.023192156,-0.0050123064,0.0075556976,-0.033097606,0.0037834346,-0.038936608,0.04087301,-0.010017165,-0.031012248,0.0034575975,0.009279842,0.011730137,0.01552102,-0.0038095016,-0.022149477,-0.0143442815,0.021568557,0.012430222,-0.008341431,-0.010553399,-0.011707794,-0.00886277,0.023787973,-0.026498938,0.012847293,0.0016627003,-0.01499968,0.018425625,0.0099650305,-0.0048223897,0.025664795,0.0024372619,-0.042124227,-0.008043523,-0.02785442,-0.028867308,-0.0017194891,0.02785442,-0.047844063,-0.019274663,-0.023549646,0.01808303,-0.007574317,0.011171559,-0.014351729,-0.0042973263,-0.00537352,0.0009709947,0.008393564,-0.005500131,-0.012184447,0.023519855,-0.0059916796,0.017934076,0.018619265,-0.037059784,-0.0153869605,-0.024354,-0.024115672,0.00345015,-0.030207897,-0.000051406627,-0.014396416,0.018574579,-0.0025433917,0.012162104,-0.036046896,-0.004185611,0.029373752,-0.023787973,-0.010709802,0.010814069,-0.016667966,0.009525616,0.022670817,-0.027407559,-0.0026476595,0.07042551,0.010411893,-0.020645041,0.0010855031,-0.023579437,0.01571466,-0.042571086,0.021672824,0.0011916329,0.026632996,0.0089223515,-0.0038616357,-0.039055772,0.057287756,-0.0039174934,-0.022789981,0.006483228,-0.011879091,-0.0019885376,-0.030654758,-0.018887382,0.0020443953,0.0035674511,-0.012139761,-0.027928898,0.005217118,-0.013964449,-0.01717441,0.007700928,0.016310476,0.015059262,0.009212812,0.002256655,-0.03187618,-0.0136963315,-0.015625287,-0.016742444,-0.027228814,0.012631309,0.002310651,0.0065688766,0.01555081,-0.021970732,-0.04114113,0.0060140225,0.0155657055,-0.024085881,0.02383266,0.035629828,-0.009257498,-0.029373752,-0.0050123064,0.012325954,-0.023356006,-0.00876595,-0.023013411,0.030863294,-0.026573416,0.009905449,-0.010970471,0.029195007,-0.00073034066,-0.03828121,-0.012124865,-0.021270648,-0.013822942,0.0070641492,0.010218252,0.028867308,-0.006963605,-0.0064981235,-0.005980508,-0.000099263954,0.029582288,-0.008155238,-0.008341431,0.000046693625,-0.01210997,-0.014716667,0.0023832659,0.06101161,-0.007946703,-0.025337096,0.012959008,0.0057570767,-0.016548803,-0.0155657055,0.01084386,0.044179793,0.017040351,0.039979286,-0.0017436942,0.008363774,0.0029697728,-0.024473162,-0.0026271783,-0.032054927,0.022417596,0.005399587,-0.037387483,-0.0076934802,-0.039532423,0.013651645,-0.002249207,0.019766212,0.0075631454,0.018261775,-0.01639985,0.009466034,-0.011625869,-0.017710645,0.0224027,-0.016563699,-0.02276019,0.017859599,0.0141655365,-0.030535595,0.036285225,-0.028167224,-0.0097118085,0.043524396,-0.02548605,-0.011365199,0.0011348443,0.018946964,-0.0063789603,-0.038847234,-0.0015900852,0.017487213,0.018187298,0.01645943,-0.011387543,-0.025605213,-0.0012055974,0.03387217,0.04012824,-0.0053064907,-0.036583133,0.0052841473,0.023728391,0.013137753,0.013145201,0.0015919472,-0.029239694,0.0012298025,0.011521601,0.006609839,-0.02707986,0.039621796,-0.009331976,0.024130568,0.021434497,0.0013927211,0.019021442,-0.008237163,0.02801827,-0.008549967,-0.014292148,-0.022506967,-0.029790824,0.029537601,-0.02892689,-0.0034594594,-0.0026234544,0.0344084,0.004248916,-0.020183284,0.008691473,-0.014366625,0.0011525325,-0.020108806,0.018097926],"social":"https://twitter.com/diversifiedfun"},{"title":"web3 twitter spaces","description":"a simple website that shows you the most popular conversations about web3 on twitter","niche":"web3","youtube_url":"https://youtube.com/watch?v=Lk3Ft5yho3U","youtube_transcript":"Hi, everyone. What's up? My name is Davies. I am building a simple website. That shows you the conversations about web three happening on Twitter right now. On this website, there's no sign up or login required. We show you directly a list of Twitter's basis happening right now on Twitter about web three. We show you the live ones. Upcoming ones, there are five hundred plus of them. And also the hottest spaces happening over the last seven days. You can go into see the details and we also bring you directly onto tutor, so you can play the recording or listen live. Over the last six weeks, here are the progress we have made. In terms of user visit our website, we had just over a thousand visits. And out of the one thousand visits, just over two hundred users, found the tutor space they're interested in via our website. In addition, on our binder coffee page, there were five users for us coffee.","embedding":[-0.04983981,-0.01391887,0.03176499,-0.012609787,0.010535757,-0.016095418,-0.009155699,0.04586524,0.008146285,-0.009770811,0.018295625,-0.043183986,-0.02917837,-0.04353097,0.02127655,0.031023704,-0.034950953,0.00969195,0.022128245,0.047537085,0.01413968,-0.0035152049,0.052773416,0.0628991,0.05182709,-0.034824777,-0.029809253,0.048609585,-0.0349825,-0.031780764,-0.0035033757,-0.019446988,-0.018043272,0.010417466,0.005721326,-0.029525355,0.033468377,0.044414207,0.010385922,0.0040376554,0.003732071,0.01786978,0.02450983,-0.0173493,-0.061101083,-0.017112719,-0.03703287,0.013808466,0.033846907,0.041417513,-0.08920695,-0.011600373,-0.027490756,0.0077243815,-0.029146824,-0.03039282,-0.0254877,0.011513626,-0.035455663,-0.006959435,0.030724034,-0.017144263,0.026828328,0.0041796044,0.013082949,-0.010898515,-0.020708757,0.018074816,-0.011229729,0.010141455,0.07078514,0.046054505,0.017995955,-0.031039476,-0.018973825,0.0038957065,-0.0068529737,0.013508796,-0.0506915,-0.035708014,0.02790083,-0.005516289,-0.06655823,0.023705453,-0.041606776,-0.03280595,-0.009952189,-0.00727882,-0.011221843,-0.019620482,0.013603428,-0.009873329,-0.009967961,0.034635514,0.038736258,-0.0144472355,-0.014147566,0.04381487,0.052899595,0.014794222,0.012128738,-0.05021834,-0.0012647245,-0.011206071,0.051322386,-0.009439597,0.032522053,-0.032522053,-0.03491941,-0.037663754,-0.119489364,0.0034738032,0.04375178,0.01104835,-0.00036571536,-0.009841785,0.07065897,-0.046496127,-0.01637143,-0.040408097,-0.06605352,0.041669864,0.054350626,0.03854699,-0.0014717333,-0.04548671,-0.030250872,-0.04983981,-0.06431859,0.008903345,0.032932125,-0.0056266934,0.047726348,-0.03649662,-0.00863522,-0.038136918,-0.054413714,0.02783774,-0.042994723,0.012262801,0.04409877,-0.04154369,0.0037143275,0.002219922,-0.02570851,-0.022680268,-0.03558184,0.04614914,-0.034950953,-0.017049631,-0.04397259,0.009644634,-0.025834685,-0.0077874702,-0.02971462,0.031717677,-0.0030637288,0.03274286,-0.040218834,-0.037726842,-0.022333281,0.013224899,-0.0062496914,0.019573165,-0.04592833,0.017096948,-0.0200621,-0.03643353,-0.076210745,-0.029588444,-0.029998519,-0.024651779,-0.02066144,0.06744146,0.053814374,-0.02375277,0.035834193,-0.02058258,0.02654443,-0.010236087,-0.023468873,0.017144263,-0.0064705005,0.017617427,-0.043404795,-0.05059687,-0.016608013,-0.0025669078,0.00048523824,-0.032033116,0.01779092,0.050407603,0.037253678,0.053972095,-0.00067573553,-0.03674897,0.007613977,-0.009889102,0.019841291,0.011442652,-0.017995955,0.025503471,-0.019194635,0.017096948,0.011355906,0.019273495,-0.017459705,0.031197196,-0.014770564,-0.027443439,0.05693725,0.033058304,0.007621863,0.02879984,-0.0482626,-0.0036670112,-0.044382665,-0.03696978,-0.034446247,0.0346986,-0.0333422,0.04428803,0.02542461,-0.032869037,0.01176598,0.051480107,0.048767306,0.03236433,0.033973083,0.03914633,0.026418254,0.026528658,-0.006896347,-0.030156238,0.041890673,-0.029698849,0.024257476,-0.027806196,0.008587903,0.0063561527,0.015030803,0.0032352502,-0.017617427,0.07507516,0.0376953,-0.003921336,-0.013903098,-0.061037995,0.010725022,0.10460051,0.053057317,0.021481588,-0.027254174,-0.033216026,0.016245253,-0.014975601,-0.038483903,0.04949282,0.024777956,-0.022680268,0.02066144,-0.003921336,-0.017002314,0.013855782,-0.049272012,-0.027585387,0.0046054507,-0.024273248,-0.03696978,-0.026134355,-0.008580018,-0.02247523,-0.0023756712,0.023484644,0.008367094,0.020645667,0.000585046,-0.00037310855,-0.011781752,-0.014865196,0.0021016311,0.0101729985,0.03936714,0.028295131,-0.02979348,0.041764498,-0.0049169497,0.015756318,-0.038830888,0.02632362,0.0126807615,-0.0026575974,0.014210654,0.013177582,0.036685884,0.042963177,0.099805795,-0.015046575,0.004459559,-0.009707722,-0.0035980083,-0.03674897,-0.01757011,0.040818173,0.012081422,0.019336583,0.029399179,0.032175068,0.002424959,-0.0047158552,-0.05542313,0.06302527,0.005185075,0.0075508887,-0.02405244,-0.0050707273,0.052174076,0.012996203,-0.0016511409,-0.020771844,0.004987924,-0.03794765,-0.03627581,0.02193898,-0.008832371,-0.040597364,0.0085405875,0.00022241114,-0.017254667,0.0072039026,0.029320318,-0.037159048,-0.00069298624,-0.0040613133,-0.030140467,0.021986295,0.0071763014,-0.019446988,-0.033657644,0.048546497,-0.07583222,-0.039051697,-0.025850458,-0.029683076,0.04586524,0.018958054,-0.0060801413,-0.02307457,0.007247276,0.002397358,0.015827294,0.001517078,0.014108135,-0.046022963,-0.018737245,0.0003768051,-0.022822216,0.006017053,-0.019525848,-0.0071447575,-0.0028350335,0.0015683373,0.049524367,-0.02564542,0.029903885,0.048767306,-0.075516775,0.026181672,0.0357711,-0.035550293,0.022112472,0.010953718,0.00452659,-0.028042778,-0.07520133,-0.010740794,0.0268441,0.025393067,0.021166146,0.04034501,0.02797969,-0.022506773,-0.033216026,-0.03643353,0.010393809,0.00031494893,0.01629257,-0.055486217,-0.031717677,-0.02911528,0.03127606,-0.059839316,0.0076731225,-0.011111438,0.029399179,-0.0028941787,0.07217309,0.02602395,-0.004830203,-0.05009216,0.003111045,0.0021824632,-0.039651036,-0.05406673,0.009132041,0.031780764,0.0054532005,-0.03400463,0.032190837,-0.021591993,-0.0056227506,-0.07349794,0.037159048,-0.014731133,-0.010725022,0.0036610968,0.017144263,0.010109911,0.07879737,0.06718911,-0.038357727,-0.04507664,0.016402975,-0.02044063,0.019320812,0.04403568,0.042616192,-0.012901571,-0.021986295,-0.021071514,-0.04457193,0.03009315,-0.005370397,0.06040711,-0.0016905711,0.0035211195,-0.012909457,0.035487205,0.051543195,0.023027252,-0.031055247,0.010851199,-0.010945831,0.0041993195,-0.032222383,-0.012325889,0.022806443,-0.03791611,0.015448763,-0.037001327,-0.019604709,-0.016734188,0.00013677361,0.022222877,-0.057441957,-0.013414164,-0.003034156,-0.0026477398,0.029572671,-0.016544923,-0.04472965,0.03696978,-0.09374931,-0.025172258,0.010906401,-0.032175068,-0.021528905,0.013855782,0.02036177,-0.033436835,0.056369454,-0.008524816,-0.030455908,-0.004502932,-0.03372073,-0.005192961,0.01629257,0.000653556,0.00020651582,-0.028610574,-0.02783774,-0.0012597957,-0.023106113,0.064381674,0.02909951,0.052174076,-0.021213463,-0.014005617,-0.011529399,0.0076691792,-0.0145655265,0.03851545,0.014936171,-0.020456402,-0.0032589084,-0.009983734,-0.038830888,-0.042710822,0.018279854,-0.017033858,0.0074759712,0.008753511,-0.020850705,0.04495046,0.018232537,0.011639804,-0.0726778,0.003272709,0.019446988,0.032679774,-0.03756912,-0.043089353,0.019730886,0.026465569,-0.012649218,-0.0038188177,0.00923456,0.024367882,-0.032837495,-0.0187057,0.0012785251,-0.012120852,-0.0038188177,-0.039461773,0.013721719,0.029131053,-0.015866725,-0.02654443,-0.0220967,-0.0037872735,-0.021245006,-0.012002561,0.018973825,-0.0016895853,-0.02526689,0.010228201,-0.015007145,-0.009818126,0.0043649264,-0.018421803,0.0004968209,0.025771597,-0.0032372219,-0.010977375,-0.037663754,0.025124941,0.006525703,-0.014005617,-0.020803388,-0.0069712643,0.054319084,-0.013879441,0.014171224,-0.0214185,-0.014321059,0.0059027052,0.0134535935,-0.031512637,0.019352356,-0.0059697367,0.0009172457,0.0023638422,0.03432007,0.03416235,-0.000013430921,0.028784066,-0.004853861,0.014186996,-0.018611068,0.02911528,0.008083196,-0.01930504,-0.01946276,-0.0023500416,0.022207104,0.0029907827,-0.01587461,0.013319531,-0.012657103,0.0014608899,-0.026355164,-0.0033929711,-0.025976634,0.029651532,0.003712356,-0.0057607563,0.0042348066,0.015567054,0.023768542,-0.008185715,0.023200747,0.014849424,0.012152396,0.020314453,0.017522793,0.0141791105,0.0049642655,0.00016905711,-0.02510917,0.032490507,0.010165113,-0.007992507,-0.013879441,-0.029462267,-0.004483217,0.025456155,-0.023090342,-0.009218788,-0.0053979983,-0.027553843,-0.006596677,0.014628614,-0.015906153,-0.0254877,0.010283403,0.018279854,-0.01252304,0.020472175,0.010354378,0.0021785202,-0.0028074323,-0.035865735,0.031796537,0.02640248,0.020834932,0.010661934,0.002799546,-0.01621371,0.007913647,0.006537532,0.0029198085,0.037253678,0.03599191,-0.003489575,-0.015669573,-0.023263834,-0.016560696,-0.0052047903,-0.0011681205,-0.027711565,0.007128985,-0.0027857455,0.0076652365,0.0020917736,0.026055494,0.0056148646,-0.033089846,0.032490507,-0.004353097,-0.013989845,-0.014234313,-0.015275271,0.03432007,0.014281629,0.006912119,0.01481788,-0.027695792,-0.021229235,-0.010283403,0.032522053,-0.017759375,0.033909995,0.015172752,-0.036906693,-0.056306366,-0.0016895853,-0.0059500216,-0.02163931,-0.026292076,0.019241951,-0.044224944,-0.008485385,0.03168613,0.0047671148,0.04495046,-0.009502685,0.017175807,-0.05542313,0.006020996,0.050155252,-0.0032037061,0.015227954,-0.034856323,0.006005224,0.01455764,0.028153183,0.00033811422,-0.011371678,0.02503031,0.018311398,-0.012144511,0.021607766,0.025282662,0.016907683,-0.009155699,-0.031197196,-0.00660062,-0.015606484,0.020771844,-0.031244513,-0.0012745821,-0.0057923007,-0.017002314,0.004219034,0.035424117,-0.008982206,0.031481095,-0.025692737,0.04349943,-0.017712058,-0.031212969,0.0015486223,-0.0357711,-0.002864606,-0.028373992,0.019857062,-0.014865196,-0.034887865,0.0012972545,-0.007219675,-0.025913546,0.029383406,-0.026781011,-0.031780764,0.010803883,-0.029320318,-0.0054295426,0.026907187,-0.03671743,-0.011119325,0.018264081,-0.000085945576,0.024225932,-0.023563504,0.0077283247,-0.019368129,-0.06952338,-0.012538813,-0.02307457,-0.04223766,-0.0036670112,0.016339887,0.00563458,0.03551875,0.04154369,-0.0049563795,0.03952486,0.04353097,-0.034572423,-0.019888608,-0.011253387,0.017727831,-0.029872341,0.017049631,0.008556359,-0.012964659,0.029430723,-0.005366454,0.0056542945,0.03596037,0.016134849,0.005520232,-0.0034876037,0.039335597,0.013784808,0.03671743,0.008903345,0.00066144206,0.017617427,-0.026733695,0.015985014,-0.01176598,-0.009384395,0.00019037408,0.053530477,-0.029146824,-0.020251365,-0.006711025,-0.0107959965,-0.03274286,-0.029777708,0.004723741,0.014762677,-0.0037991025,0.01376115,-0.023421556,-0.004491103,0.017096948,-0.02353196,-0.040029567,-0.027443439,-0.0035625212,0.0052678785,-0.025440384,0.011710778,-0.007397111,-0.009660406,-0.06567499,-0.029509583,0.02782197,0.007290649,-0.0018709643,-0.018973825,0.006005224,0.0040692,-0.0036216665,-0.027017592,0.014281629,-0.016481835,0.0020306567,-0.01621371,-0.018958054,-0.013414164,-0.015220068,-0.010236087,0.008020109,0.0045502484,-0.0325536,0.019320812,-0.020882249,0.025850458,-0.027380351,-0.021150375,-0.017065402,0.0066715945,0.032332785,0.003824732,0.017144263,-0.014234313,0.0154566495,0.024651779,0.020898022,0.02285376,-0.01900537,0.029840797,0.014802108,-0.013871554,-0.019652026,-0.00012925721,0.014352603,-0.020756071,0.018295625,0.024651779,-0.00533491,-0.007953077,0.017475476,-0.016844593,0.00039307008,0.034256984,-0.013153925,-0.017617427,0.0017901324,0.04886194,-0.022585634,0.012207598,0.058703724,-0.0187057,-0.029351862,0.006931834,-0.0016304399,-0.011844841,-0.0027404008,0.011821182,0.020566806,0.036622796,-0.018894965,0.018137906,0.021055741,0.023705453,0.027443439,-0.018942282,0.04684311,-0.022569863,-0.0061550587,0.021702398,0.012467838,-0.037726842,0.0032510224,-0.019336583,-0.037821475,0.035865735,-0.015645914,-0.040218834,0.011560943,-0.0019596824,0.02217556,-0.0032667944,0.009510571,0.013556113,0.0048932913,-0.004652767,-0.032774407,0.012941001,-0.03318448,-0.023326922,0.011781752,0.0047986587,0.016907683,0.0000702967,-0.013548226,-0.010393809,0.013232784,0.0019941838,-0.007610034,-0.055486217,-0.009139927,-0.0055912063,0.019257724,-0.0036216665,-0.0014865196,0.0017369016,-0.020235592,0.028563257,0.0103070615,0.041764498,-0.020882249,-0.037506033,0.044161856,0.021450045,0.0034639456,-0.021513132,0.005599092,0.01597713,0.005236334,-0.016071761,0.047316276,-0.010874857,0.031134108,0.027758881,0.021150375,0.034572423,0.016576467,-0.010472668,0.012373205,0.031812306,0.015527624,0.019510077,0.037001327,-0.013713833,0.011371678,-0.021150375,0.0030440136,0.036843605,-0.014604957,0.009542115,0.026970277,0.029998519,0.030660946,0.019320812,-0.009904874,0.023390012,0.015362017,0.023563504,-0.009636748,-0.0039233076,-0.018831877,0.005370397,0.0011444624,0.04214303,0.04810488,-0.011119325,0.022822216,-0.021434272,-0.011206071,-0.010228201,-0.001501306,-0.0011208042,-0.0016393118,0.010275518,0.0136901755,0.017585881,0.060060125,0.038042285,-0.006210261,0.028752523,-0.013232784,0.02510917,0.01840603,0.010882743,-0.012452066,0.0063640387,0.024904132,0.019115774,-0.043341707,-0.01142688,0.015330473,-0.034414705,0.025077626,0.015890382,0.014407805,0.0046212226,-0.005039183,-0.05037606,0.0067701703,-0.023989351,-0.045959875,0.0109300595,-0.0401242,-0.034288526,0.02630785,-0.0033180537,-0.018500663,0.027853513,-0.027096452,0.0064783865,0.015164866,0.0036551822,-0.031670358,-0.002344127,-0.0131854685,0.00897432,0.009518457,0.005039183,0.011497854,0.018374486,0.002332298,-0.013832124,-0.015795749,-0.030913299,-0.011931587,0.024036666,0.00020528362,0.029146824,-0.0047986587,-0.0035487206,-0.001521021,0.021607766,0.009983734,-0.021828575,0.0016126963,0.0127990525,0.02323229,-0.023736997,0.010086252,-0.005847503,0.01914732,0.0069870367,-0.006596677,0.011158755,-0.0036827833,-0.053183492,-0.013358962,0.009967961,0.018342942,0.040155746,0.040092655,0.0024604462,0.017538566,0.016134849,0.00825669,0.0140765915,0.010559415,0.0012321946,-0.027648477,0.015630143,0.00005147493,-0.0248095,0.007424712,0.006525703,0.011458424,-0.04034501,0.0068569165,0.0032549654,-0.014013503,0.017664742,-0.002158805,0.037600666,-0.052521065,0.009463254,0.00939228,0.0077440967,-0.013910985,0.0021114887,-0.0066715945,-0.033152934,-0.02518803,0.053530477,-0.010843312,0.0005180146,0.034193896,0.01878456,0.03143378,0.0038188177,-0.014944057,0.007606091,0.025140714,-0.008209374,-0.02783774,0.047600172,-0.022459459,-0.004349154,-0.011158755,-0.019021142,0.021513132,0.008075311,-0.0101729985,0.00829612,0.0006781999,0.034036174,0.026528658,-0.031339146,0.0071605295,-0.00045739065,0.032900583,0.0012203655,-0.005847503,0.0143289445,-0.016079647,0.009865443,0.028184727,-0.000052152638,0.005539947,-0.014265857,-0.00969195,-0.0015259498,-0.005508403,0.0074601993,0.02444674,-0.0011641774,-0.01968357,0.030787122,-0.029430723,-0.00095273287,0.0028153183,-0.0061077424,0.009502685,0.014636501,-0.017696286,-0.03832618,-0.007783527,0.0045699636,-0.041669864,-0.026087038,-0.027080681,0.021481588,0.010346492,-0.0029513526,-0.00004817881,-0.019431217,-0.01629257,0.012672875,-0.019257724,-0.0013228841,-0.011332247,0.000013977708,-0.004467445,0.010023164,0.08605253,-0.010583073,0.023973579,0.00626152,0.011892157,0.0023579276,-0.016781505,0.007893932,-0.032096207,0.003107102,-0.00444773,-0.00927399,-0.02036177,-0.019872835,0.0028961503,0.0035487206,-0.0037103845,-0.02058258,0.017838236,-0.022333281,-0.0049248356,0.027285717,0.015401447,-0.008990092,-0.026087038,-0.032774407,0.023421556,-0.022648724,0.023358468,0.038736258,0.025740054,-0.0035211195,0.02586623,0.012791166,0.0037734727,0.013769036,-0.026859872,-0.01810636,0.019273495,-0.027364578,0.025314206,-0.004518704,0.025219575,-0.026639063,-0.012302231,0.022696039,0.0023677852,0.00799645,-0.022112472,-0.026481342,-0.0017773175,0.035708014,0.034635514,0.025172258,-0.03536103,-0.012901571,0.011016806,0.009124155,0.02556656,-0.004952437,-0.012941001,0.047631714,-0.0114189945,0.029146824,-0.013816352,-0.021923207,-0.01286214,0.0068766316,-0.010606731,-0.016686874,-0.004349154,0.00024964265,-0.0060959132,-0.002255409,0.034351613,0.006233919,-0.0009246389,0.00058356737,-0.005741041,-0.051227752,-0.012254915,0.015007145,0.013493024,0.004491103,-0.005145645,0.02850017,0.0030637288,0.021434272,-0.01244418,0.024714867,-0.0030499282,0.010409581,0.029083736,0.00030287344,0.008020109,0.016324114,-0.022916848,-0.028831383,0.00032382074,-0.008327664,0.01930504,-0.017301984,0.008966434,-0.010583073,-0.0015949528,-0.004518704,0.0046054507,0.0030164125,-0.03747449,-0.0019586966,-0.005693725,-0.026260532,-0.0050194683,-0.008382866,0.013224899,-0.044792738,-0.0104253525,-0.00639164,-0.0041717184,-0.025503471,0.04349943,0.022569863,-0.025156485,-0.010125683,0.0056306366,0.008516929,0.034067716,-0.01968357,-0.018295625,-0.007247276,-0.014880968,0.008682536,0.02564542,0.008453841,0.0010685592,0.002409187,-0.002521563,-0.011521513,0.007393168,0.009005864,-0.00635221,0.0027877172,0.0166711,-0.008556359,0.024083983,0.0006284193,0.019636253,0.0136901755,-0.0060919705,-0.002397358,0.0018029471,-0.009589432,0.017917097,-0.0015801664,-0.0008418354,-0.0013347132,0.01681305,-0.005563605,-0.021008426,-0.0030597858,-0.024541374,-0.016907683,0.010866971,-0.0029809251,0.032190837,0.016324114,0.0072393897,0.0003033663,0.0015959385,0.0136901755,0.022349054,-0.020834932,-0.04185913,0.024083983,0.040061112,-0.00061018276,-0.0056464085,0.0094317105,-0.010433238,0.0145655265,-0.012933115,-0.0011030607,0.009203015,-0.006190546,-0.008548474,0.02163931,-0.046212226,-0.034887865,0.017286211,-0.030329732,0.0053388528,0.011868498,0.010480555,0.013895213,0.03649662,-0.0027404008,-0.012877912,-0.021844346,-0.04712701,0.03930405,-0.028011234,-0.040597364,-0.033373747,0.018658385,-0.0018266053,0.028768295,-0.02857903,-0.009605204,0.012436294,-0.015149094,0.012381092,-0.00090837386,-0.030802894,-0.017144263,0.026339393,0.026292076,0.030045833,0.01884765,0.033247568,-0.019446988,0.034887865,-0.021292323,-0.022412142,-0.021860119,0.000258268,0.017964412,0.019431217,-0.018374486,-0.03930405,-0.0021016311,0.01443935,-0.009076838,-0.016734188,0.04056582,0.021087287,0.024951449,-0.013666517,0.009857557,0.0007501601,0.0059421356,0.020077873,-0.009660406,-0.020456402,0.031701904,-0.013051406,0.0207403,0.03206466,0.022065155,-0.00036522248,0.020472175,-0.03460397,-0.014573412,-0.02510917,-0.032143522,-0.028673662,0.047000833,0.016418748,-0.0020405143,0.0020562864,0.018374486,-0.020629896,0.010314948,0.0017487307,-0.0044043567,0.027317261,-0.003465917,0.015795749,0.016686874,-0.03703287,0.044319578,0.0041165156,-0.024336336,0.0001779289,0.008177829,-0.025976634,0.00032948886,0.0061629447,0.021323867,0.0033318542,-0.012609787,-0.023847401,-0.024541374,-0.03378382,-0.007286706,-0.016797278,0.012152396,-0.013382619,0.018894965,0.024068212,0.011860613,0.030944843,0.016016558,0.000693972,0.023815857,0.046022963,0.031544182,-0.010661934,0.028389765,-0.0070304098,-0.034351613,0.0021410615,-0.00957366,0.006888461,-0.00064172695,-0.00048080235,0.0154408775,0.011016806,0.023800086,-0.005342796,0.0068411445,0.024572918,-0.021923207,0.0056740097,-0.0014145594,-0.0027384295,0.0018591352,0.01146631,0.044603474,-0.0131854685,0.029541127,0.04614914,-0.018863421,0.0439095,0.047316276,0.016608013,0.013075064,0.03627581,0.00080881256,0.035928823,0.0013692147,0.021860119,0.026497113,0.053372756,-0.0005673024,0.01597713,-0.015511852,0.00057321694,0.01908423,0.012262801,-0.034067716,-0.0019429245,-0.021513132,0.035014044,0.015022917,-0.011663461,0.0032628514,-0.0016373402,-0.014186996,0.016608013,0.019825518,-0.01100892,0.02473064,0.025740054,0.018579524,-0.025850458,0.023516187,0.018516434,-0.006884518,0.0021075457,0.02843708,-0.019557394,-0.0073695094,-0.014376261,0.01286214,-0.02903642,0.023673909,-0.024083983,-0.057505045,-0.007042239,-0.0068766316,0.042174574,-0.006754398,-0.0041717184,-0.044319578,-0.01112721,-0.03479323,0.015685344,-0.007842672,0.0068096006,-0.010393809,0.021402728,-0.005812016,0.052363344,-0.014084478,0.0045857355,-0.022191333,-0.00867465,0.00035437918,-0.017065402],"social":"https://twitter.com/Frens_Official"},{"title":"invrow","description":"invest & borrow-finance app for college students","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=rY5IwYSMwLc","youtube_transcript":"Hello. I everyone. My name is Busser and my another team member name is Hina, so we are part of the team in Roo. So this is a mobile app, which we have been developing in this last six weeks of build space. So we are really happy to announce that we have collected around four thousand two hundred users on our platform. And the development is still going on. So the mobile app is basically a flat mobile application, which will help college students specifically will be looking forward for getting loans as well as trying to invest their hard earned money. So let me go to the process. So this is the flow chart. So it would be it would be having a flatter mobile app. And if a person needs money, he would be signed up on the basis of admit card or the ID card and would, like, get money on the business of credibility of that on the marksheet or the co curricular activities. So the development is still going on. And due to the long development time, we have already collected around four thousand two hundred users on our platform offline. So it was really a nice journey, and we really loved the working in MuleSpace. So thank you. Signing off.","embedding":[0.02009599,0.0025551473,0.016929258,0.019390604,0.006881263,-0.039051354,-0.0018478854,0.049407016,-0.00048166965,-0.008059408,-0.009612757,-0.07744235,-0.021941999,-0.020696318,0.034518875,0.02787024,-0.009447666,0.008284531,-0.042623308,0.040282026,0.055290233,0.015623543,0.028680684,0.003266161,0.018400062,-0.00506527,-0.031997498,-0.0049377,-0.006667396,-0.05456984,-0.009657782,-0.010543265,0.02017103,0.048686624,-0.009590244,-0.014970686,0.00537669,0.023412803,0.018940357,-0.039771747,-0.04271336,-0.021056514,0.03622981,-0.015683576,-0.066336274,0.0354794,-0.05508012,0.043403734,0.021401703,0.016749159,-0.057451416,-0.0298063,0.037820682,-0.00680247,0.009034941,-0.048866723,0.02335277,0.011826467,-0.03740045,-0.012479324,0.019465644,0.013139686,0.012089111,0.031697333,0.015338387,-0.025979206,-0.05036754,0.030016415,-0.014332837,0.04001188,0.05823184,0.012719455,0.016043773,0.0033768467,0.021026498,-0.024598451,-0.026129289,0.034428827,0.009897913,-0.005159071,0.013049636,-0.0086972555,-0.0012419291,0.003414367,-0.02075635,-0.018475102,-0.05910232,-0.016674118,-0.047095753,-0.01967576,0.0058644568,0.05877214,-0.01490315,0.039411552,0.051778313,-0.001233487,-0.07426061,-0.010573282,0.0376706,0.018295005,0.043433752,-0.04178285,0.05189838,-0.07173923,0.03517924,-0.011016024,0.008194481,-0.011826467,-0.021791916,-0.025333853,-0.12594888,-0.013905104,0.02728492,0.018370045,0.06393496,0.028080355,0.049407016,-0.054479793,-0.04721582,-0.04058219,-0.015893692,0.024463378,0.036860157,-0.022737434,-0.0009867896,0.012944578,-0.03917142,0.039111387,-0.056640975,-0.012847025,-0.00638224,-0.019120457,-0.0066936603,-0.037550535,-0.006742437,-0.014167747,-0.042052995,0.030286562,-0.018670209,-0.026324395,0.004930196,-0.049046822,0.03079684,-0.0096802935,-0.03196748,-0.045384817,-0.049076837,0.058201827,-0.05841194,-0.024058156,0.02009599,-0.024508402,-0.05072774,0.008314547,0.051868364,-0.031937465,-0.013259751,0.07227953,-0.015278355,0.020666301,-0.003697647,-0.019810833,-0.030691784,-0.02552896,-0.04928695,0.0025044945,-0.04862659,-0.046735555,-0.071439065,-0.027555069,-0.030031422,-0.0179198,-0.06981818,0.025799109,0.013319784,0.000043558975,0.020110998,-0.044334244,0.009072461,-0.04034206,-0.010190573,0.029356053,-0.017274447,-0.034338776,-0.063754864,-0.031187054,0.012982099,-0.004299851,0.021371687,-0.0037670599,0.011954037,0.051868364,-0.044694442,0.007909325,-0.02528883,-0.046315327,0.02746502,-0.024538418,0.011323692,-0.009822872,0.035629485,-0.010498241,0.024718517,0.02728492,-0.00680247,-0.022092082,-0.01934558,0.01715438,0.020516219,-0.01748456,0.054119594,0.0017887907,-0.015353396,0.016569061,-0.0396817,-0.023172671,-0.00090143044,0.050157428,0.012321738,0.010618307,0.01523333,0.04220308,0.026399435,-0.018610178,-0.012389275,0.043283667,0.026339402,-0.019315563,0.04217306,-0.021461736,0.013657468,0.007886813,-0.029446103,0.013950128,0.04595513,-0.03415868,0.017949816,-0.00727898,-0.009807863,-0.0041535213,-0.018625185,0.011533807,0.028830765,0.023007581,0.042623308,-0.0016912373,-0.039621666,-0.04112249,0.0667565,-0.0015824279,0.028200421,0.0008775111,0.010483232,-0.018189946,-0.024178222,-0.012524349,-0.0020973969,0.063394666,0.016959274,-0.06447526,0.006018291,-0.027930273,-0.03496912,0.0055567888,0.013837567,0.0075603845,0.007511608,0.016013756,0.0077292267,0.027269913,-0.027104821,0.02569405,-0.003984679,0.026414445,-0.00967279,0.036800124,0.0015495974,0.03851106,-0.019645743,-0.01900039,-0.0041422653,0.0104232,0.0296262,0.015953723,0.021161571,0.016944265,0.08494645,-0.020666301,-0.027975298,0.020065973,0.026024232,-0.00074947235,0.011766435,0.0011209254,0.04928695,-0.0030804344,0.02494364,-0.018039865,0.024148205,0.042953487,0.013162198,-0.041482683,-0.017634643,0.00070444774,-0.007976862,0.008899867,0.02569405,0.025664033,-0.007841788,-0.026774641,-0.05784163,0.033318218,0.03307809,0.010438208,0.0017944188,0.026879698,0.02351786,0.013830063,-0.023157664,0.016734151,0.0064235125,-0.05532025,-0.01272696,-0.019030407,0.035599466,-0.041032437,0.053129055,-0.0053354176,-0.015938716,-0.031277105,0.040161964,-0.061473615,-0.017859766,-0.021731883,-0.0078567965,0.003692019,0.014798092,-0.030736808,-0.007027593,0.00031564134,-0.036620025,-0.086507306,-0.02702978,0.014400375,0.01448292,-0.028980847,0.044694442,-0.0019154224,-0.012832017,-0.0021349175,0.0047500976,-0.006138357,0.028920814,-0.05231861,0.018295005,0.0048514027,0.022287188,-0.0314572,-0.03424873,0.017889783,-0.020486202,-0.0024444617,-0.023172671,-0.010873446,0.027990306,0.038360976,-0.024958648,-0.0015073868,-0.0033899788,-0.052678805,-0.0027708902,-0.027690142,-0.0054817474,-0.0098754,-0.042413194,0.0061195963,0.016629094,0.024118189,-0.011068553,0.02920597,0.083265536,-0.00009092863,-0.022872508,-0.020981474,-0.0058494485,0.044334244,0.010250606,-0.023292737,-0.0035044164,-0.0033618384,-0.014873133,-0.025258813,0.025063707,-0.010047995,0.08488642,0.0030035174,0.03238771,0.033198155,0.0019529429,-0.040792305,0.011676385,-0.06771703,-0.0004190573,-0.026339402,0.01933057,0.008637223,0.0177397,-0.04787618,0.025243804,0.006303447,0.02896584,-0.049917296,0.05703119,-0.039441567,0.009102478,-0.045504883,-0.08494645,0.038631126,0.015998749,0.040852338,-0.020141013,-0.049346983,0.0102130845,-0.041212536,0.021026498,0.030541701,0.06939795,0.0053466735,-0.046615493,-0.029416086,-0.039411552,-0.023307746,-0.027495036,0.048176344,-0.026759634,-0.004299851,-0.0034668958,0.023968106,0.023487844,-0.0058569526,-0.01461049,-0.01715438,0.004930196,0.025168763,-0.029791292,-0.02746502,-0.043223638,0.015300867,0.0053954506,0.0062021418,-0.048536543,-0.010408192,0.014160244,0.046975687,-0.023457827,-0.05532025,0.006479793,-0.029401077,0.0042360662,0.030196512,-0.0077592432,0.04763605,-0.031066988,0.0024425858,0.023622917,-0.019270537,-0.02937106,0.01067834,0.033528335,-0.038751192,0.034698974,-0.013447354,0.005286641,-0.0066824043,-0.041152503,-0.022902524,-0.0051290547,-0.0015467834,0.025934182,0.029250996,-0.016734151,0.037190337,-0.03322817,0.009200031,0.041152503,0.026414445,0.01775471,0.041002423,-0.012501837,0.02812538,0.0415127,0.044844523,0.04763605,-0.018565152,-0.022497302,-0.047305867,0.0025232548,-0.047756113,-0.019555693,-0.005875713,0.026219338,0.011511295,0.0008207613,0.023757992,0.022467285,-0.044694442,-0.07990369,-0.018730242,0.0022662394,0.03247776,-0.02351786,0.0070876256,0.0058456967,-0.012111623,-0.030571718,0.03920144,0.027525052,0.03214758,-0.02519878,0.0070050806,-0.018099898,0.040852338,-0.01574361,-0.004712577,-0.025679043,-0.00899742,-0.04895677,-0.013042132,-0.019030407,0.009552724,0.0032886735,-0.022947548,0.03424873,0.009162511,-0.01013054,-0.02410318,-0.014295317,-0.03818088,0.0021349175,-0.034218714,-0.0045887595,-0.012141639,0.04361385,-0.016584069,-0.0277952,0.039891813,0.011241147,-0.016118815,-0.002388181,-0.01907543,0.0030635502,0.014070194,0.049917296,-0.018144922,0.010063003,-0.02728492,-0.033108104,-0.016328929,0.01367998,0.005538028,0.0030279057,0.0047688577,0.016974282,-0.012224184,-0.043223638,0.04595513,-0.03304807,-0.014633002,-0.027930273,-0.00019639646,-0.008179473,-0.0037182833,-0.012224184,0.0016874853,0.029611193,0.0104232,-0.04268334,-0.014400375,-0.016418979,-0.00962026,-0.034338776,-0.02402814,-0.020666301,0.016133823,-0.012119127,0.0064385207,-0.022032049,0.007849292,0.020621276,0.012974595,-0.016719142,-0.013012116,0.0118114585,0.03523927,-0.0026714609,0.009177519,-0.027164854,0.03030157,0.027104821,-0.013800046,-0.012576877,-0.030256545,0.01733448,-0.010175564,-0.010063003,-0.00799187,-0.020786367,0.010078011,0.0071589146,-0.017214414,0.014678027,0.033108104,-0.021656843,-0.019735793,-0.005519268,0.03848104,-0.030391619,0.017694676,0.025378877,0.003977175,-0.035869613,-0.017889783,0.016944265,0.022317205,0.049256936,0.03097694,-0.019285547,-0.008817322,0.000054756507,0.0062809344,0.02913093,-0.009755335,0.023622917,-0.037880715,-0.01163136,0.015713593,0.0083070425,0.02955116,-0.03415868,-0.04226311,-0.010385679,-0.02410318,0.015030719,-0.018445086,0.0393215,0.027269913,-0.0068512466,0.031006956,0.014948174,-0.018325021,0.007188931,-0.032837957,0.04160275,-0.0217619,0.01062581,0.0074253106,-0.02896584,0.0021124051,0.044574376,0.033798482,-0.012389275,0.06771703,-0.010408192,-0.0051815836,-0.050997887,0.061893847,-0.012426795,0.049256936,0.010790901,-0.019285547,-0.01272696,0.033948563,0.0024257014,-0.024088172,-0.005215352,0.029085904,-0.022722425,-0.050847806,-0.0009492691,0.0018450714,-0.038601108,-0.01058829,-0.031277105,-0.0027783944,0.00084421167,0.024538418,0.0199309,-0.0016462127,0.022557335,-0.023953099,-0.00072696,0.025679043,0.030691784,0.006003283,0.023622917,-0.023833033,0.011391229,-0.014723051,0.012756976,-0.040852338,-0.014655515,0.015473462,-0.007177675,-0.023983115,-0.045745015,0.0056881104,-0.017469553,-0.010498241,0.026849682,0.0045212223,0.007601657,0.010528257,0.019975923,-0.00009497381,0.0023037598,0.06060314,-0.0023806768,-0.02770515,0.02570906,-0.010325646,-0.0057518953,0.030181505,-0.0034331274,-0.038451027,-0.003924646,-0.0018760259,0.0009375439,0.025498943,-0.025558976,-0.045024622,0.012081606,0.023307746,-0.019285547,-0.0027314937,-0.010145548,0.022692408,-0.03809083,-0.0069788164,-0.022887515,-0.037460484,-0.024388336,0.00075556943,-0.015428437,0.027435003,0.016599078,-0.02026108,0.025844133,0.045324784,-0.042233095,0.017379504,-0.02134167,0.01607379,0.017199405,0.029401077,0.022032049,0.013800046,0.0035794573,0.035089187,0.0076354253,0.013634956,0.030331586,0.052018445,-0.005297897,-0.006963808,0.014858125,0.00958274,0.017979832,-0.009530212,0.017784726,0.011098569,0.013672477,0.00782678,0.026444461,-0.0015317751,0.042983506,-0.039081372,-0.01614883,-0.0041722814,0.0019810833,0.016103806,-0.007684202,0.0010580786,-0.0038533572,-0.005005237,-0.022092082,-0.014730555,0.0017756585,0.014257797,-0.021191588,-0.027059797,0.012366762,-0.013649965,-0.0054142107,-0.0045287265,0.011878996,0.028380519,-0.00094504806,-0.059162352,-0.04211303,0.0049076835,-0.013619948,-0.018340029,0.013792542,0.025634017,0.02528883,0.002103025,0.025243804,0.040462125,-0.0307218,-0.025739076,-0.01958571,-0.0124868285,-0.008824825,0.012276714,0.0053992025,0.016554052,0.020831391,-0.047305867,-0.04511467,-0.011083561,0.038360976,-0.058982253,-0.022527318,0.0108059095,0.008179473,0.013529899,-0.00091784564,0.023007581,0.0153609,-0.011894004,-0.0030260298,0.0077142185,0.039981864,-0.01782975,0.01172141,0.032507777,0.0064197606,-0.019540686,-0.007080122,0.02351786,-0.00912499,0.0336484,0.041632768,0.011526303,0.014467912,0.0058194324,0.0100705065,-0.015968733,-0.024973657,0.0033280698,0.028770734,-0.014040178,0.013469866,0.002397561,-0.023773,-0.011878996,-0.00008277964,0.019870866,-0.002827171,0.011436254,-0.0033993588,0.021716876,-0.008929883,-0.0052603767,0.04160275,0.00055436563,0.012922066,-0.021821933,0.018925348,-0.011939028,0.003056046,0.060573123,0.0057744076,0.0023018837,0.017349487,0.013439849,-0.04526475,0.011338701,-0.011563824,0.01583366,0.010603298,-0.049527083,-0.007440319,-0.013154694,-0.023202688,0.034548894,-0.013649965,0.020366138,-0.013957633,0.006866255,0.0016180723,-0.008757289,0.028740717,-0.029761275,-0.01775471,0.05817181,-0.018790275,0.016268896,0.030946923,0.005718127,0.03247776,-0.016539045,-0.034548894,0.015803643,-0.02528883,0.0046750563,-0.043493785,0.0059845224,0.028260455,0.024388336,-0.0053466735,0.010813413,0.045174703,-0.007849292,0.009342609,0.008734777,-0.017814742,0.00062237156,0.050937854,-0.004945204,0.025168763,-0.0032436487,0.022587352,0.025093721,-0.017169388,0.01976581,-0.0012531853,0.019525677,0.03055671,-0.01841507,0.014858125,-0.025003674,0.0257841,-0.004866411,-0.013469866,0.006104588,0.020110998,0.013852575,0.002024232,-0.00090940355,0.010093019,0.0069150315,-0.0062434142,-0.0027314937,0.040492143,-0.05123802,0.011331196,0.016764168,0.05105792,-0.018730242,0.030526694,-0.0029378566,-0.014873133,-0.036800124,-0.011788947,-0.014257797,0.034518875,0.021401703,0.034128662,-0.010310638,-0.024553427,0.005132807,-0.0030710544,-0.01966075,0.026204329,-0.01740952,-0.004431173,-0.012884546,0.026489485,0.016779175,0.0014858125,0.026309388,-0.0052603767,0.012374267,0.027585084,-0.0008207613,0.035959665,-0.0019979675,0.008059408,0.0019144844,0.022542328,-0.0032136324,0.03223763,-0.011068553,0.011653873,0.0009197217,-0.030436644,0.0020692565,0.024148205,-0.005162823,-0.040161964,-0.0023093878,-0.031157037,0.018895332,0.0028440552,-0.03580958,-0.03574955,-0.061893847,-0.037310403,0.02260236,0.018325021,-0.016839208,0.009627765,-0.016358946,0.03818088,-0.019690767,-0.0054892516,-0.012089111,-0.020516219,0.01494067,0.0073502692,-0.010168061,0.00035363086,-0.023037598,-0.00013225983,0.012126631,-0.008989916,0.007886813,-0.009410146,-0.03397858,-0.0033730946,0.009117486,0.008299539,-0.023007581,-0.039621666,-0.018745251,0.019825842,-0.0006969436,0.014490424,0.0354794,-0.037340418,-0.012494332,0.005147815,0.0036807628,0.002825295,0.045654967,-0.030271554,-0.017964823,0.009792855,-0.019315563,-0.019360587,0.0024425858,0.020306105,0.03514922,0.012201672,0.004926444,0.0015477213,0.0075828964,0.006138357,0.020996481,0.019645743,0.018355038,0.03448886,-0.0111135775,0.0006612991,0.0043486278,0.0155184865,-0.016524035,-0.00057031185,0.022722425,-0.038270928,0.010363167,-0.0046150237,-0.0054142107,0.027735166,-0.026294379,0.037010238,-0.02887579,-0.005868209,0.0057631517,0.011818963,0.0016584069,0.025664033,0.01058829,0.026039239,-0.033108104,0.025904166,0.022167122,0.011556319,0.029656217,0.006014539,0.0011274916,0.023322754,-0.006082076,-0.014347846,-0.006900023,-0.008914875,0.03463894,0.019885873,-0.011248651,0.009155006,-0.016373955,0.011331196,0.009139998,0.039051354,-0.006007035,0.029986398,0.009552724,0.010370671,0.01130118,-0.0045549907,0.02318768,-0.008179473,0.00941765,0.019975923,-0.030196512,0.006498554,-0.014235284,0.0002621746,0.014933166,0.010723364,-0.014835613,0.0008127882,-0.025934182,0.010235597,-0.024478385,-0.011016024,0.0048514027,0.020366138,-0.0077217226,0.034458842,-0.01715438,-0.008149456,-0.008952395,0.0062246537,-0.026564527,0.010948487,0.020801375,-0.02351786,0.026279371,0.00726022,-0.027660126,-0.016193856,0.010903463,0.015083248,-0.01452044,-0.0011678261,0.003123583,-0.022272179,-0.03598968,0.0208464,-0.018370045,0.023712967,0.005297897,0.01764965,-0.011713905,-0.0179198,0.091369964,-0.00094176497,-0.0052491203,-0.0032549049,-0.0045099664,-0.04997733,-0.0037089032,-0.002256859,-0.0026733368,0.0060633156,0.008149456,0.0016959273,-0.0032755411,0.010385679,0.027780192,-0.017169388,0.005350426,0.0049677165,0.002598296,-0.011969045,0.040732276,0.016464002,0.024463378,-0.012441804,-0.023172671,-0.022647385,0.023007581,0.012591885,0.0096802935,-0.00031868988,0.020561244,-0.0023450323,0.02796029,-0.0014764323,0.014475415,0.009530212,0.0051065423,-0.0059657623,0.031187054,-0.054029547,-0.022902524,0.006866255,0.03935152,0.010355663,-0.004997733,0.006738685,0.0025119986,0.012276714,0.0044499333,-0.03725037,0.007781755,-0.0063447193,0.024088172,0.02110154,0.014047681,0.02880075,0.032327678,0.037370436,0.021401703,-0.0033637143,-0.010453216,0.011623857,-0.015623543,0.002836551,-0.0091475025,-0.006873759,-0.040882356,0.004494958,0.005601813,0.022497302,0.029701242,-0.0049414523,-0.012681935,-0.0028740717,0.0081644645,0.003545689,0.013672477,-0.00435238,0.019855859,0.042413194,-0.013890096,0.014587977,0.0072827325,0.010655827,-0.036019698,-0.003339326,-0.0059995307,0.009867896,-0.011136089,0.03818088,-0.009980458,-0.010633315,0.039051354,-0.0132447425,0.030616742,0.014190259,-0.045024622,-0.011128586,0.007834284,-0.022032049,-0.009042445,0.010535762,0.0045474865,-0.017619636,-0.033858515,-0.016103806,-0.027254904,-0.006731181,0.023037598,-0.0041422653,0.009537715,0.0012015946,0.015045728,0.017034315,0.056610957,0.03415868,-0.028845774,-0.011136089,0.015090752,-0.016959274,0.0046187756,0.016208863,0.0037952003,-0.003187368,-0.017634643,-0.006892519,0.0027277416,-0.020876415,0.030451652,-0.01205159,0.00047252403,0.03448886,0.011894004,-0.009049949,-0.046435393,0.0555904,-0.015165793,-0.020636285,-0.012419292,0.035689518,-0.049947314,0.015210818,0.01724443,-0.002678965,0.008344563,-0.0051027904,0.0077892593,0.003264285,-0.01583366,0.03274791,0.015953723,-0.015878683,-0.011241147,0.030571718,-0.016539045,0.010055499,0.034128662,0.019570703,0.007248964,-0.016569061,0.0019998436,-0.01799484,-0.018820291,-0.008156961,0.024913624,-0.025243804,-0.0047463453,0.014805596,0.021491753,0.0127119515,0.011241147,-0.01924052,-0.057811614,0.039111387,-0.0066824043,-0.0015852419,0.008186977,0.014115219,-0.008021886,0.0017644024,-0.052108496,0.0046000155,0.009312592,-0.0010946611,0.032447744,0.016088799,-0.023757992,-0.008494645,0.008929883,0.04652544,-0.013995153,0.0058569526,0.02653451,0.0143103255,-0.009034941,0.007316501,0.00071335887,-0.0071476586,-0.008284531,0.023007581,0.02126663,-0.010490737,-0.024673492,0.014985695,-0.00077620574,0.008232001,-0.038030796,-0.026384428,0.030946923,-0.001236301,0.008006878,0.013597435,-0.02545392,-0.00003825334,-0.004757602,0.013792542,0.006033299,0.031757366,0.041572735,-0.05147815,0.027945282,-0.003485656,0.008982412,-0.03848104,0.0124868285,0.036439925,0.027660126,-0.01940561,-0.016914248,0.004577503,0.04526475,-0.022707418,-0.0041797855,0.03589963,-0.020291096,0.027885249,-0.025679043,-0.0017606503,-0.018295005,-0.015128273,-0.0042210585,-0.013492378,0.020981474,0.0011762682,0.0316373,-0.020621276,0.035539433,0.0025532711,-0.047666065,0.002759634,-0.00006607128,0.013529899,-0.0023656685,-0.0020655044,0.02585914,-0.0062509184,0.010910966,-0.016689125,0.014963183,-0.006247166,-0.009380129,-0.014302821,0.012149144,-0.051177986,-0.008059408,-0.00040873914,0.03166732,-0.00023743452,-0.03256781,0.025874149,0.0037239115,-0.013297271,0.04175283,-0.025874149,-0.016283905,0.0024538417,-0.0037989523,0.02143172,-0.004630032,-0.0070613613,-0.009575236,0.016373955,-0.03589963,-0.007946846,0.0070125847,0.020516219,-0.016689125,0.009079965,0.018355038,0.009162511,0.006521066,0.017349487,-0.0157286,0.024388336,0.032447744,0.012914563,0.0041009923,-0.00039162042,-0.0057031186,0.0188353,0.0012419291,-0.0062021418,0.011443757,-0.01960072,0.020711325,-0.016088799,0.018099898,0.020891424,0.002320644,0.015045728,-0.0014332838,-0.012284217,-0.00883233,0.012336746,-0.0001265145,-0.005770656,0.020621276,0.0013610568,-0.020080982,0.02787024,0.024268271,-0.01100852,0.021311654,0.027419994,0.03030157,0.0024163213,0.0016293285,-0.00886985,-0.0130196195,0.016884234,0.01907543,0.013867583,0.050667707,-0.047245834,0.029100914,-0.02896584,0.018850308,0.014040178,0.025408894,-0.008374579,0.0031217071,-0.00072086294,-0.022197139,0.009950441,-0.0026395684,0.011376221,0.021911982,0.03274791,0.012944578,-0.017424528,0.018264988,0.039561633,0.0032286406,0.039231453,-0.03466896,0.050847806,0.0140026575,-0.0147605715,-0.029896349,-0.026624558,-0.033168137,0.008787305,-0.0104232,0.014295317,-0.028755724,0.037940748,-0.029235987,-0.0011612601,-0.0113612125,-0.022167122,0.013207222,-0.059642613,0.03424873,0.0073089967,-0.0030748064,-0.030916907,-0.02904088,0.016644102,0.015368404,0.00053091533,0.032657858,-0.00070819975,0.02938607,-0.011218634,0.009162511,-0.009635269,-0.002814039,-0.009612757,0.013162198],"social":"https://twitter.com/qaribasar"},{"title":"bhavya0911's substack","description":"documenting my journey, thoughts, explorations and interests.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=UL34NbftaCI","youtube_transcript":"Elobald space. Bye bye. Yeah. I'm working on my personal subside documenting mind journey and method. Here's a small snippet from one of the posts that I published. The link of that post will be in the description of the YouTube. As you can tell from the graph, except for weak for it has been a stagnant graph. Posting on Twitter and Instagram stories doesn't get that high reach for me, especially as I didn't know that posting links reduces the reach of the con. And then also the conversion rates are pretty low here. I tried DMing people I knew in week four asking them to check out my subset. That's why the growth in that week. This had much better than version rate, but it was much more time consuming and not scalable, like the earlier channels. I still need some way to package my content in a way that it can take advantage of the virality on Twitter and shots on YouTube and it's ground. I need to figure out on the content and the style of the content. If that also doesn't help, showing that there's no market fit here.","embedding":[-0.0033425507,0.0012438125,0.01829958,0.01808272,-0.031644758,0.0008304247,0.0021602511,0.034997735,0.011743759,0.055916306,0.044672992,-0.04647459,-0.019750867,-0.0112433145,0.009933819,0.02205291,0.039034653,-0.031644758,-0.020985296,0.051045317,0.027757976,-0.006543309,0.02747439,0.08694385,0.031511307,-0.038734388,-0.025756199,0.0452068,-0.01923374,-0.019450601,0.02226977,-0.034997735,-0.049210355,0.011026455,-0.037466593,-0.0119189145,0.026890539,0.010684486,0.058285076,0.015905786,0.012110751,-0.020318037,0.036432344,0.019183697,-0.029659664,0.030493738,-0.044572905,-0.0051921094,0.07293141,0.021335607,-0.07566717,0.030960819,-0.014045803,0.026006421,0.020634986,-0.044172548,-0.028325146,0.0010180913,-0.04510671,0.042571127,0.01988432,-0.06252217,0.06695944,-0.014429477,0.018349623,-0.0047625615,-0.038400758,-0.021552466,-0.031461265,-0.007844464,0.018049357,-0.014604632,0.038600937,-0.006184657,-0.040068906,0.02428823,-0.0039952137,-0.031644758,-0.001475268,-0.06469076,0.018366305,0.041436788,-0.029309353,-0.008036301,-0.038834475,0.00037064153,-0.041269973,-0.05428152,-0.054047983,0.017849179,-0.027290894,0.006747657,-0.001633742,0.01254447,0.023354067,-0.0034509804,-0.020518215,0.08033799,0.012861418,0.022119638,0.008186434,-0.008269842,-0.01910029,-0.047842473,0.037800223,0.011343404,-0.007944553,0.0025939695,-0.0011499792,-0.009491759,-0.08247322,-0.033463042,-0.009566827,0.0119189145,0.022653444,-0.03121104,0.047975924,-0.018216172,0.024388317,0.036332253,-0.056883834,0.010926367,0.022019548,0.0072189085,0.03726642,-0.029209264,0.0033488062,-0.020401444,-0.037233055,-0.047442116,0.10856304,-0.0062889163,0.024721947,-0.040736165,-0.05401462,-0.021869415,-0.005855198,-0.015763994,-0.014571269,0.0021279308,0.0010540608,0.00019939577,0.024922125,0.018449713,-0.020484852,0.017023446,-0.012911462,0.016931698,0.01978423,-0.027974835,0.03729978,-0.023570925,-0.0377335,0.02780802,0.03493101,-0.00021060363,-0.012227522,0.04440609,-0.01808272,-0.010609419,0.0046874946,-0.02463854,-0.007377383,0.015338617,-0.02272017,0.0517793,0.000010059386,-0.075934075,-0.061521284,-0.05197948,-0.054414973,-0.08047144,0.010367537,-0.030076701,0.012702944,-0.0045039984,-0.034330476,-0.07800258,-0.013061595,0.02814165,-0.042537764,0.010517671,-0.023671014,0.002216551,-0.034096938,-0.0070812865,0.0021623364,-0.014254321,0.024655221,0.0022665956,0.0018526864,0.034764197,0.0053672646,-0.021569148,0.005096191,-0.022203045,0.059886497,0.0145045435,0.03401353,0.051212132,0.01570561,0.052413195,0.015380321,0.011151566,-0.007356531,-0.025706153,0.015138439,0.02078512,-0.012527788,-0.004262117,0.045607153,0.029426124,-0.028291782,0.020885209,-0.028391872,-0.047075126,-0.037233055,0.03943501,-0.011118203,0.04076953,-0.006376494,0.026239961,0.0380004,0.020418126,0.03207848,0.015205165,0.06652573,-0.072397605,-0.006918642,0.0113017,0.033129413,0.029759753,-0.023821147,-0.019634098,-0.00333421,-0.019367194,0.0046291095,-0.05571613,-0.02205291,-0.016940039,0.027958153,0.0014961199,0.0051921094,0.01095973,-0.036799334,0.016105965,-0.07266451,-0.07673479,-0.050711688,0.018749978,0.056583565,-0.009533463,-0.018066037,-0.00915813,-0.0017004679,-0.05708401,-0.0030214323,0.041870505,0.015121758,-0.00836993,0.016689816,-0.011009774,0.0009451099,0.03456402,-0.00097586634,0.031094272,-0.02158583,-0.019250423,-0.0006338961,-0.040936343,-0.0032653988,-0.046040874,0.019300468,0.0066725905,-0.018366305,-0.0142376395,0.008774457,-0.0032508026,-0.021952823,-0.014396113,-0.025138984,0.018349623,-0.017665682,0.031060908,0.033629857,0.009591849,0.023904555,0.01943392,-0.0027899768,0.035197914,0.022469947,-0.046774857,0.008411634,0.010842959,0.008011279,-0.025539339,0.03131113,-0.015038351,-0.006881109,0.024788674,-0.016089283,-0.042604487,-0.02250331,0.03956846,-0.03287919,-0.0078069307,0.0535809,0.011293359,-0.011151566,-0.008332397,-0.02327066,0.03311273,-0.0024917955,-0.038834475,-0.020434808,0.019167015,0.036332253,-0.030110063,0.013770558,-0.037366506,-0.010709507,-0.07406575,-0.030326923,-0.033846714,0.015296914,-0.02307048,0.026757088,-0.016397892,-0.004962739,-0.009450056,-0.005267176,-0.037833586,0.019133653,0.008957952,-0.008261501,-0.022102956,-0.018566482,0.0017108938,0.05468188,0.046374504,-0.044372726,-0.038701024,0.040869616,0.02272017,-0.019050246,0.033930123,-0.0380004,0.005029465,-0.0035510692,-0.0027399324,-0.009908796,-0.037633408,0.01581404,-0.03449729,0.03880111,0.002950536,0.012177478,-0.02407137,-0.023654332,-0.017131876,-0.009433375,0.01988432,0.04540698,0.012953166,0.017348735,0.035097826,-0.06585847,-0.021268882,0.019150333,0.011560263,0.010425922,-0.039034653,0.013770558,0.0019600734,-0.039835364,0.0096001895,0.021435697,0.024705267,-0.020401444,0.05561604,0.038033765,0.03256224,-0.026840495,-0.009133108,-0.018483074,0.030076701,0.0037366506,0.0016952549,-0.08747766,-0.0005220781,0.02236986,-0.02148574,-0.037366506,0.011568603,0.010025567,0.006835235,0.018266216,0.026857177,0.013645447,-0.011068159,-0.030877411,-0.022253089,-0.041470148,0.015413684,0.032829143,0.075467,-0.030777322,-0.0027795509,-0.0047834134,-0.03649907,-0.0054631834,-0.050411418,0.047975924,-0.035765085,-0.012794692,-0.006747657,0.035798445,0.048009288,0.092148475,0.050344694,-0.015880765,-0.04884336,0.032178566,0.01864989,0.03423039,0.022653444,0.030543782,-0.0055007166,0.0027670397,-0.038367394,-0.041970592,0.0023228955,0.0013251348,-0.03186162,-0.010884663,0.016472958,-0.000779859,-0.01333684,0.019483963,-0.0036094543,-0.011351745,0.024438363,-0.08507553,0.007097968,-0.026606955,0.02055158,0.0035677506,-0.02373774,-0.033329587,-0.043605376,-0.035998624,-0.050945226,-0.0517793,0.0015638884,-0.0589857,-0.024888761,0.0062096794,-0.038400758,0.033646535,0.011476856,0.011852189,0.05131222,-0.0042683724,0.07153017,0.02882559,-0.0038596764,-0.03559827,-0.0023020436,-0.0119189145,-0.016623091,0.050344694,-0.018399667,-0.003776269,0.05528241,-0.07019565,0.023354067,0.01322007,-0.015789017,-0.052513286,-0.01446284,-0.011526899,0.0075191753,0.010234086,0.027791338,-0.009858753,0.007977916,0.004428932,-0.038300667,-0.04170369,0.005438161,-0.007998767,0.023921236,0.052279744,-0.02226977,-0.00020304484,-0.05618321,-0.04507335,-0.011576944,0.024788674,0.014738084,0.011043137,0.05391453,-0.027290894,0.04760893,0.014004099,-0.013653788,-0.005834346,-0.021235518,-0.009108086,-0.004875161,-0.012636218,0.005325561,-0.030160109,0.004691665,-0.026807131,0.00333421,-0.029776433,0.033179455,0.015638884,0.014079166,-0.03616544,-0.0081780935,-0.01039256,0.004737539,-0.014896558,0.026940584,-0.007948724,-0.03573172,-0.02055158,-0.010709507,-0.0022791065,-0.027090717,0.012360973,0.035464816,-0.04724194,-0.011902233,-0.043371838,-0.053313997,-0.043238387,-0.004282969,0.03244547,0.023387428,0.017015105,0.020985296,-0.024788674,-0.022686807,0.022653444,0.031394538,-0.010342515,0.010409241,0.012244203,-0.026056465,0.044572905,-0.03493101,0.008036301,-0.0014377347,0.0087911375,0.028191695,-0.019684142,0.026056465,0.020601623,-0.01583906,0.04443945,0.044506177,-0.021519104,0.032845825,-0.0033154434,-0.04270458,-0.01412921,0.010884663,0.019734185,-0.06012004,0.0022540845,-0.017198602,0.03900129,0.016681476,0.014404454,0.0060303537,0.014162573,-0.017015105,-0.016206054,0.00519628,-0.00004750311,0.010918026,-0.03913474,0.01118493,-0.0048668208,-0.02101866,-0.008324057,-0.010842959,0.00058333034,-0.032912552,-0.025839606,0.027023992,0.005967798,0.028124968,-0.017699046,-0.03377999,-0.004274628,-0.012294248,0.04383892,-0.0025147325,-0.026707042,-0.004770902,0.0030652212,0.04857646,0.0013939458,-0.016314484,0.009016338,-0.0035781765,0.0016660624,-0.005021124,-0.011360085,-0.038600937,-0.027324257,0.01694838,-0.044506177,-0.002633588,0.03933492,-0.00440808,0.00801962,-0.020818481,-0.023904555,0.02115211,0.023320703,0.02270349,0.010033907,-0.043705467,0.00018427818,-0.0014481606,0.026323369,0.019267105,0.017649,-0.028608732,0.012536129,-0.00011057994,-0.00093207747,-0.0074983235,-0.025689473,-0.021085385,0.018800024,-0.02045149,0.0093332855,-0.006906131,-0.004428932,-0.0472753,-0.012469403,0.035765085,-0.010459285,-0.007815272,-0.0022957881,0.02397128,0.068861134,0.0026544398,-0.0057050646,-0.0094667375,0.001661892,0.00746496,-0.005592465,-0.011068159,-0.0081071975,0.03526464,-0.036031988,-0.01289478,-0.0053672646,0.024388317,0.003131947,-0.0010451988,-0.028275102,0.035564907,-0.0056258277,-0.038600937,0.024471724,-0.048109375,0.03526464,0.017248645,0.0023187252,-0.042938117,0.0042412654,0.015071713,-0.016189372,-0.001429394,-0.00587605,-0.020368082,-0.017699046,-0.009516782,0.015647225,-0.033496402,-0.014429477,-0.010017226,-0.0003422309,0.009016338,0.0040890467,-0.018399667,-0.02634005,-0.00086378766,-0.008899568,0.013720514,-0.01638121,-0.052613374,0.008007108,-0.006113761,-0.036699247,-0.0060929093,0.0005640424,0.0049001835,0.003988958,0.009933819,0.01910029,-0.015163462,-0.02475531,0.0031486286,-0.00835742,0.015422025,-0.038701024,0.011293359,-0.0050711688,-0.038934566,0.0425044,-0.014888217,-0.011735418,-0.015989194,-0.05164585,-0.027757976,0.00417871,-0.022236407,-0.0035594099,0.024905443,0.0030422842,-0.046407867,0.018900111,0.044339363,0.02293703,0.01763232,0.03167812,0.064056866,-0.03383003,0.017098513,-0.03403021,0.0056675314,0.011476856,0.0010801256,-0.024004644,0.016030898,0.03739987,-0.012085729,0.02115211,0.035898536,-0.000114424496,-0.0093332855,0.0128697585,0.019033564,-0.026206598,0.04410582,0.01695672,0.022086274,-0.002408388,-0.00030678278,-0.012502766,-0.010809597,0.007911189,-0.00082208397,-0.013929033,0.03189498,0.0063055977,0.0036866062,0.0028316805,-0.009224856,0.031160997,-0.001764066,0.030927457,0.01853312,0.027607843,0.0051045315,0.040869616,-0.0062221903,-0.022970391,0.043939006,0.0111015225,-0.012402677,0.0013313902,0.030877411,-0.004704176,-0.017782453,-0.01718192,-0.001621231,0.024555132,0.013620425,-0.008949611,-0.05111204,-0.005333902,-0.015063372,0.023053799,0.025305798,0.0032132692,0.0121941585,-0.022803577,-0.09034687,0.0073523605,0.033946805,0.003582347,0.019350512,0.0028066584,0.009441716,-0.033329587,-0.0060845683,-0.033129413,0.020334719,-0.05244656,0.019534009,-0.011034796,0.014137551,-0.017265327,0.003323784,-0.02272017,0.0089245895,0.011601967,-0.0018975178,0.027874745,-0.016931698,0.029142538,-0.0124277,-0.010434263,0.0067101237,0.02158583,0.004712517,-0.0029296842,0.029793115,0.004164113,-0.017715728,-0.002017416,-0.021752644,0.019834274,-0.025189029,0.014312706,0.01796595,-0.016314484,0.034764197,0.0023458325,0.00022363603,0.012469403,0.032462154,0.01402078,0.010217404,0.024054687,0.005292198,-0.0053756055,0.0072981454,-0.017115194,-0.013470292,-0.022736851,-0.018049357,0.0039764466,0.005855198,-0.020151222,0.0235042,0.003959765,0.0058927312,-0.019317148,0.027524436,-0.018416349,-0.019083608,0.0014690125,0.027874745,-0.016631432,-0.06182155,0.020084497,0.027507754,0.024054687,0.03107759,-0.018382987,0.04540698,0.004925206,-0.006430709,0.028608732,-0.0038409098,-0.03806713,-0.02825842,-0.0076943305,0.017465506,0.027190806,-0.0025939695,0.003991043,-0.015697269,-0.0059469463,-0.00333421,0.02498885,0.029676346,-0.030026656,-0.014312706,0.0006151294,-0.060220126,-0.03254556,-0.00226034,-0.018549802,0.031561352,-0.0026002252,0.0035218766,0.005300539,-0.015638884,-0.030210152,0.0019923938,0.01141847,0.047108486,-0.024805354,0.022336496,0.0016973402,-0.036899425,-0.000266252,0.034397203,0.038100492,-0.0017056809,0.019834274,0.005834346,-0.027491072,-0.028808909,0.010159018,0.018783342,-0.0026148213,0.025923014,-0.01955069,-0.0021560807,0.027874745,-0.02724085,-0.01005893,-0.0043121614,-0.04510671,0.01435441,0.020868527,0.00475005,0.008691049,-0.0070479237,0.00043632486,0.026373412,-0.014120869,-0.008615983,0.01141847,0.007731864,0.00093729043,0.010592737,0.019083608,0.0095001,-0.006126272,-0.024154777,0.02578956,0.0020142882,0.0072272494,0.023287341,0.020251311,-0.02610651,-0.007861146,0.017999312,0.014137551,0.00028671286,-0.023921236,0.003886784,0.038233943,0.009283241,0.06072057,0.009758663,-0.047308665,0.047875836,-0.026256643,0.008211456,-0.018282898,0.00553825,-0.022069592,-0.021552466,0.026473502,0.016523002,0.026156554,0.022469947,0.005671702,-0.0011332978,0.033846714,0.0050669983,0.006243042,0.0073315087,0.006464072,-0.036999512,0.02045149,0.025589384,-0.010000545,-0.0077026715,0.007752716,0.034597382,-0.019951046,0.0034676618,0.00847836,0.013929033,0.027424347,-0.01514678,-0.0012667496,-0.024922125,-0.015755653,-0.0020945678,0.023520881,-0.039034653,0.00084137195,0.052980367,-0.023771103,0.01933383,0.028175013,-0.017915905,0.017248645,-0.032161884,-0.013887329,0.0005890646,0.020634986,-0.008115538,0.0050336355,-0.03479756,-0.003980617,0.021435697,0.023420792,-0.017482186,-0.03256224,0.02091857,-0.00599282,-0.018416349,0.013528677,-0.041670326,0.018683253,-0.0022957881,-0.0035740063,0.0012469403,-0.009358308,-0.008115538,0.034096938,-0.006972857,0.0011822996,-0.0030318582,-0.024021326,0.0056550205,-0.00092477934,0.01796595,0.02462186,0.015338617,0.0052796872,0.010459285,-0.05778463,-0.008103027,-0.02622328,0.031194359,-0.009049701,0.009583508,-0.014671358,-0.018099401,0.041937232,0.010050589,0.033529766,0.0053380723,0.019917682,-0.026690362,-0.016623091,0.0010540608,0.002249914,0.0037095433,0.0010587524,0.027090717,-0.03719969,0.024455044,0.01277801,0.0029588768,-0.0016452105,0.021836052,0.00027211657,0.014671358,0.013895669,0.02804156,0.01638121,-0.009700278,0.024021326,-0.014946602,-0.031728167,0.035865173,0.022436585,-0.0065725013,0.0047750724,0.0039264024,-0.020084497,0.018116083,0.0009018423,-0.032745738,-0.013086618,0.020818481,-0.018349623,0.02203623,0.0108346185,0.0023020436,-0.006430709,-0.016798247,-0.01492158,0.00859096,-0.025255755,0.008223968,0.016497979,-0.022987073,0.00053354655,-0.00621385,-0.03201175,-0.012177478,0.013987417,0.020151222,-0.003119436,-0.03526464,-0.0064056865,0.012853077,-0.0017922161,0.013086618,0.006622546,-0.0113017,-0.0019006457,0.013612084,-0.014637995,-0.007202227,-0.021235518,-0.016105965,-0.028642094,0.00022559089,-0.008807819,-0.014496203,0.008086345,-0.0031340322,0.011201611,-0.011226634,0.016489638,0.015180143,-0.03629889,-0.0024229845,-0.014671358,-0.009458397,0.009758663,-0.0061638053,0.027491072,0.0017671939,-0.013737195,-0.032862507,-0.0139623955,-0.010367537,0.028608732,-0.0052379835,0.0031673952,0.01603924,0.016923357,0.010475967,0.02814165,0.11176589,-0.019684142,0.012919803,-0.007998767,0.033746626,0.049577348,0.0037825247,0.029793115,-0.031477943,0.029743072,0.015063372,0.014546247,0.006985368,0.0009226941,0.009917137,0.022770215,-0.031110952,0.019066926,0.009274901,-0.026239961,0.010884663,0.00039670634,0.005796813,0.0059052426,-0.022886984,0.0034447247,0.034263752,0.033262864,-0.010842959,-0.0035448137,-0.02463854,-0.011285018,-0.012803033,0.035231277,0.008486701,0.029075813,-0.015805699,0.011009774,-0.026390094,-0.012019004,0.0021748475,-0.016097624,0.010267449,-0.029459486,-0.007698501,0.027407665,0.014904899,0.026256643,-0.020935252,-0.038701024,-0.03673261,0.0006078313,0.0023708548,0.028675457,0.018399667,-0.027224168,-0.008052982,0.027724613,0.019901,0.031811573,-0.0024480065,-0.0095001,-0.009633552,0.0038721876,0.014612973,-0.04116988,0.030026656,0.010884663,0.0003682957,-0.007773568,-0.02927599,0.029809797,0.006363983,0.0048417985,-0.03729978,-0.0006401516,-0.00013566732,0.027307576,0.031594716,0.016189372,-0.0318783,-0.048776634,-0.01029247,0.011059819,-0.02769125,0.02724085,-0.0049293763,0.046107598,0.019867638,0.005750939,-0.049677435,-0.0041870503,0.005846857,0.014421136,-0.0018433031,-0.015672246,-0.0050669983,-0.012144115,-0.013128322,0.013311817,0.024054687,0.024021326,0.01209407,0.0074691307,0.01593915,-0.02272017,-0.029542893,0.0043246727,-0.010184041,-0.012144115,0.0039409986,0.0063681533,0.008424145,0.004374717,0.02272017,0.004954398,-0.04023572,-0.024338273,-0.010425922,-0.014746425,0.027591161,0.028208375,-0.0033717433,-0.017165238,0.023437474,0.020985296,0.042871393,-0.022920348,0.010976411,0.02418814,0.002781636,0.016681476,0.03449729,0.01333684,0.028625412,0.006593353,-0.022086274,-0.02418814,-0.03739987,-0.0029901545,-0.021235518,0.014654676,-0.009124767,-0.033129413,-0.0012803032,-0.021435697,0.020267993,-0.013345181,0.016756542,-0.0034217876,-0.0035448137,0.037333142,0.004099473,0.01910029,0.007815272,0.010133997,-0.0026085658,0.022136318,-0.005267176,0.01027579,0.01808272,0.01027579,0.0132867955,-0.022753533,0.014412795,0.020618305,-0.06392342,0.019383876,0.005108702,0.020084497,0.0046374504,-0.0052004503,-0.012652899,0.01876666,-0.013803922,0.015538795,0.035531543,-0.0018943901,-0.038300667,0.020618305,-0.025722835,0.033296227,-0.011568603,-0.020067815,-0.012277566,-0.0054882057,0.02091857,-0.021318926,0.009024679,-0.017131876,0.0005854155,-0.007856975,0.0070020496,0.008186434,0.038367394,-0.0038054616,-0.00083146733,-0.001953818,-0.0042787986,0.055916306,0.02148574,-0.007085457,-0.010517671,-0.01978423,-0.0049210354,0.025455931,-0.016064262,0.016623091,-0.00092217285,0.009066382,0.00565085,-0.00026638233,-0.02463854,0.0063556423,0.012853077,0.006309768,0.0038909542,0.03449729,0.014521224,-0.0070729456,-0.002860873,-0.007581731,-0.00094093947,-0.06846078,0.014379432,0.018049357,0.0452068,0.010150678,0.008503382,0.0013522421,-0.010259108,-0.010517671,-0.020318037,-0.017782453,-0.021902777,0.03920147,-0.030677235,-0.0038805283,-0.015513772,-0.030210152,0.06532466,0.004137006,0.023771103,-0.0135620395,0.029175902,0.04690831,-0.017882543,-0.011693714,0.014763106,-0.02869214,-0.016689816,0.012027344,-0.008303205,0.0009821219,-0.021886095,0.023987962,-0.025138984,-0.02655691,0.0248554,0.030276878,-0.035865173,0.022903666,0.016689816,-0.03446393,-0.009933819,0.0022749363,-0.0029401102,0.012119092,-0.044339363,0.019967727,0.011318381,-0.007152183,0.0054923757,-0.01707349,-0.0047959243,-0.018816704,0.006985368,0.021285564,0.037366506,-0.012260885,-0.032512195,0.017799135,-0.031728167,0.005788472,-0.01966746,-0.02598974,-0.033729944,-0.016481299,0.012794692,0.0018516438,0.013870647,-0.004508169,-0.003922232,0.0008976719,0.027407665,-0.009450056,-0.0011134885,-0.010809597,0.022169681,-0.0067810197,-0.00021255849,0.023087163,-0.012644558,-0.008052982,0.0053088795,0.018499756,0.009141449,-0.023470836,0.014029121,0.0027649547,0.0045623835,-0.032278657,0.014954943,-0.005571613,0.029542893,-0.0016326994,0.00014192286,-0.006359813,-0.011293359,-0.019116972,-0.017548913,0.027724613,0.023537563,0.0070145605,0.032178566,0.008907908,-0.004691665,-0.023787785,0.03583181,0.014963284,0.03389676,0.00045639474,0.023721058,-0.036899425,0.006972857,-0.01469638,0.019767549,-0.015505432,-0.023387428,-0.024371637,-0.013145003,-0.016898336,0.037800223,-0.0084533375,-0.030243516,0.051212132,0.0071855457,-0.012452722,-0.0006015757,0.004508169,0.024822036,0.02825842,0.020334719,0.008153072,0.0029317695,0.029743072,0.009133108,-0.0052838577,0.00621385,-0.021102067,-0.03369658,-0.020835163,0.001065008,-0.003776269,-0.016773224,-0.0065516494,0.024705267,-0.00768599,-0.022469947,0.012044026,0.017849179,-0.009683597,0.008274012,-0.0070937974,0.008044641,-0.00067403587,-0.03051042,0.041636962,-0.028275102,-0.03726642,0.030276878,0.0030464546,0.021619193,0.028742183,0.006468242,0.024338273,-0.012702944,-0.026189918,-0.0054423315],"social":"https://twitter.com/bhavya0911"},{"title":"kidgeni","description":"an ai art generator for kids","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=5Qde36S9LaY","youtube_transcript":"Hey, I'm Matt, and I'm the founder of Kid Genie. So Kid Genie is a creative suite where kids can come and create AI art that they can wear. What does that mean? Well, let's jump in and take a look. So it's the kettini website. Kids can come in here, learn how to make prompts, and also create prompts In this case, we'll do a Pixar puppy dancing in New York. It'll generate an image. And if that doesn't work, kids can also come in here and draw their visions. In this case, we'll draw another puppy. And once they are finished drawing, they can add into the prompt what it is. And then generate an image. And if they love it, they can then also print it on a shirt. When we first launched, we launched on Twitter, And then we caught the attention of Ben's bites in the run down, which was really helpful for our early traction However, since we only launched with the Landing Page, we didn't really get to capitalize on that. After the six weeks of nights and weekends, we saw over four thousand art generations. We broke a thousand users and also shipped a dozen shirts. We're still really early, but we hope that we can ship another thousand shirts with in the next couple of months. That's kiddie. Thank you.","embedding":[0.03176972,0.019746289,-0.017399145,0.012992573,0.01668743,-0.07516915,-0.0010959645,0.09019087,-0.025061432,-0.0015966252,0.0044671437,-0.02160886,-0.031285148,-0.06572001,0.008601144,0.00039087507,-0.033132575,-0.05539258,-0.046458293,0.003092929,0.015975717,-0.006572001,0.010918002,0.016430002,0.038220577,-0.021942003,-0.0029377148,-0.020927431,0.008798001,-0.0074957153,-0.023850003,-0.029664861,-0.034132004,-0.021472575,-0.014446287,-0.016793432,0.006636358,0.034495432,-0.0074275723,-0.012826002,-0.008941858,-0.034677148,0.06456915,0.008396716,-0.04591315,0.022699146,-0.02653029,0.017217431,0.029468004,0.055271436,-0.05533201,0.054665722,-0.019897718,0.0006960983,-0.057603437,-0.017808003,-0.008957001,0.017278003,-0.05624058,-0.0074275723,0.020246003,0.007503287,0.042975433,0.03119429,-0.010690859,0.016702574,-0.053151436,0.013590716,-0.029664861,0.003026679,0.049759436,0.00995643,-0.040068004,-0.036403432,-0.00084989297,0.021275718,-0.0078061437,0.029483147,-0.0029926077,-0.057664007,0.018247146,0.0065909293,-0.003187572,0.018353146,-0.05306058,-0.023607718,0.013795145,-0.028453432,-0.041552007,-0.0040431432,-0.028377717,0.04506515,-0.003798965,0.044974294,0.015052002,0.05469601,0.010017001,-0.0016041966,0.05057715,0.007075501,0.009441573,-0.010743858,-0.0113117155,0.003585072,0.02404686,0.0115388585,-0.030573433,0.025954861,-0.0017982145,-0.012349002,-0.13907202,0.0030077505,0.030740004,0.026969433,-0.006132858,-0.01779286,0.05599829,-0.049820006,0.020367146,-0.015703145,-0.05003201,0.02023086,-0.006840787,-0.011690287,-0.026681717,-0.0057580722,-0.065235436,0.000428259,-0.006254001,-0.02129086,0.0043611433,-0.005212929,0.008056001,-0.038372006,-0.026348576,-0.016354289,0.0015332145,-0.016884288,-0.016960002,-0.0024626076,-0.006621215,-0.03072486,-0.016884288,-0.007775858,-0.031527434,-0.024486003,-0.01577886,0.041854862,-0.008056001,0.021563431,0.011978001,0.0038027505,-0.00046682596,-0.072504014,-0.012629145,0.014711288,-0.014590145,0.011970431,-0.053514864,-0.02203286,-0.019352574,0.031739432,-0.0005602858,0.007919716,-0.062873155,0.01683886,-0.017308287,-0.021063717,-0.062873155,-0.017429432,-0.0057315724,-0.030785432,-0.0029187861,0.016990287,0.03607029,-0.021487717,-0.030013148,-0.015612287,-0.023395717,-0.06402401,-0.0020499646,0.03104286,-0.027544862,-0.005307572,-0.056331437,0.02107886,-0.007851573,-0.028665433,0.049184006,-0.03319315,0.008411858,-0.0105772875,0.012197573,0.016339146,0.032314863,-0.045004576,0.071716584,-0.021094004,0.021775432,0.0009047858,0.010024573,0.052394293,0.01758086,0.018262288,0.006780215,0.016081717,-0.054665722,-0.009517287,-0.0043460005,-0.048184577,0.063357726,0.0018710896,-0.015672859,-0.007022501,-0.029846575,-0.022835432,-0.025621718,0.03416229,-0.016990287,0.021639146,-0.05130401,0.05787601,-0.008926716,-0.038886864,0.007446501,0.029876862,-0.0012104823,-0.036100578,0.031315435,0.018368289,0.0021616432,0.052545723,0.016884288,-0.055634864,-0.026469719,0.00788943,-0.017020574,-0.02133629,0.0029433933,-0.024258861,0.03008886,-0.005353001,-0.0070944293,0.02150286,0.021563431,-0.016566288,-0.07292801,0.01022143,0.0014480359,0.051879436,0.082922295,-0.020261146,0.033072006,0.022865718,0.027968861,-0.042763434,0.020715432,0.043338865,0.026908861,-0.0061631436,0.014688574,-0.009085716,-0.050758865,-0.00857843,-0.00019023217,0.04315715,-0.042733148,-0.00068426796,-0.0067082867,0.029801147,-0.020897146,-0.038311433,0.007272358,0.029483147,0.0074767866,0.02288086,-0.027242003,0.024228575,-0.047548577,-0.006182072,-0.01959486,0.0024171788,0.024910003,0.02182086,-0.041067433,0.03685772,0.0052507864,0.00942643,-0.04046172,0.02945286,0.03055829,-0.033435434,0.005697501,0.0024512503,0.026469719,0.024289146,0.009494573,0.0011707323,-0.020533716,0.024607146,-0.00034142417,-0.08649601,-0.03431372,-0.016399717,0.026999718,0.036615435,0.011803859,0.023865147,0.0026253932,0.0035150363,-0.0053151436,0.04058286,0.01927686,-0.05327258,-0.0012776788,0.0136210015,0.054453723,-0.0036267147,0.021321146,-0.024576861,-0.02451629,-0.01838343,-0.008411858,0.0044822865,-0.05015315,-0.0074540726,0.043338865,-0.002761679,0.010531859,-0.023532003,0.033405147,-0.046367437,-0.03325372,-0.019125432,0.016657146,-0.0072799297,0.0043346435,-0.042097148,0.0091614295,0.020352002,-0.045156006,-0.0055422867,-0.010516716,-0.027605433,0.033132575,0.0030077505,-0.0013978753,-0.007177715,0.022048004,0.021684574,-0.01334843,0.013749716,0.06075315,-0.03967429,-0.0040961434,0.02419829,0.0114707155,-0.0041642864,0.010607573,-0.0021616432,-0.04879029,0.03352629,0.03867486,0.014113145,-0.04067372,0.010986145,-0.06959658,-0.018459145,0.055695437,-0.014544716,0.023214003,0.040825147,0.022790004,0.006023072,-0.056573723,-0.015006574,0.04476229,-0.012485287,-0.051182866,0.03967429,-0.006621215,0.01138743,0.041128006,-0.023486575,0.022002574,-0.008987287,0.019852288,-0.020321717,-0.053726863,0.018989146,0.036948577,-0.057754867,-0.050304577,-0.0030096432,0.0070944293,0.019534288,-0.010024573,-0.0009345983,-0.012432287,0.052091435,0.013810287,-0.069657154,-0.030210005,-0.010887716,-0.027287433,-0.0066401437,-0.02600029,0.03225429,0.023759145,-0.0075562866,0.016536003,-0.02383486,0.031648576,-0.016505716,0.0048949295,-0.005883001,0.0024550362,0.013636145,0.0044974294,0.08534516,-0.04936572,-0.0871623,0.013908716,-0.02822629,0.011478287,0.030437147,0.019761432,0.024879718,0.010690859,-0.03706972,-0.03501029,0.011955287,0.007768287,-0.024698004,-0.004565572,0.005667215,-0.031012576,0.059572008,0.031164004,-0.022744576,0.01255343,0.015506288,-0.0070641437,0.023925718,-0.05587715,-0.052454863,-0.02833229,0.025273433,-0.044671435,-0.09388573,-0.048002865,-0.008298287,-0.0074010724,0.033284005,-0.019988574,0.010494001,0.0032102861,-0.009812573,0.037796576,0.00038969202,-0.025667146,0.03558572,-0.037251435,0.03304172,0.013863288,0.034768004,-0.0663863,0.01997343,0.018489432,-0.03764515,-0.014802145,-0.02436486,0.010600002,0.034253146,-0.03183029,0.0064735725,-0.015748573,-0.001832286,-0.00926743,-0.017914003,-0.021033432,0.04358115,0.0011271966,0.009358287,-0.03685772,0.021896575,-0.048366293,0.014181288,-0.019897718,0.0017310181,-0.004183215,0.050486293,0.053030293,-0.018353146,-0.02812029,0.011167859,0.04670058,-0.036040004,-0.05872401,0.000936018,-0.015067145,0.009547573,0.005190215,0.06693144,-0.011357144,0.010085144,0.027726576,-0.011925002,0.013424145,0.03849315,-0.03918972,-0.0006118662,-0.018186575,0.042248577,-0.016324002,0.007711501,-0.03643372,0.03791772,-0.029680004,0.0027048932,-0.023320002,0.01964029,-0.029437719,-0.02447086,0.021109145,-0.0029642147,-0.04327829,-0.009252287,-0.025727717,0.011811431,0.014938431,-0.015854573,0.021942003,0.04591315,-0.05645258,0.0014158573,0.0036134648,0.021684574,-0.017217431,-0.0027654646,-0.013628573,0.023456289,0.023123147,0.019186003,-0.019458573,0.04215772,-0.008093858,-0.036312576,-0.0044898577,0.028483719,0.045004576,0.019080002,0.03594915,-0.042248577,-0.01885286,0.0054855007,-0.0022733219,-0.010865002,0.037766293,0.015105003,-0.007582787,0.016278574,0.008010573,0.022699146,-0.011985573,0.02833229,0.018322859,-0.00034024112,-0.025727717,0.014756717,-0.024289146,-0.004781358,0.026893718,-0.035555433,0.031981718,-0.0018038931,-0.0013713752,0.00847243,-0.009025144,0.011425287,-0.031527434,0.015597145,-0.00027612058,0.020942574,-0.03528286,-0.004766215,-0.021094004,0.000376442,0.048184577,0.034616575,-0.014893002,-0.041915435,0.0033655004,0.03770572,-0.0075865723,0.007844001,0.009570287,-0.02637886,-0.0055687865,-0.009577858,0.0024455718,0.0057391436,-0.03855372,-0.0030740004,0.015445717,0.017686859,-0.012167287,0.009358287,0.023940861,-0.012720002,-0.004262715,-0.007408644,0.0092977155,-0.003967429,-0.008957001,-0.0067499294,-0.011607002,-0.0067082867,0.037160575,0.01842886,0.013923859,-0.044822864,0.019746289,0.030437147,0.01101643,0.020261146,0.0069127153,-0.030634005,-0.012780573,-0.0006080804,0.013999573,-0.0048267865,-0.013568002,0.020624574,-0.01959486,-0.03516172,-0.008888858,0.004565572,0.023168575,-0.0063637868,-0.0018010539,0.008351287,-0.015112573,-0.026606003,0.005667215,-0.006795358,-0.013817859,0.055574294,0.01308343,-0.015900003,-0.008570858,-0.012333859,0.043248005,-0.036615435,0.011955287,-0.015960574,-0.028150575,-0.03437429,-0.0026500004,0.012121859,-0.0047321436,0.026606003,0.0053454293,-0.05121315,0.005508215,0.01652086,0.020170288,0.017278003,-0.0038065363,0.008328573,0.0103501445,0.033920005,-0.021245431,-0.032163434,-0.018777145,0.0082225725,-0.03579772,-0.03176972,0.0009194555,-0.003876572,-0.028302005,0.018943718,-0.026969433,0.0049290005,0.003810322,-0.037251435,0.017914003,0.003346572,-0.0001320268,-0.024213431,-0.008434572,0.012190002,-0.0103955725,-0.0092977155,0.007881858,-0.026045717,-0.013658859,0.014559859,-0.0075449296,-0.08171087,-0.034707434,0.016233144,-0.0035245004,0.004527715,0.021487717,-0.0060722865,-0.031588003,0.026454575,0.011781145,0.024077145,-0.004470929,-0.00926743,-0.0030777862,-0.019519147,0.018913431,0.0045617865,-0.000121142875,-0.047427434,-0.019791717,0.003876572,-0.06693144,-0.029271146,0.011970431,-0.01901943,-0.0038216792,-0.03676686,0.027030004,-0.020367146,0.020458004,0.00910843,-0.014393288,0.0094340015,0.030285718,-0.010637859,-0.03961372,-0.002216536,-0.038402293,0.040158864,-0.038008578,-0.023759145,-0.032799434,-0.0148097165,0.010191144,0.044096008,-0.016263431,0.025409717,0.01932229,0.007844001,0.006344858,-0.034071434,0.03098229,0.016748002,-0.04939601,0.027378289,0.00012386385,0.028574575,0.044035435,-0.0103955725,-0.0061555724,0.026257718,0.035676576,-0.013537716,-0.025122004,0.027423719,0.050274294,-0.018716574,0.04230915,-0.0018360717,-0.006609858,0.037766293,0.01779286,-0.008654144,0.02759029,0.0046147862,-0.007836429,-0.03770572,-0.015233716,-0.007488144,0.00015805359,0.017126573,-0.023289718,0.04548915,0.016248288,0.004372501,0.005004715,-0.039432004,0.009237144,-0.015279145,-0.04067372,-0.014991431,-0.011236002,-0.054120578,0.03204229,-0.027605433,-0.010403144,0.016445145,-0.009040287,-0.058390867,-0.037433147,0.013787573,-0.021381717,-0.0009298662,-0.04394458,0.01636943,0.013696716,-0.023713717,-0.021139432,-0.012576144,-0.00020998887,-0.005470358,-0.0051031434,-0.015930288,-0.033980574,0.00007429465,-0.022986861,-0.0057694293,-0.0013609645,-0.060086865,-0.003172429,-0.014143431,0.0029490718,0.0020518575,-0.028453432,-0.003185679,0.04476229,0.034707434,-0.03140629,-0.0005550804,-0.025939718,0.011046716,-0.00062133046,0.0104864305,0.04957772,-0.0073972866,-0.0011896609,0.033344574,-0.00910843,-0.013000145,-0.011697859,-0.01371943,-0.025016004,-0.029634576,0.020427717,0.0009000537,0.019761432,0.028362576,0.04385372,0.005466572,0.0103728585,-0.011296573,-0.018186575,-0.02621229,0.026136575,-0.037433147,-0.01577886,0.04358115,0.033920005,-0.032496575,-0.002178679,0.011357144,-0.035525147,-0.0009937502,0.005300001,-0.005705072,0.0027503218,-0.006534144,-0.0011660001,-0.0038425005,0.057664007,0.024077145,0.0031667505,0.03373829,-0.038856577,0.021896575,0.019519147,0.011266287,-0.007408644,0.017247716,-0.006556858,-0.0023755361,0.01853486,-0.041491434,0.039159436,-0.0057391436,-0.015423002,0.01435543,0.007768287,0.010660573,-0.03510115,-0.009146287,-0.039522864,-0.024894862,0.009827715,-0.02949829,-0.014582573,0.048699435,-0.007934858,0.010365287,0.009085716,-0.008904002,-0.041612577,-0.012084002,0.0037535361,0.011372288,-0.017944288,-0.018141145,-0.02319886,0.0066439295,-0.00826043,0.014226716,0.039220005,-0.012697288,0.041703433,-0.007844001,-0.05057715,-0.012992573,-0.024561718,0.031588003,0.008972144,-0.0069884295,0.018595431,-0.0030493932,-0.003000179,-0.000014839707,0.0026367505,0.0063902866,-0.0058337864,-0.005640715,0.0014158573,0.03691829,0.004444429,-0.0015511967,-0.022320574,0.014461431,-0.025788289,-0.011008859,0.01573343,-0.0076320013,-0.0006525626,0.0009322323,0.010554573,-0.015279145,-0.042914864,0.028286861,0.013363574,-0.0031270005,-0.0024077147,-0.014385716,0.006023072,0.018640859,0.013409002,-0.0032102861,-0.0067234295,-0.030300861,0.0033749647,-0.015597145,0.032769147,0.012621573,0.014893002,0.007912144,-0.00836643,-0.00810143,-0.030316005,-0.012364144,0.018459145,-0.012697288,-0.025046289,-0.03594915,0.012288431,0.061722293,0.0036058933,0.044186864,-0.007836429,0.043762863,0.017459717,0.019034574,0.030906577,0.007821287,0.013613431,0.005549858,0.0053454293,0.02584886,-0.05418115,-0.029892005,0.0028108933,0.037887435,-0.008798001,-0.030815719,-0.016384574,0.0036437504,-0.0062161437,0.0037100005,0.013749716,0.0012085894,0.004527715,0.006594715,-0.0005404108,-0.008782858,0.001466018,0.0048797866,-0.00055791973,-0.006265358,0.022941431,-0.01472643,0.028635146,0.013325716,0.043066293,-0.033496004,-0.043520577,0.0034336434,0.02637886,-0.0019666788,0.058330294,-0.012735144,-0.006625001,-0.028150575,-0.04751829,-0.013628573,-0.024319433,0.0051750722,0.027620574,-0.016248288,-0.0082452865,0.014264573,0.019292003,-0.02553086,0.033132575,-0.00013037055,0.012818431,-0.0031364646,-0.01764143,0.033798862,-0.0067499294,0.0057580722,0.013053144,0.019367717,-0.0029642147,-0.011675145,-0.004391429,-0.0077228583,-0.037766293,-0.042036578,-0.012576144,0.04003772,-0.005697501,-0.006371358,-0.035979435,0.015105003,0.026606003,0.03119429,0.00077039294,0.012704859,0.005852715,0.005387072,0.00788943,-0.015173145,0.0008110894,-0.0020461788,-0.013038002,0.003598322,-0.054211438,-0.008275572,-0.013371144,0.02197229,-0.02182086,-0.0037535361,0.02182086,-0.00039986614,0.01403743,-0.013303001,0.018550003,-0.014499288,-0.011879573,-0.016339146,0.02589429,0.04258172,-0.02419829,-0.038311433,0.0074805724,-0.0021957145,0.009630859,0.016657146,0.021624003,-0.029801147,-0.0014291074,0.024092289,0.0073783584,-0.010812001,-0.0014395181,-0.026681717,-0.013310573,-0.0036929648,0.0020423932,0.014431145,-0.013749716,-0.017989717,-0.020882003,-0.019670574,0.025939718,0.0025705004,-0.015097431,0.022108575,-0.009184144,0.007408644,-0.014999002,0.05884515,0.02494029,-0.02716629,0.024183147,-0.013234859,-0.021048574,0.027893146,0.03219372,0.006848358,-0.008109001,0.027923433,-0.006507644,-0.014234288,0.015960574,0.041976005,0.021518003,-0.0034317505,-0.011978001,-0.034616575,0.017384002,0.0010325537,0.016445145,0.021003146,-0.038947433,0.01334843,0.007662287,-0.043036006,-0.019473717,-0.039371435,-0.005027429,0.02260829,-0.04158229,-0.0065492867,0.0040772147,-0.01636943,0.015279145,0.014915717,-0.010971001,-0.037251435,0.0033200718,-0.01101643,0.031800006,0.08740459,-0.047366865,0.0074957153,-0.03040686,0.016490573,0.00820743,-0.010796859,0.0039068577,-0.029664861,-0.01350743,-0.015748573,-0.018731717,0.028604861,0.018141145,0.0074692154,-0.014128287,-0.016566288,0.0032746433,-0.009259858,-0.025379432,0.03401086,0.029407432,-0.0068672867,-0.0137345735,-0.022426575,0.0026765005,0.008237716,-0.010607573,0.006943001,0.035040576,-0.0020935002,-0.011629716,0.009403716,0.017126573,0.02616686,0.0126140015,-0.01965543,-0.035464577,0.0077985725,0.0024228576,-0.005936001,0.024561718,0.028362576,-0.009835287,0.031164004,0.014930859,-0.0049100723,-0.02525829,-0.023062574,-0.052394293,-0.037372578,0.018338002,-0.03002829,0.010410716,0.025016004,-0.018898288,-0.019746289,0.032314863,0.010743858,0.012841145,-0.019352574,0.022093432,-0.002521286,0.013575573,-0.008873716,-0.0059965723,-0.027817432,-0.0040961434,0.026681717,0.017096289,0.005527144,0.018898288,0.017187145,-0.0034715005,0.008843429,-0.0026708217,0.008404287,-0.005046358,0.015688002,0.015612287,-0.03410172,0.0136210015,0.008926716,-0.00009836943,0.0066174297,-0.0049706437,0.004039358,0.015915144,-0.005936001,0.044944007,-0.010342573,-0.0068975724,0.023183718,0.011644859,-0.013045574,0.0082680015,-0.018156288,-0.02229029,-0.031981718,0.020670002,-0.010766573,-0.0075525013,-0.029256005,-0.027605433,-0.008124144,-0.024743432,-0.06693144,0.0018710896,-0.014567431,0.03861429,-0.0010391787,0.018519716,-0.008745002,0.011993145,0.0072912867,0.0014622323,-0.021139432,0.00042092416,-0.001858786,-0.04712458,0.015990859,0.016990287,0.015612287,0.026045717,0.041006863,0.03146686,0.01000943,-0.029240862,0.011750859,-0.009888287,-0.015241288,0.010713573,0.007760715,-0.0026651432,-0.02198743,-0.0057240007,-0.03961372,-0.027953718,0.01964029,0.02171486,-0.0029963932,-0.014363002,-0.001399768,-0.050183434,0.007934858,0.015105003,0.023577431,0.021094004,-0.03912915,0.012826002,-0.0043460005,0.0009123573,0.037796576,0.05136458,0.0032443576,-0.015453288,0.005894358,-0.020670002,0.012667002,0.025440004,-0.0069997865,-0.015165574,0.0037251434,-0.04951715,0.028786575,-0.047790863,-0.026924003,0.0050917864,-0.004512572,0.015476002,-0.0043422147,-0.0124550015,-0.058027435,-0.0070944293,-0.01223543,-0.01620286,-0.015748573,0.03637315,-0.020518575,0.023501718,0.02001886,-0.03240572,0.019761432,-0.032436006,0.0049744295,0.022593146,-0.013166716,-0.0039863577,-0.012644287,-0.031588003,-0.022699146,-0.030967148,-0.010229002,0.0073745726,0.02129086,0.008018144,-0.0018455359,-0.012038573,0.017929146,0.022487147,-0.011077002,-0.010683287,-0.0019127324,-0.015491145,0.0022657504,0.0036475363,-0.0072269295,-0.015566859,0.009941287,-0.026030576,-0.015597145,0.017823145,-0.021730004,-0.004224858,0.024713146,-0.05624058,-0.004739715,0.021881431,0.020988002,-0.026015433,0.021548288,0.008184715,0.00020998887,-0.045640577,-0.023289718,0.015392716,0.03867486,-0.02807486,-0.0059927865,0.00076566084,0.009244716,0.00092276797,0.0125458585,-0.020639718,-0.013318145,0.020367146,-0.033768576,-0.041340005,0.019761432,-0.009456716,-0.004860858,0.017444573,0.003755429,0.00066533935,-0.021306003,0.005114501,0.0011934466,0.022335717,-0.023577431,-0.015718289,0.04442915,0.019746289,-0.029740576,0.0030285718,-0.009835287,-0.009918572,0.024894862,-0.021048574,-0.05130401,-0.013583145,-0.030013148,-0.0013884109,0.0125912875,0.01117543,-0.014582573,-0.0024380004,0.008184715,0.015158002,0.0019875003,0.0049327863,0.030785432,0.011463145,0.005004715,-0.0010041608,0.0067234295,-0.0060495725,0.00085604476,0.017702002,-0.0030323577,-0.011190573,-0.042248577,0.005216715,-0.0044255005,-0.024455717,0.0046261437,-0.021381717,-0.0031553933,0.007007358,-0.0028317147,-0.035616007,-0.0066325725,0.028150575,-0.0048911436,0.032526862,0.013537716,-0.015074716,0.008389144,-0.018762002,-0.010160859,-0.009244716,0.021154575,0.018338002,0.0037421791,0.005428715,-0.0051599294,0.023850003,0.020639718,-0.0012360358,-0.0081317155,0.009078144,0.010448573,-0.028983433,-0.008676859,0.0003099554,-0.022971718,-0.0066439295,-0.008464858,0.00034497326,-0.0041453578,0.022971718,0.009169001,-0.009547573,0.022411432,0.010176001,-0.0062312866,0.010403144,-0.023441147,-0.016717717,0.017520288,0.0012559108,0.027151147,0.0074578584,0.03812972,-0.032345146,0.033586863,-0.025197718,0.0036740361,-0.009509715,0.013310573,-0.034768004,0.016339146,0.0018180895,0.017656574,0.04188515,-0.014961145,0.049486864,0.010865002,0.018943718,0.0076395725,0.02086686,0.013969287,0.04470172,0.042066865,0.026924003,-0.002894179,0.0025288574,-0.016293716,-0.0026348575,0.012144573,0.022381146,-0.023032289,-0.04315715,-0.006170715,-0.00051627686,0.0025705004,0.021366574,-0.04173372,0.00018419868,-0.0028601075,-0.008033287,-0.0056520724,-0.012205144,0.02054886,-0.027242003,-0.02351686,-0.055271436,-0.040825147,-0.022532575,-0.005269715,-0.018716574,0.0045769294,-0.031588003,-0.02309286,0.0064773583,0.029346861,0.010865002,0.009146287,0.012977431,-0.014635573],"social":"https://twitter.com/therealishmatt"},{"title":"thumbnailtest","description":"a tool to help youtubers pick the best thumbnail for a video","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=G6WXQ5lXxQw","youtube_transcript":"What's up? I'm rocks. I'm building thumbnail test, a tool that helps YouTubers pick the best thumbnail for a video. Let me show you how thumbnail test works. Normally, you can only upload one thumbnail for a YouTube video. But with thumbnail test, you can upload any number of thumbnails or titles for a video. We'll swap the thumbnails every day or every hour live on YouTube and tell you which one got the most clicks, views, likes, shares, comments, and anything else you could want to know. During build space, instead of building something new, I tried marketing something I already had because I have no idea how to do marketing. So I just did. Everything I could think of until something worked. I mean, a free thumbnail preview tool, I mean, a free a thumbnail generator. I got featured in a bunch of newsletters. I posted on product hunt twice. I sponsored twitch streamers. I gave away free copies of thumbnail test and exchange sponsored videos. I sponsored a Minecraft tournament. I redid my entire landing page I made forty shorts that I posted on every platform. I paid a guy to make forty more shorts. I tweeted every new feature I built. I posted in a bunch of discord communities to become affiliates. I posted on Reddit. And to make my marketing worth it, I improved my product a ton to increase retention. I invented hourly testing. I redid my entire UX. I added tutorials. Built an entire Chrome extension so that your analytics get grabbed automatically when you open YouTube and you get ten times the data that YouTube usually gives you. And that made my retention go from eighty two percent to ninety percent. I started at sixteen hundred dollars MRR before build space and today I finally hit three k a month, which is the most money I've made in years. So no matter what happens. Thanks, Beltspace.","embedding":[0.002681549,0.014495524,-0.040249866,0.055851605,0.018420542,-0.022353753,-0.0063709836,0.020485478,-0.019420233,0.009284019,0.047264095,-0.037201628,0.0133401435,-0.042249247,0.033792842,0.021304896,-0.033252027,-0.046641335,-0.067585684,0.02663112,0.03608722,0.01499537,0.015790205,0.06797901,0.026450848,-0.02168183,-0.024041757,0.007174014,0.00026784762,-0.013741658,0.014290669,-0.025352826,-0.028007746,0.028679669,-0.006256265,-0.016093392,0.027303044,-0.015986867,0.04061041,0.009988719,-0.030613497,-0.009701923,0.077418715,0.018486096,-0.009497068,-0.012791133,-0.043232553,0.0023353444,0.025893643,0.025451157,-0.060538683,0.035103913,-0.023632048,0.022763463,-0.00068165426,0.011103129,-0.037431065,-0.023615658,-0.038283262,-0.0059776623,0.014225116,-0.027171938,0.03421894,-0.03110515,-0.0103164865,0.016929198,-0.061456434,0.023632048,0.021714605,0.009710116,0.04549415,0.024549797,0.0068421494,0.009243048,-0.023435386,-0.009628175,0.030842936,0.05329502,-0.0142087275,-0.046379123,-0.01996105,0.006309527,-0.008431823,0.018354988,-0.04447807,-0.017666675,-0.01802722,-0.028122464,-0.029384369,0.0039188717,-0.07787759,0.014389,-0.015290361,0.0045272904,0.01610978,0.016412964,-0.0007047004,0.061718646,0.07420659,-0.010037884,0.034579486,-0.0152084185,-0.020567419,-0.043920863,0.0033002105,-0.00031061107,0.029728524,0.013151676,0.039987653,-0.04313422,-0.124027275,0.0054614283,0.002090543,0.023009289,-0.013397503,-0.010300098,0.04388809,-0.001477003,0.0003467167,-0.01493801,-0.049492914,0.039758217,0.047067434,-0.031072373,0.03262927,-0.023681212,-0.022140704,-0.026385296,-0.030039905,-0.035792228,0.060407575,0.03838159,0.035497237,-0.034481157,-0.043298107,-0.025156166,-0.06624184,-0.030711828,-0.027188325,0.03798827,-0.010005107,-0.008636678,0.013995678,-0.039135456,-0.03890602,-0.019895496,0.011275207,0.024467854,0.004891932,-0.01574104,0.026090303,-0.001447299,-0.053491678,0.0014780272,0.03261288,-0.020714914,-0.023255114,0.03707052,-0.053622786,-0.017896114,0.0362511,-0.0014042795,-0.014077621,0.04093818,-0.06027647,0.025287274,-0.01610978,-0.039758217,-0.063193604,-0.025254497,-0.024123698,-0.028368289,-0.025303662,-0.0002816753,0.068110116,0.0076083066,0.0029068892,-0.06027647,0.037594948,0.0025545391,-0.039692663,-0.012217538,-0.013799017,-0.011922548,-0.07787759,-0.030416837,0.0011338711,-0.020403536,0.019633282,0.0044904165,-0.03302259,0.041298725,-0.01781417,0.03494003,-0.013077929,-0.03788994,0.057392113,-0.009464291,0.0147249615,0.015036341,0.016896421,0.03079377,0.027384987,0.020632973,0.0032899678,0.025172556,0.009480679,0.022255423,-0.04831295,-0.0005392802,0.07492768,0.009431514,-0.0011205557,0.02774553,-0.042085364,-0.01129979,-0.030269342,0.037332736,-0.0124060055,0.05044344,-0.012291286,0.028909106,-0.0012721482,0.0056089237,-0.011053964,0.03861103,0.046837997,-0.0441503,0.07112558,0.015421468,0.008386754,0.041298725,-0.024893953,-0.032317888,0.015872149,-0.0073542865,0.01499537,-0.028417455,0.0056089237,-0.022107927,0.017175024,-0.012602665,-0.01018538,-0.0010150555,0.018191105,-0.010111632,-0.057687104,-0.07197777,0.011316177,0.012299481,0.048673496,-0.009472485,-0.03148208,0.02705722,0.0065348675,-0.066307396,-0.026532792,0.026483625,0.02713916,-0.00284953,-0.002165315,-0.052016724,-0.057162676,0.01994466,-0.01388096,0.03775883,-0.0069773537,-0.013504026,0.025778925,-0.005756419,0.0036996773,0.028122464,0.010291904,0.0017740424,0.009587203,-0.018879415,0.017240578,0.006391469,-0.009087358,-0.017846948,0.019584117,0.0043593096,-0.01483968,0.024451466,0.008337589,0.012250315,0.040774293,-0.00509269,0.011766858,-0.0031957345,-0.0013172162,-0.02168183,0.037529394,-0.003537842,0.004891932,0.018109161,0.021091849,-0.00528935,-0.013971096,0.017748618,0.0023763154,-0.0362511,-0.0014954399,0.037332736,-0.0021980917,0.0010939245,0.017666675,0.016298246,-0.035595566,-0.014053037,0.015003564,0.03284232,0.004248688,-0.021944044,-0.0017535569,0.037857164,0.037529394,-0.007464908,-0.009243048,-0.043527544,-0.011807829,-0.052934475,-0.016486712,-0.0106688365,0.047886852,0.00643244,0.07217444,-0.0062193912,-0.0020690332,-0.03959433,0.04333088,-0.03749662,0.0016542024,-0.046018578,0.015995061,-0.021616276,0.042478688,-0.025713371,0.011062158,0.046674114,-0.07505879,-0.059424274,-0.014831486,0.004002862,0.038152155,0.029843245,0.012627249,-0.0128894625,-0.018912192,0.006092381,0.010824527,-0.029581029,0.020780468,-0.020600196,0.020206874,0.0019973342,-0.009652757,-0.032399833,-0.03017101,0.011078547,0.007665666,0.048345726,0.030728217,0.0071863057,0.023320667,0.037594948,-0.042511463,0.036447763,0.009029998,-0.0013674056,-0.0007610355,0.02613947,0.015364109,-0.022337364,-0.018223882,-0.02663112,0.042183697,0.043265328,0.0021612179,0.021534335,0.041987035,0.01712586,0.028302737,-0.020600196,0.016527683,-0.008247454,0.012487947,0.0028331415,-0.056900464,-0.009300407,0.016298246,-0.04234758,-0.036513314,-0.00037744493,0.024844788,0.037201628,0.029318815,0.017912501,-0.0052360883,0.011717693,-0.015872149,0.014552883,-0.021141013,-0.015724653,-0.008677648,0.011381731,-0.021468781,-0.010906468,0.0056417007,-0.039266564,0.0423148,-0.067454584,0.06555353,-0.023959816,-0.022861794,0.008104055,0.026696675,-0.016044226,0.03382562,0.07322329,-0.024779234,-0.07781204,0.047788523,0.010119826,-0.004379795,0.03310453,0.041560937,0.0035316963,0.019190796,-0.021927655,-0.04418308,-0.00840724,0.03467782,0.004879641,-0.0019543145,-0.016740732,-0.011406314,0.008337589,-0.0012260558,0.037103295,-0.017781395,0.012725579,-0.03566112,0.023468163,-0.05005012,-0.00544504,-0.007243665,-0.030220177,-0.07623875,-0.04496972,-0.017207801,-0.03716885,-0.06401302,0.019534951,-0.022632355,-0.02168183,0.03331758,-0.025565876,-0.003818493,0.0018170619,-0.054179993,0.034776147,-0.027598035,0.012143791,0.03153125,-0.042511463,-0.02774553,0.02015771,0.014921622,-0.059129283,0.046510227,-0.01646213,-0.01104577,0.040380973,-0.057097122,-0.005735934,-0.029941574,-0.0014790515,-0.015028146,-0.015036341,-0.016781703,-0.04365865,-0.011004799,0.026401684,-0.01964967,0.041954257,-0.0705356,0.02654918,-0.03638221,-0.011258818,0.0013069735,0.041167617,0.03421894,-0.022402918,-0.024041757,-0.011832412,-0.0026118984,-0.016273664,0.010078855,-0.0006253192,-0.0042282026,-0.005535176,-0.019469397,0.08207302,0.013233619,-0.0025627334,-0.023632048,0.014020261,-0.028417455,0.03251455,-0.05145952,0.004060222,-0.0072026937,0.053229466,-0.026024751,-0.028646892,-0.005449137,0.018813863,0.024598962,-0.029400758,-0.04490417,0.018404152,-0.01018538,-0.0073665776,-0.009136523,-0.006133352,-0.033792842,-0.017453628,-0.031596802,-0.006633198,-0.036152773,-0.04860794,0.046969105,-0.015872149,-0.05044344,-0.0001567139,-0.030072682,-0.038250484,-0.026172247,0.0027511998,0.021009905,0.026827782,0.045658033,0.01843693,-0.008050793,0.023615658,0.039430447,-0.021747382,0.0051172725,-0.002400898,0.03251455,-0.023238726,0.0308921,-0.03254733,0.0020546934,0.0009991792,-0.013749853,0.002064936,0.0061538373,0.021206567,0.010513147,-0.0044371546,0.0003190613,0.030974042,0.0051295636,0.023042066,-0.013299172,-0.020108545,-0.0026528693,0.00060073665,0.019010523,-0.0073460923,0.011742276,-0.030941265,0.034153387,0.0049451943,0.034776147,-0.0025115195,-0.0064037605,-0.029335205,-0.008067181,-0.032645658,-0.006960965,0.02520533,-0.030367672,0.0031998316,-0.021730995,-0.03503836,0.016380187,0.0313182,0.0069363825,-0.019076077,0.007149432,0.02926965,0.050902314,0.01964967,-0.0024070437,-0.007329704,0.010193573,-0.018486096,0.018715532,0.029581029,-0.017158637,-0.033694513,-0.014561078,0.027516093,-0.014987175,-0.01165214,-0.031055985,-0.015945897,-0.01812555,-0.01804361,-0.049394585,-0.033989504,-0.03290787,0.019387456,-0.001918465,-0.023042066,0.02774553,-0.023418998,0.015962284,-0.028794387,0.008669455,0.006387372,0.021419615,0.020010214,0.002034208,-0.034055058,-0.0133073665,0.022042373,0.0334323,0.005576147,0.023451775,-0.001447299,-0.01732252,0.011963519,0.010955634,-0.0066987514,0.0063341097,-0.01069342,0.04831295,-0.022632355,0.010357457,0.0030564333,-0.009964136,-0.016412964,-0.0028741125,0.08233523,-0.0049902624,-0.015019952,0.007919686,0.012119208,0.046379123,-0.012741967,0.01493801,0.013594163,-0.037332736,-0.029499087,-0.00658813,-0.0125043355,-0.01642116,0.026598344,-0.024549797,-0.003818493,-0.036021665,0.005309836,-0.007231374,0.0051295636,-0.0208788,0.0073993546,-0.02705722,0.0047362424,-0.0055146907,-0.027925802,0.030941265,0.006608615,0.023582881,-0.039987653,0.020780468,0.03769328,-0.020387147,0.0015661147,-0.038840465,-0.0037898133,-0.0033370843,-0.016388383,-0.010660643,0.002392704,0.0201741,-0.014372611,-0.012111015,0.01615075,-0.008505571,-0.025910033,-0.0003792374,-0.01873192,-0.020632973,0.006727431,-0.0045928443,-0.071650006,-0.010595089,0.015126477,-0.050377887,-0.025369216,-0.00782955,-0.016003255,-0.021206567,0.026041139,0.010980216,0.0011482111,-0.010398429,0.012594472,0.0028392873,0.0071412376,-0.037660502,0.035530012,-0.007944268,-0.04336366,-0.0058424585,0.008636678,-0.025500322,-0.0041769887,-0.026795005,-0.020813245,0.011521033,-0.0063627893,-0.017355297,-0.009611786,-0.05398333,-0.027089996,0.007878714,0.035169467,0.00029857585,-0.0048632524,-0.0036259296,0.029761301,-0.05227894,-0.0045109023,-0.027679978,-0.009890389,-0.008710425,0.014298864,0.0074731023,0.032022897,0.035923332,-0.015257584,0.040249866,0.012774744,0.01261086,-0.0028782096,0.0030994527,0.017912501,-0.016511295,0.056146596,-0.026500015,-0.015241195,-0.007157626,-0.037594948,-0.0063750804,0.040839847,0.0016572751,0.038152155,-0.0057646134,0.024975894,-0.0024889854,-0.034415603,0.020567419,-0.018682756,0.03464504,0.02451702,0.04172482,-0.00019832503,0.0019256349,-0.008378561,0.027221102,-0.016863646,-0.004633815,0.0018129648,0.010095243,0.001021201,-0.013946514,0.006833955,-0.0036525608,0.0014268135,-0.014864262,-0.021862103,-0.00034543636,-0.0008988003,-0.031416528,-0.018961359,-0.014429971,-0.016847257,-0.00039152868,-0.006092381,-0.011897965,0.009464291,-0.020272428,-0.08607178,-0.0427409,0.02613947,-0.0417576,-0.014905234,-0.026319742,0.0020546934,-0.023386221,-0.03454671,-0.0024603058,0.014192339,-0.019289127,-0.0031363266,-0.027893027,-0.013831794,0.008743202,0.0025606847,0.00881695,0.0013233619,0.0038697068,-0.01710947,0.0051992144,-0.023386221,0.014216921,-0.014397194,-0.008710425,0.0019205136,0.03536613,0.0038512698,-0.029023824,0.030990431,0.037660502,-0.0022411114,0.0077066366,-0.026893334,0.01564271,-0.01261086,0.025746148,0.02876161,-0.02635252,-0.009111941,0.0023578785,0.012873074,-0.05286892,-0.01270919,-0.023337057,0.004045882,-0.0017699453,-0.0072969273,0.007907394,0.011103129,-0.0023947523,-0.036021665,0.04152816,-0.012717385,0.0024766943,-0.039659884,-0.015798401,0.014593855,0.026303353,0.003968037,-0.022107927,0.0018457415,-0.044314187,0.0034313174,0.014561078,0.006960965,0.001263954,0.007538656,0.003968037,0.022763463,0.032793153,0.022927346,-0.003070773,0.02805691,-0.032317888,-0.023943426,0.0417576,0.016978364,-0.04900126,0.02096074,-0.004773116,0.051426742,0.008218774,-0.019911883,0.022681521,-0.0159377,0.0040438334,0.01853526,0.025238108,0.04952569,-0.026500015,-0.0007943244,-0.041003734,-0.02066575,-0.0038205415,-0.015847566,-0.046543006,0.004306047,0.027483316,0.03566112,-0.005707254,-0.017256966,0.00040177142,-0.008243356,0.04729687,0.017781395,-0.023042066,-0.026598344,-0.02359927,-0.03566112,-0.025041448,0.028843552,0.040872626,-0.011094934,0.0112178475,0.005100884,-0.010521341,-0.0064119543,0.0067151394,0.03435005,-0.011258818,-0.034710594,-0.03634943,-0.0029335204,0.017846948,-0.007079781,-0.014405387,0.0016111828,-0.0059407884,0.029908797,0.044248633,0.007895103,0.0133729195,-0.00678479,-0.011004799,0.02037076,0.013594163,0.012381422,0.017240578,0.012184762,0.0029150834,0.0026282868,0.0128894625,-0.0062193912,-0.0190433,0.012651831,0.037398286,-0.034186166,0.021141013,0.021649053,0.020813245,-0.009447902,0.024451466,-0.027434152,0.01884664,-0.03158041,-0.040479302,-0.0057605165,0.009538039,-0.0050967867,0.032694824,0.046411898,-0.01149645,0.022009598,0.0053671952,0.0070633925,-0.016183527,-0.012782938,-0.025860867,-0.03707052,0.0021181984,0.025041448,0.0063259155,0.031187091,-0.004281465,0.01079175,-0.0050148447,0.005526982,0.049460135,0.006481605,-0.021829326,-0.0027409568,0.005862944,0.0308921,-0.026598344,-0.032645658,0.009136523,0.024566185,-0.015929507,-0.023730377,0.0026958887,0.028843552,-0.009660951,-0.0041196295,0.0033719097,0.032252338,-0.025500322,-0.010922857,0.006870829,-0.009120135,-0.023107618,0.019108854,-0.0020126982,0.031629577,-0.007895103,-0.041823152,0.027974969,-0.020026604,0.011414508,0.023042066,0.0010124948,-0.0057523223,0.0057646134,-0.009890389,0.014298864,0.0032776764,0.023681212,-0.0069691595,-0.050672878,0.008538347,-0.061325327,-0.03546446,0.0318754,0.01712586,-0.020895187,-0.034382824,-0.008099958,-0.016830869,0.037004966,-0.023124008,0.022829017,-0.0012311772,0.004121678,-0.00059459097,-0.003048239,0.00018539357,-0.0053835837,-0.003429269,0.0012813667,-0.016429354,-0.0055433703,0.029564641,-0.017306132,-0.0037836677,0.023386221,0.03251455,-0.0030953556,-0.007042907,-0.023468163,-0.03494003,0.03595611,0.011840606,0.0035583274,-0.02420564,-0.016085196,-0.014856068,0.00042481758,0.0039024835,-0.023353444,-0.03494003,-0.019321902,0.029843245,-0.04529749,-0.021862103,-0.00003082424,0.00032520696,-0.015437856,0.03341591,0.043986417,0.0052197,0.005268865,0.011832412,0.0362511,0.0014903184,0.0380866,-0.0042322995,-0.001021201,0.030941265,0.02776192,-0.04277368,0.036611646,-0.00630543,0.01783056,0.020124933,-0.0041872314,-0.010037884,-0.026860557,0.038709357,-0.00795656,0.020501867,0.009529844,0.010463982,0.009595398,-0.010406623,0.01925635,-0.028991047,-0.00015044023,0.018469706,0.029794078,0.00284953,-0.0005200751,0.000942332,-0.01321723,0.032170393,0.010849109,0.030466001,-0.0070265187,-0.02541838,0.029318815,-0.020993518,-0.008013919,-0.013200842,0.0069814506,-0.0042404938,0.016945587,0.033891175,-0.010955634,0.008120444,0.0051664375,0.017551957,0.020272428,-0.008587512,0.029286038,0.0032059771,0.005068107,-0.017486405,-0.0017474112,0.0076165004,0.02279624,-0.014044844,-0.014405387,0.011029381,0.00056898413,-0.05224616,-0.00222882,-0.006006342,-0.0035132593,-0.013971096,0.0031137925,-0.005043525,0.000037161935,-0.010947439,0.015831178,-0.013389308,0.0052033113,-0.0022247229,0.034481157,-0.015060923,0.010291904,0.10894997,0.019682446,0.029040214,-0.033350356,0.033760067,0.011947131,0.0077025397,0.012029072,-0.007210888,0.02279624,-0.014683991,0.003795959,0.019338291,0.029040214,0.026205024,-0.010980216,-0.0058096815,-0.00015696997,0.006448828,-0.015904926,0.021698218,0.010824527,0.021108236,-0.0020925915,-0.033596184,-0.019305514,-0.009988719,0.0062030028,0.016585043,0.0076492773,0.007714831,-0.017945278,-0.0089972215,0.04529749,0.03038406,0.011586586,-0.0399221,0.00047705555,-0.0143070575,-0.036152773,-0.006633198,-0.03575945,0.0070265187,0.008808755,-0.006825761,0.0035726673,-0.013184453,-0.014290669,-0.017224189,-0.03736551,-0.03392395,0.0006724358,0.019338291,0.030039905,0.026205024,0.022927346,0.025860867,0.039692663,0.03467782,0.024664516,0.00022649256,-0.00024825838,-0.02207515,0.016183527,-0.01773223,-0.003855367,0.021190178,-0.00961998,0.017601123,-0.017355297,-0.03575945,0.036316656,0.004154455,0.013045152,-0.009284019,-0.011775052,0.022468472,0.029122155,0.009185689,0.016019644,-0.02400898,-0.0014216922,-0.009136523,0.0051705344,-0.03349785,0.02248486,-0.0070019364,0.03929934,0.008890698,0.05437665,-0.029515477,-0.016576849,0.048378505,0.006256265,-0.007128946,0.0037775221,-0.042806454,-0.009636369,-0.024467854,-0.005182826,0.0019205136,0.01783056,-0.007636986,-0.00531803,-0.025451157,-0.027303044,-0.04172482,0.025565876,-0.012545306,0.0042568822,-0.012250315,-0.001159478,0.0046092323,0.017207801,0.027876638,0.009562621,-0.03929934,0.011176877,-0.025713371,-0.0445764,0.030957654,0.0035542303,-0.015290361,0.010275516,0.027598035,0.022435695,0.020190487,-0.026483625,0.026516402,-0.028778,0.028646892,-0.012233927,0.05165618,-0.013266396,-0.005617118,0.024631739,-0.03271121,-0.024402302,-0.028433843,0.006399663,-0.025746148,0.009218465,0.014102203,-0.012151985,0.019190796,-0.017207801,0.0023701699,-0.002045475,0.028237183,-0.009062775,-0.01802722,0.023550104,0.0352678,-0.008972639,0.0033084047,-0.020010214,0.005363098,-0.018568037,-0.024844788,-0.018174715,0.02117379,-0.04306867,0.009324989,-0.010652448,0.040807072,0.0035890557,-0.031744298,0.024336748,0.046116907,0.0047075627,-0.00046245966,-0.017060306,-0.051721733,0.026795005,0.015618128,0.0001088291,0.015511604,-0.01732252,-0.042282026,0.0016439595,-0.0046583978,-0.018109161,-0.04244591,-0.0045272904,0.01327459,0.026057528,0.013168065,-0.019387456,0.0071084606,-0.00605141,0.013045152,-0.017912501,-0.012389617,0.01832221,0.038840465,-0.03179346,-0.0019543145,0.003896338,-0.020337982,0.014298864,0.039856546,-0.028925495,-0.0021284411,-0.007874617,0.0040131053,-0.0011912305,-0.008923474,0.001619377,0.016429354,0.027893027,-0.021255732,0.010857303,-0.029925186,-0.0011727936,0.02502506,-0.021337673,-0.022009598,0.024959506,0.011807829,0.01783056,0.025483934,-0.011734081,-0.014446359,-0.051426742,-0.00031803705,0.008587512,0.029908797,-0.026286965,-0.024664516,0.011930742,-0.005662186,-0.029384369,-0.010554118,0.016929198,-0.029122155,0.01955134,0.0044535426,-0.01079175,-0.017568346,-0.02248486,0.0045231935,0.015732847,-0.019748,0.025516711,0.0037385996,0.047460753,-0.00071033393,0.0042077173,0.033760067,-0.003968037,0.017748618,0.011275207,-0.007854132,-0.02643446,-0.008341687,-0.008857921,0.023730377,-0.048083514,-0.0015159254,0.016437547,-0.035530012,0.014421776,0.013413891,-0.03585778,-0.013290978,0.009824835,0.020272428,-0.002632384,-0.042806454,0.014421776,-0.008612094,-0.028810775,0.038578253,0.0030338992,-0.007919686,-0.009152912,0.00528935,0.01884664,-0.010291904,-0.021468781,-0.036316656,-0.006907703,-0.026450848,-0.024549797,-0.019207183,-0.015904926,-0.030449614,-0.007374772,-0.006293139,0.008775978,-0.008849726,-0.0030953556,-0.015151059,0.037103295,0.025369216,-0.014561078,0.008972639,-0.0016480567,-0.0007543777,0.0019194892,0.010595089,0.028122464,-0.02138684,0.0061866143,-0.012848492,0.016429354,0.012061849,-0.007931977,-0.01175047,0.013635134,0.02512339,-0.029531864,0.005309836,-0.021845713,0.021632664,-0.008743202,0.023320667,-0.027204715,-0.036513314,0.02522172,0.0036546092,-0.009669146,0.03069544,0.009333184,0.017355297,-0.009054581,0.0012147889,-0.02643446,0.033465076,0.005989954,0.014110397,-0.0061866143,0.025451157,-0.023337057,0.011996295,-0.016535878,-0.0073583834,-0.010168991,0.006190711,-0.034284495,0.011021187,0.005838361,-0.0010939245,0.023222337,-0.004637912,0.042708125,0.002086446,0.008292521,-0.0138236005,-0.0190433,0.020714914,0.04952569,0.029925186,0.007759899,-0.009865806,0.017879725,0.004973874,-0.00049088325,-0.0044412515,-0.005277059,0.005326224,-0.008907085,-0.032498162,0.019698836,-0.0366772,0.020567419,-0.010775361,0.031859014,-0.0084809875,-0.02441869,0.0026651607,-0.011365343,0.028138852,0.007907394,-0.0028966465,-0.06119422,-0.008099958,0.01773223,0.011103129,-0.036841083,0.020813245,0.008718619,0.011693111,0.028614115,0.022829017,0.020977128,-0.029417146,-0.0064570224,-0.00681347],"social":"https://twitter.com/roxcodes"},{"title":"wake up","description":"a story-driven visual novel that immerses you into a strange new worlds.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=8tKZBda6kAU","youtube_transcript":"Hi. I'm Helen, and I'm Felicia. And we are building wake up. Wake up is a story driven visual novel game where you find yourself in a strange new world with no memories of who you are and how you got there. When you call out a girl appears claiming to be your friend and offering to help you regain your memories. However, you quit they realize that things are not quite what they see. When we started on this journey, both me and Helen had a very simple board. Just get something to work and maybe share it with our parents. But test of this phase and getting f off the local host, two weeks back released a demo. And since then, we have had over four hundred views on our game page a total of forty seven downloads, and as well as a lot of amazing feedback, including feedback from Indipichai, the founder of Sandring Studios, and someone they both look up during the gaming space. Our journey has not been without struggle. Originally, we set out to release a full game, not just a demo. But problems related to coding, narrative, and game design showed us that it would take a lot longer to finish this game than we thought. This paired with the fact that we had already started pitching and marketing this game online led us to the conclusion that we should polish and release what we already have as a demo. So we conducted pre testing sessions treat and polish dialogue, set it on a good ending for the demo and released it. Now we're taking in all the feedback that we can get on this release and work hard to meet the full version of the game. An experience that will be worth the wait for our community. We appreciate you all so much. Thank you for supporting us. And look forward to sharing the full team with you real soon. Thank you.","embedding":[0.00779968,0.016963944,-0.009990198,-0.0043128063,-0.008280875,-0.018328529,0.012475179,0.006794196,0.003237298,0.022106275,0.040477898,-0.019118553,-0.039185133,-0.051739313,0.021502985,0.03846693,-0.04605115,-0.014119863,-0.021402437,0.0036143544,0.032635126,-0.013710487,-0.009250449,-0.006514097,0.016935216,-0.019937303,-0.024576891,0.007314893,-0.019736206,-0.020167127,-0.024576891,-0.030221963,0.012848644,-0.026544767,0.0074262144,0.034761004,0.019334013,-0.020712962,-0.023456495,-0.022494104,0.00014195722,-0.024332702,-0.0005642379,0.02900102,-0.05208405,0.039874606,-0.039874606,0.060329016,0.011591789,0.058835153,-0.055186685,0.015771728,0.0054367934,0.07055622,0.041052457,-0.06728122,-0.0032139565,0.04645334,-0.003659242,0.017854515,0.00368797,0.022652108,0.0061047217,0.025840929,-0.0056594363,-0.023269763,-0.03711671,-0.03421517,-0.00556607,0.01648993,0.08555229,0.023815596,-0.004513903,0.020626778,-0.032376572,-0.0019301694,-0.023154851,-0.019693114,-0.040506624,-0.04863668,-0.045620225,0.003343233,0.0004735648,-0.013459116,0.016533023,-0.039845876,-0.06739613,0.03711671,-0.015067889,0.0044708108,0.0023197944,0.032606397,-0.0066936477,0.010715582,0.014586694,0.016619207,-0.015024798,-0.0014471782,0.023600137,-0.003677197,0.06291454,-0.012439269,-0.027392246,0.0049376427,-0.012539817,-0.002219246,0.004244577,0.017394867,-0.00080528465,-0.0016132625,-0.18006775,-0.013710487,-0.011835978,-0.011117776,0.048378125,0.045361675,0.027593343,-0.0699242,0.010047654,-0.027751347,-0.052428786,0.006330956,-0.02832591,0.006273499,0.012712185,-0.011642064,-0.027248606,0.027808804,-0.0050022807,0.012590091,0.025769109,0.01581482,0.02875683,-0.060214102,-0.06590227,-0.009724462,-0.035220653,-0.0030685205,-0.05240006,0.024505071,0.0065930993,-0.036858156,-0.029963411,-0.021330616,-0.030853983,-0.0051531033,-0.00045785413,0.04648207,-0.03967351,-0.0060221283,0.023341583,0.004452856,-0.018759452,-0.025036542,0.033841703,0.009853739,-0.0060221283,0.03134236,-0.04271869,0.019104188,-0.02808172,-0.0007343621,-0.021330616,-0.04424128,-0.04949852,-0.048722863,-0.018845635,0.006165769,-0.05797331,0.017380502,0.022881934,0.03300859,-0.020238949,0.045332946,0.04573514,-0.0037777454,0.038524386,-0.02602766,-0.041397195,-0.042747416,0.014026496,0.0016761052,-0.008841073,0.035479207,-0.06607464,-0.045361675,-0.016992673,-0.001967875,0.023801234,-0.035048284,0.004251759,0.028239725,0.0024724123,-0.010758675,0.022034455,-0.07429087,0.0880229,0.03743272,0.00038356506,0.0149960695,-0.018026885,-0.021158248,0.037001796,-0.014680061,0.009631096,0.028670646,-0.052026592,0.0041153007,-0.0035443297,-0.010938225,0.06595972,0.008539429,-0.008244965,0.002899743,-0.04372417,0.01854399,0.0055265687,0.024490707,-0.016303198,-0.0014525647,0.017308682,0.028598826,-0.007849954,0.0026501676,0.053060804,0.033927888,0.030509245,-0.023671957,0.014292231,0.0102128405,-0.00080528465,0.003921386,-0.0074477606,-0.009588004,-0.003659242,-0.02900102,-0.014507691,0.013078469,0.016576115,-0.010471393,0.016331926,0.005257243,0.017998157,-0.012733731,0.009552094,-0.01595846,-0.024059786,-0.089804046,0.049038872,0.0007370554,0.061995246,-0.012841462,0.028483914,-0.018701995,0.008589703,-0.026530402,-0.03105508,-0.0046934537,-0.019707479,-0.03211802,-0.03993206,0.0029733586,-0.004165575,0.0054260204,-0.004969962,0.008726161,0.03059543,0.00276508,0.0027345563,0.041569564,-0.009164264,-0.012151987,0.048033386,0.027952444,-0.0004928665,-0.0011338623,0.010385209,0.05797331,0.011965254,-0.032319114,0.007067113,-0.0113476,-0.030537972,-0.013753579,-0.035680305,0.04317834,0.041540835,-0.028957928,0.004158393,0.0057958947,-0.004434901,-0.031083807,0.025726017,0.0043953997,0.034933373,0.0358814,0.053520456,-0.0043056244,-0.0075339447,0.014220411,0.05268734,-0.047573738,-0.03634105,0.016317563,0.021560442,0.023557045,-0.021028971,-0.015613724,-0.017653419,-0.0043846266,0.022881934,-0.04967089,0.027837532,0.020267677,-0.00039837798,-0.008553793,0.06406367,0.009444363,-0.0041045276,-0.0066182367,0.008704615,0.013229291,-0.0018798952,-0.008302421,-0.0052464698,-0.0006477289,0.044270005,-0.02329849,-0.0024526617,-0.037921097,-0.0045749503,-0.064465865,-0.005124375,-0.053376816,0.0015755568,-0.033698063,-0.060099192,0.012331538,0.034761004,0.014557966,-0.009817829,-0.04131101,-0.021919543,0.03435881,-0.019046731,-0.016820304,0.052026592,-0.02428961,0.014141409,0.0030128597,-0.04576387,0.0066541466,0.035996314,-0.0055014314,0.014881157,-0.03470355,0.051538218,0.0054583396,0.030164508,0.03772,-0.0046611344,0.0070814774,-0.0127911875,-0.0043271706,-0.040736448,0.0029769496,-0.02634367,0.017279953,0.0053901104,0.0053901104,0.044729657,-0.0015926142,-0.018156162,0.0497858,-0.067913234,0.031371087,0.038984034,0.0038244287,-0.01801252,0.011800068,0.04438492,0.020425681,-0.05027418,-0.029302664,-0.00043698138,0.018242344,0.03619741,-0.0349621,-0.034157716,-0.011756976,0.04088009,-0.030825254,0.01024875,0.008841073,-0.004240986,0.017208133,0.016015917,0.055330325,0.008826709,-0.03165837,0.023686321,0.0035676712,-0.0402768,-0.0077565876,-0.0066936477,0.031371087,0.001404086,-0.0021635853,0.027306061,-0.02202009,-0.01028466,-0.03470355,0.043207068,-0.037633814,0.014026496,-0.020468773,-0.0033001408,-0.007993595,0.050791286,0.06308691,-0.036082495,-0.07768079,-0.00560198,0.019161645,0.012151987,0.036427233,0.06337419,-0.009365361,-0.008826709,-0.044729657,-0.06911981,0.05150949,0.020396953,0.038553115,0.033927888,0.023987966,-0.0023144078,0.0026753047,0.0036089679,-0.013775125,0.017366137,-0.017366137,-0.025639832,0.03318096,0.030135779,-0.0022138595,-0.015168438,0.013021013,0.0060939486,0.001079997,0.0074549424,-0.034444995,0.022680838,0.0027237833,-0.032635126,-0.032003105,0.00641714,0.002910516,0.0148093365,-0.042144127,-0.026214393,0.00414762,-0.05630708,0.04435619,0.014421508,-0.025108362,0.014838065,0.04932615,0.013811035,-0.020511866,-0.015498811,-0.0349621,-0.016604843,-0.047229,-0.054152474,-0.0005655845,-0.023241036,0.030078324,-0.003623332,0.004460038,-0.04811957,0.010579124,0.010126656,0.00563789,0.05354918,-0.010607852,-0.06377639,-0.032175474,0.009602368,0.020396953,-0.018644538,0.04740137,0.05237133,-0.017064493,-0.043839086,-0.03892658,0.054123744,-0.026300577,0.00034967487,-0.010234387,0.0077063134,0.020454409,0.0276508,0.07521017,0.049239967,-0.03421517,-0.05711147,-0.03892658,-0.021057699,0.017595964,-0.018429078,0.0051531033,0.010313389,-0.009918378,-0.010507303,0.013444752,0.011677974,0.018285437,-0.0005718688,-0.016705392,-0.02339904,0.03134236,-0.009954288,0.022881934,0.025510555,0.01106032,-0.02528073,0.047200274,0.0037957006,0.02950376,-0.009817829,-0.030135779,0.030250693,0.013890037,-0.030767798,0.01719377,0.006704421,-0.04251759,0.037030526,0.003605377,0.021574805,0.016791577,0.03481846,-0.019922938,-0.005917989,0.02337031,0.0113332365,-0.007584219,-0.00280099,0.008884165,0.019836755,-0.02226428,0.050647646,-0.013523755,0.019492017,-0.019707479,-0.01651866,-0.0017084243,0.011871888,0.01127578,0.01801252,-0.0045785415,-0.0065320525,-0.0060257195,-0.037317805,0.020583685,0.0054080654,0.0141557725,0.021675354,0.021172611,-0.020756055,-0.039328773,-0.013444752,-0.056536905,0.028052991,0.0014812928,-0.0014247344,0.037461445,-0.012863008,0.035766486,-0.015786093,-0.034301355,-0.031169992,0.032922406,-0.044327464,0.034272626,-0.018601445,-0.007878683,0.0069270637,0.03160091,-0.02158917,0.0046539526,-0.030336875,0.049441066,0.008180327,0.0014121658,0.012942011,-0.011800068,-0.0043163975,-0.027492793,-0.012956374,0.029647402,0.010370845,-0.00025922625,-0.0087548895,0.006445868,-0.010974135,0.0032785947,0.036973067,0.007792498,0.0033773475,0.027751347,0.001960693,-0.009803465,-0.013832581,-0.0035981948,-0.007199981,0.011570243,-0.002131266,-0.03335333,-0.008388606,-0.03283622,-0.012518271,0.009164264,0.04168448,0.014680061,-0.034559906,-0.023485225,-0.009200175,-0.0010395983,-0.002098947,0.033956617,0.008187509,0.0017910176,-0.016978309,-0.013487844,-0.016461203,0.011828796,0.016949581,-0.031888194,-0.027578978,-0.009013442,0.00016024895,-0.010571942,0.027277334,0.011821615,-0.013918766,0.061133403,0.003059543,-0.031256177,-0.012669093,-0.040506624,0.038007278,0.0071317516,0.015613724,-0.029273937,-0.06360402,0.0148093365,0.036570873,-0.004319988,-0.020167127,0.02704751,-0.02400233,0.002914107,0.0031636823,0.03573776,-0.02400233,0.012058621,0.01605901,-0.0070527494,-0.0095592765,-0.022005726,0.024275247,0.007569855,0.032635126,0.02066987,-0.0025532101,-0.00057007326,-0.011965254,0.053233173,-0.03315223,-0.0043128063,0.0049160966,-0.030135779,0.0014274276,0.015096618,0.012360266,-0.01063658,0.0057133012,-0.013416024,-0.03177328,0.01861581,0.013997768,-0.021933906,-0.0074980347,-0.010047654,-0.016217014,0.005971854,0.019434562,-0.08003649,-0.00698452,0.0054870676,-0.032750037,0.020612413,0.0022749067,-0.03421517,-0.021158248,0.007343621,0.029791042,0.032663852,-0.033066045,-0.011318873,-0.018429078,0.016691027,0.034732275,-0.01230281,-0.041971758,-0.024016693,0.010650944,0.023341583,-0.029647402,0.005077692,-0.017150678,-0.02769389,-0.008237784,0.004715,0.003116999,0.0041619837,-0.022278644,0.012719368,0.0027381473,0.0119868005,0.020411316,0.027923716,-0.0096885525,0.002091765,-0.023973601,0.004165575,0.0027596934,-0.017811423,0.05541651,-0.0011841365,0.010622215,0.039472412,0.008826709,0.006804969,-0.009271995,0.045850053,-0.042460136,-0.0061334497,0.03280749,0.014694424,-0.046654437,-0.0002971563,0.00960955,0.0023413403,-0.0095018195,0.03872548,-0.015268986,0.023384675,0.038811665,0.00004258717,-0.014313777,-0.0032462755,0.027162421,0.012949192,0.03622614,0.027234241,0.03088271,-0.037518904,0.006708012,-0.049584705,0.0027327607,-0.027148057,0.026228758,-0.07946193,0.030221963,0.05492813,0.012582909,-0.00032386446,0.0026106662,0.012324356,-0.00012388994,-0.025338186,0.023973601,-0.008740525,0.0057384386,-0.005411656,-0.05377901,-0.022680838,-0.023154851,-0.035019558,-0.008223419,-0.008948804,0.01733741,0.014895521,-0.011369146,-0.04694172,-0.0333246,-0.0005714199,-0.027104964,-0.04271869,-0.008374242,0.00002164427,-0.027162421,0.021919543,-0.02354268,0.042086672,0.0019588976,0.016978309,-0.00521056,0.018500898,0.007792498,-0.006672102,0.024461979,0.009422817,-0.0066254186,0.0032750037,-0.0074980347,-0.015829185,0.033698063,-0.020483138,-0.036513418,-0.012144805,-0.015628088,0.00044259234,0.012740914,0.005856942,0.020770418,-0.030308148,-0.013042559,0.0051351483,0.026501674,-0.01620265,0.016504295,0.03826583,0.009846557,-0.009121172,-0.01567118,0.0068516526,-0.022781385,0.011548697,-0.0068624257,0.028641919,0.041081186,0.02861319,0.031859465,0.0035766487,-0.003045179,-0.047343913,-0.030537972,-0.039300043,0.019836755,-0.022609016,-0.009437182,-0.020526228,0.024849808,-0.017452322,-0.0041009365,0.011742612,-0.00939409,-0.0071317516,-0.01045703,0.021316253,0.028670646,-0.046338428,0.00028032344,-0.00694861,0.034272626,0.008912894,-0.012970738,0.022494104,-0.041914303,-0.0037274712,0.0041045276,0.018845635,-0.02829718,-0.02091406,-0.0011437376,-0.028512642,-0.008618431,-0.0041045276,-0.007986412,-0.018357258,-0.040621538,0.0076919496,0.008489154,0.013609938,0.0036269228,-0.029733587,-0.027464066,-0.018342894,0.0013583006,-0.034014072,-0.007821226,0.024763625,0.0062950454,-0.02021022,0.009056535,0.0076201293,-0.021675354,-0.020928422,0.011225506,0.014227592,-0.018328529,0.0038136556,0.0057851216,-0.007591401,0.03858184,0.001185932,-0.013854127,-0.0358814,0.020540593,-0.018213617,0.0046754987,0.037490174,-0.024059786,0.03769127,0.045821324,0.001843985,0.0017272772,-0.0033216868,0.02226428,0.013250837,0.011440967,0.038179647,0.048090845,0.042603776,0.0012721163,0.0129779205,0.033583153,0.004736546,0.00059521035,-0.001843985,0.007627311,0.010327753,-0.0013295725,0.009509002,-0.0051638763,-0.027521523,0.0014893726,-0.009717281,-0.03691561,-0.00009948228,0.022293007,-0.008158782,0.031284902,0.0064027756,-0.0010018926,-0.026731499,-0.014967341,0.04676935,0.01453642,-0.012827097,-0.019793663,-0.008223419,0.025050905,0.009113991,-0.0071712527,0.0077853156,-0.022163732,0.032778766,-0.022393556,-0.023585772,0.0043630805,-0.00790741,-0.037145436,-0.025366915,0.005619935,0.030767798,-0.016001552,0.056996554,0.003073907,-0.015513175,-0.006194497,-0.024619984,0.026314942,0.009228903,0.04740137,-0.016719755,-0.0068552434,0.04495948,-0.028656282,-0.04332198,-0.014680061,-0.010729946,-0.015699908,0.01960693,-0.019779298,0.0009803465,-0.026243122,-0.0032534576,-0.020009123,0.012202262,-0.012001165,-0.0029087204,-0.0276508,-0.053635366,0.004230213,0.024591256,-0.0010889746,-0.05136585,0.03840947,-0.05357791,0.028857378,0.018486533,0.005411656,0.015326443,-0.011189596,-0.011778522,0.04645334,0.006226816,0.04268996,0.00070742954,0.012331538,-0.008036687,-0.048090845,0.0029482215,-0.03711671,0.010220023,0.019908575,-0.014967341,-0.0011374534,-0.04251759,0.03998952,-0.0046036784,0.007526763,-0.013480662,0.008266511,0.0019481245,-0.0020361042,0.01169952,-0.012223808,0.014522056,-0.018328529,0.030394332,-0.01733741,0.0011338623,0.011670792,0.006406367,-0.005375746,0.040391713,0.035507936,0.020296404,0.017552871,-0.011627699,0.008841073,-0.008819528,0.011642064,0.05541651,-0.0016267288,-0.018314166,0.031572185,0.0236145,0.03027942,0.007063522,0.0060041733,0.020253312,-0.00737594,0.01801252,-0.06980929,0.0024149562,-0.009350997,-0.043379433,-0.0010934634,-0.012942011,-0.0048765955,-0.007928956,0.010026108,0.024619984,0.0009282768,0.00563789,-0.005828214,-0.03364061,0.00794332,0.004668317,-0.018831272,0.010988499,0.032778766,0.006708012,-0.001113214,0.008058233,-0.03815092,-0.012647547,-0.012467996,0.023628864,-0.0015028389,0.02981977,0.011010045,-0.047142815,-0.0019337604,-0.0048801866,0.010356481,-0.004129665,0.016705392,0.0054188385,0.0021528122,0.03757636,0.064465865,0.012388994,-0.012561363,-0.0017901199,-0.016461203,0.034157716,-0.051768042,0.0010342117,-0.0011365556,-0.015312078,0.010334935,0.013344204,0.023154851,0.012633183,0.023312856,0.01042112,0.0077063134,-0.009271995,-0.01776833,-0.010543213,0.008690251,0.018069977,-0.0074046683,0.010148202,-0.016676664,-0.0037921094,0.01060067,-0.0033163002,-0.010808948,-0.0024023876,-0.021388073,0.065327704,-0.020957151,-0.021115156,-0.031112535,-0.005508614,0.014450235,-0.014414325,-0.027780075,-0.013775125,0.022781385,-0.0013080264,0.006672102,-0.039414957,0.010435483,-0.010471393,-0.010593488,0.017050128,0.025539283,0.084518075,-0.012740914,-0.007993595,-0.032434028,0.0045677684,-0.0261713,-0.025941476,0.00016563547,-0.000012498408,0.008747707,0.0024329112,-0.02421779,0.002488572,0.038380746,0.0008456835,-0.013466298,-0.012654729,-0.009307905,0.004205076,-0.034301355,0.012970738,0.00086543406,0.019089824,-0.019578202,-0.040908817,-0.022235552,-0.007182026,-0.0073615764,0.03527811,0.04223031,0.02276702,0.040678993,0.005250061,-0.0076488573,-0.002659145,0.0021510166,0.01598719,0.023427768,0.012496725,-0.0063022273,0.008783617,-0.0073903045,0.012568545,-0.004477993,0.01598719,0.027061872,-0.010830495,-0.011397875,-0.017624691,-0.021790266,0.026688408,0.00027336585,-0.0028386957,0.041282285,0.02339904,-0.01598719,0.015053526,0.019348377,-0.005932353,-0.0076488573,0.012238172,0.011326054,-0.029087204,-0.015771728,0.006952201,0.0031349543,-0.0114266025,0.034933373,-0.0035856264,0.017538507,-0.023255398,-0.03300859,0.03754763,0.009379726,0.005048964,-0.0019086233,-0.030681614,0.02421779,0.0030523608,-0.024088513,-0.014737517,0.0016123648,-0.0015450333,-0.016217014,-0.01733741,0.01641811,0.009530548,0.035622846,-0.019908575,0.05541651,-0.016619207,0.020957151,-0.00011850342,0.0013995973,0.0026609404,0.03177328,-0.016920852,0.001044087,-0.011211142,-0.040995,0.0066182367,0.0012532634,0.014328141,0.043666717,-0.00943,-0.03602504,-0.011448149,-0.01581482,0.0040183435,-0.0048694136,-0.0080079585,-0.010406755,0.0054762946,-0.0057887128,0.03708798,-0.015441355,-0.014191682,-0.030308148,0.02460562,-0.024476344,0.012827097,-0.01169952,0.017955065,-0.04648207,0.015240259,0.014967341,0.013121561,-0.013868491,0.0006809458,-0.027765712,-0.00207381,0.011922163,-0.018745087,-0.0016464794,-0.046826806,-0.0016886737,-0.012108895,-0.018500898,-0.010615034,0.02074169,-0.027607707,-0.02354268,-0.0005471806,0.009983015,0.021718446,-0.016145194,0.027219877,0.011907798,0.010816131,0.014644151,-0.01513971,0.0020720144,0.025582375,-0.011814432,-0.041253556,-0.037174165,0.020425681,0.0014462804,-0.009121172,-0.022364829,0.0004488766,-0.013035377,-0.008920076,-0.012676275,0.0019894212,0.02854137,0.013681759,-0.012001165,-0.0126044545,0.022178095,0.026056388,-0.031399816,-0.041914303,-0.022206822,0.026918232,-0.0014157568,-0.029101567,0.0013807444,-0.0014310186,0.012963557,0.0014866793,-0.03286495,0.0010135634,0.0073831226,-0.00033329087,0.025108362,0.024691803,-0.015484448,-0.0154269915,-0.036312323,-0.00094084535,0.017725239,-0.02255156,0.00086588296,0.021603534,-0.0014355073,-0.027909352,-0.015182802,-0.0358814,0.04088009,-0.0015073277,-0.021459892,-0.028771196,0.006661329,-0.026702771,0.03349697,-0.019980395,0.0042194403,-0.0066469647,-0.010464211,0.012985102,0.013925947,-0.031141263,0.014184501,0.022652108,0.024088513,0.020684233,0.010974135,0.044298735,-0.00854661,0.013940312,0.0052141505,0.013200563,-0.025165819,-0.017323045,0.028799923,0.010988499,-0.017610326,-0.029589945,-0.009860922,0.026688408,-0.037777454,-0.00418353,0.03981715,-0.012216626,-0.023413403,-0.026444219,0.0066038724,-0.015398263,-0.022752658,-0.016432475,-0.008884165,0.011469695,0.01595846,-0.014981706,0.005422429,0.0054260204,-0.002702237,-0.014471781,0.035622846,0.014579512,0.025826564,-0.059294805,-0.023844326,-0.0068301065,0.013459116,0.023039939,-0.026243122,-0.0138254,-0.0010907701,-0.054439753,-0.024375794,0.009968651,-0.055359054,0.018256709,0.00939409,-0.0076416754,-0.01492425,-0.00467909,0.011713884,-0.00009482518,-0.025912749,-0.0010153588,-0.018759452,-0.025007814,0.00066703063,0.01939147,-0.00030837822,-0.016116466,-0.00292488,-0.044758383,0.017682146,0.003499442,0.012058621,-0.007257437,-0.018170524,0.004977144,-0.024562528,0.014665697,-0.017236862,0.017653419,0.01237463,-0.01656175,0.040621538,0.018457806,0.035823945,0.016260106,0.026070753,-0.0043235794,-0.01982239,-0.008553793,0.002113311,0.006090358,0.020023488,0.0033324598,-0.022321736,0.020899694,0.01233872,-0.009990198,-0.011369146,-0.023097394,-0.021747174,0.015225895,0.0060400837,0.019520747,-0.008740525,-0.032003105,0.017825788,-0.033554424,-0.015642451,0.005519387,0.019736206,0.02293939,0.016547387,0.025941476,0.003165478,-0.02641549,-0.013832581,0.007928956,-0.0038639298,0.0018242345,0.016375018,0.033899162,-0.041713204,0.03921386,-0.034444995,-0.0037202893,-0.0016285243,0.01868763,-0.011649245,-0.018069977,0.025611103,-0.022781385,0.007013248,0.027607707,0.0100692,-0.0024831854,0.0043451255,0.030681614,-0.0064889602,0.020267677,0.021459892,0.0010207454,0.017466687,-0.00957364,0.028656282,-0.0048765955,0.020626778,-0.018630175,0.012274082,-0.026314942,-0.010844858,-0.016446838,-0.022953754,-0.02424652,0.043666717,-0.010478576,0.006449459,0.029302664,-0.0525437,0.030221963,0.01811307,0.020425681,-0.023312856,-0.0008416436,-0.06354656,0.01808434,-0.00001716953,-0.044700928,-0.0075052166,-0.005576843,-0.008769253,-0.023427768,0.008747707,0.011247052,-0.017423594,0.018371621,-0.03361188,-0.024763625],"social":"https://twitter.com/writewithhelen"},{"title":"liftoff","description":"onboarding for people interested in web3","niche":"web3","youtube_url":"https://youtube.com/watch?v=zIpClpCAU2g","youtube_transcript":"Hi, everyone. I'm Ian, and my partner and I worked on liftoff and interactive web three onboarding experience to help newbies learn about web three and blockchain. This is what we built. A fun interactive story that users can choose just choices along the way. First of all, interactive. The story takes place in space. At each stuff in the story, users can choose from three options. Each option they pick will be tied up to a final score, and at the end of the quiz, we'd give the user a personality. Our goal is for each personality to correspond to something that they can explore in webseries, whether that be NFTs, or d five or something along those lines. Are you ready to find out your results? Me, I could be the collector. This page is still under construction, but what I wanted to add is education cater to each personality on this page. We really wanted to focus on the user experience of building this app. We really wanted to make it very interactive and immersive, and we hope that we've done that. Unfortunately, we didn't get to too much of the education content, but we really wanna continue working on that after build space. Thanks so much for checking on our project.","embedding":[-0.01660278,0.010689257,-0.043116327,-0.0011265638,0.0039785295,-0.045391914,0.00860081,0.044194236,0.0016673893,0.025390727,0.0016103125,-0.041679118,-0.022082148,-0.06365647,0.015929088,0.013833156,-0.008975083,-0.052398317,-0.016228506,0.024717035,0.018264556,0.0019873932,-0.0007990743,0.014858666,-0.024312818,-0.022785783,0.00026760568,0.06221926,-0.026318926,-0.015113171,0.0007143949,-0.021782728,-0.007594013,0.01784537,-0.03841545,-0.0094541535,0.026094362,0.0020154638,0.008159166,-0.0360201,-0.041319814,-0.021737816,0.043655284,-0.0124483425,-0.032187536,0.028654393,0.0014156902,0.023264853,0.0073320214,0.01925264,-0.069644846,0.01294987,-0.0069465195,0.0043490604,-0.037666906,-0.056290764,-0.032157596,0.012687878,-0.043236095,-0.0027640113,0.013129521,0.012029156,0.043325923,0.042068362,0.0009019996,-0.028040584,-0.057847742,0.027187241,-0.029328085,-0.009723631,0.08419661,0.039762836,-0.007126171,0.016842317,0.0013997837,-0.013211861,-0.0284448,-0.019986214,-0.017800456,-0.051589884,0.006048263,0.021558164,0.0154500175,-0.0070625446,-0.02542067,-0.009416726,-0.011085987,-0.009850884,-0.029343057,-0.008248992,-0.025046395,0.013099579,-0.04934424,0.021243775,0.027232153,-0.035511088,-0.009933224,0.0019611942,0.033744518,0.012313604,0.017620806,-0.034493063,-0.020510199,-0.020031128,0.02320497,-0.030840153,0.0012903085,0.009588892,-0.03329539,-0.030480849,-0.13928969,0.048296276,-0.00568896,0.023414562,0.019851476,0.016018914,0.020450315,-0.0635367,-0.011856991,-0.053925354,-0.039313708,0.0016009557,0.038654987,-0.01721659,-0.0007153306,-0.025765,-0.027920818,-0.02986704,-0.02510628,-0.0070775156,0.050811395,0.005438197,0.030106576,-0.050661687,-0.064914025,-0.006557275,-0.06455473,0.005389541,-0.057937566,-0.02320497,-0.00006555638,-0.064794265,0.0016767462,-0.059614312,-0.015292823,-0.043505576,-0.010756626,0.059883792,-0.019791592,0.0014456321,0.040511385,-0.015854234,-0.0556021,-0.029627506,0.005404512,0.03332533,0.0073058223,0.0068342374,-0.03572068,-0.003967301,0.019611942,-0.015749438,-0.024073284,-0.035840448,-0.01991136,0.019537088,0.0048056743,-0.0005754458,-0.060931757,0.037996266,-0.035630856,-0.0043640314,-0.05006285,0.0306605,0.0016477399,-0.008181623,0.03269655,-0.06099164,-0.0051425206,-0.047218367,0.0042592348,0.03527155,-0.055063143,-0.020135924,-0.07545358,-0.0013763915,-0.010285041,-0.025705118,0.021917468,0.011355463,0.014065205,0.0698245,0.014701471,-0.0050414666,0.0104721775,-0.04108028,0.06180007,-0.017081851,0.010000593,0.028429829,0.007620212,0.029477796,0.013526252,0.009663747,0.03290614,0.0360201,0.0022082147,0.0034208614,-0.014402051,-0.032457013,0.057937566,-0.01676746,-0.004753276,-0.0008823502,-0.06569252,-0.012904957,0.0033366499,0.040002372,0.0056777317,0.018039992,0.009296958,0.070363455,0.005700188,-0.026618345,-0.0037970066,0.029926924,0.015689554,-0.036618937,0.036588997,0.016483013,0.010606917,0.004154438,-0.0024383932,0.021782728,0.008159166,-0.0114527745,0.04518232,0.008129224,0.04703872,0.02022575,0.017186647,0.048895113,0.022621103,0.02181267,0.020360488,-0.007769922,-0.025615292,-0.024208022,0.013024724,0.018039992,0.052817505,-0.0020996754,0.009267016,-0.0019144099,0.0069053494,-0.013174434,0.011669854,0.04521226,0.020165866,-0.054284655,-0.007799864,0.0010713584,-0.017006997,-0.0006217622,-0.026498577,0.021752788,0.010322468,0.005378313,-0.023639126,-0.005131292,-0.004674678,-0.014065205,-0.012964841,-0.012074069,-0.050332326,0.019058017,0.00017216589,0.029447854,-0.02685788,-0.021977352,-0.045272145,0.0240134,-0.0041619237,-0.0042929193,-0.027696254,0.05153,0.03290614,-0.03634946,-0.017096821,0.020420372,0.01438708,-0.005090122,0.008323847,0.043715168,0.0015232939,0.036109924,0.039912548,-0.042697143,-0.024043342,0.056021284,0.016947113,-0.071621016,0.0047121057,0.022351624,0.0511707,0.052548025,0.015173055,0.023474446,0.018923277,-0.00730208,-0.013735845,0.030256284,0.05042215,-0.00306343,-0.030780269,-0.05449425,0.052637853,-0.010240128,0.016048856,0.00002002949,-0.0382358,-0.024252934,-0.0027602685,-0.005161234,-0.008810403,-0.043355864,0.046829123,0.017261503,0.005891068,-0.010359895,0.03221748,-0.05257797,-0.050122734,0.008862801,-0.025480554,-0.018773569,0.0072908513,-0.024926627,0.016632723,0.0631774,-0.05638059,-0.020600025,-0.015854234,0.02904364,0.00092819874,0.012994782,0.05545239,-0.03667882,-0.017650748,-0.011392891,-0.012710335,-0.026423723,0.008720577,-0.051619828,-0.00024164045,-0.003763322,-0.015225453,-0.019177783,-0.003830691,0.015217968,-0.039403535,0.017336357,0.03946342,0.031379107,-0.00048795933,-0.019582,-0.019716738,-0.0074480465,0.009603863,-0.02181267,0.01240343,0.0007953316,-0.01815976,-0.0017974494,-0.017351327,0.0104497215,0.02386369,0.009791,-0.028190294,0.018369352,0.08180126,0.021198861,-0.004869301,-0.063476816,0.024282876,0.010756626,0.04901488,-0.017935196,-0.050002966,0.00095673715,0.036559053,-0.059973616,0.00995568,-0.0105245765,0.03299597,-0.007987001,0.0154500175,0.047308195,0.017351327,-0.054554135,0.0040346705,0.0011667982,-0.016093768,-0.014783811,0.01802502,-0.00074901525,0.018563975,-0.05224861,0.022680985,-0.014035263,0.040211964,-0.045751214,0.052368376,-0.029597564,0.018833453,-0.013219346,0.025720088,-0.03841545,0.058027394,0.06389601,-0.04503261,-0.065632634,0.030271256,-0.041619234,0.00462228,0.035421263,0.06413554,0.019971244,0.036588997,-0.0631774,-0.030570675,0.059524488,-0.002691028,0.035301495,-0.026872851,0.022666015,-0.02196238,0.022875607,-0.020674879,-0.015390134,0.019656854,0.010105389,0.014970948,0.009865855,-0.0023934802,-0.019192755,-0.04407447,-0.02763637,-0.048595697,-0.020899443,-0.019582,-0.017396241,0.0026030736,0.061859954,-0.052009072,-0.015584757,0.015569786,-0.009925738,0.037577078,-0.016677635,0.0028931357,0.044314004,-0.042427666,0.00907988,0.01562967,-0.022486363,-0.032157596,0.027262095,0.004083326,-0.011819563,0.032127652,-0.0435954,0.012650451,-0.020974297,-0.042996563,-0.014297255,0.0065909596,0.042457607,-0.0094990665,-0.036888413,-0.020031128,0.043565456,-0.01943229,0.0235493,0.020270662,0.033804398,-0.04865558,-0.025166163,-0.011782136,0.027351921,0.032516897,0.020794647,0.026812967,-0.018713685,-0.017021967,-0.061231177,0.005281002,-0.045122437,-0.024088254,0.004352803,0.061859954,-0.027217183,-0.017246531,0.05042215,-0.033924166,-0.0036472972,-0.033085793,-0.006860437,0.006272827,0.0480268,-0.013586135,-0.04233784,-0.009633805,-0.0059135244,-0.035870392,0.011250667,0.031858176,0.03476254,0.008668179,-0.005849898,-0.018099876,-0.0055654496,0.038116034,-0.00035930274,-0.0010676157,-0.0034264757,-0.024193052,-0.028699307,-0.013369056,-0.0011855119,-0.03458289,-0.0217977,0.014012807,0.0007148627,-0.031409048,0.01493352,-0.0144394785,-0.034163702,0.0076014986,-0.017995078,-0.004352803,0.024193052,0.018534033,0.032516897,-0.016483013,0.05485355,0.01627342,-0.022995375,0.004966612,0.008323847,0.039223883,-0.043954704,0.04455354,-0.0060782046,0.009596378,0.02655846,0.0041282387,-0.0014418894,0.010255099,-0.003986015,-0.029567622,-0.0057151592,0.006856694,0.028998725,0.014267313,0.0018760469,0.014716442,0.017156705,0.0124558285,0.04629017,-0.012380973,-0.02305526,0.003707181,-0.021243775,0.042757027,-0.010045506,0.0017179162,0.025001483,-0.022486363,-0.005307201,-0.030690443,-0.037696846,-0.020480257,0.009738602,-0.026648287,0.021408455,-0.017905254,-0.0006339261,0.020180838,0.010614402,-0.047427963,-0.019716738,-0.0023017833,0.006856694,0.004521226,-0.009341871,0.010606917,-0.010112875,0.008832859,-0.013810699,-0.0006414115,-0.02130366,-0.03365469,-0.043745108,0.01319689,-0.026783025,-0.027426776,0.0046110516,0.013937952,-0.0062952833,0.0065947026,0.011385405,-0.0032262392,-0.02875919,0.0036136124,-0.014551761,-0.009027481,0.016078798,0.029971838,-0.0015373292,-0.022306712,-0.044284064,0.0070064035,0.02116892,0.040211964,-0.0011434061,-0.029313115,-0.009109821,0.02131863,0.020959327,-0.0074443035,0.018534033,0.002376638,0.02039043,-0.014776325,-0.032786377,-0.013930467,0.051589884,-0.021408455,0.019058017,-0.007283366,0.008922685,-0.002346696,0.003671625,0.022216886,-0.0012482028,-0.022546247,0.043984644,0.003621098,-0.028070526,-0.016527927,-0.014147545,0.056200936,-0.000791121,0.028579539,-0.010165273,-0.055691924,-0.014282284,0.009858369,0.027666312,-0.012351031,0.026693199,-0.00062737626,-0.03428347,-0.014334682,0.03236719,-0.025989564,0.006014578,0.009783514,0.018249584,-0.016003942,-0.0030690443,0.0047383048,-0.023639126,0.016018914,-0.01357865,-0.01580932,-0.047547728,-0.008256477,0.03353492,0.014379595,-0.029747274,-0.015360192,-0.003342264,0.012657936,-0.009925738,0.028519655,-0.0013988479,0.03233725,-0.022621103,-0.0035125585,0.023085201,0.011886932,0.021243775,-0.013039695,-0.009641291,-0.010165273,0.017815428,0.017770514,-0.05461402,-0.01612371,0.0047345622,-0.03143899,-0.008189108,-0.008189108,-0.03299597,-0.011123414,0.025630262,0.050781455,0.012313604,-0.03778667,-0.011153356,-0.018279526,0.018204672,-0.023938546,0.018893335,-0.025001483,-0.049823314,-0.020614995,0.016303362,-0.038295683,0.011662368,-0.018114846,-0.03335527,-0.00014432929,-0.021124007,0.0056215907,-0.0011536987,-0.02780105,0.0058424124,0.02467212,0.013997836,-0.005988379,-0.0039897575,0.0027415548,0.043984644,-0.0448829,-0.030989861,-0.020046098,-0.021677932,-0.019072987,0.010300012,0.02953768,0.045242205,-0.006104404,0.007167341,0.009311929,0.05766809,-0.029432883,-0.007197283,-0.007287109,0.015202997,-0.020195808,0.008750519,-0.024252934,0.014394566,-0.013024724,-0.011003646,0.021692904,0.02321994,0.055572156,0.015689554,-0.027935788,0.024687093,-0.006568503,0.017006997,0.028474743,0.015524873,0.032187536,-0.018773569,0.0173663,0.011722252,0.014873637,-0.028025614,0.04868552,-0.04143958,0.0005894811,0.0014896092,0.01580932,-0.011078501,0.0124558285,0.015929088,0.0104347505,-0.056949485,0.022890579,-0.020420372,0.017770514,-0.010000593,-0.013548708,-0.03667882,-0.014738898,-0.0075865276,0.004382745,-0.04943407,0.018908307,0.03503202,-0.0094691245,-0.063476816,-0.05182942,-0.006029549,-0.021977352,-0.021034181,-0.004311633,0.021079095,-0.008286419,0.0021539452,-0.020495227,0.018863395,-0.014559247,0.013062152,-0.020585053,0.0029081067,-0.019851476,-0.007429333,-0.013301687,0.008353788,-0.009034967,-0.05353611,0.00470462,-0.050691627,0.025405698,-0.040511385,-0.049703546,-0.0060108355,0.026962677,0.016153652,-0.00470462,0.000346671,0.002473949,0.022306712,0.010883879,0.009588892,0.025944652,-0.011370434,0.021902496,0.021498282,0.012627995,0.009858369,0.00940924,0.00030713834,-0.033145677,0.0186538,-0.005037724,0.014020292,0.04850587,0.02432779,0.02450744,0.0019059888,0.014184973,0.008436129,-0.01660278,-0.035840448,0.037996266,-0.0035892846,-0.00045029804,0.0074929595,0.010606917,-0.022022264,-0.0022942978,-0.0077324943,-0.030465879,0.023788836,-0.018578947,-0.023010347,0.013758301,-0.029118493,-0.007369449,-0.008181623,0.038654987,0.03365469,-0.01357865,0.007354478,-0.014701471,-0.004524969,-0.0014400181,0.020016156,-0.040960513,0.014274798,0.010367381,0.024732005,0.01580932,0.008975083,-0.00604452,0.0021801442,-0.013488824,0.0062503708,-0.0077250088,0.013623563,-0.0012678521,-0.0027602685,-0.04108028,-0.021767758,0.02402837,-0.00226997,-0.020405402,0.02922329,0.0060407775,-0.022695957,0.015914118,-0.010262584,0.0013969765,0.004708363,0.028190294,-0.016662665,0.013997836,0.018114846,0.025630262,0.0011565057,0.005505566,-0.053476226,0.00053287216,-0.0154500175,0.0027490403,-0.007287109,0.003630455,0.027681282,-0.020165866,0.030106576,0.03443318,-0.024237964,-0.018429236,0.018444207,0.012665422,-0.0020659908,-0.01547996,0.015150599,-0.008039399,0.027262095,-0.0008879643,0.012650451,0.001795578,0.0073769344,-0.00047532757,0.008638237,-0.017261503,-0.025989564,-0.0032580525,0.019836506,0.01327923,-0.008241506,-0.025345813,-0.025375756,-0.025031425,0.023669068,0.0067481548,-0.03161864,0.01941732,0.01908796,0.024851773,-0.024702063,-0.0031981687,0.03233725,0.035451204,-0.0029773472,-0.010404808,0.0062316568,0.01628839,0.04314627,0.04281691,0.02071979,-0.00039251952,0.031528816,-0.013900525,-0.01357865,-0.016078798,-0.0051836907,-0.019147841,-0.0104572065,-0.0022942978,0.037906438,-0.018608889,0.05311692,0.04521226,0.037696846,0.013002268,0.017980108,0.045721274,0.0004743919,0.03886458,-0.026483607,0.0036267121,0.050272442,0.019716738,-0.027920818,-0.013840641,-0.00046971347,-0.0031682267,0.021902496,0.022396538,-0.015030831,-0.0134364255,-0.047008775,-0.011804592,0.0056103626,0.011797107,-0.025525466,-0.018773569,-0.076531485,-0.020016156,0.012141438,0.00023836555,-0.0007569685,0.010891364,-0.0073881624,0.038116034,0.0003010564,-0.028010642,-0.004315376,-0.011767165,-0.00025263475,-0.011362949,0.0105096055,0.035990156,0.0025824883,-0.0012706592,-0.013017239,-0.017111793,-0.009229589,-0.032127652,0.008256477,0.020734763,-0.009214618,0.011782136,-0.014110118,-0.0022924263,-0.02320497,0.026603375,-0.008735548,-0.0024440072,-0.007096229,-0.03410382,0.021932438,-0.0053708274,0.0053034583,-0.004495027,0.037217777,0.0009450411,0.003052202,0.033115737,-0.0022287997,-0.037547138,0.025570378,0.004693392,0.029926924,0.007874719,-0.024687093,-0.0058424124,-0.027277067,0.048296276,0.01240343,0.015584757,0.0144394785,0.003327293,0.022261798,0.023564272,0.00458111,0.0013904268,-0.0015167441,0.0028107953,-0.0008191915,-0.068327405,0.0012613024,0.004925442,-0.042098306,0.027995672,-0.0026274014,0.0073507354,-0.03146893,0.0045287115,0.038445394,0.032457013,-0.022471393,0.019132871,-0.018054962,-0.0032056542,0.019522116,0.012373488,-0.016647695,0.007653897,0.03605004,0.018294498,0.006385109,0.0017169806,0.0018301983,-0.024477499,0.003215011,-0.006744412,0.0071748267,0.0064936485,-0.020974297,-0.0019331236,0.01973171,-0.0068791504,0.025824884,0.026842909,-0.013870583,-0.0072908513,0.036409345,0.025570378,-0.012815131,0.026109332,-0.0050302385,-0.034073878,0.029612534,-0.00004210579,0.025091307,0.0154350465,-0.009005025,-0.0048580724,0.000764454,-0.00031509166,0.01801005,-0.00017754608,-0.009880825,0.03257678,-0.01721659,-0.02196238,0.018309468,0.008121739,-0.026768055,0.018953219,-0.027890876,0.0068080383,0.004427658,0.019522116,0.012418401,-0.0012846944,0.010135331,-0.04200848,0.030420965,-0.009746087,-0.06209949,-0.02277081,-0.024297848,0.0050863796,-0.008997539,-0.0015672711,-0.013047181,0.0104946345,0.00004441576,0.010636859,-0.0014559247,0.011198269,0.007470503,0.005277259,0.009117307,0.04314627,0.1027007,-0.002691028,-0.014132574,-0.009222103,0.0315887,-0.017965138,-0.015068259,0.020749733,-0.013286716,-0.0052997153,-0.015375163,-0.02558535,0.026753083,0.01880351,0.013586135,-0.0048580724,-0.01881848,-0.008286419,0.031319223,-0.004465085,0.0050976076,0.045930866,0.024058312,-0.021019211,-0.030256284,-0.023579242,0.02811544,-0.022516305,0.007912146,0.035870392,0.021528224,-0.03224742,0.004536197,0.03176835,0.03254684,0.005037724,-0.00821905,0.0063701384,0.04170906,-0.019043045,0.00071720197,-0.02845977,0.0010694871,-0.029253231,-0.002524476,-0.010067962,-0.01058446,-0.0017272731,0.0035892846,-0.023070231,-0.008510984,0.014911064,0.005973408,0.02351936,0.016408158,-0.029358028,0.0024309077,0.047338136,0.02100424,0.00078924967,-0.020644937,0.018773569,-0.030226342,0.016662665,-0.019522116,-0.004798189,0.012163895,0.02938797,-0.009169705,0.008510984,-0.012755248,0.008376245,0.0018058706,-0.010996161,0.022830695,-0.008653208,0.0013258646,0.014312226,0.018863395,-0.016497985,-0.008975083,0.0015158084,0.028983755,-0.006995175,-0.03700818,-0.009034967,-0.0010610659,0.01973171,-0.027905846,0.051230583,-0.039613128,0.0021314886,0.031079687,0.046050634,0.0008332268,-0.0046859067,-0.037547138,-0.015120657,0.004094554,-0.022815725,0.0016645823,0.021677932,0.0062840553,-0.011789621,-0.008840345,-0.014716442,-0.03697824,-0.019926332,0.01754595,0.009768544,-0.0027509115,0.02085453,0.01925264,-0.026887821,0.02146834,0.017021967,-0.01705191,-0.026678229,0.023339707,-0.043535516,0.017800456,0.0053408854,-0.027935788,-0.00034363003,0.010779082,-0.005475624,-0.0021464597,-0.010329953,0.01580932,-0.0043752594,0.010562004,0.00079392805,0.011407862,-0.0040196995,-0.036708765,0.005973408,-0.015053288,-0.028145382,-0.01941732,0.03539132,-0.0002587167,-0.0028819074,0.0011649269,-0.026333896,0.0093269,-0.0031345421,0.035660796,-0.024133168,-0.011602485,-0.0024645922,-0.005846155,-0.018578947,0.05638059,0.015307794,0.020120954,-0.013137006,-0.0035686996,0.04108028,-0.008758005,-0.0013268002,-0.0045586536,-0.024282876,-0.010202701,-0.025510496,0.03679859,0.026753083,-0.0018002564,-0.0052548028,-0.023639126,0.0035874133,-0.017111793,-0.053146865,-0.01612371,-0.00021742962,0.058716055,-0.0032879943,-0.002565646,0.039253823,-0.00955895,0.010344924,-0.025645234,-0.020614995,-0.0045885956,-0.020899443,0.0059696655,0.033475038,-0.023968488,-0.020016156,-0.024732005,-0.02022575,-0.0016992026,-0.007552843,-0.017575892,-0.0043228613,0.041619234,0.011946816,-0.05182942,-0.009581407,-0.012328575,0.049823314,-0.009791,-0.005150006,-0.01390801,0.0014914806,-0.010794053,0.038565163,-0.034792483,0.0013118293,0.017171677,-0.019162813,-0.0026105589,-0.011205754,0.0021202604,-0.0028819074,0.034373295,0.020360488,0.010217671,0.022082148,0.03572068,-0.009970651,0.023070231,-0.013810699,-0.0025263473,-0.026932735,0.0005057373,0.025944652,0.008922685,-0.017650748,-0.011243181,-0.0213336,0.015614699,-0.0033890482,-0.015734466,0.046859067,-0.011557572,-0.0018199058,-0.05434454,-0.010809024,0.019716738,-0.015232939,0.011572543,-0.006546047,-0.029253231,0.035840448,0.0042180647,0.02229174,0.007107457,0.005090122,0.012725306,0.0017469225,0.013331628,0.013563679,-0.030391024,-0.009858369,0.0008065598,0.008713092,-0.018519063,0.0018854038,-0.012657936,-0.0010779082,-0.032277364,-0.011707281,0.041768942,0.022920521,0.005404512,0.013376541,0.009019996,-0.019866448,0.00120329,0.027351921,0.012568111,-0.04093057,-0.0036884672,0.000012748697,0.003276766,0.012732791,-0.002829509,-0.0075565856,0.0025712603,-0.025660204,-0.017396241,0.023474446,-0.020585053,0.0026180444,-0.0043453174,-0.010741655,-0.00053614704,0.006815524,0.026932735,0.00038643758,0.01225372,0.013997836,0.0036641394,0.047966916,0.028235206,0.029178377,-0.0053184293,0.023175027,0.0144170225,-0.013249288,-0.014199944,-0.009978137,0.026648287,0.006613416,0.017291445,0.0035294008,0.03631952,0.008698121,-0.040391617,0.0015682067,0.013608592,-0.022651043,0.012261206,0.012897471,0.024851773,-0.00506018,0.0057226447,0.018788539,-0.016348274,0.0065909596,0.01271782,-0.0016009557,0.037547138,0.029642476,0.011707281,0.024477499,0.058057334,0.00070971646,0.008578353,0.024732005,0.03143899,0.008159166,0.046379995,-0.008660693,0.01175968,0.009356842,-0.018983161,0.019971244,0.019297551,-0.005078894,-0.037577078,0.013541223,0.0094616385,0.03016646,-0.015405105,0.029582592,0.011864476,0.010247613,0.00072281604,0.007197283,0.02070482,0.07569311,0.008368759,0.039553244,-0.020300604,0.016722549,0.017006997,0.0033890482,-0.040361676,0.008256477,-0.045691334,-0.032816317,-0.006845466,0.0018133561,-0.042038422,0.018534033,-0.038894523,-0.001920024,0.011602485,-0.024402644,0.018429236,-0.025495524,0.027741166,-0.03125934,-0.032187536,-0.06323728,0.0026086876,-0.034702655,-0.006886636,-0.015674582,0.0017235304,-0.005393284,0.02196238,-0.011976758,0.015360192,0.022067176,0.004270463,0.008353788,0.000093626906],"social":"https://twitter.com/liftoff_quest"},{"title":"dreamwalks","description":"chat with statues, learn their stories","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=4xtFRgWe1ug","youtube_transcript":"Hi. My name is Pedro Cruz, and I build DreamWorks. It's an application where you can chat with statues to learn their stories. So when I was growing up, I hated history class and I found reading the books very dope. So the goal of DreamWorks is to make history a lot more engaging, interactive for students, but not only students, this could also work with museums, tourists, around the world. Let me show you. In Old San Juan Puerto Rico, right behind the capital building, we can see El Paso de los Puyendeses. Or the walkway of the president. Let's go inside of DreamWorks, go to the map, and pick a statue. So here is Harry S. Truman. Let's watch his video. Hello. I'm Harry S. Truman, the 33rd president of the United States. Page. So I was able to clone his voice based on historical videos, for example, speeches, all of that is on YouTube. So from there, we can enter a name and start the chat. You can ask Harry anything. You can ask him what his political views were at the time, what were his biggest lessons, what was his favorite food, And that's DreamBox. No more boring classes, no more dusty textbooks. DreamBox is going to allow people to learn about history in a very fun way. Thanks for watching.","embedding":[0.005754555,-0.01856308,-0.027501918,0.029786605,0.020776372,-0.018848667,-0.012415846,0.07608008,-0.04500833,0.010231114,-0.0050013224,-0.0044337204,-0.020976283,-0.010530978,-0.0030593385,-0.024588943,-0.048806626,-0.009824154,-0.00044533546,0.0016251621,0.017949073,0.023974933,-0.014250735,-0.001505573,0.036412198,0.0061900737,-0.035241295,0.039896347,-0.010866542,0.007982125,-0.015221727,-0.035298415,0.013008436,0.0056081926,0.030072192,-0.017449297,-0.0034770078,0.015393078,0.027658992,0.014978979,0.04563662,-0.033042286,-0.0057831137,0.025160115,-0.014593438,0.020290876,-0.056288976,0.02527435,0.014821907,0.041267157,-0.044351485,0.06368565,0.010273952,0.027087819,0.0022775473,-0.040753104,-0.0045586643,-0.03070048,-0.054661136,-0.0025988314,0.05274771,0.025602773,-0.0004538138,0.04769284,0.005733136,0.0109379385,-0.07470927,0.018705875,-0.05514663,0.019676866,0.00068808347,0.0404104,-0.015478754,-0.027901739,-0.021675967,-0.0007112873,-0.018320333,0.027430523,-0.001251223,-0.036212288,-0.03555544,-0.008667531,-0.0147362305,0.03918238,-0.024974484,0.010038343,0.017906234,0.011830394,0.0448941,-0.0038090015,-0.01577862,-0.002970093,-0.036069494,0.023517996,0.062086366,-0.008988815,0.0024756724,0.0043480447,0.04609356,-0.02950102,0.009652803,-0.011587647,-0.018134702,-0.023375204,0.027801784,0.016478304,0.027587594,-0.027459081,-0.05149113,0.030557688,-0.14496338,-0.022704076,-0.033499222,-0.02240421,-0.026559485,-0.008910279,-0.017106593,-0.048463922,-0.0059544654,0.006382844,-0.029415345,-0.026588045,0.0145506,-0.00076304976,0.00011646549,-0.0375831,-0.04500833,0.014172198,-0.00747521,-0.022332815,-0.052119423,-0.01839173,0.015607268,-0.026645161,0.0024703178,-0.0072610206,-0.037497424,0.009966947,0.017891955,0.010738028,0.028787056,0.0016626453,-0.025588494,0.015921412,-0.028415794,-0.012772828,-0.0013360063,0.020090966,-0.01516461,0.0057367063,0.051376898,0.041152924,0.021590292,-0.028572867,-0.04101013,-0.011601926,0.051862393,-0.0027791075,-0.025360025,0.057031497,-0.0019723275,0.011223525,-0.00024430978,-0.020676417,-0.023803582,0.030386336,0.03415607,-0.00626504,-0.041781213,0.006486369,-0.028515749,0.00970278,0.018491685,0.04652194,0.02121903,-0.0061686547,-0.030729039,-0.017806279,-0.004183833,-0.05354735,-0.008396224,0.026031151,-0.044351485,-0.053433117,0.0005439518,-0.0002922793,-0.029615255,-0.028744217,0.012458684,0.005786684,-0.017520692,0.031642914,0.020319434,0.034698684,-0.015435916,-0.013515351,0.049977526,-0.022190021,0.031100301,-0.025360025,-0.0069861445,0.010252533,-0.028858451,-0.032271203,0.0062935986,-0.0042944974,0.03115742,0.055946272,-0.027758947,-0.014136501,0.06100114,-0.039953463,0.013301162,0.0030165007,-0.032214087,-0.012016025,-0.04203824,0.024703177,-0.022561284,0.0026559485,-0.05597483,0.07453791,-0.00022389485,-0.034470215,-0.017277945,0.01859164,-0.0059651746,-0.040667426,0.007375255,0.06471376,0.008182035,0.024003493,-0.007107518,-0.032870933,0.00030611234,-0.040153373,0.0025006612,-0.017634928,0.049235005,0.035869583,-0.0031985617,0.0055689244,0.03249967,0.0003565361,0.044351485,0.02003385,-0.008560437,-0.09190153,0.08230585,0.026173946,0.04989185,0.01900574,0.014115081,0.020590741,-0.03070048,-0.024774574,-0.052005187,-0.01957691,0.03823995,0.009752758,0.03229976,-0.01961975,-0.012301612,-0.011030754,-0.019462677,-0.042980675,-0.027573315,-0.02081921,-0.013486792,0.010473861,-0.015692944,-0.0020437238,-0.0072074733,0.016935242,-0.028415794,-0.018663036,-0.006036571,0.029615255,-0.011187826,0.009759897,-0.0039625037,-0.028672822,0.011480552,0.023103897,-0.050205994,0.056317534,0.0011209245,0.024588943,-0.034041837,0.013772379,-0.024403313,-0.027416244,-0.026816513,-0.0101954155,0.016592538,0.055517893,0.0002572504,-0.025688449,0.00646852,0.035241295,0.011644764,-0.046693288,0.07767936,0.01614988,-0.0113448985,0.06614169,0.05257636,-0.013365419,0.03941085,-0.0011530529,-0.038297065,0.032214087,0.032442555,-0.05640321,0.011580507,-0.048749506,0.057259966,-0.022418492,0.008781766,0.01576434,-0.00014993257,-0.041295715,-0.026145386,-0.009017373,-0.047435813,-0.062143486,0.045379594,0.0139651485,0.049349237,-0.038725443,0.0412386,-0.03638364,-0.03752598,-0.009931249,0.018962901,-0.014486344,0.010859403,0.021533174,0.02163313,0.03361346,-0.03195706,-0.000534581,-0.059116274,-0.04709311,0.01333686,-0.00786789,0.026016872,-0.012094562,-0.01596425,-0.015792899,-0.011680462,0.01516461,0.013386837,-0.012465823,0.022004392,0.012173098,-0.0049227863,0.0007130722,-0.003494857,0.003189637,0.00786789,0.0165497,0.014279294,0.017435018,-0.011587647,0.001577862,-0.039924905,0.013808076,0.050291672,-0.023617951,-0.006711268,-0.019748263,0.0347558,0.017078035,0.0019294895,-0.0016903114,0.021733085,0.019119974,-0.015007538,0.04706455,0.017663486,0.012572918,0.012908481,-0.06534205,-0.019705424,0.012315891,0.067398265,-0.00077465165,0.018263217,-0.0155073125,0.077736475,-0.04266653,0.046150677,-0.020862048,-0.0056938683,-0.006040141,0.02911548,0.058259517,-0.0074323723,0.0117232995,0.0021151204,-0.010638074,-0.030671922,-0.01639263,0.029158317,0.010295371,-0.049063653,-0.051205546,0.05534654,0.004276648,0.014322131,-0.03781157,0.039210938,-0.020519344,0.01961975,0.007639422,-0.020876328,-0.0094957305,0.033841927,0.020662138,-0.024089169,0.015664386,0.020447949,0.00788217,0.022932544,0.086418286,0.01394373,0.013386837,0.025717007,-0.025831241,0.018891506,-0.028672822,0.038325623,0.007032552,-0.01777772,0.019476956,-0.021090517,0.021718806,0.043009233,-0.0000030573585,-0.038725443,0.041524187,-0.013401117,0.006325727,-0.052433565,-0.0039482247,0.026773674,-0.019262766,-0.01535024,-0.029586695,0.053433117,-0.012565779,-0.020776372,0.044779863,0.046750408,-0.03189994,0.015635826,-0.007967846,-0.02060502,0.0055689244,0.019876776,0.036554992,-0.03795436,0.0010156147,0.019148532,-0.030757599,-0.010188276,0.015478754,0.010388186,-0.014093663,0.011837535,0.015678665,0.0059973034,-0.011216385,-0.016935242,-0.040695988,0.009517149,-0.002648809,-0.00035073515,-0.03918238,0.017035197,0.025588494,-0.042295266,0.06722692,0.026530927,-0.0026220353,-0.05917339,-0.016121322,0.0027808924,0.051434014,-0.015635826,0.0069861445,-0.000089134024,-0.016649656,-0.036069494,-0.0291012,0.014157919,-0.03918238,0.016863845,-0.024160564,0.03752598,0.004683608,-0.020562183,0.022704076,-0.008831743,0.03901103,-0.044751305,-0.00028692457,0.0384113,0.020862048,-0.031728588,-0.031100301,-0.04929212,0.055260867,0.017692044,-0.00019689807,0.025417142,-0.011173547,0.007560886,-0.057574112,-0.0005479679,0.005940186,-0.023289528,-0.002040154,0.029229714,0.01636407,-0.03741175,-0.014086523,-0.010338209,0.013286882,-0.039068148,-0.01030251,0.02526007,0.035612557,-0.021119075,-0.010880821,-0.037868686,-0.0339276,0.0052619195,0.031385887,0.000616687,0.034213185,0.036212288,0.024217682,0.016264115,0.040924456,-0.0027791075,0.0025274348,-0.000045905697,0.00272913,-0.0061936434,-0.038925353,0.0064970786,-0.010109739,0.035469763,0.01233017,-0.035326973,-0.009995505,0.021476056,0.018720154,0.0010441734,0.017606368,0.003912526,0.042409502,0.014978979,0.0013315441,0.016578259,0.009431473,0.009174446,0.02565989,-0.061743665,-0.035241295,-0.017720602,-0.036897693,0.028244443,-0.010359627,0.016221277,0.01455774,-0.050006084,0.0061329566,-0.01757781,-0.03835418,0.022489887,0.007560886,-0.01374382,-0.033442106,-0.008017823,-0.027973136,-0.028458633,0.019519795,0.002788032,0.015664386,0.010002645,0.0055867736,0.028230162,-0.037640218,0.017492134,-0.027159216,-0.023403762,0.018234657,-0.014336411,-0.013522491,-0.0025774124,-0.026759395,0.02240421,-0.0045443852,-0.022461329,-0.0015921412,0.021947274,-0.01639263,-0.02363223,-0.019119974,0.0023971363,0.0017349342,-0.012837085,0.004890658,-0.045779414,-0.02283259,0.06459952,-0.008667531,-0.012016025,-0.014614857,0.017135153,0.028330117,-0.021233309,0.024417592,-0.016435467,0.007696539,-0.06025862,0.036069494,-0.019305605,0.030614804,0.007214613,0.020662138,-0.010038343,0.021590292,0.0048156916,-0.0045550945,-0.008574716,-0.0028380095,0.0010968283,0.00262739,-0.024988763,0.014079384,0.041666977,0.038468417,-0.03272814,0.0048835184,0.0034377398,-0.029144038,-0.036840577,-0.0071574957,0.031414445,-0.001151268,-0.003091467,-0.017520692,-0.05134834,-0.042352386,-0.006047281,0.010173997,-0.02040511,0.027302008,-0.010816565,-0.02060502,-0.021276148,0.0102096945,0.015107492,0.029415345,0.008753207,0.012580058,-0.037268955,-0.018220378,0.037097603,0.0017670626,-0.021176193,-0.02927255,0.017492134,-0.0029950817,0.039525084,-0.0028862022,-0.0009897335,0.00074341573,-0.042495176,0.03878256,0.027459081,-0.011480552,-0.00032396146,-0.003494857,-0.010124019,-0.0021972263,-0.036897693,0.026188225,-0.006204353,0.028644262,0.044779863,-0.010738028,-0.00485496,0.027187774,0.0016724622,-0.08761775,-0.025602773,-0.05400429,-0.046750408,-0.0026648731,0.014093663,-0.042152476,-0.03032922,-0.011480552,0.034070395,0.022589842,0.020076687,-0.017135153,-0.009881271,-0.014500623,0.014707672,0.02183304,-0.025131557,0.030986067,0.006286459,0.013322581,-0.006140096,0.0030254254,0.041067246,-0.021733085,-0.018348891,-0.02830156,-0.047035992,-0.035412647,-0.039496526,0.02705926,-0.016521143,0.025959756,0.013858054,-0.022318536,-0.009410054,-0.02950102,-0.046207793,0.040781662,0.0071610655,-0.02808737,-0.030214984,0.021533174,0.0011485907,0.022661239,0.009167306,-0.03372769,0.03272814,-0.01495042,-0.028258722,-0.022932544,0.008881721,0.014529181,-0.05311897,0.016635377,-0.029443903,0.012422985,0.017706323,0.028672822,-0.026588045,-0.022718355,0.03150012,0.013836635,-0.003980353,-0.0061151073,0.0056260414,0.0117090205,0.010466722,-0.013915172,0.013465374,-0.036726344,-0.02690219,-0.026530927,-0.022361374,-0.005740276,0.044151574,-0.010295371,0.046007883,-0.005833091,0.03361346,-0.0008326613,-0.0033592037,0.0041302857,0.027259171,-0.0063400064,-0.014157919,-0.030186426,0.012508661,-0.0011887512,-0.0007514478,-0.00990269,0.014479203,0.0019330593,0.0110093355,-0.012879923,0.0059330463,0.01556443,0.024760295,-0.063457176,-0.053061854,0.01091652,-0.029201156,-0.008617554,0.01011688,0.012915621,0.013429675,0.020390831,-0.03472724,-0.01314409,-0.03335643,-0.0032289051,-0.027573315,0.006086549,-0.00808922,-0.024603223,-0.019534074,-0.0031128859,-0.018577361,-0.008431923,-0.015821457,-0.007896449,-0.043551844,-0.014429226,-0.0036233708,-0.02281831,0.06162943,-0.011601926,-0.012137399,-0.03381337,0.007353836,-0.0117375795,-0.0019544782,-0.031728588,-0.028587146,-0.027858902,-0.0047942726,0.03032922,-0.022332815,-0.0018812969,-0.020962004,0.02363223,-0.0067576757,-0.022489887,-0.014079384,-0.02121903,-0.008503319,-0.01619272,0.030529128,-0.018034747,-0.036126614,0.0032021315,-0.0042730784,0.0023632231,0.023360925,-0.049006537,-0.0017251171,0.026502369,-0.0339276,-0.028173046,0.022532726,0.009938388,-0.012772828,-0.0062579005,0.010759448,0.015364519,-0.03375625,0.006786234,-0.0018777271,-0.03938229,0.025702728,0.0014225746,-0.027316289,-0.029586695,0.014379248,0.041381393,0.015007538,0.03661211,-0.046693288,0.025388584,0.021133354,0.00020102567,0.003741175,-0.0073252777,0.05434699,0.008574716,-0.00626861,0.016606819,0.004287358,0.02384642,-0.027658992,-0.016506864,0.004219531,-0.0075323274,-0.022075787,-0.033270754,-0.013151229,0.018991461,-0.0057509854,-0.01435069,0.028758496,-0.026002593,-0.024560384,-0.0019223499,-0.00072467414,0.012751409,0.01856308,0.002952244,-0.0012753194,0.019476956,0.003655499,0.019519795,0.026345296,-0.00056492456,0.020776372,0.03209985,-0.008067801,0.010273952,-0.031871382,0.014522041,0.037982922,-0.03861121,-0.016092764,0.0021008411,-0.066598624,0.01432927,0.0299294,0.026016872,-0.036726344,0.0021401092,0.013151229,0.012080282,0.019691145,-0.00021798234,0.0226184,0.007932147,0.04243806,0.007732237,0.006086549,-0.013465374,0.029529579,0.004380173,0.018648757,-0.003621586,-0.034098953,0.011994607,0.019562632,-0.035269856,0.007860751,0.015592989,0.017220829,0.009652803,-0.022575563,0.035669673,0.018520243,-0.019448398,-0.018820109,-0.003211056,0.006836212,-0.0010414959,-0.0084819,0.018634478,-0.014664834,-0.002243634,-0.0045086867,-0.035841025,-0.016249835,-0.03115742,0.02830156,-0.013950869,0.005786684,0.011287781,-0.009974087,0.03692625,0.033270754,0.03412751,0.04932068,-0.0020098106,0.041781213,0.0040767384,0.014543461,0.07059683,-0.018934343,0.010481002,0.0444086,0.010081181,-0.013022715,-0.0019027159,-0.020062407,-0.0042159613,0.015493033,-0.01414364,-0.02670228,-0.040296167,-0.00363408,0.04715023,0.0036287254,0.0013663499,-0.0002411862,-0.026588045,0.00044332744,-0.006550626,0.032642465,-0.008146337,0.020447949,-0.032271203,-0.0013725971,-0.010666632,0.017749162,0.017606368,0.0055260863,0.020062407,0.028015973,-0.02990084,0.018934343,0.009588545,-0.021033399,-0.02264696,-0.0226184,-0.006743396,-0.0585451,0.0040303306,0.007189624,-0.042495176,0.0043623243,-0.0286871,0.019162811,0.009402915,0.008496179,-0.007917868,-0.02284687,0.018648757,0.019148532,-0.0058616498,-0.009352937,0.016521143,0.0055260863,0.0339276,-0.036526434,-0.0034216756,-0.035298415,0.00076840445,0.010352488,-0.015393078,0.030414894,0.015064655,-0.008253432,0.016021367,0.00545826,-0.0014395312,0.02424624,0.01980538,-0.0036073064,-0.015635826,0.0049442053,0.010538119,0.02363223,-0.021204751,0.002568488,-0.027159216,0.02326097,0.033242196,-0.02181876,-0.0016323017,-0.007496629,-0.021447498,0.02163313,-0.02484597,0.0039946325,-0.023332365,0.009888411,0.055917714,0.0056653097,-0.026845071,-0.0027844622,-0.03855409,0.030414894,0.008824604,0.0064149727,-0.046893198,-0.02685935,0.03915382,0.012380147,0.027601874,0.0063721347,-0.0037268957,-0.016949521,-0.01877727,0.016878124,-0.019434119,-0.027787505,0.005194093,-0.005733136,-0.0049013672,-0.021304706,-0.024103448,-0.060315736,0.0005528764,-0.006175794,-0.0025952617,-0.004744295,-0.012101701,-0.0035127061,0.015493033,-0.011244943,0.032413997,-0.019962452,0.017506413,0.022489887,-0.0015617977,0.0048942277,0.024546105,0.02648809,0.0050227414,0.011901791,0.0034020417,0.012630035,0.0023275248,0.02543142,-0.03127165,-0.0029772327,-0.002909406,0.01573578,0.032042734,-0.029815165,0.028415794,0.017763441,0.027373405,0.0010182922,-0.0051691043,-0.027359126,-0.017649207,-0.0155215915,-0.032756697,-0.022775473,-0.014107942,0.012472963,0.013079832,-0.024903087,0.006218632,-0.025502818,-0.012787107,0.01253008,-0.040924456,-0.02023376,-0.012615756,-0.0039517945,0.0023775024,0.016535422,0.067398265,0.01152339,0.002241849,-0.012865643,0.022304256,-0.00485496,-0.00089468696,-0.027016424,-0.015250285,0.014650555,-0.017206548,-0.040867336,-0.03609805,-0.002200796,0.010973637,-0.0070682503,-0.016449746,-0.021376101,0.009731338,-0.016663935,-0.0010771942,0.012594337,-0.006672,-0.012665734,-0.054289874,0.004287358,0.019562632,-0.024503268,0.024874529,-0.00056046224,0.010438164,-0.0542042,-0.0013868763,0.026388135,-0.018477406,0.010987916,-0.018334612,0.009974087,-0.012315891,-0.017249387,-0.0136010265,-0.0037268957,0.008374806,-0.021333264,0.004116006,0.009759897,-0.009738478,-0.023103897,-0.018248936,-0.013029856,-0.024788853,0.018234657,0.019976731,0.041895445,-0.018577361,-0.038725443,-0.010773727,0.0347558,0.01980538,0.009267261,-0.0051583946,0.012415846,-0.022004392,-0.0056117624,0.021775922,-0.026573764,0.015207447,-0.018334612,0.0020151653,0.05174816,0.016935242,0.0025113707,0.022489887,-0.0045372453,0.04566518,0.0021543885,0.019462677,0.013836635,0.0044158716,0.03012931,-0.053033296,0.01900574,0.005479679,-0.016206998,-0.014586298,0.011187826,0.0052833385,0.009231563,0.0136010265,0.0034698683,0.031871382,-0.024474708,0.05860222,0.010081181,-0.01193749,0.018505964,-0.011451993,-0.013458234,0.0070646806,-0.01191607,-0.011559088,0.025231512,-0.013022715,0.02100484,-0.00544755,-0.040039137,-0.02384642,-0.0016099904,-0.030015076,0.0026416692,-0.03381337,0.007960706,-0.012765688,0.021775922,0.03170003,-0.032071292,-0.025360025,-0.01902002,-0.019434119,-0.058059607,0.019605469,0.012237354,-0.028472912,0.015207447,-0.0048620994,-0.010673772,0.027087819,-0.039896347,0.021904437,-0.013172648,0.0012030305,0.027002145,0.012979878,-0.02527435,-0.026602324,0.00464077,-0.01271571,-0.009788455,-0.010052622,0.03070048,-0.0032146259,0.0046157814,0.024217682,-0.032071292,0.0076465616,-0.0019062856,0.023418041,-0.012094562,-0.029872281,-0.024389032,0.0034591588,-0.00990269,0.0018955762,-0.021861598,0.026316738,-0.017720602,-0.0035858876,0.0067576757,0.004219531,0.018177541,-0.007111088,-0.014215036,-0.03012931,0.010623794,0.008674671,-0.023946375,0.0049834736,-0.017477855,-0.03298517,-0.0037340352,-0.008046382,-0.001282459,-0.0015912488,-0.015021817,0.039724994,-0.03215697,0.021133354,-0.014636275,-0.07933576,-0.020576462,-0.002018735,-0.012958459,0.0016260545,0.026588045,-0.03701193,0.03881112,-0.03112886,0.0049049375,0.034898594,-0.015635826,-0.005436841,-0.010516699,-0.012765688,0.011166408,0.019162811,0.022932544,0.0014100802,-0.014821907,-0.017192269,0.0034091813,0.0074680704,-0.05391861,-0.01677817,0.020733533,-0.018663036,0.016735332,-0.031443004,-0.009417194,-0.00989555,0.0125229405,-0.009110189,-0.016849566,-0.0030646934,-0.002991512,0.028872732,0.016049925,-0.0055118073,-0.018877225,0.012301612,0.00061802566,-0.004205252,0.0023757175,0.020676417,-0.037069045,0.043494727,0.04180977,0.022361374,-0.020505065,-0.019348443,0.005072719,-0.03452733,0.0072003338,-0.011930349,-0.0041588442,-0.03395616,0.028758496,-0.009003094,-0.009288681,-0.009352937,-0.004344475,-0.052405007,0.024060609,-0.015007538,-0.021318985,0.02141894,-0.0069861445,0.019505516,0.0064970786,0.03115742,0.021233309,0.018320333,0.03352778,-0.014650555,0.013586747,0.016592538,-0.0058973483,0.050634373,-0.006107968,0.026916469,-0.030186426,-0.050491583,-0.012294471,0.026616603,-0.014179339,-0.033784807,-0.023089617,-0.0016162376,-0.009024513,0.015293123,0.021675967,-0.008139197,-0.023917817,0.018263217,0.045579504,-0.011173547,-0.0028612134,0.010523839,0.03795436,0.015892854,-0.00014089646,-0.02264696,0.008410504,-0.03741175,0.0034109661,0.0024935217,0.003191422,-0.007460931,0.020105245,0.018548802,-0.0202052,0.018491685,0.02850147,0.009567127,0.03863977,0.016949521,0.025317186,-0.0058616498,0.030957509,-0.032613907,0.002143679,0.041981123,-0.015692944,-0.0024970914,-0.019691145,0.0060579902,0.02828728,0.00786789,0.030671922,-0.03575535,0.0094386125,-0.014407807,0.025360025,-0.009267261,-0.00022679534,0.01677817,-0.0071824845,0.027801784,0.0014216822,-0.019948173,0.04566518,0.03575535,0.026031151,0.0066791396,0.026645161,-0.010523839,0.01193749,0.0074680704,-0.0028522888,-0.0017822343,0.004426581,0.035412647,0.008760346,0.013001297,-0.018206099,0.01959119,-0.020362273,0.00232574,0.0020865616,-0.0021490336,-0.014793348,-0.019605469,0.013015576,0.006122247,0.010331069,-0.019077135,0.021347543,-0.006243621,-0.029558137,0.0206193,0.010388186,0.00009789125,0.05317609,-0.022332815,0.033499222,-0.04583653,-0.0000287817,0.0019169952,0.007425233,0.0037947223,-0.018620199,-0.04912077,-0.0055296565,-0.030529128,0.008539017,-0.023403762,0.035469763,-0.0041481345,-0.016735332,0.013244045,0.00026305136,0.019876776,-0.017106593,0.0019419839,-0.017192269,-0.0143721085,-0.05957321,0.0042373803,-0.011294921,0.005294048,0.0019294895,-0.0024774575,-0.027816063,0.025445702,0.013893752,-0.0076679806,0.01335114,-0.009474311,-0.000879069,-0.019348443],"social":"https://twitter.com/pedrocruztech"},{"title":"slayer ai","description":"high-quality audio stories, podcasts, and meditations in a flash. ⚡️ ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=z5Vhoobqlew","youtube_transcript":"Hi. I'm Taylor, and I'm building Slayer AI, which is a site where users can go to generate high quality audio stories. Podcasts and medications in a matter of seconds. Once you log on to our site, you're taken to this create a story dashboard where you select what type of story what voice you'd like, how long the audio should be, and then you get to type in any topic that you wanna hear about. Then just press generate and let Slayer do its thing. So below, you'll get to see all your recent stories as well as play them and listen to them here. Finn was a dolphin who always dreamed of taking And there's also options to edit your story and copy the link so you can share it with family and friends. But this is an optical as part of Slayer. On the left side, you'll notice we have something called juice box. Which is what we've been working on and we'll be releasing soon. So our juice box is where you select blog sources, news articles, social media accounts that you wanna hear from, and you'll get a customize audio delivered to your inbox every single day with the news that you care about. For the first few weeks of nights and weekends, we're focused solely on building. And then after that, we started to get a little bit of users just from reaching out and getting baby's users, then we would get feedback and iterate our product. Now our focus has gone there into juice box, but we definitely need to improve our marketing strategy. So making sure we're being more active on Twitter, Reddit, and some other platforms to get super visible, but I'm really happy with what we built so far and I'm excited to see where this goes.","embedding":[0.0015215011,0.041999772,-0.038417906,-0.010246359,0.011411259,-0.028765881,0.008677311,-0.003365925,-0.0027795131,0.026562873,-0.008201842,-0.021570448,-0.047198232,0.011720314,0.022679877,-0.010492018,-0.008788254,-0.026990796,-0.043584667,0.0028528147,0.027054192,0.0010222585,0.041999772,0.013138796,0.0067675104,-0.033504725,-0.0105554145,0.03772055,-0.027910037,-0.01093579,-0.013725208,-0.027212681,-0.015238785,-0.0024744205,0.025405899,-0.051794436,0.026404385,0.0018097543,0.024090435,-0.018955369,-0.020223286,0.004932992,0.017925186,-0.0052895937,-0.032046616,0.032458693,-0.0083682565,-0.0025061185,0.01971612,0.04342618,-0.059180055,0.024027038,-0.039971102,0.036959797,0.013645964,0.0012679176,-0.023202892,0.010919941,-0.049607277,0.0009890748,-0.014446337,0.016879153,0.034740943,0.017418018,-0.014985201,-0.023916095,-0.02508892,0.038734883,-0.016990095,0.041048832,0.058102325,-0.051350664,-0.008526746,-0.0016076799,-0.014018415,-0.039812613,-0.040826946,0.018828576,-0.0014432468,-0.057531763,-0.0032886614,0.0010569282,-0.0015432935,0.008376181,-0.0035878106,0.018479899,-0.051952925,0.03321944,-0.023725908,-0.00077362783,-0.021205923,0.017734997,-0.03569188,0.054583855,0.026578723,0.014406714,-0.028147772,0.054171782,0.051762737,0.01300408,0.028227016,-0.027355323,-0.019478384,-0.031349264,0.024423264,-0.020587813,0.018670088,0.0029697008,0.01500105,-0.026436083,-0.122100465,-0.018242165,0.006616945,-0.035818674,-0.008376181,-0.028654939,0.065678135,0.012164084,-0.019636875,-0.0026903627,-0.056897804,0.07138376,-0.012972382,0.05001935,0.059180055,-0.047895588,-0.0016928682,-0.012687101,-0.010119568,-0.024914581,0.009184478,-0.0007300432,0.026245894,-0.0723981,-0.032712273,-0.029273048,-0.012552384,-0.0014254168,-0.02356742,0.008875423,0.014184828,-0.014390865,-0.03401189,-0.021586297,-0.03987601,-0.06897472,-0.0044297874,-0.022949308,-0.06840415,0.011221071,0.0004989949,-0.00013038254,-0.048244264,0.0073222243,-0.008526746,0.028496448,-0.020730453,0.040414874,-0.026214197,0.030461721,0.0061810985,0.0077818446,-0.03737187,-0.028227016,-0.06574153,0.0011005129,0.029114557,-0.0222995,-0.06383965,-0.0036611122,-0.01477124,-0.043014105,-0.007409394,0.007005245,0.02553269,-0.031507753,0.02553269,-0.041619394,-0.020698756,-0.029732669,-0.017021794,0.03290246,-0.053220842,-0.0133923795,-0.05445706,-0.0017592357,-0.034106985,-0.020429322,-0.00048364123,-0.017275378,-0.023916095,0.015096144,0.019636875,0.041492604,0.032870766,-0.016498778,0.063617766,0.024692696,0.0018503673,0.03142851,0.052840468,0.037466966,-0.013788604,-0.017116887,-0.0043663913,0.003562056,0.0018127259,0.02169724,0.01660972,-0.013669737,0.0646004,0.012005595,0.020033099,-0.013931245,-0.061367214,-0.009723343,-0.054583855,0.053664614,-0.01070598,0.012235405,-0.0048299734,0.04247524,-0.028496448,0.0011619276,0.017798394,0.03711829,0.04510617,-0.049131807,0.049290296,0.013638039,0.05157255,-0.026705515,-0.024724394,-0.04678616,0.012053142,-0.013915396,0.00036947912,-0.027276078,0.058672886,-0.00014090726,0.025960613,-0.03724508,0.029590027,0.033599816,0.045898616,0.024550054,-0.041936375,-0.08298521,0.057531763,0.027624754,0.069291696,-0.029051162,0.026705515,0.009374666,0.020270834,-0.038734883,0.016261043,-0.0017235755,-0.011545975,-0.007995806,0.013352757,-0.005063746,-0.030445872,-0.0060899667,-0.0075163743,0.038069226,0.009176554,-0.02478779,0.014660298,0.0014739542,-0.03680131,-0.0072152438,0.02586552,0.016158026,0.041904677,-0.020778,-0.018242165,-0.005392612,-0.015096144,0.032870766,-0.05737327,-0.031048132,-0.017402168,-0.026372686,-0.0028647014,0.004524881,0.053189144,0.0033560195,-0.03553339,0.007334111,-0.00796807,0.0045209187,0.004322807,-0.013907472,0.0036710177,0.032363597,-0.008399954,-0.034804337,-0.062666826,0.03787904,0.049829163,-0.043077502,0.054203477,-0.0010004663,0.007979956,0.020888943,-0.012045218,-0.0016274911,0.028417204,-0.036833007,0.0107297525,0.009414288,0.02507307,-0.043616366,-0.0032807367,-0.027038343,0.066882655,-0.04650088,0.013012004,-0.052428395,-0.02800513,-0.010682206,-0.020841395,-0.0027696076,-0.042538635,-0.03882998,0.05033633,0.013281437,-0.018733483,-0.033473026,0.017814243,-0.05280877,0.0035878106,0.0041880906,-0.0033104536,0.006763548,0.0040612984,-0.039780915,0.011062581,0.020571964,-0.071193576,-0.034550756,-0.06349097,0.022141011,0.005162802,0.026705515,-0.03508962,-0.03201492,-0.024993826,0.025722878,-0.025643634,-0.002333761,0.01046032,-0.0354383,0.014271998,0.004738842,0.009834286,-0.03781564,-0.031935673,-0.011522201,-0.024122132,0.04168279,-0.003694791,0.03832281,0.00011490504,-0.0037066778,-0.041556,0.020492718,0.01500105,0.013519172,0.049734067,-0.0063316636,0.013130872,-0.0073935445,-0.028750032,0.0003865663,0.053125747,-0.03309265,-0.02386855,0.010270133,0.04215826,0.029162105,0.0024229113,-0.0507801,-0.009762966,0.03496283,-0.0011629182,0.021776484,-0.06111363,0.015738027,0.016530477,-0.062096264,0.014573128,0.021015735,-0.0060978914,0.015531991,0.009572778,0.059845712,0.000373689,-0.006145438,0.041651092,-0.016815757,-0.0630472,0.0077897687,-0.0073222243,0.01586482,0.024217226,-0.034994528,0.041397512,-0.020952338,0.04570843,-0.04957558,0.0677068,-0.03553339,0.01662557,0.034645848,-0.0088674985,0.032458693,0.041746188,0.056263845,-0.023535721,-0.075821474,0.023614965,0.013852,0.036547724,0.015111993,0.0354066,-0.008447501,-0.010412773,-0.010816922,-0.05220651,0.027180985,0.03325114,-0.036833007,-0.026134951,-0.024692696,-0.045835223,0.0400345,0.02001725,0.018971218,-0.00985806,0.010476169,-0.021776484,-0.016847456,-0.038037527,-0.0022109314,0.026055707,0.0018117354,-0.0315553,-0.045803525,-0.030081345,-0.05445706,-0.018717634,0.019795364,-0.04507447,-0.044662397,0.018099524,0.003623471,0.0052658203,-0.0155795375,-0.0077580707,0.010832771,-0.012734648,-0.0013570681,0.02107913,-0.016593872,-0.013709359,0.033504725,0.010072021,0.006620907,0.04291901,-0.030699456,-0.015872743,0.005356952,-0.08178069,0.016403684,0.00039944358,0.020540265,0.0055431775,-0.015040672,-0.0677068,0.035279807,-0.029796064,0.028956069,-0.01694255,0.008653537,-0.0054916684,-0.023789303,-0.008415803,0.00027859517,0.004948841,0.026356837,0.0646638,-0.019858759,-0.03290246,-0.029209653,-0.04665937,-0.01694255,0.02415383,-0.0300021,-0.002955833,0.024898732,0.01724368,0.07284187,-0.012901062,-0.01401049,0.001968244,-0.015730103,-0.017275378,-0.01153805,-0.016910851,-0.0067556235,-0.0050241235,0.018226316,-0.031618696,0.004675446,0.0042712972,0.045454845,-0.0013590492,-0.023282137,-0.010246359,0.012552384,-0.027925886,-0.017814243,0.012576158,-0.007821467,-0.03895677,0.0051945,-0.033599816,-0.0015135766,0.0047745025,-0.012861439,0.0021950824,0.016482929,-0.06548794,0.0007775901,-0.02539005,-0.037530363,-0.016990095,0.003938469,-0.019002914,0.043774854,0.014145206,-0.0012233424,0.0008503963,0.018464051,-0.037023194,-0.03740357,-0.011736162,0.008899197,0.044060137,-0.008526746,0.062413245,-0.017734997,0.002565552,-0.003054889,0.017148586,-0.006367324,-0.0338534,0.0052063866,0.008114673,-0.00302121,0.010238435,0.010666357,-0.014335394,-0.01137956,-0.011316164,0.000016452594,-0.04120732,0.013479549,0.008582218,-0.034899432,-0.0029221538,-0.06675586,0.0056224223,0.030525116,-0.022679877,-0.00876448,-0.041460905,0.031317566,-0.03293416,-0.014390865,-0.009438062,0.031143226,-0.040795248,-0.002302063,-0.0090180645,-0.0019969703,-0.004049412,-0.012116537,-0.019605177,-0.021760637,0.0052341223,0.010610886,0.0061375136,-0.0091924025,0.008582218,-0.019446686,-0.006486191,-0.005047897,0.004857709,0.017734997,-0.037466966,0.014351242,-0.029637575,0.03264888,-0.038861673,0.017037643,0.024962127,-0.019985551,0.010270133,-0.021570448,-0.026610421,-0.025294956,0.018543296,0.002825079,-0.0018860274,0.006244494,0.016673116,0.0071597723,-0.032110013,-0.05220651,-0.0050043124,0.011490503,-0.00035486836,-0.0040612984,-0.012037293,-0.035786975,-0.033156045,0.025817972,0.011292391,0.01546067,0.020968188,0.010452396,-0.043109197,-0.030525116,0.012378045,0.028860975,0.00885165,-0.019795364,0.003365925,-0.018353108,0.0022505538,-0.01830556,0.015967837,0.006276192,-0.009850135,0.011847105,0.009549005,-0.013439926,-0.027656453,0.0017116888,0.05496423,0.0011549937,0.0006344541,0.02198252,-0.034899432,-0.013297286,0.023947794,0.014287847,-0.022854215,0.032236807,-0.011102203,-0.0077976934,-0.010270133,0.013812377,0.027418718,0.018559145,0.020191588,0.024803638,-0.005737327,0.014905957,0.0075242985,-0.010476169,0.025881369,0.003512528,-0.015436897,-0.028274562,0.020223286,0.01646708,-0.03819602,0.01664142,-0.021190073,-0.016229346,0.011070506,-0.02662627,-0.0018573012,-0.008023541,0.025294956,-0.00646638,-0.013804453,0.0063118525,-0.008241464,-0.026024008,-0.005456008,-0.0010628715,-0.03445566,0.014628599,-0.013027853,-0.08526746,-0.0044495985,-0.044282023,-0.029479085,-0.027006645,0.005780912,0.00535299,-0.0068031703,0.027117588,0.012710874,0.034772642,-0.0033580007,0.010515791,-0.010999185,0.020223286,0.010943714,0.003593754,-0.017497264,-0.0708766,-0.023345534,-0.00077164674,-0.012964457,-0.02001725,-0.03328284,-0.020096494,-0.015413123,-0.016895002,-0.0133052105,0.0018533389,0.0042712972,0.014034263,-0.002450647,0.017322924,0.031507753,-0.0019910268,0.009406364,0.011276542,-0.040700156,0.0114429565,-0.04266543,-0.03908356,0.017291227,0.025944764,0.009707495,0.0400028,0.027941734,-0.017164435,0.03632584,0.031016435,-0.020778,-0.03062021,0.0024427224,0.01771915,-0.023979492,0.030334929,-0.0021455544,-0.01046032,0.01632444,0.031174924,0.017782545,0.031127378,0.021348562,0.041556,0.006062231,0.040446572,-0.0065852473,0.008265238,0.020397624,0.011102203,0.011022959,-0.01291691,-0.012465215,-0.020191588,0.0018909803,-0.027783245,0.03772055,-0.03756206,-0.0021633843,0.017354622,-0.0054203477,-0.028464751,-0.011189373,0.015801424,-0.016752362,-0.0031400772,0.013899547,-0.014668222,0.018178768,-0.00086971227,-0.042697124,0.0020385738,-0.0028369657,-0.0060661933,-0.014113508,-0.022505539,0.02141196,0.012647478,-0.0006225674,-0.06916491,-0.033663213,0.019256499,-0.020128192,-0.0017017832,-0.03604056,0.028433053,-0.012908986,0.0038592243,-0.009136931,0.013479549,-0.009588627,-0.02215686,-0.008431653,0.012845591,-0.0072627906,-0.03436057,0.0047824266,-0.00008655024,-0.0034412076,-0.022838365,0.002924135,-0.031476054,0.01754481,0.03190398,-0.0169267,0.0011678709,0.06390305,-0.0023892322,-0.012306726,0.018051976,-0.009279572,-0.027878338,0.02816362,0.0029280973,0.0055114795,-0.010214661,0.00043089388,0.034519058,-0.0072588283,-0.014248224,-0.007239017,0.010238435,-0.016752362,0.0003298567,-0.018891973,0.006597134,-0.0003273803,0.014105584,0.03157115,0.031016435,-0.036706217,-0.015896518,0.006141476,-0.033314534,0.02448666,-0.016498778,-0.006145438,0.024977976,0.021554599,0.037910737,0.007005245,0.008079013,-0.046437483,-0.02722853,0.00646638,-0.030382477,0.0001843681,-0.044757493,-0.007088452,0.02093649,0.031333413,0.028258713,0.00016616654,0.054900832,-0.013447851,0.003037059,0.012924835,0.013772755,-0.05464725,0.04491598,-0.025802124,-0.011514277,0.00049973786,-0.021776484,0.02139611,0.010309755,-0.013899547,0.045803525,-0.0043584667,0.045264658,0.0006037467,0.002399138,-0.04399674,-0.05756346,-0.02694325,0.006616945,0.015127842,0.022917612,0.010412773,0.0064109084,0.020714603,-0.005701667,-0.016720664,0.003906771,-0.006926,0.02309195,0.004132619,-0.005444121,0.023884399,0.0029855499,-0.020207437,0.011435032,0.01583312,-0.022283653,0.019652722,-0.01137956,-0.01970027,-0.012607856,0.0040652608,0.014240299,0.036262445,-0.055312905,-0.00985806,0.0152546335,-0.0013550869,0.004726955,-0.030398324,0.01054749,-0.008740707,0.022553084,0.03908356,0.023187043,-0.0014125395,0.008495048,0.024344018,0.033346232,-0.008122597,-0.007631279,0.019842912,-0.006141476,0.0011312203,-0.0065773227,0.023329685,-0.0124176685,-0.022030069,0.021190073,0.050811797,-0.05607366,0.034138683,-0.036896404,-0.0003729461,-0.0060067596,0.0030846058,0.0016265005,0.036262445,-0.031016435,0.02141196,0.00715581,-0.027482115,0.013772755,0.010349378,0.03604056,0.0029835687,0.0070963763,-0.02892437,-0.019953854,-0.021364411,-0.0051271417,-0.026261743,-0.009628249,-0.00007497306,0.037625454,-0.022030069,0.008796179,0.022584783,0.033916797,-0.018527446,-0.0036393197,0.054076687,0.023488173,-0.00051261514,-0.0039820536,0.018289711,0.022553084,-0.0063197766,-0.029621726,0.031935673,0.004029601,-0.02524741,0.003138096,0.0013758887,0.0030964925,-0.012354272,-0.015730103,-0.0056818556,0.017639903,-0.013146721,-0.025421748,-0.0043901647,-0.010262208,0.017687451,0.03889337,-0.00006797722,0.006862604,0.01954178,-0.04554994,-0.0046516727,-0.0049131806,0.01046032,-0.027830793,-0.034170378,-0.013360682,0.0152546335,-0.003821583,0.043584667,-0.0021950824,-0.00816222,0.00095589104,-0.04894162,-0.0058363834,-0.031206623,-0.012702949,-0.0015720198,-0.019747816,0.02079385,-0.009739192,-0.0025120617,0.00011459548,0.016482929,0.0020237153,0.001535369,-0.0055312905,0.013265588,0.020524416,0.005816572,0.005860157,0.0300021,0.020112343,-0.012496913,-0.049797464,0.0081305215,-0.012805968,-0.04120732,0.00086971227,0.045359753,0.033029255,0.015357652,-0.0032629068,-0.01694255,-0.023757607,0.019668572,0.016142176,0.011427107,0.026087405,0.009921456,0.013344833,0.03496283,-0.012702949,0.021174224,-0.002040555,-0.021633845,-0.0047784643,-0.047166534,0.022917612,-0.004936954,-0.019779515,-0.026816458,0.005059784,0.014422563,-0.016039157,0.02218856,0.033758305,0.014232376,-0.012393895,0.00075926475,-0.019557629,-0.0032312088,-0.014826711,-0.0048616715,-0.033346232,-0.0057056295,0.008217691,0.004231675,0.016419534,-0.007330149,0.0036650745,-0.0029677197,0.0033540383,0.012552384,0.0107297525,0.0877399,-0.029558329,0.005701667,-0.009144856,-0.0056303465,0.010381076,0.028464751,-0.014113508,-0.0029360217,-0.00020269347,0.015627084,0.0121799335,0.015809348,-0.0014135301,-0.031491905,-0.008938819,-0.010634659,-0.024296472,0.0030964925,-0.028417204,0.020825546,0.01293276,0.00823354,-0.0036413008,-0.037435267,0.0016631513,0.004322807,0.0322685,-0.018860275,0.024851186,-0.022283653,0.03819602,0.010333529,-0.009572778,0.014707845,0.011831257,0.0108803185,-0.0013848038,0.0039047902,0.021966673,-0.03398019,0.007821467,0.0018256033,-0.04542315,-0.05879968,-0.0035719618,0.008257314,0.0058839303,-0.01563501,-0.030176438,0.0020999885,-0.023805153,0.022854215,0.0065733604,0.0029459274,0.0046714838,-0.031491905,-0.003120266,0.005860157,0.10796318,-0.0063197766,0.007853164,-0.01477124,0.01660972,-0.0099927755,-0.024518358,-0.023282137,-0.02630929,0.003926582,-0.034836035,-0.027022494,0.02475609,0.010626734,0.05290386,-0.010182964,-0.016031234,-0.009747117,0.03772055,-0.054076687,0.0012956533,0.034645848,0.013281437,0.0026705514,-0.009097309,-0.012029368,0.011062581,-0.0018533389,-0.013796529,0.039780915,-0.004005827,-0.010024474,0.0019533855,0.0025120617,0.023456477,-0.0020286683,-0.0028072488,-0.017560659,-0.002319893,-0.0130674755,-0.021808183,0.00008853136,0.03107983,-0.018574992,0.01722783,0.000147965,-0.02279082,-0.004283184,-0.025184013,-0.031745486,-0.00019018764,0.023123648,0.031063981,0.018511597,0.018115373,-0.03927375,0.007690713,0.0230761,-0.018051976,-0.009659947,-0.056517426,0.025358353,0.009794664,0.000787991,0.0069299624,-0.007754109,0.02971682,0.013210117,0.0041563925,-0.012782195,-0.029510783,0.009327119,0.035913765,-0.0098184375,0.024692696,0.015421048,0.016482929,0.0012887194,0.029653423,-0.0049131806,-0.045771826,-0.0118550295,-0.0076867505,-0.008209767,-0.02586552,-0.0062088342,0.009358817,0.008067125,0.0014987183,0.015690481,-0.03171379,0.009327119,0.05448876,0.02448666,0.006192985,-0.010793149,-0.043014105,0.03063606,0.016023308,-0.034772642,0.0072746775,0.0037581872,-0.009604476,-0.010428622,-0.01938329,-0.020888943,-0.058038928,0.021649694,-0.009675796,0.009358817,-0.015666706,0.001264946,0.020968188,-0.007246942,0.07246149,-0.014359167,-0.026499478,-0.0054916684,-0.0114429565,-0.032553785,-0.005376763,0.0062088342,0.00945391,-0.00039374785,-0.04906841,0.004960728,0.014898032,-0.020508567,0.01754481,0.019129707,0.012702949,0.0150802955,-0.011736162,-0.042538635,-0.012798044,0.006763548,-0.018194618,-0.009961078,-0.003153945,0.0025061185,-0.03401189,0.02139611,0.01646708,-0.01970027,0.017180284,-0.017798394,0.032997556,0.022981007,0.017291227,-0.030414173,0.021126678,0.001963291,0.04910011,0.00473488,-0.0069339243,0.001779047,0.02275912,-0.0019623006,-0.051952925,0.018210467,-0.024819488,-0.027704,-0.012948609,-0.027022494,0.009216176,-0.00823354,0.0116806915,0.0023000818,0.0043346933,0.028448902,-0.035977162,-0.003118285,-0.06802378,0.011260693,0.021031583,-0.026610421,-0.017180284,0.035882067,-0.01563501,0.041017134,0.015413123,-0.0037680927,-0.0012570214,-0.011799558,-0.019335743,0.034740943,-0.0116806915,-0.0057214783,-0.021015735,0.03136511,-0.008384105,-0.005555064,-0.014382941,0.0026447969,0.04291901,-0.011577672,0.012766345,-0.0041960147,-0.022537235,0.017909337,-0.01500105,-0.019557629,0.0051073306,0.022822518,-0.0073261866,0.021285167,-0.009335044,-0.02061951,0.00022968625,0.004675446,-0.018717634,0.001503671,0.001445228,0.025659483,0.042380147,0.023821002,-0.0010816922,0.0069695846,0.0315236,-0.025326654,0.025643634,0.014065961,0.016356137,-0.022141011,0.0023397042,0.029685121,0.030287381,0.0002984064,0.012156161,0.0072786394,0.029780215,-0.018685935,-0.01752896,0.023155345,-0.022568934,0.028512297,-0.033060953,-0.053442728,-0.0047943136,-0.03220511,0.0020484794,0.003397623,0.002353572,0.026721364,-0.0027696076,0.024344018,0.019779515,0.018353108,-0.0052658203,0.012378045,0.02001725,0.0032292276,0.0032094165,-0.0046912953,0.0011797578,0.023012705,0.009683721,-0.025516842,0.014240299,0.011815407,-0.05220651,0.008102786,-0.0016988115,-0.028750032,-0.014493884,-0.0017017832,0.0040454497,-0.024058737,-0.02248969,-0.0014442374,0.029875308,0.0016017365,0.044186927,0.00080086826,0.011276542,-0.01069013,-0.021285167,0.019478384,0.019177254,-0.014628599,-0.056961197,-0.0007978966,0.003950356,-0.019494234,0.00012963962,-0.021554599,-0.0046714838,-0.005852232,-0.0010608905,0.004251486,0.00035833532,0.030223986,0.014375016,0.027323624,0.041904677,0.004738842,0.031586997,-0.006454493,0.009025988,-0.015658783,-0.003821583,-0.031238321,-0.0072944886,-0.0017552734,0.01069013,0.059814014,0.003314416,0.030065497,-0.01563501,-0.013535021,0.015238785,-0.034582455,0.015896518,-0.012354272,0.020334229,-0.009295421,-0.0037225268,-0.002204988,-0.022061767,-0.004885445,0.022093464,0.0049765767,0.024090435,0.00028651967,-0.0075758076,-0.0071795834,0.004726955,0.010285982,0.0098184375,-0.02445496,0.010396925,0.0354066,0.048561245,0.0021851768,0.037023194,0.00026968014,-0.020873094,0.017402168,-0.017956883,-0.030572664,-0.013931245,-0.006957698,0.021348562,0.0047943136,-0.00473488,0.014747467,-0.0030231911,0.0065337378,0.003199511,-0.029431537,0.0067754346,0.037942436,0.028670788,0.0477371,-0.023155345,0.03369491,-0.02061951,-0.003659131,-0.018051976,0.03556509,0.008518822,-0.040795248,0.0063593993,0.023139497,0.0011223052,0.007401469,-0.010983337,0.0030132856,0.0085425945,-0.0038909223,0.006161287,-0.0051390287,0.019018764,-0.0323002,-0.0027577209,-0.03619905,0.0015006993,0.013186343,-0.001593812,-0.031190773,0.022283653,-0.010539565,0.011181449,0.024977976,0.011110128,0.015119918,0.0068031703,-0.00079096266,-0.014596902],"social":"https://twitter.com/metaversemae"},{"title":"flywheel","description":"gamify your app in minutes.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=POz77d6g0M8","youtube_transcript":"Yo. What's up? I'm Dylan, and I'm working on this thing called flywheel. It's basically a tool that helps developers easily game by their products. Let me show you how it works. So first, you go to NPM and install the Flywheel litter board package into your project. Then, you import the Flywheel litter board components then you're gonna wanna fetch your data. Here, hard coding the data, ranking the next gen team based on our users. Finally, you can actually put your component in based on the data that you're fetching. Let's just run this and see how it looks. Sweet. And takes you right back to flywheel. Where originally got users was by making these manual leaderboards. I made this one for nights and weekends. I got around thirty people on it. I also made one for tech dream, next gen consensus. And AI tools. The problem with this generation was that users didn't have enough control over how the leaderboard actually worked. Also, people could join and update their numbers on the looter board without being bedded first. So I shipped my first MPM package and launched it literally everywhere. I launched some of the classic spaces like Twitter product hunt, Hacker News, but I also launched in some more special spaces. For example, I infiltrated a bunch of CS Club Discord Servers from colleges that rejected Chip the ton of newsletters above level to my audience on SubSec. Launch on medium hash node, mirror dev dot two and r slash indie dev. Originally, I was measuring the total number of unique users that I had created a leaderboard using the flywheel app, and I went from zero to about twenty on May six. But then after May sixth, I decided to change the metric to measuring the weekly download I was getting on NPM. And as you can see, I have around one fifty now.","embedding":[0.016855335,0.009522276,0.022056784,-0.005617073,0.05668923,-0.011769106,-0.024871495,0.027225316,-0.00097012817,0.03033631,0.04473906,-0.01886349,-0.039768055,-0.034434922,0.008830944,0.018995171,-0.039109644,-0.066269115,-0.042994272,0.015275147,0.029628517,-0.009859712,0.028821964,0.04918334,0.030797197,0.0063907066,-0.021859262,0.055899136,-0.04417941,-0.026023714,0.00399985,-0.032245703,-0.007744565,0.00659646,0.024904415,-0.037529454,0.029875422,0.034829967,0.026501063,0.026682125,-0.028525678,-0.027900187,0.04569376,0.02121731,-0.052080348,-0.005682914,-0.04026186,0.006950356,0.018534284,0.06679585,-0.053528853,0.008880325,-0.019390218,0.03670644,0.017628968,0.031932957,-0.008641651,0.04124948,-0.054681074,0.0018054878,0.033397924,-0.022172008,0.05448355,-0.0019032207,0.0056582238,0.006230219,-0.042862587,-0.024459986,0.02241891,0.040953193,0.05036848,0.03040215,0.0060450407,-0.047668993,-0.014567354,-0.014213458,0.0030245779,0.0076499186,-0.014962401,-0.0010750626,-0.0005714806,0.016954096,-0.024361225,-0.032574907,-0.018797647,-0.058532782,-0.02641876,-0.029891882,-0.0107897185,-0.020921025,-0.03282181,0.054779835,-0.024196623,0.031126402,0.042105414,0.025052557,-0.043093033,0.058269415,0.017661888,0.052969206,0.01887995,0.0004812062,-0.005448355,-0.055504087,0.019587742,-0.016229844,0.006127342,0.036311395,0.006995622,-0.01883057,-0.12555908,0.026632745,0.0020379892,0.029612057,-0.02065766,0.0050286176,0.027406378,0.030270468,-0.0069092056,-0.029677898,-0.04055815,-0.0028435146,0.00039633285,-0.027603902,0.03374359,-0.031258084,-0.050928127,-0.034895808,0.005316673,-0.016262764,0.059224114,-0.021579437,0.059849605,-0.07242526,-0.047076423,0.005320788,-0.029398073,0.00035826844,-0.026632745,0.005139725,0.0031747778,-0.013777261,0.025085477,-0.045562074,-0.023011481,-0.012518048,-0.010707417,0.022501213,-0.042665064,-0.03957053,0.043093033,-0.029562676,-0.034665365,0.007822751,0.025134858,0.0018435522,0.014624965,0.034533683,-0.04059107,-0.031225165,-0.04470614,0.010962551,-0.04513411,-0.016287453,-0.03838539,0.031702515,-0.019702964,-0.04579252,-0.06821143,-0.014756648,-0.030846579,-0.030040024,0.020756422,-0.025134858,0.051520698,0.000058543326,0.019456059,-0.06370131,-0.040887352,-0.05560285,-0.03371067,-0.015670193,-0.062088203,-0.014526203,-0.06906737,-0.0072713317,0.018616585,0.025464064,0.003041038,-0.011851407,-0.018764727,0.07222774,0.010049005,0.008419437,0.0024196622,-0.030632595,0.08974148,0.0033085176,0.025941413,-0.020246154,-0.0050162724,0.06617036,0.024328304,0.021316072,-0.005551232,0.032245703,-0.021958023,-0.0043084803,-0.02283042,-0.012970706,0.03380943,0.028426915,0.014468593,0.0046623764,-0.049479622,-0.026797347,-0.024838574,0.022106165,0.002150125,0.020888105,0.008641651,0.045562074,-0.0058187116,-0.0025986678,0.023225466,0.023636973,0.04885413,-0.033200398,0.05560285,0.011102464,0.041019037,0.000025349485,0.002944334,-0.047241025,0.011826716,-0.0025143088,0.020509519,-0.0252007,0.017678348,0.002499906,0.0056499937,-0.023110243,0.03726609,0.031192245,0.017991094,-0.009102539,-0.09277018,-0.029579137,0.021513596,0.0504014,0.070845075,-0.012468668,-0.029266391,0.033513144,-0.00047554797,-0.03608095,-0.019324377,0.04233586,0.0124522075,-0.017233921,-0.013637348,0.012937786,-0.06478769,0.036903962,-0.027291156,0.015933558,-0.0056253034,-0.00061417447,-0.028492758,-0.02464105,0.012954246,0.013143539,-0.0028620325,-0.014937711,0.039043803,-0.018122775,0.0054607005,0.03496165,-0.025546366,-0.05794021,0.026649205,0.016172232,0.015826566,0.027389918,-0.014871869,0.007226066,0.0027077172,0.043784365,-0.0034443152,-0.03163667,-0.014493283,0.012123002,0.0160817,-0.0027961913,0.056458786,0.019949868,0.03716733,-0.0042755594,-0.013077699,0.00513561,0.0022550593,-0.08124798,-0.03209756,-0.008090232,-0.0044401623,-0.02348883,0.024443526,0.0206412,-0.02238599,-0.02633646,-0.02469043,0.02180988,-0.035323776,-0.036377236,-0.043027192,0.039471768,0.048590768,-0.0067898687,-0.0059380485,-0.040426467,-0.030616134,-0.024311844,0.0009979049,-0.013275222,0.009950244,-0.019472519,0.05339717,-0.03148853,0.01663312,-0.03092888,0.043981887,0.0005781676,-0.00913546,0.017875873,0.008641651,-0.038154945,-0.008699262,-0.0012674421,0.02115147,0.03713441,-0.022731656,-0.017036397,-0.00006539106,-0.004814634,0.03627847,0.0020585647,-0.010065465,0.0020719387,-0.0148965595,0.011876097,-0.057479322,0.0024134896,0.022978561,0.000160745,-0.009316523,-0.038780436,0.0008585068,-0.024970256,-0.01836968,-0.012682651,-0.05731472,0.05333133,0.021283152,0.012443977,-0.019225616,0.042632144,-0.043257635,0.014764878,-0.001844581,0.008242489,0.029315772,-0.00039401813,-0.020723501,0.018073395,-0.030780736,0.019686503,0.061100587,0.00330646,-0.0083000995,0.039010882,0.060573857,0.0076334584,-0.0018363508,-0.032969955,-0.025694508,0.0080367355,0.015851257,-0.024772732,-0.09441621,0.031274546,-0.003028693,-0.06775054,0.0039052032,-0.01776065,-0.0017149561,0.015744265,0.058598623,0.03152145,0.021381913,0.005440125,0.023801574,0.00045471542,-0.035257936,-0.039109644,0.017299762,-0.0061808378,0.00090943085,0.0002471615,-0.0057611004,-0.010649806,0.0069585866,0.00774868,0.056425866,-0.016493209,-0.021019787,0.015727805,0.024937335,-0.012254684,0.010863789,0.08348658,-0.056458786,-0.06133103,0.034204476,0.014435672,0.018106315,0.02750514,0.019291457,-0.004456623,0.016517898,-0.03142269,-0.034533683,-0.010419362,0.0619236,0.027587442,-0.011291757,-0.014271069,0.0034587178,-0.000107249056,0.021102088,0.027159475,0.025134858,0.04085443,-0.017513746,-0.018682426,-0.02409786,-0.042665064,-0.01031237,-0.034797046,-0.0049545467,-0.029101787,-0.009884402,-0.015316297,-0.005316673,-0.011382288,-0.042500462,-0.054154344,0.009546966,-0.015340988,0.047109343,-0.0031377422,-0.035126254,0.048459087,-0.05214619,0.0021028018,0.017563127,-0.0017396467,0.007567617,-0.006534734,0.050796445,-0.02692903,0.025299462,-0.018237999,-0.026237698,-0.005505966,-0.06406344,0.021842802,0.023916798,0.014913021,-0.03558714,-0.025315922,-0.03957053,-0.030780736,-0.023143163,0.024443526,0.02862444,0.040393546,-0.039735135,0.017941713,-0.047800675,0.0252007,-0.04174329,0.047405627,0.06867232,-0.02236953,-0.019768804,-0.034731206,-0.006999737,-0.050203875,-0.006131457,-0.018089855,0.033332083,-0.03624555,-0.019472519,0.06366839,0.0034587178,-0.025101937,-0.03099472,-0.01375257,-0.041973732,-0.01258389,-0.023538211,0.016740112,0.0070285425,0.019357298,-0.0066993367,-0.00035029548,-0.010551044,0.016970556,0.011999549,-0.00602035,-0.039702214,-0.027044252,-0.04483782,0.02179342,0.00021887038,0.013777261,-0.025250081,-0.0035657098,-0.012550969,0.0012756722,-0.014937711,-0.0132423015,0.0020246154,-0.016460286,-0.046845976,0.009439975,-0.060014207,-0.024871495,-0.012880174,-0.0067446027,0.027620362,0.047668993,0.02291272,-0.0019670043,-0.018040475,0.012493358,0.020344915,0.00030631566,-0.012320525,-0.0066705314,0.01027945,-0.032360926,0.011176535,-0.0011079831,0.005917473,-0.0025122513,0.0024155471,-0.02806479,0.034599524,0.022813959,0.03716733,-0.00456773,0.038122024,0.05682091,0.0074441647,0.01777711,0.009077849,-0.017859412,-0.005855747,0.007909168,0.014131157,-0.0149870915,-0.019242076,-0.035982188,0.034599524,0.005493621,-0.0037755785,-0.0068968604,0.0061191116,0.0032488492,-0.01375257,-0.0121888425,-0.02641876,0.009835022,-0.008715722,0.0037179673,-0.0028126517,0.0063125202,0.023521751,0.005493621,0.017003477,-0.015143464,-0.00032509066,0.034303237,0.009942014,0.031965878,0.035916347,-0.007744565,-0.013275222,0.004250869,-0.0012839024,-0.011695034,-0.006761063,-0.043521,-0.00058794086,0.027225316,0.0006254909,-0.00802439,-0.01667427,-0.0031809504,-0.023785114,0.004995697,-0.016871795,-0.04003142,-0.015151694,-0.0002573206,0.0061643776,0.017332682,0.013711419,-0.02069058,-0.006938011,-0.046681374,0.025315922,-0.0018764727,0.013480975,-0.0011378174,-0.01032883,-0.02689611,-0.02577681,0.016377985,-0.02067412,0.008184878,0.050039273,-0.0050245025,0.0035842275,-0.0043907817,0.01663312,0.019143313,0.019291457,-0.019390218,0.028953645,-0.034402,-0.0031686053,-0.0003212328,-0.0012952188,-0.031932957,-0.00002279364,0.03091242,0.011703264,-0.007905053,0.009637498,-0.00021411233,0.038846277,-0.002088399,0.015382138,-0.017480824,-0.020394295,-0.026632745,-0.017019937,-0.030566754,-0.024937335,0.03282181,-0.029299311,0.00003398149,-0.014032395,0.021694658,0.008127267,0.0115798125,0.017661888,0.030846579,-0.048557848,0.030286929,-0.013250532,-0.016888255,0.0086005,0.0020585647,-0.0036480112,-0.0308795,0.012123002,0.051290255,-0.0013795778,0.015415059,-0.041611604,-0.0041171294,0.021069167,0.00078597874,-0.00077929173,0.024015559,0.034171555,-0.010773258,-0.0020019824,0.017826492,-0.0047282176,-0.018649505,-0.008201338,-0.029480375,-0.015694885,0.004999812,0.0044771982,-0.08236728,-0.020525979,0.0043331706,-0.032986417,-0.016328605,-0.054911517,-0.020213233,0.02924993,0.0068598245,0.015266917,0.009876172,-0.054121424,-0.009843252,-0.04180913,0.010016085,-0.035126254,0.01661666,0.015365678,-0.042961348,-0.0048434394,-0.009933784,-0.0264023,0.000571995,-0.004036885,-0.0067322575,0.021003326,-0.0145426635,-0.010057235,0.02638584,-0.014534433,-0.050697684,-0.00040044793,0.030319849,0.021365453,-0.0065594246,0.005551232,0.0122793745,-0.050895207,-0.0027509255,-0.06409636,0.008979087,-0.006291945,0.009398824,0.011135384,0.023850957,0.0055882675,-0.02638584,0.035027493,0.04757023,0.0071190745,-0.009966704,-0.006242564,0.018484903,-0.009958474,0.04875537,-0.016534358,0.019801725,-0.021908643,-0.00085542054,-0.016106391,0.012468668,0.02811417,0.033661287,-0.0042837895,0.022188468,0.022682276,-0.01090494,0.018155698,-0.0052631767,0.013036547,0.0038455345,0.0013404846,0.024887955,0.0054277796,-0.019505441,0.034928728,-0.03436908,0.019670043,0.01141521,0.010608655,-0.007884477,-0.02518424,0.022616435,0.010073695,-0.023521751,0.009909093,-0.023192545,0.033447303,-0.016797723,-0.022023864,-0.03617971,-0.040459387,-0.004366091,-0.0010863789,-0.005139725,0.0043414007,0.012394596,0.0036768166,-0.11192995,-0.06254909,0.018550744,-0.0070655784,-0.009258912,0.013316372,0.036475997,-0.008501738,-0.0064976984,-0.008402976,0.017530207,-0.032245703,0.0022241962,0.0035986302,0.0042179488,0.0037673481,0.0024628704,0.010913171,-0.0031048218,-0.0160817,-0.039965577,0.020279074,-0.04645093,0.019340837,0.011917248,0.0029278735,-0.009497586,0.016180463,0.026698586,-0.025990793,0.042039573,-0.029612057,0.0014598217,-0.007003852,0.010221838,0.04006434,-0.029826041,-0.012773183,0.032772433,-0.016468517,-0.02348883,-0.01838614,-0.023933258,-0.063372105,0.016600199,-0.027472218,-0.0030081174,-0.005839287,0.001241723,0.010913171,0.022484753,0.006991507,-0.06854063,-0.01142344,0.0070738085,0.014600275,-0.025266541,0.008501738,0.03384235,0.026566904,0.012674421,0.008798024,-0.0044525075,-0.030040024,0.0050245025,0.0009269199,0.043521,-0.0069215507,-0.04477198,-0.0059298184,0.033134557,-0.0042097187,0.077890076,-0.030023564,-0.008666341,-0.02240245,0.011653883,-0.013472745,0.0032262162,-0.043389317,0.007328943,-0.019126853,0.0026542214,-0.0030184053,-0.004082151,0.013974784,-0.010460513,-0.0016974672,0.013069468,0.016196923,0.0217605,-0.0037159098,-0.015908867,-0.0011203283,-0.017530207,-0.0012664134,-0.018764727,0.02240245,0.048459087,0.020427216,0.00272212,-0.004464853,-0.024311844,0.031686053,-0.02118439,0.02014739,0.01549736,-0.04361976,-0.0076581487,-0.006608805,-0.0229621,0.0057528703,-0.023110243,0.029743738,-0.0076663787,0.054516472,-0.012756723,0.0027982488,-0.0016594027,-0.017596047,0.013094159,0.011217685,-0.013143539,-0.00072785333,0.009769181,0.004473083,0.010147767,0.0019001344,0.019242076,-0.023554672,0.007114959,0.03496165,0.035718825,0.012764953,-0.005522426,0.017069317,0.022106165,-0.026747966,-0.007333058,0.023060862,-0.0011892557,0.02177696,0.002101773,0.008937936,0.047471467,0.008320675,0.0010236241,0.005514196,-0.024459986,0.060573857,-0.0137608005,0.03219632,-0.01429576,0.031027641,-0.031093482,0.04055815,-0.010608655,-0.03384235,-0.038615834,0.048919972,0.0024176047,0.019571282,0.034072794,-0.03667352,-0.002752983,-0.009456435,-0.032459687,-0.016320376,-0.034303237,0.009802101,-0.006263139,0.0054318947,0.0057611004,-0.0019279112,0.059158273,0.009793871,0.0020369606,0.03683812,-0.0019916948,0.013884252,0.016188692,0.008806254,-0.027752044,0.019357298,0.017661888,-0.021694658,-0.018682426,-0.00036418386,-0.012353445,-0.023176085,0.02289626,0.024163703,-0.0039710444,0.016254533,-0.0003436085,-0.035850506,0.004250869,0.0014711382,-0.012781413,0.0070326575,-0.011637423,-0.022534134,0.013711419,-0.012411057,0.024213083,-0.0067240275,-0.04187497,0.015925327,0.0010853502,0.031751893,0.009061388,0.0121888425,-0.0021953909,0.011143615,-0.0008615932,0.019867567,0.026007254,0.022122625,-0.010040775,-0.04875537,0.0055964976,-0.030780736,0.001161479,0.029941263,-0.015760725,0.0058269417,-0.036344316,0.0143616,-0.0050862287,0.026122475,-0.024410605,0.011201225,-0.009662189,-0.00012300207,-0.0068351342,-0.02470689,-0.0072425264,0.008114922,-0.0059215883,-0.012649731,-0.012147692,0.034698285,-0.002322958,-0.02859152,0.0068351342,0.014970631,0.010246529,-0.0031336271,-0.009711569,-0.016180463,0.0015935616,0.015982939,0.0010874077,0.016484978,-0.009118999,-0.0042796745,-0.004933971,0.015028242,0.01375257,-0.0125345085,0.01830384,-0.007682839,0.0021357222,-0.051092733,-0.006086191,-0.016904715,0.02465751,-0.020361375,0.019274997,0.018550744,0.012320525,0.032245703,0.028311694,0.05036848,-0.022254309,0.0062096436,-0.03092888,-0.004464853,-0.03132393,0.0050203875,-0.0252007,0.007221951,-0.00387434,0.009785641,-0.0068927454,0.0066623013,0.0018425235,-0.032360926,0.03145561,-0.013102389,0.0006964759,0.03209756,-0.012913096,0.011258837,-0.012649731,0.016690731,-0.010674496,-0.02243537,0.021711119,0.009991394,-0.006366016,0.03374359,0.0014248436,-0.023143163,-0.028245853,0.0016676328,0.022007404,-0.02059182,-0.025957873,0.005674684,0.008855634,-0.013999474,0.023126703,-0.0041747405,0.0007263102,0.0059215883,-0.008258949,-0.017941713,0.0043414007,0.0355213,-0.0041644527,-0.012764953,-0.017003477,0.04967715,0.01147282,0.004971007,-0.0023970294,0.029266391,-0.0041315323,-0.004621226,-0.0022941525,-0.015900638,0.014756648,-0.0320811,-0.0724911,-0.0034072795,-0.002606898,0.014139387,0.019768804,-0.010147767,0.018665966,-0.006230219,0.013653808,0.028789042,0.0006542964,0.02001571,0.0046911817,0.016805952,0.0054072044,0.020707041,0.101066165,0.010518123,0.036871042,-0.003217986,0.03374359,0.033496685,-0.0038908003,0.0037035646,-0.01605701,-0.012871944,-0.023801574,0.0050821137,0.025859112,0.014476823,0.0073001375,0.0054195495,-0.03094534,-0.010361751,0.001600763,0.0074235895,0.02684673,0.017201,0.008946166,-0.015604353,-0.043158874,-0.033628367,0.009242452,0.017530207,-0.027389918,0.005617073,-0.005267292,-0.039932657,0.0123616755,0.020871645,0.01835322,0.009316523,-0.007929743,0.00571172,0.03562006,0.001884703,-0.026138935,-0.006073846,-0.0027632706,-0.014830719,-0.018534284,-0.0030122325,-0.007851557,0.015958248,-0.012419287,-0.08328906,-0.022139085,0.014147617,0.019999249,-0.000106477484,0.0122793745,0.0101806875,0.029085327,0.025348842,0.011209455,0.021019787,0.0020544496,0.0036438962,-0.043455157,-0.0024896185,-0.019143313,-0.017661888,-0.0077980612,0.0036871044,0.030583214,0.012674421,-0.029118247,0.0054607005,0.01548913,0.009579888,0.007382439,-0.0036006877,0.013332833,0.0017715384,0.018665966,0.0045636147,-0.009546966,-0.014624965,0.025842652,0.024855034,0.0007134506,0.016246304,0.018237999,0.033529606,-0.015612583,0.049611304,-0.0032735397,0.020855185,0.02692903,0.012839024,-0.01655905,0.013867792,-0.037529454,0.0061520324,0.00022967244,-0.024295384,0.0446403,0.02013093,-0.008069656,0.0015812163,0.009300062,-0.00046397434,-0.00051181205,0.0071931453,-0.017859412,-0.0021727579,-0.013365753,0.0018857317,0.022978561,-0.0029649092,0.030254008,-0.003915491,-0.027373457,0.009645728,-0.020427216,-0.013390443,0.039076723,0.008962627,-0.00080655405,0.008193108,0.013950094,0.008003815,0.027044252,-0.048985817,0.03097826,0.014048855,0.0038373044,-0.0134151345,0.015546741,-0.0031397997,-0.021612357,0.017645428,-0.0105263535,-0.028031869,0.0130612375,0.009859712,-0.057611004,0.0026171857,-0.003405222,-0.02645168,0.021908643,-0.009324753,0.019225616,0.007987354,0.0125345085,0.008896785,-0.019982789,-0.00571995,0.050105114,0.0040142527,0.0022427142,-0.046911817,0.00044185584,-0.0068927454,0.0009217761,0.00020652516,-0.009448205,-0.035718825,0.037529454,-0.044541538,0.04013018,0.0043784366,-0.010402901,-0.0072384113,0.00054833334,0.006810444,0.0011100406,0.006291945,-0.03713441,-0.011958399,0.017085778,-0.03091242,-0.0012787585,0.010098387,-0.04065691,0.023159625,-0.01779357,-0.00042616713,-0.01030414,-0.0067404876,0.021102088,0.017003477,-0.008715722,-0.0029978298,0.009686879,0.01830384,-0.000009781333,-0.0141969975,-0.022583514,0.031159325,0.033381462,-0.015209305,-0.023867417,0.0017921138,-0.018155698,0.021826342,-0.0013672326,-0.022616435,-0.029760199,-0.004522464,-0.017727729,0.035093334,-0.0036294933,0.000308116,0.02638584,0.017217461,-0.018616585,0.018435521,-0.020723501,0.0018126891,0.03371067,-0.015587892,-0.0058228266,0.04124948,0.029941263,-0.023291307,0.017217461,0.0120407,0.0022427142,-0.050631844,-0.008625191,0.010946091,0.026747966,0.006584115,-0.016328605,0.016106391,0.007567617,-0.015950019,-0.046845976,0.016888255,-0.008509968,0.008357711,0.010254759,-0.020509519,0.0034072795,-0.012847254,-0.0002916557,0.020410756,0.0017807974,0.02579327,-0.0013528299,0.023324227,0.02643522,0.028212933,0.0072672167,0.0160817,-0.00022517159,-0.007040888,0.0013003626,-0.004053346,-0.013604428,0.0048845904,0.031834196,-0.03677228,-0.001467023,-0.0122793745,-0.01889641,0.031817734,0.019159775,-0.03153791,0.004185028,0.01201601,0.0114399,0.0044525075,-0.046714295,0.030056484,0.011538661,0.014073546,-0.0032241587,-0.0038249593,-0.018205078,-0.0016305972,-0.008217799,0.0045183487,-0.007394784,-0.011769106,-0.055339485,-0.0049051656,-0.029612057,0.025085477,0.002757098,-0.0019824358,-0.0144603625,0.0068392493,0.0046623764,0.012131232,-0.003094534,-0.0010832926,-0.021480674,0.03670644,-0.016970556,0.0022818074,-0.009818561,0.027340537,0.0026439338,-0.01430399,-0.0074482798,0.0047405628,-0.015011782,-0.005489506,0.0047076424,-0.009892632,0.0040101376,0.016229844,-0.0022509443,0.008896785,0.041051958,-0.030764276,0.016262764,-0.0076499186,0.0033578987,0.006193183,-0.03155437,0.004917511,-0.019916948,-0.0005647936,0.012509818,0.008723952,0.023801574,0.027752044,0.017250381,0.04118364,-0.01316,0.0038784551,0.020246154,-0.021036247,0.038747516,0.043422237,0.046813056,-0.050039273,0.039800975,-0.008740412,0.0045512696,-0.011143615,0.015382138,-0.030616134,-0.0050286176,0.023225466,-0.004084209,0.0036027455,-0.0040718634,0.015620813,-0.0036459537,0.0018816165,-0.0056294184,0.0021254346,0.028426915,0.027044252,0.015209305,0.0115798125,-0.022040324,0.0103535205,0.006361901,0.009884402,-0.050730605,-0.014731957,-0.023900338,-0.020377835,-0.0019649467,0.015571432,-0.03259137,-0.0023970294,-0.0053495932,-0.00022735771,0.0113164475,-0.015390368,0.042467542,0.007884477,0.0056993742,0.00069081766,-0.010641576,-0.035784665,-0.0029628517,0.020756422,0.020344915,-0.0206412,0.009760951,0.0066993367,0.027110092,0.012806104,0.025579287,0.0024052595,-0.008814484,0.0032262162,-0.012970706],"social":"https://twitter.com/dxlantxch"},{"title":"mental wealth academy","description":"want to make mental health fun, affordable, and accessible. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=uR7TZQA6Q5E","youtube_transcript":"Hey, I'm James. And for the past six weeks at build space, I've been working on the framework for my decentralized web three mental health app. I bought the domain for this project in October two thousand twelve, and I had to take a break because I was finishing my psychology degree. I didn't know a lot about back end or front end, and I wasn't as good as I am now at Figma. So I with personalized membership cards, mood selectors, mood trackers, mindfulness and motivational podcasts to help you get through the day. Sleep noises, a mental manager flow chart to track your progress, as well as a system for therapists to store ratings on the blockchain. I almost burnt out because nobody was reading my medium articles, so I started to use my own app. And close your eyes gently. Start to notice how your body changes. With each breath that you take. Each time you breathe, your belly moves up, and your belly moves down.","embedding":[-0.02427906,0.014768574,-0.0059272265,0.047481164,0.0076535265,-0.037788544,0.03588803,0.02966385,0.015283297,0.00063647405,0.039245605,-0.034525998,-0.0017876705,-0.030994209,0.03889718,0.020652248,0.0069408338,-0.036109757,-0.0022984336,0.01685122,-0.00051917677,0.02169753,0.028270138,0.029204559,-0.008314746,-0.041241143,-0.021871744,0.011791103,-0.019321889,-0.018292444,0.00025389672,-0.01884676,0.014047963,0.021887582,0.00040138452,-0.016756194,-0.019068485,-0.01445974,0.04326836,-0.0152278645,-0.055019867,-0.014523091,0.052422497,0.03230873,-0.05115549,-0.026385464,-0.024500787,0.038105298,0.012788872,0.047892943,-0.075513735,0.0048621474,-0.014966545,0.06309705,-0.020620571,-0.01824493,-0.053372756,0.050331935,-0.043680135,0.05096544,0.04643588,0.006243979,0.01957529,0.002010387,-0.04763954,-0.011830697,-0.018149905,0.0022212253,0.016502792,0.003907931,0.07956817,0.03728174,0.005792607,0.02375642,-0.015029895,-0.020256307,0.009510486,0.021998445,0.00052165135,-0.011965317,-0.004054429,0.026369626,0.0007913857,0.006204385,-0.029220397,-0.023122914,-0.05413296,-0.024374086,-0.010999222,-0.0028309734,0.002680516,0.031833604,-0.06689808,0.019068485,0.026227087,0.0010522114,-0.05121884,0.0700656,0.011648565,0.015615886,0.004169252,-0.015576293,-0.021871744,-0.029299583,0.023265453,-0.014966545,0.019765342,0.029283747,-0.006212304,-0.00089680485,-0.14063801,0.024532463,0.0192427,-0.00616875,0.007914847,0.007625811,0.005151184,-0.016534468,0.006046009,-0.06249522,-0.007550582,0.027383232,-0.0108804405,-0.0071783983,0.0041375766,-0.03238792,-0.03398752,-0.020129606,-0.054354686,-0.0005389738,0.053657833,0.019068485,0.05302433,-0.030392379,-0.05837744,-0.01419842,-0.03051908,-0.0016243452,-0.04478877,-0.043426733,0.017595587,-0.0016867057,0.04133617,-0.029014507,-0.005499611,-0.015314972,-0.0016936348,0.066834725,-0.063350454,-0.0107299825,0.022853676,0.0076218513,-0.008742362,-0.0076060137,0.04285658,0.0012432527,-0.0013838115,0.028571054,-0.026480488,0.0014590401,-0.010666632,-0.023914795,-0.020731436,-0.024057334,0.012194962,0.024564138,-0.016930409,-0.019717827,-0.053531133,-0.04915995,-0.027193181,-0.040829368,0.012788872,-0.0018124168,0.02057306,0.0010502317,0.079631515,-0.05387956,-0.030677456,-0.011220949,0.0005068036,0.02508678,-0.04266653,0.026528003,-0.06917869,-0.019701991,-0.026179574,0.031627715,0.03262548,0.0041969675,0.015766343,0.06084811,-0.017928177,0.019258538,0.060658056,-0.055241596,0.04165292,0.008869063,0.021650016,0.046879336,-0.005764891,0.036806613,0.0317069,-0.0033001625,-0.0010522114,0.011220949,-0.02248941,-0.02534018,-0.012163287,0.0111813545,0.06873524,-0.0087582,0.01187821,0.003795088,-0.055716723,-0.031469338,0.006402355,-0.00895617,0.020557221,0.029220397,0.0192427,0.04067099,0.01639193,0.0020687883,0.04976178,-0.0053491537,0.06249522,-0.0061053997,0.031627715,-0.012582984,0.039182253,-0.007012103,0.00020712629,-0.017643102,0.03230873,-0.0011977195,0.013857911,-0.03064578,0.04060764,0.028175114,0.042001348,-0.00046671467,-0.0069883466,0.013485728,0.03443097,0.010041047,-0.08026502,-0.06721483,-0.0030526998,0.0015402079,0.039847434,0.025102617,0.005016564,0.035476252,-0.021333264,-0.02839684,0.011197193,0.02720902,0.035254527,-0.0043355464,-0.001751046,-0.03788357,0.016882895,0.014253852,0.005657987,0.015433754,0.0024073173,0.019116,-0.004450369,-0.010294449,-0.0110308975,-0.0090828715,0.00032269137,0.029442122,0.0070952508,0.01870422,0.0013590652,0.029030345,-0.028301815,-0.021887582,0.004394938,0.015845532,0.0008532514,0.0055194083,0.017041272,0.03303726,0.038168646,0.027193181,-0.04371181,0.022030119,0.0017213506,0.0071150474,0.039689057,-0.015219946,0.0028369124,0.04139952,-0.007047738,-0.01672452,-0.009383786,0.029204559,0.03229289,-0.016629493,-0.04000581,0.010104397,0.033100612,0.033955842,0.046119127,0.0029675728,0.029267909,-0.03058243,-0.019733666,-0.008195965,0.0631604,-0.020937324,-0.057237133,0.0062202225,0.040164188,0.038517077,0.007637689,-0.0489699,-0.028618567,-0.015742587,-0.0023083321,-0.016930409,0.04371181,-0.01613061,0.023645556,0.01699376,0.0026983332,-0.041842975,0.024516625,-0.02534018,-0.000032201086,-0.027462421,0.030946696,-0.0131373,-0.024374086,-0.0043909783,0.018276606,0.018815083,-0.038580425,-0.07000225,-0.0045137196,0.017817315,0.0063746395,0.0058876327,-0.017199649,-0.050933763,-0.02222017,-0.013153138,-0.03143766,-0.013256082,0.014024206,-0.08634666,-0.008100939,-0.019131837,-0.009106628,-0.04605578,-0.033100612,-0.02082646,-0.023788095,0.018324118,0.036679912,0.02912537,0.044567045,0.0046879333,-0.051250517,-0.042413127,-0.0030764563,-0.037661843,0.03118426,-0.02157083,0.029093696,0.0018450819,-0.061196536,0.034335945,0.0631604,0.035381228,-0.032134518,0.018593358,0.05163062,0.02515013,-0.03058243,0.0032605685,-0.005266006,0.06841849,0.043109983,0.03522285,-0.02712983,0.022014283,0.035602953,-0.04114612,-0.029774712,0.0017144216,-0.012052423,-0.0280009,0.018688383,0.028064251,0.02646465,-0.045644,0.0102786105,0.019100161,-0.01930605,0.014523091,-0.0052699656,-0.017278835,-0.021681692,-0.028555216,0.015117002,-0.017310511,-0.0009804473,-0.05368951,0.0556217,-0.030424055,-0.014538929,-0.024896728,-0.00829099,0.005254128,0.04387019,0.041842975,-0.022726975,-0.05321438,0.023344642,-0.029141208,0.013176894,0.033100612,0.06474416,-0.019701991,0.016708681,-0.051979046,-0.0346527,-0.038422048,-0.004078185,0.013240244,-0.0053174784,-0.015995989,-0.014816087,0.0066715945,-0.018197417,0.023930633,0.020652248,0.01127638,-0.059612777,0.013066031,-0.017215485,-0.01884676,-0.02090565,-0.04019586,-0.03224538,-0.021950932,-0.047607865,-0.061259888,-0.012448364,0.03151685,-0.05340443,-0.011696077,0.038643777,-0.021760881,0.010856683,0.0036584886,-0.015948476,0.028444353,-0.04915995,0.031469338,0.022996213,-0.0068180924,-0.020858137,0.03205533,0.024184035,-0.00842561,0.03756682,-0.024421599,0.016882895,-0.015299134,-0.040829368,0.0075941356,0.011363488,0.050933763,0.01732635,0.00012397881,0.0011660443,0.040385913,0.007954441,0.027969224,0.037756868,0.036014732,-0.06753158,0.01791234,-0.013327352,0.019606965,-0.016613657,0.05001518,0.022631949,-0.020889811,-0.008979927,-0.06442741,-0.01127638,-0.048336394,-0.005341235,0.0008765129,0.05631855,0.018498331,-0.028254302,0.0556217,-0.02321794,-0.021174889,-0.049381677,0.012630496,0.002096504,-0.016106853,0.014435984,-0.019163512,0.009003683,0.0034130055,-0.015702993,0.027525771,0.041051093,0.017722288,0.013058112,0.002462749,-0.029537149,0.013121462,-0.033290662,-0.017437212,-0.018276606,-0.009447136,-0.037440117,0.015338728,0.009700538,-0.012218718,-0.0084810415,-0.008528555,0.03139015,-0.013770805,-0.04108277,0.048811525,-0.01997123,-0.058630843,0.0058757546,0.005796566,-0.0048265127,0.018498331,0.04520055,-0.009011602,-0.02515013,0.038453724,-0.013501565,0.0015411978,-0.018561682,0.019496102,0.02069976,-0.02939461,0.05533662,-0.0040504695,-0.001851021,0.035793006,-0.025736121,-0.004596867,0.032150354,0.039974134,0.0004630027,-0.0032566092,0.045263898,0.022647787,-0.026195413,0.011371406,-0.030439893,0.018894272,-0.003862398,0.026005361,0.014966545,-0.044345316,-0.014420147,-0.03674326,0.02534018,0.010658714,0.0048265127,0.021729205,-0.012487958,-0.013208569,-0.033100612,-0.0143330395,-0.04041759,0.01592472,-0.041842975,0.04877985,-0.010563687,-0.033195637,0.050078534,0.020351334,-0.0037000624,0.009708457,0.007958401,0.036901638,0.035381228,0.018815083,-0.010769577,-0.011141761,-0.001818356,0.01938524,0.03012314,-0.012844305,-0.024912566,-0.02315459,0.015124921,0.02473835,-0.029252071,0.0062518977,0.005028442,-0.0039970176,-0.0061529125,0.022362709,0.002288535,-0.06715148,-0.007546623,0.013818317,0.008267234,0.006441949,0.024089009,0.0054164636,-0.02362972,-0.013192732,0.018925948,0.019670315,0.043775164,0.001638203,-0.0070754536,-0.03316396,-0.009977696,-0.026100386,-0.0026725973,0.01333527,0.0226953,-0.033322338,-0.019860366,0.017896503,0.015893044,0.02369307,0.013778723,-0.038707126,0.019606965,-0.056160174,0.011751509,-0.005456058,0.031548526,0.001121501,-0.018530007,0.026955618,0.022394385,-0.038960528,-0.02169753,-0.013960856,0.058725867,0.030487405,0.014895275,-0.0030685375,-0.0020390926,-0.022901189,-0.00014575553,0.00033481704,-0.021792555,0.024785865,-0.025704445,-0.00064736244,-0.021143213,0.011292218,-0.025926173,0.006948753,-0.003789149,0.0298539,0.012947248,0.026749728,-0.011292218,-0.013541159,0.03588803,0.015782181,-0.019020973,-0.029695524,0.036394835,0.0119336415,0.014515173,0.013351108,-0.021444129,-0.0062994105,0.030376542,0.007974238,0.022346873,0.012092018,0.03576133,-0.0017391678,0.03376579,-0.013778723,-0.0065013403,0.020287983,0.0022548803,0.007265505,0.0019064527,0.031010047,0.039118905,-0.040100835,-0.007352612,0.01213953,-0.023249615,-0.0058955513,-0.027985062,0.0039851395,-0.0035139704,0.013596591,0.023107078,0.024960078,-0.006980428,-0.029537149,-0.0041969675,0.021317428,-0.013010599,0.012487958,0.0034189448,-0.00008302374,-0.0031318879,-0.0210957,-0.03118426,0.029014507,-0.035666306,-0.03661656,0.046752635,-0.014404309,0.0021915296,-0.005060117,-0.008465204,-0.036014732,-0.027462421,0.07804776,0.031231772,0.013556996,-0.003044781,0.036584888,-0.026290437,-0.0349061,-0.037218392,-0.02090565,-0.0016708681,-0.013501565,-0.0137391295,0.024564138,0.01732635,-0.019211024,0.019543614,0.043965213,-0.0011690138,0.0022053877,-0.0038386413,0.017500563,-0.019274374,0.037851896,-0.0010002443,0.013691616,-0.004858188,0.020588897,-0.022932863,0.014245933,0.0490966,0.02766831,-0.007285302,0.0046681366,-0.004596867,0.02321794,-0.0034882342,0.03443097,0.03229289,0.00037837046,0.0012383034,-0.014546848,0.024675,-0.0068418486,0.06176669,-0.07342318,-0.016233554,0.007602054,-0.010658714,0.015370403,0.0044701663,0.007079413,-0.024294898,-0.039625708,-0.0037040217,-0.022473574,0.0028210748,-0.003862398,-0.02575196,-0.017231323,-0.0050680363,0.013992531,0.002367723,-0.017262999,0.011110085,0.0017381781,0.0149348695,-0.069432095,-0.033132285,0.02891948,-0.023376318,-0.028618567,0.0032071166,0.013303595,-0.019797016,0.027240694,0.003549605,0.022283522,-0.00007968299,0.0030922939,0.010033128,-0.015829694,0.016296905,-0.0028685876,-0.009304598,0.0021618342,0.04095607,-0.009320435,0.012353338,-0.02952131,0.06626457,-0.037313417,0.010318205,0.010904197,0.0022390424,0.039847434,0.0020351333,0.037313417,-0.009265004,-0.007966319,-0.0038188444,0.004676055,0.05042696,-0.009985615,0.008615661,0.038580425,0.003191279,-0.01651863,-0.02581531,-0.013081868,-0.016423605,0.015140758,0.01884676,0.024564138,0.027177343,-0.042413127,-0.00093837857,-0.009938102,0.008298909,-0.023518855,0.00006768105,0.0040900637,0.05017356,-0.031675227,0.00656865,0.009067033,0.04247648,0.015433754,0.014119232,0.014792331,-0.008195965,0.023392154,0.019005135,0.010951709,0.0050244825,-0.034177568,-0.0041652923,0.0029378773,0.017421374,0.030012276,0.0047473246,-0.008283071,-0.0061212373,-0.011466431,0.04139952,0.025371855,-0.05780729,0.012258313,-0.014942788,0.03303726,-0.0346527,-0.02043052,-0.0148636,0.0061925068,-0.0060618464,0.026654704,0.023708906,0.031374313,0.011601051,0.014206339,-0.030424055,0.0054639764,-0.0114743505,-0.010603282,0.009518405,0.03297391,0.021539154,-0.027018968,-0.01247212,-0.0034684374,0.014127151,-0.012844305,-0.015505023,0.015710913,-0.035729654,-0.0067151478,-0.015109083,-0.00074139825,-0.010524094,0.008417691,0.003416965,-0.017738126,0.019290213,-0.017072948,-0.019923717,0.0033575739,0.0013105625,0.013264001,-0.018482495,-0.012052423,0.013517403,0.011165517,0.008338504,0.031025885,-0.014317202,0.022061795,-0.032657158,0.051187165,0.046784308,0.014752736,0.020351334,-0.006362761,0.016281066,0.021681692,0.014657711,0.009312516,0.029822225,0.0067389044,-0.019464426,-0.00019029882,-0.039625708,-0.0036169149,-0.012947248,0.013105624,-0.0062756543,-0.024643326,0.026211249,0.012733441,0.022267684,-0.028697755,0.010500337,0.017864827,0.05289763,-0.034747723,0.00038950628,-0.0008572108,0.0024587894,0.027589122,0.019654477,0.018213255,0.014348878,0.015045732,-0.021206563,-0.029980602,-0.01678787,-0.009550081,0.0016847261,-0.031105071,-0.0074832723,0.028491866,-0.028238464,0.04212805,0.022299359,0.0011056634,-0.010436987,0.037060015,0.039403982,0.013002681,0.005796566,-0.022204334,0.02427906,0.039689057,-0.019828692,-0.0383587,-0.015702993,-0.0116327265,0.0029814306,0.0047671213,0.009130384,0.019369401,0.014166744,-0.020208795,-0.01339862,0.016661169,0.011054654,-0.011292218,0.011569376,-0.034525998,-0.010674551,0.034050867,-0.0298539,0.030946696,0.026100386,-0.017579751,0.033955842,-0.010571606,-0.0021994484,-0.0008042538,0.036774937,0.0029636133,0.007570379,-0.03376579,0.008884901,0.016265228,0.025023429,-0.030012276,-0.035476252,-0.01963864,-0.011664402,-0.025641095,0.02215682,-0.0044701663,0.0018035081,-0.045992427,0.0011719833,-0.00490966,0.030629944,-0.0018490413,0.022267684,-0.011719834,-0.011149679,0.020557221,0.0055748397,-0.026543839,-0.00975597,0.03191279,0.030439893,-0.005911389,0.011228868,0.026575515,-0.008805713,0.00809302,0.009447136,0.015615886,0.015615886,-0.0055748397,-0.033607416,-0.045137197,0.011403081,0.005083874,0.008892819,-0.015283297,0.015908882,-0.014475578,0.038992204,-0.014119232,0.0110388165,0.0030368622,-0.027050642,-0.0060816435,-0.055241596,0.010737902,-0.0012660192,-0.009716376,0.011118004,0.0141825825,0.024326574,-0.018609196,-0.013644104,0.00009663418,0.0018302342,0.033797465,0.031453498,-0.011490189,-0.022061795,-0.01021526,-0.008869063,-0.03854875,-0.005535246,0.035064474,0.019258538,0.043838512,0.007130885,-0.019939555,-0.0055312864,0.009431299,-0.0023697028,0.018007366,0.0032328528,-0.009858914,0.009977696,-0.017072948,0.0020826461,-0.0061529125,0.016692843,0.018498331,0.0071031693,0.0055154487,0.040575966,0.023122914,0.031405985,0.031168422,0.007404084,0.021650016,-0.010357799,0.017358024,0.020383008,-0.033544064,-0.028618567,-0.0013353088,0.015402079,-0.0026369626,0.023186265,-0.016597819,-0.010088559,-0.0067151478,-0.018165743,-0.02348718,0.025973685,-0.010120234,0.042349778,-0.015029895,-0.0010868562,0.025767796,0.007902969,-0.002415236,0.023075402,-0.00047191136,-0.043236684,0.023233779,-0.0042880336,-0.0078000245,-0.020588897,-0.014523091,0.0047473246,-0.0024033578,-0.0014273649,-0.0070358594,-0.0053135194,-0.016019745,0.037060015,0.00050383405,0.0043434654,0.024421599,0.00862358,-0.01631274,0.017801477,0.090717845,-0.0005379839,0.02906202,-0.021174889,0.060689732,0.012757197,-0.003755494,0.020810623,-0.030835833,0.023186265,-0.034747723,-0.012171205,0.0138816675,0.013588672,0.0071704793,0.019068485,-0.020620571,0.0043632626,-0.011894047,0.012559227,0.011711915,0.04108277,0.048716497,-0.0040108757,-0.029917251,-0.0150774075,0.017753964,0.0008685941,-0.018482495,0.027494095,-0.004676055,-0.012147449,0.0039396062,0.034747723,0.0418113,0.01917935,-0.009938102,0.031691063,0.0102786105,-0.046784308,0.009415461,-0.006224182,0.04301496,-0.010951709,-0.0017084825,-0.018450819,-0.031105071,0.014942788,-0.030598268,-0.03085167,-0.005717378,0.03582468,0.015433754,0.0055194083,0.009811401,0.030772483,0.021808393,0.063603856,0.019939555,-0.009573837,-0.016344417,0.021935094,-0.0068418486,0.0020727476,-0.0068616457,-0.02255276,0.008576067,-0.0030804158,-0.018735897,0.0069170776,-0.023122914,0.03363909,-0.0010720084,-0.0054639764,0.023186265,0.0006745833,0.01174359,0.00836226,0.047734566,-0.008876982,0.0119257225,0.0078000245,0.042349778,-0.0024528503,-0.010397393,0.0031358474,-0.016629493,0.01021526,0.039245605,0.02966385,-0.021333264,-0.0093758665,-0.0070952508,0.0105795255,-0.008021751,0.0005315499,-0.026005361,-0.0057055,-0.01639193,-0.010801252,0.0073288553,0.014277608,0.013026437,-0.025894497,-0.008900738,-0.0058797137,-0.018419145,0.037440117,0.0017807416,0.0034822952,0.0119336415,0.044218615,0.021745043,-0.005673825,-0.0036307727,-0.022901189,0.014974463,-0.00087403826,-0.0033258987,-0.049001575,0.026211249,0.032229543,-0.015465429,-0.0056183934,-0.007237789,0.023661394,0.03550793,-0.022125145,-0.013493646,-0.02036717,0.020873973,0.023883121,0.009177897,0.011767346,-0.018830922,0.020192957,0.017215485,-0.014744817,-0.010468662,0.0065726093,-0.0173897,0.0017995487,0.016962083,0.008457285,0.024516625,-0.017753964,0.0002553815,0.010326124,0.0028507703,0.024421599,-0.0019331786,-0.026923941,0.026005361,0.0030883346,-0.024675,-0.008599824,0.03272051,0.0010185565,-0.02687643,-0.008346422,-0.0137312105,-0.013026437,0.0030249842,-0.024263224,0.017833153,0.0035654425,-0.010096478,0.021491641,0.03382914,-0.007225911,0.003563463,-0.019591127,-0.038200323,0.000076589706,0.013952937,-0.0059589017,-0.007412003,-0.0018252849,-0.00909079,-0.0013570854,-0.03436762,0.0063588014,0.008552311,-0.025039267,0.017262999,0.0105795255,0.013232325,-0.0009898508,-0.010341961,0.013168975,0.0059826584,-0.00010115038,-0.016146446,0.016281066,0.032815535,-0.010191504,-0.0015124921,-0.012820547,-0.02760496,0.025245154,0.0125275515,-0.045612324,-0.004565192,0.0067270263,0.0067191073,0.019084323,-0.025862822,-0.021396615,0.01545751,0.007784187,-0.019084323,0.011426838,-0.028333489,-0.0014154867,0.039594032,-0.010690389,-0.0032011776,0.0315802,0.055051543,-0.03449432,-0.0012313745,0.0049057007,0.0054441793,-0.064015634,0.0021064025,0.046815984,0.013216488,-0.03177025,-0.0073605306,0.0076139322,0.02209347,-0.015164514,0.009193734,0.022869512,-0.021840068,0.0063785985,-0.018355794,-0.04659426,0.0061727096,-0.04935,0.0036664074,0.007831699,0.022299359,0.0048542283,0.0013461971,0.023107078,-0.015885126,0.011949479,-0.0025260993,0.011007141,-0.0060816435,0.023059564,-0.012986843,-0.0045137196,-0.019860366,0.025118453,-0.0053966665,-0.020319657,0.021269914,-0.012329582,0.0013293696,0.002401378,0.035856355,-0.00080375886,-0.018165743,0.0039455453,0.0278742,0.00051868183,-0.01830828,0.025973685,-0.013018518,-0.013034356,-0.010745821,-0.016550306,-0.0024330532,-0.0077921054,-0.01818158,0.0010532013,-0.011894047,-0.048843198,-0.013849992,-0.0044147344,-0.0317069,0.019844528,0.026306275,-0.0034803154,0.0055194083,-0.019828692,0.0280009,0.00749911,-0.0056302715,-0.015346647,-0.03012314,0.029822225,0.05897927,0.016328579,0.015497104,0.015695075,0.004478085,-0.0034387417,0.004877985,0.0010343941,-0.026322113,0.0045097605,0.01619396,-0.0014768575,0.033797465,-0.0022469612,0.011711915,-0.0067389044,-0.015631724,-0.03237208,0.008869063,-0.009114547,0.022711137,0.0138816675,-0.012131612,0.016067259,0.0025300586,0.020319657,0.011363488,-0.008164289,0.021444129,0.021903418,0.07145931,-0.013549078,-0.022742812,0.00071467226,0.047987968,0.0075862166,0.021206563,-0.003084375,0.033195637,-0.021285752,0.016075177,-0.002846811,0.0006528066,0.034462646,0.003171482,-0.014586441,-0.021855906,-0.02521348,-0.0061806287,-0.008702768,0.009803482,-0.006469665,0.02321794,-0.012369175,-0.013248163,0.0032882844,0.029901413,0.047924615,0.036458187,0.018118229,-0.02560942,0.01267009,0.0051234677,0.009043277,-0.013834155,0.009518405,-0.0152357835,-0.021412453,-0.021713367,0.010856683,-0.04744949,0.040575966,-0.012012829,0.013683697,-0.00034471555,0.010840846,-0.004537476,-0.0635405,0.036458187,-0.0030190449,-0.01843498,-0.023249615,-0.0020202855,0.047734566,-0.0033615334,-0.0056777843,0.008140533,0.00418113,0.032356244,0.0092254095,0.0192427,0.011062573,-0.024310736,-0.03696499,0.004604786],"social":"https://twitter.com/Jhinnbay"},{"title":"friends-and-fables","description":"an ai powered dungeon master, so you can play dnd whenever you want. ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=2TOppFCye6w","youtube_transcript":"Hey, I'm Will. And this is David, and we're building friends and fables. There are a lot of people who wanna play dungeons and dragons, but can't because they don't have a dungeon master or a group to play with. That's why we built an AI discord bot that you can play DND with whenever you want. Alright. So to set up a game, you start by either picking world or you can create custom one. I'm just gonna pick world. Then you go and you set up your character. Here, you can also create your own. I'm gonna pick a pre made one, and then we're off the discord. So the way you play the game is you're just talking to Ron's as if he was thinking it doesn't matter. Here we got our first role. So I'm gonna roll a skill tag for something. So going into our dashboard, you can see it's really awesome. We've recorded over seventy one thousand events and seven hundred games. And then looking at daily active users chart, beginning we did a big marketing push to get users and validate the idea. See, we didn't do another one because we wanted to make sure we had to improve the product and make sure that we didn't balloon these API costs before we were ready to ask people to pay for it. But we've been working on it ever since and all this time has been spent improving the product, and we feel like we are pretty much there. So in the coming weeks, we're gonna be shipping some bigger updates and putting payments in and really starting our marketing push. So that's it from the demo. Please check us out at fables dot g g. Thanks. Bye.","embedding":[-0.005499123,0.012394508,-0.0063583613,0.005219871,0.003071776,-0.0056781312,-0.019146686,0.04763043,-0.009365695,0.063469045,-0.0040813806,-0.070686646,-0.018960519,-0.05940199,0.055879112,0.005602948,-0.06759339,-0.0038128686,-0.02579146,0.002799684,0.041844893,0.017886471,0.029013604,-0.0056745512,-0.004274709,-0.031362187,0.01243031,0.049606673,-0.048919283,-0.060203943,-0.027552899,-0.024130268,0.00048153132,-0.028641267,-0.010461223,0.010446902,0.040498752,0.030417025,0.013690526,-0.040326905,-0.005287894,-0.0347705,0.036059357,-0.019046443,-0.03302338,0.03545789,-0.030101972,0.042990543,0.034226313,0.027853632,-0.084663585,0.026335645,-0.044794943,0.056681067,0.02395842,0.016125033,-0.012050813,-0.02667934,-0.010983926,0.033453,-0.0012852768,0.0071782176,0.04568282,0.034197673,0.011048369,0.019132366,-0.06730698,0.025046788,-0.016683538,0.063354485,0.053186834,0.023428557,0.00073572254,-0.012559196,-0.0127740055,-0.009093602,-0.001379256,0.060032096,-0.04405027,-0.059058294,-0.02508975,-0.010940964,-0.018487938,-0.02577714,0.0016969951,-0.031963654,-0.022239944,0.010275055,-0.011112812,0.002851596,0.036746744,-0.01807264,-0.043420162,0.017127478,0.04221723,0.011972049,0.006945507,0.061005898,0.040727884,0.039868645,0.0316486,-0.0024577787,-0.026049232,-0.017786227,0.0007321424,-0.010761956,0.012365867,0.019476062,-0.048718795,0.020836523,-0.18101281,0.013941137,-0.0060504675,-0.039009407,-0.0032167723,0.018487938,0.022812769,-0.0045145797,0.026178118,-0.06661959,-0.059802964,0.024259154,-0.0018419914,-0.007296363,0.021824645,-0.013160663,-0.06289622,-0.011714279,0.016611936,-0.005309375,0.013933976,0.022798449,0.069941975,-0.028483741,-0.03846522,0.021867607,-0.052356236,0.0043749535,-0.01696995,0.006422804,-0.010561467,-0.030245177,-0.006616133,-0.041157503,-0.02844078,-0.036087997,-0.015852941,0.009487419,-0.047773633,-0.017514136,-0.014521123,0.022225624,-0.032250065,-0.03184909,-0.015093948,-0.022068096,-0.030502949,0.043276954,-0.02305622,0.02440236,-0.02347152,0.018230166,0.0019279153,-0.026836867,-0.028426457,-0.0025007406,-0.0017301115,0.011370583,-0.061349593,0.022082416,0.0029178292,0.019791115,-0.016339842,0.030560233,0.011807363,-0.0221397,0.009129404,-0.03663218,-0.0028426459,-0.083976194,-0.011184415,-0.011198736,-0.0132680675,-0.013583121,-0.055105798,-0.02417323,-0.0321355,-0.0063404604,-0.0030574552,-0.025046788,-0.015323078,0.045253202,0.024717413,-0.024359398,0.036259845,-0.016926989,0.11089899,-0.0028319054,0.043448802,0.0033796695,0.012143897,0.00058804103,0.02398706,-0.0022930915,0.030560233,0.03408311,0.0011008987,-0.009687909,-0.021294782,-0.01718476,0.050780967,-0.029314337,-0.0062545366,-0.017943755,-0.060261227,0.015208513,-0.06467198,0.042618204,-0.012451791,0.0029321497,0.00044572973,0.060203943,-0.020678995,-0.036804028,0.012573516,-0.009072121,0.015409002,-0.03325251,0.03302338,0.03981136,0.005148268,-0.020435544,-0.03190637,-0.06260981,-0.0054597417,-0.012136737,0.01016765,0.014585566,0.035801586,0.039696798,-0.0046470454,-0.010038764,0.021996493,0.015838621,0.011599713,-0.023600405,-0.022268586,-0.05241352,0.04402163,0.037376855,0.108206704,0.012566356,0.03522876,0.020879485,0.017528456,-0.028183008,-0.00407064,0.014707291,0.021738721,-0.02733809,-0.06306807,0.035114195,-0.018215846,0.014177428,-0.007149576,-0.00074198784,0.017929433,0.00060191413,-0.014084343,0.0048296335,-0.0015099318,0.011205896,0.02010617,-0.02166712,-0.0039811363,-0.0045360606,0.025404803,0.04863287,-0.0016406076,-0.0025866644,0.002438088,-0.012616478,0.012731044,0.012093775,0.002507901,0.023571763,0.018144242,-0.026077874,0.022626601,0.018058319,-0.027008714,0.0059538037,0.012838448,0.012079454,0.013669045,0.020865163,0.026536135,0.011320461,0.0030216537,0.05046591,0.043019183,-0.044107553,-0.0042210068,0.014879138,0.029056566,0.017943755,0.009609145,-0.02350016,0.010425421,-0.03482778,0.022196982,0.04952075,0.022512035,0.02216834,-0.003888052,-0.02034962,0.05241352,0.021523912,0.020492828,-0.007439569,-0.043105107,-0.023371274,-0.0034709636,-0.0044143354,0.004833214,0.00016267344,0.012072294,-0.0067306976,0.00094963703,-0.0020013086,0.026507493,-0.046198364,-0.010253574,0.023099182,-0.014592726,-0.00926545,-0.01651169,0.0002763435,0.018702747,0.04470902,-0.024559887,-0.04221723,-0.05267129,-0.025175674,-0.04840374,0.046456136,0.016339842,-0.02374361,0.013726328,0.029700994,-0.02667934,0.01422039,0.036403053,-0.029471863,0.000079938225,-0.017958075,-0.017242042,-0.059115574,0.0013980519,0.005968124,-0.02871287,0.00790499,-0.011714279,0.017256364,-0.005577887,0.0027477716,-0.048919283,-0.02438804,0.0059538037,-0.00035085552,0.040813807,0.017499814,-0.014428038,0.004407175,0.016941309,0.022182662,0.037921038,0.030331101,-0.012702402,0.012358706,-0.0012083035,0.0037878077,0.020607391,-0.05928742,0.0026546875,0.025118392,-0.014320633,0.0068846447,-0.032078218,-0.0015126169,0.042560924,-0.061005898,-0.018416334,-0.026836867,-0.030502949,-0.036947235,0.023686329,0.005517024,-0.019318534,-0.0022089577,0.017514136,0.0057783755,-0.05106738,-0.018344732,-0.028383495,0.035343323,0.016912669,-0.025218636,0.0021033431,-0.009623466,0.025218636,-0.029013604,0.045052715,-0.027839312,0.00632256,0.01536604,-0.016812423,-0.028526703,0.044823583,0.058055848,-0.016368484,-0.016998593,0.011707118,0.02487494,0.016468728,0.050695043,0.023815215,0.041443914,-0.026392927,-0.05467618,-0.017027233,0.008169921,0.029930124,-0.0008543153,0.008950396,-0.030474309,0.0033170169,-0.021724401,0.03981136,0.011026888,0.01808696,-0.01671218,-0.025003826,0.012902891,-0.011578232,0.022970296,-0.030216537,-0.022726845,0.009773833,-0.03184909,-0.020764919,-0.064786546,-0.0075827753,0.018402014,-0.049692597,-0.023084862,0.036947235,-0.00090980774,-0.0011966679,-0.033309795,0.00008877674,-0.0108550405,-0.03520012,0.059573837,-0.017743265,0.0039954567,0.035400607,0.046857115,0.029185452,0.0009415817,-0.029729635,0.024488283,-0.016196636,-0.005696032,-0.048747435,-0.0051912297,0.03932446,0.024316436,0.010131848,0.022683883,0.028268931,0.0067521785,0.02441668,0.026622059,-0.0032185623,0.014778893,-0.061349593,-0.026392927,-0.019547665,-0.003794968,-0.023672007,0.026793905,0.056537863,-0.0167265,-0.00022980142,-0.034655932,0.010368139,-0.049692597,-0.0073250043,0.004321251,-0.023371274,-0.004815313,-0.0015493135,0.07372262,-0.01782919,-0.011800203,-0.004861855,-0.02529024,-0.018001037,0.041959457,-0.02488926,-0.02871287,0.006147132,0.024473963,-0.0005853559,-0.016540332,-0.011671317,0.011213056,-0.039439026,-0.020464186,-0.022698205,-0.03144811,-0.01197921,-0.015695414,0.04339152,-0.016454408,-0.04814597,-0.03339572,-0.030159254,0.005108886,0.002624256,0.012910051,0.027466975,0.037434135,-0.06037579,0.00587504,0.02487494,-0.0011823473,0.013053258,-0.005699612,0.03508555,0.00834893,0.06432828,-0.0167265,-0.0061077503,0.02530456,0.013998419,0.038637068,-0.0078047453,-0.017471174,0.051468357,0.016425766,0.005803437,-0.0045790225,0.023643367,0.009208167,0.00789783,-0.01467865,-0.0056387493,0.008764228,-0.00016916248,-0.02961507,0.012573516,-0.003231093,0.007024271,0.0042281672,0.00813412,0.009673588,-0.042990543,0.0069920495,-0.0002532962,-0.014664329,0.009473099,-0.05713933,0.01669786,0.011714279,0.025347522,0.016568974,-0.025719859,0.0038307696,-0.022053776,-0.06902546,-0.038722992,0.041730326,-0.051812053,-0.0045109997,-0.0067485985,-0.0048690154,-0.00497284,0.016841065,0.00006623293,0.016597614,-0.0311617,0.012365867,0.017213402,-0.0012378398,-0.01379077,-0.0028784473,-0.0017784437,0.0016423977,0.008220044,0.00058490835,-0.034254957,-0.014084343,-0.03482778,-0.013010296,0.031218981,0.013647564,0.026994394,0.016798103,-0.0058428184,0.0038271893,-0.024144588,-0.0311617,-0.013167823,-0.0071567367,-0.03981136,0.010955284,0.005291474,-0.0127954865,-0.0024559887,-0.03522876,-0.019461742,-0.011599713,0.013690526,0.02395842,0.013976938,-0.0066340338,-0.04041283,-0.030903928,-0.013074739,0.020192094,0.036403053,0.0004034391,-0.021280462,-0.025032468,0.010597269,0.03027382,0.004364213,-0.024960864,0.006945507,-0.016654897,-0.017027233,-0.0018598923,0.02600627,-0.0022429693,-0.004654206,0.036546256,-0.008986197,-0.012487592,0.021523912,-0.00903632,0.019805437,0.013439914,0.014428038,-0.004503839,-0.037004516,-0.012387348,0.01669786,-0.002758512,-0.055850472,0.018817313,0.0057354136,0.014442359,-0.016783783,0.011248858,-0.018473618,0.047601786,-0.0049513592,0.03436952,-0.014807535,-0.009695069,-0.026808226,0.0073679658,0.038350657,-0.012143897,-0.002212538,-0.058600035,0.017900793,0.03302338,0.0029070887,-0.010998246,-0.0039596553,-0.02325671,0.051640205,0.012179699,0.05126787,-0.012867089,0.019533344,-0.01220834,-0.00994568,0.00053478614,0.022755487,0.0031541195,-0.005943063,-0.0021946372,-0.006669835,0.030245177,-0.02733809,-0.035973433,-0.007840547,-0.0072032786,-0.02579146,-0.025590973,0.008105478,-0.014850497,0.0038558305,0.039925925,-0.0043033506,0.032794252,-0.03815017,-0.006916866,-0.047859557,0.023614725,0.0005853559,0.023242388,-0.012136737,-0.03617392,0.0347705,-0.02347152,-0.033166587,0.021609835,0.0021838967,-0.021280462,0.0009317362,-0.01944742,0.0064765066,0.009480259,-0.027896594,-0.018430656,0.0064944075,0.015953185,0.03883756,0.04768771,-0.03434088,-0.0073751262,-0.022955976,0.011377743,-0.06644774,-0.020664675,-0.007640058,0.022884373,-0.0041243425,0.0011241698,-0.008921755,0.0053272755,-0.0017077356,0.020678995,-0.04631293,0.017929433,0.014442359,0.014564085,-0.051239226,-0.0015412582,-0.01243747,0.029958766,0.0104111,0.014950741,-0.042646848,0.02579146,0.04026962,-0.00084223226,-0.016125033,0.03568702,-0.0067092166,0.044508528,0.011248858,0.0018348312,0.023614725,0.00700637,-0.012072294,-0.03439816,-0.008234364,-0.012079454,0.044880867,-0.06358361,0.0076758596,0.013504357,0.020406904,-0.032364633,-0.041959457,0.00044662476,0.019089404,-0.002667218,-0.008041035,-0.028354855,0.013518678,-0.027667465,-0.003594479,-0.0020621712,-0.06255253,-0.0065624304,-0.03551517,0.01606775,-0.005943063,0.0063189794,0.024087306,-0.07469642,-0.04250364,-0.0028462259,-0.00474729,-0.047401298,-0.013074739,0.03734821,-0.006734278,0.019533344,-0.038350657,0.02010617,-0.032049578,-0.003635651,0.007188958,0.0587146,-0.0021642058,-0.038608428,-0.0048224735,0.053645093,0.008413373,-0.023385596,0.002438088,-0.054361124,-0.0015188822,0.034684576,-0.0028050542,-0.009337053,0.047773633,0.026965752,-0.009931359,0.022053776,-0.0010024443,-0.022125378,-0.007095874,-0.01265944,0.019848399,-0.023657687,0.0025812942,0.047830917,0.019791115,-0.013225106,-0.00834893,-0.01963359,-0.025247278,-0.015179872,0.014334954,-0.013633243,0.027008714,-0.0030144933,0.0151941925,0.007321424,0.025963308,0.016898347,-0.0123014245,0.0045289006,0.04407891,-0.021294782,-0.0034852843,0.009831115,-0.0147359315,0.014385076,0.010582948,-0.010196291,-0.026464531,-0.010640231,-0.0071996986,0.0003403388,0.010991086,-0.039381742,-0.019146686,0.016454408,0.010983926,0.009981481,-0.0041673044,0.0050766645,-0.01992,0.0011322252,0.039725438,0.043076467,-0.009559023,0.03915261,-0.021423668,-0.036804028,0.00225908,0.021867607,-0.019318534,-0.023328312,0.005123207,0.008341769,-0.0053917184,0.033080664,0.011463667,-0.01698427,-0.011392064,-0.00970939,-0.0014615997,-0.021122934,0.015724055,0.028669909,0.008499296,0.0010552517,-0.005040863,-0.01921829,-0.008828671,0.010139009,-0.00034391897,0.0068739043,-0.037605982,-0.0058428184,-0.0021105034,0.005241352,-0.004339152,-0.002101553,-0.009458778,-0.04453717,0.055306286,0.013003135,0.036718104,-0.0065194685,-0.0013362941,0.019046443,0.010454062,-0.0036302807,0.003635651,-0.014370756,-0.009974321,0.020063208,-0.024115946,0.02125182,-0.03815017,0.01920397,0.0006171298,0.0015018764,0.033080664,0.017499814,-0.0037663267,0.023099182,-0.02347152,0.00996,0.012423149,0.00088027143,0.016182316,-0.03889484,-0.0079694325,0.005330856,-0.007256981,0.0108908415,0.030216537,-0.040355545,0.048976567,-0.008692625,-0.015022345,0.018444976,0.01738525,0.015337398,0.03551517,-0.031304903,-0.027209204,-0.0022429693,0.038293373,0.022068096,-0.025046788,0.030903928,-0.02105133,0.017141799,0.015981827,-0.0066376138,-0.019705191,-0.01651169,-0.040326905,-0.031763166,0.012974494,0.010475543,-0.005456161,0.016039109,-0.0027710425,0.019977285,0.01039678,-0.008091158,0.055850472,0.0127740055,0.007876349,0.027252166,0.009823955,0.02872719,-0.050351348,-0.027266486,-0.013504357,0.019103725,-0.0008860892,0.03457001,0.004904817,-0.021437988,-0.0069490876,-0.002738821,-0.0034244214,0.022612281,0.02395842,0.005477642,-0.010246414,-0.020621713,-0.0055957874,0.0073464853,0.0049119773,-0.0012978074,0.015165551,0.012050813,-0.011134293,-0.0132680675,0.0316486,-0.0017560677,-0.031763166,0.030101972,-0.010217772,-0.0018939038,0.027552899,0.00903632,0.01810128,-0.010962445,-0.06667687,-0.021896249,-0.06255253,-0.018659785,-0.0060504675,0.021294782,0.03007333,-0.022640921,0.05132515,-0.017972395,0.0016871496,-0.017714623,0.0042245868,-0.009931359,-0.015093948,0.040126417,-0.003234673,0.041443914,-0.0019386557,0.008083997,-0.02488926,-0.009666428,-0.008327449,0.0014311683,-0.036087997,0.02192489,0.017685983,0.019547665,0.048575588,-0.0014839757,-0.021423668,-0.0055707265,0.008606701,0.0060898494,0.033596206,0.0040849606,0.009859757,0.020020247,0.037892397,-0.013396952,-0.012931532,-0.013439914,-0.0039238534,0.029786918,-0.045969233,-0.02735241,0.0066805757,-0.015767017,-0.006802301,-0.009186686,-0.0051948098,-0.0032293028,0.027080318,0.033796694,-0.012043653,-0.024373718,-0.015724055,-0.021094292,-0.040613316,-0.017299326,0.0033546083,-0.022941655,0.012108096,0.0011760821,0.023901137,0.0037699067,-0.008885954,-0.000013663339,-0.017757585,0.025848744,0.031362187,0.029700994,0.034025826,0.011427865,0.016812423,0.01016765,0.0060862694,-0.024917902,-0.0022572898,-0.0137549685,-0.017213402,0.0135688,0.011041208,-0.00020854422,-0.03505691,0.0203353,-0.011112812,0.02964371,0.008098318,0.011785882,0.036087997,0.0035801583,-0.008399052,0.03187773,0.0014947162,-0.008041035,0.03414039,0.00043789812,0.01831609,0.013991259,-0.018015357,0.0056351693,-0.025633935,0.026965752,0.033137947,0.025032468,-0.016024789,0.010532826,0.010346658,0.05602232,0.0036446012,0.027982518,-0.008298807,-0.0067915604,-0.007840547,-0.032479197,-0.04362065,-0.029471863,0.018387694,0.02892768,-0.018616823,0.012831287,-0.019733833,0.020908125,0.013232266,-0.018287448,-0.006598232,0.019962963,-0.0073321643,-0.007797585,-0.0084563345,0.09033456,0.0037197846,-0.011420705,0.016468728,0.04158712,0.0053451764,-0.03302338,-0.033481643,-0.005559986,-0.000101698875,-0.005398879,-0.013382632,0.017929433,-0.012287104,-0.014528283,-0.0077403025,-0.015022345,-0.0066232933,-0.015480605,-0.0032597343,-0.013869533,0.017800547,-0.0032633145,-0.019161008,0.014707291,-0.045310486,0.012637959,-0.02193921,0.00677724,0.02761018,0.024516925,-0.033481643,-0.004632725,0.020464186,0.013210785,0.004729389,-0.0025401225,0.010919483,0.012172539,-0.0022053777,-0.008263006,-0.015609491,0.0014651798,-0.009623466,0.0059180018,0.0073035234,-0.018831633,-0.036460333,-0.02669366,-0.0321355,0.00564233,0.016382804,0.027166242,0.042589564,-0.01174292,-0.015451964,0.021738721,0.05630873,-0.012122416,0.014356435,-0.003862991,-0.004360633,-0.01629688,-0.0034280017,-0.023786573,0.0027495616,0.0026976494,0.010260734,0.00023919933,0.026020592,-0.016855385,-0.006125651,0.0001300045,-0.0108550405,0.0483751,-0.027953876,-0.016841065,-0.0003141589,-0.011041208,0.02055011,-0.03594479,0.03634577,-0.016841065,-0.025361842,-0.005620849,-0.010017283,0.0044859387,0.037605982,-0.02034962,0.027839312,0.0009245759,0.015451964,-0.0033349176,0.024273474,-0.012265623,0.01401274,-0.016454408,0.018158564,-0.01784351,-0.014821855,0.014027061,-0.01219402,-0.039439026,0.0051948098,-0.007188958,0.0099170385,0.008871633,-0.006261697,0.0040598996,0.012251302,-0.021137254,-0.015652452,0.009866917,0.0019279153,0.05307227,-0.027481295,-0.029471863,-0.010955284,0.008642502,-0.021194538,0.020163452,0.012559196,0.0012083035,0.010969605,-0.015237154,0.026292684,0.010740475,-0.026793905,0.032851532,-0.006616133,-0.0142418705,-0.0061113304,0.008370411,-0.01671218,-0.025576651,0.0031952914,-0.006984889,-0.005495543,-0.036431693,0.014120145,-0.019375818,0.010797758,-0.009329893,-0.03408311,0.01671218,-0.040126417,0.029729635,0.006075529,-0.022111058,0.012953013,0.00046721066,0.0024273475,0.041902173,-0.0059824446,-0.014478161,-0.04026962,0.028268931,-0.020034567,-0.02579146,-0.040584676,-0.013382632,-0.042159945,-0.014105824,-0.01695563,0.018172884,0.03454137,0.005105306,-0.00813412,-0.007776104,0.035744302,0.03815017,-0.018402014,-0.056366015,-0.0058642994,-0.010948124,-0.0339399,-0.01129898,-0.006193674,-0.042704128,0.00451816,-0.0018267758,-0.026335645,-0.004500259,-0.005173329,-0.0022519196,0.014864817,0.0004475198,-0.0066053923,-0.033997186,-0.015050986,0.010146169,0.021208858,-0.042159945,0.016841065,0.02825461,0.00024591212,-0.004879756,-0.035801586,-0.013081899,-0.0048045726,0.011513789,-0.039381742,-0.043534726,-0.009236809,-0.000060079532,0.014936421,-0.018144242,-0.007031431,-0.020464186,-0.007854868,-0.01900348,0.014070023,0.020478506,0.021595515,0.04565418,-0.002647527,-0.012573516,0.03634577,0.019533344,0.017084517,0.02100837,-0.03594479,0.014198909,-0.03451273,-0.00971655,-0.011127132,-0.013454235,-0.017485494,0.007210439,0.01810128,0.03774919,0.0070851333,-0.00542036,0.049320262,-0.020091848,-0.0042818696,-0.014377916,0.000073113544,-0.0104111,-0.018129922,-0.052556727,-0.001312128,0.007940792,0.033367075,-0.0046184044,0.01626824,-0.009251129,-0.016468728,-0.026178118,0.010905162,0.009609145,0.031534035,-0.018874595,0.007661539,-0.013182144,-0.0128098065,0.015208513,-0.011807363,-0.02822597,0.0063583613,-0.009895558,0.0076042563,-0.019877039,-0.031505395,-0.008828671,-0.029285695,-0.0028265351,-0.022655243,-0.0062509566,0.00836325,0.028168686,-0.036403053,0.022297226,0.0052592526,-0.0293573,0.011141453,0.02822597,-0.0022000074,0.012272783,0.0018813732,-0.023457197,-0.014599886,0.020836523,0.026364287,0.0056817112,-0.013296708,0.0020227896,0.00068873295,0.0036302807,-0.026378607,-0.018602503,0.030101972,-0.01129898,0.012236982,0.026077874,0.0221397,0.03688995,0.064271,0.0017882892,0.0052986345,-0.013883854,0.015924545,0.015251474,0.0063547813,-0.004586183,0.010117528,0.0038558305,0.05353053,-0.0011805572,0.013525838,0.019877039,-0.00044819107,0.035858866,0.00011339033,0.042331792,0.003526456,-0.006698476,-0.0014293783,-0.03660354,0.012158218,0.011227377,0.009530381,-0.0018777931,0.015638132,0.011470827,0.0048690154,-0.017084517,-0.016440088,0.0065624304,-0.00014108061,0.02012049,0.014907779,0.028111404,-0.039038047,0.022784129,-0.012859929,-0.03007333,0.015036665,-0.0022948815,-0.019103725,0.00610059,0.0004931668,-0.014055702,0.01876003,0.022683883,0.011463667,0.0068774843,0.008263006,0.015294436,-0.020893805,0.015695414,0.04516728,0.009465938,0.002438088,-0.026937112,-0.041214783,0.008527937,-0.00970939,-0.04095701,0.011427865,-0.009401496,-0.013418433,0.010991086,0.006612553,-0.019547665,0.05043727,-0.00090578006,0.0007728667,0.019877039,-0.014936421,0.020893805,-0.02256932,-0.0020693315,-0.023399916,-0.00970939,-0.04682847,-0.004174465,0.027180562,-0.028383495,-0.042875975,-0.003948915,-0.0010113948,0.013325349,0.015552208,0.025061108,0.02620676,-0.028154366,-0.019533344,0.0008297017],"social":"https://twitter.com/____david0____"},{"title":"promptman","description":"postman for prompt engineer.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WpfetQeclFU","youtube_transcript":"For the cap, I'm Jean, and I'm from Bangkok Thailand. I built prompt man for night of weekend. Prompt man is a post man for prompt engineering. Promptment allows you to use any AI, that large language models, any of it, and organize it easy in fortresses, in one place. Think of prompt man as a typical AI program with photos to organize your prompts. What's more is that you can now have access to other models like Barcode here. You can now toggle around the parameters. I like it to page around. You just copy and paste prompts for one time and use it anytime you want. You can also use it to make a shot prompting as well. In the end, you so you can come back anytime to modify and get a code snippets ready for the AI apps. Our progress over the past week is quite a roller coaster, starting off quite fun. Getting three to four hundred users in the week three. On week four is when our performance dropped and mainly because we engage with early doctors too late and we shift features too slow. Most importantly, we learned that we should prioritize our time better and excuses and non negotiable. After week six, we'll continue to add more AI models because we wanna use it ourselves with the hope, patterns would love it too. That's our demo, and hope you like it. See you all in Dubai. Goodbye.","embedding":[0.0024126119,0.0076208594,0.0058422186,-0.0021869799,-0.016254311,-0.011596385,0.008224012,0.061037317,0.008003884,0.00082548306,0.014202711,-0.058747977,-0.008091935,-0.052866135,-0.018666923,-0.013014016,-0.023597809,0.0119926175,-0.0259752,0.014026608,0.008739114,0.012256772,-0.00839131,0.014660579,0.0073611075,0.015188888,-0.030747592,0.031135019,0.026978986,-0.017786408,-0.00085575075,-0.033019323,-0.013515909,0.034181602,0.0060667503,0.0033811785,0.015981352,-0.00051097403,-0.010442911,-0.032808,-0.024267001,-0.019142402,0.02190722,0.021449352,-0.028951341,0.03171616,-0.011543555,0.012785082,0.008303259,0.046420764,-0.072906666,0.03470991,0.0035792945,0.051562972,0.033371527,-0.037791714,-0.004257291,0.038214363,0.00928063,-0.0213613,0.034428146,-0.03624201,0.008554205,0.04564591,-0.020516004,-0.008426531,-0.051069885,0.030043181,0.010434106,0.027859503,0.029109834,0.026468288,-0.009993848,-0.0069340575,-0.035678476,0.0012470298,-0.021185197,0.08368417,0.016650543,-0.05670518,-0.0037157743,0.007180602,0.011481918,-0.010786312,-0.032614283,-0.033019323,-0.058043566,-0.016087014,0.0052698837,-0.050013267,0.000599851,0.032931272,-0.02129086,0.06047379,0.070265114,0.02891612,-0.028017996,0.0381087,0.044201866,0.036171567,0.067729235,-0.035660867,-0.026767664,0.0042528887,0.025799097,0.0030201674,0.033635683,-0.00304218,-0.027049428,0.019160012,-0.12693508,-0.033160206,-0.058008343,0.03183943,-0.0029893492,0.044800617,0.0005910459,-0.04680819,0.035643257,-0.038742673,-0.042018186,0.059100185,0.021396521,-0.0036321254,0.007616457,-0.044765394,-0.034903623,-0.06128386,-0.015761223,-0.033124983,-0.0034097952,-0.009844161,0.03705208,-0.036558993,-0.024583986,-0.029708585,-0.03404072,0.016271923,-0.043743998,0.010707065,0.0235802,-0.036171567,-0.012159916,0.006212035,-0.02196005,-0.0577618,-0.05025981,0.02078016,-0.0050849756,0.014449256,-0.016544882,-0.016685763,-0.017663136,-0.030659541,0.015514678,0.034815572,0.016650543,0.042616937,-0.03002557,-0.02942682,-0.03411116,0.0007968663,-0.034075942,-0.018843027,-0.040644582,0.0027868308,-0.0666374,-0.043779217,-0.08135961,-0.051633414,-0.025288397,-0.022629242,-0.00548561,-0.019917255,0.056176875,-0.06455938,-0.0060271267,-0.018121004,-0.042793043,-0.026697222,-0.044201866,0.04564591,0.012300798,0.01329578,-0.032755166,-0.03395267,-0.053852312,0.016245507,-0.014889513,0.016087014,0.05543724,0.035572816,0.044377968,0.03338914,0.017064385,-0.0671657,0.06994813,-0.015770027,0.063397095,-0.036136344,0.007898222,0.02192483,0.03765083,0.016632933,0.017680746,-0.02252358,0.00921019,0.013031626,0.0028044411,-0.011050466,0.06575688,0.018349938,0.040715024,-0.0102491975,-0.07241357,-0.037404288,-0.047618266,0.026996598,-0.033758953,0.0028440643,0.017751187,0.0063837357,0.048956648,-0.04141944,0.007374315,0.014123465,0.015849274,-0.030501049,0.027841892,-0.022030491,0.03525583,-0.0124769015,-0.007251043,-0.040081054,0.009430318,0.002703182,0.03358285,-0.037404288,0.020885821,-0.01416749,0.03405833,0.01671218,0.035379104,0.0030377775,0.017610306,0.022400308,-0.040820688,-0.046244662,0.01970593,0.019195233,0.095025204,-0.060192022,0.03474513,-0.014502086,0.010557378,0.036875978,-0.041912526,0.007541613,-0.0057189465,-0.012749861,-0.008932827,0.01852604,0.008087533,0.05022459,-0.0009548087,0.0072158226,-0.031258292,-0.011675633,-0.006722734,-0.025288397,0.013304586,-0.037791714,0.027384024,0.012837912,-0.04215907,-0.009307046,-0.00024241685,0.009025281,-0.020656887,0.029796636,-0.041771643,-0.012855522,-0.0042682975,0.0027648178,-0.021871999,0.037862156,0.002857272,0.015259329,-0.03587219,0.024989022,0.009491954,-0.031258292,0.0006268168,-0.025235567,-0.0036981641,-0.014898318,0.024372661,0.00835609,0.013692012,0.039517526,0.02835259,-0.028722407,-0.027612958,-0.033019323,-0.006951668,0.028423032,-0.04346223,-0.008620244,0.017839238,-0.002223301,-0.050999444,0.0054812073,0.04039804,-0.03243818,-0.047512602,-0.02595759,0.06431283,-0.008369298,-0.0064849947,0.008721503,-0.048850987,0.008963645,-0.016941113,-0.006075555,-0.036171567,-0.0046711336,0.035467155,-0.0050409497,0.007717716,-0.03224447,-0.0005533488,-0.01696753,-0.015409017,0.0145373065,0.018754974,0.023914794,-0.018983908,-0.007854196,0.019424167,0.03217403,-0.051351648,-0.040644582,-0.042793043,0.02481292,0.024918582,0.040855907,-0.0069076424,0.036136344,0.0293916,0.005683726,-0.012978795,0.011085687,0.0014671586,-0.038566567,0.0047107567,-0.012459291,0.014616553,-0.0025689031,-0.037967816,0.010293223,-0.017354956,0.015893301,0.00082768436,-0.0013912141,-0.02826454,0.020357512,-0.027348803,-0.023386486,0.010293223,0.007823378,-0.002696578,-0.00980894,0.027524907,0.0024566376,-0.040327597,-0.0102491975,0.008140364,0.0027229935,0.006960473,0.04557547,0.009659252,-0.046033338,0.023914794,-0.008611439,0.02141413,0.033036932,0.036805537,-0.014510891,-0.031328734,-0.017214073,0.03002557,-0.052302606,-0.033882227,0.028106047,0.009720888,0.030219283,0.024460714,0.037192963,-0.0035792945,0.036629435,0.024372661,-0.019160012,-0.027507296,0.015188888,-0.011103298,-0.004112006,-0.011182544,0.020410344,0.018085783,-0.003942507,0.038214363,-0.08143005,0.0762174,-0.00023099767,0.0004262244,-0.009544785,0.045258485,0.030994136,0.080443874,0.054169297,-0.030324945,-0.067306586,-0.02777145,-0.009236605,-0.004948496,0.020656887,0.05244349,-0.028194098,-0.004675536,-0.042969145,0.0052830917,0.029585313,0.0018017543,0.0037091705,0.010918389,0.0036343266,-0.0018931078,0.049379297,0.0096768625,-0.005934673,-0.006035932,-0.02486575,-0.05085856,0.019512217,-0.030712372,-0.03180421,-0.02190722,0.032191638,-0.003086206,-0.0032138806,-0.05085856,-0.051739074,-0.040644582,0.04508238,-0.05483849,-0.033635683,0.043532673,-0.012617784,0.032508623,-0.006537826,-0.01039008,-0.001052766,-0.037509948,0.015409017,0.005903855,0.028792849,-0.060156804,0.05131643,-0.01894869,0.018437989,-0.007457964,-0.017222878,-0.016632933,-0.00074073346,-0.03470991,-0.0016949918,0.0062912814,0.0029365183,-0.030201674,-0.025746265,0.0044576083,0.01331339,-0.007413938,0.0507529,-0.010284418,0.06829276,0.008188792,0.020973872,-0.030958917,0.037087303,0.024108507,0.0146958,0.031399176,-0.024654428,0.028722407,-0.03175138,0.040503703,-0.013366221,-0.03233252,0.009553591,-0.01156997,0.0040239547,-0.015717197,0.07311799,-0.0016113429,0.013190119,0.023562588,0.029919907,-0.0073258867,-0.013885725,-0.030448217,-0.012811497,-0.00078310823,0.027859503,-0.024531154,0.034163993,-0.0015199895,0.05121077,-0.01242407,0.02310472,-0.036699876,0.014871903,-0.027384024,-0.008805153,0.0042771026,-0.029127445,-0.04902709,-0.012890743,-0.022030491,0.008378102,0.038390465,-0.01669457,0.018367548,0.013269365,-0.04909753,-0.025552552,0.005674921,-0.014598943,-0.00851018,-0.031680938,-0.006212035,0.03527344,0.018297106,-0.008875594,-0.014158685,0.024548765,-0.01326056,0.0017467221,-0.0068107853,0.002971739,0.036735095,-0.00076384697,0.013577545,-0.06325622,0.037967816,0.01961788,-0.0358898,-0.013577545,0.038390465,-0.03180421,0.027665788,0.01758389,0.013163703,-0.008232818,-0.0033965877,0.016826646,0.0032072768,-0.015893301,-0.03182182,-0.0018843026,-0.0053051044,-0.008884399,0.000495565,0.003988734,0.026397847,-0.01963549,0.017266905,-0.005591272,-0.02070972,0.0020438961,-0.024355052,-0.0154794585,-0.005318312,0.025851928,0.027243141,0.015549899,-0.008576219,-0.0025204748,0.010064289,0.040186714,-0.006762357,-0.045892455,-0.00009169741,0.01565556,0.011904567,0.014264347,-0.01847321,-0.021132367,-0.03523822,0.02143174,0.0024170144,-0.011112102,-0.0305891,-0.008113948,-0.002383995,-0.004539056,-0.027489686,0.023509758,0.01529455,-0.014493281,0.00061581034,-0.0042066616,-0.008166779,-0.03527344,-0.00055362395,0.015681976,-0.025693435,-0.018121004,0.042616937,0.011640412,-0.005820206,-0.021202806,0.033723734,0.01780402,0.00779256,0.027243141,0.036523774,-0.050999444,-0.010169951,0.0054679997,0.008884399,0.017478228,0.026697222,0.0129083535,-0.012741055,0.029761415,0.0075592236,0.01669457,0.016985139,-0.058501434,0.012758666,0.014528502,-0.0020493993,-0.044835836,0.020692108,-0.003629924,-0.0010923892,0.0020141785,-0.0061856196,-0.017407786,-0.035836972,-0.035660867,0.04673775,-0.0015948332,0.018966299,0.0116492165,-0.0064761895,0.0033415554,0.010962415,0.026644392,-0.034252044,0.0027714218,-0.0008843675,-0.012001423,-0.031962704,0.02248836,-0.004490628,0.04670253,0.021537403,0.041489877,-0.019811593,0.0021374507,0.032191638,0.016430415,-0.0054679997,-0.02196005,-0.0007693502,-0.056247313,-0.0027538114,-0.015611535,-0.031275902,0.017178852,-0.04849878,0.008840373,0.04723084,0.013665597,0.040257156,0.029761415,0.018878248,-0.019476997,-0.02141413,0.009553591,0.029602922,-0.007995078,-0.0033195424,-0.023950014,-0.0027714218,0.025499722,0.0049000676,-0.061459966,-0.05184474,0.023826743,-0.044589292,0.010530963,-0.027366415,0.0043167262,0.0077441316,0.011851735,0.049837165,-0.0059786984,-0.041912526,0.0013934154,-0.0451176,-0.0019866626,-0.009923407,-0.009012073,-0.025552552,-0.0058818418,0.0022255024,-0.049062308,-0.035396714,0.023914794,0.002949726,-0.006868019,0.0061151786,-0.03120546,0.048850987,0.02081538,-0.044589292,-0.007541613,-0.020093357,-0.00057618716,0.0060711526,-0.04046848,-0.010398885,0.0008139263,-0.04546981,0.005472402,-0.062270038,-0.04515282,0.00003958879,-0.0024654428,-0.015347381,0.018895857,-0.009386293,-0.0011006441,0.026239354,0.049238414,-0.0100202635,-0.0063749305,-0.034498587,0.021255638,-0.02305189,0.021590235,0.040081054,0.0027758244,0.02308711,-0.004754782,-0.008039104,0.028581524,0.017848045,0.026838105,0.0026107277,0.038566567,0.008369298,0.009896992,0.029585313,0.011297011,-0.012397654,0.013595155,-0.010451716,0.010557378,-0.02319277,-0.007937845,0.055402018,-0.032825608,-0.020251852,0.020533616,-0.028722407,0.035308663,-0.0035506778,0.022277037,-0.025834318,-0.050435912,0.016104624,-0.042616937,-0.013375027,-0.012961185,-0.0451176,-0.013973777,-0.0024104104,-0.031575277,-0.010372469,0.0057101413,0.0235802,-0.01416749,0.01680023,-0.066285186,-0.0322973,0.013392637,-0.01961788,0.0018953091,-0.005102586,0.046315104,0.022963837,0.026820494,-0.011904567,0.052760474,-0.01066304,-0.028405422,0.0018281698,-0.0027229935,-0.04546981,-0.0005145511,-0.03115263,-0.004182447,-0.01680023,-0.046526425,-0.0018876046,0.003139037,0.022963837,-0.01856126,-0.042370394,-0.022030491,0.021009093,0.00058058975,-0.01963549,-0.022118542,-0.027595349,-0.02483053,-0.009012073,-0.017214073,0.038320024,-0.029057004,-0.018226666,0.033195425,-0.024883362,0.00075504184,-0.01621909,0.01967071,-0.043638337,0.025024243,0.016703375,0.023122331,0.023738692,0.016483245,-0.019899644,0.017768798,0.03404072,-0.020621667,-0.012961185,-0.00074513606,0.010037874,-0.0021880805,0.0015805248,0.013982582,0.015356186,0.0039447085,0.012159916,-0.016078208,-0.014466866,-0.012468096,0.012855522,0.008210804,0.034797963,-0.0060711526,0.0028088437,-0.021132367,0.05438062,0.017214073,0.02828215,0.012283187,-0.009553591,0.0105925985,0.008202,0.036805537,-0.037615612,0.042933922,-0.011332232,0.00017307627,0.02835259,-0.041348998,0.002718591,-0.0030553879,-0.022594022,0.009368682,0.014325983,0.03631245,-0.022065712,-0.010469327,0.0010511151,0.00028974455,-0.010513352,-0.0073258867,0.029990349,0.030765204,0.019970085,0.047054734,0.009720888,-0.029373989,-0.0155939255,0.001741219,-0.0149951745,-0.022822956,-0.007044122,0.012899549,0.020287072,0.033970278,0.026750054,-0.0023707873,0.022171374,-0.009527175,0.05642342,0.011684437,-0.014942343,0.026873326,-0.0184556,0.0147662405,-0.0009801235,-0.024108507,-0.027612958,-0.001784144,0.016025377,0.0060535423,-0.003803826,0.009412708,-0.033794176,0.03581936,0.032702338,0.0124769015,-0.006018322,0.0003345958,-0.018138614,0.0146781895,0.020744938,-0.013084456,-0.014053023,0.0146517735,0.009298241,0.0017081996,-0.022981448,0.0025468904,-0.0147662405,0.0036475344,0.0138417,-0.025640603,0.018402768,0.017081996,0.005921465,-0.004966106,0.029867077,0.008338479,0.02248836,-0.013973777,-0.035114948,-0.004882457,0.027912334,0.034815572,0.006639085,0.028951341,-0.007563626,0.03117024,-0.040644582,0.0011897963,-0.007409536,0.0018237672,0.011746073,-0.0034714313,-0.011834125,0.047547825,0.0013152696,0.029585313,0.024724869,0.020868212,0.00021049818,0.0077881576,0.04670253,0.01331339,0.023368875,0.0010021364,0.033195425,0.012274383,0.023826743,-0.028017996,-0.014475671,-0.019882035,-0.016395194,0.020375123,0.010847948,0.040679805,0.024090897,0.009641642,0.007708911,0.024936192,0.010803922,-0.00750199,-0.032508623,-0.033248257,0.03867223,-0.009597616,-0.021466961,-0.027789062,0.017469423,-0.012300798,-0.027595349,-0.017266905,0.011816515,0.0036783526,-0.008483765,0.0010945905,-0.010601403,-0.020093357,0.009580006,-0.0072906665,0.025781486,-0.036875978,-0.016729789,0.0028176487,-0.004184649,-0.051351648,0.016421609,-0.007224628,0.0014495482,-0.022048103,-0.017214073,-0.016941113,0.03986973,0.0013769057,0.01071587,0.015567509,0.013198923,0.011402672,-0.018191446,-0.020533616,-0.0259752,0.011402672,-0.006771162,-0.0005893949,0.03522061,-0.009254215,-0.012300798,0.0050233393,0.0012745458,0.012212747,0.05068246,0.00073908246,0.0042396807,0.015083226,0.00463151,0.029638143,-0.013410247,0.018032953,0.025253177,0.01155236,0.023844354,-0.002659156,-0.02252358,-0.028141268,-0.0005976497,-0.009359878,-0.015541094,0.021836778,-0.017531058,-0.01445806,0.0019591465,-0.013639181,-0.0121070845,-0.018332327,-0.0008568514,0.013639181,0.0021231424,0.024108507,-0.0061107758,-0.018719755,0.01960027,-0.009236605,-0.028176488,-0.0088623855,0.011349842,0.0024808517,0.011393867,0.009060502,0.004653523,-0.004745977,-0.0051862346,0.00074568635,0.013612766,0.04448363,0.021607844,-0.011032856,0.0146958,0.012846718,-0.014053023,-0.03927098,-0.010328444,0.006009517,-0.02313994,0.008827166,0.046068557,0.035519984,-0.00034835385,0.029532481,0.0018237672,0.006960473,-0.036699876,0.03705208,0.010707065,-0.046350323,0.013727233,0.029004171,0.009245411,0.0035308662,0.00382804,-0.002130847,-0.0038258387,-0.007576834,0.02137891,-0.012864328,0.018121004,0.023492146,0.027049428,0.030782813,-0.044800617,-0.012617784,0.0123624345,0.0056264927,-0.002164967,0.020410344,-0.029602922,0.0023333654,0.023298433,-0.010830337,0.0055296356,-0.04110245,0.003086206,-0.008188792,-0.010213977,-0.022858176,0.0074447566,0.0018688936,-0.014414035,-0.028493473,0.029197887,0.019353725,0.0032843219,0.0074975872,0.006097568,0.09551829,-0.038848333,0.008012689,-0.0038632606,0.013410247,0.0068944343,0.001351591,0.021537403,-0.036277227,-0.028000385,-0.0036607422,0.0051157936,0.008320869,-0.0037399884,0.02019902,-0.016122235,0.020727329,-0.00953598,0.008501375,-0.034075942,0.007158589,0.02199527,0.014775046,-0.008109545,-0.024654428,0.026116082,0.008946035,-0.015012785,0.0033195424,0.045188043,-0.0053667403,0.0057321545,0.000052314987,0.018684534,0.013102067,0.0021572623,-0.021519793,0.015347381,-0.012749861,-0.00048043113,-0.009315851,-0.005247871,0.027701009,-0.03455142,0.020463174,0.016624128,-0.028493473,-0.0029629339,-0.027084649,-0.023210382,-0.021502182,0.013982582,-0.015840469,0.01905435,0.005670518,0.002211194,-0.0026173317,0.038566567,-0.0012613381,0.0152241085,-0.027384024,0.038284805,-0.005393156,0.01035486,-0.016289532,-0.02081538,-0.030465828,-0.008215208,0.0036343266,0.033618074,-0.034480978,0.0112794,0.016245507,-0.0040503703,0.037756495,0.005133404,-0.021466961,0.004112006,0.034480978,-0.00059049553,0.023932405,0.0006923051,-0.0059478804,-0.017751187,-0.0068944343,0.0027868308,0.014141075,0.007427146,0.018191446,0.029145055,-0.027560128,-0.008791945,0.0036849563,-0.0016223494,0.010081899,0.03465708,-0.022981448,0.01852604,-0.005507623,-0.018966299,-0.020568836,-0.007457964,-0.037157744,-0.013788869,-0.020991484,-0.0008717101,-0.06406629,-0.018191446,0.019265674,-0.0009988345,-0.0010901879,0.009685668,0.017460618,0.02713748,0.032614283,-0.050929002,-0.021713506,0.017988926,-0.0046975487,-0.030448217,0.0017324138,0.025605384,-0.005318312,-0.021502182,0.013753648,0.04318047,0.02305189,-0.04726606,0.01156997,-0.008091935,-0.010222782,0.028088437,0.032702338,0.010205172,-0.0009526074,0.02826454,-0.02023424,-0.045927674,-0.013392637,0.0042660963,-0.0005982001,0.031592887,0.016809037,-0.01842038,0.024566375,-0.013832894,-0.0007588941,0.00013365946,-0.010795117,0.0004383315,0.00055665075,-0.005327117,0.030043181,-0.0021638663,-0.03467469,-0.026380237,0.021537403,0.016580103,-0.022946227,-0.02076255,-0.006013919,-0.023985235,-0.021449352,-0.019019129,0.0042044604,0.01326056,-0.0037531962,0.014827876,-0.012556148,-0.029057004,0.013331001,0.0035396712,-0.030131232,0.019846814,0.040221937,-0.03279039,-0.010522157,0.026204133,-0.019917255,0.0039028837,0.020375123,-0.01238885,0.008100741,-0.009932212,0.0091045275,0.033899836,0.008127156,-0.0041736425,-0.021748727,-0.0002662183,-0.0063617225,0.0041626357,-0.00049666566,0.02599281,0.014185101,0.022206595,-0.009078112,-0.016941113,0.015329771,0.008378102,0.0012404259,-0.025358839,-0.005441584,0.013753648,0.0009096823,0.0008744617,0.008611439,-0.028000385,-0.0126794195,0.012265577,-0.0018843026,-0.012626588,-0.03569609,-0.024126118,0.009896992,-0.025024243,0.006691916,0.036523774,0.0018743968,-0.039623186,0.008025897,0.021519793,0.022400308,-0.02539406,0.003788417,0.02831737,0.057409596,0.018825416,-0.017592695,0.019371336,0.03641811,-0.035132557,-0.0017059983,0.0010346054,-0.012300798,0.009571201,-0.013348611,0.013216534,0.019811593,0.001071477,-0.035026897,0.009192579,0.023897184,-0.0032469,-0.0034472172,0.02655634,0.012353629,0.015998961,-0.029285938,-0.0036497358,0.010451716,-0.0038500528,-0.017134827,-0.013876921,0.0051554167,0.0074359514,0.02368586,-0.027859503,-0.025499722,-0.0069076424,-0.043532673,-0.032103587,-0.006009517,-0.0026547534,-0.014281957,0.026239354,0.016201481,-0.012529732,-0.01582286,0.010310833,0.00018889803,0.02076255,0.0025578968,-0.023368875,-0.0055956743,-0.009624031,0.007488782,0.025235567,-0.0033745747,-0.017090801,-0.02196005,-0.00075559213,-0.043004364,-0.0041296165,-0.00798187,0.05490893,-0.023227992,-0.0013053638,-0.004034961,-0.008690686,0.014669384,0.009896992,0.032491013,0.018332327,0.004842834,0.03590741,0.012741055,0.02539406,0.0030707968,0.023826743,-0.022453139,0.009923407,0.023597809,0.0030751994,0.02190722,-0.0018611891,0.0071850047,0.044131424,-0.00926302,0.027524907,0.042476054,-0.009703278,0.021167587,0.03560804,0.027982775,-0.0028704796,0.004411381,-0.0012811497,-0.021026704,0.020163799,0.040116277,0.025094684,0.02653873,0.0213613,0.016553687,0.021061925,0.011922177,-0.037228186,0.016544882,-0.024425494,0.023544978,0.009606421,0.0276834,-0.019318504,0.023368875,-0.0032028742,-0.03353002,0.012212747,0.036523774,-0.003048784,-0.0044355956,-0.0048076133,0.00331514,0.0026261366,0.0053887535,0.028722407,-0.0036255214,-0.006163607,0.0023201576,-0.01905435,0.022822956,0.036277227,0.020832991,0.01591091,0.001141368,-0.011499529,0.021660674,0.023844354,0.0050673652,0.02940921,-0.0208506,-0.06068511,0.0009041791,0.012837912,-0.0022937423,0.029197887,-0.01905435,-0.005062963,-0.006035932,-0.023650639,-0.028070826,-0.018209055,0.040257156,-0.04036282,-0.020445565,-0.041278556,-0.021114755,0.020022918,-0.025323618,0.0008717101,0.037087303,-0.023650639,0.004565472,0.003874267,0.017848045,0.0073699127,-0.019917255,-0.022594022,-0.037228186],"social":"https://twitter.com/jeantnd"},{"title":"get cool on cam","description":"self-paced course to take you from 😬 to 😎 in zoom and on video.","niche":"other","youtube_url":"https://youtube.com/watch?v=NjdYmCm-Htw","youtube_transcript":"What's up? Buildspace gang? My name is Cam, and this is Pinky, and I'm gonna tell you about what I've built. Many years ago, I was working for a startup and playing in a band and I got a repetitive stress injury that went out of control. My ability to type and use my hands, well, it became a problem. So I started using video as a way to communicate with people in the office and share my ideas. Turns out video is great for that. People being able to see your face and hear your voice is really powerful. So that's what I built during build space. I built a self paced course that teaches people how to talk to the camera. How to not feel weird. Here's the landing page that introduces what it's about. Talking about how it's useful for Zoom and making your own videos and what you'll learn in it. Inside the course, I've got a section on psychology and how to think about it. But the real magic are these exercises. These learning by doing exercise that help you understand When I launched it, I did a soft launch in my newsletter. I have a newsletter about entrepreneurship and video. And with this very casual launch, that and a tweet that some guy named Farsa was kind enough to share. Well, it did pretty well. Made sixteen hundred bucks the first week and the sales since then have been okay but slower than I'd like. And the reason that's happened is I did some work overseas and I got sick and it just completely tanked my ability to promote it. But now I'm back. I'm building v two of this thing and pushing it, and I love doing this. So thank you build space.","embedding":[0.010960119,0.020303562,-0.023552766,0.041114315,0.019495223,-0.010643124,-0.012212251,0.046186242,0.0056583695,0.0037900775,0.038451552,-0.05287485,0.0005696013,-0.047581024,0.010151781,0.01835404,-0.022015337,-0.04574245,-0.05423793,0.00090938085,0.026691021,-0.009216644,-0.0047470075,0.033855118,-0.0037365844,-0.039782934,0.0027915416,0.050846078,-0.020985102,-0.0054443977,0.013052289,-0.035376698,-0.03721527,-0.0013284093,-0.0063517974,0.0035226124,-0.007849601,0.023600314,0.04802482,0.0016236113,-0.0052185385,-0.017371353,0.0775371,0.021191148,-0.029417181,0.019447673,-0.02390146,0.04089242,0.005654407,0.020604707,-0.0632406,0.031033859,-0.020731505,0.05902456,-0.02886244,-0.012893792,-0.017767597,-0.009462316,-0.04006823,0.016309418,0.08058026,-0.004608322,0.03854665,-0.016515465,0.00005640291,0.008495479,-0.06828083,0.012782844,0.0006790638,0.021983638,0.0563935,0.015738826,-0.014217248,0.027182363,-0.009494015,0.0071125864,-0.0024091657,0.027800506,0.0054087355,-0.044189174,-0.000088969246,0.014692741,0.020890003,0.013741755,-0.042414,-0.0005339393,-0.032143343,-0.036264285,-0.028101651,-0.00982686,-0.038356457,0.035440095,0.0048975805,0.023077272,0.04079732,0.013781379,-0.010302354,0.041938506,0.05972195,-0.0036117674,0.040987518,0.008352831,-0.012053754,-0.05287485,0.02325162,0.027071415,-0.002454734,0.0100249825,0.016721513,-0.037627365,-0.14949508,0.007623742,0.017228706,0.02463055,-0.0069223894,-0.008130934,0.042001903,-0.03952934,-0.028957538,-0.02247498,-0.055442512,0.028260149,-0.0026706872,-0.0013006722,-0.0032888283,-0.059595153,-0.029290384,0.0018286678,-0.029892676,-0.036169186,0.046883635,0.00877285,0.047961418,-0.050180387,-0.044189174,-0.014248948,-0.04792972,-0.0352499,-0.016610565,0.0050164536,0.014502544,-0.02044621,0.022173835,-0.030494967,-0.025248691,-0.025026795,-0.008392456,0.0110869175,-0.0023735038,-0.010595574,0.032064095,0.027198214,-0.05477682,-0.01676906,0.011823932,-0.0042754766,-0.016032048,0.03217504,-0.028767342,-0.0062725483,0.021000952,0.005579121,0.0016008272,0.004544923,-0.035788793,0.02813335,-0.007294859,-0.038388155,-0.04279439,-0.02043036,-0.011395988,-0.015675427,-0.024028258,0.055284016,0.022221385,-0.0065142573,0.040226728,-0.05090948,-0.026247228,-0.042477395,-0.04726403,0.0066648303,-0.040448625,-0.0021278323,-0.0701194,-0.020683955,-0.035725392,0.011816007,0.031192357,-0.0139715765,-0.016531315,0.027245764,-0.0044696364,0.020763205,-0.0102865035,-0.03731037,0.067203045,-0.014264798,0.018512538,-0.0050877775,-0.004473599,-0.004144716,0.0043983124,0.019400124,0.041019216,-0.007358258,-0.035440095,0.033855118,-0.0493562,0.021936089,0.06403309,-0.012442073,0.019606171,-0.003465157,-0.041938506,-0.0054879845,0.0043111388,0.043364983,-0.027768806,0.04650324,-0.0035761055,0.026738571,0.022760276,-0.023061423,0.023647863,0.021856839,0.07861488,-0.03718357,0.04773952,-0.005131365,0.0077465773,0.0067440793,0.009113621,-0.023774663,0.05851737,0.00015143964,0.030764412,-0.004663796,0.0176408,0.025216991,0.030986309,0.018480837,0.040448625,0.004739083,0.019320875,0.01266397,-0.0635893,-0.075001135,0.003526575,0.028957538,0.06904162,0.012521322,-0.021856839,0.04307969,-0.0092245685,-0.04317479,0.000118873315,0.024535451,0.0033145843,-0.01827479,0.016127147,-0.0053532613,0.002759842,0.0070848493,-0.006411234,0.0077029904,-0.023108972,-0.053667337,0.006965976,0.003589974,-0.0028311661,0.012592646,-0.022871224,0.046851933,0.024250155,0.008939273,0.015936948,0.021397196,0.013599107,-0.016174695,0.004027824,0.03306263,-0.01681661,0.012957191,0.0078099766,0.043808777,0.018797833,-0.024329405,-0.02740426,-0.0031877859,-0.0076594036,-0.033664923,0.0048698434,0.01827479,-0.012283576,0.010294429,0.048341814,-0.029306233,-0.007615817,0.044759765,-0.007837714,-0.0561399,-0.00737807,0.037627365,0.018449137,0.018781982,0.013892327,0.039180644,-0.017751748,-0.04580585,-0.0020882078,0.025518138,0.005222501,-0.034901205,-0.015929023,0.04628134,0.019828068,-0.017244555,-0.0012184514,-0.050370585,-0.03876855,0.0042794393,-0.012378674,-0.03236524,0.016436217,0.0031818424,0.049166,0.015049362,0.012996815,-0.029147737,0.034774408,-0.054840222,-0.02245913,-0.012711519,0.023425967,-0.019431824,-0.008907573,-0.024424503,0.038895346,0.027800506,-0.03092291,-0.05284315,-0.033443026,0.033601522,0.03680318,0.029147737,0.014114224,-0.024709798,-0.019257477,0.017403053,-0.045552254,-0.01094427,0.04650324,-0.036295984,0.023029722,-0.01689586,-0.0114276875,-0.056868993,-0.026928768,-0.01374968,-0.027087266,0.025106043,0.013083989,0.046630036,0.014558018,0.038293056,-0.03664468,0.030796112,-0.021254549,-0.004152641,0.027229913,0.0062487735,0.035503495,-0.023742963,-0.06897822,-0.015833925,0.051543467,0.044696365,-0.023552766,0.039275743,0.053730737,0.0029698515,-0.004857956,-0.034837805,-0.027657857,0.040480323,0.03746887,-0.018005345,-0.0494513,0.013052289,0.016705662,-0.055125516,-0.058612466,0.0054443977,0.02526454,0.036264285,0.04434767,0.024091657,0.0030748562,-0.02684952,0.030415718,0.025010945,0.0034869504,0.0104846265,0.014985962,-0.047105532,-0.013607032,-0.03097046,-0.025565688,-0.005151177,0.04082902,-0.09110451,0.07836129,-0.0025339827,-0.0158577,0.0004653395,0.03712017,-0.011657509,0.051004574,0.08000966,0.020493759,-0.07588872,0.01627772,0.0011283058,-0.0055236467,0.089963324,0.031826347,-0.0051234397,0.021856839,-0.01979637,-0.005598933,-0.007350333,0.029765878,-0.0005785168,-0.014985962,-0.01376553,-0.049039204,0.00086628925,-0.009097771,0.016325269,-0.007619779,0.019732969,-0.07151418,-0.0039426317,-0.03382342,-0.009438541,-0.014209324,-0.031541053,-0.039782934,-0.031382553,-0.033855118,-0.025898533,-0.04152641,0.031636152,-0.03940254,-0.00058000267,0.017482301,-0.050972875,0.00843208,0.012196402,-0.032143343,0.021650793,-0.024218457,0.01621432,0.025026795,-0.03331623,0.009581189,-0.0031640113,-0.006510295,0.014478769,0.009771386,0.008955123,0.026738571,-0.03718357,-0.06419159,0.0002828194,-0.006740117,0.024091657,-0.024995094,0.006395384,-0.014946338,0.023013873,0.0049490924,0.06549127,0.022712728,-0.0104053775,-0.0422555,-0.002678612,-0.0036949788,-0.015239558,-0.0009762471,0.033664923,-0.004065467,-0.021000952,-0.008804549,-0.004731158,-0.026453273,-0.03654958,0.03658128,0.008503404,0.013385135,-0.007853564,-0.010302354,0.041811705,0.0014532262,0.0066846428,-0.030177971,0.00081873994,-0.024234306,0.022316484,-0.031319156,-0.038293056,0.0011362308,0.03369662,0.0001610981,-0.0040238616,0.008725301,0.03379172,0.022681028,-0.018528387,-0.029702477,0.013282111,-0.021682492,-0.006906539,-0.013527783,-0.013179088,-0.05138497,0.045393754,-0.021175299,-0.02746766,-0.02955983,-0.020271862,0.02532794,-0.007873376,-0.039878033,0.022268934,-0.02965493,-0.041748308,-0.03306263,0.019146528,-0.00091978227,0.04514016,0.04434767,0.023774663,-0.013171162,0.021714192,0.04165321,-0.0041011292,-0.0017434752,0.0059793275,0.030907061,-0.019209927,0.036105786,-0.051099673,-0.005947628,0.010278579,-0.019289177,-0.001143165,0.016594714,0.053001646,0.0314618,-0.017228706,0.007794127,0.02328332,-0.012449998,0.03737377,-0.013187013,-0.03234939,0.010516326,0.03588389,-0.0085430285,-0.043998975,-0.008289432,-0.023489367,0.034140415,-0.0018593767,0.026167978,0.015033511,-0.014668967,0.00045766225,-0.04019503,-0.02680197,-0.029005088,0.026960468,-0.009026446,0.02257008,-0.038514953,-0.029892676,0.03566199,0.028355246,0.0007890216,-0.012045829,-0.019289177,0.019305026,0.040924117,0.0048738057,-0.011990354,-0.03794436,0.0031422179,-0.0037207347,-0.003368077,0.0008321132,-0.023536915,-0.029369634,-0.019843917,0.0036712042,-0.039085545,0.010730297,-0.007172023,0.0060149897,0.01160996,0.028941689,-0.009018522,-0.07601552,-0.028688092,-0.01759325,-0.0022883113,-0.0151127605,0.030796112,-0.0055117593,-0.0110869175,-0.0093434425,0.002848997,0.003465157,0.039846335,0.030780263,-0.020160913,-0.0350914,-0.0075563802,-0.0033086406,0.034647606,0.003625636,0.016689813,-0.03353812,-0.033189427,0.010302354,-0.017387204,0.02393316,0.025201142,0.0019574473,0.0281492,-0.008087347,0.02264933,-0.03582049,0.015263333,0.0071878727,-0.0315569,0.058041874,-0.0002969356,-0.025565688,-0.02599363,-0.0316203,0.05991215,-0.009089846,0.027927304,0.006490483,-0.060260843,-0.023473516,0.00033457883,0.002171419,-0.024361104,0.06279681,-0.030764412,-0.011586186,-0.011364289,-0.017323803,-0.01832234,0.017339654,0.016055822,-0.0052859,-0.038197957,-0.014970113,0.0033997768,-0.016753212,0.007837714,-0.00007082868,-0.0066687926,-0.025581537,0.038261358,0.013955726,-0.005911966,-0.0035840303,-0.037627365,0.014209324,0.026865369,-0.011752608,-0.014573868,-0.00047128316,0.043967277,-0.028371098,0.0026013444,0.0315569,-0.022681028,0.009462316,0.0147719905,-0.019463524,-0.009549489,0.012140928,-0.0003803946,-0.06752004,-0.0024943582,-0.006268586,-0.04789802,-0.0008846156,0.0062091495,-0.03445741,-0.028703943,0.019812219,0.0027083303,0.012172627,-0.025391338,-0.03246034,-0.00985856,0.027974853,-0.02738841,-0.012481698,-0.029290384,-0.05068758,0.0024428465,-0.0140508255,-0.035218198,0.012109228,-0.001143165,-0.019939017,0.00105401,-0.03870515,-0.05005359,0.021967787,-0.033443026,-0.010975969,-0.0020198557,0.035535194,0.005872342,-0.0023596352,-0.010009133,-0.007108624,-0.07918548,-0.02041451,-0.043047987,-0.032682236,-0.009929884,0.0061576376,0.004251702,0.043903876,-0.002528039,-0.017514002,0.027848054,0.021191148,-0.005697994,0.0139715765,0.013924027,0.017260404,-0.04441107,0.05068758,0.0033898705,0.0144708445,-0.011459387,-0.013155313,-0.011855631,0.009137395,0.034932904,0.017482301,0.0030867436,0.019241627,0.015675427,0.0007157164,0.024709798,0.0033145843,0.023838062,0.010159706,0.023061423,-0.007699028,-0.021317948,-0.011475237,0.05978535,-0.032254294,-0.024614701,-0.009818936,0.0069976756,-0.015968649,0.002187269,0.0058089425,0.0352816,0.028022401,-0.005159102,-0.038293056,0.012671895,-0.01900388,-0.04586925,-0.02469395,0.0059555527,-0.009367217,0.021302097,-0.012901717,0.0126481205,0.00947024,0.00719976,-0.07956587,-0.029940225,0.013321736,-0.015065211,-0.021920238,-0.0093038175,0.036105786,-0.0034770444,0.0024408654,-0.020699807,0.032206744,0.0040337676,0.0034889316,-0.024281856,-0.03990973,-0.015081061,-0.024820747,-0.007326558,0.01965372,0.030701013,-0.021428896,0.024519602,-0.05138497,0.03803946,-0.019368425,-0.028482046,0.012006205,0.019495223,0.01266397,-0.018528387,0.022379883,0.01193488,-0.007845638,0.004338876,-0.007152211,0.041241113,-0.030463267,0.007853564,0.030891212,-0.019431824,0.017894397,0.005277975,-0.0030035323,-0.03721527,0.025676636,0.010310278,0.008400381,0.015176159,0.01439952,0.005313637,-0.017514002,-0.006783704,-0.03588389,0.009993283,-0.0022744427,0.033189427,-0.038863648,-0.0073463707,0.034140415,0.031382553,-0.018575937,-0.01827479,0.010112156,-0.024963396,0.0011223622,0.025629086,-0.006724267,-0.003643467,-0.019336725,0.0033799645,-0.0006072445,0.019812219,0.0035028001,-0.0117684575,-0.0064785955,-0.019162377,-0.00053641584,0.008812475,0.012212251,-0.017688349,0.000038479044,-0.00264295,0.009961584,-0.0054245857,-0.017212855,0.004687571,-0.002161513,0.004743045,0.009430616,0.0067718164,0.023806361,-0.023029722,-0.0075365677,-0.046915334,-0.006958051,-0.01908313,-0.028688092,-0.021349646,0.038261358,0.016467916,0.015754675,0.012822468,-0.02951228,0.017418902,0.0025300202,0.021951938,0.027103115,-0.001861358,-0.0041566035,-0.034108717,-0.020810755,-0.017989494,0.0015443624,0.015017661,-0.023853911,0.014407446,-0.009668362,-0.012236026,-0.018132143,0.004081317,0.03585219,0.01021518,-0.011705059,-0.022633478,0.011570335,-0.005297787,0.008844174,-0.016356967,0.01827479,-0.033981916,0.018369889,0.032064095,0.024186756,0.015509005,-0.00094454753,0.006807478,-0.012719444,0.011792232,0.020002415,0.004838144,0.017894397,-0.009153245,-0.006589544,-0.020874154,-0.006906539,-0.03176295,0.016975109,-0.008257733,-0.017704198,0.022443281,0.0042556645,0.031858046,-0.039561037,-0.017434752,0.0045052986,0.021666642,-0.010643124,-0.011744684,-0.038102858,-0.014930488,0.01543768,0.023299169,0.020509608,-0.019241627,0.037025075,-0.00024096611,-0.009739687,-0.03097046,-0.01370213,-0.010999744,-0.007671291,0.03924404,0.02680197,0.009192869,0.019637872,0.020810755,0.0032749597,-0.0038435704,0.016990958,0.022966323,0.027245764,-0.022364032,0.0013165219,0.033506423,0.0022447244,-0.01825894,-0.023806361,-0.009953659,0.0024943582,-0.0057891305,0.0026132315,-0.0053453366,0.010928419,-0.014241023,-0.024218457,0.0036375234,0.0019673533,-0.009256269,-0.020668106,0.006213112,-0.042762693,-0.032999232,0.010413302,0.00047846508,0.02041451,0.017973645,-0.018639335,0.016404517,-0.018005345,-0.0071165487,0.0033720396,-0.008661902,-0.015009737,0.0064944453,-0.020366961,-0.0051749516,0.017054358,0.02393316,-0.041938506,-0.036486182,0.016404517,-0.03813456,-0.042699292,0.05208236,-0.013004741,-0.012497547,-0.04428427,0.015588254,-0.0036216734,0.03160445,-0.015104836,-0.0024983208,-0.029813426,-0.0021634942,0.01974882,-0.036074087,-0.016000347,-0.03873685,0.022126285,0.0027697482,-0.014629343,0.012267726,0.034235515,-0.049229402,-0.01130089,0.0005904041,0.030907061,-0.0025874758,-0.013916102,-0.007714878,0.013924027,0.040385228,0.013012665,0.0246781,-0.013924027,-0.011808082,-0.022237234,0.0041566035,0.024424503,-0.0071640983,-0.019843917,-0.00017323309,0.010666898,-0.04431597,-0.0020208464,-0.011435612,0.02115945,0.015580329,0.0006463736,0.05978535,-0.0017484283,-0.008994747,-0.009557414,0.012560947,0.015960723,0.02886244,-0.029670779,-0.0064746332,-0.010334053,0.00046286295,-0.017276255,0.0000035483993,0.013741755,-0.0129888905,0.018639335,0.007251272,-0.01906728,-0.0066569056,0.028989239,0.018781982,0.005717806,0.006312173,0.009985358,0.0068629524,0.0020218368,-0.011388063,0.018845383,0.015239558,0.0210802,0.030891212,-0.014764065,0.024155056,0.0016899823,0.0041764155,0.0318422,0.010246879,0.0118477065,-0.010048757,-0.022142135,0.030558366,-0.032650538,-0.008574728,-0.001812818,0.0044775615,-0.01832234,0.016832462,-0.0007246319,-0.04009993,0.029496431,-0.0027538983,0.008661902,0.02951228,-0.014351971,0.021999488,0.0057812054,-0.0070769247,-0.009668362,0.019051429,0.032650538,0.027229913,0.027261613,-0.025850983,0.02396486,0.018734435,-0.054840222,-0.008677752,-0.017387204,0.012576796,0.009248343,-0.007326558,-0.010904646,-0.024297705,-0.00041209414,0.021983638,-0.02314067,-0.0023477478,-0.001830649,0.012782844,-0.0015552591,0.03179465,0.0983954,0.0037048848,0.04307969,-0.03670808,0.01889293,0.021920238,-0.00324326,0.012592646,-0.012497547,0.014248948,-0.02884659,0.00403773,0.011395988,0.0071878727,0.0211119,-0.01762495,-0.0071878727,-0.011942806,0.0068352153,-0.008693602,0.011617885,0.01627772,-0.00017756701,-0.009882335,-0.020509608,-0.0053730737,0.022712728,-0.011411838,-0.011728833,0.05265295,0.0104846265,-0.023552766,-0.008844174,0.022316484,0.017466452,0.020034116,-0.049673196,-0.007952625,0.01373383,-0.014336121,-0.009169095,-0.01889293,0.006851065,-0.016467916,0.012513397,-0.008321132,-0.007294859,0.0012689726,-0.024884146,-0.048056517,0.0033324151,0.00014376242,0.016689813,0.031350855,0.024583,0.0071125864,-0.003984237,0.043238185,0.0175457,0.02041451,-0.025201142,0.00775054,-0.0056306324,-0.011221641,-0.03731037,0.0110869175,0.023568615,0.012711519,-0.008210183,-0.022062887,-0.029892676,0.022633478,0.0023001987,-0.003998106,0.0043032137,-0.014510469,0.0024408654,0.0011510899,0.0017791372,-0.013614956,0.005721769,-0.0062210364,-0.0015899305,-0.017720047,0.010468776,0.017038507,0.0010029936,0.037754163,0.01689586,0.02672272,-0.029860975,0.012846243,0.018021194,-0.0013303905,-0.008218109,0.021302097,-0.020366961,-0.009137395,-0.031065559,0.0006800544,0.007152211,0.012418299,0.00038633827,0.0129492665,-0.016309418,-0.024091657,-0.04802482,0.010254804,0.0015661559,0.0137893045,-0.011514861,0.013131538,0.015199934,-0.014684817,0.020985102,-0.01965372,-0.018575937,-0.022300633,-0.020588858,-0.041241113,0.020366961,0.02333087,0.004422087,0.0027717294,-0.0066053937,0.014272722,0.040733922,-0.034045316,0.017450603,0.0013373247,0.014233097,-0.009842711,0.035693694,-0.02819675,0.00070779154,0.02875149,-0.013464384,-0.012140928,-0.022253083,0.0211436,-0.017117757,0.0008127963,0.019606171,0.011134467,-0.010088381,-0.012497547,0.018766133,0.007275047,-0.0046954956,-0.0062765107,-0.0036058237,-0.004430012,0.035218198,0.01759325,-0.037595667,-0.008764925,0.0042318897,0.026469124,-0.012695669,-0.00009590352,-0.025074344,-0.02321992,0.011419763,-0.011348438,0.005519684,0.024852447,-0.0051947637,0.015405981,-0.003403739,0.02039866,0.002625119,-0.0076673287,-0.05772488,0.017466452,0.04089242,0.0035939363,-0.010223105,-0.0042794393,-0.029924374,-0.003732622,-0.020256013,0.0027538983,-0.022617629,-0.004025843,-0.0012174608,0.0151523845,0.008297357,-0.004850031,-0.021761741,-0.011380138,-0.010112156,0.005690069,-0.026247228,0.036929976,0.015350507,-0.0026746495,-0.022871224,-0.010373678,-0.03642278,0.016673964,-0.0009544536,-0.05921476,-0.0129096415,0.008424155,-0.016737362,0.032048244,-0.008749076,-0.00912947,0.021333797,-0.00792885,-0.047485925,0.007996212,-0.022966323,-0.0071482486,0.021634942,-0.0005547421,0.020240162,0.023315018,0.04869051,-0.02245913,0.0210802,-0.0159211,-0.010983894,-0.063177206,0.037563965,0.03296753,0.017260404,-0.039878033,-0.03160445,-0.001308597,-0.011816007,0.011776383,0.022237234,0.0053374115,-0.023727113,0.013297961,-0.007421657,-0.025137743,-0.008146784,-0.035630293,0.003724697,0.019194078,0.001201611,0.01894048,-0.0060863136,0.01966957,-0.04713723,0.0003739556,0.0068431403,0.005052116,-0.006878802,0.018464988,-0.020763205,-0.0065063327,-0.006133863,-0.012553021,0.006074426,-0.061306927,0.0070135253,0.019194078,-0.03246034,0.002207081,0.02959153,-0.018829532,-0.00236756,0.0050402284,0.018433288,-0.014550094,-0.0064706705,-0.005079853,0.014859164,-0.025201142,0.010270654,0.0036672417,-0.011808082,0.009105695,-0.016563015,0.008495479,0.0036692228,-0.025201142,-0.030526666,0.006831253,-0.03566199,-0.004857956,-0.000067237714,-0.017688349,-0.0069699385,-0.0016483766,0.000009565587,0.0139715765,-0.014700666,-0.011451462,-0.00046905427,0.047676124,0.019336725,0.034615908,-0.0015483248,0.02957568,-0.0031243868,-0.011023519,0.02188854,0.01516031,-0.013876478,-0.008844174,-0.023124821,0.028291848,0.023505216,0.00757223,0.0133296605,0.008297357,0.006910502,-0.032618836,0.007873376,-0.008146784,0.0040238616,-0.017022658,-0.0012600571,-0.014930488,-0.027848054,0.019178228,0.011736758,0.015968649,0.03807116,0.032840732,0.041811705,0.0047549326,0.0036315797,-0.02325162,0.03651788,0.0067638913,0.018766133,0.021967787,0.05128987,-0.011665435,0.01759325,-0.0029282458,0.0071878727,0.018464988,0.011673359,-0.015524855,-0.0012075547,-0.026310626,0.010104232,0.026960468,-0.010048757,0.033252828,-0.0106035,0.00009132195,0.004850031,0.007916963,0.0020168838,0.05198726,0.039212342,0.029543981,-0.014066675,0.009121546,0.025137743,-0.0070214504,0.0027122928,-0.022728577,-0.04520356,-0.02250668,-0.016356967,0.019780518,-0.04865881,0.026659321,-0.026786119,0.017260404,0.004850031,-0.023742963,-0.009097771,-0.034330614,0.019320875,-0.010460852,-0.021650793,-0.055442512,0.0020129215,0.021413045,0.006882765,-0.01337721,0.03582049,-0.024392804,0.031319156,0.022696877,0.038229655,0.02035111,-0.009319668,-0.02594608,-0.024091657],"social":"https://twitter.com/cahouser"},{"title":"bilbox","description":"ai powered jukebox - livestreaming new content all day","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=u3gy32BYuSo","youtube_transcript":"Hey, everybody. My name is Arjun, and I'm working on the blocks. Let's talk about what it is. The blocks is a AIJube box that would like to use AIJube every day, every minute. Think of it like low byte at all, but new content all the time. Let me show you what we built so far. Our first quarter deck was a simple web app that let users select their booth and enjoy AI generated audio music and we then use this foundational tool to actually build our very close AI generated video. On fact, this is the first video that we uploaded to our then non existing YouTube channel and get our first user service. It's been six weeks on build space. And in week one, we really just focused on building MVP, and then we wanted to start going to the research drivers by the end of week six. We had a bag we start on on on on Twitter through week one and two, and we got really hot from them. We could get get get pass that over weekly. Then as you can see, we try to bunch of paid ads and we get a plateau and then we had to turn to organic growth. So once we went back to that and to discord and and started marketing that, we were actually able to get to fifty subscribers. All of them are really eager for us to start actively launching on Nextiva. Right now, next step is to really push forward on on building the tech two, live stream, all of our engineering and audio music, directly to YouTube, and we're very excited to say that we'll be launching in a meeting.","embedding":[-0.007695917,0.013921324,-0.050191414,0.009345575,0.013301769,-0.042637322,0.018288067,0.010084563,0.030843385,0.03308274,0.063119955,-0.050191414,-0.045861993,-0.06282137,0.017541615,-0.0045682844,-0.021229086,-0.061746486,-0.041861013,-0.016347293,0.01654137,0.009084317,0.025021061,0.01097284,0.020363202,-0.04018896,-0.024185035,0.023513228,-0.028783178,-0.06592661,0.018332854,-0.031918276,0.016287576,0.027782932,0.0019501051,-0.041681863,0.008009426,-0.018930014,0.014749886,0.017437112,-0.0033702294,-0.024155177,0.011540144,0.005284878,-0.001371605,-0.002929823,-0.046907026,0.021751603,0.017332608,0.034724932,-0.061925635,0.018765796,-0.010203995,0.04048754,-0.017810337,-0.011323673,0.008427439,0.017377395,-0.04359278,-0.023826739,0.022259189,-0.029649062,0.06574746,-0.0123463115,-0.014921569,-0.036396984,-0.0248867,0.02411039,0.04341363,0.033739615,0.02133359,0.037352443,-0.0006965327,-0.018780725,-0.0059790784,-0.006729262,-0.03627755,0.011853653,-0.0016729849,-0.022244262,-0.005195304,0.04281647,-0.02827559,0.0027768004,-0.0126299625,-0.014555808,-0.027887436,0.0052065006,-0.032037705,0.010950446,-0.0077033816,0.02393124,-0.021408236,0.016153214,0.06777781,0.024722481,0.00122698,0.05332651,0.092798874,-0.0019407744,0.017183319,-0.011040021,-0.017243035,-0.03926336,-0.0024800857,-0.032067563,0.033142455,0.0009381965,-0.0188703,-0.020348273,-0.10020368,0.0032713246,0.014428912,-0.0021983003,-0.022289047,0.022811564,0.05505828,-0.0148170665,-0.01212984,-0.051833607,-0.07153993,0.046787594,0.006557578,-0.0059902747,0.04048754,-0.063955985,0.00030627847,-0.0442198,-0.06747923,0.0081885755,0.022930996,0.016272647,0.052878637,-0.026230313,-0.03508323,-0.01640701,-0.01328684,0.03705386,0.001645926,-0.003681873,0.01670559,-0.032724444,-0.018422429,-0.04780277,-0.047922198,-0.0423686,-0.035172805,-0.011084808,-0.03323203,-0.009957666,0.00054490974,-0.0009731864,-0.048101347,-0.029156404,-0.015779989,0.013951182,-0.019273384,0.05888011,-0.0077630975,-0.014152724,-0.0030977745,0.026633397,0.011360995,-0.008016891,-0.07386886,0.013421201,-0.05980571,-0.02782772,-0.06986788,-0.0027245488,-0.022736918,-0.0063560363,-0.035650533,0.01654137,0.029335551,-0.04003967,-0.030694094,-0.07159965,-0.015421692,-0.03170927,-0.005870843,0.036367126,-0.022766776,-0.0035867004,-0.046220288,0.002440897,-0.021005152,-0.02549879,-0.0076585943,-0.044279516,0.0046317326,0.042906042,-0.004534694,0.07416744,0.07446602,-0.049086664,0.05807394,0.016377151,0.06282137,0.01151775,0.023125073,0.011151988,0.0095919045,0.024319397,0.02952963,-0.016586157,-0.0029354214,0.028424881,-0.021841176,-0.0056618364,0.04807149,-0.027932223,0.02473741,-0.01698924,-0.048280496,-0.04308519,-0.06461286,0.061627053,-0.024185035,-0.02040799,-0.003017531,0.02209497,-0.025528649,-0.002629376,0.015257473,0.021527667,0.02040799,-0.019900402,0.08634953,0.0025062116,0.02579737,0.026230313,-0.030425372,-0.019825757,0.016780235,0.00031887484,0.014570737,-0.02193075,0.03600883,0.017974557,-0.0028794375,-0.01196562,0.025140494,0.0020004907,0.050639283,-0.012055195,-0.042040158,-0.051176727,0.049086664,0.047922198,0.033291746,-0.0035419133,-0.011592395,0.04081598,0.006266462,-0.042458173,-0.012547853,0.059327982,-0.027305203,0.006438146,0.01019653,0.011405782,-0.056819905,0.0035475118,-0.020273628,0.031619694,-0.0019127824,0.0052214297,-0.003306781,-0.024647836,-0.036098406,0.004168933,0.016645873,0.00007330389,0.018586647,-0.021751603,0.020258699,-0.0057140877,0.014339337,0.03893492,0.0068785525,0.021453021,0.017541615,0.032694586,-0.0027618713,0.01670559,0.007214456,-0.03741216,-0.029843139,0.013256982,0.01652644,0.0034859295,0.027439564,0.016854879,-0.010771298,0.018302996,0.041771438,0.00075951463,-0.022901138,0.016436866,0.015227615,-0.052878637,0.025588363,0.0036146923,0.004896723,0.028245732,-0.024080532,0.051146872,0.007591414,-0.03875577,0.02688719,0.041532572,-0.017407253,-0.006453075,-0.02022884,0.017705834,0.05452083,-0.04574256,-0.0018717276,0.014018363,-0.02733506,-0.030395513,-0.004751165,-0.009674014,0.023438584,0.009188821,0.092440575,-0.025722725,0.019527176,-0.051236443,0.023423655,-0.025916804,-0.0035027247,0.004209988,-0.03941265,-0.013697389,-0.017034028,-0.03953208,-0.0050012264,0.020154197,-0.029141475,-0.034097914,-0.013204731,0.027708286,0.0211843,0.015705343,0.0036669439,-0.047056314,0.012846434,0.0077630975,-0.017123602,-0.035172805,0.022916067,-0.031261396,0.05670047,-0.047175746,0.019228596,-0.029380338,-0.04362264,-0.0015246276,-0.045205116,0.038098894,0.017899912,0.02799194,0.02936541,-0.025707796,-0.034695074,0.025379358,0.0027488084,-0.016899666,0.02181132,-0.0126971435,0.015436621,-0.00007598645,-0.03418749,-0.00065454486,0.0544014,0.015809847,0.012779254,0.050400417,0.040069528,-0.003366497,0.015570982,-0.033948623,-0.042637322,0.004385404,0.0012036534,-0.008479691,-0.006341107,0.0007847074,0.024991203,-0.05159474,-0.018616505,-0.017720763,0.016003925,-0.0012344446,0.03771074,0.013354021,-0.009576975,-0.0057961973,0.029380338,-0.030111862,-0.05861139,-0.012950937,-0.005729017,0.010696653,0.011689434,-0.018676221,0.006796443,-0.014443841,0.022796635,-0.06114932,0.055894304,0.0048258104,-0.0146677755,0.0012605704,-0.004404065,-0.010465253,0.05747678,0.07500347,-0.017870054,-0.066344626,0.0059977393,-0.036128264,-0.0050460133,0.026006376,0.03245572,-0.005213965,0.022677202,-0.04192073,-0.023587873,0.005930559,0.023841668,-0.028171087,-0.003334773,0.039979953,-0.0346055,0.040069528,0.011913369,0.030664235,-0.025424145,0.023558015,-0.027111126,0.004042036,-0.07918359,0.012883756,-0.026155667,-0.023319151,-0.03660599,-0.0119282985,-0.032157138,-0.069449864,-0.022498054,0.031440545,-0.05469998,-0.06076117,0.05714834,0.011308744,-0.020616995,0.000722192,-0.03908421,0.0068374975,-0.05066914,0.048131205,-0.009061923,-0.006740459,-0.024991203,0.020363202,0.020004906,-0.010517504,0.006221675,0.0063709654,0.0007445856,0.009763588,-0.04729518,-0.0045832135,0.022587629,-0.0025827228,-0.027275344,0.008009426,-0.03508323,0.0038013053,-0.02981328,0.04857908,0.016347293,0.039651513,-0.047832627,-0.014078079,-0.0043070265,0.0258123,-0.004650394,0.052341193,0.06210478,-0.018213421,0.018317925,-0.036128264,-0.017481899,-0.030201435,0.008367724,-0.0028421148,-0.015944209,0.028872753,0.003247065,0.046608444,0.006744191,0.017675977,-0.0143990535,0.012801646,-0.00606492,0.020930506,-0.02272199,-0.0071099526,0.017959628,0.017108673,-0.015630698,0.021139512,0.005859646,0.034097914,-0.0036053618,0.006930804,-0.03138083,-0.018064132,0.009129104,-0.003234002,0.014854389,0.022184545,-0.021766532,0.012271666,-0.019198738,-0.012174627,0.01374964,-0.0080392845,0.013242053,-0.0064082877,-0.039979953,-0.00086588395,-0.004967636,-0.031589836,-0.0216471,-0.0119954785,0.002670431,0.045175258,0.0055050813,0.016123356,-0.0211843,0.039382793,-0.01522015,-0.036068548,-0.0073712105,0.027006622,0.033351462,-0.038845345,0.022423409,-0.027887436,0.008599124,-0.000020177522,0.012428421,-0.010487647,-0.01824328,0.030694094,0.011383388,0.013115156,-0.009375433,0.0054789553,0.0035587086,-0.0019295777,0.0061395653,-0.03227657,-0.0019370421,0.02457319,-0.030380584,-0.024961345,0.0022449535,-0.026797617,0.030186506,-0.0022262922,-0.0037117312,0.030261151,-0.022214403,0.03338132,-0.02209497,-0.035650533,-0.01640701,0.013346557,-0.0106593305,0.014593131,-0.036665708,0.0000916736,0.021049937,-0.003219073,0.018586647,-0.033023022,0.0050908006,-0.006770317,-0.007860136,-0.010539898,0.00040308392,-0.005613317,-0.0014621123,0.01776555,0.052012753,0.011114666,-0.029335551,-0.011040021,-0.016153214,0.020646853,-0.025304712,-0.0042697038,0.007292833,-0.024199964,0.011390853,-0.02148288,-0.012473208,-0.00057383475,-0.01839257,-0.005575994,-0.05374452,-0.02487177,0.026409462,-0.013398808,-0.012652356,-0.033948623,-0.0058409846,0.016436866,-0.02305043,0.036665708,-0.014264692,-0.04839993,-0.005154249,0.0043928684,0.02411039,0.030022288,0.001559151,-0.0018885228,-0.0058148587,-0.0584621,-0.019273384,0.018168634,0.005654372,-0.03723301,-0.006464272,0.00966655,0.011555072,0.010263711,-0.010875802,0.0006391493,-0.03526238,0.036337268,0.0081885755,-0.023990957,-0.026618468,-0.0030455228,0.071301065,-0.0048594004,0.01391386,-0.0015041002,-0.038725913,-0.024035744,0.017571473,0.038427334,-0.013958647,0.061567336,-0.0075615556,-0.00950233,-0.02703648,0.017183319,-0.008069143,0.03185856,0.01174915,0.022348763,-0.03287373,-0.015317189,-0.012801646,-0.0050422815,0.007867601,-0.01546648,-0.023767022,-0.036098406,0.041801296,0.037471876,-0.004717575,0.0015376905,-0.031201681,-0.014406518,0.0054938844,-0.022468196,0.0272007,-0.0014770413,-0.0013818687,-0.027155913,-0.00006828867,0.015884493,0.016869808,-0.015794918,0.010457789,-0.007233117,-0.020602066,0.009703872,-0.020049693,-0.046608444,-0.051415592,0.019049447,-0.039979953,0.004437655,-0.0184075,0.018467216,-0.011846188,0.024513474,0.020139268,0.00637843,-0.010547362,0.004661591,0.0049452423,0.01621293,-0.012406027,0.01715346,-0.03382919,-0.06861384,0.010069634,-0.003681873,-0.021527667,0.018631434,-0.020960364,-0.02967892,0.0019071841,-0.054908987,-0.033142455,0.008517014,-0.0066620815,-0.0033851585,0.029619204,0.03278416,0.02563315,-0.019795898,0.022229332,0.020990223,-0.070106745,0.016377151,-0.06795696,-0.04436909,0.011861118,-0.005296075,0.000070213115,0.026991693,0.012816575,-0.0037565182,0.014518485,0.024931487,-0.017108673,0.03281402,-0.012727002,0.015974067,-0.044309374,0.026946906,-0.00034640025,0.044846818,0.010569756,-0.0072069913,-0.0057961973,0.007363746,0.002483818,-0.023453513,0.008412511,0.033679903,-0.013346557,0.03227657,0.03451593,0.0016561897,0.02903697,0.030559734,-0.014481163,-0.006811372,0.0065053264,-0.004333152,0.04636958,-0.02596159,-0.005829788,-0.00046559924,0.021303732,0.0153022595,-0.022483125,0.008696162,-0.015974067,0.009144033,-0.0151678985,-0.007837743,0.029917784,0.011465498,-0.035292238,-0.03308274,0.02069164,-0.026454248,-0.002093797,-0.017019099,0.016377151,-0.0035008586,0.026976764,-0.07076362,-0.011622253,0.014578202,0.0031350972,-0.013973576,-0.03305288,0.02781279,-0.028783178,-0.0016916462,0.0020639389,0.012406027,-0.0386662,0.013622744,-0.020139268,-0.024065603,-0.021841176,-0.011495356,0.015585911,0.011032556,-0.008464762,0.0022225599,-0.00046979805,-0.016123356,0.027364919,0.016586157,-0.027917294,0.009158962,0.008457297,-0.00966655,-0.021229086,0.025454003,0.014697634,-0.024125319,0.034366637,0.005385649,0.028380094,-0.011652111,0.009151498,0.04780277,-0.028051656,-0.039173786,-0.024632907,0.029917784,-0.03263487,0.023393797,-0.01082355,0.013585421,-0.021049937,0.020796144,0.012152234,-0.0032451989,0.010009917,-0.023363939,0.019348027,-0.015078325,0.050728858,-0.037143435,-0.02458812,0.015279867,0.016093498,0.020736428,0.03890506,0.010502576,-0.033023022,0.011368459,0.018676221,0.031141965,0.035769965,-0.038994636,0.0047250395,0.028409952,-0.0034336778,0.011450569,0.0095919045,0.04096527,-0.024214894,0.00063728314,0.03433678,0.03705386,-0.0442198,0.05284878,0.023856597,0.01792977,-0.012420956,-0.032545295,-0.010413001,-0.009763588,-0.029275836,0.031141965,-0.0075615556,0.05765593,-0.0038218326,-0.023662519,-0.016675731,-0.023095215,0.004833275,-0.022617487,-0.005590923,0.039323077,0.021766532,0.03663585,0.026827475,0.01229406,-0.0221099,-0.00059856096,-0.010263711,-0.0014350534,-0.02596159,0.00020714034,-0.0131972665,-0.00036272887,0.0065725073,-0.0050124233,0.011316208,0.0007772428,0.036247693,-0.031948134,-0.009838234,0.0012885622,0.002668565,0.011420711,-0.009890485,-0.031589836,-0.020930506,-0.019855615,0.0041054846,0.016436866,-0.039950095,0.009890485,-0.046578586,0.009375433,0.04744447,0.00652772,0.015944209,0.010487647,0.012271666,-0.026603539,0.005844717,-0.022975784,-0.013570492,0.0107936915,-0.02040799,-0.05517771,0.026618468,-0.030843385,-0.006423217,0.011614788,0.027768003,-0.03138083,0.033261888,-0.00052298274,0.001184992,0.0074010687,0.021214157,-0.008666304,0.012510531,-0.027932223,-0.016287576,0.017646119,0.035322096,0.031619694,0.02829052,0.021303732,-0.033261888,0.0030287278,-0.008561801,0.009181356,-0.025439074,-0.012435885,-0.021005152,-0.029544558,0.01328684,0.047504187,0.010092027,0.018362712,-0.002121789,0.013085298,0.017914841,0.010413001,0.023662519,0.010069634,0.004437655,-0.015660556,0.0077780266,-0.0008677501,0.023244506,-0.025080778,0.009136569,0.013309234,-0.023214648,0.009300788,-0.00981584,-0.012137305,-0.018512001,-0.049653966,-0.015869563,0.042637322,-0.0028346502,-0.0076138075,-0.00017716564,-0.03944251,-0.020437848,0.020945435,0.015735202,0.016287576,0.002021018,-0.028200945,0.030380584,-0.028618958,0.027066339,-0.008016891,-0.0028570439,-0.032515436,-0.002599518,-0.0188703,0.017541615,-0.0030455228,0.019228596,0.009800911,-0.039800804,-0.0000677055,-0.013607815,-0.052132186,0.010942982,-0.015347047,0.01120424,-0.028141228,-0.006930804,0.0044973716,0.031321112,-0.008285614,0.004404065,-0.0112938145,0.023826739,0.002483818,-0.03308274,-0.031321112,0.017720763,0.00935304,0.007531698,0.0030791133,-0.0021292535,0.007695917,-0.04099513,-0.0068412297,0.013204731,0.04123399,0.020721499,0.021497808,-0.0055200104,-0.023259435,0.007680988,0.0188703,0.018198492,-0.0012754994,0.010853408,-0.0048295427,0.001877326,0.0067777815,-0.009688943,-0.00849462,-0.008225897,0.032843877,-0.039203644,0.008599124,-0.0047735586,-0.016257718,0.0009120707,0.001704709,0.019049447,-0.00063728314,-0.00083369325,0.0016907131,0.021885963,0.00070213113,0.016272647,-0.0179447,-0.04021882,-0.010995233,0.011360995,-0.03260501,0.00044623815,-0.019243525,-0.007987034,0.0038628876,-0.017870054,-0.014958892,-0.018198492,0.0039897845,-0.013451059,0.02318479,0.038725913,-0.010248782,0.007001717,0.0062813913,-0.018661292,-0.018646363,-0.013473453,-0.005792465,0.0030380585,0.0011243429,0.027364919,-0.014413983,0.00061908836,0.02134852,-0.018198492,0.020661782,-0.016601086,0.026304958,0.009636692,-0.027096197,0.01945253,0.016675731,-0.0009909146,0.02425968,-0.019079305,-0.021736674,-0.01839257,0.017870054,-0.022468196,-0.009136569,-0.016914595,-0.009860627,0.03379933,0.00034150164,-0.04648901,0.015003679,0.030783668,-0.001732701,0.0018978534,-0.005631978,-0.05099758,0.03248558,0.017795408,-0.020422919,0.0036744084,0.0024185034,0.014996215,-0.010166672,-0.0036501489,0.002745076,-0.013406273,-0.019139022,0.021273874,-0.031798843,-0.0078228135,0.04804163,-0.02087079,0.012585175,0.002700289,0.08193054,0.0064866655,0.021288803,-0.020273628,0.023095215,-0.0038703522,-0.008800666,-0.025439074,-0.009897949,-0.0027656036,-0.013346557,-0.002091931,0.013152479,-0.0014107937,0.015160434,-0.017661048,0.0065911687,-0.016302506,0.017705834,-0.019676467,0.010330891,0.028186016,0.0013967977,-0.007837743,-0.035829682,-0.0074570524,0.025110636,-0.004146539,0.01090566,0.021706816,0.00803182,0.002091931,-0.009629227,0.039233502,0.026961835,0.017601332,-0.030186506,0.0013594752,-0.004934046,-0.004997494,-0.013607815,0.01591435,0.009741195,0.004616804,-0.0042062555,0.00012771323,-0.008793201,-0.023214648,-0.015205221,-0.048101347,-0.015974067,0.0020508762,0.031440545,0.023065358,0.0013333494,0.0056730327,0.0011019494,0.033709757,0.009763588,0.008442368,-0.04114442,0.021020079,0.017601332,-0.0038330294,-0.027693357,-0.026513964,-0.009345575,-0.00981584,0.026379604,-0.020303486,-0.006397091,0.011681969,0.02967892,-0.012099982,-0.030111862,-0.0015479542,0.009778517,-0.0035605747,0.045175258,-0.003366497,-0.047026455,-0.026260171,-0.0093082525,-0.0116446465,-0.020422919,0.016496582,-0.005460294,0.019795898,-0.01606364,0.025155423,-0.016362222,0.00849462,0.03135097,0.019915331,0.009323182,0.010181601,-0.033172313,0.006617294,-0.038098894,-0.028917538,-0.014854389,0.0281263,-0.012816575,-0.017034028,-0.02318479,-0.009405292,-0.061268754,-0.0041017523,0.006382162,0.041771438,0.013324163,0.031201681,0.042249165,-0.009166427,0.047653478,0.003480331,-0.028051656,0.009375433,-0.017347537,-0.039024495,0.037352443,0.010748904,-0.0024427632,0.0011719292,-0.0037733132,0.007102488,0.01105495,-0.052520342,0.01824328,-0.006225407,-0.0037863762,0.029141475,0.032993164,0.01259264,-0.0060574557,0.03893492,-0.007020378,-0.028215874,-0.01898973,0.0373823,-0.05084829,0.013570492,0.009061923,0.009069388,0.023781952,-0.021497808,0.013279376,-0.014503556,0.0008859449,0.022736918,0.023543086,-0.008091536,0.03400834,0.025528649,0.016974311,-0.024244752,0.0066471524,-0.006732994,-0.027096197,-0.0025621955,0.011241563,-0.0119954785,0.010719046,-0.028096441,0.02797701,-0.019915331,-0.008016891,0.01336895,0.00033590326,0.017078815,-0.0033235762,0.008964885,-0.054819413,0.017810337,0.017780479,-0.032694586,-0.002368118,0.009681478,-0.02425968,0.025364429,-0.020482635,-0.0022132292,0.00753543,-0.00090367306,0.0061582266,0.020646853,0.0051654456,-0.008763343,-0.011137059,0.0077780266,-0.011861118,0.009450079,-0.015093253,0.026558751,0.05807394,-0.018273138,-0.017914841,0.017063886,-0.022199474,0.054132678,-0.007830278,-0.025752584,-0.02533457,0.014779744,0.021975538,0.009338111,-0.029335551,0.0023233308,0.007979569,0.004650394,-0.031410687,-0.008867846,-0.008054214,0.02597652,-0.0012101848,0.00047376356,0.008554337,0.02239355,0.025140494,-0.02209497,0.044249658,0.0061432975,0.015959138,-0.051893324,0.0077481684,0.022781705,0.017974557,-0.016571227,-0.024856841,-0.0062925876,-0.0053483266,-0.015974067,0.002411039,-0.004919117,-0.02364759,-0.007680988,-0.012503066,-0.0020378132,0.014876782,-0.007994498,0.021602312,-0.0018903889,-0.0030231294,-0.009621763,0.028604029,0.004590678,-0.013398808,-0.0037303923,-0.0059529524,-0.032396004,0.012659821,0.03242586,-0.00065174565,-0.028260661,-0.0007301231,-0.0030119326,0.036844857,-0.02024377,-0.008628982,-0.014466234,-0.03430692,0.018616505,0.00026405728,-0.012577712,-0.0049751005,0.015735202,0.0074122655,0.022930996,-0.025692867,0.008472227,0.036994148,-0.018168634,0.0041614682,-0.0122791305,-0.0060164006,0.0040233745,0.0025043455,0.027469423,-0.010174137,-0.04281647,-0.030335797,0.00023221647,0.0035549763,-0.010360749,0.003191081,-0.022259189,-0.027185772,-0.021154441,-0.012353776,-0.028380094,-0.0070912912,-0.0078228135,0.004803417,0.03248558,0.014787208,0.0040606973,0.012264201,0.009741195,0.031440545,0.0015778122,0.018721009,0.007102488,0.0049116523,-0.0124134915,0.016123356,0.059298124,0.022542842,0.02597652,-0.02255777,-0.007352549,0.01214477,-0.015570982,0.027006622,-0.026797617,-0.0006083581,0.0007170602,0.013443595,-0.011853653,-0.040756263,0.020184053,0.015839705,0.002670431,0.007001717,0.02827559,0.04174158,0.007393604,0.0071099526,-0.025215138,0.024170106,0.009465007,0.02579737,0.001054363,0.04866865,-0.007363746,0.010748904,0.0040532327,-0.0015246276,0.0107936915,-0.012002943,-0.0179447,0.0037359907,-0.03123154,0.014540879,-0.015018608,0.016571227,0.02255777,-0.0056245136,0.0045832135,0.0042659715,-0.008240826,-0.0045981426,0.049982406,0.025379358,0.036367126,-0.056521323,0.026140738,0.011107202,-0.019542105,-0.014973821,0.009994988,-0.024438828,-0.03956194,-0.028021798,0.0010860872,-0.012122376,0.028693603,-0.03356047,0.029634133,-0.0011924566,-0.049385246,-0.0005836319,-0.00641202,0.05873082,-0.0012055195,-0.016123356,-0.0710622,-0.03585954,0.013689924,-0.009061923,-0.007897459,0.029022042,-0.004004713,0.020661782,0.041652005,0.023319151,0.03320217,-0.022080041,-0.029917784,-0.0007739771],"social":"https://twitter.com/arj_shiv"},{"title":"krewapp","description":"a place for emerging artist to enhance their sound through collaboration","niche":"creator","youtube_url":"https://youtube.com/watch?v=4hFAtOGUHLw","youtube_transcript":"Yo. What's up, everyone? My name is Tyler. And today, I wanted to share with you my progress of building a web application over the course of of six weeks through nights and weekends at build pace. I'm building an app called Crew. It's a place where artists can collaborate. Week one, I spent countless hours researching and gathering ideas to create an app that solves a real problem. Week two, designing the user interface three. Coating the core features. This was the heart of the development process. Here we have two features that we are focusing on. And so here's one to create a post. And or opportunity. And one is to view the post and or opportunities that have been set. Before, I decided to narrow down on my audience for artists, to focusing just on musicians and connecting them with mixing and mastering engineers. Here on my chart, you might be able to see that metric that I was focused on was revenue in the beginning. And by week four, I realized that users were a lot more important. Week five, polishing and refining. And then week six, we launched and we celebrate after all the hard work was time to release the app to the world and share this accomplish. That's it for today, folks. Thank you for joining me on this journey of build space nights and weekends. I will see you guys soon. Peace.","embedding":[-0.010756035,0.015035483,-0.010863213,0.00065454876,0.004742608,-0.026518796,0.012616332,0.031158052,-0.0015655583,0.0125321215,0.0244518,-0.051598348,-0.0074679805,-0.034572426,0.012884276,0.03493989,-0.02220107,-0.04284041,-0.034572426,0.016888125,0.01910823,-0.017224967,-0.002673698,0.0418605,-0.02220107,-0.03420496,-0.032551363,0.051169638,-0.031755187,-0.0478012,-0.012470877,-0.027789615,0.040053792,0.015479504,-0.011705323,-0.034266204,0.025921663,-0.004042126,0.02812646,-0.02036374,-0.002302404,-0.0003179442,0.07318697,0.01131489,-0.06112184,-0.0015272805,-0.069328584,0.04388156,0.04510645,0.0432385,-0.07337071,0.015709171,-0.0068517094,0.011337857,0.003622985,-0.054231856,-0.0056497897,0.011644078,-0.06381659,0.00427562,0.060417533,-0.000742109,0.05162897,-0.025860418,0.0022928347,-0.016046014,-0.03735904,0.012294799,0.002587573,0.039716948,0.060846243,0.010687136,-0.043544717,0.020287184,0.016612524,-0.036287267,-0.009990482,0.05784527,-0.009554115,-0.03181643,0.007471808,-0.0065722824,0.0010086176,-0.006024911,-0.0044363863,-0.03977819,-0.07141089,-0.040666234,-0.0059713223,0.00017057503,-0.03693033,0.068348676,0.01600008,0.031755187,0.054629944,0.002019149,-0.050128486,0.070675954,0.075636744,0.01335892,0.023670934,-0.016765635,-0.037848998,-0.042779166,0.035399225,-0.015862282,-0.0045014583,0.032183897,-0.0034985824,-0.030974321,-0.13008296,0.022721646,0.025998218,0.016566591,0.02630444,0.0100364145,0.04951604,-0.03181643,-0.0149283055,-0.03677722,-0.018113011,0.01825081,-0.028049903,-0.01867952,0.009623015,-0.05839647,-0.0370222,-0.005083279,-0.029948477,-0.030851832,0.049883507,0.0005057442,0.044892095,-0.067797475,-0.061734285,-0.030300632,-0.041248057,0.010342636,-0.040574368,0.012601021,0.025462331,-0.00005962949,0.027269037,-0.019016365,0.020547474,-0.033408783,-0.009523493,0.057600293,-0.04865862,-0.01711779,0.01684219,-0.006993337,-0.027912105,-0.023318779,0.057753403,-0.015770415,-0.003320591,0.039625082,-0.03717531,-0.009469905,0.011919678,-0.017714923,-0.040360015,0.024436489,-0.049424175,0.0038794456,-0.02841737,-0.02021063,-0.07710661,-0.0038411678,-0.06914485,-0.041064322,-0.014308207,0.0348174,0.06249984,-0.038430817,0.030300632,-0.04388156,-0.020960873,-0.039533217,-0.024513043,-0.023242224,-0.012271833,-0.0075407084,-0.0907641,-0.013090976,-0.008107218,0.0026966645,0.013259398,-0.058212735,0.0102660805,0.04924044,-0.018694831,-0.0012794323,0.0056651006,-0.045075826,0.054415587,-0.009431627,0.02518673,0.019950341,0.008803872,0.03705282,0.012524466,0.009332105,-0.0021110156,0.008153152,-0.008153152,-0.016030703,-0.012233555,-0.022247003,0.05643665,-0.023824045,-0.017454633,-0.0017301523,-0.04798493,-0.04480023,-0.014537873,0.06400032,-0.013741696,-0.0060057724,0.0002468912,0.027299661,0.0035751378,0.0003064609,0.06038691,0.019843163,0.02460491,-0.022247003,0.047280625,-0.009454593,0.0067521874,-0.014560839,-0.03264323,-0.046576314,0.056957226,-0.012524466,0.02489582,-0.05251701,0.018878564,0.04397343,0.004088059,-0.016137881,0.025064243,0.025202041,0.030530298,0.006920609,-0.05812087,-0.032765716,0.026886262,0.056651007,0.08255736,-0.023119735,-0.04798493,0.041401166,0.004872752,-0.027697748,0.021971403,0.025952285,0.0075560194,-0.0064651044,-0.010916802,0.0036689183,-0.05417061,0.013917774,-0.017653678,0.073921904,0.0066679763,0.024681466,0.02561544,-0.01308332,0.003523463,0.01826612,0.00073541043,0.01371873,0.004822991,0.002289007,-0.017301524,0.031142741,-0.031755187,-0.025263287,-0.01351203,0.0010708189,0.01639817,0.03720593,0.011353168,0.048321776,0.022446048,0.035613578,-0.017148413,0.0118814,0.0049148574,0.006740704,0.005343568,-0.011774222,0.0023425957,0.023824045,0.017025923,-0.046208847,0.01258571,-0.019873785,-0.00063301757,-0.06259171,-0.010763691,0.0060785,-0.017332146,0.024007777,-0.0065493155,-0.010526369,-0.0086584175,-0.034419313,-0.012470877,0.031693943,0.0027272867,-0.047617465,-0.029734122,0.016949369,0.041768633,0.015081417,-0.025140798,-0.037420288,-0.046790667,-0.035184868,-0.026243195,0.006093811,0.03463367,-0.024727399,0.07055347,-0.017546501,0.013626863,-0.039655704,0.04385094,-0.08843681,-0.024773331,0.015908215,0.029780056,0.0073875976,-0.032275762,-0.023380022,0.0740444,0.027942726,-0.03693033,-0.08004634,-0.04734187,0.024957065,0.041799255,-0.0077435803,0.017148413,-0.03056092,-0.013818252,0.002989489,-0.021956092,-0.019184787,0.02022594,-0.031142741,-0.014966583,-0.0062009883,-0.005010552,-0.04173801,-0.04063561,0.013175187,-0.006706254,0.027958037,-0.013489064,0.0040650927,0.004256481,0.039625082,-0.02446711,0.0074832914,0.0005904336,-0.041094948,0.029565701,0.010955079,0.012845999,0.0016411566,-0.06093811,0.017041234,0.04231983,0.031295855,-0.015303427,0.04764809,0.034021225,-0.0019674741,-0.008803872,-0.0292901,-0.028692968,0.026809705,0.008849806,0.018756077,-0.028187703,0.031510208,0.037389662,-0.026488174,-0.016719703,0.009852681,0.023961844,-0.012976143,0.040911213,0.049730398,0.027651815,-0.020026896,0.016474726,-0.027360905,-0.010013448,-0.009760815,-0.017010612,-0.0016248886,-0.035184868,0.0024134093,-0.008229707,0.008336885,-0.0109397685,-0.052792612,0.060325667,-0.012884276,-0.008398129,-0.024803953,0.038155217,-0.0075713303,0.0012287144,0.052425146,-0.014706295,-0.030622166,0.040360015,-0.008260329,0.03493989,0.033408783,0.047035646,0.005045002,-0.003188533,-0.03760402,-0.03913513,-0.015050794,0.03069872,0.020869005,-0.013779975,-0.02831019,-0.02420682,0.011414412,0.021113982,0.03310256,-0.010564647,0.010235459,-0.024053711,0.0043215533,-0.030606855,0.003555999,-0.0063005104,-0.044463385,-0.03720593,-0.009056506,-0.029106367,-0.0003090925,-0.0424117,0.02587573,-0.02814177,-0.03157145,0.0048000244,0.010794314,0.0075789858,0.0049339966,-0.053251944,0.014537873,-0.032765716,0.019138854,0.00320193,-0.025431708,-0.02702406,0.012662265,-0.0016736927,0.00456653,0.03337816,0.0022296763,0.009645982,-0.031418342,-0.05897829,-0.000609094,0.011544556,0.03395998,-0.015846971,-0.023410646,-0.041676767,-0.013504375,-0.047464356,0.0145838065,0.034756158,0.0039923647,-0.019429764,-0.01061058,-0.02021063,0.035399225,0.010273737,0.063877836,0.036256645,-0.019215409,-0.030591544,-0.053374436,-0.031066187,-0.037083443,0.009439282,0.024084333,0.022415426,-0.015150316,0.014300551,0.05490554,0.010342636,-0.0029110196,-0.041952368,-0.00191867,-0.035307355,0.010296703,-0.02488051,-0.0019311103,0.0299791,0.018082388,-0.044677738,0.0058296947,-0.027514016,0.023732178,-0.004639258,-0.010985701,-0.06381659,-0.0056842393,-0.0018047938,-0.018357988,-0.017179035,0.019552253,-0.049975373,0.006262233,-0.017025923,0.02050154,-0.009768471,0.0032363802,0.019980963,0.0050143795,-0.027468082,-0.0027713059,-0.038767662,-0.06602139,-0.020914938,-0.0057531395,-0.023579067,-0.0004736866,0.030453743,0.0048459577,-0.013297675,0.025278598,0.0178221,-0.013711074,-0.006354099,-0.021956092,0.042687297,-0.035337977,0.04553516,-0.005676584,0.0018976174,0.01308332,0.005864145,-0.0057033785,0.030193456,0.020608718,0.022828825,-0.012463221,0.038002107,-0.0033148495,-0.008666073,0.047586843,-0.005622995,-0.03178581,0.0123177655,0.0043827975,0.027314972,-0.021757048,-0.008903394,-0.054783054,0.044585872,0.011429723,-0.016183814,-0.0048650964,0.014277585,-0.0042679645,-0.047494978,0.010212492,-0.042381078,0.03014752,-0.013052698,0.013833563,-0.013504375,0.023701556,0.03653224,0.013504375,-0.0055923727,-0.00032918827,-0.020287184,0.0345418,0.011368479,-0.013986674,-0.00065024255,-0.005978978,0.0033110217,-0.009094783,0.0068517094,-0.005557923,-0.015640272,-0.017913967,-0.015395294,0.012800065,-0.02120585,0.0042603086,-0.016153192,-0.024513043,0.019046986,0.019154165,-0.018710144,-0.043054763,-0.008681384,0.012593365,-0.022844136,-0.0025646063,-0.0030622166,-0.020853695,0.0014890028,-0.03610353,0.029259479,0.011705323,0.036134154,0.01371873,-0.02192547,-0.04146241,0.018740766,0.039073884,0.01138379,0.01492065,-0.003404802,-0.030790588,-0.023824045,-0.00015873286,-0.006193333,0.03546047,0.005841178,-0.022017337,0.02532453,-0.03503176,-0.00038134164,-0.006480416,0.026671905,0.0039024123,-0.0008071811,0.05582421,0.0131062865,-0.016658457,-0.0154871605,-0.02561544,0.062438596,-0.0052976348,0.0125321215,0.011529245,-0.019873785,-0.0026430755,-0.0000021792873,0.02673315,-0.027345594,0.037114065,-0.01512735,0.014553184,-0.018189566,0.020976184,-0.0002540683,0.011927334,-0.036654733,0.037848998,-0.006289027,0.0067483597,-0.005485195,-0.017378079,0.04510645,-0.00537419,-0.0052784956,-0.053527545,0.02604415,0.0013502461,-0.026120707,0.0029091057,-0.019889096,-0.0068899873,-0.0024057538,-0.009668949,0.003020111,-0.00077751593,0.040084414,-0.014277585,-0.0135503085,0.027927415,-0.010618236,-0.02290538,0.026426928,-0.026181951,-0.0066832877,-0.001116752,-0.0073684584,-0.08776312,-0.023150356,0.030178145,-0.022231692,-0.019491008,-0.034756158,0.0048153354,0.004356003,-0.0064957268,0.028662346,-0.0015244096,-0.0048650964,-0.0145838065,-0.036011666,-0.0019923546,-0.026518796,0.017500568,-0.010618236,-0.026105396,0.016735014,-0.008176118,-0.040329393,0.0008947414,-0.011766567,-0.026641283,0.00094689475,-0.0367466,-0.0015588596,-0.0076364023,-0.020914938,-0.0065646265,-0.005439262,0.048689242,0.026534107,-0.01910823,0.010740724,0.03196954,-0.058182113,0.011261301,-0.030959008,-0.00066651055,-0.02051685,0.013374231,0.0005741656,0.04216672,0.028447991,-0.015586682,0.04216672,0.048168667,-0.031877674,0.021558004,-0.010074693,0.016627835,-0.039900683,0.051537104,-0.009998137,0.0037933206,0.014361795,-0.010733069,-0.0021780015,0.007157931,0.022124514,0.027682437,0.0110546015,0.021481449,0.004451697,0.01783741,0.050465327,0.008444062,0.00035454726,-0.015165627,-0.003521549,-0.0052823233,0.01610726,0.014109163,0.039686326,-0.056099806,-0.00697037,-0.00039091107,0.013274709,-0.0037818374,-0.0002655516,0.025783863,-0.00989096,0.005473712,0.00904885,-0.021113982,-0.01794459,0.00925555,-0.050128486,0.006204816,-0.0149283055,0.024007777,-0.018296743,-0.020731205,0.013113942,0.026947506,0.0010134022,-0.056895982,-0.041829877,-0.004708158,-0.0179599,-0.03873704,-0.025339842,0.019031676,-0.006124433,-0.021006806,-0.01655128,0.01280772,-0.01783741,-0.01993503,-0.014484284,-0.021802982,0.026273819,0.009270861,0.012470877,0.007900518,0.02021063,-0.035613578,0.016352236,-0.032857582,0.03267385,-0.013113942,0.011996233,0.0053282566,0.021833604,0.03610353,-0.0240384,0.033194426,0.024987686,0.020823073,0.010847902,0.015770415,0.03493989,-0.017868033,0.012601021,0.039716948,-0.006063189,-0.008512962,-0.00052488304,-0.00010837376,-0.047403112,0.012371355,0.027820237,-0.002836378,-0.0012067046,-0.006109122,0.02194078,0.021113982,0.0014459403,-0.026503485,-0.01047278,-0.0014784764,0.024849888,-0.019475697,-0.008068941,0.014093852,0.002553123,-0.0010210578,0.010281392,0.0010325412,-0.014499595,0.0018947464,0.005385673,0.0033186772,0.04216672,-0.042626053,0.0104804365,-0.010289048,0.028371437,0.026503485,-0.019506318,0.009538804,-0.0009698614,-0.013626863,0.012072789,0.0027311144,-0.04691316,0.008489995,-0.020669961,0.034021225,0.024819264,-0.016750325,0.0039693983,-0.010901491,-0.00551199,0.041952368,0.039380103,0.05686536,-0.0064689326,-0.006480416,-0.042074855,-0.02716186,-0.012417288,-0.01668908,-0.0012870879,0.01993503,0.025462331,0.030101588,-0.009446938,0.007322525,-0.011559867,-0.02345658,-0.011735945,0.024222132,-0.02886139,-0.014001985,-0.027697748,-0.016811568,-0.036838464,0.016290992,0.0019789573,-0.0021971404,0.014690984,-0.025569508,-0.026702529,0.023135046,0.0063847215,0.018158944,0.03294945,-0.012149344,0.0041607865,0.032183897,0.03506238,0.013802941,0.02884608,0.030989632,-0.013312986,0.02319629,0.024941754,0.013603897,0.0076938192,-0.0086584175,0.0063234773,0.006974198,-0.010465125,-0.0067024264,-0.010396225,0.0042335144,0.0045129415,0.0033167633,-0.006430655,0.02235418,-0.0067177373,-0.0100364145,0.038645174,-0.011774222,0.027223105,0.0009090955,0.018449854,-0.013182842,0.00041579158,-0.012562743,-0.00087416713,-0.060172554,-0.013320642,-0.026610661,-0.003655521,0.019322587,0.018174255,0.032551363,-0.02008814,0.02010345,-0.023977155,-0.013504375,-0.037267175,0.0011636423,-0.026702529,-0.018021144,0.02687095,0.014668017,-0.012386666,0.033592515,0.022216382,0.017975211,0.018694831,0.015755104,0.034909267,-0.0011378048,-0.00530529,-0.027529327,0.019628808,-0.0071808975,0.0072497977,-0.0183733,-0.012157,0.0011368479,-0.0064957268,0.0033512132,0.016704392,-0.002786617,-0.015303427,-0.03438869,-0.017179035,0.013022075,0.0057340004,0.0015703429,0.0051674903,-0.023119735,-0.016137881,0.029091056,0.023625001,0.012011545,0.016336925,-0.026380995,0.018403921,-0.0076555414,-0.02149676,0.01265461,-0.010350292,-0.0063196495,0.018128322,-0.023318779,0.018710144,-0.01061058,-0.014453662,-0.010579958,-0.039900683,0.0017923536,-0.010380914,-0.035001136,0.017286213,-0.012570399,-0.004639258,-0.04155428,-0.017194346,-0.025799174,0.029596323,-0.014958927,0.0077014747,-0.0012497671,0.009860337,0.0055273008,-0.0049837576,0.0060976385,-0.0075828135,0.024574287,-0.015877593,-0.012264177,0.0348174,-0.012287144,-0.02788148,-0.0058794557,0.01725559,0.034051847,0.026074775,0.012463221,0.0063311327,-0.010756035,0.024359932,0.004589497,0.010962735,0.009178994,0.018419232,-0.0069167814,0.0060172556,0.0033339881,0.012700543,-0.03056092,-0.00006136395,0.02065465,-0.046790667,0.007977074,-0.0050794515,-0.0122029325,0.018924499,0.015640272,0.031908296,-0.010373258,-0.0093474155,0.008153152,0.027850859,0.02077714,0.030423122,-0.011353168,0.013779975,-0.005760795,-0.009423971,-0.034848023,0.011475656,-0.005221079,-0.008627795,0.01054168,0.013504375,-0.005485195,-0.0088880835,-0.0009143587,0.002200968,-0.01399433,0.013672797,-0.040941834,0.0003138772,0.0006593335,0.0054316064,-0.01519625,0.013672797,-0.0006574196,0.021971403,0.00466988,0.047831822,0.0176843,-0.01667377,0.01131489,-0.0012650782,0.00048995466,0.0027770477,-0.0174087,-0.00037536077,-0.027590571,-0.0036823153,0.035001136,0.0048115076,0.0011406756,-0.00039210726,-0.005293807,-0.01739339,-0.013741696,0.016367547,0.016015392,0.0098067485,0.033745628,0.03689971,-0.0072191753,-0.008512962,0.028937947,0.01598477,0.013894808,-0.0013090975,0.018633587,-0.05214955,0.028922634,-0.008497651,-0.042748544,-0.013351264,-0.01237901,0.0034086297,0.0042985864,-0.0014268016,-0.0096919155,-0.006377066,-0.022736957,0.017194346,-0.028616413,0.018051766,0.0064880713,0.014767539,-0.02460491,0.0028229808,0.09719475,-0.00082631997,0.010059381,-0.01825081,0.03567482,-0.010189526,-0.010090004,0.027958037,-0.0049110297,0.000033044427,-0.016658457,-0.036011666,0.038859528,0.010327325,0.0027024061,0.0027981002,-0.02870828,0.019200098,0.015020172,0.03791024,0.029810678,0.0054430896,0.029887233,0.0046966746,-0.028800147,-0.031877674,0.0024803954,-0.010005793,-0.011598145,0.016321614,0.027207794,0.0064229993,0.0015157972,0.0050028963,0.016888125,0.025906352,-0.019690052,-0.008765595,0.0011464173,-0.025462331,-0.010243114,-0.01711779,0.040084414,-0.01464505,-0.026013529,0.015632614,-0.015188594,0.014017296,-0.010786658,-0.05273137,-0.016949369,0.009194305,0.030423122,0.0067177373,0.014292896,0.010985701,0.015425916,0.022247003,0.02063934,0.0073416643,-0.018832631,0.019261342,-0.033990603,0.017071858,-0.030025033,-0.0051636626,-0.01923072,-0.0014038349,0.0003078963,0.009125405,0.00062344817,0.019598186,0.008857462,0.0065340046,0.0021722598,-0.011161779,-0.002805756,0.0029244167,-0.00031483415,-0.026518796,-0.014545528,-0.008673728,0.016719703,0.011659389,-0.024941754,0.018863253,0.006357927,0.029764745,-0.022859447,0.044494007,-0.006771326,-0.00138661,0.026258506,-0.009094783,0.017240278,0.013435475,-0.026671905,-0.020562785,-0.020746516,-0.021251783,0.012930209,0.006315822,-0.0038775317,0.01485175,-0.017852722,-0.03549109,-0.026534107,0.044249028,-0.0034009742,0.00039426037,-0.0012727338,0.032061405,0.00327083,-0.009324449,0.02927479,-0.010449814,-0.012930209,-0.023824045,0.012631644,-0.021956092,0.042871032,-0.004287103,0.008145496,-0.015724482,-0.000008649865,0.017883344,0.025048932,-0.034327447,0.01909292,-0.0043215533,0.021374272,-0.009194305,0.008076596,-0.009316794,-0.010909147,0.032735094,-0.021267094,0.0016401997,0.001419146,0.017730234,-0.050128486,0.00834454,0.01512735,0.0071349647,0.004417247,-0.010342636,0.015295772,-0.014675673,-0.009201961,-0.020287184,-0.023854667,-0.019552253,0.018710144,0.008934016,-0.029351346,-0.031755187,-0.010419192,0.020593407,-0.009936892,-0.009309138,0.017806789,-0.015104383,0.0110546015,-0.020409673,0.03493989,0.012746477,-0.017179035,-0.0040344703,0.026518796,-0.00841344,-0.006545488,-0.026396306,-0.035950422,0.023701556,0.029228857,-0.00029282446,0.004968446,0.0068019484,-0.025217352,0.0139101185,-0.023701556,0.013887152,0.00042153324,-0.006109122,0.0303925,0.03451118,-0.0006789508,-0.024344621,-0.010074693,-0.009079472,-0.0038143734,0.025799174,-0.0017636453,0.026273819,0.026197262,-0.013443131,0.011008669,0.0011818241,-0.027131239,0.017087169,0.014484284,-0.040237524,-0.009668949,0.019812541,0.010465125,0.01081728,-0.014499595,0.0039177234,0.03524611,0.024252756,-0.031663317,0.013741696,-0.006155055,-0.0101512475,0.023441268,0.005523473,-0.011659389,0.03720593,0.049454797,-0.019046986,0.020379052,0.017607745,0.012470877,-0.08813059,0.020409673,0.048842352,-0.0071005146,0.0032765716,-0.018128322,-0.009852681,0.01428524,0.003573224,0.019414453,0.02292069,-0.002233504,0.01555606,-0.021481449,-0.022155136,-0.018312056,-0.02503362,0.0294279,-0.0096919155,0.0052134236,0.013902463,0.009362727,0.021573316,-0.012555088,0.020853695,-0.0065148654,-0.0057148617,0.0014488111,0.020256562,-0.022338869,-0.009401005,-0.018602965,0.009064161,0.012930209,-0.05582421,-0.011460345,-0.0025971425,-0.010074693,-0.010097659,0.0014746486,-0.027942726,0.015525438,0.014897684,0.014859405,-0.020057518,-0.033408783,0.035613578,0.0010937855,0.0012220158,-0.0010574217,0.003755043,-0.022139825,-0.01641348,0.0012909157,0.0489036,0.0048383023,-0.02204796,-0.02021063,0.00015610128,-0.011820156,-0.0059407,0.0042985864,0.006139744,-0.0008196214,0.006882332,0.01710248,0.03069872,0.010166558,0.005822039,-0.002987575,0.037665263,0.033163805,0.017913967,0.016091948,0.038155217,0.03224514,-0.012011545,0.00484213,0.013649831,-0.019123543,-0.0030335083,0.0028325503,0.004474664,0.031938918,0.0105952695,-0.0010411536,-0.0014583806,0.011345512,-0.023441268,-0.022109203,-0.004424903,0.011651734,-0.000701439,-0.003069872,-0.006415344,-0.038645174,-0.013818252,0.013573275,-0.009653637,0.028478613,0.0313571,0.03054561,0.017347457,0.025783863,-0.02829488,0.0542931,-0.023089113,0.011268957,0.018296743,0.053405058,-0.027498705,0.032704473,-0.0107101025,-0.0029760916,0.007885207,0.0185111,-0.017883344,0.016214436,-0.02122116,0.01667377,0.045075826,-0.0047847135,0.032183897,0.01172829,0.011330201,-0.017929278,0.018847942,0.0034583907,0.0480768,0.01138379,0.025002997,-0.02206327,0.023073802,0.021864226,0.017133102,-0.017592434,0.0014430695,-0.012853654,-0.021879537,0.016888125,0.0059560114,-0.048321776,0.014246962,-0.0042947587,-0.0005641177,0.017607745,0.001969388,0.0020842212,-0.0063617546,0.042687297,-0.02276758,-0.027927415,-0.07918892,-0.02050154,0.022124514,-0.009500527,0.0052287346,0.017056545,-0.010534025,0.04847489,0.024405865,-0.000033642515,-0.009102439,-0.011873744,-0.0006062232,-0.0074067363],"social":"https://twitter.com/stoneagetc"},{"title":"refer me","description":"connecting job seekers to professionals who can directly refer them to jobs","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=oPPtJlrx3X4","youtube_transcript":"Hey, I'm Dominic, and I'm working on refer me a platform that connects job seekers to professionals who can directly refer them to the jobs they want. Let me show you how it works. You come on or refer me and you find a company that you wanna work at. You type it in, let's say, Boeing. You find Boeing. Go on Boeing's website. You're gonna grab your job link. You put the job link in there. You send it off your referral request, and now it's in someone who works at Boeing's inbox. As we've grown, we realize that not everyone gets referred. So we started talking to our users and we saw that resume quality and resume content is really important. So essentially, you upload your resume. Grab a job qualifications or any job you're looking for, copy the bullet points sent, paste them, and then refer me will give you tailor recommendations for your resume on how to make your resumes down now. Better. We have over two hundred thousand users on refer me. And during our retirement build space, we've added thirty seven thousand. But the main thing we are measuring was our subscription growth. When we first launched, we had a nice spike in revenue growth, but then things started to decline and growth wasn't that great. And then here we launched AI resume review. And a couple other little features around resume improvements, and that's our steady growth throughout the week. And then I launched my YouTube channel around here, which drove a little bit more traffic but then we're back in a little bit over slump and looking forward to how this is gonna turn out after build space. And a couple of big lessons we learned while we're in build space no matter how many users you have, emails have diminishing returns. Your customer support pipeline is really important to double down on it. Lastly, we need to figure out our social media strategy so we can continue to fuel our growth. Thanks.","embedding":[0.025177926,0.040504284,0.024735672,0.02432392,0.033458732,-0.006927361,-0.0106216995,0.0718585,-0.01740037,0.046329822,0.03294023,-0.027038438,-0.017491871,-0.036325753,-0.013519219,-0.0074077393,0.026474185,-0.041663293,-0.03711876,0.03699676,0.04834284,0.04446931,0.02562018,0.047885336,0.042517297,-0.007457302,-0.012100959,0.028227948,-0.02289041,-0.06728347,0.02311916,-0.050782856,-0.019474385,0.03876577,-0.029356455,0.020160642,0.031201718,0.017278371,0.0286397,0.015242482,-0.0018328722,0.042151295,0.06850348,-0.021304399,-0.047824334,0.01720212,-0.055205386,-0.0066490467,0.04846484,0.043554306,-0.08826762,0.018254377,-0.019794637,0.011651081,-0.023530914,-0.0038029952,0.01501373,-0.009752443,-0.036447756,0.025391428,0.040626284,-0.034892242,0.030805215,0.013206592,-0.030850966,0.003945965,-0.02298191,0.039558776,0.0021655152,-0.0066071087,0.06014642,0.010103196,0.02298191,-0.019138884,-0.011795958,-0.019260885,0.0076746163,0.04553682,-0.031903222,-0.053558376,-0.019489637,-0.012352587,0.022402406,0.0009497957,-0.06594146,-0.0287922,0.0044110934,-0.051118355,-0.017690124,0.008097807,-0.012566088,0.010316697,0.033458732,0.037759263,0.05880441,-0.0063821697,0.013458219,0.014685852,0.052185863,0.029249704,0.023835916,-0.016134612,-0.009317815,-0.00286702,0.037911765,-0.049227342,0.036112253,-0.0038373081,0.036752757,-0.02443067,-0.09644167,0.019443886,-0.0076746163,0.006912111,-0.013999598,0.020602893,0.00860106,-0.011712082,-0.03336723,0.006885423,-0.03708826,0.015608484,0.011254579,0.0052955993,0.02729769,-0.028365199,-0.017812124,0.010202321,-0.047610834,-0.023317413,0.010766575,-0.0015945892,0.049715348,-0.02574218,-0.025604928,-0.024293419,-0.03248273,-0.01581436,-0.013587845,-0.016271863,0.01566186,-0.046482325,-0.012756714,-0.008867937,-0.04986785,-0.03007321,-0.026840188,-0.0018309659,-0.020633394,-0.018071376,-0.0017842625,-0.014807854,-0.082350574,-0.004422531,-0.0015116668,0.011696831,-0.006885423,0.024888175,-0.03751526,0.0008730686,-0.044957314,0.04163279,-0.03028671,0.018330628,-0.011620581,-0.0054176003,-0.022188906,-0.05285687,-0.06539246,-0.021106148,-0.023058161,-0.05490038,-0.011597706,-0.0013639315,0.029402206,-0.006751985,0.0035342122,-0.05145386,0.0024914863,-0.02436967,-0.021990653,-0.008867937,-0.057919905,-0.029539457,-0.052216366,-0.035715748,-0.04575032,-0.0010455854,0.004620782,0.0071561127,0.019611636,0.03013421,-0.008623935,0.0033912424,-0.003265429,-0.014540977,0.039070774,-0.00007237843,0.0019710762,-0.01285584,0.031186467,-0.011811207,0.039528277,0.020404642,-0.025086425,0.023485163,0.004807596,0.023896918,-0.059475414,0.004872409,0.06200693,-0.0010884764,-0.0009836318,-0.016851367,-0.039253775,-0.034770243,-0.042151295,0.02729769,0.016134612,-0.009638067,0.0018986382,-0.00027831443,-0.0005170739,-0.015250106,0.032391228,0.056730397,0.09314765,-0.0427613,0.060664922,0.029112453,0.01875763,0.036539257,0.027084189,-0.038033765,0.020633394,-0.017949376,-0.0005218396,-0.0430968,0.033519734,-0.029447956,0.0010941952,0.011285079,0.0014706821,0.0027221441,0.055693388,0.009485566,-0.050691355,-0.044560812,0.0067824847,0.053771876,0.06764947,-0.03412974,0.029097203,0.01576861,0.006408857,-0.040412784,-0.02159415,0.056364395,0.04575032,-0.017964626,0.0034789306,0.00078156794,-0.030606965,0.022585407,-0.029295454,0.033489235,-0.022371907,-0.0032025224,0.024552671,-0.016409114,-0.016317613,-0.02577268,0.0066490467,0.010026945,-0.011353704,0.011757832,0.0065384833,-0.019642137,-0.0064164824,-0.061030928,0.020313142,-0.024796674,0.034648243,-0.025254177,0.0107818255,0.0045864694,0.02282941,0.009028063,-0.012017084,0.03278773,-0.03184222,-0.017232621,0.0019348572,-0.01720212,0.0064812955,0.00920344,0.06960148,0.0030767089,-0.010438698,0.029661458,-0.00920344,-0.036569756,-0.0046131574,0.011544331,-0.04169379,-0.006771047,0.002533424,0.016210863,0.0031663033,-0.018071376,0.015532234,0.050538853,-0.0058446033,-0.04172429,-0.03708826,-0.00020134906,0.0860106,-0.053283874,-0.02153315,-0.0287312,-0.026382685,0.015410232,-0.026962189,0.003801089,0.007110362,0.015410232,0.038399767,-0.024293419,0.0031510533,-0.058011405,0.048190337,-0.01858988,-0.0068739853,-0.008090181,0.008357058,0.016546365,-0.013252342,0.0013105561,0.044926815,0.044560812,-0.052704368,-0.030484963,0.00065241865,0.0014601977,0.017644374,0.0005456679,0.008113056,-0.006812985,0.010392948,0.033306234,-0.03547175,0.0063021067,0.028243197,-0.015196731,0.01695812,0.023332663,0.0072514256,-0.020572394,0.024888175,-0.025604928,-0.031933725,0.016820867,0.034983743,0.008921312,0.007079862,0.01586011,-0.01862038,0.0073924894,0.062159434,-0.004807596,0.016393865,0.004784721,0.009691442,0.013328593,-0.05987192,0.00007309328,0.034648243,0.036844257,-0.0037839327,0.06569746,0.07771454,0.0052002864,-0.0071294247,-0.029676707,-0.041083787,0.03014946,0.0020835458,-0.045506317,-0.06453845,-0.026901187,0.0215179,-0.041053288,0.026001431,-0.02272266,0.016759867,0.057645403,-0.000716755,0.052612867,0.015570358,-0.0064965454,0.011208829,-0.019962389,-0.007144675,-0.014037723,0.0098744435,-0.0068739853,-0.004590282,-0.046939828,0.015425483,-0.029569957,0.005981854,-0.067100465,0.05419888,-0.008135932,-0.022219405,0.0055853515,0.0027888631,0.037881266,0.05990242,0.060603924,-0.032604728,-0.04019928,0.060329422,-0.010270947,-0.0034617742,0.04584182,0.04440831,0.015257732,-0.00170134,-0.059658416,-0.07545753,-0.013137966,0.028822701,0.008654435,-0.01849838,0.013244717,-0.013336218,0.02019114,0.03458724,0.012596588,0.0026592372,0.013808971,-0.053588875,-0.020999396,-0.016088862,-0.00017084886,0.020846896,0.017598623,-0.02714519,0.011018202,-0.057553902,-0.03315373,-0.016256614,0.021792402,-0.048281837,-0.04587232,0.013252342,-0.033580735,0.005299412,0.01586011,0.000025526057,0.02984446,-0.009851568,-0.007217113,-0.004807596,-0.009882069,-0.02296666,-0.0019863264,-0.0024819549,-0.0431578,0.04169379,-0.022798909,0.01570761,0.013686971,-0.06508745,-0.0064622327,0.000948366,-0.03565475,-0.015372108,-0.040778786,-0.032055724,0.0022817971,-0.014556226,0.06139693,-0.0017966531,0.011490955,-0.035044745,0.009577067,-0.047641333,0.056455895,0.011658707,0.041998792,0.06923548,-0.018528879,-0.010309072,-0.00056425395,0.015562734,-0.038399767,-0.0008077791,0.0010779919,-0.00642792,0.0045292815,-0.03742376,0.079422556,0.030667964,-0.029539457,-0.03269623,0.0043500927,-0.029264955,0.046756826,-0.05615089,-0.009782943,0.0014296975,0.04410331,-0.038887773,0.010057446,-0.025132176,0.010705574,0.0038544645,-0.00082779484,-0.026626686,-0.023637665,0.010926701,0.012665213,-0.014807854,-0.0029985523,-0.024842424,-0.010392948,0.01431985,-0.01700387,-0.008357058,-0.018483128,0.012817714,-0.02595568,-0.023317413,-0.012222961,-0.019535387,-0.0430053,-0.013389594,-0.016607367,-0.0015907767,0.034465242,0.025543928,0.021853402,-0.0017509029,0.030423962,-0.01735462,0.0014706821,0.0062868563,0.020968897,-0.018117126,-0.014929854,0.043340802,-0.010553074,0.0093940655,-0.018574629,0.0010217571,-0.0121467095,-0.006283044,0.003511337,0.0046970327,0.005615852,-0.028151697,0.034160238,-0.004510219,0.02302766,0.0052574743,-0.05575439,0.011254579,0.008013931,0.0055662887,-0.029798709,-0.008196932,-0.03989428,0.05419888,0.009859194,-0.028105946,0.0030652713,0.008768811,-0.02432392,-0.03165922,-0.043950807,-0.024827173,0.015204356,0.0054824133,0.0058484157,-0.02745019,0.0060314173,0.03882677,0.052216366,0.019474385,-0.016927619,0.02144165,-0.010499698,0.0012876808,0.011582456,-0.027572192,-0.011277454,0.009668567,0.019764138,0.013404843,0.0028613012,-0.004132779,-0.03269623,-0.0012733839,0.02709944,-0.017766373,-0.013519219,0.0012714777,-0.025528679,-0.012642338,-0.0064584203,-0.009416941,-0.031064468,-0.00029642394,0.018040877,-0.0039840904,-0.045201316,0.0107437,0.001419213,-0.022158405,-0.03257423,-0.0078004296,0.0030385838,0.015982112,0.010941952,-0.016851367,-0.03184222,-0.016637865,-0.005196474,0.0070188614,0.027907696,0.036722258,-0.023820667,0.0040298407,0.019062633,0.0014868854,0.022448156,0.011948459,-0.0020149203,0.014457101,0.007178988,0.014258849,-0.021761902,-0.03681376,0.01862038,-0.043432303,0.036386754,-0.02014539,0.0003988856,-0.034831244,-0.014411351,0.062220436,0.011330829,0.017034369,-0.013953848,-0.06825948,0.00855531,0.009462691,0.0074306144,-0.030271461,0.030271461,-0.030561214,-0.043981306,-0.01865088,0.026733438,-0.00748399,0.022265155,0.021609401,0.02745019,-0.0427918,-0.011498581,0.022753159,-0.028334698,-0.0075678653,-0.009828693,-0.012200085,-0.041998792,0.05587639,0.0099811945,-0.03425174,0.01219246,-0.041175287,-0.03861327,0.002150265,-0.026931688,0.013824222,-0.023286913,0.029554706,0.01711062,-0.022280406,0.016927619,0.018239127,-0.029051453,0.00045130783,0.0148459785,-0.03434324,0.01142233,0.0024914863,-0.08393659,-0.026702937,-0.010812325,-0.026687687,0.012756714,-0.01999289,-0.023149662,0.005581539,0.026016682,0.0068244226,0.030622214,-0.010903826,0.0027107063,-0.023500415,0.005653977,-0.013359093,0.023134412,-0.03428224,-0.05453438,0.039833277,0.0050439727,-0.001179977,-0.0024514545,-0.002323735,-0.02009964,0.030850966,0.011155453,-0.004292905,0.0014897448,-0.049318846,-0.013275217,0.01075895,0.046451826,-0.0029013327,0.020663895,0.0076136156,0.025025425,-0.073871516,-0.0026897376,-0.038216766,-0.009996445,-0.01220771,-0.011925584,-0.0055129137,0.0101946965,0.006847298,-0.012062835,0.019718388,0.06124443,-0.0016756054,-0.01592111,-0.013275217,0.016561616,-0.022234656,0.025208427,0.018330628,-0.00935594,0.0106216995,-0.0056234766,-0.0061114803,0.03843027,0.025574429,0.041968293,0.0063669193,0.029905459,0.021090897,-0.008074932,0.019779388,0.0106216995,0.055113886,0.01358022,0.015234857,-0.010896201,-0.0024018919,-0.027831445,0.027724694,-0.042334296,-0.014899354,0.014929854,-0.032726727,-0.010400573,-0.008806936,0.009439816,0.024979675,-0.024796674,-0.007747054,-0.005459538,0.012428837,-0.0043310304,-0.015692359,-0.024918674,0.00863156,-0.012070459,-0.016698867,0.0019091227,-0.013755596,0.01512048,0.014777353,-0.0711265,0.000029457726,0.023942668,-0.03175072,-0.0055472264,-0.015204356,0.053619374,-0.018437378,-0.006877798,-0.019443886,0.015951611,-0.014449476,0.02013014,-0.03721026,-0.003061459,-0.008021556,-0.023591915,0.023317413,0.013793722,0.0005370897,-0.0046284073,-0.0036504942,-0.03730176,0.03327573,0.008372309,-0.00929494,-0.011582456,0.003597119,0.019764138,-0.023408914,0.01288634,0.0025277052,-0.0012905402,0.016622616,-0.004136591,0.013808971,-0.017873125,-0.0057302276,0.03833877,-0.016683616,-0.009668567,-0.003335961,0.027724694,-0.026901187,0.005711165,0.010270947,0.009493192,-0.0107742,0.0029127703,0.04410331,-0.01875763,-0.025147425,-0.036600254,0.0038925896,-0.019093134,0.024659423,-0.0055472264,-0.03556325,0.03864377,0.0056082266,-0.009737193,-0.041022785,-0.0033702736,-0.040443283,0.02436967,-0.014075848,0.016470116,0.0010017414,-0.032330226,0.014548602,0.019459136,0.016607367,0.0008392324,0.0063821697,0.0069845486,-0.025086425,-0.016988618,0.0020721082,0.0433713,-0.049623847,0.035258245,-0.022082154,-0.0105149485,0.018086627,-0.036600254,-0.0076555535,-0.022524407,-0.0077699292,0.021990653,0.01718687,0.063989446,-0.028334698,-0.016058363,-0.019199884,-0.02417142,-0.020907896,-0.036356255,-0.0014325569,0.044896312,0.002750738,0.03412974,0.02128915,-0.023805417,0.0028231759,0.02008439,0.010278571,-0.008745936,-0.028868452,-0.000037052992,-0.02433917,-0.026611436,0.0009164361,0.048312336,0.025223676,-0.011300329,0.028990453,-0.006405045,-0.0135344695,-0.010156571,-0.029905459,0.035807252,-0.020602893,-0.011018202,0.0022913285,0.0093940655,0.035197247,0.0015717141,-0.002106421,0.0075983657,-0.05035585,0.0071561127,0.032299727,-0.010240447,0.012649964,0.0067786723,0.03278773,-0.016454864,0.001556464,0.012649964,0.03461774,0.0012028521,-0.013153217,-0.01854413,-0.0028746452,-0.009805818,0.003032865,-0.010301447,0.026047181,-0.033458732,0.01359547,0.02436967,0.019520136,-0.032818228,0.004395843,-0.03412974,0.018361129,-0.016088862,-0.05334487,-0.036600254,-0.00014332717,0.014571477,0.054778382,0.033489235,-0.025681179,0.010751325,-0.0031529595,-0.00570354,0.0056844773,-0.008692561,-0.008471434,-0.00608098,-0.018391628,0.01435035,0.023286913,0.022585407,0.008456184,0.007079862,0.014830729,0.00034813135,0.028136447,0.026489435,-0.001136133,0.0027183315,0.05578489,0.014037723,-0.008982313,-0.031903222,0.0016451052,0.019520136,0.011834082,0.017446121,0.011178328,0.0055205384,0.016881868,-0.035441246,0.012337336,-0.00023030043,-0.0033435859,0.011940833,0.012200085,-0.05035585,-0.029402206,0.032269225,0.04596382,0.025223676,-0.019169385,-0.038064267,0.012360211,-0.034831244,0.016775116,0.015303482,-0.00019193688,-0.015303482,-0.028471949,-0.011734957,-0.016256614,0.007853805,0.005634914,-0.014060598,-0.0037915576,0.0036733693,-0.025635429,-0.011704457,0.05133186,0.0044415933,0.02296666,-0.031293217,-0.0069006733,-0.0056234766,0.043706805,-0.008311308,0.033794235,-0.015021355,-0.0014068224,-0.006755797,-0.02993596,0.016485365,0.0132142175,-0.0081893075,0.017674873,0.0019615449,0.007853805,0.010873326,-0.073261514,0.0014115879,-0.0006624265,0.028471949,0.0022398594,0.008135932,0.0016088863,-0.006999799,0.05480888,0.014014848,0.011910333,-0.007705116,-0.005631102,-0.0057492903,0.0009078579,0.019047383,-0.019245634,-0.026184432,0.012039959,0.023881666,-0.040931284,-0.016912367,0.004136591,0.017979875,0.021045147,-0.01075895,0.002150265,-0.019626888,0.0286397,-0.010949576,0.025391428,-0.0080291815,0.014251225,0.016027862,-0.013847097,-0.01704962,-0.023607165,-0.040778786,0.010606449,-0.017537622,0.006347857,0.011323204,0.010126071,-0.006629984,0.00040770206,0.017476622,0.0016956212,-0.0027183315,0.03269623,-0.0000616557,0.025879432,0.012505087,-0.016927619,-0.0077699292,-0.00934069,0.008806936,0.027831445,-0.025132176,0.0041899667,0.01078945,-0.020999396,0.025010174,0.0020949834,0.0427918,-0.0071256123,-0.017903626,-0.007194238,-0.01566186,-0.004487344,0.0047809086,0.0106750745,-0.003496087,-0.002098796,-0.021883903,0.016607367,-0.034678742,0.007960555,0.0010532105,-0.0029432706,0.021304399,0.0136412205,0.009516067,-0.010598824,0.004445406,0.017583372,-0.01570761,0.043981306,0.017735874,-0.0048190337,-0.009050938,-0.019687887,-0.027755193,0.015951611,-0.010187071,0.014945105,0.007960555,0.003692432,0.004986785,0.000474183,-0.008562935,0.03428224,0.016226113,0.00499441,0.035593748,0.008806936,-0.014106348,0.010705574,0.10162671,0.01726312,0.02168565,-0.0063326065,0.012535588,0.033123232,-0.012703339,0.024720423,-0.013092216,0.019916639,-0.014213099,0.020435143,0.03480074,0.022997161,0.023637665,-0.006942611,-0.0034350865,-0.0025620179,0.008097807,0.012337336,0.008219807,0.02426292,0.03150672,-0.0034122113,-0.037820265,-0.0009455066,0.028121196,-0.020846896,0.002664956,0.019093134,-0.0022379532,0.0010379604,-0.0066185463,0.019794637,0.020252142,0.009599942,-0.01575336,-0.011086827,-0.005219349,0.0025867992,-0.01000407,-0.019825138,0.029097203,-0.007869055,-0.0044644685,-0.00016215153,-0.0061114803,0.01069795,-0.024018917,-0.03867427,-0.028868452,-0.0000104025385,0.01701912,0.012672839,0.026840188,0.01701912,0.019230384,0.032269225,0.0058598532,-0.0072666756,-0.031903222,0.011948459,-0.008143557,0.019032134,-0.0029051453,-0.018971132,-0.016317613,0.004010778,0.0021845778,0.005314662,-0.02999696,-0.00016846602,0.024552671,-0.01711062,0.03172022,-0.013183717,0.008951813,0.0019596387,0.020602893,-0.03184222,0.0031358032,-0.009950695,-0.01851363,0.016378615,0.0054481006,0.00007154445,0.029920708,0.05410738,-0.017964626,0.04026028,-0.03300123,0.0053375373,0.051148858,0.032543726,0.014213099,0.002338985,-0.017888375,-0.00045059298,-0.031201718,0.005894166,0.0041060913,-0.019184634,0.008517184,0.023713917,-0.020618144,-0.02853295,-0.016027862,0.014022473,-0.0027088001,0.009828693,-0.034922745,-0.0070912996,0.025467677,0.012100959,0.022417657,0.0067062345,-0.009904944,0.036844257,-0.023607165,-0.048190337,0.024049418,0.031293217,-0.015135731,-0.013839472,-0.026901187,-0.019184634,0.0007486849,-0.047885336,0.026108183,0.017873125,-0.0027698006,0.024918674,0.027694194,0.0033683672,-0.016637865,0.047854833,-0.021212898,-0.016912367,-0.0152729815,0.016348114,-0.039192773,0.014457101,-0.0071256123,-0.0127338385,-0.023652915,-0.028014446,-0.000054775286,0.008280808,0.04544532,0.003539931,0.010972451,0.00071770814,0.025116926,0.0061267302,0.012291586,-0.042334296,0.00086687325,0.018467879,-0.040809285,-0.0076784287,0.006408857,-0.005531976,0.016668366,-0.02412567,0.033794235,-0.011071578,-0.0042471546,-0.003987903,-0.0013153217,0.002598237,-0.0012038053,0.018864382,-0.050782856,0.0045635942,-0.0006905439,-0.019230384,-0.0067405473,-0.008928937,-0.016332865,0.0043310304,-0.027023189,0.00324446,-0.023774916,-0.012108585,-0.0080291815,0.008364683,-0.01072845,0.00019134118,-0.003032865,0.021365399,-0.016332865,-0.009752443,0.0015650422,0.03165922,0.04623832,-0.011079202,-0.022173654,0.012581338,-0.045902822,0.041968293,0.03303173,-0.03248273,-0.030927217,-0.009958319,-0.01990139,0.027465442,-0.00099221,-0.00023375553,0.022585407,0.029768208,-0.010980077,0.0030519275,-0.021838153,0.0038258706,-0.007281926,-0.015951611,0.0037896514,0.023469914,0.016470116,-0.006725297,0.0067214845,-0.006267794,-0.0011904615,-0.041266788,0.019596387,0.015646609,0.029325955,-0.008829812,-0.021212898,0.005695915,0.01576861,-0.025330426,-0.016317613,0.003221585,-0.017842624,0.035532746,0.0007458255,0.011864583,-0.023164911,-0.010545448,0.013496344,0.014380851,-0.026047181,0.022463407,0.018193377,0.010560699,0.0106216995,-0.027770445,0.011521456,0.011384205,0.029737707,-0.026489435,-0.005478601,-0.016912367,-0.0002083784,-0.01868138,0.036203753,-0.040351782,-0.00039102227,0.02714519,-0.03300123,0.028151697,0.0073924894,-0.038277768,-0.016104113,0.0012533681,0.0070989244,0.0056006014,-0.03836927,0.01990139,0.024598422,-0.004117529,0.005493851,0.004510219,-0.032513227,0.019199884,0.0039574024,0.02595568,0.0099278195,-0.026611436,-0.03904027,0.019108383,-0.032421727,-0.023790166,-0.03556325,-0.024491671,-0.00006019622,-0.0107437,0.0076898662,-0.00793768,-0.0054442883,-0.0040298407,0.008082557,0.035898753,-0.008784061,0.015616109,0.0047122827,0.011025827,-0.008692561,-0.02565068,0.031140717,0.0018128564,0.023729166,-0.04440831,0.010766575,0.03592925,0.017659623,-0.014571477,0.011201203,0.0016555897,0.015585609,-0.03005796,0.002440017,-0.003496087,0.025787931,-0.015021355,0.030805215,-0.01724787,-0.026428435,0.0017766374,0.013991972,-0.0027717068,0.037759263,0.030256212,0.042090293,0.020816395,0.01000407,-0.0061953557,0.010148946,-0.007930055,0.0044759065,-0.006370732,0.024857674,-0.007701304,0.03470924,0.0039840904,0.009043314,-0.012672839,0.014762104,-0.01592111,0.01592111,0.021258648,-0.00025091192,0.026626686,0.0053832876,0.012322086,-0.012832965,0.00321396,-0.006401232,0.002779332,0.042029295,0.030423962,0.04401181,0.00024030832,-0.021106148,0.008135932,-0.011323204,-0.008669686,0.009965945,0.02745019,-0.033489235,-0.025025425,-0.043401804,0.0043539056,0.006370732,0.02302766,0.0031834596,-0.009958319,-0.008784061,-0.005661602,0.021853402,-0.014914604,0.014235974,-0.02874645,0.0032082412,-0.054259878,0.0006681453,0.033885736,0.011879833,-0.030713715,0.042303797,-0.000023307048,0.008745936,-0.0077508665,0.023058161,0.016195614,0.010263322,0.00076059904,-0.021716151],"social":"https://twitter.com/dominick_tweets"},{"title":"besnowed","description":"a nostalgic novel filled with the warmth of winter","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=3lbVm1DQVz0","youtube_transcript":"Hello. My name is John Michael Bauer, and I wrote a book called Biss Note, a nostalgic novel filled with the warmth of winter. So let me show you my story. The snow revolves around swapping kombry in his journey home for the holidays. He spends a week in a snowy village reminusing with friends and family and learning to appreciate everyone in his life. I combined my influences of Muur Khamey, Zac and Kelly Weir Smith, and m f doom into an atmosphere of love, memories, meals, and snow. And this is best known. But it wasn't exactly an easy path to get here because in order to have a book, you first need to write a book. For the first two weeks of build space, I did nothing but right Day night night and day, I went from some scribbles on a notepad to a sloppy draft on Google Docs to finally, a physical book in the real world. But that also meant I was very lost when it came to the either users or revenue. I sat at zero for weeks as I grinded away. And it wasn't until far as I gave me the idea of a substack that I really started to have measurable growth. And I was surprised at just how much support I received, taking an idea and turning it into a real book that's made nearly six hundred dollars so far.","embedding":[0.019990522,0.038711805,-0.024480456,-0.0032920898,-0.013128696,-0.078692846,0.022465538,0.011891187,0.0117246,-0.025368923,0.0061280467,0.0029351162,-0.047882058,0.033571385,0.013898172,0.06815816,0.011367626,0.008345249,-0.047342632,0.01654771,0.003613366,-0.0060606184,0.006143912,0.034586776,0.014501061,0.0011105846,-0.03766468,0.024988152,0.034142543,-0.033285804,-0.049563803,-0.022893908,0.0012196598,-0.03633198,-0.0009871311,-0.036776215,0.0055727544,-0.02541652,0.018927533,-0.03477716,-0.057718664,-0.010923392,0.051943626,0.012121237,-0.06178023,0.037474297,0.020672739,0.0152150085,0.016309727,0.06314466,-0.04182144,0.03826757,0.019768404,0.019641481,0.0068578594,-0.035411783,-0.02605114,-0.006568314,0.023639586,0.005152319,0.02862135,-0.016928481,0.02105351,0.0001843124,0.02122803,-0.022909772,0.0055370573,-0.009019533,-0.006968918,0.004755682,0.08522943,0.044423383,-0.0015597764,0.0120022455,-0.05660808,0.009543094,-0.0069252877,0.008016041,0.008313519,-0.060986955,-0.031667523,0.036458902,-0.002528563,-0.009360641,-0.026780954,-0.038394492,-0.038394492,0.037410833,-0.019831866,-0.028748274,0.03284157,0.042551253,0.008599098,0.03985412,0.064128324,0.003464627,-0.08224672,0.012018112,0.02056168,-0.032936763,-0.025289597,-0.0032008633,0.04797725,-0.02038716,0.06568314,0.0014844153,0.014715245,0.027098263,0.01738858,-0.030318959,-0.17350504,0.04109163,0.021212164,-0.043947417,-0.0071315393,0.022751117,0.023893433,-0.03982239,0.0041686585,0.013572929,0.010970988,0.008503905,-0.00238974,-0.011930851,0.01267653,-0.037252177,-0.0019296407,0.0027883605,0.0055489563,-0.0036212988,0.038172375,-0.016151072,0.045280118,-0.031096367,-0.01819772,-0.024654977,-0.013945769,-0.010986854,0.005691746,0.020894855,-0.0045732283,-0.007397286,0.03312715,-0.051753238,-0.023306409,-0.0053189066,0.021783322,0.020831393,-0.014913564,-0.002635655,0.055814806,-0.0059773247,0.00021802659,0.0029152844,0.025971813,0.0119943125,-0.0009985345,0.022798713,-0.0032663085,0.026749222,0.04439165,-0.03284157,-0.002594008,-0.03223868,-0.025670368,0.033730038,-0.027193455,-0.037347373,-0.05241959,-0.02408382,-0.014905631,-0.01799147,-0.006013022,0.0065802136,-0.0126368655,0.008511838,0.031017039,-0.033539653,-0.0000048146503,0.018403972,-0.009043331,-0.010550553,-0.0015369697,-0.017705891,-0.005418066,0.013985433,-0.0065048523,0.03595121,0.031493004,0.009519296,-0.010217378,0.030763192,-0.052007087,0.011819793,0.03610986,-0.037125256,0.049056105,0.017293388,-0.0078375535,0.062256195,-0.011383492,0.025242,0.026971338,-0.000040345454,-0.03284157,0.04251952,-0.029874723,-0.015802031,-0.055878267,-0.047691673,0.059368677,0.024274204,-0.02489296,0.00023513156,-0.024020357,-0.03630025,-0.024194878,0.02559104,-0.06301774,0.036173325,0.0026832516,0.011637339,-0.017547235,0.014667649,0.03407908,0.036522366,0.035824284,-0.057433087,0.012256093,-0.01703954,0.06476294,0.03069973,-0.004438372,-0.012684462,0.0062867017,0.033730038,-0.00022881017,-0.0066674734,-0.03544351,0.0033020058,-0.010709208,0.018610224,0.015897224,0.053434983,-0.008987802,0.0563225,-0.05372056,-0.08637174,0.023782374,0.022655925,0.043598376,0.020117445,0.036585826,0.03893392,-0.019086188,-0.029144911,-0.0013555081,0.017293388,0.054164793,-0.056417692,-0.020053983,-0.010836132,-0.021767456,0.024052087,-0.014524859,0.04696186,0.011914985,-0.009812808,0.05143593,0.007615437,-0.038711805,-0.0009702741,0.03925123,0.027304513,-0.045438774,-0.03610986,-0.016738096,0.02622566,0.015310201,0.023068428,0.013993365,0.036871407,-0.021354955,-0.017404446,-0.0091305915,0.030620402,-0.005076958,0.03003338,-0.0075956048,-0.03883873,0.017023675,-0.045946468,0.011938783,0.017959738,0.02382997,-0.02960501,-0.021577071,-0.011597675,-0.016706364,0.031334348,0.022275154,-0.017864546,0.034840625,0.02989059,0.032016564,0.011010652,-0.011375559,-0.010225311,-0.002667386,-0.011137577,0.00996353,0.01784868,0.004303515,-0.022655925,0.018102529,-0.026939608,0.017134733,-0.041313745,-0.007056178,-0.016246265,0.010161849,-0.018324645,-0.024099685,-0.0112645,-0.021021778,-0.009598623,0.058575403,0.008031906,0.015968619,0.0047953455,0.0011998279,-0.028018462,-0.04950034,0.023814106,0.0048270766,-0.06114561,0.02509921,0.011883254,0.03756949,0.016000351,0.000030925316,-0.019403499,-0.02605114,0.01045536,0.01700781,0.009543094,0.0039683566,-0.06511199,0.010003193,0.010963056,-0.03722045,0.005854367,0.025083344,0.004981765,0.016912617,-0.00012308153,0.03728391,0.0017809016,0.033571385,0.02576556,-0.0030818721,0.0022548833,0.04118682,0.0067587,-0.024686707,-0.0023064462,-0.015928956,0.010598149,0.010614015,0.018229451,0.021148702,-0.01764243,-0.036268517,0.0012781639,-0.04943688,0.020180907,-0.0000668086,-0.0008170729,-0.006691272,0.022719387,0.04318587,0.05660808,-0.040044505,-0.028954525,0.03009684,0.010161849,0.030382419,-0.04210702,-0.001004484,0.02460738,-0.011542146,-0.054228257,-0.017626563,0.03203243,0.010058722,0.044264726,-0.024512187,0.05146766,-0.0027486968,0.009955597,0.008527703,0.013787114,0.022529,-0.012018112,-0.019022727,0.0059257615,-0.00805967,0.011875322,-0.016127273,-0.024543919,-0.025717964,-0.0081707295,0.063335046,-0.02541652,0.00006439159,0.0043947417,-0.020149177,0.024369398,0.048453216,0.023782374,-0.048135906,-0.023465065,-0.012835184,-0.0013773232,-0.02538479,0.0016698432,0.08066017,-0.007341757,0.05299075,-0.028319906,-0.05651289,-0.008916407,0.020006387,0.010693342,-0.0062510045,0.0019911195,-0.03630025,0.0184833,0.0151991425,-0.016063811,0.0026098737,0.043852225,-0.059590794,0.02408382,-0.025606906,0.015413327,0.05308594,-0.014247213,-0.00004908387,-0.011558012,-0.016785692,-0.054101333,0.0015885325,-0.023417467,-0.033254076,0.025479982,0.056703273,0.003048158,0.032397337,-0.029731935,0.02365545,0.028906928,-0.0022548833,0.007310026,-0.018895803,0.018864071,-0.020260235,0.010867863,0.006056652,-0.055719614,0.039346423,-0.029097315,-0.020831393,-0.010867863,-0.092717946,0.021783322,-0.031032905,0.026320854,0.02267179,-0.0033396864,0.031318482,-0.018245317,0.024369398,0.03234974,0.0019812034,-0.017420312,-0.045089733,-0.011208971,-0.025908351,0.012097439,-0.028716544,0.029938186,0.02622566,-0.02010158,-0.0065167514,-0.033952154,0.015730636,-0.03595121,0.04785033,0.0030660066,0.008432509,0.033730038,0.0139061045,0.050484,-0.019720808,-0.013668123,-0.017626563,-0.022909772,0.007087909,0.012279891,-0.014040962,-0.027367976,-0.017769353,0.014564523,-0.0050690253,-0.0015131715,-0.028224712,0.022529,-0.019197246,-0.0011978447,-0.01617487,0.01028084,-0.009725547,0.0077304617,0.04470896,0.049056105,-0.037696414,0.026209796,-0.040964704,-0.01865782,0.01929244,-0.0020446654,0.03468197,0.02249727,-0.023322275,0.020228503,-0.015183277,-0.031810313,0.000027098387,-0.020291965,-0.0151912095,0.012779655,0.05051573,0.02062514,0.002879587,0.017087135,0.03404735,-0.018753013,-0.02010158,0.013128696,0.031794447,0.017293388,0.041377205,0.0021061443,-0.025876619,-0.013215956,-0.009598623,0.026606433,0.040742587,-0.011169307,0.00007988524,-0.019102054,-0.012755857,0.015619578,0.0049896976,0.021815054,-0.01383471,0.01010632,-0.020228503,-0.014723178,0.011105846,-0.011851523,-0.050610922,-0.014659716,0.020641007,0.0076987306,-0.017626563,-0.011732533,0.00022558749,0.02492469,-0.03703006,0.0016470365,-0.0536571,0.012803453,-0.038521416,0.059654254,-0.015921023,-0.009606556,0.008008108,-0.013366678,-0.02316362,-0.034935817,-0.015183277,0.021386685,0.04819937,0.031286754,0.0024075885,-0.019260708,-0.02203717,-0.0071672364,0.009336843,-0.008488039,-0.030541075,-0.005188016,0.0041289944,0.042487793,0.006227206,-0.022560732,0.030334823,-0.030318959,-0.002262816,0.013089032,0.024480456,-0.01469938,-0.06530237,0.013525333,0.006282735,-0.0347137,0.009622422,-0.004727917,-0.011439021,-0.01461212,-0.006203408,0.033920426,0.0033416694,-0.01383471,0.00978901,0.026209796,0.011922918,0.043883953,0.048421487,-0.0031255023,0.0010173748,-0.014437599,-0.017420312,-0.013184225,-0.01042363,-0.023306409,0.014588322,-0.022402076,-0.0053308057,-0.04118682,0.015088084,0.028113654,0.041408937,0.014810438,-0.021481877,0.062192734,-0.019213112,-0.03985412,-0.019102054,0.01469938,0.07824861,-0.021957843,0.018610224,0.0040278523,-0.027352111,-0.04210702,0.048707064,0.0008126107,0.019847732,0.05086477,-0.042011827,-0.024988152,0.02939876,0.012375085,-0.019165516,-0.001928649,0.015786165,0.02379824,0.026939608,-0.011320029,-0.008876744,0.004450271,0.010145983,0.059051365,0.00044051534,-0.026416047,-0.011938783,0.017801084,-0.013096965,0.024528053,0.0014070709,-0.032682918,-0.00063065335,0.031699255,-0.0058464343,-0.046549357,0.024052087,-0.02682855,-0.01764243,0.006100282,0.02316362,-0.014183751,-0.00779789,-0.031794447,-0.021275626,0.03125502,-0.0064929533,-0.11182,-0.018435704,-0.0033833166,-0.023893433,-0.009630354,-0.014746976,-0.03090598,-0.0005979308,0.040330086,-0.019625615,0.033825234,0.0071632704,0.020545814,0.033952154,0.021196298,-0.021164568,-0.0015964652,-0.012383018,0.01230369,-0.0135967275,-0.013652257,-0.017896276,0.024512187,-0.0010322486,-0.036934868,0.030445881,-0.009075062,-0.018102529,0.0043312795,-0.032619454,0.0073139924,-0.012922444,0.029160777,0.008511838,0.0139775,0.007476614,0.033380996,-0.040076237,0.013826777,0.0029787463,-0.015270538,-0.0002826041,-0.004755682,-0.021640534,0.06403313,0.012065708,-0.009305112,0.0060288874,0.019244844,-0.050991695,-0.00955896,-0.04953207,0.018039066,-0.016309727,0.0018284981,0.019371767,-0.016000351,0.009947664,0.01845157,0.0012900629,0.011335895,-0.012065708,0.025448252,0.0055489563,0.019546287,0.0042122887,0.0016440618,-0.0048508747,-0.0045454637,0.027875671,-0.0023699082,0.022560732,-0.031794447,0.02010158,0.00017439648,0.0274949,-0.040552203,-0.005556889,0.028050192,0.0058464343,-0.0008245098,0.016849155,-0.01637319,-0.004961933,-0.008257989,-0.013255619,-0.029589145,-0.006235139,0.014667649,-0.01960975,-0.057560008,0.0007724512,-0.008416644,0.022878041,-0.012271959,-0.0013763316,0.000887476,-0.04118682,-0.058480207,0.007127573,0.0031889642,0.009344775,-0.008559434,-0.005291142,-0.026162198,-0.027653554,-0.035665628,-0.035506975,0.019340036,0.021608802,-0.018721282,0.0011770213,0.006976851,0.01975254,-0.00039043988,-0.016880885,-0.049468607,0.051086888,0.019895328,-0.0091305915,-0.020498218,0.0029291667,-0.02728865,0.0059971563,0.0022885974,0.009551027,-0.013501535,0.008016041,0.018039066,-0.016642902,-0.026162198,0.01140729,-0.0110344505,0.00996353,0.0037660715,0.012057775,0.04242433,0.0025622773,0.0074528153,-0.01626213,0.010034924,-0.043503184,0.030017514,0.022830445,0.034523312,0.008369048,-0.013993365,-0.011320029,0.007825655,-0.0022786814,-0.026923742,0.0020466486,-0.040361814,0.005247512,-0.009574825,0.007183102,0.030588672,0.017436177,-0.02076793,-0.03439639,0.026067005,0.011732533,0.0071672364,0.0024175046,0.03242907,0.012232295,-0.03722045,-0.015000824,-0.028684812,0.033571385,0.042741638,-0.025892485,0.004846908,-0.015143613,-0.02939876,0.03168339,-0.009027465,-0.034142543,-0.021307357,0.0008061654,0.014120289,-0.008242124,-0.032714646,0.025257865,0.009106793,-0.00032053253,0.024210744,0.04445511,0.018721282,0.001784868,0.03168339,-0.06406486,-0.011439021,-0.00293115,-0.03252426,-0.0074012526,-0.010431562,0.019546287,0.013104898,0.046485897,0.015746502,0.030715596,-0.022465538,0.029779531,0.013707786,-0.028668946,0.0064929533,0.028145386,-0.016000351,-0.03315888,-0.012081573,0.015000824,-0.014937362,0.011240702,0.024321802,0.011851523,0.018229451,-0.013993365,-0.0013733568,0.014302743,-0.007508345,-0.015008757,0.0059336945,0.002219186,0.0021537407,-0.0006787456,-0.016230399,-0.02125976,-0.00509679,0.010526755,0.022306884,-0.013787114,0.014937362,0.0036490634,-0.014524859,0.0069252877,0.035411783,-0.0015617595,0.021608802,0.0025345127,-0.019847732,-0.015564049,0.03690314,0.010518822,-0.007849453,0.057306163,-0.010518822,0.0482311,-0.031223292,0.02154534,0.000924165,0.0041686585,0.010034924,0.014905631,-0.035760824,-0.007984309,-0.019879464,0.03664929,-0.022100633,0.0074607483,0.04797725,-0.015056353,0.008099334,-0.032460798,-0.049658995,-0.031239156,-0.02278285,-0.046422433,-0.014501061,0.012406816,0.07786784,-0.005767107,0.017928008,0.009725547,-0.008765685,-0.018086663,0.0014844153,0.02333814,0.036458902,-0.00018765904,0.001024316,-0.0100825215,0.011232769,-0.013247687,-0.014635918,-0.006096316,-0.01914965,0.017293388,0.01637319,-0.009384439,0.018007334,-0.0009687867,0.012660664,-0.015167411,0.010502957,-0.004023886,0.002443286,-0.007135506,-0.052895553,-0.024988152,0.042614713,0.003549904,0.0021854718,0.016991943,-0.027907403,0.001099677,-0.011224836,0.010685409,-0.016032081,-0.011367626,-0.05264171,0.031667523,0.022687655,0.013438073,0.0055291243,0.01672223,0.00082103926,-0.0072901943,0.03468197,-0.03203243,-0.0036470804,0.013588795,0.0022667823,-0.016738096,-0.013683988,0.003623282,-0.00941617,0.035824284,-0.025622772,0.019514557,0.0033753838,-0.039441615,0.006453289,0.0046723876,0.014199616,0.030509343,-0.002189438,-0.040457007,-0.002465101,0.0017015742,0.004811211,-0.009638287,0.0005652082,-0.00010262991,0.022227556,0.04077432,0.0120022455,-0.023433333,-0.008741887,0.008591165,0.044518575,0.0010312571,-0.014310675,0.018911667,-0.027685286,0.034935817,-0.013461871,-0.0002470307,0.024908824,-0.005247512,-0.013168359,-0.035665628,0.015302269,0.007417118,-0.00639776,0.009543094,-0.0129541755,-0.00019509598,0.022053035,0.018150125,0.033856962,0.0100825215,0.0081707295,0.019006861,-0.026844414,-0.008440442,0.002219186,0.013081099,-0.009178188,0.040107965,-0.015921023,-0.014977026,0.0010986854,0.0006415609,-0.003728391,-0.018610224,-0.0075400756,-0.029842993,0.012462345,0.012874848,0.005485494,0.010336369,-0.03404735,-0.0126289325,-0.0013426173,-0.014215482,-0.0013346847,0.018879937,0.020196773,0.016095543,0.006830095,0.021466013,0.003760122,0.006215307,0.02168813,-0.01565131,-0.022973234,-0.024067953,0.01288278,0.012462345,-0.01235922,-0.008194528,-0.036585826,0.0015924989,0.000074183576,-0.00095688755,0.054894608,-0.006738868,-0.04109163,-0.004600993,-0.022846311,0.030461747,-0.013208023,0.021672264,-0.00053793937,-0.005683813,-0.03315888,0.009408237,0.0057195104,0.0045811613,0.052863825,-0.023766508,-0.037696414,-0.01764243,-0.03052521,0.04978592,0.025670368,0.009781077,-0.02640018,-0.015603713,0.026146334,0.017087135,-0.000035325513,-0.0013941802,0.036427174,0.022973234,0.004589094,-0.0045613293,0.09823913,0.0011016602,0.011240702,-0.045756083,0.044677228,-0.0060288874,0.042868562,0.011280366,-0.011700802,0.0013743484,0.013787114,0.026638163,0.0026832516,0.0048270766,0.025971813,0.0024294036,-0.0540696,0.0019544305,-0.014167885,-0.00639776,0.029033853,-0.017896276,-0.04052047,-0.053593636,-0.046866667,-0.014271012,0.017118867,0.012573403,-0.0038295335,0.048008982,-0.0110344505,-0.0021220096,-0.023607854,0.017928008,0.037125256,0.013882306,-0.015080151,-0.0017432211,-0.0077701253,-0.022703521,0.00086962734,0.008337317,0.034142543,0.002845873,0.036871407,-0.024543919,0.0068459604,0.037474297,-0.016151072,-0.04153586,-0.014794572,-0.035602167,0.023909299,0.017229926,0.013572929,0.010352234,0.03509447,0.00667144,0.041567594,0.028510291,0.022370346,-0.014501061,-0.0030798889,-0.010836132,-0.010415697,-0.03238147,0.012430614,0.028319906,-0.009511364,-0.033666577,-0.022640059,0.029367028,-0.003613366,-0.010788536,0.022941504,0.0065286504,-0.0097652115,0.009685883,0.035189666,0.0071553374,-0.0003279695,-0.009511364,-0.026304988,0.009812808,-0.0028200916,-0.047057055,0.010249109,0.011058249,0.0013525333,0.0040417346,-0.005223714,0.022481404,-0.0051999153,0.0012702311,-0.0037898698,-0.010558486,-0.009273381,-0.042551253,0.0056798467,-0.030144438,0.00033119216,-0.0065405495,0.01718233,0.0042519523,0.025210269,-0.018499166,-0.027098263,0.004577195,0.019530423,0.0018741114,-0.013636392,-0.025987677,-0.0037482227,-0.028430965,0.02214823,-0.028113654,-0.009551027,0.008813282,0.02365545,0.01738858,-0.00073179585,0.004600993,0.0016569524,0.0022033204,-0.011335895,-0.014691447,0.06200235,0.008876744,0.037347373,-0.0032266446,0.013691921,0.028827602,-0.0029846958,-0.0054775616,-0.0014427683,-0.008281788,-0.026304988,0.018626088,-0.021878514,-0.0036807945,-0.08459481,-0.016865019,0.00014960664,0.015698906,0.020641007,0.009090927,0.011621474,-0.010693342,-0.04474069,0.023227083,0.023369871,-0.010653678,0.016674634,-0.018118393,-0.04109163,0.046485897,-0.007512311,0.02140255,-0.02792327,0.0022529,-0.0030818721,0.005552923,0.0015895241,-0.05533884,-0.01010632,0.035506975,0.0058702324,-0.019720808,0.004315414,-0.0032246616,-0.014366204,0.01830878,-0.0045573628,0.02379824,-0.004747749,0.016484248,-0.0032702747,-0.0081548635,0.0081627965,-0.0050690253,0.016309727,-0.015809964,-0.012414749,0.020038119,0.011486617,0.012843117,0.024908824,-0.013081099,-0.0028121588,-0.005556889,0.0033833166,0.035189666,-0.011875322,0.037188716,0.008416644,-0.009725547,-0.0076075043,-0.039060846,-0.02108524,-0.012922444,0.0068776915,-0.012739991,0.007008582,-0.020403024,-0.0007798882,0.027590092,-0.024131415,0.0035261058,0.021005914,-0.01221643,-0.0337935,-0.0021120938,-0.014112356,-0.006790431,0.02471844,-0.00049777987,-0.017578967,0.0022231522,0.018848207,-0.0046803206,0.003420997,0.012264026,0.017452043,-0.018578492,-0.021878514,0.012097439,0.03766468,-0.036522366,0.0015290369,-0.012343354,-0.011970514,0.008242124,-0.016515978,0.024147281,0.00924165,0.008591165,-0.023687182,-0.06714277,-0.0060487194,-0.023147754,0.014033029,-0.032397337,0.021767456,0.0053903013,0.012026044,0.026257392,-0.0091147255,-0.007714596,0.0120101785,-0.0064731212,-0.018578492,-0.00554499,-0.026876146,-0.0113517605,0.03468197,0.002189438,-0.028700678,-0.024179012,-0.015754435,0.0047239508,-0.039346423,-0.0056362166,0.020720335,-0.015754435,0.006659541,-0.005937661,-0.0021517575,0.003091788,0.0018106494,-0.014858034,-0.011383492,0.018118393,0.013057301,0.008884677,0.00414486,-0.04819937,0.010042857,0.042900294,0.025955947,0.008115199,-0.0180232,-0.047755133,-0.010264974,-0.0063461973,0.009717614,-0.023131888,0.008511838,0.00743695,-0.029954052,-0.009146457,0.0061994414,0.01276379,-0.03728391,0.02379824,0.02154534,0.007532143,-0.020958317,0.00396439,0.02446459,0.021878514,0.0074131517,0.003220695,-0.019308306,-0.007159304,-0.013231821,0.04185317,0.013549131,0.020291965,-0.008305586,-0.0051364535,-0.021926112,0.0032484597,0.024194878,-0.016849155,0.010661611,0.01559578,-0.0013674072,0.025781427,-0.01672223,-0.008448375,0.011510415,-0.019816002,0.027479034,0.009162323,-0.013319082,0.015897224,-0.027193455,-0.0014308692,0.020926585,0.037791606,0.018150125,0.020863123,0.023703046,-0.052546512,0.0041250284,-0.003589568,-0.021656398,-0.00058999803,0.0139775,-0.013192157,0.012367152,-0.015873427,-0.011788062,0.0062311725,-0.0015012723,0.045280118,-0.001789826,-0.010828199,-0.019435229,-0.0025920249,-0.019641481,0.00033738962,0.0021438247,-0.0024988153,-0.025432386,0.051404197,-0.017880412,-0.04150413,-0.024385264,0.01181186,-0.037093524,-0.006405693,-0.0017204144,-0.003910844,-0.025273731,-0.003589568,-0.014072693,-0.030287227,0.03376177,0.0065603815,0.025004018,-0.0047398163,0.0010520805,-0.025844889,-0.04305895,-0.031556465,0.018768879,0.05473595,0.015222941,0.006100282,0.017880412,0.009503431,-0.03161993,-0.025797293,0.04756475,0.018546762,-0.036554098,0.0036252653,-0.025638638],"social":"https://twitter.com/MobiusCoffee"},{"title":"softvis","description":"visualize your software design","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=VAR7Lwz4xFw","youtube_transcript":"My name is Victor. I worked by VMware Skog on YouTube, and I'm building a script or software visualization website. But the way that it works pretty simple. You put your code here and then you click on execute, and then it shows you everything that happened during the execution of our script. So I'm gonna allow people to customize the graph and display any information that they want about the execution of their script. Studying a complex software project is really hard because they have to go back and forth between the files. In the future, I'm also planning to add the ability to visualize how everything is connected, all the files and functions are connected. These react flow chart that I did when I was studying the surgical dot react. And the idea is kinda like this graph where it's gonna show the connections between everything that happens. In the software project and make it easier to understand what's going on. I faced a lot of challenges along the way because I had to redo everything from scratch since the framework I chose wasn't working. Also, I had to test many different libraries, and I didn't have experience built in the call editor, so I had to learn this from scratch. And I stream myself learning how to go since the beginning and posted their recordings on my YouTube channel and also stream the whole process. And by sharing the videos of the project on my YouTube channel on on Twitter. I got manage to get around twenty people should try it, and this is just the beginning. So if you wanna see me continue to build this, subscribe to my YouTube channel, peace.","embedding":[-0.0069215964,0.011891794,-0.04489684,-0.00007416324,0.024957363,-0.0029527743,-0.008238424,0.016535535,-0.029124258,0.021612108,0.044632744,-0.022565799,-0.0024374144,-0.031955987,0.039996337,0.024458509,0.011745072,-0.017856032,-0.029696472,0.020232923,0.016036682,-0.03456763,0.03494911,0.040465847,-0.0028555712,-0.06625952,0.0017487393,0.050589643,-0.029549751,-0.0378542,-0.013058231,-0.019513987,-0.0085098585,0.006958277,-0.0013360846,-0.011004128,0.0033214125,-0.03935076,0.012676755,0.008869327,0.010167814,-0.008495186,0.01913251,0.04915177,-0.0043502985,0.017401194,-0.05977442,0.018340213,0.02528015,0.01798808,-0.07265659,0.02183219,-0.032748286,0.054873917,0.0076442007,-0.033481892,-0.038793217,0.017826688,-0.050208166,0.021436041,0.050530955,-0.022551127,0.029579096,-0.004130216,-0.026556628,0.037883542,-0.048623573,0.009023385,0.017562589,0.025646955,0.03406878,0.036269605,0.034626324,-0.013359011,-0.02109858,-0.0034387899,0.0008940854,0.03048877,0.01433471,-0.013175609,0.003191197,-0.0122219175,0.0018468595,-0.018398901,-0.01677029,-0.01013847,-0.058952782,-0.045395695,-0.020585055,-0.038617153,-0.03882256,0.061623115,-0.016080698,0.020100873,0.04577717,0.02724622,-0.029828522,0.034156814,0.034773044,-0.006635489,0.013872537,-0.01682898,-0.0070426418,-0.035242554,0.015655207,-0.015082991,0.024766624,0.0021091246,0.028493354,-0.046129305,-0.10323339,-0.030459426,0.012999543,-0.0053773504,0.033217795,0.000035075656,0.032630906,-0.049239803,0.013703807,-0.024825312,-0.026277857,0.028537372,0.03219074,-0.03427419,0.026116462,-0.030459426,-0.01737185,-0.007005961,-0.048095375,-0.0378542,0.05604769,-0.013344339,0.06678772,-0.041082077,-0.028067863,-0.0010490601,-0.025514904,0.020805137,-0.039174695,0.034450255,0.0025419535,0.007900964,0.034831733,-0.019117838,0.012896838,-0.021964239,0.0031435124,0.029050898,-0.034626324,-0.021670796,0.011517654,0.041668963,-0.026175153,-0.0025327834,0.0036680426,0.018032098,0.008333793,0.007871619,-0.015361763,0.020849153,-0.020511694,-0.0065731322,0.009610272,0.02325539,-0.040788632,0.023974327,-0.024986707,-0.014532785,-0.03359927,-0.024194408,-0.01615406,-0.042167816,0.007944981,-0.0015341588,0.063559845,-0.0106886765,0.037824854,-0.066905096,0.012889502,0.01946997,-0.06854838,0.010556627,-0.021802844,-0.0035781756,-0.04651078,-0.030987624,0.015435123,0.0091334265,-0.013058231,-0.008950024,0.006617149,0.0632664,0.0019513987,-0.0022540123,0.016961029,-0.011150849,0.04428061,-0.0028739113,0.0034607982,-0.019954152,0.025265478,0.027701057,0.008377809,-0.023270063,-0.019191198,-0.0040201745,-0.0019697389,0.021245303,-0.0032590558,0.004904173,0.062620826,0.017782671,0.04750849,0.01812013,-0.033276483,-0.013050895,-0.008803302,-0.0074497946,0.00018133885,-0.020306284,0.015068319,0.020174235,0.019323248,-0.021685468,0.014232005,0.016740946,0.06860707,-0.028199911,0.05892344,0.013447044,0.0054727197,-0.00016746907,0.015097664,-0.015273729,0.037443377,-0.00996974,-0.004995874,-0.03697387,0.0065144436,0.023783589,0.023900965,0.017269144,0.032161396,-0.009353508,0.032572217,0.011803761,-0.046892256,-0.076940864,-0.015127008,0.027598353,0.056898676,-0.00063640537,-0.017357178,0.013711143,-0.022683175,-0.047009636,-0.026439251,0.009001376,0.039702892,0.0055460804,0.011803761,-0.04780193,-0.019719398,0.0153177455,-0.030430082,0.049856037,-0.04340028,0.052232925,0.032073364,-0.021714812,0.014818892,-0.003774416,0.0407006,0.0026593308,-0.0070683183,0.014620818,0.04172765,0.08104907,0.019748742,0.019323248,-0.006393398,0.0046070614,-0.044163235,0.029153602,0.0007129758,0.054727197,-0.021450713,0.034861077,0.009001376,-0.0003895003,-0.026380563,0.015801927,0.007585512,-0.027950484,0.011246218,0.018824395,0.014474096,0.046070617,0.022800554,0.041757,-0.0005593765,-0.028786799,-0.0034516281,0.057368185,-0.031545166,0.0015038975,0.01831087,0.024898672,-0.013740487,-0.0026850072,0.014826228,-0.005083907,0.03292435,-0.005579093,0.022609815,-0.038558464,0.048770294,-0.002925264,-0.008861991,-0.04780193,-0.016711602,-0.055049982,-0.016388815,-0.00023108668,-0.0100431,0.0007391106,0.050589643,-0.008458506,0.043018803,-0.0026409908,0.023622194,-0.035800096,-0.006591473,-0.02946172,0.01311692,-0.046481434,-0.039438795,0.0025437875,0.03982027,0.03260156,-0.066611655,-0.04941587,-0.040994044,-0.0027326918,0.0565172,0.04915177,0.01703439,-0.026453923,0.01085007,-0.012390648,-0.015581845,-0.031779923,-0.048095375,-0.022301698,0.04504356,-0.009309492,-0.011950483,-0.019895462,-0.01662357,-0.018971117,-0.014745532,0.033481892,0.03629895,0.019631363,0.0299459,0.04184503,0.016711602,0.024854656,0.0025456215,-0.005091243,0.04703898,-0.036005504,0.011341588,0.007398442,-0.052438337,-0.006217332,0.019983497,0.0035873456,-0.034098122,0.05041358,0.039262727,0.031016968,0.0013314994,-0.021538746,-0.044867497,0.03779551,0.029843194,0.016183404,-0.018501608,0.012075196,0.06408804,-0.05372949,-0.008795966,0.023343423,0.010967447,0.008744613,0.012522697,0.05355342,0.02494269,-0.021289319,0.0150243025,0.008143054,-0.049591936,0.0038037603,0.024561213,0.0567813,-0.0076368647,-0.0043759746,0.0220376,0.008025677,0.012684091,-0.03982027,0.0502962,-0.024619902,-0.021113254,-0.021861535,0.021259975,0.0059569012,0.05185145,0.023416784,-0.031955987,-0.052438337,0.03333517,-0.01677029,0.014921597,0.066318214,0.054932605,-0.022389732,0.004658414,-0.039644204,-0.0015176527,0.015977994,0.019851446,-0.025089411,0.0072040358,0.0017588264,0.0047867955,-0.021861535,0.002145805,0.05786704,-0.011077489,0.007834939,-0.035095833,0.01587529,-0.0050252182,0.028287945,-0.039908305,-0.03935076,-0.010769373,-0.008062358,0.004856488,-0.059657045,-0.06960478,0.043106835,-0.0068922522,-0.021817517,0.052174237,-0.026072446,0.02555892,0.016198076,-0.035917472,0.06309033,-0.08944155,0.0217735,0.003781752,-0.0022099956,-0.005872536,-0.029373685,-0.0026538288,-0.038030267,0.0158166,0.0011966989,-0.000948189,-0.0029802846,-0.061799183,0.0155525,-0.025382854,-0.022389732,-0.021274647,-0.027260892,-0.05780835,0.0069215964,0.0021934896,0.052262273,0.0085025225,0.040524535,-0.056223758,-0.022771208,-0.004489684,0.059451636,-0.009236131,0.032895006,0.040113714,-0.01804677,-0.034098122,-0.03172123,-0.060067866,0.0016029347,0.0006973866,-0.004662082,0.03993765,0.016814306,-0.003099496,0.05009079,0.009456214,0.00015256765,0.032220088,0.014760204,0.0070279697,0.04527832,-0.04765521,-0.0067638704,0.019088494,0.016506191,-0.034244847,-0.011473637,0.009338836,0.0022925267,-0.0028812476,0.0076075206,-0.040524535,-0.015391107,-0.022287026,0.028273273,0.012559378,0.0038514447,-0.0074754707,-0.0013149932,-0.037707478,0.015112336,-0.0076442007,-0.018105458,-0.0017698306,0.002582302,-0.03128107,-0.013828521,-0.038499776,-0.030459426,-0.010556627,-0.0046840906,0.0072003677,-0.007060982,0.02020358,0.028874831,-0.01000642,0.032132052,0.008627236,-0.0172398,-0.008575884,0.035301242,0.021054564,-0.055724904,0.0043429625,-0.0318973,0.01825218,0.013373683,-0.021876207,-0.008627236,-0.037678134,0.0091334265,0.010945439,-0.0009325998,0.028287945,0.033423204,-0.01898579,0.015376435,-0.011055481,-0.058776714,-0.008143054,0.016755618,0.033159107,-0.062092625,0.0020852822,-0.07506283,0.021890879,0.0049518575,-0.019176526,-0.010402569,-0.04028978,-0.017137095,-0.01926456,-0.029975245,-0.017283816,0.025368182,-0.016198076,0.015963322,-0.040113714,0.0028940856,0.020863825,0.0037634117,0.006958277,-0.01703439,-0.021362681,0.030371392,0.030195327,0.022213666,-0.0032223754,-0.035594687,-0.017812015,-0.02263916,0.022815226,0.006642825,0.029916555,-0.040143058,-0.018164147,0.034626324,-0.0045447047,-0.017181111,0.01034388,0.020775793,-0.038617153,0.026248513,-0.00073635957,-0.03406878,-0.026292529,-0.0012828979,-0.025661627,-0.01236864,0.042109128,-0.006386062,-0.019440627,-0.039027974,-0.011495645,0.00090829906,0.057749663,-0.0155525,0.0043319585,0.011649704,-0.003198533,-0.011745072,0.020027513,0.030664837,0.05408162,-0.013865201,0.0023787257,-0.021597436,0.003282898,0.030606147,0.025852364,-0.0025199454,0.049562592,-0.020922516,-0.0052819815,-0.010651995,0.01737185,-0.025265478,-0.029725818,0.038558464,0.0015103165,-0.028830815,0.0035561672,0.01476754,0.05246768,0.0010756535,-0.014327374,-0.024546541,-0.041815687,-0.039732236,-0.012089868,-0.010505274,-0.038294364,0.024619902,-0.010153142,0.024077032,-0.06655297,0.0011893628,-0.0203503,-0.00034479602,-0.009390189,0.019558003,-0.046481434,-0.017958736,-0.00024323708,0.004904173,0.023504818,-0.015596517,-0.0058982125,-0.05751491,0.04028978,0.0078936275,0.042431917,0.0045813853,-0.03629895,0.013747823,0.0100504365,-0.0048784968,-0.004056855,-0.010021092,0.009896379,-0.023020636,-0.022301698,-0.0072663925,-0.0033801012,-0.02020358,-0.012111877,0.010387897,0.016858324,0.026380563,-0.0004901422,-0.07136544,-0.0100431,-0.028786799,-0.0407006,-0.020320956,-0.014760204,-0.002222834,0.0004965613,-0.007856947,0.02271252,0.021597436,-0.020761121,-0.00091334264,-0.05475654,-0.01729849,-0.023680883,0.00014087577,-0.017723981,-0.0347437,0.024385147,-0.041463554,-0.041463554,0.028419994,-0.031398445,-0.055724904,0.0051279236,-0.008795966,0.009999084,0.014239341,-0.03867584,0.020570382,-0.00858322,0.050002757,0.006595141,0.0028574052,0.018222835,-0.009250804,-0.055930313,-0.024590557,-0.0131536005,-0.039790925,-0.041052733,-0.02284457,-0.0119211385,0.037472725,0.0071160025,-0.043224216,0.011033473,0.052907847,-0.010336544,0.037766166,-0.023196701,0.0147015145,-0.056135725,0.025133427,-0.015082991,0.0076882173,-0.027759746,0.008062358,0.011473637,0.010211831,-0.0072994046,0.022228338,0.014950941,0.03433288,0.01156167,-0.015640534,0.042431917,-0.0071196705,0.030518115,0.028728109,0.008781294,-0.0031288404,-0.012045852,0.0006574966,0.016286109,-0.045102254,-0.01345438,-0.018765707,-0.008275104,0.023343423,0.0040018344,0.005428703,0.011451629,-0.013065568,0.004999542,0.015200368,-0.0011389272,0.017533245,-0.058512617,-0.045102254,0.011789089,-0.039174695,-0.020570382,-0.015596517,0.030136637,-0.021993583,0.0053920224,-0.09143697,-0.03867584,0.018560296,-0.00045827607,-0.020907843,-0.013571758,0.03219074,-0.048476852,0.019660708,0.0072663925,-0.008172399,-0.025940398,0.002494269,-0.014723523,0.009177443,-0.039644204,0.053993586,0.010740029,-0.00854654,-0.0059825773,0.008231088,-0.0017120589,-0.042578638,0.019763414,-0.023167357,0.009104081,-0.0122365905,0.004911509,-0.004662082,0.0060779466,0.024223754,-0.004280606,0.017650621,-0.0043723066,-0.018472262,0.013043559,-0.02588171,0.02062907,0.05901147,-0.04360569,-0.017782671,0.0079083,0.0010884916,-0.033628613,0.023724899,-0.02062907,-0.026072446,0.010710685,-0.0148409,-0.010820726,-0.002510775,-0.010197158,-0.030136637,0.0025731318,0.0032975704,0.02062907,-0.037149936,0.02831729,-0.0012407154,0.009881707,0.014987622,-0.0042035766,0.023886293,-0.02988721,0.0014021093,0.0067675384,0.008143054,0.0013049062,-0.046393402,-0.0064740954,0.0063127014,0.0062320046,0.0036368642,0.027803764,0.010637323,-0.01682898,0.007578176,-0.01770931,0.027055481,-0.034919765,0.030165982,0.029755162,0.0065878043,0.0125447055,-0.017826688,-0.010615315,-0.026395235,0.03028336,0.011253554,0.025573593,0.010409905,-0.0100797815,0.0042512612,0.0015717562,-0.004221917,0.017944064,-0.014143973,0.008157726,0.020805137,0.020922516,0.03412747,0.0001001261,0.009573591,-0.010938103,-0.019176526,0.013065568,0.027686385,0.014525449,-0.010021092,-0.027833108,-0.03852912,0.011422285,0.023446128,-0.0074681346,-0.0045410367,0.036885835,-0.010072445,-0.060331963,-0.010762037,0.00963228,0.044163235,0.0007831271,-0.01131958,-0.018721689,-0.008443834,0.0060889507,0.026248513,-0.011767081,0.013681799,-0.040143058,0.003701055,0.012486017,0.0056414497,0.014965613,0.01649152,0.023534162,0.016403487,0.009786338,0.010541954,-0.014312702,0.0025639618,0.012618067,0.004060523,-0.013740487,0.0028849156,0.024370475,0.029300325,0.035095833,0.020702433,0.038617153,0.020746449,0.05355342,0.008810638,0.025690971,0.0059899134,0.018868411,-0.013175609,-0.021509402,-0.014547457,-0.029843194,0.023211373,0.040994044,0.016652914,-0.0047941315,0.00003822788,-0.014349382,-0.0011930309,-0.025676299,-0.023372767,0.020790465,-0.0075341593,-0.011070153,0.014063275,-0.0013571758,0.021714812,0.020981204,0.016550208,0.026145808,0.02081981,0.04906374,0.029403029,-0.0061476394,0.00021320497,0.033276483,0.025867036,-0.0007579093,-0.035565343,-0.028889503,-0.011642368,-0.030782213,-0.018002752,0.00092663924,0.018266853,-0.026057774,-0.011906466,0.007060982,-0.02048235,-0.008033013,-0.020599727,0.0063310415,-0.035271898,-0.006173316,0.02453187,-0.0037157272,0.02874278,0.021450713,-0.038969286,0.0014232005,-0.014048603,-0.0010508941,0.010820726,0.011906466,0.0047464473,0.026307201,-0.05191014,0.009727649,0.009368181,-0.0021751493,-0.023989,-0.0074387905,0.0057074744,-0.011451629,-0.038851906,-0.008018341,-0.04125814,-0.0060742786,-0.04313618,0.0014323706,-0.029828522,0.005832188,-0.019822102,0.028772127,0.006209996,0.011546998,0.0019128842,0.0013920221,0.015464468,0.0010609813,0.02874278,0.005274645,-0.027128844,-0.0026043102,0.029623112,-0.0075414954,0.009896379,0.019073822,0.04598258,-0.008685925,-0.005762495,0.010182486,-0.042255852,0.025969742,0.0036331962,0.033481892,-0.013087576,0.01609537,0.008891336,0.0026501608,-0.023578178,0.01602201,-0.011253554,-0.025779003,0.036739115,-0.046393402,0.01615406,-0.0075084832,-0.019558003,0.024238426,0.01729849,0.036328293,-0.00057404867,0.023328751,-0.00052177906,0.025162771,-0.01812013,0.028874831,-0.03251353,-0.008319121,-0.0038147643,-0.023578178,-0.011451629,0.009492895,0.0052049523,0.025911054,0.033687305,0.005219625,-0.022536453,0.02366621,-0.0015029805,0.0049261814,0.00087482814,-0.009830354,-0.012177901,0.017269144,0.002338377,-0.0060596066,-0.0045116926,-0.035712063,0.022008255,0.0409647,0.006822559,0.023093997,-0.020746449,-0.019015133,-0.0019110502,-0.019103166,0.020174235,-0.01926456,-0.014752868,0.017973408,-0.030312704,-0.0011636865,0.016711602,0.0409647,-0.007922972,0.0040972037,0.023871621,-0.0091480985,0.020174235,0.00073727657,-0.0029399362,0.0039834944,-0.01602201,0.025514904,-0.003180193,-0.04298946,-0.002751032,0.014870245,-0.025192117,-0.0076808813,0.0030664837,-0.0153177455,0.014818892,-0.018751035,-0.010718021,0.0032572218,-0.009170107,-0.00022764789,0.0076588728,-0.012889502,0.008979368,-0.0020210915,0.02563228,0.0049298494,-0.0075121513,-0.005769831,0.0131462645,0.0137771685,-0.03750207,0.0029472723,0.09237599,-0.0012370474,0.011891794,-0.01913251,0.046980288,0.018574968,0.0025144431,0.018017426,-0.0033727651,-0.0034754705,-0.012185237,-0.0021989916,0.0028610732,0.03236681,0.012926182,-0.026996793,-0.012720772,-0.005234297,-0.012258599,0.0019917472,0.015435123,0.033775337,0.030459426,0.031867955,-0.041404866,-0.014855573,0.022536453,0.014356718,0.0034681342,0.03175058,-0.0044346633,-0.0113122435,0.037560757,-0.000020761694,-0.0016442001,0.016080698,-0.03401009,0.01392389,-0.047684554,0.01575791,-0.02582302,-0.019719398,0.039233383,0.0039027974,-0.001122421,-0.0077982587,0.0008839983,0.032865662,-0.0067565343,-0.029094914,-0.029417701,0.0020027512,-0.0006712518,0.0113049075,0.0078936275,0.022389732,0.021348007,0.01682898,0.030987624,0.014459424,-0.025808347,-0.021215959,-0.017547917,-0.006624485,-0.0064190747,0.0013617608,0.013740487,0.0011829437,0.004453004,-0.031779923,-0.012823477,0.028023845,0.0033250807,0.021934895,0.0282586,0.012001836,0.02325539,0.017591933,0.0134617165,0.009353508,-0.022022927,-0.01933792,-0.0016973867,-0.016946357,-0.007878955,0.052702434,0.0027491979,0.042285196,-0.013270978,0.0019385605,-0.0060559385,-0.0047867955,0.023240717,-0.010417241,-0.0131462645,0.0038917933,-0.00036795053,-0.023563506,-0.019895462,-0.014921597,0.005674462,0.008099038,0.036269605,0.03298304,-0.018296197,-0.029520407,-0.031955987,0.013263642,-0.018472262,0.010923431,0.024194408,-0.0006602477,-0.0045190286,-0.019836774,0.011106833,-0.005608437,-0.032836318,-0.014518113,-0.027583681,-0.017210456,0.019015133,0.012464009,-0.009236131,-0.030664837,-0.0055644205,0.011554334,0.02299129,-0.03245484,0.026072446,-0.0039211377,0.014921597,0.015977994,0.039321415,-0.005670794,0.024326459,0.011114169,-0.008700597,-0.016124716,-0.03712059,0.030518115,-0.032689597,0.0068775797,0.017958736,-0.018765707,-0.0047757914,0.00310133,0.009962404,-0.011488309,0.028361306,0.00946355,-0.010740029,-0.017005045,-0.008311785,-0.0018606146,-0.017738653,-0.06373591,-0.01635947,0.016682258,-0.0027106835,-0.02271252,0.022052271,-0.023959653,0.02040899,0.0015699222,0.013175609,0.001211371,-0.027363598,0.009309492,0.00582852,0.021274647,-0.023284735,-0.0020797802,0.017665293,0.022404404,0.032630906,-0.024751952,0.016110044,0.0054837237,-0.0125300335,0.0077028894,-0.021817517,-0.013608438,0.015845943,0.00414122,-0.00327923,0.0043686386,-0.028816143,-0.018340213,-0.007548832,0.00063778093,0.02548556,0.012940855,-0.005450711,0.011840441,0.0034002755,0.0022888586,0.02081981,0.014151309,-0.034685012,0.034685012,0.02441449,-0.018912427,-0.026585972,-0.012720772,-0.01126089,0.0018578636,-0.018296197,-0.006969281,0.025808347,0.025060067,-0.008311785,0.022389732,-0.016432831,0.012097204,0.018853739,-0.007343421,-0.02426777,0.012794132,0.05088309,-0.0091407625,0.002327373,0.001200367,0.0042035766,-0.061212294,0.020453006,0.052966535,0.009867035,-0.020673089,-0.029931227,0.021392025,-0.0034186158,0.011752409,-0.011759745,0.0074314545,0.0041485564,0.012493353,-0.010336544,0.0029436043,-0.029314997,-0.032102708,-0.001898212,0.011649704,0.0026685009,0.030400736,0.021714812,0.022140305,-0.02420908,0.014217333,0.02413572,0.012273271,0.0021879873,0.03307107,-0.023372767,-0.016990373,-0.0057038064,0.014510777,0.0054800557,-0.04759652,0.014628154,0.019176526,0.007732234,0.027730402,0.03277763,-0.0270995,0.0067418623,-0.003880789,0.01426135,0.0074497946,-0.029872539,0.030664837,0.014004586,-0.022829898,-0.015493812,0.005766163,0.0012416324,-0.0021733153,0.008223752,0.00051123346,0.005630445,-0.030782213,0.0029802846,0.01236864,-0.05220358,0.018618984,-0.03312976,-0.005399359,-0.020438334,-0.0039761583,-0.020922516,0.03662174,-0.005934893,0.0071160025,0.0093315,0.018076114,0.019587347,-0.0012196242,-0.005839524,0.030518115,0.031779923,-0.030547459,-0.0044383314,-0.0064740954,0.014650162,-0.009522239,0.016799634,0.026600646,0.055783592,-0.02183219,-0.016051354,0.004632738,0.012977535,-0.039526828,0.013909218,0.009999084,0.027657041,-0.017049061,-0.0049628615,0.002312701,-0.016447503,-0.003614856,0.027613025,0.00466575,0.029417701,0.043752413,0.048388816,-0.0003899588,-0.0169757,-0.035800096,0.037766166,0.009280148,0.03307107,0.015625862,0.043048147,-0.014224669,0.036269605,0.0074351225,0.018809723,-0.01131958,0.004218249,-0.004728107,-0.004625402,-0.003778084,0.022492437,0.019147182,-0.022331044,-0.0011508483,0.01587529,-0.039996337,-0.013219626,-0.00721504,0.008751949,0.011429621,0.006019258,0.0401724,-0.02359285,0.03697387,0.009779002,0.026219169,-0.006804219,-0.0045373687,-0.021318663,0.0068629077,-0.021524074,-0.0076442007,-0.05232096,0.022697847,0.020775793,-0.010270519,-0.019396609,-0.02351949,0.028493354,-0.017533245,0.02535351,-0.0027271896,-0.018545624,-0.06579001,-0.021964239,0.036328293,-0.0075268233,-0.03577075,0.017254472,-0.014209997,0.027275564,0.0020394316,-0.02258047,0.010534618,0.008928016,-0.026512612,0.0017313161],"social":"https://twitter.com/vmscode"},{"title":"quickyai","description":"making it easy and productive to use ai on any website instantly","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=IsYn2x0qVV0","youtube_transcript":"Hi there. I'm Basharat. I'm building an AI tool called QuickAI that helps you use chat GPT on any website instantly without switching or opening new tabs in the browser. This is going to be useful for a modality of people to browse the web product history. Let me show you how this works with few simple use cases. For example, you've been reading an article, you wanted to understand some phrase, let's say, this is so strong. You will use really instant In other case, you want to get the gist of a long article in a few points. If you think based on repeat, we can get this done in a few seconds. Sometimes, you may get some doubt or want to understand something better, well, don't think about it. And it opens in the store, you could get answers. Instead, we're using put together. And there are many other features in cookie that helps you use the I s for the test was it. Cookie I got some good traction in the beginning to Twitter, but it really got it got to reach people. I've dealt with really the mobiles and drilled, but in the upcoming fifteen and twenty upwards. One day, I used quickly, I need to understand the low muscle grid and shade and shade the same on companion substrate. And it got good traction, and it made it to a post of the day, it's one hundred percent support. It's indicated straight. After every data discussed with the users took feedback and preparing features for their requirement. In the last six weeks, I made about thousand plus dollars in revenue and had about one hundred plus active installs. I got most of the users from future hundred date, if you from project, and as well as future plans, I want to make this available on other platforms other than this browser. Hope I will make it happen. Thank you for your time and attention.","embedding":[-0.03267185,-0.025781868,-0.008517224,0.03167169,-0.0046872515,-0.069344334,-0.04343546,0.05223051,0.0027047943,0.021892363,0.02613113,-0.065661214,-0.0035402442,-0.03686299,0.033687886,-0.014732496,-0.03708525,-0.013105254,-0.016764564,0.004099857,0.036608983,-0.0159311,-0.0034688043,0.035307188,-0.028353706,-0.046705823,-0.025829496,0.026353387,-0.031528812,-0.021733606,-0.016383551,-0.018209238,-0.0460073,0.0000034727732,-0.001050762,-0.034894425,0.015129385,-0.0068106046,0.015597713,0.011779646,-0.007909985,-0.048261628,0.043784726,0.013303698,-0.049182408,0.015581838,-0.023765676,0.00024234997,-0.009898396,0.011779646,-0.08979203,0.022273375,-0.0830608,0.01613748,0.022162247,0.0059295124,-0.017971106,0.039561834,-0.01838387,0.021162087,-0.002232497,-0.022305127,0.04343546,0.0062232097,-0.02759168,0.014367359,-0.019511033,0.040101603,-0.043530717,0.012755992,0.025607238,-0.0022344815,-0.014430861,-0.032481343,0.005354024,-0.0039748373,-0.03356088,0.064391166,0.014216541,-0.046039052,0.018256865,0.00063601363,-0.028480709,-0.03324337,-0.023940306,-0.0032703602,-0.055754878,0.00030113905,-0.08274329,-0.016447054,-0.016042229,0.048515633,-0.026115255,0.018510874,0.053818062,0.030512778,-0.018923638,0.04921416,0.016859818,0.047309093,0.061819334,-0.004068106,0.008620416,-0.023400538,0.03473567,-0.011970153,0.033910144,-0.025369104,-0.0045880293,-0.03381489,-0.10573106,-0.035973962,-0.0033140178,0.009549134,-0.0060207965,-0.000651393,0.048198123,-0.026512142,0.007779012,-0.029909508,-0.06000952,0.01358152,0.04219717,0.004782505,-0.01649468,-0.071947925,-0.042832192,-0.060644545,-0.029210985,-0.025781868,0.014018097,0.020749325,0.05527861,-0.0252421,-0.023972057,-0.025003968,-0.004046277,0.00062906806,-0.061946336,-0.0034191932,-0.017701222,-0.04930941,-0.023591045,0.0163518,-0.07372598,-0.037275754,-0.037212253,-0.012398792,-0.03211621,0.0062986184,-0.0016550245,-0.007191617,-0.032338463,-0.02406731,-0.008100492,0.011882838,0.00043459277,0.06769328,-0.039815843,-0.035973962,-0.013343387,-0.005473091,-0.022924272,-0.022733767,-0.05839022,0.056961417,-0.03762502,-0.033433877,-0.064676926,-0.040355608,-0.03794253,-0.02438482,-0.009009366,0.007060644,0.015375456,-0.023257658,0.022638513,-0.043149702,-0.009358628,-0.045658037,-0.026401015,0.024972217,-0.020098427,-0.02200349,-0.047658354,-0.04864264,-0.00959676,-0.008215589,-0.028083822,0.025115097,0.024162564,0.046070803,0.0049571358,0.023591045,-0.0032525002,-0.072519444,0.08160025,-0.0474361,0.029528495,0.008644229,0.029703125,0.01581997,-0.016121605,0.025924748,0.009469757,-0.0134307025,0.005088109,0.0056755035,-0.059819017,-0.020066677,0.04661057,0.016383551,0.02357517,0.01624861,-0.026512142,-0.03645023,-0.022495633,0.022606762,-0.026750276,0.0266709,0.0008572789,0.014764247,0.04511827,0.003951024,-0.025559612,0.031131923,0.039117318,-0.007068582,0.047118586,-0.012525797,0.021606604,0.00091730827,-0.017256707,-0.0079973005,0.034957927,-0.013144943,0.060771547,-0.019526908,-0.0043419586,-0.035688203,0.015605651,0.030846164,0.040165104,0.035370693,0.044673756,-0.021574851,-0.040927127,-0.087632954,0.03806953,0.017304333,0.0740435,-0.013327511,-0.0023515637,0.013986346,-0.01084299,-0.05851722,-0.019003015,0.040387362,0.007890141,-0.030465152,-0.0019903951,-0.021352595,-0.004155421,-0.0017363866,0.035021428,0.012890934,-0.014954754,0.024622954,-0.027496425,-0.015978726,0.015510398,0.034259405,0.0044610254,0.0121209705,-0.02702016,0.018336242,-0.010160342,-0.0023495792,-0.027734559,0.005008731,-0.042546432,-0.008850611,0.022098744,0.010446102,-0.039720587,0.02386093,0.0032009047,-0.033433877,-0.012240037,-0.0028556117,0.017732972,-0.008287029,0.03762502,0.018145736,0.019209398,0.00023565246,0.046515316,0.04867439,0.008787109,0.011136687,0.045848545,-0.063597396,0.01881251,-0.008040958,0.013954595,0.014994442,0.000097609736,-0.013327511,0.030687409,-0.01901889,-0.022051118,0.0112478165,0.016304174,-0.010993808,-0.06470868,-0.022956023,0.04454675,-0.021209715,-0.008548976,-0.0127877435,-0.008620416,-0.0060882675,-0.0064295917,-0.0035958085,-0.026813779,-0.006528814,0.055691376,-0.012279727,0.0013305682,-0.03321162,0.06261311,-0.040323857,-0.018050482,-0.010263533,-0.031592313,0.008675979,-0.013565645,-0.04845213,0.013557707,0.031592313,-0.044165738,-0.063406885,-0.04156215,0.0076242257,0.058929984,0.009311001,0.007509128,-0.009017304,0.007985394,0.0045959675,0.028242577,0.014033973,0.023448166,-0.018447371,0.01568503,-0.022654388,-0.017447213,-0.047563102,-0.04480076,-0.004222892,-0.04483251,0.0017284489,0.0035323065,0.021701856,-0.008334655,0.008937926,-0.057151925,0.013684711,-0.01379584,0.045689788,0.004973011,0.0062628984,0.0057231304,-0.049118906,-0.07804413,-0.030020636,0.0037287662,0.029814254,-0.024734084,0.0489284,0.05045245,0.023686297,-0.00007038567,-0.03129068,0.010517542,0.006453405,0.03356088,-0.010207969,-0.058580723,0.026893156,0.047975868,-0.05848547,-0.004002619,0.009620574,0.043848228,0.043244958,0.015057945,0.0027643275,0.0026016033,-0.024337195,0.015232576,-0.020447688,-0.008596602,-0.012367042,-0.0016847912,0.023384662,-0.020225432,-0.02200349,0.017844101,0.010446102,0.050865214,-0.015708841,0.061343066,-0.061819334,0.019399904,-0.0009639426,-0.02730592,-0.005159549,0.06585172,0.032513097,-0.0012253928,-0.0652802,-0.012946499,0.018463247,0.0005070249,0.05280203,0.05902524,-0.007084457,-0.014089537,-0.016383551,0.0059533254,0.0026393076,0.014764247,-0.00007181199,-0.010200031,0.0011837196,-0.015946975,0.050928716,-0.0050285757,-0.0031810603,-0.02062232,-0.01507382,-0.022559134,0.010676297,-0.060454037,-0.024368946,-0.027956817,-0.011390696,-0.013835529,-0.055373866,-0.035053182,-0.01632005,0.0114541985,0.030401649,-0.06318463,-0.03740276,0.051976502,-0.052325763,0.012041593,0.007513097,0.039625335,0.03857755,-0.0304334,0.046547066,0.028575962,-0.02360692,-0.008810922,0.022892522,0.016843943,-0.034640417,0.009620574,0.013470392,-0.008882361,-0.0034191932,-0.05899349,-0.029591996,0.04124464,0.0052349577,-0.05435783,-0.0069098263,-0.022511508,0.031243052,-0.004119701,0.04515002,0.008112398,0.025670739,-0.008060803,-0.0025003967,0.0015558024,-0.012168597,-0.018574376,0.026020002,0.06775678,-0.020669946,-0.008239402,0.026369262,-0.007830608,-0.062200345,-0.009755516,0.00081858225,0.008136212,-0.005123829,-0.012628988,0.07690109,-0.025607238,-0.006596285,-0.01180346,-0.0060009523,-0.02865534,0.0021610572,-0.036926493,-0.01233529,-0.0067153513,0.0266709,-0.027559929,0.026766151,0.023829177,0.038514048,0.0076480387,0.002748452,-0.013057628,0.007477377,-0.011216065,-0.016732814,-0.02403556,-0.028433083,-0.04340371,0.0036077152,-0.03352913,-0.03213208,0.01194634,-0.005540562,0.012033655,0.009660263,-0.05813621,-0.034767423,-0.029353864,-0.042292424,-0.03594221,-0.011192252,-0.007441657,-0.012573424,0.03645023,0.021765359,-0.021765359,0.03129068,0.01614542,-0.0074853147,-0.008239402,0.0038121128,0.05883473,0.009104619,0.05045245,-0.0030421494,0.04657882,-0.018225115,-0.0059215743,-0.03183045,0.008810922,-0.0122321,0.027432924,-0.012105095,0.0034172088,0.002129306,0.011612954,0.017875852,0.015296077,0.0004926377,-0.0011142641,-0.009287188,0.00047353742,-0.022638513,-0.020384187,-0.022368629,0.052738525,-0.008985553,-0.0054770596,-0.010414351,-0.058548972,0.02968725,-0.044356246,0.008509287,-0.039403077,0.036672484,0.009366565,-0.010263533,0.0056239082,0.023035401,0.018161612,0.0062986184,0.0028595808,-0.03246547,-0.006389903,0.035116684,0.0031770915,0.014700745,-0.012565486,-0.0038518016,-0.011327194,0.018939514,-0.0026968564,-0.03673599,-0.026051752,-0.02122559,-0.02979838,-0.0069058575,-0.0103826,0.027528178,0.013398951,-0.00046163079,0.017875852,0.00043484083,-0.01564534,-0.027178915,-0.00051148987,0.007084457,-0.015502459,-0.007640101,0.034513414,-0.004018495,0.012938561,-0.040038098,0.016986823,-0.009930147,0.019209398,0.022590887,0.0101444665,-0.014026035,0.0039946814,0.026639147,0.020844577,0.026496267,-0.0038339416,0.00266709,-0.02033656,-0.02552786,0.012525797,0.012938561,0.029623749,-0.0267344,-0.0054810285,-0.009763454,0.027782185,-0.03775202,0.028544212,0.010398475,-0.017161453,0.023956181,0.025892997,-0.007652008,0.0011549451,-0.009890459,0.07105889,-0.028020319,0.030036513,0.0020380218,-0.020034924,-0.04515002,-0.021035085,0.031385932,-0.030877916,0.028385457,0.0053619617,-0.030830288,-0.03594221,0.023178281,0.005020638,0.026797902,0.02417844,0.019082393,-0.04661057,0.00035422287,0.018145736,-0.013629147,0.013573582,0.007544848,0.011581203,-0.041054133,0.022543259,0.01447055,-0.020463564,0.012771868,-0.030560404,0.0026690743,0.017590092,0.011112874,0.02702016,0.0030461182,0.021844735,-0.029782504,0.0048579136,0.0017443243,0.01482775,-0.0003296654,-0.003367598,0.012930623,-0.0001446162,0.024591204,-0.025400857,-0.04629306,-0.04299095,-0.0017175344,-0.023622796,-0.02257501,-0.0114780115,0.014645181,0.0002748452,0.002190824,0.03000476,0.018828385,-0.029242735,-0.0075289723,-0.020971581,0.03645023,-0.020019049,0.0005008235,0.0012392839,-0.023622796,0.0028814096,-0.021733606,-0.019653913,0.008572789,-0.011390696,-0.039942846,0.014645181,-0.05305604,-0.017621843,-0.000031006904,-0.020273058,-0.0016510556,0.0011827274,-0.005016669,0.0036275596,-0.014748372,0.0005392721,0.008207652,-0.04241943,-0.0017492855,-0.04248293,-0.032830607,0.0081917755,0.024908714,-0.037212253,0.06023178,-0.0042546433,-0.0035858864,0.034830924,0.025035718,-0.0062232097,-0.016272424,0.007743292,0.017844101,-0.014272106,0.04245118,-0.0048539448,0.014621368,0.00615177,-0.019257024,-0.018177487,0.025702491,0.021606604,0.015970789,0.012271788,0.03838704,0.017431337,0.0058501344,0.03594221,-0.022971898,0.036418475,0.020415938,0.03800603,0.0017403555,0.008850611,-0.014367359,0.030671533,-0.025289727,-0.0077710743,0.0075964434,0.020860452,-0.004901571,-0.012359104,-0.01120019,-0.0162883,-0.034481663,0.004707096,-0.014264168,-0.00810446,0.0016917366,-0.03803778,-0.018939514,-0.0068661687,-0.0214796,0.007925861,-0.006893951,0.009152246,-0.00069455465,-0.010223844,-0.08668042,-0.020050801,0.006616129,-0.010954119,-0.007409906,0.00020948265,0.020288933,-0.004135577,0.009644387,-0.015796157,0.04515002,-0.03356088,0.0066796313,0.017383711,-0.017526591,-0.01567709,0.024099061,-0.015113509,0.034322906,0.009056993,-0.047086835,-0.005088109,-0.010866803,0.030814413,-0.020495316,-0.031179551,-0.0035759641,0.046102554,-0.021177964,0.0028437052,0.010247658,-0.0048936335,-0.02609938,0.02314653,-0.018336242,0.022051118,-0.015296077,0.0016728844,0.051404983,-0.017034449,-0.011025559,-0.013391013,0.022082869,-0.03591046,0.010342911,-0.022908397,0.03137006,-0.0053976816,0.0066081914,0.0052786153,0.00083247334,0.03151294,-0.0058541032,0.010009524,-0.0067153513,0.018447371,0.001841562,0.027877439,0.046197806,0.016907444,-0.018796634,0.0075607235,-0.0069376086,-0.010977932,0.04429274,0.01507382,-0.0030818381,0.016121605,-0.021431971,-0.019844418,-0.02983013,0.027290044,0.017986981,-0.0108350525,0.022162247,-0.0047586914,0.016685188,0.022670263,0.017399587,-0.00423083,0.030496903,-0.014026035,-0.00043285638,0.016058104,-0.008866486,-0.010358786,0.0016768534,-0.0035759641,0.039847594,-0.0008979599,0.03762502,-0.0065089692,0.016193045,-0.010969995,-0.024257816,-0.010152404,-0.0031215271,0.017478963,0.035846956,0.007584537,0.029131606,0.0070447684,-0.028464833,0.00935069,-0.012057468,0.007445626,0.008850611,-0.018336242,0.014534052,0.0064692805,-0.012065407,0.0056437524,0.028274328,0.016875694,0.009287188,0.063406885,0.008691856,-0.011573265,-0.04359422,-0.0031949515,0.034037147,0.010398475,0.010215906,-0.027464675,-0.025908872,-0.004778536,-0.0081917755,-0.016129544,0.033370376,-0.04216542,0.02997301,0.02343229,0.02328941,0.0076837586,0.009644387,0.012676614,0.03206858,-0.02954437,-0.02919511,0.024432449,0.000785839,0.015137322,0.003964915,-0.0013404904,-0.022733767,-0.019003015,-0.013359263,0.027083663,-0.023543417,0.032481343,-0.008668042,0.011446261,0.008021114,0.0430862,-0.010319098,0.04861089,-0.025416732,-0.008231465,-0.013899031,0.02641689,-0.000028495344,0.031909823,0.039117318,-0.0056874105,0.0036493887,-0.03163994,-0.025273852,-0.011136687,-0.0048341,0.018177487,-0.007779012,0.041022383,0.043530717,0.011382759,0.041085884,0.0053063976,-0.004010557,-0.0014099459,0.020431813,0.04924591,0.016796315,0.00597317,0.0020013095,0.020860452,0.02805207,0.009485632,-0.025003968,-0.0050722333,0.016510556,-0.025877122,0.018510874,-0.0017929432,0.0061279563,0.0054849973,-0.023511667,-0.020003174,0.032449592,-0.011485949,-0.038450547,-0.001818741,-0.042038415,-0.006723289,0.0030937449,-0.006584378,-0.02389268,0.015296077,-0.026607396,-0.008366407,0.008961739,-0.007759168,-0.007604381,-0.04746785,-0.011136687,0.0032723446,-0.010636608,0.024972217,-0.028623588,0.030544529,-0.040609617,-0.028464833,-0.0004792427,-0.01887601,-0.04867439,0.019876169,-0.02079695,0.0053381487,-0.03673599,-0.015113509,0.014089537,0.025321478,-0.013279885,0.029322112,0.0103746625,-0.002236466,0.028258452,-0.0070566754,0.016970947,0.008279092,0.0385458,0.014168914,-0.0049690423,0.0069336398,0.011414509,-0.004135577,0.0017433321,0.018018732,0.039307825,0.030449275,-0.003014367,-0.02552786,-0.016121605,0.004913478,0.019463405,0.034576915,-0.0032088424,-0.0026889187,0.007306715,0.007985394,-0.009803142,-0.013605333,-0.018320367,0.00007981177,0.025654864,-0.030369898,0.0013394982,-0.0011599063,0.015994601,0.0053619617,0.0037962373,0.05016669,0.0037605173,0.026321637,0.037847277,0.03221146,-0.005223051,0.0110176215,-0.03778377,-0.012835369,-0.017685346,-0.00025475273,-0.028020319,0.033973645,-0.011208127,0.0010884664,0.02776631,0.0077036032,-0.017336084,-0.008922051,0.022035243,-0.0112478165,0.009152246,0.024337195,0.0069098263,0.014002222,-0.015319891,0.01614542,-0.017034449,0.022654388,-0.009819019,0.012009842,0.00831878,0.050738208,0.026369262,-0.0047705984,0.032862358,-0.0044451496,0.002528179,-0.0040125414,0.015065882,0.010065089,-0.017240832,0.012176535,-0.007481346,-0.0038676772,0.026639147,-0.0027325763,0.004330052,0.0007853429,-0.0114541985,-0.008493411,0.0061398633,0.03473567,-0.0038914904,0.04540403,0.026893156,-0.017113827,-0.012525797,0.03356088,0.008898238,-0.0026750276,0.027321795,-0.022702014,-0.0017542467,0.00430227,-0.044769008,-0.023638671,-0.005869979,0.012279727,-0.005092078,-0.0003269368,-0.010469915,-0.0069733285,0.007187648,-0.008668042,-0.010922368,-0.0007952651,-0.0020112318,-0.00600889,0.016121605,-0.008644229,0.08725194,-0.0030977137,0.019352278,-0.016256548,0.03267185,0.017574217,0.019765042,-0.006179552,-0.012525797,-0.00831878,-0.021384345,-0.01692332,0.0039867437,0.016701063,-0.017193204,0.0049253847,-0.010461978,0.011351007,0.005699317,-0.0266709,-0.012684552,0.02386093,0.0015389347,-0.0019437608,-0.006544689,-0.016510556,0.021908239,0.00083197723,0.02936974,0.027432924,0.03149706,-0.03740276,0.001059692,0.041403394,-0.0007491268,0.0077671055,-0.005127798,0.014565803,-0.0116605805,0.0007843506,0.002677012,0.0053738686,0.022876646,0.00019633572,0.031417683,0.0163518,0.0077710743,-0.011739958,-0.008795046,-0.045023017,-0.013748213,0.006993173,0.009096681,0.029068105,0.017828226,0.011827273,-0.0024686456,0.029274486,0.04241943,0.028591838,-0.018193362,0.038196538,-0.015470709,0.0038637083,-0.00075259956,-0.030020636,-0.014589616,0.011628829,0.0025261946,-0.015184949,-0.03302111,0.02047944,-0.0068304488,0.012851246,0.022590887,0.033751387,0.00973964,0.0099142715,0.03267185,0.015939036,-0.012827432,-0.016970947,0.004278457,0.011493887,-0.00074962294,0.021114461,-0.009461819,0.03249722,0.022130495,0.03387839,-0.025543736,-0.020828702,0.02538498,0.026686775,0.015907286,0.027210666,-0.057755195,-0.0058104456,-0.023495791,-0.0022761547,0.00030287544,0.010795363,-0.005294491,-0.032767102,-0.0125575485,0.0012720273,-0.024368946,0.007953643,0.01535958,-0.012541672,-0.014605492,0.008477536,0.0010388553,0.011589141,0.022733767,-0.008842673,-0.008406096,0.0018425543,-0.0116605805,-0.02954437,0.011160501,0.013462453,0.0005531632,0.03591046,-0.009072868,0.017971106,0.0386728,-0.051119223,0.015780281,-0.019098269,-0.014033973,-0.008302905,0.0132481335,0.006481187,-0.01838387,0.02179711,-0.02659152,-0.039625335,-0.005905699,0.017621843,-0.02357517,-0.00043732137,0.008890299,-0.046451814,0.011263692,-0.010033338,0.020288933,-0.001167844,0.0040760436,-0.012724241,-0.0012095174,0.006651849,0.04149865,0.0067113824,0.0068304488,-0.012247975,0.027798062,-0.017002698,-0.02314653,-0.02125734,-0.018209238,-0.013875217,-0.010676297,-0.018955389,0.021670105,-0.007028893,0.010160342,0.030528653,-0.014375296,-0.009120495,-0.015923161,0.008866486,-0.039752338,0.00068661687,0.02762343,-0.006858231,-0.020368312,0.011414509,-0.017129702,0.011160501,-0.000979322,0.021574851,0.0096682,-0.00814415,0.0056834416,0.003647404,-0.008421971,-0.023257658,-0.020558817,-0.01077155,0.017923478,-0.009715827,0.020066677,-0.0058541032,0.001984442,0.031084297,-0.010827115,-0.014407048,-0.008092554,0.0326401,0.005762819,-0.017494839,-0.03702175,0.025892997,-0.0110414345,0.04781711,-0.026924906,-0.0075289723,-0.003992697,0.016558183,-0.0011053341,0.009326877,-0.049118906,0.026194632,0.023479916,0.0021868548,-0.018479122,-0.017240832,0.026924906,-0.041149385,0.037593268,-0.009287188,0.0016173201,-0.02986188,0.021177964,-0.004199079,0.022956023,-0.0012045562,-0.033116367,-0.008223527,0.020352436,-0.037275754,0.01059692,0.022590887,-0.011358945,0.025829496,-0.035116684,-0.025988251,-0.00753691,-0.0304334,-0.0152008245,0.018002857,-0.010446102,0.01091443,0.017431337,0.01919352,0.0077710743,-0.025432607,-0.0019288774,-0.0054175262,0.0073503726,0.035243686,0.00050404825,-0.017685346,0.017320208,0.008239402,-0.0058858544,-0.023622796,-0.011755833,0.0025182567,-0.03473567,0.0015131369,0.010533418,-0.02165423,-0.017383711,0.013597395,0.0011053341,-0.004611843,-0.045816794,0.034037147,0.0085331,-0.0076639145,0.017034449,-0.0024944434,0.0125575485,0.021384345,-0.01674869,0.023321161,-0.024829337,0.0014168915,-0.02865534,0.0002097307,-0.012525797,-0.017748848,-0.008572789,0.011501825,-0.0103746625,0.006453405,0.010398475,0.01077155,0.0031850291,0.03359263,-0.017145578,0.03444991,-0.0018802587,0.005258771,0.019955548,0.028560087,-0.015772345,-0.0020290918,0.013240196,0.0017631766,0.021320844,-0.025400857,0.020590568,0.011827273,-0.0038835527,0.014438799,-0.030766787,0.036672484,0.045848545,-0.017415462,0.016875694,0.001823702,0.00255993,0.022495633,0.0047229715,0.004345928,-0.027940942,0.01720908,0.005250833,0.011517701,0.032767102,-0.00023862913,0.04305445,0.020384187,0.0018485076,-0.025845371,0.040514365,0.014256231,0.03321162,0.01567709,0.08998253,-0.023051277,0.03330687,-0.012494046,-0.013541832,0.012517859,0.0030441338,-0.009390379,-0.0023475948,-0.021146212,0.0014516192,0.00426655,0.022479758,0.020050801,-0.0035501665,0.010009524,-0.00033040956,-0.0000902921,0.010334973,0.03654548,0.04962692,0.025115097,-0.032830607,0.021098586,0.02641689,-0.013962533,-0.0024130812,0.025861247,-0.03229084,-0.008076678,0.0042189234,-0.011636767,-0.005330211,0.03835529,-0.055119857,0.020352436,-0.020273058,-0.029004602,0.020447688,-0.0023773613,0.029274486,-0.023972057,-0.0057429746,-0.030481027,-0.026782027,0.022622637,0.03298936,-0.028718842,0.06058104,-0.0027901253,0.036704235,0.01973329,0.0140736615,-0.0003663776,-0.011263692,-0.013875217,-0.005254802],"social":"https://twitter.com/wahVinci"},{"title":"videomind","description":"videomind helps you learn fast from videos.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=M7lWml2mWOY","youtube_transcript":"Hello, everyone. I'm Giovanni, and I'm building video mind. I told to help creators and learners to the results faster. With the extension, user can find that the key information they were searching for without opening the video. The extension comes with a custom button for each video. The user are free to configure the extension to feed their own use cases. My journey started with the YouTube summarizer website, launched on product hunt, which helped me gain twenty for sign up for the next weeks, I have been iterating on new features like the language tool with double subtitle with world translations, TikTok video insight with ideas and keywords, and questions answered YouTube videos. I promoted on Twitter, hacking hacking hacking hacking hacking, where the last one I got by. So I have to come up with more method to reach new users. I created a newsletter, which gained twenty subscribers on the stock. I was able to get a six feedback from I type four which brought me to my last week iteration. The last iteration brought me to the Chrome extension for a similar experience which enable anyone to use chat tpt on YouTube videos with just one click.","embedding":[0.01765525,0.000019710636,-0.018386012,0.016237568,-0.029961308,-0.06021492,-0.014819887,0.05954262,-0.025591342,-0.018868316,0.028397474,-0.015097576,-0.030136691,-0.037268944,0.029785926,0.011421835,-0.0270821,-0.051124223,-0.024305198,0.044868886,-0.0058534164,0.0098287705,-0.009668003,0.069861,0.01585757,-0.075473264,-0.03373205,0.087399326,-0.028075939,-0.02225906,0.007629172,-0.013950277,-0.023808278,0.02361828,-0.004139776,-0.022142138,0.024027508,-0.029917462,0.04130276,0.030721303,-0.04828886,-0.008944547,0.034667425,0.028909009,-0.03867201,-0.041068915,-0.032679748,0.02336982,0.0138552785,0.007775325,-0.034842808,0.011370682,-0.010537611,0.057087254,-0.007066484,-0.043553513,-0.010902993,-0.00018074982,-0.027155176,-0.008308782,-0.038788933,-0.045775034,0.042851977,0.0019346967,-0.017362943,-0.018605242,-0.06495027,0.003434589,0.006825332,-0.008454935,0.04121507,0.034462813,0.016661411,-0.034725886,-0.003774394,0.0035277614,-0.023822894,0.008111476,-0.016164491,-0.04352428,-0.006065338,-0.0010212421,-0.026716718,-0.014257198,-0.07494712,0.010924916,-0.006310144,-0.031042838,-0.055479575,-0.028631318,-0.036859717,0.023486743,-0.03817509,0.01555065,0.015813725,0.020578304,-0.008345321,0.044284277,0.05030577,0.025299037,0.052293446,-0.0025174806,0.024509812,-0.06255337,0.028455935,0.0074830195,0.009536466,-0.043933507,0.008783779,-0.036275107,-0.09739617,-0.012072215,-0.018853702,-0.023720587,0.00062754325,-0.02151368,0.038233552,-0.050861146,0.000026504455,-0.03329359,-0.07231637,-0.028412089,0.039987385,-0.003695837,0.03183206,-0.032972053,-0.010661841,0.0040045846,-0.031948984,-0.052439597,0.03487204,0.00638322,0.05258575,-0.018956007,-0.02420289,0.025766725,-0.05843186,0.018371398,-0.056502644,0.012634903,-0.014301044,-0.014030661,0.00022710764,-0.0009417716,-0.057701096,-0.064774886,-0.019526005,0.002510173,-0.031013608,-0.043115053,-0.011714141,-0.02395443,-0.058724165,0.012225675,0.013701818,-0.02528442,-0.021294452,0.048171937,-0.047470406,0.012276829,0.029303622,0.0149295,-0.014403351,0.010829917,-0.038905855,0.017947555,0.006394182,-0.03761971,-0.044868886,-0.0102453055,-0.017246021,-0.008951854,-0.0444012,0.043728895,0.058110323,-0.014841809,-0.012795671,-0.05165037,-0.011626449,-0.00675591,-0.02982977,0.030925917,-0.05960108,-0.05103653,-0.05512881,-0.0100041535,0.021396758,-0.03753202,0.029522851,0.026395181,-0.025985954,0.034112047,0.033907432,-0.0045672725,-0.0029815156,-0.0045709265,0.07243329,-0.03963662,0.011472989,0.045833495,0.020490611,0.00023521454,0.0045891954,-0.010281844,-0.013650664,0.017348329,-0.008235706,0.0380874,-0.064657964,-0.0069386004,0.0622026,0.007366097,0.03335205,-0.0042713135,-0.010544919,-0.016822178,-0.010369536,0.0059191855,-0.013986816,0.0010632611,-0.03536896,0.0083233975,0.03595357,-0.019438311,0.015930647,0.038379706,0.050159615,-0.0143375825,0.04454735,0.009836079,0.031218221,-0.008440319,-0.036947407,-0.033761278,0.036859717,-0.03659664,0.04671041,0.009499927,0.034725886,0.00457458,-0.010091846,0.014206044,0.026658257,0.035339728,0.02741825,-0.011261067,-0.062436443,-0.043231975,0.014688348,0.045307346,0.032884363,0.01629603,0.026994407,0.017494481,0.030253613,-0.068224095,-0.054398045,0.08102707,0.0018396974,0.024509812,0.034842808,-0.04872732,-0.042676594,0.021425989,-0.0079653235,0.022215214,-0.008140706,0.015126807,0.007124945,-0.005319959,0.03925662,-0.017889094,0.012203752,0.02788594,-0.010332998,0.00711033,0.033410512,0.021133684,0.007753402,-0.037502788,-0.0035277614,-0.0025357497,-0.008754548,0.022799825,-0.021338297,0.011721448,0.012196445,-0.019716002,0.016982947,0.028894393,0.00429689,-0.011012608,0.018912163,0.000021623182,0.016412951,0.044430427,0.040425844,0.003195264,0.016266799,0.026541336,-0.0054916884,-0.042588905,0.0042895824,0.0010696553,-0.032825902,0.033322822,0.020739071,0.022682903,-0.012949131,-0.023413666,0.044430427,0.0064599505,-0.0036666065,0.0045709265,-0.0077022486,-0.013424127,0.03536896,-0.023837509,-0.0073770587,-0.010362228,-0.0027385366,-0.008272245,-0.0042895824,0.00008243927,0.00011977673,0.010552227,0.054514967,-0.034579735,0.054661117,-0.013270668,0.054573428,-0.02980054,-0.021528296,-0.02550365,-0.0053966893,-0.011166068,-0.003335936,-0.03373205,0.015565265,0.028982084,-0.048756547,-0.046330415,-0.015872186,-0.009697233,0.017494481,-0.006123799,-0.005082461,-0.022770595,-0.013117207,0.009653388,0.014549504,-0.066821024,-0.0035295882,-0.020373689,0.029464388,0.018444473,-0.0029614195,-0.02816363,-0.013234129,-0.019803694,-0.0241152,0.05103653,0.023165207,0.04065969,-0.0048924624,0.01660295,-0.046359643,0.029888231,0.02328213,0.046535026,0.0147541175,-0.0010787898,0.03259206,0.0030308422,-0.058811855,0.01959908,0.018166784,0.015199883,-0.005382074,0.0419166,0.053316515,0.0075999415,-0.016427565,-0.036421258,0.0029194006,0.0057474556,0.0018515723,0.012956439,-0.026629027,0.01984754,0.000038450726,-0.04457658,0.00510073,-0.0011198953,0.034550503,0.052439597,0.028119784,0.02253675,0.029888231,-0.032679748,0.022653673,-0.026249029,-0.015521419,0.0317736,-0.03659664,0.00013404945,-0.023545204,0.011911447,0.0412443,-0.010508381,0.014571426,-0.037064333,0.037064333,-0.012116061,-0.0094049275,0.019759849,-0.024495196,0.016822178,0.101663835,0.04027969,0.0034638196,-0.040455073,-0.0109687615,0.019672157,-0.004768233,0.019102162,0.011290298,-0.0014807098,0.030955147,-0.020592919,-0.020665996,0.01740679,0.0716733,-0.03384897,-0.03285513,-0.012364521,0.00086732506,0.07354405,0.030399766,0.028660549,-0.03957816,-0.014512965,-0.06588565,0.014359505,-0.01746525,-0.018064477,-0.02791517,0.00015231853,-0.025912877,-0.028382858,-0.036362797,0.03747356,-0.021235991,0.056502644,-0.013409512,-0.024056738,-0.027096715,-0.018722164,0.028952854,-0.012079523,-0.04825963,0.020768302,-0.031481296,0.048025783,0.061442606,-0.037765864,-0.006847255,-0.004958231,0.028412089,-0.032825902,0.033761278,-0.000018026454,-0.023939816,0.027959015,-0.06161799,0.0093464665,0.030955147,0.011421835,-0.027959015,-0.023252899,-0.056590334,0.019277545,0.022463674,0.069861,-0.005824186,0.035544343,-0.042267367,-0.020768302,-0.012656826,0.0017200349,0.01987677,0.021279836,-0.011019915,-0.017786786,-0.005422266,0.011516835,-0.013562973,-0.07138099,-0.016237568,0.0149368085,0.016442182,0.013051438,-0.050919607,0.0664118,0.013986816,-0.008491473,0.018663703,-0.004538042,-0.038935084,0.06787332,-0.030896686,-0.025737494,-0.0136141265,0.0022215215,-0.013789509,0.002733056,0.013022208,0.035485882,0.017786786,-0.002429789,-0.022902131,0.03001977,-0.03057515,0.0013190283,0.020753687,0.016339874,-0.030399766,-0.050539613,-0.05740879,-0.018444473,-0.013994123,-0.0064928345,-0.0098287705,0.015156037,-0.037648942,-0.024831347,-0.008973777,-0.0150245,-0.043611974,-0.019555235,0.030779764,0.025459804,0.026263645,-0.0024663273,-0.0065220655,0.031335145,0.044839654,-0.041127376,-0.0025211344,0.036801256,0.018882932,-0.060857993,0.039665848,-0.030458227,-0.0029413237,0.018122938,-0.022463674,-0.03595357,0.0016031127,-0.012678749,0.005984954,-0.029069778,0.023252899,0.025883647,-0.0075049424,0.030662842,0.01143645,-0.014125661,-0.013731048,0.017012177,0.001384797,-0.029727465,0.019452928,-0.009339159,0.032416675,-0.020315228,-0.0076145567,0.0068180244,-0.03501819,0.0072674444,-0.00009522763,-0.0140672,-0.0050276536,0.025664419,0.0035880494,-0.011414528,-0.03162745,0.0046074647,0.01613526,0.008060323,0.020417536,-0.011326836,0.0005658851,0.03384897,0.031481296,-0.005783994,0.0024352698,-0.036947407,0.004198237,0.022419827,0.01035492,-0.00007861418,0.023252899,-0.034024354,0.03805817,0.040308923,-0.002932189,-0.023048285,-0.0051226527,-0.012013754,0.0019018123,-0.008184552,-0.029610543,-0.035164345,-0.015258344,-0.0019036392,-0.009448773,-0.002491904,0.034082815,-0.0025138268,0.02111907,-0.028251322,-0.008528012,0.020256767,0.04013354,0.008389167,-0.020022923,-0.031861294,0.0019968115,-0.010055307,0.008250321,0.0004389149,0.021674449,-0.018400628,0.029625157,-0.012430289,0.0044138124,0.0010185018,0.027725171,-0.008476858,0.026102876,-0.025825186,-0.027345175,-0.0050532306,0.04825963,-0.019920615,0.009229545,0.037210483,0.0077972477,-0.00018234836,-0.010121076,-0.011253759,0.05036423,-0.015521419,0.005681687,0.011641065,-0.034462813,0.0146371955,-0.007658403,0.0020205614,-0.031978216,0.032036677,-0.015930647,-0.008966469,-0.063781045,0.023603665,-0.03118899,0.0042895824,-0.012459519,-0.0042932364,-0.0317736,0.008060323,-0.0054368814,-0.030662842,0.03276744,0.004939962,0.030633612,-0.045453496,0.052907284,0.016456796,-0.018751394,0.04025046,-0.030312074,-0.008053015,0.026132107,0.014286429,-0.01286144,-0.017889094,0.006211491,0.015375267,0.0072637904,-0.012897978,0.0012971055,-0.027111331,-0.016559104,0.0054734196,0.016866025,0.016792947,-0.0031167069,-0.043261208,-0.013833355,-0.012517981,-0.061033376,-0.0020132537,-0.01177991,-0.0010806167,-0.03539819,0.034462813,0.022302905,0.0069861,-0.035778187,-0.02173291,-0.0008723491,0.007271098,-0.00011338254,0.02769594,-0.022829056,-0.046856564,0.004399197,-0.03335205,-0.017669864,0.0052797673,-0.012437597,-0.009193006,0.024787502,-0.021835217,0.005429574,0.02924516,-0.009879924,-0.0088057015,-0.0013902778,0.017172946,-0.00092715636,-0.0143960435,0.0024188275,0.036684334,-0.021849832,-0.03957816,-0.024334429,-0.057788786,0.0073989816,0.034258198,0.008031093,0.04922424,0.053345744,-0.013402205,0.038525857,0.03259206,0.0034053584,0.01715833,-0.004176314,0.014834502,-0.03487204,0.059367236,0.0146371955,-0.010895685,-0.004921693,-0.0048961164,0.005385728,0.028207475,0.011918754,-0.008462243,-0.0044284277,0.039227393,0.009660695,-0.03481358,0.0003384349,0.003153245,0.012576442,0.027009023,0.036772024,-0.013731048,0.0072272522,-0.011392605,0.033322822,-0.048698086,-0.0148783475,0.0050641918,0.008257629,0.02464135,0.0020863302,0.018049862,-0.04092276,-0.050598074,0.00089016143,-0.022741364,0.0230629,0.017523712,-0.035105884,-0.020388305,0.02414443,-0.0056743794,0.004863232,0.010588765,0.015521419,0.031948984,-0.010091846,-0.07383636,-0.007128599,0.0014998923,0.007417251,-0.01823986,-0.018181399,0.0036227605,-0.019189853,-0.04194583,0.0044868886,0.0016268626,-0.040542766,-0.0038438167,0.015813725,-0.03314744,-0.0006284567,0.01721679,-0.015769878,0.0006211491,0.015360652,-0.009434158,0.0063137976,-0.03589511,0.004885155,-0.0094049275,-0.013409512,0.020198306,0.0222006,-0.009755694,0.0028207477,-0.004092276,-0.015302191,-0.023223668,0.05489496,-0.003076515,0.034404352,-0.0169391,-0.0073259054,0.022931362,-0.050101154,-0.00051244796,0.008111476,0.013095284,-0.010398766,-0.005681687,0.0023950778,0.039958153,-0.006606103,0.00077141233,0.029932078,-0.01233529,0.027432866,-0.008908008,0.0149368085,0.013862586,0.004527081,-0.012349905,0.011516835,0.030458227,0.035485882,0.006489181,-0.03536896,0.010859148,-0.019160623,0.007113984,0.009784925,0.012788364,-0.003293917,-0.017085254,-0.005623226,-0.0056341877,0.032504365,0.004322467,0.012320675,0.03978277,-0.013036823,-0.016588334,-0.004114199,0.004921693,-0.025664419,0.015185268,-0.0065439884,0.017246021,0.036830485,-0.017962169,-0.0029413237,-0.009733771,-0.0038109322,0.00658418,0.0016305164,0.041653525,-0.013935662,0.008637626,0.0014715752,-0.014966039,-0.036947407,-0.012284136,-0.0054734196,0.020198306,0.005740148,0.034141276,0.0044868886,-0.013351051,-0.01959908,-0.0042822747,-0.010289152,-0.019146007,-0.022741364,0.018502934,0.03335205,-0.013270668,0.004768233,0.010866455,0.018122938,-0.007629172,0.041039687,0.0029669004,0.00067458616,-0.014403351,0.0035679534,0.03811663,0.011787217,0.0026983446,-0.03709356,-0.008345321,-0.00065083633,-0.012795671,-0.026073646,0.0037999707,-0.064774886,0.04200429,0.043699663,0.0143960435,-0.011984523,0.0044320812,0.0076657105,0.0035496843,-0.021820601,-0.033556666,0.014673733,0.012371828,0.010581457,-0.011246452,-0.008915316,-0.005480727,-0.015097576,-0.00042361455,0.012605673,-0.010157614,0.04390428,0.018006016,0.024305198,-0.011765295,0.022624442,0.023837509,0.014549504,0.013044131,-0.0087472405,-0.0044686194,-0.013891816,0.029347466,0.01273721,0.035661265,-0.01218183,0.024729041,-0.008374551,-0.025620572,0.0030052655,-0.0019566196,0.0012651345,-0.031452067,0.0025320959,0.029099008,0.013146438,0.025167499,0.026439028,0.0102453055,0.02117753,-0.016895255,0.027710557,0.016398335,0.00038547782,-0.041975062,-0.007928785,0.017552942,-0.0041872757,-0.024962885,-0.021835217,0.035719726,-0.027140561,0.004662272,-0.027593635,-0.0030144,-0.005477073,-0.012876055,-0.014286429,0.016822178,-0.02464135,-0.0009874443,-0.027184406,-0.017874477,-0.022902131,-0.0015528727,-0.030224383,0.015141422,0.010347613,-0.0149295,-0.012298752,-0.01449835,0.015039115,-0.000043360546,-0.007658403,-0.011465681,0.015404497,-0.044430427,0.029347466,0.005663418,0.014629887,-0.028046709,-0.0031404567,0.010457227,-0.022375982,-0.008184552,0.02633672,-0.026117492,0.011926062,-0.004611118,-0.023969047,-0.0061603375,0.024802117,0.001495325,0.016237568,-0.019511389,-0.010362228,0.015287575,-0.023998277,0.022127522,-0.023252899,0.021411374,0.0059813,-0.035573572,0.02744748,0.015462958,-0.010902993,-0.0018597934,-0.004260352,0.02788594,-0.021718295,-0.015652956,-0.01632526,-0.04244275,0.037648942,0.0028627664,0.035164345,-0.015974492,0.011991831,0.009697233,-0.0025814225,-0.0029011315,-0.005528227,0.0062772594,-0.011092992,0.042121217,-0.036947407,0.0020388304,-0.018853702,-0.021469835,-0.006934947,0.013606818,0.052994978,0.016456796,0.0036227605,0.006825332,0.043348897,-0.00031765382,-0.00032130763,0.00021774472,-0.022565981,-0.021060608,0.012751825,-0.044751965,0.03329359,0.012876055,-0.0009020363,0.0041324683,-0.0009719156,0.014885655,0.0039643925,0.029362082,-0.02395443,-0.0073368666,0.008009169,-0.004278621,-0.008637626,0.021294452,-0.010932224,-0.0044941963,-0.003434589,0.01177991,0.0146956565,0.0043261205,0.04764579,-0.024626734,0.026146723,0.01097607,0.006101876,0.0080384,-0.007526865,-0.018809855,0.0032793018,-0.011626449,0.00494727,0.008681471,0.025489034,0.0022964247,-0.0041324683,0.0349305,-0.027579019,0.016646795,-0.033615127,0.008308782,-0.0016067665,-0.015316806,0.04939962,0.011195298,-0.036947407,-0.0011765294,0.043173514,0.0037853555,-0.021966754,0.015565265,-0.0015930646,0.0061932215,-0.0032975709,-0.06728871,0.0009563869,-0.029961308,0.017012177,0.010077231,0.0033249746,0.013234129,0.015068346,0.012379136,0.024553658,-0.007431866,0.011677602,0.009266083,-0.0035040115,0.02070984,-0.0028572858,0.08558703,-0.022741364,0.038788933,-0.018897546,0.027754402,-0.008900701,-0.016617564,0.009697233,0.0033889164,0.007680326,-0.012781056,-0.0101283835,-0.01230606,0.0038255476,-0.008769164,-0.011414528,-0.0117506785,-0.0017136406,0.012686056,-0.031919755,-0.0009947519,0.012130676,0.026322106,0.004059392,-0.035632033,-0.015433728,0.01746525,0.025211345,0.011538758,-0.0010760494,0.008177245,0.012320675,0.018152168,0.05094884,0.007629172,0.01555065,-0.017962169,0.0093464665,-0.0026819024,0.0052541904,0.028675165,-0.035719726,0.03589511,0.011231837,-0.0007207156,-0.0028244015,0.013329129,0.014235275,-0.03811663,-0.029405927,-0.02655595,0.0049655386,-0.0026197876,0.01629603,0.005944762,0.0051336144,-0.031422835,0.026921332,0.018122938,0.017859863,-0.032679748,0.013906431,-0.015112191,0.00008340982,-0.004117853,-0.016734486,0.0061603375,-0.004936308,-0.005235921,-0.03118899,-0.004274967,0.025415959,-0.0034857425,0.016456796,0.0137968175,-0.0054332274,0.05159191,0.03165668,-0.016252182,0.014681041,0.00036949237,-0.017801402,-0.01654449,-0.0022945977,-0.01459335,0.044313505,0.0049143853,0.024875194,0.006967831,0.023969047,-0.043699663,-0.0006453556,0.045248885,0.039665848,-0.011874909,0.008213783,-0.0030966108,0.019745233,-0.05144576,-0.023837509,-0.0055757263,0.027476711,0.0015610937,-0.002168541,-0.008754548,-0.06173491,-0.024349043,0.03156899,-0.022507519,0.020096,0.015141422,0.0087472405,0.0031185336,0.005900916,0.006525719,-0.010844532,-0.030136691,0.018342167,-0.0054514967,-0.030165922,0.015112191,0.0011747025,-0.017523712,0.020344459,-0.005480727,0.015360652,0.010815302,-0.05404728,0.024480581,0.0010623476,-0.005488035,0.004322467,0.018356781,0.00989454,-0.002046138,0.0023238284,-0.03864278,-0.04331967,-0.029815156,0.023238283,-0.05729187,-0.014111046,0.0072199446,0.01978908,-0.0036465104,-0.0048924624,0.004216506,0.008111476,-0.00019787709,-0.042530444,-0.013285283,0.0070591765,0.003836509,0.016676025,0.0032080524,-0.017070638,0.0071943677,0.022112908,-0.023325974,0.03802894,0.004475927,-0.005623226,-0.00074263854,0.0051555373,0.04188737,0.0059155314,-0.038993545,0.01057415,0.024875194,0.0321536,0.011187991,0.0059776464,-0.032328982,0.026249029,0.028339013,-0.008827625,-0.021659834,0.013745664,0.01829832,-0.0008120611,0.0070336,-0.021075223,0.014797963,-0.017962169,-0.0032793018,-0.01629603,-0.01329259,-0.021966754,-0.006211491,0.006032454,-0.00936839,-0.00062754325,-0.0041507375,-0.011611834,0.02111907,0.003374301,0.018634472,0.008586473,0.015784495,0.04092276,0.014827194,-0.0091053145,0.001396672,0.019979076,0.022682903,0.016120646,-0.0013217687,0.010332998,-0.02386674,0.0075049424,0.008338013,0.03393666,-0.010734918,-0.0047865016,0.0012742691,-0.005203037,-0.004384582,0.012656826,0.033176668,-0.036245875,0.016412951,-0.014849117,-0.0028371897,-0.05425189,0.006766871,0.011692218,0.00434439,-0.017699094,-0.042033523,0.0028645934,-0.017348329,-0.020797532,-0.019979076,0.01555065,-0.0492827,0.03691818,-0.036304336,-0.0013455185,-0.0009810502,-0.018035246,-0.017304482,0.029581312,-0.006649949,0.008929932,-0.0028828625,0.067931786,0.006503796,-0.036655102,-0.0029047853,-0.0007609076,0.007475712,0.05685341,-0.028514396,-0.014162199,-0.0020826764,0.03162745,-0.020812148,-0.030370535,-0.022215214,0.013709125,-0.026906716,0.0021557526,0.013153745,-0.028280552,0.01490027,0.008834932,0.007450135,-0.009317236,-0.01743602,0.04609657,0.010508381,-0.04349505,0.013782202,-0.0031020916,0.010632611,0.00056862546,0.0063137976,-0.009748386,-0.0136141265,-0.014381428,-0.021469835,0.009185699,-0.015901417,0.018444473,-0.011801832,-0.010771456,-0.0028134398,-0.037882786,0.009865309,-0.0020991184,0.01826909,-0.0044247736,0.014132968,0.014827194,0.008294167,-0.009383005,-0.023822894,0.015097576,-0.027403636,-0.013650664,0.0046659256,0.0050714994,-0.008644934,-0.010493766,0.014739502,0.037327405,0.04179968,-0.028558243,-0.021659834,0.007936093,0.02445135,-0.041507374,-0.0032957438,0.0073770587,-0.004337082,-0.004454004,-0.006525719,-0.025138268,-0.03308898,-0.004527081,0.02769594,-0.010318383,-0.0062772594,0.017026793,0.040104307,-0.018342167,0.007274752,-0.044284277,0.05469035,0.01935062,0.03545665,0.020505227,0.032972053,-0.020592919,0.012525288,-0.0065074502,-0.0045891954,-0.041507374,-0.01075684,-0.0031185336,-0.025737494,0.0071468684,0.020242153,0.025372112,-0.0042932364,0.020841379,0.017932938,0.0149952695,0.03691818,-0.0011820102,0.03709356,0.049458083,0.040484305,0.030224383,-0.019701388,0.049662694,0.015331421,-0.012795671,0.01555065,-0.0012852305,-0.022069061,-0.014790656,-0.030662842,0.0009435985,-0.01088107,0.043231975,-0.024275968,0.019642927,-0.012006446,0.000041219635,0.028412089,-0.007271098,-0.0049143853,-0.029142853,-0.011904139,-0.011304913,-0.032416675,0.004768233,0.022609826,-0.0429689,0.013906431,0.009317236,0.0075780186,0.022726748,-0.012919901,0.015784495,-0.016822178,-0.025679033,-0.024772886],"social":"https://twitter.com/giovannifulin"},{"title":"apply","description":"a platform for job seekers to gain up-to-date industry-specific skills.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=pEKh0QOzmYE","youtube_transcript":"What's up? I'm Anthony, a developer based in Southern California. I'm currently working on apply, which is a platform that helps students in early career talent build up to date industry specific skills. Let me show you how it works. So when you get on the landing page, you get some more context on the problem that many students and job seekers are facing along with solution. So overall, students are typically not job ready after traditional education. And this results in a lot of difficulties getting jobs, especially in a lot of exciting startups that need people to be able to contribute right off the bat. The solution here is to be able to provide a place where students can learn directly from companies and industry professionals to make sure they're job ready when they start looking. So after you go in, you're currently able to view a collection of work sample assessments made to simulate day to day work on these companies. You're also able to submit assessments that you may have ran into to get some feedback. However, after reaching out to some students, it was clear that they need to be more direction for those that just didn't have much knowledge on modern frameworks. So I'm currently building out another section that connects industry professionals with these students. So how did the six weeks go? I was actually working on a different idea for the first three to four weeks. I was building a questionnaire for students to figure out what they wanna do. Essentially asked a few questions then spit out some output with g t four. But after getting some feedback, I realized this idea was way too broad to actually be useful. So I pivoted and thought more about when I was in college. What would I have found really useful? So far, I've done some manual outreach, and thus far, I've gotten much more positive and constructive feedback is true that this idea can actually be released for people. I'm still early in the process, but I'm excited to launch a larger channels after a bit more iteration and user conversations.","embedding":[-0.034398213,0.01739856,0.022446292,0.009719566,0.011230817,-0.042744614,-0.00985765,0.034950547,0.022292865,0.035963163,0.04121035,-0.04829865,-0.03989088,-0.024486864,0.011161775,0.005707464,-0.008852707,-0.03961471,-0.0321275,0.021096138,0.039277174,0.013240703,-0.0053315694,0.004591287,0.017690072,-0.08671664,-0.024026584,0.059069186,-0.04222296,-0.01518922,0.02411864,-0.02510057,-0.04928058,0.027739504,0.006858163,-0.01507415,0.021541076,0.023382192,0.021847928,0.012542613,-0.011460957,-0.005484996,0.04366517,-0.027724162,-0.059345357,0.00095364137,-0.049894284,0.026588805,0.030301725,0.03740537,-0.06959424,-0.0015841282,0.017014995,0.01902488,0.007548582,-0.0632117,-0.04099555,0.006110209,-0.027908273,0.030501181,0.059283987,0.0075409105,0.05704396,0.004422518,-0.016784854,-0.014498801,-0.002924692,0.023198081,-0.019040223,0.0021575596,0.08708486,0.024364123,0.018641315,-0.0038816894,-0.020681888,-0.0064669256,0.019377762,0.036945093,-0.027693477,-0.00455293,-0.0016982391,0.003126064,-0.005707464,-0.024747688,-0.004990196,-0.00985765,-0.022584375,-0.021909298,-0.04875893,-0.025207968,-0.040013622,0.050139766,0.0014517979,0.059867006,0.05501873,-0.004330462,-0.06400952,0.06836683,0.045567658,0.01802761,-0.006282814,-0.02979542,0.019669272,-0.01252727,0.020267636,-0.019792013,0.0043534758,0.04811454,-0.003298669,-0.044953953,-0.13243772,0.013869752,0.0062597995,-0.016846225,-0.017828155,-0.007939819,0.014744283,-0.054589134,-0.029304454,-0.021203537,-0.047777,0.009312986,-0.016708141,0.009412713,0.007245565,-0.0034942876,-0.023919186,-0.009013805,-0.052962814,-0.041302405,0.024793716,-0.0061485656,0.03970677,-0.02852198,-0.057596292,-0.008139274,-0.027325252,0.019991469,-0.060787566,-0.04105692,-0.0035460691,0.005132115,-0.013286731,-0.028031014,-0.018718028,-0.06462323,-0.025622219,0.057811093,-0.010716839,0.03258778,0.0034597667,-0.011683425,-0.04418682,-0.026527435,0.045015324,-0.0028268825,-0.02098874,0.04998634,-0.021356964,-0.02632798,-0.013002893,-0.025775645,-0.019162966,0.019239679,-0.012972208,0.012243432,-0.019822698,-0.042407073,-0.055969972,-0.011353558,-0.05578586,-0.027739504,0.01686157,0.03218887,0.06578927,-0.023213424,0.024793716,-0.030808033,-0.006240621,0.0032008595,-0.036607552,0.005335405,-0.06109442,0.0013549475,-0.055356268,-0.049127154,0.0022266016,-0.03369245,-0.0050285524,-0.05109101,0.019822698,0.056859847,0.01821172,-0.0025411258,0.005688286,-0.049587432,0.073276475,-0.013984822,0.016800197,-0.033324227,0.019669272,0.0229526,-0.0011152186,-0.019162966,0.023044655,0.026220582,-0.0012254938,-0.0016627593,-0.04249913,-0.034766436,0.056307513,-0.02858335,0.003751277,0.053024184,-0.02777019,-0.030317068,-0.03356971,0.026972372,-0.022476977,-0.0031548317,0.031851333,0.02213944,0.020421062,-0.0047638915,0.016478002,0.04608931,0.030884746,-0.05495736,0.0621684,-0.06505282,0.021479705,0.017383218,-0.005768835,-0.037436057,0.006294321,-0.0054428037,0.034244787,-0.021587104,0.017766785,0.0038049764,0.02092737,-0.019439133,0.022722458,0.0046871784,0.036270015,-0.0061600725,-0.03096146,-0.013263717,-0.005834041,0.026097842,0.057719037,-0.05514147,0.047132608,-0.007586939,-0.0048329337,-0.052625276,0.027463337,0.015987037,-0.0072800857,-0.011184789,0.016708141,0.001427825,-0.00852284,0.039461285,0.002698388,0.04117966,-0.028828831,0.015089492,0.0020386542,-0.032894634,-0.026864974,0.028429924,0.0028729106,-0.016416632,0.026512092,-0.0110390335,-0.007640638,0.039461285,-0.029549936,-0.014844011,-0.009167231,-0.0111157475,0.0005374721,0.0057113,-0.00886805,0.03728263,0.00007437587,-0.014652227,-0.05514147,0.018641315,0.009757923,-0.005726643,0.014161263,0.0197153,0.029580621,0.0052395137,0.019822698,-0.015703198,0.0025756469,0.025637561,0.0020213937,-0.07137399,0.0050170454,0.02898226,0.039093062,-0.0008807638,0.035625625,0.048943043,-0.011645068,-0.029534593,0.00788612,0.030455153,0.0036573033,-0.018472547,-0.02151039,-0.0015582375,0.052103627,-0.040658012,0.0040236088,0.011890551,-0.033477653,0.010133818,0.000021860275,-0.021893956,0.040044308,-0.0028383895,0.06054208,-0.026358666,-0.0020923533,-0.031882018,-0.0013933041,-0.04341969,-0.027371282,-0.019086251,0.0066241873,0.007962833,-0.03154448,-0.0060948664,0.022354236,0.039522655,-0.08898735,-0.049372636,-0.017613359,0.016769512,0.033753823,0.019331735,0.004545259,0.0055233524,0.00032027773,-0.004967182,-0.019055566,-0.014130577,0.028890204,-0.0004770604,0.020497775,0.000011402103,-0.04283667,-0.0311916,0.010525055,-0.03102283,-0.032495726,0.019914756,0.00904449,0.011829181,0.01130753,0.0017298834,-0.0036477142,-0.004487724,0.015802925,-0.014076878,0.017091708,0.0061485656,0.0041003223,-0.0030167478,-0.054251596,0.005415954,0.037466742,-0.007329949,0.005834041,0.07143536,0.097701974,0.01014916,-0.0022803007,-0.041885424,-0.020022154,0.06456186,0.028399238,-0.036607552,-0.026067156,0.015818268,0.0057113,-0.030086929,-0.0073030996,0.019807355,0.035011917,0.033262856,0.004326626,0.027877588,0.013793039,-0.05676779,-0.008016532,0.009550797,-0.04753152,-0.016662113,0.014414416,-0.017168421,0.0016963213,-0.01583361,0.026067156,-0.011783152,0.0069770683,-0.043389004,0.071926326,-0.011284516,-0.0023205753,-0.021126823,0.029120343,0.02852198,0.035502885,0.045506287,-0.021725187,-0.06388678,0.06315033,-0.0034060674,0.02151039,0.009811622,0.04308215,0.003661139,-0.02121888,-0.02261506,-0.028445266,0.02023695,0.017475273,-0.007790229,-0.049832914,0.017889526,0.032372985,0.0040849796,0.050814845,0.03982951,0.011821509,0.01808898,-0.03221956,-0.04099555,-0.071987696,-0.005952947,-0.043112837,-0.04759289,-0.041885424,-0.0138774235,-0.043634485,0.021602446,0.010218202,0.02632798,-0.037251946,-0.02418001,0.01767473,0.0021805735,0.038694154,0.014245647,0.0092899725,0.0122050755,-0.037497427,0.013002893,0.012834123,-0.008269686,-0.025499478,-0.02852198,0.020896684,-0.007817078,0.016263206,-0.009305315,0.0054006116,-0.014598528,-0.073583335,0.016385946,0.017705414,0.012772753,0.012795767,-0.017291162,-0.031329684,0.008852707,-0.0013539885,0.04446299,0.059560154,-0.01391578,-0.06971698,0.030102272,-0.0043227905,0.02336685,0.024901114,0.050293196,0.06744628,-0.019255022,-0.0032334628,-0.03722126,0.006911862,-0.028614035,-0.015311961,-0.00097138126,0.048206594,0.030117614,-0.008515169,0.07082166,0.039093062,-0.014560171,-0.026466064,0.012251103,-0.00788612,0.018457204,-0.055571064,-0.0007115152,-0.0004096966,0.013662626,-0.02203204,0.0077442005,-0.021264907,0.018733371,0.0045951228,0.018733371,-0.038141817,0.024026584,-0.035502885,0.008361742,-0.009013805,0.007663652,-0.054405022,0.03043981,-0.024256723,0.00863791,-0.008392427,-0.013171662,0.021065453,0.015127849,-0.037006464,0.0023627675,-0.052318424,-0.020773944,-0.001632074,-0.015204563,-0.014844011,0.030501181,0.034520954,-0.003356204,-0.01977667,0.02951925,0.013639612,-0.0021364635,-0.007970504,0.0037033313,0.03982951,-0.023873158,0.030746663,-0.039277174,0.025085226,0.013064263,-0.013923451,-0.043174207,0.019224336,-0.004671836,-0.002506605,-0.0033907248,0.008162288,0.034827806,0.04283667,0.043849282,0.009006133,-0.043174207,0.01779747,0.02864472,-0.0016052243,-0.035932478,-0.019162966,-0.031452425,0.03623933,0.014974423,-0.020866,-0.02226218,-0.00012777548,0.026174555,-0.030424468,-0.019960783,-0.035901792,0.029488565,0.0015265933,-0.027632106,0.014161263,0.010793552,0.017981581,0.0066203517,0.0018056377,-0.006785285,0.0029879804,0.051735405,0.002142217,0.011583698,0.015258262,-0.006025824,0.0067277504,-0.0218019,0.014705926,-0.017229792,0.017889526,-0.02226218,-0.028475951,0.019638587,-0.015250591,-0.0008994626,0.022154782,-0.015503744,0.027877588,0.020543803,-0.0051512937,-0.021847928,0.01692294,-0.004545259,0.012097676,0.0021134496,0.020850657,-0.0016953624,-0.009428056,-0.06407089,0.010969992,0.02760142,0.049127154,-0.00910586,-0.009474084,-0.010923964,-0.00066309,0.0061715795,-0.00507458,0.020190923,0.016968967,0.01339413,-0.028629377,-0.028859518,-0.0076137884,0.013325089,0.018058294,-0.011253831,-0.004859783,-0.0016330329,-0.024855087,-0.016999653,0.027524708,-0.013816053,-0.02430275,0.044861898,0.0074335122,-0.011154104,-0.01745993,-0.024226038,0.036638238,-0.010187517,0.026051814,-0.0016071422,-0.020390376,-0.049618118,-0.007751872,-0.017014995,-0.026696205,0.017505959,-0.01884077,-0.021142166,-0.024855087,0.013302075,-0.003829908,-0.0070883026,0.00042072413,0.00910586,-0.08352537,0.028215127,-0.004422518,-0.013946465,0.023044655,-0.0057841777,-0.0038107298,-0.047684945,0.043910652,0.032250244,0.008614896,0.0033025045,-0.01269604,-0.0049364963,-0.012166718,-0.0007805571,0.029534593,-0.019178309,0.011806167,-0.017183764,-0.0019849548,0.002742498,-0.0010106969,-0.017521301,0.012143704,-0.01472894,-0.013386459,0.028491294,0.007978176,-0.09064435,-0.030577894,-0.02376576,-0.031851333,0.00455293,-0.021234222,-0.012258775,-0.023903843,0.022400264,0.053791318,0.025484135,-0.031068858,-0.031974073,-0.0135475565,-0.002495098,0.006766107,-0.0041616927,-0.003026337,-0.03936923,0.0062713064,-0.03363108,-0.0039219637,0.0010222038,-0.009780937,-0.026358666,0.002040572,-0.015166205,-0.014214962,0.0024222203,-0.0055693807,-0.0000373977,0.0051167724,0.030455153,0.019730642,-0.0048559476,0.003354286,0.03473575,-0.0646846,0.011844523,-0.008967777,-0.028629377,-0.01623252,0.02052846,-0.0066625443,0.026466064,0.014974423,-0.012228089,0.02823047,0.046426848,-0.015173878,0.007932148,0.015802925,0.016708141,-0.019914756,0.0590385,0.005707464,0.0090368185,-0.028383896,0.013585913,-0.03113023,0.03967608,0.029841447,0.026235925,0.018426519,0.008361742,0.00507458,0.018457204,0.05351515,0.019178309,0.052164998,0.007901463,0.04679507,-0.004905811,0.0068121348,-0.008423112,0.036607552,-0.043695856,-0.011062048,-0.0067392574,-0.008845036,0.012972208,0.036699608,-0.0042230636,0.00018854674,-0.02336685,0.025023855,-0.004948003,0.004940332,0.021694502,-0.026895659,-0.027494023,0.014038521,0.013463172,-0.030117614,-0.0112921875,0.022829857,0.024486864,-0.0036764815,-0.07978176,-0.006244457,0.0004123336,-0.02632798,-0.017229792,-0.0023608496,0.0074411836,0.0034041496,-0.0009915185,0.012910836,0.0031203106,-0.023412878,-0.0006698024,0.0062367856,-0.026435379,-0.0050937585,0.0027731834,0.020451747,0.023336165,0.018994195,-0.031007487,-0.0142072905,-0.013094949,0.024333436,-0.007061453,-0.02939651,-0.004744713,0.026926344,0.029089658,-0.008446127,-0.0054811602,-0.001620567,-0.00017727948,-0.022937257,0.026159212,0.010110804,-0.020973397,0.011077391,0.04087281,-0.0022898898,-0.012151375,-0.0075178966,0.007544746,-0.022737801,-0.00378388,0.010509713,0.05409817,0.029718706,0.029120343,0.014368388,-0.012826452,-0.0028479786,-0.061554696,-0.007387484,-0.00623295,0.017920211,0.0054351324,-0.012719054,0.022338893,0.015941009,-0.0134478295,-0.013378788,0.0010298751,-0.015618814,-0.005270199,0.010340944,0.015350318,0.036270015,-0.05909987,0.005170472,0.00034089442,0.00788612,0.008277358,-0.015818268,-0.00090953126,0.0021824914,0.010294915,0.0009756964,0.009013805,-0.028138414,0.036024533,-0.0017413903,0.0016790609,-0.0014978258,-0.0045069023,-0.0055578738,0.025146598,0.004123336,0.010916293,0.013532214,0.03740537,-0.013539885,-0.019178309,-0.020727916,-0.029657336,0.004411011,-0.039522655,0.025959758,0.030531866,0.013716326,0.0024241381,-0.006570488,-0.0005767876,0.01090095,-0.012642341,0.031697907,0.011046705,-0.018457204,-0.009888335,-0.0020309829,-0.0026926345,0.009849979,-0.011453286,0.0050630732,-0.019546531,0.05989769,0.014974423,0.022108754,0.032372985,-0.00840777,0.026174555,0.018426519,-0.028828831,-0.0031203106,0.00956614,0.008568868,0.00747954,-0.000747954,0.03955334,-0.032833263,0.043910652,0.013647283,0.019162966,-0.00373977,0.012235761,0.029197056,-0.007847764,-0.008277358,0.006743093,0.011706439,-0.0007503513,0.007042275,0.010778209,-0.009006133,0.016738826,-0.034459583,-0.007863106,0.016431974,-0.020912027,0.035226718,0.012573299,0.020605175,-0.008845036,0.022707116,-0.027647449,0.0035307265,-0.005270199,-0.012074662,0.020190923,-0.007402827,0.029887475,0.0344289,0.0019120773,-0.025652904,-0.0028633215,-0.033262856,-0.0109623205,0.0026811275,0.031974073,-0.002857568,-0.017935554,0.007345292,0.019101594,-0.0057419855,0.035165343,0.019592559,0.010164503,0.02516194,0.01686157,0.028199784,-0.0019235843,0.01739856,-0.020912027,0.025376737,0.001201521,-0.019469818,-0.020344349,-0.041732,0.0027635943,-0.022998627,0.018196378,0.009834636,-0.0127113825,-0.001349194,-0.05201157,0.004668,-0.012258775,-0.003977581,-0.030700635,-0.009550797,-0.08806679,-0.028138414,0.0310842,0.0032775728,0.018625973,-0.017429246,-0.02342822,0.021832585,-0.018334461,-0.00069233694,0.020804629,0.014245647,-0.006052674,-0.020405719,-0.0033868891,-0.0056576007,-0.0051359506,0.022875886,-0.028782804,-0.01884077,-0.0012916591,-0.041609257,-0.036331385,0.014851682,-0.017199107,0.006677887,-0.0018622137,-0.0029975695,-0.010440671,0.021541076,-0.012772753,0.04771563,-0.027064428,-0.02017558,-0.0068274774,-0.02626661,0.0017960485,0.011637397,0.010747524,-0.004092651,-0.004372654,0.014652227,0.0055578738,-0.02330548,-0.013079606,-0.009075175,0.042990096,-0.0096965525,-0.0047332062,0.027110456,-0.020651203,0.02789293,0.04811454,0.032250244,0.011430272,-0.00078343385,-0.0060948664,0.03329354,-0.0010289162,0.005235678,-0.0122817885,-0.010433,0.027294567,-0.05471188,-0.0117984945,-0.012396858,-0.0060143173,0.0147903105,0.007617624,0.04099555,-0.016508687,-0.004967182,-0.013923451,0.03218887,0.007705844,-0.0048559476,0.0054236255,-0.015388674,0.017628701,-0.015864296,-0.024885772,0.048053168,-0.0064055547,-0.010931635,0.010294915,-0.0006098702,-0.01930105,-0.009374357,-0.010348615,-0.029365825,0.0197153,0.029442538,-0.018856112,-0.020144895,0.0072800857,-0.008906406,-0.028752118,0.024855087,0.0026446886,0.026650177,0.024087954,0.015250591,0.0043534758,0.012834123,-0.009642853,-0.0076099527,0.0055386955,-0.015864296,-0.028261155,-0.00550801,-0.026527435,-0.018702686,0.0058839046,-0.025652904,0.010854922,-0.0053584194,-0.01235083,0.005695957,-0.016493345,0.010187517,-0.017889526,0.0016033065,0.0057649994,0.021847928,-0.003885525,-0.015741555,-0.011322873,0.03286395,0.009251616,-0.0124582285,0.019822698,-0.015971694,0.0114456145,0.02760142,-0.020605175,-0.0035173018,0.00091384636,0.00027209223,-0.018917482,-0.006927205,-0.008822022,-0.016616086,-0.011675754,0.017137736,-0.014529486,0.011775481,0.0048981397,-0.004249913,-0.007759543,0.013056592,0.09506304,0.015741555,0.021633131,-0.012297131,0.02626661,-0.0040312805,-0.026911002,0.026358666,-0.025775645,-0.003264148,-0.028445266,-0.0056460937,0.0015601553,0.013455501,0.005009374,-0.012427543,-0.006098702,-0.0012830287,0.032311615,0.004372654,0.010287244,0.054742564,0.033385597,-0.018227063,-0.028000329,-0.012565628,0.03878621,0.0024740016,0.013585913,-0.0063326773,-0.007042275,-0.011729453,0.0011852194,0.012719054,0.0043803253,0.03096146,-0.008714623,-0.0051628007,0.017904868,-0.004760056,-0.018042952,-0.01205932,0.04262187,-0.0083003715,-0.026358666,0.02505454,0.013808382,0.016094435,-0.023627676,-0.053699262,-0.043266263,0.019761328,-0.0039047035,-0.005289377,0.020958055,-0.035502885,0.010279573,0.016140465,0.025238654,0.012703711,0.018319119,-0.0031107215,-0.043174207,0.02945788,-0.007947491,0.0028652393,-0.006133223,-0.008438456,0.0026197569,-0.024548234,-0.013969479,-0.0023052327,-0.012327816,-0.009075175,0.009803951,0.017122393,0.03402999,-0.0022074233,0.025484135,-0.007049946,-0.02336685,-0.013156319,-0.0028594858,-0.0031605852,-0.0062176073,0.0331708,0.0011161775,0.010325601,-0.029273769,0.03703715,-0.0404739,0.019914756,0.03642344,0.010363958,-0.014237976,-0.009236273,-0.043112837,-0.010287244,0.0057880133,-0.013432487,0.04028979,0.015802925,-0.008906406,-0.012442886,-0.02985679,-0.040719382,-0.03534946,0.02499317,0.019285707,-0.0067507643,-0.006133223,0.0088603785,0.0049825246,0.005335405,0.010302587,-0.013340431,-0.018564602,-0.010302587,0.0011305612,-0.018641315,0.02348959,0.008967777,-0.007341456,0.010433,-0.00823133,0.013455501,0.00039483342,-0.05102964,0.011737124,0.006424733,-0.00055473257,0.008192973,0.03798839,0.00160906,-0.02962665,0.028890204,-0.04928058,-0.023596989,-0.02046709,0.028460609,-0.06775313,-0.016478002,0.019040223,-0.013992493,-0.03369245,-0.01936242,0.021126823,-0.0051282793,0.009075175,0.0008467223,0.010018748,-0.012251103,0.017505959,0.015756898,-0.02574496,-0.027969643,0.027248539,0.0011516574,-0.023351507,-0.0072724144,0.021264907,-0.02226218,-0.005952947,-0.03792702,0.028015671,-0.018303776,0.0023474249,-0.008768322,-0.003831826,-0.0038164833,0.001111383,0.0044608745,-0.007425841,0.02916637,0.029764734,0.0018507068,-0.008561197,-0.018764056,-0.012995222,-0.0067507643,-0.028629377,-0.013271389,-0.03218887,-0.0067047365,-0.015802925,0.017766785,0.014345374,-0.025729617,-0.01983804,-0.016754169,-0.003457849,-0.016416632,-0.025284681,0.023781102,0.034336843,0.02730991,-0.009059832,-0.028767461,-0.031974073,0.029350482,-0.010340944,-0.015526758,-0.043695856,0.007863106,-0.027693477,0.020160237,-0.011606712,-0.003026337,0.039952252,0.032618467,-0.009305315,0.015741555,-0.02307534,-0.017766785,0.029243084,0.0023704388,-0.0013530296,0.02678826,0.032372985,-0.022170125,0.025069883,-0.01536566,0.01884077,-0.049832914,0.016677456,0.02783156,0.017904868,-0.0015428949,-0.039123747,0.002754005,0.0011593287,-0.00088459946,-0.0025181118,0.009243945,-0.03131434,0.027187169,0.000046507397,-0.019239679,0.0038931966,-0.01821172,0.0016253616,0.040811438,0.004691014,0.008921749,0.02167916,0.021080796,0.013340431,0.012343159,0.0025219475,-0.006892684,0.006831313,0.02418001,-0.01802761,-0.013846738,-0.0024605768,0.016140465,0.012903165,-0.04341969,-0.005078416,-0.012956865,-0.026389351,0.008829693,-0.0008462428,-0.022384921,0.0028153756,0.012795767,0.027724162,-0.031759277,-0.030577894,0.029411852,0.024609605,-0.0017193353,0.03090009,-0.03648481,0.0031337354,0.01466757,0.013524543,0.020850657,0.010011077,0.0013424816,-0.024962485,0.00016804993,0.00031308588,0.011852195,0.014514144,-0.026358666,-0.012511928,-0.007836256,0.015150863,0.025698932,0.0068236417,0.0016493344,-0.001132479,0.045874514,0.018641315,0.02585236,-0.0046104654,0.0139541365,-0.008691609,-0.0063978834,-0.0011478218,0.010271901,0.011008348,-0.0056921216,0.024072612,0.013087277,0.004326626,-0.016692799,-0.014936066,-0.008338728,0.031912703,-0.022630403,0.01756733,-0.013601256,0.021019425,-0.0010998759,-0.014851682,-0.0023224931,-0.01646266,0.0080472175,0.0032929154,0.012327816,0.014606199,0.018564602,0.063641295,0.0270184,0.021556418,-0.0018046788,0.012189733,-0.018718028,0.048666872,0.012864809,0.04747015,-0.017122393,0.0529935,-0.0078055714,-0.00070863846,-0.012082334,0.008315714,0.0046181367,-0.0033063402,0.0028077043,-0.019807355,0.045506287,-0.0031375713,0.016570058,-0.008967777,0.011829181,-0.012588642,0.010057105,0.010279573,0.04992497,0.02046709,0.033078745,-0.035380144,0.019208994,0.016662113,0.019193651,-0.035165343,0.014429759,-0.042376388,-0.025867702,-0.022354236,0.0016368686,-0.019055566,0.010655467,-0.007234058,0.0075831027,-0.011299859,-0.030056244,0.008169959,-0.0014652227,0.02649675,-0.01698431,-0.049618118,-0.047316723,-0.024164667,0.025622219,0.010356287,-0.03228093,0.008400098,0.0036649746,0.039093062,0.011614383,0.0064515825,0.005607737,0.02063586,-0.018457204,-0.017720757],"social":"https://twitter.com/anthonylin198"},{"title":"ohaai","description":"helping students access the ai tools they need to learn better, faster & cheaper. ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=_OI46L6CdNs","youtube_transcript":"Hi, guys. My name is Jesus, and I'm from Venezuela. Unfortunately, in my country and across Latin America, education is a privilege. That's why we create more. We are helping students access the AI tools they need to learn better, faster, and cheaper. Let me show you how it works. So here you could choose a variety of models and create excel tables presentations, diagrams, speeches, or class recordings, summaries in seconds. Also, solve complex math problems and validate step by step solutions. You could also enter the prompt section and use more than fifty assistance for your thesis, essays, or any work. We are currently adding more models and collaboration features that give access to a larger audience. With start launching videos showing the product on TikTok, we went viral and servers collapse, going from nothing to three thousand page views getting users from twenty seven different countries. We have reached twenty thousand unique users and four thousand revenue in thirty days. Three hundred users are coming back daily to our platform. Now, our plan is to build the next up stir for AI tools. We know that sounds impossible, but one hundred k from Billspace would help a lot.","embedding":[-0.00093082566,-0.025815928,-0.004893594,0.028195133,0.018091233,-0.047924004,-0.010474686,0.09658958,-0.0430111,-0.0050365007,-0.024116496,-0.032938097,-0.030914227,-0.0707582,0.01693253,0.032690905,-0.020810327,-0.01745781,-0.0329072,0.031594,0.008713455,0.028766762,0.012467656,0.019976059,0.05030321,-0.025676884,-0.0139044495,0.037820105,-0.014700093,-0.041558854,0.029152997,-0.029786421,-0.03846898,0.035070114,-0.0164536,0.010065277,-0.004248582,0.023143183,0.000923101,0.0030338736,-0.01999151,-0.0023116148,-0.0049978774,0.056112178,-0.0329072,0.010837746,-0.052188035,0.001953382,-0.007612686,0.002948902,-0.073415495,0.014947283,-0.0022556107,0.019095445,0.0014860381,-0.025105257,-0.012035074,0.036924038,-0.036862243,-0.020068755,0.03491562,0.002180295,0.053423986,0.04480323,-0.026650196,0.015333518,-0.008412192,0.016592644,-0.026202163,0.0290603,0.0081572775,0.041527957,0.021088416,0.009910783,-0.020424092,0.0018278558,-0.046379063,0.018322974,0.011030863,-0.034668427,0.006040711,0.030898778,0.010606005,0.020547686,-0.026588397,-0.017720448,0.000043541928,-0.014344757,-0.023931103,-0.04220773,-0.030435296,0.004530533,-0.03896336,0.021814536,0.079162665,0.037696507,0.0015449389,0.0045459825,0.067482926,0.015194474,0.013842653,-0.011154459,0.01276892,-0.02325133,0.013811753,0.0119037535,0.06114868,-0.050334107,0.012467656,-0.0008096445,-0.12439848,-0.027391765,0.011424823,-0.05787341,-0.016994327,-0.018168481,-0.0037793068,-0.07669076,-0.009779463,-0.054721735,-0.042640314,0.0076358602,0.03914875,0.01528717,0.0061218203,-0.061272275,-0.01945078,-0.02346762,-0.0059325653,-0.034019552,-0.012150944,0.015001357,0.07292111,-0.029770972,-0.034668427,0.0018983437,-0.059294753,0.028998502,-0.02725272,0.03386506,0.016021015,-0.015974667,-0.003124639,0.0028175823,-0.05716274,-0.05530881,-0.014769616,-0.00090958277,-0.05008692,-0.007906225,0.01566568,0.0040361527,-0.033277985,0.0055270186,-0.018554715,-0.009802637,0.009030168,0.053516682,-0.018631963,-0.0020644246,0.0027673717,-0.012776644,-0.0060252617,-0.039241448,-0.06643237,0.040168412,-0.04390716,-0.07242674,-0.06754473,-0.057409927,-0.04749142,-0.035718985,-0.015881972,0.020903023,0.05787341,-0.036491457,-0.0039550434,-0.043598175,0.01745781,-0.030373499,-0.054258253,0.04977793,-0.043134693,-0.018570164,-0.050488602,-0.013997146,-0.026449353,-0.0146614695,-0.022216221,0.023189532,-0.021660043,-0.000022419717,0.050952084,0.05181725,0.011463447,-0.057255436,0.03238192,-0.002469971,0.0053416262,0.0113784745,0.021536447,0.027268171,-0.0074697793,-0.01327875,0.023127735,-0.03621337,0.0026978494,0.033154387,-0.0328454,-0.026928285,0.07187056,-0.0033409302,-0.0028098575,-0.004530533,-0.049098156,0.0035128046,-0.030126307,0.02552239,0.029137546,0.038005497,-0.055617798,0.010335641,-0.006855666,-0.011926928,-0.0018645481,0.014761891,0.04399986,-0.0067204842,0.04115717,-0.011409374,0.041342564,0.008698006,-0.007871464,-0.00847399,0.031949334,-0.030775182,0.011363026,-0.047398724,0.0014590017,0.013610912,0.004314242,-0.006063885,0.021335606,0.03914875,0.058491386,0.016252756,-0.04369087,-0.03636786,0.05401106,0.049129054,0.038005497,-0.029322939,0.023853855,-0.018508367,0.012382685,-0.06142677,-0.038654372,0.016407251,0.010922718,-0.018508367,0.004059327,-0.03109962,-0.05030321,0.007566338,-0.010003479,0.020424092,-0.010150248,0.008296322,0.005797383,-0.04118807,0.036522355,0.017380562,0.025414245,-0.012382685,0.008242249,-0.021845436,0.041095372,0.04063189,0.017797695,0.058429588,-0.0051098852,-0.0119037535,-0.0051137474,0.052620616,-0.03636786,0.02705188,0.017117923,-0.036058873,-0.08268513,-0.032660007,0.038932458,0.012969762,0.007825116,-0.022556107,0.008713455,0.012274539,0.045050416,0.013889001,0.02045499,0.02425554,0.03383416,-0.052960504,-0.008257698,0.0032675457,-0.02325133,0.023127735,-0.018755557,0.026109466,0.033525173,-0.011046313,0.013379171,0.019049097,0.045575697,0.013919899,-0.053702075,-0.021459201,0.034730226,-0.08515703,0.013170604,0.0034703189,-0.033772364,-0.05660656,-0.016299104,-0.00065611623,-0.016098263,-0.02071763,0.03964313,0.039766725,0.028720414,-0.045853786,0.025058908,-0.0027982704,-0.0062994882,-0.024348237,0.01945078,-0.035564493,0.027638957,-0.013340547,-0.01790584,-0.00049776,-0.018276626,-0.07854469,-0.038530774,0.009400953,0.027669854,0.018462019,0.02525975,-0.022695152,0.03639876,0.012575802,0.001217605,-0.028102437,0.037202127,-0.016870731,0.035688087,0.0052566547,-0.0051678205,-0.042393122,-0.01790584,-0.019574376,-0.018384773,0.017735898,0.045946483,0.014244337,0.0124522075,0.008288597,-0.034390338,0.029199345,0.03106872,-0.02349852,-0.0093777785,-0.012583527,0.020022407,0.010351091,-0.013688158,-0.041404363,0.029879117,0.02957013,-0.036182467,0.022401614,0.03383416,0.010590556,-0.01666989,-0.042145934,-0.020176902,0.014058944,0.040817283,-0.006708897,-0.012923414,-0.002746129,0.03414315,0.0011374613,0.017349664,0.02144375,0.05506162,0.009323706,0.032289222,0.018817356,0.0045343954,-0.008419917,0.011308952,-0.016221859,-0.0379128,-0.007423431,0.034204945,-0.004279481,0.008010508,-0.016283656,0.031238664,-0.01844657,0.0149781825,-0.07020202,0.03460663,0.005461359,0.00936233,0.0148314135,-0.0018790319,0.044834126,0.04069369,0.020176902,-0.047893103,-0.050612196,0.016051915,-0.010466961,0.010212046,0.03106872,0.055030722,-0.02144375,-0.025584187,-0.041466158,-0.018771008,0.0072264513,0.011015414,-0.0329072,-0.012189568,0.00607161,0.0012880928,0.026758341,0.06525822,0.05175545,-0.014406555,-0.010389714,-0.051848147,0.0014841069,-0.009130589,-0.01941988,-0.046070077,0.0505195,-0.003958906,-0.009014718,0.028164236,-0.032505512,-0.022278018,0.030960575,-0.025182504,-0.061025087,0.042980198,-0.047089737,0.03683134,0.036182467,0.0012147082,0.025676884,-0.042053238,0.00058128324,0.020609485,0.0103047425,-0.0065235044,-0.008288597,0.0032520962,-0.014622847,-0.016515397,0.0145996725,0.0124522075,0.00093323964,-0.04922175,-0.004418525,0.011285778,-0.0045537073,-0.023143183,-0.041589756,-0.031640347,0.018863704,-0.017596854,0.06810091,-0.00701016,0.019126343,-0.024193743,-0.038221788,-0.00845854,0.022926893,0.019327186,0.038870662,0.034019552,-0.01923449,-0.012792094,-0.010273843,-0.013139705,-0.020609485,0.010320191,-0.018137582,0.0066702734,0.0010862851,-0.061673958,0.058491386,0.011007689,-0.033556074,-0.017813144,-0.006589164,-0.005828282,0.053671177,-0.065752596,-0.057409927,0.008636208,0.042609412,-0.0029546956,0.017813144,0.030157207,0.034174047,-0.02451818,0.0075702006,0.011857405,-0.007940986,-0.013124255,-0.00883705,0.008922022,-0.031300463,-0.0404774,-0.014993631,-0.050056018,-0.017380562,-0.032814503,-0.039766725,0.010760499,0.026418455,-0.030543441,-0.02705188,-0.021567347,-0.002734542,-0.031362258,0.025754131,0.009516823,0.0480167,0.039952118,0.015719753,-0.01594377,0.010335641,0.021660043,-0.011316678,-0.014545599,0.05580319,0.0024545216,-0.040230207,0.04501952,-0.028442325,0.032721806,-0.018817356,-0.018910052,-0.02756171,0.009207835,0.015163575,0.015194474,0.019775217,0.0035243917,0.03562629,-0.018075785,0.04591558,-0.010953616,-0.025306098,-0.021351054,0.010868645,-0.04369087,-0.019358084,-0.010057552,-0.0023000278,0.025167054,-0.009524548,-0.0068479413,0.0042563067,-0.048109397,-0.000048249163,-0.041404363,-0.025831377,0.0015825968,0.03380326,-0.010242945,-0.0033351367,-0.038716167,0.015511186,0.01400487,0.01569658,0.009872159,-0.0057587596,0.005264379,-0.0128307175,0.008041407,-0.013162879,0.014143915,-0.020532237,-0.016870731,0.013495041,0.0017448154,-0.004642541,-0.017380562,-0.015742928,-0.014452903,-0.004851108,-0.0252752,0.019373534,0.027608057,-0.019790666,-0.018771008,0.0145996725,-0.00845854,-0.030234454,0.021057516,0.0008579239,-0.009447301,-0.00032805811,0.051848147,-0.016082814,-0.018817356,-0.051693656,0.02476537,-0.0053532133,0.018678311,0.028226033,-0.008713455,-0.020903023,-0.03262911,0.015480287,0.009153763,0.025676884,0.04066279,-0.00012733675,-0.007477504,-0.0014841069,-0.011185357,0.019219039,0.010165698,-0.02074853,-0.002726817,0.0012398134,-0.006674136,-0.029879117,0.0025317685,0.01591287,-0.021088416,0.020300496,-0.0147464415,-0.009146038,-0.0036421933,-0.029940914,0.025877725,-0.027469013,-0.008906572,-0.004885869,-0.066308774,-0.048078496,0.015603882,-0.019682521,-0.024487281,0.037202127,-0.009169213,-0.019280838,-0.012560353,0.0329072,-0.030404396,0.040600993,0.027175475,-0.0045343954,-0.04851108,0.014622847,0.016376352,-0.03442124,-0.008713455,-0.022540659,-0.0012919551,-0.061673958,0.042516716,-0.013023835,-0.031980235,0.011069487,-0.051230174,0.010212046,0.031702146,0.023560317,-0.018894602,0.0063921846,0.017627753,-0.0070487834,0.012498556,0.030203555,-0.00015932182,0.0034741813,-0.009354604,-0.015140401,0.014205713,0.038592573,-0.00663165,-0.071808755,-0.044061657,-0.0017496432,-0.03593528,-0.027098227,-0.0063149375,-0.013958523,-0.00682863,-0.017720448,0.043258287,0.024935313,-0.035193708,0.00985671,-0.015735202,0.012877066,-0.031980235,0.025584187,0.008481714,-0.027747102,-0.011772434,-0.013178328,-0.024471832,0.022633355,-0.026233062,-0.042393122,-0.018709209,-0.044123452,0.0030106995,0.034946516,-0.030373499,-0.026542049,0.008049131,0.003395003,-0.0031207765,-0.036707748,0.0083040465,-0.00084247446,-0.031702146,-0.0069676745,-0.041867845,-0.04270211,-0.031640347,0.01969797,-0.009146038,0.03032715,0.024579978,-0.03896336,0.02295779,0.02603222,0.0055810916,-0.0003731993,-0.039519537,0.017334213,0.009408678,0.025661435,0.013471867,-0.0031748493,0.010745049,-0.010034378,-0.02453363,0.012877066,-0.011316678,0.013726782,0.028751312,0.03358697,0.020640383,-0.0006648065,0.016994327,0.016778037,0.03896336,-0.0011818783,-0.006674136,-0.017025227,-0.0024892827,-0.016314555,0.018369323,-0.022463411,0.007631998,-0.007006298,0.0072496254,0.013332822,0.0045112213,0.009277358,0.0028716552,-0.010636904,0.009501374,-0.036553252,0.016438149,-0.0026785377,-0.016638992,-0.035070114,-0.0014522425,-0.033494275,0.0027499911,-0.006867253,0.018740108,0.004530533,-0.0074697793,-0.05586499,-0.024657223,0.019497128,-0.03766561,-0.008875674,-0.017550506,0.010351091,-0.0018983437,0.00044199734,0.00682863,0.022092625,-0.03939594,-0.017782247,0.011486621,0.0054111485,-0.02706733,-0.010065277,0.0046000555,-0.010080726,-0.013000661,-0.012035074,-0.013379171,-0.0042447196,0.022370715,-0.02776255,-0.022432512,-0.005492258,0.03760381,-0.017550506,-0.0056235776,-0.026959183,0.0020277323,-0.02980187,0.026078569,0.0176741,0.02144375,-0.012197292,0.011803333,0.013695883,-0.01793674,-0.019790666,0.011625665,0.049623437,-0.013865827,-0.011262604,0.005917116,0.00030319425,0.0048240717,0.009184661,0.007890775,0.0030300114,0.016577194,-0.046348166,-0.005461359,-0.021520998,0.017380562,-0.040848184,-0.01869376,0.008180452,0.0045923307,-0.0037870314,-0.022401614,-0.022463411,-0.029431086,-0.006249278,0.002792477,0.0103047425,0.05428915,-0.03160945,0.02173729,0.009153763,0.03760381,0.008782977,0.0014252061,0.024070147,-0.026186714,0.009223285,0.042578515,0.031439506,-0.04369087,0.049468942,-0.020578586,-0.015627056,0.027855247,-0.011957827,0.02807154,0.016021015,-0.015650231,0.017519606,0.0065041925,0.05481443,-0.021011168,-0.010953616,-0.011934653,0.02498166,0.024811719,-0.0038449666,0.03207293,0.0050133266,-0.0050326386,0.02022325,0.012351786,0.015047705,0.02323588,0.016793486,0.0056235776,-0.0015449389,-0.02677379,-0.008844775,0.013997146,0.0027171613,0.025893176,0.012622151,0.021567347,-0.017241517,0.069645844,0.018601064,-0.022849645,0.0022923031,-0.035440896,0.033432476,0.019651622,-0.035286404,-0.027020982,-0.019358084,-0.011278054,-0.007825116,-0.01453015,0.028457774,-0.018925501,0.028272381,0.041527957,0.0240238,0.030605238,0.010938168,-0.0072998363,0.036862243,-0.014839138,0.017751347,0.005720136,0.0014725198,0.0073384596,-0.023359476,-0.0037464767,0.013834927,-0.0077362815,0.022834197,0.0018606858,-0.008319496,0.031254113,-0.0015825968,0.049901526,-0.037820105,0.05126107,-0.0009887608,0.0379437,-0.000102533246,-0.022030829,0.0074697793,0.0202387,0.024394585,0.038036395,0.03204203,-0.005708549,0.02301959,-0.031501304,-0.0141361905,-0.008419917,0.0012755401,0.03032715,-0.023328576,0.008690281,0.018261177,0.023189532,0.022787848,0.024270989,0.00701016,0.010706427,0.009439576,0.027685305,0.01693253,-0.016067363,-0.0005556952,0.000026478201,0.0070487834,-0.0071183057,-0.02175274,0.0012147082,0.018060336,-0.03964313,0.01744236,-0.012699397,0.009107415,-0.012660774,0.010768224,0.0028446186,0.027484462,-0.012738021,-0.051909946,0.011139009,-0.055556003,-0.04322739,0.015063154,-0.0014686575,-0.03383416,0.016608093,-0.028704964,-0.0013315441,-0.0069831237,0.00033312745,-0.010930442,0.003114983,0.033556074,-0.016113712,-0.031763945,0.01744236,0.0037793068,0.019759769,-0.026263962,-0.029106649,-0.013510491,-0.028967604,-0.03435944,0.023683913,-0.01745781,-0.0031285011,0.006241553,-0.0006199067,-0.01768955,0.0010273843,-0.016082814,0.018678311,0.026480252,0.0042215455,-0.003814068,0.0014049287,-0.0147464415,-0.026820138,0.0033872784,-0.004488047,-0.010127074,0.002827238,-0.006175893,-0.008558962,-0.016638992,-0.020408642,0.029230243,0.014723267,0.00605616,-0.0077285566,-0.0031767807,0.019388983,0.01670079,-0.0034799748,0.007786492,0.025306098,0.02782435,0.020810327,-0.022015378,-0.02476537,-0.0013074045,0.011054037,0.028627718,-0.014167089,0.0060793343,-0.0036634363,-0.00972539,0.00036112947,-0.014561049,0.039766725,-0.0015092122,-0.01923449,0.00784829,0.012591252,-0.018431121,0.012305438,-0.025429694,0.006237691,-0.019806117,-0.0025858413,-0.02099572,0.015804725,0.05601948,-0.0036093635,0.022633355,0.0059711887,-0.0028697238,-0.037418418,0.0116102155,0.016299104,-0.017705,0.019466229,0.0092310095,0.020022407,-0.0063149375,0.0063149375,0.009787188,-0.01617551,-0.010266119,0.017287865,0.03945774,0.03587348,0.0027519222,0.004252444,-0.008381293,0.00487042,-0.009439576,-0.044061657,-0.009176937,0.0115252435,-0.006585302,0.015318069,-0.011069487,0.0053686625,-0.021536447,0.0027828212,-0.017535057,-0.013997146,-0.022417063,-0.014128466,0.013788579,0.014267511,-0.0018548922,0.030682486,-0.006276314,-0.03667685,0.001119115,-0.0055617797,-0.0009568965,0.01721062,0.049932424,-0.013379171,0.002993319,0.014584223,-0.029601028,-0.008033682,0.016839834,-0.0057355855,-0.013178328,-0.018678311,-0.0031594,-0.007419569,0.0045112213,0.031980235,-0.020408642,-0.00065321947,-0.007821253,0.013989422,0.00898382,0.015387591,0.073971674,-0.018585615,0.00018949641,-0.0202078,0.008489439,0.028210584,0.009733114,-0.025414245,-0.0013566494,0.0099880295,0.0007179138,-0.015642505,-0.0002340341,-0.0013643742,0.0065312292,-0.012838442,0.020594034,-0.026820138,-0.008782977,-0.038592573,0.0065428163,-0.020640383,-0.005028776,0.0049708406,-0.018431121,0.00005585316,0.011023139,-0.0097562885,0.028256932,0.022293467,0.007628136,-0.009818086,0.042825706,0.02068673,-0.015233098,0.010891819,-0.031485856,-0.02529065,0.000088954686,-0.006620063,-0.013703608,-0.0032115416,-0.0046077804,-0.00034640427,-0.0030222866,0.0017197101,-0.00834267,-0.011471171,-0.028890356,-0.01744236,-0.05895487,-0.007828978,0.007910087,0.026711993,-0.018910052,0.009764014,0.0044339746,0.051786352,0.010945892,0.015379867,-0.015735202,0.026650196,-0.040106613,0.027778002,-0.023127735,-0.0066046137,-0.019558925,-0.014267511,-0.003904833,0.012081422,0.010884094,0.026155815,0.019342635,-0.009516823,-0.010096176,-0.011579317,0.02728362,0.01173381,0.0035977764,0.004874282,-0.01969797,-0.0062917634,-0.016592644,-0.0076937955,-0.005859181,0.020702181,0.00034133493,0.026263962,-0.018338425,-0.0013527871,-0.026711993,-0.031238664,0.068780676,-0.008744354,-0.024054699,0.019852465,-0.0505195,0.0028581368,0.011363026,-0.0132092275,-0.00093179126,-0.008450815,0.009679042,0.0019157241,0.00720714,-0.04974703,-0.038777966,0.034266744,-0.019049097,0.012560353,0.021690942,0.021706391,-0.01023522,0.02807154,0.046595357,-0.005287553,-0.007597237,0.0164536,-0.020594034,-0.035008315,0.027577158,0.0049476665,0.018230278,0.011424823,-0.00896837,0.022046277,0.0163918,-0.02550694,0.045174014,-0.013139705,-0.013124255,0.042362224,0.037078533,0.0132092275,0.026387556,0.03134681,-0.030358048,-0.040817283,-0.014676919,0.045143113,-0.026001321,0.023699362,0.021026619,-0.024410034,-0.006129545,-0.030450745,0.0075084027,0.028565919,-0.0036866104,-0.0028871044,0.00860531,0.010783673,0.026835589,0.007431156,-0.016345453,0.0019891087,0.018245729,0.028086988,-0.045359407,0.004515084,-0.009130589,-0.024193743,0.00089751295,-0.013240126,0.01327875,-0.033216186,-0.016438149,0.029894566,0.00039782174,0.014406555,-0.009107415,0.0038411042,-0.017565954,-0.0033698978,0.043938063,-0.0252752,0.0060136747,-0.0022652666,-0.022803297,0.020176902,-0.011857405,-0.03259821,-0.007230314,0.0018616513,-0.0026630883,0.013410069,-0.01161794,-0.0005276932,-0.030512543,0.0153566925,0.01364181,0.009470475,-0.0015459044,0.010374265,0.00092986005,0.0029798008,0.013023835,-0.014174814,-0.0006112164,0.04177515,0.021582795,-0.004329691,-0.04372177,0.010891819,-0.004882007,0.031702146,-0.013827203,-0.0013962385,-0.011934653,0.019033646,0.014537875,0.010188872,-0.037511114,-0.005005602,0.0063265245,-0.022756949,0.008396743,0.030713385,0.041033577,-0.04647176,0.040384702,-0.008327221,-0.009995755,-0.03695494,-0.0067552454,0.009524548,0.031501304,-0.015495737,-0.017828595,0.017627753,-0.005859181,-0.00048689713,0.017334213,0.028426874,-0.0043760394,0.027113678,-0.0017042607,0.011942377,0.04097178,-0.008134103,-0.007917812,0.008543512,0.007940986,0.010822297,0.014313859,0.015866522,0.01920359,0.02122746,-0.000010613911,-0.0052141687,-0.0040322905,0.016499948,-0.032412816,-0.005484533,-0.003292651,0.0057394477,-0.009578621,-0.01670079,-0.0120736975,-0.010582831,-0.001128771,0.020563137,0.022803297,-0.021335606,0.0025665297,0.019867914,-0.0012427102,0.020115104,-0.019543476,0.02498166,0.0030763594,-0.03411225,0.024626326,0.0057819337,-0.01841567,0.009246459,-0.01252173,0.01327875,-0.0040554646,-0.028117888,-0.04019931,0.020377744,-0.037047636,-0.0121354945,-0.0019369671,0.014105292,-0.018462019,0.0121354945,0.012205017,-0.002045113,0.011602491,0.02927659,0.01211232,0.043783568,0.005318452,0.008103204,-0.010490135,0.029971814,0.006249278,0.0037503392,0.0013508559,-0.01594377,0.029013952,-0.025476042,0.02882856,0.046626255,0.014939559,0.003928007,-0.0008801324,0.022447962,0.013487317,-0.014545599,-0.0064926054,0.015565259,-0.007423431,-0.01099224,-0.00014302754,-0.015364417,-0.006797731,0.030466195,0.021490099,0.015070879,0.010575106,0.01714882,0.03469933,0.005059675,-0.0023927242,-0.0074157068,0.031949334,0.003951181,0.015603882,0.0073925327,0.03386506,-0.039241448,0.012351786,-0.03636786,-0.0038623472,-0.017952189,0.002549149,-0.01403577,0.0027441976,0.03689314,-0.004329691,-0.011478895,0.014684644,0.01479279,0.040013917,-0.020192351,0.01617551,0.013332822,0.03057434,0.0429493,0.023374924,0.024888964,-0.04115717,0.0051871324,0.00029715933,0.013533665,-0.006175893,-0.017627753,-0.042022336,-0.0032405092,-0.03312349,0.0074504674,-0.01619096,0.035502695,-0.03911785,-0.015650231,-0.036738645,-0.05716274,0.027669854,-0.00909969,0.016299104,-0.013927624,-0.012158669,-0.02930749,-0.008087755,0.022911442,-0.008613034,-0.0061797556,0.025460592,-0.006998573,0.038870662,0.0033196874,0.013325098,-0.001462864,0.015333518,0.0093777785,0.012915689],"social":"https://twitter.com/JACastilloF"},{"title":"preset shuffle","description":"introducing preset shuffle, a rocket league plugin that automates car changes with randomization.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=JRCynCKDRRI","youtube_transcript":"Hey, my name is Diego. For build space nights and weekends s three, I've been working on preset shift full, a rocketry plugin that automates car changes with randomization. Let's take a look at how it works. You can act the plugin window under the plugins tab in the Bakus mod UI. From here, you can enable the plugin, choose to lock or unlock automated randomization, toggle between shuffle or cycle modes and pick the number of games between each card change. Next, select the presets from your garage you want to change between and either press the change preset button to instantly swap your preset to a new one. Or allow the plug in to do it for you after a hopefully hard earned victory on the pitch. Throughout these past six weeks, I struggled to think of a cool idea build. Techlocity plus plus entirely on my own, had some Eureka moments, added plenty of wacky features, and of course ran into bug at the bug at In the end though, since my plugin was made available on box plugins dot com and GitHub, it has attracted over twelve hundred views, three hundred and fifty plus unique users, and an incredible influx of support and expectations for new features. However, it hasn't been smooth sailing all the way through. As a full time college student doing build space and balancing my studies was always a little bit of a challenge. I probably took the nights in night and weekends a little too seriously and my sleep schedule took a big hit. So thanks for listening to my story. Thanks for following along with my plug in. Thanks to build space for the wonderful opportunity to well, just be me.","embedding":[-0.0016765454,0.00006716249,-0.00022387497,-0.013666705,-0.012657811,-0.04506961,0.027350368,0.03516718,-0.004887628,-0.0017178761,0.030707696,-0.027740361,-0.000040734645,-0.011750654,0.020856138,0.034081984,-0.01919443,-0.03937232,-0.028350784,0.048528675,0.016218616,-0.029775105,0.024586504,0.031080734,-0.018177059,-0.027791228,0.004120359,0.01100458,-0.0040694904,-0.036320202,-0.006528141,-0.030266836,0.0015811666,-0.0051419707,-0.0075073624,-0.042526174,0.002259415,-0.01015677,0.024450855,-0.033573296,0.0064179255,-0.038897548,0.03866016,0.041000117,-0.0775238,0.003056357,-0.0051928395,0.0014910868,0.04506961,0.039813183,-0.06409448,0.0319455,0.007418342,0.004925779,0.028554259,-0.010843497,-0.030928127,0.01284433,-0.02200916,-0.008774839,0.01172522,-0.020483103,0.046799142,0.02885947,0.011971084,-0.015379283,-0.028537303,0.007253019,0.022585673,0.050936457,0.018550094,0.021602212,-0.04184793,-0.010250029,-0.022941753,0.009910905,-0.01163196,0.046256542,0.009860036,-0.021398738,-0.045205258,-0.009868515,0.0064179255,-0.026638206,-0.0184314,-0.04578177,-0.05704069,-0.04564612,0.008155937,-0.04344181,-0.028113397,-0.005693048,-0.025959957,0.020788314,0.050258208,0.024620418,-0.019703116,0.059244998,0.055446807,0.02885947,0.067689195,-0.0187027,0.0034950988,-0.04384876,0.04442527,-0.0021725146,0.020279627,0.018668788,-0.023738695,-0.01875357,-0.14175393,-0.00030415202,-0.02801166,-0.0017168163,-0.0069732415,0.023026533,0.08993574,0.0037346054,-0.015557324,-0.0480539,-0.07080913,-0.017871846,0.019974416,-0.00845691,0.03645585,-0.06796049,-0.0027172328,-0.06012672,-0.01100458,-0.007134326,-0.022466978,-0.0066722687,0.05629462,-0.051580794,-0.038558424,-0.03011423,-0.02751993,-0.0011392453,-0.028910339,0.029893799,0.0062610805,-0.021805687,-0.014548428,-0.0090800505,-0.046086982,-0.0146756,0.013675184,0.029317288,-0.04452701,0.004020741,0.0062229293,-0.025230842,-0.03265766,-0.0029185878,0.038422775,-0.012123691,-0.032505054,0.07867682,-0.0070198714,0.017074903,0.0062271683,0.0047095874,-0.036489766,-0.0031284208,-0.06965611,0.0075455136,0.0021555582,-0.026299082,-0.072708234,0.009241135,0.0049724085,-0.04551047,-0.036794975,-0.0029419025,0.022331329,0.007931268,-0.023314789,-0.011759132,-0.025671702,-0.01785489,-0.01968616,-0.011538701,-0.023959126,0.030097274,-0.034251545,-0.04001666,-0.07080913,-0.009486999,0.023636958,-0.0042009014,0.018414445,0.02367087,-0.0018906174,0.018007496,0.0012536998,-0.0739969,0.09115659,-0.012106734,0.020347452,-0.0116997855,-0.036794975,0.031352032,0.042661827,-0.0014932062,0.0139634395,-0.01848227,-0.030131185,-0.017600546,0.0026600056,0.009749821,0.025824308,-0.019787898,-0.015396239,-0.025383446,-0.004751978,0.02206003,-0.003696454,0.06317884,-0.028689908,0.035404567,-0.0035735213,-0.0047392608,0.010360245,-0.057244167,0.03431937,0.009173309,0.04890171,-0.021856556,0.07277606,0.014573863,-0.0058371755,0.016337309,0.0024374553,-0.056192882,0.008825707,0.0076811635,-0.010750238,-0.041678365,0.009275047,-0.013632793,-0.022517847,0.0038045498,0.011436964,0.0026684836,0.0073038875,0.0014656525,-0.05643027,-0.032318536,-0.0024586506,0.011106318,0.0532425,-0.0061635827,0.026468644,0.037168015,0.0022530565,-0.02039832,-0.01691382,0.017634459,-0.0124543365,-0.035913255,0.023009578,-0.008393324,-0.080982864,0.034132853,-0.06941873,0.038456686,0.020601796,-0.017566634,0.0022064268,-0.011504789,0.0046417625,-0.0020993908,-0.02107657,-0.0024480529,0.016701868,-0.021246132,0.037947997,0.06358579,-0.027757317,-0.018041408,-0.017481852,-0.011640439,0.0032449947,0.027943835,0.007587904,0.070198715,0.008232241,0.034285456,-0.008791795,-0.08403498,-0.0049469746,0.006121192,-0.02044919,0.013225844,0.032945916,-0.021144394,-0.00013220546,-0.0010051853,-0.01203891,0.020856138,0.015557324,-0.023280878,0.01878748,0.031250294,-0.023874344,-0.010563719,0.038422775,-0.030572047,-0.0010523448,0.007842247,0.0024989215,0.020415278,-0.018312708,-0.041000117,-0.030182054,0.03208115,0.017346203,0.01910965,0.039609708,-0.030419441,-0.020025285,-0.021280045,0.00984308,-0.015048637,0.00055531587,-0.04059317,0.050054733,0.0026430492,0.04008448,-0.016074488,0.03947406,-0.04523917,-0.028910339,0.02072049,0.05446335,-0.058465015,0.01785489,0.010080467,0.06426404,-0.002062299,-0.029571632,-0.010139814,-0.034353282,0.01382779,0.028435566,-0.0046332846,-0.0049851257,-0.015548845,0.030165099,0.006032172,-0.06985959,-0.03274244,-0.01973703,-0.034471978,0.0021184667,-0.010521329,0.0054938123,0.0016214376,-0.049342573,0.0035735213,0.021110483,0.08118634,-0.004020741,0.035235006,0.011818479,0.036523677,-0.020550927,0.034014158,-0.012004997,-0.028316872,0.0139634395,0.0048452374,-0.028944252,0.010122858,-0.07074131,0.00032190306,0.05436161,0.045883507,0.005866849,0.0005987662,0.0876297,0.013836267,-0.0069520464,-0.054429434,0.0120558655,0.0020728968,0.045713942,-0.009953296,-0.03038553,-0.009198744,-0.022212636,-0.10390766,-0.026841681,-0.016133834,-0.006680747,0.022941753,0.04398441,0.032945916,0.020160934,0.0015854057,-0.021585256,-0.029113814,-0.043034863,0.013598881,-0.028028617,0.02317914,0.023348702,-0.02017789,0.014938422,-0.013505622,0.047240004,-0.029792061,0.059143264,-0.028961208,-0.035472393,-0.0012060105,0.010902843,-0.041237503,0.021619169,0.09603997,0.020822227,-0.013751486,0.0080542,-0.007261497,-0.011547179,0.03459067,0.06290754,0.00034283337,0.00005461092,-0.019516598,-0.032945916,0.015311458,0.017363159,0.044764396,0.035777602,-0.008448432,-0.015141896,-0.004285682,0.014845163,0.016099922,-0.03584543,0.010105901,-0.04005057,0.056938954,-0.05490421,-0.021127438,-0.011063928,-0.03459067,0.008617994,-0.04622263,-0.0058286972,-0.029893799,-0.0488678,-0.014819728,-0.03499762,-0.0016797245,0.04876606,-0.037201926,0.029469894,0.03069074,-0.045340907,0.034861967,-0.05280164,-0.002810492,-0.00026520574,0.0032555924,-0.015286024,0.018584007,0.019753985,0.0238913,-0.0044722003,0.01190326,-0.0068884604,0.010360245,-0.042085316,-0.008783317,-0.0037028124,0.028249046,-0.020279627,-0.015201243,-0.038185388,-0.00059134787,0.0035819996,0.05704069,0.023738695,0.06599357,-0.01253064,0.028181221,-0.060872797,0.0057354383,-0.013954962,0.028842514,0.016303396,-0.023213053,0.013971917,-0.017549679,0.003418796,-0.033590253,-0.010597631,0.028842514,0.038456686,-0.01910965,-0.018872263,0.11041884,0.0041542714,0.037473224,0.00041860645,-0.012361078,0.0033891227,-0.0047223046,-0.048562586,-0.031742025,0.024094775,0.018584007,-0.0036625415,-0.011615004,-0.014667122,0.01731229,-0.0026854398,-0.017702283,-0.046426106,0.00827887,-0.014980812,0.009207223,0.023230009,-0.007414103,-0.01812619,-0.045442645,-0.05409031,-0.021042658,0.0056294617,-0.0059431517,0.030911172,0.009775256,-0.07060566,-0.0082831085,-0.035099357,-0.028571215,0.029876843,-0.023009578,-0.0011911738,0.051614705,0.041373152,0.0184314,-0.025163017,0.020754403,0.016930776,-0.010105901,0.0038829723,0.0074056247,0.051038194,-0.031674203,0.01883835,-0.004675675,0.014870597,-0.003967753,-0.008868098,0.012318687,0.019584423,0.020635707,-0.0067146593,0.0031114647,0.0042009014,0.029809019,-0.006091519,0.00079800165,0.017414028,-0.0015472542,-0.0042009014,-0.016082965,-0.01131827,-0.004684153,-0.010750238,0.0076811635,0.011462398,-0.015243634,-0.016252527,-0.012734114,-0.0061635827,-0.026994288,-0.008715492,-0.03141986,-0.019245299,0.028452521,-0.01221695,0.018770525,-0.003933841,-0.011225011,-0.0023145226,-0.000004152119,-0.0054047923,-0.0070707398,0.024722155,0.0059050005,0.033624165,0.007744749,0.02121222,-0.011191099,0.0035120551,-0.0272995,-0.04133924,-0.0049384963,-0.0023272398,-0.013531056,-0.026214302,0.005722721,-0.028689908,-0.0267569,-0.011733698,0.0076981196,0.002662125,0.035268918,-0.000065307904,-0.041678365,-0.025230842,-0.0030945083,-0.025841264,-0.020822227,0.008393324,-0.016150791,-0.017414028,-0.012166081,0.028486434,0.010640022,0.003548087,0.029775105,-0.0034887404,-0.020907007,0.00818985,0.04327225,0.033505473,0.021805687,-0.01995746,0.0061720605,-0.019940503,0.023603044,-0.003302222,0.026214302,-0.0076642074,-0.03011423,0.009639606,-0.014955378,0.011403051,-0.022856971,0.022738278,0.03252201,-0.010885887,0.057956327,0.04632437,-0.014514516,-0.036761064,-0.016150791,0.07250476,0.0011869348,0.012310209,-0.00086158747,-0.008342455,-0.024450855,-0.010351767,0.016650999,0.00483252,0.005964347,-0.0010745998,-0.021364825,-0.0048621935,0.032928962,0.028028617,0.019584423,-0.037269752,0.024213469,0.00078051555,0.009063095,-0.026689075,0.004404376,0.009605694,0.03625238,0.008749405,-0.046019156,0.00626532,0.02751993,-0.0018842589,0.0065705315,-0.04690088,-0.0045442646,0.050326034,0.036930628,0.015548845,0.0021491996,0.034658495,-0.016294919,-0.0028846753,0.005230991,0.009758299,-0.011920216,0.015277546,0.017871846,0.010216117,-0.0135141,-0.016439047,-0.059889335,-0.030673785,0.023382613,-0.036354117,-0.019092694,-0.008690058,-0.025163017,0.019787898,0.0014476365,-0.004582416,-0.0011116916,-0.016227093,-0.0067061814,-0.029995536,0.020245716,-0.010309376,0.024756067,0.005396314,-0.03109769,-0.0009108664,-0.01606601,-0.016574696,0.012547595,0.0026494078,-0.030182054,-0.003217441,-0.018024452,-0.034014158,0.020856138,-0.03933841,0.00031845883,0.0039232434,0.03462458,0.04059317,0.00012677416,0.036896713,0.031928543,-0.062263206,0.0019012151,-0.021483518,-0.018363576,-0.037066277,-0.013369972,0.016523827,0.027011244,0.010038077,-0.027791228,0.053039026,0.03625238,-0.019669205,0.0055192467,-0.012522161,0.019753985,-0.023620002,0.00016134894,-0.0070453053,-0.011971084,-0.005650657,0.000010796337,0.011962607,0.03203028,0.01575232,0.034387194,0.028113397,0.033539385,0.0029207072,-0.0080542,0.015955795,-0.01933008,0.0028126114,0.0076260557,0.027774272,-0.039575797,-0.030639872,-0.006074562,0.035268918,-0.04001666,0.009580259,0.0024268576,0.00818985,-0.0116997855,-0.0008917907,0.022924796,-0.017363159,-0.018143145,0.0102330735,-0.0072954097,0.013437796,0.029554674,0.007134326,-0.024908673,-0.016939254,-0.05646418,0.0055446806,-0.015362327,-0.009003748,-0.0030076078,-0.0051970785,-0.060330197,-0.036320202,0.026858637,0.015336893,-0.029859887,-0.015955795,0.047172178,0.036727153,0.03131812,0.020907007,0.03450589,-0.020025285,0.0037833545,0.008232241,0.011360661,0.0036031948,0.005731199,-0.003471784,-0.021958293,-0.00080118096,-0.0028380458,-0.0065874876,-0.03177594,-0.009003748,-0.041373152,0.012318687,0.005158927,0.008329739,0.0071088914,-0.014472126,0.02058484,-0.010673935,-0.026163433,-0.01807532,-0.016549261,0.025468228,-0.011250446,0.0018132548,0.02850339,-0.030622916,0.040525343,-0.020517014,0.02326392,-0.055277247,0.015048637,0.015540367,0.015692974,0.012140647,0.012140647,0.03442111,0.034794144,-0.025213884,-0.02192438,-0.013480187,-0.010758716,0.032555923,-0.033081565,0.021364825,-0.00635434,0.011979563,0.027112981,0.002392945,-0.004768934,-0.002219144,0.0043789414,-0.001852466,0.008643428,0.0042051403,-0.03423459,0.006439121,-0.018278794,0.036048904,0.037947997,-0.026994288,-0.039881006,-0.028825559,-0.0118778255,-0.0126747675,0.004701109,-0.03543848,0.007816813,0.012132169,-0.0047943685,0.008757883,-0.026095608,0.011377618,0.012649333,-0.008698536,0.005243708,0.015091027,0.056125056,-0.01968616,0.008469627,-0.03450589,-0.006214451,0.008910488,-0.015803188,0.010724803,0.020500058,-0.009961774,-0.00065917266,0.03879581,-0.012361078,-0.02653647,-0.042797476,0.014616254,0.01203891,0.00036217406,-0.015141896,0.008851142,0.019753985,-0.033098523,-0.005014799,0.046866965,0.04188184,0.041373152,0.01019916,-0.036354117,0.04442527,-0.006697703,0.03754105,0.025603877,-0.04506961,-0.018872263,-0.012072822,0.0146756,0.0025031606,-0.0004080088,0.015362327,-0.023976082,0.023467395,0.04425571,0.022246549,0.0072657363,-0.0075921435,0.0058244583,0.005553159,0.008766361,0.0020167292,0.024467811,0.011988041,-0.010165248,-0.005311533,-0.010343288,0.011445442,0.0070919353,0.037439313,0.020347452,-0.02017789,0.009334394,0.015048637,-0.009826124,-0.023416527,0.021551343,0.029317288,0.02066962,-0.011937172,-0.03199637,-0.017634459,0.012793461,-0.00004162882,0.0026494078,0.022246549,-0.046426106,-0.004493396,0.0036265096,0.004590894,-0.022941753,-0.00038734343,-0.018194014,-0.03391242,0.015862536,0.02733341,-0.021992205,0.0058456534,0.0041309567,-0.00097339245,-0.008715492,-0.013039326,0.038694073,0.010055033,-0.0033848835,-0.00047000495,0.018668788,0.010716325,-0.0012409827,-0.019872678,-0.011386096,-0.0014614133,-0.019431816,-0.0038045498,0.033810683,0.022483936,-0.043068774,-0.014836684,0.021771774,0.013726053,0.018990956,-0.010673935,-0.01933008,-0.042356614,-0.018889219,0.0079482235,0.013598881,-0.004103403,0.020974832,-0.018634876,-0.00046364637,-0.018261839,0.002456531,-0.006023694,-0.006540858,-0.0133869285,0.012861285,-0.010538285,0.039609708,0.016167747,-0.006142387,-0.031301163,-0.030724654,-0.0058583706,-0.0020368649,0.008842664,0.012963023,0.009597215,0.009605694,-0.065111846,0.0018842589,-0.0059431517,0.02478998,0.004086447,-0.00077786617,0.016074488,0.013810834,-0.011555658,-0.025671702,0.003141138,-0.009809168,-0.025705615,0.0024014234,-0.008935923,0.014065176,0.03954188,-0.021161351,-0.013319103,0.022534804,0.023976082,0.009334394,0.044357445,0.025383446,-0.008028766,-0.00012425723,0.004959692,-0.00554892,0.0093004815,0.014048221,0.017549679,0.041135766,-0.021805687,-0.021280045,-0.024450855,0.0008255555,-0.0013215246,-0.03033466,0.0049681696,-0.01933008,-0.011182621,0.00541327,0.027587755,-0.00062261085,-0.024806935,0.024094775,0.015438629,0.041000117,-0.0044128536,0.037235837,-0.028452521,-0.007880399,-0.0047180657,0.0008997389,-0.024993455,0.021195263,0.002496802,-0.0048494763,0.023908257,-0.024501724,-0.008253436,-0.0083254995,0.0064645554,0.01883835,0.016583174,0.012522161,0.012979979,-0.0017888802,-0.0137853995,-0.0066256393,-0.0002679876,0.0037621593,0.021686994,0.0017994778,-0.0045400253,0.015565801,0.020245716,0.017634459,0.006994437,-0.0068291137,0.016506871,0.015141896,-0.017074903,-0.03253897,-0.019177474,0.012013475,0.015124939,0.0169986,-0.027638623,0.013666705,-0.005290338,-0.0024077818,-0.0030711936,0.015006246,-0.012996935,0.011513267,-0.019703116,0.009588737,-0.002367511,-0.012318687,-0.013751486,0.03260679,0.019499643,0.018109232,-0.013819312,0.006214451,0.045001782,-0.040491432,-0.023653913,-0.024756067,-0.0064687943,0.010868931,-0.0014338596,-0.006629878,-0.007910072,0.015057115,0.0039020479,0.024484769,-0.029520763,0.017066427,-0.0021619168,-0.004268726,-0.011199577,0.00038283944,0.10974059,0.025230842,0.0055065295,-0.028384697,0.019160518,-0.009673518,0.0010041256,0.005379358,-0.035065442,0.02738428,-0.0045612208,-0.01601514,0.013208888,0.0064306427,0.024722155,-0.012878242,-0.009605694,0.013539534,0.025959957,0.0022403393,0.0010004165,0.022483936,0.0064264038,-0.033081565,-0.04184793,-0.0040694904,0.017091861,-0.016311875,0.0055234856,0.022568716,-0.0135649685,-0.012963023,-0.0029546197,0.047273915,0.046086982,0.009724387,-0.029029032,0.013242801,0.0068630264,-0.017252944,-0.005964347,-0.024552593,0.009241135,-0.03879581,-0.014667122,0.006680747,-0.017303813,-0.030097274,-0.027096024,-0.054225963,0.02107657,0.025654746,0.028130352,0.016447524,0.030266836,-0.014819728,0.022500891,0.01821097,0.00814322,0.028910339,-0.051784266,0.03101291,-0.017973583,-0.006121192,-0.014980812,0.008096591,0.0012028312,-0.0038151473,0.017159685,-0.0047943685,-0.028316872,-0.0017994778,0.012199993,0.011292837,0.03374286,-0.012734114,0.0037748765,0.02823209,0.020347452,-0.0038469404,-0.0009749821,-0.017354682,0.0015387761,0.02080527,0.008791795,0.013429319,-0.0067061814,0.032505054,0.00966504,0.058091976,-0.01579471,0.013454753,-0.011462398,-0.001065062,0.003073313,0.014395823,-0.052157305,-0.016099922,-0.0065366193,-0.017820977,0.019160518,0.0023441962,-0.03360721,-0.0009087469,-0.014802772,-0.01172522,-0.009715908,-0.0018111352,0.0028783167,0.01938095,-0.004514591,-0.014446692,0.00022029827,-0.002645169,0.0135225775,-0.029385112,-0.030097274,0.027486017,0.015387761,-0.023840431,0.026095608,-0.014760382,0.006947807,0.017380117,-0.014200826,0.0029906516,0.013191932,-0.028130352,0.024620418,0.02509519,-0.013802355,0.006074562,0.017142728,0.017117295,-0.008817229,0.0024501723,-0.003194126,-0.024009993,-0.015362327,0.011691307,-0.052767728,-0.002984293,0.016006663,-0.0043958975,0.0154301515,-0.009402218,0.011369139,-0.019753985,0.003507816,-0.013480187,-0.023230009,-0.0069350903,0.02228046,-0.021415694,-0.009851558,0.0103687225,0.014048221,-0.0055913106,0.001794179,-0.03513327,0.016167747,-0.04218705,0.025315622,-0.016990123,0.038558424,0.0116573945,-0.005553159,-0.010055033,0.0032428752,0.019753985,0.04059317,-0.030199012,-0.016727302,-0.009249613,0.003073313,-0.008749405,0.007223346,-0.0076090996,-0.02066962,-0.0015652701,-0.02345044,-0.015328415,-0.0043958975,0.007850725,-0.017125772,0.013242801,-0.012471293,-0.013454753,-0.019753985,-0.005553159,-0.009631127,0.0034505888,-0.0109198,0.00079217297,0.052360777,-0.03437024,-0.016032098,-0.0068799825,-0.031555507,0.01579471,0.014260173,-0.018940087,0.020330496,-0.011030015,-0.012556074,-0.000061433144,-0.01821097,0.0019806973,0.007117369,0.015684495,-0.0043789414,0.022755235,-0.021059614,-0.024857804,0.008537452,0.00008557588,0.021466563,0.03123334,0.040287957,-0.00059717655,0.0012070702,0.008893533,-0.012869764,-0.028639039,0.008033005,0.020957876,0.02326392,-0.02000833,-0.023993038,0.006036411,-0.0015218199,-0.005633701,-0.028367741,0.010970668,-0.022924796,-0.014048221,0.006998676,-0.019296167,-0.018617919,-0.040287957,-0.01919443,0.0083254995,-0.0055955495,-0.013632793,0.0056082667,0.06314493,0.004425571,0.0116573945,0.0041288375,-0.012623899,-0.03208115,0.018668788,-0.009800689,0.01968616,-0.00765149,-0.01221695,0.02572257,-0.06077106,-0.017549679,0.011470877,-0.0106485,-0.025349535,0.031928543,-0.026706032,0.01561667,-0.004086447,0.01664252,0.006875743,-0.04008448,0.009520913,0.020415278,-0.0077150757,0.034149807,0.006905417,-0.0007058023,0.0077532274,-0.00022652438,-0.009681996,0.025247797,-0.025230842,-0.015760798,0.0020050718,-0.04452701,0.000047358168,-0.021415694,0.0074480153,-0.01771924,0.027011244,0.010088945,0.014226261,0.0033488516,0.0070241103,-0.0061635827,0.023314789,0.011377618,0.017905759,0.006451838,0.022975665,-0.005137732,0.012801939,-0.013938005,0.01530298,-0.029334243,0.025179973,0.0051928395,0.00047265436,0.0028210895,0.000059777267,0.023060447,-0.00062579016,0.022755235,-0.009105485,-0.0016087205,0.00089285045,-0.024179555,0.0045569814,-0.009715908,-0.016990123,-0.027943835,0.022517847,-0.011386096,0.029571632,0.007676924,0.017922714,-0.009893949,-0.008834186,-0.009588737,-0.04076273,0.029317288,0.012140647,0.013836267,0.023246964,0.021720905,-0.02192438,0.013005413,-0.01109784,-0.0051886006,-0.01632883,0.030894216,-0.025536053,0.004802847,-0.0020559405,-0.009554825,0.027808186,-0.011615004,0.0133445375,-0.0013702738,0.0020029524,0.012691723,0.0018990956,-0.0019054542,0.036048904,0.0060872794,0.0038766137,-0.0042030206,0.02367087,0.011225011,-0.013793877,-0.035268918,0.02501041,0.0027087547,-0.05822763,-0.007168238,0.034081984,-0.018465314,0.034522846,0.007969419,-0.026163433,0.012556074,-0.0382193,0.019923547,0.004003785,0.02899512,-0.03323417,-0.006617161,-0.07955854,-0.01570145,0.022297418,0.0139634395,-0.030080317,0.05822763,-0.036184553,0.010385679,0.04381485,0.009673518,0.0030224444,-0.017363159,-0.017973583,-0.011352183],"social":"https://www.linkedin.com/in/daborgo/"},{"title":"freeflow","description":"a tool for creatives to get visual feedback from clients or team members","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=wsthiWSDw4g","youtube_transcript":"Hi. My name is Ahmed, and together with Raj Deep. I'm building free flow. Free flow is an app that lets designers get clear visual feedback from their clients or team members on their work. So let me show you how to excel. So you can simply go to our home page, upload an image, and get a link that you can share with people to leave feedback right on the image. If you sign up, you get a dashboard where you can manage all your links. You can even add password protection and new versions to the same link. People can even compare different versions side by side. So let me tell you a bit about our progress. Six weeks ago, we only had a Figma file, but after getting our v one out, we tried getting users by posting to Reddit and TikTok. But that didn't really work out for us. Our LinkedIn post did get to some users, but what really works for us is when we started sending d m's to designers on Twitter, and cold emailing designers we found on BHANZE. And now we have over seventy signed up users and over seven hundred unique visitors who have used free flow.","embedding":[0.0049615074,0.022646574,-0.025553087,0.015743608,0.005305899,-0.05304385,-0.042749953,0.035029527,-0.021163043,0.028096285,0.012980907,-0.038935155,-0.04162973,-0.048018005,0.025265463,0.020754315,-0.025416844,-0.06279278,-0.04750331,0.045353703,0.028232528,0.032698262,0.040963657,0.06666812,0.017378522,-0.019740062,-0.024448007,0.015864713,-0.023812206,-0.037058033,0.015849575,-0.033939585,0.026219163,0.054103516,0.011603342,0.020648347,-0.0007587965,0.028505014,-0.0033284863,-0.011535221,-0.018195977,0.03342489,0.096702084,0.023660826,0.022237847,0.020542381,-0.013457757,0.03390931,0.020300172,0.04732165,-0.06678923,0.012678146,-0.0036785547,0.007962633,-0.008023185,-0.0061687697,-0.018529017,0.008235118,-0.043658238,0.018513877,0.026991205,-0.028171975,0.014335766,0.018529017,-0.04063062,0.02662789,-0.067031436,0.016167475,0.0537402,0.04117559,0.04653447,0.007561473,0.04704917,-0.026567338,-0.023418617,-0.058402732,0.013064167,-0.009953291,0.025704468,-0.028959157,0.015062395,0.014358473,-0.007580396,-0.005703273,-0.04583812,-0.028913742,-0.03499925,-0.014108695,-0.030261032,-0.0063882717,-0.024781045,0.021238733,-0.03012479,0.00028809666,0.010543676,0.075629875,-0.029519266,0.056525607,0.0105134,0.018544154,0.059099082,-0.007224651,-0.01651565,-0.013654552,0.041538905,-0.035211187,0.024190659,-0.008886056,0.02142039,0.0025318447,-0.10299953,-0.020179067,0.025916401,0.016651893,-0.004768497,-0.0063352883,0.0046700994,-0.01977034,-0.015622503,-0.036240574,-0.058221076,0.0028024379,0.023433756,0.0079853395,0.01754504,-0.03730024,-0.050470375,-0.016697308,-0.034575384,-0.036967203,0.037421346,-0.017560178,0.07599319,-0.045353703,-0.021556633,0.0085227415,-0.004791204,0.01469908,-0.036876373,-0.038299356,0.006664542,-0.013987591,-0.016636755,-0.004987999,-0.019407025,-0.0073533244,-0.0207089,0.034666214,-0.04638309,-0.015743608,-0.002336942,-0.001358643,-0.02370624,-0.010187931,0.015486261,0.0019603819,0.047230825,0.04093338,0.015546813,0.009385613,0.0070392094,-0.007796114,-0.0025015685,-0.034272622,-0.04671613,-0.0077734063,-0.02584071,-0.0633983,-0.041084763,-0.03082114,-0.039661784,-0.012738698,-0.03154777,0.011610911,0.0710279,-0.008197273,0.014661235,-0.05486042,-0.0011996932,-0.02142039,-0.027445348,0.03160832,-0.017212002,-0.01746935,-0.043597683,-0.008257825,0.04538398,-0.023842484,0.0024523698,0.0014419026,-0.023660826,0.059492674,0.0050447667,-0.025280602,-0.012337539,-0.0072511425,0.057918314,0.017923493,-0.015743608,0.02561364,0.019785477,-0.033545997,-0.012451075,-0.005249131,-0.016333994,0.010483123,-0.01700007,-0.009022298,0.00068878283,-0.01653079,0.045262873,-0.017635869,0.0009470764,0.00088841637,-0.027611867,-0.024735631,-0.04450597,0.03390931,0.021662598,0.029776612,-0.011588204,0.009272077,0.025053531,-0.043658238,-0.0023142346,0.011845551,0.026976068,-0.022752542,-0.0047949883,-0.013064167,0.017499626,-0.024220936,-0.019316196,-0.052862193,0.04162973,-0.050470375,0.01185312,-0.055859532,0.028959157,-0.012943063,0.017726697,-0.030155065,0.023675965,-0.005249131,0.013321514,-0.019240506,-0.08247229,-0.04656475,0.052983295,0.04608033,0.07078569,-0.016379409,0.0062141838,-0.023433756,0.038147975,-0.06769752,-0.024281489,0.012269418,0.01320041,-0.05159059,-0.01366969,-0.011240028,-0.01510024,0.027854076,-0.0046928064,0.033788204,-0.022858508,0.039177362,-0.02402414,0.023933312,0.01653079,0.012534334,-0.014434163,0.048593253,-0.005025844,0.01619775,0.023282375,-0.00203418,-0.011580635,-0.019618958,0.051106174,0.01241323,-0.001793863,-0.022283262,-0.010240914,-0.015153223,0.030064236,0.011240028,-0.023252098,0.029700922,-0.00073703553,0.00620283,-0.0134047745,0.0005430788,0.018816639,0.0614909,0.012458644,-0.000034178956,0.010710195,0.03548367,-0.005339959,-0.07841528,-0.01304146,0.005358882,0.02086028,0.0034230994,-0.014487147,0.03954068,0.019013435,-0.04069117,-0.015940404,0.047170274,0.029186228,-0.0323955,-0.013821071,0.027838938,0.051893353,0.02600723,-0.013033891,-0.03160832,-0.044324312,-0.03817825,0.03960123,-0.0152591895,-0.017166588,-0.007167883,0.039086536,0.01659134,-0.029488988,-0.03384876,0.018544154,-0.036785547,-0.018907469,-0.03169915,0.027732972,-0.022646574,-0.0066531883,0.00084631355,0.015365156,0.049107946,-0.01241323,-0.07357109,-0.017817525,0.030927107,0.042265534,0.028898604,-0.016152337,-0.028035734,0.017726697,-0.015062395,-0.026597615,0.018453326,0.0003652063,0.009900307,0.04250774,0.005737334,0.013707535,-0.044384863,-0.029307332,-0.006040096,-0.027309105,0.018438186,-0.011951518,-0.0078869425,-0.027097171,0.0026737642,-0.04474818,-0.029019708,0.024841597,-0.0009664721,0.021950223,0.028565565,0.046746407,0.02443287,-0.041448075,0.0061195707,0.049834576,0.008174566,-0.024372317,0.0445968,0.032365225,0.03384876,-0.0018856376,-0.050046507,-0.016303718,0.059159636,-7.206852e-7,-0.04632254,-0.022116741,0.002927327,0.061612006,-0.038057145,0.030291308,0.0034382376,0.027233414,0.03548367,0.078536384,0.016969793,-0.00031577097,-0.037814938,0.024372317,-0.019951995,-0.03136611,0.018211115,0.0119893635,-0.0036482785,0.003996454,-0.01818084,0.0323955,0.004405183,0.0119893635,-0.048320767,0.030215617,0.014366043,-0.0013170134,0.0016812736,0.0001953759,0.02458425,0.059068806,0.07992909,-0.018241392,-0.013457757,0.043567408,0.0023558645,0.043567408,0.017212002,0.04181139,-0.019316196,-0.015448416,-0.11928811,-0.041387524,-0.027309105,0.039661784,0.027293967,-0.0401462,0.04892629,0.0006145116,0.021480942,0.039570954,0.01430549,-0.008030754,0.01952813,-0.021602048,-0.023509447,-0.008613571,-0.028353633,-0.051832803,-0.009764065,-0.043446302,-0.004900955,-0.050954793,-0.010331742,-0.010997819,0.037209414,-0.03145694,-0.022207571,-0.0022688205,-0.019543268,0.0034571602,-0.013616707,-0.000030897067,0.03130556,-0.01627344,0.039661784,0.020224482,-0.02600723,-0.017529903,-0.012155882,0.013646984,-0.034726765,0.00026846447,-0.016303718,0.03166887,0.015478692,-0.06055234,-0.029700922,0.041902218,-0.028565565,0.0008221872,0.03857184,-0.0039472557,0.0011769861,-0.038420457,0.0011353564,0.0010719657,0.04898684,-0.030306445,-0.018301945,0.018513877,-0.009862462,0.021874532,0.06133952,0.04299216,-0.01872581,-0.04063062,-0.04883546,0.008416775,-0.034424003,0.008121583,-0.02703662,0.014176817,-0.037179135,-0.018271668,0.05658616,0.027384795,-0.012587317,0.006906751,-0.039086536,0.015024549,0.0035460964,-0.00036071218,-0.0028270374,-0.008583294,0.017923493,-0.015592228,-0.01510024,0.0027343165,0.041236144,-0.028913742,-0.011361132,0.0024675077,-0.0023464032,-0.026037505,0.01248892,-0.02703662,0.019951995,-0.056162294,-0.05825135,-0.012133175,0.0037315378,0.008166997,-0.028096285,0.029292194,0.020194205,-0.012776543,-0.023327788,-0.014214662,-0.06040096,0.0049501536,-0.0021174396,0.012102899,0.010838869,0.028716946,0.020209342,-0.035120357,-0.0051166727,-0.038481012,-0.019073987,-0.014320628,0.047382206,0.030397274,0.0072624963,-0.0021647462,-0.014502285,-0.00072426273,-0.0012025316,-0.009385613,-0.0035631268,0.0112097515,0.024311764,-0.010604229,-0.0135031715,0.02458425,0.010498262,-0.0006646565,0.043506857,-0.0032471193,-0.010763179,-0.00675537,0.008923901,0.040782,-0.021163043,0.0053134677,-0.024765907,0.031638596,0.015561951,-0.0041856803,0.010649643,-0.012163451,0.044869285,-0.04426376,-0.021874532,-0.055920087,0.022707127,-0.017635869,-0.0068537677,-0.00846219,-0.0036180022,0.015819298,0.01510024,-0.011164337,-0.0066986023,0.0025318447,0.023100717,0.031880807,0.008447051,-0.011868258,-0.012155882,0.013722674,0.0249627,0.012776543,-0.024675079,-0.008174566,-0.056071468,0.00707327,0.029927993,-0.003862104,0.0071111154,0.006017389,-0.01653079,0.013419912,0.0071905903,-0.030109651,-0.05367965,-0.0075841807,0.033788204,-0.030760588,0.000076577424,0.037027754,0.010505831,-0.04259857,0.006475316,-0.00084773276,0.0023482954,0.023918174,0.03578643,-0.0032565806,-0.014827754,-0.04965292,-0.0037883057,0.019558406,-0.0039888853,0.012276987,-0.004802557,0.004885817,-0.012610025,0.0032187353,0.029700922,-0.020451553,-0.030003684,0.012027209,-0.014419026,0.0133063765,-0.02190481,0.023448894,-0.009219093,-0.02537143,0.01896802,-0.011330856,-0.01731797,0.0016500512,-0.0009915446,0.043264646,-0.003962394,-0.0031771054,0.00592656,-0.045232598,0.019830892,-0.015009411,0.016333994,0.016303718,0.040570065,-0.032274395,0.015198637,-0.0268701,0.002395602,0.0010388511,0.001627344,-0.030109651,0.023206685,-0.029776612,0.019316196,0.00092247705,-0.023509447,-0.008159428,-0.04038841,-0.0024485851,-0.067213096,0.025477396,0.010929697,-0.014441733,0.021147905,-0.04047924,-0.030185342,-0.009105558,0.017681284,0.012731129,-0.008749813,0.017484488,0.000965526,-0.005937914,0.032940473,0.022237847,-0.01810515,0.011754723,-0.024765907,-0.022177294,0.01311715,0.0005903853,-0.054951247,-0.016182613,-0.01304146,-0.056646712,0.00038767688,-0.0024675077,-0.043900445,-0.006426117,-0.015773885,0.039510403,0.03463594,-0.0013993267,-0.015092671,-0.013427481,0.008477327,-0.0075993184,0.020224482,-0.033576272,-0.009446165,0.013972452,-0.014676373,-0.005971974,-0.004946369,-0.008590863,-0.011520082,0.024084693,-0.02031531,0.0051469486,-0.01612206,-0.006236891,-0.012095329,0.0066039893,0.045353703,0.007311695,-0.006774293,-0.0029538188,0.0048101265,-0.011883397,0.01351831,-0.046685852,-0.036634166,-0.02767242,0.034605663,0.0069483807,0.0699985,-0.027112309,-0.020542381,0.020572657,0.03499925,-0.042235255,0.02086028,0.016409684,0.015970679,-0.03412124,0.051802527,-0.045989502,0.051075898,-0.008378929,0.016561065,0.004987999,0.019240506,0.058342177,0.050833687,-0.009408319,0.0005525401,-0.014630959,-0.007561473,0.045141768,0.024932425,0.003623679,-0.0028648826,0.02885319,-0.021723151,-0.0013709428,0.014403888,0.0362103,-0.03990399,-0.014184386,-0.008144289,-0.023327788,-0.009135834,0.008923901,-0.0068651214,-0.010854007,-0.018589567,-0.019694649,-0.031971633,0.0249627,-0.011966656,-0.015607365,-0.012133175,0.03793604,0.0049274466,-0.016576203,-0.036058918,0.0015942296,0.049289603,-0.00806103,-0.058826596,-0.004015377,0.0059416983,-0.024220936,-0.008590863,-0.014063281,0.04829049,-0.030866554,0.029019708,-0.015667917,0.021011662,0.0041856803,-0.0053475285,-0.032789093,0.007909649,-0.00081509125,0.010838869,0.027763247,0.0077506993,0.050530925,-0.039510403,-0.025023254,0.0063277194,-0.004333277,-0.020300172,0.011444392,0.0026529494,0.00373343,0.023978727,0.0008023185,0.011406546,-0.015365156,0.027399933,-0.038359907,0.025250325,0.0017191188,-0.01683355,-0.02190481,0.053558543,0.014161678,-0.04750331,-0.012587317,-0.009809479,-0.01565278,0.017166588,0.0060817255,0.02727883,0.010051688,-0.014502285,-0.0017039806,-0.0094991485,-0.01666703,0.0028932665,0.0052529154,-0.006369349,0.033394616,0.0059000687,-0.028338494,0.010256052,0.000027142112,-0.013480465,0.00663805,0.009219093,-0.019936858,0.016379409,-0.008053461,0.024281489,0.040600345,-0.05201446,-0.017651007,0.03463594,0.04093338,0.05001623,0.022464918,0.022177294,-0.022540608,0.016031232,-0.004995568,-0.0039396863,-0.0032755032,0.013147427,0.025326015,-0.024326902,-0.010551245,-0.02023962,0.0009257885,0.0069105355,-0.007746915,0.039389297,0.009733789,0.03400014,-0.013896761,-0.009574839,0.0004915147,-0.008590863,-0.02110249,-0.015047256,-0.0028667748,0.06927188,-0.026370544,0.019104263,-0.019391887,0.013366929,0.02110249,0.002758916,-0.014593114,0.00845462,-0.0466253,-0.014048142,-0.034484558,-0.027097171,-0.0017815634,0.0072624963,0.021586908,-0.0030295092,0.034514833,-0.038450737,-0.019391887,0.004931231,-0.020103376,0.038208526,-0.001016144,-0.00018165701,-0.00019667683,-0.00845462,0.019800615,0.0079853395,-0.028732086,0.018665258,-0.018862054,-0.009415889,0.004181896,0.032940473,-0.014630959,0.013684829,0.002476969,0.027611867,-0.0021382545,-0.008174566,0.05116673,-0.0008562479,-0.0045187185,0.043416027,-0.020542381,-0.01224671,0.007580396,0.010081965,0.013139858,-0.017999183,0.024387455,0.018513877,0.030094512,-0.031578045,0.035937812,0.0046663145,0.0071489606,-0.030533517,-0.021541495,-0.042659122,0.014948859,0.020088239,0.01746935,-0.00262835,-0.012398091,-0.0018903683,-0.018695535,-0.015327311,0.030094512,0.012784112,-0.0022574668,0.004231095,-0.019800615,0.022071328,-0.010415003,0.021147905,0.03160832,-0.01793863,0.019270781,0.015085101,0.04181139,0.010384726,0.01612206,0.0006977711,0.02196536,-0.010869144,-0.007436584,-0.018634982,-0.0036047564,0.006804569,-0.020648347,0.0073949546,0.006933243,0.01833222,-0.036089193,-0.011762292,0.00041582427,-0.012890079,0.021935085,-0.04308299,-0.010740471,-0.004537641,0.008038323,0.037633277,-0.010218207,-0.012988477,0.01493372,-0.059795436,0.019785477,-0.022570884,0.014063281,0.00088415877,-0.015221344,0.013215548,-0.01485803,-0.006899182,0.022782817,-0.013018752,0.025916401,0.0019925504,0.0030824926,0.0119893635,-0.05050065,-0.06055234,0.026506787,-0.0043597682,-0.009771634,-0.03714886,-0.0028024379,-0.028368771,0.018998297,-0.006452609,0.008848211,-0.016727583,-0.001575307,-0.0069105355,-0.021829119,-0.0014324413,0.0059871124,0.02196536,0.023297513,-0.01494129,0.03400014,-0.0056313677,-0.028156837,-0.025537949,0.01304146,0.011603342,-0.0129657695,-0.0317597,-0.011194614,-0.017272554,0.029155951,-0.01098268,0.037663557,-0.0349387,-0.012299694,0.0139119,0.015516537,-0.006040096,0.015251621,-0.02529574,0.012564611,0.013745381,-0.014010297,-0.019467577,0.008212411,0.006535868,0.013245824,0.00580924,0.057676103,-0.01003655,-0.0013226902,0.0034987899,0.009097989,-0.0051734406,0.015773885,0.013563724,0.022873646,-0.019891443,-0.006694818,-0.025976954,0.02434204,-0.010150086,0.018362496,0.006236891,0.014290352,0.013170133,0.005737334,0.025901264,0.02164746,-0.00054497103,0.020951109,-0.023736516,0.034575384,0.0025242756,0.017439073,-0.022888783,-0.03027617,-0.014426595,0.03793604,0.018619845,0.0103771575,0.04156918,-0.0071792365,0.0066191275,0.012859803,0.011898534,-0.014880737,0.010006274,0.013684829,-0.009574839,-0.008008047,0.014494716,0.010778316,-0.013170133,0.008780089,-0.020088239,-0.017923493,0.011527652,-0.0017427721,-0.013283669,-0.0051583024,0.018846916,0.058826596,-0.004908524,0.003962394,0.01771156,0.0050296285,-0.010884283,0.0126251625,0.023887897,-0.012307263,0.011368701,-0.018695535,-0.025992092,0.018165702,-0.007833959,-0.008166997,0.012958201,-0.014222231,-0.014093557,0.0262343,-0.02696093,0.046050053,-0.031729426,0.012390522,0.02490215,-0.022888783,0.0027418856,0.010172793,0.09652043,-0.008674122,0.045232598,-0.013646984,0.02213188,0.0029216504,-0.005983328,0.009900307,0.013805933,-0.019028572,-0.010263622,0.001088996,0.037996594,0.010657212,0.012958201,-0.0445968,0.016167475,0.0140405735,-0.015925266,-0.006195261,0.009007161,0.019301059,0.03151749,-0.004102421,-0.01977034,-0.03106335,0.041841667,0.014244937,0.00047377474,-0.013866486,0.013495603,0.0109145595,0.029579818,-0.005975759,0.019740062,-0.042901333,-0.020148791,-0.013215548,-0.011906103,-0.024190659,-0.03166887,-0.038632393,0.028111424,0.019724924,0.017772112,0.01700007,-0.016349131,0.002861098,-0.031335834,-0.04553536,-0.012072623,0.0030219401,0.015418139,0.012155882,0.019664371,0.014434163,0.030488104,0.018816639,0.0045717014,0.005400512,-0.016364269,0.029549541,0.0039056258,0.0043521994,0.0124283675,-0.0028364987,0.012738698,0.010218207,-0.005294545,-0.009658098,0.005620014,-0.017242279,0.014517424,-0.0053361747,0.019240506,-0.0054989094,0.018226255,0.03415152,0.011262735,-0.014033005,-0.023615412,0.0057259807,-0.012874941,0.00845462,-0.0032225198,0.00040044964,-0.01668217,0.021511218,-0.018529017,0.035998367,-0.008658985,0.017484488,0.04901712,-0.0022347597,-0.047654692,0.017378522,-0.02743021,0.02868667,0.026431097,-0.0039056258,0.008121583,0.0036198946,0.017590454,-0.0043673376,-0.028656395,-0.0045754863,-0.041781113,0.026733859,-0.014593114,-0.016485374,0.011277873,-0.015970679,-0.0028005457,0.025719605,-0.0011031879,0.019467577,0.00071149,0.035241462,-0.020224482,-0.040176477,0.017242279,0.0281417,-0.015743608,-0.0021723153,-0.0030806002,0.02694579,0.01683355,-0.03920764,0.01485803,-0.0031127688,-0.029367885,0.022389228,0.024917288,-0.01510024,-0.036694717,-0.006509376,0.0016036909,-0.034090966,-0.0035593421,0.03218357,-0.03082114,0.01161848,-0.007406308,-0.008817934,0.012216435,-0.017484488,-0.010581521,0.025568224,0.010543676,0.010240914,0.015297035,-0.012504058,0.017363383,-0.0032168431,-0.0018941528,-0.018846916,0.00022955486,-0.0104755545,0.004231095,0.0048971702,-0.01517593,-0.016939517,0.005794102,-0.034726765,0.005589738,-0.024781045,-0.021692876,0.0025394137,0.0016566742,0.04135725,-0.0194373,0.0046284692,-0.053376887,0.015713332,-0.021269009,-0.030760588,-0.009536994,0.019861167,-0.023221822,0.035937812,-0.03066976,0.007209513,-0.00012406133,-0.0025980738,0.024281489,-0.040176477,0.015789023,-0.005305899,-0.03699748,-0.006123355,-0.015501399,-0.013450189,-0.017378522,0.04293161,0.0008430021,0.011883397,-0.01201207,-0.0031127688,-0.008242687,0.033697378,-0.0101955,-0.023887897,-0.011285442,0.013972452,-0.024856735,-0.019951995,-0.028383909,-0.021753429,0.01778725,-0.00026988366,0.0032982102,-0.004560348,-0.015773885,-0.014350904,0.0029935562,-0.014668805,0.009362905,0.05019789,0.054012686,-0.042023323,0.015910126,0.0035555577,-0.008129152,-0.04387017,0.03396986,0.05634395,0.015864713,-0.01707576,0.0072208666,-0.0007895457,0.013760519,-0.002694579,0.013495603,0.03218357,-0.021269009,0.033243235,-0.018150564,0.033697378,-0.010044119,-0.019013435,0.021193318,-0.027172862,-0.008083737,0.02086028,-0.0070392094,0.009234232,0.011315718,0.017242279,-0.002221514,0.017893216,-0.0028043303,0.029095398,-0.0006585067,-0.00466253,-0.017454213,-0.018634982,0.0047306516,-0.040660895,0.0012356462,0.0042878627,0.01280682,0.019588681,0.020678625,-0.051408935,0.0076371636,0.00806103,0.03154777,-0.01074804,-0.035907537,0.041932493,-0.005400512,-0.015683055,0.027188,-0.008613571,-0.043022435,-0.0027286399,-0.002149608,0.007977771,-0.013707535,-0.022192432,-0.01643996,0.013646984,-0.009817048,0.00318089,-0.0046360386,0.012095329,0.0041213436,-0.0075425506,-0.015667917,-0.0013482356,0.010324174,0.01778725,-0.029186228,0.028732086,0.04250774,0.010528538,0.016894102,0.014888306,-0.021163043,-0.04371879,0.0025526595,-0.01849874,-0.0059076375,0.007970202,0.03169915,0.008923901,0.015183499,0.015191068,0.011512513,-0.0015932834,0.02213188,-0.05476959,0.00017349665,0.0028800205,0.027975181,-0.027445348,0.002955711,-0.0005118565,-0.012125606,-0.0035858338,0.026355406,0.012307263,0.0336671,0.011179476,0.04338575,0.005128026,-0.008795227,-0.014328198,0.022646574,-0.0059000687,-0.018014321,0.01090699,0.03723969,-0.028202252,0.033515718,-0.017166588,0.01003655,0.0117925685,-0.009756495,-0.0035631268,-0.028595842,-0.006876475,-0.000675064,0.014297921,-0.004885817,-0.0125267655,0.013223117,0.013056598,0.002910297,-0.0010681811,0.020542381,0.047018893,0.045989502,0.0077582686,0.0048404024,0.030654622,0.025204912,-0.029837165,-0.005389158,0.00023487685,-0.020345585,0.0032281966,-0.013253394,0.009476441,-0.015418139,-0.0024334472,-0.017423935,0.018786363,0.008658985,-0.01904371,0.025341153,-0.048441872,0.014986704,-0.0010691272,-0.007024071,-0.03384876,-0.041538905,0.0037504605,0.030609207,0.0066569727,0.037905764,-0.008810366,0.021753429,-0.0041326974,0.0053475285,0.013268531,0.0077166385,-0.014646097,-0.007856666],"social":"https://twitter.com/Ahmedgg_"},{"title":"stereocaster","description":"discover what farcasters are listening to. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=K7lp7ttcOno","youtube_transcript":"Hi, everyone. I'm Emma, and I am building Stereocaster, an audio discovery client built on the decentralized social protocol forecaster. So next, I'm gonna show a little bit how Stereo Castor works. You can play a shared Spotify link from this feed of Farcastor Castor Castor right within Stereocast or like this? The reality is our customers, our borrowers, our members. And then you can also browse IQ and play directly from there or pick a different cast and play the song or podcast associated with the link. So finally, I'm gonna talk a little bit about my progress with Stereocaster and what I learned. So first, you can see here my growth over the six weeks. I ended with about a hundred fifty users. It was a little bit short of my goal because I think the last two weeks. Was definitely a bit harder in terms of being able to kind of put more effort into the project and get more people aware of it. But I was happy with this number. It's about ten percent of the weekly active users on Forecaster. And then in terms of things that I learned, I think the biggest thing is that there's a lot of power in building in public even when it's something that you're not super proud of or, you know, you think is in pretty rough shape. I think people are always really supportive and excited to see how something evolves over time.","embedding":[0.015963892,-0.016987814,-0.048589803,0.026110038,-0.0046619526,-0.011115771,-0.020571545,0.008051759,0.020819768,0.008307739,0.028002745,-0.018353045,-0.029181806,-0.050637648,0.037078425,0.049303446,-0.0033393854,-0.045797285,-0.06807537,0.038288515,0.011402779,-0.017173981,0.04741074,-0.01261287,-0.0064150332,-0.034813385,-0.037512816,0.08433402,-0.01615006,-0.0074971337,-0.028111342,-0.03490647,-0.016088003,-0.009991007,-0.03655095,-0.02943003,-0.0041538696,-0.008990355,0.013993615,0.0055346144,-0.015056323,0.0010491333,0.028824985,0.004421486,-0.014226325,0.0014709198,0.0030019563,0.009564372,0.059170343,0.042446263,-0.07881105,0.008850729,-0.034813385,0.012356889,-0.0023387333,0.014746043,-0.0046464386,0.010906332,-0.04232215,-0.0041848975,0.038133375,0.021595469,0.030965915,-0.036054503,-0.021967804,0.023844996,-0.021859206,0.015513985,-0.021673039,0.049458586,0.0033161144,-0.01372212,-0.042291123,-0.037698984,-0.02615658,-0.031276196,-0.010875304,0.009013626,0.009890166,-0.039746832,-0.009703998,0.0055191005,-0.051630545,-0.0024104854,0.0014253474,-0.014288381,-0.04449411,-0.026203122,-0.011728574,-0.0095954,-0.015180435,0.018306503,0.00895157,0.013590251,0.05125821,-0.0058914362,0.0071209194,0.006387884,0.054019697,0.017329121,0.04157748,0.0020885703,-0.017732486,-0.07595647,0.04955167,0.020385377,0.00840858,0.008788673,-0.015335575,-0.028359566,-0.124856554,-0.0069890507,-0.016444825,-0.0021060235,-0.008827458,-0.00018580422,-0.0009662304,-0.019919958,-0.00799746,0.028933583,-0.020137154,0.02249528,-0.0024647845,0.06863387,0.03577525,-0.042073928,-0.021130048,-0.033261985,-0.005069195,-0.05501259,0.03869188,-0.03850571,0.026404804,-0.036954314,-0.045176726,-0.013916045,-0.0003696692,-0.009680727,-0.016553422,-0.0045572333,0.0035682167,-0.05110307,0.012682683,0.0049955035,-0.0107201645,-0.036675062,0.001214939,0.029538628,-0.06252136,-0.023596773,0.0149089405,-0.0043284018,-0.05541596,0.033820488,0.009463531,0.032796565,-0.027661437,0.022355653,-0.025163684,-0.023519203,0.001441831,0.022324625,0.00054832245,-0.030422926,-0.04464925,0.017716972,-0.02125416,-0.0064654537,-0.07552208,-0.003335507,-0.018601269,-0.025799759,-0.033386096,0.021114534,0.015622583,-0.010014278,0.0133808125,-0.047379714,-0.0017647159,-0.07874899,-0.036519922,0.012884365,0.023224436,-0.0033801096,-0.04145337,-0.012372403,-0.033975627,-0.002765368,0.01911323,-0.029104237,0.0036360903,0.059697818,0.02607901,0.03347918,0.008315496,-0.05510568,0.051072042,0.034347963,0.000119263765,0.027645923,-0.0048170923,0.017298093,0.0331689,-0.0018083489,0.0078112916,-0.0236278,0.005290269,-0.008850729,-0.017530804,0.05935651,0.03580628,-0.009913437,0.0046464386,-0.0066787708,-0.014629688,0.017701458,-0.03375843,-0.006469332,-0.051754657,0.026342748,0.024387985,0.056501936,0.00038833445,-0.002899176,0.036364783,-0.010099605,0.010029792,-0.020323321,0.054174837,0.0010278015,-0.009261849,-0.008703346,0.009292877,-0.03270348,0.0018994936,-0.034192823,-0.010184932,-0.023534717,0.011596704,-0.05293372,-0.001586305,-0.03226909,0.03518572,0.032982733,-0.005992277,0.024496583,-0.03729562,-0.06252136,0.021983318,0.07049555,0.0908499,0.054081753,-0.037730012,0.045766257,0.01607249,0.00871886,-0.0061512953,0.06100099,0.0043400377,-0.029181806,0.003983216,0.019609679,-0.052095965,0.0050808303,0.0010578599,0.01751529,0.030578066,-0.0014311651,-0.025473963,-0.048527747,0.016196601,0.011232126,-0.0007286725,0.027506296,0.0014360133,0.03521675,0.023596773,0.031121055,-0.0015610948,-0.007966432,-0.0010161661,-0.053306054,0.03180367,-0.017530804,0.0029651106,0.05538493,0.032362174,-0.008889514,0.0013923802,0.018120335,-0.0037543846,-0.021905748,0.047658965,0.0376059,-0.01196904,0.0009938647,0.07130228,-0.012481001,-0.012597356,-0.029600685,0.030190216,-0.034441046,0.030950401,0.03977786,0.014047914,-0.02837508,0.044276915,-0.008416337,-0.025396394,-0.0472556,-0.008493907,0.029367974,-0.00451457,-0.009866895,-0.010006521,0.0023852752,0.057277635,-0.046138592,0.036799174,-0.023829482,-0.035899363,-0.02631172,-0.034999553,-0.0019373089,0.075460024,-0.00998325,0.030500496,0.0073575075,0.009230821,-0.03903319,0.017298093,-0.016413797,-0.0020982665,0.0036283333,0.0033006005,-0.04483542,-0.0010578599,-0.045083642,0.052809607,-0.0031745492,-0.014738286,-0.045983452,-0.02911975,0.0022553457,0.018833978,0.010596052,-0.018182391,-0.036488894,-0.029879937,0.017779028,-0.009223064,-0.0043284018,0.018461643,-0.023333034,0.057153523,-0.013334271,0.04232215,-0.05262344,-0.014746043,-0.04278757,0.008982598,0.029864423,-0.032796565,0.0075204046,-0.000033633834,0.008206898,-0.031152083,0.0028856013,-0.012907636,-0.06270753,0.0050110174,-0.002617985,-0.011464835,-0.010378856,-0.032362174,0.018151363,0.014218568,-0.014559875,-0.012356889,0.081293285,0.02094388,-0.02483789,-0.00951783,-0.056067545,-0.008168113,0.050947927,0.016305199,0.018989118,-0.05554007,0.020183695,0.035682168,-0.075149745,-0.020059584,0.010425398,0.047814105,0.016181087,0.010146147,0.07068172,0.0081370855,-0.018523699,0.014947725,-0.040770754,-0.033603292,-0.022231542,0.013799691,0.019982014,-0.047348686,0.010006521,0.005038167,-0.0063723694,0.015133893,-0.051382322,0.07111611,0.0076988153,-0.010689136,0.022355653,0.022572849,-0.015164921,0.035464972,0.07614264,-0.025442936,-0.025272282,0.059728846,-0.006283164,0.06041146,0.010634837,0.0062094727,0.007384657,-0.0020517246,-0.047845133,-0.03118311,-0.0052165776,0.046386816,0.0057712025,-0.024962002,-0.017313607,-0.011131285,0.018089307,0.021393785,-0.0052631195,-0.0055423714,0.00729933,-0.06360734,-0.0059496136,-0.011185584,-0.0034867683,0.0081060575,-0.009486802,-0.021843692,-0.02125416,-0.025504993,-0.06165258,-0.009572129,0.02752181,-0.019594165,0.011906984,0.031633016,0.022216028,-0.0048093353,-0.0054027457,-0.024512097,0.020540517,-0.08588543,0.0061590523,-0.0066516213,-0.05141335,-0.012256049,0.0053639608,-0.021316215,-0.0053562038,0.06292473,0.007900497,-0.006290921,-0.012760254,-0.03347918,-0.02935246,0.034596186,0.03946758,0.02202986,-0.021036964,-0.012193993,0.016103517,-0.0035817914,0.038971134,-0.00717134,0.057743054,0.0010181053,-0.011115771,0.0021661401,0.008943813,-0.00096429116,0.009998764,0.042135984,-0.019454539,0.0025268404,-0.07285368,-0.054981563,-0.039870944,0.00332775,0.03270348,0.020618087,-0.012682683,-0.061559495,0.07502563,-0.0067951255,0.038567767,-0.029941993,-0.009548858,0.0024221211,0.006608958,-0.023689857,0.051289238,0.010526239,0.002288313,-0.008323253,-0.013342028,-0.01743772,0.04343916,-0.010355585,0.040584587,-0.0025617469,-0.00095120125,-0.008835215,-0.007807413,-0.009851381,0.022014346,-0.030547038,-0.03082629,-0.051227182,0.011480349,-0.023907052,-0.032951705,0.02896461,0.00076697266,-0.019594165,0.0074699842,-0.015017538,-0.015979405,-0.0021137805,-0.01782557,0.032610398,0.031757127,0.0055191005,0.011193341,-0.02744424,0.02790966,-0.03169507,0.011356237,0.0036380296,0.003046559,0.0493655,-0.029445544,0.0069425087,-0.0047860644,0.012752497,-0.008602505,0.0102314735,-0.04328402,-0.019764818,0.009781568,-0.00032700572,0.0018781619,0.027925175,0.04744177,-0.023969108,0.012946421,-0.009316148,-0.009789325,-0.02432593,0.02226257,0.0040258793,-0.0055656424,0.00309504,-0.028204426,0.013551466,0.017173981,-0.037357677,0.03285862,-0.012240535,0.017298093,-0.003928917,-0.007086013,-0.027164988,0.036613006,-0.015560527,-0.018989118,-0.015731182,-0.02027678,0.01189147,-0.013124832,0.023643315,-0.02378294,-0.008594748,0.009463531,-0.002383336,0.02592387,0.019594165,-0.010596052,-0.02210743,-0.008943813,0.009797082,-0.027754521,-0.04663504,-0.03391357,0.007237274,0.044866446,-0.024000136,0.0086490465,-0.006329706,0.011875956,0.00554625,-0.01599492,-0.032238062,-0.0236278,-0.042694487,0.004266346,-0.025086114,0.0053484463,-0.011837171,0.026404804,-0.034130767,-0.0347203,-0.0030019563,0.026404804,0.0067253127,0.030562552,0.006015548,-0.0031454605,0.046883263,0.043252993,0.022231542,0.00012968722,-0.0066555,0.008571477,-0.020959394,-0.039591692,-0.009719512,0.027692465,-0.0042547104,-0.034347963,0.031757127,0.0012091212,0.017856598,-0.008920542,0.0070355926,-0.024031164,-0.01583978,0.035620112,0.015149407,-0.011480349,-0.014055671,-0.0041538696,0.04862083,-0.011976797,0.0049334476,0.028902555,-0.000931324,-0.007950918,-0.012287077,0.03198984,-0.029833395,0.011201098,-0.01934594,-0.0052088206,-0.017220523,0.020974908,0.023379575,0.017654916,0.022557335,0.02323995,-0.0112709105,-0.003531371,-0.0053174184,-0.0022068645,0.025241254,-0.026637513,0.003281208,-0.017111925,0.03487544,0.0059263427,-0.0347203,0.026653027,-0.01736015,-0.04464925,-0.016305199,0.01245773,0.018306503,-0.008369795,0.019594165,0.013303243,-0.009044654,-0.0011034323,0.017934168,-0.017639402,0.013729877,-0.017453235,0.0007548524,-0.029647227,-0.00523597,-0.06925443,0.012093152,-0.004611532,-0.03406871,-0.0063917623,-0.018523699,-0.0001569579,0.004142234,0.0053251754,0.016522394,0.03422385,-0.00088720606,-0.033417124,-0.009393718,-0.004405972,0.006570173,0.0011383387,0.006484846,-0.0407087,0.012977449,-0.021440329,-0.022014346,0.0044486355,0.014482305,0.0056315768,0.025489477,-0.0061202673,-0.018601269,0.02261939,-0.059480622,-0.006446061,0.0073807784,-0.0014069246,0.044928502,-0.013093804,-0.012605113,-0.01395483,-0.07235723,0.008346524,-0.020168182,-0.019051174,-0.011224369,-0.012015582,-0.015568284,0.01957865,0.010665865,-0.033727404,0.009331662,0.024372471,-0.027816577,-0.01529679,-0.0076212455,0.017018842,-0.018042766,0.05187877,0.04378047,-0.03611656,0.016398283,-0.022402195,0.0025326582,-0.011961283,0.033882543,0.013660064,0.00982811,0.022060888,0.020804254,0.04893111,0.026684055,0.000054874665,0.0038261367,-0.02752181,0.04741074,-0.025536021,-0.02202986,0.014195297,0.012698197,-0.027785549,-0.012395674,-0.032486286,0.011565676,-0.010805491,0.01150362,0.012038853,0.018322017,0.0014951604,0.010355585,-0.021440329,0.016491367,0.008974841,-0.013613522,-0.025504993,-0.018740894,-0.015188192,-0.03242423,0.001875253,-0.0047317655,-0.000015877595,0.0016318774,-0.08514075,-0.037574872,0.041391313,0.019454539,-0.011612218,-0.011061472,0.043718413,-0.01078222,0.009758297,0.02556705,-0.017158467,-0.01751529,-0.00833101,0.010557267,-0.026559943,0.00944026,-0.0076445164,0.016925758,0.0339446,0.0154674435,-0.010293529,-0.010689136,-0.017810056,0.0027556717,-0.012736982,-0.00435943,-0.0317261,0.023333034,0.006380127,-0.012915393,0.008400823,0.028437136,0.025644619,0.018771922,0.04052253,0.0018587695,-0.00817587,0.018244447,0.01300072,-0.0049412046,0.0023406725,-0.011557919,-0.017499777,-0.02752181,0.033261985,0.0026082888,0.0027944567,0.046697095,0.0019634888,0.010153904,0.017623888,-0.020680143,-0.0030989186,0.006077604,-0.0031124933,0.031400308,-0.026870223,0.009952222,-0.006806761,0.03214498,-0.032610398,-0.008005217,0.04247729,0.0024861163,-0.008261197,0.015118379,0.0012517847,0.011239883,-0.010906332,0.021859206,0.0059418567,0.022355653,0.033137873,0.0107434355,-0.0044641495,-0.020090612,0.016398283,-0.018399587,-0.015436416,-0.026218636,0.048155412,0.0017133257,-0.01426511,0.00539111,-0.025737703,-0.0039250385,-0.004045272,-0.02783209,0.03211395,0.009339419,0.061590523,-0.0048248493,0.014474548,-0.025954898,-0.041081034,0.008742131,-0.008299982,0.012372403,0.04983092,0.0030116525,0.03763693,0.009812596,-0.01903566,-0.02055603,0.01085979,-0.0007475802,-0.00033161143,-0.015320061,0.01720501,-0.036923286,-0.014334923,-0.031772643,0.060225293,0.01782557,-0.00042396813,0.02904218,-0.009991007,-0.004351673,-0.0077725067,0.02977134,0.041236173,0.0004940235,-0.022371167,-0.048713915,0.0024124247,0.027956203,0.0057556885,0.011495863,0.015870808,-0.006767976,0.0027207653,0.063514255,0.03288965,-0.0037485668,-0.010960631,0.0052476055,0.011030444,-0.0022708597,-0.010898575,0.018585755,0.018585755,-0.013202402,0.013279972,0.00020022738,0.008183627,0.038815994,-0.025598077,0.037419733,-0.0047395225,0.039095245,0.009890166,0.013140346,-0.0138617465,0.014567632,0.01864781,0.020525003,-0.021067992,0.0070743775,-0.03686123,-0.021083506,0.01356698,0.013023991,0.0023464903,-0.057867166,0.009246335,-0.02261939,-0.02171958,-0.03763693,0.008928299,-0.020385377,-0.024651723,-0.03946758,0.029941993,-0.01563034,0.025287796,-0.0045572333,0.057556886,0.0428186,0.00753204,0.020509489,0.029755825,-0.0022786167,0.018539213,0.039281413,0.025830787,0.00817587,0.008811944,-0.014792586,-0.013846233,-0.030066105,0.031152083,0.032455258,-0.016382769,0.006031062,-0.024387985,-0.042570375,0.011201098,0.008292225,-0.0007727904,0.016444825,-0.041391313,0.017468749,0.05414381,0.021890234,-0.009122224,-0.018523699,-0.028778443,0.02370537,-0.029709283,-0.019237341,-0.032765538,-0.04315991,0.015715668,0.01829099,0.000057965342,-0.03363432,0.022138458,0.023177894,-0.0040569073,-0.006015548,0.006969658,0.005872044,-0.037233565,0.0055733994,0.007881105,-0.0018781619,-0.037233565,-0.023891538,-0.031384792,0.011325209,0.011837171,-0.0055811564,0.028157884,0.010603809,-0.023891538,-0.022821072,0.013497167,-0.0030640122,0.011868199,0.046417844,-0.04998606,0.0012672987,0.0015106744,-0.04024328,-0.039746832,0.01039437,0.020804254,0.02798723,0.019376969,0.015420902,-0.058208473,0.0016153938,0.034192823,0.02997302,0.00848615,0.045797285,-0.025039572,-0.010200446,0.028918069,0.005705268,-0.0034673759,0.009711755,0.018771922,-0.019935472,0.025163684,-0.025086114,-0.02530331,0.025349852,-0.0017608374,0.014738286,-0.019764818,0.018849492,0.013295486,0.015723424,0.016258657,0.025396394,-0.0066865277,-0.008555963,-0.0022204393,0.019485567,-0.00006696466,-0.0024259996,0.012628384,-0.00046299552,0.031245166,0.010634837,-0.019857902,-0.008183627,0.008757645,-0.024744807,0.007054985,0.0048636347,-0.011844928,-0.007047228,-0.01047194,-0.026916765,-0.0029108115,-0.0047977,0.012193993,-0.0073342365,-0.020447433,-0.0035255533,-0.01165876,0.00657793,0.00075776124,-0.0016435129,-0.00049644755,-0.009897923,-0.027413212,-0.022060888,-0.0018723442,0.00037645656,0.028902555,0.0062870425,0.03748179,-0.042694487,-0.030547038,-0.0128145525,0.016987814,-0.015800994,-0.0016163634,-0.02744424,-0.0043322803,0.017685944,-0.0016105457,-0.0076600304,0.0060116695,-0.0065662945,-0.0024124247,0.020431919,-0.028080314,-0.03059358,0.021998832,-0.013101561,-0.033572264,-0.027894147,-0.020137154,-0.010363342,0.0034887076,0.0012556632,-0.02187472,-0.0036438473,-0.011146799,-0.004999382,-0.031043485,0.0026199243,0.009610914,0.014552118,-0.010479697,0.020462947,0.09910334,0.020726684,0.013109318,-0.026373776,0.040026084,0.0006641925,-0.003959945,-0.0056936326,0.0032618155,0.017267065,-0.0016774497,-0.013582494,-0.0019082202,-0.002414364,0.017220523,-0.0072023678,-0.017391179,0.02027678,0.00064528483,0.0010345889,-0.018306503,0.017018842,0.0019450659,0.0071054054,-0.026746111,-0.0318347,-0.0016192723,-0.015816508,-0.02241771,0.020400891,0.027242558,0.0030562552,-0.0064266687,0.025629105,-0.0019557318,0.004103449,-0.016056975,0.016119031,0.01377642,-0.0027925174,-0.0036923285,-0.0318347,0.017267065,-0.017173981,-0.026373776,0.013590251,-0.022231542,-0.007745357,-0.054671284,-0.036613006,0.00368845,-0.014715015,0.02755284,0.012170722,0.0074738627,-0.019299397,0.008424094,0.03729562,0.016444825,0.009587643,-0.036644034,0.022371167,-0.02476032,0.0063646124,-0.003459619,-0.012031096,0.030903859,-0.01124764,-0.009727269,0.0027595502,-0.017794542,0.043252993,0.0081138145,-0.0025035695,0.010526239,0.022464251,-0.01452109,-0.0051622787,-0.013846233,-0.022510793,-0.019826874,0.025954898,0.00928512,0.021859206,-0.0035022823,0.046666067,0.0457042,0.026451346,-0.027723493,0.06695836,-0.0138850175,0.010417641,0.00420429,0.01418754,0.011573433,0.01204661,-0.012364646,-0.013055019,-0.026715083,-0.0014990389,0.031462364,0.049272418,-0.009882409,-0.008936056,-0.005453166,-0.03748179,-0.02829751,0.017189495,0.029709283,-0.02234014,0.0015533378,-0.0028332416,0.00049305387,0.007594096,0.031462364,-0.025815273,-0.04542495,0.0074622273,0.007516526,-0.036023475,0.040150195,0.01395483,-0.010883061,-0.0047705504,-0.0070355926,0.021455843,0.014466791,-0.024930974,0.030950401,0.012861094,0.010479697,-0.009758297,0.008920542,-0.015258005,-0.011100257,0.05526082,0.0013894713,-0.04176365,0.010340071,0.04157748,-0.039219357,0.01570791,0.020369863,0.011395022,0.022247056,-0.018089307,0.018089307,-0.009703998,-0.011139042,0.0063762483,-0.0068843313,-0.021921262,0.0250706,0.016987814,-0.00864129,-0.02156444,0.005961249,-0.012170722,-0.004991625,-0.0060582114,0.015963892,-0.016398283,0.014327166,-0.030159188,0.05218905,0.008765402,-0.000052086994,0.016941272,-0.009145495,0.02468275,0.012620627,-0.033261985,-0.045362893,0.0007684271,-0.023581259,-0.010875304,0.008268954,0.0022010468,-0.016863702,0.044463083,-0.01070465,-0.006100875,0.02156444,0.005914707,-0.003319993,0.0073807784,-0.0029205077,-0.024977516,0.0050963443,-0.019826874,-0.038474683,0.013838476,0.008214655,0.0057944735,0.047162518,-0.0032831472,0.00420429,-0.005569521,-0.031772643,-0.010673622,-0.019144258,-0.004681345,0.003923099,-0.02386051,0.023379575,0.008362038,-0.03319993,0.008439608,0.027428726,0.015886322,0.0025598076,-0.02592387,0.006868817,0.037854124,0.0071364334,-0.008059516,-0.021285187,0.03425488,0.014373708,0.014210811,0.041329257,-0.0117751155,-0.014955482,-0.040181223,-0.018197905,0.0022766774,0.021704067,-0.036023475,0.019563137,-0.0012624506,0.0021060235,-0.06270753,-0.002367822,0.014715015,-0.0103168,-0.021967804,-0.030981429,-0.023457147,-0.008749888,-0.016630992,-0.0077259648,-0.004665831,-0.0010161661,0.008028488,0.01790314,-0.0023096446,0.0015736999,0.019082202,0.018120335,-0.0032521193,-0.011022687,-0.003515857,-0.0062405006,0.009897923,-0.012031096,-0.016879216,0.0031978204,-0.030624608,-0.0049567185,0.0018170755,-0.028281996,0.008827458,0.037512816,-0.016786132,0.012519786,0.009812596,0.010278015,-0.01410997,-0.043501217,0.023069296,0.005007139,0.0005420199,-0.0038804356,0.008881757,-0.011069229,0.011736331,0.0012343315,0.014172026,0.020649115,-0.028514706,-0.01196904,0.00384359,-0.009835867,-0.0002613137,0.001441831,0.007291573,0.013698849,-0.0066865277,0.016693048,-0.00032336963,-0.0070355926,0.031772643,-0.035092637,0.018461643,0.045611117,-0.008230169,-0.03903319,0.009036897,0.004813214,-0.019780332,0.011069229,-0.0236278,-0.016708562,-0.021595469,0.02109902,-0.021688553,0.04468028,0.004483542,-0.016770618,0.02607901,0.037823096,-0.023565745,-0.028638817,-0.007578582,0.0049256906,0.012915393,-0.011488106,0.001207182,-0.0228521,-0.0072333957,-0.01498651,0.030267786,0.02752181,0.046914294,0.0023969107,0.0026063495,0.003000017,-0.025520507,0.0043633087,0.0059340997,0.0071597043,-0.0034247122,0.040739726,0.011038201,0.041825704,-0.013008477,-0.007881105,0.013055019,0.008858486,-0.02300724,0.0038784964,0.012426702,-0.0059185857,0.024201818,-0.0102237165,0.036675062,-0.015878564,-0.028002745,-0.0053562038,0.0043284018,0.0030931009,0.049458586,-0.00149613,0.023612287,-0.028499192,0.030547038,0.04846569,0.00077472965,-0.015521742,-0.031152083,-0.02102145,-0.038598794,0.0002535567,0.011084743,-0.04129823,0.013660064,0.038474683,-0.00014204993,0.029228348,0.0053872317,-0.0045339623,0.005616063,0.045052614,-0.040863838,-0.028359566,-0.0072101247,-0.011519134,0.02868536,-0.01712744,-0.03887805,0.033541236,-0.007912133,0.011433807,0.02277453,0.002305766,0.0041693836,-0.0061512953,-0.0010568902,-0.0037059034],"social":"https://twitter.com/emmekwan"},{"title":"revolte","description":"learn about web3 in a fun way! ","niche":"web3","youtube_url":"https://youtube.com/watch?v=ESlq7TyzOsE","youtube_transcript":"Hi there. I'm Anthony, and I'm working on a project that's called Revolt, and we are helping people to learn about wet free in a fun way. Without any technical stuff. Let me show you how it works. Basically, this is an adventure game where you can pick your chapter depending on what you want to learn. The first one will be to install your wallet, someone want to learn the basics. And if you want more advanced, well, you can go to the sub chapter and discover the whole ecosystem and the new protocol that are coming out. This is an overview of the first chapter where you'll end up installing your first wallet, which is the essential tool to explore web three and continue the adventure. Well, I have the confidence we cannot struggle at the beginning to get our first users because basically we had no community. And then like saying we can happen and then get our first players and our first feedback to improve our game. And in parallel of that, we did participate to hack it from s four and guess what, which is for nineteen thousand dollars which is completely insane. As for the metrics, we had about fifty people that created their very first one at using our game. It's not match, but that's a good start. Well and if you don't know what is the wallet, actually, I think I have an app to recommend you. When is it revolve dot app that tells you yourselves?","embedding":[-0.0049574533,0.027369192,-0.007111005,0.019798659,-0.016449554,-0.058321144,-0.0053936155,0.033272963,0.010576938,-0.008972484,0.023085454,-0.008474013,-0.02124734,-0.03193332,0.06290085,0.026559176,-0.027400346,-0.029830394,-0.050220985,0.03439452,0.03536031,0.023739697,-0.019346919,0.0024242064,-0.02557781,-0.036855724,-0.040220406,0.034737222,-0.04564128,-0.03638841,0.01928461,-0.025718005,0.041435428,0.009533265,-0.010257605,-0.019050952,-0.005448136,-0.032899108,0.025671273,0.017913813,0.014743848,-0.03710496,0.035298,0.008232566,-0.03417644,0.0008596683,-0.04243237,0.028412865,-0.027244573,0.018240936,-0.090721786,0.00537025,0.004501819,0.03710496,-0.03169966,-0.045921672,-0.010039524,0.021792544,-0.05380375,0.0045641284,0.028802296,0.05031445,0.031014264,0.02990828,0.02254025,-0.011472629,-0.018490171,0.022851795,-0.012640921,0.018007277,0.04897481,0.03638841,0.013365262,-0.0026714948,-0.038538065,-0.012570824,-0.037323043,-0.013365262,-0.04212083,-0.006269835,-0.015429245,-0.028085744,-0.0041785915,-0.008847866,-0.009174988,-0.030032897,-0.05283796,-0.022805063,0.0006688473,-0.037572276,-0.004069551,0.047666322,-0.046139754,0.012516304,0.031684086,-0.030344442,-0.029830394,0.055673018,0.041186195,0.031466004,-0.005997233,0.010351068,0.04732362,-0.025499925,0.01585762,-0.007940493,0.0318087,0.0014311579,-0.022010624,-0.0007272619,-0.12704788,0.0017222574,0.008629785,-0.0065073874,0.016433977,0.022929681,0.008621996,-0.064053565,0.016729943,-0.061810445,-0.05374144,-0.001368849,0.010927427,-0.017166106,-0.0073407693,-0.026450135,-0.05115562,0.0029713565,0.018225359,-0.002739645,0.055330317,0.0067254687,0.047199003,-0.036232635,-0.021854853,0.0075977934,-0.033397578,0.025655696,-0.027883241,-0.01719726,-0.008731037,-0.037198424,-0.027649581,-0.037447657,-0.0036606488,-0.07333759,-0.030095207,0.03109215,-0.042588145,-0.038538065,0.02096695,-0.018007277,-0.0031582832,0.0010943003,0.013746905,0.022306591,-0.0068695582,0.076702274,-0.05311835,0.043429315,-0.032182556,-0.004377201,-0.0356407,-0.04417702,-0.022384478,-0.0075900047,-0.021278495,-0.043242387,-0.029440964,0.029674621,-0.026154168,-0.0108417515,-0.01489962,0.0062932004,0.0049769245,-0.0419339,0.011760808,-0.031559467,-0.000025267362,-0.027353615,0.021294072,0.007913233,0.0076133707,-0.03984655,-0.041404273,-0.02051521,0.01332632,-0.004182486,-0.012383897,-0.016574172,0.0010047313,0.06797903,-0.027556118,0.010226451,0.016574172,-0.05688804,0.10137661,0.022805063,-0.011052044,0.0050470224,-0.018957488,0.019440383,0.0114258975,0.021356381,0.030983109,0.02867768,0.004490136,-0.015070969,-0.033802588,-0.00744981,0.045392044,-0.043273542,-0.028288249,-0.016480708,-0.038101904,0.0035009822,0.0063438267,0.0051171198,0.002102926,-0.021262918,0.034892995,0.026746102,-0.0042253234,0.000554452,0.0457659,0.009665671,0.021621194,-0.0262009,0.037852667,0.008170256,0.009252874,0.03884961,-0.007414761,-0.042588145,0.032681026,-0.019580577,0.026091859,-0.0015158592,0.013754693,0.030578101,0.01107541,-0.00066057185,-0.002611133,0.022836218,0.035391465,0.009681248,-0.03507992,-0.020842332,0.04299315,0.058227684,0.04305546,0.0038612057,0.052526418,0.045890518,0.0076094763,-0.03542262,-0.04171582,0.039098844,-0.011176662,0.0080767935,0.0026578647,-0.027649581,-0.023848739,0.015919928,-0.0141674895,0.038351137,-0.015444823,0.030671565,-0.027696313,-0.02260256,-0.026496867,0.0051365914,-0.0044940305,-0.004026714,0.017446497,0.0076484196,0.022493519,0.013731328,-0.041497737,0.02805459,0.029207304,-0.029721353,-0.03969078,0.018957488,-0.042183135,0.043865476,0.024160283,-0.015608383,-0.0076912567,-0.00047656585,0.031839855,0.026761679,0.019642886,0.036855724,0.021558885,0.006503493,0.015094335,-0.00089958496,-0.028755564,0.015927717,0.021185031,-0.048569802,-0.043086614,0.03772805,0.04003348,-0.010553572,0.026169745,0.02872441,-0.05121793,0.01275775,0.017851505,0.040469643,0.039379235,-0.008271509,-0.0419339,-0.021075992,0.054676075,-0.022727177,-0.014346628,-0.02243121,-0.025375307,-0.018022854,0.022400055,0.043865476,0.0020386698,-0.007099322,0.03277449,-0.0113558,0.025422039,-0.0061413227,0.03579647,-0.056483034,-0.0068929237,-0.051467165,-0.039316926,-0.024752216,0.010833963,-0.0029733037,0.027353615,0.025344152,-0.05592225,-0.024596445,-0.011488207,-0.0030141938,-0.0018848447,0.026278786,0.010561361,-0.063181244,0.032462947,-0.009992792,-0.024830103,-0.012625344,-0.0049379817,-0.048164792,0.02417586,-0.0010095992,-0.016901294,-0.05501877,0.009860386,-0.009034793,-0.007819769,0.017057067,0.020001162,-0.009424224,0.017602269,0.00565064,-0.026263209,-0.0061491113,0.007336875,-0.05701266,0.042307753,-0.024066819,-0.0227116,-0.0024378363,-0.020047894,0.016901294,0.029098265,-0.0023210072,-0.024066819,0.004560234,0.044395104,-0.0070058587,-0.012446206,-0.041466583,-0.008567476,0.032618716,-0.019783081,-0.01725957,-0.032182556,-0.014479035,0.074646086,-0.030282134,-0.005074282,-0.0064295013,0.0137624815,0.009985004,0.010218662,0.019767504,0.011659556,-0.023303535,0.02872441,-0.006086802,-0.072901435,-0.052993733,0.012617555,0.037759203,0.000098452954,-0.020546366,0.002763011,0.0064684446,0.039597318,-0.052588727,0.047759786,-0.044987038,-0.004018925,-0.024970299,0.019331342,-0.042245444,0.078384615,0.056638803,-0.023241226,-0.029986165,0.0046420144,-0.046825152,0.0239422,0.05875731,0.024144705,0.033397578,-0.0179917,-0.09252874,-0.005074282,0.017617846,0.048756726,-0.0069941757,0.011270125,0.040563103,0.019253455,0.02191716,0.05604687,-0.0011235076,0.018490171,-0.013373051,-0.016901294,0.007348558,0.041404273,-0.0032984782,-0.028257094,-0.02749381,0.007391395,-0.025733583,-0.03001732,-0.009260663,0.013988351,0.026216477,-0.030126361,-0.03492415,0.033771433,-0.0004283738,0.029098265,0.040843494,-0.029596735,0.028849028,-0.025266265,0.022960836,-0.009315183,0.006515176,-0.02215082,0.014401148,0.0025059867,-0.05807191,0.023802007,-0.032400638,-0.0017767777,0.010872906,-0.03663764,-0.022291014,0.031995628,0.019580577,0.03188659,0.016028969,-0.028584216,0.029581157,0.0056973714,-0.010888483,0.026341094,0.03135696,-0.06872673,0.00062260235,-0.07134371,0.015709635,0.014058449,0.043585088,0.048133638,-0.019829813,0.012134662,-0.026496867,0.0015148856,-0.06262046,-0.01253967,0.015982237,0.029550003,0.02130965,0.0012812271,0.069287516,0.021075992,-0.011714077,0.013630075,-0.009494321,-0.02288295,0.06716901,-0.009260663,-0.039316926,-0.04205852,0.011932158,-0.038288828,0.0045446567,0.02439394,0.017150529,0.013840368,-0.00019240312,-0.039815396,0.02568685,0.015164432,-0.010756076,0.0125941895,0.019549422,-0.047604013,-0.016153587,-0.033709124,0.029113842,-0.026091859,-0.007991118,-0.007188891,-0.008637574,-0.037416503,0.021356381,-0.03507992,-0.031839855,0.0076873624,-0.010756076,0.0015908246,0.017353034,0.041248504,-0.024440672,-0.028553061,0.026232054,-0.013396417,-0.018474594,0.010771654,0.03570301,0.029877126,-0.032057937,0.008707671,-0.021901583,0.012274857,-0.00643729,-0.016792253,-0.038880765,0.032743335,0.01900422,-0.0067021027,-0.0067488346,0.011238971,0.008606419,0.018926334,0.037634585,-0.011932158,-0.00015601568,-0.021543307,0.020219244,0.0062036314,-0.03311719,-0.03816421,-0.056701113,-0.0063282494,0.002369686,-0.05336759,-0.002942149,-0.030095207,0.03176197,-0.021714658,-0.0426193,-0.03148158,0.010460109,-0.01467375,-0.033148345,-0.011955523,-0.015865408,0.04243237,-0.0066904197,0.0046848515,-0.009689037,-0.013528824,0.038288828,-0.022166397,0.027976703,0.012921312,0.005487079,-0.0002558073,0.034425676,0.01900422,0.012415051,-0.016262628,-0.01883287,-0.0067994604,0.051716402,-0.03975309,-0.021262918,0.02299199,-0.024362786,0.0053040464,0.009338548,-0.031123305,0.02057752,0.0026656534,0.039628472,0.0037988967,0.011714077,0.017290724,0.0010923531,-0.01613801,-0.06037734,0.013240645,-0.0047744205,0.05875731,0.02215082,-0.03258756,-0.027852086,0.004447299,0.02665264,-0.001350351,0.0074459156,0.018287666,0.0048328354,-0.027587272,0.00309208,0.005502656,0.035952244,-0.0070642736,-0.006133534,-0.0056194854,-0.021356381,-0.0139182545,0.045921672,0.025640119,-0.011597247,-0.009969426,0.03579647,-0.0017514647,-0.026823988,-0.0019666252,-0.015733002,0.08748172,-0.016511863,-0.0030531369,0.038600374,-0.02687072,-0.009299606,0.0006313646,-0.005195006,-0.0035282425,0.011340223,0.023802007,-0.009907118,-0.023428153,0.032120246,-0.04807133,0.007617265,0.016184742,0.033864897,-0.047354776,-0.0036100228,-0.015927717,-0.004536868,0.017462075,0.014517978,0.00209319,-0.051124465,0.016122432,0.032743335,-0.017571114,0.015327994,0.008442858,0.0021496576,0.01556944,0.04268161,0.014214221,-0.016433977,0.022571405,-0.022960836,0.010195296,0.005806412,0.039192308,-0.0024378363,-0.0045524454,0.028132476,0.006818932,0.016106855,0.013707962,-0.07234065,-0.047230158,0.00814689,-0.028085744,-0.03507992,-0.0035924984,0.008170256,0.009027004,0.04395894,-0.009097102,0.013466515,-0.032369483,-0.02063983,-0.007741883,0.021714658,-0.034986455,0.03479953,0.005880404,-0.04305546,-0.024643177,-0.018365553,-0.018349975,0.034269903,0.005549388,-0.043211233,0.007932704,-0.0017855399,-0.005997233,0.0056428513,-0.024643177,-0.0016132168,0.004474559,-0.0069007124,0.013567766,-0.0029207305,-0.014050661,0.010787231,-0.020842332,-0.011791962,-0.026699372,-0.018209781,-0.018817293,0.008520745,-0.020499634,0.01219697,-0.0026792835,-0.03007963,0.021558885,0.04311777,-0.0328368,0.016932448,0.022322169,0.016948026,-0.017913813,0.025344152,0.018568058,0.02288295,-0.013388628,0.009322972,-0.008497379,0.026621485,0.033833742,-0.006067331,-0.0239422,0.033023726,0.0008713513,0.052713342,0.0048484127,0.037354194,0.03620148,-0.0034795636,0.026839565,0.008910175,0.010070679,-0.008801134,0.013186124,-0.057043813,-0.0024495192,0.0013299059,0.004661486,0.0050509167,-0.013645653,0.010016158,-0.0053157294,-0.038693838,0.0031134987,-0.008310452,0.014658173,0.009120468,0.0037657951,-0.02749381,-0.0053819325,-0.026855143,-0.0046536974,-0.019082105,0.029534426,0.028989224,-0.02034386,-0.07327528,-0.03367797,-0.016496286,-0.012228125,-0.035173383,0.0010923531,-0.010164142,-0.029830394,-0.0057090544,-0.00021041429,0.0047315834,-0.029269613,0.030204248,-0.0023365843,0.04738593,0.008567476,0.022586983,0.023303535,0.0057869405,0.005689583,-0.022026202,0.0070915334,0.0032556409,0.05548609,-0.015047603,-0.011449263,-0.00389236,0.009097102,0.01567848,0.023615079,0.023178916,-0.0031466002,0.004525185,-0.029550003,0.019611731,0.026216477,-0.013933832,0.0060906964,0.050220985,-0.014837311,-0.0328368,-0.008949118,-0.0012851214,0.0013591133,0.029425386,-0.021153877,0.00517164,0.05779152,0.002521564,0.01186206,0.03507992,0.025889356,-0.036045708,-0.017804774,-0.007905444,0.06523743,0.002914889,0.027929971,0.022696022,0.043429315,-0.0031349175,-0.0014691274,0.0041007055,-0.03626379,0.01687014,-0.009883752,0.026995338,0.011791962,-0.04969136,0.021153877,0.0053274124,-0.031793125,0.025422039,-0.023568347,0.023381421,-0.0094475895,0.0053429897,-0.00080514804,0.017368611,-0.032930262,0.016200319,-0.040407334,0.007878183,-0.030064052,-0.007827558,-0.023646234,-0.00058658,-0.015888773,0.0063438267,0.0024261535,0.039659627,-0.0007817822,-0.0151099125,-0.04941097,-0.007850924,0.027182264,-0.0072434116,0.0013931884,0.04800902,0.028802296,0.005413087,-0.0034464619,0.007235623,0.011947734,0.002942149,0.007578322,0.004400567,-0.036450718,0.008092371,-0.015172221,-0.004486242,-0.0036918032,-0.03856922,0.022057356,-0.009564418,0.07427223,0.0004994449,0.052651033,0.009883752,-0.022181975,0.01939365,-0.01107541,0.007893761,-0.0057246317,0.015826466,0.00694355,0.034269903,0.014089604,0.03953501,-0.0324941,0.056171488,0.022275439,0.015444823,0.0064333957,0.009089313,0.015771944,-0.006336038,0.0056194854,0.0022411738,0.012002255,-0.008910175,0.00090640003,0.0069123954,0.0012695441,0.009424224,-0.02215082,0.015865408,0.046513606,0.0056779,0.022166397,0.012446206,0.0064684446,-0.00922172,0.027275728,-0.01753996,0.015452611,-0.014751636,-0.010592516,-0.009089313,0.035173383,0.058321144,0.028802296,0.022696022,0.007465387,-0.0048678843,-0.022524673,-0.005070388,-0.014720482,-0.01906653,-0.05906885,0.004420039,-0.009696825,0.00859863,-0.028537484,0.019705195,0.014541344,0.0069162897,-0.0005364408,-0.016683212,0.025453193,0.04417702,0.028459597,0.005751892,-0.0000986355,0.003421149,-0.02282064,-0.0324941,-0.04109273,0.017228415,-0.024471827,0.0086843055,-0.0041785915,-0.038756147,0.001704733,-0.028553061,-0.031730816,-0.0012315747,-0.011137719,0.00034196887,-0.014876254,-0.06772979,-0.011379166,0.051591784,0.005436453,0.020702137,0.009735769,-0.024596445,0.029534426,0.0017261517,0.013505458,0.020733291,-0.013349686,0.013287377,0.041435428,0.016231474,0.028630948,0.021543307,0.005093754,-0.036014553,-0.018910756,-0.018474594,-0.043616243,-0.019315764,-0.005175534,-0.0036587017,0.03182428,0.0060517536,0.00950211,-0.019767504,0.004762738,0.00024850547,-0.0008226724,-0.038101904,-0.012056775,-0.0073407693,0.013077084,0.0035555025,-0.0011614772,0.010670402,-0.017617846,-0.010070679,0.0052183717,0.0053157294,-0.00792881,-0.010685979,0.000077764445,0.028584216,0.028911337,-0.022306591,-0.011122142,-0.03264987,-0.017633423,0.022197552,0.015787521,0.018801715,0.0017855399,0.022789486,0.026247632,-0.0046459087,0.0030745557,-0.0023112714,0.031450424,0.050127525,-0.044332795,-0.05115562,0.0070486963,-0.0021710764,0.027119955,-0.008419492,-0.0060945908,-0.011059833,-0.006347721,0.00716942,0.02490799,0.017617846,-0.017789196,-0.012064564,-0.044987038,0.0028798403,0.0030511897,0.011231182,-0.0037774781,0.0033296328,-0.017181683,0.011316857,0.005187217,0.009735769,-0.035111073,-0.0010115464,0.018973066,-0.009961638,0.014463457,-0.016449554,-0.0044940305,0.0012208653,-0.013544401,-0.0211383,0.007847029,0.0016141904,0.029440964,0.023879893,0.026496867,-0.0074186553,-0.005763575,-0.030157516,-0.042183135,0.052713342,-0.011659556,0.0048211524,-0.002689019,-0.024331631,-0.006795566,0.02568685,0.03046906,-0.01343536,-0.0108417515,-0.012267068,-0.0048484127,-0.032182556,-0.017804774,-0.025094917,0.017166106,-0.020032316,0.028537484,-0.0055104448,-0.02063983,-0.018225359,0.02659033,-0.0002896391,0.009346337,0.005436453,-0.02850633,0.012399474,-0.016885716,-0.026169745,-0.037011497,-0.010833963,0.015429245,-0.011573881,-0.0006367192,0.024892412,-0.019346919,0.010701557,0.032431792,-0.0141207585,0.01939365,0.020655407,-0.014237587,-0.0119711,0.03542262,0.100815825,-0.015296839,0.042307753,-0.011114353,0.046233214,-0.004871778,-0.016496286,-0.0048873555,0.0047199004,0.0005310862,-0.032462947,0.016449554,0.01107541,0.014074027,-0.01877056,-0.030360019,-0.002650076,0.0016570278,-0.008294875,-0.0051171198,0.0001851013,0.019206723,0.01366123,-0.015273473,-0.049068272,-0.036668796,0.017057067,0.016091278,-0.006561908,0.018412285,0.016948026,0.012804482,0.027244573,0.020826755,0.007944386,-0.0045563397,0.011371377,0.011495995,0.019144414,0.0015178063,-0.0019101577,-0.004420039,0.029238459,0.016465131,-0.011901003,-0.005942713,-0.0075354846,0.0016025074,-0.01945596,-0.006573591,-0.021558885,0.00038772696,0.006133534,0.023085454,0.003995559,0.0029947222,0.032618716,0.03001732,0.025624542,-0.008341606,0.030905223,0.0070954277,-0.00087427197,0.004299315,0.011519361,-0.011838694,-0.010600304,-0.0072979317,-0.012072353,0.004677063,-0.010265394,-0.005132697,0.0032770596,0.005490973,0.029814817,0.00542477,-0.0023677389,-0.0018965276,0.015546075,0.009361914,0.0011809487,-0.022680447,-0.01877056,0.0047666323,-0.013404205,0.018879602,0.025593387,0.045049347,-0.034207594,0.02990828,-0.041404273,0.010203085,0.015086547,-0.008536321,-0.024814526,0.018692674,-0.022181975,-0.0055454937,-0.040999267,-0.014136336,0.015468189,0.017212838,0.012968043,-0.017944967,-0.022104088,0.00843507,0.011098776,-0.011690711,-0.0050119734,0.024502981,0.0018663468,0.0022879054,0.01883287,-0.02310103,0.029690199,-0.00017341838,-0.00040038346,-0.023069877,0.028771142,-0.012656499,0.026294364,0.0021223975,-0.02176139,-0.013707962,-0.0009930483,0.019751927,0.030110784,-0.02844402,0.025780315,-0.0022859583,0.036793415,0.012492938,-0.0007394316,0.011270125,-0.034145284,0.0065346477,-0.028334979,-0.0076094763,-0.006476233,0.05953617,-0.016153587,-0.024767794,-0.010304337,-0.016761098,-0.0016268468,-0.0061958428,0.02867768,0.024316054,-0.0057596806,0.005389721,-0.015390302,0.0075121187,0.038288828,0.025795892,0.0057596806,-0.0349553,-0.0011011154,-0.010132988,-0.0309208,0.0016609221,0.009027004,-0.020281551,-0.0072044684,-0.01208793,0.03822652,0.006476233,0.0037716366,-0.013692385,-0.009883752,0.007033119,0.013653441,-0.005841461,-0.043865476,0.010156353,0.04374086,-0.017913813,-0.0027591167,0.017415343,-0.0003485405,-0.011651767,-0.013972774,0.0020289342,0.035952244,0.014424514,-0.014385571,0.010319915,-0.029659044,-0.012165816,-0.004334364,0.011869849,0.01613801,-0.01674552,-0.025048185,0.021075992,0.018396707,0.003991665,-0.034643758,-0.021995047,-0.030967532,0.028334979,-0.004840624,-0.021278495,-0.012453995,-0.0019471536,-0.03838229,0.007963859,-0.06258931,-0.024160283,0.036731105,-0.025328575,-0.0324941,0.005880404,-0.025141647,0.035609547,0.041310813,0.034207594,-0.00065278326,0.021776967,0.040095787,-0.021075992,0.007492647,-0.0026539704,0.015616172,-0.042245444,-0.0042409007,-0.0045563397,0.015927717,-0.024954721,-0.025562232,-0.012352742,0.036949188,-0.029986165,-0.008902387,0.046762843,-0.022836218,0.022914104,-0.019720772,-0.014284319,-0.033646815,-0.0017222574,-0.0039624576,0.0154604,-0.0029674622,0.01366123,-0.0036976447,-0.0192223,0.01680783,-0.031855434,-0.022337746,0.016153587,0.010366646,0.0103978,-0.030141938,0.0038612057,-0.02102926,0.023178916,-0.001318223,-0.012812271,-0.0077146227,0.031839855,-0.0033744173,-0.008699883,-0.0012685705,-0.018536903,0.011200028,0.022555828,-0.005751892,-0.014089604,-0.018864024,0.030422328,0.00095653924,-0.020063471,-0.0064295013,-0.016636482,-0.046139754,-0.004229218,0.015117701,0.017072642,0.005097648,-0.048663262,-0.03626379,0.0013561925,-0.01320949,0.014144124,-0.0064217127,0.013505458,-0.00618416,-0.015982237,0.04115504,-0.013817002,0.030437905,0.008287086,-0.043273542,0.010164142,-0.0031485474,0.021122722,-0.015951082,0.013365262,0.0037151692,-0.013411994,0.015444823,0.004680957,0.008318241,-0.020328283,0.024923567,-0.018116318,-0.004346047,0.015444823,-0.012150238,0.0076328423,0.0077146227,-0.03120119,0.010483475,-0.0010290707,0.008326029,-0.016901294,-0.0047315834,0.004560234,-0.027291305,-0.0065696966,0.011036467,-0.02613859,0.0050353394,0.038943075,0.024502981,0.009167199,-0.0028506329,0.006032282,0.022275439,0.0123916855,-0.00029645415,0.0056194854,0.0384446,-0.030297711,0.025453193,0.004902933,0.008551898,-0.011550515,0.004801681,-0.000697081,-0.0010319914,0.023225648,0.004233112,-0.008583053,0.013957197,-0.0018351923,0.02861537,-0.005841461,0.013256222,-0.02102926,0.028272672,0.039566163,-0.0008192649,0.039223462,-0.010016158,0.02507934,-0.006550225,0.013318531,-0.025172802,0.009463167,-0.0019013955,-0.0044511934,-0.008762191,-0.017025912,-0.0033666287,0.0051989,-0.014743848,-0.035609547,0.0038689943,-0.033210654,0.038974226,-0.014331051,0.029534426,-0.008419492,-0.0007516013,-0.06953675,-0.014198644,-0.019315764,0.0032867955,0.0005914479,0.010771654,-0.004310998,0.017243993,-0.00871546,0.025219534,-0.01315497,0.008777768,-0.017913813,0.0036567545],"social":"https://twitter.com/AntoineWisd"},{"title":"creato","description":"helping pakistani creators to monetize their content","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=i7rfNE5mqHo","youtube_transcript":"Hey, what's up? Have you been this is Isaiah from Keto. Keto is a platform that allows Pakistan creators to monetize their content. Without taking any time, let's jump into it. This is how the product works. Imagine yourself as a creator. You go on and sign up on the creator hub. You make a plan of your choosing and you pick a price. You link it with your Pakistani bank account. And then you upload video content or drop in links to share with your fans. They can click on the link and they can pay for it and start watching their content. So what is even up in the past six weeks? We've talked to two hundred plus different type of creators in Pakistan. Seventeen of those creators are using the product right now as you speak. And one is currently monetizing. We made most of our effort through warming reductions by a creator friends and mostly through the gaming party signing creators. Initially, we weren't expecting for them to reply to us. But it worked. So even after talking to two hundred plus creators, you can see only one is currently monetizing, and that's because we were initially teaching out to influencers, celebrity status creators, musicians, podcasters, essentially all types of creators. But we've moved our focus to creators that are currently monetizing their content, but manually and just try and automate it for them. So the learning has been to be persona specific and choosing the right audience. Hope you had fun watching this I'll drop in the QR codes for the product for you to check it out. Bye bye.","embedding":[-0.009183984,-0.0069559617,-0.02921353,0.0012395736,0.0037177766,-0.026660744,-0.0051357807,0.08634154,0.019893598,0.029379686,0.039787196,-0.0591219,-0.012960293,-0.049061812,0.03694741,-0.0060496475,-0.02166091,-0.0037612042,-0.056825902,0.012492032,0.039968457,0.005014939,-0.037823513,0.048608653,0.010090299,-0.03308047,-0.051841173,0.019364914,-0.046070974,-0.0102942195,0.020920753,-0.022144279,-0.028397847,-0.020029545,-0.0003139057,-0.019334704,-0.015679237,-0.019395124,0.012273005,-0.018337758,0.008315433,-0.026811797,0.013534293,0.040028878,-0.014183818,0.010097851,-0.022189593,0.029923476,0.036071308,-0.00017760455,-0.042989507,0.072021775,-0.028790582,0.0067784754,0.006567002,-0.014878659,0.021494754,0.027068585,-0.047279395,0.024938747,0.0030229357,-0.011918033,0.03879025,0.0059099244,-0.0093728,-0.029893264,-0.029394792,0.026570113,-0.04640329,0.027159218,0.045074027,0.0047166105,-0.0067180544,0.029319266,-0.0034137836,-0.026826901,-0.027113901,0.0023620815,0.0389413,-0.043593716,-0.0017928028,-0.012363637,-0.009992114,0.041781086,-0.024062643,-0.009199089,-0.05987716,0.00025608097,-0.024213696,0.028941635,-0.019017493,0.0155735,-0.036464043,-0.0044258344,0.05531538,-0.01744655,-0.028715057,0.053804856,0.046101186,0.021464542,0.026343534,-0.02416838,-0.041448772,-0.02419859,0.031026158,0.029122898,-0.015271395,0.0026717389,0.037158884,-0.015618816,-0.0752845,0.0075639477,-0.01773355,0.011706559,0.01773355,-0.00793025,0.022914644,-0.037672464,-0.0018126285,0.0065594492,-0.068154834,0.0055209645,0.040330984,0.008632643,-0.01067185,-0.046796028,-0.029636476,0.017703338,-0.021645805,-0.028971845,0.0056115957,0.016978286,0.023956906,-0.018322652,-0.020663965,0.035346255,0.0028473372,-0.010347088,-0.02416838,-0.004418282,-0.051357806,-0.054620538,-0.009236853,0.021736437,-0.08458933,-0.073955245,-0.04510424,-0.012159716,-0.011993558,-0.026056536,0.0064876997,-0.059605267,0.0040821903,-0.015105237,-0.011691454,-0.017023603,-0.007514856,0.05141823,-0.017401233,0.021645805,-0.018941969,0.020799913,0.008149276,-0.0136551345,-0.049394127,-0.004112401,0.0013453102,-0.053925697,-0.055194538,-0.006004332,-0.026977954,-0.021857278,-0.046675183,0.010618982,0.043956243,-0.023050593,0.016374078,-0.04842739,-0.009825957,-0.045648027,-0.006336647,-0.008111512,-0.058094744,-0.01877581,-0.03987783,0.024712168,-0.01176698,-0.054560117,0.016766815,-0.012167268,-0.029455213,0.039575722,0.005116899,-0.0046184263,0.018670073,-0.05338191,0.05280791,0.014923975,0.048548233,0.0149995005,0.02809574,-0.0034137836,0.017204866,0.032868996,0.014493476,0.004652413,-0.0013339813,0.006725607,-0.013677793,-0.009146221,0.05033065,-0.009168879,0.018277338,0.013269952,0.046554342,-0.0048676627,-0.05452991,0.035920255,-0.019485757,0.04398645,-0.023775645,0.06610052,0.014553896,-0.013896818,0.008995169,0.0048412285,-0.007824513,-0.0071938694,0.022416173,-0.017053813,0.009304826,0.03564836,-0.0010469818,-0.016948076,0.070088305,-0.04389582,-0.0124542685,-0.031690788,0.0007189149,-0.039968457,0.03761204,-0.0036951187,-0.019546177,0.022129172,0.010135614,-0.001524685,-0.040391404,-0.044409398,-0.0139270285,0.007394014,0.0865228,0.0016776255,-0.032264788,0.0069975015,-0.0059514637,-0.09298784,0.009093353,0.02160049,0.011819849,-0.030482369,0.04147898,-0.025694009,-0.0452855,-0.009146221,0.0013500307,0.046131395,-0.047944024,0.00651791,-0.034107625,-0.0018985395,0.050028548,-0.009123564,-0.0031928695,0.012220137,-0.0012962181,0.016358972,0.047188763,-0.023926696,-0.035376467,-0.008866775,-0.032566894,-0.039243408,0.0023280948,-0.017642917,-0.0047770315,-0.031690788,0.03196268,0.010936192,-0.0282619,0.028216584,0.03019537,-0.051931806,-0.0148711065,0.03019537,0.048155498,0.0012782807,0.02860932,-0.025271062,0.0035308492,0.024666853,0.021041596,-0.08434764,0.014040318,-0.016887655,-0.01159327,0.020875439,0.009229301,0.03117721,-0.0004937525,0.014485923,0.028473374,0.026283113,0.04646371,-0.0012357972,-0.008398512,0.030965736,0.07794303,-0.0213437,-0.010505693,-0.022824014,-0.041207086,-0.033624258,-0.029153109,-0.02993858,-0.0061213975,-0.025255958,0.018836232,-0.020603543,-0.03755162,-0.04522508,0.041509192,-0.03552752,-0.026645638,-0.001416116,-0.02610185,-0.0038593882,0.0041539404,-0.0012622314,0.009584273,0.008458933,-0.02676648,-0.07830555,-0.014440607,-0.007174988,-0.0043163216,-0.0048072417,0.002515022,0.0017276616,-0.009788194,0.01814139,0.010702061,0.007005054,0.015097685,-0.003149442,0.04129772,0.0070465934,0.029334372,-0.05613106,-0.012529794,-0.0279749,-0.036071308,0.027174322,-0.0016247571,0.031932473,0.012514689,-0.0058381744,-0.08779164,-0.010762482,0.026570113,0.015497974,0.013587161,-0.038729828,-0.00086241466,0.015513079,-0.0077791973,-0.03082979,0.055194538,0.04250614,-0.013368135,-0.009063142,0.04459066,0.031932473,0.021207754,-0.021932805,-0.0071372245,0.041207086,0.0054869773,-0.021827068,-0.06283779,0.021751542,0.05848748,-0.04697729,-0.01747676,-0.0038008555,0.052868333,0.008572223,0.029485423,-0.006918199,-0.0028171267,0.013859055,0.0032287445,0.009131116,0.013481424,-0.0058985953,-0.022537014,0.002513134,-0.01035464,-0.018836232,-0.0068653305,0.031509526,0.021645805,-0.035346255,0.045013607,-0.0527777,0.0028945412,0.00030942136,-0.037914146,0.057037376,0.055013277,0.00283412,0.012680847,-0.040421616,-0.023790749,-0.014840896,0.0033646917,0.0155735,0.03818604,-0.0432614,-0.019938914,-0.010792692,0.0030097186,-0.004652413,0.0024980286,-0.028745268,0.017310603,0.028458267,-0.0043314267,0.04827634,0.022098962,0.0017059478,-0.061266843,0.05857811,-0.029802633,-0.030527685,-0.033865944,-0.030452158,0.009040484,-0.014591659,0.012356084,-0.04885034,-0.011177876,-0.025920587,0.014289554,-0.0025811074,-0.05588938,-0.02794469,0.000047557896,-0.010860666,0.014365081,-0.0021222858,-0.031569947,0.031147,0.0124467155,0.028488478,0.032989837,-0.009606931,-0.027733216,-0.010105404,0.03314089,-0.022718277,0.01243161,-0.047339816,-0.03637341,0.06942367,-0.06253568,-0.020603543,0.008262565,-0.009070695,-0.03289921,-0.048004445,0.0037498751,-0.01595113,-0.056433167,0.06099495,-0.01580008,0.02090565,-0.018987283,0.013421004,-0.035436887,-0.018201811,-0.009682457,0.04957539,0.03178142,-0.018337758,-0.0432614,-0.06313989,-0.025981009,-0.022944856,0.0046297554,0.003236297,0.023549065,0.016117288,0.022189593,0.06495252,0.02318654,0.017280392,0.02318654,-0.037763093,-0.056221694,0.034621205,-0.020014439,0.004965847,-0.0058910428,0.025497641,-0.0085420115,0.010618982,-0.014108292,0.020754596,-0.023262065,0.0021411674,-0.06422747,-0.01476537,-0.010996613,-0.011736769,-0.034107625,0.0058495034,-0.03495352,0.008209697,-0.0068691066,-0.04141856,-0.0048110182,-0.0058192927,0.02090565,0.033624258,-0.030935526,-0.041630033,-0.013519187,-0.050602544,-0.017023603,-0.014599212,0.014636975,-0.006019437,0.010090299,-0.0022978843,0.011404455,0.009478536,0.029198425,-0.03625257,-0.017642917,0.0056002666,0.029138003,-0.02607164,0.028156163,0.012665742,0.014025213,-0.0026887322,0.009312379,-0.013141557,0.016041763,0.029409897,0.01493908,-0.0063404236,0.000708058,0.01652513,0.024304327,0.041690454,0.0032268565,0.0014916422,-0.052536014,0.01404787,-0.012688399,-0.057430115,0.0071825404,-0.03555773,0.040330984,0.0037687568,0.0003356195,0.015513079,0.009561615,0.03764225,-0.06543589,0.0028832122,-0.0057437667,0.0006013773,-0.0035742768,0.0051471097,-0.016661078,-0.002843561,0.0047543733,-0.0070579224,-0.023549065,-0.028730161,-0.013556951,0.06537547,-0.029666686,0.029983897,0.009939246,-0.0070579224,-0.0127186095,-0.0019117566,0.02064886,0.009984562,-0.03752141,-0.03184184,-0.045557395,0.030708948,0.00066935085,0.0030909092,0.033291943,0.0149995005,0.0074393293,-0.038276672,0.01067185,-0.008020882,-0.010399956,-0.008519354,-0.02965158,0.007174988,0.040784143,0.010996613,0.02771811,-0.04063309,0.021902595,0.02445538,-0.019863388,0.053200647,0.02702327,-0.040512245,-0.036071308,-0.0011281724,0.017658023,0.0014954185,-0.023624592,0.0047505973,0.015044817,0.016721498,-0.018670073,0.023337591,0.014244239,0.011298718,0.0057437667,-0.032023102,-0.0044975844,-0.045527186,0.022053646,0.014138502,-0.018005444,0.034168046,0.016600655,-0.033926364,0.03876004,-0.017809074,0.07129672,-0.027461322,0.009727773,0.012726163,-0.025527852,-0.012333427,-0.010460377,-0.014342423,-0.030663632,0.050058756,-0.014508581,-0.025452325,0.0224917,0.056402955,0.015769867,0.0064990283,-0.0020807465,0.0143348705,-0.028730161,0.008753485,-0.024289222,-0.034560785,0.0053057144,-0.008202144,0.008292776,-0.03111679,0.0025018048,0.024002222,-0.01081535,0.03800478,-0.024243906,-0.01496929,-0.013617371,-0.021358807,0.016253235,-0.009153774,0.02644927,-0.0458595,-0.012945188,0.0060118847,-0.013186872,-0.03289921,0.025709115,-0.0018145166,-0.013821293,0.053653803,0.013504082,-0.048759706,-0.013685345,-0.011668796,-0.03305026,-0.018050758,-0.0045126895,-0.00037527076,-0.024681957,0.012016216,-0.00036016552,-0.008579775,-0.03368468,-0.00090867444,0.018836232,-0.01124585,-0.026826901,-0.009682457,0.0024394959,-0.07504282,0.018096074,0.01176698,0.009380353,-0.0040595327,0.00043663578,-0.022083858,-0.019591494,-0.0017021714,-0.014153607,0.011834954,-0.0003733826,0.027476426,0.0032268565,-0.017068919,-0.01563392,0.004293664,-0.019395124,0.008035987,-0.039756984,-0.022325542,-0.025437219,-0.050632756,-0.00888188,0.035859834,-0.011072139,0.026570113,0.03428889,-0.02261254,0.023745432,0.0054983064,-0.005921253,-0.033805523,0.029983897,0.016087078,-0.018851336,0.0813266,0.015316711,0.022280226,0.024379853,-0.016071973,-0.041056037,0.03178142,0.02229533,0.03999867,0.0074506584,0.029606266,0.015437553,0.020588439,0.03178142,0.0020071084,0.010188483,-0.008035987,0.025044484,-0.014599212,0.0077716447,-0.022718277,0.00732604,-0.032264788,-0.0061969236,0.02261254,0.024289222,0.021434331,0.00033845173,0.0025905482,0.0042710057,-0.011457322,0.018458601,-0.029364582,-0.0071787643,-0.006797357,-0.0098939305,0.007862276,-0.03302005,-0.029545844,0.023095908,0.015558395,-0.00079774536,0.026252903,-0.025255958,-0.08084323,-0.034651414,0.025845062,0.023881381,0.017371023,-0.024953851,0.030029211,-0.03126784,-0.026811797,-0.030059423,0.04386561,-0.025769535,0.019304493,-0.010732271,0.0027736991,0.018247128,-0.003698895,-0.034530573,0.023050593,0.042929083,-0.042959295,0.019304493,0.016570445,0.011925585,-0.008035987,-0.022718277,-0.00793025,0.017099129,-0.008171934,-0.05975632,-0.016706392,-0.0005551175,-0.032204367,0.018488811,-0.03196268,0.033503417,-0.011472428,0.026086746,0.06368368,-0.06555673,0.002771811,-0.0025225747,-0.006714278,-0.041750878,-0.020724386,-0.012831899,-0.0031097909,0.02632843,0.0057437667,0.0046108738,0.02315633,-0.025029378,-0.0050942414,-0.013262399,0.015996447,0.03561815,-0.024289222,-0.008700617,0.004727939,0.028246794,-0.022657856,-0.0351952,-0.004459821,-0.03613173,-0.008383407,0.037914146,0.001232965,0.010014772,-0.03365447,-0.0067633702,0.0178846,-0.0028246795,0.05851769,0.02515022,0.016600655,-0.033805523,0.028020216,0.016781919,0.038216252,-0.014221581,0.001965569,-0.024213696,0.011615927,0.026086746,-0.012280558,-0.01046793,-0.010128061,-0.015105237,0.009274616,0.008202144,0.029712003,-0.030875105,-0.007854723,-0.014395291,-0.049363915,-0.0011527184,-0.0010403732,0.0019098684,0.061206423,-0.024727274,-0.016162604,-0.00040123286,-0.0053057144,0.005233965,0.010573667,-0.009274616,-0.005056478,0.0050338204,0.041901927,0.0044635977,-0.012998057,-0.024032433,0.04132793,0.043623924,0.023685012,0.020497806,-0.0022544567,-0.014251792,0.008783695,-0.0034458824,0.0032174157,0.0043465323,0.016797025,0.0067331595,0.00609874,-0.008896985,0.002452713,0.016555341,-0.00013877937,-0.0004600017,-0.014833343,0.02737069,0.042536348,0.0054001226,0.009108459,0.00017524435,0.036433835,-0.01598134,0.007042817,0.0063781864,0.011321375,-0.0009233076,0.0050224913,0.024017328,-0.0044031767,0.005407675,-0.017748654,0.028926529,-0.024651747,0.0044220584,-0.009486089,-0.0072240797,0.010951297,0.02099628,-0.03694741,0.03120742,-0.025210641,-0.010694508,0.02353396,0.016948076,0.022008331,0.02956095,0.048880547,0.045648027,-0.03743078,-0.014055423,-0.013738213,0.0085495645,0.023775645,-0.042808242,-0.03305026,0.003296718,0.032143947,0.03743078,0.035285834,0.0007543178,0.015263842,0.006008108,0.00083834067,0.03235542,0.016978286,0.039908037,0.0016993392,-0.013088688,0.002599989,0.012809241,0.026947744,-0.020482702,0.0037895264,-0.046040762,0.0144708175,0.0014151719,-0.030875105,-0.031569947,-0.016132394,-0.018005444,0.038669407,-0.025663799,-0.030482369,0.011351586,-0.016585551,-0.005086689,0.031388685,0.010369745,-0.030875105,-0.004444716,-0.0149995005,0.003810296,0.008058644,0.032627314,-0.007847171,-0.050028548,-0.009100906,0.0071485536,-0.031721,-0.022688067,0.0060723056,0.0125449,-0.00669162,-0.050814018,-0.015248737,-0.04256656,-0.044167716,-0.016812129,-0.0136626875,0.006472594,0.023579275,0.00096484704,0.006472594,-0.001965569,-0.020724386,0.019591494,-0.029712003,-0.02794469,0.0011262842,-0.016147498,-0.008625091,0.01909302,0.001672905,-0.037672464,0.002477259,0.029002056,0.020663965,-0.01617771,-0.011797191,0.0038744935,0.016343867,0.0037328817,0.012159716,-0.021811962,-0.028956741,0.029394792,-0.023473538,0.006529239,-0.00017890266,0.00068776036,0.031721,-0.021766648,0.013421004,-0.017929917,-0.00842117,0.0061365026,0.034016997,-0.038488146,-0.022114068,0.01623813,-0.0144632645,0.028020216,-0.008745933,-0.00014562393,-0.014780475,0.0054492145,0.00062686735,0.01598134,0.011155218,0.014931527,-0.020241018,0.014606765,0.011464875,0.0047657024,-0.0017899707,-0.013942135,-0.020422282,-0.010936192,0.0044333874,0.02860932,-0.00366302,-0.028458267,-0.0071334485,-0.0041199536,0.0046335314,0.046947077,0.029183319,-0.024123065,0.0076998947,0.00031579388,0.0005206587,-0.000010650372,0.0030286,0.008013329,0.019938914,0.0025962128,-0.016374078,-0.025588272,-0.011170323,0.0073902374,-0.0017323819,0.010664297,0.017023603,-0.004697729,-0.021479648,-0.002673627,-0.008625091,-0.007333593,0.03564836,0.0082776705,0.007677237,0.00016049315,-0.002197812,0.0029927252,0.0077565396,0.0019145889,-0.020135282,-0.004055756,0.012363637,-0.020150388,0.001256567,0.015233632,0.034742046,0.04957539,0.029334372,-0.022144279,0.015044817,0.008458933,-0.030784475,-0.023700118,0.022023436,0.00077225524,-0.015966237,0.0001574249,-0.013753319,-0.02667585,0.0006773755,-0.02283912,-0.005090465,-0.018080968,-0.0062800026,0.029017162,0.02457622,0.0039122566,0.093592055,-0.023820959,0.058789585,-0.011004166,0.039092354,-0.009697562,-0.014856001,0.010694508,-0.029863054,-0.02641906,-0.0075979345,0.003893375,0.02160049,0.03443994,-0.016630866,-0.027491532,-0.010196036,-0.0030002778,-0.0067595937,0.0041539404,0.009803299,-0.008640196,-0.0018881547,-0.040904984,-0.04063309,-0.025391905,-0.028669741,0.02829211,-0.032687735,0.012038874,0.00799067,-0.013640029,0.010800245,-0.0049847285,0.017748654,0.017990338,-0.004795913,0.0064990283,-0.013405899,-0.0049469653,0.015414895,-0.0064914757,0.017703338,-0.0030097186,0.011049481,0.017265286,-0.02125307,0.011751874,-0.015075027,-0.048820127,-0.038034987,0.010241351,0.028715057,0.029425003,0.030618316,0.0015794414,0.0014614317,0.020497806,0.0012990504,0.010331983,-0.022537014,0.03619215,-0.023413118,-0.008496696,-0.017552286,0.015105237,-0.009319931,-0.0027321598,0.04217382,0.010921087,-0.0071485536,0.028080637,-0.020165492,-0.00053293165,0.019546177,-0.0061704894,0.0018824902,0.012205032,0.0037933027,0.024727274,-0.023941802,0.0036158161,-0.015165659,0.013602266,-0.020074861,0.044892766,0.023503749,0.02093586,0.00024829234,0.022416173,-0.013866608,0.012016216,0.023987116,0.0045089135,0.00095115794,0.009138669,-0.035346255,0.013700451,-0.012273005,0.0047808075,0.0056833457,0.016600655,0.020195702,0.02604143,-0.015346921,-0.00085533404,-0.04510424,0.018096074,0.007862276,0.022370856,0.0030210475,-0.009168879,-0.00398023,0.0068691066,0.011215638,0.02108691,-0.016736602,0.012386295,0.0009997779,-0.03882046,0.047188763,0.014606765,0.014833343,0.024651747,0.0037423226,0.026177377,0.015996447,-0.018307548,0.009606931,-0.0014557673,0.019984229,0.023141224,0.0041841506,-0.014523686,0.014584106,0.018639863,-0.030527685,-0.023428224,0.0011631033,0.0037460988,-0.03507436,-0.012348532,-0.0041841506,-0.028805688,0.016162604,0.017114233,-0.011532849,0.013572056,-0.023413118,0.031418893,0.026993059,0.020603543,0.02315633,0.014569001,0.016071973,0.0070579224,0.027990006,-0.009742878,-0.03166058,0.012492032,0.0082776705,-0.019893598,-0.01747676,-0.013504082,-0.011208086,-0.0061100684,-0.041599825,0.015180764,0.022914644,-0.00084683736,-0.015445106,0.01880602,-0.05102549,0.019606598,0.009825957,0.007884934,-0.018594548,0.033231523,-0.04126751,-0.015090132,0.022159383,-0.014606765,0.0059023714,-0.025905482,0.015936026,0.030844895,0.006555673,-0.011608375,0.0076961187,0.011215638,-0.017642917,0.008330539,-0.0104301665,-0.0042445716,0.011442217,0.004176598,-0.020241018,-0.0051810965,0.00019082164,0.04582929,0.028125953,0.0025055814,-0.029742213,0.032717943,-0.0129829515,0.03289921,0.0049885046,-0.0013604155,0.0024980286,-0.015180764,-0.0051320046,-0.018639863,-0.010286666,0.0017663687,0.010029878,0.0089498535,-0.0037895264,0.020815017,0.037189096,-0.026857112,0.045950133,0.0062686736,0.026147166,-0.04516466,0.03498373,0.032204367,0.016464708,-0.01684234,-0.0025584495,-0.01222769,0.034590993,-0.008149276,0.007579053,0.008428723,-0.024032433,0.014417949,-0.02261254,-0.012877215,-0.001416116,-0.011797191,-0.021676015,0.004909202,0.03869962,-0.00038423948,-0.032294996,-0.03126784,0.0008609985,-0.01219748,-0.009418116,-0.023292277,0.01130627,0.016766815,0.012914978,-0.010316878,-0.00020970318,-0.0074393293,0.011759427,-0.036554676,-0.008761038,0.0037763093,-0.042264454,0.014644528,0.023609485,-0.02108691,-0.0015784974,-0.01684234,0.009048037,0.003676237,-0.041056037,-0.020452492,0.03815583,-0.029289056,0.017612707,-0.0067784754,0.020407176,0.032294996,-0.005588938,0.04398645,-0.009093353,-0.012998057,-0.029787527,-0.007748987,-0.0052792807,0.002879436,-0.029440109,0.0025697786,-0.0121823745,0.017008498,-0.021268174,-0.01972744,-0.018307548,0.02090565,-0.039605934,0.0031588827,0.012265453,-0.0102942195,0.011464875,-0.018609652,0.014312212,-0.004761926,0.008700617,0.0121823745,0.012567557,-0.014168712,-0.016313657,0.0084060645,0.028986951,0.013949687,0.0028246795,0.015784973,-0.0026962848,-0.037340146,0.004576887,-0.028775478,0.022023436,-0.011049481,0.008307881,0.013677793,-0.023231855,0.014833343,-0.0026774034,0.0076998947,0.042838454,-0.0012896097,0.012333427,-0.02823169,0.0071485536,-0.016661078,0.008753485,0.008458933,0.010686955,-0.012416505,0.04963581,-0.013949687,0.02863953,-0.015618816,0.011970901,-0.028548898,-0.0021694896,-0.029032266,0.0034874217,0.0020222138,0.028986951,0.0048110182,-0.00060279336,-0.013466319,0.012847004,0.023987116,0.02093586,-0.005116899,0.010233798,0.059212532,0.0051546623,-0.0009978898,0.0010460377,0.017340813,0.013730661,-0.007103238,0.007533737,0.0038442828,-0.022053646,0.006468818,-0.033171102,0.01228811,-0.005369912,0.021615595,-0.034137838,-0.0061062924,0.00050036097,0.011072139,0.003443994,0.019848282,0.039575722,0.024953851,-0.02927395,-0.023473538,-0.027612373,0.018035654,0.024757484,-0.044892766,0.002354529,0.0033382575,0.012061533,0.028020216,0.01877581,-0.009984562,-0.02283912,-0.029092688,-0.018639863],"social":"https://twitter.com/uzairshah32"},{"title":"smalltalk","description":"personalized morning news podcasts covering your favorite topics","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Ivqd0Gfl64o","youtube_transcript":"Hey, I'm Sam, and I'm building small talk, which is personalized morning news podcasts covering just your favorite topics. Here's how it works. Go to the website, sign up, provide info about what you want in your podcast, and then each morning you'll get a text with your episode. Covering top stories from your favorite topics. Just sound a little bit something like this. Hey, Sam. Welcome to your daily news update on business. US politics, and artificial intelligence. Today is May seventeenth twenty twenty three, and I'm your host, Wallace. Let's get started with today's headlines. First in business, Bud Light and Budweiser go camouflage to honor vets and bounce back from sales slump. In terms of progress, I've made a hundred and sixty bucks in revenue via Bymia Coffee and had thirty eight unique users in the past five weeks. I started out by launching a demo and a waitlist in week one on Twitter. Over the next two weeks, I started accepting more users and growing the waitlist via Twitter and Word-of-mouth. And then lost half my users in week four when I launched v two, which was more focused on tech news, and I relied solely on Reddit for marketing channels. This past week, I accepted more users off the wave list, and I've been talking to them to find out what I can approve upon for v three. I'm planning to do more marketing on Twitter. And TikTok going forward. So that's it. That's where small talk stands today. Go sign up to get your own personalized news podcast at the link below. And I'll be launching version three next week, and thanks for your time.","embedding":[-0.013703351,0.0028342428,-0.025566185,-0.002938642,-0.01102764,-0.037305284,0.004829426,0.027561367,0.027128303,0.042161778,0.0053552883,-0.03350052,-0.043986827,-0.021111822,-0.01152257,0.01020018,-0.030778406,-0.015157205,-0.063722126,0.034088247,0.012411895,0.028922422,-0.029370952,0.05648379,-0.0023141804,-0.010045515,-0.03693409,0.032263193,-0.03826421,-0.033747982,0.026648842,-0.027514968,-0.0037235685,0.008011665,0.0052470225,-0.012419628,0.026664307,0.00237798,0.04853399,0.013502286,-0.017539052,0.003909167,0.06112375,-0.014399345,-0.04813186,0.0019265504,-0.040027395,0.02683444,-0.00029458918,0.045904677,-0.067434095,0.0077912677,-0.04036766,0.0067704762,-0.018018514,-0.009001524,0.005873417,-0.008908724,0.007300205,-0.009341788,0.014484411,-0.006403146,0.041945245,-0.0021053823,-0.029927747,-0.015296404,-0.006093815,0.019395037,0.036470093,0.008003932,0.06731036,-0.008645793,-0.015683068,-0.01029298,-0.033562385,0.020771557,-0.04392496,0.025009388,0.02156035,-0.04308977,0.0042107645,0.009697518,-0.0039130338,0.010416712,-0.06638237,-0.015721735,-0.00875406,-0.0038105678,-0.025875514,0.0026447778,-0.031799197,0.03210853,-0.0145617435,0.01777105,0.060814418,-0.032170396,0.010664176,0.056174457,0.059453364,0.011538036,-0.0030565741,0.008003932,-0.028241895,-0.027112838,0.017260654,0.013115622,0.026463242,0.021900615,0.008800459,-0.011677234,-0.13276474,0.012527894,0.03130427,0.007597936,-0.020555027,0.00634128,0.050204378,-0.0068091424,-0.0050962237,-0.023168871,-0.048905186,0.023323536,0.04652334,0.013525486,-0.0042339643,-0.032912787,-0.008436996,-0.013997215,-0.009117523,-0.010347113,0.049709447,-0.005421021,0.03693409,-0.026138445,-0.039346866,-0.05567953,-0.019503301,-0.007203539,-0.020415828,-0.002190448,0.052091293,-0.01502574,0.001075891,-0.045966543,-0.021622218,-0.0434919,-0.02844296,-0.00634128,-0.057937644,0.012172163,0.0111204395,0.026586976,-0.041852448,0.026045647,0.030793874,0.0020029163,-0.0028458426,0.030747473,-0.04540975,-0.011445236,-0.0060474155,0.04005833,-0.05298835,-0.016038798,-0.05799951,0.017894782,0.023246204,-0.053637948,-0.07454871,-0.033067454,0.006716343,-0.05187476,0.016193463,-0.0013581552,-0.008986058,-0.016672926,0.053576082,-0.033747982,-0.0030778407,-0.036284495,-0.03693409,0.015211338,-0.024839256,-0.03616076,-0.009187123,-0.024437128,-0.011514836,-0.020307561,0.02442166,-0.034459442,0.0045587616,-0.007369804,0.025380585,0.019518768,-0.012195364,-0.023292603,0.058772836,-0.008939657,0.035232767,0.016580127,0.011476169,0.010393512,-0.0065114116,0.0058270176,-0.008050332,0.0044311625,0.019549701,0.022612076,-0.031056805,0.00708754,0.08556088,-0.022704875,0.015288671,0.044543624,-0.076590285,-0.013927615,-0.08184891,-0.0057380847,-0.06310347,0.067495964,-0.0022310477,0.05085397,0.029649349,-0.0043576965,0.009194856,0.02688084,0.046956405,-0.024344327,0.037119687,0.010370312,0.02920082,-0.012450562,-0.012264963,-0.04188338,0.03362425,-0.010014582,0.06010296,-0.039439667,0.00991405,0.024792857,0.022271812,0.0024804457,0.02044676,0.041140985,0.022658475,0.0015901532,-0.05366888,-0.0824057,0.0050962237,0.0011300237,0.07615722,0.0045896946,0.03365518,0.0118551,0.032510657,-0.030871205,-0.0047056936,0.034181044,0.028721357,-0.04664707,0.022813141,-0.019627035,-0.054040078,0.02196248,0.00475596,-0.016317196,0.002482379,-0.0015273205,0.017879315,-0.037954878,-0.050699305,-0.042347375,-0.018235046,0.033995446,0.0021537151,-0.0039188336,-0.036593825,-0.014731876,-0.014716409,0.005397821,-0.020245695,-0.024328861,0.008421529,0.0013494552,0.02853576,0.013742018,0.048626788,0.009612452,-0.015945999,-0.031428,0.01834331,-0.028009897,-0.013285754,0.020709692,-0.0006060949,-0.0073040714,0.039903663,-0.015729466,-0.034706905,0.010749242,0.034521308,-0.047791597,-0.0019410503,-0.009457787,0.028195495,0.030020546,0.006024216,-0.0037603015,0.02572085,-0.042625774,-0.03684129,0.06576371,-0.0077487347,-0.08747873,0.0049724914,0.012914558,0.0668773,-0.0108884415,-0.0119092325,-0.038697273,-0.023091538,0.005714885,0.004001966,0.008699927,-0.0037738348,-0.006600344,0.069104485,-0.016131597,0.02214808,-0.065949306,0.03693409,-0.022612076,-0.0351709,0.014739608,-0.0075902026,-0.044543624,0.014028148,-0.034892507,0.02553525,0.03897567,-0.03866634,-0.044667356,-0.029788548,-0.008638061,0.034490377,0.0045084953,-0.000676661,-0.030902138,-0.040336724,0.05165823,-0.0022387812,-0.020060098,0.06171148,-0.058494437,0.019673433,0.03733622,0.025210453,-0.028767757,0.0036771689,-0.0014006882,-0.02004463,0.023091538,0.056824055,-0.0065771444,0.016951323,-0.007365938,-0.04841026,-0.043027904,-0.015659867,0.016858524,0.039408732,-0.012976424,0.039439667,-0.023787532,-0.07058927,0.0018530843,0.010254313,0.042935103,-0.008769526,0.041543115,0.035634898,0.018729975,-0.021529417,-0.008877791,-0.02129742,0.04803906,0.0039536334,-0.017972115,-0.042038046,0.0051503563,0.03473784,-0.078198805,-0.012744426,0.00027912264,-0.0030198412,0.0016288196,-0.017786516,0.024483526,0.0065230117,-0.011893766,0.03173733,0.030948538,-0.050606504,-0.02415873,-0.010563644,-0.0118087,-0.018791841,-0.017384386,0.0084679285,0.016379062,0.053637948,-0.076652154,0.053452346,-0.019611567,-0.01457721,0.028427493,0.035294633,0.0069328747,0.08982964,0.05054464,0.031675465,-0.058246974,0.047513198,0.02437526,0.009357254,0.007249939,0.026308578,0.027731499,-0.01540467,-0.028953355,-0.05858724,-0.016131597,0.04974038,-0.009712985,-0.020106496,-0.0119015,-0.059453364,0.03421198,0.0063026133,0.016997723,-0.04902892,0.025504317,-0.057380848,-0.024344327,-0.01750812,-0.0396562,0.008382862,0.004415696,-0.011128172,-0.052586224,0.012373229,-0.048595857,-0.020121964,0.017539052,-0.015976932,0.008127664,0.02517952,-0.026617909,-0.01682759,-0.021251021,-0.005189023,0.013069223,-0.016224395,0.024483526,-0.0072344723,-0.011978832,-0.013131089,0.0046670274,0.03433571,0.005196756,0.06533065,-0.010215647,-0.026927238,0.017709184,-0.056050725,0.009179389,-0.01067191,0.012450562,-0.006855542,0.025597118,-0.03402638,0.015829999,0.02205528,0.05691685,0.032170396,0.0034973705,-0.0087308595,0.027978964,-0.00630648,-0.024730992,0.005080757,0.03705782,0.029711215,-0.019364104,-0.0005940116,0.00093282544,-0.03987273,0.0044659623,0.027267503,0.012350029,-0.020833423,0.0062794136,-0.020740625,0.0906339,0.009341788,0.040553257,-0.049678512,0.016843058,0.017569985,0.0048448923,-0.06898075,-0.018637177,-0.015814533,0.039223135,-0.0048255594,0.021761416,0.010091915,0.030144278,0.0029502418,-0.0122881625,-0.043955896,0.027375769,-0.011104973,-0.0059855497,-0.009627919,-0.0007452937,-0.0065964777,0.0097516505,-0.016332662,-0.019441435,-0.008328729,-0.02598378,0.028551225,-0.02714377,-0.046152145,0.0042726304,-0.035696764,-0.029432818,0.016131597,0.009032457,-0.020121964,0.027917098,-0.0007965266,0.004334497,-0.007775801,-0.015458803,0.016270796,-0.014461211,-0.023199804,0.016177997,0.05868004,0.0044311625,0.047049202,0.01542787,-0.007872467,-0.030190678,-0.016873991,-0.008839126,0.02669524,0.011081773,0.0063219466,-0.028551225,0.014283346,0.033809848,-0.0019516835,0.01862171,0.022411011,-0.0014857542,-0.020013697,0.01736892,0.0079034,-0.036315426,-0.023091538,-0.07157913,0.03402638,0.013185222,0.014430278,0.00553702,-0.002147915,0.023895798,-0.035294633,-0.02139022,-0.0011570902,0.005885017,-0.00053069554,0.018637177,-0.027468568,-0.017167855,0.02009103,0.0009502253,0.014260146,0.0098676495,-0.0052895555,0.0047172937,0.012241763,-0.004651561,0.0009681085,-0.044791088,-0.0053823544,0.028056296,-0.022890473,0.009643385,-0.03365518,-0.00830553,-0.025334187,0.028520292,-0.030886672,0.002261981,0.017276121,0.007934333,-0.005610486,0.021142755,-0.020601425,-0.0358205,-0.009952716,-0.0078106006,-0.0062175477,-0.016255328,0.015768133,0.009078857,-0.009140722,-0.0108884415,-0.005564086,0.0019294503,-0.0073814043,0.008274597,-0.024189662,-0.018559843,0.029804016,0.006066749,0.014082281,0.027948031,0.02098809,0.016085198,0.008924191,-0.010780175,0.015621201,0.048100926,0.032263193,-0.021374753,0.04120285,-0.018590776,0.023787532,-0.011746834,0.01826598,-0.003073974,-0.023339003,0.021622218,0.00946552,-0.01020018,0.015505202,-0.029309087,0.061587747,0.023292603,0.029618416,-0.0034645041,-0.024313394,-0.016781192,0.012852691,0.0077255345,-0.024483526,0.04581188,-0.012953224,-0.027731499,0.005374621,0.012125764,0.002896109,0.018467044,0.016703859,0.023076072,-0.048657723,-0.01772465,0.041419383,-0.044079628,0.02120462,0.002451446,0.015195872,-0.009163923,0.048224658,0.00197005,-0.015164939,0.009434587,-0.03085574,0.008792725,0.01826598,0.0011048907,0.01261296,-0.010540444,0.029370952,-0.011630835,-0.02456086,-0.008065798,-0.0013059556,-0.003452904,0.0021749816,-0.031381603,-0.0040870323,0.03067014,0.012218564,-0.06799089,-0.016363595,-0.0015128206,-0.039130338,-0.02522592,-0.017059589,0.024483526,-0.003122307,0.037954878,0.001783485,0.013811616,-0.00057516183,-0.025380585,0.010354846,0.018776374,-0.011568969,-0.017477186,-0.024591792,-0.019472368,0.0029676417,0.016363595,-0.0197817,-0.02442166,0.028999755,-0.008668994,-0.010571377,0.006623544,0.008058066,-0.00837513,-0.03210853,-0.01647186,0.0032673057,0.019039305,-0.010285246,0.022179013,0.015072139,0.026231244,-0.069908746,0.00035210536,-0.03724342,-0.023416335,0.01263616,-0.009009257,-0.0007404604,0.027468568,0.027654165,0.008460195,0.043863095,0.026803507,-0.04036766,-0.012442828,-0.022844074,0.016904924,-0.051317967,0.023524601,0.019735299,0.012319096,-0.000060567196,0.010494045,0.012914558,0.03107227,0.0434919,0.0118782995,-0.0038086346,0.038511675,-0.013966282,-0.008622594,0.034954373,-0.01306149,0.016796658,-0.01464681,0.011251905,-0.019054772,0.007899533,0.012806292,0.034583174,-0.024004065,-0.016487326,0.023571001,-0.004407963,-0.042563908,0.020060098,0.02255021,0.007818334,0.0001858401,0.025117654,-0.0354493,-0.012017499,0.0052122227,-0.018142248,0.03107227,-0.027035505,0.012868158,0.011986566,-0.022008881,0.00629488,0.028303761,0.0061672814,-0.069661275,-0.016440928,0.005946883,-0.0031261735,-0.006716343,-0.008382862,0.014345212,-0.015396937,-0.016317196,-0.019998232,0.029231753,-0.011220972,-0.01542787,-0.04005833,-0.003860834,-0.014206014,-0.003512837,-0.008034865,0.012875891,0.0023431801,-0.02420513,0.056545656,-0.02920082,0.050204378,-0.021049956,-0.012172163,-0.008877791,0.053452346,0.011151372,-0.01937957,0.023524601,0.004500762,0.016363595,-0.0076598017,-0.0049802247,0.025519785,-0.03665569,0.029138954,0.014917474,-0.024792857,0.015195872,-0.029370952,0.0023064471,-0.04510042,0.011244171,0.01495614,0.021653151,-0.011947899,-0.0011377571,0.0054442207,-0.00011992607,-0.017291587,-0.017059589,0.018157713,0.02785523,0.018513443,-0.0038105678,-0.013873483,0.029046154,0.03405731,-0.026911773,-0.0058695506,0.0020841158,-0.031412534,-0.03135067,0.007033407,0.016487326,0.029123487,-0.019008372,-0.006526878,-0.00837513,0.04612121,0.030515475,0.008220464,0.029247219,-0.01334762,-0.005262489,0.047977194,0.021668617,-0.04308977,0.015605735,-0.029881347,-0.026045647,0.0079149995,-0.02456086,-0.0055950196,0.037490882,-0.004922225,0.04661614,-0.012226297,0.04664707,-0.019859033,0.002397313,-0.02098809,-0.032881856,-0.0006582944,-0.009604719,-0.013479086,0.017198788,0.03031441,0.011684968,-0.00631808,-0.019797167,-0.012566561,-0.0011483904,-0.0118087,0.007137806,-0.0064302124,0.0040212995,-0.013107889,-0.0076984684,-0.033036523,0.012496961,0.00031102236,-0.04540975,0.026215779,0.00668541,0.0032305727,0.028164562,-0.03705782,0.037707414,0.040955387,-0.0145617435,-0.046306808,-0.009210322,-0.036779422,0.004871959,-0.014948407,0.00667381,-0.049400117,0.044543624,0.010068715,0.017446253,-0.0117623005,0.0015253872,-0.0040947655,-0.0041759647,-0.0041334317,-0.013223888,0.019843565,-0.013192955,-0.021452086,-0.023926731,0.011445236,0.033407718,-0.01862171,-0.009612452,0.0048178257,0.0005664619,-0.019982764,0.012597494,-0.0052779554,-0.02790163,0.011507103,0.0004958958,0.019101173,-0.021436619,0.002957975,-0.023725666,-0.010610044,-0.0054790205,0.03017521,0.02633951,0.015195872,0.0012759892,-0.006867142,-0.013270288,-0.028071763,0.010045515,0.01888464,0.010501778,0.025767248,0.06161868,-0.015126272,0.032510657,0.015482003,0.017693717,-0.0028071762,-0.015079873,0.0076134023,0.0355421,0.021003556,0.0012112231,0.027545901,0.013935349,0.008870059,-0.018699042,-0.0037641681,-0.0357277,-0.016286263,0.0029405751,-0.0051696897,-0.0001892234,0.040429525,-0.02174595,-0.036037028,-0.01419828,0.0000076011074,-0.01675026,-0.005080757,0.0043692966,0.0076868683,0.01902384,0.039996464,0.015497469,0.012481495,-0.03213946,-0.01924037,-0.0034239043,0.0069444748,-0.0147937415,-0.007911134,-0.046368673,0.0075592697,-0.020570492,0.0018801508,0.03786208,0.028489359,-0.034490377,-0.014028148,0.03325305,-0.009952716,-0.011661768,0.036222626,0.0055718194,0.017477186,-0.021807816,-0.0071996725,0.0014335546,0.013386287,0.00006180573,0.011367904,-0.0016471861,-0.003342705,0.0075592697,-0.0010691243,0.0062794136,0.0041566314,0.010169247,0.0316136,-0.033067454,0.028644025,-0.01417508,-0.039501533,-0.006178881,0.032881856,0.016641993,-0.0236174,-0.002267781,0.00026268946,0.013355354,-0.006252347,0.051287033,-0.0012943557,-0.005796084,0.034830637,-0.00015345703,0.023540068,0.034954373,-0.0008129598,-0.0079420665,-0.004841026,0.0061518145,-0.03241786,-0.006403146,-0.0013620218,0.00065974443,0.0013204555,-0.02728297,0.028814156,-0.012094831,0.022039814,0.014097747,0.020740625,0.021823281,0.0045046285,-0.0057728845,-0.0018888507,0.018699042,0.034521308,-0.037429016,-0.009852183,0.016765725,-0.001333022,0.010787909,0.010115115,-0.022039814,-0.02969575,0.003841501,-0.0047443598,0.008653527,0.03204666,0.016935857,0.016270796,-0.037923947,-0.028427493,0.015551602,0.03050001,-0.0006123782,0.012605227,0.0034065046,0.015219071,0.017044123,0.005830884,0.0019971165,0.0037487017,0.008050332,0.012790825,0.0029231752,0.0015592201,-0.033902645,0.023864865,0.0120252315,-0.013138822,-0.0011232572,-0.013881216,0.012148964,0.004523962,0.015226805,0.010996707,0.0022948473,0.02205528,-0.016394528,-0.004152765,0.009983649,0.009852183,-0.00044635456,0.019410502,0.046739873,-0.0032905056,0.016533727,-0.02053956,-0.0025075122,0.008630327,-0.046554275,-0.018853707,-0.01602333,0.009596986,0.030144278,-0.0031029738,-0.01808038,0.011352438,-0.034521308,0.060938153,0.008738593,-0.025241386,0.018436112,0.018281445,0.011576702,-0.0043267636,0.09737731,-0.00084195955,-0.0013552553,-0.012017499,0.032294128,-0.007818334,-0.024607258,-0.01736892,-0.013726551,0.013626019,-0.015698534,-0.0032615059,0.009952716,0.0019487835,0.016487326,-0.0005843451,0.0008593594,0.014190547,0.03433571,-0.012063898,0.016858524,0.04540975,0.016193463,-0.031381603,-0.037831146,-0.027112838,0.00017411936,-0.0019255837,0.0021846483,0.04179058,-0.004914492,-0.017059589,-0.025844581,0.022565676,0.0021034488,0.0009014091,-0.018606244,-0.0032827721,0.025442451,-0.025024856,-0.009334055,0.007412337,0.010988974,-0.03362425,-0.009658852,0.004976358,-0.0023683133,0.016502794,-0.035232767,-0.036810357,-0.0035205702,0.008738593,0.0063528796,0.008931925,0.016858524,-0.009975916,0.011924699,0.02415873,-0.0112364385,0.023246204,-0.0027124437,0.029386418,-0.020926224,-0.006244614,-0.007640469,-0.012172163,0.021761416,0.008947391,-0.0031609733,-0.01299189,-0.006031949,0.010942575,0.026710708,0.012821758,0.028334694,-0.0009763251,-0.05175103,0.009929516,0.02669524,0.008537528,0.0032054395,0.015064406,-0.01381935,0.0118319,-0.0074703367,0.0057380847,-0.017415319,0.0012982223,0.009550586,0.020477694,-0.034892507,0.018760908,0.01862171,0.033283986,-0.006066749,0.0013030557,-0.018250512,-0.0023895798,-0.029169887,-0.017987581,0.008916458,-0.010942575,0.016533727,0.024576325,-0.028303761,-0.0065346113,-0.052029427,0.0011387237,0.019054772,-0.00071967725,-0.0014093881,-0.00821273,0.005769018,-0.023601934,0.034119178,-0.025658984,-0.039718065,-0.02098809,-0.009627919,-0.06737223,0.015675334,0.027437635,0.0009671418,0.003530237,-0.007996199,0.00080570986,0.03724342,-0.019224904,0.02326167,0.0021440485,-0.008986058,-0.009999116,0.0147937415,-0.02330807,0.004636094,0.016858524,-0.013703351,0.0024069797,-0.0054364875,0.0022755142,-0.027932564,-0.013912149,0.017384386,0.014283346,-0.007996199,-0.03433571,-0.008444728,0.02683444,0.011491636,0.013239355,0.018807307,-0.0019748833,0.0063335467,0.011398837,-0.008908724,0.007555403,0.014229213,-0.0073543377,-0.010679643,0.016997723,0.0041140984,-0.01907024,-0.0067550098,-0.034985304,0.013811616,-0.0023953798,-0.011166839,0.0026138446,0.014051348,0.010571377,-0.01457721,-0.017801983,-0.057380848,0.013726551,0.029773083,-0.018590776,-0.008939657,-0.005038224,-0.028968822,0.017399853,0.0006959941,0.001500254,-0.043832164,0.010339379,0.019580634,0.012450562,0.0033620382,-0.0010227247,0.009318588,0.0003102974,-0.007226739,0.022380078,-0.013587352,0.026153913,0.03135067,-0.028551225,0.014445744,-0.0057032853,-0.04652334,0.044791088,-0.027112838,-0.030376276,-0.010091915,0.0043267636,-0.007764201,0.028334694,-0.01710599,-0.00953512,0.0026022447,-0.010610044,0.016038798,-0.000097874174,-0.013989482,-0.009102057,0.039625265,-0.016317196,-0.012249497,0.022194479,0.033067454,-0.024127796,0.028087229,0.007841534,0.011793233,-0.048503056,-0.030159745,-0.018281445,0.033593316,-0.037521817,-0.023107005,-0.010006849,0.027391234,-0.007907267,0.00904019,0.04389403,-0.03173733,0.0024417795,-0.012504694,-0.025334187,0.012953224,-0.0432135,-0.0007351438,0.028412027,-0.0093727205,-0.009210322,-0.021776883,0.012976424,0.004987958,0.0033929714,-0.004527828,0.014453478,0.024684591,0.0014403212,0.01069511,-0.0142988125,-0.00021979398,0.0073543377,0.015350537,-0.020168362,0.020369427,0.02496299,-0.026401376,-0.02844296,0.005440354,0.010339379,-0.023973132,0.008529794,0.018033981,-0.041419383,-0.022411011,-0.007331138,0.015683068,0.011723634,0.034985304,0.006789809,-0.031582665,-0.027654165,0.0041566314,0.00355537,0.044791088,-0.006623544,-0.010633243,-0.014004949,-0.024715524,0.004531695,0.0050846236,-0.006136348,-0.014360678,0.009929516,0.003750635,-0.010795642,0.003507037,0.026710708,-0.020307561,0.026509643,0.012295896,0.017554518,0.0027801099,0.028504826,-0.023864865,-0.012930024,-0.00036491358,-0.01060231,-0.013966282,-0.012481495,-0.037893012,0.02188515,0.008970591,0.03384078,-0.016270796,0.005598886,0.013169755,-0.024901124,0.020338494,-0.009457787,0.009782584,0.0058038174,0.0010710576,0.0050420905,-0.019549701,0.0029869748,0.0026331777,0.01701319,0.062051743,-0.00472116,0.024529926,-0.044543624,-0.00078541005,-0.0031996397,0.045966543,-0.014932941,0.029247219,0.017616384,0.0236638,-0.030592808,0.044852953,-0.002988908,-0.009952716,0.014182813,0.0070836735,-0.023555534,-0.012241763,-0.023694733,0.013154289,-0.011035373,0.013726551,0.05298835,-0.003238306,-0.014654543,0.03405731,0.015180405,0.01928677,0.0049802247,0.012628427,0.022998739,-0.053235818,0.0076636686,0.00823593,-0.0006220447,0.0007767101,0.00078686,-0.013803883,-0.04268764,-0.021730483,0.013254821,-0.03405731,0.027313903,-0.02156035,-0.0073388712,0.029030688,0.025736315,0.008784993,-0.031180536,0.02804083,-0.016935857,0.02839656,-0.044450823,-0.005366888,0.0029038421,0.00549062,-0.006488212,0.03773835,0.004407963,0.030329878,0.006573278,0.037274353,0.018235046,-0.016781192,-0.025024856,-0.012821758],"social":"https://twitter.com/_samcasey"},{"title":"ary on the beat","description":"youtube channel that drops 1 lofi mix of a bollywood song every week","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=nakN62edvEw","youtube_transcript":"Hi. This is Yash here from Adi on the beat, and I have to be honest with you about something. I saw the YouTube channel that drops low file mixes for bollywood song every week without having any idea on how to be able to find music. But that didn't stop me from creating. Yeah. Let me show you how. So I use a software known as logic code to create these little languages. I import the bollywood song that I like, etcetera, the music and the vocals. Add some base to it, some guitar, some beats, add some reverb and EQ alongside it. And keep mixing the song until I get a lo fi vibe that I actually like. Just to give you some context, I had no idea what these stones meant, six weeks prior. And in order to promote my music, I tried every possible additional platform. Also posted music on a Meet Me browser run on Instagram, and I got roasted in the comment section. Her people started posting comments as they're playing on loop with zero volume and a lot of other stuff. But that's not it. I received so much love and encouragement from other builders. I got featured in the very first week. I also got a video that crossed over one thousand views. And now coming to the graph. I had a goal of hitting on the subscribers, and I was able to create eighty subscribers. I still feel that I will be able to hit this goal next week. So that's it from my piece.","embedding":[0.0077975164,-0.004322875,-0.04121322,0.003215892,0.04619367,-0.020653302,-0.007217761,0.021945106,-0.031906005,0.033898186,0.026489766,-0.075827345,-0.029151194,-0.042987507,0.039283298,0.025338037,0.021789467,-0.042862996,-0.024699917,-0.021727212,0.021991799,-0.025493676,0.0031030537,0.056496974,0.019641649,-0.055656526,0.0019571611,0.042115927,-0.038722996,-0.01657556,-0.023439242,-0.022645483,0.008746915,-0.008599058,-0.003916268,-0.05076946,0.02403067,-0.0719675,0.0038676304,-0.029727058,-0.008715787,-0.005042705,0.04491743,0.03666856,0.004599134,0.0067158253,-0.054691564,0.00860684,0.043703444,0.024233,-0.060045548,0.065181635,-0.025057888,0.031828187,0.019439317,-0.000855042,0.0093383435,0.043236528,-0.047127504,-0.035049915,0.0008642831,-0.048154723,0.056932766,0.0068559004,-0.005435694,0.0037645195,-0.04255172,-0.02040428,0.015758455,0.03064533,0.06891697,0.03470751,0.0042256,-0.020622175,-0.045508858,-0.023050144,0.006560186,0.012622328,0.009657403,-0.072839074,-0.0108947335,0.017400445,-0.039314423,-0.011307177,-0.031267885,0.0116495835,-0.059236225,-0.022287512,-0.044481643,-0.025338037,-0.046816226,0.018085258,-0.025260217,0.040061492,0.02658315,-0.0021342004,0.0029882698,0.067173816,0.05098735,0.00041633446,0.034458485,-0.011346087,0.024762174,-0.044730663,0.06272254,-0.019735033,0.011859695,-0.040435027,0.00916714,-0.031874876,-0.08279998,-0.03483202,0.02323691,0.004746991,0.03567247,0.0060426863,0.10988117,-0.009221613,-0.029275706,0.021493753,-0.048403744,0.008264434,0.019221423,-0.0216027,0.031812623,-0.065181635,0.035174426,-0.009579584,-0.048808407,-0.06549291,0.0758896,0.017820671,0.040684048,-0.02494894,-0.04052841,-0.011104846,-0.00009447777,-0.000573919,-0.003033016,0.02188285,0.017104732,-0.041026454,-0.0063150544,-0.021073528,0.0037878654,-0.008101013,-0.002774266,0.0017772034,-0.024092926,-0.018521048,0.010264396,-0.007887009,-0.031221194,0.038598485,0.047812317,-0.018879017,0.009719659,0.0074084187,-0.0056302426,0.013696237,0.011346087,-0.028404128,0.013159282,-0.013805184,-0.03725999,-0.0010962826,-0.040466152,-0.038909763,-0.050956227,-0.025836082,-0.042302694,-0.0049921228,-0.0155794695,-0.030972172,0.06567968,-0.0115406355,0.01657556,-0.08354704,-0.019221423,-0.0070154304,-0.0016935475,-0.0049571036,-0.029695932,0.015563905,-0.03480089,-0.03143909,0.020995708,-0.022380896,0.029960517,0.01279353,0.0026069542,0.06605321,-0.024544278,0.019345934,-0.011416124,-0.05982765,0.07775727,0.027641496,-0.00024403718,0.035330065,0.008147704,0.037540138,0.020871198,0.021649392,-0.030551946,0.032777585,0.008816952,-0.0066380054,0.012863568,0.011283832,0.06275366,-0.022054054,0.028123977,-0.009252742,-0.043174274,-0.010435599,-0.044543896,0.038878635,-0.029773751,-0.023190219,0.021291422,-0.011548418,0.039189912,-0.016762326,0.023376986,-0.018598868,0.026240744,-0.0072021973,0.030614201,0.016124206,0.05444254,-0.018894581,-0.038567357,-0.023019016,0.062224492,0.0014143699,0.008030975,-0.043859083,0.007400637,0.0024804974,0.002797612,-0.018598868,0.064185545,0.019672776,0.013167064,0.005638025,-0.04834149,-0.018629994,0.01215541,0.035298936,0.0625669,0.013244883,-0.036201645,0.03595262,-0.017478265,-0.059765395,0.0051438706,0.033742547,0.005416239,-0.012108718,-0.01917473,-0.052481487,-0.048528258,0.02188285,0.00015284242,0.066489,-0.048154723,0.04578901,0.019999618,-0.004392912,-0.021898415,-0.004789792,0.013493906,-0.040030364,0.024980068,-0.027314654,0.050115775,0.011672929,-0.013493906,0.02901112,-0.017633904,-0.01792962,-0.039594576,0.070722386,-0.007968719,-0.0017859581,0.007875336,0.0051944535,0.024762174,-0.012700147,0.012598981,-0.031656984,0.008466764,-0.021633828,0.012988079,0.0053345286,0.024699917,-0.030800968,0.00070864405,0.013361612,0.016886838,-0.056901637,0.014489995,0.028481947,-0.022738865,-0.0032061646,0.021633828,0.028839916,0.019345934,-0.022972325,0.03383593,0.042831868,-0.010497854,-0.032653075,-0.033991568,0.010435599,0.046598334,-0.022412023,-0.03511217,-0.04404585,-0.05901833,-0.034894276,0.026863301,-0.0025252437,0.0104122525,0.02068443,0.053695474,-0.016840145,-0.013338267,-0.025976159,0.033493523,-0.055749908,0.00070815766,0.013377177,-0.0122954855,-0.018879017,0.0085834935,-0.0009430754,0.04547773,0.07271457,-0.025898337,-0.07034885,-0.010746877,0.010513418,0.02558706,0.0046886266,-0.01726037,-0.016108641,-0.0046730624,-0.0025563715,-0.030629765,-0.04336104,0.041431114,0.005412348,0.050427053,-0.0143966125,-0.000099402285,-0.029913826,-0.06524389,0.00036088805,-0.041337732,0.021649392,-0.0084200725,0.03834946,0.009159358,0.037695777,-0.04121322,-0.019454882,0.018816762,0.032902095,0.037758034,-0.038629614,-0.0038365026,-0.0053072916,-0.01123714,-0.031221194,0.04494856,0.014536687,-0.0064784754,0.05388224,0.03539232,0.038318336,0.041431114,-0.026474202,-0.025898337,0.018661123,-0.03164142,-0.0059531936,-0.026334127,0.019906234,0.02084007,-0.08678433,-0.014077553,0.053570963,0.020653302,-0.016248718,0.029773751,0.0073578362,0.0038793033,0.007704133,0.0035699708,-0.047252018,-0.037789162,-0.004416258,0.01322932,0.018910145,-0.013953041,0.0034804782,-0.013571725,0.013003643,-0.020077437,-0.027236834,0.056746,-0.018427664,-0.012443342,-0.00006110049,0.016030822,0.0017402391,0.03452074,0.042333823,-0.012544507,-0.04690961,-0.0053967843,0.007046558,0.043547805,0.020824505,0.030598637,-0.004914303,0.04775006,-0.018194206,-0.04775006,-0.0056924983,-0.025322475,-0.015602815,-0.011781876,0.0041750176,-0.017369319,0.04168014,0.01685571,-0.028699841,-0.018256461,0.023096835,-0.021773903,0.009836388,-0.05185893,-0.017820671,0.0030116157,-0.015260409,-0.03455187,-0.027190143,-0.04168014,-0.066987045,-0.052699383,0.010396688,-0.03439623,-0.024995632,0.0058209007,-0.050271414,-0.0016731198,0.008147704,-0.060823742,0.021182476,-0.005548532,-0.0014610616,-0.0032567473,-0.023532625,-0.014132026,-0.0048364834,0.011579545,-0.03922104,0.00545904,-0.022209693,-0.02188285,0.026847737,-0.07999847,-0.0023404222,-0.0006945393,-0.009159358,-0.040995326,-0.014684545,-0.008490111,-0.05313517,-0.0029260141,0.030162849,-0.011416124,-0.023205783,-0.0037975928,-0.018956836,-0.0066302237,-0.009906426,-0.02897999,0.031968262,0.06985081,-0.019501572,-0.008279998,-0.04304976,-0.05646585,-0.0049609947,0.01470789,0.027345782,0.00080640486,-0.013742928,-0.025120143,0.105211996,-0.010513418,0.013135936,0.013260447,-0.018147513,-0.02060661,-0.01179744,0.0061127236,0.01769616,0.0045329873,0.001512617,-0.004089416,-0.012365523,-0.0035427338,0.014863529,-0.011937515,-0.006038795,-0.04136886,-0.010279959,-0.037789162,-0.022910068,-0.016466612,0.008482329,-0.008575711,-0.0010028991,-0.03013172,-0.014248755,0.0015223444,-0.014326575,0.010816914,0.016357664,-0.025711572,-0.018723378,0.009221613,-0.031781495,-0.013221538,-0.009260524,0.010536764,0.010552328,0.037789162,0.021431498,-0.000215706,0.018007439,0.022147438,-0.033773676,0.0004224141,0.004906521,0.05431803,-0.04351668,0.02379721,-0.0053384197,-0.009937554,-0.00016159711,0.014419958,0.00278983,0.0051594344,0.04662946,0.027034502,-0.031703673,0.026925556,0.025166836,0.0027684297,0.02088676,-0.016871274,-0.0036867,-0.010964771,0.0118130045,0.007241107,-0.04463728,-0.00817105,-0.046567205,0.03511217,0.0014503615,-0.024450894,-0.008801389,0.019719468,0.03585924,-0.018349845,-0.03669969,-0.02897999,0.012388868,-0.008879208,0.012233229,-0.015221499,0.041866906,0.044886302,0.02558706,-0.013400522,-0.03020954,0.014085334,0.04606916,0.023423677,0.0357036,-0.029976081,-0.028404128,-0.012163192,-0.02168052,0.017120296,0.021384805,-0.014412176,-0.010373343,0.013571725,0.013672891,0.0049999044,0.013143718,-0.008793606,-0.028186232,-0.025618188,0.005622461,-0.010349997,-0.04762555,-0.051516525,-0.0027548112,-0.039283298,0.002706174,0.018131949,0.0066730245,0.0040310514,-0.0057975547,0.013416086,0.0033929313,0.021151347,0.02147819,-0.005155544,-0.030956607,0.0048715025,0.025571497,0.030396307,0.0310033,0.014809056,-0.003861794,0.015797364,-0.0016390737,-0.013338267,0.021742776,-0.031143375,0.006011558,0.038411718,-0.046287052,0.022489844,-0.026552022,0.016435483,-0.030816533,-0.016046386,0.048932917,0.017680597,-0.03176593,0.009968681,0.007420092,0.04877728,-0.00024294283,-0.011991989,-0.018069694,0.0019980164,0.002071945,0.0007344218,-0.004571897,-0.024373075,0.03582811,-0.0059726485,-0.01853661,-0.012840222,0.04874615,0.024886684,0.0074706743,-0.0055407505,0.01726037,-0.018116385,0.004389021,0.002519407,-0.037571266,0.00038690897,-0.014373266,-0.0061671976,-0.02088676,0.022832248,-0.0062994906,0.016793454,-0.0077352608,-0.022816686,-0.001630319,-0.023781648,-0.03120563,0.02140037,-0.030909916,-0.0044746227,-0.05534525,-0.0038870852,0.004439604,-0.043578934,-0.02614736,0.0090659745,-0.025898337,-0.0014766256,-0.0051749987,0.010490072,-0.07339938,-0.03813157,-0.010295523,-0.02992939,0.0025232981,-0.013633981,0.028902171,0.0023209674,-0.0129413875,0.025042323,0.013929695,-0.034302846,0.02076225,-0.012023116,-0.0051399795,-0.043547805,0.023485932,0.021976234,-0.06655126,0.036637433,-0.020746686,-0.034458485,0.008427855,-0.028326308,-0.02765706,0.02550924,-0.0158674,-0.011890824,0.018785633,-0.049960136,-0.011851914,0.005587442,0.025602624,0.01677789,-0.00039055676,0.001968834,0.02658315,-0.048559383,-0.004260619,-0.018007439,-0.021011272,0.012591199,0.0022373113,0.006564077,0.046940736,0.034209464,-0.021384805,0.017307062,0.017384883,-0.025664879,0.009400599,0.0017363481,0.016949093,-0.034894276,0.04255172,-0.002554426,0.017353754,-0.0184121,-0.029727058,-0.038691867,-0.00048466973,-0.017991874,0.028699841,0.0024980067,0.029353525,-0.004933758,0.0011264377,0.038754124,-0.027470293,0.011548418,0.0020349806,0.0017344027,-0.0032470198,-0.008739132,-0.009610712,0.026334127,-0.039936982,-0.0031147266,0.0051438706,-0.0047936826,0.025898337,0.0051905625,0.015198153,-0.0045874612,0.01147838,0.002299567,0.006560186,-0.005684716,-0.012272139,-0.025369165,-0.021929542,0.00072809897,0.017758416,0.0046730624,-0.00864575,-0.009999809,-0.0030135612,-0.024466459,-0.06555517,-0.015314883,0.016202025,0.026832173,-0.017431574,-0.010583456,0.055812165,-0.030598637,-0.036263898,-0.0041750176,-0.0066691334,-0.009999809,0.030707585,-0.017649468,0.01948601,0.010007591,0.013416086,0.009929772,0.006264472,0.036637433,-0.0110036805,0.022022925,0.0012509489,0.023127964,-0.0025330256,0.016046386,0.0006711934,0.022194128,0.010536764,-0.021618264,0.03607713,-0.011346087,-0.0077313697,0.0022703847,-0.006054359,0.029898262,-0.0076302043,0.007206088,0.060948253,-0.014521124,0.00988308,0.011307177,0.001820977,-0.043329913,0.012801312,-0.011665147,-0.0006643842,0.022365332,-0.0074123098,-0.009260524,-0.00390654,0.009042629,-0.013742928,-0.012178755,0.008801389,0.023937287,-0.0055057313,0.003534952,-0.009361689,0.01048229,0.024637662,-0.008708005,0.012233229,-0.011143756,0.015081424,0.032746457,0.01905022,0.0018355681,-0.04507307,0.012575636,0.02303458,-0.0115562,0.023766084,-0.013719582,0.03725999,-0.01303477,-0.0053345286,0.038038183,0.015836274,-0.027127886,0.009190486,0.029244578,0.03000721,0.02387503,-0.016202025,0.02403067,-0.028964428,-0.0004995041,0.023439242,0.026365256,0.036201645,-0.01239665,-0.0022528754,-0.007042667,-0.048030213,-0.022349767,-0.0056458064,-0.0034415685,0.060605846,0.016840145,0.032341793,-0.0076885694,-0.012645673,0.02168052,0.0039026493,0.01665338,-0.0016478285,-0.015089206,0.0069804117,-0.03143909,-0.030863224,-0.022567663,0.011221576,0.017509393,-0.010676839,0.04062179,-0.020217514,-0.034614123,0.0005267409,-0.0076146405,0.019579392,-0.018069694,-0.014894657,-0.016357664,-0.0158674,0.04507307,0.01084026,-0.0058520283,0.010342215,-0.045602243,0.011735184,0.03480089,0.03557909,-0.0041983635,0.009097103,0.025742698,0.00346686,-0.0047002994,-0.02203849,-0.0012752675,0.0089025535,0.024902249,0.0043345476,0.00637731,-0.030832097,-0.009385034,0.0051477617,0.038567357,-0.034614123,0.03148578,-0.014404395,0.02140037,-0.004758664,0.031859312,-0.0048870663,0.037695777,-0.015431612,-0.01961052,-0.015151462,0.009921989,0.008202178,0.009478418,0.037540138,-0.023454806,0.014458868,-0.012988079,0.015595033,-0.022583226,-0.012645673,-0.014988041,-0.060730357,0.006248908,0.04267623,0.010373343,0.028559767,-0.004073852,0.012824658,0.028404128,-0.0035524613,0.027983902,-0.0038112113,-0.017727287,-0.017524958,0.016684506,0.011789658,0.038629614,-0.017447138,0.014902439,-0.03215503,-0.039719086,-0.003523279,-0.019314807,0.010528982,-0.04603803,-0.02183616,-0.018894581,-0.002215911,0.005392893,-0.007034885,-0.009641839,-0.007560167,-0.01968834,0.0289333,0.032061644,-0.001554445,0.014038643,-0.020466536,0.009906426,-0.007392855,-0.008046539,-0.0032664747,-0.0019571611,-0.019532701,0.0035213334,-0.06530615,0.0041866903,0.0071165957,0.0076574413,-0.009291652,-0.04177352,0.011221576,-0.018194206,-0.044170365,0.003260638,-0.0058131185,-0.017524958,-0.019797288,-0.044170365,-0.015237063,-0.009314997,-0.0078286445,0.0044045853,0.017509393,0.03108112,-0.009797478,-0.014653416,-0.019532701,-0.0012480307,0.056247953,-0.007221652,-0.02068443,-0.017960746,-0.008225524,-0.05571878,-0.015805146,0.01502695,0.013330485,0.007606859,0.0115951095,-0.010279959,-0.028824352,0.009890862,0.0060232314,0.0049765585,-0.013167064,0.005544641,-0.008295561,-0.0037236642,0.008630185,0.022271948,0.0051672165,-0.016030822,-0.002231475,-0.026723225,0.007400637,0.00028209577,0.022116309,0.034583,0.0032567473,0.04336104,0.011384997,-0.010303305,0.044886302,0.010334433,0.012707928,0.009727441,-0.014497777,-0.024326384,-0.0216027,-0.012007553,-0.022645483,0.026676534,-0.014326575,-0.0049999044,0.006104942,-0.003770356,-0.032061644,-0.038691867,-0.00094599364,-0.015268191,0.02379721,0.020388715,-0.00860684,0.014528906,-0.006918156,-0.002774266,-0.02127586,0.03084766,0.000950371,0.039283298,0.005848137,0.030271797,0.014560034,-0.022645483,-0.00705434,0.006361746,0.010256614,0.011680711,-0.037415627,-0.011027027,-0.020497663,0.03669969,0.012209884,0.011991989,-0.011330523,-0.008155487,0.0053695473,-0.0034804782,0.017571649,-0.007696351,-0.0037372827,-0.024419768,-0.0128324395,0.018194206,0.0064668027,-0.01792962,0.010132102,-0.001813195,0.010560109,0.029182322,-0.010567891,-0.024980068,0.019657211,-0.0121865375,-0.022863377,0.019906234,-0.014925785,-0.0074628927,0.0016624196,0.015532778,-0.010692403,0.0036438992,-0.0022606573,0.032870967,-0.044575024,0.012334395,0.0061438517,-0.0010437544,-0.012684583,-0.001805413,0.10732869,-0.007766389,0.017836235,-0.004163345,0.03557909,0.010855824,-0.002638082,-0.0028384672,-0.02040428,0.008396727,0.0034746418,0.002367659,-0.011929734,-0.00042387322,0.00021631396,0.0045407694,-0.023252474,0.006447348,-0.021306986,0.0072916895,-0.018879017,-0.0033540216,0.013657327,-0.026520895,-0.028668713,-0.026769917,-0.0010544546,0.031750366,-0.03315112,0.013641763,0.030878788,-0.0110581545,0.01570398,0.020155257,0.0041516717,0.022941196,-0.013898567,-0.021260295,-0.055656526,-0.021182476,0.00014518206,-0.013781838,0.027267963,0.018505484,0.015151462,0.030193975,-0.023408113,0.040933073,-0.030193975,-0.042333823,-0.0033326212,-0.0034610233,0.031158939,0.023968413,0.01574289,0.0030583073,0.013727364,0.023703828,0.027205706,0.018209768,-0.0294936,0.03607713,-0.02606954,-0.004163345,-0.0020155257,-0.0072722347,0.007727479,0.0064551295,0.0050232504,-0.02494894,-0.03330676,0.024575407,0.0115562,0.016606687,-0.014256537,-0.022131873,-0.006887028,0.008334471,0.0142331915,-0.017322626,-0.004101089,0.000771386,0.0036925366,-0.0010242995,-0.0012791585,0.04435713,-0.0061399606,0.0074590016,-0.0094862,0.018225333,-0.008241088,0.006871464,0.027625931,0.001797631,0.0067819715,-0.007353945,-0.03950119,0.013984169,-0.0027353563,-0.03950119,0.022131873,-0.00016913588,0.007820862,-0.005925957,-0.022007361,0.006050468,-0.051796675,0.028590893,-0.031812623,-0.0063228365,0.0091749225,0.00058170094,-0.0039921417,0.009260524,-0.0027839935,0.0024415876,-0.010972553,0.027563676,0.007264453,-0.00042363006,0.016233154,0.0122410115,0.009073757,0.0005617597,0.024528714,0.030116156,0.02259879,-0.01251338,0.041991416,-0.008334471,0.01414759,-0.017789545,0.03143909,-0.0074979113,0.00028939138,0.011011463,-0.016497739,-0.03255969,-0.01912804,0.011252703,-0.048403744,0.01853661,-0.0053111827,0.00430342,0.02239646,-0.0056652613,0.0030933262,0.011190448,0.0016060005,0.028264051,0.0035446794,0.011143756,0.007887009,-0.00095280283,-0.0023851686,0.00016050278,0.0032139465,-0.00005116026,-0.014668981,-0.004606916,0.029649239,-0.0053228554,0.037633523,-0.014381048,0.006704152,-0.0017460756,-0.05926735,0.002196456,0.020731121,-0.0037489557,0.0030933262,-0.005089397,-0.02701894,0.01797631,0.008295561,0.02431082,0.014023079,-0.003618608,-0.03237292,0.010497854,-0.028201796,-0.005093288,0.017166987,-0.005583551,0.0021458734,-0.0025622079,-0.01326823,-0.029104503,0.009143794,-0.004922085,-0.017478265,0.007673005,-0.0034298955,-0.009906426,0.013058117,-0.0014240973,-0.0076302043,0.014692326,-0.0020466535,0.028015029,0.018598868,-0.018147513,-0.0030505254,-0.0037723016,0.019345934,-0.016093077,-0.0059065023,-0.022769993,0.017758416,0.011991989,-0.012544507,0.017244807,-0.012645673,0.004455168,-0.006746953,-0.006431784,0.023781648,0.0089025535,0.040684048,-0.014918003,-0.0013423868,0.022941196,0.018754506,-0.06736058,0.020015182,0.020466536,0.01506586,-0.003431841,-0.009898644,0.000030352656,0.033898186,0.016731199,-0.01215541,0.0013384959,-0.0027762116,0.019999618,-0.021587137,-0.009431726,-0.03343127,-0.02371939,0.020030746,0.012676801,0.0016614469,0.000330733,0.011042591,0.045975775,-0.010793569,0.0140152965,0.017711723,-0.023517061,-0.006213889,-0.010816914,-0.008373381,-0.006910374,-0.021415934,-0.008855862,-0.023843903,-0.04507307,-0.0071088136,0.0060232314,-0.024902249,0.020699995,0.031781495,-0.0554075,0.0010437544,0.007832536,0.0012139846,-0.003861794,-0.06284705,0.015984131,0.017120296,-0.032590818,0.00490263,-0.026209617,0.021820595,-0.007536821,0.0052061263,0.031345706,-0.011945297,-0.011097064,-0.02614736,0.0053500924,-0.033369012,0.023843903,-0.016684506,-0.014910221,-0.0055135135,-0.012746838,-0.031937134,0.023376986,0.017400445,0.010886951,0.004136108,0.024264129,0.017509393,-0.044512767,0.02865315,0.003116672,0.030116156,-0.008832516,-0.0011293559,0.023626009,0.012536726,0.011260485,0.00007563085,0.025260217,0.03498766,-0.0035563523,-0.012871349,-0.0034493506,0.010381125,-0.037353374,0.0109492075,-0.018583303,0.02722127,0.021789467,-0.006540731,-0.018474355,-0.015244845,-0.0047275363,-0.0015096988,-0.0028501402,0.010264396,0.0133693945,0.0063461824,-0.029649239,-0.02543142,-0.06611547,0.0017966583,-0.006634115,0.0027314653,0.008816952,0.033337884,-0.009213832,0.0154705215,-0.0047508823,-0.006548513,-0.013221538,-0.008770261,-0.013999733,0.0040310514,-0.028310744,0.007073795,0.009377253,-0.0013978332,0.0033812583,-0.002355986,0.010513418,0.009058192,-0.00082926435,0.019548265,0.053819984,0.026194053,0.018567739,-0.016451048,0.04933758,0.023330294,-0.009089321,-0.02729909,0.013711801,0.01506586,-0.016279845,-0.021929542,0.019081349,-0.023890594,0.052730512,-0.008435637,-0.00478201,-0.04027939,-0.016155334,0.011766313,0.0037956473,0.03483202,0.01179744,-0.0072916895,-0.029135631,-0.038754124,0.029384652,0.010614583,-0.030800968,0.029073374,-0.0033306757,0.0022022927,0.030193975,0.007743043,0.009735223,-0.009237178,-0.013252665,0.007529039],"social":"https://twitter.com/ary_onthebeat"},{"title":"samurai","description":"chatgpt for your website/app/course","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=LLGtGu7BSEc","youtube_transcript":"Hey, everyone. This is Anko, and I'm building Subodh, which is custom AI chatbot for your business. Let me take you through Huddl. You in sign up and create an account on the website. You can train the chatbot data on your website for YouTube video or upload a PDF. You can save and create the bot. It should look something like this. You can integrate it on the website using an embed code. Yeah, you're good to go. Samara has a utility as a chatbot on an e commerce website. For a SaaS website, as well as for courses and coaching. Like everyone, we were struggling to get initial users. We decided to launch on cloud hunt and to us a prize because seven hundred awards with the help of the build space community and we're ranked product of the day. It's been a great journey with its ups and downs, figuring out the product, the initial distributions, struggling with it. Figuring out Twitter to get the resolution going important as well. And now we've reached to close to a million visits a month in two hundred eight countries and growing twenty five percent month on month. It's been great. Thanks a lot.","embedding":[0.0016393977,-0.019079259,0.012195961,0.024305066,-0.008815833,-0.019035831,-0.02279957,0.06380984,0.029154498,-0.0010169332,0.042095967,-0.0899823,-0.027026538,-0.06415727,0.007896613,0.030312572,-0.034684297,-0.0074333837,-0.035581805,0.017414529,0.02886498,0.018702885,0.025607899,0.032281294,0.024913054,-0.033207756,-0.043485656,0.0016013983,-0.022640334,-0.06612599,0.017675096,-0.025448663,-0.020801894,0.023031184,0.02279957,-0.003570123,-0.005754177,0.035060674,0.035726566,0.027229201,-0.037608434,-0.03268662,0.06606809,0.0098798135,-0.0314996,0.012854614,-0.05975659,0.01194987,0.001652064,0.03219444,-0.086102754,0.027012061,-0.011334644,-0.0016583973,-0.022756143,-0.021829683,0.033178803,0.06936859,-0.02751872,-0.011045125,-0.0035049815,-0.029140022,0.014910195,-0.021598069,0.014302206,0.010219998,-0.06346242,0.002258243,-0.06873166,-0.0015860177,0.059061743,0.0244643,0.051534265,-0.006463497,0.013817263,0.002046533,-0.012246626,0.050434098,-0.014555535,-0.05286605,-0.026056651,-0.0049905726,-0.030573137,-0.006637208,-0.014910195,-0.01155902,-0.041401125,0.014483156,-0.06386775,-0.021250647,0.009959431,0.03346832,-0.036073986,0.014678581,0.07903851,-0.0031412742,-0.009944955,-0.002630998,0.05581914,0.02411688,0.047915287,-0.0418354,0.00617036,0.0056456076,-0.024884103,-0.014693056,0.03833223,-0.019281922,0.010219998,-0.004046019,-0.12321901,-0.021641497,-0.025521042,0.009510678,0.02177178,-0.009156018,0.079270124,-0.00556599,-0.024840675,-0.05063676,-0.049507637,0.005084666,0.037347868,-0.026288265,0.006546734,0.012413099,-0.04997087,-0.015894558,-0.030573137,-0.035437047,0.022148155,0.008917165,0.0021931014,-0.053097665,-0.0019904387,-0.03517648,-0.056513984,-0.00879412,-0.01751586,-0.01131293,0.045222767,-0.039345544,-0.025752658,-0.005837414,-0.07058457,-0.036826733,-0.06577857,-0.010234473,-0.05964078,-0.016415691,-0.016126173,-0.008844785,-0.04273291,-0.0011236931,0.0055804662,0.033526223,-0.023248324,0.0082078455,-0.042327583,-0.00072243874,0.01148664,0.00773014,0.007060629,-0.032773476,-0.030283619,0.012883566,-0.05014458,-0.03045733,-0.05851166,-0.013708694,-0.004230587,-0.012036725,-0.006637208,0.034163166,0.006698731,-0.03503172,0.024739344,-0.03167331,-0.0033566034,-0.014881243,-0.0107700825,0.0007382718,0.00017472885,0.002531476,-0.018905548,-0.028488606,-0.02145331,-0.033034045,0.006644446,0.0005383232,0.0067819674,-0.01854365,-0.008642123,0.0016032079,0.043601464,0.008396032,0.048783842,0.032773476,0.022061298,-0.026215887,0.015228665,-0.015127334,0.020324187,0.015793227,0.01673416,-0.010133143,0.009134304,0.0031865113,-0.02431954,-0.016140647,0.08691341,0.008193369,0.04638084,0.040243052,-0.047365203,-0.029907245,-0.07214797,0.036653023,-0.052200157,0.0140054505,-0.03060209,0.04606237,0.014381824,-0.052489676,-0.012290054,0.02201787,0.016835492,-0.028821552,0.026693592,-0.003255272,0.005786748,0.013151371,0.00040736137,-0.02634617,0.033844694,-0.008656599,0.05712197,0.0024627154,0.011906442,0.0028752792,0.0044079167,-0.009351443,0.054690015,0.038100615,0.04195121,-0.014461442,-0.0212796,-0.026461978,0.030052004,0.0070968186,0.04577285,0.0054031364,0.041111607,-0.036971495,-0.0051751407,-0.05092628,-0.026114555,0.040735234,0.0072850054,-0.061899025,0.012275578,-0.006532258,-0.012210436,0.016980251,0.0060762665,0.00005323858,-0.001999486,-0.00090972095,-0.0050665713,-0.0030507997,-0.047828432,-0.036189795,0.038563844,0.009250111,0.015315521,-0.0007432479,0.006698731,0.006340452,-0.022567956,-0.038708605,-0.0069050128,0.013209275,-0.0005889889,0.012174247,0.022871949,0.03862175,0.031760164,-0.046786167,-0.007896613,0.01964382,-0.005240282,-0.019050308,0.026780447,-0.0033547939,-0.031094272,0.027041014,0.041140556,0.01768957,0.037666336,0.01432392,0.02539076,-0.026968634,0.00086674554,-0.023378607,0.011790635,0.02028076,0.027185773,0.030080957,0.04038781,-0.0062246444,0.0074840495,0.04698883,-0.008229559,0.01432392,-0.017284246,-0.03060209,0.08592904,-0.011725493,-0.03286033,-0.010466089,-0.039982483,-0.010024573,-0.039837725,-0.016574925,-0.031962827,-0.024420872,0.019339826,-0.00083417475,0.01690787,-0.020686086,0.034944866,-0.044614777,-0.021221695,-0.0051932354,-0.026679115,-0.015937986,-0.0135566965,-0.022379769,-0.0009581248,0.023161467,-0.05631132,-0.05975659,-0.030109908,-0.0410537,0.018746313,0.026404073,-0.012080153,0.006510544,-0.01939773,0.005149808,0.0025712848,-0.027359484,0.046583503,-0.038766507,0.032889284,-0.005109999,-0.017486908,-0.011305692,0.00044445592,0.0013634504,-0.04279081,0.0216994,0.017414529,0.01673416,0.021395406,0.008258511,-0.041893303,-0.030688945,0.027895093,0.015576087,0.058164235,-0.0417775,-0.009532392,-0.016835492,-0.069310695,-0.006325976,0.026505405,0.008844785,-0.02201787,0.0314996,0.06554695,-0.014910195,-0.0072922437,-0.050492,-0.007708426,0.008186132,0.033236705,-0.016053792,0.0018122039,0.014374586,0.03850594,-0.05631132,0.0100173345,-0.01595246,0.0060617905,0.0070678666,0.036855686,0.013571173,-0.016719684,0.012782235,0.0052077114,-0.06960021,-0.017327674,-0.014953623,-0.0065937806,0.011870252,0.0022546242,-0.01964382,0.009250111,-0.0006808205,0.022365293,-0.055761233,0.052142255,-0.03184702,-0.0135566965,0.003485077,-0.06658922,0.00627531,0.078054145,0.074406214,-0.03549495,-0.082396924,0.017921185,-0.0113853095,-0.029082118,0.04606237,0.03517648,0.009235635,-0.021438833,-0.016835492,-0.03566866,0.0026762353,-0.0036081225,-0.012326243,-0.053995173,0.0104081845,-0.035784468,0.026186936,0.035871323,-0.0107700825,-0.022857474,-0.00008306689,-0.028488606,0.006836252,-0.04953659,-0.037376817,-0.008446698,0.008200607,-0.031586453,-0.017211866,-0.037347868,-0.054024123,-0.019412205,0.04997087,-0.016821016,-0.043659367,0.030544186,-0.01592351,-0.011957108,0.018181752,-0.009344204,0.047423106,-0.02751872,0.047307298,0.01336851,-0.018688409,-0.012376909,0.0039193546,0.033786792,-0.022394244,0.008511839,-0.02588294,-0.0015335425,0.009351443,-0.064446785,-0.029313734,0.022596907,-0.038737554,-0.016285406,0.0023450986,-0.0077808057,-0.001478353,-0.027113393,0.07660656,0.025477614,0.0037890715,-0.022104725,0.018427843,-0.013426414,0.013643553,0.017892234,0.030717896,0.04727835,-0.01719739,-0.017935662,-0.017023679,0.002900612,-0.027460815,-0.0056600836,-0.000024993577,-0.003606313,-0.0410537,-0.02673702,0.018384416,0.0048421943,-0.007961755,-0.018920025,-0.0103792325,-0.0056637027,0.00461058,-0.0019234875,-0.012688141,-0.0032643194,0.011812349,-0.013498793,-0.01876079,0.004082209,0.025332855,-0.008837548,-0.005095523,-0.057874717,-0.007947279,-0.009054686,-0.0033765077,-0.0023016708,0.012188722,-0.032426056,-0.02641855,-0.06074095,0.0010893128,-0.015677419,-0.028836027,0.02162702,0.013600124,-0.033439368,-0.008301939,0.0039591636,0.011211598,-0.03616084,0.00029268497,-0.002460906,0.007317576,0.027996425,0.020715037,-0.00028454224,0.018514698,0.03167331,-0.0037673574,0.00095541053,0.013484317,0.047770526,0.0058555086,0.054197837,-0.020237332,0.0124710025,-0.0015009717,-0.023870789,-0.0034525064,-0.0011291215,0.014483156,0.026925206,-0.030225717,0.0018149181,0.015764274,0.0038324993,0.029603252,-0.034018405,-0.01844232,-0.008859262,0.029559823,0.01255062,-0.03184702,-0.01768957,-0.01357841,0.030486282,-0.0060219816,-0.02130855,-0.0041618263,-0.01822518,0.013100705,-0.013607362,-0.041632738,-0.032368153,-0.0026074746,-0.008244035,-0.0010413614,-0.011812349,0.030428378,-0.0032082251,0.040908944,-0.014982575,-0.029342685,0.027880616,0.0050159055,-0.00067991577,0.0028445178,0.009698865,-0.022437671,0.028199088,0.038882315,0.02620141,-0.014562773,0.008700026,-0.012702618,-0.008627647,-0.016574925,0.005435707,0.019195067,-0.0009563153,-0.0067566345,0.03757948,-0.02297328,-0.0029693726,-0.036855686,-0.021945491,0.013230989,-0.01329613,-0.012963184,0.023668125,-0.0022781475,-0.0021424359,-0.053387184,-0.010364757,0.013701456,0.0016710637,0.03167331,0.015691895,-0.015662942,-0.008171655,-0.01396926,0.018659458,0.030196764,0.003861451,-0.047365203,0.0025875703,-0.028589938,-0.018601554,0.0015145428,0.002227482,-0.027793761,0.012688141,0.02421821,0.016502546,-0.01634331,0.024391921,-0.010219998,-0.008330891,0.03074685,0.007194531,-0.042501293,0.020454472,-0.0002296921,0.043196138,0.000521133,0.016690733,0.0017986328,-0.009250111,-0.019976767,0.007241578,0.01915164,-0.034047358,0.046004467,-0.0021297694,-0.0067276824,-0.038563844,0.003362032,-0.0073392903,0.016690733,0.019528013,-0.00077672343,-0.04606237,-0.016111696,0.008627647,-0.0029404208,0.010878652,-0.00018615126,0.015503707,-0.04794424,0.039345544,-0.009069162,-0.032397103,-0.008294701,-0.01805147,0.01744348,-0.0036352647,-0.0018375368,0.051071037,0.01805147,-0.0045092483,0.002386717,0.005464659,0.005095523,-0.014128496,-0.008034134,0.00904021,0.011508354,-0.027084442,0.020801894,0.0037094539,-0.03847699,-0.037984807,0.009387633,-0.029733535,-0.015373425,-0.013549459,0.0032299391,-0.010806273,0.010958269,-0.0021967206,0.009409347,-0.013158609,0.0023215753,0.014924671,0.04009829,-0.033265658,0.041430075,-0.012319006,-0.025911892,-0.004208873,-0.040243052,-0.028213562,0.0386507,-0.011566258,0.0072090067,-0.01790671,-0.05486373,-0.0074550975,0.019846482,-0.03882441,0.007715664,-0.010031811,0.015344473,-0.030196764,-0.02620141,-0.009662675,0.015344473,-0.052287012,0.0026490928,-0.06531534,-0.041140556,-0.005113618,-0.003570123,0.011298453,-0.0016574926,0.0007328433,-0.014953623,0.015054954,0.024102403,0.015170761,0.03627665,0.0039555444,0.01471477,-0.06647341,0.035234384,0.0056709405,0.030080957,0.017414529,0.004248682,0.02333518,0.033265658,0.016024841,0.025549995,0.0069520595,0.06768939,0.0005559657,0.015547136,0.0096843885,0.00048268138,0.0020447234,0.029053167,0.016473593,-0.0055189435,-0.00048041952,-0.0056347507,0.0145338215,-0.06803681,-0.025651326,-0.007527477,0.014294969,-0.01120436,-0.033960503,0.0105746575,0.0072813863,-0.0062825484,-0.036073986,-0.026519882,0.02485515,0.0059821727,-0.010668751,-0.027576623,0.018456794,-0.007954516,0.029053167,-0.013151371,0.016430166,0.0057360823,0.018920025,-0.034018405,-0.02492753,0.040793136,-0.017327674,-0.004017067,-0.033844694,-0.019441158,0.009380395,0.01847127,-0.012167009,0.028430702,-0.011341881,-0.023885263,-0.0053560897,-0.0013127847,-0.03216549,-0.008186132,-0.023624698,0.017472433,0.027026538,-0.007838709,-0.034626395,-0.020266285,0.026708068,-0.011602448,-0.019079259,0.00421973,0.04499115,0.014454204,-0.024565632,-0.015633991,0.0012901662,-0.0314996,0.023277275,-0.03659512,0.030428378,-0.012709855,0.013411937,-0.010285139,-0.048783842,-0.023812884,-0.017921185,0.006839871,-0.02145331,0.0065756855,-0.0059097935,0.012463765,0.0039302115,-0.012145295,-0.008388794,-0.010864176,0.007201769,-0.011711017,0.02113484,-0.012883566,0.0072958623,-0.023074612,-0.020541327,0.05335823,-0.0013046421,0.0019017736,0.013534983,0.01690787,-0.039721917,0.011928156,0.011450451,-0.0022238628,0.013071753,-0.02429059,0.023422034,-0.018514698,0.055124294,0.0045888657,-0.0030308953,0.0441805,0.00386507,-0.025651326,0.019368777,0.03184702,-0.03847699,0.062709674,-0.034944866,-0.0394903,0.027533196,-0.032483958,-0.030370476,-0.005251139,0.018196229,0.0006238216,-0.0042776335,0.016676256,-0.013607362,-0.009409347,-0.00836708,0.007230721,-0.0104081845,-0.020222858,0.007722902,0.071568936,-0.008736216,0.033699937,0.011435974,-0.0018746313,0.025767133,0.0034832677,-0.013701456,-0.009286301,-0.007918327,0.0016484451,0.0058916984,-0.0042884904,0.02634617,0.019817531,-0.01499705,-0.0100173345,0.07660656,-0.005837414,-0.005641989,-0.018283084,-0.027041014,0.020961128,-0.0014647819,0.020164954,0.0017995375,-0.015474756,0.010263425,0.0044079167,-0.04009829,0.0066118753,-0.037145205,0.022437671,0.034336876,-0.0019651058,0.013983737,-0.028937358,0.024638012,-0.009423822,-0.02903869,-0.011066839,0.008591457,-0.009213922,0.009597533,-0.04811795,-0.002982039,-0.0100752385,-0.01783433,-0.015257617,0.0065973992,-0.04429631,0.015648467,-0.011074077,0.02996515,-0.0026870922,0.03740577,0.024739344,0.03957716,-0.001138169,-0.06641551,-0.008714503,0.016415691,-0.015344473,0.020092573,0.029371636,0.0024355731,0.00864936,-0.02375498,-0.002793852,0.013071753,-0.017313197,-0.019296398,-0.029878294,0.015836654,-0.01790671,-0.021786256,0.04070628,0.015054954,0.008026896,0.000028202594,-0.005967697,0.040735234,0.009054686,0.009698865,0.0011616924,0.011920918,-0.00018897858,0.03187597,-0.0197162,-0.0017416339,0.029762486,-0.0024229067,0.0029205163,-0.00020978771,-0.009025735,-0.004002591,-0.04244339,-0.013998212,-0.025086764,-0.0071185324,-0.022510052,-0.035002768,-0.02830042,-0.02776481,0.007853185,0.018891072,0.001180692,0.034829058,-0.037174158,0.0016656353,-0.038592797,-0.0021786257,0.014157447,-0.04672826,-0.01499705,-0.016024841,-0.015605039,0.0016900634,-0.001358022,0.016184077,-0.014881243,-0.019122686,-0.015532659,-0.006441783,-0.02967563,0.03517648,0.0157498,0.011464926,-0.0027793762,-0.003962782,-0.0139475465,0.0070787235,0.005623894,-0.031470645,0.02074399,0.0039483067,0.004230587,-0.02549209,-0.0050195246,0.0028246134,0.03691359,0.001326356,0.025825037,0.009438299,-0.020570278,-0.03757948,-0.00634769,0.034915913,0.035929225,0.0014258779,0.0034054597,-0.00978572,-0.0030055624,-0.006166741,0.033323564,0.014099544,-0.0018339178,-0.0037709766,0.03364203,0.022929853,0.005225806,-0.025738182,-0.011182646,0.0006645351,0.018065944,-0.011573496,-0.0054791346,-0.018312035,-0.009583058,0.0068760607,-0.03013886,0.040185146,-0.010133143,0.014106781,0.04525172,0.02698311,-0.03705835,-0.0044622016,-0.007997944,0.023566794,-0.056195512,0.01656045,-0.0394324,0.031702258,-0.016502546,0.009380395,0.04131427,-0.01729872,-0.012767759,-0.0042776335,0.024261639,0.0108279865,0.036016084,0.007715664,0.020946652,0.030370476,-0.0026635688,0.017023679,-0.021019032,-0.0036008845,0.013209275,0.037029397,-0.020136,-0.008967831,0.008236797,-0.021916538,0.027489766,0.026838351,0.01829756,-0.010806273,0.012000536,-0.0006690588,-0.012080153,0.018673934,0.015170761,-0.01595246,-0.005113618,0.008272987,0.005265615,0.029704582,-0.0071691982,-0.00815718,0.013600124,0.023682602,-0.015691895,0.02297328,0.024493253,-0.016241979,-0.018702885,0.016010365,0.0075998567,0.0077011883,-0.0009463631,-0.033613082,-0.015141809,0.017819855,-0.08181789,-0.014541059,-0.019947814,-0.0014421633,0.007379099,-0.0022365293,-0.0069412026,0.0055153244,-0.033236705,0.018891072,-0.0081788935,-0.012391386,0.007860423,0.00922116,0.023262799,-0.017877758,0.078054145,0.01673416,0.0014693056,-0.03202073,0.003988115,-0.02691073,0.011298453,-0.00026622118,0.009836386,-0.018659458,0.016849969,-0.013875167,-0.02510124,0.006304262,-0.0037022159,-0.0080413725,0.016372263,0.018746313,-0.020049145,-0.045859706,0.011197122,0.02942954,0.008938879,-0.016140647,-0.00025332856,-0.0024989052,0.018239656,0.0072886245,-0.0052728527,0.040445715,0.018514698,-0.007049772,0.00507019,0.038100615,0.0033204136,-0.01768957,-0.027706906,0.006329595,-0.0015118286,-0.031818066,0.015662942,0.00072741485,0.032049682,0.013484317,-0.008685551,0.014939147,-0.011739969,-0.025347332,-0.053850412,-0.024203734,0.0029150879,0.0031068937,0.033236705,0.013411937,-0.02223501,0.015532659,-0.005034,0.026722543,0.025709229,0.02581056,0.0035339333,0.012521668,-0.0027558529,0.010350281,-0.037318915,-0.012499955,-0.024565632,-0.0066046375,-0.006658922,-0.016603878,-0.02656331,0.005898936,0.043311946,0.0034362208,0.018109372,0.019658295,-0.01808042,-0.014881243,0.014258779,0.03092056,-0.012239388,0.015807701,-0.028589938,0.0023993833,0.002077294,0.0031539404,0.017732998,0.023682602,0.0033475559,-0.0041763023,-0.0040749707,0.011226074,0.05144741,0.027098918,-0.01294147,0.03286033,-0.015170761,-0.0027033775,-0.010748369,-0.012651952,-0.020049145,-0.010292377,-0.033236705,-0.022133678,-0.035610758,-0.021033509,-0.05428469,0.035900276,0.0105746575,-0.0038324993,-0.004932669,0.010480564,0.038592797,0.032570813,0.028025376,-0.0027667098,-0.023450986,0.010697703,-0.034829058,-0.015243141,0.014837815,0.0137810735,-0.011443213,0.0060979803,0.010502278,0.0046684835,0.0008789596,-0.06699455,0.018500222,0.0021569117,-0.011363595,0.020454472,0.03280243,-0.014555535,0.0030688946,0.042646054,-0.010328568,-0.036073986,-0.016010365,0.02397212,-0.008815833,0.0076577603,0.027258152,0.0022148155,0.016053792,-0.009662675,0.004592485,0.009177731,0.032397103,0.026997587,0.010133143,-0.016763112,0.054458402,0.02375498,0.0033385085,-0.036710925,0.026129032,0.01396926,-0.015735323,-0.0041220174,0.005269234,-0.011624162,-0.020136,-0.014968099,0.012724332,-0.0409958,-0.008989545,0.0030435617,-0.0049941917,0.040329907,-0.003251653,-0.009800196,-0.03045733,0.005938745,0.014924671,-0.036566168,-0.013571173,0.016473593,-0.036826733,-0.014837815,-0.011378071,-0.002900612,-0.00922116,-0.014779911,0.0013453555,0.008244035,0.010060763,0.00043065855,-0.0033547939,0.027359484,0.01194987,0.024970958,0.010444375,0.023465462,0.020179428,0.007201769,-0.01988991,-0.02673702,0.01127674,0.0066408273,0.0046141986,-0.019368777,-0.013911357,-0.008461174,0.00918497,0.03141274,-0.028068803,-0.023393083,0.0053090425,0.028387275,0.008396032,0.0039084977,-0.025825037,0.010429898,0.008330891,-0.029342685,-0.004903717,0.021323027,0.03705835,-0.022510052,0.008251273,-0.0053416137,0.023479939,-0.041690644,0.008736216,-0.005138951,0.012188722,-0.038216423,-0.0039157355,0.01766062,0.026317218,-0.029878294,-0.0080413725,0.027026538,-0.0037673574,-0.0016095411,-0.026042176,-0.0006052743,0.025347332,-0.011602448,-0.032223392,0.0023450986,-0.00070931995,0.018644981,0.037492625,0.035697613,0.0062355013,0.002471763,-0.01127674,0.015358948,0.027895093,0.046409793,-0.0042848717,-0.027620051,-0.005073809,0.023393083,0.008193369,-0.020642659,-0.023132516,0.012319006,-0.039982483,0.015619515,-0.0048168614,-0.029472968,0.004426012,0.016661782,-0.024652487,0.010958269,-0.0197162,0.015286569,0.017819855,-0.0019596773,0.0104081845,-0.037811097,-0.018109372,-0.010784559,0.038274325,0.021149315,-0.0021351979,-0.026896255,-0.035523903,0.006868823,-0.030891608,0.018746313,-0.011197122,-0.00836708,0.005251139,0.001219596,0.0006002982,0.0007351052,0.0074550975,0.035437047,-0.010951032,0.033699937,0.0018212514,0.02967563,0.006648065,0.037347868,-0.038245372,-0.00815718,0.027098918,-0.010198284,0.036363505,-0.03286033,0.016502546,0.034163166,0.020990081,0.042877667,-0.01273157,-0.008482887,0.024797246,-0.008055848,0.011935394,-0.01974515,0.022524528,0.007219864,0.029241353,0.009952193,-0.00918497,0.029386112,0.026042176,0.015503707,0.008938879,0.04400679,0.00875793,0.013520507,-0.012992136,0.008106514,0.014200875,0.012507193,0.047567867,0.0307758,0.054805823,0.011812349,0.037347868,-0.001500067,-0.0042884904,-0.009633723,0.012369672,-0.020686086,0.018558126,0.0006690588,0.02411688,0.020078098,0.0045020105,0.0098798135,0.006003887,0.0018194419,0.011645876,0.0059061744,0.00067267776,0.048812795,0.02226396,0.027345007,-0.018268608,0.0027033775,0.009300777,-0.023349656,0.00067448727,0.028879456,-0.02279957,-0.033555176,-0.01726977,0.029067643,-0.034018405,0.063115,-0.015561611,0.008128228,-0.0008970545,-0.016763112,0.02052685,0.0058772224,0.035089623,-0.012456527,-0.0011472164,-0.015937986,-0.028676793,0.030978464,-0.010762844,-0.021931015,0.033873647,-0.004791529,0.042327583,0.032947186,0.0216994,0.028908407,-0.018210704,-0.017226342,-0.010748369],"social":"https://twitter.com/matchaman11"},{"title":"oboda","description":"warehouse management system that makes ordering and inventory tracking easy and simple for b2b businesses!","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=_i5p5WzE1Ww","youtube_transcript":"Hey, Bill Space. I'm Kyle, and I'm working on Aboda with my teammates Chase Einer and Jerry. Aboda is a warehouse management system that makes ordering and inventory tracking easy for B2B businesses here in the Philippines. We're working on this because we've met many business owners who still either use pen and paper excel files or even ninety software just to track their inventory. Current solutions are also too costly for SMEs. Now let me show you how Alberta works. Here's the scenario. Paul an inventory associate is given a purchase order by the sales department and needs to take a specific kind of ribbon. Before Oboda, he would have to scour the entire warehouse justify the ribbon. With Oboda, he now knows exactly where the ribbon is, saving guests working time. Once he's at the location, he scans the QR code, logs that he's deducted it, and then takes a refund to the sales department to process the sale. Let me show you the progress we made so far with the Buddha. So for the first three weeks, we had zero revenue despite onboarding three businesses. But by week four, we switched strategies. We offered payment discounts if they paid annually now. Because of that, we have close to six thousand dollars in revenue so far. While we failed to hit our goal, we learned a lot and improved our product by visiting ten warehouses over the past six weeks. So if we won the 100K, here's how you would spend it. A bulk of it will go to product development along with marketing and sales. We'll also invest in customer success, inferring ops and also keep a stack for our emergencies. So we're excited to keep building a boat out whether we win or not. And we're thankful for build space for giving us the momentum to just keep building.","embedding":[0.020808127,0.04739988,0.028045734,0.023877649,-0.0012671874,-0.016405785,-0.0017982954,0.027964959,0.0008370505,0.004180204,0.050146293,-0.061358124,-0.022342887,-0.059677962,0.054152824,0.061745852,0.03075984,-0.038482107,-0.06352294,0.0640076,0.0068054525,0.013610905,-0.013683605,0.03075984,-0.003558222,-0.013667449,-0.046139758,0.0075041726,-0.01016981,-0.07677035,-0.02550934,-0.02869195,-0.02848193,0.03628498,0.023506073,0.012488106,0.0031301044,-0.009725537,0.036640394,-0.027302587,-0.040840793,-0.020145755,0.07153601,0.014022867,-0.0034451343,0.049338523,-0.058320913,0.045978203,-0.0010071868,-0.0063450243,-0.03770665,0.026220178,0.015775725,-0.010670627,-0.009248953,-0.028045734,0.005969412,0.028869659,-0.018724082,0.012916224,0.006817569,-0.05053402,0.027415676,0.022746772,-0.009176254,0.0047092927,-0.0652031,0.037965138,0.01862715,0.034734063,-0.00031023374,0.03505717,0.0050324,-0.026720995,0.024249222,-0.048563063,0.014491374,0.032827727,0.020743504,0.011583406,-0.050275534,0.0007875746,0.049693942,0.009216643,0.008093844,-0.043425653,-0.042940993,-0.04581665,-0.020226533,0.008635049,-0.0033057942,0.056414578,-0.02932201,0.0045598554,0.0736039,0.011397619,-0.017140856,0.0045275446,0.06345832,-0.012068067,0.004547739,-0.018643305,0.024620796,-0.031341434,-0.0064621507,0.037771273,-0.004414457,-0.0131181665,0.014402519,-0.0027928608,-0.15147282,0.00080322515,0.012851602,-0.016187688,-0.0056907316,-0.010654472,-0.02033962,-0.00594114,-0.016211921,-0.080130674,-0.04788454,0.05253729,0.011211832,-0.030485198,-0.011623794,0.010541384,-0.06927426,-0.035671074,-0.026753305,-0.0026939092,0.033312388,0.020194221,0.043619517,-0.037448164,-0.03767434,-0.0026555401,-0.086269714,-0.01757705,-0.019111812,0.008271554,0.020565795,-0.032488465,-0.003970184,-0.05224649,-0.062424377,-0.019451074,0.026947169,-0.037448164,-0.041163903,-0.029208923,-0.012391174,-0.0026232293,-0.059645653,-0.047722984,0.047367565,0.0038914266,0.015008345,-0.0026858314,0.00199216,-0.01293238,-0.022585217,-0.028401153,0.027754938,-0.006017878,0.002907968,0.012245776,-0.028643483,-0.025250854,-0.10216661,-0.0313899,-0.016736971,0.008400796,-0.037900515,0.02457233,-0.003439076,-0.037771273,0.033150833,-0.059807207,-0.005969412,-0.04917697,-0.03328008,-0.016470408,-0.018481752,-0.032827727,-0.06562314,-0.015808037,-0.03819131,0.009410507,0.025283165,0.038320556,-0.002506103,0.03376474,0.008093844,0.049112346,0.03560645,-0.03505717,0.020032668,0.002687851,-0.011244142,-0.0013499837,0.015598017,-0.0139097795,0.02935432,0.006042111,-0.044233423,-0.0016306834,-0.012043834,-0.0063450243,0.0052060704,-0.009426663,0.06342601,-0.02229442,-0.0032351143,0.019838803,-0.041260835,-0.09098709,-0.037189677,0.06449226,0.026042469,0.00471737,0.0077747754,0.01167226,-0.01083218,0.0040933685,-0.009289342,0.05874095,-0.0010066819,-0.018966412,0.05993645,-0.049370833,0.030905237,-0.012835448,0.0013530129,0.019370297,0.055316012,0.021971313,0.016502718,-0.029031213,0.023215277,0.037512787,0.011922669,0.018336354,0.035897247,-0.003267425,0.02100199,0.017189322,-0.045719717,-0.0513741,0.00625617,0.039289877,0.0140309455,-0.016187688,-0.022278266,-0.013344342,-0.025493186,0.007160871,-0.05664075,0.0024859088,0.02697948,-0.024717728,-0.0052787694,-0.016607728,-0.038288243,0.054379,-0.039968405,0.032488465,0.047367565,-0.01664004,0.028885815,0.0069468124,-0.024766194,0.02778725,0.036963504,-0.031438366,-0.0271895,-0.022423664,-0.027900336,0.004103466,0.022989102,0.00033118523,-0.010824103,0.027076412,0.012585039,-0.0045800493,0.041777804,0.060582664,0.01751243,-0.00062753545,-0.031373743,0.0057230424,-0.012948535,-0.018497907,-0.026720995,-0.014895258,-0.007189143,-0.019192588,-0.028740417,-0.046915215,0.037189677,0.043134857,0.0025323555,0.010638316,0.004777953,0.019451074,-0.01551724,-0.027254121,-0.01715701,0.010420218,-0.01191459,0.03434633,0.029645117,0.016817749,0.0131908655,0.029725894,-0.030259022,-0.035703383,0.046430554,-0.019628784,-0.01925721,-0.036123425,-0.050307844,-0.037448164,-0.02457233,-0.025008524,0.026414042,-0.015598017,0.040388443,0.011187599,-0.004947584,-0.027205655,0.0017478099,-0.0019204705,-0.02289217,-0.028336532,-0.0034693673,0.00408933,0.039516054,0.00072648714,0.045105815,0.0393545,-0.004382146,-0.009612449,-0.043070234,-0.0030452886,0.030339798,-0.005646304,0.0022758888,0.016518874,0.016502718,0.034927927,-0.020081135,-0.014580228,0.043942627,0.0114622405,0.02890197,-0.0003427969,0.02562243,-0.06588163,-0.023683783,0.00045285543,-0.053280436,0.055736054,0.00078202126,0.018013246,-0.0039196983,0.014959879,0.0024859088,-0.012924301,0.010420218,0.012035756,0.04710908,-0.0037803582,-0.054540552,-0.030485198,-0.056802306,0.02785187,0.03738354,0.06656016,0.0048910403,0.007156832,0.0393545,-0.008788525,-0.005008167,-0.0028998903,0.058934815,0.021874381,-0.015638405,0.0015458676,-0.011906513,-0.017108545,0.057060793,0.021987468,-0.0073587745,0.041357767,-0.017011613,-0.011349153,0.03550952,0.016543107,0.012536573,0.0024172484,0.0011874202,-0.047302946,-0.017027767,-0.027173344,-0.01709239,-0.03184225,0.00016395183,-0.034087848,-0.011817658,-0.006664093,0.007342619,-0.06869266,0.06601087,-0.0059613343,-0.01383708,-0.014313664,-0.06604318,0.013715915,0.013287798,0.042165536,0.0072254925,-0.043845695,0.004040864,-0.0423594,-0.022779083,0.03641422,0.0024455201,0.029418942,0.0006452054,-0.062747486,-0.028950436,-0.0023667628,-0.004818341,-0.013045467,-0.016171534,-0.024733882,-0.07644725,0.03683426,0.022552907,0.029580496,-0.033312388,-0.0041721263,-0.0028393075,0.02415229,-0.05486366,-0.003750067,-0.034830995,-0.018045556,-0.0056947707,-0.029095834,-0.020420397,-0.028336532,-0.055800673,0.04019458,-0.04074386,-0.020291153,0.043361034,-0.026155556,-0.010040567,0.029418942,-0.00845734,0.0114622405,-0.013312031,0.03289235,0.0054282066,0.0031704928,-0.029871292,0.004539661,0.028918125,0.0077263094,0.0072012595,-0.00092287594,-0.0035562024,-0.027512608,-0.049112346,-0.00026302974,-0.004113563,-0.036640394,-0.0054282066,0.019370297,-0.038482107,0.017932469,-0.028384998,0.055736054,0.017060079,0.02166436,-0.010904879,0.02907968,-0.063878365,0.011405696,-0.014402519,0.04533199,0.04659211,-0.021405876,-0.03980685,-0.034378644,-0.005129332,-0.010880646,0.003544086,0.0044992724,0.014345975,-0.04930621,0.007988834,0.010912958,0.030032847,-0.000852701,-0.024927747,-0.030953703,0.00097033236,0.0008118077,-0.035897247,-0.027011791,0.02184207,0.00744359,-0.025121612,-0.023958424,-0.027577229,-0.00047304964,-0.02369994,-0.012560806,-0.03728661,-0.002716123,-0.0052303034,0.008449262,0.030549819,0.012496185,-0.04665673,0.006332908,-0.01048484,-0.007871708,0.029596651,-0.044071868,-0.007084133,0.037545096,-0.028368842,0.0045235055,0.023506073,-0.012076145,0.0048668073,-0.0161473,-0.006353102,0.019451074,0.020565795,0.007084133,0.01638963,0.02415229,0.011664183,-0.016325008,0.0107917925,0.06294135,0.054120515,0.033247765,0.01814249,-0.01985496,0.028368842,0.015573784,0.0022072284,-0.008368486,0.02526701,0.01586458,0.01219731,-0.022924481,-0.0053393524,-0.0031866482,0.010347519,0.03260155,-0.019822648,-0.035186414,-0.029386632,0.007677843,-0.032181513,0.0066317823,0.024540018,-0.03292466,0.0040105726,0.022439819,0.004414457,-0.01506489,-0.017900158,-0.0312445,-0.039742228,-0.02977436,-0.029370476,0.013570517,-0.030485198,0.0021123155,0.020468863,0.042230155,0.017043924,0.023489919,-0.039160635,-0.021728983,0.012843525,0.025412409,0.031955335,0.011034123,-0.015177977,0.012318475,0.03340932,0.005787664,0.005472634,-0.011817658,-0.019644938,-0.008433107,-0.040388443,-0.0022213643,-0.02526701,0.016171534,-0.0029927837,0.006979123,0.018998723,0.027835716,-0.017706294,-0.01757705,-0.036672708,-0.0015812076,-0.047464497,-0.020452708,0.035089478,-0.01688237,-0.0011187599,-0.020388085,0.03145452,0.026284799,-0.0034511925,0.05819167,-0.02505699,-0.0062117428,-0.017657828,0.0015499066,-0.009353964,0.012100378,0.00422867,-0.03886984,0.01974187,0.01862715,0.0140309455,0.017076233,0.03235922,0.033441633,0.010783714,0.004777953,0.010371752,-0.034281712,0.01079987,-0.008061533,-0.006433879,0.04319948,0.011793425,-0.024475398,0.01478217,-0.009119711,0.051988006,0.0032189589,0.023845337,0.011034123,-0.049370833,-0.010977579,0.033667807,0.028465776,-0.044427287,0.039128322,-0.008901613,0.0028756573,0.0014055178,-0.00080928346,-0.013723993,0.026882548,0.040582307,0.03075984,-0.024976213,0.024863126,-0.00192249,0.0003718261,-0.010024412,0.038482107,-0.019725716,-0.055994537,0.008154427,0.021809759,0.0015246638,0.022423664,-0.023231432,0.002104238,-0.010234431,-0.018724082,0.028530397,-0.00054322457,0.02652713,-0.027738784,0.012496185,-0.014547917,0.016963147,0.0033784932,0.006773142,0.005864402,0.017270098,0.023215277,0.01628462,-0.08866071,-0.02890197,-0.0075445613,0.0064944616,-0.008295787,-0.029451253,-0.00953975,0.021195855,0.015662638,0.007116444,0.04449191,0.002708045,-0.0001744276,-0.01317471,-0.0131181665,-0.018077867,0.019402608,-0.0138855465,-0.017851692,-0.0071245213,-0.011001812,-0.021325098,0.0363496,0.0022799277,-0.015169899,0.012633505,-0.008259437,0.0052464586,0.04329641,-0.008594661,0.0011611677,0.020032668,0.042585574,0.014612539,-0.0322946,0.0021466457,0.008610816,-0.06035649,0.028853504,-0.047593743,-0.03176147,-0.041422386,0.013150477,-0.006514656,0.018497907,-0.008635049,-0.055768363,0.006066344,0.03418478,-0.013998634,0.025089301,0.0055937995,0.018433286,-0.021276632,0.006777181,0.03596187,0.00081584655,-0.006357141,0.036543462,-0.017544739,-0.0015297123,0.019693404,0.02760954,-0.007673804,0.036188044,-0.024895437,0.01880486,0.03683426,0.012391174,0.028611174,0.022698306,-0.015783804,-0.026753305,-0.005500906,0.026365576,0.008610816,-0.0032108813,0.0012055951,-0.016898524,-0.011704571,-0.01715701,-0.00594114,0.02037193,0.0131908655,0.026607906,-0.019628784,-0.027496452,0.033441633,0.013449351,-0.0051656817,-0.009281265,0.007706115,0.0015004306,-0.02499237,-0.014749859,0.02142203,0.02592938,0.0009445847,-0.047238324,-0.032375377,0.005121255,0.031648383,-0.034443263,-0.02649482,0.017803226,0.009701304,0.0222298,0.0020184126,0.043587208,-0.050017048,-0.024507707,-0.0056341877,0.0013530129,-0.029160457,0.015904969,0.011421852,-0.007403202,0.013958246,0.009337808,-0.021325098,0.0031462598,0.015266832,-0.02457233,-0.04109928,-0.01296469,-0.009184332,0.03260155,-0.05088944,0.028433464,-0.008093844,-0.011139133,-0.0012762748,-0.032181513,0.026510974,0.005424168,0.014523684,0.036543462,0.026769461,-0.012738515,-0.030355955,0.0022880053,-0.029903604,0.00702355,0.001894218,0.002998842,0.0033885904,-0.0050485553,0.0040772134,0.01478217,-0.017463963,-0.013998634,0.020921214,-0.014709471,0.0019911502,-0.022100557,-0.032068424,0.0017306448,-0.023457607,-0.015985746,0.022100557,-0.008017106,-0.030291332,-0.01841713,-0.0008279631,0.033958603,0.0025363942,-0.009620527,0.012803136,0.005807858,0.045558166,0.01551724,0.0140067125,-0.0071285604,-0.015985746,0.0065227337,0.019467229,0.027205655,-0.032666173,0.0055655274,-0.046172068,0.03235922,-0.0089904675,-0.0024515786,0.019354142,-0.031163722,-0.00496374,0.017657828,0.011050278,0.039063703,-0.0106221605,-0.01369976,-0.008505806,0.023861492,0.0028372882,0.024717728,-0.047593743,0.017867848,-0.0065469667,-0.0140067125,0.04636593,0.005004128,0.021405876,0.016591573,0.009951713,0.013691682,-0.027270276,-0.01991958,-0.045848962,0.03271464,0.034960236,0.04074386,0.033926293,-0.011413774,0.05987183,-0.010080956,-0.016502718,0.02159974,-0.0064944616,0.024233066,0.015056811,-0.016736971,0.0013166632,0.040388443,0.0041216407,0.01027482,-0.0013661392,0.02767416,0.0034713866,-0.00765361,0.030937547,-0.02544472,0.04277944,-0.008360408,0.0063490635,-0.003142221,-0.00057048677,-0.017383186,0.004539661,0.010961424,-0.015904969,-0.0330539,-0.024653105,0.031923026,0.028336532,-0.029225077,0.034507886,-0.05486366,0.015468773,0.012270009,0.03232691,-0.012900068,0.037092745,-0.045138124,0.017560896,-0.01541223,-0.038805217,0.020775815,0.00800095,0.006393491,0.033667807,0.014604461,-0.0015478871,0.00433368,-0.005270692,-0.033183146,0.0009516527,0.033797048,-0.026252488,-0.019418763,0.012681971,0.02226211,-0.0019770144,0.037060436,-0.023021413,0.0009774003,-0.00011586435,0.01132492,0.07166526,0.00054019544,-0.024200756,0.021858227,-0.019031035,0.0038086302,0.027916493,-0.035186414,0.0006144092,0.060938083,-0.007055861,0.0025747633,0.034830995,-0.024297688,-0.0056705372,-0.031955335,0.028740417,0.022989102,0.049823184,-0.006353102,-0.025428563,-0.009563983,0.0010056723,0.01016981,0.020291153,0.003372435,0.0061875097,-0.01739934,0.0032997357,-0.041648563,0.025105456,0.029935915,-0.043005615,0.02135741,-0.03256924,-0.026123244,0.004168087,-0.017560896,0.006042111,-0.039612986,-0.03211689,-0.044330355,0.000074655516,-0.055542186,-0.01135723,0.022116711,-0.015315298,0.01796478,-0.01079987,-0.0271895,0.021987468,-0.018821014,0.018126333,-0.012560806,0.01219731,-0.021486651,-0.0046406323,-0.0106463935,-0.0008325068,-0.024766194,-0.00028524338,0.008336174,-0.0067085205,-0.0045033116,-0.020501174,-0.017770914,-0.007366852,0.025573963,0.028756572,-0.016009979,0.0074355123,-0.012585039,-0.0030755799,0.007815164,0.005238381,0.0002427093,-0.024846971,-0.0031119296,-0.004208476,0.009531673,-0.010234431,-0.041422386,0.003176551,0.012350786,0.005807858,-0.032278445,0.026931014,0.00027236957,0.0089904675,0.008392719,0.002918065,-0.0029382592,0.0009975946,0.0077666976,-0.010678705,0.02970974,-0.005597838,-0.012108455,0.015686871,-0.007572833,-0.02848193,-0.021680517,0.018530218,-0.0065186946,0.025525495,0.009345885,-0.03001669,0.0022233839,0.019758027,-0.011001812,0.01272236,0.033926293,0.013061622,0.011825737,0.039742228,0.0031462598,-0.0018295965,-0.014135955,-0.006999317,0.03169685,0.017528584,0.007714193,0.00953975,-0.0139097795,0.010363675,0.026268644,-0.004834497,0.024023047,-0.011656105,-0.008360408,0.023457607,-0.007992873,0.034863304,0.017189322,0.020291153,-0.016066523,0.0022900247,-0.007992873,0.026010158,-0.021955159,0.0014408578,0.020888902,-0.0055372557,0.007197221,-0.0023162772,-0.039419122,-0.013578595,-0.037157368,0.019758027,-0.0107917925,-0.0063652187,0.01030713,-0.018853325,0.0171247,0.014903336,-0.0393545,-0.004596205,-0.0032835805,-0.019370297,-0.0015519259,-0.0087723695,-0.002080005,-0.007580911,-0.011615716,0.0005815936,0.008675437,0.011389541,0.01135723,0.017560896,0.0115591725,0.028578863,0.090082385,-0.0011318862,-0.0035864937,-0.027060257,0.013853236,-0.004305408,0.043942627,-0.0069912397,-0.0012348767,-0.02439462,-0.0018295965,-0.018190956,0.030662905,-0.008505806,0.022682149,-0.0220844,-0.031793784,0.0141198,-0.0034087845,-0.009152021,0.008869302,0.016365398,0.0044427286,-0.027512608,-0.015799958,0.0030917353,-0.000719924,-0.008328097,-0.0037924747,0.05783625,0.021535117,-0.015137589,0.005759392,0.035897247,0.02121201,-0.0024071513,-0.0080292225,-0.00060279755,-0.0015256734,-0.021987468,0.0097336145,0.055994537,0.005678615,0.0033421437,-0.005727081,0.0111149,0.03190687,0.0100648,-0.010048645,-0.046462864,0.019935736,-0.018158644,0.000062791405,0.01604229,0.009975946,0.003974223,0.010339442,0.049790874,0.00950744,0.013618983,-0.030872926,-0.034410954,0.017253943,0.00020345679,-0.03166454,-0.021292787,-0.027286433,-0.028708106,0.022278266,0.018013246,-0.0123023195,0.034734063,0.005860363,0.0044831173,-0.008521962,-0.014127878,-0.03851442,0.0045558163,0.023716094,0.016753126,-0.007649571,0.0030149973,-0.026300954,0.021195855,0.004826419,0.010670627,0.030032847,0.037771273,-0.015880736,0.0021224127,0.015945358,-0.017011613,0.0014418674,0.008311941,0.01100989,0.0072254925,-0.028061891,-0.009160099,0.02697948,-0.014911413,-0.0053231968,-0.020258844,-0.019709561,0.040840793,-0.020953525,0.016518874,-0.040097646,0.020598106,-0.009176254,0.023732249,-0.003281561,0.02264984,0.0149921905,0.017350875,0.03903139,0.013053545,0.0003801562,0.002114335,-0.026187867,-0.003788436,-0.0011187599,0.0045598554,-0.014232888,0.0023909959,-0.01646233,0.0056099547,-0.004749681,-0.0073547354,0.01027482,-0.014604461,0.0030271139,0.015743416,0.017027767,0.009394352,-0.00003660203,0.031325277,-0.017673982,0.007116444,0.006688326,0.0005093992,-0.032827727,-0.000118514836,0.011551095,0.0048425742,-0.01191459,0.0005669528,-0.0016973243,0.0023687822,0.025606273,0.009951713,0.034378644,-0.038352866,0.020775815,-0.015234521,-0.011050278,-0.0131181665,0.039548364,-0.005933062,-0.0073587745,-0.009491284,0.0026151517,-0.0040832716,-0.029742049,-0.026656372,0.0060259555,0.011017967,0.02184207,0.005185876,-0.0074355123,0.0016932855,-0.005036439,-0.011898436,-0.03389398,0.0053070416,0.0058320914,-0.034378644,-0.01622,0.021050457,-0.020937368,-0.029612808,-0.03560645,-0.003921718,0.005924985,-0.0061026937,0.025670895,0.055509876,0.041163903,-0.014984112,0.0044225347,0.021292787,0.028514242,0.029386632,0.0031644346,0.02264984,0.025460875,-0.0097093815,0.005371663,-0.004095388,-0.028191134,0.01733472,0.024249222,-0.021922847,-0.009297419,-0.019515695,-0.0012621388,-0.017302409,-0.034507886,-0.008546195,0.043361034,0.00485873,-0.01156725,0.013740148,-0.019467229,0.02226211,0.0024192678,-0.021728983,-0.022633683,0.06811107,0.036543462,0.0007083123,0.013037389,-0.003544086,0.02505699,-0.010929113,-0.006328869,0.020630417,0.027302587,-0.01530722,-0.009030856,-0.01642194,0.02736721,-0.025089301,0.010040567,0.024523864,-0.022310575,0.013497817,-0.031777628,-0.014467141,0.0035481248,-0.012988923,-0.005343391,-0.022407508,0.020985834,0.011211832,0.03064675,-0.011454162,-0.011680338,-0.003511775,0.014766015,-0.0049152737,0.00021923352,0.013998634,0.0015367803,-0.014071334,-0.029806672,-0.00115309,0.026769461,-0.018530218,-0.008017106,0.0022233839,-0.04975856,-0.000025873847,0.015896892,-0.0098547805,0.0037843972,0.010468684,0.009596294,-0.008126155,0.013360498,0.007811125,0.0076132216,0.0049354676,0.02138972,-0.0022213643,-0.022165177,-0.01457215,0.015089123,0.032375377,-0.014628694,-0.009838625,0.019160278,-0.021260476,-0.0014408578,-0.017108545,-0.0050768275,0.013788614,-0.0057311202,0.020630417,-0.013320109,0.010056722,-0.029095834,0.01664004,-0.023166811,0.03127681,0.010153655,0.014733704,-0.004119621,0.015783804,-0.0033381048,-0.027060257,0.029548185,-0.000737594,0.016397707,-0.0052020317,0.0035905326,0.021228166,0.0066277436,0.04623669,-0.015816115,-0.010606005,0.026963325,0.023619162,-0.027964959,-0.0088935355,-0.02009729,-0.024281532,0.029192766,-0.005169721,-0.0001436314,0.014564073,0.01541223,0.0181748,-0.0074718622,0.005129332,-0.01886948,-0.0027847833,0.013223177,-0.0040105726,0.013562439,0.0066115884,-0.0034047458,0.009951713,0.03980685,0.000017275526,-0.0069629676,-0.0062117428,-0.022746772,-0.025848603,0.012859681,-0.009378197,0.006510617,-0.0009930509,0.007786892,0.0009259051,-0.002774686,0.042585574,0.006664093,0.02589707,0.0034612897,-0.0064702285,0.0057755476,0.058999438,-0.013223177,0.019144122,-0.011728804,-0.0014832655,0.0063409857,-0.00475372,0.00248187,0.000010609855,-0.046818282,0.0025505302,-0.026397886,0.0032108813,-0.03142221,-0.009870935,-0.014305587,0.002401093,0.009862858,-0.03463713,0.011906513,0.015363764,0.036543462,0.003683426,-0.020662727,-0.046398245,-0.0063409857,0.054960594,0.0074395514,0.005573605,0.015266832,0.008162504,0.03037211,-0.0006012829,0.015953435,0.015985746,-0.013554362,0.02505699,-0.023296054],"social":"https://twitter.com/likeklayton"},{"title":"index ai","description":"a powerful search tool designed and engineered to seamlessly navigate your company's internal knowledge base.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=9GYZVU6AB8s","youtube_transcript":"Hi, everyone. I'm Deepak. I'm Josh. And we've been building index AI at Workspace over the last few weeks. The problem that got us interested in, like, making this tool is that these days most of our information is scattered across different types of knowledge management apps. These can be activity tools, your documentation systems, or even literally just notes that you keep on your computer. So index AI provides a vector hybrid vector search engine, which streamlines data from all these sources. And the answers to all your questions is just one source query over. Alright. There is stop sounding better. Just dive into whatever we recorded. So here, as you can see, we we are, like, minimal interface. I want to ask it about, like, what RLHF is. And I wasn't getting good answers through Notion. So let's see what what it does. So you're we can see that there are two cards each link to a new Notion page, and it gives you a preview of what the sources are. It is. And also links the actual page. So if you do the same search by Notion, it just does a keyword search. But here, we are operating on a smart depots. So it's much better. Most of First Place, we were in stealth mode and focused quite a bit on building the tech. And b three is when we actually launched to the public. And we were not expecting the kind of traction we got, and that did get converted into a lot of user sign ups for our private alpha. And moving forward, we would want to build on that traction and do a lot more of those builders launch cycles","embedding":[0.018974176,0.027110402,0.009541433,-0.006439885,0.029548164,-0.02717251,-0.027591743,0.0758967,-0.016086126,0.013174786,0.03766886,-0.031395894,0.00008788609,-0.08626884,0.02984318,-0.009254181,-0.037265155,-0.07782207,-0.058413133,0.006296259,0.014455776,-0.021054814,-0.013415457,0.033445477,0.0061526326,-0.008757312,-0.012266448,0.039935827,-0.011047566,-0.024036026,0.040339533,-0.03447027,0.0064670574,0.049345277,0.013601783,-0.049190007,-0.0016216167,-0.014766319,0.0041690394,-0.0029229857,0.00016145808,-0.00249793,0.019315774,0.025340308,-0.03437711,-0.022359094,-0.034749757,-0.009564724,0.001331453,0.04263755,-0.057698887,0.026256409,-0.01884996,0.061456457,0.011932614,-0.00988303,0.0019360414,0.016505359,-0.0074142134,0.043600235,0.023150979,-0.028228357,0.026116664,0.024626058,-0.016272452,-0.029718963,-0.04394183,0.049190007,-0.004037059,0.0026376743,0.031768546,0.020309512,-0.011171783,-0.021800118,0.010768077,-0.0028608772,-0.054686617,0.022700692,-0.02717251,-0.026566952,0.013656127,0.015270951,-0.029159985,-0.030666118,-0.02864759,-0.052512817,-0.011979195,-0.013376638,-0.04176803,-0.0072511784,-0.016039545,0.041146945,0.0051511317,0.01987475,0.05114643,0.043382853,0.0050191507,0.052854415,0.01883443,0.06782258,0.018663634,0.0003132117,0.017514624,-0.033134937,0.013671654,-0.012872007,0.027405418,0.016256925,0.009704468,-0.025573215,-0.14707315,-0.025681904,0.0033829776,0.018958649,-0.021970915,0.0012547877,-0.006998862,-0.0073404596,-0.032979663,-0.014743028,-0.05527665,-0.005970189,0.003646939,0.040867455,0.0113814,-0.011373636,-0.022933599,-0.011955905,-0.03223436,-0.012840952,0.011886032,0.010845713,0.05195384,-0.05794732,-0.03968739,-0.02304229,-0.04530822,0.013267948,-0.01780964,-0.049252115,-0.02221935,-0.04099167,-0.007647121,-0.0015866805,-0.071486995,-0.013594019,-0.032203306,-0.0011150434,-0.011917086,-0.025511105,-0.011389163,-0.016753793,-0.050742723,-0.03409762,-0.019533154,-0.002061229,0.03403551,0.025681904,-0.017716477,0.015449513,0.00996843,0.052357547,-0.010434244,-0.033631805,-0.043755505,0.019688426,-0.033538643,-0.05217122,-0.06453083,-0.008695203,-0.046798825,-0.013252421,-0.017716477,0.030262413,0.021334302,-0.014129706,-0.022793854,-0.051332753,-0.031613275,-0.06272968,-0.057543613,0.011373636,-0.04024637,0.011629835,-0.03201698,-0.021489574,-0.033973403,-0.01906734,-0.013982197,-0.022250405,-0.005892553,0.07807051,0.018058075,0.031054297,-0.005686818,-0.06993428,0.043227583,0.019393409,0.01998344,-0.024517369,0.039221577,0.0005512138,0.024160244,0.050245855,0.009914084,0.06508981,0.013881271,0.030572956,-0.044376593,-0.014199577,0.032482795,-0.007911082,0.01965737,0.012196575,-0.031861708,0.0014799314,-0.040587965,0.033352315,-0.005399566,0.008990219,0.020449255,0.036302473,-0.011156256,-0.029377365,-0.016520886,0.043413907,0.020961652,-0.06533824,0.043413907,0.019905806,0.05009058,0.02984318,-0.012809898,-0.009766577,0.009052328,-0.014331559,0.030619537,-0.047947835,0.038414165,-0.019781588,-0.02319756,-0.011474563,0.0037148704,0.01818229,0.034718703,0.0029346312,-0.017017756,-0.03229647,0.028383628,0.013842453,0.06350604,-0.01835309,0.011257183,0.0018263808,-0.026489316,-0.025340308,-0.051798567,0.06987217,-0.009238654,-0.009277471,-0.0072861146,0.015775584,-0.011156256,-0.0060284156,-0.018104656,-0.030697173,0.013524147,0.0076937024,-0.020930596,-0.014766319,-0.022902545,0.039718445,0.02565085,-0.015690183,-0.006913463,-0.015348586,-0.019564208,-0.019781588,-0.027622798,-0.02009213,0.03038663,0.019160502,0.018508362,0.01911392,-0.0062884954,0.022141714,0.013493093,-0.014758555,-0.03360075,-0.0021175148,0.0071114344,-0.022234878,0.053941313,0.010364372,-0.0045184004,0.0048832884,0.0251074,0.020899542,0.020651108,0.02526267,0.03310388,-0.051270645,0.023321778,-0.014867245,0.04704726,0.0036100622,0.001678873,0.036768287,-0.0070570894,-0.014983699,-0.006637856,0.031551167,0.013019514,0.008881529,-0.03583666,-0.027902286,0.07856737,-0.02282491,0.008532168,-0.004999742,-0.03173749,-0.020620054,0.014657629,-0.033631805,0.022529893,-0.0102091,0.06757415,-0.030138196,0.0020030022,-0.0509601,0.030246885,-0.006785364,-0.05533876,-0.015177788,-0.045680873,-0.041488543,-0.0017361293,-0.01867916,-0.020356093,0.018089129,-0.024936602,-0.024299989,-0.036581963,0.020697689,0.009176545,0.024595004,-0.0020204703,-0.04502873,0.006913463,0.0034315,-0.022312513,-0.018415198,-0.0021854462,-0.002061229,0.007348223,-0.023275197,-0.038538385,-0.05533876,-0.014168523,-0.020775326,-0.0664562,-0.00008461083,0.013850217,0.01018581,-0.015061335,-0.012685681,-0.044718187,-0.00021204262,0.013322294,0.004188448,0.041209053,-0.0021194557,0.01683143,-0.007821801,-0.025091872,0.005349103,0.04133327,0.016024018,-0.027452,0.030666118,0.059872687,-0.02951711,-0.052916523,-0.052357547,0.02128772,0.0036022984,0.017110918,-0.0158998,-0.08838053,0.00827597,0.014137469,-0.056767255,-0.011839451,0.000054132735,0.008136226,0.0075811306,0.026566952,0.01998344,0.043382853,-0.012910824,0.02080638,-0.04596036,-0.030448738,-0.03838311,-0.013702709,0.014735264,0.027188038,-0.0029093996,-0.019346828,0.002499871,0.042358063,-0.019859223,0.04993531,-0.0038740237,0.014603283,-0.012910824,-0.0052442946,-0.00985974,0.04394183,0.07366079,0.01075255,-0.04564982,-0.017576732,-0.025417943,-0.0065019936,0.08198334,0.04431448,-0.012887534,0.011591016,-0.08558565,-0.02586823,0.03012267,0.042109627,-0.004413592,-0.008415715,0.056518823,-0.019797115,0.020946125,0.032327525,0.007064853,0.029594745,-0.009192072,-0.047947835,-0.0077985106,-0.06695306,-0.010993222,-0.019828169,-0.05226438,0.0045611,-0.01318255,-0.025122928,-0.020076603,0.012639099,0.0063428404,-0.036613017,-0.052947577,0.015131206,-0.0018816964,0.023896283,0.047078315,0.0018399671,0.016520886,-0.039656337,0.023461523,0.020837434,-0.0013023396,-0.018974176,-0.005267585,0.03611615,-0.036581963,0.013229131,-0.021815645,0.002113633,-0.04474924,-0.047295697,-0.00057110796,0.031613275,0.015402932,0.012033541,0.0031500703,-0.018166764,-0.015915327,-0.023383886,0.049593713,0.07937478,0.052854415,-0.047668345,0.01524766,0.012235393,0.033880237,0.0020825788,0.0285389,0.05052534,-0.01987475,-0.010022774,0.0059507797,0.001752627,-0.035432953,0.0018749032,-0.0077635744,0.011241656,0.029796598,-0.000002600494,0.07366079,-0.0050463234,0.043476015,-0.0018147355,-0.0022029143,0.015045807,0.01535635,-0.0050230324,0.009541433,0.009098909,0.0350603,-0.015814401,0.019269193,-0.0009845183,0.04782362,0.0069639264,-0.014199577,-0.0034062683,-0.004037059,-0.017763058,-0.000053920452,-0.0008180867,0.009114437,-0.058288917,0.004269966,-0.038786817,-0.010162519,-0.012010249,-0.008151753,0.025371362,0.01459552,-0.048320487,0.00057353405,-0.0022009735,-0.039221577,-0.009898557,0.00029889762,-0.0070881434,0.058785785,0.02880286,0.0029831536,-0.006172042,0.04189225,-0.016303506,-0.0065563386,0.0013935616,0.03620931,0.03279334,-0.020899542,0.029361838,-0.027079348,0.020061076,0.012289738,0.003336396,-0.025666377,-0.00005777191,0.014137469,-0.027389891,0.014937117,-0.0069949804,0.02967238,-0.028337047,0.035867713,0.010674915,-0.0509601,-0.0032898146,-0.01342322,-0.007553958,-0.0263651,0.014479066,-0.011746288,0.014867245,0.0038740237,-0.03766886,-0.004794007,-0.0015294241,0.021132449,-0.020744272,-0.03273123,-0.04863103,0.02858548,-0.02330625,0.0015983259,-0.0055548376,0.01748357,0.021536155,-0.023445996,0.0014993403,-0.016163763,-0.00052210037,-0.005178304,-0.041581705,-0.010907822,0.00043912718,-0.017887276,0.022933599,0.03664407,0.016287979,0.0027599507,-0.024626058,-0.04328969,-0.04474924,0.013112677,-0.016691685,0.031100878,0.020961652,-0.009564724,0.00095297873,-0.014789609,-0.005217122,-0.0030627302,-0.00964236,0.031442475,-0.048755247,-0.006956163,0.034128673,-0.01116402,-0.015977437,-0.024470786,-0.019020757,0.014579993,0.03813468,0.0064282394,-0.012002486,-0.048662085,-0.031566694,-0.0032956374,0.0038255013,0.023834173,0.01998344,-0.023709957,-0.01857047,0.0032898146,-0.002208737,0.009277471,0.01835309,-0.017995965,-0.0057528084,0.0034004457,0.018073602,-0.03568139,0.03251385,-0.008143989,-0.0014750791,0.0251074,0.0034819632,-0.022747273,-0.013066095,-0.042948093,0.0635992,0.012740025,0.021644846,0.0017516565,-0.029066823,-0.0013935616,0.00718907,0.02679986,0.005267585,0.035091355,0.0010189691,-0.022188297,-0.027747015,0.03670618,0.017079864,0.05158119,0.018384144,0.02749858,-0.04530822,-0.0073404596,0.0023872992,0.008897056,0.021039287,-0.011986959,0.023663376,-0.024315516,0.017405935,0.011482326,0.008974692,0.009952903,-0.033693913,-0.009875267,0.012266448,0.012165521,0.036675125,0.0071618976,0.028088612,-0.011622071,0.007716993,0.009494851,0.009696704,-0.01867916,0.0037925062,0.0026318517,-0.011691943,0.010667151,0.010356608,-0.069499515,-0.04142643,0.029936343,-0.032110143,-0.0022747272,-0.00044446465,-0.021396412,0.0021039287,0.009409452,0.057388343,0.000018499142,-0.013128204,-0.016070599,0.0029870353,0.011715233,0.00097141723,0.017343825,-0.010263446,-0.020107659,-0.015449513,0.007060971,-0.040960617,0.009588014,-0.009432743,-0.023337305,0.011544435,-0.03338337,-0.043972887,0.016210344,0.00332281,-0.0021718598,0.010496353,0.0071386066,0.00014471788,-0.02565085,0.019020757,0.008229389,-0.0664562,0.019610789,-0.07167332,-0.030945608,-0.013236894,0.02363232,0.015915327,0.03664407,-0.032420687,-0.03332126,0.020045549,0.020169767,-0.023430467,0.017716477,-0.017545678,0.017141972,-0.0070182714,0.005442266,0.02815072,-0.00027851824,0.0022009735,0.0075617214,0.002006884,0.017607788,0.0023077226,0.003864319,-0.016086126,0.013935616,0.022064079,-0.0032548786,0.010115937,-0.00024358215,0.012825425,-0.0025056936,0.0074491496,0.001277108,-0.002864759,-0.04748202,0.039190523,-0.031116406,-0.0042622024,-0.015674656,0.004137985,-0.0016274393,-0.012468301,0.001987475,0.0075423126,-0.011148493,-0.0022863727,0.0004791581,0.0061215786,-0.006036179,-0.024765803,-0.037762027,0.00003796873,-0.025402416,0.0007050296,-0.02717251,0.010573989,0.017002229,-0.02128772,-0.08521299,-0.013198077,-0.006579629,0.03627142,0.0068824086,0.0056945817,0.05558719,0.010636097,0.016024018,-0.010698206,0.024268935,-0.02145852,-0.015410695,-0.013594019,-0.026877495,-0.017638842,-0.016567469,0.0354019,0.022250405,0.029159985,-0.034656595,0.010201337,0.0010141169,0.020744272,0.009867503,-0.02695513,-0.03164433,0.023756538,0.027001712,0.011660889,-0.0026202064,0.0020922832,-0.0408364,0.025744013,-0.01639667,0.038755763,-0.015286478,-0.007565603,0.03304177,-0.018011492,-0.009285235,-0.04040164,0.021862226,0.00048619384,0.04797889,-0.010744787,0.025371362,0.015915327,0.03273123,0.010310027,0.023461523,0.0283681,-0.021753535,-0.020278456,0.005267585,0.048103105,-0.035215575,0.02749858,0.0038604373,0.025728486,-0.03583666,-0.0045300457,0.0016924592,0.017545678,-0.0010684619,-0.00805859,0.01791833,0.014316031,-0.028833915,-0.0009704468,0.03555717,0.017219609,0.010954403,-0.01780964,0.053351283,-0.0028337047,0.013989961,-0.01906734,0.026877495,-0.022188297,0.045867197,-0.01661405,-0.0064903484,-0.004103049,-0.04387972,-0.01596191,-0.017654369,-0.018104656,0.00084768527,-0.015519385,0.03583666,-0.012313029,-0.0063040224,0.0016293802,-0.01922261,0.0046969624,-0.019129448,0.005578128,0.051984895,0.012615808,0.035960875,0.018912068,-0.007538431,0.0056247097,-0.023104398,0.016738266,-0.021147978,-0.012507118,0.019812642,0.012716735,0.03266912,0.032575957,0.004037059,0.022964653,-0.0021019878,0.04170592,-0.0060090064,-0.013236894,-0.0029074587,-0.047668345,0.029346311,-0.009611305,-0.023026763,-0.015014753,0.0061138147,-0.0014411135,0.041084837,-0.011280473,0.031225096,-0.0386626,-0.0077635744,0.041581705,0.009836448,0.020682162,-0.027653852,0.01867916,0.04676777,0.021970915,-0.042358063,0.046022467,0.02015424,0.00023145156,-0.0007419066,0.00045150038,0.014929353,0.012204339,0.008570986,0.026644588,-0.03175302,0.033352315,0.012856479,0.008516641,-0.0023543038,0.06012112,-0.024750276,0.049345277,-0.01971948,-0.045556653,-0.028057558,0.05182962,0.0050967867,0.030107142,0.03568139,-0.029718963,0.004188448,-0.023989445,-0.012274211,-0.030045033,-0.04608458,-0.013438747,-0.03568139,0.0025988566,0.027591743,0.025029764,0.03909736,0.015255423,0.004467937,0.018989703,0.014044306,0.048289433,0.009844213,0.008881529,0.0057566906,0.01818229,0.03943896,0.010581752,-0.05245071,-0.031162988,0.026551424,0.00083264336,0.019176029,-0.009176545,-0.014432485,-0.015860982,-0.031520113,-0.0015517444,0.031566694,-0.016567469,-0.011039803,-0.0004000667,-0.05990374,0.023973918,0.036395635,0.004743544,0.0064787026,0.0050191507,-0.01611718,-0.008407951,-0.025371362,-0.0023465403,-0.022933599,-0.014284977,0.0113814,-0.028010976,0.006564102,0.04307231,-0.00018911582,0.02298018,0.027545162,-0.036892507,-0.036768287,-0.042358063,-0.018601524,0.035215575,0.0018884895,0.00890482,-0.02172248,0.013873507,-0.03260701,0.005240413,-0.0017545678,0.016862484,0.0010645802,-0.016287979,0.009129964,-0.007064853,-0.014572229,0.004106931,0.00988303,0.018772323,-0.007647121,0.02456395,0.008206098,-0.0296258,-0.027964395,0.004817298,0.02020082,0.038352057,-0.019828169,0.0008811657,-0.013174786,-0.0026105018,0.04617774,0.008175044,-0.020262929,-0.01040319,0.031007716,0.012476064,0.020759799,-0.014067597,0.004918224,0.019393409,0.020293983,-0.046643555,0.018384144,-0.001266433,0.019455517,0.0013595959,-0.0046659084,0.028725225,-0.02548005,0.024905547,-0.0017914448,0.022514366,-0.012856479,0.0026842558,-0.038041513,-0.015177788,-0.005915844,-0.0027133692,-0.009999484,0.00024588697,-0.00012051736,0.009223127,0.008314788,-0.033631805,-0.027964395,-0.009417215,0.039780553,-0.009820921,0.013889034,0.030836917,-0.012018013,0.014114179,0.001833174,0.00073802477,0.0054073296,-0.008043063,-0.008834948,-0.0047357804,0.0027871232,0.007418095,0.011963668,0.004875525,0.023725484,-0.009347344,0.017468043,-0.049376335,0.0003132117,0.008858238,-0.020837434,0.005888671,0.02858548,0.0031908292,0.017871749,-0.0006011918,-0.03636458,0.0075423126,0.0008981485,-0.012437246,-0.01470421,-0.002113633,0.012421719,0.048879463,0.004646499,-0.031333786,-0.0032723467,0.013539674,0.0023775946,-0.0053335754,0.017328298,-0.03141142,0.008780602,0.016645104,-0.021116922,-0.009525905,-0.0042039757,-0.0048794067,-0.027250146,-0.0040719947,-0.0064127124,-0.012103412,0.014191814,-0.018228874,-0.029268676,-0.007332696,0.019533154,0.0070842616,0.037451483,0.0049492787,0.09161018,0.0013673595,0.016256925,-0.020231875,-0.0047357804,0.009091145,-0.0037653337,-0.0020165883,-0.019641843,-0.010682679,-0.02145852,0.007942136,0.013190313,-0.0037439838,0.0011645361,-0.035867713,-0.0012043245,0.015915327,-0.004984215,-0.010123701,0.009347344,0.027048294,0.016055072,-0.036581963,-0.007053207,0.0016905183,0.030029505,-0.011210602,-0.0020670516,0.0068319454,0.013570728,-0.03968739,-0.008671912,0.03822784,0.008097408,-0.0034800223,-0.0067892456,-0.002810414,0.007996482,0.006416594,0.0052792304,0.0041146944,0.0068435906,0.0008404069,-0.00729776,0.01943999,-0.015527149,-0.024734749,-0.016489832,-0.02630299,-0.022048552,0.013353348,0.037296213,0.01905181,0.014471303,-0.0026726106,0.03555717,0.056270387,0.013353348,-0.0006812537,-0.047233585,0.031194042,-0.0026007975,0.00708038,-0.017157499,-0.0193313,-0.0010733141,0.021272194,0.0056247097,-0.015565966,0.003371332,-0.003188888,0.042948093,0.010480826,0.008105172,0.03273123,0.025961393,0.007848973,0.016582996,0.014719737,-0.03279334,0.007736402,-0.006715492,-0.013407693,0.008221625,0.017669896,0.005434502,0.028601008,-0.0332281,0.03192382,-0.030107142,0.0062652044,0.040091097,0.03714094,-0.0048561157,0.0028162366,-0.034221835,-0.0034431452,-0.018151237,-0.018710215,-0.0010005307,0.013795871,-0.024501842,-0.0056441184,0.0017400112,-0.01105533,-0.029315257,0.003445086,0.012677917,0.02298018,-0.028088612,0.028119667,0.024501842,0.02145852,0.003499431,-0.014059833,0.0020864606,0.015527149,-0.02843021,-0.04363129,0.017840695,0.013819163,-0.01943999,0.026986185,-0.0062457956,-0.006633974,-0.01331453,-0.06471716,0.016319033,0.0026337926,-0.0008457444,0.020651108,0.0386626,-0.011094148,-0.013842453,0.010053829,-0.010869004,-0.022095133,0.003940014,-0.0049880967,-0.03437711,0.030930081,-0.01007712,-0.020061076,0.04564982,-0.010915586,0.030231358,0.031473532,-0.019595262,0.026380626,-0.008128462,-0.011101912,0.0375757,0.012499355,0.013019514,-0.027188038,0.024750276,-0.0036236483,0.0038138558,0.011722998,-0.006637856,-0.0430102,-0.019905806,-0.018943122,0.024688167,0.0018487012,-0.007313287,0.0046659084,0.017390406,-0.0025580977,-0.008268206,0.0037866833,-0.03360075,-0.022281459,0.017157499,-0.012747789,-0.020992706,0.0038332648,-0.023772065,0.005376275,-0.005349103,-0.0042777294,0.0028007096,0.014168523,0.003668289,0.045680873,-0.0077092294,0.007891674,-0.010434244,-0.01064386,-0.00051336637,-0.008260443,-0.006199214,0.010038301,0.04580509,0.06906476,-0.02395839,-0.004487346,-0.020930596,0.008066353,0.010876767,-0.017669896,-0.027529635,-0.018058075,-0.00071667496,0.020495836,-0.017219609,0.0046581444,0.01731277,-0.0068979356,-0.013718236,0.016815903,-0.012693444,0.017017756,0.002206796,0.005143368,0.0058692624,0.049096845,0.038786817,-0.040650077,0.008555459,-0.012646862,0.002647379,-0.06257441,0.005484965,0.034594487,0.018213345,0.012056831,0.032389633,0.035215575,-0.01042648,0.010977694,0.008524405,0.014021016,-0.023647849,-0.0038779054,-0.017669896,0.0071618976,0.0042583207,-0.01385798,-0.022685165,0.02658248,0.014424722,0.006012888,-0.007402568,-0.002352363,0.008050826,-0.0036022984,-0.01483619,0.011924851,0.00091998355,0.03810362,-0.0070182714,-0.0008937815,0.009277471,-0.011420218,0.0037653337,-0.02363232,0.024905547,0.005197713,-0.040619023,0.012639099,0.007922728,-0.017638842,-0.029113404,0.020651108,0.004813416,0.016505359,-0.015915327,0.04633301,0.02265411,-0.0005686818,0.02967238,0.0042233844,0.004700844,-0.0021582737,-0.013951143,0.019300247,-0.014168523,-0.0043825377,-0.03996688,0.0023814763,0.025790595,-0.017421462,0.015666893,-0.0037866833,0.010325554,-0.00095394923,0.028119667,-0.027917814,-0.01802702,0.014952645,-0.0035615398,0.02608561,-0.008074118,-0.0029812127,-0.022312513,0.00692899,-0.012530409,0.019626316,0.0048794067,-0.008182808,0.012615808,-0.020169767,0.016598523,0.029967397,-0.0004978392,0.03012267,0.009075618,0.014890536,0.008718494,0.004650381,0.009463797,-0.013912326,0.004378656,0.01683143,0.014665392,0.020325039,-0.018725742,0.004444646,0.02614772,0.009192072,0.024579477,0.023663376,0.04186119,0.019082867,0.0016633458,0.009735522,0.018865487,0.0044252374,0.052699145,0.027079348,0.05701569,0.009595778,0.004743544,0.015224369,0.003883728,-0.00074675883,0.010612806,-0.020759799,-0.009782104,0.021660373,0.0042583207,-0.000556066,-0.00012555155,0.023942864,-0.011591016,-0.008648622,0.014665392,0.0004121973,0.0056790547,0.043693397,0.024532896,0.0065602204,-0.041488543,0.019735007,-0.0032548786,-0.020402674,-0.016210344,0.007794629,-0.031426948,-0.014021016,-0.023849702,0.013927853,0.014021016,-0.0017021637,0.0016410255,-0.0013887094,-0.0029850944,-0.012615808,0.020511363,-0.004087522,0.03201698,-0.013710473,-0.02504529,-0.051425915,-0.003262642,0.003064671,0.007946018,-0.01611718,0.031892765,-0.016676158,0.02282491,0.022918072,0.020169767,0.017669896,0.018430725,-0.0012353788,-0.008780602],"social":"https://twitter.com/yash_347 , https://twitter.com/DeeprajPandey"},{"title":"modular spices","description":"a spices mix that makes your food taste like meat.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=_fokIQuJ1Kc","youtube_transcript":"Hey there, lovely people. I'm Shames from Modular Spices. Today, I'm excited to show you the project that I've been working on. A spice mix that makes your food taste like meat. I've been always looking for culinary innovation, and that's why I've embarked on a journey in order to take your veggies and enhance them taste with the power of spices. I've dedicated countless hour of trails of various spices mixed combination. And today, I'm super happy to share with you the very first limited edition of modular spices. The smoky sensation. Well enough without talking. I made a mail with this, so let's dive into the impressions. I feel it. Oh, what can I buy?","embedding":[0.02808275,-0.01518946,-0.049156144,0.030635728,-0.0053287735,0.007167975,0.022448072,0.015801268,0.022689775,-0.008519995,0.016949352,-0.06755571,-0.018444885,-0.045862954,0.008059251,-0.008754144,-0.02971424,-0.030182537,-0.025756368,-0.0038445725,0.037584662,-0.013278504,-0.039095297,0.045983806,-0.018157862,-0.026723176,-0.055531032,0.027992113,0.027856154,-0.032206792,0.021133818,-0.028248921,0.005196593,0.017024884,-0.033777855,-0.019049138,-0.035802107,-0.0062993583,0.034654025,0.011246696,-0.039639127,-0.013988503,0.0057139862,0.05371827,0.019638287,-0.0087919105,-0.043868914,0.011035207,-0.0026001849,0.023037221,-0.015604885,0.009184676,-0.019774245,0.029442325,0.036225088,-0.037917,-0.0360136,0.055440396,-0.017130628,0.019034032,0.02071084,-0.020771265,0.006627922,-0.017991692,0.008678612,-0.031239983,-0.011662121,0.04196551,0.030484665,0.019955521,0.04196551,0.034895726,-0.0062804753,-0.0051248376,-0.047826782,-0.0374336,-0.047856994,0.012062441,0.035439555,-0.0455004,-0.074988045,0.00074965385,-0.04196551,0.0044148383,-0.020907223,-0.03145147,-0.017493183,0.019819563,-0.020015948,0.01071042,-0.021858925,0.029653814,-0.00088655535,0.0114506325,0.042660404,0.005113508,-0.060455713,0.050304227,-0.0047207423,0.0130670145,0.014562545,0.008754144,-0.0042184554,-0.026345517,0.03803785,-0.014184886,0.006136965,-0.04537955,0.006609039,-0.001927007,-0.0689455,-0.0017570602,0.025408922,0.014071588,0.015725736,0.005800848,0.040182956,-0.07553188,-0.01068776,-0.042660404,-0.053778693,0.0039012213,0.004807604,-0.021435946,-0.041361254,-0.04196551,-0.009094038,-0.031904664,0.006684571,-0.025076583,0.01679829,-0.015529353,0.0637489,-0.0027588017,-0.011669675,0.00862574,-0.036345936,0.00016192146,-0.01779531,0.019351266,-0.015287652,-0.036678277,0.028581262,-0.014736269,-0.01381478,-0.060123373,-0.043022957,0.0028928707,-0.023973817,0.021874031,-0.032690194,-0.008557761,-0.015816374,-0.0074852086,0.057222947,-0.01950233,-0.002188536,0.041663382,-0.037071045,-0.038702533,0.050938696,-0.0003224267,-0.005706433,-0.030439345,-0.03362679,0.009720952,-0.056648906,-0.0027776847,-0.05525912,-0.025197433,-0.055863373,-0.030227857,-0.01571063,-0.029109985,0.011579037,-0.020197224,0.045560826,-0.08115145,-0.016465949,-0.018354245,-0.017614033,0.06646805,-0.010816164,0.0045130295,0.0009781377,-0.02642105,-0.008044144,0.03716168,0.008497336,0.008376485,-0.032478705,0.08121187,-0.01549914,-0.000031924017,0.02495573,-0.034533173,0.034291472,0.022689775,0.017734883,0.0066581345,-0.015468928,0.047705933,0.01867148,0.010211909,0.013429567,0.03604381,0.009584995,0.010514037,0.015771056,0.021405732,0.06870379,-0.0038577905,0.02246318,0.052419122,-0.022100626,0.01675297,-0.029291261,0.01703999,0.029608496,0.058582522,0.01933616,-0.021617223,0.053114016,-0.0030156102,0.040273596,0.010196803,0.012976376,-0.023022115,0.017281692,-0.00276069,-0.028551048,0.026889347,0.017327012,-0.032206792,-0.004618774,0.03092275,-0.010294994,-0.016601905,0.043989763,-0.024442114,-0.014758929,0.025288071,0.068885066,0.03054509,0.016496161,0.01663212,-0.026390838,-0.058733586,-0.00981159,0.034986366,0.04308338,0.040485084,0.0076362723,-0.0051814867,0.026662752,-0.02917041,-0.090577826,0.044019975,0.015801268,0.017523395,0.004044732,0.011276909,-0.0046905293,0.010302547,-0.026557008,0.03187445,0.047434017,-0.0076022833,0.0072170706,-0.004022072,0.021738073,0.008421804,0.0017863289,0.018777223,-0.035137426,-0.007893081,0.009743611,0.004954891,-0.0038049181,0.028007219,-0.05362763,-0.044654444,-0.0026738283,-0.0360136,-0.005245689,0.005317444,0.0753506,-0.016148714,0.0113751,-0.0286719,0.028052539,-0.032931898,-0.0119566955,0.028203601,-0.003206328,0.0008978852,-0.03504679,0.012311695,0.04275104,-0.035137426,0.055349756,-0.015514247,0.057706352,-0.011971802,0.000598118,0.0053287735,-0.0021130042,0.0017126852,-0.0025340943,-0.0046414337,0.038188916,-0.03287147,0.021345308,-0.069187194,0.008633293,-0.04540976,0.037917,0.03954849,-0.0050606355,-0.012047334,-0.029094879,0.019698713,0.033777855,-0.057192735,0.0041882424,-0.012742227,0.033808067,-0.040243383,-0.015234779,0.02466871,0.02421552,-0.043022957,-0.035107214,-0.031149345,-0.031028494,-0.012032228,0.048159122,0.0027210359,0.052026354,0.03988083,-0.044684656,-0.059700392,-0.028853176,-0.011511058,0.0561655,0.016858714,0.027538922,0.0016701985,-0.0004465822,0.040605936,-0.009184676,0.016873822,0.023686796,-0.028717218,0.03205573,-0.043536574,-0.0024340146,-0.0074889855,-0.009426378,-0.036134448,-0.01916999,0.038219128,0.03474466,0.042569764,0.029064665,-0.009562335,-0.0286719,0.0016399858,0.014252865,-0.018278714,0.03670849,0.018399565,-0.014736269,-0.043264657,-0.007930847,0.0082934,0.031814024,0.030076792,0.0075418577,0.0045319125,0.07383996,0.037886787,-0.016118502,-0.012817759,0.03054509,-0.0279619,0.030227857,-0.010143931,0.015786162,0.017055098,0.029140197,-0.08393102,-0.02500105,0.0480987,0.0038370192,0.039608914,0.032176577,0.0038502372,0.007526751,-0.010740632,-0.0077948896,-0.02907977,-0.03205573,0.0010999329,0.0071641984,0.07027485,-0.02445722,-0.00062927493,-0.033475727,0.017901054,0.031360835,-0.055893585,0.057192735,0.010136377,-0.02213084,-0.030560195,0.021012967,-0.009962655,0.050153166,0.012153079,0.006276699,-0.020952541,0.034291472,0.010770845,0.032146364,0.00023768937,0.029366793,-0.032690194,-0.0026983763,-0.013391801,-0.086710595,-0.0057517523,0.04921657,0.012500525,-0.0062729223,-0.016390417,-0.062359117,0.045832742,0.0024075785,-0.044956572,0.005245689,0.03924636,0.0015427385,-0.004052285,-0.0639906,-0.0004867085,0.014630524,-0.013165206,0.0141169075,-0.019215308,-0.0016900257,-0.054503802,-0.013097227,0.028415091,-0.04547019,0.014554992,0.01431329,-0.009607654,-0.0026662752,0.0030798123,0.040273596,0.05051572,-0.01992531,-0.0049397848,-0.045530614,-0.01632999,-0.04516806,-0.0065108477,0.022055307,-0.009199782,-0.00027875984,-0.04000168,-0.036225088,0.014441694,-0.040273596,-0.038370192,0.01483446,0.016314885,-0.025590198,0.028535942,0.04592338,0.021299988,-0.0038653438,0.023656582,0.010702866,-0.0033536153,-0.053567205,-0.004241115,-0.044352315,0.028399985,-0.013641057,0.021390626,-0.005800848,-0.0180068,0.036648065,-0.012024675,0.03012211,-0.009894676,0.0050417525,0.024442114,0.034019556,-0.007137762,-0.0039465404,0.085562505,0.018731905,0.013701482,0.0019373925,-0.004543242,-0.016058076,0.0575855,-0.06241954,0.036285512,-0.010317654,-0.015408502,0.021511478,-0.01521212,0.0048944657,0.033324663,0.03480509,-0.021330202,-0.027705092,0.005547816,-0.023112753,-0.015514247,-0.0049511143,-0.021269776,-0.014547439,0.011337334,-0.02971424,-0.04453359,-0.014562545,0.0003535836,0.00371428,0.011110739,0.012802653,-0.011473292,-0.018324032,-0.04670891,0.017583821,0.024064455,0.021768287,0.012349461,0.031119132,0.0033045195,-0.01549914,0.0072737196,0.024034243,-0.007364358,-0.0015880576,0.011412866,0.0052041463,-0.047615293,0.03616466,-0.010362973,-0.009282867,0.020635309,-0.0007321871,-0.024411902,0.00027757965,0.018157862,0.025907433,-0.041905083,0.010415846,0.036527213,0.022735095,-0.0025869666,-0.008519995,0.018021906,-0.042871892,-0.00010090586,0.0037501575,-0.034140408,-0.0049095717,-0.07196677,0.025408922,0.0010640553,-0.024109773,0.013422014,-0.0030099452,0.042479128,0.0021394403,-0.010438505,-0.009192229,0.047403805,-0.036678277,0.0034650248,0.0037709288,-0.018142756,0.06785784,0.022840839,-0.025333392,-0.026813814,0.048219547,0.049428057,0.0500021,0.0014558769,-0.0052192523,-0.03262977,0.0258319,-0.016934246,-0.006654358,0.0011112627,-0.009509463,-0.010967229,-0.05525912,0.0074701025,-0.016194034,-0.0027418071,-0.00029740675,0.02071084,0.0046036677,0.03000126,-0.016239353,-0.040908065,-0.05429231,0.04009232,0.031572323,-0.009917335,0.018565735,0.012870631,-0.025016157,-0.021103606,0.04253955,-0.014041375,0.01293861,0.0031307961,-0.016511267,-0.024366582,0.002607738,0.0073190387,0.052993163,-0.0050530825,-0.0043959552,0.01274978,-0.009698292,-0.003111913,0.012976376,0.018021906,0.009743611,0.013920524,0.056014437,-0.0180068,0.06652848,-0.01120893,0.027448284,-0.0052683484,-0.0010357308,0.030016366,0.019955521,-0.021828711,0.009841803,0.037826363,0.030409133,-0.021299988,0.014577651,0.054111034,0.02862658,-0.023218498,0.015801268,-0.02312786,0.022568924,0.013829886,-0.010959675,0.019955521,-0.0043959552,0.02758424,-0.00011583521,0.00050087075,0.019910201,0.03471445,0.05604465,-0.008051698,0.015484034,-0.015740843,0.04296253,0.011820738,-0.01784063,-0.029517857,0.0376753,0.01796148,0.026828922,0.0074512195,0.0053212205,0.016737863,0.01071042,0.019864883,0.024774455,0.030620622,0.0057857414,-0.015514247,-0.005075742,0.01120893,-0.007205741,-0.0263002,0.006680794,-0.04670891,-0.014419035,-0.02466871,0.008180102,-0.060727626,0.011692334,0.0012623265,-0.05704167,-0.011760313,-0.01845999,0.024774455,0.011911376,0.007923294,-0.00371428,0.051905505,-0.023807647,0.009872016,-0.027206581,0.048642527,0.010816164,0.008504889,-0.023354456,-0.04395955,-0.017402545,-0.0049284548,-0.008278294,0.034231044,-0.028641686,-0.023203392,0.0258319,-0.020015948,-0.02779573,0.011918929,-0.005351433,0.0074663255,0.00344803,0.011261802,0.016345097,0.002843775,0.0031968865,0.002226302,-0.041270617,-0.0093206335,0.027886368,-0.02258403,-0.030137219,-0.031119132,-0.034925938,0.0063522304,-0.031028494,-0.0029117537,0.010967229,-0.032841258,-0.02791658,0.007915741,-0.026209561,0.015332971,-0.021012967,0.03329445,0.006990475,-0.005917922,-0.020242542,0.0004649931,0.012168185,0.041361254,0.024230625,0.041663382,0.010665101,0.05021359,0.007258613,0.05942848,0.0362553,-0.0010083505,-0.01762914,0.037191894,0.02729722,-0.012387227,-0.00013619341,-0.007734464,-0.0062880283,-0.024804667,0.004078721,0.030862324,-0.005306114,-0.023324242,0.055319544,0.013761908,-0.016647225,-0.035892747,0.01663212,-0.029699134,-0.02838488,-0.023188286,-0.03262977,-0.03604381,0.007545634,0.008988293,-0.04133104,-0.01691914,-0.011624356,0.03320381,-0.009992867,-0.06075784,-0.0119944615,0.030771686,-0.03562083,-0.00808191,-0.0010706643,0.028883388,-0.0044677104,0.017387437,-0.0071453154,0.015446268,-0.011835844,0.02208552,0.0057970714,-0.011337334,-0.008852336,-0.005121061,0.03734296,-0.03187445,0.023445094,-0.0036784022,0.030786792,-0.008731484,0.012644036,-0.031058706,-0.04308338,0.003931434,0.009139357,0.0048302636,-0.024819775,0.000112117625,0.0063371244,-0.025076583,0.017810415,-0.017024884,-0.02571105,0.004445051,0.01737233,0.050727207,-0.0016805842,0.030439345,-0.0012642147,-0.027493602,-0.003976753,0.017598927,-0.022221478,0.034321684,0.025137007,-0.008671059,0.005921699,0.014721163,0.014381269,0.028853176,-0.0040371786,-0.011888717,0.017780203,0.005566699,0.036074024,-0.011662121,0.036345936,-0.017115522,-0.021722967,0.0028569931,-0.02404935,-0.007553187,0.026904454,-0.0076022833,0.013218078,-0.023701902,0.017931268,-0.02912509,0.027131049,0.052570183,-0.03241828,-0.03208594,-0.03392892,-0.009033612,0.024230625,0.018233394,-0.036980405,-0.0042599975,-0.010264781,0.03655743,-0.021949563,0.02687424,-0.020318074,-0.0047094123,0.001958164,-0.018399565,0.012470312,0.040515296,0.02483488,0.013187865,-0.020861903,-0.017931268,0.008391591,0.007213294,-0.024774455,0.032357857,0.0053589866,0.003072259,0.037947215,0.012795099,-0.0037199447,0.004985104,0.010604675,-0.007662709,0.0044223913,0.00041046852,0.045681678,0.016239353,0.015400949,0.0019619404,0.033415303,-0.0057404223,0.011782972,0.004358189,-0.02604339,0.012364568,0.014902439,0.025167221,0.0056006885,-0.029850196,0.025469348,-0.0002759274,0.020559777,0.006609039,-0.035499983,0.0024359028,-0.027191475,0.024260838,-0.0044148383,0.017780203,-0.015249886,0.0065410603,-0.011057867,0.019275734,0.0055553694,-0.042479128,0.022176158,-0.013376695,0.021753179,-0.023928497,-0.013625951,-0.010415846,-0.007923294,-0.028097857,0.0008506777,-0.02049935,0.0265419,0.00225085,0.03800764,-0.011035207,0.03395913,0.017553607,0.0528421,-0.025847007,-0.031270195,-0.058068905,-0.006711007,-0.02362637,-0.009169569,0.004248668,-0.03833998,-0.040757,-0.014033822,-0.031481687,-0.029366793,-0.00725106,-0.0059707947,-0.019849777,0.003935211,0.014275524,-0.027810836,-0.003835131,-0.013240738,-0.008074357,-0.022644456,-0.022040201,0.008519995,0.005513827,0.031239983,-0.03658764,-0.005419412,0.018852755,0.006303135,-0.0028569931,-0.029321473,0.009939995,-0.008202761,0.000521642,-0.018535523,-0.023717009,0.023565944,-0.019396584,-0.022387648,-0.0109068025,0.02246318,0.0023490414,0.011699887,0.016496161,0.0012188957,0.035651043,0.014554992,-0.023611264,0.0060463264,-0.035892747,0.013097227,0.006329571,0.006609039,0.020136798,-0.01841467,-0.032599557,-0.0073228152,0.0044110613,-0.0019600522,0.020257648,0.024200413,-0.033324663,0.013777014,0.028762538,-0.01933616,-0.022931477,0.012545845,-0.033113174,-0.0017589486,-0.04066636,0.00083934795,-0.020635309,0.031934876,-0.009939995,0.0030439345,-0.00070386264,0.0036500779,0.018429777,-0.037886787,-0.02317318,-0.013489992,0.009214888,0.0125080785,-0.045107637,0.009562335,0.005808401,-0.029155303,-0.022568924,-0.016541481,0.010113718,0.008610633,-0.0011405313,-0.017704671,-0.0103856325,0.007390794,-0.011888717,-0.010823717,-0.011669675,0.04426168,0.042781252,0.04755487,-0.005113508,0.00707356,-0.0082480805,-0.002811674,0.0315119,-0.06773698,0.020559777,-0.0079384,0.004554572,0.038188916,-0.024683816,0.034231044,-0.0066581345,0.0034272587,0.020907223,0.024532752,0.037614875,-0.0059065926,0.0006080316,-0.030650835,-0.0022810625,-0.014713609,-0.007296379,0.012810206,-0.012931057,0.0227502,0.026632538,-0.017478075,-0.056618694,-0.029412111,0.046769336,-0.032267217,-0.002296169,0.00016498994,-0.0030326047,-0.0087919105,0.018595947,-0.0058801565,-0.016692543,0.02646637,0.0019638287,0.02170786,-0.011835844,0.0319953,-0.003568881,0.0082405275,-0.006537284,-0.022916371,-0.026844028,-0.0023565944,-0.012221057,0.026134029,0.0013170871,0.013625951,0.024970837,0.006775209,0.0082707405,0.006216273,0.027282113,0.019396584,0.010468718,-0.015295205,0.012893291,0.012719568,-0.0141169075,0.0047622845,0.01599765,0.035469767,0.023414882,0.026330411,0.00014280246,-0.020816585,0.022674669,-0.038611893,-0.009584995,-0.009683186,-0.01262893,0.00052305823,-0.012402333,0.013852546,-0.009214888,0.016662331,-0.01379212,0.0093281865,-0.0027909027,0.008180102,-0.03646679,-0.004358189,0.013950737,-0.0020639084,0.0055818055,-0.0050417525,0.11915909,0.010370526,0.021843819,-0.009403719,0.02246318,-0.015310311,-0.018278714,0.02246318,-0.00912425,-0.01767446,0.017024884,-0.018369352,0.01575595,0.0038238012,0.0005037032,-0.017462969,-0.02687424,-0.0024321263,-0.008633293,-0.0048000505,-0.0082556335,0.0076098363,0.010748186,-0.012341908,-0.024321264,-0.028475517,0.001189627,-0.01312744,-0.03287147,0.0006495741,0.024562966,0.0073794643,0.019819563,0.037554447,0.009116697,0.009970208,0.016254459,-0.008044144,-0.005985901,-0.029653814,0.021904243,-0.012712015,0.008300953,0.013376695,0.024442114,0.014267971,-0.013142546,0.0076853684,-0.051059548,-0.01691914,-0.004293987,0.010030633,0.021103606,0.006601486,0.024230625,-0.010997441,0.039337,0.0032403173,-0.016269566,0.021949563,-0.031632748,-0.0062540392,0.007832656,0.012304142,0.0067940922,0.010748186,-0.0074134534,-0.0078024426,0.010106165,0.003568881,-0.02525786,0.012991482,-0.026889347,0.013550418,0.007923294,0.006378667,0.0017693342,-0.020091478,0.04284168,-0.025952753,-0.017719777,-0.0012991482,0.0063711135,-0.013286057,0.008119676,0.029865302,-0.038279552,0.0286719,0.00535521,0.005298561,0.0008199929,-0.02445722,-0.00534388,0.00073974027,-0.023732115,0.0037482693,-0.015529353,0.0012944276,0.00241702,-0.014751375,0.010619782,-0.002798456,0.013474886,0.025469348,-0.056618694,-0.003211993,-0.047766358,-0.016405523,0.020861903,-0.026964879,0.014132014,-0.0066959006,-0.0182485,-0.0030571525,0.011684781,-0.017024884,-0.010075952,-0.008723931,0.004497923,-0.007825102,0.016722757,0.047434017,-0.022599136,0.024472328,-0.02912509,-0.008852336,0.0022149722,-0.017976586,0.015280098,-0.024759348,-0.011714994,-1.6965167e-7,0.051542953,0.0068922834,0.0022300787,-0.022402754,-0.0017334565,-0.04317402,0.0048378166,0.0068545174,-0.030348707,0.01779531,0.007364358,0.008935421,-0.0068016453,-0.013082121,-0.0041202637,0.00065240654,-0.02542403,0.025801688,-0.0014313291,0.019547649,0.004014519,-0.045319125,-0.015514247,-0.01104276,-0.019970628,0.0037879236,-0.0043921783,-0.013837439,-0.013225631,-0.021511478,0.009992867,-0.009426378,0.03441232,0.032478705,-0.010181697,-0.016027864,-0.009229995,-0.008164995,0.011654568,-0.035197854,-0.002537871,-0.0005419412,-0.010204356,0.0024094668,0.0040749446,0.023324242,-0.025182327,-0.026073603,-0.0036840672,-0.025680838,0.0030892536,0.02358105,0.027508708,-0.008467123,-0.0003110969,-0.026088709,-0.019955521,-0.03800764,-0.011284462,0.0017419539,0.0030873653,0.0014993077,0.018565735,0.025801688,-0.024260838,0.010143931,-0.04362721,0.03734296,-0.050696995,-0.0009847468,-0.009736058,-0.004350636,0.017810415,0.031814024,-0.01691914,-0.018656373,0.027569134,-0.0038634553,0.014728716,0.010053293,0.00079733337,0.0035915407,0.008874996,0.01708531,-0.025031263,0.027402963,0.036315724,-0.0022735095,-0.017342119,0.003676514,0.026224667,-0.020529563,-0.014003609,0.022176158,0.02537871,0.009736058,-0.027554028,-0.008565314,0.018142756,0.070818685,0.0028173388,0.0073681343,0.018021906,0.024698922,0.01741765,-0.0015295205,-0.011692334,-0.0068922834,-0.022553818,-0.014554992,0.021556797,-0.0073605813,-0.0048718057,0.03559062,-0.04042466,-0.004886912,0.0032969662,-0.025741262,-0.029200623,0.017281692,0.016405523,-0.024578072,-0.029517857,-0.019698713,-0.014789141,-0.020106586,0.022644456,0.008399145,-0.027100837,-0.05855231,0.009252654,-0.0012330578,-0.011782972,0.0039540934,0.0023773657,0.0060501033,-0.021405732,-0.007968613,-0.0074889855,-0.046980824,-0.026647646,-0.008557761,-0.010589569,-0.0141093545,-0.017100416,-0.0012897068,-0.005324997,-0.015574672,-0.030107005,-0.0072812727,0.0030949186,0.049760398,-0.018052118,-0.0151743535,0.009970208,-0.0135655245,0.007862868,0.015891906,0.0032648654,-0.00036420525,-0.001005518,0.010249675,-0.011714994,0.025514668,0.029789772,-0.013308716,-0.020227436,-0.0020941212,0.013867652,-0.002806009,-0.0069942516,0.020786371,0.01135244,0.04957912,0.01364861,0.012613823,0.0013690152,0.011284462,0.008308507,-0.002919307,0.009622761,-0.027523816,-0.008874996,-0.019154884,-0.01720616,0.0014407705,-0.021722967,-0.016783182,0.0034631365,0.01675297,0.01900382,0.02500105,-0.011533718,0.006998028,0.019789351,-0.050606355,-0.011639462,-0.013134993,-0.0068847304,-0.009229995,0.023218498,0.037554447,0.023883179,-0.00036750978,-0.015574672,0.022478286,0.013829886,-0.007779783,-0.04395955,-0.013233185,0.059065927,0.032841258,-0.021390626,0.004675423,0.010151484,0.0025416475,-0.01992531,0.019804457,0.036436576,0.024593178,0.014033822,0.008912761,-0.012704461,0.020695733,0.013006588,-0.03975998,0.008036591,0.021345308,-0.012795099,-0.024517646,0.010075952,0.023928497,0.008097017,0.0187168,-0.034563385,0.015740843,0.029034453,-0.040062107,0.011911376,0.017478075,0.021405732,-0.013693929,0.0016314884,0.011020101,-0.018505309,0.0014020604,-0.006106752,-0.013074568,0.024034243,0.0064730817,0.0068205283,0.024321264,0.012840419,0.00017407737,0.002658722,-0.040182956,-0.036436576],"social":"https://twitter.com/ModularSpices"},{"title":"kiwi","description":"teach-to-earn platform for creators","niche":"web3","youtube_url":"https://youtube.com/watch?v=Wt87d67XM2w","youtube_transcript":"Hi there. I'm Nata, and I'm here to tell you about Kiwi or platform for Sonic educational content creators. Or goal is to allow them to monetize on their knowledge while creating a supported community, all with the power blockchain. With Kiwi sharing expertise has never been easier. We designed a simple user friendly platform where people can upload awesome educational content that inspires learners of all ages. It offers a fresh approach We believe in keeping things straightforward and practical so people can focus on what they do best. In our initial version, we encounter some features that didn't quite hit the mark. Token gating the dab creative restrictions for users. So in order to improve the experience, we remove that feature, and we're now working on finding effective ways to implement token gating the benefits creators. And users. Additionally, having only one course available at a time limited the interest for users, which is why we added two more courses since then. We also learned that charging Mavic to main certificates proved to be a barrier. As a result, we're exploring more multi chain options to enhance accessibility. After completing a course, minting the certificate is very easy. With one matik, the NFT certificate is minted and ready to be showcased on the open sea account or wallet. As of May seventeenth, we have fifty minted certificates on our platform Our amazing community has been given us valuable feedback which we're constantly listening to and learning from in order to enhance the user experience based on their needs. Kiwi, It's all about empowering Hispanic content creators, fostering learning and embracing the future of education.","embedding":[0.034230247,-0.0016618164,-0.026913319,0.027082497,0.0015701785,-0.02097801,0.025686782,0.04570612,-0.0015719408,0.028506408,0.032707646,0.013414365,-0.0578587,-0.036655124,0.008317893,0.031692583,-0.039023608,-0.0155079365,0.0011137518,0.037219048,0.049174257,-0.007711674,-0.00019208694,0.046100866,0.049653593,-0.030903088,-0.009558529,-0.007380368,-0.04674938,0.007612987,0.0398131,-0.031918153,-0.032425687,0.019892454,-0.024079597,0.019201646,-0.010862605,-0.009431645,-0.0060621933,-0.01660759,-0.01780593,-0.03172078,-0.0059353104,0.028168052,-0.059888832,0.023966812,-0.033271573,0.043112066,-0.00011228936,0.051655527,-0.042153392,0.061580606,0.010679329,0.028139856,-0.037980348,-0.025038268,-0.0043245996,0.012166682,-0.07872392,0.027716912,0.013315679,-0.010348023,0.05207847,0.032566667,0.018101992,-0.012723557,-0.047228716,-0.02682873,-0.04322485,-0.013506003,0.0353299,0.04367599,-0.010270484,-0.035301704,-0.042294372,-0.035583667,-0.022430116,0.0050154077,-0.016057763,-0.0548699,0.0011393047,0.035442684,-0.028435918,-0.01893378,-0.012039798,-0.024558932,-0.04841296,-0.018891487,-0.031185051,-0.01856723,-0.05193749,-0.0172843,-0.058366235,0.028139856,0.036570534,0.015141386,-0.014619755,0.0152118765,0.023318298,0.0063617784,-0.033920087,-0.0004573079,-0.01615645,0.0052409777,0.041899625,-0.021090794,0.03975671,0.014972208,-0.05893016,-0.0012238934,-0.111544356,0.0051387665,0.035809234,-0.009946227,0.011341941,0.0032760517,0.008839524,-0.05571579,0.022542901,0.0045818905,-0.07658101,-0.027392656,0.026814632,-0.0023508621,-0.009826393,-0.02892935,-0.037162654,0.023698946,-0.022867158,-0.00646399,0.030564733,-0.015028601,0.031100461,-0.02134456,0.00037029604,0.006086865,-0.013710426,-0.027265772,-0.029831631,0.0131253535,0.026250707,-0.0406026,0.02517925,-0.011059978,-0.048441157,-0.055969555,-0.014662049,0.025235642,-0.037585597,0.036655124,0.030198183,0.019356724,-0.012589625,-0.016635787,-0.026800534,0.015084993,-0.02644808,0.023135021,-0.012540282,-0.003841739,-0.027040202,0.06349795,-0.025418919,0.008691493,-0.0052057323,-0.021852093,0.017340694,-0.045903493,-0.07872392,-0.0070455377,-0.023036335,-0.030000808,-0.008776083,0.013780916,0.019850159,-0.013964192,0.032566667,-0.07184404,0.0075565944,-0.027195282,-0.01848264,0.028153954,-0.043196652,-0.0032425686,-0.06287763,-0.026814632,-0.05492629,-0.009741804,-0.00343818,-0.00007346444,-0.024474343,0.01780593,0.023318298,0.025348427,0.009354105,-0.032905024,0.05103521,0.021161284,-0.004525498,0.017467575,-0.005575808,-0.004342222,-0.012244221,-0.014034683,0.04999195,0.019060664,-0.022049466,-0.009206075,-0.014647951,-0.021993075,0.05825345,0.0019490657,0.0034011726,0.0050999965,-0.018172482,0.022232741,-0.05675905,0.01743938,-0.011941112,0.03203094,-0.031974547,0.021147186,0.0145774605,-0.010904899,-0.004997785,0.035640057,-0.009748853,0.005667446,0.03448401,-0.018045599,-0.0023878699,0.04367599,-0.032341097,-0.024544835,0.00909329,-0.036485944,-0.015056796,-0.04494482,0.023854027,0.017270202,-0.017425282,-0.012364055,-0.020879323,0.051007014,-0.013287482,-0.007380368,-0.053375497,-0.0323129,-0.0061503067,0.049625397,0.074889235,0.007094881,0.017072828,0.0036655122,0.005981129,-0.04832837,0.030057201,0.037698384,0.052557807,-0.017115124,0.050414894,-0.07184404,-0.05058407,-0.027857894,-0.0038382143,0.02058326,-0.07816,0.01796101,0.03284863,0.031128658,0.047087736,-0.012032749,-0.016367922,-0.017707244,0.01983606,0.009671314,-0.0100731095,0.03186176,-0.008339041,0.00642522,0.0011040594,-0.034624994,-0.0034892857,-0.018200679,0.012547331,0.046241846,0.012483889,-0.04443729,-0.025827764,-0.023854027,0.04125111,-0.030846696,-0.0024407378,0.037839364,0.05140176,0.023346493,0.05893016,-0.02037179,-0.005145815,0.00034716632,0.0023473378,-0.028294936,0.015691211,-0.022486508,0.020273102,-0.013583543,0.033553537,0.03014179,0.019483607,0.019934747,0.016057763,-0.012533233,-0.010256385,0.001453869,-0.002979991,-0.0024565982,0.024967778,-0.016861357,0.05568759,0.013935996,0.020484574,-0.071449295,0.001572822,-0.0075213495,0.018778702,-0.014972208,0.034596797,0.010263435,0.047172323,-0.027688716,0.027195282,-0.05684364,0.0057626083,-0.041081935,-0.04954081,-0.0014159804,0.046721183,-0.021711111,-0.013407316,0.01367518,-0.022768471,-0.06265207,-0.013498954,0.01337912,0.009191977,-0.003989769,0.00061282783,0.0127165085,0.037388224,0.039108198,-0.0038805087,0.00025773133,0.03955934,0.012808146,0.044832036,0.00060842215,0.0051070456,-0.0063864505,-0.022838961,-0.008437728,-0.07274632,0.03465319,0.008677395,0.03352534,0.027716912,-0.033948284,-0.06693789,-0.0121596325,0.0042576334,-0.039474748,-0.009163781,-0.057915095,0.011172763,0.017411184,-0.02502417,0.023684848,0.026842829,0.03276404,-0.004116652,-0.034061067,0.090904705,0.0009868687,-0.04139209,-0.024981877,-0.028351327,0.0495972,0.016029567,-0.061016683,-0.042097,0.016071862,0.034906957,-0.012279466,0.0026522097,-0.012984373,0.029436883,0.044070736,-0.0060551446,0.02877427,0.04071538,-0.0077398703,0.02735036,-0.032820433,-0.019751472,-0.0062278463,0.014549265,-0.0072252885,0.020343592,-0.018665917,0.018722309,-0.0028760172,-0.009199026,-0.046326436,0.018961977,-0.012695361,0.017989207,-0.028393622,0.0023332397,0.003929852,0.053403694,0.022077663,0.008705592,-0.02051277,-0.019258037,-0.07094176,0.017834127,0.009734754,0.031523407,-0.03375091,-0.0018997223,-0.05915573,-0.015169581,0.023741242,0.020146219,-0.0055863815,0.032425687,0.0443527,-0.034371227,0.022838961,0.032510273,0.0067530014,-0.03203094,-0.0066155447,-0.012406349,0.012794048,-0.041363895,0.04102554,-0.027984777,-0.016114157,-0.010644084,-0.05732297,0.020696046,0.01570531,0.017227909,0.037247244,-0.0078033116,-0.033638123,0.028097562,0.008924113,-0.0051422906,-0.0104467105,0.0028090512,0.04652381,-0.022768471,0.03366632,-0.019370822,-0.074889235,-0.020865224,0.0074438094,-0.007020866,-0.04336583,0.03470958,-0.030733911,-0.004726396,0.0016433126,-0.09891244,-0.026715945,0.016861357,-0.031664386,-0.012272418,-0.008649199,-0.006248994,0.042237982,-0.0398131,0.02802707,0.0029376966,0.015056796,-0.00924132,0.025588095,-0.061129466,0.011532266,0.00026500068,0.0458471,0.015747605,-0.016452512,-0.005022457,-0.037078068,-0.024671717,-0.05357287,-0.03375091,0.010235238,0.025785469,-0.010637035,-0.03425844,0.03172078,-0.007873802,-0.0010943669,-0.043929756,-0.033722714,0.013336825,0.04674938,-0.057915095,-0.06654315,-0.00601285,0.018680016,0.02202127,0.0023085678,0.03516072,0.015197778,-0.055039078,0.0049272943,-0.002157013,0.020611458,-0.03958753,-0.043027475,-0.014373038,0.023769438,-0.031241443,-0.009156732,-0.022063565,-0.0029376966,-0.013421414,-0.009022799,-0.023797633,0.023572063,-0.06349795,-0.043196652,-0.009720657,-0.03375091,0.024826797,-0.006245469,0.030874893,0.0072323377,0.018990174,0.0013886653,-0.0030575306,0.012385203,-0.010080159,-0.014535166,-0.025334328,0.023402886,-0.016861357,-0.05492629,0.03854427,-0.010453759,0.0278015,0.0073098773,-0.006418171,-0.01540925,0.003239044,0.055884965,-0.025827764,0.008853622,0.011095224,-0.004391566,-0.006583824,0.005466548,-0.015240072,-0.0008287054,0.015268269,0.040912755,-0.012293564,-0.033807304,-0.00969246,-0.059550475,0.05306534,0.031326033,0.0014917578,0.02840772,0.002927123,0.049738184,-0.034681387,-0.0016309768,0.007824459,-0.033412553,-0.01834166,0.0074015153,-0.01705873,-0.051288977,0.00018834214,0.0353299,-0.00601285,-0.005381959,0.021076696,-0.001373686,-0.01870821,-0.015070895,0.024065498,0.014225007,-0.02080883,0.0024830322,-0.0011648575,-0.00072825624,-0.027857894,-0.01931443,-0.01976557,0.0067389035,0.010862605,-0.0140205845,0.01811609,0.0096995095,0.0045713168,-0.0035210066,0.006855213,-0.014267302,0.052416828,-0.017679049,-0.03510433,0.0019437788,0.024770405,-0.02051277,0.010312778,-0.025743175,-0.0137597695,0.004486728,-0.014915816,0.034286637,-0.014069928,-0.005554661,-0.023276003,-0.0057696574,0.027702814,-0.010510151,0.024995975,-0.02142915,0.013928947,0.005808427,-0.014478774,0.019342627,0.011193911,0.016071862,-0.004000343,-0.0031562175,-0.029267706,0.008698543,0.02540482,-0.014845325,-0.03126964,0.030395556,0.0021429148,-0.018440347,-0.0023720094,-0.012152583,0.020188514,-0.04652381,0.016734473,-0.01120096,-0.026278904,0.010792114,-0.02570088,0.003330682,0.0055934307,0.0006595279,0.018003305,-0.025588095,-0.025729077,-0.0012045085,-0.0025288512,0.0021622998,-0.000074345575,0.0029165496,-0.002615202,0.033863693,-0.017594459,-0.028689682,0.009755902,-0.004479679,0.011137518,-0.03704987,0.003728954,0.03555547,-0.027984777,0.047144126,-0.02382583,-0.04065899,-0.015564329,-0.033271573,0.02044228,-0.017552165,0.035499077,-0.0064886617,0.019709177,0.037754778,0.0063794013,0.0077821645,-0.0142814,0.024615325,0.033243377,-0.016804963,0.032369293,-0.07601709,0.013865505,-0.015578427,-0.0743817,-0.011067027,0.010813261,-0.0067071826,-0.053488284,0.01112342,0.08092324,0.0046876264,-0.02540482,-0.008585758,-0.0027931908,-0.019455412,0.014704344,-0.0023120923,-0.021161284,-0.06096029,0.0006176741,0.034004677,-0.014549265,0.015536133,-0.01863772,0.019004272,-0.02224684,0.023628457,0.011870621,0.017312497,-0.0031350704,-0.03375091,-0.019229842,-0.008684444,0.011271451,-0.008303795,-0.046580203,-0.013950094,-0.012984373,-0.008726739,-0.004839181,-0.05244502,-0.005085898,0.0013754482,0.04048981,0.024220578,0.008282648,-0.031692583,0.012011602,0.014845325,0.0031280213,-0.0137950145,-0.0035879726,0.01375272,-0.019892454,0.053375497,0.016071862,-0.0014230295,-0.009509184,0.009939178,-0.023120923,0.0129773235,-0.0060163746,0.06659954,0.008938211,0.03014179,0.03253847,0.014189762,0.052698787,0.041674055,0.03276404,0.003471663,0.019638687,-0.018101992,-0.018398052,0.017368888,-0.0088818185,-0.0488641,0.008050029,-0.0013102444,0.010637035,0.022416018,-0.006248994,-0.051881097,0.0077610174,-0.07020866,-0.0014371276,-0.042971082,-0.010644084,-0.03104407,-0.03276404,-0.051796507,-0.04240716,-0.027547736,-0.0022134054,-0.0074720057,-0.013357973,0.013442561,-0.029662453,-0.05983244,-0.015747605,0.019229842,0.00044320978,-0.0036126443,-0.026814632,-0.007958391,-0.01450697,-0.028816566,-0.0014353653,-0.012526183,0.032510273,-0.0004180975,-0.05193749,-0.0063582542,-0.011102273,-0.014478774,0.018087894,-0.022387821,0.033327967,-0.014140419,0.033158787,-0.033807304,-0.0010309253,0.012998471,-0.033581734,0.004610087,0.017650852,0.007105455,-0.0030169985,0.0068129185,0.014591559,0.012152583,0.021245873,0.022444215,0.033609927,-0.012230122,0.016170548,0.027082497,-0.034850564,0.008388384,-0.0025094661,-0.020315398,-0.023135021,-0.04412713,-0.04976638,0.015070895,0.019356724,0.022881256,0.028435918,0.0024971303,-0.00886772,-0.026349394,-0.010862605,-0.021090794,0.0010626462,-0.009043947,0.004493777,-0.0041800938,0.041702252,-0.02450254,-0.0037606747,-0.007612987,0.0033465424,0.0010582404,0.0033817876,0.022838961,0.017707244,-0.021697013,-0.0127165085,0.04127931,0.028238542,0.0026240135,-0.014380087,-0.001526122,-0.014062879,0.0016477183,0.01893378,0.0077821645,-0.017326595,-0.011229156,-0.020188514,-0.0037254293,0.042519942,-0.00096395926,-0.005350238,0.01698824,0.010094257,-0.017086927,-0.00864215,0.024756307,-0.055856768,-0.0020918092,-0.034512207,-0.04065899,0.061355036,-0.024375657,-0.0075495457,-0.006167929,-0.0055511366,0.013597641,-0.0055440874,-0.0071442244,-0.0063688275,0.0061714537,0.02360026,0.0004191989,0.017453479,0.0002486997,0.015282366,0.027519539,0.03036736,-0.008536414,0.04291469,-0.010051963,0.010552446,-0.0022239792,0.0050154077,0.0037254293,-0.00047360887,0.035724647,0.0056639216,-0.021147186,0.010474906,0.03555547,-0.024840895,0.006548579,-0.022514705,0.02825264,-0.02644808,0.020118024,-0.0012089142,0.041222915,-0.033158787,0.021316364,-0.009354105,0.016325628,-0.015084993,-0.004997785,0.0038346897,-0.03163619,0.023163218,-0.0028654437,0.02887296,-0.006629643,-0.018524935,0.010940145,0.05148635,-0.005734412,-0.0076975757,-0.010848506,0.027167086,-0.0217957,0.02240192,-0.021668818,0.008670347,-0.012406349,0.005857771,0.01683316,0.023642555,0.03284863,0.009325909,-0.0066648885,0.01990655,-0.020907518,-0.0069362773,-0.014718441,-0.01180013,0.0012908595,-0.011927013,-0.015578427,-0.0007172421,-0.020146219,-0.0036655122,0.039418355,0.023656653,0.0058965404,0.015973175,0.006259567,-0.014161566,0.033158787,0.020555066,-0.018440347,-0.02375534,0.033920087,-0.008275599,0.00796544,-0.022091761,0.0020001715,-0.033243377,0.011489972,-0.0075354474,0.011024733,-0.047820836,-0.007387417,-0.020019336,-0.0019878356,0.013506003,-0.002329715,0.025898254,-0.031072266,-0.04020785,0.004592464,0.010869654,-0.020414084,0.004141324,-0.0009736517,0.031692583,0.010171796,0.026560865,-0.008219207,0.0067283297,-0.0019138204,-0.013879604,0.027519539,0.0152118765,0.0046946756,0.0009912744,-0.025136955,-0.030310968,-0.03600661,-0.03944655,-0.02660316,0.009283615,-0.028802468,-0.0035492028,-0.0041518975,0.015395151,0.028323133,-0.005290321,-0.0398131,0.018214777,-0.002176398,-0.02082293,-0.018200679,-0.0040320638,-0.008409531,-0.011327843,0.0048955735,0.0082474025,-0.02825264,-0.0233042,0.0034223197,-0.011771934,-0.024023203,0.0069257035,0.000736627,0.023614358,-0.025390722,-0.039277375,-0.014704344,0.025644489,0.04615726,0.0014124558,0.01157456,-0.012075043,0.04263273,0.0028055268,0.012469791,0.019948846,0.014408283,0.016367922,0.045283176,-0.04494482,-0.023684848,-0.006072767,-0.0067530014,0.03448401,-0.0014432955,0.031213246,0.014408283,0.0035192443,-0.025376623,0.034681387,0.021936681,0.018976076,-0.013322728,-0.006629643,0.0061890767,-0.012892734,0.0019719752,-0.021781603,0.010834409,0.025066465,-0.0011067027,0.011849473,-0.008628052,0.0012265368,0.01856723,0.01758036,-0.022035368,0.03180537,-0.013357973,-0.012765852,0.025503507,-0.02608153,0.020611458,-0.012349957,0.012505036,-0.012371104,0.051655527,0.025235642,-0.024967778,-0.011588658,-0.021443248,0.0064287446,-0.002821387,0.0021852092,-0.007464957,0.04023605,-0.00062692596,-0.004465581,-0.036063,-0.015437447,-0.010566544,-0.018130187,0.017481674,-0.05103521,0.005702691,-0.013097158,-0.0034769499,0.0044409093,-0.027886089,0.02840772,-0.010608839,-0.004835657,0.010037865,-0.017904617,-0.00031566582,0.036852498,-0.0050541777,-0.027237576,-0.003947475,0.009184928,-0.0067318543,0.02398091,-0.06428745,0.0015243597,0.0021182431,-0.012378153,-0.03516072,0.0082121575,0.042294372,0.0076975757,-0.013548298,-0.0058225254,0.014746638,0.013858456,0.01705873,0.019074762,0.07793443,-0.010806212,0.010608839,-0.028605094,0.0064604655,-0.015733507,-0.021584228,0.0146902455,-0.008113471,0.024558932,-0.004141324,-0.020146219,0.018045599,-0.020949813,-0.027138889,-0.021006206,-0.014760736,0.019821962,0.0054841703,-0.031241443,0.036429554,-0.021231774,0.011701443,0.0072957794,-0.053319108,-0.027914286,-0.022416018,0.015014502,0.016297432,-0.008698543,0.004983687,0.0062031746,0.024150087,0.044521876,0.013005519,0.011609806,-0.01743938,-0.006622594,0.023910418,-0.0029905646,0.009903932,0.008811328,0.0045959884,-0.0012591387,-0.016170548,0.00032447715,-0.0017939863,-0.008888868,-0.01676267,0.0016494805,-0.042660926,-0.017467575,0.009227223,0.0345686,-0.005353763,0.004560743,0.01825707,0.036767907,-0.0047616414,-0.022895353,0.00012534113,0.022571096,-0.0011710254,0.025827764,-0.0036937085,0.020907518,0.021062598,-0.012836342,0.017523969,0.023205513,-0.0032831007,-0.009340008,-0.0052409777,-0.014986306,-0.011955209,0.012631919,0.03163619,0.0048814756,0.007577742,-0.0002843856,-0.023614358,-0.0045889392,-0.012984373,0.023205513,0.007824459,0.032707646,0.0025993416,-0.0019138204,0.013132403,0.036063,-0.036767907,0.004014441,0.046495613,0.013844358,-0.026941516,-0.0024724586,-0.038205918,-0.020949813,-0.0054594986,0.025193349,0.017679049,0.0058894916,-0.040856365,0.023473376,-0.011962258,-0.033722714,-0.02735036,-0.0041377996,0.008578708,0.042745512,-0.000094611634,0.0025077038,-0.010425563,-0.025813665,0.009516234,-0.009819344,0.0024213528,-0.022091761,-0.040095065,0.010770967,0.0406026,-0.019652786,0.006185552,0.0023878699,-0.0032971988,0.046185456,0.03253847,-0.016649885,-0.00087364315,-0.0013067198,0.0105172,0.069362774,-0.018059697,-0.006397024,-0.00073442416,0.01977967,0.013407316,-0.01841215,-0.0009058045,0.020935714,-0.038939018,-0.0068305414,0.017552165,-0.023769438,0.028464112,-0.022740275,0.015296465,-0.026701847,0.016269235,0.03998228,0.012737655,0.03104407,0.008783132,0.044691052,0.011193911,-0.029888023,-0.012638968,0.005350238,-0.016226942,0.030959481,0.016678082,-0.019117057,-0.022416018,-0.021358658,0.010411465,-0.017862324,0.0054700724,0.00011741094,0.017622655,0.04088456,-0.00084588747,0.014062879,0.0045431205,0.01705873,-0.0039650975,-0.0030575306,-0.0044162376,0.030085398,-0.027857894,-0.004095505,-0.0090650935,-0.014034683,-0.000574058,-0.013068961,0.016325628,-0.0089946035,-0.043196652,0.009079192,-0.01593088,-0.018792799,-0.010778016,0.002423115,-0.009727706,-0.0052515515,0.034512207,-0.0017649089,-0.01036917,0.0049731135,-0.0016318578,0.03225651,0.0014706106,0.010707526,0.0037395274,-0.0019966469,-0.00721824,0.0473415,-0.000099568,0.0025729076,0.00028262334,-0.03344075,-0.026011039,-0.011623903,0.026011039,0.0053044194,0.0145774605,-0.0022327905,0.0027649945,0.010510151,0.028520506,-0.034455817,0.00909329,-0.009480989,0.03208733,-0.028280837,-0.0005101759,0.027900187,-0.027674617,-0.0034328932,-0.017862324,-0.030874893,0.02240192,-0.00894526,0.024023203,0.011905866,-0.041674055,0.011137518,-0.0038135427,-0.017227909,0.026419885,-0.016847258,0.024361558,0.013491905,0.012526183,0.0040673087,-0.004754592,0.031015873,0.02240192,-0.00029870402,-0.021809798,-0.02051277,-0.009875736,0.020470476,-0.05230404,-0.018242972,-0.0040778825,-0.008599856,0.0070984056,-0.009932129,-0.003105112,-0.024812698,-0.010474906,0.018158384,0.01841215,0.013484856,0.020089827,0.0056251516,0.0068939826,0.009452792,-0.010855556,-0.02035769,0.028125757,-0.03561186,0.016635787,-0.012646018,-0.012321761,0.0011719066,0.040179655,0.015028601,0.0007375081,-0.021894388,0.006763575,0.004920245,-0.021837994,-0.0011921726,-0.009657215,-0.00541368,-0.00864215,0.013851407,-0.0033659271,0.0008939092,0.008155765,0.01074982,-0.02637759,0.026955614,-0.011384236,0.012110289,0.007126602,0.017975109,-0.016790867,-0.028901154,0.0006216392,0.0051669627,0.0040250146,-0.0018503788,0.018383954,0.05455974,0.032284703,0.016593492,0.024530737,-0.031748977,0.01977967,-0.009248369,-0.022937648,-0.019300332,0.013097158,-0.011504069,-0.0018168958,0.013780916,-0.03578104,0.031213246,0.028294936,0.008057078,0.023614358,-0.0104467105,0.03126964,0.004042637,-0.01029868,-0.026659554,0.027040202,0.030339163,0.028619193,-0.01705873,0.034399424,-0.011193911,0.023247806,-0.016917748,0.0062630917,0.0004244857,-0.004772215,-0.019554099,-0.048159193,0.0353299,0.021894388,0.013809113,-0.013618788,0.05221945,-0.0033835499,0.0009278328,0.008409531,0.0028777795,0.010185895,0.03628857,0.008761984,0.026913319,0.005353763,0.04533957,0.027942482,-0.011983406,0.0013992388,-0.028520506,-0.009403449,-0.01908886,-0.0023138546,0.011306696,-0.02165472,0.0017367126,-0.025263838,0.010503103,0.011638002,-0.011031782,0.01029163,-0.003728954,0.042435355,-0.004803936,-0.02051277,-0.014887619,-0.0026539718,0.01247684,-0.019511804,-0.021358658,-0.009537381,-0.012392251,-0.007352172,0.011292597,0.023036335,-0.012413398,0.007641183,-0.025517605,-0.010926046],"social":"https://twitter.com/CryptonikasDao"},{"title":"beep boop media","description":"beep boop media is an ai powered podcast network","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=G2D2_FlOGaQ","youtube_transcript":"Hi. I'm Jake, and this is my buddy, Sam, and we're building Beep Boot Media, an AI powered podcast network. We believe that by the end of the year, there'll be an explosion of AI created content, and we are curious about what AI tools currently exist, and if we can leverage them to generate high quality audio content fast. After a few days of experimenting with AI generating scripts and providing voiceovers, we launched our first podcast, the Yes Your Chronicles. Welcome to the Yesterday Year Chronicles, where we explore events from this day in history. I'm your host, Adrian. And I'm Becca. Here to share insights about science and technology. Let's get started, shall we? The Yesterday Year Chronicles, powered by Chat, GPT, and Eleven Labs, has been running daily since April twelfth, delighting and informing listeners along the way. The first episode took nearly a day to use. But we've refined our process and can now go from zero to podcast in a half hour. This is thanks in part to an application I wrote that funnels research, scripting and voicing through one portal. We've put all of our content on our website eight boop dot media. As you can see, we released two other podcasts AI insider daily, and the driving those podcasts featuring AI grips. Overall, we've reached some success garnering over a hundred and thirties subscribers across all of our platforms. However, if there's one thing we struggled with, it was marketing as we haven't yet figured out how to get AIs to that Play HT is also a fan, and they reach out to us to give us twenty million words to use on their platform, which is several thousand dollars in free usage.","embedding":[0.011488194,0.00045946293,0.011769658,-0.009066118,0.001131413,-0.047197144,-0.00067681086,0.03330169,-0.017080447,0.0048515582,0.023613386,-0.022176435,-0.02499108,-0.04944886,-0.031464763,0.015599056,-0.039138373,-0.05010067,-0.03768661,-0.004133083,-0.010695649,-0.04038274,0.010851195,0.03282764,-0.00591816,-0.013088097,-0.026650239,0.04983402,-0.042782597,-0.037005167,0.013725095,-0.019539557,-0.009725337,0.025494752,-0.01868035,-0.031849924,0.03217583,-0.037449583,0.022146808,-0.04411585,0.007029204,0.0101030925,0.03454606,0.0046145353,-0.06565528,0.012769598,-0.010754905,0.013584363,0.057596512,0.057033584,-0.0564114,0.04696012,-0.036797773,0.0048404476,0.017643377,-0.006447758,0.010851195,0.04272334,-0.04011609,-0.04613054,0.019035885,-0.031583272,0.060144506,0.035671916,-0.016058287,-0.026339147,-0.0055404054,0.020058045,-0.009088338,0.011769658,0.07057351,0.041715994,-0.042130783,-0.01417692,-0.03833842,-0.0062736943,-0.047611933,0.04574538,0.022235692,-0.08313571,-0.0048848893,0.013362154,-0.011628926,-0.015762009,-0.03066481,-0.010940079,-0.015228707,-0.0143102445,-0.0637591,0.010273452,-0.011051183,0.032472108,-0.041982643,-0.01242147,0.07519545,0.0037053314,0.009058711,0.050337695,0.06944765,0.026235448,-0.00354423,-0.040560506,-0.048411883,0.012347401,0.028324211,0.03315355,0.047434166,0.0014749108,0.00726993,-0.027420562,-0.11809655,0.0005258941,-0.026131751,-0.045626868,-0.03493122,0.014732442,0.033479456,-0.02041358,-0.014702814,-0.002027655,-0.0582187,0.018621095,-0.024042988,0.0025961392,0.0010258638,-0.05039695,-0.01393249,-0.020132115,-0.038427304,-0.012821446,0.038960606,0.015036127,0.023080084,-0.04710826,-0.045834262,-0.014991685,-0.011606704,0.01417692,-0.026665052,-0.011643739,0.024368895,-0.0064366474,-0.014295431,0.0021128352,-0.01636938,0.013125132,-0.0328869,-0.050456204,-0.015584242,0.0051256157,-0.0037960666,0.0241615,-0.07655833,-0.004092345,0.004755268,0.005351528,0.0009175371,0.047730446,-0.052678294,-0.036501493,-0.011643739,0.023317108,-0.033479456,-0.0035349713,-0.043641802,0.047878582,-0.0032275824,-0.027805725,-0.07774344,-0.062396225,-0.015584242,-0.018058166,-0.03614596,-0.002860938,0.025302172,-0.034160893,0.007377331,-0.044293616,-0.041834503,-0.045508355,0.011243763,0.029627835,-0.034309033,0.0032609138,-0.03125737,-0.030990716,0.0030646294,-0.0113104265,-0.004092345,-0.029598208,0.037301447,-0.002290602,0.034990475,0.059640836,0.0124807255,-0.045093566,0.06328506,0.01512501,0.01829519,0.0022369015,0.033657223,0.009592012,-0.004781192,0.027835352,0.002483183,-0.009058711,0.03039816,0.016502704,-0.015776822,-0.010599358,0.06944765,-0.03125737,0.035227496,0.017036006,-0.054307822,-0.01712489,-0.048767418,0.034190524,-0.034279406,0.017687818,-0.010266045,0.031435136,0.00043585326,-0.010673428,-0.0012064085,0.012725156,0.006536641,-0.021243159,0.04216041,0.015421289,0.034131266,0.0020183963,-0.006425537,-0.029124163,0.043375153,-0.031464763,0.011665961,-0.010058651,0.032946154,-0.0012082602,-0.004247891,-0.0071477154,0.03667926,0.049863648,0.0010897488,0.0020221,-0.024946637,-0.05946307,0.046634216,0.05735949,0.061685156,0.011110439,0.044738032,0.048767418,0.03259062,-0.055285543,0.0061811074,0.00033979423,0.00996236,0.010406777,0.008406899,0.029820418,-0.045330588,0.010162348,0.020028418,0.00091337063,0.02045802,-0.0028924176,-0.007540284,-0.019746954,-0.043138128,-0.026635425,0.061625898,-0.019006256,-0.00091892586,-0.011169694,-0.01451764,0.006036672,-0.028309397,0.016532332,0.0073699243,0.004062717,-0.000996236,0.010414184,0.0070551285,-0.008251352,0.008821689,0.0154064745,-0.027331678,-0.03626447,-0.003529416,-0.026516913,0.037005167,0.04983402,0.013480665,0.0077328654,0.063640594,-0.03187955,-0.039345767,0.018739607,0.050071042,-0.037982885,0.031286996,-0.009843849,-0.004325664,0.04974514,-0.037745863,0.024191128,0.02377634,-0.011369682,0.038131025,0.054041173,0.011414124,-0.040145718,-0.008273574,-0.009066118,0.032472108,-0.054722615,0.022294946,-0.031168483,-0.0752547,0.0031183297,-0.011362275,-0.027302051,-0.022191249,0.014458384,0.04272334,-0.016265683,0.02041358,-0.02808719,0.03626447,-0.012769598,-0.0029775975,0.0147472555,0.007436587,-0.008221725,-0.0017091559,-0.046574958,0.03285727,0.02423557,-0.057448376,-0.021880157,-0.044441756,-0.005970009,0.029790789,0.0397013,-0.0009365174,-0.033805363,0.00033562782,0.040856786,-0.037301447,-0.01656196,0.018517397,0.0033849804,0.0033646112,0.0025924356,0.0008851316,-0.032412853,-0.03327206,-0.007992108,-0.045952775,0.021657947,0.045419473,0.04930072,-0.02253197,0.0031627715,-0.07353629,-0.014206547,0.013821386,-0.007814342,0.042752966,-0.03943465,0.02910935,-0.011340055,-0.05054509,0.037982885,0.036086705,0.009058711,-0.05063397,0.047848955,0.011606704,0.014280617,0.007873598,-0.025850287,-0.043760315,-0.0015860151,-0.011584484,-0.017569307,-0.055818845,0.013702874,0.0657738,-0.06387761,-0.017702632,-0.008436526,-0.0040293857,-0.0102141965,-0.03981981,0.01856184,0.010732683,0.030783322,0.0425752,-0.006595897,-0.0540708,-0.015821265,-0.020665416,0.00751436,-0.0010508624,0.0350201,0.00092864747,0.017954469,0.059937112,-0.048026722,0.06666263,-0.01588052,0.011628926,0.03750884,0.011851135,-0.01478429,0.03981981,0.052470896,-0.0017100817,-0.059226044,0.040886413,-0.004610832,0.015302777,0.02143574,0.035612658,-0.02185053,-0.003436829,-0.031435136,-0.049389604,-0.0102512315,0.03819028,-0.031820297,-0.028561234,0.011221543,-0.014421349,0.027687212,0.016813798,0.026813192,0.020502463,0.019554371,-0.017376726,0.014125071,-0.0107993465,-0.03845693,-0.009636453,-0.022620853,-0.04082716,-0.05164132,0.009969767,-0.07069202,-0.014843546,0.023317108,-0.01459171,-0.013036248,0.017228587,0.0063218395,0.020665416,-0.03122774,-0.0054589286,-0.011962239,-0.012710342,0.033509083,0.0011777065,-0.00065921934,-0.006966245,0.011999274,-0.0010721573,0.010540103,0.044738032,-0.024531849,-0.020561717,-0.018813675,-0.07217341,0.0070551285,-0.017095262,0.030087067,-0.013984338,0.0026165084,-0.053300478,-0.01950993,0.0040960484,0.04684161,-0.029657464,0.0024794796,-0.020220999,0.011436345,0.00031433284,-0.01739154,-0.0065662693,0.05149318,0.07537322,-0.017821144,0.0013008472,0.016161984,-0.0097771855,-0.0084587475,0.012065936,0.016280496,-0.0064959032,0.012643679,-0.008006923,0.07033648,-0.0041441936,0.016399007,-0.0053774524,-0.01622124,-0.00050691376,-0.0038034734,0.0009221664,-0.0026794674,0.01614717,0.032768387,-0.016784169,0.03217583,0.022250505,0.039642043,-0.009584605,-0.0016878608,-0.021613507,-0.0054478184,-0.015243522,0.011369682,-0.009910511,-0.013317713,-0.013169574,0.0002541513,-0.01807298,-0.01602866,-0.003951613,0.01622124,0.009606826,0.0024646656,-0.07744716,-0.002255419,-0.01588052,-0.02265048,-0.031820297,-0.007536581,-0.008177283,0.05327085,0.012769598,0.018917374,-0.00031965657,-0.00095734943,0.004788599,-0.019717325,-0.014073222,0.027316865,0.04207153,-0.009429059,0.044856545,-0.03753847,0.01610273,0.010051243,0.019376606,-0.020383952,0.02079874,0.015969403,0.00062727684,-0.0019221059,0.016798982,0.02910935,-0.01453986,-0.022487527,-0.0074180695,-0.0020943177,-0.0049071102,-0.0040256823,0.0025350316,-0.03164253,-0.00274613,-0.03519787,0.022339389,0.0009244811,0.007536581,0.012236296,-0.03164253,0.026235448,-0.025628079,-0.0031053675,0.000071581315,0.043908454,-0.0037331074,-0.005581144,-0.046574958,-0.0046441634,0.018858118,0.012288145,0.011547449,-0.0011073403,0.0106438,-0.030027812,-0.029198233,-0.0044589895,0.021065392,-0.030842578,0.0052737547,0.020843184,0.008821689,0.04041237,-0.02956858,-0.0059959334,-0.02045802,0.015273149,0.010591951,0.019806208,0.024931824,-0.014725034,-0.0069514313,-0.011006741,-0.017228587,-0.029494511,-0.010680835,-0.0045145415,-0.0024202238,0.0016554553,0.04408622,-0.009066118,0.0028850106,-0.027287237,-0.009710523,0.022161622,-0.008614293,0.015421289,-0.0091179665,-0.031316623,0.0425752,0.042101156,0.0033609078,0.032235086,0.004929331,-0.0017739667,0.0024961452,0.0012193706,-0.02158388,0.025953984,0.014488012,-0.029805603,0.02616138,0.004218263,0.007362517,-0.009910511,0.023909664,-0.020013602,0.0067625535,0.019584,0.010288266,-0.007873598,-0.011962239,-0.008910572,0.059640836,0.0074328836,0.017939655,-0.008680956,-0.030783322,-0.023494873,0.01727303,0.004447879,-0.01860628,0.019109955,-0.0029794492,-0.010421592,0.014317652,0.027005773,0.004133083,0.018591467,0.0006184811,0.017435981,-0.02696133,-0.036086705,-0.02779091,-0.022546783,0.008858723,0.0019406233,0.0062403628,0.0055255913,0.042930733,-0.01765819,-0.04011609,0.010369742,-0.040886413,0.0035349713,0.021169089,-0.026635425,0.019909905,-0.00069903175,0.037568096,-0.029361187,-0.0075921332,0.029998183,-0.031020345,0.01022901,0.0034997882,-0.01444357,-0.014532453,-0.0017610046,-0.011680774,-0.084794864,-0.03943465,-0.009051304,-0.013251049,-0.030457415,-0.023880037,0.0064366474,-0.011354868,0.027020587,0.022354202,-0.00032405445,-0.040619764,-0.009821627,-0.0019109955,0.01799891,0.006455165,-0.0075550983,-0.015332405,-0.045271333,-0.02026544,-0.009406838,-0.035523776,-0.010169755,0.006036672,-0.015302777,0.03697554,-0.03433866,0.01293255,0.016887866,-0.028798256,0.015776822,0.033864617,-0.014680593,0.017628562,-0.018206306,0.030990716,0.031109229,-0.06488496,0.027346494,-0.05398192,-0.008873537,0.031435136,0.008836502,0.035790425,0.026250264,0.010540103,0.018354444,0.009517943,0.042664085,0.0030109289,-0.015110197,-0.026857633,0.015643498,-0.04136046,0.014984278,0.03641261,0.0029294523,0.024354082,0.016739728,-0.0013989893,0.017332284,0.015969403,0.008006923,-0.021806087,0.04325664,0.0035238608,-0.008362457,0.006966245,-0.011777065,0.015924962,0.011184508,-0.016754542,0.006773664,0.0053626383,-0.020072859,0.033420198,-0.019998789,0.024531849,-0.003444236,0.007073646,-0.022354202,-0.01829519,0.038664326,-0.024280012,0.0024683692,-0.014125071,-0.023643013,-0.01478429,0.0014026929,-0.036057077,-0.0069958726,-0.02053209,0.004425658,-0.0040442,-0.024131872,0.026131751,0.010991927,-0.009903104,-0.06660338,-0.024591103,0.01191039,-0.008762432,-0.0024554068,-0.019006256,0.023020828,0.009325362,-0.043434408,-0.026650239,0.027820539,0.0048441514,0.007499546,-0.020161742,-0.011747437,-0.029138977,-0.043612175,0.021687577,0.008547631,-0.017821144,-0.021420926,0.046604585,-0.0113104265,0.029924115,0.021835715,0.013999153,-0.016206427,0.046337936,-0.008177283,-0.007903226,-0.0028109408,0.002903528,-0.0032146203,0.038901348,-0.025642892,0.03783475,-0.016043473,0.010999334,0.0053811558,-0.02068023,0.0053552315,-0.02045802,0.025050335,-0.022813434,0.024176314,0.0431085,0.02204311,-0.000010741537,0.012288145,0.0172434,0.01712489,0.008703177,-0.034190524,-0.0025017003,-0.0033812767,0.043078873,-0.023124525,-0.015510173,0.008614293,0.022057924,-0.0018545174,0.013969525,0.022976387,-0.030605555,-0.0058663115,0.03176104,0.010073464,0.015287964,-0.02801312,-0.007284744,0.00094531314,0.007858784,0.037271816,-0.013488072,0.001821186,-0.016517518,-0.023805967,0.034457173,0.012658493,-0.051374666,0.052767176,-0.016769355,-0.02725761,-0.011754844,-0.05122653,0.01814705,0.003996054,-0.022117179,0.015436103,0.024309639,0.045834262,0.008555038,-0.012658493,-0.025554009,-0.05327085,-0.0038034734,-0.0059033465,0.015806451,0.007814342,-0.005058953,0.023465246,0.010517882,-0.014754662,0.018324817,-0.015776822,-0.0076810163,-0.0036201512,-0.013673247,-0.0072328956,0.029213047,0.0068218093,-0.008614293,-0.018517397,0.0047589713,0.0014249138,0.01478429,0.004510838,-0.0076143537,-0.017776702,-0.013658432,0.019865464,-0.000087899774,-0.018947002,-0.041953016,0.008162469,0.014169512,0.008043958,-0.025983613,-0.0016110135,-0.025494752,0.0258651,0.0101030925,-0.006447758,-0.009836442,-0.01478429,-0.0024368896,-0.013813979,-0.03220546,0.01293255,-0.014569488,-0.0092661055,-0.016502704,-0.006584787,0.012547389,-0.013658432,-0.018532211,-0.010532696,0.03173141,-0.008051365,0.017939655,0.0060218577,-0.008406899,-0.012132599,0.039612416,-0.021020949,0.043493662,-0.022561597,0.016739728,-0.012236296,0.0070921634,0.026605796,0.014850953,0.048234116,0.025924357,0.025879916,-0.047848955,-0.0026479878,-0.038664326,0.019717325,0.0043034432,-0.046515703,0.0053663417,0.04230855,-0.006581083,0.034753453,-0.0005351528,0.037894003,-0.008043958,0.004233077,0.022635667,0.023346735,0.004944145,-0.012777004,0.011828913,-0.011014148,0.0086068865,-0.03901986,-0.010777125,-0.011125253,0.011591891,0.01977658,-0.0049922904,0.0015471285,0.019228466,-0.029020466,0.000170823,0.01719896,0.0051404294,-0.024487406,-0.009784593,-0.010369742,0.027598329,0.026457658,0.002753537,0.0021183903,-0.0006235734,-0.026368774,-0.02593917,-0.012584424,-0.021643134,-0.021450553,-0.027998306,-0.021035764,0.00007273865,-0.043197386,0.00726993,-0.007106977,0.034457173,-0.010703056,-0.046219423,0.014473198,-0.0043367743,-0.017984096,0.049241465,0.0037016277,0.04645645,0.009754965,-0.00003874187,-0.008421713,0.023168968,0.012680714,-0.003414608,0.006095927,0.028220514,0.0224579,-0.005010808,0.010436405,0.0048774825,0.022250505,0.025702149,0.0022146807,0.04405659,0.0081698755,-0.040234603,0.009251292,0.013414003,0.02068023,0.027390935,0.013295491,-0.024531849,-0.006084817,0.0019239576,0.043227013,0.008451341,0.00996236,-0.005840387,0.014799104,0.015599056,-0.012895516,0.0005453374,-0.0161768,0.0067921816,0.009614233,-0.033983126,-0.002448,-0.015117603,-0.020739485,0.0026294705,0.013280678,0.014725034,-0.008429119,0.019746954,0.02087281,0.0013934341,-0.013406596,0.024709616,-0.034457173,-0.008592073,-0.012710342,0.018635908,-0.04301962,-0.016399007,-0.009969767,-0.008251352,0.0006175552,0.015421289,0.002860938,-0.04411585,0.019998789,0.018443327,0.0035571922,0.04968588,0.002796127,0.007621761,-0.029331557,-0.0079476675,0.0005698729,0.014680593,-0.03546452,-0.010547509,0.0102512315,0.0090068625,-0.011391903,-0.0022609741,-0.0044589895,-0.0060440786,-0.0062773977,-0.0021239454,-0.0029109349,0.010769718,-0.06340357,0.017687818,0.008355049,-0.026072497,0.04450101,-0.044323243,0.0035220091,-0.0055959574,0.031405505,-0.024131872,-0.010866009,-0.006281101,0.020517277,0.023376362,0.021732017,-0.020072859,-0.011503007,0.0068069953,0.0068625477,-0.012184448,0.009014269,-0.04408622,0.017154517,0.004662681,-0.03436829,0.007866191,-0.004018275,0.014073222,-0.0019609923,-0.026324332,-0.00056941,0.0045997216,0.003657186,0.027731655,0.013925083,-0.004462693,0.017687818,-0.028990837,0.0035386747,0.005977416,0.089357555,0.00071616034,-0.0055774404,-0.010177162,0.01198446,-0.0056107715,0.009636453,-0.022487527,-0.01293255,-0.021198716,-0.009458687,0.008192097,0.027924236,-0.009658675,-0.007129198,-0.014169512,-0.010317894,0.007918039,0.015050941,-0.01943586,-0.016873052,0.029168604,0.0023368956,-0.024013361,-0.038131025,0.00012175189,0.024487406,-0.03285727,0.006581083,0.03229434,0.002262826,-0.020576533,-0.010940079,0.03179067,0.0045071347,0.02396892,-0.0076958304,-0.0047145295,-0.021732017,0.005088581,0.023509689,0.038427304,-0.010466034,-0.012606644,0.009399431,0.02737612,-0.02177646,-0.01875442,-0.044708405,-0.03543489,-0.02465036,-0.022206062,0.0053774524,0.018887745,0.0060292645,0.00674774,0.0047589713,0.043434408,-0.004796006,0.029390814,-0.03724219,0.04230855,-0.035286754,-0.005521888,0.014725034,-0.0368274,0.0098142205,-0.005329307,0.00070921634,-0.009910511,0.003870136,-0.0014462088,0.06150739,-0.015524986,0.011540042,-0.0030627775,-0.03984944,0.0004205764,0.04820449,0.0064033163,-0.035820056,0.020132115,-0.009199443,-0.015058348,-0.0070699425,0.0056589167,-0.005814463,0.02518366,-0.010014209,0.027509445,-0.027316865,0.015984217,0.030161137,0.042664085,0.013162166,0.014043595,-0.02616138,-0.012717749,-0.043049246,-0.019717325,0.027553888,0.017139703,-0.0027368714,-0.0036257065,-0.00988829,-0.012939958,-0.04325664,0.013984338,0.011154881,0.048263744,-0.0010508624,0.0052182027,0.01047344,-0.0018110014,0.024591103,-0.028264957,-0.005207092,-0.018709978,0.006188514,-0.055137403,0.012295552,0.011177101,0.0068106987,0.01916921,-0.027361307,0.00064579427,0.042219665,-0.019865464,0.038812466,0.004596018,-0.0022294947,-0.0035664507,0.022206062,-0.011940018,0.019006256,0.009443873,-0.016754542,-0.013621397,0.0021591287,0.008799467,-0.031583272,0.006014451,0.01614717,-0.0016998971,0.013428817,-0.04503431,0.020783927,0.029005652,-0.0022683812,-0.009747558,0.0077180513,-0.0046774945,0.054307822,0.014776884,-0.0017822995,-0.013717688,0.02918342,-0.000071697046,-0.042427063,0.00067912554,-0.010577138,-0.026724309,-0.048323,-0.005521888,0.029168604,0.0057626143,-0.017687818,0.00081291376,-0.0062292526,0.042930733,-0.010140127,-0.014836139,-0.037449583,-0.016932309,0.04067902,-0.03330169,0.022220878,-0.001999879,-0.025124405,0.017895212,0.003892357,-0.024531849,-0.009503128,0.0207543,-0.010710463,0.019983975,-0.011265985,-0.011628926,-0.007073646,0.013147352,0.010806753,0.004488617,-0.0004390938,-0.010940079,0.027198354,-0.028620489,-0.0065699727,-0.014621337,-0.033657223,0.028561234,-0.0036868139,-0.016265683,-0.03987907,-0.006888472,0.011147473,0.042041898,-0.029864859,-0.013288084,-0.025687333,-0.0103253005,-0.00058792735,-0.022709737,-0.011073404,0.0019035884,0.015036127,-0.019198839,-0.004658977,0.01751005,0.028664932,-0.038990233,0.035108987,0.023761524,0.019302536,-0.05341899,-0.012377028,0.0212876,0.033331316,0.0010684539,0.0063070254,0.011488194,0.00928092,0.007244006,0.0036608896,0.029790789,-0.04411585,0.0060737063,-0.0007943964,-0.024028175,0.013147352,-0.0321462,-0.01602866,0.0023646718,0.034842335,0.020398766,0.0020683934,0.0019258093,0.005699655,0.00017846141,-0.022117179,-0.01814705,0.037271816,0.022176435,-0.012614051,-0.0084587475,-0.0005990378,-0.0030961088,-0.0068625477,-0.03653112,-0.027879793,0.02367264,-0.024176314,0.011191915,-0.002697985,-0.010036429,-0.006651449,-0.0022739365,0.0053070863,0.016873052,-0.007388442,0.004184932,0.010080871,0.0063107293,-0.000981422,0.0040812343,-0.005592254,-0.02060616,-0.012969585,0.028516792,0.0080587715,-0.03353871,-0.04408622,-0.020058045,-0.0102141965,-0.012369622,-0.011206729,-0.023657827,0.010688242,-0.0028201996,0.015850892,-0.029850045,-0.003322021,0.017747074,-0.014125071,-0.0032368412,0.0045997216,0.021109832,0.020369137,0.044323243,0.0155398,-0.021954227,0.002290602,0.0042293738,0.0029294523,-0.0064773858,0.011584484,0.04722677,-0.018917374,0.033627596,-0.019732138,-0.0030627775,0.028309397,-0.0125547955,0.025494752,-0.01198446,0.022280132,0.03478308,0.0019832132,-0.02260604,-0.02253197,-0.01758412,0.014954651,0.026442844,0.012636272,0.005095988,0.024739243,-0.008962421,-0.008821689,0.008043958,0.04026423,-0.01030308,0.0339535,0.0107623115,0.026398402,-0.018769234,0.040204972,-0.028739002,-0.03955316,-0.026828006,-0.0045515765,-0.031998064,0.004710826,-0.025702149,0.014302838,-0.009858662,0.0350201,0.033094294,-0.010784532,0.024339268,0.014399128,0.0075180633,0.014369501,0.039464276,0.01519908,0.016606402,-0.058100186,0.012436285,0.0070810528,0.0077106445,0.01293255,0.005103395,0.00674774,-0.04740454,-0.00009548033,0.009325362,0.0003671074,0.037745863,0.004866372,0.029968556,-0.0012480726,-0.028339025,-0.0096660815,-0.03626447,0.050811738,-0.03433866,-0.0151842665,-0.03187955,-0.029924115,0.028561234,0.0064921994,-0.0076662027,0.028413095,-0.014702814,0.022102365,0.0041886354,0.059522323,0.017984096,-0.032916527,-0.0008115249,-0.004929331],"social":"https://twitter.com/WeedleChamp"},{"title":"ultramail ","description":"writing marketing emails can be dull, and reading them can be even duller. ultramail writes and personalizes your marketing emails with more results and less effort.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=-bSiY4wAVWY","youtube_transcript":"Yo. What's up, everyone? I'm BSRut, and I just came back from school to present my idea, Ultramail. So a lot of us know that writing emails can be dull and boring. And even more than that, reading them can be boring. But with Ultramail, I try to change this by allowing you to write your emails and personalize them to whoever you're writing them to. All with just a click of a button. So Ultramill is based on this main screen where you could add recipients to your emails and email frameworks. You can add recipients manually or you can add them automatically using our API. And for emails, we get we operate on the basic idea of email frameworks. Here in each email, you could choose a tone, a subject for your email, and a general objective for what your email has to include. And you could send it with a simple click of a button. And here are some samples. This one involves convincing people to come back to our store. And it works pretty well using a motivating tone. And we and we tried the same email with the different pound that we chose, with the funny pound. And it shows that it's a little bit more lighthearted and a little bit more interesting to read. So based on your tone in your brand, you can configure your emails to do what you want. Ultramail has seen some pretty crazy engagement that I was not expecting at all. To start up nights and weekends. Through AI directory tools and Twitter, I was able to gain over sixty nine users as of today, and I hope to continue increasing that in the future. So if you really enjoyed Ultramel, please contact me, and I'd really love to hear your feedback. Thank you so much.","embedding":[0.01419033,0.027590021,-0.0063992376,0.04022378,0.025909912,-0.05916618,0.005818612,0.046153575,0.03755537,0.038807217,-0.011134839,-0.04401226,-0.027161758,-0.00890293,0.024839254,0.012040779,-0.012090194,-0.05056798,-0.03006077,-0.0007808594,0.049546737,0.017311709,0.01134897,0.049316134,-0.023356806,-0.015821025,-0.028298302,0.044835843,-0.015162158,-0.05587185,-0.015582185,-0.040487327,-0.036764733,0.005575655,-0.018052934,0.025811082,0.0052215145,0.044572297,0.035776433,0.013300861,0.008145234,-0.036204696,0.09191183,-0.01105248,-0.0689174,0.05567419,-0.023340335,0.051720995,0.026008742,0.048130173,-0.033289213,0.027738266,-0.0026457596,0.039729632,0.016644606,-0.012749061,0.000631585,0.004439111,-0.042826302,0.028034756,0.005019737,-0.0010444059,0.024081558,-0.027968869,-0.03215267,-0.020787228,-0.0044473466,0.018398838,0.01194195,0.0593309,0.059792105,-0.0029484262,0.028808923,-0.014569178,0.016051628,-0.04348517,-0.018168235,-0.021577867,0.0032758003,-0.023916842,-0.03274565,-0.011283083,-0.0062674647,-0.00022802947,-0.038444843,-0.0031790293,-0.04328751,0.01612575,-0.012798475,-0.02856185,-0.05010677,0.02082017,-0.011653695,0.05027149,0.06486537,0.010533623,-0.054982383,0.028100643,0.04757014,0.014445641,0.01636459,-0.035084624,-0.006485714,-0.035447,-0.01732818,-0.039696686,0.038280126,0.01792116,0.011003065,-0.02508633,-0.13809834,0.0045461766,0.00771697,0.018827101,0.011513687,0.02111666,0.030357258,0.0018273242,0.0016327527,-0.040289667,-0.013514993,0.0036834737,0.031987954,0.031213785,0.015755137,-0.05732136,-0.03890605,-0.0104595,-0.0088041,-0.0045008794,0.04865727,-0.01646342,0.046252407,-0.038378954,-0.043452226,0.0057568434,-0.02678291,-0.017970575,-0.026486421,-0.008244063,0.050633866,-0.031526748,-0.041870944,-0.006288054,-0.026058158,-0.03692945,-0.046845384,0.015046856,-0.019074176,-0.024262747,0.004385578,-0.0176082,-0.024954557,-0.019930702,0.012839654,0.017871745,0.03613881,0.054488234,-0.030834937,-0.04019084,0.028710093,-0.014808018,-0.02358741,-0.026437005,-0.050897412,-0.007301061,-0.018365895,-0.022615582,-0.029533677,-0.019897759,-0.06318527,-0.041047364,-0.012469042,0.037851863,0.013424398,-0.009981822,0.0078075645,-0.062196966,-0.01732818,-0.02159434,-0.019667156,0.020029532,-0.05455412,-0.0519516,-0.068851516,-0.05765079,-0.0019786574,0.0015462766,-0.025349876,-0.026486421,0.0021330793,0.039597858,-0.02101783,0.040059064,-0.0448029,-0.028940696,0.05234692,0.0019848344,-0.0037390655,0.016743436,0.0010227868,0.005287401,0.048821986,0.008499374,-0.011917242,-0.026667608,0.045725312,0.016817559,-0.03923548,0.018761214,0.06733613,-0.006872798,0.008581732,0.011711346,-0.060978066,-0.03673179,-0.020375436,0.025465177,0.0023183853,0.0037081812,0.01170311,0.0037246528,0.023192089,-0.025102802,0.0075357817,0.050732695,0.046186518,-0.042496867,0.01942008,0.009635918,0.06321821,-0.01991423,0.0026539953,-0.05425763,0.019963644,-0.007202231,0.036303528,-0.034162212,0.024822783,0.0026128162,0.0034981677,0.030719636,0.013432634,0.05139156,-0.004863256,0.016834032,-0.04351811,-0.050337378,0.018201178,0.037884805,0.0802499,-0.01646342,-0.0198154,0.008297596,-0.005620952,-0.02082017,-0.021479037,0.042266265,0.034293983,-0.026766438,0.0006604104,-0.03355276,-0.0072804713,0.047800742,0.007095165,0.016142221,-0.023521522,0.0025695781,0.022566166,0.006353941,-0.037917748,-0.0003446179,0.019321252,0.043254565,-0.003193442,0.009331192,0.0014773015,0.0015370112,0.03276212,0.028100643,-0.020293077,0.010377143,0.002483102,-0.051556278,-0.0039923172,0.031312615,0.025712254,0.0046532424,0.009817106,-0.007935219,0.037291825,-0.01612575,0.004710893,-0.008869986,0.0028393015,-0.012534929,0.027540606,-0.0033787482,0.0013372925,0.023027373,0.024476878,-0.0344587,0.019650685,-0.026667608,0.013383219,0.012749061,-0.008598204,0.01059951,0.011101895,-0.014009142,0.0058844984,0.014808018,-0.0010109477,-0.03683062,-0.024509821,-0.016471654,0.030143127,-0.019041233,-0.0260911,-0.012419627,0.021676697,0.027902983,-0.008277006,-0.046845384,0.006633959,-0.018860044,0.06391002,-0.020046003,-0.00065732194,-0.04918436,0.028166529,-0.068060875,-0.013613823,-0.03274565,0.026453476,0.007181641,-0.012436099,0.025135744,0.00126317,0.036698848,-0.032416217,-0.040289667,-0.028907754,-0.035447,0.026618194,-0.021841414,0.020375436,-0.023373278,0.009446494,0.028133586,-0.023175618,0.0148656685,0.047339536,-0.025053386,0.0041343854,0.0013681768,0.032482103,-0.049019642,-0.0119007705,-0.015911618,0.012658467,0.037917748,0.029928997,0.0049785576,0.030093713,0.015993977,-0.019387137,-0.020523682,0.0129879,-0.013004371,0.012361976,0.0063992376,0.033223327,0.042760417,-0.031905595,-0.020737814,0.03144439,-0.015252752,-0.014025614,0.05544359,0.08130409,0.065227754,-0.04536294,-0.046450067,0.021824943,0.040783815,0.048261948,-0.01105248,-0.018761214,-0.015458648,0.03006077,-0.0045997095,-0.021034302,-0.011464272,0.028100643,0.044045202,0.010574802,0.04332045,0.012864362,-0.0112913195,-0.016570484,-0.010723047,-0.018761214,-0.01294672,-0.019733042,0.0021701404,-0.015582185,-0.01383619,0.041343853,0.017459953,-0.007836389,-0.08611381,0.05007383,-0.003382866,0.024410993,0.004299102,-0.016446946,0.026717024,0.072211735,0.016628135,-0.03854367,-0.0457912,0.029517205,0.014305632,0.0067080813,0.016488126,0.03057139,-0.04948085,-0.02946779,-0.06466772,-0.026667608,-0.007247528,-0.0021721995,-0.010195954,-0.028726565,-0.03256446,-0.027194701,0.059396785,-0.0012436099,-0.022615582,0.03146086,0.039564915,-0.07432011,-0.008178176,-0.027145287,0.011760761,-0.014412697,0.031049069,-0.0019240951,-0.031823236,-0.0063086436,-0.045955915,-0.039070763,0.021874357,-0.05804611,-0.030719636,0.021182548,-0.027326474,0.004422639,0.013935019,0.008248181,0.029220715,-0.027688852,-0.00016149943,-0.016603427,-0.015862204,-0.038378954,0.009281778,0.012518457,-0.02688174,0.036567073,-0.018892989,-0.017674085,-0.016101042,-0.0674679,-0.03297625,0.039202537,-0.018069405,-0.032300916,-0.009537088,-0.00525034,0.012576108,0.014939791,0.038642503,-0.011307791,0.013910312,-0.018300008,-0.0018726212,-0.018596498,0.033898667,0.0071157548,0.04420992,0.03175735,-0.021231962,-0.029994883,-0.0051185666,0.03561172,-0.046548896,0.028924225,-0.027029986,-0.024625124,-0.005559183,-0.008099936,0.052116316,0.06288878,-0.0065516005,-0.003331392,-0.0027219409,-0.006975746,0.022945015,-0.04318868,-0.021956716,0.0093394285,0.034919906,-0.0025901676,0.0003978934,0.0057568434,0.045264106,0.0025592833,-0.013473813,-0.033470403,0.026255818,-0.03814835,0.004194095,0.031032598,-0.008515845,-0.046548896,-0.01442917,-0.054784723,0.00032222676,-0.020293077,-0.019881288,0.034293983,0.020507209,-0.013655001,-0.003761714,-0.042760417,-0.04905259,-0.020293077,-0.027688852,0.005814494,0.018942403,0.047438364,0.011538394,-0.0027960634,0.019090647,0.032284442,-0.0013795011,-0.0038296597,0.012543165,0.005760961,0.0064115915,0.067270234,-0.040783815,-0.008507609,-0.0034425757,-0.024625124,0.012345505,0.0066051334,-0.0038708388,0.035710547,-0.011316027,0.027557079,0.041343853,0.00890293,-0.00016458787,-0.00522975,0.026832325,-0.023356806,0.056893095,-0.012477279,-0.030176071,-0.025300462,-0.046351235,0.015046856,0.010195954,-0.0364353,-0.007856979,-0.038411897,0.012361976,-0.0374236,-0.017212879,-0.029319545,0.035447,-0.025646366,-0.009306485,-0.00038451017,0.003185206,0.019304778,0.05125979,0.0034425757,-0.0066010156,0.0135726435,0.02072134,-0.009174712,0.02678291,-0.023521522,-0.02459218,-0.010780698,0.016784616,-0.0043032197,-0.002476925,-0.017212879,-0.027820624,-0.0013743537,0.023669768,0.005287401,0.009075882,0.00734224,-0.02210496,0.004727365,0.026354646,-0.033486873,-0.006230403,-0.01304555,0.025349876,0.01831648,0.018860044,0.040783815,0.024476878,-0.029055998,-0.041343853,0.03116437,-0.0023636825,0.012040779,0.002864009,-0.018777685,-0.037291825,-0.01861297,-0.006061569,0.014873904,0.02329092,0.037324768,-0.01823412,-0.017163465,0.014659773,0.010673632,0.021577867,0.04140974,-0.018267065,-0.0037987754,-0.0032407981,0.036600016,0.016471654,-0.017904688,0.0025098685,-0.03345393,0.015236281,-0.006045097,-0.015252752,-0.006728671,-0.02129785,0.07280471,-0.0016306938,0.009018231,0.010294784,-0.00846643,-0.004249687,-0.0043567526,-0.012287854,-0.032235026,0.014519763,-0.016273994,-0.003331392,-0.025316933,0.0026560542,-0.021166077,0.0019261541,0.0017181995,0.04091559,-0.05307167,0.0066010156,-0.012773768,-0.00925707,0.0056703673,0.01801999,0.013226738,-0.0075687254,0.018580027,0.02220379,-0.016241051,-0.010039474,-0.039894346,-0.028413605,0.009800634,0.030834937,0.0134985205,-0.032630347,-0.006012154,-0.010138303,0.01642224,0.0198154,0.0067945574,-0.013152616,0.010261841,-0.04859138,-0.008050521,0.013259682,-0.004768544,-0.078668624,-0.012271383,0.015359818,-0.044769958,0.015055092,-0.00008293735,-0.03982846,-0.039993178,0.018629441,-0.0057856687,0.044967618,-0.022220261,-0.010031237,-0.010657161,0.043386336,0.0053162263,0.0074163624,-0.0151951015,-0.054092914,-0.016586956,0.00886175,0.0022483808,0.0132432105,-0.01762467,-0.01851414,0.04737248,-0.018135292,-0.0065639545,0.018794158,-0.039861403,0.010665396,-0.012765532,0.021973187,0.033206854,-0.0029381313,-0.035479944,0.005180335,-0.031098483,-0.018695328,-0.025712254,-0.011060716,-0.0093147205,0.0075563714,-0.01636459,0.015030385,0.010195954,0.006345705,0.056333058,0.0249875,-0.038477786,0.03646824,-0.002074399,0.01961774,-0.044704072,0.06061569,0.002952544,-0.017756443,0.03006077,0.014791545,-0.009701804,0.039564915,0.03172441,0.046515953,-0.019667156,0.032910366,0.04052027,-0.0009121179,0.01823412,-0.021363735,0.02938543,0.022434393,0.0031563807,-0.00004581179,-0.0314938,-0.019930702,0.011472507,-0.01428916,-0.016397532,0.0011375736,-0.0054150564,-0.005962739,0.0069469204,0.01900829,-0.009767691,-0.048920814,0.022236733,-0.03646824,-0.031592634,-0.0039511384,-0.019074176,-0.029154828,0.009479437,-0.018069405,0.017064635,-0.0030616687,0.012172553,0.019749513,0.010640689,-0.06516187,-0.011274847,0.008087582,-0.027870039,-0.0063168793,-0.030209014,-0.013383219,-0.0075110747,0.020556625,-0.023373278,0.014626829,-0.04720776,0.0011303673,-0.02180847,-0.002676644,-0.008371718,0.023554467,-0.016595192,-0.013309097,0.0035331699,-0.05274224,0.015104507,-0.013967963,0.008223473,-0.0062674647,-0.025251046,-0.013333804,0.064964205,0.016298702,-0.0032531517,0.007848743,-0.0046985396,-0.04312279,-0.026749967,0.0025242812,0.041870944,-0.0051720995,-0.0032675646,0.0048344308,-0.032136198,-0.0024933966,-0.0322515,0.014577414,-0.044506412,-0.012469042,-0.014824489,0.014651537,0.013605586,0.0072681177,0.018975345,-0.016273994,0.004768544,-0.036995336,0.011892535,-0.01732818,-0.005159746,-0.045922972,0.0011386031,0.023159146,-0.0031275554,-0.012567872,-0.037884805,0.014544471,-0.018876515,0.021676697,0.004262041,0.0021269023,0.040289667,-0.015862204,-0.009701804,0.00955356,0.027606493,0.023768598,-0.011768997,0.035875265,-0.027013514,-0.01170311,-0.0011612517,-0.00734224,-0.030307844,0.014215038,-0.013729124,-0.002149551,0.00801346,-0.011093659,0.011167781,-0.012485514,-0.025333405,-0.0026869387,0.0070375144,0.051095072,-0.0041776234,0.004430875,-0.028907754,-0.0010392584,-0.010220662,-0.020655455,0.011398385,0.022154376,0.012922013,0.015582185,0.030538447,-0.037192997,0.0145362355,-0.0027795916,0.0026066394,-0.015046856,-0.021231962,-0.001928213,0.0022133787,-0.0020836643,0.0010891882,0.026453476,0.026107572,-0.022072017,0.047932513,0.007803446,-0.011554866,0.007910512,-0.0041508568,0.008639383,0.023867428,-0.008968816,-0.05139156,-0.0055633015,0.027507663,0.011398385,-0.030472562,0.03317391,-0.043847546,0.024476878,0.03386572,0.008363483,-0.0029648978,-0.007865215,0.018958874,-0.006403356,0.011628988,-0.03663296,0.024674539,0.00714458,-0.0020867528,0.02727706,0.017377596,0.020177776,-0.022549694,-0.011785469,0.045560595,-0.012765532,-0.004101442,0.018481197,0.008375837,-0.037983634,0.042463925,-0.006802793,-0.0045955917,-0.018728271,-0.03683062,-0.012716117,0.022763826,0.0005672426,0.055575363,0.032317385,-0.03692945,-0.019321252,-0.037983634,-0.054488234,0.010541859,-0.0014598004,-0.0023760363,-0.0019683626,0.020078948,0.03406338,-0.017476425,0.016965805,0.011167781,0.016002212,0.0057033105,-0.004570884,0.013259682,0.037489485,0.015343347,-0.017262293,0.010673632,0.009767691,-0.013655001,-0.007478131,-0.009166475,-0.009405315,-0.019453024,0.017262293,0.02269794,-0.026502892,-0.009973587,-0.029780751,0.01184312,0.023192089,0.05366465,-0.03197148,-0.0035331699,-0.026404062,0.0029834285,0.026025213,0.013177323,-0.010286548,0.012971428,-0.037785977,0.02569578,0.0005026428,0.03524934,0.0051762173,-0.01079717,-0.022813242,0.004682068,-0.03524934,-0.013712652,-0.020424852,-0.0028495963,0.0054603536,-0.010171247,-0.012361976,-0.05069975,-0.0043649883,0.027738266,-0.0069963355,0.016290467,-0.0416074,-0.0031172605,-0.01428916,0.028891282,-0.00014541383,0.04509939,0.0017758503,-0.014890376,0.020787228,-0.019996589,0.0018489432,-0.006300408,0.028248888,-0.023752125,-0.033701006,-0.006901623,-0.0034981677,-0.0067780856,-0.014915084,0.027968869,0.05396114,0.028397132,-0.013004371,-0.039367255,-0.020853115,-0.009965351,0.02488867,0.030538447,0.05475178,0.0032305033,-0.005155628,0.030884352,0.007840508,0.003807011,-0.010615981,-0.015236281,0.027013514,-0.044539355,-0.02808417,-0.010640689,0.0028681268,0.0044926438,-0.0073134145,-0.0024007435,0.014280925,0.014355047,0.0038502493,0.009965351,0.01732818,0.014042085,-0.026041687,0.0013805305,-0.009866521,0.034985796,-0.035183456,0.013210267,-0.015442176,0.013070258,0.046384178,-0.0036443535,-0.0403885,-0.032893892,0.010640689,-0.008087582,-0.0046944213,0.07695557,-0.011694875,-0.0115466295,0.007474013,-0.0034199273,-0.026025213,-0.008281125,0.017838802,0.014775074,0.022154376,0.015541006,0.019502439,0.0010665397,-0.0053121084,-0.0072104665,0.0056003626,0.004344399,-0.01841531,-0.011456036,-0.022467338,-0.010080652,0.010270077,0.01036067,0.013053786,-0.019683627,0.004101442,-0.00066658726,-0.0046367706,-0.00921589,-0.018382367,0.024180388,-0.012782004,0.037390657,0.006386884,0.037720088,0.025745196,0.029599562,-0.017558783,0.01533511,0.037851863,-0.033832777,0.006559836,0.02159434,-0.046845384,-0.0034714013,-0.00024398639,0.027507663,0.025053386,-0.0014577414,-0.0020713105,0.0032613876,-0.002435746,0.0076428475,-0.030357258,-0.030307844,0.011439564,-0.0056909565,0.0033746301,-0.012732589,0.09658978,-0.016257523,0.014075029,0.0015050974,-0.0027013514,0.0077004987,0.02269794,0.014577414,-0.030044299,-0.0118760625,-0.03534817,-0.015343347,0.013482049,0.0033622766,0.0007999047,-0.013951492,-0.0076181404,0.022236733,-0.0036443535,-0.018283537,-0.019864816,0.023537993,-0.0045091156,-0.004628535,-0.03432693,-0.016389295,0.0010799229,-0.005542712,0.0028084172,-0.0112913195,0.0026045805,0.006102748,-0.0017037868,0.011093659,-0.033091553,-0.022137905,0.0075646075,-0.01823412,0.026502892,-0.00092601584,-0.020391908,-0.013984434,0.027705323,0.0151209785,0.031312615,0.0032305033,-0.004146739,-0.00009316779,-0.0112913195,-0.023966257,-0.019074176,0.013967963,0.0099982945,0.01095365,0.023340335,-0.011727818,0.020869587,0.046548896,0.0036793558,0.005732136,0.004019084,0.042826302,0.004813841,0.0128890695,0.010566566,0.0157469,-0.00406644,-0.0064074737,-0.0077952105,0.005868027,0.008178176,-0.0011766938,0.022714412,0.029550148,-0.023966257,0.013407927,0.014602122,-0.006057451,0.035183456,0.004294984,-0.02149551,-0.01742701,-0.004369106,0.019469496,-0.029698392,-0.000941458,-0.002812535,-0.00704575,-0.026305232,0.011480743,-0.012534929,-0.0040314374,0.04312279,0.016825795,-0.015137451,0.010179482,-0.019337723,0.0093559,0.002139256,-0.012625523,-0.020177776,0.02101783,0.030011354,0.014083264,-0.010023002,-0.03702828,-0.034162212,-0.01219726,-0.0072392924,0.011390149,-0.022632053,-0.012576108,0.021627283,-0.027425304,0.0674679,-0.00534917,-0.0012590521,0.0076963804,0.016076336,-0.014948026,0.018382367,0.016998747,0.022072017,0.01543394,-0.025679309,-0.0067945574,0.006712199,-0.004154975,0.00047716324,-0.0050856234,0.010443029,0.008919401,0.014050322,-0.024410993,-0.016636372,0.0046944213,-0.016405769,-0.050139718,-0.01318556,-0.00838819,-0.025366347,-0.014593886,-0.014659773,-0.019535381,-0.020490738,-0.023109732,0.0053944667,0.018184707,0.013300861,-0.025514593,0.0029834285,0.01079717,0.020457795,0.00021915021,-0.013935019,0.0021145486,-0.025432235,0.022022601,-0.01170311,0.011357206,0.0065968977,-0.005674485,-0.004369106,0.004043791,0.017987046,-0.012098431,0.0058062584,0.016389295,0.0014577414,-0.008729977,-0.025629895,-0.012320798,-0.035776433,0.031016126,0.01861297,-0.012757297,0.0066216053,-0.029978411,-0.030752579,0.00032119727,-0.0138526615,-0.02090253,-0.004570884,0.0352164,0.0048961993,-0.00067430834,0.0115713375,-0.009784163,0.004484408,-0.0026045805,-0.025613423,-0.02358741,-0.0028701858,0.011884299,0.05765079,0.0048344308,-0.0005852585,-0.0077952105,-0.000099280325,0.014437405,0.003959374,-0.044144034,-0.01125014,0.008367601,0.0015318638,0.02439452,-0.0238839,-0.00049209065,0.0061398093,0.021446094,0.0016965804,0.0032243263,-0.04697716,0.011192489,0.033190385,0.011892535,-0.0065680724,0.025465177,0.011414857,0.0011406621,0.019304778,0.010377143,-0.020078948,-0.028528906,0.013160852,0.015030385,0.041673288,0.006633959,-0.004233215,0.021462565,0.012732589,0.0031996188,-0.038873106,0.021726113,-0.0011365442,0.030538447,0.007630494,-0.0374236,-0.034392815,-0.03432693,-0.0139020765,0.01971657,-0.008779392,0.020919,-0.006716317,0.015162158,0.03274565,0.004290866,-0.0046038274,-0.004612063,0.024822783,-0.004673832,-0.0033046256,0.0015689251,-0.0070828116,-0.01474213,0.024048615,-0.037884805,0.026239345,0.0008817483,-0.048327833,-0.0018571791,0.0066545485,-0.016488126,-0.021577867,0.023175618,-0.0050320905,-0.022994429,-0.034293983,-0.0048879636,0.009281778,0.005340934,0.0036587662,-0.012444335,-0.033190385,-0.026634665,-0.010673632,0.005299755,0.03893899,-0.016051628,-0.04388049,-0.0070786937,-0.028792452,-0.012477279,-0.035117567,-0.008647619,0.0151209785,-0.016249288,-0.012180788,0.0013970023,0.0029648978,0.007152816,-0.0060492153,0.032020897,0.017492898,0.04737248,0.0004377857,0.013753831,0.0077787386,-0.011513687,-0.0012487574,-0.0056456598,0.004570884,-0.034689303,0.0055838907,-0.006901623,-0.009570031,0.013383219,-0.06904917,-0.0076593193,0.0115713375,-0.03673179,0.020754285,0.00485502,0.029681921,0.013259682,0.028067699,-0.0018726212,0.011093659,0.016784616,0.02230262,0.00329639,0.021693168,-0.0001743679,0.050403263,0.031922065,0.0036361178,-0.009199419,0.005534476,0.0099241715,0.01951891,0.014948026,0.046054747,-0.02320856,0.027985342,-0.016677551,0.020951945,-0.0031604988,0.025251046,-0.027244117,-0.018876515,-0.02139668,0.00038502493,0.01030302,-0.021528453,0.026420534,0.013564408,-0.014602122,-0.0021598458,-0.01851414,0.014577414,0.047306594,0.039993178,-0.015096271,-0.025629895,0.035809375,0.015228044,-0.020638984,-0.010648925,0.050040886,-0.018958874,-0.014519763,0.0078075645,-0.007630494,-0.013506757,-0.007926984,-0.0019405668,-0.00629629,0.017789386,-0.038181294,0.019683627,-0.027425304,0.022829713,-0.022648524,-0.01811882,-0.026651137,-0.0072681177,0.018662384,0.024723953,-0.02956662,0.030736107,0.014478585,0.019453024,0.0014145033,0.03386572,0.020490738,-0.01741054,0.0057403715,-0.0017655555],"social":"https://twitter.com/Vishrut97442"},{"title":"medpath app","description":"simplify your med school journey - track your experiences, program progress, build a cv and stay on track for residency.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=L225YsNNySo","youtube_transcript":"Hey, I'll welcome the Medpath app. My name is Madelyn, and I am one of its cofounders as well as a current medical student. And this is meant for messaging from m one to m four to track their experiences, build a CV, and to visualize their progress the resiliency of their choice. Our flagship features, our CV builder. This allows you to track your experiences. So when you're in the fourth year, you don't look back and say, shoot. What did I do? Rather, you track it here, add it to your CV or not, press generate CV, and boom, one two three, there it is. Next, we have our scheduling feature our scheduling feature allows you to see what are you doing over four years, when do you do that research, and when do you get that much needed vacation. Next, we have our residency compare feature that allows you to look at different residencies, what are their metrics, and what do you need to do to get into the residency of your choice. Lastly, we have our checklist, our residency application checklist, it allows you to see what have you done? And what do you still need to do? Simple but effective? And lastly, your fully customizable graduation checklist. I'd like to see what have you done, where are you going, and a lot of to see the light at the end of the tunnel. Fantastic. So now that you know we're all about, let's look at the numbers. When we first launched, we've made a mistake of not getting the word out, but once did, we saw that our numbers started to double, and we got an incredible response. There are actually ninety thousand medical students in the country at any given time. And our goal is that when they get to their fourth year, they are not looking back and saying, oh, shit, what if I would have tracked my experiences, but rather thank goodness for the my backup.","embedding":[-0.006540151,0.020909445,0.046673436,0.05946024,-0.008328876,-0.0042992863,0.017942779,-0.0039978605,-0.0071985284,0.019322993,0.0048902403,-0.06463208,0.019434044,0.0031947189,0.032030478,0.0049655964,0.016031103,-0.03214153,-0.046736892,0.03074545,0.052670226,-0.0007828152,0.029587341,-0.034901958,0.0026374774,-0.058444913,-0.035726912,-0.0010678809,-0.04251693,0.00918556,0.033664525,-0.017466843,-0.00018814336,0.025034223,-0.0063934037,0.03011087,0.02460588,0.023320854,0.015134757,-0.022844918,-0.011771478,0.032474685,0.06336292,0.02709661,-0.034426022,-0.039534397,-0.016078698,0.017213011,0.04645133,0.06720213,-0.09214117,0.027493224,-0.013468983,0.0708827,0.01296925,-0.024352048,0.015642423,0.01889465,-0.0143573955,0.009264883,0.05349518,-0.0072262916,0.025684668,-0.013238947,-0.002570053,-0.0070438497,0.016356327,0.03978823,0.0077696517,0.036615327,0.048608907,0.019608553,-0.0005195632,-0.025113545,0.0049457657,-0.015507574,-0.030301245,0.036012474,-0.010232619,-0.05241639,0.05685846,0.027810514,0.012160159,0.005552584,-0.01447638,-0.014048038,-0.026557216,-0.03277611,-0.024954898,-0.03150695,-0.0013980613,0.03341069,-0.027778786,0.05054438,0.03883636,0.008384402,-0.048957925,0.010700623,0.0135721015,0.012017379,-0.009558377,-0.014000444,-0.009717022,-0.038677715,0.029460425,-0.028064346,0.012651959,-0.040581457,0.007952093,0.010645097,-0.095885195,0.0020524731,0.016308732,0.0056160423,0.04419857,-0.030824773,-0.028207127,-0.060761135,-0.024304453,-0.036202848,-0.05216256,0.042326555,0.006242691,-0.014849196,0.026588945,-0.06022174,-0.009978787,0.007119206,-0.043627445,-0.033061672,0.005374108,0.0061673345,0.05054438,-0.082939744,-0.024447234,-0.02225793,-0.0415016,-0.014270141,-0.035663456,-0.007868805,0.011128965,-0.042770762,-0.006484625,-0.0150713,0.012144295,-0.054605696,-0.039375752,0.045689836,-0.050988585,-0.03848734,0.0013276625,0.005481194,-0.0033057707,-0.028587876,0.027033152,0.036202848,-0.00024676774,0.030904096,-0.000015221579,-0.0066194735,-0.019560961,-0.023606414,-0.014531906,-0.035949014,-0.009106237,0.01675294,-0.045277357,-0.04975115,-0.08059179,-0.022448305,-0.021480568,-0.042961136,-0.010787877,-0.02979358,0.04645133,-0.0045412206,0.029587341,-0.029777715,-0.016451513,0.003825334,-0.020417646,-0.022384847,0.0007163825,0.0043865414,-0.035282705,-0.004703832,-0.019719606,-0.0052075307,0.0048823077,-0.021639213,0.020179678,0.03095169,0.009843938,-0.03845561,-0.010438858,-0.027350442,0.048926197,-0.006091978,0.0033890593,-0.036551867,0.00037876554,0.012144295,0.03417219,-0.0068653733,0.028191263,-0.028413367,-0.035885558,0.00031530746,-0.01657843,0.009582174,0.069676995,0.014428786,0.03639322,0.040930476,-0.023082886,0.002143694,-0.03842388,0.029317643,0.0015596811,0.010914794,-0.0057389922,-0.01791105,0.04048627,-0.031570405,0.040359356,0.010676826,0.04645133,-0.007424598,0.020354187,0.0012899842,0.018704277,0.020417646,0.010534045,-0.022876646,0.023225665,-0.0358221,0.047022454,-0.026731726,0.05222602,0.017466843,0.033252046,0.04686381,0.008289215,0.01307237,0.0038947412,0.0043905075,-0.06688484,-0.06974046,0.024907306,0.07786309,0.0311262,-0.0018383019,0.048101243,-0.00050394656,-0.010708555,0.011406594,-0.008677896,0.00869376,0.004822816,-0.017260604,0.0039700978,0.010494384,-0.0481647,-0.014048038,-0.018275933,0.05419322,-0.027699463,0.02011622,-0.020734936,-0.0069526285,-0.0056279404,-0.019878251,0.0009260917,0.019672012,0.012033243,-0.0026949863,0.0005141098,0.03712299,-0.026493758,-0.007960026,0.0424852,0.0020028963,0.011589036,-0.019354722,0.003948284,0.007571345,0.032300174,0.054669157,-0.025906771,-0.046800353,-0.017609624,-0.008566844,0.053526912,-0.021369517,-0.0039383685,0.013540373,0.011977717,-0.007837076,-0.016514972,0.028032618,0.036678784,-0.050449193,-0.043659177,0.0032760245,0.027144203,0.036202848,0.008677896,-0.00035843914,-0.010875133,-0.018434579,-0.020830123,0.0073452755,0.034711584,0.00869376,-0.016641887,0.005251158,0.033252046,-0.069486625,0.0014882908,0.00012939503,-0.02411408,-0.019132618,-0.018545631,0.007333377,0.0014932485,-0.016673617,0.0150157735,0.002958734,-0.0008611463,-0.04943386,0.015134757,-0.07735543,-0.016911585,0.0070121204,-0.0014436719,-0.005036987,-0.052130833,-0.0028219025,0.021147413,0.032934755,-0.030761316,-0.07411906,-0.058540102,0.027080746,0.04353226,-0.016879855,-0.017720675,0.03169732,-0.009994651,-0.01486506,-0.02443137,0.008669963,0.021829588,0.029650798,-0.0051678694,-0.007900534,-0.0170385,-0.010311942,0.013651424,0.014278073,-0.053939387,0.008701692,0.016911585,0.0005557542,0.014801603,0.0034842466,-0.06355329,-0.051432792,-0.017657217,-0.017339926,0.004132709,-0.021099819,0.028207127,-0.009685293,-0.07589589,0.013397592,0.035949014,0.0028338009,-0.0064965235,0.05685846,0.052955788,-0.006147504,-0.030126734,-0.012651959,-0.014833332,0.07684776,0.024161672,0.034552936,-0.057017107,0.013992512,-0.005461363,0.013889393,0.021956503,-0.0036746208,0.024304453,0.047688764,0.008170231,0.05825454,0.000097727956,-0.0358221,-0.030618535,-0.039375752,-0.0508934,-0.04419857,0.02611301,-0.0021397278,0.026588945,-0.01889465,0.049306948,0.022654543,0.0010649062,-0.040930476,0.055113364,-0.017339926,0.03115793,-0.02127433,-0.045340814,0.01994171,0.071771115,0.002956751,-0.03782103,-0.030793045,0.029587341,-0.021988234,0.016078698,0.02524046,0.026842779,-0.009312477,-0.03347415,-0.03011087,-0.06974046,0.044135112,0.033378962,0.0074047674,-0.008384402,-0.004073217,-0.012334669,0.0072223255,0.018212475,0.02141711,-0.0009171679,0.0155472355,-0.047688764,-0.0030321076,-0.006909001,-0.023257395,-0.023130478,0.0009627784,0.01822834,0.02240071,0.004342914,-0.007848974,-0.024383776,0.008106773,-0.0642196,-0.02677932,-0.0027029186,-0.032014612,0.04683208,0.0010470587,0.02428859,0.01941818,-0.0016657752,-0.019672012,0.007261987,0.030808909,-0.046990726,-0.01602317,-0.0018878786,-0.020385915,0.054161493,-0.05254331,-0.018307664,0.0085906405,-0.05752477,0.0415016,-0.033378962,0.009264883,-0.013246879,0.0063537424,-0.0074444287,0.023780925,-0.0023638143,0.032284312,-0.0015547235,-0.02657308,-0.0017728608,0.023447769,0.010526113,0.046578247,0.026922101,0.07189803,-0.0069605606,-0.01994171,-0.04686381,0.0021159311,0.02474866,-0.034679852,-0.03544135,-0.017641352,0.044547588,0.046007127,-0.026985558,0.09125275,0.095567904,0.007718092,-0.037598927,0.034901958,0.012191888,0.01118449,-0.05048092,-0.053082705,0.030888231,0.0279057,-0.032157395,0.022940105,0.039534397,0.02660481,-0.0016984958,0.00597696,-0.03817005,-0.001961252,-0.014143225,0.02474866,-0.006032486,-0.01822834,-0.04822816,0.041057393,-0.007856906,-0.0075792773,-0.0160549,0.0007719083,0.029174862,0.018149018,-0.022226201,0.015515506,-0.0027168,-0.028159533,-0.023225665,-0.0057469243,-0.011747682,0.010232619,0.034235645,-0.0069446964,-0.021924775,0.039693043,0.009812209,-0.020560425,-0.0071350704,-0.012493314,-0.008662031,0.00797589,0.023003563,-0.03747201,0.024240995,0.0026692066,-0.04483315,0.007856906,0.046007127,0.033601064,0.020132083,0.009241086,0.032712653,0.028587876,0.02425686,0.019624418,-0.013691085,-0.006972459,-0.0029488187,0.0064489297,0.0152854705,-0.06187165,-0.0113510685,-0.03880463,-0.0016330546,0.013865596,-0.05419322,-0.002292424,-0.015959714,0.0033315504,-0.010811674,0.0068931365,-0.016205613,-0.0039363853,-0.032617465,0.04848199,-0.031221386,-0.01002638,0.022527628,-0.00029349374,-0.024177538,0.016673617,0.024367912,0.029349374,-0.0053503113,0.027540816,-0.018244205,-0.014436719,0.0011809156,0.003801537,0.0093759345,-0.014032173,0.028889302,-0.014920587,0.012493314,0.026937965,-0.016324596,0.011208287,-0.013238947,-0.0055565503,0.0012741197,0.008154366,-0.021480568,-0.023717467,0.02236898,0.053336535,-0.0015477828,-0.026208196,0.038645986,-0.009217289,-0.0053344467,-0.014428786,-0.0034029407,-0.0100343125,0.025573615,-0.0011799241,-0.0027505122,-0.042358283,-0.006976425,-0.0055129225,0.011945988,0.0093918,0.030681994,-0.012874063,0.006540151,0.0023895942,-0.02758841,0.03315686,0.019322993,-0.034584668,0.045055255,0.011866665,-0.013595899,-0.0039899284,0.018672546,-0.008582708,0.000324727,0.032236718,0.016134223,-0.014048038,-0.009439393,-0.010534045,0.050036713,0.004529322,0.03905846,-0.010066042,-0.029063812,-0.038645986,-0.0038134353,-0.001324688,-0.045372546,0.038645986,-0.001432765,-0.0415016,-0.025367377,0.052257746,0.0044262027,0.0077379225,0.020243134,0.018672546,-0.003974064,0.022019962,-0.0061197407,-0.026017822,-0.008408199,-0.01626114,0.015340997,-0.0054534306,0.02408235,-0.017847592,-0.0033137028,-0.0022765594,-0.021861317,0.022559356,0.00259385,-0.0065639475,0.026414435,-0.0060602487,0.034933686,-0.019687876,0.011890463,-0.0020108286,-0.0031530745,0.0060562827,0.021480568,-0.035155788,-0.013968715,0.01952923,0.015364793,-0.06317254,0.016816398,-0.011002049,-0.021988234,0.000092088616,-0.00422393,-0.029571475,-0.052321207,0.030872367,0.013016843,0.0007654634,-0.0022745763,-0.0127868075,0.015039571,0.0065004895,-0.01212843,-0.0035120095,-0.031459354,-0.0311262,-0.006032486,0.006480659,-0.016657753,0.030158464,0.01994171,0.0021674908,-0.009344206,0.0017907084,0.020274865,0.009336273,-0.020005167,-0.033632796,0.0010153296,0.0075237514,-0.017958643,-0.023622278,-0.004676069,0.032966483,-0.026224062,-0.02793743,-0.011121033,0.009526648,-0.01097032,0.02057629,-0.013254811,0.026636539,-0.018386986,0.009693225,0.007920365,0.039693043,0.002954768,0.05216256,-0.015523438,0.01819661,-0.0031550576,0.01941818,0.0066234395,-0.018434579,-0.011327271,0.039026733,-0.018355256,0.015586897,0.024986628,0.040898748,0.011168626,-0.002928988,0.007848974,0.023447769,0.02373333,0.008527183,0.0125329755,0.006242691,0.0030023616,-0.0028179365,0.007452361,-0.011303475,0.039344024,-0.019434044,0.013754544,-0.025605345,-0.022543492,0.006599643,0.01363556,0.011898395,0.00573106,-0.028540282,-0.0076784305,-0.03886809,0.013683153,-0.0077418885,-0.044357214,-0.01773654,-0.024669338,-0.022273794,-0.038614254,-0.009201425,-0.0048188497,-0.0050488855,0.02793743,-0.062347587,-0.03874117,0.0071112737,-0.020893581,-0.032903027,0.013492779,0.012207753,-0.0027663766,0.005631907,0.0050607836,0.005592245,-0.0042159976,0.026636539,0.0036726377,0.002925022,0.003291889,-0.010676826,0.030539213,-0.016562564,0.0109465225,-0.039566126,-0.003924487,-0.025367377,0.040264167,-0.04962424,0.013659357,0.006932798,0.014333599,0.02892103,-0.016277004,0.017181281,-0.000102313796,0.009732886,0.02973012,0.051718354,0.015253741,-0.002205169,-0.007119206,0.026382707,-0.0102960775,0.004795053,-0.0024808152,0.003379144,-0.015769338,-0.011073439,0.0038511136,0.0081940275,0.0060602487,-0.006195097,0.0015249775,-0.029920496,-0.011930124,-0.0387729,0.0012681705,-0.0017331995,-0.007829144,-0.040295895,0.0041089123,0.014690551,-0.011763546,0.0044460334,0.0027544782,0.028254721,-0.03550481,-0.011517646,-0.0072302576,0.020988768,0.027128339,-0.024510693,0.056826733,0.022480033,0.046736892,0.0027286985,-0.006373573,0.017292334,0.009645632,0.025478428,-0.015920052,0.014373261,-0.016705345,0.009613902,-0.016975043,-0.024843847,-0.0024094249,-0.0283975,0.013683153,-0.0024827982,-0.009788413,0.05349518,-0.020465238,0.04080356,-0.011049642,0.005401871,0.001129356,-0.009344206,-0.01240606,-0.011961852,0.0007580269,0.044706233,0.02443137,-0.023209801,-0.030206058,0.012183956,-0.0050845807,-0.031554542,0.005647771,-0.040613186,0.010359535,-0.0013663323,-0.01970374,0.01640392,0.007868805,-0.00038322745,0.010629232,-0.023162208,0.014016309,-0.00012679226,0.013342067,0.017355792,-0.03280784,0.0155631,0.014793671,-0.01994171,-0.0143573955,0.0051440727,0.015277538,0.0030896163,0.0026692066,0.051369336,-0.009542513,0.0040038098,0.036773972,-0.0017272503,0.04610231,-0.004319117,0.0038511136,0.015959714,0.009526648,0.019116754,-0.0077101598,-0.0064489297,0.028794114,-0.0024827982,-0.013175488,-0.00045065169,-0.0016479277,0.00365479,0.049592506,-0.020893581,-0.0016509022,-0.00009407168,0.061744735,-0.005588279,-0.0003896724,-0.023511227,0.08071871,-0.012080836,-0.05228948,0.0032363632,-0.03607593,0.036678784,0.025399106,-0.013080302,-0.034521207,0.016626023,-0.0063458104,-0.009653564,-0.013929054,0.010589571,0.04045454,-0.00017983928,-0.0053899726,0.023304988,-0.027556682,0.021321923,0.04321497,0.008344741,0.009280748,0.015079232,0.014095631,-0.00439844,0.032331903,0.012858198,0.041342955,0.03274438,-0.0068534752,-0.037408553,-0.022527628,0.0062387246,-0.01657843,0.02309875,0.022289658,0.0041604717,0.01889465,0.007876737,-0.007983822,-0.003470365,0.012358465,-0.022670407,-0.00042759854,-0.081036,0.009003119,0.0639975,-0.014032173,-0.0011640596,0.021972368,0.010232619,0.01675294,0.007000222,0.05152798,0.023558822,0.008971389,0.0087254895,-0.04077183,0.0007446412,-0.011319339,-0.022987697,-0.016641887,-0.022876646,-0.0037241974,-0.030015683,-0.010359535,-0.053526912,0.030332973,-0.009970855,0.002232932,-0.026699997,-0.034711584,-0.01153351,0.026874507,-0.017403385,0.016015239,-0.018006237,-0.017546166,0.009629767,0.0029944293,0.015372725,-0.03439429,0.0036468578,0.0023955435,-0.010597504,0.0028417332,-0.0077974144,-0.04676862,0.000034269855,0.009574241,0.048640635,0.009447325,-0.03518752,0.00035348148,-0.01759376,0.028619604,0.013231015,0.017213011,0.013564169,0.02092531,-0.010605436,-0.005128208,0.023685737,0.011589036,-0.020036897,-0.00573106,0.032649193,-0.038043134,0.007242156,0.01738752,0.0030360736,0.01146212,0.008400266,0.02246417,-0.013802137,0.0002699448,-0.020877715,0.014587431,-0.0013812053,-0.011993581,-0.0015011808,0.020147948,-0.047434933,-0.0016518937,-0.027049016,0.020941174,0.046895538,-0.0066591348,0.013397592,0.040073793,-0.009820142,-0.033029944,0.018022101,-0.008558911,0.01837112,0.027413901,-0.010803742,0.006885204,-0.0054732612,-0.003924487,-0.0254467,0.017165417,-0.0028080211,0.015896255,0.0044460334,0.009233154,0.019259535,-0.003684536,0.001961252,-0.0074959886,0.0026751556,-0.002629545,-0.023320854,0.0060086893,-0.055430654,0.01272335,0.011002049,-0.00016682541,0.007321479,-0.020782528,0.0031272946,0.0053344467,-0.0014744094,0.019180212,-0.010240551,0.040740103,0.016356327,0.027318714,-0.002679122,-0.01840285,-0.013730747,0.0089872535,-0.015666218,0.019465772,0.0021397278,-0.016768804,0.026937965,0.013516576,0.008439927,-0.007944161,0.015626557,0.0004062806,0.00033836058,-0.007952093,0.009986719,0.010637165,-0.0072302576,0.047752224,0.00936007,-0.006250623,0.0074642594,0.022971833,-0.052130833,0.020100355,0.09874081,0.014293938,0.007837076,0.0028516485,0.048735823,-0.028762385,-0.011121033,-0.015428252,0.015753474,0.0053899726,-0.018767735,0.04315151,0.019878251,0.0060562827,0.020163812,0.008844473,0.004969563,-0.0065282523,0.0011809156,0.0017758354,0.020132083,-0.0028080211,0.054478783,-0.017355792,-0.027524952,-0.04185062,0.022718001,0.011073439,-0.009145899,0.025526023,0.006357709,-0.0059333327,0.020132083,0.009368002,0.010042245,0.0041446076,0.012770943,-0.015229945,0.038931545,-0.028016753,-0.0022388813,-0.007999687,0.04994153,-0.005247192,0.006429099,0.0017708777,-0.025192868,0.0002540803,-0.05359037,-0.027049016,-0.0017252672,0.0005894663,-0.005969028,-0.0019681926,0.0084637245,0.019798929,0.03648841,0.040042065,0.0040196744,-0.0064053023,-0.013524508,0.045086984,-0.023463633,-0.005370142,0.01093859,-0.030872367,0.000018715184,-0.032268446,-0.0017411318,-0.002145677,-0.0034545006,-0.0020782528,0.0074126995,0.008574776,-0.005520855,-0.012231549,0.034901958,0.005762789,0.02327326,-0.019481638,-0.034648124,0.00079719245,-0.026858643,-0.027112475,-0.008860338,0.013310337,-0.005036987,0.007690329,0.00012604862,0.032585736,-0.039756503,0.031332437,0.045594648,-0.011319339,-0.013207218,-0.01188253,-0.010684758,-0.0010877115,-0.02562121,0.0045015593,-0.0035675352,-0.008241621,-0.013326202,-0.011938056,-0.048355076,-0.013080302,-0.033378962,0.005342379,0.0077894824,-0.019640284,-0.03150695,0.015809,-0.019005703,-0.010153296,0.032125667,-0.013175488,-0.016324596,-0.014698483,-0.0026969693,-0.02930178,0.018831192,0.04245347,0.006095944,-0.011335203,-0.022178607,0.01118449,0.012390194,0.004457932,0.0014565617,0.01363556,0.011795275,0.019053295,0.017324062,-0.011612833,-0.046736892,0.0106926905,-0.029016217,-0.03950267,-0.016245274,0.040644914,-0.07862459,0.00031505956,-0.0055724145,-0.013484847,0.00012728803,0.010549909,-0.0012423907,0.005965062,-0.01756203,0.031871833,-0.0016370207,-0.008892067,0.020338323,0.013936986,-0.005358244,-0.044611048,0.031078607,0.0073373434,-0.0528606,-0.0063299458,0.012310872,-0.0010232619,-0.017546166,-0.0017450978,0.014333599,-0.0068296785,-0.021290194,0.0052035647,0.0051044114,0.00075306924,-0.010311942,-0.011422459,-0.035568267,0.005009224,0.0036448748,0.0045610513,-0.006127673,0.02205169,-0.021813722,-0.03312513,-0.01643565,0.027842242,0.006583778,0.015935916,-0.015063367,0.034711584,0.010066042,-0.018466309,-0.014872993,0.019830657,-0.0042675575,0.02071907,-0.014349463,-0.019830657,0.020211406,0.015769338,-0.0027663766,-0.042643845,-0.027334578,0.022226201,0.022495897,-0.010415061,-0.043310154,0.00795606,0.011359001,0.016046967,-0.03445775,-0.04813297,0.039217107,-0.012342601,0.014000444,0.002082219,-0.021369517,-0.0032086005,-0.0041049463,0.025208732,-0.01921194,0.033664525,0.034997143,-0.021639213,0.0052828873,-0.010629232,0.017054366,-0.05888912,0.016245274,0.051052045,0.04108912,-0.0040256237,-0.03648841,0.0018095475,0.03547308,-0.03312513,0.0013028742,0.0009617869,-0.038074862,0.011747682,0.005370142,-0.013326202,0.005592245,-0.0424852,-0.03204634,-0.017133689,0.040327623,0.010549909,0.011779411,0.010256416,-0.011771478,0.0039760466,-0.0051163095,0.026033686,0.007373038,-0.0026711896,-0.0010242534,-0.03947094,0.0010401179,0.017704811,0.02474866,-0.016078698,-0.009344206,-0.011335203,-0.0012612299,-0.0024292555,0.008146434,-0.017498571,0.018149018,0.01970374,0.017625488,-0.030539213,-0.0065322183,-0.0004310689,0.008055213,0.014492244,0.015777271,0.00091815944,-0.014095631,0.021972368,-0.019640284,0.009336273,-0.0015963679,-0.03639322,-0.06380712,0.015110961,-0.03231604,-0.00869376,-0.002566087,0.0010738301,0.010930658,-0.008031417,-0.0029488187,0.003107464,0.015975578,0.017006772,-0.000732247,0.013278608,-0.003044006,0.014769874,-0.013825934,-0.0041565057,0.034838498,0.010922726,-0.030872367,0.049370404,-0.0061316392,-0.018767735,0.023304988,-0.013016843,-0.018831192,-0.024447234,-0.0021516264,-0.014182886,0.03487023,-0.011739749,0.010145364,-0.010803742,0.007119206,-0.013936986,-0.005532753,0.0069486625,-0.003833266,0.029476289,0.015158555,-0.025113545,0.021718536,0.023812653,0.04686381,-0.0067384574,-0.014397057,-0.020814259,0.02338431,-0.039661314,0.037916217,0.0092490185,0.020481102,-0.00092658744,0.005040953,0.004918003,0.0062347585,0.008162298,-0.012223617,-0.004136675,-0.010843404,0.024827983,-0.01941818,-0.013548305,-0.0064370316,-0.014833332,0.014579499,0.0160549,-0.009034848,-0.0040295897,-0.011747682,0.039439213,0.031840105,0.010367468,-0.01321515,0.011113101,0.008035382,0.0061673345,-0.0012384246,0.038963277,0.003045989,0.008186095,-0.0130485725,0.00063259795,-0.040264167,0.037281636,0.004925935,-0.03144349,-0.0054336,-0.0038530966,0.015888322,-0.035949014,0.01805383,-0.022353116,-0.0015636473,-0.009026915,0.0054375664,0.034965415,0.004473796,0.003714282,0.008118671,0.0022825086,0.033569336,-0.0105657745,0.0048902403,0.0014218581,0.004533288,-0.029650798,0.0026890372],"social":"https://twitter.com/cptcurt2"},{"title":"mojo","description":"onchain fantasy sports","niche":"web3","youtube_url":"https://youtube.com/watch?v=PTwuFPIU7eA","youtube_transcript":"Hey, my name is Dave, and I'm building Mojo. It's on chain Fantasy Sports. I'm gonna show you how easy it is to make your first bet. So the Carolina Hurricanes are playing Florida tonight. And I think that Florida will win. I'm gonna stake ten tokens that they'll do so. I'm hoping someone will stake twelve on Carolina. That's a wager between me and someone else peer to peer. So I'll register that pick. Now Florida wins tonight, I'm gonna walk away with twenty two Mocha tokens tomorrow morning. And if they lose, I'll lose the ten x stick. So I have eighteen now and now I have eight That's the ten that I've I've staked on the Florida Panthers. Hopefully, they went. I wasn't always this easy. I started off we were we were bedding Eve back and forth. The problem with this was it's hard to explain to people that aren't really exposed to crypto. And sometimes gas fees are more than bed amounts and really hard for people to wrap their head around that. Odds were were were really confusing. And kind of struggled, you know, the first week or two with that format. I about a couple weeks ago, I introduced the Mojo token. People got it right away. It's like keeping score with the token. Now there's a leader board. I got about thirty of my friends playing, mostly from hockey, and they've invited their friends. And most people actually have never been exposed to crypto. This is their first time, so I think that's pretty exciting. It's good. It's gonna be good.","embedding":[0.06207833,0.006116265,-0.04833532,0.04498566,0.029505208,0.017703125,0.010166383,0.0523737,0.02559205,0.00073714106,0.031712227,-0.014236067,-0.017984873,-0.032040935,0.043639533,-0.029317375,-0.051841512,-0.013390825,-0.03011566,0.04191774,0.019096209,0.030256534,0.016278734,-0.032713998,-0.03415404,0.005020581,-0.022633703,-0.012326446,-0.012185573,-0.020332767,0.02095887,-0.012592541,-0.020223198,-0.052937195,0.027595587,-0.017170936,-0.031571355,0.04608134,0.020254504,0.0039268536,0.008264588,-0.020442335,0.0327453,-0.012013393,-0.007881099,0.043169953,-0.018235315,-0.022164123,0.014079541,0.033465322,-0.08133107,0.03249486,-0.05904172,0.09516799,0.015269141,-0.014126498,0.029113892,0.027329491,-0.050745826,0.04605004,-0.0011807953,-0.0015016742,0.036752377,-0.031524397,0.0069458545,0.017984873,-0.041792523,-0.007184557,-0.022868492,0.03916288,0.013876056,0.020708429,0.04082206,-0.012717762,-0.049650144,0.0010223124,-0.026734691,0.030100007,-0.013876056,-0.010988146,-0.01637265,0.0020270157,0.014063888,-0.022602398,-0.03011566,-0.037660226,-0.051215407,-0.0027900813,-0.034091428,-0.008569815,0.0010956841,0.030491324,0.0016533091,-0.016826577,0.0612957,-0.039507236,-0.027470365,0.040571615,0.05231109,-0.025717271,0.027204271,-0.038129807,-0.030178271,-0.0053884177,0.05434593,0.026828608,-0.04147947,0.025967713,-0.063549675,-0.018407492,-0.13937102,-0.013727357,-0.013500393,0.040790755,0.019863188,0.038474165,0.030068703,0.0068715047,0.03083568,-0.01875185,-0.042888205,-0.03315227,0.02404244,-0.0048562284,-0.015605672,0.009180267,-0.042356018,-0.032400943,-0.01934665,-0.031633966,-0.0020915826,0.014830867,0.040446397,-0.039601155,-0.025858145,-0.003977725,-0.042888205,0.0059558256,-0.010729878,0.005916694,0.02582684,-0.05052669,0.037409786,-0.020614514,-0.01261602,-0.054533765,-0.012780372,0.03712804,-0.05541031,-0.046582226,0.033120964,-0.035093196,-0.045267407,0.033371408,0.020348419,-0.022633703,-0.01112902,0.04814749,-0.023228504,-0.0072197756,-0.042356018,0.03540625,-0.013461262,-0.014752604,0.03349663,0.044359554,-0.031743534,-0.019096209,-0.039851595,0.01637265,0.005811039,-0.0042301235,-0.050088417,-0.01648222,-0.0043592574,0.002758776,0.022383261,-0.063549675,0.013907362,-0.06251661,-0.027830375,0.016419608,0.06054437,0.0074936966,-0.032526165,0.019800577,0.0077323993,0.038474165,0.025936408,0.0013099294,0.032933135,0.055629447,-0.009242878,0.008710689,-0.027219923,-0.045893513,0.09535582,0.03227572,0.007231515,-0.01297603,0.01981623,0.032995746,-0.026296418,0.014196935,0.0015290662,0.0050831917,-0.03349663,-0.00082274136,-0.011363809,0.009242878,0.025169428,0.029254766,0.023228504,-0.035625387,-0.05362591,0.025169428,-0.048460543,0.008014146,0.016513525,0.04689528,0.009188094,0.0070280307,0.010048988,0.019205777,0.004175339,0.0059832176,-0.015081309,-0.01467434,0.052342396,0.008765473,0.016028292,0.028675618,0.007806749,-0.07131338,-0.009845505,0.008288068,0.008734168,-0.020129282,-0.007231515,0.0062727914,0.00267073,0.012154267,-0.0048092706,-0.0102837775,0.003948376,0.0055723363,-0.045267407,-0.040790755,-0.020880608,0.041792523,0.07876404,-0.01951883,-0.024543324,0.050307553,0.021412797,0.004202731,-0.02064582,0.04980667,0.017327461,-0.040853363,0.033997513,-0.024355492,-0.07356736,-0.0040266393,-0.028284302,0.006930202,-0.034654923,0.01898664,-0.0070710755,-0.018877072,0.007309778,-0.007544568,-0.014087367,0.030381754,-0.042825595,-0.002238326,-0.031743534,-0.010628136,0.008131541,0.01624743,0.020630166,-0.02232065,0.014478683,0.035844523,0.029004324,0.032651387,0.0033340103,-0.019784924,0.0446413,-0.019330999,-0.059229553,0.0010614439,-0.003394664,0.0019379912,-0.00705151,-0.03196267,-0.02344764,-0.010064641,-0.023525903,0.018172704,0.022336302,-0.019127514,-0.039851595,0.006804981,0.032901827,-0.029426944,0.043013427,-0.004433607,0.019268388,-0.037065428,-0.023588514,-0.0063706203,0.02773646,0.01690484,-0.010377694,-0.014549119,0.08884433,-0.027642544,-0.016810924,-0.022117166,-0.0577269,-0.008053279,-0.028894754,-0.0018607064,0.029004324,-0.031461786,0.0035003193,-0.037816755,0.02635903,-0.024183312,0.012842983,0.0054745073,0.022758923,0.002326372,-0.029833913,-0.087466896,0.0048523154,0.007912405,0.020614514,0.013891709,-0.024856376,-0.026531208,-0.022821534,-0.026797302,-0.017405724,-0.008577641,0.03415404,-0.0141108455,-0.014329983,0.002332242,-0.06473928,0.0523737,0.061389614,-0.0055136387,0.018141398,0.008264588,-0.030084355,0.014095194,-0.0033340103,-0.025717271,-0.008679383,0.06912202,-0.04426564,0.010862925,0.033903595,-0.011316852,-0.012889941,0.04010204,0.028315607,-0.039538544,-0.021569325,0.0046997024,-0.0452361,0.019737966,-0.026343375,0.05879128,0.031180039,0.048585765,-0.014220415,0.01595003,0.052999806,-0.026265113,-0.029724345,-0.02357286,-0.0037194563,-0.0054275496,0.023713734,-0.01832923,-0.038599387,0.0049579707,0.014118672,-0.019847535,-0.07037423,0.0035590169,0.016748315,0.019957103,0.021381492,0.01386823,-0.011715993,-0.01431433,-0.0067110653,-0.030068703,-0.043639533,-0.04601873,-0.032040935,-0.0053062416,-0.010949015,-0.034654923,-0.03064785,0.002930955,0.029536514,-0.040383786,0.036877595,-0.0059010414,-0.027392102,-0.00549016,-0.019503176,0.006938028,-0.0056819045,0.10612483,-0.011324678,-0.016388303,0.015973508,0.01357083,-0.0068949834,0.065803654,0.056161635,0.022226734,-0.0047075283,-0.05231109,-0.01915882,-0.009148962,0.011676862,0.057069488,0.01749964,-0.019925797,-0.010510741,0.03387229,0.009258531,-0.01002551,-0.055504225,0.024887681,0.0031207432,-0.004280994,-0.006014523,-0.0051849335,-0.0013696051,-0.043545615,-0.0049305786,-0.049556226,-0.007826315,-0.039256796,-0.013844751,-0.012107309,-0.0064997547,-0.010009857,0.088280834,0.033214882,0.004320126,0.019972757,-0.026985135,-0.0045549152,-0.014877825,0.032901827,0.014713472,-0.00089855876,-0.020911913,0.000025909383,0.0032107458,-0.010455957,0.010620309,-0.042919513,-0.012193399,0.017640514,-0.028284302,-0.03910027,0.018955335,-0.0044531734,0.019174471,-0.010002031,-0.03540625,0.02737645,-0.0035687997,0.056912962,-0.035500165,0.051622372,0.0063940994,-0.0022970235,-0.057476457,-0.024136355,0.03665846,0.0125690615,0.018877072,-0.020285808,-0.0054784203,-0.009375925,0.006949768,-0.071751654,0.03653324,-0.028378218,0.011645556,0.0005742559,-0.048898816,0.072690815,-0.010033336,-0.025075514,0.01178643,-0.01321082,-0.009861157,0.05422071,0.0043279524,-0.012107309,-0.019143166,0.00041528384,-0.005544944,-0.036940206,-0.0034396655,0.025185082,0.0043318653,0.01023682,-0.05613033,0.025263345,0.0073136915,0.008992436,0.038818523,0.014196935,-0.009634194,0.029442597,-0.0077167465,-0.02690687,-0.023494598,0.020520598,0.02635903,0.036908902,-0.043013427,0.014533467,-0.050307553,-0.019268388,0.0392881,-0.019237082,0.023165893,-0.03190006,0.0073449966,0.01208383,-0.014549119,0.03784806,0.0074858703,0.012921246,-0.030553933,0.013672573,0.03149309,0.0042105573,-0.001477217,-0.034654923,0.01832923,0.020974524,0.017092671,-0.041166417,-0.02988087,0.005314068,0.0045549152,0.007035857,-0.0024026786,0.03196267,0.0145412935,0.032009628,0.0006711065,0.0014762387,0.0031324825,0.0008144259,-0.014204762,-0.024371145,-0.011739473,-0.04232471,0.0033007483,-0.0117629515,0.009931594,0.0069967257,-0.008335025,-0.0069967257,0.01569176,-0.008342852,-0.011050757,0.030992208,0.020395378,0.040133342,-0.015433493,0.01809444,0.01720224,-0.0053766784,0.016263083,-0.03534364,-0.030397408,0.016106557,-0.027000787,0.018736199,-0.025717271,0.014087367,-0.0028663878,0.011215109,0.015394362,0.0017570077,0.00060898514,-0.051058877,-0.005795386,-0.002173759,-0.044296943,-0.0048405756,0.032995746,-0.008608947,0.0029563904,0.008741993,-0.0032400945,-0.018360535,-0.034310564,-0.026562514,-0.037472397,-0.0058266916,0.045330018,-0.009532452,-0.029333029,0.026202502,0.028080817,0.00063001836,-0.0061593098,0.038286332,0.021303229,0.009211573,0.013500393,0.012240357,0.012686457,0.025310302,0.01512044,0.019675355,-0.011802083,0.011035104,-0.004249689,0.049305785,0.00022818599,-0.01726485,0.03540625,-0.016294388,0.03011566,0.006636715,0.020927567,-0.011074236,-0.021569325,0.032087892,-0.012271662,-0.019017946,0.011481204,0.023713734,0.048460543,-0.018610977,-0.009548104,-0.016106557,-0.0060653943,-0.02797125,-0.015629152,0.0072706467,-0.011958609,0.02731384,-0.039851595,-0.012905593,-0.006488015,0.02916085,-0.018125746,0.03612627,0.0040148995,0.0059440862,-0.043232564,0.02315024,-0.061827887,0.0049501443,0.01879881,0.0022813708,-0.019769272,-0.03368446,0.032776605,-0.0007772509,-0.0043357783,-0.009297662,-0.031336565,-0.020442335,0.0054001575,-0.0159109,0.037409786,0.014486509,0.037347175,-0.0057053836,0.0021678891,0.013382998,0.019847535,-0.008123715,0.00883591,-0.022070209,-0.0010467697,0.013414304,0.009751588,-0.058227785,-0.01862663,0.007896752,-0.025732923,-0.0327453,-0.055504225,-0.004351431,0.011465551,0.04564307,0.0076619624,-0.01151251,-0.030788723,-0.01879881,-0.013508219,0.024308534,0.006781502,0.05350069,-0.024277229,-0.04808488,0.0064645363,-0.00014613198,-0.015636977,0.022242388,-0.009829852,0.016169166,-0.002187455,-0.027986903,0.015832635,0.017937914,-0.02196064,0.022649355,-0.031226996,-0.0062688785,0.02297806,0.014455204,-0.018219661,0.0023478945,-0.024308534,0.0039640283,-0.043357786,-0.025404219,0.008209804,-0.0053884177,-0.0027000788,-0.0068715047,-0.008272415,-0.025169428,0.004500131,0.042356018,-0.0047818786,0.003525755,0.0017795084,0.017170936,-0.007161078,0.039851595,-0.03249486,-0.007419347,0.008554162,-0.03196267,-0.0064254045,0.0016141775,0.020567555,0.03524972,-0.021428451,0.020943219,-0.017233545,0.034686226,0.030506976,-0.0037644575,-0.014322156,-0.03064785,-0.003089438,-0.012803852,-0.016576136,0.00815502,0.006632802,-0.038724605,0.003715543,-0.017170936,0.0081784995,-0.02023885,-0.019299693,-0.006116265,-0.032181807,-0.0050597126,0.014619556,-0.044046503,0.009610714,-0.006558452,0.0032870523,-0.007434999,-0.023854608,-0.02922346,-0.0012884071,-0.011035104,-0.0048797075,-0.0049305786,0.019675355,-0.056912962,-0.03315227,0.06348707,0.030569587,-0.035061892,-0.02565466,-0.0052279783,-0.02255544,0.046269175,-0.010933362,-0.032244418,-0.03196267,0.011011626,0.020082325,0.018297924,-0.007450652,0.008757646,0.0053492864,-0.024778113,0.0026687735,-0.019096209,0.0020465814,-0.01767182,0.012185573,-0.008186325,-0.00889852,-0.01216992,0.039319407,0.0013891709,-0.03559408,0.06981073,0.004648831,0.020160588,0.016231777,0.023071976,0.057445154,-0.017123977,0.004202731,-0.007881099,0.006957594,0.02011363,0.012983857,0.0016572222,-0.03135222,0.016936146,-0.029254766,-0.028237345,0.01684223,0.00061534403,-0.01461173,-0.015597845,0.0072393413,-0.016059598,-0.006347141,-0.01749964,0.016701356,-0.03672107,0.029489554,-0.05171629,-0.012709935,-0.020004062,-0.0031794405,-0.02595206,-0.04232471,0.02452767,-0.0007439891,-0.013789967,-0.0028781274,-0.025701618,0.0005458855,-0.02928607,-0.0051027574,0.02232065,0.021819767,-0.005036234,-0.03236964,-0.006041915,-0.025576398,0.03969507,-0.018548366,0.013202993,-0.029959133,0.068370685,-0.010706399,0.00015664859,-0.016513525,-0.037722837,-0.044672605,-0.004194905,-0.00030009027,0.02875388,-0.022398913,0.0070241177,-0.022070209,0.019863188,-0.03179049,-0.042575154,0.0014644992,0.024965946,0.009055046,0.038912438,0.0036333667,0.018470103,-0.013829099,-0.039726377,-0.014830867,0.0014576511,-0.02077104,-0.01671701,-0.0017667906,-0.010182036,-0.025325956,0.017969219,0.013093425,-0.008976784,0.032400943,0.013054294,0.024590282,0.0071102073,-0.028284302,0.023478946,0.013539525,0.0038192417,-0.05202934,0.006801068,-0.00122384,0.02803386,-0.004926665,0.021146704,-0.032150503,-0.014916956,0.030585239,0.018188355,0.023541555,0.004171426,-0.035468858,-0.026531208,-0.019659704,0.047396164,0.001795161,-0.002387026,0.0021091918,0.0013206906,-0.009947246,-0.0023185457,0.01654483,0.009829852,0.030866986,-0.019800577,0.013445609,-0.0076189176,0.04238732,-0.006957594,-0.019737966,-0.0024124617,-0.017217893,0.007059336,-0.046457008,-0.012842983,-0.004867968,0.027407754,0.018861419,0.015582193,-0.0075915256,-0.0022911537,0.0036098878,0.0034181431,-0.031446133,0.0012228617,0.0006701282,0.0007390976,-0.009274183,0.0315557,-0.019675355,-0.009172441,-0.0045627416,0.0061319177,-0.01934665,0.009563757,0.023494598,0.013218646,-0.008640252,0.03243225,0.016043946,0.00881243,-0.02659382,-0.017327461,-0.015942203,-0.012756893,-0.028346913,0.015018699,0.04410911,-0.042042963,0.0029857391,0.012115136,-0.041416857,-0.009422883,0.041072503,0.00017389093,0.001504609,0.027595587,-0.006135831,0.03678368,-0.015809156,0.01484652,0.0042066444,-0.015683936,-0.033778377,0.0133047355,0.02635903,-0.019315345,-0.021021482,-0.0021248446,0.05130932,-0.031133082,0.007544568,-0.0016748314,-0.0028898667,-0.0095402775,-0.01535523,-0.0008814387,-0.023056325,-0.02922346,-0.013351694,0.00244768,-0.0006779545,0.015989162,-0.0012473189,-0.02880084,-0.005541031,-0.03606366,0.02457463,0.005865823,-0.00033579784,0.010612483,0.0126238465,-0.0043553445,0.003343793,-0.007736312,-0.023698082,-0.01178643,0.0011680775,-0.014431725,-0.039131574,-0.010479435,-0.011833388,0.03737848,0.0035551037,0.0011250328,-0.005243631,0.0062219203,-0.0022970235,0.02797125,-0.010330736,-0.0072862995,0.04795966,-0.0035981482,0.025999019,0.030146966,0.01567611,0.014635209,0.008593294,0.015699588,-0.025905102,0.011997741,-0.0159109,-0.008468073,-0.0074936966,-0.022351956,0.011097714,-0.015511757,-0.009501146,-0.005537118,0.035312332,0.017233545,0.0027607325,-0.0019027728,-0.037065428,-0.022649355,0.02268066,-0.022367608,0.010440304,0.021256272,0.006934115,-0.010557699,0.013336041,-0.008468073,-0.030945249,0.03434187,0.015230009,0.012968204,0.0076150047,0.0100959465,0.007888925,-0.0035844522,-0.0452361,0.020504946,-0.008781126,0.025920756,0.016169166,0.029818261,0.00062219205,-0.0053531993,-0.010354214,0.008961131,0.013750835,0.04207427,0.0071493387,0.009767241,-0.008546336,-0.0004448771,-0.0141734565,0.01601264,-0.00304248,0.03975768,0.0024750722,-0.016591787,-0.010432478,0.032119196,-0.009313315,-0.04201166,-0.0159109,-0.009587236,0.05093366,-0.0073019518,0.013907362,0.001365692,0.00793197,-0.0059284335,0.0363141,0.013007335,0.00623366,0.011293372,0.006683673,-0.026171198,-0.01291342,-0.019769272,0.028237345,-0.003292922,-0.032119196,0.03255747,0.019440567,0.019174471,0.018939683,-0.01892403,0.020301461,0.00526711,0.017953567,0.017014408,0.0031207432,0.098423734,-0.0076463097,0.0034122732,-0.0049618836,0.05196673,0.0011103584,-0.0054979865,0.018376188,0.0029270418,0.0031716141,0.009524626,0.0061045256,0.03308966,0.017984873,-0.009548104,-0.03262008,0.008507204,0.012302967,0.005548857,-0.0062453994,0.024355492,-0.01431433,-0.010933362,0.014494335,-0.04398389,-0.020974524,0.00311683,-0.0039053313,-0.03236964,0.05581728,-0.0005571358,-0.007658049,-0.013109078,-0.037660226,-0.0001184953,0.009868983,0.0035648865,0.036282796,-0.0042066444,0.0058266916,0.0022833275,-0.005736689,-0.0057484284,-0.031101776,0.012631672,0.02856605,-0.002383113,-0.028487787,-0.018438797,-0.014392593,0.02648425,0.012154267,0.028832145,0.039256796,0.002944651,0.03534364,0.01582481,0.06981073,0.029333029,-0.0038818521,-0.01083162,0.0004421868,0.015715241,-0.012373404,-0.03565669,0.007849794,0.019737966,0.013727357,-0.0070945546,0.048304018,-0.024965946,0.0077950098,-0.0044649127,0.011418593,0.0062023546,-0.011543815,0.0021209314,-0.0022696313,-0.014353462,0.02928607,0.007161078,0.006429318,-0.012670804,-0.013993451,0.006687586,0.015535235,0.022962408,0.02743906,0.014494335,0.022023251,-0.023995481,-0.020129282,0.031039165,-0.010127252,-0.025999019,-0.0025474655,-0.013617788,-0.032338332,-0.034780145,-0.0072197756,-0.007943709,0.0088593885,-0.011355983,-0.025138123,-0.013069946,-0.001193513,-0.015433493,-0.00756022,-0.015730893,0.016059598,0.017155282,0.01969101,0.01104293,-0.029505208,0.030929597,0.0057092966,-0.029333029,-0.028550398,0.005811039,-0.003154005,0.0375037,0.024668545,0.029129544,-0.028143428,0.009688978,0.012999509,0.020724082,0.025435524,0.011199457,-0.004680136,-0.01297603,-0.005063626,-0.006957594,-0.021287577,-0.017186588,0.02005102,-0.00047104634,0.004899273,0.021647587,0.026687734,-0.007474131,-0.004946231,0.019910146,-0.018517062,0.02820604,-0.03647063,0.016607441,0.0015730893,-0.027016439,0.023463292,0.0045392625,-0.0068675913,0.04570568,0.010502915,-0.026171198,-0.03164962,0.021318883,0.019143166,-0.022743272,-0.016075252,-0.0027470365,-0.029505208,-0.013163862,-0.0032185721,-0.000037786427,0.036940206,-0.015363056,0.03487406,0.03540625,-0.00044438796,0.016466567,-0.013766488,-0.048053574,0.011833388,0.009375925,-0.025920756,-0.014815214,-0.006566278,0.00064322527,0.022837186,-0.0083663305,-0.0013069946,0.03725326,0.059636522,-0.0074271727,0.011003799,-0.0009362229,-0.036877595,-0.032776605,0.010174209,0.0010232907,-0.027110355,-0.018235315,-0.010502915,0.03138352,-0.038286332,-0.025858145,-0.02344764,-0.01987884,-0.014071714,0.009822025,0.009375925,-0.0023205024,0.012999509,0.019330999,0.031633966,-0.015543061,-0.016748315,0.005317981,0.02695383,-0.005165368,0.030303491,0.037065428,0.015112614,0.042481236,-0.019362302,-0.015707415,0.028080817,0.005173194,-0.01321082,0.004926665,-0.029301723,-0.0008545358,-0.02153802,-0.017155282,-0.02213282,0.016294388,-0.016004814,-0.022414567,0.019174471,0.022665009,-0.0422621,-0.043263867,0.050714523,0.0044375206,-0.032901827,-0.023103282,-0.02291545,-0.018814461,0.023494598,-0.013476915,0.026531208,0.0021678891,0.056568604,-0.0077832704,0.013476915,-0.027877335,-0.0079984935,-0.0035198852,-0.0106516145,0.00012583248,0.0089846095,0.015809156,-0.016795272,0.008843736,-0.013226473,0.00024457235,-0.02302502,-0.013140383,0.024371145,-0.033621848,0.035030585,0.009469842,0.02255544,0.0075132623,0.0059127808,-0.0021385406,0.0034709708,-0.028487787,0.026656428,-0.008546336,-0.011770777,0.034028817,0.0007346953,0.0038211984,-0.011293372,0.030256534,-0.014149978,0.014932609,-0.018720545,-0.020160588,-0.046457008,-0.030741766,0.023776345,0.000581593,-0.0053766784,0.0011710124,0.017280504,0.017390072,0.01762486,0.028472135,0.02601467,-0.006562365,-0.02505986,-0.020066671,0.01720224,0.02160063,-0.012882114,-0.0011377506,-0.01820401,0.028002555,0.00452361,-0.025670312,-0.013109078,0.006981073,-0.008350678,0.0126238465,0.017483987,-0.0052279783,0.017687472,0.02393287,-0.027126009,-0.0020954958,-0.028879102,0.014283025,0.02291545,-0.009336794,-0.0016112427,0.013226473,0.017562252,0.01951883,0.01970666,0.012091656,0.024856376,-0.0026042063,0.0072941254,0.036157575,0.009634194,0.010142904,-0.009571583,0.007751965,0.012396883,0.052592836,-0.021929335,0.019534482,-0.017703125,-0.011160325,0.0002741656,0.012662978,-0.019002292,0.035468858,-0.00022940886,0.0022422392,0.016701356,-0.011747299,-0.01252993,0.01820401,0.0055723363,-0.023635471,-0.015089136,0.019784924,0.026452946,0.024903335,0.0032107458,-0.009994204,0.0045510023,0.026750345,-0.016388303,-0.019565787,-0.0020935393,-0.0076423967,-0.028346913,0.00044096392,-0.015433493,-0.024324186,-0.022931103,0.010393347,-0.023338072,0.023917219,0.014204762,0.020254504,-0.004018813,0.009321141,-0.0069693336,0.021631934,-0.018704893,-0.004202731,0.053406775,-0.0036666286,-0.015996987,0.03737848,-0.0036724983,-0.015715241,0.015245662,0.03446709,0.025529439,-0.035907134,0.00035218417,0.000878993],"social":"https://twitter.com/davidhurley87"},{"title":"reinforce","description":"get emotionally unstuck by mini journaling!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=XE81cx5FSX4","youtube_transcript":"Hi. I'm GT and I built reinforced, which is essentially a mini journal that helps you get emotionally unstuck. So let me show you what it looks like. So there are two parts to this platform. One is where you actually mini journal. So you just pop your thoughts right into this box, hit log. You can see them here than they did like a lot. So mostly the people I'm trying to serve are contemplative or spiritual people who want to help themselves through problems or just get emotionally unstuck. And this is where the second part comes in. So this is where you input whatever problem you need help on, and this search finds some of your own values or spiritual insights you've made journaled to help unstuck you. And these are some of the responses that I actually liked. So let me tell you a little bit more about my progress on this project. Okay. So I actually started off as a pretty shy person. So I'm mostly only really tweeted about this project. Try to get people to use it. But that didn't really work for people as you can see by this for that line here. And that's when I started to realize that I need to speak to people directly to try to action to get them use the app. So I hopped on to video platforms, mostly to drop in wheels to do that. And this actually got me better coverage and that I started to see the project grow from, like, zero users to around fifty. And as of right now around four of your current ones. And, yeah, if you wanna check it out, it's at reinforce dot com.","embedding":[-0.004480733,-0.0074420194,0.00809146,0.03316641,0.0014591995,-0.013429945,-0.033199087,0.060058977,0.019752802,0.058163755,0.021844083,-0.005522289,0.003424881,-0.022268875,-0.003271711,-0.017694198,0.013854736,-0.023167472,-0.041008715,0.04437437,-0.015382352,0.008205827,0.008781746,0.038656022,0.0024057901,-0.031205835,-0.021451969,0.06378407,-0.015529395,0.0019187095,-0.001240677,-0.017596168,-0.008675548,-0.0101133045,-0.012719236,-0.017922932,0.020406328,0.035747834,0.051759206,0.039244194,-0.0006984552,0.007605401,0.06038574,0.015031083,-0.047903407,0.005612149,-0.024964668,0.013454452,-0.021157883,-0.000011631347,-0.04953722,0.034408107,-0.040322512,0.037250943,0.014222344,-0.028918495,-0.026794538,0.021811407,-0.034963604,0.031107806,0.02607566,0.009492455,0.012719236,0.012931632,-0.011003733,0.005215949,-0.0069437064,0.018772515,-0.0075727245,0.016509684,0.06237899,-0.03493093,0.0019952946,-0.008124136,-0.01347896,0.0022628314,-0.0034269234,0.027072286,-0.0008097587,-0.046563677,-0.006424971,-0.00017282681,-0.041989002,0.017645184,-0.02346156,-0.017596168,-0.043786198,-0.02800356,-0.033395145,0.016378978,-0.0037659397,0.007421597,-0.014156993,0.0722799,0.034800224,-0.04865496,-0.024621567,0.062771104,0.04767467,0.037218265,-0.034800224,-0.0014990238,0.0055794725,-0.05574571,0.026271718,-0.0028203703,0.030339913,-0.0013887413,-0.024311142,-0.034146696,-0.13815525,0.015741792,0.0225793,0.018217018,0.042446468,-0.019589422,0.0015756087,-0.0022179016,-0.0267782,-0.031467244,-0.008246672,0.015080097,0.001385678,-0.0013877201,0.0056407405,-0.031385552,-0.04767467,0.012000359,-0.018135328,-0.0241641,0.037447,0.009704851,0.041368153,-0.049765952,-0.068554804,-0.03796982,-0.024131423,0.007899487,-0.0071397643,-0.02703961,-0.018184341,-0.06822804,0.0033105141,-0.0065924367,-0.018118989,-0.030241884,-0.0060165175,0.029375963,-0.018184341,-0.023657616,0.052576113,0.016656727,-0.0021464222,-0.0015735665,-0.006600606,-0.00608187,0.0039048137,0.047380585,-0.02073309,0.00019286656,0.004394958,-0.023494234,-0.0393749,-0.015758129,-0.033182748,0.03535572,-0.0004975472,-0.024343818,-0.054307953,-0.024948329,-0.029130891,-0.026059322,-0.029441316,0.04417831,0.0017257154,-0.018037299,0.0023526913,-0.062444344,-0.054928802,0.0049218624,-0.042381115,-0.035192337,-0.06868551,-0.0108240135,-0.054144572,0.012065711,-0.03385261,-0.0046400297,-0.017873917,-0.009002311,0.0040906603,0.058588546,0.023771983,-0.0068742693,0.057477552,-0.039342225,0.084566176,-0.010448236,0.022971416,0.04146618,0.018413076,0.033819936,0.010137811,0.004013054,-0.0020198016,0.0029653711,-0.007923994,-0.0013530017,-0.032725282,-0.03071569,0.05041948,-0.0064453934,-0.0076258234,0.006678212,-0.019703789,-0.010015275,-0.0071438486,0.015431367,-0.039342225,0.023494234,-0.0075645554,0.021027178,0.020439005,-0.024948329,0.023739308,0.019033926,0.069404386,-0.070580736,0.031924713,0.014246852,0.011706272,-0.010333869,-0.009263721,-0.02868976,0.027938208,-0.011689934,0.024033394,-0.020259285,0.07195314,-0.021974789,0.03718559,-0.022350566,0.038623348,0.021942113,0.024784947,0.003302345,-0.070646085,-0.0710382,0.017383773,0.056758676,0.06381675,0.006457647,-0.000101475125,0.029294273,0.0028367084,-0.030111179,-0.02685989,0.031124143,0.009949923,-0.022464933,0.056105148,-0.0051751034,-0.04087801,0.029719064,-0.013683186,0.0070866654,0.015807144,0.026271718,-0.030732028,-0.01583982,0.011649089,-0.009492455,-0.009958092,0.028575394,0.02511171,0.003798616,-0.015251647,0.005857221,-0.00787498,-0.00023537123,0.01312769,0.0050035533,-0.012939801,-0.0025936787,0.0018758219,0.01880519,0.027774826,-0.008034277,-0.011412186,0.027823841,0.018217018,-0.03159795,0.031728655,0.04332873,-0.028657084,-0.012220924,0.014050795,-0.0023179727,0.009631329,0.039342225,-0.0037291788,-0.038656022,-0.02021027,0.03228415,0.020961825,0.025699884,0.0497006,0.022759018,0.016338132,-0.03185936,0.020700414,0.032071754,0.03388529,-0.0045624236,-0.031548936,-0.011681765,0.046073534,0.019131953,-0.0040702373,-0.0059552495,-0.0007959734,-0.023134796,0.03578051,-0.020667737,0.017824903,-0.012629377,0.04610621,0.02503002,0.016411655,-0.016493345,0.025650868,-0.019442378,-0.02432748,-0.00024302973,0.034081344,-0.0038312923,-0.02641876,-0.036793474,0.053098932,0.002932695,-0.014132485,-0.067574516,-0.021844083,0.00669455,0.0054651056,0.015847988,-0.004305098,-0.022987753,-0.046334945,0.0034657265,-0.02021027,0.02004689,0.0075931475,-0.042577174,0.058163755,0.019180968,-0.023673955,-0.039407577,0.008773577,-0.01268656,-0.023788322,0.023330854,0.01583982,0.010709646,0.0309771,0.0027917784,-0.07018862,0.032169785,-0.004115167,-0.012351628,0.01110993,-0.0187235,0.027627783,-0.0167956,-0.039309546,0.010660632,0.075808935,-0.0048605944,-0.025879603,0.011526553,0.06267308,0.005673417,-0.0058163754,-0.04189097,0.0073480755,0.061398704,0.055778384,0.0062534204,-0.050909624,0.018625472,0.04630227,-0.043655492,-0.015431367,-0.024441848,0.03561713,0.0039170673,-0.00040079482,0.057346847,0.0027897363,-0.03754503,0.0028469197,-0.0022179016,-0.052347377,0.014777841,0.05198794,0.017465465,-0.02187676,-0.0082425885,0.009018649,-0.028297646,0.016991658,-0.03587854,0.055843737,-0.015521226,-0.020226609,0.0081608975,0.05767361,0.0309771,0.05417725,0.056595292,-0.029915122,-0.057444874,0.0028387506,0.0048769326,0.05969954,0.046400297,0.01199219,-0.004456226,0.025830587,-0.061758142,0.020324638,-0.0014745165,0.047641996,-0.033787258,-0.012939801,0.006326942,0.011444862,0.030405266,0.038198557,-0.009271891,-0.012433319,0.008299772,-0.06463365,0.022089155,-0.035813186,0.008969635,-0.0023486067,-0.06237899,-0.04568142,-0.035061635,-0.039440252,-0.035192337,0.005093413,0.02703961,-0.044309016,-0.012212754,-0.009214707,-0.023919027,0.057608258,0.024131423,0.010244009,0.03450614,-0.03561713,0.04682509,0.03466952,-0.015308831,-0.023722969,0.007168356,-0.015553903,0.0048074955,-0.003898687,-0.01356065,-0.0021811407,-0.0018543781,-0.09900909,0.022775358,0.015725452,0.0309771,-0.02932695,-0.030732028,-0.020439005,-0.007233708,0.024931991,0.007691176,0.05022342,0.010431898,-0.05417725,0.0083978,0.0040008,0.029702725,0.040485892,0.050354127,0.04071463,-0.02117422,-0.0067231418,-0.009672175,-0.0010196016,-0.0644376,0.0066373665,-0.0009904993,0.016926305,0.075482175,-0.03535572,0.070319325,0.014222344,0.0006234019,0.004529747,0.022562962,0.022007465,0.04009378,-0.04287126,-0.0054324293,0.004611438,-0.00094659056,-0.0030021318,0.003102203,0.019099278,0.002458889,0.03156527,-0.024017055,-0.0271213,-0.0021872676,-0.014410233,0.010644293,-0.015774468,0.014794179,-0.055680357,-0.0006152328,-0.004962708,0.0001010922,-0.03404867,-0.023804659,0.017808566,0.008724563,-0.034440786,0.018118989,-0.028885819,-0.0070784963,-0.0033064296,-0.029702725,0.022187185,0.028215956,0.013372762,0.0035351636,0.0064984923,0.043099996,0.0071275104,-0.02354325,-0.011322326,0.049243134,0.033035707,-0.047380585,0.061137293,-0.027382711,0.030388927,0.0001118141,-0.01968745,-0.0046441145,0.024425508,0.02808525,0.013683186,0.00064280344,0.036237977,0.04077998,-0.02310212,0.029473992,-0.0050158068,-0.023314515,-0.023755645,0.014009949,0.010734153,-0.021239573,-0.011297819,-0.013797553,0.036630094,0.013119521,-0.010979225,0.006159476,-0.019556746,-0.012408812,-0.026761862,-0.030241884,-0.034440786,0.02354325,-0.024931991,-0.024098746,-0.018396737,-0.020880135,0.04234844,0.019328011,-0.0049382006,0.004227492,-0.009655837,0.048818342,0.0071520177,0.03966899,-0.019720126,-0.009672175,-0.018478429,-0.0010211333,0.011836978,-0.009811048,-0.00039390218,-0.034767546,0.00067343743,0.020275623,-0.013282903,-0.02555284,0.003057273,0.0048687635,-0.001014496,0.020340975,-0.013887413,-0.03640136,-0.030813718,-0.011273311,0.020275623,0.026386084,0.038557995,0.008079207,-0.01942604,-0.009639499,0.010758661,-0.004013054,0.043459434,0.017710537,-0.011167114,-0.027399048,0.00064280344,-0.021680703,-0.0018176173,0.014067133,0.019916184,-0.015006575,-0.022203522,0.0073889205,0.03027456,0.016860953,0.018560119,-0.009288229,0.016517853,-0.049896657,0.009353581,0.00022005422,0.028575394,0.031990066,-0.009966261,0.032267813,-0.0010012212,-0.031646963,-0.0267782,-0.021566335,0.061202645,-0.0049831304,0.011003733,0.013307409,-0.02213817,-0.020618724,-0.024082407,0.0072092013,-0.041237447,0.031009777,-0.026876228,-0.012523179,-0.029947797,0.012727406,-0.0071887784,-0.010873027,0.023265501,0.008414138,-0.03649939,-0.018739838,-0.00954147,-0.027693136,0.0053098933,0.034342755,-0.022285214,-0.049112428,0.029294273,0.00415397,-0.008814422,0.020063227,-0.031107806,0.0050117224,0.024409171,0.015022913,0.030617662,-0.019262658,0.027006933,-0.022236198,0.0071969475,0.0109465495,0.0109465495,0.0050158068,-0.023200149,0.0251934,-0.017890256,0.0048973556,0.01041556,-0.068816215,-0.0322188,-0.010268517,-0.046759736,-0.013331916,0.0029041031,-0.030176532,-0.0110282395,0.035649806,0.022105495,0.024703257,-0.0014877912,-0.020242946,-0.022089155,0.010489081,-0.003177767,-0.00007473419,-0.003163471,-0.01592968,0.026467776,0.0076544154,-0.02520974,0.011706272,0.010431898,-0.042675205,-0.0117389485,-0.03649939,-0.0151536185,-0.007973009,-0.017106025,-0.03666277,-0.004049815,0.034375433,0.018037299,-0.015464043,-0.007666669,0.03450614,-0.04558339,-0.020259285,-0.0072010322,-0.027987221,-0.018870544,0.02300409,-0.012849942,0.042903937,0.003208401,-0.029539345,0.035159662,0.02651679,-0.02967005,0.019066602,0.017726874,0.018935896,-0.001807406,0.08142926,0.009549639,0.000005799718,-0.022170847,0.009312736,-0.00804653,-0.0039946735,0.013895582,0.00088481203,0.014189669,0.014124316,0.02135394,0.03921152,-0.014271359,0.002634524,0.027252005,-0.016779263,0.034015995,-0.015218971,0.0070907497,0.0020177595,0.04192365,-0.06417619,-0.0069968053,0.02038999,0.008213996,-0.010039783,-0.018168004,0.008855268,0.015423197,0.0037026294,-0.007062158,-0.021762393,0.017302083,0.01715504,-0.005665248,-0.023641279,0.010456405,-0.041792944,0.014418403,-0.014581784,-0.005346654,0.027611446,-0.02503002,-0.1020153,-0.028869482,0.0142795285,-0.006359618,-0.017922932,0.00045261733,0.048360873,-0.019556746,0.00271213,-0.00012853516,0.00830794,-0.042446468,0.003939532,0.025062695,0.0038190386,0.022334227,0.015415029,-0.012294445,0.015602917,0.011616413,-0.003269669,-0.0030919916,0.0060001793,0.045975506,-0.008299772,0.009418934,-0.0067068036,0.008238504,-0.0075563863,-0.004925947,0.018870544,0.0062860968,0.010358376,-0.0006831382,0.015374183,0.011044578,-0.013536143,-0.011003733,0.032529224,0.0014224387,-0.00047099774,0.0052976394,-0.013282903,-0.026222704,0.0147288265,-0.0011508173,0.01767786,0.018184341,0.015300661,0.010962888,-0.022611976,0.021582674,-0.04077998,-0.004464395,0.017481802,0.03388529,-0.0038946024,0.008642873,0.0051220045,0.037054885,0.0072623002,-0.048524257,0.039309546,-0.01654236,0.022987753,0.0125721935,0.02179507,-0.0116981035,-0.033917964,0.013487129,0.0010732111,-0.0020238862,0.016909968,-0.00301847,0.012171909,0.015325169,-0.0006024687,0.003400374,0.023820998,-0.014900377,0.03149992,-0.0264351,0.011052747,0.0056244023,-0.010913873,-0.009696682,-0.00046206283,-0.00036888442,0.015823482,0.011836978,0.024931991,-0.0045583392,0.017710537,-0.037120238,-0.0071397643,-0.011404017,-0.020308299,-0.0077932896,0.011191621,0.030045826,0.006862016,-0.023200149,-0.0041294633,0.0046604523,-0.021599011,-0.006351449,0.007948502,-0.013487129,0.010627955,-0.018919557,-0.009255553,-0.0024650157,-0.0067068036,0.0039681243,-0.012555855,0.026239041,0.012155571,-0.005918489,-0.0033125565,0.013258395,0.0167956,-0.020063227,0.032921337,-0.046367623,-0.0034289656,0.029604698,0.0076462463,0.017106025,0.0020820908,-0.045550715,0.040910684,0.03368923,0.028493704,0.017955609,-0.018233357,0.015178125,0.04375352,0.008602027,-0.018086312,0.011665427,0.025487488,-0.0036086852,-0.012245431,-0.026876228,-0.01426319,-0.022366904,0.005530458,-0.009108509,-0.0027386795,-0.012457826,0.03780644,0.03265993,-0.036368683,0.021566335,0.0072745536,0.037904467,0.0029224835,-0.011836978,-0.025536502,-0.0021852253,-0.0021790985,0.0136096645,0.019099278,-0.015080097,0.0089941425,-0.028134266,0.0064372243,-0.013005154,-0.0062084906,-0.012457826,-0.040159132,0.038721375,0.017906593,-0.027921868,0.03525769,0.025797913,-0.013552481,0.024915652,0.027202992,0.030094841,-0.0070662424,0.034604166,-0.01426319,0.027284682,0.064829715,-0.013070506,-0.012131064,-0.024539875,0.0020494144,-0.039963074,0.034408107,-0.00063310267,-0.0055958107,-0.007131595,-0.022824371,-0.02056971,0.011640919,-0.012760082,-0.03738165,0.011600074,-0.09240848,-0.008022023,0.053948514,-0.026026646,0.02975174,0.017906593,-0.022187185,0.01968745,-0.025095372,0.0063841254,-0.0051220045,-0.0030429773,-0.02344522,0.012098388,-0.011387679,0.015766298,-0.028853143,0.013642341,-0.013062337,-0.015709115,0.02179507,-0.029621035,-0.04104139,0.013642341,-0.012490503,0.005734685,-0.03395064,0.019017586,-0.0040600263,0.037087563,-0.006792579,0.009263721,-0.019066602,-0.011052747,-0.0007101982,0.004464395,-0.02703961,-0.0081813205,0.031532597,0.037741087,-0.00026268655,0.016599543,-0.0038537572,-0.03341148,-0.01986717,-0.0021811407,0.02932695,0.021484645,0.0068946923,-0.02503002,-0.009492455,0.034342755,0.03159795,0.01731842,0.006114546,0.014026287,-0.027415387,-0.0023567756,-0.04084533,0.0062779277,-0.012531348,0.009778373,0.03107513,-0.035486426,-0.025650868,-0.0017114194,0.0017828988,-0.0072255395,0.022285214,-0.0010834225,-0.003692418,-0.0033901625,-0.015006575,0.02940864,0.019262658,-0.004049815,-0.0152761545,-0.027709473,-0.009827387,0.01731842,-0.053229637,0.036956858,-0.0047217202,0.033297114,0.03796982,-0.005040314,-0.0136096645,-0.0072623002,0.021549998,0.012465996,-0.0028898073,0.01382206,-0.024556214,0.0075768093,0.008503999,-0.008708225,0.012090218,-0.020994501,0.019491393,0.023200149,-0.036826152,0.029768078,-0.0044766483,0.0016195175,-0.009827387,0.010194995,0.0128172655,-0.033133734,-0.027693136,-0.001662405,-0.008977804,0.0006627155,0.015145449,0.029375963,0.0065760985,-0.0037087563,-0.01609306,-0.011118099,0.022906063,-0.0053956686,-0.03587854,0.0036495305,0.00428876,0.029702725,0.0048851017,-0.00081792776,0.0013213465,0.0022424087,0.0052731326,-0.011044578,-0.0015082139,-0.017204054,0.023951704,-0.00848766,-0.040616598,-0.02012858,-0.019654773,0.019148292,0.0014418402,-0.02816694,-0.011305988,-0.018641809,0.00068926497,0.019131953,-0.030552309,0.011191621,0.013331916,-0.0091902,0.008716394,0.018102651,0.10430264,0.0040171384,0.028542718,0.0022158592,0.020324638,0.010203164,0.008912452,0.017922932,0.012180078,0.004182562,-0.035584453,-0.010529927,-0.0044317185,0.008626535,0.0036311501,-0.025683545,-0.013013323,-0.0153169995,0.0048197494,-0.0126130385,-0.0062003215,0.03123851,0.009141185,-0.004106998,-0.007552302,-0.023771983,0.026696509,0.026157351,0.00730723,0.018069975,-0.010105135,0.0089941425,-0.009337243,0.016926305,-0.012547686,0.024278466,-0.012041204,0.008871607,-0.00032778378,-0.013021492,-0.0013417691,-0.018168004,0.05391584,0.01110993,0.0050198915,-0.007605401,-0.02503002,-0.0011355003,-0.030062165,-0.04234844,-0.0085693505,-0.0023996632,-0.012171909,0.0120248655,0.033182748,0.02774215,0.034538813,0.032692604,-0.01619926,-0.0075114565,-0.026157351,-0.0061839833,-0.016501514,-0.001792089,0.017710537,-0.036630094,0.0018176173,0.01119979,-0.018690825,-0.034015995,-0.02239958,-0.0077851205,-0.009770203,0.001332579,0.02310212,-0.020700414,0.014549107,0.006490323,0.022857048,-0.013176704,-0.002130084,-0.0046441145,0.013242057,-0.028019898,-0.043099996,0.0009915205,0.019475054,0.042936612,0.0055794725,0.024539875,-0.04813214,0.0016338133,0.018168004,0.011755287,0.0018942023,0.004648199,-0.029702725,-0.016387148,-0.048066787,-0.014516431,0.019703789,0.016844615,0.0015511014,-0.004207069,-0.028412012,-0.038100526,-0.023951704,0.025585515,0.0032655844,-0.00918203,-0.005828629,0.017955609,0.01627278,-0.008593858,0.015897004,-0.013715862,-0.014900377,0.015186295,-0.0018023003,-0.038459964,0.042642526,0.010529927,0.014573615,0.026810877,-0.023919027,0.017988285,0.017073348,-0.03816588,-0.0013948681,-0.028853143,-0.006608775,0.020291962,0.0451586,-0.009492455,-0.012408812,0.019099278,-0.011975852,-0.04610621,-0.0004972919,0.028510042,-0.032855984,0.016811939,-0.00024519963,-0.012122895,0.0054528518,-0.01234346,-0.00015189358,0.012898956,-0.015063759,0.011493877,0.012907125,0.0036556572,0.004709467,0.007507372,-0.0072173704,-0.03473487,0.013274733,0.010023445,-0.029212581,0.02117422,-0.009084002,-0.014058963,0.0056897546,-0.0040396033,0.019556746,-0.004656368,-0.004893271,0.009386257,0.0048851017,0.02073309,-0.0077565284,0.006118631,-0.044570427,-0.0016971235,0.007413428,-0.018266033,-0.030846395,0.010897535,-0.0027754402,0.024425508,-0.0080547,0.016052216,-0.014026287,-0.02117422,0.00012266364,-0.010995563,0.010137811,-0.019278998,-0.00085417804,0.007111172,-0.0067680716,-0.019409701,-0.0055059507,-0.021370279,-0.0023812829,0.036989532,-0.0044439724,-0.029179905,-0.040387865,0.019475054,0.0091575235,-0.014630798,0.002236282,0.019360688,0.00062442303,0.023673955,-0.063914776,0.006396379,-0.004104956,0.0054651056,-0.005399753,0.016828276,-0.009941754,0.017596168,0.025618192,-0.008953297,-0.006380041,0.011616413,0.033983316,-0.050452154,0.03238218,0.00014908546,-0.00822625,-0.08352054,0.012931632,0.028052574,0.0050117224,-0.025748897,-0.008936958,0.0009251468,0.0048605944,-0.04489719,0.0072868075,0.031712316,-0.020193933,0.020422665,-0.04087801,-0.03571516,-0.01216374,-0.018772515,-0.006976383,0.017269406,0.025503825,-0.016762925,-0.00074593787,0.017563492,-0.012482334,-0.0048810174,0.020814782,0.010260347,-0.0011620497,0.031467244,-0.0030368504,0.017269406,0.0008403927,-0.02248127,0.0032512886,0.0026835382,-0.009034988,-0.015063759,-0.022170847,-0.0038517148,0.038884755,-0.04025716,-0.011265143,0.0049831304,0.0031573442,-0.012621208,-0.002834666,0.03613995,0.015349676,-0.030862734,-0.016926305,-0.036041923,-0.0024445932,-0.022366904,-0.0012345501,0.007683007,0.000515417,-0.037479676,-0.04525663,0.025863264,-0.034800224,0.009843725,-0.0012845857,-0.01960576,-0.027219329,-0.03167964,0.021762393,-0.007421597,-0.0028857228,0.0030225546,-0.024703257,0.025144387,0.0229224,0.019131953,-0.008773577,0.008985973,-0.0048687635,0.016942644,0.021059854,0.020782106,0.0038782642,-0.039178845,0.0060941237,0.014516431,0.03368923,0.027840178,-0.020488018,0.039930396,0.021827746,-0.03594389,0.021451969,-0.024931991,0.022366904,-0.009427102,-0.0014050794,0.015259816,-0.041335475,-0.01128965,0.002006527,-0.0021729716,0.012555855,0.026533129,0.016844615,0.018854205,-0.041956324,-0.019213645,0.015937848,0.004394958,0.05633388,0.00892062,0.027856518,-0.001830892,0.014949392,0.014998406,0.007883149,0.002489523,-0.02757877,-0.0125967,-0.025699884,-0.00044138488,0.019997874,0.027170315,0.00424383,0.024572551,0.015545733,-0.0064535625,0.007413428,0.011134437,0.00068211707,0.03973434,0.04587748,0.0037026294,-0.025144387,0.0225793,0.027758488,0.0017716663,-0.04496254,-0.00024149803,-0.021141544,-0.034963604,0.00045644658,-0.0015868412,-0.050092716,0.012841772,-0.0045011556,-0.014009949,0.01286628,-0.026647495,0.01829871,-0.024605228,0.016378978,-0.027170315,-0.012376136,-0.012751913,-0.005787784,0.017285746,0.013928259,-0.03149992,0.04767467,-0.0050198915,0.02748074,0.009745697,0.0021954365,0.025160724,0.00024468906,-0.027284682,0.005644825],"social":"https://twitter.com/rook_on_fire"},{"title":"hyperdata","description":"a marketplace for real-time data","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=vD7VRp157Q0","youtube_transcript":"Hey, I'm Judah, and I'm the founder of Hyper Data. Hyper Data is a marketplace for real time data where we make it really easy to find and access high quality data for your next machine learning project or LLM app. During the first few weeks of build space, we built a free tool for people to find and access some of the most popular data streams. So let's start by searching a country like Poland. So we can go ahead and click on energy consumption Poland, which will initialize the data stream. And we can play around with it here right in the browser. You can download this data to your local machine. Or you can use our code editor which we just implemented to run some of your favorite algorithms on this data. Over seven hundred people had analyzed streams on the site, and after getting feedback on the free data we released, we began selling our custom data streams to customers, two of which are in build space s three. So Zenith and finance brand have both purchased custom data streams we built for them to improve their language models. And we're so thrilled to have worked with them over the past few weeks. We've generated over twelve hundred dollars in revenue from selling just these custom data streams alone, and we couldn't be more grateful for build space for forcing us to ship quickly and often. Thanks so much for watching.","embedding":[0.0006298191,0.027932774,0.030063488,-0.0037980692,0.028647877,-0.012069177,-0.039520353,0.036922634,0.015411186,-0.024634548,0.059426468,-0.044394724,-0.016403573,-0.051283058,0.051574934,0.04728432,-0.010047918,-0.0034970697,-0.037564766,0.054435346,0.009960354,0.013966387,-0.023802694,0.00809963,-0.009048235,-0.024576172,-0.04267264,0.031201815,0.0055931224,-0.059718348,0.0067314487,-0.02947973,0.006636588,0.003827257,0.039637104,-0.030676434,-0.033361714,0.026006376,0.017687839,-0.008683386,-0.014345829,-0.033741158,0.014958775,0.051341433,-0.017600276,0.0015086471,-0.03260283,-0.004341693,0.057704385,0.02705714,-0.059192967,0.020358527,-0.0319607,-0.01862185,0.022547616,-0.01131759,-0.008398805,0.06310414,-0.03423735,-0.039461978,-0.0014137866,0.012660231,0.011784595,0.016899766,0.0027874399,-0.003068373,-0.012463213,0.02270815,0.0061403946,0.07915746,0.05247976,0.012047286,0.027378205,-0.010026027,-0.0039367117,-0.03806096,-0.011660547,0.028034933,-0.0128134675,-0.0016710046,-0.01698733,0.030063488,-0.011718923,0.01713327,0.009486052,-0.014462581,-0.0081871925,-0.015323622,-0.008318538,0.024546985,-0.007253181,-0.004735729,-0.0072312905,-0.013462897,0.035521615,0.040804617,-0.01598035,-0.006826309,0.076413795,0.016534919,0.0032489728,-0.014068545,0.010806803,-0.009391191,0.01247051,0.0064067338,0.0085885255,-0.011740814,0.017833779,-0.021453071,-0.119436696,0.0017175227,-0.012922922,-0.03505461,-0.013900715,0.015951162,0.004801402,-0.019730989,-0.00082592503,-0.01206188,-0.03178557,0.048626963,0.052392196,0.01936614,0.020475278,-0.051195495,-0.026867418,-0.04728432,-0.025378838,-0.029727828,0.023744319,0.03359522,0.032369327,-0.072677754,0.001296123,-0.015236059,-0.047196757,0.0018516044,-0.020402309,-0.036572378,0.013178315,0.005067741,0.038382027,0.013740182,-0.052012753,-0.0069211693,-0.023087591,-0.0038856328,-0.040687867,0.0055931224,0.01962883,-0.021832515,-0.043198023,-0.028968943,0.021307133,0.032661207,0.04713838,0.011638656,-0.03914091,-0.025247492,-0.009843604,0.06648993,0.0069649513,0.03426654,-0.045883305,0.036514003,-0.030559681,-0.06754069,-0.075071156,-0.025802061,-0.0062060673,-0.016024131,0.030909935,0.06036048,0.04010411,-0.0010845112,-0.045737363,-0.019803958,0.0016491137,-0.09737068,-0.054552097,-0.017074894,-0.01619926,-0.049940415,-0.04281858,-0.027363611,-0.04159269,0.02364216,0.025043178,0.017585682,-0.034587607,0.0350838,0.021569824,0.045357924,-0.004323451,-0.008603119,0.041826192,0.0372437,0.027611708,0.0027983855,0.023102185,0.0134556005,0.0019172771,0.00451682,0.0071327817,0.038119335,0.006910224,-0.0053596194,-0.018680226,-0.004629923,0.039724667,0.004713838,0.00886581,0.023744319,-0.0028731793,0.00026702325,-0.027013358,0.04133,0.028210059,0.03085156,-0.035404865,0.06958384,0.00528665,-0.019862333,-0.016695451,-0.0005066829,0.029333793,-0.021861702,0.056770373,0.043694217,0.047897264,0.01107679,0.025860438,-0.01725002,0.015586313,0.00084507954,0.00877095,-0.03630969,0.02482427,-0.010770317,-0.017935935,-0.025101554,-0.012375649,0.025408026,0.06911684,-0.00066858425,-0.032690395,-0.07186049,0.032807145,0.0070123817,0.024371857,-0.0237881,-0.017498117,-0.035375677,-0.027115515,-0.05712063,-0.024211323,0.03686426,-0.0046773534,-0.029202446,-0.0037214512,-0.012390244,-0.015878191,0.011448936,-0.016447354,-0.028005745,-0.00643957,-0.038965784,-0.030705621,-0.016768422,0.01444069,0.010945445,0.038761467,-0.0023751615,-0.009157688,0.017804591,0.041826192,0.009289034,0.008012066,-0.016447354,-0.0221098,-0.009529834,0.0059141885,0.04334396,-0.017191645,0.030939125,0.056624435,0.01040547,-0.030676434,-0.009938464,0.0036083483,-0.044102844,0.03686426,0.01271131,0.049969602,0.020635812,0.03765233,-0.0127404975,-0.03126019,0.0060017523,0.032573644,-0.035842683,0.0019720043,-0.028604096,-0.01401017,0.03450004,0.0017686015,0.026560945,0.0002288282,0.0006854585,0.01189405,0.025159929,0.020519061,-0.0017549196,-0.03155207,-0.0144115025,0.07939096,0.0034915968,-0.00785883,-0.04389853,-0.033536844,-0.024853457,0.014601223,-0.01821322,-0.017600276,-0.025116147,0.042789392,-0.03590106,-0.015790628,-0.032953087,0.009938464,-0.0033000517,0.00533408,-0.055923924,-0.00127332,-0.045182794,0.005735413,-0.040687867,-0.021234162,0.0015715834,-0.03502542,-0.083885886,0.006636588,-0.010208451,0.05995185,-0.020796346,0.03511299,0.00046837382,-0.033449277,-0.011149759,-0.0007479387,-0.012200522,-0.015586313,0.0058886493,0.03873228,-0.018972104,0.021467665,-0.03018024,-0.012025395,0.0028038581,-0.020416902,0.044248786,0.027130108,0.007654514,0.03981223,-0.0014940532,-0.06573104,0.018461317,0.0006156813,-0.008333132,0.04798483,-0.03286552,-0.0036831421,-0.013689103,-0.046963256,-0.01254348,0.05802545,0.024926426,0.001052587,0.017804591,-0.0024061736,0.028516533,-0.007888017,-0.041767817,0.021088224,0.037885834,0.0040972447,0.0032763365,-0.012353758,0.003387615,0.04728432,-0.012689419,0.0074647935,0.0022438162,0.01401017,-0.003371197,0.030092675,0.03152288,0.022781119,0.006508891,-0.017366773,-0.037068572,-0.02791818,-0.046700563,-0.010887069,0.023160562,0.0068299575,-0.013645321,0.017892154,-0.040454365,0.026560945,-0.056974687,0.06129449,-0.0063702487,-0.047196757,0.030092675,-0.0051698983,0.007234939,-0.014309345,0.066898555,0.010171967,-0.08733006,0.035813496,-0.02556856,-0.047751326,0.021686574,0.05639093,-0.031172626,-0.008843919,-0.030618057,-0.030647244,-0.019570455,0.06503054,-0.009836306,-0.057003874,0.00730426,-0.029129477,0.008004769,0.026487976,0.0026250824,-0.016418166,0.042497512,-0.039607916,0.013922606,-0.036105372,-0.03356603,0.0076837023,0.005735413,-0.02482427,-0.016505731,0.013645321,-0.011594875,-0.0047795107,0.015746847,-0.02140929,-0.020008273,0.012237007,-0.0010443778,0.018169438,-0.011193542,-0.057616822,0.037185322,-0.049152344,0.018972104,-0.016140882,-0.0341206,-0.0116167655,-0.0016545864,0.0362805,-0.018869946,-0.017104082,0.00018584453,-0.0046189777,0.024065385,-0.039928984,-0.0093036285,0.0071948054,0.0042504813,0.01631601,-0.017118676,0.0105733,-0.007931799,-0.07343664,0.053355396,0.011908644,0.028633283,-0.012506994,-0.028764628,0.019161826,-0.025772873,-0.007749375,0.01862185,0.09573615,-0.017789995,-0.049356658,-0.0005545692,-0.074253894,-0.021307133,0.026779855,0.009989543,0.0070780544,-0.039724667,0.011915941,0.03467517,0.029596483,-0.000575548,-0.06637318,-0.048743714,-0.028151684,0.024430232,0.01835916,0.05627418,0.006986842,0.04305208,-0.024298888,0.032369327,0.008683386,0.029786203,-0.03394547,0.0041045416,-0.01854888,0.0031705305,-0.025641529,-0.010719239,0.019716395,-0.030209428,-0.039753854,-0.03613456,-0.018519692,0.016082507,0.014243672,0.0035937543,0.018578067,0.021905484,-0.03870309,-0.006924818,-0.020869315,-0.0151339015,-0.009456865,0.005067741,-0.0080266595,0.03873228,-0.021861702,0.022416271,0.012368352,0.015367405,-0.0044730385,-0.011529202,-0.00886581,0.001083599,0.08797219,-0.031873137,0.048977215,-0.017425148,0.019541267,0.0015724956,-0.0041848086,-0.0064067338,0.00024079978,0.004279669,-0.0013088927,0.0139371995,-0.021686574,0.037302077,-0.006446867,0.024196729,0.014360423,-0.0442196,-0.04608762,0.0124194315,-0.014593926,-0.014126921,0.0038163117,-0.012871843,0.024751298,0.01891373,-0.006082019,-0.014535551,-0.008989858,-0.015542531,-0.023977822,-0.02664851,-0.037681516,0.024357263,-0.011251917,0.012886437,-0.00042710037,0.023335688,0.010310609,-0.0039075236,0.018578067,-0.009777931,-0.010697348,0.01806728,0.0073370966,0.01951208,0.036630753,-0.0046007354,-0.010004137,-0.0076399203,0.03327415,0.009982246,-0.00893878,-0.024357263,-0.017104082,0.016899766,0.022066016,0.020665,0.013988279,-0.0062097157,-0.021817919,-0.01542578,-0.015148495,-0.012368352,-0.032106638,0.042088885,-0.032544456,-0.013112643,0.030647244,0.012171335,-0.02092769,-0.034470852,0.0055201524,0.0019519377,0.020387715,0.02364216,-0.018184032,-0.007909908,-0.013068861,0.0076180296,0.0049582864,-0.0022328708,0.030384554,-0.008041253,0.004213996,0.00083915074,0.017454335,0.039374415,0.0010991051,-0.0045824926,0.017308397,0.018534286,0.033887096,-0.029202446,0.033215776,-0.004553305,-0.009289034,0.030384554,0.008946077,-0.037710704,-0.0020814587,0.0019665316,0.051195495,0.0043745292,-0.0011948777,-0.007902611,-0.019862333,-0.02119038,0.019015886,0.032106638,-0.014914992,0.044920105,-0.020081243,-0.0101062935,-0.03782746,0.03616375,0.021394696,0.0446866,0.028078714,0.056770373,-0.029187853,0.016520325,0.020665,0.000075021904,-0.012718607,-0.053909965,-0.002340501,-0.052129503,0.02791818,0.031464506,-0.010471142,0.0006065601,-0.035842683,-0.022022234,0.019599643,0.0050494983,0.012382947,0.029231634,0.024211323,0.0029023672,0.020314746,0.021307133,0.011908644,-0.006082019,0.030588869,-0.024167541,-0.02155523,0.03318659,0.0037068573,-0.08540366,-0.031756382,0.0045715473,-0.04868534,-0.04512442,0.009617398,0.0052392194,0.016899766,-0.026531758,0.044248786,0.029800797,-0.0031158032,-0.015104714,-0.030355366,0.0165787,-0.034178976,0.0058448673,-0.003553621,-0.036805883,-0.0031559365,-0.0002492369,-0.030501306,-0.0010690051,-0.0023167857,-0.021569824,0.0081871925,-0.042731017,0.007698296,0.039053347,-0.0044219596,-0.01943911,-0.00014103661,0.045912493,0.0015122956,-0.053822402,0.013572351,-0.00591054,-0.06298739,-0.000992387,-0.030880747,-0.026633915,-0.02661932,-0.008158005,0.01795053,0.018753195,0.047430262,-0.028852193,0.019745583,-0.0140977325,0.00061932974,-0.033128213,-0.019409923,0.014863914,-0.006884685,0.038936596,-0.0074429023,-0.020956878,0.017366773,-0.011375966,0.016272228,0.00081999623,0.015994944,0.04054193,-0.011609469,0.041534316,0.016899766,0.007902611,0.0049728802,-0.010157373,0.03546324,-0.041680254,-0.019380733,-0.006979545,0.018636445,-0.014725272,0.03330334,-0.029494325,0.0058813524,-0.010368984,-0.004089948,-0.016695451,-0.020037461,0.0071108905,-0.000042556116,0.016783016,-0.0033584272,-0.034062225,0.01761487,-0.039928984,-0.011667844,-0.05712063,0.0035992272,-0.0113029955,-0.008654199,-0.02337947,0.033770345,0.00028891413,0.00053085404,-0.07524628,-0.025174523,0.008318538,-0.004856129,-0.002583125,-0.035288114,0.037214514,0.031376943,0.025189117,-0.025393432,0.044949293,-0.0319607,-0.015192277,0.014907695,-0.0023076646,-0.006165934,0.008712574,-0.022664368,-0.004454796,0.014528254,-0.0054581286,-0.02352541,-0.035434052,0.021963859,-0.01117165,-0.00081406743,-0.010026027,0.03899497,0.0022182767,-0.026035564,0.024576172,-0.0014603047,0.0028895973,0.03426654,-0.00023202063,0.0090628285,-0.010682754,0.034208164,-0.0021982102,-0.032923896,-0.036338877,-0.0007570599,-0.0295527,-0.01371829,0.03455842,-0.0018917377,0.0034824756,-0.014177999,-0.007851533,0.0132148005,0.014987962,0.009172283,0.0018370105,0.03155207,0.0093838945,0.045153607,-0.04106731,-0.013090752,-0.0021453071,0.03438329,-0.06292901,-0.0012039989,0.012835358,-0.03630969,0.0062753884,0.020095836,-0.017892154,0.025262086,0.020883908,0.0037141542,0.026998764,0.05437697,0.036368065,0.020650405,0.025218304,-0.024488607,0.009865494,0.034062225,0.030939125,-0.05463966,0.041359186,-0.008150708,-0.026531758,0.0029206094,-0.010062512,-0.000833222,-0.0057390616,-0.0147325685,0.019979086,-0.0062316065,0.017308397,-0.015527938,-0.02460536,-0.024240512,0.0049290988,-0.013929903,-0.01773162,-0.015586313,0.03522974,-0.007756672,0.02991755,0.023977822,-0.007362636,0.021132005,0.016345197,0.00394036,-0.013783963,-0.02921704,-0.015936568,-0.031727195,0.00718386,0.006220661,0.005126117,0.028487343,0.006381194,0.020227183,0.009391191,-0.032544456,0.00615134,-0.037156135,0.04988204,0.014156109,0.004159269,-0.010463845,-0.010128185,-0.021132005,0.032135826,-0.0074866842,0.004819644,0.0014265563,-0.010274124,0.036689132,-0.000924434,0.030092675,0.007895314,0.018257001,0.00812152,0.03382872,-0.010441954,0.005917837,0.011718923,-0.018490504,0.013725588,-0.010449251,0.0105733,0.015250653,-0.00061112066,0.00016041918,-0.04500767,0.041942943,0.00643957,0.0070962966,-0.055632047,-0.00007684614,-0.022941653,0.021423884,-0.046175182,-0.021584418,0.00015642865,0.0024937373,0.0062607946,0.034062225,0.0057025766,-0.015849004,0.020460684,-0.023627566,-0.01727921,0.0045861416,-0.03342009,-0.004826941,-0.01311994,-0.028677065,0.0076326234,0.01835916,0.01263834,-0.015936568,0.011332184,-0.005782843,-0.00026314674,0.03750639,0.018972104,-0.007997472,0.040162485,0.022197362,0.05081605,0.032807145,-0.036455628,-0.012375649,0.0029425004,-0.008267459,-0.023175156,0.018680226,-0.0059652673,-0.004400069,0.0036721968,0.0009112083,0.019833146,-0.018008905,-0.04322721,-0.00771289,-0.04077543,-0.022956247,0.008851216,-0.01314183,0.013068861,0.02910029,-0.026954982,0.023160562,-0.0077274838,0.03557999,-0.019789364,-0.017527305,-0.009507943,0.013543163,-0.0148128355,0.005932431,0.010004137,0.046262745,0.022766525,-0.038382027,-0.008055847,-0.028385187,-0.014221781,0.050757676,-0.0001446851,-0.0160971,-0.0149733685,0.0008624098,-0.0030099973,0.030092675,0.0058083828,0.011018414,0.015965756,0.01835916,-0.026327442,-0.027363611,0.00024490434,0.0136963995,-0.009653882,0.012441322,-0.00093765976,0.026692292,-0.009486052,-0.0478097,-0.0088220285,0.0050130137,0.049035594,-0.018242408,0.012382947,0.028662471,-0.031231003,0.020270964,0.0009198734,0.019453704,-0.013462897,0.013003188,-0.013813151,0.008092332,-0.013324255,-0.017819185,0.0037214512,0.018490504,0.011660547,-0.020285558,0.0024025252,0.0041556205,-0.013010485,0.0072933147,-0.009478755,0.027772242,-0.022357896,0.024036197,0.008311241,-0.004750323,-0.011930535,0.024561578,-0.0034113303,0.0048524807,-0.0071546724,-0.0009914748,-0.037535578,-0.0025338705,-0.005023959,0.017425148,0.03522974,-0.030501306,-0.009953057,-0.0025721795,-0.001999368,-0.0067679333,0.0160971,-0.0023441494,0.0029041914,-0.0012842655,-0.038790654,-0.0034405182,-0.012674825,0.008537447,0.011521905,0.00089843856,-0.007844236,-0.002417119,-0.01141245,0.008004769,-0.012981297,0.013798557,0.0065490245,-0.024736704,-0.010653567,0.027173892,-0.005476371,0.032719582,0.018257001,-0.00586311,-0.008442586,0.015703065,0.021569824,-0.0005372389,0.0028293976,-0.00893878,0.018008905,0.009434973,0.014382314,0.0035280816,0.010150076,-0.014177999,-0.009310925,0.025948001,0.01386423,0.025159929,0.011098681,0.0016554985,0.04077543,-0.007705593,-0.040571116,-0.024065385,-0.0021945618,-0.00458979,-0.0064797034,-0.011762705,0.018972104,-0.011470826,-0.011390559,-0.010522221,-0.009019046,-0.011105978,0.035171364,0.043198023,0.002340501,0.015951162,0.08085035,0.014469878,-0.00538151,-0.02534965,-0.00024399221,-0.0029826337,-0.015309028,-0.003750639,0.000712366,0.0034222757,-0.010069809,-0.020227183,0.0047174864,0.034295727,0.023131372,-0.01571766,0.03207745,0.012930219,-0.0007607084,-0.017439742,0.044920105,0.04281858,0.033215776,-0.0017540075,-0.018826164,-0.0110549,-0.00008773458,0.005031256,-0.004819644,0.04474498,0.009909276,-0.009289034,-0.0050276075,0.004144675,0.009704961,-0.0009349234,-0.03490867,-0.03791502,-0.006567267,-0.025816655,-0.0051188194,0.016534919,-0.021920078,-0.002636028,-0.010150076,0.020168805,0.0058083828,0.008136114,-0.02342325,-0.051750064,-0.010077106,0.0211466,0.03587187,0.0010790384,0.027159296,-0.013346146,0.029260822,0.048597775,-0.0076691085,0.024546985,-0.039899796,-0.0049254503,-0.013995576,0.007523169,-0.023612972,-0.030472118,-0.008975265,0.007151024,0.027261455,-0.01484932,-0.018928323,0.033653595,0.002302192,0.025057772,0.004856129,0.007953689,0.015994944,-0.0021343618,0.035492428,0.010770317,-0.016053319,0.030939125,-0.007450199,0.010522221,-0.012244304,0.022182768,0.0139371995,0.025597747,0.017746214,0.013397224,-0.0058667585,0.01066816,0.011470826,0.005720819,-0.0008957022,0.023583785,-0.05627418,-0.020052055,-0.0029425004,-0.0165787,0.0113029955,0.016476544,-0.00992387,0.020548249,-0.009318222,-0.026823636,-0.056741185,0.012361055,-0.01962883,0.0044037174,-0.030530494,-0.0033237666,0.016359791,0.0113029955,0.029538106,-0.0102595305,-0.025495589,-0.017571088,-0.028764628,-0.044482287,0.028560314,0.034441665,0.0072495327,-0.005272056,0.02337947,0.013411818,0.028677065,-0.030559681,0.014652302,-0.0012952109,-0.009296331,0.007410066,0.060827486,0.005202735,-0.0152944345,0.032019075,-0.00090938405,-0.034412477,0.032252576,0.009427676,-0.01665167,0.002105174,0.02140929,-0.003998736,0.039841417,-0.0015724956,-0.010113591,-0.015936568,0.013236691,0.009595507,-0.009325519,-0.0009513416,0.01761487,-0.0015560774,0.0010708293,-0.0151339015,0.009770634,-0.030588869,-0.02895435,-0.0076472173,0.012587261,-0.022066016,-0.02765549,-0.040979747,0.022883276,0.0047028926,-0.025772873,0.0076399203,0.035142176,0.05315108,-0.011974316,-0.026940389,-0.004407366,0.004137378,0.015659282,-0.030326178,-0.006917521,-0.00009024291,-0.002636028,0.026473382,-0.0028075066,-0.04197213,0.012696716,-0.0076764054,0.008252866,0.04527036,0.0073443935,-0.012521589,0.027261455,-0.006859145,0.015309028,-0.0037269238,0.0028348702,0.036572378,0.027349018,-0.013331552,-0.019409923,-0.006698612,0.0041629174,0.018767789,0.0021690223,-0.03616375,-0.007902611,0.028604096,-0.0127404975,-0.002136186,-0.018665632,-0.0016171895,0.02405079,0.0069941394,0.018680226,-0.0136161335,-0.025612341,0.01355046,0.02270815,-0.009697664,-0.009208768,0.039753854,0.03630969,-0.025991783,0.043840155,-0.008158005,0.0025776522,-0.014659599,-0.012156741,0.039637104,0.008493665,-0.036222126,0.023758912,0.044803355,-0.00231861,-0.040600304,0.018942917,-0.019497486,-0.011842971,0.015221465,0.010274124,0.0029516215,0.013010485,-0.0093036285,-0.016666263,0.01444069,0.023802694,0.037010197,0.018578067,0.010303312,-0.0030355367,0.033361714,-0.008267459,0.0030701973,-0.0053012436,0.034616794,-0.007815047,-0.0109819295,0.01319291,0.00821638,0.011660547,-0.0075742477,-0.029625671,0.00010420976,0.008223677,-0.007603436,0.010989226,0.0006831782,-0.006122152,-0.0039330632,-0.0018953861,0.010157373,-0.023685941,0.015221465,0.00033771258,-0.024371857,0.034704357,-0.0022748283,-0.0097852275,0.023335688,0.01083599,0.015673878,-0.00097414455,-0.020883908,-0.030618057,-0.017862966,-0.030238615,0.020139618,-0.028823005,-0.019760177,-0.0031085063,0.009690367,0.019497486,0.0071802116,-0.016491137,0.05259651,-0.00023156457,0.028910568,0.058638398,-0.039841417,-0.0056332555,0.018680226,0.0013581472,-0.020125024,-0.00008648042,-0.026035564,0.025991783,-0.006092964,0.002583125,-0.0016235743,0.035375677,0.00968307,-0.019570455,0.0066074003,-0.004075354,-0.015177683,0.007939096,-0.013185613,0.00086195377,-0.014229078,0.0102595305,-0.012039989,-0.010237639,0.026210692,-0.0021398345,0.011879456,0.03289471,0.020913096,0.0055748797,-0.017308397,-0.020139618,0.00004400981,0.0133753335,0.021642793,0.03304065,-0.010383579,0.022941653,0.02092769,0.05043661,-0.019920709,-0.01891373,-0.0036174695,-0.0008665144,-0.033857908,0.0018917377,-0.0071948054,-0.006074722,-0.0119378315,-0.0216282,0.031376943,-0.036630753,-0.014659599,0.019336952,0.003212488,-0.0109819295,0.031026687,-0.0069831936,-0.0048524807,-0.030267803,-0.010507626,0.00591054,-0.0017540075,-0.006793473,0.019876927,0.003878336,-0.0136963995,-0.034587607,0.03423735,-0.06024373,0.016228447,-0.009829009,0.0006088404,0.0027400097,0.009310925,0.024240512,0.033507656,0.004921802,-0.0095444275,-0.021102818,-0.0497361,0.011463529,0.018505098,0.00090117496,-0.034821108,0.02044609,0.0059762127,0.034645982,0.03222339,0.016885173,0.0062680915,-0.012164038,0.019614236,-0.005005717],"social":"https://www.linkedin.com/in/judah-cooper/"},{"title":"moodspace","description":"a tool to help you be intentional about your day and crush your goals ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=trUOnr1LBDc","youtube_transcript":"Hey, it's Benaya, and I'm currently working on mood space. A chrome extension to help you be intentional about your day and crush your goals. I really just wanna help everyone become their best versions of their selves. And I think that accountability plays a crucial job in achieving that personal growth. So Moodspace is basically this tool, tucked away in your browser that's sitting on your back, reminding you to get your stuff done. Let me show you right. After grabbing the extension, you can track your daily moods and mark them want me to feel that way. Moose Face has a focus on mental health and wellness. So while setting you up for success, we don't wanna bring you out either. You can also track your daily habits to do a surfactant on your day. And get personalized support based off of this data in terms of good actionable setting, manager time, and just having a friend to talk to. Toals yourself accountable, there are also daily known occasions and accountability groups, and we've got end to end encryption, journal locks of your friends and family of the Snoopy type. And if you opt in for accountability groups, you can choose which data is shared as well. Let me show you the progress I've made so far with my project. It started off with ideas, mock ups, and builds, got some solid interest with income, Webster approvals, decided not to cooperate. Finally, things went live when we started getting users. After talking to users, I realized privacy and security was their biggest concern, so I created the journal lock and end to end encryption systems. I also added notifications and accountability buddies since I noticed a lot of users were slacking off. I incrementally added new features every week I was only getting more users every time I sign on an update. So I began doing more marketing. Hosting on TikTok wrote about moon space on my newsletter, traded on Instagram and got a shout out by you culture. And I have more than two hundred and fifty people tracking their goals and their progress every day.","embedding":[0.033311997,0.018503033,0.012553294,0.050768923,0.005238712,-0.006583124,0.020546213,0.02853913,0.02312879,0.021101957,0.04396922,-0.026790168,-0.010264933,-0.04390384,0.0012769871,0.026381532,-0.017522307,-0.022801882,-0.04419806,0.025645988,-0.0049690125,0.058483966,-0.0036593343,0.032576453,-0.020611593,-0.03380236,-0.047205616,0.042890422,-0.012806648,-0.008475108,0.030386165,-0.029487165,-0.026953623,0.016933871,0.021379828,-0.02108561,0.007964313,-0.000042395972,0.057045568,0.0070898323,-0.044786494,-0.014874346,0.09159982,0.01954914,-0.05603215,-0.012700403,-0.030745763,0.025106588,0.018519377,0.030582309,-0.036646467,0.02162501,-0.0009924744,0.031710144,0.007130696,-0.00020674421,-0.028277602,0.02986311,-0.033459105,0.018682832,0.0029237897,-0.011139414,0.02574406,0.022981683,-0.024665263,-0.00042447052,-0.020170268,-0.010984132,0.00672206,0.0020155965,0.09068447,0.043380786,-0.004133352,-0.020938503,-0.015830554,-0.054659136,0.03988286,0.027754549,0.0032997348,-0.033459105,-0.015348364,0.0023884766,0.005177417,0.013403257,-0.041353952,-0.007952054,-0.058091678,-0.016582444,-0.054364916,0.017342506,-0.012970103,0.028048767,-0.053449575,0.028244913,0.06502214,-0.025515225,-0.048513252,0.037692573,0.029912146,0.015168563,0.020922158,-0.05328612,-0.023341281,-0.039359808,0.05148812,0.025270043,0.030369818,-0.027460331,-0.024322007,-0.013779202,-0.13272494,0.0035469595,0.038477156,0.0038779546,0.01696656,-0.007359532,0.029389093,0.018176123,0.011703332,-0.03130151,-0.0401117,0.049428597,0.028915076,-0.0094803525,0.050899684,-0.03380236,-0.0590724,-0.029977528,-0.04700947,-0.0147681,0.040144388,0.006011034,0.05188041,-0.055018734,-0.055868696,-0.035142686,-0.010583669,0.01061636,-0.024305662,-0.00464619,0.02005585,-0.020366412,0.023570118,-0.03393312,-0.06610094,-0.041648168,-0.010166861,0.037431046,-0.05665328,-0.024223935,0.018453997,-0.020023158,-0.022458628,0.0014220529,0.05377648,0.024044136,0.020562558,0.05328612,-0.03329565,-0.0039126887,0.027689166,-0.040602062,-0.004474563,-0.022049991,0.0032261803,0.053384192,-0.027149769,-0.055509098,-0.07002384,-0.02811415,-0.026136352,-0.03857523,-0.025809443,0.005500239,0.032347616,-0.020742357,0.028784312,-0.0229163,-0.04325002,-0.010395696,-0.024338353,0.004076143,-0.04092897,-0.03308316,-0.048219033,-0.0053122663,-0.013370566,0.023586463,0.036679156,0.02352108,-0.017604034,0.06002044,0.007825377,0.0010675612,-0.0060886745,-0.04504802,0.07348908,0.014898865,-0.0014506574,-0.0060559837,-0.007943882,0.04050399,0.030582309,-0.021853847,-0.0047565214,0.009071716,0.0013474768,0.0025498879,-0.030811146,-0.036156103,0.07316217,0.03501192,0.036483012,0.0007140912,-0.060183894,0.014016211,-0.0020033375,-0.012267249,-0.011883131,0.05485528,0.0077109593,0.04321733,0.04396922,-0.019091468,0.03139958,0.0386733,0.03713683,-0.0447538,0.034358107,0.016198326,0.020399103,-0.0035694344,-0.016198326,-0.02026834,0.017636724,-0.04429613,0.044132676,-0.038084865,0.045963366,-0.006378806,0.037659883,0.0017346593,0.023798954,0.03376967,0.040732823,0.004409181,-0.0691085,-0.06544712,-0.0022107202,0.017489616,0.061066546,0.016517062,0.018355925,0.030909218,-0.004654363,-0.04880747,-0.028244913,0.05439761,-0.0051651574,-0.01940203,0.015062318,-0.048382487,-0.04240006,0.032788943,0.016051218,0.034031197,-0.016018527,-0.0139017925,0.004793299,-0.019630868,-0.015111355,-0.014277738,0.021150993,0.0229163,0.005455289,0.005185589,-0.00672206,0.015691618,-0.03308316,-0.01668869,0.009995233,0.01070626,0.009602943,-0.00959477,0.022801882,0.038934827,0.041517407,-0.0034529732,-0.0229163,0.021118302,-0.033638906,0.0017520264,0.0070367097,0.028293949,-0.031742834,0.0011758497,0.018601105,-0.018078052,-0.013934484,0.0234557,0.031530343,-0.0067629237,-0.039980933,-0.016590618,0.0458326,0.01473541,0.0447538,0.02195192,-0.008998162,-0.0408309,0.017375197,0.011776886,0.017064635,-0.0037104138,-0.015299328,-0.012128313,0.0365157,0.028228566,0.002915617,-0.014915209,-0.03932712,-0.036973376,-0.014416674,-0.024501808,0.034292724,-0.020497175,0.055312954,0.011523532,0.009602943,-0.04125588,0.05926855,-0.064826,-0.0061990065,0.022801882,0.03726759,-0.026610369,0.010354834,-0.044590347,0.007661923,0.038738683,-0.036940683,-0.09290745,-0.033606216,0.016043045,0.012978275,-0.007551591,0.009333244,-0.05148812,-0.021821156,0.0082626175,-0.008769326,0.004772867,0.016132945,-0.030631345,-0.008548663,-0.018731868,0.0012207997,-0.034815777,-0.0038616091,0.0039842,-0.010608188,0.020726012,0.01819247,0.025368115,0.023014372,0.024894098,-0.057307094,-0.0043070223,0.0064605335,-0.017064635,0.035404213,-0.024665263,0.012201867,-0.042269297,-0.055672552,0.04848056,0.024289317,0.032004364,0.008630389,0.022818228,0.063224144,0.0053000073,-0.0013862972,-0.00902268,0.034423485,0.04099435,0.0295362,-0.015201255,-0.05266499,0.014629165,0.026544986,-0.038477156,-0.029928492,0.023488391,0.010501943,-0.010273106,0.022507664,0.046224892,0.02005585,-0.04848056,0.013239803,0.008793844,-0.03416196,-0.0008428115,-0.024093172,-0.0075761094,-0.041811623,-0.0009873664,-0.0055615343,-0.027378604,0.042628895,-0.05295921,0.037071448,-0.029568892,-0.005557448,0.020611593,-0.028065111,0.019810667,0.042301986,0.052730374,-0.017669415,-0.09499967,0.059203167,0.006583124,0.02643057,0.047859434,0.046388347,-0.022474973,0.0101995515,-0.04887285,-0.014506574,0.0038861271,0.020153921,-0.03530614,0.0051120347,-0.038967516,-0.03416196,0.04017708,0.022000955,0.029912146,-0.018552069,-0.022066338,-0.069893084,0.03141593,-0.014727237,-0.024076827,-0.049363215,-0.019026086,-0.015479127,-0.01118845,-0.043675,-0.027117077,0.0060069473,0.024697952,-0.026136352,-0.018846286,-0.0036756797,-0.032788943,0.035829194,0.00539808,0.005181503,0.008548663,-0.030565964,0.018306887,0.0401117,-0.017342506,-0.018650142,-0.015863245,-0.011262005,0.0011717634,0.046061438,-0.018176123,0.0072492007,0.015389227,-0.077804275,-0.0005450181,-0.002368045,-0.008695772,0.030190019,0.009218825,-0.009921679,0.023880681,-0.030713072,0.057666697,0.022180755,-0.002026834,-0.030467892,-0.0032833894,-0.024910443,0.0451134,0.015152219,0.056947496,0.03254376,-0.021477902,0.01990874,-0.037659883,0.018780906,-0.045963366,-0.007923449,0.026692096,0.032135125,0.00028451273,-0.020284684,0.07656202,-0.007412655,-0.009047198,-0.033213925,-0.010559151,-0.009398625,0.042301986,-0.019222232,-0.022017302,-0.0024967652,0.012316286,-0.013100866,-0.0059374794,0.0018868762,0.04831711,0.013738338,-0.00024249985,-0.05116121,0.011801404,-0.020562558,0.0075720227,-0.00033431523,-0.0042947633,-0.057372477,-0.0300756,-0.017685762,-0.027558403,0.0008234013,-0.020775048,0.042955805,-0.029487165,-0.04508071,0.03857523,-0.029127566,-0.04050399,-0.015250291,0.021101957,0.048611324,0.016574271,0.026005587,0.012218213,0.0075597637,0.011204796,0.010256761,-0.011825922,-0.01097596,0.012953757,0.013525847,-0.026839204,0.055836007,-0.025923861,0.006742492,0.015560854,-0.0071756463,-0.024518153,0.026038278,0.027493022,0.016247362,-0.01247974,0.024158554,0.026381532,-0.0007329906,0.023292245,0.012234558,0.0062439563,-0.018682832,0.035371523,0.024469117,-0.021919228,-0.017898252,-0.045178782,0.055312954,-0.006995846,-0.03344276,-0.00959477,-0.00810325,-0.019614521,-0.033148542,0.0034672755,-0.0379541,0.03645032,-0.020856775,0.0225567,-0.027885312,-0.012978275,0.008140027,-0.0007830485,-0.023700882,-0.017604034,0.00055063685,0.041125115,0.007821291,0.011311041,-0.001155418,-0.023488391,0.006664851,0.011311041,0.012455221,-0.019630868,-0.008663081,-0.053220738,0.022393247,0.03671185,-0.013730166,-0.02141252,0.011253832,0.010289451,-0.027770894,-0.0024232108,-0.007245114,-0.028964112,-0.04354424,0.01966356,-0.008131854,-0.0015722265,0.059955057,0.0008918478,-0.0076251454,0.0053367848,0.0072818915,0.00022717602,0.043413475,0.019614521,-0.039915554,-0.028195877,-0.015209427,-0.001155418,-0.0072165094,-0.0028665806,0.034358107,0.0020207043,0.017604034,0.030418854,0.003871825,0.044394203,0.02481237,-0.023194173,0.046126816,-0.034194652,-0.003967854,-0.02177212,0.029356401,-0.0061091064,-0.0155772,0.05374379,-0.0016784719,-0.01362392,0.009063544,-0.011654295,0.07133148,-0.000032946267,0.007633318,-0.0026111833,0.0051406394,0.019614521,0.004911803,0.008242186,-0.04877478,0.03520807,-0.017277125,-0.00052867265,-0.03458694,0.030140983,-0.014719064,-0.00774365,0.018862633,0.025498878,-0.01708098,0.016263708,-0.004887285,-0.0025764492,0.018731868,0.010395696,0.00081063143,-0.03932712,0.028048767,0.025384462,0.0021269498,0.00010330826,-0.0234557,0.0050629987,0.027264185,0.007375878,0.040275153,0.0008504734,0.037856027,-0.023341281,0.016574271,0.009660152,0.014571955,0.010812505,0.0040720566,-0.0067915283,-0.009414971,0.018159779,0.024011444,-0.08336172,-0.020366412,-0.004031193,-0.03533883,-0.013280666,-0.01729347,-0.017587688,0.009709189,0.017554997,0.007853982,0.0055329297,-0.026594022,0.008029695,-0.005030308,0.024861407,-0.016582444,0.0020186612,0.00075597636,-0.023423009,0.011172105,0.013149902,-0.04207315,0.011703332,-0.00034376493,-0.028293949,0.024174899,0.00023100697,0.0074167415,-0.0010900362,-0.0046952264,-0.043511547,0.00046890968,0.03716952,0.006865083,-0.01783287,0.0018735955,0.037006065,-0.057568625,0.009210653,-0.044394203,-0.012381667,-0.014024383,0.0225567,-0.003211878,0.011253832,0.04217122,-0.024305662,0.034194652,0.028866038,-0.0075801956,0.030108292,-0.010036097,0.01837227,-0.024322007,0.04802289,-0.017358853,-0.000049227852,-0.011736022,-0.0045930673,-0.013525847,0.016680516,0.012806648,0.007939795,-0.020301031,0.012618676,-0.0095293885,0.022850918,0.00023190086,0.00115031,0.019647213,-0.007882586,0.019107813,-0.016484372,-0.0035673913,0.015225773,0.01500511,-0.03040251,-0.014490228,0.010926924,0.009741879,-0.022736501,0.012422531,-0.0056718662,-0.011131241,0.0019982294,-0.00079428597,-0.026201732,0.0048913714,-0.014776274,0.0037635365,-0.023880681,-0.010943268,-0.007800859,0.008924607,-0.023161482,0.016533408,-0.017097326,0.00016013418,-0.08597699,-0.02929102,0.00977457,-0.015389227,-0.027591094,0.008916435,0.0067915283,0.0075801956,0.01127835,0.015266636,0.010003407,-0.024730643,-0.003963768,0.0009781722,-0.021118302,0.00061193225,0.009741879,0.011041341,0.008009263,0.023815298,-0.010191379,0.00902268,-0.040896278,0.046649873,-0.010959614,-0.002128993,0.008589527,0.018617451,-0.01990874,-0.033344686,0.02574406,-0.0037267592,0.012978275,-0.0095293885,-0.025090244,0.041517407,0.0013648438,0.031252474,-0.00947218,-0.01455561,-0.0070326235,-0.0019318261,0.0077191317,-0.028637202,0.01118845,-0.0003463189,0.019843359,0.0065422603,-0.036581084,0.028081458,-0.023324937,-0.0036736366,-0.005295921,0.022785537,0.006558606,-0.020987539,-0.03824832,-0.0030014305,-0.014114283,0.040667444,0.0007830485,-0.0067956145,-0.0059865154,-0.015225773,0.011319214,0.01229994,0.030467892,0.001160526,-0.015372882,0.017604034,-0.017130015,0.002596881,0.021902883,-0.010330315,0.028228566,-0.016664172,-0.007424914,0.020006813,-0.011082205,-0.05286114,0.028751621,0.0065545198,0.06427025,0.016402645,-0.008209495,0.008242186,0.0024865493,-0.030369818,0.032968745,0.0011543963,0.037986793,0.007804945,0.009496698,-0.046094127,0.009823606,-0.012242731,0.01247974,-0.012773958,0.040438607,0.0009546756,-0.014808964,0.0022168497,-0.024158554,0.0031362805,-0.009439489,0.006154056,-0.0013515631,-0.01278213,-0.010240415,0.016034871,-0.022818228,-0.022850918,0.013738338,0.03605803,0.016010353,0.030598655,-0.021461556,0.01425322,-0.0057903705,0.019990467,0.017538652,0.0239951,-0.0074494323,-0.025662333,0.033998504,0.007359532,-0.0032323098,-0.026152696,-0.0012912893,-0.021886537,0.027264185,0.029912146,0.014964246,0.0075801956,-0.005868011,0.009300552,0.028817002,-0.031988017,0.019369341,0.020137576,-0.017685762,0.021363484,-0.019532796,-0.014334947,0.020186612,0.017816525,0.012724921,-0.0089572985,-0.0229163,0.012438877,0.0037737524,0.04955936,-0.03599265,0.026544986,-0.02459988,0.06387796,-0.058353204,-0.02670844,-0.054593753,-0.0070121917,0.013174421,0.029814074,0.0007922428,-0.014686374,0.011221142,-0.012463395,-0.02914391,0.017407889,0.011507186,-0.012128313,-0.015430091,-0.015446437,0.049363215,-0.017097326,0.034717705,0.017489616,-0.013027312,-0.03671185,0.012929239,0.035894576,0.0024661175,-0.0017591774,0.0101259975,0.018993396,0.0619492,-0.01034666,-0.036025338,-0.024256626,-0.03412927,-0.018176123,0.022393247,0.0040577543,-0.012316286,0.035077304,-0.041942388,-0.02796704,0.0162065,-0.015519991,-0.019238578,-0.00929238,-0.029552547,0.008111422,0.01675407,-0.011874959,0.008581353,0.03211878,-0.032249544,0.025171971,-0.013844583,0.0031710144,-0.020333722,-0.012234558,-0.037234902,0.013329702,-0.03455425,0.017031943,0.007837636,0.017734798,-0.0236355,-0.028441057,0.009464007,-0.0019389773,-0.035273448,0.014482056,0.01582238,0.020153921,-0.012226386,-0.02607097,-0.01954914,0.027296877,-0.017571343,0.007424914,-0.0057086432,-0.0074494323,-0.00694681,0.005978343,-0.005067085,-0.0032588711,0.0041680858,0.024174899,-0.012373495,0.014759928,-0.008037868,-0.046846017,-0.007379964,0.007886672,0.028342985,0.022327865,0.0041129203,0.00469114,-0.012904721,0.019581832,0.0071879053,0.020219304,0.005557448,0.005888443,-0.035829194,0.015806036,-0.0049690125,-0.008556835,0.0064850515,0.003963768,-0.00045307504,-0.028097803,-0.017162707,-0.00071664515,-0.006742492,-0.0034080232,0.00046916507,0.0131580755,-0.028048767,-0.0041680858,0.0054062526,0.025286388,0.018813595,0.023717226,-0.03762719,-0.004499081,-0.005855752,0.018666487,-0.034325413,0.029176602,0.020709667,-0.0045522037,0.00023637032,0.019712595,-0.025090244,-0.015977662,0.011196624,-0.0113437325,-0.0075679366,0.030860182,0.017064635,-0.00090666086,-0.0007416741,-0.006562692,-0.018486688,0.004642104,0.01416332,0.030713072,-0.041778933,-0.0014220529,-0.0114663225,0.0035673913,0.014008038,-0.01061636,0.003269087,-0.016950216,-0.022442283,0.027558403,-0.007931623,-0.028947765,0.0046175853,-0.005863925,0.008458762,-0.0155772,0.016427163,-0.018029016,0.002033985,-0.013362394,-0.003553089,0.014220528,-0.013672956,0.055312954,-0.0030504668,0.039294425,-0.009586598,0.024436425,-0.010085134,0.0055288435,0.007927536,-0.023946062,0.03082749,0.003326296,-0.040373225,-0.016214672,-0.024665263,0.00028221417,0.0046747946,-0.0009643807,-0.022671118,0.0029013148,0.0017224002,0.037856027,-0.021510594,0.0024742903,-0.005872098,0.011703332,-0.008965471,0.00836069,0.114352666,0.0025192401,0.023782609,-0.00080909906,0.05367841,-0.0060192067,0.0012095622,0.026692096,-0.020350067,0.009169789,-0.01482531,-0.0035265277,-0.004830076,0.00027889397,0.013460466,-0.016018527,-0.011613431,0.016500717,-0.0051324666,-0.006689369,0.0040822723,0.016280053,0.022213446,-0.033328343,-0.02048083,-0.0218375,0.016451681,-0.0034774914,0.00614997,0.00004817434,-0.017244434,0.012896548,-0.0050956896,0.014759928,0.025842134,0.011907649,0.0025131106,0.0052591437,0.020170268,-0.027264185,0.00234557,0.010191379,0.022115374,-0.0090063345,-0.015372882,-0.008597699,-0.010207725,0.0119403405,-0.03671185,-0.016917525,-0.008401554,0.01690118,0.020856775,0.010730778,0.0008933802,0.012365322,0.017309817,0.04553838,0.026528642,0.0061213654,-0.021608666,0.009406798,-0.006288906,-0.01729347,-0.0010323164,-0.013607575,-0.0041966904,-0.0017847172,0.009602943,-0.013738338,-0.0383137,0.039523263,0.000111800226,-0.0005120718,0.0034243686,-0.0059579113,0.012414358,0.02080774,0.040307842,-0.015242118,0.012054758,0.022425937,0.025188316,-0.003973984,-0.008283049,0.007241028,-0.019614521,0.046846017,0.0018858546,0.040307842,-0.03383505,-0.0048586805,0.0049363216,0.022360556,-0.0031751008,0.010068788,-0.028065111,-0.015372882,-0.033736978,-0.026005587,0.0034304983,0.006272561,0.0003166928,0.033573523,0.0029319625,-0.028653547,-0.0154873,0.025221007,0.0059701703,-0.0001785228,-0.015421919,0.0139017925,0.0058067157,-0.008622217,0.033328343,-0.022131719,-0.0035244846,-0.0019256966,-0.0035347003,-0.041190498,0.016116599,0.0032323098,-0.014939728,-0.0026745219,-0.008466936,0.009758225,0.020023158,-0.017751142,0.0003498945,-0.0005547232,0.0040373225,0.025825787,0.031579383,-0.01154805,-0.029716002,0.02736226,-0.0036572912,-0.029421784,-0.029438129,0.02062794,-0.03978479,0.022883609,0.012929239,0.0015548596,-0.021461556,-0.012022068,0.0059170476,-0.006742492,0.0027603353,0.032707214,-0.0095293885,0.007870327,0.011670641,0.009284208,-0.019483758,-0.015282982,0.03497923,0.026005587,-0.033344686,0.005908875,-0.006113193,-0.019434722,-0.011597087,-0.019581832,0.009235171,-0.007666009,-0.0027766807,0.004862767,0.001287203,0.012193695,0.030271746,-0.05926855,-0.03520807,-0.012242731,0.0155772,-0.0153075,-0.019058777,0.0020431795,-0.018568415,-0.0006727168,-0.027313223,-0.0018306888,-0.0082748765,-0.021723084,0.017277125,-0.003211878,0.0055370163,-0.0024518152,0.00469114,0.028898729,-0.0064809653,-0.033066817,-0.02026834,0.013754684,0.02123272,-0.011098551,-0.0074494323,-0.018290542,-0.025858479,0.037300285,0.011809577,-0.023145135,-0.0150950095,0.01840496,0.012062931,0.023782609,-0.03094191,-0.006877342,0.008152286,0.008614045,0.005896616,-0.0016559969,-0.008524144,0.00623987,0.030778455,0.008426072,-0.01305183,0.06351836,0.02832664,-0.0313342,0.011180278,-0.022115374,0.01729347,-0.066297084,-0.0019491932,0.011302869,0.015724309,-0.031023636,-0.008916435,0.0009531432,0.015421919,-0.019974122,-0.010093306,0.0061908336,-0.021804811,-0.0026786083,-0.012487913,-0.025466189,-0.024534497,-0.026185388,-0.005471634,-0.000057879442,0.0060682427,-0.009962543,-0.012773958,0.029895801,0.012316286,0.02234421,0.01797998,0.017522307,0.0021453383,0.024044136,-0.011433632,-0.01762038,0.005328612,-0.018519377,-0.008409726,-0.02442008,0.00009717872,0.008638563,-0.0132071115,0.0013924268,0.035502285,-0.009071716,0.004245727,-0.00031337264,0.022033647,-0.02406048,-0.0144493645,0.0067016287,-0.0013924268,-0.030909218,0.015250291,0.003256828,-0.0018582717,0.0021351224,0.0051038624,0.018519377,0.010330315,-0.022049991,-0.015421919,-0.009325071,-0.0045930673,-0.004237554,-0.010542805,-0.0069754147,-0.007290064,-0.009946197,0.021183684,0.0063297697,0.012937412,-0.015961317,-0.0239951,0.03680992,0.029503511,0.016786762,-0.0008274877,0.011425459,-0.017162707,0.0015763129,0.021428866,0.020464486,-0.02123272,-0.006154056,-0.0021657702,0.028947765,0.023700882,0.017930942,-0.01362392,0.004065927,0.043511547,0.01172785,-0.01389362,-0.030631345,0.01428591,-0.00022998538,-0.029846765,-0.0019287614,-0.013820065,0.009545734,0.011098551,0.0024988083,0.025858479,0.010158688,0.030778455,-0.0052305395,-0.015797863,-0.031203436,0.0508343,0.010027925,0.044067293,0.019581832,0.029045839,-0.012716749,0.016655998,0.0041885176,-0.0057454207,0.03208609,0.003428455,-0.022262482,-0.023439353,0.0010425323,0.012904721,0.015332018,-0.025221007,0.02209903,0.0057944567,0.010387524,0.0131580755,0.012708575,0.00959477,0.025008516,0.054789897,0.025515225,-0.030713072,0.038967516,0.013909966,0.008021522,0.0046625356,-0.01464551,-0.029814074,-0.042334676,-0.03323027,0.019974122,-0.050245866,0.01070626,-0.011499014,-0.011270178,0.017277125,-0.012741267,0.034848467,-0.023749918,0.03520807,-0.009651979,-0.007437173,-0.02513928,0.00920248,0.0008004155,0.006550433,-0.053547647,0.01614929,0.012103795,0.028244913,0.010330315,0.006787442,0.01690118,-0.025809443,-0.013027312,-0.0089327805],"social":"https://twitter.com/VinayaSharmaa"},{"title":"refactornow","description":"we help engineers learn and master refactoring","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=FMOE3VHQl9s","youtube_transcript":"Hello, everyone. My name is Art Pasta, and I'm a twenty one year old software engineer that is building refactored in order to them. Basically, it's a website for software engineer to learn master the refactoring skills. We offer a range of exercises that cover different course well and different impacting techniques that helps you learn how you can refactor your code in real world. Let me show you how it works. Go to refacta now dot net and choose from a list of exercises, read the problem statement and try refactoring the bad code. Once you have refactored your code, try submitting your code to see if you have refactored your code successfully or not. If you fail to refactor your code, don't worry. Your answer to see the solution and refactored code of that exercise. And also, if you don't like our answer, you can generate an AI one. Now let's talk about the actual progress that we have done in last six weeks. So basically, we launched our site on sixteen of April. And from that time up to now, we have about one point five k user their site with an average engagement rate of one minute. And around four hundred of them, people actually signed up, and we send them a bids every week with their own what happened. We factor now. And also, we also collaborated with one of the oldest institution in South Asia. They have a session already factored, where we basically factored out to the students and got their feedback. Yeah, that's it. Thank you so much.","embedding":[-0.0307157,0.0150590595,0.009314805,-0.0042951186,0.022289798,-0.002812369,-0.048792545,0.032777358,-0.033853006,0.020526933,0.052676827,-0.080255225,-0.032896873,-0.022140402,0.060594786,0.018076846,0.028639104,-0.025397222,-0.03209014,0.05094384,0.056680623,-0.052079245,0.003723681,0.0133933,0.0028515852,-0.026577447,-0.02902753,0.03947027,-0.003163448,-0.061670434,0.0018216905,-0.01306463,-0.046461977,0.021034876,0.020482114,-0.009060833,0.0046872813,-0.030491607,0.01600025,0.0062858127,-0.023066655,0.0047059557,-0.013744379,0.011630434,-0.03235905,0.011204657,-0.010285875,0.054678727,0.05420066,0.030327272,-0.07589288,-0.028295495,-0.019660437,0.00571064,0.0153279705,0.031791348,0.009867568,0.06286559,-0.01664265,0.0074025434,0.039111722,-0.0067489385,0.04580464,0.022723045,-0.04741811,0.0050159516,-0.036183573,0.038992207,0.019779954,0.009434321,0.036034178,0.033494454,0.04607355,-0.01992935,-0.0059646126,-0.009359623,0.017404567,0.05324453,0.027623214,-0.009337214,0.0026330943,0.025098432,0.001789944,-0.0072382083,-0.004381021,-0.059877686,-0.068901174,-0.03531708,-0.013804138,-0.022977017,0.002956162,0.028474769,-0.03821535,0.055156793,0.07021585,0.024127362,-0.046282705,0.043384433,0.04735835,0.043952134,0.04284661,-0.01728505,0.043085642,0.0036583205,0.023649296,-0.0007717208,0.02711527,-0.0647181,-0.0040896996,-0.02512831,-0.10463656,-0.031851105,-0.0077312132,-0.028863197,0.008986135,0.031880986,0.03427131,-0.090414114,-0.0090085445,-0.025949985,-0.019212252,0.03534696,0.015387729,-0.013707031,-0.0046947515,-0.010524908,-0.008866618,-0.024022784,-0.0017983475,-0.020198261,0.03131328,0.0019962965,0.050196864,-0.042876486,-0.017942391,0.012579095,-0.03197062,-0.005523896,-0.047776658,0.011794769,0.002530385,-0.011354052,-0.059877686,0.041920356,-0.019212252,-0.05154142,-0.02580059,0.01662771,-0.01177236,-0.009083242,-0.023723993,0.006405329,-0.038006198,-0.027981764,0.03355421,-0.027533578,0.003888016,-0.008082293,-0.034121916,0.016538074,-0.00096173305,0.0094119115,-0.058921557,0.026248777,-0.0008454847,0.023245929,-0.042697214,-0.034749378,-0.08963726,-0.019018037,-0.038065955,-0.04084471,0.0015070264,0.024246877,0.02087054,-0.0081047015,0.034211554,-0.05805506,0.01240729,-0.029879086,-0.031612072,0.025740832,-0.062985115,0.013841487,-0.033882882,-0.05103348,-0.009882508,-0.005916059,-0.0007227004,0.022693165,0.0035369368,0.016732289,-0.005650882,-0.0031447737,-0.0059272638,-0.06316438,0.058294095,-0.036572002,0.013609923,-0.0051429374,-0.005195226,0.020138504,-0.009030954,0.033793245,0.007447362,0.01930189,0.026099382,0.005822687,0.013482938,-0.009247577,0.065494955,0.009374563,0.0035574785,0.02121415,-0.023753872,-0.037378736,-0.030775458,0.036362845,0.009553838,-0.004952458,-0.027533578,0.0034304925,0.013893775,0.02187149,0.015417608,0.03427131,0.032747477,0.016777106,0.057517238,-0.03851414,0.0038954858,-0.016433498,-0.013863896,-0.018988159,0.051571302,-0.030626062,-0.0063231615,-0.03427131,0.0215727,-0.015671581,-0.00060738577,0.022095583,0.033613972,0.03137304,0.03651224,0.00882927,-0.06567423,-0.02612926,0.014020761,0.030282453,0.059280105,-0.021333667,0.033464577,-0.029819326,-0.008605177,-0.03301639,0.018196363,0.007264353,0.015163636,-0.0036321764,0.008388553,-0.0110851405,-0.013968472,0.005008482,-0.0052661886,0.02808634,0.009994554,0.0647181,-0.0015649172,-0.012534277,0.050854202,0.019645499,0.02188643,0.00060411775,0.0300733,0.012989933,0.020018987,0.04215939,-0.07433917,-0.027234787,0.012056211,-0.016777106,0.04601379,-0.016179524,-0.044340562,0.03298651,-0.018121665,-0.0012157053,-0.020018987,0.0019197313,-0.017524084,-0.040695313,0.02121415,-0.0020000313,0.007312906,-0.017404567,0.03397252,-0.009927326,0.039410513,0.009867568,0.026831418,-0.054111023,-0.025382282,0.014222445,0.013677151,-0.014939543,0.050794445,-0.020332718,0.012855477,0.011354052,0.023096533,0.05432018,0.016104827,-0.021841612,-0.029923905,-0.024067603,0.050435897,-0.040127613,0.009210228,0.005684496,-0.00009658181,-0.0132065555,0.031134007,-0.007245678,0.021602578,0.023350505,0.02384351,0.03307615,0.018405516,-0.013834016,0.01891346,-0.033853006,0.0068460456,-0.04084471,0.01995923,0.05136215,-0.029938843,0.012556686,0.05354332,0.039320875,-0.07027561,-0.07894054,-0.040605675,0.0112195965,0.059309985,0.024859399,0.026652144,-0.0307157,0.018345758,0.0055463053,0.0064464128,0.0008324126,0.015970372,-0.027936945,-0.014334491,-0.024754822,-0.0036359113,-0.023873389,-0.017225293,-0.018061908,-0.025277706,0.02024308,-0.013101979,-0.0002577071,-0.042249028,0.046880286,-0.044878386,0.022723045,0.036093935,-0.026667085,0.0024650246,-0.011503448,0.039141603,-0.032448687,-0.04936025,0.000098565964,0.015073999,0.010659364,-0.025845408,0.018569851,0.04475887,0.0073091714,0.019570801,-0.040396523,-0.013243904,0.042368542,-0.005662087,-0.00817193,-0.011929225,0.023873389,0.04807545,-0.05727821,0.020721145,-0.041621566,0.05423054,-0.002976704,0.0625668,0.012228016,0.020004047,-0.02547192,0.04738823,0.02188643,-0.029326322,-0.046760768,-0.017449386,0.05091396,-0.002235329,-0.008269037,0.0009832087,-0.008044944,-0.013998351,-0.054648846,0.045924153,0.00061718986,0.010009494,-0.02937114,0.032747477,0.03334506,0.022737984,0.0072270036,-0.02190137,-0.0128928255,0.011062731,-0.04117338,0.023410263,0.07165004,-0.012489458,0.0051877564,-0.039619666,-0.039410513,0.02454567,0.018151544,-0.0047582444,-0.026592387,-0.013557635,0.012616443,0.010524908,0.04544609,0.00539691,-0.01928695,0.0038319926,-0.0023809897,-0.0123027135,-0.0073614595,-0.047477867,0.020108625,-0.021542821,-0.019451285,0.015088938,0.003398746,-0.017090837,-0.0121682575,0.012579095,0.04538633,-0.03436095,-0.009045893,-0.0083736135,0.0038693415,0.05978805,0.05518667,0.004642463,0.030655941,-0.03690067,-0.00048880314,0.025397222,-0.028609224,-0.015671581,-0.0074623018,0.014125338,-0.050435897,0.025277706,-0.018853704,0.0013566972,0.0094119115,-0.03226941,-0.013221495,0.0072307386,-0.017733237,-0.008044944,-0.017778056,-0.037707407,-0.016478315,0.030133057,0.047238834,0.009016014,0.039022084,-0.05844349,-0.010704182,0.0010840505,0.029998602,0.023783753,0.0398587,0.05387199,-0.018151544,-0.010054313,0.016567953,0.016717348,-0.031761467,-0.038753174,-0.0076303715,0.020093685,0.024859399,-0.021811733,0.0837212,-0.0048553515,-0.009688294,0.012616443,0.0039290995,-0.011212126,0.04174108,-0.006663036,0.0016937706,0.010203708,0.010173828,-0.014020761,-0.010158889,-0.01728505,0.01340824,-0.013467997,0.022633407,-0.015372789,-0.0012007657,-0.026502749,0.027548516,-0.0089637255,-0.026682023,-0.043294795,-0.04610343,-0.02907235,0.0023921942,0.0048889653,0.00050420954,0.040097732,0.044579595,-0.04574488,-0.018405516,-0.0130272815,-0.012930174,-0.01924213,-0.04939013,0.027204907,0.0034472996,0.020437295,0.014760268,-0.01703108,0.025113372,-0.014327021,-0.022424253,-0.021453183,0.025696013,0.05432018,-0.024097482,0.030252574,-0.016478315,0.032239534,-0.0023791222,0.010166359,-0.060893577,-0.0033165785,-0.0027432735,0.013355951,0.0032101343,-0.00093185395,-0.0037628973,-0.011077671,0.0054417285,0.013467997,-0.042966124,-0.011540797,0.025083492,0.018480215,-0.00817193,-0.026487809,-0.04048616,0.032508444,-0.014237384,-0.042099632,0.0014855508,0.019660437,0.0022521361,-0.041113622,-0.027877187,-0.033135906,0.025098432,-0.011227067,-0.0065472545,0.0018795813,0.006793757,0.0340024,0.017867694,-0.026726842,0.014214975,-0.014775208,0.012295243,0.0069132736,0.022962077,-0.01598531,-0.009613596,-0.016433498,0.04215939,0.00037418885,-0.0340024,-0.0051205284,-0.04568512,-0.009568777,-0.011279355,-0.006114008,0.019496104,-0.0054977518,-0.024874339,0.008366144,0.017822875,-0.007678925,-0.043982014,0.010323224,0.010487559,0.011122489,0.0060318406,-0.0050420957,-0.000041754854,-0.02512831,-0.019466225,0.03394264,0.03582502,0.043952134,-0.017180474,0.010614545,0.016433498,0.0015826578,0.028265614,0.02450085,0.041681323,0.0051130587,-0.0019290685,-0.00912806,0.015880734,-0.011645374,0.027503697,0.0090533625,-0.02777261,0.03504817,0.016792046,0.01767348,0.010920806,0.04870291,-0.0007983318,0.0015462426,0.021363545,0.0047731837,-0.022080645,-0.01632892,-0.012974992,0.030267514,0.006831106,0.01014395,0.030461727,-0.032627963,-0.002681648,0.0013800403,0.005139203,-0.029699812,0.0021158129,-0.0038768114,-0.021632457,-0.027414061,0.031492557,-0.015477366,0.015372789,0.009105652,-0.01045021,-0.0568599,0.0041046394,-0.005355826,0.0004292784,0.0031821225,-0.018435396,-0.0026330943,-0.028922955,0.044549715,0.022737984,-0.004791858,0.018046968,-0.015581943,-0.0034398297,-0.008067353,0.022379436,-0.013893775,-0.0019645498,0.02838513,-0.005124263,-0.009762991,0.012511867,-0.0013258844,-0.0057069054,0.0047507747,-0.01500677,-0.0071635107,0.014454007,0.009628535,-0.09585211,-0.011951634,0.00880686,-0.011712601,-0.008044944,-0.010584666,-0.011720072,-0.006730264,-0.0011914285,0.06573399,-0.03041691,-0.018032027,0.017792996,-0.05458909,-0.0067115896,-0.02320111,0.023036774,0.0149246035,-0.008433372,0.008724693,-0.023753872,-0.032508444,0.012198136,-0.0068535153,-0.014498826,-0.0050495653,-0.027951885,-0.012235485,0.00014099194,-0.023813631,-0.003811451,0.005815217,0.022185221,0.0013445589,0.0050458307,-0.022349555,-0.027384182,-0.031522434,-0.026607325,-0.019421406,-0.033046268,-0.019316828,-0.035496354,-0.0052661886,0.011361523,0.016194465,-0.027488759,0.0110403225,0.0451473,-0.03552623,0.029042471,0.0044221045,0.016239284,-0.028474769,0.0320005,0.026248777,-0.010166359,0.007768562,0.027877187,-0.034898773,0.027936945,0.023664236,0.03140292,0.015208455,-0.008052413,0.027682973,0.055933647,0.037050065,0.022304738,0.027966823,0.023051715,0.0023660501,-0.008224218,-0.014252324,0.0141552165,0.03424143,-0.01791251,0.013789198,0.0021438245,-0.01703108,0.029117169,-0.014304612,0.00024136699,0.003992593,-0.010614545,-0.016567953,0.0051840213,0.0307157,-0.005744254,-0.0320005,-0.013527756,0.012056211,-0.015402668,0.015141226,-0.011817179,0.028952833,-0.0077312132,-0.0076154317,-0.06453882,0.002715262,0.009942265,-0.0022596058,0.0033259157,-0.028280554,0.03947027,0.0018011486,0.03621345,-0.028355252,0.04541621,-0.035466474,-0.01242223,0.010696713,0.023380384,-0.011974043,0.012048741,0.01925707,0.026980814,0.05455921,-0.027847307,0.0162841,0.0045192116,0.0020765965,-0.029923905,0.016821925,-0.008358674,0.00039659816,0.04045628,0.018823823,0.0154624265,0.00015709864,0.0022708105,-0.01043527,0.0025957455,0.025964925,-0.021961128,0.017359748,0.050764564,0.012310184,-0.020317778,-0.022140402,0.026577447,0.006797492,0.008254098,0.025696013,0.030297393,0.00302339,0.02902753,-0.009949735,-0.016373739,0.004903905,-0.009553838,-0.021722095,0.0008366144,0.0064277383,-0.0048553515,-0.039948337,-0.0010933878,0.018808885,-0.020780904,0.0027712851,-0.020661388,-0.04084471,0.036661636,0.0022726778,0.006311957,0.04087459,-0.044370443,-0.0056322077,0.018136606,-0.020661388,-0.0011904949,-0.0142448535,0.039051965,-0.00440343,-0.0070402594,0.0012446507,0.01111502,-0.045356452,0.050495654,-0.023126412,-0.044848505,0.012586565,-0.033912763,-0.031163886,0.00057703984,0.0142896725,0.028564407,0.043264914,0.00947167,0.008612647,0.009875038,0.015171106,0.0046798117,0.010532377,-0.013348482,0.016149646,0.008007595,0.003559346,-0.024769763,0.01338583,-0.026861297,0.0067339987,-0.0025415898,-0.015313031,-0.006636892,-0.0320005,-0.01045768,-0.023455082,0.019525982,0.03788668,0.0101364795,0.010644424,-0.0064800265,0.06008684,-0.0038954858,-0.016134705,-0.01861467,0.012653792,0.03947027,-0.006692915,0.00947167,-0.011906816,0.0008669603,0.00848566,-0.0120786205,0.021931248,0.056083042,-0.02512831,0.042308785,0.04631258,0.0013548298,0.041412413,0.035496354,0.020467173,0.039828822,0.002315629,-0.016373739,-0.0001607168,-0.008022535,-0.005165347,0.025322525,-0.0023865919,0.016597832,-0.0069095385,-0.040336765,-0.016836865,-0.002091536,0.028863197,0.02417218,0.018375637,-0.016702408,0.025501799,0.015066529,0.030894974,-0.028848257,-0.019047918,-0.037707407,0.013647272,0.008351204,0.030222695,0.0017983475,-0.018076846,-0.03209014,-0.028205857,-0.031193765,0.010726592,-0.0073054363,-0.028683921,-0.022424253,-0.02152788,0.019167433,0.012399821,0.033404816,-0.010853577,0.01338583,0.021019937,-0.00061625615,0.058383733,0.054140903,-0.02127391,-0.024859399,0.033494454,-0.013878835,0.01565664,-0.021991007,-0.047926053,0.024515789,0.024978915,0.023096533,0.013311133,0.028952833,-0.0076191667,-0.013199086,0.0025938782,-0.008687344,0.013990882,-0.031821225,-0.03660188,-0.07153053,0.008463251,0.024426153,-0.014401719,0.0014183228,-0.015581943,-0.018928401,-0.022110524,-0.0431454,0.025247827,-0.006931948,-0.0021176802,-0.012003923,0.0022540034,-0.0110851405,-0.021363545,-0.016717348,0.0032232064,0.0020429825,-0.020272959,-0.013318602,-0.047567505,-0.042966124,0.029296443,-0.0025117106,0.021692216,0.0025938782,-0.041263018,-0.013303663,0.022663286,-0.0039963275,-0.00017565634,-0.021438243,-0.008851679,0.03325542,-0.046820525,-0.0046237884,-0.028668983,0.010935745,0.018823823,-0.014058109,0.0016536206,0.01012901,-0.029117169,-0.0009972145,0.02252883,-0.00061205437,0.023260867,-0.008321325,-0.0072157993,-0.028609224,0.007585553,0.0055052214,-0.01570146,0.00424283,-0.0057629286,0.021602578,0.014827496,0.00006045846,-0.024978915,-0.047627263,-0.034450587,0.020661388,-0.031134007,-0.028683921,-0.008425902,-0.026293594,0.0009906784,-0.01174995,0.013184146,-0.04804557,-0.020795843,0.00061532244,0.0016330788,0.008358674,0.005247514,-0.019376587,-0.005677026,-0.020810783,-0.008470721,-0.024978915,0.010106601,0.03725922,0.05154142,0.017553963,-0.012818128,-0.030835217,0.014820026,-0.0026200223,0.002091536,-0.020975119,0.01667253,0.0033371204,0.0061252126,0.011413811,-0.0003774569,-0.009359623,0.008470721,0.0128928255,0.009755521,0.030954732,0.024799641,0.036751274,0.0011578145,-0.0011876937,0.003010318,0.00522884,-0.048613273,-0.004246565,-0.0090981815,-0.03920136,-0.0010495029,0.006330631,0.005064505,0.0021774382,0.01995923,-0.01865949,0.0017591312,-0.005355826,0.0053483564,0.043264914,0.01797227,0.026413111,0.020526933,-0.028698862,-0.034151796,-0.021019937,-0.0043586115,-0.0325682,0.034121916,0.004283914,-0.014670631,-0.02188643,-0.010382982,-0.014401719,0.0038431974,0.012198136,0.019436345,-0.011996453,0.00408223,0.004776919,-0.008201809,-0.009441791,0.011204657,-0.02971475,0.005751724,-0.007036525,-0.0067750826,-0.029640052,-0.0006545387,0.082824826,-0.008732162,0.08073329,-0.0209303,-0.015268212,0.015163636,-0.011966574,0.027294545,-0.030984612,-0.032448687,-0.026428051,0.020198261,-0.006931948,0.011787299,0.004836677,0.012198136,-0.03722934,-0.005262454,0.0002791827,0.044639353,-0.004941254,0.02418712,0.03582502,-0.02382857,-0.0037759694,-0.023783753,0.023335565,0.025322525,0.028878136,0.0099572055,0.013998351,0.014439068,0.034211554,0.018823823,0.009568777,0.022588588,0.0077312132,0.020736085,-0.00057797355,0.01011407,-0.0101364795,0.016134705,0.052706707,-0.008381084,0.010696713,0.017419506,-0.034211554,-0.013505346,-0.019779954,-0.03794644,-0.016567953,0.0041307835,-0.015417608,0.012788248,0.011697662,0.02517313,0.010913336,0.014476417,0.009396972,0.0017423242,-0.030118119,0.020317778,-0.01825612,0.0052773934,-0.005501487,-0.018345758,-0.011966574,-0.021004997,0.009464201,-0.0024258082,-0.010943215,-0.012452109,0.0018487684,-0.010749001,0.026906116,0.023440143,0.015806036,0.004287649,0.01795733,-0.0031429064,0.009113121,-0.008881558,-0.0040336763,0.006636892,0.037647646,0.005139203,0.011361523,0.017882632,-0.014058109,0.029864145,-0.013012342,-0.011256945,0.03782692,0.0093222745,-0.007903018,0.020810783,-0.034599982,0.012750899,-0.0033894088,-0.008463251,0.019406466,-0.04341431,-0.0071672457,-0.009068303,-0.006607013,-0.010509969,-0.04147217,-0.011197187,-0.00065920735,0.012646323,-0.009934796,-0.004347407,-0.0011419413,0.018495154,0.011548267,-0.014939543,0.005781603,0.010233587,-0.0020168382,-0.008635055,0.037139703,0.01437184,-0.0041345186,-0.017882632,-0.0027339363,0.008082293,0.009396972,-0.04511742,0.013796668,0.014932073,-0.010592136,0.01665759,0.013751849,-0.0030215224,0.004433309,0.0066182176,-0.021542821,-0.003981388,-0.017359748,0.008030004,-0.008918907,-0.014327021,0.0123027135,-0.035406716,0.008366144,-0.008366144,0.001069111,0.003277362,0.0022876174,0.005583654,0.0064277383,-0.0017516614,0.030566305,0.012362472,-0.024007846,-0.017479265,0.021617519,0.0129824625,-0.0046536676,0.0063866545,-0.021811733,-0.019466225,0.007888079,0.005423054,0.023903267,-0.010950685,-0.008082293,0.017404567,-0.0072344737,0.014020761,0.01076394,0.0011680855,-0.025651194,0.009964675,0.0080598835,-0.037408616,-0.007208329,0.01995923,-0.015200985,0.01958574,-0.008709753,-0.011152369,0.0062932824,-0.025949985,0.005322212,0.0071896547,-0.027249726,-0.0042390954,-0.0065211104,0.008971196,0.017837813,-0.014737858,0.003090618,0.016299041,-0.011712601,0.048463877,-0.008732162,-0.030894974,-0.043205157,0.033703607,-0.0008515539,-0.026950935,-0.03749825,0.0025920107,-0.005490282,0.0025061083,-0.047208954,0.0039440393,0.0033091088,0.032837115,-0.023260867,-0.00096546795,-0.04673089,-0.001853437,0.006663036,-0.006371715,0.01045021,0.013744379,0.03358409,-0.03582502,0.03406216,0.015268212,0.00980781,-0.052168883,0.019540923,0.056740385,0.0017516614,-0.02972969,-0.037289098,0.0028515852,0.016762167,-0.039619666,-0.024605427,-0.0056546167,0.020183323,0.055067156,-0.011966574,0.010666833,-0.031134007,0.0018282265,-0.008224218,-0.00134736,-0.0032923017,0.02191631,-0.015850855,-0.0009099115,0.055724494,-0.0042353603,-0.017763115,-0.0069767665,0.011398871,0.0048180027,0.0070664035,0.0015779892,-0.00979287,-0.0013333542,0.035735387,-0.047238834,0.0074959155,-0.021154393,0.016612772,-0.036452483,-0.02553168,-0.01078635,-0.004575235,-0.013303663,0.014431599,0.015955431,-0.043533828,0.016149646,0.0035649484,-0.0019234661,-0.03681103,-0.0018272928,-0.04640222,0.0032661576,-0.0024202059,0.022797743,0.012526806,-0.015215924,-0.0011260681,0.0013996484,-0.01338583,-0.009710703,0.00944926,0.012549216,0.022454133,0.013565104,0.018166484,0.013848956,-0.0017077764,0.025442041,0.007955306,0.021318728,0.003070076,0.025576496,-0.0150590595,0.03887269,0.010861048,-0.015776157,0.013669682,-0.027040573,0.03561587,-0.0050906492,0.03301639,-0.018151544,0.00029879087,-0.008769511,0.019032978,0.012922704,0.022140402,-0.01861467,-0.011630434,0.035675626,0.020392476,0.0011736879,-0.0046125837,0.0055089565,-0.03955991,-0.0032904344,0.008328795,0.023903267,0.045535725,0.03663176,0.03953003,0.017927451,0.0074697714,-0.008112172,0.0033408552,-0.018121665,0.0103605725,0.005445463,0.06262656,-0.023455082,0.04177096,0.0037684997,-0.035675626,-0.0033931436,-0.0267866,-0.018435396,-0.022797743,0.0048217373,0.01436437,0.011988983,-0.0014005821,0.00915047,0.017180474,0.01046515,0.030894974,-0.0058301566,0.014849906,0.043264914,0.026667085,0.015716398,-0.025427101,0.0020037661,0.024635306,-0.020168383,-0.013751849,0.018883582,-0.010031903,-0.0022166546,-0.0063903895,0.020751026,-0.009845159,0.010935745,0.01176489,0.0037162113,-0.023977965,-0.03621345,-0.0082391575,-0.021184271,0.041681323,-0.02517313,-0.050196864,-0.026652144,-0.035795145,0.004997277,0.012437169,-0.03761777,0.010517438,-0.018106725,0.042398423,-0.011817179,0.013580045,-0.0011195319,-0.012519337,-0.009621065,-0.018764066],"social":"https://twitter.com/saadpastadev"},{"title":"knowledgelayer","description":"a developer toolkit for building web3 educational platforms","niche":"web3","youtube_url":"https://youtube.com/watch?v=Ai6ptAEI3-w","youtube_transcript":"Hey. I'm Matija, and I'm building a knowledge layer, a developer toolkit for building web three educational platforms. Basically, we have all the main back end components for building course marketplace like Qdemy or Coursera, but open the user owned and all accessible with a single unified profile. The way it works is that all the data like users and cursors live at the protocol level, and then multiple platforms can read and apply to it. To write data to the protocol, you need to interact with some smart contracts that are currently deployed in mobile test now. You can see the addresses in the docs and play around with them on public stuff. To read data from the protocol, we deploy the sub graphs. So a GraphQL API that allows you to query data like, courses, users, and much more. We also have a demo front end, which is a video course marketplace that Anyone can fork to get started with a platform integrated knowledge layer. We started to work on this six weeks ago, and so probably we have seven platforms that committed to with the knowledge of their tools and more that we're talking with. Most of them came through building in Polycom Twitter or word-of-mouth and just going through a bunch of win free habitats and talking to people about knowledge layer. We also built Arderma Fronton during the hackathon and many sponsors loved idea and we won over seven k in prices that we'll be putting to fund in the development of the vertical. That's it. Thank you for listening. Bye.","embedding":[-0.03506359,0.020278497,0.012799623,0.025395205,0.0233548,-0.0039277812,-0.06303285,0.029868403,0.0077810097,0.023715794,0.041467328,-0.058387,0.0070864866,-0.050476503,0.042471834,0.018661866,0.018520607,-0.025567856,-0.030041054,0.042189315,0.017751532,-0.045391183,0.03308597,0.022114862,0.015397217,-0.04661543,-0.012415085,0.034435775,-0.04991147,-0.014063105,0.03694704,-0.040713947,-0.026603755,0.03162629,0.0012723109,-0.023951227,0.01875604,0.044763368,-0.015891623,0.028141906,-0.024641825,-0.058638126,-0.004382949,-0.00643905,-0.023621622,0.010021532,-0.036915652,0.07376852,0.015271653,0.050602067,-0.056346595,-0.015789602,-0.00032739688,0.021832343,-0.031846028,-0.0474002,-0.0051088626,0.033713784,-0.038485195,-0.007824172,0.016495897,0.0072552124,0.058543954,0.019038556,0.0055718776,-0.025928851,-0.022161948,0.018222395,-0.022334598,0.07062943,0.060490187,0.02445348,-0.008852223,-0.038453802,-0.0113321,-0.03798294,-0.027231572,0.03544028,0.0032057916,-0.011669552,0.025834678,0.016558679,-0.0024014008,-0.013553004,-0.0053285984,-0.035283327,-0.033745173,0.012579887,-0.05144962,0.015138242,-0.033305705,0.012980121,-0.045422576,0.056283813,0.047808282,-0.0020188247,0.0010084314,0.021926517,0.028487206,0.011771573,0.0041553653,-0.006556766,-0.024845866,-0.026227064,0.01006077,-0.027011836,0.013835521,0.022020688,-0.0037413982,-0.032207023,-0.1470348,-0.01734345,0.03986639,-0.016872587,0.011575379,-0.010358984,-0.005030385,-0.05512235,-0.010696435,-0.037700422,-0.05766501,0.008075299,0.01130071,0.02994688,-0.00401803,-0.014180821,-0.039960567,-0.013568699,-0.045767874,-0.021094657,0.004849888,-0.027247267,0.042157926,-0.033996303,-0.023103673,0.023543146,-0.053144727,-0.011441968,-0.042754352,-0.006497908,-0.003384327,-0.037355125,0.012171806,0.0046458472,-0.034906637,-0.02294672,0.009142588,0.054651488,-0.051983263,0.018081136,0.03129669,-0.020592405,-0.039207183,0.0014233793,-0.016621461,-0.001076118,0.018395044,0.048310533,-0.003500081,0.000051163424,-0.004312319,0.0474002,-0.014675227,-0.0014184745,-0.037449297,0.023197846,-0.022381684,-0.024673216,-0.06755313,-0.016017187,-0.063189805,-0.029350454,-0.039175794,0.048938353,-0.020670881,0.005862243,0.045548137,-0.055247914,-0.033242922,-0.07389408,-0.0267921,0.027498394,-0.022036385,-0.00060574553,-0.08080007,-0.002833025,-0.030449135,0.004547751,-0.0029782078,0.01809683,0.00975471,0.0535842,0.015428608,0.056754675,0.043978594,-0.047243245,0.043601904,-0.017217888,0.03540889,-0.005846548,-0.0055483347,0.0155384755,0.014573207,-0.0028624542,0.050821804,0.0066117,-0.0150362225,-0.02208347,-0.041812625,-0.04413555,0.060082108,0.021565521,-0.00021213354,0.01549139,-0.00985673,-0.02731005,-0.047808282,0.029444627,-0.018599086,0.00030532517,-0.0060937507,0.030872911,0.0159701,0.011355644,0.014738009,0.0037374743,0.016903978,-0.011041735,0.08080007,0.014651684,0.026211368,0.015530628,-0.00020355011,-0.00461838,0.017374841,-0.047337417,0.018300872,-0.030825825,0.030590393,0.0043672533,0.02957019,0.013670719,0.010170639,0.02702753,0.06742757,-0.0026898044,-0.031971592,-0.037417907,0.042817134,0.028157601,0.07948166,0.014824334,-0.006772578,0.008718812,-0.025614941,-0.0016882397,-0.008153776,0.029177805,-0.012391542,-0.043099653,0.01147336,-0.02318215,-0.029413236,0.003525586,-0.029319063,0.0036001394,-0.02534812,0.0020050912,-0.0077613904,-0.030354962,0.046835165,0.019446637,0.001184024,-0.0019717384,0.0025956319,0.0037590556,0.0044731977,0.044731975,-0.030763043,-0.0060741315,0.014078801,0.008844375,0.012611278,0.011975613,-0.0101157045,0.04488893,0.025944546,0.017359145,-0.026195673,-0.0026839185,0.030496221,-0.0023366571,0.049032524,0.013757044,0.051104322,0.0019737002,0.015303045,-0.0012605393,0.022570029,-0.015075461,0.023244932,-0.049409214,0.019572202,-0.03153212,0.021204526,0.015467847,0.03719817,0.01174803,0.008538314,-0.027482698,-0.021267308,0.0031096572,-0.009464344,-0.015405064,-0.048373315,0.0008102766,0.055593215,0.014353471,-0.0068157404,-0.0027702434,0.0014106268,-0.012752537,0.0028801113,-0.03826546,-0.010264811,-0.0056621265,0.024265135,-0.046772383,0.013097837,-0.053427245,0.047714107,-0.022413075,-0.010610111,-0.048373315,-0.0152481105,0.008090994,-0.0052932836,-0.0024112104,0.037323732,0.011112365,-0.03870493,-0.0528936,-0.022303207,0.013882608,0.027812302,-0.00031317287,0.0063723447,-0.034498554,-0.0071492684,0.0092916945,-0.04024308,-0.019964587,0.0042613093,-0.00012629917,0.047274634,-0.014785095,-0.01988611,-0.06654862,-0.05075902,-0.023543146,-0.05578156,0.017123714,0.014643837,0.045642313,0.01494205,0.03540889,-0.015569867,0.00650968,-0.00937802,-0.016684242,0.011182994,-0.0034608424,-0.036538962,-0.013474527,-0.042471834,-0.00501469,0.018112527,0.014165126,-0.0178614,0.00020428584,0.048028015,0.0028624542,-0.007361157,-0.0033548982,0.0061918474,0.021942211,0.00484204,0.0082557965,-0.03462412,0.0346869,0.042440444,-0.026493886,-0.033431266,-0.015161785,0.03751208,0.013364659,0.03763764,0.0068981415,0.01559341,-0.022821156,0.0075024157,-0.024547653,-0.026493886,-0.006172228,-0.010767065,-0.009095502,0.030825825,-0.011049583,-0.016903978,-0.024720302,0.024123875,-0.04862444,0.06435126,-0.0018618704,-0.014416252,-0.013780587,-0.022114862,-0.017296365,0.051229883,0.01837935,0.013152771,-0.04407277,-0.014738009,-0.05549904,0.03873632,0.055028178,0.057884745,-0.027090313,-0.02476739,-0.049063914,-0.02806343,0.018599086,0.035314716,-0.00077054754,0.010170639,0.020513928,-0.004500665,0.038767714,-0.021628303,0.014557512,-0.017500404,0.011088821,-0.044731975,0.01140273,-0.06441405,0.014620293,-0.020325582,-0.01754749,-0.0353775,-0.03139086,-0.032772057,-0.023951227,0.003939553,0.056409378,-0.012281674,-0.022271816,0.055530433,0.03534611,0.008969938,-0.0009564403,-0.013898304,0.034875248,-0.047211856,0.023401886,-0.025944546,-0.027357135,0.0070433244,0.016087815,0.011975613,-0.05286221,-0.0071963547,-0.012768232,-0.0264468,-0.032866232,-0.091849655,-0.009173979,-0.006752959,0.01837935,0.01875604,-0.0041435934,-0.008726659,0.03713539,-0.03792016,0.05113571,0.03763764,0.016291857,-0.05841839,0.011041735,0.006968771,0.033431266,0.026305541,0.041875407,0.04234627,-0.02057671,-0.027906476,-0.022570029,-0.028361643,-0.045171447,-0.0011575379,-0.009809644,0.048090797,-0.01130071,-0.014785095,0.05512235,0.015483541,0.028910981,-0.04372747,-0.009621299,0.0054934006,0.043225214,-0.057821963,-0.042440444,0.0147144655,-0.0113321,-0.018347958,0.0040023346,-0.008538314,0.02355884,-0.05000564,0.00385519,-0.042566005,-0.012791775,-0.047965236,-0.017955571,0.011810811,-0.03540889,-0.030433439,-0.016291857,-0.041090637,0.016841197,-0.006144761,-0.010782761,0.02768674,0.014777248,-0.055342086,-0.004406492,-0.022821156,-0.044009987,0.0012507295,0.0037139312,0.0037688653,0.026399713,-0.003715893,-0.0036805784,-0.0171708,0.027623957,0.008145928,-0.03719817,-0.017877094,0.028942373,0.028863896,-0.031955894,0.047714107,-0.010413918,0.02431222,0.030527612,-0.024484871,-0.01971346,0.02566203,0.018599086,0.0002947798,0.0013331306,0.026431104,0.014267146,-0.00086962496,0.04853027,0.0021267307,-0.031987287,0.028754028,0.033148747,0.01713941,-0.033996303,-0.014329928,-0.045924827,0.06604637,0.027984953,0.00024009103,0.0015479618,0.010398222,0.008852223,-0.05188909,-0.010021532,-0.02774952,-0.0041278983,-0.014996983,0.029774232,-0.0055797254,0.022726983,0.0032175633,-0.0027957484,0.0035942534,-0.015067613,-0.012689755,0.038453802,0.007596588,-0.02304089,0.038202677,-0.0051912637,0.022538638,0.011646009,0.03283484,-0.0039454387,-0.007690761,-0.050539285,0.000056129556,0.010719979,0.00034603517,0.013984628,0.011434121,-0.0026603753,0.009268152,0.010358984,-0.041467328,-0.047933843,0.0144241005,0.022271816,-0.021361481,-0.0007769238,0.011795116,-0.033117358,-0.008310731,-0.03318014,-0.0064900606,0.02809482,0.018583389,0.02294672,-0.021361481,-0.012265978,0.0110731255,-0.0136785675,0.0043358626,0.013615786,0.033713784,0.006607776,-0.008193014,-0.010311898,0.010916172,0.025316728,0.021235917,-0.021518435,0.0075063393,-0.006698025,-0.010280507,0.005038233,0.03864215,-0.0107278265,-0.024516262,0.07069222,0.014463339,-0.026085805,0.00900133,-0.01130071,0.030417744,-0.010092162,0.013231248,-0.0013350926,-0.023527449,-0.018897299,-0.0032057916,0.02115744,-0.03500081,-0.008687421,-0.0028899212,-0.039960567,-0.061118007,0.025081297,0.0019217093,0.027859388,0.0027467003,0.046301518,-0.02537951,0.008436293,0.011755877,0.014377014,0.050978757,-0.014141583,0.0043633296,-0.025614941,0.01377274,0.04711768,-0.011646009,0.00875805,-0.018112527,-0.00606236,-0.020184323,-0.003555015,0.010876933,0.022209033,0.022350293,-0.014549664,0.0343416,0.011363491,0.012933034,-0.018049745,0.018740343,0.012548496,0.008475533,0.016480202,0.055687387,-0.052265782,-0.01971346,-0.018928688,-0.057162758,0.005630736,0.00791442,0.0015381521,-0.0045948373,0.022099165,0.024029704,-0.015514933,-0.031453643,-0.020937704,-0.017563187,-0.011065278,0.014055258,-0.0056032687,-0.0425974,-0.08663877,-0.0074514053,-0.012477867,-0.032646496,0.015671887,-0.0071257255,-0.038893275,0.0009098445,-0.0035373576,0.006517527,0.02332341,-0.032489542,-0.03390213,-0.019964587,0.036915652,0.0013321496,0.005093167,0.008546161,-0.027733825,-0.04024308,-0.04024308,-0.023464669,-0.04162428,0.0049989945,-0.008710964,-0.0102491155,0.020231409,0.048436098,-0.019823328,0.02754548,0.010790608,0.024170963,0.019870415,-0.017971268,0.0171708,0.003052761,0.031406555,0.018865908,0.007910497,-0.004653695,0.040713947,-0.00031587054,-0.0011594999,0.024375003,0.015185329,-0.004626228,0.04080812,0.028110515,0.029805621,0.040023346,0.019603591,0.06064714,0.010186334,0.027906476,0.003029218,-0.0051324056,0.022726983,0.016982455,-0.02971145,-0.006309563,0.01713941,0.02771813,0.0010653273,0.0056817457,0.017892791,0.020011673,-0.03835963,0.029664364,-0.0019168045,0.008295035,-0.026682232,-0.031751856,-0.047557153,-0.023574537,-0.03292901,-0.009056264,-0.014314232,0.047525764,0.018191004,-0.0050225374,-0.07163394,-0.038767714,0.023966921,-0.0012821205,-0.014918506,-0.014251451,0.012995816,-0.015718974,0.010186334,-0.035911143,0.036633134,-0.026352627,0.03245815,0.00848338,-0.03719817,-0.025112689,-0.01644881,0.011591075,0.023087978,0.031830333,-0.033776566,-0.013757044,-0.017296365,0.027435612,-0.0061879233,-0.04231488,0.002344505,0.012305217,0.013584395,0.0006685272,0.0030390276,-0.012383695,-0.025630638,0.042534616,-0.017939877,0.01696676,-0.019964587,0.019321075,0.029067937,-0.034153257,-0.032301195,-0.0018540227,0.002585822,-0.016433116,-0.010358984,-0.0128545575,0.019995978,0.027514089,-0.001073175,-0.020796444,0.0043907966,-0.017249277,-0.01899147,-0.0147694,0.008577553,0.040400036,-0.046113174,0.0064625936,0.0077849333,0.020388363,-0.03128099,0.022193339,-0.0028349871,-0.011959918,-0.023339104,0.00968408,0.02057671,0.029350454,-0.0034353372,0.0074474816,0.01177942,0.016903978,0.042189315,-0.013929694,0.008522619,-0.012807471,0.01641742,-0.0014184745,0.04853027,-0.03835963,0.011928527,-0.0058151567,-0.021408567,0.002317038,0.008938547,-0.03682148,0.00031758723,-0.004151441,0.01806544,0.008224405,0.028973764,-0.02500282,-0.0068706744,-0.0051441775,-0.0105159385,0.015585562,-0.002097302,-0.003851266,0.01734345,0.005567954,0.009864578,0.03318014,0.0002810463,0.0018922803,-0.021565521,0.020529622,-0.005210883,-0.018551998,-0.011363491,-0.002729043,0.026227064,0.03026079,-0.0145025775,0.011740182,-0.019054253,0.03613088,0.0006626414,0.014204364,0.016542984,-0.028801115,0.03383935,0.013553004,-0.016103512,-0.024045398,0.021785257,0.0024151343,0.0034255276,-0.004249538,0.027623957,-0.003227373,0.010696435,0.017029542,-0.0004039121,0.021110354,0.01710802,0.018551998,-0.0022503324,0.016495897,-0.026713623,0.016935369,0.0058230045,0.009621299,0.0132234,-0.002067873,0.0015303044,-0.009699776,0.0062703243,0.021785257,-0.04557953,0.01469877,0.030229399,0.045108665,-0.020655187,0.02789078,0.014840029,0.018583389,-0.0076436745,-0.014298537,0.028361643,0.03421604,0.012838862,0.032960404,-0.00044928168,-0.025944546,0.00093044474,-0.032740667,-0.03327431,-0.015758213,-0.0023739338,0.013137075,-0.0047282483,-0.023150759,0.019242598,-0.008765898,0.011010344,0.030307876,-0.0009961693,0.0011810812,0.028597074,0.03280345,0.04495171,0.014282841,-0.011732334,0.006552842,0.032583714,-0.036727306,-0.021439958,-0.01404741,-0.013348963,-0.0066587864,0.014141583,-0.009315237,-0.029758535,0.00056307355,-0.015923014,-0.042848524,0.026886271,0.01469877,-0.008922852,0.0009770405,-0.058543954,0.00937802,0.009841035,0.005972111,-0.017814314,0.026368322,-0.009793948,0.028769724,0.004484969,0.04451224,-0.012548496,-0.008397055,-0.0068628266,-0.008663878,-0.016291857,0.008852223,-0.021643998,0.040368646,-0.018253785,-0.0127760805,-0.008530466,-0.019572202,-0.014887116,0.02043545,-0.021895126,0.0041553653,-0.023370495,0.000825972,-0.002676071,0.019760547,-0.031124039,0.0089463955,-0.0022993805,-0.016903978,0.023229236,-0.016919674,0.021816649,-0.006831436,0.014353471,-0.008577553,-0.025269642,-0.0017676979,-0.0035609007,-0.014745857,-0.0125092575,0.024861561,0.040588383,0.012885948,-0.038108505,-0.004814573,-0.020561013,0.032238413,0.01514609,0.025489379,0.009605603,0.01030405,0.021549826,-0.0017009922,-0.0020325582,-0.0066666338,0.0029703602,-0.015185329,0.028393034,-0.045077275,-0.018112527,-0.0061839996,-0.034561336,0.010625807,-0.0055993446,0.07094335,-0.030574698,0.012548496,-0.015177481,0.029130718,0.017013846,0.021000486,-0.0148478765,-0.015232415,-0.021188831,-0.007208126,-0.012595583,0.0068549793,0.026007328,0.040713947,0.018599086,-0.007867334,0.002564241,0.005379609,0.010947563,-0.028110515,0.0065999283,0.019415246,-0.01312138,0.0056974413,0.0026623374,-0.016370334,-0.013411745,0.019069947,0.016542984,-0.016668547,0.034498554,0.010084314,-0.002613289,0.002833025,0.012697603,-0.0037355125,0.016307551,0.0064037354,0.0042338422,0.011528294,-0.019383857,0.010343288,0.023370495,0.027058922,0.0061879233,0.027325744,-0.024484871,0.019179815,-0.021816649,-0.022193339,-0.011646009,0.039835002,-0.0052697407,0.025316728,0.008310731,-0.029727144,-0.004736096,0.035565846,-0.00081420044,0.001817727,-0.0030370657,-0.02971145,0.016919674,0.021502739,-0.01710802,-0.021031877,0.0050343093,0.010311898,0.020874921,-0.010021532,0.004457502,-0.017013846,0.0001563412,-0.019980283,-0.00018944875,-0.025505073,0.0021306546,0.01459675,0.014894963,0.0037786749,0.08393916,0.021518435,0.015099004,-0.030951388,0.0343416,0.005587573,-0.044009987,0.012862405,-0.0022483703,-0.0011447854,-0.007890877,-0.0298841,-0.0012860444,-0.014329928,-0.040745337,-0.0069805426,-0.011559685,0.01312138,-0.012313065,-0.00406904,0.016401725,0.010547329,0.019415246,-0.00523835,-0.04090229,-0.039144404,-0.008098842,0.009762557,0.026399713,0.009495735,0.014738009,-0.008522619,0.007937964,0.06504186,0.018457826,0.017359145,-0.015640495,-0.007690761,0.029554496,-0.02768674,-0.028942373,-0.018583389,0.023998313,-0.026917662,-0.022899633,0.008051756,-0.007431786,0.007376852,-0.036915652,-0.037825987,-0.014659531,0.0154599985,0.021000486,0.042879917,0.015742516,0.009354477,0.010908324,0.062185295,0.011967765,0.0048028016,-0.034749683,-0.0053050555,-0.010767065,0.02332341,-0.017406233,-0.010719979,0.0007298375,-0.019289684,0.020372668,-0.015711125,-0.009801796,0.008718812,0.022099165,0.00034946855,-0.008883613,-0.0052461973,0.004716477,-0.03255232,0.004708629,0.0039454387,-0.022067774,-0.0037413982,-0.0007759428,0.010178487,0.00068275124,0.0069805426,0.013270486,-0.018489217,0.00040244064,0.03431021,-0.0035962155,0.0122424355,0.0028703017,0.012077633,-0.031045562,0.004072964,-0.0050539286,-0.004135746,-0.010178487,0.0031351622,-0.010311898,0.014604597,-0.027231572,0.0008593248,-0.03682148,-0.002205208,-0.02933476,0.0020698349,-0.0015479618,0.0040337257,0.013482374,-0.0150362225,0.00008037777,-0.027058922,0.032301195,-0.0054894765,-0.007349385,-0.0053285984,-0.01222674,-0.045862045,0.023244932,0.013804131,-0.004312319,-0.0125092575,0.015138242,0.013851217,0.040400036,-0.035942536,-0.022570029,-0.020874921,-0.011018192,0.020890618,0.011810811,-0.02139287,-0.011214385,0.01387476,-0.013545156,-0.016338943,-0.011355644,0.028879592,-0.038453802,-0.00264468,0.014314232,0.0046772384,0.028345946,-0.0060191974,0.009244609,-0.024531957,-0.008459837,0.026007328,-0.02012154,-0.0024877256,-0.0129879685,0.022036385,-0.00097655004,-0.01576606,0.021895126,0.02867555,-0.02682349,-0.010759218,0.0039866394,-0.023951227,-0.03270928,-0.027827999,0.011198689,-0.017924182,0.007992898,0.014628141,0.0052226544,0.004896974,0.031139733,-0.00813808,-0.020011673,0.0074514053,0.01085339,-0.02387275,-0.028220383,0.017060932,0.0005346256,-0.003639378,-0.0036688067,0.016323248,0.032489542,-0.005371761,0.011889288,0.040745337,-0.018253785,0.0065960046,-0.029821318,0.015805298,0.0041710604,0.024186658,0.02994688,0.018363653,0.0048459643,0.022318901,-0.0019432905,0.013168466,0.0031253526,0.027765216,0.014369166,-0.015216719,-0.013239095,-0.0073729283,-0.016951066,0.03318014,-0.017060932,0.017704446,0.026462495,-0.0015754288,-0.003914048,0.016903978,-0.009472192,-0.00034309228,0.0065214513,0.0071414206,0.013011511,0.04124759,0.052673865,-0.029428931,0.015656192,-0.02170678,0.010186334,-0.039144404,-0.020372668,0.053364463,0.02806343,-0.0031057333,-0.054463144,-0.0054973243,0.010092162,-0.027482698,0.0067019486,0.0026329085,-0.012085482,-0.012619126,-0.01899147,-0.038485195,0.0175161,-0.023762882,0.02812621,0.03217563,0.002613289,0.023605928,0.005587573,0.029146414,0.018975776,0.031594902,-0.013168466,-0.010319745,-0.010296202,0.035565846,-0.023919836,-0.014447643,-0.00049465126,0.022491552,0.007278756,-0.0155384755,0.0044731977,-0.004025878,0.0013037017,0.013529461,0.005870091,0.006878522,-0.010610111,0.021345785,0.023857053,0.003276421,-0.035691407,0.018912993,0.014706618,-0.008357816,0.027137399,-0.030417744,-0.02716879,0.029601581,0.012234588,0.017610272,0.010570873,-0.011324253,-0.029146414,-0.03032357,-0.0070943343,0.040556993,0.009464344,-0.0019766432,0.012556344,0.009134741,0.008059603,0.0026662613,-0.0013350926,0.021926517,-0.0061015985,0.028706942,0.015255958,0.0077339234,-0.032991793,-0.010045075,0.0052854363,-0.028973764,-0.013898304,0.0032607256,0.036790088,-0.004163213,0.02012154,0.026949054,0.024547653,-0.00047650345,-0.025803287,0.0035353957,0.025630638,-0.033807956,0.0055758017,-0.016715633,0.005819081,0.0047125528,0.002891883,-0.00225818,-0.023213541,0.045359794,0.010092162,0.016307551,0.034498554,0.0057445276,0.045516748,0.00031856817,-0.0023346953,0.016935369,0.030731652,0.0030331418,0.015240262,0.0018383273,0.06234225,-0.0066509387,0.010468852,-0.018583389,0.010076466,0.03167338,-0.007969354,-0.009597756,-0.027984953,-0.0100372275,0.001735326,0.037731815,-0.012360151,0.042817134,-0.0077574663,-0.007027629,0.026572363,-0.0053403703,0.019305378,0.07138281,0.006454746,0.04451224,-0.0063801925,0.020796444,-0.018222395,-0.027215876,-0.028251775,-0.008263644,-0.0051441775,-0.016699938,-0.016338943,-0.00037914273,-0.040682554,0.012462172,-0.010453156,-0.0025760124,-0.020623796,0.021785257,0.022868242,0.0019099377,0.041781235,-0.0032999641,-0.0226642,-0.07245011,-0.01257204,0.019321075,-0.044983104,-0.017563187,0.0021973602,0.013074294,0.019870415,0.0092916945,0.0009211256,0.021345785,0.004076888,-0.018363653,-0.0011143755],"social":"https://twitter.com/mattiapomelli"},{"title":"sparrow","description":"achieve your goals by the end of the week","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=_pgMNiLcsuU","youtube_transcript":"Hey, everyone. My name is Matt, and I'm building Spero. And I have to help you achieve your goals by helping you build daily habits. So you might be curious why am I building Spero? Let me first something at you. Have you ever tried to do something new, like, whether Hobby activity or whatever? And you kinda felt intimidated and confused about, like, what you're supposed to be doing and how you're supposed to be doing kinda ultimately just kind of gave up on that goal. Oh, yeah, saying. So that's exactly why I'm building Spero. So I want to help you achieve those goals basically eliminating all the guest work and giving you a simple game plan that you can follow over the course of the week to accomplish that goal. So with that, let's just go straight into the demo show how it works. On Sparrow. You see a set of sample goals that you can choose from if you don't really know what you wanna do. But you've got an an idea of which you wanna accomplish. You can go ahead and create your own goal. So in this case, Let's just say, I want to watch On's product on by the end of the week, so I can go ahead and generate that game plan. And bam, as you can see, you got a high level overview of the daily tasks that you'll wanna accomplish each day for the entire week. And if this looks good to you, you can go ahead and commit to that goal and get on to get started. So as you can see, you can allow notifications to get reminders and bam. So, you know, exactly what's gonna be in six week tournament with Bill space. So when I first joined next week, I had this to do list that no one really cared about, so I had to start from scratch to Bill Spiro as we know today. So in terms of how I got my one hundred users. I kind of realized something. Twitter posts. Reddit posts weren't really the way to do it, to be honest. I had the most success from just talking people a one on one and having those personal intimate conversations. I had a eight percent conversion rate, made a lot of new great relationships and got a lot of feedback for Sparrow. And my most favorite part was building this phone background so I could, like, talk to people in real life and then have them download the app on the spot.","embedding":[0.0032003631,-0.0059448997,0.00043236505,0.03334047,0.010755978,-0.0467931,0.013713106,0.008733487,0.022477236,0.032850165,-0.0058070025,-0.027564108,-0.009239109,-0.030521236,0.037906397,-0.025419042,-0.04069498,-0.059786078,-0.0078026806,-0.01792663,0.055526588,0.055373367,-0.0031524822,0.015406176,-0.021420024,-0.009760054,0.0049489755,0.08396404,-0.033463042,-0.026093205,-0.014303,-0.028575355,-0.019596718,-0.029448703,0.034842014,-0.010679369,0.018294357,0.018922554,0.02780926,-0.00012173733,-0.0036964098,0.0034512593,0.035914548,-0.012533319,-0.0453222,0.015812207,-0.03425978,0.018355643,0.019060452,0.04011275,-0.094260365,0.023611058,0.0023002012,0.044586748,0.011974069,-0.02733428,-0.01366714,0.005814663,-0.051879972,0.040174037,0.032206647,0.017574226,0.026369,0.0003804142,-0.007002111,0.0149618415,-0.015237636,-0.019274957,-0.0027924173,0.057487793,0.044494815,0.01614929,0.02089908,-0.01614929,-0.010365269,-0.016654912,0.015084417,0.037569314,0.027288314,-0.03802897,-0.007572852,-0.015666649,0.013414329,0.019244313,-0.05666041,-0.034290425,-0.061532773,0.008679859,-0.019872513,0.027456855,-0.042319104,0.012012375,-0.0076532923,0.00076753175,0.074341886,-0.0022944554,-0.020822471,0.024545694,0.061195694,0.04244168,0.041430432,-0.022492558,-0.052308988,-0.036956437,-0.0018501201,-0.0057342234,0.020041052,0.015076756,0.009177822,-0.011790207,-0.13189097,0.01913706,-0.002556843,0.014180424,0.026706083,-0.013797376,0.025250502,-0.028713252,0.011675293,-0.01310789,-0.01614929,0.047222115,0.00033756075,0.044188377,0.044188377,0.0018999163,-0.012035357,-0.036466137,-0.000329421,-0.029464025,0.06257466,-0.02451505,0.036466137,-0.076303095,-0.011705936,0.0032348374,-0.07446446,0.01542916,0.0067186556,0.029632566,-0.02034749,-0.024561016,-0.032972742,-0.02934145,-0.037875753,-0.081328675,0.0072396006,0.017298432,-0.07967391,-0.0014804791,0.033493686,-0.0006751215,-0.027533466,0.014846927,0.04519962,0.021190196,0.00021702044,0.038243476,-0.025955308,0.0002956649,-0.02146599,0.0027043165,-0.030689778,-0.021343416,-0.08163512,-0.006871875,-0.03462751,-0.02557226,-0.049796194,0.0121119665,-0.030291408,-0.0010572115,-0.039285365,0.012426066,0.030122867,-0.001262142,0.015559396,-0.03545489,-0.022431271,-0.07207425,-0.03425978,-0.0048647053,-0.05289122,-0.041614298,0.00066410884,-0.0024323526,-0.032176003,-0.012464371,0.009223787,-0.029172909,-0.0016212491,0.044341598,0.017589549,-0.0024017089,-0.01712989,-0.044556104,0.06962274,-0.008381083,0.00394156,0.046027005,0.03165506,0.00022767395,0.0073277014,-0.013536904,0.023902174,-0.017482296,-0.010418897,-0.02973982,-0.01431066,-0.017558904,0.045689926,-0.011223297,-0.0019181111,-0.026859302,-0.0742806,-0.025756124,-0.009706427,0.017543582,-0.023411872,0.025281144,0.013015959,0.021573244,0.029555956,-0.010817266,0.012150272,0.0054929033,0.058070023,-0.038243476,0.0117672235,0.010732995,0.008235524,0.014647742,0.019887835,-0.04719147,0.038059615,-0.026583508,0.059847366,-0.04421902,0.012947011,-0.0035680889,0.010380591,-0.0031103469,0.0339227,0.019581396,0.015053772,-0.009468938,-0.045597993,-0.05908127,0.042012665,0.050623577,0.06272788,0.007105534,-0.010870893,0.0398676,-0.010656386,-0.0139889,-0.041215926,0.046885032,0.0019899325,-0.052921865,0.011376515,0.0054814117,-0.026430288,0.024101358,0.02025556,0.031226045,-0.05200255,0.0016135882,-0.0058951033,-0.03006158,-0.0042479984,0.0010993468,0.014433236,0.009591513,0.009982222,0.0043590823,-0.02396346,0.029448703,-0.00602917,-0.021818394,-0.012747826,-0.004757452,0.020362813,-0.020561999,0.009009281,0.040725626,0.049581688,0.0092697535,0.002298286,0.0010897706,-0.029464025,0.006730147,0.026491575,0.03254373,0.0005491946,0.0028728575,0.027763294,-0.0117672235,-0.014517506,0.040878847,0.017390363,-0.05114452,0.019811224,0.01020439,0.060398955,-0.014632421,0.0057686977,0.004267151,-0.019489465,-0.051052593,-0.0037002403,0.026323035,0.0075230557,-0.019949121,-0.002227422,-0.010870893,0.090705685,-0.014325982,0.0068297395,-0.03358562,-0.061624706,-0.010464862,-0.003472327,0.029004369,0.027686683,-0.029555956,0.049367182,0.010786622,0.02443844,-0.016946029,0.07115493,-0.033616263,-0.047038253,0.013322397,-0.03254373,-0.014341304,0.01857015,-0.01985719,0.03085832,0.02901969,-0.030766387,-0.06110376,-0.03401463,0.013996561,-0.00827383,-0.007002111,0.001093601,-0.075751506,-0.015888816,0.003608309,-0.020194272,0.03674193,0.03165506,-0.021680497,-0.0096144965,-0.0011309482,-0.02282964,-0.055924956,0.018708047,-0.010909197,-0.009905612,0.037814464,0.002966704,-0.012732504,0.0127937915,0.023840886,-0.021021655,0.013996561,-0.01815646,0.009346363,0.013805037,-0.0075996653,0.008112949,0.006982959,-0.040633693,0.019550752,0.017405685,0.03802897,-0.049642976,0.014992485,0.020378135,0.022002257,-0.03278888,-0.07311614,0.0011635072,0.017313754,0.007251092,-0.008342778,-0.09236045,-0.0035259537,0.03530167,-0.036282275,0.010993468,0.0045199622,0.022293374,0.037569314,0.009706427,0.044678677,-0.012472032,-0.038672492,0.008817757,-0.006550115,-0.036588714,0.010334626,-0.020945046,-0.04253361,-0.010595098,-0.0029149926,-0.0091548385,0.013038942,0.015076756,-0.012747826,0.04829465,-0.0015034621,-0.028789861,-0.007492412,-0.021435346,-0.0115757,0.06717124,0.06343269,-0.007944408,-0.076303095,0.061287623,0.014448557,0.026920589,0.045046404,0.01391229,0.011468447,0.016991993,-0.04446417,-0.039898243,-0.0042824727,0.05368796,0.015161026,-0.04550606,-0.018263713,-0.012625251,0.018524185,0.039990176,0.022538524,-0.0073621757,0.0026755878,-0.042073954,0.043912582,-0.014517506,0.016103324,-0.044310953,-0.0061440845,-0.030873641,-0.019336246,-0.049857482,-0.038549915,-0.018554829,0.037661247,-0.011001129,-0.061379556,0.015260618,-0.0012678878,0.011407159,-0.0038113242,0.013682462,0.0052745664,-0.0532283,0.0042479984,0.019336246,-0.005251583,-0.0039568823,0.0059027644,0.008158915,-0.002177626,0.019887835,-0.02540372,0.009698766,-0.0039568823,-0.08347374,-0.007772037,0.015015468,0.019566074,-0.019336246,-0.003142906,-0.012640572,-0.04219653,-0.0073736673,0.04998006,0.026568186,-0.007806511,-0.0011501006,-0.020853113,-0.062666595,-0.0049949414,-0.0027790107,0.028176986,0.05313637,-0.018968519,0.015934782,-0.04026597,0.018217746,-0.060981188,0.043269064,0.015007807,0.042257816,0.023902174,-0.032451797,0.11221764,0.020730538,-0.010342287,-0.019474143,0.0063624214,-0.036067765,0.01978058,-0.040940132,-0.037446737,0.007722241,0.018125815,-0.008856062,-0.006898688,-0.01631783,0.050102632,-0.01149909,-0.027272994,-0.069316305,0.0029973479,-0.01631783,0.0053818193,0.031317975,0.017834699,-0.06318754,0.008986298,-0.023779599,-0.009844325,-0.0076647834,-0.034474287,0.008411726,-0.012088984,-0.0490301,0.017620193,-0.062666595,-0.01599607,-0.02460698,0.015130382,0.023994105,0.013851003,0.04277876,-0.014578793,-0.011928104,-0.0017754259,0.031624414,-0.0076877666,-0.0123801,-0.00868752,0.02990836,-0.013015959,0.049796194,-0.054515343,0.017145213,0.02099101,-0.030781709,-0.004033492,0.002635368,0.02540372,0.009024602,0.0024572506,0.021665175,0.014088493,0.007722241,0.041215926,0.00876413,-0.00747709,-0.0051481603,0.018922554,0.0003799354,-0.019397533,0.0014086578,-0.021649852,0.0013741835,-0.014425575,-0.019397533,-0.014900554,-0.022615133,0.0031639736,-0.02186436,-0.04011275,-0.037079014,0.01141482,-0.017727446,-0.0054929033,-0.015720276,0.020975688,0.034903303,0.000055452132,-0.00073545147,-0.01728311,-0.0032501593,0.033309825,0.014525167,0.011667632,-0.01624122,0.0012200067,0.0064275395,0.009430633,-0.00043140742,-0.01978058,0.0014335559,-0.02652222,0.001008373,-0.005094534,-0.01873869,-0.011705936,0.03481137,-0.0051826346,-0.0014536658,0.0113152275,-0.02983175,-0.036925793,-0.04507705,0.023304619,-0.025204536,0.011958748,0.028774539,0.0040564747,-0.017099246,-0.017298432,0.0025013012,0.034474287,0.025020672,0.002129745,-0.03288081,-0.01743633,-0.0015599616,-0.028713252,0.015574718,0.0034301917,0.037753176,-0.0018951283,-0.009821341,0.031379264,0.0070825513,0.01873869,0.027533466,-0.015153365,0.009530226,-0.0025625888,-0.021404702,0.016900063,0.021343416,0.009599174,-0.021420024,0.044617392,0.022385305,-0.015888816,0.014287678,-0.01800324,0.07256455,-0.0070787207,0.030536558,0.029601922,-0.042073954,-0.01840161,0.0119970525,-0.0006655453,-0.05442341,0.02379492,0.011391837,0.015934782,-0.017022638,0.0037327993,0.0037576975,-0.003909001,0.015337228,0.03045995,-0.03809026,-0.019060452,-0.0105184885,-0.001696901,0.0152989235,-0.011116043,-0.017543582,-0.03842734,0.037201587,0.021649852,-0.033217892,0.0032367527,-0.018416932,-0.0042633205,-0.0046272157,-0.0050447374,-0.014241711,-0.0072127874,0.018600794,0.004309286,0.0042748116,0.025740802,0.030873641,-0.03496459,0.020684574,-0.006381574,0.01904513,0.020730538,-0.015406176,-0.10939841,-0.028958403,0.014096154,-0.027671363,-0.0032673965,-0.030291408,-0.024974708,0.0028766878,0.029218875,0.0009796444,0.022645777,-0.0010256101,-0.010426557,-0.023978783,0.0070825513,-0.008863723,0.004435692,-0.016486371,-0.04032726,0.020929724,0.02016363,-0.04670117,-0.021205518,-0.0074655986,-0.009139517,-0.013958257,-0.02733428,-0.015528752,-0.009798359,-0.028927758,-0.0009786867,0.016501693,0.024285221,-0.004485488,-0.02050071,0.001495801,-0.004523793,-0.06294239,0.010434218,-0.048846237,-0.019014485,-0.0033823107,0.014609437,-0.023733633,0.033953343,0.0026506898,-0.033554975,0.028008444,0.04372872,-0.00956853,0.007216618,-0.006776113,0.016869418,-0.012066001,0.04155301,0.003907086,0.003497225,-0.033861414,0.022140155,-0.007032755,0.034443647,0.026721405,0.017727446,0.0016164611,0.027518144,0.02065393,0.011698275,0.055097573,0.006550115,0.0072242785,0.004868536,0.0123417955,-0.0057533756,-0.013536904,-0.021603888,0.027671363,-0.031226045,-0.0049796193,0.022201441,-0.0015657073,-0.01334538,-0.036037125,0.011759563,-0.002742621,-0.01679281,-0.00020912007,-0.01737504,-0.008204881,0.0011874477,-0.029142266,-0.050378427,-0.01849354,-0.008894366,-0.020454744,-0.014754996,-0.0010648725,0.016179932,-0.004699995,-0.09236045,-0.046915676,0.043054555,-0.0062398463,-0.025419042,-0.01913706,0.02210951,-0.026399644,0.03095025,-0.016517015,-0.029555956,-0.031134114,-0.0010543386,-0.013406668,0.0009949662,-0.025939986,0.010028187,-0.0055082254,0.00755753,-0.009377006,-0.009354023,-0.0007009772,-0.04268683,0.008879045,-0.007998035,-0.021849038,0.006439031,0.031869564,-0.008258508,-0.016501693,0.025143247,0.0131845,-0.017497616,-0.0034665812,-0.0041330843,0.039254725,-0.012556302,0.008580267,0.03818219,0.003062466,-0.014019544,-0.03536296,0.015314245,-0.026154494,0.033003386,-0.030030936,0.0052669053,0.04284005,0.016670235,0.032022785,-0.013996561,-0.0017869173,-0.014946519,0.012954672,-0.0052286005,0.031716347,-0.042380393,0.005822324,0.017589549,0.020577319,-0.009537887,-0.026583508,0.034413002,-0.020056374,0.009553208,-0.0029398908,0.012096644,-0.015053772,-0.038886998,0.020025732,-0.00025688132,0.008220202,0.018462896,-0.0029283992,0.0004606148,0.002009085,0.003344006,-0.0149618415,-0.014885232,-0.01696135,0.004083288,-0.02612385,0.009530226,0.023948139,-0.006021509,-0.0015618769,-0.0004151279,-0.011353533,0.01864676,0.0056576137,0.034903303,-0.01904513,0.009300397,-0.03560811,-0.01471669,-0.009430633,-0.00028225823,-0.011713597,0.051665466,0.025143247,-0.0036293764,0.023503805,0.000048359765,0.0035834108,-0.014754996,0.0012583116,0.00788312,-0.020041052,0.038151547,-0.017512938,-0.02724235,0.0058874423,0.00546609,0.008158915,-0.016762165,0.032206647,-0.0043360996,-0.019581396,-0.020960368,-0.028422136,0.01599607,0.0021125078,-0.0030567204,-0.01663959,0.003319108,-0.005634631,-0.00064926577,-0.024346508,0.021895004,-0.016118646,0.028636642,0.03045995,0.012671216,0.0029609583,-0.002757943,0.025020672,-0.012119628,-0.009024602,0.011353533,0.029264841,-0.007929087,0.018355643,-0.024177969,0.021006333,-0.0029456364,-0.016731521,0.042073954,0.011062416,-0.042962626,0.03432107,-0.004849383,0.015613022,-0.020684574,-0.012326473,0.024928741,0.003160143,-0.01728311,-0.028575355,-0.045383487,-0.020960368,-0.002323184,0.0079061035,0.015498108,-0.03579197,-0.024637625,-0.0011845749,-0.004297795,-0.010847909,-0.008312134,-0.040419187,-0.025281144,0.0051902956,0.03456622,-0.011514412,0.02371831,-0.009783037,0.0101814065,0.003922408,-0.019673327,0.02652222,0.0020358982,0.011644648,0.0011931935,0.01334538,0.04032726,-0.015689632,-0.025296466,-0.0044395225,0.00047138802,-0.015858173,0.03208407,0.0014890977,-0.03900957,-0.020975688,-0.030030936,-0.006665029,0.025740802,-0.01213495,-0.0048264004,-0.00988263,-0.06900986,-0.027227027,0.026859302,0.021404702,-0.00771458,0.008733487,-0.043360993,0.021879682,-0.014885232,-0.009698766,0.01654766,-0.026307713,0.018539507,0.032451797,-0.039745025,0.014831605,0.027272994,0.021588566,-0.01189746,-0.021312771,0.013805037,-0.025955308,-0.015796885,-0.033371113,0.015720276,-0.0017399939,-0.015781563,0.02177243,-0.0063547604,0.013942935,-0.008105288,0.023733633,-0.007178313,0.0004507992,0.024576338,0.008894366,-0.022385305,-0.0023653193,0.019658005,0.008564945,-0.011100721,-0.0035642583,-0.007009772,-0.03481137,0.024652947,0.032605015,0.049704265,0.008741148,-0.0142723555,-0.013536904,-0.008656877,-0.000007922802,0.012839757,0.030475272,0.02299818,0.023733633,-0.040051464,0.024545694,-0.0015044196,-0.014111475,-0.0033305993,0.0055197165,0.005531208,-0.04075627,-0.0005453641,-0.00844237,-0.020761183,-0.0025185384,-0.008710504,-0.006550115,-0.013268771,-0.0108632315,0.0094919205,0.011322889,-0.009698766,-0.003930069,-0.024852132,0.007086382,-0.02805441,0.012947011,-0.01607268,0.024040071,0.010005205,-0.008258508,0.020025732,0.022155477,-0.0045927414,-0.023611058,0.0042939642,-0.0013330058,0.03576133,0.024928741,-0.027640719,-0.0037921718,0.008411726,-0.020439424,0.0013598192,0.008549623,0.01213495,-0.000681346,-0.018953199,0.0009461277,-0.0048072482,0.0032137698,0.014532828,0.010235033,0.04507705,-0.010158423,-0.026231103,-0.029785786,0.0030662965,-0.02402475,0.013651818,-0.001061042,0.0063126255,-0.015590039,-0.0007953027,-0.012157933,0.007588174,-0.0018989587,-0.0072702444,0.035883904,-0.018049205,0.035730686,0.0029877718,-0.010242694,0.0067416388,0.026154494,-0.0002297089,0.012809114,0.013169178,-0.010303982,0.029234197,0.013046603,-0.03496459,-0.030812353,-0.018110493,0.008373422,0.021404702,-0.0074809208,-0.015980748,-0.0045774193,-0.01703796,0.04556735,-0.023350585,-0.01149143,0.0061862194,-0.008978637,-0.025556939,0.022461914,0.09836664,0.022615133,0.005906595,0.003047144,0.034842014,-0.010618081,0.003344006,-0.011453125,-0.012747826,0.008787113,-0.013544565,-0.010786622,0.014885232,0.0015877325,0.025786769,-0.00060377887,0.009997544,-0.0060176784,0.0058299853,-0.018662082,0.0068527223,0.03481137,0.01109306,0.00989029,-0.056874916,-0.022707066,0.012449048,-0.00032463289,0.0087028425,0.008710504,-0.008304473,-0.006496488,-0.013736089,0.021036977,-0.0037576975,-0.0009015984,-0.0060559832,0.0049183317,0.029172909,-0.0049221623,-0.03897893,-0.011928104,0.020393457,0.023687666,-0.0037672736,0.014456218,0.0104112355,0.019872513,-0.03698708,-0.046731815,0.006527132,-0.003190787,0.0039338996,0.022768352,0.013207483,-0.0017026468,0.0036964098,0.0042939642,0.024821488,0.008212541,-0.022431271,0.0014124882,-0.00048264005,-0.0027521974,-0.046609238,-0.024959385,0.0013808868,-0.007618818,0.013628836,0.007388989,-0.04817207,-0.013215144,0.006730147,-0.0009901782,0.009131856,-0.0050409073,0.024239255,0.007875459,0.011184991,-0.008633894,-0.0028422135,0.0029858565,-0.010035848,0.0015398515,-0.0046387073,0.0021967783,0.009691105,0.07078721,-0.031471197,0.043820653,-0.0003404336,-0.022477236,0.009177822,-0.017666157,0.0027158079,0.023565091,-0.015337228,0.034474287,-0.026813336,-0.04057241,0.027410889,0.021726463,0.02733428,-0.0016001816,-0.035424247,-0.033646904,-0.005749545,0.015214653,0.015781563,0.015704954,0.008871384,0.007921426,-0.005400972,-0.0060138484,0.051665466,0.01737504,-0.0072242785,0.014609437,0.0050217547,-0.026966555,0.050746154,-0.008802435,0.0015752835,-0.047896277,-0.0017275449,0.01976526,0.012372439,-0.04342228,0.02138938,-0.022553846,0.019811224,-0.0007550827,0.004382065,-0.0029360603,-0.016823452,0.01679281,0.0025683346,-0.0307051,0.008856062,0.018033883,-0.026675439,-0.014486862,0.027119774,-0.0076801055,0.0056039873,-0.029080978,0.0028326374,0.004462505,-0.016731521,-0.0112079745,0.0290963,-0.0014728182,0.04829465,-0.0072472617,-0.032942098,-0.0056767664,0.0063126255,0.016716199,-0.04198202,0.00425949,-0.015735598,-0.0070136026,0.025265822,-0.012755487,0.010648725,0.007588174,-0.027793938,0.012180915,0.016854096,0.006075136,0.004025831,-0.028023766,-0.058958694,0.037017725,-0.00047880955,-0.008748808,0.008174237,0.023932816,-0.03520974,0.012449048,-0.0074541075,0.0059027644,-0.009783037,-0.010970484,-0.007867799,0.01817178,-0.015873495,-0.0029207384,0.015306585,0.014785639,-0.009254431,0.0034263611,-0.012265186,0.005822324,0.024637625,-0.0034512593,0.0010993468,-0.027533466,-0.024315866,0.004887688,-0.011146687,-0.053565383,-0.023856208,-0.0013473701,-0.027901191,0.012173254,-0.023335263,0.007515395,0.01639444,0.0057418845,-0.009185483,0.0039262385,-0.017666157,-0.0038285612,0.056568477,0.009438294,-0.02362638,0.054699205,0.043207776,-0.013536904,0.01968865,0.012778469,0.023488482,-0.06355526,-0.030812353,0.0105184885,0.004952806,-0.0072204485,-0.03038334,0.016409762,0.0046004024,-0.021649852,-0.003979865,0.011169669,0.0032118545,-0.014908215,-0.026828658,-0.027947156,-0.023565091,-0.016011393,-0.00090399245,-0.0011922359,-0.011001129,-0.0026334526,0.007921426,0.008787113,0.015490447,0.0008115822,0.010786622,0.008779452,0.027640719,0.011606344,-0.03272759,-0.019305602,-0.00018613721,0.015375533,-0.000012478974,-0.02845278,0.002194863,0.0050332462,-0.012931689,0.0091625,0.015452142,-0.029356772,-0.0074081416,0.0045544365,-0.0072702444,-0.03006158,-0.0045467755,0.0013444972,0.005596326,-0.0021661345,-0.0018711878,-0.005964052,-0.0033957174,-0.016532337,0.0062743207,0.03288081,-0.00079482386,-0.008388744,-0.02074586,0.0026985707,-0.023580413,0.0059295776,0.023350585,0.018202424,-0.0075192256,-0.0129087055,0.028835827,0.0037193927,0.02540372,0.0016442321,-0.0062589985,0.04452546,0.006519471,0.023611058,0.00851898,0.027043164,-0.0073660063,0.0011759563,0.022798996,0.003987526,-0.012517997,-0.026307713,0.020270882,0.0064926576,0.012464371,-0.0026315374,0.001322472,0.023902174,0.046088293,-0.03006158,0.0048915185,0.001491013,0.02275303,0.01374375,-0.0085879285,0.0021239992,-0.034719437,0.009116534,0.0012784215,0.001008373,0.034413002,0.049551044,0.0069791283,0.0247602,-0.0053971414,-0.010020526,0.016195254,-0.014754996,0.017329076,0.04002082,0.06147149,-0.013759072,0.04544477,-0.023687666,0.007944408,0.006986789,0.007243431,-0.007975052,-0.015122721,0.022400627,0.007683936,-0.0057150708,-0.0032041937,0.011123704,0.013828021,-0.0071017034,0.007726071,-0.0046118936,0.003504886,0.044831898,0.0544847,0.0040871184,-0.009798359,0.031808276,0.0055426997,0.020056374,-0.022875605,-0.0046118936,-0.0025357755,-0.033983987,0.0053243623,0.019642683,-0.027671363,0.010480184,0.0091625,0.0064543528,0.016271865,-0.022339338,0.03956116,-0.005531208,0.024239255,-0.011675293,-0.0032405832,-0.04342228,-0.0021508127,0.015459803,-0.0151074,-0.01535255,0.016026713,0.0024400135,0.03177763,0.016578302,0.009216126,-0.008181898,-0.0076494617,-0.010403574,-0.014655403],"social":"https://twitter.com/ahassn_"},{"title":"auditz","description":"scan smart contracts for vulnerabilities, and get a report in minutes.","niche":"web3","youtube_url":"https://youtube.com/watch?v=KNp0pyRLtmo","youtube_transcript":"Hi build space. My name is Gino, and I'm building Outlets. Outlets is a simple app to scan smart contracts for vulnerabilities and get a detailed report in just minutes. Now, let me show you how it works. You can easily sign up using Google. After that, you can come to the word. And simply, paste the code of a smart contract, then hit analyze. You will get a detailed report of the contract with description from brunar abilities, compliance, security recommendation and gas optimization. This week, I also joined AIS save hackathon and build a chat gpt plugin for out it. It's really cool. After you installed the plugin, you just need to paste the code of any smart contract and submit it. It will start analyzing the contract. You will get the same detailed report right here. Let me tell you about my progress. My initial goal was revenue, and I ended up with zero dollars. So unfortunately, that didn't go as expected. But I did learn a lot about my users, and I think that's very valuable too. Nonetheless, More than two hundred people came to visit our app from more than thirty countries and more than one hundred contracts were analyzed. This is just the beginning and we'll keep pushing. Build safe. Thanks.","embedding":[-0.028316204,0.0197519,0.002258738,0.018934049,-0.026757654,-0.058638457,-0.059255704,-0.007565133,0.0127075715,-0.03218943,0.025276262,-0.03888656,-0.004575343,-0.05274375,0.02683481,0.000978915,-0.014891082,-0.012939039,-0.01722119,0.044781264,0.026773086,-0.0041934215,0.021233294,-0.0078081735,0.00716778,-0.05354617,-0.021094413,-0.0053430437,0.0084948605,0.0026213706,0.0057789744,-0.011966875,0.027004553,0.012337223,0.038485344,-0.0002254398,0.0033890714,-0.03725085,0.01944328,-0.03376341,-0.012607268,0.0035916055,0.021680798,0.01840939,-0.016681097,0.0000869209,0.003641757,-0.0011361202,0.038176723,0.016681097,-0.12641217,0.022637531,0.008680035,-0.0020234126,-0.05971864,-0.032312877,0.0017331137,0.020554323,-0.031788215,0.03407203,0.03681878,0.009490171,0.044657815,0.023100466,-0.019952508,0.026911967,-0.050799422,0.035831183,0.015438889,0.0045483382,0.06876131,0.016758254,0.021850541,-0.041201234,0.00010150819,-0.02814646,-0.03416462,0.046633005,-0.0024670588,0.009420731,0.0029705008,0.010732381,-0.04552196,-0.03367082,0.0056478092,0.012491534,-0.07993348,-0.033331335,-0.025492297,-0.0044596093,-0.043855395,0.061724693,-0.021233294,0.011858856,0.04039881,0.010570354,-0.013517708,0.016557649,0.028701982,0.0137105975,0.040830884,-0.009320429,0.049256306,-0.07221789,0.005238883,0.0038674378,0.031464163,-0.026510756,-0.0015672286,-0.022853568,-0.12801701,-0.004814526,0.003379427,0.011496224,0.017066877,0.014482156,0.029257504,-0.014813926,-0.003319631,-0.049935278,-0.055459637,0.023980044,0.057249654,-0.010176859,0.005678672,-0.0070983395,-0.0602433,0.0051771584,-0.047682326,-0.019566728,-0.009760217,-0.0012441383,0.068576135,-0.04419488,-0.012128903,0.003230902,-0.063206084,0.002162293,-0.071724094,-0.005281319,0.019767333,0.0015180417,0.033454783,0.008633741,-0.045954034,-0.039380353,-0.032436326,0.030059926,-0.034812726,-0.01748352,0.01933526,0.003958096,-0.05515101,-0.022683825,0.010539492,-0.0027891845,-0.01669653,0.06734164,-0.035028763,0.0018131628,-0.019304398,0.05403997,-0.021495624,0.031016659,-0.05613861,0.06345298,0.0074532568,-0.054009106,-0.05916312,0.026202133,0.008363696,-0.0132939555,-0.0035048053,0.033917718,0.020415442,-0.0452442,-0.03882483,-0.017560676,-0.034627553,-0.008155375,-0.013926634,-0.005393195,-0.015446604,-0.0037922107,-0.061909866,-0.05089201,-0.026603343,0.0075497013,-0.016897134,0.013309387,0.0071986425,0.04144813,0.017390933,0.0376212,0.008055072,-0.04814526,0.02972044,-0.009243273,0.045028165,0.0088112,-0.03013708,-0.018872324,-0.0019771191,-0.0027197443,0.025569454,0.031124676,-0.0178693,-0.025800921,-0.012560975,-0.0052581723,0.06678612,0.0261867,-0.0070520462,-0.015708935,0.010871261,-0.017714987,0.007059762,0.039040867,0.018316804,0.0036822637,-0.003807642,0.051910467,-0.0026985265,-0.0019182877,-0.00032598354,0.053237546,0.052836336,-0.010446904,0.074069634,0.019798195,-0.012391232,0.040337086,-0.052712888,-0.03879397,0.03370168,0.025322555,0.049657516,-0.010392895,-0.014829357,0.017144034,0.004829957,0.03012165,0.03218943,-0.019042067,0.047682326,-0.0082942555,-0.04484299,-0.0321277,0.028470514,0.06536645,0.028640257,0.03169563,0.03684964,0.004513618,-0.017560676,-0.04126296,-0.003450796,-0.009521034,-0.0072449357,-0.032744948,0.009521034,-0.039010007,-0.056076884,-0.0006220692,0.00046606964,0.012275498,0.00060808467,0.00519259,-0.04234314,-0.03197339,0.022282613,0.005674814,-0.030862346,0.0051655853,-0.015955834,0.0004231517,0.0041471277,0.04274435,-0.049163718,0.019705608,-0.026510756,-0.03459669,-0.011920582,0.03419548,0.0011419068,0.038763106,0.03487445,-0.02090924,-0.018393958,0.02103269,0.0077888845,-0.0043052975,0.011241609,0.013525424,0.0063537857,-0.017576106,0.032436326,0.003958096,0.005929428,0.0023821874,0.0049765534,0.006874588,0.007406963,-0.013564001,-0.0042435727,-0.017730419,0.03888656,0.017468087,-0.009235557,-0.006978748,-0.0090966765,0.0051655853,0.04166417,-0.005586085,-0.010632078,-0.0011650536,0.054256003,-0.0060644513,-0.009266419,-0.0066894135,0.0077001555,-0.031880803,0.028701982,-0.03172649,-0.027791543,0.021850541,0.08876011,0.007947054,0.026140407,-0.017992748,0.042528313,-0.06166297,-0.009582759,-0.010971564,-0.004216568,-0.01071695,0.00006925945,0.0075689903,0.01921181,0.0402445,-0.06919338,-0.030322256,-0.010863546,-0.01447444,0.059780367,0.012198342,0.020029662,-0.01777671,0.01433556,-0.014543881,-0.009891382,-0.0252454,-0.019551296,-0.023655988,0.048423022,0.020893808,-0.0004571485,-0.05512015,-0.011866572,0.003138315,-0.059224844,0.029473541,0.03172649,0.0060142996,0.054132555,0.012800158,-0.029674146,0.018625425,0.020045094,-0.0062226206,0.022004852,0.058082934,-0.0173755,0.0017871227,-0.05076856,0.02157278,0.017020583,0.030152513,0.03515221,0.017437225,0.046355244,0.021140708,-0.023254778,-0.0053083235,-0.009019521,0.03725085,0.003396787,-0.023902887,-0.01669653,0.0070096105,0.020199405,-0.046849042,-0.023609694,-0.029874751,0.03209684,-0.029226642,0.035800323,0.0033910002,-0.010323455,-0.05515101,0.02879457,-0.04931803,-0.040429674,-0.024566427,-0.043608494,-0.013116498,0.02800758,-0.019798195,0.029967338,0.012530113,-0.00044991515,-0.039133456,0.03354737,-0.04971924,-0.024983069,-0.032559775,-0.00019674745,0.0020947817,0.026541619,0.024211511,0.03197339,-0.03376341,0.017452657,-0.023949182,-0.0039696693,0.0161873,0.038115,-0.005447204,0.0062187626,-0.07758794,-0.001819914,-0.005362333,-0.01894948,0.016927997,0.013633441,-0.021356743,0.0096984925,0.04774405,0.034689277,0.016789116,-0.04444178,-0.012422094,-0.0185637,0.004262862,-0.041602444,-0.013031626,-0.005894708,-0.034627553,-0.0011457646,-0.038176723,-0.019273534,-0.030754328,0.000638947,0.0047913794,-0.0137028815,-0.024751602,0.00057577563,-0.019258104,0.019582158,0.03749775,-0.014466725,0.03684964,-0.05258944,0.055212736,0.00473737,-0.029890183,-0.06616887,-0.01204403,0.025199106,-0.0013907345,0.01571665,-0.03299185,-0.009451593,0.02183511,-0.028038442,-0.030600017,0.02314676,0.00067173823,-0.03694223,-0.002893345,-0.04709594,0.022159165,-0.015608632,0.01590954,0.05564481,0.09067357,-0.043701082,0.0015440817,-0.023625126,-0.016233595,0.018964913,0.03367082,0.044164017,-0.019613022,0.01421211,-0.022575807,-0.01019229,-0.07283514,-0.02697369,0.021541918,0.012314077,-0.053330135,-0.020693203,0.06141607,0.024520135,0.0069594593,-0.01472134,-0.031248126,-0.02578549,0.020199405,-0.039658114,-0.04104692,0.023424521,-0.01459789,-0.027683524,0.016279887,0.024797896,0.037034817,-0.005319897,0.029380953,-0.0019944792,0.032004252,-0.0035954635,-0.025708335,-0.021865973,-0.020955533,-0.037559476,-0.008965512,-0.017020583,0.0023320362,0.025554024,-0.019967938,0.029627852,0.020616047,-0.05984209,-0.0005545578,-0.032004252,-0.048392158,-0.015778374,0.00054394885,-0.010230868,0.021865973,0.011673682,0.011542518,-0.004135554,0.024180649,0.0068398677,-0.0290569,-0.011843425,0.048392158,0.040985197,-0.038948283,0.051200632,-0.023316503,-0.004513618,-0.0008940436,0.015006816,-0.014960523,0.009351291,-0.0033871424,-0.010030262,0.0037787086,0.043978844,0.0018546341,0.007923908,0.017684124,0.009868235,0.0010522131,0.007688582,0.014366422,-0.00914297,0.014543881,-0.0057326807,0.012584122,0.03617067,-0.01709774,-0.016218163,-0.0088112,-0.022514082,-0.009482456,-0.023655988,-0.04617007,-0.0266805,0.046725594,0.0073490962,0.008656888,0.019258104,0.028578533,0.011334197,0.00716778,0.004123981,-0.021403037,0.00021736254,-0.0011274401,0.018301371,-0.004139412,-0.009181548,0.013980643,0.0055320757,0.015161128,0.02155735,-0.014428147,-0.0026618773,-0.03330047,-0.014204395,0.013193653,-0.042003654,-0.0005931357,0.0057944055,-0.0026445172,-0.025476867,0.029705008,-0.023609694,-0.05258944,-0.014343276,0.022791842,-0.032312877,-0.006211047,-0.001202667,0.024365822,-0.0073838164,-0.043238148,-0.012005453,0.031633906,0.026279287,0.03984329,0.0012663207,-0.02340909,-0.022961585,0.00026498217,0.0077001555,-0.0059872954,-0.007333665,-0.03063088,0.0009837373,-0.017714987,-0.024504703,0.011758554,0.010254014,-0.004417173,0.015986696,0.009675345,0.01302391,-0.035985496,0.030661741,0.005995011,0.013641157,0.024844188,-0.004532907,-0.009428447,-0.024226941,-0.0052581723,0.022328908,-0.01669653,-0.0017292559,0.0026155838,-0.007333665,-0.0138109,-0.010832683,0.015022247,-0.027590938,0.014759917,-0.013602579,-0.018687151,-0.043608494,-0.0008419634,-0.002129502,0.02103269,0.010871261,0.0067125605,-0.055675674,0.020724066,-0.031278986,-0.032436326,0.042806074,0.008734044,-0.008109082,-0.06413195,0.0011409423,0.024659015,0.0017128602,0.014945092,-0.027004553,0.011997737,0.008626026,0.028964313,0.030090788,0.020492598,0.031880803,-0.045737997,-0.0011303334,0.013178222,0.028254477,-0.011133592,0.00038385042,0.0046139206,-0.0072102156,0.018980343,-0.01959759,-0.047188528,-0.02800758,0.012784727,-0.01919638,-0.024612721,-0.023254778,-0.0011496224,0.013000763,0.018995775,0.017468087,-0.00716778,-0.017931024,0.010570354,-0.015940402,-0.010817252,-0.021264156,0.03891742,-0.0046486408,-0.041417267,0.017344639,-0.05218823,-0.015485182,-0.0069748904,-0.023980044,-0.006685556,-0.00077686313,0.010230868,-0.009621336,0.010824968,-0.065428175,-0.03774465,-0.01985992,-0.029874751,0.02195856,-0.02103269,0.0014187035,0.011280187,-0.039658114,-0.022452356,-0.027668094,-0.04512075,-0.0036996237,0.022143733,-0.00716778,-0.010022547,0.009274135,-0.043361597,0.005127007,0.002148791,0.00947474,-0.0095056025,-0.0115039395,0.017036015,-0.018224215,0.039812427,-0.0004807775,0.010817252,-0.014821642,0.011110445,-0.005863846,0.028115598,0.008649172,0.05555222,-0.009173833,0.02603239,0.051540118,0.019875351,0.0035510988,0.017144034,0.017344639,0.03218943,0.033238746,-0.019150086,-0.00067559606,-0.02590894,-0.00083665893,-0.033886857,-0.03814586,-0.032405462,0.0032038973,0.0076075685,0.0070867664,0.011781701,0.007055904,0.030430274,-0.018301371,0.0043014395,0.026757654,0.039164316,-0.031633906,-0.018980343,0.03379427,-0.00928185,-0.015793806,-0.03601636,0.034318928,0.0033678536,-0.015083971,-0.08326661,-0.054996703,-0.012121187,0.014945092,-0.055583086,-0.027189728,0.030507429,0.042590037,-0.02171166,0.021649936,0.053206686,-0.053515308,-0.020353718,0.00079856324,-0.0017861583,0.0054009105,0.025862645,-0.004872393,0.0149991,0.049688376,-0.015253714,-0.018378528,0.0075535593,0.0070867664,-0.03141787,-0.021495624,-0.0068591563,0.023331935,0.015955834,-0.00055166445,0.02040001,-0.009976254,0.009428447,-0.016557649,-0.011496224,0.0012836807,-0.029967338,-0.003171106,0.056786716,-0.028593963,0.0111027295,-0.030831484,0.006342212,-0.023717713,0.019690176,0.013131929,-0.0010126707,-0.0090966765,0.0026290861,0.02040001,0.007221789,-0.005057567,0.016249025,0.004760517,0.011156738,0.04944148,0.04157158,0.0012017026,0.022591237,0.007931623,-0.0057596853,0.010585785,0.006211047,0.0006895806,0.03277581,0.017452657,-0.002106355,-0.007109913,-0.04326901,-0.02959699,-0.019690176,0.019412415,0.001847883,-0.012445241,0.012314077,-0.011480792,0.0062187626,-0.012576406,0.0027911135,-0.0029396384,0.04036795,0.013533139,0.013664304,0.021001827,-0.020724066,0.012028599,0.03851621,-0.0005082643,0.011287903,0.005208021,0.03749775,-0.008402274,-0.021202432,0.009652199,-0.0035530275,-0.020230267,0.0070636193,-0.0010213507,0.008109082,-0.0027274599,0.034318928,0.03752861,-0.011519371,0.011241609,-0.0037420595,0.014320129,0.019165518,-0.018239647,-0.0073259496,-0.02935009,0.01854827,0.030059926,-0.014150386,0.019366123,0.024550997,0.06672439,-0.023455383,-0.013841762,0.056231197,-0.0087108975,0.031093813,0.030708035,-0.009204695,-0.012152049,-0.004421031,0.014250688,0.019505003,-0.015523761,-0.020369148,-0.041602444,-0.00928185,0.03947294,-0.012182911,-0.0323746,-0.0064540883,-0.005836841,0.019582158,-0.009737071,-0.017205758,0.0478675,0.033238746,-0.0041509857,0.025060225,-0.013486845,0.00024593432,-0.0019076788,-0.0190575,0.013124213,-0.048824232,0.0321277,0.0040622563,0.022421494,-0.034781866,0.0069131656,-0.017128602,-0.014428147,-0.06036675,0.012445241,-0.023439951,0.011033289,0.023609694,0.04009019,0.0143124135,-0.0077966005,-0.008317403,-0.016218163,-0.023100466,-0.010439188,0.0052003055,-0.0022471645,-0.0030380122,0.008826631,0.025631178,-0.013726029,0.012059462,0.031911667,0.0349979,0.0202457,-0.0014939305,0.033331335,-0.0036996237,-0.016279887,-0.0032675508,0.033732545,0.013980643,-0.0051385807,-0.027992148,0.00051549764,-0.018316804,-0.0049997,0.019042067,0.046386108,-0.0029261361,-0.026371876,-0.000027547056,-0.020091388,0.0071754954,0.017344639,-0.030893208,-0.02564661,-0.0649961,-0.039380353,0.028362496,-0.024427548,0.011334197,0.0046524988,-0.013317103,0.022591237,-0.04225055,0.0013145431,0.04086175,-0.03299185,-0.025307124,0.014142671,-0.028115598,0.019242672,-0.0035414542,0.05484239,-0.02132588,-0.014821642,0.0058715614,-0.00854887,-0.022652963,0.0031633906,-0.017174896,0.011025573,-0.043855395,-0.014250688,-0.0056208046,0.013463698,-0.00072140736,-0.0077155866,-0.015137981,-0.023254778,-0.018872324,-0.012545544,0.0023783296,0.0030090788,-0.009065814,0.026109545,-0.02800758,0.0023301071,0.05762,-0.005173301,-0.011125876,0.0052504567,0.008186237,-0.0069285966,-0.018887756,0.010230868,-0.006137749,0.03038398,0.028593963,0.020477166,-0.0031305992,0.016603943,0.04157158,0.013733744,-0.0035896767,-0.0027100998,-0.027822405,0.00089452585,0.0010608932,-0.03830017,0.005393195,-0.0046524988,-0.014204395,0.0068784454,0.023779439,0.02512195,0.009274135,0.002054275,-0.0039503803,0.01295447,-0.03928777,0.007298945,-0.013394258,0.012128903,-0.0119051505,0.0068630143,-0.029890183,0.0018218429,0.020616047,0.026618773,0.009798795,-0.015546907,-0.01907293,-0.0022336624,-0.0055320757,0.016403338,0.0076615773,-0.008842062,-0.015060825,-0.01722119,-0.025692903,0.02552316,0.018872324,0.03536825,0.009436162,0.018918619,0.0028586248,0.027745249,0.015083971,-0.00192311,-0.01644963,-0.004467325,0.00914297,-0.015624063,-0.02038458,-0.012206058,-0.024412116,0.011619673,0.036757056,0.009883666,-0.0077155866,0.011866572,-0.02157278,-0.03604722,-0.012977617,0.0058445567,-0.017066877,0.0034199338,-0.0029705008,0.016218163,-0.013826331,-0.003489374,0.009551896,0.00785061,0.010200005,-0.014428147,0.023301072,-0.0035337387,0.0025885792,0.0017562604,-0.048083536,0.020940103,0.0043168706,0.00076866534,-0.028686551,-0.018980343,0.008263393,0.014821642,-0.017807573,-0.009034952,0.019721039,-0.021757955,0.010084271,0.02368685,-0.0037304861,0.01012285,0.08857493,-0.0021892977,0.022992449,-0.014952807,0.016773686,0.033084434,0.0045097605,0.009413016,0.0006866872,0.011272472,-0.012823305,-0.03330047,0.031911667,-0.0014833215,-0.0056092315,-0.036664467,0.006164754,0.012877314,0.0013608366,0.029272936,0.008726329,0.05172529,0.028439652,-0.015307724,-0.020724066,-0.023470815,0.011689113,0.01604842,-0.0037536328,0.045460235,0.023625126,-0.022822706,-0.023270208,0.035059627,0.03063088,0.011164454,-0.033917718,0.017807573,-0.017267482,0.0057018185,-0.03218943,0.000798081,0.042312276,-0.025970664,-0.0063769324,-0.01006884,-0.0005116398,0.0010464265,-0.042404864,-0.031788215,-0.011041004,-0.013656588,0.0055166446,0.0039696693,0.020569755,0.0015730152,0.009752502,0.0061146026,0.039256904,0.021865973,-0.050830286,-0.0027641088,0.010647509,-0.0056092315,-0.012638131,-0.012128903,-0.012885029,-0.010045694,0.013672019,-0.011033289,-0.015832383,-0.0010830754,0.009575043,0.022143733,0.020754928,-0.006589111,0.03394858,-0.0019433633,0.024890482,0.03103209,-0.016634805,-0.026881104,-0.010794106,-0.018501977,0.013455983,0.003061159,0.0020002658,0.034226343,-0.010747812,-0.00048053637,-0.024705308,-0.009366722,0.024844188,-0.014042367,-0.007468688,0.011596527,-0.001980977,-0.0026059393,-0.011249325,-0.016927997,0.05246599,0.009767933,-0.024273235,-0.016758254,-0.011388206,-0.009158402,0.00092153036,0.036973093,-0.00029849674,0.011588811,0.002706242,0.0016424555,-0.021217864,-0.02090924,0.03063088,-0.017282914,0.0034276494,-0.004046825,-0.008055072,-0.031664766,0.0007363563,-0.0029377097,-0.0035491697,0.003940736,-0.0012007381,0.005616947,0.024365822,-0.00928185,0.029689576,-0.020153113,0.016773686,0.0034411517,0.0029627853,0.008849778,0.0034392227,0.0034604406,0.0028277624,-0.037466887,-0.0012335294,0.029813027,-0.027806975,0.028377928,0.0000018008059,-0.0000030854812,0.031387005,0.004401742,0.0023976185,0.00002983762,-0.010254014,-0.007669293,-0.03172649,-0.0003351458,0.008525724,0.013224515,-0.0057635433,-0.014991385,0.026371876,-0.0011014,-0.035183076,-0.03459669,0.012506966,-0.012969901,0.0013830189,-0.029921046,0.03888656,-0.020600617,-0.00772716,0.031603042,0.005883135,0.014621037,0.0013579433,-0.030044494,-0.0095056025,0.017900161,0.02211287,0.0014968239,-0.0019829057,-0.038639657,0.032158565,-0.001464997,-0.0050459937,-0.011696829,0.009960823,-0.011033289,-0.0073490962,0.0113033345,-0.0014659615,-0.032744948,0.0015093617,-0.0077155866,0.018193353,-0.0124992505,-0.011611958,-0.0021237151,0.0017861583,0.019227242,-0.03910259,-0.025307124,-0.013178222,0.052435126,-0.035399113,-0.043485045,0.023439951,-0.0014833215,0.009034952,-0.008834346,-0.03169563,-0.006735707,0.04206538,0.018501977,-0.020230267,0.013016195,-0.009513319,-0.00486082,0.020291993,-0.0021700088,-0.0051848744,0.029782165,0.052928925,-0.01709774,0.007835179,-0.008572017,0.011619673,-0.047589738,0.006639262,0.0005945824,0.031093813,-0.035800323,-0.044256605,-0.0050421357,0.011064151,-0.019242672,0.0058291256,0.018039042,-0.03870138,0.02408806,-0.026865672,-0.008518008,-0.02802301,-0.0035819612,-0.013656588,0.026078682,-0.0020889952,0.02865569,-0.002742891,-0.011982306,-0.014150386,0.0017302203,-0.016403338,-0.027066277,0.00022580146,0.03613981,-0.034751,-0.013224515,-0.031232694,0.008826631,-0.017020583,-0.026001526,-0.044750404,0.002870198,-0.01749895,-0.00033876247,-0.0031479592,-0.0028026868,-0.0016385977,0.020199405,0.027745249,-0.0037979975,-0.013965212,-0.008193953,-0.00828654,-0.034257203,0.0063344967,-0.0022490935,-0.009636767,0.00384622,-0.017066877,0.0138109,0.009366722,-0.018054472,-0.013425121,-0.014435862,0.0045367647,-0.026495324,0.0031961817,-0.0009711995,0.023887455,-0.018795168,0.033825133,0.032683223,-0.0011476935,-0.0048685353,-0.0064695193,0.010223152,0.032158565,0.009389869,-0.022236321,0.0526203,-0.013155075,-0.0014331702,0.012993048,-0.009490171,0.03842362,-0.0055706534,0.04129382,0.0033061288,0.03879397,0.011650536,0.012568691,0.016141007,0.012807874,-0.014744486,-0.008803484,0.0135099925,-0.0055590803,-0.006388506,0.027421195,0.012614984,-0.016032988,0.0017774783,0.041232094,-0.003381356,0.022822706,-0.0024111208,0.039905015,-0.017714987,0.015724365,0.0002374954,0.016958859,-0.002335894,0.0073375227,0.0328684,0.04694163,-0.01685084,0.009220126,-0.025816353,-0.01578609,0.00057963346,0.014111808,-0.01629532,-0.011920582,-0.0029164918,0.004386311,0.020616047,0.004764375,0.016681097,0.024921345,0.0043400177,-0.013579433,-0.02816189,0.018239647,0.029705008,0.05132408,0.01935069,-0.033979442,0.034411516,-0.0022838137,-0.02407263,0.0003447903,-0.006832152,-0.04221969,-0.036294118,0.0034990185,0.007059762,-0.01117217,0.055675674,-0.01157338,0.025492297,0.000914297,-0.0033369912,0.011226178,-0.030167943,-0.00868775,-0.024705308,-0.036880504,-0.031788215,-0.01590954,0.009767933,0.008085934,-0.04919458,0.06295919,-0.0127075715,0.042806074,0.011041004,0.02604782,0.002148791,-0.033454783,0.0046602143,0.020940103],"social":"https://twitter.com/GinoGuatavita"},{"title":"fate","description":"discover new people on earth, anonymously on whatsapp.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=fpmXovtWHBw","youtube_transcript":"Hi. My name is Gokul, and I'm the builder of fate. What is fate you ask? Faith lets you date people from your city. And what is that? People never ever did that again. I promise. I mean, fake lets you meet people from your city in WhatsApp anonymously. Simply send hi to Facebook's WhatsApp number. Fill some basic info and start matching and chatting. You mean anonymous because when you send a message to fate, fade then sends it to the matched user and vice versa. Both phone numbers remain private. I ran Instagram ads for two weeks and got two hundred users and then add flatlined. Got some feedback from users. No responses, no matches. I directly tamed people on Instagram to try feet, but no use. So for the final time, what is freight you ask? Fleet lets you discover new people in WhatsApp. Connect with people of Earth now. Just cancel this keyword and send hi.","embedding":[-0.027429208,0.002318149,0.009859277,0.044100072,-0.01001928,-0.050865944,-0.044008642,-0.001821947,0.025417732,0.019688075,0.011924086,-0.03794374,-0.023116726,0.010712629,0.024213895,-0.0004971544,-0.023010058,-0.01326507,-0.032488372,0.0145298615,0.015756557,0.013539362,-0.016335618,-0.008007805,-0.008564008,-0.024427233,0.008335432,0.021349067,-0.018011848,-0.031193106,-0.0043543866,-0.016853724,0.045562964,0.01267077,0.010232618,-0.015771795,-0.01296792,-0.0009638319,0.011710748,-0.01984046,-0.01877377,-0.053883154,0.0497383,0.013295547,-0.0056534647,0.025905363,0.012899347,0.059490904,0.025951078,0.023467211,-0.026408233,-0.023619596,-0.044191502,0.037303723,-0.037364677,-0.017981369,0.0010771678,0.0005604892,0.022766244,0.06631773,-0.039955214,-0.014842249,0.0031867407,0.04233241,-0.003360078,0.004781063,-0.03075119,0.004137239,-0.055681292,0.073876,-0.011124068,0.015596553,0.01100978,-0.014842249,-0.05522414,-0.04598964,0.02956259,0.040930472,0.021090014,-0.019291876,0.029532114,0.06674441,-0.044648655,-0.009173546,-0.032762665,-0.0014171758,-0.044161025,-0.015322261,-0.05077451,-0.009684035,0.013508885,-0.006019187,-0.08570103,0.03556654,0.03742563,-0.0058287065,0.017021347,0.02416818,0.0051810727,0.018179469,0.034926526,-0.005782991,0.02288815,-0.0071049267,0.019611884,-0.028876862,-0.039071385,-0.03328077,-0.021440499,0.011230737,-0.110814,-0.041448582,0.0064877695,-0.013844131,-0.011337406,0.018286139,0.044343885,-0.022537665,-0.006727775,0.0144765265,-0.06327004,0.017905178,0.052999325,0.045014378,0.0008700202,-0.025402494,-0.021333829,-0.0012143139,-0.03882757,-0.008289716,0.045319147,-0.004872494,0.035139862,-0.03919329,-0.057418477,-0.004636298,-0.0035296057,-0.0037124672,-0.04647727,-0.00093145017,-0.02073953,-0.073876,0.0039467583,-0.035109386,-0.005139167,-0.052511696,0.007523984,-0.030126413,-0.0010390717,-0.04763539,-0.024031034,0.035810355,-0.02377198,0.022004321,0.036267508,-0.0036819903,0.019398546,0.043094333,-0.019337593,-0.008891635,-0.039223768,-0.008434482,-0.024945341,-0.031055959,-0.017341355,-0.017905178,-0.02279672,-0.047025852,-0.046324886,0.020709053,0.021577643,-0.015908942,-0.025631072,0.018606147,-0.0132117355,-0.02534154,-0.0019019489,-0.02663681,-0.043490533,-0.05473651,0.0072649308,0.008914493,-0.04166192,-0.028206369,-0.04982973,-0.029014006,0.011764083,0.0034610326,0.02348245,0.012846013,-0.007992567,0.06290432,0.014171758,-0.019688075,-0.015124161,0.0071049267,0.057205137,-0.028876862,0.014727961,0.034530327,-0.017051825,-0.023573881,-0.02593584,0.029745452,0.00835067,-0.040107597,0.048458267,0.010788822,-0.02811494,0.021455737,0.057936583,-0.017006109,-0.012251713,0.013615554,-0.04282004,-0.031055959,-0.06406244,0.02221766,-0.043094333,0.030674998,-0.010545007,0.044343885,0.030979767,-0.040259983,-0.023436734,-0.004624869,0.03233599,0.0062172874,-0.020190945,0.035261773,0.016914679,0.00033667448,-0.00061477616,-0.062965274,0.026575856,-0.08649344,-0.0033543636,-0.0046934425,0.01286887,0.019779507,-0.029455923,0.012213617,0.06308718,0.017630886,-0.007162071,0.021958604,-0.056138445,-0.055467956,0.044861995,0.023924366,0.058332782,-0.000060388305,-0.0089373505,-0.027535878,0.01857567,-0.03282362,0.041204765,-0.024229134,0.054096494,-0.02358912,-0.0046782037,-0.027124438,0.0114669325,0.033524588,-0.029044483,-0.02416818,0.016335618,-0.00003782826,-0.048671607,-0.0029124485,-0.017950892,0.0023067202,-0.017082302,-0.007299217,-0.0021676694,0.012388859,0.025570117,-0.0064382446,-0.024046272,-0.02358912,-0.016533718,0.01081168,-0.033067435,-0.09569746,-0.037852306,0.016564194,0.0092345,0.03605417,-0.0015895608,0.02526535,-0.00036548468,-0.018834723,0.0055353665,-0.028846383,0.04647727,-0.003036261,0.036511324,-0.032945525,-0.003664847,0.008998304,-0.004472485,-0.049646866,-0.01601561,0.01394318,-0.02771874,0.0033410299,0.05089642,0.030720713,-0.00079335173,-0.041448582,-0.019688075,0.060344256,-0.0059658526,-0.03084262,-0.020571906,-0.024305327,0.03046166,0.029547352,-0.0148955835,-0.027871123,-0.022507189,0.0032286465,-0.008129712,0.026697762,0.005047736,-0.033250295,-0.018651862,-0.052816465,-0.020008083,-0.0035410346,-0.014819392,-0.03273219,-0.036785617,0.00024071988,-0.0136307925,0.016091801,-0.03203122,0.037913263,0.03113215,0.049494483,0.026926339,-0.016396571,-0.02063286,-0.0071049267,-0.0071887383,-0.0022838626,-0.006914446,0.0088840155,0.013127924,-0.005276313,-0.05306028,0.0131050665,0.023345305,-0.0016333712,0.012876489,0.016289903,0.035749402,-0.006613487,-0.016945155,0.0050858324,-0.008236381,0.01316602,-0.036297984,0.010285953,0.008404004,-0.043978162,-0.04099143,0.0022038608,-0.024701526,-0.0071849287,0.0074477918,-0.026880624,0.034225557,0.0103621455,0.011649794,-0.011558363,0.026210133,0.018408047,0.045105807,0.033524588,0.063818626,0.0122059975,0.009584985,-0.07064545,0.02288815,0.0546146,-0.039010428,-0.021272875,-0.024091987,0.0017457549,0.029821645,-0.024137704,-0.0067658713,-0.010819299,-0.0036381797,-0.035017956,0.06625678,0.025661549,-0.013585078,-0.031391203,0.029593067,-0.0461725,-0.059460428,0.010773583,0.008472578,0.016564194,0.007516365,-0.012198378,0.028434945,0.028831145,-0.008731632,0.001592418,0.06954828,0.004045808,0.013722223,0.0013409836,0.019459499,0.036877047,0.034621757,0.022872912,0.0076687494,-0.025585355,-0.0077373222,0.030979767,0.015322261,0.02986736,0.0722912,0.009455457,0.033219818,-0.10484053,-0.016625147,0.014339381,0.02573774,-0.0100421375,0.021105252,-0.032579806,0.035657972,0.02416818,-0.02593584,-0.018545192,-0.04961639,0.032183602,0.0047163,0.0055772723,-0.022857673,0.031086436,-0.010103092,-0.0010800251,-0.03407317,0.017112778,-0.023878649,-0.016868964,0.0007881135,0.030598806,-0.010583103,-0.039863784,-0.06601296,-0.009775465,0.07692369,0.0064382446,-0.014910823,-0.019002346,-0.013417454,0.0053410763,0.017448025,-0.0014600339,0.017524216,-0.007093498,0.024488188,-0.024533903,-0.03449985,-0.016381333,-0.0072954074,0.011725986,-0.02406151,0.035017956,0.028404469,0.019718554,-0.01836233,0.041296195,0.009089734,0.017524216,0.0038591372,0.0569918,-0.033646494,-0.007695417,0.01916997,0.009981184,-0.041722875,-0.011969802,0.025219632,0.02397008,0.039528538,-0.018849961,0.006129666,-0.0008304955,0.019901413,-0.02191289,-0.012327905,-0.023467211,-0.0000692278,-0.017280402,-0.0040343795,0.03998569,0.04175335,0.0284959,0.020389045,-0.02348245,-0.05117071,0.01974903,0.03763897,-0.0066172965,-0.027932078,-0.015741318,-0.030522613,-0.008701154,0.009325931,0.07472935,-0.012396478,-0.014324142,-0.02180622,0.0030819762,-0.025722502,0.010392622,0.0130517315,0.032305513,-0.037852306,-0.043460056,-0.04077809,-0.039223768,0.016198471,-0.016350856,0.030492136,0.030324513,0.0029143533,-0.022522427,0.004392483,-0.053212665,0.024899626,-0.035444632,0.0056839413,-0.0046782037,0.0771675,0.010857395,-0.009737369,0.014598434,-0.008739251,-0.03821803,-0.011131687,-0.04321624,0.029425444,-0.0021276684,0.059368998,0.036176078,0.0137374615,-0.002024809,-0.0077411323,0.0047772536,0.031208344,0.0136307925,0.016366094,0.00032929337,0.029989267,0.0294864,-0.004872494,0.0067811096,-0.027063485,0.023421496,0.0021314782,-0.011604079,-0.0034648424,-0.030217845,-0.0020571905,-0.03459128,0.020114753,0.04647727,-0.03419508,-0.011162164,-0.01601561,0.035414156,-0.023436734,-0.012327905,-0.023010058,0.006914446,-0.02624061,-0.001885758,-0.013889846,0.017371831,0.005219169,0.022248136,0.014598434,-0.031970266,0.02358912,0.024640571,0.04931162,0.017950892,-0.028739715,-0.02436628,-0.01404223,-0.0011533601,0.012701247,-0.03928472,-0.0026210132,-0.040138073,0.0009500221,-0.039040904,0.008800204,-0.02269005,0.029014006,-0.01955093,0.004788683,0.051445004,-0.041235242,-0.03632846,-0.009402123,-0.006784919,0.018682338,-0.010377384,0.059064228,0.0076077958,-0.05668703,-0.023040535,0.03449985,0.037395153,-0.007969709,0.009767846,-0.029501637,0.031695973,-0.04519724,0.000942879,0.051323097,0.010141187,-0.021638598,-0.008754489,0.019124253,-0.018804247,0.020663336,0.024625333,-0.016061325,-0.011581222,-0.018621385,-0.0076611303,0.027673023,-0.0037296105,0.04321624,-0.0036324654,-0.028221607,0.014347,0.021638598,-0.009897373,0.0021238588,-0.0028724477,0.010400241,-0.03379888,0.0033429347,-0.010400241,-0.008137331,0.018743291,0.018453762,0.017265163,-0.005786801,0.04352101,-0.0001396461,-0.015634649,-0.0035105576,-0.005219169,0.04812302,0.026697762,0.021440499,0.008091616,0.015665125,-0.008975446,-0.01326507,-0.0003681038,-0.012647913,0.017051825,-0.034713186,-0.070096865,0.033250295,0.02523487,-0.01532988,-0.0077677993,-0.0117336055,-0.014499384,0.049098283,0.027292062,-0.0019419498,0.013966039,0.0064534834,-0.02534154,-0.014849869,0.038370416,0.02526535,-0.0042210505,0.018194709,-0.010049758,-0.004735348,0.015451787,-0.0046058213,-0.045837253,-0.032854095,-0.031025482,-0.03873614,0.031116912,-0.01581751,-0.010918349,0.012251713,0.005836326,0.028053984,0.023695787,-0.0072458824,0.02799303,0.020389045,0.001975284,-0.04059523,0.03340268,0.0024000558,-0.041692395,0.017219447,0.035322726,0.036176078,0.037364677,-0.012076471,0.021531928,0.0112078795,0.0029200679,-0.012937443,0.031101674,-0.02397008,0.0055353665,0.013173639,-0.023040535,0.011611698,-0.0013181259,-0.011489791,0.016929917,-0.029623546,-0.027581593,-0.005912518,0.011276452,0.0048686843,0.023147205,-0.006963971,0.005127738,-0.0062363353,-0.0052420264,0.010194522,0.0041334294,-0.04303338,-0.022857673,0.044343885,0.016244186,-0.03477414,0.032061696,-0.016853724,0.014407953,0.0023619595,0.03459128,-0.01040786,0.03410365,0.026880624,0.05677846,0.012114567,-0.0060153776,-0.012129805,0.042576227,0.008983065,0.023101488,-0.0044572465,-0.005581082,0.03212265,-0.01581751,-0.02063286,-0.006514437,0.050256405,-0.027794931,-0.042789564,0.049098283,-0.05117071,-0.014987014,0.026850147,-0.0076877973,0.020800482,0.004872494,-0.023832934,-0.028998768,0.04184478,0.00235815,0.014880345,-0.05138405,-0.0065982486,0.0036972286,-0.03742563,0.011916467,-0.00008279954,0.054401264,-0.00061525236,-0.06753681,-0.0052801226,-0.0134707885,0.016945155,-0.000019658195,-0.01632038,0.0064115776,0.000028467923,0.015482265,-0.02878543,0.026545377,0.0022724336,-0.000616681,0.02249195,0.022857673,0.012213617,-0.0022781482,-0.0043543866,0.01444605,0.038644705,-0.020053798,-0.0017095635,-0.041052382,0.024107227,-0.0040039024,-0.02406151,0.003506748,0.016564194,0.041235242,-0.008236381,0.025996793,-0.012274571,0.004461056,-0.0014952729,0.020800482,0.018423285,-0.002781017,0.015787033,0.006365862,-0.007809705,-0.020084275,-0.010964064,0.0038877092,0.02014523,0.0035657971,0.0044420077,0.018301377,0.029989267,-0.019809984,-0.0017190875,-0.017371831,-0.005165834,0.014126042,-0.020358568,-0.031299774,0.027337778,0.02240052,0.0288921,-0.0020400474,-0.015017492,-0.0071658804,0.03212265,0.031909313,-0.005946805,0.046233453,-0.009775465,0.00982118,0.025402494,-0.014697484,-0.010545007,0.031299774,0.018042324,0.04882399,0.008175428,0.06229478,0.003331506,0.0017219448,-0.0036515133,-0.006457293,-0.018956631,-0.004754396,-0.01816423,-0.024838671,0.0110478755,-0.007143023,0.00260387,-0.002683872,0.008419243,0.018469,-0.002455295,0.03782183,0.015771795,-0.030126413,-0.0013047922,-0.017067064,-0.0035734163,-0.01198504,-0.020129992,0.021227159,-0.024031034,0.013897466,-0.025219632,0.0022781482,-0.0049867826,0.0058706123,-0.01650324,-0.006670631,-0.009219262,0.0149489185,-0.045715347,-0.009516411,0.0014286046,0.012449813,-0.0021886223,-0.018545192,0.017828986,-0.034256034,0.0041524773,-0.010872633,-0.017341355,0.017859463,0.00040000927,0.02348245,-0.0035048432,-0.00785542,0.032305513,0.0038153266,-0.01788994,0.02506725,-0.027459685,0.0036724661,0.020968106,0.014606053,0.02514344,0.02485391,-0.023528166,-0.0003461985,-0.017813748,0.026072986,0.064367205,-0.0005319171,-0.002043857,0.010964064,-0.023131965,0.033616018,-0.007043973,0.009211643,0.02604251,-0.008670677,-0.012259332,-0.004461056,0.011505029,0.0002726254,-0.011741225,0.008007805,0.042210504,0.022065274,-0.00048477316,-0.0658301,0.038492322,-0.011329787,-0.013882227,0.03328077,-0.057448953,0.004933448,-0.024411995,-0.036694184,0.00825924,0.024914864,-0.013013636,-0.044922948,-0.019048061,0.041021906,0.0044839135,0.033433158,0.008426862,0.004293433,-0.0046020118,0.008472578,0.05351743,0.0025486306,-0.003920091,0.023162443,0.045532487,0.00014821773,0.015604172,-0.051109757,-0.011032637,-0.010826918,-0.03882757,0.041814305,0.022964343,-0.040960953,0.01031643,-0.041966688,-0.01011833,-0.011253594,0.0060382355,-0.034835093,-0.03608465,-0.020190945,-0.042210504,0.021592882,-0.0020552857,-0.014072708,0.01650324,-0.017478501,0.048458267,-0.0076877973,-0.0060801413,-0.0096230805,0.00076763687,-0.029166391,0.006464912,0.034865573,-0.0010647866,-0.013585078,-0.007901136,-0.027764454,0.012030755,-0.024411995,-0.034316987,-0.029821645,-0.008381147,-0.0017067062,-0.02211099,-0.023131965,0.0049143997,-0.032701712,0.012586959,-0.0063620526,-0.00403057,-0.018103277,0.010933587,-0.0011257405,0.028709238,-0.016107041,-0.003575321,0.025493925,0.009668796,-0.026499663,-0.01405747,0.010034518,-0.0050363075,0.010545007,0.0006766824,-0.0009019257,-0.0048877327,0.003253409,0.03075119,-0.008487816,0.043856256,0.0058210874,-0.0030686427,0.028023507,-0.003123882,-0.005626797,0.013143162,0.026789194,-0.017204208,-0.0089906845,0.0103088105,0.0142631885,-0.022095751,0.009684035,0.013920323,0.009120212,0.008282097,-0.010514529,-0.006906827,0.017280402,0.027871123,0.000017589695,-0.003104834,0.00024381519,-0.016244186,-0.033951264,0.052298356,-0.026667286,0.034012217,-0.010674533,-0.0024933913,-0.004480104,0.009089734,-0.00056953705,0.021592882,0.014773676,-0.027474923,-0.00038024693,-0.0041105715,0.02081572,0.018849961,0.017341355,0.0022552905,0.014468907,0.00007643035,-0.0290902,0.02054143,0.011741225,0.0090364,0.0097830845,0.027353017,0.014971776,-0.015200353,0.011390741,-0.0018409952,-0.0011628842,0.009158308,-0.01109359,-0.010430719,-0.0018609955,-0.00284959,0.049555436,0.010834537,-0.0029943553,0.0070896884,-0.046842992,0.0019924273,0.0147432,-0.014164139,-0.03142168,-0.013295547,-0.0037524682,0.023543404,0.0007790657,-0.008137331,0.0041600964,0.014072708,0.04184478,0.0045905826,0.013874608,0.017950892,-0.009165927,0.025493925,-0.008381147,-0.042454317,0.012899347,0.021105252,0.000869544,-0.004845827,-0.047879208,0.0275054,-0.014918442,0.028998768,-0.02003856,-0.030568328,-0.015040349,-0.0135546,0.0031105485,-0.023878649,0.09648986,0.033219818,0.0051810727,-0.0007581128,-0.04047332,-0.044343885,-0.00392771,0.022857673,-0.023040535,0.019535692,-0.0284959,-0.051993586,0.014880345,-0.010438338,-0.025295826,0.022461474,-0.017051825,-0.018834723,-0.03193979,0.007672559,0.0012019327,0.015467025,0.011977421,-0.004266766,0.014004135,-0.0497383,0.003074357,0.011276452,-0.02425961,0.021653837,0.014430812,0.0019362355,-0.0108878715,0.011169783,0.017234685,0.020389045,-0.026606333,-0.038461845,-0.015634649,-0.024777718,-0.039711397,-0.022751004,0.0047696345,0.0062363353,-0.0030095936,0.008183047,0.016228948,0.0006185858,-0.024046272,-0.03989426,0.028373992,-0.010819299,0.02151669,0.011611698,0.006712537,-0.021836698,0.0034534135,0.043673396,0.018834723,-0.0061639524,-0.013546981,0.013798416,-0.028907338,-0.006407768,0.009150689,0.0016867059,0.00844972,-0.0044953423,0.014278427,-0.004933448,-0.021790981,-0.043886732,0.010575484,0.002544821,0.006034426,0.014255569,-0.040412366,0.013661269,-0.028023507,0.0068839695,-0.0021943366,-0.011779321,0.028358754,-0.006358243,0.01836233,0.016091801,-0.0056229876,0.04745253,-0.007143023,-0.000089644935,-0.012533625,0.030172128,0.030141652,0.003969616,0.026713,0.036572278,-0.020937629,0.025280587,0.020495715,-0.030126413,0.048884943,0.040930472,0.018453762,0.0009419266,-0.0026857767,0.009539269,-0.034347463,-0.010430719,-0.021730028,-0.030583568,-0.014407953,-0.018301377,-0.011192641,0.005287742,0.016472762,-0.007847801,0.016960394,0.021227159,0.0071049267,-0.001439081,0.013158401,0.03547511,0.0055772723,0.0044153407,-0.0013914609,0.0024324374,0.029654022,-0.0381266,0.03389031,0.0011971707,-0.0076916073,0.02653014,-0.0022533857,0.00697159,-0.04242384,-0.0055086995,-0.01699087,-0.010011661,-0.00982118,-0.008899254,-0.024625333,0.019794745,0.018987108,-0.030080698,0.026057748,-0.011535506,0.00070096867,0.012724105,0.024137704,0.044709608,-0.010537388,-0.011146925,0.042667657,-0.034926526,-0.016808009,-0.0135241235,0.030187367,-0.014286046,-0.027353017,0.020389045,-0.012701247,0.001762898,-0.0096307,0.011459313,0.018179469,-0.00076335104,-0.0043201004,-0.024411995,-0.030995006,-0.014994633,0.019901413,-0.02023666,-0.06406244,-0.0036210364,-0.01050691,-0.024244372,-0.0023333875,0.029836884,-0.0020514762,0.0094630765,0.008106855,-0.0029105437,0.017950892,0.0047201095,-0.007984947,0.008388766,-0.013310785,-0.00953165,-0.020297615,-0.018499477,-0.0060153776,0.008495435,-0.013204116,-0.013463169,0.000020551071,-0.045502007,-0.026575856,-0.008274478,-0.005619178,0.008998304,0.023467211,-0.012358382,-0.00854877,-0.0034248414,-0.012609816,-0.008457339,-0.043978162,-0.033463635,0.05129262,-0.0019057585,0.003821041,0.029974028,-0.017021347,-0.0064496733,0.046538223,-0.011474552,0.010186903,0.053761248,0.004205812,-0.022811959,-0.027825408,0.00982118,-0.0014381286,-0.046142023,0.030598806,0.03556654,0.016548956,-0.0288921,-0.010270715,0.021196682,0.03751706,0.019718554,-0.02339102,0.003203884,-0.014347,-0.0024000558,-0.034743663,0.016107041,-0.019489976,0.013699366,-0.010324049,0.01179456,0.022979582,-0.0049944017,-0.027871123,0.0075773187,0.008602104,0.0056420355,-0.003527701,0.011192641,-0.04016855,0.0068687308,-0.039955214,-0.008510673,-0.034134127,0.011459313,0.012716486,0.0065601524,-0.038248505,-0.008792585,0.0037886593,0.0060649025,-0.0024686288,-0.04312481,-0.015908942,0.010788822,0.009120212,0.022507189,-0.016609909,-0.00088811584,-0.0077677993,-0.004007712,0.012503147,0.022659574,-0.009188784,-0.019230923,0.0028286371,0.030873097,0.02613394,-0.014987014,-0.03184836,0.029928314,-0.0076877973,0.01070501,-0.0017467072,0.015535599,0.011619317,-0.00992023,-0.016670864,0.020358568,0.023726266,0.008244001,0.01571084,0.027078724,-0.010186903,0.033646494,0.021196682,0.037669446,0.005786801,0.00045929637,0.010651676,-0.03085786,-0.00033429347,-0.030827383,-0.0031543588,0.014926061,0.024198657,0.011505029,0.022278612,0.033372205,0.00026929195,-0.013897466,0.03184836,0.0061830007,-0.0038172314,0.015893701,0.008640201,0.0003738182,-0.030446421,0.009417362,0.0004919162,-0.00982118,0.040016167,0.017432787,-0.034530327,0.009760226,0.011444075,-0.033433158,0.015375595,-0.004594392,-0.004880113,0.012289809,-0.0010095473,-0.019581407,0.003782945,-0.04507533,-0.010209761,-0.022202421,-0.011390741,-0.01796613,-0.017432787,-0.034865573,-0.009386885,0.021029059,-0.021425258,0.034804616,0.01296792,0.035597015,0.029334014,-0.030796906,0.0054858415,0.03989426,0.034316987,0.05117071,-0.017646125,0.010285953,0.007436363,0.028739715,-0.011474552,0.017554693,-0.00520774,0.004057237,0.011908848,0.018148992,0.0058896607,-0.002790541,-0.0026457757,-0.013478409,-0.018453762,0.009653557,-0.032214083,-0.023802457,0.006327766,0.006133476,-0.016427048,-0.034134127,-0.010788822,0.012495528,-0.012419336,-0.031513114,-0.0012533624,0.002752445,0.038248505,-0.009828799,-0.0021981462,-0.042911474,0.03114739,-0.021928128,0.011642175],"social":"https://twitter.com/goku_toaa"},{"title":"breakly","description":"automatically create web articles from your news scripts","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=c6ZIqhFOWL8","youtube_transcript":"I'm Aaron, and I'm building Brakely. Brakely helps TV news journalist take their scripts from their packages that go on air and turn them effortlessly into web art goals for their new sites. Awesome. I'm excited to show it to you. Let's dive in. Alright. So now we're on the Breakley website. It gives us a quick intro of how to use Breakthrough in the best practices, checks out of that. We'll come over and we'll grab our new script over here. And then we'll head back and we simply paste it in. There it is there and we'll type in our email address. And we just hit generate script. Now this can take a minute or so, so I'll just come back once it's ready. Okay. And there it is. So it gives us a title. San Diego Streetman's basketball team raises awareness for real last spring March madness. A summary of that sentence or two, and then it gives us the body. So we can just simply copy this. And now we have our web article Amazing. So far, we've had one person used briefly. So I posted on Reddit announcing it in a journalism sub Reddit. And the response was not what I was expecting. All the journalists were saying, you know, if my boss found out I was using this, they would be really upset or they would fire me. So I think my learning there is that it really needs to come from the top. Currently reaching out to a bunch of new structures at smaller stations, so they can start piloting it.","embedding":[-0.011822737,0.0056981985,-0.020382334,-0.0011427143,-0.018234234,-0.029302677,0.0033164334,0.018939335,0.02316994,0.04109262,0.023432303,-0.021989306,-0.022333657,-0.021103831,0.023235532,0.008366923,-0.016676454,-0.02580997,-0.041682936,0.017857088,0.010273155,-0.0007686419,-0.0065098843,0.050012965,-0.005394841,-0.04037112,-0.04748772,-0.0052800574,-0.023497894,-0.009814019,-0.009354884,-0.03453354,-0.007969279,-0.0028306518,0.0119375205,-0.0046815416,0.0067066564,-0.03810824,0.0511936,0.008264437,0.018594984,0.0032754391,-0.0064647906,-0.03456634,-0.05217746,0.054440342,-0.027826885,0.029942188,0.019004926,0.03617331,-0.028056454,0.042470027,-0.009051527,0.0144463675,-0.011757146,-0.021808932,-0.03420559,-0.009543457,-0.04506086,0.016258312,0.033615272,-0.016651858,0.0057391925,0.012216281,-0.04142057,-0.019955993,-0.03617331,0.0191853,0.042404436,0.0022444343,0.09353244,0.04378184,0.024498153,-0.02749893,-0.02879435,-0.024088211,-0.013068962,0.013749465,0.017889883,-0.05771988,0.0074117575,-0.0068665342,-0.027072592,-0.007030511,-0.04151896,-0.02353069,-0.034631927,-0.0003453764,-0.009494265,-0.02694141,-0.059097286,0.032254264,0.029450256,0.03610772,0.06808322,0.032647807,-0.03702599,0.02666265,0.07588852,0.028974723,0.058474176,-0.011060244,-0.037157174,-0.04456893,0.04315873,-0.01009278,0.026105128,0.019792017,0.015454826,-0.057260744,-0.15479423,0.016742045,-0.0016100485,0.0061040414,-0.013724869,-0.02039873,0.03184432,-0.013052564,-0.006313112,-0.03817383,0.0062803165,0.050931234,0.019168904,0.031598356,0.008067665,-0.06303273,0.009076123,0.0027917072,-0.05565377,-0.0568672,0.027236568,0.008518602,0.054210775,-0.060081147,-0.045159247,0.01001899,-0.019250892,-0.032319855,-0.022923974,0.025039278,0.038829736,-0.020251151,0.0073748627,-0.028187634,-0.056965586,0.012667218,-0.030532505,0.018381814,-0.023907837,-0.0012431501,0.0050996826,0.033451293,-0.059261262,-0.021530172,0.011994912,0.010109178,-0.012634423,0.02587556,-0.021448182,-0.010150172,0.025908355,0.019628039,-0.029515848,-0.008182449,-0.02751533,0.00091929565,0.0007179115,-0.0113062095,-0.042535618,0.018381814,-0.03163115,-0.021907318,-0.00020702087,0.034599133,0.035582993,-0.021185819,0.04811083,-0.035746973,0.00079580053,-0.03204109,-0.014667736,0.029023917,0.003105313,-0.015930358,-0.029450256,-0.02758092,-0.011035647,0.017168384,0.019759221,-0.015627002,0.029187893,0.0054891277,0.007030511,-0.018299825,0.025564004,-0.019644437,0.06572195,-0.01756193,0.038796943,0.014454567,0.01790628,0.025859162,-0.014143011,0.023727462,-0.033648066,-0.0076495237,-0.006161433,-0.021546569,-0.041551754,-0.013839653,0.054276366,0.02253043,-0.014028227,0.0098796105,-0.034599133,-0.0462087,-0.0020958302,0.056473654,0.00895314,0.0062311236,-0.02928628,0.029761814,0.0057678884,-0.04001037,0.023153543,0.014823515,0.07451112,-0.036402877,0.040600687,-0.032155875,0.071690716,-0.035058267,0.018922938,-0.038895328,0.03725556,-0.017496338,0.012618025,-0.04181412,0.024153803,-0.011494783,0.020710286,0.012117895,0.027679306,0.022546828,0.022973169,0.0022587823,-0.052734982,-0.051849507,0.012609826,0.055260226,0.07929924,-0.012240878,-0.01357729,0.0056899996,0.00053753686,-0.023055157,-0.0059605613,0.016955215,-0.008297233,-0.021644956,-0.021661352,-0.029122302,-0.017430749,0.03663245,-0.04991458,0.026055934,-0.0074650496,0.008756368,0.067066565,0.008510402,-0.047192562,0.030745674,0.008297233,-0.030204551,-0.011880129,-0.019595243,-0.009551656,0.021776136,0.0011129935,0.00860059,-0.008350525,-0.027105387,-0.006304913,-0.054702703,0.0075880326,-0.006157334,-0.019955993,0.010322348,-0.0077520097,-0.0048783137,0.018742563,0.017102795,0.0031729536,0.040043168,0.003070468,0.0044109793,0.034336768,0.0073953597,0.009477867,0.0055055255,-0.0010171694,-0.018529393,0.04571677,0.027433341,0.017807895,-0.0019000827,-0.020726684,0.025072074,0.0018191191,-0.00860059,-0.017824292,0.0540468,0.01535644,-0.022973169,-0.030007778,-0.017365158,0.067952044,-0.018939335,-0.019677231,-0.030302936,-0.03725556,-0.0032815884,-0.030663686,-0.0362389,-0.029105905,-0.029827405,0.03810824,0.005841678,0.030680085,-0.053817227,0.049881782,-0.0355502,-0.011757146,0.023399508,0.052866165,-0.021497376,0.016807636,-0.021644956,0.026990604,0.030417722,-0.059326854,-0.0030868656,-0.0072272834,0.04007596,-0.02282559,-0.009297492,0.004615951,-0.036370084,-0.019086914,0.035025474,-0.013446108,0.006411498,0.00689523,0.0191853,0.002765061,-0.009871411,0.01165876,-0.03725556,0.015463024,-0.027138183,-0.03456634,0.039551236,0.010847074,0.035058267,-0.015676195,0.0334185,-0.0369604,0.017119192,0.0192017,-0.0005605961,0.021841727,-0.00888755,-0.007936483,0.029040314,-0.03797706,-0.018890142,0.067624085,-0.0076085296,-0.012486843,-0.0013261634,0.023957029,-0.014798918,-0.04784847,-0.04315873,0.0017668514,0.018562188,0.055325817,-0.005603912,-0.04870115,0.0068788324,0.012126094,0.007214985,0.011216022,-0.01798827,0.010650301,0.06168812,0.009855013,0.060441896,0.007342067,0.0077028163,0.009190907,0.050340917,-0.0312868,-0.008358724,0.045388814,0.0058908714,0.012027708,0.010888068,0.0023284724,-0.022136886,0.026810229,-0.05388282,0.07155953,-0.045388814,0.021349797,0.024252187,0.0049275067,0.029532246,-0.0027917072,0.05893331,-0.007842197,-0.05785106,0.012421252,0.04912749,-0.0036300393,0.060376305,0.040699076,-0.022628816,0.022563227,-0.025055675,0.0105519155,0.017184783,0.025842765,0.0016694901,0.0036361886,0.029548643,-0.008854754,0.042732388,0.023858644,0.020251151,-0.082250826,0.031237606,-0.039977577,0.037911467,-0.071034804,-0.014134811,-0.003000778,-0.047192562,-0.045454405,-0.03663245,-0.023940632,-0.04394582,-0.001301567,0.027531726,-0.055227432,-0.011921123,0.056703225,0.017037204,0.050570484,0.0012175287,0.004443775,0.016077938,-0.057031177,0.040567894,-0.01692242,0.030614493,-0.002644128,0.016184524,0.007157593,0.010100979,0.04187971,-0.015610604,0.037813082,0.022940373,-0.06444293,-0.007522442,-0.013642881,-0.014520157,-0.056998383,-0.07287135,-0.012667218,-0.006247521,0.026892217,0.031893514,0.0047471323,0.060540285,0.002430958,-0.0036382382,-0.0034927086,-0.020415127,0.011650561,0.053817227,0.0284336,-0.022005705,0.023137145,-0.0682144,0.006567276,-0.04358507,0.03587815,-0.053194117,0.011650561,-0.0025846865,-0.026974205,0.05480109,0.028695963,-0.04391302,0.016668255,0.007362564,0.010461728,0.008821959,-0.044601727,-0.021087434,0.016184524,0.008862954,-0.038141035,0.0059236665,-0.037353944,0.03414,0.0020876313,0.0060548484,-0.03902651,0.045028064,-0.051488757,-0.0049357056,0.004611851,0.02956504,-0.020447923,0.054932274,-0.00079426327,0.0015895513,-0.0046815416,-0.01598775,0.010855273,0.010215763,-0.04663504,0.014159408,-0.034697518,-0.011298011,-0.000107481756,-0.02210409,0.020677492,0.03354968,0.011617766,-0.009543457,-0.020595502,-0.029909393,-0.001549582,-0.02736775,-0.019152505,-0.006575475,0.008133256,-0.026859421,0.01670105,-0.03732115,0.022907577,0.017447146,-0.028400805,-0.045749564,0.037780285,-0.012109697,0.023005964,-0.0036587352,0.014241396,0.011265215,-0.009133515,0.025957549,-0.0072641782,-0.013134552,-0.011371801,0.0070346105,-0.00046938396,-0.01897213,-0.0019738723,-0.023415906,0.013085359,-0.037222765,0.015528616,0.007124798,-0.0023284724,-0.0035705976,-0.037517924,-0.018152246,-0.018758962,0.0348287,-0.012322866,-0.026843024,0.030975243,0.0103879385,-0.003234445,0.00048168225,-0.0131427515,-0.023251928,0.005603912,0.023235532,0.0122244805,0.015053082,0.004615951,-0.04968501,-0.025416424,0.0059113684,-0.0017627521,-0.04607752,-0.009789423,-0.019529652,-0.015520416,0.010084582,-0.030188153,0.008366923,-0.006497586,-0.028466396,-0.032024696,0.01229827,0.0064524924,-0.006989517,0.005222665,0.052079074,0.008584192,-0.02858118,0.037222765,-0.020169163,-0.017955475,-0.010691296,0.02089066,0.019628039,-0.017791497,0.0039743907,0.0015547063,-0.02459654,0.0051406766,0.0150776785,0.016873226,0.002609283,0.013339523,0.007333868,-0.023301123,-0.014610345,0.03284458,0.042830776,-0.0016930618,0.009551656,0.006632867,-0.002459654,-0.00753474,0.021005444,0.020087175,0.003162705,-0.0036915308,0.041354984,0.004187561,-0.025826367,-0.013470705,0.011216022,0.04017435,0.020693889,0.006210626,-0.0035644486,-0.033533283,-0.0049726004,0.027974464,-0.024547346,-0.0083300285,0.07372403,-0.054768294,-0.03205749,-0.009871411,-0.0070510083,0.0041281194,0.005247262,0.012396656,0.05230864,-0.049652215,-0.018234234,-0.013970834,0.022415647,0.013396915,0.0078012026,-0.018070258,-0.028286021,-0.010789682,0.027400546,-0.013921642,0.027826885,-0.007895489,0.0041055726,0.0019789967,0.008641585,0.0004809136,-0.008096361,0.028548384,-0.009059725,-0.0013025918,0.02764651,0.00073277194,0.015012088,0.007407658,-0.033369306,-0.00050755986,0.00376737,0.009387679,-0.11826016,-0.009158112,0.031188414,-0.018103054,0.009412276,0.010289553,-0.046602245,0.013355921,0.032893773,0.01713559,-0.009182708,0.0088793505,0.010691296,-0.019218097,-0.011068443,-0.0065303813,0.00040302455,0.0029126403,-0.0028757455,-0.014134811,-0.018250633,-0.02956504,-0.022169681,0.0064524924,-0.039354462,-0.013396915,-0.026006741,0.015667995,-0.020201959,-0.008764567,0.01997239,0.010617507,0.032697,0.013749465,-0.015905762,-0.009543457,0.005480929,-0.045487203,0.006227024,-0.026318297,-0.02033314,-0.008469408,-0.010199365,0.033713657,0.07497025,0.014364379,-0.023711065,0.031172015,0.038534578,-0.0015075629,0.012527837,-0.03581256,0.018726166,-0.05096403,0.03932167,0.020415127,-0.016602665,0.020874264,0.007756109,-0.036927607,0.025367232,0.0319755,0.0014214751,0.011175028,0.021087434,0.012667218,-0.0080840625,0.036730833,0.0066902586,0.0105519155,0.008862954,-0.01726677,-0.017889883,0.021054639,-0.022759998,0.05322691,-0.018463803,-0.0241702,0.03817383,0.019955993,-0.033713657,-0.04142057,0.013741267,-0.01293778,-0.008936743,0.00952706,-0.017545532,-0.019283688,0.0011406646,-0.03233625,-0.037780285,-0.014979293,-0.0071985875,0.03758351,-0.04712697,0.02267801,0.022563227,-0.01713559,-0.08841636,-0.040699076,0.017250374,-0.0066492646,-0.04712697,-0.0064606913,-0.0012359761,0.0038083643,0.019628039,0.006198328,0.033008557,-0.01151938,0.015487622,0.009584452,-0.02331752,-0.015774582,0.024350574,-0.024366973,-0.016824033,0.013339523,0.005964661,0.0128967855,-0.032926567,-0.02097265,-0.036370084,-0.028384406,-0.030548902,0.040141553,-0.0039088,-0.00895314,0.019382073,0.028335214,-0.048209216,-0.014265993,0.0004886,0.044601727,0.0019943696,0.003297986,0.0419453,-0.009748429,-0.0030725177,0.0070141135,-0.010264956,-0.02858118,0.020234754,-0.002012817,0.0021317,-0.0023756158,0.0106748985,0.023235532,0.013323125,-0.034631927,-0.027056193,0.017545532,0.009871411,-0.0019431267,-0.0070182127,-0.03013896,0.015258053,0.024055416,-0.0074363537,-0.0011601368,0.027384147,-0.027072592,-0.00042634003,0.0010135825,-0.012691814,-0.0027753096,-0.0746423,0.019923197,0.009395878,0.015553212,0.03384484,-0.004804524,0.0057268944,-0.028991122,0.0019851457,-0.0008624162,0.0070961015,-0.0020517614,0.030729277,-0.0077725067,0.0048783137,0.005804783,-0.0068747327,0.010215763,-0.013552694,-0.012150691,0.0058867717,-0.0028900935,0.013536296,-0.0049152086,-0.007120698,-0.016807636,-0.044339363,-0.008641585,0.0010381789,0.0037284256,0.04699579,-0.0053374493,0.008969538,0.016258312,-0.00078811415,0.017250374,0.013118154,0.00053138775,0.009609048,-0.037419535,-0.019792017,0.008797362,0.0090433275,-0.001784274,0.018299825,-0.02089066,-0.023366712,0.013093558,0.014126613,-0.030220948,-0.014175806,-0.003375875,0.022563227,0.031909913,-0.02928628,-0.019841209,0.036370084,0.019955993,0.007866793,-0.03456634,0.012109697,-0.022596022,0.014602146,0.018709768,0.017151987,-0.02907311,0.0073748627,-0.014872707,0.021153023,0.01648788,-0.014233198,0.0069116275,-0.006973119,-0.0063008135,-0.0041568154,-0.009912405,-0.0029228888,-0.009691036,-0.03184432,0.021644956,-0.037485126,0.026695445,0.00056520797,-0.006362305,-0.041912504,-0.009986195,-0.00810456,0.01187193,-0.011552175,-0.02103824,-0.011748947,-0.022022102,0.0064442935,0.03646847,0.02608873,0.008715374,0.017611122,-0.030696481,-0.001464519,-0.030876856,-0.0034394162,-0.014503759,-0.009904207,0.010642103,0.056539245,0.01144559,0.03702599,0.026597058,0.0014265993,0.004484769,-0.019628039,0.02097265,-0.002025115,0.018873746,0.004825021,0.037550718,0.0021153025,-0.020267548,-0.0057391925,-0.019267289,0.015151468,-0.020300344,0.032828182,0.008633385,0.010355143,-0.01898853,-0.0412238,-0.005558818,-0.0018283428,0.03597654,-0.011806339,-0.0012267524,-0.032172274,-0.0011283662,0.037157174,-0.015487622,0.024202995,0.016873226,-0.0033184832,0.017857088,0.004988998,0.0089613395,-0.0105929095,0.001598775,-0.016742045,0.0076741204,-0.041912504,0.039518442,-0.013724869,0.052111868,-0.011388198,-0.022038499,-0.0034353167,-0.016414091,-0.014380777,0.031614754,-0.0152006615,-0.005567017,-0.006768148,-0.015971353,0.0044027804,-0.0013169397,-0.006419697,0.029138701,-0.019070517,0.0020527863,0.005181671,0.010601109,0.012642621,0.0062229247,-0.03817383,0.0051242793,-0.014839913,0.037485126,0.017939076,-0.000056142882,-0.0033389803,0.03787867,0.009838616,0.013519898,-0.015528616,-0.015044884,-0.027695704,0.018594984,0.035386223,0.02189092,-0.0012339264,0.0026482274,0.015463024,0.018168645,0.016742045,-0.007924185,-0.005657204,-0.011199624,0.030729277,-0.02175974,0.006157334,-0.01862778,0.011535777,0.02246484,-0.014798918,0.00952706,-0.018775359,0.026679046,0.023563486,0.018906541,-0.012618025,0.018955734,-0.042994753,-0.026925012,-0.01201131,-0.0105109215,-0.017463543,-0.01464314,-0.016045142,-0.020939855,0.0018396162,0.002998728,-0.033074148,-0.010100979,-0.004328991,-0.022546828,-0.004222406,0.03797706,-0.0054850285,0.01044533,0.025039278,-0.020103572,-0.013183746,0.012831195,0.012659019,0.019464063,0.013708471,0.004665144,0.01478252,-0.003404571,0.0023223234,-0.014839913,0.023973428,-0.021808932,-0.0004752769,-0.019136108,-0.029860198,0.01720118,-0.010765086,-0.009354884,-0.0027343153,-0.03525504,0.0048988108,0.041650143,0.009059725,0.02139899,-0.022661611,-0.005083285,-0.03456634,0.0362389,0.019086914,0.015340042,-0.024350574,0.034369566,0.011150432,-0.016635459,0.016807636,-0.0023776656,0.027843283,0.019890402,-0.014102017,-0.00817015,-0.019808413,0.027088989,-0.021546569,-0.004066628,0.012683616,0.015249855,-0.003078667,0.021202218,0.00041762876,-0.01798827,0.038009852,-0.008026671,0.0054481337,0.012921383,0.102452785,-0.004784027,0.009568054,0.0057186955,0.022186078,-0.009658242,0.011355403,0.03581256,-0.015405633,-0.015758183,-0.03049971,-0.03689481,0.022973169,0.007915987,0.024432562,0.023350315,-0.00042377788,-0.010281353,0.032942966,-0.0074322545,0.024284983,0.048930716,0.014536555,-0.0055055255,-0.03604213,-0.011814538,0.0135035,-0.009256498,-0.006120439,0.024252187,0.016036944,-0.009379481,-0.013413313,0.0067148553,-0.0362717,-0.010150172,-0.025891958,0.010502722,0.0076249274,0.010625705,-0.020841468,-0.0021235014,0.020529913,-0.010133774,0.030253744,0.010232161,0.005817082,-0.0019021324,-0.011765345,-0.04840599,-0.032860976,0.008789164,0.01464314,0.031254005,0.022645215,-0.016397694,-0.016717449,0.006731253,0.017643917,-0.0004037932,-0.020218356,0.010043588,0.009141714,-0.0024371073,-0.022005705,-0.0058539766,0.0062229247,-0.012782002,-0.011002853,-0.006579574,-0.0191853,0.008002074,0.0024043117,-0.024580142,0.020431526,-0.006796844,0.03548461,-0.0008701026,0.02453095,-0.006235223,-0.048537172,-0.02964703,-0.02005438,-0.012593429,-0.0069977157,0.0014921901,0.0054932274,-0.0014983392,-0.021185819,-0.022923974,-0.016463283,-0.0025416424,0.034238383,0.013183746,-0.0018355168,0.013569091,-0.036009334,-0.012388458,-0.033024956,-0.0090843225,0.011617766,0.009117117,-0.020316742,0.01535644,-0.023940632,0.0007153494,-0.025826367,-0.007497845,0.003006927,0.0781842,-0.02353069,0.0033471792,-0.0009162211,-0.016291108,0.0105109215,-0.036140516,-0.035714176,-0.007911887,0.0020456123,-0.011125835,0.020939855,0.024416165,0.006304913,-0.01948046,-0.0025990345,0.0012042056,0.04037112,-0.030516107,0.017233975,-0.0018939335,0.0066492646,0.01784069,0.005927766,0.011527578,-0.032664206,0.012478645,-0.027220171,-0.03548461,-0.004628249,0.010035388,-0.030434119,-0.021087434,-0.00027978563,-0.011839135,0.023268327,-0.019759221,-0.00753474,0.029056713,-0.010010792,-0.0014542704,0.012331066,-0.016110733,0.017479941,-0.008145554,0.005763789,-0.019955993,0.01392984,-0.008293133,-0.00065846986,-0.0029392864,-0.027449738,-0.01599595,0.0075593367,-0.02005438,0.034631927,-0.022005705,0.022989566,-0.0024002125,0.006149135,0.00931389,0.0019666983,-0.0066410657,-0.042043686,-0.0007337968,0.03689481,-0.01948046,-0.005103782,0.004870115,-0.00810046,0.015307247,0.007944683,-0.019628039,-0.012560633,-0.01728317,0.022448443,0.048012447,0.031795125,-0.013036166,0.012396656,0.005198069,0.0066656624,-0.0030971144,-0.014102017,0.007350266,0.027744897,0.0040112855,0.0054481337,-0.010888068,-0.014036425,0.01954605,0.008116858,-0.02474412,0.008227543,0.015872966,0.013905244,0.014167607,-0.016684653,0.001876511,0.02389144,0.00030361355,-0.0017309815,0.010601109,-0.004271599,-0.0049152086,0.028400805,-0.011175028,-0.008698977,0.031516366,0.013872448,-0.03653406,0.020234754,0.013585489,0.0017760751,-0.015864769,-0.00008756112,0.01543023,0.019103313,-0.0033533282,-0.026957808,0.0068911305,-0.01001899,-0.04001037,-0.019218097,0.02146458,-0.009174509,0.0063213105,-0.010297751,-0.06946063,-0.010256757,-0.050570484,0.03732115,0.025252448,-0.016889624,-0.0061450354,-0.00048911246,0.011748947,0.0031893514,0.0062885154,0.007333868,-0.0069280253,0.012675417,0.011257016,-0.011502982,-0.00931389,-0.026072333,-0.02366187,0.034172792,-0.04279798,0.009035129,0.027990863,-0.0051652733,-0.02139899,0.01087167,0.004607752,0.006169632,-0.01322474,0.032647807,-0.029155098,-0.011822737,0.025744379,0.040043168,-0.005944164,0.0011222172,-0.01570899,-0.020513514,-0.008994135,-0.027318558,0.0031258103,-0.0053128526,-0.02090706,-0.04876674,-0.02161216,-0.024202995,-0.011175028,0.016250115,-0.009805821,-0.007354365,0.0006697433,-0.031860717,0.016627261,-0.020808673,0.0006133762,-0.017299566,0.01592216,0.0027343153,0.020415127,-0.011150432,0.016586266,-0.019234493,-0.014749725,-0.019890402,-0.011535777,0.012831195,-0.010970057,-0.0027117685,-0.007911887,-0.004841419,0.012519639,0.0075388392,0.008584192,0.017807895,-0.025973946,0.022202477,0.012814797,0.027007,-0.022546828,-0.026269104,0.005198069,-0.030958844,-0.018185042,-0.004997197,0.02295677,0.028777951,0.0068050427,0.040535096,0.0032590416,-0.021300603,-0.01478252,0.018791756,-0.0065508783,0.020874264,0.033976022,0.08972818,-0.039616827,0.04670063,0.015823774,-0.01884095,0.007137096,9.928291e-7,-0.028499192,-0.0044601727,0.0006225999,0.015667995,-0.011175028,0.0037858174,0.040239938,-0.005964661,-0.00547273,-0.00029669577,-0.014749725,0.015192463,-0.0051201796,0.04315873,0.0067148553,-0.024662131,0.026908614,0.025203254,0.03313974,-0.0058539766,0.017102795,0.0012247027,-0.03823942,-0.0518823,0.003902651,-0.019792017,-0.0054481337,-0.006149135,-0.02367827,0.025334436,-0.0184802,0.02054631,-0.031008039,0.009682838,-0.01869337,-0.0312704,-0.044339363,-0.021579364,0.01336412,0.015167866,-0.021185819,0.03525504,-0.007739711,0.019250892,0.011379999,0.01613533,0.011888328,-0.03250023,-0.0241702,0.0023079754],"social":"https://twitter.com/AaronPTweets"},{"title":"vocalized value","description":"personalized affirmations for any & everything","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=vI0zOuU375U","youtube_transcript":"Hey, this is Avon from vocalized value, a platform for creating personalized affirmations about any and everything. So it's really simple. You're just gonna type in what it is you want to affirm, the more detail you put in, the more specific your output. So let's see. I am focused and efficient. And then choose a perspective. We have spiritual scientific and religious at this moment, which is spiritual. We create affirmations. And as you may have already guessed, this is gonna take a few moments to process in the background. Boom. And then as we can see, we have a list of affirmations that fit with that that those parameters that we set. And if you wanna copy it, and hit copy, and then you can paste it somewhere else. And if you want to tweak any of these, you can also do that by typing on the inside. Example. Really, the last six weeks were holistically going back and forth between how I wanted to execute this idea starting in this platform, moving in this platform. But we were able to get around a hundred users so far. And at this point, we're just continuing to refine and and add features in the time that we have.","embedding":[-0.017475566,0.0063581,0.0124804415,0.010550173,0.0024975617,-0.0036229382,0.007094844,-0.0022083898,0.0007791067,0.057524964,0.019184811,-0.03775076,-0.02980866,-0.020245723,-0.011080628,0.006921709,-0.0037592358,-0.006030249,0.017180867,0.00080074853,-0.0052456167,-0.0107932985,-0.011051158,0.061179213,0.00076345087,-0.05675875,-0.03981364,0.014012869,-0.038074926,-0.047917824,0.019052198,-0.033566054,0.026169144,-0.007603197,-0.03754447,0.000069184855,0.012487809,-0.040786143,0.0018225203,-0.000040578474,-0.031267412,-0.007054323,0.058674283,0.011117466,-0.006439142,0.056581933,-0.008074713,0.03754447,-0.028600398,0.008303104,-0.054047532,0.020157313,-0.040078867,0.052073058,0.04936184,-0.021247694,-0.03150317,0.026714334,-0.04688638,0.02649331,0.0007827904,-0.0029211896,0.015839994,0.04570759,-0.009106155,0.010049187,-0.020835118,0.025240846,0.006000779,-0.01996576,0.05316344,-0.006026565,-0.013622395,0.03359552,-0.029130854,-0.024666186,-0.0015020366,0.01424126,0.0020389387,-0.050422754,-0.003757394,0.0033706033,-0.024297815,0.008767253,0.012996162,-0.0054077003,-0.030913774,-0.016223101,-0.024194669,0.04939131,0.0039526313,-0.0016935901,-0.023826297,0.012134172,0.029499225,0.02540293,-0.015839994,0.029204529,-0.01326139,0.021851825,0.05440117,-0.01815337,0.019553183,-0.0031772081,0.019847881,0.009938675,0.004976705,-0.02537346,-0.032446202,-0.0040078866,-0.1138122,-0.00785369,0.047711536,-0.020186784,-0.0047851517,-0.016267305,-0.014801185,0.011972088,-0.004232594,-0.006988016,-0.04367418,0.00021676387,0.026684863,0.0014513854,0.04358577,-0.050422754,-0.032063093,0.028320435,-0.057466026,-0.06453877,0.023885237,0.026419636,0.04217122,-0.034302797,-0.05475481,-0.03409651,-0.027686836,0.041434478,-0.0059418394,0.029204529,0.010572275,-0.04119872,0.00079798576,-0.0422891,-0.049037673,-0.028747747,-0.048772447,0.00929034,-0.03966629,0.009430322,-0.02516717,0.05080586,-0.032033626,0.04632646,0.009548201,0.030442258,-0.013931828,0.02008364,-0.02488721,-0.01205313,-0.010889075,-0.0027075338,-0.04726949,-0.051837303,0.0407272,0.026404902,0.008509392,-0.027642632,-0.04841881,-0.029970743,-0.063359976,-0.040078867,-0.040550385,-0.01001235,0.026684863,-0.024032585,0.046503276,-0.02108561,-0.026817478,0.00093059964,0.0030501198,0.037691817,0.0008431113,-0.012318358,-0.036748786,-0.035481587,-0.03347764,0.008605169,0.008826192,-0.029970743,-0.01815337,0.025476605,0.022072848,0.018654356,0.027657365,-0.03023597,0.07561939,0.0005700556,-0.018860644,-0.023944177,0.024150465,0.039430533,0.0052861376,0.015633706,0.005532947,0.032858778,-0.0024423061,-0.012885651,-0.011544777,-0.0030519615,0.06442089,0.0018492272,0.009548201,0.0222644,-0.068075135,0.015839994,-0.032829307,-0.0038826403,-0.008921969,-0.0008431113,-0.020776179,-0.00006768834,0.066778466,-0.01389499,-0.021675006,0.005267719,0.030707486,-0.033065066,0.03138529,-0.01981841,0.05080586,-0.027539488,0.02781945,0.0013427158,0.010579643,-0.02059936,0.054931626,-0.017608179,0.059057392,-0.025741832,0.0038936916,-0.04588441,0.043084785,0.02784892,0.037515,0.014432813,-0.041581824,-0.025962856,0.01329086,0.07284924,0.07626773,0.026390167,-0.032711428,-0.004335738,0.031061122,-0.020201517,-0.02842358,0.012583585,0.019405834,-0.0062070675,0.04600229,0.029160324,-0.066719525,0.042731147,0.0143444035,0.023222167,-0.0049951235,0.029042445,-0.0012948274,-0.006564388,-0.02404732,0.014705408,0.04346789,0.0026964827,0.0276721,0.002339162,-0.014034972,0.022942206,-0.025358725,0.049214493,-0.045206606,-0.008479922,0.0009149438,-0.029985476,-0.004519924,-0.0022286503,0.039725233,-0.017770262,-0.0027756826,-0.010682787,0.027362669,-0.029042445,0.016665148,0.0030501198,0.010144964,0.0045788633,0.04352683,-0.011677391,0.008907233,0.0626527,0.05092374,-0.015206394,0.024091525,0.013239288,0.014683306,0.02899824,-0.007617932,0.045766532,0.02839411,-0.009069317,0.042613268,0.024975618,0.061827548,-0.025049293,-0.057407085,-0.006509132,0.035687875,0.017225072,-0.011515307,-0.00483304,0.0096439775,-0.020849852,0.031208472,0.026331227,0.026301757,-0.017902877,0.01487486,-0.0067854114,0.024415692,-0.03135582,0.05888057,-0.039135836,-0.013268758,0.0008444927,0.050069116,-0.0029451337,-0.009783959,-0.048625097,0.045353957,0.008796723,-0.039489474,-0.08634639,-0.022750651,-0.021011936,-0.026110204,0.000031628184,-0.020702504,-0.039401066,0.0010314415,0.022780122,0.04594335,-0.013349799,-0.0047335797,0.011500573,0.024548307,-0.01122061,0.029204529,-0.02364948,-0.028703542,-0.014978004,-0.008531494,0.0062586395,0.020319397,0.0400494,-0.0043246867,0.013202451,-0.05784913,-0.024960883,-0.022853795,0.026139673,0.0235316,-0.049951237,0.018271249,-0.0010084183,-0.062122244,-0.010719623,0.0135781905,-0.014941166,-0.015117985,-0.01150794,0.041788116,0.0077210763,-0.026994297,0.017755529,-0.008590434,0.02905718,-0.026478576,0.019258486,-0.07868425,0.017726058,0.04455827,-0.029867599,-0.048860855,-0.013349799,0.045442365,0.031768396,-0.008597801,0.061297093,0.0015526877,-0.035452116,0.024268344,0.002125506,-0.05440117,0.026036529,-0.024238875,-0.0040557752,-0.038900077,0.021542393,0.013828683,0.019774206,0.025697628,-0.04485297,0.06607119,-0.009901838,-0.018845908,0.027141646,0.036012042,0.04582547,0.063654676,0.017799733,-0.022514895,-0.03539318,-0.0036616172,-0.008708313,0.027937328,0.03026544,0.009960778,-0.018831175,-0.016164161,-0.03645409,-0.010218638,-0.012266786,0.03642462,-0.02042254,0.007024853,-0.046591684,-0.051424723,0.025049293,0.029337142,-0.006527551,-0.026169144,-0.020378336,-0.027627897,0.0125320135,-0.06960756,0.002219441,-0.05189624,-0.031296883,-0.027863655,0.001496511,-0.060118303,-0.023826297,-0.07567833,0.04726949,-0.014027604,0.0075442577,-0.03503954,0.0058865836,0.053959124,0.03884114,0.0075037368,-0.008568332,-0.028806686,0.011920516,0.010852238,0.007396909,-0.018330188,0.002558343,0.003254566,-0.023192698,-0.014985371,-0.047564186,0.033772342,0.059794135,-0.057642844,-0.021277163,0.010697521,0.014322301,-0.010542805,-0.041434478,0.0076916064,0.010498601,0.012834079,0.027952064,0.0011023531,0.03389022,-0.012252051,0.013909725,0.026257552,0.014513855,0.030943245,-0.0049030306,0.020068904,-0.017873406,0.005532947,-0.045471832,-0.02778998,-0.024032585,0.0017893667,-0.011596349,0.023737889,0.058674283,0.018904848,0.089411244,0.006557021,0.031945217,0.05174889,-0.020879323,0.012281521,0.057053447,-0.037043482,-0.047210548,-0.02422414,0.00075055787,-0.028556194,0.0128635485,0.022691712,0.044175163,0.009916573,-0.0044057285,-0.027568957,-0.0036874032,-0.038163334,-0.030913774,0.00189159,-0.0019468458,-0.048949264,0.0083915135,-0.010653317,-0.021056142,-0.009054583,-0.006542286,-0.0018934319,-0.007043272,-0.034862723,0.0064538764,0.00059906486,-0.012104702,0.00088777643,-0.0017792365,0.014086544,0.002928557,0.027200585,-0.021792885,-0.003521636,0.019980494,0.0026430688,0.015810525,-0.015957873,0.020009965,-0.0015876831,-0.022794856,0.010763829,-0.023664214,0.035334237,0.0111322,0.011493205,-0.012443605,0.02842358,0.00016991157,0.0009881578,-0.008693578,0.030972714,0.016208366,-0.030162295,0.025520809,-0.0048035705,0.013504515,-0.036689848,0.036866665,0.0025436084,-0.025064027,0.0168567,-0.021763414,0.056935567,0.013430841,-0.014535957,0.014086544,-0.017622914,0.011264814,-0.01637045,-0.058733225,0.002154976,-0.0038421194,-0.004586231,0.01001235,0.0051940447,0.0076695043,0.026964827,0.01087434,-0.0041183983,-0.0031606313,-0.02362001,0.028644603,-0.0104101915,0.049803887,-0.057200797,-0.0025546595,0.018477537,-0.0053892815,-0.01383605,0.013725539,0.004597282,-0.050098587,-0.0026246503,0.014852758,-0.033654463,-0.0107932985,0.03778023,-0.0016825389,-0.02960237,-0.001036967,-0.013681334,-0.0066270116,-0.0048882957,0.020201517,-0.0041183983,0.005728184,0.030103356,-0.020054169,0.005227198,-0.0008799485,0.030884305,0.033536583,-0.004899347,0.02494615,-0.016208366,-0.007290081,-0.0066527976,-0.019744737,-0.0071979878,0.033654463,0.01579579,-0.009275606,0.0059271045,0.007275346,0.0011714228,-0.013843418,0.021999173,-0.010866973,0.0152653335,-0.0070580067,0.017991286,-0.012310991,0.016296776,-0.00003698109,0.013777111,-0.002956185,-0.017313482,-0.0327409,-0.014867492,-0.007371123,0.090177454,0.014432813,-0.005101952,0.003481115,-0.03745606,-0.013504515,0.015051678,-0.010800665,-0.03730871,0.051100556,0.013718172,-0.0058239605,-0.022632772,0.055167384,0.008531494,0.023354782,0.0101302285,0.023899972,-0.05531473,-0.012966692,-0.03383128,0.0093124425,-0.025093498,-0.0017562133,0.023767358,-0.059823606,0.04712214,0.01484539,-0.023899972,0.016650412,-0.024813535,-0.0032748266,0.022367544,-0.0135781905,0.013128776,-0.021468718,0.034302797,-0.0038126498,0.010925912,-0.0028788268,0.014594897,0.04835987,-0.012642525,-0.006918025,0.021881294,0.028644603,0.022249665,-0.011065894,-0.017961817,-0.012885651,-0.038163334,-0.03745606,-0.023089554,-0.002598864,0.025903916,0.010918545,0.018109165,-0.0039673657,-0.0037371335,-0.01211207,-0.034833252,-0.0011226136,-0.04603176,-0.0047593657,-0.0034774311,-0.063595735,0.00607077,-0.0127604045,-0.017740794,0.025108233,-0.0124288695,-0.013114042,0.005474007,-0.023899972,0.01619363,-0.01694511,-0.022072848,0.0062733744,-0.015427417,0.0041957567,-0.029455021,-0.037190832,0.00078094855,-0.01481592,-0.049862828,-0.009128257,-0.028939301,-0.041847054,-0.010498601,0.004744631,-0.006490714,0.021483453,0.00785369,-0.0016051808,0.034037568,0.016296776,-0.040373567,0.0053229746,0.010697521,0.015250599,-0.021188755,0.040904023,0.010167066,-0.011205874,0.0068332995,-0.014057074,-0.006398621,0.008973541,0.0010848554,-0.004265747,0.035216358,0.02054042,0.014263362,0.03642462,0.050216466,0.053016093,0.03421439,-0.013585557,-0.0013114042,-0.008001039,-0.02422414,-0.011787903,0.0483304,-0.013651865,-0.027156381,0.007157467,-0.0352753,-0.0067633092,-0.032829307,-0.001379553,0.0018206784,-0.020348867,0.006947495,-0.032947186,0.03492166,-0.012841446,0.00013813948,-0.034538556,-0.018315453,0.0131950835,-0.00029262548,-0.046149638,0.00066399045,0.023988381,-0.016237836,-0.0626527,0.010122862,0.0047225286,-0.021689741,-0.04974495,-0.015839994,0.026773274,-0.022411749,-0.036807727,0.004332054,0.029838128,0.00071141834,-0.032063093,-0.03238726,0.021527657,-0.027775245,-0.011006954,-0.008966173,0.00069898576,0.026861683,-0.018565947,0.0007266137,-0.042790085,0.014034972,-0.01585473,0.008966173,-0.013747641,0.028541459,-0.0056913467,-0.009791327,-0.02059936,-0.021380309,-0.019788941,-0.006159179,0.012038396,0.00995341,0.0039121103,-0.0058497465,0.01924375,0.0041294494,-0.0021494504,-0.007603197,-0.0018704085,-0.008796723,0.0038494868,-0.021100346,0.025638688,0.028615134,0.00013906042,0.007522155,0.012259418,-0.011640553,-0.012502544,0.0029175058,-0.009769225,0.045147665,-0.035334237,-0.029587636,-0.022087581,0.030560138,0.027775245,-0.0029764455,0.029233998,-0.0028401478,0.023325313,0.0026559618,0.027554221,0.02238228,-0.039312653,-0.0022028643,0.0101302285,0.013777111,0.03610045,-0.019494243,0.04939131,-0.0007261532,0.026331227,0.019612122,-0.0011833949,-0.003521636,0.038929548,-0.0011916832,0.011272182,0.02951396,0.00281252,0.04111031,-0.029307673,-0.024312548,0.018285984,-0.0119426185,0.030913774,-0.04243645,0.011309019,0.00057327887,-0.043055315,0.001167739,0.007065374,-0.000781409,0.02304535,-0.006498081,0.027996268,-0.013180348,-0.03863485,-0.016532533,-0.0021641853,-0.009938675,-0.030162295,-0.0007984462,-0.0012635158,-0.012730935,-0.0010102601,-0.017092459,0.028143616,0.031002184,-0.0148306545,0.020393072,0.045412894,0.011205874,-0.0061370768,0.024400959,0.03612992,-0.024150465,0.00712063,-0.03642462,0.0020463062,-0.0038458032,-0.035746813,-0.016296776,0.008700945,-0.038192805,-0.0058755325,0.016930375,0.008980908,0.0008684369,-0.0032748266,0.01645886,-0.0019505295,-0.035334237,-0.026257552,-0.023472661,0.008531494,0.007080109,-0.0043836264,-0.021365574,-0.027318465,-0.010439661,0.03241673,0.012067866,-0.033772342,-0.016178897,0.00036422777,0.01217101,0.0023281106,0.023340046,-0.04441092,0.049214493,0.008826192,-0.008553597,-0.03135582,0.012163642,0.014359139,0.027421609,0.038988486,-0.015943138,0.0037794963,-0.012929856,-0.00756636,-0.0008329811,-0.006210751,-0.044145696,-0.034568023,0.004718845,0.020805648,0.014609632,0.0043983613,0.014653836,0.00785369,0.004280482,0.0076474017,0.026419636,-0.015412683,0.00016910576,-0.031945217,0.022750651,0.04936184,0.03881167,-0.035511058,-0.0025178222,0.01392446,-0.020407807,0.039106365,-0.0060413,-0.020186784,-0.008612536,-0.011846842,-0.04352683,0.0024128363,-0.000059515092,-0.017372422,0.012635158,-0.10868446,-0.033212416,-0.00020329528,-0.019007992,-0.01933216,0.029793924,-0.041552357,0.03645409,-0.035334237,0.013121409,-0.0057502864,-0.024725126,-0.013563455,0.004597282,-0.034155447,-0.016650412,-0.023958912,-0.0034995335,-0.026817478,-0.017151399,0.013283493,-0.024032585,-0.055373672,0.011331121,0.008502024,0.013452943,0.005411384,-0.010321782,-0.013637129,0.017961817,-0.012893018,0.005643458,0.018742764,0.025476605,-0.008148388,0.001404418,-0.049803887,-0.004667273,0.017726058,0.020673035,0.017416626,0.034450144,-0.019184811,-0.00512037,-0.02362001,-0.009503996,0.025122967,0.0031072174,0.010004982,0.0021641853,-0.032092564,0.022588568,0.013084572,-0.019405834,0.027701572,0.005046696,0.0067227883,-0.027200585,-0.032711428,0.009710285,-0.033507112,0.0008260741,0.026861683,-0.014838022,0.011684759,0.016562004,-0.004693059,-0.0036542497,0.00943769,0.0006662928,-0.013533985,-0.020378336,-0.0035363708,0.0071832533,0.015036943,0.033536583,-0.02914559,-0.014462283,-0.046739034,0.026684863,-0.022397015,-0.00023990223,-0.006523867,0.009946043,-0.0077947504,0.017917613,-0.0044573005,-0.0075589926,-0.016783027,0.009938675,-0.039460003,0.020054169,-0.012296256,-0.002810678,-0.0006658323,0.003022492,-0.013349799,0.0067448905,-0.0018142319,0.0031035338,-0.00015091739,0.008546229,0.032711428,0.0096955495,0.015943138,0.0071095787,0.011949986,-0.018006021,-0.0030501198,0.0048404075,-0.010424926,-0.017888142,-0.00034120452,0.044027817,0.0076916064,-0.020186784,-0.004652538,-0.0052566677,0.021925498,0.021277163,-0.017563974,-0.0024183618,-0.0046820077,0.028659338,-0.04099243,-0.02721532,0.020009965,0.011692125,-0.02048148,0.015176925,-0.0063396813,-0.00072937645,0.024651451,0.034862723,-0.009938675,0.0008223904,-0.021247694,-0.0011916832,0.035805754,-0.005952891,0.0049840724,-0.022308605,0.005765021,0.038310684,0.009533466,0.004619384,0.004306268,-0.006630695,-0.027937328,0.022942206,0.08581593,-0.016503064,0.009334546,-0.01329086,0.026287023,0.00929034,0.0062954766,-0.009916573,-0.027952064,-0.0057908073,-0.03017703,0.0075589926,-0.0139834,-0.00116866,-0.021468718,-0.00906195,-0.006067086,-0.0081115505,0.028718278,-0.031149533,-0.002639385,0.013909725,0.039165307,-0.00086889736,-0.0079568345,-0.0063617835,-0.0008426508,0.024489367,0.021188755,-0.0049988073,-0.037072953,0.03159158,-0.017843938,-0.0079052625,0.011036424,0.028173087,0.0071279975,-0.012075232,0.01881644,0.0111322,-0.017387155,0.029779188,-0.0025933385,0.017622914,0.0014661204,0.037721287,-0.036807727,0.029116118,-0.037898105,-0.047446307,0.025240846,0.029793924,0.008288369,0.01236993,0.008384146,-0.013769744,0.020820383,0.013430841,0.004107347,-0.009607141,-0.009268238,0.02721532,0.0038679056,0.0083915135,-0.005923421,-0.02658172,0.00046391843,0.01996576,-0.018934319,0.00009065404,-0.0010710414,-0.020127844,0.0017166133,-0.016223101,0.017298747,-0.011419531,0.032976657,-0.0027241106,0.056346174,-0.016768292,-0.04119872,0.032269385,-0.019744737,-0.016355714,-0.003243515,0.037573937,0.018742764,0.017667118,-0.023546334,0.032122035,-0.03716136,-0.018786969,0.03866432,0.055137914,0.008273634,-0.002521506,-0.058556404,0.02301588,-0.031208472,0.020245723,0.009010378,-0.00097158103,0.01930269,-0.0028272548,-0.009828163,0.009813429,-0.03135582,0.0011797112,0.013548721,0.036778256,-0.016503064,-0.0058239605,0.0005935393,-0.004438882,0.016532533,-0.030913774,0.0075332066,0.014322301,-0.0119941905,0.0020205202,0.019862616,0.011353224,0.0012018135,-0.025491338,-0.0035142684,0.025859712,0.022853795,-0.0099755125,0.00562504,-0.03512795,-0.02292747,0.0029838127,0.024621982,-0.012929856,-0.024297815,-0.00278305,-0.0128119765,-0.020776179,-0.007116946,0.029941272,-0.04809464,0.0036210963,-0.0119426185,-0.05198465,0.045295015,-0.018359657,0.022824327,0.031237941,-0.016488329,0.023148494,0.020952996,-0.033418704,0.014889594,-0.014174953,0.016900904,0.0075884624,0.0014117855,0.01150794,-0.042554326,-0.0015922878,0.011441633,0.015913669,0.008730415,0.01147847,-0.0096439775,-0.010896442,-0.007942099,0.006965914,0.013968664,0.010520703,-0.006737523,-0.004239961,-0.032976657,0.007750546,0.001838176,-0.03380181,-0.02422414,0.05322238,-0.010734359,0.000024836329,-0.009356648,-0.017387155,-0.028055208,-0.021483453,0.0011612925,0.010948014,-0.01691564,-0.0101302285,-0.0005359812,0.024253609,-0.010292312,-0.021925498,0.016429389,-0.00940822,0.032858778,0.0302065,0.003993152,-0.016444124,-0.040638793,0.010704889,-0.011087996,-0.00470411,-0.0016806971,0.010889075,0.013777111,0.014698041,-0.05216147,-0.011058526,0.007824221,0.0059713093,0.021395043,0.030029682,0.00934928,-0.028069943,0.042672206,0.005054063,0.017902877,0.019508978,0.036807727,-0.012193112,0.013069836,0.023929441,0.027053237,-0.068369836,-0.0020813015,0.067014225,-0.009710285,-0.018227044,-0.0093124425,0.0048551424,0.0035989939,-0.0068480344,0.0005014463,0.01507378,-0.004239961,-0.00023034759,-0.007496369,-0.010491233,-0.0107417265,-0.016061017,0.005978677,-0.022853795,0.008015773,0.009415587,-0.03362499,0.02773104,0.002193655,0.0016779342,-0.0002744371,0.02516717,-0.021424513,0.018462801,0.014698041,0.010137596,0.0025914968,-0.004608333,-0.011920516,-0.009047215,-0.01032915,-0.02298641,-0.0031274778,-0.01691564,0.011905782,-0.029116118,-0.0039747334,-0.0057576536,-0.013946562,-0.013777111,-0.011169038,-0.0038163334,0.009334546,-0.020510951,-0.009820797,-0.005610305,0.027922595,-0.00737849,0.022691712,0.0018335714,-0.018742764,-0.010292312,-0.026272288,0.0036210963,-0.0039821006,0.0047962028,-0.0024736177,-0.011898414,-0.0012791716,-0.016959844,0.014285465,-0.0206583,-0.015088515,-0.004663589,-0.017622914,0.058733225,-0.010034452,0.027922595,0.017151399,0.004269431,-0.0103586195,0.0032987709,0.047829416,-0.039135836,0.003547422,0.011006954,0.016665148,0.047564186,0.0206583,0.053016093,-0.02286853,-0.0047483146,0.031886276,-0.06318316,-0.018801704,-0.013401371,0.025653422,-0.015633706,-0.028084679,-0.014145483,-0.039342124,-0.0055108443,-0.0041294494,0.010579643,0.021910764,0.011633187,0.00030114406,0.006424407,-0.018683825,-0.014513855,0.028718278,-0.022028644,0.008185225,0.022249665,0.038369622,0.0092608705,0.005986044,-0.009614508,-0.0352753,0.0071279975,0.003715031,-0.010616479,0.0473579,0.011485837,0.016900904,0.0025712363,-0.023575805,0.00438731,0.0130403675,0.0003488022,0.0435563,0.020319397,-0.009916573,0.043850996,-0.0072458764,0.03724977,-0.017151399,0.016679881,0.01579579,0.01809443,0.0068480344,0.037102424,-0.0062733744,-0.04093349,-0.005094584,0.017505035,-0.0327409,0.018227044,-0.005871849,-0.03409651,0.005072482,-0.036601435,0.012819344,0.009246136,0.019494243,-0.03374287,-0.0060081463,-0.006159179,-0.005547682,0.02951396,-0.018890115,-0.02482827,0.046680093,-0.008634639,0.0103070475,0.002587813,0.022780122,0.009548201,-0.01004182,-0.017814467,0.018197574],"social":"https://twitter.com/@nativeassets"},{"title":"babblefm","description":"translate your podcast without changing your voice.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=m-gZqV6AEcM","youtube_transcript":"Hello, everyone. This is Peter from Babbel FM. Babbel is a website that can translate your voice into a new language while keeping your voice the same. To use Apple, you simply need to upload an audio file onto our website and select the language you want to translate to. This can be anything from a podcast episode to a message for your overseas online followers or even just information for your friends and family. Once you submit the audio files, Babble will use its advanced models to translate and clone your voice. It'll send you the download link and an email as soon as we're done processing it. Wouldn't been having a hard time doing podcast because I tell myself that what I'm doing is not that valuable. We also provide translation for your show notes and descriptions alongside the audio file if that's something you would like. Our initial progress in Knights and Weekends was slow as we were trying to refine our voice models while simultaneously writing our final exams. However, after gaining more traction, we began implementing more feedback features while continuously refining the quality of our output. Following our initial release, we have seen a steady stream of new users every week eager to test our translation systems capabilities. Although our voice coding model was only recently made available, we are excited to see how people use our platform to communicate and understand everyone around the world. Goodbye everyone. Thank you for listening.","embedding":[-0.016200293,0.00629855,-0.02913519,-0.016889965,-0.015017995,-0.050191347,-0.009113544,0.02947299,-0.02026796,0.011921501,-0.008522395,-0.031077538,-0.0490935,-0.021337656,0.0064533744,0.038312074,-0.032428734,-0.019198261,-0.030852338,0.024997149,0.00884612,-0.031443488,-0.011921501,0.03510298,0.017481115,-0.066884264,-0.037157923,0.00066020415,-0.041521166,-0.043238312,-0.023378527,-0.024208952,-0.0076990095,-0.00187549,0.002197455,-0.01721369,0.0018842868,-0.03006414,0.010809578,-0.033611033,-0.02890999,-0.01908566,0.018395988,-0.003448368,-0.05002245,0.046137758,-0.012801186,0.0029100003,0.007255648,0.018902687,-0.065870866,0.04394206,-0.027249144,0.015074294,0.017959664,0.0059185256,0.03377993,0.02916334,-0.043097563,-0.025560148,0.031612385,-0.00047283107,0.03507483,0.03986032,-0.017312216,-0.02916334,-0.027952893,0.01970496,-0.050247647,0.024898624,0.08219783,0.004405466,-0.031387188,-0.030880487,-0.061760973,-0.0043315724,-0.014349434,0.025813498,0.033611033,-0.06846066,-0.010014342,0.025996473,0.006076869,-0.0149898445,0.0015306531,0.005091621,-0.036341578,0.04945945,0.047404505,-0.012941936,0.024025977,-0.0063020685,-0.025658673,0.014356471,0.062098775,0.025771273,-0.047686003,0.031527936,0.048868302,0.0151587445,0.052527793,-0.03465258,0.0017057105,-0.023153327,0.06643386,-0.03394883,0.070093356,0.0022678298,-0.015130594,0.011288127,-0.13557012,0.011562589,-0.0019071586,-0.034680728,-0.00028875683,0.023730401,0.027277295,-0.047151156,-0.030289339,-0.0030278782,-0.036369726,0.030936787,-0.007748272,0.0009922854,0.05368194,-0.003916361,0.0007266204,0.023969676,-0.00884612,-0.041098915,0.023448903,-0.029050741,0.052809294,-0.018128563,-0.046644457,-0.021084307,-0.014145346,-0.021393957,-0.02916334,0.036257125,0.0480238,0.011478139,-0.020788733,-0.025574222,-0.06919256,-0.035356328,-0.037974272,0.008374608,-0.04439246,-0.01911381,-0.0018297463,0.009141694,-0.046222206,0.028417367,0.01735444,0.047545254,-0.0024596013,0.062661774,-0.021858431,-0.0033762339,-0.03400513,0.048051953,-0.05410419,-0.06694056,0.012491537,-0.008733519,-0.0054259016,0.011668151,-0.056468785,-0.013849772,-0.040873718,-0.008001621,-0.014314246,0.010802541,-0.018846387,-0.03887507,0.063281074,-0.07746864,-0.023477053,-0.02967004,0.00069451187,0.030430088,-0.008825007,0.040873718,-0.021070233,-0.05385084,-0.03513113,-0.020366484,-0.016115842,-0.015595068,0.0040993355,0.02454675,0.050416548,0.037186075,-0.012012988,-0.008226821,0.091431014,-0.06964296,-0.033160634,-0.005679251,0.038762473,-0.005218296,-0.0062316936,-0.032597635,-0.023955602,0.039888468,0.036200825,0.03389253,-0.0038882107,-0.0070410045,0.057088085,0.0077412343,-0.020324258,0.010711053,-0.09120581,0.0031246436,-0.037946124,0.05449829,0.013195286,0.01517282,0.008487208,0.0003252638,0.04374501,0.0117033385,0.0008405397,-0.0057003633,0.066152364,0.0044617658,0.05379454,-0.02460305,0.0254194,-0.0017602511,-0.012414125,-0.020647984,0.05413234,-0.008177558,0.037354976,0.011189602,0.019240486,0.0049614273,-0.028051417,-0.017959664,0.024715649,0.041718215,0.033498432,0.006625793,-0.024180802,-0.08630773,0.07054376,0.03924102,0.060240876,0.015538769,0.062098775,-0.0017083497,0.03431478,0.032738384,-0.015299494,-0.009212069,0.012294487,-0.0072204606,-0.024729725,-0.021703606,-0.019043436,-0.00097469176,0.027868444,0.010654753,-0.01648179,0.03347028,0.032400586,0.033357684,-0.02723507,-0.056581385,0.018888611,0.010141017,0.0027076725,0.016355116,0.012773037,0.0059361192,-0.010190279,0.016341042,-0.06305587,0.022421429,-0.036228977,-0.02661577,-0.018578961,-0.008979832,0.016003242,-0.020985782,-0.010274729,-0.009247256,0.0026056292,-0.024715649,0.042056013,0.023800777,0.004102854,0.03327323,0.06474487,-0.0030507501,-0.010499929,0.0019775336,0.03470888,-0.022702929,0.024152651,0.032879133,0.00027776076,0.036144525,-0.01721369,0.02460305,0.032062784,0.0030437126,0.005169033,0.052161843,0.017861139,-0.021154681,-0.020662058,-0.02913519,0.027699543,-0.02437785,-0.0067665423,-0.024152651,-0.005408308,-0.021633232,-0.021619156,0.02432155,-0.028459592,0.012948974,0.0060205692,-0.02018351,0.016805517,-0.02488455,0.015355794,-0.016355116,0.0061120563,0.009718767,0.015102444,0.0020426302,-0.024462301,-0.030261189,0.03532818,0.03428663,-0.042309362,0.0014206924,-0.016974416,0.03848097,0.03352658,0.013624572,0.022731079,0.005088102,0.018480437,0.041493017,-0.019437535,-0.02972634,0.011316277,-0.051148444,0.04827715,-0.0016406139,0.022604404,-0.004489916,-0.008832045,0.0064076306,-0.027966969,-0.008233858,-0.017678164,0.042928662,-0.03791797,0.021675456,-0.064913765,0.00878982,-0.02244958,-0.021365806,0.009535793,-0.027136546,0.02955744,0.008480171,-0.048417903,-0.021759905,0.013328998,0.006555418,-0.030767888,0.028755167,0.041633766,0.011492214,-0.022519954,-0.06344997,-0.056665834,0.013624572,0.01984571,-0.015398019,-0.061535776,0.0016696434,0.01475057,-0.02913519,0.014708345,-0.015566918,0.04473026,0.037636474,-0.04036702,0.051683296,-0.0076990095,-0.01766409,0.026742445,-0.020985782,-0.051598847,0.010872915,0.01486317,0.021351732,-0.03296358,0.020591684,0.0047995653,0.005390714,0.04016997,-0.024476375,0.07589225,0.0029627816,0.026995795,-0.033301383,0.019465685,0.018213013,0.062549174,0.010739204,-0.0060452004,-0.046222206,0.01791744,0.00025620847,0.025531998,0.037946124,0.0055033136,-0.007649747,0.015932867,0.01500392,-0.060578678,-0.0002175023,0.025588298,-0.03470888,-0.03439923,-0.0043456475,-0.03397698,0.071444556,0.04016997,-0.0009773308,-0.016270667,0.005777776,-0.037186075,0.009085394,0.003708755,-0.01976126,-0.0070022983,0.032597635,-0.046616305,-0.010619566,-0.031049388,-0.043970212,-0.030598989,0.016425492,-0.002941669,-0.03372363,0.028079567,-0.0064815246,0.008247933,-0.04838975,0.02941669,0.0056722136,-0.0057144384,0.03437108,0.020042758,0.005746107,-0.021140607,-0.0057707382,-0.011020702,0.018649338,-0.013891997,-0.0050599524,-0.0501632,0.008149409,-0.07893244,-0.01710109,0.027038021,-0.015200969,-0.03546893,-0.0022431987,-0.018410062,0.010661791,-0.0073963976,0.018888611,-0.03873432,0.057285134,0.009409118,0.026460946,-0.0070163733,-0.0026584102,0.028811466,0.009563943,0.035046678,-0.016397342,0.004996615,0.010450666,-0.05416049,-0.01460982,0.013167135,0.012871562,-0.021084307,-0.010563266,0.01128109,0.07651155,0.010359179,0.016172143,0.018522663,-0.021365806,0.00063645263,-0.010373254,-0.02698172,-0.027474344,0.018818237,0.009697655,-0.016706992,-0.009113544,-0.011991875,0.014257946,-0.023040729,0.008634995,-0.022576254,0.0010274729,-0.015707668,-0.0006821963,-0.0058094445,0.018973062,-0.047601555,-0.014975769,-0.016622541,-0.021520631,0.009282444,0.0043174974,-0.0017013121,-0.02983894,-0.041324116,-0.023308152,-0.012027063,-0.015102444,-0.034061432,-0.0046728905,-0.0053449706,0.014961694,0.008951682,-0.008198671,0.031556085,0.037157923,0.03428663,-0.028755167,-0.009029094,-0.008381645,0.0019335492,-0.010908103,0.015341719,-0.038030572,0.016298817,-0.006706724,0.024208952,0.0007468532,-0.010774391,0.020394634,0.0027498975,0.0020285551,0.017255915,0.006741911,0.002860738,-0.02689727,-0.02488455,-0.032259833,-0.04906535,0.011337389,-0.01729814,-0.042281214,-0.025489774,-0.025799423,0.016073618,0.008825007,0.030289339,0.013990521,0.0002645655,0.013540123,-0.030655287,0.01211855,-0.00051461614,0.016143993,-0.011238865,-0.015186894,-0.019437535,-0.036848277,-0.018424138,0.00957098,-0.018424138,-0.043041263,0.014975769,0.011851126,0.018874537,0.023913376,-0.006495599,-0.0018649338,0.0031052905,-0.01475057,-0.00750196,0.0017637699,-0.016946265,0.010436592,0.023280002,-0.021393957,-0.01114034,-0.023645952,0.021675456,0.013983484,-0.012097438,0.018241163,-0.026277972,-0.032456882,0.0038002422,-0.0021130051,-0.011534439,-0.019170111,0.0024947887,-0.012611174,0.008226821,0.002088374,0.036426026,0.0043069413,0.023519278,0.027108395,-0.021309506,-0.022322904,-0.0033850307,0.031640537,0.0034219774,-0.0033128965,0.02955744,-0.011632964,0.0036172676,-0.00086253183,0.0020496678,-0.00023113743,0.006967111,-0.025743123,0.009725805,0.016524017,0.03842467,-0.014454995,0.03479333,-0.02477195,-0.02233698,0.0035785616,-0.012139663,-0.015285419,0.011407765,-0.029050741,0.04923425,0.015552843,0.017903363,-0.0010081198,-0.030261189,0.032344285,0.018593038,0.0046588155,-0.05449829,0.01483502,0.035243727,-0.0016476513,0.008022734,0.0037685735,-0.0022555143,0.04042332,0.01914196,0.012660437,-0.027319519,-0.028698867,0.015229119,-0.040141817,0.026123147,-0.014363509,0.00758641,-0.0010916899,0.05303449,-0.00097645115,-0.063281074,0.040592216,-0.05506129,-0.05466719,-0.016045468,0.0043878723,0.0012658677,-0.031049388,0.0013626332,-0.040198117,-0.016594391,-0.018719712,-0.025954247,0.016059542,-0.024096351,0.01698849,-0.013364186,0.03296358,-0.0031422374,-0.08349273,-0.008867232,-0.041577466,-0.07561075,-0.013891997,-0.008634995,-0.016172143,-0.030852338,0.021802131,0.014046822,0.016411416,-0.04287236,0.00209893,-0.011752601,0.0033938275,-0.001754973,0.0042611975,-0.008902419,0.009050206,0.018578961,-0.019127887,-0.03332953,0.0022238456,0.0056088762,-0.0031035312,0.04354796,-0.01788929,-0.013751247,0.0140045965,-0.020056834,-0.005214777,-0.015862493,0.015862493,0.008205708,-0.022731079,-0.0077341967,0.02166138,-0.037692774,-0.009951005,-0.028220318,-0.04895275,-0.016242517,0.015890643,0.011647039,0.03943807,0.011323314,-0.0249127,0.039832167,0.011041815,-0.03321693,-0.041971564,0.008670182,0.01385681,-0.042731613,0.0140116345,0.031049388,-0.0042611975,-0.001785762,0.017424814,-0.0021517111,0.006601162,0.060860176,0.019536061,0.0034888336,0.014623895,-0.00111984,0.013230473,0.026038697,0.00088188495,0.048502352,0.0029346317,-0.00024983074,-0.017199615,-0.0034131806,0.05511759,0.045884408,-0.025349023,-0.0242934,0.043266464,-0.022702929,-0.0018156713,-0.01908566,0.03836837,-0.011499251,-0.032287985,0.0017277028,-0.029022591,-0.0153135685,-0.013617535,-0.048502352,0.0015007438,-0.005193664,0.019156037,-0.028149944,-0.027136546,0.010359179,0.003585599,-0.005721476,-0.057763685,-0.047348205,-0.006938961,-0.02018351,-0.000089563,-0.019719034,-0.0036102303,0.0018279869,-0.015778042,0.016524017,0.06316847,-0.023617802,0.0087687075,-0.041549314,0.00979618,-0.036257125,0.007143048,0.015932867,0.010232504,0.002902963,-0.01936716,0.03408958,-0.016242517,0.025517924,-0.0057953694,0.026207596,-0.028487742,0.052752994,-0.0066398676,0.016087692,-0.02686912,0.016622541,0.000086923945,0.01914196,-0.032653935,0.0030683437,-0.013659759,-0.023308152,0.02681282,-0.059903078,-0.019859785,-0.032794684,-0.01738259,-0.023068879,-0.023631876,0.0036172676,0.018395988,0.0043456475,0.025306799,0.019719034,-0.020718358,0.01130924,-0.021759905,-0.020943558,-0.01130924,0.018297464,0.033048034,-0.019775335,0.01721369,-0.007213423,-0.010760316,0.015932867,-0.020816883,-0.016200293,0.0125267245,0.000042169933,0.010746241,0.018649338,-0.03859357,-0.03428663,-0.0026935977,0.02955744,0.01503207,-0.031049388,0.026503172,0.0022062517,0.0072626853,0.033245083,0.009190956,-0.053062644,0.02983894,-0.03034564,-0.01794559,-0.018367838,-0.008121259,0.0028748128,0.0050388398,-0.010457704,0.030204888,0.0022273643,0.050698046,-0.002719988,-0.014905395,-0.0069354423,-0.04287236,-0.0021798613,0.0068052486,0.022745153,0.023012578,-0.023843002,0.03372363,0.020676132,-0.030964937,-0.016214367,0.018691562,-0.031161986,0.00895872,0.020591684,-0.0034378117,-0.02681282,0.026179448,0.013997559,-0.013061574,0.023420753,-0.05517389,0.03434293,0.018494513,0.0046025156,-0.028881842,0.008100146,-0.0067489487,0.020591684,0.01503207,-0.01071809,-0.0009324669,0.0060803876,-0.011886314,-0.03403328,0.012266338,-0.018395988,0.030148588,-0.022801453,-0.0074738096,-0.041690066,-0.0008722084,0.030542688,-0.025447547,-0.0095850555,0.016875891,0.00985248,-0.0070410045,0.002278386,-0.008501283,-0.00060830265,-0.022984428,-0.025433473,0.043716863,0.009373931,-0.009775068,0.024391925,0.01729814,0.010964403,-0.036031928,-0.00082690455,0.01489132,0.024842324,0.00881797,-0.0016573279,-0.013891997,0.007896059,-0.003353362,-0.0040571103,0.023350378,-0.029050741,0.007199348,-0.0016238998,-0.042956814,-0.014849095,-0.009704693,0.046813354,-0.00010044911,0.012639324,0.061366875,-0.0046060346,0.013624572,-0.008775745,0.016552167,-0.0058446317,0.0070656356,0.048305303,0.032372434,0.0022942203,-0.027995119,0.0013916628,-0.0016678841,0.020690208,-0.025151974,0.004489916,0.021802131,0.024814175,0.02692542,0.021492481,-0.0003098693,0.0123719,-0.02944484,-0.0251379,0.011492214,0.04067667,-0.006777099,-0.01791744,-0.070374854,0.0021728238,-0.01729814,-0.011794826,-0.030683437,-0.010626604,-0.05900228,-0.010007305,0.037889823,0.008022734,0.0058516692,-0.0014479627,0.0021569894,0.002866016,-0.002325889,0.00020331737,0.00085417484,-0.014180534,-0.016158067,-0.019184185,0.028515892,-0.0059290817,-0.02658762,0.0493187,0.0072063855,0.024532676,0.012385975,-0.021478407,-0.029050741,0.01673514,0.0019247524,-0.015186894,0.01446907,0.021028006,0.03842467,0.009043169,0.028037343,-0.010007305,-0.020450933,0.03924102,-0.03377993,0.010302879,-0.0039093234,-0.029895239,0.012878599,0.0013731894,-0.018874537,0.027038021,0.011400727,-0.0001245855,-0.015538769,0.003348084,0.0008972794,0.02236513,0.0028097162,0.010274729,-0.008015696,0.03853727,-0.0054962765,-0.0048769778,-0.036651224,-0.045518458,0.012632287,-0.04408281,-0.013286773,0.038058724,-0.01673514,-0.0019810523,0.016594391,0.009676543,0.007139529,0.016453642,0.035919327,-0.0030613062,0.026418721,-0.012681549,-0.0019722553,0.036707524,-0.035553377,0.0043315724,0.0067665423,0.008029771,0.015904717,-0.012181887,0.013927184,0.0153135685,0.0070867483,0.013877922,0.020845033,0.01945161,-0.015862493,0.026052773,-0.013075649,0.0052499645,0.010366216,-0.00069803064,0.00040399565,0.008719445,-0.013307885,0.0012377178,0.002079577,0.040620368,0.0054927575,0.006154281,-0.005169033,-0.038143173,0.026066847,0.0031140875,-0.046025157,0.03977587,-0.028670717,0.061817273,0.018550813,-0.0060452004,0.008986869,-0.01125294,-0.008670182,-0.018283388,0.023744477,-0.018705636,0.010795503,-0.0064392993,-0.008522395,0.03546893,0.012104476,-0.009760993,0.0077693844,-0.0021200427,-0.000999323,0.007403435,0.02944484,-0.029050741,0.024138575,-0.001993368,-0.028149944,-0.027783994,-0.009887667,0.01256895,0.0048629027,-0.012393013,-0.02947299,0.015890643,0.003448368,0.03496223,-0.0018244681,-0.013863847,0.03955067,-0.0026285008,0.001861415,0.008775745,0.07527295,-0.009535793,0.031724986,-0.020563534,0.020394634,-0.015665444,-0.009437269,0.0013635128,0.003529299,0.022829603,-0.021013932,-0.00083086314,0.020507233,-0.01905751,-0.0031580718,0.01486317,-0.0020197583,-0.0055068326,-0.010570304,-0.014483145,0.013237511,0.006499118,0.023758551,0.023885226,-0.03296358,-0.02893814,0.008142371,-0.048305303,0.020746509,0.051092148,-0.008740557,0.023843002,-0.015961017,0.018536737,0.0011312758,0.019015286,-0.024842324,-0.011126265,-0.0092542935,-0.00680173,0.010626604,0.027361745,-0.02166138,0.014567595,-0.009458381,0.025011225,-0.010422517,-0.006938961,-0.04838975,-0.04028257,-0.015763968,0.005063471,-0.008339421,0.0025264574,0.011879276,-0.028375143,0.016524017,-0.01346271,-0.006404112,-0.002765732,-0.012322637,0.04011367,0.0011576664,-0.011956688,0.017227765,-0.021802131,0.027685469,-0.0077341967,-0.017199615,0.025067525,-0.022125855,0.03442738,0.0118652005,-0.011787789,0.016608465,-0.014680196,-0.023054803,-0.009275407,0.042900514,-0.016059542,-0.02737582,0.008128296,-0.006002975,0.0012377178,0.0063970746,0.014377584,-0.025250498,-0.013364186,-0.011428877,0.02709432,0.0018297463,0.013005273,0.03408958,0.018944912,-0.023758551,0.00965543,-0.020802807,-0.010084717,-0.012245225,-0.005116252,0.011492214,-0.02247773,-0.0006135808,-0.0046377033,0.008036809,0.013934222,-0.03417403,0.005907969,-0.009732842,0.037326824,0.012744887,-0.00993693,-0.0020426302,-0.017284065,0.042253066,-0.056778435,-0.03423033,0.01679144,0.0008660506,-0.018902687,0.019015286,0.008128296,-0.013540123,-0.015299494,0.005872782,0.0015860733,0.04923425,-0.022013254,0.04408281,-0.007706047,-0.005475164,-0.018804163,0.026657997,-0.017987814,0.003101772,0.0069037736,0.0044863974,-0.029951539,-0.020338334,0.004820678,-0.03974772,-0.0151587445,0.00895872,-0.0031563123,0.0245749,-0.031640537,0.019240486,0.0068052486,0.009106507,-0.015890643,0.014792795,-0.015792118,0.016777366,-0.0242934,0.0035820801,-0.009521718,0.023125177,0.013328998,-0.048249003,0.036200825,0.0082760835,-0.012554875,0.020338334,0.0066398676,-0.035665978,-0.012744887,-0.008318308,-0.0031457562,0.023054803,0.025278648,-0.0055631325,-0.0028537004,-0.040817417,-0.008867232,0.02930409,-0.029923389,-0.0042717536,0.023744477,-0.03895952,0.012435237,-0.0010424276,-0.028065493,0.03957882,-0.002837866,-0.0021253207,0.011696301,-0.016904041,-0.0251379,-0.0062915124,-0.020099059,-0.0035838396,0.008480171,0.0011585461,0.017987814,0.01914196,-0.039944768,0.018213013,0.004827715,-0.013300848,-0.0047925278,-0.019015286,-0.02930409,-0.016636616,0.010788466,-0.017087014,0.031302735,-0.018987136,-0.025151974,-0.028262543,-0.025714973,0.008740557,-0.021182831,-0.0047538215,0.005827038,0.017678164,-0.01469427,-0.016566241,0.004539178,0.004806603,-0.038255773,0.03484963,0.027882518,0.021295432,-0.04833345,0.0125408,0.057622932,0.011858163,-0.00018099534,-0.020479083,-0.015693594,0.023322228,-0.021295432,-0.007635672,0.00864907,-0.014194609,0.013082686,-0.025757197,-0.03510298,0.009479493,0.011344427,0.018156713,-0.0078045717,0.006953036,0.0018666931,0.002684801,0.008909457,0.010598454,0.015890643,-0.0118652005,0.005584245,0.008972795,0.0049051275,-0.010035454,0.0016335764,-0.00369468,0.009556905,0.006203544,-0.04771415,-0.009057244,-0.026292047,-0.016889965,-0.0027692507,0.0060698316,-0.025349023,0.011696301,0.027685469,0.013983484,0.0030859376,-0.010922178,0.016242517,0.018001888,-0.0077553093,0.0050951396,0.02052131,-0.0022942203,0.00758641,0.022393279,-0.00097469176,0.007994584,-0.009873592,-0.016369192,-0.013216398,-0.0040184045,0.0073682475,-0.014595745,0.036538627,0.008219783,-0.015876567,-0.025686823,0.00867722,0.0124282,0.004363241,-0.022393279,-0.0048101214,0.022717005,0.022548104,0.016200293,0.040310718,0.020985782,0.002732304,-0.008064958,-0.009979155,-0.0032126121,-0.014286096,0.0029117598,0.02278738,0.0062563247,0.03842467,0.0075301095,0.031668685,0.032147236,-0.00842387,-0.017776689,0.006284475,0.004419541,-0.0021042083,-0.013230473,0.011893351,-0.009718767,0.018424138,0.0022256048,0.036594927,0.008860194,-0.0014717142,-0.036397874,-0.009549868,-0.01010583,-0.017931513,0.032119084,0.008205708,0.008008659,0.025574222,0.005760182,-0.025306799,0.040395167,-0.008775745,-0.029895239,-0.0120341005,0.024335627,-0.0242934,0.011956688,-0.03507483,-0.010689941,-0.0043174974,0.0045356597,-0.0045884405,-0.010225466,0.024729725,0.032682084,-0.0115414765,0.0000022541947,0.04419541,-0.016805517,0.02432155,-0.0031246436,0.02955744,0.009120582,-0.018987136,0.0018033558,-0.009838405,-0.019437535,-0.0113725765,0.0046165907,0.027544718,-0.032372434,0.036510475,-0.024223026,0.022857754,-0.009690618,0.0066539426,-0.0006395315,-0.025349023,0.009155769,-0.02686912,-0.015609143,-0.015144669,0.028135868,0.020690208,-0.028994441,-0.023843002,0.01959236,0.0009535793,0.0037369048,-0.008853157,0.009437269,0.03434293,-0.009451344,-0.0067946925,-0.0029715784],"social":"https://twitter.com/MuchoPotato"},{"title":"hivemind","description":"the missing link between ai and the apps you already use. 100,000 new chatgpt plugins. connect ai to any app that supports ios shortcuts.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=F88sfPcm88M","youtube_transcript":"Here on, I'm Nick, and this is a demo of Hive mind. Hive mind is the missing link between AI and the apps you already use. Powered by GPT four, high time plug ins connect AI to any app that supports iOS shortcuts. It's so easy, I'm gonna show you how in sixty seconds. Start the clock. Let's connect Apple Notes to AI. I started this project just six weeks ago at the beginning of Buildspace. I was over a ship project and made my a first dollar online. I did that by week three. So I had to adjust my goals to a hundred people and a thousand dollars in revenue. So I released my first ever gummerald project and sold it three hundred twenty two times, made almost nine hundred dollars. And check out my projections, nailed it. And oh, look at that. Just finished creating a shortcut. Let's see which HPPT has to say. Let's make it let's wear a haiku and save it to my notes. Yep. Check that out. Hands off the phone. Don't blink because in just a moment, Hyve Mine is going to take system control. While we wait for AI to think, Go ahead and download a High Mine. Right now, we're on the App Store. There's a QR code. There we go. A note just saved as the notes. Alright. Stops clock. Sixty five seconds. After that waiting for Chachi PV to write the poem. And of course, let me check the notes app. There it is.","embedding":[-0.0000061969217,-0.0193945,-0.005999879,-0.0010314133,0.009430065,-0.06795933,-0.015064529,0.060289547,0.011481104,0.008589217,0.005398712,-0.034985542,-0.029311785,-0.02373233,0.0007426176,-0.012196218,-0.06909094,-0.034231137,0.026136996,0.0057091187,-0.013194232,0.020133188,-0.013587152,0.0825445,0.0086835185,-0.026184147,-0.031386398,-0.009367198,-0.0019803136,0.006671771,0.014145098,-0.03523701,0.028180178,0.0071707787,0.0036973713,0.030097624,0.006263135,0.01574035,-0.013815045,-0.01672265,-0.029861873,0.0060155955,0.056800425,-0.006750355,-0.02772439,0.004931138,0.020070322,0.008494916,-0.0028742051,0.07122842,-0.065947585,0.035362743,-0.058403537,0.038537532,-0.009980152,-0.030584844,-0.024046665,0.029783288,-0.024973955,-0.00089880306,0.016864099,-0.017712805,0.008282741,0.03319383,-0.022254953,0.011779723,-0.03309953,0.027410055,0.014891644,-0.029783288,0.035739947,0.025162557,-0.010420222,-0.0013025277,-0.023056509,-0.031747885,-0.0626785,0.030396242,-0.008518492,-0.004357476,0.018231459,0.00029370724,-0.027174303,-0.04108365,-0.0009651082,0.0091157295,-0.07833241,-0.029327502,-0.071417026,-0.02855738,-0.0010176612,0.04190092,-0.009068579,-0.009524366,0.021500548,0.0008143254,-0.020101756,0.041146517,0.009280755,0.062018394,0.033979665,-0.0069900355,-0.029248917,-0.024596753,0.033791065,0.01832576,-0.0056266054,0.04730749,-0.0316693,-0.0018123406,-0.13239811,-0.009492932,-0.0065381783,-0.0056658974,0.014058655,0.050450847,0.050419413,-0.023229394,0.018750113,-0.040392112,-0.074434645,0.008416333,0.0014361202,-0.008785677,-0.020353224,-0.008762102,0.01603897,-0.004561794,0.014773768,-0.006813222,0.004605015,0.02310366,0.053877104,-0.012219792,0.004608944,-0.044384174,-0.015685342,-0.006263135,-0.009288614,0.024109533,0.017162718,-0.03548848,0.027472923,0.008557784,-0.028038727,-0.00011689351,-0.04155515,-0.009398632,-0.008903553,0.0021964193,0.037217323,0.018812979,-0.0066639124,-0.004809333,0.024329567,0.009296472,-0.024266701,0.050608017,-0.08499632,-0.008196298,-0.03966914,-0.007826954,0.009854418,-0.02178345,-0.030050473,0.02728432,-0.005842711,-0.026812818,-0.06607332,0.0004565232,-0.047684696,-0.037563093,-0.0033417793,0.03231369,0.015355289,-0.011748289,0.0018280573,-0.01612541,-0.072674364,-0.026136996,-0.036054283,0.025366874,-0.014097947,-0.028478796,-0.037500225,-0.042372424,-0.0068878764,0.029500386,0.0018319866,-0.011520396,0.010530239,0.03844323,-0.016188279,0.03089918,-0.007398672,-0.018482927,0.06365294,-0.006585329,0.05535448,-0.03514271,0.027850125,0.043912668,0.014066514,0.0096579585,0.010184471,0.026671367,0.044478472,-0.011323936,-0.019473083,0.016282579,0.076320656,-0.005988091,0.03680869,-0.0010687407,-0.032046504,-0.01900158,-0.015402439,-0.012604853,0.0013860231,0.027661525,-0.027268605,0.018027142,0.017147,-0.010498806,0.0014488902,-0.012345526,-0.0072650793,-0.0031315675,0.022993641,0.01909588,0.014090089,0.024203833,-0.0436612,-0.056391787,0.050230812,0.0032808767,0.035048407,-0.03489124,-0.04136655,0.012534128,-0.01744562,-0.00015581709,0.04136655,0.025429742,0.028195893,-0.0073043713,-0.032533724,-0.044289872,0.04513858,0.009618666,0.041838054,0.01934735,0.029296068,0.01735132,0.009327906,-0.050042212,-0.03357103,0.0630557,0.032376558,-0.018011425,-0.0010844575,0.004274963,-0.057806298,0.010003727,0.030097624,0.004648236,-0.004711103,0.023480862,-0.0018869953,-0.009445782,-0.013068498,0.039291937,0.06682773,0.0068407264,-0.018750113,-0.015708916,-0.033350997,0.00031605453,-0.0062788515,0.034576904,-0.0015539961,0.011276786,0.01900158,0.0534056,0.013178516,0.027755825,0.005964516,0.040077776,-0.012188359,-0.03250229,0.017036984,0.011685422,0.013901487,-0.045578647,0.03265946,0.03507984,0.034859806,0.027441489,-0.022333536,0.013264958,0.04586155,-0.045924418,-0.012683437,-0.020180339,-0.0034871595,0.030003324,-0.030804878,-0.0021610565,0.034388304,-0.02338656,0.00063996745,0.017634222,0.025822662,-0.012785597,-0.005618747,-0.042309556,0.054222874,-0.033665333,0.012942764,-0.025131123,0.013689311,-0.013815045,0.021170495,-0.0028683115,-0.031622153,-0.0018997651,0.11360085,0.0046796696,0.015465306,-0.01647118,0.024958238,-0.05544878,-0.018985864,-0.01013732,-0.035519913,-0.01047523,-0.044227004,-0.003528416,0.012927047,0.0334453,-0.023040792,-0.049193505,-0.050702315,0.0030431605,-0.020306073,-0.009681533,0.0086520845,-0.030914897,0.018184308,-0.001774031,-0.021799168,-0.004259246,0.0153788645,-0.03328813,0.031685017,-0.010616682,0.0006709098,-0.026687084,0.0071511324,0.032345124,-0.0731773,0.0066639124,0.033791065,0.0086363675,0.035205577,0.006648196,-0.019048732,-0.04004634,0.009948718,0.0057877023,0.0386004,0.014938794,0.023229394,-0.028761698,-0.049382105,0.003913477,0.0066757,-0.008644226,-0.0012720765,-0.0050293677,0.010357355,-0.012636287,-0.0105223805,-0.025036823,-0.011347512,0.02338656,0.047496095,-0.0057484102,-0.03133925,0.010663832,0.095243655,-0.04532718,-0.021469114,0.008927128,0.012149067,-0.015033095,-0.0139564965,0.006546037,0.0047818287,0.030679144,-0.0048171915,-0.05120525,-0.054160006,-0.0008879978,-0.007096124,-0.010396646,0.00765014,0.031810753,0.03728019,-0.02143768,0.03790886,-0.061326854,0.06940528,-0.026498482,0.014027221,-0.0063181436,-0.029516103,0.013233525,0.06340147,0.0084792,-0.02700142,-0.059377976,-0.0039115124,-0.019551668,-0.002748471,0.020478958,0.055543084,-0.03435687,0.084116176,-0.06032098,-0.026136996,0.01774424,-0.002992081,0.012180501,-0.004538219,0.004235671,-0.042655326,0.039009035,0.015284563,0.026435615,0.0013280675,-0.027881559,-0.04960214,0.02256929,-0.04124082,-0.015693199,-0.02480107,-0.0483448,-0.037625957,-0.03141783,-0.036902986,-0.022883624,0.0070293276,0.056706123,-0.016879816,-0.04784186,0.03225082,-0.014860211,-0.010208045,0.006160976,-0.011143194,0.014608743,-0.044384174,0.045012843,0.0071275574,0.0341054,-0.0050922353,0.03951197,-0.0049665007,-0.0012877933,0.020101756,-0.04303253,0.002817232,0.0027307896,-0.051771056,-0.015567466,0.018482927,0.0030785233,-0.030474827,-0.028353062,-0.018624378,-0.036180016,-0.02412525,0.039417673,0.015001662,0.025461175,-0.008243448,0.008997854,-0.008746386,-0.020133188,-0.009492932,0.012581279,0.0034773364,-0.020384656,0.010710982,-0.008369182,0.037217323,-0.049193505,-0.0338225,0.007402601,0.014828777,-0.0051786774,-0.03294236,0.089648485,-0.030380527,-0.0029036743,0.034136835,0.002221959,-0.0013968283,0.0316693,-0.03196792,0.0079251835,-0.0064045857,0.046993155,-0.025822662,0.000084968815,0.057617698,0.04755896,0.030411959,-0.001678748,-0.021453397,0.04561008,-0.009485073,-0.01992887,0.011276786,0.0073043713,-0.04256103,0.009752259,-0.03050626,-0.04410127,-0.0078033786,-0.0040942198,0.015103821,-0.012164784,-0.054160006,0.0024871796,-0.04020351,-0.043346867,-0.021484831,0.0058898614,-0.01374432,0.0055794553,0.049727876,-0.013374976,-0.011984041,-0.0008472324,0.0021473044,-0.010813141,-0.0073908134,-0.005937012,0.037311625,-0.028447362,0.049287807,0.0016384738,0.019944588,0.013406409,0.0056148176,-0.008817111,0.023307977,0.030034756,0.01621971,-0.001276988,-0.0048997044,0.01681695,0.0063377894,0.009304331,0.0075794146,0.018781547,-0.021704866,0.0035932476,0.011866165,-0.029264634,-0.0073083,-0.026718518,0.030789161,-0.0018683316,-0.017712805,0.03992061,-0.0002860944,0.029594688,-0.013893629,-0.038726132,-0.022034919,0.016361162,-0.0028722405,0.026749952,-0.02519399,0.009877993,0.0143729905,0.025822662,0.000803029,-0.036777254,0.008117714,0.007838742,-0.02772439,-0.011685422,0.0003975853,0.0031649654,-0.0009847542,-0.005795561,-0.029060317,-0.023999516,0.0086678015,-0.01988172,-0.02120193,0.008832827,-0.014019364,0.0006468435,0.018451493,-0.033256695,-0.02572836,0.025822662,0.019158749,-0.051330987,-0.0034007172,0.017618505,-0.0068014343,-0.0082198735,0.038568966,-0.01807429,0.008730669,-0.03243942,0.015080245,0.018655812,-0.013634303,0.0008133431,-0.02022749,-0.023716614,-0.06431304,-0.029186051,0.012612712,-0.0003558376,0.008243448,-0.02943752,-0.009524366,0.031810753,-0.005901649,0.022097785,0.04488711,-0.022034919,-0.009037145,-0.01832576,-0.005107952,-0.011661847,0.025366874,0.014514442,-0.008337749,0.0012976163,0.0044674934,-0.025021106,-0.012785597,-0.013822904,0.080344155,-0.020981895,0.020541824,-0.010278771,-0.0531227,-0.029594688,0.00014808148,-0.015693199,-0.011606839,0.019253049,-0.025869811,0.010616682,-0.0091000125,0.010239479,0.028368779,0.06289853,0.016974118,0.001593288,-0.013107791,0.007037186,-0.002198384,-0.02217637,0.0076737152,-0.02085616,-0.0041924496,-0.039260503,0.0040136715,-0.017477054,-0.0007995909,0.0031276383,-0.033256695,-0.008785677,0.055417348,0.019991737,0.038537532,0.0052415445,0.05239973,-0.03693442,-0.006396727,0.014050797,-0.022616439,-0.03016049,0.018388627,-0.034922674,-0.0022691095,0.043378297,-0.0009881923,-0.08210443,-0.034419738,0.028635964,-0.004887917,-0.02758294,-0.01632973,-0.0059291534,-0.02076186,0.03416827,0.052085392,0.01086815,-0.02700142,-0.017602788,-0.027520074,0.0037641677,-0.036777254,0.0069664605,-0.014019364,-0.023653746,0.002066756,-0.010184471,-0.022867907,0.01909588,0.02256929,-0.033948235,-0.0016551729,-0.030380527,-0.013076357,-0.027127154,-0.02266359,-0.008620651,-0.022050636,-0.0040313527,0.028085876,-0.04155515,0.02967327,0.060792483,-0.040800747,-0.016754081,-0.018498644,-0.014113664,-0.008958561,0.024439584,0.01369717,0.03108778,0.0011050857,-0.008549926,0.035897113,0.024282416,-0.028180178,0.0026227369,-0.00876996,0.017084135,-0.02865168,0.04089505,0.011669706,0.013783611,0.0020647913,-0.0034380446,0.026592784,0.01700555,0.021689149,0.023009358,-0.023417994,0.018734396,0.046615954,-0.010286629,0.03966914,-0.0018693139,0.026514199,0.0073750964,0.00011081554,-0.022097785,-0.02484822,-0.03746879,0.041649453,-0.06487884,-0.0012426075,-0.030254792,0.016691215,-0.010742416,-0.019755986,-0.02739434,-0.039354805,-0.007084336,0.028290195,-0.044289872,0.004157087,0.0048800586,-0.040014908,-0.017712805,-0.0058269943,-0.011072468,-0.010278771,-0.0064281607,0.020086039,-0.0054890835,-0.0101058865,-0.09914142,-0.01067169,-0.007626565,0.017036984,-0.02544546,0.015748208,-0.015779642,0.01681695,-0.010286629,0.008502775,0.046710256,-0.008054847,-0.0017789424,-0.022160653,0.024109533,0.026419898,0.018514361,-0.0005800472,0.009822984,0.015284563,-0.015174546,-0.01753992,0.029123183,0.023213677,-0.01700555,-0.02062041,-0.010679549,0.031464983,-0.0063535064,-0.0028211612,-0.028745981,-0.008298458,-0.004176733,-0.006023454,-0.008997854,0.035897113,-0.0340111,0.001698394,0.008809253,-0.01583465,0.0027838338,-0.05233686,0.033130962,-0.031559285,0.01793284,0.015095962,0.016706932,-0.0032474785,-0.0014439787,0.018750113,0.0011993864,0.012369102,0.018341476,-0.010129461,-0.009524366,0.022003485,-0.01354786,0.01607826,-0.008832827,0.019708836,-0.002241605,0.011819014,0.047276057,-0.024392435,0.0022101714,0.023355128,0.031810753,0.023496578,-0.019017298,-0.011378945,-0.0002039497,0.01476591,0.050167944,0.00028314753,0.026184147,-0.020934744,0.0050608013,0.049790744,0.0052886945,-0.022019202,0.015614616,-0.023606597,0.013374976,0.01530028,-0.028981732,0.016023252,0.022443555,0.00087473675,0.03265946,0.006671771,0.046993155,-0.01496237,-0.0014292442,-0.014192248,-0.016942684,0.0007396707,-0.010459513,0.0066678417,0.020243205,0.036871552,0.04887917,0.003620752,-0.015724633,0.015418156,-0.021406248,0.008298458,0.0034851949,-0.013964354,0.012439827,0.008298458,-0.010648115,-0.004585369,0.01374432,0.023638029,-0.019740269,0.020400373,-0.022082068,-0.019818854,0.0003509261,-0.038631834,0.023056509,0.0015579254,-0.023229394,-0.027834408,-0.018922998,-0.016706932,0.0026698872,-0.00014145098,-0.020306073,-0.045044277,0.021940617,0.014985945,0.011913315,0.013618586,-0.007819096,-0.013296392,0.033130962,-0.019457368,-0.0021473044,-0.0013811116,0.0011807227,-0.011677564,-0.029641837,-0.015103821,-0.034325436,-0.038286064,0.017995708,0.02359088,-0.027252888,0.016801232,-0.008196298,0.011276786,0.009382915,-0.024078099,-0.0114968205,0.03728019,-0.0077562286,-0.033979665,-0.006938956,0.016314013,0.00221803,0.011331795,0.027661525,-0.007445822,-0.01135537,-0.0086835185,-0.04790473,0.023025075,-0.015040954,-0.0011708997,-0.04171232,0.04975931,0.006797505,0.018341476,0.04850197,0.029547537,0.019143032,-0.0021139062,-0.018812979,0.014286548,-0.010231621,0.007980192,0.0055165878,0.010050878,0.045735814,-0.018781547,-0.023056509,0.033948235,-0.0013879876,0.01992887,0.009956577,0.006267064,-0.0006684541,-0.017948557,0.0017504558,-0.0045892983,0.0148995025,0.00010590405,-0.035708513,-0.005819136,-0.0028584884,-0.0037680967,0.03055341,-0.012353385,0.03790886,0.02338656,-0.009838701,-0.0070686196,0.010003727,-0.0019135174,-0.0055519505,0.00087768363,-0.02368518,0.010396646,-0.024628187,0.03728019,-0.0063810106,0.02763009,0.023229394,-0.06038385,0.0049940054,-0.0314807,-0.023716614,0.01681695,-0.024376718,0.017775672,-0.012974198,0.005618747,0.010412363,0.020981895,-0.0045578647,0.022993641,0.033413865,0.004247458,0.014129381,0.016879816,0.007033257,-0.015598899,0.009925144,-0.005685543,0.00022126272,0.040800747,-0.0016276685,-0.00779552,0.0068171513,0.0012927047,0.04180662,0.020007454,0.016534047,-0.017492771,-0.003074594,-0.005088306,0.043881234,-0.019253049,-0.009720826,0.0105223805,0.015190263,0.025901245,0.0068682306,-0.010585248,-0.03375963,0.01188974,0.0019852251,-0.039794873,0.02665565,-0.0072257873,-0.019850288,0.017791389,-0.01700555,0.009540082,0.01583465,0.015559607,-0.005249403,-0.0010255196,-0.03699729,0.023040792,-0.023339411,0.014577309,-0.0015598899,-0.031653583,-0.016942684,0.026859969,-0.009791551,0.018844413,0.014223681,0.011237494,0.0008727721,-0.022443555,0.004149229,0.02646705,0.005834853,0.013414267,0.028855998,-0.0044753514,-0.051236685,-0.031496417,-0.0039645564,-0.001395846,-0.0022101714,0.0067660715,0.0017141107,0.048753437,-0.007520477,-0.011300361,0.01846721,0.007724795,0.019473083,-0.036462918,0.03602285,0.019127315,-0.03269089,0.020981895,0.01753992,-0.022490704,0.008777819,0.0045500062,0.021076195,-0.021626282,-0.00030475808,0.0027524002,-0.023370843,0.045830116,-0.00945364,0.067393534,0.01807429,0.0022671449,0.007889821,-0.004997934,0.008487059,0.0157875,-0.03269089,-0.0021669504,0.037783127,0.012416252,-0.029830439,0.0021021187,-0.047496095,0.026058413,-0.0051551023,-0.016408313,-0.008157006,0.024282416,-0.010742416,0.019190183,-0.017712805,-0.006895735,-0.007921254,-0.014663751,0.018011425,0.0031276383,0.101907566,-0.023465145,0.0055323048,-0.032470856,0.01753992,0.036902986,0.050073646,0.0068446556,-0.012714871,-0.027692957,-0.013689311,-0.036871552,0.03966914,0.03753166,-0.005375137,-0.0032180096,-0.014427999,-0.020384656,-0.0046128733,0.005072589,0.0064006564,0.040329244,-0.0046953866,0.004247458,-0.023528012,-0.014954511,-0.01155183,0.022192087,0.007995909,0.0006237595,0.013068498,-0.012683437,-0.0067817885,0.0334453,-0.009068579,0.026152713,-0.011151052,-0.0067267795,0.0028781344,-0.008149148,-0.0100744525,0.0071511324,0.030490544,-0.0051826066,0.024596753,-0.009335765,-0.0023810915,0.009492932,-0.032533724,-0.00472682,-0.0063024266,0.010931017,0.025571194,0.033256695,0.035457045,0.007300442,-0.00034036642,0.041932356,0.0218306,0.015426015,-0.02236497,0.0027268603,0.02271074,-0.012549845,-0.05491441,-0.010365213,-0.009877993,0.0148995025,-0.0065028155,0.027787259,-0.023748048,0.010459513,0.036462918,0.01642403,0.02475392,0.011347512,0.0053240573,0.02616843,0.033162396,0.007988051,-0.004157087,-0.0009980152,-0.023700897,0.003640398,-0.015064529,0.009877993,0.011261069,-0.0048918463,0.016345445,0.024015233,-0.025005389,-0.016093977,0.033256695,0.017304169,0.0006217949,-0.00950079,-0.061484024,0.020211773,-0.034859806,-0.017477054,0.00012389239,0.042120956,0.00867566,-0.043095395,0.010679549,-0.013272816,-0.016345445,0.02217637,0.0193002,0.033853933,0.006267064,0.021484831,0.031370685,-0.003011727,0.028745981,-0.040234942,0.015323856,0.015198121,-0.0065263906,-0.008463483,0.021359097,-0.02626273,-0.004510714,-0.00789768,-0.006447807,0.024785355,0.023999516,-0.037311625,0.01837291,-0.010530239,-0.013429984,0.01856151,0.005795561,-0.00628671,-0.018184308,0.003479301,-0.01155183,0.005049014,0.007135416,0.0014508548,-0.004671811,0.009233605,0.02470677,-0.023323694,0.02509969,0.013469276,0.016109694,0.0267971,-0.026105562,-0.007547981,0.019944588,0.019504517,0.019897437,0.0012985985,-0.03904047,-0.031763602,-0.010758133,-0.0157875,-0.00887212,-0.012455544,0.005646251,-0.036274318,-0.026011262,-0.02236497,0.007571556,-0.0012632358,-0.032533724,0.016282579,0.016596915,-0.010357355,0.02280504,0.02002317,-0.007076478,0.0028820636,0.015944669,-0.044949975,0.017712805,-0.000038186852,-0.034042533,0.020038888,-0.01827861,-0.015669625,0.023606597,-0.00035731104,-0.009375056,-0.011701139,-0.017791389,0.00072100706,0.0028643822,-0.01700555,-0.0035696726,0.018498644,-0.008251307,0.010121603,0.024015233,0.00876996,-0.017429903,-0.0015520315,0.0058544986,0.049444973,-0.018828696,0.00055892783,-0.018121442,-0.011504679,0.013720744,0.020148905,0.0070686196,-0.026781384,-0.02563406,0.0039625918,-0.022616439,0.009367198,-0.045201443,0.010923158,-0.0046325196,0.0073750964,-0.0033339208,0.00740653,0.041303683,-0.028368779,-0.010043019,0.0020254995,0.005151173,-0.04419557,0.0023555516,-0.014058655,0.06481598,-0.00916288,0.013233525,0.0074890433,0.0314807,-0.03284806,0.011457529,0.008149148,-0.018027142,0.015999677,0.0016414206,0.0017209868,0.0024282418,-0.023638029,-0.027127154,0.0044124844,0.0340111,0.0069900355,-0.03207794,0.016266862,0.0032671245,-0.010946734,-0.005249403,0.0058505693,0.008714952,0.030270508,-0.010789566,0.011041034,0.00887212,-0.0071550617,0.001086422,-0.025948396,-0.017178435,-0.01867153,-0.020463241,-0.01237696,-0.004381051,-0.04922494,-0.022129219,-0.014317982,-0.005638393,0.034671206,0.0018005531,0.008510633,-0.02271074,-0.008746386,-0.00033422705,-0.005783773,0.004078503,-0.004911492,-0.005194394,0.0069035934,-0.016314013,-0.03507984,-0.025854094,-0.04931924,-0.01042808,-0.007819096,0.017194152,-0.004927209,0.0097444,-0.01647118,0.027472923,-0.00079369714,0.0008285687,-0.009398632,-0.0030962047,0.019520234,-0.009925144,0.024345284,0.011127477,0.029170334,-0.006447807,0.00872281,0.032973792,0.009437923,-0.032470856,-0.0054537207,0.018482927,0.016785515,0.006369223,0.026042696,-0.017304169,0.0143887075,0.013736461,-0.001155183,-0.0044949977,0.0069468147,-0.001276988,0.029516103,0.0033732129,0.0058662863,-0.032030787,-0.013312108,0.03259659,0.0053633493,0.018702962,0.015418156,0.025649777,-0.0053004823,-0.004935067,0.0068014343,0.040360678,0.0291389,0.04029781,0.020667559,0.040612146,-0.016926967,0.020651842,-0.012015474,-0.015143112,-0.023873782,0.039260503,-0.012204075,0.001247519,-0.012306235,0.021799168,-0.013319966,0.029296068,0.003610929,0.0072100703,0.005838782,-0.026388464,-0.009555799,0.025351157,0.05478868,0.027991576,-0.000075882555,-0.027174303,0.0061413296,0.025791228,-0.005964516,0.01042808,0.0027524002,-0.022160653,-0.03772026,-0.017084135,0.010648115,-0.0071275574,0.05010508,-0.03192077,0.0036521857,0.01681695,-0.043095395,0.007921254,-0.009430065,0.033413865,-0.01369717,-0.0008767013,-0.011182485,-0.006062746,0.021704866,-0.0036580793,-0.027017135,0.027347188,-0.00726115,-0.011811157,0.019111598,0.036902986,0.0022592864,-0.051330987,-0.01447515,-0.00726115],"social":"https://twitter.com/NickADobos"},{"title":"rune","description":"no-code platform for creating productivity templates ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CSIG8p07-Qk","youtube_transcript":"Hi. My name is Ged. And I'm building a non core platform for creating workspace templates that provide students all the tools they need to progress through the course materials. My angle is to save students time. The base depends on building their own telephilia setups, finding and integrating various tools, and adjusting them to the course materials. And I'm doing so by allowing content creators to create and share their tea plates and using more prebuilt design and productivity tools on the platform. Let me show what I have. Alright. So for the course worksheets, we have action items. That requires note taking tools, reminders so that you can't really do it in PDF formats. So to start my journey, I created my notion and to do these templates as digital goods on Gameworld Marketplace. After students purchase my stuff, they can use my templates, which I design based on course materials and modules. In which you have some lessons, action items, and I have to do a stipulate for your daily staff with self reflection dates and all that to really progress. For the my progression, I was expecting to have at least twenty users so far, but they have just ten, and I will work on new marketing channels because my expectations to launch in May's cohorts with new students. Didn't really work well. No one's using custom forms anymore. Yeah. So yeah. That's pretty much it. Thanks for your time and bye.","embedding":[0.014202282,0.036515422,0.04628156,0.00989856,0.00015944979,-0.014011925,-0.0008995399,0.04697678,0.0037181673,0.004460973,0.041779205,-0.05002249,0.03083782,-0.053531677,0.041282624,0.018257711,0.01890327,-0.05813335,-0.04048809,0.09044436,0.07342812,0.0065797283,-0.028570091,0.051379815,-0.035091884,-0.050188016,0.026020963,0.05277025,-0.051611554,-0.0048954836,0.00087626255,-0.046877462,-0.03388353,0.00042882035,-0.000037470054,-0.029596362,0.002389807,0.062205333,0.010784133,-0.010353762,-0.030440554,-0.011578667,0.021336528,0.02272696,-0.0512805,0.025987858,-0.0114876265,0.047738206,0.0050527346,0.023471836,-0.041315727,0.015228554,0.027212763,-0.0017214887,-0.012745637,-0.04098467,-0.044096597,0.031682014,-0.044692494,0.034860145,0.05568354,-0.0030457107,0.044427652,0.019879883,0.01901914,0.0063935095,-0.035753995,0.0026774115,-0.057140183,0.05081702,0.047572676,-0.0034388392,0.030159157,-0.026285809,-0.013027035,0.002942256,0.013523618,0.027626583,0.0070804497,-0.026103728,0.019317089,-0.0036498872,-0.0259382,0.0077963574,-0.03135096,-0.027692795,-0.04628156,-0.020972367,-0.0035402249,-0.028702512,-0.0912389,0.009658544,-0.040620513,0.043964174,0.037078217,-0.011529008,-0.047572676,0.043136533,0.021882769,0.0023649777,0.053928945,-0.01502992,-0.019283984,-0.01276219,0.034793936,-0.04098467,-0.004564428,-0.0007666004,-0.054359317,-0.028338352,-0.18088873,-0.023206992,0.007539789,0.00039881843,0.030109499,-0.02451466,-0.014649207,-0.017943209,0.007312189,-0.03565468,-0.042904794,0.006054178,0.011810405,0.016205167,-0.01920122,-0.0064555826,-0.067667745,-0.004928589,-0.03403251,-0.045586344,0.048466526,-0.02981155,0.046612617,-0.06607868,-0.034198035,-0.004007841,-0.05075081,0.038865916,-0.033999402,-0.0048913453,0.005168604,-0.011818682,0.020558547,0.021154448,-0.0307054,-0.017032806,-0.03184754,0.063132286,-0.056676704,0.0062445346,0.035555363,-0.013035311,-0.026368571,-0.021386186,0.037475485,-0.009939942,-0.005690017,0.020773733,0.0054913834,0.008346737,0.03721064,-0.0017380414,-0.025623698,0.010949661,-0.015584438,-0.006029349,0.0035257412,-0.021369634,-0.07071346,-0.0061121127,-0.020972367,-0.010875174,-0.020707523,0.038203806,-0.006492826,-0.0045313225,0.013258774,-0.051114973,-0.029629469,-0.013705699,-0.06316539,0.012547004,-0.052670933,-0.021601373,-0.084816426,-0.022760067,-0.024647083,-0.029943971,-0.009319213,-0.020790286,0.032410335,0.030490212,0.013366367,-0.016271379,-0.014243663,-0.051148076,0.07236873,-0.028702512,-0.01186834,0.00040295665,0.011264164,0.0045395987,-0.011115189,0.0051106694,0.03393319,-0.012571833,-0.049227957,0.0107013695,-0.024994692,-0.021452397,0.05909341,-0.023339413,-0.023273204,0.022329694,-0.05896099,0.011669707,-0.033055894,0.045089763,0.009882007,0.045983613,-0.02909978,0.027957639,0.028520433,-0.011388309,0.049724538,0.019747462,0.022511775,-0.038137596,0.02641823,-0.021220658,0.0119842095,0.0038754186,-0.00029096677,-0.023687022,0.011520732,-0.010163404,0.029132886,-0.03313866,0.033668347,0.011661431,-0.012050421,0.03207928,0.014508508,-0.0009641992,-0.0025325748,-0.009327489,-0.0590272,-0.08190314,0.030010182,0.034198035,0.0858758,0.018572215,0.0069687185,0.028222483,-0.028834935,-0.024680188,-0.019002587,0.042143367,0.027212763,-0.0065424847,0.0034057337,0.004090605,0.012886336,0.04181231,0.017165229,0.040918462,0.002900874,-0.0011928345,-0.0057479516,-0.012406305,0.0193833,0.018439792,-0.0027560373,0.014889222,0.025805777,-0.011380034,-0.006596281,0.019929541,-0.004007841,0.0018404617,-0.009774414,0.005160328,0.03274139,0.022826279,-0.036151264,0.06299987,0.042408213,0.0083177695,-0.042474423,-0.002082546,0.029612916,-0.0020142659,-0.011992486,0.0012011108,0.00021376357,0.0074528875,0.025027797,-0.029761892,0.012199395,0.03095369,0.0087978,-0.05081702,-0.002431189,0.011611772,-0.00091660995,-0.026037516,0.043500695,0.012497346,-0.001363535,-0.022412458,-0.029331518,-0.006976995,0.018174948,-0.037276853,-0.02969568,-0.026087174,0.05270404,-0.0073080505,0.03095369,-0.018870164,0.01872119,-0.011785576,0.021402739,-0.022793172,0.016461736,0.0034222864,0.05939136,0.0009874766,0.013871226,-0.030506765,0.009708203,-0.0411502,-0.02635202,-0.018621873,0.016354142,-0.013498789,-0.003517465,-0.00504032,0.026798945,-0.0010417904,-0.01926743,-0.059258938,-0.044030383,0.0018735674,0.012290436,0.00781291,-0.010254445,-0.0062279818,0.018522557,-0.00057313987,-0.024729848,0.0055824234,0.00008450968,0.012993929,0.033320736,-0.012547004,0.017148675,-0.058464404,-0.014152624,0.007539789,-0.03512499,0.026583757,0.010030982,0.006467997,-0.0016056192,0.016792791,-0.04919485,0.001974953,-0.015683755,-0.006182462,0.027427949,0.015543057,-0.0032795188,-0.004965833,-0.03989219,0.015658926,0.03409872,0.021783452,-0.013109799,0.004365795,0.06286744,-0.015435464,-0.019598486,-0.006728703,-0.0016645885,0.043798644,0.021187553,-0.006550761,-0.021088237,-0.028884593,0.0453215,-0.013449131,-0.010155128,0.0074528875,0.033072446,0.03492636,0.020525442,0.044229016,0.01147935,-0.03386698,0.014773352,0.020608205,-0.028884593,0.0022760066,0.0089716045,-0.042971008,-0.017330756,0.0009848902,0.025507828,-0.03744238,0.026683075,-0.008938499,0.055319376,-0.017181782,-0.0064804116,-0.02362081,-0.019863332,0.028834935,0.06793259,0.013300155,-0.014516785,-0.0560477,0.010055811,-0.005859683,0.022346247,-0.018191501,0.030672293,-0.039991505,-0.022015192,-0.054061364,-0.04919485,0.021783452,0.009733032,-0.006596281,-0.009012986,0.033469714,-0.03919697,0.0034181483,0.038369335,0.043136533,-0.0050113527,0.0046389154,-0.060483843,0.02194898,-0.027146552,-0.024117395,0.0017556287,-0.015261659,-0.005032044,-0.033006236,-0.039461818,0.023322862,-0.018191501,0.030622635,-0.044030383,-0.0223628,-0.006467997,0.010900003,0.0068528494,-0.0074859927,0.0134243015,0.049559012,-0.06756843,0.026467888,-0.014119518,-0.026269255,-0.040521197,0.0017245923,0.012472517,-0.023058016,-0.009203344,0.0059383083,0.0076929023,-0.009352318,-0.066807,0.04657951,-0.029646022,0.015261659,-0.0046802973,-0.00426234,-0.007076312,0.020724075,-0.020177834,0.056742914,-0.012348371,0.04161368,-0.040752932,-0.03409872,-0.013002206,0.0014649207,0.013159457,0.0465133,0.033304185,-0.022048298,-0.026136832,-0.030308133,0.0075770332,-0.05015491,-0.028172825,-0.0073659853,0.00035174648,0.028785277,-0.011388309,0.059292044,0.02146895,0.0036995453,-0.03721064,-0.0108834505,0.011926275,0.035621572,-0.09872075,-0.021783452,-0.03279105,0.03833623,-0.004990662,-0.0074528875,-0.013109799,0.049757645,-0.02784177,-0.0114876265,-0.040686723,0.023753233,-0.047969945,-0.013788463,0.00818121,0.0042582015,-0.033999402,0.015907217,-0.03919697,-0.015667202,-0.002218072,-0.011545561,0.0060831453,0.023173885,-0.05568354,-0.008235006,-0.019747462,-0.03005984,-0.011669707,-0.013829844,-0.027030682,0.03363524,0.031301297,-7.799526e-7,-0.006728703,-0.0026939642,0.02146895,-0.004713403,-0.027212763,0.0077715283,0.012861507,-0.053167515,0.06657527,0.0002634219,0.03476083,-0.00153527,-0.0055369036,0.011247612,0.001888051,0.010262721,0.0008157415,-0.004185783,0.03303934,0.037111323,0.019350195,0.05055218,-0.0026794805,0.010453078,0.010982767,0.027858322,-0.0021166862,-0.046612617,-0.0012828402,-0.003817484,0.041183308,0.021651031,0.0020742698,0.013258774,-0.03542294,-0.004218889,-0.024051184,-0.012836678,-0.033850428,0.008781248,-0.033502817,0.0012652528,-0.004502355,0.02660031,0.025954753,0.0071590757,-0.0147568,0.003627127,-0.009046092,0.02761003,-0.0067783617,0.017744577,0.014798181,-0.0057976097,0.021684136,-0.0018145981,-0.008599167,-0.0072832215,-0.033088997,-0.052803356,-0.01622172,0.022346247,0.0030229506,0.012447688,0.012687703,0.024845716,0.01920122,0.009476464,-0.008946775,-0.056511175,0.025077455,-0.015791347,-0.0045727044,0.015162342,0.021022025,0.010759304,0.008574338,-0.022743514,0.033420056,0.0050692875,0.03320487,0.033535924,-0.012000763,-0.008657102,-0.037707224,-0.0029277722,0.030986797,0.012290436,0.02128687,0.0061162505,-0.016685197,0.0061534946,-0.0021084098,0.022925595,-0.008665378,-0.0049865237,-0.035323624,-0.014318151,-0.0145002315,-0.013581553,0.042342,0.022429012,-0.03201307,0.04674504,0.01046963,-0.03654853,-0.01445885,-0.009882007,0.072766006,-0.032195147,0.020244045,0.021270316,-0.045884296,-0.027560372,-0.014036754,0.002078408,-0.019598486,0.0097578615,-0.024233263,0.0016283793,-0.022495223,0.008206039,-0.020657863,-0.015071303,-0.012638045,0.008003267,-0.06124527,0.0019428821,-0.018406687,-0.03721064,0.036217473,0.009087474,0.023322862,-0.05237298,0.008355014,0.021535162,-0.015104408,-0.003517465,-0.016693475,-0.00456029,0.028768724,-0.026401678,0.01624655,-0.010519289,0.04323585,-0.009368871,0.037309956,0.029977078,0.00044847676,0.009062645,-0.0060831453,-0.0005400343,-0.0018083907,0.02135308,0.01651967,-0.0739578,-0.038170703,-0.0070266533,-0.05670981,0.018886717,-0.0048789307,-0.020343361,-0.023720128,0.040024612,0.024183605,0.018770847,0.0075190985,-0.029447388,-0.012530452,-0.010527565,0.002280145,-0.01601481,-0.031946857,-0.042143367,0.02385255,0.0051727425,-0.0034760828,0.027427949,-0.013929161,-0.017645258,-0.04879758,-0.015683755,-0.032410335,0.022031745,-0.0028450084,-0.044262122,-0.009145409,0.04429523,0.020442678,0.008015682,0.012596662,0.011264164,-0.040355667,-0.0069852713,0.0071797664,-0.04585119,-0.012356647,0.043699328,-0.009128856,0.024498109,0.008106722,0.0093937,0.025723014,0.05277025,-0.019283984,0.021502055,-0.022379354,0.018654978,-0.025060903,0.041746102,0.041183308,-0.012588386,-0.014160899,0.013589829,-0.005437587,0.011082083,0.052968882,0.034793936,-0.00060158997,0.016478289,0.010825516,0.006418339,0.027461056,0.019896436,0.04859895,0.026087174,0.021551713,-0.008946775,-0.0051727425,-0.023653917,0.037707224,-0.040752932,-0.022925595,-0.03787275,0.01040342,0.019283984,0.010179957,0.018108737,0.016081022,-0.014160899,0.0025739567,-0.05051907,0.010511013,0.0034698755,-0.020012306,-0.059523784,-0.025375405,-0.0033746972,0.018423239,-0.005313441,0.022313142,0.016693475,0.0056693256,-0.08011544,-0.009741308,0.008491574,-0.021419292,-0.0008095342,-0.012249054,0.031466827,0.0021477228,0.01746318,-0.01267115,0.033767663,-0.024001526,0.01800942,0.02564025,-0.005056873,-0.0049865237,-0.0040885354,0.015327871,0.016668646,0.02641823,-0.02224693,-0.037707224,-0.047572676,0.011611772,-0.011802129,-0.026567206,0.017744577,0.018886717,0.01225733,-0.012033868,0.012960823,0.018390134,-0.020293703,0.022395905,0.004796167,0.042805478,-0.026169939,0.056511175,0.034628406,0.008764694,0.025094008,0.0046596066,0.020641312,-0.0047258176,0.0024436035,0.03482704,0.0029381176,0.02850388,0.010188233,0.0051561897,-0.00021376357,0.019168114,-0.032410335,-0.018688085,0.014483679,0.014566443,-0.012555281,-0.015667202,0.011231058,0.020144729,0.000528137,-0.0040202555,0.024498109,-0.012935994,-0.013010481,-0.020078517,0.022760067,0.002689826,-0.051909506,0.029646022,0.0035753995,0.013614658,-0.005073426,-0.028470775,0.020591654,0.0022946286,-0.00703493,0.009418529,0.01642863,-0.03654853,-0.014276769,0.011131742,-0.012547004,0.024498109,0.00247464,-0.005776919,-0.0105441185,-0.0074156434,0.010411696,-0.024299474,0.043997277,-0.059060305,0.0022573848,-0.026368571,-0.020260599,-0.0027374153,-0.024862269,-0.0065135173,0.01681762,0.012306989,-0.027874874,0.01246424,-0.025375405,0.017529389,0.0042747543,0.0019656422,0.0037016144,-0.0247464,-0.0000458111,0.0029939832,0.014632653,-0.0025532658,0.027427949,0.008864012,-0.026981024,0.030639188,0.025971305,-0.007303912,0.0053465464,-0.006273502,0.021154448,0.015319594,-0.019217772,-0.034628406,-0.009633715,0.009666821,-0.002584302,-0.02713,0.049227957,-0.00494928,0.050221123,0.029778443,0.010767581,0.035555363,0.010593777,0.0013966404,0.044460755,-0.008239144,-0.045288395,0.012315265,-0.005160328,-0.013002206,-0.0032940025,-0.020608205,0.0075190985,-0.03714443,0.01553478,0.03207928,0.00028346627,0.0070721735,0.023124227,0.03668095,-0.03923008,0.01824116,0.004117503,0.029563257,-0.0015673409,-0.015700309,0.002284283,0.0059052026,0.0054955217,0.025491275,-0.011636602,-0.019151561,0.0077384226,-0.03106956,-0.020111622,-0.02630236,0.017744577,-0.044394545,-0.021022025,-0.00047227138,0.01690866,0.004349242,0.026981024,0.017148675,-0.011719366,0.003478152,-0.013093245,0.0064638588,0.02259454,0.019581934,-0.006087283,0.002685688,0.02868596,-0.015857559,-0.04138194,-0.03721064,0.014690588,-0.024465002,0.03403251,-0.008135689,0.0017794234,-0.01968125,0.00017186436,-0.0065631755,0.022859383,-0.0175956,-0.0111731235,0.0114876265,-0.08898772,-0.018456345,0.03853486,-0.019101903,0.010593777,0.03492636,-0.017165229,0.017661812,-0.012720808,0.004223027,0.013341538,-0.0020421988,0.015543057,-0.015038197,-0.052075032,0.032542758,-0.035621572,0.013209115,-0.020128176,-0.021071684,-0.022677302,-0.030556424,-0.017330756,0.018108737,-0.020492336,0.009310937,-0.017529389,0.017860444,0.00040011163,0.0143678095,-0.009178515,0.007874983,0.009542676,-0.0031760638,0.020095069,-0.014558166,0.00087626255,-0.0036167814,-0.0044940785,0.018803954,-0.0107013695,0.021915875,0.01711557,-0.036945794,-0.019995753,0.005404481,0.0158079,0.025474722,-0.010734475,-0.014707142,0.007254254,0.023091123,0.012058698,0.0005405516,-0.0034760828,0.027510714,-0.018174948,-0.004324413,-0.008566061,-0.0081605185,-0.0057727806,0.0046844357,0.017992867,-0.048433423,-0.0072997743,0.0073494324,0.008135689,0.006256949,-0.0036995453,0.007303912,0.00018906374,-0.005007215,-0.009401977,-0.013871226,0.0316158,0.014864393,-0.0012238709,0.012662874,-0.014078136,0.0029319103,-0.006248673,0.023157334,0.02016128,0.0027022406,0.031036455,-0.0018290817,-0.007229425,0.0008467779,0.00391887,-0.009046092,0.015882388,0.031235088,-0.0064514442,-0.008764694,-0.008690207,-0.008201901,-0.004187852,-0.015998257,-0.013813292,0.024282923,-0.0069935475,0.025607144,0.019085351,-0.005470692,-0.026848603,0.00081418967,0.013697422,-0.004593395,-0.013622935,0.028404564,-0.0051561897,0.0047216793,0.000079789555,-0.015725138,-0.004738232,-0.0041340557,0.000522447,-0.0067162886,-0.0034450465,0.013722251,-0.005288612,-0.0076060006,-0.0029153577,0.028222483,0.013051864,-0.0025429202,-0.013978819,-0.0037223054,0.021750348,0.0065838667,0.017496284,-0.009608886,0.010105469,0.00043451035,-0.005445863,-0.0027581062,-0.021237211,0.02838801,0.015774796,-0.014293322,-0.010237892,-0.016561052,-0.015394081,0.011421415,-0.040819146,-0.010659988,-0.016006535,-0.01079241,-0.0006403855,0.034893252,0.11547217,-0.0036085052,0.007854292,-0.01567548,0.039329395,0.014616101,-0.014194005,-0.0072004576,-0.00013811223,0.013233944,0.0072045955,-0.0025739567,0.007192181,-0.010022705,0.019664697,0.010808962,-0.019399853,-0.0050361822,0.02146895,-0.011346928,0.022197273,0.003976804,0.0016376902,-0.02813972,-0.019929541,-0.009253002,0.035290517,-0.021518609,0.00845433,-0.012249054,0.009608886,0.012414582,0.015932046,0.026633415,-0.015890665,0.009741308,0.0074528875,-0.010088917,0.035919525,-0.026898261,-0.021849664,0.009037816,0.017992867,-0.0069025075,-0.009203344,0.03290692,0.001473197,0.006612834,-0.022263484,-0.035389833,-0.015708584,0.01782734,0.010866897,0.030523319,0.03654853,-0.0105441185,0.017976314,0.04657951,-0.0042954455,0.02516022,0.0086322725,-0.0010831723,-0.014690588,0.015228554,-0.004349242,0.008276388,-0.008508127,-0.0019139147,0.000024861494,-0.0130849695,-0.025723014,0.021899322,-0.008135689,0.0037202365,-0.001088345,0.012100079,0.000018395565,-0.012497346,-0.0028284555,-0.020525442,0.0043202746,-0.015956877,-0.0036354035,-0.0005239988,-0.0024436035,0.06028521,-0.009153685,0.013887779,-0.0012869784,0.050485965,-0.013705699,-0.018621873,0.018969482,0.018340476,-0.028288694,0.0048334105,-0.039991505,-0.012795296,-0.0094433585,0.010552394,0.04366622,0.009153685,0.025540933,0.011189677,-0.015278212,-0.039494924,-0.008590891,0.03810449,0.008412948,0.005354823,0.007659797,0.0025532658,-0.0014907843,-0.005781057,0.025143666,-0.009790967,0.0033229697,0.0015704446,0.0046885735,-0.02403463,0.019747462,0.037707224,0.017099017,0.0041981977,-0.007382538,0.03582021,0.021866217,-0.046910565,0.0028512157,0.014169176,-0.004634777,0.032128938,0.007353571,-0.016321037,-0.012621491,0.0006683183,-0.006360404,-0.01926743,-0.022644198,0.0038940406,-0.049393483,0.011462797,0.006534208,0.014309875,0.01583273,-0.017728023,0.010519289,-0.024580872,-0.043699328,0.034595303,0.017992867,-0.008723313,0.010171681,0.023802891,-0.036647845,-0.02861975,0.03361869,0.014731971,-0.0062362584,0.0100475345,-0.0038092076,-0.013805015,-0.006128665,-0.008052926,0.016461736,-0.0066045574,-0.010486184,0.021965533,-0.0059383083,0.0100971935,0.0021973809,-0.004016117,-0.021270316,0.0146823125,-0.015203725,0.009236448,0.0033560754,0.005288612,-0.039461818,-0.013449131,-0.013920885,-0.023786338,-0.0044526965,-0.018340476,0.006165909,0.013109799,-0.02194898,-0.013614658,-0.0054996596,-0.0023732542,-0.018290818,0.0068569873,-0.026451336,-0.018539108,0.019548828,0.016445182,0.002880183,-0.013838121,-0.0063479897,0.040653616,0.012158014,-0.03214549,-0.044990446,0.017777681,-0.0049161743,0.014036754,-0.022462117,0.017281098,-0.00017639052,-0.0074777165,0.007018377,0.016900385,-0.018108737,-0.014268492,0.027709346,0.0059796902,0.028768724,0.043566905,0.044924233,-0.024365686,0.01395399,-0.008156381,0.011140018,-0.05455795,0.027394844,0.014632653,0.04167989,-0.03495946,-0.02092271,0.011247612,0.0008178106,-0.038005173,0.010659988,0.020558547,-0.006662492,0.0351912,-0.007945333,-0.020359915,-0.0072252867,-0.0590272,-0.017943209,0.033701453,0.025921647,0.01028755,-0.0032940025,0.026318913,0.0033622826,-0.018059079,-0.00046709864,-0.018092183,0.014930604,0.017562496,-0.016064469,0.0054334486,0.003349868,0.026616864,-0.0017214887,-0.037045114,-0.008094307,-0.013598105,-0.0069604423,0.0154437395,0.015733413,-0.024117395,-0.0056610494,0.00097144104,0.0089716045,-0.018191501,-0.016743133,0.023107676,0.023273204,-0.016652092,0.022627644,-0.0061866,-0.035621572,-0.0008876426,0.0077053173,-0.0017701124,0.033552475,0.010684817,-0.027444502,-0.0030622636,0.019830225,0.012124908,0.017363861,-0.023041464,-0.026070623,-0.007523237,0.031632356,0.005549318,-0.00017871826,0.021402739,0.0016232065,0.052008823,0.032062728,0.024613978,-0.028586645,0.008938499,-0.0023960143,-0.00097299286,0.0016552776,0.006170047,-0.00058089895,-0.012398029,0.00096885464,0.024845716,0.012340094,0.00025178323,-0.008483297,-0.0075273747,0.03356903,-0.009857178,-0.027278975,0.0067080124,0.016114127,-0.021402739,-0.0277259,-0.0054168957,-0.010602053,0.004092674,-0.011231058,0.022875937,0.033718005,0.013027035,0.05389584,0.0077218697,-0.0064059244,-0.0046802973,0.03959424,0.0025987858,0.028868042,0.0057065696,0.039130762,0.0031284746,0.015700309,-0.012232501,0.007982576,-0.002103237,-0.022859383,-0.010213063,-0.00076866953,0.0021228935,0.023008358,0.027295528,-0.008094307,0.049956277,-0.0056444965,-0.023058016,-0.0006693529,-0.008119136,-0.000034819022,0.06647595,0.012555281,-0.0022987667,-0.01445885,0.022081403,0.018208053,-0.015195448,0.022031745,-0.024547767,-0.029314967,0.0067245653,-0.007428058,0.0046844357,-0.003647818,0.007680488,-0.0049575563,-0.013382919,0.0054086195,-0.027461056,0.016767962,-0.0134243015,0.022677302,-0.014798181,-0.028470775,-0.02456432,-0.033767663,0.016751409,0.0110158725,0.009410253,0.014889222,-0.0054334486,0.024365686,0.016792791,0.022213826,-0.0026132695,0.0050692875,-0.0336849,-0.014409191],"social":"https://twitter.com/GedOssman"},{"title":"delux lighting","description":"delux makes it easy to access the transformative power of light","niche":"hardware","youtube_url":"https://youtube.com/watch?v=iB_neMvDj1Q","youtube_transcript":"Hey build space. My name is Callaway. Let me fix that. My name is Conrad, and I am building a new wireless lighting system. My system makes it incredibly easy to customize your own wireless lighting setup, and it's all done without WiFi or any phone pairing necessary. I believe light has an incredible ability to influence our mood and totally change the feeling of a space. And now for the demo, all you have to do is plug it in. Hit a button and the lights will activate totally wirelessly. Super easy just like Sonos except for light. In the first week of s three, I built some PCB prototypes that all work incredibly well. And then we use those prototypes and we pitch to a couple different clubs on my college campus. And we started gathering users by collecting wait lists for the system. And in the last couple weeks of three, we started setting up our lights in various homes. The people that I knew could really show what the licenses capable of. I also started a TikTok page that now has over about two thousand views. So that's pretty cool. Big challenge I thought we would have in three is convincing people that light has an incredible effect on the feeling and the mood of the space. And because of that, a lot of the time was spent on crafting my pitch to explain the transformative power of light. And after s three, we're just gonna keep developing more remotes, making our system more robust and easier to interface with. So thank you for watching. I hope you enjoyed. There's a lot of bugs in this one right now.","embedding":[0.037893917,-0.015290672,-0.053537894,-0.0017572771,0.002481345,-0.028987369,0.014748392,-0.008594328,0.030515613,-0.017188655,0.004790146,-0.0383869,-0.021116082,-0.03910994,0.019390643,-0.029529648,-0.018306082,-0.03802538,-0.013852807,0.02834649,0.0032865496,0.028905204,0.032093156,0.017139357,-0.0012786732,-0.05626573,-0.00881617,0.03480456,-0.0013115387,0.012743596,0.019522104,-0.03664503,-0.015331754,-0.0487724,-0.00609655,0.029759707,-0.017911695,-0.022430701,0.010467661,-0.01515921,-0.0084382165,0.025667952,0.06211579,-0.018437544,0.028773742,-0.0029578947,-0.08446433,0.06530374,0.026834678,0.018700467,-0.04081895,0.05472105,0.01631772,0.04394117,-0.024977777,-0.019965788,-0.027968537,-0.0036213668,-0.039142806,-0.00094488304,0.053439297,0.00027319443,0.023778187,-0.0145840645,-0.015348187,-0.008097237,-0.023252338,0.033982925,0.039307132,0.045847367,0.056232866,0.03611918,-0.029874736,-0.02349883,-0.008799736,-0.013696696,-0.013524151,0.034968887,0.020540936,-0.0040897,-0.024501227,-0.012949006,-0.025799414,0.015413918,-0.046734735,-0.009103742,-0.043283857,-0.045354385,-0.033687133,0.011790497,-0.0053735087,0.025339298,-0.010254035,-0.010525175,0.010130789,0.009991111,-0.027048303,0.036743626,0.060012396,0.015824737,0.04735918,-0.0029599487,-0.03444304,-0.034705963,0.019637134,0.015643977,0.01985076,0.03002263,-0.017320117,-0.029217426,-0.12856983,0.04735918,0.0411476,0.024599824,-0.016991463,0.025733683,0.054129474,-0.043513916,0.003553582,-0.06494222,-0.027064737,0.027722046,0.046504676,0.013137982,0.042363625,-0.04022737,-0.0027278361,-0.05094152,-0.013359824,-0.0045395466,0.04890386,-0.014041783,0.073815905,-0.03825544,-0.03802538,0.020820292,-0.04436842,-0.008265672,-0.002042796,0.021641929,0.01423076,-0.044204094,0.029644677,-0.029891169,0.008175292,-0.0014584064,0.05011988,0.009719971,-0.012028771,0.031041462,0.012603918,-0.009769269,-0.03953719,-0.004026023,0.034508772,-0.025027076,-0.0042478656,0.07046363,-0.023318069,0.012965438,0.040490292,-0.009604941,-0.017484443,-0.009687105,-0.06435064,0.02893807,0.0084382165,-0.025684385,-0.062805966,-0.018322514,-0.019982222,-0.006236228,-0.007530307,0.026045905,0.053669356,-0.002286206,0.008898333,-0.031994563,0.0012714838,-0.0142061105,0.012521754,-0.017599473,-0.015759006,-0.016514912,-0.07611649,-0.039800115,-0.054260936,0.00965424,0.019390643,-0.026982572,-0.008939415,0.03897848,-0.031008596,0.008857251,0.016975028,-0.031485144,0.066881284,0.024550525,0.01581652,-0.048443742,0.008253348,0.03408152,0.031863097,0.019637134,0.020606667,-0.008429999,-0.00965424,-0.0243369,-0.054556724,0.0059198975,0.028625848,-0.006482719,0.042922337,0.015537163,-0.050251342,-0.00006159071,-0.023268772,0.039438594,-0.02857655,0.03378573,-0.0007523118,0.008347836,0.020475205,-0.031304386,0.0077151754,0.05889497,-0.010344415,-0.03910994,0.09057731,-0.01336804,0.019324912,-0.018207485,-0.0072139762,-0.030696373,-0.008857251,0.0064416374,0.024731286,-0.034410175,-0.017073626,-0.0008385837,0.0006182821,0.011018158,0.026177367,0.020639531,0.014542982,0.011157836,-0.026259532,-0.04055602,0.047392044,0.016621726,0.07447322,0.0031057894,0.002678538,0.026160935,-0.014017134,0.01085383,-0.015011315,0.025191404,-0.0116919,-0.047753565,-0.022825086,-0.010796316,-0.021362573,-0.022332104,-0.047622103,0.021921286,-0.004288947,-0.011215351,-0.0028161623,-0.012061637,-0.0098596485,0.010221169,-0.0030215716,0.015890468,0.006918187,-0.014625146,-0.021756958,0.028987369,-0.013055818,-0.022677192,-0.02923386,0.025980175,0.006610073,0.004543655,-0.025618654,0.031912398,0.024550525,0.04108187,-0.04860807,-0.01339269,-0.020475205,-0.017435146,-0.017928129,-0.00838481,-0.02499421,0.0134584205,0.014082865,0.0053858333,-0.011264649,0.025996607,0.009514561,-0.046307486,0.015290672,-0.0037076387,0.00908731,0.0102869,-0.012710731,0.010410146,-0.0043341373,-0.039668653,0.0047942544,0.036152046,0.025273567,-0.037630994,-0.006918187,-0.02594731,0.03378573,0.0024299927,-0.02320304,-0.03976725,-0.04574877,-0.016942164,-0.014649795,-0.024780584,-0.007513874,-0.031797368,0.02266076,0.0010609393,0.012423158,-0.035560466,0.03582339,-0.046866197,0.04364538,-0.031057894,0.011535789,-0.057087366,-0.024780584,0.0021342032,-0.01262035,0.021329707,-0.0045313304,-0.025142105,-0.03437731,0.04101614,0.033950057,-0.011823363,0.016629942,-0.0599138,0.037762456,0.0290531,-0.029611813,-0.025848713,0.0178131,-0.039931577,0.043020934,-0.022710059,-0.011839795,-0.024681987,-0.008684708,-0.009604941,-0.002986652,0.08321544,0.028313626,0.037893917,-0.010073274,0.02780421,-0.006416988,0.012891491,-0.0043218127,-0.010023977,0.013762427,-0.01579187,0.0046833334,-0.001230402,-0.02857655,0.023022281,0.042790875,-0.0044491664,-0.022512864,0.031287953,0.05150023,-0.007382412,-0.01860187,-0.044039764,-0.04735918,0.024073977,0.014173245,-0.021379005,-0.014814123,-0.004991447,0.044434153,-0.06737427,-0.028017836,0.014082865,0.04095041,0.0133844735,0.020376608,0.058369122,0.01883193,0.015003099,0.017533742,-0.02182269,-0.0627731,0.032849062,0.009588509,-0.0034385526,0.0355276,-0.029151695,0.0037589911,-0.0022163668,0.029250292,-0.055805612,0.050448537,-0.009761052,-0.038682688,-0.018256783,-0.016120525,-0.021313274,0.064777896,0.051993214,0.030367719,-0.07289567,0.019702865,-0.0013957565,-0.01653956,0.031518012,0.03258614,-0.022052748,0.0011184539,-0.039307132,-0.028001403,0.024649123,0.03802538,0.061031226,0.016424531,0.017928129,-0.022315672,-0.0033687134,0.0025635087,0.024862748,-0.012349211,0.05603567,-0.024977777,-0.003974671,-0.007789123,0.015446783,-0.04341532,0.035856258,-0.008343728,0.035790525,-0.04509146,-0.055871345,-0.06816304,0.030942865,-0.032553274,-0.006893538,0.036612164,-0.027820643,-0.009095526,-0.005044854,-0.030696373,0.04081895,-0.025635088,0.021904854,0.008849035,0.02427117,-0.03146871,0.010278684,0.0023642615,-0.013096901,0.017928129,-0.011848011,-0.002547076,-0.0141321635,-0.035921987,0.026177367,0.0149538005,0.04975836,0.033719998,-0.040523157,-0.04436842,0.034903158,-0.025618654,0.0467676,0.023005847,0.0047531724,-0.071712516,-0.0029558407,-0.033046257,0.033982925,-0.003915102,-0.003925373,0.012176666,-0.022036316,-0.03546187,-0.03713801,-0.022759356,-0.043612514,0.010820964,0.011831579,0.036513567,0.021559766,-0.025421461,0.06527088,0.012686081,0.0047778217,-0.0057185963,-0.018404678,-0.023350935,-0.021921286,-0.045420118,0.00346731,-0.005784327,0.041213334,-0.0106073385,0.00965424,-0.016334152,0.027294794,-0.0047038742,-0.020228714,-0.015676841,-0.011527573,-0.016046578,0.009966462,0.04035883,0.015052398,-0.019620702,0.024665555,-0.034640234,-0.027311228,-0.00557481,-0.014690877,-0.0042191083,-0.0013207821,-0.038189705,0.03575766,-0.029529648,-0.03605345,-0.012998303,0.032569706,-0.016408099,0.008947631,0.021806257,0.007464576,0.006942836,0.059092164,0.0006788779,-0.009835,0.01368848,0.011297515,0.08663345,-0.027590584,0.02134614,-0.032783333,-0.024484795,-0.010927778,-0.006942836,-0.0054145907,0.027130468,0.04956117,0.021379005,-0.015627544,-0.006782617,0.024895614,0.041936375,0.051105846,0.0147319585,0.0243369,-0.0010260197,0.020557368,-0.023120876,0.003935643,-0.020557368,-0.035198946,0.027130468,-0.017352981,0.0012191045,0.0002607415,-0.0074317106,-0.020294445,-0.012299912,-0.067439996,0.0050160964,0.020047953,-0.035856258,-0.01960427,-0.017845964,-0.03503462,0.03146871,-0.015052398,-0.021247543,0.0063800146,-0.0037856945,0.026703216,-0.011338596,-0.004921608,-0.0011441301,-0.005776111,0.0038575877,0.006207471,-0.013376257,-0.013737777,-0.013096901,-0.015463216,-0.011741199,0.022233509,-0.032421812,-0.020343741,-0.016695673,-0.0009905866,-0.015734356,0.023465965,-0.012521754,-0.034903158,-0.013261228,-0.014000702,0.015693275,-0.025635088,0.055871345,-0.006482719,-0.010327982,-0.009005146,0.024287602,0.029759707,0.011749415,0.056298595,-0.03713801,-0.032076724,0.018355379,0.006872997,0.036086313,-0.020787427,0.0036460161,0.0005725786,-0.008553245,0.0028634064,0.033374913,0.045781635,0.012053421,-0.01787883,0.037828185,-0.004387544,0.03720374,-0.043678246,-0.021526901,0.011387895,-0.05751462,0.029168129,0.023646725,-0.021247543,0.03444304,-0.028609416,0.07368445,0.004387544,0.006219795,0.025257135,-0.017320117,0.018256783,0.014156813,-0.023367368,-0.051138714,0.02277579,-0.027754912,-0.017928129,-0.0073002484,0.0030256798,0.0019287938,0.014970234,0.000006029888,0.012743596,0.0071441373,0.036316372,-0.003052383,0.0032557382,0.015446783,-0.008265672,-0.009111959,-0.054326665,-0.006154064,0.040030174,0.0069962423,-0.016161608,-0.050875787,-0.022134911,0.017007895,-0.003604934,0.004671009,-0.0018168457,0.023285205,-0.03007193,0.0027771345,0.033144854,-0.018273216,0.011379678,0.010410146,-0.03634924,0.008783304,-0.009982894,0.0073290057,-0.07276421,-0.023367368,0.0047038742,0.0018312244,-0.023991812,-0.016909298,-0.02648959,-0.0004886175,0.019472806,0.026358128,0.021724094,-0.027163332,0.0077850143,-0.008019181,0.005340643,0.0029558407,-0.008635409,-0.004933933,-0.039471462,0.017024327,-0.014896287,-0.03894561,0.012981871,0.00042648116,-0.027886374,0.009900731,-0.021214677,-0.028067134,0.04380971,-0.036940817,-0.010615556,-0.00076566334,0.021756958,0.021839123,0.010467661,-0.017122924,0.032438245,-0.0663883,-0.014386871,-0.012554619,-0.023301637,-0.052650526,0.04538725,-0.012973655,0.033917192,0.047687836,-0.02003152,0.034311578,0.024369765,-0.032076724,0.007624795,-0.004178026,0.018700467,-0.03296409,0.005973304,-0.029809006,0.01728725,0.0074399267,-0.0013289985,0.02206918,-0.010130789,-0.011042807,0.008972281,0.00965424,-0.00040337263,0.015175643,0.013967836,0.0145840645,-0.010048626,-0.0063594733,-0.012423158,0.0050160964,-0.019242749,-0.0038596417,-0.024106842,0.010204737,-0.035133217,-0.0077603655,-0.02379462,0.031863097,-0.016859999,-0.015668625,-0.010040409,-0.010648421,-0.007164678,0.014756608,-0.034508772,-0.0017675475,0.0045888447,-0.03169877,-0.061031226,0.009802135,-0.009111959,0.0036973683,0.0071277046,0.02128041,0.029348888,0.0043177046,-0.06527088,-0.02780421,0.0051557748,0.03595485,-0.054983977,-0.007706959,0.043053802,0.020113684,-0.0019380372,-0.019275613,0.03319415,-0.02021228,-0.0044943565,0.010155438,0.004938041,-0.0051722075,0.017960994,-0.027426256,0.034114387,0.011346812,-0.0032228727,0.018306082,0.00078928546,0.007973991,-0.010837398,-0.029463917,-0.016424531,0.034640234,0.015898684,-0.03766386,0.025865145,0.014600497,-0.018881228,0.021001052,-0.012061637,0.0053776167,-0.012899707,-0.0026682676,0.0144279525,-0.0112810815,0.017730935,-0.00025393732,0.01658886,-0.029069532,0.015224941,-0.023334503,0.015989063,0.0058295173,-0.007711067,-0.0070167836,0.018043157,-0.01860187,-0.008261564,-0.022627894,-0.019275613,0.012669649,-0.038847018,-0.006988026,0.030219823,-0.0009140716,-0.02966111,-0.011067456,0.015331754,-0.04065462,-0.009580292,-0.0064950436,-0.012365643,0.019998655,-0.00044419774,0.011856228,0.012833976,0.034180116,0.023088012,-0.0154796485,-0.029989766,-0.026341695,0.021674795,-0.0027134574,0.039832983,-0.021970585,0.0030400583,0.014962018,0.002943516,-0.003666557,-0.016013714,0.005472105,-0.019571403,-0.005928114,0.0034159576,-0.0045395466,0.02374532,-0.009440614,-0.005139342,-0.028477952,-0.020902455,0.028970934,-0.004699766,-0.028658712,0.013269444,0.026933275,0.022414269,0.025618654,-0.039668653,-0.028412221,0.000117981996,0.027393391,0.003865804,-0.020475205,-0.0079123685,-0.0034364986,-0.025076374,-0.041837778,-0.0026867543,0.023646725,-0.018240351,0.0076535526,-0.011519357,-0.012160233,0.030088361,-0.015849385,0.024073977,0.001605274,-0.0159069,-0.025930876,-0.010566257,0.015438567,0.010484094,-0.046044562,0.04233076,-0.01339269,0.029217426,0.037630994,0.010681286,0.0051722075,0.0031550876,-0.024517661,-0.001339269,0.014534766,-0.036513567,0.021296842,0.009177689,0.011921959,-0.06592818,0.016268421,-0.018223917,-0.013852807,0.0030852484,0.010443011,-0.03260257,0.024517661,-0.030186959,0.03999731,-0.049824093,0.0139842685,0.009802135,0.042856608,-0.024024678,-0.035363276,0.0046258187,-0.01860187,0.0106073385,0.020820292,0.05311064,-0.004654576,0.012603918,-0.0123327775,-0.004280731,-0.04620889,0.005952763,-0.028362924,-0.039241403,0.0097117545,0.0018045212,-0.025865145,0.002964057,0.00028115406,0.0002593293,0.016112309,0.019144151,0.008204049,0.0007774744,0.030762104,-0.00407943,0.018076023,0.029726842,0.00066090457,0.013236579,0.00084680005,0.009900731,0.027179766,-0.0065073683,-0.009728187,-0.015586462,-0.027097601,0.02206918,-0.03138655,0.016909298,0.010738801,0.006207471,0.0037179093,-0.019785028,-0.031895965,0.024008244,-0.010525175,0.014271841,0.011921959,-0.03296409,-0.00022312591,-0.025043508,-0.017320117,0.04055602,0.0055460525,0.017139357,0.015874036,-0.0024649121,0.0060554678,0.010681286,-0.019341344,-0.021181813,-0.06323321,-0.0109852925,-0.027409824,-0.013630965,0.022085615,0.009374883,-0.015446783,-0.03713801,-0.019144151,-0.03756526,0.0059116813,-0.012891491,0.0019380372,0.009194123,-0.0149538005,0.005291345,-0.0030790863,-0.037269473,0.0010362902,0.010204737,0.00014866501,0.0028921636,0.039504327,0.015849385,-0.022907251,0.02098462,0.015060614,0.03020339,-0.014304708,-0.016942164,0.019292047,-0.017369416,0.0032598465,0.005299561,-0.0053324266,-0.004572412,0.0027360525,-0.000011209253,0.03385146,0.02499421,0.007554956,-0.04364538,0.011305731,0.011470058,-0.02415614,-0.0037939108,0.007571389,0.008019181,0.01575079,-0.028067134,-0.0069099707,-0.04072035,-0.020047953,0.021625496,0.003580285,-0.028067134,0.019226314,-0.030039065,-0.011387895,-0.007579605,-0.018273216,-0.024501227,-0.0037199634,-0.000084795545,0.02576655,0.02068883,0.008125994,-0.0069264034,-0.014855204,0.024895614,-0.0074481433,0.027459122,0.0074152774,-0.017320117,-0.025027076,-0.02685111,-0.008191725,-0.019407075,0.0129325725,0.04058889,0.016104093,0.011667252,0.0154796485,-0.0052790204,0.016991463,0.008783304,0.022200642,0.01114962,-0.00890655,0.020228714,0.008429999,-0.049626898,-0.0019606322,0.014008918,-0.016531345,-0.007961666,0.0050037717,-0.011856228,0.00505307,0.004038348,0.009728187,0.0044245175,0.027163332,-0.029611813,0.015594678,0.0016340314,0.018355379,-0.007181111,0.031649474,-0.00584595,0.014485467,0.02397538,-0.041772045,0.07158105,0.028264327,-0.02320304,0.017385848,-0.0033440643,0.009662456,0.009843216,-0.009793918,0.0032557382,0.0051311255,-0.010779883,0.02655532,-0.02086959,0.0030277339,0.01368848,-0.0013053764,-0.020245146,0.043053802,0.09669029,0.0048517687,0.029151695,-0.0089640645,0.04006304,0.003074978,-0.036316372,0.009621374,-0.011683684,-0.0064252047,-0.007731608,-0.011634386,0.029743275,-0.0033009283,0.011001725,0.010303333,-0.03260257,-0.022890817,0.021428304,0.0010306414,0.0013557017,0.027705614,0.0039376975,-0.018141754,-0.034475904,0.0027504312,0.0007045541,0.013893888,-0.00879152,0.020442339,0.008138319,-0.0077850143,0.009908947,0.0054433476,0.02397538,0.016703889,-0.034640234,0.005796652,0.0070866225,-0.010147222,-0.027590584,-0.03897848,0.010952427,-0.027820643,-0.009489913,0.009522778,-0.02277579,-0.01889766,-0.023482397,-0.035724796,-0.0055296198,-0.005887032,-0.004235541,0.011437193,0.017352981,0.012949006,0.004835336,0.03641497,-0.007879503,0.027360525,-0.06875462,0.011700117,-0.0102869,-0.0015713816,-0.04091754,0.019472806,0.015011315,-0.00090174703,-0.011256432,0.012833976,-0.011979474,0.027771344,0.018076023,0.036940817,0.012603918,-0.027869942,-0.0041122953,-0.00067476975,-0.025191404,-0.021411872,0.0005345778,0.006782617,0.017484443,-0.013474854,-0.014469035,0.018141754,-0.009046228,0.03595485,-0.02755772,0.0035104458,0.0026271855,0.0039890497,0.008245131,-0.021559766,-0.017533742,0.021609064,-0.02535573,-0.022348538,-0.007513874,-0.04341532,0.008536813,-0.004015753,-0.015882252,0.004126674,-0.02984187,-0.03766386,-0.028921638,-0.03582339,-0.024484795,0.032569706,-0.02344953,-0.010968859,0.005562485,-0.0010722368,0.012653216,-0.039307132,-0.014814123,-0.00041980535,-0.014970234,-0.04519006,0.021904854,-0.010393714,-0.0048435526,0.00005889471,0.030186959,-0.01339269,0.029316023,-0.0570545,0.02529,-0.007485117,-0.012973655,0.0001722871,0.025487192,-0.0036788816,0.0011194809,-0.0053899414,-0.03999731,-0.047786433,-0.0044039767,0.024419064,-0.018618304,0.004280731,0.009153041,0.02080386,-0.0027791886,0.010697719,0.014255409,0.020540936,-0.009851432,0.012850409,0.008684708,0.009843216,0.0127846785,-0.037532397,-0.03072924,0.018437544,0.010360848,0.0073659793,-0.015504298,-0.02116538,-0.009210556,-0.022052748,0.0066511547,-0.012973655,0.014008918,0.01751731,-0.022923684,-0.01133038,0.013474854,0.012875058,-0.0000690047,-0.015652193,-0.027491989,0.016054794,0.034114387,-0.02487918,0.0014676498,0.009941813,0.00062906614,-0.0034755263,-0.034508772,-0.026177367,-0.000395413,0.0018753874,0.010903128,0.032257486,0.017090058,-0.014855204,-0.008618976,-0.019177018,-0.0019349561,-0.00047809028,-0.03845263,0.0077603655,0.04670187,-0.038091112,-0.027541285,-0.0049955556,-0.06757146,0.0078055556,0.00007394737,-0.008849035,-0.00093461253,-0.005090044,-0.014879853,0.0027832966,-0.0055296198,0.012792895,0.04180491,0.010599122,-0.017599473,-0.004243757,-0.02798497,0.013902105,0.011995906,0.00496269,0.010163655,0.05150023,0.023876783,-0.03634924,0.0059404382,-0.022940116,-0.0071687866,-0.009851432,-0.013047602,0.01967,0.03772959,-0.016506696,-0.008980497,0.00096388336,0.0034118493,0.026867542,0.012768245,0.043513916,-0.03317772,-0.009111959,-0.008495731,-0.010541608,-0.011256432,-0.01198769,0.0062321196,0.005784327,0.004786038,-0.027212631,-0.015660409,0.014600497,-0.012357427,0.02105035,-0.0074399267,0.018881228,-0.034410175,0.008939415,-0.031287953,-0.031715203,-0.031879533,0.0023848026,0.010221169,-0.04203497,0.010221169,0.0057884357,-0.014674444,0.012431374,-0.005624108,-0.03756526,-0.020705262,0.004568304,0.019045556,0.005463889,-0.022151345,0.022710059,0.0061581726,-0.0135323685,0.0019893895,0.0042519737,-0.006310175,0.0116919,-0.0025162646,-0.0036932603,-0.024369765,-0.03618491,-0.05202608,-0.010147222,-0.035363276,-0.012842192,0.036480702,-0.001776791,-0.0064662863,0.04472994,-0.014485467,0.019916492,-0.017681638,0.0039911037,-0.0027463231,0.052584793,-0.00088223314,0.0044902484,-0.013943187,0.023022281,0.007098947,0.008109561,-0.020902455,0.0117329825,-0.023252338,-0.009867866,0.010081491,0.018437544,-0.0031427632,0.027902806,0.015570029,-0.021789825,0.023712456,-0.020130116,-0.014033567,0.023728888,-0.008380702,-0.0017274927,0.005159883,-0.013269444,-0.012513538,0.027935673,0.02045877,0.0038863448,0.032684736,0.0023745322,0.03917567,0.021641929,0.010171871,0.0058623827,0.051467367,-0.016975028,0.0040034284,0.007357763,0.04377684,-0.0031735746,0.026916841,-0.02188842,-0.020130116,0.023893217,0.016843567,0.00171106,0.01728725,-0.01602193,0.013515935,0.0034857967,-0.008216375,0.043185264,0.0042642984,0.013795292,0.00044753563,0.014542982,0.0098596485,0.042725146,0.0072386255,0.010336199,0.006145848,0.039274268,0.0121931,0.014690877,-0.01733655,-0.009810351,-0.018552573,-0.045650173,-0.01243959,-0.0024916155,-0.055937074,0.034180116,0.013951403,-0.010475877,0.040523157,-0.0012909977,0.028297191,0.013926754,0.045354385,-0.0061581726,0.0035967177,-0.062641636,0.0033666594,0.026341695,-0.012324561,-0.010040409,0.012801111,-0.0299569,0.008586111,0.03049918,0.024320466,0.00024674798,-0.015134561,-0.010023977,0.008651842],"social":"https://twitter.com/bonrad_"},{"title":"brainwashd","description":"analyze tweets and news for misinformation","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=vTcHRqlE4qw","youtube_transcript":"Hi. My name is Will. And for season three of my two weekends, I've been working on brainwashed, which lets you analyze content for misinformation. You can either analyze it by dropping the link in the web app or soon enough you're gonna be able to analyze tweets real time for misinformation using a Chrome extension. Alright. So quick demo. Here we go. So I got the shades on. We got a Zoom Zoom. Here's the landing page. Shows you the Chrome extension I've been working on because it's not out and ready yet. You can sign up here. Let's try out the app. You click here. You can either drop a news article or a tweet. We're gonna look at the Chrome extension, which lets you look at tweets real time. So we'll start with a news article. Click generate and magic. You have a report. Okay. Now let's look at the Chrome extension. You have this nifty little button down here. Click it, loads a little bit, and in real time, it gives you an analysis of the tweak. And it color coded, highlights it, and it gives you a definition of different things that it's looking for. If you do wanna learn more, you click here and it'll take you to the brainwash website and generate a report. In terms of progress, we've had almost six hundred almost six hundred people look at the website, use it, interact with it, and I've got to learn a lot. But I've been trying to reach out and talk to users to learn more about the information that they actually value. So that's what I'm currently focused on, and that's what I'm excited to work on next.","embedding":[-0.026050169,0.04731406,-0.0498139,-0.0052397577,-0.025470939,-0.042924095,-0.004298507,0.0061962516,-0.006078119,0.055087954,0.030866936,-0.012750712,-0.01518196,-0.005647506,0.028275637,0.018215302,-0.03292473,-0.041003484,-0.03475388,0.05423435,0.011729436,0.030516349,-0.004931088,0.032315016,0.027071446,-0.038930446,-0.006341059,0.047405515,-0.0321321,-0.003906001,0.007758652,-0.028839625,-0.011394091,-0.002932359,-0.00056541746,-0.02012067,-0.017788501,-0.01669101,0.025547152,0.0038678937,-0.0152353095,0.0041422667,-0.009603047,0.001479517,-0.039966967,-0.0097097475,-0.04389964,0.03173578,-0.0112111755,0.051490624,-0.08115336,0.016675767,-0.047710374,0.031888213,-0.04877738,0.030226734,-0.044234987,0.010700538,-0.058685284,-0.011264526,0.033625904,0.023489358,0.030257218,0.025669096,-0.04301555,-0.011500792,-0.009846933,0.004515718,0.010395679,-0.0072403923,0.089262605,-0.0024884085,0.004176563,-0.007655762,-0.028306123,0.0025570018,-0.0024541118,0.026873289,-0.008063511,0.0027589705,-0.011782786,-0.024876464,-0.008398855,-0.008048268,-0.016035564,-0.007629087,-0.016187994,-0.032193072,-0.0294341,-0.011660842,-0.028489038,0.047466487,0.0007435692,0.023275957,0.027056202,0.0041384557,-0.05274054,0.069019996,0.024464905,0.05828897,0.03786344,-0.01830676,0.011096854,-0.041521743,0.044722762,0.008497934,0.026598915,-0.012125752,0.005178786,-0.023596058,-0.09627435,-0.0013994917,-0.020425528,-0.008055889,0.022681482,-0.026141627,0.013947282,-0.038503643,0.026248328,-0.044448387,-0.05746585,0.031171795,0.029266428,0.0024369636,0.012804062,-0.026476972,-0.0052283253,0.0025265159,0.0052854866,-0.029083513,0.022376623,0.016889168,0.050728474,-0.031857725,-0.021766907,0.026644643,-0.0070689092,0.013047949,-0.053289287,-0.011660842,0.023824701,0.017300727,0.007560494,-0.031248009,-0.046826284,-0.052344225,-0.0034506186,0.03301619,-0.020867573,-0.0060362006,-0.011531278,-0.0015785961,-0.05612447,-0.028367095,0.008132104,0.012621147,-0.0060514435,0.049935844,-0.049844384,-0.011714193,-0.008597014,0.045698307,-0.017331213,-0.030074304,-0.029601773,0.05011876,0.037162267,-0.042680208,-0.06197776,-0.018642105,-0.027986022,-0.0043670996,0.0014623688,0.0015376307,0.027559219,0.014267384,0.03411368,-0.0325589,0.0036602088,-0.043716725,-0.02797078,0.014343598,-0.04774086,0.004931088,-0.059569374,-0.06463003,0.011134962,-0.0008521751,-0.020456014,-0.004248967,0.0070689092,0.062160674,0.057526823,-0.0076367087,-0.009374402,-0.024312476,0.085177496,-0.012240074,0.009092408,0.024967922,0.0019682434,0.055423297,0.030516349,-0.013512858,0.029937116,0.064203225,0.051460136,-0.028336609,-0.046216566,-0.006360113,0.08987232,-0.00002460602,0.03057732,0.021904092,-0.04091203,-0.021675449,-0.052344225,-0.011531278,-0.010479515,0.043655757,-0.0012251507,0.019404251,0.005106382,-0.021858362,0.00069402973,0.059142575,0.041399803,-0.02563861,0.049326126,-0.003578278,0.050880905,-0.023443628,-0.011310255,-0.03475388,0.02730009,-0.026034927,0.025699582,-0.025089866,0.023748487,-0.05216131,0.030699264,0.022635752,0.008147347,0.0082616685,0.025288023,-0.018550647,-0.044692274,-0.087128595,-0.00065449334,0.024830734,0.05932549,-0.0015023814,0.02121816,0.0072937426,0.0023093042,-0.02173642,0.007358525,0.06956874,-0.01481613,-0.02486122,-0.0077662733,0.0019739596,-0.060240064,-0.01830676,0.0044128285,0.010037471,0.010410922,0.034540482,-0.023321684,-0.030866936,0.008566528,0.013307079,0.031491894,0.026217842,-0.015524926,0.029556043,0.027056202,0.024403933,-0.016050806,-0.020821843,-0.0014947599,-0.026431242,0.027589705,-0.0009869798,-0.011241661,0.018017145,0.0033248644,0.00044728475,-0.042405836,0.04612511,0.037741497,-0.03301619,-0.008025403,0.023855187,0.015105745,0.016599553,0.028946327,0.004550015,-0.016553823,0.0012013335,-0.009420131,-0.0530454,-0.005121625,0.011317876,0.01602032,0.022437595,0.024510633,-0.013634802,-0.0025036514,-0.029373128,-0.038015872,0.055453785,0.0042603994,-0.046247054,-0.0047824695,-0.015944107,0.065971404,0.02947983,-0.005502698,-0.0014661795,-0.004530961,-0.03758907,0.011226418,-0.015006666,-0.01690441,-0.0057923137,0.026614157,0.005643695,0.048167665,-0.025425209,0.041735146,-0.0086351205,0.012857413,-0.030516349,0.0008040646,-0.047801834,-0.034875825,-0.019053664,0.009755476,0.014869479,-0.09249411,-0.041064456,-0.003900285,-0.026476972,-0.026294056,0.019221336,-0.00024555408,-0.062374074,0.016340422,0.02928167,-0.00042037145,-0.017605586,0.0007602412,-0.030181004,-0.010113684,0.020166399,-0.026827559,-0.03271133,0.038137812,-0.024785006,-0.01294887,0.034144167,0.04338138,0.055972043,0.0012670687,0.02214798,-0.066885985,0.013162271,0.03420514,-0.018687833,0.013855824,-0.049996816,0.061581444,-0.055026982,-0.013268972,0.019434737,0.036430605,0.025074622,-0.04545442,0.05408192,0.030699264,-0.012971735,-0.023428386,-0.045301992,0.013665288,0.015136231,-0.010616702,-0.0133909155,-0.055728156,0.017270241,0.030882178,-0.055789128,-0.0024731655,-0.028946327,0.01897745,0.03447951,0.016005078,0.038564615,0.016050806,-0.004691012,0.020273099,-0.01679771,-0.061581444,-0.023093041,-0.0031476654,0.01107399,0.018123845,0.009260081,0.04252778,-0.0015071448,0.01877929,-0.07316607,0.056276903,-0.03322959,-0.0024407743,0.015806919,0.029205456,0.008581771,0.05267957,0.042680208,0.013208,-0.055728156,0.025562396,0.023961889,0.027010474,0.011980944,0.031369954,-0.00061972043,0.038625587,-0.030165762,-0.0063143843,0.032589387,0.029510316,-0.00010824863,-0.035851374,-0.026507458,0.00036059058,0.061703384,0.04301555,0.012293424,-0.047344543,-0.0043556676,-0.048350576,0.017910445,0.00029056837,0.014732293,-0.036644008,-0.033503965,-0.026979988,-0.07066623,-0.044966646,-0.024495391,-0.014724672,0.028793897,-0.059721805,-0.051521108,0.023580814,-0.02132486,0.034449026,0.012499204,-0.014442678,0.033503965,-0.022955855,0.013962525,0.012781198,-0.00044156867,-0.011637978,0.012140995,0.035180684,0.009923148,0.038137812,0.017773258,-0.008650363,0.019023178,-0.035302628,-0.015082881,0.029617015,-0.023702757,0.03484534,-0.01960241,-0.044844702,0.018809777,0.013299458,0.06938583,0.022971097,0.017133055,-0.047923777,-0.012575419,-0.012400124,0.002953318,0.0046757692,0.041887574,0.0011594155,-0.018809777,0.025028894,-0.034692913,-0.035302628,-0.027696406,0.004915845,0.0033096215,0.016248964,0.014724672,0.0018624957,0.08700665,0.021202918,-0.03588186,-0.023077797,0.023778973,-0.008932358,0.078775465,-0.023062555,-0.023093041,0.0016719591,0.017072083,-0.019998726,0.0060971724,0.03655255,0.025775796,0.023047311,0.0015271512,-0.016294694,0.014206412,-0.048990782,0.0009341059,-0.015791677,-0.03417465,-0.047161628,-0.0016386152,-0.025516666,-0.030348675,-0.004409018,-0.014244519,0.020242613,-0.011302633,-0.0294341,-0.005056842,-0.012926006,-0.045210533,-0.0028428067,-0.0097173685,0.025973955,0.018093359,0.028717682,-0.022163222,-0.0059409323,0.008429341,0.004279453,-0.011653221,0.016050806,0.013863446,0.030592563,-0.046094622,0.058837716,-0.021385832,0.0068936157,0.0077853273,0.009115273,-0.04493616,0.015441089,-0.02319974,0.0144884065,-0.040332798,0.008520799,0.028610982,-0.02298634,0.0082388045,0.0029209268,-0.025470939,-0.028610982,0.03719275,0.023794215,-0.049966328,-0.012240074,-0.071946636,0.03853413,-0.016508095,-0.020303585,0.0048167664,-0.035119712,-0.001653858,-0.02028834,-0.023748487,-0.018337246,0.03542457,-0.0043023173,0.019328037,-0.004268021,-0.032162584,0.010250871,-0.0061505227,0.00085503317,-0.0060133366,-0.0036849787,0.020623686,-0.00676024,-0.0108301025,-0.0030752614,-0.033351533,-0.0021340104,0.035577003,-0.008825657,-0.022818668,-0.0021187675,-0.011622735,0.006443949,0.05444775,-0.013657667,-0.018504918,0.008307397,0.0016938708,-0.026187357,0.027162904,-0.009854555,0.007701491,-0.0133756725,0.016523337,-0.0062229265,0.006200062,0.013680531,0.02885487,0.0017424576,-0.03728421,0.021385832,0.015136231,0.04728357,0.00442045,0.009031436,-0.037924413,0.014709429,0.01518196,-0.017468398,0.0019530006,0.00686313,-0.0035897102,-0.020166399,0.015928863,0.010228007,0.03847316,0.0074156863,-0.010235628,-0.010212764,-0.027132418,-0.01720927,-0.0122781815,0.039905995,-0.007842489,0.010151792,0.006158144,0.0061505227,-0.026416,-0.013771988,-0.024525877,0.046856772,0.019297551,0.0019892026,0.006234359,-0.028336609,0.032375988,0.0013213716,-0.01794093,-0.04280215,0.02335217,-0.03057732,-0.034509998,-0.05142965,0.021340104,0.021187674,0.012468718,0.0022426161,0.03140044,-0.07298315,-0.0059142574,0.0042108595,-0.02553191,0.006927912,0.009199109,0.019831054,-0.05179548,-0.0044738003,0.02844331,0.030028574,-0.0015471575,0.010410922,-0.011249283,0.018489676,0.033564936,0.014297869,0.0018243883,0.006489678,-0.017758016,0.004096538,0.014023497,-0.010075578,-0.04426547,-0.0018863127,-0.019785324,-0.021904092,0.01534201,0.011295012,-0.06712987,0.014381706,0.0063334377,-0.04514956,-0.01352048,0.02611114,-0.03941822,0.011516035,0.029098757,0.03749761,0.015197203,-0.034814853,-0.022163222,-0.043655757,-0.00070689095,0.004218481,0.0013766272,0.0065963785,-0.014701807,0.020806601,-0.012560176,-0.025912983,-0.008711335,-0.018672591,-0.0293274,0.027406791,-0.018261032,-0.0076481407,0.02719339,-0.000769768,-0.0052168933,0.015555412,0.017986659,0.018687833,-0.028915841,-0.0012261033,0.017773258,-0.022330895,-0.015143852,-0.006402031,-0.04758843,0.014656078,0.01919085,0.0021854553,0.043137494,0.024099074,0.002090187,0.025516666,0.019587167,-0.038625587,-0.017620828,-0.0050415997,0.016355665,-0.043960612,0.040180366,0.017133055,-0.025135593,-0.012133373,-0.023794215,0.029495072,-0.0006435375,0.04862495,-0.008345505,0.016187994,0.026873289,0.004294696,0.009298188,-0.012102887,-0.0005587487,0.010060335,0.012537311,0.012034294,-0.025501424,0.019846296,-0.018215302,0.025821526,-0.013634802,-0.015883135,-0.004237535,0.012186724,-0.017742772,0.0057008564,0.008802793,-0.017163541,-0.023992375,-0.0037421396,-0.008901872,-0.009892662,0.013200378,-0.01787996,-0.018093359,-0.02594347,-0.006234359,0.006664972,-0.04091203,0.018962206,0.01653858,-0.003509685,-0.072556354,-0.044021584,0.011340741,0.015624004,-0.027162904,-0.024068588,0.0055751023,-0.0060362006,-0.0026294056,0.021309618,0.031796753,-0.042466808,-0.0175751,-0.008429341,0.0235046,-0.009557318,0.010532865,-0.013512858,0.003759288,0.018322004,-0.034723397,0.0011460779,-0.009648776,0.011218797,0.018139089,0.019373765,-0.009846933,0.047649402,0.003370593,-0.028946327,-0.0019425211,0.006718322,-0.014031118,0.012453475,-0.021538261,0.016843438,-0.02734582,0.002480787,0.022407109,-0.009694505,-0.005449348,-0.004344235,-0.010670052,-0.011317876,0.025730068,0.024358204,-0.007571926,-0.0017700854,0.010189899,0.0075376295,-0.02667513,0.02454112,0.0040127016,-0.004668148,-0.011820893,0.020684658,0.0032315014,0.0123010455,0.04426547,0.040485226,-0.019419495,0.024632577,0.00821594,-0.02063893,-0.012034294,0.026278814,-0.009069544,0.011066368,-0.031949185,0.01263639,-0.020257855,0.017163541,-0.0014004443,-0.0034830098,0.046948228,-0.04082057,0.013642424,0.016630039,0.0015290566,-0.031705298,0.05185645,-0.01367291,-0.0057580173,-0.015608761,-0.010791996,-0.0030428702,-0.0019625274,-0.024739277,0.04060717,-0.020715144,0.04935661,-0.015928863,0.030699264,-0.009702126,0.00072642096,-0.028473796,-0.0041994276,0.013246107,0.047771346,0.039082877,0.015448711,0.0034677668,-0.033839308,-0.036461093,-0.022803426,0.0008574149,0.0034296596,0.0027589705,-0.022163222,0.0044585573,0.012003808,-0.010936803,-0.006851698,0.0064096525,-0.009793583,0.0353636,0.001939663,0.01815433,0.0024522066,-0.0077662733,0.031552866,0.04539345,-0.018581133,-0.048350576,-0.012087644,-0.015334389,-0.0042603994,-0.038320728,-0.0026579862,-0.04825912,0.032193072,-0.0111654475,0.039021906,0.030714506,-0.0126592545,0.015372496,0.026233084,-0.007156556,-0.02111146,0.05408192,-0.013901553,0.022407109,0.006493489,0.010106063,-0.038564615,-0.04155223,-0.024998408,-0.0058685285,-0.0102966,0.023443628,-0.00037559535,-0.0049234666,-0.009450617,0.0031914888,0.023138769,0.01856589,-0.019998726,-0.024251504,-0.02714766,-0.00086408365,0.0029895199,-0.0017510317,0.027208632,0.000041501262,-0.0108148595,0.0013613843,-0.050728474,0.006649729,-0.03505874,0.016980626,-0.011241661,-0.01643188,0.04493616,-0.006634486,0.057740223,0.044417903,0.0016786278,0.03098888,-0.012415367,0.016508095,-0.008276911,0.0022426161,-0.019221336,0.009488725,0.044021584,-0.016553823,-0.0048167664,0.0020196885,0.003151476,-0.012964113,-0.025516666,0.0078805955,-0.01815433,0.023489358,-0.045301992,-0.017254999,-0.016767224,0.013337565,-0.03207113,-0.013909175,-0.041094944,-0.030882178,0.0017167351,-0.03386979,0.021340104,0.012476339,-0.018291518,0.023839945,-0.005262622,0.008955223,-0.026553186,0.02990663,-0.013840581,0.021904092,-0.015654491,0.024083832,0.014328355,0.009237217,-0.008360748,-0.030455377,-0.021401076,-0.029601773,-0.031065093,0.02766592,-0.014648457,-0.022269923,-0.031339467,-0.015082881,0.011500792,0.021919334,-0.0040431875,0.017788501,-0.018581133,-0.012461096,0.023123527,-0.020837087,0.00084503,-0.014015875,0.014168304,0.005548427,-0.020364556,0.028062236,-0.013581452,-0.01227056,-0.010936803,0.031171795,0.035607487,-0.025120351,-0.019145122,-0.011790407,-0.023336928,0.010037471,0.0126592545,0.025150837,-0.004892981,0.004851063,0.0038488402,0.013276593,-0.0028104153,-0.02132486,-0.0057846922,-0.012072401,-0.019922512,-0.032223556,-0.01243061,0.0043709106,-0.0053388365,-0.015471575,0.0029990468,0.019907268,-0.012003808,0.0063372487,0.0046757692,0.019099392,-0.011881865,0.0076824375,-0.022910126,-0.03167481,0.012758333,0.0074347397,-0.019937754,-0.00089028245,0.0067792935,-0.0047443626,-0.0049272776,0.010433787,-0.009313431,0.0108301025,0.0019253728,0.009877419,-0.026385514,0.011935215,-0.011462685,0.004995871,-0.019724352,0.010616702,0.019922512,0.0022311842,0.018123845,0.0236113,0.01591362,0.03640012,0.016370907,-0.0043251817,-0.0028180368,-0.0010650998,0.021233404,-0.017864715,-0.024312476,0.02766592,-0.021812635,0.023184499,0.01518196,0.011424577,0.0047824695,-0.0062877093,0.030501105,-0.028839625,0.0100984415,-0.004534772,-0.005247379,-0.00033010473,0.0097097475,0.05060653,0.010997775,-0.010159413,-0.017956173,0.008093997,-0.016995868,-0.015555412,-0.010418544,0.0076976805,0.012933627,-0.008078754,-0.032528415,-0.01263639,-0.01367291,-0.00053112087,-0.009808826,0.030973636,0.008894251,0.025120351,-0.006741186,0.002246427,0.00208066,-0.009008572,0.011325498,0.012293424,0.0011051125,-0.01643188,0.10316416,-0.015425846,0.03789393,-0.005178786,0.029312156,0.013169892,-0.030851692,0.0233979,-0.014343598,-0.017346457,-0.041674174,-0.005087328,0.0130403275,0.0082616685,0.010723402,0.013047949,-0.014023497,-0.027543977,-0.00014504601,-0.016462365,-0.0031705296,0.04819815,0.0071527455,-0.01497618,-0.017224513,-0.013680531,0.029769445,0.016889168,-0.012590662,0.00091886293,-0.010311843,-0.013101299,-0.0013947282,0.030043818,-0.01606605,0.019678624,-0.024190532,0.01783423,0.0041422667,-0.036522064,0.021965064,0.0030333432,0.010883453,-0.0060552545,-0.0008540805,0.00972499,-0.008802793,0.003442997,-0.063776426,-0.025989197,-0.04301555,0.034449026,0.016416637,0.014633214,0.025867254,-0.014168304,-0.005502698,0.024571605,0.0100908205,0.013589073,-0.029876145,0.044539846,-0.029677987,0.00074023486,0.0004739599,-0.016553823,0.022437595,-0.0037192751,0.011516035,-0.0017977132,-0.011889487,0.006371545,0.013878689,0.0030543024,0.030775478,-0.0033343912,0.047923777,0.0036583035,0.04051571,-0.00074118754,-0.025455695,0.021431562,-0.008337883,-0.029784687,-0.024114316,-0.0039974586,0.01243061,0.012544933,-0.00085455686,0.012872656,-0.033046674,0.016492851,0.024998408,0.06389837,0.0061810086,-0.01986154,-0.043777697,-0.016187994,-0.0069545875,-0.034449026,0.030440133,-0.01695014,-0.023154013,-0.003900285,-0.032589387,-0.009572561,-0.0383817,0.01211813,-0.0054379157,-0.01060908,-0.020456014,-0.008711335,0.011828515,-0.008566528,0.024312476,-0.021629719,-0.031187037,-0.01787996,0.0057846922,-0.044997133,0.0058990144,0.0069202906,-0.035851374,-0.017636072,-0.024967922,0.0017224512,-0.0030295325,-0.026355028,0.01897745,-0.031126065,-0.021812635,0.016553823,0.013878689,-0.00012361065,-0.0088409,0.0050187353,-0.027178146,-0.025958711,-0.021279132,0.018078117,-0.013680531,0.00096221006,0.020212127,-0.028367095,-0.015143852,0.0031228955,0.011310255,0.0046414724,-0.010517622,0.026416,-0.00057208625,-0.0045004752,-0.012057158,0.001368053,-0.014785644,-0.032254044,0.035912346,-0.010883453,-0.025181323,0.0043861535,0.00005957247,-0.035912346,-0.015563033,-0.02152302,0.04847252,-0.0007650046,-0.005274054,0.028793897,0.030074304,0.015639247,0.010288979,0.0033820253,-0.015624004,-0.011584627,0.021233404,-0.008627499,0.006017147,0.022224193,0.006504921,0.036826923,0.0104718935,-0.029708473,-0.012354395,-0.01336043,0.0015805014,0.054478236,-0.022269923,0.007686248,-0.015136231,0.005308351,-0.015898377,-0.023687515,-0.019145122,0.027483005,0.030912664,0.006184819,-0.0042756423,0.0133985365,-0.024221018,0.03265036,0.018489676,-0.0055712913,-0.018550647,0.002959034,-0.0035192117,0.031552866,0.012872656,0.01996824,0.0047557945,-0.002132105,-0.02210225,0.006676404,-0.0004329945,0.010045092,0.046155594,0.018809777,-0.02818418,0.014762779,0.023016825,-0.027787864,0.034906313,-0.028489038,0.02365703,-0.0035744673,-0.0072784997,0.030744992,0.0015652585,-0.030958394,-0.019023178,0.013421401,0.0021301997,-0.021599233,-0.021248646,0.023900917,-0.015806919,0.010548108,-0.013543344,-0.027178146,-0.030196248,-0.014206412,-0.024480147,0.026126385,-0.008421719,0.011759922,-0.028763412,0.014724672,0.01996824,-0.006543028,0.0007721497,0.008421719,0.0043251817,0.008086375,-0.015273417,0.015730705,-0.023123527,0.027848836,0.021599233,-0.025547152,-0.0004365671,-0.00023376464,-0.034235623,-0.010883453,0.006158144,-0.004534772,0.0023683705,0.0100984415,0.0323455,-0.013604316,-0.031308983,0.018718319,0.007087963,-0.015326767,-0.021919334,-0.003993648,-0.0112111755,0.023382656,-0.0031343277,0.017514128,-0.012804062,0.0100831995,-0.03874753,-0.0035382654,-0.0038145436,-0.016980626,-0.0036487766,0.010639566,0.0035611298,-0.009481103,-0.004892981,0.018581133,0.013794852,0.031217523,-0.014922829,-0.0004820577,0.022422351,-0.0046605263,0.005319783,0.016081292,-0.023672272,0.010685295,-0.009892662,-0.005567481,0.0033820253,0.0063105733,0.007949188,0.021050489,0.024724035,-0.010479515,0.0008593202,0.0020501742,-0.011295012,-0.008696092,0.0036449658,-0.021126702,0.0025265159,-0.026598915,-0.0033191482,0.016050806,-0.0045119077,-0.006089551,0.0011813272,0.021721177,0.026202599,0.025806282,0.052923456,-0.028793897,0.0039441083,0.0060400115,0.057648767,-0.00037130827,0.006786915,-0.017346457,0.039448705,-0.01731597,0.047436003,0.018626861,0.0048586843,-0.0054417267,-0.027223876,-0.032528415,-0.020273099,-0.008467448,0.024815492,-0.017148297,0.0028713872,0.030089546,-0.0070079374,0.0012003809,0.015410603,-0.023184499,0.021020003,0.034144167,0.03390028,0.011477928,-0.022711968,0.039845023,0.021568747,0.037314694,-0.0068288334,0.024876464,-0.012034294,-0.012438232,-0.03271133,0.030150518,-0.021766907,0.01820006,0.002095903,-0.0022483324,0.017697044,-0.004165131,0.041216888,-0.015204824,0.0005687519,-0.008330262,-0.007686248,-0.047801834,-0.0029247375,0.011447442,-0.026233084,-0.0321321,0.03286376,-0.027406791,0.03624769,0.040180366,0.0035458868,0.017636072,0.006203873,-0.01606605,-0.021965064],"social":"https://twitter.com/web3wil"},{"title":"claros","description":"an ai expert that helps you decide what to buy","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=HWW8fkfSvhQ","youtube_transcript":"Hi. I'm Anish, and I'm working on Claris. It's an AI product assistant that'll help people figure out what they want to buy faster and better. So here we are on the main site, get product that help, and let's try to find a laptop to help us play our favorite game in the world for night. So the bot's gonna keep on asking us questions, and this is so that I can get more context to help make better recommendations. Now, right now, the recommendations pretty trash because they don't have any context on us whatsoever. But what if we just tell it straight up that we wanna play Fortnite? Now instead, it's gonna ask us some more questions like, you know, higher or lower settings. But more importantly, it's gonna be giving us some gaining laptop recommendations. So you can click here, see how we can see the machines straight up on Amazon and continue a conversation if we wanna refine it further. Now originally, we were gonna use this as a b to c site but a lot of businesses kept on coming to us and wanted to index this on their own site so that their own customers could use it. So now we've pivoted to being a b to b site where we can quickly index other people's products and add our widget to their site to use it. So a couple of quick words on our progress. We didn't really try growing the b to c site itself, so our daily active users was roughly around the same throughout the entire six weeks. However, we did do two different product launches, one of which got in the top ten. And we end up getting going from zero to three committed businesses, and we'll be rolling out their implementations in the next week.","embedding":[-0.009518101,0.011810418,0.0016984744,-0.007163492,0.038471065,-0.03674352,-0.024816828,0.042258374,-0.016129278,0.05431796,-0.011652614,-0.04521513,-0.051460866,-0.061460685,0.03169378,0.0013050013,-0.017125936,-0.021743793,-0.0927558,-0.0055646836,0.0767428,-0.0068727997,0.0074500316,0.015456532,-0.004709217,-0.037108965,-0.0037603143,0.0067025367,-0.0076991967,-0.037939515,0.014775481,-0.02199296,-0.018288707,0.02717559,-0.02368728,-0.033886433,0.032823328,-0.0047258283,0.05152731,0.027756974,-0.04189293,0.025232103,0.033720322,-0.046311457,-0.049135327,-0.0055023925,-0.026693871,0.036112305,0.0032702899,0.04750745,-0.074151486,-0.003326352,-0.045281574,0.042457707,-0.01850465,-0.020946465,0.013812043,0.012258915,-0.02167735,0.022258734,0.01719238,-0.016901689,0.05418507,-0.001990205,-0.022557732,0.0021822697,-0.027790196,0.049135327,-0.028271915,0.019385032,0.02685998,-0.007441726,-0.0139781535,-0.017308658,0.0045223436,0.006748217,-0.009891848,0.02999946,0.011901779,-0.019883363,-0.021943126,0.017076103,-0.012790467,-0.00821829,-0.013778822,-0.04853733,-0.03538142,0.017806988,-0.06222479,-0.003342963,-0.0012354428,0.0032536788,-0.003531913,0.022375012,0.03498276,0.023903223,-0.0353482,0.028653968,0.032823328,0.045248352,0.038471065,-0.010946646,0.0043894555,-0.025979597,0.023056062,-0.047308117,0.019135868,0.0090945205,0.009459962,-0.0356472,-0.09747332,0.046311457,0.015057868,0.010689176,-0.032075834,0.033421323,0.000099146884,0.0072506997,-0.013438296,-0.026710482,-0.033919655,0.05202564,0.023072673,-0.008272276,0.024052722,-0.015805364,-0.02284012,-0.013704072,-0.021378351,-0.07886901,-0.00027460052,-0.012150943,0.039268393,-0.032125667,-0.033338267,0.0074874065,-0.010631038,-0.014675815,-0.032756884,-0.023006229,-0.009900154,-0.009069604,-0.01802293,-0.0050331317,-0.07149373,-0.037374742,0.008629412,-0.02066408,-0.062490568,0.020215582,0.007857001,-0.023288617,-0.046610456,-0.053387742,-0.00029588336,-0.009567934,0.033105716,0.04082983,-0.033055883,-0.019119257,0.002012007,0.012807078,-0.014717342,-0.044484247,-0.05152731,0.04687623,-0.025597544,-0.022275345,-0.067938976,-0.010456622,-0.035115644,-0.003781078,-0.01051476,0.025580933,0.011204117,-0.02485005,0.031926334,-0.06468322,-0.016428275,-0.0050331317,-0.04372014,-0.026095875,-0.018903313,-0.04847089,-0.037374742,0.00821829,-0.039434504,-0.025364991,-0.025879933,-0.028886521,0.0050580483,0.05870326,0.049334656,0.037906293,0.01867076,-0.049234994,0.06800542,-0.025580933,0.010323734,0.018421594,0.046577234,0.029052632,0.02199296,0.060364358,0.005626975,-0.0193352,-0.016428275,0.020713912,-0.06318823,0.0056643495,0.06122813,-0.0060920827,0.0031581656,0.03886973,-0.048803106,-0.027640697,-0.06664331,0.038138848,-0.030946286,0.025730433,-0.0074292677,0.040165387,0.007400199,-0.028255304,-0.021112576,0.069301076,0.015473143,-0.043288257,0.05524817,-0.02468394,0.05265686,0.026212152,-0.0049749934,-0.028471246,0.025547711,0.008720773,0.013836959,-0.03455087,0.0022424844,-0.035912972,-0.0048753275,0.0054691704,0.026162319,0.0067399116,0.04219193,-0.008230749,-0.037308298,-0.06086269,0.0027532727,0.061095245,0.046278235,0.021777015,0.005793085,-0.026046041,-0.020165749,-0.06504866,-0.022225512,0.033653878,0.014310373,-0.024883272,-0.021594295,0.02803936,-0.03717541,-0.029285187,-0.02102952,-0.034152206,-0.011935,-0.00779471,-0.013396768,-0.03900262,-0.0005990341,0.00043837455,-0.0048379526,-0.0011773043,0.02066408,-0.0038018418,-0.042092264,0.0036461137,-0.00262869,-0.023571003,-0.032075834,-0.019750474,0.010963257,0.0008144579,-0.01999964,0.011079534,0.021461407,-0.045480907,-0.028055971,0.006930938,-0.0068727997,0.0014202402,0.0032910537,0.030996118,0.0008715582,0.017973097,0.006083777,0.007458337,-0.013645933,0.030115737,0.02966724,-0.044583913,-0.007030604,0.03621197,0.027242033,0.020863412,-0.025863321,0.00713027,0.021743793,-0.018903313,0.01951792,0.060331136,0.0074292677,-0.008870272,-0.029268576,-0.034716982,0.08876916,-0.04903566,0.005610364,0.011187506,0.003747856,-0.028952966,-0.018687371,0.034118988,-0.0010153471,0.010033041,0.029301796,0.007574614,-0.018338539,-0.02436833,0.024833439,0.0024958022,0.0037353977,-0.013122687,-0.038205292,-0.0038682858,0.031428006,-0.0019486775,0.008778911,-0.019285366,-0.028653968,-0.03734152,-0.03754085,0.016536247,0.052690078,0.043122146,0.014559538,-0.0021448948,0.0016403359,0.012059583,-0.002556017,-0.015456532,0.013654239,-0.023554392,-0.019102646,0.020265415,-0.019052813,-0.012516386,-0.012699107,0.013388462,-0.051427644,0.0029795973,0.023355061,-0.019036202,-0.0039907917,0.0012780085,-0.04219193,0.013911709,0.021062743,0.03318877,0.02784003,-0.011636003,0.010838675,-0.06418489,-0.05019843,-0.007383588,0.025414824,0.008513136,-0.024102556,0.027607476,0.05886937,0.008043875,-0.016527941,-0.035115644,0.016212333,0.0024916495,0.01950131,-0.0015728537,-0.07926767,0.020979688,0.028321749,-0.07494882,0.016262164,-0.0064782887,-0.010141013,0.013106076,0.063055344,-0.017225603,0.034085765,0.018654149,0.015564503,-0.0061128465,-0.018238874,-0.026278596,-0.005340435,-0.008994854,-0.019800307,-0.023487948,-0.009825404,-0.01092173,0.047009118,-0.047274895,0.058238152,-0.00829304,-0.018870091,0.0031021035,0.02117902,0.025547711,0.06574632,0.07189239,0.0042897896,-0.057241492,0.033122327,0.0035526769,-0.00608793,0.0336871,0.03604586,-0.0068437303,-0.028952966,-0.025281936,-0.006270651,0.040597275,0.0225079,-0.00416936,-0.006914327,0.022723842,-0.018803647,0.08677585,0.048836328,-0.04285637,0.011137673,0.006038097,-0.034750205,-0.020165749,-0.04604568,-0.012167554,0.0028176403,-0.008118624,-0.028072583,-0.035015978,-0.05637772,-0.031145617,-0.013604405,0.022458067,-0.06923463,-0.0037104813,0.02317234,-0.045447685,0.015830278,0.02750781,0.015647558,0.046809785,-0.00030133384,-0.010057958,0.005178478,0.017391713,-0.0004495351,0.01935181,0.008259818,-0.026477927,0.015116006,-0.013944931,-0.014866841,-0.025913155,-0.059135146,0.022059403,0.015714003,0.02003286,-0.0025456352,-0.021478018,-0.012499775,-0.003021125,-0.011361921,0.058802925,0.013787127,0.041826487,-0.03970028,0.03298944,-0.03418543,0.028305138,0.019268755,0.031228673,0.055779725,-0.02186007,0.030630676,-0.019301977,-0.0016984744,-0.07195883,-0.02367067,-0.011935,0.009684211,0.0017233909,-0.003226686,0.05431796,0.00229647,0.0029359935,0.01350474,-0.007695044,-0.011885168,0.012998104,-0.025564322,0.0004915817,-0.010772231,0.017275436,-0.037075743,0.004671843,0.0047050645,0.04189293,-0.015498059,-0.015614336,-0.023654059,0.0048005776,-0.013446601,-0.0007500903,0.020813579,0.011710752,-0.04936788,-0.00069298997,-0.065945655,-0.006930938,-0.008014806,-0.019135868,-0.0010397446,0.03267383,-0.03518209,0.0004041144,-0.00038620565,0.0029359935,-0.010606121,0.0074251154,-0.0089865485,0.0092024915,0.008039722,0.025813488,-0.016403358,0.0151990615,0.009169269,-0.01651133,-0.01551467,0.026411483,0.056643497,0.011702446,0.019401643,-0.027491199,0.03651097,-0.036245193,0.01983353,-0.03568042,-0.008546357,0.0037353977,-0.0051037287,-0.030165568,-0.02651115,0.016129278,0.011760585,0.024102556,0.011727363,0.02186007,-0.035015978,-0.022225512,-0.023986278,-0.030780176,0.0037270922,0.0027470435,0.04770678,0.0005388192,0.0017358491,-0.0256806,-0.03468376,0.015871806,-0.035846528,-0.042557374,-0.02534838,0.019883363,-0.007562156,-0.009468268,0.0074666427,0.003764467,0.030032681,-0.020996299,-0.012350275,-0.02685998,-0.00051260495,0.018288707,-0.00048327618,0.018255485,0.003392796,0.021228854,-0.014410039,0.022707231,0.022042792,-0.004401914,-0.016469803,-0.0012852758,-0.05484951,0.0031311729,0.0017181999,0.012101111,0.045879573,-0.004634468,0.013247269,-0.0077365716,-0.012790467,0.0040530832,-0.039799947,-0.013023021,-0.025165658,-0.024285275,0.012483164,-0.009011465,-0.016311998,-0.050929315,0.005626975,0.016660828,0.013471518,0.008820439,0.020763746,-0.033089105,-0.019385032,0.0012821612,0.022590954,0.04355403,0.0020742982,-0.00025526428,-0.028222082,-0.027624086,-0.0040489305,0.019916585,0.00023969148,-0.015066174,-0.008629412,0.006353706,0.02367067,-0.05737438,0.0069350908,-0.0011347387,-0.018604316,0.03920195,-0.010780537,-0.04368692,-0.0175246,-0.034318317,0.050763205,0.0113203935,0.023471337,-0.0040842285,-0.044783246,-0.019567754,0.013704072,-0.00013976597,-0.023421504,0.01950131,-0.0137622105,-0.031727,-0.036610637,0.024252053,-0.0012489393,0.056776386,0.029268576,0.04069694,-0.03916873,-0.010697481,0.012067889,-0.0034800037,-0.0004357791,0.020581024,-0.008089555,-0.043786585,0.006814661,0.0049043964,0.012101111,0.033421323,-0.024551053,0.0075704614,-0.0036191207,0.01357949,0.011959917,0.0060505555,-0.0079275975,0.0116609195,0.007246547,0.017973097,0.021262076,-0.009825404,-0.028737023,-0.023056062,-0.024318498,0.04066372,-0.024916494,-0.065480545,-0.03189311,-0.007329602,-0.039899614,-0.0017223527,-0.021112576,-0.0178236,-0.0013724836,0.008126929,0.026278596,0.020763746,-0.031926334,-0.01983353,-0.00019582808,0.00933538,0.002622461,0.0053196717,-0.010506455,-0.028936354,0.005705877,-0.027042702,-0.0115363365,0.027042702,-0.022757065,-0.0021106347,0.013380158,-0.024650719,-0.021461407,0.03903584,-0.012109417,0.023504559,0.0078030154,0.017258825,-0.014410039,0.0020099306,-0.0030190486,-0.005028979,-0.056410942,0.009136048,-0.056643497,-0.026461316,-0.017557822,0.011079534,-0.02387,0.041627157,-0.009194186,-0.037939515,0.001691207,0.018803647,0.027756974,0.006901869,0.0098669315,0.019600974,-0.037773404,0.020448135,0.033288438,-0.0046012457,0.03252433,-0.005639433,-0.0041776653,0.02400289,0.038504288,0.025913155,0.0054525593,0.050929315,0.018770425,0.021544462,0.0021718878,-0.0015334026,0.0004983299,0.010581205,0.043088924,-0.0070181456,0.006569649,-0.0386704,0.017026272,-0.05584617,-0.0078196265,-0.015498059,0.03983317,-0.0068063554,-0.04847089,0.008305498,0.006594565,-0.019966418,0.013322019,0.00926063,0.033504378,-0.01274894,-0.018305318,-0.014044597,-0.005128645,-0.026411483,-0.005514851,-0.015390088,-0.005610364,0.023454726,0.018554483,-0.08710806,-0.011071228,0.011544642,0.008546357,-0.02051458,-0.011303782,0.022225512,0.012109417,0.010655954,-0.0068769525,0.02702609,-0.007080437,-0.013180825,0.0029318407,0.0117522795,-0.013737294,-0.004208811,0.015140923,0.028438026,0.003309741,-0.018388372,0.03757407,-0.02333845,0.025796877,0.02368728,0.00082691613,-0.012300443,0.042225152,0.040464386,-0.012923355,0.02034847,-0.014102736,-0.033620656,-0.00085079443,0.0010298818,0.021727182,-0.0132057415,0.01734188,0.022076014,-0.010846981,-0.039500948,-0.019434866,-0.004808883,-0.02167735,0.031261895,-0.017890044,0.0068022027,0.013255575,-0.0021251694,-0.014459872,0.017358491,-0.0069766184,-0.048969217,-0.028504469,-0.0043105534,0.035481088,-0.037673738,-0.0031021035,0.012624357,0.029833348,-0.015323644,0.0055190036,0.026776925,-0.04149427,0.0089865485,-0.005145256,-0.014659204,0.029883182,-0.029634017,0.041261714,0.016536247,0.0335376,0.03853751,0.007180103,0.022989618,-0.013155909,0.0303649,0.015647558,0.035979416,-0.014509705,0.06983263,0.009227408,-0.0072091725,0.019933196,-0.021062743,-0.016071139,-0.013911709,-0.014277151,0.020597635,-0.018903313,0.028587524,-0.01573892,-0.015331949,-0.0067274533,-0.0112124225,0.018454816,-0.01885348,0.031278506,0.03355421,0.0074915593,0.022873342,-0.0025207186,0.003054347,0.0045804824,0.012034667,0.0033844905,0.0072673107,-0.0450158,0.04019861,0.034584094,-0.0047548977,0.011112756,0.006569649,0.0142107075,0.00046406972,0.04332148,0.007242394,-0.005228311,-0.0024376637,-0.015390088,0.042823147,-0.034417983,-0.015116006,-0.012532997,-0.029750293,0.0059176674,0.00045784056,-0.022125848,0.045314796,-0.0144266505,-0.018222263,0.055580392,-0.0015572809,0.014725648,0.0024189763,0.022823509,0.03019879,-0.03936806,-0.04538124,0.029650629,0.0049957572,0.016594386,-0.012516386,-0.0111792,-0.008812133,0.0029152299,-0.020198971,0.027308477,-0.04720845,0.045713462,-0.0011856098,-0.0007002573,0.0033055882,0.042989258,-0.02053119,0.040929493,-0.012267221,-0.02798953,0.010373567,0.018404983,0.0048047304,0.020913243,0.035015978,-0.00046406972,0.009983209,-0.003100027,-0.010506455,0.0001058951,-0.018222263,-0.005494087,-0.013039632,0.016893383,0.044816468,0.00933538,0.04166038,-0.010747314,0.050165206,0.013130993,0.0056809606,0.048969217,-0.0034384762,0.017923264,-0.048603773,0.029401463,0.023770336,0.0075247814,-0.03581331,0.033321656,0.0041216034,-0.022939786,0.013488129,0.004630315,0.013529656,-0.0002581193,-0.024102556,-0.006370317,0.008234901,-0.025514489,-0.027889863,0.0012115645,-0.038637176,-0.038138848,0.03664386,0.000029766776,-0.002012007,-0.017923264,-0.019567754,-0.006474136,-0.0038745147,0.0043936083,-0.011935,-0.027640697,-0.0082681235,-0.03285655,-0.0033907196,0.0012925431,-0.0050497428,0.0321755,-0.010506455,-0.04352081,-0.028653968,-0.020963077,-0.03421865,0.016951522,-0.018421594,0.00416936,0.0018199423,0.0074541843,-0.015498059,0.01016593,-0.013612711,0.018737204,0.014916674,0.009974903,0.018919924,0.015539587,0.015647558,0.0022445607,0.012018056,-0.0104234,-0.003531913,0.0033886433,-0.019899974,-0.041760042,-0.027939696,0.009617766,0.008102014,0.016793717,0.0085006775,-0.01584689,-0.023919834,-0.00016468245,0.02171057,0.022790287,0.005656044,-0.0015147153,0.018039541,-0.0041382145,0.010672565,-0.014675815,-0.0028010292,0.0024272818,-0.0023795252,-0.031760223,-0.0178236,-0.003918119,0.023786947,-0.0032163041,-0.015498059,0.030996118,-0.019949807,0.02199296,0.014077819,0.017325269,-0.0006857227,-0.029484518,-0.030929675,-0.020099305,-0.04651079,-0.029617406,-0.025564322,0.017923264,0.0012260991,0.014061208,0.010697481,-0.012142638,0.0027470435,-0.017242214,0.0029422226,-0.007541392,0.017042883,0.051793087,0.0024189763,0.030979509,0.015016341,0.009518101,0.02184346,0.014974813,0.004568024,0.02617893,0.0013631398,0.0029380699,-0.006714995,0.014642593,0.013363547,-0.008160152,0.009551323,-0.019816918,0.0019009209,0.00918588,-0.0045472602,0.013230658,0.005556378,-0.01092173,0.0305144,0.0003405254,0.018454816,0.041162048,-0.013537962,-0.0073379073,0.031079173,0.007400199,0.0149831185,0.0370093,0.0054193377,-0.0055979057,-0.042590592,0.016503025,-0.005631128,-0.01234197,0.04106238,0.006154374,0.008147693,0.013172519,-0.047640335,-0.0019839758,-0.0064907465,0.010539677,-0.016785411,-0.003951341,-0.008770606,0.0021147875,0.026095875,0.0018220186,0.010739009,-0.02717559,-0.017375102,0.0059633474,0.021909904,-0.00036673964,0.09959953,-0.020149138,0.021046132,-0.023122506,0.022790287,0.002805182,0.008778911,-0.018305318,-0.010938341,0.0022051097,-0.016635913,0.006038097,0.022424845,-0.010481538,-0.0047382866,-0.022258734,0.01950131,0.0002200957,-0.0060339444,-0.014451566,-0.0092024915,0.00950149,-0.017989708,-0.033587433,-0.0053196717,-0.013645933,0.04023183,-0.010024736,-0.0025290241,0.032922994,0.017026272,-0.03604586,0.0009686287,0.017624266,0.0023816016,0.009410129,-0.008205832,-0.0036606484,0.012134332,-0.00088972645,0.015747225,0.027225422,0.015498059,0.0055231564,0.004198429,0.03438476,-0.008135235,0.0255311,-0.03538142,-0.044284914,-0.020581024,0.021394962,0.014601066,0.008994854,0.0120928055,-0.0011461587,0.013621016,0.04521513,0.023571003,0.027275255,-0.04019861,0.0240195,-0.02883669,0.0056809606,-0.041726824,-0.01468412,-0.01951792,0.025879933,0.00022100411,-0.031212062,-0.03084662,-0.0010272863,0.013272186,-0.028969577,0.0075995307,0.026195541,0.016237248,-0.0031228673,0.017624266,0.016752189,-0.02636165,0.027889863,-0.029467907,-0.007919292,0.001186648,-0.0067772865,0.02666065,0.037972737,-0.045779906,0.043255035,-0.020082694,0.011386838,0.040265054,0.011827029,0.0014410039,0.01542331,-0.04053083,-0.0036253498,-0.017308658,-0.031942945,0.0077864043,-0.01459276,-0.021627517,-0.014783787,-0.0433547,0.000025662692,-0.025049383,0.022308568,0.025232103,0.01075562,0.013230658,0.011685836,0.008255665,0.0041901236,0.013305408,0.010788842,-0.020763746,0.016220639,-0.023388283,-0.03102934,0.025414824,-0.02200957,0.0015697391,-0.0013704072,0.00079628965,0.0024127471,0.0023006229,-0.03920195,0.032026,0.008280582,-0.040630497,0.01641997,0.017707322,0.012640968,0.017042883,0.026710482,-0.0096509885,-0.045779906,0.0013351088,-0.014841925,-0.027242033,-0.0043645394,0.0052200053,-0.026112486,0.024318498,-0.018155819,0.028371582,0.029949626,-0.02117902,0.009808793,0.014285456,-0.033305045,0.04900244,-0.019069424,0.008621107,-0.0092024915,0.035481088,-0.005639433,-0.0021801933,0.0051327976,-0.014775481,-0.011685836,-0.0016320304,-0.050065544,0.01784021,-0.0064865937,0.010074569,0.00103092,-0.0060796244,0.0047216755,-0.016868467,0.009401823,-0.033570822,-0.009659294,0.028139027,-0.019866752,-0.01951792,0.03840462,-0.038570732,-0.0034073305,-0.011062924,-0.026959646,-0.011918389,0.009684211,-0.029484518,0.023238784,0.017923264,-0.00080251874,0.008347025,0.0066028708,0.003199693,-0.007857001,-0.034883093,-0.002506184,0.045447685,0.007300533,-0.022541123,0.0075040176,-0.028238693,0.038969398,0.00015806401,-0.022873342,-0.027125757,0.0136376275,-0.0018946917,0.020298637,-0.017042883,0.008425928,0.0022757065,0.015356866,0.00012743748,0.031062562,-0.014484788,0.042457707,-0.0075040176,0.004256568,-0.020713912,0.01699305,0.033288438,0.006187596,0.04049761,0.005805543,-0.0044392888,-0.03983317,0.00011991063,0.03435154,0.040995937,-0.019534532,-0.026079264,0.0012998105,0.015008035,-0.005311366,-0.004401914,0.00412368,0.020730523,0.022424845,-0.01920231,-0.00086584815,0.019285366,-0.030547623,-0.01234197,0.0137622105,0.0015282116,0.018654149,-0.010805453,-0.0014171256,0.018820258,-0.012067889,-0.003426018,-0.020863412,0.022939786,0.031594116,-0.025165658,-0.004208811,0.023953056,-0.010224068,0.017973097,-0.029883182,-0.004497427,-0.009858626,-0.052457526,0.008413469,-0.007969125,-0.03770696,0.013106076,0.01641997,-0.006714995,-0.02269062,-0.030182179,0.012640968,0.012782161,-0.00045264963,0.025049383,-0.0135961,-0.013280491,0.008072944,-0.012981493,0.018687371,0.009983209,-0.008280582,-0.04604568,0.017757155,0.00450158,-0.020863412,0.018272096,0.0052490747,-0.02368728,0.003176853,0.004102916,-0.014036291,0.009858626,0.04651079,-0.02018236,0.035314977,0.009077909,-0.013795433,-0.008953327,0.0036232735,-0.0006197978,-0.0041901236,0.00017973616,0.002672294,0.035082422,-0.007246547,0.034318317,0.019102646,0.0038018418,0.026760316,-0.023205562,0.023122506,0.038138848,-0.020614246,0.0071344227,-0.0055646836,0.017541211,-0.02903602,0.0040904577,0.018687371,-0.02249129,0.019534532,0.032059222,0.00028186783,0.0028986188,-0.009567934,0.007595378,0.025364991,0.013836959,-0.0023774488,0.02468394,0.010905119,0.017109325,0.0070721316,0.0273417,-0.008812133,0.058171708,0.0042337277,0.0047216755,-0.0010620656,-0.003455087,-0.019650808,0.005822154,0.035780087,0.0119848335,0.008031417,0.010174235,0.041394603,0.013745599,0.024135778,-0.002512413,-0.003405254,0.012690801,0.050763205,0.02468394,0.043387923,-0.017607655,0.0152572,0.007973278,-0.028454635,-0.008043875,0.023006229,-0.04285637,0.0038807439,-0.008222443,0.004767356,-0.0055023925,0.03219211,-0.01802293,0.0007070055,-0.010730703,-0.033105716,0.015971472,-0.021527851,0.030780176,-0.0017919112,-0.015730614,-0.027541032,-0.02720881,0.03900262,-0.0009935452,-0.033720322,0.03870362,-0.014343595,0.02101291,-0.015298727,0.024418164,0.03421865,0.0044226777,-0.00088297826,0.027308477],"social":"https://twitter.com/thiteanish"},{"title":"centive","description":"take part, get rewarded","niche":"web3","youtube_url":"https://youtube.com/watch?v=fzmKKekvEks","youtube_transcript":"Hey, Bill Space and Friends. My name's Alla, and I'm building incentive. A platform for people to plan and finance projects and events in a way that aligns incentives. I've been working in web three for the past six years, and my favorite thing about the space is how it introduces new ways for people to collaborate and work together. I'm working on incentives so I can start doing more with people around me and then enable people to do more with people around them. What I've done so far was simple decentralized application where you connect with your wallet, and then you're able to look at the details of the upcoming project which is a party where you go, you have fun with your friends, but you also get a digital collectible that gives you discounts for future events. And profit share if you buy an early bird ticket. So to buy a ticket, you simply mint an NFC which is built into that platform. Before build space, I didn't try to one line of code, and I was able to with some help of Japiti, Replit, and a few nice friends to build this out and understand what it does. And in terms of how I kind of launched, I simply reached out to friends who usually two parties together and told them about this. And they said they wanted to contribute. Hopefully, when we finalize the details, this number should go up, and I'll be updating you all with that.","embedding":[-0.000974739,-0.02022809,0.012886992,0.042860467,0.0030113726,-0.003650513,-0.003852874,0.031143565,0.009456872,-0.016974283,0.017936,-0.02731273,0.007597555,-0.0686024,-0.005529866,0.040584408,-0.023914667,-0.010466673,-0.013864736,0.035294972,-0.017086484,0.046514988,-0.0024283323,0.010899446,-0.008130506,-0.038564805,-0.004984894,0.03186485,-0.02433141,0.004936808,0.035679657,-0.023834525,-0.012951107,0.00008728072,-0.040263835,-0.0012231823,0.0084069995,-0.012414148,0.0343012,-0.006443496,-0.058119692,0.0057222093,0.07411623,0.0054016374,-0.02466801,0.016261011,-0.06324884,0.04786139,-0.023065152,0.050009225,-0.07091051,-0.01896183,0.017166628,-0.013992965,-0.01873743,0.0011240054,0.0073410976,0.025854127,-0.02524504,0.045328874,0.00548178,0.0047685076,0.041225553,0.04923985,-0.011364276,0.0174872,-0.033627998,-0.007677698,0.019554889,0.049047507,0.009440844,0.07116697,-0.0141853085,-0.014313537,-0.024411554,-0.02869119,-0.05049008,0.043116927,0.009208429,0.015291282,0.014586023,-0.02478021,-0.012670606,0.011893219,-0.045200642,-0.022215635,-0.037058115,-0.030774906,-0.04766905,0.01073916,-0.031432077,0.033147138,-0.04808579,0.027697416,0.05722209,-0.01439368,-0.021093633,0.024876382,0.03850069,0.016397255,0.03117562,-0.057510607,0.0066438536,-0.053054657,0.0062992387,0.02138215,0.0028490832,0.025838098,0.014385666,-0.014610066,-0.13104981,0.011220018,-0.004319707,-0.0180482,-0.020083832,-0.027969902,0.010642989,-0.01929843,0.00012321984,-0.036032286,-0.028707217,0.00428765,-0.008158556,0.00608686,-0.032922737,-0.045873843,-0.06898708,-0.043309268,-0.005854445,-0.020757033,0.055106316,0.0046803504,0.03805189,-0.030422278,-0.050522137,-0.033756226,-0.055555116,-0.011917262,-0.029781133,-0.034653828,0.0030674727,-0.023177352,0.0059946952,-0.03917389,-0.019875461,-0.046514988,0.017535286,0.000052061634,-0.031944994,-0.02821033,0.025773983,0.0060708313,-0.02708833,0.018993888,0.003939028,0.0011801055,-0.020212062,0.03712223,0.011628747,0.0060107238,0.0090721855,-0.018480971,0.00065767334,0.006259167,-0.05186854,0.032762453,-0.013552179,-0.034237083,-0.060684267,0.033980627,-0.04468773,-0.050137453,-0.07924538,0.019009916,0.02787373,-0.030358164,0.028851476,-0.031351935,-0.00087405945,-0.05917758,-0.027056271,0.0069163395,-0.000098801276,-0.036416974,-0.07276983,0.025036668,-0.03131988,0.036929887,0.027120385,0.02798593,0.012301948,0.06385793,0.020324262,0.05366374,0.0027008187,-0.025661783,0.033371538,-0.025293127,0.037090175,-0.0071006683,0.0059225666,-0.018545087,0.0112440605,0.037154287,0.015283267,-0.007797912,-0.024860354,-0.036416974,0.015804196,-0.021334063,0.062319186,-0.022936922,0.003622463,-0.03333948,-0.029059846,-0.027264643,0.008066392,0.0017170635,0.006291224,0.03186485,0.027665358,0.028995732,0.0062150885,0.016958255,0.013920836,0.04362984,0.018176429,-0.045745615,0.025661783,0.018192457,0.024155095,-0.0017631457,-0.0043838215,-0.025309155,-0.022824721,0.021077605,0.029717019,-0.040776752,0.009681272,0.012814864,0.008791685,-0.0035383129,0.042443726,0.02947659,0.037282515,-0.0007293012,-0.04789345,-0.022648407,-0.006876268,0.03850069,0.068474166,0.027264643,-0.033050966,0.0443351,-0.012502306,-0.021991234,-0.032089252,0.028498845,0.0063513317,-0.042860467,0.027168471,-0.018817574,-0.01444978,0.038660977,-0.0033720161,0.0012372073,-0.010098016,0.036192574,-0.034012683,-0.014818438,-0.005505823,-0.0034140912,0.016862083,-0.033147138,0.002308118,-0.0027388865,0.016252998,0.02000369,0.007589541,-0.005129151,-0.03289068,0.011043703,-0.04125761,0.013159478,-0.016573569,0.05895318,0.025613697,-0.035134684,-0.040648524,-0.011220018,-0.0064755534,-0.016765913,0.03426914,0.029925391,0.029156018,0.011460447,0.023177352,-0.047220245,0.043020755,0.05276614,0.023145294,-0.02319338,-0.009889645,-0.014866523,0.03404474,0.016733855,-0.010114045,0.036961943,0.0010638981,-0.0032297622,0.054208715,0.033371538,-0.007966213,-0.03555143,-0.011404347,-0.012895007,0.067576565,0.009368715,-0.040776752,-0.023145294,-0.03289068,-0.036352858,0.00227005,-0.02250415,0.05908141,-0.012558406,0.05039391,0.02045249,-0.0078099337,-0.015002767,0.021334063,-0.02968496,-0.011773004,-0.022776637,-0.020532632,-0.023802467,0.014626095,-0.014057079,0.031047393,0.028883532,-0.0127347205,-0.051035054,-0.030758878,0.013632322,0.0030955228,0.0067520463,0.0061269314,-0.046899676,0.028050045,0.040167663,-0.027344786,-0.0033559876,0.0013624307,-0.04911162,0.028482817,-0.0012181734,0.0120134335,-0.0793095,-0.042796355,0.0018012136,-0.052285284,0.026671585,0.025469441,0.014954681,0.026318956,0.02341778,-0.06558902,0.025645755,0.0030073656,-0.023017066,0.030646678,0.017166628,0.0025305147,-0.004031192,0.023097208,0.028001959,0.052349396,0.048726935,-0.008831757,0.0058424235,0.049496308,-0.0013323771,-0.03061462,-0.030406248,-0.004291657,0.053952258,0.056132145,-0.020532632,-0.045072414,0.027024215,0.0695,-0.05997901,-0.049303964,0.028338559,0.018593173,-0.032954797,0.015211139,0.03257011,0.010354473,-0.02194315,0.023578066,-0.016309097,-0.015507667,-0.037603088,-0.018833602,0.008663457,0.0069684326,0.010098016,0.011925276,-0.0032998875,0.00371062,-0.0345256,0.04866282,-0.018208487,-0.019795317,-0.0071046758,-0.020420432,0.0011240054,0.03475,0.074757375,0.035359085,-0.04853459,0.016942227,-0.07187223,0.029188076,0.03426914,0.05770295,-0.0048566647,-0.011388319,-0.09444049,-0.024523754,0.014586023,0.009705315,-0.007785891,0.0265113,-0.004267614,0.008567285,0.027473016,0.016196897,0.033371538,-0.004988901,0.0026747722,-0.036352858,0.04068058,-0.022920894,0.0059546237,-0.012999192,-0.023626152,-0.026062498,-0.01319955,-0.046931732,0.0011760984,0.008439057,0.04465567,-0.025068726,-0.013960908,0.02947659,0.01929843,-0.015667954,0.008326856,-0.012534363,0.02535724,-0.027953872,0.020981433,0.003221748,-0.021446263,-0.031239735,0.028530903,-0.015411496,-0.00312758,0.0013454003,-0.030919164,0.044944186,0.01828863,-0.02809813,-0.036929887,0.02101349,0.0020736998,-0.013704451,-0.024155095,0.024619926,0.033499766,-0.009921702,0.03414091,0.023225438,0.0007192833,-0.029268218,-0.0017290849,-0.05440106,-0.005393623,-0.00015915895,0.038436577,0.011444419,-0.020869233,0.0030033584,-0.0681536,-0.009641201,-0.026206756,0.012606491,0.026479242,0.011716904,-0.03436531,-0.012261877,0.050746538,-0.010282345,0.029508647,-0.050970938,-0.032698337,-0.045392986,0.01547561,-0.0134800505,-0.016509455,0.006555696,-0.017326914,0.0046803504,0.01828863,-0.005501816,0.04407864,0.01256642,-0.022680465,-0.03917389,0.028338559,-0.020260146,-0.016717827,0.013688422,0.0338524,-0.054304887,0.019875461,-0.03184882,-0.030181848,0.0057502594,-0.0074693263,0.018224515,0.011123846,-0.019715175,0.036256686,-0.02067689,-0.013848708,-0.019170202,-0.007032547,0.04430304,0.029604819,0.0071727973,0.0112921465,-0.010098016,-0.012422163,-0.011829104,-0.014121194,-0.009753401,0.02319338,0.026062498,-0.009120272,0.027553158,-0.023289552,0.02341778,-0.0073170546,0.043148983,-0.022119464,0.021622578,0.034814112,-0.0045561288,-0.021574492,-0.0018152386,0.022007264,0.024491696,0.025677813,-0.020244118,0.0048967362,0.008543242,-0.0002401785,-0.018240543,-0.013976936,-0.006639846,-0.004323714,0.014433752,-0.01655754,-0.016573569,0.0053174873,-0.010346459,0.0072288974,-0.03265025,-0.025277097,-0.025581641,0.03199308,0.002552554,-0.005557916,-0.02114172,0.020196032,0.037154287,0.0057582734,-0.024491696,0.0002759924,0.0032578122,0.02160655,-0.010514759,-0.0031295836,-0.018833602,0.02090129,0.032489967,0.036609314,0.016261011,-0.0075254263,-0.029877305,-0.04420687,-0.011396333,0.005682138,-0.0120214475,0.012301948,0.0012893003,-0.014594038,-0.004724429,0.025501497,0.00016141299,-0.03220145,-0.020468518,-0.016285054,-0.02045249,0.0016279044,0.016140798,-0.020837177,-0.027633302,-0.022327835,0.031207679,0.021061577,0.050554194,0.041770525,-0.004644286,-0.031191649,-0.00012872968,0.02731273,0.008871828,0.014457795,-0.021574492,-0.027681388,-0.01428148,-0.003231766,0.017455142,0.04045618,0.02194315,-0.01884963,-0.022183578,-0.03106342,0.007389183,-0.024972554,0.012189748,0.024924468,0.010843346,0.051483855,0.021334063,-0.014041051,-0.013824665,-0.022215635,0.057061806,-0.03333948,0.019266374,0.022648407,-0.008254727,0.0031375978,0.012999192,-0.009753401,-0.016269026,0.008066392,-0.027713444,-0.0078059267,-0.032762453,0.01679797,0.0033279376,0.0070004896,0.0033419626,0.0016028597,-0.043950412,0.04888722,-0.008286784,-0.015603839,0.008294799,0.031015335,-0.039943263,-0.050073337,0.007681705,-0.0013544165,0.0036244665,-0.009352687,-0.009192401,-0.003343966,0.0073971977,0.006407432,0.034397367,-0.0071848184,0.04959248,-0.014666166,0.012181734,0.003995128,0.046514988,0.019282402,0.032313652,0.023433808,0.009496944,0.0017881903,-0.015940439,-0.07873247,-0.010530788,-0.0062190956,-0.014698223,-0.017727628,-0.013752536,-0.025533555,0.025870156,0.03164045,0.014738295,0.023049122,-0.021654634,-0.0024263288,0.0021257927,0.022985008,-0.032730397,0.035679657,0.011460447,-0.070141144,-0.01325565,-0.02798593,-0.024427582,0.0036665415,-0.002694808,-0.00095971226,0.0006010724,-0.008130506,-0.01758337,0.021077605,-0.026174698,-0.035359085,-0.017278828,0.016813999,-0.017054427,-0.027024215,-0.01536341,-0.013568208,-0.062543586,-0.007509398,-0.051355626,-0.033435654,0.013600265,0.006980454,0.0070565897,-0.0015086917,0.018096287,-0.032505997,0.028338559,0.01484248,-0.015740082,0.011773004,-0.04571356,0.018000115,0.02078909,0.025341213,-0.0034842163,0.035872,-0.04843842,-0.0112681035,-0.006924354,0.03471794,0.0043397425,0.032185424,-0.01331175,0.0048526577,0.014762338,0.01828863,0.020308232,0.010450645,0.021686692,-0.005858452,0.03680166,-0.00048336238,0.017551314,-0.013880765,0.033499766,-0.025886184,-0.017310886,0.0060828524,0.0049688653,-0.024042895,0.0025585648,0.0105468165,0.0063232817,-0.015403482,0.02239195,-0.028739274,0.017310886,-0.017439114,-0.0105227735,-0.041994926,-0.033147138,-0.016509455,-0.012975149,-0.01581221,0.013303735,0.024619926,-0.0040472206,-0.064595245,-0.05779912,0.02742493,0.022808693,-0.05337523,-0.008935943,0.012943092,0.015114967,0.025004612,-0.003880924,0.020773062,-0.022616351,0.015972497,-0.005217308,-0.010675046,-0.008310827,0.008286784,-0.008090435,0.01154059,0.02194315,-0.012766778,-0.017615428,-0.015050853,0.04901545,-0.035359085,-0.04548916,-0.026126614,0.009416801,-0.0035142698,-0.04866282,0.03061462,-0.018801544,-0.031912938,-0.026863929,0.008535228,0.0530226,0.006980454,0.03050242,0.0060267523,0.014602052,0.003047437,-0.018881688,0.008591328,0.0017180652,0.026126614,-0.018977858,0.0088558,0.039911207,0.009296587,0.024283325,0.013576222,0.015595824,-0.022456065,0.009601129,0.0119893905,0.040937036,-0.012221805,0.0011831109,0.00048486507,0.022536207,0.009689287,-0.017310886,-0.0010278338,-0.022888837,-0.003947042,0.007220883,0.022696493,0.010314402,-0.029861277,0.006555696,-0.003594413,0.019651059,0.037859548,0.00077438157,0.019218288,-0.031832792,-0.023049122,-0.02022809,0.017054427,-0.01176499,0.017775714,-0.009344672,0.0026607472,0.012221805,-0.016116755,0.0044479356,-0.001210159,-0.010787246,-0.013504093,0.0045240717,0.040039435,-0.02226372,0.00041774532,-0.02479624,0.008006284,0.019635031,-0.002562572,0.0134720355,0.018432887,-0.019266374,0.01758337,0.037506916,-0.01473028,0.0025405327,0.0083669275,0.010915475,0.006844211,0.0021818927,0.002119782,-0.0023722323,0.011003632,-0.014553966,-0.043726012,0.058600552,-0.002618672,0.055779517,-0.037090175,-0.015267239,0.035487313,-0.00279699,0.029316304,-0.009945745,-0.029925391,0.030245963,-0.007862027,0.0016900152,0.008447071,0.0141933225,0.03265025,-0.015459582,0.021895064,0.033563882,0.028867504,0.019362545,0.013640336,-0.015507667,0.015403482,-0.018448915,0.013127421,0.015555753,0.02776153,-0.013544165,-0.048053734,0.005449723,0.030999307,0.0429887,-0.016605627,0.013295721,-0.04052029,0.03234571,-0.014273466,0.026703643,-0.015964482,0.01638924,-0.036705486,0.024395525,-0.033884455,0.004520064,-0.012069534,0.03532703,0.035519373,0.026960101,0.0142333945,0.00014638617,-0.013560193,-0.007733798,-0.019041974,-0.012125634,0.012598477,-0.029300276,0.01508291,-0.016813999,0.01851303,-0.024363467,0.02660747,-0.005914552,-0.010442631,0.000028613551,0.039270062,0.052734084,-0.009937731,-0.014706238,0.013936865,-0.030229934,-0.0017200689,-0.037378687,-0.027969902,0.007016518,0.017791742,-0.013728493,0.016813999,0.024283325,-0.0029051832,-0.012798835,-0.023273522,-0.011516547,0.004299671,0.011356261,-0.01735897,-0.0020596748,-0.06866651,-0.020372346,0.005361566,0.0061830315,-0.013512108,-0.009032114,-0.027777558,0.012878978,-0.030935192,0.003969081,-0.0063914033,-0.05940198,0.01541951,0.033531826,0.015018796,-0.008639414,0.001997564,-0.019554889,-0.011692861,-0.036961943,-0.0061950525,-0.013984951,-0.048021678,0.023065152,0.030181848,0.022600321,-0.038660977,-0.0028891547,-0.042187266,0.021846978,-0.001210159,0.0072649615,-0.008559271,-0.03265025,-0.0074012047,-0.015315324,-0.017615428,-0.0049207793,0.0057863235,-0.013263664,0.00608686,0.00827877,0.024491696,-0.029717019,-0.025421355,-0.03516674,0.025918242,0.025517527,-0.0054657515,-0.0019564906,0.021350091,0.037987776,0.014802409,0.030005533,0.020805119,0.0025184932,0.024748154,0.013215578,0.00811047,-0.0356476,-0.0046242503,0.011179946,0.037218403,-0.018865658,-0.028771332,-0.0053014583,-0.010138088,0.011332219,0.008607357,-0.011492504,-0.00045906904,-0.020548662,0.0105388025,0.00021688695,0.012983164,0.01896183,-0.019378575,-0.012213791,0.012101591,-0.0064274673,-0.014866523,0.006383389,0.0068882895,0.030037591,-0.010410573,-0.00614296,0.013335792,-0.01234202,0.006207074,0.010346459,0.00092565146,0.021061577,0.0170384,0.010081988,-0.011797047,-0.0020917319,0.0064835674,0.01840083,0.010803275,-0.0016799973,0.0033900482,0.0044198856,-0.033083025,0.012053505,-0.011716904,0.0027609258,0.03061462,0.013303735,-0.0025325182,0.016589599,-0.024187153,-0.034461483,-0.010779232,0.019715175,0.015315324,0.0071727973,-0.01473028,-0.0067199892,0.005738238,-0.008318841,-0.0030734835,-0.0018362761,0.017310886,0.023770409,-0.041289665,-0.024635954,0.009408787,0.005738238,0.016140798,0.0014876542,0.023401752,-0.02535724,0.0338524,0.010033902,-0.03830835,-0.0025365255,-0.0171506,0.00009717337,-0.0058183805,-0.019586945,0.020500576,-0.014177294,-0.015691996,0.030117733,-0.023818495,-0.0008745603,0.013271678,0.0070806327,0.0119893905,0.021895064,0.09700507,0.02250415,-0.001455597,0.010210216,0.05930581,0.014810423,0.0069964826,0.016862083,-0.0042515853,0.011011646,-0.0033599946,-0.021911092,0.023097208,-0.00038994572,0.0045320857,0.00015715539,-0.023161322,-0.01840083,-0.012277905,-0.016477399,0.0025465433,0.05315083,0.016212925,-0.012638548,-0.03083902,-0.022440037,0.014121194,0.017198684,-0.010025888,0.0024583861,0.019362545,0.0012452216,0.001671983,0.04648293,0.013351821,0.0055779517,-0.017968057,0.014634109,0.003772731,-0.0011490501,-0.026815843,-0.0037987775,0.021205833,-0.010883417,0.0018913745,-0.008350899,-0.00070575916,0.001818244,0.016717827,-0.037090175,0.004107328,-0.0091363005,0.012654577,0.009248501,0.00084901473,-0.009849573,0.026591443,0.06280004,0.039141834,0.0061870385,-0.046899676,-0.020468518,0.014241409,0.021863006,-0.040488236,0.0065356605,-0.0026487256,-0.0019885479,0.0351988,-0.0078019197,-0.033371538,0.02308118,0.001601858,0.019282402,-0.018320687,-0.024940496,-0.020292204,-0.002782965,0.027024215,0.000109633096,0.020612776,0.015691996,0.019458717,0.02604647,-0.032986853,0.002778958,0.047092017,0.055811577,-0.024956526,0.05289437,-0.017391028,-0.009945745,0.004484,-0.008202635,0.02194315,0.006235124,-0.03978298,0.0030955228,-0.014129208,-0.032153364,0.020580718,0.012518334,0.0028230366,0.016269026,-0.011925276,-0.0067360178,-0.009336658,0.012462234,-0.010891432,0.008190613,0.012670606,0.016285054,0.01758337,-0.022472093,0.022776637,0.007737805,0.010314402,-0.02878736,0.0023441822,-0.0038027847,0.009865602,0.011300161,-0.027857702,0.009272544,0.0057823164,0.0050530154,0.006467539,-0.002632697,0.035904057,-0.011043703,0.005686145,0.038628917,0.045553274,0.005638059,-0.0061549814,0.0055739447,0.0041033207,-0.029268218,-0.016309097,0.042924583,-0.04443127,0.030374192,-0.0028250401,-0.02011589,0.012181734,0.0023862573,0.0012442198,0.018721402,-0.000828979,0.0012402127,-0.0030253977,0.01478638,0.046226475,0.023129266,-0.009456872,-0.012854935,0.013600265,-0.030037591,-0.01627704,-0.027216557,0.0013944879,-0.006499596,0.019811345,-0.039815035,0.03346771,-0.0052974513,-0.026895985,0.021350091,-0.014682195,-0.0025685828,0.024539782,-0.052349396,-0.046322644,-0.0105388025,0.008503171,-0.013431964,-0.039590634,-0.013912822,0.02160655,-0.019699145,-0.03805189,-0.019250344,0.034012683,-0.014313537,0.020180004,0.013792608,0.0009777445,-0.007385176,-0.012277905,0.007068611,-0.0046803504,-0.012382091,-0.033724166,0.026094556,0.009176372,-0.0054657515,-0.03458971,-0.0052814228,-0.0073691476,0.025501497,-0.0034561662,-0.03600023,0.020163976,-0.014962696,0.0044960217,0.0053816014,-0.04032795,-0.012101591,0.0432131,-0.021975206,-0.019923545,0.012358048,-0.007353119,0.006603782,0.035294972,-0.025950298,-0.026895985,0.077321954,0.011396333,-0.020660862,0.0076937266,-0.008002277,-0.0051692226,-0.053856086,-0.008415014,0.02136612,0.023610123,-0.020083832,-0.033948567,-0.04055235,0.019490775,-0.024619926,-0.00542568,0.040808808,-0.028290473,0.0024363468,-0.009849573,-0.00067620643,-0.022760607,-0.016573569,-0.016990313,0.0070966613,0.02034029,-0.013912822,-0.020516604,0.03184882,-0.00096271763,0.016765913,0.0035282949,0.0041994923,-0.017375,0.033724166,-0.037378687,-0.0024103003,0.018561115,-0.01713457,0.0034601735,0.0071086828,-0.021334063,-0.007004497,-0.024010839,-0.00813852,0.019827375,0.0127828065,-0.01735897,0.0050009224,0.017968057,0.020869233,0.007737805,0.010314402,0.0043958426,-0.0019725193,0.032746423,-0.027216557,-0.009769429,-0.015908383,0.0036384915,0.0024543789,0.017054427,-0.032057196,-0.0038448598,0.006639846,0.012269891,0.0004690869,0.0041994923,-0.020484546,-0.019635031,0.01519511,0.01929843,-0.00009329144,-0.01176499,-0.018881688,-0.023594094,0.045392986,0.030630648,-0.0024583861,-0.016461369,-0.0038348418,0.017182656,0.0079862485,0.049913052,0.04468773,0.028546931,-0.015267239,0.010995617,0.013536151,0.027617272,0.0009401774,-0.003392052,0.007573512,0.029043818,-0.0019504799,-0.024010839,-0.0022259713,0.025196955,0.011356261,0.004784536,-0.031672508,-0.03414091,0.017375,0.050297737,0.016990313,0.021414205,-0.0029552726,0.028162245,-0.01541951,0.027569188,-0.014489852,0.009801487,0.014497866,0.015627882,0.0071848184,0.043116927,-0.018977858,-0.011837119,-0.029059846,0.009200415,0.020660862,0.017519256,0.0013664379,-0.017839829,-0.0085753,-0.023449838,0.040969092,0.002548547,0.030133763,-0.0041473997,0.007485355,-0.0120294625,0.018753458,0.02457184,0.05266997,0.02226372,0.025164897,-0.042091094,-0.0018332708,0.010226245,-0.004964858,-0.012654577,-0.0012742735,-0.025693841,-0.012975149,-0.02308118,0.0011039696,-0.044495385,-0.0023001037,-0.03965475,-0.0013003199,0.0040171673,-0.017342942,0.022007264,-0.006784104,0.050746538,-0.00132837,-0.02296898,-0.041097324,0.007136733,0.022007264,-0.0053014583,-0.012806849,0.033724166,-0.005738238,0.053984314,0.0023401752,0.031464137,0.0034301197,-0.01952283,-0.015106953,-0.005886502],"social":"https://www.linkedin.com/in/alahaddad/"},{"title":"podsmart","description":"ai-powered podcast summaries to help busy intellectuals learn more efficiently","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=imurrLN1Uok","youtube_transcript":"Hi. My name is Isaac, and I'm passionate in AI and economics. I'm also from Singapore. So during the last six weeks, while doing my compulsory military service, I build PortSmart and AI powered podcast and React to help busy intellectuals learn more efficiently. PortSmart allows you to search for any podcast, follow your favorite podcast and get to learn fine when new episodes are released. Once you find an episode, you can get it transcribed in two minutes. After, HotSmart gives you an interactive summary. With key topics and the time stamps, giving you control over your journey through the podcast. SpotSmart also recommends similar podcasts for each topic for you to explore even more viewpoints. Can also ask questions and get answers that you can trust with the relevant time stamps and quotes. Lastly, we also release weekly newsletters between top podcast from topics like AI, macro, and even more coming soon. So on to my progress, my initial target was hundred users by the Modi, and I'm currently at a six, so nearly reaching there. I also got lots of creative feedback coming to the launch and actually several finance professionals reached out showing their support. Which was great validation for my product. I've been implementing features based on their feedback, and I'm currently focusing on this audience niche. What also worked was writing a media article staying my summary algorithm, which blew up and gave me more users. Unfortunately, I realized that Bingfauda is so difficult. Having to manage all of this, and I got burnt out with my attention divided. But last but not least, I'm excited to announce long term growth trends. An experienced PM reach out and wanted to work with me as SportsSmart's hit up product. So you'll be hearing a lot more about SportsSmart in the months hit","embedding":[0.024501933,0.0054375506,-0.00748899,0.017268343,0.031224722,-0.022129184,-0.011517721,0.06366877,0.023282602,0.0043129665,0.023859313,-0.038128763,-0.0478834,-0.025853083,0.039842416,0.0048896763,-0.022887144,-0.02054735,-0.059549417,0.024501933,0.0024036446,0.031389497,0.047553852,0.036217384,-0.018289942,-0.011987328,-0.014178826,0.037667397,-0.01683169,-0.01465667,0.034470774,-0.022903623,-0.012646425,0.004016373,0.03163666,-0.037865125,-0.0033037239,-0.01478849,0.047454987,-0.006780461,0.005264538,0.016889362,0.025589444,0.0016724587,-0.020695647,-0.012901825,-0.042742442,-0.003040085,0.042215165,0.05302436,-0.057572126,0.04577429,0.0022079751,0.012959496,0.04801522,-0.003923687,0.016502142,0.049794782,-0.01881722,0.0051821508,0.030137213,-0.008543545,0.041786753,0.007991551,-0.02873663,-0.025457624,-0.009326223,0.016106684,0.009523952,-0.023249649,0.04923455,0.01644447,0.042083345,-0.03707421,0.008222235,-0.0390515,-0.06475628,0.013420864,0.027879804,-0.01581833,-0.00013812717,0.027418436,-0.0015952209,-0.02458432,-0.0526289,-0.024798527,-0.033465654,-0.027698554,-0.035096917,-0.01863597,-0.043895863,0.024468977,0.0000165257,0.014425986,0.055166423,-0.025622398,0.009672249,0.049069777,0.044917464,0.0410947,-0.0027517301,-0.022376345,0.003744495,-0.0021606025,0.033943497,0.019707002,0.020580305,0.012325115,0.0029082657,-0.033185538,-0.124042064,-0.016741065,-0.010998682,0.008831901,-0.035953745,-0.0035323482,0.0019391871,-0.025589444,-0.008325219,-0.0018413524,-0.051673207,0.03783217,0.010570269,0.015834806,0.005964828,-0.03529465,-0.035228737,-0.02900027,-0.03297133,-0.06577788,0.008399368,-0.014755535,0.039018545,-0.002906206,-0.027962193,-0.004321205,-0.048839092,0.027533779,-0.028588334,-0.05638575,-0.0070193834,-0.014187064,-0.0023397945,-0.0069617126,-0.03707421,-0.05276072,0.0046837083,0.017713234,-0.03302076,-0.011254082,0.044324275,-0.007954477,-0.056880075,-0.0076290485,0.034602594,0.005742383,-0.016098445,0.055034604,-0.009276791,-0.013165464,-0.003641511,0.021222925,-0.034075316,-0.014294167,-0.0018815161,0.023299081,-0.015307529,-0.074873425,-0.077246174,-0.014063483,-0.009144971,-0.057209622,0.019443363,-0.0072747837,0.049827736,-0.026990024,0.021914978,-0.008971958,-0.049267504,-0.039150365,-0.051178887,-0.0070646964,-0.07454388,0.006739267,0.002900027,-0.017713234,-0.011039875,0.005688831,0.015356962,-0.0010648536,0.038491268,0.0332844,0.045082238,0.025556488,0.00035117514,-0.048048176,0.04089697,-0.018158123,-0.007381887,0.034965098,0.0478834,0.022903623,0.015307529,0.043961775,-0.0062902574,-0.032740645,-0.006941116,0.047553852,-0.033383265,0.010800953,0.064426735,0.012893586,0.015801853,0.009367417,-0.052595943,-0.0019556645,-0.026528656,0.012984212,-0.02567183,0.023776926,0.017433116,0.036184426,0.027484346,-0.0041296547,-0.008502352,0.04162198,0.068282455,0.014879116,0.035887834,-0.017564936,0.02951107,-0.0013944022,-0.0032295755,-0.044027682,0.0042346986,-0.039446957,0.042808354,-0.024864437,-0.004012253,-0.02560592,0.02356272,-0.009103778,0.09220768,0.020069506,-0.02713832,0.010726805,-0.035492375,-0.02214566,-0.0001231945,-0.00042789817,0.07553252,-0.011690734,0.033696335,0.010932772,-0.019245634,-0.023101352,-0.038194675,0.03305372,0.014714342,-0.014903832,0.026792295,0.0068793255,-0.011171695,-0.02145361,0.016798737,0.0043871147,-0.018224033,0.031438928,-0.016246742,-0.05203571,-0.032213368,0.0036991823,-0.014458941,0.0014654611,-0.0059359926,0.006512703,-0.042478804,0.0587585,-0.049267504,0.009054346,-0.027929237,-0.015200426,-0.022508165,0.020843944,0.032938376,0.035360556,0.007793823,0.0001450786,-0.025259895,-0.01075976,-0.023101352,-0.030367896,0.017054137,0.016279697,0.050552744,-0.017910963,0.02593547,-0.013165464,-0.012415741,0.04237994,0.06564607,0.0007476632,-0.0244525,0.019278588,0.015974864,-0.0020813048,0.02900027,0.03188382,0.02900027,-0.025523534,-0.02451841,0.021091105,-0.02400761,-0.059681237,-0.05862668,-0.016081968,0.031323586,-0.043698136,0.00018253899,-0.02176668,-0.012786482,-0.008749513,0.002976235,-0.01728482,0.0006451942,-0.018355852,0.05025615,0.002234751,-0.024073519,-0.052530035,0.05045388,0.015464065,-0.007196516,-0.0050462116,-0.028967315,0.0028258786,-0.006739267,-0.04653225,0.021470087,0.01888313,-0.023513287,-0.03951287,-0.0910213,0.025078643,0.052793674,-0.008765991,0.007979194,0.0006627015,-0.005178031,-0.012391024,0.016238503,0.0029432802,0.04333563,-0.019954164,-0.014236496,-0.027830373,-0.0065003447,-0.023711016,-0.05075047,-0.028588334,-0.06439378,0.009705204,0.02516103,0.019080859,-0.018042782,0.00015550571,-0.046598163,0.0034231853,-0.017383685,-0.012506367,0.030845743,-0.011979089,0.014928549,-0.020992242,-0.0441595,0.010800953,0.016238503,0.039710596,-0.060834657,0.06558016,0.06337218,0.014368315,-0.026347404,-0.04801522,-0.015801853,0.03924923,0.029329818,-0.033399742,-0.02349681,0.01888313,0.0478834,-0.06979838,-0.013066599,0.034240093,0.00030843684,0.00055559824,0.026479224,0.0009896754,0.008040984,-0.008395249,0.011278798,-0.0033387386,-0.004391234,-0.036612842,-0.0021080808,0.0055116992,-0.012242728,-0.008906049,-0.025638875,0.0065291803,0.051112976,-0.036316246,0.08060757,-0.004852602,0.0071347253,-0.014162348,0.017713234,0.042478804,0.049992513,0.034668505,0.011962611,-0.023859313,0.041556068,-0.019426886,0.012102669,0.03964469,0.030400852,-0.035821926,0.011114024,-0.033399742,-0.034371912,0.015653554,0.021947931,-0.014920309,-0.026050812,0.0014654611,0.0011760762,0.049992513,0.02272237,0.020020073,0.010899818,0.024864437,-0.040567424,0.0005983365,-0.02675934,-0.0441595,-0.018916085,0.033630427,-0.04551065,-0.01229216,-0.019888254,-0.04679589,-0.026643999,0.0031162933,-0.029906528,-0.012209773,0.039710596,-0.030713923,0.004403592,-0.019179724,0.0039978353,0.01594191,-0.0074107223,-0.016848167,0.016469188,0.0052439407,0.012391024,-0.030400852,0.029263908,0.02305192,-0.0055487733,-0.013074838,-0.026100243,0.017103568,-0.05921987,0.022672938,0.015002697,-0.008930765,-0.022623505,-0.05454028,-0.020415531,0.011155218,-0.011657779,0.02586956,0.015200426,-0.001805308,0.0111305015,0.0024983897,-0.024551366,0.024551366,-0.01363507,0.02221157,0.08317805,-0.021816112,0.02285419,0.0015787435,-0.024172384,-0.024254771,-0.0034767368,0.007970955,0.07157794,-0.0014767894,-0.045312922,0.10103958,-0.018092213,-0.014417748,-0.01529929,0.0048608407,0.017235387,-0.03499805,-0.0370083,0.00019296611,0.0208769,0.02170077,-0.009919411,0.0138739925,0.03483328,0.027929237,0.021947931,0.042412896,-0.040501513,0.009812308,-0.0186854,0.027830373,-0.011814315,0.0058412477,-0.03503101,-0.0066486415,-0.026297972,-0.0025107479,-0.0125557985,-0.0058618444,0.014928549,-0.0009886456,-0.059318736,0.02682525,-0.02170077,-0.026940592,-0.020514395,-0.009548669,-0.009359178,0.027945714,-0.0050462116,0.028209353,-0.031076426,0.02374397,0.0026013737,0.015167471,-0.013289045,0.015406393,0.03252644,-0.01632089,0.056550525,-0.031735525,0.024024088,0.00086454995,-0.0035035128,-0.034470774,0.035624195,0.022738848,0.0010478613,-0.025754217,0.0074601546,0.013050121,0.020514395,0.01843824,0.02560592,-0.039908327,-0.015843045,0.015974864,-0.011443572,-0.026199108,-0.021222925,-0.032262802,0.047026575,0.0050091376,-0.0032027997,-0.014804968,0.0069864285,0.03572306,-0.049399324,-0.036382157,-0.0003872195,0.033498608,-0.015340484,0.0060842894,-0.02586956,0.021222925,0.019789388,0.017812097,0.003758913,-0.014961503,-0.015291052,0.031356543,-0.0018763669,0.010001798,0.0048443633,-0.0116824955,0.008045103,0.018998472,0.021947931,-0.029362774,-0.01990473,-0.03654693,-0.036382157,0.019937687,0.013338476,0.006389122,0.054342553,-0.01625498,-0.002028783,0.0037795096,-0.016675156,-0.024913868,-0.03898559,-0.0007291261,-0.02010246,-0.007357171,0.04340154,0.0069987867,0.0066115675,-0.026742863,0.00027779912,0.012918302,0.021074628,0.030466761,-0.007011145,-0.03770035,0.007563139,-0.0083499355,0.0025498818,0.032823034,-0.0004443756,-0.02305192,-0.012069714,-0.014895594,0.0028011624,0.029329818,0.011517721,-0.009466281,0.035624195,0.0014469239,0.022112707,-0.01861949,0.029890051,-0.013775128,0.0056229215,0.039084453,0.0069163996,-0.014631954,-0.018207556,-0.013906947,0.06561311,0.020497918,0.016246742,0.00015499079,-0.008988436,-0.019805867,-0.0001571792,0.01708709,-0.045181103,0.016889362,-0.0062119896,-0.02886845,-0.002939161,0.01959166,0.016378561,0.0005658966,0.016699871,0.021618383,-0.055660747,-0.015019174,0.011352947,-0.03516283,0.059384644,-0.03193325,-0.003188382,-0.0065456578,0.021107582,-0.003233695,-0.0010926593,0.008045103,-0.024155907,-0.010842146,-0.02367806,0.007394245,0.041457206,-0.024271248,0.031191768,-0.023348512,-0.0055158185,-0.0022244526,0.022030318,-0.024485456,-0.010010037,-0.026792295,-0.0016477426,0.035558287,-0.026413314,-0.095305435,-0.013058361,-0.004065805,-0.0013542385,-0.028209353,-0.0239417,0.0026096124,-0.023529764,0.012366309,0.03964469,0.02311783,-0.029494593,-0.01805926,-0.0019875895,0.042412896,0.02631445,0.0033057837,0.011163456,0.00021098829,0.017680278,-0.009013152,-0.0008398338,-0.044390187,-0.014491896,-0.015917193,0.0035817805,-0.024815004,-0.012020282,0.041325387,-0.038952634,-0.010660895,0.0153899165,-0.017482549,-0.015966626,-0.009334462,0.038029898,0.011048114,-0.04300608,-0.00940861,-0.03578897,-0.031471886,0.004485979,-0.007291261,-0.026429791,0.028950838,-0.004527173,-0.036612842,0.0009211911,0.06099943,-0.023711016,-0.00077752856,-0.012959496,0.019163247,-0.00448186,0.051376615,0.028258786,0.008716558,-0.02298601,0.032032117,-0.0038392404,0.028703677,0.0011111965,0.018586537,0.01324785,0.030334942,0.019954164,0.0073860064,0.03264178,-0.0062902574,0.014318883,0.0028588334,0.038557176,0.026396837,-0.010207766,-0.009070823,0.024732618,0.0025231058,-0.027962193,0.011707211,0.007888568,-0.01197085,0.019344497,0.010710327,-0.02509512,-0.020695647,-0.014673148,-0.02875311,0.00486496,-0.0014778192,-0.02145361,-0.016287936,0.024501933,0.0024571961,-0.005223344,-0.028950838,0.0070276223,0.022804758,0.0032295755,-0.10077594,-0.011196411,0.053189132,-0.0054787444,0.012794722,-0.0034211257,0.080278024,-0.005960709,0.0021091106,-0.022574075,0.02349681,-0.03565715,-0.010141856,0.0008336548,0.0021853186,0.011212888,-0.013725696,0.010932772,0.018108692,0.014360077,-0.018833699,-0.010866863,-0.04333563,0.02880254,-0.022112707,0.024815004,-0.010059468,0.03232871,0.0033819918,-0.0075384225,-0.020629738,0.029890051,0.015258097,0.012003805,-0.030680967,0.037469666,-0.022293957,-0.007600213,0.061065342,-0.027434915,-0.010586746,-0.019772911,0.033449177,-0.03374577,0.02880254,-0.021305311,0.017746188,0.005878322,0.016601007,-0.0021791395,-0.0020462903,0.009548669,-0.019641092,0.0076537644,0.0035323482,0.012366309,-0.013025406,0.009606339,0.002982414,0.025540011,-0.030713923,0.024221817,0.004819647,-0.04903682,0.012250966,0.02451841,-0.013602115,0.028308218,-0.01997064,0.02132179,0.0137504125,0.018767789,0.021964408,-0.011171695,0.00838289,-0.015892478,-0.017268343,-0.02797867,0.01261347,-0.07790527,0.0587585,-0.017614368,0.03272417,0.033037238,-0.023793403,-0.008650648,-0.0061419606,-0.0059112767,0.025622398,0.0071141287,0.04300608,-0.017581414,0.0016127281,-0.021338267,-0.015843045,0.00236863,0.010891579,-0.00921912,0.027171277,-0.012250966,0.030384375,0.010520836,-0.012242728,0.01389047,-0.03789808,-0.0051327185,0.00499266,0.0050050183,0.013223135,-0.0012224191,0.000033501954,0.016757542,0.016559813,0.008996675,-0.0025251657,0.04149016,-0.0022759445,-0.03641511,-0.004187326,-0.011534198,0.0150686065,0.010034753,-0.03740376,-0.032823034,0.018553581,0.011888463,-0.0118967015,-0.029659368,0.016016059,-0.0302196,0.019047905,0.030697444,0.012737051,0.022870667,-0.013478534,0.026907638,0.004440666,-0.01857006,0.024864437,0.007011145,0.0062119896,0.0032110384,-0.015150993,-0.005536415,0.009326223,-0.0019237396,-0.0038474791,0.01594191,-0.017696755,0.013338476,0.025193986,0.010949249,-0.026528656,0.038853772,0.018586537,0.042017438,-0.021750202,-0.026676953,-0.046828844,0.008691843,-0.0021091106,0.047784537,0.033465654,-0.017812097,-0.01319018,-0.030318465,-0.008366413,-0.03852422,0.0049967794,-0.01613964,0.0007126487,0.00032027997,0.040831063,-0.0022265122,0.03150484,-0.0213877,0.041325387,-0.0035879596,0.0026590447,0.0312412,0.02893436,0.00736129,0.031043472,0.03224632,0.0070399805,0.003482916,-0.024666708,-0.009227359,-0.04468678,-0.009532191,0.015562929,0.004199684,0.0011019278,0.041391294,-0.03361395,0.0066733574,0.015991341,-0.019426886,-0.018586537,-0.0019639032,-0.024864437,-0.02369454,0.034602594,-0.010644417,0.005833009,-0.0019072621,-0.007983313,-0.028571857,-0.0125557985,-0.022821235,-0.010010037,-0.0055528926,-0.01870188,-0.02432068,-0.034371912,-0.02145361,0.010430211,0.03315258,-0.026858205,0.0069040414,0.003033906,-0.01152596,-0.023183739,0.0045848438,-0.01146005,0.017037658,-0.0023583316,-0.013610354,-0.013437341,0.008650648,0.00018047931,0.018421762,-0.022804758,-0.015159233,0.011056353,0.010141856,-0.005140957,-0.00998532,0.010520836,0.0045436504,-0.013923425,0.002784685,0.010982204,-0.019492796,0.021535996,0.00031023903,0.024468977,0.01805926,-0.005095644,-0.009639294,-0.02951107,0.013363193,0.013758651,0.014450703,-0.02010246,0.05203571,0.015134516,0.03503101,-0.018207556,-0.013544444,0.008374652,-0.0032666498,0.00665688,-0.030433806,0.017680278,-0.01568651,-0.005606444,-0.016848167,-0.010397256,0.011797837,-0.0020534992,-0.0065909703,0.0010864803,0.0007651705,0.0051203603,0.009944127,-0.03257587,-0.006854609,-0.011921418,-0.011385902,-0.041589025,0.0051203603,0.011287037,0.033564515,0.015661793,0.024831481,-0.006038977,-0.03578897,-0.002420122,-0.008658888,0.046762936,0.0063396897,0.0020143653,-0.009861739,-0.03224632,-0.011245843,0.003194561,0.019377453,0.01894904,0.019921208,-0.010800953,0.0094909975,-0.024419546,0.02305192,0.014986219,-0.012168579,-0.02176668,-0.03130711,-0.009392133,-0.003291366,-0.03361395,0.016024297,-0.02502921,-0.0028897286,0.013272567,-0.020020073,0.02682525,-0.021008719,0.002982414,-0.00685049,0.0028135206,0.014681387,-0.0011225246,0.03611852,-0.0019330081,-0.020580305,-0.015768897,0.0077773454,0.002222393,0.0018979935,0.033004284,-0.037799217,-0.0005427252,-0.0036353322,-0.036151472,-0.004897915,-0.0030277271,0.010973966,-0.009556907,-0.00053809094,-0.03129063,0.0063726446,0.008123371,0.033976454,0.008922527,0.0030936368,0.011443572,0.0036991823,-0.011583631,-0.03155427,0.098864555,-0.0037135999,0.021816112,-0.03206507,0.02848947,-0.007287142,-0.009153211,0.0003354701,0.00018356883,0.020250756,-0.009548669,-0.02158543,0.009762875,0.0021564832,0.0156206,-0.016848167,0.009268552,-0.0024427783,-0.028901406,-0.035690106,0.0040946403,0.021882022,-0.003738316,-0.008078058,-0.030648014,-0.018042782,0.017202433,0.0065580155,-0.00001112709,0.031620182,0.0012018223,-0.017515505,-0.0024098235,0.024699662,0.017564936,0.026990024,-0.016955271,0.006665119,0.024221817,0.006990548,0.010100663,-0.015562929,-0.015768897,-0.019921208,0.03707421,0.01805926,-0.0080657005,0.020118937,-0.013058361,-0.04514815,-0.03489919,-0.002220333,0.0016333249,-0.009227359,0.008988436,0.019163247,0.019295067,0.02880254,-0.0025086883,0.020267235,-0.0151098,0.022689415,-0.006261422,-0.022672938,-0.0014355958,-0.022639984,-0.02170077,0.00080739387,0.025704784,0.0035735418,-0.046894755,0.04877318,0.039084453,0.009927649,0.0076537644,0.015150993,0.0163868,0.024551366,0.057703946,-0.011740166,-0.007126487,-0.023381468,0.007925642,0.01952575,0.00403079,0.010924534,-0.0068793255,0.039743554,-0.0008861766,0.027813895,-0.033136103,-0.0005628071,0.021799635,0.0025519414,-0.0053963573,-0.00268994,-0.038623087,-0.0041193566,-0.013181941,-0.036513977,-0.00067454466,0.0030359658,-0.006623925,-0.020580305,-0.02151952,-0.0068916837,-0.045411788,-0.0025622398,0.019739958,0.021651339,-0.0108091915,-0.009120256,0.008650648,-0.010636179,0.014623716,0.017169477,-0.024057042,0.003449961,0.0027867446,-0.03578897,0.008584739,0.017515505,-0.0118967015,0.00838701,-0.0061378414,0.020827467,0.0080657005,-0.040864017,0.028950838,0.021025196,0.017482549,0.016156117,-0.0065250606,-0.002939161,0.0027764463,0.046433385,0.0074642743,-0.034965098,0.012440457,0.012259205,-0.05684712,0.025144553,0.016938794,0.010603224,0.01588424,-0.011600108,0.012003805,-0.0058247703,-0.0055034603,0.0053675217,0.020563828,-0.024946824,0.03526169,0.023282602,-0.0023706898,0.0035694225,0.027715031,0.0017260103,-0.022870667,0.019410407,-0.0054045958,-0.02227748,-0.024485456,-0.028308218,0.035690106,-0.017878007,0.007254187,0.021008719,-0.0012430159,-0.0038145243,0.013849277,0.006677477,-0.03341622,-0.0009896754,0.016337369,-0.01805926,-0.009054346,-0.011006921,-0.034965098,0.03137302,-0.005454028,-0.0044159503,-0.020217802,-0.005717667,0.007196516,-0.012827677,-0.0041770274,-0.017680278,-0.03288894,0.004947347,-0.003680645,0.011707211,0.003316082,0.024205338,0.029247431,0.015439348,-0.009326223,0.0019113815,-0.028835496,0.03763444,-0.009944127,-0.014895594,-0.020761557,-0.008881332,-0.0019793508,0.0229201,-0.007126487,0.00090162415,0.04640043,0.004518934,0.022244526,0.0044612633,-0.011748405,0.0019680227,0.0016755483,-0.0055611315,-0.015933672,0.0359867,0.030516194,-0.035360556,0.04231403,-0.004790812,-0.006854609,-0.07849846,-0.018652447,0.029461639,0.043764044,-0.008090416,-0.014714342,-0.011962611,-0.0044077113,-0.042676535,0.0020586485,-0.024419546,-0.038820814,0.013206657,-0.031620182,-0.017367207,0.009153211,-0.04116061,-0.033465654,0.023282602,0.01324785,-0.011196411,0.0032563515,-0.0104714045,0.030466761,0.005000899,-0.02529285,-0.016889362,0.0077773454,0.027369006,-0.015076845,0.016872885,-0.011929656,0.017976873,0.00068020873,-0.05276072,-0.0111305015,0.011278798,-0.0045230533,0.0087247975,0.0038969114,0.008444681,-0.016790498,-0.0027414318,0.0012883288,-0.025391715,0.0090625845,-0.023381468,0.0022738848,-0.012827677,0.011377662,-0.042083345,-0.00204835,-0.003386111,-0.016650438,0.02580365,0.014384793,0.0053098504,-0.062778994,-0.008106894,-0.017367207,-0.017433116,-0.014541329,-0.004902034,-0.0016425934,-0.0019391871,0.021667816,0.009013152,0.01945984,0.006067812,-0.013898709,0.012910063,0.008922527,0.008148087,-0.021239402,0.02740196,-0.0239417,0.007624929,0.0050173765,0.0032563515,0.0037753903,-0.010265437,0.033943497,0.04102879,0.015546451,0.017482549,0.00089235563,0.0359867,0.03526169,0.025589444,0.005845367,0.00029247432,-0.002298601,0.02214566,-0.0029721158,0.005128599,-0.015060368,-0.0016116983,0.030071303,0.024699662,0.030779833,0.0013140747,0.006269661,-0.010990444,0.0014242675,-0.003155427,0.020300189,-0.02150304,0.020860422,0.012176818,0.030713923,-0.045411788,0.014739058,-0.002900027,0.00084343826,0.01325609,0.015472303,-0.013099554,-0.0066486415,-0.014112916,0.013173702,-0.0135362055,0.020217802,0.02740196,0.021025196,0.0020740961,-0.009540429,-0.01652686,0.031669613,0.034108274,0.008226355,0.009647533,-0.06366877,0.027154798,0.038721953,0.008119252,0.0029288626,0.0069987867,-0.020366099,-0.043203812,0.0012512546,0.03994128,-0.037996944,0.018981995,-0.04551065,0.020662693,-0.029181521,-0.022837713,0.020184847,-0.01171545,0.04353336,-0.007954477,-0.004039029,-0.013709218,-0.018388808,0.046367478,0.020580305,-0.03539351,0.027747985,0.008568262,0.04102879,0.019476317,0.013618593,-0.00499266,0.010784475,0.011369424,0.010463166],"social":"https://twitter.com/thamsuppp"},{"title":"split horizons","description":"a game about a girl exploring imaginary environments, and in doing so, finding a way to go beyond them","niche":"other","youtube_url":"https://youtube.com/watch?v=pH3xhnRX3B0","youtube_transcript":"What's up guys? Hassan here? Me and my teammates are working on this game called splittelizons. It's a game about a girl exploring environments and in doing so, finding ways to go beyond them. We wanted to create an immersive gaming experience with a strong story, some kick ass visuals, and beautiful atmospheric music. A game that we want to play when we felt like chilling out. I'm glad to tell you that it's going really well. Let me show you how spirit horizons work. You play as Sarah, the sixteen year old protagonist, who explores environments and finds relics. These relics give her special power ups that help her traverse through these environments more efficiently. Right now she explores one massive environment, finds one relic and goes beyond this environment into another. Got from absolutely zero to here in six weeks and We're pretty fucking proud of it. Although we only manage sixteen percent of our demo day goal, it has taught us when it comes to gaming. There's only so much revenue you can make on a promise alone. So we're planning to make split horizons as best a game as we can, then start marketing and trying to sell it to people when we have enough to show for it. But coming from scratch to hear in six weeks, and getting great feedback through build space and in our personal circles. I think it is our real progress. We're building, making mistakes, and learning every day because of this encouragement.","embedding":[0.024219535,0.027267028,0.028521018,0.028783482,0.001942958,0.007895773,0.0024405448,0.013429375,0.009871539,0.017060118,0.01618524,-0.043131478,-0.01797874,-0.07156501,0.008289468,0.05584637,-0.0022145347,-0.041935813,-0.050830405,-0.006805821,0.020545049,0.0048555722,-0.017993322,0.035986643,-0.02314052,-0.017716277,-0.00921538,0.048789024,-0.035140928,-0.0031823684,0.012109768,-0.03718231,0.0069698603,-0.033828612,0.0054862136,0.015208294,-0.012189965,0.011176565,-0.010884939,-0.032195505,-0.008821685,0.006652717,0.013443957,0.011511935,-0.02618801,0.041265074,-0.044443797,0.03630743,0.0072177425,0.047155917,-0.06164973,0.003162319,0.0049029617,0.07827241,0.017497558,-0.060308248,-0.011723364,0.029395897,-0.045202024,-0.015660314,0.013407503,0.02607136,0.01843076,0.012277453,0.03234132,0.011336959,-0.03315787,-0.011300506,0.017920416,0.073139794,0.069815256,0.023417564,-0.015120806,0.017570464,0.0057778396,-0.023344658,-0.003772911,-0.014019918,0.006492323,-0.04797247,-0.05940421,-0.0015100756,0.014916668,0.0054752775,-0.004447296,-0.012539917,-0.068823725,0.0056867064,-0.05001385,-0.0063392194,-0.00050305476,0.05246351,-0.015208294,0.009696563,0.048818186,-0.031845555,-0.028521018,0.017774602,0.06304953,0.004695178,0.04211079,0.0051945876,-0.009813214,-0.040361032,-0.004698823,-0.00303291,-0.006536067,0.022513524,0.015135387,-0.0303291,-0.1655269,0.013939721,0.032049693,0.00031144742,0.013910558,0.028827226,0.0026957174,-0.055438094,0.014778146,-0.027573235,-0.022878056,0.04447296,-0.01829953,0.006248086,0.018401599,-0.045027047,-0.013261691,-0.009944445,0.008508188,-0.023344658,0.012678439,0.015208294,0.0066344906,-0.042869017,-0.023840422,-0.0053950804,-0.041294236,-0.018634899,0.001230297,0.0058142925,-0.03248713,-0.004042665,0.002887097,-0.023388403,0.012831543,-0.042519066,0.011737945,0.03808635,-0.019407708,0.015937358,0.052609324,-0.009317449,-0.03347866,-0.007706216,0.03910704,-0.010367303,-0.0021507414,0.034295212,-0.06864875,0.016783074,-0.03067905,-0.0026738455,0.010046515,-0.05357169,-0.03202053,-0.041352563,-0.024686137,0.009025823,-0.05978332,0.039252855,-0.0017324404,0.022455199,-0.04931395,0.039340343,0.07850571,-0.012415975,0.05258016,-0.04269404,-0.017570464,-0.0415567,-0.030474912,0.00573045,-0.04237325,-0.0056137997,-0.03595748,-0.008048876,-0.056808736,0.045872763,0.02381126,-0.008012423,-0.016097752,0.04033187,-0.014070952,0.0065579386,-0.005570056,-0.09063735,0.08223852,0.021842785,0.030737376,0.04403552,0.025969291,0.014770855,0.037561424,-0.03954448,0.0033208907,0.02009303,-0.024423674,-0.02022426,-0.010250652,0.019466033,0.039311178,0.001981234,-0.017599627,-0.03449935,-0.037648913,0.021449089,-0.0030256193,0.060424898,-0.01638938,-0.016331054,-0.010250652,0.053542525,-0.038465463,0.008318631,0.042314928,0.016462285,0.020136772,-0.0046805968,0.04088596,-0.0021088202,-0.012226419,-0.008165527,-0.005941879,-0.022105249,0.01818288,-0.014129278,-0.014843761,-0.01809539,0.01606859,-0.0042212857,0.041265074,0.005154489,0.067890525,0.009514297,0.024627812,-0.023505053,-0.041206747,-0.048730697,0.031408116,0.009200799,0.042285763,-0.027675305,0.008668582,-0.014253219,-0.019845147,-0.039427828,-0.08043044,0.043860544,-0.031291466,-0.022615593,-0.043598082,-0.0028761611,-0.034907628,-0.022484362,-0.01955352,0.04785582,0.03000831,0.036015805,-0.005154489,-0.026144268,0.027952349,-0.007480206,-0.003907788,-0.01797874,-0.012714892,-0.011840014,0.00786661,0.047564194,-0.018780712,0.0015474403,-0.015849872,0.004483749,-0.025400622,-0.022440618,-0.013618932,0.039952755,0.098452926,-0.003561482,-0.00853735,-0.032195505,0.0075093685,-0.011759817,0.009740307,0.03651157,0.0020359138,0.027500328,-0.0041483794,-0.0076114377,-0.043335617,-0.0031003484,0.06748225,-0.052638486,-0.010308978,0.011038043,0.03785305,0.006882373,-0.0015848048,-0.007932226,-0.046456017,-0.00083660195,0.04179,-0.028010674,0.03213718,-0.0037054725,-0.0017242385,-0.027544072,0.054329917,0.014355288,0.008063458,-0.040856797,-0.045289513,0.009878829,-0.008675872,-0.004516557,0.00025995722,-0.037503097,0.04079847,0.010097549,-0.01393243,-0.039194528,0.01538327,-0.035140928,-0.02325717,-0.0069953776,-0.003421137,-0.039077878,-0.024584068,-0.0065105497,0.058441844,-0.027937766,-0.03088319,-0.041235913,-0.040156893,0.021201208,0.011045333,0.011052624,0.024511162,-0.051238682,0.0061387266,0.0024897566,-0.00019365786,-0.034178562,0.0307957,0.016972631,-0.0108411955,-0.034616,0.014705239,-0.035345066,-0.017030956,0.012867996,-0.04636853,0.018474504,0.0053294646,0.029031364,-0.010753707,0.019043176,-0.037328124,0.035024278,0.012569079,-0.012386813,0.014741693,-0.02910427,-0.024540324,-0.0031714323,-0.043598082,0.0011674152,0.043306455,0.007837447,-0.034441028,0.009288287,0.0070573483,0.027442003,-0.021624064,-0.028477276,-0.045756113,0.016855981,0.028273137,-0.02505067,-0.059579182,-0.014902087,0.044327147,-0.050801244,-0.016345635,0.04619355,0.041060936,0.029862499,0.034207724,0.0463102,-0.002848821,-0.020690862,0.022426037,0.016549774,-0.06503259,-0.033945262,0.003669019,-0.016462285,-0.023767516,0.00488838,-0.002504338,-0.021871947,-0.0019301993,-0.06199968,0.052609324,-0.014989574,0.018518249,-0.010498535,-0.005300302,-0.00016164736,0.035636693,0.08060542,-0.029833335,-0.052667648,0.020501304,-0.023986235,0.04435631,0.039486155,0.05447573,-0.008034295,0.011395284,-0.010833904,-0.05640046,0.037444774,0.046864294,0.050976217,-0.0019520713,0.0015264796,-0.01717677,-0.009959026,0.020705443,-0.013662676,0.040856797,-0.028623087,0.01055686,0.008216562,0.005267494,0.0076697627,0.015791547,0.008828976,-0.026479637,-0.03998192,-0.010586022,-0.030066637,-0.027398258,0.0007924024,-0.009587203,-0.0023257171,0.0188682,-0.0023639929,0.0231551,0.019786822,-0.035607528,0.011599422,-0.056662925,0.014581298,0.0105495695,-0.023198845,0.010308978,0.021055395,-0.012773217,-0.015485339,0.0037619749,-0.01832869,0.00494306,-0.020384654,-0.04033187,-0.0059564603,-0.017322581,0.019568102,0.030241612,-0.0036471472,-0.025910966,0.004450941,-0.032282993,0.0699319,0.050626267,0.012765926,-0.06322451,-0.02989166,-0.06252461,0.01764337,0.0039734035,0.025998455,0.052988436,-0.017468395,-0.019524358,-0.05153031,-0.013786618,-0.012656567,0.011067205,0.019130662,0.059462532,0.0035724181,-0.0040718275,0.09921115,0.027835699,-0.03785305,-0.029702105,0.0024132049,-0.029600035,0.030504076,-0.039690293,0.019495195,0.019043176,-0.0020596082,-0.009645529,-0.029789591,-0.01494583,0.02325717,0.015689477,-0.0016759379,-0.028127324,0.012233709,0.0017196818,-0.012773217,0.016666424,-0.016783074,-0.06322451,0.017001793,-0.016768493,0.0021926628,-0.020399235,-0.046776805,0.02808358,0.008858139,-0.045377,0.02303845,0.00019730319,-0.041731674,0.015120806,-0.021274114,0.009944445,0.015091644,0.039311178,0.027092053,-0.0023968008,0.0058835535,0.0014380806,-0.00038048075,-0.021303276,0.012051443,0.015149969,-0.04625188,0.028841807,-0.013400213,0.036569897,-0.0071411906,-0.001794411,-0.0050123213,-0.0012485236,0.043131478,0.002017687,-0.01853283,-0.0037000044,-0.021842785,0.003459413,0.02099707,0.003885916,0.01764337,-0.0010781047,0.012051443,-0.0029600034,-0.012663857,-0.0074510435,-0.058908444,0.033274524,-0.01630189,-0.010790161,0.014778146,0.008121783,0.011745236,-0.027456583,-0.043131478,-0.030504076,0.023388403,-0.03222467,-0.0021142883,-0.024409093,0.004953996,0.02696082,-0.00062881847,-0.0048118285,-0.0053112376,-0.013575189,0.039223693,-0.007932226,0.0073599103,0.016462285,-0.014923958,0.013152331,-0.0460769,0.004133798,-0.008398828,-0.0005240154,-0.022571849,-0.034761816,0.008500896,-0.015047899,0.0124743,0.037823886,-0.013947012,0.018051647,0.03234132,0.006794885,-0.025779735,-0.042402416,0.008318631,-0.035082605,0.013422085,0.037444774,-0.0119129205,-0.009915283,-0.031408116,0.0032935508,0.008821685,0.02873974,0.0057340953,-0.028593926,-0.029862499,0.0016358393,0.028360624,0.041819163,-0.00089902815,0.012488882,0.011840014,-0.021055395,-0.01055686,-0.010287106,0.045289513,0.012481591,-0.021682391,0.011788979,-0.04068182,0.02694624,-0.014931249,0.039573643,0.0033117773,-0.03111649,0.06433269,-0.0028469984,-0.039369505,-0.021988597,-0.005887199,0.04660183,0.0019666525,0.022965545,0.03855295,-0.0341494,-0.020938745,0.015208294,-0.003486753,-0.0131596215,0.031816393,-0.010950555,0.01999096,0.017118445,0.011030752,-0.0054643415,-0.0015583762,0.018751549,0.0026465056,0.017482975,-0.02684417,-0.0067219785,-0.005351336,0.033653636,0.037153147,-0.02617343,-0.027310772,-0.0033372946,0.04473542,-0.039019555,0.01786209,0.005774194,-0.043481432,-0.014034499,0.021040812,0.0076114377,0.0041738967,0.014085534,-0.04056517,-0.0048337,0.031495605,0.01662268,-0.03706566,0.017118445,-0.0269754,-0.01100888,0.005446115,0.022717662,-0.085563056,-0.01987431,0.0031769003,-0.032078855,-0.028112743,-0.01999096,-0.00045771606,0.0048008924,0.007042767,0.0056757703,0.0032899054,-0.019699333,-0.028448112,-0.029600035,-0.007425526,0.04056517,0.004042665,-0.03202053,-0.039631967,-0.011657747,0.01404179,-0.029148014,-0.0021142883,-0.014807308,-0.027019145,-0.020749187,0.0045858184,-0.009944445,-0.0067693675,-0.025692247,0.022819731,0.01627273,0.01752672,-0.016914306,0.017672533,0.005293011,-0.0019976378,-0.039369505,-0.013830361,-0.009689272,-0.02437993,0.0097694695,0.00864671,-0.000531306,0.009062277,0.012401394,-0.00030552375,0.0054096617,0.06234963,-0.014872924,-0.010586022,-0.0013232528,0.015222875,-0.00999548,0.014719821,0.0019356674,0.019057756,-0.011096368,0.020895,0.000115055554,0.0265088,0.03447019,0.028258557,-0.001970298,0.02032633,0.01436987,0.04785582,0.037823886,0.010454791,0.0008097177,0.002785028,0.04706843,-0.02920634,-0.025488108,-0.020122191,0.010877648,-0.036803197,0.00809262,0.044852074,0.043452267,-0.012379522,0.0017716277,0.0012184497,0.013662676,0.0032297575,-0.001381578,-0.023184264,0.030970678,-0.014216766,-0.05750864,-0.049722224,-0.029352153,0.0069261165,-0.02662545,0.014916668,-0.0039916304,-0.009317449,-0.00017269726,-0.060541548,-0.019349383,0.015222875,-0.036103293,-0.02483195,-0.006773013,0.007706216,-0.008121783,0.024321605,-0.016870562,0.065732494,-0.032866247,0.016097752,0.0115046445,-0.0020523176,-0.023461308,-0.019597264,0.025517272,-0.0020632537,-0.0054570506,-0.0023402984,-0.016943468,0.006601683,0.019947216,-0.045143697,-0.0050269025,-0.005562765,-0.009499716,-0.027208703,-0.0104475,0.022046922,0.009164345,-0.032632943,0.00028524664,-0.011278634,0.020603374,-0.01516455,0.020515887,0.019276476,0.028477276,-0.0017078345,0.022426037,0.00027886732,-0.031233141,0.02503609,-0.047039267,0.037357286,0.05223021,0.008413409,0.032749597,0.015922777,-0.007888482,-0.01201499,-0.013823071,-0.0152812,0.015339525,-0.009084148,-0.021653228,-0.010513116,0.021944854,-0.038961228,0.01829953,0.03315787,-0.04983888,-0.021157464,0.018226622,0.0066272,-0.008427991,-0.044852074,0.009973608,-0.003432073,0.02662545,0.023402983,-0.005063356,-0.005406016,-0.0067256237,0.006368382,-0.012984646,0.012634695,-0.02786486,0.0067256237,-0.003016506,-0.013976174,0.023271753,-0.0078082853,-0.0341494,-0.027675305,-0.019247314,-0.0064412886,0.041148424,0.025648503,0.0018682288,0.005515376,-0.041031774,-0.021682391,-0.025006926,-0.0071156733,-0.022994706,0.03473265,0.009448681,-0.0008110847,0.016345635,0.015033319,0.025356878,-0.0031769003,0.03064989,0.0037692655,-0.009127893,-0.013779326,-0.005551829,-0.028404368,0.014989574,0.010921393,0.00910602,-0.0131596215,0.019291058,-0.011650457,-0.027894024,0.010702672,-0.031087328,0.045085374,0.014872924,-0.029366734,0.0069370526,0.016345635,0.044297982,0.009018533,-0.0037000044,0.00027362717,0.011278634,0.014100115,0.005872618,-0.0029235503,0.015047899,-0.008880011,0.009514297,-0.00505242,0.0025827123,0.004851927,0.0012931789,0.014544845,0.003933305,-0.03648241,0.025808897,-0.029804174,-0.023563378,0.021624064,0.011315087,-0.01392514,0.03473265,0.0059673963,-0.003302664,0.0048045376,0.0073526194,0.028054418,0.02706289,-0.005817938,0.0026246337,-0.017439233,0.010928683,0.035636693,0.0040864088,0.003437541,-0.014785436,-0.013057552,0.009157055,-0.021609483,-0.0053185285,-0.01022149,-0.04683513,-0.02099707,-0.017789183,0.0061387266,-0.02223648,0.023417564,0.0016285487,0.021274114,0.0037510388,-0.031262305,0.06188303,0.027908605,0.027354514,-0.0042978376,-0.0050961636,0.028127324,-0.009259124,-0.03662822,0.015354107,0.001502785,0.008734197,0.0140563715,-0.0117962705,-0.019859727,-0.007035476,-0.018022485,-0.020661699,0.02009303,-0.017672533,-0.00809262,-0.011876468,-0.056983713,-0.0131596215,0.018824456,0.02717954,-0.042519066,0.010979718,-0.05952086,-0.00499774,-0.006864146,-0.0018654948,0.02337382,-0.041585863,-0.0008151857,0.036569897,0.020472143,0.017774602,0.042081624,0.01168691,0.006506904,-0.06672402,0.02414663,-0.027325353,-0.0072396146,-0.023738353,0.014442775,0.02020968,-0.03067905,0.008894592,-0.029118853,0.0211283,-0.013903268,-0.016651843,0.0037911376,-0.0012348536,0.007888482,-0.011067205,-0.0049248333,0.004837346,0.015835289,-0.007910354,0.008296759,0.008493606,-0.004235867,-0.04033187,0.01752672,-0.0037656203,0.024481999,-0.015237456,-0.008223852,-0.006503259,-0.030970678,0.029949985,0.022819731,-0.010534988,-0.012955483,0.043977194,0.013283563,0.023184264,0.0005955549,0.000549077,-0.02178446,-0.029220922,0.035199255,-0.05570056,0.0013852234,-0.0064121257,-0.0107245445,-0.0012968242,-0.005526312,0.023315495,-0.0075968564,-0.016374798,0.018634899,0.028141905,0.003907788,-0.00303291,-0.008274887,-0.010760998,-0.006794885,-0.03423689,-0.005154489,0.0386696,0.007837447,-0.00023740176,-0.000008622047,-0.001392514,-0.04065266,-0.011665039,0.0054315333,0.0005025991,0.030387426,0.0014490165,-0.0019338446,-0.017322581,0.0016303714,0.013443957,0.0009723903,0.0075020776,-0.017264256,-0.010308978,0.024073724,0.027500328,-0.0076551815,-0.013057552,0.008938336,0.002125224,0.028302299,-0.017322581,-0.029235503,-0.01921815,-0.031991366,0.010469372,0.021536577,0.015339525,0.01482918,0.0016258147,0.029862499,0.004749858,0.014362578,-0.011511935,-0.01123489,0.017760022,0.029439641,0.001133696,-0.007122964,0.003588822,-0.02134702,0.012153512,-0.012452428,-0.027164958,0.02324259,-0.018634899,0.055525582,-0.008705035,-0.029337572,0.00724326,0.0011072673,-0.007119319,-0.02459865,-0.0043197097,-0.007538531,0.019699333,-0.0004121495,0.0065688747,-0.023198845,0.012547207,-0.023111358,-0.009601785,0.004687887,0.01618524,0.08847932,0.003178723,-0.01641854,-0.02808358,0.035607528,-0.019014012,-0.010163165,0.008719617,-0.010075677,0.028477276,-0.008500896,-0.005245622,0.0017934997,0.010819323,0.0076478906,-0.0071630627,-0.0022218253,0.006248086,-0.0019502486,-0.013225237,0.01921815,0.0049138973,-0.003308132,-0.025108995,-0.0530176,-0.01796416,-0.005854391,0.014296963,0.013130459,0.031728905,0.005187297,0.024365349,-0.0010525874,0.0005445203,0.033187035,0.0064412886,-0.015893614,-0.0055080852,0.036103293,-0.015587407,-0.004133798,-0.015120806,0.011956665,0.0046514343,0.005402371,0.02223648,-0.007545822,-0.0055190213,0.00013601617,-0.028127324,-0.010323559,-0.0008484493,0.017949577,0.016141497,0.049722224,0.0038239453,0.026042199,0.015485339,0.0014034499,0.005500795,-0.009353903,-0.016578935,0.0053221737,-0.002675668,-0.04569779,0.0013168735,0.012160802,0.021536577,-0.02865225,0.012445138,-0.033332847,-0.0069990233,0.012233709,-0.008821685,0.033828612,-0.022076085,0.017235095,0.022207316,-0.0033427626,-0.03426605,-0.036919847,0.015893614,-0.02493402,-0.003864044,-0.00820927,0.017235095,0.0040645367,0.016593518,-0.029075108,0.05920007,0.014340706,0.012561788,-0.0010762821,0.0059746867,0.008238433,0.02010761,-0.038902905,-0.0020432044,-0.011708782,-0.016826818,0.022090666,-0.000009625935,-0.010731835,0.028389787,-0.015558245,-0.035549205,-0.0087560695,0.009864248,0.007265132,-0.008996661,-0.022382293,0.010250652,-0.007822867,0.008413409,0.025444364,0.015937358,-0.0305624,-0.0029126143,0.02426328,0.00013351001,0.02190111,-0.010214199,0.004830055,-0.031612255,0.0085227685,0.008836267,0.011628585,-0.030737376,0.0285356,-0.021332439,0.013334597,0.03289541,-0.001648598,-0.0021069977,-0.023082195,-0.004760794,0.023942491,-0.0006803087,-0.020384654,0.01392514,-0.033536986,-0.023855004,0.0053877896,0.006601683,0.016855981,-0.014019918,0.031787228,0.004742567,0.0013068488,0.013516863,-0.007873901,-0.0188682,0.039282016,-0.015120806,-0.027383678,-0.012036862,0.022265643,-0.0029107917,-0.021886528,-0.011767107,-0.017001793,-0.009076858,0.013888686,-0.005781485,-0.0030037474,0.013196074,0.008588385,0.0030985258,0.00015617938,0.0188682,0.035345066,-0.07115673,-0.025429783,0.00471705,0.013123169,-0.00042490812,-0.011737945,0.026494218,-0.04875986,0.011803561,0.0041192165,-0.0539508,0.011993118,-0.0096674,-0.009616366,0.012773217,0.033595312,-0.0024368993,0.0075749843,-0.011956665,-0.0065542934,-0.00955075,-0.03277876,0.016753912,0.01921815,0.010432919,-0.029512547,-0.008617547,-0.024963181,0.027383678,0.022848895,-0.024802787,-0.0018809874,0.035578366,-0.028812645,-0.00696257,-0.033391174,-0.004560301,0.017934997,-0.014894796,-0.013006518,0.018022485,-0.028316882,-0.01638938,0.03528674,0.0062699583,0.020734606,0.021667808,0.044910397,-0.031933043,0.007494787,0.0064412886,0.026013035,-0.043510593,-0.016447704,0.011293216,0.02134702,-0.003302664,-0.037503097,-0.013618932,0.019276476,-0.010250652,0.0059710415,0.01404179,0.0023567022,-0.0050961636,-0.022323968,-0.018547412,-0.015456176,-0.0051617795,-0.0011327846,-0.01157755,-0.00096145435,0.0055117304,0.014070952,0.00853735,0.0073562646,0.00041966798,0.00679853,0.02034091,0.017847508,0.028404368,0.0075166593,-0.013721001,-0.012744054,-0.0034739943,0.0037619749,-0.023228008,-0.022221899,0.013174203,-0.027164958,-0.030620726,0.049722224,-0.043423105,0.0012813315,-0.0056830607,-0.032632943,-0.01393243,-0.004494685,-0.022221899,0.02516732,-0.020982487,-0.011140112,-0.021288695,-0.010943264,0.0226885,0.018474504,0.019363964,-0.017468395,-0.005256558,-0.03423689,-0.012838833,-0.012044152,0.0038239453,0.006452224,-0.022892637,-0.02505067,0.007400009,0.021842785,0.0036362112,0.015529082,0.006816757,-0.0010744594,0.033886936,0.025313133,0.0081144925,0.018853618,0.015776964,0.024963181,-0.019728497,0.006146017,0.0247153,-0.010206909,0.0013979819,0.022061504,-0.00069443433,0.013334597,0.004538429,-0.0071484814,0.0072323238,-0.006660008,0.009674692,0.0051289718,-0.025138158,-0.0053659175,-0.010396466,-0.026552543,-0.010797451,-0.043948032,-0.01056415,-0.00084617094,0.017920416,0.029395897,0.025633922,0.00404631,-0.005562765,0.005693997,0.0021999534,-0.009069568,0.010826614,0.017760022,-0.010884939,0.045260347,-0.018372435,0.03111649,-0.03289541,0.026902495,0.043043993,-0.0053221737,-0.015762383,0.017162187,0.021536577,0.015864452,0.004224931,0.0075895656,0.001778007,0.0071375454,0.019393126,0.0038203,-0.025648503,0.019451452,0.047535032,0.013531445,0.019582683,-0.012539917,0.017278839,0.018153716,0.02022426,-0.027164958,0.017905833,-0.01404179,-0.028433532,-0.010994298,0.0035341422,-0.037328124,0.028506437,0.0028160133,0.01988889,0.03831965,-0.03304122,0.013502282,0.0037164083,0.022848895,-0.04864321,-0.0038567532,-0.07226491,-0.0027102989,0.00809262,-0.03639492,-0.0048920256,0.0084061185,-0.029585455,0.0078082853,0.0036945364,0.010323559,-0.0034502996,-0.0078009944,-0.03336201,-0.038961228],"social":"https://twitter.com/hussbin1"},{"title":"duotok","description":"learn languages while watching tv","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=gtzbt7F8kMY","youtube_transcript":"Yo. I'm John Vey, and I'm working on a Chrome extension to learn languages while watching TV called Dootalk. I built it because I learned Chinese for eight years, and the moment I stopped doing classes, I forgot it. So I wanted something where I could practice languages in a more fun immersive way. Let me show you how Duotop works. You choose your favorite show on Netflix, along with what language you wanna learn. Notice French dubbing. There's also French subtitles and English translations. When you click a word, it defines the word with an example sentence. Let's try a different example. Suppose you're learning Ukrainian? You get Ukrainian dubbing. Ukrainian subtitles, English translations, and when you click a word, you now know what the Ukrainian word for exceptions is. Do you talk supports thirty eight different languages from Arabic to Hebrew to Russian to Greek. So it doesn't matter what language you're trying to learn. You can watch your favorite shows and learn at the same time. Started at s three with an idea. In the first week, I built a mobile app, but when I showed it to people they told me they would not use it because they wanted to watch TV they already liked. So I scrapped the app and decided to build a Netflix Chrome extension instead even though I had no idea how to. I managed to pull something together and finally got published on week three after getting rejected a few times. When I announced the launch, I got twenty seven users, which I was not happy with, So I stopped building for a bit and focused on finding users by TikTok, Instagram, Reddit threads, Reddit ads, DMing people on Twitter. And I ended week four with two hundred forty one users and a lot of feedback. So I addressed that feedback. The biggest thing being people wanted to click on subtitles to get their individual definitions which I got working with GPT three and that brought me up to four hundred and twenty six users on a publicly launched Chrome extension at the end of s three.","embedding":[-0.0377329,-0.008905902,-0.052175693,-0.0028288688,-0.012025897,-0.014010683,-0.0067819613,0.043679934,-0.025545876,0.029852347,0.033895157,-0.031756572,-0.025809538,-0.024271512,0.050242174,0.022587007,-0.053406116,-0.04546697,-0.053552594,0.050798796,0.011439983,0.013021952,0.014164485,0.020126166,0.029544743,-0.04740049,-0.008781395,0.048250068,-0.054958787,0.0037754872,-0.015394906,-0.020565603,-0.021341939,0.029647278,0.019027576,-0.046287253,0.06146244,-0.008349283,0.025560524,0.016845044,-0.0100118155,0.001031759,0.061989762,-0.010927307,-0.05706808,0.013710401,-0.023861371,0.04177571,0.0037004168,-0.000008067769,-0.06989961,0.045320492,-0.058620755,0.029471504,-0.032020234,-0.035301354,-0.018881097,0.009909281,-0.010180266,-0.032342486,-0.012641108,-0.01327829,0.0452619,-0.009652942,-0.02676165,-0.00631323,-0.026307564,-0.010751532,0.0005346471,-0.011681672,0.050242174,-0.019862505,0.016288426,-0.025985312,0.008891254,-0.022337994,-0.007909847,0.06954806,0.010605054,-0.017943634,0.0038194307,0.0067563276,-0.016156595,0.020331236,-0.016903635,-0.02633686,-0.039344165,0.0016387298,-0.006393793,-0.016141947,-0.011359419,0.0067819613,-0.067790315,-0.0029936573,0.049304713,0.01748955,-0.031434316,0.041599937,0.033250652,-0.016522791,-0.012187024,-0.011256884,0.0040501347,-0.032196008,0.028006718,0.005613794,0.029178547,-0.003570417,0.0053391466,-0.01659603,-0.10042576,0.02599996,-0.017928986,-0.021151517,0.03052615,-0.0058078784,-0.0008976395,-0.042215146,-0.04376782,0.008415198,-0.065270886,0.0046360493,0.064392015,0.030906994,0.03957853,0.004343092,-0.041189797,-0.020448418,-0.023246162,-0.026541932,0.019745322,-0.015761102,0.059411738,-0.032635443,-0.034158822,0.017738564,-0.04130698,0.004738584,-0.041951485,0.0025560523,-0.00035818608,-0.03272333,0.037029803,0.005936047,-0.059558216,-0.060466386,-0.02346588,0.024549821,-0.03272333,-0.0020030956,-0.002288729,0.0010226041,-0.0126557555,-0.015585328,0.022469824,-0.0068771723,-0.019247293,0.06954806,-0.031141361,0.009989844,-0.0072177355,0.009154916,-0.018573493,-0.025868129,-0.006408441,0.037908673,0.0066867503,-0.03298699,-0.024798835,-0.037029803,-0.0036271776,0.0010683787,-0.020756025,0.034481075,0.07394242,-0.025091792,0.01633237,-0.050476544,-0.0016579552,-0.038728956,-0.0073275943,0.008737451,-0.036561072,-0.025692355,-0.041219093,-0.062985815,0.00044264016,-0.057390336,0.0068478766,-0.0024626723,-0.0014428147,0.027347563,0.03445178,-0.020140814,-0.020199405,-0.005423372,0.07083707,-0.042420216,0.0111030815,-0.0053391466,0.0048667532,0.04693176,-0.026248973,-0.039490644,0.020697434,0.0044859084,-0.009359986,-0.026981367,-0.0521171,-0.069665246,0.062399905,0.031756572,-0.021459121,0.0018099268,-0.03456896,-0.0250332,-0.00046278097,-0.02853404,-0.021078277,0.002925911,0.02482813,-0.0067563276,0.03456896,-0.024300808,0.014288992,0.0098213935,0.0439143,-0.004551824,0.056687236,0.020477714,0.015717158,-0.016962226,0.0039622476,-0.082789734,0.050388657,-0.04350416,-0.00073880167,-0.02318757,-0.020419123,-0.030584741,-0.011352095,0.029661926,-0.002491968,0.019569548,0.005610132,-0.007990411,-0.08109058,-0.053874847,0.010898012,0.010085055,0.082379594,0.012597164,0.029251786,-0.004423655,0.0016542933,-0.042566694,0.007887875,0.043386977,-0.04376782,0.0051780203,0.02242588,-0.03890473,-0.047722742,0.03585797,0.02249912,0.031258542,-0.007126186,0.043416273,0.02682024,-0.027391506,0.0123847695,-0.048425842,0.008356607,0.031610094,-0.008532382,-0.04514472,0.018617436,0.02620503,-0.0027647845,-0.019393774,-0.0019023914,0.019730674,-0.020199405,0.011608433,0.03134643,-0.012370122,-0.027142493,-0.022059685,-0.008839986,0.021590952,0.013952091,-0.004438303,0.015731806,-0.0053318227,-0.014208429,0.0036528113,0.03579938,0.020023631,-0.0022301374,0.00061337935,-0.035213467,-0.028914886,-0.0060385824,0.004200275,-0.03108277,0.009359986,0.0138422325,0.0040574586,0.036238816,-0.016508143,0.024095738,0.032166712,0.017548142,-0.012392093,-0.011234912,-0.03606304,0.051882736,0.003685769,-0.016083356,-0.0014803498,-0.037234873,-0.0064267507,-0.011300827,0.03559431,0.013996035,0.027215732,0.03374868,-0.06421624,0.011110405,-0.02676165,0.04151205,0.00013091529,-0.0036271776,-0.005434358,0.0087301275,-0.024710948,-0.046052888,-0.022015741,0.034744736,0.033514313,-0.043943595,-0.011396038,-0.010722237,-0.0111030815,0.015556033,0.0077706925,0.0123847695,-0.02655658,0.018339127,0.03404164,0.0054929494,-0.03606304,0.010253506,-0.021927854,0.038025856,0.005547879,-0.031785868,0.02175208,-0.020038279,0.0076388614,-0.034686144,0.026029255,-0.03169798,0.03600445,0.00073468196,0.0033268963,-0.051882736,0.029178547,-0.004753232,0.0377329,-0.0065915394,0.00076763966,-0.0047312602,0.024652356,-0.050593726,0.013153782,0.0039659096,0.026395453,-0.006954074,0.062927224,0.03697121,0.006719708,0.0038267546,-0.06667708,0.01536561,0.010729561,0.014706456,-0.030262489,-0.025970664,-0.006382807,0.02428616,-0.070485525,-0.00032889034,0.006166751,0.039871488,0.03884614,0.012772938,0.028680518,0.020873208,-0.02517968,0.029574038,-0.0017467579,-0.030701924,-0.009711535,0.00038610856,0.022616303,-0.03650248,0.03366079,0.055661887,-0.021224756,-0.0018218282,-0.044675987,0.0432112,-0.020799968,0.0154974405,0.049890626,-0.027479393,0.020507012,0.095093936,0.05179485,0.03691262,-0.0099166045,0.012875473,-0.00062848494,-0.005221964,0.05000781,0.014025331,0.015072653,0.008664212,0.005752949,0.021664193,0.01406195,0.052439354,-0.020389827,-0.037498534,-0.05551541,0.0008468297,0.070075385,0.052380763,0.010641674,-0.021034334,0.016859692,-0.06890356,-0.053933438,-0.00067929475,0.0036949238,-0.033016287,-0.00843717,0.040076558,-0.006243652,-0.053494003,0.013622514,-0.033924453,0.010414632,-0.014618569,-0.064392015,0.020902503,-0.0006055977,0.032342486,-0.009762802,-0.0049509783,0.06421624,-0.07195031,0.0062033706,0.023202218,-0.0064633703,0.029954884,0.018822506,0.030614037,-0.030643333,0.0041599935,0.026043903,-0.053816255,0.0028526715,-0.022132924,-0.01502871,0.057361037,-0.0012102799,0.0046836548,-0.010846744,-0.03758642,0.021649543,0.009601675,0.035975154,0.0070822425,0.02037518,-0.022352641,0.02743545,-0.007939143,-0.015629271,0.016098004,0.02538475,0.018851802,-0.017313777,-0.024066443,0.027069254,-0.00977745,-0.052849498,0.013358853,0.00692844,0.042918243,0.02408109,-0.02572165,0.06855201,0.011886742,-0.0048154853,0.0007937312,0.0029790094,-0.009608999,0.03931487,-0.034598257,-0.015248427,-0.006697736,0.0068735103,-0.042625286,-0.018441662,-0.023290105,0.021517713,-0.006609849,0.022132924,-0.050798796,0.01618589,-0.040984727,-0.008986465,0.02517968,0.016581383,-0.03134643,-0.011967305,-0.038934026,-0.007851255,-0.00086834375,0.012978008,0.01625913,0.014948146,-0.017313777,-0.011710968,-0.004350416,-0.023143627,-0.05522245,-0.035477128,0.029998828,0.03266474,0.022308698,-0.0056906953,0.032401077,-0.0147504,0.029383617,-0.024256865,-0.015599976,-0.0036381634,0.026497988,-0.027816296,-0.007034637,-0.027142493,0.0069760457,0.0055075972,-0.030584741,-0.024798835,0.0068771723,-0.025985312,0.019657435,-0.017064763,0.034949806,0.02043377,0.013263642,-0.0015984483,0.006606187,-0.0404574,-0.0315515,0.04080895,0.0023033768,-0.04810359,-0.030965585,-0.0078146355,0.033719383,-0.03606304,-0.006188723,0.0119306855,-0.030203898,-0.013563923,-0.02976446,0.011974629,-0.007602242,0.06550525,-0.01087604,-0.013095191,-0.012897445,-0.025018552,-0.0003105805,-0.0022173205,0.025824185,0.0012642938,-0.018954337,0.023963906,0.017577438,0.009704211,0.029954884,-0.029808404,-0.00051862595,0.015336314,-0.010758856,-0.026571227,0.0111982925,-0.045115422,0.019803913,0.022147572,-0.00039800996,-0.016918283,0.008752099,0.0075436505,-0.0017668987,0.00096492807,-0.026190381,-0.022015741,0.017094059,0.016903635,-0.034891214,-0.028094605,0.032694034,0.0298377,0.01722589,-0.018602788,0.0016753495,0.030203898,0.030965585,0.012882797,-0.0116523765,-0.014310963,0.026248973,-0.004035487,-0.0021001375,0.012875473,0.043797117,0.027288971,0.00411605,-0.017841099,-0.02428616,-0.0018740112,0.03052615,-0.0056723855,0.0202287,-0.032166712,0.0069174543,0.005921399,0.0123847695,-0.023656301,-0.015790397,0.017841099,-0.0027611225,0.004874077,0.0025835172,0.018075464,0.061345257,0.007983087,0.010224209,0.016639974,-0.022235459,0.00021113524,-0.004577458,0.009623647,-0.038113743,0.04212726,0.015438849,-0.034627553,-0.03251826,0.0076535093,-0.034188118,0.03594586,0.016888987,0.0013228853,-0.044148665,0.005840836,-0.0018666873,-0.020199405,0.0119306855,-0.023085035,0.015468145,-0.027347563,0.0246963,0.018192649,-0.028695168,0.040076558,-0.038172334,0.020550955,-0.0048044994,0.0008523226,-0.013886176,-0.008312663,-0.0005570766,-0.0036271776,-0.009858013,-0.02736221,0.038230926,-0.019174054,0.010282801,-0.0058115404,-0.00648168,0.025487285,-0.0029991502,-0.08402015,-0.003162108,-0.01934983,-0.06152103,0.00006906239,-0.0048118234,-0.025985312,0.0052659074,0.038875435,0.0105537865,0.014559978,-0.045027535,0.015116597,-0.03717628,0.006412103,0.024007851,0.0038047829,-0.024461934,-0.023085035,0.014618569,-0.018822506,-0.06638412,0.025575172,0.027801648,-0.012772938,0.01769462,-0.017064763,-0.00411605,0.032488964,-0.006829567,-0.00091961125,0.011073786,0.029661926,0.033777975,-0.04740049,-0.03492051,0.05551541,-0.049685556,0.02099039,-0.030584741,-0.03278192,0.011256884,0.004888725,0.014501386,0.06884497,0.036941916,0.00047330913,0.04444162,0.007799988,-0.016244482,-0.01913011,-0.035887267,0.015394906,-0.022762781,0.04631655,-0.001625913,0.0029497137,-0.0027373198,-0.029149251,-0.021224756,0.00023573908,0.029530095,-0.007690129,-0.0016927439,0.04300613,0.027450098,-0.007499707,-0.023436584,-0.026981367,0.000023445167,0.0020745038,0.0014052795,0.0012972516,0.0031163332,-0.004262529,0.025780242,-0.05686301,-0.02633686,-0.001521547,0.0011681672,-0.0009630971,-0.014186457,0.000081879276,-0.014984766,-0.01083942,0.0013778148,-0.0466388,0.008942521,0.014948146,0.007488721,-0.031170657,-0.01324167,-0.010656321,0.000079819416,0.03738135,0.007452101,-0.0096456185,-0.003030277,-0.069606654,-0.053552594,-0.012824206,0.022792077,-0.008554353,-0.023788132,0.026307564,0.007851255,-0.036121633,0.014069274,0.020946447,-0.033631496,0.0024150668,-0.028314322,-0.005533231,-0.006302244,0.051208936,-0.020345883,0.04493965,0.013864204,-0.023919962,0.02449123,-0.033162765,0.026117142,-0.0010720406,0.019496309,0.0048118234,0.04725401,-0.017474903,0.00036688324,-0.011967305,-0.0010509843,-0.004335768,0.03650248,-0.02106363,-0.0019847858,-0.023216866,-0.008012382,0.024754891,-0.064333424,-0.0059690047,-0.0025139397,-0.026512636,-0.06597398,0.0017138001,-0.006716046,-0.014193781,-0.009440549,-0.0070822425,0.00670506,-0.010238857,0.009484492,-0.024769539,0.033924453,-0.010004492,0.008407874,0.009660267,0.018236592,0.031199953,0.0021898558,0.031199953,-0.020404475,0.017006172,-0.010495195,0.014567302,0.002720841,-0.0021129544,0.02305574,-0.018192649,-0.0017916169,0.007807312,0.010795476,0.008444494,-0.016771805,-0.0013704909,-0.040486697,-0.011066462,0.024505878,-0.019774618,0.0019976026,0.02292391,-0.00114528,0.020419123,0.0029808404,0.015350962,-0.0077706925,-0.022762781,0.024872074,0.043797117,-0.0005808794,0.035916563,0.014010683,-0.011022518,-0.010963927,-0.0065878774,-0.015614624,-0.026380805,0.008964493,0.03538924,0.010473223,0.034539666,0.012033221,-0.046140775,-0.011234912,-0.00093288586,0.0031968965,0.011579137,-0.021590952,0.0027409818,-0.008525058,-0.008832662,-0.006507314,-0.0032756287,0.010714913,-0.0343053,0.059411738,0.015526737,0.016112652,-0.009411253,0.02359771,0.03512558,0.026776297,0.0038304166,-0.0445881,-0.041834302,-0.0147504,-0.010385336,-0.034158822,-0.020155462,-0.04904105,0.032225303,-0.010692941,0.034129526,0.018134056,0.033426426,0.028929533,-0.0004355451,0.014779695,-0.019100815,0.052439354,-0.0043943594,0.011667024,0.004965626,-0.01934983,0.015805047,-0.010773504,0.021005038,-0.010348717,-0.026117142,0.040047262,0.017548142,0.016639974,0.0026237988,0.0377329,0.025047848,-0.003559431,0.014127865,-0.020389827,0.013344205,-0.031375725,0.00032316853,0.019012928,0.07323933,-0.0025084468,0.039666418,0.012882797,-0.017885042,-0.012978008,-0.031317133,-0.009521112,-0.026395453,-0.0024095736,0.021488417,-0.013065895,0.019921096,0.017211242,0.009726183,0.03404164,-0.009784774,0.048220772,0.002726334,-0.008217452,0.012816882,-0.030203898,0.0143036395,0.012978008,0.01499209,-0.030408967,-0.010509843,-0.009674915,0.013461388,-0.010898012,0.005771259,-0.018134056,-0.032342486,-0.028621927,0.008671536,-0.025633764,-0.009067028,-0.013512655,-0.022894613,-0.053142454,-0.0037315434,-0.0042991485,-0.018749267,0.013600542,-0.017181946,0.0019152083,0.012282235,0.025150383,-0.0025230946,0.0019976026,-0.029735165,0.034686144,-0.025399398,0.0047861896,0.026395453,-0.0026237988,-0.01687434,-0.018925041,0.020419123,-0.029998828,-0.012326178,0.031815164,-0.012055193,-0.015512089,0.0090890005,-0.017548142,0.0035978819,0.03738135,-0.007507031,0.0016323214,0.0014876737,0.010736885,0.007836607,-0.02305574,-0.0045371763,0.013549275,-0.00050855556,-0.008986465,-0.017870395,0.003248164,0.0055954843,-0.023377992,-0.01104449,0.03998867,0.027010662,0.022543063,-0.019862505,0.024930665,-0.03245967,-0.000005578777,0.026996015,0.037967265,-0.030262489,0.017679973,-0.019847857,0.021590952,-0.024330104,0.0065402715,-0.0015334483,-0.014779695,0.009521112,-0.029339673,-0.024125034,-0.0014107724,-0.011110405,0.0067453417,-0.012077165,0.043094017,-0.03011601,-0.0031419669,0.031024178,0.05138471,0.011366743,0.016361665,-0.0042845006,-0.025941368,-0.0009942239,0.04678528,-0.013996035,0.030086715,-0.0050315415,0.015629271,0.01502871,-0.0034843609,0.0048044994,-0.024930665,0.005386752,-0.014838287,-0.022074332,0.0024791511,-0.018207297,0.006807595,-0.0057968926,-0.030877698,0.016815748,0.0031163332,0.033514313,0.002914925,0.017723916,0.03445178,0.012194348,0.0125166,0.044412326,-0.021371234,0.017460255,-0.003162108,0.0035411213,0.007364214,-0.013314909,-0.008942521,0.018090112,0.015204484,0.008444494,0.0098213935,0.013512655,-0.037850082,0.0065402715,0.013146458,-0.016420256,0.0149408225,-0.033455722,0.040281627,-0.012685051,-0.009667591,-0.0127509665,0.018807858,0.012494628,-0.0054636537,0.02112222,-0.003242671,0.0019005605,0.00608985,-0.0514433,-0.042683877,-0.01962814,0.0030614038,0.014069274,0.000114722534,0.01299998,0.0027940802,0.013087867,-0.02799207,-0.026747001,-0.0068808347,0.024681652,0.017782507,-0.0073239324,-0.008905902,0.08607085,0.0014345753,0.03685403,0.0019609828,0.039695714,0.0027867563,-0.016449552,0.05551541,-0.0075216787,-0.00048566828,-0.013292938,0.014721104,-0.00016249975,0.018207297,-0.007514355,-0.0013704909,0.022616303,0.010121674,-0.0039732335,-0.0038157688,0.025487285,0.021986445,-0.007829283,-0.0056504137,-0.04980274,0.0029076012,0.011586461,0.0022283064,0.015526737,0.021693489,0.012260263,-0.029647278,-0.015892934,0.03861177,0.0036106987,0.025677707,-0.017636029,0.0012734487,-0.034070935,-0.024198273,-0.011923362,-0.013673781,0.032166712,0.01152787,-0.0134833595,0.029735165,0.011088434,0.03404164,-0.04652162,-0.028021365,-0.016815748,0.0039292895,0.005416048,-0.0077194246,-0.022938557,0.0062143565,0.01879321,-0.0071994257,-0.0034129524,0.020287292,-0.025150383,0.020038279,-0.02372954,0.0043137963,-0.010707589,-0.020463066,0.02516503,-0.00806365,-0.028797703,-0.0012185193,-0.021312643,0.011996601,-0.0016130961,-0.013952091,0.018075464,0.021561656,0.02339264,-0.0058737937,0.014559978,0.0370591,0.0004440134,-0.0051597105,-0.013248994,-0.010810124,0.0003316368,-0.0030723896,0.004588444,0.02043377,0.0031016853,0.03826022,-0.022381937,-0.017518846,0.021590952,0.013439416,0.011879418,0.009301394,-0.0058957655,0.018939689,-0.026996015,-0.026234325,0.006950412,0.019950392,0.0034276003,0.017006172,-0.0063718213,-0.0056833713,-0.0521171,0.018734619,0.007858579,-0.015014062,-0.00012485016,-0.014501386,-0.0073275943,0.01653744,0.012406741,-0.0039805574,-0.05481231,0.014721104,0.008796043,-0.011242236,-0.007272665,-0.004024501,0.008173509,0.007983087,-0.012077165,0.020463066,0.02292391,-0.0281239,-0.002279574,-0.02147377,-0.013871528,-0.02909066,0.021664193,0.0007937312,-0.013834909,0.039432053,-0.0051597105,-0.03506699,-0.02490137,0.017123355,-0.018470958,-0.005958019,0.022381937,0.03286981,0.014516034,0.0029826714,0.025560524,-0.00046964717,-0.01702082,0.009528436,0.014779695,-0.023949258,0.016449552,-0.007448439,0.0077047767,-0.03752783,0.022616303,0.02058025,-0.049568374,-0.0054636537,-0.0017183776,-0.0019023914,0.031258542,0.016303074,0.0072177355,-0.006250976,-0.046492323,0.018485606,0.03644389,0.015043357,-0.0105537865,0.007682805,-0.033485018,0.0017559128,0.016493496,-0.015204484,-0.018148705,-0.008276043,0.00627661,-0.025047848,0.01385688,0.0003959501,0.0020085885,0.013490683,-0.012523924,0.0037022477,-0.007983087,-0.003032108,-0.004980274,-0.0062399902,-0.017621381,0.01365181,0.00020163701,0.0062290044,0.010758856,-0.009001113,0.0046140775,0.008554353,-0.0013604205,0.031756572,-0.008217452,-0.02153236,-0.007587594,-0.0023436584,0.01091266,0.022411233,-0.0029698545,0.032899104,-0.008261396,-0.023641653,0.011974629,-0.0051487247,-0.011425335,0.011337447,0.028343618,0.020550955,-0.030086715,0.04432444,-0.0065366095,-0.036473185,0.04719542,0.0015966173,0.01838307,-0.028006718,0.027845591,0.008774071,0.014706456,-0.02525292,-0.022235459,0.0005790484,-0.0049473164,-0.020111518,-0.008810691,0.036590368,-0.033572905,0.030291785,-0.025780242,-0.010282801,0.016654622,-0.007254355,-0.002286898,0.03073122,-0.016976876,-0.00692844,-0.032957695,0.016845044,0.029368969,0.0027684465,0.015482793,0.012619136,0.0048411195,0.0018227437,-0.007594918,-0.010619702,0.007272665,-0.010319421,-0.032899104,-0.038289517,-0.0052732313,-0.01728448,-0.022250107,0.011938009,-0.011579137,0.009147592,0.025531229,0.007367876,0.003354361,-0.016508143,-0.03380727,0.032078825,0.028270379,-0.0032115444,-0.0057126675,0.0016661946,-0.009389281,-0.0031694318,0.018822506,0.008788719,0.008649564,-0.012282235,-0.028548688,-0.00840055,-0.02572165,0.0019646448,-0.011608433,0.000027479051,0.0025047848,0.00032408402,-0.006185061,0.008774071,-0.013805613,0.038787547,0.012487304,0.010795476,0.002711686,0.0073752,-0.0030906994,0.021971798,-0.020214053,0.0061997087,-0.024198273,0.010934631,0.0065292856,-0.021796023,-0.00011867059,0.023832075,0.032752626,-0.019774618,-0.05604273,0.0007250693,0.010048435,-0.03471544,-0.010128998,0.016317721,0.011359419,0.0009823224,-0.0116597,0.019217998,-0.013439416,0.01327829,0.0021330954,-0.016200539,0.0050974567,-0.0067782993,0.011571813,0.020741377,-0.0064304126,-0.006056892,0.03925628,0.008246748,0.055339634,0.019510956,0.03298699,-0.006829567,0.03875825,-0.009674915,0.012128432,-0.017577438,-0.018178001,-0.009667591,-0.02551658,0.008722804,0.023011796,0.031873755,0.00031744668,0.016815748,-0.015424201,0.002294222,0.0063315397,-0.006825905,0.0021532362,0.07288778,0.04344557,0.024461934,-0.011608433,0.02017011,0.022865318,-0.03052615,-0.021693489,0.016713213,-0.019467013,-0.01625913,-0.021136869,0.029442208,-0.031317133,0.04652162,-0.0031877416,-0.009967872,-0.01536561,-0.0016341524,0.027845591,0.009001113,0.023421936,-0.00007100782,-0.031112066,-0.033953752,-0.022337994,-0.007895199,0.020243349,-0.069255106,0.021869263,0.0024718272,0.009667591,0.02592672,0.023788132,0.033690087,-0.01605406,-0.013725049,-0.013607866],"social":"https://twitter.com/janvikalra_"},{"title":"old skaters tricks challenge","description":"a skateboarding challenge for amateurs aged 30+ who submit one trick per week for 12 weeks.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CAsqTziJujg","youtube_transcript":"What's up my friend? My name is Ben, and I'm working on the old Skater Tricks challenge. It's a skateboarding challenge for amateur skateboarders, h thirty plus. All they have to do is submit one given trick per week for twelve weeks. I'm doing this because myself, I'm an always gets My mission is simply to get my friends back to skateboard, stop making excuses not to do skateboarding. Joining the AllScaler trick challenge is really easy. You need to go to learning page. From there, you can join to tutor community. And in the Twitter community, each week you have a pinned thread where you submit the weekly trick. At the end of each week, You can check your position on the leaderboard, or you can also just chill out, watch the weekly mix. And from there, you can select anyone's trick. Look at it, analyze it frame by frame or just for fun, and you can even compare with a friend from the challenge. Right now, we are over twenty Skap orders having submitted at least one trick as part of the challenge. And it was certainly not easy. On the acquisition side, I clearly overestimated the sub edits r slash postkaters. And even with multiple posts on Reddit, TikTok, Telegram, YouTube. The acquisition has told to about three new submitters per week. However, on the engagements, it's another story. The current members are stoked about the project. I had amazing reviews and over a hundred tricks have been submitted. Even two partners joined to sponsor the challenge.","embedding":[0.038113873,0.022581274,-0.026265083,-0.020221082,0.014105322,0.010381645,-0.004078503,0.05077597,-0.007323764,0.014121269,0.03173498,-0.06283207,-0.021289548,0.027939541,-0.019774562,0.028035225,-0.015907358,-0.041717947,-0.034637377,0.04678916,0.04190931,-0.019965928,0.040282693,0.021034392,-0.0015389074,-0.03007647,-0.0059124343,-0.004405421,-0.018945305,-0.0054300306,-0.030347573,-0.024223838,-0.031320352,0.0024120181,0.036933776,-0.0019296145,-0.0071682786,0.016632957,0.004951614,-0.03722083,0.042228255,-0.04347214,0.017510055,0.007383566,-0.022979954,0.008145046,-0.0032093793,-0.028896375,0.009935122,0.06359754,-0.03639157,0.06895581,-0.0056014634,0.07252799,0.0027568769,0.002776811,-0.007359645,0.0037655388,-0.011322531,0.039421543,0.026599973,-0.02645645,0.026472397,-0.009273312,-0.021512808,-0.029470475,-0.014440213,0.03537095,-0.010270014,0.031160882,0.019375881,0.018020365,0.025292302,-0.049468298,-0.059642628,-0.0066779014,-0.006103801,0.043153197,0.06895581,-0.030857883,-0.014990393,-0.02806712,-0.0061356956,-0.0034585549,-0.044460867,-0.046151273,-0.028784744,-0.028880427,-0.017350582,-0.030219994,-0.01348338,0.018387152,-0.0667232,0.025499616,0.09211118,-0.017207058,-0.045640964,0.04174984,0.037125144,0.008236743,0.051669013,-0.0436954,0.011322531,-0.0138661135,0.03926207,0.008388241,-0.035721786,0.027333546,0.02328295,-0.023203215,-0.1150114,-0.014408319,-0.013451486,-0.02380921,0.012040156,-0.011489977,0.047076214,-0.029550212,-0.015277443,-0.013786377,-0.032165557,0.049659662,0.0008481931,0.0050353366,-0.015971148,-0.011489977,0.020715447,-0.056963492,-0.0039888,-0.024128154,0.014137217,-0.03948533,0.005202783,-0.066212885,-0.026807288,-0.03082599,-0.06302344,0.011394293,-0.02880069,0.015907358,0.02305969,0.0103019085,-0.025260407,0.016441591,-0.0076865633,-0.018674202,0.012693993,0.017701421,-0.034828745,-0.032755602,-0.02363379,0.022692904,-0.01701569,0.022469642,0.0072480147,0.000036348465,-0.007830088,0.0419731,-0.028720954,-0.032516394,0.027014602,-0.036359675,0.032293133,0.0077862334,-0.02696676,0.026121557,-0.017717369,-0.024909567,-0.050457027,-0.007423434,-0.023187267,-0.049245037,-0.041941207,0.0016654885,0.038847443,-0.021034392,0.025276354,-0.058334954,-0.02978942,-0.058558214,-0.043280773,0.0024199917,-0.016258197,-0.0035761655,-0.04739516,-0.003934978,0.013331882,0.0026512265,0.025898296,0.026871078,0.014639554,0.048320096,0.038751762,-0.032452606,0.016106699,-0.048288204,0.08069297,0.021799859,0.06519226,0.014089375,-0.021257654,0.029821314,0.01569207,0.0013714615,0.021704175,-0.010931823,-0.0004113886,0.02231017,-0.02714218,-0.032293133,0.0523069,0.00559349,0.028992059,0.020635711,-0.035721786,0.015548546,-0.017956577,-0.006227392,-0.042292044,0.011226848,-0.01575586,-0.0015618316,0.029103689,-0.032053925,0.038783655,0.020827077,0.06608531,0.018068207,0.043663505,-0.032436658,0.002024301,0.025483668,-0.051605225,-0.08936826,0.043057512,-0.012654125,0.0339357,-0.01943967,0.004249936,-0.011936499,0.053550787,0.004847957,0.029119635,0.023219163,0.0078021805,-0.005669239,-0.07055053,-0.0036638754,-0.019678878,0.055113614,0.044237606,0.0014741218,-0.050935443,0.01606683,-0.017350582,-0.013076725,0.020077558,-0.013355803,-0.018530678,0.042196363,0.033616755,-0.03140009,-0.060057256,0.007447355,-0.012008262,0.04905367,-0.007985574,0.0054260436,0.038975023,-0.00027334545,0.0015249535,0.017813053,0.05128628,-0.009839439,0.033042654,-0.030921672,0.026440501,0.025467722,-0.036359675,-0.0048120758,0.015173786,0.022692904,-0.01169729,0.002228625,0.0002738438,0.0284658,-0.0072878827,0.006968938,0.015086076,0.0050552706,-0.0391026,-0.018753938,-0.0035921128,0.013674747,0.02409626,-0.0095763095,-0.06528795,0.012319232,0.00058805395,0.011450109,-0.03313834,-0.014201005,-0.0031435972,-0.023330793,0.00513102,-0.0011511904,0.00787793,0.05680402,-0.025738824,-0.03380812,0.0012787683,0.076610476,-0.012119892,-0.02420789,0.022804534,0.008013481,0.035083897,-0.013953824,0.040218905,-0.025292302,-0.050106186,-0.01679243,0.024941463,0.012064077,0.053805944,-0.025228513,0.005007429,0.03082599,0.006374904,0.0009877314,0.042802356,-0.04898988,-0.049468298,0.0067735845,0.009751729,-0.020890867,0.021895543,-0.018371206,0.053040475,0.07909825,-0.053550787,0.0110514285,0.026137505,0.037061356,0.0067695975,0.061970923,0.0067975055,-0.0076666293,-0.025866402,0.026807288,-0.011354425,-0.011968394,0.01357109,-0.034924425,-0.025403932,0.014830921,-0.050169975,0.00068323896,-0.014711317,-0.008571634,-0.01328404,0.018371206,-0.021034392,0.01869015,0.023458371,0.05900474,-0.032245293,-0.028880427,0.03473306,-0.019503457,-0.00074104767,-0.011147112,0.027508967,-0.012941174,-0.008053349,-0.011880684,0.032069873,0.0038153739,0.03945344,0.0218477,0.051254388,-0.027237862,0.030092416,-0.042004995,0.013515275,0.036487255,-0.008802869,-0.01880178,-0.05836685,0.000531242,-0.013802324,-0.036423467,-0.04796926,0.009743756,0.03604073,0.004054582,0.046470217,0.03232503,0.0057051205,0.02443115,0.042738568,0.011617554,-0.09172845,-0.027907647,0.019152619,0.062066607,-0.044811707,-0.019694826,-0.008842737,-0.0056772125,-0.00465659,-0.040729217,0.053997308,0.0052267034,-0.014001665,-0.017494109,0.036072627,0.027046496,0.05756949,0.05026566,-0.014918631,-0.057122964,0.014328583,-0.021209812,0.03645536,0.0074513415,0.04634264,0.006335036,0.024351414,-0.036997564,-0.007132397,-0.014910657,0.053040475,-0.022533432,-0.011968394,-0.017765211,0.009823492,0.05077597,0.017111374,-0.013642852,-0.020077558,0.014464134,0.03403138,0.027955487,-0.00051728816,0.036774304,-0.0195513,0.0010216192,-0.038400922,0.005529701,-0.005549635,-0.012335179,0.0074353945,0.02897611,-0.020811131,-0.02880069,0.013299987,-0.012885359,0.03100141,0.012311259,-0.01983835,0.038337134,-0.037061356,0.0284658,0.040378377,0.0138900345,-0.014224926,0.023713525,0.0030678478,-0.010421513,0.046438325,0.0050154026,0.005107099,0.029183425,-0.059706416,-0.017270846,0.024670359,-0.0029980787,-0.02259722,-0.0047443,-0.044811707,-0.05485846,-0.0046645636,0.049021773,0.02978942,0.0027987382,0.012111919,0.00021229745,-0.06273639,0.0021189877,0.011920552,0.054092992,0.0124707315,-0.020540029,0.013515275,-0.07233662,-0.020555975,-0.015341232,-0.0044851573,0.009297233,0.0124707315,0.0301881,-0.015349206,0.10021237,0.0023522158,0.02237396,-0.011800948,-0.008467977,-0.037412193,0.04340835,-0.04123953,-0.01829147,0.032612078,-0.020555975,-0.031240618,-0.017462213,-0.010246093,0.029055847,0.004130332,-0.024797937,-0.032022033,-0.022437748,-0.014735238,-0.04347214,0.0250212,0.0039170375,-0.045704752,-0.027955487,-0.024510887,0.009911201,-0.020731395,-0.025962085,0.025722876,0.026281029,-0.06659562,0.013068752,-0.045513384,-0.0096241515,-0.025499616,-0.00074553286,0.026185347,0.027110286,0.018100102,0.01932804,-0.018275522,-0.0054659117,0.012143813,-0.0012508606,-0.00900221,-0.006801492,-0.008866658,-0.022692904,0.0032871221,-0.04477981,0.028657166,-0.036965672,-0.010565038,-0.06302344,0.01606683,0.0051948093,0.0015947226,0.002134935,-0.0018767893,0.0103497505,-0.003691783,0.032883182,-0.010939797,-0.017446266,-0.00041213614,0.030857883,0.02696676,-0.026871078,-0.034318432,-0.06704214,0.016473485,-0.011777027,-0.023857052,0.008260664,0.016585115,0.013634879,-0.022055015,-0.043791085,-0.010620853,0.025100935,0.008133085,-0.008276611,-0.02277264,0.013044831,0.00475626,-0.014017613,-0.0026332857,-0.006781558,0.0021787898,0.014950525,0.008707186,-0.010939797,0.007271935,-0.019120725,-0.028019277,-0.038209554,-0.0056054504,-0.01707948,0.0021787898,-0.0267435,-0.009703888,0.0026970748,0.0030578808,-0.025435826,0.03272371,-0.00027807977,0.0002765847,0.017111374,0.0018867563,0.0069410303,0.0041024243,0.011250769,-0.031814717,0.021018445,-0.011872711,0.011609581,-0.004740313,-0.04462034,0.025148777,0.023601895,0.020045664,-0.011920552,-0.011226848,-0.028625272,-0.0027987382,0.04455655,-0.0070088063,0.041367106,0.018179838,-0.009408863,-0.017733317,0.002589431,-0.0015369139,0.010381645,0.035530422,-0.019423721,0.028449852,-0.0030219995,0.04066543,0.011777027,0.021130076,-0.016935954,-0.0032352936,0.015181759,0.008834763,0.018722044,-0.0052665714,0.011601607,0.061045982,-0.021098182,0.027604649,0.014440213,-0.016425643,-0.012398968,-0.022389906,-0.019359933,-0.0008960348,0.04375919,-0.02363379,0.0036319809,-0.022533432,-0.0034127065,0.0131724095,-0.040601637,-0.039931856,-0.0010575005,-0.013076725,0.03961291,0.037635453,-0.025882348,0.008404189,0.014743211,-0.020555975,-0.0005000951,0.041303318,0.016760536,-0.012151787,0.0081490325,-0.015165812,-0.017446266,-0.01822768,-0.006845347,0.019056937,0.01707948,0.011840816,-0.00016433118,0.0036698554,0.002105034,0.003488456,-0.032851286,0.00806531,-0.025993979,-0.015548546,0.010708563,0.016601063,-0.112396054,0.0033768252,0.0082048485,-0.03722083,-0.022437748,-0.031463876,-0.036104523,0.030028628,0.053678364,0.009297233,-0.027508967,-0.032915074,0.016951902,-0.0067695975,-0.017573845,-0.002004367,0.03604073,0.006534376,-0.038432818,-0.0142329,-0.030730305,-0.052562058,-0.014775106,-0.015070129,-0.015078103,0.009233444,0.01262223,0.014201005,0.024128154,-0.01789279,0.007132397,-0.012725887,0.0049635745,0.019455617,-0.0055855163,0.004365553,-0.0002382117,-0.023011848,0.00038074004,-0.028641218,-0.03961291,-0.034924425,-0.046534006,0.028625272,0.036965672,0.04404624,-0.008292558,0.014073428,0.05549635,-0.016345907,-0.009919175,-0.0023741433,0.017414372,-0.054124888,0.0391026,0.0073716054,0.01943967,-0.031639297,-0.041494682,-0.010509223,0.017797105,0.027269758,-0.008731106,-0.0070805685,0.022533432,0.01337175,0.03313834,0.02105034,0.010987639,0.029773472,0.010732483,0.02202312,-0.015141891,0.0021130075,0.010549091,0.03846471,-0.015947226,0.020141346,0.041016266,0.04331267,0.019535353,-0.016026963,0.017844947,-0.007830088,-0.030363519,-0.021401178,-0.013834219,0.017669527,0.014280741,0.008723133,-0.019184513,-0.031352248,-0.016290093,-0.030172152,0.008324453,-0.014990393,-0.023538107,0.0010495269,-0.07667427,-0.014113296,0.035913154,-0.0067496635,0.013539195,-0.009743756,-0.011561739,-0.050744075,0.0020472251,-0.002515675,-0.00080483657,-0.007447355,-0.023952734,-0.040059432,0.059196107,-0.0063031414,0.029534264,-0.006390851,-0.02835417,-0.02369758,-0.022501538,0.05192417,-0.0018867563,0.007255988,-0.0070446874,-0.028912323,-0.00047442998,-0.022836428,0.0015777787,-0.011529845,0.032037977,0.001082418,-0.032516394,-0.013642852,0.006183537,0.014846868,-0.01454387,-0.019918086,0.024271678,-0.052562058,0.004325685,-0.0007390543,0.0039469386,-0.032819394,0.044173818,-0.02133739,-0.021417126,0.029614,0.016345907,0.0060719065,0.0051589278,0.026934866,-0.024861727,-0.008667317,-0.013969771,-0.0049635745,0.010461381,0.015189733,0.031894453,0.025372038,-0.00046670556,-0.020221082,0.025403932,-0.01747816,-0.016489433,0.020555975,0.0057370146,-0.012223549,-0.038751762,0.010979665,0.00043231936,-0.0033568912,0.030794095,-0.0124707315,-0.009520494,-0.010652747,0.0023960709,-0.0037635455,-0.036519147,0.0075111436,0.0009398897,0.03168714,0.008428109,0.035115793,-0.025387986,0.012893333,-0.024702255,-0.013706641,0.0102939345,0.035658,0.051254388,-0.00199141,-0.0138421925,-0.003919031,0.013299987,0.017733317,0.009073972,-0.0058366847,0.01983835,0.02270885,-0.02950237,0.025180671,0.021209812,-0.00023783793,0.0052745454,-0.015054182,0.00931318,0.009472652,-0.0021827766,-0.019567247,-0.008627449,0.00032866237,-0.012638177,0.011003586,-0.02328295,0.009584283,0.011777027,0.004230002,0.011673369,-0.029374791,0.02943858,0.049468298,-0.022421801,-0.009911201,0.015524625,0.0048758644,0.009145735,-0.035721786,0.0074752625,-0.027811963,0.046087485,0.00014614138,0.020651659,-0.021815807,-0.0075908797,0.016632957,-0.0060081175,-0.023091584,0.028720954,-0.00061396824,-0.027205968,0.01800442,0.0014521943,0.009177629,-0.009058025,0.0054698987,-0.0019286177,-0.025627194,-0.016585115,-0.0023701566,0.028561482,0.042228255,-0.018530678,0.0024718202,0.0026831208,0.01880178,-0.00023721499,-0.0051908223,-0.055623926,0.028019277,0.021353336,-0.019503457,-0.0055137537,-0.007885903,-0.03805008,0.007873943,0.015229601,-0.015022287,0.015436916,0.006227392,0.004230002,-0.0018698124,0.030778147,-0.02317132,0.05364647,0.0055376743,0.018084155,0.009289259,-0.0015717986,0.045577172,0.014878763,0.026871078,0.009329127,0.007271935,0.011450109,-0.01765358,-0.017510055,0.014488055,-0.003147584,-0.023665685,0.00028555503,0.010453407,0.011330505,-0.019375881,-0.022692904,-0.01290928,-0.03782682,-0.0014302669,0.013810298,-0.033999488,0.010644774,0.015548546,-0.012813597,-0.008009494,-0.024750095,-0.008292558,-0.023490265,-0.024175996,-0.031368196,0.02098655,-0.009496573,-0.0035841393,-0.034477904,0.017318688,-0.009097893,0.011984341,0.029741578,-0.023426475,-0.019359933,-0.027333546,-0.002065166,-0.017398424,-0.053901628,-0.004034648,0.0030658543,-0.010660721,-0.009520494,-0.0077702864,0.0067895316,0.016601063,0.009408863,0.021480914,-0.035658,0.0014561812,-0.0064666006,-0.0096082045,0.00020781229,0.0061117746,0.025547458,0.018753938,-0.024112206,0.033776227,-0.011131165,-0.03122467,-0.010222172,0.01696785,0.02972563,0.004305751,-0.010182304,-0.013451486,0.0047084186,0.026759446,0.02621724,0.016601063,0.011115217,-0.010158383,0.00023235608,0.020906813,0.014360477,0.0072240937,-0.0035841393,0.0026572067,0.0454177,0.0009991934,0.0026851143,-0.015620309,0.01469537,-0.017143268,-0.018419046,0.0014212966,-0.022421801,0.0028884413,-0.026615921,0.032787498,-0.014679422,-0.027158126,-0.019136673,-0.0024977343,-0.014376425,-0.0037854728,-0.0065622837,-0.001062484,-0.029247213,-0.042579096,0.03766735,-0.013379723,-0.0067137824,-0.023235109,-0.016393749,0.015548546,0.0039509255,0.015827622,-0.00058307045,0.02219854,0.04742705,0.015516652,0.022405853,0.0055576083,0.018658254,0.025675034,-0.013260119,0.016202383,-0.020284873,-0.0075549986,0.019806456,0.00012421394,0.002970171,0.002525642,0.0075549986,-0.009161682,-0.018450942,0.0037954398,0.016935954,0.015963174,0.007052661,0.012478705,-0.026807288,0.01822768,0.0109956125,-0.017398424,-0.013459459,-0.008013481,-0.011529845,0.031065198,-0.0024060379,0.0032113728,0.0058366847,-0.000071201874,-0.001376445,0.029757526,-0.025100935,-0.019822402,-0.0056772125,-0.012853465,-0.038369026,-0.023490265,-0.014496029,0.019631036,-0.009791597,-0.015604361,-0.03313834,0.007885903,0.016728641,0.0068293996,-0.039166387,0.014169111,-0.0044612368,0.015532599,-0.019870244,0.012797649,0.11379941,-0.004126345,0.020045664,-0.007794207,0.02829038,0.005713094,-0.0032612078,0.008563661,-0.0032532343,-0.022358011,-0.009432784,0.039708596,0.00057011336,0.013132541,-0.04331267,-0.0021568623,-0.057760853,-0.014671449,0.012199628,-0.0041183713,0.019694826,-0.010190277,0.007694537,-0.012996989,-0.037731137,-0.02747707,0.0201254,0.00931318,0.017414372,0.015133918,0.0212736,0.0048957984,0.021544702,0.024845779,0.019375881,-0.027827911,-0.038081978,-0.015125944,-0.0088746315,0.0028585403,-0.0011153092,0.023155373,0.04009133,-0.017207058,-0.009998911,0.012024209,0.018307416,0.011633501,-0.00721612,-0.030491097,-0.035211477,0.021114128,0.034860637,0.0053742155,-0.028705008,0.0019864265,0.01829147,0.01290928,0.007714471,-0.024144102,0.02006161,0.02167228,-0.036359675,0.0067177694,-0.013834219,-0.007427421,-0.012319232,-0.02575477,-0.018052261,-0.010692615,0.0071882126,-0.012255443,0.014783079,0.0123591,0.0043336586,-0.001510003,-0.013706641,0.025802612,0.0068493336,0.025116881,0.008236743,0.0063669304,0.0066579673,-0.010748431,-0.007913811,0.028386064,-0.015038235,0.012327206,-0.010549091,0.013036857,-0.009520494,-0.013012937,0.026073715,-0.017844947,0.009368995,-0.016648905,-0.01994998,0.016585115,-0.009520494,-0.018084155,0.013228225,0.024686307,-0.014535897,-0.010573011,0.015189733,0.021146022,-0.012757781,0.0047124056,0.0076347347,0.00986336,0.015492731,0.001309666,-0.023267003,-0.007036714,0.04104816,-0.014759159,-0.02310753,0.014822947,-0.0110275075,-0.013706641,0.010700589,-0.00085915683,0.012255443,-0.023825157,0.015508678,-0.0096241515,0.036327783,-0.034254644,0.02747707,0.010979665,0.015803702,0.016824324,0.031368196,0.015476784,0.021369284,0.0008412162,-0.01443224,-0.01829147,-0.018498782,0.0072679487,-0.05571961,-0.0046326695,0.018929359,-0.02052408,0.00022625127,-0.026504291,0.03253234,0.03047515,-0.0047084186,-0.010844114,0.0022804535,-0.010764378,0.009305207,0.0062473263,-0.030235942,-0.05479467,-0.0088826055,0.05779275,-0.000902015,-0.0012508606,-0.029518317,-0.029821314,-0.004951614,-0.027827911,0.05878148,0.010493275,-0.027046496,0.029709684,-0.0005272552,0.017988471,-0.011346452,0.0048240363,-0.019519405,0.011657422,-0.0062871943,0.0044851573,-0.024845779,0.00050134095,-0.0184031,-0.0010161373,-0.028657166,0.015819648,0.0131484885,-0.017286794,0.0050951387,-0.0017870861,-0.011840816,-0.009321154,-0.013276067,0.019934034,-0.008515819,0.006390851,-0.0081968745,0.010014858,0.02167228,-0.06602152,0.0047921417,-0.01176108,0.009998911,0.025196617,0.018753938,-0.035211477,0.0058366847,-0.0051908223,-0.0018020367,-0.003528324,-0.028545536,-0.031814717,0.02932695,-0.01926425,0.0055137537,0.013587037,-0.010357724,0.018674202,0.019232355,-0.020396503,0.0076626423,0.07743973,0.027907647,-0.02868906,-0.028051171,-0.023713525,0.008396215,-0.057250544,0.03457359,0.010612879,0.015301364,-0.016074805,-0.02369758,0.0018997134,0.001149197,-0.004676524,-0.021656334,0.018642308,0.004373527,-0.004776194,0.005828711,0.0004946132,-0.021241706,-0.03173498,-0.0009608204,-0.0027030548,0.0010744444,0.016760536,0.003568192,0.02604182,-0.018817727,0.03524337,0.030985462,0.00445725,-0.012231523,0.017382476,-0.0075988537,-0.00019809445,0.00521873,-0.03197419,-0.037699245,-0.03173498,0.021480914,0.0050433106,-0.024080312,-0.017510055,0.021018445,0.0002848075,0.012398968,-0.0014093361,0.006785545,-0.0058725663,-0.056548867,0.016026963,-0.016521327,0.014105322,-0.019487511,0.00038971036,-0.016441591,0.0081530195,-0.021209812,0.031782825,-0.011872711,-0.028194698,-0.0042539225,-0.0138740875,-0.020715447,0.030283783,0.015508678,0.021082234,-0.029964838,0.0131644355,-0.0064666006,0.0055177403,0.014974446,-0.01460766,-0.010573011,0.0037735126,0.00237215,-0.0033529045,0.0024778002,-0.023857052,-0.008866658,-0.03801819,-0.011952447,-0.0051748753,-0.0054340176,-0.024128154,0.010533143,0.012080024,-0.015907358,-0.012989016,-0.014870789,0.020555975,0.022086909,-0.01811605,0.016409697,-0.013403644,0.021353336,0.0041582393,-0.008460004,-0.016935954,-0.014025586,0.013411618,0.035976943,0.026727552,0.0055416613,0.046246957,0.007969626,0.015771806,-0.0007111466,-0.024223838,0.020077558,-0.021815807,0.0313363,0.021225758,0.017318688,-0.02513283,0.026440501,-0.045896117,0.02495741,0.00052825187,-0.00086513703,-0.029805366,0.010676668,0.023793261,0.026711605,-0.017175162,-0.03403138,0.025579352,-0.0007176252,0.005007429,0.0038672024,-0.007096516,0.005107099,0.01626617,0.03782682,0.014902683,-0.026902972,0.036487255,0.04213257,0.0033269902,0.012119892,0.010102568,-0.018785832,-0.016776482,-0.023506213,0.029550212,-0.03782682,-0.001633594,0.02495741,0.015660176,0.0138661135,-0.006331049,0.011840816,-0.003938965,0.024845779,-0.007861983,-0.027237862,-0.036774304,-0.013451486,0.00701678,-0.0020382549,-0.017829,-0.011673369,0.007566959,0.043599717,0.0015987095,0.017781157,-0.0075709457,-0.004600775,-0.012686019,-0.0152854165],"social":"https://twitter.com/ben_cotte"},{"title":"blessed burgers","description":"a blockchain lottery using burgers as tickets","niche":"web3","youtube_url":"https://youtube.com/watch?v=lCGnVtLEI1M","youtube_transcript":"Hi. My name is Barb. And together with Glow, we're building a blockchain notary using Bergen's s tickets and here's our work head on over to blast burgers dot c o. There's a big price pool with a countdown. You can randomize and build some burgers. After the lottery round has ended, there is a matching algorithm and you can claim your winnings. Quite simple. Right? So we decided to kickstart fundraising by doing preorders of juicy burger n f t's. And here's our progress over the last six weeks. We launched a murder mystery on a booming distribution platform also got support from familiar NFT communities. This resulted in a burst of initial funds. Then we called approach new communities but we realized that people were looking for a very clear return on investment for the Berber NFTs. However, we didn't have a working business model so we stagnated. As a result, we have iterated and developed a more appealing business model for future NFC bias. So to sum up, we ended up raising fourteen hundred USD. We didn't hit our demo day goal, but we managed to attract more burger enjoyers to our discord and gathered great community feedback. And we also launched the lottery contract to Zulana Mainnet. And lastly, we had a successful first round of the not to me with the other money.","embedding":[-0.02406537,0.009701704,-0.028646953,0.014251136,-0.022425646,-0.00436858,-0.017008124,0.040157177,0.022666782,0.014363666,0.045751534,-0.04896668,-0.012338124,-0.060091086,0.000010274967,0.04854871,-0.04256854,-0.02756988,-0.078963995,0.02184692,0.008447797,0.015633648,0.020882376,0.00089471496,-0.010561756,-0.007881127,-0.025254974,-0.020898452,0.011542375,-0.02221666,-0.0011845805,-0.041893356,-0.017201032,0.020158967,-0.033951946,0.014452083,0.01570599,-0.001026335,0.026155215,0.01691167,-0.03427346,-0.036202546,-0.009766007,0.019274803,0.007933374,0.070861824,-0.0033457617,0.04726265,-0.04218272,0.042247023,-0.04636241,-0.0027891395,0.012249707,0.042504236,-0.030029466,-0.008913993,-0.03449852,0.023824234,-0.02271501,0.04436902,0.0066915234,-0.043372326,0.09471821,-0.0097258175,-0.019564165,-0.017345715,-0.056361515,0.014339553,0.015561309,0.06555683,0.03536661,-0.0063981414,0.013125835,0.025094217,0.009155129,-0.03977136,0.0061007403,0.0083433045,0.00806198,-0.035688125,-0.011518261,-0.008001695,0.01988568,-0.0063860845,0.03816379,-0.05317852,-0.044947747,0.01355988,-0.058579966,-0.006426274,-0.01638117,0.057808332,-0.019869605,0.032328296,0.06828971,-0.01876038,-0.041668296,0.041829053,0.04726265,-0.026187368,0.028566575,-0.008528176,0.04298651,-0.055847093,0.062502444,0.001107216,-0.029820483,0.03536661,0.01058587,-0.0013563898,-0.10957219,-0.00001023572,-0.0054898625,-0.0006701571,0.011502186,-0.003920469,0.021107435,-0.026959002,0.0648495,-0.019339105,-0.05993033,-0.0063860845,-0.005433597,0.015649725,-0.027409123,-0.007029114,-0.04588014,-0.014042152,0.028679106,-0.021686163,0.00018763394,-0.0129650775,0.03118692,-0.022393495,-0.02350272,-0.034177005,-0.060283992,-0.009219432,-0.031202996,0.0010730551,-0.002274716,-0.019033667,0.02700723,-0.040542994,-0.087966405,-0.007820844,-0.023550946,0.005867642,-0.054818247,-0.008954182,-0.029498968,-0.067196555,-0.02240957,-0.028952394,-0.009508795,-0.044626232,-0.026203442,0.06295256,-0.02406537,-0.02109136,0.020255422,0.043822445,-0.028984545,0.015488967,-0.022152359,0.0101679005,-0.052760553,-0.016477626,-0.06938286,-0.008986334,0.010183976,-0.012209518,0.0051201205,-0.004690095,-0.047777075,-0.0302063,0.008729123,-0.076584786,0.034980793,-0.060316145,-0.013809053,0.005590336,0.033469673,-0.015641687,-0.06529962,0.02067339,-0.019853529,0.014419931,0.03887112,-0.004384656,-0.019499863,0.036813427,0.0013403142,-0.01389747,0.03472358,-0.08372241,0.072598,-0.023759931,0.015159415,0.011646868,-0.019049741,0.02790747,0.037263546,0.0043565235,0.010553718,-0.011421807,-0.030833254,-0.04417611,0.02041618,-0.005847547,0.027489502,0.0067317127,-0.007547556,-0.011590603,-0.040800206,-0.03845315,-0.07735642,0.086230226,-0.0018878938,0.037231393,0.034112703,-0.008463873,-0.019049741,-0.006418236,0.014026076,0.057454664,0.030640345,-0.022682857,0.07594176,-0.008110207,0.029209604,0.04896668,0.017377866,-0.028823787,-0.012024648,-0.0020064523,-0.0029257832,-0.019258726,0.02120389,-0.017602926,0.0037898538,0.010481377,0.0060927025,-0.03665267,0.03774582,0.017377866,-0.04128248,-0.02768241,0.019708848,0.026733942,0.041732598,-0.003231222,0.034016248,-0.011960344,0.004545413,-0.03318031,-0.0071175303,0.027811017,0.0012971106,-0.06369205,-0.007724389,-0.024033219,-0.04874162,0.055236213,-0.033019554,0.009934803,-0.00008559071,-0.016638383,-0.014845938,0.017940518,-0.012458692,0.02184692,0.007386799,0.022988297,0.0014096408,-0.03999642,0.013616145,0.01242654,-0.02274716,-0.04263284,-0.0035045096,0.0042198794,-0.0044650347,-0.021332497,-0.008753236,0.020625165,0.035302307,-0.044754837,-0.00013815082,0.025206747,0.008841652,-0.018358486,0.017088503,0.0060083047,0.041025266,-0.0009424398,0.048902377,-0.016863443,0.017651154,0.020882376,0.05295346,-0.01597124,-0.022988297,-0.025705095,0.0036753141,-0.013005267,-0.015914975,0.04330802,-0.014034114,0.009806196,0.009259622,-0.024531567,0.005578279,-0.050895765,-0.0069969622,0.034755733,0.06603911,-0.014138606,-0.026750017,-0.016558005,0.013157986,-0.0050075906,-0.03017415,-0.007302401,0.035045095,0.008648744,0.07272661,-0.0129650775,0.016477626,-0.007121549,0.0296758,-0.038838968,0.0016588146,-0.0044047507,-0.024033219,-0.03054389,0.038774665,0.0045172805,0.05359649,0.000103047954,-0.0061248536,-0.048709467,0.0022345267,-0.016172186,0.025142444,0.027955698,0.018165577,-0.0016969944,0.011076179,0.030399209,-0.023309812,0.03223184,0.022634631,-0.0143475905,0.02877556,0.022088055,0.002692685,-0.010794854,-0.0018728228,0.016252564,-0.040542994,0.08018575,0.045751534,0.034627125,0.014227022,-0.0018446902,-0.025029914,-0.021075284,-0.0074511017,-0.03174957,-0.006896489,0.04305081,0.0019069837,0.020255422,-0.028116455,-0.026878623,0.052760553,0.04546217,0.017233184,-0.008479948,0.048934527,-0.032826643,-0.011767436,-0.03065642,0.0154648535,0.021364648,0.06179511,-0.07446279,-0.026846472,-0.01355988,0.05575064,-0.029820483,-0.04128248,0.009782082,-0.025480036,0.022152359,0.02120389,0.009010448,0.006663391,0.038292393,-0.017313562,-0.025689019,-0.06214878,-0.04018933,-0.0046137352,0.015312134,-0.011928193,0.04543002,-0.021670086,-0.020576937,-0.011236937,-0.03536661,0.031122617,-0.0037456455,0.022248812,-0.007961506,-0.009983029,0.006542823,0.015432702,0.04350093,0.036909882,-0.050670706,0.053242825,-0.030608194,-0.03642761,0.014371704,0.039642755,0.01186389,-0.0025841738,-0.034177005,0.0038059296,-0.008753236,-0.030977935,-0.0017341695,0.015070998,0.01747432,0.0045253183,0.035430912,-0.01039296,-0.021621859,-0.033373218,0.016654458,-0.037199244,-0.0041515576,-0.06642492,-0.013776902,0.0050839502,-0.015424665,0.0077123325,-0.0471662,0.003114673,-0.038195938,0.028036077,-0.0015201614,-0.057711877,0.0461695,0.070797525,0.002459587,0.015312134,-0.054110914,-0.023390189,0.06989728,-0.03314816,0.02538358,0.014452083,-0.025447883,-0.073176734,0.035205852,0.02448334,0.013929621,-0.015400551,-0.021155663,0.013302668,-0.011839776,-0.035012946,-0.021975525,0.02658926,-0.039417695,0.013624183,-0.017522547,-0.048002135,0.042021964,-0.00012358218,-0.012064837,0.020158967,0.023406265,-0.0037757875,-0.001955211,-0.06771098,-0.033083856,0.006948735,0.035977487,0.034980793,-0.020930603,-0.0235831,-0.07407697,0.008922031,-0.05198892,0.008423683,-0.0059078312,0.010087522,-0.035334457,0.007065284,0.03932124,0.01710458,0.0054737865,-0.06044475,0.0039405636,-0.00504778,0.034755733,0.0083433045,-0.004320353,0.0130534945,-0.01487809,-0.0014056218,0.008065999,0.004891041,0.037681516,-0.018278107,0.026058761,-0.0013955744,0.025013838,-0.0039867815,-0.0021360628,0.04633026,-0.011365542,-0.013985886,-0.0005827453,-0.039224785,-0.015006696,0.019933907,-0.008648744,0.020818073,-0.009372151,-0.020689467,-0.043115113,-0.014001963,-0.008946145,-0.0036773237,-0.026332049,-0.031428054,0.0019441588,0.015898898,-0.027553804,-0.0019612394,0.01465303,-0.0037255508,-0.018374562,-0.013680448,0.02142895,0.030190224,0.016670534,0.033533975,0.0042198794,-0.008295078,0.015247831,0.021637935,-0.009468606,-0.00035090308,0.012289897,0.015497006,0.0063177627,-0.021927299,-0.01660623,0.023004372,-0.0011685047,-0.012973116,0.0077444836,-0.013455387,0.014090379,-0.021027057,-0.05510761,0.01103599,-0.04089666,0.014926317,0.0134071605,-0.035752427,0.03152451,-0.019580241,0.0181495,-0.043018658,-0.06275966,-0.035688125,-0.0023289716,-0.033276767,0.033951946,0.022586403,0.0070612654,0.034659278,-0.004939269,-0.006353933,-0.01879253,0.0024716437,0.046555318,-0.01622845,-0.0032593545,-0.014845938,0.027393047,0.0070331325,-0.0045212996,0.016847366,0.0040088855,-0.039803512,-0.020014286,-0.035012946,0.017619003,0.0039385543,-0.008270964,0.004159596,-0.0013694514,0.0296758,0.0056586578,-0.0031890234,-0.018422788,-0.025528261,0.01039296,-0.040285785,-0.013841205,0.015416627,-0.007326515,-0.018213805,-0.037488606,0.021461101,0.010441188,0.037874423,0.054914698,0.011092255,-0.038420998,0.010762703,0.03121907,-0.004452978,-0.021348571,-0.008447797,0.0029519063,-0.014267212,-0.004674019,-0.005401446,0.05713315,0.002843395,-0.06173081,0.0122577455,-0.006639277,0.018245956,-0.04633026,-0.021396799,-0.015834596,-0.01028043,0.031267297,0.0016397246,-0.021477178,-0.010537642,-0.021027057,0.048580863,-0.049963374,-0.0012930917,0.008226756,-0.0029438683,0.0026866568,0.00410534,0.04147539,0.0065749744,0.039803512,-0.013704562,0.019242652,-0.024885233,0.044272564,-0.002451549,0.050895765,0.014379742,-0.014934354,0.013391085,0.007941412,-0.01231401,0.010915422,0.0053612567,0.03671697,-0.030109845,-0.048677314,0.007181833,0.02128427,-0.013511652,0.040092874,-0.0043525044,-0.019467711,0.019146197,0.0020918546,0.04018933,0.0023249527,0.042600688,-0.004420826,-0.00813432,0.016783064,0.023020448,-0.020705542,0.003182995,0.020110741,-0.014532462,0.035495214,-0.018406713,-0.051281583,-0.02406537,0.0011986467,-0.036202546,-0.045558624,-0.020126816,0.0034140835,0.008407608,0.051024374,-0.001039899,0.0038240147,-0.013157986,0.005895775,-0.01532821,0.026798245,0.014508348,0.008037866,-0.028695181,-0.03864606,-0.012032685,-0.010151825,-0.02482093,0.017940518,-0.018020896,-0.078578174,0.0009107907,0.010400998,0.0351737,0.02802,-0.011437884,-0.023181206,-0.010384923,0.022698933,0.01092346,0.006157005,-0.06086272,0.03276234,-0.0033397332,-0.009356076,-0.033533975,-0.0127882445,0.007631954,-0.0034482444,-0.026991153,-0.02658926,0.0047704736,0.0022767256,0.024499414,-0.020689467,-0.024499414,0.0014528442,-0.022361344,0.017747607,-0.031556662,0.008640706,0.010537642,0.020287573,0.016702686,-0.005554165,0.0027670353,0.026991153,0.025222823,0.016654458,-0.01197642,0.033019554,0.014588727,0.0395463,0.018101273,0.006699561,0.0060685887,0.031331602,0.029370362,-0.014034114,0.004123425,-0.007246136,0.028936317,-0.045269262,-0.0062012137,0.013527729,0.026090913,-0.009042599,0.0097258175,0.01710458,0.017072428,-0.0070411707,0.003996829,-0.019162273,0.004079217,-0.0022988296,-0.02658926,-0.014757521,0.014331515,-0.016895594,-0.022843614,-0.011847815,0.034884337,0.04063945,0.023229433,-0.071440555,-0.043372326,0.034852188,0.0049553444,-0.048709467,-0.018776454,0.019837452,0.008138339,0.0074149314,0.017410018,0.025110293,-0.00308855,0.026219519,0.008865766,-0.0070572463,0.008825577,-0.013206214,0.00749531,-0.028791636,0.025528261,-0.03739215,-0.011799587,0.0036190492,-0.0051804045,0.00009400535,-0.031653117,-0.0263642,0.008897917,0.0181495,-0.010907384,0.035302307,0.000023564135,0.012129139,-0.03163704,0.010175938,-0.012748055,0.009412341,0.004653924,0.0126114115,0.018406713,0.0048146816,-0.025254974,-0.027859243,-0.041796904,0.0094043035,-0.007840938,-0.0021722333,0.0142591745,0.013013305,0.023920689,0.035045095,-0.016975973,0.0000040307073,0.010409037,-0.04613735,0.039707057,-0.021139586,0.003514557,-0.02097883,-0.00032277056,-0.018744303,0.00025482546,-0.0049352497,-0.042697143,-0.024354734,-0.015545232,0.00662722,0.01600339,0.005751093,-0.0015392513,0.010328658,0.025817625,0.01691167,-0.004798606,0.0035426894,-0.032890946,-0.0034623106,0.017619003,0.034466367,-0.05948021,0.0053009726,0.012949002,0.015697952,-0.013865319,0.007021076,-0.0053934082,0.0285505,-0.034177005,0.011534338,0.016043581,0.046844684,-0.012764131,-0.016831292,-0.0051361965,0.0023550948,-0.0003958649,0.008142358,-0.0077002756,0.04417611,-0.009147092,0.035398763,0.053242825,-0.021573633,-0.006048494,-0.00013275039,-0.0071537006,0.0054898625,0.0020858261,-0.027489502,-0.009444493,0.028036077,0.012563185,0.015714027,0.00696883,0.0038360716,0.028357591,-0.0010881261,-0.00038858058,0.030109845,0.0004167131,-0.010505491,0.005389389,-0.027328745,0.04150754,0.015609535,0.018712152,0.016397247,-0.0055822977,0.017972669,0.0115263,0.012643563,-0.004927212,-0.0010042308,0.0055421083,-0.0019763103,-0.016654458,-0.039610602,0.0066834856,-0.027843168,0.007189871,-0.006546842,-0.037231393,0.0053130295,-0.0004574048,0.009983029,0.014998658,-0.04221487,0.00018775952,0.0025017858,0.012900774,-0.000683721,0.018599622,-0.018358486,0.029064924,-0.040928815,0.016164148,-0.023824234,0.0009951883,-0.016766988,0.041378934,0.035334457,0.071247645,-0.0003624575,-0.0137286745,0.008793425,0.01710458,-0.029836558,-0.016670534,0.008857728,-0.027827092,0.0047664545,-0.06648923,0.060573358,-0.006888451,0.017458245,-0.039224785,-0.000077301665,0.027827092,0.025480036,0.03565597,0.017426094,0.008713047,0.0135518415,0.0020617126,0.004159596,-0.013527729,-0.021477178,-0.004416807,0.024997763,-0.019724922,-0.0055501466,-0.016131997,-0.008946145,0.026396351,-0.02549611,-0.00039059005,0.007736446,0.02964365,-0.028679106,-0.0041033304,0.0010338705,-0.04549432,0.03321246,0.0025480036,-0.0017612973,-0.012852548,-0.006466463,0.012981153,-0.050027676,0.030785026,0.010987762,-0.053500034,-0.034402065,0.028212909,0.027216215,0.021750465,-0.01261945,0.020930603,-0.028293287,-0.0119040795,0.006237384,-0.040575147,-0.006583012,0.0027147892,-0.0031106542,0.0014568632,-0.023647401,-0.0041676336,-0.039481997,0.01646155,0.001367442,0.010778778,0.0010599935,-0.0007480239,0.013415198,0.010127711,-0.0024354733,0.002734884,0.00790926,-0.019901756,-0.0047905683,-0.015400551,0.016220413,-0.061248537,-0.011180672,-0.0063901036,0.010272393,0.02462802,-0.017699381,-0.014677143,0.022136282,0.014669105,0.006659372,0.0022385456,-0.00066010974,0.039385542,0.031251222,0.026637487,0.015689915,0.011920155,-0.00016301796,0.0042359554,0.031010086,-0.06899704,-0.0025881927,0.0074591395,-0.017393941,0.018181652,0.00094294216,0.04112172,-0.00399281,-0.008705009,0.018712152,0.015979277,-0.0027690448,0.01736179,-0.00034989836,-0.015119226,0.039353393,-0.002188309,-0.0023832272,0.0066151638,0.013029381,-0.0012348172,-0.0046458864,-0.0125229955,-0.02703938,-0.01246673,-0.0024455206,-0.0025841738,0.020512633,0.024660172,0.01999821,0.0033316955,-0.014162719,0.00078168244,-0.0048347763,-0.0037637306,0.003566803,0.01186389,0.048934527,0.030125922,-0.032521207,0.0049513252,-0.006723675,-0.011100293,0.0018045009,0.0021461102,0.0032332316,0.010593907,-0.036620516,0.02892024,-0.015569346,-0.0067759207,0.017426094,-0.005739036,0.023036523,-0.0064825388,0.008970259,-0.041186024,0.0045172805,0.007254174,-0.025672944,-0.006900508,-0.023374114,0.012113064,0.030688573,0.0247084,0.0036190492,0.012370275,0.017056352,-0.01800482,0.031556662,0.009388227,-0.04263284,0.0102563165,-0.029579347,0.0006681476,-0.015376437,-0.018197728,0.0040249615,0.02647673,-0.005043761,0.008126282,0.0019954003,0.011936231,0.025624717,0.00027278508,0.029129226,0.019901756,0.11162988,-0.004384656,0.008817539,-0.00092586165,0.019049741,0.00014417923,-0.0064302925,-0.01114852,0.021348571,0.033051703,0.02316513,-0.013423236,-0.01186389,-0.019065818,0.043468777,-0.017329639,-0.025624717,0.011068141,0.009822272,-0.008544251,0.029724028,0.027167987,0.016220413,0.013865319,-0.036620516,-0.027585955,0.016373133,0.009307848,-0.01329463,0.0144360075,0.015279983,0.02271501,-0.009436455,0.025544338,0.036588367,-0.0038561663,-0.022088055,0.03977136,0.007832901,-0.039610602,-0.009918726,-0.0008078055,0.029611498,0.0046941135,0.017651154,0.010859157,-0.0036753141,0.0024535586,-0.0055581843,-0.0147896735,0.008178528,0.00035567555,-0.00045514415,0.017201032,0.014853976,0.003066446,0.018663924,-0.0035607745,-0.0087853875,0.022200586,-0.0074028745,-0.0011835757,-0.011220861,-0.017811911,-0.035913184,0.013045456,-0.010794854,-0.01306957,0.023261584,0.012603373,-0.02117174,0.018213805,0.0075756884,0.00790926,-0.0035185758,0.006876394,-0.0006877399,-0.009428416,0.031846024,-0.0017542642,0.018020896,0.047519863,-0.022634631,0.013801016,-0.00022468346,0.020866299,0.010561756,0.012772169,-0.004939269,0.041378934,0.0032191654,0.031010086,-0.01231401,0.0047101895,-0.026621412,0.013736713,-0.004183709,-0.021943374,0.009243546,-0.026685715,-0.0016105874,0.017522547,-0.006510671,-0.004123425,-0.0028634898,0.021670086,-0.02535143,-0.009854424,0.022506025,0.0039767344,0.009066713,-0.0143475905,-0.0010529604,-0.0055581843,0.00779673,-0.0038883176,-0.017619003,0.0044127884,-0.0036652668,-0.01646155,0.0027630164,0.007832901,-0.0060766265,-0.006036437,0.021364648,-0.0010650172,0.013109759,0.004477091,0.0044489587,-0.022313116,0.0135518415,0.02221666,-0.0127882445,-0.014853976,-0.028421894,0.030222375,-0.007121549,-0.014267212,-0.02184692,0.047198348,-0.03565597,-0.009082789,0.0062695355,-0.00025771407,0.01137358,-0.007615878,0.01020809,-0.039610602,-0.02572117,0.010232204,0.022923993,0.0105215665,0.037552908,-0.012330086,-0.008270964,0.005337143,0.022634631,-0.042247023,-0.0064945957,-0.020142892,-0.015754217,0.0011885994,0.0007208961,-0.038581755,0.0076480294,0.0054255594,0.002722827,0.0016276678,0.021364648,0.010127711,0.011309277,-0.028100379,-0.06391711,-0.018390637,-0.010312582,-0.01600339,-0.007290344,0.004866928,0.01306957,0.013174063,0.014870052,0.003713494,0.0034040362,-0.025335353,0.011349467,-0.00071537006,0.0062775733,-0.0111404825,-0.0041033304,-0.0149665065,0.040542994,0.007326515,0.0029780292,0.033083856,0.022039829,0.005883718,-0.023004372,-0.008994372,-0.03200678,0.05050995,-0.00024791792,-0.0018366524,0.023438416,0.017602926,-0.010601945,0.017988743,-0.029354285,-0.024242204,0.008471911,-0.019258726,-0.01329463,0.0010479367,0.018310258,0.019869605,0.024547642,-0.002843395,-0.03607394,0.015730103,0.049448952,-0.010248279,0.018503167,-0.012498882,-0.006888451,-0.0042841826,-0.015874784,0.021782616,0.015054923,-0.021364648,-0.004264088,0.0011554433,0.015360362,-0.044111807,0.0063217813,0.016043581,-0.01758685,-0.009050637,-0.04549432,-0.022956144,0.012458692,-0.020705542,0.017619003,0.02229704,0.03363043,0.016140034,-0.015408589,-0.0005355228,0.0000150631495,-0.0013483521,-0.030302754,0.0009283735,-0.005317048,0.035881035,-0.02067339,0.014186833,-0.026171291,-0.023100827,0.000078055215,-0.031154769,-0.027393047,-0.023599174,-0.0703474,-0.02030365,0.003972715,0.025174595,0.00828704,0.0085121,0.019532014,0.014098417,-0.016413322,0.005578279,0.0053090104,0.0077645783,0.0120809125,-0.02602661,-0.016879518,-0.0011685047,0.0023671514,0.020351876,0.015561309,-0.0033738941,0.0025138427,-0.018245956,-0.00636599,0.016975973,-0.00005629646,-0.019210499,0.0018738275,-0.009701704,-0.01186389,-0.0009168191,0.008041885,0.00455747,-0.03149236,0.0058194147,0.039064027,0.023020448,-0.015521119,0.0126998285,0.024129674,0.019821377,-0.0075877453,0.016783064,0.013061532,-0.010626059,0.0060243807,0.019676697,0.012812358,0.026814321,-0.00084447826,-0.0060645696,-0.011807625,0.003687371,0.009299811,0.006530766,0.027360896,-0.01269179,0.022280965,0.01077074,-0.026685715,0.016766988,-0.0031729476,-0.0047061704,-0.016766988,0.010240241,-0.011968383,0.022232737,-0.0065709553,-0.02372778,0.016332943,-0.007615878,-0.0038280336,-0.006643296,0.04221487,0.00719389,0.0124345785,0.003024247,-0.014379742,0.009372151,0.028277213,-0.027457349,-0.013133873,-0.014934354,0.0046016783,0.016863443,-0.0010082498,0.0061288727,-0.021107435,-0.0113173155,0.011630792,0.009171205,0.022811463,0.032328296,0.01058587,-0.00063901034,-0.017233184,0.03258551,0.000090802765,0.010481377,0.014299364,-0.021830844,-0.023776008,-0.044979896,-0.011614717,-0.009926764,-0.008415646,-0.015119226,-0.04170045,0.004159596,0.03449852,-0.029048847,0.0067477883,-0.0055702413,0.01608377,0.007656067,-0.016509777,-0.048645165,-0.0047744922,0.022570327,0.016847366,-0.034852188,0.051506646,0.010304544,-0.0005294944,0.0043645613,0.011437884,0.011855852,-0.024258278,-0.001503081,-0.015906937],"social":"https://twitter.com/burger606"},{"title":"swifties","description":"badminton equipment brand","niche":"hardware","youtube_url":"https://youtube.com/watch?v=2Vif88Sgov0","youtube_transcript":"Hi build space. I'm Henry, and I'm working on Swifties, a Balminton Shuttle brand. So this is the actual product. This is a Balminton Shuttle. Here is the packaging and the tube that I sell these in. This is my online store. Obviously, there's not too much to show here since it's a physical product. But the real story is, before build space, I've been sick for about two and a half years and I'd only just recovered. I had an existing YouTube audience that I plan to launch this product to. But when it came to making a video, I was really struggling to film and post it online. Since it'd been so long, I was very anxious and just scared to be on camera again. Buildspace encouraged me to just launch and put myself out there. So I made this video and it did pretty well. I explained where I've been for the last few years I got about fifteen thousand views with a really good reception. In the video, I tell my audience about the new business I'm working on, this this Swifty's product. And and I didn't even sell it too hard since I didn't want that to be the focus of the video, but it did pretty well. And here's my Shopify dashboard. As you can see, it did about two point three k. It was about three thousand dollars. And that's just from that one YouTube video, which previously I was really struggling to film and put out there on the internet. So thank you so much to build space for pushing me along and giving me the extra momentum I needed.","embedding":[0.012246164,0.021332027,-0.05411208,0.03495679,0.024476204,-0.03592423,0.0057643233,0.048662174,0.0046961093,0.004232545,0.03518253,-0.05843331,-0.013052363,-0.037762363,-0.002587899,0.05037132,0.015100108,-0.02279931,-0.055305257,0.019751877,0.021154663,-0.018397463,0.000052371448,0.036956165,-0.011673762,-0.04595335,-0.013479648,-0.033408888,-0.014374529,-0.013253912,0.003438439,-0.031909358,0.023105666,0.021573886,-0.0067680413,-0.0022775123,-0.015801502,-0.004168049,0.051532242,-0.008997181,-0.014213289,-0.0028358053,0.0498231,-0.013568331,-0.011125547,0.02657232,-0.017526768,0.009706637,0.018316843,-0.0063568796,-0.034118343,0.057207886,-0.034924544,0.013076548,0.009295476,-0.033602376,-0.017752504,0.008328036,-0.03843957,-0.0012203838,0.034279585,-0.040890418,0.023831245,-0.010714386,-0.0136489505,-0.016623825,-0.017671883,0.048984654,-0.018316843,0.006997808,0.07133249,-0.0026443328,0.014084297,0.03284455,-0.02502442,0.031651374,-0.031893235,0.01931653,0.009287413,-0.025169535,-0.06272229,-0.016341655,-0.0011286787,0.007634705,-0.042212583,0.0078805955,-0.037762363,-0.015454836,-0.018687695,0.034086097,-0.014946931,0.02129978,-0.0036158029,0.010561207,0.017236536,0.00607471,-0.01749452,0.036665935,0.0562082,0.003369912,0.04305103,0.01907467,-0.0026403018,-0.060755163,0.018091107,0.013560268,0.039342515,0.013592516,0.012092986,-0.010270976,-0.106482774,-0.02312179,0.025379147,0.039116777,-0.0036379732,0.0067519173,0.024169847,-0.00050992094,-0.02753976,0.007094552,-0.033957105,0.03721415,0.011617329,-0.027926736,0.014060112,0.0012405388,-0.015382278,0.0057804473,-0.051403254,-0.025137287,0.08616655,-0.005861067,0.0023782873,-0.05730463,-0.021041796,-0.03386036,-0.042760797,-0.038665306,-0.040438946,0.0411484,0.0010369736,-0.036440197,0.058917027,-0.0459211,-0.011052989,-0.01684956,-0.008819818,-0.00052151,-0.02357326,0.0055426187,0.0018028626,-0.012447714,-0.044211958,0.0048210705,0.022363963,-0.015583828,0.0058086645,0.039503753,-0.0011851126,0.0070824586,0.006691452,-0.008658578,-0.004329289,0.008610206,-0.067527235,0.035343766,0.0015861967,-0.0514355,-0.04698528,-0.04259956,-0.045179397,0.009327724,-0.037923604,0.02349264,0.033505633,0.019300405,0.049597368,-0.06978459,-0.027701,-0.037407637,-0.037794612,-0.0014834063,-0.015382278,-0.06759173,-0.05037132,0.022202723,-0.031216027,0.011714072,0.035505008,0.019880868,-0.015341968,0.043276764,-0.011931746,0.009690513,0.01283469,-0.017446147,0.04321227,0.0340216,0.0340216,0.019252034,0.018284595,-0.008029743,0.0054539368,0.015849873,-0.01320554,0.008569896,-0.03876205,0.04211584,-0.016228788,0.024395583,0.036311205,0.014817939,-0.001909684,0.030635564,-0.041922353,0.008852066,-0.011367407,0.025459766,0.007102614,0.021638382,-0.023105666,0.04398622,0.021751251,-0.021767374,0.010391906,0.06901064,0.05985222,-0.046211332,0.01693018,-0.0075137755,0.015769254,0.022815434,-0.008763384,-0.02887805,0.02624984,0.014850187,0.06049718,-0.031619128,-0.004168049,-0.03531152,0.049984343,0.017301032,0.043728236,0.015664447,0.0324737,-0.0017313125,-0.048371945,-0.093777075,0.014769567,0.018494207,0.037117407,0.014068173,-0.02247683,0.024782559,-0.024089228,-0.03734314,-0.028910298,0.023863493,0.023605509,0.0040148715,0.011923684,-0.016430337,0.0014753443,-0.021767374,-0.025153412,0.012818566,-0.009577645,-0.034731057,0.0186232,0.031522382,-0.028055727,0.008513462,-0.0033275867,0.02523403,0.01851033,0.0075782714,-0.0138505,0.030474324,-0.018413587,-0.0040350263,-0.0048936284,-0.014310033,-0.038858794,0.023621632,0.012794379,0.028668439,0.053434875,0.008311912,-0.011367407,0.0027289838,0.011294849,-0.02976487,0.0024468142,-0.009916249,0.00025974726,0.00992431,0.004857349,0.0014561971,0.0029587506,0.052886657,0.008203075,-0.021960862,0.009101988,0.04950062,-0.015761191,0.032554317,0.012818566,0.027281776,-0.0050709923,0.0048371945,-0.009545397,0.036311205,-0.0066874214,-0.028474951,-0.003920143,0.035634,0.039342515,0.022025358,-0.030506572,-0.038826548,-0.007634705,-0.024508452,-0.035505008,-0.02778162,0.032409202,-0.05033907,0.066817775,0.020396836,0.003305416,0.011181981,0.0010742602,-0.031006416,0.007102614,-0.058272067,0.007755635,-0.028265338,0.044244204,-0.057949588,0.04366374,0.010311286,0.0062681977,-0.055917967,-0.017075296,0.016656073,0.024895428,0.014156856,0.043857228,-0.028426578,-0.008763384,0.035891984,-0.048887912,-0.007977339,0.041728865,-0.038246084,0.013882748,-0.018961802,-0.011544771,-0.046791796,-0.021090167,0.013923058,-0.005929594,0.06362523,0.034118343,0.037439886,0.05220945,0.019735754,0.01583375,0.020606449,-0.022573574,0.009722761,0.035214774,0.021896366,0.020316217,-0.031248275,-0.0451149,-0.011835002,0.039213523,0.009980745,-0.003386036,-0.0075863334,0.09158421,0.011835002,-0.007799976,-0.0026523948,-0.01875219,-0.0048049465,0.026378833,0.012883061,-0.036859423,0.013132983,0.026717437,-0.06707576,-0.025540387,0.017510643,-0.0055224635,0.027797744,0.049016904,0.04559862,0.009279352,-0.0055950214,0.009706637,-0.012923371,0.0130281765,-0.006747886,0.024976047,0.014680885,-0.062012833,-0.031232152,0.0027229374,-0.032328583,0.0047202953,-0.064528175,0.07733061,-0.012101048,-0.027443016,0.023847368,0.007916875,0.014213289,0.041245144,0.061787095,-0.032376956,-0.08287726,0.03640795,0.009110049,-0.028684562,0.018042736,-0.004000763,0.014197165,-0.004397816,-0.014471273,-0.04163212,0.0036641748,0.03182874,0.0017000723,-0.016639948,-0.018123355,-0.07113901,-0.0024266592,-0.0055547114,0.0038576624,-0.044082966,-0.010311286,-0.05646618,0.00077647046,-0.035376016,-0.00087170274,-0.006296415,-0.016454523,-0.0506938,-0.008650516,-0.022944426,-0.014745381,-0.11003005,0.014439025,-0.04147088,0.008811756,0.004260762,-0.05066155,0.040761426,0.014866311,-0.011375469,0.053531617,-0.030200217,-0.018091107,0.023992484,0.011206167,-0.010295162,-0.010625703,0.009351909,0.0061795157,-0.003843554,-0.022702565,0.027410768,-0.02405698,-0.077653095,0.019300405,-0.021154663,0.0020477457,0.01008555,0.0054176576,-0.022492955,-0.009287413,-0.059658732,0.036149967,-0.009626017,-0.000007939959,-0.030442078,0.04608234,-0.052306194,-0.0036238648,-0.010827254,0.04227708,0.015849873,-0.021122415,-0.017301032,-0.05317689,-0.005917501,-0.042180333,0.012092986,0.00898912,0.023702253,0.0025133255,0.005216108,0.046953034,0.0005189906,0.00040435922,-0.03163525,0.00036379733,-0.021719003,0.014729257,-0.04143863,0.0067680413,-0.0024649536,0.0006716646,-0.033795863,0.0017605372,0.011883374,0.033731367,0.023266906,-0.019123042,-0.030974168,0.013310347,0.0007996487,-0.010770819,0.004280917,0.019622885,-0.020154977,0.037730116,-0.028474951,-0.019187538,-0.009424467,-0.027926736,0.009303537,0.032780055,-0.025492014,0.024879303,-0.02162226,0.0023823183,-0.012568643,0.028942546,0.016341655,0.024637444,0.045888852,0.010504774,-0.0012415466,0.020993425,0.04053569,0.0012969727,0.006731762,0.02871681,0.02446008,-0.012084924,0.049919847,-0.024202095,-0.011585081,-0.0253469,0.004631614,0.003333633,0.009706637,0.038213834,0.033473384,0.009182608,0.022202723,0.04443769,0.0055829287,0.036440197,-0.036343455,0.0004963163,-0.016672196,0.0053531616,-0.046437066,-0.004623552,0.011568957,-0.025040543,0.046856288,0.0079128435,0.027088288,-0.00028519292,-0.002307745,0.018929554,-0.009561521,-0.047243264,-0.0036520818,0.015406464,-0.03450532,0.008521524,-0.024121476,-0.0411484,0.022767061,0.005844943,-0.013955306,-0.012947557,-0.00040864214,0.043309014,0.021606134,0.01174632,-0.022621946,-0.025169535,0.013237788,-0.00846509,-0.015333906,0.003519059,-0.013036239,-0.011238415,-0.015124295,0.016817313,-0.03750438,-0.009174545,-0.014954993,0.0032751837,-0.0054579675,0.026991544,-0.022331715,-0.050758295,-0.0021847994,-0.005083085,-0.022041483,-0.017284907,0.019284282,-0.009755009,0.0028297587,-0.01530972,0.012963681,-0.004024949,0.006961529,0.03605322,-0.002219063,-0.04653381,-0.00437363,-0.0065140883,0.029265026,-0.018058859,0.020235596,-0.018929554,-0.016914057,0.038858794,0.010391906,0.032135095,0.00041141346,-0.0022492954,0.00096945436,-0.036536943,0.04143863,-0.028297586,0.021654507,0.03702066,-0.023541013,0.056724165,0.0096340785,0.0018512346,0.0016043362,0.00015443751,0.06565685,-0.017671883,0.013020115,0.021880243,-0.037085157,0.013261975,0.009819505,-0.0036097562,-0.030425953,0.06662429,-0.053563867,0.0009059662,-0.0136811985,0.008610206,0.017139792,-0.0006756956,0.022541326,-0.024814807,-0.0035412293,-0.03705291,0.0078644715,-0.023186285,0.0056232386,0.0010651905,-0.015156543,-0.013511896,0.023460392,0.026749685,0.009972682,0.00080267194,-0.037923604,0.034408577,0.0030756495,-0.015116232,0.004438126,-0.011044927,0.03531152,0.0021807684,-0.010359658,0.014511583,0.006715638,0.011278725,-0.002993014,-0.039858483,-0.005115333,0.017317155,-0.011810816,-0.07391233,-0.031216027,-0.007957185,-0.023315277,-0.03640795,-0.013132983,0.0016416229,-0.034150593,0.013955306,0.023524888,0.032505948,-0.0004056189,-0.020429084,0.0012566628,0.02215435,-0.03366687,0.012076862,-0.019139165,-0.013358719,-0.0073605976,0.004385723,-0.05282216,0.013020115,-0.02118691,-0.019768002,0.0022089854,-0.011883374,-0.031296648,0.0150517365,0.01668832,-0.0009180592,0.0056353314,0.059981212,-0.0123267835,-0.00012552772,-0.0028579757,0.014406777,-0.06913963,-0.008811756,-0.02129978,-0.034698807,-0.019348778,0.013640888,-0.0024609226,0.043889478,0.03216734,-0.011730196,0.025411395,0.04543738,-0.000649998,-0.022105979,0.022122102,0.017671883,-0.028313711,0.04540513,0.00449456,-0.002267435,0.014922745,0.00866664,0.0014541816,0.025943486,0.01081113,0.02012273,0.012036552,0.013898872,0.0024206126,-0.01996149,0.019574514,-0.00417208,0.039761737,-0.0001733328,0.023541013,-0.017542891,0.0045792107,-0.015793439,0.042857543,-0.008106331,-0.017768627,0.020025985,0.01040803,-0.005236263,-0.027749373,0.0065987394,0.029345647,0.020203348,0.017462272,-0.03592423,0.013987554,0.012479962,-0.03992298,-0.044179708,0.0055748667,-0.020993425,0.005949749,-0.020251721,-0.010601518,0.007828193,-0.010416092,-0.077653095,-0.020154977,0.026556198,-0.010537022,-0.02624984,-0.048823416,-0.007941061,-0.022896053,-0.018526455,-0.01599499,0.04446994,0.020267844,-0.018203976,0.00078705186,-0.036472447,0.018558703,0.02239621,-0.018155603,0.0010530975,0.011012679,0.002295652,0.035634,-0.033441138,0.04714652,-0.008892376,-0.018123355,0.0016416229,0.008033774,0.006328663,-0.04398622,0.036182214,0.033505633,-0.02668519,0.00011141923,-0.05204821,0.03418284,-0.020187225,0.03353788,0.039826233,0.0058489745,-0.01757514,-0.00992431,0.006006183,-0.037794612,0.017752504,0.0002198152,-0.013229727,0.015180728,0.017994363,-0.023395898,-0.0024407676,-0.025991857,-0.022331715,0.005167736,-0.021332027,0.008513462,-0.054241072,-0.030909672,0.024427831,0.021203035,-0.00611502,-0.04734001,0.014858249,-0.04624358,-0.012576706,0.013036239,-0.011859188,-0.010948183,-0.010270976,-0.005977966,0.016801188,0.04530839,0.024814807,-0.0039705303,0.006002152,0.0027894487,-0.040954914,0.009674389,0.008634392,-0.016914057,0.0013201509,-0.021557763,0.059884466,0.02523403,-0.011335159,0.01409236,-0.028523322,-0.0045630867,0.029716497,-0.01607561,0.011206167,-0.04069693,-0.025991857,-0.02595961,-0.013826314,-0.0067680413,-0.0064818403,-0.02381512,0.011343221,0.010230666,0.032441452,0.0116576385,-0.026120849,-0.010424154,0.008368346,0.018397463,0.035343766,-0.014777629,0.014688947,-0.017397776,-0.027039917,-0.021751251,0.03814934,0.046275828,-0.012842751,0.0088843135,-0.009851753,0.00079108286,-0.0072436985,0.023347525,0.04069693,0.013568331,0.0024387522,-0.01547096,0.012737946,0.0010208496,-0.0070824586,-0.02879743,0.0063488176,-0.02341202,0.014858249,0.05588572,0.007993463,-0.0027269684,-0.020235596,0.029232778,0.0048089772,0.000047931055,-0.016994676,-0.00599409,0.02834596,-0.00068224594,-0.046114586,0.0028720843,0.020042108,0.0039382824,0.0032630907,0.017236536,-0.022218846,0.036762677,0.007675015,0.059013773,-0.056917652,0.012810503,-0.009118112,-0.00088178023,-0.009384157,-0.020751564,-0.033957105,-0.008174859,-0.009480901,0.033957105,0.05475704,-0.029732622,0.018719943,0.003394098,-0.00826354,-0.004438126,-0.019026298,-0.018607074,-0.014269724,0.03131277,0.027813869,-0.018203976,0.020945052,-0.014358405,0.00034087105,0.01381019,0.012963681,0.047533497,0.029716497,-0.011439965,-0.0143342195,0.005905408,0.023718376,0.0036339422,-0.009819505,0.008835942,0.0150356125,-0.021606134,0.0014158871,0.0012657326,0.0054176576,-0.0023762716,0.033279896,0.019381026,0.033505633,-0.04714652,-0.0015912354,-0.0109562455,-0.01223004,-0.029635878,0.038213834,0.008170827,0.019542266,-0.006949436,-0.02113854,-0.004105569,-0.015253286,0.0040692897,0.013068487,-0.016543204,-0.018736066,0.023605509,-0.02320241,-0.017317155,0.029426266,-0.006090834,-0.037472133,-0.03972949,-0.002579837,-0.033279896,-0.029345647,0.044082966,-0.0020799935,-0.025975734,-0.02255745,0.005969904,-0.015970804,0.02475031,-0.006199671,0.018945677,0.0067438553,0.024782559,-0.002190846,-0.032376956,-0.00040587084,-0.016639948,-0.0012032521,0.003924174,-0.02604023,-0.012963681,0.03486005,-0.03660144,0.0026604568,0.0024629382,0.019381026,0.006159361,-0.00878757,-0.007840286,0.0033517727,0.024314964,-0.010101674,0.019703506,-0.029861614,0.01036772,-0.014866311,-0.0009538343,0.0015912354,0.0018592966,-0.012520271,-0.002223094,0.012560582,-0.032909047,0.009198732,-0.008771446,0.011980118,0.003543245,0.0056917653,0.071654975,0.0007981371,0.01963901,0.020251721,0.0443087,0.031764243,0.027765496,-0.024443956,-0.00031265407,0.017720256,0.006119051,-0.021380398,0.02199311,0.0057119206,-0.024556823,0.041728865,0.021573886,-0.013302284,-0.012334846,0.034602065,-0.008481214,0.048694424,0.009722761,-0.0004922853,0.013270036,-0.008723074,0.016833436,0.010948183,-0.0056716106,0.00777579,0.0372464,-0.025540387,0.022912178,0.0034283616,-0.013898872,0.03827833,0.01640615,0.020509705,-0.0123267835,-0.023089541,0.02296055,-0.013092672,-0.03560175,-0.0027995263,0.011141671,-0.026959296,0.0065664914,0.017639635,-0.0009538343,0.024427831,-0.009239041,0.02911991,-0.000826354,-0.017800875,0.029990606,-0.0040934756,-0.0050387443,-0.014511583,0.0040551815,-0.003426346,0.025782246,0.036536943,-0.016704444,0.028136346,0.024202095,-0.060432684,-0.008537648,-0.00084600516,0.011528647,0.030732308,-0.007687108,-0.013052363,-0.019880868,-0.014592203,0.022025358,-0.0064697475,0.0049500624,0.002599992,0.015720882,-0.008057959,0.026459454,0.11306135,0.0024851086,0.03215122,-0.052435186,0.012439651,-0.01052896,0.014043988,0.0006001144,-0.000039743096,0.019832497,-0.018816685,0.006937343,-0.010472526,-0.0013171277,0.036633685,0.015317782,-0.008779508,0.004139832,0.0068002893,-0.02263807,0.009505087,0.030603316,-0.0024508452,-0.00923098,-0.027878365,0.0053773476,-0.005107271,-0.0064858715,0.007844317,0.024202095,0.0055950214,-0.019042421,-0.0136811985,0.033505633,0.03702066,0.020025985,-0.039826233,-0.01834909,-0.01243159,-0.010343534,-0.012770194,0.010150046,0.0036097562,0.00074573414,0.032763932,0.0007311218,-0.020154977,-0.0022896053,-0.009545397,-0.06346399,-0.0075540855,0.0015277473,-0.006038431,0.01397143,0.035408262,0.001143795,0.014237476,0.049887598,0.01336678,0.020670945,-0.01401174,-0.02081606,-0.024782559,-0.0064979643,-0.03219959,0.015527394,0.0053773476,0.023911864,-0.008529586,-0.020832185,-0.02167063,0.036472447,-0.0073162564,0.011375469,0.009988806,-0.005990059,0.009303537,0.023234658,-0.007110676,-0.0032288271,-0.013439339,0.006280291,-0.015140419,-0.0057723853,-0.021783499,0.011915622,-0.0025395271,0.04301878,0.02952301,0.011714072,-0.034731057,-0.0013503834,0.0209773,-0.009706637,0.016946305,0.009392219,-0.029619753,-0.012278412,-0.014019802,-0.011310973,-0.00688494,0.012181668,0.027491389,-0.012979805,-0.0089085,-0.020832185,-0.0396005,0.008819818,-0.014592203,0.0024246436,-0.03334439,-0.008271602,0.0061633918,0.0027753403,0.01984862,-0.010375782,-0.03369912,-0.016486771,-0.017155915,-0.014898559,0.018445835,0.011359345,0.0037226242,0.02167063,-0.0143825915,-0.008682764,0.016656073,-0.016704444,0.0024689846,-0.015720882,0.008416718,-0.030280838,0.043470252,-0.014293909,0.003795182,0.018945677,-0.023057293,-0.0064778095,-0.004155956,0.010520898,-0.024250468,-0.005905408,0.007916875,0.014237476,-0.0010359657,0.0070340866,0.015688634,0.028474951,0.010029117,-0.0020679005,0.014132669,0.009101988,0.039955225,-0.008634392,-0.00817889,-0.003803244,-0.013237788,0.021557763,-0.01186725,-0.0019510017,-0.022460707,-0.013439339,0.018284595,-0.022605821,0.023911864,0.008021681,-0.024718063,0.0166077,0.0072154817,-0.00030383628,0.0030897579,-0.021799622,-0.05840106,0.010827254,0.017752504,0.019106917,0.0072235437,0.022218846,-0.046017844,-0.039439257,-0.019042421,0.000014352548,-0.023847368,0.003406191,0.0041095996,0.019606762,0.020267844,-0.015898246,-0.008190983,0.0006595716,-0.0116415145,-0.0053128516,-0.027701,0.035891984,0.013149107,-0.040761426,-0.02491155,-0.0045147147,-0.037697867,0.020509705,0.024814807,-0.03924577,0.011214229,0.0036379732,0.011399655,0.012302598,-0.044050716,0.0011810816,0.014680885,0.004329289,-0.037762363,0.004865411,-0.025266279,-0.009456715,0.012866938,-0.0005986028,-0.0009261212,0.019139165,0.03431183,-0.0058167265,0.010770819,0.0025737905,0.01320554,-0.048178457,0.034376327,0.024782559,0.010819191,-0.02470194,-0.03219959,0.010682138,0.005413627,-0.017623512,-0.0016799173,-0.011246477,0.0088843135,0.020832185,-0.0020336371,-0.00704618,-0.008243386,-0.03216734,0.0032469667,-0.006127113,-0.005167736,0.012528334,-0.013132983,0.023089541,-0.028442703,0.008142611,0.0031562694,0.006989746,-0.0096018305,0.007727418,-0.00297689,0.0003101347,0.01368926,0.011439965,0.019348778,-0.057949588,0.025459766,0.013181355,-0.0774596,0.0044744047,0.03431183,-0.023299154,-0.009505087,0.0044340948,0.010012993,-0.0047847913,-0.0013322439,0.013657012,0.0048775044,-0.023911864,0.02012273,-0.0006288353,-0.00053461076,-0.008835942,-0.018332968,0.0016043362,0.020025985,-0.017559016,-0.055369753,0.007658891,-0.012117172,-0.006997808,-0.0063407556,-0.014479335,-0.020622572,-0.01178663,-0.0018330951,0.026378833,-0.025621006,-0.013705384,-0.009803381,0.04334126,0.044502188,0.022702565,0.003394098,-0.004405878,-0.021557763,-0.023331402,0.01275407,-0.00079460995,-0.016543204,0.0018189866,-0.022896053,0.011754382,0.02491155,0.004913783,0.01802661,0.01024679,0.009795318,-0.026814181,-0.00344247,-0.011399655,-0.01567251,-0.016591577,0.01275407,-0.025330774,-0.020719316,0.019429397,0.0038536314,0.0048170392,0.047372255,0.034150593,0.009642141,0.012891123,0.0050064963,-0.026072478,0.021477142,-0.0024750312,0.011835002,0.012600891,0.015333906,-0.0027390614,0.018332968,-0.011528647,0.00024299344,0.007985402,0.016575452,-0.023379773,0.023847368,0.0036238648,0.017236536,-0.0013856547,-0.019300405,0.042051345,-0.010674075,0.0050145583,-0.01227035,-0.022944426,0.024814807,0.046759546,0.03814934,0.02673356,-0.022138227,0.027749373,0.015624138,0.0002869565,0.015801502,-0.031812616,-0.038407322,-0.011544771,-0.016228788,-0.028684562,-0.0459211,0.032618813,-0.0034606096,0.02167063,0.008211138,-0.028845802,0.017284907,-0.024798684,0.013826314,-0.0075298995,-0.014019802,-0.05401534,0.03337664,0.032860674,-0.008360284,0.00016590065,0.026636817,-0.015341968,0.007779821,0.026136974,0.03389261,0.03078068,-0.021928614,-0.019413274,0.012375155],"social":"https://www.youtube.com/@swiftbadminton"},{"title":"llm report","description":"a tool to help you save money on the openai api","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=fA0OV7PKVkg","youtube_transcript":"My name is Dylan, and I build a tool to help you save money on your OpenAI API use Let me show you how it works. To get started, first, I'll turn it over to Allen dot report and then will go log in. And all you have to do is enter in your open AI API key. And what happens is that you get a beautiful dashboard made for you instantly on the spot. With all your cost and request usage shown to you. As you can see, we we spent two cents today so far We have some more details about contact tokens, generate tokens. And we have a detailed view of how much we're paying for each individual model provided by OpenAI. And if you look at this by group or cumulatively over time. So writing out, I didn't really have many followers on Twitter or anywhere else in general. So what I did to get started was just tweet publicly very frequently about what I'm doing and what I'm building. And that seemed to get a lot of attention from people. And people seemed like what I was doing. After that, I also went on read it and actually DM's almost a hundred people about what I'm building and that got a lot of traction as well. And I made a couple of posts on Reddit about what I'm building to on some subunits. So some of them did good, some of them did that. But overall, these sorts of activities over time brought a lot profit to the site. Now we have over two thousand people using this app, and I'm excited to see where this takes us.","embedding":[0.0125056505,-0.00795609,0.008730643,0.008896082,0.026003933,-0.043916415,-0.03645664,0.05137619,0.013227564,-0.011505499,0.0068769795,-0.07628221,-0.022003327,-0.025658015,0.027643278,-0.0032467316,-0.020048143,-0.02729736,-0.046232555,0.03886302,0.044036735,0.023943469,-0.004448041,0.042352267,0.01713041,-0.039314214,-0.031162607,-0.0008375326,-0.0339901,-0.059648115,-0.036667198,-0.01935631,-0.05910668,0.008369686,0.012738768,-0.018092962,-0.0051849945,0.021176133,0.040637724,0.018047841,0.003959245,0.013483241,0.041780755,0.039554853,-0.06689733,0.00068008405,-0.028274952,0.0029459342,-0.004241243,0.030185016,-0.057452295,0.018092962,-0.05218834,0.007843291,-0.009760874,0.019912785,-0.011106943,-0.0006166346,-0.053150892,0.02735752,0.0034366099,0.009978953,0.019566868,0.019732308,-0.009670635,-0.0044781207,-0.059527796,0.020845257,0.010407588,0.026921364,0.05345169,-0.010745985,0.024033708,0.0004448511,-0.016062578,-0.046382952,-0.061904095,0.072071046,-0.022153726,-0.0015368866,0.004891717,-0.013799079,-0.044878967,-0.016348336,0.0054030726,-0.05357201,-0.05600847,-0.016573934,0.01604754,-0.015250426,-0.019491669,0.021251334,-0.0052902736,0.0009945113,0.054263845,0.033087708,-0.032275558,0.07736508,0.055918228,0.04893973,0.015378265,-0.00073836354,0.01604754,-0.011046783,-0.002036022,0.02039406,0.030139895,-0.01367124,0.009241999,-0.005797869,-0.10576035,0.025131619,-0.0050421157,-0.01137014,-0.024530025,0.0047525982,-0.044698488,0.04328474,-0.016243057,-0.055136155,-0.041690513,0.014175076,0.054053284,0.012031894,0.01819824,-0.0635284,-0.06888259,-0.0342909,-0.011836376,-0.021777729,0.017220648,0.0059821075,0.04445785,-0.040517405,-0.024770662,-0.057662852,-0.008046329,-0.013174924,-0.03543393,0.003978045,0.056158867,-0.007880891,-0.008196728,-0.024244267,-0.06623558,-0.05438416,-0.028891586,-0.013535881,-0.031523563,-0.027207121,-0.002947814,0.013423082,-0.016634094,-0.023010997,0.027673356,-0.0009794714,-0.008647924,0.040577564,-0.014896989,-0.006726581,-0.05029332,0.042773385,-0.048548695,0.009587916,-0.06557383,0.061031785,-0.017867364,-0.0657543,-0.05345169,-0.031493485,-0.023477234,-0.010407588,-0.008535125,-0.008978801,0.012340211,-0.06737861,-0.023356915,-0.020965576,-0.026470168,-0.043374978,-0.06695749,-0.028274952,-0.025673054,-0.012234933,-0.039615013,-0.045390323,-0.015746742,0.026801044,-0.012265013,-0.010189511,0.012986926,0.04316442,-0.0016337057,0.00017331098,0.008444886,-0.033087708,0.023883311,0.0049481164,0.015032348,0.041299477,0.041690513,0.013475722,0.0073432154,0.015017308,0.009572876,0.00084082264,-0.0040532444,-0.00063120446,-0.010640707,-0.04072796,0.028620869,0.0084900055,0.001601746,-0.015107547,-0.052789938,-0.026786005,-0.025808413,0.011302461,0.0024872182,0.032456037,0.019491669,0.03883294,0.0060723466,-0.0103925485,0.008993841,0.029869178,0.04523992,-0.037148476,0.03991581,0.00038422164,0.024951141,0.028109513,-0.019867666,-0.028786307,0.03871262,-0.0033914903,0.02732744,-0.04896981,-0.0014175075,-0.029072065,0.014272835,-0.039675172,0.00911416,0.04328474,-0.002985414,0.0037844067,-0.040697884,-0.057331976,0.036155842,0.05934732,0.04665367,0.013994597,-0.0049405964,0.023266675,-0.0043878816,-0.03411042,-0.014513473,0.0477967,-0.014957149,-0.018995354,0.028726147,0.009452557,-0.051917624,0.028741188,0.00021290813,0.016167859,-0.055677593,0.04421721,-0.032456037,-0.0035813686,-0.012678608,0.014423233,0.014919549,-0.01257333,0.00010275285,0.004786438,0.042953864,-0.0002507428,-0.021356612,-0.0019683428,-0.0007294336,0.00016015109,0.057632774,0.015400825,0.028365191,-0.009497677,-0.016333297,-0.013114765,-0.040878363,-0.004651079,-0.021281414,0.0040682843,0.035103053,-0.0134080425,0.015152667,0.008362167,0.026650647,-0.027673356,-0.02848551,0.017987682,0.0102797495,-0.045270003,-0.0028763746,-0.00025450275,0.023402035,-0.023687793,0.040637724,0.016408496,0.017521447,-0.033869784,0.0027917754,0.042863622,0.0024477385,-0.018092962,-0.020709898,0.041359637,0.047646303,-0.009580396,-0.0034516498,-0.027131923,-0.04328474,-0.05820429,-0.023687793,-0.016408496,-0.010821185,0.024890982,0.07086786,-0.007433455,-0.028199753,-0.041870993,0.060309872,-0.024364587,-0.0029271343,-0.0026564167,-0.0024872182,-0.0074710543,0.013588521,-0.060730986,0.0013310283,0.034441296,-0.05035348,-0.0031564923,-0.026560407,0.0005155855,-0.013814119,0.033568986,-0.008204248,0.010753506,-0.013024526,0.0061024264,-0.01018199,0.01708529,-0.0031546124,-0.027959114,0.019657107,0.025958812,-0.017476326,-0.04584152,0.01137014,-0.013535881,-0.01943151,0.034501456,0.040216606,0.019702228,0.03080165,0.0008459926,-0.036065605,0.015701622,-0.01604754,-0.015130107,0.034772176,0.023702832,-0.023041077,-0.0062152254,-0.044728566,0.0319146,0.065152705,0.0053090733,0.00570763,0.032726754,0.06376904,0.016062578,-0.008858482,-0.0122800525,-0.000913202,0.03329827,0.014378114,-0.003190332,-0.043495297,0.010745985,0.059828594,-0.075560294,-0.016649134,0.010588067,-0.020123344,0.025447456,0.01816816,0.03083173,0.021928128,0.009264559,0.0065160226,0.018333599,-0.041179158,-0.0038840459,0.021943167,0.02173261,0.010174471,0.0038483262,-0.002036022,0.00041900133,0.030200055,-0.05832461,0.054474402,-0.036005445,-0.019777426,0.008144088,-0.017506406,0.01834864,0.023447154,0.042803463,-0.023913391,-0.049511246,0.0409686,-0.016588975,-0.010377509,0.03895326,0.04881941,0.018905114,-0.020589579,-0.0663559,-0.0021507011,-0.0158821,-0.016062578,-0.039193895,-0.039073575,-0.033208027,0.0049405964,0.020559499,0.026500247,0.035704646,0.004448041,-0.0039442056,-0.08151609,-0.012964366,-0.04226203,-0.03197476,-0.022559801,-0.05697102,-0.021461891,-0.024981221,-0.039404456,-0.07291328,-0.0082644075,0.05128595,-0.041179158,-0.0549256,0.024890982,-0.00113645,-0.013821639,0.042653065,-0.011851416,0.025327139,-0.04433753,0.008226808,0.0045909197,-0.030380534,-0.029493181,0.017476326,-0.026725845,0.013159884,-0.006587462,-0.0075612934,-0.055286556,-0.03895326,-0.049691726,-0.028906627,0.03411042,-0.02487594,-0.011302461,-0.033478744,-0.043495297,-0.0050270758,0.011039263,0.037960626,0.015731702,0.02955334,-0.026485208,-0.0042901225,0.00037341172,-0.0004996056,0.012791407,0.027823756,0.04590168,-0.018589277,-0.015318106,-0.024304427,-0.02851559,-0.015205307,0.03335843,-0.007083778,-0.010918944,-0.0032429716,0.002515418,0.06437063,0.021070855,-0.050834753,0.006579942,-0.040427167,-0.041750673,0.013738919,-0.03281699,-0.0006631642,0.01146038,0.026364889,-0.011167102,0.012219893,-0.009257039,0.01708529,0.015491064,0.00457212,-0.0062829047,-0.030395573,-0.0059369877,0.0043578018,0.022875639,-0.0025172979,-0.023477234,0.016889771,-0.017461287,0.030425653,0.03880286,-0.022243965,0.035975363,-0.0050947554,-0.067679405,-0.017701924,-0.018935194,-0.04114908,-0.036727358,0.013227564,-0.008309527,0.028650949,0.028846467,-0.0062979446,-0.0115205385,0.0005818549,-0.015400825,-0.028590789,-0.00019951325,0.010873824,0.07562046,0.0075951335,0.014220195,-0.0295383,0.0047300383,0.0000790768,-0.01140022,-0.019190872,0.030019576,-0.014310434,0.0008516325,-0.0029647339,0.03738911,0.041540116,0.0043916414,0.037028156,0.01027223,-0.03627616,-0.025898652,-0.01816816,0.0057527493,-0.0019683428,-0.035343688,-0.03317795,0.008610324,0.022845559,0.008452406,0.025417376,0.0084900055,0.033839703,-0.03537377,0.017386088,-0.036877755,0.056730382,-0.02719208,-0.0027391359,-0.028786307,0.047134947,0.022048447,-0.0017540246,0.011926616,-0.02066478,-0.014092356,0.006504743,-0.029222464,0.034591697,0.018559197,-0.01478419,0.020815177,0.0067942603,0.021777729,-0.022499643,-0.02051438,-0.028650949,-0.007388335,0.031252846,-0.029117184,0.02622953,-0.002519178,-0.015002268,0.0047037187,-0.0055760313,-0.026665686,-0.0146337915,-0.014994748,0.05113555,-0.029463101,0.03200484,0.019581908,0.017671844,-0.0068920194,-0.04902997,0.0048315576,0.029252544,0.023732912,0.010039112,0.0033238109,-0.023883311,-0.027838796,0.026530327,-0.028650949,0.046232555,0.031252846,-0.03323811,-0.014325474,0.028891586,0.012716209,-0.000028860684,0.021191174,-0.01021207,-0.0035099292,-0.008459926,0.03329827,-0.007531214,-0.0044781207,-0.006030987,-0.031433325,0.012994446,-0.020198543,-0.014272835,-0.008550165,-0.0066965013,0.03880286,0.009046481,0.009805994,-0.016197938,-0.0049744365,-0.023236597,0.013581001,0.015566263,-0.0752595,0.031072367,-0.008279447,0.017867364,-0.034591697,0.025567776,-0.01027223,0.02280044,-0.005399313,0.019912785,-0.06888259,0.030305333,-0.018859994,-0.0003078473,0.022138685,-0.0025492576,0.005812909,-0.058775805,0.00114679,0.019175831,-0.023537394,0.01598738,-0.02161229,-0.015430905,0.040427167,0.016378416,0.044036735,0.014626272,0.028214792,-0.01361108,-0.009903753,0.007061218,0.023161396,-0.014663871,0.026379928,0.012137174,0.018108001,0.011904055,-0.02268012,-0.08241848,-0.0061174664,0.007640253,-0.011896536,-0.020243661,-0.022604922,0.00342533,0.007523694,0.023883311,0.013919398,0.015656503,-0.011264862,-0.01834864,-0.018423839,0.022123646,-0.029869178,0.011046783,0.0043615615,-0.03420066,-0.017431207,-0.022138685,-0.017356008,0.010046632,-0.005797869,-0.021958208,-0.0008403526,-0.035945285,0.010084231,0.0033783303,-0.024123948,-0.0249361,-0.02734248,0.010964064,0.024169069,-0.046984546,0.02182285,-0.016092658,-0.03663712,0.0046059596,-0.06725829,-0.027913995,-0.013738919,-0.0026582966,-0.009302158,0.033478744,-0.009257039,-0.037118394,0.018378718,0.04430745,-0.008835922,0.004436761,0.0047074785,0.016092658,-0.0045119603,0.033328347,-0.011046783,0.017716965,0.010400069,-0.002163861,-0.023116278,0.023326835,0.020048143,0.016709294,-0.00095362164,0.040758044,0.025161698,-0.0021319012,0.011701018,-0.0000972304,0.035915203,-0.021988288,0.013370442,-0.014114916,0.0053203534,-0.003880286,0.037960626,-0.056700304,-0.024590185,-0.014505953,0.027643278,-0.027673356,-0.014558592,0.007185297,-0.022048447,-0.0023104998,0.016949931,-0.007640253,0.017867364,0.0035494089,-0.011204702,-0.0017972642,-0.022665082,-0.00573771,0.0024176587,-0.021597251,0.01822832,0.015581303,-0.0010142511,-0.083741985,-0.061332583,0.005339153,0.015107547,-0.015506104,-0.028921666,0.019717267,-0.01137014,-0.015852021,0.016182898,-0.0063957036,-0.025251938,-0.025507616,-0.0034046501,0.0018912634,-0.0047525982,-0.004312682,0.0045458,0.019581908,0.032967392,-0.02283052,-0.013581001,0.0035136892,0.04310426,-0.009911273,-0.01716049,0.013032045,0.059708275,0.045179762,-0.04217179,0.028726147,-0.0010565508,0.005880588,-0.012377812,0.012310132,0.044698488,-0.027643278,-0.005023316,0.01598738,0.0046021994,-0.013896838,-0.0182584,0.01252069,-0.03495265,0.0064483434,0.010001512,-0.008159128,-0.043826174,-0.015821941,0.004346522,0.019220952,0.003974285,-0.025582815,0.011016703,-0.022198845,0.015272986,-0.02625961,0.012806447,0.005948268,-0.012678608,-0.0010480908,0.01483683,-0.02502634,0.023943469,-0.019642068,0.028771268,0.03341859,0.025943773,-0.046322793,-0.018905114,0.028124552,0.025507616,0.00010710031,0.006076107,0.022725241,-0.060791146,-0.0004669409,0.0024796983,0.008189208,-0.048518613,0.033087708,0.0058241887,0.01932623,0.024319466,-0.007076258,-0.021747649,-0.031252846,0.00568507,-0.008362167,-0.00015874111,0.0066551417,-0.03194468,-0.0021413013,-0.023071157,-0.013460682,-0.005940748,-0.03513313,0.025883613,0.022995958,0.016573934,0.046052076,0.027853835,-0.010888864,0.02970374,0.009452557,0.013017005,-0.011783737,-0.046172395,-0.007151457,0.01031735,-0.024725543,-0.017536486,0.014144996,0.035343688,0.0072266567,0.057692934,-0.001473907,0.0013517081,-0.020439181,-0.012317652,0.023567474,0.008309527,-0.020935496,-0.011949175,0.0064633833,-0.0049518766,0.012821487,-0.016859692,0.02265004,-0.03762975,0.0008506925,0.012859087,0.016694253,0.033809625,-0.026379928,0.00074118347,0.049842123,0.0012125893,0.009211919,0.03988573,-0.004463081,-0.016588975,0.021115975,-0.02051438,0.008384726,0.0066513815,-0.0059821075,0.024304427,-0.019115672,0.030380534,-0.011377661,0.0025680575,-0.0028199751,0.015596343,-0.02619945,0.015746742,-0.0319146,-0.03329827,-0.031313006,0.018017761,0.0145209925,0.043495297,0.0025492576,0.01822832,0.02164237,-0.024830822,0.014077316,-0.02737256,-0.016573934,0.009572876,-0.010708386,0.0056662704,0.01594226,-0.017401127,0.005797869,0.004218683,-0.011663417,0.036125764,0.022289084,0.06623558,0.0005235754,0.0111821415,0.0118589355,-0.015303066,0.019010393,-0.018769756,-0.04566104,-0.019702228,0.00030150235,-0.022259004,0.015340665,0.016378416,-0.006241545,0.014498433,0.0101669505,-0.01594226,0.013167405,0.032245476,-0.03669728,0.00017389847,-0.024755623,0.009610476,0.035975363,-0.0099413525,0.010715906,0.019957906,-0.025462497,-0.01600242,-0.01710033,0.020694857,-0.009640556,-0.039163817,-0.024890982,0.030606132,-0.01944655,-0.001024591,-0.020649739,0.041660435,-0.02042414,-0.02490602,-0.026680727,-0.04132956,-0.019627027,0.023071157,0.00025003782,0.010588067,-0.021341573,0.016694253,0.0047525982,0.005357953,-0.00021232064,0.03305763,-0.012768848,-0.0002512128,0.047195107,-0.0060798666,-0.000571045,-0.012362772,0.019897746,-0.0040269247,-0.017431207,0.027477838,0.006121226,-0.021281414,-0.020920455,0.032726754,0.046382952,0.040156446,0.024289386,0.0038144866,-0.0047450783,0.021837888,0.009633035,0.033719383,0.018769756,0.008392246,0.012768848,0.010663266,-0.014438273,-0.0059294677,-0.018438878,0.015318106,0.010557988,-0.01033239,-0.007399615,-0.016588975,-0.011949175,-0.009745834,0.011422779,0.011227261,0.0014635671,0.016393457,0.00457212,0.0070198583,-0.031042287,0.03732895,-0.021867968,-0.028786307,-0.015235386,0.0117310975,-0.032456037,-0.006933379,-0.004105884,-0.016438575,0.0038389263,0.02853063,0.0030850528,-0.018544158,0.028305031,0.027537998,0.00682058,0.0454204,0.0016713053,0.011106943,-0.026936404,0.0034666895,0.020965576,-0.02616937,-0.0026846165,0.0150849875,0.007076258,0.027116882,0.004666119,-0.0097307945,0.023492273,0.0048465976,0.035764806,-0.014062276,0.0007703232,-0.009926313,-0.0073469756,-0.0028368952,0.027748557,0.032907233,-0.009001361,-0.034531537,-0.037780147,-0.02719208,0.017882403,0.026018972,-0.004124684,0.0041810833,0.007745532,0.048518613,0.015415865,-0.023191476,-0.0026789764,0.00793353,0.003754327,0.0069897785,0.036847677,-0.010490308,0.008820883,0.00039033158,-0.07002562,-0.009881193,-0.008527605,0.01130998,0.0073319357,-0.047886938,0.016739372,-0.0062377853,0.010768546,-0.008204248,-0.01479923,-0.014889469,0.016318256,0.0032617713,0.024409706,0.020078223,0.087110914,0.0067641805,0.040457245,-0.009445037,0.02854567,0.013340363,0.01815312,0.015460984,0.0049593966,-0.011039263,0.019536788,0.0047112387,0.037780147,0.02958342,-0.0022823,0.0046134796,0.003765607,-0.020875337,0.01371636,0.020785097,-0.0016008059,0.015054908,0.006181386,-0.0055609914,-0.005463232,-0.0027428959,0.020679818,0.005903148,0.017912483,0.020198543,0.0015566263,-0.041570194,-0.0048089977,0.016258098,0.008835922,-0.0105053475,-0.022725241,-0.008617844,-0.038441904,-0.008535125,-0.0021225014,-0.029297663,-0.00019657577,-0.028184712,-0.01941647,0.002835015,-0.016152818,-0.0054557123,-0.007738012,-0.033388507,-0.004688679,0.011663417,0.004666119,0.0033952503,0.01705521,-0.0011016703,0.0067942603,0.029402941,0.022334203,0.016919851,-0.00917432,-0.010159431,-0.0031508524,0.012347732,-0.009602956,-0.030636212,-0.004666119,-0.011896536,0.008407286,-0.0034873693,-0.02386827,0.0023462195,0.011264862,0.008294487,0.019281112,0.016408496,0.026801044,0.0046247593,0.01252821,0.006151306,-0.018529117,-0.0024308187,0.01033239,0.008693044,-0.013558441,-0.010881345,0.010324869,0.044788726,-0.006380664,0.024710502,-0.027477838,-0.01477667,0.010648226,0.0159573,0.0054406724,0.00227854,-0.04190107,0.007068738,0.0058542686,-0.017777124,0.01021207,0.010039112,0.0026075372,-0.0030004536,0.0027034162,-0.023883311,-0.022574842,0.009384878,-0.01929615,0.02039406,0.013603561,-0.009745834,0.02965862,0.0053654728,0.043374978,-0.003970525,-0.016438575,0.007185297,-0.016543854,-0.026831124,0.01950671,0.0064295437,-0.008189208,0.016604014,0.0042638024,0.021777729,0.045330163,-0.03069637,-0.004354042,0.021867968,0.02173261,-0.013505802,0.024815783,-0.019205911,0.00039385655,0.0122800525,-0.012490611,-0.045691118,-0.004421721,0.040276766,-0.013370442,0.013483241,-0.008279447,-0.021958208,0.018483998,-0.0019965426,0.00088265224,0.009181839,0.0069822585,0.009046481,0.0013319683,0.018032802,0.016228018,0.035042893,-0.02161229,-0.059828594,-0.0047225184,-0.025597855,-0.04566104,-0.014994748,0.008550165,-0.024800742,0.0042713224,-0.017325928,0.017340967,-0.02499626,-0.010768546,0.008204248,0.007651533,0.016904812,0.0138592385,-0.0053805127,-0.024409706,0.018859994,0.015205307,-0.028049354,0.0013028285,-0.019912785,-0.028741188,0.012325171,-0.0014325475,-0.012445491,-0.00228982,0.0107309455,0.014190115,0.04548056,-0.0053880326,-0.017371047,-0.022093566,-0.004662359,-0.0011806296,-0.013317803,0.008452406,-0.009362318,0.019536788,0.0114303,-0.016167859,-0.015746742,-0.025913693,0.023341876,0.008565205,0.003758087,-0.02959846,0.0040306845,0.0028406552,0.02046926,-0.01931119,0.005391793,0.026786005,0.020679818,-0.0050684353,0.016964972,-0.00907656,-0.0031677722,0.037118394,-0.014265315,-0.013799079,0.023101237,0.035223372,-0.040306848,0.018890074,-0.0013855478,-0.011212221,-0.037900466,-0.0045984397,0.0057038697,0.009610476,0.0063355444,-0.00063120446,0.037028156,0.01478419,-0.025417376,-0.02496618,0.017446246,-0.027237201,-0.006692741,-0.020679818,-0.020890377,0.017235689,-0.0091667995,-0.0007294336,-0.0050571556,-0.0030474532,0.01828848,-0.016483696,0.002056702,0.004993236,-0.0010499707,-0.013032045,-0.0128440475,0.0015387665,-0.002398859,-0.0041359635,-0.0014146876,-0.025432417,0.01486691,0.007283056,-0.0074560144,-0.02295084,0.01248309,-0.021386692,0.02627465,0.0024590185,-0.016453616,-0.028229833,0.013280204,0.013400522,-0.0064370637,-0.030320374,0.020379022,0.00081215287,-0.010512868,0.02729736,0.008166648,0.010437668,-0.024860902,-0.0033426106,0.009016401,0.00026672267,-0.03726879,-0.026951443,0.024379626,-0.025582815,-0.011197181,-0.018468957,-0.0050270758,-0.003637768,0.004436761,0.01483683,0.019702228,-0.0158821,0.023417074,-0.012287572,0.02261996,0.0020209823,0.033929944,0.005903148,0.033508826,0.021928128,0.027553039,0.022544762,-0.0036885277,-0.0028801346,-0.012768848,0.009933833,0.028620869,-0.002729736,0.03281699,-0.01944655,0.021040775,0.011234782,-0.04298394,0.022349244,-0.0072153765,0.0063430644,0.014122436,0.010309829,-0.0011768696,-0.009610476,0.02973382,0.023537394,0.00013441882,0.017792163,0.010745985,0.018378718,0.007895931,-0.0030305334,-0.000012469578,0.05333137,0.0010358709,0.01713041,0.05248914,0.06599494,-0.04427737,0.02725224,-0.019461589,-0.0022089805,-0.008429846,-0.016303217,-0.028891586,-0.013926918,0.008452406,-0.026620567,0.007512414,0.0147465905,0.019611988,0.0005522451,-0.0018621236,-0.020379022,0.008550165,0.031523563,0.052278582,0.039615013,0.011573179,-0.021928128,0.011152063,-0.0035945284,-0.00025544275,-0.04000605,0.001367688,-0.026425049,-0.018559197,0.006617542,0.0045006806,-0.058565248,0.029493181,-0.018829914,-0.032456037,-0.0061701057,-0.016949931,0.027131923,0.017356008,0.000685254,-0.006030987,0.0016412257,-0.018574238,-0.0014880069,0.018799836,0.020709898,-0.028681029,0.062204894,-0.0059294677,0.057813253,0.019852625,0.049300686,0.0018536637,-0.019852625,-0.0084900055,-0.0016496856],"social":"https://twitter.com/dillionverma"},{"title":"space potent","description":"a material to grow plants ins oace","niche":"other","youtube_url":"https://youtube.com/watch?v=14pspYtQL2I","youtube_transcript":"Name is my old partner, and I'm a high school student from Dubai, and I'm working on a way to grow plants in space. Substance you see here is a combination of forty different nutrients that plants need to survive along with water. The plants need gravity to grow. They release a few growth hormones in response to gravity and when there is no gravity, no growth takes place. Our medium has a you growth regulators embedded inside it to artificially immune these hormones? I would be to speak at different schools about my project to get And in week three of my project, I met with an engineer from NASA to discuss the implementation of the industrial life. I'm happy to say I'll be going to the NASA office in Hawaii next week. Space Porton was not still valuable to the average consumer. Until we realized the power of it in powder form. Tadd all the new chains you needed and it could be used as a super fertilizer. All you needed was just add water and pull it over your plants and rejuvenate your soil to levels you have never seen before. We had wholesale leaves with plant shops and gardens around my area. And created a total revenue of two thousand two hundred and eighty dollars in two weeks by just selling the product to them.","embedding":[0.02632453,0.02656604,0.032796983,0.05564378,0.016334089,-0.018274214,0.012469938,0.012397485,0.011552202,0.03270038,-0.0011240252,-0.0027149688,-0.053003274,-0.036967047,-0.020995222,-0.033682518,0.0006505661,-0.04067019,-0.052262645,0.0028638996,0.033070695,0.05599799,0.020528303,0.0011833963,0.0048583653,-0.03957535,0.024086542,0.031122517,0.05799447,-0.033553712,0.036902644,-0.02531019,-0.02096302,0.054774344,0.014651573,-0.016744655,0.060248557,0.0055506923,0.019868176,0.0023688052,-0.05422692,-0.0067300634,0.017002266,0.011624655,-0.003918491,0.0054017613,-0.08108277,0.018757233,0.03352151,0.027145661,-0.025165284,-0.032313965,0.04440554,-0.00018842769,0.00021333335,-0.018499624,-0.015504907,0.017485283,-0.0894551,-0.0030027675,-0.0030732078,-0.018966543,0.03139623,0.03548579,-0.020769812,0.008839246,-0.011994969,-0.028578619,-0.010078995,0.04031598,0.012365283,0.033585913,-0.035099372,-0.05986214,-0.065819375,-0.006565032,-0.04112101,-0.0066133337,-0.008984151,-0.0007904403,0.0033267927,-0.017984403,0.004600755,0.0069353464,-0.0383839,-0.0055869184,0.025922013,-0.05699623,-0.06337208,0.00945912,-0.00970868,0.008251573,0.005289057,0.069103904,0.015247297,-0.0030973586,-0.0069997488,0.019224152,0.03706365,0.027870191,0.017581888,-0.043310694,-0.008670189,0.010030692,0.043278493,0.029512454,0.0010455346,0.038705915,0.01201107,-0.02993107,-0.05725384,-0.031605538,0.041732833,0.01996478,-0.019063145,-0.018209813,-0.012767799,-0.021590944,0.012059372,0.005747925,-0.04630541,0.05158642,-0.008839246,-0.012872454,0.037095852,-0.02151044,0.030784404,-0.0012095599,-0.037643272,-0.009338365,0.025487296,-0.0009277988,-0.009483271,-0.033328302,-0.04376151,-0.06285686,-0.03815849,-0.032555472,0.039832957,0.018451322,0.0036145914,-0.024972077,0.041829437,-0.014667674,0.0003109434,-0.023233209,0.006726038,0.021768052,0.002841761,0.027371071,-0.02635673,0.0005650315,-0.08848906,0.016680252,0.034197737,-0.02144604,-0.008903649,0.033392705,0.0011381133,0.00242717,-0.028160002,-0.0032644027,-0.0011582391,-0.0043109437,-0.026211826,0.02352302,-0.015166793,-0.067815855,-0.0969902,0.00055647804,-0.061729815,-0.049686544,-0.028465914,0.024650065,0.001304151,-0.025503397,-0.004890566,-0.01764629,-0.01635019,-0.02732277,-0.013902894,0.059604533,-0.058477487,-0.062148433,-0.011978868,0.0019049058,-0.040605787,0.030510694,0.0038903146,0.02531019,-0.005437988,0.019739373,0.021124026,0.02328151,-0.013017359,-0.015376101,0.017549686,-0.029303147,0.07006994,-0.0053091827,-0.011318743,0.028079499,-0.015456605,0.00039421386,-0.030397989,-0.033811323,0.003922516,0.007390189,0.019707171,0.0037957234,0.05139321,0.03893132,-0.061955225,-0.009740881,-0.046047803,-0.014128303,-0.03909233,0.010030692,0.023168806,0.037868682,-0.00020452832,0.02275019,0.016132832,0.0016372328,0.012333083,0.0012638995,0.0002392453,-0.015794719,0.029705662,-0.026292328,0.01965887,0.032507174,-0.0047174846,-0.04131422,-0.016390441,-0.0044035222,-0.003435472,-0.024553461,-0.010698869,0.0057358495,0.016519247,0.034229938,0.009604026,0.04907472,0.022057863,0.023072204,-0.05335749,-0.08108277,0.015714215,0.010296353,-0.019208051,0.016921762,0.024070442,-0.06723623,-0.025374593,-0.054033715,-0.018741133,0.01099673,0.026388932,0.019513963,0.0039044027,-0.027451575,-0.017533585,0.019562265,-0.035324782,0.0358078,0.033618115,-0.030768303,-0.011681007,-0.003425409,0.02122063,0.0014792454,0.04627321,-0.06800906,-0.025100881,0.0015728303,-0.0006943397,0.039253335,-0.022540882,0.026936354,-0.05313208,-0.0002538365,0.0076840254,-0.04192604,-0.02531019,0.0383839,0.043568306,0.0032543398,-0.028852329,-0.008501133,0.06916831,0.031154718,0.040992204,0.009740881,-0.00274717,-0.029351449,-0.029802267,0.029786166,0.0071688057,-0.007973837,0.009579875,0.025342392,0.008348176,0.004194214,-0.033135097,-0.015665913,0.034680758,-0.024150945,-0.023555221,0.02452126,0.0055909436,0.082113214,0.06353308,-0.0331673,-0.013902894,0.008485032,0.018467423,-0.006214843,-0.023635725,0.021671448,0.019256353,-0.01946566,0.020834215,-0.07979472,0.031090317,-0.04221585,0.06005535,0.0434073,-0.022363774,0.011511951,-0.0042223902,-0.0029544656,-0.017485283,-0.012381384,0.028465914,-0.001578868,0.07393409,-0.018837737,0.032249562,0.015995976,-0.018805536,-0.032281764,-0.02200956,0.04015497,0.015432454,-0.0024875472,0.024215348,0.011809812,-0.02378063,0.047142643,0.007337862,0.021172328,0.018725032,-0.020641008,0.038416103,-0.058155477,0.02656604,-0.0065891827,-0.027242266,-0.0059371074,-0.037321262,0.032088555,0.03348931,0.03144453,0.013959246,0.018998744,-0.003727296,0.04244126,0.039478745,-0.039671954,0.020802014,-0.0014138366,0.036387425,0.00690717,-0.04678843,0.009507422,0.0306395,0.025632203,-0.01967497,0.016535347,0.07380529,0.034229938,-0.035324782,0.05390491,-0.026646543,0.011326794,0.059443526,-0.012832202,-0.03397233,-0.035453588,0.040992204,-0.05702843,0.01890214,0.006005535,0.02353912,0.009290064,0.026888052,0.012365283,0.006420126,-0.034455348,-0.032909688,-0.0485595,-0.042537864,-0.009434969,0.04009057,0.0087184915,-0.010384906,-0.031106416,0.014232957,-0.020302894,0.0069192457,-0.039221134,0.06446692,0.01812931,-0.0024191197,-0.009298114,0.014466416,0.030011574,-0.00973283,0.03761107,-0.0035803777,0.00970868,0.08906869,-0.029528555,-0.029512454,0.04108881,0.048140883,-0.015408303,-0.04141082,-0.0740629,-0.016253587,0.036323022,-0.011471699,-0.029850569,-0.009579875,-0.0057559754,-0.023297612,0.026388932,-0.009773082,0.044083524,0.00867824,-0.021784153,-0.015979875,-0.018306416,-0.06916831,0.0068347175,0.021751951,0.009612076,-0.04302088,-0.005719749,-0.0054862895,0.0005353459,0.00027672958,0.022524782,-0.019707171,0.01431346,0.008823145,-0.01890214,0.021301134,-0.007591447,0.025261888,0.059443526,0.009595975,-0.043149687,-0.027966794,0.005498365,0.029029436,0.015343901,-0.010183648,-0.030333586,0.04694944,-0.0058606295,-0.03448755,-0.016454844,0.013081762,0.009845535,-0.002503648,0.02015799,0.003195975,-0.014273209,0.010803523,0.012856353,-0.033585913,0.04517837,0.018789435,0.039060127,-0.031267423,0.0071808808,-0.08095397,0.0077886796,-0.0032945913,0.007760504,0.039736353,-0.021349436,0.0255839,-0.020270692,-0.02453736,-0.001648302,-0.041732833,0.0058646547,0.034970567,-0.013097863,-0.030591197,0.0357112,-0.015971825,-0.03992956,0.004910692,0.020318994,0.008710441,0.01454692,-0.0484951,0.042795476,-0.00753912,0.020302894,-0.00146717,-0.036194216,0.0069393716,0.01867673,0.012341132,0.021558743,0.026614342,0.032813083,-0.01048151,0.007591447,0.011447548,-0.04321409,-0.014949434,0.0050032707,0.013323272,-0.012091573,-0.0040392457,-0.0459834,0.015456605,0.024086542,-0.03199195,0.028755724,-0.028578619,-0.037707675,0.00020226416,-0.0020528303,-0.00843673,0.045564782,0.014418114,0.008992202,0.027515976,0.032008052,0.026694844,0.012075473,-0.0104171075,-0.0014832705,0.01685736,-0.020850316,0.005699623,-0.016221385,-0.02072151,0.030736102,-0.029544655,0.009998491,0.029126039,0.05239145,-0.016221385,0.014804529,0.008078491,-0.0135003785,0.014224906,0.021091824,0.0035461637,0.014651573,-0.038705915,0.019900378,-0.008573585,-0.0023446542,-0.016189184,-0.025181385,0.016446793,0.015054089,-0.009821384,0.0036749688,0.00047622644,0.003578365,0.00020905661,-0.032829184,-0.010940378,0.024907675,0.0027833965,-0.017984403,0.0047174846,0.0049026418,0.020480001,0.0017257862,0.0014943397,-0.006677736,0.03931774,0.028272707,0.009386667,0.0005227673,0.011785661,-0.010642516,-0.0040815095,0.01075522,-0.002417107,0.0028296858,-0.011729309,-0.027145661,-0.015392202,-0.0012669183,-0.0021937108,-0.00067421386,-0.028771825,0.0033368554,-0.019256353,0.0061182394,-0.035646796,-0.022154467,-0.025616102,0.022299372,0.023056103,0.014965535,0.02275019,0.01737258,-0.025841512,-0.0020005032,0.001915975,-0.015504907,0.020415599,0.03120302,0.019980881,-0.012574592,-0.027660882,0.0022822644,0.027435474,-0.047239248,-0.025970316,0.008396478,-0.022685787,-0.013902894,-0.006295346,0.015722265,-0.01862843,-0.026630443,0.04112101,-0.027290568,0.03166994,-0.02431195,0.0076035224,0.028804027,-0.046337612,-0.00088201265,0.055289563,-0.016728554,0.013596982,0.016986165,0.033585913,0.020367296,-0.011962768,0.012059372,-0.022251071,-0.03725686,-0.0044357236,0.008710441,-0.004810063,-0.019288555,-0.036226418,-0.005566793,-0.018869938,-0.037095852,0.036001008,0.018338617,0.017195472,-0.013460127,0.014659624,-0.02275019,-0.01993258,-0.025342392,0.0006883019,-0.008742642,-0.07168,-0.019320756,0.016165033,0.015746417,-0.015448554,0.000312956,-0.019900378,0.06437032,0.026260128,0.021848556,-0.009467171,-0.01277585,0.0055104406,-0.0039869184,-0.017195472,0.015979875,0.00015698114,0.010851825,0.023861134,-0.01994868,0.006287296,0.032136858,0.006701887,-0.08295044,0.012437737,-0.04112101,-0.033650316,-0.0073016356,-0.021285033,0.0017851574,-0.0036709437,0.008493083,0.064949945,0.003206038,0.0011250315,0.015722265,-0.025712706,0.026888052,-0.009185409,0.0026666669,0.010932328,-0.041732833,0.022701887,0.021333335,-0.028562518,0.016148932,-0.020785913,-0.009290064,-0.004323019,-0.019835977,-0.014852831,0.018773334,-0.039285537,0.008734591,0.0068910695,0.0021755977,-0.035002768,-0.0046933335,0.029190442,0.0056352206,-0.06208403,-0.059250318,-0.027226165,-0.022299372,-0.037643272,-0.024730567,-0.023184907,0.010062894,0.0004802516,-0.02065711,0.038770318,0.03241057,0.008565535,-0.0005650315,-0.046144407,0.017984403,-0.037482265,0.01996478,0.025503397,0.0035703147,-0.028562518,-0.011930567,0.029834468,0.035678998,-0.0019059121,0.035968807,0.019352958,0.015521008,0.002708931,0.038641512,0.023136605,0.0011602517,0.030687802,-0.010626416,0.0066576106,-0.009869686,0.021929057,0.0031879246,0.013202516,-0.007003774,-0.034455348,-0.024762768,0.030558996,0.014667674,0.03371472,-0.007692076,0.006878994,0.031138618,0.037192456,-0.02247648,0.01251019,0.04009057,-0.04379371,-0.04418013,-0.014402013,0.007462642,-0.033907928,0.043278493,0.038866922,0.03017258,0.013975346,-0.059379123,-0.02682365,0.023394216,-0.02146214,-0.007816856,0.010449309,0.016664151,0.0152231455,0.04292428,0.0068910695,0.040992204,-0.020141888,0.013870693,-0.0028397485,0.007563271,-0.016012076,-0.0006807548,-0.021027423,-0.0067904405,-0.015400252,-0.057092834,-0.009523523,-0.033263903,0.005647296,-0.053840507,-0.041604027,-0.015649812,-0.017694592,0.002962516,-0.0089439,-0.004290818,0.026131323,-0.037417863,0.013049561,-0.017163271,-0.010964529,-0.00016125788,0.043729313,0.011906416,-0.0110289315,0.0120271705,-0.011318743,0.022911197,-0.0013685535,0.005132076,0.02606692,-0.011809812,0.0204639,-0.0076518245,-0.0028558492,0.025519498,-0.012719498,0.0057157236,0.0071688057,-0.0016976101,0.019272454,-0.007209057,-0.012679246,-0.011858114,-0.017952202,-0.015360001,0.028852329,0.009314215,-0.017420882,-0.027145661,-0.015907422,0.004806038,0.03934994,-0.0077484283,0.000998239,-0.016044278,0.03957535,0.04141082,0.009869686,-0.0036488052,-0.013315221,-0.009612076,-0.0013393712,0.04752906,-0.08726542,0.004810063,0.024456857,0.016020127,0.009233711,-0.0066817612,0.01661585,0.004826164,0.025390694,-0.018869938,0.010111196,0.031315725,-0.011407296,-0.015440504,-0.010529812,-0.008629938,0.009958239,0.0090807555,-0.00005267296,0.021816354,0.004057359,-0.02683975,0.047979876,-0.00868629,-0.010771321,0.013910945,0.02171975,0.016165033,0.0032945913,-0.022154467,-0.02580931,0.03780428,-0.008726542,-0.0023909435,0.030542895,-0.0039587426,-0.033038493,-0.024472957,-0.024424655,0.029689562,0.006440252,0.03915673,0.011036982,-0.014031699,-0.0064845285,-0.0073740887,0.007132579,-0.013733838,-0.021784153,0.0061021387,0.0004238994,-0.01072302,0.017211573,0.010634466,0.04170063,0.010618365,-0.020302894,0.04211925,0.011544151,0.016478995,0.019256353,0.020318994,0.0054299375,-0.04240906,0.029786166,0.015706165,-0.0060216356,-0.006416101,0.020125788,-0.041282017,-0.007812831,0.00996629,-0.0017086794,-0.0050032707,0.021655347,-0.026372831,0.046369813,-0.0076880506,-0.0046571074,-0.047207046,0.0104171075,0.00058113213,0.009942139,0.002097107,-0.024730567,-0.031573337,-0.010537862,-0.012155975,0.0033066669,0.016156983,0.0018294341,-0.018081008,-0.013910945,0.0383839,-0.031219121,0.00062440254,0.0050837738,0.036419626,0.009088806,-0.0029685537,0.017469183,-0.00805434,0.00002628931,0.021671448,0.037900884,0.032796983,-0.0037232707,-0.019803775,-0.023345914,0.047593463,-0.0077363527,-0.027371071,0.013733838,-0.0011652831,-0.0012840253,0.04247346,0.022830693,-0.026727045,0.01047346,-0.002646541,-0.011511951,0.029963272,-0.03761107,0.041732833,-0.006440252,0.019916479,-0.0062752203,-0.000069371075,-0.012856353,-0.047786668,0.016334089,0.039221134,0.004544403,-0.030945411,-0.0039869184,0.007768554,-0.006053837,0.02427975,0.06375849,-0.06205183,-0.030381888,0.008750692,-0.017565787,-0.022959499,0.004234466,0.001481258,0.010642516,0.00007578617,-0.012759749,-0.0120271705,0.055064153,-0.025390694,-0.0030591197,0.028192203,-0.023362014,-0.00022591196,-0.008150944,-0.002555975,0.024456857,-0.0011049057,-0.013862642,-0.027483776,-0.015102391,0.016551448,-0.021349436,-0.012872454,-0.029802267,0.023716228,-0.020351196,0.008283774,0.00588478,-0.046691827,0.0006450315,-0.003554214,-0.007873208,0.01533585,0.021832455,0.011584403,0.047174845,0.001151195,-0.011350944,0.004103648,0.008283774,0.02783799,-0.012486039,0.02634063,-0.007897359,0.021816354,-0.006472453,-0.0022520756,0.013959246,0.004548428,0.022251071,0.027918492,0.009644277,0.027709184,0.01201107,0.00970063,-0.011479749,-0.0019310693,-0.025632203,-0.014893083,0.014353711,0.00134239,0.03960755,-0.012606793,-0.0007959749,-0.019835977,-0.019304655,-0.012864403,0.0046369815,0.017823398,0.0409278,0.030478492,0.008058365,-0.0026264153,-0.021671448,0.005562768,0.0070963525,-0.00031874215,0.005059623,0.008018114,-0.013967296,0.00049081765,-0.0068628937,0.0137499375,-0.011206038,-0.020818114,-0.039543148,-0.014635473,0.01946566,-0.017758995,0.023651825,-0.015416353,0.01354868,-0.009853586,-0.017179372,-0.00013333333,0.04131422,-0.024666166,-0.017018367,0.023362014,0.011536102,-0.019900378,0.0039003775,-0.008774843,0.0021514466,0.003668931,-0.003817862,0.032861385,0.008062391,0.038512707,0.003085283,0.005989434,0.024601763,0.01046541,0.015714215,0.0078329565,0.009386667,0.0023607549,0.010537862,-0.041282017,-0.02426365,-0.010690819,0.06672101,-0.043503903,-0.0077725793,-0.02324931,-0.0057559754,0.008183145,0.005256856,0.09132277,0.022267172,-0.016004026,-0.023877235,0.02424755,0.02223497,0.00664151,-0.0061383653,-0.01763019,0.040251575,-0.01048151,-0.019079246,0.021542642,-0.012147925,0.022846794,-0.0060659125,-0.005466164,-0.026533838,-0.019546164,0.0050998745,0.007700126,0.043117486,-0.010980629,-0.01610868,-0.016148932,-0.010103146,0.027274467,0.0027793713,0.0043672957,0.017098868,0.0067099375,0.01659975,-0.003654843,0.04694944,0.04984755,0.018322516,-0.0088311955,-0.025133083,-0.00090465415,-0.009410818,-0.020367296,-0.007575346,0.016953964,-0.024714466,0.0040010065,-0.007885284,-0.012244529,0.0041217613,0.009869686,-0.031042015,-0.030881008,0.008404529,-0.005107925,-0.00082113215,0.024344152,-0.0053333337,0.012655095,0.00383195,0.027274467,-0.007828931,-0.019852078,-0.039543148,-0.029431952,0.0031315726,-0.04472755,-0.0037353463,0.02402214,0.04192604,0.0041116984,-0.031476732,-0.01610063,-0.008485032,0.026211826,0.0026344655,-0.025358493,0.004544403,-0.005140126,0.007776604,0.009604026,-0.0074666673,-0.003540126,-0.008549434,-0.0025298116,-0.0204639,0.010030692,-0.0033569813,0.005059623,0.07348327,0.0065569817,-0.0054017613,0.008235472,-0.035550192,0.0060739624,0.015561258,-0.017565787,0.0044920756,-0.04675623,-0.028224405,-0.011536102,-0.026678745,0.003974843,0.02019019,0.018225914,-0.0012316982,-0.008275724,-0.021526542,-0.04424453,0.01072302,0.006150441,0.007885284,-0.024859373,0.00485434,0.016551448,0.0038158493,0.033779122,-0.0056110695,-0.028337108,0.005373585,0.025857612,-0.025889812,-0.008452831,0.0409278,-0.034841765,0.0030933334,-0.025406795,-0.01457107,0.013427925,-0.03938214,0.02988277,-0.00224,-0.0015033963,0.031058116,0.026743146,0.033682518,0.0009851573,0.0055064154,-0.01581082,-0.016462894,-0.009909938,-0.004379371,-0.038641512,0.02479497,0.022073964,-0.02070541,0.041378617,-0.004926793,0.008629938,0.013580881,-0.009040504,0.011222139,-0.0003320755,0.0126389945,0.011552202,0.005313208,0.005844529,-0.018081008,-0.012035221,-0.00011232705,-0.012035221,-0.018322516,0.0032845286,-0.0126389945,0.03244277,-0.01354063,0.047142643,0.013242768,-0.002445283,-0.0025418869,-0.014482517,-0.037997488,0.023362014,-0.023023902,-0.027709184,-0.025922013,0.0007849057,-0.0035421385,-0.00083522015,0.015488806,-0.05268126,-0.021623146,-0.009434969,0.0072452836,0.007591447,-0.027934592,-0.01658365,0.037321262,0.008110693,-0.010634466,0.00945912,-0.011197988,-0.0074264156,-0.024907675,-0.012397485,0.041249815,0.034423146,-0.0058767297,-0.020141888,-0.010288303,0.0070198746,0.023088302,-0.018612329,-0.016229436,0.009716731,-0.0084447805,0.026195725,0.0069433968,-0.0010807548,-0.0019733335,0.041378617,0.010320504,0.034551952,-0.018757233,-0.029786166,-0.016970064,-0.0142490575,-0.0052488055,-0.0012327045,0.03503497,0.020480001,-0.020254593,0.015714215,-0.026211826,0.038866922,-0.0059934594,-0.021896856,0.032120757,0.050974593,-0.018338617,-0.020995222,0.007410315,0.0038098115,-0.015343901,0.003968805,0.01864453,-0.0383195,0.036967047,0.0016976101,-0.0074264156,-0.027049059,-0.026791448,0.016470945,0.010312454,0.031798743,-0.0095557235,-0.032893587,-0.024054341,-0.0032644027,-0.002688805,0.008493083,0.00600956,-0.019819876,-0.01304151,-0.005880755,-0.0067099375,0.02144604,-0.020528303,0.022782391,-0.0013343397,-0.017308177,-0.032088555,-0.014345662,0.0023366038,-0.00074716983,-0.0132508185,0.02019019,0.0152231455,-0.007237233,-0.004083522,-0.01226868,0.004166038,0.024376353,-0.034101136,0.057350446,-0.010078995,-0.007615598,-0.023635725,0.00060075475,0.02017409,0.019063145,-0.023329813,-0.039253335,-0.034455348,0.00728956,0.019900378,-0.009628177,0.017163271,-0.06414491,-0.0020075473,0.01996478,0.017694592,-0.019900378,-0.021639246,-0.0075793713,0.024150945,0.02324931,0.029254844,0.009531572,0.00077433966,0.0036387423,-0.0014852831,-0.025245788,0.015698114,0.017597988,-0.0039064153,0.011528051,0.04772227,0.008662139,0.018708931,-0.012848303,0.007969812,0.025744908,0.0104171075,-0.014152453,-0.006870944,-0.010900127,0.01429736,0.0042505665,0.0034596229,-0.037482265,0.027564278,0.037868682,0.011882265,0.039993964,-0.002660629,0.0021615096,0.024392454,0.03757887,-0.016712453,-0.012188177,0.0012981133,0.026099121,-0.0046369815,0.0030913209,-0.0029886793,0.020512203,-0.020866416,-0.00075471704,-0.018097108,0.026759246,-0.018869938,-0.0051240255,-0.014071951,-0.0045363526,0.046885036,-0.025133083,0.018081008,0.022444278,-0.010038743,0.0006933334,0.019610567,-0.0064805034,0.03168604,-0.024472957,0.010900127,0.0010415094,0.00625912,0.026630443,-0.004242516,0.020399498,0.023072204,-0.0022017611,-0.013870693,-0.017936101,0.039060127,-0.019224152,0.0036588681,0.014321511,-0.026453335,0.015649812,-0.006210818,0.017614089,-0.006154466,0.042602267,0.018097108,0.008010063,-0.036741637,-0.019449562,-0.012598743,-0.017098868,-0.004103648,0.02861082,-0.011093334,-0.000048333335,0.005168302,0.023973837,-0.009000252,-0.021397738,-0.02683975,-0.00024716984],"social":"https://twitter.com/MayurParth83427"},{"title":"selfarama","description":"personalized picture-books that really look like your kid","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=pr7kJu3HJ_Q","youtube_transcript":"Hi. I'm Tom. I've been working on self ceramic making personalized picture books about art history. That actually look like a child. Making one at self attainment dot com is the work of a moment. I'm gonna make one about a go. Called Daisy, who is two. I'm gonna grab some photos about sitting around on my phone. As soon as they're upload, I click pay. And then two weeks later, this happens. When dad bought a second copy of the same book because he said he wants to share it with his daughter in twenty years and she wants to take it with her everywhere now. Talking to a photo book publisher about cross selling all their existing custom hours. And I've been talking to schools. It's been really, really hard doing all these jobs I've never done before by myself, but this is the future of kids' books.","embedding":[0.048042428,-0.027480152,0.0011167951,0.019973522,-0.011679432,-0.06170155,0.028687099,0.051251147,-0.042449255,-0.05799239,0.026861958,-0.03747427,-0.004540775,-0.028804852,-0.006870038,0.017044464,-0.04130118,-0.017279968,0.0027266727,0.011937013,0.036090698,-0.0073300027,0.012385938,0.010288498,0.018501634,-0.034677684,0.016558742,-0.0024028574,0.0027137937,-0.0339123,-0.044951465,-0.037003268,-0.04197825,-0.04418608,-0.034412745,0.012327063,-0.010494563,0.023756275,0.034147806,-0.0070577036,-0.006145133,-0.015631452,0.05384167,-0.026700052,-0.021504287,0.027921718,0.0016006783,0.04842512,0.013107164,0.020179586,-0.017736252,0.023461897,-0.013703278,-0.008124823,-0.040624112,-0.035089813,-0.029040353,0.012312344,-0.034265555,0.022990894,0.02513985,-0.034412745,0.07335891,-0.022593483,-0.021886976,-0.007955556,-0.042537566,0.017647939,-0.059905846,-0.019929366,0.06335007,0.038151342,-0.032587603,-0.031527843,-0.028878445,0.004025614,-0.028907884,0.026626457,0.036355637,-0.03299973,0.0378864,-0.015469545,0.0068553193,0.033117484,-0.064056575,-0.0011250745,0.009478959,-0.029496638,-0.03982929,-0.021268783,-0.007197533,0.0033890225,0.013666482,0.016911995,0.056520503,-0.006630856,-0.06311456,0.059582032,0.028333846,-0.008595827,0.011149553,0.01960555,0.002327423,-0.020105992,0.042567004,0.037003268,-0.006145133,-0.03803359,-0.029643828,-0.023932902,-0.18828394,-0.034177244,0.016867839,0.023329427,-0.0016687532,-0.052428655,0.0152487615,-0.03470712,-0.016970871,-0.03143953,-0.044686522,-0.010075075,-0.00054275873,-0.0037588344,0.024904348,-0.007517669,-0.06870774,-0.0026383596,-0.0033982217,-0.03302917,0.038004152,-0.032881983,0.032175474,-0.027053304,-0.0023366224,-0.046364475,0.002183914,-0.0392111,-0.012341782,0.013136602,0.022328543,-0.017147496,-0.007002508,0.0054386267,0.03594351,0.024448061,0.015984705,0.0350015,-0.025596134,-0.010119231,0.015675608,-0.034559935,-0.008198417,-0.04409777,0.008823969,-0.016234927,0.0009539675,0.024271436,-0.055166367,0.050691828,-0.0034037414,-0.033588488,-0.0086915,-0.024197841,-0.06770685,0.027215213,0.042213753,0.0040992084,-0.048896123,-0.018266132,-0.030880213,-0.009000596,0.01685312,0.040329736,-0.00842656,-0.013916702,0.01630852,-0.016264364,-0.017839285,0.007984993,-0.038769532,0.06064179,-0.04695323,-0.031998847,-0.040741865,-0.03762146,-0.022932017,0.01421108,-0.0025298079,-0.004974982,0.0017828245,-0.00447086,-0.04012367,0.0033540651,0.047424234,-0.05119227,0.025080973,0.023844589,-0.04386227,-0.006410073,0.025022099,0.023520773,0.01421108,0.040035356,0.01735356,0.0065131052,-0.042184316,-0.007962915,-0.01276863,-0.016691212,0.06293794,0.0117088705,-0.016676493,0.025169287,-0.05116283,-0.021121595,-0.0023513413,0.0023219036,-0.00802915,0.043744516,-0.03341186,0.0678246,0.0008214976,-0.026493987,-0.0110244425,0.018928481,0.014961743,-0.03762146,-0.03382399,-0.044804275,0.01998824,0.031733908,0.0067449273,-0.025566697,0.017942317,-0.018486915,0.008787172,-0.030350333,0.032793667,0.019399486,0.00088129303,0.00035256322,0.0008408161,-0.013666482,-0.050073635,-0.0057403636,-0.06582284,-0.07277015,0.026950272,0.012923178,0.056078937,0.0063806353,0.015513701,0.013651762,0.012775989,-0.009434803,-0.006910515,0.037268206,0.017824566,0.0048498716,0.027980594,0.05354729,-0.019546675,0.00077320123,0.017868722,0.0048351525,-0.025080973,0.024448061,0.020179586,0.03712102,-0.04898444,-0.05490143,0.0062812828,0.011377695,-0.031939972,-0.023903463,-0.088136666,-0.021092158,0.041124556,0.024403905,-0.02842216,0.035178125,-0.01577864,0.037680335,-0.021680912,0.053370666,0.0061966493,0.013578168,-0.038386844,-0.029923486,0.017780408,-0.058021832,0.009375927,0.007061383,0.0016503546,0.033088047,-0.031763345,0.0015831997,-0.027156336,0.03924054,0.020562278,-0.07883433,0.0026549182,0.055813998,0.02553726,0.02038565,0.0047652377,0.009361208,0.017692095,-0.011289382,0.021092158,0.023859307,-0.0048866686,-0.05710926,0.030379772,-0.006807483,0.030762462,0.0009447682,0.025110412,-0.052104842,0.035501942,-0.04418608,-0.025478384,0.03712102,-0.046128973,-0.032469854,0.015381231,0.017265247,0.056491066,-0.0028830608,-0.019399486,-0.03267592,0.014049172,-0.010222263,0.014365628,-0.032322664,0.024551094,-0.021092158,0.012422736,0.02015015,-0.02777453,-0.03370624,-0.0063144,-0.00018927561,0.04777749,0.01947308,0.024992662,0.025316477,-0.026788365,-0.0065830196,-0.010281139,0.0050117793,0.047070984,0.016470429,-0.0029051392,0.015337074,0.016205488,-0.028495755,-0.007565505,0.021092158,-0.017780408,0.04236094,0.012687676,0.023977058,-0.042184316,0.009390647,-0.011797183,-0.009162503,0.013335306,0.0018021431,0.015999423,0.009780697,0.002169195,0.009626148,-0.05131002,-0.024771877,0.013453058,-0.0128054265,-0.025360633,0.024006495,0.030997964,0.028274972,0.0022464693,-0.006421112,0.016632335,-0.002250149,0.035619695,-0.018899044,0.018118942,-0.0004590451,0.009177223,-0.056373317,0.0020864015,-0.016382115,0.0039409804,0.02474244,-0.04200769,0.04024142,-0.03052696,0.003830589,0.049749818,0.04315576,0.022004727,0.026538143,-0.014402426,0.011421852,-0.038975596,-0.00006341768,0.023064487,-0.015425388,-0.0009024514,-0.029702703,0.058110144,-0.024241997,0.007565505,-0.03818078,-0.019134546,0.027229931,0.029614389,0.019723302,-0.059140466,-0.032558165,0.024315592,-0.018133663,0.040447485,0.035619695,0.024315592,0.0026199608,-0.0039115427,-0.055313557,-0.021813381,0.038004152,0.018325007,-0.040506363,0.003000812,-0.03285254,-0.0423315,-0.017471312,0.056108378,-0.029894048,0.028378004,0.017750971,-0.014380347,-0.001118635,-0.014041813,-0.010391531,0.009324411,0.021489566,-0.069178745,-0.061230548,-0.019458361,-0.018619385,-0.012945256,0.07318228,0.00960407,0.041624997,-0.025949389,-0.016970871,-0.0124153765,0.0004921626,0.017706815,0.03435387,0.0037753931,0.03974098,0.0056262924,0.012731832,0.02278483,0.022961454,-0.0029308973,-0.049131624,0.0058875526,0.014711522,0.008102744,0.010899331,-0.045687407,0.017868722,-0.032322664,-0.0054827835,-0.032087162,0.00074008375,0.024992662,0.0502797,0.01170151,-0.0028333848,-0.0151015725,0.02275539,-0.07041513,0.009949964,0.020783061,-0.017780408,0.016808962,0.04945544,0.0046695652,-0.01789816,-0.027921718,0.028937321,-0.0011333539,-0.06476308,0.014233158,-0.012687676,0.019561393,-0.007157056,-0.01736828,0.023756275,-0.046011224,-0.010192825,-0.040977366,-0.027745092,0.0033135882,0.03470712,-0.017441874,0.020209024,0.024168404,0.012385938,-0.04977926,-0.050250262,0.012511049,0.03105684,0.020606434,-0.023270551,-0.0110244425,-0.007054024,-0.038475156,-0.0012915819,0.030880213,0.000046226487,-0.061819304,0.0022335902,-0.021872258,0.016028862,0.020282619,0.00051700074,0.007808367,0.029702703,-0.03918166,0.030556398,-0.00033646444,-0.007212252,-0.040447485,-0.0059758658,-0.031233467,0.009427443,0.04686492,0.03829853,-0.01803063,0.0017202692,0.002776349,-0.02870182,0.0008366764,0.019664425,0.025934668,-0.013092445,0.019370047,-0.0015362833,-0.005015459,-0.012775989,-0.007661178,-0.0057882,0.020856654,0.021151032,0.009618789,-0.0040072156,0.028657662,0.026170172,-0.0007134058,0.062466934,-0.0010680389,-0.0027156337,-0.017986473,-0.019561393,-0.03329411,-0.0070981807,-0.009353849,-0.02870182,0.005066975,0.015351794,0.03329411,0.014130126,0.003988817,-0.02303505,-0.010450406,-0.01998824,-0.0132469935,-0.010619673,-0.035708006,0.03641451,-0.008757735,-0.0392111,0.028451597,0.04027086,-0.010752143,-0.018089505,-0.011767746,0.0077936477,0.01670593,0.010185466,0.0006858079,-0.006148813,0.0021765546,-0.01920814,-0.023844589,-0.019134546,-0.039122786,0.034589373,-0.0068222014,-0.027833404,-0.023594366,0.012334422,0.019325892,0.020959686,0.01564617,0.027509589,-0.0150059,-0.04539303,0.025522541,-0.0034681365,0.0094716,0.0020569637,0.014395066,-0.005184726,0.009935245,-0.0244775,-0.013872546,0.00019491019,0.0010827577,0.006671333,0.015204605,0.03503094,-0.0041507245,0.015425388,0.01670593,-0.0046658856,0.0037165175,0.01670593,-0.01526348,0.00010406709,-0.008433919,-0.0036539624,-0.0007934397,0.0061524925,-0.015837517,-0.0015188046,-0.0044046254,-0.0027045945,0.021018563,0.0045886114,0.0028094666,0.03576688,0.01962027,-0.044009455,-0.017839285,-0.032293227,0.063879944,-0.03170447,0.0059133107,-0.017397719,-0.025375351,-0.02920226,-0.024197841,-0.0032436736,-0.011061239,0.045981787,-0.005026498,-0.05593175,0.037444834,0.009927886,0.01474096,-0.008139541,-0.015763922,0.0032252748,-0.015440106,0.009427443,0.0014571693,-0.016411552,-0.0057918797,0.024595251,-0.0056262924,-0.032087162,-0.0020827218,0.005181046,-0.022534607,0.00552326,-0.023609085,0.008904924,0.013585527,-0.017279968,-0.0056667696,-0.012886381,0.0139534995,-0.011392415,-0.0055968547,0.013430979,0.021622038,0.013703278,0.0039041834,-0.0037864323,0.02131294,-0.016617617,-0.0032050365,-0.052104842,0.0013182599,-0.053076286,-0.02550782,0.028966758,-0.027524307,-0.0160583,-0.022990894,0.011569041,-0.00908155,0.06017079,0.006737568,-0.033441298,-0.000061807805,0.018516352,0.02449222,-0.0026365197,-0.022078322,0.025375351,0.0033062287,0.011112755,-0.046364475,0.0044156644,0.012084202,-0.030291459,-0.018781293,-0.015234042,-0.0047836364,-0.02303505,-0.0160583,0.013519293,-0.013327947,0.02303505,0.004629088,0.020606434,-0.030100113,-0.024315592,-0.0260377,-0.0015611213,0.0043862266,-0.030114831,-0.01315868,0.02144541,-0.013202837,0.052340344,-0.00080401887,0.004158084,-0.010200185,0.047689177,-0.03918166,0.027259368,0.0149543835,0.015086854,-0.017692095,0.0120253265,-0.009670305,0.01131882,-0.00118395,0.009846931,-0.015454826,0.023859307,0.04144837,0.02737712,-0.014166923,-0.001959451,0.011686792,0.023182238,0.0118781375,0.0042022406,-0.009942604,-0.014137486,-0.03332355,-0.024963222,0.023888744,-0.0061635314,0.027524307,-0.00499706,0.0132690715,-0.0023752595,0.01736828,0.00447822,0.0103400145,0.010148669,0.011134834,0.015543139,0.015189886,-0.061819304,-0.022814266,-0.025905231,-0.007341042,-0.035443068,0.011112755,0.0032307946,0.00020859415,0.0011655514,0.005103772,0.018825449,-0.014005016,-0.05881665,-0.034913186,0.037179895,0.002564765,-0.011738308,-0.018957919,0.020341495,-0.031586718,-0.0019152944,-0.043244075,-0.01959083,-0.007683256,-0.0020956008,-0.011002364,-0.025816917,0.015734484,-0.05092733,0.009147785,-0.038622346,0.04171331,-0.032440417,0.0012934217,-0.008904924,0.009795415,-0.008124823,-0.022343261,-0.008375044,0.020606434,0.0006379715,-0.019502519,0.03397118,-0.009537836,0.0134162605,0.012282906,0.0010993164,0.036120135,-0.010236982,0.03673833,0.03918166,0.0058875526,-0.013004132,-0.022299105,0.01750075,-0.0053098365,0.0018913762,0.006262884,-0.023491334,0.017147496,-0.0015703207,-0.005699887,-0.02209304,-0.01763322,-0.026685333,-0.024183122,-0.0061156955,0.01642627,-0.01619077,-0.028245533,0.047188733,-0.028981477,-0.03591407,0.023932902,0.04724761,0.0058102785,-0.0040697707,-0.030733025,0.02460997,0.0059942645,-0.044539336,-0.016249646,0.009228739,0.03473656,0.020635871,-0.054930866,0.009810135,-0.05116283,0.017250529,0.025022099,0.009802775,-0.039947044,-0.02222551,-0.019016795,-0.007720053,0.00028379844,-0.06146605,-0.0047210813,-0.0068406,0.010156028,0.028893163,0.04386227,0.012849583,-0.023461897,0.005236242,-0.052752472,-0.04972038,-0.008205776,-0.020209024,-0.015999423,0.035590254,0.036385074,-0.028760694,0.0023954979,0.011355617,-0.0518399,-0.0062224073,0.014181642,0.062172554,-0.030320896,0.025375351,0.0028241854,-0.0021011203,-0.019487798,0.027200492,0.009648227,-0.026287923,0.016264364,0.022034166,-0.03576688,-0.0038195497,0.013372104,0.032705355,0.0030449687,0.0032878302,-0.00447454,-0.029967643,-0.02433031,-0.0036778804,-0.0075728646,0.0062334463,-0.062172554,0.042684756,-0.0084854355,0.039152224,0.016779525,0.005817638,-0.012599362,0.011201069,0.005262,-0.019443642,0.030350333,-0.000960407,-0.011002364,-0.009618789,-0.0077053346,-0.0010818378,-0.03924054,0.009920526,-0.005869154,-0.014549614,0.002419416,0.008831329,0.04274363,0.016808962,-0.027274087,0.005464385,0.013990297,-0.030556398,0.008985877,-0.0074440744,0.032293227,-0.016926713,0.044568773,0.0075213485,-0.021916414,-0.00075204286,-0.030085394,-0.008088025,-0.018678261,-0.016411552,-0.030320896,-0.00058093586,0.03803359,0.037798088,-0.02777453,0.036237884,-0.041271742,0.0034699764,0.004934505,-0.022446293,0.051221706,-0.010288498,0.008860767,-0.020326775,0.020297337,0.031645596,-0.026832521,-0.039005037,-0.03447162,0.040359173,-0.0015482423,0.010612314,-0.007926118,-0.01791288,-0.015366512,0.008713578,0.022461014,0.008470716,0.02169563,-0.016897276,-0.0027579505,-0.031498406,0.013975578,0.03420668,-0.0023347826,-0.022843704,0.006384315,-0.023726838,0.00049446244,0.007355761,0.039564352,-0.04183106,-0.006303361,0.0013826549,0.042567004,-0.023520773,-0.0057035666,-0.009773337,0.037915837,0.018545792,-0.043008573,0.0031222426,-0.024389187,-0.02987933,0.024374468,-0.018619385,-0.029526075,-0.02762734,0.005199445,-0.019119827,0.023594366,-0.001407493,0.03688552,0.022725953,-0.010295858,0.037680335,-0.004279515,0.009184582,-0.030997964,0.009824853,0.010325295,0.0052436017,0.011524884,-0.013614966,-0.029378887,-0.018663542,0.016735367,-0.00030748663,0.01658818,0.013254353,-0.027171055,0.011017083,0.028039468,0.045304716,0.032734793,-0.0063806353,0.008213135,-0.0078746015,0.016485147,-0.031586718,0.009559914,0.0069289133,0.007333683,0.029452482,-0.02116575,-0.004268476,0.008617905,0.0075728646,0.0011425532,0.0025813237,0.04144837,0.019973522,0.009044752,-0.011657354,0.017574344,0.0026733167,0.013600246,0.01092877,-0.00019858991,0.026258485,-0.008536952,-0.051751588,0.01657346,-0.021283502,-0.009692383,0.025375351,0.028642943,-0.0055379793,-0.006343838,-0.00855903,-0.028378004,0.0024433343,-0.007120259,-0.022711234,0.0056336517,-0.009066831,-0.03826909,0.003749635,0.005699887,-0.0147336,0.015999423,0.0057918797,0.038327966,0.013254353,-0.005317196,0.027465433,-0.015587295,-0.003926262,-0.021254065,0.011694151,-0.003657642,0.012915818,0.032646477,-0.004776277,-0.0002867882,-0.004327351,0.022519888,0.0008578348,0.0024359748,0.026405673,-0.01145129,-0.02065059,0.025846357,0.010450406,0.008978518,-0.01143657,0.0035417308,0.0033062287,0.0124153765,0.020370932,-0.0046327678,-0.0037680336,-0.05934653,0.018045349,0.0064174323,-0.03299973,0.009199301,-0.014380347,0.044804275,0.017971754,-0.037415396,-0.0038784253,-0.006825881,-0.004526056,0.019487798,-0.007867242,-0.0051000924,-0.009905807,0.004592291,-0.024874909,0.025360633,0.09390646,-0.036679454,-0.013048288,-0.0063806353,0.028628225,-0.0033890225,0.017294686,-0.0048645902,-0.005964827,-0.008161619,0.0005560977,-0.022078322,-0.0013854147,-0.01657346,0.018015912,-0.009824853,-0.022490451,0.01658818,-0.014387706,0.0045738923,0.0064137527,0.013195477,-0.018869607,-0.008904924,-0.00868414,-0.0120253265,0.02262292,0.0026273204,0.022696516,0.036149573,-0.0040366533,0.0053539933,-0.0011434731,0.012054764,-0.00631808,0.012032686,-0.026464548,-0.0064063934,0.037444834,0.012599362,-0.0030817657,0.02421256,0.0168384,-0.018619385,0.004235358,-0.003959379,-0.018177819,-0.011090677,-0.007962915,-0.010362092,0.0022538288,-0.018854886,-0.004960263,0.02460997,-0.0017865043,0.024565812,0.004805715,0.037444834,0.00097604585,0.06694147,-0.0020569637,-0.005144249,0.014785117,-0.014063891,0.009000596,-0.0024838112,0.0012216672,-0.015064775,0.0054827835,0.025110412,-0.03503094,0.00684428,0.009810135,-0.02065059,0.027906999,0.01513101,-0.009243458,0.0036282043,0.0038637065,-0.0078746015,-0.006027382,0.0049933805,-0.0033172679,-0.0041691232,-0.0098763695,-0.045334157,0.015292917,0.02749487,-0.0041948813,-0.023196958,-0.012452174,-0.023609085,0.014314112,0.015145729,-0.012437454,-0.022564046,-0.020238463,-0.017780408,-0.022961454,0.03753315,0.021283502,-0.016073018,-0.0027689897,0.0054055094,0.014218439,-0.042213753,-0.009427443,-0.007396238,-0.027009148,-0.0053466335,0.016396834,-0.0037017986,-0.010980286,0.02275539,0.012032686,-0.031498406,-0.02565501,-0.044539336,0.0008279371,-0.03853403,0.024698284,0.0060384213,-0.011745667,0.014961743,0.00085323513,0.02631736,0.048955,-0.006487347,0.015763922,-0.008301449,-0.0022188714,0.029437764,-0.0043862266,-0.010082434,0.02000296,0.00592067,-0.017971754,0.007852524,0.006962031,0.020812498,-0.015322356,-0.04418608,-0.00015535319,0.0052987975,-0.014240518,0.0026107617,0.010406249,0.017206373,-0.049926445,0.00044110647,0.020680029,0.016970871,0.045363594,-0.022034166,0.00047698375,-0.002213352,0.0068994756,0.032705355,-0.011245226,-0.034677684,0.00447086,-0.006870038,-0.007355761,0.008279371,-0.0024249358,-0.0189432,-0.0024709322,0.026655894,-0.0336768,-0.009309692,-0.0063364785,0.008706219,-0.010111871,0.0047358,-0.020459246,-0.004621729,-0.0016291962,0.020680029,-0.018354446,-0.019531956,-0.0033338265,-0.012496331,-0.027862843,0.022961454,-0.028996196,0.0062481654,-0.036149573,-0.028113063,-0.005604214,-0.026464548,-0.016661774,-0.0025353273,-0.014888149,0.030733025,0.016367396,-0.0019189742,0.0016650734,-0.018354446,-0.053812232,0.02449222,-0.0051148115,-0.05422436,0.0038269092,0.022608202,-0.004654846,0.037003268,-0.020841936,0.0034552575,0.00908155,0.010156028,0.0016991108,0.018133663,-0.010207544,-0.013534011,0.025448946,-0.015557857,0.021945853,-0.00763174,0.041006804,-0.028642943,0.022328543,-0.026788365,-0.016926713,-0.012194593,-0.029717421,0.0017690256,0.05148665,0.007491911,-0.02015015,0.00618193,0.0050044195,-0.0127097545,0.018781293,0.04524584,-0.012518409,-0.0014038134,-0.025184005,-0.051457208,-0.00023515713,-0.04174275,-0.02131294,-0.008367684,0.0071092197,-0.024241997,-0.026773645,0.009905807,0.024580533,0.026229046,0.0231528,-0.009699743,0.0038048308,0.00986901,-0.043509014,-0.028068908,0.033058606,0.01959083,0.008632624,-0.025566697,-0.0016678333,0.026803084,-0.0152487615,0.001275943,-0.0014884468,-0.013798951,-0.0014792476,-0.015969986,-0.016867839,0.014034454,0.016161332,-0.009361208,-0.005052256,-0.0103400145,0.010980286,0.029776298,0.021357097,-0.023093926,-0.025360633,0.00828673,-0.007675897,-0.0036944393,-0.0027119538,-0.036797203,0.018133663,-0.033205796,0.036120135,-0.0051957653,-0.005501182,-0.015705047,0.0021195188,-0.0014010535,0.0016871517,0.02093025,-0.025228163,0.031998847,0.035148688,0.029025635,-0.014682084,0.010052996,-0.011259944,-0.004029294,0.009626148,0.03040921,-0.043126322,-0.016911995,-0.002526128,0.054165483,0.0025592456,0.03697383,-0.015050056,-0.012076843,-0.017927598,0.008065947,-0.013210196,-0.018501634,-0.014586411,0.009618789,0.0057403636,-0.019576112,0.018663542,0.016514584,0.013357385,0.0181631,0.030291459,0.010244342,0.011848699,0.0026383596,-0.031204028,-0.030585835,0.020532839,-0.031204028,0.024948504,0.02275539,0.008912283,-0.03105684,0.02565501,0.021754507,-0.008647343,0.023726838,-0.004673245,-0.010619673,0.0053466335,-0.05222259,0.027288806,0.03617901,0.018266132,0.032410976,0.027406557,-0.015572577,-0.03868122,0.005681488,-0.031792782,0.040476926,0.024315592,0.021342378,0.016367396,0.034000617,-0.006671333,-0.04789524,-0.013938781,0.038887285,-0.04068299,-0.004250077,0.0067228493,-0.036296763,-0.025610853,0.024977941,-0.051457208,-0.018472197,0.030438647,0.013313228,0.008595827,-0.035295878,-0.0022703875,-0.03432443,-0.022976173,-0.034766,-0.007999712,-0.012062123,-0.0065646213,0.038887285,0.017059183,-0.024462782,-0.009214019,-0.010575516,0.010906691,0.0014488898,-0.015219323,-0.022137199,-0.03432443],"social":"https://twitter.com/slowlier"},{"title":"on the edge of water & ai manga king","description":"a rowing manga & a platform that helps everyone to create their first manga effortlessly","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=62yWd-9ZvEo","youtube_transcript":"Hey there, WhatsApp. My name is Lidder. I'm the creator of unhedgedhog Water, Arlohimanga. My brother and I also built a menge seeing a platform that helps everyone to create their first manga effortlessly. I'm really passionate about this because I'm a huge manga by myself, and I always want to tell my stories to others using Vanguard, but I don't have enough drawing skills or time to do that. So what I really want to build is a platform that can help me and others to share your stories using Mango. And let me show you how AMango King actually works. If you log in our AMango King, you can access character management hub where you can store your characters, their poses, and props. With them being stored, our system also helps you generate new prompts for images. By just telling which character you want and what poses you want. You will get a new image of your render characters in seconds. I use this from to generate the lonely manga on the edge of water from this to this. You can also showcase your manga to a wider audience with our manga sharing platform. Let me show you the progress I've made with my project. In the beginning, we made some posters on Twitter and it did not go well. Then we started posting videos on Chinese Youtube Bilibili. I uploaded a video where I walked through the manga creation process and shared valuable techniques that we made easy in our platform. This video has got eight thousand viewers and twelve hundred favorites. We're wrapping this challenge up with one hundred and eleven users and two hundred and twenty followers across Bilibili and Discord.","embedding":[0.06594173,0.01910915,-0.036428712,0.061513264,-0.037217345,-0.029695012,-0.026085505,0.01903332,-0.013452235,-0.0016891123,0.012041798,-0.037096016,-0.026237166,-0.051139724,0.024295919,0.0314846,-0.03454813,-0.03121161,-0.027632438,0.03791498,0.04586196,0.019169813,0.02047409,0.051928356,-0.013012421,-0.012064546,-0.030104494,0.013558397,-0.021429546,-0.027329117,-0.010813352,-0.024098761,0.00032654277,-0.0033289352,-0.003819934,0.0014322384,-0.019184979,-0.0108209355,-0.0060360646,-0.0016246568,-0.001269204,-0.036337715,0.042737763,0.03746,0.0029820132,0.04968379,-0.034002155,0.070370205,0.010676858,0.022218177,-0.025494032,0.027905425,-0.015681636,0.02584285,0.01394513,-0.022961311,-0.008644615,0.036944356,-0.034608793,-0.005687247,0.036671367,-0.02288548,0.035367094,-0.027253287,-0.04392071,-0.027859926,-0.0727361,-0.04295009,0.025054218,0.030832462,0.033425845,-0.016439935,0.015620971,-0.017243732,-0.058631726,-0.05241367,-0.015143243,-0.019063652,-0.021277886,-0.03560975,-0.03934058,0.05899571,-0.021899693,0.002515659,-0.020898737,-0.01774421,-0.04540698,0.021020064,-0.029952833,0.008743194,-0.015188741,0.009092012,-0.06224123,0.00089147594,0.06254455,0.025145214,-0.012474028,0.02523621,0.057388112,0.009630404,0.040735856,0.013315741,-0.0066351215,-0.019821951,-0.00913751,-0.0078104855,0.03934058,-0.0010530886,-0.00024004921,0.028284574,-0.10288609,-0.038521618,-0.009789648,-0.0027222955,0.04847051,-0.027541442,0.044952,-0.010229462,0.009334668,-0.020246599,-0.07212946,0.056933135,0.046559595,-0.0064379633,0.023401124,0.0011639899,-0.072372116,0.0073744636,-0.0033061863,-0.0013450339,0.033820163,-0.0055090464,0.04710557,-0.090207316,-0.029861838,-0.008591535,-0.03946191,0.012474028,-0.02538787,0.049441133,0.009092012,-0.037520662,0.0044512185,-0.06114928,-0.035458088,-0.04956246,-0.029695012,-0.0013829488,-0.01019913,-0.039401248,-0.011548903,-0.017668381,-0.009266421,0.008242716,0.021581206,0.037369005,-0.005383927,0.025372704,-0.0021895901,0.029528186,0.000004661617,-0.016637092,-0.023598284,0.0032057115,-0.031044785,-0.00234125,-0.021611538,-0.024659902,-0.044770006,-0.028845716,-0.027025796,-0.018290186,-0.0034881781,-0.021732867,0.051170055,-0.068428956,0.028709222,-0.056417488,-0.008068307,-0.00044218346,0.0031602136,0.05289898,-0.042131126,0.0021801114,-0.067822315,0.004765913,0.021975523,0.020458924,0.03212157,0.017865539,0.005054067,0.06788298,0.0034597418,-0.025494032,0.03700502,-0.04586196,0.08844806,0.023310129,0.024265587,-0.04437569,0.028694056,0.02384094,0.027192622,-0.033911157,0.0012578295,0.033607837,-0.04461835,-0.012754599,0.007662617,-0.033911157,0.07297875,-0.0023203967,0.016621927,-0.011973551,-0.070309535,-0.009759315,-0.060512308,0.056599483,-0.04434536,0.016394436,-0.0062863035,0.024508243,-0.009433247,-0.04037187,0.033516843,0.016788753,0.012026631,-0.05183736,0.028618226,0.036792696,0.034184147,-0.0015649408,-0.013194413,-0.040735856,0.022445668,-0.058207076,0.014422858,-0.017653214,0.011177336,0.039643902,0.035154767,0.011200085,0.02459924,0.037823983,0.006866403,0.021171724,-0.068671614,-0.060208987,0.021202056,0.01706174,0.06958157,0.031727254,-0.000891002,-0.0020208685,-0.027313951,-0.054354914,-0.059966333,0.010881599,0.011283498,-0.021960355,0.0031545262,-0.0030331984,-0.047014575,0.037520662,0.008652198,0.047317896,-0.019609628,0.037702657,-0.0039014514,0.04922881,-0.02898221,-0.009433247,0.028860882,-0.026100673,-0.01728923,-0.012481611,-0.0034900738,0.03621639,0.012822846,0.033243854,-0.016621927,0.013080668,-0.045801297,0.023188801,-0.020944234,0.05044209,0.037369005,-0.028860882,-0.0028967045,0.009365,0.021884527,-0.022112016,-0.0070370203,-0.021854194,0.026843805,0.04525532,-0.006153601,0.014445608,0.016940413,0.01971579,0.019366972,-0.050108436,-0.019230478,-0.0074806255,0.007700532,-0.021202056,-0.0011507196,0.007090101,-0.015772631,0.015196323,-0.00020746603,-0.025251376,0.0023886438,0.028117748,-0.01657643,0.029376525,0.04710557,0.017729044,-0.025296874,-0.017804874,-0.010297708,-0.0049403217,-0.02637366,-0.047742542,-0.021171724,-0.055143546,0.039977554,-0.008318546,-0.0032132945,-0.0002914714,0.006756449,-0.05890471,0.015181158,-0.0082654655,0.005565919,-0.026919635,-0.0039052428,-0.014165036,0.039219256,0.025251376,-0.005619,-0.027253287,0.002409497,0.011692979,-0.02065608,-0.004925156,-0.0014521438,0.0046256273,0.0055621276,-0.007287259,-0.014271198,0.0330012,0.048318848,-0.07073419,0.04067519,0.022066519,0.000875836,0.0076550343,0.01303517,0.02652532,0.008166887,0.01229962,-0.023401124,0.011488238,-0.0012256018,0.0084702065,-0.029391693,-0.017349895,0.035427757,-0.021020064,0.041949134,0.048227854,-0.041918803,0.032333896,-0.009016182,-0.010146049,0.030650469,-0.0016682592,-0.006381091,0.026237166,0.04728756,-0.01505983,0.02217268,-0.023476955,-0.014256032,0.035367094,0.002199069,-0.008212385,-0.0065517086,0.02867889,0.008743194,-0.049956776,-0.026343327,0.00026540484,0.02958885,-0.013732806,0.01941247,-0.0008393428,-0.0019962236,-0.025008721,-0.0029592642,0.012466446,-0.08159304,0.03333485,0.020292098,0.0382183,-0.022263676,0.0131716635,0.039674234,-0.009910976,0.00022725291,-0.010320458,0.057388112,-0.010805769,-0.022673158,-0.036944356,0.00809864,0.019655125,0.056447823,0.05860139,-0.031044785,-0.054536905,0.011306247,0.016439935,0.034608793,0.024932891,0.07194746,0.01637927,0.007818068,-0.061695255,-0.06266588,0.007628494,0.03269788,-0.015302486,-0.02478123,-0.02156604,0.014142287,0.008705279,0.036792696,0.026874138,-0.022915814,0.0053953016,-0.013050336,-0.01192047,-0.017668381,0.009114761,-0.005611417,0.027253287,-0.05044209,-0.033122525,-0.028921546,-0.06321185,-0.0034009737,0.049319804,-0.0063393847,-0.015325234,-0.0032000244,0.004109984,-0.0016881644,-0.030210655,-0.020640915,0.03151493,-0.0284514,0.009751732,0.010426619,-0.05723645,-0.021657037,0.00089005416,0.018062696,-0.0019658916,0.058965378,-0.007454085,-0.02928553,0.020383094,-0.07212946,-0.01642477,0.019806786,-0.04619561,-0.02376511,-0.017456057,0.004720415,-0.027420113,0.02452341,0.0066275382,0.027086461,0.037065685,-0.028466567,-0.032819208,-0.022066519,-0.00013874513,-0.02126272,0.037399337,0.03303153,-0.018790664,-0.001842668,-0.047196567,-0.025736688,-0.054991886,-0.0026256123,-0.001954517,-0.00026635273,-0.001231289,-0.0014464564,0.030635303,0.02452341,-0.04740889,-0.0034957612,-0.009334668,-0.023446623,0.04255577,-0.0569028,-0.009099595,0.006756449,0.009107178,-0.008386794,0.0036360465,0.024220088,0.046498932,-0.015226656,-0.016743256,-0.038400292,0.0037820193,-0.019427635,-0.022339506,0.015431397,0.020307263,-0.02943719,-0.019503465,-0.027359448,0.04613495,-0.0018720521,-0.024235254,0.018608673,0.018457012,-0.039825894,-0.0023393543,-0.014839923,-0.043647725,-0.0095849065,-0.011761227,0.029406859,0.0062711374,0.045922622,-0.0031374646,-0.018184025,-0.011715729,0.04085718,-0.026767975,0.011344162,0.0119356355,0.037823983,-0.031014454,0.032060906,-0.013118583,0.011139421,0.00015000114,-0.02202102,0.011988716,0.0127166845,0.009228506,0.0124285305,0.0011137525,0.027298786,-0.00047772875,-0.0019772663,0.010676858,-0.032819208,-0.0021763197,-0.015651304,0.037672322,0.022870315,-0.046650592,0.021050397,-0.023249466,0.04583163,-0.009569741,-0.0104493685,0.017152736,-0.0023355628,-0.0066427044,-0.05708479,-0.01326266,-0.03606473,0.003414244,-0.022718655,0.011291081,-0.017804874,0.01182189,0.033607837,0.023947101,-0.00042156718,-0.045346316,-0.026237166,0.0077422387,-0.0026464656,0.008811441,-0.0052588074,-0.025630526,0.04392071,-0.010062636,0.010502449,0.027981255,-0.017592551,-0.027192622,0.025221044,-0.008659781,-0.029391693,-0.026009675,0.016151782,0.0021839028,-0.0062028905,0.02459924,-0.031044785,-0.019245643,-0.009751732,0.030286485,-0.021975523,0.007393421,0.027040964,-0.033759497,-0.00741617,-0.035276096,0.009675902,0.027875094,0.013065502,0.0043678056,-0.027723433,-0.00068815687,-0.044921666,-0.0036341508,-0.0009033244,-0.012049381,0.012891093,0.00029431502,0.018335683,-0.029634347,-0.017410558,0.026176501,-0.016212445,-0.02644949,0.006138435,-0.010381121,-0.016712923,0.022748988,0.02981634,-0.023476955,-0.013672141,0.06351517,-0.0014929023,-0.035549086,0.032788873,0.0035772782,0.057266787,-0.019837117,0.008659781,-0.015939457,-0.024887392,-0.004508091,-0.026176501,0.018381182,-0.016000122,0.027829595,-0.009107178,0.018836161,-0.03027132,0.025585027,-0.021687368,-0.002098594,0.015939457,-0.0061573926,0.024341417,0.02591868,-0.009782065,-0.022491166,0.0126332715,0.017622883,-0.038400292,-0.011981133,0.02065608,0.020246599,0.007962146,0.03049881,-0.00008791536,-0.0004402877,0.0071014757,0.024948057,0.048136856,0.011761227,0.0060019414,-0.019397303,-0.012572607,0.017683547,0.0058464897,-0.023461789,0.035306428,-0.009160259,-0.007984894,0.0067526577,-0.0069915224,-0.08044042,0.0020284513,-0.011025676,-0.03548842,0.001254038,-0.0021251347,-0.024250422,-0.012762182,0.01959446,0.00073507667,0.030604972,0.002703338,0.0013128062,0.0048682834,0.040402204,-0.01873,0.018911991,-0.016667426,-0.0146124335,-0.02776893,0.01819919,-0.02103523,-0.00095640536,-0.022551829,-0.030999288,-0.010085384,-0.0050351094,0.00617635,0.0008317599,0.0036796487,-0.023947101,-0.018911991,0.013073085,0.03019549,-0.022309175,-0.0064682956,0.04449702,-0.0030957581,-0.008235133,-0.019457968,-0.017562218,-0.021520542,0.012329951,0.015196323,0.025039053,-0.007780154,-0.00787115,0.022233345,0.027753765,-0.014991583,0.036853362,0.008341296,0.016121449,-0.028936712,0.049865782,-0.03912826,-0.0025668442,0.005383927,-0.0009502442,-0.011943218,0.0065213763,0.020731911,0.038915936,-0.016682591,0.036004063,-0.0397349,0.010494866,0.03564008,0.030180324,0.046620257,-0.020216268,0.028345238,-0.03439647,0.05229234,0.005383927,0.03424481,-0.050108436,0.01460485,0.016728088,0.0033327267,0.009092012,0.0004952644,0.004955488,-0.017107239,-0.03809697,0.012246538,-0.012269287,0.018138526,-0.028208744,-0.016970744,-0.025524365,-0.033425845,-0.016288275,0.01963996,0.002544095,0.023492122,0.04067519,-0.0026388825,-0.086870804,-0.054658234,0.034912113,-0.015620971,-0.04598329,-0.02156604,-0.0010805769,-0.00019692093,0.001737454,-0.016530931,-0.013763137,-0.023962267,0.012208624,-0.015969789,0.02356795,-0.0134674,0.0012417156,0.009076846,-0.0068360707,0.037550997,-0.012254122,-0.00016895862,0.018851329,0.0032227733,-0.008166887,-0.047196567,0.020367928,0.0023507287,0.024538575,0.002326084,0.01888166,0.011071174,0.0011905304,-0.024189757,-0.0019962236,0.012663603,0.0003601923,0.024902558,0.049926445,-0.03485145,-0.048440177,0.018472178,0.017986866,-0.03415381,-0.010767854,0.009804814,0.004219937,0.03287987,0.0068853605,-0.0042995587,-0.008326129,-0.0017488285,0.0024151842,0.014802008,-0.023628615,0.0024701608,-0.050351094,-0.015097745,-0.021141393,0.0017004869,0.033092193,-0.0041175666,0.01634894,-0.014005793,0.006456921,-0.016910082,0.048258185,-0.006396257,-0.053384293,0.016136615,0.0021573624,-0.0027677936,0.017622883,0.008864522,0.03022582,-0.0010379226,0.00024147103,0.020094939,0.017092073,-0.01698591,-0.0018246584,0.009228506,0.026237166,-0.024948057,-0.015188741,-0.0014853193,-0.030180324,-0.023704445,-0.013027587,0.030711133,0.014111956,0.021672202,-0.022536663,-0.022824818,0.01857834,-0.03582207,0.0048341597,-0.00027962297,0.04437569,0.00913751,-0.009122344,0.009918558,0.030256154,-0.013967878,0.02065608,-0.009554575,0.023856105,-0.044952,-0.012238955,0.0052246843,-0.036580373,0.013550813,-0.003819934,-0.014893004,-0.0062028905,0.02050442,-0.019897781,0.033061862,-0.0018218148,0.00663133,0.022309175,0.011291081,-0.01280768,-0.0138313845,0.008242716,0.044679012,0.004326099,-0.0013601999,0.033365183,-0.029619182,0.03749033,0.017577384,0.037217345,0.03918892,-0.0042502694,-0.008379211,0.017016243,0.011291081,0.009842728,0.0074578766,-0.017046575,0.015636137,0.023416292,-0.00042038233,0.021399215,-0.024113927,-0.00056967256,0.00944083,-0.026085505,0.001850251,0.008235133,0.03900693,-0.026889304,0.03961357,0.036671367,0.003503344,-0.010995344,-0.025130048,-0.021884527,0.006233223,0.03242489,0.0035734868,0.007605745,-0.007165931,0.006900526,-0.006199099,-0.010032304,-0.0015421918,-0.020019108,-0.004079652,-0.013217161,-0.028117748,0.015332818,-0.028254243,-0.011837057,-0.0012151751,0.040432535,-0.0050578583,-0.004136524,0.0046900827,-0.0034862824,0.03130261,-0.016015287,0.029725343,-0.00029336716,-0.020155603,0.0057972004,-0.02379544,-0.012094879,-0.022946145,-0.026403992,-0.024508243,-0.010525199,-0.011298664,0.006089146,-0.017274065,-0.008409542,0.030862793,-0.011586818,-0.020034276,-0.03882494,0.0033895993,0.035245765,-0.009145093,-0.0000379446,0.03457846,-0.050715078,0.019958446,-0.020292098,0.024857061,0.012671187,-0.025721522,-0.012845595,0.029406859,-0.0016227611,0.017789708,0.010896765,0.01630344,-0.01634894,-0.05675114,0.008849356,-0.037854314,-0.025585027,0.017668381,-0.007582996,0.009691069,-0.010866433,0.008819024,-0.017001078,0.00701048,-0.010510032,0.014877838,0.017304396,-0.0008767839,-0.016257944,0.005876822,0.00003127986,0.007605745,0.021141393,-0.03227323,-0.008765943,0.0041782307,-0.021687368,-0.025600195,-0.032212567,0.010305291,0.0076247025,-0.0048227855,-0.0036000274,-0.03931025,-0.026161335,0.021475045,0.026661813,0.010661692,-0.0018616255,0.02713196,0.008765943,0.013983045,0.00087204453,0.012064546,0.0013308157,-0.032151904,0.0464686,-0.039856225,-0.0044170953,0.015545142,-0.018184025,0.0071242247,-0.0005383927,0.044830672,0.024280753,-0.021930024,-0.014202951,0.025039053,0.0014199159,-0.0041744392,0.00084029074,0.021444712,-0.032000244,0.045952953,-0.019776454,0.0003715668,-0.022946145,0.0051223137,-0.0002447886,0.0014199159,-0.020337595,0.013118583,0.0059526516,0.019852282,0.006221848,0.011298664,-0.021020064,0.029422024,-0.0034350972,0.009387749,-0.052383337,-0.0269803,-0.006343176,0.008424709,0.032000244,0.039674234,0.020716745,-0.039977554,0.002847415,0.0055014635,0.005406676,-0.020201102,0.023552785,0.019882616,-0.025099717,0.044406023,-0.001397167,0.027602104,-0.012064546,0.021884527,-0.0008312859,-0.0075640385,0.014809591,-0.035185102,-0.035458088,0.0075147487,-0.024038097,0.016803918,-0.009327085,-0.00822755,-0.0138313845,0.015052247,-0.008826607,0.02467507,0.011025676,-0.02262766,-0.0085536195,-0.002832249,-0.03803631,-0.0006388674,-0.029027708,0.027268453,0.020701578,-0.02224851,0.0026862763,0.015446562,-0.0003298603,0.05444591,-0.028845716,0.009402915,-0.011154587,-0.016864583,-0.0018682606,0.0070597692,0.09627371,-0.027177457,0.028648559,-0.020261765,0.0232343,-0.028299741,-0.007135599,-0.003943158,-0.008583952,-0.020292098,0.016682591,-0.006877777,-0.004591504,0.002348833,-0.014278782,-0.045224987,-0.002915662,-0.0039772815,-0.010282543,-0.004432261,0.029907336,-0.011109089,0.026040008,0.015620971,-0.027147125,-0.004326099,0.009410498,0.026328161,0.02531204,0.03715668,0.031909246,0.029649515,0.028163247,0.021202056,-0.0039848643,-0.013073085,0.0048341597,-0.012815263,0.01559064,-0.00086730515,0.014748927,-0.020185934,0.023825774,0.013717639,-0.00670716,0.0022483582,-0.004087235,-0.00554317,-0.037369005,-0.023143303,0.0014360298,0.02118689,0.01782004,0.019063652,0.01070719,0.014354611,0.018168857,0.041736808,0.00006051586,0.0033820162,0.022900648,0.00718868,-0.004731789,-0.0026464656,0.011723312,0.018320518,0.026085505,0.016682591,0.017865539,0.023294963,-0.01622761,0.03579174,0.002968743,0.00012055779,-0.0045346315,-0.004970654,-0.008144137,0.008947935,0.01154132,-0.011890138,-0.019154647,-0.03427514,0.017653214,0.024129093,-0.037278008,0.012906259,-0.019260809,0.0074730422,-0.010039886,0.027040964,-0.0073213824,0.016606761,0.017683547,0.017653214,-0.02705613,0.010547947,-0.020853238,-0.004109984,0.00951666,-0.0061649755,0.0030938622,0.021232389,-0.007332757,-0.011404825,-0.0034104525,-0.009220923,-0.041463822,0.016879749,-0.040129215,0.0005838907,-0.0024398288,-0.009258838,0.04298042,-0.024872227,0.047924533,-0.00032085553,-0.0047242064,-0.019382138,-0.015924292,-0.02455374,0.023598284,0.04898615,0.011814307,0.024174592,0.020231433,0.0032739586,0.012602939,-0.021823863,0.02277932,0.003920409,-0.014362195,0.026631482,0.025509197,-0.010214295,-0.019700624,-0.00057725556,0.019275976,-0.026752809,-0.021550875,0.03212157,-0.04037187,0.0144076925,0.011473073,0.010335623,0.033061862,0.0002462104,-0.0064379633,0.022157514,0.013080668,0.053323627,-0.008583952,0.003224669,0.02538787,0.01116217,-0.06988489,-0.010669275,-0.008310963,0.040614527,-0.0035488422,-0.012686352,0.009038931,-0.027086461,-0.013983045,-0.016758421,0.012147959,-0.021065563,-0.032242898,0.009728984,-0.030726299,0.015196323,-0.020595416,-0.0069081094,-0.02508455,0.011033259,-0.0104493685,-0.015105328,-0.002900496,-0.00024573645,-0.049623124,-0.008439874,0.017016243,-0.0148626715,0.013990628,0.007863566,0.008417126,-0.002860685,-0.007673992,-0.00572137,0.010419036,-0.0071318075,0.030104494,0.006138435,-0.0013042752,0.010153632,0.008872105,0.011336579,-0.01318683,-0.02776893,-0.018790664,0.050078105,0.014316697,-0.003074905,-0.009402915,0.014180202,0.0074654594,0.038187966,-0.047621213,-0.003480595,0.033911157,-0.028572729,-0.005399093,-0.012125211,0.0017128092,0.01146549,0.0040379455,-0.007476834,-0.02277932,0.033122525,0.02789026,0.0064531295,0.013816219,-0.0011838953,0.020929068,-0.051109392,-0.027905425,0.042161457,0.008705279,-0.0058957795,-0.0009876852,0.03764199,0.011336579,-0.009607656,-0.008523287,0.031575594,-0.018366016,-0.0023128137,-0.037429668,-0.008819024,-0.008204802,-0.004921364,0.01959446,-0.0085536195,0.031787917,-0.027935756,0.012489194,-0.0001336503,0.0031886497,0.002764002,0.009918558,0.012686352,0.023294963,0.039856225,-0.01189772,-0.010616194,-0.015469312,0.037217345,-0.0020587833,-0.016182113,0.0048076194,0.010646526,-0.0314846,-0.001178208,0.01528732,-0.006927067,-0.0088417735,0.020731911,0.007962146,-0.005406676,0.009167842,-0.005099565,0.0071014757,-0.03318319,0.004291976,-0.003609506,-0.033880826,-0.022946145,0.0029535769,0.005747911,0.0066692447,-0.025251376,-0.010919514,0.039492242,-0.012951757,0.023446623,-0.006563083,-0.011730894,-0.008591535,-0.02701063,-0.0092967525,-0.012292037,0.0054483823,0.0032341478,-0.008894854,0.04085718,0.02042859,0.03118128,0.0022464625,0.025372704,-0.004727998,-0.013346073,-0.014369777,0.014900587,-0.030438146,-0.03606473,0.009001016,0.010980178,0.04710557,0.01116217,-0.0046900827,0.013201996,0.011632316,-0.02277932,0.01804753,0.020246599,0.015158408,0.0008104327,-0.022081684,0.022460833,0.0013165977,0.004432261,0.029983167,-0.0014369778,-0.0061687673,0.056599483,0.028785052,0.015431397,-0.014566935,-0.016637092,0.009728984,-0.013421902,0.02652532,0.0059678177,0.045103658,-0.029952833,0.00718868,-0.025873182,0.028542396,0.0051071476,0.0069763563,-0.027526274,-0.01402096,-0.012830429,0.001291005,0.022233345,0.018077862,0.011655064,-0.004147899,-0.0055772937,-0.008705279,-0.02232434,0.04434536,0.03427514,0.025418201,0.044254363,0.009766899,0.030165158,-0.0239926,0.002817083,-0.02156604,-0.00076920015,-0.010183964,-0.026919635,0.0053498037,-0.009569741,-0.029467521,0.033061862,-0.00774603,0.014779259,0.020898737,-0.023871271,-0.013080668,-0.0018303456,-0.0055393786,-0.000634602,-0.008091057,-0.05120039,-0.022476,0.029983167,-0.008371628,-0.037247676,-0.019230478,0.023476955,-0.0070256456,0.046923578,0.02875472,0.029679846,-0.010995344,-0.021641871,-0.0009772585],"social":"https://www.linkedin.com/in/lideli/"},{"title":"0xventure capitalist","description":"play a fun idle-clicker game while learning about investing and growing wealth.","niche":"web3","youtube_url":"https://youtube.com/watch?v=w--Gg1RZlOg","youtube_transcript":"Hey there. Soft here, and this is the game that I've been building over the last weeks. An incremental and idle clicker game that educates players about growing wealth through investing in businesses. You start out with a single lemonade stand which earns you a dollar and takes half a second to collect the revenue. Once you have four dollars, you can buy your next lemonade stand and now earn two dollars for each half a second. As you reach certain quantity milestones, a bonus is unlocked. For example, a two x speed bonus at twenty five limit stands all four x revenue bonus and so on. Each business becomes incrementally more expensive to purchase So you have to strategize a little bit on when to save up money, what to buy next and etcetera. And once you get to your first thousand dollars, You can then hire a manager for your lemonade stents who will collect the revenue for you even when you're offline. We launched last week, and we're currently at about forty two registered users with about ten to fifteen daily players. And yeah, that's it. Head over to zero x venture dash capitalists dot verscel dot app to try out the game. See you.","embedding":[-0.0076885996,-0.008729995,-0.01670664,0.006942636,0.009985578,0.0402082,0.038731042,0.04670769,-0.000063356165,0.016957756,0.044137437,-0.067299254,-0.006861392,-0.04585094,0.03237927,0.026529731,-0.02226075,-0.026751304,-0.044610128,0.036722112,0.04588048,0.054566164,0.03474272,0.029380644,0.012629689,-0.0006827233,-0.021492627,0.010413953,-0.03663348,-0.073680565,0.016721413,-0.010310552,-0.03237927,-0.0067099836,-0.019380294,-0.03840607,0.010413953,0.012371186,0.00788063,0.05285266,-0.04026729,-0.014668164,0.03435866,-0.002461312,-0.022733439,-0.004106495,-0.021758515,0.025333235,-0.0010220077,0.054802507,-0.06298596,-0.0036633483,-0.014195474,0.017607706,0.0008705991,-0.048716623,0.011145146,0.0097640045,-0.00849365,0.032438356,0.029454501,-0.0068429275,0.027150137,0.011034359,0.00077319914,0.031463433,-0.042778455,0.06310413,-0.007673828,0.0231175,0.019971156,-0.047948502,0.037903838,0.016913442,-0.03285196,0.0036744268,-0.004689972,-0.009616289,0.017844051,0.022113033,0.000113844915,-0.04697358,-0.00662874,-0.010458268,-0.022585724,-0.0666493,-0.029838562,-0.009276543,-0.019646183,-0.013383038,-0.014978367,0.007330389,-0.0046788934,-0.012880805,0.052143626,0.010251466,-0.012925119,0.030119222,0.05314809,-0.016765727,0.044107895,-0.022792526,0.011255933,-0.01453522,-0.0066767475,0.05471388,-0.030902114,-0.0068798563,0.006547496,-0.019454151,-0.1019238,0.03530404,0.015436286,0.021788059,0.012843876,-0.007311925,-0.023014098,-0.052025452,0.018730344,-0.06564484,-0.017947452,0.028051203,-0.008752152,0.0017282731,-0.0022268135,0.0027401254,-0.035422213,-0.0032719017,0.020990394,0.00018002845,0.033472367,0.0026422637,0.017327046,-0.004213589,-0.010229309,-0.042335305,-0.064404026,-0.007954488,-0.05066647,0.004250518,0.021418769,-0.007673828,0.0091953,-0.033945058,-0.031670235,-0.022098262,0.010480425,0.0039920155,-0.028922725,0.0068023056,0.038819674,-0.024565114,0.0027308932,-0.028893182,0.05048921,-0.031079372,-0.015539686,0.048539363,-0.053266264,0.0069093998,-0.040444545,0.016248722,-0.03763795,-0.040178657,-0.051168703,0.0064773313,-0.044964645,-0.031877037,-0.05982484,-0.013464281,-0.02226075,0.0025425556,-0.0012906655,-0.03689937,0.0030152458,-0.04381246,-0.01670664,-0.030695312,0.019380294,-0.052202713,-0.0056833597,-0.002858298,-0.021463085,-0.0017051926,-0.0494552,-0.027327396,-0.009475959,-0.0201041,0.057047784,-0.03441775,-0.026884248,0.0060600345,0.008316391,0.0047822944,-0.0015223945,-0.0400014,0.06446311,0.035097238,-0.01099743,0.010657684,0.00802096,-0.004697358,0.04011957,-0.0016941138,0.013050678,0.039587796,-0.036751654,0.019705268,-0.0036448836,0.029321557,0.06351773,0.019217806,-0.018523542,-0.0098674055,-0.088865735,0.008464107,0.0034823965,-0.0036928912,-0.010894029,0.05069601,0.042689823,0.017947452,0.032911047,-0.0016128703,0.021581257,0.021418769,0.019690497,-0.009889563,0.04800759,0.0026201063,0.019409837,-0.026396787,-0.038081095,-0.046323627,-0.017297503,0.00434284,-0.007308232,-0.010605983,0.038553786,0.035983533,0.025436636,0.041744445,-0.024506027,-0.0009066048,0.034565464,0.012127455,-0.06029753,-0.057431847,0.030148765,0.03066577,0.018065624,-0.024210595,0.0066545904,0.012932505,0.0054507074,-0.038642414,-0.04800759,0.03879013,0.034299575,-0.018848518,0.001467001,-0.022659581,-0.0541821,-0.0052549844,0.00048700004,-0.011374106,-0.0020680192,-0.04141947,-0.040355917,0.035924446,-0.0040954165,0.03491998,-0.016366893,0.026869478,0.001860294,0.012156998,0.009276543,0.021005167,-0.023634505,0.024018565,-0.03728343,0.005845847,-0.016293036,0.020177959,0.019188263,0.029395415,0.05819997,-0.039469622,0.013767099,0.028612522,0.00573506,-0.004313297,0.013545525,-0.018228112,0.05332535,0.00882601,0.020635877,-0.028272776,-0.024786687,-0.0072786887,0.0769894,0.0154806,-0.06676748,-0.031345263,0.020502932,0.0063333088,0.011950197,0.023516333,-0.0036947378,0.015716946,0.003613494,0.01320578,0.082188986,-0.018656487,-0.0075224196,0.047623526,0.07084443,-0.024195824,0.014247174,-0.02605704,0.035924446,0.014985753,-0.020694964,0.02001547,0.0035045538,-0.04567368,0.06889458,0.0027567435,-0.021152882,-0.05814088,0.03001582,-0.0068983207,-0.040976323,0.010288395,-0.04026729,-0.026470644,-0.016618012,-0.005783068,0.038169723,0.02190623,0.012533673,-0.051109616,-0.011972354,-0.0022674352,0.023664048,-0.036367595,0.010561669,-0.0035119397,0.02133014,0.03754932,-0.04933703,-0.02961699,0.03689937,-0.008198218,0.016381666,0.019291664,-0.0033236023,-0.05642738,-0.008397635,0.03208384,-0.0039218506,0.0049152384,0.036190335,0.0059270905,0.013383038,0.014513063,-0.021714201,-0.009896949,0.02614567,0.023708362,0.009852634,0.019188263,0.018272426,-0.02500826,0.00022768983,-0.005842154,0.055097938,0.05879083,-0.015081768,0.040503632,0.03899693,0.03161115,-0.039912768,0.0012343489,0.026647903,0.015259027,0.019158721,-0.02670699,-0.042039875,-0.040355917,0.036219876,-0.012334257,0.018818974,-0.03258607,0.031374805,0.06458128,-0.014646007,0.010103751,0.011159917,-0.028819324,0.044226065,0.0036264192,-0.048391648,-0.048657537,0.013929586,-0.025687752,-0.045644138,0.001901839,-0.03556993,-0.029484045,0.05125733,-0.047357637,0.03651531,-0.0031832722,0.04189216,-0.024328768,-0.015687402,-0.022378922,0.039469622,0.0735624,-0.030178308,-0.08898391,0.015938519,-0.0033180628,0.0041729673,0.038435612,0.032970134,-0.0038849215,-0.012600145,-0.011159917,-0.020886993,0.022098262,0.024181053,0.03152252,-0.031877037,0.0022452779,-0.015894204,-0.0011023281,0.01717933,-0.037312973,0.007873245,-0.0011189461,0.013102379,0.03169978,-0.0035193255,-0.028198918,-0.025879782,-0.01528857,0.016366893,-0.0539753,-0.058731742,0.019424608,-0.055984233,0.013080221,-0.043635204,-0.003637498,0.05483205,-0.016869128,0.012024054,0.0071568233,-0.04850982,0.03681074,0.014660778,0.011795095,0.03763795,0.031374805,-0.044196524,0.06812646,0.0125632165,0.028287547,0.015436286,-0.024757143,-0.00013409811,-0.0030798714,-0.017400904,-0.011477506,0.006263144,0.0075851986,0.017223645,-0.01283649,-0.079234675,0.012511516,0.019572323,0.01907009,0.014092073,0.018612172,-0.024195824,-0.030060135,-0.10653253,-0.027209222,0.0023357538,0.039971855,0.04159673,-0.018361056,-0.004723208,0.010975273,-0.0018510618,-0.016352123,0.00063610054,-0.014572149,0.030931657,-0.03462455,-0.032202013,0.0787029,0.016603239,-0.041271754,0.009416873,-0.0044683986,-0.025052575,-0.00074180955,-0.05229134,-0.016455524,-0.0040621804,0.003041096,-0.052350428,-0.019129178,0.01726796,0.0016858049,0.010480425,-0.002128952,-0.021359684,-0.0008779849,0.007282382,-0.00387015,0.013545525,0.018745117,-0.045791853,-0.028907953,-0.0384947,-0.0028786089,-0.022319835,-0.038258355,0.005007561,0.0019646182,-0.048982512,0.020916536,-0.058909003,-0.008766924,0.0322611,-0.026263842,-0.006831849,0.008885097,0.028745467,-0.010487812,-0.02574684,-0.014830652,0.02991242,-0.012378572,-0.025613895,0.027031964,0.015170397,-0.0070423437,0.011182074,-0.024461713,0.019114405,0.013050678,-0.03811064,-0.039026476,0.0292477,-0.00084290246,0.0040400233,-0.0107315425,0.0341814,-0.008597051,0.0031925046,-0.010546898,0.00417666,0.03122709,-0.025333235,0.009830477,-0.011122989,-0.014660778,-0.009874791,-0.032320186,0.012289942,0.010546898,-0.008168676,0.005439629,0.018272426,0.010428725,-0.026618361,-0.04726901,-0.029897649,-0.022408465,-0.039469622,0.030990744,-0.0067321407,0.0324679,0.0187008,0.012253013,-0.014047759,-0.009823091,-0.0035193255,0.031581607,-0.009889563,0.006082192,0.00013432892,-0.0075851986,-0.0023948401,-0.0371948,-0.015140855,-0.015421514,-0.018641716,0.009475959,-0.0041581956,0.028627293,0.00076719816,0.0042542107,0.02257095,-0.0051441975,-0.013671083,0.019513238,-0.010044664,-0.039765052,-0.026382016,0.04266028,-0.011366719,0.015391971,0.028331863,-0.025141204,-0.017046386,-0.016824814,-0.0061819,-0.005679667,0.028893182,0.016780498,-0.011639994,-0.032733787,0.025894554,-0.015672632,0.0017181177,-0.0023468325,-0.005369464,0.0026293385,-0.006421938,-0.0029026126,-0.017282732,0.028775008,0.023944708,0.019217806,0.018434914,-0.030724855,0.022511866,-0.010125908,0.021403998,0.024077652,-0.008840782,0.05681144,-0.001715348,-0.018065624,-0.01453522,0.0042689824,0.047062207,-0.017903138,0.01679527,0.013368267,-0.040060487,-0.012688775,0.00039537018,0.0402082,-0.015702173,0.02133014,0.013973901,0.004689972,0.017829278,0.028361406,0.003918158,0.030636227,0.032792874,0.038642414,-0.011366719,0.036574397,-0.002378222,0.02180283,-0.011440577,0.009343015,-0.0029801633,-0.032763332,0.0021234124,0.012016668,-0.004080645,0.0055614943,-0.002871223,0.0032220476,-0.010561669,-0.001723657,0.0339746,-0.011536593,0.03302922,-0.036722112,-0.023191357,0.031847496,0.02709105,-0.017504305,0.015377199,-0.011462735,0.023723133,0.04830302,0.004313297,-0.054241188,-0.034979068,-0.0046419646,0.01155875,0.00025688676,-0.010377024,0.032320186,-0.011809867,0.019203035,-0.0010303167,0.029897649,0.010694614,-0.017149787,-0.03521541,0.014453976,0.018833745,0.011115603,-0.020739278,-0.067831025,0.019660953,-0.025333235,-0.048687078,0.012607531,-0.025362778,-0.027548969,-0.009453801,0.0036430373,-0.006865085,-0.0012962049,-0.020325674,0.017164558,0.019291664,-0.003774135,-0.0019775433,0.046116825,-0.0115144355,0.021211967,-0.026189985,-0.013619383,-0.037224345,-0.016558925,-0.002917384,-0.012688775,-0.0032128154,0.005591037,-0.0083237775,-0.009823091,0.001524241,0.030429425,-0.027312623,-0.012467201,0.012060983,0.014646007,0.013058064,0.04567368,0.01868603,0.009904334,0.010162837,0.0032238942,-0.00019630026,0.050725557,0.016854355,0.014439205,-0.032497443,0.021596028,0.0005964019,0.009638446,0.05633875,0.008434564,-0.015066996,0.029159069,0.017164558,0.008183447,-0.006968486,-0.040651347,0.009830477,-0.04697358,0.032142926,-0.002125259,0.03143389,0.0015362428,-0.020680191,0.009542431,-0.012984206,-0.03944008,-0.0001861448,-0.029986277,0.059115805,-0.012600145,-0.025968412,-0.01963141,-0.027548969,-0.006972179,-0.029498816,-0.0041618887,0.01632258,-0.00073303893,-0.002018165,-0.07113986,-0.0075925845,0.015126083,-0.024579884,-0.005424857,-0.01434319,-0.00091583707,-0.05344352,0.018715573,-0.009749233,-0.010465654,-0.036160793,-0.011691694,-0.02113811,0.0055319513,-0.003048482,-0.0037335132,0.010923573,0.046855405,-0.016780498,-0.052882202,-0.012253013,-0.008870325,0.0341814,-0.025835468,-0.015864661,-0.00042745218,0.057047784,0.025333235,-0.0051183472,0.028952267,0.0019147642,-0.033176936,0.003260823,0.019513238,0.043960176,-0.01679527,0.007747686,0.021359684,0.03125663,-0.012053597,-0.0137966415,-0.0007736607,0.0078067724,0.0068170773,0.016573695,-0.03710617,0.028760238,-0.019395065,-0.0062705292,0.030813485,0.022378922,-0.00417666,-0.026485417,-0.035629015,0.039085563,0.0033032913,0.00710143,0.0030761785,0.0044499342,-0.017445218,0.01495621,-0.01840537,-0.049514286,0.038819674,0.018582629,0.024210595,0.004582878,-0.016396437,-0.008220376,0.007470719,0.016736183,0.025628665,0.0066841333,-0.0057535246,-0.027031964,-0.0063370015,-0.011374106,0.016027149,-0.01681004,0.023693591,-0.029498816,-0.012001897,-0.004143424,0.0110195875,0.005502408,-0.021581257,0.0011198693,0.029809019,0.013316566,0.041094493,-0.02577638,-0.018656487,-0.043546576,-0.023929935,0.007374704,-0.019409837,-0.01802131,0.014527834,0.013456896,0.011684308,0.009409487,0.043162514,0.032497443,-0.008345935,0.039617337,0.0006324076,-0.012016668,0.012378572,-0.041212667,0.016721413,0.00556888,-0.01147012,0.03944008,-0.029321557,0.06251326,0.0027272003,0.009690147,0.010325324,-0.03359054,0.037903838,0.0049373955,-0.024934402,0.0017799736,-0.011950197,-0.025554808,0.03019308,-0.0073562395,-0.016366893,-0.015820347,0.029469272,0.03435866,0.02294024,0.024121966,-0.031079372,0.005819997,-0.02152217,-0.032113384,-0.0031592685,0.003617187,0.009379944,-0.0119649675,0.012577988,-0.01005205,0.0047490583,0.0016673404,-0.0037150485,0.022245977,-0.022895927,0.02217212,0.021285826,0.01175078,-0.004756444,-0.020443846,0.005395314,0.0006457944,0.0048303017,-0.036367595,-0.0001092865,0.024624199,0.052734487,0.007249146,0.018420141,-0.019143948,-0.012939891,-0.0125410585,-0.02096085,0.019734811,-0.003877536,-0.012570602,0.015657859,0.01576126,0.04236485,-0.0040917234,0.047682613,0.004147117,-0.005764603,-0.0022028096,-0.034299575,0.044491954,-0.02227552,0.031640694,-0.004413005,0.001077401,0.045260075,-0.029218156,-0.0053251493,-0.0052254414,0.017533848,-0.008338548,-0.028952267,0.010244081,0.008855553,0.013671083,0.01574649,-0.007068194,-0.020237043,0.0022969784,-0.007814158,-0.024387855,-0.015598773,-0.01250413,0.023014098,0.042246677,-0.015539686,0.0126444595,-0.03406323,-0.019395065,0.008774309,0.01905532,-0.010953115,-0.010044664,-0.022600494,0.04106495,-0.025525264,0.012385958,0.00901804,-0.0068207704,-0.0061708214,-0.04425561,-0.01726796,-0.0494552,0.007814158,0.0068170773,-0.02096085,-0.007544577,0.010716771,0.005668588,-0.005273449,0.038346983,-0.0065179532,0.007644285,0.019114405,-0.034506377,-0.00078797067,-0.0033586847,0.019852983,-0.01467555,0.030931657,0.009631061,-0.02453557,0.021551713,-0.018715573,-0.007171595,0.007234374,-0.0016581082,0.0008258228,0.009180528,-0.015303342,0.001632258,-0.0002428076,-0.022703895,0.047505353,-0.0042320536,-0.024978716,0.059765752,-0.0026791927,0.008848168,0.018730344,-0.013124536,-0.025082117,0.023989022,0.012799561,-0.06635387,-0.035599474,0.005472865,-0.014114231,-0.008242534,0.022231206,0.050282408,0.00088675553,0.004697358,0.004243132,0.012651846,0.00047199766,0.023900393,0.01765202,-0.012577988,-0.011780323,-0.020237043,-0.01763725,0.0045422562,-0.00042768297,0.0026071812,0.02227552,-0.012806947,-0.015451057,-0.03028171,0.029469272,-0.015524915,0.032792874,0.04437378,-0.030783942,0.03125663,-0.0068835495,-0.0063222297,0.05069601,0.0056612026,-0.01448352,-0.0035230182,0.025909325,0.05651601,-0.014742022,-0.018508771,0.009010655,-0.008205605,0.03793338,0.0130359065,-0.027135365,0.03577673,-0.029794248,0.03491998,0.023737906,0.02821369,-0.01812471,0.029838562,0.0018722959,-0.033797342,-0.009520274,-0.008390249,0.011654765,0.005195898,0.0070238793,-0.008936797,-0.022068718,-0.0025554807,0.0068983207,0.011839409,0.014092073,0.0057535246,0.006972179,-0.027046736,-0.0008419792,-0.014380119,-0.03370871,-0.0103400955,-0.035333585,-0.029676074,-0.027519425,-0.0031168002,0.027164908,0.010184994,-0.014350575,0.01924735,0.00065825786,0.036160793,-0.013390424,0.030990744,-0.034004144,0.01737136,0.09512888,-0.024181053,0.029809019,-0.018641716,0.037224345,-0.0075371913,-0.021433542,-0.025407093,0.0036024156,0.013434739,0.020059785,0.0134273525,0.011846796,0.003530404,0.03471318,-0.0143948905,-0.019587096,0.0125632165,0.01887806,-0.026574045,0.015126083,-0.009165756,-0.0025462485,-0.017519077,-0.0020163187,-0.026913792,0.019114405,0.032763332,0.027711457,0.012740475,-0.011676922,0.004697358,0.041744445,-0.017149787,0.033767797,0.020414304,-0.005166355,0.025820697,0.03867196,-0.0095793605,-0.02124151,0.0077255284,-0.00085905887,0.0034823965,-0.0047970656,-0.0019756968,0.014778951,0.028775008,-0.013109764,-0.029557902,-0.0048672305,-0.004715822,0.018449685,0.013648926,0.009970807,0.0024890087,0.011817252,0.017031616,0.02292547,0.024343539,-0.0132205505,0.017814508,0.0015777878,0.0147641795,0.00025157823,0.026559275,-0.0037556705,0.010177609,0.0015408589,0.020635877,-0.049100682,-0.016263492,-0.0029709311,0.02717968,0.01803608,0.0004452242,0.004682586,0.0012195774,-0.011004816,0.008560122,0.018818974,0.016928215,-0.00490416,-0.008242534,0.0013996058,0.019498466,0.009631061,0.035363127,-0.010687227,0.043753378,-0.05630921,-0.02038476,0.022969784,-0.0074965693,-0.010620755,-0.011603065,-0.024358312,0.02425491,0.002291439,-0.049425658,0.007167902,0.008855553,0.035126783,-0.008168676,-0.014446591,-0.02726831,-0.03178841,0.008109589,0.0024742372,-0.0059418622,0.013626769,0.01681004,0.012548445,-0.04221713,0.05521611,-0.010214537,-0.0419217,-0.017770194,0.015716946,-0.015672632,-0.018538315,-0.010273623,-0.0027936723,0.005679667,0.00017125784,0.0128512615,-0.000077089106,-0.033265565,0.009254386,-0.027962573,0.009505502,0.025835468,-0.0046419646,0.015118697,-0.03737206,0.018493999,-0.006547496,-0.0017135015,0.0067875343,0.01415116,-0.037785664,-0.02425491,0.009143599,-0.0021788059,0.020680191,-0.0023985328,0.021551713,-0.017120244,-0.026972879,0.04915977,-0.0006305612,0.026899021,0.052527685,0.012592759,-0.001707039,-0.025170747,0.020768821,-0.0071457447,-0.0069130925,-0.035717644,-0.040799063,-0.03258607,-0.0049780174,-0.028154604,-0.0073820897,0.016765727,-0.008220376,0.036485765,0.014638621,0.02992719,-0.012445044,-0.018228112,-0.050932355,-0.0047416724,0.026854705,0.0041175736,-0.0071568233,0.032615617,-0.026189985,0.0070164935,-0.00821299,0.01614532,-0.0341814,0.043960176,-0.00016710334,0.010930958,0.024269681,-0.019675724,-0.02180283,0.00130913,0.017622476,-0.0187008,0.015332885,0.019084862,0.0138187995,-0.00037852136,-0.0021566486,0.014616464,0.0060600345,0.061745144,0.027061507,-0.009919106,-0.010436111,0.019646183,-0.013685855,0.043073885,-0.034506377,-0.01584989,0.017976996,-0.021433542,0.014424433,0.0038960003,-0.013523368,0.0216108,0.009143599,0.014298875,-0.009727076,0.0062742224,0.02443217,-0.02028136,0.03840607,-0.018493999,0.0040584877,-0.017814508,0.016440753,-0.016248722,0.035688102,-0.0032257405,-0.001275894,-0.02765237,0.015066996,-0.0035581007,-0.003550715,0.0054174718,0.0016931907,0.011676922,-0.012725703,-0.007607356,-0.00039467777,-0.019188263,0.010716771,-0.017976996,0.004224668,0.01887806,-0.0034214638,0.00088213943,-0.023279987,-0.027401254,-0.013981286,0.004224668,0.026544502,-0.0147641795,-0.0036153407,0.025938869,0.0030318638,-0.0151556255,0.0031888117,-0.014889738,-0.012319486,0.015982833,-0.037519775,-0.02870115,0.010288395,-0.026293386,-0.0036448836,0.021211967,-0.008574894,-0.004785987,-0.005539337,0.008102204,-0.0026330315,-0.0018944532,0.021315368,0.005639045,-0.02576161,-0.005339921,-0.0016064077,-0.022201663,0.012688775,-0.027814858,0.013072835,-0.022733439,0.002677346,-0.014793723,0.010628141,0.01717933,-0.021847146,0.004586571,0.02681039,-0.008840782,0.0021418768,0.014114231,-0.034506377,-0.009970807,0.00031712704,0.028922725,0.0010201612,0.03028171,0.0352745,0.012053597,0.045496423,0.013671083,-0.019542782,0.045555506,0.004113881,-0.013671083,0.025540037,0.0033180628,-0.030636227,0.0058569256,-0.011521821,-0.020148415,0.008102204,-0.00093614793,0.025082117,-0.013774484,-0.010569055,-0.0010635527,-0.03474272,-0.00044568582,-0.013154079,0.0035617936,0.015731717,0.018626943,0.0056944382,-0.013885272,-0.0023172894,-0.013722784,0.000036900063,0.0028250618,0.020798365,-0.00049854035,0.05630921,-0.023545874,0.031729322,-0.0014808495,0.034654092,-0.0144761335,0.02831709,-0.0031408041,0.012253013,-0.0009583053,-0.016219178,-0.020045014,0.024077652,-0.01613055,0.04295571,0.011189461,0.014431819,0.023752676,-0.0048413803,0.0464418,-0.01737136,0.03681074,0.0016267187,-0.017592935,0.012075755,-0.007123587,-0.05229134,0.0033383737,-0.011854181,-0.023575418,0.000056287743,0.008840782,-0.0083237775,0.03294059,-0.048834793,0.0065401103,0.030074907,-0.0058310754,0.03350191,-0.009128828,0.034329116,-0.036013074,-0.005291913,-0.018641716,-0.0053842356,0.03019308,-0.0010321632,0.005783068,0.008183447,-0.011381491,0.042069416,0.008249919,0.022822069,0.026249072,0.00726761,-0.01933598,0.0073894756],"social":"https://twitter.com/sov3333"},{"title":"econvo","description":"improve your speaking confidence to crush your startup, career or interview goals.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=wl7n_Sy07fg","youtube_transcript":"Hi there. I'm Ray, and welcome to e comm though. It's the new interactive way to become a confident English speaker. So how does it work? You get real speaking practice with interactive lessons like this three times per week. Open your email and press play. Your speaking coach will guide you through your lesson. And when you're ready to speak, Record your responses with video or audio. Your lessons are one on one and completely private, so you have the freedom to speak without the fear of making mistakes. And after you finish every lesson, you will know your strengths and learned how to improve with personal feedback from your speaking coach. Now let's take a look at the Bill Space Effect. First, my site traffic since starting build space versus thirty days previously went up a whopping two hundred and eighteen percent. But most importantly, what happened with my users? Well, I'm excited to say that my users jumped a whopping nineteen hundred percent. Just incredible. So what build space has taught me is to get my thing out there, share it with the world, and be real and genuine with everyone I meet. Now, are you ready to improve your English speaking? Head over to ecommbo. Io, try a free lesson, and I'll talk to you soon.","embedding":[0.045727003,-0.007064647,0.014355305,0.03540343,0.042198323,-0.015208311,0.0005495333,0.06374951,0.0034976928,0.027762823,0.015062498,-0.03651161,-0.002107,-0.042344138,0.01952438,0.0033737516,-0.041352607,-0.028477307,-0.006175187,-0.0022400545,0.028025286,0.011905643,-0.031116525,0.041498423,0.0009523421,-0.0390196,-0.005446121,0.06456606,-0.01687058,-0.042081673,0.0134148095,-0.027704498,0.0033846877,-0.009361204,0.009630959,-0.018795315,-0.029410511,0.015383287,0.020486748,-0.022046948,-0.004855578,0.037211515,0.02882726,0.011949387,-0.029775044,0.02295099,-0.038640484,-0.0134148095,0.041556746,-0.0075239586,-0.043889757,0.033886977,-0.003138628,-0.0035651315,-0.016389398,-0.022746852,-0.021638671,0.05511737,-0.079847276,0.031903915,0.05336761,0.013939736,-0.013451262,0.0032024211,-0.010914114,0.015704077,0.003915083,0.031962242,-0.0032188252,0.0054169586,0.01509166,0.00033491457,-0.018984871,0.023650892,-0.0068349913,-0.011927515,-0.028418982,0.000084070394,0.009455983,-0.044852123,0.017876692,0.0020924187,-0.0476809,-0.010403768,-0.027092082,-0.01908694,-0.02885642,-0.00954347,0.018664083,0.00046796908,-0.040302753,-0.008347803,-0.0053513423,-0.018591177,0.040390242,0.015908215,-0.03018332,0.014989591,0.061066546,0.033245396,0.05290101,-0.035345107,-0.0033573478,-0.044881288,0.07057356,0.006189768,0.01519373,-0.033216234,-0.02607139,-0.03648245,-0.13111518,0.04622277,0.023927938,-0.011796284,0.0064449413,0.0027740952,0.047885038,-0.04371478,0.004593114,-0.035636734,-0.037415653,0.031612292,0.00023968036,-0.042839903,0.06223305,-0.0738981,-0.014501117,-0.027631592,-0.028871004,-0.020122213,0.04228581,0.016943488,0.058150284,-0.03715319,-0.028987654,-0.030008346,-0.016403979,0.007640609,-0.053630076,0.0074802143,0.016331073,0.013094021,-0.04957647,-0.05645885,-0.045318726,-0.041440096,-0.05669215,-0.004527498,-0.033566188,-0.01897029,0.020792956,0.0012767763,-0.056867126,0.022455225,0.0050706523,0.0008675882,-0.030124996,0.052317757,-0.019305661,0.0036453286,0.008180117,0.016433142,-0.037036538,-0.015237474,-0.021055419,0.023155127,-0.023577986,-0.010753719,-0.07197337,0.025867252,-0.026552575,-0.04645607,-0.020122213,0.021696996,-0.013443972,0.0005700383,0.0071047456,-0.053950865,-0.024350796,-0.01154111,-0.003138628,0.023913356,-0.014114712,-0.018562013,-0.025910996,-0.022469806,-0.049197357,-0.007472924,0.0069479966,-0.023767542,-0.015776983,0.020311771,0.026275529,0.03662826,-0.014296979,-0.047185134,0.04625193,-0.02674213,-0.019990982,0.035082642,0.043539807,-0.0099225845,-0.022571875,0.009835097,0.027966961,-0.022498969,0.024934048,0.05745038,-0.0018135511,0.032866284,0.075006284,-0.0019192655,0.0134731345,-0.0052930173,-0.08643803,-0.0072359773,0.0038713391,-0.0054060225,0.011927515,0.038582157,-0.011089089,0.01774546,0.033332884,0.00066299416,0.006824055,0.0334787,0.100086145,0.0016039446,0.016520629,0.007352628,0.03283712,0.021930298,-0.003209712,-0.045522865,0.03782393,-0.017716298,-0.0007103834,-0.041381773,0.037853092,0.035811707,0.03502432,0.0063282903,0.03260382,0.033303723,0.017308021,0.00036658335,-0.04645607,-0.081772014,0.024554934,0.04902238,0.028346075,0.009485145,0.0016331072,-0.005347697,0.011358844,-0.0112494845,-0.0092591345,0.028535632,0.003003751,-0.049401496,0.03936955,-0.018824477,0.0050633615,0.0101558855,-0.008158245,-0.012496186,0.011883771,-0.04368562,-0.025342325,0.0035906488,0.009353913,-0.023315523,0.020340934,-0.0009778594,-0.020384679,0.037969742,0.014829197,-0.028156519,0.014260526,0.010709976,-0.012437861,0.0072614946,-0.024977792,-0.0019976401,0.01120574,0.009237262,0.0058835605,-0.0120879095,-0.010483965,-0.015806146,0.014537571,-0.02583809,0.017876692,0.016651861,-0.0027868538,0.0040791226,0.050859626,-0.03648245,0.009441401,0.060599945,-0.016272748,-0.03493683,-0.012955498,0.030912386,0.036861565,0.044618823,0.0237238,0.05360091,0.01275865,-0.028885584,-0.035899196,0.08130541,0.021390788,-0.046747696,-0.031758104,0.008894602,0.055408996,-0.004461882,0.02451119,-0.0197431,-0.032312192,0.0070281937,0.0134221,-0.015485357,0.036307473,0.0018992162,0.015470775,0.008005141,-0.004028088,-0.033682838,-0.0014781808,-0.010301699,-0.0074583422,-0.008449872,0.053542588,0.01675393,0.0029745882,-0.033216234,0.007440116,0.06409946,-0.016812256,-0.030679086,-0.028448144,0.019845169,0.02541523,0.032078892,0.018270386,-0.021507438,0.04905154,0.057187915,-0.008442582,-0.0061715413,0.03651161,-0.022192761,0.034732692,-0.016535211,0.0030238002,-0.02806903,0.042781577,0.03837802,-0.025123606,0.0010051994,0.043423153,0.0077353874,-0.011038056,0.022149017,-0.04240246,-0.0029308442,-0.00091998983,-0.042431626,0.008952927,0.018780733,0.026902525,0.0074255345,-0.04948898,-0.015062498,0.041235957,0.044006407,0.0031149334,0.036015846,0.046193603,0.024015425,-0.06316625,-0.049809773,-0.022703107,0.058237772,0.004538434,-0.04225665,-0.006907898,-0.013560623,0.009616377,0.017905854,-0.027004594,-0.03327456,0.0266109,0.047885038,0.04878908,0.06269965,0.003437545,-0.032312192,0.007997851,0.0043087783,-0.005770555,-0.028258588,0.0018973936,-0.022615619,-0.029045979,-0.046660207,0.013247124,0.011023474,0.059375115,-0.06689907,0.05214278,0.020647142,0.007720806,0.022236506,0.022134436,0.0006087699,0.040215265,0.040536053,0.0029891694,-0.041294284,0.016885163,-0.020268027,0.016826836,0.06054162,-0.011577563,0.013925156,-0.0028123711,-0.037561465,-0.053834215,-0.0071812975,0.024030007,0.020020146,-0.033886977,-0.012292048,-0.050859626,0.012073329,-0.0041739014,0.0011856431,0.020807536,-0.019232754,-0.022105273,-0.023038477,-0.017701715,-0.009616377,-0.038465507,-0.005278436,0.0068277004,0.009550761,-0.031524803,-0.00007296353,-0.06024999,0.037182353,-0.051063765,-0.015543682,0.02506528,-0.022878082,0.013137764,0.0060476004,-0.037444815,0.0050670067,-0.011993132,0.0060476004,0.010440221,0.012415989,-0.0051071052,-0.020122213,0.0054534115,0.030562436,-0.009346623,0.0056174514,0.052930173,-0.031845592,-0.045843653,-0.009404948,-0.0086540105,0.008807114,-0.026829619,-0.038786296,0.020063888,0.00941953,-0.0007769107,0.07051524,0.001544708,0.0001847726,-0.008967509,-0.03904876,-0.07150677,-0.0268442,0.012022294,0.026596317,0.02728164,-0.017060138,0.009937166,-0.026946269,-0.010994311,-0.03283712,0.021653252,0.020705467,-0.0006771198,-0.020472165,-0.026640061,0.026669225,0.00082703395,0.053396773,-0.057158753,0.017818367,0.034878504,0.011285937,-0.0054096677,-0.02118665,-0.0014809148,0.019961819,0.00042741478,-0.021113744,0.015543682,0.022236506,0.006390261,-0.04616444,0.012073329,-0.0014262348,0.003984344,-0.009011253,0.0086540105,-0.0031422733,-0.037182353,-0.035549246,-0.01940773,-0.027121246,-0.047126807,-0.04205251,0.005037844,0.006743858,-0.020340934,0.014574024,-0.03759063,0.0031805492,-0.016462304,0.010841208,0.010381896,0.04068187,0.043277342,-0.0052966624,-0.010308989,0.058646046,0.017789204,0.02328636,0.014807325,0.0053112437,0.016520629,-0.040244427,0.034091115,-0.03050411,-0.004779026,0.012598256,-0.00047115874,-0.04324818,-0.015106242,0.021682415,-0.011672342,-0.012656581,0.02805445,0.031699777,-0.003947891,0.039661177,-0.016229004,-0.055175696,-0.036074173,-0.007611446,0.009827806,-0.010075688,-0.01497501,-0.04056522,0.0025608435,-0.039311223,0.0011118252,0.032341357,-0.040886007,-0.01574782,-0.004560306,-0.0036744913,-0.0017452011,0.022673944,-0.012022294,0.012999242,-0.027675334,-0.03216638,0.027442034,0.051209576,0.034207765,-0.015733238,0.014778162,0.019903494,-0.00415932,0.013283578,-0.013699145,-0.033216234,0.011336972,0.0011920225,0.015485357,0.0074182437,-0.014355305,-0.0683572,0.022469806,0.009244554,-0.02462784,-0.009171647,0.03225387,-0.01641856,0.013203381,0.032108054,-0.02305306,-0.01497501,-0.011409879,0.00246971,-0.004709765,-0.011657761,0.021172069,-0.0057742004,-0.023359265,0.0010799286,0.0050779427,0.004954002,0.021944879,0.006886026,-0.014887522,-0.016812256,0.015937377,0.013392937,0.022090692,0.015179149,0.02085128,-0.026815038,0.024715329,-0.004560306,0.005920014,0.006721986,-0.013057567,-0.0010744606,0.033041257,0.007844747,0.017687134,0.0009979088,0.02706292,-0.012707615,-0.0026738485,0.0018882803,-0.0101558855,-0.0067074047,-0.0014235008,-0.016389398,0.058966838,-0.018241225,0.005402377,-0.005734102,-0.03627831,0.023709217,0.029148048,-0.026640061,-0.009944457,0.033012096,-0.00626632,-0.043860596,-0.010039235,-0.0035870033,-0.006787602,-0.0018317776,-0.027252477,0.010221502,-0.048672426,-0.035782546,-0.01430427,-0.0065615918,0.03374116,-0.038902946,-0.009703865,-0.014187619,0.035345107,0.0027558685,-0.021769904,-0.020151377,-0.03216638,-0.02850647,-0.020093052,0.011227612,-0.008828986,-0.011942097,0.014253235,0.0038567577,0.014749,0.023577986,0.014049097,0.0124014085,0.017978761,-0.009995491,0.0009095095,-0.015179149,0.0059819845,-0.08964592,0.0060476004,0.013188799,-0.030562436,-0.029293861,0.024088332,-0.048264153,-0.014778162,-0.014348013,0.027704498,0.01065165,-0.02439454,-0.03216638,-0.032458007,0.040331915,-0.025502719,0.0339453,-0.019145265,-0.035636734,-0.0018992162,0.012824266,-0.03239968,-0.001810817,-0.026902525,-0.01231392,0.021871973,-0.0003214724,-0.01497501,0.0017278858,-0.054388303,0.0039442456,0.027150407,0.03239968,0.032574657,-0.023942519,-0.004122867,0.020617979,-0.034557715,-0.0069917403,-0.038611323,-0.06013334,-0.006277256,-0.001802615,0.05068465,0.011118253,0.011038056,-0.02284892,0.046980996,0.04205251,-0.04214,0.0045785327,-0.0027011884,0.014923976,-0.0004337941,0.044997938,0.015587426,0.031408153,-0.0022947344,-0.017001813,-0.013772052,-0.011920225,0.027923217,0.03260382,-0.0017479351,0.017585065,0.045114588,-0.00095143076,0.044181384,0.022921827,0.019932657,0.023884194,-0.019772263,0.01751216,-0.021799065,-0.014391758,0.049751446,0.029483419,-0.01574782,0.034965992,-0.02617346,-0.023636311,-0.02039926,-0.0015602007,-0.027675334,-0.033537023,0.009127903,-0.020895025,0.023344684,-0.010935986,-0.008996671,-0.04934317,-0.00021758056,-0.010308989,-0.0009578101,-0.015033335,0.009616377,0.022353156,-0.010119433,-0.06754065,-0.007378145,0.005570062,-0.017876692,-0.005916368,0.0048300605,0.0029818788,-0.002757691,0.017205952,0.012722197,0.009944457,-0.0074802143,-0.003246165,-0.03639496,-0.017657973,-0.048497453,-0.040069453,0.020559654,0.008850858,0.011883771,0.021011675,0.015208311,-0.022280248,0.03674491,-0.018562013,0.029498,-0.008960218,0.043977246,-0.015543682,0.006240803,0.008398837,0.04345232,0.009747609,0.01431156,-0.015937377,0.015499937,-0.021536602,-0.0024842916,-0.02229483,-0.042781577,0.020384679,-0.025356906,0.008931056,-0.007465633,0.011905643,-0.022994732,-0.016710186,-0.0062262216,0.03759063,0.012160816,-0.01618526,0.009558052,0.0003695452,0.023665473,0.025881834,0.036890727,-0.024875723,0.0002731718,0.048964053,0.008974799,-0.030095834,-0.033041257,-0.016651861,0.018605758,0.010308989,-0.007232332,-0.006164251,0.033187073,-0.05045135,0.007297948,0.016170679,0.015485357,-0.0069151884,-0.053746726,-0.0012995597,-0.0037546884,0.0009254578,0.013341903,-0.0049066124,-0.0027175925,-0.00987155,-0.045231238,-0.0010790173,0.03782393,-0.007009967,0.0003551917,-0.021871973,0.019888913,-0.0039114375,0.013954318,0.015791563,-0.050305534,-0.0026866072,-0.010483965,-0.005435185,0.021901134,0.024000844,-0.03537427,-0.00012097935,-0.013793924,-0.0036252793,0.012671162,-0.015995702,-0.042869065,0.023767542,-0.008150955,0.00068942277,0.014158457,0.002910795,-0.016928906,0.02152202,0.022615619,0.0032571012,0.059375115,-0.02185739,0.009229972,0.02927928,-0.017045557,-0.02885642,0.019582706,0.018518269,0.0033974464,0.054854907,-0.033712,0.0120879095,-0.009448692,-0.008500907,-0.014909394,-0.0126930345,-0.041731723,0.0025207447,0.014705256,0.002431434,-0.014070969,-0.014063678,0.0012467024,-0.0073271105,0.029570905,-0.004757154,0.029366767,-0.0092591345,-0.0057268115,0.008114502,0.007881201,-0.016681025,0.013793924,0.0213033,0.013706435,0.015879052,0.054038353,0.009222682,0.03802807,-0.031437315,0.016812256,0.01253264,0.0030146868,0.01164318,-0.013516879,-0.022455225,-0.002834243,0.024540352,0.04622277,0.04126512,0.0105277095,0.008828986,-0.014012643,-0.018999454,0.009003961,0.000114315226,-0.029162629,0.013859539,0.026756713,-0.005763265,-0.010345443,0.013947028,0.013691855,0.0042869067,-0.0059637576,-0.009579924,0.01519373,0.013363775,0.01908694,0.009397658,0.004316069,0.0048956764,-0.035461757,-0.017993342,-0.0032078892,-0.0010607906,0.0055737076,-0.0023585276,0.01541245,0.002236409,-0.014180329,-0.020792956,-0.00072314206,0.032662146,-0.022673944,-0.010812045,-0.012182688,-0.041469257,-0.020501329,0.018051667,0.0076260273,0.0064412956,0.00682041,-0.025663113,0.008843567,-0.04214,-0.011876481,-0.020093052,0.012270176,0.0027467553,-0.017687134,-0.038552996,-0.018634921,0.009404948,0.0060731177,-0.0011391653,-0.0015766047,-0.0057413927,-0.024598679,-0.016695606,0.0678906,0.014435502,-0.014770872,-0.017935017,-0.021551182,-0.018226644,0.054271653,-0.016374817,-0.007852038,-0.0015629347,-0.032195542,-0.0030711894,-0.040536053,-0.011089089,-0.04333567,0.029570905,0.05211362,-0.013735598,0.021551182,-0.009390366,-0.02818568,-0.020778373,0.0024350795,0.012991952,0.007633318,-0.0024842916,-0.028025286,-0.008690463,0.016578956,-0.0010908647,0.0065287836,-0.006831346,-0.00015321773,0.00092135684,0.0055627716,0.0025116315,-0.017016394,-0.022426061,0.009769481,0.015791563,-0.019845169,0.0237238,-0.01042564,0.0038859204,0.025138186,0.0012394118,0.0007199524,0.004367104,-0.022192761,0.0075677023,-0.0016130579,0.0155291,0.01596654,0.010323571,-0.017045557,-0.008792533,-0.005365924,0.001599388,-0.007633318,-0.011730667,-0.030474948,0.039194573,0.042548276,-0.024948629,0.0031349827,0.033420373,-0.000263375,0.000092044545,0.025444394,-0.012262885,0.029818788,0.05258022,-0.0031368053,0.015704077,-0.011278647,0.037765604,0.02885642,0.0017935017,0.01120574,-0.0009245465,-0.0038786298,0.023782125,0.005901787,0.012583675,0.012510768,-0.03782393,0.017949598,-0.03027081,0.016520629,0.030474948,-0.00010366403,-0.025386069,-0.024161238,-0.018620338,-0.015266636,-0.0026793166,0.006754794,-0.0067912475,0.031670615,-0.020457584,0.017672554,-0.0037874966,-0.009886132,0.0061168615,-0.019918077,0.0057851365,0.045785327,0.036074173,-0.033099584,0.011796284,-0.020107633,-0.034324415,0.0011601258,-0.015252055,-0.001256727,0.01297008,0.0008721449,-0.010396478,-0.01409284,-0.003525033,0.021157488,-0.016899744,0.005909078,0.018255806,-0.028462727,0.008807114,0.014238654,0.09763648,-0.005427894,0.010228792,-0.013721017,0.019495217,0.02051591,0.018620338,0.015004173,-0.02995002,0.020122213,-0.042635765,-0.014880232,0.013064858,-0.025211092,-0.008260314,-0.0025717793,0.0065032663,-0.000098366916,-0.010265245,-0.006331936,0.008078048,-0.019918077,0.023636311,0.023811286,-0.029425092,0.0056210966,0.01908694,0.00054224266,-0.006543365,0.018532852,-0.017366346,0.015762402,0.022717688,0.018620338,-0.016389398,-0.012248305,-0.05360091,0.0145084085,0.02872519,-0.0066053355,-0.019466056,0.0049029673,0.0069407057,-0.016928906,0.009222682,-0.010746429,-0.018605758,0.005088879,-0.044327196,-0.029716719,-0.01673935,-0.018387038,0.00018192468,-0.0016959892,-0.016578956,-0.019363986,0.03747398,0.027966961,0.031145688,-0.012284758,-0.046514392,0.040973496,0.0054935105,0.011767121,-0.022178179,0.00021461872,0.00007427357,0.0030256228,0.0101558855,0.007837457,-0.025648532,0.010943277,0.004370749,-0.018489107,0.018445363,-0.02195946,-0.0015766047,-0.004695183,0.022703107,-0.011482785,0.028244007,-0.012080619,-0.015237474,0.028783515,0.017030975,0.02229483,-0.00059737824,0.02884184,0.015047917,0.008041595,-0.019305661,-0.028477307,0.023213454,0.0010434753,-0.00045771658,0.010228792,-0.034849342,0.01707472,-0.021828229,-0.016258165,0.027791986,0.008668591,0.016506048,0.019553542,-0.0020559654,-0.016476886,-0.019305661,0.020822117,0.0127513595,0.008493615,-0.0030438495,-0.017468415,0.015908215,0.010046526,0.031116525,-0.048176665,-0.014836487,-0.009339332,0.0006306419,-0.04228581,0.03374116,0.0063173547,-0.0054935105,0.008683173,-0.00040189747,0.019057779,0.00898209,-0.026902525,0.027791986,0.022863502,0.0040973495,-0.0017816544,0.0474476,0.012408699,0.002600942,0.044560496,0.0043452317,-0.023665473,0.02184281,0.024059169,0.023140546,0.002916263,-0.012598256,-0.011475495,0.0058872057,-0.003317249,0.01618526,0.01873699,0.024569515,-0.002323897,0.009390366,-0.010483965,0.026494248,0.010622487,0.039340388,-0.015820727,-0.01364082,-0.0023166065,-0.028316913,0.0070063216,-0.004301488,-0.007924944,-0.010352734,0.017147627,0.014610478,0.017789204,0.009237262,0.00976219,0.0017552257,0.059550088,-0.009623667,-0.0062918374,-0.04391892,0.007243268,0.025808927,-0.0226302,0.014697965,0.02961465,-0.026188042,0.0037437526,-0.036686588,0.017541321,-0.0134731345,0.007119327,0.0032662144,-0.009339332,0.0050706523,0.0026629125,-0.01985975,0.004137448,-0.00046933605,-0.002954539,-0.012146235,0.033566188,0.0059637576,-0.013917865,-0.018547432,-0.023155127,-0.0030383815,-0.0032206478,-0.013633529,-0.07086519,0.016156096,-0.0146833835,-0.005591934,0.027748242,-0.023475917,-0.0005827969,-0.015762402,0.0076041557,-0.0074036624,-0.034324415,0.001843625,-0.023417592,0.004669666,0.01697265,0.039690338,0.014296979,0.04004029,-0.031408153,0.006864154,0.03225387,-0.0035633089,-0.031670615,0.03018332,0.040419403,0.0030566081,-0.038582157,-0.03913625,-0.027106663,0.023432173,-0.005121687,0.005526318,0.04313153,-0.005679422,0.0368324,0.0058726245,-0.032224704,-0.03537427,0.007144844,-0.029498,0.0037054766,-0.019334823,-0.021536602,-0.026115134,0.013589785,-0.010134013,0.027544104,-0.007924944,0.00042217463,0.011920225,-0.0053732144,-0.041177634,0.010724557,-0.009696574,-0.036657427,0.022615619,-0.03528678,-0.0078010033,-0.0076260273,0.0006475015,0.011132834,0.010768301,-0.024438282,-0.029468836,0.004133803,0.015018754,0.0025262127,-0.008938346,0.03470353,0.020005563,-0.028156519,-0.007356273,0.012124363,-0.052638546,0.009470564,-0.010498547,0.017891273,0.005121687,-0.053396773,-0.044181384,0.0037036538,-0.00061925023,-0.014377176,-0.021755321,0.015456193,0.012117072,0.02605681,0.018824477,0.0146250585,0.01519373,-0.00032375075,0.0052164653,0.041615073,0.023884194,0.02284892,-0.0068495725,0.040186103,0.01253264,-0.016812256,0.014326141,-0.010578744,-0.008362384,-0.018284969,0.016170679,0.009018543,-0.0060366644,0.016899744,-0.015383287,0.02585267,0.037736442,-0.047389273,-0.010695394,-0.010629779,0.0076916437,-0.012445152,0.014537571,-0.0041884826,-0.043773107,0.031349827,0.022717688,0.006189768,0.041119307,0.036190823,0.014275107,-0.0068933163,0.007144844,-0.01895571,0.024759073,-0.019918077,0.0024861142,0.030095834,0.029702138,-0.007472924,0.006721986,-0.017730879,-0.008187409,-0.015018754,0.011920225,-0.0011209386,-0.004046315,-0.016914325,0.0026866072,0.0024952274,-0.046864346,0.0047972524,0.015558262,0.008391547,0.036103334,0.008493615,0.0038786298,0.033303723,0.031233177,-0.0069042523,-0.008129083,-0.0024514836,0.03881546,-0.010804754,-0.0035359687,-0.039865315,-0.04925568,0.003643506,0.008180117,0.011963969,-0.037328165,0.03651161,-0.04724346,0.0021908425,-0.0060731177,-0.0065360744,0.01330545,-0.016783094,0.02306764,-0.0050742975,-0.03537427,0.0030383815,0.033712,0.010593325,-0.02306764,-0.02741287,0.041498423,-0.038757134,0.041381773,0.0023603502,0.013721017,0.0016759399,0.003155032,-0.01774546,-0.01120574],"social":"https://twitter.com/cyberay0"},{"title":"finance brain","description":"instant answers for finance and accounting questions","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=uckj3498T14","youtube_transcript":"Hi, everyone. My name is Robert, and I'm building an application called Finance Brain. It's a chatbot that can answer accounting and finance questions. The way that it works is we enter financial data into the spreadsheet, and then we can ask questions about the data. So we can say something like calculate the total current assets, and the chatbot will do the calculation for us and will give us the answer. And we can say calculate the total long term assets, and again, The chatbot will do the calculation for us, and it will give us a response to our question. Over the past few weeks, we got our first few paid customers In the first week, we got five dollars of revenue and then six dollars and then eight dollars of revenue for a total of nineteen dollars so far. We're saying that the number of users that are signing up each week is steadily increasing. As you can see here in this week, forty four users signed up, and then one zero four, and then one fifty one, and then two zero six this most recent week. This chart here shows the number of messages that users have sent each week. And as you can see, this has been steadily increasing. And I've been doing various forms of outreach. I've been posting on Twitter, on Facebook, on LinkedIn, on Reddit, and I've been experimenting with Google Ads as well. And that has brought in a lot more traffic to the website recently. And especially in this past week, the number of messages has increased a lot. And so I'm excited about that. And that's everything for my demo. Thank you.","embedding":[-0.037914827,-0.012482681,0.004340329,0.022571217,0.016623497,-0.03098837,-0.0356562,0.051556934,-0.011300666,0.0101487655,0.021321444,-0.05438775,-0.023429494,-0.045925424,0.046828877,0.0114135975,-0.035415277,-0.0066968305,-0.056766838,-0.0005020741,0.039360348,0.017045109,0.0242426,0.0046828873,-0.0073254816,-0.024031796,-0.053092804,-0.01460579,-0.04249231,-0.07239654,0.011827679,-0.0322532,-0.007912725,0.034150448,0.0066102496,0.0015932735,0.007988012,0.028338246,0.03764379,-0.004946394,-0.015283379,-0.008710773,0.032584466,-0.0052400157,-0.07558873,0.0059928913,-0.053454183,-0.011150091,0.028112384,0.062036965,-0.101066045,-0.002305682,-0.028654452,0.025432145,-0.0031131415,-0.0015358666,0.00092697836,0.014929527,-0.01745166,0.016171772,0.029618135,-0.004261277,0.007509936,-0.019635001,-0.03872793,0.013815271,-0.0564958,0.031500325,-0.01745166,0.026245251,0.043425877,0.019258562,0.034812976,-0.003643919,-0.0056465687,-0.016533153,-0.023790875,0.006715652,0.02187857,-0.03436125,-0.0070544463,-0.020628797,-0.034180563,-0.016894532,-0.017331202,-0.030536642,-0.010081007,-0.010103594,-0.045564044,-0.02776606,-0.04589531,0.035084013,-0.015193034,0.0051684924,0.07137263,-0.01024664,-0.03655965,0.037252296,0.05026199,-0.008176231,0.052821767,-0.021923743,0.03752333,-0.03195205,-0.0052475445,0.023384323,0.029859055,-0.03000963,-0.029904228,-0.011692162,-0.1302174,0.00062112254,-0.00083098665,-0.004897457,0.011767449,0.022089377,0.020523395,-0.02025236,-0.010615549,-0.050713714,-0.024829844,0.018204536,0.026621688,-0.003862253,0.033849295,-0.021487076,-0.025959158,0.00028750446,-0.03291573,0.0047017094,0.053725217,0.014884355,0.042944036,-0.04661807,-0.079383224,-0.021306386,-0.030898023,0.019665116,-0.051526822,-0.0328555,0.02752514,-0.013386132,-0.01570499,0.01678913,-0.08269588,-0.060651675,-0.024649154,0.020387877,-0.0536951,-0.026501229,0.022059262,0.0119857825,-0.06547008,-0.0023960273,0.049388655,0.02406191,-0.02588387,0.04517255,-0.022270067,-0.030958254,0.00062818074,0.014711194,-0.0124751525,-0.028955603,-0.06613261,0.014568147,-0.027675714,-0.019665116,-0.058302704,-0.016939705,-0.038758047,-0.022827195,-0.009553994,-0.023053057,0.013709868,-0.009523879,0.013002166,-0.034782864,0.048786353,-0.027675714,-0.021366615,-0.020719143,-0.016743958,0.014801539,-0.040263798,-0.03914954,0.013167798,-0.016216945,0.0334578,-0.019860864,0.046045884,0.039239887,0.011669575,0.015283379,0.0031714893,-0.05074383,0.077696785,-0.014756366,-0.032524236,0.010239111,0.016397635,-0.0003122082,0.028805029,-0.00250143,0.005672919,0.025718238,-0.007028096,0.023384323,-0.046467494,-0.033006076,0.0743239,-0.0088011185,0.026666861,0.030115033,-0.086128995,-0.043727025,-0.034632288,0.02443835,-0.022390526,0.01491447,-0.004509726,0.010751067,0.022947654,-0.027871462,0.013770099,0.037673905,0.06547008,0.009651868,0.038697816,-0.039450694,0.047250487,-0.0093733035,0.008341864,-0.05505028,0.05116544,-0.018957414,0.056164537,-0.01642775,0.01503493,0.040896215,-0.00038231973,0.07167378,0.013747512,0.003416174,0.02406191,0.011150091,-0.05375533,-0.06402456,0.050894406,0.04896704,0.042341735,-0.025266511,0.012595613,-0.014771423,-0.009606696,-0.035867,-0.020267418,0.04571462,0.0103520425,-0.02522134,-0.011293137,-0.026666861,-0.039721727,0.001102022,0.022029147,-0.011368425,-0.0014643434,0.0121890595,-0.038998965,-0.0011537821,0.007965426,0.02061374,0.020417992,0.029076064,-0.033728838,0.017240856,0.021517191,0.0051986077,-0.013438833,-0.022586275,-0.048184052,0.0014746955,0.05637534,0.030626988,0.0066591864,0.042221274,0.03273504,-0.023805933,-0.012881706,0.012648313,-0.02406191,-0.021472018,0.014297112,-0.005827259,0.021712938,0.0017711404,0.040685408,0.02321869,0.036951143,0.025040649,0.011406069,-0.01600614,-0.046587955,-0.004509726,0.0035403986,0.029512731,-0.000993796,0.028759856,0.010171352,-0.050502907,0.006267691,0.04213093,0.03399987,-0.011624402,-0.03297596,0.0122718755,0.06408479,-0.0007199375,0.0055675167,-0.034391366,-0.0293471,-0.0075739305,-0.005172257,0.0099454895,-0.029843997,-0.00351593,0.043124728,0.041980356,-0.0004936042,-0.045413468,0.044028178,-0.028895374,0.0001277536,-0.032192968,-0.023640301,0.016096484,-0.0038095517,-0.016503038,0.011925553,0.041498516,-0.012889233,-0.046798762,-0.036589764,-0.01666867,0.01927362,-0.014846711,0.017014993,0.038035285,-0.00518355,0.019198334,-0.016999936,-0.005740678,0.03529482,-0.04002288,0.009553994,-0.0031056127,0.003854724,-0.007122205,-0.042673,0.0040580006,-0.02886526,0.042462196,0.003086791,0.025688123,0.019138103,0.010781182,-0.043425877,-0.024528693,0.039179657,0.005462114,0.028835144,-0.018204536,0.0042838636,-0.012520324,-0.043576453,-0.019318793,0.020463165,0.0414684,-0.01242998,0.028789971,0.044419672,0.012046013,-0.032162856,-0.05655603,0.011684633,0.036921028,0.0041182307,-0.012264347,-0.031259403,0.022601333,0.035867,-0.040564947,0.008748417,-0.02358007,0.012889233,0.04122748,0.045925424,0.046889104,0.026501229,-0.024558809,0.0334578,-0.0023809697,-0.025115937,-0.041438285,0.019123046,0.005480936,-0.03122929,-0.013468948,0.0014389339,-0.031379864,0.012008369,-0.0939589,0.050894406,-0.029061006,0.0036458012,-0.011646989,-0.026922839,0.022435699,0.038848393,0.024905132,0.0115792295,-0.071794234,0.025356857,0.0015866858,-0.014447687,0.045985654,0.06300065,0.0034519355,-0.058302704,-0.030145148,-0.016111542,0.004370444,0.007020567,-0.019680174,-0.020026496,-0.0029776238,0.01666867,0.042462196,0.007182435,0.016171772,-0.022676619,-0.010833883,-0.007852495,0.022510987,-0.017963616,-0.014929527,-0.023625243,-0.0067570605,-0.017286029,-0.018219594,-0.041739434,-0.035355046,-0.030054802,0.020764316,-0.0895621,-0.030837793,0.04414864,0.03387941,0.021426845,0.008868877,0.010058421,0.034541942,-0.0042386907,0.029603077,0.016156714,-0.051195554,-0.019002585,0.0031997222,0.015870621,-0.0008808647,0.0061434666,0.022390526,-0.0039676554,0.012482681,-0.0368608,-0.007491114,0.013672224,-0.010081007,0.011052217,-0.015735105,-0.01012618,0.01721074,-0.019047758,0.04122748,-0.006775882,0.06116363,-0.009109797,0.012482681,-0.007280309,0.0066704797,0.012354692,0.037372757,0.043154843,-0.01855086,0.006534962,-0.03728241,-0.00021915745,-0.04369691,0.020041553,-0.02564295,0.046828877,0.014620848,-0.01394326,0.04625669,-0.008650543,-0.054207057,-0.02872974,-0.018942356,-0.017918445,0.026787322,-0.008010599,-0.0019706525,-0.004630186,0.004268806,-0.03279527,0.008274105,0.01436487,0.0020515865,0.0012271876,-0.036439188,-0.01721074,-0.011624402,0.0053077745,0.025356857,-0.005017917,-0.02376076,-0.059085693,-0.020884775,-0.0143949855,-0.02217972,0.008108472,-0.005292717,0.016638555,0.019318793,-0.03607781,-0.0152532635,-0.03255435,-0.039239887,-0.010133709,-0.024076968,-0.010653193,0.02582364,0.042552542,0.0059815985,-0.024107084,0.03427091,0.029557904,-0.016021198,-0.043636683,0.011594287,0.057850976,-0.00872583,0.02351984,-0.03243389,0.0049614515,0.015554414,-0.0070920903,-0.020417992,0.023083173,-0.017602237,-0.005846081,-0.035957348,0.008823705,0.018340055,-0.022224894,0.025326742,-0.0052362513,-0.033608377,-0.023083173,0.039179657,-0.016864419,-0.006542491,-0.031711128,-0.026531344,0.012625727,0.013694811,-0.023625243,0.017903388,0.0014737544,-0.0006949985,-0.024272716,-0.029045949,-0.030642046,0.021170868,-0.029738594,0.028338246,-0.024829844,0.046648186,0.015915794,-0.009787385,-0.021441903,-0.027299277,-0.007897668,0.06607238,-0.010359571,0.021667765,-0.022601333,-0.024227543,-0.0008676894,0.010773653,0.013800214,-0.023369266,-0.004201047,-0.012234231,0.0009759153,0.0039450694,-0.010276754,0.019077873,0.010231582,-0.010412272,-0.0008182819,0.022270067,-0.024212485,-0.030928139,-0.054839473,0.025417088,-0.027344448,-0.009734685,0.03469252,0.0076529826,-0.017511891,0.00014469332,0.02049328,0.004103173,0.02788652,0.04655784,0.0046527726,-0.0054470566,-0.00003132081,0.015689932,0.009079683,0.038306322,0.024829844,-0.03668011,-0.034722634,-0.015614645,0.017722696,0.034662403,-0.0030736155,-0.0069114,0.014462744,-0.033969756,0.014666021,-0.020387877,0.010013248,0.010592963,-0.030461356,0.024634097,-0.0015951556,-0.008786061,-0.006587663,-0.022782022,0.02642594,0.009930432,0.009742213,-0.02061374,-0.0219388,-0.011925553,0.0035686314,0.036228385,-0.06104317,0.041859895,0.0033917055,0.0054884646,-0.035144243,0.045202665,-0.022526044,0.022270067,0.02708847,0.029422387,-0.07257723,0.02558272,0.024905132,0.006286513,0.01696982,-0.004475847,-0.017135454,-0.06559054,0.033427685,0.03201228,-0.045443583,-0.022842253,-0.010961872,-0.020809487,0.007491114,0.018038904,0.042673,-0.02800698,0.0072539584,-0.009170027,0.015200563,-0.0025503668,0.006113352,-0.002354619,-0.009305545,0.00004546664,-0.040143337,0.04740106,-0.0027574077,-0.06281996,-0.020222245,-0.013160269,-0.014018548,-0.024348004,-0.03061193,0.012633256,-0.005443292,0.022059262,0.013574351,0.0020139427,-0.015313494,0.014786481,-0.017737754,0.021246156,-0.0015565708,0.028609281,-0.028323188,-0.037673905,0.01352165,-0.035144243,-0.021607535,0.016141657,0.0077696783,-0.02103535,0.018053962,-0.048997156,-0.026727092,0.009252843,-0.028323188,-0.0012620081,0.008944165,0.02358007,0.030717334,0.0014558736,0.0019988853,0.01139854,-0.05691741,-0.016804188,-0.038998965,-0.028624339,-0.008929107,-0.009057096,-0.014500388,0.020809487,0.011338309,-0.007988012,0.020282473,0.03291573,-0.0454737,-0.002382852,-0.023504782,0.01636752,-0.0008281634,0.03668011,-0.018174423,0.025055707,0.02109558,0.004110702,0.009320603,0.028368361,0.0064634387,0.03387941,-0.0029211582,0.024799729,0.0052099004,-0.017120397,0.03661988,0.011601816,-0.0064897896,0.00050866173,-0.004938865,-0.020628797,-0.014191709,-0.00092321396,0.035897117,-0.03619827,0.00023645005,0.020282473,0.0003870252,-0.00703186,0.010841412,0.01642775,0.010683307,-0.01424441,-0.0032204264,-0.01594591,0.030898023,0.0037135598,-0.058393046,0.004321507,-0.0167289,-0.0044269096,-0.0118653225,-0.01424441,0.0021080524,0.012317048,0.0065500196,-0.06649399,-0.03000963,0.011052217,-0.009817501,-0.0151328035,-0.00048701654,0.025206283,-0.0011415479,0.017722696,-0.003990242,0.023007885,-0.037884712,-0.025733296,0.001112374,0.022089377,0.016397635,-0.008944165,0.008951694,0.021502133,0.014568147,-0.0488767,0.0033427686,-0.024046853,0.036589764,-0.02261639,-0.016743958,-0.0074459417,0.023685472,0.048153937,-0.0051007336,0.02333915,-0.011850265,0.022029147,0.004935101,0.0039864774,0.03752333,-0.019107988,0.0071447915,0.03957115,0.024784671,-0.024107084,0.003615686,0.010133709,0.00083286886,0.033066306,0.031560555,-0.00530401,-0.004347858,-0.0075513446,-0.0009537995,0.01849063,-0.014236881,-0.015720047,-0.0039262474,-0.011240436,0.03957115,-0.026937896,0.0071372627,0.010321927,-0.011368425,-0.025477318,0.0178281,0.007397005,-0.030175263,0.015750162,0.014997286,-0.005959012,0.026395826,-0.017286029,0.02660663,0.0106381355,0.038276207,-0.012008369,0.008703244,0.01443263,-0.022375468,-0.005465878,-0.00016304466,0.041799664,-0.05098475,0.025432145,-0.026531344,-0.009531408,0.00945612,-0.021773169,-0.006681773,0.007837437,0.009418476,0.010577905,-0.02261639,0.04080587,-0.023986623,0.022450756,-0.030898023,0.0031959577,-0.0021287564,-0.034541942,-0.0118653225,0.05685718,0.0049539227,0.035535738,0.0012874176,0.0072389008,0.031741243,-0.0019424196,-0.013340959,-0.012061071,-0.02546226,0.0022605096,-0.038306322,-0.0029418622,-0.0059439545,0.018204536,0.007972955,-0.010239111,0.04691922,-0.009192614,-0.0038114337,-0.028262958,-0.03067216,0.04333553,0.015855564,0.014891883,-0.0368608,-0.011586758,0.00078487303,0.020101784,-0.019936152,0.033969756,-0.028579166,0.020297531,0.0067721177,0.00052183704,0.024603982,-0.03613804,0.017572122,0.028895374,-0.039661497,0.02770583,-0.008522554,-0.0114964135,-0.014078777,-0.0051948433,0.004618893,0.022044204,-0.009998191,-0.009779857,0.026832493,-0.029015834,0.035957348,-0.004170932,0.043787256,-0.024528693,0.007995541,0.0008225168,0.019348908,0.011195263,-0.035445392,-0.010630607,0.0042349263,0.009222728,0.06468709,0.045142435,-0.030837793,-0.023038,-0.02522134,-0.029753651,-0.009553994,-0.031379864,0.014741308,-0.011631931,0.0103671,0.049930725,-0.0022435698,0.037794366,0.000017101456,0.032704923,-0.0075551085,0.008349393,0.014048663,0.020237302,-0.006572606,0.01472625,-0.001946184,-0.001003207,0.01879178,-0.01594591,0.002712235,0.028278016,-0.0059138397,-0.0029719772,0.0121213,0.017316144,0.019168219,0.0032787742,0.00094532967,0.007476057,0.018520745,-0.034873206,-0.020689027,-0.035746545,0.003802023,0.024453407,-0.006715652,-0.0028063445,0.037914827,-0.050834175,-0.0054545854,0.0035291053,0.01922845,-0.006892578,-0.018415343,0.0051195556,-0.02217972,-0.041618973,-0.004765704,0.011345838,0.026531344,-0.00800307,-0.0060719433,0.0004201988,-0.02207432,-0.04297415,0.0075551085,-0.019875921,0.014500388,0.0029079828,-0.005917604,0.008161174,0.016036255,0.0009843851,-0.0025955394,0.012301991,0.02321869,0.020839602,-0.019047758,-0.0052400157,-0.012956993,0.03698126,-0.0028929254,-0.031048598,0.00766804,-0.006233812,-0.04225139,0.0011434301,0.019785576,0.014492859,0.03267481,-0.030687219,0.013340959,0.010901642,0.025853755,0.013340959,0.022571217,0.0014709311,0.011165149,0.032464005,0.03297596,-0.0034764041,-0.008718302,0.0101487655,-0.012091186,0.019604886,-0.049930725,-0.0008102826,-0.025326742,-0.010020777,-0.025115937,-0.0056051603,0.056525916,-0.010133709,0.003824609,0.012332106,-0.006760825,-0.0033427686,0.025658008,0.0005251309,0.002691531,-0.02510088,0.02558272,-0.027208932,0.004765704,0.023444552,0.0035874532,0.015915794,-0.011526529,-0.01042733,-0.013325902,0.01891224,-0.002422378,0.031500325,0.030160205,0.0053491825,0.013220499,-0.0062639266,0.0025447202,0.003487697,0.0070582107,0.014801539,0.029904228,-0.0036777984,0.020237302,0.0011509589,-0.026531344,0.0101487655,-0.004675359,0.02964825,-0.027811233,0.00026844727,-0.004746882,-0.027178816,0.02037282,0.0003594982,0.007988012,0.022420641,-0.023369266,-0.00063429784,-0.007588988,-0.012204117,-0.0046000713,0.011436184,0.009809972,0.005371769,0.026109733,0.002732939,0.0020290003,0.017180625,0.019454312,-0.0111275045,0.014771423,0.034240793,0.004035414,-0.020553509,-0.00403165,-0.044871397,-0.012520324,0.0075024073,0.0038886035,-0.005661626,-0.012437508,-0.002958802,-0.00022492165,-0.023775818,0.034060102,-0.00039902417,0.020237302,0.008266577,0.009388361,0.011443713,-0.0047130026,0.08745405,-0.0006827642,0.0121890595,0.019348908,0.0114964135,-0.007705684,0.022435699,-0.009840087,-0.008665601,0.011895438,-0.017903388,-0.0017852568,0.037192065,0.010284283,0.016759016,-0.0016695021,-0.026215136,-0.013386132,-0.011375953,-0.021727996,0.004498433,0.017813042,0.017270971,-0.016096484,-0.017225798,-0.029015834,-0.0052814237,-0.005273895,0.0207342,0.045744736,0.0259441,-0.008379508,0.028895374,0.023745703,0.0048071123,0.001450227,-0.054839473,0.02025236,-0.0010530851,-0.023730645,-0.008868877,0.008454795,0.018565917,-0.016518096,-0.013371075,0.025025591,0.007103383,-0.0013674106,-0.027419737,-0.041076902,-0.008853819,-0.00512332,0.0009326249,0.0033145358,0.027299277,0.032223083,0.01594591,0.049659688,0.0012554204,0.03255435,-0.01340119,0.019303735,-0.008989337,-0.0055562234,-0.0076793334,-0.02461904,-0.0048334626,0.005740678,0.014048663,-0.008620428,-0.005266366,-0.001519868,0.02321869,0.0052475445,0.015494185,0.002689649,0.0037003846,0.0069264574,0.005559988,0.0054545854,-0.008447266,0.0054884646,0.0074798213,-0.009508821,0.004976509,-0.0065801344,0.009892788,0.022766965,-0.023444552,0.009508821,-0.026471114,-0.0019151279,0.022285124,0.007814851,-0.0138228,0.02115581,-0.020086726,0.023038,0.011119976,-0.04002288,-0.00053595344,0.011767449,-0.014410043,-0.029738594,-0.021727996,-0.0037210886,-0.026440999,0.015381252,0.00030303252,-0.005740678,0.0054282346,0.0133334305,0.0076416894,0.014086306,0.039661497,-0.019544655,-0.030958254,-0.012716073,-0.0006055945,-0.04839486,0.01400349,0.014658492,-0.038306322,-0.0022435698,-0.008371979,0.011323252,0.020071669,-0.023595128,0.0027555255,-0.031259403,0.02217972,0.02582364,0.01018641,0.008356921,0.004377973,0.018626148,-0.009237786,-0.009102268,-0.007438413,0.020237302,-0.0253418,0.006026771,0.023836048,-0.034541942,0.02746491,-0.005872431,0.013747512,-0.009538936,0.0074007693,0.010081007,0.012813946,-0.029000776,0.0374631,0.019168219,-0.001668561,-0.030762505,0.030160205,0.0010154413,-0.014289583,-0.016683728,0.0057745576,-0.025236398,-0.02630548,-0.044389557,0.035927232,-0.016894532,-0.014741308,0.013303315,-0.012701015,0.0015236324,0.03195205,-0.010442387,-0.048906814,-0.009975605,0.043727025,-0.004359151,0.007498643,0.011662046,-0.007069504,-0.020960063,-0.017782927,0.0009039215,-0.02680238,0.0074798213,0.003862253,0.021502133,0.013544235,-0.019725347,-0.023414439,0.032102626,-0.00035785127,-0.00945612,-0.0019838277,0.002979506,0.022571217,0.016171772,-0.0033220644,0.010961872,-0.024513636,0.01951454,0.012783831,-0.021893628,-0.022721792,0.011963197,-0.007724506,0.044660594,-0.020929947,-0.0023960273,0.00019774753,0.02217972,0.0005373651,0.002800698,-0.0149671715,0.015524299,0.011255493,-0.0053943554,0.0028722212,0.027419737,0.02812744,-0.032825384,0.029919285,0.0066893017,-0.0050743828,-0.039330233,-0.0059138397,0.0025635422,0.04170932,-0.030702276,-0.014658492,-0.008695716,0.03159067,-0.034451596,-0.008259048,0.053303607,-0.0033615904,0.011165149,-0.026049502,-0.023655359,-0.004769468,-0.026320538,0.004765704,0.010788711,-0.013205442,0.029979514,0.039209772,-0.0074421773,0.0074835857,-0.0151328035,0.0017005582,-0.002672709,0.04050472,0.02660663,-0.015840506,-0.012414922,0.0010013249,-0.016999936,0.011729805,-0.02782629,0.001549983,-0.0079428395,-0.04559416,-0.014319698,-0.010510147,-0.022571217,-0.021502133,0.0072840736,-0.008786061,-0.016412692,-0.009892788,0.034180563,0.0045737205,-0.023007885,0.032403775,-0.0029268048,-0.010954343,0.021908686,0.011142562,0.0030435005,0.0068662274,-0.016894532,0.000625828,0.018957414,-0.026395826,-0.026320538,0.0059552477,0.022029147,0.0055863387,0.0036890914,0.03854724,0.00766804,-0.0028929254,0.016999936,-0.0050593256,0.030928139,0.011933082,0.030657103,0.009426005,0.016412692,-0.004009064,-0.018626148,0.01897247,-0.0074195913,0.0073668896,-0.031078713,0.0032298372,0.0010709659,0.02546226,0.04984038,-0.002275567,0.018355113,0.00062206364,-0.031078713,0.008138588,-0.013054866,0.019650059,-0.006316628,0.039270002,-0.015750162,0.0067645893,0.026094675,0.018897183,0.0032016044,0.018460514,0.030807678,0.07595011,-0.004069294,0.0033502975,-0.003186547,0.004705474,-0.019047758,0.022330297,0.01885201,0.025552604,-0.07149309,0.02121604,0.005443292,0.0009806207,0.019213391,0.0037286174,-0.024468463,0.004020357,-0.022932597,-0.020448107,-0.03529482,0.0059025465,0.014711194,0.040835984,0.013002166,0.010600491,-0.007875081,0.017436603,0.04941877,0.016924648,0.033186767,-0.038306322,-0.002710353,0.021968916,0.011436184,-0.005292717,0.007630396,-0.016608441,0.001987592,-0.00007575813,0.007935311,-0.026079617,0.050171643,-0.043606568,-0.0015659817,-0.030325837,-0.033638492,0.033789065,-0.037613675,0.040293913,-0.020267418,-0.001152841,-0.024769614,-0.0020139427,0.032825384,0.031138944,-0.031289518,0.03067216,-0.0067194165,0.045413468,-0.021968916,0.0077395635,-0.013378603,-0.01710534,0.011187734,0.0069866874],"social":"https://twitter.com/RobertJWayne"},{"title":"x-letter","description":"an interactive web novel platform","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CiNaGXFwweY","youtube_transcript":"Hi, everyone. This is Sienna from x ladders. Our project is an interactive webinar platform where users can engage with a plot by choosing their own story. Let me ask you a question. How many of you guys remember Bander Snatch? The movie made by Netflix where other viewers had to choice save once in the storyline. Our idea positions this experience in the context of web novels. Imagine you building a story with your favorite writer What you can choose is a glorious hero or the iconic feeling is going to win the final battle. During this season of Nightton Weekends, we built a larger close by the service. After inputting their email in the landing page, users could access the instructions page where they would have information regarding on how to user platform, and then they could access their web novel details. There was a total of five chapters and three voting points. Depending on what they chose, the plot and ending will be different. After finishing reading the web novel, we've shown a couple of questions regarding the reader's overall experience of engaging with an interactive webinar platform. Users participate on a pre registered email basis. So the first three weeks were about intense marketing. After this period, we had a total of two hundred and twenty one people who had filled out our Google forms. On May first, we officially launched a platform. And by the end of May fourteenth, we had received feedback of sixty one people. Now we are in the process of analyzing the data and see what can be improved.","embedding":[-0.010393775,0.022402583,-0.034571294,-0.02723169,0.01439138,-0.061755013,-0.024001624,0.017989226,-0.004421352,0.026272265,-0.0098101245,-0.025552696,-0.037289664,-0.037577495,0.013256061,0.0060603702,-0.04579657,-0.010409765,-0.0686309,0.005700586,0.027023815,0.02043576,0.03250853,-0.0056486167,-0.040711615,-0.013647825,-0.028223095,0.05906862,-0.0018538897,-0.008091154,-0.014399376,-0.035051007,-0.033100177,-0.0067799394,-0.021363204,-0.005704583,0.024769165,-0.011792936,0.010673607,-0.023537902,-0.004673201,-0.012344606,-0.01661405,-0.0059844158,-0.054975074,0.026512122,0.010729574,0.006256253,0.021235282,0.03210877,-0.07118936,-0.017909274,0.0026604065,-0.002726367,0.004065565,-0.03287631,-0.010921459,0.055774596,-0.03373979,-0.010673607,0.0075354865,-0.029134551,0.02497704,0.037673436,0.02192287,-0.02045175,-0.03508299,-0.00067559537,-0.006216277,0.05753354,0.06351396,-0.0011633033,-0.0050129974,0.016294241,-0.016374193,0.008075164,-0.028622856,-0.002352591,-0.032044806,-0.036777973,0.0011633033,0.009946043,-0.0135918595,0.0051249303,-0.005040981,-0.014807131,-0.02686391,0.031229295,-0.050785583,0.0067639486,-0.0027023815,0.070805594,-0.032220703,0.06652016,0.056094404,0.0075354865,-0.028207107,0.0048331055,0.048067212,0.0021547095,0.06901466,-0.039208516,-0.0024085573,-0.025120955,-0.000394014,0.0030941467,0.041511137,0.03860088,0.00094393466,-0.06421754,-0.12971431,-0.01661405,-0.025248878,0.0037357626,0.05331207,0.0026903886,0.042246696,-0.0779693,0.006300227,0.0010913464,-0.04470922,0.031101372,0.009002608,0.00520888,-0.007319616,-0.03751353,-0.012176706,-0.011848903,-0.007267647,-0.010345804,0.034635257,-0.0065320875,0.03479516,-0.06012399,-0.04119133,0.0017819328,-0.06392971,0.011249263,-0.054015648,0.013759758,-0.0057125785,-0.055870537,-0.019652229,-0.020691607,-0.034123562,-0.050018042,-0.0058245114,0.045316856,-0.037577495,-0.032396596,0.017317628,-0.0058644875,-0.018261062,0.003507899,0.0049410407,0.029086579,-0.016118346,0.039624266,-0.0046212324,-0.012720381,0.018341014,-0.012416563,0.0024485334,-0.02494506,-0.06562469,0.006975822,0.0060763606,0.0012862296,-0.05286434,0.008906665,-0.000011258881,-0.007247659,0.0013242069,0.051137373,0.03290829,-0.052448586,0.039432384,-0.05753354,0.0026284258,-0.031133354,-0.022146735,0.03821711,-0.044325452,-0.033419985,-0.058812775,-0.020099962,-0.013104151,0.025009021,0.029086579,-0.040391807,-0.017253665,0.064345464,0.02761546,0.018804736,-0.033164136,-0.07035786,0.07822515,0.006679999,0.034155544,0.015782548,-0.0032100773,0.008794732,-0.016350208,-0.011872889,0.051617086,0.007895271,-0.0008674804,0.0011043386,-0.0034539313,-0.061403222,0.07816119,0.021746974,0.030509727,-0.0026843923,-0.036777973,-0.011121339,-0.023170123,0.03978417,0.007651417,0.017093763,0.02763145,0.0242095,-0.01228864,-0.012216683,0.03364385,0.061435204,0.05548677,-0.017525503,0.023713797,0.01512694,0.005896468,0.019444354,0.0077033862,0.010137928,-0.0056526144,-0.033132154,0.00642815,-0.001906858,0.019940058,-0.017237676,0.01038578,0.023969643,0.017317628,0.05331207,0.04499705,0.018628843,-0.011265253,-0.054239515,0.025984436,0.042822354,0.03633024,0.04352593,0.005872483,-0.010737569,0.0090265935,-0.0499221,-0.0038516931,0.0078073237,-0.0058444995,-0.045508742,0.030733593,-0.0075994483,-0.005532686,0.03895267,0.017557485,-0.0014641231,0.01587849,0.014631237,-0.017157724,-0.041287273,-0.022098765,-0.016518107,0.019956047,0.036586087,-0.014639232,-0.02312215,0.014599256,0.04646817,-0.039400402,-0.014935055,0.0068279104,0.040231902,-0.009890077,-0.00044448377,-0.017637435,0.04880277,-0.013352003,-0.015023002,-0.000606137,0.037769377,-0.021699004,-0.02833503,-0.028031211,0.035434775,-0.0113372095,0.05219274,0.02388969,0.002008797,0.0047611482,0.058684852,0.043685835,-0.053024244,0.0007535487,0.0069078626,0.0021866902,0.033931676,-0.012192697,0.03783334,-0.016102355,0.008087156,0.0074435417,0.012400573,0.047107786,0.011832912,-0.0010423757,-0.016725982,0.082702465,-0.0013212087,0.012384582,-0.0106496215,0.007799329,0.029006626,-0.0149670355,0.0075514773,0.000909955,-0.02723169,0.07042182,0.023138141,0.0128083285,-0.022338621,0.01966822,-0.075218946,0.003537881,0.004929048,0.013783745,-0.014487323,-0.0019588268,-0.022466544,0.029694214,0.018341014,-0.044805165,-0.01818111,-0.028191116,-0.00073056243,0.013695797,-0.0015300836,0.01080153,-0.022338621,0.012784343,0.006723973,-0.07022994,-0.017253665,0.002758348,-0.037673436,0.0062922314,-0.015438753,0.037353627,-0.04048775,-0.0027123755,-0.013823721,-0.01963624,0.012696396,0.02000402,-0.019460345,-0.0050129974,0.023937663,-0.044133566,0.030461755,0.026719997,0.001996804,0.044549316,0.0021647036,-0.031309247,0.021027407,-0.012496515,0.020163924,0.026991833,0.038888708,-0.005188892,0.019556288,0.05139322,-0.010729574,0.0007180699,-0.07150917,-0.009858096,0.025009021,0.020867502,0.0096182395,-0.06779939,-0.0040195924,-0.008618838,-0.049442388,0.013344008,0.003010197,0.021507118,0.012208688,0.029438369,0.04470922,0.018820727,-0.027935268,0.0018828723,0.01774937,-0.031868912,-0.033579886,0.010641626,-0.026000427,-0.024689212,-0.043749798,0.038888708,-0.019044593,-0.030349823,-0.039208516,0.05603044,-0.05251255,0.056126382,-0.008219077,-0.0033799757,-0.02612835,0.07266048,0.064345464,-0.034187526,-0.04087152,0.0139356535,-0.014079567,0.005312818,0.050369833,0.045668647,-0.01477515,0.0024405383,-0.056989867,-0.010545684,0.022946257,0.0010263852,-0.022498526,0.00019688209,-0.008578862,0.029246483,0.051681045,0.01896464,-0.03665005,-0.008738766,0.026656035,-0.020931464,-0.02006798,-0.003943638,0.0051529137,-0.01963624,0.008850699,-0.0009604248,-0.04195887,-0.033132154,-0.06703185,0.0046012443,0.0469159,-0.09965231,-0.04048775,0.024497328,0.0025884497,0.023186114,-0.033963658,-0.030317841,0.044421393,-0.015102955,0.038728803,0.02342597,-0.040295865,-0.030749584,-0.000013327955,0.04342999,-0.010977426,0.0042134766,0.007603446,-0.012048784,0.020963443,-0.0899941,-0.0091225365,0.041830946,0.0038277074,0.007319616,-0.009362392,-0.039080594,0.0385689,0.008546881,0.0043453975,0.0409035,0.050145965,-0.02643217,-0.048163153,-0.014695198,0.030349823,-0.009034589,0.04055171,0.039240498,-0.020723589,-0.034923084,-0.08225474,-0.009298431,-0.036490146,-0.015007012,-0.0068478985,0.0090265935,0.0023965647,-0.020739578,0.050050024,0.013160118,-0.015990423,-0.012160717,0.006024392,-0.03936842,0.028191116,-0.0454128,-0.027183719,0.035338834,0.003813716,-0.020643637,0.004485314,0.0055806576,0.008986617,-0.024929069,0.00198681,-0.010553679,0.041415196,0.005932447,-0.013879687,0.00003935143,0.01379174,-0.057181753,-0.0325565,-0.028926674,-0.010449741,-0.048738807,-0.04701184,0.0146232415,0.0454128,-0.037225705,0.027151737,-0.017461542,-0.025792552,-0.044581298,0.010609645,-0.004421352,0.0009904068,0.01664603,-0.015726581,-0.020675616,0.024257472,0.027423576,-0.030813545,-0.014063577,0.008634828,0.00948232,-0.005848497,0.023042198,-0.03482714,-0.010761554,0.003801723,-0.018596862,-0.035434775,-0.00926645,0.011641027,-0.0074235536,0.005384775,0.004869084,-0.0033499936,-0.0033060198,-0.029134551,0.0034299458,0.033707812,-0.00093943736,0.049378425,-0.05567865,-0.024257472,0.0024305442,-0.049602292,0.051553123,-0.021523109,-0.011497114,0.005260849,-0.057597503,-0.00067959295,-0.04768344,-0.016598059,-0.023777759,0.017925264,0.006104344,-0.0141915,0.007983219,0.01477515,0.011249263,0.025072983,-0.018277053,-0.037961263,-0.027935268,0.034955066,0.009658216,-0.018692805,0.004189491,-0.034187526,-0.0053567914,-0.0025684617,0.018596862,0.0086827995,-0.03860088,-0.026751976,0.03287631,-0.0044653257,-0.014991022,0.011601051,0.030781563,-0.006556073,0.0076394244,-0.012368592,0.029518321,-0.0069318484,-0.022978237,0.015958441,-0.015830519,-0.00034504334,0.0018279052,-0.038856726,-0.020467741,-0.027855316,-0.0050769593,0.022818333,0.029790157,-0.0028622856,-0.009378383,-0.033803754,0.005940442,0.033579886,-0.0025005024,0.009770148,0.048067212,0.0047531533,-0.024801146,-0.019396383,-0.02307418,0.031724997,-0.010825517,-0.012128736,0.00255447,0.0013222081,-0.017877292,-0.030813545,0.010145923,-0.0017529501,-0.01632622,0.028175125,-0.019716192,-0.016981829,0.0018768759,-0.010449741,0.062170763,-0.019540297,0.007459532,-0.03142118,-0.041287273,-0.028990636,0.015814528,-0.0015680608,-0.0053687845,0.0027543504,0.0037337637,-0.007491513,-0.0287188,0.015302834,-0.021619052,-0.00909855,0.021507118,0.02115533,-0.017925264,0.016486125,-0.007915259,0.0057765404,0.018261062,0.027375603,-0.0034239492,-0.015374792,0.020643637,0.057277694,-0.009786138,0.022274658,0.002980215,-0.0029782162,-0.009146522,0.01098542,0.010665612,0.0033739791,0.016422164,0.0013871691,-0.010881483,0.018948652,0.0040735602,-0.01192086,0.011257257,0.006468126,-0.021842917,0.052896317,0.011009406,-0.052672453,-0.015366796,-0.018404977,-0.033451963,-0.002514494,-0.00510894,-0.02536081,-0.011377186,0.005340801,0.038760785,0.019540297,-0.019764163,-0.011992817,-0.021842917,0.0048011243,-0.004225469,0.021379195,0.0051768995,-0.05721373,-0.023873702,0.0079752235,-0.02121929,0.009674205,-0.023553893,-0.037609473,-0.03209278,0.007971225,0.0016240273,0.016198298,-0.031261276,0.01000201,0.0009024595,-0.005532686,0.015414768,0.02340998,0.001404159,0.012712386,-0.04573261,-0.0027803348,-0.047555517,-0.023649836,0.008986617,-0.007175702,0.009010604,0.060763605,0.03968823,0.017445551,0.014287443,0.04989012,-0.025584677,-0.016933858,0.0048091197,0.018021207,-0.02342597,0.013983625,0.0011732973,-0.01397563,0.009050579,-0.0074875155,0.010961435,0.022450553,0.025648639,-0.008786737,0.0048131174,0.011912865,0.017733378,0.038472958,0.022578476,0.018420966,0.010225875,-0.0018488927,-0.0019788148,-0.026608063,-0.0130242,-0.030701611,0.044133566,-0.042470563,-0.010865492,-0.0025784557,0.022418573,-0.0016789944,0.037577495,0.015734576,0.021331225,-0.013903673,0.01532682,-0.023042198,0.0013292038,-0.016238274,-0.03882475,-0.0170298,-0.019572277,-0.011001411,0.008259053,-0.019380393,0.044773184,0.0053288084,-0.03399564,-0.076242335,-0.019188507,0.020899482,-0.020483732,-0.02305819,-0.030333832,0.007015798,-0.011297233,0.016869895,-0.017845312,0.037001837,-0.004449335,0.006348198,-0.013999615,-0.012648424,-0.0004964527,-0.013527897,-0.013831716,-0.01781333,0.002200682,-0.04272641,0.015646629,-0.0370658,0.019588267,-0.011984821,-0.029790157,0.0004222471,0.026352217,0.011217281,0.0113372095,-0.00833101,0.0003145616,-0.0021027406,0.0030481743,-0.008347001,0.0064601307,-0.029262474,0.032428578,0.026624054,-0.022482535,-0.0040595685,-0.0009239466,-0.011609047,-0.013543888,0.0012732374,-0.019460345,0.0071317283,0.015478729,0.0076594125,0.0025005024,-0.000394014,0.018724784,-0.018117148,-0.017829321,-0.016222283,0.050433792,-0.013415964,-0.014695198,0.044101585,0.016949847,-0.037193723,0.0055806576,0.030621659,-0.03898465,-0.0027843323,-0.0026983838,0.007455535,-0.009562273,-0.037001837,-0.0039376416,0.0012052781,-0.009170507,0.021235282,-0.008570867,0.020371798,-0.025472743,-0.0041415193,0.000017801838,0.009490316,-0.036937878,0.028894695,0.018309034,-0.030285861,-0.011105348,-0.00908256,-0.003407959,0.010761554,-0.012584463,0.008307025,0.0067199753,0.008962632,0.029278465,0.0029342426,-0.020963443,0.0036857924,-0.0063322075,-0.017717388,-0.0032280665,0.008602847,0.004329407,-0.030445766,0.020035999,0.002542477,0.010953439,0.016917868,0.02083552,0.0091785025,-0.00435739,-0.0062802387,0.011505109,0.010105947,-0.0047931294,-0.01701381,-0.026624054,-0.0073635895,0.024865108,0.04438941,0.022210697,0.028510924,-0.007155714,0.019796144,0.016709993,-0.0061683054,-0.0015640632,0.016190303,0.025952457,0.021890888,-0.031661037,0.008802728,-0.045924496,0.021299243,0.024097567,0.04199085,0.007215678,0.010281842,-0.004117534,0.0023765767,0.029582283,-0.03373979,-0.0064441403,0.013583864,0.02380974,-0.0014551284,0.011489118,0.012264654,-0.012720381,-0.0005411759,-0.01455928,-0.023553893,0.054367438,-0.017989226,0.015142931,-0.023266066,0.051713027,0.0070197955,0.036554106,-0.030557698,-0.017637435,0.008946641,0.01190487,0.01549472,-0.0036678032,0.017253665,0.025568686,0.005740562,-0.012520501,-0.022562487,-0.026208302,-0.024081577,-0.019892085,-0.03180495,-0.019204497,0.04963427,-0.015238873,0.031868912,-0.007287635,0.043749798,0.0071916925,-0.009706187,0.05145718,0.018820727,0.030877506,-0.041415196,0.030813545,0.029246483,0.025632648,-0.038664844,-0.00023123651,0.035914488,-0.016318226,0.036234297,0.025168926,-0.0038776775,-0.014695198,-0.0069918125,0.00888268,0.036873914,-0.015526701,0.00023148635,-0.012632434,-0.013751764,-0.03142118,-0.0028882702,0.0019188507,-0.032940272,0.010817521,-0.02230664,0.002138719,-0.020307837,-0.0036158343,-0.0012472529,-0.020867502,-0.02422549,0.025041003,-0.019540297,0.008291034,0.016805934,0.027823336,0.010297832,-0.045316856,-0.00094793225,-0.04394168,0.0031960858,0.03741759,-0.0048331055,0.014031596,0.004805122,0.033388004,-0.02038779,0.026448159,-0.021491129,-0.019492324,-0.0013352003,-0.032444566,-0.0014661219,-0.006436145,0.016270256,0.020691607,0.023745777,-0.021299243,-0.019780153,0.019444354,-0.013559879,-0.029086579,-0.0063082217,0.022370601,0.015054983,-0.003264045,-0.010025995,-0.014583265,-0.025808543,0.017733378,0.029422378,0.03329206,0.009186498,0.01607837,0.05264047,0.0068878746,0.0077913334,0.0078033265,-0.00093693886,-0.038440976,0.011824918,-0.043717816,0.014527299,-0.014479328,-0.012408568,0.011824918,0.009922057,-0.0053288084,-0.021411177,-0.017957244,0.012480525,0.018037196,0.0016010411,0.020163924,-0.018069178,0.021443157,-0.010817521,0.035754584,-0.005828509,0.03892069,0.039880116,0.015750566,0.018245073,-0.012736372,-0.02536081,0.022034803,0.010953439,0.004701184,0.012576467,0.024161529,-0.0078992685,-0.0054087606,-0.013447946,-0.018980632,0.019748172,0.017109752,0.017317628,0.030221898,0.02796725,0.0242095,-0.026751976,0.0040895506,-0.0019388387,-0.0085149,0.03183693,-0.011824918,-0.041798964,-0.0008255056,-0.018436957,0.01776536,0.008922656,0.012224678,-0.017237676,-0.0041335244,0.021826927,0.022562487,0.02005199,-0.020867502,-0.0242095,-0.00474116,-0.04231066,0.016805934,-0.006388174,0.0024705203,-0.009802129,0.019588267,0.018628843,0.020931464,0.02043576,-0.023489932,0.02494506,0.019652229,-0.039944075,-0.055102997,-0.015502715,0.01963624,0.010753559,0.007707384,-0.006184296,0.009826114,-0.003407959,-0.018420966,-0.006300227,0.009874086,0.01968421,0.006172303,0.02235461,0.005748557,0.10233871,-0.0071037454,0.008666809,0.00066560134,0.029646244,-0.0013411967,-0.008347001,-0.0046212324,-0.021139339,-0.009706187,0.009570268,-0.02043576,-0.015726581,0.010529693,0.02230664,-0.011297233,-0.03252452,-0.01928445,0.0084909145,-0.021635043,-0.006000406,0.02419351,0.016518107,-0.008083159,-0.024049595,-0.033036213,-0.0052368636,-0.024129547,0.032732394,0.055870537,0.025904484,0.0020867502,0.00015853005,0.02494506,-0.006644021,-0.002574458,-0.00049495354,0.024113558,0.019204497,-0.003142118,0.01739758,-0.014295438,0.044869125,-0.0033839731,0.019044593,0.0047771386,-0.0112812435,0.020163924,-0.026496131,-0.029790157,-0.016598059,0.00020325326,0.011744966,0.026624054,0.018388987,-0.019268459,0.011928855,-0.003244057,0.015086964,0.02232263,-0.0049610287,-0.0053927703,-0.025648639,0.019476335,0.005340801,-0.030141946,0.014335414,0.015286844,-0.0021247275,-0.02305819,-0.008522895,0.011249263,0.01818111,-0.012840309,0.020211894,-0.013232075,0.025472743,0.0105936555,0.0113532,0.0067639486,-0.006660011,-0.004613237,-0.0055646673,-0.015422762,0.00081801007,0.030237889,0.0154067725,0.021347214,-0.04272641,0.028942665,-0.0022026808,0.029022617,0.02795126,0.026719997,-0.055071015,0.013264055,-0.029582283,-0.018277053,0.004297426,-0.05548677,0.018420966,0.025792552,0.004937043,0.01661405,0.029934071,-0.009442344,-0.027743384,-0.0026883897,-0.008946641,0.005260849,-0.033451963,-0.00727964,0.0015080967,-0.031868912,0.02388969,0.008554876,-0.011465133,-0.00232061,-0.0025624651,-0.006212279,0.00464122,0.0056406218,-0.009234469,0.0012802333,-0.0014461338,-0.029470349,0.0063402024,-0.043685835,0.03485912,0.01778135,0.01774937,-0.0013521902,-0.019124545,-0.004489311,-0.0355627,0.016318226,-0.03479516,-0.038792767,-0.019444354,0.03476318,-0.048674848,-0.007927252,-0.013983625,0.00030681625,0.008866689,0.010617641,0.009218479,0.0024505323,-0.0066280304,-0.005852495,-0.011760956,-0.014671213,0.029310444,0.007035786,0.0026424173,0.0072516566,0.011872889,0.0125604775,-0.0052848347,0.005404763,-0.022898285,-0.041287273,0.0045652655,-0.021683013,0.028638847,0.02000402,-0.0074075633,0.009154517,-0.019524306,0.016254265,-0.01551071,-0.017829321,-0.025808543,0.016238274,0.042982258,0.007959233,-0.032844327,0.0008744762,0.0030141948,0.0023126148,-0.026240284,-0.027423576,-0.0039756186,-0.021459147,-0.009330411,0.02379375,-0.031197315,-0.017637435,0.010249861,-0.0061683054,0.031485144,0.0008429951,-0.03178896,0.013336012,0.022178717,0.022178717,0.00074455404,-0.0005801525,-0.006915858,0.0385689,-0.028143143,0.002250652,-0.013064175,0.014303433,0.020547694,0.032572493,-0.033931676,0.01096943,0.007015798,0.007159712,-0.0023845718,0.010073966,0.0069478387,0.029182522,0.0036538115,-0.016582068,-0.007167707,0.04272641,0.027311642,-0.005912459,0.041479155,-0.008159113,-0.011185301,-0.023202103,-0.0021227286,0.033611868,0.025888495,-0.028127154,-0.033963658,-0.018213091,-0.012736372,0.0022666424,-0.013064175,0.034219503,-0.02456129,-0.0051848944,-0.031996835,-0.02045175,-0.0032760378,-0.014295438,0.010761554,0.013847706,0.021699004,0.0075314892,0.0055286884,0.026624054,0.005424751,0.0060363845,-0.017205695,0.005512698,0.031852923,0.014135534,-0.03020591,-0.02572859,-0.022770362,0.027311642,0.008235068,-0.022962248,-0.017141733,0.01324007,-0.039944075,-0.004805122,0.0023186114,-0.013256061,-0.008195092,-0.009698192,0.005880478,-0.043685835,0.0014271452,0.018053187,0.014695198,-0.0013312027,-0.024465347,-0.013655821,0.0117769465,0.0014491321,0.0065121,0.018053187,0.010121938,0.018117148,-0.039144553,0.021379195,-0.044485357,-0.008906665,0.016502116,0.0139356535,0.004697187,-0.010777545,-0.013743768,-0.016853906,0.001623028,0.018053187,-0.0017339615,0.027839325,0.036234297,0.034635257,-0.019316431,0.017669417,0.0260484,-0.009106546,-0.024529308,0.020467741,0.0063402024,-0.016725982,0.01307217,0.006084356,0.01000201,0.01345594,-0.014687203,-0.009306426,0.0077673476,-0.020579673,0.011800932,0.01778135,0.033515926,0.0026024412,-0.0021766962,0.035402797,-0.032780368,0.003152112,0.020467741,0.013983625,0.00831502,0.00041949874,0.025824532,0.02982214,0.008554876,0.010353799,-0.0010004009,0.0057645473,0.037225705,-0.016238274,0.029710205,-0.053663857,0.014591261,-0.0058245114,-0.00088646903,-0.019028602,0.016110351,-0.018117148,-0.013471931,-0.0022726387,-0.0028163132,0.04880277,-0.0076074437,0.029694214,-0.0007300627,0.018293044,0.0035718607,-0.018708795,0.023585873,0.02340998,0.020131942,0.029086579,-0.018660823,0.052352645,0.01704579,0.0042334646,-0.038345035,0.02456129,-0.002676397,-0.038377013,0.006032387,-0.001292226,-0.011209287,-0.015934456,-0.015238873,0.017317628,0.0041295267,-0.032732394,0.024673222,-0.01379174,0.002534482,-0.03476318,-0.030541707,-0.043142162,-0.018676814,0.010633631,-0.018213091,-0.051361237,0.013160118,0.019572277,0.02796725,-0.0049690236,0.021874899,-0.0038996644,-0.0041095386,-0.0054087606,-0.030461755],"social":"https://twitter.com/sky3lo"},{"title":"embedquiz","description":"generate leads with quizzes","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=rmqEODBNks0","youtube_transcript":"Hi. I'm Hanwood. I'm working my software called mbeth queries. It's basically a quiz maker that helps businesses collect email addresses by mbeth ding fan and useful quizzes on their website. Let me show you an example. I've created this quiz for a personal trainer. People answer some questions about the lifestyle, health, and fitness level, and and that we send them one of the previously up to the payer plans by email. Of course, it's optional to ask for people email addresses, and you can display the results, right, in the browser. By this way, you can contact them later with personalized offers. I first started working when I bought this in November two thousand and twenty two, and launched the MVP in February, PCL. I got my first many users on Twitter and RED did, but the initial version was hard to use and people didn't use it for a long time. That I launched on product hand, got some feedback from the users and fixed the user experience. This way, MSP started growing and I get multiple users that are very active on the side. Now, there are also school teachers and university professors using it not to generate leads, but to create fun tests for their students. I didn't expect this, but it's a good opportunity for the future. Today, I have banknote and certified users in total. And from that banknote and to create at least back with you then, batteries. I released the WordPress bug in last week and I'm planning to release more integrations and the paid subscription with extra features in the next week to make Ambatovy more head full and popular.","embedding":[-0.02330689,0.008452319,0.03891763,0.02181135,-0.029423477,-0.028499268,-0.0075533143,0.084086284,0.0066249035,-0.027877526,0.025961893,-0.05978797,-0.022668345,-0.022332268,0.0110401055,0.055788662,-0.01798008,-0.0074482905,-0.060056828,0.0064358604,0.03683396,0.034783892,0.015140236,0.018904291,0.011031704,-0.019593246,-0.06640867,-0.0021256823,-0.0118971,-0.07548273,0.022785971,-0.03868238,-0.023609359,0.0511172,-0.0021099288,-0.00046499303,0.010905675,0.0052175843,0.029305851,0.01621568,-0.051218025,-0.026533222,0.0326162,0.027070943,-0.03948896,0.013678304,-0.03895124,0.030246865,0.0052007805,0.018164922,-0.038178265,-0.003455284,-0.014963796,0.025054486,0.009468949,-0.048529413,0.0019061826,0.039220102,-0.046546564,0.005734301,0.0277599,-0.045269474,0.02344132,0.009443743,-0.018400175,-0.0024533567,-0.023642967,-0.028129583,0.008452319,0.021256825,0.056528028,0.04631131,0.023474928,-0.0014367261,-0.026499614,-0.008729581,0.007981812,0.008864012,-0.02110559,0.0032095283,0.010115895,-0.019223563,0.0006259421,-0.010695627,-0.05666246,-0.017459162,-0.039186493,-0.006708923,-0.025760246,-0.029490693,-0.055418976,0.04012751,-0.028633699,0.019189956,0.047050677,-0.00211518,-0.04839498,0.0011405589,0.013459855,-0.0069987886,0.008368299,-0.0019030318,-0.002946969,-0.04224479,0.023760593,-0.026953317,0.03023006,0.012048334,-0.0131405825,0.02419749,-0.17072675,-0.022685148,0.0013106974,0.0009011045,-0.021206412,0.0067383293,0.029205028,-0.06311513,-0.004165245,-0.060527336,-0.04419403,0.008418711,0.0409677,-0.017543182,0.0176272,0.0037283462,-0.054343533,-0.017341536,0.004675661,-0.012132353,0.037707757,0.0163081,0.06573652,-0.028348034,-0.04237922,0.0087631885,-0.06059455,0.012308793,-0.042816117,-0.05252872,0.021576097,-0.023508536,0.0059989616,-0.024920056,-0.057704296,-0.05706575,-0.0055284547,0.0038312695,-0.051318847,-0.017610397,0.021223217,0.008355697,-0.059451893,-0.0128465155,0.017207105,0.03582573,0.008746385,0.07057602,-0.018148119,-0.027911134,0.019072328,-0.0046672593,-0.015518322,-0.05666246,-0.016022436,0.038749594,-0.020853532,-0.039220102,-0.05454518,-0.034128547,-0.045000613,-0.02480243,0.006406454,-0.0082128635,0.0019765485,-0.019677266,0.04308498,-0.04876467,-0.003841772,-0.040866874,-0.03154076,0.02621395,-0.028852148,0.013594286,-0.08616996,-0.055553406,-0.025222525,0.01833296,0.008830404,0.0013422046,0.03542244,0.041135736,0.01841698,-0.0021319839,-0.012527243,-0.06593817,0.07904514,0.009880642,-0.015694762,-0.0033481598,-0.027827116,-0.010141102,0.018097708,0.01846739,-0.014627719,0.005036943,0.0043563885,0.0073600705,-0.0135522755,-0.025877872,0.072659686,0.0051965793,0.030045219,0.020147773,-0.051923785,-0.008158252,-0.05763708,0.016056044,0.021307236,0.014955394,-0.012006325,0.019979734,0.034128547,-0.03750611,-0.008729581,0.026113126,0.031288702,-0.015190648,0.049268782,-0.0020962758,0.0130817685,-0.030986233,0.015778782,-0.020164575,0.024483155,-0.00568389,0.017996885,0.020769514,-0.011493809,0.021122394,0.014694935,0.044227637,0.03101984,0.027692685,0.0462777,0.011266957,-0.068660386,-0.03811105,0.04674821,0.0048899096,0.06287987,-0.0076499362,-0.001211975,-0.0066249035,-0.025340151,-0.034246173,-0.046512958,0.040429976,0.027944742,-0.026902905,0.013106975,-0.036497883,-0.008359897,0.016022436,0.0059611527,0.0215929,-0.0015911111,0.012527243,0.010250326,-0.005524254,-0.0060871816,0.0033481598,0.017039066,-0.019660462,-0.0098050255,-0.007112214,-0.0023693377,0.0056586843,-0.024046257,0.0042891735,-0.03881681,-0.01757679,-0.023206066,-0.01792967,0.022500306,0.06203968,0.016686186,-0.023676574,-0.023054833,0.00047838356,-0.0030330883,-0.0033775666,-0.023290087,-0.009460547,0.034750286,-0.0011815182,0.03515358,-0.005952751,0.036027376,0.03908567,0.03389329,-0.015644351,-0.03044851,0.006734128,0.0071836305,-0.0038081643,0.051386062,0.024970466,0.005709096,-0.03406133,-0.02846566,-0.018702645,0.03224652,-0.016316503,-0.033943705,0.0031570166,0.028885756,-0.009813427,-0.008204462,-0.024836037,-0.011477005,-0.015434302,-0.031288702,-0.038178265,-0.00061018846,-0.025978696,0.018786663,-0.006406454,0.01987891,-0.023390908,0.0058141197,-0.029339459,-0.007851582,-0.03023006,-0.02419749,-0.007675142,0.007150023,0.0013012453,-0.007133219,0.077297546,-0.01590481,-0.0255586,-0.014627719,-0.019509228,0.033994116,-0.000026879537,-0.006028368,0.007805371,-0.008322089,-0.01476215,0.004696666,0.014199222,0.052932013,-0.008435515,0.027289392,-0.013636295,0.032448165,0.004045518,-0.0041799485,0.010519187,-0.053906634,0.03750611,0.008687572,0.034884717,-0.009006844,0.014787356,-0.040060293,0.021794546,0.012880123,0.007309659,0.008292682,-0.005679689,0.0010486629,0.00024982545,-0.0806583,-0.026734868,0.04896631,0.022836383,0.018383373,0.05622556,0.08623717,0.0028797535,0.0049319193,-0.026365183,0.0023777396,0.027306197,0.014820963,0.008200261,-0.018719448,-0.000559777,0.07407121,-0.045840804,0.0055536604,-0.031036643,-0.0007692996,0.064224176,0.011477005,0.020349419,-0.006671114,-0.030616548,-0.04560555,-0.0020101562,-0.060258474,-0.023558946,0.03501915,-0.015073021,-0.029137813,-0.027390216,0.035792124,-0.04379074,-0.0060997843,-0.046109665,0.054343533,-0.012913731,0.021172805,-0.042278394,-0.003845973,0.018400175,0.0766926,0.009611782,-0.041337382,-0.07951564,0.024667999,0.01546791,0.0040560206,0.01119134,0.035489656,-0.030297276,-0.031893637,-0.04190871,-0.04701707,0.029658731,0.002243309,0.0013768625,-0.032448165,-0.007452491,0.008578347,0.042143963,0.022819579,0.028482463,-0.010359551,0.006120789,-0.046512958,0.02811278,-0.026835691,-0.02194578,-0.027474236,-0.008906021,-0.007032396,-0.031759206,-0.020315811,-0.043253016,-0.019156348,-0.003990906,-0.053335305,-0.003367064,0.046647385,-0.019442013,-0.006309832,-0.026079519,-0.008221266,0.026113126,-0.0034006718,0.020467045,-0.0057048947,-0.018669037,-0.013157386,0.003339758,0.051991,-0.04755479,0.053167265,0.020920748,-0.01546791,0.024583979,-0.07151703,-0.014224428,-0.0036548295,-0.0006642758,-0.019105935,-0.031103859,0.013669902,0.020467045,-0.019189956,0.046076056,0.0015123432,0.058544487,-0.0076793428,0.005700694,-0.022533914,0.01792967,0.0054654405,0.051352452,0.023743788,-0.022869991,-0.012720487,-0.013888352,-0.0010932981,-0.032633007,-0.0052175843,-0.02145847,0.029994808,-0.0126112625,-0.042110357,0.07333184,0.061838035,0.0034384804,-0.0056586843,0.009922652,-0.028062368,0.010082288,-0.06792101,-0.036733136,-0.008519533,-0.006935774,-0.013921959,-0.0046588574,0.032414556,0.042110357,-0.00118992,-0.015997231,-0.03975782,0.0042576664,-0.035590477,0.02224825,0.008746385,0.010535991,-0.040732443,-0.009183284,-0.053671382,-0.029322654,-0.049369603,0.0017496971,0.008662366,-0.017559985,-0.06287987,0.013359032,-0.023558946,-0.027810311,-0.008011218,-0.0010339597,0.0038438723,0.017509574,0.022197837,-0.0014986901,-0.016602168,0.026886102,0.029776357,-0.018702645,-0.008368299,0.012090344,0.029356262,-0.019677266,0.050814733,-0.018937899,0.02238268,-0.020567868,-0.021727331,-0.027927939,0.020954356,-0.0040518194,0.019240366,-0.029591516,0.020282203,0.034783892,-0.0054528373,0.02851607,0.0036905375,-0.033372372,-0.033019494,0.054477964,-0.0036380256,-0.019946126,-0.030969428,-0.04032915,0.022836383,-0.0088808155,-0.021979388,-0.009183284,0.0054402347,-0.010998096,-0.04332023,-0.01749277,-0.008170854,0.011771072,0.0054444354,0.0017759531,0.008049027,0.0063308366,0.031994462,0.0077759647,-0.013888352,-0.020349419,-0.01511503,0.039119277,0.0034132747,0.013720314,0.019492423,-0.03370845,-0.012938936,0.01876986,0.0128465155,-0.016736599,0.0066080997,-0.033153925,0.008313687,0.026802083,0.004608446,-0.008906021,-0.0071458216,-0.007826376,-0.0027201173,0.009216892,-0.023222871,-0.018803468,0.0001591111,0.022584325,-0.01626609,-0.03868238,0.039253708,0.01687943,0.000005353754,-0.025020879,0.014955394,0.018803468,0.022500306,0.038850415,0.0043857954,-0.022433091,0.00086434616,-0.0005035893,-0.0065282816,0.0021529887,0.014308447,-0.021206412,-0.011174536,-0.013224602,0.0066963197,0.049335998,0.008418711,-0.025894677,0.006771937,-0.009527762,-0.02058467,-0.008574146,0.015551929,-0.03233054,-0.019105935,0.038178265,-0.0033145521,-0.02004695,-0.0026781077,-0.0034426814,0.053772204,-0.020500652,0.014577309,-0.020030146,-0.047285933,-0.013064965,0.024281511,0.011712258,-0.04046358,0.0409677,-0.0012781401,-0.019425208,-0.022416288,0.03881681,-0.021307236,0.0011731163,0.0013537572,0.026045911,-0.040295545,0.015451106,-0.0016247188,-0.020517457,0.022315465,-0.005935947,0.020198183,-0.020685494,0.002520572,0.0436227,0.009460547,0.006221612,-0.03375886,-0.003030988,0.021777742,0.034649465,0.022113819,-0.008397706,0.015325078,-0.0041379393,-0.004198853,-0.008267476,0.009158079,-0.009527762,-0.012720487,-0.011754268,-0.019005112,0.048462197,0.012653272,-0.07877628,-0.012149157,-0.0048815077,-0.0063518416,0.0023420316,-0.026936512,-0.008099438,-0.0062258127,0.025592208,0.008511132,0.00009865677,0.008007017,-0.010905675,-0.012518841,0.03895124,-0.005612474,0.008557342,-0.026533222,-0.03868238,-0.011132526,-0.008771591,-0.0011321569,0.020299006,-0.02295401,-0.034750286,0.035086364,-0.018870683,0.011645043,0.033103514,0.0028692512,-0.039690606,-0.0000381696,0.018484196,-0.020147773,-0.0259955,-0.0033460595,0.025239328,-0.029910788,-0.01771122,-0.043118585,-0.015224255,-0.008956432,0.027558254,-0.024180688,0.009435342,0.018484196,-0.023995847,0.040194724,0.043017764,-0.027575059,0.0023231271,-0.01735834,0.019442013,-0.00991425,0.04116934,0.018937899,-0.011611436,0.011661846,0.021576097,0.000008779336,0.021979388,0.040161114,0.037741367,-0.0089396285,-0.014610915,-0.007733955,-0.0031654183,0.012938936,0.019610051,0.021525685,0.04026194,0.033153925,-0.039253708,0.0005587268,-0.01167865,0.04392517,-0.02982677,-0.0071794293,-0.0037304466,0.00934292,0.013224602,0.027474236,0.018148119,-0.0041799485,-0.022920402,-0.01515704,-0.008481725,0.013795931,0.019576443,-0.040665228,-0.02868411,0.004885709,0.0018715247,-0.00022330692,-0.025289739,0.032464966,-0.016459335,0.00064537144,-0.08979958,-0.01722391,0.011552622,-0.020769514,-0.010527589,-0.011964316,0.011846689,-0.009074059,0.02088714,0.011729062,0.041270167,-0.044093207,-0.0007451441,0.0071584247,-0.012829712,-0.012762496,-0.00016672534,0.039657,0.014510093,0.026768476,-0.03251538,-0.011939109,-0.024768822,0.018719448,-0.029541105,0.00766674,-0.024667999,0.043253016,-0.0050747516,-0.0053772205,0.0108636655,0.014636122,-0.020164575,0.009611782,-0.015585537,0.031473543,-0.010594805,0.0022265052,0.035892945,-0.029843573,-0.04295055,-0.0233573,-0.015266265,-0.02922183,-0.0025142706,-0.00014965897,0.012838113,0.0010539142,0.013367434,-0.005599871,-0.017526377,-0.0049151154,-0.015854398,0.017543182,-0.0036254227,-0.0077129505,-0.016736599,0.01828255,0.014871375,0.030146042,-0.019257171,0.0030561937,-0.00043821195,-0.051386062,0.009494155,-0.0108636655,0.024466353,0.034262978,-0.038144656,0.027894331,-0.0008580447,0.03753972,0.029289046,-0.014913385,0.018601822,-0.0049025128,0.01833296,0.0004907239,0.03905206,-0.033019494,0.026533222,-0.019946126,-0.0017003359,0.00903205,-0.016635776,-0.009813427,0.024701606,-0.015972026,0.032313734,0.009636987,0.0012518842,-0.028734522,-0.0019670965,-0.011703856,-0.00374515,0.013695108,-0.032263324,0.00541923,0.053032834,0.011048508,-0.015661154,0.015854398,0.023777395,0.018349765,-0.0021025771,-0.012451625,-0.0013873648,-0.022920402,-0.031607974,-0.0063854493,0.003199026,0.028717717,0.0110989185,0.010720833,-0.023895023,0.06462747,-0.0011489608,-0.012678477,-0.017081076,-0.010208317,0.030616548,0.011376182,-0.020819925,-0.015677959,0.02365977,0.0039867046,0.04489979,-0.042043142,0.03335557,-0.020567868,0.012359205,0.053738594,0.015829192,0.006935774,-0.02982677,0.007805371,0.028919363,0.007948204,-0.018248942,0.024298314,0.0030288873,-0.0052343877,-0.003367064,0.0076793428,-0.003367064,-0.011124125,-0.0075449124,0.040631622,-0.017593592,0.020063754,-0.0052427896,0.039455354,-0.04308498,0.03868238,-0.025726639,0.050915554,-0.0084103085,-0.0629807,-0.014241232,0.027373413,-0.0042177574,0.05017619,0.024432745,-0.014375662,-0.007099611,-0.000048868904,-0.040060293,-0.0018589218,0.0066291043,-0.0012697382,-0.001462982,0.015711566,0.028213603,-0.005751105,0.021744134,0.021710528,0.03797662,0.00045711623,0.0043521877,0.024667999,0.013695108,0.020567868,0.007397879,0.01912274,0.009796623,0.006293028,-0.026499614,-0.018299352,0.011712258,-0.01757679,0.0028272416,0.012804506,-0.013627892,-0.0014587811,-0.009485752,0.008448117,0.016913038,-0.0034867914,-0.019862108,-0.04503422,-0.025961893,-0.02947389,0.021559292,0.0072634486,0.012938936,0.02110559,-0.046109665,0.0020206587,-0.015039413,0.05269676,-0.008687572,0.0016509747,0.012476832,-0.03044851,-0.056998536,0.017896062,0.001378963,0.02048385,-0.02886895,-0.027927939,-0.027944742,0.0009845984,0.0012634367,0.03149035,-0.014854571,-0.0077759647,-0.015585537,-0.019895716,-0.0048436993,0.015283069,-0.029591516,0.0072802524,0.008141448,-0.00080028165,0.027507843,-0.0104519725,-0.013602687,-0.01912274,-0.015980426,-0.03365804,-0.0033544614,0.011485406,0.015761977,-0.025541797,-0.024180688,0.0026003902,0.010006671,-0.012695281,-0.012165961,-0.010435169,-0.00801962,-0.0041085323,0.031171074,0.044395674,0.029809965,0.012376009,0.0005970605,0.021979388,0.01639212,0.00019980785,-0.012451625,-0.02265154,0.034615856,-0.031355917,-0.015972026,-0.0026739067,-0.013871548,0.01097289,0.012275185,0.027457431,-0.01617367,-0.018853879,0.018803468,0.0054822443,-0.016022436,0.006490473,-0.0418751,-0.0048436993,-0.0014325251,0.009922652,-0.018719448,0.009048854,-0.0030877008,0.0061039855,0.031473543,0.017812042,-0.0058351243,-0.028146388,0.008355697,-0.016904637,0.020315811,0.028600091,0.0118971,0.017324733,-0.02564262,0.020315811,-0.01722391,-0.011308966,0.034649465,0.01952603,0.023172459,0.044126816,0.008112041,0.021122394,-0.001330652,-0.014669729,0.024936859,-0.007011391,-0.00018011588,0.018131316,-0.034246173,0.0082128635,-0.006944176,-0.027356608,-0.012695281,-0.0006017866,0.0387832,-0.00048100916,-0.0176272,-0.0013726616,-0.027843919,-0.0011878195,-0.042177573,0.032061677,0.0017402449,0.0070407977,-0.017425554,0.007813773,-0.0068643577,0.02260113,0.010225121,0.006708923,0.008628759,0.0079314,-0.04180789,0.017963277,-0.009964662,-0.011334172,0.014476486,0.0037178437,0.0025037683,0.014955394,-0.011611436,-0.0013117477,0.00012524093,-0.0011269058,0.017291125,0.035556868,-0.02039983,0.0021697925,0.099747434,-0.00003089998,0.0352544,-0.02194578,0.016509747,-0.020853532,0.002260113,-0.0015354485,-0.0198285,-0.011687052,0.013190994,-0.015207451,-0.0220298,-0.009141275,-0.00757852,-0.014098399,-0.037472505,0.0029994808,-0.014106802,-0.013560678,-0.0013579582,0.028213603,0.0147705525,0.014568906,-0.041707065,-0.026281165,0.006028368,0.026583632,0.020769514,0.020719102,0.0037640543,0.013501864,0.01828255,0.01590481,0.003934193,-0.025020879,-0.023693377,0.02876813,0.03322114,-0.007969209,0.011645043,0.010166307,0.000011683902,-0.00030168096,0.007645735,-0.013073367,-0.01295574,0.030683763,-0.039589785,-0.05014258,-0.024029454,0.029893985,0.0163081,0.0040119104,0.027692685,-0.0042282594,0.017996885,0.032969084,0.0042996756,0.017912865,0.025945088,0.02189537,-0.020114165,-0.018921094,0.0010203066,-0.004717671,-0.0052259862,0.0045412304,0.018904291,-0.019189956,-0.029591516,0.029927593,0.0059779566,-0.016702991,0.010561197,-0.0038837814,0.025625816,0.0062972293,0.03680035,0.013585883,-0.010586402,-0.017610397,-0.018366568,0.03458225,-0.0052427896,0.0106284125,-0.0009289358,0.016131662,-0.0036128198,0.0060745785,-0.020786317,0.009132872,0.03441421,0.023340497,-0.04402599,-0.00048704803,-0.036632314,0.01969407,-0.0075449124,-0.013401042,0.023861416,0.009309312,-0.020651886,-0.011166134,-0.027541451,-0.013451452,-0.029944396,0.005049546,0.010771245,0.01423283,0.0028188396,0.0007283403,0.008973236,-0.012392812,0.034094937,-0.00630143,-0.017778434,-0.00004355207,-0.006750932,-0.025928285,0.009082461,0.033338767,-0.02229866,0.018534606,-0.008343093,0.008628759,0.022231445,-0.027860723,0.0033124518,-0.012031531,-0.009889044,0.04032915,0.0060871816,-0.008544739,0.002709615,-0.0010323843,-0.0048899096,-0.041102126,-0.02194578,0.036296237,-0.043387447,0.0024512564,0.017795239,-0.001401018,-0.008250672,-0.013938763,-0.024617586,0.0062174113,-0.010418365,0.03511997,-0.0053940243,0.0054444354,0.03528801,0.035187185,-0.025760246,0.0060955836,0.031574365,0.026734868,-0.016064446,-0.021307236,0.0052427896,-0.016938245,-0.020702299,0.0051545696,0.020164575,-0.033288356,0.028734522,0.011821483,-0.009477351,-0.007540711,0.0026781077,0.00387748,-0.018719448,0.008670768,0.021744134,-0.005310005,-0.0046336516,0.026029108,-0.007628931,-0.0059023397,-0.031742405,0.001978649,-0.017198702,-0.011611436,0.006040971,0.006759334,0.0021928977,-0.015375489,0.0012865419,0.0044446085,0.003507796,0.010317542,0.00229162,0.032011263,0.031557564,-0.0026297967,-0.011266957,-0.016358513,0.006637506,0.028852148,0.011073713,-0.017442359,-0.033557214,0.01969407,-0.010561197,0.040564407,-0.032985885,-0.015577136,0.01590481,0.024567176,-0.0023210268,0.015627546,-0.04116934,0.02938987,0.030700568,-0.013098572,-0.0079314,0.04392517,0.035052754,-0.035657693,0.012199569,0.0075239073,0.009460547,-0.03365804,0.011434996,-0.006120789,0.055217333,-0.02229866,-0.026365183,0.0048815077,0.020315811,-0.05182296,-0.019408405,0.0074230847,-0.006469468,0.0065240804,-0.010409962,-0.023340497,-0.0078599835,-0.036060985,-0.008981639,0.013863146,0.006637506,0.0277599,0.004110633,-0.0011584129,0.016904637,0.014644523,-0.0023378306,0.020147773,0.012056736,0.038447127,-0.009510959,-0.0042450633,-0.029154617,0.020668691,0.024634391,-0.028297622,0.014123606,-0.026029108,-0.014375662,0.0016278694,0.036901176,-0.0049781296,-0.005780512,0.016652578,0.04049719,-0.029776357,-0.0131405825,-0.0019345391,0.010695627,-0.004511824,0.026281165,-0.0063350378,-0.02238268,-0.0044025993,-0.010544393,0.010737637,0.012728889,-0.010561197,-0.017055871,0.010964489,-0.016585363,0.005864531,-0.024701606,0.011342574,-0.00022724533,0.004957125,0.0025646822,0.022987617,0.0017990583,0.015173844,-0.017660808,0.05894778,0.023407713,0.0078599835,-0.0072004343,0.027289392,-0.020735906,-0.021861762,-0.0015858599,-0.0013380037,0.0036422266,-0.025793854,0.027827116,-0.007108013,0.022231445,0.035590477,-0.013762323,0.0051839766,0.031927247,-0.012653272,0.0065114778,-0.005839325,0.0004665684,-0.009569772,0.0021298833,0.014283242,0.0078809885,0.033439588,0.0033166527,0.002106778,0.015526724,0.039253708,0.040631622,0.00040775503,-0.004432006,0.0041169343,0.014753749,0.0060829804,0.027205374,0.020803122,0.042984154,-0.056124736,0.043286625,0.0020889242,0.0013411543,-0.003058294,-0.0010145302,-0.020366222,0.000376773,0.016837422,0.024264706,0.016845822,-0.012182765,0.0091160685,0.024348726,0.014451279,0.0020416633,-0.02145847,0.030919017,0.049907327,0.011972717,0.026768476,-0.01696345,0.027692685,0.019357992,0.028667307,-0.014526897,0.014459682,-0.03626263,-0.018870683,-0.024029454,-0.0036107195,-0.027238982,0.026432399,-0.059956007,0.015173844,0.0063938512,-0.0058225216,0.028532876,-0.009376528,0.009771418,-0.041135736,-0.0001656751,-0.033641234,-0.0075617163,0.008956432,0.017946472,-0.032700222,0.018551411,-0.004093829,0.03515358,0.014526897,0.0072718505,0.006578693,-0.02922183,0.000053069856,-0.004814293],"social":"https://twitter.com/AghHelmut"},{"title":"storyverse","description":"read, write ans share stories for kids","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=XWzdSbqvyEM","youtube_transcript":"Hello. Leo here, I'm father of Manuela and Antonio. And if you like me, a parent who are a teacher or have toddlers around you, you probably already have to tell them lots of stories and maybe create your own stories. So that's why I decided to create a story verse. Platform that helps people to read, write and share stories for kids. So here is how it works. You have a place to write your story or you have a place to read your flows. Try to start a split symbol. You can just come in, your name, start a name, type a name, or you can have a simple search and framework help you organize structural video, as you can add a translation if you wish to broaden your audience. And then you can read the stories. Right now, we have eleven stories from five different hours. You can just click the story and then you can can read it if it's in a different language. You can just switch it quite nicely. You can interact with the stories where I can comment the stories. As for progress, we've been delaying our launch for a week. Because of our demo, but then it starts to pick it up. I basically concentrate it on on Instagram, and then you can see the pics on Instagram, and we went from zero to two hundred and fifty users, quite a night you guys liked it. And maybe we are onto something here. Bye bye.","embedding":[0.03136319,0.027785918,-0.052155174,-0.01378345,0.0027340583,-0.022062281,-0.017667348,0.030720742,-0.012045918,-0.006373386,-0.029012412,-0.017535936,-0.0577036,-0.015842207,0.006574151,0.013228608,-0.02937744,-0.009103794,-0.037174433,0.049526975,0.014550009,0.0002605386,0.039276995,0.053878106,0.0027085065,-0.041379556,-0.056447905,0.02558115,-0.045029834,-0.0249241,0.015579388,-0.032969315,0.006621605,0.021478238,0.014017069,-0.031947237,0.014024369,-0.0288518,0.023580797,-0.03583113,-0.027187273,-0.009914156,0.026807643,-0.019638497,-0.048855323,0.05326486,-0.0002705769,0.024763487,0.010841327,0.018820835,-0.012900083,-0.011841503,-0.03594794,0.030282708,0.0061872215,-0.04091232,-0.019828312,0.00826423,-0.0249241,0.0040627597,0.011359666,0.0032980265,0.04535106,0.0017548712,-0.02269013,0.038138106,-0.03422501,0.0060375603,0.0110530425,0.0038327922,0.071253434,0.0058404454,0.030253505,-0.01598822,-0.02361,-0.03174282,-0.041408755,0.04079551,0.0035863984,-0.057937216,0.04091232,0.024617476,0.016805882,0.01730232,-0.031713616,-0.014294489,-0.02504091,0.0045299954,-0.007019485,-0.054345343,0.030078292,-0.022646327,-0.05308965,-0.008811772,0.08153261,-0.021142412,-0.032618888,0.037612468,0.035743523,0.02451527,0.051892355,-0.0406495,0.005552073,-0.022222893,0.015637793,-0.0074283164,0.03331974,-0.030662337,-0.012286836,-0.010140473,-0.15255243,0.01654306,0.04552627,-0.029333636,0.017944768,0.007884601,0.047366012,-0.03346575,0.024456864,0.0036557536,0.0018589041,-0.001291286,0.020339351,0.045059036,0.025230723,-0.048212875,-0.051921558,0.016090427,-0.011126048,-0.013294313,0.02441306,-0.029990686,0.031158775,-0.029669462,-0.00406641,-0.0086146565,-0.0038327922,-0.00891398,-0.029435843,-0.008570854,0.03565592,-0.038254917,-0.0021810413,-0.0152727645,0.0036521035,-0.022033079,-0.0341374,0.02809254,-0.016995696,-0.024369258,0.013586336,-0.027639907,-0.008753368,0.019959722,0.014411299,0.034663044,-0.028793395,0.028881002,-0.019258868,0.042693656,-0.008767968,-0.022383505,-0.015258163,-0.024252448,-0.030866753,0.02584397,-0.008110918,-0.046489943,-0.056973543,-0.019755306,-0.016586864,-0.052242782,-0.011578683,0.017492134,0.02047076,-0.045876697,-0.02400423,-0.045584675,-0.0088190725,0.012622662,-0.00878987,0.056418702,-0.04710319,-0.0029421244,-0.06967651,0.0011042092,-0.03477985,0.010271883,0.024471465,0.0007423753,-0.0275669,0.031567607,0.016864285,-0.013608238,0.01771115,-0.07271354,0.09029328,0.0014582862,-0.040474284,0.00067575776,0.03434182,0.018923042,0.020105733,-0.023522394,0.014893135,0.0128343785,-0.0563895,-0.0049388264,0.021668052,-0.04815447,0.04476701,0.037320446,0.0036977318,-0.01534577,-0.049906604,0.006402588,-0.027070463,0.026223598,-0.027902726,0.017419128,-0.010834026,0.041875992,0.0275669,-0.051249906,0.028267754,0.017740352,0.028209351,-0.037554063,0.011199053,0.036123153,0.043482114,0.008067115,-0.0079795085,-0.053294063,0.019302672,-0.049001336,-0.02807794,-0.04409536,0.031041967,0.06278478,-0.00030320123,0.010556605,0.048884526,0.056097478,0.018864637,0.039364602,-0.05145432,-0.07674345,0.043803338,0.026690835,0.0695597,-0.08176623,0.03121718,0.016002819,0.02334718,-0.01720011,-0.0005913451,-0.01730232,0.03845933,0.00067073863,0.015652394,-0.042080406,-0.02257332,0.00058541336,0.0025953478,0.0005466292,0.01351333,0.008213126,0.014790927,-0.012535055,-0.0042014704,-0.04695718,0.0035060924,0.050461445,0.01154948,-0.00021650713,0.034049794,0.018543413,0.008665761,0.00931551,0.0059755053,0.011644388,-0.014681419,0.01416308,-0.0019182212,0.045438662,0.03828412,0.011651688,0.001823314,0.055104602,0.0072056493,-0.009220603,0.022836141,-0.0065412987,0.012805176,0.039452206,0.04669436,0.00007334778,-0.028442968,0.057119556,0.029246029,-0.09268787,0.04120434,-0.025420537,0.035393097,0.02531833,-0.025887772,0.018353598,0.014221484,0.021419832,-0.006979332,0.008118219,0.04999421,-0.030078292,-0.017375324,0.0016079475,0.065880224,-0.038517736,-0.0029439493,-0.009008886,0.028428366,-0.014615715,-0.024865696,0.0066873096,-0.050607458,-0.03895577,0.06278478,-0.0047928155,0.030808348,-0.022865344,0.0015823956,-0.098586716,-0.03367017,0.057557587,0.026121391,-0.03857614,-0.004905974,0.039014176,0.037729274,0.06231755,-0.012754072,-0.005654281,-0.006482894,0.032297663,-0.035480704,0.027596103,-0.0011589633,-0.043744933,0.0025935227,-0.0067895176,-0.03977343,0.019594694,-0.016046623,-0.059630945,0.060682226,0.024383858,0.021624248,-0.013316215,0.0017402702,0.017798757,-0.010293785,-0.008592755,-0.0183682,0.0130606955,-0.04175918,-0.018937644,-0.061324675,0.02582937,0.010140473,-0.023376381,0.015652394,-0.019200463,0.01731692,0.028691188,-0.033816177,-0.0042416235,0.04129195,-0.004654105,-0.041554768,0.045847494,-0.009519925,0.02060217,-0.011527578,-0.032472875,-0.014316391,0.034078997,0.0006807769,-0.019375676,-0.007986809,0.00354077,-0.0035882236,-0.009089192,0.020894192,0.019740704,0.015185158,0.008797171,0.018192986,0.06506256,-0.02809254,-0.022456512,0.04485462,-0.017127106,-0.049264155,0.021960074,0.021828664,0.00629308,-0.055455025,0.0052783024,0.050286233,-0.016221836,-0.0012173678,-0.020003526,0.06757395,0.041116733,-0.0020624073,0.00551192,-0.02177026,-0.009892254,0.043482114,0.04538026,-0.049380966,-0.06138308,-0.0039021475,-0.013608238,0.03270649,0.029465046,0.074757695,0.0036375022,-0.0045847497,-0.04345291,-0.0071581956,0.010454397,0.043044083,0.009921457,0.009059991,-0.01482743,0.0061981725,0.030662337,0.051892355,0.017287718,0.012564258,0.057236362,-0.019346476,0.022777736,0.023653803,-0.010133172,-0.020499963,0.04053269,-0.04447499,-0.04026987,-0.011235557,-0.006176271,-0.0104909,0.050811872,-0.056068275,-0.021799462,-0.0019802758,-0.026647031,0.04026987,0.0074173654,-0.020222541,0.042927273,-0.03635677,0.037378848,0.031333987,-0.02794653,-0.003686781,0.0011188103,-0.012717569,-0.048767716,0.011680891,-0.012622662,0.0016499257,0.009505325,-0.07166226,-0.03463384,0.039948646,-0.028355362,-0.0073918137,-0.020441558,0.024062634,0.026311206,0.026194397,-0.005592226,-0.033903785,0.023128163,-0.0006716512,0.013046094,-0.0071545453,0.004865821,0.011447272,0.031275585,0.046373136,-0.017346121,-0.022500316,-0.030603932,-0.014396697,-0.047804043,-0.018879239,-0.048855323,0.0049680285,0.015696196,-0.04759963,0.065880224,-0.0073699118,-0.04053269,-0.0040226066,-0.043890946,-0.022120686,0.016586864,-0.013673943,-0.019828312,-0.024208646,-0.009600231,-0.052651614,-0.013133701,0.007789694,0.027347885,-0.01903985,-0.020514565,-0.004876772,0.009863052,0.014257987,-0.03177202,0.0064865444,-0.005603177,-0.023215769,-0.019565491,-0.043044083,0.026574025,-0.020543765,-0.00008595265,-0.0051760944,0.043482114,-0.058433656,0.03226846,-0.0236246,-0.009673238,-0.013184805,-0.0038254915,0.0016864286,0.01876243,0.053440075,0.0077458904,-0.01902525,0.03583113,-0.013593636,-0.0073553105,-0.020339351,0.060156584,0.030457921,-0.022456512,0.014805528,-0.057528384,-0.022222893,0.008446744,-0.0026409763,-0.0062894295,0.014681419,0.008607356,-0.02400423,-0.007453868,0.035305493,0.0076655843,-0.021449035,0.0043401807,-0.015009944,-0.030895956,-0.022982152,0.01626564,-0.019054452,-0.05101629,-0.0062091234,-0.0011571381,0.010907032,-0.021551242,-0.031129573,-0.007461169,-0.022325102,-0.0033765074,-0.018076178,-0.017754953,-0.027391689,0.00642814,-0.0067676157,-0.004365733,-0.013688544,0.010082069,0.018601818,0.007045037,0.022733932,-0.024077235,-0.028282356,0.025654156,-0.0003853325,-0.003725109,-0.013805352,-0.035363894,-0.037670873,-0.02086499,-0.0043803337,0.011491076,0.00093447126,-0.02702666,0.027625306,0.0011224606,-0.03594794,-0.0380797,0.0039386502,-0.011001939,-0.007041387,0.0030753594,-0.022500316,-0.027888127,0.00056488055,0.017258516,-0.010147774,0.0066179545,0.016105028,-0.011491076,-0.031012764,-0.036298368,-0.03331974,0.028676586,-0.012367142,0.009001587,-0.021449035,0.009213302,-0.004383984,0.016966494,0.029362839,-0.009877653,0.046898775,0.008286132,0.0148420315,-0.02872039,-0.012870881,0.037057623,-0.01677668,0.026135992,0.015666993,-0.0019109207,0.011272059,-0.006661758,0.02860358,-0.005037384,-0.010527402,0.034692243,-0.008483247,0.0061069154,0.0020952597,0.010615009,0.051220704,-0.014710621,-0.012622662,-0.012805176,-0.022879943,-0.004672356,-0.0033692068,0.0071800975,0.015579388,0.029552653,0.02323037,-0.010607708,-0.02507011,0.011096846,0.010666113,0.030603932,-0.00853435,0.021653451,-0.038868163,0.029581854,0.0048183673,-0.030633135,0.026048386,-0.0055082696,0.02257332,-0.03317373,0.022646327,0.0262528,-0.035743523,0.014403998,-0.013600937,-0.0095564285,0.01298769,0.009476122,0.008227727,-0.024018832,0.019477885,-0.010374091,-0.037086826,-0.003122813,0.031158775,0.006650807,0.030399518,-0.008782569,0.017097903,0.027785918,0.030224305,-0.07160386,-0.0036776552,-0.03329054,-0.04707399,0.02139063,0.015579388,-0.0023945826,0.003956902,0.018324398,0.0035918737,0.05758679,-0.043715734,0.022179091,-0.016440853,-0.012191929,-0.022777736,-0.0050300835,-0.0090453895,-0.030049091,0.003894847,0.0010731819,-0.033699367,0.008446744,-0.015155955,-0.016382448,0.003935,-0.0262528,0.030749943,0.008468646,-0.01782796,0.034692243,-0.032852504,0.028267754,0.025289128,0.02940664,-0.022763135,0.015652394,-0.006731113,-0.00074830704,-0.05195076,-0.041613173,-0.0039203987,-0.0040408582,0.010374091,0.06278478,-0.030720742,-0.027187273,0.009600231,0.039685827,-0.026559424,-0.005183395,-0.0000432615,0.015374972,-0.0013606412,0.008986985,-0.009717041,0.012746772,0.0035754475,0.002126287,-0.034692243,0.014477003,0.03632757,-0.0005598614,-0.010301085,-0.0021901669,-0.012337941,0.0301659,0.018295195,0.019463284,0.024500668,0.0005603177,-0.014236085,-0.02242731,0.016090427,-0.019959722,0.021492839,-0.041058328,0.0027212824,0.019375676,0.017156309,-0.0131264,0.016470056,0.014571911,0.010169676,-0.049818996,0.028019536,-0.013586336,0.008629258,-0.014528108,0.004924225,-0.04240163,0.0074319667,-0.03910178,0.022149889,-0.0038218414,0.021726456,-0.00047225476,-0.014236085,-0.043744933,-0.023653803,0.00030707967,-0.021872466,-0.020032726,-0.051863153,0.025464341,-0.03752486,-0.0012410945,-0.02964026,0.022208292,-0.038809758,-0.013637439,-0.047950055,0.016251039,-0.007957607,-0.0022339702,-0.007731289,-0.0068807746,-0.0040627597,-0.03215165,0.0015212535,-0.017243914,0.017287718,-0.008483247,-0.034750648,-0.0024511619,0.04251844,0.0035736223,0.031509202,-0.000839564,-0.02295295,-0.022120686,-0.007121693,-0.0029841026,0.019988924,-0.019448683,0.015725398,0.03203484,-0.0037597865,-0.01851421,-0.00086694106,-0.0031812175,0.0048183673,0.011921809,-0.009841151,-0.00827153,0.03139239,0.0072896057,0.020675177,0.004635853,-0.04409536,-0.0012885482,0.0039167483,-0.02701206,0.0073078573,-0.028632782,-0.033232134,0.03215165,0.0068953754,0.01664527,-0.023449387,-0.0097827455,-0.0053476575,0.033786975,-0.019536288,0.0043000276,0.002412834,-0.050286233,-0.010505501,0.026033785,0.04932256,0.032180853,-0.021697253,0.019258868,-0.010717217,0.01664527,0.0069610807,0.027245676,-0.041788384,-0.003042507,0.0064171893,0.0032250208,0.015024546,-0.01010397,0.027785918,0.020222541,-0.0059025,0.012520455,0.02111321,0.020397754,0.0033363544,0.0068552224,-0.023463989,-0.0068990258,-0.00878987,-0.003515218,-0.0053075044,0.032735694,-0.006793168,0.017419128,0.014995343,0.012746772,-0.01588601,0.014615715,-0.006241976,0.023055157,-0.014352894,0.00037529424,-0.0073553105,0.018966846,0.011965612,-0.0011863405,0.034721445,-0.034312617,0.053206455,0.013345418,0.01416308,0.032764897,-0.031684414,0.01876243,0.039247792,0.021449035,-0.011060343,0.00019517582,0.0023179266,0.012980389,-0.01272487,0.012228432,-0.008432142,0.038517736,-0.013710445,0.041496363,-0.010841327,0.029873878,-0.0036959068,0.010936233,0.0077604917,-0.019185862,0.0070085344,0.030925157,0.019477885,0.010001763,0.0071034413,-0.008483247,-0.022266697,0.00017601186,0.023463989,-0.0055411225,-0.0027377086,0.0074283164,0.046986382,-0.027216475,0.026062986,0.02504091,0.032356065,-0.0060777133,-0.03951061,-0.020718979,-0.0074721198,0.013002291,-0.0003750661,0.021449035,-0.014418599,0.045059036,-0.030749943,-0.005694434,0.0028508673,-0.013703144,-0.019915918,-0.026223598,0.004876772,0.06833321,-0.012951187,0.0029329986,-0.008045213,0.02361,-0.008643859,-0.029742466,0.040999927,0.017886363,0.027085064,-0.009841151,0.0018032375,0.016105028,-0.013206706,-0.023463989,-0.017127106,-0.0007236677,-0.019346476,0.017667348,-0.026121391,0.0020131285,-0.010907032,0.0036247263,0.007782393,0.030808348,0.018528812,-0.021405231,-0.019463284,-0.060974248,0.032326866,0.013476827,0.00537686,-0.02569796,0.016294843,-0.05022783,0.003465939,0.02347859,-0.010118571,-0.0030899604,0.001685516,-0.011702792,0.031129573,0.0032286712,0.038138106,0.0065303477,0.012454749,-0.008775269,-0.04882612,-0.010505501,-0.016499259,-0.0052892533,0.018572615,-0.031129573,0.053673692,0.0012401821,0.0036539286,0.00010123818,0.006194522,-0.012805176,0.020967199,0.022719331,-0.017156309,0.02439846,-0.011454573,0.026603227,0.02452987,0.021230018,0.0034294364,-0.01416308,0.0034933162,-0.025113914,-0.018908441,-0.03632757,0.03632757,0.026982857,0.01979911,-0.00432923,-0.016470056,0.0029421244,0.013396521,0.021215416,0.0327941,0.0051906956,0.014367495,-0.008446744,0.03121718,-0.012111623,0.018850036,0.025274526,0.00004585662,0.035480704,-0.01823679,0.008461345,-0.014367495,-0.00891398,-0.0014318216,0.007928404,-0.0020167788,-0.0017074177,-0.010863228,0.0011498376,0.014644916,-0.019215064,-0.011111447,0.011461874,0.016075825,0.0048585203,0.020412356,-0.028034138,-0.005183395,0.0021974675,0.009498024,0.00028814384,0.022033079,-0.0022467463,-0.027347885,0.00057126855,-0.005811243,-0.023274174,0.019317273,-0.04392015,0.030779146,0.019492486,-0.021303024,-0.0005621429,-0.021682654,0.0008934056,0.00839564,0.019112857,0.03185963,-0.0020551067,0.008439443,-0.011702792,-0.021419832,-0.0010166025,-0.00013118188,-0.012564258,-0.005062936,-0.010147774,0.02569796,-0.0124255475,0.020120334,-0.015301966,0.0066179545,0.0149661405,0.001982101,0.014221484,-0.015827607,-0.02295295,0.018003173,-0.018747829,0.0064792437,-0.0045847497,0.025201522,0.006234675,-0.016732875,-0.011491076,0.016192634,0.04289807,-0.049293358,0.016572263,0.0005461729,-0.041379556,-0.018192986,0.0081036175,0.014776327,0.02701206,-0.014769026,-0.009330112,0.01782796,-0.0024055333,0.0341374,0.0009947008,0.015666993,-0.0031246382,-0.025654156,-0.00027377086,0.02125922,0.07983889,-0.023113562,0.010709916,0.010819425,0.06062382,0.007592579,-0.017784156,-0.035977144,-0.026924452,-0.0026829545,-0.0183682,-0.012191929,0.005457166,0.003135589,-0.0038583442,-0.015433377,0.0056506307,0.0045701484,-0.0005397849,-0.025347533,0.022485714,0.015973618,0.008665761,-0.006993933,-0.020529164,-0.008797171,0.02058757,0.02452987,0.015009944,0.030808348,0.01851421,-0.0044277874,0.03989024,0.008096317,-0.01664527,0.0077166883,0.0047964654,-0.0036794804,0.0051760944,0.0016179858,-0.012345241,0.00997256,0.025668757,-0.020193338,-0.009541827,-0.01470332,-0.030545529,-0.009724341,-0.0108267255,-0.033611763,-0.00023932137,0.02794653,0.007271354,0.014769026,0.005855046,-0.01194371,0.022281298,0.030545529,0.01286358,-0.006044861,-0.030574732,0.019594694,-0.0040700603,-0.01468872,0.026515622,0.024967903,0.019609295,0.013418423,0.015243562,-0.004446039,-0.019069053,-0.0028745942,-0.022894545,0.0079795085,0.040970724,0.025741762,-0.008702263,0.0002653296,0.019886715,0.00024707822,-0.0013934937,0.0151705565,-0.040328275,0.007862699,-0.007453868,-0.036269166,0.039948646,0.021682654,0.008045213,0.013287012,-0.03553911,0.028253153,0.038634546,0.009169499,0.013367319,0.0066179545,-0.017214712,0.02347859,-0.004183219,0.010439795,0.016601466,-0.009695139,0.0009782746,0.0075852782,0.030749943,-0.022091484,-0.049643785,0.006763966,-0.029757068,-0.017433729,0.01547718,0.021726456,0.011607884,-0.0056104776,0.052680817,-0.0183682,0.0023909323,0.0041686175,-0.0001283301,-0.014418599,0.004037208,-0.0012073296,0.018689424,-0.006596053,0.02007653,0.015491781,0.002781512,-0.023931224,0.019317273,-0.010782922,-0.030866753,0.030253505,-0.008030612,-0.018046975,-0.0022248446,-0.005066586,0.0076290816,-0.005124991,-0.02085039,0.00852705,0.00288737,-0.01534577,-0.005435264,-0.024237847,0.0011544005,-0.03396219,0.016484657,0.023128163,-0.031450797,0.01062961,-0.017988572,0.0003864732,0.016382448,-0.00031460836,0.013330816,-0.020777384,-0.0047271103,0.03139239,-0.0123233395,0.037875287,-0.00082313776,-0.017667348,0.018149184,-0.027391689,0.01102384,0.0020697077,0.012104323,0.0015823956,-0.015039146,-0.01022808,-0.0013916686,-0.023799814,-0.050052617,0.006223724,0.025113914,-0.014133877,-0.0249387,0.030341113,-0.01246205,0.010140473,0.015287366,-0.0009294521,-0.003069884,0.008454044,-0.018587217,-0.017638145,-0.009899555,-0.03434182,-0.0022649977,0.018747829,-0.0056177783,-0.0026665283,-0.016689071,-0.013527932,0.02139063,-0.008592755,-0.01782796,-0.026720038,-0.022617124,-0.0003298939,-0.008344536,-0.011388868,-0.006862523,0.018733228,-0.014550009,0.024894897,-0.03711603,-0.0150683485,-0.0048329686,-0.017886363,0.009337412,0.015141354,-0.018908441,-0.012535055,0.024033433,-0.01795937,0.005026433,0.012345241,0.043511316,-0.027844323,0.029684063,0.00005167425,0.005354958,-0.048972134,0.013206706,0.019215064,-0.015959017,-0.015126753,-0.0459059,-0.017798757,0.03402059,-0.033261336,-0.009724341,0.030253505,-0.010301085,0.021522041,-0.022646327,-0.035247087,-0.007092491,0.004632203,0.023274174,0.023843618,-0.023449387,-0.0063587846,-0.004672356,0.01324321,0.0011635262,0.009687838,0.00032031193,0.012016716,0.016236437,-0.00050875754,-0.018528812,-0.035772726,0.017506735,0.030399518,-0.013637439,0.0051614936,0.008322635,0.005760139,-0.02648642,0.0141046755,0.0019839262,-0.01587141,-0.0014829255,0.0047709136,0.04421217,-0.03580193,-0.0149661405,0.037729274,0.00041864128,0.0012702969,0.017944768,0.009724341,0.0017439204,-0.042664453,0.012009416,-0.013856457,-0.003135589,-0.012016716,-0.03317373,0.018981447,-0.016455455,0.021755658,0.014520807,0.010454397,0.004566498,0.0006602441,0.013746948,-0.018426605,0.043628126,0.061850313,0.00076929614,0.019054452,0.028311558,0.03515948,-0.017740352,0.010410594,0.008767968,0.0019802758,0.009220603,-0.012564258,-0.013287012,0.008746067,0.0057491884,0.0042197215,0.018806234,0.0039897542,-0.03203484,0.013082597,0.0042051207,-0.029859276,-0.010680714,-0.018864637,0.014885834,-0.00007220707,-0.038634546,-0.033436548,-0.021960074,0.022339704,0.016090427,-0.00997256,-0.006585102,0.013075297,-0.0048512197,-0.0032761248,0.008673061,-0.009257105,0.01626564,-0.00012604868,0.034867458,0.023697607,0.02073358,-0.03948141,0.025332931,-0.006325932,-0.013199406,-0.036677998,-0.0017037673,-0.0072969063,-0.024763487,-0.0052125975,-0.011016539,0.019638497,0.00009114289,0.0328233,0.00800871,-0.02270473,0.023566196,0.013484128,0.020529164,0.04581829,0.02518692,0.039306197,0.009549128,0.059484933,0.0011516628,-0.022003878,-0.031129573,0.021040203,-0.006271178,-0.024573673,0.0106223095,-0.016470056,-0.020996401,0.007450218,-0.011089546,-0.023011355,-0.0066873096,0.0057017347,-0.0006022959,-0.002991403,0.0037159834,-0.053994916,-0.02295295,-0.03159681,-0.023668405,0.0048001157,-0.037174433,-0.03854694,0.013097199,0.00642814,0.024778089,0.008957783,0.014403998,0.05744078,0.008548952,0.014623014,-0.01167359],"social":"https://www.linkedin.com/in/lvictorazzi/"},{"title":"findtees","description":"we build a sustainable uniqlo","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=YYyZtDAA9DY","youtube_transcript":"Hello, very here. For our last update, Tony will explain what we've been up to in the past six weeks. Without further ado, let's get right into it. Hi, everyone, Johnny here. So we are building a sustainable version of Uniqlo, starting with selling graphic t shirts, wall art, and collectibles online. Our mission is to deliver happiness through t shirts, art prints, and collectibles to as many people as possible in a sustainable way. We do this by partnering with a print on demand network, which allows us to manufacture, store, and deliver our products worldwide while minimizing our environmental footprint and promoting sustainable practices. We print only what's ordered, so there's no overproduction or waste. Our environmentally conscious approach ensures that we are part of the solution for a better future. We believe that art can bring joy to people's lives and we aim to make the world a happier place one tea at a time. Fine teas was born out of a hobby project to help local yogicarta artists sell their creations globally through print on demand products. Thanks to the support of Buildspace and Knights and Weekends season three, Now we are strongly considering taking this thing to the next level. We are always excited to be a part of the sustainable fashion movement and we believe that fine teas can make a positive impact on the world. Thank you for your time.","embedding":[0.01247325,0.02016447,-0.0020208885,-0.0057221497,0.034851074,-0.05024832,-0.00231884,0.07106421,-0.037456762,-0.019468633,0.022873793,-0.035028733,-0.076927006,-0.044829674,0.009556656,0.021393288,-0.015456466,-0.06703724,-0.055933457,0.039322197,0.05095896,0.004819042,0.012628702,0.015915422,-0.017573588,0.019157726,-0.016122693,0.042460866,-0.0004022808,-0.045599535,-0.028751396,-0.022429641,0.024605984,0.0070249937,0.0024113716,0.024280272,0.045481097,-0.029713724,0.008342642,-0.034377314,-0.015900617,-0.025198186,0.04296424,-0.0170258,-0.020401351,-0.014508943,-0.010933525,0.03274876,-0.020845503,0.045214605,-0.01855072,-0.0011159302,-0.0066733737,-0.013072854,-0.027552187,-0.07609793,-0.03801935,0.03647963,-0.03627236,0.014286867,0.04038816,-0.007458041,0.037693642,0.04059543,-0.039233368,-0.0061033797,-0.020963943,0.01088911,0.01972032,-0.010689242,0.04281619,0.005348322,-0.022651717,-0.013628043,0.00087303494,-0.017721638,-0.027744653,0.020504987,0.010430153,-0.0681032,-0.012154941,0.022681328,-0.041868664,0.0681032,-0.013117269,-0.030009825,-0.025953243,-0.011459104,-0.052291416,0.017395927,-0.032067727,0.05063325,-0.002614941,0.025938438,0.040861923,0.0020801087,-0.005259492,0.036124308,0.0343477,-0.009119907,0.003592074,-0.0133467475,0.0020023822,-0.02559792,0.009349385,0.011725595,0.030409561,0.02303665,0.0018950456,-0.035532106,-0.15302494,0.020179275,0.055785406,0.023021843,-0.014553359,-0.025819996,-0.021585755,-0.005773967,0.052646738,-0.025405455,-0.0024705918,0.0112074185,0.043438,-0.007099019,-0.035058346,-0.0029239962,-0.030824102,-0.009593668,-0.059575498,-0.0043563843,0.07432132,0.014442321,0.001097424,-0.010689242,-0.01637438,-0.05323894,-0.029639699,-0.014494138,-0.034821466,0.010407946,0.0026204928,-0.08699444,-0.01858033,-0.017395927,0.01447193,-0.035768986,-0.042786576,0.0037586305,-0.007728233,0.017010996,0.012828571,-0.03313369,-0.045214605,-0.027685432,-0.00095122406,-0.03366667,0.032423045,0.02635298,-0.013605836,-0.027848288,-0.01517517,0.02151173,-0.02491689,-0.023850925,0.0038345065,-0.034229264,0.017588392,-0.019187337,-0.065556735,-0.018787602,-0.025745971,-0.015041925,-0.0065697385,0.078822054,0.016093083,-0.029950604,0.002329944,-0.04317151,-0.036598068,-0.028085168,-0.026811935,0.034495752,-0.0068251253,-0.07716389,-0.01998681,0.0054112435,-0.042697746,0.0038937265,0.019853564,-0.017099826,-0.025731167,0.035443276,0.002574227,0.031505134,0.03381472,-0.041483734,0.04980417,0.058213435,0.0021319264,0.026575055,-0.013598433,0.026027268,0.00052928034,0.002098615,-0.02034213,-0.022192761,0.023066258,0.022562888,0.0030165277,-0.011414689,0.059841987,0.029239962,-0.039647907,0.053120498,-0.035709765,-0.013087659,-0.026086489,0.012125331,0.02485767,0.045806807,-0.006207015,0.06019731,0.012547275,-0.024754034,0.026382588,0.031949285,0.016507624,-0.023880536,0.0604638,-0.031120203,0.026101293,-0.0010113696,-0.0061737034,-0.025227794,0.015648931,-0.04038816,0.0042638527,-0.011274041,0.009504838,0.0046265763,0.011140795,-0.027803874,-0.0020319924,0.0135244075,0.032334216,-0.011732997,-0.048619766,-0.047938734,0.009675097,0.036361188,0.013850119,0.03002463,-0.025494287,-0.0167297,0.01837306,-0.044740845,-0.017973324,0.014790239,0.021763414,-0.03304486,-0.003616132,0.000170258,-0.042046327,-0.026634274,-0.012835973,0.045717977,0.010600411,0.022562888,0.05081091,0.035620935,-0.0099786,-0.032689538,-0.0019228051,0.0021522832,-0.012369614,0.012872986,-0.015441661,0.02001642,0.0051410515,-0.019364998,-0.048086785,-0.009060687,0.03680534,-0.020208886,-0.038759604,-0.018683966,0.006913956,0.035028733,-0.03763442,0.042697746,0.07005747,-0.017514367,-0.014960497,-0.000529743,-0.032630317,0.0037771368,0.021408094,-0.02345119,-0.022710938,-0.009134713,0.009993405,-0.04941924,-0.023791706,0.0008300078,0.044592794,0.0078022582,-0.01972032,0.004448916,0.017321901,0.038729995,0.010104443,0.032719146,0.015264001,-0.02855893,0.008616536,-0.0028259128,0.04068426,0.018891236,-0.013613238,-0.022888599,0.0048116394,-0.0047820294,0.023998976,0.036124308,-0.0039011291,-0.037960134,0.016537234,0.016833335,-0.04062504,-0.0017886343,-0.0030738972,-0.058094993,-0.037693642,-0.03650924,-0.024754034,-0.003686456,-0.012695326,-0.021585755,0.062121965,0.027892703,-0.027818678,-0.063365586,-0.027507773,-0.032423045,-0.012865583,-0.017603198,0.02518338,-0.017958518,-0.010637424,0.0100156125,0.024295077,0.0028943862,0.075683385,-0.027256086,0.02497611,-0.0020579011,0.058035772,0.005644423,-0.022444448,-0.0069287606,-0.009467825,0.0287662,0.0267083,0.0037697344,0.038345065,0.016951775,-0.041513342,0.04006245,0.007787453,-0.03677573,0.02867737,0.0405066,0.017336708,-0.013428175,-0.06828086,-0.0024169234,0.035147175,0.016004253,-0.019498244,0.037900914,0.059042517,0.0290623,-0.031031372,-0.021467313,-0.017618002,0.05362387,0.025464676,-0.022562888,-0.022918208,-0.025968047,0.032452658,-0.058539145,-0.025849607,0.02148212,-0.00372717,-0.0043711895,0.015049327,0.026841545,0.013183892,0.022533277,0.031890064,-0.021111993,0.0094826305,-0.008646145,-0.05720669,0.012117929,-0.02345119,-0.009053284,-0.012480652,0.014627384,0.0036846055,-0.0672149,0.025716363,0.027907507,-0.020534595,-0.045984466,-0.015323221,-0.013161684,0.053120498,0.034525365,-0.05658488,-0.072070956,0.037989743,-0.031416304,-0.02351041,0.020475376,0.035680156,-0.05063325,-0.042431258,-0.08053944,-0.055400476,0.018417476,0.031357083,-0.04678394,-0.007147135,0.042401645,-0.040950753,0.034614194,0.023673266,-0.016418794,-0.006314351,-0.010504179,-0.031623576,-0.030217094,-0.055430084,0.009438216,-0.002914743,0.013657654,-0.051699214,-0.0360947,-0.01858033,-0.0119772805,-0.019675903,0.0151307555,-0.016714895,0.047494583,-0.048501324,-0.023110675,0.024206247,-0.027241282,0.0038382078,-0.0013037692,0.0029610088,0.031297863,-0.0029721125,0.022177957,-0.013531811,0.0013777944,0.04092114,-0.029402819,-0.018891236,-0.057946943,-0.0042749564,-0.021822635,-0.042342428,0.04089153,0.016507624,0.014405308,0.026427004,0.000034525827,-0.008927441,-0.024206247,-0.047642633,0.013420773,0.0073544057,-0.047672242,-0.01675931,-0.010518984,-0.024472738,0.010230285,0.010778072,0.025435066,0.0038345065,-0.017958518,-0.037279103,0.005259492,-0.020534595,-0.05939784,-0.031830844,0.003240454,0.0038382078,0.029402819,0.030261511,0.027241282,-0.0014203589,0.015767371,-0.0115627395,-0.0054334514,0.036450017,0.052321024,-0.022681328,0.023169894,0.0017506965,-0.043230727,-0.027463356,0.012887791,-0.0014379399,0.04776107,-0.021393288,-0.02838127,0.0000587286,0.02658986,-0.022918208,0.008387057,0.0021319264,0.02503533,-0.029758139,-0.029195547,-0.051847264,-0.008816404,-0.010111845,-0.030009825,-0.007106421,-0.009815744,-0.010659631,0.022296397,0.018787602,-0.056555267,-0.013613238,-0.004093595,-0.00707311,0.006343961,0.029151132,-0.01729229,0.0019616683,0.012436237,-0.020712256,0.0007296111,-0.012221564,0.026249344,0.033785112,-0.014790239,0.038759604,-0.026145708,-0.0056481245,0.021437705,-0.0029091912,0.016714895,0.026530638,0.038759604,0.013220904,-0.014331283,0.007487651,0.031031372,0.007461742,0.03748637,-0.01517517,0.017218266,-0.03351862,0.0099786,-0.049922608,-0.048175614,-0.011821828,-0.04077309,0.038641166,0.0560519,0.026634274,-0.011229626,-0.032186165,0.041098803,-0.038315453,-0.0058776024,-0.00666227,0.015885813,-0.059101738,-0.010333921,-0.0047857305,-0.0065845433,0.015959838,0.03594665,-0.015071535,-0.0048930673,0.019202143,0.03801935,-0.022029907,-0.009897172,-0.023007039,-0.025982853,0.014642188,-0.036153916,-0.0017645762,0.01649282,0.006284741,-0.016019057,-0.04950807,0.011014953,0.008083554,0.019794345,-0.013983364,-0.020327326,0.011037161,-0.02007564,0.048856646,-0.017499562,0.020653037,-0.017721638,-0.01855072,0.017070215,-0.0006962997,-0.0019265064,0.008327837,0.0066992827,0.005611112,0.007528365,0.017514367,0.012924803,-0.0021060174,-0.021304458,0.017484758,-0.0012315946,0.017677223,-0.031860456,-0.036361188,-0.02509455,-0.05087013,0.02509455,-0.0019820253,0.0027481862,0.019305777,-0.05362387,0.037812084,-0.01831384,0.02019408,-0.018595135,0.0024761437,0.013731678,-0.025198186,0.011821828,0.021186018,-0.013028439,-0.014316478,-0.012984023,0.03419965,-0.0152491955,-0.006425389,0.029832164,-0.02826283,0.039085317,0.013798301,0.038345065,-0.029758139,0.018506305,-0.017573588,-0.011377676,-0.03020229,-0.011370274,0.0153084155,0.0013417071,0.004822743,-0.016714895,0.0023262426,0.0034125627,-0.00057971,-0.012066111,-0.012406627,0.022681328,0.002790751,-0.07254472,0.03997362,0.015138158,-0.019409413,0.017899299,-0.038700387,-0.015841397,-0.0047043026,-0.025849607,-0.0001670194,-0.017588392,-0.029995019,-0.007972516,-0.015278806,0.03342979,-0.011895853,-0.009830549,0.010970538,-0.03307447,-0.016862946,0.0053076083,0.012502859,-0.08663912,-0.008527705,-0.0035643145,-0.031475525,0.03002463,-0.004767224,0.00416762,-0.031238643,0.030942542,0.019912785,0.026160512,-0.009763926,0.009401203,-0.002089362,-0.010778072,0.009467825,0.01273974,0.010674437,-0.017899299,-0.0116219595,0.046043687,-0.013420773,0.01986837,-0.02359924,-0.015471271,0.027641017,-0.01335415,-0.03351862,0.0019191039,0.01714424,0.00927536,-0.009948989,0.024176637,0.027951924,-0.010511582,0.005033715,-0.001112229,-0.04355644,-0.006791814,-0.015737763,-0.03384433,-0.007002786,-0.019068897,0.0049670925,0.012673118,0.023258725,0.008431473,0.025227794,0.02392495,-0.034466144,0.022089126,0.0063032475,0.015338026,-0.051876877,0.026278954,0.009911977,-0.01699619,0.039499857,0.051462334,-0.021171214,0.03366667,0.01699619,-0.011466507,0.0043748906,0.007883686,0.035384055,0.041898277,0.0038382078,0.019216947,-0.021037968,-0.030498391,-0.008261215,0.003956648,0.032067727,-0.032571096,0.009016272,-0.028174,-0.013546616,0.004341579,-0.018076958,-0.0035143474,0.028336855,0.03724949,0.004719108,-0.010474569,0.0334594,-0.044237472,0.035561714,0.029950604,0.008705366,-0.045688365,0.0025982852,-0.007235965,-0.029417623,0.0030535404,-0.0056333193,0.05702903,-0.0014416411,-0.04654706,0.00013382372,0.026560249,-0.018965261,-0.008727574,-0.031860456,0.0033829527,-0.0044045006,0.0062181186,-0.02512416,0.0015619321,-0.02688596,-0.0017451446,-0.031742014,-0.0072840815,-0.019823954,-0.044237472,-0.0024372805,-0.0070435,-0.012902596,-0.020845503,0.004448916,0.012695326,0.04062504,0.0008415742,-0.038818825,-0.0016840738,0.010911318,0.03369628,-0.035236005,-0.018772796,-0.015078938,-0.03043917,-0.008764586,-0.027996339,0.02497611,-0.008712769,0.0475538,0.044770453,-0.009541851,0.0005676809,0.00067686813,0.008542511,-0.013990766,0.010644827,-0.028099975,-0.017469952,0.005455659,0.010659631,0.02019408,-0.013975962,-0.01508634,-0.04032894,-0.028277634,-0.0067399964,0.025168575,-0.017040607,-0.021556145,0.059160955,-0.005859096,-0.035709765,0.010060027,-0.0060293544,-0.031890064,-0.018032543,0.044918504,-0.04941924,0.052735567,0.007617195,-0.04616213,0.021793025,0.021008357,0.00082676916,-0.023762096,0.032156557,-0.03328174,-0.029758139,-0.0027222775,-0.0009095849,-0.044148643,-0.010163663,-0.013628043,0.01429427,0.028307244,-0.009201335,-0.019675903,-0.030557612,-0.009904575,0.026056878,0.0070953174,0.029491648,-0.0036105802,-0.0009521494,-0.021037968,-0.016892556,0.001963519,-0.016093083,-0.050840523,0.019483438,0.0062218197,0.025538702,0.04059543,-0.00002722451,-0.030942542,-0.03662768,0.00824641,-0.0036050281,-0.017529173,0.0025631234,-0.022029907,0.021186018,-0.035384055,0.019749928,0.018299034,0.007317393,-0.020149665,-0.006377273,-0.0119772805,0.030705662,-0.019764734,0.017573588,0.04397098,-0.038285844,-0.012510262,0.006081172,0.0047154063,-0.0052520894,0.0005875752,0.012576885,-0.02124524,0.0101340525,0.023243919,0.007517261,0.04089153,0.0070138895,-0.021719,0.0042897617,0.011777413,-0.030379951,0.012539872,0.027537381,-0.012954414,-0.020830696,-0.016507624,0.025997657,0.00072313385,0.02163017,0.01852111,0.010230285,-0.0071989526,0.023436384,0.024665203,-0.026930375,0.05036676,0.010030418,-0.03289681,-0.046428617,0.0018154685,-0.003630937,0.0098379515,0.008298228,0.021378484,0.018002933,-0.02738933,0.041957494,-0.026234537,-0.001532322,0.008564718,0.009327178,-0.049478456,-0.031919677,-0.0023725084,0.037664033,-0.00425645,0.04678394,0.0065438296,0.0012658313,0.03674612,0.014805044,0.02832205,0.002344749,0.011133393,-0.024457933,0.02213354,0.03029112,-0.013198697,-0.028203608,0.0013407818,0.007913296,-0.0056925393,0.024635594,-0.018002933,0.034999125,0.0049707936,-0.009741719,-0.029254768,-0.021097189,-0.017233072,0.014827251,-0.022844182,-0.004041777,0.0079355035,0.010104443,-0.0056074103,-0.0469616,0.0040528807,-0.028721785,0.010526386,-0.03938142,0.037131052,0.0033792513,0.029417623,-0.0032719148,0.031919677,0.029624894,-0.008727574,-0.015041925,0.05057403,-0.029995019,-0.03443653,-0.028351659,-0.020667842,0.00460807,0.025627531,-0.008276019,-0.02482806,0.0024446829,0.010518984,0.004993001,0.015989447,-0.030409561,0.01992759,0.013857521,0.0025686752,-0.0050966362,-0.037989743,0.002644551,0.012969219,0.023643656,0.02342158,-0.038937267,-0.009638084,0.018906042,-0.037131052,-0.013228307,-0.0033403882,-0.00824641,0.022666523,0.0029369507,-0.034851074,0.010652229,0.029210351,-0.022488862,0.010252493,0.023732485,0.022636913,0.04041777,0.006588245,-0.017070215,0.025168575,-0.012399225,-0.012125331,0.025079744,-0.038315453,-0.0064920117,-0.022000296,0.017958518,-0.028159194,-0.014027779,0.009852757,-0.02844049,0.0072100563,0.00504852,0.015796982,0.04053621,0.0061366907,-0.011081575,0.0061144833,0.0011936567,0.015500882,-0.045362655,0.008660951,0.001041905,0.04358605,0.02697479,0.008076152,-0.0011760757,-0.016122693,0.00012919714,-0.004334177,-0.0067436974,0.00069259846,-0.050159488,-0.0051558567,0.002139329,-0.0032774666,0.051788043,-0.01678892,-0.024383908,-0.020238495,0.010504179,0.047346532,-0.0036698002,0.02204471,0.02192627,0.016078278,-0.011111186,-0.02996541,0.04912314,0.010511582,-0.006421688,0.018506305,-0.015064132,0.019661099,0.0041935286,0.0013269021,0.0057924734,-0.0050115073,0.018002933,-0.015093743,-0.0005408468,-0.019172532,-0.0067362953,0.01517517,-0.032867197,0.013709471,0.012502859,-0.00094844814,-0.0027315307,0.042164765,0.042342428,-0.045451485,0.035561714,0.031860456,-0.049241576,-0.011488714,-0.023821317,0.00059914164,0.019823954,-0.009845355,-0.013331942,-0.01625594,-0.039203756,0.02661947,-0.02996541,-0.005940524,-0.021260044,-0.010940928,0.024813253,0.002479845,0.09877925,-0.03414043,-0.01268052,-0.019350193,0.021289654,0.003592074,-0.020949138,-0.015678542,0.008875624,0.021067578,-0.004478526,-0.020638231,-0.0047820294,-0.012658313,0.020919528,0.021156408,-0.011866243,-0.038729995,-0.019320583,-0.0055703977,0.030379951,0.0151307555,-0.0111481985,0.00061949855,-0.02894386,-0.0045673563,-0.0020579011,-0.005770266,0.0003051227,0.037693642,0.015737763,0.05383114,-0.0054926714,0.003927038,0.020504987,0.025701556,-0.013598433,-0.025168575,0.009667694,-0.0025779284,-0.0006657643,0.005785071,0.0024372805,-0.017692028,0.0034070108,0.019883174,0.011518325,-0.017958518,-0.0060589644,-0.026367784,-0.014020377,-0.02177822,-0.0026649078,0.014368296,0.009031077,-0.009045882,0.011547934,0.05089974,-0.0019320583,-0.008527705,-0.0029647101,0.010459764,0.023436384,0.0129322065,-0.0048153405,-0.0043452806,-0.012021696,0.00337555,0.008401862,-0.008016932,0.020297715,0.010274701,-0.0074173273,0.011459104,-0.035058346,0.013909339,-0.029106718,0.030883322,0.01866916,-0.017618002,0.009889769,0.035384055,-0.004408202,-0.0037604813,-0.026752714,0.024324687,-0.015708152,-0.01517517,-0.016093083,0.021082383,0.007247069,-0.011925463,-0.003331135,0.00019420055,-0.010689242,-0.020386545,-0.045895636,-0.02148212,0.0018237964,0.008468485,0.0025150068,-0.018994872,0.015974643,0.014590371,0.011118588,-0.026604664,-0.023377165,0.013487395,-0.017988129,-0.01881721,-0.015900617,-0.017129436,0.0069694747,-0.017588392,0.01831384,0.03967752,0.005100338,-0.02661947,0.012984023,-0.02647142,0.008194592,-0.006040458,0.013850119,-0.01000821,0.011155601,0.0267083,-0.025968047,0.00025168576,0.008253812,0.005229882,0.006477207,-0.007950309,0.0035735676,-0.008601731,-0.014464528,0.00021814308,-0.020815892,0.00056074106,0.020268105,-0.0011436896,-0.010711449,-0.012014293,-0.0025705257,0.020549402,0.039795958,0.0085129,0.0079947235,-0.0030479885,-0.028840225,-0.015138158,-0.021541338,-0.030705662,0.045984466,0.015648931,-0.013331942,0.0027777965,-0.0022226071,-0.009911977,-0.00025885695,0.029476844,-0.012221564,0.02864776,-0.0151307555,-0.015930228,0.009460423,-0.01640399,-0.009586266,0.0026352978,0.012280785,0.015426856,0.0054075425,-0.038907655,-0.03656846,0.0063846754,0.0076616104,0.009504838,-0.0048856647,0.025716363,-0.0043230727,0.017884493,-0.0016831484,-0.040180888,-0.004041777,-0.022607302,-0.003445874,0.014819849,-0.019409413,-0.008416668,0.012317797,-0.02882542,-0.013161684,-0.029920993,-0.020919528,0.017943714,0.013257917,-0.031149812,0.023347555,-0.007728233,-0.037664033,0.048530936,-0.020386545,-0.02470962,-0.02345119,-0.004552551,0.0066326596,0.017588392,-0.027937118,0.002539065,-0.0119772805,-0.014738422,0.0148938745,0.021452509,-0.03754559,0.006677075,0.0154860765,-0.01678892,0.004423007,0.018358255,0.008542511,-0.01831384,0.016463209,-0.010763267,-0.0022836782,-0.03005424,0.025908828,0.0075653777,0.026456613,-0.008712769,-0.0034680816,-0.016418794,0.0022670224,0.002183744,0.029136326,0.0062477286,0.0167297,0.0032885703,-0.019157726,-0.016566845,-0.008660951,-0.04044738,-0.0054075425,-0.022681328,0.0057813697,0.0010576353,-0.0076023904,-0.0017414433,0.013657654,0.0017479205,-0.0023206908,-0.00063800486,0.0068695405,0.017914103,-0.0040787896,-0.014005572,0.01177001,0.0071434337,0.015412051,-0.014390503,-0.0040491796,-0.03411082,-0.042253595,0.006284741,-0.003251558,-0.018565526,-0.014198038,0.00025191708,-0.01012665,-0.010311713,-0.0155452965,0.013909339,0.013983364,-0.011614557,0.0028074065,0.0021448808,-0.015663737,-0.012584288,-0.023406776,0.006347663,-0.0010742911,-0.002168939,-0.0090977,-0.02858854,0.024013782,-0.024043392,0.003471783,-0.03973674,-0.0023651058,0.0005676809,0.017455148,-0.012806363,0.005514879,0.019335387,0.025464676,0.04352683,0.012369614,-0.023258725,0.011851438,0.037989743,0.013887132,-0.023954561,0.011725595,-0.0032774666,-0.029032692,-0.002949905,0.006351364,0.017040607,0.0575324,-0.0015610069,0.005074429,-0.0035421068,0.011059368,-0.017129436,0.009845355,-0.013317137,0.019246558,-0.00025168576,0.0026464018,0.008505498,-0.02650103,0.007298887,0.022651717,0.024235858,0.02468001,-0.029950604,-0.018210204,-0.00912731,0.009956392,-0.028484905,0.014072195,-0.02216315,-0.0055926056,-0.0005209525,-0.0026686091,-0.012539872,0.025908828,0.0010132202,0.0076838178,0.026308563,-0.01678892,-0.012251174,0.024472738,-0.01684814,0.022074321,0.011932866,-0.015589711,0.054334514,0.006858437,-0.01813618,-0.0020375443,0.021008357,0.029447233,0.012976621,0.01335415,-0.0006625257,-0.037989743,0.012103124,0.0056222156,-0.028248025,0.0337555,0.010385739,-0.01729229,-0.019409413,-0.0038789215,-0.024546763,0.011311053,0.004041777,0.012199356,0.0076245978,0.016922165,-0.032778367,-0.0014638487,-0.031209033,0.020282911,0.021437705,-0.03627236,-0.044918504,-0.013280124,-0.013798301,0.009438216,0.020667842,0.028233219,-0.01664087,-0.024413519,-0.013716874,0.015737763,0.023007039,0.0107928775,-0.004149114,-0.029077107],"social":"https://www.linkedin.com/in/fery/"},{"title":"wilon - mrhatch cospace","description":"let everyone have their ideal space.","niche":"other","youtube_url":"https://youtube.com/watch?v=zF9n594zAX4","youtube_transcript":"Hi, everyone. I'm Whelan. My project is mister Hasco's space. Where our mission is to let everyone have their idea space. Let them off our presentation. Alright. Let's get started. Similar to Discord, we are a diverse space community ecosystem that provides a user friendly platform form. Our goal is to connect individuals, groups, and businesses in need of space. Through our ecosystem, Users can discover and join communities that align with their interests and requirements, fostering collaboration, innovation, and sharing. Additionally, we have enhanced the community homepages with customizable content, making your welcome page more vibrant facilitating seamless communication with others. On mister Hatch cost base, users can effortlessly create space sharing post and instantly share them with their communities. We are committed to providing a user friendly and easy to use platform equipped with simple yet powerful tools that allow users to create, manage, and participate in community activities, ensuring smooth execution of various projects and events. Six weeks have flown by, and although my project is still underbuilding, I've learned so much from build space. I remember us saying no matter how big or small your project is, you should be brave enough to try, speak out, and put it into practice. I'm incredibly grateful for participating And regardless of how impractical my project may seem, I submitted my assignments and shared progress every week. Thank you. Build space.","embedding":[0.017927034,0.009741279,0.0175112,0.046172895,0.007515801,-0.026674934,0.0073194355,0.034067526,0.009933795,-0.0070460634,-0.005652252,-0.011404612,-0.0250116,-0.046850547,-0.002362164,0.054859187,-0.04189135,-0.02425694,-0.020991879,0.017803824,0.017557405,0.009340847,-0.04700456,0.023240458,-0.029970797,0.0028242008,-0.011789643,0.04115209,-0.0237487,0.016956756,0.0115355225,-0.024087526,-0.0017008735,0.033205055,-0.009356248,0.022578206,-0.04189135,0.01275992,-0.00089519663,-0.00052219804,-0.009864489,0.010688455,0.0237333,0.005979528,-0.010603748,0.028230458,-0.040104806,0.005979528,0.05088567,0.041306105,-0.044417154,-0.012952436,0.03727098,0.0030648452,0.00900202,-0.057200175,0.003838757,-0.0016238674,-0.07361789,0.006264451,0.032958638,0.013221958,-0.00027650024,0.018543083,0.006637931,0.0039850688,0.008871109,0.006310655,-0.00038166178,0.016109688,0.016171293,0.03400592,-0.02388731,-0.006911303,-0.06080406,-0.050947275,-0.043493077,-0.015193315,-0.038349066,-0.027845427,-0.034252338,0.020468237,-0.009202236,-0.008070245,-0.020961076,0.014792883,-0.06443875,-0.03764061,-0.016371509,-0.014446355,-0.009779782,0.038995918,-0.012136171,-0.0040851766,0.06647172,-0.038934313,-0.02950876,-0.001763441,0.058278263,0.042045362,0.05304184,-0.040813264,-0.019775182,-0.045248818,0.006984459,-0.0262591,0.020514442,-0.00040885457,-0.038564686,-0.026844347,-0.16214417,0.01188205,0.012567406,0.033174254,-0.021453915,-0.0069498057,0.011612529,-0.054797582,-0.002200451,-0.029231539,-0.012305584,0.02225478,0.010026202,-0.016433114,0.026721137,-0.021053484,-0.021269102,-0.018204257,-0.0662869,0.013168054,0.03489919,-0.008848008,0.065794066,-0.03813345,-0.046357706,-0.043493077,-0.0687511,-0.0071076686,-0.040690053,-0.0072462796,0.01925154,-0.017911633,0.021438515,-0.031326104,-0.022732219,-0.040228017,0.0013543458,0.013322066,-0.039950795,0.0013947741,0.021561725,-0.012552004,-0.037363388,0.048945114,-0.000016589413,-0.01038043,-0.006422314,0.005336527,-0.032311786,-0.025073206,-0.0081857545,-0.0062336484,-0.028091846,-0.004939945,-0.0154243335,0.011905152,-0.005328826,-0.0016161668,-0.10170974,-0.0078084245,-0.059202336,-0.051193696,-0.050978076,0.033851907,0.050670054,-0.032188576,-0.01462347,-0.05402752,-0.018096447,-0.03215777,-0.009433255,0.02612049,0.021731138,-0.037178572,-0.075158015,-0.006664883,-0.048667893,0.03662413,0.013645492,0.03936555,-0.0037713766,0.041737337,0.034683574,-0.0011858948,0.009664273,-0.06733418,0.029678173,0.040197216,0.05137851,0.0049437955,-0.050824065,0.0074695973,-0.008578486,-0.02151552,0.013106449,-0.0034691275,-0.026413113,0.008093348,0.013144951,0.021838946,0.039149933,0.029801384,0.007893131,0.023610089,-0.053534683,-0.0031726537,-0.030663854,0.053811904,0.026166692,0.017341787,-0.037209377,0.05701536,0.007053764,-0.032681413,0.00081674656,0.06696456,0.004739729,-0.01513171,0.06332987,0.023794902,0.0064685172,-0.012567406,-0.008393671,-0.059109926,-0.036562525,-0.018327465,0.014484858,-0.037116967,0.013322066,0.016802743,0.01863549,0.016525522,0.04802104,0.025874069,0.04179894,0.0026547874,-0.04937635,-0.06653332,0.0337595,0.017742218,0.06274462,0.024287743,0.022778422,0.017110769,0.017095366,-0.019667374,-0.031695735,0.0036366158,0.01914373,-0.023409873,-0.018450676,-0.011343007,0.0022832325,-0.003340142,-0.03699376,0.03563845,-0.009456356,-0.012836927,-0.010526742,-0.008162653,-0.017542003,0.03551524,0.016171293,0.009594968,-0.006264451,-0.00079364475,-0.023671694,0.05849388,-0.0048475377,-0.000010460504,-0.021438515,-0.016217496,-0.02801484,0.0076428615,-0.011581726,0.08643171,0.023794902,0.0007310772,-0.006403062,-0.03314345,0.022162372,-0.037548203,-0.01838907,0.005960277,-0.0064338646,0.018835707,0.022932434,-0.028122649,0.031187495,0.055413634,0.027414193,-0.0109425755,-0.001005893,-0.006148942,0.017141571,-0.01674114,0.005663803,0.023071045,-0.032527402,-0.0050208014,-0.016048083,0.014446355,0.009618069,-0.007338687,-0.014700476,0.021192094,0.014461757,0.042445794,-0.024410952,-0.009109829,-0.0055752457,-0.030463636,-0.0077429693,-0.07897752,0.045649253,-0.011142791,0.022069965,0.023610089,-0.0038445324,-0.02049904,0.007265531,-0.06462357,0.011935955,-0.015686154,0.029031321,-0.015301124,-0.013360568,-0.0044201533,0.019605769,0.010449735,-0.032927833,-0.04096728,-0.017064566,0.005278772,0.018758701,0.015786262,0.018527683,-0.029200736,0.03298944,0.009186835,-0.0042083864,-0.0043816506,-0.0017692165,-0.046819746,0.0058101146,-0.022270182,0.038441475,-0.060034003,-0.015670754,0.022686014,-0.00036842635,0.022039162,0.037702214,-0.0051093586,0.011389211,0.02211617,-0.033697896,0.0011916703,0.03477598,-0.04885271,0.028923513,-0.014731279,0.023687094,-0.016417714,-0.03837987,0.022963237,0.02462657,0.00031259688,-0.00412753,0.0030301923,0.08224258,-0.035176415,-0.013576186,-0.028692495,-0.040628448,0.03135691,0.010973378,-0.022331785,-0.02685975,0.0076659634,0.04651172,0.0036154392,-0.024580367,0.024919193,0.05076246,-0.027460396,0.017927034,0.028276661,0.020298824,0.0013803354,0.018466078,-0.02889271,-0.050269622,-0.02137691,-0.03114129,-0.005890971,-0.025073206,-0.012151572,0.03542283,-0.022146972,0.013352868,-0.010888671,0.048483077,-0.0025027,-0.016571725,-0.028677093,-0.01649472,-0.037794624,0.045680054,0.043585487,0.005463587,-0.026413113,0.030602248,-0.0051979157,0.01574776,0.05513641,0.030941075,0.013191155,-0.021145891,-0.08797184,-0.06708777,0.0111581925,0.015716957,0.0145079605,-0.030294223,-0.0077660712,-0.038472276,0.009772082,0.015100908,0.025458237,-0.006441565,-0.00019046992,0.0074580465,0.024949996,-0.03665493,0.0174958,0.020221818,-0.0063838107,-0.03348228,0.041213695,0.012313285,-0.062066965,-0.010280322,0.048205856,0.025581446,-0.01188205,0.006980608,0.009510261,0.0076197595,0.012967837,-0.02474978,-0.0049668974,-0.07035283,0.002161948,0.0044317045,-0.019805985,0.0037867778,-0.008524582,-0.035669252,-0.007300184,0.06690295,-0.023101848,0.07140011,-0.035915673,-0.05039283,0.00887881,0.01735719,0.021453915,0.005559845,-0.028430674,0.027937835,-0.017203176,-0.01724938,0.049191535,0.03951956,0.011443115,-0.050115608,-0.008578486,-0.023425274,-0.0057215574,-0.00080038275,0.020914873,0.030417433,-0.019544164,0.012913933,-0.056399312,-0.0011329531,-0.008840307,-0.032650612,0.024241539,-0.0016219423,-0.017542003,0.007011411,0.032188576,0.015524441,0.05301104,-0.030525241,-0.017726818,0.012821525,0.025735458,-0.06659493,-0.04149092,0.004262291,0.020237219,0.0017018361,0.015070105,-0.01363009,0.014115229,-0.006915153,-0.010303424,-0.026597928,0.041336905,-0.017049164,-0.029323945,0.012166973,0.013953516,-0.054058325,-0.020560645,-0.017726818,0.037486598,-0.027552804,-0.03810265,0.03471438,0.013838007,-0.030771662,0.03286623,-0.010765461,-0.06009561,0.021192094,0.009171434,0.026428513,0.037455797,0.030032402,-0.0068997517,-0.012929334,0.014477158,0.005425084,0.02938555,0.011843547,0.015216417,0.021946756,-0.021777341,0.06413073,-0.036439314,0.005890971,-0.013907312,0.0034441005,-0.02650552,0.009464057,0.035084005,0.029739778,0.02311725,0.01849688,0.027984038,0.0023332867,0.01988299,-0.0017518902,0.011851248,0.0007493662,0.0036038882,-0.013391371,-0.017603608,-0.020114008,-0.033975117,0.033451475,-0.012413393,-0.03014021,0.015293423,0.0027760721,-0.028784903,-0.031279903,-0.045279622,-0.041182894,0.011135091,-0.009194535,0.012305584,-0.044848386,0.0031919053,0.040659253,0.015177914,-0.010511341,-0.016155893,0.029539563,0.0011031133,0.018158052,-0.018481478,0.020699255,-0.0004110204,0.0041775843,-0.023194255,0.007542753,0.009410152,-0.030171013,-0.05615289,-0.024980798,-0.008693995,-0.011935955,0.0009365874,-0.008655492,-0.016155893,-0.011812745,0.04475598,-0.009464057,-0.020114008,-0.01186665,0.032527402,-0.031110488,0.0026470867,0.021731138,-0.020391231,0.022901632,-0.058955915,0.028153451,0.03462197,0.04016641,0.011897451,-0.031418514,-0.029277742,0.002710617,0.046296105,0.03191135,-0.028815705,0.010341927,-0.06237499,-0.009325446,0.016694935,-0.0005481876,0.03437555,0.006915153,-0.009271542,0.008439875,0.003138001,-0.009271542,-0.024672773,0.05063925,0.039088327,-0.0035769362,0.050084807,0.018019442,-0.011543224,-0.018034842,-0.00008386452,0.060865667,-0.030417433,0.014323146,0.014423254,-0.005663803,0.002213927,0.0027856978,0.016956756,0.02199296,-0.000057574136,-0.019559564,0.0065493737,-0.03486839,0.0011753065,-0.002398742,-0.018173454,-0.019313145,-0.012544303,-0.01812725,0.008809505,0.013052544,0.00069642445,0.02287083,0.03653172,-0.01337597,-0.038903512,0.030694654,0.045402832,-0.027475799,0.004909143,-0.01926694,0.008925014,-0.0027741469,0.021546323,0.019821385,-0.013737899,0.048051845,-0.0113199055,0.010141711,0.02799944,-0.020791663,0.006564775,-0.010857868,-0.007327136,0.050454434,0.022901632,0.0063068043,-0.038441475,0.0012831151,0.008516882,-0.029216137,-0.045556843,0.00025219517,-0.010388131,-0.0060103307,0.015986478,0.023148052,-0.009710477,-0.019082127,0.010187915,-0.019220738,0.012228578,-0.026428513,0.04577246,-0.004978448,-0.028199656,-0.016833546,0.013730198,-0.012729119,-0.0061604925,-0.04989999,-0.0127753215,-0.043801103,0.0146157695,0.013915013,0.01849688,-0.016602527,-0.020298824,-0.008385971,0.04290783,0.016202096,-0.017341787,-0.0121823745,0.016032683,-0.043616287,0.010472838,-0.030679254,-0.03523802,-0.029447155,0.0015805514,0.03137231,0.012852328,0.023178853,-0.00562915,0.03012481,0.020914873,-0.015447436,0.00962577,-0.019313145,0.016648732,-0.019929195,0.02199296,-0.019236138,-0.023548484,-0.012166973,-0.017696016,0.05455116,0.039919995,0.021715736,0.055844866,0.013021742,0.039088327,0.03634691,0.017957836,0.0038599337,0.029955396,0.0076659634,-0.008732499,0.060865667,-0.020529842,-0.008801804,-0.004835987,0.009972298,-0.039057523,-0.017927034,0.008586187,-0.021854348,-0.018743299,-0.014053624,0.0010828992,0.00700371,0.0061951457,-0.008693995,-0.03335907,-0.014338546,-0.0031803544,-0.04164493,-0.045402832,-0.025073206,-0.0084552765,0.015039303,-0.01387651,-0.0149930995,0.019559564,0.012459597,-0.04490999,-0.031403113,0.012297884,-0.013930414,-0.04290783,-0.0046049682,-0.003900362,0.0021118938,0.017280182,0.0094255535,0.04826746,-0.0050824066,-0.0035692356,-0.0079701375,0.0034672024,-0.017033763,-0.017865429,-0.0016267551,0.0053442274,0.018173454,0.0018751,-0.0058524683,0.0048321364,0.013275862,-0.024056723,-0.035053205,-0.020221818,0.0017894306,0.011058085,0.008824906,0.0075196517,0.021176694,-0.022763021,-0.0032400342,-0.038934313,0.034159932,-0.005101658,0.031695735,0.00034388062,-0.017018361,-0.017049164,-0.023794902,0.010080107,-0.002864629,0.035576846,0.006788093,0.017649813,0.02313265,0.017773021,0.016402312,-0.0028935065,-0.015023902,0.014854488,0.030186415,0.0030590696,0.0016142416,-0.030017002,-0.02076086,0.012359489,0.014561865,-0.020991879,0.0026124339,-0.01224398,0.015293423,-0.018158052,0.0039966195,0.013114149,-0.00076765515,-0.039273143,0.015593748,0.01788083,0.04561845,0.018096447,-0.019990798,0.038903512,-0.014954596,-0.014223037,-0.0045934175,0.016602527,-0.015817065,-0.0030340427,0.009887591,0.0015834392,0.06456196,-0.02836907,-0.005398132,0.0090482235,0.0072039263,0.011466217,0.008416773,0.03459117,-0.014677374,-0.016479319,-0.018743299,0.0043623988,0.014638871,-0.0009250365,-0.019944595,0.0065955776,0.010488239,-0.0016681459,0.023071045,-0.008039443,-0.00599878,0.015339627,0.020914873,-0.018204257,-0.00051594124,-0.024087526,-0.008039443,0.010295724,0.018620089,-0.019513361,0.049591966,-0.0250116,0.016263701,-0.011512421,-0.0009866414,0.012513501,-0.009148331,0.032311786,0.036192894,0.020529842,0.015432035,0.017865429,0.01775762,0.008355169,0.0033035642,0.042846225,-0.016248299,0.03114129,0.048298262,-0.005840917,0.023948915,-0.014215337,-0.022917032,0.01811185,0.0040389732,-0.017834626,0.0026952156,0.006587877,-0.008355169,-0.01738799,-0.0037424993,0.01738799,0.011843547,-0.01299864,0.025473638,-0.0058062645,0.015301124,0.0036212145,0.021838946,-0.04013561,0.029462557,-0.0002175424,0.025596848,-0.026813544,-0.03727098,-0.031095088,0.016448516,-0.007103818,0.039550364,0.014446355,-0.029000519,0.005490539,-0.011142791,-0.013599288,0.008963517,0.007939335,-0.0075581544,-0.03323586,0.0032573605,0.0000872937,-0.047805425,0.006841997,-0.0021484718,0.0109425755,-0.015293423,-0.017942436,0.034313943,0.0063915113,-0.016848948,0.0000783297,0.01462347,0.037240177,0.01024952,-0.03200376,-0.021330707,-0.010264921,-0.007796874,0.010603748,0.046850547,-0.013614689,-0.017588207,-0.0022428045,-0.030833267,-0.0025681555,-0.001206109,0.0075042504,-0.013245059,-0.032342587,-0.0077468194,0.008101048,0.005887121,0.017696016,-0.0003051369,-0.038841907,0.034683574,-0.05100888,-0.0069960095,0.030109407,-0.014815985,-0.01212847,0.014169133,-0.00089423405,0.01438475,0.03976598,0.017449595,0.0026567124,-0.03539203,-0.011096587,-0.0055983476,-0.01038043,0.041182894,0.009086727,0.026166692,-0.04478678,-0.005363479,-0.042661414,0.029724378,-0.0018924264,-0.011728038,0.031187495,-0.030556044,-0.021207497,0.0040851766,-0.012605908,0.00031692846,0.011450816,0.019990798,-0.002152322,0.03924234,0.003026342,-0.0074618966,-0.030448236,-0.023456076,0.025781661,-0.014469458,-0.03172654,-0.009109829,0.0068805004,0.024595767,0.013275862,-0.0052710716,0.022331785,0.0038041042,0.0237641,0.029524162,-0.013730198,-0.023594687,-0.010134011,-0.01912833,-0.006048834,-0.051563323,0.010634551,0.012590507,0.023517681,-0.011951356,0.0023948916,-0.011273702,-0.01275992,-0.003060995,0.012089967,-0.0017769171,-0.011905152,0.010288022,-0.020576045,0.024179934,0.005652252,0.0050670053,-0.0023044094,0.012929334,-0.010149412,0.039088327,0.032958638,0.0076582627,-0.019451756,0.012120769,-0.0063876607,-0.0088865105,-0.0088865105,0.020545244,-0.008324366,0.013529982,0.0020926425,-0.004655022,0.013314365,0.0048475377,0.0052479696,-0.012890831,0.016155893,0.030586846,0.0023024841,-0.033205055,0.0175112,0.00075947325,0.036285304,-0.031110488,-0.018743299,0.009140631,-0.02211617,-0.0023467627,0.025581446,0.022485798,-0.0042661414,0.010634551,-0.016386911,0.0043200455,0.007438795,0.008039443,-0.009525662,-0.0025951075,0.0036597177,0.006283703,-0.047713015,-0.0067072366,-0.003929239,-0.006191295,-0.0020791662,0.027044563,0.013091047,-0.018296663,0.01700296,0.012220877,-0.039827585,-0.017665213,-0.023363668,0.027460396,0.008047144,-0.007338687,-0.00850148,-0.011173594,-0.0049938494,0.0512553,-0.024965396,-0.010472838,0.01663333,0.010303424,-0.0015035452,0.03200376,0.08895752,0.0040389732,-0.0175112,-0.042414993,0.020206416,-0.005540593,0.023471477,0.0007036438,0.002550829,0.022316385,-0.034036722,-0.037455797,-0.0010087807,-0.014685075,0.0034094476,-0.0114816185,-0.021438515,-0.0023044094,0.0074118427,-0.010603748,0.009079026,0.02074546,0.021946756,-0.011412313,-0.047713015,-0.029678173,0.0038368318,0.016679535,0.012605908,-0.0047859326,0.017957836,0.017018361,-0.019482559,0.02525802,0.016032683,-0.025596848,-0.0122362785,-0.00231211,0.019775182,-0.023302063,-0.022362588,-0.00020298343,-0.004100578,-0.01487759,0.0026605627,-0.030032402,-0.017434195,-0.0067149373,0.007985539,-0.052980237,-0.0093716495,-0.0068304464,0.024072126,0.011574026,0.012105368,0.012590507,0.0287541,0.037671413,0.013591588,-0.004073626,-0.009286943,-0.003399822,-0.02576626,0.009764381,-0.017726818,0.00016760871,-0.0007912383,-0.010465137,0.0092099365,0.008270461,-0.04013561,-0.0073232856,0.0006550336,0.0153165255,0.0085091805,-0.011758841,-0.020468237,0.00005387423,0.0033670943,-0.015485939,0.010596047,0.013599288,-0.030417433,0.029308544,-0.00949486,0.018481478,0.018974317,0.045094807,0.026705736,0.025396632,0.008863409,0.0075081005,0.012405693,-0.03853388,-0.014092127,0.01939015,-0.019236138,-0.009533362,-0.019282343,-0.008532283,0.038903512,0.013060245,-0.004516411,0.019713577,0.0006030545,-0.035854068,-0.014792883,-0.0066956854,-0.04654252,0.013699396,-0.001906865,-0.008054844,0.017280182,-0.033081844,0.050670054,-0.0075235018,-0.0089943195,0.0025219517,-0.012852328,-0.013399072,0.030463636,0.016248299,-0.015632251,-0.012898532,-0.009109829,0.010218717,0.024441754,-0.05424314,0.048791103,-0.002186975,-0.0017480399,0.006310655,0.03412913,0.017896231,-0.02464197,0.005147862,0.018697096,-0.034190733,0.011050384,0.015478238,-0.07047604,0.0037790772,0.0015872895,-0.0001952828,0.017711416,-0.00022969494,0.017588207,0.010187915,0.006911303,0.0073810406,-0.021577125,-0.01986759,0.03225018,0.01312955,-0.026443915,-0.005355778,0.003363244,0.008963517,0.0047589806,0.0126136085,0.017927034,-0.03188055,0.0056330008,-0.007931635,0.04598808,0.025966477,-0.002152322,-0.002038738,-0.017341787,0.0055444436,0.0089943195,-0.046819746,-0.0300016,0.011951356,0.007900832,-0.00206184,-0.013237359,0.002387191,-0.017418792,0.0078084245,-0.040936474,-0.013437575,0.0073810406,0.00020033633,0.03699376,0.01886651,0.031079685,-0.01988299,-0.0062721516,0.016294504,0.007150022,0.0175112,-0.023779502,0.019698175,0.0064685172,-0.026474718,-0.03137231,-0.030094007,-0.038811103,0.008986618,0.020514442,-0.043493077,0.00020334439,-0.011820446,-0.00462807,-0.0028704046,-0.041213695,0.009156032,0.018804904,-0.0049052923,0.0115355225,-0.00041126102,-0.015670754,-0.009787483,0.037178572,0.011466217,-0.008462977,0.016063485,0.033851907,-0.032712217,-0.006148942,-0.010049304,0.009987699,-0.07645171,-0.0042930935,0.031172093,0.0033208907,-0.025458237,-0.037394192,-0.019359348,-0.0033189654,0.003911913,0.017141571,0.009825986,-0.025935674,0.026644131,-0.007515801,-0.023779502,-0.043185055,-0.00021212791,-0.008316665,-0.020683855,0.0063838107,-0.0212383,-0.0030532943,0.026798144,-0.004142931,0.0052441196,-0.03576166,0.028199656,-0.02675194,0.031326104,-0.048298262,-0.0021080435,-0.0025546793,0.017233979,0.009702776,-0.053288262,-0.0028299764,0.012582807,-0.007947036,-0.008701696,0.05116289,0.009179134,-0.0045818663,0.007977838,0.0070345127,0.0046896753,0.0065686256,0.008424474,-0.0120206615,-0.008955817,0.038041044,-0.017742218,-0.057046164,-0.0057446593,-0.0044586565,0.0072308783,0.028322866,-0.023440676,-0.0035557593,-0.021407712,-0.017434195,0.0043431474,-0.0021831247,-0.0028242008,0.008324366,0.021731138,0.016648732,0.006141241,0.020298824,-0.0014823686,0.0107808625,0.047035363,0.010118609,0.018974317,0.014415553,0.03040203,0.03600808,-0.031664934,0.014323146,0.0004911549,-0.014099828,0.0029589618,0.005028502,0.033205055,0.002512326,0.027167773,0.029354747,0.010811665,0.012605908,0.01775762,-0.033051044,-0.008578486,-0.0012012961,-0.013822606,0.0030956476,-0.0008138589,-0.037702214,0.037301783,0.033051044,-0.0010232193,0.023794902,0.032496598,-0.0006064235,0.0153165255,0.019189935,-0.031264503,0.022054564,-0.00075129134,0.004235339,0.009856788,0.035576846,-0.038225856,0.01399972,-0.03459117,-0.014561865,0.007843077,0.040844068,-0.00512091,0.008863409,0.02311725,0.02726018,0.019343948,-0.000962577,0.05778542,-0.0362545,0.00041896163,0.026690334,0.00700371,0.016694935,0.01238259,0.027722217,0.020391231,-0.024611168,0.043493077,0.017341787,-0.02399512,-0.0013726348,-0.022193175,-0.039581165,-0.044078324,0.010519042,0.015308824,-0.035207216,0.01912833,0.01775762,0.008308965,0.027290983,-0.015432035,-0.009440955,-0.002352538,0.0350224,-0.01735719,-0.02151552,-0.05187135,0.008424474,-0.020930273,-0.006152792,-0.033851907,0.02524262,-0.018789504,0.03191135,0.013437575,0.013314365,-0.007985539,-0.013814905,-0.022208577,-0.013784102],"social":"https://twitter.com/WilonVives"},{"title":"rizz ai","description":"cool one-liners to strike conversations on dating apps based on their interest!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=QhikTqBYkR8","youtube_transcript":"Everybody. I'm Yuban, and this is SciShow. And we're building this AI, which is basically a one liner generator for you to strike interesting conversations on dating apps. Based on common interest. Let me just quickly show you how it works. This is our landing page. We have a couple of features, which is listed here, and then we have a pricing today. Simple landing page. And then let's just get started with the application. It's a one step sign in process first to sign in. It's a email ID. People are Google accounts. And then yes. So let me just type painting of one of my interests. And based on my interest, it's gonna give me lines, which are gonna be generated. It. Yeah. Okay. But you cannot keep generating. In terms of progress, we have about thirty five users of far. And our our marketing has been directly through Red Dead communities. So we've done a couple of course on different communities and edit. We get traffic from there, as well as the Discord servers and a little bit of, you know, nights and weekends server as well. But mainly, what we're doing right now is we're trying to correct feedback from my users. It's more like an NPS form. We're trying to see if how to improve, how we can do better. And it's pretty much the form. And apart from this, we also have an analytics set up, which is five days, and then we have headcount, which tells us what kind of requests are being sent so we can optimize the model. And, yeah, that's pretty much it. Thank you so much.","embedding":[-0.018564861,0.020411793,0.011670706,0.03305373,0.020395871,-0.030506236,0.013286772,0.029455395,0.0056403102,0.047256008,-0.0011682647,-0.085659474,-0.023564316,-0.045631982,0.01613678,-0.006659308,-0.04795657,-0.006834448,-0.010142209,-0.017896144,0.035346474,-0.006782702,0.03034702,0.015714852,0.0070852167,-0.024169346,0.0047287853,0.01284096,-0.01916989,-0.056426987,0.0023166272,-0.030140035,-0.031111266,0.014679933,-0.022672694,-0.015189432,0.013660935,0.0047287853,0.013836076,0.0055885646,-0.0082554715,-0.011256738,0.043084487,-0.003053012,-0.031827748,0.043084487,-0.03954984,-0.0006129907,-0.008358964,0.02116012,-0.12011433,0.02280007,-0.05770073,-0.0024499726,-0.008390808,0.017227426,-0.027130809,0.027974665,-0.002750497,0.022258727,0.04534539,0.015412337,0.011941377,0.03537832,0.0041277357,-0.0071528847,0.0020350097,0.03155708,-0.040791743,0.0076225786,0.0581147,-0.021908445,0.0021195945,-0.028356789,0.005047222,0.0067030927,-0.01465605,0.05680911,-0.013652974,-0.02116012,0.01448887,0.027019355,-0.042702362,0.004995476,-0.022513475,-0.029089194,-0.013804232,-0.022577163,-0.047669977,0.025538625,-0.056618046,0.030219644,-0.05983426,0.023643926,0.05489849,0.0073399665,-0.009338156,0.034550384,0.06820914,0.008183824,0.04588673,-0.009433688,-0.01041288,-0.01881961,0.03582413,-0.017959831,-0.0054890527,0.00067170244,-0.057032015,-0.011232855,-0.12603725,-0.008828658,0.0016459198,0.0045655863,-0.009409805,0.019153967,0.025777452,-0.021064589,-0.02506097,-0.018564861,-0.042957112,0.035919663,0.011973221,0.024233034,-0.0009115251,-0.031875513,-0.026350638,-0.05664989,-0.019122126,-0.012474759,0.02802243,0.016200468,0.034040883,-0.06158566,-0.052924182,-0.050758813,-0.015476025,0.0012120497,-0.005421385,0.008215668,0.03999565,-0.017673237,-0.02966238,0.014401301,-0.03582413,-0.06238175,-0.06078957,0.012809116,-0.037543688,0.004581508,0.022815991,0.028500086,-0.06527953,-0.020809839,-0.009266509,-0.0015464083,-0.0140032545,0.05241468,-0.03365876,-0.017959831,0.007829563,0.03693866,-0.0452817,-0.020459559,-0.03884928,0.028165728,-0.035696756,-0.03235317,-0.04165152,-0.016797537,-0.041396774,-0.020762073,0.007642481,0.004935769,0.025634155,-0.028117962,0.009744164,-0.07050189,-0.002185272,-0.026318794,-0.030808752,0.027003434,-0.060311913,-0.011567214,-0.013469873,-0.057382297,0.007741993,-0.027831368,-0.01760955,-0.03814872,0.016861225,0.055471677,0.014106747,0.042001802,0.027831368,-0.0799913,0.06559797,-0.026478013,0.0234051,0.021558166,0.014799346,0.031095345,-0.0046332544,0.0071011386,0.0047924723,-0.00017004024,0.03999565,-0.03233725,-0.026653154,-0.009553102,0.04448561,-0.017673237,0.04798841,0.051204626,-0.044963263,-0.023357334,-0.03582413,0.04337108,-0.059961632,0.029789755,-0.013294733,0.04040962,0.032305405,-0.011232855,0.008971955,0.04101465,0.04607779,-0.049676128,0.025904827,0.017291114,0.02307074,0.025188344,-0.023787223,-0.029391708,-0.01023774,-0.03165261,0.004131716,-0.010795005,0.022433866,-0.017131895,-0.0021972132,0.019520171,0.031620767,0.022911523,0.0638784,0.01109752,-0.073749945,-0.057350453,0.0025972493,0.027194496,0.03617441,0.0015324767,-0.015659126,-0.023261802,0.0053377952,-0.07878124,-0.017068207,0.0023624024,0.022847835,-0.030840596,-0.002680839,-0.0041436576,-0.035664912,0.027942821,-0.011057715,-0.015452142,0.013016101,0.023787223,-0.021255651,-0.028834445,0.005922923,0.0020996921,0.038180564,-0.013151436,-0.025602313,-0.0061896136,0.025395328,0.004776551,-0.039836433,-0.03505988,-0.03467776,-0.022577163,0.053561054,0.03260792,0.01665424,0.006527953,0.015802423,-0.008621674,-0.010189975,-0.024901751,0.038276095,-0.03435932,0.016797537,-0.0115751745,0.023261802,-0.013246967,0.036397316,0.047669977,-0.013175319,0.022704538,0.023007052,-0.09164609,0.031127188,-0.0030052464,0.00937,0.03763922,-0.0060582585,0.00806441,0.015539711,-0.038976654,0.01673385,0.04534539,-0.010532294,-0.0015155597,-0.038371623,0.0018071283,0.049134783,0.0013165368,0.009218743,-0.054962177,-0.016972678,-0.009035641,0.0114239175,0.0035266867,-0.049739815,-0.017832456,0.05770073,-0.017227426,0.00841469,-0.02776768,0.060916945,-0.036747597,-0.00048586476,0.0044780164,0.011471682,-0.025554547,-0.05690464,0.008052468,-0.007658403,0.065343216,-0.05343368,-0.049007412,-0.0317163,0.00025300792,0.005254206,0.015921835,-0.01813497,-0.010102405,-0.023198115,-0.0041516186,-0.026223263,-0.013342499,-0.0029674321,-0.013557443,0.02123973,0.036110725,0.039167717,-0.03773475,0.00858983,-0.03416826,-0.050090097,-0.0038391526,0.046205167,0.005576623,0.028293103,0.005083046,-0.046459917,-0.0037276999,0.043944266,-0.020188889,0.013151436,-0.009768046,-0.012729508,-0.014321691,-0.025474938,-0.00937,0.024392253,0.019185811,-0.021223808,0.009768046,0.03642916,0.018453408,-0.020857604,-0.058942635,-0.0032560155,0.009720281,0.018166814,0.0054253656,-0.07285832,-0.0034212044,0.032735296,-0.072412506,-0.017848378,-0.021223808,0.017561784,-0.0028380672,0.022067664,0.022911523,-0.033117417,0.031811826,0.010261623,-0.0015026232,-0.040664367,-0.0060502975,-0.021717384,0.030251488,-0.007853446,0.0046889805,0.022784147,0.03668391,0.038467154,-0.072412506,0.058401294,-0.027910978,-0.006488148,-0.0047128634,0.018692235,0.009139134,0.056840952,0.04095096,-0.02116012,-0.0146003235,0.04286158,-0.0064244606,-0.01760955,0.052382838,0.030745065,-0.023022974,-0.015921835,-0.02472661,0.006106024,0.03709788,-0.010556177,-0.016288038,-0.0051148897,-0.0058711767,0.02176515,0.062222533,0.012156322,0.01240311,0.020618778,0.0051706163,-0.06123538,-0.013660935,-0.019934138,0.0013742534,0.006981725,-0.028866287,-0.028500086,-0.024503706,-0.031174954,-0.049930878,-0.025745608,0.05126831,-0.054516364,-0.05168228,0.02671684,-0.014711776,0.004613352,0.035696756,0.030235566,0.045823045,-0.055885643,0.03185959,0.014138591,-0.011304503,-0.02853193,0.013350459,-0.003677944,0.011137324,-0.01846933,-0.015157588,0.010524333,0.023691691,-0.07285832,-0.03658838,0.0072563766,-0.009163016,0.0077459733,-0.018262345,-0.029598692,0.00997503,0.012148361,0.05117278,0.032544233,0.02351655,-0.037925813,0.026780527,-0.03486882,0.05836945,0.019026594,0.03095205,0.07432313,-0.020061513,0.013175319,-0.025092812,0.010635787,-0.04171521,-0.008661479,-0.002851999,-0.02463108,0.026860137,-0.0039247326,0.06053482,-0.0053377952,-0.028675226,0.004816355,-0.00049880124,0.01041288,0.00021519356,-0.031350095,0.00067866826,-0.014584402,-0.004669078,-0.01413063,0.011033832,0.0025156501,0.028356789,-0.016176585,0.001309571,-0.017991675,0.009465531,0.0027425361,-0.017721003,0.009752125,-0.01483119,-0.031700376,-0.024137503,-0.045090638,0.0033555268,-0.016120858,-0.018166814,0.027003434,0.028547851,-0.05193703,-0.027735839,-0.021414869,-0.03636547,-0.037257094,-0.0050551826,-0.0022887639,-0.00020263024,0.05776442,0.033181105,-0.0021375064,0.032671608,0.011853807,-0.025283875,0.006989686,0.0030868459,0.045122482,-0.007467341,0.04171521,-0.012546406,-0.012251853,0.022083586,-0.0085579865,-0.021972133,0.017275192,-0.0085579865,0.03356323,-0.013812193,0.00806441,0.039613526,-0.0039665275,0.0018359867,0.018023519,-0.012562328,-0.02280007,0.0157865,-0.01977492,-0.03588782,0.0031923281,-0.07317676,0.010731317,0.005134792,-0.015181471,0.008733127,-0.019376874,0.024264878,-0.036047038,-0.018755922,-0.021972133,0.018676313,-0.038753748,-0.0023663829,0.0017663287,0.019631624,0.031620767,-0.00058761524,-0.023707613,-0.028165728,-0.0030211683,0.009927264,-0.016160663,0.011814002,0.01760955,-0.0072285132,0.01821458,0.016208429,-0.011686628,-0.018055363,-0.010022796,-0.0039486154,0.017848378,0.002020083,-0.026780527,0.028993662,0.01673385,-0.020746153,-0.013581326,-0.011726432,-0.00010666386,-0.022402022,-0.013453951,0.0352191,-0.027640307,-0.03305373,0.017832456,-0.032560155,0.008605752,-0.0034072727,-0.020141123,0.03833978,0.014480909,0.030410707,0.0058791377,-0.027210418,-0.026764605,0.029296178,0.0015533741,0.04247946,0.026605388,0.013310655,-0.031795908,0.0074792826,-0.0041237553,0.007033471,0.023277724,-0.041460462,-0.007304142,-0.013055906,0.046587292,-0.007383751,0.0047128634,-0.01378831,-0.042001802,0.013652974,-0.009752125,-0.023962364,-0.0022409984,-0.0054691504,0.053115245,-0.009823773,-0.013055906,-0.006261262,-0.034582227,-0.032416858,-0.0064841677,-0.030028582,-0.04181074,0.054771114,-0.014122669,-0.011057715,-0.0045735473,0.04770182,0.0043068565,0.014353535,0.011049754,0.028643383,-0.027290026,0.0093142735,-0.023452863,-0.002575357,0.010261623,0.013652974,-0.004215306,-0.040568836,0.03843531,0.022147274,-0.038276095,0.0070016272,-0.022577163,-0.014751581,0.023182193,0.007320064,0.040887274,-0.0016817439,0.018533017,-0.023484707,-0.014329652,0.008971955,0.02576153,-0.0012170253,0.01041288,-0.013836076,-0.041587833,0.01023774,-0.009473492,-0.07559688,-0.034231946,0.015452142,-0.030331098,-0.023882754,-0.03763922,0.0112806205,-0.023054818,0.047574446,0.029439474,0.011774197,-0.021669619,-0.02010928,-0.032990042,0.045058794,-0.014082864,0.026064046,0.015921835,-0.045472763,0.017275192,-0.0005965713,-0.014823229,0.00045924544,-0.015826305,-0.027337791,0.010388997,-0.03381798,-0.01596164,-0.0035028039,-0.022609007,-0.002921657,0.007129002,0.01725927,0.044039797,-0.01136023,0.015221275,0.018883297,-0.05674542,0.022975208,-0.03211434,-0.017498098,-0.017498098,0.024041971,-0.004083951,0.019743076,0.017020442,0.0034968331,0.023866832,0.051968873,-0.029630536,-0.014098786,-0.00160512,0.01846933,-0.036110725,0.03636547,0.010651708,0.009895421,0.017036363,-0.0053178933,0.007789758,0.04222471,0.021048667,-0.0027385557,0.005696037,0.04970797,0.023962364,0.018580783,0.013859958,-0.021988055,0.01942464,-0.0044262703,-0.016717928,-0.008709244,-0.023182193,0.011407996,0.032830827,-0.030155957,0.02229057,-0.021112354,-0.022688616,-0.016168624,0.0010458656,0.0015553643,-0.0013921655,-0.033244792,-0.006806585,-0.018580783,0.0031584941,-0.013318616,-0.0060502975,-0.017052285,0.002975393,-0.012872804,-0.0044262703,-0.025045048,0.016702006,0.0015046134,0.0034291653,-0.08878016,-0.060566664,0.017036363,-0.01483119,-0.0026430248,-0.04840238,0.008279354,-0.004362583,-0.007236474,-0.031254563,0.026032202,-0.027481088,0.0022569203,0.014799346,0.012673781,-0.03805319,-0.0061458284,-0.00624534,0.031604845,0.00033684634,-0.05531246,0.0010617874,-0.016940834,0.026939746,-0.0062214574,-0.020093357,-0.009839694,0.05047222,0.03652469,-0.00023882753,0.008199746,-0.032146186,-0.011511487,0.021255651,0.013461912,0.033595074,-0.022561241,0.022561241,0.0066553275,-0.012299618,-0.0048681013,-0.01995006,0.0274174,-0.021383025,0.0037097877,-0.000111017485,0.00071946793,0.0020857605,-0.012426993,0.01934503,0.006233399,0.012888726,-0.010468607,-0.020188889,-0.042638674,0.027528854,-0.007833543,0.010070561,0.007391712,0.014839151,-0.011989143,0.008812736,0.03537832,-0.018978829,-0.0017494117,0.011033832,0.023389177,0.023341412,-0.028197572,0.0041237553,-0.0034490677,0.019886373,0.015754657,-0.019822685,0.031190876,-0.020777995,0.009664554,0.013597248,0.025459016,-0.022672694,0.03139786,-0.024933595,-0.018962907,0.008223628,-0.016638318,-0.016606474,-0.006878233,-0.0031525234,0.000054140462,0.025793374,0.02765623,-0.00372969,0.006185633,-0.032830827,-0.019567937,-0.0319392,-0.026509857,0.022019899,0.051809654,-0.004091912,0.035696756,-0.009752125,-0.017721003,-0.010229779,0.0040461365,0.0016857244,-0.0024081776,-0.0029335981,-0.022242805,0.008215668,-0.008924189,0.006782702,0.016431335,-0.01188565,-0.012530485,0.060152695,-0.014592363,0.0060901023,-0.027290026,-0.0023484707,0.036206253,-0.004481997,-0.017307036,-0.028802602,-0.010954223,0.02593667,0.011742353,-0.014958565,0.011790119,-0.041173868,0.0027723897,-0.00011997352,0.02862746,0.015165549,-0.021621853,0.023500629,0.012506602,-0.037002347,-0.0068503697,0.00399041,-0.017577706,-0.008892345,-0.039454307,-0.010205897,-0.031509314,-0.012825038,0.017975753,-0.007642481,-0.0018200648,0.024312643,0.0006582684,-0.0014269946,-0.015953679,0.013111631,0.030649533,0.02237018,-0.010388997,-0.034072727,0.005274108,0.026382482,0.04286158,0.015730774,0.026318794,-0.013414146,-0.005083046,-0.019058438,-0.0044461726,-0.015229236,-0.034996197,-0.013453951,-0.025443094,0.0018409622,0.011941377,0.019552015,0.02022073,-0.022784147,0.039836433,0.024917673,-0.0083987685,0.05107725,0.0052263425,-0.0114239175,-0.0005289035,0.0019981903,0.026509857,-0.0013444,-0.01778469,0.005158675,0.0037356608,-0.044676673,0.014966525,-0.006583679,0.0071409433,0.018580783,-0.010556177,0.004302876,0.0057477825,0.038912967,-0.036747597,0.014512753,-0.03990012,0.010166092,0.03087244,-0.009417766,-0.003269947,0.03184367,-0.0475426,0.00294952,-0.01743441,-0.006002532,-0.024519628,-0.020809839,0.016431335,-0.023962364,-0.015316806,0.025904827,-0.003912791,0.018962907,-0.006002532,-0.062668346,0.011344308,-0.05282865,-0.04111018,0.03626994,-0.027290026,0.026684998,-0.04910294,0.016510943,-0.014799346,0.0003594852,-0.030155957,-0.0043466613,-0.00035525596,-0.009290392,0.014624206,-0.016495021,0.0115751745,0.0082475105,0.025713764,-0.020332184,0.008012664,-0.0050313002,-0.023914598,-0.05228731,-0.015292923,0.0112726595,0.026700918,0.029980816,0.018485252,-0.0053377952,-0.019981904,0.015937757,0.024328565,0.0046014106,0.006527953,-0.00012669055,0.017291114,0.013740544,-0.00055626914,-0.015444181,0.00018098649,-0.013286772,0.010834809,-0.03531463,-0.006340871,-0.0019733126,0.0042909347,-0.00095481257,0.0048521794,0.021749228,-0.015237196,0.021701463,0.008016644,0.029821599,-0.026398404,0.01474362,-0.03321295,-0.0046252934,-0.0042551104,0.009624749,-0.022210961,-0.0075986963,0.0020360048,0.015802423,0.028436398,-0.00850226,-0.014624206,-0.032225795,0.025697842,0.011989143,0.038371623,0.02506097,0.010197936,0.00016966707,-0.039517995,-0.0059269033,-0.0076106377,0.0056442907,-0.005305952,-0.011821963,-0.0022011937,0.025347563,0.023357334,-0.019106204,0.01733888,0.0068662916,0.017800612,-0.004645196,0.013891801,-0.0135415215,-0.007865387,-0.005596525,0.008148,0.010078522,-0.018453408,0.0032142205,-0.007885289,-0.017816534,-0.017721003,0.008542065,0.0024838063,0.015937757,0.015714852,0.013637052,0.011431878,0.0013036003,0.032416858,0.009935225,0.0077618947,0.023659848,0.023707613,-0.025745608,-0.007873348,0.011304503,-0.03192328,-0.009075446,-0.0054850723,0.018501174,0.002021078,-0.008940111,-0.009871538,-0.015101861,-0.031429704,0.0062851445,0.005345756,-0.004692961,0.02385091,-0.024041971,0.008024605,-0.017322958,0.09330196,0.0031366015,0.011487604,-0.0054890527,0.015802423,-0.015627282,-0.01794391,0.026175497,-0.035505693,-0.012371266,-0.007976839,-0.0040481267,0.033021886,0.022051742,0.01794391,-0.020188889,0.0007995747,-0.009322234,-0.020332184,-0.015101861,0.0039645373,0.0021793013,-0.009513297,-0.025363484,-0.0066712494,-0.015038174,0.0237713,-0.001760358,0.025729686,0.03251239,-0.0017922017,-0.024408175,-0.012458837,0.02732187,-0.012474759,0.03209842,-0.032209873,-0.0006294101,-0.006185633,-0.0069339597,0.0070056077,-0.00020835215,-0.0010996017,0.010962184,0.000039431423,0.010731317,-0.016495021,0.014433144,-0.006480187,-0.02037995,-0.02749701,0.0075907353,0.01586611,0.009186899,0.011869729,0.012952413,0.004569567,0.03722525,0.010428802,0.022242805,-0.035919663,0.030585846,-0.007033471,0.039422464,-0.00728424,-0.026923824,-0.011511487,-0.017020442,-0.011240816,0.0033555268,-0.018612625,0.015603399,0.024853986,-0.010747239,0.016367648,0.021796994,0.018373799,-0.01015017,0.037416313,-0.010699473,-0.022752304,0.020332184,0.0064483434,0.014496831,0.014703815,-0.026509857,-0.00053487415,0.033786137,-0.032146186,0.05231915,-0.023150349,-0.009584945,0.027783602,0.06336891,-0.02022073,0.013374342,-0.019122126,0.027130809,-0.0050790654,-0.017896144,-0.0012767322,0.02307074,-0.013039984,0.011392074,-0.01101791,0.008693323,-0.025793374,0.018883297,-0.0013483805,0.011057715,-0.016797537,0.018915141,0.017322958,-0.011503526,0.016686084,0.015181471,-0.030856518,-0.0010219829,-0.0020180927,-0.05168228,0.016542787,0.011686628,0.015826305,-0.024328565,0.0025554546,-0.020650622,0.007817621,-0.068909705,0.020571012,0.010619865,-0.027003434,0.003236113,0.022051742,0.0048362575,-0.009696398,0.003321693,-0.022083586,-0.03502804,-0.016240273,0.02030034,-0.02810204,0.005584584,-0.009592906,-0.0407599,0.021717384,-0.0018330014,0.018150892,0.010938301,0.0054054633,0.0014299799,0.008494299,-0.007933055,0.02219504,0.01942464,-0.0018091185,-0.045058794,0.020650622,-0.012713586,-0.0242808,-0.00023870314,0.01266582,-0.036811285,-0.009473492,-0.011487604,0.035410162,-0.0057915677,-0.013812193,-0.019790841,0.0027763702,0.015619321,-0.0130957095,0.0017305046,-0.029471317,0.004971593,0.028420476,-0.0390085,-0.014632167,0.007857426,-0.005186538,0.013509678,-0.025220187,-0.0034251849,-0.016176585,-0.007881309,0.021653697,0.0039506056,-0.01995006,0.0051148897,-0.01387588,-0.026079968,-0.0061736917,-0.002055907,-0.006356793,0.0019384834,0.040823586,0.022497553,-0.0074195755,-0.019902295,-0.01543622,0.03833978,-0.007921114,-0.037161566,-0.031031657,0.023803145,-0.022975208,0.020077435,-0.045122482,-0.007439478,0.006472226,0.01768916,0.009417766,0.013493756,-0.03209842,0.024790298,0.015237196,-0.028149806,0.0049835346,0.017832456,0.028086118,-0.028834445,0.030251488,0.011957299,-0.008430612,-0.06244544,-0.006062239,0.0071926895,0.04241577,-0.0067628,-0.0019872442,0.009473492,0.026923824,-0.010468607,-0.0020220731,0.017275192,-0.026000358,0.0071926895,-0.032146186,-0.030490315,0.010795005,-0.022975208,-0.0015812373,0.031811826,-0.0042909347,0.023102583,0.00043163102,0.02576153,0.0060065123,-0.007447439,0.009752125,-0.01109752,0.033244792,0.028404554,-0.02264085,-0.0067030927,-0.010182014,0.0094575705,0.020284418,-0.028484164,-0.021988055,0.01612882,-0.032798983,0.008542065,-0.0070135687,-0.012283696,-0.022688616,0.015953679,-0.021351181,-0.009823773,-0.028818524,0.02549086,0.03939062,-0.026462091,-0.012705625,0.010651708,0.008733127,-0.013867919,0.003427175,0.012880765,0.026637232,-0.013294733,-0.007399673,0.008876423,0.006575718,0.00971232,0.018341955,0.0123314615,0.02888221,0.0082554715,0.005230323,0.021988055,-0.0070374515,0.039772745,0.009688437,0.03582413,0.008060429,0.030554002,0.02219504,0.013191241,0.018310111,0.012705625,0.0102138575,-0.031795908,0.015388454,-0.017052285,0.0034391165,-0.003269947,0.0011324405,0.026079968,-0.012856882,0.012092634,0.019567937,-0.016526865,0.04069621,0.01916989,0.026684998,-0.0009010764,0.0047287853,0.018787766,-0.020666543,0.022529397,0.009178938,0.00850226,0.032385014,0.024710689,0.04951691,0.014122669,-0.0005920933,-0.00685435,-0.010253662,-0.0117343925,0.036620222,0.009218743,0.02047548,-0.009051563,0.014966525,-0.023532473,0.0020837702,0.009672515,-0.026191419,-0.028516008,0.006149809,-0.034200102,-0.011997103,0.015022252,-0.026700918,0.015468064,0.01240311,0.00937,-0.0030390804,-0.016924912,-0.00017203046,0.032162108,0.025825217,0.021144198,-0.026350638,0.014695854,-0.011216933,-0.0027544776,-0.0052183815,0.032289483,-0.01483119,-0.05674542,0.015730774,-0.008605752,-0.009640671,0.008685362,-0.012514563,0.0015961641,0.0036102762,-0.036970504,0.002073819,-0.008677401,0.028722992,-0.024233034,-0.017912066,-0.025459016,-0.014886917,0.020746153,0.007487243,-0.015125744,0.049485065,-0.032990042,0.03286267,0.01751402,0.032241717,0.014417223,-0.00876497,-0.009680476,0.00355654],"social":"https://www.linkedin.com/in/yuvanarvind/"},{"title":"midori sleep","description":"the comfiest bedsheets in the middle east","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=ZCSO6DvHcAA","youtube_transcript":"It's Alex, and I am building the company of specialties in the Middle East. So in case you didn't know this is the majority of this is gonna be, like, our Linktree world, our existing products. So mostly, like, home we can see here we're adding this new product, and that's what we've been working on in build spaces is giving a covered bedsheet bundle. So, you know, what we launched, we put up a a page here describing, you know, what our best guess of what we think people want and at a price point that we think we'll be able to deliver, you know, like luxurious but relatively affordable set of sheets of bill of cases of do they cover, all sorts of goods, you know, our first best guess at what we think that product is. So we so over a hundred pre orders, unfortunately, did not hit that target. We got up to four pre orders in week four. You can see just plot line. So, you know, it was it was tough, but also kind of intentional. So, you know, a few things to to note here. One, we didn't push beyond our, like, friends and family, the people who fill in our survey, our kind of the media associates are called, because we're still not clear on what exactly the product specifications are. And we don't want to start over promising and promising that we're gonna deliver something that isn't really, like, you know, gonna be hit the market with what people want. We did do a lot of research. We had eighty people fill out our survey, so we have a really clear idea of, like, what people want. There was, like, a forward look is luxurious and a strong preference for cotton fabrics. So we know what we're aiming for, but we don't exactly if we could we could get the supplier for that, which is the issue. So the call to action request from you all is please, if you know anyone in China, India, Pakistan, Bangladesh or any other country with good textile manufacturing, please send me a DM on Twitter.","embedding":[0.03970576,0.019551571,-0.008152069,0.02460686,-0.026615582,-0.023368146,0.01437911,0.045564536,0.0164799,-0.0193507,-0.010328185,-0.03349546,-0.033830248,-0.031018034,0.032072615,0.031771306,-0.01594424,-0.052427676,-0.05025156,0.02457338,0.03326111,0.01621207,-0.0022305197,-0.027268417,0.006030354,-0.021225508,0.016053045,0.0111986315,-0.02482447,-0.01176777,0.014102911,-0.038600963,-0.025477305,-0.023200752,-0.002301662,-0.0034859716,0.014588352,0.021744428,0.041915357,0.009641871,-0.022028998,-0.009466108,0.027335374,-0.0235188,-0.03213957,-0.0031721087,-0.026816454,0.01647153,0.02274879,0.024941646,-0.0062270416,0.010696451,-0.003412737,0.0035843153,0.007135152,-0.03742921,-0.010035247,0.013927148,-0.011273959,0.03890227,-0.02015419,-0.039304018,0.01958505,-0.012663325,-0.022782268,-0.038567483,-0.0039923373,0.037261814,0.01596098,0.04054273,0.021978779,-0.011592006,-0.022815747,-0.01884852,0.00359687,-0.017911116,-0.00035989622,0.054034654,-0.0054486617,-0.023167273,-0.03970576,-0.0068924315,-0.009775786,0.034583516,-0.03686007,-0.031419776,0.004515442,0.0019616438,-0.027151242,-0.010930802,-0.03927054,0.011106566,-0.008645879,0.028389955,-0.013533772,-0.0068840617,-0.0051096897,0.06632134,0.014621831,0.039304018,0.033746548,0.035989624,-0.027737118,-0.033127192,-0.0065283505,-0.015216078,0.016421312,0.015760107,0.008704467,-0.012763762,-0.11449722,0.017132735,0.040676646,0.033344805,0.01150831,0.0256447,-0.049548503,-0.020555934,-0.011047977,0.0134249665,-0.05989343,0.024707295,0.019534834,0.035989624,-0.04258493,-0.017994812,-0.06427914,-0.027636683,-0.03813226,-0.019534834,0.044794526,-0.0077503235,0.058219492,-0.053733345,-0.022112694,0.03267523,-0.015852174,0.038031824,-0.022916183,-0.027787337,-0.020221146,-0.031436518,-0.013843451,0.00042319193,0.005180832,-0.006616232,-0.029929975,-0.0029712364,-0.020170929,0.006616232,-0.0017503093,0.0023414178,-0.016253918,-0.01909961,0.0013119474,-0.021091593,0.009374041,0.0250923,-0.024657076,-0.0056579034,0.014253565,0.0074113514,0.007976305,0.0067082983,-0.03242414,0.0032244192,-0.019300481,-0.053231165,-0.053130727,-0.044894964,-0.018748082,-0.006381881,-0.028122125,0.05624425,0.024774252,-0.020606153,0.027486028,-0.04261841,-0.04938111,-0.04837675,-0.017341977,0.01983614,-0.046602376,-0.05698078,-0.0549051,-0.004339679,0.0070221615,-0.027067544,-0.021041375,-0.052695505,0.0047790874,0.019735705,0.034918305,-0.018881997,0.022531178,-0.069501825,0.034750912,0.052595068,0.0074155363,-0.0038479604,0.032976538,0.010755039,0.046167154,0.043555815,-0.0071309675,0.02586231,-0.027251678,0.042651888,-0.016756099,-0.006988683,0.04599976,0.0124373445,-0.027904512,0.07606365,-0.025962748,-0.008788164,-0.050285038,0.008340386,-0.03289284,0.035018742,0.042685367,0.034918305,-0.0026950368,-0.009733938,0.0149231395,0.04764022,0.018413296,-0.030967815,0.02380337,-0.029846279,0.047171514,0.01044536,0.0037035833,-0.034817867,0.008804903,-0.0083278315,0.024523161,-0.02510904,-0.0066748196,-0.044426262,0.022095954,0.0028143048,-0.016412942,0.00027959963,0.04151361,-0.015525756,-0.02405446,-0.09595001,0.0052728984,0.035855707,0.03873488,-0.018697865,-0.0014490008,-0.028975831,-0.023435103,-0.044627134,-0.022815747,0.034918305,-0.01647153,-0.047673695,-0.043522336,0.0076708114,-0.018999172,0.036726154,0.015776847,0.0116254855,0.01489803,-0.023418365,0.013918778,-0.012370387,-0.029394316,0.0014270304,0.0308339,0.0046409876,-0.012747022,-0.043689728,-0.03210609,0.01596935,0.018748082,-0.005210126,-0.034114815,-0.04887893,-0.0002488672,-0.004009077,-0.013366379,0.016120004,0.06300695,0.016831426,-0.044258866,0.049314152,0.039605327,-0.04857762,-0.018480252,-0.017743722,-0.026615582,-0.05199245,-0.022062477,0.017743722,-0.016078155,0.030800423,0.012094188,-0.053934216,0.044694092,0.010947541,0.013115289,-0.009985028,-0.0005455985,0.016178591,-0.010386772,-0.028189082,0.0068338434,0.06039561,-0.015082163,-0.02480773,-0.021727689,-0.017007189,0.04124578,0.0007339163,-0.06588612,-0.0131236585,-0.0127805015,0.014211716,-0.003900271,0.009089473,-0.0046660965,-0.018028291,0.036927026,-0.017860897,-0.043991037,-0.018697865,-0.00849104,-0.031821523,0.02376989,-0.062136505,-0.016128372,0.015483907,0.011474831,-0.046903685,0.026833193,-0.0055323583,-0.041413177,-0.013090179,0.02484121,0.013157137,0.004494518,-0.009867853,0.029762581,-0.00031098592,0.0052352347,0.035520922,-0.04261841,0.022012258,0.0138099715,0.016438052,0.025242954,-0.044627134,0.026230577,-0.0027013142,0.023250971,0.0027640867,-0.021643993,0.025142519,-0.0025841387,0.01020264,-0.013173876,-0.004837675,-0.022698572,0.05517293,0.038868792,0.010428621,0.08088458,0.010646232,0.00054978335,-0.029863019,-0.034047857,-0.0058169276,0.04810892,0.038366612,-0.014228456,0.019518094,0.028590826,0.026531884,-0.018430036,-0.024924906,0.023368146,0.04134622,-0.017743722,-0.021058114,-0.017810678,-0.04101143,0.029394316,-0.0015515294,0.020003535,0.029879756,0.006729223,0.03292632,0.036458325,0.021041375,-0.009097842,-0.027619943,0.011257219,-0.06109866,-0.054235525,0.039873157,-0.031269126,0.02119203,-0.045832366,-0.03863444,-0.03635789,-0.05651208,0.007432276,-0.059960388,0.070640095,0.03662572,-0.019300481,0.032005657,0.004180655,0.030181065,0.052595068,0.039839678,-0.0138518205,-0.022765528,0.019919839,0.018329598,0.014220086,0.007457385,0.035453964,-0.02299988,-0.034114815,-0.052963335,-0.047941525,0.020271365,0.04131274,-0.01644642,-0.05149027,0.021108333,-0.032323703,0.060027342,0.03923706,-0.028557347,0.019417657,0.026029704,-0.0600943,0.024506422,0.026113402,0.025494045,-0.003900271,0.005335671,0.0075159725,-0.0061810086,-0.054737706,-0.031804785,-0.017408933,0.038299654,-0.022598136,0.027034067,0.03786443,0.011558528,0.003293469,-0.021643993,0.0054946947,0.047439344,0.015341623,0.0020694034,-0.02403772,-0.0028980016,-0.055306844,-0.003477602,0.028540608,0.036659196,-0.033679593,-0.0298128,-0.030214544,-0.028406693,-0.018915476,0.045598015,0.018480252,-0.0017503093,-0.007566191,-0.027502768,-0.024154896,0.00914806,-0.0138518205,0.03528657,0.016094895,-0.012747022,-0.039571848,-0.011809618,-0.050084163,0.027251678,0.00014359232,0.040375337,0.016580336,-0.022380523,0.025259694,-0.020037014,-0.031553693,-0.047171514,0.02403772,-0.004733054,-0.008403159,-0.010269597,0.023217492,0.04676977,0.024991864,0.007114228,0.0057081217,-0.033679593,-0.04288624,0.04030838,-0.0340646,0.044091474,-0.0027264233,-0.002835229,0.006432099,0.016078155,-0.008386419,0.045865845,-0.026163619,-0.005775079,-0.050017208,0.0037642636,-0.026063183,-0.00021852712,-0.012839089,0.018530471,-0.036525283,0.06220346,-0.03686007,-0.01019427,0.024389246,-0.020539194,-0.019802663,0.018212423,-0.01540858,0.032625012,0.012964634,-0.07385405,-0.006164269,0.01386019,-0.0052645286,-0.005779264,-0.031771306,0.0031972176,-0.010755039,0.0025129963,-0.0060805725,0.031704348,-0.010872214,0.029996933,0.03528657,-0.010621124,0.03346198,-0.00095100485,0.03008063,0.015375102,-0.007871684,0.0032892842,-0.00248161,0.01701556,0.037763994,0.007235588,-0.011533419,0.02115855,0.010947541,0.08202286,-0.00968372,-0.0060931267,0.0054988796,-0.00600943,-0.039906632,-0.04630107,0.011140044,-0.057081215,0.052427676,0.017760461,0.017258279,-0.04054273,-0.028356476,0.02849039,-0.035353526,-0.0033143933,-0.031151948,0.014454437,-0.04208275,-0.00034708017,0.033344805,-0.0073318398,0.045162793,-0.004130437,-0.027368853,-0.016973712,0.013006482,0.025042081,0.017442413,0.002007677,-0.03244088,-0.045664974,0.00242093,0.026766237,0.02196204,-0.0017660025,0.030666508,0.006373511,-0.02405446,0.035487443,-0.023133796,0.0058713304,0.022681832,-0.017208062,-0.016053045,-0.015090533,0.016546857,-0.017258279,0.019936578,0.029863019,-0.035453964,-0.038600963,0.018011551,0.036960505,0.0011592007,-0.019300481,0.015182599,0.018178945,0.0076289633,0.012110927,0.0129981125,-0.021409642,-0.007947011,0.029929975,-0.009022515,-0.01569315,0.009189908,0.030432155,-0.03940445,-0.016379464,-0.001718923,0.004140899,-0.013458446,0.0049297414,0.0063316626,-0.03056607,0.027502768,-0.045464102,-0.017341977,-0.0060931267,0.013994105,0.016680771,0.010436991,-0.020773545,0.04288624,-0.004846045,0.04054273,-0.025042081,0.009750677,0.027167981,-0.051825058,-0.007938641,0.032608274,-0.0050176233,-0.03635789,0.057683833,-0.012186253,0.008528704,-0.013232464,0.02089072,-0.019400919,0.013240834,0.011148414,0.039873157,-0.03372981,0.026113402,-0.012387126,-0.0052645286,-0.04392408,0.004101143,-0.004465224,-0.054972056,-0.0021342684,0.0149231395,0.02090746,0.028825177,0.01306507,-0.013960626,-0.005519804,-0.0009222341,0.02115855,-0.006038724,-0.011734291,0.008005599,-0.018011551,0.01909961,0.022648353,-0.026230577,0.054068133,-0.04020794,-0.022079216,0.0059424727,-0.013659318,-0.05202593,-0.042283624,-0.014312153,-0.037295293,0.056947302,-0.032022394,0.0051599075,-0.023033358,0.018078508,0.030951075,0.0512894,-0.022581397,-0.010922432,-0.04020794,0.013249204,0.017224802,-0.012094188,-0.02010397,-0.05098809,-0.014948248,-0.0046870206,-0.025996225,0.012914416,-0.0035152656,-0.010093834,0.019183306,-0.016329246,0.015994458,0.008139513,0.009859483,-0.010503949,0.013542142,0.017693503,0.01439585,0.024673816,0.0009201417,-0.026297534,-0.046066716,0.011600376,-0.031553693,-0.018145466,0.020338323,0.001614302,-0.03058281,0.06836355,-0.011056347,0.017082516,-0.0041576386,0.007189555,0.00012901078,0.0027640867,-0.008193917,0.019133087,-0.048811972,-0.004620063,0.00070828415,-0.012939525,-0.0027138686,0.008620771,-0.02982954,0.041379698,0.025443826,0.022514438,0.0025569373,0.014705528,-0.006222857,0.0079009775,-0.021844864,-0.0016582428,0.054603793,-0.004959035,-0.0036952137,-0.0008453377,0.017559588,-0.0016697511,0.022213131,-0.028875396,-0.009198278,0.016881645,0.002471148,-0.013408227,0.03292632,0.014328892,0.016890014,0.0018476069,0.014220086,-0.010872214,0.013935517,-0.007114228,-0.021861603,-0.03399764,0.0052477894,-0.012085818,0.003477602,-0.0060847574,0.009959919,0.04834327,0.004737239,-0.094008245,-0.031051513,0.041881878,0.023987502,0.018212423,-0.032842625,0.0012240657,0.010964281,-0.011265589,-0.034449603,0.053666387,0.014044323,-0.0141531285,0.012922786,-0.023903806,0.003134445,0.006381881,0.0050845807,0.0024439464,0.019718966,-0.034098078,0.011918424,-0.035989624,0.043354943,0.00090915646,-0.065183066,0.011977012,0.020204408,0.044961922,-0.05885559,0.008235765,-0.028607566,-0.016438052,0.005959212,-0.0308339,0.023753151,-0.031252384,-0.0063316626,0.02902605,-0.031553693,-0.044124953,0.004368973,0.034851346,-0.0048502297,0.008838382,0.014839442,0.022698572,0.0032830068,-0.012069078,-0.008821643,0.0035173579,0.00319931,-0.016279027,-0.020221146,-0.03953837,0.042216666,-0.042183187,-0.04285276,0.03686007,-0.006356772,-0.016705882,-0.014320523,0.014437698,-0.031754564,-0.010629494,0.008871861,-0.028892135,0.030482374,-0.0017565866,0.02931062,0.016019568,0.020221146,0.015115642,-0.0041890247,0.018731343,-0.017844157,-0.010361664,0.00056181476,0.020053754,-0.033746548,0.011901685,0.009901332,-0.0027264233,-0.009365671,-0.031972177,-0.021125073,0.006930095,-0.0018517916,0.028440172,0.014362371,0.07244795,0.0015651301,-0.0020317398,-0.031754564,-0.015617822,0.0020442943,-0.041982315,-0.043555815,0.043890603,0.015006836,0.0034504004,0.004858599,-0.00035701916,-0.0066873743,-0.014178238,0.013224094,0.022296827,-0.024690555,0.032574795,-0.022397263,-0.0032139572,0.033562418,0.025996225,0.026816454,-0.00991807,0.036123537,-0.0015138659,-0.018999172,0.027419072,0.0005393212,0.017308498,0.024154896,-0.0060931267,-0.03423199,0.01282235,0.015709888,0.013567251,-0.010068725,-0.0029900682,0.0057164915,0.022581397,0.022598136,0.028038427,0.033344805,0.027067544,-0.018764822,0.017475892,0.0052687135,-0.03742921,0.0063484022,0.018781561,0.00483349,-0.032474358,0.015458799,-0.0010645187,0.023234231,-0.003134445,0.017693503,-0.050619822,0.021744428,0.036659196,0.03163739,-0.004241335,0.048778493,-0.0324074,-0.009834374,-0.036927026,0.0020714959,-0.004032093,-0.0077252146,-0.001569315,0.022765528,0.00771266,-0.005565837,0.03133608,-0.020254625,0.00824832,-0.01150831,0.013968996,-0.035654835,-0.02931062,0.03136956,0.037194856,0.006586938,0.017275019,0.007570375,0.0108554745,0.016864905,-0.00065545057,0.0058420366,0.010261227,0.021493338,-0.0013663502,0.03927054,0.018798301,-0.007913533,-0.04158057,0.0134249665,0.035922665,-0.010821996,0.011960273,-0.0105123175,-0.0004747178,0.01411128,-0.015818695,-0.00293985,0.018178945,0.00035911158,0.0049088174,0.014245195,-0.0141949775,-0.022815747,0.046937164,0.008880231,-0.031754564,0.021777907,-0.0407436,0.049849812,-0.005913179,0.047707174,-0.009164799,0.005724861,-0.008009784,0.0086709885,0.00093949656,-0.017509371,0.000057018446,0.041413177,-0.036190495,-0.024439465,-0.052728985,-0.0134249665,0.016505009,0.021727689,-0.00822321,0.006122421,0.020288104,0.0079009775,-0.023150535,0.003423199,0.008838382,0.020539194,0.00785076,-0.026833193,0.024422726,-0.046368025,-0.011047977,0.0016101171,0.0014835257,0.018480252,-0.0034545853,-0.006172639,0.013098549,-0.024640337,-0.0034315689,0.0044401153,0.023954025,-0.0010273783,0.0007632102,0.02532665,0.017258279,0.037027463,0.008846751,0.06622091,0.0025841387,0.009750677,-0.0051306137,-0.005678828,-0.0032244192,0.0023246785,-0.012521041,-0.016530117,0.000003408356,0.015910761,-0.014420958,0.024623599,0.0324911,0.007009607,-0.03245762,-0.011483201,-0.044560175,-0.0013370564,-0.00016804748,0.014303783,0.010319815,-0.005829482,-0.015525756,-0.0055323583,-0.019685486,0.019518094,-0.031218905,0.034717433,-0.021108333,0.011248849,0.021526817,-0.006432099,0.01985288,-0.0094828475,0.013583991,-0.0111986315,0.05704774,-0.0010179623,-0.027603203,-0.006842213,-0.01045373,0.013366379,0.06401131,0.02559448,-0.006021985,0.036927026,-0.0074406452,0.026816454,-0.011901685,0.013500294,0.032306965,0.0005006115,0.0022786453,-0.015525756,-0.008432453,0.01045373,0.017040668,0.017810678,0.010010137,-0.03344524,0.010378403,-0.010403512,0.028590826,0.0048837084,0.0045531057,-0.003582223,0.022112694,-0.015927501,0.0024523162,-0.007859129,-0.006114051,0.02929388,-0.0355544,0.045832366,0.008679358,0.0013035777,0.027854295,0.0030089,0.022363784,0.029210182,-0.018898737,-0.027502768,-0.02117529,-0.018195683,-0.00810185,-0.038534008,0.010060355,-0.02460686,-0.022514438,0.024506422,-0.018714605,-0.006394435,-0.0120356,0.011809618,0.00509295,0.005649534,0.112354584,-0.013366379,0.024138156,0.005649534,0.02062289,-0.009097842,-0.020488976,-0.006595308,0.006042909,-0.024690555,0.014713897,0.007967935,0.031988915,0.025259694,0.020589413,-0.03275893,-0.011265589,-0.03890227,-0.016312506,-0.040174462,0.031737827,0.020338323,0.022799008,0.007223034,-0.015894022,0.006164269,-0.00992644,-0.008587291,-0.016354354,0.03136956,0.017894376,-0.0105123175,-0.0030361013,0.009357302,0.02505882,0.017894376,0.011031238,-0.015065424,-0.0050343624,-0.006042909,-0.006281445,0.011491571,-0.0026720203,0.009583283,0.0046660965,0.035320047,-0.017141104,0.013232464,-0.0028687078,-0.03796487,-0.0057164915,-0.021292465,0.0028540608,0.01858069,-0.007930271,-0.007859129,0.022547917,0.049314152,0.0049297414,0.037027463,0.0039421194,-0.0053482256,-0.021878343,-0.00067794404,0.013215724,-0.021392902,-0.0063442173,-0.007884239,0.008896969,0.016638923,0.012947895,-0.008269244,0.008696097,0.013039961,-0.023334667,0.035420485,0.021125073,0.00093008066,0.0046870206,0.00732347,-0.023836847,0.020773545,0.0037705407,-0.029695624,-0.021024635,-0.003297654,-0.004758163,0.0302815,-0.024958385,0.007984675,0.0075076027,0.0058504064,0.026197098,0.007549451,-0.0068631377,0.007210479,-0.021510078,0.0059843212,0.026900152,-0.012721913,0.0045865844,-0.010018507,0.009131321,0.02432229,-0.016613815,-0.015927501,-0.036223974,0.017040668,-0.021777907,-0.016145112,-0.037194856,-0.004159731,0.027937992,-0.008679358,0.02825604,0.035788752,-0.019467875,-0.00039232874,0.007926087,-0.020572674,-0.00965861,0.005724861,0.005959212,0.010830366,-0.0036303487,-0.011391134,-0.01177614,-0.03816574,-0.015525756,0.0076164086,0.01676447,0.007817281,0.02956171,0.01463857,0.00022964309,-0.0024795176,-0.034784388,-0.047271952,0.026515147,0.011039608,-0.03950489,0.012362017,-0.021593774,0.015843803,-0.0131655065,0.012596368,-0.0036533652,0.00600943,0.0112404805,0.022280088,0.0064195446,0.014102911,0.048778493,-0.015299775,0.0021405455,0.017308498,-0.0072314036,0.009558175,-0.020170929,-0.0017869266,-0.03212283,-0.0054821405,-0.0025234586,-0.044894964,0.0059215487,0.011173523,-0.006381881,-0.0013893668,-0.03994011,-0.011834728,-0.0013067162,-0.011826358,-0.03632441,0.025175996,-0.012002121,0.01279724,-0.025778614,0.0391701,-0.022380523,-0.003737062,-0.040944476,-0.03840009,-0.032357182,-0.0123536475,0.0008306907,0.04178144,0.013709536,-0.014278674,-0.011876576,-0.004151361,-0.011466461,-0.025828833,-0.013182246,-0.020053754,0.019233525,-0.004950666,-0.028138863,-0.034516558,-0.018496992,0.042283624,0.0177772,-0.013148767,-0.033947423,0.000505581,0.01593587,0.016973712,-0.035788752,0.021744428,0.031235645,-0.009281975,0.028557347,0.017258279,-0.03245762,0.025142519,0.02408794,-0.046937164,-0.012395496,0.04841023,0.014513025,-0.022581397,0.01881504,0.013575621,0.016664032,-0.021861603,-0.02428881,0.02067311,0.025259694,-0.002849876,0.0045531057,0.012671695,-0.0006889293,-0.011190262,-0.011315807,0.0021206676,0.010277967,0.0025150888,-0.017358717,-0.012521041,-0.00965861,-0.029712364,0.038266174,0.02063963,-0.0065409048,-0.008465931,-0.017643286,0.023619236,-0.006737592,0.0049799597,-0.015132382,-0.011617116,0.015818695,0.021861603,-0.021392902,-0.00940752,-0.0035194503,0.0018298213,-0.0022891075,-0.03793139,0.013793233,0.010679712,-0.034483083,-0.0005639072,0.0022598135,-0.009968289,-0.019049391,-0.0145381335,0.01411965,-0.0418484,0.017726982,0.032005657,0.034616996,-0.009131321,0.015291405,-0.01020264,-0.005900624,0.000597909,-0.015324884,0.019685486,0.004649357,0.0048251203,-0.047138035,0.014529765,0.0062354114,-0.011181892,-0.00063295703,-0.037763994,-0.020572674,0.019467875,0.031721085,-0.01201886,-0.025996225,0.003661735,0.0045865844,0.03927054,0.03716138,0.012002121,-0.019685486,-0.0019103794,0.013190616,-0.01646316,-0.011458091,0.012328538,0.019166566,-0.009332193,0.009775786,0.006264705,0.008905339,0.005883885,-0.019685486,0.0050636563,0.025996225,-0.026297534,0.025175996,0.008880231,0.003607332,-0.007708475,0.00965861,0.010051985,-0.005653719,0.017827418,-0.011006129,-0.005356595,0.00038448218,-0.0022116879,0.015375102,-0.001360073,0.028908875,0.014521395,0.053666387,-0.018965695,0.013968996,-0.029929975,0.02405446,-0.01699045,0.048510663,-0.049515028,0.015366732,0.010696451,-0.013491924,-0.012964634,-0.0013391487,-0.002471148,0.0052143107,0.006114051,-0.018262642,0.0391701,-0.0398062,0.0068380283,-0.013968996,0.002944035,0.020488976,0.03763008,0.022983141,-0.0011267682,0.0053524105,0.014094541,-0.013985735,0.0019354884,0.040174462,0.030616289,-0.008076741,-0.0105541665,-0.028691262,-0.017877636,0.0009264189,0.0054863254,-0.031218905,0.021543557,0.02951149,-0.011458091,0.017676763,0.016279027,0.02038854,0.0075912997,-0.027184721,-0.043421898,-0.02142638,0.0045572906,0.00965861,-0.0011581545,0.02613014,0.0021394994,0.011098196,-0.0024648707,0.041747965,0.00457403,-0.000637665,-0.01701556,-0.018430036],"social":"https://twitter.com/afscott"},{"title":"verbamagistra","description":"practice language by chatting to virtual partners with hints from a virtual teacher","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=s9tVNoz-peA","youtube_transcript":"Hi. My name is Maria. I am creating verbal Magistra, a web publication to practice language by charting with virtual partners and getting hints from a virtual teacher. The first version of the Vrbo Magistra is to learn Spanish polish or English. All you need to do is to open the site and click on the new chart button. Select the language the level you want to practice in and type the thumb or select it from the drums. Now you're in. The AI is chatting to you. And in the teacher's box, you can see the different hints. The corrections of the mistakes the translation of the current message, an example of what to say in your answer. My journey of getting users is in the very beginning. Now when the first working version is up and running. I believe that adding more languages available alone and adding site UI translated to the most popular languages will make the veverimer Gistra helpful and useful for much more people.","embedding":[-0.038867503,0.019742446,0.0018293684,-0.007282395,-0.03982165,0.0010050125,-0.004195445,0.015182179,-0.031907834,0.008117274,-0.0031430759,-0.009590591,-0.010467566,-0.011597108,0.019419719,0.034573834,-0.045799106,-0.026856462,-0.011625172,0.028189462,0.056968253,-0.015154116,-0.038390428,0.023025837,0.014620916,-0.07223462,0.03356356,0.03221653,-0.022310227,0.0024537742,0.0026765256,-0.019475846,0.0039393688,-0.007850674,0.013800068,0.007352553,0.00034092375,0.017118538,-0.009001264,0.0003306193,-0.032890044,0.012424972,0.020864973,0.028764758,-0.01748336,0.045153655,0.008089211,0.045181718,0.017567549,0.0020696593,-0.059493937,-0.01386321,-0.04955957,0.078633025,-0.008966185,-0.080485195,0.0036096263,0.038390428,-0.015224274,-0.017020317,0.0022836411,0.02515864,0.041449316,-0.011576061,-0.008839902,0.03143076,-0.04537816,0.017735928,-0.019896794,0.015603127,0.060448084,-0.012460051,0.03575249,-0.041449316,-0.070494704,-0.0051425775,-0.0016872985,-0.0012216253,0.048773803,-0.021075446,-0.019924857,0.03129044,-0.033395182,0.0066825445,0.009211739,-0.026337292,0.016276643,0.011239303,0.04821254,-0.02994341,-0.027614167,-0.047286455,-0.039484892,0.034601897,0.07958718,-0.019770509,-0.034152888,-0.008692569,-0.03760466,-0.00028589362,0.03558411,-0.03538767,0.039063945,-0.0056231595,0.036622446,-0.009246817,0.019616162,-0.009085454,-0.01456479,-0.017904308,-0.108323865,-0.014719137,-0.013835147,-0.049391195,0.027095,0.016571308,0.054358374,-0.07290813,0.012186435,-0.02640745,-0.04989633,0.01748336,0.046276182,-0.0056792856,0.0040375898,-0.026589861,-0.023446785,0.007696327,-0.029017325,0.014242063,-0.029662779,-0.01898474,0.06415243,-0.04352599,-0.027375631,-0.0005818725,-0.046584874,-0.013624673,-0.04114062,0.022815363,0.020935131,-0.010046618,-0.014199968,0.016557274,-0.03072918,-0.09861401,-0.042347334,0.0219875,-0.011639203,-0.03552798,-0.0045532505,0.0286946,-0.009527449,0.036622446,0.0025221782,0.028708631,-0.01236183,0.019770509,-0.039092008,-0.012852935,-0.0003792914,-0.011982977,0.0015952163,-0.0672955,-0.0054091774,-0.00020608897,-0.04619199,0.031907834,-0.019096993,-0.007478837,-0.044901084,-0.01801656,-0.0109797185,0.012460051,-0.013561531,-0.036426004,0.016669529,-0.052253637,0.021075446,-0.0040095267,-0.020682562,0.092664614,0.009450275,-0.014382379,-0.038979754,-0.0030273153,-0.057978526,-0.007941879,-0.015799569,-0.0054723197,-0.010937624,0.016024075,0.07969943,0.016038107,0.015673285,-0.00622301,0.045967486,-0.05396549,-0.0060651544,0.013645721,-0.015490875,-0.005668762,0.023236312,-0.035640236,0.0033360103,-0.025284924,0.0035342064,-0.012880999,0.011014798,0.010130808,0.050878543,-0.014038605,0.0067527024,-0.011639203,-0.04697776,0.03064499,-0.008713617,0.026253102,0.0037780053,0.027558042,-0.03418095,0.016711622,0.049868267,-0.002085445,0.027782546,-0.0023976478,0.08351602,-0.03398451,0.046921633,0.028989263,0.058820423,0.026519703,0.008411937,-0.03808173,0.07369391,-0.06145836,-0.011323492,0.031543013,0.017567549,0.041196745,0.021692837,0.024779785,0.06740776,-0.010137823,0.012712619,0.0065632756,-0.04706195,-0.08317926,0.058483664,0.05758564,0.029157642,-0.019447783,-0.014305205,0.012018056,-0.0041463347,0.014634947,-0.04972795,0.034124825,-0.007948895,-0.009913318,0.02912958,-0.012740683,-0.024597375,0.046612937,0.0050373403,-0.019209245,0.010397407,0.009569543,-0.0073244893,-0.019082962,0.008432985,-0.0477074,0.029831158,0.003586825,-0.011779519,0.002904539,0.047959972,0.010046618,0.06510657,0.025425239,-0.022268131,0.009864207,-0.035078973,0.011800567,-0.019630194,0.039344575,0.054751262,-0.017792055,-0.014214,-0.004532203,0.020780783,-0.019910825,0.039961964,0.00065334584,0.034293205,0.0021626186,0.04310504,-0.027712388,-0.0079980055,0.03143076,0.0053355116,-0.0058581885,0.04060742,0.011407682,-0.021117542,0.04150544,-0.0107832765,-0.04316117,0.008776759,0.007310458,0.014578821,0.009001264,0.036875017,0.0046619955,-0.03384419,-0.05870817,0.04689357,-0.01906893,0.009737923,-0.026702113,-0.005012785,0.019686319,0.0070403498,-0.0033781051,-0.06381567,-0.048970245,0.009239801,-0.017343044,0.038306236,-0.016402928,0.037127584,0.008215495,0.0018539237,0.008005021,-0.016318738,0.009709859,-0.014915579,0.0054793353,0.007612137,0.044957213,-0.033956446,-0.04565879,0.011618156,0.06415243,0.007394647,0.023390658,-0.028273651,-0.032272656,0.040382914,0.0051390696,0.0045637744,-0.041926388,0.021089477,-0.0043603163,0.0037955448,0.007864705,0.018577823,0.013638705,-0.036145374,0.0116672665,-0.007198205,-0.022001531,-0.06314215,0.02216991,-0.027698357,0.0067141154,-0.037688848,-0.012712619,0.025355082,-0.048605423,-0.0008616273,-0.048998307,0.021313984,0.031009812,-0.05977457,-0.032469098,0.018086718,0.001363695,-0.019167151,0.047988035,0.0036868001,-0.033675812,-0.028399937,-0.05396549,0.0087627275,-0.00045208025,0.0008427723,0.016360832,-0.00860838,0.031150127,-0.006798305,0.025383145,0.005591588,-0.014971705,0.03805367,0.044424012,-0.008327748,0.05730501,0.0059318542,-0.04644456,0.047174204,-0.009218754,-0.07801563,-0.016964192,-0.01134454,0.01685194,-0.02587425,0.000025665202,0.060448084,0.0037078473,0.0067000836,-0.06774451,0.053909365,0.050569847,0.0044936165,-0.011407682,0.020949163,0.026631957,0.07038245,0.0018504158,-0.025214765,-0.040018093,0.010572802,-0.0037744974,0.027333535,0.027305473,0.016585339,-0.0043182215,-0.0025783044,-0.0407758,-0.056968253,0.017623676,0.0222541,-0.008650474,-0.03552798,-0.0121583715,-0.0049706902,-0.016978223,0.047847718,0.002290657,0.0023713387,-0.0059318542,-0.026084725,0.018213002,0.031122064,0.016150359,0.009211739,0.011933867,0.008987233,-0.02825962,-0.011414697,-0.020977225,-0.008152354,0.019714383,0.01439641,-0.015196211,0.06224413,-0.0056827934,0.054639008,-0.00010901887,0.026617924,0.046163928,-0.09098082,0.053825177,0.01126035,-0.0053776065,0.013533467,0.02463947,0.0067141154,-0.011702346,0.0035692854,-0.010348297,-0.015308464,-0.019363593,-0.027207252,0.005216243,0.017132571,0.017090475,-0.0007989236,-0.04787578,0.010628928,0.040074218,0.03973746,0.046500687,-0.0012277641,0.05820303,-0.025986504,-0.027950926,-0.018577823,-0.01853573,0.006321231,0.00173904,-0.0006879864,-0.016094232,0.024232555,-0.010179918,-0.005577557,-0.03443352,-0.0054477644,-0.0152804,0.002525686,-0.01311252,-0.02861041,0.029326022,0.023657259,0.055424776,-0.0064615468,-0.024527218,0.04158963,0.030224042,-0.05421806,-0.0611216,-0.012242561,-0.013259851,0.00989227,-0.0023081964,0.013498388,0.051159173,-0.030167917,0.0034394932,0.0038376397,-0.01995292,-0.027852705,-0.018746203,0.043048915,-0.008138321,-0.019854698,0.018690076,-0.04812835,0.0043497924,-0.024695598,0.02472366,-0.012909062,0.02782464,0.000056674464,-0.0042164926,-0.04459239,0.02490607,-0.03196396,0.00860838,0.027684325,0.038530745,-0.0015943393,-0.0059283464,-0.0031886785,0.033928383,0.01439641,-0.0005196073,-0.0049356115,0.034854468,0.032272656,-0.016613401,-0.01002557,-0.029213767,0.038278174,-0.010713118,0.0017609644,-0.012719636,-0.024414966,-0.00879079,-0.010060649,-0.026547767,-0.0021801582,0.0140806995,0.010411439,-0.02303987,-0.0048268666,-0.005700333,-0.03398451,0.029578589,0.016823875,-0.0042761266,0.0109797185,0.036510196,0.020037109,-0.030420486,0.007913816,0.014775263,-0.017413203,0.005731904,-0.008411937,0.0045567583,0.011681298,0.019756477,0.005903791,0.03398451,0.001876725,0.0025642728,0.0019942396,0.023797575,0.041814134,0.0072192526,-0.019251341,0.009232786,0.0067035914,-0.0045251874,0.0047251377,-0.01112705,-0.014971705,0.00930996,0.007064905,-0.0042480635,-0.0072473157,0.0019381132,0.024414966,0.0022678557,-0.01818494,-0.03822205,-0.0025783044,0.028399937,-0.0209211,0.008313716,-0.006044107,-0.029354084,-0.010579818,0.015168148,-0.014789294,0.02190331,0.010713118,-0.018872486,-0.033254866,-0.023376627,0.018465571,0.0031921866,0.016739685,0.02428868,-0.042796347,-0.025888281,0.00043103288,-0.006598355,0.0035201749,0.017525455,0.05943781,0.006100233,-0.024569312,-0.043497927,-0.020359837,0.003756958,0.0335355,-0.002897523,0.006970192,0.033451308,-0.0059809648,-0.0014855945,0.06269314,-0.030757243,-0.007829627,0.053993553,-0.0016995763,-0.0056792856,-0.044452075,0.03347937,0.025944408,-0.01536459,0.005016293,-0.009506402,-0.030139854,-0.0034640485,0.0053039407,-0.023516944,-0.0028413967,0.027389662,0.008166385,-0.024821881,-0.004651472,-0.017904308,-0.018479602,0.026940651,-0.05379711,0.020345803,0.0022380385,0.006728147,0.014873484,-0.01810075,-0.017006285,0.023559038,0.0129230935,-0.018058656,0.030336296,-0.032076214,-0.025144607,0.0086645065,-0.031655263,0.021861216,-0.007366584,0.043610178,-0.0007721759,-0.021468332,-0.012859952,0.008201464,-0.008692569,-0.0024660518,0.036762763,0.020907067,0.004076177,0.0108043235,-0.015378621,-0.011933867,0.043497927,-0.061682865,0.0029589112,-0.0052758777,-0.028820883,0.007352553,0.006693068,-0.044620454,0.0015276893,0.01297922,0.02163671,0.010958671,-0.00573892,-0.009653733,-0.0086645065,0.027572073,-0.025032355,0.034237076,-0.029915348,0.03134657,0.0011733916,-0.022197973,-0.021692837,0.027544009,0.008727648,-0.019237308,0.014677042,-0.027670294,-0.012670525,0.020429993,-0.017806087,-0.02879282,0.01776399,0.0036061185,0.00997646,-0.036846954,0.030476611,0.01161114,0.0007629677,-0.02674421,-0.008461048,-0.04229121,-0.0035342064,-0.00989227,-0.0069456366,-0.013252836,-0.013701847,-0.02322228,0.020205488,0.0108043235,-0.008440001,0.01633277,-0.044367883,0.013701847,-0.008243559,0.05006471,0.010748197,-0.004097224,-0.0066158944,-0.027740452,-0.028203495,0.01316163,0.012789793,0.05351648,0.006826368,0.012733667,0.013175662,0.030308232,0.017371107,0.012368846,-0.0030290694,0.01758158,-0.01019395,-0.005026817,-0.015308464,0.010495628,0.009815097,-0.0018995263,-0.005942378,-0.023208247,0.011597108,-0.010334265,-0.0026852954,-0.01643099,-0.028119305,-0.024162397,0.004777756,-0.014831389,0.040719673,-0.015406685,0.030785307,-0.0043287454,-0.019293435,-0.018353319,-0.031543013,-0.009695828,0.01758158,-0.026786303,-0.0025519952,-0.021650743,-0.03373194,-0.00058844977,-0.01126035,0.011814598,0.0009857191,-0.01311252,-0.030953685,0.053712923,0.006373849,0.00051522243,-0.012712619,-0.027221283,-0.007752453,0.0041779056,-0.08115871,-0.0026677558,0.01641696,0.027095,-0.0010155363,-0.0040446054,-0.0020942148,-0.011702346,0.0040831924,-0.04554654,-0.010341281,0.008334764,0.03892363,-0.01721676,0.017778024,-0.049868267,0.012635446,0.0011874232,0.046612937,0.023979986,0.007296426,-0.0075630266,0.0067106076,0.015771506,-0.033142615,0.013793052,0.0045216796,-0.006798305,0.031571075,0.0028413967,-0.012221514,0.019321498,0.037324026,-0.006871971,-0.023657259,-0.029971475,0.0054898593,0.008418953,-0.013764989,-0.004791788,0.041449316,-0.027838673,-0.00043388305,-0.0011479594,0.0038867502,-0.0069491444,-0.052730713,-0.010951655,-0.028736694,0.011898788,-0.016276643,0.008397906,0.016725654,-0.05031728,-0.008804822,-0.03771691,0.036089245,0.0051671327,-0.0012847674,0.034910593,0.00538813,0.01845154,0.019321498,0.013337025,-0.009401165,-0.012551256,0.00081865554,-0.01302833,0.0028185954,0.01492961,-0.014066668,-0.00022154563,-0.029999537,0.009050375,0.0316272,0.023545006,0.011197208,0.013603626,-0.024232555,0.031150127,-0.012256593,-0.0139824785,0.030364359,0.015210243,-0.0070122867,0.0098431595,0.017904308,0.041449316,-0.011905803,0.022464573,-0.021917341,-0.013715878,-0.020850942,0.024948165,-0.008222511,0.017721897,0.039007816,0.0019609146,0.0001575265,-0.017258855,0.05376905,0.021594616,0.0040375898,-0.033675812,0.0041147633,0.00825759,0.022324258,-0.014606884,-0.029690843,-0.016922096,-0.03185171,0.007577058,-0.01801656,0.020822879,-0.004981214,0.02912958,0.048324794,-0.009295927,-0.007443758,0.00785769,0.0049005323,-0.008545238,-0.00017703918,-0.000315053,0.02825962,0.0017855196,0.00944326,-0.008152354,0.0071911896,-0.041028365,-0.02622504,0.020177426,-0.012151356,-0.01960213,0.00048979017,0.031599138,0.031122064,-0.013968447,0.004707598,0.05023309,0.016178422,-0.018872486,-0.0058897594,-0.013175662,0.016543243,0.010874482,0.020023078,0.017427234,-0.02904539,0.012593351,-0.0076893107,-0.029887285,-0.021664774,-0.0029273403,0.04655681,-0.0030992273,-0.016150359,0.041000303,0.013421215,0.01996695,0.06207575,0.045153655,-0.02587425,-0.01641696,0.017104506,0.023418723,0.0033553038,0.006815844,0.013351057,-0.0013742187,0.0038165923,-0.001467178,-0.031009812,0.021594616,-0.018170908,-0.016795812,0.014494631,-0.011555013,0.021931374,-0.014242063,-0.0120601505,0.026168915,0.017974466,-0.00839089,-0.045462348,-0.09345038,-0.023587102,-0.023025837,0.0065036416,-0.006798305,0.008334764,-0.00892409,0.028624441,-0.0061318045,-0.01222853,-0.019209245,-0.015925854,-0.015476842,-0.013322994,0.015771506,0.028399937,0.009134565,0.009604623,0.02534105,-0.005370591,-0.0003198764,0.011505903,-0.04220702,0.0037674818,-0.008811838,0.008131306,-0.04161769,-0.031122064,0.006058139,0.0035201749,-0.0006178284,-0.012705604,0.029354084,-0.0003707409,0.0031150128,-0.00662291,0.027978988,0.003041347,0.021299953,-0.009239801,-0.008089211,-0.010565787,-0.018465571,-0.008629427,0.011218255,-0.024092238,0.014873484,0.01412981,0.0016110018,-0.02031774,-0.02825962,0.012530209,0.009183675,0.026519703,-0.007198205,0.008966185,0.0014443767,0.010446518,-0.027782546,-0.0007769992,-0.00032579596,-0.028764758,0.02912958,-0.03451771,0.020261616,-0.03319874,-0.008468064,0.021510426,-0.021412205,0.01010976,-0.00450414,-0.024232555,-0.0048373905,0.016978223,-0.011267366,-0.012502146,-0.0062265177,0.015659254,-0.009394149,0.019503908,-0.02057031,-0.0009067914,0.020233551,0.009085454,0.030392421,0.04697776,-0.0008616273,-0.0069526522,0.00717365,0.006114265,-0.021173667,0.023811607,-0.02674421,-0.024793819,0.036257625,-0.015673285,-0.046500687,-0.00930996,0.008503143,0.0029115546,0.032553285,0.041056428,0.003381613,-0.00004341023,-0.010397407,-0.025832156,0.004598853,-0.01686597,-0.02419046,0.018591855,0.0076752794,0.04369437,0.034237076,-0.016150359,-0.01793237,0.011295429,-0.028063178,0.022183942,0.013210741,-0.03538767,-0.0076051215,0.015266369,-0.01563119,-0.021847185,-0.011695329,-0.014242063,-0.02497623,0.02639342,0.015771506,0.011597108,0.06336666,0.0059879804,-0.03185171,-0.010334265,-0.051271427,-0.03370388,-0.0017977974,-0.009204722,-0.0036026104,-0.0023169662,0.015757475,0.044367883,-0.0011654989,0.027922863,-0.0203879,-0.009569543,0.07195399,-0.0031272904,-0.0016136328,-0.009387133,0.08637846,-0.0041814134,-0.0009646717,-0.0013610641,0.021047384,0.007927848,-0.0008616273,0.008082195,-0.013898289,0.025719903,-0.0110779395,-0.033395182,-0.0031500917,-0.0029641732,-0.044424012,-0.023783544,-0.016094232,0.024485122,0.015701348,-0.040719673,0.00402005,-0.035976995,0.013056394,0.035247352,-0.020949163,-0.011120034,0.034910593,-0.031009812,0.042038642,0.0225207,0.012965188,0.024695598,0.014915579,-0.004339269,-0.028385906,-0.00820848,-0.01880233,0.015757475,0.024414966,-0.025186703,0.006377357,0.020289678,0.029718906,0.010614897,-0.011197208,0.004293666,0.014382379,0.03081337,-0.04944732,-0.029634716,-0.0005332004,-0.0008090088,0.05163625,0.011351556,0.0063984045,-0.0051390696,0.000819094,-0.0011646219,-0.0020047633,-0.0129441405,-0.0016688821,0.0238537,-0.0022643476,-0.01086045,0.0025502413,0.009885254,0.0089591695,0.006787781,-0.023769513,-0.001536459,-0.024064176,-0.0047847717,-0.0036727684,-0.0006599232,0.012242561,0.005135562,0.006528197,0.005384622,0.019377625,-0.01685194,-0.0075910897,0.009829128,-0.03979359,0.017890276,-0.033507437,0.036061183,0.003928845,-0.021454299,0.012431988,-0.011337524,-0.015490875,-0.012621414,0.006142328,0.020584341,-0.0129441405,0.023404691,-0.013224773,0.011786534,-0.008376859,0.015406685,-0.013175662,0.011505903,0.0040165423,-0.0033553038,0.0003707409,-0.017876245,-0.035976995,0.02985922,0.0021082463,-0.009618654,0.03586474,0.006387881,-0.016753718,-0.004419951,-0.0010664008,-0.038558807,-0.009345038,-0.018044623,0.020331772,-0.032272656,0.0035955948,0.010544739,0.015547001,0.0061914385,-0.03145882,0.014691073,0.014663011,-0.0023994017,0.043554053,-0.012123293,-0.040831923,0.015350559,0.025088482,0.00648961,0.017609645,-0.0010620159,0.028736694,-0.018170908,-0.003179909,0.013442262,-0.013365089,0.017960435,0.05809078,-0.013358072,0.025944408,-0.0044830926,0.008734664,0.016360832,-0.0015241813,-0.009288912,0.018213002,-0.0048373905,-0.011533966,-0.006829876,0.015224274,-0.022941649,-0.025719903,0.05096273,-0.029746968,-0.0017364091,-0.010621913,-0.009604623,-0.009801065,-0.009127549,0.028147368,-0.018998772,-0.009338022,0.019377625,-0.014228031,0.024709629,-0.011162129,-0.01161114,-0.029326022,-0.00066080014,-0.0038516712,-0.02851219,-0.029213767,0.039316513,-0.011400666,0.01721676,-0.012291672,0.0023783543,0.007366584,-0.0043813637,-0.02674421,-0.057417262,-0.0042235083,-0.0097238915,-0.00949237,0.015659254,-0.008636443,0.003104489,0.005773999,-0.007205221,0.012116278,0.013652736,0.027796578,-0.0038411475,-0.0074928687,0.009176659,-0.020879004,-0.017525455,-0.0025712887,0.047090013,-0.025411207,0.052730713,-0.03738015,0.0066860523,-0.024934134,-0.027445788,0.004890009,-0.024050144,0.007033334,0.036229562,0.01758158,-0.0037709896,-0.009338022,-0.013035346,0.042347334,-0.019938888,0.038193986,-0.010397407,0.02243651,-0.047539026,-0.008973201,0.04248765,0.01019395,-0.031992022,-0.0445082,-0.0016022321,0.02640745,0.015743444,-0.00782261,0.002457282,0.007478837,0.008236542,-0.010334265,-0.0040095267,-0.0024660518,0.030252106,-0.0070122867,0.024443028,0.002692311,0.010530707,0.0203879,0.019195214,-0.02066853,-0.01784818,0.009457291,-0.016360832,0.019349562,0.013322994,-0.0064720702,-0.02985922,0.0219875,0.015238306,-0.03558411,0.015210243,0.008552253,-0.011576061,0.011246319,-0.026463578,0.041112557,-0.007885753,0.05093467,0.037660785,0.018788299,-0.003309701,-0.028848948,0.007275379,0.0034184458,-0.027740452,-0.012424972,-0.008103243,-0.026295198,0.012698588,0.0028729679,-0.012123293,0.020640468,-0.0016373111,0.0009865961,-0.010544739,-0.0027817625,0.039092008,0.000350132,0.0022836411,-0.013000268,-0.0077454373,0.02692662,0.02181912,0.0039814636,-0.0009822112,0.007955911,0.005465304,0.052842963,0.010425471,-0.022352321,0.023727417,-0.004472569,-0.017062413,-0.00887498,-0.034573834,0.012838904,-0.025411207,0.035892803,0.02534105,0.039372638,-0.0203879,-0.0367347,0.016220517,0.02375548,-0.0059985043,0.0024958688,-0.0014654241,0.04161769,-0.049166687,-0.0064369915,0.019742446,-0.03134657,0.0052127354,-0.015055895,0.0138842575,0.013287915,0.044003062,0.004325237,-0.002287149,-0.021159636,-0.023601133,0.007061397,0.056547303,0.025397176,0.020275647,0.02649164,0.017146602,0.025916345,-0.042543776,-0.0025905822,-0.023334533,0.021566553,0.010004523,-0.00860838,-0.0109025445,0.015308464,0.0010988488,-0.02710903,-0.018339287,0.006110757,-0.008853933,0.045602664,0.011113019,0.026196977,0.050569847,-0.0086645065,0.021313984,0.009267865,0.007934864,0.0059949965,-0.0017600874,-0.008881995,0.013729909,-0.063198276,-0.018746203,-0.021299953,-0.013126551,0.0013137076,0.03841849,-0.0044795847,-0.01651518,-0.0077664847,0.0030957193,-0.014957674,-0.030616928,0.0039428766,-0.030588863,-0.02303987,-0.013743942,-0.00066343107,0.014985737,-0.022562794,0.009836144,0.0015925854,0.0025923362,0.031122064,0.0027116046,-0.005563525,0.010649976,-0.01156203,0.0006932482,-0.005111006],"social":"https://twitter.com/MMaliarets"},{"title":"zetapass","description":"nft ticketing platform","niche":"web3","youtube_url":"https://youtube.com/watch?v=Ej2YLkCHFNQ","youtube_transcript":"","embedding":[0.015368305,-0.034778815,-0.009368405,0.014480606,0.007355228,0.014345866,-0.052279186,0.049235642,-0.013600831,0.015122603,0.008274632,0.032844897,-0.0417536,-0.015431712,0.020306136,0.06340714,-0.045558028,0.027027294,-0.007731708,0.018673403,0.074376576,0.014829345,-0.016660227,-0.030704908,0.04013672,-0.0149403075,0.0030970424,-0.011762024,0.02745529,-0.058936935,0.04486055,-0.04254619,0.0036677066,-0.018150294,-0.01838807,0.056432355,0.024712933,0.0031029868,0.025759151,0.026868775,-0.0035983552,0.028881952,-0.028406398,0.036998067,0.02423738,0.020131767,-0.031957198,0.023635011,0.020797541,0.05478377,-0.03747362,-0.03146579,-0.03233764,0.079956405,-0.037980877,0.0054450883,-0.023222866,0.015170158,0.0034081338,-0.006637935,-0.016406598,-0.025505522,0.03541289,-0.0056551243,-0.009994551,0.019989101,0.0019160844,0.037441917,0.03836132,0.015400009,-0.026203,0.0417536,-0.029563578,-0.00380641,-0.029769652,0.046223804,-0.03179868,0.0123247625,0.006352603,0.009495219,-0.02168524,0.016850447,-0.010604844,-0.024015455,-0.021288946,-0.051137857,0.0061584185,-0.006923267,-0.005143904,-0.045748252,-0.0072165253,-0.0069589335,-0.016248079,-0.018847773,0.06543617,0.0026868775,0.010858472,0.0011968098,-0.014179422,0.032844897,0.014385494,-0.048094314,-0.039661165,0.012197948,0.023032643,0.07589835,0.0026631,-0.010224401,-0.025251893,0.04486055,-0.021162134,-0.050155047,0.00084608904,0.019355029,-0.004715906,0.007077822,0.025632337,-0.10195868,0.018086886,-0.02983306,-0.024919005,-0.009352553,0.031687718,-0.028691731,-0.0045970175,0.023524048,-0.028089363,0.010660325,-0.0034774854,-0.014187347,0.023222866,-0.025473818,0.028295435,-0.024364194,-0.04127805,0.03481052,-0.027693069,-0.04371922,-0.010802992,0.022224203,0.033954524,-0.016065784,0.031766977,-0.006772675,0.033161934,0.009178183,0.002877099,-0.019545252,0.004799128,-0.034969036,0.030229354,0.0060553816,-0.017643036,0.008036855,-0.006491306,-0.069494225,0.012404022,-0.0057224943,-0.04784069,0.0065269726,-0.01776985,0.0046524988,-0.028232029,-0.009661662,-0.046667654,0.009867736,-0.061695147,0.021605983,-0.09986624,0.01819785,-0.023460642,0.031656016,-0.061156187,0.038836874,0.020718282,-0.026932182,0.0073274877,-0.05985634,-0.06404121,0.008758111,0.014559864,0.062138997,-0.046255507,-0.0025600633,-0.027772328,0.011698618,-0.04058057,0.034081336,0.027122404,-0.039249018,-0.010826769,0.021352354,0.012530836,0.02406301,0.035476293,-0.051169563,-0.010692029,0.0057581607,-0.0488235,-0.0049774605,-0.036554217,-0.052691333,0.04289493,-0.03427156,0.0007217516,-0.048347943,-0.023397235,0.030245205,0.019576954,-0.028184474,0.018102739,-0.032496158,0.022731459,-0.008242928,-0.04891861,-0.007929855,0.00083370483,0.022366868,0.0030851536,0.018435625,-0.07069896,-0.0045415363,0.067655414,0.028850248,0.038266208,0.05186704,-0.015954822,-0.039439242,-0.0038083913,-0.068606526,-0.022747312,0.01190469,-0.023856936,-0.05462525,0.0016981225,-0.0059999004,0.03233764,0.023571605,0.010121364,-0.055005692,-0.02371427,-0.01891118,0.008536186,0.025172634,0.016739484,0.030213501,0.030609796,0.002459008,0.00033932726,0.021986425,0.0003279338,-0.0028988952,-0.040802494,0.0096933665,0.04058057,-0.024491008,-0.024443451,-0.0015128547,0.0047555356,-0.013172833,-0.04476544,-0.013141129,-0.012879576,0.010462178,-0.038614947,-0.0148769,0.012007727,0.02930995,0.021970574,-0.00368554,-0.016565114,-0.054656953,0.022430275,-0.011207212,-0.05896864,-0.023048496,0.05380096,0.029357506,0.003324912,0.0497429,-0.034430075,-0.025743298,-0.009836032,-0.006974785,-0.0071095256,0.031909645,-0.0016287708,-0.02425323,-0.035476293,0.0012453558,0.029737948,-0.0621707,0.04130975,-0.011460841,-0.013925793,0.045938473,-0.01354535,-0.04273641,0.0054371622,0.02433249,0.058778416,0.0382028,-0.014900678,0.0023302124,-0.03129142,0.07989299,-0.025061673,-0.0057977904,-0.047460243,-0.014908603,0.0057066428,-0.02992817,-0.023777677,0.011936394,-0.0042562042,-0.0746302,-0.043750927,0.046509136,0.0013890127,-0.0063961954,0.022874126,-0.08027344,0.032448605,-0.019529399,-0.040961012,-0.04467033,-0.011991875,0.00856789,0.035222664,-0.0034497448,0.0023262494,-0.009518997,0.009970773,0.0067449342,0.03614207,0.02157428,-0.0020032693,0.051264673,-0.038266208,-0.029452616,-0.03560311,-0.022335164,-0.04910883,-0.0102323275,0.026171297,0.012602169,0.0038717985,0.03569822,0.030958535,0.04644573,0.006392232,0.010208549,0.015946895,0.045653142,0.000121984434,-0.04200723,0.035127554,-0.041531675,0.00050329417,0.065689795,-0.012229652,0.031117054,0.00011771188,0.0444167,-0.048538163,0.018166145,-0.029405061,-0.0037410213,-0.019196512,-0.019164808,-0.0027066923,-0.0029286172,-0.00539357,0.037156582,-0.012895427,0.05044038,-0.004704017,0.011334026,0.02327042,0.06064893,-0.00036731557,0.017975925,-0.0104701035,-0.036110368,-0.012776539,0.022351017,0.008773963,-0.026583442,0.0297538,0.019370882,0.019323325,0.010501808,-0.0075494125,0.0270907,0.027645513,-0.014750086,0.040961012,0.043116856,0.040105015,-0.01491653,-0.015867637,-0.022319313,-0.058746714,-0.0010581067,0.0070421556,0.008607519,0.031735275,-0.022430275,-0.027249219,-0.02113043,0.034334965,-0.059888043,0.048094314,0.05446673,0.051835336,-0.005524347,-0.0016139098,-0.036998067,0.033510674,0.009217813,-0.0021380095,0.015035418,-0.026424926,-0.0191014,-0.00501709,0.033383857,0.03002328,-0.027027294,-0.03595185,-0.047206614,-0.0044424627,-0.020115916,-0.03560311,-0.014187347,0.017452816,-0.018578291,-0.033193637,0.03500074,0.015812155,-0.04279982,0.011857135,0.025870113,-0.010216475,0.011444989,-0.016517559,-0.030086687,0.031830385,0.015582304,0.014108089,-0.045811657,0.008995888,0.004878387,-0.037188288,0.023080198,0.024998264,0.052913256,0.042482782,-0.046699356,0.0008292465,-0.010588992,0.022430275,0.009986624,0.029405061,-0.0408659,0.019973248,-0.041246343,-0.01296676,-0.01945014,0.009606182,0.020623172,-0.025378708,0.067528605,0.0021657501,-0.0086471485,0.008544112,0.011072472,0.016913854,0.019148957,0.05053549,-0.07767375,0.04520929,-0.030895129,-0.00959033,0.03785406,-0.037346806,0.065689795,-0.016097488,0.051518302,-0.036807843,-0.01927577,0.04654084,0.06759201,0.019339178,-0.021732798,-0.009653737,-0.013735572,-0.013053945,-0.015352454,0.007929855,-0.018403921,0.001507901,-0.022351017,-0.04254619,-0.00901174,0.04983801,0.009503145,-0.032004755,-0.011262693,-0.024316639,0.048886903,0.0506306,-0.025077524,-0.005496606,0.0028295435,0.011706543,-0.028263733,0.022668052,0.008282557,0.00078714016,-0.025378708,0.031497497,0.008655074,0.006574528,-0.0056234207,0.028374694,-0.034049634,-0.00077475596,-0.05392777,0.008544112,-0.013022241,-0.020749986,-0.027011441,-0.053230293,0.02789914,0.019576954,0.03500074,0.018102739,-0.008932481,0.026741961,-0.006190122,-0.0007712884,0.009075147,0.02344479,0.018546589,-0.034937333,0.010795065,0.04822113,0.007917967,0.024205675,0.0253153,0.005670976,0.005516421,0.0054807547,-0.014496457,0.0444167,-0.016723633,0.015003715,-0.011032842,-0.005250904,-0.011310249,-0.012665576,-0.014559864,0.02016347,-0.016145043,-0.03259127,0.013577053,-0.0035844848,-0.014060533,-0.033257045,-0.029072173,-0.005884975,0.0033467081,-0.0025184522,-0.056337245,-0.0061465297,-0.015510972,-0.029896466,0.003639966,-0.030657351,-0.025331153,-0.0029325802,-0.00036607715,-0.00910685,0.0046762764,0.0044543515,-0.006209937,0.013386833,-0.014591568,-0.005009164,-0.0014752067,-0.0426096,0.016755337,-0.014266606,-0.027471144,0.008987962,-0.01989399,0.032559566,-0.040897604,-0.057859015,-0.0025224152,0.027280921,-0.03560311,0.019941546,0.004426611,0.051486596,0.013846534,-0.024126416,-0.025537224,0.0015475305,0.0029761726,0.031069499,-0.00043840092,0.00036657252,0.018102739,-0.015915193,0.012316837,0.003095061,-0.015392083,0.014654975,-0.032274235,-0.016739484,0.019767176,0.011286471,0.032099865,0.04812602,-0.017341852,-0.0056154947,-0.012007727,0.01381483,0.0027601921,0.0017724277,0.0049814233,0.013822757,0.028802693,-0.019148957,0.02762966,-0.017056521,0.0075494125,-0.0030078762,-0.011619358,0.04130975,0.0032575417,0.0012730964,-0.019830583,0.015217713,0.013069796,-0.01723089,0.006336751,-0.027312625,0.0099628465,-0.0005899836,-0.031671867,0.00114331,-0.03164016,-0.0062257885,-0.010961509,-0.04200723,-0.021986425,-0.03785406,-0.009217813,-0.0045930548,0.015653638,-0.03455689,-0.037441917,0.021923019,0.028232029,0.004188834,0.010731658,0.029405061,-0.011223064,-0.0005211274,0.01217417,0.04324367,-0.013466091,0.023555752,0.010271956,-0.0001928221,0.0007480061,-0.0016852429,-0.013664238,-0.024855599,0.013434388,-0.06467528,-0.04333878,-0.0014335958,-0.038678356,-0.004204686,0.0012919204,0.010382919,-0.010287808,-0.04191212,0.016565114,0.011492544,0.0015296972,0.016065784,-0.03224253,0.012514984,-0.022192499,-0.0026829145,-0.087692074,0.019941546,-0.020020803,-0.025775002,0.00011201515,-0.03541289,-0.041151233,-0.00017672263,-0.00672512,0.039883092,0.00029251497,-0.023872787,-0.013735572,0.010533511,0.004648536,0.026837071,0.024855599,-0.022430275,-0.025156783,0.021954723,-0.0029940058,-0.0030772276,0.0027760437,-0.021288946,0.002106306,-0.005801753,-0.014488531,0.024617821,0.01582008,0.013933719,0.022049833,-0.011032842,0.01945014,-0.0069668596,-0.00685986,0.006558676,-0.012150393,-0.039946496,0.011032842,-0.03490563,0.008631296,0.023777677,-0.021336501,0.006182196,0.02743944,-0.026028631,-0.003396245,-0.02992817,-0.020496357,0.006637935,0.033986226,-0.033510674,0.015653638,-0.016977262,0.02479219,0.035476293,-0.032036457,-0.0059483824,-0.01190469,-0.009360479,-0.039978202,-0.023492346,0.0060276412,-0.007985337,0.023413086,0.00052905333,-0.015059195,0.0013365037,-0.03658592,0.023524048,0.015130528,0.0047555356,0.0046009803,-0.0110090645,0.022366868,0.00235399,0.019434288,-0.031132905,-0.025378708,-0.031656016,0.020464655,0.0033724671,-0.014345866,-0.0049853865,-0.034176446,-0.023302123,0.0062297513,0.024031306,0.00086590374,-0.0007574181,-0.038424727,-0.0016565116,0.0015336602,-0.016929707,-0.03747362,0.0067211566,0.008655074,0.024189824,-0.046192102,0.044099666,0.033161934,0.019957397,-0.00078763557,-0.016834596,0.019481843,0.02132065,-0.055734877,-0.0127131315,0.0127131315,-0.001128449,-0.01873681,-0.022414424,0.008892851,0.020639025,0.01180958,-0.021621834,0.0068876003,-0.019196512,0.018784365,-0.010501808,0.017801555,0.028992914,-0.027391884,0.02593352,-0.005076534,0.013188685,0.015851784,-0.0021300835,0.019386733,0.025743298,-0.01750037,-0.006713231,0.017595481,-0.022477832,0.002881062,0.020908505,0.040200125,0.0040521123,-0.002726507,0.00017288353,-0.00937633,0.027962549,-0.0018100757,-0.016470004,-0.011825431,0.025949372,0.005619458,-0.017310148,0.016771188,-0.011484618,0.02060732,-0.033669192,-0.03073661,-0.0042997967,-0.011516321,0.005001238,-0.007906077,-0.025537224,-0.014131866,0.028105214,0.00937633,-0.02753455,-0.0012998463,-0.013822757,-0.023238717,0.034683704,-0.008456927,0.034652002,0.03569822,0.04955268,-0.041690193,-0.0121900225,0.0009565561,-0.022287609,-0.007192747,0.023254568,-0.022953384,-0.018324664,0.038583245,0.0015049288,-0.0382028,0.047808982,0.014868974,0.026187148,0.0000017763597,0.0070144148,-0.02149502,0.009812254,0.011484618,-0.0026492295,0.04869668,0.002500619,0.0099628465,0.015233565,-0.015954822,0.016224302,-0.026504185,0.01084262,0.0417536,0.04102442,0.03027691,-0.06074404,-0.031687718,0.0013107444,0.011976023,0.030054985,-0.00395502,0.035127554,0.014266606,0.015059195,0.00022006736,0.033954524,-0.04308515,-0.0070183775,0.029103877,-0.0035091888,0.010977361,-0.020353692,-0.0065983054,0.039661165,0.012205875,-0.012507059,0.012863724,-0.0022311388,-0.007204636,0.037727248,0.007890226,-0.019481843,0.023317976,0.008385594,-0.03278149,-0.00757319,0.012499132,0.02043295,0.0051082377,0.047808982,0.0063090106,0.015130528,0.0116669135,0.008607519,0.010763362,-0.0044662403,-0.0027364143,-0.007862485,-0.016216377,0.037188288,0.00086887594,0.014575716,-0.0042918706,0.00023480457,-0.016010303,0.00883737,-0.041975528,0.04318026,0.026741961,0.024459304,0.0123089105,0.02159013,-0.00477535,0.008940407,-0.002496656,0.0014464754,-0.00031901716,-0.008242928,-0.023064347,-0.016676078,0.004497944,-0.0021598057,-0.005888938,-0.0018497051,-0.0052033486,-0.0013474018,-0.03162431,0.009756774,0.017975925,-0.0027165997,0.01696141,-0.011460841,0.0034081338,0.052088965,-0.022097388,0.029198987,0.06898697,0.02051221,-0.0043037594,-0.0056947535,0.0074543017,-0.002538267,-0.011001139,0.015709119,-0.035032444,-0.019355029,-0.0116510615,0.021447465,0.033288747,0.006467528,0.011730321,0.000821816,-0.022937533,0.03661762,0.020797541,-0.0072165253,-0.045526326,0.0075573386,0.016580967,-0.010581067,-0.021637686,0.022794867,-0.0039728535,-0.0132520925,0.03604696,0.028580768,0.022636348,-0.04318026,-0.055893395,0.008171595,-0.012007727,-0.004830831,-0.033891115,-0.0297538,-0.034113042,-0.012942982,-0.0014613364,0.00648338,-0.00085797784,0.0044385,-0.012507059,-0.034239855,-0.0062812697,0.038424727,0.045145884,-0.0012136523,0.046033584,-0.037695546,-0.016771188,0.004363204,0.022287609,-0.027217515,-0.022541238,-0.020845097,-0.00018056174,-0.009994551,0.020020803,-0.016739484,0.05107445,-0.01918066,0.0041610934,-0.008496556,0.03668103,0.017294297,0.017785702,0.021273095,-0.00054589583,-0.04920394,-0.0125783915,0.0051954226,0.03010254,0.030482981,-0.0009798384,-0.00932085,-0.005231089,-0.022620497,0.004668351,0.0012344577,-0.02078169,0.021273095,0.0058572344,-0.012245504,-0.019909842,-0.0028453954,-0.011563877,0.012950908,-0.01429831,0.003249616,0.028897803,-0.040295236,-0.04768217,-0.010224401,-0.048347943,0.04413137,0.01119136,0.001639669,-0.033891115,-0.008338039,0.00655075,-0.049172238,0.00086738984,0.018530736,-0.01225343,-0.015891414,-0.040612273,0.014924455,-0.0034854112,-0.025600633,-0.019085549,-0.0047674244,0.016723633,0.01047803,0.032813195,0.027518699,0.014734234,0.015178084,0.030863425,0.053420514,-0.017627185,-0.013006389,-0.0113974335,0.0004943775,-0.019402584,-0.0012750779,0.0016257986,-0.027043145,0.018372219,0.03633229,-0.032194976,0.009645811,0.017547926,-0.027994253,-0.05018675,-0.014242829,0.038868576,-0.019941546,-0.042577893,0.004862535,0.0014494476,-0.011817506,0.030150095,0.015693268,0.0111438045,-0.009194035,-0.003023728,0.007593005,-0.010509733,0.029294098,-0.0104384,0.007735671,0.0128320195,0.0021796203,-0.0021221577,-0.00672512,0.06347055,-0.019687917,-0.01385446,0.013347203,0.017706444,-0.000382672,-0.016224302,0.008797741,0.11483033,-0.00928122,-0.027011441,0.0014989844,0.0016941595,0.013331351,-0.014924455,-0.015907265,0.009194035,-0.046414025,-0.02139991,0.010216475,-0.021748649,-0.0063724173,-0.013061871,0.002143954,-0.016723633,-0.019513547,0.013624609,-0.03000743,0.00624164,-0.0019794917,0.0043077227,-0.013133204,0.0018249367,-0.024665378,-0.024047157,-0.0071214144,0.02114628,0.044733737,0.011254767,-0.00298608,-0.00053202553,0.011912616,-0.02415812,-0.009986624,-0.006419973,-0.010858472,0.0042324266,-0.016263932,-0.02371427,-0.010160994,-0.029198987,-0.019640362,0.039185613,-0.010596918,0.0024391934,0.0114132855,0.01767474,0.02745529,-0.0085282605,-0.019973248,-0.014306236,-0.0035844848,-0.019228214,-0.024316639,0.0057304204,-0.027486995,0.010604844,-0.010581067,-0.032496158,0.000030759275,-0.01190469,0.0076920786,0.008615445,-0.011960172,-0.015027492,-0.015931044,0.037441917,-0.009891514,0.022493683,-0.0191014,0.012293059,0.007818893,-0.032194976,0.015067121,0.016470004,0.0025065634,-0.031323127,0.0016664189,0.034493484,0.004704017,-0.009606182,0.008242928,-0.004795165,0.020353692,-0.015217713,-0.018372219,-0.0037548915,-0.052469406,0.00027418634,0.019576954,0.033035118,0.01394957,-0.00025660076,-0.006851934,0.00044459302,-0.025473818,0.010850547,-0.023191161,-0.004355278,-0.0030891167,-0.010699955,0.03630059,-0.0073116357,-0.022335164,-0.013830682,0.019529399,-0.003433893,-0.0150750475,0.0141477175,-0.005884975,0.03056224,-0.02211324,0.015265269,0.00064199726,0.011278545,-0.049330756,-0.014599494,0.017246742,-0.011524248,-0.011183434,0.006336751,-0.02807351,0.029230691,0.024570266,-0.0055798283,-0.0012839945,0.026409073,-0.002738396,-0.0076960414,0.015423787,0.0009560608,-0.033225343,0.024126416,0.015463416,0.020226877,0.0029127654,0.04784069,-0.011968098,-0.022699757,0.017706444,-0.0153286755,0.011571803,-0.00017003516,-0.0023678604,0.0031267647,0.005659087,0.003128746,-0.022002278,-0.02406301,-0.007228414,-0.028961211,0.015265269,0.053483922,0.013149056,-0.0091702575,0.035095852,0.015217713,0.0061029373,-0.046160396,0.0016555208,-0.017167483,-0.03506415,0.025854262,-0.01802348,0.021605983,0.00856789,0.020100063,-0.005009164,0.0060276412,-0.012610095,0.0039015205,-0.01873681,0.0053499774,0.027122404,-0.018181996,0.020734135,-0.010287808,-0.0059880116,-0.009843959,-0.024855599,-0.013053945,0.052469406,-0.0007866448,0.018990438,-0.018102739,-0.03595185,-0.033891115,-0.037600435,0.034144744,0.014401346,0.023825232,-0.011603506,-0.037885766,0.026298111,-0.0049576457,-0.015392083,0.00267697,-0.016596818,-0.030245205,0.0116510615,0.011334026,0.0077594486,0.014662901,-0.015407935,0.0039054835,0.04749195,0.010446326,-0.02434834,0.032718085,0.023286272,0.015503045,-0.0021697131,0.011199286,-0.005611532,0.015376232,0.021067021,-0.041880414,0.0032852823,-0.021605983,-0.040961012,-0.014171496,-0.020797541,-0.027058996,0.0056392723,0.028755138,-0.02139991,-0.030213501,0.022715608,0.0030316538,0.020258581,0.021352354,-0.006439788,0.023872787,-0.010715807,-0.028770989,0.012086986,-0.008104225,0.024284935,-0.02060732,-0.03750532,-0.0046524988,0.0041610934,0.0017179372,0.007367117,0.012499132,0.0064358246,-0.0059325304,0.0063486397,-0.029959874,-0.0005483727,-0.019624509,-0.016660227,-0.012776539,-0.024380045,0.014631198,-0.015463416,-0.005369792,0.00768019,-0.019133104,0.0034398374,0.03500074,-0.010382919,0.026979737,0.0059404564,0.009368405,0.02344479,0.021003615,0.0063486397,-0.032290086,-0.0051240893,-0.022240054,0.011793728,-0.0043077227,0.011072472,0.019497694,0.008987962,0.003182246,0.0053222366,-0.006982711,0.028802693,-0.005298459,-0.039819684,-0.0006860851,-0.012063208,0.0019576955,0.029975725,0.022430275,-0.0039530387,-0.0075533753,0.011048694,-0.007953633,-0.0043830187,0.029531876,0.048791792,-0.0066181202,-0.033098526,0.021019466,0.015384157,-0.029357506,0.011032842,0.022398572,-0.017421111,0.009352553,0.032876603,-0.0115480255,0.023460642,-0.010390845,-0.00089859805,0.020829245,0.014100162,-0.014694604,-0.019783027,-0.018007627,-0.025283597,0.03607866,0.022303462,0.0116510615,0.028469805,-0.0027819881,-0.0043790555,0.0017744092,-0.04831624,0.01883192,-0.01784911,0.026298111,0.0150909,0.0125783915,-0.00032397086,0.003291227,0.02211324,-0.012158319,-0.00019851884,-0.0052033486,-0.051550005,0.01713578,0.0002937534,0.02690048,-0.023207013,-0.000099445184,0.035127554,0.0031505423,0.015043343,0.010810917,0.022255905,0.04032694,0.028438102,0.03171942,0.015812155,-0.0025501559,-0.0039688908,-0.036205478,0.007822855,0.035729922,-0.020321988,0.06074404,-0.02149502,-0.0019735473,-0.02166939,0.020559765,0.02789914,0.029119728,0.007672264,-0.0032436715,0.04688958,-0.017975925,-0.0010283845,0.022763163,0.002508545,-0.03427156,-0.019624509,0.002211324,-0.031132905,-0.014797641,-0.002647248,-0.0014870956,0.011825431,-0.039185613,-0.008607519,0.02068658,0.0026234705,-0.0027998216,-0.021637686,0.024887303,0.02504582,-0.013577053,0.017658887,0.018990438],"social":"https://www.linkedin.com/in/zeddkhan03/"},{"title":"noswag","description":"automate the test automation","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=YO5Lpk9P9Gk","youtube_transcript":"Hello, everyone. This is Param. I'm building a tool for developers to auto generate unit test and integration test from open API specification. This is my v zero looks like. So after login, they can add the specific verification and add the specification, read the specification, read the specification, and the scripts will be automatically generated, and they can go to execution tab, select the test, and execute them. So if I'm looking at my progress, this is how my I currently have, like, five users trying it out daily, twenty five sign ups, and this was my v zero. It was with the tab section and stuff. And in v one, I had the specification added. All of this progress by talking with my friends and whoever using it, how they're feeling, what they use, and what they don't use. So that's pretty much it. So I'm doing it alone. Maybe I might build a team around it, and then I wanna improve it into a command line prompt, which will automatically do this stuff for them. So the idea is to create the API and then automation and testing will happen automatically. That's all it is. Thank you. Thanks everyone.","embedding":[-0.0013819961,-0.0018874274,-0.00015131179,-0.008348237,-0.0039890055,-0.057900466,-0.04889889,0.037342027,0.025465751,0.0025879533,0.026641764,-0.025523826,-0.022126457,-0.030866697,0.031069959,0.008849131,-0.016043134,0.028746972,-0.017306257,0.0234041,0.050699204,-0.0006243029,-0.018279009,0.012101314,-0.054677323,-0.08908658,-0.020950444,0.07857505,-0.020151917,-0.08868005,-0.007469857,-0.027919408,-0.026438503,-0.02439137,-0.0027857702,0.0012912544,0.042510673,-0.00700163,0.009698473,0.025756124,-0.0014564043,-0.058161803,0.038242184,0.024855968,-0.050670166,-0.00842083,-0.06324334,0.04242356,-0.011179378,-0.024986636,-0.05981693,-0.019092055,0.021618303,0.02582872,-0.0022776166,-0.0156220915,-0.007723934,0.04387543,-0.047563173,0.059265222,0.016333507,-0.005738505,0.02437685,0.06597285,-0.0073682265,0.008551498,-0.0031251442,0.0035951864,0.0032975534,-0.008863649,0.029066382,0.039200418,-0.012631245,0.000004611522,0.00623577,0.024696263,-0.031679742,0.04701146,-0.0092483945,-0.011135822,0.0077384524,-0.020311624,-0.01980347,-0.03989731,-0.03847448,-0.013320882,-0.071838394,-0.032754127,-0.011658494,-0.016333507,-0.036180533,0.039839238,-0.02516086,0.03629668,0.051250912,0.008115938,-0.036499944,0.053225454,0.031883005,-0.0044281953,0.04210415,0.025669012,-0.009560546,-0.0014954233,-0.002778511,-0.010627668,0.019992212,-0.008457127,0.01980347,-0.020471329,-0.11655591,-0.022910465,-0.019135611,-0.013429772,0.004867385,-0.0018030376,0.040507097,-0.05566459,-0.03641283,-0.043904465,-0.030024614,0.02243135,0.049392525,-0.062488366,-0.01978895,-0.045327295,-0.04448521,-0.047911618,-0.065217875,-0.00240647,0.023984848,0.014721934,0.054996733,-0.03446733,-0.01781441,-0.011680272,-0.048492365,0.023433138,-0.05238337,0.016493212,0.0055279844,-0.0566809,0.005949026,-0.020384217,-0.01541883,-0.085718244,-0.043788318,0.026656283,-0.018337084,-0.014852602,-0.0035189632,0.012377168,-0.031040922,-0.025523826,0.02767259,0.032579903,0.0059345076,0.033218723,-0.009030614,0.04274297,0.00961862,0.0145912655,-0.03008269,-0.0083772745,-0.023926772,0.01192709,-0.022721723,-0.05743587,-0.038242184,-0.007818305,-0.016260913,-0.0071250387,-0.03060536,0.0004335185,0.041262068,-0.0020380586,0.024478482,-0.040303834,-0.018249972,-0.048492365,-0.036499944,0.009879957,-0.030431138,-0.0073355595,-0.08060767,-0.029022826,0.012689319,0.021473117,-0.026002942,-0.016101208,0.018903311,0.076193996,-0.0057130978,0.033712357,0.038590632,-0.0931518,0.054299835,-0.01291436,0.038096998,-0.028267855,0.026322354,-0.009742029,0.034815777,0.0005217648,0.014954233,-0.012849025,-0.0058256174,-0.010787373,-0.02941483,-0.05981693,0.0065769586,0.028717935,0.034525402,0.034380216,-0.024217146,-0.015462386,0.012921618,0.06115265,-0.032608937,0.004319305,0.0007939899,-0.00047185685,0.032318566,-0.023578323,-0.010591372,0.07178032,0.028413042,-0.058248915,0.048956964,-0.0013992371,0.01781441,0.010569594,-0.03458348,0.01618832,-0.0011515123,-0.016260913,0.033596206,-0.00014133021,-0.0055388734,-0.0070814826,-0.0051795365,0.016812623,0.0376324,0.0053864275,0.044136766,0.00096730655,-0.03586112,-0.0562163,0.04942156,0.027803257,0.06666975,-0.03159263,-0.01443156,-0.0075279316,-0.020543922,-0.019542133,-0.023200838,0.03237664,-0.01388711,0.0014264595,0.0024082847,0.005731246,-0.032870274,0.027266067,0.0151865315,0.020616515,0.012239241,0.023331506,-0.0058546546,-0.026061017,0.009821882,0.012812728,-0.002756733,-0.009132245,-0.000740906,0.02328795,0.020355178,0.018424196,0.0024445816,-0.0045334557,-0.0018003153,0.008754759,0.017495,0.021661859,0.02385418,0.026801469,0.0033882952,-0.013829036,0.0030325877,0.009320987,0.01258043,0.043788318,0.03838737,0.02668532,0.009698473,0.004889163,0.05554844,0.009756548,0.027948445,0.02767259,0.05993308,-0.014496895,0.020543922,-0.020601997,0.021023039,-0.01652225,0.009771067,-0.0029182532,-0.029879428,-0.030373063,0.022053864,0.03629668,0.008413571,-0.024130033,0.0095242495,-0.024100997,0.02328795,-0.021574747,-0.011731087,-0.020485846,-0.011869015,0.0043374533,-0.0011805496,0.014627563,0.012282797,0.01695781,0.04878274,-0.020253548,0.03127322,-0.0072956327,0.039200418,-0.040013462,-0.020601997,-0.024507519,-0.0002896929,-0.011752865,-0.008725722,0.0064136237,0.038126033,0.027512884,-0.0443981,-0.03095381,-0.06858621,0.027861333,0.035686895,0.013640293,0.017030403,-0.004079747,0.0029146236,-0.012253759,0.01903398,-0.005974434,0.015781797,-0.025349602,0.0304021,0.01334266,-0.028253337,-0.063940234,-0.052151073,-0.020994,0.0016923328,0.015607573,0.00074861903,-0.011382639,0.027861333,0.016565805,0.00405071,0.01388711,-0.037603363,0.03391562,0.0046931608,-0.0030434767,-0.008457127,0.00950973,-0.05798758,0.0130305085,-0.0022776166,0.021923196,-0.0057820613,0.027730664,0.07207069,-0.0011478825,0.01389437,0.017974116,0.0015671093,0.031912044,0.024420407,0.006264807,-0.023041133,-0.00546991,0.023041133,-0.0805496,-0.012645763,0.020006731,0.055635553,0.03388658,0.014417042,0.044920772,-0.015796315,-0.039839238,0.044804625,-0.059207145,-0.024754336,-0.0010734743,-0.016377063,0.001673277,-0.02656917,0.022213569,0.026670802,0.022895947,0.052964117,0.0008198513,0.056942232,-0.022939503,0.0021578376,-0.015099419,-0.009429878,0.0027276955,0.06324334,0.023200838,-0.023476694,-0.016435137,0.0018275379,-0.018220933,0.0017467778,0.0446304,0.046024192,-0.010489741,0.0017295369,-0.06916696,0.0038910042,-0.008253865,0.018903311,-0.013197473,-0.000021352656,-0.015607573,-0.008253865,0.01816286,0.017132035,0.046430714,0.011948868,-0.008907205,-0.03728395,0.02383966,-0.002658732,-0.014954233,-0.044369064,-0.014968751,0.010366332,-0.04012961,-0.009379063,-0.041378215,-0.02909542,0.033509098,-0.048956964,-0.03240568,0.049189262,-0.019513097,0.020006731,0.03446733,0.0038111515,0.03879389,-0.05087343,0.015360756,-0.009284691,-0.031244183,-0.024463963,0.012123091,-0.020093843,-0.016275432,-0.045559596,-0.03771951,0.0025189896,-0.010598631,-0.050292682,-0.020906888,-0.026772432,0.032579903,-0.0035062595,-0.042365488,-0.050147496,-0.002077985,0.051570326,0.051831663,0.0352223,0.07299989,-0.0352223,0.027585478,-0.013712886,0.013734664,0.033857543,0.028050076,0.024188109,-0.017567594,0.025785163,0.02156023,-0.020093843,-0.02854371,0.0035480007,0.015026826,0.009996106,0.019309834,0.022242606,0.07491635,0.005426354,-0.014721934,0.015607573,0.020761702,-0.0039563384,0.026278798,-0.07584555,-0.035019036,-0.020761702,-0.011222933,-0.018583901,0.020950444,0.009560546,0.023563806,0.016159283,-0.021400522,-0.03301546,-0.007709415,-0.022474905,0.021618303,0.0022939502,-0.011143081,-0.0330445,-0.0043265643,-0.035048075,0.015767278,-0.013132139,-0.0080796415,0.023650918,0.010337295,-0.028717935,-0.0044318247,-0.011912571,-0.0096839545,-0.036674168,-0.009277431,-0.009575064,0.0055788,0.033218723,-0.012217463,-0.014518673,0.044427138,0.022779798,-0.011607679,0.0073573375,0.039403677,0.03324776,-0.038735818,0.004780273,-0.027135398,0.00090741704,0.008137716,-0.039026193,0.0026115463,-0.0060216193,-0.010555075,-0.0063664378,-0.014213781,0.057174534,0.004366491,0.004573382,0.040710356,0.01378548,-0.020543922,0.0020489476,0.013117621,-0.010380851,-0.015985059,-0.011447974,-0.020732664,0.003019884,-0.0019110203,0.0013847183,-0.0072121504,-0.04526922,0.018932348,-0.04012961,-0.00382567,-0.01488164,0.056274373,-0.014649341,0.016115727,-0.017190108,0.02385418,0.009756548,0.0077747493,0.0010689372,0.00064109016,-0.010634928,0.024812412,0.017233664,0.009647658,0.011527826,-0.023433138,-0.010845449,0.00058210804,0.0330445,-0.010286479,0.012057758,-0.011310046,-0.022779798,0.0002951374,-0.008232087,0.01563661,-0.021400522,-0.0201374,-0.005840136,0.020689107,-0.033073537,-0.03272509,0.028282374,0.039868277,0.008711204,0.019832507,0.025930349,-0.0039309305,-0.007226669,-0.026743395,-0.018961387,0.014634822,0.030547287,0.025291527,0.024362333,-0.0007286559,-0.013262807,0.04735991,-0.012173907,0.021052076,0.04166859,0.013088583,-0.015447868,0.009255654,-0.008370015,0.0040107835,0.03893908,-0.039113306,-0.0060833236,0.0074843755,0.016928772,-0.0052775373,0.05459021,-0.026177166,-0.03795181,0.03696454,0.019455021,-0.015723722,0.0015634795,0.0068165166,0.04100073,0.018554863,0.016696474,0.011622197,-0.0028021038,-0.018424196,-0.024580112,0.01694329,-0.009480693,0.029226087,0.016681954,-0.008413571,-0.052993156,0.03316065,-0.016986847,0.02121178,0.0136257745,0.021168225,-0.048405256,-0.010380851,-0.030808624,0.0059090997,0.02383966,0.0070197782,0.031476483,-0.046866275,-0.018177379,0.032754127,-0.026540134,0.0013638478,-0.029676167,-0.024536557,0.03589016,0.034641553,0.021734452,0.03356717,0.02755644,-0.023781586,-0.015433349,-0.025930349,0.008827353,-0.002952735,0.023708992,-0.031331297,0.0023865069,0.0061631766,-0.021066593,-0.008899947,-0.019367909,0.014373486,-0.021139188,0.0002733594,-0.014511413,-0.007978011,0.022736242,0.026888581,0.010141293,0.03205723,-0.027266067,-0.009204838,-0.032579903,-0.0007821935,-0.008602314,-0.0122973155,-0.006047027,-0.053283527,0.0032630716,-0.024667224,-0.026932137,0.02941483,-0.019963175,-0.029269643,0.007905417,-0.04823103,0.023215357,0.0058728033,-0.021516673,0.00055806147,-0.0005898211,0.0075932657,-0.005433613,0.031128034,0.0077965274,-0.012079536,-0.05830699,-0.01620284,-0.059584633,-0.054938655,-0.03205723,0.01957117,-0.0061123613,0.03850352,-0.0066459225,-0.0061159907,0.016464174,0.05874255,0.002822067,0.01684166,-0.0015317199,0.014968751,-0.0038220405,0.041203994,0.00831194,0.0015571276,0.019484058,0.0051867957,-0.030489212,0.062256068,0.013320882,-0.004805681,0.0058909515,0.026496578,0.013226511,-0.0034754071,0.036558017,0.011251971,0.049015038,0.034699626,0.028964752,0.0062865852,-0.016115727,-0.0014917935,0.020558441,-0.041174956,-0.0019327983,-0.029472906,-0.021574747,0.017524038,-0.0140395565,0.013139399,-0.015491423,-0.04733087,0.009095948,0.0049617565,-0.018787162,0.014083113,-0.05697127,-0.043991577,-0.011963386,-0.026627246,-0.031128034,0.001860205,0.058016617,0.013698367,0.0026823247,-0.08304681,-0.037806623,-0.023926772,-0.021923196,-0.01191983,0.0047294577,0.043643128,-0.010518778,-0.026191685,0.007709415,0.009654917,-0.022126457,-0.00023048393,-0.023360545,-0.026453022,-0.05369005,0.008892687,-0.018191896,0.016885215,0.030169802,-0.0443981,-0.009916253,-0.012856284,0.021821564,-0.03562882,-0.025930349,-0.012928878,0.0155059425,0.021037556,-0.013727405,0.008573276,-0.0039055229,-0.0041632294,0.019295316,-0.0056731715,0.05392235,-0.043817353,-0.009422619,0.038561594,0.005756654,-0.008290162,-0.010547816,0.014184743,0.001673277,0.015680166,-0.0015190161,0.016870698,0.03815507,-0.00743356,0.008166754,0.011767384,0.014729193,-0.01662388,0.011527826,-0.0023810624,0.024115516,-0.030373063,-0.0011233822,0.01705944,0.018206416,-0.0013003286,-0.015447868,-0.021778008,-0.02044229,0.004602419,-0.01759663,0.021734452,0.032086268,-0.04384639,-0.014300892,0.0058110985,0.053951386,-0.009299209,-0.0063519194,0.004384639,-0.016493212,0.008028826,-0.009371803,0.01707396,-0.060978424,0.02243135,0.0054844287,0.0060615456,0.019701838,-0.020209992,-0.015462386,-0.016812623,-0.015999578,0.02132793,-0.0026950287,0.001307588,-0.010947079,0.005459021,-0.009908994,-0.02614813,-0.013829036,-0.037806623,0.018888794,0.00161248,0.0047076796,0.017204627,0.012333612,-0.035599787,0.009328247,-0.012834506,-0.0025226194,0.0033320354,-0.03182493,-0.0028021038,0.006145028,-0.0038038923,0.014496895,0.01147701,0.0130305085,-0.0052775373,0.0653921,0.008108678,-0.028485635,-0.017959598,-0.0027022879,0.027759701,0.016231876,-0.03519326,-0.021052076,-0.03237664,0.00984366,0.019861544,0.0014564043,0.010148552,-0.021284373,0.007382745,0.04558863,-0.0034064436,0.0038293,0.00091830606,0.006540662,0.010620409,-0.023157282,-0.054677323,-0.017640186,-0.015985059,-0.008137716,-0.009712992,-0.028717935,-0.019048499,-0.00481294,-0.0035407413,0.06016538,-0.013589477,0.025930349,0.008558758,0.027135398,-0.016652917,0.043004308,-0.011643975,0.007622303,-0.01642062,-0.036064383,-0.037225876,0.041087843,0.011513308,0.029618092,0.009807363,0.011251971,-0.009037874,-0.015985059,-0.020195473,-0.022344237,-0.01871457,0.021734452,0.0080796415,0.02012288,0.017901523,-0.004243082,0.029850392,0.019542133,0.012166647,0.0050996835,0.021676378,0.03557075,0.056158226,-0.007999789,-0.025015673,0.020384217,0.009487952,-0.032202415,-0.012057758,-0.0102792205,0.034815777,-0.025872275,0.005502577,-0.008602314,-0.004954497,-0.027135398,-0.01782893,0.0119996825,0.023360545,-0.010700261,-0.009291951,0.0014917935,-0.043817353,-0.001264032,0.0103953695,-0.027266067,-0.008870909,0.0068455543,-0.029124457,0.0065987366,0.024362333,0.009879957,0.008275643,-0.02951646,0.020587478,0.009059652,-0.022111937,-0.0061232504,0.0020398735,0.038358334,-0.0036496313,-0.009850919,0.02209742,-0.032957386,-0.022562018,-0.00492183,-0.032754127,0.0330445,-0.028848602,0.006057916,-0.02569805,0.010192108,-0.027701627,0.032957386,0.0060760644,-0.009480693,0.019992212,-0.01694329,0.0068056276,-0.0102792205,0.014300892,0.012006942,-0.0003867865,0.017901523,0.023433138,0.0015262754,-0.015796315,0.013698367,0.027367698,0.031883005,-0.008137716,-0.021240817,-0.01050426,-0.0046641235,0.009836401,-0.007556969,0.011346343,-0.0072992626,0.02636591,-0.013843554,-0.008007048,0.0007722119,-0.03960694,-0.012747395,0.02951646,0.0018819829,-0.015331718,-0.0065007354,0.0036605203,0.019730875,0.013139399,0.022866908,0.014714675,-0.0049472377,-0.0044427137,0.025857756,0.009480693,0.009132245,-0.01345155,-0.011201156,-0.032521825,0.011687531,-0.0053791683,0.025204416,-0.0006370068,0.0044898996,0.0033864803,-0.025001153,-0.025973905,0.017378852,0.007190373,-0.013074065,0.007183113,0.011934348,0.006700367,-0.019121092,-0.0010580482,-0.007204891,-0.018090267,0.015230088,-0.0045879004,0.00950973,0.036819354,0.03028595,0.0022903206,-0.008065122,0.0035026297,0.004032561,0.012536874,-0.031040922,0.00114879,0.0063918456,-0.01650773,0.026496578,0.009045133,0.04306238,-0.0022286163,-0.016798103,0.013495106,0.009850919,0.0053755385,0.021574747,-0.029037345,0.03194108,-0.012406206,0.016696474,-0.012950656,-0.013720145,-0.011404417,0.027469328,-0.014257336,-0.0122755375,0.035164226,0.004333824,0.04088458,-0.0032721458,-0.012311834,-0.011063228,-0.0012821803,-0.011883534,0.011288268,-0.0077674896,-0.0014355337,-0.012819988,-0.00078990654,0.007208521,-0.030982846,-0.015694685,0.023984848,0.0128925815,0.010881745,0.006388216,0.07869121,-0.011854496,0.039084267,-0.001279458,0.039868277,-0.0067765904,0.011890793,0.0019545762,-0.043033347,0.0035734084,-0.024623668,-0.010881745,0.023941291,0.019963175,-0.010134034,-0.017175589,-0.010213886,0.004319305,0.02089237,0.002254024,0.02668532,0.025610939,0.00863861,-0.00020087944,-0.008914465,-0.03696454,-0.0053102043,0.0011941608,0.04483366,0.014634822,-0.007636822,-0.017378852,0.023128245,0.0130305085,0.009233876,0.0027531034,0.014809046,0.011549604,0.012849025,-0.02909542,0.012268279,-0.035367485,0.056942232,-0.0024881375,0.001958206,0.0048165694,-0.0029690685,0.026641764,0.001623369,-0.02407196,-0.022300681,0.019759914,-0.010446185,0.026336871,0.021894159,0.0032539975,0.029240606,0.03946175,0.017233664,-0.010787373,-0.019977693,-0.0016759993,0.00896528,-0.018801682,-0.001323014,-0.005063387,-0.01563661,0.023476694,-0.0051504993,0.0077529713,-0.017306257,0.027469328,0.0055933185,0.008783797,0.012377168,0.02219905,0.043004308,-0.000326897,0.010017884,0.021719934,-0.0073101516,-0.013821776,-0.010104996,0.022039345,0.014504154,0.012268279,0.024347814,0.047737394,0.0052557597,0.018438714,-0.024536557,-0.04178474,0.007578747,0.038764857,-0.016856179,0.008551498,-0.017988635,0.030111726,-0.02549479,0.009016096,0.013270067,0.022881428,0.03115707,0.01871457,-0.039287526,-0.026307834,-0.0127110975,-0.0051468695,-0.019774431,-0.009008836,0.023926772,-0.0032648866,-0.006914518,0.0012658468,0.007723934,-0.020848814,-0.016638398,0.0039381897,0.004344713,-0.006290215,0.03499,-0.0034754071,-0.005215833,-0.008921724,-0.020297104,0.010656706,0.012326353,-0.047650285,0.0029291422,-0.000924658,-0.018583901,-0.035715934,0.018583901,-0.037254915,0.0011406232,-0.0051033134,-0.018583901,-0.03278316,-0.034322143,0.019934138,-0.038764857,0.0034409254,0.016449656,-0.016798103,-0.009996106,-0.005455391,0.013110361,0.026612727,0.015607573,0.007226669,-0.003992635,0.0304021,0.041291106,-0.0026786951,-0.005745765,-0.041174956,-0.0050887945,0.020543922,-0.005259389,-0.022489423,0.014714675,-0.011331824,-0.002012651,0.028587267,0.047534134,0.0014827194,0.0040398207,-0.0017594816,-0.0032866646,-0.008253865,-0.007382745,-0.0075279316,-0.008841871,0.0150703825,0.008188532,0.006979852,-0.0057929503,0.01652225,-0.013988741,-0.02385418,0.016754549,0.004297527,-0.004976275,-0.005085165,0.010453444,0.002021725,-0.007393634,-0.009487952,-0.037342027,0.03586112,0.013676589,0.017190108,-0.004820199,0.025393158,0.004820199,0.017799893,-0.015956022,-0.01707396,-0.020471329,0.027135398,0.0039599678,-0.032115303,0.00086658326,0.004166859,-0.033538133,0.003259442,-0.02156023,-0.011629457,-0.0049290895,-0.008907205,0.014075853,-0.013567699,-0.050757278,-0.018975904,0.020819776,0.00089607434,-0.012500577,0.016289951,0.048085842,-0.033392947,0.03324776,0.027280586,0.011150341,-0.052760854,0.03130226,0.024493001,0.023375062,-0.019280797,-0.021589266,-0.0009428063,-0.0074771163,-0.002067096,-0.012660283,-0.0073863748,-0.026801469,0.005063387,-0.01620284,-0.023055652,-0.021052076,-0.030024614,-0.05293508,0.01301599,-0.0058764326,0.0063301413,-0.0031777744,0.010780115,0.02569805,0.009299209,-0.0019001312,-0.002767622,-0.0010408073,0.053312566,0.0031342185,-0.013553181,-0.027033769,-0.0012195685,0.020050287,-0.037893735,-0.0030307728,0.009175801,-0.018293528,-0.005996212,0.013168436,-0.032667015,-0.01005418,0.030895736,0.0074771163,-0.002243135,-0.03696454,0.020572959,-0.012660283,-0.030924773,0.008718463,-0.005535244,-0.009495212,-0.0076077846,0.004199526,-0.013146658,0.0056223557,-0.016464174,-0.04242356,0.00076404517,-0.013574959,0.053980425,0.010300999,0.011803681,-0.025538346,-0.003731299,0.013850814,0.0012014202,0.0018166489,0.0058437656,-0.022620091,0.02941483,0.019106572,0.03377043,-0.007252077,0.014104891,0.0199051,0.0007967122,-0.014576747,-0.017407889,0.021836083,-0.008108678,-0.00065878476,0.013930666,-0.0051432396,0.000032298376,-0.028296893,0.019004943,0.0258142,-0.029647129,0.008021567,-0.012653023,0.004076117,-0.019643763,-0.0014155706,0.0008411756,-0.001427367,0.023360545,0.023055652,0.019963175,0.04846333,0.012957916,0.08118842,0.0009196672,0.020587478,-0.019759914,0.04352698,-0.023012096,0.008391793,0.027396735,0.06696012,-0.038126033,0.059352335,-0.01650773,-0.0071468167,-0.021647342,0.005840136,-0.0073137814,0.005818358,0.0016487767,0.023273433,0.010910782,-0.01804671,0.005437243,-0.0053102043,-0.0068745916,0.025349602,0.019919619,-0.020006731,0.053980425,0.019077536,0.0072121504,-0.03051825,0.035599787,0.019658282,-0.0031614408,-0.0035570748,0.016478693,-0.025639975,-0.0022213568,-0.00984366,0.00962588,-0.03815507,0.02153119,-0.044978846,0.010467963,0.009030614,-0.025436714,0.023026615,0.0036060752,0.0038982637,-0.02121178,-0.008130456,-0.027701627,0.009328247,0.008340977,0.004733087,0.021095632,0.037109725,0.0111285625,0.059584633,0.0010426221,0.025015673,0.01488164,0.012609467,-0.050902467,-0.0046967906],"social":"https://twitter.com/thaadihige"},{"title":"boredreading.com","description":"read and follow incredible blogs and substacks","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=upOap06iO8k","youtube_transcript":"Do you find that it's really hard to read stuff on the Internet? Like, I know there's a lot of stuff to read on the Internet, but it's hard to find anything that's actually be worth reading. Like most of it is SEO garbage or AI generated crap. How do you find the good stuff? It's so much work. So I made a platform where the community finds the best stuff and we can all read it without having to do all that work individually every time. Let me show you how it works. So if you go to board reading dot com, you're gonna see a list of articles. These are recently posted stuff. This is like within the last week. And it updates every hour. So you'll always have something new to read. This is a really cool feature. It's called a reading list. You can add stuff to your reading list and all the blogs that you follow, you know, kind of like, populate here. And you can also share your reading this publicly. And when you open up an article, you don't have to open up, like, twenty five tabs for all of the the articles you wanna read. Just open up any article in the list and you can hit next article and it goes to the next one in the list. So it's like super easy, like we're literally designed a reading engine like a browser inside a browser so that you can read articles like really quickly. And, yeah, that's word reading in a nutshell. So so far, I've launched this on product hunt and how Hacker News has has been doing really well. Like, we we get about two thousand unis a month. So I'm I'm really happy with with the way things have turned out, and I'm gonna continue working on making this platform better. So if you have any thoughts, reach out to me on Twitter, I'm Thank you for listening, and I hope you like it.","embedding":[-0.0030252337,0.009298462,-0.049725935,0.03173262,0.03814238,-0.035497993,-0.060935825,0.04978342,0.0006112445,0.04325869,0.011468583,-0.037682485,-0.030554144,0.0030539772,0.043086227,-0.002935411,-0.021514371,-0.059786092,-0.0017461564,0.04049933,0.023713235,-0.02037901,0.034808155,0.07743449,-0.0046312665,-0.033715907,-0.02229044,0.09870454,-0.0018880764,-0.04035561,0.0004805523,-0.01994786,-0.01105899,0.015233956,0.017418448,-0.05443984,-0.007164271,-0.010505681,0.030295454,0.02237667,-0.000061023402,-0.012912934,0.04693783,-0.016498663,-0.050502002,0.0063055647,-0.040384356,0.0061402903,0.0109655745,0.0582627,-0.07254813,-0.012819518,-0.055043448,0.011993147,0.0051702037,0.0061043613,-0.027349263,0.029634356,-0.038774733,0.029691843,0.048001334,0.010958388,0.043862298,-0.0041390373,-0.03210628,0.009046958,-0.013078208,-0.0333135,-0.027205547,0.0068121655,0.052801467,-0.011698529,0.0072289435,-0.013214739,-0.003136614,-0.022347927,-0.025021056,0.038343582,0.01071407,-0.0067762365,0.016699865,0.0071103773,-0.023296457,0.00035659675,-0.0065067676,-0.040211897,-0.016972927,-0.0075307484,-0.053376336,-0.012819518,-0.019990975,0.030036764,0.025035426,0.016642379,-0.0026282168,-0.027004344,-0.056336895,0.07984893,0.035268046,0.05262901,0.026486965,-0.022232953,0.037682485,-0.044034757,0.03164639,-0.023123996,0.014788435,0.01726036,0.048604943,-0.039263368,-0.12693048,-0.0005941782,0.005324699,0.0055546453,-0.0037474097,-0.019847259,0.04325869,0.01474532,0.0048468416,0.012862633,-0.012388368,0.024647392,-0.0030288268,0.0305254,-0.009082887,-0.05955615,-0.057371654,-0.05254278,-0.013990808,-0.04414973,0.037481282,0.016901068,0.036963902,-0.030640373,-0.02576838,-0.00043586543,-0.002872535,-0.018683154,-0.009449365,0.0057091406,0.0011874582,-0.03851604,-0.021485627,-0.016714238,-0.021916777,-0.034578208,-0.002691093,0.005569017,-0.0296631,-0.028743314,0.016829211,0.0018314881,-0.02757921,0.0086804805,-0.022074865,0.028498996,0.009959558,0.04940976,-0.04277005,-0.014242312,-0.020278407,0.023195855,-0.017389705,-0.01777774,-0.008091243,0.042195186,0.023267712,-0.06967379,-0.04699532,-0.010254177,-0.024043782,-0.020364638,0.033370987,0.031330213,0.03771123,-0.013164438,0.033687163,-0.044178475,0.0012054227,-0.028269049,-0.044465907,-0.035871655,-0.044638366,0.018165775,-0.036044117,-0.04015441,-0.026918113,-0.036791444,-0.0039162766,-0.035153072,-0.010742813,0.06616711,-0.0070636696,-0.011008689,-0.014041109,-0.02263536,0.0692139,-0.001906041,0.0081990305,-0.013085394,0.029088235,0.078584224,0.03383088,0.027694182,0.008788268,0.019761028,-0.012697359,0.010124832,0.010031417,-0.031071523,0.04745521,0.019028073,0.028757686,0.03808489,0.0013212942,-0.03808489,-0.024676135,0.03305481,-0.030582886,0.04561564,0.003812082,0.040298127,-0.02272159,0.0169873,0.02723429,0.04268382,0.039263368,-0.016872326,0.055215906,0.0046851602,0.048719916,0.018395722,0.0064349095,-0.022879679,0.014774064,0.0073151733,0.02645822,-0.047196522,-0.004649231,-0.027593581,0.01500401,-0.016972927,0.032853607,0.014788435,0.024316844,-0.014860294,-0.044408422,-0.035584223,0.027047459,0.049984623,0.07467513,-0.0022815005,0.0052564335,-0.017720254,0.004527072,-0.020450868,-0.037510026,0.05731417,0.01534893,-0.054267377,-0.024618648,-0.0060001668,0.012855447,-0.012632687,0.016455548,0.014062666,0.004854027,-0.005666026,-0.028599598,-0.06340775,0.004904328,0.0023605446,0.050703205,-0.0033773393,0.0009341577,0.010498496,-0.0031707468,-0.0135884015,-0.019531082,-0.049064837,0.012790775,0.019229278,0.005698362,0.019962233,0.0024180312,0.024302471,0.013947694,-0.011073362,-0.010591911,0.020996992,0.007257687,-0.009147559,0.03998195,0.003693516,-0.012869819,0.0016527405,0.059958555,0.016872326,0.0029497826,-0.025466576,0.021571858,-0.08071122,0.039522056,-0.017533422,-0.0133800125,0.034923125,0.022161094,-0.002621031,0.00022960968,-0.019286763,-0.008788268,0.01483155,-0.01326504,-0.022563502,-0.019674798,-0.018611295,0.046535425,-0.05262901,-0.006711564,-0.049007352,0.031330213,-0.0004396829,0.031962566,0.015104611,0.014709391,-0.026127672,0.096405074,0.0062265205,0.00089418655,-0.06392513,0.044897057,-0.021701202,0.0098877,0.016671123,-0.03026671,-0.06823663,0.0048360624,0.018956216,-0.015463903,0.023267712,-0.008687667,-0.02619953,-0.024992311,0.015147727,0.008587065,0.015679479,-0.013976436,-0.027651068,0.01266143,0.018525066,-0.018395722,0.024575533,0.018165775,-0.040987965,-0.033600934,0.007466076,-0.004034843,-0.026989972,-0.00863018,-0.023813836,-0.036963902,-0.00928409,0.020105949,0.027952872,0.003984542,-0.01223028,-0.068351604,0.01760528,0.0129704205,-0.0050839735,0.01174883,0.024331216,-0.008242145,-0.016671123,-0.027550466,0.0030270303,0.04058556,-0.014615975,-0.034894384,0.03799866,0.036992647,0.01717413,-0.029030748,-0.01769151,0.03193382,0.026831884,0.03296858,-0.03920588,-0.06518984,-0.02974933,0.008558322,-0.06501738,-0.009032587,0.0013006349,0.031358957,0.0017407669,0.0037545955,0.05349131,0.009327206,-0.02471925,0.04518449,0.004070772,-0.02566778,0.0086086225,0.012144051,0.00863018,-0.013157252,0.027191175,0.011468583,0.003265959,0.05055949,-0.018165775,0.07915909,-0.03216377,-0.01934425,0.0333135,-0.0133800125,0.016153743,0.05550334,0.02576838,-0.009514037,-0.07059358,0.01266143,0.039953206,0.01856818,0.023957552,0.05955615,-0.03460695,-0.012079378,-0.05021457,-0.017461563,-0.0048360624,0.027205547,0.00047112087,-0.0288008,-0.023713235,0.005098345,0.05133556,0.023382686,0.0088170115,-0.001603338,0.009463736,-0.042712566,-0.007236129,-0.021140708,-0.028427137,-0.010261363,0.004034843,-0.04690909,-0.07553743,-0.035871655,-0.051306818,-0.024244986,0.025696523,-0.036820184,0.0006045078,0.026400734,-0.023526402,-0.03121524,-0.017849598,-0.015233956,0.020810159,-0.045586895,0.005407336,0.023483288,-0.025998328,-0.038918447,0.04231016,0.015305815,-0.04006818,0.016527405,-0.011051805,-0.007925969,-0.010433823,-0.061510693,-0.031416442,0.02740675,0.015895052,-0.042511363,-0.008321189,-0.019372994,-0.0007639434,0.023957552,0.030841576,0.027248662,0.0020820939,-0.02254913,-0.0027252254,0.027536094,0.009456551,0.005033673,0.055100933,0.073008016,-0.01596691,-0.023368314,-0.018984959,-0.042568848,-0.027090574,0.022232953,-0.02740675,0.03452072,-0.0028779244,-0.01760528,0.060935825,0.013667446,-0.013286597,-0.02437433,-0.0068876166,-0.043488633,0.0008420893,-0.049467243,-0.015133355,-0.00680498,0.01491778,-0.0054324865,-0.018323863,0.022146724,0.034750666,-0.007875668,0.0034060827,-0.0112386355,0.0121368645,-0.004606116,-0.026400734,-0.0025276153,0.00940625,-0.050616976,0.018424464,-0.038257353,-0.015478275,-0.05386497,0.005612132,0.016110627,0.0061079543,-0.053318847,-0.015564505,-0.021528743,-0.04084425,-0.046506684,-0.025423462,-0.0062876,0.017217245,0.021916777,-0.001469502,-0.002707261,0.014946523,0.030237967,-0.0060935826,-0.031272724,0.014932152,0.02470488,-0.00110033,0.034894384,-0.0021916777,-0.0149034085,-0.0025563585,-0.0018368774,-0.025136027,0.013027907,0.02470488,0.0006700785,-0.036906414,-0.0040815505,0.05665307,0.014048295,0.034290776,-0.0024539605,-0.00802657,-0.014235127,0.02627139,0.02653008,-0.05765909,-0.01578008,-0.015981283,0.057630345,0.0060720253,-0.002793491,-0.032709893,-0.012769218,0.048547458,-0.036906414,-0.0002589144,-0.015909424,0.05306016,-0.026142044,0.00047381557,0.01951671,0.0028042695,0.034233287,-0.013789605,0.0074732616,-0.029519383,-0.0018314881,0.024906082,-0.013502172,-0.012330882,0.008910428,-0.018410092,-0.013013535,-0.00814873,-0.022132352,-0.005838486,-0.013437499,-0.022204211,-0.0099954875,0.0004181254,-0.01672861,0.011051805,0.031531416,-0.03130147,-0.010290107,-0.023526402,-0.01605314,-0.022017378,-0.024532419,0.014802807,-0.01500401,-0.016599264,0.0073582884,-0.007214572,-0.019502338,-0.035354275,-0.01787834,-0.008285261,0.003610879,-0.008098429,-0.017907085,-0.013703375,0.0086804805,0.0014659091,0.019200534,0.012654244,0.01838135,-0.001748851,-0.0068516876,-0.0005748663,-0.004620488,0.031014036,0.018611295,-0.032192513,0.03259492,-0.025207886,0.010031417,-0.0149034085,0.015736965,-0.03960829,-0.0017766961,0.011705714,-0.009248162,-0.016800467,0.026946858,0.013739305,0.07881417,0.005206133,0.0122087225,-0.010211063,-0.037481282,-0.008328375,-0.018295119,-0.00070510944,-0.02055147,0.024072526,0.007085227,-0.011720086,-0.03817112,0.003391711,0.03000802,0.02263536,-0.007045705,0.04917981,-0.082148395,-0.012963234,-0.0055582384,-0.024259357,0.040901735,0.0006961271,0.01500401,-0.028024731,0.0068948027,0.023555147,-0.011698529,0.014386029,-0.008428977,-0.048432484,0.00024925842,0.01314288,0.008838569,0.0025653408,0.027205547,0.008874498,0.0025958805,0.010649398,0.012718917,-0.02575401,0.021945521,-0.014817178,-0.0050660092,-0.004473178,0.004016878,-0.07691711,0.015018382,0.010829044,-0.049381014,-0.01700167,0.017087901,-0.011332052,-0.0025707302,0.018970588,-0.00007371088,0.04708155,-0.050846923,-0.0010024231,-0.032307487,0.034980614,0.003100685,-0.007753509,0.017274732,-0.032738633,0.017202873,0.008155915,-0.031531416,-0.021255681,0.0073187663,-0.04889238,0.027435493,-0.016972927,0.011253008,-0.016067512,-0.038314838,0.0068121655,0.0038516042,0.020925133,-0.014271055,0.012165608,-0.000038174716,0.0020713152,-0.024216242,-0.014644719,-0.022089237,-0.024920454,-0.0025365974,0.008601436,0.017044785,0.03449198,-0.0082637025,-0.015018382,0.011597928,0.03684893,-0.030755347,0.004527072,-0.0055115307,0.015305815,0.012927306,0.044178475,-0.0016320813,0.01231651,0.00074373325,-0.0005690278,0.0063989805,0.01405548,-0.0138686495,0.011676972,-0.013839906,0.041850265,0.0027521723,0.050846923,0.026170788,-0.008098429,0.026874999,-0.011561998,0.046707887,-0.015636362,0.0206377,-0.021758689,0.035095587,-0.04334492,-0.0067367144,0.026760025,-0.00064358074,-0.03937834,-0.018654412,0.0020659256,-0.008982286,-0.022477271,0.019128677,-0.03937834,0.008917613,-0.0026389956,-0.022232953,-0.0315889,0.004153409,-0.023871323,0.016441176,-0.0017731031,0.0004877381,0.010728442,-0.003183322,-0.056308154,0.0068301302,0.0055043446,0.0071463063,0.0035282418,-0.0057271053,0.03728008,-0.009197861,0.0040096925,-0.024489304,-0.0027557653,-0.037423797,0.008213402,-0.019761028,0.01951671,-0.008364305,0.03374465,-0.008967914,0.025452204,0.0006197777,-0.04561564,0.027133688,-0.0082637025,0.00814873,0.008177473,0.0030593665,-0.011087733,0.04225267,-0.002766544,-0.018841242,0.0063917944,0.0016123203,-0.038717244,-0.003355782,0.021658087,0.00431509,-0.0062229275,-0.010685327,0.044782083,-0.0083355615,-0.009219418,-0.0152627,-0.02558155,-0.018755013,0.0035030914,-0.025049798,-0.015061497,0.0028851102,0.014989639,0.0135884015,0.011152406,0.018366978,-0.03544051,0.013085394,-0.008615809,0.0018045412,-0.015363301,-0.024072526,0.016901068,0.011152406,-0.016613636,-0.017375333,-0.0047246823,-0.023727605,0.008874498,0.005457637,0.02949064,0.009126002,-0.040901735,0.006991811,0.024518047,0.031014036,-0.009255347,-0.008860127,0.012618315,-0.023282085,0.03909091,0.017274732,0.012381183,-0.01681484,0.05386497,-0.018050801,-0.008522392,0.014227941,0.006970254,-0.03150267,0.012129678,-0.009262533,0.0188125,-0.007430147,0.025380347,-0.0019563418,0.0030054727,-0.022161094,-0.024388703,-0.015334558,-0.016182486,0.01777774,0.021571858,0.007767881,0.026860626,0.017590908,-0.006244485,-0.012948863,0.0002499321,0.019186161,0.014328542,-0.015837567,0.0075307484,0.031272724,-0.020019718,0.030726602,0.0039665774,0.015837567,0.009104445,0.059038766,-0.00932002,0.000679959,-0.013322527,-0.032135025,0.027435493,0.021715574,0.0052600265,-0.009305648,-0.01223028,-0.023167111,0.012330882,-0.0033432068,0.019804144,-0.023828207,0.01907119,-0.018093916,0.03449198,0.009413435,0.0011614095,0.00015966012,0.0008578083,0.02635762,-0.03383088,0.036302805,0.009708054,0.0092337895,-0.0012440466,0.020537099,-0.026041443,-0.015708221,-0.0324512,-0.0038013032,-0.020767044,0.04552941,0.011260194,0.02721992,0.011209892,0.014623161,0.015219585,0.013408756,-0.0080625,-0.01448663,-0.007918783,0.03909091,-0.014019552,0.038631015,0.048604943,-0.00737266,0.024144383,-0.019732285,-0.030352939,-0.028887032,-0.006614555,-0.0081128,-0.013990808,0.04222393,0.024158755,0.028154077,0.033658423,-0.0022779077,0.028700199,0.0065247323,0.008896056,0.046621654,0.0065067676,0.02039338,-0.036072858,0.03894719,0.032709893,-0.0034438083,-0.013509357,-0.013092579,-0.0040025064,-0.051364303,0.008256517,0.0047965404,-0.016455548,0.014946523,-0.025308488,-0.027536094,0.006424131,0.009981116,-0.022678476,0.0367627,-0.062028073,-0.016843582,0.02437433,-0.01856818,-0.023483288,-0.015205213,-0.029002003,0.01543516,0.0052133184,0.013825534,-0.013200367,-0.004106701,-0.016398061,-0.011418281,0.0020892797,0.04291377,0.007537934,0.028930146,-0.0062696356,-0.034578208,0.022822192,-0.033284757,-0.02558155,0.019890374,-0.023770722,0.026745655,-0.01751905,0.011080547,-0.0051702037,0.0134878,0.0066432985,0.029361295,0.006334308,0.008314003,0.019143047,-0.023986295,0.021586228,0.03253743,0.020680815,-0.012984792,-0.007882854,0.012481784,-0.0087523395,-0.015751336,-0.011073362,0.039694518,-0.003901905,0.01864004,0.015535762,-0.049064837,-0.027378006,0.0333135,0.026573194,0.038832217,-0.0050049294,-0.0066792276,0.01266143,0.020005347,-0.02039338,0.006154662,-0.0040815505,-0.025926469,0.0015763912,-0.027780414,-0.011123663,0.022333555,0.009126002,-0.018783756,-0.02437433,0.020939505,-0.021097593,0.021327538,-0.016685493,0.019646056,-0.033284757,-0.014249498,-0.013473429,-0.0016006433,-0.030467913,-0.008579879,-0.022003006,0.029145721,-0.011597928,0.0008676888,0.012668616,-0.0055546453,-0.016541777,-0.024762366,0.02497794,-0.0022455715,-0.024489304,0.004494736,0.0036791442,0.02584024,-0.036532752,-0.0006691803,-0.005651654,-0.008874498,0.005062416,0.03917714,0.0128985625,0.03354345,0.021729946,-0.01724599,0.003693516,-0.01855381,0.008838569,-0.010088903,-0.028527739,0.0035623745,0.0080625,-0.00010065774,0.0052959556,0.022319183,0.010857787,0.00032134127,0.035699196,0.019013703,-0.011324866,0.010433823,0.008551136,0.021916777,-0.029806817,0.04883489,0.010793114,0.015190842,0.016268715,0.016455548,-0.0127620315,-0.0045737796,0.022793448,-0.008306818,0.04049933,-0.007710394,-0.05300267,-0.014702206,-0.019732285,0.006122326,0.028254678,-0.009463736,-0.002518633,0.00021557485,0.04866243,0.00745889,-0.029188836,-0.01777774,0.011698529,-0.023914438,0.03061163,-0.024000667,0.0928409,-0.0030000834,0.032422457,0.013372827,0.045730613,-0.0010670956,0.004609709,0.009535595,-0.008989472,-0.015392045,-0.018654412,-0.019761028,0.03469318,0.013293783,-0.008795454,-0.0048971423,0.00954278,-0.013803977,-0.0047857617,-0.01899933,0.009420621,0.0131069515,0.008673295,-0.026257018,-0.0054324865,-0.015047125,0.04093048,0.04429345,-0.00049761863,0.019171791,0.03164639,-0.0333135,-0.009298462,0.04466711,-0.03719385,0.0016078291,-0.026113302,0.013085394,-0.00042037098,0.012618315,-0.0021701201,0.022146724,0.014227941,0.011641042,0.02454679,0.03521056,-0.0028563668,0.015478275,-0.021011362,-0.048173796,-0.018050801,0.00574507,-0.0015422584,0.004527072,0.01045538,0.006618148,0.042022724,0.029548127,0.03207754,0.018180147,-0.018424464,0.009758355,-0.020709557,-0.021327538,0.015708221,-0.02532286,0.0068660593,0.0019186162,0.009355949,-0.027090574,-0.026314504,0.010304478,0.0058887866,0.0038480111,0.034549464,0.019286763,-0.00737266,0.0027898978,0.004358205,0.0069019883,-0.018496323,0.031617645,-0.0058456715,0.033888366,-0.015478275,0.010987132,0.017490307,0.014127339,-0.015205213,0.03624532,-0.02931818,0.028269049,0.043086227,0.02854211,-0.008342747,-0.005285177,-0.048087563,0.017806483,-0.020925133,0.0035426135,0.02723429,0.016369317,-0.014730949,-0.011296122,-0.008558322,-0.016125,-0.007616978,0.018984959,-0.03345722,-0.02811096,-0.017849598,0.009212232,0.008651737,0.009003843,0.0036683655,0.005076788,-0.024762366,0.024431817,-0.005533088,-0.051996656,0.00005740242,0.0011326662,-0.0041354443,0.009729612,-0.0059354943,-0.0117129,0.013444685,-0.0386885,0.017059157,-0.008421791,-0.0053893714,-0.0031420034,0.022304812,-0.024302471,0.0037007018,-0.0013194978,-0.0090254005,-0.0047139036,-0.0047534257,0.01149014,-0.042626336,-0.008831384,-0.024690507,-0.013322527,0.021629345,-0.036590237,0.0057522557,0.014788435,-0.002531208,0.017734624,-0.02844151,-0.0004495634,0.012862633,0.0061726267,0.014393214,-0.024403073,0.020264037,-0.011533255,-0.013272225,0.0057091406,-0.017145388,-0.00928409,-0.017145388,-0.049927138,0.02065207,-0.003646808,-0.0022886863,0.0037653742,0.011605113,0.0386885,-0.0077032084,0.004861213,-0.01717413,0.018496323,0.027191175,-0.00962901,-0.015118984,-0.012582386,-0.021226937,0.027076202,0.004433656,0.017892713,-0.005852857,-0.011597928,-0.004523479,0.017576536,-0.008314003,-0.020407753,-0.011676972,0.0030827206,0.0050552306,-0.017648395,0.0065678474,0.03722259,0.020695187,0.037452538,-0.004624081,-0.021844918,-0.04282754,0.03147393,-0.012877005,-0.025049798,-0.002577916,0.016398061,-0.010333221,0.01205782,-0.0352393,0.023123996,0.037308823,0.021945521,-0.021212567,-0.011195521,-0.00522769,0.028197192,0.047225267,0.025725266,-0.03756751,0.021385025,0.041993983,0.010563168,0.035181817,-0.014817178,-0.018783756,-0.034923125,-0.03112901,0.027119316,0.025639037,-0.016254345,-0.040643048,-0.01579445,0.01968917,-0.020508355,-0.006384609,0.02785227,-0.024575533,-0.0062588565,-0.016843582,-0.033284757,0.001666214,-0.0305254,-0.0025635443,0.029361295,-0.03296858,0.00058339944,0.017303474,0.017102271,0.010297292,0.0016168114,0.021758689,0.007667279,0.0133800125,0.008040942,0.010096089,-0.034923125,0.0030054727,-0.00059777114,-0.0073582884,-0.0143500995,0.0020587398,-0.0064349095,-0.018410092,0.014220755,-0.01882687,-0.0060540605,-0.023181483,-0.0066432985,0.042655077,-0.01283389,-0.019229278,0.016857954,0.013926135,0.008852941,-0.00087173085,-0.0066971923,-0.0002310693,-0.00880264,-0.0048755845,0.017274732,-0.010376336,-0.0065606614,-0.042971253,0.00021939233,0.00026857035,0.016340574,-0.006988218,0.014271055,0.022074865,-0.019545455,0.00015157607,0.010261363,0.0020138284,0.029174464,-0.02723429,0.029519383,0.02273596,-0.02254913,-0.032135025,0.02602707,-0.01605314,-0.014551302,-0.018956216,-0.0006076516,0.008953542,-0.029346924,0.021844918,0.0149752665,0.022678476,-0.0006786117,-0.014637533,0.0007257687,0.04187901,-0.047254007,0.015018382,0.0032048796,0.027766041,0.020709557,-0.00027306148,0.013415942,-0.025797125,0.011051805,0.032307487,0.0059570516,0.018065173,0.0076529076,0.030209223,-0.0106134685,0.011224264,0.00337195,0.0059031583,-0.0028869067,0.028024731,0.019315507,0.06967379,-0.016398061,0.056940507,-0.015291443,0.0055582384,-0.0047462396,-0.005195354,-0.0153201865,-0.02115508,-0.010268549,0.00888887,0.025639037,0.022261698,0.0068948027,0.008558322,-0.006273228,0.007239722,-0.0051630177,0.006664856,0.037596256,0.029145721,0.0037510025,0.019847259,0.042568848,0.03477941,-0.022319183,0.00021366612,0.016800467,-0.0002892296,-0.02913135,-0.017217245,-0.0051306817,-0.011827874,-0.011418281,-0.009959558,0.021471256,0.0018180147,-0.0018090323,0.050933152,0.00020299965,0.009355949,-0.011950033,-0.012388368,-0.037423797,-0.011296122,0.036015373,0.037682485,-0.043402404,0.008558322,0.012524899,0.03989572,0.02913135,0.053117644,0.026688168,0.0002892296,0.0065498827,-0.011770387],"social":"https://twitter.com/kumailht"},{"title":"aprilynne alter","description":"a youtube channel that teaches you how to convert your knowledge into educational youtube videos people will actually watch","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=8wrQKWElyfI","youtube_transcript":"Hey, Beldspace. I'm Evelyn Altered, and I'm building a YouTube channel that teaches you how to convert your knowledge into educational YouTube videos people actually want to watch. If I can help make it lucrative to teach, now help create a vast knowledge base that is accessible to all. I mean, that's a problem when I wanna solve in my lifetime. So I launched my YouTube channel just under five weeks Here's what I've been up to. There are some simple editing tricks that you can use. I'll cover the exact process I use to conduct a keyword research. You'll learn all the actionable tips and techniques you need even asked a lot about why I'm doing this. We'll whack you through a niche selection framework that by the end of this video, you'll have a YouTube studio that looks great. So I'll teach you how create a stunning YouTube banner. Together, we'll explore how the human brain processes and reacts to content. And more importantly, I've been uploading one long for video per week and one short form video per day. My goal was to get to one thousand subscribers by May twentieth. I had an initial rush of viewers out from my Twitter announcement, but things really picked up when this video started to take off. Then the video flattened out, and I felt devastated. Because once things slowed down, I knew that I couldn't make my one thousand subscriber goal in time. I ended up with only four zero six. But through this process, I realized something. While I can't control my subscriber count, I can control the quality and consistency of my videos. In the last thirty three days, I uploaded eight videos and twenty seven shorts. I think it's been working. And no matter which subscriber count, I'm going to continue creating continued teaching and continue improving. I know this YouTube channel has potential to become something huge. Let's see if we can take it there.","embedding":[0.03745749,0.00046265358,-0.03416751,0.029504187,-0.0038370534,-0.018019438,0.036219973,0.05266988,-0.025685998,0.061091024,0.07237958,-0.03181321,-0.016963022,-0.060125157,0.039992888,0.03917794,0.02041901,-0.021535793,-0.017008295,0.02689333,0.014744548,-0.033775125,0.012639262,0.053001896,0.0461201,-0.07449241,0.023769358,0.021279234,-0.044852402,-0.008956898,0.02213946,-0.01685738,-0.020268094,0.013325932,-0.011952591,-0.024403207,0.016268805,-0.03398641,0.026923515,-0.006572416,0.025127606,-0.01667628,0.048987515,0.029956937,-0.011530025,0.00010764595,-0.037336756,0.037306573,0.039479773,0.029383454,-0.06573925,0.04409782,-0.02807048,0.05414886,0.005444315,0.004599182,-0.030605879,-0.0035521984,-0.05595986,0.009719026,0.022712942,-0.040143803,0.046059735,-0.014382348,0.0049500633,-0.015982063,-0.08994627,-0.0050707962,-0.011364017,0.000090903646,0.014835098,-0.0009762415,0.032779075,-0.0015516109,-0.05022503,0.008798435,0.009990676,0.0016506498,-0.043946903,-0.052941527,-0.016842287,0.019619152,0.008526785,-0.004112476,-0.034680624,-0.008473964,-0.039540138,-0.033020545,-0.03628034,-0.013507032,-0.06573925,0.0032786622,-0.054993995,-0.011371562,0.056895543,0.0033031863,0.01034533,0.055839125,0.040536188,-0.0029994666,0.01253362,-0.020615201,-0.0049840193,-0.03818189,0.009764302,0.013597582,0.021913085,-0.03857427,0.0016629118,-0.05019485,-0.112402655,0.008639973,0.03335256,-0.0226073,0.02933818,-0.033382744,0.028991072,-0.006934616,0.004029472,-0.0066969222,-0.06266055,0.034469344,0.03416751,-0.010126501,0.041803885,-0.050919246,0.013959781,0.016631005,-0.023663716,-0.03181321,0.06241909,0.008481511,0.03362421,-0.03380531,-0.05270006,-0.01678192,-0.028840154,0.0052783065,-0.0074250945,0.038061157,0.014337073,0.013642857,0.014005057,-0.0049387445,-0.026953697,-0.04120022,-0.003335256,-0.009839759,0.024689948,0.005685781,0.025233248,0.027964838,-0.04965155,0.010624526,0.044309102,-0.0035031505,-0.028493047,0.03335256,-0.02689333,-0.0065573244,0.014872827,-0.0013676813,0.0006951594,0.026229298,-0.033231825,0.026033107,-0.010662255,-0.044610936,-0.06404899,-0.020645386,-0.03818189,-0.006097029,-0.026244389,-0.004391672,0.035857774,0.0036069057,-0.03154156,-0.057106826,0.017657237,-0.012503437,-0.02204891,0.010971634,-0.06960272,-0.008209861,-0.030228587,-0.0058555626,-0.0066856034,-0.02787429,0.024976691,-0.026712231,-0.027859196,0.021173593,0.01758178,0.025580356,0.0034163736,-0.0028013887,0.084151074,0.02031337,0.03480136,0.0030786977,0.025218157,0.029670196,0.01814017,0.005885746,0.029398546,0.009990676,-0.0075269635,0.048866782,-0.049983565,0.007998577,0.06881795,0.015099201,-0.0037823461,0.020026628,-0.04174352,-0.002092081,-0.058948006,0.033744942,-0.02714989,0.022214917,-0.0023882545,-0.016797014,0.021445243,-0.024508849,0.010262326,-0.013793773,0.04029472,-0.0019468236,0.043946903,0.032779075,0.02843268,0.018079804,-0.017657237,-0.023814633,0.009741664,-0.018336361,0.021399967,-0.03145101,0.015069018,0.004519951,0.037970606,0.036370892,-0.033865675,0.030107854,-0.012986369,0.0073383176,-0.048353665,-0.07177591,-0.0050745695,0.04047582,0.062117256,-0.014314435,-0.011733762,0.024252292,0.014254069,-0.061664507,-0.015227481,0.0037257525,0.023829725,0.011265921,0.020901943,-0.00980203,-0.01759687,-0.000298296,-0.0080966735,0.036310524,-0.025867099,-0.020162452,0.0061536226,-0.011062183,0.023935366,-0.039449587,0.004459584,0.0013148605,-0.0061951247,-0.01759687,0.0452146,0.029489096,0.0012252538,0.0010215165,-0.029745653,0.0038823285,-0.020524653,0.0019826663,0.0075797844,0.0032767758,0.023935366,-0.019739887,-0.008685248,-0.019362595,-0.008043853,-0.043524336,-0.013559853,0.0038200754,0.010511339,0.0054594064,0.033895858,0.02680278,0.02241111,0.04237737,-0.0007960849,-0.014518173,0.02014736,0.05221713,0.00047232167,-0.01759687,0.029504187,0.033292193,-0.0035465392,-0.022079093,0.049983565,0.053545196,-0.002109059,-0.010284963,-0.023648625,0.004112476,0.03625016,-0.039238304,-0.010337784,0.00004483283,-0.021928176,-0.033322375,-0.039389223,-0.04074747,0.02168671,0.01931732,0.060125157,0.025459623,0.043403603,-0.01586133,0.013491941,-0.03691419,0.01631408,-0.028538322,-0.030545512,-0.032869626,0.013092011,-0.03268853,0.06253982,0.04759908,-0.055627845,-0.07382838,0.011967683,-0.016464997,-0.013725861,0.027466813,0.04210572,-0.03317146,0.008685248,0.044158187,-0.011296105,-0.032205593,0.022833675,-0.03691419,0.053937577,-0.019664427,-0.0024203244,-0.037517857,-0.013363661,-0.0016025453,0.014820006,0.047719818,0.057650127,0.061453223,0.0007111943,0.00003908503,-0.03465044,0.016721554,0.03025877,0.01987571,0.02232056,-0.02915708,0.051553097,0.00057489774,-0.01886457,-0.017234672,0.050375946,-0.0011186689,-0.04968173,0.025112515,0.06483375,0.0052141673,0.030273862,-0.030832253,-0.007334545,0.013567398,0.0133938445,-0.0015006765,-0.047961283,0.009771847,0.060457174,-0.02561054,-0.033835493,0.021973452,0.027753554,0.02041901,0.008617336,0.02041901,0.01951351,0.014623814,0.0125939865,0.011001817,-0.009039902,-0.005972523,0.038996838,0.027029155,-0.034771174,-0.030605879,0.031149177,-0.0039992887,0.0054707252,-0.07129298,0.051462546,0.013612674,-0.028493047,0.007674107,0.0036634994,0.03154156,0.032326326,0.029941846,-0.043765802,-0.065014854,0.028508138,-0.002361844,0.000926722,0.0233317,0.014420077,0.00024288133,0.009945401,-0.015159569,-0.05478271,0.029126896,0.009756755,-0.02360335,-0.031149177,-0.030364411,-0.041622788,0.006093256,0.038393173,0.028176121,-0.021279234,0.02360335,-0.050345764,0.004512405,-0.022380926,0.027104614,-0.035314474,-0.012835453,-0.022577116,-0.0051009795,-0.04986283,-0.043795984,-0.040807836,-0.006319631,-0.035948325,-0.022441292,-0.007194947,-0.054118678,0.028236488,0.0057121916,-0.036763273,0.0101415925,-0.040445637,0.018894752,0.024191923,-0.011514934,-0.020705752,-0.0019581423,-0.008602244,-0.022984592,0.04310177,-0.008187223,0.034137327,0.03016822,-0.05324336,0.01958897,-0.047508534,-0.00015846238,-0.036793455,-0.0013308953,-0.040415455,-0.038604457,0.002393914,0.07624304,-0.03718584,-0.014291798,-0.037216023,-0.033895858,-0.0240561,-0.0421359,0.017974162,0.04602955,0.0153180305,-0.018547645,-0.009726572,-0.02432775,-0.0233317,-0.02069066,0.022441292,0.002678769,0.027119705,0.015725505,-0.010035951,0.040687103,0.017913796,-0.008398507,-0.002473145,0.0040521096,-0.046935048,0.075337544,-0.05921966,-0.015340668,-0.015053927,0.04639175,-0.008858802,-0.019151311,0.00893426,0.015370851,-0.0035239016,-0.0096812975,-0.033292193,-0.013823957,-0.014314435,-0.006881795,-0.0008074036,0.016434813,-0.018396728,-0.0020958537,-0.0045274966,0.010043497,-0.016102796,-0.05529583,0.006089483,0.010201959,-0.04464112,0.0035597442,-0.0231506,-0.026138747,-0.029443821,0.0045350427,0.0039238306,0.029866386,0.04138132,0.016298989,0.0014525718,0.022743125,0.035887957,-0.002146788,-0.016374446,0.0026353805,0.004255847,-0.027421538,0.023920275,-0.041984987,0.0021864036,0.0032975269,-0.007617513,-0.03308091,-0.009983131,0.025052149,0.011733762,-0.008360777,0.016238622,0.058193427,0.0028466636,0.024508849,-0.015619864,-0.028010113,-0.011914862,0.019075854,0.007757111,-0.06495449,0.00719872,-0.046814315,0.034439158,0.013182562,-0.0041502053,0.031058628,0.009130452,-0.024539033,-0.006889341,-0.0455768,-0.00039521273,0.015740598,-0.046059735,-0.011115004,-0.026168931,-0.006319631,0.0094247395,0.028372314,0.0009922764,0.0067761536,-0.036401074,0.038996838,0.0013544761,0.033956226,0.0032805486,-0.06106084,0.015272756,-0.024946507,0.01759687,0.024810683,-0.010126501,-0.020207727,-0.0117413085,0.0010375513,0.005440542,-0.020464286,-0.011273467,-0.0063309497,-0.02105286,0.0019430507,-0.014699273,-0.030017303,-0.024161741,-0.0062102163,-0.0065007308,0.006213989,0.03271871,0.00902481,0.031752843,-0.029111804,-0.015740598,0.04403745,0.0027297032,0.009032356,-0.011545117,-0.031511378,0.019151311,-0.030424777,-0.008224952,0.010481155,0.012548712,-0.019770069,0.013273112,-0.012963733,-0.029549463,-0.03365439,-0.005576367,0.03308091,0.02687824,-0.015038835,-0.019573878,0.014457806,-0.029277813,-0.01877402,-0.012118599,0.034680624,-0.013212745,-0.014382348,0.003071152,0.014412532,0.08656574,-0.015499131,0.01832127,-0.009462468,-0.034771174,-0.017234672,-0.011198008,-0.01184695,-0.036219973,0.01904567,-0.019453144,-0.015604773,-0.01189977,-0.009447376,-0.0011337607,-0.012646807,-0.014389894,-0.013733407,-0.04512405,-0.027255531,-0.023829725,-0.027723372,-0.018909846,-0.023527892,0.018381637,-0.0072741783,0.045456067,0.017823245,-0.008745614,0.013703223,-0.019664427,-0.001969461,-0.017717604,0.0006720503,0.013273112,-0.021928176,0.0069987555,-0.017430862,-0.0034352383,0.019724794,-0.048444215,-0.001977007,-0.024961598,0.007840116,-0.006889341,0.00851924,0.012797724,-0.11566245,-0.025112515,0.015023744,-0.051371995,0.0050179753,0.010428335,-0.014080515,-0.06030626,0.03280926,0.017732695,-0.003814416,-0.02132451,0.003740844,-0.015906606,-0.018608011,-0.037155658,0.016510272,-0.0025580358,-0.03356384,-0.000383894,-0.0036389756,-0.023165692,0.020358644,-0.042981036,-0.010126501,-0.013635311,-0.00018027454,-0.012095962,0.034861725,-0.04874605,-0.0011545117,0.010005767,0.051643647,0.027647914,-0.0058932914,-0.011099913,0.027753554,-0.07286251,0.0026844284,-0.004331305,-0.020992493,-0.023407158,0.014729456,0.013348569,0.026983881,0.0497421,-0.010511339,0.019302228,0.034740992,-0.005961204,0.030786978,-0.013212745,0.01604243,-0.04056637,0.043705434,0.018743837,0.0048481943,0.003727639,-0.02606329,-0.01257135,0.0009319098,-0.017566688,-0.0036352025,0.0029692834,0.025685998,-0.00770429,-0.015370851,0.02752718,-0.012986369,0.021083044,0.008036307,-0.0047161425,-0.011839404,-0.009583201,-0.0020864215,0.04409782,-0.016072614,0.0021731984,0.0051915296,0.01061698,0.002109059,-0.037065107,0.008647519,-0.010843355,-0.018653287,0.0058895187,-0.02324115,0.015604773,-0.014684181,-0.024931416,-0.07014602,0.00091540325,-0.009198364,0.011356471,0.0000038244966,0.00815704,-0.0014997333,-0.020434102,-0.079080276,-0.016963022,0.026742414,-0.023558075,-0.0048896964,-0.028719421,-0.015514222,-0.0461201,-0.02807048,0.010715076,-0.0026523585,-0.017159212,0.020358644,-0.0115375705,0.017521413,-0.0057763313,-0.010428335,0.005523546,-0.012971278,-0.01906076,-0.0025297387,0.030696427,-0.040506005,0.029277813,-0.006014025,0.0021486746,-0.011054638,-0.006659193,-0.006519595,-0.021882901,0.01640463,0.033473294,-0.007277951,0.019573878,-0.0021864036,0.02452394,-0.012782632,0.020026628,0.026485857,-0.038483724,0.009960493,0.009605839,0.0071572177,-0.039479773,-0.0010205732,-0.0008913509,-0.003203204,0.011016909,0.023286425,0.009228547,-0.011462113,-0.0009979358,-0.03966087,-0.02933818,0.00010570054,0.025444532,-0.05879709,-0.011122551,0.026787689,0.0101415925,-0.0039276034,-0.021762168,0.012178966,-0.029851295,-0.015235026,0.0028674146,0.02186781,-0.00980203,-0.05662389,0.018955119,0.017204488,0.0076967445,-0.0047123698,-0.014910556,0.030062579,-0.026289664,-0.008164586,0.03465044,0.010654709,0.0016053749,-0.011190463,-0.0128656365,0.020720843,0.022773309,-0.009915218,0.0018572169,-0.024297565,0.006221535,-0.023090234,0.01584624,0.049802464,-0.022124367,-0.0141937025,-0.025127606,-0.038242254,-0.010835809,-0.003339029,-0.033382744,-0.0104132425,0.017023388,-0.0049085612,0.025172882,-0.028719421,-0.021928176,-0.017536504,0.0004904788,0.013250474,-0.02687824,0.010352876,0.002146788,-0.00788539,0.010209505,0.010201959,0.021943267,-0.008617336,0.012880729,-0.0014686068,-0.007247768,0.010918813,0.009545472,0.031179361,-0.0028579824,0.010466063,-0.037940424,0.0017987367,0.0096812975,-0.010964088,-0.0030390823,0.020932127,-0.0491988,0.037970606,0.04868568,0.016117888,0.0000019011949,-0.0037842328,-0.011130096,-0.011507387,-0.01577078,-0.012541166,-0.006783699,0.006104575,0.009092723,-0.01025478,0.0016298988,0.008602244,0.0122997,0.0052745338,0.021173593,0.009039902,0.008262682,0.021007584,0.023044959,-0.04008344,0.016978113,-0.005229259,-0.022441292,0.029730562,-0.02004172,-0.015484039,-0.017415771,0.05574858,0.030122945,0.046361566,-0.022758218,0.013725861,-0.019936077,0.01814017,-0.018804204,-0.004572772,-0.02779883,-0.042256635,-0.012292154,0.022712942,0.003665386,0.014804915,-0.00034239196,-0.001106407,0.024840865,-0.018381637,0.02488614,0.026274573,0.0057612397,-0.015370851,-0.018396728,0.005832925,-0.0045916364,-0.0024410754,0.0029032573,0.015310485,-0.006791245,-0.023875,-0.0059347935,0.0054669525,0.0003412129,-0.038604457,-0.0023316608,0.0027429084,-0.015242573,-0.01678192,0.003972878,-0.03664254,-0.037910238,0.021807443,0.016464997,0.034439158,0.043856353,-0.021943267,0.0008116481,-0.0069082053,-0.016902655,0.014601177,-0.01340139,-0.0003282435,0.018396728,-0.051190898,0.001634615,0.021430152,0.011364017,0.003488059,-0.02862887,-0.019754978,-0.06338496,-0.010662255,0.022531843,-0.0136654945,-0.0066290097,0.015484039,-0.005357538,0.017611962,0.019483328,0.0007890106,0.020102086,-0.0011903543,0.0048859236,0.013967328,-0.010956543,0.003972878,0.00035276744,0.0054594064,0.005349992,-0.025685998,0.014276707,0.028915612,-0.028855246,-0.008089128,0.012163875,0.011477204,0.011960138,0.0028919387,-0.030288953,-0.04117004,0.039298672,-0.010586796,-0.0018694788,-0.0076514697,0.011439475,-0.023965549,0.0018874002,-0.0063007665,-0.0017383702,0.00046171036,0.0017591212,0.036853824,-0.044248734,0.007983486,-0.0036804776,0.01814017,0.014171065,0.025625631,0.030545512,0.0033088455,0.0017506321,-0.011288558,0.03311109,-0.023829725,0.00022283773,-0.020901943,-0.02542944,0.021203777,0.011801675,-0.022290375,0.018381637,-0.000767788,-0.00061498495,0.014352165,0.004987792,-0.004086066,0.006229081,0.029685287,-0.03353366,0.0054707252,0.023346791,0.0034465569,0.008013669,0.032477245,-0.015272756,-0.0015846238,-0.03071152,0.005663144,0.04584845,-0.01316747,0.015136931,-0.006549779,0.004787828,-0.015921697,0.022984592,0.013657949,-0.0071194884,-0.030575695,0.010179322,-0.011530025,-0.0038615775,0.01130365,0.014042785,-0.005089661,-0.029579645,0.027240438,-0.031662293,0.0019619153,-0.014661544,-0.0033710985,-0.0024090055,-0.006579962,0.008707886,-0.0007984429,-0.03981179,-0.0025787868,-0.010028405,-0.015800964,0.033895858,-0.0002683485,-0.027602639,0.0149935605,0.0027108388,-0.015370851,0.025187973,-0.0057310564,0.0012441184,0.0141257895,0.044942953,-0.01143193,-0.015574588,0.005576367,0.029051438,-0.01289582,0.0022920452,-0.02032846,-0.00071968336,-0.01951351,0.030319137,0.09779393,-0.007330772,0.036401074,-0.0497421,0.029383454,0.019770069,-0.0045350427,0.0071383533,-0.009854851,0.027738463,-0.001333725,0.047810365,-0.00425962,0.016827196,0.03510319,0.018200537,-0.027919563,0.000491422,0.013046737,-0.023558075,0.0069874367,-0.003063606,-0.0012271403,0.008572061,-0.045395702,0.023195876,0.018879661,0.023195876,-0.0012063893,-0.0048104655,0.0113942,-0.017959071,0.002229792,0.038604457,0.017913796,0.026455672,-0.023316609,-0.02779883,-0.028221397,0.0005560332,-0.0046557756,-0.011907317,-0.0012309132,0.015280302,-0.008300411,0.03080207,-0.014284252,-0.003491832,-0.008881439,-0.03154156,-0.029474003,0.006923297,0.014955831,0.0039011932,-0.0030277635,0.009809576,-0.015982063,0.017023388,0.0055122273,0.022109276,-0.024025917,0.039389223,-0.024750317,-0.008300411,-0.000557448,-0.017113937,0.01367304,-0.01933241,0.013152378,0.0029692834,-0.020947218,0.008639973,-0.0008536218,-0.009168181,-0.030470053,0.0042445282,0.003380531,0.028266672,0.004987792,-0.0012205377,-0.03625016,-0.043524336,-0.021520702,-0.029217446,0.020192636,0.057287924,0.008730523,0.04165297,0.01457854,0.018758928,-0.04101912,-0.0021109453,0.048082016,0.019121127,0.0075722383,0.003991743,-0.043856353,-0.02452394,-0.03564649,-0.0113942,0.000117667754,0.019090945,0.022124367,0.015982063,-0.01466909,-0.040053256,-0.029956937,-0.0018421252,-0.00758733,0.025308708,-0.005251896,0.004074747,0.016117888,-0.002931554,0.03380531,0.004640684,-0.021852717,-0.022018725,-0.005251896,-0.035344657,0.028251579,0.009334189,0.0036502942,0.009258731,0.009847306,0.01079808,0.024689948,-0.028523229,0.017445954,-0.03335256,0.00920591,0.022109276,0.04904788,0.0090851765,0.034318425,0.027481906,-0.029111804,-0.010881084,-0.05478271,0.01430689,-0.024176832,-0.017717604,0.02204891,0.0040973844,0.013107103,0.012910912,0.016057521,-0.010398151,-0.005089661,0.0046972777,0.01986062,0.019981353,0.009998222,0.0037653681,0.020841576,-0.026033107,-0.006840293,0.048414033,0.0027032928,-0.0007333601,0.027255531,-0.01940787,-0.0011648872,0.020373736,-0.002258089,-0.00034993776,-0.051824745,0.0046784133,0.013612674,0.02989657,0.014918102,-0.0096812975,-0.032477245,-0.0101415925,-0.0043803533,-0.000806932,0.018079804,-0.016902655,-0.04518442,-0.0064252727,0.0013893755,0.008504148,-0.0244183,-0.0070025283,-0.032235775,0.008119311,0.0251427,-0.022954408,0.012495891,-0.021354694,0.0040483368,-0.004818011,-0.010481155,0.008843711,0.03857427,-0.0502854,-0.019619152,-0.0020336006,0.014080515,0.043162137,0.030470053,-0.021716893,-0.014337073,-0.00893426,0.012661899,0.0048783775,-0.013341024,-0.0047387797,-0.007787294,0.024176832,-0.016117888,0.007711836,-0.014208794,0.006368679,0.0012856204,-0.011416838,-0.014744548,-0.0012450616,0.0240561,0.004901015,0.010820718,-0.0053349,-0.0006965742,-0.0497421,0.029655105,0.018442003,0.016449904,-0.03419769,-0.0068101096,-0.004206799,-0.015725505,-0.006636556,0.014095606,-0.003335256,-0.03416751,0.015189752,-0.00037823463,0.0015591567,-0.015800964,-0.02980602,0.020826485,0.014005057,0.0049349717,0.015370851,0.0049840193,0.036763273,-0.017204488,-0.008406052,0.010247234,0.0008772025,-0.013386299,0.010398151,-0.017189397,0.0023373202,0.003356007,-0.013318386,-0.031481195,-0.0446713,-0.005006657,0.0047916006,-0.033926044,0.005304717,-0.00015810867,-0.011032,-0.00653846,0.0035691767,0.000761657,-0.0025278523,0.004953836,0.005757467,0.033926044,-0.031571746,0.0001492659,-0.028266672,-0.0070025283,-0.0074288677,0.015038835,0.02069066,0.01667628,-0.027330989,-0.022245102,-0.007938211,-0.027512088,-0.00851924,0.00034592906,-0.013250474,-0.04201517,-0.019090945,-0.023648625,0.012148783,-0.0005720681,-0.009326643,0.0064667747,0.030545512,0.017808154,0.00035135262,-0.00013983362,0.012488346,0.026727322,-0.03108881,-0.006395089,0.017521413,-0.0236939,-0.0069949827,-0.02642549,0.029383454,0.031571746,-0.014231431,0.019347502,0.0023165692,0.021852717,-0.028477954,0.010300055,0.0050028837,0.010496247,-0.008602244,0.0037012286,-0.011371562,-0.014850189,0.0018600466,-0.002431643,0.013092011,0.03199431,0.020766119,0.016329171,-0.016963022,-0.025685998,-0.049983565,0.03628034,0.0029089167,0.01535576,0.0146539975,0.016615912,-0.028991072,0.03016822,-0.019981353,-0.012020504,-0.032839444,-0.03501264,-0.013476849,-0.002807048,0.0059347935,0.011265921,-0.005312263,-0.013190107,0.015936788,0.017672328,0.0036672724,0.024207016,0.00839096,0.017928887,0.051251262,0.039328855,0.0016034885,-0.0030994487,0.00036290716,0.036521807,-0.0024920097,0.015680231,-0.021037769,-0.0077495654,0.004070974,-0.03757822,0.018260904,-0.03452971,0.028553413,-0.01130365,-0.008692794,-0.007983486,-0.03172266,-0.0029768292,0.012435525,0.021128317,0.029307995,-0.03727639,-0.03625016,-0.0084890565,0.05203603,-0.010232143,-0.03362421,-0.0042822575,-0.015129385,-0.013590036,0.028206306,0.0042218906,0.009032356,-0.02342225,-0.039419405,0.0011035773],"social":"https://twitter.com/AprilynneAlter"},{"title":"folio","description":"make your personal portfolio website in a single click using just your resume","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=a-L-xMQ1IQo","youtube_transcript":"Hi. I'm Naxhae, and I'm building for you. A platform that allows you to use to create their personal portfolio websites in a single click, using just their SME. Our goal is to let anyone create their portfolio website from scratch in the least amount of time possible. So this is a demo. Basically, what we do is the first step is we ask you to upload your SMS after which we extract all the information that we require from the resume, and we give you the first draft of your portfolio website. You can go visit it's hosted live, everything. So after that, you can choose to customize it, and we'll guide you to the onboarding screen where you can fill all the necessary details. You can also add widgets to your website. You can choose anything ranging from data box to good rates. And then after that, you can see the results on the page life after you make changes. We caught around three hundred sign ups in the first week. And right now, we're at three forty four. So, basically, the traction slowed down because we working on building the platform, and it is taking a lot of time because we will be occupied with other stuff. But we have three hundred people that we can write back two, once our early access to Zarity, so we'll be having a testing phase and we'll see how it goes.","embedding":[0.03137929,0.03545492,0.02227807,0.012318823,0.00822021,-0.03288084,-0.0140502,0.04143047,0.01827905,0.015950117,0.023595756,-0.044586785,-0.052983195,-0.049796235,0.04385133,0.04541417,0.002746454,-0.03407595,-0.0691325,0.012157943,0.03560814,0.033401784,0.0051788087,-0.021527296,0.019612055,-0.023733653,-0.021220857,0.048693057,-0.0162872,-0.07397422,0.0064888326,-0.030245468,0.011836182,0.043698113,-0.011552727,0.0025683367,0.04838662,-0.0031888743,0.011828521,-0.009354032,-0.03665003,0.026323056,0.04440292,-0.002625794,-0.03680325,0.057916854,-0.020485405,0.030306756,0.03560814,0.049796235,-0.06760031,-0.024790864,0.0021297468,0.03919347,-0.014417926,-0.034903333,0.023182062,0.038366087,-0.07887724,0.059694197,-0.0081895655,-0.029234221,0.03361629,0.045965757,0.0050026067,-0.016072692,-0.033708222,0.030368043,-0.028498769,0.048938207,0.06355532,-0.0053933156,0.05638466,-0.0069369986,-0.020669268,-0.047712456,0.0012592702,0.049765594,0.036221016,-0.023825584,0.003696413,0.008970983,-0.043544892,-0.009737079,-0.049367223,-0.018095186,-0.008296819,-0.0007627443,-0.044219058,0.023381248,-0.025281167,0.03425981,0.011223306,0.043085236,0.059663553,0.004608067,-0.016854111,0.01875403,0.00846536,0.043238454,0.047130223,0.010909206,-0.031961523,-0.0348114,0.019903172,0.0066228993,0.019811241,0.01892257,-0.01445623,-0.026093228,-0.15113541,-0.0052362657,0.036435522,0.005006437,0.024622323,-0.00050275045,0.024683611,-0.031103496,0.0027330474,-0.02931083,-0.013467967,0.010066501,0.007672451,-0.0026545224,0.003608312,-0.05142036,-0.082677074,0.032543756,-0.022906268,-0.008128278,0.0028173178,-0.03487269,0.062237635,-0.039867632,-0.055036332,-0.013483289,-0.0040373257,-0.026813358,-0.07354521,0.02140472,0.019918494,-0.043759402,-0.000511369,-0.01971931,-0.054362167,0.0058031767,-0.027671386,0.031042207,-0.050868772,0.0014699466,-0.009591522,-0.0006392113,-0.0071515054,-0.009346371,0.018110508,-0.0008939382,-0.015214666,0.011345881,-0.017206514,-0.0066765263,0.029969674,-0.015459816,-0.041798193,-0.023028845,-0.010434227,-0.017712139,-0.045965757,-0.06845833,-0.07066469,-0.022186138,-0.011253949,-0.049551085,-0.020791844,0.017099261,0.0360678,-0.024086056,0.017896002,-0.055281483,-0.004481661,0.0075000795,-0.014364299,-0.0009638445,-0.021389399,0.0043016286,-0.081635185,-0.065945536,0.0044778306,0.008342785,-0.020332186,-0.027809283,-0.008204888,0.014203419,0.0006013853,-0.0016691316,-0.0052017914,-0.055036332,0.03376951,0.05957162,0.0065118154,0.0012008554,-0.0071093705,-0.015260631,0.03487269,0.038029004,0.01939755,0.033034056,-0.019213686,-0.02931083,-0.020133002,-0.030705126,0.051083278,0.022645796,0.0025032186,-0.00966047,-0.035638783,-0.00042877434,-0.062237635,0.042932015,-0.012104316,0.0252352,-0.007967398,0.012073672,0.024576358,-0.052094523,0.0009762935,0.039162826,0.0229982,0.007293233,0.059449047,-0.024177987,0.02404009,0.027579455,0.023182062,-0.0028958428,0.006339444,-0.0021335771,0.012119638,-0.025541639,-0.0035240413,-0.00502942,-0.000624847,-0.00020433216,-0.0064083925,0.04256429,0.017191192,-0.02243129,-0.035087194,-0.04605769,0.019979782,0.028697954,0.051113922,-0.00949959,0.0001820675,0.0017601055,0.004757456,-0.0058721253,-0.04470936,0.050255895,0.01590415,-0.059939347,-0.010641073,-0.019106433,-0.0073583517,0.046180263,0.01860081,0.013636508,0.0076303156,-0.0010026281,-0.0071859797,-0.0039760377,-0.013889319,-0.009729419,-0.008488343,-0.010993477,-0.0035834138,0.054484744,-0.010288669,-0.012609939,-0.028851174,0.0015025056,-0.009193151,-0.03818222,0.015544087,0.015161038,-0.011384185,-0.009399997,0.05469925,0.0031390782,-0.027380269,0.04510773,0.0078065176,-0.030827701,-0.0076226545,0.018294372,0.030398687,-0.023182062,0.022844981,0.0058721253,-0.005956396,-0.0043016286,0.04247236,-0.03450496,-0.0028939275,-0.02514327,-0.005883617,-0.027058508,0.017390378,0.051236495,0.004527627,-0.012027706,0.0071323533,0.008695189,-0.0052669095,-0.027732674,-0.015076769,-0.03974506,0.053626716,-0.02171116,-0.023442537,-0.010311651,-0.005688262,-0.0130083095,-0.02276837,-0.021174893,-0.025679536,-0.03698711,0.02292159,-0.0069178464,0.0008987263,-0.032482468,0.025005372,-0.07195173,0.010495515,0.010863241,-0.0018079864,-0.0015503867,0.010441888,-0.018325016,0.036466166,0.03232925,-0.022063563,-0.06900992,-0.03202281,0.0013330069,0.03524041,-0.0330647,0.00862624,0.009683453,0.031532507,-0.0027445387,-0.01884596,-0.019795919,0.018570166,-0.020270899,0.06570039,-0.012847429,0.021021673,-0.025817433,-0.047651168,-0.013199833,-0.031471223,0.010679377,0.023932837,-0.0024898117,-0.00862624,0.029601946,-0.029356796,0.015796898,0.0318083,-0.0067569665,0.009622165,0.0011098814,0.046762496,0.004336103,-0.031716373,-0.034351744,0.04192077,0.026889967,0.010403583,-0.014440909,0.06576168,-0.011606353,-0.0022101868,-0.04903014,-0.0007421554,0.033493716,0.018018577,-0.04608833,-0.03848866,-0.021067638,0.02108296,-0.0383048,0.005676771,-0.05335092,0.028376194,0.01046487,0.026568208,0.03913218,0.008932679,-0.024453783,0.0023748975,-0.0073889955,-0.04409648,-0.028314905,-0.035025906,-0.053044483,-0.039254755,-0.058897458,0.040020853,-0.03242118,0.019121755,-0.050133318,0.06570039,-0.022385323,0.031409934,0.014234062,0.005695923,0.042594936,0.050378468,0.041553043,-0.029234221,-0.06156347,0.008059329,-0.03168573,0.010495515,-0.0026449463,0.04287073,-0.015459816,-0.041215964,-0.044525497,-0.012157943,-0.0148392785,-0.01317685,0.019443516,-0.028146366,0.03842737,-0.018386303,0.0174057,0.031716373,0.025817433,-0.0040411563,0.033800155,-0.032145385,-0.0092621,0.0030452313,0.0070251,-0.009062915,-0.024392495,-0.011621675,-0.023197385,-0.050163962,0.015459816,-0.0031831285,0.014364299,-0.049459156,-0.037967715,0.037630633,0.0016336996,-0.024714256,-0.016746858,-0.007607333,0.052492894,-0.022339357,0.055863716,0.009530233,-0.03156315,-0.046762496,-0.021527296,0.040817592,-0.031471223,0.016961364,-0.028391516,0.018799994,0.0011098814,-0.06680357,0.035393633,-0.0052094525,0.026384344,0.0005812753,-0.004397391,-0.021389399,0.014318333,-0.040051498,0.047160868,0.024254598,0.060674798,-0.005086877,0.017589564,-0.029203577,0.015482799,0.046210907,0.07440324,0.05684432,-0.019259652,-0.017834714,-0.028330227,0.023856228,-0.019780597,-0.054178305,-0.0032061115,-0.009162508,-0.017099261,0.017850036,0.060889307,0.031103496,-0.03680325,-0.053228345,0.027962502,-0.00086664606,0.047712456,-0.06698743,-0.02339657,0.0032156878,0.010258025,-0.016256556,-0.003665769,0.011215645,0.022737728,-0.024285242,-0.018095186,-0.010472531,0.006324122,-0.023917515,-0.010028196,-0.020378152,-0.025725503,-0.056415305,-0.03674196,-0.0102503635,-0.018493555,0.0024304395,-0.029954351,0.03226796,-0.008687528,-0.037814494,0.0059334133,-0.025373098,-0.034045305,0.009530233,-0.019627377,-0.02563357,0.0013942947,0.00542779,-0.025189234,-0.014739686,0.028284263,0.024729578,-0.004117766,-0.018646775,0.012947021,0.024959406,0.008181904,0.054883115,-0.010771309,-0.0036523624,-0.0054737553,0.0002018184,0.02108296,0.009645148,0.00028106145,0.015352563,0.0010562548,0.043728758,-0.0013330069,-0.005550365,0.015444494,-0.02123618,0.0018261812,-0.036527455,0.03854995,0.022400646,-0.018646775,0.0036581082,-0.0032367553,0.034964617,0.025219878,-0.045506097,-0.01500782,-0.0055465344,-0.008679867,-0.026369022,-0.03750806,-0.012035367,-0.0029207407,-0.029831776,0.025081981,-0.0034072117,0.010947511,0.02779396,0.043330386,-0.026123872,-0.0196427,0.036833894,0.04296266,0.0068450673,-0.0080746515,-0.01165998,-0.016225912,0.023166742,-0.012357128,0.02491344,-0.033953372,-0.012870412,-0.0148392785,0.0058797863,0.016670248,-0.022002276,0.02483683,0.004776608,-0.004814913,0.03105753,0.026798036,-0.018876605,-0.009246778,-0.0019880189,0.033401784,0.0032271792,-0.012257535,0.033493716,-0.008128278,-0.0072127935,-0.036895182,0.0066228993,0.0383048,0.00550823,0.02626177,-0.028299585,-0.037079044,-0.034290455,-0.009767723,0.039714415,0.027273016,0.027809283,-0.0007445495,-0.020623302,0.0026545224,0.03407595,0.037354838,-0.0031505695,-0.009890298,0.00355277,0.006515646,0.01381271,0.000326309,0.03475011,0.01269421,-0.018876605,0.04709958,0.010572124,-0.020623302,0.027717352,0.0068527283,0.06367789,-0.01700733,0.016486384,-0.008633901,-0.041767552,-0.0052094525,-0.011805538,0.037079044,-0.04480129,0.021144249,-0.0077873655,-0.007737569,-0.015858186,0.018355658,-0.011721268,-0.0062973085,0.020715235,0.041338537,-0.02963259,0.0459964,-0.00862624,-0.00750774,-0.012571635,-0.020638624,0.019749954,-0.038764454,0.0013942947,0.011728929,-0.007193641,0.0021776278,-0.024254598,0.003960716,-0.0068718805,-0.00077567215,0.019857207,0.015314258,0.029126968,-0.023105454,-0.002466829,0.028973749,0.0010016705,-0.013820371,0.04216592,-0.011391846,-0.036956467,0.01565134,0.018968536,-0.047865674,-0.016639603,0.0048493873,0.0024227784,0.02762542,-0.010579785,-0.0034550927,-0.037630633,-0.016838789,0.03520977,0.014303011,-0.020623302,-0.025434386,-0.014663076,-0.013965929,-0.013199833,0.0073813344,-0.02762542,-0.040112782,-0.00086329435,-0.008197227,-0.010832597,0.029601946,0.006661204,-0.04486258,-0.029755166,-0.008787121,0.033187278,0.0057189064,-0.0065271375,-0.020178968,0.011989402,-0.009752401,-0.014394943,0.020807166,0.0021182552,-0.010510837,-0.02986242,0.015429173,-0.020163646,-0.039867632,-0.0059602265,0.009009289,0.0062092077,0.03775321,-0.018079864,-0.034382384,0.01613398,0.048754346,-0.0044931527,0.019581413,-0.014655415,0.016654925,-0.010579785,0.03392273,-0.023519145,-0.020301543,-0.0060828016,-0.0064313756,0.0025185405,0.022507899,0.022645796,0.027027866,0.0056920927,0.013981251,-0.0030126723,0.016317844,0.049704306,0.022783693,0.008434717,0.035638783,-0.00013502441,0.021971632,-0.02770203,-0.010311651,0.019734632,-0.033585645,-0.025756145,-0.018585488,0.0043552555,-0.0005046657,-0.008978644,-0.007626485,0.009430641,-0.012157943,0.012594617,0.008227871,-0.010342295,-0.00251471,-0.00062245294,-0.03511784,-0.0038477168,-0.016624281,-0.0016059286,-0.01933626,0.024974728,0.00367343,-0.028989071,-0.06674228,-0.03848866,-0.015107412,-0.018646775,-0.0070787263,-0.030076927,0.023825584,-0.049244646,0.030996243,0.008802443,0.04565932,-0.01349095,0.014548162,0.001932477,-0.015689645,-0.017681494,0.0039760377,0.0055427044,0.003464669,0.050746195,-0.024545714,0.023350604,-0.009246778,0.03609844,-0.0274722,-0.030597871,0.007254929,-0.004305459,0.036343593,-0.0074732658,0.036435522,-0.0167775,0.016900077,-0.019826563,0.00574955,0.026997222,-0.030797057,-0.010893884,0.031363968,-0.00071821496,-0.010932189,-0.0020416456,-0.015107412,0.007404317,-0.019581413,-0.028222974,0.023166742,0.02946405,-0.00058845745,0.0074694357,0.00239405,-0.011522083,-0.0048685395,0.0080746515,-0.011614014,0.03281955,-0.01565134,-0.02195631,0.005324367,0.01556707,-0.03242118,-0.005603992,-0.006603747,-0.02436185,0.0030682143,-0.0010409328,-0.00471149,0.011008799,-0.012594617,0.0057112454,0.02499005,0.0325744,0.0069523207,-0.039101537,0.026522242,-0.020638624,0.01804922,-0.010564463,0.014440909,-0.04461743,-0.013199833,-0.013674812,-0.03974506,0.0047727777,-0.024132023,-0.01556707,0.003688752,-0.014333655,0.029341474,0.015659,0.024928762,-0.002587489,-0.020623302,-0.01133822,-0.0464867,-0.008021025,-0.020975707,-0.017574241,0.036956467,-0.00037610522,0.020087035,-0.011889809,0.029893063,0.03937733,0.010273347,-0.0027770977,0.012066011,-0.012272857,-0.030046282,-0.030766413,-0.002244661,0.0065118154,-0.012563974,0.024346529,-0.010503176,0.060337715,0.020347508,0.012219231,0.00902461,-0.02476022,0.02986242,0.006538629,-0.01788068,0.00043978696,-0.001257355,0.037967715,0.0052898927,-0.0076035024,0.03026079,-0.038458016,0.023626398,0.030766413,0.008442378,-0.0084193945,0.013720779,0.008564953,0.030076927,-0.012518007,-0.024453783,0.0113995075,-0.0035700072,-0.025296489,0.00027651276,-0.009308065,-0.0012707616,0.0050102673,0.024208631,0.006837406,-0.009116542,0.0073353685,0.0026334547,0.012678888,-0.046946358,0.010273347,-0.026889967,0.0074387915,-0.046425413,-0.015628356,-0.05549599,0.010916867,0.021527296,0.033984017,0.018309694,-0.008013364,0.004117766,-0.017237158,-0.036864538,-0.0064083925,0.021220857,0.006940829,-0.010189076,-0.005462264,0.009047593,0.0036044815,0.04783503,0.012410754,-0.011935775,0.044372275,-0.037354838,0.025036015,0.0014048284,-0.0032233486,0.0019516294,0.045965757,0.019887852,-0.012104316,-0.013391357,-0.010518498,0.015467477,0.0001872147,-0.008289158,-0.0031907896,-0.014234062,-0.0021986954,-0.00077998143,-0.0013550322,0.020194288,-0.036190372,-0.016854111,-0.021466007,-0.059449047,-0.018202439,0.043698113,-0.0041139354,-0.005684432,-0.003897513,-0.018141152,0.042257853,0.006002362,0.028360872,-0.0038285644,-0.015237648,0.0019430108,0.0029743675,-0.007546045,0.005462264,0.00415224,0.03211474,0.030996243,-0.047497947,-0.027089152,-0.056874964,-0.022507899,0.008909696,-0.0073660123,-0.021573262,0.0039166654,-0.012839768,-0.01892257,0.01693072,-0.005063894,0.0061938856,-0.016639603,-0.041767552,0.026629495,-0.018554844,-0.0029015883,0.005048572,0.00017428683,0.02476022,-0.022890948,0.016562995,-0.025572283,-0.02451507,-0.014517518,0.019305618,0.01892257,0.009936265,0.006714831,-0.007124692,0.0029418084,-0.0009513954,-0.0064313756,-0.007293233,0.025510995,0.017788747,0.009760062,-0.0016959449,-0.013184511,0.003999021,-0.024484426,-0.0010955172,0.019274974,-0.05215581,0.008427056,0.0012113892,0.012326484,0.015827542,0.012632922,0.018539522,-0.03867252,-0.022753049,-0.018830638,-0.0016222082,0.009139525,0.035975866,-0.00040674905,0.009652809,-0.032972768,0.018508878,-0.015291275,0.030000318,0.0066458825,0.021787768,-0.0074081477,-0.0060713105,-0.020240255,0.0047881,0.011207984,-0.0065654423,0.036466166,0.047804385,-0.022507899,-0.012127299,0.0066880174,-0.0046502026,-0.016225912,-0.007837161,0.020408796,0.023810262,0.013383696,0.0039492245,0.002945639,-0.015750933,-0.00259515,0.008120617,0.01469372,-0.0073085553,-0.046885073,0.03545492,-0.025909364,-0.0026066415,0.0027828435,-0.017206514,0.026077906,0.005286062,-0.017206514,0.007289403,-0.025648892,-0.00646585,0.004998776,0.008948001,0.0013521593,-0.006883372,-0.029816454,0.012924039,-0.037814494,-0.011690624,-0.022400646,0.02235468,0.025189234,-0.010342295,0.028866496,0.03897896,-0.010641073,-0.0023978804,-0.028406838,-0.013360714,0.0072625894,0.020102357,-0.01310024,-0.009032271,-0.024882797,0.0035910748,-0.036680672,-0.0018625708,0.02707383,0.015766254,-0.003368907,-0.003137163,0.094321735,0.008044007,0.018830638,-0.024162667,0.015681984,0.013598203,-0.0072051324,-0.010418905,-0.0258634,-0.0042518326,0.0012602279,-0.0058568036,-0.008610918,0.00790611,0.01581222,-0.015613035,-0.032390535,-0.023917515,-0.008633901,-0.0107100215,-0.003001181,0.037477415,0.027196405,-0.02203292,-0.034933977,-0.012234552,0.010127788,0.0061287675,-0.0015235733,0.037875783,-0.0016432758,0.0007239607,0.03144058,-0.008871391,0.022477254,0.016348487,-0.0019554598,-0.013284104,0.05166551,-0.022691762,-0.018876605,-0.018723385,0.036435522,-0.01572029,-0.014793313,0.0072204545,-0.0027004883,0.014777991,0.00047258544,-0.034719467,-0.010449548,0.025036015,0.020653946,0.027334303,0.016716214,0.005286062,0.064474635,0.021190213,0.0027713522,0.0027847588,0.008005703,0.033279207,-0.011430152,0.014555823,0.011077748,0.010955172,0.0117365895,0.008718172,0.012747836,-0.01221157,-0.018217761,-0.0041139354,-0.0071515054,-0.01860081,0.015873509,-0.0020722896,0.0027253863,0.001640403,0.009706436,0.0012745921,-0.005220944,-0.0042365105,-0.0123111615,0.013881658,0.011223306,0.033493716,-0.01349095,0.03536299,0.0013808879,0.03168573,-0.053320277,-0.002731132,0.03680325,0.02731898,-0.01445623,0.03511784,-0.07483225,0.015191683,-0.005653788,-0.021190213,0.0148392785,0.00010007128,0.010740665,0.0018549098,-0.022906268,-0.0148316175,-0.041246604,0.008473021,-0.0016413606,0.01532958,-0.0037577006,0.008250853,0.0034799909,-0.023534467,0.0101431105,0.006324122,-0.010472531,-0.002857538,-0.0023442537,-0.014142131,0.026277091,0.018416947,0.003449347,-0.00742347,-0.015429173,0.010388261,0.011790217,-0.038059648,0.016179947,0.009783045,0.009491929,0.037017755,-0.0032501621,-0.012556313,-0.028743919,0.00033396995,-0.011537405,-0.022370001,-0.006163242,0.021619227,-0.046118975,-0.015421512,-0.023442537,-0.027533488,-0.0029973504,0.009384675,0.029601946,-0.012027706,0.03545492,0.013069597,0.0040947828,-0.005902769,0.08120617,-0.034903333,0.005243927,-0.007840992,0.032145385,0.018309694,-0.005167317,0.00030428372,-0.027610097,-0.014709042,-0.009737079,-0.015199344,0.020087035,-0.015161038,0.011307576,0.0014469638,-0.0117365895,0.0010332719,-0.011146696,-0.013889319,-0.045230303,0.0036868367,0.018248405,-0.014617111,-0.018355658,0.023963481,0.0025262013,-0.0035795833,-0.0047804387,-0.032911483,0.0014124895,-0.01269421,0.014800973,0.0077490606,-0.012357128,0.0037098196,-0.030567229,0.006059819,-0.011560388,-0.00081445574,-0.0058491426,0.018447591,0.009239117,0.005956396,-0.003933903,-0.037354838,-0.010281008,0.029157612,-0.0051519955,0.004255663,0.012916378,-0.013536915,-0.030536585,0.016946042,-0.053381566,0.0016949873,0.01605737,-0.025909364,0.020041069,-0.014586466,-0.015168699,-0.025281167,0.00031577516,-0.0054814164,0.031409934,0.053596072,0.045689963,-0.013705457,0.022492576,-0.0036581082,-0.023136098,-0.02227807,0.0069829645,0.03321792,0.025219878,-0.0034589232,-0.009775384,-0.015115073,0.020914419,0.017543597,-0.0013310917,0.010832597,-0.008342785,-0.001194152,-0.032911483,-0.0046885074,-0.011698285,-0.045199662,0.010679377,-0.0125409905,0.00028968003,0.002769437,0.0050907074,-0.00018577826,0.020163646,-0.011123713,-0.045567386,-0.011093069,0.005439281,-0.0022523222,-0.0011587201,-0.00053530955,-0.016976686,0.011721268,0.023825584,-0.03937733,-0.011407169,-0.0075422144,0.011238627,-0.015574731,0.010740665,-0.022814337,0.007320047,0.0012966174,0.019658022,0.0027521998,-0.007929093,0.011606353,-0.009085898,-0.018493555,0.027962502,-0.0043935603,-0.02364172,0.007385165,0.0012516093,-0.00011581216,-0.007281742,-0.0022753049,-0.06950022,0.005374163,-0.010281008,-0.009354032,0.023932837,0.00822021,-0.0027675217,-0.008036346,-0.003728972,-0.012778481,0.0063088,-0.0015513443,-0.013046614,0.053044483,0.04210463,0.015735611,0.020791844,0.020270899,0.015735611,-0.010472531,0.04262558,-0.0065462897,-0.008595596,0.01205835,0.003321026,0.0034819061,0.01556707,-0.009369354,-0.00011557276,-0.00774523,0.0031409934,-0.01621059,0.02969388,-0.0033152802,0.039009605,-0.003983699,0.013031292,0.0061211064,-0.0077605518,0.03585329,0.013069597,0.025357775,0.03321792,0.03416788,0.07250332,-0.019581413,-0.0127708195,-0.006243682,0.014594127,-0.028805207,0.037140332,0.00886373,0.06281987,0.0023748975,0.033493716,-0.013307086,0.0051366733,0.010495515,-0.00043428064,-0.012962343,-0.0011749996,-0.015291275,0.010755987,0.03949991,0.02954066,0.002650692,0.017911322,0.0048110825,0.022002276,-0.0043016286,0.021098282,0.050899416,0.046425413,0.02252322,0.015314258,0.011506761,0.002746454,0.009997552,-0.009943926,0.0041330876,-0.009959247,-0.034443673,-0.010809613,0.027533488,-0.008312141,-0.001529319,-0.014257045,-0.009491929,0.012862751,-0.006929338,0.0149465315,-0.0196427,0.036680672,-0.022216782,-0.012188586,-0.02906568,0.028253619,-0.0025357776,-0.009760062,-0.033830795,0.01765085,0.017696816,0.023473179,0.030720448,-0.007411978,0.020041069,0.016118659,-0.02882053,-0.03867252],"social":"https://twitter.com/LaxyaPahuja"},{"title":"fantoons","description":"fan created comics platform","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=M8y6MUUEzm4","youtube_transcript":"What's up? My name is Ashita. I'm building Phantoon Sade x y z. We're a tool that lets you create awesome comics, anime, and seconds. For shows in popular culture that you love to consume and can't get enough of. So for example would be Harry Potter Game of Thrones, Mondylorian. Add on over to phantoons dot x y z, sign up, hit create, and what you see here is a creation flow for Harry Potter. So from here, I'm going to select a character, I'm gonna pick a style, and I'm gonna pick a universe and hit generate. Now what we're going to see is that it's going to take ten to thirty seconds for our technology to do its magic. And here's where it's so powerful. So before ninety percent of people out there would never have been able to do this on their own because of the artistic skills or prompt engineering that they need it. To do this. I'm going to hit next and caption this image. And there you have it. You have a comic that you can now share to your socials You could also go back to the feed to see what everyone else is creating. We started out with eight hundred and fifty members of the Discord community that'll be bootstrapped. From their people started sharing it out to their social networks. And we've quickly grown to seven thousand two hundred users as of today. So that's vantings dot x y z. Check us out.","embedding":[0.048604313,0.026900595,-0.048514195,0.020607268,0.037910163,-0.04647149,-0.009988217,0.041184496,-0.011617873,-0.009117064,-0.014359,-0.0058126915,-0.041394774,-0.022634951,0.040223222,-0.014847145,-0.033314083,-0.0113099655,0.023671322,0.014584298,0.03373464,0.008756586,0.03586746,0.04334736,-0.0331038,0.007543732,-0.007048076,0.024767773,-0.020141652,-0.018098949,-0.023626262,-0.029168596,0.014366509,-0.0072508445,0.01674716,-0.0021966565,0.010326164,-0.027546449,-0.005846486,0.010521422,0.0021065373,-0.042776603,0.05028654,0.015252682,-0.011437634,0.01312737,-0.048213795,0.028237363,-0.01196333,0.013728165,-0.029784411,0.024272118,-0.044548947,0.025503747,-0.01556059,0.0047688102,-0.019480778,0.037820045,-0.06542657,0.0075925463,0.021748777,-0.02035193,0.03827064,0.05377115,0.0024745243,0.034185234,-0.061761722,-0.01438153,-0.017167717,0.014268881,0.04890471,0.036798693,-0.010604031,-0.006323367,-0.030265046,-0.01686732,0.00058483635,0.026855536,0.019540856,-0.059058145,-0.0044533927,0.017843612,-0.014989834,-0.002453872,-0.031661894,0.02266499,-0.012128549,-0.011587833,-0.06356411,-0.011264905,0.0010833085,0.029619193,-0.038420837,-0.012654244,0.011302455,0.047372684,-0.027261073,0.016717121,0.043677796,0.0042769094,0.05043674,0.027741708,-0.041484892,-0.02523339,0.035386823,-0.0065937247,-0.021643639,-0.0073484736,0.012917092,-0.006920407,-0.15752845,0.00536585,0.00239567,-0.004648651,-0.04280664,-0.023506103,0.063804425,-0.0059215855,0.03214253,-0.009056984,-0.051007494,0.035567064,-0.0023393454,0.034065075,0.015350312,0.0053132805,-0.08056661,-0.035567064,0.0091696335,-0.021012804,0.030144887,-0.040313344,0.028057124,-0.013322628,-0.02625474,-0.012045939,-0.032623168,-0.042776603,-0.016251504,0.037790004,-0.023055507,0.007397288,0.023160646,-0.010115885,-0.022304513,-0.023370925,-0.0022079216,0.011062138,-0.072155476,-0.043167118,-0.0031147464,0.018624645,-0.012000879,-0.023115586,0.017483134,-0.03127138,-0.012571635,0.043858033,-0.037489608,0.013187449,-0.015996166,-0.028312463,-0.015027384,-0.021989096,-0.0035296704,0.012631714,-0.024272118,-0.031631857,-0.04298688,-0.026690317,-0.050707094,-0.017603293,-0.019000141,-0.00068387366,0.053050198,-0.014073622,-0.015830947,-0.0479134,-0.02274009,-0.059268422,0.019600935,0.04271652,-0.03487615,-0.007885434,-0.03448563,-0.01806891,-0.002934508,-0.022890288,0.018564565,-0.016596962,-0.01438904,0.046231173,-0.04199557,-0.009342362,0.019450737,-0.06392459,0.08164804,0.0031522962,0.031511698,-0.0407339,0.022980407,0.033254,0.021583559,-0.009950667,0.030730663,-0.005748857,-0.0013790122,-0.007795315,0.027276091,-0.025984382,0.052058883,0.00836607,0.014809596,-0.043647755,-0.055663653,-0.010626561,-0.028928278,0.087956384,-0.021223083,0.016657041,-0.038781315,0.083330266,0.011850681,-0.028057124,0.010641581,-0.014892206,0.005286996,-0.01074672,0.031481657,0.06560681,0.015012365,-0.011377554,-0.0012673019,-0.062722996,-0.026705336,-0.0571356,0.0067514335,-0.016627,-0.005241936,0.005384625,0.03478603,0.0055198036,0.044518907,0.043918114,0.017242815,-0.018579585,-0.04067382,-0.024812832,0.014937265,0.018384326,0.10177467,-0.020667346,-0.0022342063,0.053861268,0.034065075,-0.0711942,-0.030159907,-0.0004672589,0.020096593,0.00836607,0.014021053,-0.009387421,-0.054221746,0.005621188,0.013728165,0.052899998,-0.002406935,0.017107638,-0.027125893,0.0005092676,0.00716448,-0.021913996,0.05626445,-0.03709909,-0.02619466,-0.004318214,-0.011437634,0.055994093,-0.03562714,0.0355971,0.030790742,0.021178022,-0.02027683,0.0100182565,-0.015327781,0.014576788,0.047132365,0.0027354946,0.0050917375,0.019886313,0.028612861,-0.006473566,-0.008238401,0.02264997,-0.017558234,0.019630976,0.00046444268,0.007543732,0.019826233,0.029168596,0.020787505,-0.08471209,0.032983646,0.008531288,0.054462064,0.0034151438,-0.0072320695,0.006488586,-0.002442607,0.0037399486,0.0546423,0.0007782172,0.022980407,-0.01679222,-0.019676035,0.025789125,0.06722896,0.008831686,0.00056324527,-0.047252525,-0.012466496,-0.01694242,-0.007983063,-0.028612861,0.0061318637,-0.02379148,0.0013076678,-0.0000344401,0.012113528,-0.016086286,0.025008092,-0.07930493,-0.0088016465,0.0059178304,0.018294208,-0.04644145,0.002915733,-0.012887052,0.0113475155,0.042416126,-0.027861867,-0.033974957,0.00042712767,-0.04157501,0.011783091,0.023145627,-0.01429141,-0.017287875,0.009913117,-0.010010746,-0.010258574,0.0037887632,0.026660277,-0.064345144,0.02392666,-0.00014315818,0.0165519,0.0023768952,-0.006169413,0.01674716,-0.03100102,-0.0009819242,-0.009822998,0.01557561,-0.030820781,0.020006472,-0.05848739,0.02632984,-0.0031860908,-0.011287436,-0.020847585,0.037940204,0.030430265,-0.006451036,0.011069647,-0.032923564,0.025518766,-0.008794136,-0.0023768952,0.012458986,0.037579726,0.0010100865,0.036468256,-0.057856556,0.0074385926,0.042235885,0.021238102,-0.0099807065,-0.06218228,0.030910902,0.061401248,-0.06692856,-0.032472968,0.02632984,-0.028372543,-0.011482694,-0.0018192823,0.030535404,-0.00955264,0.0044871876,0.0455703,-0.008771607,-0.041304655,-0.026239721,-0.0007303414,-0.0054071546,-0.018729784,0.0065374,0.04427859,-0.00031424392,0.015891027,-0.041635092,0.047072288,0.0261496,0.0050729625,0.011212336,0.026930634,-0.01806891,0.0146669075,0.053440712,-0.046231173,-0.045510218,0.041905448,-0.024197018,0.015921067,0.04319716,0.028537761,-0.010889409,-0.007307169,-0.042205848,0.007675156,-0.022304513,0.025473706,0.014711967,0.00084909226,-0.008388599,-0.026825495,0.013720655,0.060590174,0.02383654,0.0039915317,-0.014644378,0.019015161,-0.027351191,-0.016536882,-0.017768512,-0.020021493,0.0012288134,-0.047042247,-0.024737732,0.021898977,-0.016296564,-0.02753143,0.041334692,-0.010476362,-0.036648493,0.0071381954,0.022619931,0.018774843,0.030595483,-0.028297443,0.0151099935,-0.043918114,0.020141652,0.007907964,-0.041364733,-0.0020896401,-0.0027317395,0.053230435,0.004378293,0.011234866,-0.030114848,0.012654244,0.029378874,-0.0262998,-0.014546748,0.014539238,0.003756846,0.0046261214,-0.015680749,0.021793839,-0.020622287,0.012616695,0.031361498,-0.01925548,0.047402725,-0.034125153,0.019375637,0.0030790742,-0.016041227,-0.0262247,0.0146669075,0.059178304,-0.018369306,0.010341183,-0.030280067,-0.02523339,-0.038811356,-0.017092617,-0.031511698,0.003706154,0.007532467,-0.017828591,0.06278308,0.012323807,-0.021913996,0.05611425,0.013915913,-0.03685877,0.054612264,-0.024001759,-0.009214693,-0.0045960816,0.014944775,-0.042506244,-0.0071044005,-0.023821522,0.03920187,-0.004509717,-0.0072621093,-0.02741127,0.0033231473,-0.030535404,-0.029273735,0.019645996,0.011617873,-0.03938211,-0.0477632,-0.022514792,-0.00830599,-0.021027824,-0.047162406,0.01680724,0.010228534,-0.05019642,-0.012496536,-0.018804884,-0.0025402363,-0.013923423,0.009455011,0.0008584797,0.035537023,0.060590174,-0.0078103347,-0.00833603,0.02371638,0.0050917375,-0.007419818,-0.022244435,0.00327621,0.022830209,0.002574031,0.017783532,-0.030850822,-0.010573992,0.024392275,-0.022830209,0.013660575,-0.0027448821,0.013465317,0.0047124857,-0.002741127,0.010251064,0.021027824,0.017603293,0.016161384,-0.01799381,0.012458986,-0.041514933,0.0056962874,0.010025766,-0.039832707,0.034395512,-0.010573992,0.018279187,-0.0004297092,0.0038525977,0.024647614,-0.02502311,0.015620669,-0.0504067,0.013277569,0.006946692,0.047132365,-0.024827853,-0.0067551886,-0.041394774,-0.0025608886,-0.0059140753,0.007303414,0.0034996308,-0.03445559,-0.010664111,0.009642759,0.020937705,-0.0261496,0.013915913,-0.053110275,0.02515829,-0.016311584,0.02385156,-0.014696947,-0.0134502975,-0.013390218,0.010468853,-0.0165519,0.01557561,0.009868057,0.0065449104,0.021208063,-0.010589011,-0.010694151,-0.02286025,-0.016506841,0.0013358301,0.035086427,-0.02036695,0.02397172,-0.0035108957,0.0031992332,0.028853178,-0.029213656,-0.032442927,0.031031061,0.028102186,-0.0026848025,-0.027741708,-0.007419818,-0.045269903,-0.040012944,-0.018774843,0.005531069,0.031752013,0.032442927,0.018219108,-0.010183475,-0.020156672,0.023746422,0.021658659,0.00008607092,0.028267404,-0.035506982,0.01547047,-0.010251064,0.01694242,-0.012203648,-0.016566921,0.061701644,0.039291993,-0.039922826,0.03601766,0.0024726468,0.05752612,-0.0064134863,-0.0033944915,0.0060379896,-0.00596289,-0.00847121,-0.030730663,0.023205705,-0.0060680294,-0.011324985,-0.007258354,-0.0017451217,-0.0061543933,0.016386682,-0.0028932034,0.025608886,0.017317915,-0.0002562766,0.008628918,0.034816068,-0.052149005,0.002159107,-0.001678471,0.030235007,-0.025338529,-0.038781315,0.060229696,0.0167021,0.01435149,0.026735377,-0.038691197,0.018444406,0.02509821,0.0010748598,0.006702619,0.0041041807,0.012368866,-0.029003378,-0.024662634,0.02741127,-0.010604031,-0.018144008,0.02741127,-0.05989926,-0.03358444,0.019946393,0.011279926,-0.055964053,-0.037279326,-0.023130607,-0.008704017,-0.024797812,-0.015215132,-0.025909284,-0.021959057,0.026239721,0.0030171173,0.012571635,-0.00025158288,0.015177583,-0.04301692,0.014704457,-0.0015235785,0.023055507,0.0053170356,-0.01791871,-0.0022886533,-0.021733759,-0.023400964,-0.020126631,-0.041484892,-0.02252981,-0.018189067,-0.030790742,0.02379148,-0.010581502,-0.008065673,0.01193329,-0.018970102,-0.016777199,0.02386658,-0.00036634412,0.010273594,0.008020613,-0.020607268,0.03448563,-0.033073764,-0.04683197,0.012098509,0.021178022,0.011738032,0.055843893,0.018579585,-0.016311584,0.017543213,0.007036811,-0.023431003,0.009214693,0.010401263,0.016191425,-0.032803405,0.020396989,-0.027200993,-0.009222203,0.014576788,0.0037380713,0.021193042,0.017438075,0.037279326,0.029153576,-0.016236484,0.047312602,-0.01556059,0.037880123,0.05034662,0.0070893806,0.014471649,-0.0024088123,0.00028983664,-0.010003236,-0.015207623,-0.021658659,0.011707992,-0.039952867,-0.020021493,-0.011077157,-0.003976512,0.0011264905,-0.0031936008,0.011077157,-0.015079954,-0.032082453,0.0066575594,-0.0382406,-0.00063036534,-0.028012065,-0.015079954,-0.018159028,-0.05154821,0.0131499,0.015936086,0.0010682886,-0.00095610885,-0.014006033,-0.0016794096,-0.08248915,-0.04271652,-0.0005360218,-0.0024407296,-0.036678534,-0.019826233,0.038811356,0.0004513003,-0.00058530574,-0.011445144,0.013240019,-0.009192163,-0.028207324,-0.023235746,0.005959135,0.0072208047,-0.038571037,-0.021087904,-0.011783091,0.009898097,-0.0331038,0.015891027,0.0022435938,-0.012286257,-0.018098949,0.00600795,-0.010528932,0.03610778,-0.007862904,-0.008764097,0.0454201,-0.03682873,-0.02751641,0.007299659,-0.007975553,0.02048711,-0.0002247114,0.021974076,0.061641563,-0.037429526,-0.013945953,-0.03851096,-0.005624943,-0.02732115,-0.011317476,0.010956998,-0.0034095114,0.021147983,0.0041154455,0.043317318,-0.042566326,-0.027306132,0.0095376205,0.0009598638,0.0036798692,0.016972458,-0.064044744,-0.041905448,-0.0052081416,0.0142989205,0.02021675,0.022424672,0.029468993,-0.018579585,0.02739625,-0.0078403745,-0.0057901614,-0.0070743607,-0.036288016,-0.007780295,0.024752753,0.025248408,0.030445285,-0.003593505,0.026089521,-0.015650708,0.021087904,0.0034864882,0.02150846,-0.030054769,0.0066500492,-0.01315741,-0.006477321,0.0035334255,-0.009755408,0.0011828151,-0.004892724,-0.014974815,0.0029438953,0.029604172,-0.0059403605,-0.010168455,-0.010281104,-0.022830209,0.00023714974,-0.032863487,-0.027185973,0.024497416,0.028973337,-0.0030114849,-0.0034414288,0.001973236,-0.015155053,-0.03478603,0.025398608,-0.0103486935,-0.010656601,-0.019435717,-0.029393895,-0.008546309,-0.008193341,-0.030760702,0.0030189948,0.020081572,-0.001019474,0.033554398,0.030685604,0.020457068,-0.008388599,-0.0155155305,0.03836076,0.0032236406,0.0069804867,-0.012203648,0.007870414,0.016972458,0.0054484596,0.00328372,0.01898512,-0.043647755,0.027756728,0.0019225439,0.020006472,0.017723452,0.023806501,-0.035506982,-0.017468113,-0.021718739,-0.060830493,0.021193042,-0.009417461,0.0054484596,-0.0038826375,-0.007998083,0.0072170496,-0.0067551886,0.0191203,0.015252682,-0.003942717,-0.005594903,0.012443966,0.031872172,0.015876006,0.030400226,0.0062445127,0.017663373,-0.018549545,-0.01688234,-0.025729045,0.04310704,0.029559113,-0.0017188368,0.018174049,-0.031752013,-0.00060783554,0.011189806,0.007449858,-0.019540856,-0.008170811,-0.020607268,-0.033013683,-0.021087904,0.034335434,0.010115885,0.017152697,0.0116779525,0.036378134,-0.001062656,-0.008088202,0.057466038,0.004554777,-0.0012569757,0.0006702619,0.015305252,0.03337416,-0.004937784,-0.015845967,-0.025443668,0.017663373,-0.026690317,-0.02271005,-0.023130607,-0.028853178,-0.0029795675,-0.02981445,0.0086889975,0.01688234,0.017002497,0.0012954641,-0.014914735,-0.014907225,-0.00838109,0.0095751695,-0.008816666,-0.047162406,0.018879982,-0.04286672,0.021132963,-0.014546748,0.026840515,-0.022424672,-0.038420837,0.026449999,0.044939466,-0.031211298,0.018834922,0.027816808,0.028177284,0.008906785,-0.0572858,-0.029589152,-0.045029584,-0.029063458,-0.0035033857,-0.003178581,0.0016249627,0.0049340287,0.0103111435,-0.01781357,-0.0022323288,-0.0014137457,0.013893384,0.024827853,0.015079954,-0.0026472528,-0.0070030163,0.006458546,0.016236484,0.02984449,-0.031541735,0.006349652,-0.0013095452,0.009364892,-0.020577228,-0.05848739,-0.0004024857,-0.0015461083,-0.006424751,0.0261496,0.0017789163,-0.02143336,0.0075737718,0.02626976,0.025894264,-0.024482395,0.0061769234,0.031571776,0.008028123,-0.008516269,0.0043557636,-0.03475599,-0.00844117,0.0358975,-0.03673861,-0.014787067,0.013495357,-0.015380351,-0.0121585885,0.02508319,0.042295966,-0.023025468,0.0077277254,-0.003050912,0.008538798,-0.016461782,-0.017182736,-0.021072883,-0.0056775124,-0.00956015,0.0068941223,-0.024332196,0.023145627,-0.024602555,0.02759151,0.016852299,0.02987453,-0.019000141,0.013848324,-0.02748637,0.013653066,-0.0062707975,0.005463479,-0.008028123,0.019225439,-0.008020613,0.002023928,-0.015921067,0.013833304,0.0011330618,-0.023536144,0.0112724155,0.016281543,0.018174049,-0.024902951,0.014276391,-0.025894264,0.031481657,-0.03376468,-0.02626976,0.014486669,-0.006349652,0.00537336,-0.010055806,0.016401703,0.010243555,0.046111014,0.011445144,-0.018339267,0.0044646575,-0.0075061824,-0.019360619,-0.011092178,0.032563087,0.03956235,-0.024272118,-0.014997344,-0.020892644,-0.003221763,-0.00045622868,0.022259453,0.031301416,-0.035567064,0.009868057,0.0003679869,-0.043827992,-0.015891027,-0.02738123,-0.0067213937,0.022454713,-0.008110732,0.012872032,-0.03457575,-0.017453093,0.013187449,-0.02280017,0.013457808,-0.008035633,-0.020832567,-0.018654684,-0.012736853,0.0864544,-0.03971255,0.027276091,0.015027384,0.052058883,-0.022454713,-0.0095751695,0.022154314,-0.009913117,-0.017708432,-0.00056559214,-0.007307169,-0.002821859,-0.0056737578,0.002876306,-0.027110873,-0.0006247329,-0.053260475,-0.0042318497,0.0076976856,0.01674716,0.027831826,0.0037812535,-0.02635988,0.003760601,0.0073747584,0.0034902433,0.0480636,0.011392575,0.030250028,0.00097441435,-0.008155792,0.0024163222,-0.0030715642,0.022454713,-0.006822778,-0.008891766,-0.024993071,0.0120834885,0.0075737718,-0.009995726,0.0029870775,0.023205705,0.008914296,-0.015207623,0.01806891,-0.016431743,-0.011535264,-0.040373422,-0.042416126,0.0023768952,0.023190686,0.008568838,0.018219108,-0.00026660276,-0.008869235,0.012879542,0.03721925,0.014644378,0.023701362,-0.010874389,0.021868937,-0.025999403,-0.020547189,0.004059121,0.024647614,0.0036892567,-0.0068941223,0.012166098,0.029423933,-0.02738123,0.00021731881,0.007648871,-0.0056812675,0.027846847,-0.0030696867,0.024392275,0.024227057,0.009988217,0.02017169,-0.008839196,0.0014785188,-0.008508759,0.025443668,-0.03358444,-0.008831686,-0.004524737,0.023385944,0.015620669,0.042205848,0.018925041,-0.029499033,0.029378874,0.018249147,-0.0075737718,0.00072752516,-0.03932203,-0.00016803485,0.010543952,0.009710349,0.010536442,0.0014278268,-0.0035878725,-0.0019216052,0.017753491,-0.007408553,-0.0040854057,-0.009838018,-0.03358444,-0.008125752,0.00597791,-0.031812094,0.009229713,-0.030355167,0.016627,-0.002555256,-0.022274474,0.016236484,-0.012353847,-0.012714324,0.022995427,-0.009102044,0.01916536,0.001106777,0.0004348723,0.0075362218,0.04406831,-0.026600197,0.030820781,-0.016146366,-0.007626341,0.014524219,0.014546748,-0.013037251,-0.0041154455,0.010175965,0.012826973,0.015222643,-0.0107317,0.038150482,-0.030910902,0.0062895725,-0.012631714,-0.03349432,-0.0019140952,-0.044789266,-0.008846706,0.05013634,-0.0023280806,0.00954513,-0.010851859,0.01311235,0.06308347,-0.013187449,-0.027876887,-0.07113413,-0.012406416,0.015680749,-0.01812899,-0.0010485749,-0.0016352888,-0.021117942,0.023145627,-0.015425411,0.009026945,-0.018910022,-0.05389131,-0.012872032,-0.025533786,0.010656601,-0.009958177,-0.04430863,-0.023070527,0.0065148706,-0.00028303076,0.003094094,-0.010288614,0.005617433,-0.010416283,-0.017393015,0.008583859,-0.032743327,0.010296124,0.018669704,-0.0018239759,-0.011430125,-0.038300678,-0.02033691,-0.020607268,-0.018834922,-0.026645256,0.0077202152,-0.017272856,0.016596962,0.0005745102,0.015019874,0.001314239,-0.06999262,-0.011294945,0.035236627,-0.016491823,-0.019736115,0.008088202,-0.03571726,0.0006636907,0.020802526,-0.024181997,-0.022109255,0.010634071,-0.013848324,0.023731401,-0.016221464,-0.003713664,0.0043707835,-0.001682226,-0.012661754,-0.0020220506,0.043888073,0.036678534,-0.007063096,0.02017169,0.021448381,0.029138556,-0.04659165,-0.0018718519,0.0023543653,0.002566521,-0.028012065,-0.031601816,0.055813853,-0.0116404025,0.01694242,-0.009455011,0.036918852,-0.008846706,0.0012382009,-0.0129696615,-0.023611242,0.0041942997,0.0010513912,-0.011084667,-0.019931374,0.012391397,-0.006665069,-0.029153576,0.0049828435,0.0045773066,0.010048296,-0.006710129,0.0011631015,0.031691935,0.018955082,-0.009447501,0.028327484,0.0031297663,-0.0031616834,-0.009845528,-0.0075662616,-0.00011998298,0.012857012,-0.008666468,-0.004310704,0.04424855,-0.04668177,0.003578485,0.0035127732,-0.008621408,0.018699743,-0.019345598,0.0043219686,0.008501248,-0.011219846,0.007765275,0.00479134,-0.021838898,-0.0004524737,0.020802526,0.0030077298,-0.0021178024,-0.013435277,-0.03211249,-0.0013255039,-0.018144008,0.004288174,0.024197018,-0.020577228,0.015770867,-0.011332495,-0.0077577652,-0.011355025,0.0019751135,0.043587677,-0.007607566,0.028222345,0.022139294,0.0239567,0.04433867,0.008666468,0.015485491,-0.0121210385,0.034425553,0.013240019,-0.00043510698,-0.00835105,0.0014137457,0.0018558932,0.01694242,-0.008118242,-0.00010549115,0.0061956984,0.055934012,-0.017693412,0.024527455,0.00834354,0.043647755,-0.010468853,-0.0068941223,0.0011734277,-0.0031109916,0.020261811,0.040163144,0.015665729,0.036348097,0.014096152,0.0131499,0.020652328,-0.020637307,-0.009455011,0.023566183,-0.019555876,0.021748777,0.016401703,0.027080834,0.008749077,0.04421851,-0.02747135,-0.014231331,0.008073183,-0.0026397428,-0.013059781,0.014013543,0.00956766,0.022019137,0.03460579,0.0072170496,-0.0041267104,0.011159766,-0.012030919,-0.011212336,-0.008133262,0.011843171,0.04758296,0.00034475306,0.042205848,-0.0071156654,-0.030219987,0.011670442,0.006375937,-0.03466587,0.016221464,0.006120599,-0.038661156,-0.011407594,-0.011520243,-0.013480337,0.010889409,-0.0010147803,-0.00956015,0.009274772,-0.028973337,-0.0004886153,-0.017438075,0.021117942,-0.021223083,-0.015267702,-0.059328504,-0.0016653285,-0.0013818284,-0.026419958,-0.051938724,0.0020633552,-0.0141487215,-0.017347954,0.025548806,0.028718,0.05034662,-0.016011186,0.011715502,-0.003174826],"social":"https://twitter.com/ashitaa"},{"title":"depths","description":"a social bookmark for tech people","niche":"other","youtube_url":"https://youtube.com/watch?v=gLJjkVGgHqE","youtube_transcript":"Guys, this is Dasman from dev. So dev is a social bookmark for help people. Basically, you can save the links of some great articles or resources that you've read. And then and you're sharing this knowledge with other that's useless. So basically, this is the UI. You can explore what each others are reading. And these are the other users on that. But currently, we have no active users. We have we have launched guests. So this is just some dummy data. Basically, let's say if you have to split this article. This is a free resource, by the way, then you can click on one part process session to save it. And then this is technically saved to your account. And so it will appear on this explore page later on. And you can see what each model are generating such as we can go through that graph and that is gonna read this folder. And then to see what other resources he has he has created. And you can just click it to see more details point Yep. For our growth, during our base base program, time. We I think officially we're on chat because we have a lot of department work to go through, and then there's no therapeutic space. But We are looking to launch in upcoming weeks. So we're hopefully, we we can launch it before. We do buy in real life events, because we are also a teammate. And, yeah, so basically, this is it. And if you have any question or comment, feel free to drop","embedding":[0.0046099494,0.051380955,0.018373882,0.021488378,0.022032179,-0.005796424,-0.02953004,0.050128564,0.01825853,-0.026135406,0.017516984,-0.045613367,-0.0034770307,-0.043569993,0.0031453944,0.033452,-0.0130429845,-0.009376448,-0.0130017875,0.04149366,0.05922487,0.030485813,0.0051743486,0.029183986,-0.01044757,-0.025706956,-0.03892297,0.048612513,-0.009327011,-0.00962363,-0.0141635435,-0.034341857,-0.003705674,0.034968052,0.015959736,-0.0079304315,0.020021763,0.027865682,0.007905713,-0.018093742,-0.024157947,-0.021488378,0.0031062572,0.008354761,-0.043833654,-0.019510921,-0.062388804,-0.02550921,0.016141001,0.011139681,-0.053325456,-0.0021525456,-0.0061301203,0.03195243,-0.022954993,-0.027255965,-0.018324446,0.010505246,-0.042713095,0.026399067,0.024635833,0.03569312,0.013743334,0.059422616,-0.003913719,-0.0023873688,-0.016281072,0.03414411,-0.03444073,0.0401424,0.011222075,0.015300582,0.012416789,-0.007720326,0.008634901,0.012919393,-0.028261172,0.03388045,0.023663582,-0.027931597,0.030123278,0.041889153,-0.070793,0.014237698,-0.014707345,-0.042383518,-0.049700115,0.0013924601,-0.019988807,-0.020104157,0.009055111,0.053852778,-0.050227437,0.04149366,0.06789273,0.029925533,-0.039219588,0.029876096,0.026184842,0.020779788,0.018192615,-0.024042595,-0.010933695,-0.049963776,0.03244679,-0.043438163,0.008816168,-0.038131986,-0.008379479,-0.031919472,-0.1432998,-0.0006730567,0.0125815775,0.0117988335,-0.010801865,-0.034078196,0.03542946,-0.041032255,-0.0087914495,-0.02789864,-0.026876952,0.09419292,0.016907267,0.011897706,-0.0018188495,-0.057609946,-0.03753875,-0.049008004,-0.0613012,-0.058565717,0.03121088,-0.02814582,0.038033113,-0.08648083,-0.03388045,0.0020773609,-0.04838181,0.00015912358,-0.054215312,-0.027667936,0.00074772636,-0.0651902,0.01840684,0.01993937,-0.0009825495,-0.041295916,-0.04937054,0.059818108,-0.04834885,-0.03767058,-0.013018266,-0.028261172,0.0025377378,-0.04726125,-0.01939557,0.020928098,0.023235133,0.01128799,-0.026613291,0.0074360664,-0.017533462,-0.004688224,-0.02300443,-0.034968052,-0.026926389,0.04544858,-0.015382976,-0.006945822,-0.06954061,-0.010801865,-0.021257674,-0.034770306,-0.02102697,0.0053556156,0.015168752,-0.043141544,0.0049848426,-0.05840093,-0.025393859,-0.031458065,-0.04165845,0.036484104,-0.005965332,0.00017328507,-0.045086045,0.0006081714,-0.028870888,-0.022806684,-0.0058293818,-0.022757247,-0.019296696,0.05780769,0.008709055,0.0010773027,0.020087678,-0.060444303,0.036088612,0.0066286046,0.0136444615,-0.0074319467,0.019214302,0.024569917,0.041164085,-0.012952351,-0.030765953,0.036022697,-0.017615857,0.019214302,-0.0062372326,-0.011271511,0.038824096,0.017055577,0.016956704,0.0036809559,-0.010249824,-0.028607227,-0.040768594,0.0071806447,-0.028969761,-0.018703459,-0.006764555,0.070793,0.006010649,-0.005087835,0.020219509,0.033979323,0.03582495,-0.053094752,0.022114573,0.016668323,-0.0013667119,0.009936728,0.0108760195,-0.024734706,0.02354823,-0.024289778,0.002830237,-0.03513284,0.015424173,-0.014715584,-0.010702992,0.016173959,0.023811892,0.049304623,0.07890058,0.022674853,-0.028112862,-0.06749724,0.030634122,0.067200616,0.080152966,0.0019403808,0.030040884,-0.02494893,0.0094341235,-0.0006982899,-0.06499246,0.04333929,0.012729887,-0.030683558,0.012136649,-0.006080684,0.010431091,0.012614535,-0.027206529,0.028772015,0.02257598,-0.006863428,-0.014410726,-0.057478115,-0.010340458,0.012944112,0.007691488,0.0030691798,-0.0069787796,-0.009961446,0.0062413523,0.018983599,-0.02662977,-0.026596813,0.025476253,-0.022493586,0.04192211,-0.009186941,-0.035890866,0.034407772,0.0035779632,0.03233144,-0.017615857,0.029562999,0.016602408,-0.0055245236,0.0074072285,0.013891644,0.047590826,0.018209094,0.049733073,0.014336571,-0.01352087,0.0018209093,-0.015836144,-0.04179028,0.05058997,0.015012203,0.009071589,-0.017072055,0.022625417,0.043273374,0.034045238,-0.05006265,-0.015992694,0.03697847,0.039285503,-0.025014846,-0.017319238,-0.01629755,0.058697548,0.033386085,0.017599378,-0.025558647,0.011238554,-0.01685783,-0.0016015351,-0.04475647,0.029793702,-0.020120636,0.035791993,-0.004366887,-0.0017910415,-0.029348774,0.00071682857,-0.014995724,0.0016952584,0.039384376,0.017665293,-0.056060936,0.009162223,0.013372561,0.010192148,0.019164866,-0.05088659,-0.043141544,-0.03261158,0.028046947,0.002344112,0.01771473,-0.017187407,-0.010117994,-0.013290167,0.008601943,-0.0066574425,-0.02285612,-0.010826583,-0.04502013,-0.0030506412,0.014460162,0.002900272,-0.07184765,-0.004642907,0.009261096,-0.047327165,-0.02926638,0.0371103,-0.0054009324,0.009145744,0.026876952,-0.08219634,0.005322658,0.031705245,-0.023581188,0.004449281,-0.02035134,0.0044163233,-0.017088534,-0.04795336,0.010925456,0.06462992,0.021982742,-0.031886514,0.052929964,0.046733927,0.0015242907,-0.030815389,-0.011436299,0.0077532837,0.03542946,-0.0042762533,-0.022048658,-0.06614597,-0.030469334,0.02018655,-0.066904,-0.018143179,-0.018489234,0.014509599,0.011881228,0.025426816,0.0061260005,-0.01756642,-0.05991698,0.04123,-0.028310608,-0.034803264,-0.021059928,0.013998756,0.055533618,-0.027634978,-0.018373882,0.04093338,-0.016989661,0.04587703,-0.061498947,0.048184063,-0.016239874,-0.0036603573,-0.0095741935,-0.005557481,0.03215017,0.07402285,0.009516518,-0.020582043,-0.019148387,-0.009121026,-0.027865682,0.006653323,0.06687104,0.040208314,0.00752258,-0.00710649,-0.065684564,-0.016215157,0.00020598523,0.0045234356,0.018505713,-0.02063148,-0.006583288,0.003847804,-0.022592459,0.020499649,-0.014418965,-0.013273688,-0.009022153,-0.037703536,0.018209094,-0.019906413,0.013306646,-0.009351729,-0.003942557,-0.020433733,-0.004333929,-0.021817954,-0.03879114,-0.002745783,0.037275087,-0.06987019,-0.02857427,-0.018637544,-0.008980956,0.03776945,0.019725146,0.036912553,0.04531675,-0.029068634,0.023713019,0.022889078,-0.020961056,-0.014649669,0.030419897,-0.0035511851,-0.0039157793,0.007090011,-0.027354838,-0.0047788573,0.00948356,-0.052633345,-0.025031324,-0.008486591,-0.022098094,0.032957636,0.00028116984,0.01198834,0.0016664205,0.011971861,0.02580583,0.062256973,0.05408348,-0.04040606,0.0220157,0.020285424,0.011189117,0.000640614,0.020565564,0.05032631,-0.021653166,-0.013207773,0.0014274776,-0.023301048,-0.019560358,0.025212592,0.015663117,0.00697054,0.05592911,-0.013537349,0.030551728,0.04933758,-0.012194325,-0.036615934,0.018373882,-0.004647027,0.017072055,-0.05411644,-0.004770618,-0.012054255,0.019346133,-0.016536493,-0.013718616,-0.012490944,0.013578546,0.005878818,0.021356547,-0.018901205,0.017582899,0.00089655066,-0.009516518,-0.007065293,-0.03612157,-0.055731364,0.020120636,-0.017302759,0.016610648,-0.032941155,-0.024833579,0.02242767,0.0028549551,-0.037275087,-0.022790205,-0.008980956,-0.02855779,-0.003693315,-0.019840498,0.02257598,0.02369654,0.01993937,-0.020647958,0.005878818,0.0009820346,-0.02552569,-0.0009362028,0.00011985765,0.012655732,0.023317527,0.0054998053,0.010348697,-0.04195507,0.013479673,0.019329654,-0.036319315,-0.0390548,-0.009500039,-0.012631014,-0.020400776,0.014756781,0.02662977,0.034803264,-0.0018991837,0.0028940924,-0.019560358,-0.016429381,-0.04653618,0.0041176444,-0.007440186,-0.004333929,-0.02634963,0.018950641,0.0104558095,-0.038296774,-0.03193595,-0.02565752,-0.02035134,0.02466879,-0.019626273,-0.02397668,-0.017928954,0.030205673,-0.045942944,0.026695685,0.008890322,0.027569063,0.01728628,-0.03595678,-0.005800544,-0.016000932,0.018983599,0.030321024,-0.0014264476,0.0010386804,-0.016470578,-0.0055945585,0.0007961329,0.013710377,0.012383832,-0.007872756,-0.01909895,-0.039384376,0.0092528565,0.008058142,-0.040307187,-0.016173959,0.014311853,0.0012698988,-0.009697785,0.003845744,-0.009491799,-0.04373478,-0.005054877,0.04373478,-0.020532606,0.010406373,0.022180488,-0.01881881,-0.010884259,-0.012655732,0.0015603381,0.033517916,-0.00078274385,0.037275087,-0.016668323,-0.055138126,-0.021521335,0.017467547,0.0029146909,-0.006859308,0.034407772,0.012326156,-0.03763762,0.019445006,-0.011667003,0.021224717,-0.011741158,-0.013833968,-0.015119315,-0.012927633,0.0097142635,-0.051974192,0.060411345,-0.007147687,0.004379246,0.00990377,0.013430237,-0.021719081,-0.010126233,0.004070268,0.061960354,-0.01576199,0.01656945,-0.015638398,-0.035330586,0.0030321025,-0.016322268,0.021241195,-0.027124135,0.024718227,0.014509599,-0.035660163,-0.023169218,0.04376774,-0.012631014,-0.00037283325,0.006863428,0.03697847,-0.034506645,-0.018489234,0.01352911,-0.008634901,0.038857054,-0.0021360668,0.026959347,-0.050359268,0.010183909,0.033468477,-0.026135406,0.01352911,-0.015135794,0.018719938,0.041592535,0.008177613,0.03849452,0.02649794,0.012523902,0.0038560433,-0.008667858,-0.008313564,0.04722829,-0.001379071,0.015341779,0.004589351,-0.0127216475,0.0016839292,0.014616711,-0.09465433,-0.021570772,-0.006916984,-0.02592118,0.008947998,0.001504722,-0.016923746,0.029233422,0.010818344,0.03203482,-0.016701281,-0.010933695,-0.0023811893,-0.034506645,0.015992694,-0.004305091,0.0022781966,-0.02270781,-0.021471899,0.015803186,-0.0037427514,-0.013562067,0.009096308,-0.02048317,-0.021257674,-0.011526933,-0.000067846384,0.016198678,-0.0029352894,-0.032100737,0.008470112,-0.029727787,0.02775033,0.013207773,-0.0022514185,0.006121881,-0.012622775,-0.005545122,0.02719005,-0.042284645,-0.04070268,0.0028467157,0.030403418,-0.014732063,0.032512706,-0.0031124367,-0.021504857,0.027816245,0.02967835,-0.014847415,0.02760202,-0.017879518,0.019280218,-0.0060724444,0.007411348,0.047557868,0.0014470462,0.014707345,0.0058046635,-0.003079479,0.028623706,0.036319315,0.008136416,-0.0095741935,0.032100737,0.02606949,0.010653555,-0.014863893,-0.010859541,0.021933306,0.007732685,0.011675242,0.003831325,-0.003499689,-0.020301903,0.041823238,-0.03832973,-0.019560358,-0.0023811893,-0.029233422,-0.01881881,-0.030601164,0.0015438593,0.033369604,0.013702137,0.009730742,-0.0022143412,0.022608938,0.015102836,-0.038428605,-0.046503223,0.012944112,-0.004980723,-0.0027519625,-0.019230781,0.022312319,-0.013339603,0.0018085502,-0.07876875,-0.030568207,0.0027087056,0.006945822,0.023927243,-0.020367818,0.07039751,0.004655266,0.043438163,-0.03414411,0.012334395,-0.03193595,-0.0045110765,-0.015094597,-0.025212592,-0.033386085,-0.011914185,0.0003875097,0.023581188,0.021719081,-0.028393002,-0.011551651,-0.011213835,0.020417254,-0.016973183,-0.018027827,-0.006665682,0.024586396,0.0320513,0.020829225,0.03219961,0.0128617175,-0.03793424,0.02855779,-0.0094341235,0.027519627,-0.027157092,-0.013067703,0.04053789,0.0011741158,-0.0039940537,-0.014929809,0.009219899,0.020450212,0.028953282,0.036088612,-0.0069087446,0.01993937,-0.014567275,0.005376214,0.0012585697,-0.021471899,0.0037180332,-0.006904625,0.00060044695,0.035231713,0.012894675,0.013265449,0.03025511,0.00077038474,0.02018655,-0.023185696,-0.004980723,-0.027552584,-0.0054380097,0.014649669,0.025542168,0.013735095,-0.006303148,0.008676098,0.0094341235,0.03401228,0.014460162,-0.009738982,0.030271588,0.0030918382,-0.012078973,0.017072055,0.026580334,-0.02397668,-0.01769825,-0.0181267,-0.044426892,0.017665293,-0.0074072285,-0.006163078,-0.023202175,-0.02326809,0.00948356,0.013545589,0.046602096,-0.012919393,0.0057057906,-0.004782977,-0.010505246,-0.021373026,-0.031985387,0.013693898,0.037604664,0.00334726,0.005236144,-0.010546443,-0.0110160895,-0.013026506,0.011963622,0.014839175,-0.030485813,-0.029744266,-0.014526078,-0.01352911,0.009598912,0.062949084,0.0014315973,0.0054544886,-0.0038210258,0.060707964,-0.013553828,-0.014361289,-0.037901282,-0.03023863,0.011881228,-0.0014882432,-0.012845239,-0.02300443,-0.015720792,-0.0073371935,0.019758103,0.0024903615,0.03009032,0.0075720167,-0.015094597,0.016890788,0.0142047405,0.046898715,0.015012203,0.04864547,0.024553439,0.024899494,0.005087835,0.012606296,0.026811037,0.016528254,-0.02466879,-0.01016743,-0.032644536,0.013677419,-0.002288496,0.029909054,-0.029019197,0.018621065,0.019214302,0.022691332,-0.011345666,-0.0011936844,0.026679207,0.042844925,-0.035198756,-0.04024127,-0.012515662,0.019922892,0.0034255343,0.021817954,-0.00028889428,-0.005878818,0.03526467,0.00078119896,-0.020235987,0.007345433,-0.042877883,0.0058623394,-0.016198678,0.042251687,0.03542946,0.010711231,0.026679207,0.040307187,0.017500505,0.026992304,-0.021059928,0.064596966,0.023811892,0.009681306,-0.006356704,0.01590206,0.055138126,0.00948356,-0.01671776,-0.017681772,0.01017567,-0.034671433,0.016602408,0.004659386,-0.008684337,0.013751574,-0.031408627,0.00823117,0.030040884,0.0023111543,-0.024602875,0.0026922268,-0.09043575,0.003388457,0.044426892,-0.00026984065,-0.005643995,-0.0195274,-0.01825853,0.039417334,-0.0076873684,0.021290632,-0.002104139,-0.022559501,-0.013974038,-0.0014006995,0.007596735,0.03697847,-0.0061095217,0.022394713,-0.017879518,-0.0431745,-0.02382837,-0.043998443,-0.02145542,0.011980101,-0.026876952,0.011090244,-0.044789426,0.042746052,-0.02953004,0.020994013,-0.00033884568,0.015102836,0.010760668,-0.007497862,0.022806684,-0.032117214,0.016907267,0.026085969,0.023531752,0.0051331515,0.0042020986,0.01002736,-0.0010443451,-0.049106877,-0.015951496,0.023185696,0.01967571,0.031721726,0.0025294984,-0.008395958,-0.021916827,0.025739914,-0.016956704,0.0195274,-0.0048612515,0.018027827,-0.00063288957,-0.000030897783,-0.02160373,-0.025047803,0.0028384763,-0.016363466,0.028656663,-0.028524833,0.003635639,0.0062784296,0.0006606976,-0.00850307,-0.0024862417,0.0075431787,-0.046503223,0.046206605,-0.014402486,0.0046511465,-0.023317527,0.0075019817,-0.018291488,-0.017105013,-0.015827905,0.032084256,-0.009557715,0.01142806,-0.0051784683,-0.011246793,0.009780179,-0.005281461,-0.0040084724,0.008251768,0.007889234,0.011049047,-0.019049514,0.012705169,-0.012383832,0.0030156237,0.00065554795,-0.00034322287,0.032216087,0.019131908,0.0159103,0.012416789,-0.00047556838,0.026580334,-0.0000797549,-0.0018023707,0.030700037,-0.016050369,0.035231713,0.0049848426,-0.020219509,0.012523902,-0.011452778,-0.0013461134,0.021949785,0.03836269,-0.030897783,0.015745511,-0.004853012,0.0051455107,0.004432802,0.015803186,-0.019148387,-0.007988107,0.020384297,0.014081149,-0.009425884,-0.009640109,0.0015345899,-0.007938671,-0.005808783,0.0034378935,0.011897706,-0.017022619,0.0020392537,0.021834433,-0.015646638,-0.029628914,-0.011296229,0.001351263,-0.037604664,0.009508278,-0.0005510105,-0.035462417,-0.014938048,0.010192148,-0.028393002,0.008626661,0.023465836,0.012869957,0.019214302,-0.004123824,0.10592584,-0.00034090554,0.004519316,-0.0017313058,0.022262882,0.004111465,-0.0048859697,-0.008997435,-0.034473687,-0.0029455887,-0.01924726,0.00052886707,0.0035367662,0.028920325,-0.008202331,-0.010529964,0.013158336,-0.017467547,0.0015623979,-0.023927243,0.026596813,0.020812746,-0.0012297318,-0.022543022,-0.012713408,-0.015671356,0.02995849,0.002745783,0.018291488,0.0046058297,0.012754605,0.017615857,0.016511776,0.01853867,-0.007856277,-0.016272832,-0.013133618,0.003277225,0.035330586,-0.022032179,0.016956704,-0.013290167,0.030551728,-0.02018655,0.0088326465,0.01491333,-0.024915973,-0.013595025,-0.011222075,-0.057478115,-0.0089727165,0.016206916,0.036879595,0.02775033,-0.016355226,0.009186941,0.04584407,0.051117294,0.0024079673,0.005726389,-0.022493586,0.005907656,0.0021381266,0.016487056,0.0020928099,-0.031754684,0.024223862,-0.000100031575,-0.0015376797,0.022872599,-0.0014975126,0.011139681,-0.00079510297,-0.031309754,0.0061095217,0.012639253,0.026382588,-0.014723823,0.032726932,0.0030835988,-0.003009444,0.011436299,0.004770618,0.004490478,-0.006496774,-0.0007147687,0.04221873,0.03401228,0.006146599,0.027766809,0.012952351,-0.00067511655,0.020170072,0.012136649,-0.004758259,0.0010428001,-0.013232491,-0.013454955,-0.014657908,0.01687431,0.013051224,0.0013533229,0.0048488923,-0.0052031865,-0.012911154,0.022905556,0.005096074,-0.006945822,-0.006158958,-0.015729032,0.007901593,0.004894209,-0.033089466,0.003664477,0.009104547,0.018077264,-0.03152398,-0.015317061,0.0029806062,-0.04192211,0.020565564,0.03862635,-0.014386008,0.005911776,-0.026695685,0.001616984,-0.01756642,-0.023432879,0.045514494,0.020137114,-0.019016556,0.009689545,0.024619354,0.012663972,-0.04179028,0.014855654,0.0055368827,-0.032166652,0.00962363,0.033946365,-0.03302355,0.019477963,0.016684802,-0.03470439,0.0448883,0.016363466,0.0047912165,0.013512631,-0.007959269,0.029793702,-0.0031804119,0.0064514573,0.027486669,0.011634045,-0.013982277,-0.02939821,0.030996656,-0.027387796,-0.000752361,0.000025860802,-0.014386008,-0.013726856,-0.013982277,-0.022510065,0.010398134,-0.010068557,0.0025171393,0.0006236203,0.0066615622,0.024026116,-0.0077120867,-0.010793625,-0.024767663,0.01825853,0.005058997,-0.011296229,-0.006088923,0.015432413,-0.0062248735,0.0012729886,-0.0005000291,0.021405984,0.0022061018,-0.0088326465,0.0014151185,0.003748931,-0.021537814,-0.020779788,-0.0010464049,0.0012946171,0.027700894,-0.02524555,-0.023449358,0.009088068,0.008103458,0.02662977,-0.0036273997,-0.024306256,-0.020911619,0.030617643,-0.013858686,-0.029909054,-0.06525612,0.019692188,-0.0061713173,0.0062248735,-0.03694551,0.0051331515,0.03374862,0.022658374,0.004239176,0.024504002,-0.031095529,-0.0031392148,0.0077697625,0.00052886707,0.0076708896,0.043009713,0.037176214,-0.031606372,0.035066925,-0.024767663,-0.0020917798,-0.06723358,0.029612435,0.0110160895,0.033468477,0.0042309365,-0.032941155,0.0026922268,0.037011426,-0.015696075,0.0017323358,0.0131089,-0.014559035,0.024833579,-0.015539525,-0.01797839,-0.013842207,-0.011082005,-0.013356082,0.013125379,-0.0013770112,-0.018340925,-0.015119315,0.011296229,-0.0051619895,0.010760668,-0.02911807,-0.016668323,-0.0031721725,0.039021842,0.004432802,-0.024322735,0.009178702,0.016116284,0.015926778,-0.0027066458,0.0073907496,-0.00072558294,-0.024355693,-0.013405519,0.015069879,-0.015259385,0.0093929265,0.00047144867,0.01713797,-0.0026778078,-0.039713953,0.050392225,0.0023070346,-0.016478818,0.0052485033,-0.019758103,-0.009631869,-0.016973183,0.013759813,0.014509599,0.0019156625,0.008264127,-0.02565752,-0.006233113,-0.026563855,0.014229459,-0.013034745,0.009549475,-0.014361289,-0.0005942674,0.01883529,0.021834433,0.008552507,0.019428527,0.0051331515,0.014188262,0.011749397,0.019214302,-0.015852623,0.013504392,0.01797839,-0.0005152205,0.012441508,0.0038004273,0.014180022,-0.039549164,-0.010208627,0.0025109597,0.009129265,-0.008181733,0.005417411,0.023449358,0.041889153,0.00020868878,0.01825853,-0.009467081,0.029068634,-0.0046223085,-0.002548037,0.003705674,-0.021142323,0.030057363,0.028343566,0.0071435673,0.013199533,0.02018655,0.04083451,0.0102745425,-0.0019115428,-0.034968052,0.010249824,0.021191759,0.026942868,0.011419821,0.057346284,-0.012359113,0.03287524,0.023531752,0.00962363,0.011205596,-0.012153128,-0.015102836,-0.022411192,0.011634045,0.038659308,0.009302293,-0.017467547,-0.0094341235,0.0025954137,-0.0065585696,0.011765876,-0.015350019,-0.029859617,0.003289584,0.0003859648,0.00060456665,0.0032607461,0.01547361,-0.0057799453,-0.011246793,-0.019758103,0.036319315,-0.024322735,-0.0038766419,-0.015852623,0.020170072,-0.010225106,0.0052732215,-0.002521259,-0.009936728,0.011222075,-0.012606296,0.005223785,-0.024059074,0.015539525,-0.016338747,-0.008136416,-0.04851364,-0.021109365,0.017203886,-0.00417944,-0.022345277,0.026596813,-0.006542091,0.032216087,0.026333151,0.021850912,0.0031350951,0.010777147,-0.0019959968,-0.016750718],"social":"https://twitter.com/desmondhth"},{"title":"plasma dao","description":"decentralized collabs between devs","niche":"web3","youtube_url":"https://youtube.com/watch?v=QJ3svHC2ejg","youtube_transcript":"Hey, my name is my name is not important. You just need to know that like you, I am a builder. Plasma Dow is not about me. It is about builders, about we all. Maybe you have an idea or you want to contribute. Maybe looking for help to launch your next amazing project. Or looking for a place to build like build space, a place to build, learn, and earn. Plazmodau is where co build with POB, an innovative reward system to get paid for shares. These six weeks, I have built the landing site, the infrastructure smart contracts, the PoB system, and some other things. From the shadow to the light, progress. I was looking for projects and real builders, projects, done. Still looking for builders. Let's see. I chose users for metrics, but no users. So I changed users to money. Submitted Dow contracts to a hackathon, then won the hackathon, hit twenty two in the leaderboard, ten thousand points for Erbil, Join us, plasma dial, web app hit.","embedding":[0.035952363,0.0034976467,-0.0049819937,0.04904086,0.0056462595,-0.025488127,-0.011948585,-0.0020635296,0.0026775654,-0.03288526,0.00554785,-0.042348996,0.008110604,-0.054453395,0.059800327,0.05622477,-0.032229193,-0.039331097,-0.04592455,0.033852953,0.010570847,0.012891678,-0.016196605,0.0262262,-0.0020112493,-0.021633744,-0.018090993,0.016221208,-0.007938387,-0.028981673,0.03016259,-0.014056193,-0.024946872,0.021535335,0.01543393,-0.016204806,-0.019009484,0.016746059,0.0092341155,-0.005892284,-0.0024807458,-0.041725736,0.01352314,-0.02826,-0.054945447,-0.009447336,-0.0024684446,0.023503529,0.08515724,0.05136989,-0.05652,0.014056193,0.0009764093,0.03178635,-0.022995079,-0.021912571,0.018550238,0.026390215,-0.07538187,-0.023191899,-0.025160093,0.00585128,0.062096555,0.017287314,-0.0073520285,-0.011415532,-0.08745347,0.007175711,-0.005428938,0.03956072,0.02965414,0.021469727,-0.03824859,-0.007253619,-0.04582614,-0.06508165,-0.007999893,0.010898881,-0.0138593735,-0.002037902,0.006650859,-0.015015688,0.025701348,-0.016877273,-0.027587535,-0.020469228,-0.027833559,0.0028887363,0.030851457,-0.018960278,-0.025717748,-0.02268345,-0.009152107,0.013793767,0.037625328,0.020157598,0.013974185,0.049500108,0.026915068,0.04690865,0.03155673,-0.04507167,-0.003470994,-0.05022178,0.029391713,-0.006888683,0.02148613,-0.012981887,-0.00005913555,-0.00013608224,-0.13055694,0.00012993162,-0.006097304,0.014376025,0.007183912,0.020813663,0.04963132,-0.0075652497,-0.035460316,-0.02097768,-0.039003067,0.03542751,0.017746558,0.027111888,-0.00008713364,-0.037100475,0.00585128,-0.016508237,-0.04408757,-0.004028649,-0.005707766,-0.0015930079,0.023733152,-0.034673035,-0.03341011,-0.006728767,-0.055404693,0.013154103,-0.059406687,-0.018878272,0.015589745,0.031163089,0.019107893,-0.021043286,-0.04084005,-0.03513228,0.015228909,-0.014950082,-0.041463308,-0.017205305,0.040610425,-0.012670256,-0.019927975,0.01120231,0.018911075,-0.042841047,0.0082951225,0.028194394,-0.04507167,-0.0021547636,-0.03176995,0.0032106182,-0.047728732,0.025160093,-0.047466304,0.021666547,-0.018435428,-0.04861442,-0.07846538,0.0039896956,-0.030490622,-0.0035140482,-0.04795835,0.034476217,-0.007983491,0.027554732,-0.036378805,-0.017402126,-0.033754546,-0.05104186,0.000026043988,-0.005006596,0.000716546,-0.03673964,-0.020666048,0.009004492,-0.021502532,0.038675033,0.011833773,0.011940383,0.011973186,0.07997432,0.011046495,-0.0024110388,-0.0054453397,-0.053403694,0.060554802,0.009455537,0.01644263,-0.01049704,-0.018960278,-0.017926976,-0.0039056372,0.00088415015,-0.028817656,0.004998395,-0.008241816,-0.015622549,-0.0071880124,-0.023700349,0.045990158,-0.0057487697,-0.0054043354,-0.008832275,0.014105398,-0.02573415,-0.028210796,0.09703202,0.016500035,0.0029584432,-0.01907509,0.042053767,-0.010406831,-0.005986593,-0.00001970117,0.013104899,0.005064002,0.0018154549,0.06731227,0.041922554,-0.019042287,0.022798259,-0.00856985,-0.04864722,0.034082577,0.0060316976,0.03441061,-0.03398417,0.01948513,0.008807673,0.002745222,-0.0026878165,0.03108108,-0.020436425,0.03887185,0.013129502,-0.019452328,-0.048450403,0.005941489,0.023962775,0.021814162,0.017320117,0.020239606,0.016057191,0.004924588,0.0022593238,-0.016606646,0.016500035,0.03288526,-0.043464307,0.011456535,0.029539328,-0.016147401,0.036674034,-0.041102473,0.045662127,-0.008996292,0.0016452881,-0.027800756,-0.03982315,-0.00073704805,0.030507024,0.0031921663,0.03398417,-0.017188903,-0.045038864,-0.0161556,0.019435925,-0.018287813,-0.01170256,0.001443343,0.008106504,-0.0047400696,0.012883477,-0.030539827,0.047138274,0.04569493,0.0044366396,0.0021424624,0.033229694,-0.0026673144,-0.0050393995,0.014868073,0.0070362976,0.026176995,-0.043037865,-0.014646651,-0.06550809,0.0055642514,0.03067104,0.00918491,-0.021469727,-0.008766669,0.011185909,-0.0054002353,-0.03249162,0.028817656,0.01604899,-0.02027241,-0.051501103,0.023323111,0.021092491,0.022306211,-0.018517435,-0.05842259,0.00373342,0.04166013,0.028063182,-0.027571132,-0.044021964,-0.020961277,-0.03500107,0.0026775654,-0.019517934,0.018008985,0.023700349,0.042709835,-0.0072987233,0.0065934537,-0.005223918,0.04024959,-0.03236041,-0.009742565,-0.016877273,-0.02389717,-0.018648649,0.027308706,0.031327106,0.025045283,0.020009983,-0.03542751,-0.017221706,0.013145903,-0.006244919,0.0342794,-0.027521927,0.025963774,-0.0076226555,-0.006622156,0.025389716,-0.020764457,-0.007827676,0.0025053483,-0.01958354,0.027669542,-0.030195393,0.0054207374,-0.052616414,0.011694359,0.02753833,0.014269414,0.020305213,0.019960778,0.011636954,0.032737646,0.047335092,-0.010874278,-0.0026611637,-0.01907509,-0.0072413175,0.027931968,0.00847144,-0.029408114,0.0013469835,-0.045465305,-0.009398132,0.03359053,0.031359907,-0.0252257,0.031753547,0.054125365,0.021420524,0.0020440526,-0.025570134,-0.0037662233,0.00262221,0.057405688,-0.016787063,-0.046318192,0.022076588,0.07439777,-0.020157598,0.014417029,-0.013654353,-0.010579049,-0.013449333,0.022421023,0.027718747,-0.0023679847,-0.024028381,-0.040216785,-0.0053018252,-0.032836054,-0.06750909,-0.008807673,-0.0060563004,0.03252442,-0.031310704,0.0061383084,0.005469942,0.027193895,-0.043234684,0.05619197,-0.014974684,-0.00383388,-0.04569493,-0.013678956,0.0026673144,0.01877986,0.06268701,-0.0037252193,-0.041627325,0.010718462,-0.042217784,0.025783356,0.05901305,0.044842046,0.014925479,0.022781858,-0.08036797,-0.02391357,0.0039835447,0.012096199,0.012448834,0.0019097643,-0.026816659,-0.02389717,0.030507024,-0.0041947155,0.071183056,-0.02745632,-0.006011196,-0.008873279,0.011636954,-0.072429575,-0.023060685,0.05235399,-0.0029543429,-0.011341725,-0.036575627,-0.021928973,-0.048581615,0.032770447,0.042611424,-0.017812165,-0.011349925,0.04166013,0.010874278,-0.020256007,0.008651857,0.0036083576,0.02432361,-0.022847464,0.023536332,-0.012604649,-0.037362903,-0.040019967,0.044973258,0.01362155,-0.010029594,0.029326107,-0.026619839,-0.023651144,-0.0262262,-0.013900378,0.021814162,0.002099408,0.028309206,0.007438137,-0.019714754,-0.00023884868,-0.014900877,-0.034640234,0.04549811,0.063736714,0.031245098,-0.0043833344,-0.014212009,-0.06265421,-0.008832275,-0.0006781047,-0.009348926,0.022929473,-0.022125794,0.02128931,-0.046843044,-0.026390215,-0.088503174,-0.016992085,0.029719746,-0.009865577,-0.019927975,-0.04579334,0.034869857,0.029293302,0.030769449,-0.03288526,-0.011013691,-0.017074091,0.032540824,-0.008008094,-0.025684945,0.029686943,0.02330671,0.013785566,-0.020338016,0.009422733,0.032261997,-0.012662055,0.00827052,-0.02310989,0.028866861,-0.03347572,-0.02894887,0.027833559,-0.0118173715,-0.073807314,-0.05196035,-0.019435925,0.0126784565,0.020666048,0.0056257574,0.02945732,-0.0062818225,-0.03752692,0.0036206588,-0.040643226,-0.022519432,0.019042287,-0.026865862,0.00048051638,0.028407615,-0.0029912465,-0.03490266,-0.0046457606,-0.011210511,0.022240605,-0.0016791164,-0.0046580615,0.0079096835,0.047991157,-0.030703843,-0.006023497,-0.011645154,-0.011046495,0.023191899,-0.022142194,-0.0025914568,0.008209013,0.03145832,0.00766776,0.013391927,0.01069386,-0.005568352,0.02683306,0.04448121,-0.0058553806,-0.01603259,-0.004752371,0.0020050986,-0.03654282,-0.025455322,-0.027997576,-0.033754546,0.013449333,0.01029202,-0.031737145,0.04579334,-0.0058676815,-0.07315125,-0.027062682,-0.047859944,-0.07413535,0.011382728,-0.021240106,0.036247592,-0.013777366,-0.0018636347,0.032376807,-0.0074832416,-0.023175497,-0.008832275,-0.001290603,0.013662554,0.04923768,-0.010078799,0.009258717,0.022142194,0.0038974362,-0.0010835323,0.01807459,-0.029637737,-0.03572274,-0.040774442,0.0012680506,-0.02411039,-0.021846965,0.008319724,-0.0074627395,-0.030343007,0.003421789,0.007405334,-0.013596947,-0.0126784565,0.0009574449,0.031704344,-0.010652856,0.0023331312,0.002884636,0.0000017979321,-0.026357412,-0.012817871,-0.0047646724,0.03441061,0.0211909,0.004428439,-0.03811738,-0.017221706,-0.0017641998,0.03857662,0.005892284,0.00413731,0.019091493,-0.013490337,0.008758468,0.003874884,-0.002511499,0.03149112,0.01059545,-0.026505027,0.004662162,-0.014523639,0.008131105,-0.0046334593,0.022076588,-0.009422733,-0.01928831,0.021043286,0.021354917,-0.04864722,-0.011235113,0.014654852,0.055011053,-0.0067943735,0.0026283604,0.02028881,-0.02612779,-0.0262262,-0.03168794,0.019796763,-0.019649148,0.0049614916,-0.0073520285,-0.015556942,-0.016270412,0.015015688,0.011210511,0.01807459,-0.017024888,0.026997076,-0.01997718,0.010636454,0.007610354,-0.018222205,-0.003075305,0.0041024564,-0.01987877,-0.05734008,0.019124296,0.02138772,0.0039097373,0.02593097,-0.020502033,0.005687264,-0.011169507,-0.0036903657,-0.001765225,0.023979176,0.023569137,-0.007183912,0.029194893,0.017303715,0.022585038,-0.037297297,0.029604934,-0.030277401,0.012875276,0.008750267,0.019321116,-0.074528985,-0.019304713,0.023487128,-0.041397702,-0.024093987,-0.00554785,-0.015696356,-0.008799472,0.040479213,-0.009398132,-0.018238608,-0.007716965,0.0076636598,-0.019747557,0.006043999,-0.020698851,0.023224702,-0.02844042,-0.02704628,0.020059189,0.008758468,0.0035099478,0.022010982,-0.014991086,-0.015245311,0.011136704,-0.003075305,0.016007986,0.0089470865,-0.025291307,-0.02430721,-0.003378735,0.013367325,0.0112761175,-0.026882265,-0.0047113667,-0.018599443,-0.022798259,-0.0053223274,-0.014564644,-0.02896527,-0.03176995,-0.003097857,0.0013059794,-0.0068476787,0.004067603,-0.027784353,0.038511015,0.030244598,-0.01976396,0.03257363,-0.023421522,0.018090993,-0.0072659203,0.025668545,-0.0021670647,0.005297725,-0.021568138,0.020616842,0.018402623,0.021650147,0.025406118,0.039888754,-0.0155815445,0.043169077,0.002349533,0.02553733,0.016926477,-0.0030035477,0.016664052,-0.04326749,0.009291521,-0.022781858,-0.014056193,-0.0131213,0.042316195,-0.05963631,-0.034345005,-0.025717748,-0.021715753,-0.013670755,-0.022962276,0.01876346,-0.017828567,0.015532339,0.00041183457,-0.034673035,0.008856878,-0.01554054,-0.010324824,-0.019665549,0.005527348,0.017106896,-0.032934465,0.010045996,0.046744633,0.0013234061,0.035591528,-0.10142765,-0.053010054,0.012087998,0.058356985,-0.044546816,-0.0052936245,0.04966412,0.0006863055,0.004588355,0.008139307,0.040052768,-0.038084574,0.010628253,-0.010177209,-0.01352314,0.0262426,0.016795265,-0.009242316,0.003702667,0.0035755544,-0.05215717,-0.022339014,-0.022617841,0.012645653,-0.049434498,-0.02663624,0.010062397,0.0029338407,0.036903657,-0.03176995,0.036378805,-0.0053633316,0.0010107502,0.02593097,-0.004248021,0.020895671,-0.007393033,0.018648649,0.040905654,-0.030113384,-0.005428938,-0.027210297,-0.010775868,-0.016065393,0.0068148756,-0.010767668,0.003116309,0.028735649,0.005215717,0.02583256,-0.015138701,-0.0068230764,-0.012153605,0.04326749,0.013801968,0.04553091,-0.06796834,-0.01180917,0.01432682,-0.009348926,-0.0012690758,0.019403122,-0.019189902,-0.0073807314,-0.024700848,-0.0022183198,0.025602937,-0.006404835,-0.047761533,0.009004492,-0.0003059928,0.03268844,0.022831064,0.007142908,0.01463025,-0.031064678,0.009717963,0.011866576,0.023847964,-0.030949868,0.014294017,0.012087998,-0.008299222,0.0039056372,-0.00077138894,-0.014425229,-0.00746684,-0.020649647,0.037166085,-0.019403122,0.022880267,-0.030769449,-0.017926976,0.010283819,-0.009422733,-0.0010409907,0.0011921931,-0.009816373,0.021600941,0.017041288,-0.014654852,0.013531341,-0.019796763,0.027833559,0.010734864,0.0017016686,0.016204806,-0.052124366,-0.015212508,-0.0141792055,0.009767168,0.006679562,0.004953291,0.019747557,-0.0019025885,0.02553733,-0.006449939,-0.038675033,0.028998073,-0.018583043,0.036280397,0.005941489,-0.021322113,0.017500535,0.015491336,0.010029594,0.022371817,-0.0041188584,0.037756544,-0.030228196,0.010513442,0.033820152,-0.022060186,0.02310989,0.039691932,-0.012580046,0.01876346,0.02704628,-0.0012260216,-0.00685998,-0.00059763424,0.0012598499,-0.003298777,-0.030933466,0.027177494,0.011653355,0.018714255,0.012653854,-0.054519005,0.004207017,0.010784069,0.04802396,-0.030047778,0.0029481922,-0.02269985,-0.010160807,-0.054814234,0.021207301,-0.016524637,0.026816659,0.03641161,0.015146901,-0.009603152,-0.05622477,-0.03601797,-0.008766669,0.008717464,-0.034049775,-0.031146687,-0.036903657,-0.010652856,-0.03591956,0.016959282,0.003270074,0.013006489,0.007708764,0.016910076,-0.031950366,-0.014589246,0.011513941,0.028883263,0.01876346,0.0022839264,-0.0051214076,0.032622833,0.01362155,-0.00064940186,-0.00019361607,0.0025996577,-0.024930472,0.008758468,0.007610354,-0.019255508,-0.033065677,-0.03158953,-0.0024643443,0.0535021,0.021059686,-0.008438637,-0.023782358,0.012580046,-0.025947371,0.007659559,0.025291307,-0.026160592,0.020944877,0.01784497,0.029375311,-0.03286886,0.03995436,-0.017074091,-0.01987877,0.00072423427,0.0524852,0.009865577,0.010201811,0.022519432,-0.0017754759,-0.02440562,-0.029309705,0.009734365,-0.016213007,-0.02632461,0.0007508869,0.0075324466,0.012965485,-0.05943949,-0.009209513,-0.026094986,0.0014525689,-0.026816659,0.001332632,0.023077087,0.023585537,0.00014159216,0.0024253903,-0.01946873,0.013006489,-0.0020758307,-0.0053018252,0.010849675,0.027636738,-0.009832774,-0.02675105,-0.01764815,0.018189402,0.010505241,0.0016791164,-0.013178706,0.0009825599,-0.008799472,0.0089470865,0.0044612424,0.019157099,0.009922983,-0.0004833354,0.023093488,0.0028600334,0.010128004,-0.014097197,-0.00817621,0.00998859,-0.0032167688,-0.010259217,-0.008561648,0.027653141,0.009693361,0.031868357,0.016122798,-0.010775868,-0.046252586,-0.006970691,-0.0018533837,-0.011415532,0.00034725317,0.010628253,0.006777972,0.0061711115,-0.019501533,0.013482137,-0.030917063,0.0024110388,0.023159096,0.0252257,0.0056421594,-0.022060186,-0.002462294,-0.0023700348,0.0046170577,0.032508023,-0.011341725,0.06104685,-0.007204414,0.011997789,-0.047039863,-0.017615346,-0.021928973,0.025438922,0.0352963,-0.0015602047,-0.0071511087,0.010743065,-0.0012280717,-0.006507345,-0.009143907,-0.057799328,0.042217784,0.016172003,-0.022814661,-0.0074791415,-0.012235613,-0.013900378,0.023487128,0.038051773,-0.014408828,0.017041288,-0.01099729,0.0016278613,-0.0018902874,0.0037252193,-0.021420524,0.0077333665,-0.023765955,0.0013879875,-0.031868357,0.012793268,0.008446837,0.018123796,0.04297226,0.0023966876,-0.020928474,-0.0038994865,0.031146687,-0.0057651713,-0.04084005,0.004049151,-0.013195108,0.021830564,-0.0040348,-0.025291307,0.002503298,-0.009094701,-0.02068245,0.0084058335,-0.02561934,0.031425513,0.016278613,0.0025771053,0.02238822,0.031950366,0.107988305,0.013990587,0.0014597446,-0.043857947,0.018189402,0.004366933,0.01241603,-0.029703343,-0.008988091,0.012014191,-0.00026703897,-0.012604649,-0.015860371,0.018451829,-0.006888683,-0.02381516,-0.0035448014,0.0042152177,-0.012046994,0.007388932,0.030080581,0.019157099,0.025717748,0.00393639,-0.042513013,-0.024290808,0.006306425,-0.008221315,-0.03057263,0.00002516304,-0.0023864366,-0.025094487,0.0051214076,0.013162305,0.034377806,0.0015048492,-0.027505526,-0.0019435927,-0.004248021,-0.04612137,-0.018419025,-0.034082577,0.051533908,-0.008635456,-0.007253619,-0.013482137,0.018484632,0.013211509,-0.009717963,-0.023536332,-0.005457641,0.0012957284,0.038281392,0.023864366,0.00010808415,-0.020797262,0.03811738,0.04467803,0.027111888,0.02189617,-0.03857662,0.010702061,-0.019796763,0.010275618,0.0027944269,-0.0023331312,0.0006463266,-0.008311524,0.019911574,0.023962775,-0.033524923,0.00012294813,0.010447836,0.0024110388,0.02511089,-0.020009983,-0.023864366,-0.0035283996,0.027702346,0.008963488,0.0042398204,-0.026718248,0.027505526,0.03388576,-0.031523924,-0.020108392,0.030080581,0.01948513,-0.03509948,0.037461314,0.00017042314,0.02553733,0.017697355,0.013555944,-0.0027677743,-0.0018708104,-0.05274763,0.0077620693,0.02602938,0.00373342,0.009594951,0.035361905,-0.00034443414,0.0072577195,-0.020502033,0.005219817,0.03035941,0.009701561,-0.0023372315,-0.021928973,-0.00022552235,-0.00444074,0.00043182404,-0.019140696,0.056421593,-0.014884476,0.033311702,0.023290308,-0.015286315,-0.006335128,0.0064212363,0.020534836,0.013457534,-0.022043785,0.020042786,-0.0020942825,0.023536332,-0.034377806,0.029818155,-0.0021855165,-0.009767168,0.04884404,0.043529913,-0.0061793122,-0.022421023,0.016664052,0.028407615,-0.012694858,0.0020768559,0.033049274,-0.042184982,-0.001968195,0.013334522,-0.0012731762,0.023634743,-0.029686943,-0.0023228803,-0.023060685,-0.0031614134,0.036805246,0.0015571293,-0.0013182807,0.02675105,-0.008241816,-0.000037256035,-0.010980888,-0.005568352,0.015573343,-0.027882764,0.014105398,0.017090494,-0.0127440635,0.017238108,-0.056257576,0.018714255,0.026259003,-0.006708265,-0.031097483,-0.021125294,0.028998073,0.012621051,-0.025438922,-0.044546816,0.0061998144,0.000312656,-0.0024745953,-0.02452043,-0.013769165,0.0001075716,-0.01835342,0.0071388073,0.016303215,0.011448335,-0.024438422,0.011776367,0.037625328,0.0040224986,-0.025242101,0.0114975395,0.0053510303,-0.004026599,0.0050681024,0.004559652,0.03441061,0.0021814161,-0.013375525,-0.032672036,-0.0049081864,0.013408329,0.02632461,0.017090494,-0.05025458,0.0252257,0.0037600726,-0.013326321,0.0034955963,0.013367325,-0.005330528,0.046285387,-0.026390215,-0.028506026,-0.006728767,-0.024946872,-0.005773372,0.029211296,0.0043218285,0.0036186087,0.0625886,0.04861442,-0.0021670647,0.030753048,-0.012670256,0.010513442,-0.044874847,-0.0059250873,0.025356913,0.011087499,-0.009898381,-0.05163232,0.01433502,0.003005598,-0.02894887,0.003198317,0.02794837,-0.014154603,0.007446338,0.00888148,0.0030425016,-0.025307707,-0.012498039,0.01937032,-0.021026883,-0.00206763,-0.004563752,-0.010128004,0.013162305,-0.017730158,-0.0141135985,-0.014244812,-0.008856878,-0.026209798,0.03167154,-0.02411039,-0.0021096591,-0.031113883,-0.006039899,0.004231619,-0.025406118,-0.009931184,-0.0073479284,-0.032836054,0.019435925,0.008742066,0.022109391,0.0013490337,0.0020522533,0.008258219,-0.0064663407,0.008204913,0.026554232,-0.006039899,-0.018238608,0.03359053,0.012571846,-0.04326749,-0.014925479,0.00015914702,0.041496113,0.003885135,-0.01634422,-0.011390929,0.00786868,-0.022781858,0.026767453,-0.0017693253,0.013432931,-0.0073807314,0.0047974754,0.015950581,0.028194394,-0.019009484,-0.008840476,0.0034361405,0.015081295,0.04195536,0.0015325269,0.02310989,0.0015417528,0.008758468,-0.0071183057,-0.0005561176,0.0022654745,0.021141695,0.009439136,0.0031142586,-0.016180204,0.047302287,0.0211909,-0.0024376917,0.018090993,0.007889182,-0.005773372,-0.0006319751,0.013334522,0.030326605,0.020567639,0.013391927,0.031064678,0.0067697708,0.014408828,0.043464307,-0.004506347,0.038182985,0.022667047,0.026505027,-0.0041803643,0.009750767,-0.010915282,0.022240605,-0.020157598,0.012178207,0.009758967,0.050779432,0.0051788134,0.014548242,-0.048450403,-0.022667047,0.008840476,0.019599942,-0.01754974,-0.0076021533,-0.026357412,-0.016524637,0.024340013,-0.009832774,0.033360906,-0.011235113,0.0060563004,0.019731155,0.008209013,-0.00028395315,0.013982385,-0.004621158,0.015105898,-0.019616345,0.021420524,0.010907081,-0.018419025,-0.010365827,0.0017570241,-0.032737646,-0.015950581,-0.0026447622,0.036575627,-0.039921556,0.019845966,0.03180275,-0.0059086857,0.021568138,0.009717963,0.034476217,-0.01544213,0.030244598,-0.023191899,-0.012924481,-0.031310704,0.0085944515,0.025635742,0.012046994,-0.02935891,0.036247592,0.020518433,0.024536831,0.009463738,0.038182985,-0.0025258504,-0.021158097,0.015196106,-0.0043546315],"social":"https://twitter.com/elCriptomaestro"},{"title":"samurai code","description":"high quality tutorials for web developers that want to learn ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=hTLHNKuRO7g","youtube_transcript":"Hey. My name is Sammy, and I'm writing high quality tutorials for web developers that wanna get into AI. This is my first tutorial that I've been working on for nearly two weeks now. So you can see I'm taking a lot of carriers, images to make it look good. A lot of screenshots to help explain concepts, a lot of detailed descriptions for people who are new to AI. So I'm new to AI myself, so I can kind of understand what webbeds might find confusing, and I'm trying to spend a lot of time to explain that to them. I've got code samples, diagrams, descriptions, and a corresponding GitHub repository. So all these things to try and make it as high quality as as possible. So I I'd like this to be the best tutorial online for using chat bots to interact with documents, for example. My initial idea was a chat GPT over WhatsApp connection. So it's a bot that connects you to chat GPT through WhatsApp. I was getting thousands of users a day, When Bill Space started, I had a hundred and fifty users a day, which went down when I disabled free trials, went back up when I enabled them. But only very few purchases even though it was three dollars a month for a subscription. So the service cost money to run. It didn't seem like it was working. And that's when I decided to pivot and focus on creating high quality tutor tutorials for devs that wanna learn AI.","embedding":[-0.019241152,0.00008132336,0.012974876,0.039425932,0.023516962,-0.055703502,0.0031054923,0.056352247,0.012613644,0.035739888,0.043318395,-0.04732881,-0.020140547,-0.048419878,0.018061617,0.016985293,-0.04859681,0.00023867137,-0.026288869,0.009038181,0.036418118,0.010542087,-0.016026922,0.042758115,0.02565487,-0.06823605,0.022735521,0.026495287,-0.051722575,-0.049068622,0.012023876,-0.02848575,-0.029488355,0.002830882,0.0011500459,-0.02322208,-0.0022779754,0.049392994,0.021762406,-0.015090666,-0.011183458,0.00847053,0.054288063,0.01443455,-0.050425086,0.027822264,-0.023885569,0.03391161,0.014935852,-0.0032750505,-0.082508415,0.033646215,-0.036270678,0.04337737,0.005237869,-0.0059455894,-0.030697377,0.020302733,-0.016071154,0.030697377,0.026981845,0.010438878,0.0142649915,-0.021644453,-0.043082487,-0.017766735,-0.02735045,-0.025006125,-0.062456336,-0.00057824823,0.055320155,0.012606272,0.008337832,-0.03208333,-0.04514667,-0.0043495325,-0.03208333,0.052961085,0.0010136622,-0.04641467,-0.034029562,0.04249272,-0.021202127,-0.026377333,-0.06180759,-0.016882082,-0.057649735,-0.0121049695,-0.01598269,-0.03264361,-0.043111976,0.035621934,-0.024195196,-0.013380341,0.039160535,-0.011869063,-0.02205729,0.042817093,0.041755512,0.002399615,0.002410673,-0.0032474052,-0.0033598295,0.023885569,0.02671645,-0.047918577,0.04396714,-0.009355181,-0.04747625,-0.027483147,-0.12019453,-0.0036141665,0.0011104209,-0.026922869,0.0020439117,-0.019580267,0.02580231,-0.0010182698,-0.0063621127,-0.039750304,-0.035415515,0.012938016,0.03169998,-0.013218155,0.017088503,-0.0698874,-0.027394682,-0.032024354,0.010895947,0.0032123877,0.06687959,0.021054685,0.05576248,-0.060392153,-0.03249617,-0.015894223,-0.04390816,0.043613277,-0.015260224,0.00248808,0.0040177885,-0.02805817,-0.019182175,0.021216871,-0.027203009,-0.044055603,-0.0688848,0.023148358,-0.043495324,-0.008374693,-0.041195232,-0.0023166789,-0.03677198,-0.019668734,0.0028271961,0.056912526,-0.012252412,0.040015697,-0.026067706,-0.021968825,-0.036477096,-0.006048799,-0.015761526,-0.008028205,-0.07602098,0.028279332,-0.009863854,-0.027055565,-0.04140165,-0.020892499,0.00038795618,-0.019152686,0.0016660921,0.010350413,0.048714764,-0.04874425,0.020921988,-0.032879516,-0.016469246,-0.04069393,-0.02198357,0.00033957683,-0.060628057,0.0040141023,-0.055850945,-0.06074601,-0.004662846,-0.006572217,-0.005422171,-0.015894223,0.05897671,0.020774547,0.02562538,0.020700825,0.022352174,0.014235503,0.06764629,-0.00019489959,0.022322685,0.00051466393,0.041136254,0.017073758,0.0060524847,0.0282351,0.009185622,0.015643572,0.0019572896,-0.01873985,-0.035887327,-0.050159693,0.063223034,-0.034177005,0.015820503,0.009642692,-0.09448069,-0.06876685,-0.05703048,0.0006280098,-0.038836163,0.0319064,0.004887695,-0.0014301853,0.016380781,-0.020022593,-0.009399413,0.009701669,0.04951095,-0.019860407,0.0082862275,-0.02544845,0.027468402,0.03388212,0.012090226,-0.027099798,0.076256886,-0.024622777,0.054435503,-0.0150022,0.010121878,0.029444123,-0.0134245735,0.011743737,0.039750304,0.037037373,-0.019491803,-0.026627984,-0.030255053,-0.053845737,0.03677198,0.047122393,0.062338382,0.0050130202,0.025463196,0.009738529,-0.03904258,-0.025743334,-0.015201247,0.052105922,0.031051237,-0.024047753,0.0056175315,0.001161104,-0.00064321473,0.013542527,0.02081878,0.021216871,-0.037597653,0.034147516,0.014058573,-0.025964497,-0.0003234504,0.0035238585,0.038629744,0.03264361,-0.012495691,-0.012348249,-0.017958408,0.0012016505,-0.032142308,-0.0040841373,-0.026834404,-0.02939989,0.0012956446,0.037568163,0.0071546123,0.040988814,-0.014250248,-0.024652265,-0.052105922,-0.019889895,0.00067638914,0.004784486,-0.013513039,0.010048157,0.012650505,0.027497891,0.051516157,0.034825746,0.030490959,0.016469246,0.012480946,-0.032702588,-0.0029764809,0.0007316798,0.007069833,-0.012377737,0.009657436,0.022293197,-0.013616248,-0.0060377405,0.00027322804,0.022558592,-0.00043472287,-0.03515012,-0.028353054,-0.023988778,0.057325363,-0.008949716,0.03264361,-0.023620173,-0.017427618,-0.042551696,-0.024224684,-0.0049614157,-0.033764165,0.0041984045,0.030490959,0.017339153,-0.0035017421,-0.019639244,0.01930013,-0.0064726938,0.021836126,-0.04069393,-0.071774654,0.014198643,-0.020332221,-0.006170438,0.0012504905,0.029444123,-0.05847541,-0.037155326,-0.026244637,0.014530387,-0.00025157252,0.023546452,0.022779753,0.0134245735,0.03777458,0.027335705,-0.0046001836,0.030903796,0.065523125,-0.018651385,0.0061188336,-0.0038740328,-0.02555166,-0.013122318,-0.03656556,-0.012842178,-0.046385184,0.036447607,0.03677198,0.01711799,0.020892499,0.017973153,-0.024784962,0.014810527,0.012385109,0.03727328,0.024961893,-0.026067706,0.011404621,-0.022116266,-0.055556063,-0.0018282781,-0.010335669,0.020671338,-0.040517,0.043465834,0.029974913,0.021659197,-0.013734201,-0.0117658535,0.0053668804,0.039366953,0.00896446,-0.011264551,-0.035091143,0.020125803,0.044763323,-0.063046105,-0.018784082,0.050189182,0.01828278,0.018503943,0.0056728222,0.0069223912,-0.0057096826,-0.00091413903,0.016985293,-0.0062625892,-0.015215991,-0.013188667,0.02015529,0.029163983,0.00021724624,-0.008640088,0.023915056,-0.025138823,0.0144050615,-0.019683477,0.045618486,-0.024770219,-0.025006125,0.010615808,0.01009239,0.04426202,0.075372234,0.07171568,-0.021261103,-0.04930453,0.02413622,0.000213445,0.013078085,0.026303614,0.052105922,-0.0031755273,-0.021231616,-0.05307904,-0.009170879,0.009038181,-0.029326169,-0.04983532,-0.017722502,-0.0055327527,-0.025006125,0.014766294,0.026362589,0.0036031085,-0.011375133,-0.03553347,-0.06257429,0.012938016,-0.035238583,-0.003245562,-0.011500458,0.0035146433,-0.016174363,-0.04965839,-0.029915936,-0.052754667,-0.03980928,0.013557271,-0.03193589,-0.044379976,0.008934972,-0.0007100243,-0.008094554,-0.024342638,0.0090676695,0.025109334,-0.045441557,0.031080727,0.011706877,-0.005422171,-0.00868432,0.016395526,0.021718174,-0.024209939,0.0314051,-0.011743737,0.0031736842,-0.013431946,-0.052459784,-0.024239428,0.03860026,-0.021939335,-0.017693013,-0.004135742,-0.03980928,-0.014869503,-0.0015039061,0.072895214,-0.0009339515,0.055674013,-0.037922025,-0.023885569,0.0019333303,-0.0013638365,-0.007851275,0.030756354,0.036388632,-0.018017385,0.0034169632,0.011131854,-0.011677389,-0.045854393,0.018312268,0.01397748,-0.00014755696,-0.006815496,-0.022809243,0.052282855,-0.027483147,-0.0062109847,-0.022086779,0.030314028,-0.010770622,0.007829159,-0.0362117,-0.030461472,0.018695617,0.03803998,-0.02795496,-0.0009768017,0.02213101,-0.00017036436,-0.0010099761,-0.0058571245,-0.035268072,-0.020111058,-0.010888576,-0.013395085,-0.003899835,-0.009900715,-0.03606426,-0.007383147,-0.02096622,0.010571576,0.02466701,-0.023679148,0.010232459,-0.007895507,-0.05918313,-0.02134957,-0.035356537,-0.021025198,-0.034383424,-0.021379057,-0.006568531,0.01577627,0.03600528,0.0075416467,-0.0074826702,0.001460595,0.02861845,-0.005816578,-0.022779753,0.010903319,0.05237132,-0.018135339,0.068943776,-0.008654832,-0.0011362232,-0.03102175,0.013520411,0.0019517605,0.0314051,0.005901357,0.0038003118,-0.026937613,0.00038012333,0.0031460389,-0.02223422,0.02438687,-0.011942784,-0.025050357,0.011692133,0.03532705,-0.011411994,-0.007213589,-0.031228168,-0.03391161,0.046650577,-0.0060967174,0.0057539153,-0.008426297,-0.02142329,0.030933285,-0.023693893,-0.027188264,-0.016085899,0.03175896,-0.0063326242,0.005831322,-0.030903796,0.01111711,-0.0063694846,0.0374797,0.029163983,-0.014132294,-0.007991345,-0.015967945,0.011846947,0.018238548,-0.019595012,-0.017191712,-0.0048803226,0.044763323,0.0014486155,-0.0036823584,-0.033439796,0.010888576,-0.029635796,0.011920667,-0.02608245,0.012097598,0.043465834,-0.032820538,0.029930681,0.008426297,-0.008190391,-0.063340984,-0.0068707867,0.006815496,-0.012960132,0.0071030078,0.053816248,0.01358676,-0.02681966,-0.042433742,-0.0004745782,-0.024180451,-0.0017545571,0.053875227,-0.022661801,-0.0017324409,-0.036418118,0.0036860444,-0.011493087,0.05310853,0.032201283,-0.016646177,-0.0053373924,-0.0053631947,0.0031718411,-0.020229012,0.023354778,-0.010143994,-0.026996588,0.014530387,-0.024431102,-0.033056445,0.009642692,-0.0038039978,-0.031582028,0.0326731,0.012237667,-0.01747185,-0.0029709518,-0.0053521367,0.055791967,0.0063694846,0.030844819,-0.001539845,-0.01514227,-0.056263782,0.012724225,0.0061298916,-0.041165743,0.034177005,0.006502182,-0.0035551898,-0.023723383,-0.011883807,-0.023723383,0.016896827,0.016454503,0.011212947,-0.0818007,-0.0030870622,-0.0059529617,-0.04343635,0.028131891,-0.03712584,0.003579149,-0.057649735,0.022175243,-0.011485714,-0.017545572,-0.0035257014,-0.030992262,0.0033395563,0.025817055,0.0015665689,0.0012809004,-0.015894223,0.0058571245,-0.032791052,0.012871667,0.0072651934,-0.01686734,-0.013675225,0.015009573,0.0027700623,-0.023207335,0.026141427,0.0072467634,-0.051752064,-0.03550398,0.017516082,-0.0030962774,-0.012768458,0.0017158537,0.010844342,0.008418925,0.019698221,0.02018478,0.0018135338,-0.032761563,-0.0032676784,-0.018607153,0.03529756,-0.0086474605,0.010999156,-0.022175243,-0.008920227,-0.005377939,-0.021408547,-0.033026956,0.020391198,0.01245883,-0.021895103,-0.011588924,-0.07578507,-0.0075637633,0.009119274,-0.054199595,0.003407748,-0.007851275,0.01457462,-0.0058239503,-0.025109334,0.020759802,0.0043569044,-0.05649969,-0.0024125162,-0.059389547,-0.015717294,-0.000029920313,0.01901999,-0.020125803,0.03624119,-0.0072688796,-0.025861287,0.036270678,0.040546488,0.006406345,-0.011220319,-0.017516082,0.015363433,-0.024165707,0.02530101,-0.00878753,0.01506855,0.013630992,-0.008219879,0.0155845955,0.036654025,-0.021202127,0.034324445,-0.0114267375,0.029547332,0.021393802,0.008743297,0.022455383,-0.0202585,0.04768267,0.026937613,0.0030317716,-0.01694106,-0.009944947,0.012296644,0.026613241,-0.028176123,-0.008492647,0.0012670778,0.024814451,-0.0067565194,-0.022440638,0.00014145195,-0.029281937,-0.04143114,-0.0036325967,-0.008993948,-0.0016292316,0.0010496011,-0.028751146,-0.037715606,-0.016248085,-0.017162222,0.00044163418,-0.0022798185,-0.002670539,0.037686117,0.005890299,-0.07590303,-0.034294955,0.022440638,-0.00928146,0.00793974,-0.025949752,-0.0077333213,0.023443243,0.033970587,-0.01009239,0.007880763,0.0070292866,-0.023074638,0.010402017,-0.0018780396,-0.027925473,-0.031287145,-0.019771943,0.036948908,0.023266312,-0.053875227,-0.013741573,-0.03550398,0.02258808,-0.0010551302,-0.013837411,-0.0029433065,0.056824062,0.010689529,0.010519971,-0.0035883642,-0.013033853,0.016970549,0.017516082,-0.017530827,0.040546488,-0.02068608,-0.01633655,0.039307978,-0.015451898,-0.02132008,-0.013771062,0.023059893,0.0056728222,0.0017748304,-0.009539483,0.010674785,-0.00053631945,-0.020302733,-0.037184816,0.010763249,0.023959288,-0.021261103,-0.00035478178,-0.0132255275,0.008669577,-0.026318356,0.020863011,0.021526499,-0.004625986,-0.0067675775,-0.018680872,-0.00928146,-0.016159618,0.0021010453,0.0007160141,-0.007991345,0.021909848,-0.04715188,0.0027516321,-0.049186576,0.013734201,0.030490959,0.012657876,0.011161342,-0.014876875,-0.021408547,0.03854128,0.01030618,-0.026878636,0.023089383,-0.034589842,0.0049724737,0.006999798,-0.01478841,-0.0001005599,0.024696497,-0.015569852,0.0021084175,0.03680147,0.019123198,0.010932808,-0.019919384,-0.037361745,-0.012414598,-0.00066993857,-0.027733797,-0.0071066935,0.05590992,-0.018327013,0.038688723,-0.018621895,-0.010652668,-0.009524738,0.00063722493,0.020405943,-0.004294242,-0.013218155,0.033233378,-0.013321364,-0.003654713,0.0050167064,0.024062498,0.014640968,0.0005358587,0.04287607,0.010276692,-0.014559875,-0.00949525,-0.003815056,0.032053843,-0.009908088,0.010225087,-0.02742417,-0.05051355,-0.015451898,0.005318962,-0.0066533103,0.043495324,-0.026996588,0.031316634,-0.0029691088,0.031611517,0.012119714,-0.0036768294,-0.0023848708,0.024991382,-0.01206811,0.011574179,0.00875067,-0.006295764,0.008993948,-0.036329653,0.025920264,0.0142649915,-0.01927064,-0.002819824,0.014921107,0.005160462,0.012171319,0.0028493123,0.018312268,-0.006421089,0.030933285,0.001238511,0.0124662025,-0.008337832,-0.027630588,-0.025669614,0.010460994,0.00730574,0.050218668,0.027822264,0.021290593,0.0122819,-0.039543886,-0.003153411,-0.03134612,0.0069297636,-0.019948872,-0.022809243,0.0010827755,0.031434588,0.0002478865,0.04213886,0.041667044,0.022794498,0.011316156,0.011714249,0.030697377,0.0276011,0.0018596094,-0.017250687,0.0056322757,-0.009944947,-0.008404181,-0.028810123,-0.004714451,-0.010114506,0.0022982487,0.023354778,-0.011286668,-0.005901357,0.0012615487,-0.020066826,-0.026008729,0.02311887,-0.00744581,-0.03388212,-0.019506548,-0.03264361,-0.0008602306,-0.0070145424,0.0038371722,0.00793974,0.0105863195,-0.010003924,-0.0051014856,0.008448414,-0.021762406,-0.0057465434,0.00023959289,-0.017604548,-0.02795496,-0.053904712,0.0016264671,0.017825712,0.042256813,-0.02618566,-0.009480506,-0.018164827,-0.03476677,-0.011102365,-0.0057133688,-0.010143994,0.03854128,-0.011692133,0.013166551,0.012444085,0.012569412,0.00086115213,-0.005385311,0.01577627,0.0046038693,0.019418081,0.00464073,-0.024313148,-0.013704713,0.035120632,-0.0068671005,0.0055216947,0.013247644,0.027999192,-0.03420649,0.030490959,0.023281056,0.039249,0.05240081,-0.03479626,-0.010932808,-0.011677389,0.014670457,0.04249272,0.009790134,-0.00022219936,-0.008617972,0.01447141,0.041342676,0.0016117229,-0.029429378,0.009885971,-0.02643631,0.019373849,-0.027999192,-0.009841738,0.00077406934,-0.0069850544,0.016454503,-0.023148358,0.035445005,0.033085935,0.015805759,0.0031681552,0.019285385,-0.0020604988,-0.01245883,-0.021157894,-0.0040399046,0.010505226,-0.026996588,-0.03677198,-0.024475334,-0.0010717174,-0.020361708,0.025345242,0.002410673,-0.011714249,-0.016085899,0.025094591,0.007954484,0.014309225,0.026495287,0.0107263895,0.011839574,-0.006907647,0.002991225,-0.00020192612,-0.0041062534,-0.0189905,0.011876435,-0.0047033927,0.031080727,0.014486155,-0.037922025,0.0028788007,-0.0031386667,0.022912452,-0.013793178,0.022853475,0.012562039,-0.02015529,0.011124482,0.028043427,-0.00019501479,-0.007327856,-0.02428366,-0.013793178,-0.023561196,0.011419365,-0.02735045,-0.00615938,0.002904603,-0.015090666,0.03352826,0.02078929,-0.024209939,-0.009296204,0.02947361,0.032053843,0.026952356,0.02188036,-0.008772786,-0.0022042545,0.0054295436,-0.033941098,0.0036012654,-0.039396442,-0.00600088,0.021570731,-0.008839134,-0.008581111,-0.029827472,-0.019329617,0.024121474,-0.011552063,-0.0052931597,0.001496534,0.01125718,0.026981845,0.010615808,0.08038525,0.0067012287,0.004168916,-0.011839574,0.031847425,0.004651788,0.009362552,-0.0004685884,-0.033321843,-0.018857803,-0.019845663,-0.0034796258,0.010741133,0.013830039,-0.022661801,0.013925876,-0.021261103,0.012414598,-0.004511718,-0.017324409,-0.020066826,0.013122318,-0.017781477,-0.009797506,-0.008735925,0.0020199523,0.013572016,0.0015923711,0.000895248,0.04231579,0.002242958,-0.04013365,-0.006207299,0.013601504,0.014139666,0.020833522,-0.03659505,-0.0015527462,0.005230497,-0.03211282,0.015732037,-0.0076669725,0.01489162,0.0004156015,0.0034335502,0.008168275,-0.014537759,0.0029377774,-0.027630588,-0.01764878,-0.0043790205,0.015835246,0.0034372364,0.014869503,0.011323528,0.011773226,-0.007490042,0.0159532,0.026613241,0.03172947,-0.012996992,0.020980965,-0.023797102,-0.010468366,-0.026126683,0.004906125,0.007397891,0.038836163,0.0040841373,-0.0069371355,-0.01901999,0.028957564,0.010932808,0.012399853,0.015098038,0.010674785,-0.0043532182,0.017560316,0.022706034,0.011736365,-0.017840454,0.009274088,0.018135339,0.0005593572,-0.00032206814,0.032230772,-0.00016425936,0.03724379,-0.0028788007,0.018223803,-0.029385146,-0.015732037,0.0516636,0.035562955,0.00024995988,0.012119714,-0.026598496,0.0094067855,-0.0022927197,0.00006502413,0.0012606272,0.02375287,-0.0146262245,-0.018931525,-0.006395287,-0.0172212,-0.011876435,0.037066862,-0.004235265,0.016719898,-0.004062021,-0.00055521046,0.026023474,0.020848267,0.01873985,-0.0048508346,-0.0159532,-0.01810585,-0.025713846,-0.028087659,-0.0034925272,0.0070993216,-0.015569852,0.019816175,-0.017206455,0.015046434,0.033764165,-0.03405905,0.014242875,-0.03373468,-0.019418081,0.019182175,0.01009239,-0.021128407,0.04576593,0.0172212,-0.024239428,-0.005001962,-0.052784156,0.010763249,-0.008544251,0.018253291,0.046621088,-0.003164469,0.014596736,-0.013903759,0.033233378,0.000094915646,-0.0049577295,-0.0017287548,0.01952129,0.02071557,0.047977556,0.017589804,-0.021364313,-0.012694737,0.0063326242,-0.018577663,-0.03553347,-0.0125989,0.0014642811,-0.011810087,-0.028928077,-0.009701669,0.033321843,-0.01397748,-0.0076669725,0.0070219147,-0.009576343,0.020302733,0.0052231248,0.02590552,-0.007556391,0.01955078,0.017029526,-0.0077701816,0.01394062,-0.005543811,-0.026111938,0.022720778,-0.008942343,0.0046849623,-0.013380341,-0.011308785,-0.025920264,0.010719017,-0.020346966,0.004485916,-0.010033413,-0.0041762884,-0.019344361,0.0037542363,-0.013078085,-0.0057834038,0.007725949,-0.002158179,-0.0070071705,0.0029119751,-0.02820561,0.019078966,0.028471006,-0.034914214,-0.027778031,-0.0016319961,-0.009421529,0.029001797,-0.028294077,-0.010379901,0.010564203,0.027055565,-0.032732073,0.01598269,-0.036418118,0.01514227,0.03066789,-0.032555144,-0.018238548,-0.01277583,0.033026956,-0.020921988,0.015451898,0.014884247,0.0121270865,-0.044144068,0.0036067944,0.0165872,0.028323565,-0.022706034,-0.010991785,0.0036768294,-0.013756318,-0.016528223,-0.0012431184,0.033056445,-0.026303614,0.02537473,-0.03783356,-0.036654025,0.0021766091,-0.032142308,-0.024799706,0.032230772,-0.0018172199,0.02742417,0.02185087,0.02463752,-0.0070292866,-0.013247644,0.008581111,0.0013905603,0.030166587,0.06422564,-0.036683515,-0.005079369,0.0019425454,0.03155254,-0.0004218217,-0.028176123,0.01094018,-0.012060737,-0.022381661,0.006328938,-0.001170319,-0.04494025,0.0029396203,-0.0134245735,-0.0130854575,0.015392921,-0.031670492,0.01182483,-0.010291436,-0.01613013,0.009436274,-0.024342638,-0.0020346965,0.0016043509,-0.0042758114,0.043465834,0.023133615,-0.021895103,-0.011832203,0.029635796,-0.015569852,0.00095745,-0.0031755273,-0.026023474,-0.016425014,-0.017943664,0.02220473,0.0125251785,-0.013778434,0.032525655,0.003485155,0.055998385,0.025861287,0.03765663,0.013675225,0.066938564,-0.0063363104,0.005071997,0.012738969,-0.014766294,0.0016550339,-0.030785842,0.04246323,0.020229012,0.01129404,0.037745096,-0.0051788925,0.031287145,0.002572859,-0.010925435,0.04013365,0.011832203,-0.008124042,0.029385146,0.004725509,-0.009878599,0.0060414267,0.0049429857,0.016896827,-0.013063341,0.024843939,0.040634952,0.037745096,0.025787566,0.00040246997,-0.021526499,0.019698221,0.00663488,0.015039061,0.0028640565,0.029237704,-0.045294113,0.044203043,-0.034884725,-0.018209059,0.0073573445,0.012672621,-0.02258808,-0.018843058,0.0012947231,0.013255016,-0.010556831,0.031110214,0.010527343,-0.00931832,-0.013535155,0.007036659,-0.02707031,-0.012399853,0.0628102,0.03656556,0.018238548,-0.005728113,0.0037616084,0.005071997,0.01492848,0.0046112416,-0.0062109847,-0.017781477,0.007224647,-0.010741133,-0.010136622,-0.029414635,0.033646215,-0.033439796,0.009908088,0.013372969,-0.012768458,0.0031921144,0.010608436,0.039691325,-0.014677829,0.0036694573,-0.034088537,-0.013675225,0.017324409,0.009937576,0.0082272515,0.025595892,-0.012488319,0.027689565,0.0009473134,0.02339901,-0.0010947551,-0.011279296,-0.021865616,-0.005735485],"social":"https://twitter.com/smaameri"},{"title":"datcrazy pencil sharpening machine","description":"re-engineering a classic hand-cranked pencil sharpener from 1890s","niche":"hardware","youtube_url":"https://youtube.com/watch?v=Gz7ut1zhw6s","youtube_transcript":"Hi. I'm Purojotham, and we are recreating a classic hand cranked pencil sharpener from eighteen nineties. Why? Because people seem to love it on YouTube and read it. And so do I? Because things today don't last that long. Here is a quick demo of the first ever pencil we sharpened using a working prototype. So this is a plastic and metal prototype. And we are working on a full metal and wood version. Here are three crazy facts about the pencil sharpener. So the sharpener was redesigned in Germany by a PSE in mechanical engineering, being an insane amount of attention to usability style and function. The sharpener is made from metal and wood, but we are also considering plastic version, which is a little budget friendly. So going from drawing to renders to plastic version to a functional prototype was not easy for me as a software engineer. We've got some amazing feedback that we can now put into the product. We were also featured on the awesome dot com, and this is why I'm broke, which is crazy. We've been running Etsy ads. So if you would like to have the most over engineered pencil sharpener on your desk that lasts two generations, you can go to that crazy dot com and order one for yourself. Thanks.","embedding":[0.008841384,0.06448826,-0.04544768,-0.0106752105,0.029029083,0.0201955,0.008131265,0.05933794,-0.006352063,-0.022645805,0.040484644,-0.07659932,-0.022739448,-0.026594386,0.043793336,0.0024015324,-0.009262774,-0.0632397,-0.039423365,-0.01861919,0.02014868,0.027593235,0.03673896,0.027608842,0.040578287,-0.014834485,0.0032267543,-0.013726386,0.0044636116,-0.02756202,-0.041108925,-0.021693777,-0.060492862,-0.012134468,-0.027171845,0.01857237,0.03514704,-0.028420407,-0.01446772,0.0040110075,-0.018634798,-0.03286841,0.06308363,0.015747497,0.029793827,0.0063442593,0.0201955,0.026750455,0.00552489,0.008490226,0.00011199266,0.069357656,0.00823271,0.0017362825,-0.0027039186,-0.026313458,0.008435601,0.013843439,0.0017070193,0.047851164,0.051471997,-0.026547564,0.036770172,-0.046384104,-0.024206508,0.0014738892,-0.034241833,0.058682445,-0.004631387,0.024690326,0.10537869,0.024112867,-0.017448664,-0.018431906,-0.0020055037,-0.00849803,0.0050917948,0.049068514,0.022083953,0.024690326,-0.07385248,-0.0022181496,0.008217103,0.019977003,-0.03645803,0.0049162153,-0.027374737,-0.058401518,-0.017682768,-0.01657467,-0.040391,0.004502629,0.001792858,0.024955647,0.047070812,0.03539675,-0.06711024,0.06948251,0.02988747,0.009254971,0.054593403,0.02156892,-0.0086541,-0.030137181,-0.01251684,-0.003730081,-0.0036071755,-0.022396093,-0.026563171,-0.009223756,-0.089896515,-0.023129623,-0.0147720575,0.043106627,-0.021381635,0.0065783644,-0.006781256,-0.024986861,0.013695172,-0.012399788,-0.043262698,0.03829966,0.036364388,0.0035076807,0.009980698,-0.000798885,-0.040359788,-0.02756202,0.011221457,-0.043793336,0.018962545,-0.0157553,0.0017236017,-0.055654682,-0.022489736,0.030184003,-0.04650896,-0.009145722,-0.016902417,0.052845415,-0.01562264,-0.078659445,-0.035927393,-0.028233124,-0.014178989,0.021272387,0.053563338,0.0011100502,0.014358471,0.01826023,-0.0017382334,0.014272632,0.006867095,-0.05175292,0.023332516,-0.022911126,0.049973723,0.07497619,-0.030402502,-0.005294686,0.066048965,-0.025533106,-0.03492854,-0.032212917,-0.0157553,0.033586334,-0.033836048,-0.057340242,-0.04988008,-0.033523906,-0.0031584734,-0.0051386156,-0.014342864,0.03808116,0.025111716,0.0061452696,0.021537706,-0.084902264,0.008061033,0.0011276081,0.0044128885,0.019024974,-0.049973723,0.018978152,-0.028810583,-0.013788814,0.006008708,-0.0024932236,-0.003732032,0.0003867618,0.023301302,0.017792018,-0.01988336,-0.0027585432,-0.009567112,-0.04313784,0.05072286,0.0054780687,0.034647614,-0.009972895,-0.022224415,0.01794809,-0.016340563,0.024815183,0.0021479179,0.03829966,-0.020897817,0.0041748816,-0.0134766735,0.02256777,0.059587654,-0.012860196,-0.0013500084,0.0450419,0.0101835895,-0.025892068,-0.005719978,0.055873178,-0.015341714,0.026797276,-0.046633817,0.01033966,0.037051097,0.020788569,0.04067193,0.04129621,0.049599152,0.002553701,0.039360937,0.0052751773,-0.032805983,-0.0053298017,0.008029819,-0.027764913,0.01546657,0.033118125,0.031214068,-0.0039661373,-0.0073236004,-0.010597176,-0.017230164,0.014132169,-0.0025146832,0.03408576,0.013593726,0.027078204,-0.054687046,-0.010253821,0.006164778,0.008287335,0.037550524,-0.026797276,-0.012696322,0.023816332,0.0055639073,-0.015201251,-0.04713324,0.016949238,0.03645803,-0.016090851,0.019867754,-0.018213408,0.0055209883,0.041639566,0.0043855766,0.04229506,0.020975852,0.025283394,0.012017416,-0.02977822,0.0390488,0.07591261,-0.0028131679,0.010768853,-0.0029985013,-0.0215221,-0.006141368,0.0295129,-0.014920324,-0.0013275733,-0.022005918,-0.004955233,0.0146159865,0.011674061,-0.01704288,0.02609496,0.043075413,0.022161987,0.013960492,-0.033242982,0.035740107,-0.050941356,0.008287335,0.015138823,0.0003040933,-0.003911513,-0.014257025,0.004245113,-0.0154743735,-0.049536724,0.020804176,-0.06917037,0.04398062,0.0035954702,-0.012259325,0.051784135,0.012259325,-0.0013987804,-0.010815674,-0.022115167,0.0012817276,0.011198047,0.037644166,-0.047944807,0.010792264,0.020289144,0.043512408,0.0027351326,-0.03583375,-0.047226883,0.01941515,-0.014327257,0.009668557,0.00011516284,0.014662808,-0.00069890247,0.032181703,0.0071831373,0.033648763,-0.012594876,0.004861591,-0.030542964,-0.028873011,-0.031807136,0.021927882,0.014998359,0.016871203,-0.014662808,0.02298916,-0.009489076,-0.029965505,-0.05003615,0.013562512,-0.022396093,0.027437165,0.0027585432,0.06230328,-0.034116976,-0.008045426,0.03299327,-0.014358471,-0.019399542,0.044480044,0.0486003,0.048569087,-0.024284543,0.018400693,0.0044675134,-0.058401518,-0.00081644295,0.042107776,0.038268447,-0.001089566,0.010347463,-0.0027195255,0.015372928,-0.008349763,0.018900117,0.03399212,-0.0059033604,-0.0052556684,0.042263847,0.046228033,-0.011439956,-0.023769513,0.025267787,0.044542473,-0.0028697434,0.010292838,-0.04360605,0.05465583,0.019805325,-0.021022674,-0.066798106,-0.010643997,0.003907611,0.038330875,0.012602679,-0.055623468,-0.01504518,0.03814359,-0.08970923,-0.023441764,0.03421062,0.03514704,0.018400693,-0.009044276,0.042888127,-0.0060750376,-0.0063832765,-0.04014129,0.0004918654,-0.042232633,0.037893876,-0.0023664164,0.032368988,-0.001178331,0.018010516,0.018010516,-0.010472319,0.025314609,-0.049068514,0.03082389,0.023956796,0.010862495,-0.012985052,0.038486943,-0.0022435111,0.019071795,-0.0010642046,-0.023582228,-0.06554954,0.020101858,-0.010542551,0.0042568184,-0.008505833,-0.0065315436,-0.02966897,0.012844589,-0.046040747,0.018088551,-0.007503081,0.040984068,-0.0055990233,-0.05534254,-0.0055014794,-0.04657139,0.03141696,0.0121110575,-0.012282736,-0.00587995,0.020429607,0.0084512085,0.029715791,-0.024955647,-0.0015860648,-0.018104158,0.014038526,-0.024924433,-0.01994579,-0.028077053,-0.0008622886,0.025220966,0.0195244,0.01626253,0.03130771,0.033211768,-0.032056846,-0.016434206,-0.017245771,0.016075244,0.02267702,-0.03144817,0.050223432,-0.0060594305,0.011806721,0.013835635,0.05343848,-0.004408987,-0.0430442,0.0069997543,-0.008318549,-0.030667821,0.025938889,-0.03224413,0.029341223,0.003954432,0.04429276,-0.008302942,-0.017495485,-0.03989158,-0.02578282,0.015146626,0.020335965,-0.0052712755,0.006004806,-0.0692328,0.008466816,-0.028014624,0.02714063,0.014428702,0.014787665,0.03430426,-0.01983654,-0.009723182,0.004795261,-0.004420692,-0.033336625,-0.031214068,0.028030232,0.027874162,0.04413669,0.006024315,0.066485964,-0.023394942,-0.003585716,0.012446609,0.028560871,0.032181703,-0.011190243,-0.037831448,0.041577138,-0.010558158,0.022130774,0.006348161,-0.033867262,0.028685728,0.022645805,0.0064144908,-0.028279945,0.01904058,0.0201955,0.014842289,0.01999261,-0.003552551,0.00652374,-0.040359788,-0.02467472,-0.033118125,0.02356662,-0.017058488,0.009005258,0.02167817,-0.010277231,-0.027967803,-0.011424349,-0.004522138,-0.026032532,-0.012376377,-0.01904058,0.04888123,0.028748157,0.007054379,-0.011954987,-0.023847546,0.036052246,0.040172502,-0.050598003,0.00091593777,0.028997868,0.018962545,-0.03286841,-0.013640547,-0.014452113,0.017651554,-0.009130115,-0.03645803,0.012290539,0.013952688,0.018166587,0.022021525,0.0030901926,0.006121859,0.050629217,-0.02303598,0.03539675,-0.0045611556,-0.003503779,-0.01036307,0.00085546053,-0.0009359343,-0.045634966,0.03336784,-0.06486283,0.040984068,0.028841797,-0.0025712587,0.0036500948,-0.0068202736,0.00552489,-0.03455397,-0.0105347475,-0.0021089003,0.016559063,-0.06186628,0.012594876,0.010331856,-0.016871203,0.03608346,0.015739692,-0.03073025,-0.028061446,-0.020070644,0.04950551,-0.011994005,0.019243471,0.01591137,-0.0006540322,0.030792678,-0.022926733,-0.016028423,0.014413095,0.02378512,0.029762613,-0.037175953,0.021959096,-0.0056341393,0.008716528,-0.017979303,-0.012852392,-0.009637343,0.04781995,-0.009707575,-0.011143422,-0.024799576,0.02924758,0.0034842703,0.009270578,0.029263187,-0.026282243,-0.009996305,-0.004799163,0.010815674,0.0010973696,-0.00067841826,0.009894859,-0.0017489631,-0.019540006,-0.0020815881,0.045915894,-0.0032209016,0.005021563,0.008178085,0.04819452,-0.038518157,0.02188106,0.014904717,-0.002034767,0.012087648,-0.013320603,-0.019649256,-0.010144572,0.028108267,0.0054624616,-0.025330216,0.0013392785,-0.018400693,0.0525957,0.024175296,-0.0037866565,0.015786514,-0.0007047551,0.057777237,-0.027952196,0.018119765,0.027796127,-0.03271234,-0.017370628,-0.030761464,-0.0036013229,-0.013609333,0.03144817,-0.01861919,-0.0082405135,0.001233931,0.00778791,0.019696075,-0.004381675,0.016402991,0.0056965672,-0.022177594,0.035490394,0.01910301,-0.0215221,0.0016280087,0.008802366,0.014709629,-0.04572861,0.014296043,0.010558158,0.026126174,-0.030262038,-0.037956305,0.011728685,0.002145967,0.0007564534,-0.008014211,-0.0068007647,-0.008209299,0.00048747595,-0.012711929,0.052221134,0.014857896,0.01091712,0.006184287,-0.037831448,0.02172499,0.031963203,0.014686218,-0.053126343,-0.03876787,-0.02156892,-0.04934944,-0.0022181496,-0.01247002,0.0030258135,-0.026734848,0.008139068,0.023223266,0.032587487,0.004057829,0.044542473,-0.008583868,0.00876335,0.035989817,0.0007637692,-0.018213408,0.00014924226,-0.007639643,0.00090569566,-0.010058733,0.009387631,-0.012126665,-0.017448664,-0.005719978,-0.027187452,-0.0029828942,0.032556273,-0.014100955,-0.014748647,-0.012009612,0.015341714,0.030855104,0.02398801,-0.010277231,0.011674061,-0.0030180102,-0.015185644,0.015443159,-0.019024974,-0.015692873,0.021927882,-0.039579436,0.031697884,0.025735999,0.008490226,-0.0013802471,0.019664861,-0.009848038,0.02256777,-0.034803685,0.017027274,-0.055748325,0.050816502,-0.022973552,-0.040547073,-0.01062839,0.020648105,-0.029310009,0.011424349,0.008201496,-0.018400693,-0.044011835,0.035864964,0.016980452,-0.015872354,0.005587318,-0.011931577,0.029965505,0.008162479,0.043481193,-0.021116316,-0.022957947,0.002502978,0.038424518,-0.009091097,0.01999261,0.029497294,0.0015402191,0.00949688,0.007577215,-0.0048030647,-0.015763104,-0.024393793,0.0022044934,-0.017261378,0.010441106,0.027608842,-0.03608346,0.006281831,0.029871862,-0.04466733,0.0014182891,-0.02693774,0.0033379542,-0.011806721,-0.05128471,-0.043918192,-0.037019882,0.03814359,-0.03492854,-0.02283309,-0.017823232,0.0032872313,-0.019789718,-0.022786269,-0.017667161,-0.0002553213,-0.05012979,-0.036770172,0.005872146,0.025158538,0.0028658416,-0.0043153446,0.013663958,0.023847546,-0.018026123,-0.03377362,0.030901926,0.014350668,-0.022505343,-0.03583375,-0.028685728,-0.028810583,0.04313784,-0.025829641,-0.03202563,0.024705933,0.017167736,-0.028217517,-0.02682849,-0.016793167,-0.003597421,0.0062115993,-0.022474129,0.058776088,0.012298343,0.030714642,-0.0059189675,0.004611878,-0.011416545,0.012602679,-0.035209466,0.009130115,0.037207168,0.008115658,0.019774111,-0.012509038,-0.025767213,-0.004939626,-0.00991827,-0.011845739,-0.010433302,-0.023176445,-0.019477578,-0.0119705945,0.014061937,0.02057007,0.0070621828,0.011736489,-0.039704293,-0.027499594,0.017792018,-0.014530148,-0.010737639,-0.012150075,0.0052517666,0.013297193,0.053625766,0.02503368,-0.014303846,0.010105554,-0.012774357,-0.023379335,0.0045065307,0.03224413,-0.03524068,0.04419912,-0.02430015,-0.009083293,-0.0096061295,-0.0020620793,0.028233124,-0.039360937,-0.0048732962,0.033118125,0.013414245,0.0019567318,-0.0235198,0.012384181,-0.038330875,0.016137673,0.020850997,-0.013671761,-0.017979303,-0.00093837286,0.055904392,0.013211354,0.02030475,0.010612783,-0.009988502,-0.0064144908,0.021646956,0.03124528,-0.008029819,-0.018213408,0.016371777,-0.009980698,0.021381635,0.04251356,0.046540175,-0.0388303,0.025299001,0.0032287051,-0.022708233,-0.021022674,0.010035322,0.034054548,0.02409726,0.009044276,-0.042014133,-0.04320027,-0.055841967,0.027093811,0.023644656,0.01710531,-0.011580419,0.07085593,0.057433885,0.0073743234,0.038736656,0.0054975776,-0.03308691,0.03421062,-0.034491543,-0.061054714,0.008068836,0.011385331,-0.004323148,-0.016028423,-0.009442255,-0.023238873,-0.017058488,0.009044276,0.025002468,-0.03073025,0.03408576,0.016668312,0.04004765,-0.017979303,0.007577215,0.0062740273,0.0003236021,-0.010066536,-0.004167078,-0.0034667123,0.002181083,-0.03144817,0.0058214236,0.04251356,0.0015255875,0.014327257,-0.02904469,0.018166587,-0.030340074,0.01699606,0.0007076814,-0.015942585,0.0070348703,0.040578287,-0.0107454425,0.03776902,-0.021366028,0.008607279,0.0049435277,-0.023597835,0.023472978,-0.012672911,0.015739692,0.0039583337,-0.023160838,0.025314609,0.030870711,-0.029653363,-0.008552655,0.055623468,0.0073587163,0.0058058165,-0.009965091,-0.006964639,-0.030995568,-0.0008881377,0.0043543624,-0.003388677,-0.020429607,0.005072286,-0.004151471,-0.04107771,0.03876787,0.037956305,0.031713493,-0.011869149,0.003148719,-0.028264338,-0.022801876,-0.015224661,0.025970103,-0.011658454,0.006539347,0.0011676012,-0.013320603,-0.03770659,0.0014894962,-0.0022727742,0.05212749,0.009457862,-0.0139682945,0.016668312,-0.06018072,-0.013952688,0.03820602,-0.035209466,-0.013000659,-0.009598326,-0.0058877533,0.014881306,0.032275345,-0.040547073,0.036707744,0.004358264,0.023301302,0.023238873,-0.031479385,-0.0136873685,-0.009613933,-0.0061764834,-0.0051542227,-0.04426155,-0.03623953,0.055904392,0.012298343,0.021600135,0.029700184,0.01033966,0.000743285,0.009223756,-0.017386235,-0.03673896,-0.010542551,0.008693118,-0.0057902094,-0.013281586,-0.01941515,0.0000985194,0.0026219815,-0.009247167,-0.018400693,-0.019368328,-0.011424349,0.061117142,-0.046602603,-0.008443405,0.022692626,0.017370628,0.0051425174,0.008771153,-0.004892805,0.0010846888,-0.015294893,0.00022410725,0.014350668,-0.0003143354,-0.003521337,-0.018509941,-0.02141285,-0.016793167,-0.018431906,-0.006605677,0.015380732,0.0026200307,0.024331365,0.06991951,-0.04251356,-0.04629046,-0.012438806,0.01615328,0.00723386,0.030043539,-0.008443405,-0.013289389,0.009551505,-0.024190903,-0.006394982,-0.011900363,0.041858062,-0.012056434,0.0034920736,0.008537048,0.016808774,0.012610483,-0.0027839046,0.027187452,-0.0105347475,0.031057997,-0.034522757,0.00014375542,0.00681247,-0.014811074,0.0011910117,-0.0120408265,0.010066536,0.0014153628,0.02303598,-0.008537048,0.012548055,-0.0060984483,-0.020523248,-0.0024307955,-0.0088882055,-0.0013080644,0.036208317,0.039860364,0.009426648,-0.001113952,0.027952196,-0.024659112,0.02256777,-0.039704293,-0.015029573,0.021397242,-0.007105102,-0.03293084,0.0023995815,0.0019264931,0.014093151,-0.019540006,-0.023114016,0.022052739,-0.00876335,-0.0027839046,-0.0016680016,-0.05175292,-0.0025497992,-0.014943735,-0.023769513,-0.025439465,-0.013461066,0.10169543,-0.010347463,0.026048139,-0.0034218421,0.015224661,-0.01904058,0.001639714,-0.0078893555,-0.0065198382,-0.0018991809,-0.007713776,0.004533843,-0.014803271,0.018541155,0.025829641,-0.009044276,-0.047539026,-0.038330875,-0.0027409852,-0.007592822,0.021444064,-0.0017801772,-0.012907017,0.026984561,0.014631594,-0.02272384,0.010370874,-0.0046977173,-0.022083953,0.016808774,0.036114674,0.0025107814,0.02303598,-0.0007788885,0.0036930144,0.030621,-0.0138278315,0.004857689,-0.03146378,-0.02341055,0.020117465,-0.016246922,0.010417695,-0.0012436855,0.025408251,0.027327916,0.007713776,-0.00029043714,-0.0054429527,-0.03967308,-0.020289144,-0.0018621142,0.023722691,0.021959096,0.01586455,0.005567809,-0.02209956,0.04067193,0.0034589088,0.049567938,-0.03161985,0.0366141,-0.010300642,-0.0097622,0.01076105,0.012228111,-0.007428948,-0.014459916,0.008802366,0.006121859,0.0006159901,0.016839989,0.01872844,0.044011835,0.02125678,-0.0019333212,-0.007998604,0.011806721,0.011775507,-0.018182194,-0.048569087,0.010316249,-0.018166587,-0.023223266,-0.030059146,0.02067932,0.012025219,0.015786514,-0.014459916,0.03035568,0.0032111472,-0.01151799,0.044636115,-0.014803271,-0.013843439,-0.02030475,-0.03371119,-0.006890505,-0.016746348,-0.018666012,-0.011385331,-0.009426648,-0.0012261276,-0.017745197,-0.013187943,-0.0070621828,-0.020648105,-0.0029516802,-0.026032532,0.008989652,0.012821178,0.0036598493,-0.0031682278,-0.0018718686,0.04888123,-0.02682849,-0.03430426,-0.011432152,0.0055795144,-0.034366686,0.02230245,-0.021756204,-0.011611633,0.033648763,0.007003656,0.0028268239,0.0046782084,-0.0366141,-0.014296043,-0.007038772,0.0002658073,-0.018806476,-0.017604733,-0.019399542,0.016746348,-0.014920324,-0.03161985,-0.0266256,-0.009278381,-0.0027507397,-0.02061689,-0.0048654927,-0.020960245,0.015482177,-0.012298343,0.021740597,0.018229015,0.0046743066,-0.017011667,0.029013475,0.0044284957,0.0025088305,0.021756204,-0.011689668,-0.016902417,-0.009169132,-0.0060789394,0.015669461,-0.0013841487,-0.016933631,-0.050847717,-0.035927393,0.017776411,-0.008139068,-0.006028217,-0.01888451,-0.04544768,-0.005669255,0.011166832,-0.01630935,-0.010659603,0.016215708,0.012072041,-0.0068827015,0.023129623,-0.023582228,-0.013351817,0.013078694,-0.06405126,-0.012142272,-0.021194352,-0.024315758,0.0012232013,0.025626749,0.004842082,0.018244622,-0.017386235,-0.017276986,0.01673074,-0.0122047,-0.023160838,-0.001387075,-0.0051620263,0.027437165,0.019446364,0.011174636,0.0009944607,-0.0068202736,-0.041421067,0.0021713285,-0.0053219986,0.011572615,-0.0047172257,-0.0044636116,-0.023551013,0.03399212,-0.026032532,0.004783556,-0.01762034,0.044854615,-0.00067402876,0.016231315,-0.024440615,0.030964354,0.010963941,-0.019383935,-0.029122725,0.032556273,0.019508792,0.011603829,0.026266638,-0.016387384,0.00080229907,-0.010550355,-0.0154743735,0.0024581077,0.06245935,0.006199894,0.0020523248,0.02472154,-0.012274932,-0.019383935,-0.0010115309,0.018338265,0.012235914,0.00029824066,0.007347011,-0.00045528644,-0.027390344,-0.0040656324,-0.0065159365,0.023223266,-0.014881306,0.014545755,-0.008927223,0.04145228,-0.005068384,0.015809925,-0.0014036576,0.017386235,-0.0047211275,0.036426816,-0.023722691,0.009684164,0.009832431,0.033336625,0.0040110075,-0.019774111,0.009840234,0.021693777,-0.028857404,-0.030012324,0.028108267,-0.025595535,-0.008927223,-0.00552489,-0.004764047,-0.0041787834,-0.0034179403,0.008224906,0.014740843,-0.03308691,0.0012036924,0.029590935,-0.012150075,0.003730081,-0.0037515406,0.0070114597,-0.014873503,-0.01049573,-0.006004806,-0.022926733,-0.027312309,0.006617382,0.0042724255,-0.0014056085,-0.020117465,0.0068748984,0.019664861,-0.022817483,-0.006925621,0.018010516,-0.014709629,0.038455732,0.031557422,-0.0033925788,0.0027097713,0.020117465,-0.0036852108,-0.020507641,0.003230656,-0.024284543,-0.008490226,-0.0113229025,-0.008326353,-0.0030921435,-0.01133851,0.013484477,-0.0057121743,0.011908166,0.009613933,-0.026766062,0.025579927,0.0315106,-0.012267129,0.021584528,-0.008185889,-0.031026782,-0.022161987,-0.004611878,0.008045426,-0.008997454,0.024066046,0.021756204,0.00052332337,0.0221932,0.0058097183,-0.017230164,0.0030901926,-0.041015282,-0.012056434,-0.0224117,0.05056679,-0.011502383,0.015552409,0.0033379542,-0.02387876,-0.013226961,-0.015895763,-0.0024464026,0.0030180102,0.0031994418,0.053001486,0.021927882,0.01657467,0.0034296457,0.03135453,-0.016605884,-0.02061689,0.011291688,0.041639566,0.0343979,-0.0348349,0.0037359337,-0.00041236708,0.012985052,0.005204946,-0.00838878,-0.0006867095,0.008396584,-0.025642356,-0.019321507,0.008903813,-0.023707084,-0.017323807,-0.005279079,0.021974703,0.015232464,0.02188106,-0.04850666,0.004935724,0.006925621,-0.013102105,-0.022052739,-0.020242322,-0.05612289,-0.0084512085,-0.020694926,0.0013275733,0.024034832,0.0047367346,-0.025049288,0.0033203964,-0.01573189,0.019399542,0.01557582,-0.00054088124,-0.009715378,-0.022692626],"social":"https://twitter.com/puru991"},{"title":"youtube chatbot chrome extension by audio2doc","description":"a chatbot that allows you to ask questions about videos on youtube.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=-1lKnfJLJ1o","youtube_transcript":"Hi. I'm Tae Shi from my parent's house. So I'm working on YouTube with chatbot extension. With this, you can have a chatbot APT or YouTube. Let me show you how the extension works. So you needed to install the extension, then sign into the account. So that you can't start asking anything about the video you are watching. Markdown is supported, so it looks great. You can see your chart history when you come back. So I'm gonna tell you much progress. I got five hundred twenty one sign up users. I got them by posting bunch of demos and updates on Twitter. I thought this could be something. It took off some nice, but then it lost the momentum, I think. I got only one ping user, which is me.","embedding":[0.010484042,-0.014526082,-0.016049277,0.026258402,0.028428026,-0.040836494,-0.015648045,0.03471399,-0.015856091,0.0011535418,0.034179017,0.008775091,0.022483848,-0.024400845,-0.002067459,-0.0033231664,-0.04776146,-0.03462483,-0.04003403,0.020121038,0.0328713,-0.0051379977,0.019808969,0.061343905,0.04505686,-0.0382805,-0.024846658,0.042114493,-0.06562371,-0.038874917,-0.023702405,-0.023345754,-0.0062748217,0.025768006,-0.0063194027,-0.038458824,0.03563534,-0.0073113376,0.037923846,0.005108277,-0.027016284,-0.007196169,0.018634994,0.027714724,-0.091718644,-0.014845582,-0.05418117,0.043154724,0.0027807602,0.02789305,-0.031088045,0.028294282,-0.031860787,0.0718651,-0.01882818,-0.020269644,0.00033737847,0.014682117,-0.036764733,0.0074487966,-0.01784739,-0.0035980844,0.007396785,0.012207853,-0.0014386765,-0.01280227,-0.046037648,0.009176323,-0.006635187,0.026139516,0.03798329,-0.0027083156,-0.0047219056,-0.01648023,-0.023375476,0.011175052,-0.036616128,0.01616816,0.0068841,-0.028130816,0.010521193,0.0042575165,-0.07358891,0.010461751,-0.026407005,-0.019095669,-0.038399383,-0.033198226,-0.03560562,-0.015573743,-0.032009393,0.051892664,-0.038518265,0.007556535,0.09629566,0.02526275,-0.0150090465,0.034089852,0.0411337,-0.01276512,0.04464077,-0.035843387,-0.018872762,-0.04244142,0.02153278,0.004179499,0.020135898,-0.016866602,-0.034892317,-0.0023609528,-0.08030583,-0.0012965736,-0.0061670835,-0.030790836,0.0009640712,-0.0027064579,0.061284464,-0.03192023,0.007159018,-0.019244272,-0.03400069,0.03940989,0.049069177,0.01851611,0.031771626,-0.0008721222,-0.03328739,-0.019095669,-0.068358034,0.018441807,0.019333435,-0.020700596,0.044819094,-0.035724502,-0.0471076,0.0018036861,-0.01845667,0.030018093,-0.023732126,0.0012826419,-0.0019764388,-0.028324002,0.0015863521,0.0022643597,-0.049901363,-0.06419711,-0.044194955,0.015677767,-0.041490354,-0.02961686,-0.014176861,0.00942152,-0.046661787,-0.011234494,0.03625948,-0.007459942,-0.0059404615,0.027402654,-0.074896626,0.018664716,0.007913185,-0.017416438,-0.022483848,0.022142058,-0.038785752,0.041282307,0.021369316,-0.019690085,-0.055548333,-0.06556427,-0.011397959,-0.014622675,-0.022379825,0.013292666,0.03634864,-0.010060519,0.010877843,-0.051654898,-0.012311876,-0.0040197494,-0.013656746,0.024385985,-0.03465455,-0.016257323,-0.063721575,-0.063662134,0.05855014,0.0035646486,0.0188579,0.011293936,0.0010244417,0.02524789,0.011234494,-0.013493281,-0.0012083397,-0.018991645,0.0808408,-0.00941409,0.019407738,0.0010485899,0.046245694,0.032811854,-0.013530432,0.011264215,0.015603464,-0.016004696,-0.024965541,0.010127391,-0.05617247,-0.031147486,0.057955723,-0.031771626,0.03394125,-0.003007382,-0.041579515,-0.025366774,0.00025494947,-0.0047664866,-0.062473297,-0.016049277,-0.049247503,-0.0072333203,0.04110398,-0.042798072,-0.0133743975,0.006022194,0.059768695,-0.020997804,0.024712915,0.014934744,-0.0006998339,0.035427295,-0.015752068,-0.035516456,0.08072192,-0.029735744,0.021309873,-0.008953416,0.021993455,-0.013924234,-0.0105583435,0.04276835,0.0503769,0.044581324,0.046007928,-0.014964465,-0.054745868,-0.07584769,0.034476224,0.029304791,0.04984192,0.0034048988,-0.020715456,-0.017163811,-0.0030761114,-0.03299018,-0.019630644,0.074837185,0.00051593594,0.018426947,0.06057116,0.016688276,-0.0537948,0.012215283,0.023925312,-0.010342867,-0.0032544367,0.0028494897,-0.006363984,-0.026986562,0.024965541,-0.007337343,0.013656746,0.032039113,-0.0144592095,0.0382805,0.01609386,-0.0035646486,0.0066091814,-0.028086236,-0.023286313,0.000066930035,0.008700789,0.038488545,-0.024118498,0.010171972,-0.011048739,-0.014830721,0.008908835,0.058460977,0.0032878728,0.003915726,-0.010788681,-0.03194995,0.003562791,0.028769815,0.0411337,0.02789305,-0.017713647,0.021488199,-0.030820556,-0.04698872,-0.008864254,-0.028294282,0.002338662,-0.000120044504,0.027105447,0.024950681,-0.011962656,-0.017936554,-0.0315933,0.018426947,-0.003011097,-0.0153656965,0.0055429447,-0.0101051,0.05617247,0.0027138882,0.017966274,-0.020685734,-0.04811811,-0.032544367,-0.010669798,-0.014355187,-0.030642232,0.017951414,0.039201844,0.00202102,0.024341404,0.014496361,0.039766543,-0.06413767,0.01243819,-0.017921694,0.014243733,0.020760037,0.0018621992,0.00029767322,-0.0016968767,0.098078914,-0.034357343,-0.027150027,-0.022364965,0.00058187917,0.01749074,0.01379792,0.008299557,-0.004547295,-0.028992722,0.006494013,-0.03637836,-0.009859903,0.038161613,-0.056023866,0.037894126,-0.012297016,-0.014318036,-0.05218987,-0.044224676,-0.007883464,-0.050733548,0.029304791,0.0042575165,0.030998882,0.012534782,0.028710375,-0.05646968,-0.0055057937,0.026763655,0.017981134,0.0071181515,-0.024148218,0.023375476,-0.017089508,-0.048236996,0.012081539,0.033881806,0.0015566313,-0.021577362,0.04740481,0.022483848,-0.005743561,0.028338863,-0.022647314,0.004179499,0.016569393,0.0024909815,0.011501982,0.00021234178,0.051922385,0.034832876,-0.039825983,-0.009376938,0.014555803,0.005977613,0.02218664,0.014444349,0.0121929925,-0.015023907,-0.026377285,0.02322687,0.004316958,-0.019526621,-0.009354648,0.0010792395,0.039558496,-0.04065817,-0.027046004,0.017312415,-0.010825831,0.024965541,-0.06407823,0.03331711,-0.006363984,0.005320038,0.0045993067,-0.0033064482,0.019318575,0.073113374,0.044403,-0.01851611,-0.079473644,0.010372588,0.004045755,-0.017356995,0.023390336,0.030969162,0.017995995,0.019407738,-0.029289931,-0.0077422904,0.02218664,-0.0021529065,-0.02122071,-0.01879846,-0.0228405,-0.02353894,0.019363156,-0.012475341,0.03732943,-0.038131893,0.0047702016,-0.04773174,-0.045681,0.0071441573,-0.031444695,-0.0052680266,0.008997997,-0.0018278344,0.0063194027,-0.060273953,-0.02521817,-0.026020633,0.02218664,-0.040479843,-0.059055395,-0.017906832,-0.010298287,0.0130103165,-0.0059664673,-0.026941981,0.05007969,-0.009681578,0.05682633,0.013196073,-0.024088776,0.023910452,0.031028602,0.01410256,-0.062116645,0.032128274,-0.00805436,-0.01410999,0.014867872,-0.059412047,-0.0016838738,0.041847005,-0.0065831756,0.00011557477,-0.014273454,-0.01581151,0.008633916,0.012111261,0.07281616,-0.00070308463,0.017505601,-0.0073633487,0.027060864,-0.02927507,0.03129609,0.0188579,0.0503769,0.036735013,-0.018412087,0.029052164,-0.017966274,0.00023614171,-0.07864146,0.013753339,0.011368238,-0.005216015,0.012817131,-0.046602346,0.043095283,-0.0076234066,-0.031414974,0.014013397,0.007950337,0.0027621847,0.042946678,-0.048296437,-0.033762924,0.018605273,-0.0053869104,-0.01345613,-0.021577362,0.0042575165,0.02316743,0.008373859,-0.02120585,-0.024192799,0.007898325,-0.018412087,0.023628103,-0.006252531,-0.00026493383,-0.01650995,-0.031385254,-0.055548333,-0.022766197,0.030359883,-0.010231414,0.0016940904,0.002843917,-0.020938363,-0.012720538,-0.011888353,0.004610452,-0.012467911,-0.012497632,-0.008804812,-0.0043615396,0.03569478,0.0068803844,-0.011323657,0.016940903,0.05055522,-0.030107256,0.006757786,0.03471399,0.02722433,-0.031860787,0.032425486,-0.020685734,0.013300096,-0.0030259574,-0.004469278,0.0014135996,-0.0029052163,-0.028175399,-0.008849394,-0.019095669,0.027640423,0.021785408,-0.019600922,0.022662174,-0.010996727,-0.018233763,-0.031147486,0.03872631,-0.014704407,-0.016391067,-0.004075476,-0.017639345,0.02587203,-0.054418936,-0.050168853,0.0065868907,-0.027313491,-0.047583137,-0.00070354907,-0.034892317,-0.006928681,0.029096745,-0.00050432625,-0.03126637,-0.017044926,0.0023330895,0.006802367,-0.01781767,0.01514279,0.011710028,0.00080757216,0.0463943,0.019125389,0.008901405,-0.009911914,-0.047850624,0.009681578,-0.0033900384,0.0076531274,-0.015573743,-0.008321848,-0.038072452,0.043630257,0.021725966,-0.039855704,0.020953223,0.0022197785,-0.0144592095,0.0054092007,-0.009027719,-0.013575014,-0.04033124,0.00201359,0.004443272,-0.018976783,-0.0020433108,0.020433107,0.020239921,-0.008693359,0.013337246,0.00053776224,0.028398305,0.0030891143,0.028130816,-0.003178277,-0.021443618,-0.040895935,0.008500173,0.024430566,0.04478937,0.042916957,0.005223445,-0.004643888,-0.0130994795,0.017698787,0.02019534,0.0161533,-0.008217825,0.02624354,-0.013077189,-0.0077794413,-0.008039499,0.03762664,-0.008812242,-0.040628448,0.0141842915,0.001691304,-0.0064717224,0.0012826419,-0.00908716,0.046840113,-0.034089852,-0.014830721,-0.008529894,-0.011932935,-0.028338863,0.009161462,-0.033049624,-0.044551603,0.056648005,-0.009689008,-0.022721617,-0.052249312,0.011955226,-0.03061251,-0.0032915878,0.017743368,0.0015492011,-0.0377158,0.002476121,0.006754071,-0.025500517,0.01413228,-0.0076382672,-0.00012933229,-0.058044884,0.010840693,0.017297555,-0.00756025,0.008611626,-0.040242076,0.04306556,0.011516842,-0.0050599803,0.010967006,-0.0009310996,0.013292666,-0.0093843695,-0.00808408,0.0025912896,0.014228873,-0.005357189,-0.0052271606,0.013136631,-0.021889431,-0.00021466373,0.029096745,-0.039201844,-0.021725966,-0.012334167,-0.039647657,-0.0032135705,0.005175149,-0.006765216,-0.011509412,0.0101051,0.015061058,0.0004112163,-0.02150306,0.0055726655,-0.004409836,0.03162302,0.0007388426,0.00939923,-0.03233632,-0.012363887,0.0005187223,-0.022364965,0.019392876,0.024356265,0.0036816744,-0.03027072,0.004955957,-0.02790791,0.0066426178,0.028829258,-0.02789305,-0.011390529,-0.01009767,0.0034569104,0.022424407,0.022171779,0.03637836,0.018293204,-0.032544367,0.015752068,-0.027135167,-0.0550728,0.00021884323,0.020358805,0.014771279,0.053319264,0.025738286,0.0040160343,0.03498148,0.06306771,0.0029832337,0.007801732,0.014659826,0.015544022,-0.022454128,0.04205505,-0.005988758,0.016019557,0.0073744943,-0.02386587,-0.021904292,0.03664585,-0.026496168,0.015989836,0.0095626945,0.028309142,-0.006861809,-0.0072741862,0.0015482723,-0.02487638,0.019526621,0.0016114292,0.0141842915,-0.017535321,0.002151049,0.010721809,0.030642232,-0.047493972,-0.00941409,-0.013411549,0.022587871,-0.0034569104,-0.0065683154,0.014994185,-0.028561769,-0.01848639,-0.017951414,0.0059441766,0.024490008,0.01780281,-0.043838304,-0.00234795,-0.027194608,-0.04178756,0.017891971,0.0076159765,0.021577362,0.007942907,0.027001424,-0.07739318,-0.045324348,0.018233763,0.006791222,-0.002485409,-0.0019820114,0.024712915,-0.010736669,-0.023732126,-0.02153278,0.002091607,-0.030909719,-0.009168893,-0.017104369,-0.023271453,-0.0052568815,0.032782134,-0.02725405,0.0047850623,0.012943445,-0.043125004,0.010952146,-0.06598036,0.05213043,0.02288508,-0.0007973556,0.0035943694,0.038904637,-0.0058067176,-0.009741019,0.0072110295,-0.025351914,0.0029219345,0.036110874,-0.04270891,0.021250432,-0.03940989,0.017401578,0.035783943,-0.040182635,-0.006534879,-0.013530432,0.005817863,-0.014288315,0.000977074,-0.009681578,-0.015098209,-0.0059070257,-0.02622868,-0.0139168035,-0.03403041,-0.0030129545,0.0073744943,0.047553413,0.029408814,-0.0020191625,-0.03296046,0.014466641,0.045562115,-0.0026990278,0.010892704,0.018322924,0.03400069,-0.05174406,0.0077274297,-0.0016708709,-0.0028847833,0.014288315,-0.019273993,0.0012631376,-0.01312177,-0.009584985,-0.011880923,0.025961192,0.049604155,-0.022989104,-0.009599846,0.028071376,0.01411742,-0.03129609,0.0021157553,-0.012661097,0.036735013,0.015306255,-0.04039068,-0.030523347,-0.028338863,0.017728508,0.04743453,-0.005513224,0.027402654,-0.008552184,-0.022409547,-0.0072816163,-0.015856091,-0.024073916,-0.030790836,-0.023122847,0.059471488,0.013508142,0.034951758,-0.02553024,0.0031188352,-0.000781102,-0.000043768647,-0.0108332625,0.017312415,-0.00808408,0.00942152,-0.0004820356,-0.0042389412,-0.041817285,0.021309873,-0.017416438,-0.013515572,0.057896283,0.017371856,-0.017074648,-0.015410278,0.005308893,0.044819094,0.0132852355,0.02826456,-0.07893867,-0.029735744,0.0018900625,-0.0023163713,-0.046958998,0.036437802,-0.038102172,0.047642577,-0.000689153,0.003967738,-0.00060231227,-0.010238845,0.02049255,0.031771626,-0.012044388,0.00010216554,0.004777632,0.004610452,0.021057246,-0.04571072,0.017654205,-0.030241,-0.011160192,-0.0010114388,0.02153278,0.0053646197,0.026733935,0.010855553,0.03935045,0.013077189,0.008106371,0.014934744,-0.0015947112,-0.0021269007,-0.010640076,-0.0021529065,-0.006620327,-0.014689547,0.019645505,0.06057116,-0.01847153,-0.00020676912,-0.015573743,-0.026481308,0.014875302,-0.019704945,-0.018575553,-0.030820556,0.038577706,0.04475965,0.005591241,0.031355534,-0.00057816406,0.039825983,0.028502328,-0.04912862,0.02787819,0.017773088,0.017327275,-0.019021366,-0.0043243887,0.016227603,0.0033974685,-0.027774166,-0.022974243,-0.017089508,-0.033049624,0.012609085,-0.007173878,-0.0010903849,0.008737939,-0.027417514,-0.021309873,0.027150027,-0.01643565,-0.01645051,-0.013723618,0.021309873,0.013686467,0.028532049,-0.013656746,0.014949605,0.00471076,-0.06306771,-0.01879846,-0.008358998,0.016049277,-0.020076457,-0.011895784,-0.015306255,0.0072444654,-0.047672298,0.0042538014,0.011241924,-0.0035887968,-0.021057246,-0.0010030798,-0.027060864,-0.042530585,-0.019645505,0.026347563,-0.037478033,0.014176861,-0.019259132,-0.0075119534,-0.021948872,0.018010855,-0.0018928488,-0.022602731,-0.0012083397,0.0008270765,0.025723426,0.00623024,0.0068766694,-0.020225061,0.030671952,0.00037824467,-0.025723426,0.023122847,0.020046735,-0.036794454,-0.013597304,0.020581711,0.025634263,0.0022922233,0.0021361886,-0.0055057937,-0.023642963,0.023301173,0.012549643,0.031028602,-0.0077645807,0.013894513,-0.016584253,0.0025968621,-0.026302982,-0.011516842,0.0034977766,0.007604831,0.050882153,-0.025961192,0.009012858,-0.017535321,-0.027343214,0.01649509,-0.025634263,0.030790836,-0.030122116,0.012839422,0.015335976,0.034773435,-0.0006292468,0.005182579,-0.005346044,-0.0068432335,-0.02989921,0.030998882,-0.015752068,0.010216554,-0.004264947,0.008188103,0.014867872,0.008492743,-0.007537959,0.006456862,0.0043466794,-0.0025634263,0.020106178,0.021547642,-0.01881332,-0.011011587,-0.012356457,-0.0111081805,-0.026273262,0.0030055244,0.0146449655,0.018887622,-0.019392876,0.009845043,-0.0031875647,-0.011903214,0.020908643,0.01075896,0.0063751293,0.0031671317,0.010981866,0.020121038,-0.020700596,0.0054092007,0.033465713,0.015306255,0.007690279,0.010305717,-0.0056395377,-0.03456539,0.02827942,0.0011906929,-0.035427295,-0.004673609,-0.032692973,0.025723426,0.010506333,-0.0056915493,0.00037638712,0.019808969,0.0033714627,-0.012943445,0.011553993,-0.0077199996,-0.009852473,0.022989104,-0.047672298,0.005450067,-0.0052308757,0.021027526,0.0038191336,-0.0029015013,-0.0062785367,-0.017669065,-0.006363984,0.024816938,-0.044194955,-0.004565871,0.009584985,-0.030107256,0.005208585,-0.008032069,0.087022744,-0.023628103,0.03325767,-0.0015798507,0.023434917,0.007296477,0.035843387,0.0049039456,-0.013218363,0.0010160827,0.0045101442,0.013864792,-0.011665447,0.012646236,-0.021101827,-0.0037392587,-0.005999903,0.00809894,0.017862251,-0.008299557,0.015031337,0.01820404,0.0050228294,-0.025976053,-0.04273863,-0.0025597112,0.030092394,0.012750259,0.008953416,0.018917343,0.0045881616,-0.040242076,0.012482771,0.024995264,-0.01381278,0.01176204,-0.02998837,0.03263353,-0.020611433,-0.011137901,0.03162302,-0.02352408,0.04068789,-0.026436726,-0.019749528,-0.00041353825,-0.016747719,0.00404204,-0.039231565,-0.030374743,-0.027031144,0.008180673,0.03400069,0.013270374,0.0046587484,0.028844118,0.0020860345,0.010967006,0.023003964,0.03361432,0.0035572182,0.025337053,-0.019244272,-0.023628103,-0.0033361693,-0.015989836,0.0016420789,0.0065683154,0.0054612122,-0.015974974,0.0015770644,0.033703484,-0.008247545,0.0065868907,0.027967352,0.0078463135,0.015261673,-0.0002653982,0.026109796,0.034179017,-0.004142348,0.00006263444,0.0058401534,-0.018352646,-0.024490008,0.03706194,-0.0019392876,0.03296046,0.011821481,-0.022989104,-0.010929855,-0.016732857,0.0377158,0.004562156,0.017356995,0.0070141284,-0.017371856,0.016569393,-0.029765464,-0.0077199996,-0.024504868,-0.011516842,0.019065946,-0.0038117033,-0.011004157,-0.033049624,-0.017238112,0.01749074,-0.019927852,0.0034866312,0.0108332625,-0.0068060826,0.005479788,0.034268178,0.026109796,0.007556535,-0.025024984,-0.012022098,-0.015529161,-0.022067755,0.02826456,0.030404463,-0.0068841,0.0028754955,0.0023238016,0.0019012077,0.014830721,-0.03602171,0.029646581,-0.02251357,-0.020225061,0.021725966,0.025411356,-0.007861174,0.02557482,0.011368238,-0.02992893,-0.023003964,-0.04642402,-0.0027677573,-0.036497246,0.02083434,0.018724157,-0.012988026,-0.015246813,-0.011145331,0.025351914,0.010907564,0.005249451,0.008841963,-0.00806179,0.0033770355,0.026466448,0.012995456,-0.007905755,-0.034892317,0.006631472,0.0053014625,-0.023390336,0.005011684,0.012326737,-0.038934357,-0.02622868,0.012334167,0.033495437,-0.0036835321,-0.016539672,0.005821578,0.011160192,0.0029869487,-0.0050191144,0.0065720305,-0.030077534,0.007303907,0.025381634,-0.029304791,0.0026581616,-0.00078017317,-0.015900673,-0.017951414,0.007920615,-0.02185971,-0.029512838,-0.012943445,0.0093843695,0.009889624,-0.017327275,-0.02790791,-0.0012380605,0.017639345,-0.026050355,0.014377478,-0.009978787,0.000456262,0.019883271,-0.011316227,-0.0013262944,-0.013047468,0.0025467083,0.029483117,-0.0018064724,-0.0009018431,-0.015046197,0.019690085,-0.0028624926,0.015900673,-0.03456539,0.01781767,-0.031712182,0.02016562,-0.02287022,0.01812974,-0.02321201,-0.014199153,0.011598575,-0.022290662,0.0036946773,0.021770548,0.006887815,-0.047672298,0.02997351,-0.00015707951,-0.002405534,-0.057866562,0.01378306,-0.0037541192,0.026035493,-0.02454945,-0.026302982,-0.006635187,-0.0013959528,-0.0451163,-0.011085889,0.036051434,-0.015529161,0.01847153,-0.015439999,-0.0039863135,-0.008633916,-0.009956496,-0.031504136,-0.004172069,0.023286313,-0.028740095,0.0017173098,0.03804273,0.02019534,-0.006635187,-0.004071761,-0.0025950046,0.021666525,0.026748795,0.00487794,-0.03061251,-0.022483848,0.014407198,-0.013946525,-0.0064345715,0.0017804666,0.016584253,-0.025084427,-0.0021287582,0.010959576,-0.022052895,0.008700789,-0.005866159,0.0016318623,-0.007883464,-0.027164888,0.024846658,0.01413228,-0.035100363,0.013745909,0.005687834,0.010372588,-0.0052568815,0.019378016,0.00809151,-0.0053720498,-0.038488545,-0.006267391,0.013084619,-0.014013397,-0.0041906447,-0.021488199,-0.013864792,-0.0042612315,-0.008032069,0.023107987,0.008143522,0.008262406,0.0035182096,0.021027526,0.032514647,0.022216361,-0.0036352356,0.018575553,0.018278344,-0.01918483,-0.023732126,0.014674686,-0.019407738,-0.01075153,0.004045755,0.00078713906,0.014236303,0.0007625264,0.006126217,-0.006267391,0.021250432,0.005353474,-0.031444695,0.014399768,-0.016703136,0.0067132046,0.007188739,0.00841844,-0.020968083,-0.0017126659,0.0075193834,0.023449777,0.0030556784,0.020299364,0.044967696,0.049931083,-0.006668623,-0.0020786044,-0.016524812,0.024712915,-0.0077868714,0.036616128,0.035130084,0.042173933,-0.03602171,0.010692088,-0.0037726946,-0.0076828483,-0.04238198,-0.025441077,-0.015439999,-0.030671952,-0.0077199996,0.022781057,0.0028327717,-0.0027176032,0.021874571,-0.0027919055,-0.012661097,0.02016562,-0.040628448,0.028502328,0.049871642,0.031860787,0.019704945,-0.036705293,0.029393954,0.022573011,-0.0012185562,0.010840693,0.011932935,-0.017416438,-0.011583715,-0.012356457,0.00086887146,-0.027789026,0.058995955,-0.04175784,0.0109224245,0.008492743,-0.005216015,0.016212743,-0.027982213,0.0043652547,-0.028145676,-0.024222521,-0.023405196,-0.009243195,0.0032210008,0.028948141,-0.042114493,0.028160537,0.020789757,-0.0037021076,0.027105447,-0.013129201,0.021265293,-0.049901363,-0.0072816163,-0.04104454],"social":"https://twitter.com/taishik_"},{"title":"hashleap","description":"crypto payments management platform","niche":"web3","youtube_url":"https://youtube.com/watch?v=wpQzAGXGJ1Y","youtube_transcript":"Hi. My name is NAS, and I'm building Harshley. Harshley is a crypto payments management platform for the three companies, freelancer and contractors who accept and pay in crypto. You can easily track and receive your crypto payments with Ashley payment links and Ashley invoice. Payment links are great to collect multiple payments from different users. For example, tickets or newsletter or any other products. You can also collect donations using our range payment links where users can adjust the amount. Hash leap invoices are great to collect crypto payments from your clients. They can simply connect all it. And pay with the preferred network token and the correct amount. You receive the money as soon as as the transaction is finalized and you can drag all this on your hash sheet dashboard. Now about our progress. So Hash leap was already live before I joined the build space. My goal during build space was to continue increasing our transfer volume while adding more advanced features. Our volume is now close to ninety thousand dollars And during build space, we have deployed three new smart contracts on the test app, which we will be taking live in the next couple of weeks by hooking them up with our front end. Thanks.","embedding":[0.00025178428,-0.018122928,0.038845398,0.036127698,0.016631147,-0.023838961,-0.01711856,0.010191378,0.022686893,-0.030987697,0.0035743674,-0.019289767,-0.031194478,-0.036866203,0.010774798,0.025670456,0.0051880023,-0.0136402,-0.03908172,-0.0272804,0.028329076,0.043896776,0.025035342,0.020102125,-0.016040342,-0.029230054,-0.038904477,-0.015331377,-0.02091448,-0.021401893,0.023927582,-0.040765513,0.020264596,0.058194246,-0.011978562,-0.010708332,0.008773447,0.025581835,0.02493195,0.002280136,-0.014179309,0.012643217,0.0018407253,0.011011119,-0.0043645683,0.016114194,-0.031873904,-0.008802988,0.005040301,0.047855165,-0.051695395,0.032346547,-0.0152279865,0.0015748633,-0.027797353,-0.03662988,-0.020752009,0.038195513,-0.054590337,0.0038919249,0.012717067,-0.040086087,-0.0019182684,-0.0048261345,-0.020412296,-0.021254193,-0.02490241,0.045846432,-0.010080602,0.019452238,0.029687928,0.064456776,0.05361551,-0.010656636,-0.0149768945,-0.054147236,-0.01713333,0.016291434,0.048859533,0.0016542526,-0.025685227,-0.025389824,-0.030249191,-0.03293735,-0.030603673,-0.030810455,-0.04835735,-0.024710398,-0.027058847,-0.0036039075,0.018595573,0.045048844,-0.004139324,-0.0027712425,-0.0081383325,-0.028388157,-0.031076318,0.01831494,0.029230054,-0.00842635,0.062211715,-0.015582469,-0.006214525,-0.05104551,0.023750342,0.012709682,0.015287067,-0.020530457,-0.016217584,-0.0041651716,-0.12950435,-0.03674804,0.012872154,-0.0010846802,0.01565632,0.006698246,-0.010036292,-0.0299981,-0.010139682,-0.04838689,-0.044074018,0.033321373,0.00035148254,-0.002243211,-0.036009535,-0.054235853,-0.04478298,-0.018388791,-0.06912413,-0.0074145966,0.027103158,0.003158958,0.053349648,-0.04431034,-0.03237609,-0.036157236,-0.021357583,-0.029791318,-0.030987697,-0.021800688,0.00423533,-0.017487815,0.026468042,-0.0039879307,-0.055387925,-0.0064065363,-0.017354883,0.005933893,-0.043512754,-0.05627413,0.017074252,-0.010272614,-0.012377354,0.010981579,0.00848543,-0.01242905,-0.0035614434,0.052552063,-0.017620744,-0.02493195,-0.0008871299,0.011409912,0.011358217,-0.009851665,-0.015464309,-0.025315974,-0.006823792,-0.00023678338,-0.06475218,0.020175975,-0.06552022,-0.036777582,-0.034798387,0.010420315,0.029052813,-0.011520688,0.03665942,-0.037397925,-0.0035355957,-0.04690988,-0.0007255818,0.0472939,-0.002376142,0.0055978727,-0.068828724,-0.01371405,-0.02626126,0.020648617,0.006753634,0.016867468,0.0015194754,0.0547085,0.0068976427,0.001293308,0.051695395,-0.033203214,0.052788384,0.012813073,-0.0029946405,-0.021623446,0.03001287,0.007067499,0.03160804,0.066938154,0.03955436,0.0045491946,-0.014134998,-0.018167239,0.034946088,0.012030257,0.052552063,0.0055055595,-0.024429766,-0.0102504585,-0.03276011,0.02333678,-0.0018794968,0.006026206,0.023883272,-0.01959994,0.018610341,-0.006565315,0.03792965,0.023292469,0.015774481,0.05116367,0.016764078,0.0042390223,0.057780683,0.022716435,0.012909079,0.042567465,-0.03798873,-0.016158504,0.0027675498,-0.022982296,0.026970226,-0.061975393,0.0034358976,-0.012628446,0.015213217,0.019688562,-0.001363466,0.0015213216,0.034857467,-0.006598548,-0.044074018,-0.038579535,0.04853459,0.019762412,0.037309304,0.044753443,-0.012318274,-0.021830227,-0.032257926,-0.046230454,-0.037397925,0.06132551,-0.0045528873,-0.008094022,0.03902264,-0.04569873,-0.021224651,-0.009312556,0.021342814,-0.01441563,-0.0052877003,0.00010021753,-0.042419765,0.0078872405,0.01570063,0.0652839,-0.014947355,-0.025803387,-0.015316607,0.008034942,-0.0013311565,-0.04206528,-0.023942353,0.055181142,-0.028993731,-0.044074018,-0.02239149,0.012702297,0.011550228,0.008382039,0.037959192,-0.03394172,0.009548878,0.005202772,-0.009297786,-0.048770912,0.008625746,0.024163906,0.0131158605,0.04336505,0.052640684,0.023587871,0.047766544,0.034946088,-0.0038956173,-0.008027556,-0.018876204,-0.036275398,-0.0068976427,0.013034625,0.017428733,0.012525056,0.0004795671,-0.026822526,0.0024001433,0.02739856,0.0057566515,-0.032435168,-0.012886924,-0.012532441,0.031076318,-0.00014066225,-0.012333045,-0.029185744,-0.018639883,-0.03423712,-0.008337729,-0.066170104,0.020678159,-0.0009097466,0.061975393,-0.0013385415,-0.037309304,-0.024385456,0.04947988,-0.061148267,0.013957757,-0.07012849,0.0070896544,0.00075789145,0.00295033,-0.04153356,-0.0070231888,0.0075327577,0.0043645683,-0.093997,0.0029891017,0.03630494,0.00392885,-0.0020511996,0.03403034,0.0035799062,-0.0021121262,0.02877218,-0.039524823,-0.043630913,0.021564364,-0.0147258025,-0.0026309264,-0.009519338,0.0055904877,-0.119224355,-0.0497162,0.012303504,-0.04445804,0.056687694,-0.0029817165,0.033350915,0.039702065,-0.02739856,-0.048829995,0.016069883,0.030249191,-0.025064882,0.005804654,0.027782582,0.034591604,0.014696263,-0.049125396,0.0031404954,0.07361424,-0.01499905,0.0067277863,0.041563097,0.035832293,-0.015109826,-0.04702804,-0.01708902,-0.010819108,0.041031376,-0.001020061,-0.024163906,-0.0061812922,0.005645876,0.08324435,-0.04688034,-0.023809422,0.015951723,0.01965902,-0.0019607325,0.04992298,0.018566033,0.0034488214,-0.015287067,0.00293556,0.009209165,-0.011956407,-0.08200367,-0.0011871478,-0.021859767,-0.019112526,-0.022775514,0.010664022,-0.03497563,-0.015434768,0.009681809,0.031992063,-0.016764078,0.028004134,0.013108475,-0.0002949407,-0.0046525854,0.0060298988,0.015626779,0.025064882,-0.05506298,-0.008101407,-0.049893443,-0.014208849,0.022494882,0.0497162,-0.014592872,-0.025936319,-0.016956089,-0.054383557,-0.007591838,0.037309304,0.02200747,0.010590171,0.037013903,-0.031076318,0.07178275,-0.038668156,0.03231701,0.009578418,-0.020486146,-0.015493848,0.04041103,-0.049184475,-0.017975228,-0.020264596,-0.018477412,-0.016173273,0.010892958,0.0195704,-0.030603673,0.0052950857,0.024075285,-0.025404595,-0.0049959905,0.02479902,0.035064247,0.023366319,0.03364632,-0.024429766,0.027841663,0.0126136765,-0.0136697395,0.030278731,-0.040233787,-0.02612833,0.024282066,0.0096596535,-0.0061628297,0.04058827,-0.024872871,0.04478298,-0.0064249993,-0.03397126,-0.0170004,0.014718418,-0.014578101,-0.006816407,-0.04587597,-0.03364632,0.029377755,-0.04277425,0.024976261,0.016512986,0.041326776,0.0073518236,-0.000611575,-0.009164855,-0.0013108476,0.04558057,0.027945055,0.04572827,-0.01831494,0.015198446,-0.038579535,-0.025714766,-0.048711833,0.03166712,-0.020633848,-0.0032272697,-0.029451605,0.019201146,0.03535965,0.032582868,0.01939316,-0.030308273,-0.005808347,-0.019289767,0.02473994,0.00045187314,0.020515688,0.018137699,0.017989997,-0.03878632,0.017546894,-0.024193445,0.022790285,0.012635832,-0.011048044,-0.0013939294,0.034709767,-0.009991981,-0.017635515,0.017473044,-0.006639166,-0.034059882,-0.04336505,-0.0014622412,0.00061342126,-0.0032032682,-0.025921548,0.028018905,0.023262927,-0.022332411,0.033587236,-0.019097757,-0.06977402,0.013861751,0.041267697,-0.00048049024,0.02617264,0.01434178,0.01181609,-0.010664022,0.010907728,0.009430717,0.0025626146,-0.027221318,0.022332411,-0.004076551,-0.022096088,0.017458273,-0.008655286,0.0039103874,-0.007004726,0.026837295,-0.033528157,0.011358217,0.043867234,0.0006886565,0.017709365,0.013854366,0.022627814,0.0051510767,0.047914248,-0.013433418,0.008101407,-0.021431433,-0.002215517,0.013492499,-0.008862068,-0.0034174349,-0.040322408,0.028343847,0.0016671765,-0.050691027,0.018669423,0.012872154,0.03175574,-0.053261027,-0.055978727,-0.03497563,0.020973561,-0.032110225,0.013477728,-0.01565632,-0.006757327,0.005165847,0.0066871685,-0.012576751,0.009947672,0.006199755,0.029052813,-0.01115882,-0.011690545,0.014711033,-0.012842613,0.020131664,0.008751292,0.02872787,-0.0157154,0.005284008,-0.042390224,-0.04416264,0.006081594,-0.009969826,0.0025423057,0.033350915,-0.020264596,0.027103158,0.010006752,0.024045743,-0.017546894,0.00008083175,0.014393475,-0.009475027,0.0059449705,0.0065837777,0.0096596535,0.014120228,-0.018551262,0.0337054,0.0026733906,0.044930685,0.029628847,-0.019334078,-0.013750975,-0.019304538,0.008219568,0.023248158,0.0066871685,0.0083894245,-0.017620744,-0.017871836,-0.011136665,0.011269596,0.03151942,-0.00852974,-0.0015139366,-0.020441836,0.010272614,0.014651952,-0.0315785,0.029348215,0.04079505,-0.008027556,0.040913213,0.010545861,-0.018713733,-0.009962441,0.0015970184,0.04806195,-0.042449303,0.0061111343,-0.0038069966,-0.03131264,-0.0065727,0.04463528,0.02227333,-0.004172557,0.031046778,-0.037486546,0.010878189,-0.02088494,-0.037663788,-0.0006318839,0.034384824,0.02352879,-0.0033085053,-0.025020571,0.072373554,0.013869137,-0.018078618,-0.020663388,-0.014866118,-0.04073597,-0.009607959,-0.009962441,0.03005718,-0.013448188,0.031076318,-0.015922181,-0.0057344963,-0.009689194,0.0004377954,0.040145166,-0.013440803,0.0571308,0.00072512025,-0.006262528,0.0067056315,0.020264596,-0.055299304,0.043749075,0.007274281,0.0131158605,0.044664823,0.006953031,-0.03940666,-0.046230454,0.0040691663,0.008005401,-0.004109784,-0.005586795,0.017473044,0.00052941625,-0.0032475786,0.00043710304,-0.0043571834,-0.020043043,0.017236723,0.0051769246,0.013167555,-0.021874538,0.039879303,-0.014024222,-0.039702065,0.003349123,-0.041208614,-0.003061106,0.025581835,-0.02363218,-0.016616378,0.01578925,-0.0025109192,-0.008337729,-0.0043719537,0.0054834043,-0.010361235,-0.025714766,-0.016483447,-0.016631147,-0.0080127865,-0.015626779,-0.012680142,-0.068297006,-0.024119595,-0.037220683,-0.06132551,-0.0044901143,0.020353215,0.018846665,0.015242756,0.015390458,-0.020781549,0.01955563,0.015434768,-0.006292068,0.011505918,0.002915251,0.015168906,0.011011119,0.026453272,-0.0038919249,-0.004955373,-0.020707699,0.031224018,0.030751375,0.01959994,0.03698436,0.07863608,-0.020973561,0.0154790785,0.027073618,0.018462641,-0.0026586202,0.0076509183,0.018950054,0.030278731,0.017591204,-0.014327009,0.01575971,-0.014807038,0.03902264,-0.01505813,-0.016247123,0.003572521,0.027487181,-0.013344797,-0.022096088,0.0081383325,0.029953789,0.022997066,-0.013411263,-0.019762412,-0.026807755,0.0020604308,-0.03790011,-0.025434135,-0.023691261,0.0035909838,0.015124596,-0.03683666,0.021889307,0.012879538,-0.00031063394,-0.057042178,-0.031932984,0.01965902,0.003524518,-0.034502983,0.003585445,0.015168906,-0.0007121964,0.027103158,-0.012776148,0.08353976,-0.012222269,-0.0031220326,0.021579135,0.0068053296,0.009703964,-0.0032660412,-0.0050919964,0.00460089,0.038549993,-0.019718101,-0.027634881,0.015109826,0.039938387,-0.030455973,-0.015080285,-0.007953706,-0.025183043,0.0012573058,-0.02352879,0.033557698,-0.00854451,-0.03261241,-0.0106270965,-0.010523706,0.038490914,0.0071044243,0.013662354,0.028077984,-0.027147468,-0.010538476,-0.010449855,0.026970226,-0.0068422547,-0.022908445,0.029170973,0.016335744,-0.00791678,0.026571434,0.029052813,0.017384423,-0.026763445,0.033144135,0.014038992,0.0068348697,0.0010800646,-0.039052177,-0.010486781,0.007359209,0.0050624562,-0.003733146,0.031017236,0.014452555,0.0033657395,0.006912413,0.011454223,0.025315974,0.027590571,0.00625145,0.022760743,0.014260544,0.029215284,0.04439896,0.004076551,0.042183444,-0.017768446,0.001258229,0.009866435,0.060675625,-0.068415165,0.042360686,0.002566307,0.025109192,0.0020567381,-0.016764078,0.0018462641,0.00911316,-0.028890342,0.021342814,-0.007263203,0.033439536,-0.010996349,0.006565315,0.008721752,0.03175574,-0.0049886056,0.02208132,-0.032110225,0.041149534,-0.029067582,0.050631948,0.011195745,-0.026748674,0.009667039,-0.010649252,0.006757327,-0.03403034,0.029702697,-0.0015850178,0.002942945,0.0049996832,-0.0049516805,0.01841833,0.03760471,0.003110955,0.022760743,-0.029289134,-0.005025531,0.026792984,-0.038461376,0.016453905,0.019791951,-0.010811723,0.02345494,0.0017807217,0.03426666,0.014179309,-0.0070711914,0.0026032324,0.009556263,-0.020028273,0.047914248,-0.0028986346,0.019452238,-0.00037733023,0.021357583,0.026394192,0.009061464,-0.04460574,0.015582469,0.0020770472,0.011564999,-0.015907412,-0.008219568,0.0030315658,0.051843096,-0.00855928,0.023912814,-0.059169073,0.017251492,-0.008987614,0.031105857,-0.010553245,0.02609879,-0.023824193,0.0031072625,-0.04055873,-0.020043043,-0.018698962,0.014437785,0.036482178,0.032435168,0.009364252,-0.0029761777,0.0029392524,0.011291752,-0.016350515,0.018049078,-0.00988859,-0.021431433,0.023189077,0.0067056315,0.012141033,0.01568586,0.028358618,-0.013204481,-0.0075032176,0.015257527,0.00089313026,0.012827843,-0.007193045,-0.001516706,0.039495282,0.006188677,0.054738037,0.016808389,-0.04469436,-0.012406895,-0.016232355,0.0011179129,-0.012333045,0.03541873,0.03005718,0.00097575056,-0.013928217,-0.010641866,0.030337812,-0.02624649,-0.03403034,-0.010361235,-0.0314308,0.005139999,0.024710398,-0.005110459,0.011402527,0.012665372,-0.021904077,0.012436436,-0.008153102,0.06392505,-0.0011908404,-0.0059855883,-0.029673157,0.0033731246,-0.032435168,0.010944653,0.00924609,-0.009962441,0.019009136,-0.006081594,-0.029023273,0.02741333,-0.016764078,0.016247123,-0.015213217,-0.0154790785,-0.026970226,-0.014238389,-0.006199755,0.012894308,0.0011576077,-0.009637498,0.028151836,-0.014489481,0.0025441519,0.0062588356,-0.0024167597,-0.008300804,0.02224379,0.02462178,-0.009940286,0.018477412,0.004619353,-0.032051146,-0.017532123,0.015951723,-0.01244382,0.0094454875,0.014304854,0.017665055,-0.016335744,0.004076551,0.016114194,0.014681492,-0.0090688495,0.024016203,0.029097123,0.03252379,0.023971893,-0.0023115226,0.0010717564,0.0065210047,0.018758044,-0.019245457,0.012325659,0.0031497267,0.006214525,0.01827063,0.015287067,0.015301837,-0.036777582,-0.0039879307,0.016468676,0.021224651,-0.0040654736,0.014836579,-0.0014336241,0.013248791,-0.010257844,-0.029761778,-0.030869536,-0.016660687,0.017443504,-0.0053763213,0.023322009,0.008315573,0.0045418097,0.0014511636,0.015582469,0.002250596,0.01810816,-0.0033029665,0.010479395,0.000066061635,-0.018580802,0.0077912346,0.00687918,0.0314308,0.0031552655,-0.025020571,0.004146709,0.0154790785,-0.019348849,-0.0063585336,-0.00027209317,-0.01708902,-0.0025829235,-0.0628616,0.00036625264,0.026911145,-0.009955056,0.030751375,-0.012207499,0.03917034,0.008071867,0.0029410988,0.011971177,-0.020456607,-0.016128963,0.0026475429,0.01575971,0.016956089,-0.017517354,0.033380456,-0.0044162637,0.0064766947,-0.0014687032,-0.0078060045,-0.004682126,0.030633215,0.03140126,-0.037220683,0.018137699,-0.00017447196,-0.04159264,0.0011705315,-0.025699997,-0.0041947123,-0.009563648,-0.016291434,-0.002250596,-0.0132414065,-0.0057160337,0.03397126,-0.0002977101,-0.008300804,-0.000852974,0.039702065,0.010856033,-0.016365286,0.0731416,0.005073534,-0.009703964,-0.015360918,0.027930284,-0.019171607,0.004530732,-0.012118878,0.008706981,0.025522755,-0.0007385056,0.010575401,-0.007248433,0.003570675,0.031194478,-0.034739304,0.014024222,0.029466376,-0.013706665,0.004663663,-0.014873504,0.03784103,0.007248433,-0.02595109,-0.050425164,-0.0070342664,-0.0014234696,0.040233787,-0.003843922,0.0012046873,0.005682801,-0.0028266304,0.009851665,0.0315785,0.029983329,0.0043461057,-0.003026027,0.00855928,0.016468676,0.006605933,-0.018920515,0.0014160846,0.017901378,-0.005996666,-0.00020170436,-0.017428733,-0.054265395,-0.0068976427,0.023691261,-0.019924883,0.007399827,0.012259194,0.024104824,0.011823475,0.031105857,0.022923216,0.030633215,0.02890511,0.009297786,0.027206548,-0.024193445,0.0022247483,0.02088494,-0.030899076,-0.020235054,0.024414998,-0.028210916,0.044901144,-0.005387399,0.009482413,-0.025360284,0.018817125,0.027605342,0.009083619,0.018388791,0.009644884,0.0039362353,0.0038291519,0.000782816,-0.017768446,-0.016808389,-0.008027556,0.0028395543,0.01958517,-0.02878695,0.0005995743,0.011343447,0.019038675,-0.016069883,0.03621632,-0.019245457,-0.009046694,0.012436436,-0.045167007,0.0006858871,0.022435801,-0.07172367,-0.00022766745,0.009504568,-0.033439536,0.0072853584,-0.01166839,-0.01977718,-0.015892642,0.0033435842,-0.00841158,0.018846665,0.034443904,-0.002054892,0.01434178,-0.036718503,-0.03512333,0.012746608,-0.0032752727,0.046082754,0.017679825,-0.019836262,-0.013536809,-0.006402844,-0.010139682,0.010767412,0.0048002866,-0.019481778,-0.0009069773,-0.024976261,-0.004431034,-0.004039626,-0.01239951,0.028107526,-0.00852974,0.0025829235,0.011291752,-0.00043687224,-0.0007638918,-0.045314707,0.00854451,0.019245457,-0.03550735,0.018861433,0.014888274,-0.050247926,0.033616778,-0.008825143,0.01564155,0.03408942,0.014267929,-0.001475165,-0.0010966809,0.0157154,0.021165572,-0.0097852,-0.00981474,0.026453272,0.006628088,0.008662671,-0.026512353,0.045196544,0.00081143307,0.010309539,-0.025552295,0.0015536313,-0.02609879,0.01815247,-0.021815456,0.015124596,-0.011971177,0.020427067,0.047973327,0.02488764,-0.0038033042,0.022524422,-0.0575739,-0.04041103,0.0063031456,0.012768763,0.014829193,-0.0128647685,-0.005361551,-0.0023613719,0.009526723,-0.008751292,-0.026955456,0.017886607,0.014267929,0.009984597,0.0068607177,0.043778613,-0.022258561,-0.018669423,0.03255333,0.0053652436,0.0041060913,-0.046703096,0.0004823365,0.016306205,-0.019068215,-0.036245856,0.004944295,-0.034502983,0.026748674,0.03023442,0.025892008,-0.0070084184,0.019142067,-0.0007892779,-0.011380372,-0.02205178,-0.028240455,0.017384423,0.01575971,-0.006694554,0.023144767,-0.01502859,0.0031626504,0.029052813,0.015744941,0.01810816,0.029200513,0.0521385,-0.05913953,0.018802354,-0.010169223,0.018122928,-0.010191378,-0.023189077,0.015892642,0.0312831,-0.0120597975,-0.02488764,-0.006410229,0.015109826,-0.03533011,-0.010117527,0.023144767,-0.0301458,0.0018721118,-0.01946701,-0.008935918,-0.023853732,-0.04324689,0.018876204,-0.027767813,0.024149135,0.018846665,0.00341005,-0.0057492666,-0.012237038,-0.0018702656,-0.011254827,0.0042833327,-0.009777815,0.029717468,0.01044247,-0.004368261,-0.016675457,-0.026231721,0.04206528,-0.010538476,0.018196778,0.0049590655,0.0035392884,0.016128963,0.011232671,-0.022406261,-0.0031977294,0.010176607,0.029584536,0.0074478295,-0.019245457,-0.010294769,-0.01039816,0.0020327368,0.046584938,-0.020427067,-0.014216234,0.030426433,-0.05116367,0.01564155,-0.0012748453,-0.025168272,-0.018536491,-0.017502584,0.011705315,0.015346147,-0.008404194,0.003284504,0.0052470826,0.0004661817,0.02098833,0.010183993,0.0073296684,0.014799654,-0.0082269525,0.041031376,0.026837295,0.0070342664,0.011284366,0.02621695,0.021992698,-0.002664159,0.016055113,-0.001453933,0.037722867,0.024444537,0.03512333,-0.0059191226,0.000104717794,0.022745974,0.0005192618,-0.00852974,0.019762412,0.007451522,-0.007924166,0.00588589,0.007311206,-0.028964192,0.012702297,-0.0014419323,-0.0046932036,0.022480112,0.03364632,0.0027804738,0.038284134,-0.002662313,0.012724453,0.0010339079,0.01178655,0.00012300735,0.035832293,-0.009467643,-0.007300128,0.018698962,0.056864936,-0.035595972,0.013470343,-0.0020364292,0.020220285,0.024710398,0.034857467,-0.03290781,-0.016128963,-0.030367352,0.0035780598,-0.013906062,0.011454223,-0.004685818,0.0014760882,0.011734854,-0.017221952,-0.02595109,0.02352879,0.020323675,0.022686893,0.008123562,-0.05237482,0.019274997,0.0028635557,-0.0015453231,-0.016055113,-0.033291835,-0.03878632,-0.012731837,-0.02753149,-0.026586203,-0.039436202,-0.0012665372,-0.012731837,0.00022524422,-0.01242905,0.0064951573,0.019156836,0.004626738,0.03278965,-0.012790917,-0.008359884,-0.028329076,0.03878632,-0.000052272353,-0.016512986,-0.029111892,0.04292195,-0.024474077,0.049982063,0.008677442,0.0144230155,-0.003810689,-0.04534425,-0.028624479,-0.019718101],"social":"https://twitter.com/_nasj"},{"title":"pin save","description":"decentralized pinterest","niche":"web3","youtube_url":"https://youtube.com/watch?v=m38Ic9C5150","youtube_transcript":"Hello. This is Pablo, and we're working on decentralized Pinterest for the past six weeks, I guess. Okay. So we've done a couple of things. We're doing this program. We've applied to get quite better rounds. We've actually applied to two rounds. One is open service, another one is social grants, and our statistics are as following. We already received around three hundred dollars. It's without matching. And I've got sixty five. Should you actions. What we've done during this program and what this program actually pushed us to do is to host, do their spaces, and cohost the spaces of of other bitcoin projects. And just projects in general in the web three ecosystem. So I think we've hosted, like, at least ten ten gig total spaces. And we've reached out to a lot of people throughout this program. We collaborated and improve that one network by a h margin. And we have definitely starts it promoting our projects to this extent much earlier, but we're glad that this program actually help us understand the purpose of social media marketing","embedding":[-0.013419398,-0.021409338,0.01067382,0.040165644,-0.0034146197,-0.016936205,-0.000017668994,0.05346165,-0.007851119,-0.031142257,0.031743817,-0.039456114,-0.035538267,-0.075580515,0.021023722,0.04806304,-0.02625266,-0.032422498,-0.033070333,0.03581591,0.019990275,0.022180568,0.0018548076,0.034859587,-0.001012239,-0.03071037,-0.00782027,0.045780197,0.005645402,0.0030502137,-0.019311594,-0.033101182,-0.054294575,0.029923715,-0.003295079,-0.041337915,-0.042510185,0.0361861,0.01852494,0.010218794,-0.032515045,-0.015285774,0.030293904,-0.0035360884,-0.020977449,0.0068870815,-0.030818341,0.010195658,0.057317797,0.08458848,-0.082799226,0.009979713,0.00876117,-0.027162712,-0.0043574483,-0.038777433,0.012671305,-0.0042147706,-0.03473619,0.0061814063,0.03957951,-0.010627546,0.042078294,0.027131863,-0.020653533,0.013774163,-0.031173106,0.01315718,0.018648336,0.03427345,0.044145193,0.101123646,0.008599211,-0.026360633,-0.025635676,-0.008707184,-0.009786906,-0.006944924,0.013743314,-0.012108307,-0.025250062,0.009247045,-0.012894962,0.024463408,-0.04945125,-0.02836583,-0.047291808,-0.045903593,-0.017506916,0.011128846,-0.02359963,0.029692346,-0.03168212,0.039888002,0.07119993,-0.025265487,-0.04420689,0.047692847,0.06681935,0.025604827,0.029692346,-0.025867047,-0.0018355268,-0.043836698,0.005217369,-0.011653282,0.029553525,-0.0013457959,0.035353173,-0.009648085,-0.09205399,-0.00590762,0.019897727,-0.01735267,-0.019095648,-0.044083495,0.011954061,-0.036895633,-0.0004721372,-0.0018779445,-0.04149216,0.02014452,-0.04081348,-0.01866376,-0.0080902,-0.014892447,0.0082444465,-0.019111073,-0.007022047,-0.02440171,0.016211249,-0.0044654203,0.030463574,-0.009694358,-0.040936876,-0.001528963,-0.051950037,-0.017676586,-0.022674154,-0.043651603,0.008498952,-0.03664884,0.011522173,0.015008131,-0.073791265,-0.055775337,-0.042139992,0.043867547,-0.04269528,-0.043219715,0.0035341603,-0.00055624946,-0.05904535,0.025388883,-0.027193561,-0.032422498,-0.00709917,0.061451588,-0.0011713052,0.005965462,-0.0180622,-0.011607008,-0.008792019,-0.018432392,0.0014826892,0.017799983,-0.021363065,-0.011583871,-0.08156526,0.0016986335,-0.02876687,-0.028057339,-0.03954866,0.06317914,0.03924017,-0.01929617,-0.0034821024,-0.07274239,-0.0047546313,-0.039394416,-0.047415204,0.03316288,0.009200771,0.0065091792,-0.077616565,-0.0143911475,0.011522173,0.01678196,0.015062117,-0.008753458,0.016365495,0.03168212,0.015995305,0.018617487,-0.026422331,-0.08242904,0.019650934,0.025867047,-0.029538099,0.02839668,-0.03461279,0.019882303,-0.0046235225,0.04112197,0.011961774,-0.030324753,-0.00016991155,-0.034150053,-0.016026154,0.0074192304,0.010588985,-0.008792019,0.040134795,-0.002124738,-0.01188465,-0.04300377,-0.04340481,0.058490064,-0.016334645,0.039024226,-0.003601643,0.009910302,-0.010419314,0.025728224,0.016859083,0.088290386,-0.007430799,0.010997736,0.017630313,-0.038993377,0.052721266,0.011321653,-0.008375555,-0.027779697,-0.012000335,-0.015254925,-0.00084305054,-0.02211887,0.02137849,-0.022936372,0.024725625,0.014946433,0.0082444465,0.03384156,0.021301366,0.03479789,-0.03658714,-0.053029757,-0.014961857,0.03701903,0.017213847,0.0065940144,-0.036895633,-0.004141504,-0.0011018945,-0.018895129,0.0001233365,0.021902924,-0.008329282,-0.03322458,0.02608299,-0.009995137,-0.04756945,0.021131696,-0.03350222,-0.004079805,-0.0313582,0.043343112,-0.032977786,-0.015825635,0.007207142,0.011020874,0.022195993,-0.00028439096,0.026977617,-0.03547657,0.015779361,0.045564253,-0.0052482183,-0.053523347,-0.020715231,0.007851119,-0.02420119,0.022689579,0.007434655,0.046057843,0.025651101,0.015447732,-0.03649459,0.01946584,0.03205231,-0.029460976,0.033718165,-0.0017911812,0.020453013,-0.007511778,0.062253665,-0.034427695,0.035939306,0.0028342693,-0.013496521,-0.034828737,0.0081056245,-0.0022886244,0.019049374,0.008568362,0.0285355,0.03165127,-0.028921116,-0.03927102,0.031203955,0.024879873,-0.008452678,-0.03427345,-0.013542795,0.03165127,0.06873199,-0.0059885993,-0.037821107,-0.058027327,-0.027147288,-0.06873199,0.009139072,-0.028427528,0.03886998,-0.024509681,0.036710538,0.024478832,-0.001319767,-0.028998239,0.032916088,-0.015293486,0.0020109816,0.021656131,-0.017260121,0.009069662,0.015494006,-0.0032121718,0.015308911,0.016288372,-0.056885906,-0.03547657,0.0029499538,-0.0053176293,0.030309329,0.026406907,-0.022041747,-0.020468438,0.023707602,-0.007639031,0.04047414,-0.042602733,0.02591332,0.021640707,0.0071415873,-0.00414536,0.041276217,-0.060001675,-0.032515045,-0.004141504,-0.014429709,0.012478498,0.011360214,0.00012821695,-0.014298599,0.022581607,-0.06509179,-0.041954897,0.012000335,-0.04275698,-0.010920613,-0.017799983,-0.030309329,0.023476234,-0.003030933,0.039888002,0.03458194,0.02648403,0.0017275546,0.0228284,0.035692513,-0.06206857,-0.03667969,0.026638275,-0.0011838377,0.021039147,0.053986084,-0.030787492,-0.021424763,0.01823187,0.039826304,-0.03695733,0.016164975,0.014236901,0.0028111325,-0.013905273,0.047785394,0.028257858,-0.024586804,-0.01977433,-0.022874674,-0.030371027,-0.017075026,-0.021872075,-0.03924017,0.022473635,-0.05031503,-0.0029171766,0.012432224,0.029260457,-0.021316791,-0.08502037,0.056885906,-0.0066287196,0.014815324,-0.021039147,-0.016673988,-0.012748428,0.040936876,0.047476903,-0.0019724201,-0.024478832,0.04917361,-0.047384355,0.017769134,0.026376057,0.009979713,-0.03350222,-0.016473468,-0.061235644,-0.028905692,0.019157346,0.038715735,-0.050160784,-0.017676586,-0.020329617,-0.0032738703,0.050129935,0.01661229,0.015455444,-0.018710034,0.016982479,-0.027363231,0.027208986,-0.045224912,-0.012223992,0.022874674,-0.034520242,-0.008414117,0.0275946,-0.007966803,-0.07397636,0.011290804,0.046428032,-0.047847096,-0.0361244,0.0056878193,0.00039501424,0.00042971957,-0.016566016,-0.019327018,0.03356392,-0.05608383,0.022273116,0.032206554,0.002068824,-0.057687987,0.011406488,-0.0037539608,-0.0070066224,0.055281747,0.019542962,-0.013473384,0.04121452,-0.06441311,-0.006644144,0.017059602,0.0038118032,0.015779361,-0.018925978,-0.0061582695,-0.0057263807,0.0048086178,0.048680022,0.03853064,0.016997904,-0.0115375975,0.05596043,-0.0033818425,0.009725207,0.020838628,0.058551762,0.020067398,-0.019882303,-0.02420119,-0.05139475,-0.046643976,-0.011637857,0.0028631904,-0.0021131695,0.036833934,0.016519742,-0.025990443,0.053060606,0.007168581,0.0073305387,-0.059538938,-0.00960181,-0.022257691,0.032114007,0.000517688,0.013373124,0.0013438679,-0.019697208,-0.019913152,-0.0039448403,-0.019620085,-0.0018085338,-0.006613295,0.023414535,-0.04078263,0.024478832,-0.024633078,0.025897896,0.00689865,0.020591835,-0.033718165,-0.000880648,-0.026900494,-0.00605801,-0.01369704,-0.027193561,0.004773912,-0.009555536,-0.01027278,0.005645402,-0.018386118,-0.01007226,-0.012848687,-0.0018818006,0.04420689,0.015601978,0.022612456,-0.0017545477,-0.023507083,0.00075484114,0.013481096,-0.0072996896,-0.015447732,0.009648085,0.020283343,-0.026221812,0.029183334,-0.020499287,0.010211082,-0.010419314,-0.008953977,-0.015871909,0.004430715,0.048587475,0.019373292,0.0018316706,0.03883913,0.013296001,0.004018107,0.05484986,0.00068109226,0.0051441025,-0.019080224,-0.00096837536,-0.01362763,-0.033749014,0.018355269,-0.013858999,0.03772856,-0.014036382,-0.04997569,-0.005834353,-0.0041877776,-0.039672058,-0.041769803,-0.018170172,-0.005749518,-0.02514209,-0.008398692,-0.024818173,-0.014375723,-0.005734093,0.034180902,-0.00960181,-0.021748679,-0.0060425852,0.015046692,0.029985413,-0.012671305,0.017830832,-0.00013954438,0.0016581439,-0.0005856526,0.014599379,0.023075195,-0.0044152904,-0.051240504,-0.04679822,0.00565697,0.020560985,-0.044762176,0.0027147287,-0.009223908,-0.018895129,0.0064436244,0.004569536,0.011067147,-0.0023946683,-0.03158957,0.020668957,-0.016272947,0.0022481347,0.03359477,-0.03461279,-0.006354933,-0.03384156,0.02185665,0.015578841,0.03513723,0.02248906,0.006204543,-0.027101014,0.017136725,0.051117107,0.014067231,0.025280911,0.011391063,-0.0418315,-0.024864448,0.03924017,-0.00751949,0.021625282,-0.0029769468,-0.030016262,0.0065168915,-0.015146952,-0.029198758,-0.036895633,0.013897561,-0.002388884,-0.0011867298,0.04500897,0.030802917,-0.016226673,-0.022072596,-0.010882052,0.032175705,-0.009640372,-0.020036548,-0.014954145,-0.033656467,-0.008229022,-0.020252494,-0.0054872995,-0.0027378656,0.027887668,-0.0028439097,-0.015131528,0.010642971,0.01678196,-0.00815961,-0.006447481,0.013774163,0.025496855,-0.04608869,0.019404141,0.026715398,-0.022766702,0.0067791096,0.058089025,-0.024062369,-0.04911191,0.03738922,0.017784558,-0.029522674,0.018463241,-0.024725625,0.047754545,-0.020514712,-0.002984659,0.0068870815,-0.006736692,0.030139659,-0.011136558,-0.006115852,0.025018694,0.039394416,-0.03239165,0.018339844,-0.0015839131,-0.02342996,0.019866878,-0.030355603,-0.04420689,-0.03024763,-0.00015352292,-0.021208819,-0.012810126,-0.0053716153,0.021563584,0.020267919,0.009293319,0.021748679,0.0022481347,-0.013851287,-0.010434738,0.002851622,-0.0032970072,0.006204543,0.01809305,-0.027162712,-0.034150053,-0.01926532,-0.032916088,-0.039456114,-0.008082488,-0.015763937,-0.040134795,0.011853801,-0.010866627,-0.01772286,-0.033008635,0.00020570144,0.009825467,0.011653282,0.032977786,-0.00025089068,0.00039164012,0.024956996,0.015995305,-0.012663593,0.012686729,-0.039147623,-0.019882303,0.033779863,0.009462989,0.017229272,0.022180568,0.0040643807,-0.04115282,-0.0030926312,0.01352737,-0.012733003,-0.0039004944,-0.014229189,0.016488893,0.013465672,0.059353843,-0.005444882,0.018941402,0.008360131,0.0086840475,-0.02551228,-0.012848687,0.0054371697,0.0014643725,-0.0144451335,0.021933774,0.029368429,0.024725625,-0.0028072763,0.016087852,0.016473468,-0.021918349,0.059292145,-0.019249896,0.0027359375,-0.0016648922,0.06737463,-0.035168078,-0.0036344202,-0.0138127245,0.0063395086,0.040936876,-0.009856316,0.008429541,0.015563416,-0.007461648,0.014275462,-0.014190627,0.016057003,-0.042016596,0.011869226,-0.023352837,-0.0052752118,-0.020437589,-0.013041495,0.008151898,0.0257128,0.015779361,0.003937128,-0.07459334,-0.03886998,0.030910889,0.012555621,-0.039085925,-0.0052983486,0.026592001,-0.012401374,0.005444882,0.014792187,0.072495595,-0.04491642,0.00383494,-0.008283008,-0.0342426,-0.02305977,-0.011869226,-0.01752234,0.016843658,0.007905105,-0.04525576,0.008198172,0.0361861,0.004249476,-0.0020032693,-0.007025903,-0.035569116,0.028982814,0.027964791,-0.0026915919,0.02380015,-0.036309496,-0.024278313,-0.027363231,-0.0028169167,0.014900159,0.015494006,0.046767373,0.011738117,-0.013396261,-0.022381088,-0.0039988263,-0.019064799,-0.0066942745,0.020329617,-0.004480845,0.016797384,0.033286277,-0.0074770725,0.036772236,0.006405063,-0.006146701,-0.012509347,-0.0110440105,-0.005591416,0.008213597,-0.010079972,-0.0006965169,0.033440523,0.019697208,-0.0005687819,0.018987676,-0.003576578,-0.018278144,-0.025604827,0.016766535,0.017769134,0.0026453182,-0.020453013,0.01658144,-0.0034126916,0.02839668,0.05673166,-0.047816243,0.0111519825,-0.028736021,0.00007826777,0.027841395,0.013990108,-0.08273753,0.052443624,0.0043921536,0.0072495597,0.00031162502,-0.020190796,-0.0053253416,0.0006912147,-0.03044815,0.01832442,0.022381088,0.022797551,0.004484701,-0.012123732,-0.0049397266,-0.014421997,0.00020666547,-0.0042456198,0.009686646,-0.009347305,-0.0077624274,-0.0012310755,0.0015212507,-0.022334814,-0.02517294,0.0026588147,0.0030675663,0.018987676,-0.028828569,-0.012864112,-0.035939306,-0.009833179,0.014560818,-0.0075310585,-0.0010652611,-0.0190031,0.030185932,-0.0040566684,-0.027810546,0.0028940397,-0.027239835,0.020823203,0.0026626708,-0.0024293738,0.026468605,0.018725459,0.0016571799,-0.022812976,0.011738117,0.040196493,-0.010797217,0.028149886,0.020560985,0.018339844,0.045101516,-0.008876855,0.018956827,0.041307066,0.0062083993,0.029538099,0.01131394,0.027486628,0.0036922623,0.023846423,0.05031503,-0.016488893,0.033317126,-0.01439886,-0.01054271,-0.030263055,0.0009278858,0.00839098,-0.0068253833,-0.002304049,0.010720094,-0.018586637,-0.018015927,-0.02108542,0.0040528122,0.013473384,0.032114007,0.022905523,0.061297342,0.008213597,-0.015470869,0.028088188,-0.0004309246,-0.011915499,-0.011267667,0.013743314,0.002516137,-0.014637941,-0.015740799,0.011668706,0.02054556,0.04115282,-0.019404141,0.03050985,0.014383435,0.0043690167,0.035322323,0.026946768,0.010966887,0.0046466594,-0.002464079,0.002620253,-0.032946937,-0.009786906,-0.040196493,0.0071223066,-0.0627781,0.026915919,0.043929245,0.01832442,0.03050985,-0.0077971327,-0.010133959,0.020962024,0.014853885,-0.014522256,-0.014067231,-0.033995807,0.014607091,0.016859083,0.002720513,-0.019712633,-0.007056752,-0.043219715,0.040998574,-0.04750775,0.029090786,0.011475898,-0.008799732,0.0051132534,0.027378656,0.007982228,-0.0037905942,0.00039718332,0.038623188,-0.033964958,-0.026684549,0.011869226,0.0024216615,-0.0418315,0.021872075,-0.017985078,0.018771732,-0.01809305,-0.020051973,-0.045965295,0.020668957,0.0021594432,0.017938804,-0.014645653,-0.009663509,0.0021189537,-0.009216196,-0.015116103,0.0123319635,0.0156791,-0.018648336,-0.002928745,0.008429541,-0.011691843,-0.027131863,-0.023476234,-0.014298599,0.009370442,-0.015856484,-0.00943214,-0.033440523,-0.029846592,0.022720428,-0.018617487,-0.011229105,0.02108542,-0.016627714,0.029029088,-0.01903395,0.00014074943,-0.021162545,0.015123815,-0.022180568,0.022427361,-0.020715231,0.01752234,-0.0042147706,-0.01658144,0.010712381,0.00819046,0.043219715,-0.02739408,-0.011707268,-0.030494425,-0.0026241092,-0.00041598204,0.015278062,-0.028103612,0.0002359481,-0.008830581,0.031203955,-0.009493838,0.03954866,0.02339911,0.0343043,0.00039814736,0.007045184,-0.020113671,-0.0060233045,-0.014838461,0.013828149,0.007342107,0.031034285,0.025111241,0.015787072,-0.030432725,0.013943834,0.011930924,0.021733254,0.0101648085,-0.006667281,0.03239165,-0.001842275,0.01823187,0.018879704,-0.0032121718,0.0017265906,0.023985246,-0.037574314,-0.004631235,0.010897476,-0.020483863,-0.013805012,-0.016242098,0.012038897,0.018416967,-0.0055759912,-0.037204124,-0.01597988,-0.004812474,-0.0023194735,0.012887249,-0.00011453967,-0.016504318,0.008637773,-0.026221812,-0.0033895548,0.0039274874,0.013149467,-0.037512615,-0.012092883,0.019141922,-0.032114007,0.010265068,0.045965295,-0.021532735,0.023368262,0.0048857406,0.005047699,-0.012023472,-0.025080392,0.028211584,-0.004276469,-0.01678196,0.019249896,-0.0120851705,0.018771732,0.01107486,0.0042610443,0.01775371,0.0072765527,0.090079635,-0.009077374,0.039055075,0.006763685,0.04716841,0.032083157,0.0012387878,0.006941068,-0.016828233,-0.0023946683,-0.020082822,0.0020129096,-0.015031268,-0.004874172,0.01409808,-0.0069526364,-0.0026819515,-0.012270265,-0.0016803169,-0.03044815,-0.0038079468,0.012409086,0.0027070164,-0.023445385,-0.04491642,-0.014853885,0.011406488,0.0066518565,-0.015131528,-0.009794618,0.017260121,-0.015918182,0.005880627,0.030525275,-0.0138127245,0.018031351,-0.0074693603,0.023738451,0.030401876,-0.039024226,0.009871741,0.0063703577,0.028257858,-0.012054321,-0.006894794,-0.0032237405,0.011876938,0.025388883,-0.0039082067,-0.061235644,-0.022967221,0.0063973507,0.019064799,0.012254841,-0.013496521,0.030895464,0.0052520745,0.03476704,0.016303796,0.009509263,-0.01929617,0.004669796,-0.00095054065,0.0011047866,-0.0042610443,-0.015794786,-0.010519573,-0.029322155,0.019249896,-0.0034821024,-0.012786989,0.0077855643,-0.0055335737,-0.0018229943,-0.0039255596,-0.022689579,0.024262888,-0.018972252,0.026946768,-0.019141922,-0.0042726127,-0.009848604,-0.01503898,-0.010974599,0.0020437588,-0.0063626454,0.035538267,0.03145075,-0.011799815,0.03510638,0.0049860002,0.01533976,-0.0015868052,0.012740715,-0.022504484,-0.0007191718,-0.013619917,-0.0011259954,-0.012308827,-0.018077625,-0.002361891,0.008298432,-0.012594182,0.030432725,-0.003653701,-0.008429541,-0.027286109,0.020499287,0.02014452,0.01201576,0.008182747,0.042109143,0.011298516,0.0059500374,0.01823187,-0.0082444465,-0.0008792019,-0.013542795,-0.01513924,-0.039486963,0.0228284,0.03168212,-0.003861933,-0.008707184,-0.00704904,0.026376057,0.026391482,-0.0513639,0.02785682,0.043219715,-0.00052202615,0.035599966,0.011799815,-0.011576159,0.0058999076,0.017368095,0.00031981934,-0.008576075,-0.0060464414,0.014020957,-0.02497242,0.02285925,-0.0015231788,-0.009085086,0.006096571,0.0051479586,0.010635259,0.009833179,0.007515634,0.023106044,-0.011082572,-0.006582446,-0.007403806,0.030293904,-0.021563584,-0.014707351,0.04300377,-0.015586553,-0.0014344873,-0.005279068,0.014406572,-0.013805012,0.0128795365,-0.010889764,0.037450917,0.011445049,-0.0015251068,0.0067829657,0.003967977,-0.0026125407,0.013180316,-0.027733423,-0.02782597,-0.003499455,0.009277894,-0.012717579,-0.018185597,0.018879704,-0.029630648,0.009748344,-0.0059885993,-0.01809305,0.0008444966,-0.011090284,-0.0048086178,0.01926532,-0.02040674,-0.043343112,0.0036729816,0.001841311,0.01570995,-0.004330455,-0.02474105,0.038468942,0.015409171,0.008568362,0.025743648,-0.01369704,-0.023692178,0.028134461,-0.006408919,-0.022519909,-0.0052250815,0.027039316,0.011722692,0.015308911,-0.016288372,-0.020067398,0.014630228,-0.0147459125,0.01997485,0.0043381676,-0.032977786,0.03584676,-0.0017073099,-0.009100511,-0.02594417,0.04306547,0.026329784,-0.023044346,0.029584374,-0.047353506,-0.0036941906,-0.056176376,-0.022242267,-0.0002954774,0.025867047,-0.014846173,-0.03954866,0.00047551133,0.026576577,-0.016072428,0.000830036,-0.0052944925,-0.050808616,0.03162042,-0.0039294157,-0.025897896,-0.0072187106,0.004434571,-0.01926532,-0.01054271,0.04109112,-0.0128564,0.00066952384,0.0090311,0.0081056245,0.02359963,-0.024509681,-0.01218543,0.0086840475,0.008599211,-0.035939306,-0.04750775,-0.010689245,0.023969822,0.039332718,-0.018895129,-0.0059191883,-0.01917277,0.0007100134,-0.005730237,0.013234302,-0.01692078,-0.0033259282,-0.006532316,0.00761975,-0.01218543,-0.0016726046,0.021054571,-0.0024178054,0.01829357,-0.0075850445,-0.010936038,-0.0343043,-0.010249644,0.0094244275,0.04186235,0.01997485,-0.003732752,-0.002955738,-0.017676586,-0.010396177,-0.019450415,-0.0053793276,0.014699639,0.020175371,0.015170089,0.0022731996,-0.02802649,-0.00822131,-0.011668706,-0.0066788495,0.021964623,0.015717663,0.01258647,0.021316791,0.012254841,0.0056608263,-0.024093218,0.012725291,0.0140055325,0.03007796,-0.003912063,0.031712968,0.016673988,0.005032274,-0.01131394,0.0059577497,0.003005868,0.006111996,-0.018632911,-0.0032835107,-0.00090812304,0.010897476,0.015254925,0.013982396,-0.026345208,-0.070397854,0.039517812,-0.0104116015,0.008121049,-0.004075949,0.042911224,0.05191919,-0.019342443,0.002564339,-0.03050985,0.041769803,-0.003470534,0.02548143,-0.016488893,0.023244865,0.0070027662,0.042541035,-0.028782295,-0.0063703577,0.013211166,0.0045888172,-0.03461279,-0.04121452,0.0053214855,0.008637773,0.0021420906,-0.0101648085,0.016072428,-0.013704753,0.008753458,0.025558554,0.007812558,0.026699973,0.03455109,0.0380062,0.025203789,-0.027949367,0.024787324,0.008444966,-0.0161804,-0.03084919,-0.01809305,-0.026761673,-0.040227342,-0.031867214,0.0040643807,-0.030170508,0.013974683,0.009825467,0.0077161537,0.009015676,-0.0057687988,-0.019990275,-0.01823187,0.01960466,-0.011306228,-0.03772856,-0.024216615,-0.009223908,0.027656298,-0.007315114,-0.024154916,0.036895633,0.012239416,0.01419834,0.0061351326,0.03199061,0.021255093,-0.024648502,0.021409338,-0.002622181],"social":"https://twitter.com/pfedprog"},{"title":"blockbites","description":"payments in stablecoins with a loyalty program around it for the consumers ","niche":"web3","youtube_url":"https://youtube.com/watch?v=sWm6rgiFQzY","youtube_transcript":"Hey, this is Anant. We're building block weights. Block weights from businesses a set of tools to accept payments in stable points with a loyalty program around it for the consumers. So, yeah, that's what we can have and I'll show you the more of what you've done so far next, and I will start with the progress over the last few weeks. Alright. So is that for demo or what you've built? Do you still have a lot more and doesn't really like and building our systems, but, anyway, I'm just to show you what we've built. First, you can build this in a lot of merchants, and please be for business owners to upload their menus in and copy. That is copy copy. San Francisco. Let's say, one to three. One to three. One to three. One to upload, we CSV, you get be directly to the speaker. Again, we got a bunch of you know, I want to do here, touching up. But basically, all the main items that they had in different categories, the prices have come through. I had a tip to the little that you're probably gonna tip and pick up your own price. And if you're gonna pay, you got some money, then you're wallet. If you don't have a wallet, you will and you will probably get online a e sign system for it. But for now, let's say, I'm using my a VISTA dot net account and it connected. And I can send in here and install it all with this support. These are you gonna look at the actual app. That means I talk about our progress for you. So in terms of our progress, these are pictures from England that we did, dedicated food, all before table points. This is something ages. Do we go show our actually, block bytes dot near one of your work site doesn't go live there and people to leave block explorer for the near. You can see the last few weeks. We got a bunch of payments. Total nine hundred dollars, two hundred dollars, twenty three hundred dollars on for for catered pay for with sale coins. We sort of manually had this together. In terms of how we manage everything that's still building the system. We're gonna be extended for the business and","embedding":[-0.009702821,-0.004982426,0.017078198,-0.028268427,-0.010280829,-0.029871434,0.009340604,0.006207802,0.038503017,-0.0008106557,0.049816553,-0.025956396,-0.047689483,-0.074786484,0.046518054,0.013771995,-0.03147444,-0.0017754468,-0.031566925,0.0076605277,0.055457905,0.015999252,0.029532338,0.008885904,-0.010419551,-0.04969324,-0.033755645,0.016014665,0.0011916591,-0.031104518,0.016584966,-0.029131586,0.02845339,0.025339855,0.017293988,-0.026742486,-0.008253949,0.0066008475,0.05268347,0.01652331,-0.02153271,0.0016608086,0.03508121,-0.024692487,-0.022118425,0.059280463,-0.059342116,0.012369364,-0.020931583,0.037362415,-0.039027076,-0.004061467,-0.008230829,-0.018881584,0.0011656487,-0.028222186,-0.024723314,0.012847183,-0.016939478,0.0232282,0.004415978,0.0069168247,0.02396805,-0.012531206,-0.036006022,0.00078512705,-0.059681214,0.06418197,-0.029671058,0.0053330837,0.031073691,0.02000677,0.026788728,0.010982146,0.039150383,-0.023120306,-0.011922371,0.011066919,0.008099814,-0.0019517391,-0.032399256,-0.003485386,-0.038318053,0.019097373,0.014743048,-0.037793994,-0.06442858,0.0016945257,-0.016369177,-0.006882144,0.007691355,0.008130641,0.045161664,0.023459403,0.065045126,-0.034896247,-0.05511881,0.029162413,0.035451137,-0.0063966177,0.054440614,-0.034002263,0.009787596,-0.070717305,0.0076875016,0.002165602,0.04331204,-0.0041539483,-0.023752261,-0.03190602,-0.13280304,0.01817256,0.017371057,-0.0024680926,0.0128163565,0.048336852,0.009556393,-0.02339775,-0.0025509405,-0.027913915,-0.03320076,0.064120315,-0.006315697,-0.021594366,0.009641168,-0.0004867306,-0.06405866,0.023366923,-0.007390791,-0.020762034,0.048799258,-0.012993611,0.06196242,-0.041770685,-0.047905274,0.028376322,-0.013802823,0.03477294,-0.038472187,-0.0011646854,0.02950151,-0.032615043,-0.009556393,-0.020977823,-0.05629024,-0.043651138,-0.0453158,0.012361657,-0.061160915,-0.05182031,0.015043613,-0.026079705,-0.023243614,-0.027359027,-0.021239854,-0.030148879,0.012122747,0.05511881,-0.051234595,0.01655414,-0.0412158,0.01991429,-0.021085719,0.030133465,-0.042541362,0.0036279613,-0.008122934,-0.04812106,-0.06868272,-0.034279708,-0.043928582,-0.019945117,-0.009957145,0.020022186,-0.028160533,-0.025632713,0.03145903,-0.06424362,0.014087973,-0.0002308418,-0.023058651,0.02580226,-0.0069129714,0.014157333,-0.04266467,-0.0126930475,-0.015182334,0.031012036,0.015752634,-0.03147444,0.007953385,0.04510001,-0.01908196,0.020160906,0.03412557,-0.09069325,0.03964362,0.0058918246,0.01030395,0.004454512,0.02165602,0.0025181866,0.026018051,0.07873235,0.02893121,-0.0064813923,-0.020808276,-0.015536846,0.006096054,-0.019667674,0.024430456,-0.010504326,-0.0044699255,-0.002803337,-0.06442858,-0.0032117958,-0.048953395,0.054440614,-0.028175946,0.02409136,0.05539625,0.037023317,0.044113543,-0.008469739,0.006250189,0.036499254,0.023690607,-0.0022349628,0.051265426,-0.05595114,0.03102745,0.02396805,0.029917676,-0.014365417,-0.012777822,0.0025605739,-0.038194746,-0.035235345,0.001185879,0.007772276,0.0038244838,0.033971436,0.017509779,-0.011968612,0.04109249,0.022719553,-0.053947378,-0.043990236,0.028037224,0.018450003,0.07577295,-0.009625754,-0.0027994837,-0.021964291,-0.012785529,-0.020731207,-0.038102265,0.051881965,0.010165228,-0.010720115,0.0071287607,-0.0016935624,-0.06590828,0.035636097,0.0069399453,0.006639381,0.023906397,0.046425574,-0.006196242,-0.03424888,0.01261598,0.052375197,0.002152115,0.004562407,0.029563164,-0.017818049,-0.03455715,0.008176882,-0.0020557805,-0.0081845885,-0.046117302,-0.04479174,-0.007899438,0.030426322,-0.016816169,0.040815048,-0.029994743,0.023798501,-0.0026145212,0.03162858,0.050063167,-0.0048090233,-0.001082801,-0.00055247894,0.03948948,0.0077453023,0.00012342872,-0.0066470876,0.009756769,0.01812632,0.009471619,-0.0379173,-0.023829328,0.01335583,0.020191733,-0.022041358,-0.006982332,0.041246627,-0.040630084,-0.026834968,-0.010881958,0.013186281,0.014812409,-0.041123316,-0.020946996,0.0038765045,0.08594588,-0.016954891,-0.0061153206,-0.0073753777,-0.0028958183,0.0064621256,-0.03603685,0.036715046,0.018604139,0.020299628,0.030580457,0.009001506,0.009656581,-0.038410533,0.004693422,-0.0105891,-0.0019295822,0.010935904,-0.043558657,0.008724062,-0.01996053,0.0423564,0.012145868,0.031135345,-0.0016338349,-0.06344212,0.0022176227,-0.011097747,0.03128948,0.01032707,0.009070867,-0.009047747,0.016091732,0.00703628,-0.023305269,0.013987785,0.010404138,-0.016877823,0.047812793,-0.0003114016,-0.006870584,-0.027420683,-0.04164738,-0.0001530516,-0.024045117,0.070594,0.011583273,-0.0031674819,0.019775568,0.008253949,-0.03320076,-0.01242331,-0.015660154,-0.02222632,0.044113543,0.0050286665,-0.031304892,-0.023582712,-0.030580457,0.0038591644,0.041154142,0.0149973715,-0.008107521,-0.014388537,0.03982858,0.0048013167,0.008068986,0.007201975,-0.015559966,0.012153574,0.0054795123,0.007379231,-0.005414005,-0.017093612,0.0464564,-0.027944744,-0.013024439,-0.012862597,0.0069900393,0.020253388,0.06461355,0.037855648,-0.066154905,-0.004862971,0.052313544,-0.029748127,-0.03773234,-0.03212181,0.028299253,-0.023521058,-0.016662033,-0.011814476,0.029116172,0.007564193,0.028838728,-0.043681964,0.06868272,-0.031489857,0.0116141,-0.010250002,-0.017401883,0.009263536,0.0412158,0.018974064,-0.007348404,-0.0497549,0.010334777,-0.029917676,-0.02170226,-0.0033312507,0.01590677,-0.016631206,-0.045654897,-0.06523009,0.010712408,0.002140555,0.0042772563,0.023151133,-0.024862036,0.025355268,-0.023089478,0.03437219,0.027266547,-0.014912597,-0.02234963,-0.01113628,-0.036499254,0.011837596,-0.07472483,-0.02475414,-0.044082716,-0.006608554,0.0379173,-0.02070038,-0.0020191735,-0.00037450079,-0.050618056,0.059681214,-0.102592506,-0.0041077076,0.05108046,0.02475414,0.0034391454,-0.004288817,0.002308177,0.058756404,-0.017617673,0.027482336,0.01361786,0.018712034,-0.060390238,0.02814512,0.069977455,-0.020792862,0.028530458,0.00010693142,-0.020037599,0.03064211,-0.03320076,-0.046518054,0.009702821,0.017509779,-0.0026357148,0.015398123,-0.019297749,0.02828384,-0.03124324,0.009733649,0.021193614,0.03295414,-0.024245493,0.03992106,-0.011984025,-0.00027937035,0.000018634726,0.05373159,0.041770685,-0.019852636,0.013648687,-0.018804515,-0.058509786,-0.07669776,-0.0014440557,0.0014681394,0.044853393,-0.015536846,-0.009209588,0.017263161,0.0054987795,-0.04223309,-0.023551885,0.025432337,-0.01283177,0.0037088823,0.015490605,-0.0073676705,-0.009001506,0.00703628,-0.046117302,0.004073027,0.021162786,0.047905274,-0.005452539,0.011706581,0.0009903198,0.014003199,0.0041693617,0.0067241555,0.003705029,-0.0023505643,-0.027883088,0.017031958,-0.025154892,-0.0020519271,0.0028206774,-0.033015795,-0.0021444084,0.0024507523,-0.0063580843,0.01337895,-0.021948876,-0.03865715,0.008377258,-0.0131631605,0.005275283,0.017972184,0.022056771,-0.01755602,-0.038503017,0.024045117,0.02845339,0.0040653204,-0.014450191,0.029131586,0.020854516,-0.025355268,-0.011930077,-0.016168801,-0.016338348,0.009618047,-0.009972558,-0.017417297,0.014350003,0.010219175,0.017062785,-0.029362788,0.023567298,0.022750381,0.0009238489,0.051666178,0.000403642,0.008677822,-0.022889102,0.0031848222,0.0055488735,0.009949438,-0.010018799,-0.047072943,-0.012084213,0.025432337,-0.03520452,-0.028669178,-0.01895865,0.00004043043,-0.04479174,-0.039458655,-0.030225946,0.007930265,-0.022072185,-0.0053330837,0.01652331,0.015598499,0.039581962,0.009995678,-0.0013072606,-0.010997559,0.010905078,0.036499254,0.02318196,0.010766355,-0.023536472,0.013648687,0.008808836,0.024415042,0.009533273,-0.0014594693,-0.026064292,0.006288723,-0.045161664,0.014581206,-0.026465043,0.011783649,0.0003489721,0.0073252837,-0.0020056865,-0.0011174814,-0.037115797,-0.011390604,-0.0018505878,0.0033004237,-0.039150383,-0.0023813916,0.022889102,0.02296617,0.0035971343,-0.01791053,0.01283177,-0.007930265,0.01259286,0.042942114,0.013232522,-0.039335348,-0.031690232,0.009517859,0.010720115,0.023336096,0.05098798,0.022873688,-0.01734023,0.00049564155,0.032707527,0.037485722,0.01461974,-0.042726323,-0.0009893564,-0.027081585,0.0051982156,-0.04741204,-0.008677822,0.0021367015,-0.039766926,0.024430456,0.007390791,-0.03181354,-0.010635341,-0.040321812,0.08514438,-0.010450378,-0.0016376883,0.013571619,-0.030996623,-0.012431018,-0.0014623593,-0.0031212412,-0.014218988,0.042510536,0.017232334,0.006257896,-0.03948948,0.007857051,-0.014442484,0.025093239,0.021733087,0.044298507,-0.061407533,0.02893121,0.01734023,0.010049626,-0.0060690804,0.038071435,-0.008169174,-0.07564964,0.0069014113,0.03202933,-0.012338537,0.033139106,-0.013949251,0.0012128527,0.0051172944,-0.004612501,0.022287974,0.010704702,0.03190602,0.002897745,0.01082801,0.018773688,0.02980978,-0.030040983,0.029917676,0.0031617018,-0.012731582,0.03320076,0.005494926,-0.05320753,-0.022072185,-0.004231016,-0.037547376,-0.021871809,-0.031258654,0.03508121,0.0042849635,0.058448132,0.028715419,0.0011521619,0.010319363,-0.01812632,-0.0072250953,-0.008146054,0.010573686,0.011459965,-0.0364376,-0.029008277,0.0034121717,-0.05407069,-0.021810155,0.06461355,0.018080078,-0.028669178,-0.0004886573,-0.018542485,-0.012269176,0.03443384,-0.0026549818,-0.00076586014,0.0028380174,0.02239587,0.013895304,-0.0034507057,-0.012785529,0.018819928,-0.05595114,0.009178761,-0.040506776,-0.042942114,-0.029270306,-0.009710528,-0.023305269,-0.0139800785,0.019374816,-0.0037801699,0.025247375,-0.0116526345,-0.052036103,0.025894742,-0.0052059223,0.016615793,-0.0015885576,0.049354147,0.0364376,0.024476698,0.0037011756,0.009926318,-0.005036373,0.011552446,0.034279708,0.030148879,0.021964291,0.02749775,0.017710155,0.025740607,-0.02423008,0.014527258,0.014750755,0.014727634,0.02222632,-0.005437125,0.008855077,-0.024584591,0.07262859,-0.035728578,-0.0010404137,-0.03329324,0.021193614,-0.009525566,0.0018843049,0.008238535,0.0071056406,-0.027790608,0.040845875,0.005602821,0.0438361,-0.021995118,-0.016400004,-0.03298497,0.010905078,-0.03304662,0.004173215,-0.0076990617,0.013795116,0.023752261,0.0060690804,-0.08773385,-0.03773234,0.03468046,-0.012153574,-0.056413546,-0.020114666,0.02566354,0.029347375,-0.0010962879,-0.007252069,0.046518054,-0.028422562,-0.0077491556,0.0072173886,-0.017725568,0.013001318,0.01209192,0.019559778,0.012978198,0.008115227,-0.012770115,-0.010789476,0.010673874,0.021224441,-0.0016540652,-0.03603685,-0.002454606,0.018819928,0.031119931,-0.004820584,0.040784217,-0.029825194,-0.008038159,-0.0066933283,0.01590677,0.02227256,-0.014041732,0.039335348,0.043157905,0.018974064,-0.01590677,-0.02644963,-0.031659406,0.004970866,0.018773688,-0.013317296,0.009833837,0.037886474,0.008816543,0.00478205,0.03569775,-0.021286095,-0.0015269035,-0.001366988,0.007741449,0.036715046,-0.049076702,-0.015151507,-0.0030750006,0.014180454,-0.00856222,0.013070679,-0.0075256596,-0.036314294,-0.0015895211,-0.005733836,0.028006397,0.044021063,-0.020068426,0.0030017863,0.020469178,0.029378202,-0.0041809217,-0.0061615612,0.021517297,-0.03992106,-0.0041809217,0.019606018,0.020114666,-0.04161655,0.045901515,-0.0031347282,0.018712034,0.017895117,-0.031104518,-0.032491736,0.008415791,0.001088581,0.0464564,0.0043967115,0.054872192,0.005972746,0.019544365,0.007340697,-0.000014465243,0.011205642,0.043003768,-0.016970305,0.036098503,0.03255339,0.03310828,-0.004993986,-0.00429267,-0.016369177,-0.009725942,-0.018989477,0.014758462,-0.031119931,0.0026414949,-0.014935717,-0.0026646152,0.0029439856,0.016507898,0.029470682,-0.02086993,0.033015795,-0.0033717111,-0.0027686567,0.0045739673,-0.0049015046,0.036375947,0.01791053,-0.0115293255,-0.0037416362,0.011629513,0.01817256,0.022257147,-0.017062785,0.034495495,-0.027050758,0.04593234,0.0241376,-0.0067010354,0.06079099,0.009394551,0.028700005,0.008816543,-0.006859024,-0.0030075663,0.01829587,0.021101132,-0.013718048,-0.04331204,-0.007968798,0.007279043,0.021239854,-0.042603016,0.017016545,-0.03172106,0.011752822,0.0014575426,0.014704514,0.01459662,0.023120306,-0.024384215,-0.0052406024,-0.01686241,-0.0048668245,0.01538271,0.020191733,0.024153013,0.009957145,0.02828384,-0.015413537,-0.027867675,0.00020145974,-0.019528951,-0.020114666,-0.0017051225,0.0030133466,-0.0021289948,0.0027204894,0.034187224,0.010434965,0.066524826,-0.014272936,0.016939478,-0.018742861,-0.0196985,0.022241734,0.0035663072,0.0097953025,-0.012662221,-0.0011232615,0.01939023,-0.021794742,0.009602633,0.016415417,0.026696246,0.0086547015,0.019421056,0.008261655,0.019606018,-0.0028380174,-0.0028110438,0.02248835,0.004693422,-0.026387975,-0.022765795,-0.007999626,-0.04090753,-0.0015635106,0.031119931,-0.012608273,-0.005664475,0.008685528,-0.039797753,0.025648126,-0.027374443,0.051573694,0.020453764,-0.0123462435,-0.01612256,0.01414192,-0.022950757,0.003036467,-0.006238629,0.01891241,-0.0055797,-0.049261663,-0.031875193,-0.022133838,-0.059187982,-0.003003713,-0.0118761305,0.002986373,-0.0048783845,-0.019297749,-0.01829587,0.010512033,-0.0045893807,0.039705273,-0.014704514,0.011490792,-0.0068243435,-0.01485865,-0.016584966,0.0139800785,0.012076506,-0.012384777,-0.006215509,0.0055874074,0.00703628,-0.04436016,-0.010250002,0.01643083,0.01464286,0.059496254,-0.012600566,0.017540606,0.003934305,-0.009009212,0.0041462416,-0.009332897,0.0020037598,0.011868424,-0.0023447843,-0.01287801,0.021239854,0.003479606,-0.02644963,0.00834643,0.043373693,-0.0077260355,-0.018064665,0.0196985,-0.029871434,0.020777447,-0.0010914711,0.026834968,-0.020037599,0.008361843,0.00454314,0.0013814382,0.035543617,0.017309403,0.010982146,-0.009702821,-0.009818424,-0.018665794,-0.027081585,0.012731582,0.022303388,0.0057222755,-0.008331017,0.0049901325,0.008485152,-0.01829587,-0.010381017,0.009510152,-0.009178761,-0.0041578016,0.00088098,0.004362031,-0.0032715232,0.008431205,-0.013841356,-0.009286656,0.01638459,-0.008207709,0.031150758,0.021763915,0.0033678578,0.012739289,-0.016492484,-0.01791053,-0.0034815327,-0.012870303,0.0062039485,0.020268802,0.016369177,0.008739475,0.014180454,0.01030395,0.009117107,-0.004238723,-0.022241734,-0.0026029611,0.0084080845,0.009456205,0.008670115,-0.008770303,-0.007914851,0.009733649,-0.0005226152,-0.010766355,0.00554502,0.014211281,-0.005857144,-0.007833931,0.008793423,-0.019297749,0.0014729562,0.025386095,-0.061993245,-0.0021020211,-0.006338817,-0.03612933,-0.023983464,-0.014218988,0.036930833,-0.02043835,-0.03298497,-0.008076694,-0.023074064,-0.0021810154,0.018943237,0.02644963,-0.017062785,0.006465979,0.095933855,-0.022241734,0.054594748,0.0044737794,0.035759404,0.0037204425,-0.0058918246,-0.009417671,-0.031844366,-0.019898877,-0.011799063,-0.0003191084,0.016091732,-0.02017632,0.014943425,-0.016708273,0.0058879713,-0.016631206,-0.0038649444,0.0011839523,-0.024553765,0.0053061103,0.004743516,-0.0136641,-0.015035906,-0.013748875,-0.016615793,0.03193685,-0.009463912,0.018727448,-0.009402257,0.0004457884,0.02718948,0.027389856,-0.0041770684,-0.01721692,-0.017494364,0.021332335,0.0064621256,-0.0053600576,-0.0056914487,0.026310908,0.019112786,0.022550005,-0.012538913,0.02745151,-0.0063927644,0.021856396,-0.027867675,-0.05163535,-0.021286095,0.0001616013,0.025386095,0.027343614,0.019482711,0.024168426,0.00703628,0.024214666,-0.002377538,0.012461845,-0.01087425,-0.006870584,0.009294363,0.008970679,0.013741168,0.012022559,-0.023890983,-0.004986279,0.00604596,-0.014989665,-0.013325003,-0.023598125,0.004404418,0.00070131593,0.03286166,-0.00033331773,-0.0008299226,-0.021085719,0.008377258,0.009941732,-0.0078069563,0.003329324,-0.021024065,0.01900489,-0.020330455,-0.026387975,0.02091617,0.024630832,-0.011251882,0.023783088,-0.0014883697,0.02654211,0.025031583,0.031227825,0.022241734,0.025463164,-0.037146624,0.009225002,-0.04183234,-0.050648883,0.009278949,0.009625754,0.00913252,-0.02480038,-0.007228949,0.0025490136,-0.006620114,0.014681394,0.007564193,-0.008338723,-0.018496245,0.016893236,0.013209402,-0.0028996717,0.022472937,-0.0046587414,-0.017186094,-0.009340604,-0.0010779842,-0.022149254,0.015182334,0.004581674,-0.011521619,-0.0011242249,-0.0034468523,0.03124324,-0.0022253294,-0.025309028,-0.0032734498,-0.0094253775,0.007991919,0.042726323,0.002207989,0.009163348,-0.007464005,0.03653008,-0.018742861,-0.025678953,0.009093987,0.02923948,-0.013271055,-0.018511659,0.024075944,0.003493093,0.01669286,0.006215509,0.007190415,0.00602284,-0.021856396,0.018480832,0.031597752,0.0015220868,0.035882715,-0.017663913,0.001539427,-0.039674446,0.03286166,-0.014319176,-0.003554747,-0.029609405,-0.0070401332,-0.028669178,-0.015968425,-0.006165415,0.032676697,0.008855077,0.008361843,0.007772276,0.020160906,0.0006228032,-0.0117759425,0.0005462172,-0.047165424,0.017679326,0.010920491,-0.02291993,-0.00958722,0.009764476,-0.021640606,-0.024029704,0.011167107,-0.01209192,-0.021671433,-0.016199628,0.022935344,0.008916731,-0.0146736875,-0.009718236,-0.0052097756,0.0010269269,0.0349579,0.025601884,-0.0032079425,0.015675567,0.045377452,0.016261281,-0.011359776,0.024384215,-0.036745872,0.03224512,-0.002252303,-0.025601884,0.00028250122,-0.010003385,0.00077790197,0.021794742,-0.056197755,-0.025848502,0.020222561,0.0013592812,-0.006620114,-0.0034063917,-0.0031328015,0.022950757,0.01939023,0.0038321908,0.001417082,0.027775194,0.04247971,-0.030102639,0.032522563,-0.0128163565,0.03403309,-0.027682712,0.0054833656,0.00050142163,0.022380456,-0.03369399,-0.0063311104,0.012893423,0.039951887,-0.06143836,-0.017016545,0.038965423,0.0036953955,0.03320076,-0.0000718897,-0.016662033,-0.0039285254,-0.021763915,0.0020538538,-0.010943611,0.014296056,-0.0055835536,0.0072443625,-0.02749775,0.0001002482,-0.0069900393,-0.017694741,-0.03224512,-0.0067357155,0.012824063,-0.01690865,0.009949438,-0.0122460555,-0.014249815,0.047689483,-0.011251882,-0.018465417,-0.0078878775,-0.019282335,0.006897558,-0.020361282,-0.032337602,0.008700942,0.00877801,-0.0011656487,-0.009255829,-0.02811429,-0.0024122186,0.0007875354,0.0026646152,0.009787596,-0.011706581,-0.009833837,-0.0011849157,-0.01032707,0.017047372,0.009803009,-0.0025914009,-0.022889102,-0.0038032902,0.0053985915,-0.020885343,0.009479325,0.010172934,-0.010342483,0.015922183,0.00097105285,-0.0039921063,0.0030884875,0.01204568,-0.03844136,-0.0043196436,0.017802635,0.011829889,0.0036934689,-0.01159098,0.022164667,0.00830019,0.012970491,-0.0012725801,0.015968425,-0.009533273,0.013432898,0.010288536,0.015513725,0.011367484,-0.006257896,0.011436844,0.003643375,-0.000882425,-0.014588913,-0.005606674,-0.024538351,-0.031782713,0.01812632,0.0036279613,-0.01259286,0.04026016,0.02301241,-0.029963916,0.0014662127,0.025401508,0.035543617,-0.005202069,-0.0000055881596,-0.010681581,0.0101421075,-0.011367484,0.00858534,0.008962972,0.057091743,-0.017278574,0.040815048,-0.0016174581,-0.004354324,0.02819136,0.034618806,-0.029301135,-0.0024237786,-0.016338348,-0.0055989674,0.011629513,0.010288536,0.0015346103,0.0045893807,-0.0041462416,0.0078069563,0.015398123,-0.0010616074,0.045377452,0.020885343,0.027574819,-0.006847464,0.023567298,0.041246627,0.009463912,0.0022754234,-0.013910717,-0.013147747,-0.024168426,-0.0036915422,0.0010808742,-0.03908873,-0.008616167,0.00037907666,-0.0052213357,0.0004886573,0.00630799,0.026310908,-0.014835529,0.021054892,-0.006550753,-0.009787596,-0.024415042,-0.010465791,0.029085344,-0.021039478,-0.011960905,0.026326321,-0.003073074,0.035389483,0.009294363,0.04380527,-0.0012012925,-0.017093612,-0.019297749,-0.032830834],"social":"https://twitter.com/BlockBitesxyz"},{"title":"frenbox","description":"cloud storage for effective sharing and monetization of files(digital contents) to large audiences.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=8YmV1nU6TJM","youtube_transcript":"Hi. This is miss. My name is Kita, and I'm currently working on Firefox. Yes. So Firefox is the class three password to effectively sharing. I'm gonna test with the tablet then. Right? So before now, before you kinda try to share if I were before I actually share a link and then the other person ask ship it into someone else. And that kind of actually be very limited. Different books left. Meaning, you know, this has to be sharing. Yeah. It's a full AI code, view space. And I was telling, like, every other person to use to access the content of season three, houses image. Season, the links to the classes and everything. Any numbers you can't really just go on frameworks and search for view space. I don't it's the most kind of personal access to inputs, I've accessed the files that I've actually included, right, into the full WSPs. Your person just asking what's it? No. You can see, actually, a box is and I can't really see everything that is here. If I was actually successful this year, I was his image with my yeah, from with my And yeah. That is it. And also, I, as a digital content, can actually choose to monetize my digital content Right? So then just a dispute as of premium content, you would like to share the people. You can actually dispute the premium. So before anybody can actually access the premium contents, you have to pay some fees. And then we are just a bit more offering more works. Yeah. Bye.","embedding":[0.00030731433,-0.008781613,0.00011978155,-0.013479733,0.042165212,-0.04940604,-0.01139168,0.04704856,-0.010633918,-0.01433853,0.05159513,-0.011534812,0.022311863,-0.028761255,0.010827568,-0.0010608659,-0.034857024,-0.023052786,-0.03061356,0.036002085,0.036204156,0.028963324,-0.00003264228,0.037214503,-0.04721695,-0.050753172,-0.009337304,0.008857389,-0.012056826,0.02549446,0.013058755,-0.051527772,-0.0029721085,0.015795115,-0.012772489,-0.045869824,-0.05725308,0.02136887,0.061968043,-0.051527772,-0.0066051534,-0.0073292363,-0.0037656531,-0.016165577,0.004879141,0.0065462166,-0.024787217,-0.0036014714,-0.007724956,0.03667565,-0.039134167,0.06671668,-0.0075481455,0.022749681,-0.029114876,-0.009101556,-0.018523056,0.042670384,-0.030243099,0.016435003,-0.003199437,0.017714778,0.0072702994,0.018203111,0.024096811,0.034301333,-0.009834059,0.013387118,-0.03782071,0.0063230977,0.043242916,0.020493235,-0.0151973255,-0.011947371,-0.0009682507,0.045263615,-0.0050475327,0.035665303,0.013126111,-0.0043908064,0.02788562,0.056646872,-0.033206787,0.007299768,0.004190841,0.025831243,-0.10709694,0.010154002,-0.05752251,-0.030057868,-0.04650971,0.01784949,-0.007337656,0.014102781,0.05213398,-0.001992281,-0.083320074,0.0137912575,0.026235383,0.0016144527,0.05516503,-0.028205562,-0.036237832,-0.05004593,0.038022783,0.024063133,-0.010137163,0.007872298,-0.0031257656,-0.0020670046,-0.13370278,-0.013681803,0.016300289,0.007493418,0.00036204155,-0.049035583,0.011155931,-0.034789667,0.057017334,-0.02278336,-0.03906681,0.02237922,0.03143868,-0.013176628,0.01902823,-0.01626661,-0.02963689,-0.02707734,-0.04122222,-0.077594765,0.07139796,-0.012940881,0.031152412,-0.05435675,-0.02313698,0.013715481,-0.028390793,0.0196176,-0.039100487,0.0019775466,-0.013378698,-0.044219587,0.04711592,0.015348878,-0.036439903,-0.032718454,-0.028794933,0.022934912,-0.057791933,-0.033442535,-0.0077460054,-0.0042708274,-0.027195213,-0.0203922,-0.025747048,0.01274723,0.02295175,0.048766155,-0.010440268,0.056343768,-0.026538488,-0.003515171,-0.025965957,0.0029910526,-0.023019107,0.028693898,0.04967547,-0.014868963,-0.052841228,-0.035463233,-0.04351234,0.0011187504,-0.010052968,0.026252221,0.048564084,-0.03765232,0.042131532,-0.057960328,-0.0040729675,-0.030563042,-0.05455882,0.038292207,-0.029384302,0.0361368,-0.07651706,-0.036540937,0.0107012745,-0.0011145407,-0.006201014,0.004533939,0.011753721,0.039706696,0.0061925943,0.0057253083,-0.015811954,-0.045432005,0.021318354,-0.02549446,-0.026319578,-0.037618645,0.018590413,0.049944896,0.0077081174,0.0329542,0.02709418,0.023810547,0.0052285534,-0.028407631,-0.028104527,-0.02101525,0.056680553,0.04351234,0.047014885,0.0013787047,-0.032280635,-0.011358001,-0.008023851,0.021048928,-0.04142429,0.072812445,-0.009042619,0.024500951,0.0115095535,-0.025427105,0.031573392,0.021840367,0.045027867,-0.013075594,-0.0057758256,0.012023147,0.004765477,0.040077157,-0.027548837,-0.023187498,-0.009320465,0.000304157,-0.01609822,-0.024601987,0.008924745,-0.030462008,0.007893348,-0.0039340444,0.04102015,0.0073460755,0.035968408,-0.023322212,-0.016106639,-0.09672403,-0.0060873497,0.012654615,0.09477069,-0.0012439915,0.009674087,-0.032297473,-0.03475599,-0.040110834,-0.031270288,0.03431817,0.039100487,-0.01825363,0.01629187,-0.027043661,-0.018354665,-0.04098647,-0.030916665,0.03276897,0.009791961,0.010111905,-0.00020746348,-0.040851757,-0.0034309751,0.056040663,0.04873248,-0.01177898,-0.030495686,-0.0006267318,0.011543232,-0.0055442876,0.030377813,0.009530954,-0.0012018938,-0.04162636,0.013277663,0.006769335,-0.025275553,0.045600396,0.00588949,-0.0069924537,-0.03041149,0.0054011545,0.03859531,-0.05752251,-0.018674608,0.00040940163,0.009935094,0.0353622,0.03241535,-0.0024101022,0.0055653364,0.013875453,-0.013765998,-0.040312905,0.000025472491,0.036439903,0.019415531,0.02335589,0.036608294,0.021250997,-0.030007351,-0.040750723,-0.027397284,0.019247139,0.011080155,-0.012402028,0.037551288,-0.0034478144,0.06951198,0.009286786,0.038325887,-0.010036129,0.014565858,-0.011619008,-0.019263979,-0.011972629,-0.0042076805,-0.026218545,0.025427105,0.018405182,-0.038292207,-0.032230116,0.0002770565,-0.027043661,0.00490019,-0.036641974,-0.0039151004,-0.04061601,-0.028373955,0.008213292,-0.0019280817,-0.0056369025,-0.046172928,-0.030563042,-0.05243709,0.029519016,-0.0069545656,0.02413049,0.008491137,-0.043074526,0.03586737,-0.0002032537,0.004731799,0.0054179938,0.003687772,-0.03083247,0.014961577,-0.04943972,0.056949977,-0.023288533,-0.034823347,-0.018388342,-0.03339202,0.02493877,0.0047107497,0.00647465,-0.012376769,0.025561817,-0.09221114,-0.015180486,0.0063904542,0.009118395,0.035160128,-0.027161535,0.019971222,-0.044421658,-0.028020332,-0.0044876314,0.03199437,0.015508849,-0.029569533,0.0005125414,0.036978755,0.015677242,-0.020880535,0.014060684,-0.0055063996,-0.02391158,0.025544979,-0.033863515,-0.010145583,0.0079186065,0.032735292,-0.0054895603,0.0098088,-0.008162774,0.037180826,0.028188724,0.034436043,0.064426556,-0.034520242,-0.031506035,0.0012587259,0.04688017,-0.0392352,0.0148605425,-0.005165407,0.017184345,-0.018506218,-0.01667075,0.051157314,-0.01195579,0.040683366,-0.025932278,0.092952065,-0.019887026,0.015795115,0.011880014,0.026218545,-0.017984204,0.04883351,0.016232932,-0.002883703,0.007278719,0.014431144,-0.0060873497,0.055804916,0.052302375,0.0722736,-0.041929465,-0.0008156459,-0.085879624,-0.030495686,0.03180914,-0.024349399,-0.0014071208,0.015071032,0.014111201,-0.04748638,0.019196622,-0.005127519,-0.023608476,-0.005931588,-0.02923275,-0.055872273,-0.034469724,-0.022295024,-0.023810547,0.011871595,0.0021112075,0.011543232,-0.004828624,-0.063079424,0.0005067529,-0.038561635,0.047351666,-0.04496051,-0.049574435,0.028491829,0.018573573,-0.017731616,-0.03650726,-0.007303978,0.07045497,-0.052908584,0.040952794,-0.017041212,-0.0030731433,0.0005149094,-0.011021218,0.014220655,-0.0031552343,-0.004567617,0.030344134,-0.0016165576,0.019263979,-0.060385164,-0.04398384,-0.028828612,-0.0369114,0.037382893,-0.029148554,-0.030108385,0.021352032,-0.022109793,0.04041394,-0.026269061,0.032718454,0.021621458,-0.03650726,-0.013260825,-0.00402245,-0.023103302,0.015222584,0.027346766,-0.022530772,0.00073250267,-0.053346403,-0.012991398,-0.087832965,-0.0014197502,-0.01215786,0.040952794,0.018506218,-0.014969997,0.033880353,-0.008360634,-0.023120143,-0.02726257,-0.030243099,-0.027498318,0.025359748,-0.015475172,-0.036271513,-0.030057868,0.017613743,-0.008663738,-0.013067174,0.027245732,0.03061356,-0.010886505,0.0014092256,-0.017546386,0.04277142,0.00923627,-0.03255006,-0.029535854,0.024079973,-0.02510716,0.023019107,-0.040514976,-0.04334395,-0.0045591975,-0.046172928,-0.0019301866,-0.006251531,-0.0021932982,0.014986836,0.026723718,-0.037248183,-0.0020438507,-0.016544458,0.030276777,-0.00040782295,0.017563226,0.0064030834,-0.0005609539,-0.005767406,-0.016106639,-0.02470302,-0.023642154,-0.012393609,-0.012873524,-0.022092953,0.03335834,-0.020072257,-0.0020101725,0.026942628,0.007897558,-0.018775644,-0.028828612,0.004253988,-0.0050559524,-0.013648124,0.021352032,0.013648124,0.0044455333,0.031657588,-0.0019964906,-0.017580064,0.014751088,0.005556917,-0.0012303098,-0.023254855,-0.01943237,-0.026437452,0.015163647,0.011425357,0.015870892,0.022530772,-0.040077157,0.006512538,-0.030984022,-0.0034057165,-0.015003676,0.03967302,0.0065841046,0.014877382,-0.0039003661,0.0054264134,0.0024669343,-0.0015334144,-0.023221176,-0.016022444,-0.010684435,0.02884545,0.00059831573,0.006436762,0.007489208,0.0026184865,0.018859839,0.050281677,0.037180826,-0.015180486,-0.04826098,-0.026437452,-0.039875086,0.02138571,-0.009354143,-0.02647113,0.026791075,0.0023806337,-0.02748148,-0.012823006,0.0016333967,-0.011256967,-0.03886474,0.0200049,-0.046206605,-0.01921346,0.0045044706,0.011501133,0.0020007004,-0.014001747,0.004975966,0.02567969,0.021099444,0.037147146,-0.01315137,0.0007509205,-0.024231525,0.0014092256,0.020745823,-0.00043965946,0.038831063,0.021250997,-0.00588949,-0.0025216616,-0.000096561955,0.029704247,0.036978755,0.0005243814,-0.013336601,0.006205224,-0.0046602325,-0.035597946,0.026454292,-0.009589891,-0.011214868,0.024282042,0.011854756,-0.06951198,0.004182422,0.00083195884,0.028474988,-0.012427286,0.0018670398,-0.0033109963,-0.02431572,0.0011755826,-0.028559184,-0.036574617,0.0047738967,0.051864557,-0.013530251,-0.037854392,-0.03414978,0.0022017178,-0.016216094,-0.02020697,-0.018691447,0.011198029,-0.071869455,-0.018910356,0.0018154699,-0.019550243,0.04115486,-0.008537445,0.028138205,-0.0255113,0.00881529,0.019701796,0.0009982453,-0.011206449,-0.00569584,0.012494643,0.02492193,-0.016308708,0.0046223444,-0.005729518,-0.0044034356,-0.0055863853,-0.002145938,0.034688633,0.0024648295,-0.038224854,0.0046391836,0.036978755,0.0024837735,-0.008983682,0.011181191,-0.045229934,-0.03438553,0.008537445,-0.069377266,-0.0054306234,0.0018922986,-0.036810365,-0.016468681,0.054053646,0.03352673,0.00510226,-0.025006125,-0.015980346,0.02061111,0.015449912,0.0353622,0.00961515,-0.0016018234,-0.0059610563,0.021082606,-0.00069566705,-0.019078748,0.0049128197,0.006175755,-0.033290982,-0.017226443,-0.013984907,-0.037180826,0.024113651,-0.024450434,0.01842202,0.0020196445,0.034621276,-0.022412898,-0.008516396,0.022463415,0.0018859839,-0.014624795,0.039268877,-0.040717047,-0.04081808,0.01432169,0.019567084,0.016014025,0.017293798,0.029485337,-0.013833355,-0.01707489,0.008874227,-0.031354483,0.023726352,0.017580064,0.019735474,-0.010448688,0.025915438,0.041895784,-0.003786702,-0.0015986661,-0.007413432,0.02510716,-0.02867706,0.030445168,0.024248363,-0.002119627,0.012208378,-0.0028773884,0.018304147,-0.0333415,-0.011492714,0.002178564,0.019735474,0.011745301,-0.0147258295,-0.0019101901,0.017209603,0.03219644,-0.009522535,-0.010650757,-0.010878085,0.028138205,0.0062936293,0.025646012,-0.0023238016,0.00044307992,-0.016325548,-0.004752848,-0.0074471105,-0.009775122,-0.01902823,-0.012966139,-0.046610743,-0.012940881,-0.022244506,0.0026753186,-0.03549691,-0.004689701,0.021655137,-0.0037235552,-0.08446514,-0.033055235,0.009396241,0.017765295,-0.0008719518,-0.04256935,0.042939812,0.0036035764,0.013218726,-0.042603027,0.048395693,-0.005792665,0.0076702293,-0.006685139,-0.022193989,0.010777051,0.0028626542,0.012511482,0.024787217,0.03335834,-0.013134531,-0.0176811,-0.020897375,0.031455517,0.019785991,-0.009396241,-0.022985429,0.028912807,0.008529025,0.0058558118,0.024871413,0.035227485,0.011854756,0.03509277,0.012107343,0.022244506,-0.033307824,0.044623725,0.06887209,-0.05041639,-0.006201014,-0.041895784,-0.009657248,0.020695304,-0.0010640232,-0.01784949,-0.01983651,0.027380444,0.022025598,-0.04378177,-0.010044548,-0.025022965,0.018320987,-0.005918958,0.01591299,0.029485337,-0.0036162056,0.015441493,0.031303965,0.022025598,-0.013698642,-0.038831063,0.01943237,-0.016839141,0.008112256,0.0051485677,0.011745301,0.0104318485,-0.0076028723,-0.004656023,-0.009817219,-0.017596902,0.01099596,-0.005039113,0.038123816,-0.022682324,0.016763365,0.010878085,0.0026984725,-0.017428512,0.01882616,-0.015096291,0.015753018,0.0032688985,-0.020173293,0.0007040866,0.0059610563,-0.01511313,0.03278581,-0.019937543,0.02685843,-0.014010166,-0.0035825274,-0.019769153,-0.014641634,0.02057743,-0.020038579,-0.007880718,0.03339202,-0.0065630553,0.005657952,0.0055063996,-0.030697756,-0.055266064,0.0013018762,-0.009514115,0.0008156459,-0.020745823,0.023490602,0.006495699,-0.009547793,-0.0061504967,0.017411673,0.010659177,-0.024113651,0.034200296,0.014490082,-0.0034941218,-0.03120293,-0.0024248364,0.029889477,0.013311341,0.014203816,-0.028525507,0.021941401,-0.0013376593,-0.0076239216,0.005918958,0.030462008,-0.017428512,0.0018102077,0.0049170293,0.035227485,-0.022244506,-0.0001068233,0.006731447,0.045768786,0.02391158,-0.019247139,0.025039803,-0.00095035904,0.02413049,0.0025953327,0.040481295,-0.034587596,0.035665303,-0.009935094,0.05041639,-0.021924563,0.02136887,0.008423781,0.006339937,-0.0278351,-0.004988596,-0.0036014714,0.036810365,-0.018859839,-0.003492017,0.004336079,0.043209236,0.026942628,0.015618304,0.027936136,-0.016754946,0.025999635,0.011526393,-0.021267837,-0.02273284,-0.017234862,0.015862472,-0.028306598,-0.042468317,0.022446577,-0.018102078,0.01784949,0.01763058,-0.010777051,-0.0041887364,-0.01374074,0.04654339,0.020122774,0.020644788,-0.017900007,0.023204338,0.046139248,-0.01411962,-0.040683366,-0.03940359,0.042939812,-0.016426584,0.024214687,-0.009943513,0.004980176,-0.024585146,0.0016586555,-0.007122957,0.0007582876,-0.007282929,-0.02652165,0.01216628,-0.0412559,0.005729518,0.039976124,-0.016140318,-0.044859473,0.0020059627,-0.0055779656,0.011113834,0.040885437,0.016662331,-0.016451841,-0.017260121,0.011021218,0.00047096974,-0.02138571,0.021436227,-0.0062346924,0.025528139,-0.008192242,-0.0180684,-0.0043276595,-0.037551288,0.0029489547,0.028037172,-0.0050938404,0.008773193,-0.0203922,-0.0008519553,-0.011248547,-0.009724604,0.006179965,0.0115095535,0.03042833,0.004807575,0.007101908,-0.025022965,-0.012865105,0.027329927,0.009387822,-0.018539894,-0.012065245,0.025999635,0.011720043,-0.011619008,-0.021789849,0.01157691,0.023709511,-0.0065588458,-0.024820896,-0.005771616,0.006575685,0.015601465,-0.011501133,0.019785991,-0.023894742,-0.018607251,0.0013271349,0.00034862285,0.0046349736,-0.018876677,0.013892292,0.01274723,0.011054897,-0.034958057,0.009581472,0.010558142,0.0067777545,0.011164351,0.0074807885,-0.003868793,-0.008916326,0.017782133,-0.014843703,0.035395876,-0.006019993,0.0017439036,-0.015938248,0.0026184865,-0.010507625,0.015458332,-0.009269947,0.026942628,0.003020521,-0.010861247,-0.0003494122,0.018539894,0.0058516017,0.015323619,0.008966843,-0.00052569696,0.015348878,0.0083522145,-0.026050152,-0.00451289,-0.001940711,0.0055611264,0.0046812813,-0.010297135,-0.0033783528,-0.00013681802,0.006613573,0.027633032,0.02726257,0.0015165752,-0.002612172,-0.024618825,0.0069629853,0.011332743,-0.0020333263,0.029535854,0.022513933,-0.008705837,0.0033004717,0.014641634,-0.00086616335,0.007985963,0.0052706515,-0.02884545,0.029283268,0.0022985428,-0.020560592,-0.0042855614,-0.019095587,0.023760028,0.02254761,0.024282042,-0.0036435693,0.013269244,-0.008537445,-0.012839845,0.016030863,-0.03377932,0.00960673,0.030310456,-0.013656544,-0.014894221,-0.007952285,0.020425878,-0.0011524288,-0.0071861036,-0.015744597,-0.021335192,0.037382893,-0.0255113,-0.03317311,-0.0048328335,0.005645322,0.028929645,0.0065083285,-0.01569408,0.11039741,-0.021874046,0.06025045,-0.05391893,0.05098892,0.008289068,0.0001405016,0.022042437,-0.0054516722,0.018405182,-0.017209603,-0.0027742486,0.011214868,0.009977192,-0.0026984725,-0.00023745821,-0.003492017,-0.018539894,0.002765829,-0.0046602325,-0.0019701796,-0.021284675,-0.002883703,-0.037180826,0.0015734073,-0.030579882,0.00016747053,0.027498318,0.00921101,-0.0065041184,0.032263797,0.031623907,0.022833876,0.037584964,-0.010255038,-0.028592862,0.0007493418,0.000789861,0.02002174,-0.028357115,-0.010684435,0.00490019,0.0032604788,0.049709145,0.008394312,0.0018638825,-0.042434637,-0.026589004,-0.036540937,-0.039167844,-0.026639523,0.016611813,0.002079634,0.037854392,0.016847562,0.012065245,-0.00014668472,0.013336601,0.017234862,0.0143890465,-0.018927196,-0.0052285534,0.009690926,-0.0022269764,0.014549019,-0.024753539,-0.005809504,0.009480437,-0.011181191,0.0019133475,-0.021453066,0.0055148187,0.016064541,-0.0067651253,0.020308005,-0.012519902,0.005830553,0.0041361144,0.010676016,0.008731095,0.0033299404,0.023776868,0.026235383,0.0077039073,0.019348174,0.015963506,-0.023389569,0.022901233,0.0040877014,0.022295024,-0.009337304,0.013656544,0.025376586,0.022278184,-0.03684404,0.013900711,-0.03155655,-0.02079634,-0.020712145,0.00470654,0.03748393,-0.009834059,-0.008558494,0.02844131,0.020324845,0.00011761088,-0.0073292363,0.026639523,-0.010305555,-0.030714594,-0.028946485,-0.016342387,-0.003633045,-0.0037614433,0.024349399,-0.007219782,-0.03728186,-0.049001902,0.016620234,-0.064426556,0.025427105,0.024197847,-0.009505696,-0.011029637,-0.014498501,0.011669525,0.015550948,-0.023507442,0.012991398,0.011484295,-0.0057210983,0.0026626892,0.0010108748,0.009067878,0.0018302043,0.0032415348,0.001511313,-0.029754763,0.017116988,0.004938078,-0.0036141009,0.011332743,-0.010154002,-0.027818263,0.020728983,-0.012629356,0.009943513,0.008019641,-0.02296859,0.033206787,-0.021806689,0.011206449,0.0063651954,0.015769856,-0.004373967,-0.004853883,0.01412804,0.011593749,-0.027195213,-0.003868793,0.0063651954,-0.023810547,-0.015980346,-0.019297656,0.013395538,0.018354665,0.0062936293,0.024888251,-0.006904048,0.02687527,-0.01921346,0.0014260649,-0.04452269,0.011854756,0.006259951,0.01315137,0.011635847,0.007337656,-0.035766337,-0.012418867,0.008983682,-0.023608476,-0.0064704404,0.010061387,-0.0126461955,0.038022783,-0.019887026,-0.006933517,-0.011880014,-0.012940881,0.011063316,-0.025965957,-0.012225217,-0.0010124533,0.017260121,0.025073482,-0.04748638,0.033324663,-0.032398507,0.033846676,-0.029586373,-0.013269244,0.006415713,-0.00647465,-0.0040350794,0.018523056,-0.01864093,0.034688633,0.017900007,-0.0065588458,-0.0071861036,-0.009589891,-0.021335192,-0.0054685115,0.0077165365,-0.0013829145,0.016797043,0.03630519,0.002631116,-0.009850898,0.017967364,-0.014035425,0.009530954,-0.043579698,-0.008086998,0.023776868,0.03647358,-0.01629187,-0.0180684,0.014759508,-0.0046012956,-0.0012039987,0.005982105,0.021907723,-0.0043087155,0.02433256,-0.013900711,-0.0131176915,-0.0108359875,-0.019802831,-0.015845632,0.013058755,0.012014728,-0.011155931,0.018725125,-0.0046223444,0.010574981,-0.0061336574,0.00014865804,-0.0019154524,0.01587931,0.037046112,-0.016468681,-0.026016474,0.02059427,0.019146103,-0.00028389742,-0.026959466,-0.000069264126,-0.003020521,-0.019701796,0.017883169,0.029939994,-0.027683549,0.015525688,-0.0069966633,0.002393263,0.01608138,-0.04967547,0.003786702,-0.005906329,-0.01786633,-0.011450617,0.010061387,-0.011450617,-0.0019143999,0.005982105,0.030478846,0.013235565,-0.0041234847,-0.010524464,0.020762661,0.0019049279,-0.0123094125,0.015079452,0.017798973,0.020375362,0.014843703,-0.00863848,0.0029573743,-0.0024816685,0.021604618,-0.013092433,0.023945259,0.02903068,0.016552877,0.005670581,-0.015584625,-0.029704247,0.002178564,-0.0038414293,-0.014069103,0.018792482,-0.006882999,0.013353439,-0.0063820346,0.00031389212,0.017714778,0.028323436,-0.0039887717,0.016544458,-0.0013450264,-0.019129265,0.02040904,-0.017563226,0.002492193,-0.011442197,0.011619008,-0.0164771,-0.002669004,0.011526393,0.023945259,0.03436869,-0.000099982404,0.054390427,-0.0066767195,-0.02352428,-0.01433853,0.0147258295,0.02470302,0.008731095,-0.0013755474,0.065975755,0.0035425345,0.035395876,-0.025662852,-0.0035235905,0.043444987,-0.021116285,-0.029350623,-0.028508667,-0.028542345,0.048328336,0.02647113,-0.0022606547,0.017495869,-0.003651989,-0.031405,0.008070159,-0.025831243,-0.0009098399,0.03694508,0.0039929813,0.039369915,-0.0025616544,0.03199437,0.032684773,0.0032962621,0.021048928,-0.010844408,-0.012797748,-0.012023147,-0.019482886,0.022193989,-0.016923338,-0.02436624,-0.032718454,0.0026205915,0.0016007709,-0.014186977,0.011534812,-0.033290982,0.022362381,-0.01981967,-0.009859318,-0.008482718,-0.01763058,0.029923154,-0.0034793876,-0.02471986,0.011669525,-0.046240285,0.013361859,0.018977713,0.03202805,-0.004146639,0.0058221333,-0.029754763,-0.007594453],"social":"https://twitter.com/_PeterAkande"},{"title":"eléa","description":"create my very first album ","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=x59OaLgUsfQ","youtube_transcript":"Hey, what's up? My name is Eilia. If you don't know me, I'm a singersongwriter, and I'm working on my very first album. My first song is called Puzzles and is a very very, very emotional song that I wrote for my mother. It's about her dementia, and I wrote it because it's been really, really hard on my mental health. And I never really found any song that I relate to in order to feel better. So I decided to write one so that every single person that's in the same situation as me and my mom could relate to it and feel better. Here's the bridge and the first part of the curse. I hope you like it. I also want to tell you about my progress. At first, my goal was to release an entire album before the end of season three. I quickly realized this was impossible, though. So I changed my goal and I got to work. I tweeted a whole lot and it worked. My stats went up. I got more than two hundred new followers on Twitter, so I decided to create a server. And so many of you ended up showing up. You gave me so much feedback. Finally, I created this Spotify account. I started with Zero followers. And now I've got more than a hundred. Oh, and I also forgot the most important thing as well. My son's puzzle is coming out in June, so stay tuned.","embedding":[0.0539381,-0.03621643,-0.024590302,-0.000265983,0.008682428,0.009894103,0.015640264,-0.004289179,-0.030135756,-0.0018398125,0.01871777,-0.014896906,-0.053373147,0.009098709,-0.0064300518,0.054235443,-0.017855473,-0.033778213,-0.04400683,0.017439192,0.030923717,-0.03752474,-0.0033358217,0.026612237,0.04136047,-0.027340729,-0.004449001,0.050310507,-0.0041256403,-0.015952475,-0.03386742,-0.01069693,0.005727578,-0.022211555,0.0028061788,-0.01442859,-0.0077829645,-0.038149163,-0.02433756,-0.0064189015,-0.018732637,0.013231783,0.017156716,0.0013482666,-0.032915916,0.024560567,-0.017796004,0.028946383,0.055276144,0.021646602,-0.027890814,0.0668428,-0.03211309,0.08688375,-0.030165492,-0.029674875,0.0012776476,0.045255672,-0.023742873,-0.009559591,0.023088718,0.002090696,0.029228859,-0.019728737,-0.00999074,0.019357057,-0.018569097,-0.00075822574,0.017989278,0.009938704,0.058279313,0.023326593,-0.0022449428,0.0059617357,-0.06333415,0.0032094507,-0.029377531,-0.007701195,-0.004348648,-0.044185236,-0.036811117,-0.017231053,-0.035829883,0.0051960764,0.039338537,-0.032440167,-0.07475214,-0.02885718,0.0045307707,-0.023326593,-0.038446505,-0.0027671524,-0.0033692727,0.0022021998,0.04971582,-0.025571534,-0.0036740499,0.039279066,-0.012644529,0.022048015,0.014086645,-0.026077019,0.00076798233,-0.077249825,0.029689742,-0.018747503,-0.006798014,0.016264686,-0.02485791,-0.06071753,-0.17008044,0.016220083,-0.011001707,-0.00441555,0.013655497,-0.013551427,0.01138082,-0.03279698,0.03267804,-0.013105412,-0.06767537,0.030953452,0.027905682,0.02344553,0.042430907,-0.04579089,0.0063111144,0.0053930664,-0.027623205,0.012919572,0.06945942,0.02444163,0.017320255,-0.023683405,-0.0471884,-0.015372655,0.020115282,-0.013023643,0.016249819,0.005474836,-0.0032930786,0.01051109,0.05450305,-0.024724107,0.029422132,-0.024738973,0.009559591,0.03368901,-0.016472826,-0.03321326,0.004084755,0.0074819042,0.012302585,0.046117965,0.081888385,0.01787034,-0.02143846,0.003224318,0.0010379144,-0.006835182,0.019148918,-0.010912504,0.011544359,-0.046950527,-0.008704729,0.031102123,-0.03258884,0.0054859864,-0.032232028,-0.013023643,-0.029600538,-0.005742445,-0.024114553,0.009128443,0.03012089,-0.066069715,0.035145994,-0.03074531,-0.03615696,0.012079577,0.0038171464,0.020962711,-0.050102368,0.028084088,-0.0323807,0.015595663,0.03181575,-0.0066307588,0.013469658,0.020665368,0.007273764,0.041241534,0.01256276,0.029095056,0.026790643,-0.0353244,0.07742823,0.038149163,-0.016026812,0.059171345,0.013536559,0.040676583,0.033629544,-0.009187913,-0.009879235,-0.0017979986,-0.01677017,0.00717341,-0.021512797,0.020531565,0.062382653,-0.0047983797,-0.038416773,-0.015313187,-0.01824202,0.031518403,-0.0038134295,0.0451962,0.018108215,0.01434682,-0.009344017,0.02802462,0.0013222491,0.0062553626,0.055692427,-0.0125924945,0.048020966,-0.02885718,0.010674629,0.030150624,0.030477703,-0.0036666163,-0.030046554,-0.023118451,0.011715331,0.018539364,0.0069355355,-0.0149192065,0.013588595,0.029972218,-0.0018546797,-0.022389961,0.047753356,0.06268,-0.0070656235,0.0016428225,-0.032142825,-0.076714605,0.017409459,0.050340243,0.03669218,-0.013298685,0.015030711,0.016903974,-0.007701195,0.008734464,0.0061624427,0.012941873,0.014725934,-0.02213722,0.039725084,0.004463868,-0.043293204,0.016695835,0.0057498785,0.0016809196,0.009581892,0.06672387,0.0055863396,-0.009708263,-0.011395687,-0.023014382,0.049537417,-0.016695835,0.0031146724,-0.0030347614,-0.048764322,0.012005242,0.01975847,0.005656959,-0.0007930707,-0.026448699,-0.033183526,0.002808037,0.0036647578,0.055276144,0.0030905134,0.015982209,-0.010317817,0.011916038,-0.045553014,-0.04730734,-0.011194981,0.029347796,-0.03416476,0.005564039,0.008898002,-0.026136488,-0.041390207,0.050280776,0.038803317,-0.024278091,0.013573728,0.06696174,-0.009336584,0.025051184,-0.011715331,-0.026478432,-0.0036777665,-0.0075822575,0.05221351,0.026359495,0.014376555,-0.013447356,0.013558861,-0.029377531,0.025482332,-0.046028763,0.053313676,-0.036543507,-0.008660127,-0.021304658,-0.04552328,0.014383988,-0.0069504026,0.005526871,0.030983185,0.040617112,0.017439192,-0.022850843,-0.009068974,-0.06725909,0.0067942976,-0.02869364,0.0006722749,-0.028812578,-0.031131858,0.0017822022,0.032291498,0.013380455,-0.039606147,-0.04347161,-0.045612484,-0.013202049,-0.027147455,0.019163784,-0.0032113092,-0.05750622,0.012733732,-0.015907874,-0.032529373,0.00044206606,0.049031932,-0.03511626,0.010919938,-0.022806242,-0.018405559,-0.021334391,-0.02292518,0.011640996,-0.005151475,0.033153795,0.014108946,0.031161591,-0.025452597,-0.010429321,0.020888377,0.0000763104,0.014525226,-0.0050362544,0.020858642,-0.02696905,0.002999452,-0.02296978,-0.044750188,0.030403366,0.007433586,-0.013878505,-0.002278394,0.061312217,0.04326347,0.06642652,-0.028009752,-0.0034510423,0.014517793,0.01561053,-0.002142731,-0.00086136675,-0.0108010005,0.03368901,0.040706318,-0.04409603,-0.0038989158,0.037019257,-0.0016010086,0.03181575,-0.0076714605,0.06268,0.0014337528,-0.0047612116,0.036840852,-0.0098272,-0.034789182,0.038297836,0.020055814,0.018598832,-0.008459421,0.010295517,-0.009254814,-0.024932247,-0.0373166,-0.0075116386,0.060420185,0.000013756489,0.017335122,-0.012384354,0.012570194,0.0050659887,0.024724107,0.04341214,-0.051351212,-0.035145994,0.006337132,-0.01782574,0.027370462,-0.019580064,0.07249233,0.005270412,0.04231197,-0.007270047,-0.05025104,0.052689258,-0.010994273,0.0071362425,-0.008853401,-0.013908239,-0.016918842,0.047693886,0.029793812,0.029496469,0.014971242,0.02806922,-0.0225981,0.026716307,0.004073605,0.007541373,0.012027542,-0.03695979,-0.036721915,0.0036480322,-0.060895935,-0.069102615,-0.03018036,-0.024292959,-0.0076008416,-0.03339167,0.021929078,-0.040706318,-0.02013015,-0.015878139,-0.06416671,0.02485791,-0.0314292,0.04136047,-0.03669218,0.03704899,-0.0007675177,-0.004266878,-0.011098344,-0.014213016,-0.0032113092,-0.017706802,0.0022040582,0.016695835,-0.06535608,0.037108462,-0.02433756,0.023742873,0.028247626,-0.01776627,-0.028396297,-0.0053373147,0.00019513162,0.017736536,0.01567,-0.043917626,0.018598832,-0.022241289,0.028723376,0.021155985,-0.015105046,0.034670245,0.016859373,-0.01776627,0.014621863,-0.0034231662,-0.013536559,-0.028663907,0.003458476,-0.030923717,0.011685597,0.04811017,0.013417622,0.0991343,-0.021750672,-0.040854987,0.004456435,-0.029109921,0.03012089,-0.018152816,-0.003374848,-0.014257617,0.031994153,-0.004523337,-0.0024549416,-0.014956375,0.006567573,0.017959543,-0.008429687,-0.02270217,-0.046950527,-0.0014588413,0.0033674145,-0.0052666957,0.031934686,-0.010005606,-0.023698272,0.02864904,-0.057000738,0.0011940197,0.02696905,-0.013224349,0.034670245,0.0036647578,-0.035800148,0.060836468,-0.0077086287,-0.0500429,0.012295151,-0.0047649285,0.02149793,0.012384354,0.02601755,0.033778213,0.0058576656,0.006407751,0.020085549,-0.0067682797,-0.012986475,0.024738973,0.05512747,-0.013670364,0.034759447,-0.021081649,-0.008392518,0.010957105,0.01051109,0.019267855,0.04540434,0.00071269507,-0.0016158757,0.00024252073,0.043025594,0.0033153794,-0.014584695,0.034105293,-0.0025887464,0.0012664972,-0.017900074,0.011165246,-0.009165611,-0.011254449,-0.0052369614,-0.023460397,0.041390207,0.0015145931,-0.0038914823,0.025616137,0.019951744,0.0011020291,-0.0029474169,-0.028321963,-0.016130881,0.038327567,-0.042817455,0.02780161,-0.028321963,0.0056866934,0.04671265,0.012235682,-0.024040217,-0.0014012309,-0.025898613,0.023638804,0.01660663,0.031191327,0.005471119,-0.019996345,-0.0011698606,-0.025348527,0.019817939,-0.0066642095,-0.028946383,-0.0006299964,0.00009936614,0.026136488,-0.006285097,0.01923812,0.027727276,-0.02512552,-0.017067512,-0.0027262676,-0.0050659887,-0.026983917,-0.023252256,0.012763467,0.017959543,0.004560505,-0.0016762736,-0.0014207441,-0.019059714,-0.011194981,-0.017855473,0.01196064,0.0034677677,-0.006099257,-0.054740924,0.006285097,0.04052791,0.04382842,0.0026036135,0.025199857,-0.009938704,-0.008005972,0.0125032915,-0.004653425,-0.0037799785,0.011938339,0.019416526,0.008087741,0.0054822695,-0.008608093,0.002183616,0.012882404,-0.009559591,-0.015744334,0.024590302,0.042460643,-0.043917626,-0.059201077,-0.03258884,0.013387888,0.04257958,-0.02050183,-0.0125924945,-0.015565929,-0.027534002,0.007035889,-0.0029883015,-0.006441202,-0.037465274,0.03916013,-0.003361839,0.018688034,-0.016621498,0.026567636,0.024263224,-0.029005852,0.025735075,0.01608628,0.009923837,-0.009448088,-0.0036684745,-0.019059714,0.024025349,-0.04183622,-0.03232123,-0.010971973,0.012362054,-0.028678775,-0.0150084095,-0.01521655,0.015699733,-0.024590302,-0.00045019653,0.011953206,-0.013387888,-0.059587624,0.013588595,-0.013358153,-0.012257983,0.02508092,0.031756278,-0.022241289,0.00087484013,-0.019966612,-0.00872703,-0.021854741,-0.019847674,-0.060776997,-0.0225535,0.002666799,-0.030566905,0.013231783,-0.033094324,-0.0044936026,-0.045701686,0.013908239,0.020784305,0.024872778,-0.015238851,-0.0066716434,-0.005998904,0.007110225,-0.012689131,-0.0020312273,-0.0026259143,-0.025631003,-0.0037465272,-0.014079211,-0.040379237,0.03285645,-0.0176622,-0.035978556,0.04778309,-0.04585036,-0.018301489,0.0062962472,-0.02728126,-0.00009576549,-0.02723666,0.03916013,0.034105293,0.023832075,0.0047649285,0.02906532,-0.01619035,-0.019624667,-0.036097493,-0.008764198,0.013417622,-0.006928102,-0.02638923,0.021616867,0.03690032,0.024872778,-0.0043226304,0.04929954,-0.05399757,-0.013975142,-0.040617112,0.01629442,-0.028054353,0.019193519,-0.018747503,-0.03312406,-0.002724409,0.0104441885,0.011038875,-0.015684865,0.011351085,0.02087351,-0.011826835,0.033302464,0.01361833,0.0186583,0.015684865,-0.01059286,0.028976118,-0.0011587102,-0.014800269,-0.02302925,0.009589326,0.021676335,0.039635878,-0.046563983,0.011663296,0.014688766,0.015372655,-0.018881308,0.025452597,0.012733732,-0.011536925,-0.01693371,0.014079211,-0.022122351,0.010035341,0.008719596,-0.032737512,-0.05277846,-0.025660738,0.017914942,-0.01992201,-0.035056792,0.045255672,-0.016383624,-0.003257769,-0.069102615,-0.044958327,0.008132343,-0.0029808679,-0.032767247,-0.03339167,-0.0166661,-0.008526323,0.00392865,-0.045909826,0.046504512,-0.001391939,0.009715697,-0.017424325,0.0030737878,0.023891546,-0.011217281,0.03464051,-0.012020108,0.0055937734,0.026032418,0.0013538419,-0.008176944,0.03853571,0.007827566,-0.027935416,-0.00085393316,-0.0013278243,0.0030775045,-0.011388253,0.04136047,0.02265757,0.012889838,0.0023973314,0.040884722,0.013090544,-0.008385085,-0.0031667075,0.03321326,0.009589326,-0.009626494,0.00081119005,0.0075822575,-0.014517793,0.011990374,0.0014699916,-0.023832075,0.02102218,0.0022839692,-0.0035941387,-0.0167107,0.018851575,-0.00025018663,-0.011499757,-0.01529832,0.023192788,-0.018896176,0.019788206,0.030507436,0.0027262676,-0.014265051,-0.009596759,0.013164881,-0.039754815,0.003506794,0.0043189134,0.00081165467,-0.0054934197,-0.06315575,-0.007901901,0.0074781873,-0.00091944163,0.0037892703,-0.029660007,-0.0011958781,-0.037613943,-0.033510607,0.0070804907,-0.011782234,-0.046742387,-0.0056978436,0.05120254,0.016918842,0.007701195,-0.004344931,-0.008385085,-0.006786864,-0.049745556,0.0519459,0.02628516,0.030388499,-0.018643433,-0.0037985623,-0.026240557,-0.0073072147,0.020412628,0.0264933,0.012793201,0.012822935,0.010771266,0.027459666,0.013291252,0.0060360716,-0.015253718,-0.025407996,-0.0018723344,0.027920548,-0.0003245225,0.010778699,-0.028872047,-0.0062330617,-0.012391788,-0.005329881,-0.0023304292,-0.03395662,0.027950283,-0.01902998,-0.036335368,0.021884477,-0.011581527,0.0120126745,0.009135877,-0.022152087,-0.013670364,0.0055380217,0.041955158,0.024828177,0.038862787,-0.0124586895,-0.027667807,0.011432855,0.021557398,0.013187181,0.034937855,-0.010146845,0.021007314,0.008905436,-0.042936392,0.031994153,-0.022196688,0.019773338,0.015595663,-0.005671826,0.009291982,0.007184561,-0.0003061708,0.004326347,0.054651722,-0.0027485683,0.04353108,-0.009076408,-0.007946503,-0.037078727,0.0076565933,0.02875311,0.02508092,-0.010288083,-0.06009311,-0.02769754,-0.023787474,0.0013789302,0.008028273,-0.0014449032,-0.03969535,0.0035272364,-0.028767977,0.007790398,-0.02676091,-0.02659737,-0.026106754,-0.0186137,0.0048392643,0.04873459,-0.006995004,0.0032893617,0.013796736,0.0047797957,0.008741897,-0.017781137,0.022538632,-0.004463868,0.009656228,-0.017290521,0.0009496406,0.021483064,-0.020189619,-0.023044117,-0.00289724,-0.011306484,-0.03520546,0.03574068,-0.00725518,-0.0052332445,0.0027002501,0.013952841,-0.012250549,0.002404765,-0.014294785,-0.024397029,0.010667196,-0.007864734,0.04837778,0.042341705,0.051380947,-0.011693031,0.00657129,-0.05372996,-0.015967343,0.0012441964,-0.0014421156,-0.030893983,-0.022419695,0.04766415,0.028663907,-0.032529373,-0.00028688996,0.0027337011,0.024917379,0.0010035341,-0.062204245,-0.0093737515,-0.01807848,-0.009455522,0.02203315,-0.010971973,0.0016075129,-0.020234222,-0.014265051,-0.0011986657,-0.005173776,-0.015491593,0.0036405986,0.026359495,0.014227883,0.029823547,0.014896906,-0.009544725,-0.0050659887,0.024530834,-0.005181209,-0.012176214,0.0042631617,0.0044824523,-0.03484865,0.008556058,-0.013283818,0.033272732,0.01734999,0.008504022,-0.006604741,-0.021364126,0.030269561,-0.00043091568,0.018256886,0.010332684,0.034105293,-0.032440167,0.005270412,-0.023579335,-0.021349259,0.0235942,-0.011098344,0.017810872,-0.031191327,0.017171584,-0.009983306,-0.00764916,0.011120644,0.020472096,0.009351451,0.019148918,-0.030447967,0.03526493,0.025675606,-0.0012683556,0.0051626256,-0.020947846,-0.056673657,0.03752474,-0.019282721,-0.016695835,0.0054897033,0.019669268,0.015105046,0.010615161,-0.0006950403,-0.017320255,-0.06725909,-0.00796137,0.0024958265,0.011061176,0.017543262,-0.020888377,-0.013885939,0.009455522,-0.01687424,0.031458937,0.0050511216,-0.0030106022,0.0102211805,-0.012302585,0.03184548,0.01592274,0.027058253,-0.050607853,-0.007968804,0.0035198028,0.0019067148,-0.008221546,-0.027667807,-0.017647333,0.013164881,0.012971607,-0.0070247385,-0.0063073975,-0.042757984,-0.0005719215,-0.023906412,0.015491593,-0.00017143707,-0.0012692848,0.00816951,0.0065006707,-0.004002986,-0.0150976125,0.0018779096,0.0023081284,0.009693396,-0.015387523,0.0033581224,0.034283698,-0.05435438,0.052064836,0.008615526,-0.038862787,0.005255545,-0.0075153555,0.011975507,0.022062883,0.00001899049,0.0102657825,0.022494031,0.005552889,0.006712528,0.007195711,0.029109921,0.008325616,-0.00012265416,-0.02139386,0.00066205376,0.077190354,0.008950037,-0.01059286,-0.060539123,0.04977529,0.010429321,-0.011953206,-0.012235682,-0.014086645,-0.014822571,-0.004069888,0.010525958,0.021943945,0.043233734,0.0049098833,-0.017394591,-0.044393376,0.03526493,-0.015893007,0.0020665368,0.00020825655,0.0044081165,-0.013105412,-0.00048736448,-0.052005365,-0.026181089,0.0045159035,-0.018167684,-0.055751894,0.039606147,-0.005634658,0.032023888,0.021825008,0.0010741531,-0.017364856,0.037554476,0.001453266,-0.007901901,-0.0042334273,0.011819402,-0.013328419,0.003464051,0.017067512,-0.0056941267,-0.0013975141,-0.0035848469,-0.020055814,0.016993178,-0.026612237,-0.02869364,-0.0067534125,-0.032618575,0.03951694,0.000715018,-0.011826835,0.005370766,-0.023698272,0.013001341,-0.014934074,0.007195711,-0.036186695,0.051380947,-0.010206314,-0.016799904,-0.004653425,-0.043174267,0.020516697,-0.0075636734,-0.03154814,-0.011663296,-0.021260055,0.019773338,-0.004701743,-0.007013588,-0.0016130882,0.008600659,-0.016636366,0.0043003294,0.02375774,-0.0064374856,-0.012867537,-0.009790032,-0.011648429,-0.025051184,0.012979041,0.0042148433,0.022910312,0.032083355,-0.014183282,0.017260786,-0.040290035,0.023058983,-0.000056042267,-0.0079390695,0.009790032,-0.010109677,-0.036097493,-0.0072774803,0.0149192065,-0.04147941,0.00029641425,-0.0065415557,0.020709971,-0.0019420243,-0.007541373,-0.039933223,-0.017647333,-0.023728006,-0.02954107,0.004378382,0.015551061,-0.0035365284,0.0056829765,-0.00015529225,0.03422423,-0.040973924,-0.014146114,-0.022062883,0.022984648,-0.012131612,0.022375094,-0.0079836715,0.009254814,0.0066716434,-0.0024493665,0.011752499,0.02228589,-0.019743605,0.0225981,-0.00087158795,0.008303315,0.037881553,0.0012060993,-0.045255672,0.034253962,0.009871802,-0.007322082,-0.013551427,-0.03847624,0.011514625,-0.030566905,0.025467465,-0.042193033,0.009723131,-0.028782845,0.013120279,0.0055863396,-0.012310018,-0.024515966,-0.02502145,0.04924007,0.000035745095,0.0015852122,-0.02980868,0.0026444981,-0.0048355474,-0.008801365,0.033659276,-0.0055082873,0.009485256,0.008764198,-0.0068649165,0.030537171,-0.00480953,-0.002133439,0.040438708,-0.011440288,0.027073119,-0.0062070442,-0.01633902,0.042549845,-0.026627105,-0.040825255,0.0027114004,-0.003642457,-0.0039583845,-0.010830735,-0.012867537,-0.01934219,0.03389715,-0.02475384,-0.0033302465,-0.01619035,0.017543262,-0.039725084,0.016116014,-0.012243116,-0.023787474,0.010979407,-0.015536195,-0.02170607,-0.014331954,-0.018925909,0.0050288206,0.011626128,-0.049269807,0.014859738,-0.0006843545,-0.0186583,0.031458937,0.005277846,-0.0093737515,0.006913235,-0.00843712,0.0013538419,0.024174022,-0.013008775,0.026344629,0.016116014,0.011745065,-0.005831648,0.022612968,0.0006769209,0.028723376,0.024099685,-0.009470388,0.0054116505,0.013603462,0.02186961,-0.02802462,0.045612484,-0.0033265296,0.005292713,-0.059795763,-0.016324155,0.0038431638,-0.016829638,-0.018985378,-0.01019888,-0.032232028,0.004645991,-0.04373922,-0.025066052,-0.006627042,0.00022707281,-0.00932915,0.011038875,-0.047009997,-0.016383624,-0.021037048,0.008593225,0.007805265,0.02087351,0.024203755,-0.013023643,0.026374362,-0.021958813,0.03574068,0.019832807,0.009522423,-0.019163784,0.00804314,-0.020040948,-0.0039695348,-0.012451257,0.012020108,-0.014599563,-0.053402882,0.02418889,-0.005634658,-0.022731906,0.005262979,0.0004332387,-0.0015266727,0.016279552,0.02512552,0.021007314,-0.013491958,-0.008578358,0.0049544848,-0.018598832,0.009767732,0.011596394,-0.010548258,-0.009061541,-0.02533366,-0.002358305,0.004348648,-0.013967708,-0.006013771,-0.014391422,0.022910312,-0.018569097,-0.015238851,0.03258884,-0.025854012,-0.002142731,-0.000054387136,-0.0038914823,-0.0037372352,0.0071882773,0.022315625,-0.020115282,0.043085065,0.02954107,0.023296857,-0.001167073,-0.0033711311,0.043709483,-0.0044043995,0.004720327,0.021676335,-0.009559591,0.02139386,0.0047612116,-0.008533756,0.015313187,-0.012391788,-0.010637461,-0.009455522,-0.015491593,0.0031072388,0.016130881,-0.019996345,-0.009678529,0.021958813,-0.06434512,-0.0062219114,-0.008898002,-0.032142825,0.024307827,0.0070656235,0.011722765,0.05251085,-0.0033358217,-0.020472096,-0.013937973,-0.005827931,0.0021222888,-0.014317086,-0.008303315,0.0046757255,0.020427493,-0.02381721,0.050488915,0.011767366,-0.004668292,-0.02128979,-0.01703778,-0.0034157326,0.019520596,-0.005448818,-0.007143676,0.005720144,-0.014339387,0.024099685,0.022508899,-0.026374362,0.0062293448,-0.01529832,0.03184548,0.030314162,0.0054636854,0.019803073,-0.011968073,0.035621744,0.0063966005,0.0055194376,-0.04153888,-0.029050453,-0.016903974,-0.031131858,0.0045010364,0.0129493065,-0.03820863,0.023564467,-0.025586402,-0.026225692,0.009388619,-0.032737512,0.007270047,-0.022152087,0.0064523527,-0.0034863518,-0.044214968,-0.033659276,0.006838899,0.04463125,-0.035056792,0.009158177,0.027578603,0.002869364,0.029511336,0.014763102,0.026240557,0.0071362425,-0.0028749392,-0.009797466,-0.005240678],"social":"https://twitter.com/EleaVogli"},{"title":"pedagogue.ai","description":"alis - the edubot","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=QabeBdVlWes","youtube_transcript":"Hi. I'm Oss from OBLAD Technologies, and I want to introduce to you our innovative web mobile application for k twelve teachers called Alice. Imagine it's Sunday night. And you're preparing to teach fifty students. With Alice, lesson planning is effortless. You can click on plan mate, enter your grade subjects, class size, objectives, and prior knowledge, and Alice will generate an outline, proposed difference structures for your lesson and even suggest resources to using your classrooms. In the future, Assessing this resources would just be a click away. But Alice is not just a lesson planning tool. It's also grades hundreds in assignments and offers a host of features to enhance your journey with Alice, to be published empowering educators the ultimate lesson planning guide for teachers and educators. This book is part of our effort to help you get the most out of the software. Reaching out to teachers and friends through various channels has helped us sell over eight copies of our books offer covering the cost for GPT four. At OBLY Technologies, we are committed to improving education in all countries. We will be standing in our Kickstarter campaign on the twentieth of May, and we encourage you to back us. Thank you so much for listening to this. Have a wonderful day.","embedding":[0.0017407387,-0.008892363,0.039243158,0.0016606434,0.01805527,-0.046305787,-0.013933029,0.00481284,-0.024534093,0.0035010562,0.053140588,-0.08099241,0.0012396979,-0.043600343,0.049267534,0.009355136,-0.017371789,0.0029973455,-0.011448294,0.05895017,-0.013897431,-0.009326657,-0.011775794,0.004574334,0.009511767,-0.035113797,0.018382771,-0.015050804,-0.0092697,-0.012964766,-0.0030738811,-0.03312031,-0.008885243,-0.0066247745,0.017912878,-0.009547365,0.020319298,-0.010665139,0.029304216,-0.03539858,0.0005615573,-0.045109697,0.054422114,0.048014488,0.0068953186,0.028449865,-0.005709908,0.038246416,-0.0065357797,0.027780624,-0.03952794,0.051289495,0.0051011834,-0.0030044653,0.005777544,-0.033091836,-0.016716788,0.07398674,-0.020191146,0.033091836,0.0049018348,0.029076388,0.020831907,0.025545074,-0.008863884,-0.023622785,-0.026669968,-0.0008783789,-0.03850272,0.010757694,0.043059256,0.041834686,-0.03368988,-0.008479427,0.0061121644,-0.017314833,-0.023793656,0.008621818,0.0069131176,-0.046305787,-0.0019116087,0.027538558,0.036651626,-0.0050620255,0.025359964,-0.036395323,-0.027951494,0.0031521965,-0.040125985,-0.040439248,-0.027965734,0.026029205,-0.011590686,-0.0091771465,0.0058700987,0.0032750096,-0.025573552,0.013477376,0.032408353,-0.00739725,0.021458432,-0.04764427,-0.01805527,-0.0017523081,0.014118139,-0.028079646,-0.00062874844,-0.04109425,-0.023637025,0.0069914334,-0.18271706,-0.0141039,0.0021376556,-0.04525209,0.012124655,-0.0061477623,-0.004058164,-0.09329505,-0.0069522755,-0.06293714,-0.055988424,0.029930739,0.0062830346,0.027282253,-0.0082516,-0.040809467,-0.07005672,-0.02322409,0.007582359,-0.018354293,0.0024544771,0.011469653,0.039613374,-0.009618561,-0.030756611,0.032379877,-0.055447333,-0.012409438,-0.025545074,-0.03901533,0.032009657,0.028905518,-0.050492104,0.02320985,-0.039955117,-0.016659832,-0.0148799345,-0.01322819,-0.0038267775,0.0017896859,0.014196454,-0.017841682,0.0034423198,-0.028222037,0.011547968,0.032408353,-0.004382105,0.03827489,-0.037733804,-0.01495113,0.02027658,-0.026242793,0.008479427,0.009226983,-0.0398412,0.010095573,-0.020048754,-0.040524684,-0.07973936,0.021800172,-0.033291183,-0.011441174,0.005254254,0.040325332,0.021971041,-0.05311211,0.013690963,-0.046533614,0.00022181959,-0.0103234,-0.020020274,-0.011191989,-0.048413184,-0.012010741,-0.08839678,-0.010949923,-0.004004767,-0.025345726,-0.016246894,-0.010843129,-0.013527213,0.01443852,-0.005535478,0.018026792,0.03061422,-0.028734649,0.05291276,-0.036053583,-0.0048982752,-0.026342468,0.014410041,0.03386075,0.018482445,0.021401474,0.024534093,-0.004884036,0.0052435747,0.044084474,0.01031628,-0.020020274,0.08754243,0.0063720294,0.014410041,0.017984074,-0.030927481,-0.03491445,-0.035455536,0.0123382425,-0.007561,0.004485339,-0.03334814,0.0021287561,0.010949923,0.0032465311,0.037420545,0.026769642,0.010116931,0.036708586,0.048384704,-0.0724489,0.028435625,-0.017300593,-0.013947269,-0.024662245,0.041578382,-0.044597086,0.009874865,-0.04502426,-0.009846387,-0.00013816447,0.030329436,0.019023534,0.010928564,0.022028,-0.029475085,-0.010586824,0.005179499,-0.04505274,0.04248969,0.041549902,0.05567516,0.00049881596,0.061513223,-0.04505274,-0.023622785,-0.026855078,-0.0123524815,-0.014822978,0.021372996,-0.04644818,-0.0073687714,-0.009234102,-0.019635817,-0.015079283,0.0091985045,0.030443348,0.029816825,0.00567431,0.018582119,0.04619187,-0.007546761,0.029816825,0.01718668,0.016617114,-0.044255346,-0.011640523,-0.038588155,0.015221674,0.022683,-0.002853174,-0.017841682,0.009896224,-0.023423437,-0.023152893,-0.005966213,0.034800537,0.025658987,0.00043162488,-0.059918433,-0.032864008,0.001066158,-0.011818512,-0.013263788,0.0065073012,-0.015079283,0.029104866,0.011462533,-0.014388683,0.03266466,0.025246052,0.06806324,0.01203922,0.0067493673,-0.012067698,0.034458794,-0.005446483,0.026926273,0.017585376,0.002458037,-0.022611804,0.03232292,0.04539448,0.038047068,0.028108126,-0.009412092,-0.06840498,0.040837944,-0.04055316,0.008671655,-0.016261134,0.00653222,-0.0113415,-0.0017959155,-0.009383614,-0.04898275,-0.017329073,0.06595584,0.054906245,0.007966816,-0.031895746,-0.012131774,-0.08833982,0.010188127,0.01890962,0.011291663,-0.0060801264,0.0047131656,-0.0022248705,0.0021127372,-0.024192352,-0.022754196,-0.017685052,-0.051944498,0.02956052,-0.017499942,0.015463741,-0.015634611,-0.018340053,0.018681793,0.05775408,0.010038616,-0.005453603,0.02698323,-0.001941867,0.043116212,-0.05450755,0.030443348,-0.008963559,0.027965734,0.028506821,0.000057512905,-0.021728976,0.034145534,0.0008285418,-0.0035508934,0.029247258,-0.035313144,-0.006450345,-0.013491615,-0.030756611,0.033262704,0.06003235,-0.0033960424,-0.0052364552,-0.04915362,-0.00063453306,0.014751782,0.018283097,0.0014639648,0.055105593,0.020148428,-0.03508532,0.019322556,-0.024121156,0.030215522,0.026228555,0.02303898,-0.028350191,-0.024847355,0.015905155,0.026228555,0.0381325,-0.011583566,0.00944769,0.031183787,0.0028407148,-0.027923016,0.0532545,0.027965734,-0.011740197,-0.023266807,-0.00020680172,-0.01787016,0.020703755,-0.017556898,-0.014210694,-0.04454013,-0.019550383,0.032750096,-0.0015413903,-0.01976397,-0.05895017,0.056586467,-0.04533752,0.02887704,-0.04798601,-0.044483174,0.023651265,0.032807052,0.009775192,0.00807361,-0.05433668,0.043885127,-0.0129718855,0.00859334,0.0282078,0.05000797,0.008443829,-0.03061422,-0.07091107,-0.030699654,0.04525209,0.011248945,0.0016828921,0.01616146,-0.023679743,-0.053226024,0.018624837,0.09523158,0.051688194,0.014338845,0.027723666,-0.04283143,-0.051147103,-0.0053218906,-0.055020157,0.000088160494,0.0312977,-0.02836443,-0.021401474,-0.035170753,-0.002027302,0.020376254,0.04895427,0.025559314,-0.033063356,0.00083610637,-0.06612671,0.0067885253,0.02369398,0.016973093,0.029190302,-0.039442506,0.010415954,-0.0025132138,-0.0136340065,-0.014061182,0.014167976,0.03229444,-0.019593101,0.022996262,0.01566309,-0.0052862926,-0.014623629,-0.044255346,0.0074684457,0.008237361,-0.03132618,-0.04761579,0.028820083,-0.059405822,0.032864008,-0.001513802,0.019222882,-0.027737906,0.016004829,-0.017229397,-0.019635817,-0.005998251,-0.011199108,-0.028179321,0.029645955,0.02182865,-0.016887657,-0.044824913,-0.012231449,0.011227587,-0.03767685,-0.060658872,-0.025231812,0.012708461,-0.017087005,-0.021942563,0.051090147,0.03337662,-0.034003142,-0.02766671,-0.04072403,-0.012402318,0.015221674,-0.050235797,-0.049979493,0.013783518,0.023921808,-0.009760953,0.0075396416,-0.0016481841,0.008927961,0.019308317,-0.016930375,-0.022469413,0.02389333,-0.027139861,0.006742248,0.011284543,0.0068597207,-0.055789076,0.021230604,-0.019550383,0.0040795226,-0.025858335,-0.020703755,-0.011804273,0.019835167,-0.04209099,0.005563956,0.017727768,-0.021429954,-0.01805527,-0.0077105113,-0.018610597,0.023850612,0.035825755,0.014360204,-0.012637265,0.03699337,-0.0036309888,-0.021985281,0.0017896859,0.047131658,0.0470747,0.013420419,0.037363585,-0.04058164,0.015193196,-0.019393751,-0.02819356,-0.031069873,-0.013534333,0.0070377104,-0.021017017,-0.02096006,-0.0148656955,-0.0010759474,0.015449502,0.03613902,-0.022412457,0.0037769403,-0.011811392,0.010722096,-0.056614947,-0.04009751,0.016460482,-0.02956052,-0.0020771392,0.030158566,-0.032864008,-0.018525163,-0.010665139,0.017912878,-0.025858335,-0.0012735159,-0.03696489,0.026257033,-0.04932449,-0.0009166467,0.017599616,0.008443829,-0.039983593,0.05929191,-0.0091557875,0.004421263,-0.04041077,0.0042610723,-0.020162666,-0.008600459,0.005446483,0.0268266,0.03061422,-0.04966623,-0.02370822,-0.014089661,-0.021757454,0.038616635,-0.010024377,-0.01701581,-0.0038623754,0.0071338248,0.014281889,0.013121396,0.028492583,0.009027635,0.00047834718,-0.005724147,0.0050050686,-0.020319298,0.020191146,0.023409199,0.023679743,-0.0123809595,0.0042575123,-0.04106577,0.017813204,0.012687102,0.022839632,0.010736335,-0.051289495,0.0130502,-0.009582963,-0.00721926,-0.015777003,-0.011612045,-0.00047923712,-0.025772901,0.028948236,-0.013278027,-0.024761919,-0.003762701,-0.0014924431,-0.011782914,-0.024961269,0.013648246,-0.027268013,0.0069700745,0.022811152,0.005275613,0.009903343,0.04744492,-0.027951494,-0.02457681,0.0024170994,-0.03733511,0.03713576,-0.009675517,0.040752508,-0.0028478343,-0.00087615405,0.009098831,0.029275738,-0.022198869,-0.043400995,0.0104301935,0.00928394,-0.014374443,0.023807894,-0.019906363,-0.023651265,0.008130567,-0.0039549298,-0.002698323,0.0069344766,0.033889227,0.008992037,-0.01872451,0.00021603492,-0.002869193,-0.012879331,-0.019137446,-0.025929531,-0.006685291,-0.01769929,0.0014070082,-0.0020700195,-0.0062972736,-0.009703996,0.02303898,0.0018279536,-0.03890142,0.035455536,-0.02800845,0.015848197,0.016830701,-0.0063720294,0.0071729827,0.03078509,-0.021372996,0.025644748,0.00912019,-0.03986968,-0.08611851,-0.013171234,0.01169036,-0.009768072,0.011661882,-0.007988175,-0.049865577,-0.04704622,0.007781707,0.031411614,0.03818946,-0.0028816524,0.0057882234,-0.0018101546,0.031554006,0.017087005,0.039784245,0.007781707,-0.0092697,-0.0039478103,-0.015876677,-0.03351901,0.045138173,0.014032704,-0.017827442,0.00034596736,-0.016916135,-0.024519853,-0.00189025,-0.055020157,0.0021892725,0.0014221373,-0.0044070235,0.030244,-0.032436833,-0.0005878108,-0.020604081,-0.020262342,0.02611464,0.002972427,-0.026000727,-0.00618692,0.021586584,-0.0068846396,0.019137446,0.008123447,-0.025203334,-0.018582119,0.030899003,-0.055902988,0.024733441,0.010024377,0.014217813,-0.019877883,0.025488118,0.03628141,0.022469413,0.014709064,0.016303852,-0.017927118,0.019578861,0.028122364,0.053026676,0.013448898,0.03696489,-0.010437313,0.0072477385,-0.011149271,-0.00079338887,0.0028496142,0.020020274,0.022298543,-0.028093886,0.020048754,0.010330519,0.011996502,0.006510861,-0.01805527,-0.0045992523,0.032607704,0.032864008,-0.0023227648,0.013313625,0.009938941,0.020717995,-0.013527213,-0.04297382,0.029645955,0.030842045,-0.011426935,-0.02647062,0.00343698,-0.0052862926,-0.024761919,-0.027567036,0.027367687,-0.025231812,-0.01597635,-0.06270931,-0.050919276,0.0052684937,-0.0013545012,-0.029959217,0.00052951917,-0.0042254743,-0.0029777668,-0.009874865,-0.013854714,0.021914085,-0.057554733,-0.006774286,0.0079169795,-0.016474722,-0.022284303,0.0002716567,0.0018065949,-0.011320141,0.003125498,0.018340053,-0.011263185,0.035711844,0.03266466,-0.016916135,-0.01237384,0.014623629,0.011184869,0.025972249,0.019052012,-0.02114517,0.0020860387,-0.010978402,0.033462055,-0.00429311,0.009561604,-0.0032536506,0.011441174,0.01685918,-0.019052012,-0.014153737,-0.038730547,0.039214678,-0.054365158,-0.010401715,0.037762284,0.005834501,-0.00042895504,0.0026306869,-0.023124415,0.012494873,0.006393388,-0.008436709,-0.017485702,-0.0039478103,-0.018211901,0.015036565,-0.024491375,0.017827442,-0.040809467,-0.029090628,0.031554006,-0.0135912895,-0.026214315,-0.01547798,-0.00824448,-0.0024882953,0.051431887,-0.07079716,0.03645228,0.0074684457,-0.013128516,-0.029418128,-0.0240642,0.012907809,-0.011918186,0.009881985,0.013377702,0.029589,-0.047843616,0.0027855379,-0.018582119,-0.008614698,0.038246416,-0.0009228763,-0.004560095,0.008002414,-0.0008280968,0.02096006,0.025303008,0.045622304,0.0044604205,0.0042183544,-0.016916135,-0.009682637,-0.0021376556,-0.0018457526,0.013790637,-0.0099603,-0.013534333,-0.025046702,0.022127673,0.017784726,-0.0033248465,-0.00045187122,0.03146857,0.02027658,-0.017784726,0.020062992,-0.016090265,0.016047547,0.022056477,0.026157359,0.0436573,-0.0002665395,0.028521061,-0.004346507,0.010985521,0.030044653,-0.0045992523,0.02698323,0.031012915,-0.032693136,-0.016631352,-0.0028585137,-0.0012779656,0.032465313,-0.0038054185,0.046846874,0.020376254,0.06789237,0.021002779,-0.006482383,0.0374775,-0.013982867,-0.022298543,-0.012259927,0.013427539,-0.020903103,0.032693136,-0.021330278,-0.021586584,-0.013156994,0.0019027092,0.02701171,-0.022056477,-0.009860626,0.03494293,-0.013975747,-0.022469413,-0.0023565828,0.011868349,-0.028606495,0.022996262,0.011035358,0.03574032,0.00053352397,-0.0062972736,-0.011305902,-0.027467363,0.039243158,0.011555088,-0.0014621849,-0.012850853,-0.011320141,-0.04505274,-0.045479912,-0.0075396416,0.010159649,0.0117117185,-0.016303852,0.01703005,0.010309161,0.020846147,0.0013135636,-0.012758298,-0.022156151,0.026143119,-0.020248102,0.03337662,0.0018279536,0.021586584,-0.011277424,-0.027453123,0.031639438,0.015178957,-0.046533614,-0.014025584,0.048356228,0.03181031,0.014922651,-0.015762763,0.008023773,0.013278027,-0.0035971708,-0.006617655,0.019521905,0.024961269,-0.017628094,-0.02563051,-0.0681202,-0.017998314,0.053937983,0.009433451,-0.012601667,0.040837944,-0.009241222,-0.02232702,-0.014737543,0.01014541,0.0044711,-0.011362859,0.026214315,-0.0037555816,0.015805481,-0.023238327,-0.006322192,0.023565829,0.004624171,-0.04724557,-0.0043215887,-0.04109425,-0.035939667,0.012081937,-0.009404973,-0.024306266,0.0061513223,-0.0051617,0.0020041633,0.011604925,0.02286811,0.004019006,0.026328228,-0.010373237,0.0199206,-0.03901533,0.008187524,0.0023565828,0.0010714977,-0.015122,-0.012879331,0.02527453,0.025744421,0.006268795,-0.0061762407,0.019023534,0.038759027,0.027894538,-0.008280078,-0.010672259,-0.015534936,0.0063720294,0.040667076,-0.00043785453,-0.019692775,-0.03297792,-0.012929168,0.008059371,-0.013484496,-0.001083067,-0.0021038377,0.0018012552,0.036907934,-0.011562208,-0.014175096,0.028335951,-0.0061798003,0.020077232,-0.017072767,0.016731028,-0.007254858,-0.027552797,-0.020433212,0.002563051,-0.0045992523,-0.033405095,0.027538558,-0.021287562,-0.023281045,-0.006888199,-0.016090265,0.03713576,-0.010195247,-0.005635152,0.018468205,0.014160857,-0.013755039,0.009041874,-0.006290154,0.0117045995,0.0070234714,0.030300956,-0.027638232,-0.0077959467,0.0009193165,-0.0026556056,-0.006742248,-0.00090952707,0.014324606,0.058038864,0.03192422,0.050776888,-0.009355136,0.035654884,-0.017072767,-0.015705807,0.020333538,-0.03386075,0.013968627,0.0067671663,-0.025132138,0.026370946,-0.0024402381,0.016602874,0.032778572,-0.002507874,-0.010109812,0.018097987,-0.01495113,-0.024975507,-0.007425728,-0.017400268,0.01824038,-0.0010154309,0.0070056724,0.0098036695,0.006667492,0.014502596,-0.02580138,-0.0148656955,0.022626044,-0.021244844,0.0033284063,-0.019507665,-0.022782674,0.004175637,0.0054607224,0.0130502,0.0026591653,-0.024875833,-0.00020313068,-0.014054063,0.03212357,-0.0015867777,-0.013021722,0.0141039,-0.019977558,-0.0022391097,-0.0045458553,0.04041077,0.0800811,-0.011654762,0.017742008,-0.01221721,-0.0019792449,0.025644748,0.022483652,-0.016973093,0.014054063,0.01031628,-0.010259323,-0.04659057,0.030244,-0.021558106,-0.0052186563,-0.0023797215,0.005211537,-0.006777846,0.020048754,-0.029617477,-0.022996262,-0.0042681918,-0.013278027,-0.008678775,-0.0060943654,-0.010672259,0.014936891,0.008458068,0.023921808,0.019165926,0.06003235,0.009077472,0.021942563,0.052001454,-0.00876421,-0.0042753113,-0.0066105356,-0.0023797215,0.012793896,0.00043585215,0.022241587,-0.0023654823,0.010643781,0.036822498,-0.010380356,0.021415714,-0.0001244815,-0.010693618,-0.0036309888,0.038360327,0.0028460545,-0.0063186325,-0.0074969237,0.014709064,-0.012694222,-0.0050121886,0.0016241556,0.05410885,0.0047202855,0.012615906,-0.015036565,0.010608183,0.005877218,0.018012552,0.0016410645,-0.0059519736,-0.006290154,-0.018980816,0.01151949,0.017813204,-0.0038445764,0.008849645,0.008393992,-0.019621579,0.004072403,0.011946665,-0.0085791005,-0.021543866,0.0061798003,-0.019963318,-0.009291059,-0.0060623274,-0.028051168,0.014666347,-0.018496685,0.035854235,-0.010949923,-0.00070261414,-0.016631352,-0.00206112,0.010935684,-0.023081698,0.02322409,0.010294921,-0.011419816,0.016204176,-0.050093405,-0.0062296377,0.0078101857,0.011248945,0.02459105,0.0006140643,-0.016289612,0.01668831,-0.010693618,-0.022156151,-0.02251213,0.004866237,0.020390494,0.026328228,-0.011647643,-0.008344155,-0.017642334,-0.009041874,0.06208279,-0.0033212868,-0.008102088,0.006393388,0.030187044,-0.033433575,-0.006635454,-0.012829494,0.0040795226,0.004332268,-0.025929531,0.03109835,0.021543866,-0.013028842,0.014502596,-0.03645228,0.033063356,0.02938965,-0.01735755,-0.008856765,-0.00875709,0.028805844,0.0038089785,-0.024007244,-0.013982867,0.018354293,-0.024662245,-0.0013989987,-0.00073598715,0.0005624473,-0.009383614,0.015065043,-0.020945821,-0.016432004,-0.0074542062,0.0023619225,0.0136340065,0.0074328477,0.0012566069,0.023138653,-0.021714736,-0.0047487635,0.024505613,0.010686498,0.0007035041,-0.012587428,-0.0003008025,-0.026143119,-0.039556418,-0.027025947,-0.0056280326,-0.06117148,0.008173284,-0.008749971,-0.042916864,-0.010558345,0.0012094396,-0.027054425,-0.015677327,0.0018021452,-0.024961269,-0.032379877,0.013292267,-0.006631894,-0.021073975,-0.017969834,-0.030813567,-0.036651626,0.021728976,-0.0075681196,-0.003025824,0.016531678,0.008693014,-0.008571981,0.02047593,0.009760953,-0.000034791414,0.029759869,-0.022583326,-0.029361172,0.011868349,-0.0004465315,-0.0069736345,-0.031269222,-0.0075894785,0.045479912,0.002491855,-0.021899845,-0.00257907,0.0014897733,-0.007340293,0.009241222,0.00091842655,-0.029702911,-0.025303008,0.014125259,-0.01374792,0.016061785,-0.013427539,0.00429667,-0.036309887,-0.014310367,0.040809467,0.0027944373,0.039641853,0.029361172,0.00075823587,-0.04809992,0.016360808,-0.014210694,-0.0079098595,0.0024847353,0.027182579,-0.03226596,-0.015136239,-0.015791241,0.039442506,-0.0063684694,-0.002011283,0.02836443,-0.0021287561,-0.023167131,0.0047523235,-0.012822374,-0.004278871,0.012623026,0.0021269761,-0.012146014,-0.0043180287,-0.014175096,0.018596359,0.029304216,0.03730663,0.010878727,-0.0038979733,0.027139861,0.0079169795,0.012758298,-0.021800172,-0.023195611,0.015421023,0.05895017,-0.018283097,-0.013698083,-0.020020274,-0.022896588,0.011426935,0.0027712989,0.0192656,-0.029617477,0.010643781,0.010935684,-0.000007383789,-0.0048769163,0.033632923,-0.0026431463,-0.021800172,-0.01667407,-0.01116351,0.00031370675,-0.038360327,0.021358758,-0.0147945,0.013128516,-0.014495477,-0.015720045,0.013498735,-0.015193196,0.003926452,-0.03181031,0.017229397,0.019664297,-0.0031415173,0.002717902,-0.001838633,-0.024818877,0.032550745,0.0037057444,-0.02990226,0.01701581,-0.018169183,0.035683364,0.02063256,0.013463137,-0.0067992043,-0.0037306629,-0.008821167,0.016175698,-0.0065713776,-0.02731073,0.0012637265,0.03349053,0.0031664358,0.016560156,-0.044625565,-0.026712686,0.02645638,0.025203334,-0.02783758,0.042062514,-0.029161824,-0.0016962413,-0.0077959467,0.027524319,0.0044924584,0.037619893,0.00062118383,-0.015620371,0.014808739,0.02148691,0.0047131656,0.010223725,-0.003695065,0.010159649,0.027951494,-0.00041605078,0.010529867,0.03178183,0.0282078,-0.029446607,0.0254454,0.002732141,-0.013363463,-0.019778209,-0.0014007785,0.000113412774,-0.02612888,0.015876677,-0.009910463,0.01614722,0.019906363,0.0045778938,0.011960904,0.022184629,0.0053895265,-0.0012165592,-0.01530711,0.04294534,-0.016574396,0.011156391,0.016246894,-0.003129058,0.017827442,-0.011199108,0.0040261257,-0.016061785,-0.028820083,0.0026556056,0.008493666,-0.01082889,-0.01495113,0.026556054,-0.05331146,-0.015278631,0.005311211,-0.068632804,-0.011042478,0.018254617,0.008216002,-0.034971405,-0.03625293,-0.022255825,-0.023352241,0.017129723,-0.020874625,0.0014194674,0.005809582,-0.0066390135,0.036850978,-0.019849405,0.024790397,-0.0003506396,0.00024495824,-0.018681793,-0.004015446],"social":"https://twitter.com/iamspirit_io"},{"title":"freedom flowers","description":"a lifestyle brand that shares profits with our community members. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=eshewv3-cyE","youtube_transcript":"Build space. What's up? It's Jamari Youngblood from Freedom Flowers. The problem I noticed is corporate profit and executive pay is at an all time high, while wages for most workers have remained stagnant throughout these past several decades. And this is why I'm creating fruit and flowers. For conscious consumers who are tired of greedy corporations, Freedom Flowers is a brand that sell lifestyle goods. And unlike today's top brands, we share profits with our community members. When consumers shop with us, they first have to choose a Freedom our design. All designs are meant to own a blockchain and owned by members of our community. And when items sell with your designs, you earn money. Today, there are only two designs on chain, but our idea is to launch thousands of collections of a hundred. Although the flower trays will be uniquely different, making each eaten flower a one of one. So my first goal was to double t shirt ourselves every week, but then I realized I was spending more time hustling and less time validated. So I pivoted and started collecting data and email addresses instead. We ran a poll of a hundred people from all different backgrounds. And seventy three percent of people told us that they are more likely to spend money with a brand if they knew that proceeds were going to a person or a group that that person liked. We learned that people want to support brands who help others. Blockchain technology forces us to be transparent, and this will increase the trust between us and our community members. Lastly, here is our output for the last six weeks. We made a hundred sixteen dollars in t shirts sales. We collected seventy eight emails and we reserved twenty five Freedom Flowers. Thank you. See you in San Francisco. Peace.","embedding":[0.04102916,-0.006436677,0.018262777,0.04801637,0.027799822,-0.04228752,-0.0026036461,0.04636063,0.0026450397,0.04172457,0.036724243,0.020067532,-0.03718785,-0.057652757,0.01176401,0.02082917,-0.019918514,-0.06563341,-0.0112341745,0.028991953,0.06096423,0.028329657,0.004586391,0.041558996,-0.009553602,0.0060393,-0.032700803,0.030664247,-0.0023428677,-0.029670805,0.020564253,-0.030465558,0.0060393,0.0070120455,-0.008067578,-0.0011910957,0.005567415,0.0034977442,0.06682554,0.020299334,-0.03732031,-0.008460815,0.04347965,0.015630156,0.020282777,-0.0022828472,-0.01622622,0.0033694245,-0.007368029,0.06053374,-0.0052072923,-0.012575322,-0.024355888,-0.0030093018,-0.07808455,-0.018345565,-0.03725408,0.022832612,-0.056328166,0.056924235,0.02541556,-0.040664896,0.053645875,0.020481465,-0.025448676,0.029472116,-0.04887735,-0.024041299,0.021359006,0.06881242,0.03844621,0.027899167,0.0397708,0.013270731,-0.025514904,-0.0115570435,0.022898842,0.008456676,-0.0112672895,-0.034803588,0.0027071298,-0.015870238,-0.0003458938,0.031624574,-0.009205897,-0.035830148,-0.02058081,0.004611227,-0.058050133,-0.007041021,-0.039141618,-0.0024380726,0.011176224,0.02491884,0.0048595876,-0.033147853,-0.0028582157,0.041857027,0.041327193,-0.005795079,0.023180315,-0.03586326,0.015158271,0.0001317475,-0.00059296074,0.02139212,0.03215441,0.0019216896,0.013858518,-0.03159146,-0.14080386,0.029538346,0.058083247,0.045400307,0.020812612,-0.016524253,-0.05304981,0.018908516,0.06894489,-0.01849458,-0.036591783,-0.0034811867,-0.029273428,0.009263848,-0.026309658,-0.021905398,-0.019173432,0.0012490465,-0.016896795,-0.032518674,0.05172522,0.016002696,0.035763916,0.0029161666,-0.047155388,-0.030515231,0.010861634,0.009239011,0.007984791,0.010646388,0.017484581,-0.054970466,0.0032887072,-0.040863585,0.014686386,-0.041360307,-0.032618016,0.019189991,-0.05480489,0.024372447,0.055102922,-0.024935396,-0.018593924,-0.0013649481,0.01649114,-0.030035067,0.033263754,0.04705604,-0.00188754,-0.01490991,0.0035908793,0.02862769,-0.065103576,-0.023776382,-0.02743556,-0.0058364724,-0.020531137,-0.05086424,-0.06331538,-0.013866796,-0.031492114,-0.017766057,-0.015588762,0.022186873,-0.017401794,-0.02051458,0.022501463,0.015986139,0.0120703215,-0.049572762,-0.019802613,0.010563601,0.007417701,-0.09583405,-0.056593087,-0.012608436,-0.005091391,-0.035333425,0.007632947,0.007268685,-0.009984094,0.054407515,0.018660154,0.008154504,0.045665223,-0.019769497,0.033594903,0.031177524,-0.0059316773,0.017832287,0.018329008,-0.000028199269,-0.020547694,0.026822938,-0.038909815,-0.012037207,-0.0066312263,-0.026889166,0.015953025,0.006213153,0.07411078,0.010282126,-0.034240637,-0.0036074368,-0.035465885,-0.05361276,-0.019123761,0.012219338,0.015241058,0.044141944,-0.0014022022,0.059540298,0.03107818,0.012765732,0.028876051,0.0123766335,0.034505557,-0.0008884063,0.016449746,-0.024786381,0.03321408,0.04563211,0.006432538,-0.04781768,0.016350402,-0.045764565,-0.020994743,-0.03755211,0.030780148,0.021375563,-0.0040813913,-0.018908516,0.03298228,-0.007653644,0.02750179,-0.007769545,-0.05768587,-0.047917023,0.009156225,0.044075716,0.044340633,0.03536654,-0.047618993,-0.011250732,0.024372447,-0.02750179,-0.022667037,0.04020129,0.036757357,-0.029720476,-0.002566392,0.000018287485,-0.050798006,0.032584902,-0.011283847,0.023759823,0.013295567,-0.01981917,0.012277289,0.0042552436,0.0021669457,-0.00018420073,0.006726431,0.016151713,-0.029869493,-0.028644247,-0.028842935,0.028097855,0.045135386,0.01768327,0.005712292,0.0024566995,0.008700897,-0.0017488721,0.00446635,0.02938933,0.052652434,0.0081627825,-0.021673596,-0.004133133,0.014603599,-0.013866796,-0.0030299984,0.007744709,0.006258685,-0.0047105714,0.031227197,-0.0038185432,-0.047420304,0.02554802,0.008676061,-0.046095714,-0.055831447,-0.004814055,-0.002233175,0.0018802962,0.009098274,0.027551461,0.040863585,-0.008195898,0.008676061,0.044572435,0.018478023,-0.06795144,-0.030664247,0.03950588,0.069872096,0.021408677,0.006449095,-0.02220343,-0.077620946,-0.01585368,0.025349332,0.00969434,0.017964745,-0.035134736,0.06709046,-0.014429747,-0.005795079,-0.021789497,0.024587693,-0.04228752,-0.0063331933,-0.042088833,-0.052089483,-0.036393095,0.033065066,-0.0032514532,0.054341283,0.0251672,-0.03579703,-0.04586391,0.0014187596,0.026756708,0.021673596,-0.0023387284,0.024769824,0.014487698,-0.021127202,0.016325565,0.007074136,0.03309818,0.040366866,0.018593924,0.015721222,-0.009801962,0.03071392,-0.04530096,-0.035697687,0.008324217,-0.02579638,0.059407838,0.021938514,0.020117203,0.012765732,0.01447114,-0.021872284,0.010869913,0.035763916,-0.032601457,0.018279335,0.025018184,0.022004742,-0.00717348,-0.022054415,0.009810241,0.058315054,0.0386449,0.02346179,0.03278359,0.06242128,0.014189665,-0.039737687,-0.013949583,-0.00068040437,0.05619571,0.043247845,-0.039671455,-0.007902004,-0.006763685,0.034704246,-0.0068009393,-0.0054846285,0.03430687,-0.03430687,-0.010952699,0.043810796,0.035697687,0.0023635644,0.014827124,0.0188754,-0.020464908,-0.0071155294,0.004992047,-0.004033789,-0.007645365,-0.028230313,-0.014421468,-0.016309008,0.0056088087,0.04020129,-0.08119734,0.069673404,0.04440686,-0.020183433,-0.011399749,0.017385237,-0.031127853,0.0022373144,0.02945556,0.011292125,-0.054473743,0.036757357,-0.044771124,-0.0030776008,0.023114087,0.04258555,-0.034141295,-0.04033375,-0.07940914,-0.040929817,-0.018776055,0.018378679,-0.031459,0.0023677037,0.003253523,-0.00085684384,0.0060806936,0.004008953,-0.022749824,0.019769497,0.010389749,-0.010480815,-0.003296986,-0.040664896,-0.020100646,0.012351797,-0.043711454,-0.027352773,-0.046029486,-0.040664896,-0.033048507,-0.030415887,0.01736868,-0.02372671,0.017203106,0.027650805,-0.014206222,0.026375888,-0.018378679,-0.0068961442,0.009379749,-0.008332496,0.03202195,-0.0069665127,-0.028909165,-0.061758984,0.007682619,0.03950588,0.011391469,0.03152523,-0.03612818,-0.013171387,-0.014818845,-0.015323845,-0.00666848,0.011565322,-0.013163108,0.037717685,0.014048927,-0.017567368,0.027170641,-0.032833263,0.0051617594,-0.007454955,-0.027551461,-0.013833681,0.0017281753,-0.040135063,0.01025729,0.013411469,0.04039998,0.042618666,-0.022385562,0.014446304,-0.070203245,-0.011109995,-0.047287844,0.000657638,-0.04549965,0.008311799,-0.016590483,0.007438398,0.011590158,0.004147621,-0.021474907,-0.015903352,-0.023826053,-0.036956046,0.034439325,-0.015953025,0.03109474,0.00032519706,0.033810146,-0.014744337,-0.009661225,0.018643597,0.032882933,-0.00035339635,-0.007984791,0.016159993,0.034339983,-0.012028928,0.011259011,0.003479117,-0.008266266,-0.019189991,-0.0030879492,-0.008593274,-0.0123766335,0.021359006,-0.0017954396,0.016888516,0.0033259615,-0.012169666,-0.011316962,-0.019471465,-0.023229988,-0.0017975094,0.04990391,-0.007935119,-0.0017592204,0.023130644,0.012658108,-0.0009204862,0.008469094,-0.033180967,0.0040938095,-0.02076294,0.031508673,0.033131294,-0.0034501418,0.005165899,-0.024471791,-0.002195921,0.016946467,-0.0016588414,0.0028913305,0.0035184408,0.003913748,0.014429747,0.01031524,0.039803915,0.0366249,0.03311474,0.050930467,0.0063456115,0.03071392,-0.009239011,-0.008734012,0.009537044,-0.01616827,-0.00079009694,-0.039439652,0.031045066,0.039274078,-0.014520812,0.005803358,0.0074466765,0.034472443,-0.0281972,-0.04712227,-0.03321408,0.007682619,-0.01981917,-0.01730245,-0.010157946,0.02013376,0.04682424,0.004387703,-0.0046898746,0.013916468,0.020431792,0.041857027,0.01560532,0.006809218,-0.012624994,0.007318357,0.041989487,-0.0021193433,0.015274173,-0.014512533,-0.023428677,-0.03240277,-0.03900916,0.016135156,-0.024107529,-0.00032804286,0.029041624,-0.0069913487,0.025564577,-0.010903027,-0.012840239,-0.004379424,0.017567368,0.032800145,-0.029538346,0.008667783,0.016938187,0.016888516,-0.0020789846,-0.009677782,-0.012509092,-0.020084089,0.007773685,0.043181617,0.025266545,-0.0032245475,0.02013376,0.00091013784,0.004046207,-0.004033789,-0.015613599,-0.0014922329,-0.013179665,0.01371778,0.020382121,0.060633086,-0.028279986,-0.013742616,0.042751126,-0.011457699,0.020994743,-0.024173759,-0.008249709,-0.025266545,-0.0397708,0.012749174,0.019918514,-0.046128828,0.011043765,0.014860238,0.029174084,-0.014885074,0.013750895,0.032634575,-0.028395887,-0.023147201,0.029554904,0.031988837,-0.010058601,0.047354076,-0.02063048,-0.0050872513,0.02346179,-0.010936142,-0.010157946,0.035995718,0.00021227064,0.038976047,-0.052321285,0.03781703,0.025945397,0.018411795,-0.060831774,0.017981302,-0.04410883,-0.04073113,0.021359006,0.01333696,-0.012782289,0.022319334,-0.027137527,-0.028528346,0.0045449976,-0.012815404,0.0007771615,-0.018676711,0.0126498295,-0.0007155888,-0.035995718,0.058977347,0.0002680224,0.0015998557,0.019223105,-0.033578344,0.0015139644,0.006958234,-0.014553927,-0.10451011,0.00591512,-0.015961302,-0.03516785,0.015489418,-0.018759498,0.016325565,-0.021590808,0.01252565,0.018958187,0.01761704,-0.012807124,-0.014479419,0.004673317,0.03996949,-0.019123761,-0.004586391,-0.013759173,-0.059705872,0.0093052415,-0.00811725,-0.033396214,0.015183107,-0.019852284,-0.033677686,0.0032121295,0.0010353529,-0.021309333,-0.0022476627,-0.026822938,-0.0065856935,0.010762289,0.022948513,-0.0013701223,0.00078750984,0.0077861026,-0.0027278266,-0.05139407,0.016880237,-0.05102981,-0.021474907,0.0021938514,0.011913027,-0.034207523,-0.0054846285,-0.031442445,-0.028015068,0.035697687,0.03963834,-0.015133435,0.019074088,0.025382446,0.018295892,-0.019670153,0.04977145,0.015555648,-0.00073214615,0.013941305,0.026044741,0.0028168224,0.0151913855,0.014570484,0.06387833,-0.025299659,0.017534254,-0.007074136,0.055963907,0.02543212,0.02170671,0.009719175,0.003611576,0.004851309,0.027071297,0.039439652,-0.01132524,0.025233429,-0.0042800796,0.022600807,-0.011946142,-0.0028271708,-0.0008816799,0.04334719,0.0089823725,-0.007935119,0.0008873715,0.016391795,-0.047983255,0.018676711,-0.014024091,-0.0057868003,-0.052420627,0.013982697,0.0023614948,-0.027601134,0.000005808823,-0.016391795,0.06152718,0.017633598,-0.066626854,-0.003864076,0.011888191,0.0023946094,-0.000547428,-0.005141063,0.01610204,0.00021628063,0.007968234,0.0070699966,-0.0008708141,-0.01296442,0.0022621504,-0.022501463,-0.01567155,-0.003642621,-0.02026622,0.021027857,-0.020928513,-0.0010467361,-0.017732942,-0.016002696,-0.025150644,0.037916373,-0.00073266355,-0.041360307,-0.007368029,-0.013113436,0.012931305,-0.028462118,0.02799851,-0.0007704351,0.004573973,-0.02900851,0.03732031,0.01132524,-0.0087091755,0.0098350765,0.029339658,0.014827124,-0.017948188,-0.009984094,-0.005302497,-0.0010281091,-0.0054059806,-0.013866796,-0.022385562,0.0042076414,0.008866471,-0.011821961,0.014454583,-0.040234406,-0.025680479,-0.01245942,-0.012119994,0.02698851,-0.03296572,-0.011109995,0.021921957,-0.018643597,-0.022931956,0.0025622528,0.0049051205,-0.044804238,0.0045781126,-0.008464955,-0.0095949955,0.028776707,-0.019289335,-0.01705409,0.015804008,-0.00824557,0.056791775,0.0010627761,-0.0073142177,-0.011490813,0.014148272,0.012674666,0.016582204,-0.079806514,0.032435887,-0.017766057,0.031690802,0.008084135,-0.0068050786,0.0047105714,-0.01736868,-0.02491884,0.02063048,0.02258425,0.039803915,-0.01705409,-0.012840239,-0.03679047,-0.014934747,0.0035826007,-0.007583275,-0.0065277424,0.028329657,-0.0041869446,0.03417441,0.009280405,0.011300404,-0.008336635,-0.0346049,0.003046556,0.02096163,-0.025233429,-0.012409748,-0.039903257,-0.015994418,-0.030515231,0.024769824,0.040565554,-0.0009230733,-0.0123600755,-0.014893353,-0.030945722,0.021971628,0.008758848,0.013262453,-0.009007209,-0.025283102,0.01817999,0.02611097,0.010099995,-0.005323194,-0.010042044,0.008858192,-0.009553602,0.005650202,0.01856081,0.008974094,0.04824817,0.0066560623,0.011846798,0.011043765,-0.008212455,-0.026971953,0.023180315,0.0130886,-0.016805729,-0.005252825,0.0009805067,0.008394586,0.0009649841,0.01950458,0.014231059,-0.009520487,0.030051624,-0.023379004,0.026872609,0.0023677037,0.022451792,-0.035134736,-0.01459532,-0.052685548,0.012053764,-0.010099995,0.03440621,0.014984419,0.039240964,-0.003491535,-0.04285047,-0.008088275,-0.022319334,-0.018759498,-0.009760569,0.0064697918,-0.012252453,0.0011652248,-0.04026752,0.04626129,-0.021044416,0.032071624,-0.0261772,0.0042800796,0.010207618,0.013221059,0.02271671,0.014197944,0.024339331,0.019686712,0.00048559657,-0.0035205104,0.00012644396,-0.020001302,-0.01415655,-0.0038081948,-0.038711127,0.011946142,0.02680638,0.007028603,0.017898515,0.029223755,-0.012947862,-0.009255569,0.038711127,-0.030747034,-0.034472443,0.0045036045,0.006933398,0.0397708,-0.018229663,0.0015977861,0.024339331,-0.03831375,0.02750179,-0.036426213,0.061792098,0.008104832,-0.0045781126,-0.04139342,-0.008332496,0.013328682,-0.020431792,0.006407702,0.024206873,-0.037419654,0.0014539439,-0.019554252,0.020779498,0.00622971,-0.0084194215,-0.011805404,-0.030233756,-0.02346179,0.032137852,-0.026657363,0.027236871,-0.0044704895,-0.01567155,0.014827124,-0.00034253058,-0.0068216356,-0.025299659,-0.0024318635,0.0064408164,0.017087204,0.016830565,-0.033578344,-0.0010989953,0.047519647,-0.038148176,-0.007699176,-0.022865726,-0.0027402446,0.014777452,-0.0005531196,-0.018974744,0.007268685,0.022551136,-0.025746709,0.00434217,0.0027505928,0.03308162,0.0064159804,0.02170671,0.03126031,0.01352737,0.005770243,0.011548765,0.036889818,-0.024852611,-0.0017695688,0.003096228,-0.014371796,-0.00962811,-0.0068920045,0.014702943,-0.0028602853,-0.022120645,0.005923399,0.015563927,0.035830148,0.015911631,0.0031665966,0.01226901,0.009917864,-0.01686368,-0.032386214,0.0038744241,-0.018163433,0.03486982,-0.03321408,0.013187944,0.025697036,-0.03284982,0.00987647,0.018809171,0.03127687,-0.00440426,-0.016060648,0.0152079435,0.0046608993,-0.007007906,0.024571136,-0.015936468,-0.022567693,0.005066555,0.016184827,0.039936375,0.01649114,-0.004698153,-0.010191061,-0.009661225,-0.0064697918,-0.03020064,0.021673596,0.0028520068,0.007632947,0.0019837797,0.0013763313,-0.022948513,0.021541137,-0.01610204,0.014388354,-0.01849458,0.014264173,0.0019620482,-0.024107529,-0.028097855,0.0025332775,0.00465676,-0.02894228,0.024008185,0.011275568,0.03831375,-0.005372866,0.022700153,0.011995814,-0.052751776,0.0034335842,0.010497372,-0.017550811,0.017468024,-0.018858843,-0.019686712,0.01943835,-0.030995393,-0.014421468,-0.0070617176,-0.022683594,0.059242263,-0.025316216,0.034207523,0.002491884,0.0008909934,0.009239011,0.024885725,0.11868322,-0.049374074,-0.0031252033,-0.0015025812,0.031856377,-0.009586716,-0.028660806,0.011722617,0.010960978,0.0062752427,-0.0162345,-0.023312775,0.034704246,0.0016453885,0.05205637,-0.015828844,-0.019901957,0.006473931,0.0072314306,-0.0072065946,0.0126498295,0.031425886,0.009040323,0.01459532,-0.020796055,-0.019835727,-0.017186549,0.011010651,0.013875075,-0.014255894,0.006958234,0.033760473,0.007355611,-0.011101715,0.030349657,-0.012451141,0.007285242,-0.020597367,-0.0062918,-0.03692293,-0.047022928,0.005302497,0.012028928,0.00045274055,-0.010853355,0.0009691235,-0.009826798,0.003241105,-0.0025560437,-0.025779823,-0.03626064,-0.019719826,0.012509092,0.021508021,0.021657038,-0.0071113897,0.024339331,0.023163758,0.00453258,0.0055011855,0.021209989,-0.014529091,0.014876796,-0.0047974978,-0.017633598,-0.046095714,-0.02019999,0.031939164,0.0037461047,0.010894748,0.009412864,-0.005327333,-0.0035556948,0.011648109,-0.0210113,-0.0063414723,0.004669178,0.0053894236,0.0065029063,-0.015646713,-0.007695037,0.02919064,0.0068961442,-0.017120318,-0.04844686,-0.001566741,-0.026392445,0.043578994,0.00020515615,0.044042602,0.0033983998,0.016971303,0.011664666,0.022352448,-0.03963834,-0.015472861,-0.036426213,-0.033826705,-0.0016246918,0.0067926603,0.0075708567,0.02799851,0.007438398,0.012012371,-0.0075915535,-0.0315749,-0.024074415,0.028743591,-0.0068920045,-0.020233104,-0.013254174,0.029803263,0.0056088087,0.023544578,0.019339006,0.008775406,-0.0009825764,-0.008154504,-0.0020593228,-0.020216547,0.015588762,0.0043711453,0.006424259,0.0016536672,0.02132589,0.02170671,0.01806409,-0.009719175,0.012426306,-0.025382446,0.027733592,0.028677363,-0.0041103666,0.009321799,-0.024471791,-0.0040441374,-0.009280405,-0.0099427,0.007508767,0.032816704,0.019272776,0.004441514,0.0075460207,-0.005650202,0.03745277,-0.0040938095,0.0101413885,-0.009553602,-0.017848844,0.011904748,0.0012800916,0.0053397515,0.0429167,0.010489093,-0.0056046695,-0.011374912,0.013436304,0.0029410026,-0.016035812,0.00868434,0.009462536,-0.00045869086,-0.012119994,-0.020779498,-0.019521138,0.0022041998,-0.010952699,0.00021511644,0.0045698336,-0.0014053066,0.026773265,-0.02177294,-0.029306542,0.017666712,0.009826798,-0.015456304,0.008535324,0.029422443,-0.016184827,0.0040917397,-0.016499419,-0.011548765,0.006581554,-0.02799851,-0.015770894,0.03430687,0.012682945,0.0013473559,-0.0104311425,0.00074456417,-0.00975229,-0.012153109,0.00402758,0.035664573,0.02635933,0.00051715906,-0.014653271,-0.00415383,-0.046989813,0.045069158,-0.029803263,0.0037481743,-0.013510813,0.0069416766,0.0039220266,-0.026640806,-0.034273755,0.0042117806,0.014678108,-0.00085166964,0.00054070156,0.011465978,-0.008510487,-0.0031045065,-0.021806054,-0.013750895,-0.014148272,0.029157527,0.01611032,-0.018660154,0.027021626,0.0024753266,-0.0000026719777,-0.036757357,-0.0044746287,0.044208173,0.021176875,0.0060310215,0.010149667,-0.047850795,0.020183433,0.014139993,-0.009611553,0.02788261,0.007823356,0.037419654,-0.024786381,-0.00849393,-0.03536654,-0.030879492,0.0044249566,-0.004234547,0.0077322912,0.03276703,0.0005810601,-0.019488024,-0.008133807,0.0025125807,0.0030672525,0.018047532,-0.006788521,-0.010762289,-0.024124086,-0.009073438,-0.047983255,-0.044274405,0.020166876,0.010323519,-0.00061262265,-0.03309818,-0.028064739,0.01271606,0.0065153246,-0.006266964,0.00042712837,0.016888516,-0.023395563,-0.026574576,-0.029786706,0.016515976,0.01730245,-0.017633598,0.0101413885,-0.022236547,0.014835402,-0.009975814,0.007123808,0.028114412,-0.0208954,-0.024471791,-0.012931305,-0.021855727,-0.00484717,-0.01736868,0.011341797,-0.011788847,-0.007699176,-0.0012842308,0.024389004,0.0089823725,-0.015249336,0.0037523136,-0.00006836382,0.036525555,0.041095387,0.012235896,0.052321285,0.02750179,0.013833681,-0.024273103,0.050135713,-0.0010741593,0.011714338,0.00080458465,0.0154811395,0.025316216,0.025912281,0.024753267,-0.015613599,-0.0084359795,0.010373192,-0.009967536,0.0046650385,-0.0040606945,0.014115157,-0.007815078,0.01163983,0.0027257567,-0.061460953,0.006233849,0.006643644,-0.008568439,0.012509092,-0.0005732989,-0.02862769,-0.03265113,0.008125529,-0.022865726,0.0070120455,-0.025630808,-0.008278685,-0.009239011,0.045532763,0.0013059624,0.039572112,-0.001041562,-0.003247314,0.028743591,0.01466155,0.007707455,0.005091391,-0.018428352,-0.0035122319,0.013891633,-0.020729825,0.033760473,0.008311799,0.0063207755,0.00042376516,0.03467113,0.034638014,0.043645225,-0.0004573973,0.01478573,-0.020597367,0.005165899,0.024107529,0.017832287,0.004416678,-0.0016712594,-0.011904748,-0.029140968,-0.0060517183,0.0104311425,-0.008916143,0.009032045,-0.031558346,0.013113436,0.022501463,0.013030649,0.05172522,-0.02491884,0.017087204,0.03417441,-0.023445234,-0.035995718,-0.016002696,0.008974094,0.007624668,0.019289335,0.047618993,0.0024422118,-0.01107688,-0.0033611457,0.009586716,0.032419328,0.0030051623,0.0027361051,-0.023163758],"social":"https://twitter.com/jhamar "},{"title":"mero finances","description":"app to log income/expenses to track and get them analyzed","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=S_PzamjwNb0","youtube_transcript":"Hello, everybody. This is Aru Gia. I'm working on an app called Mirofinances. It is basically a finance management app where a user logs the really transactions and get an analysis of whether or not they should be spending on something. Let's jump into the demo to see how this thing works. So this is the login page. After the user logs in, they get to create their savings group which means the place where they store their money and also the income source. On the very first page, they can log their income and expenses for the current date. They can also transfer the funds from one saving groups to the other. And of course, they can also see the transactional logs. Yeah. That's basically where I've reached in the past six weeks. Now about my progress, I'm unable to meet my fifty users school. I also feel building the UI. Also the main motive of the app is still very far away. This is my first Python project and I'm unhappy about where I am, but I'm gonna constantly build. Yeah. That is it. Thanks for watching.","embedding":[-0.013822717,0.0073176958,-0.0019990334,0.0042375154,-0.0010630068,-0.020345878,-0.00038094103,0.023393407,0.022653293,-0.0015908823,-0.016195435,-0.07836501,-0.035032064,-0.05366552,0.018764066,0.019692836,-0.04876045,-0.0069113583,-0.037324965,0.03729594,0.073256776,0.04376831,-0.0010648209,0.012240904,-0.006076916,-0.05758377,-0.025163876,0.022740364,-0.05288187,-0.03607693,0.024539858,-0.008830575,-0.0028715697,0.024655955,-0.011834567,-0.014824048,0.017588591,0.020810263,0.020737704,-0.05296894,0.0057249996,0.0049014413,0.016064826,-0.010811469,-0.034538653,0.028530668,-0.011965176,0.05186603,0.031781364,0.0122263925,-0.0866659,0.0013224096,0.00457492,0.024539858,-0.0009641436,-0.013808205,-0.01872053,0.010528484,-0.04391343,0.0076478445,0.013496196,0.0255557,0.020766728,0.012814131,-0.01864797,0.012001456,-0.025599238,0.039269578,-0.0030783662,-0.008395215,0.021840619,-0.0061095683,0.032419894,-0.012190113,0.007814733,-0.054216977,-0.008758016,0.011573351,0.011682191,-0.01053574,-0.0035935435,-0.010601045,-0.024104496,0.01665982,0.018023953,-0.056945242,-0.073256776,-0.0077784527,-0.036047906,-0.025889477,-0.043826357,0.032797206,-0.016819453,0.020316854,0.06275006,-0.008235582,-0.017066158,0.02945944,0.039530795,-0.010194708,0.028849933,-0.03665741,0.02178257,-0.03166527,-0.008337166,-0.0035227975,0.03836983,-0.0062329206,-0.038631048,-0.008569359,-0.1022228,0.00042175612,0.013285772,0.057990108,0.02967712,0.020607095,0.0057503954,-0.02597655,0.023233775,-0.06420126,-0.026774712,0.028066283,0.012574682,-0.010876773,0.005180798,-0.026368374,-0.041040044,0.037847396,-0.026934344,0.0049050692,0.057264507,0.032826234,-0.0013051765,-0.03625107,-0.042752467,-0.010260011,-0.016543724,0.037905447,-0.055290867,-0.0012915714,0.0006775308,-0.020607095,0.007974366,-0.013525221,-0.00448422,-0.073488966,-0.018589921,0.04698998,-0.015818123,-0.03723789,0.089278065,-0.017806271,-0.03331964,-0.02954651,0.04220101,0.021477818,-0.020200757,0.030475281,-0.005558111,-0.01142823,-0.02234854,0.0050320495,-0.04469708,-0.04283954,-0.050850183,0.010484948,-0.040807854,-0.04974727,-0.05102433,-0.010963845,-0.05288187,-0.010927565,-0.032129653,0.0046946444,0.032448918,-0.009323985,0.035902783,-0.07552065,-0.014751487,-0.007361232,-0.021115016,0.015890682,-0.0103180595,-0.021550378,-0.068670966,-0.036134977,-0.009353009,-0.000072503506,0.010216475,0.008351678,0.053926736,0.06965779,-0.0251929,0.017501518,-0.0009314915,-0.051256523,0.03842788,-0.002949572,-0.011290366,0.025933014,-0.0032325566,0.011711216,0.048644353,0.027050441,-0.0058338395,-0.0075897966,-0.00754626,-0.0054456424,-0.009215144,-0.016108364,0.051691882,0.022870973,0.005550855,-0.024525346,-0.016601773,-0.012095785,0.018560898,-0.021318186,-0.0022275979,0.003348653,-0.00971581,-0.0036443358,0.014316127,-0.01708067,0.02768897,0.04037249,0.034335483,-0.008670943,0.026948856,0.0027464035,0.013764669,0.009077281,-0.020520022,0.004451568,0.085737124,-0.03578669,0.022870973,-0.004212119,-0.018909186,0.063388586,0.007314068,0.06756806,-0.010753421,-0.028371036,0.015194105,-0.00078546413,-0.054536242,-0.032332823,0.027877627,0.03445158,0.00914984,0.02070868,0.014316127,0.013104371,-0.035699617,-0.037673254,-0.02812433,0.08625956,-0.0065304176,-0.053143088,0.015861658,-0.03816666,-0.04704803,0.013068091,0.036483265,0.03224575,-0.011834567,0.0535204,-0.023857793,-0.029952848,0.003013062,0.013989606,0.017370911,0.07319872,-0.005844724,0.024104496,0.0298948,0.02207281,0.007974366,0.011435486,-0.032971352,-0.016630797,0.057699867,0.04611926,0.02207281,0.06547832,0.038021542,-0.003765874,-0.021535866,0.009099049,0.0046873884,-0.028574204,0.007930829,0.02014271,0.04925386,-0.0018130979,0.008641919,-0.014120214,0.006341761,0.030156016,0.042636372,-0.0248301,-0.009556178,0.004172211,0.015063496,-0.017603103,0.019025283,0.005971704,0.0012380583,-0.034480605,-0.020868313,-0.02014271,0.044377815,0.017327374,-0.0050247936,0.041330285,0.056219637,0.004876045,0.020447463,0.0013278516,0.015861658,-0.04498732,-0.019460645,0.027427753,-0.015643978,-0.0092224,0.068032436,-0.019010771,-0.0025577468,-0.032623064,0.03909543,-0.03294233,-0.037702277,-0.014229055,-0.0047708326,0.012182857,0.0018158188,-0.022232443,0.024089985,0.03204258,-0.040256396,-0.05752572,-0.04292661,0.0025015126,-0.0072124833,-0.06275006,0.014853071,-0.036396194,-0.028559692,-0.02262427,0.0004829788,0.010564764,-0.020389415,-0.03137503,0.021448793,-0.000016538623,0.0019047051,-0.03799252,-0.07801672,-0.002592213,-0.05781596,0.009440081,-0.024568882,-0.029865775,0.027355194,0.033000376,0.016848477,-0.0009686786,0.0049449774,-0.011486279,0.02285646,-0.056103542,-0.011508047,-0.014816792,-0.04542268,-0.01213932,0.012676266,-0.011159758,-0.004255655,0.029807728,0.019562228,0.0045894324,-0.011326646,-0.020157222,0.019692836,0.027979212,0.0061313366,-0.0011455441,-0.0013868067,0.021797083,0.028385548,-0.031142836,0.056945242,-0.014062165,0.0027355193,-0.010688117,0.034277435,0.029067613,0.003374049,-0.05215627,-0.010347084,-0.028298477,-0.049979463,-0.02812433,-0.012981019,0.0034067011,-0.01623897,0.035206206,0.005859236,-0.006639258,0.0054565268,-0.0866659,0.045945115,-0.032971352,-0.023901328,-0.035032064,-0.04150443,-0.007959853,0.038573,0.0024307666,0.02406096,-0.05444917,-0.00092287495,-0.012654498,0.008126742,0.044464886,0.0534043,-0.010688117,0.026426423,-0.067626104,-0.020694168,-0.031694293,0.006711818,0.007713149,-0.022319516,-0.018401265,-0.0032180445,0.026295815,-0.013481684,-0.021056969,-0.017254815,-0.0061059403,-0.0042629116,0.0331455,-0.013256747,0.011624143,-0.019039795,-0.02213086,-0.022740364,-0.031229908,-0.037760325,-0.020012101,-0.012110297,0.051372617,-0.029473951,-0.0479768,0.032361846,-0.0066356296,0.017907856,0.016500188,-0.013699365,0.068206586,-0.04037249,0.06408516,0.025381556,-0.019228451,-0.0039037385,0.025570212,-0.015818123,-0.017965904,0.026890809,-0.015774587,-0.008540335,0.003326885,-0.08434397,-0.038892265,-0.021869643,0.019315524,-0.011203294,-0.004524128,-0.026673127,0.021608425,-0.03288428,0.026324838,0.011406463,0.049863365,-0.028443595,0.029415904,-0.01345266,0.021129528,0.018764066,0.04019835,0.02036039,-0.017385423,-0.003374049,-0.027282633,-0.0034937733,-0.07052851,-0.009476362,-0.019983077,0.060602274,0.028704813,0.0031962765,0.031229908,-0.010078611,-0.05082116,-0.022464637,-0.03247794,0.012240904,0.018140048,-0.05671305,-0.005666951,-0.027747018,-0.016892014,-0.008866856,0.033058424,0.020258807,0.0401403,-0.009483618,0.0018430289,-0.032797206,0.0008548498,0.026542518,0.0029096638,-0.008990208,-0.007415652,-0.03331964,0.02305963,-0.011602375,0.0035028434,0.015963243,0.0032869768,0.011043661,0.024844611,-0.037818372,-0.01857541,-0.03659936,-0.05572623,-0.0006280992,-0.01142823,0.023117678,-0.004208491,0.025425091,-0.0173564,-0.020084662,0.02954651,0.0035627056,-0.04405855,-0.008946672,-0.013010043,0.026948856,-0.029285295,0.034103293,-0.043536115,0.010542996,-0.0035481935,-0.009316729,0.011384695,0.041881744,0.011892616,0.0052497303,-0.012277185,0.03137503,0.013220468,-0.01580361,0.023814255,0.015281177,-0.03535133,-0.0008398843,0.0020824776,0.0138299735,-0.009258681,-0.015542394,-0.007705893,-0.0029332459,-0.003987183,-0.056306712,0.012545657,-0.017240303,0.0032670228,-0.027877627,-0.042897586,-0.033435736,0.02781958,-0.046786815,0.035931807,-0.028661277,0.033174522,0.055929396,-0.018531874,-0.011036405,-0.030649425,-0.02718105,0.042955637,-0.008206558,0.013017299,-0.016993597,0.013401868,0.018807603,0.009019232,0.01516508,-0.022740364,-0.022682317,-0.032652088,-0.00037028376,-0.0058084438,-0.0177192,0.0027010532,0.011014638,-0.018241633,-0.014403199,0.056974266,-0.032332823,-0.03735399,-0.018082,0.04461001,-0.0017505147,0.035293277,0.047802657,0.013546988,0.012625474,-0.025004243,0.014417711,0.020389415,0.016427629,0.03764423,-0.028153356,-0.008620151,-0.036686435,-0.017545056,0.00889588,0.024452785,0.04803485,-0.037818372,-0.030417234,-0.010753421,-0.014707952,0.020316854,-0.0086782,-0.022159884,0.016456652,-0.020128198,0.00056914403,-0.0075607724,0.013503452,-0.013546988,0.0032017187,0.06925145,0.0008530358,-0.024597906,0.0045821765,-0.012393281,0.037557155,-0.00796711,0.016326044,0.012008713,0.0006058776,-0.018183585,-0.0036316377,0.010296292,-0.05386869,0.056945242,0.020955384,-0.0011509861,-0.053926736,0.0208538,-0.018285168,0.03311647,0.037324965,0.024017425,-0.030417234,0.008518567,0.003706012,-0.024946194,0.0051263776,-0.012269929,0.008010645,-0.06756806,0.0020933617,0.0117257275,-0.01729835,-0.015266665,-0.021680987,0.0003423934,0.007785709,0.011442742,0.02911115,0.0052497303,0.011972432,-0.011225062,0.009802883,0.0046765045,0.03828276,-0.008431494,0.026716664,0.008438751,-0.006349017,0.02007015,0.013612293,-0.035612542,-0.024873635,0.032419894,-0.006066032,0.011551583,-0.029198222,0.009701298,0.010100379,0.013358332,0.003060226,-0.011747495,-0.005804816,-0.024496322,-0.0032307426,0.017399935,-0.0042774235,-0.0017396307,-0.020824775,-0.032013558,0.0024144405,-0.0331455,-0.0057431394,0.04745437,-0.00006655131,-0.037963495,0.00030429932,-0.050066534,-0.0063635292,0.0045458963,-0.0012453144,-0.052185293,0.019968566,0.021956716,-0.00444794,0.011624143,-0.002612167,0.027834091,-0.040807854,-0.01106543,-0.027558362,-0.02050551,-0.023074143,0.017545056,-0.0298948,-0.007865525,0.024104496,-0.004103279,0.023161214,0.045683898,-0.02718105,0.03764423,-0.012951994,0.014961912,-0.0017804458,0.06518808,0.022885485,0.012211881,0.0012843155,0.04426172,-0.048992645,-0.0036153118,0.026498983,0.036628388,-0.011457255,0.006468741,-0.016732382,-0.0009251425,0.03024309,-0.013097115,0.019634789,0.030591378,0.0032234867,-0.0016734195,0.0039617866,0.000071483126,0.013205956,-0.045306586,-0.002969526,0.0010702629,0.0027953815,0.0044551957,0.021753546,0.004179467,-0.020578071,-0.008823319,0.009701298,0.008743503,0.0064034373,-0.017066158,-0.032971352,-0.030156016,0.010441412,-0.028487133,-0.021245625,-0.0022947162,0.010325315,0.014214542,-0.003729594,-0.044929273,-0.054246,-0.024104496,-0.0057467674,-0.020447463,-0.018735042,0.052852847,-0.043303926,0.018052977,0.0054782946,-0.013097115,-0.053839665,0.00053331745,-0.004179467,0.016775917,-0.010405132,0.021085992,0.0053077783,0.045364633,0.06234372,-0.026237767,0.00807595,0.0046656206,0.034364507,-0.03378403,-0.059905697,-0.01935906,0.03018504,0.008155766,-0.019736374,0.01886565,-0.0019083332,0.02768897,-0.009635994,-0.0006621118,0.04931191,-0.018560898,0.00097412063,0.05561013,0.018851139,-0.021593913,0.0035645196,0.04333295,-0.014185518,0.011529815,0.015179593,0.013082603,0.016122876,-0.008692712,-0.010753421,0.009048256,0.0112178065,0.0133801,0.0085040545,-0.018517362,0.0370057,-0.0022149,0.02327731,-0.01064458,0.0125311455,-0.00373685,-0.014918376,0.015818123,-0.002945944,0.0064578573,0.017182253,0.024017425,0.005202566,-0.016703356,0.0066247457,-0.009759346,0.0064542294,-0.020345878,0.03018504,0.040604685,-0.002661145,-0.013960581,0.0023019721,-0.0003194916,-0.026963368,0.010296292,-0.0009677716,0.029357854,0.03088162,-0.024931682,-0.002280204,-0.013242235,-0.005547227,0.00758254,-0.016761405,0.0032325566,-0.019228451,-0.00043558792,-0.026281303,0.0060043563,0.03558352,-0.009019232,0.0081049735,0.055261843,0.033203546,0.03799252,0.036744483,0.0251929,-0.0015745562,-0.01248761,-0.038485926,0.011333902,-0.037905447,0.004560408,0.009294961,-0.01593422,0.03111381,0.038021542,0.021680987,0.012959251,0.025265459,-0.036831554,-0.0004902348,-0.023611087,-0.015426298,0.015179593,0.02043295,-0.015905194,-0.025570212,-0.004096023,0.013663084,0.022885485,-0.0165147,0.048092898,-0.022392076,0.040227372,-0.011471767,-0.00519531,0.028849933,-0.0110218935,-0.00092741,0.022246955,-0.032448918,0.01623897,-0.0026049109,0.012835898,0.005093726,-0.018952724,-0.0039799265,-0.0030783662,-0.017312862,0.010289036,0.02818238,-0.037383012,0.04519049,0.0064651133,0.058396444,-0.010622812,0.022580732,0.01110171,-0.004128675,-0.020737704,-0.013242235,-0.01786432,0.018488338,0.041533455,0.03999518,-0.005619787,-0.034770846,-0.020055639,-0.023814255,-0.034770846,0.019707348,-0.017008109,-0.002231226,-0.027877627,0.030620402,0.031404052,-0.026034597,0.01390979,-0.0012425933,0.021826107,0.022551708,-0.030939667,0.0124223055,0.014047653,0.004567664,0.003715082,0.0050030253,0.011254086,0.011181526,-0.02974968,-0.008460519,-0.0028244057,-0.007626076,0.0020988036,0.019097844,-0.027587386,-0.01602129,0.0057249996,-0.0014539249,-0.012313465,-0.004531384,-0.04156248,-0.017893344,-0.06437541,0.0065267896,0.010528484,-0.0076768687,0.034625724,0.034480605,-0.019344548,0.023872305,0.007974366,0.009389289,0.005093726,0.007096387,0.02455437,-0.011841823,-0.024104496,0.02377072,0.0058120717,0.0050864695,-0.00041200584,-0.012901203,0.025425091,-0.007444676,-0.054275025,-0.0144394785,-0.021608425,0.008641919,-0.04205589,-0.010376108,0.026992392,0.019983077,-0.022580732,0.02384328,-0.0013432706,-0.03416134,0.023509502,0.0046728766,-0.00051200285,-0.024539858,0.0377313,-0.0009886327,-0.028080795,0.006820658,-0.014824048,-0.023074143,0.013808205,0.02413352,0.040314443,0.033638906,-0.012451329,-0.0012054063,-0.015034473,0.019954054,0.017254815,0.020476487,0.0026647733,0.03665741,-0.015774587,0.018430289,-0.015208617,0.014243566,-0.0038275502,0.01623897,0.0010149357,-0.04376831,0.015034473,-0.00036098697,-0.034422558,0.015745562,0.01028178,0.03892129,0.004037975,-0.027500315,-0.0001814005,0.01099287,0.0148458155,0.0106155565,-0.017066158,0.006243805,-0.012444073,0.013075347,-0.011471767,0.030939667,0.01602129,-0.0007791151,-0.0064578573,0.008975696,-0.0073322076,0.004799857,0.002225784,0.013895277,0.017690176,0.009287705,0.014083934,-0.021477818,0.011660423,-0.026629591,0.0046039443,0.015905194,0.005568995,0.0058011874,0.03294233,0.008990208,0.0038384343,-0.016964573,-0.010579277,-0.011660423,0.016209947,-0.014584599,0.0098101385,0.019678324,-0.0109130535,0.010006051,0.0076115644,0.009948003,0.02512034,-0.027093977,-0.012342489,-0.021884155,-0.0129302265,-0.0028715697,0.008308142,0.04704803,-0.029807728,0.022319516,-0.0104269,-0.0095126415,-0.011783776,0.0017831668,-0.03038821,0.00080949964,0.0053912224,-0.0023418802,0.009374777,0.003994439,-0.011239574,-0.016427629,0.016906526,0.0031491125,0.001859355,0.0024870008,-0.008612895,-0.009694042,-0.01106543,0.022841949,-0.02619423,0.02355304,0.02626679,0.014156494,-0.023378896,-0.0009423755,0.08434397,-0.009592458,0.024873635,-0.014011374,0.022363052,-0.022290492,0.009062768,0.0036026137,-0.00087162934,0.005558111,-0.00601524,-0.0035953575,0.02818238,0.026818248,-0.0071580634,-0.015107033,0.014918376,-0.02128916,-0.01972186,-0.0063998094,0.017109694,0.015281177,0.031084787,-0.0041468153,-0.026498983,-0.037818372,0.009062768,-0.0035699615,0.038340807,0.011834567,0.019954054,0.010035075,0.033987194,0.023306334,-0.017951392,0.01886565,0.005895516,0.0006752633,0.008046926,-0.031229908,0.0015990452,0.0012471284,0.038543977,-0.014069422,-0.023074143,0.01434515,0.004778089,0.003983555,-0.021826107,-0.036309123,-0.026063621,-0.013155163,0.0025287229,0.020549048,0.00878704,0.01872053,0.03195551,0.05671305,0.02533802,-0.009519897,0.010811469,-0.00893216,-0.0054202466,-0.007078247,-0.0045495243,-0.010484948,-0.022188907,-0.008467775,0.0056089032,-0.0068678223,-0.0065666977,0.009592458,-0.00754626,0.010064099,0.002216714,0.017762735,0.024307664,-0.0161519,0.02455437,0.033725977,-0.028240427,0.004444312,0.010122147,-0.008816063,0.001873867,-0.007575284,-0.0010294478,0.015252152,-0.021651963,0.021013433,-0.007713149,-0.0192865,-0.0031509264,-0.00022924486,0.010049587,0.024786562,-0.050269704,0.028356524,-0.029444927,-0.0027210072,-0.019968566,0.00009931676,0.007408396,-0.008721735,-0.022537196,-0.0192865,-0.0065666977,0.015324713,-0.0065775816,-0.0057757916,0.010920309,0.023451455,0.021840619,0.018270656,0.051285546,0.01829968,-0.0025795149,-0.025773382,0.016645309,-0.04983434,0.03311647,-0.0021840618,0.00048842083,-0.030591378,-0.0035935435,0.02050551,0.017951392,-0.004825253,0.007974366,-0.021680987,0.0023509504,0.019750886,-0.028225916,-0.0038384343,-0.015005448,0.009287705,0.005619787,-0.007125411,-0.02384328,0.027369706,-0.032913305,-0.012444073,0.017182253,0.027355194,-0.004037975,-0.0009405615,0.014265334,0.01053574,-0.023901328,0.01921394,0.012342489,0.00049295585,0.009918978,0.02469949,-0.040024202,-0.024510834,0.03323257,0.011696704,-0.016950062,-0.014316127,0.01483856,-0.010593789,0.0016035803,-0.023886817,0.006261945,-0.014323383,-0.018676994,0.017559567,-0.0020752216,-0.007539004,0.028429084,-0.034538653,-0.025642773,0.029285295,0.018517362,-0.028298477,0.015208617,0.008308142,-0.01565849,0.018169073,-0.04333295,0.010158427,0.0024942567,0.0065703257,0.026586056,0.024365714,-0.018140048,-0.016471164,-0.0061857565,0.008649175,0.005670579,0.00007012262,0.023291823,-0.010042331,0.0057576513,0.036541313,-0.0138299735,-0.008620151,-0.015614954,0.024162544,0.028937006,-0.01274157,-0.02440925,0.0013804577,-0.01420003,0.009019232,-0.04008225,-0.004527756,0.016267996,0.010847749,-0.015252152,0.01757408,-0.042723443,0.015078008,0.013264003,0.013438148,-0.0127270585,0.036338147,0.012792362,-0.022725852,0.027732506,-0.0021514099,-0.029575536,-0.06269201,0.0057358835,0.014533807,0.030997716,-0.010347084,-0.021100504,-0.023016093,0.052997965,-0.024801074,-0.023364382,0.01110171,-0.000921061,-0.018909186,-0.017138718,0.0091063045,-0.01593422,-0.0298948,0.0013713876,-0.0061930125,-0.008264606,0.0032071606,0.03033016,-0.007952597,0.02156489,-0.024539858,-0.016471164,0.011602375,0.036570337,0.012190113,0.0035173555,-0.030156016,-0.0054202466,0.019489668,0.006026124,-0.01274157,0.004491476,-0.023117678,-0.01184908,-0.001886565,0.02050551,-0.010368852,0.01972186,-0.002619423,0.018052977,-0.02626679,-0.0038819704,0.03117186,0.0017632127,-0.04762851,0.014555575,-0.004023463,-0.011551583,0.02141977,-0.0042955633,0.011167014,-0.003326885,-0.029865775,0.03514816,-0.026078135,-0.04234613,-0.01188536,-0.004342728,0.016529212,-0.0016906526,0.0034248412,0.037121795,-0.000109010354,0.048238017,0.004734553,0.00949813,0.020157222,0.03572864,0.025381556,-0.0008911299,0.0047599487,0.0008793389,-0.005605275,0.021361722,0.0068859626,-0.00012108483,-0.033638906,0.01438143,0.012792362,0.003394003,0.0251929,-0.009665018,0.039124455,0.01057202,-0.0061966404,-0.009955259,-0.010825981,0.015455321,0.016848477,-0.006323621,-0.026919832,-0.02440925,-0.0065957215,0.02725361,0.00056733005,0.029169198,0.033174522,0.062111527,0.006301853,0.003058412,-0.0003145031,0.015208617,-0.010847749,0.018836627,0.012146576,0.07952597,-0.04008225,-0.005717743,-0.020940872,0.008344422,0.048702404,0.012908459,-0.004847021,-0.009868187,-0.011660423,-0.0023799744,0.00007890921,0.005579879,0.015600442,0.045509756,0.014054909,-0.013351075,-0.014258078,0.035206206,0.056538902,0.0081049735,0.028429084,-0.03424841,0.039675914,0.011087198,-0.013902533,-0.016529212,-0.012342489,-0.041098095,-0.011268598,-0.005928168,0.011791032,-0.01702262,0.04974727,-0.018706018,0.012378769,-0.02285646,-0.023393407,0.032623064,-0.029314319,0.02065063,-0.019707348,-0.012044992,-0.014221798,-0.024931682,0.015600442,0.021695498,-0.02612167,0.0062002684,0.0036280097,0.042026866,-0.0013967837,-0.00069431035,0.007851013,-0.006381669,-0.016108364,0.0028244057],"social":"https://twitter.com/uparogya"},{"title":"cryptomarry","description":"crypto savings & earnings made simple for couples","niche":"web3","youtube_url":"https://youtube.com/watch?v=kO0xO95fapo","youtube_transcript":"Hi. My name is Alton. I'm a founder of Kriptan Mary. As a recently married person, I understood that ownership and management of joint financial and other assets is quite challenging between partners, especially when one partner decides to dedicate her or his life to raising a family and the other decides to pursue a career. This problem is especially acute when apartments decide to get divorced, which puts extra cost to our state institutions. To address this challenge, I've built Krypta Mary, which makes ownership of crypto assets similar to owning a house. Within the crypto Mary, each partner can make financial and non financial decisions in a collaborative, transparent, and accountable manner. Within the cryptomaries, there's special protocols that hand builds special edge cases. Thank you so much for your attention and hope to see you soon. Bye.","embedding":[0.013520259,0.024789562,0.025399499,0.06372385,-0.024847653,-0.008945735,0.008103442,0.0403139,0.010673889,-0.016773254,0.009403188,-0.035986256,0.047284603,-0.021856058,0.011189431,0.008321277,-0.007733124,-0.01428268,-0.0067673908,0.033023708,0.043508805,0.03456307,0.0006430655,-0.004941212,-0.029465742,-0.003084173,-0.0074717226,-0.029480265,-0.011603316,-0.03139721,0.017020134,-0.021522045,0.011327392,0.015655037,-0.025167143,0.037293263,0.00018754187,-0.00091445097,0.00423325,-0.003708632,0.010194654,-0.056230336,0.0043566893,0.037554663,-0.030671094,0.0012389335,-0.013026501,0.023497079,0.007595162,0.01838523,-0.015655037,0.027635934,-0.0017871503,0.036102433,-0.028463705,-0.061981168,0.021202555,0.04551288,-0.022219116,0.053093523,0.008713379,-0.033633642,0.07098499,0.03180383,-0.012815928,-0.014863572,-0.07627111,0.052164096,-0.05884435,0.030061157,0.041040014,0.03714804,-0.008045353,0.021696314,-0.040981926,-0.035550587,-0.060528938,-0.02224816,0.007108665,0.007595162,0.02306141,0.0211009,0.01636663,0.017731726,0.037118994,-0.017165357,-0.020810453,0.034011222,-0.032965615,-0.027127653,-0.028129691,0.045919508,-0.019692237,-0.016439242,0.051989827,-0.017034655,-0.016671598,0.008713379,-0.011182169,0.0028536315,0.012910323,-0.02439746,-0.00035216572,0.011000641,0.0011808444,0.017804338,0.016758732,-0.034650203,0.036044344,-0.005532996,-0.14278324,-0.055329956,0.0050900653,-0.002281816,-0.02356969,-0.012205992,-0.05933811,-0.015567903,0.01516128,-0.03508587,0.0042622946,0.025791602,0.034998737,-0.004915798,0.0014585833,-0.005972295,-0.046238996,0.0038593006,-0.077490985,-0.0034671987,0.045803327,-0.019939115,0.045396704,-0.00078148115,-0.032007147,0.016279496,-0.0634334,-0.0078275185,-0.031310074,-0.024876697,0.045338616,-0.056636963,0.043334536,-0.014239113,-0.05675314,-0.019140389,-0.021783447,0.038309824,-0.0403139,-0.024615295,0.017078223,-0.024658863,-0.036857594,0.039413515,0.038338866,0.004727008,0.0125036985,0.014456947,0.01870472,0.0039791097,-0.011661406,0.040226765,-0.0296981,-0.0026630263,-0.013375036,-0.015277457,-0.020215038,0.0060957344,-0.034330714,0.019183956,-0.030264469,-0.04440919,-0.05207696,0.018240007,-0.04260842,-0.04429301,0.00082550186,-0.057682566,0.013643699,-0.035550587,-0.016845865,0.0071703847,0.037118994,-0.044089697,-0.04260842,-0.0071304482,0.0362767,0.0011853826,-0.03531823,0.061574545,0.050769955,0.045454793,0.0103108315,0.021870581,0.0400525,0.0014222775,0.041795176,0.011189431,-0.0403139,0.022131983,0.010586755,-0.028594404,0.04760409,0.0030750965,0.006622168,-0.014573126,0.032297593,-0.018051216,-0.013106374,-0.026808163,0.076561555,-0.020926632,-0.020432873,0.000120603145,-0.019706758,-0.05832155,0.000982978,0.02375848,0.018356185,0.022378862,-0.050072882,0.034650203,0.020244084,0.011908284,-0.013149941,0.029741667,0.035841033,0.0029353194,0.06738346,-0.017993128,-0.0067383465,0.042927913,-0.012605355,-0.04449632,-0.05466193,-0.022509562,0.011000641,-0.04353785,0.014413381,0.01794956,-0.002490574,0.016047139,-0.026967907,-0.018908031,0.013730832,0.0054313396,-0.026590329,-0.056230336,0.0057217856,0.032500904,0.03322702,-0.007028792,0.006919875,0.036044344,0.010107519,0.011145864,-0.012126119,0.02388918,0.025573768,-0.04202753,-0.0012543635,-0.011254781,-0.056172248,-0.060006134,-0.028855806,-0.004342167,-0.0005346021,-0.008502806,-0.02843466,-0.02647415,0.027476188,-0.0051663076,-0.000748806,-0.009802551,-0.036247656,0.008894907,0.000906736,-0.03133912,-0.012844972,0.035811987,-0.025675423,0.0005822534,0.01932918,-0.02869606,-0.017615547,0.04467059,0.055329956,0.018530453,-0.0057798745,-0.017150834,-0.009562933,-0.011356437,0.04115619,0.046994157,0.022233639,-0.03758371,-0.0154372025,-0.01542268,-0.01649733,0.032384723,-0.00037599137,0.044322055,-0.006596754,-0.016962044,0.03406931,0.025123576,0.021522045,0.007863824,0.029305998,0.015306503,0.04095288,-0.012837712,-0.034214534,-0.0017435834,0.0011381852,-0.0020948416,0.038919758,-0.02034574,-0.004661658,-0.019459879,-0.013542043,-0.05739212,-0.007311977,-0.035608675,0.025602812,0.0009276118,0.04568715,-0.017092746,0.019866504,-0.062329702,0.043102182,-0.04234702,-0.012997457,-0.065640785,-0.01421733,-0.0063171997,0.07179824,0.023090454,0.016918477,-0.012314909,0.03462116,-0.053471103,-0.014870834,0.035928164,-0.0038302562,-0.01959058,0.023685869,-0.04112715,-0.016468287,0.017804338,-0.01295389,-0.025254276,-0.016439242,0.008684334,0.0006389811,0.014464209,0.02717122,-0.016642554,-0.041795176,0.014529559,0.017005611,0.03767084,0.00061719766,0.007431786,0.02818778,-0.031629566,-0.049550083,0.0106811505,0.004708855,0.014239113,-0.008430194,0.029422175,-0.012598094,0.030903451,-0.0155824255,0.02502192,0.044641543,0.0056382823,0.014043062,-0.00568548,0.053993903,-0.012779622,-0.021071855,-0.011320131,0.025835168,0.03912307,-0.00004977858,-0.00758064,-0.028507272,0.026721029,0.053906772,-0.00082550186,-0.016018094,0.012118857,-0.060935564,0.015916439,0.0066439514,0.044757724,0.024005359,-0.06169072,0.01851593,-0.004258664,-0.027330965,0.0034490458,0.01314268,0.018457841,-0.018748287,-0.0067746523,-0.0020294911,-0.010673889,0.01042701,0.014522298,0.04449632,-0.009061914,0.03139721,-0.024441028,0.008190576,-0.008604461,0.035056826,-0.027287398,0.016700642,-0.015045101,-0.0042768167,-0.04998575,0.011429048,0.0074789836,0.044990078,-0.02786829,-0.017862426,-0.09468538,0.037322305,0.0047306386,0.0014558603,0.00097208633,0.039210204,0.030264469,-0.01819644,0.024281282,-0.064595185,-0.008067137,-0.015117712,-0.03595721,-0.018864466,-0.005391403,-0.026111092,-0.017005611,-0.0015883764,-0.020185994,-0.057043586,0.018951599,-0.008415672,-0.017470324,0.02843466,0.0483883,0.010434271,-0.003721339,0.049143456,0.038193643,0.004374842,-0.017586503,-0.0061937603,0.029088164,-0.025806123,0.06023849,0.0022854467,-0.08916691,-0.008829557,0.032762304,-0.027069563,-0.026909819,0.04902728,-0.050973266,-0.017194401,-0.00385567,-0.061806902,-0.01548077,0.041620906,-0.00092080445,0.014674782,0.021260645,-0.016206885,0.048620652,-0.028405614,0.062445883,-0.016671598,0.047691226,-0.037380394,0.07214677,-0.0024687906,0.025094531,0.041853264,-0.0096065,0.015451726,-0.017717203,-0.0034653833,-0.042056575,0.01137822,-0.034359757,0.017499369,-0.027592367,0.020490963,-0.021914149,0.02869606,0.029552877,-0.008393888,0.052367408,-0.042753644,-0.0193437,-0.024862174,0.041243326,-0.034417845,-0.009722679,0.0053550974,-0.0032874853,-0.035405364,0.023221154,-0.014311724,-0.0073882192,-0.011871979,-0.013440387,-0.019183956,0.01789147,-0.0041497466,0.03659619,0.04777836,0.0076387287,-0.039268292,-0.015771216,-0.005543887,0.0127651,0.040401034,-0.00021908247,0.009512105,0.032297593,-0.017005611,-0.00028431937,-0.008030831,-0.023860136,0.01598905,-0.006865416,0.0034926126,-0.0029371348,0.008473761,-0.010071213,-0.010332615,0.041649953,0.016729688,-0.003418186,-0.03404027,0.06779009,0.024179626,0.010216436,-0.0019986313,-0.04504817,-0.0003265248,0.0006181053,0.0017054623,-0.014130196,0.004073505,0.029059118,-0.033836953,0.0042368807,0.004494651,-0.011799367,0.034359757,0.04713938,0.013505737,0.015640516,-0.013578349,-0.015945483,0.009432233,-0.0076605123,-0.003596084,-0.039994407,0.025050964,0.01023822,-0.011784845,0.023497079,0.031687655,-0.030235425,-0.045077212,0.0057653524,-0.022233639,0.014289942,-0.005674588,0.020490963,-0.0057580913,0.007319238,-0.018806376,0.007286563,-0.01674421,0.011174908,-0.022073893,0.05977378,0.024353893,0.0104560545,-0.017092746,-0.002274555,0.015625993,-0.004498282,0.03316893,0.03494065,-0.020127906,-0.048068807,-0.043770205,-0.019881027,-0.011675928,-0.018341662,0.009613762,0.012118857,0.014086629,-0.004672549,0.009018347,0.0058052884,-0.037380394,0.02173988,-0.011421788,0.01851593,-0.014413381,0.014515037,-0.0013260674,-0.023032365,0.0082631875,0.035114918,0.020926632,0.06505989,-0.008059875,-0.00771134,-0.01983746,-0.00042999617,0.023090454,0.01548077,0.00064805755,0.00061129796,-0.02920434,-0.012946629,0.009323316,0.021870581,0.01813835,-0.029088164,-0.0031458929,0.048446387,0.016482808,0.020592619,0.00042364266,-0.027360009,-0.0014640292,0.07249531,-0.006135671,-0.035434406,0.021885103,0.004607199,0.03903594,-0.013309686,0.010158348,-0.015524337,-0.003519842,0.022131983,0.037060905,0.04530957,-0.0050501293,0.0209702,-0.013091852,-0.018603064,0.0137598775,-0.017165357,-0.022524085,0.012075291,-0.025951346,0.011479877,-0.020447396,0.022770964,0.042637467,-0.046645623,0.010056691,0.014957967,-0.0066330596,-0.02692434,0.004225989,-0.009657328,-0.016032618,-0.02628536,-0.01105873,0.005206244,-0.014297202,0.0028118799,0.03703186,-0.011196692,0.0064370087,-0.010383443,0.016962044,0.0004263656,0.030758228,0.0053442055,0.018094784,0.009316054,0.008582679,0.03494065,0.02894294,-0.068196714,-0.026721029,0.008815035,-0.06738346,0.034156445,0.013817967,-0.03488256,-0.026328927,0.0365381,0.02792638,-0.012677967,-0.011574271,-0.015756693,0.049462948,0.022465995,-0.016381152,0.0057907663,-0.018341662,-0.016090706,-0.0017871503,-0.026764596,-0.0028772303,-0.011654144,-0.0077912128,0.00325481,0.028739627,0.0006280894,0.008321277,0.02079593,0.0014731056,-0.00771134,-0.017746247,0.0043022307,-0.024615295,-0.02307593,-0.022277206,-0.030990584,-0.03311084,-0.009962296,-0.018864466,-0.04260842,-0.004418409,0.035114918,-0.014783699,-0.022393383,0.019096822,-0.01282319,0.023526123,0.026909819,-0.01661351,0.04339263,-0.031484343,0.014674782,-0.0028935678,0.012024463,-0.023119498,0.015684081,-0.016352108,0.01674421,-0.029567398,-0.0051808297,-0.013542043,0.029683577,-0.021565612,0.019619625,-0.012619877,0.03569581,0.044263966,0.02900103,0.0076387287,-0.013011979,0.031310074,-0.006731085,-0.005863378,-0.000080383186,-0.010659367,-0.023322811,-0.0022672939,-0.00086816115,0.03404027,0.0001714312,0.0077186013,0.007950958,-0.01661351,-0.0051590465,0.007021531,-0.030090202,0.01510319,-0.035811987,-0.011697711,0.0049049063,-0.025080008,-0.0009938697,0.011327392,0.0017789815,0.006538665,-0.009533889,-0.010376182,-0.02762141,-0.045396704,-0.011835673,0.012307648,0.0076532513,-0.009715417,0.03267517,0.012031724,0.064188555,-0.038019378,0.0012906692,-0.020926632,-0.006273633,0.0102454815,0.024731474,0.005674588,-0.050189063,-0.017150834,-0.006313569,0.042230844,-0.008931213,0.000032504988,-0.013578349,0.06505989,-0.010180131,-0.027476188,-0.01996816,-0.030119246,-0.01282319,0.019706758,0.021449434,0.033633642,-0.018036693,0.025559245,-0.017847905,0.032500904,-0.014478731,0.010252742,0.052280273,-0.017862426,0.0030859883,-0.019227523,-0.010448794,0.015175802,-0.008379366,-0.029741667,0.019953638,0.027069563,-0.013367776,0.030061157,-0.005453123,-0.0317167,0.043247405,-0.015756693,0.00068345567,0.07592257,-0.08033735,0.016410196,-0.012699749,-0.010027647,-0.033778865,0.0051227408,0.009432233,0.0071994294,-0.018254528,0.0052607027,0.018181916,-0.019125866,-0.030816317,0.025065487,-0.00079191907,0.02564638,0.02066523,-0.034272622,0.02792638,-0.011806629,-0.031571478,-0.001971402,0.0011980896,-0.021013765,-0.0011427234,0.005674588,0.0122931255,-0.013752616,0.009780767,-0.024237715,-0.009069175,-0.026357971,0.013367776,-0.027940901,0.021754403,-0.053732503,0.0015121343,-0.014718349,0.0036850332,-0.028623449,0.006270002,0.012467393,-0.025283322,-0.0030823578,0.0053115305,0.012569049,-0.008139748,0.031077718,0.014246374,-0.035550587,-0.016918477,-0.011850195,0.03322702,0.0005264333,0.0025686314,-0.016569942,-0.009243443,0.014173763,0.0059142057,0.02053453,-0.00020433328,0.013302425,0.023293765,-0.020723319,0.017426757,0.017964082,0.0020748733,-0.02939313,-0.00086226146,-0.005896053,-0.010209176,0.034824472,0.058234416,-0.011000641,0.06325913,0.07174015,-0.0042913393,0.012176947,0.022582173,-0.0061756074,-0.018022172,-0.0029861475,-0.020244084,-0.010361659,-0.033895046,0.0013623731,0.01642472,0.0029807016,-0.049259637,0.00657134,-0.026750073,0.035027783,-0.023773002,-0.031251986,0.04734269,0.04745887,-0.022538606,0.027040519,-0.019227523,-0.0019205739,-0.027243832,0.0029716252,0.027447144,0.04353785,0.016526375,0.019822937,0.007210321,-0.00016076637,0.012946629,0.00032175967,0.0071631237,-0.018588541,0.013128158,-0.010049431,-0.004113441,0.018719243,0.048998233,0.0039210203,0.012402043,0.014318986,0.031251986,-0.052047916,-0.02875415,0.044205874,0.057043586,0.0029861475,-0.0026557653,-0.016671598,0.02887033,-0.016105229,-0.040836703,-0.0357539,0.025225231,-0.014072107,0.009657328,0.0074935057,0.01789147,-0.008749684,-0.004265925,0.003822995,0.050798997,0.007609684,-0.016061662,-0.0141156735,-0.041824218,0.008023569,-0.011494399,0.0009548411,0.020592619,-0.010230959,0.0027374532,-0.0051989825,-0.034359757,0.024992876,0.001630128,-0.007740385,-0.001166322,-0.031513385,0.008524589,0.012191469,-0.008989302,0.006280894,0.014079368,0.014355292,-0.018530453,0.010201914,-0.034650203,-0.006277263,-0.004556371,0.009475799,-0.032704215,-0.009758985,-0.016264973,-0.0075152894,-0.009381404,0.012075291,0.028158735,-0.020040771,0.022059372,0.03160052,0.023134021,-0.012670705,-0.028826762,-0.0122931255,-0.05396486,-0.014899878,0.05274499,-0.035637718,-0.043944474,-0.03430167,0.00069797796,0.0080526145,-0.032500904,0.015408158,-0.014355292,-0.0066076457,0.0026430583,0.0168023,-0.012387521,0.042376067,0.04632613,0.0056092376,-0.0082631875,-0.00023893718,0.0067201937,-0.009279748,0.07174015,-0.010775546,0.018588541,0.008444716,0.006919875,-0.006161085,0.014841788,-0.0059614033,-0.0072139516,-0.032297593,-0.018225484,0.017107267,0.024586251,-0.009250704,0.0004973887,0.015074145,0.011792106,-0.0040226765,-0.031513385,-0.001971402,0.017731726,0.027635934,0.016482808,-0.007950958,0.013658221,0.0040662433,-0.0067673908,-0.019198477,0.013295164,0.028463705,-0.012031724,-0.0029861475,-0.005580193,-0.009512105,-0.010114781,0.0028536315,-0.00815427,-0.038338866,-0.0012107966,-0.023642302,-0.015611471,0.016206885,0.004055352,-0.016715165,-0.029233387,-0.031426255,0.01200994,0.0071122954,0.017746247,-0.029146252,0.02198676,0.04339263,0.009976819,0.004962995,-0.010557711,0.0081978375,-0.002394364,-0.025268799,0.0051953522,0.05875722,-0.0022727395,-0.02015695,0.010223698,0.003634205,0.025878735,0.0022455102,-0.032820392,0.0072066905,0.028812239,-0.0037866891,0.024382938,0.032558993,0.0016528191,-0.0021783446,0.015945483,-0.03064205,0.011741278,-0.013273381,-0.0036505426,-0.010085736,-0.015887395,0.043363582,-0.00941771,0.007980003,0.02256765,0.013048285,0.013752616,0.0027501602,0.08295137,-0.0050464985,-0.0031313705,-0.036857594,0.033895046,-0.004164269,-0.0084882835,0.0082631875,0.021899626,0.012786884,-0.0054676454,-0.029436698,-0.0035234725,0.012249558,-0.008517328,-0.013658221,-0.01213338,0.015074145,0.036886636,-0.020331217,-0.005681849,-0.04101097,-0.0075733783,-0.003975479,-0.04795263,-0.022015804,0.012271342,0.00024234084,-0.025457589,0.0010156533,0.016264973,0.011262042,0.0016337585,-0.021115422,0.035811987,0.012844972,-0.016134273,0.00021896903,0.0009711787,-0.0057653524,-0.019474402,-0.0055511487,0.016874911,0.012590832,0.011596055,-0.010920769,-0.026488671,-0.036044344,0.0047633136,-0.009446755,0.0035525172,-0.0026757335,-0.009170831,0.021347778,0.027403576,0.023453511,0.015393636,0.036073387,0.022916187,0.042811736,0.013542043,0.0086335065,-0.01731058,0.01105873,0.011726756,-0.008662551,-0.036305744,0.0007306531,0.011392742,0.0021202555,-0.005580193,0.01529198,0.007689557,0.0066621043,-0.0031676763,0.0013505737,-0.01402854,0.0016237744,-0.014529559,0.021551091,-0.0063099386,-0.0018025802,0.005420448,0.03180383,-0.026430583,0.0075080283,0.030496826,0.0048649698,0.018559497,0.01642472,-0.009526627,-0.016816821,-0.013237075,0.0051336326,-0.006520512,0.011218475,-0.047313645,-0.019576058,-0.016003573,0.022088416,-0.008161532,0.011675928,-0.013636438,0.0058779,-0.010303571,-0.017049178,-0.008284971,0.038571224,0.0080526145,0.007921914,-0.019372746,0.013549305,0.0066076457,0.005856117,0.022770964,0.027142175,0.003020638,0.010906246,0.0032693325,-0.0054494925,0.004113441,0.0045854156,-0.018022172,-0.012932107,0.0054059257,0.0009875163,0.014369814,0.040226765,0.028579883,-0.03944256,-0.0019550645,0.04257938,0.01959058,-0.01434803,0.00019695867,0.029175296,-0.028536316,-0.00979529,0.0012961151,-0.0071994294,-0.06209735,0.025951346,-0.00046221752,-0.018094784,0.02306141,-0.008364844,0.005921467,0.00046335207,-0.021522045,0.017267013,-0.008081659,-0.0051481547,0.019154912,0.00057090784,-0.0037685363,-0.019808415,0.03424358,-0.027272876,0.030061157,-0.0055075814,0.011552488,-0.015727649,-0.015204846,-0.04568715,-0.01642472,-0.027011475,-0.006894461,0.013636438,0.0062264353,-0.0054131867,0.008727901,-0.0076822955,-0.033197973,0.012641661,-0.0034871667,-0.0019550645,-0.012278603,0.028115168,0.042637467,-0.027025998,0.0033401286,-0.01611975,0.0033092687,0.011697711,-0.007319238,-0.0051154797,0.0128740175,-0.018980643,-0.011603316,0.010129303,0.012126119,0.02534141,-0.029567398,-0.006186499,0.014130196,-0.041040014,-0.042056575,0.0019768479,-0.023497079,-0.007449939,0.020418352,-0.02147848,0.015030579,0.014711088,0.025414022,-0.0010083921,-0.015117712,0.006792805,-0.003501689,0.019576058,-0.010107519,0.00991873,0.021522045,-0.00033832417,0.004207836,-0.038280778,-0.005079174,0.01131287,0.02598039,0.0019423574,-0.015640516,-0.028826762,0.03160052,-0.040226765,-0.0072647794,-0.0032511796,-0.013483954,-0.0065495563,-0.031832878,-0.0049049063,-0.0009566564,-0.03514396,0.022698352,0.07714245,-0.008009047,-0.026546761,-0.041417595,-0.03261708,-0.010572233,0.001854316,0.01851593,-0.0004742438,0.04493199,0.016540898,0.013999496,-0.01585835,0.0035470712,-0.03267517,-0.022088416,-0.04960817,-0.0010102073,-0.0038629314,-0.04417683,-0.0018098414,0.00063535053,-0.016787777,-0.02609657,-0.0018053032,0.026198225,0.018225484,-0.014899878,-0.030671094,-0.0053296834,0.03772893,-0.0028536315,0.0056346515,0.03589912,-0.005391403,-0.041040014,-0.027214786,-0.01636663,0.0002768313,0.04159186,-0.0041933134,-0.02432485,-0.018443318,-0.02243695,0.0009802551,-0.015553381,-0.006008601,0.006683888,0.013345992,-0.0008132487,-0.0018915293,0.012017202,-0.026023958,0.02160918,-0.00067891745,0.005253441,-0.01548077,0.023221154,0.014369814,-0.004690702,0.032442816,-0.0018525006,-0.01548077,-0.031455297,-0.032646127,-0.010085736,0.009599239,-0.014899878,0.013149941,0.027984468,0.00023825646,0.017659115,0.018690197,0.026227271,0.0274181,0.0068799388,0.0033346827,0.008604461,-0.034853514,-0.018661153,-0.0119228065,0.0041497466,-0.033314154,0.025457589,-0.014943445,0.012242298,0.043276448,0.033895046,0.0042114663,0.0138252275,0.009700895,-0.014957967,0.004839556,0.0051154797,0.02160918,0.031920012,0.045019124,0.007010639,0.009330576,0.036073387,-0.031745743,0.010361659,-0.012677967,-0.01421733,0.01839975,0.042434156,0.008103442,-0.018980643,-0.006578601,-0.013091852,0.025501156,-0.01953249,0.0069307666,0.040226765,0.03912307,0.010129303,0.012452871,0.039849184,0.027127653,0.002116625,0.044990078,-0.038338866,0.006476945,0.01649733,-0.020098861,0.013048285,0.0101656085,0.0036668803,-0.01787695,-0.035637718,0.007355544,-0.0317167,0.0046798107,-0.01661351,-0.009635544,0.0037939504,0.015901916,0.006476945,-0.0056455433,0.02128969,-0.017673636,-0.010564972,-0.036480013,-0.012235036,0.0029099055,-0.016947523,-0.018908031,-0.0059142057,-0.003494428,0.019053254,0.029915934,0.0031767527,0.029799756,-0.03430167,-0.014079368,0.012881278],"social":"https://twitter.com/ethmag.eth"},{"title":"good people click","description":"shop at your favourite online stores and we donate 50% of revenue to charity","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=OWmMP1bmlYk","youtube_transcript":"Hey, we're Matt and Narb, and we built Good People Click, a website where you can shop at your favorite online stores and we donate fifty percent of our revenue to charity. Here's how it works. Go to good people click dot com slash shop. Click on one of the buttons. In this example, let's say you wanna shop on Amazon and then shop as you usually do. At voila, your job is done. Nothing about your shopping experience changes except that you spent two extra seconds clicking a button on our site. You receive the product at the same price. And then we earn a commission from our affiliate partners, in this case, Amazon, and donate fifty percent to accredited high impact charities. What's left over helps us pay taxes and continue building solutions to benefit society. This means that with just one click of your time and no extra cost, you can now help people who need it the most. Over the last six weeks, we're able to launch our online and shopping pages plus our blog platform. At this point in time, we're at thirty two unique users and twenty newsletter sign ups. Through our users' clicks and sign ups, we're able to donate twenty three dollars and ninety cents to charity water bottles like clean drinking water to seven people for a month. In terms of our work done with content, we found sharing ideas with friends of family and messaging users directly provide the best feedback However, what didn't work were our launch videos after week two likely due to smaller updates and views of posts. In terms of us next, we'll likely experiment with ads and promote social posts.","embedding":[0.005007714,-0.0035851551,-0.029233394,0.03604327,0.030644448,-0.0615343,-0.03309846,0.057791933,-0.0077224625,0.007124298,0.062362526,-0.03730095,-0.016089102,-0.025322314,0.02585913,0.030935863,-0.014770072,-0.09171862,-0.03334386,0.027653625,0.012967909,0.0367488,0.03214753,0.05190231,0.00019878919,-0.030245673,-0.022699593,0.025552379,-0.0013506641,-0.012891221,-0.020414295,-0.029463457,0.008251608,0.027101472,-0.016702605,-0.026288582,0.029156705,-0.03227023,0.055828728,0.015874377,-0.057822607,0.020245582,0.05441767,-0.014854429,-0.04613539,0.010536905,-0.0025345322,0.014816085,0.034325466,0.0429145,-0.040859267,0.027960375,-0.040552516,0.0055521973,-0.024892863,-0.011043045,0.012039986,-0.00823627,-0.068344176,0.017668871,-0.017776234,-0.032761034,0.058834888,0.011963299,-0.00045125984,-0.003681015,-0.05064463,-0.0137808,0.00055119366,0.022070752,0.037147574,0.0436507,0.0070629474,-0.030399049,-0.02523029,0.002367736,-0.000023126167,0.060982145,0.009992422,-0.03013831,0.028006388,0.011265439,-0.024064634,0.02812909,-0.044509605,-0.01918729,0.0022412012,0.0018002463,-0.085890345,0.032730356,-0.028006388,0.03819053,0.01031451,0.071350336,0.005184096,0.004003104,-0.018175012,0.02705546,0.07153439,-0.0010812981,0.06368156,-0.032576982,0.028604554,-0.061380923,0.0058972924,0.0014187245,0.028297802,0.0070936223,0.068098776,-0.018128999,-0.06503126,0.024340712,-0.015383575,0.018512437,-0.011411146,0.009409594,0.0073812017,-0.016625917,0.012523119,-0.04101264,-0.024923539,0.039939012,0.0077339658,-0.0027454237,0.0131826345,-0.050491255,-0.0558594,-0.017346783,0.018251698,-0.034172088,0.060123242,0.025368327,0.031503353,0.006077509,-0.039356183,0.007626603,0.006403432,-0.026441958,-0.06748527,0.052945264,0.006019993,-0.048282646,-0.034693565,-0.011311452,-0.036534075,-0.021533936,-0.002199023,-0.0024425068,-0.070184685,-0.015651982,-0.0135584045,-0.017852923,-0.0030770984,-0.024386724,-0.023987947,-0.017040031,0.021641301,0.04555256,-0.038006477,-0.021181174,0.0026553154,0.026487969,-0.018957227,0.012523119,-0.05027653,0.03932551,-0.0154679315,-0.06319076,-0.06095147,-0.020368282,-0.051288806,-0.012231706,-0.024371386,0.020138219,0.008665723,-0.044448256,0.017331446,-0.061963752,0.029432781,0.00091402285,-0.026948096,-0.007845163,-0.025905142,-0.035951246,-0.0755835,0.0029774043,-0.029785546,-0.02277628,-0.0143099455,-0.02283763,0.016457204,0.001300817,0.052423786,0.013681105,0.00021328797,-0.032239556,0.044264205,0.009049161,0.02044497,0.012592139,0.009509289,0.010076778,0.03184078,0.0057170764,-0.026211893,-0.0069594188,-0.0035276392,-0.0036752634,-0.02265358,-0.003792212,0.04527648,0.024739487,-0.025399003,0.006046834,-0.02208609,-0.036012597,-0.06245455,0.0120093115,0.020291595,0.03346656,-0.0004850504,0.034202762,-0.011825261,-0.0063075726,0.030598436,0.05190231,0.03920281,-0.04220897,0.041779518,-0.023236407,0.036257997,0.030153647,0.0093099,-0.02944812,0.030368373,0.012492444,0.046166062,0.00054016977,0.0013401195,-0.018849865,0.0052684527,0.033374537,-0.039540235,-0.004547587,0.028144427,0.0052109365,-0.05819071,-0.03579787,-0.012362075,0.04423353,0.047853194,0.01918729,0.022944992,-0.015483269,0.016595243,-0.055031173,0.01032218,0.052239735,0.041442093,-0.027607612,0.01415657,-0.01975478,-0.022162776,0.03573652,-0.005920299,0.014877435,-0.031779427,0.017500158,0.011472496,0.01371178,-0.0053067966,0.030813161,0.015176518,0.0127608515,0.02661067,0.01774556,-0.0052952934,0.00023905028,-0.00094949093,-0.045521885,-0.06601287,0.0006484913,0.012162686,-0.0074770614,0.0067792023,0.03352791,-0.0005286666,-0.002718583,-0.014317614,0.020490984,-0.004543753,0.006863559,-0.004743141,0.00685589,0.011441821,0.040092386,0.03220888,-0.04000036,-0.033374537,0.009003149,-0.022285478,-0.0038535625,-0.039846987,0.0043673706,0.033497237,0.001231798,0.0085506905,-0.0031633722,0.032423608,0.0066910116,0.009716346,0.07693321,0.028865293,-0.010030766,0.018113662,0.052147713,0.08018477,-0.0033550917,-0.033374537,-0.022530878,-0.014049207,-0.01855845,0.008980143,0.0033512574,0.02265358,-0.025383664,0.027040122,-0.009984753,-0.0131519595,-0.03573652,-0.000084236766,-0.06441776,-0.01396485,-0.010168804,-0.011303783,-0.025506366,0.021687312,-0.048528045,0.032638334,0.016288491,-0.024754826,-0.06828283,0.0062193815,-0.015352899,0.04699429,0.01667193,-0.01447099,-0.024969552,0.00030099964,0.02888063,-0.016564567,0.01384215,0.028481852,0.024110647,-0.011089058,0.027162822,0.009908065,-0.04877345,0.015245536,0.053957544,-0.05058328,0.031411327,0.026564658,-0.008926461,0.031442,0.028359152,-0.05542995,0.02208609,-0.016242478,0.018098323,0.0047469754,-0.0012806865,0.044325553,-0.024954213,-0.06638097,0.0075345775,0.0750927,0.035583142,-0.0038267218,-0.011089058,0.01195563,-0.0014656958,0.022438854,0.0024425068,0.013566074,0.03957091,0.029524807,-0.01780691,-0.02693276,-0.038221207,0.041196693,-0.023267081,-0.025659742,-0.0023025514,0.010513899,0.008312958,0.028619891,0.021641301,0.020843746,-0.029524807,0.00528379,0.0008248733,-0.03668745,-0.031472676,-0.00751924,-0.007208654,-0.04963235,-0.0123314,-0.020260919,-0.016380517,-0.011211758,-0.044080153,0.040215086,0.0026150544,0.00077981915,-0.014984798,0.0008138494,0.013259322,0.06576747,0.016748618,-0.015145843,-0.048558723,0.033681285,-0.021104485,0.00071463455,0.008443328,0.03616597,-0.019739442,-0.00648012,-0.044080153,-0.06294535,-0.011717898,0.036472723,-0.029938921,-0.019616742,-0.024141323,-0.014148901,0.03812918,0.024938876,-0.01365043,-0.03944821,-0.0010199479,-0.024540098,-0.01981613,-0.022929655,-0.052301086,0.014455652,-0.019263977,-0.04196357,-0.0866879,-0.057117082,0.005007714,-0.009839046,0.046442136,-0.06362021,0.010153466,0.007166476,-0.011541516,0.0041104667,-0.0429145,-0.013289997,0.030092297,0.0071396353,0.026457295,-0.007661112,-0.03503099,-0.060675394,0.019217966,0.04687159,0.011043045,0.03389601,-0.028205777,-0.033067785,0.029156705,-0.053528093,0.0012663074,-0.009585977,-0.007097457,-0.0046089375,-0.026764046,-0.025214951,-0.0054755094,-0.02598183,0.049908426,0.0014254347,-0.020490984,0.0065759798,0.00720482,-0.060982145,-0.004965536,0.024892863,0.048834797,0.021380562,-0.019386679,-0.045491207,-0.048037246,-0.02585913,-0.018880539,0.012070661,0.008098233,0.0003860752,-0.011679553,-0.00669868,0.052393112,0.050859354,-0.0089111235,-0.010605924,-0.026472632,-0.031058563,0.039785635,-0.04058319,-0.01472406,-0.011978636,0.012584469,-0.0041373074,-0.012722508,-0.0006791664,0.02825179,-0.0038765687,0.021810014,-0.0373623,0.062301178,-0.0056442227,0.024141323,-0.028926643,0.0092868935,-0.03309846,-0.024616787,-0.03184078,-0.029463457,-0.009831377,-0.0051112426,0.008849774,0.018987902,-0.052423786,-0.024325373,-0.017423471,-0.044386905,-0.013374354,-0.016840642,0.017086044,-0.020797735,0.0012854794,-0.002365819,-0.003220888,-0.021702651,0.017607521,-0.03573652,0.002237367,0.014371295,0.001915278,0.017484821,0.003054092,-0.03380399,0.007883507,-0.032055505,-0.018926552,0.0046894597,-0.008688729,0.005460172,0.018021636,-0.0035180533,0.025445016,0.039969686,-0.00537965,0.033711962,0.019570729,-0.019892817,-0.057822607,-0.008228602,-0.012630482,-0.037454326,0.0010237823,-0.042300995,0.04542986,-0.0025326149,-0.04705564,0.00029309123,-0.013113615,-0.0067907055,-0.05454037,-0.022944992,-0.0013209475,0.009026155,-0.03214753,-0.01131912,-0.006280732,-0.02056767,0.05717843,0.00783366,-0.0006906696,-0.0015203358,0.009049161,0.046074037,-0.010774638,0.020751722,-0.016825305,0.0015558039,-0.012185693,0.0053758156,0.014248596,0.0043443646,-0.023650521,-0.010690281,0.016211804,0.004283014,-0.01038353,0.023159718,0.039969686,-0.018604463,-0.0038324734,0.008918792,0.016840642,-0.009923402,0.018650476,0.0108206505,-0.0068328837,-0.023512483,0.00993874,0.013765462,-0.015736338,-0.030061621,-0.000606313,0.0076764496,0.019984843,-0.0018673482,0.008581366,-0.026687358,0.02001552,0.0021971057,0.023374444,0.018021636,0.0034298622,0.006273063,0.008228602,-0.012753183,0.023221068,0.017668871,0.017776234,-0.0019526634,-0.010529236,-0.013612086,0.044785682,-0.04782252,0.019846804,0.009087506,0.00077838125,0.030337697,-0.024555437,0.00224887,0.0021165835,0.0060621714,0.021748664,-0.019263977,0.013243984,0.008343634,-0.04515378,0.0057592546,-0.01937134,-0.005352809,-0.03435614,0.033681285,-0.029187381,0.0043366957,-0.0010928013,0.022852967,-0.019570729,0.034754917,-0.00016404002,0.0058359425,-0.07607431,0.009263887,0.00043544298,-0.016794631,-0.014049207,0.031150589,-0.020138219,-0.048681423,0.023328433,0.012684164,0.0007261377,0.032607656,-0.027546262,-0.0054870127,-0.020122882,-0.041503444,0.00038966993,0.017653534,0.018512437,-0.01094335,-0.0000010297435,0.022699593,0.023650521,0.0013775048,0.003995435,0.0021185006,-0.005279956,0.007825991,0.00193445,-0.11251636,-0.0053067966,-0.025046239,-0.025813118,-0.005636554,0.009984753,0.0131519595,-0.0494483,-0.013190303,-0.029279405,0.030168984,-0.005153421,-0.03766905,-0.014624366,-0.009179531,-0.0020360614,-0.01993883,-0.01472406,-0.031503353,-0.013834481,0.023098368,-0.030613774,0.015122836,-0.036534075,-0.030276347,-0.00695175,0.0016708357,-0.0147470655,-0.007952526,-0.028665904,-0.0096780015,0.023895921,0.026012504,-0.000043436456,0.015966402,-0.0036465053,0.025030902,-0.020460308,0.020813072,-0.029800883,0.00751924,-0.01309061,0.016794631,0.019770117,0.02622723,0.0048159943,-0.03411074,-0.015697995,0.014908111,-0.01131912,-0.008182589,-0.00899548,0.01641119,-0.024003284,0.007243164,0.004620441,0.02265358,0.026533982,0.031165926,-0.0016756287,0.025598392,0.029724196,0.05825206,-0.012431094,0.014325283,0.030751811,0.030429723,0.019984843,0.022791617,0.0046702875,-0.003121194,0.022116765,0.006882731,0.047791842,-0.012461769,0.026073856,-0.023727208,-0.0016574153,-0.010974025,-0.01000776,-0.027975714,-0.009401926,0.021978727,-0.012446431,-0.00887278,0.015951065,-0.025690416,0.048650745,0.000800429,-0.01930999,-0.016150452,0.008704066,-0.029233394,-0.008098233,-0.027346874,0.01132679,0.015621307,-0.0025575384,-0.05969379,-0.0052071023,0.008627378,-0.028359152,-0.023067694,0.0014896607,0.009026155,-0.011855936,0.0037730404,-0.02263824,0.034417488,0.009263887,0.0014791162,-0.01805231,-0.042577073,0.0015893548,0.014118226,-0.015061486,0.00695175,0.016932668,-0.02742356,0.030981876,0.008228602,0.029371431,-0.019586068,-0.009210206,-0.0022162776,0.014202583,0.037577026,-0.043558676,0.025168939,0.0073390235,-0.03159538,-0.044110827,-0.0060736747,0.014678047,-0.005812936,-0.0093175685,0.011372802,0.016135115,-0.0077723097,0.006529967,-0.00855836,0.016073765,-0.029524807,-0.020138219,0.00064034323,-0.009470944,-0.02969352,-0.00008058211,0.0100384345,-0.016334504,-0.05334404,-0.018773176,-0.03294508,0.023374444,-0.02875793,-0.017024694,0.034570865,0.011280777,-0.027807,0.031503353,0.00868106,-0.051748935,-0.015245536,-0.0029122196,-0.0024118316,0.027653625,-0.017607521,-0.0031058562,0.01421792,0.026840733,0.04125804,0.0046894597,0.021058472,-0.012783858,-0.010736293,0.020997122,0.00836664,0.0019095265,0.035245717,-0.004171817,0.016135115,-0.0006853973,-0.00987739,-0.010291504,-0.020184232,-0.015299218,0.0038727345,-0.010728625,0.046534162,-0.039662935,-0.022852967,-0.009225544,-0.00031202353,0.0006010407,-0.0012988998,-0.002710914,-0.00067341485,0.008282283,0.027699636,0.0059049614,-0.0024329207,-0.018082986,0.021503262,0.01641119,-0.0043060207,-0.03705555,-0.02334377,-0.025445016,-0.009524626,0.01019181,0.009409594,0.009701008,-0.042485047,0.026058517,-0.026978772,0.0071741445,0.028067738,-0.023604508,0.035705846,0.018113662,-0.0012289222,0.011472496,-0.0061695343,-0.010084447,0.000559821,0.009263887,0.020061532,-0.007588259,-0.014662709,0.014793078,0.025828455,0.023880584,-0.00408746,0.0033819324,0.03315981,-0.054571047,-0.04705564,0.027086135,0.0026169715,-0.0069134063,0.012553794,0.018006299,0.011871273,-0.026349932,-0.0076035964,0.016518554,-0.017285433,0.0055713695,-0.02397261,-0.0035928239,-0.02076706,0.03518437,-0.05015383,0.0008751996,-0.009394256,-0.002082074,-0.012047655,-0.021810014,0.017193407,0.03380399,0.05650358,-0.026472632,0.026518645,-0.035276394,-0.04033779,0.011434153,0.009478614,-0.0067600305,-0.035583142,0.02529164,0.047546443,0.0016660427,0.040859267,-0.012592139,0.009010818,0.002082074,-0.026595332,0.03196348,-0.006656502,0.022454191,-0.0053451406,-0.0010956771,0.029463457,-0.020536996,-0.042454373,-0.016150452,0.038957406,-0.02723951,-0.009493951,-0.0023984113,0.024984889,0.046656866,-0.027224172,0.007783813,-0.006863559,-0.0100997845,-0.011066051,-0.006821381,-0.010115122,-0.034938965,0.02227014,0.014317614,-0.028589215,0.009570639,-0.059785817,0.0367488,-0.027576936,0.039018758,-0.0061120186,-0.054325644,-0.03454019,0.004888848,0.010299173,0.023497146,0.018190349,0.03196348,-0.0064264387,-0.04058319,0.004773816,-0.026948096,-0.034325466,0.030583099,-0.032484956,-0.0067983745,-0.025399003,-0.011710228,-0.003799881,0.057331808,-0.0063190754,0.018389737,-0.02472415,-0.015000136,0.009570639,-0.03447884,-0.006085178,-0.019141277,0.029647507,0.011671885,0.005544529,0.0051879305,-0.0015097912,-0.05052193,-0.024417398,0.002513443,-0.0019593735,-0.0027665128,0.014931116,-0.030721137,-0.025092252,0.023543159,-0.015314556,-0.00036043272,0.027607612,0.006349751,0.01371178,-0.016150452,-0.01107372,-0.01038353,-0.004605103,-0.0139035,0.02881928,-0.03769973,-0.02069037,0.015061486,-0.004666453,-0.031810105,0.016457204,0.022239465,-0.027592273,0.0246628,0.009378919,0.013075272,0.008581366,0.0005718035,-0.016533893,-0.01937134,-0.03435614,0.017101381,-0.019831467,0.03285306,-0.010122791,0.034018714,-0.015966402,-0.006468617,0.014478658,-0.0015030811,0.02819044,0.02705546,-0.0038267218,0.0072891763,-0.0060545024,0.03435614,-0.003061761,0.006276897,0.05138083,0.007346692,-0.020813072,0.010345185,0.01578235,0.026457295,0.030782487,-0.008757748,0.029402107,0.010161134,0.015245536,-0.005517688,-0.006204044,-0.018067649,-0.015813027,0.015935726,-0.020138219,0.008566028,-0.004996211,0.007837494,-0.005341306,-0.005157255,-0.020797735,-0.016257815,0.00500388,-0.0009307983,-0.0076035964,0.03214753,-0.023037018,-0.010130459,-0.03963226,-0.0058014328,-0.017285433,-0.00071175874,0.02460145,-0.01930999,-0.011434153,-0.006656502,-0.03490829,0.018773176,-0.021181174,-0.02082841,0.016625917,-0.015705664,0.04070589,-0.008849774,-0.021902038,0.010145797,0.0075345775,0.036656775,-0.009539964,0.0050728987,0.008090564,0.0067408583,0.09423398,-0.0016593325,0.029034005,-0.000109220215,0.045767285,0.01421792,-0.009524626,-0.011533847,-0.020751722,-0.011487834,-0.021610625,-0.0061657,0.0027722644,0.0068098777,0.017208744,-0.0028259458,-0.015721,0.014386633,-0.00537965,-0.037761077,-0.011311452,0.030935863,0.015690327,-0.014739397,-0.0220094,0.005118911,0.020966448,0.0027971878,0.02283763,0.016395854,0.014961792,-0.0016123612,0.028911304,0.038988084,-0.024938876,-0.012975577,-0.03285306,-0.028297802,-0.0060621714,0.003771123,-0.002277628,-0.003878486,0.02894198,0.0021625962,0.023895921,0.017254757,0.014493996,-0.0075345775,-0.018082986,-0.05398822,-0.035000317,-0.015644314,-0.005191765,0.005314465,0.043834753,-0.0012835623,-0.009547632,0.04003104,0.026411282,0.01736212,0.000180456,0.012561464,-0.031932805,-0.0017302687,-0.016365178,-0.00082918693,0.008082896,0.0011704477,0.022331491,-0.0057515856,-0.02553704,0.017009357,0.026595332,0.0012270049,0.00075729215,-0.015299218,-0.017193407,-0.009087506,0.0049847076,-0.017254757,-0.00043664122,0.016763955,-0.04585931,-0.012561464,-0.04530716,0.0067715337,0.0085506905,0.027070796,-0.010966357,0.033926688,-0.020414295,-0.0034221935,0.030000271,0.01641119,-0.025429677,-0.004700963,-0.051196784,0.040859267,-0.033037107,-0.01333601,-0.007346692,-0.0373623,0.013075272,0.0034452,-0.01333601,-0.019494042,-0.03490829,0.019233303,-0.0070744506,-0.008596703,0.0000766279,0.010674943,-0.015429587,0.030276347,0.0047584786,-0.014900441,-0.010789975,0.0029409775,-0.034049388,-0.03705555,-0.010951019,-0.024923539,0.01308294,-0.0131672975,0.017500158,0.038098503,0.012546126,-0.013995525,0.007070616,0.0058857896,0.0018337973,0.0041411417,-0.019448029,0.006675674,-0.017699547,-0.0020839912,-0.0062577254,-0.01610444,0.0039532566,0.015721,-0.018405074,-0.01937134,-0.01642653,-0.009355913,-0.0012155018,-0.012316062,0.032761034,0.010598255,0.004474734,-0.005026886,0.017224083,0.0061925407,0.052178387,0.014133563,-0.022484867,-0.019294653,0.03555247,-0.033037107,-0.01975478,0.0071319663,-0.022975668,-0.018098323,0.02460145,-0.03549112,-0.011403478,-0.016625917,-0.020721046,0.0055215224,0.0064839544,0.015406581,-0.019678092,-0.01642653,-0.060890123,-0.0059356363,0.026564658,-0.0002643333,-0.0059126304,0.03592057,-0.012806864,0.020414295,0.011694891,-0.0029390603,-0.014885104,-0.032791708,-0.003661843,0.04095129,0.01000776,-0.00064178114,0.013773131,0.00029428946,-0.013313004,-0.0052876244,0.012346737,0.022806956,0.05248514,-0.010621262,0.011372802,-0.028972656,-0.02592048,0.03990834,0.011365133,-0.014294608,-0.05082868,0.0071933167,-0.0005147669,0.0021280868,-0.028696578,-0.008750079,0.01924864,0.017668871,0.022162776,0.019432692,0.0097086765,0.03411074,0.009578307,-0.0033455058,-0.028067738,0.028635228,0.020337608,-0.023895921,0.04251572,-0.010168804,-0.013228647,-0.027070796,-0.0019497876,0.0146703785,0.030659787,-0.018757839,-0.030659787,-0.01447099,0.047699817,-0.0067561963,0.010115122,0.017760897,-0.0135737425,0.030122971,-0.024954213,-0.020521658,-0.012576801,-0.016748618,-0.004283014,-0.029601496,0.015260874,0.033435885,-0.0212732,0.0062078782,-0.01648788,-0.011242433,-0.011280777,-0.008581366,-0.0026265576,0.009493951,0.005264618,-0.0275616,-0.016165791,-0.0066718394,0.023037018,-0.024938876,0.0073658642,-0.030337697,-0.04447893,0.0041794856,-0.009992422,-0.018451087,0.0096626645,-0.004359702,0.012032317,-0.028144427,-0.026533982,0.013451042,0.034141414,0.00029381018,0.0279297,-0.007561418,-0.01094335,-0.0031576206,-0.02227014,0.006817546,-0.0027435063,-0.018267037,0.0062308847,0.00018129477,-0.028481852,-0.0081135705,0.011418815,0.026027843,-0.009762358,-0.0085046785,-0.019708768,-0.0011167662,-0.027883688,0.023880584,-0.031687405,0.024938876,0.033865336,-0.0116028655,0.015015474,0.014885104,0.013489386,-0.020322269,0.025399003,-0.002082074,-0.0033704292,-0.004229333,0.016135115,-0.006648833,-0.0014139315,-0.0038228873,-0.019033914,0.01056758,-0.0026380606,-0.045399185,0.016809968,0.012047655,0.011273108,-0.0009562011,-0.0021185006,-0.0001785388,-0.0247855,0.000058174894,0.012676495,-0.033834662,0.036718123,0.006096681,0.031626053,0.010352855,-0.006468617,-0.027837675,0.037914455,-0.0039091613,0.00704761,0.0056902356,0.053957544,-0.003042589,0.018711826,-0.019263977,0.012254712,-0.008013876,-0.027438898,-0.016994018,0.0017283516,0.018696489,0.010283835,0.013688774,0.045491207,0.02214744,0.025966493,0.013535398,0.0139495125,0.024371386,0.011418815,0.052239735,0.023803897,0.0034873781,0.0030061621,-0.0060621714,0.0019517047,-0.026518645,0.025260964,-0.012446431,0.0052684527,-0.029340757,-0.031779427,0.01610444,-0.023558496,0.018297711,-0.014486328,0.022300815,0.02894198,-0.0058091017,0.034141414,-0.034693565,0.01421792,-0.028619891,-0.036227323,-0.036227323,-0.0070322724,0.016027752,0.032116856,-0.03365061,0.020490984,-0.008481672,0.015736338,0.00022467133,0.019662755,0.036840823,-0.010659605,0.020368282,-0.023129044],"social":"https://www.instagram.com/mattpaish/"},{"title":"pattern central","description":"an online store for repeatable pattern design.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=0AN5cQhSs3s","youtube_transcript":"Hi. I am Robin. Hi. I am Ashriti, and we are within Patent Center. Patent Center is an online store for repeatable pattern designs. Okay. Now let's jump into a cute overview of our stove. As you can see, this is our stove front. They have already made sixty amazing patterns for your personal projects. For now, these patterns are from five categories of design. Stay tuned as we will be creating more and more patterns to a liking in the coming days. In the course of last six weeks, we started from zero creating over eighty individual patents. It has been a difficult ride without age of what it has been fun. We started as a gum road show, but luckily, we realized that we were not able to generate enough traffic to the store directly by ourselves. So as a result, we switched to Etsy. And because of that, we started seeing more and more people coming visiting our pattern. In the last one to two weeks, we had five dollars in revenue, and we are really happy about it.","embedding":[0.022878062,-0.029498227,0.016812142,-0.0005580954,0.0150185395,-0.00305028,-0.010068811,0.01761272,-0.0523455,-0.02313979,0.040583156,-0.047049366,0.009029598,-0.08172056,-0.00016357968,0.016550414,0.0018927131,-0.0364571,-0.043292806,0.018074593,0.07550068,-0.025018068,-0.001319222,-0.0034236265,-0.0064585106,0.021199927,-0.016411854,0.005804192,0.019583374,-0.012462847,-0.029575206,-0.02281648,-0.016719768,-0.0076093418,-0.020861221,-0.0016280989,-0.004507101,-0.01645804,0.0071513187,0.00833679,0.013386591,0.0070358505,0.047418863,0.07082038,0.014117889,0.030052474,0.0022785687,0.0019446737,-0.004938182,0.02609577,-0.03895121,0.031314924,-0.010161185,-0.06669432,-0.032454208,-0.007974991,-0.0032754426,0.028204987,-0.023986556,0.035287023,0.07734817,-0.021723382,0.022431586,-0.037473217,-0.031176362,0.025325984,-0.06521633,0.035071485,0.00541545,0.012955511,0.08036573,0.042215105,0.004572533,-0.02180036,-0.015742138,0.0074553844,-0.005965847,0.023216767,0.03981337,-0.017782073,-0.008036573,0.01389465,0.006200632,0.0029521321,-0.031530466,-0.030483555,-0.039289914,-0.050190095,-0.03728847,-0.017658908,-0.0040259846,0.001323071,-0.0069242315,0.028466713,0.06182927,-0.012331983,-0.0068164617,0.031284135,0.0375348,-0.0072629377,0.05049801,-0.022554751,0.009268233,0.004122208,0.043046474,0.02212367,0.003367817,-0.03457882,-0.05653314,-0.02544915,-0.10709273,-0.011177303,0.034486447,0.0011450577,-0.0041376036,0.030144848,0.04861973,-0.014264149,0.016411854,-0.022077484,-0.08800202,0.035687312,0.03126874,-0.020953596,0.024710154,-0.0070550954,-0.015003144,-0.019691145,-0.003244651,-0.05570177,0.014410407,-0.04024445,0.025295192,-0.025418358,-0.018798193,-0.033254787,-0.0005388507,0.0023132092,-0.038427755,0.025356775,0.026449872,-0.033193205,0.0027423652,0.0059889406,-0.041568484,-0.03577969,-0.04464763,0.06811073,-0.01793603,-0.001582874,-0.046864618,0.011600686,-0.010122696,-0.010530682,0.017905239,-0.020291578,-0.017304806,0.0113620525,-0.02660383,-0.004753433,-0.023540078,0.013432778,-0.0074399887,-0.019691145,-0.02187734,-0.008814058,-0.06503158,-0.028420527,-0.055270687,-0.00880636,-0.0021419316,-0.01981431,0.0046687564,0.043693095,0.026157353,-0.02252396,-0.016257895,-0.020614889,-0.013979327,-0.04652591,-0.03873567,0.046217997,0.0004690888,-0.045017127,-0.006454662,-0.056871843,0.026773183,-0.042399853,-0.041014235,-0.02547994,0.008906432,-0.012331983,0.0027231206,0.0016848707,0.017012287,-0.06416942,0.025495337,-0.0063738343,-0.012324286,0.017427972,0.0026942536,-0.007463082,0.050405636,0.09015742,-0.031160967,0.03457882,-0.0054654856,0.043908637,0.012601409,0.023170581,0.03454803,0.03039118,0.0019687295,0.044493675,-0.011885507,-0.005611745,-0.03882804,0.017828261,0.023940368,0.05653314,-0.014548969,0.0030368087,0.0022939644,-0.019875893,0.02848211,0.05203758,0.03725768,-0.0043185037,0.08252114,-0.0031772947,-0.0149954455,0.041476108,0.0030637512,-0.011123419,-0.015334152,-0.0024902602,-0.013840766,-0.022708708,0.0038354625,-0.016334875,-0.034424864,0.04397022,-0.017427972,0.025741668,0.008944922,0.00046042868,-0.032177087,-0.030930031,0.008637007,0.022801083,0.06829548,0.0065123956,-0.007324521,0.0067548784,0.03768876,-0.028466713,0.0076285866,0.01292472,0.029482832,-0.03310083,0.030591326,-0.0056540836,-0.02126151,0.007085887,-0.0111388145,0.021153739,-0.025895625,0.035133068,-0.04711095,-0.025249004,0.015480411,0.0120086735,0.011569895,0.050128512,0.009529959,-0.018136175,-0.023078207,0.04153769,0.0033293276,0.028605275,0.000005017897,-0.0020476328,0.019629562,0.027389012,-0.0023940369,0.025941813,0.019290855,-0.012039465,-0.023032019,-0.0024864112,-0.0039874953,-0.027204264,-0.031022405,0.013486664,0.02703491,-0.013709902,0.047726776,-0.015372641,0.011885507,0.0023940369,0.019475605,-0.05893487,-0.0013336556,0.0006394041,0.020337766,-0.007089736,0.03735005,-0.009907155,0.0058311345,0.0064046257,0.0016184766,0.023309143,0.021400072,-0.08984951,-0.0014991597,0.03371666,0.054008238,-0.007366859,-0.0005701233,-0.020045247,-0.0005436619,-0.042676978,0.02891319,0.014533574,-0.0064585106,0.012647596,0.037811924,-0.0014269921,0.025402963,0.013294217,0.009183556,-0.09175858,-0.018567257,-0.053361617,-0.02306281,0.001108493,0.023047416,-0.06253748,-0.0049420306,0.059981782,-0.065647416,-0.09489931,-0.01981431,-0.027958654,0.064046256,0.06423101,-0.022878062,0.00013759937,-0.009106577,0.010415214,-0.01699689,0.0042723166,0.03036039,0.008883339,0.020383952,-0.00062930066,0.04273856,-0.02754297,-0.02858988,0.0029906214,-0.037011348,0.06266064,-0.01645804,0.03347033,-0.027527574,0.03089924,-0.037565593,0.016642788,0.012370473,-0.019506397,0.026034188,0.004711095,-0.009522262,-0.0353794,-0.052561037,0.02469476,0.020892013,0.056902636,-0.003623771,0.027281241,0.039536245,0.011439031,-0.006939627,-0.020938199,0.020784242,0.029852329,0.0032485,0.0110926265,-0.039074376,-0.0057387603,0.05588652,-0.05948912,0.014556667,0.020245392,-0.0043338994,0.023339935,0.019906685,0.009283628,-0.0061698407,0.00053163397,0.008136646,-0.07913408,0.019183086,0.025433755,-0.024648571,0.047049366,-0.022985833,0.021122947,0.006377683,0.02244698,-0.008506143,-0.029190313,0.023216767,0.018151572,-0.014903071,-0.052068375,0.0122088175,-0.052222334,0.044185758,0.049728222,-0.017274015,-0.033655077,0.044062592,-0.07722501,-0.021138344,0.01978352,-0.010422912,-0.042461436,-0.04865052,-0.026034188,0.007855673,0.026757786,-0.009991832,-0.012139536,-0.020368557,0.0068241595,-0.016519623,0.058534585,0.009676219,-0.06361517,0.0015636293,0.0027770055,0.016827539,0.023201372,-0.049789805,-0.0045109503,-0.021246115,0.005592501,0.006269913,-0.0076093418,-0.040767904,-0.03691897,-0.027512178,0.028774628,-0.027727718,0.03919754,0.00927593,0.011331261,-0.0021823454,0.018905962,0.03226946,0.06306093,-0.023663245,0.00012737565,-0.010045717,0.0008871792,0.01801301,-0.027450595,0.038674086,-0.025264401,-0.003577584,-0.05179125,-0.03916675,-0.033778243,0.0036641848,0.01245515,-0.018351715,-0.012655294,-0.030083265,-0.033685867,-0.017274015,0.049851388,-0.015049331,0.03602602,-0.014025514,0.03685739,-0.03775034,0.04002891,-0.0035641126,0.0019995212,-0.015780628,0.033809032,0.020522514,-0.019013733,-0.009368304,-0.0013115242,-0.01602696,-0.0609979,-0.046895407,0.02306281,0.021815756,0.007640133,0.018197758,0.05677947,0.004861203,0.04292331,-0.014702926,-0.0014318033,0.041599274,0.0062930067,-0.011054138,0.0045224973,0.009768594,-0.03151507,-0.025402963,-0.038058255,-0.041229777,0.024525406,-0.010630755,-0.016042355,-0.025941813,-0.007043549,-0.05114463,0.031068593,-0.0006480642,-0.04335439,-0.040983446,-0.00362762,-0.030268015,-0.034455653,0.009791687,-0.0032023129,-0.011708456,0.026557643,0.006377683,0.0044262735,0.005931207,-0.012955511,-0.031499673,-0.00037839828,0.0032292553,0.026896348,-0.007959595,0.03125334,-0.0070089083,0.015780628,-0.005965847,0.0066278637,-0.015649764,0.070327714,0.032115504,0.010969461,0.022431586,-0.03497911,0.027173473,-0.030037079,-0.04045999,-0.045325045,-0.007197506,0.019075315,-0.0036372424,0.023771014,-0.013086375,0.0010392121,0.039597828,0.07931883,-0.0073553124,-0.004537893,-0.03642631,0.0037584838,-0.018290132,-0.023447704,0.008583122,-0.05259183,0.04024445,-0.010030321,-0.018413298,-0.0041568484,-0.0066894465,0.0024498464,-0.019752728,-0.0026538398,0.0051267794,0.03731926,-0.027881676,-0.002469091,-0.009029598,-0.020907408,0.029898517,0.035964437,-0.048712105,0.00591966,0.050929092,0.05169888,0.019444812,-0.0056540836,-0.035348605,-0.021815756,0.001195094,0.012724575,-0.015780628,-0.03667264,0.00046427763,-0.014241055,-0.029375061,-0.0106923375,-0.001653117,0.007536212,0.014418106,0.022493169,-0.0014202566,-0.015395734,0.016488831,-0.02032237,-0.015726743,0.017058475,-0.03873567,-0.00038200666,-0.015157101,0.018428694,0.015380339,-0.00047173494,-0.0042068847,0.019475605,0.01728941,0.00916816,0.03165363,0.003714221,-0.0039220634,0.020907408,0.025941813,0.0150185395,0.0033081586,-0.0014423879,-0.00009363734,-0.010992555,-0.034855943,0.033039246,0.0060274303,-0.011123419,-0.0070012105,0.018782796,0.008413769,-0.0071513187,-0.00064565864,0.01833632,-0.015695952,0.020091433,0.0021746475,-0.017458763,-0.0068241595,0.0027115738,0.053392407,-0.00736301,0.0052499454,0.021600217,-0.013956234,-0.018243946,-0.021938922,0.008968015,0.005985092,-0.0015819117,0.00030430633,-0.042030357,-0.04356993,0.04273856,0.009406794,0.023478495,0.032300252,-0.006697145,0.015172496,0.026480664,0.01895215,-0.026834765,-0.01989129,0.027820094,-0.026126562,-0.04858894,0.017735887,0.019675748,0.03347033,0.01739718,-0.008914131,0.030191036,-0.027773906,-0.012986302,0.037226886,-0.011854716,-0.009037296,-0.015033935,0.006789519,-0.005273039,0.0062968554,0.014918467,-0.002576861,-0.04249223,-0.012539826,-0.018043801,-0.029590603,-0.03956704,-0.018505674,-0.012324286,0.005750307,-0.020630285,-0.0025133537,0.010846295,-0.008406071,-0.020399349,0.0132788215,0.007928804,-0.028035633,-0.007663227,0.007790242,0.005796494,-0.04671066,0.038212214,-0.005042103,-0.023001228,-0.005519371,-0.013401987,-0.033870615,0.059858616,-0.018182363,-0.03922833,0.0034101552,-0.00570412,-0.02681937,0.0028347396,-0.040552367,-0.0032561978,0.024248281,0.019152295,0.011954788,0.020507118,0.02180036,-0.032792915,-0.06453892,0.014610552,-0.02577246,-0.04966664,-0.023540078,0.0072898804,0.01064615,0.045971666,-0.0067086914,0.0051113837,-0.010992555,0.039597828,0.002411357,-0.03111478,0.040152077,0.01699689,-0.006797217,0.01277846,0.03876646,-0.0062930067,0.011823924,-0.021631008,-0.0058965664,0.019906685,0.024433032,0.04276935,-0.00092085736,0.006077466,0.0480039,0.021954319,0.028867003,0.023971159,0.004068323,0.056040473,0.036826596,-0.029113334,0.015280266,-0.024987277,0.015264871,0.034086157,0.022293024,-0.0072821826,-0.020399349,-0.013555944,0.027496783,-0.008775569,0.008783267,0.017982218,-0.0069935126,-0.043477554,0.008282905,0.00029035393,0.0020014455,-0.053885072,0.013440477,-0.053392407,-0.010145789,-0.03651868,0.013294217,-0.022139067,0.012285796,-0.06977347,-0.025680086,0.015780628,-0.00696657,-0.016735164,-0.026650017,0.03454803,-0.021400072,-0.01656581,-0.032546584,0.024448426,0.018459486,-0.03519465,-0.028897794,0.0122319115,-0.0110926265,-0.01989129,-0.00018763552,-0.050159305,0.015072424,-0.025618503,0.0059158113,0.0026172749,0.012662992,-0.028020237,-0.0049497285,-0.028682254,-0.012393567,0.020676471,0.026726995,-0.015287965,-0.005453939,0.014179472,-0.015334152,0.009268233,0.019691145,0.010353631,0.027835488,0.059027247,-0.005627141,0.0089526195,-0.015095518,0.00229204,-0.014156378,0.018690422,-0.026942536,-0.0053461688,0.027158076,0.0015799872,-0.008075063,-0.0068164617,-0.0234631,-0.015003144,0.014887676,0.0061890855,0.026957931,-0.036303144,-0.011285073,0.016919913,-0.010299747,-0.05745688,-0.00017536704,0.032115504,-0.009668522,0.037165303,-0.010276653,-0.016042355,0.040552367,0.0080827605,0.026557643,0.024017347,0.010576869,-0.01613473,-0.047695987,0.01862884,-0.049943764,0.007913408,-0.01761272,0.010961764,-0.012547524,0.03642631,0.020691868,-0.013794579,0.011015648,-0.015903793,-0.011539103,-0.0020187658,0.006381532,0.032977663,0.005172967,0.0046264185,-0.029113334,-0.015934585,-0.038612504,-0.021276906,0.018813588,0.004076021,-0.010261257,0.052068375,0.010207372,0.020383952,0.044678424,-0.036487892,0.025572315,-0.006727936,0.012324286,0.026680809,-0.007251391,0.0030522044,-0.04424734,0.010877087,-0.028851608,0.011185002,-0.0033216297,-0.02244698,0.03728847,0.027158076,-0.0523455,0.010984857,-0.026573038,0.026234332,-0.018721214,0.022385398,-0.007974991,-0.004637965,0.007089736,0.015049331,-0.021600217,0.026218936,-0.024063533,0.022570146,0.019306252,0.031314924,0.0147953015,0.015873002,0.015503505,0.043200433,0.0104921935,-0.061983228,-0.003887423,0.017658908,-0.019152295,-0.015157101,0.004714944,-0.0040259846,0.015057028,-0.021769568,0.041753232,-0.0045571374,0.0077017164,0.021769568,0.012932417,-0.00026076526,0.043508347,-0.057795588,0.021061365,-0.0379043,-0.0035968286,-0.0069511742,0.02811261,-0.0053269244,0.040552367,0.013671412,-0.02786628,0.015888399,-0.0058811707,0.03162284,-0.034209322,0.02974456,-0.014733718,-0.0057772496,0.013963931,0.035995226,0.0021092156,0.039690204,-0.030083265,0.023247559,0.024787134,-0.00833679,0.030344993,-0.0028231929,0.012108745,0.0075092698,0.0042684674,0.022293024,0.016950704,-0.021015178,-0.028251173,-0.024063533,0.0072706356,-0.007239844,-0.0018850153,0.050005347,-0.016288687,0.0102689555,0.0024767888,0.018413298,-0.005403903,-0.008937224,-0.0076863207,0.0027481387,0.009091182,0.019460209,-0.000035542496,-0.041660856,0.0107154315,-0.039874952,-0.014456595,-0.046187203,0.0534232,0.013232634,-0.039659414,0.013833067,0.005223003,0.00017873486,0.023032019,-0.02158482,0.025079653,0.0030021684,0.009560752,0.028528297,-0.026064979,-0.030560533,0.0364571,-0.0037450125,0.010061112,-0.026896348,0.014602855,-0.008637007,0.02440224,0.00801348,-0.023001228,0.017889844,0.007890314,-0.013910047,-0.0040952656,-0.0046726055,0.012147235,0.032762125,0.018828984,-0.032946873,-0.028235778,0.005211456,-0.038612504,-0.038458545,-0.0010748147,0.0066432594,-0.0018859775,-0.008382978,0.009914854,-0.002061104,0.004283863,0.045140292,-0.0062930067,-0.025680086,0.008298301,0.03310083,0.013094072,-0.01397163,-0.019521791,0.012193422,-0.012154932,0.030468158,-0.025587711,0.005165269,-0.0070012105,0.004126057,0.004988218,-0.032854497,0.010461402,-0.038520128,-0.00191292,-0.017874448,0.009291326,0.018166967,0.015534297,-0.042307477,0.011169606,0.021969713,0.0044763098,-0.0375348,0.021677194,0.0032831405,0.026126562,0.045663748,0.025633898,-0.01941402,0.017120058,-0.016273292,-0.026850162,-0.012278099,-0.017520346,-0.035533357,-0.00081645505,-0.0040529273,-0.0057926453,0.009391398,0.017628117,0.03476357,0.020553306,-0.011385146,0.017843656,0.031807587,0.0066432594,0.007670925,0.017812865,-0.009737803,-0.037842717,0.0019398626,-0.008367582,-0.00027014702,0.013378893,-0.027666135,-0.005573256,0.015503505,-0.0012720725,-0.022924248,-0.0017695472,0.00034183342,-0.018752005,0.0128785325,-0.012693783,0.021061365,0.0070281527,-0.0015068576,-0.012509034,-0.010730827,0.019198481,0.008344488,0.015511203,0.00534232,-0.04902002,0.0074592335,0.0036449402,-0.001302864,0.02818959,-0.030021682,0.0072167506,-0.013155655,-0.023093602,0.01126198,0.00064998865,-0.025279796,0.007821034,0.0052576433,-0.003021413,-0.00094779994,0.00045826368,-0.016735164,0.007944199,0.09804004,-0.0017714717,0.02072266,-0.0072706356,0.018382506,-0.028420527,0.033008456,-0.023540078,0.010238163,-0.014849186,0.016842933,-0.019583374,-0.0070089083,0.006958872,0.014649042,0.0008443598,-0.0011104174,-0.00060909375,-0.012139536,0.021430863,0.0037738795,0.029482832,-0.008236718,0.00007445281,-0.03390141,-0.0015520825,0.0010728902,-0.01678135,-0.01187781,0.021523237,0.01808999,-0.0065277917,-0.0060851644,-0.003558339,0.0061044088,-0.015749836,0.023632452,-0.009322117,-0.017227827,0.02461778,-0.008152042,0.033223994,-0.011161908,-0.00736301,0.007913408,0.02945204,-0.03310083,0.010769316,-0.033593494,-0.044863172,-0.0051229307,0.014826093,0.010907878,-0.004106812,0.013201842,-0.020399349,0.021569425,0.053607948,-0.02064568,0.035163857,-0.016719768,0.0299601,-0.009653126,-0.0126091065,0.009337513,-0.023817202,-0.03922833,-0.013617528,0.0008289641,-0.005230701,0.013086375,0.022955041,-0.0048458073,0.011931694,-0.00063796074,0.0015097442,-0.032392625,0.01187781,0.010399818,0.0022227592,0.006978117,-0.012716877,-0.012986302,-0.008606216,0.010207372,0.030083265,-0.0013211465,0.0074476865,-0.015287965,0.029251896,0.015441922,-0.0070358505,0.004834261,0.0016627393,-0.026126562,0.010946367,-0.010238163,-0.035317816,-0.013794579,0.011516009,-0.022462377,-0.022092879,0.016011564,0.004884297,-0.0152417775,0.008252114,-0.024448426,0.014564365,0.02104597,-0.020076038,-0.004299259,-0.0133558,0.035102274,0.018490277,0.0010353632,-0.028251173,-0.012955511,0.0020957445,-0.0038085198,-0.03266975,0.00089632045,0.0098455725,0.0007601644,-0.011108022,0.029282687,0.031715214,0.00931442,-0.0077556013,0.01941402,0.010045717,0.021754174,0.0061929342,-0.009368304,0.013363497,0.00927593,0.025310587,-0.02136928,-0.009899457,0.0035852818,0.023801805,0.0021631008,-0.004087568,-0.0009997606,-0.05382349,0.013178749,0.010907878,-0.009075786,0.003660336,-0.03353191,0.023955762,0.005623292,-0.017381785,0.028251173,0.011785435,-0.0023670942,-0.021446258,0.0047996202,-0.039720997,0.004988218,-0.039690204,-0.01367911,-0.012940115,0.02357087,-0.03956704,0.018382506,0.0051768157,-0.021954319,0.004976671,-0.010068811,0.022092879,0.004780376,-0.018490277,-0.022539355,0.0033081586,-0.0058503794,0.0035044542,0.015203288,0.04341597,0.015234079,-0.009483772,-0.04298489,-0.028897794,0.013078677,-0.031376507,-0.0003223482,0.0044994033,-0.04948189,-0.040490784,-0.0046880012,-0.026295915,-0.028974773,0.02797405,0.021384675,-0.0021034423,0.02064568,0.026803974,-0.031530466,-0.019491,-0.046987783,0.0098224785,-0.016981496,-0.0047264905,0.0064200214,0.006254517,0.01519559,0.01779747,-0.020938199,-0.018705817,0.008244416,-0.033439536,0.006777972,-0.019244669,-0.029359667,0.0020784242,-0.0012210743,0.005969696,0.0128554385,0.019983664,0.0480039,-0.02002985,0.054531693,0.0072821826,-0.017766679,-0.015126309,0.03707293,-0.0039874953,0.013948536,-0.013401987,-0.021492446,-0.013348102,0.013886953,-0.02902096,-0.002750063,-0.0018859775,0.0057772496,0.034671195,-0.0015386112,0.028990168,0.0057580047,0.008929526,0.0073360675,-0.005565558,0.028220382,0.01653502,-0.024463823,0.007320672,-0.01393314,0.029990891,0.0026345951,-0.015465016,0.0034948317,0.000049194183,-0.024787134,0.008883339,-0.013809974,0.001891751,0.0058195875,-0.020076038,0.0054462412,-0.026588434,-0.02826657,-0.01544962,0.030344993,0.0043877843,-0.011500614,0.009560752,-0.014033212,-0.012131839,-0.0021438561,0.009237441,0.02732743,0.013401987,0.0071590166,0.0065893745,-0.026665412,-0.035902854,-0.010538381,0.04301568,0.0049612755,-0.019059919,0.0012451301,0.00024428702,-0.013363497,-0.029144125,0.044740006,-0.005226852,0.037134513,-0.004076021,0.0009203763,-0.014264149,-0.0026865557,0.035964437,-0.0018494127,0.029513624,0.029159522,0.013863859,0.01613473,-0.0047996202,-0.015826816,0.011084929,0.01678135,0.007898012,0.040798698,-0.006716389,0.020337766,-0.019660354,0.00837528,0.025033465,-0.036641847,-0.024756342,0.022662522,-0.032207876,0.019213878,-0.016889121,0.011423635,-0.018059196,-0.012709179,0.008421467,-0.01728941,0.021138344,-0.0039220634,-0.015426526,0.03833538,0.03186917,-0.017597325,-0.039012793,-0.013301915,-0.03735005,0.02649606,-0.018151572,0.015796024,0.0010950216,0.048681315,-0.00022107313,0.014387314,-0.004410878,-0.012994,-0.020691868,0.00873708,-0.0015617048,0.012093349,-0.018490277,0.020260787,-0.011246584,-0.023863388,0.0064277193,-0.0012634125,-0.019306252,-0.006377683,0.028174195,0.009222046,0.020784242,0.021415466,-0.0036487891,-0.008475352,-0.010453704,-0.012809251,-0.02002985,0.0046071736,-0.033809032,-0.013879254,-0.01581142,-0.010153487,0.0057156663,0.010592265,0.008575425,-0.029990891,0.026573038,0.0014981974,0.0022535506,-0.027958654,0.021015178,0.023078207,-0.017874448,-0.038027465,-0.0044878568,-0.009961041,-0.020045247,-0.012077954,0.01331731,0.014064004,-0.043446764,-0.042153522,-0.00006224447,0.0041376036,-0.035656523,-0.03310083,-0.0005951414,-0.00095453556],"social":"https://twitter.com/rahulrajeeev"},{"title":"plearn","description":"ready to travel the world, explore financial cultures, and master the art of finance and investment? join our virtual board game adventure now!","niche":"web3","youtube_url":"https://youtube.com/watch?v=pN70sQei9mk","youtube_transcript":"Hello, everyone. This is Nara, and I'm working on a virtual board game that is called Clear and where we aim to teach people about financial literacy. So in order to start playing the game, players they need to connect their wallet. And here after having done so, they can Click on the die in orders to start marching on the board. The board consists of different tiles and each time represent different financial aspect. Once the user lands on a specific time, they will be learning on a specific financial aspect. To test their knowledge, they will be having some exercises and tests at the end of the board, they will have a sort of exam. So after solving it, they will be moving to another level in the game. Inside the game, they will be able to play, learn, and earn some tokens as well. At the moment, or before nights and weekends, we had ten users. For now or so far, we acquired more users, and we have twenty nine users. And we're still working on acquiring more of them. Thank you so much.","embedding":[-0.033749394,-0.008355577,0.014458716,0.020368576,0.02082947,-0.006456244,-0.0133659495,0.057715923,-0.01060058,0.012934789,0.012228579,-0.04008298,-0.015521747,-0.06737985,0.049062993,0.036039,-0.030136572,-0.018212778,0.010340398,0.040439803,0.056704927,0.037971783,0.009782864,-0.015506879,0.0010147119,-0.016503008,0.010444471,0.030196043,-0.04284835,-0.047635708,0.008504252,-0.019669801,-0.029943295,-0.0022728804,-0.028471405,-0.038596224,0.033808865,0.011990698,0.0016958327,-0.03470092,-0.032827605,-0.022137817,-0.00049481145,-0.01109121,-0.054563995,0.021216027,-0.0546532,0.022479773,-0.00030037147,0.037228405,-0.06381163,0.004226108,-0.028649814,0.030062234,-0.016874697,-0.007571312,0.0139011815,0.05851877,-0.01109121,0.004014245,0.01409446,0.010095083,0.055247907,0.044691928,0.016161053,-0.018064102,-0.048914317,0.030567732,-0.020918677,0.06952078,0.03865569,0.0163692,0.030047366,-0.011455466,-0.0027263414,0.0070323627,-0.026627826,-0.029705413,-0.00042186741,-0.013633565,-0.021795863,0.004140619,0.01851013,0.001439367,0.0048059435,-0.061492287,-0.027445542,0.041569736,-0.030805614,-0.006136591,-0.03345204,0.022851462,-0.061313875,0.010332964,0.023684045,-0.011611575,-0.023877325,0.03125164,0.044156697,-0.01764781,0.050490282,0.003977076,0.059172943,-0.030285249,0.0064711114,0.001468173,-0.010570846,0.009411175,-0.04240232,0.016934168,-0.1245308,0.035028003,0.0036425556,-0.0055344542,0.03211396,0.051025514,0.0086454945,-0.06601203,0.013135502,-0.06500103,-0.046862595,0.009901804,0.010845895,-0.02598852,-0.0029530718,0.000044864068,-0.03529562,-0.012154242,-0.024353087,0.002062876,0.035028003,-0.017930293,0.025215406,-0.044691928,-0.04840882,0.015202095,-0.073862106,0.022747388,-0.050222665,-0.02194454,0.00808796,0.0013473739,0.02581011,-0.011975831,-0.09045432,-0.054385588,-0.02390706,0.055366844,-0.053523265,-0.044156697,0.0431457,-0.02500726,-0.013291611,-0.023966528,0.02108222,-0.01544741,-0.04118318,0.0682719,-0.017127445,0.01185689,-0.007679102,0.01495678,0.0022728804,-0.046535507,0.0074226363,-0.01862907,-0.023773251,-0.0035626425,-0.050044253,0.03517668,0.002395538,-0.01715718,-0.04492981,0.0073706,0.0163692,-0.039458543,0.030002765,-0.06369269,0.039993774,-0.05007399,-0.0289323,-0.014235702,-0.04246179,-0.018049235,-0.05988659,-0.006489696,-0.018896686,-0.021736393,0.010028179,0.008942846,0.020725397,0.05117419,0.05649678,0.018361455,0.023238018,-0.04382961,0.06678514,-0.02310421,-0.017261254,0.018554732,0.003772647,-0.030746143,0.046089478,0.009582152,0.051471543,0.005619943,-0.012964524,0.0011819721,0.005385779,-0.0113142235,0.06476315,-0.016012378,-0.016636815,-0.029274253,-0.06761773,0.030805614,-0.009314535,0.036009263,0.044394575,0.018539865,0.03517668,0.0056719794,0.003443702,-0.013150369,0.024962656,0.015187227,0.017885692,-0.0033229028,0.06399004,-0.018480394,0.016621947,0.010518809,0.0019272093,-0.020309106,0.04049927,-0.02322315,0.0064042076,-0.0015006957,0.012763812,0.03175714,0.010043046,0.04388908,0.025824975,-0.005872692,-0.010845895,-0.0068985545,-0.03707973,-0.04944955,0.07059124,0.016443538,0.0716617,-0.00070435135,-0.024130072,-0.002791387,-0.0050735595,-0.023698913,-0.029408062,0.04603001,0.030285249,-0.04573266,0.008690097,-0.05063896,-0.017231518,-0.01978874,0.013150369,-0.03675264,-0.009158426,0.031340845,-0.048200674,-0.01790056,0.0060957056,0.019595463,-0.025943916,-0.0021743828,-0.014243136,-0.0015508739,0.021662055,0.013090899,0.030805614,-0.011225019,-0.018941289,0.022702785,0.026746767,0.0075006913,-0.006768463,0.043056495,0.0076047643,-0.011158114,0.00049062993,0.0037596377,-0.018524997,-0.023996264,0.00319467,0.04400802,0.012905055,0.004504875,0.02775776,-0.036841847,0.026226401,0.02359484,0.020874074,-0.037971783,-0.025943916,-0.015008816,-0.00851912,0.009715959,0.037168935,0.028174052,0.0081920335,-0.02696978,0.0060919886,0.016339464,0.055693932,0.010927667,-0.006236947,-0.014220835,0.061492287,0.018435791,0.03315469,-0.017231518,0.0108235935,-0.03407648,0.025646565,-0.0029289122,0.022568977,0.010608014,0.0616707,0.023119077,-0.0062257964,-0.029527003,0.04290782,-0.00530029,0.002371378,-0.00398451,-0.06030288,-0.0000367624,-0.017023372,-0.022405434,-0.0013176388,-0.0021985425,0.00016935095,-0.06785561,-0.02917018,0.003735478,-0.0111506805,-0.0058541074,0.011440598,-0.019907681,0.0688666,-0.0001670279,-0.017974896,-0.036931053,0.036544498,0.022896064,0.0004495118,-0.019030495,-0.006147742,-0.06184911,-0.00989437,0.007991321,-0.012198845,-0.015105455,0.011358826,0.010942535,0.0071401526,0.01599751,-0.03535509,-0.020978147,0.038388077,-0.03812046,-0.018539865,-0.025958784,-0.018985892,0.023832722,-0.024412557,-0.004296729,0.01735046,0.02261358,-0.0060994225,0.011938662,0.04933061,0.0009831183,-0.02801051,-0.039428808,0.027133323,0.042134706,0.034344096,-0.023966528,-0.034968533,0.01617592,0.08313947,-0.005129313,0.023119077,-0.0038005237,0.018227646,0.0426402,0.02598852,0.06654726,-0.0016289286,-0.042937554,0.012154242,0.016785491,-0.05753751,-0.033749394,0.008043357,0.025260009,0.02077,-0.04632736,0.017573472,-0.029006638,-0.019669801,-0.046059743,0.050490282,0.009805165,0.045673188,-0.008623193,-0.04234285,-0.03481986,0.026300738,0.037971783,-0.0070955497,-0.061194934,0.030924555,-0.056407575,0.02224189,0.06410898,0.017276121,0.0010277211,-0.028397067,-0.080641724,-0.03154899,0.033541247,0.013797109,0.012525931,0.021587718,-0.021602586,0.04867644,0.05313671,0.00011597869,-0.0137376385,-0.020918677,-0.012384689,-0.015863702,0.038150195,0.033006016,0.004605231,-0.005902427,-0.018153308,0.012161676,-0.019164303,-0.01544741,-0.009106389,-0.0023620857,0.01984821,-0.058994535,-0.010704653,0.023342092,-0.0012200703,-0.0019699535,0.012771246,0.0025200539,0.041272387,-0.016577344,0.04879538,0.03199502,-0.014042424,-0.0037466288,0.03758523,0.04736809,-0.002936346,0.003419542,-0.018242514,0.02561683,-0.007474673,-0.029690545,-0.016592212,-0.00824407,0.039071985,0.018673673,-0.010102517,-0.025735771,0.04546504,0.0070992666,0.009782864,0.04834935,0.039399073,-0.016384067,-0.013626131,-0.007916983,0.036544498,-0.005229669,0.05471267,0.054415323,-0.018123573,-0.016086714,-0.022271626,0.041807618,-0.025646565,0.009351704,-0.004330181,0.032530252,0.018391188,-0.0003895769,0.05649678,0.007482107,-0.012942223,-0.036247145,-0.0027319167,0.0022431451,0.034165684,-0.04112371,-0.012800981,-0.04002351,-0.01949139,-0.00016168487,-0.002653862,0.013938351,0.032619458,-0.015551482,-0.034730654,-0.014302607,0.006742445,0.0075081247,-0.002583241,0.04498928,0.010340398,-0.047933057,-0.0036760077,-0.020026622,0.020353708,-0.025022127,-0.012131941,0.0018798189,0.05503976,-0.03865569,0.0062555317,-0.04222391,0.0007591755,0.025691168,-0.028278125,0.019476522,0.010979704,0.029021505,-0.045762394,0.0027765194,0.026434546,0.011946096,-0.029512135,-0.019134568,0.027192794,0.022137817,-0.024784246,-0.007389184,-0.0065528834,0.035592973,-0.013871446,-0.026062857,-0.037912313,-0.0060213674,0.019833343,-0.021557983,-0.0035329072,0.012146808,0.0016707437,-0.00054127263,0.020353708,0.010325531,0.0050772764,-0.009411175,0.019446786,-0.065119974,0.0076568006,-0.009470644,-0.01813844,0.036247145,0.011485201,-0.02604799,0.04350252,-0.033600718,0.02844167,-0.030433925,-0.054742407,-0.02371378,0.0061105727,-0.035474032,0.028397067,0.0051441807,0.030300116,0.00622208,-0.012139374,-0.023000138,0.021721525,-0.045554247,0.077727675,0.007716271,-0.004950902,-0.009024617,-0.015268998,0.02581011,-0.012079904,0.003977076,-0.019179171,-0.0072033396,-0.025408683,0.02047265,-0.010741822,-0.0015778213,-0.009463211,0.033006016,0.006909705,-0.013194972,0.0036704324,-0.0066495226,0.03241131,0.018837217,0.019625198,-0.032500517,0.018614203,0.015521747,-0.027073853,-0.013916049,0.0072516594,-0.011492635,0.007827777,0.04338358,0.046922065,-0.049300876,-0.002367661,-0.0047650575,-0.012496196,-0.000054882257,0.012637438,0.027668556,-0.0043785004,-0.013291611,-0.00033939883,-0.006526865,0.052125715,0.00632987,-0.032203164,0.012042735,-0.010496507,0.026092593,0.010191722,0.013492323,0.041093975,-0.008481951,0.030047366,-0.0104519045,-0.017543737,-0.014339775,-0.00047134855,0.03470092,-0.052809622,0.0061254404,-0.030508261,-0.02414494,-0.004586647,0.026315605,0.007835211,-0.039309867,0.03806099,0.00045183487,0.01648814,-0.009530115,0.0034269758,-0.030121705,0.017246386,0.0055641895,0.025260009,-0.057715923,0.019699536,-0.017246386,0.0021557983,-0.0051478976,0.014793236,0.0017729582,-0.039934304,-0.0047167377,0.0251262,-0.0067089926,-0.002291465,0.005437815,0.008214335,-0.013752506,0.025929049,0.044781134,-0.021557983,0.0030813047,0.003873003,0.006980326,0.001247947,0.053880088,0.0014402962,-0.014258004,0.017290989,0.017855957,-0.0013826843,0.0049620527,-0.08010649,-0.03666344,0.017573472,-0.011180416,-0.0019197755,0.0011113512,-0.019684669,-0.019803608,0.032768134,0.0013120634,0.0063112853,-0.015655555,-0.0030682955,-0.012228579,0.022836594,-0.00062257965,0.038031254,-0.01354436,-0.065119974,0.020978147,-0.04573266,-0.033749394,0.02905124,-0.007894682,-0.042788878,0.009634188,0.01097227,-0.01431004,0.01784109,-0.012942223,-0.0023620857,0.00836301,-0.029556736,-0.0041592037,0.023609707,-0.025884446,-0.01672602,-0.014510753,-0.01752887,-0.01556635,-0.04736809,-0.0142282685,-0.017930293,-0.0010286503,-0.0025089032,0.01833172,0.00057333085,-0.0091361245,0.029616207,-0.039547745,0.031281374,0.015477144,0.015551482,0.0068019154,0.00857859,0.023000138,0.009715959,-0.019075098,0.035028003,-0.03154899,-0.012243447,0.05197704,0.012399557,-0.020368576,0.014414113,0.012644872,0.026583223,0.03107323,0.028084848,-0.008340709,0.009478078,0.0013287894,-0.009106389,0.016398935,0.0006555671,-0.007017495,-0.054415323,0.014421547,0.010258626,0.023862457,-0.0018296408,-0.0014412254,-0.014562788,0.008013623,-0.05700228,0.0055567557,-0.041212916,0.034968533,-0.02549789,-0.023505634,-0.010072782,-0.038834102,-0.029185047,-0.01961033,0.0010509517,0.023639442,-0.009098955,0.0033582132,-0.038328607,-0.028753888,-0.0012721068,-0.008898243,-0.032649193,-0.0006555671,0.009886936,-0.028337596,0.0573591,-0.0163692,0.023193415,-0.046684183,-0.0057017147,0.013574095,0.02922965,-0.020725397,-0.011685913,0.027371204,0.038953044,0.025839843,-0.037347347,-0.011507503,-0.022078348,0.047992527,-0.04742756,-0.020784868,-0.013276744,-0.0076047643,0.026419679,-0.004597797,0.015863702,0.025200538,-0.02267305,0.0113142235,-0.001235867,0.0081846,-0.015313601,0.003980793,0.041688677,-0.025245141,-0.0067238603,0.009567284,-0.0069208555,-0.0037447703,0.013098333,-0.0036834416,0.01660708,0.03481986,-0.005378345,-0.0051776324,0.01978874,-0.032946546,0.00066067785,-0.013001693,0.004497441,0.028709285,-0.036455292,0.017008504,-0.008630627,0.022970403,-0.008296106,0.026880573,-0.00698776,-0.013626131,0.016934168,0.00018410238,0.03175714,0.027103588,-0.038774632,-0.0075638783,-0.03812046,-0.009634188,0.000698776,-0.006775897,0.018748011,-0.0021688074,0.024531497,0.015224396,0.05078763,-0.03574165,0.0050066556,0.005140464,-0.0043710666,-0.013477456,-0.0005682201,-0.021825599,0.01277868,-0.025735771,0.021409307,-0.002287748,0.03148952,0.0027021817,0.0051813493,-0.025601963,0.00052640506,0.01974414,-0.028099716,0.0060919886,0.02384759,-0.01906023,-0.0059581804,-0.005036391,-0.0005445249,0.02850114,-0.02255411,-0.029705413,0.0057017147,-0.0030794463,-0.01955086,-0.003869286,0.030656938,0.055545256,0.0057760524,0.017766751,-0.014756068,0.05724016,-0.025453286,0.027118456,0.012622571,-0.02151338,0.030359587,0.046000276,-0.014213401,0.0033284782,-0.0018296408,0.025601963,0.04591107,-0.027683422,0.024249014,0.0049397517,0.010102517,-0.00035101414,-0.012615137,0.0025237708,-0.01016942,0.011381128,0.00051432516,-0.0015759629,-0.0045606284,-0.018064102,0.008385312,-0.0019996888,-0.014146497,0.006694125,0.029244518,-0.0067238603,0.027787495,0.017677546,-0.013804543,0.029794618,0.008571156,0.030924555,0.02310421,0.025512757,-0.013128068,0.011827155,0.0003623971,0.00028503928,0.016279994,0.059797384,0.042669937,0.03583085,-0.0019978303,-0.012734077,-0.0045606284,-0.003806099,-0.046535507,-0.00043464423,-0.012704342,-0.027371204,-0.012756378,-0.0027765194,0.021855334,0.015328469,0.03464145,-0.012050169,0.010407302,0.0024773094,-0.008050791,0.021483645,0.0050549754,0.019877946,-0.010838461,-0.007879814,0.028114583,0.0016159194,-0.011284488,-0.03817993,0.00047227778,-0.044572987,0.013893748,-0.0146817295,0.0056979978,-0.014912177,0.022806859,-0.0030608617,0.0371392,0.0010918374,0.000030983792,-0.017454531,-0.06601203,-0.04320517,0.010652617,0.011009439,-0.029764883,0.0073185633,-0.007296262,0.014324907,0.010377566,0.043294374,-0.0097531285,-0.022836594,0.020546988,-0.008511686,-0.02243517,0.0079467185,0.0051181624,-0.019803608,0.008526553,-0.017246386,-0.009597019,-0.027014382,-0.024918053,-0.014949346,-0.01642867,0.04002351,0.010749256,0.0041666375,-0.004634966,0.00023358353,-0.0382394,-0.011158114,-0.0023583688,-0.0013417986,0.015863702,0.0022096932,0.010920233,-0.0066458057,0.047100473,-0.026389943,-0.00052594044,-0.012406991,-0.0009301526,-0.019625198,0.009537549,0.001834287,0.010860763,0.017930293,-0.006315002,-0.008169732,-0.014131629,-0.0073520155,0.011782552,-0.011514936,0.0033823731,0.008221769,0.047011267,0.008690097,-0.007285111,-0.012459027,0.011128379,0.012183977,0.034552243,-0.0638711,-0.03957748,0.007641933,0.0017822505,0.008102828,0.016443538,0.02286633,-0.0062034954,-0.0031389166,-0.013522059,0.006251815,0.016904432,0.01326931,-0.023921927,-0.0012971958,-0.015112889,0.022197288,0.023773251,0.019461654,0.037228405,0.007325997,0.02942293,-0.0049397517,-0.005835523,-0.04055874,0.021468777,0.0061588925,0.010682352,0.027980775,-0.016562477,0.0012052028,0.010459338,0.010295795,0.01906023,0.029616207,0.008883376,-0.013559228,0.043651197,0.0047204546,-0.03175714,0.0035719348,0.008489385,-0.028634947,0.01876288,-0.02261358,0.0075155585,0.012897621,-0.022747388,-0.01415393,0.020576723,-0.005653395,0.0064525274,-0.0029530718,0.0020201316,-0.004014245,-0.015224396,-0.013187538,-0.00934427,0.026687296,-0.036068734,-0.004936035,-0.013023995,0.0081846,-0.015700158,0.0036741493,0.004148053,0.0053597605,0.015952908,-0.05269068,0.03339257,-0.009626755,-0.032589722,-0.018450659,-0.021111956,0.00048830686,-0.0032894507,-0.020115828,-0.006393057,0.013462588,0.021602586,0.016205655,-0.029631075,0.025334347,0.018004632,0.006876253,-0.0072107734,0.012280616,0.09562824,0.005835523,0.004936035,-0.012302917,0.033035748,-0.02850114,-0.04061821,-0.029080974,-0.0020684511,0.015967775,-0.017186916,0.0012042735,-0.012273182,0.009790298,0.0018203486,-0.026494017,-0.019654933,0.011730516,-0.015209529,-0.026568355,0.011202717,-0.024843717,0.013886314,0.0023620857,-0.018896686,-0.033511512,0.019149436,0.0007243296,0.04638683,0.025601963,0.028040245,0.014443848,0.022464905,0.0074486546,0.028634947,-0.007850079,0.020145563,0.009626755,0.03205449,-0.007716271,-0.010057914,-0.011500069,0.024382822,0.00732228,0.020695664,-0.0036295466,0.018777747,0.015759628,0.015150058,-0.012912488,0.0070732483,-0.0074449377,-0.017127445,0.023921927,-0.015759628,0.03327363,0.028872829,0.027668556,0.015387939,0.0060919886,0.012236013,-0.010741822,0.008266371,-0.004843112,0.001876102,0.0044862903,-0.025423551,0.017380195,-0.013157803,-0.0025516474,-0.027044117,-0.015863702,0.00035566025,0.008214335,-0.0059581804,0.016800359,0.011730516,-0.002717049,0.0047204546,0.004954619,-0.0063633216,0.005757468,0.00802849,0.0009589585,-0.043532256,0.02420441,0.00016935095,0.037763637,-0.04933061,0.031786874,-0.050163195,-0.03247078,0.013455154,-0.0018287116,-0.023044739,0.014614825,-0.029645942,0.019595463,-0.016294861,-0.019164303,0.009292234,0.030627202,0.002899177,0.013254442,-0.015224396,0.008288672,0.0054043634,-0.0011466617,0.013470022,-0.009745695,-0.0016753897,-0.0018380039,-0.008258937,0.009820033,0.03541456,0.02726713,-0.021974275,-0.02059159,-0.0045160255,-0.020888941,0.029125577,-0.013588963,-0.0098349005,-0.0008074951,0.009203028,0.01087563,0.0037373365,-0.033124954,0.006932006,-0.024055734,0.02769829,0.029467532,-0.024055734,0.007716271,-0.027044117,-0.0056013586,-0.019312978,-0.021557983,0.0022227024,0.04026139,-0.025691168,0.006935723,0.009738261,-0.033511512,0.043413315,-0.009544983,0.02249464,-0.015759628,0.00025065802,0.034671184,0.022331096,-0.0013780383,0.03850702,0.00693944,-0.026553487,-0.020026622,0.028962035,0.018554732,0.0013566661,-0.020457782,-0.00977543,-0.007783175,-0.02801051,-0.026583223,-0.0008497748,0.0051218793,0.012392123,0.0027430675,-0.0034083913,0.014882442,0.035474032,-0.03119217,-0.061313875,-0.0021204879,0.02059159,-0.018673673,-0.0046275323,0.01480067,0.000005353924,0.0012488762,-0.00649713,-0.004649834,-0.0021483644,0.007292545,-0.004932318,-0.011329091,-0.007229358,-0.022033745,-0.0018695975,0.02997303,0.015343336,-0.013574095,-0.018049235,0.0105336765,0.01130679,0.006381906,-0.0070732483,0.009983576,-0.028025378,0.041391328,0.027534747,0.015789364,-0.03511721,-0.004672135,-0.030077102,0.025260009,-0.018034367,0.0041592037,0.0053634774,-0.03523615,-0.008154864,-0.006028801,0.0079467185,0.048706174,-0.0018956157,0.01900076,-0.004883998,0.01265974,0.03850702,-0.026880573,0.029839221,-0.0021037618,0.0000025735133,-0.0431457,0.012332653,0.025572227,0.00024787034,-0.031013759,-0.04638683,-0.029214783,0.030166307,-0.012198845,0.0030051083,0.030121705,-0.023773251,-0.01195353,-0.020993015,-0.0056050755,-0.010466772,-0.01299426,-0.03309522,0.01949139,0.047992527,0.029140444,-0.0026984648,-0.018064102,0.0049137333,-0.026508885,-0.0051627653,-0.00634102,0.02023477,0.03476039,-0.025735771,-0.025245141,0.020383444,0.007887248,0.02267305,-0.014220835,-0.008467084,-0.02004149,-0.02714819,-0.026152063,0.029155312,-0.024174675,0.018301984,0.013031429,-0.0057017147,-0.033927806,-0.02708872,0.015596085,0.0008237565,-0.0042781443,0.033630453,-0.016012378,-0.026256137,0.021557983,0.0122583145,0.018792614,0.008199467,-0.025423551,-0.014488451,0.014458716,0.022747388,0.03187608,0.017380195,0.011329091,-0.025765507,0.006943157,0.019967152,0.0053486098,0.019015627,0.024620702,-0.0027486428,0.024189543,0.025929049,0.009411175,-0.02108222,0.014109327,0.040588476,0.0065008467,-0.02004149,0.0010927666,0.0042112404,0.00011371371,0.017737016,-0.01277868,0.007983888,0.02286633,-0.017722148,-0.0020907526,-0.017722148,0.014808103,0.013871446,-0.02102275,0.019640066,-0.04626789,0.006671824,-0.0039993776,-0.026003387,0.006630938,0.015224396,0.01299426,0.00404398,0.024011131,0.02911071,-0.032203164,-0.0013408693,-0.0074598053,0.011165548,0.016443538,0.014562788,0.015967775,0.036990523,-0.058697183,0.021275498,-0.0049100164,0.020903809,0.0169193,0.0017367185,-0.013217273,-0.016265126,0.01136626,-0.022777123,0.020071225,0.003070154,0.01868854,0.03737708,-0.0005640386,0.007850079,0.008348143,0.02469504,0.049419817,-0.00083537184,0.029006638,-0.010214023,0.016324596,0.028292993,-0.006147742,-0.03083535,-0.01611645,-0.015313601,-0.009240197,-0.020160431,-0.0053634774,-0.008258937,0.012473894,-0.03487933,0.005333742,0.021602586,-0.04823041,0.012897621,-0.04296729,0.05498029,-0.019298112,-0.019625198,-0.034581978,0.00055799866,0.015373072,-0.011522369,-0.029303988,0.0056682625,0.00057565386,0.027995642,0.0069989106,0.025423551,0.0020294238,0.004820811,-0.00069134217,-0.021557983],"social":"https://twitter.com/CryptoStein2022"},{"title":"thought blast","description":"a bullet note app with audio transcription","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=yTSJ-q_8Opk","youtube_transcript":"Hey, stop blast. Nope. It's a good space. It's Max, and I build stop blast. What's stop blast? Able a note taking tool where you can either write down what's on your mind or you start to ramble and return the ride for you. Why? So I strongly believe in writing. Writing is thinking of the direction. So if you wanna get anywhere, write. So let me show you how it works. So here we see the interface with all the parts that are already on there. If you just have a plus, you can start and just type a very elaborate note and save it. If you don't have it, you'll start the recording and then transcribe whatever I'm saying. I type again So it starts. And now it starts the transcribing process. If a long tap on a note, I can either delete it or change it and save the change thing. I can also swipe a note to the left and it'll be pinned and I can find it here now on pin wall. I've finished transcribing up. There we go. And we have a transcribed note. That's it.","embedding":[0.012392151,0.031842083,-0.017413173,-0.023695046,-0.016831242,-0.021397164,0.050792154,0.010325549,-0.021352401,-0.0021076356,0.00908708,0.033095475,0.007326365,-0.0009698854,0.020263145,0.0121459495,-0.05311988,-0.043421023,0.015831513,0.023172801,-0.008915485,0.012041501,0.012772645,0.060550693,0.0021169614,-0.048434585,-0.012989004,0.027201556,0.0038068,0.022277521,-0.012325006,-0.027858093,0.019158967,-0.04437599,-0.019711055,-0.033065632,0.044226773,-0.023635361,-0.0017420634,-0.028469866,-0.015637537,0.04918065,0.051627748,-0.0048643486,-0.00828879,0.02430682,-0.048971754,0.036855645,-0.03217035,0.052970666,-0.049419392,0.012093725,-0.04327181,0.08361904,0.014660191,-0.031603344,-0.016308997,0.025351312,-0.022322286,0.042107947,0.011549097,-0.01726396,-0.010586672,0.023068352,0.00056141446,0.023217564,-0.05109058,0.048673328,-0.005987177,0.000786633,0.030916963,-0.016861085,-0.048494272,0.003734059,-0.025873559,-0.018189082,-0.0066250633,0.0059237615,0.011728153,-0.0020498156,0.025127493,-0.01930818,-0.022068623,-0.0070316694,-0.026142143,0.01657758,-0.02714187,-0.0175027,0.006733243,-0.062669516,-0.025978008,-0.023560755,0.002454556,0.029111484,0.041511096,0.007893375,-0.03282689,0.021173345,0.01805479,0.027276162,0.006266952,-0.04825553,0.0009395765,-0.063087314,0.04222732,-0.003950418,0.0094824955,-0.025142414,-0.049300022,-0.019502157,-0.11322293,-0.009019935,0.011108918,0.02691805,-0.0026056345,-0.06631032,0.021143502,0.0066213333,-0.0066847485,-0.009870449,0.023486149,0.02712695,-0.01283233,0.0019379057,0.0004798135,-0.027052343,-0.054074842,0.017383331,0.027186634,-0.050105773,0.01726396,-0.013720148,0.060491007,-0.04222732,-0.026962815,0.008154498,-0.04076503,0.030648379,-0.035393357,0.013809676,0.015294347,-0.04336134,0.015712144,-0.018487507,-0.04157078,-0.028723529,-0.03282689,0.058969032,-0.01374253,-0.0029879932,0.032528464,0.034378707,-0.025396077,-0.010340471,0.061714556,-0.0067295125,0.0056850207,0.051030893,-0.034915876,0.019367866,-0.008184341,-0.0067145913,-0.0138469795,-0.04962829,-0.0006887119,0.04085456,0.025530368,-0.03452792,-0.020352673,-0.010526987,-0.04079487,-0.03405044,-0.059267458,0.013481407,0.017980183,-0.029111484,-0.012220556,-0.04267496,-0.061953295,0.0045547313,-0.05646225,-0.0017131533,-0.034557763,0.0538361,-0.04562938,-0.03112586,-0.0013084128,0.005994638,-0.016368682,-0.019561842,-0.014451292,0.029499438,-0.00613266,0.013190442,-0.017845891,-0.019144045,0.078068316,0.018472586,0.012026579,-0.06350511,0.030946806,0.036318477,0.0063863224,0.013921586,-0.033811696,0.06666843,0.024083002,-0.0011517389,-0.033364058,-0.03452792,0.050821997,-0.014936236,-0.033901226,-0.033781856,-0.039451953,0.041182827,-0.036855645,0.040615816,-0.021143502,0.030737907,-0.025485605,-0.04043676,0.016726794,-0.012780106,-0.017398251,0.029618809,0.053209405,-0.027858093,0.020994289,0.031275075,0.034796502,-0.0005982514,-0.006214727,-0.033244688,0.0655941,0.0019901302,0.008273869,-0.034110125,0.025410999,-0.016428366,-0.015712144,-0.02588848,0.044107404,0.029991841,0.034139965,0.015383875,-0.048434585,-0.052314125,0.035303827,0.042645115,0.08475307,-0.0063937833,0.026738994,0.018248767,0.004155586,-0.028798137,-0.02714187,0.02123303,0.05962557,-0.01736841,0.016861085,-0.02191941,-0.04186921,-0.00013977075,0.016502973,0.00875135,0.022113387,0.009475035,0.0007567904,-0.004860618,-0.06213235,0.0252021,-0.019024676,0.00999728,-0.008318633,0.0021934332,0.0082440255,-0.018815776,-0.026395805,0.06583284,0.039332584,0.00001633476,-0.015428639,0.033214845,-0.027082184,0.020680942,0.0043271813,0.061177388,0.0065355357,-0.022158151,0.004118283,-0.017592229,0.02282961,-0.027291084,-0.014854168,-0.024485877,0.017443016,0.003043948,0.03315516,0.019636448,0.019919954,-0.054582167,0.05303035,0.013861901,0.004301069,0.027559668,-0.034020595,-0.016368682,0.008027667,-0.022217836,0.009184069,0.043122597,0.04267496,-0.0076471735,-0.013369497,-0.0069309506,0.0724579,-0.022202915,-0.010944784,-0.03975038,0.048643485,-0.023709968,0.04279433,-0.018532272,0.023486149,0.034020595,0.028708609,0.03963101,0.034826346,0.004308529,0.036049895,-0.033811696,-0.027768565,-0.011526715,0.010571751,-0.018338295,-0.02861908,0.01396635,0.013570935,0.028648922,-0.01930818,-0.06177424,-0.06165487,0.022680398,-0.030379795,0.02021838,0.019666292,-0.014787022,-0.0012524578,-0.019323101,-0.022725161,0.0141677875,-0.019218652,-0.048583798,0.08899072,0.026321197,-0.024127765,-0.03891479,-0.019263417,-0.0097585395,-0.009340743,0.01465273,0.0017532544,0.025023043,-0.012623431,0.023068352,-0.07126419,0.0069682538,-0.030588694,-0.03613942,0.056909893,0.0075800274,0.012518982,0.0034374977,-0.0055208863,-0.0063340976,0.038735732,-0.021427007,-0.01748778,0.012071343,0.027112028,0.004573383,-0.021650827,-0.0109074805,-0.0077740047,0.04112314,0.045927804,0.008952788,-0.014891472,-0.025500525,0.01327997,-0.021322558,-0.013503789,-0.012466758,0.056014612,0.047479622,-0.01101939,0.048285373,-0.022844533,-0.022053702,0.018711329,-0.016368682,-0.072398216,0.006434817,0.00061130757,-0.00874389,0.035273988,0.009818224,0.030260425,0.014115563,0.086603306,-0.014331922,0.05505965,0.0073673986,0.04031739,0.018785935,-0.023993474,0.005554459,0.05941667,0.007982903,-0.019427551,-0.03190177,-0.03100649,-0.011899748,0.02362044,0.058103595,0.016100097,-0.026888208,0.068996154,-0.014958617,-0.0029003303,-0.013227745,0.002544084,-0.005166505,-0.028096834,-0.00431599,-0.058789976,0.023590598,0.026813602,-0.01748778,-0.02090476,-0.0126980385,-0.044674415,0.046375442,-0.02827589,-0.021307636,-0.005382864,-0.01203404,-0.023545833,-0.0020721974,-0.05088168,-0.01135512,-0.017741442,0.041899048,-0.039810065,-0.049807347,0.008438003,-0.008109734,0.005610414,0.012310084,-0.013958889,-0.011772917,-0.037213758,-0.009766,-0.0049203034,0.026783759,-0.044047717,0.017353488,0.002021838,0.02567958,-0.012765184,0.006300525,0.026052615,-0.01987519,-0.053776417,-0.023217564,-0.0035829805,0.019054517,-0.01363062,-0.025112571,0.0019229844,-0.025425918,0.000057120655,0.053328775,0.002135613,0.027574588,-0.015861357,0.012168332,0.004360754,-0.020173617,0.009333282,0.021755276,0.005311988,-0.017875735,0.021770198,-0.011176065,0.0072144554,-0.039959278,-0.0072144554,-0.012817409,0.020979367,0.05532823,-0.019367866,0.058730293,0.027887937,0.010280785,0.029469594,0.012668195,0.020248223,0.010474762,-0.0011163008,-0.061356444,-0.016279154,0.01419763,-0.019949798,-0.023560755,0.026410725,0.040018965,0.0020740626,-0.04294354,-0.020367594,0.02078539,-0.0150854485,0.008467846,-0.001316806,0.0057335147,-0.05359736,0.027753644,-0.03440855,-0.043421023,-0.009683933,-0.022874374,-0.02090476,0.013160598,-0.051985856,-0.03688549,-0.011847523,-0.006293064,-0.015861357,-0.036408007,-0.004461473,0.034020595,0.061833926,-0.041421566,-0.0032901496,0.0035736547,0.01715951,-0.0022531184,-0.014152866,0.008438003,-0.017308725,-0.016995376,0.055089492,-0.043510552,0.035512727,0.030708063,-0.011273053,0.035303827,0.044823628,-0.0118251415,0.013212823,0.011205907,-0.023381699,0.01601057,0.01747286,0.024724618,-0.036646746,-0.037542026,-0.03130492,-0.006184885,0.016488051,-0.047509465,0.009825685,-0.011974354,-0.004103361,-0.0061065475,-0.0050695166,-0.013026307,-0.046882767,-0.02351599,-0.00017182826,-0.046942454,0.006442277,0.0056738295,-0.0032435206,0.029320382,-0.01601057,-0.0019435012,-0.00042898778,-0.005472392,0.00522246,-0.037452497,0.0087961145,0.031842083,0.0043346416,-0.0034598797,-0.006255761,-0.011176065,-0.016055334,0.008721508,-0.033662483,-0.019263417,-0.039660852,-0.016025491,-0.013302351,0.014854168,-0.034498077,-0.027425375,0.0038347777,-0.016294075,0.0024937247,0.03473682,-0.03145413,-0.022158151,-0.039064,0.023351856,-0.042167634,0.0051478534,0.0075874883,0.009452652,0.01715951,-0.015167516,0.022128308,0.01704014,0.0059013795,0.021218108,-0.011772917,-0.0074121626,-0.028141597,-0.004849427,0.012727881,-0.008430542,0.052403655,-0.004189159,-0.01181022,0.024709696,0.036855645,0.0019248495,0.027768565,-0.023784574,-0.0035699243,-0.04040692,0.005401516,-0.0073412866,0.015801672,0.00071295904,-0.025992928,0.019397708,-0.027082184,-0.030588694,-0.02758951,-0.011071615,0.10480731,-0.0052149994,0.006289334,-0.0001725277,-0.013488868,-0.04652466,0.00510682,-0.013727609,-0.013496328,0.03497556,0.005256033,0.009848068,-0.010765728,0.011325277,-0.01373507,0.015354032,0.033334214,0.03282689,-0.04177968,-0.021785118,-0.019770741,-0.0000825918,0.02020346,0.009430271,0.03891479,-0.038884945,0.02588848,-0.010250943,-0.011414805,-0.0031185546,-0.01806971,-0.0073524774,0.015712144,0.013682845,-0.0036613175,-0.008460385,0.03393107,-0.033781856,-0.021889567,0.0014986595,0.016323917,0.0175027,0.002803342,-0.024650011,0.0058789975,0.032856733,0.007654634,-0.05156806,-0.031812243,-0.01578675,-0.03599021,-0.023978552,-0.0270225,-0.048673328,0.002963746,-0.004946416,0.022232758,0.004860618,-0.01430208,0.007759083,-0.034826346,-0.001260851,-0.020695863,0.011511793,0.011735613,0.011996737,0.018711329,-0.018860541,-0.020859998,0.00066679623,-0.0066287937,-0.049687974,0.025828794,-0.04986703,-0.013973811,-0.0019677484,-0.019278338,0.0063490192,0.00021309502,-0.005349291,0.022471499,-0.071562625,-0.0032174084,0.051150266,-0.01044492,-0.015413717,-0.016905848,-0.049896874,-0.03986975,0.030797591,0.0060244803,0.017234117,0.001794288,-0.023709968,0.005666369,0.012108646,-0.046345603,-0.00082766666,-0.016876006,0.015921041,-0.05109058,0.022769924,0.038347777,-0.0089304065,-0.010056966,-0.0015191763,0.030499166,0.02838034,0.009206451,0.007050321,-0.024620168,0.016637266,-0.020009482,0.0028425104,0.022919139,0.03727344,0.01874117,0.013981272,0.010064426,-0.017995104,-0.0028350498,0.013690306,0.045390636,-0.03009629,0.0047524385,-0.011959434,-0.0006938411,0.0029208472,-0.026903128,0.00852007,0.008266408,0.014436372,0.0045621917,-0.034229495,-0.012892015,-0.000136973,-0.022113387,-0.019949798,0.003791879,-0.013227745,0.025187178,-0.024247136,0.0019602876,-0.022978824,-0.018547194,-0.043510552,-0.021024132,-0.017413173,-0.014249855,-0.027768565,0.0010155819,0.016771557,0.020173617,-0.015592773,0.0057297847,0.030305188,-0.012407073,-0.0059685255,-0.01192959,-0.0058155823,0.01657758,0.01747286,0.0063117156,0.010571751,0.0055432683,-0.014026036,-0.01317552,-0.016488051,0.02521702,-0.006677288,0.002202759,-0.020606335,0.043868665,-0.0028816788,0.024605246,0.009862988,0.01806971,-0.003913115,0.007300253,0.008990091,0.029111484,-0.018293532,0.0039019235,0.029961998,0.010832874,0.016726794,-0.026977737,0.011280513,-0.031394444,0.01430954,0.020725705,-0.02294898,0.010131572,-0.01760715,-0.0012282106,-0.011004469,-0.00511428,-0.008087352,-0.014980999,0.032349408,0.030230582,-0.028335575,-0.0016571984,-0.0065616476,0.026365962,0.016756635,0.00040753838,0.0005208471,-0.013973811,0.029842628,-0.024605246,0.041749835,-0.012041501,-0.036527377,-0.028022228,0.010116651,-0.0053455606,0.022575948,-0.008587216,0.032140512,-0.0030402178,0.02021838,0.009661551,-0.004454012,-0.010273324,0.013414261,0.0013494464,0.0071249274,-0.0099450555,-0.035303827,0.012280242,-0.0032267342,-0.0109970085,0.014287158,0.02271024,0.048882224,-0.006494502,0.015309268,-0.049001597,-0.04177968,-0.021874646,-0.004961337,-0.0077143195,0.034766663,0.02042728,0.015637537,-0.010929862,-0.02624659,-0.011526715,-0.01510037,-0.0006094424,-0.01999456,0.007915757,0.017428095,-0.029723257,0.030618535,-0.0046293377,-0.008042588,0.016279154,-0.021904489,0.023351856,0.007863533,-0.02203878,-0.0064795804,-0.028634002,-0.022128308,-0.0069085686,0.006390053,-0.05643241,0.009549641,0.0010286381,0.0015714009,0.02281469,-0.008117195,-0.0072741406,0.034766663,0.04112314,0.020576492,0.02736569,-0.009631708,0.015906122,0.037422657,0.04010849,-0.022128308,0.018218925,-0.011735613,0.0040138336,0.004293608,-0.02532147,-0.030678222,-0.02259087,0.012287702,0.029932156,-0.013667923,0.008587216,0.023023587,0.04792726,-0.014615427,0.0004604624,-0.04497284,0.03130492,0.0022885564,-0.0062632216,-0.031991296,0.020188538,0.008773733,-0.014175248,0.05279161,-0.00772178,-0.013376958,0.016637266,-0.022620711,-0.009146766,-0.053746574,0.0028313193,-0.02077047,0.06278889,0.023978552,0.010056966,0.011317817,0.029738178,0.014906392,-0.01760715,-0.02157622,0.023918867,0.0058454247,0.010400156,-0.031066176,0.037333127,0.021934332,0.028827978,-0.02088984,0.013145678,0.011317817,-0.0020460852,0.000019219935,0.020874918,-0.023202643,-0.025724346,-0.020143773,-0.0034244414,0.03622895,0.012496601,-0.024172528,0.009661551,-0.05858108,0.0014249855,0.013884283,-0.02248642,0.034886032,0.0100793475,-0.012690578,0.033065632,-0.015756907,-0.023590598,0.00060711097,-0.01068366,-0.015861357,0.007990364,-0.04428646,0.018368138,-0.024724618,0.023008667,0.015846435,-0.025485605,-0.014854168,-0.031812243,-0.010325549,0.016532816,0.0019584224,-0.003737789,-0.021173345,0.0109522445,-0.024903674,0.024948437,-0.003361026,0.0011274918,0.04652466,0.007990364,0.039481796,0.038019508,-0.0033032058,-0.010870177,0.024008393,0.00965409,-0.001316806,0.011996737,-0.021650827,-0.0121459495,-0.0082440255,-0.0035848457,0.018935148,0.0578947,0.012429454,-0.023023587,-0.015518166,-0.000008378667,0.06768308,-0.028723529,0.005964795,-0.007427084,-0.020979367,0.014227473,-0.020158695,-0.016219469,-0.026649468,-0.001113503,-0.0047897417,-0.03100649,-0.0048419666,0.03748234,0.01191467,-0.0066026812,0.005200078,0.0118251415,-0.018577036,0.021083817,0.00828133,-0.026724074,0.014339383,-0.0035251605,-0.03076775,0.02588848,-0.032976102,0.01191467,0.027902856,0.04064566,0.008803575,-0.005364212,0.010937323,-0.0018483778,0.038228408,-0.016741714,-0.019949798,0.048166003,-0.028514631,-0.007173422,-0.024858909,0.011064154,-0.021397164,-0.010497144,-0.003894463,-0.0045248885,-0.009154226,0.015488324,-0.017428095,0.013623159,0.02657486,0.00015655723,-0.0071398485,-0.000057208086,0.014369225,-0.029991841,-0.013078531,0.047419935,-0.020054245,-0.00082720036,0.022516264,0.012459297,-0.0030402178,0.002327725,-0.0121011855,-0.04234669,0.0035419469,0.019890111,-0.011280513,0.01078811,0.01192959,0.049419392,-0.020337751,-0.0042637656,0.016816322,0.004338372,0.012966622,0.0315735,-0.009184069,-0.012414534,0.028723529,-0.0033535652,-0.0102211,-0.020248223,-0.007065242,0.022546105,-0.004894191,0.042316847,-0.04894191,0.005632796,-0.016532816,0.021665748,-0.027425375,-0.019979639,0.0055246167,0.0038459687,-0.015167516,0.035363514,0.09615295,-0.017696679,0.01803987,-0.026067536,0.01929326,0.009527259,0.003657587,-0.004349563,-0.017816048,0.0035139695,-0.01317552,0.014391608,0.0064534685,-0.011399884,0.0027436565,-0.0012673791,-0.023008667,-0.025933243,0.006662367,-0.031842083,-0.002689567,0.011407345,-0.01408572,0.0002452691,-0.0019509618,-0.025351312,0.004703944,0.014003653,0.00852007,-0.043928348,0.030484244,-0.0150406845,0.0010687391,0.013951428,-0.027992385,0.023769652,0.005655178,-0.008184341,-0.017860813,-0.021904489,-0.015294347,0.01565246,0.016323917,0.03599021,0.033572957,0.010616515,-0.0071025454,0.016189625,-0.001198368,-0.034796502,0.0044353604,0.0011340198,0.034915876,0.01556293,0.050225142,-0.035273988,0.0075688367,-0.003133476,0.007938139,-0.0077292407,-0.016488051,0.022725161,0.021173345,0.0047188657,-0.023709968,-0.025396077,-0.014928775,0.03351327,-0.008430542,0.021024132,-0.010623976,0.0315735,0.025530368,-0.004871809,0.0045025065,0.014839247,0.033543114,-0.0069011077,0.018696407,-0.02056157,-0.0109522445,-0.0003047212,-0.0034263066,0.00042619003,-0.008803575,0.032050982,-0.00072927924,0.015324189,0.03998912,0.029320382,0.004450282,-0.0024676123,0.02564974,0.0039690696,0.0045025065,0.014719876,-0.056104142,-0.009721236,-0.023635361,-0.016532816,-0.0032435206,0.0047076745,-0.015145133,-0.009519799,0.008169419,-0.009631708,-0.021441929,0.025485605,-0.0018287936,0.025515446,-0.02406808,0.00692722,-0.016488051,-0.02667931,0.025067808,-0.055775873,-0.012578668,0.03760171,0.0044428213,-0.034796502,0.06481819,0.015935963,0.03748234,0.005994638,0.024217293,0.014906392,0.0026634545,-0.018711329,0.031036332,-0.012683117,0.010847795,0.011131301,0.031185547,-0.02940991,0.013518711,0.016219469,-0.01248914,0.004644259,0.010817952,-0.009788382,-0.0080127455,0.0372436,-0.00018756557,-0.02760443,-0.0025739267,-0.015122752,0.009937595,-0.001227278,-0.015950885,0.03715407,0.026201827,-0.0023538372,0.0014809404,-0.006233379,-0.037064545,-0.02042728,-0.027380612,0.009840607,-0.009572023,0.016876006,0.003564329,-0.020412358,-0.002803342,0.007393511,0.0033871382,-0.004189159,-0.0006733243,-0.011153682,0.044942997,-0.012817409,-0.024127765,0.02326233,-0.042197477,-0.007300253,0.0080127455,-0.03760171,0.013764912,-0.01487655,-0.027679037,-0.01772652,0.0088558,0.009870449,-0.012630892,-0.006166233,0.010885099,-0.0034971829,-0.02736569,-0.0056029535,-0.0014967943,0.00017404313,-0.02362044,-0.010139033,-0.005032213,0.0016506703,0.019740898,0.034886032,-0.015533088,0.007300253,-0.0058901887,0.018099554,0.014287158,-0.05756643,-0.019144045,-0.00072275114,0.02329217,0.015861357,-0.04488331,-0.016189625,0.007654634,-0.011646085,-0.014070799,0.0013727609,-0.03217035,-0.01612994,0.0010360987,-0.021934332,-0.0057185935,0.02100921,0.019696135,-0.025619896,0.028454946,0.013473947,0.00987791,-0.045480166,-0.030827435,0.031155704,0.025455762,-0.0045398097,0.013168059,0.0019211192,-0.0049687973,-0.029439753,0.007013018,0.0060729748,-0.011071615,0.012854712,-0.0005576841,-0.038019508,-0.042495903,-0.040168177,-0.03393107,0.021650827,-0.01101939,0.011974354,-0.010146493,0.0094824955,-0.023993474,-0.013667923,-0.019696135,0.017308725,-0.011944512,0.0044129784,0.00025692637,0.018368138,0.0062259184,-0.034677133,0.012347387,-0.02441127,0.02918609,-0.00772178,-0.007121197,-0.028290812,0.044137247,-0.007415893,-0.02554529,-0.011146221,0.0016618613,0.005629066,0.009922674,0.014898932,-0.0108627165,-0.024515718,0.012862173,0.035154615,0.015488324,0.0011330873,-0.015935963,0.0023090732,0.00054509426,-0.010765728,-0.023769652,-0.038228408,-0.020546649,-0.014040956,-0.008945328,0.0069197593,-0.01521228,-0.0039019235,-0.018860541,-0.009206451,-0.013906664,0.008087352,-0.00044274336,0.03312532,0.03897447,0.030006763,-0.040496446,0.01135512,-0.0021561298,0.028469866,0.019203732,0.0030924424,-0.02714187,-0.018696407,0.010474762,0.01895007,-0.010183797,0.014630348,-0.0031521276,-0.0046367985,0.019621529,-0.028589237,-0.013190442,0.016652185,0.043928348,-0.011899748,0.0012011657,-0.003385273,-0.038795415,-0.008184341,0.033185,0.015697222,0.0036725083,0.034259338,0.03554257,-0.022083545,0.009475035,0.026097378,0.04091424,0.02827589,0.023590598,0.04339118,0.0147721,-0.0019584224,-0.016025491,-0.03861636,-0.024545562,0.006087896,0.026634546,-0.011489412,0.008669283,-0.0003450554,0.032200195,0.02224768,0.02385918,0.020472042,-0.009915213,0.011772917,-0.00004164562,0.0017840296,-0.013712687,0.031215388,-0.0050098314,-0.0038068,-0.013884283,0.028425103,0.021531455,-0.012213095,-0.0006542064,0.01010919,-0.013011386,0.00805751,-0.009452652,0.021949252,-0.031871926,-0.0062184576,-0.020964446,0.012302623,0.019845348,-0.018815776,-0.0000804935,-0.019770741,0.020278066,-0.030126132,-0.049210493,-0.020412358,0.023605518,0.007915757,-0.004021294,0.015294347,0.019009754,-0.0295442,0.002473208,0.008960249,0.052164912,0.01669695,-0.0009120653,0.006520614,-0.0115043335],"social":"https://twitter.com/MaxMynter"},{"title":"incentive","description":"say thanks to anyone online with gratitude and confidence.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=6-gu0mTaBCI","youtube_transcript":"Hi, Bill space. Hi, Parza. Thank you for giving us the opportunity to be part of this program. As part of this program being created myself, I wanted to create a two weeks for them, a revision on their digital journey on Internet. We have created incentive to say thanks to anyone with confidence and gratitude. Anybody referring any two people on the Internet should not do this. So there's some kind of reward which forever has to get which is an effort to do that. So here is explanation of our video. Quick explanation of incentive, what we now try to achieve here. This is a login screen. Once you log in here, you'd see a screen in this manner. Where you could actually have introduction done between two users. Here I have used the Farzai and Ashish as example. Once you enter or you try to create an entity in this manner, You could add different handles on Twitter and give a description. You would see a thank you kind of card on both the user side. You could select the tags. Currently, we are doing enter ship coupon and plus bar. You could select and say thanks anyway. Then the tanks will be processed, and respect to coupons will be collected in the introducer. That's the referral. Phone inbox. That's pretty much what we have for Incentiva.","embedding":[0.022405835,0.019730754,-0.037872672,0.015758663,0.014356271,-0.035959583,0.007522654,0.07146521,0.034111343,-0.0027338525,0.02962045,-0.06374801,-0.0006662372,-0.052496452,0.017071884,0.015223647,0.0049367417,0.00972757,-0.022405835,0.07062215,-0.0030195997,0.048929676,0.0013679395,0.04393619,0.031257924,-0.019876668,-0.02738311,0.039137255,0.010911091,-0.054117713,0.034954403,-0.021189889,-0.0026933209,0.022097796,-0.029409686,0.0066228537,-0.010911091,-0.01168119,0.024529688,-0.02305434,-0.042801306,0.021222314,0.05761964,-0.004567905,-0.013553747,0.049286354,-0.042898584,0.014177933,-0.013010625,0.026880518,-0.07146521,-0.00467734,-0.007984714,-0.03205234,-0.0059013925,-0.042736456,-0.0007179149,0.03339799,-0.050745487,0.011324513,0.026912943,-0.015069627,0.0090547465,0.045071073,-0.015693812,-0.009241192,-0.05087519,0.045589875,0.006079731,0.006079731,0.04027214,0.06809299,0.0033701977,0.001071046,-0.014234677,0.0020671086,-0.025810486,0.038877852,0.051102165,-0.03137141,0.041050345,-0.020687299,-0.020233344,-0.007259199,-0.05285313,0.017493414,-0.070297904,-0.020184707,-0.026377928,-0.015491155,-0.022535536,0.04636808,-0.062224023,0.06011638,0.061380964,-0.009216872,-0.032733273,-0.01418604,0.0147778,0.014599461,0.06582322,-0.0835274,-0.003929533,-0.017963579,0.027107494,-0.027723573,0.0052569406,0.0006576243,0.038618453,0.013975276,-0.10337164,-0.007818534,-0.006420196,0.0056217248,0.020379258,-0.014080658,-0.012743116,-0.038132075,-0.020314408,-0.021822182,-0.03644596,0.01592079,-0.033754665,0.001320315,-0.030090615,-0.04990243,-0.04257433,-0.015945109,-0.009670826,-0.055187747,0.050226685,-0.005463652,0.024091948,0.004632755,-0.02639414,-0.02410816,-0.03339799,0.0191471,-0.03631626,-0.043352537,-0.041471872,-0.06040821,-0.03278191,-0.03167945,-0.0077982685,-0.039072406,-0.048670273,-0.012378332,-0.011875741,-0.04351466,-0.03307374,0.024383774,-0.02639414,-0.010157204,-0.012037868,0.0049894326,0.00021709707,0.0122810565,0.002367042,0.013026837,-0.003497872,-0.040174864,0.0029932542,-0.015166903,-0.053274658,-0.008025245,-0.03218204,-0.029766364,-0.05632263,0.03359254,-0.06523957,-0.0556417,-0.073799826,-0.0116730835,0.011324513,-0.042379778,0.041050345,-0.046011407,-0.01183521,-0.06066761,-0.0026122578,0.016942184,-0.015345241,-0.006152688,-0.033624966,-0.006497206,-0.00542312,-0.01989288,0.014283315,0.0135375345,0.016058596,0.011624446,0.038521178,0.02720477,-0.041180044,-0.03903998,0.035408355,-0.057003558,0.02088185,0.031387623,0.016220722,-0.027496597,0.024383774,0.054150138,-0.0038788684,-0.011267768,-0.015102052,-0.0062296977,-0.024983643,0.020898063,0.054993194,-0.00046661936,0.030836396,-0.012775541,-0.044065893,-0.013959062,-0.011397469,0.028890882,-0.0017884542,-0.021951882,0.0020458295,0.032814335,0.034176197,-0.024497263,0.0015412119,0.040920645,0.0018077067,-0.028663905,0.003153354,-0.01921195,0.021481717,0.011875741,0.017996004,-0.047373265,0.01840132,-0.00016503937,0.011948698,-0.021854607,0.044454996,-0.030755334,0.003708636,0.018012216,0.025324106,0.037710544,0.050388813,-0.010513881,-0.020460322,-0.046984162,0.010538201,0.009338467,0.07263252,-0.0064283023,0.01908225,-0.019341651,-0.01613966,-0.051847946,0.009962653,0.03732144,0.025210619,-0.03732144,0.026426565,-0.05025911,-0.014607567,0.026929155,0.010481456,0.019341651,-0.03475985,0.027172346,-0.010205842,0.015361454,-0.041471872,0.0049894326,0.04225008,0.040920645,-0.004555745,0.033365563,0.03167945,-0.0011156306,0.028728755,0.017152948,-0.03488955,0.0129619865,0.0031472743,0.011770359,-0.01565328,0.012191887,0.015223647,0.003824151,-0.0041119247,0.040434264,-0.0043085027,-0.016407168,-0.007765843,0.008398135,0.04374164,0.001914102,0.026248226,-0.0131079005,0.04863785,0.053988013,-0.00010506535,-0.039947886,-0.02992849,0.0075753448,0.00018568512,-0.0008840942,-0.0088764075,0.02540517,0.019779392,-0.0031837525,0.02417301,0.025826698,0.007546973,-0.007960395,-0.0049853795,-0.012183781,0.07606959,-0.023946034,-0.025794273,0.0005507223,-0.016326105,-0.01697461,0.010384181,-0.00422744,0.03544078,-0.013075475,0.005686575,-0.0031351147,0.0037876724,-0.012443183,0.036835063,-0.03939666,-0.018368894,-0.011040792,-0.021238528,-0.0037795661,-0.022227498,0.010270692,0.019049823,0.044325292,-0.044454996,-0.065045014,-0.04270403,0.008487305,0.013188964,0.017623113,0.029020583,-0.011818998,0.025745634,0.03848875,-0.020768361,0.008827769,0.031711876,-0.07120581,0.013310558,0.011032686,0.037451144,-0.082684346,-0.016780058,0.01598564,-0.07256767,0.008041457,0.020379258,-0.0012189861,-0.012694479,0.008219796,-0.05372861,-0.00019075157,0.02106019,-0.013205176,0.012370226,0.009378999,0.008292753,0.0023062446,-0.017655538,0.016617931,0.027723573,0.051393993,-0.02292464,0.0047786688,0.04027214,0.0014094843,-0.015183115,0.009362786,0.025064705,0.033787094,0.02863148,-0.014745374,-0.01363481,0.037159316,0.051264293,-0.06705538,-0.020411683,0.0088764075,0.05917605,0.028339654,0.03140384,0.027075069,-0.004673287,-0.0031594336,0.025453808,-0.041374598,-0.00026522827,-0.040077586,-0.026929155,0.027837062,-0.033851944,-0.029263772,0.018952549,0.024691815,0.0011358964,-0.05311253,0.035992008,-0.03394922,-0.0022636866,-0.010003184,-0.010449031,0.031565964,0.038326625,0.01010046,0.013732086,0.0059540835,-0.013391621,-0.06413711,0.010538201,0.070492454,0.029425899,0.0069552124,0.016382849,-0.10051822,-0.017558264,0.038845427,-0.008925045,0.000949958,-0.015847832,0.0052488344,0.01629368,0.05087519,0.022146434,-0.023524506,-0.0061648474,-0.025453808,-0.0017084044,0.0044179377,-0.051393993,-0.003627573,-0.008000926,0.011754147,0.013318664,-0.028988158,-0.056711733,-0.0009935293,-0.025729422,0.06345618,-0.061575517,-0.06394256,-0.017201586,0.025502445,-0.028291015,0.024529688,-0.0064526214,0.0050623897,-0.013618598,0.039558783,0.018887699,-0.016666569,-0.02200052,0.044260442,0.020606235,-0.008738601,-0.016317999,-0.025940185,0.01778524,0.029085433,-0.04338496,-0.041277323,-0.023962246,-0.0005365363,-0.0049245823,-0.0019293013,0.028582843,0.017801452,-0.02268145,0.064461365,0.018109493,0.02869633,0.045200773,-0.038683303,-0.034954403,-0.036121707,0.029409686,0.025923973,0.022292348,-0.021303378,-0.010497669,-0.031079585,-0.0061607943,-0.02950696,0.0025129556,-0.005735213,0.009500593,0.012118931,0.0078023216,0.07269737,0.055058043,0.018012216,0.010902984,0.015774876,-0.048410874,0.027577661,-0.011583914,-0.02950696,-0.011859529,0.014250889,-0.018790422,0.060764886,0.0065620565,0.008114414,0.002198836,-0.015564112,-0.059143625,0.02856663,0.00061506615,-0.0064850464,0.0008785211,0.0000010568283,-0.06073246,0.0026102313,-0.04474682,-0.026977794,0.0026771082,-0.032198258,0.026961582,0.018206768,-0.007048435,-0.0023852813,-0.023719057,-0.013626704,-0.037224166,0.006521525,0.04387134,0.007153817,-0.006837671,0.013010625,0.006991691,0.0125323525,-0.010619264,-0.014931819,-0.026329288,-0.018887699,-0.0088764075,-0.025972612,0.03140384,-0.036835063,0.0036985031,-0.0025474073,0.0075348136,-0.033365563,-0.013026837,0.001295996,0.0030013607,-0.010311224,-0.008527836,0.0024744505,-0.025356531,0.026718391,0.005183984,0.01989288,-0.017071884,0.018628296,-0.023962246,-0.02149793,-0.004790828,-0.0005005645,0.019730754,-0.038326625,-0.04481167,-0.014858862,-0.022843577,0.003943719,-0.029020583,-0.02516198,-0.035927158,0.049059376,0.043903764,0.004288237,-0.030025765,0.0016628065,0.04014244,0.009605975,-0.020752149,-0.01723401,0.010894878,0.0488324,0.0063837175,0.019114675,-0.030739121,-0.013488897,0.024675602,0.04597898,0.01115428,-0.010092353,-0.017477201,-0.04085579,-0.04306071,0.02292464,-0.032765698,0.036121707,0.0068295645,-0.008236009,-0.0006196259,-0.012118931,-0.008771026,-0.030301379,0.009176341,0.0051434524,0.0005872007,0.01545873,0.04270403,0.017509626,-0.0047502965,-0.027366897,0.005398801,0.016569294,0.020265771,0.036121707,-0.022016732,-0.044649545,-0.022438262,0.013448365,0.0067768735,0.031274136,0.016812483,0.011211025,-0.03005819,0.015183115,-0.0056663095,0.027431747,0.009832952,-0.02360557,0.00006890362,-0.019795604,0.024999855,-0.022665238,0.03211719,0.022486899,-0.009687038,0.049805157,0.0062742825,-0.013659129,0.027772212,-0.003066211,0.079376966,-0.0096302945,0.015256072,-0.000655091,-0.030706694,-0.00429229,0.0022657132,-0.04257433,-0.044195592,0.0026527892,0.0032364435,-0.034695,-0.03537593,0.015904577,-0.011040792,0.011016473,0.000490685,-0.0013922584,-0.07665325,0.019665904,0.0260861,0.002395414,-0.025518658,0.030576995,-0.025518658,-0.044357717,0.009841058,-0.005739266,0.014631886,0.0039214264,0.02329753,-0.0019100489,-0.009930228,-0.006890362,0.022178859,-0.020752149,0.023946034,-0.017071884,0.0077253114,0.019390289,0.015296604,0.00021507048,0.024464838,-0.0296853,0.007028169,0.0019343678,-0.00076807267,-0.05278828,-0.00709302,-0.00049853796,-0.010959729,-0.010092353,0.0028230217,-0.01822298,-0.0007645262,0.023102978,0.009695144,0.0046489676,0.014818331,0.003939666,-0.0014662285,0.02088185,-0.038034797,0.028939521,0.012986306,-0.058462694,0.0015604643,0.0007635129,-0.011105642,0.051458843,-0.022730088,-0.008617005,0.019633478,-0.0021279058,0.004397672,-0.0070038503,-0.0016009959,0.026134737,-0.032879185,-0.012921455,-0.022016732,-0.00988159,-0.0096302945,-0.025972612,-0.06115399,-0.027950551,-0.051264293,-0.0382942,-0.020152282,-0.009435743,0.011089429,0.005743319,-0.002960829,-0.017542051,-0.0024703974,0.01741235,-0.03060942,0.02268145,0.0226166,0.018109493,-0.013796937,0.006756608,0.007429431,0.03359254,-0.0052528875,-0.0036741842,0.0037410613,0.020379258,0.0042031207,0.043287687,-0.01866072,0.015839726,-0.010132886,0.008973683,0.016504444,0.004211227,0.014121189,0.015580324,0.023167828,-0.01648823,-0.016942184,-0.020768361,0.036413535,-0.022665238,-0.0079077035,-0.009865377,-0.02615095,0.0016952317,-0.011535277,0.013237601,0.011105642,-0.033624966,0.01648823,-0.028728755,-0.014502185,-0.037224166,-0.009873483,-0.050032135,0.00046636604,-0.01137315,-0.013707767,-0.018109493,0.025567295,0.015491155,0.0088034505,-0.052723426,-0.008722387,0.028145103,0.0052974722,-0.0068498305,-0.021643844,0.052010074,-0.03667294,0.029717725,-0.013740192,0.025923973,-0.048183896,0.0068782023,-0.046141107,-0.022486899,-0.013780724,0.038553603,-0.0063958773,0.00083849626,0.038683303,-0.03800237,-0.021578992,0.0034715266,0.014745374,-0.031209286,-0.010862453,-0.006975478,0.029588025,-0.018579658,-0.059500303,0.006290495,-0.055155322,-0.021449292,-0.008349498,0.012564777,0.030787759,-0.017315075,-0.00073108764,0.030155467,-0.026604904,-0.0144697605,-0.037969947,0.010335543,0.0015675573,0.01587215,-0.01789873,-0.0055568744,0.05019426,0.016698996,-0.007648302,0.003856576,0.007867172,-0.025016068,-0.009897802,-0.040434264,0.0382942,-0.0013527402,-0.004863785,0.018855272,-0.00012982759,-0.022292348,-0.026102312,-0.0071740826,-0.0260861,0.03091746,0.0026953474,0.013659129,-0.0018928229,-0.03680264,-0.0026588691,0.0036214932,0.015928896,0.03998031,0.008240062,0.03036623,0.0127836475,-0.019049823,-0.008308966,0.0072794645,0.019357864,0.004034915,-0.016228829,0.0052042496,0.022049159,-0.020217132,0.021222314,-0.033333138,-0.0151506895,-0.0020144177,0.006914681,0.04951333,-0.031501114,-0.0021927564,-0.0014277236,0.017136736,0.0023204307,-0.010951622,0.020671086,0.040920645,0.0059013925,0.022405835,0.050096985,-0.014542717,0.012378332,0.0000995556,-0.00024217596,0.005005645,0.009508699,0.028047826,-0.012029761,-0.004612489,0.021416865,0.0046894993,0.022146434,-0.0242865,0.05311253,-0.012045974,-0.020979125,0.013626704,0.00091043976,0.006683651,-0.007867172,-0.0009793433,-0.009119596,-0.0042760777,0.010181523,0.008957471,-0.038326625,0.020249559,-0.027415534,-0.004839466,0.025324106,0.014396803,0.013140325,0.018887699,0.032360382,0.0070889667,-0.0123540135,-0.012175675,0.0020772414,0.028615268,0.011689296,0.005155612,0.030641844,-0.022584174,0.011551489,-0.008260328,0.018433744,-0.029053008,-0.0045314264,-0.041990675,0.0033175065,-0.01710431,0.0062742825,-0.029020583,0.029701512,-0.02193567,-0.019309226,-0.0100599285,0.037386294,0.00994644,0.054279838,0.004280131,0.0015108131,-0.027593873,-0.017817665,-0.023913609,0.013245707,-0.0020306301,-0.04931878,-0.0075591323,0.0024136533,0.03651081,0.03848875,0.011267768,-0.008535942,0.008617005,-0.0018411452,0.016285572,0.030820183,0.00957355,0.018903911,-0.001464202,0.0066755447,-0.0072794645,0.0047705625,-0.0034087026,-0.0015128398,0.01295388,-0.010076141,0.03154975,0.0066431197,-0.012013549,-0.027577661,-0.044130743,0.019049823,0.01958484,-0.014567036,-0.035538055,-0.02509713,-0.036413535,-0.015945109,-0.0056663095,0.035667755,-0.042444628,0.012491821,-0.045460176,0.036218986,0.012248632,0.027853275,0.0065053124,-0.04101792,0.015110158,0.0013648997,-0.035894733,0.00081772386,-0.025940185,-0.037775397,-0.019617265,-0.025794273,-0.025243044,-0.025988825,-0.032862972,0.0047219247,-0.0037957788,0.007944182,-0.041731276,-0.0011277901,-0.025048492,0.019195737,0.0044138846,0.030901246,-0.015628962,-0.02367042,-0.015158797,-0.0011318433,-0.026442777,0.0020853477,0.031241711,-0.013869893,0.001166295,0.028939521,0.009492487,-0.007490229,-0.019503778,-0.005260994,0.02459454,0.024626965,0.004239599,-0.015864044,0.0030439186,0.027529022,-0.015864044,-0.017736603,0.04753539,-0.022146434,0.032003704,-0.020217132,0.010854347,-0.022876002,-0.012491821,0.0068011926,0.055738974,-0.027723573,-0.041180044,0.0062459107,-0.0030803971,0.0069308933,-0.010351756,-0.009460062,0.012710691,-0.0075104944,0.011405576,0.017752815,0.027529022,-0.01642338,-0.023313742,0.012345907,-0.003659998,-0.014283315,-0.018012216,0.00065863755,0.011656871,0.005342057,-0.02298949,0.011105642,-0.002423786,0.0060391994,-0.0059865084,0.03098231,-0.014802119,0.02825859,0.012872817,0.001016835,0.025859123,-0.0055852463,0.02013607,0.02360557,0.023913609,0.015628962,0.009695144,0.014696737,-0.007782056,-0.021660056,0.017266436,0.0053785355,0.051491268,-0.0031938853,0.014169827,0.012905243,0.0137158735,-0.019017398,-0.013691555,0.008608899,-0.010392287,0.012329695,0.010432819,-0.004786775,-0.010205842,0.012726904,-0.033916794,0.015612749,0.025372744,0.047665093,-0.0020752149,-0.041180044,0.0096302945,0.005013752,-0.008811557,0.022908427,0.03897513,-0.0022636866,0.008998002,0.010554413,-0.024578325,0.003368171,-0.01822298,0.02900437,0.014583249,-0.01161634,0.013521322,-0.013497003,-0.0017793346,0.020768361,-0.025307894,-0.021724906,0.007944182,0.012370226,0.008219796,-0.01976318,0.10045337,-0.022016732,0.029879851,0.026475202,0.0071092322,0.016163979,-0.017055672,0.007628036,-0.035992008,-0.0038079382,-0.023540718,0.010392287,0.025664572,0.0025210618,-0.0061081033,-0.009241192,-0.013188964,-0.000670797,-0.030414868,-0.0070849136,-0.0058851796,0.021157464,0.030901246,-0.0084467735,-0.027026432,-0.023719057,0.0049043163,0.0093060415,0.014931819,-0.0068984684,0.023589356,-0.002290032,0.03446802,0.025080917,-0.008094149,-0.00022659665,0.0070119565,-0.012021655,0.020768361,-0.010886772,-0.014599461,-0.0030337858,0.038034797,-0.012945774,0.0012179728,-0.007932022,0.014494079,0.016001852,-0.009735676,-0.055317447,-0.029134072,-0.016666569,0.029393474,0.02138444,0.007380794,-0.0072389334,0.0045152134,0.034046493,0.014696737,-0.017363712,-0.030690482,0.00094641146,0.022843577,0.0068052458,-0.022470687,0.018044641,-0.024951216,0.0015341188,0.018368894,-0.018887699,-0.0142914215,-0.017201586,-0.0049772733,0.012248632,-0.021287166,-0.029912276,-0.006189166,-0.0012159463,0.031144436,-0.034921974,0.03475985,0.0005806143,-0.0165774,0.050486088,-0.0037045828,0.011697402,0.03440317,0.025145767,-0.0014155641,0.036121707,-0.0039497986,0.00022292347,0.040077586,0.013983382,0.009468168,0.007867172,-0.008223849,0.026296863,-0.010303117,-0.011089429,0.0012139196,-0.008503517,0.027626298,0.01146232,-0.012256738,-0.017947366,-0.027253408,-0.00087497465,-0.007044382,0.03060942,0.0151506895,0.008357604,0.025664572,0.014348165,0.0071416576,0.015880257,0.012110825,-0.0062175384,0.013221389,-0.0007700993,0.015361454,0.0051718247,-0.0037167424,0.012443183,0.00079188496,0.014615674,0.016763845,-0.0068457774,0.028388292,0.0129619865,0.01883906,0.040110014,0.024691815,0.0057230536,-0.014680524,0.021092614,-0.033203438,-0.010635477,-0.016715208,0.017769028,-0.0084467735,-0.030090615,-0.0038221243,-0.011721722,0.009541125,0.0052650473,-0.012524246,0.022227498,0.019276801,-0.010051822,0.028096464,0.008933151,0.048864827,0.03673779,0.010449031,-0.027107494,0.0019414608,-0.0060027214,-0.0063472395,0.0015108131,-0.013780724,-0.0060918904,-0.0073281024,0.0000074452955,0.005293419,0.018012216,-0.02782085,-0.008552155,-0.02112504,-0.0053015254,-0.0137888305,-0.021449292,-0.04387134,0.036835063,0.0044625225,-0.0045395326,-0.016634144,0.0045922236,0.013910425,-0.009995078,-0.02417301,-0.021157464,0.009087171,-0.017655538,-0.008787238,-0.01282418,-0.020168494,-0.016058596,0.0036194667,-0.009443849,-0.0061162096,-0.012840392,-0.011438001,0.029636662,0.025810486,0.032571144,0.007765843,0.004235546,0.0055852463,0.052496452,-0.0037147156,-0.006549897,-0.035246227,0.016990822,-0.022713875,-0.00093678525,-0.023719057,-0.021352015,0.020995338,-0.02540517,0.013318664,-0.020800786,-0.013659129,0.033851944,0.01951999,0.011794678,0.0035100314,0.02639414,0.035148952,-0.029198922,0.035246227,-0.00029968008,0.001847225,-0.032992676,0.036640514,0.002362989,0.037710544,-0.020914275,-0.01976318,-0.009589762,0.042379778,-0.0009372919,-0.0056744157,0.034921974,-0.033624966,0.022195071,-0.023005703,0.016317999,-0.029231347,0.0067485017,-0.043222833,-0.0015442517,0.01486697,0.0017063778,-0.016472017,0.008681856,0.012418864,-0.015134477,-0.020703511,0.023621783,0.013383515,0.018109493,-0.0079077035,-0.003909267,-0.008495411,-0.017882517,0.026248226,-0.012013549,-0.0037694334,0.0032506296,-0.032944035,-0.016285572,0.012897137,-0.039688483,-0.0032040183,-0.008633218,0.009695144,0.020492747,-0.030560782,0.020411683,0.0027054804,-0.012127037,0.01921195,-0.024027098,-0.010943516,0.024156798,0.008126574,0.032619786,-0.0029993341,-0.019811817,-0.015069627,0.020427896,0.01728265,-0.00913581,0.014826437,0.024270287,-0.008325178,0.0075591323,-0.009451956,0.02367042,0.01486697,0.0017296835,-0.014113083,0.021919457,-0.03346284,0.023783907,0.041180044,-0.005025911,0.00012355787,0.0044138846,0.028517991,0.019406501,0.052269474,-0.02900437,0.013561853,0.011146174,0.0013284213,0.004038968,-0.022340985,0.0035667755,0.014875076,-0.03719174,0.012378332,0.0067971395,0.020833211,-0.019552415,0.013091688,-0.010019396,-0.014518398,0.01815813,0.027156133,0.019098463,0.05123187,0.019779392,0.05855997,-0.018822847,0.017331287,-0.01883906,0.0026507627,0.0063796644,-0.0009180394,0.0034330215,0.030512145,-0.012467502,0.008479198,-0.0023893344,0.019374076,0.0126053095,0.0095573375,-0.00565415,-0.006995744,0.019341651,0.014907501,0.0119243795,0.0076685674,0.015953215,-0.003666078,0.02856663,0.010894878,-0.010546307,0.014267102,0.07062215,0.00926551,-0.005179931,-0.03129035,0.0060473057,0.024870154,-0.011081323,0.011543383,0.029117858,-0.048054196,0.001236212,-0.023167828,0.0026669754,-0.0074659097,0.012686372,-0.05726296,0.008998002,-0.015353347,-0.0025372745,0.00941953,-0.023216467,0.041731276,0.019422714,-0.0038099647,-0.004632755,-0.025923973,-0.013010625,0.006071625,-0.00016035291,0.054993194,-0.0087304935,0.056290206,-0.0071213916,0.02628065,-0.028161315,-0.02224371,-0.008511623,-0.03631626],"social":"https://twitter.com/seebiscut"},{"title":"notion gtd","description":"manage your todos with the getting things done system in notion","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=M5RKeOBFymg","youtube_transcript":"Hi, everyone. My name is Deepgram, and I've been working on a Notion template that will help you manage your tasks and projects using the getting things done system. So the template itself is available on gum root for free. There's a bunch of sample content in there as well just to get people started on give them examples of the kinds of things that they can add, how the different fields should go. Along with this, to make sure people are able to get started quickly, I wrote a somewhat comprehensive guide on using the template. And I also built I also recorded a thirty minute video with a walk through of the template and how I would use it. So now let's look at the numbers. When I started out, I had zero users. Today I have fifteen. So my goal was two fifty users, but it's so it's quite far from the goal, but I'm happy that I've been able to make some progress. Here are my analytics, and the most users I got over through Twitter, but the video also seemed to help a bit. And this is my gosh again. Thank you so much.","embedding":[-0.005613294,0.012402917,0.000031992928,0.0104840305,0.027702544,-0.032496084,-0.042671327,0.06281596,-0.014468844,-0.010094372,0.024320599,-0.013718935,0.019615283,-0.09181246,0.024408823,0.0225414,-0.007466012,-0.0561697,-0.029202363,0.05916934,0.063992284,0.03173147,0.00044043406,0.028717127,0.032407857,0.004822948,-0.05387586,0.057934195,-0.03699554,-0.015233458,-0.02139448,-0.027526094,-0.009542967,-0.0018324998,0.044377003,-0.03731903,0.0329078,0.03884826,0.007984332,-0.0005100488,-0.00072739396,-0.0050141015,0.056346152,0.020232856,-0.054081716,0.03817187,0.020085815,0.0051721707,-0.0022938412,0.026952634,-0.047994215,0.009278294,-0.04296541,0.025555743,0.014755575,0.0047714836,-0.032937206,0.01724792,-0.04264192,-0.0043009524,0.037907194,-0.04117151,0.030437509,0.006642582,-0.0043413886,-0.030099314,-0.040936243,0.010542847,-0.02943763,-0.013402796,0.04840593,0.01588044,-0.00212842,-0.0500822,-0.008249006,-0.014387972,-0.0076902495,-0.0047420757,0.000028273822,-0.04922936,0.0039811376,-0.029496444,-0.02429119,-0.029319996,-0.030672774,-0.03805424,-0.023070749,-0.04375943,-0.052023143,-0.0083813425,-0.053993493,0.008454863,-0.028467158,-0.004635471,0.018130168,-0.008631312,-0.052611306,0.07228541,0.004378149,0.025570448,0.06575678,-0.00024767235,0.0080505,-0.028790647,-0.020556346,0.00049856125,0.046876702,-0.0067344825,0.014608533,-0.042406652,-0.12480849,-0.020791613,0.01960058,-0.0073630833,0.030319875,-0.016997952,0.017233217,0.00073842204,0.0026908522,-0.04840593,-0.055875618,-0.027173195,-0.009748825,-0.005870616,-0.004694287,-0.011792696,-0.042671327,-0.017953718,-0.029731711,-0.014792335,0.025629263,-0.019968182,0.084813304,-0.04725901,-0.0515232,-0.037818972,-0.04496517,0.07410871,-0.015336387,0.011822104,0.022600217,-0.04031867,0.021703267,0.023129566,-0.019806437,-0.027467279,-0.025099916,0.015159938,-0.042524286,-0.022409065,0.035260458,-0.004958961,-0.052699532,-0.030496325,0.03420176,-0.022747258,-0.014535013,0.005631674,0.013917441,-0.014432084,0.055052187,-0.034172352,0.011160419,-0.020453418,-0.008109317,0.0407892,-0.036672052,-0.05369941,-0.040112812,-0.0085724965,-0.03846595,-0.025570448,-0.032172594,-0.012292637,0.0056941668,0.003212848,-0.017233217,-0.05555213,-0.030319875,-0.011035435,-0.05290539,-0.0039370256,-0.036583826,-0.0038267446,-0.08140195,-0.01495408,-0.008932747,-0.012219115,-0.0014492739,-0.020688683,0.032643124,0.036789685,-0.010998675,-0.0063558514,-0.0023434677,-0.05766952,0.084048696,-0.009888514,0.0074843923,0.028290708,0.0027790768,0.0017893064,0.029731711,0.0074439556,0.017791973,-0.026496807,-0.036877908,-0.010461975,-0.045200434,-0.010645776,0.0550816,-0.012226468,-0.0039517297,0.025011692,-0.039759915,0.035084005,-0.042024348,-0.0035694228,0.0023618478,0.033966493,-0.029187659,0.014799687,0.04064216,-0.041730266,0.028143667,-0.000083285,0.021791492,-0.031025672,0.014270339,-0.013535134,0.010682536,0.012285284,-0.007594673,-0.0049699894,0.017762566,-0.006701398,0.042230204,-0.027967218,0.012704351,-0.0078078825,0.023350127,0.024129445,0.017968422,0.040112812,0.009101844,0.013961553,-0.03884826,-0.056728456,0.0061904304,0.06922695,0.04678848,0.0077049537,0.0033929734,0.004539894,-0.006675666,-0.0024316923,-0.04214198,0.031113897,-0.0034389237,0.025452815,0.03258431,-0.0042090514,-0.027834881,0.054464024,-0.029143546,0.014902616,-0.020232856,0.022453176,-0.0048450045,-0.007168254,-0.033643004,-0.017968422,0.06163963,0.04049512,0.015395204,-0.011601543,0.00019597822,0.015248163,0.0116750635,-0.042759553,0.016130408,0.043024227,0.04778836,0.01702736,-0.00048615463,0.041230325,0.0053964085,0.0024537484,-0.012527902,0.010888394,-0.019306498,0.030378692,0.015101121,0.004106123,-0.024144148,-0.002666958,0.001862827,0.015145234,0.03452525,0.0028617876,0.006811679,-0.04878824,-0.016321562,-0.0044884295,0.020556346,-0.008888635,0.0021945885,0.002269947,-0.010851634,-0.013799807,0.0006768486,0.034995783,0.03155502,-0.0020457094,-0.040612753,0.0075432085,0.07951983,-0.02633506,-0.010763409,-0.001736004,-0.018233096,-0.040995058,0.0029665541,-0.0021431241,0.014814391,0.02386477,0.05619911,-0.0122485235,0.007778474,-0.011550078,0.05731662,-0.010550199,-0.028099556,-0.025835121,0.036760274,-0.026570328,0.018777149,-0.0020438712,0.03008461,0.05040569,-0.0031172715,-0.08116669,-0.0010366398,-0.029717008,-0.00023963104,0.020835724,-0.0164539,-0.033466555,-0.008006388,0.012932265,-0.019556466,-0.0040950947,0.01817428,0.016292155,0.025070507,-0.0030235327,-0.0045840065,-0.03190792,-0.019012414,-0.0007071758,-0.07975509,-0.0015650687,0.003984814,-0.005183199,0.003453628,0.02439412,-0.03584862,0.011667712,0.02618802,0.017571412,-0.0067455107,0.038083646,0.017689046,-0.004010546,-0.08651899,0.003995842,0.066050865,0.025423406,-0.026702665,0.017718453,0.033407737,-0.0060250093,-0.016365675,-0.045729782,0.030760998,0.042906594,0.033760637,-0.035730988,-0.030143427,0.013652766,0.042230204,-0.026040979,0.026482103,0.006543329,0.019762324,0.043582983,0.026658552,0.03467229,0.04278896,-0.03534868,0.031996142,-0.0048560323,-0.049288176,-0.023114862,0.035966255,-0.0016229661,-0.03723081,0.046170905,-0.011645655,-0.02461468,-0.0027129084,-0.036819093,0.03914234,-0.029349403,0.021468,-0.007896108,0.001078914,0.051699653,0.03734844,0.0064514284,-0.036436785,-0.06787417,0.024820538,-0.010925154,-0.0013775913,0.025202844,0.02858479,-0.01527757,-0.016865615,-0.046700254,-0.025320478,0.0046060625,0.03323129,0.002402284,-0.0120573705,0.003323129,-0.015409907,0.034113538,0.07022683,0.031643245,-0.01924768,0.0034223816,-0.021865012,-0.008543088,-0.024644088,-0.021335663,-0.031466797,-0.020203447,-0.013035194,-0.047494277,-0.03981873,-0.006844763,-0.0026007895,-0.0024611005,-0.05325829,-0.019585874,0.0016202092,0.019438833,0.03799542,0.0041833194,-0.019350609,0.029246476,-0.08140195,-0.011307461,-0.015248163,-0.01441738,-0.023041341,0.0060654455,0.03608389,-0.02990816,0.039730504,-0.002402284,0.0007816154,-0.018733036,-0.03534868,0.022276727,0.0018380138,0.022291431,-0.028099556,-0.023056045,-0.000024238807,-0.015145234,0.02686441,0.050023384,0.029114138,0.029717008,0.0022625949,-0.0050141015,0.028055442,-0.00030809705,0.014233579,0.042406652,0.061286733,-0.017453779,-0.020012295,-0.013542485,0.01817428,-0.018733036,-0.013689526,0.0110574905,0.017806677,-0.0014704111,-0.0026301977,0.08498976,0.021262143,-0.018438954,0.006175726,0.0064845127,0.0070395926,0.03846595,-0.049846932,-0.033172473,0.00060700404,0.010241413,-0.025570448,0.004786188,0.0059073763,0.049582258,0.007697602,-0.022438472,-0.01409389,0.0020843076,-0.022820778,-0.0062014586,-0.011689767,0.0081901895,-0.015483428,0.004925877,-0.004532542,0.002804809,-0.0050177774,-0.036819093,0.025643969,0.006679342,-0.06393347,0.0018968303,0.011572135,-0.023747139,-0.01520405,0.008543088,-0.018938893,0.04775895,0.060286853,-0.003733006,-0.009660601,-0.017659636,0.036819093,-0.0126308305,-0.0218209,-0.010858986,0.018027239,-0.024776425,0.035583947,-0.025879234,0.010954563,-0.011807401,-0.0075652646,-0.0027809148,0.009197421,0.01720381,0.011917681,-0.034936965,0.008579848,0.024408823,-0.0042421357,0.023541281,-0.0033801072,-0.021615041,0.0022515669,-0.0012195221,0.041936122,-0.025232254,0.00372933,-0.0037716043,-0.004521514,-0.0012213602,-0.018747741,0.0078078825,-0.027173195,0.032672532,-0.008631312,-0.00027868885,-0.023879476,0.025820417,-0.008947451,-0.014262987,-0.014961432,0.04393588,0.01527757,-0.026055682,0.01570399,-0.0009778233,-0.0008969507,0.021232735,-0.0064918646,0.015321683,-0.025482222,-0.04878824,0.021938533,0.0012792576,-0.0017837924,-0.011601543,-0.023776546,-0.04787658,0.054434616,0.03952465,-0.035289865,0.0071572256,0.0110574905,0.020629866,0.009153308,0.01091045,-0.009417983,-0.04217139,0.0054772813,-0.015005545,0.013829215,0.01277052,0.038936485,0.017953718,0.003889237,0.0030731591,0.007962275,-0.041436184,0.023114862,0.017233217,-0.028320117,-0.039906956,-0.04743546,-0.033701822,0.005605942,0.02751139,0.06652139,-0.011189828,-0.018100759,0.008057852,-0.007932868,0.023835363,-0.010976618,-0.034907557,-0.018306617,-0.015748102,0.0011919519,-0.009292997,0.011902977,0.012682295,-0.042553697,0.04975871,-0.002400446,-0.039701097,-0.026217429,-0.037730746,0.053434737,-0.020335784,-0.009425335,-0.0021780464,-0.0500822,-0.014226227,-0.008704834,-0.010241413,-0.032613717,0.062227793,-0.0030014764,0.012505846,-0.045318067,0.04031867,-0.02099747,0.020688683,-0.004966313,0.027276125,-0.05252308,0.009175365,-0.016218634,-0.0121529475,0.016145114,0.014226227,0.014961432,-0.058463544,0.03752489,-0.019350609,0.0003278557,-0.00559859,-0.023011932,0.015454019,0.02443823,-0.017630229,0.009065084,0.017056769,0.03634856,0.0304081,0.038024828,-0.010057611,0.017512595,-0.001200223,-0.000121998164,-0.03258431,-0.012013258,0.0043266844,-0.00039770023,-0.05155261,-0.0658156,0.013454261,-0.056257926,-0.0010026365,0.011285405,-0.0019152104,-0.0012627154,0.020012295,0.003453628,0.039083526,-0.010667832,0.0058191516,-0.03237845,0.0439947,0.015130529,-0.0041833194,-0.026908522,-0.0032569603,0.0037550621,-0.008462216,-0.014218874,0.039024707,-0.010454622,0.009292997,0.0011074033,-0.008344582,0.0024739665,-0.011344221,-0.01710088,-0.035936844,0.013116066,-0.0056868144,0.012255876,-0.0028820056,-0.030349284,0.008807762,-0.046376765,0.0073630833,-0.045847416,-0.031525612,-0.040053997,0.032643124,-0.028055442,0.036407378,0.00094841514,-0.027805472,0.03273135,0.0325549,-0.032819573,0.017453779,-0.02626154,0.014998192,-0.0067602145,0.02808485,0.004414909,0.008631312,-0.021482704,-0.012991081,-0.0021504762,0.035995662,0.010506087,0.023026636,-0.0015209564,0.011969145,0.005752983,0.0018003345,0.032290228,0.0300552,0.017071472,0.008101964,0.022806074,-0.0004778836,0.0025805715,-0.010998675,0.039789323,-0.037818972,-0.016924432,-0.0028507593,-0.0329078,0.016174521,-0.014086538,0.02139448,0.002393094,0.004135531,0.015336387,-0.031319756,-0.02024756,-0.0010853471,-0.041377366,-0.04475931,-0.01774786,-0.02024756,0.016498012,0.014211522,0.0040473063,0.022864891,-0.008660721,-0.058728218,-0.028128963,-0.0048964685,-0.0016716735,-0.026379174,-0.013314572,0.03949524,-0.018938893,0.01413065,0.02092395,0.015365795,-0.05799301,0.0027809148,0.017086176,-0.014483549,-0.0012434163,-0.008072557,0.028378932,0.012336749,0.029628782,-0.016556827,0.012961674,-0.037936606,0.009292997,-0.008829818,-0.023453055,-0.006274979,0.009498855,0.029805232,-0.017233217,0.00583018,0.0011515156,0.0010274497,0.017527299,0.01016054,0.046023864,-0.036966134,-0.004109799,0.030349284,-0.011895625,0.02948174,-0.0018517989,0.024070628,-0.02271785,0.020512234,0.001069724,0.017336145,0.005462577,-0.00319263,0.01957117,0.0045950343,0.024202965,-0.03440762,-0.018865373,-0.0048891166,0.022026757,-0.021159215,-0.007925515,-0.0018839642,0.027290829,-0.008197541,-0.015968664,0.023335423,0.00019310632,-0.008851875,0.009285646,0.037760153,0.0073410273,-0.033437148,0.00014773036,-0.0013674822,0.018100759,0.009535615,-0.023438351,0.025335182,-0.027423166,-0.017086176,-0.017806677,0.012652887,-0.0072638304,-0.00038000935,0.0042862482,0.013373388,-0.0008179161,-0.007638785,-0.009881162,-0.020703387,-0.010322286,0.027673135,0.00609853,0.050611548,-0.04111269,-0.02017404,-0.0054331687,-0.02214439,-0.02926118,-0.0064771604,0.008726889,0.025129324,0.008653369,0.042377245,0.0035271484,-0.026982043,0.033407737,0.01119718,-0.004374473,0.0066058217,-0.017512595,-0.008660721,-0.0031632218,-0.0037679283,-0.006800651,0.043847658,0.009344462,-0.031143306,0.052140776,0.00025778144,0.011108955,0.016733278,-0.026070388,0.026320357,-0.007910811,-0.01520405,-0.015983367,-0.001196547,0.047053155,0.010645776,-0.0225414,0.037818972,-0.05963987,0.030672774,0.048347116,0.012527902,0.026879113,-0.008087261,-0.026393877,0.06910932,-0.035583947,-0.044729903,0.003060293,-0.012094131,0.015365795,0.012932265,0.017512595,0.02246788,-0.028217187,0.04490635,-0.014711462,0.025496928,0.031937327,0.020232856,0.0347017,-0.014314451,0.038907077,-0.026923226,0.0058632637,0.0034977403,-0.013351332,-0.0022975171,0.0076461374,-0.029467037,0.012572015,0.022100277,-0.018438954,0.0085724965,-0.03805424,-0.009263589,-0.019924069,-0.021717971,-0.020629866,-0.0049957214,0.01885067,0.033084247,0.009395926,0.0038083645,0.004903821,0.00080872606,0.014042425,-0.008410751,0.029672895,0.0018168766,0.0042936,-0.0225414,0.019850548,0.029099435,-0.00531186,-0.045700375,-0.04743546,0.0037642522,-0.0076902495,-0.0005031563,-0.0061830785,-0.009491503,0.006216163,-0.010969266,0.00609853,0.004782512,-0.005745631,-0.012755816,-0.002409636,-0.03981873,-0.0052493676,0.027452573,0.025085213,0.024658794,0.033025432,-0.023041341,0.012285284,-0.016189225,0.008057852,-0.00071728486,-0.015821623,0.009939979,-0.0228943,-0.04331831,0.034142945,-0.0042825723,0.020012295,0.014520309,-0.029393516,-0.0028544355,-0.035907436,-0.06069857,-0.0066168495,-0.0055250693,0.020291673,-0.0009778233,0.0014354888,-0.010307581,0.00345179,0.009895866,0.008388695,0.008454863,0.015601061,0.031260937,0.016468603,-0.004157587,0.010579607,0.018659515,0.017997831,-0.018409546,0.040230446,0.04925877,-0.024629384,-0.014983488,0.011013378,-0.0045251898,0.011586838,-0.0133954445,0.0033948114,-0.01785079,0.0075174766,0.01999759,0.0182478,-0.024202965,-0.009697361,-0.009351814,-0.0017240569,-0.019012414,-0.0044847536,-0.0067308065,0.019585874,0.0002775401,-0.038083646,-0.015865736,-0.011292757,0.017571412,0.012366157,-0.0030125047,0.015439316,-0.01792431,0.014792335,-0.006524949,0.0024353683,0.0046023866,-0.017292034,-0.0146820545,-0.020497529,0.01388068,0.023952996,-0.0075285044,0.012160299,0.035966255,-0.0075505604,0.032672532,-0.002400446,-0.039436422,-0.015689285,0.026805593,-0.017836086,0.02032108,0.017615523,0.024717608,0.0051721707,0.00079356245,-0.011050139,0.023997108,-0.010903098,0.006293359,0.034084126,-0.009373871,0.017997831,0.021041581,0.011844161,0.01902712,0.028849464,0.0432889,-0.035907436,-0.020615162,0.008278414,-0.008807762,-0.010204652,-0.03702495,0.015792215,-0.0040362785,0.0015347415,-0.02107099,-0.012799928,0.0072601545,0.01499084,-0.033966493,-0.023776546,-0.010881041,0.032966614,0.010895746,0.01585103,-0.0071572256,-0.0075652646,0.00017265842,0.026055682,0.006561709,-0.016056888,0.0023691996,0.045259252,-0.0015650687,-0.0019317524,-0.016733278,0.010976618,0.027158491,-0.02951115,0.0056574065,-0.010631071,-0.015615765,0.015542245,-0.036054477,-0.019468242,-0.009660601,-0.020026999,-0.016821502,0.033848863,0.10034085,0.00023158973,0.00048201912,-0.016865615,0.01635097,0.025438111,0.028614199,-0.0028213512,0.027849585,0.015439316,-0.02561456,0.008888635,0.010035555,-0.009307702,0.023453055,-0.0047531035,-0.013160178,0.00057483884,-0.0046097385,0.013733639,0.02554104,0.04378884,-0.0026890142,-0.01227058,-0.015086417,-0.016865615,0.030349284,-0.01277052,0.0062014586,0.015086417,0.02189442,-0.0035492047,0.018909486,0.021100398,0.00071682537,-0.033701822,0.0153069785,0.010028203,-0.008307822,-0.023732433,0.009675304,0.016321562,0.03846595,0.001594477,-0.015689285,0.04664144,-0.00029614996,-0.0018775311,-0.028408341,-0.07028565,0.0026301977,0.03502519,0.008785706,0.011579487,0.026349766,0.034289986,0.01627745,0.036113296,0.02429119,0.004135531,-0.013726287,0.030202242,0.003332319,-0.025158733,-0.009190069,-0.012564662,-0.003889237,-0.000052412113,0.0006580089,-0.046200313,-0.0069991564,0.01942413,0.013549837,-0.002398608,0.016953839,0.00079356245,0.019541763,0.0068999035,0.013961553,0.026011571,0.010344341,-0.020806316,-0.012924913,0.008491623,0.0038046886,0.03426058,0.025982162,0.021556225,0.0017791974,0.034848742,-0.025438111,-0.010667832,0.025776304,-0.0016983247,-0.0046906113,0.024305895,-0.0061977822,0.00022860296,-0.019777028,-0.011608895,0.01902712,0.019806437,0.022423768,0.04249488,-0.041200917,-0.0121529475,-0.012211763,0.03155502,-0.0318491,-0.014461492,-0.02014463,0.0142556345,-0.0076681934,0.021556225,0.03287839,-0.008660721,-0.012130891,0.03996577,-0.00020930382,-0.024408823,0.031143306,0.013138123,0.00908714,0.014623238,0.0044590216,0.012895505,0.004822948,-0.032319635,0.035054598,-0.0075505604,-0.006778595,0.037054356,0.0047053155,-0.006241895,0.002927956,0.0070101847,-0.010903098,-0.022276727,-0.012719056,0.033907678,-0.0411421,0.0035455285,-0.020629866,0.012733759,0.014593829,0.022173798,0.009917922,0.0009943654,-0.032319635,-0.019291792,0.017086176,-0.012667591,0.01724792,0.008947451,-0.030937448,-0.043171268,0.010395806,-0.0113883335,-0.0065102447,0.008506328,-0.01964469,-0.012946969,0.0004411233,-0.013071954,0.020350488,-0.015836326,-0.022232614,0.022085574,0.015262866,-0.015556948,0.024658794,-0.009991443,-0.036289744,0.00039999775,-0.035819214,-0.0136821745,-0.0076534892,0.004642823,0.0036888937,-0.007436604,-0.017218513,-0.0029316319,0.004962637,-0.011653007,-0.021468,0.0015972339,0.00036415647,-0.020115223,-0.014711462,0.01062372,0.018380137,-0.018630108,0.0064845127,0.012902857,0.009013619,0.011248644,0.023408944,-0.013733639,0.0058816443,0.019924069,0.01202061,-0.00078804843,-0.028849464,0.014138002,-0.004418585,0.005973545,-0.015733398,-0.00056702725,0.00006203297,-0.013674823,0.013454261,-0.022776667,-0.018233096,0.009013619,0.015086417,0.0122485235,0.009417983,0.05005279,0.055258047,-0.049435217,0.01169712,-0.027731951,-0.015248163,-0.07999036,0.0017736832,0.013336628,0.018159576,-0.0144467885,0.0023361156,0.020379897,0.01191033,-0.016512716,0.014601181,0.0075652646,-0.0033856214,0.020526938,0.004297276,-0.0049699894,-0.0082857665,-0.022100277,-0.036819093,0.010403158,0.014101242,-0.0048597082,-0.018762445,-0.0031154333,-0.0019593227,-0.010138484,-0.0032293901,0.021085694,-0.0113883335,-0.014799687,-0.0018968303,-0.019144751,0.0058118,0.0016514554,0.0002842029,-0.03073159,0.018762445,-0.008388695,-0.050523322,0.012946969,0.03634856,-0.038436543,0.012777871,0.006800651,0.0034278957,-0.020365193,-0.028246596,0.044494636,-0.0015273894,-0.024658794,0.020100519,-0.02214439,-0.0037789564,-0.0005789743,-0.010366398,0.004135531,0.0021468,0.011594191,-0.025099916,0.0044516693,0.014784982,0.0043855007,-0.017615523,-0.008646017,-0.005793419,0.00082297064,0.018468363,-0.0026063034,-0.008160781,0.00822695,-0.013241052,0.00531186,0.015674582,0.004396529,-0.02204146,0.0050361576,-0.003319453,-0.012035314,0.027937809,-0.010307581,-0.021482704,-0.023732433,0.023011932,0.007881403,0.039612874,0.007822586,-0.0043671206,-0.0022920032,0.009168013,-0.014799687,0.025026396,-0.04361239,0.01767434,0.0097635295,-0.020909244,-0.01832132,0.0074035195,-0.005227311,0.020115223,0.025438111,0.0012415783,0.04558274,0.041436184,-0.011873569,-0.032025553,-0.0067087505,0.0590223,-0.011542726,0.035289865,0.03173147,0.059610464,-0.024247078,0.008293118,-0.0015034953,0.014182114,-0.012329397,0.018953597,-0.03273135,0.004403881,0.0011046462,0.0271879,0.0004206754,0.0029132518,0.044406414,-0.010020851,-0.0026375498,0.019732917,0.023952996,0.019732917,0.040053997,0.0418479,-0.018659515,0.0027735627,0.04264192,0.062404245,-0.031613838,-0.00021883851,-0.02329131,-0.020482825,-0.004642823,0.009616488,0.007984332,0.010682536,0.022688443,-0.015895143,-0.02336483,0.017292034,-0.038907077,0.03884826,-0.01667446,0.0018949922,-0.027717248,-0.022703147,-0.0063117393,-0.021291552,0.024938172,0.027790768,-0.021982646,0.011917681,0.041230325,0.0070138606,0.009697361,-0.0019685128,0.033819452,0.012711703,-0.012866097,-0.025643969],"social":"https://twitter.com/asadjibranahmed"},{"title":"green-reciepts","description":"making billing effortless for customers through paperless digitization.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=9qcjzLj8sv4","youtube_transcript":"So, Ali, hello, everyone. This is team Green's, and we are over here to share our week to progress in the build space. As you know, we are actually building a paperless approach to billing system, which is a a whole application, which has an Android application has this web web application. So last time we shared up about it to you, we showcased our Android application, which was able to scan the QR and was able to redirect the users to the page that showed their invoices. Right? So we've never had our own website, like, till then. Now we are glad to show, please, our site, which is now able to generate the invoice as well as the respective keywords. So here's a video of our website I wish I didn't get to you guys. So as you can see on our screens, this is the invoice that is being generated by own website. So from here, you know, the owner will be able to actually generate the invoice and will be able to save it on their local machine. Just like that. As you can see, it has been saved. And now using the generated q q r. So for the q r generation, the problem that we faced was about posting our pdfs that were actually saved in the local machine to somewhere such that URL can be generated and so that the people can we redirected to that. So for now, we are, like, showcasing how our application will work with that, but yeah, we will actually work on the back end or, like, more on the back end side of the website. And we'll be actually having a system which will be directly with, you know, uploading our PDFs that has been generated and will be directly using it to, like, provide the URL to the users such that they can be able to you know, they will be able to directly scan it and would be able to save it. So right now, as you can see, we have used any flip dot com So it's like a PDF hosting site for sharing our pdf pdfs. And that's how, like, keywords and, like, would be the template. Right. So to showcase how our system, like the previous version that I showed you in the week, how it works with it is, like, how our application will be able to work with it. It's a mobile application. And as showed you that our application was able to scan and view. So for scanning part, the QR had that had been generated by previously. Is being scanned over here and has generated, you know, this URL. Such that it can be viewed on our application. To give you a whole gist of the project, this whole video is just a summary of what we'll be able to do it. Make directly without using any intermediate website. So, yeah, this is old. And secondly, that I told you about was the thing that we will be able to know tell you about the first version of the application and the second version of the application. That will be, you know, there in the description box, you'll be able to generate it, and you'll be able to see the versions that has been already created by us. And, yeah, that's all for the progress of this week. Thank you for watching.","embedding":[0.010280651,0.020916542,-0.0068277162,-0.038792226,0.0011545306,-0.020902332,0.0032397904,-0.007047965,0.0025648342,0.016923642,0.031204298,-0.058827773,-0.05314393,-0.04518655,0.030095948,-0.019325066,-0.01628421,-0.046152804,-0.014905878,0.0042273584,0.0687745,0.005534642,0.01356307,0.01661103,-0.03657553,-0.05465015,-0.04959153,0.05175139,0.0019786877,-0.005761996,-0.01141742,-0.0405258,0.011346372,0.029811757,-0.015417424,0.0086962795,0.023886349,-0.01742098,-0.003918299,-0.0013632342,0.012163424,-0.0020834836,0.024696298,-0.048653696,-0.017563075,0.0653642,-0.036035564,0.005595033,-0.0095133325,0.03469986,-0.019438744,-0.0059431684,-0.012831275,0.011090598,0.008454717,-0.052518707,0.00027686532,0.04598229,-0.031602167,-0.020177642,0.05533221,0.004809952,0.022351712,0.010884559,0.0054245177,-0.011900546,-0.03899116,0.050131496,-0.0112184845,0.018927196,0.035950307,0.029186534,0.014230922,-0.004948496,0.012333939,-0.021158105,-0.017534655,0.04419188,0.028348166,-0.0009342817,0.0033268244,-0.02419896,-0.028277118,-0.003509773,-0.016227372,-0.014962716,-0.05928248,-0.04086683,-0.0065826005,-0.01591476,-0.033904124,0.08935001,0.013989358,0.035182986,0.05933932,0.027410332,-0.084916614,0.04129312,0.046067547,0.030806428,0.06752405,-0.03629134,-0.0017140339,-0.04419188,0.008532869,0.011460048,0.014948507,0.00695205,-0.0038472512,-0.034643024,-0.09429495,-0.009307292,0.025236262,0.050756715,0.03870697,0.011396105,0.016028438,-0.06451162,0.009179406,-0.012284205,-0.04277092,0.014131455,-0.03398938,-0.00035857057,-0.02061814,-0.011715821,-0.025548873,-0.02319008,-0.058373068,-0.01319362,0.034245152,0.02139967,0.04134996,-0.0636022,-0.0289876,-0.019254018,-0.01736414,-0.011254009,-0.029811757,0.013840158,0.03367677,-0.0485116,-0.015389005,0.0021207838,-0.024525782,-0.012220263,-0.008497345,0.013982253,-0.0030746039,-0.032000035,0.008191839,0.0056021377,-0.050216753,-0.027793992,-0.014543533,0.025520455,0.04888105,0.033506256,-0.021527555,0.043254044,-0.0721848,-0.015516891,-0.045556,-0.026557757,-0.05490592,-0.011076389,-0.0009795747,-0.020007128,-0.07457202,-0.013648327,-0.049762044,-0.018742472,-0.00041940543,0.028845502,0.030465398,-0.03256842,0.06883134,-0.113335826,0.016099485,-0.017676752,-0.029129695,0.028674988,-0.014387228,0.018472489,-0.0005324162,-0.03396096,-0.0003332597,0.00979042,-0.016056856,0.017790427,0.0085186595,0.07610666,-0.004500893,-0.010024878,0.0011376566,-0.058600422,0.033790447,-0.015943179,0.02645829,-0.037087075,0.033165224,0.0213002,0.02132862,0.04410662,0.0053001833,0.002015988,-0.0090586245,-0.009769105,-0.028092394,-0.07701607,0.040014256,0.039559547,0.0041172337,0.025165215,-0.055985853,-0.013392555,-0.024341058,0.056724753,-0.016909434,-0.008554184,0.024184752,0.021726489,0.012952057,-0.029499145,0.012625236,0.041548893,-0.018614585,-0.039218515,0.022238035,-0.021882795,0.023758464,0.0075808256,0.007971589,-0.0050692772,0.049676787,-0.037825976,0.031261135,-0.04120786,-0.012717598,-0.01267497,0.02353111,0.07900541,0.017506236,0.005065725,0.05791836,-0.0008201608,-0.042913012,-0.062692784,0.0505862,0.01949558,0.059794027,0.0060781594,-0.0035612828,-0.0016136785,-0.012355253,-0.029726498,-0.066671476,0.07184377,0.029186534,-0.0038152796,-0.028703406,-0.056639496,-0.02311903,-0.013328612,0.007964485,0.026557757,0.012355253,0.037825976,0.0050692772,0.010451166,0.0027087063,0.02672827,0.019339275,0.011012445,-0.012028432,0.012518664,-0.016937852,0.031630587,0.00054174126,-0.0006967148,0.00040275356,-0.00042295785,0.0060852645,0.024042655,-0.00065985863,0.02206752,-0.018657215,0.013143887,0.008952052,-0.0050337533,0.036348175,0.018159878,-0.017833058,-0.029385468,-0.0052540023,0.03538192,0.036433432,0.010635891,0.0014440514,0.0059715873,-0.007161642,-0.030095948,-0.032454744,-0.0007184733,-0.010756672,0.024355266,0.012518664,0.039616384,-0.036746044,-0.01844407,-0.010103031,0.011786869,0.0040852623,-0.026884576,0.003474249,-0.016937852,0.094522305,-0.021797538,-0.028106604,-0.011900546,0.020873914,0.01987924,-0.01267497,-0.008774432,-0.019296646,0.000029695859,0.005090592,0.041378375,0.015346376,-0.005683843,0.011886337,-0.04234463,0.007303738,0.010451166,-0.0360924,-0.0042309104,-0.029129695,0.0029840176,-0.02279221,-0.008476031,-0.06371588,-0.071957454,-0.030863266,-0.008362354,0.01484904,-0.023431642,-0.003261105,-0.009840153,0.024397895,-0.025023118,-0.046806447,-0.007907647,0.0074387295,-0.04163415,0.040753152,0.02168386,0.01844407,-0.026259353,-0.021172315,0.0022575513,-0.025506245,0.044873938,0.0022202511,-0.026344612,0.0024245142,0.02392898,-0.03043698,0.0066145724,0.022635905,0.0032486715,0.02279221,-0.010181184,0.016497353,-0.038650133,-0.021527555,0.01175845,0.010301965,0.030124368,-0.0310622,-0.005595033,0.055445887,0.0005848142,-0.041776244,-0.043907687,-0.00939255,0.03040856,0.008653651,0.0014289536,-0.033762027,0.038138587,0.007644769,-0.055843756,-0.0073179477,-0.0047353515,0.03265368,0.02495207,0.031914778,0.03322206,0.014380123,-0.010252232,0.037399687,-0.038138587,-0.033591513,-0.0110408645,-0.03111904,0.011552411,-0.019367695,-0.0028614597,0.04558442,-0.013619908,-0.004852581,-0.040554218,0.05968035,-0.042117275,0.019481372,-0.017904105,-0.021513345,0.0310622,0.067069344,0.0028454738,0.020007128,-0.014706943,-0.01669629,-0.018927196,-0.003598583,0.024824183,0.0129378475,-0.017534655,-0.007403205,-0.08980472,0.004049738,-0.019026665,-0.009207825,0.012966267,-0.009975145,0.019481372,-0.033335738,0.026927207,0.027964506,-0.014550637,-0.025818856,-0.00471759,-0.016014228,-0.00019882349,-0.041406795,0.023389013,-0.034785118,0.010756672,0.028163442,-0.033875704,-0.035609275,-0.0033392578,-0.0027477827,0.04663593,-0.06820612,-0.043424558,0.033165224,-0.018316183,-0.022294873,-0.019992918,-0.00021059082,0.04930734,-0.03146007,0.07815284,0.006188284,-0.012760228,-0.02138546,0.039673224,0.03907642,-0.043538235,0.008973367,0.0112184845,-0.035239827,0.002811726,-0.07224164,-0.011481362,0.019012455,-0.01634105,0.01391831,-0.0029111933,-0.020632349,0.0041065766,-0.03185794,0.03398938,0.02239434,0.017165206,-0.009627009,-0.0006123453,0.01698048,-0.0019094159,0.02094496,0.05143878,0.042884596,-0.016539983,-0.020788655,-0.028106604,-0.014635895,-0.051950324,-0.019467162,0.008831271,0.0065470766,0.035978727,0.03728601,0.03077801,0.044447653,-0.033335738,-0.03541034,0.024412105,0.02392898,0.019694516,-0.014323284,-0.04203202,-0.023062192,-0.009541751,-0.015843712,-0.006202494,0.011637668,0.01447959,-0.0012930742,0.0027726495,-0.009712267,-0.0027016015,0.0003430288,0.017136786,-0.020021336,0.005666081,-0.06036241,0.012269996,-0.044731844,-0.024809975,-0.0075737205,-0.02711193,-0.00010540642,0.005005334,-0.0071225655,-0.0035381922,0.0010710491,-0.04987572,-0.015687406,-0.022522228,0.00794317,-0.003101247,0.041008927,-0.013094153,-0.01588634,0.016895223,0.0054245177,-0.013861472,-0.013150992,0.008944948,0.022209616,-0.011012445,0.01517586,-0.025222054,-0.006841926,0.019481372,-0.01554531,-0.010635891,0.0037975176,0.014706943,0.036944978,-0.0136554325,0.019751353,0.0012966266,0.007893437,0.055587985,0.0029325078,-0.008653651,-0.015119022,0.031431653,0.009285978,-0.035296664,0.008717594,-0.032426324,0.013278878,0.015346376,-0.016653659,-0.0037513364,-0.0012912981,0.034984052,-0.033847284,-0.025392568,-0.0257336,0.021527555,0.003872118,0.0012753123,0.0021296649,0.013257563,0.02101601,0.015417424,-0.048227407,-0.03296629,-0.027595058,0.041690987,-0.010465376,0.017463608,-0.02534994,0.0062841987,-0.024881022,0.020277109,-0.011069284,-0.011154542,-0.0127531225,-0.0051332205,-0.01634105,0.008319725,-0.04206044,0.025932534,-0.013357031,-0.0192256,-0.014792201,0.026103048,-0.013229145,-0.01995029,-0.0006665194,0.0067708776,-0.043538235,-0.016127905,0.021570183,0.008674965,0.002209594,-0.06587574,0.041094184,0.003358796,0.040241607,0.029158114,-0.013982253,-0.04194676,-0.053087093,-0.009015996,0.024724716,-0.018330393,0.035325084,-0.0057797576,-0.018529328,0.011452943,-0.0062202555,0.014159874,0.02790767,-0.030238044,-0.0060213213,-0.029783336,0.012987581,-0.01482062,0.034500927,0.0035737162,-0.012724703,0.034898795,-0.0056483187,-0.03265368,-0.0034618156,-0.042913012,0.061328664,-0.01051511,0.019822402,0.0151900705,-0.03254,0.010301965,-0.004994677,0.0035328637,-0.043992944,-0.0061314455,-0.0249947,-0.006763773,-0.06547787,0.034444086,-0.005040858,-0.003914747,-0.00095293176,-0.0014209608,-0.07457202,0.0018792206,0.015062184,-0.020689188,0.010444061,0.029087067,-0.03225581,-0.058316227,-0.00871049,0.01555952,-0.0070230984,0.017278882,-0.007303738,0.008575498,-0.012419197,-0.010252232,0.021001799,-0.0054920134,-0.0053072884,-0.017932525,0.0031598613,0.049733624,-0.004607465,-0.022238035,0.03325048,0.0075737205,0.017321512,0.0026767347,-0.0034582631,-0.056724753,-0.029754918,0.011722926,-0.0507283,-0.006763773,-0.02098759,-0.0043694545,-0.01807462,0.016824175,0.029300211,0.012944953,0.015090602,-0.007829494,0.024127914,-0.0027193637,0.01011724,0.011829498,-0.023062192,-0.02419896,0.020135013,-0.00795738,-0.0034529346,0.025193634,-0.010976922,-0.05098407,0.021797538,-0.027694525,-0.010010668,0.03251158,-0.019296646,-0.02716877,-0.008085267,0.014074616,0.00080328685,0.025889905,0.019907659,-0.008326829,-0.04160573,0.0077158166,-0.033847284,-0.019481372,-0.023218498,0.003943166,0.00042584416,0.007222033,-0.019964498,-0.003287748,0.018216716,0.04706222,-0.054735407,0.01777622,0.0036483167,0.014508009,-0.026714062,0.032625258,0.04231621,0.012966267,0.015374795,0.0010239799,0.006294856,0.0066962773,0.04044054,0.041719407,0.010259337,0.05320077,0.012525769,0.003950271,0.015829502,0.015147441,0.011161647,0.015815293,0.01887036,-0.028703406,-0.0057229195,-0.018216716,0.045328647,-0.038365938,-0.0046643037,-0.019992918,-0.0045364173,0.050529364,0.0011012446,0.0020017785,0.005261107,-0.017378349,0.059452996,-0.016795756,-0.0010905873,0.0037300219,-0.040241607,-0.04373717,0.010536424,-0.031630587,-0.00044182996,-0.0106501,0.025989372,0.04640858,-0.0020213167,-0.06502316,-0.031431653,-0.004234463,0.0041314433,-0.020831285,-0.020390786,0.016753128,-0.018543538,0.012461825,-0.031005364,0.022209616,-0.033307318,0.0086962795,-0.014749573,0.010195393,-0.009271769,0.026586175,-0.0022166988,0.040241607,0.008994682,-0.029584402,-0.02023448,0.035950307,0.007673188,0.000574601,-0.045556,-0.008262887,-0.008227362,0.046039127,-0.037143912,0.03185794,0.004465369,0.0031705187,0.0061740745,0.013435184,0.029158114,-0.022508018,0.007914751,0.062692784,0.01483483,-0.014444066,-0.05274606,-0.008973367,-0.018472489,0.033591513,-0.022593275,-0.007481358,0.02714035,0.008078162,-0.010159869,0.009222035,0.00010857028,-0.032596838,0.004138548,-0.011467153,0.022692744,0.004454712,-0.022934306,0.018103039,0.006888107,-0.01013145,0.0047566663,-0.032085292,-0.024753137,-0.01030907,0.00024178535,0.009278874,0.02313324,-0.02604621,0.00089520524,-0.010657205,0.043197207,0.008952052,0.00008708935,0.017818848,-0.016838385,0.016440516,0.006817059,0.0069129737,-0.02067498,0.028348166,-0.00160835,-0.012454721,0.026657224,-0.014309075,-0.011694507,-0.00532505,-0.023772674,0.01137479,-0.0017193625,0.05570166,-0.005001782,-0.0012238025,0.0027779783,-0.0041705198,0.005083487,-0.02205331,-0.0015612806,0.040639475,0.02679932,0.00940676,0.0044689216,-0.005314393,-0.02137125,-0.003694498,-0.009357027,0.026856158,-0.0007309067,0.007971589,-0.036717623,0.0012779766,0.02240855,0.017250463,0.019182969,-0.022081729,0.04549916,-0.02716877,-0.008646546,0.004444055,-0.0009218483,0.024682088,0.027197188,0.00298757,0.002793964,0.007609245,0.0360924,0.02964124,-0.0038223844,0.01339966,-0.045016035,0.011985804,0.0013596818,-0.005392546,0.019666096,0.01841565,-0.0014662539,0.03515457,0.011111913,-0.034131475,0.0055488516,0.0018223821,0.018330393,0.0022646561,0.021968054,-0.014777992,0.010721149,-0.0093286075,0.007545301,-0.03973006,0.019467162,-0.007467149,0.0060355305,0.0072078235,0.019623468,0.008802852,0.00903731,-0.029470725,-0.02890234,0.009499122,0.012980476,0.018671423,0.017094158,0.008760223,-0.007701607,-0.010962712,-0.0252931,-0.017904105,0.007850808,-0.007666083,-0.0024778002,-0.017122576,0.0180462,0.040554218,0.015261118,0.03876381,-0.007545301,0.02246539,0.021811748,0.015815293,0.034643024,-0.036632366,0.044305556,0.0043836636,0.03006753,0.014692734,0.016923642,-0.031602167,-0.0025399672,0.038081747,0.003552402,0.022195406,0.010046192,0.017037319,-0.041435216,-0.028135022,0.019779773,0.008277096,0.009676742,-0.01591476,-0.02169807,-0.065705225,0.02168386,0.009619904,0.0068028495,-0.02095917,0.006365904,-0.018529328,0.01520428,-0.00022657662,0.0022522227,0.023346385,-0.02319008,0.02382951,0.00072691025,-0.018529328,0.019339275,-0.023744253,0.04279934,-0.008781537,-0.054508053,-0.0151900705,-0.026230935,-0.06900185,0.0051580872,-0.033420995,-0.024170542,-0.023317965,0.0036039117,0.00742452,0.0038863276,-0.02678511,0.057264715,-0.0071651945,-0.015687406,-0.027580848,-0.011694507,0.0004649206,0.025506245,0.00705507,-0.008426297,-0.015133232,0.0149200875,0.010920083,-0.018671423,-0.0002864124,0.043197207,0.07127539,0.024966279,-0.005200716,0.008817061,-0.013989358,-0.02681353,-0.00695205,0.00532505,0.032142133,0.011083494,0.02030553,0.005445832,-0.0051936116,-0.004852581,-0.010579052,0.00047868615,0.05788994,-0.043452978,-0.007126118,0.004031976,0.006664306,0.0024866813,-0.0040852623,0.006753116,0.0069236313,0.00604974,0.016071066,0.0030905895,0.0006625229,0.00023068409,-0.0090586245,0.02566255,0.008930738,-0.022238035,-0.037399687,-0.0075097773,-0.0052397926,-0.008085267,-0.0011714045,0.0045293123,-0.02313324,0.020547092,0.0029467172,0.010529319,0.016127905,0.041548893,-0.0064866855,0.026500918,0.0004915636,0.019055083,-0.0026767347,0.02348848,-0.00029595947,-0.002111903,0.012341044,0.03973006,0.0023570186,-0.023815302,0.014003568,0.009158092,0.023019563,-0.024838394,0.008738909,0.012234472,-0.031005364,0.017094158,-0.0041598626,0.02708351,-0.00053552457,0.0057229195,-0.021513345,0.020632349,-0.0000053251338,-0.025193634,0.008198943,-0.0051332205,0.009136777,0.03467144,-0.00015941403,-0.0136554325,-0.011055075,0.015502682,-0.0132930875,-0.019467162,0.025406778,-0.020504463,0.015161651,0.029357048,-0.009925411,0.005577271,0.000075211006,0.0025168767,0.008007114,0.0004666968,-0.008227362,-0.019055083,-0.006280646,-0.00018694515,-0.053030252,-0.002060393,0.010969817,-0.010152765,0.015673196,0.007786865,0.084973454,-0.00979042,0.051183004,0.003403201,0.031659003,-0.018287765,0.019097712,-0.01696627,-0.032312647,-0.0045825983,-0.010046192,-0.017023109,0.03293787,0.009634114,0.004905867,-0.0019698068,0.011751345,-0.033847284,-0.017193625,0.0031971617,-0.0016838384,-0.0033836628,0.0034138581,-0.0016563074,-0.020717608,-0.028305538,0.010785092,0.023417432,0.014039092,0.0121279,0.033818867,0.0032593287,0.03583663,0.027765572,0.0017886343,-0.008248677,0.016397886,0.01993608,-0.0025683865,0.004827714,-0.0033250481,0.03006753,0.04382243,0.033534672,0.031346392,0.022621695,-0.0031101278,-0.006436952,-0.024127914,-0.05393967,-0.009172302,0.007197166,0.028703406,0.048369505,0.02022027,-0.009463598,-0.0039644805,0.039587967,0.031005364,-0.0011012446,-0.041122604,-0.01949558,0.0037371267,-0.010202498,-0.002969808,-0.003694498,0.0045683887,-0.008930738,0.018330393,-0.0065648383,-0.003404977,-0.0017140339,0.004994677,0.011545306,0.0056589763,0.006500895,0.0072184806,-0.0072362423,0.0051580872,0.050529364,-0.008447612,0.008078162,-0.0075524063,0.002227356,-0.028717617,0.018344603,0.037939653,0.02998227,-0.017747799,0.018003572,-0.009740686,-0.0043943212,0.022678534,-0.0020621691,0.0083410395,0.02822028,-0.03799649,-0.008895214,-0.016014228,0.011928965,0.028135022,-0.0128668,-0.00884548,0.027268237,0.017818848,0.009371236,-0.026216725,-0.012717598,-0.0034138581,0.0051332205,-0.0023818854,0.011801079,-0.008362354,-0.011602145,0.03361993,0.009349922,-0.014550637,-0.005410308,0.007857913,-0.028433423,0.024852604,0.015985807,-0.040412124,0.012618131,-0.0031882806,-0.01769096,-0.00742452,-0.019623468,0.012014223,-0.014330389,0.02421317,0.008618127,-0.006454714,-0.0056945,-0.011175856,0.0013037315,-0.021001799,-0.019836612,0.00015619467,0.012788647,-0.0110408645,-0.03802491,-0.00906573,0.00185613,0.0122131575,0.017520446,0.0128668,0.0013508007,-0.0062841987,0.0010808182,0.014209608,-0.009762,0.03438725,0.019097712,-0.031914778,0.008952052,0.014031987,0.007339262,-0.0118508125,-0.010273546,-0.011985804,-0.023389013,-0.00957017,-0.007879227,0.01850091,-0.001070161,-0.015289538,0.020746026,-0.0021527554,-0.024824183,-0.00013188292,-0.030294882,-0.046181224,0.029783336,0.016738918,0.0003412526,-0.0035204303,0.01993608,-0.021840166,0.0046252273,0.0136554325,-0.0147353625,0.012063957,-0.0062415698,0.007445834,0.032994706,-0.0136554325,-0.014081721,0.0067850873,0.0019236256,0.02353111,-0.000539077,0.0005754891,0.00056571997,0.018685633,0.03217055,-0.00046092414,0.0047992948,-0.025577294,0.040298447,-0.02022027,-0.043197207,-0.020461835,0.0058650156,-0.0041634147,0.020802865,-0.013158096,-0.025065748,0.013719376,0.0069023166,-0.026174096,-0.008895214,-0.03546718,0.051808227,0.01661103,-0.012007118,0.0037904128,0.037342846,0.037882812,-0.019524,0.019097712,-0.0018383679,0.014152769,-0.034046218,0.03469986,0.03410306,0.047175895,-0.0054245177,-0.030692752,0.012589712,0.03398938,-0.02675669,-0.012234472,0.041435216,-0.014721153,0.033477835,0.0020710502,-0.014664315,-0.039104838,-0.018841939,-0.0024405,0.0073534716,0.039815318,0.0059360634,0.0069556027,-0.015630567,0.014635895,-0.0076802927,-0.00040652798,-0.015658988,-0.0029484935,0.033818867,0.012120795,-0.018401442,-0.015133232,0.03626292,0.039701644,-0.033108383,-0.0039573754,-0.0046181222,-0.045868613,0.009044415,0.0048419237,-0.054877505,-0.013776214,-0.016184743,0.022905886,-0.00505862,-0.0391901,0.057776265,0.0017806414,-0.011978699,0.016653659,-0.03541034,-0.02317587,0.013335716,0.0008183846,0.012518664,-0.029897014,-0.0036376594,-0.00058303797,-0.01989345,0.00063143944,-0.021172315,0.007708712,0.023730043,-0.0039751376,0.008760223,-0.0068667927,0.01624158,0.017548865,0.011317953,-0.0041065766,-0.013129677,0.01356307,0.015602149,0.013804633,0.024966279,0.027950298,0.00075266516,-0.015232699,-0.030181205,-0.015261118,-0.029087067,0.008014219,-0.016170533,0.0052220304,0.0019786877,0.005001782,0.021797538,0.010522214,-0.035040893,-0.00776555,0.026841948,0.01521849,0.0076163495,0.005818834,-0.014081721,0.00023201625,0.01850091,0.03217055,-0.00868207,0.012007118,0.023730043,0.08076741,-0.0075097773,0.0035577305,-0.017889896,0.01699469,-0.008198943,0.033591513,0.016383678,0.056014273,-0.03651869,0.034330413,-0.0067566684,0.0124831395,0.031659003,0.00415631,-0.002573715,0.00031416555,0.003403201,0.027282447,-0.0055275373,0.017932525,0.033449415,0.0069165262,0.018756682,0.0008778873,-0.024682088,0.018188298,0.03512615,-0.00039498266,0.054479633,0.009349922,0.03185794,0.0278082,-0.0016678526,0.0027371256,-0.013420974,-0.03077801,-0.0005541747,-0.0094209695,-0.010628786,-0.019310856,0.007481358,-0.016454725,-0.02066077,0.0041314433,-0.0064298473,0.0063339323,-0.046834864,0.015488472,-0.018941406,-0.01175845,-0.034131475,-0.008255782,0.024341058,0.017094158,0.008298411,0.018671423,0.0013579056,0.059055127,-0.0003279311,0.012184738,-0.03290945,-0.008724699,0.006081712,0.0021793984],"social":"https://www.linkedin.com/in/dinki-yaduwanshi/"},{"title":"blockwork","description":" a platform to search and find a crypto job ","niche":"web3","youtube_url":"https://youtube.com/watch?v=aKbCmKsDt9g","youtube_transcript":"Hi, Yamiban. This is Mortise Tucking, and we are in the final week. Of our builders face marathon. I am building blood work, a platform to search and find a Q2 job. In previous weeks, I had lots of ups and downs. I gained some users and I lost some users. And after that, I get another bunch of users. Right now, we have around eleven followers. And already some of our followers intended to buy our platform software platform for hiring Q2 talents. And we are in the final stage to release our back which will be fully optimized to post a job and track the talent's application based on that. And also, in the same time, I am preparing a video for publishing the share better launch of the platform in the next week. So thank you very much for keeping up with me.","embedding":[0.0013139021,0.03494721,0.029600097,0.002446782,-0.009405192,-0.013495098,-0.023154914,0.065056555,-0.022932118,-0.013670152,0.03628399,-0.058690943,-0.031382468,-0.032241825,0.02305943,0.056717604,0.009413149,-0.026910625,-0.03809819,0.028677084,-0.00279888,-0.026624173,0.030475369,0.032719247,0.0034135596,0.023505023,-0.03281473,0.0050606616,-0.040930886,-0.061109878,0.010248636,-0.043508958,-0.030841392,0.017585004,-0.0027073745,-0.045832407,0.015643492,0.026226321,-0.009882613,0.005259587,-0.025685245,-0.032305483,0.006568516,0.0021344693,-0.03809819,-0.0075114225,-0.03427882,-0.00279888,0.032623764,0.043890897,-0.050574787,-0.006990238,-0.010678315,0.020911036,0.03408785,-0.041408308,0.023950616,0.023473196,-0.01370198,-0.0031708705,0.027372133,-0.076069064,0.03755711,-0.021706738,-0.009604117,-0.07995209,-0.03434248,0.031748492,-0.020895122,0.034883555,0.03956228,0.015317255,0.008307124,-0.0032007094,0.01812608,-0.033769574,0.001610301,0.0374298,0.016439194,-0.024698576,-0.01354284,-0.0019126675,-0.03532915,0.008299167,-0.043127023,-0.028136006,-0.071485825,-0.012540256,-0.059168365,0.001876861,-0.032591935,0.07740585,0.016550591,0.056399323,0.0686213,0.003825335,-0.031684835,0.034692585,0.011386489,0.009811,0.037493456,-0.009954226,0.02017899,-0.0454823,0.03532915,-0.036984205,0.019797053,-0.03692055,-0.00012420403,-0.009850785,-0.13316861,-0.03450162,-0.017362207,0.012524342,0.035392802,0.026576431,0.062255688,-0.010192936,0.003614474,-0.027467616,-0.0311915,0.0056733517,-0.026242236,0.021261144,-0.016868873,0.010885197,-0.044241004,0.004583241,-0.041917555,-0.04726467,0.0048259296,-0.03580657,0.040326152,-0.033292152,-0.020322217,-0.0009861726,-0.058340836,0.0037815715,-0.052102536,-0.036061194,0.022327384,-0.05595373,-0.007272712,-0.029600097,-0.050574787,-0.013733808,-0.019717483,0.031318814,-0.026528688,-0.046723593,-0.009739387,-0.042044867,-0.031255156,0.016630162,0.017744144,-0.00012718792,0.0097950855,0.016677903,-0.02084738,0.014553381,0.014441983,-0.0024129648,0.019717483,0.02716525,-0.013073376,-0.013709937,-0.030188916,-0.05477609,-0.068812266,-0.040994544,0.014800048,-0.017218981,-0.02708568,0.0037139368,0.045736924,0.0010911057,-0.009715515,-0.029090848,-0.05862729,-0.0014282842,-0.04433649,-0.023011688,-0.029743323,0.01279488,-0.060759768,-0.07396841,-0.013248431,0.029329559,-0.016630162,-0.014107788,0.030029776,0.07766047,-0.00061119825,0.007415938,0.038002703,-0.05633567,0.030618595,-0.03233731,0.017505433,-0.037652597,-0.033419464,-0.008163897,0.009039169,0.012253803,0.006011525,0.003932755,-0.008880029,0.067348175,-0.037270658,0.0033061397,0.060027722,0.031175585,0.01612887,0.0121981045,-0.04042164,0.0007166287,-0.041249167,0.049174353,-0.008315081,0.0020220764,0.0010811595,0.0066242153,0.027801812,0.016041342,0.00687884,0.038766578,0.059836753,-0.033451293,0.046532623,0.018539846,0.01970157,-0.011935523,-0.01050326,-0.031796232,-0.015571879,0.018762643,0.021563511,-0.052643612,0.03679324,-0.037238833,0.008967556,0.0390212,0.038702924,-0.0035786675,0.021849964,0.013049505,-0.023473196,-0.07275895,0.018842213,0.036474958,0.06702989,-0.0021444156,0.0055142115,0.0069862595,-0.005605717,-0.003614474,-0.024841802,0.051147692,-0.0065645375,-0.019574257,0.030077517,-0.0056932443,-0.0060871164,0.015372953,0.003337968,0.029504612,0.004734424,0.007431852,0.043413475,-0.018110167,-0.0097553,-0.0187149,-0.00016075658,0.014107788,-0.006357655,0.03510635,0.0028864073,0.040135186,-0.026751485,-0.0033061397,-0.040739916,0.02988655,0.03332398,0.0132802585,-0.0072209914,0.02191362,0.01682113,-0.018014682,0.010256592,0.06836668,-0.0031847954,0.006286042,-0.011394446,0.014752306,0.007642713,-0.0042052823,0.03446979,-0.017760059,0.0072607766,0.014457896,0.017203066,-0.045068536,-0.008136048,-0.014545424,-0.0059200195,0.005744965,0.016948443,0.031525694,-0.050288334,-0.01812608,-0.01559575,0.01943103,-0.004710553,-0.0070260447,-0.017457692,0.013503055,0.03577474,-0.007392067,0.01836479,-0.026624173,0.03545646,-0.024905458,-0.05840449,-0.016359624,-0.0024487714,-0.016868873,0.05219802,-0.01223789,-0.0027232885,-0.027069766,0.009914441,-0.03908486,-0.027212992,0.000983686,-0.02420524,0.017664574,-0.006544645,0.002562159,0.03154161,0.015094458,-0.04662811,-0.02874074,-0.00837078,-0.0013924777,0.02124523,-0.009572289,0.026385462,-0.0010364013,-0.033546776,-0.02724482,-0.022963947,-0.024268897,0.040676262,-0.033737745,0.022725236,-0.0042530247,0.032003116,-0.01119552,-0.018269306,-0.0249532,-0.044431973,-0.00023199673,0.031064188,0.013789508,0.04134465,0.02641729,-0.026942454,-0.002116566,0.028581599,-0.004324638,0.006687871,-0.0058364705,0.0027849553,0.015858332,-0.05496706,-0.012110577,0.038830236,0.029695582,0.011641113,0.08428071,0.080970585,-0.028454287,-0.0019156514,-0.020354046,-0.02807235,0.04640531,0.017425863,-0.0052396944,-0.020799637,0.004443993,0.021945449,-0.03222591,0.013646281,0.013550797,0.009540461,-0.011521758,0.050351992,0.09115557,-0.0010393851,-0.014123702,-0.020735981,-0.038448296,-0.036029365,-0.0080166925,-0.031286985,0.00639744,-0.034215167,-0.012532299,-0.014736393,0.0055301255,-0.0075154006,-0.052007053,0.05862729,-0.0019604096,-0.004833887,-0.06925786,0.024252983,0.0031629135,0.039848734,0.01506263,-0.067666456,-0.054903407,0.05468061,-0.01340757,0.010630572,-0.0028545791,0.021340715,-0.025494277,0.013741765,-0.08077962,-0.031748492,0.005108404,0.0055738892,-0.011346703,-0.017155325,0.01530134,-0.023027603,0.03431065,-0.012452729,0.035870224,-0.040294327,0.009572289,-0.015524137,-0.0033737745,-0.046214346,0.006337763,-0.03268742,0.022295557,-0.044750255,-0.009190353,-0.017998768,-0.028215576,0.0037954962,0.06336967,-0.03542463,-0.021690823,-0.019606085,0.005363028,0.007157335,-0.00997014,-0.010853369,0.0047702305,-0.022263728,-0.008967556,0.0084423935,-0.041822072,-0.010837454,0.015189942,0.009914441,0.00064750214,0.05856363,-0.009906484,-0.0027053852,0.00823551,-0.08001574,0.02247061,-0.0003849206,0.002743181,-0.02804052,-0.010240679,-0.008975513,0.027913209,-0.030570852,0.07772412,0.033260323,0.030173002,0.030905047,-0.0022160287,-0.04971543,0.05124318,0.002609901,0.04134465,0.027769983,-0.02060867,0.004467864,-0.025844386,0.0356156,-0.0480922,-0.026544603,0.019892538,-0.030029776,0.041949384,0.005581846,0.048537795,0.044241004,0.013773593,-0.0017933123,0.02369599,0.04131282,0.042044867,-0.029234074,0.0030276442,0.03758894,-0.008720889,-0.034724414,0.009548418,-0.0069305603,0.04872876,-0.0008573684,0.011951437,-0.02092695,0.0042371107,-0.011609285,0.008601533,-0.024969114,-0.0106624,-0.045800578,0.02060867,-0.026831055,0.009102825,-0.005947869,0.019096836,0.0035886138,-0.003025655,-0.030570852,0.0071812063,-0.020322217,-0.017346293,-0.025223738,0.0051163607,-0.017028013,0.020274475,0.013328001,0.011370575,-0.02724482,0.03135064,-0.0104714325,-0.025175996,0.013606496,-0.01340757,0.011020466,-0.019892538,0.03319667,0.012643697,-0.0035329147,-0.018189738,-0.031048274,-0.0017157315,0.02255018,0.0014302735,0.028342888,0.0044161435,0.0069623883,0.0028008693,-0.01713941,0.0033737745,-0.008251425,-0.037016034,-0.015205856,0.024459865,0.0028784503,-0.030745907,-0.0034235057,-0.041599274,0.026592344,0.0072488408,-0.03332398,0.012858537,0.023600508,0.009556375,-0.030427625,-0.02823149,-0.044050038,0.004420122,-0.003825335,0.022279643,-0.010535088,0.0057569006,0.010598744,0.0008533899,-0.0111159505,-0.038957547,0.018348876,0.03418334,0.031175585,-0.021627167,-0.0042729173,-0.016630162,0.004615069,-0.006934539,0.0066361506,-0.030570852,0.029504612,-0.011816167,-0.0042848527,0.008880029,-0.0240461,0.026289979,0.016200483,0.011601328,-0.011092079,-0.009914441,-0.023027603,-0.03892572,0.011259177,0.032305483,-0.028645255,-0.01188778,0.014624994,-0.023759648,-0.0045474344,-0.022422869,-0.0036622162,0.0049970057,0.009779172,0.035965707,-0.022963947,-0.033896886,-0.017155325,0.038671095,-0.00076387345,0.029631924,0.001959415,-0.038480125,-0.022725236,-0.0030913004,-0.0045036706,0.02009942,-0.011179606,-0.040739916,0.014179401,-0.020592755,-0.0330057,-0.017187152,0.0057091583,0.020274475,-0.018078338,0.033705916,-0.019606085,-0.0213248,-0.0026755463,-0.033514947,0.049142525,0.00837078,0.0013536873,-0.02065641,-0.031732578,0.00044260896,0.015166071,0.011171649,-0.03268742,0.034788072,-0.021483941,0.0064770104,-0.05006554,0.047710262,-0.0005724078,-0.014282842,-0.010415733,0.011752511,0.016375538,0.017075755,0.02060867,-0.03797088,0.038352814,0.015070586,0.022566095,-0.05363028,0.023711905,0.026051268,-0.016916614,0.023170829,-0.015006931,0.016598335,-0.0043047452,-0.0058285138,0.039657764,-0.007889381,0.026703743,-0.0015536072,0.005900127,0.019399203,0.014266929,-0.055858247,0.0010562937,-0.037047863,-0.030698165,0.008816373,-0.011497887,-0.036220334,-0.029504612,-0.0003160427,-0.050351992,-0.008020671,-0.012643697,-0.01978114,-0.00042893286,0.031573437,0.0022140394,0.0057648574,-0.011792297,-0.008800459,-0.0011438209,-0.017855542,-0.031048274,0.014083917,-0.03711152,-0.045386814,0.028852137,-0.020751895,0.008307124,0.016518764,-0.013940691,-0.024062013,0.014410155,0.025748901,0.0055858246,0.003879045,-0.0005957815,-0.031143758,-0.018173823,0.011712726,-0.014123702,-0.0124766,0.04035798,0.0026238258,-0.048665106,-0.00201213,-0.05038382,-0.037175175,-0.019653827,-0.00065197796,-0.026751485,0.01498306,0.020338131,0.005418727,0.025923956,0.05388491,-0.03364226,0.0060234605,-0.012468643,0.017378122,-0.010614659,0.0045593698,0.007726262,-0.008132069,-0.0023373733,-0.0012711332,-0.0066640005,0.010256592,0.021070177,0.002892375,0.01828522,0.008728846,0.019717483,0.019017266,0.012874451,0.024459865,0.022995774,-0.006715721,0.027022023,-0.016534677,0.009922398,0.022215987,0.009500676,-0.052802753,-0.01772823,0.012221975,0.0042371107,0.008911857,0.012174233,0.022215987,0.022868462,-0.026576431,0.013001763,-0.04630983,-0.0036840981,0.010137238,-0.05133866,0.021308886,-0.0011060251,-0.021945449,-0.0071812063,-0.013495098,0.0249532,-0.0019783129,0.008052499,-0.06025052,-0.049619947,-0.009763258,-0.0012134449,-0.024014272,-0.023075344,0.012301546,-0.04086723,0.00069275766,-0.008171855,0.046755422,-0.012691439,-0.008521963,-0.025764816,-0.008720889,-0.00075641373,0.015245642,0.039912388,0.016264139,-0.0060393745,-0.05238899,0.0058643203,-0.0058643203,0.04500488,-0.033610433,-0.012269718,0.007964972,0.010391862,0.014696607,-0.02321857,0.0089834705,-0.016280053,0.027960952,0.01887404,-0.008307124,0.023139,-0.0031231286,0.021086091,0.043222506,-0.0035528073,-0.05086124,-0.010399818,0.020895122,-0.049142525,-0.0017823714,0.01308929,0.014274885,-0.0009319654,0.0075909924,-0.013065419,0.002044953,0.009994011,-0.027356219,0.0034235057,0.03676141,0.016868873,0.01764866,-0.011466059,0.011991221,0.0026397398,-0.0065088384,0.01994028,0.0068310974,-0.029552355,0.025128255,0.018189738,0.0374298,0.04678725,-0.038002703,0.017075755,-0.0070021735,-0.014171444,0.009556375,-0.005800664,0.035392802,-0.041949384,-0.01346327,0.0007832687,0.028836222,-0.06702989,0.02247061,-0.023234485,-0.029950205,0.009015298,-0.036061194,-0.050574787,-0.0047384026,-0.0106067015,0.078360684,0.028438373,0.05483975,-0.02562159,-0.008657233,0.0035289363,0.0061706654,-0.031127844,-0.02017899,0.01492736,0.024746317,0.009373364,0.028995363,0.026274065,0.017839627,0.0068271193,0.004603133,-0.02527148,0.009381321,-0.022836633,-0.017107584,-0.03143021,0.008617448,0.014720478,0.025000941,0.029202245,0.007813789,0.0075193793,-0.018858125,0.0049492633,0.02239104,-0.010256592,0.029202245,0.028279232,-0.04793306,0.009699602,0.03143021,0.058372665,-0.00043713851,-0.0025999546,0.029791065,-0.02759493,0.030141173,0.042585947,-0.0063059344,-0.03238505,-0.008434436,-0.0009687666,-0.013940691,-0.020354046,0.042172182,-0.006473032,0.039466795,-0.013320044,0.007602928,-0.019717483,0.010853369,0.011163692,-0.004420122,0.002601944,-0.005959804,0.005565932,0.035711084,0.033514947,-0.016550591,0.003910873,0.00852992,-0.008040564,-0.04974726,-0.00025251092,0.015014888,0.015874246,0.020194905,0.04303154,-0.013487141,-0.0143624125,0.000109533285,-0.00090809434,0.0017943069,-0.013654239,0.008410565,0.009238095,-0.010948853,0.03927583,0.013033591,0.022327384,0.038002703,-0.0034056024,0.009723472,0.024841802,0.012094663,0.04659628,0.01725081,0.0151422,-0.015898116,0.052898236,-0.0047821663,0.027881382,-0.017903285,-0.0059239976,0.015587793,0.005414749,0.02570116,-0.016486935,0.010296377,0.024237068,-0.025653416,-0.005955826,0.036220334,0.0022518353,-0.0008056478,-0.008323038,-0.02065641,-0.014195316,0.013725852,0.026194494,-0.010885197,-0.00719712,-0.031414296,0.0026476968,-0.014776178,0.033419464,-0.0071453997,0.0029122676,0.0028108156,-0.002343341,-0.014147573,0.026671914,0.020417701,0.017330378,0.015341125,-0.00453152,-0.023266312,0.011847995,-0.033928715,0.0012283642,0.000019519553,-0.019224148,-0.011020466,-0.0039287764,-0.02116566,0.02116566,-0.026465032,0.01285058,0.0002283912,0.022295557,0.023266312,0.0042689387,-0.012317459,-0.018301135,-0.0034533446,0.012007136,-0.016359624,0.037811738,0.0010080544,-0.031398382,-0.0026198472,0.035965707,-0.002225975,0.01994028,0.0069743237,0.010646487,0.019749312,0.04923801,0.005418727,0.039848734,0.020083506,0.013566711,-0.010630572,0.0049094786,0.032305483,-0.009413149,-0.016630162,-0.008498092,0.013455313,-0.010033797,0.01674156,0.0012005146,-0.017951027,0.011720683,-0.0106067015,0.038702924,-0.028438373,-0.00487765,-0.0061706654,0.019844797,0.0015197899,0.0010921003,-0.0036920551,0.020322217,-0.021149747,-0.016248224,-0.02945687,0.008108199,0.023186741,0.02084738,-0.0050765756,-0.014083917,0.0078018536,0.017043926,0.022486525,-0.010964767,0.031175585,-0.0016560538,-0.0134473555,-0.009429063,-0.005768836,-0.0003563251,-0.022597924,0.026751485,-0.020115335,0.011784339,-0.008020671,0.04121734,0.024794059,-0.017362207,-0.006075181,0.000591803,0.039498623,-0.0016441182,-0.05168877,0.009261966,-0.0126039125,0.04042164,-0.021849964,0.028868051,-0.008633361,0.0063855047,-0.0017724251,0.00040033733,0.0073403465,-0.014935317,0.0017903284,-0.019080922,-0.0454823,-0.00821164,0.013264344,0.018078338,-0.010972724,0.024459865,-0.00007590246,0.012166277,0.02862934,-0.04172659,0.034979038,0.028868051,-0.051625114,-0.015261555,0.03431065,0.0015058651,0.005470448,0.0021822115,-0.0016122902,0.027181163,0.0036900658,0.007960994,0.012938106,0.011808211,-0.014290799,0.031764403,0.017234895,-0.025573846,0.10726056,0.0058643203,0.021849964,-0.00032673494,-0.008887986,-0.023839217,-0.02519191,-0.010837454,0.003503076,0.0065565803,-0.0047622737,0.014354455,-0.0154445665,0.014171444,0.0042450675,-0.023441367,-0.0010841433,0.019160492,-0.008096263,0.009930355,0.02641729,-0.0019683666,-0.0007842633,-0.0044400147,-0.046214346,-0.058372665,0.00050477317,-0.002876461,0.015078544,0.020354046,0.024809973,0.01764866,0.0014660801,0.0390212,0.034756243,0.0039387224,-0.013733808,-0.009556375,0.031096015,-0.011481973,0.015953815,-0.033228494,0.0364113,-0.013001763,-0.0155798355,0.0047384026,-0.016359624,-0.0023493087,-0.01812608,-0.045195848,0.00060125196,-0.029743323,0.030316228,0.018810384,0.020226732,-0.0046349615,0.0033041507,0.06855764,0.01903318,0.0005132275,-0.045195848,-0.009635946,-0.020417701,0.00013464762,-0.017696401,-0.014457896,-0.011816167,-0.01887404,0.015921988,-0.01271531,0.0050606616,0.019749312,0.0142271435,0.006675936,0.0070897005,-0.021802222,-0.00023659687,-0.02759493,0.022884376,-0.034819897,0.005959804,0.0034672695,0.03111193,0.010574874,-0.004821951,0.020958778,-0.0013666174,-0.008315081,-0.026560517,0.04646897,-0.03143021,-0.0076069064,0.015197899,0.010773798,-0.006019482,0.0076864767,-0.01012928,-0.018157909,-0.031843975,0.01378155,-0.013272301,-0.0064292685,-0.016725646,0.022343298,-0.013296172,-0.02751536,-0.0045195846,0.014322627,0.0059956107,-0.014672736,-0.018762643,0.0068430332,0.027881382,-0.0018440383,0.020942865,0.021292973,-0.02921816,0.010749928,-0.00037646628,-0.009182395,0.0107419705,0.03408785,-0.003073397,0.013200688,-0.020306302,-0.0031469995,-0.003809421,-0.040994544,0.016614247,0.01042369,-0.004587219,0.01698027,0.023457281,0.0047821663,0.00030336122,0.023552764,-0.029536441,-0.024539435,-0.041090026,0.018698987,-0.06381526,0.008991427,0.0026059225,0.026226321,-0.022804806,0.0006554591,-0.014935317,-0.021754479,0.006703785,-0.001767452,0.014243057,-0.011983265,-0.009293794,0.008887986,-0.027754068,0.0052794795,0.0049413065,0.027833639,0.014322627,-0.020720068,0.019255977,-0.018062424,-0.004030228,-0.014919404,0.0064173327,0.007873466,0.021388456,0.0026377505,0.03012526,0.0013049504,0.018651243,-0.026067182,-0.032480538,0.008848201,0.019017266,-0.007053894,-0.006699807,0.015452524,-0.011808211,-0.002430868,-0.033865057,0.010161108,-0.0014621016,-0.01444994,0.0041097985,0.010598744,0.0033041507,-0.014776178,-0.013614453,0.0033280216,0.004133669,0.027181163,0.008641318,0.022104587,0.016280053,-0.009341536,0.017632745,-0.022215987,-0.019367374,0.0535348,0.022836633,-0.020322217,-0.0109090675,0.008458307,0.010590787,0.040103357,-0.011991221,0.0053510927,0.009429063,-0.011800254,-0.010845412,-0.010590787,-0.022406954,-0.020576842,-0.010328205,-0.010726056,0.0020568885,0.044272833,0.01772823,-0.013256388,0.032480538,-0.014911447,-0.020513184,-0.040930886,0.024428036,0.0436681,-0.00004982459,0.013312086,-0.031716663,-0.02558976,-0.002375169,-0.039912388,0.003322054,-0.0010712132,-0.013526926,-0.023425452,0.0032544192,-0.0064014187,-0.02151577,-0.016104998,0.000591803,-0.015826503,0.011060251,0.01725081,0.025526104,0.03396054,0.005609696,-0.007217013,-0.018173823,0.0007872472,0.0040381853,0.024014272,0.0089039,-0.013869078,0.020131249,0.02578073,0.030475369,-0.019096836,0.0023035558,0.009779172,-0.028677084,0.005729051,0.023505023,-0.017521348,0.014513596,0.040294327,0.037843563,-0.025478363,-0.008545835,0.024396209,-0.007642713,-0.023759648,0.016104998,-0.015166071,-0.033610433,-0.011386489,-0.0074835727,0.029425042,0.01978114,0.00094041973,-0.044750255,0.003345925,-0.036506787,0.011481973,-0.0012691439,-0.02929773,0.013312086,-0.011052294,-0.001759495,0.0055142115,0.011076165,-0.012142405,0.014187358,0.030141173,-0.008760674,-0.0029440955,-0.024571262,0.029584182,0.01444994,0.0002889391,-0.012818752,0.0063775475,-0.008919814,-0.015388868,0.04236315,0.0071891635,0.030188916,0.03150978,0.011442188,0.026067182,-0.026560517,-0.035010867,0.02065641,-0.034406133,0.01898544,0.004380337,0.0004199812,0.0041575404,-0.0031290962,0.013479183,0.043317992,0.015325211,0.023011688,0.05283458,0.053152863,-0.006747549,-0.00535905,-0.025080511,0.049683604,-0.019017266,0.004686682,0.024014272,-0.0010403797,-0.02708568,0.03166892,-0.020417701,0.005534104,0.01050326,-0.0019842808,-0.0127710095,-0.015086501,-0.018889954,0.01202305,0.0073005613,-0.01034412,0.003729851,-0.02183405,0.00306544,0.0033598496,0.017107584,0.031398382,0.02377556,0.006457118,0.026051268,0.003887002,0.0091187395,0.0293773,-0.016709732,-0.022486525,-0.037843563,-0.010312292,-0.011712726,0.013121118,-0.0115695,-0.012118534,0.023091258,-0.015786719,-0.0024129648,0.0034911404,0.0033320002,0.011458102,-0.033546776,0.043349817,-0.046055205,-0.00949272,-0.043095194,-0.013845206,0.034024198,-0.012580041,-0.004658832,0.029393215,0.037302487,0.026480947,0.0045673265,-0.012810795,-0.008911857,0.007941101,-0.014298757,-0.012755095],"social":"https://www.linkedin.com/company/cryptojobinternatinal/"},{"title":"citrus","description":"open-source vector database for your next project","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=HpecfMplWo4","youtube_transcript":"Hi. I'm the Orbata, and I'm working on citrus. It's an open source vector database. We are trying to make it really simple for developers to store vector embeddings for the project. We handle everything from generating vectors, storing them efficiently, as well as making search really fast. So let's just go into search citrus dot com where we can find a link to our template demo. You can initialize a client, create an index, and then you need to add all of your data. But we have already done that, so we're not gonna do that. For this demo, and then we are running a query likes to sleep. And this returns no lacks. So you can imagine running this on your server with your own data. And you can essentially have your own semantic search system working for your app, but we're also planning on launching a cloud host service really soon. So that should make things even easier. This began as a fun side project, but right now it has fifty three stars on GitHub and over to eighty downloads of our Python package. I've been mostly sharing updates on Twitter every week and sharing our update project with a few people. And only recently, we reached out to a company to index all of their data on citrus. It has been a really involved onboarding process, but we generated revenue for the first time, about three thousand USD. And we we learned a lot from this","embedding":[-0.022252144,0.028920297,0.015658917,0.012527133,0.012197472,0.005297059,0.0003479239,0.04183703,-0.020693745,0.001463809,0.037701275,-0.030958202,0.02357079,-0.10183541,0.027271988,0.019435039,-0.00050292094,-0.013051595,-0.05646201,0.031108048,0.06749068,0.0073199817,0.042975858,0.027391866,-0.006072513,-0.04288595,-0.020498944,0.02415519,0.022387005,-0.06671148,-0.0006789901,-0.04944921,-0.015141947,-0.0010610976,-0.014392717,-0.012272395,0.0489697,0.013358779,0.025683621,0.019584885,-0.012976672,0.0009917938,0.061167173,-0.027901342,-0.0068741892,0.007376174,-0.014879717,0.031947188,-0.0028976488,0.009365381,-0.06826988,-0.025998296,-0.012706948,0.024499835,0.017337194,-0.013373763,-0.021592822,0.055832654,-0.002729072,0.028111126,0.019719746,0.0034970331,0.049359303,-0.02626802,-0.024439897,0.03569334,-0.030868296,0.02298639,-0.0068517127,0.054124407,0.04177709,0.03608294,0.023166206,-0.04747124,0.017007532,-0.04825044,-0.012317348,0.04372509,-0.015554024,-0.040848043,-0.0076646274,0.0041507366,0.032067064,-0.017831685,0.001711055,-0.052655917,-0.023136236,-0.022387005,-0.04063826,0.03755143,-0.030958202,0.022956422,-0.023106268,-0.0053569977,0.059668712,0.04747124,-0.025503805,0.020693745,0.04528349,-0.013074071,-0.00851875,-0.025803497,0.012691964,0.0004673325,-0.032456663,0.0118753025,0.04980884,-0.009417827,0.037071925,-0.011455733,-0.10938764,0.0065557663,0.012047626,-0.011418272,0.05301555,-0.0014844128,0.0030587334,-0.015254332,0.013740887,-0.03863032,-0.016692854,0.04609266,-0.036682323,0.061107237,-0.0002910292,-0.0059900973,-0.06527296,-0.02129313,0.013119025,-0.055413086,0.046482258,-0.04798072,0.07120686,-0.03049368,-0.039229706,-0.019000484,-0.06062773,-0.038510446,-0.03341568,-0.009455289,0.026477804,-0.037701275,0.007522274,-0.014362748,-0.06098736,-0.065033205,-0.0007759218,0.013186456,-0.03296614,-0.0031861025,0.025069252,-0.016737808,-0.062036283,-0.0024593489,0.018655838,-0.010579134,0.017741777,0.015389194,-0.02434999,0.016303254,0.029175034,-0.00388476,0.033056047,-0.038090877,-0.045073703,0.019270208,-0.03527377,-0.020409038,-0.05640207,-0.053525023,-0.0078144735,-0.06401425,-0.001857155,0.014947148,0.010234488,-0.022551836,0.02682245,-0.028051188,0.01681273,-0.06062773,-0.02243196,0.028860357,0.012459703,0.017606916,-0.01323141,-0.016033532,0.01218998,0.046871856,-0.022506883,0.0022064836,-0.026357928,0.06371456,0.042046815,0.0018122012,-0.0059001897,-0.031018142,0.029055158,0.0160635,0.0063871895,-0.025234083,0.014437671,0.037371617,0.061197143,-0.012399764,-0.0034408409,0.0011172899,0.0061886436,-0.02354082,-0.029819373,0.004135752,0.05178681,0.019045439,-0.011972703,0.005405698,-0.043035798,-0.020214237,-0.03764134,0.041717153,-0.010983719,-0.022971407,0.0017653742,0.054993514,0.027107159,-0.023600759,0.027931312,0.045163613,0.023930421,-0.0563721,0.057630807,-0.026612666,0.05028835,-0.0066868817,0.010579134,-0.044414382,-0.015284302,-0.000983365,0.009575165,-0.04525352,0.014550055,0.012444718,-0.0076796124,-0.02142799,0.033955123,-0.007597197,0.02996922,0.01931516,-0.033475615,-0.04138749,0.036562447,0.017142393,0.011972703,-0.00890835,0.012002672,-0.019989468,-0.011792887,-0.014160455,-0.07528268,0.013725902,0.011403288,-0.0046302443,0.0026372913,-0.03860035,-0.002191499,0.010504211,-0.047261458,-0.041237645,-0.03344565,-0.0062373434,-0.050348286,-0.0075859586,-0.00015417759,0.019644823,0.048939735,-0.026702574,0.0009758727,0.021697715,-0.016662885,0.027107159,0.021248177,0.011268426,-0.027122142,-0.016587961,-0.017292239,0.00551059,0.01430281,0.038240723,0.03185728,-0.04180706,-0.0195699,-0.0047576134,0.028725496,-0.0072637894,0.02207233,0.009193058,-0.002335726,0.032366756,0.036952045,0.01748704,0.005581767,-0.038120847,0.05397456,-0.02990928,0.04210675,-0.009290458,-0.025413897,-0.0060874973,0.0076571354,0.04684189,-0.00036548398,0.02187753,-0.014033087,-0.005263344,0.0024237605,0.023061313,-0.03494411,0.025608698,0.102854356,-0.0033097256,0.0042893444,0.00050292094,0.015104486,-0.033505585,0.00003427144,0.0061099743,-0.01150818,-0.026013281,0.020888545,-0.026522757,0.04869998,-0.034584478,0.03332577,-0.05565284,0.0015771302,-0.004113275,0.0024743336,-0.03521383,0.0049374285,-0.018625868,0.03982909,0.0040720673,-0.018311193,-0.047201518,0.003021272,0.008473797,0.012227441,0.0185959,0.0127818715,-0.010114611,-0.0055180825,-0.017502023,-0.045433335,-0.008945812,-0.0067767897,-0.011141057,0.049149517,-0.0070240353,-0.01430281,-0.046602134,-0.038810138,-0.02899522,-0.031977154,0.043065768,0.008728535,0.005952636,0.010189534,0.0046377364,-0.020169284,0.02835088,0.065033205,-0.008406365,0.017277254,-0.01378584,-0.028395833,-0.033805277,0.017906608,0.02512919,0.040878013,0.03638263,-0.02448485,0.035933092,0.026687589,0.008721042,-0.07552243,-0.012272395,-0.007203851,-0.001883378,0.00910315,-0.032786325,-0.024994329,0.020918515,0.01449761,-0.03614288,0.0022795338,-0.010444272,0.010279442,0.040098812,0.0062186127,0.016647901,0.0048362827,-0.029819373,0.02835088,-0.03982909,-0.021413006,-0.0109537495,0.0024162682,-0.012332333,0.0148647325,0.0024630951,0.012864287,-0.03296614,0.0036768485,-0.039199736,0.06365462,-0.0036487523,0.011253442,-0.020274175,-0.0042219134,-0.012249918,0.008121658,0.059518866,0.0069453665,-0.05643204,0.010526688,-0.058769636,-0.02737688,0.01882067,0.044744045,-0.0042031826,-0.029534664,-0.037791185,-0.003292868,0.0022308338,-0.007777012,0.02279159,-0.043125704,-0.03491414,0.0019049185,0.018386116,0.030868296,-0.011365826,-0.0018852511,0.03068848,0.0015452878,0.0099273035,-0.0118153645,-0.015494086,0.005810282,-0.007323728,-0.019330146,-0.024949374,-0.039709214,-0.0030119065,-0.029609587,0.024320021,-0.057391055,-0.01121598,0.013111533,-0.022446945,0.015464117,-0.041237645,-0.030253926,0.05220638,-0.079238616,-0.005799044,-0.003985906,-0.021622792,-0.017831685,0.021398023,0.038120847,-0.038450506,0.032366756,-0.017082455,-0.0062523284,0.00040364792,-0.06695123,-0.035483554,0.04027863,-0.012467195,-0.020019438,-0.008316458,0.012174995,-0.0032029601,0.023031345,0.05787056,0.019749714,0.077500395,-0.020948485,-0.030988172,-0.0030849564,0.010316904,-0.0012278014,0.04054835,0.038270693,-0.018850638,0.0020379068,-0.03863032,-0.05367487,-0.05019844,-0.008833427,-0.030598572,0.056521945,0.00044017288,0.009994734,0.05589259,0.011882795,-0.0032572795,-0.0051547056,-0.01417544,-0.009477765,0.015239348,-0.00075297663,-0.0013542341,0.026687589,0.0067955204,-0.022686698,-0.0012109437,-0.013029118,0.014355255,-0.045403365,-0.021712698,-0.013995625,-0.0059676208,-0.03572331,-0.025548758,-0.05787056,0.006443382,-0.02142799,0.007717074,-0.056102376,0.0013973148,0.032067064,-0.019674791,0.008323951,0.022491898,-0.0375814,0.03266645,-0.02207233,-0.013478656,-0.011358334,-0.0049823825,-0.029459741,0.038810138,0.01553904,0.025983313,0.020693745,0.019614853,-0.016767778,-0.0041170213,-0.031287864,0.039469462,-0.0024949375,-0.02487445,0.022881499,-0.012676979,0.052116472,0.0076458966,0.00599759,-0.031317834,0.011545641,0.009627611,-0.0035195102,0.0075372583,0.0034876678,0.036652353,-0.0118153645,0.008878381,0.005244613,-0.02623805,-0.018386116,-0.034734324,-0.011290903,-0.03188725,0.0051209903,0.0014094898,-0.004506621,0.026297988,-0.04291592,-0.04213672,-0.022536851,0.025923373,-0.028006235,-0.05103758,-0.024499835,0.019030454,-0.016393162,-0.0011182264,0.011553134,0.034015063,0.030808356,-0.016138423,0.014894702,-0.0160635,0.005158452,-0.019405069,-0.014624978,-0.00030695036,0.06329499,-0.019015469,-0.0012465322,0.018760731,-0.0055143363,-0.0057952977,0.010047181,0.0012455956,0.0018337416,0.019824637,0.006514559,0.010256965,0.021233192,-0.0025211605,-0.014737363,0.02106836,-0.00041277916,-0.03569334,-0.004427952,0.043994814,-0.035393648,-0.013283856,0.009769965,-0.010099626,0.0031411487,-0.031167988,-0.026867405,0.0055368133,0.015314271,0.014137979,0.00959015,-0.040878013,-0.022956422,-0.0049074595,0.011350841,-0.028410818,0.04129758,0.015104486,-0.019494977,0.0010161438,0.019120362,0.047021702,0.026747527,-0.017546978,-0.008878381,0.022536851,0.012721933,-0.02279159,0.02301636,-0.027586665,-0.015943624,0.0544241,0.008234043,-0.03491414,0.0077620274,-0.0010751457,0.027901342,0.0051846746,-0.000553494,0.032546572,-0.012249918,0.009282965,-0.014939656,0.032306816,-0.03722177,0.00361691,0.017546978,-0.0045440826,-0.02835088,0.033805277,-0.007447351,0.04603272,0.03494411,0.04183703,-0.014527579,0.019884577,0.026417866,0.009829904,0.020004453,0.0071027046,-0.0051322286,-0.0065595126,0.011200995,0.039978936,-0.0021053376,0.020259192,-0.03299611,-0.017801715,-0.017142393,0.013770856,0.022716668,0.012954195,0.012032641,0.0129167335,0.008526242,0.006349728,-0.0033509333,-0.02893528,0.021233192,-0.009312934,-0.015853716,0.020349098,0.01592864,-0.030059125,-0.00822655,0.027092174,-0.011043657,-0.013104041,-0.013995625,0.0059863515,0.026957313,0.0036431332,0.04036854,0.036772233,-0.025413897,0.009058196,-0.011051149,0.018745746,0.009312934,0.008736027,0.004989875,-0.007522274,-0.005139721,-0.031527616,-0.026447834,0.03788109,-0.031617526,-0.049718935,0.016393162,-0.0189855,0.015583994,0.02490442,-0.013486148,0.0222971,-0.0036112908,0.007481066,0.02990928,0.0045628133,-0.007353697,0.0009814919,-0.04747124,0.024215128,-0.0743836,-0.013710917,-0.02685242,0.016722824,-0.01759193,0.019749714,-0.01014458,-0.03833063,0.008443827,0.018266238,0.00064621127,0.023226144,-0.011598088,0.015449132,-0.029639557,0.023316052,0.010601611,-0.021757653,0.0160635,0.011133565,-0.00067196606,0.050857764,0.0009000131,0.029264942,-0.021697715,0.031287864,-0.01631824,0.0348542,0.046572164,-0.0045553213,-0.009170581,0.017142393,0.041597273,-0.018805685,-0.015853716,-0.015389194,0.022686698,-0.0128418105,-0.0006869507,-0.01989956,0.013973148,0.021233192,0.014797302,-0.0020023184,-0.016378177,-0.04183703,0.0018140742,0.0024443644,-0.015449132,-0.010519195,-0.040458445,-0.056581885,-0.03449457,-0.018775715,-0.013988133,-0.009073181,0.025249066,0.012137533,-0.016827716,-0.060537823,-0.06856957,0.0027478028,0.028620604,-0.002508049,-0.025443867,0.025309006,-0.009058196,0.037791185,0.040008906,0.033595495,-0.06964847,-0.009769965,-0.004027114,0.019240238,-0.0043118214,0.0026429105,0.013643486,-0.005188421,0.02357079,-0.038840108,0.010496719,-0.0023450914,0.035123926,0.009440304,-0.03263648,-0.033865217,0.0015377955,0.015336747,0.009350396,0.006297282,-0.017412117,-0.003345314,0.022357037,0.01225741,0.018550945,0.0036337678,0.009208042,0.0176219,0.016228331,0.010654057,-0.05439413,0.012729426,-0.014048071,0.049928717,-0.008773489,0.006510813,0.02487445,-0.011230964,-0.023705652,0.005660436,-0.0021521645,0.0067280894,0.012377287,-0.032786325,0.039619308,-0.0054431595,0.012264903,-0.0051022596,0.012886764,-0.037071925,-0.002139053,-0.008721042,-0.035453584,-0.00035799167,0.006443382,-0.00965758,0.040188722,-0.019704761,0.015838731,0.0034708101,0.01709744,0.022896484,0.011403288,0.0017541358,-0.028036203,0.036202814,-0.013381256,0.033565525,-0.07216588,0.025773527,-0.029429773,-0.011785395,0.019869592,-0.005637959,-0.00091780734,-0.02626802,-0.037821155,0.0022195952,0.026088204,0.055413086,-0.018850638,-0.0108188875,-0.014025594,-0.02145796,0.015329255,-0.016513038,0.007173882,0.016827716,0.0027103412,0.060837515,0.008676088,-0.023316052,0.018505992,0.002852695,-0.0075597353,0.021502914,-0.010976226,0.0054281745,-0.015201886,-0.008473797,0.00997975,-0.0038060907,-0.00699032,-0.017142393,0.04558318,0.008391381,0.029729465,0.00388476,-0.021562852,0.03833063,0.020528914,-0.023840513,0.0059863515,-0.003959683,0.0058439975,0.03224688,-0.035483554,0.04795075,-0.02649279,0.012669487,0.030538633,-0.009620119,0.05292564,0.009342904,0.0118003795,0.011598088,-0.004338044,-0.04684189,0.033205893,0.00024162683,0.02243196,-0.02437996,-0.019524945,0.017906608,0.013501133,-0.025443867,0.007600943,-0.05097764,-0.0022795338,0.014145471,0.020693745,-0.030253926,0.0575409,-0.0053457594,0.025114205,-0.036682323,-0.024005344,-0.0222971,0.005757836,-0.003101814,-0.003416491,0.0046115136,-0.014520086,0.037971,-0.01807144,-0.01534424,0.006128705,-0.019165315,0.019165315,0.009994734,0.00497489,0.023420945,0.020663776,-0.00007135249,-0.0073199817,0.012482179,0.0064283973,0.0065370356,0.021472946,-0.0038023447,-0.0076571354,-0.011013688,0.04477401,0.014744855,-0.000276747,-0.05670176,-0.033175923,0.010961242,-0.0033528062,0.008795965,-0.011987687,0.0071364203,-0.0034820486,-0.007791997,-0.011620564,0.019554915,0.008511258,-0.03221691,-0.009080674,0.000026252334,-0.0017204204,0.020993438,0.01748704,-0.0010320649,0.00742862,-0.010848857,0.021053376,-0.005016098,0.016647901,0.0054094438,0.006214867,-0.006810505,-0.008878381,-0.029504696,-0.007155151,-0.03146768,0.043005828,-0.0019760954,-0.032516602,-0.02613316,-0.018610885,-0.025473835,0.00526709,0.0015518436,0.0070465123,0.022941437,0.004648975,-0.03374534,0.0041694674,-0.04336546,0.028245987,0.033595495,-0.016587961,0.03344565,-0.009987242,0.012766887,0.0027459296,0.02168273,0.0037555178,-0.03068848,0.012107564,0.02526405,-0.03104811,-0.028500726,0.00033551478,0.034734324,0.0050310823,0.0045628133,0.011912764,-0.018026484,-0.0057728207,0.02165276,0.043874934,0.010743964,0.011725456,-0.02910011,0.03068848,0.02990928,-0.02993925,-0.005330775,0.0061099743,0.02226713,-0.053135425,0.007821966,-0.012721933,0.0098373955,-0.03689211,-0.00044274837,0.03149765,-0.02012433,0.011305887,-0.009687549,-0.01670784,0.016258301,0.0048550135,-0.0048662517,-0.011193503,-0.015314271,-0.014287825,-0.026552727,0.0075897044,0.012654503,0.034045033,0.01306658,-0.00842135,-0.004847521,-0.008706058,-0.008646119,-0.017307224,0.031977154,0.01342621,0.005933905,-0.0021072107,-0.012669487,0.00060453534,0.0029482218,0.0023488374,0.011463226,0.00013849056,0.04327555,0.017217316,0.021892514,-0.0018187569,0.0028433297,-0.0009501179,-0.005308298,-0.04867001,-0.0148647325,-0.00939535,0.019629838,0.025923373,0.0038922522,-0.010062165,-0.013268871,0.0078144735,-0.020948485,0.0010264458,0.0021072107,-0.011598088,0.0033490602,-0.00062841707,-0.0009271727,0.021398023,0.01631824,0.016333224,0.011950226,0.03791106,-0.01398064,0.004472906,0.02688239,-0.027286973,-0.011837841,0.017142393,-0.051577024,0.03188725,0.021802606,0.00072300737,-0.0052296286,-0.03185728,0.013321318,0.003416491,-0.00013053,0.027331928,0.007158897,0.0009407525,0.014227887,0.030838326,0.047351364,0.003809837,0.071866184,-0.010743964,0.000010075101,-0.015074517,0.019420054,-0.015434148,-0.015336747,0.03221691,0.002139053,-0.005840251,-0.01218998,-0.0029238719,-0.006866697,-0.024245098,0.027721526,-0.009477765,-0.00022746169,0.011538149,-0.027032236,-0.026762512,-0.0044616675,0.01007715,-0.010766442,-0.001305534,-0.03860035,-0.030238941,0.016213346,-0.0018702665,0.005390713,0.021158269,0.036202814,-0.01895553,0.0013074072,0.021697715,0.0020959722,0.013291349,-0.004278106,0.001587432,0.03257654,-0.029864326,-0.014212902,0.018026484,0.007971812,0.018625868,-0.015748825,0.0047276444,-0.019809654,0.019375099,-0.010099626,-0.06245585,-0.004997367,0.017726792,-0.0055218283,0.002931364,0.0007122372,-0.000614369,0.03140774,0.0174271,0.03185728,-0.012182487,-0.015276809,0.020109346,-0.027092174,0.021922484,-0.017756762,-0.0014169822,-0.016752793,-0.0089607965,0.0371918,0.012324841,-0.03572331,0.046482258,-0.010758949,0.018700792,0.0076046893,0.024320021,0.061137207,0.014280332,0.034045033,-0.01592864,-0.019090392,0.03904989,-0.024814513,0.03647254,-0.018760731,-0.014182933,0.025174143,0.013358779,-0.0041619753,0.03182731,-0.0029482218,-0.013471164,0.015823748,0.0054206825,-0.010129596,0.019944515,-0.012070103,-0.02473959,-0.002749676,-0.027152112,0.0030812102,0.014632471,-0.019884577,-0.0070390203,-0.000694443,-0.033925153,-0.05253604,0.004102037,-0.01150818,-0.0035363678,0.017277254,0.0036468792,0.0000057728794,0.018311193,0.028665558,0.00014902661,-0.0052071516,-0.013381256,-0.024784544,-0.033086017,-0.0032067064,0.015808763,-0.00083866983,-0.010916288,0.023630729,0.0043193134,0.00451786,-0.037491493,0.024065282,-0.022357037,0.005956382,-0.0018299954,0.017442085,-0.0065782433,0.03260651,0.0074398583,0.026297988,-0.013770856,-0.014272841,-0.0037068177,-0.04875992,0.014400209,0.020828607,0.005083529,0.031737402,-0.028500726,0.032067064,-0.030059125,-0.018356146,-0.0037498984,0.008706058,0.007956827,0.047381334,0.0057391054,-0.004529098,-0.03716183,0.024919406,0.0038341868,-0.015067024,-0.023301067,-0.0062523284,-0.026253035,-0.012602056,-0.03410497,0.025773527,-0.011695487,0.0066793896,0.00070146704,-0.0010002226,0.04453426,-0.009013242,-0.04105783,-0.019944515,-0.005338267,-0.0070240353,-0.011785395,0.0006106228,0.0375814,-0.008361412,0.003888506,-0.020843592,-0.029849341,-0.0185959,0.016438115,0.022027375,0.014003118,-0.009402842,-0.013006641,-0.032276846,-0.011965211,0.011747934,-0.012002672,-0.023256114,0.036023002,0.03010408,-0.008181596,-0.008308966,0.0042256596,-0.018341161,0.024859468,-0.004090798,-0.009260489,0.009470273,-0.002019176,0.0049786363,0.016003562,-0.020963468,0.0064770975,0.0060125743,-0.013778348,0.033086017,0.008174105,-0.023585774,0.055053454,-0.029219989,0.002556749,-0.013905717,0.034644417,0.061916403,-0.017741777,0.032306816,0.00013017879,0.011695487,-0.029699495,-0.006274805,0.026972296,0.037491493,-0.01475984,0.008114166,0.023241129,-0.0060462896,-0.021008423,-0.019989468,-0.020049406,0.0018159474,-0.008166612,-0.0058177747,0.0028433297,0.020004453,-0.012504657,-0.023316052,0.00997975,0.035843186,0.012407256,0.019195285,0.0069266357,0.018251253,0.0074098893,-0.016153408,0.0049636518,-0.00806172,0.013628502,-0.022836544,-0.024979344,-0.012444718,0.031347804,-0.0017288493,-0.0059938435,0.007503543,-0.006102482,-0.028156081,0.0038435522,0.043964844,-0.023810543,0.018760731,0.027916327,0.03137777,-0.005083529,-0.05100761,0.04875992,0.029055158,-0.0017485166,0.0383606,-0.029234972,0.0006064084,-0.015898671,0.025683621,-0.019300176,0.00910315,-0.0077845044,0.0047051674,-0.009402842,0.0028957757,-0.03638263,-0.0032591524,0.010474242,0.005682913,-0.0061549284,0.00020112155,-0.012654503,-0.0049074595,0.0059601283,0.0037236754,0.027391866,-0.027901342,0.012602056,-0.0045852903,0.0185959,-0.028905312,0.014947148,0.00052071514,0.019494977,0.03332577,-0.011403288,0.0049636518,0.023945406,0.0034614448,0.016722824,-0.02201239,-0.011395795,0.016078485,-0.008855904,0.0064059203,-0.0059938435,0.017681839,0.01915033,-0.00069022854,0.029070143,-0.0038341868,0.032306816,-0.012287379,0.02067876,0.019285193,0.045013767,0.028680542,-0.025368944,-0.01053418,0.012107564,0.034644417,0.007994289,0.02835088,-0.0029182527,0.041177705,0.019120362,0.049209457,-0.03722177,0.0030325102,0.02610319,-0.0014581898,-0.028440788,-0.015763808,0.006982828,0.02412522,-0.0006050036,-0.028425803,-0.0067280894,-0.016977562,0.008166612,-0.0043642675,0.008661104,0.026567712,0.04255629,0.015628947,0.029999187,-0.024499835,0.038810138,0.010579134,0.008503766,-0.041537337,-0.008623643,0.0067955204,-0.016003562,-0.04552324,-0.0036805947,-0.047800902,0.0005043257,-0.016513038,-0.0109237805,-0.0030156525,0.01329884,0.024589743,-0.02354082,0.03638263,-0.017861655,-0.00031163305,-0.05667179,-0.008174105,0.032127,-0.031167988,-0.033595495,0.04066823,0.012602056,0.021697715,0.030838326,0.010556657,0.05094767,0.02910011,-0.012392272,-0.012212456],"social":"https://twitter.com/0xDebabrata"},{"title":"b.","description":"briefedit is an ai-powered tool for creatives to generate project specs and mood boards in no time! ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=XjnRx41813E","youtube_transcript":"Hi. My name is Alberto, and with my friend, Sabi, we launched Brivet, an AI powered tool for creatives to generate the projects back and visual board. We bought work in advertising and we consumed and crafted plenty of creative briefs. So we decided to announce the process with some cool AI models. In this six weeks, we went from idea to market. And even if we aren't profitable yet, we are in touch with our twenty users that are playing around with brief edit and helping us finding the right balance between features and value. It has been so refreshing working on beef added with nuts and wickened taste. And even if the program is about to end. It's just a start for us. We thank you and keep building.","embedding":[0.0008693245,0.019850068,-0.010954471,-0.0237635,-0.02076163,-0.024109267,-0.021154545,0.074433826,-0.00934352,-0.0160938,0.037154045,-0.0718563,-0.003467475,-0.0868185,0.035991017,0.059157286,-0.040454533,-0.0315275,-0.04919296,0.01188175,0.028337032,0.0041452534,-0.015370836,0.056391165,0.014781463,-0.025633777,-0.031826116,0.0016011287,0.0027170074,-0.049538728,0.020934513,-0.03624248,-0.024172133,-0.006514531,-0.04218336,-0.0070960457,0.00079467066,-0.004860359,0.0061058993,0.04278059,-0.008589122,-0.025979541,0.06701559,0.03435649,-0.007744355,0.017665459,-0.01558301,0.028022699,0.012746164,0.03195185,-0.052650616,0.009972183,-0.006322003,0.020290133,0.018718472,-0.034922287,-0.008714856,0.007312149,-0.0075164647,0.010451539,0.016125232,0.0070803287,0.07770288,0.021877509,-0.024910813,-0.044698015,-0.05013596,0.042089056,0.0034439003,-0.006082325,0.029672943,0.044195082,-0.009241361,-0.0035382,-0.013814893,-0.055511035,-0.009304228,-0.0012632218,0.01992865,-0.057648495,-0.05337358,0.016140949,0.021044528,-0.0016748003,-0.03121317,-0.030364474,-0.0142706735,-0.00039635305,-0.05123612,-0.016518148,-0.039888732,0.026765373,-0.012196083,0.03385356,0.0653182,0.038411375,-0.02288337,0.018561305,0.05243058,0.006039104,0.010577273,0.013673443,0.03806561,0.012196083,-0.009791442,-0.009406386,0.07141624,-0.016266683,-0.016109517,0.004648185,-0.09851166,-0.029908692,0.0005844611,-0.029971559,-0.018608456,-0.009382811,0.009673568,-0.03611675,0.013351252,-0.06487813,-0.012478981,0.02978296,0.023904951,-0.020195832,-0.008164775,-0.020337282,-0.019410003,0.011418111,-0.008864163,-0.0479042,0.025429461,0.014922913,0.05114182,-0.03240763,-0.024910813,-0.010207932,-0.061294746,0.012510414,-0.045295246,0.028698513,0.029610077,-0.035676684,-0.0283056,-0.048910063,-0.08329798,-0.032721963,-0.032847695,0.010019333,-0.036462516,0.0070410375,-0.013414119,-0.027661217,-0.07116477,0.0015254926,0.02233329,-0.01059299,0.006062679,0.044635147,-0.025115129,-0.0023221278,0.020258699,0.031826116,-0.032910563,-0.012581139,-0.06349507,0.010938754,-0.03973157,-0.0035244478,-0.06764425,-0.017209679,-0.035582386,0.0020647685,-0.03135462,0.0029331108,0.039605834,-0.011150928,0.068461515,-0.06296071,0.021971809,-0.05007309,-0.04183759,0.0320933,-0.0139642,0.0019802917,-0.04366072,-0.013979916,-0.041806158,-0.004231695,0.009909317,-0.008777722,-0.002090308,0.03514232,0.014553573,0.034325056,0.03157465,-0.030050142,0.03630535,0.0068681547,0.011889609,0.019079953,-0.008659847,-0.012871896,0.032564797,-0.008644131,0.016486716,0.017398277,-0.010042909,0.0059448043,-0.03435649,-0.0017769582,0.050890356,-0.004813209,-0.0013398402,-0.00089093484,-0.053939376,-0.022018958,-0.014907196,0.084869646,-0.005913371,0.049507294,-0.0073907315,-0.026749656,0.018042658,-0.005984096,0.019410003,0.044635147,0.0237635,-0.03737408,0.0075400393,-0.0199758,0.03473369,0.021028813,0.0021433516,-0.01794836,-0.0056068976,0.026891105,0.03097742,0.007913309,0.042277656,0.0007828832,0.0148521885,-0.02552376,0.03680828,0.0075911186,0.015748035,0.032439064,-0.02150031,-0.03589672,-0.005913371,0.049633026,0.040265933,-0.04076886,0.024439314,0.036462516,0.04542098,0.0005021945,-0.045892477,0.005123612,0.024124984,-0.019174254,0.002885961,-0.027912684,-0.029264312,-0.01248684,-0.01747686,0.041994758,-0.0014508388,0.022349007,-0.0012465229,0.0047974926,-0.013115504,0.00046683216,0.020557314,0.0069388794,-0.0002497466,0.011410252,0.024816513,0.006408444,-0.011425969,0.012384682,-0.014946488,-0.01757116,-0.013909192,-0.006620618,-0.02021155,0.035173755,0.05783709,0.000072812065,-0.015150803,0.019252837,0.0097050015,-0.005017525,0.032753397,0.025303727,0.035865285,0.0031708244,0.03116602,-0.024266433,0.01826269,0.01317837,0.03677685,-0.034387924,0.012518273,0.009186354,-0.012313957,-0.00013874812,-0.03866284,0.015315828,-0.003897717,0.013437694,0.03426219,0.021751776,-0.005359361,-0.05918872,-0.067581385,0.008101908,0.042246222,-0.021343144,0.0069742417,0.00061147404,-0.02223899,-0.022914805,0.005760134,-0.01003505,-0.025649494,-0.04812423,0.035865285,0.0022199699,0.006954596,-0.024266433,0.035959583,-0.0058387173,-0.00094446953,-0.0118581755,-0.0030313395,-0.027441185,0.017759759,-0.024439314,0.023009105,0.008526256,-0.017429711,-0.05720843,-0.049790192,-0.028274165,0.055605333,-0.00035681596,0.04183759,-0.014325682,0.021390295,0.01285618,0.027849818,-0.02038443,0.030160157,-0.0159995,-0.021075962,0.0067070597,-0.005960521,-0.009736435,-0.027488336,-0.017241111,-0.018922787,0.054945238,0.02492653,0.03159037,-0.0088798795,-0.02478508,-0.024392165,0.014121366,0.03204615,-0.01673818,0.016408132,0.010168641,0.00007397853,0.03859997,-0.027378319,-0.006435948,0.034042157,0.003726799,0.0070213918,0.022317573,0.050293125,-0.0065538227,-0.052367717,-0.0080704745,-0.018168392,-0.0073042903,0.06368367,-0.023920666,-0.031543218,0.030553073,0.025916675,-0.04494948,-0.009500685,0.026183859,0.069341645,0.012478981,0.032281898,0.009925034,0.014553573,0.013044779,-0.0007475208,-0.040988896,-0.024439314,0.02524086,-0.017288262,0.038725704,0.0027896967,0.0077482844,0.0011581171,0.052053384,0.014309965,-0.07481102,0.039322935,-0.010192215,-0.007897592,-0.025288012,0.010137208,0.023794934,0.051581886,0.06764425,-0.01983435,-0.04758987,0.04758987,-0.022050392,0.00873843,0.01942572,0.056391165,-0.02492653,-0.028352749,-0.045483842,-0.021468878,0.030710239,0.022018958,0.007158912,-0.004966446,0.037688408,-0.026561055,0.04664687,0.0073082196,0.013712735,-0.04601821,-0.0061098286,-0.034387924,0.030254457,-0.08034327,-0.012361106,0.015795184,0.029390045,-0.03564525,-0.048910063,-0.012754022,-0.03564525,-0.023826368,0.05073319,-0.056296866,-0.008062616,0.04111463,0.008007608,0.03759411,0.030348757,0.012573281,0.023512036,-0.047181237,0.045452412,0.025413744,-0.0017415959,-0.052273415,0.036336783,-0.0066049015,-0.0486586,0.013304103,0.014537856,-0.027111137,0.00041427978,-0.05252488,-0.010710863,0.004239553,-0.012211799,-0.021798925,-0.03413646,-0.0018457184,-0.00080498465,-0.008809155,0.054756638,-0.026733939,0.054033674,-0.016313832,-0.0000013122748,-0.015551577,0.04406935,0.048941497,0.03907147,0.020698763,-0.02011725,0.0016296151,-0.04925583,0.01849844,-0.010781588,-0.0022396157,-0.013280528,0.013084071,0.028352749,-0.0070449663,0.061451912,0.035299487,-0.017901208,-0.013940625,-0.009508544,-0.008392665,0.013697018,-0.016848197,-0.0075675435,0.013704876,0.01604665,-0.009099912,0.01974005,-0.008534115,0.038977172,-0.0057326304,0.012054633,-0.0323762,0.011457402,-0.022034675,-0.011386678,0.00031998017,0.0024380377,-0.046929773,0.004636397,-0.05513384,-0.008204066,0.0086205555,-0.011433828,0.018309841,0.031983282,-0.05878009,-0.030411623,-0.019347137,-0.008824872,-0.02992441,-0.010522264,0.014207807,0.027755518,0.010349382,0.0046403264,-0.03718548,0.014412124,-0.019174254,-0.03080454,0.0023142695,0.027598351,0.03542522,-0.0064752395,0.035079453,0.004734626,0.054316573,0.0018349132,-0.014050641,-0.03375926,0.022993388,0.013744168,-0.0015775538,-0.006699201,-0.01484433,-0.0064241607,-0.0052414867,0.018294124,-0.00045406242,-0.00036860342,-0.0052454155,0.0071235495,-0.012235374,-0.034293626,0.0036796492,-0.034199324,0.026655355,0.014333541,0.0023555255,0.024659347,-0.04840713,0.020337282,-0.04564101,-0.017665459,-0.03140177,0.03787701,-0.012816888,-0.0041138204,-0.0121332165,-0.018922787,0.03916577,0.0061569787,-0.0059919544,-0.03592815,-0.026828239,0.013398402,-0.01604665,0.0025264437,0.015755892,0.014231382,-0.015779467,0.017052513,0.014970062,-0.017822625,-0.030443057,0.00072983967,-0.030207308,0.02288337,-0.0051589743,0.027802667,-0.0075400393,-0.012636147,0.028729947,0.013901333,-0.023229137,-0.038788572,0.0075478978,0.01364201,-0.008156916,-0.016360981,0.04661544,-0.053467877,-0.024313582,-0.042749155,0.011960333,0.02011725,0.007009604,0.013209803,0.0018869744,-0.029264312,-0.004840713,0.0057129846,0.015284395,0.022694772,-0.014184233,-0.0056108264,-0.05114182,-0.014223524,0.039448667,0.025775226,0.016298115,-0.006082325,0.0051275413,-0.004730697,0.024156416,-0.025052262,0.0052925656,-0.013453411,-0.02030585,0.048721462,-0.0094456775,0.014718597,-0.026671072,-0.022961954,0.042623423,-0.003931115,0.0108051635,0.03300486,-0.018278407,-0.0054025818,-0.0072021326,0.018702755,-0.0041727577,0.0018250903,-0.0050214543,-0.0066716974,-0.008612697,0.047464136,-0.010875888,0.017492577,0.004215978,0.011905326,0.0014714667,0.013830609,-0.015072221,-0.022961954,0.03463939,0.020164398,0.024486465,-0.04664687,0.053279277,0.021390295,-0.03611675,0.005673693,-0.023904951,-0.0005957574,0.0006163854,0.0036698263,0.020698763,0.00744574,0.02630959,-0.012966196,-0.013791317,0.037751276,0.010710863,-0.017303977,-0.0033594235,-0.019645752,-0.0077050636,0.014970062,-0.017602593,-0.06751852,-0.023056254,0.022176124,-0.017822625,-0.010970187,-0.0027268303,-0.00217282,0.006538106,0.033350628,0.0060744663,0.029987276,-0.02992441,0.014082075,-0.014632156,0.00836909,0.011551701,0.04111463,-0.028415615,0.021814642,-0.010333666,-0.030191591,-0.022616189,0.0048800046,-0.013822751,-0.034985155,0.00016367367,-0.0279284,0.03797131,-0.0026973616,0.009264937,-0.006695272,0.0019891323,0.019347137,0.01845129,-0.01771261,0.008400523,0.017413994,-0.022364724,-0.02344917,-0.0134612685,-0.034010723,-0.0052493447,-0.007312149,-0.0061766244,0.05082749,0.01239254,-0.0014832543,-0.002182643,0.06556966,-0.026042407,-0.0061569787,0.0059998124,0.017335411,-0.034230758,0.01914282,-0.030647373,0.041680425,0.019032804,0.012966196,0.0063652233,0.027441185,0.036399648,-0.018529873,0.015009354,0.034230758,0.0055715353,0.0041924035,0.045861043,0.024753647,0.05161332,0.00026006062,0.0045460267,-0.0279284,-0.019771485,-0.018089809,0.023606336,-0.041963324,0.0018221434,0.005834788,-0.012526131,0.011708868,0.04466658,0.012588997,-0.023480602,-0.021390295,-0.0046128226,-0.045798175,0.002534302,-0.01197605,-0.038631406,-0.011756018,0.011457402,0.00541044,-0.025900958,-0.034387924,0.035393786,0.03042734,0.004883934,-0.045326676,0.00536329,0.036871146,-0.0051589743,-0.033162028,-0.024675064,0.019441435,-0.022899088,-0.0066088308,0.018781338,0.06296071,-0.04183759,0.007602906,-0.010844455,0.0009041957,-0.020793064,0.012494698,-0.0020274415,-0.0010844455,0.009579268,-0.022411874,0.04300062,0.028729947,0.0045381687,-0.0052572032,-0.0243293,-0.019079953,0.056674063,0.002575558,-0.021956092,-0.0129269045,-0.006663839,-0.05371934,-0.0025441248,0.011724585,0.046301108,-0.0016639952,-0.0022317574,0.04076886,0.012864038,-0.010923038,-0.0067463513,0.016439565,-0.0102550825,0.0032533365,0.022600472,0.028494198,0.009225645,0.007579331,0.0035382,-0.0016581014,-0.003296557,-0.02214469,-0.012526131,-0.023684919,0.0041177496,-0.00037719842,-0.02076163,0.008211924,0.02621529,-0.04300062,0.01479718,-0.005889796,-0.0073907315,-0.008141199,0.018718472,0.020494448,0.023370586,-0.05368791,-0.009099912,-0.010050766,0.046049643,0.007453598,0.003436042,0.014875763,-0.047684167,0.002390888,0.030521639,0.033633526,-0.06852438,0.02876138,-0.027158286,-0.0020235125,0.017303977,-0.033507794,0.016769614,0.0029704375,-0.009217787,0.020683046,0.030914554,0.05956592,0.01918997,-0.0026128849,-0.022867655,-0.0066009727,-0.013390544,0.0013860078,0.01313122,0.013453411,-0.009870025,0.013366969,0.04102033,-0.014003492,0.025979541,-0.0031845763,-0.015284395,-0.029892975,-0.022521889,-0.046992637,0.009964325,0.014129224,-0.0016011287,0.021233128,0.018042658,-0.0023280215,0.032941997,-0.0064555937,-0.038757138,0.022081824,-0.00044792314,0.020965947,0.012227516,-0.047841333,0.0022297928,0.0011836565,0.0078268675,0.002944898,-0.058842953,0.048061367,0.010978046,-0.015307969,0.034513656,0.0048760753,0.019724334,-0.009649993,-0.0014783428,-0.0014695022,-0.02126456,0.0037935947,-0.007874018,-0.0025401956,-0.012313957,-0.015873767,-0.040926028,0.013799176,-0.034513656,-0.0043770736,0.030411623,-0.023574902,0.02164176,0.0014704845,0.028006984,-0.00873843,0.04240339,-0.020573031,0.026938254,-0.023464886,-0.005591181,-0.009500685,0.04957016,-0.003361388,0.041743293,0.0020195832,-0.0006605884,0.019347137,-0.0009817964,-0.018985655,0.00517862,0.002954721,-0.008958463,-0.019802917,-0.0070135333,0.040454533,0.012007483,0.0043259943,0.016753897,-0.005591181,0.0059369463,0.007225707,0.04152326,0.03690258,0.0400459,-0.0320933,-0.0058740797,-0.0200701,-0.0053436444,-0.041743293,0.008573406,0.048249967,-0.052399147,0.016470999,0.010954471,-0.0036796492,0.0064123734,-0.0020352998,-0.0016286328,0.025398027,0.02011725,-0.010852313,-0.019771485,-0.062269174,-0.004365286,0.014514281,0.015551577,0.011135212,-0.03212473,-0.016549582,0.0034871208,0.010042909,0.0010736403,-0.0006306286,-0.05054459,-0.012141074,-0.01077373,-0.031606086,0.055888236,-0.020777347,0.020180115,-0.021421727,-0.004176687,0.0062905694,-0.028054133,-0.03394786,-0.0064241607,-0.008290507,-0.0029527564,-0.0071431953,0.02709542,-0.026749656,0.008133342,-0.042686287,0.0323762,-0.014003492,0.03394786,-0.0020569102,-0.013421978,0.014372832,-0.007111762,-0.011111637,0.0074064485,-0.030364474,0.014577148,0.017901208,-0.020321565,-0.010152925,-0.015127229,0.0017376667,0.014074217,-0.020730197,-0.050418857,-0.0072767865,0.00892703,0.004832855,-0.002640389,0.02242759,0.004102033,0.041743293,0.018938504,0.015480852,-0.010616564,-0.007430023,-0.0007524323,0.03819134,-0.055228136,0.0075557563,0.0041256077,0.007685418,-0.0028014842,-0.011355245,0.028682796,0.019457152,-0.005591181,-0.0024616127,0.012864038,0.014592865,0.026341023,-0.021468878,-0.0064163026,-0.019865785,-0.027409753,-0.035268053,-0.016345264,0.008219782,-0.00039266946,0.012824747,0.009162778,-0.028871397,-0.022191841,0.017681176,0.01909567,0.00038677573,0.03916577,-0.010105775,0.010223649,-0.015528002,-0.008298365,-0.010160782,0.009610701,-0.007925096,0.011135212,0.010750155,0.035739552,0.010003617,-0.011150928,0.010388673,-0.014640014,0.01623525,-0.009398527,-0.005492952,0.004734626,-0.05271348,0.01687963,-0.013704876,-0.012007483,0.012691155,-0.008746289,0.004412436,0.02247474,0.004027379,-0.03416789,-0.003412467,0.012526131,0.004050954,0.02871423,-0.017916925,-0.018514156,0.0046756887,0.04400648,-0.026985405,0.009492828,0.029468628,-0.043063488,0.012722589,0.012864038,-0.0023712423,0.008942746,0.0063062864,0.02076163,0.011370961,0.0037680552,-0.022286141,0.007822938,0.012612573,0.025193712,0.0019557346,-0.0074614566,0.008958463,0.0140585,0.018749906,-0.008801296,0.09769439,-0.03416789,-0.0013486808,-0.043755017,0.00072738394,-0.01771261,-0.027614068,0.018765623,0.00869128,-0.00892703,-0.032250464,-0.030301606,0.020651614,0.0066166893,0.027991267,-0.025508044,0.009335661,-0.025555193,0.011999625,-0.04887863,-0.01738256,0.005382936,-0.015087937,-0.025319444,-0.025366595,0.0102393655,0.02640389,-0.028022699,0.026702505,0.02159461,0.027959833,0.004656043,0.015378694,0.023559185,0.028006984,-0.0324705,-0.0037523385,0.0040627415,0.01992865,-0.01974005,-0.01974005,-0.0036049953,0.02168891,0.025995258,0.016470999,-0.007870088,0.013830609,0.006145191,-0.02876138,-0.023134837,-0.03385356,0.023386303,0.008274791,0.028447049,0.010978046,-0.0016472962,-0.030553073,0.044603713,0.028588498,0.018309841,-0.011402395,0.0075871893,0.0041177496,0.026765373,0.00039979105,0.0077718594,-0.019205688,-0.002640389,0.014309965,0.015795184,0.0038859297,0.0032336907,0.028101282,0.0067070597,0.03611675,-0.007744355,0.0068838713,-0.017539727,0.030034425,-0.01442784,-0.050010227,-0.0056265434,-0.0065459646,-0.0011532056,-0.009681426,0.01849844,0.018812772,0.039637268,-0.0031649305,0.023543468,-0.0015863944,0.0046128226,0.017005362,0.03828564,-0.021767493,0.0057915677,0.00071166735,-0.0044163647,-0.02487938,-0.017461143,0.009178495,-0.00536329,-0.01859274,-0.028887114,-0.024517898,-0.015787326,-0.05997455,-0.009319944,0.016439565,0.041051764,0.03416789,0.015669452,-0.024816513,0.0064555937,0.023197703,-0.0015254926,0.012243233,0.012046775,-0.01540227,-0.013249095,0.025775226,0.0097050015,0.011025196,-0.016486716,-0.009351377,0.018231258,0.020180115,-0.05082749,0.014640014,0.019362852,-0.00073524227,0.010302232,0.005771922,-0.0041727577,-0.008003679,-0.021201694,-0.010828738,-0.01659673,-0.010278657,0.018325556,-0.0398573,-0.013359111,0.008942746,-0.008078333,0.00060165115,-0.050890356,0.009092053,0.014907196,-0.019708619,0.006699201,-0.003251372,-0.0037307283,0.03306773,0.017303977,0.0059212297,-0.0026895034,0.02183036,0.0019134962,0.0029488273,-0.011465261,0.0066166893,-0.015567293,-0.008101908,-0.019818634,0.05048172,-0.013351252,0.02880853,0.000094054034,0.011402395,-0.0002551492,0.007182487,-0.012785455,-0.045798175,-0.0009479075,0.015040787,-0.04573531,-0.00024679975,0.04664687,-0.011551701,-0.00233588,0.030898837,-0.023574902,0.0022356864,0.009233504,-0.026278157,-0.00055646594,0.007842584,-0.017791193,-0.030128725,-0.007842584,0.020635897,-0.013084071,-0.0015539789,0.028195582,0.025963824,0.028384183,-0.013060495,-0.01438069,-0.043063488,0.05406511,0.0056108264,0.010435823,-0.01692678,0.035865285,0.010883747,0.034890853,-0.020054383,-0.008573406,0.015645877,0.016392415,-0.0056619057,0.006581327,-0.026843956,0.007987962,0.009123487,-0.024675064,-0.0317161,0.010718722,0.05997455,-0.0012494698,0.04347212,-0.010262941,0.0020352998,-0.00873843,0.02280479,0.010946613,0.03306773,-0.00036712998,-0.019960083,0.0021885368,0.0321876,-0.009217787,0.0041177496,0.006141262,-0.0069506667,-0.005092179,-0.03778271,-0.02816415,0.016628165,-0.02076163,-0.0283056,-0.013626293,-0.0037935947,0.0026227077,0.005335786,0.032501932,-0.008966321,-0.012353249,-0.020258699,-0.01276188,-0.010231507,0.03885144,0.015920917,-0.008003679,-0.020635897,0.012816888,0.0064241607,-0.022537606,-0.025759509,0.01072658,-0.043534987,-0.016219532,0.037028313,-0.012714731,-0.010797305,0.034859423,0.0057640634,0.0077050636,-0.012785455,0.01849844,-0.013995633,-0.015504427,0.008997754,-0.026671072,-0.05359361,0.020007234,-0.017083945,0.008023325,-0.0061058993,-0.01359486,-0.012141074,-0.003310309,-0.035550952,-0.017979791,-0.009846451,0.02247474,-0.014498564,-0.021468878,0.007889734,-0.00032489162,0.011331669,0.010278657,0.023181986,0.03107172,0.0020647685,0.016423848,-0.02164176,0.023904951,-0.009068479,-0.01521367,0.010467256,-0.00065371237,0.0037955593,-0.0027130782,0.012196083,0.050198823,0.008997754,0.014718597,0.008243358,0.008706997,0.011347386,-0.028179865,0.016266683,-0.0043181363,0.022160407,-0.027519768,0.014050641,-0.027535485,-0.039291505,0.00065518584,0.008581264,0.01687963,0.029468628,-0.016423848,0.0029959772,0.022616189,-0.010451539,-0.0019832386,0.021704625,0.026325308,-0.025350878,-0.013241236,0.03394786,-0.012447548,0.0051275413,-0.029720092,-0.02654534,0.01868704,-0.0034340774,-0.00550081,-0.01794836,0.0061609074,0.014954346,-0.0043024197,0.017901208,0.01909567,-0.005752276,0.005748347,0.009563552,0.0047935634,0.048344266,0.05221055,0.03592815,0.027409753,-0.024612198,0.028148433,0.026875388,-0.0032945925,0.014050641,0.043032054,-0.048910063,-0.017366845,-0.012086066,-0.009257078,-0.00906062,0.022160407,-0.025272295,0.020290133,-0.027551202,-0.03624248,0.00035853498,-0.0029115004,0.02238044,-0.030820254,-0.028038416,-0.043314952,-0.043943617,0.019347137,-0.02030585,0.012431831,0.023967817,-0.001000951,0.022018958,-0.001345734,0.019630035,-0.005013596,-0.011999625,0.012416115,-0.0026443182],"social":"https://twitter.com/venalbe"},{"title":"musixspace","description":"a social media to match people having same taste in music","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=wDm-k7xrhPs","youtube_transcript":"Post up everyone. I'm a man, and I'm building music space. A social media app where you can find people having the same taste of music as you. You could tell a lot about a person by much how they play this. Let me quickly show you how it works. All you've got to do is go to b w w dot music skills dot com and log in to my smart spotify. It will now show you people talk all around the board and your common interests. You can go around. You can see what the people are on there. You can view data space. You can match with them. You can get your own customized percentage portion. You can see the common artist that you have. Like someone who has the same attention music, send them a song. Now all they gotta do is just accept the song. Go to their song request. Accept the song and that's it. Now you can just send messages. You can send even songs over here. You can send wipes and half past six weeks have been pretty insane filled with pop music ups and outs. We launched our early beta version in the last week of April, and we gained an initial set of users, launched our view to our product. And as well as we launched our squad communities, and we were able to convert around fifty percent of our people who were interested in trying our tabs. What would we do if we win the hundred k money, first of all, we'll get some helping hands that will help us build things fast? Next, we are focusing on our royalty program. We will record you with artist merchandise as well as concert tickets for sharing music on our platform. Also, we are thinking of opening up an artist's music space. Artis market based with know what you listen to. We know who both their true fans are, and we could form a communication channel so that they can then launch their early music, their merchandise directly to you. So, yeah, a a last part of hundred team would also be kept as investments that will help us when we are scaling, and a part of it would be used for doing campaigns like scoring campaigns. So please for me. The name is Aimee, and the project is music space.","embedding":[0.011689951,-0.0023977316,-0.0039154873,0.020796487,-0.021732975,-0.02620551,0.0021030607,0.015540852,-0.000014853372,0.0128444135,-0.005243524,-0.05228185,-0.013328804,-0.025527364,0.011625365,0.03736263,-0.028110778,-0.051377654,-0.013893926,-0.023977315,0.028788924,0.022653315,-0.043659706,0.045468096,-0.0060266214,-0.02633468,-0.036426146,0.046662923,-0.023412194,-0.004589597,0.0023775487,-0.030565022,-0.0067007313,0.022378828,-0.034004193,-0.019520925,-0.007770426,0.012658731,0.016727608,-0.03745951,-0.04001063,0.033035412,0.04960156,0.006741097,-0.04889112,0.015008023,-0.06652292,0.031113997,0.028692046,0.027335754,-0.077114925,0.00990578,-0.02452629,-0.002028384,0.013482194,-0.008153901,-0.0076533654,0.02528517,-0.02849829,0.0306619,0.026899803,0.013530633,0.030371265,-0.012876706,-0.015088755,0.015976803,0.0020586583,0.016396608,0.029241022,0.06345512,0.04072107,0.03269634,-0.0030879877,0.0025168108,-0.026366973,-0.037588682,-0.042981558,0.04275551,-0.0057359873,-0.017987024,0.018939657,-0.008065097,-0.016049461,0.015185633,-0.017793268,0.0038549388,-0.052604776,-0.033067703,-0.032938533,0.007665475,-0.034165654,0.047437947,-0.0014683078,0.04963385,0.03150151,-0.015597365,-0.024219511,0.025091413,0.022604877,0.04724419,0.015637731,-0.013135048,-0.013126975,-0.06558643,0.026496144,-0.025640389,0.012101682,0.012900926,-0.011286292,-0.038977265,-0.13756682,0.039235607,0.03448858,0.008218487,0.0009899725,-0.020408975,0.02836912,-0.04081795,-0.0064585363,-0.022782486,-0.04976302,0.052959997,0.0074474993,-0.015960658,0.028934242,-0.052733947,-0.020457413,-0.037653267,-0.033099998,-0.03280936,0.01724429,0.014095755,0.046081655,-0.03158224,-0.046307705,-0.012287365,-0.039461657,-0.0027347864,-0.027739413,-0.005061878,0.035974048,-0.03988146,-0.0015803231,-0.014370243,0.0077098776,-0.05363814,-0.036781363,0.015234072,-0.07227102,-0.004553268,0.040204387,-0.024962243,-0.051958922,-0.009251853,0.041625265,-0.013619438,-0.0016994023,0.040656485,-0.035747997,-0.021781413,0.015371316,-0.009187268,0.024429413,-0.0153632425,-0.015282511,0.034004193,-0.047405656,-0.055737168,-0.07608156,0.013207707,-0.051732875,-0.01950478,-0.034294825,0.042594045,0.0445639,-0.049536973,0.029531656,-0.05712575,-0.00070892525,-0.04252946,-0.013046243,-0.011100609,0.028433705,-0.01958551,-0.10566165,0.022201218,-0.014023096,-0.01910112,0.008339585,-0.024703901,0.020489706,0.041366924,0.037265755,0.023412194,-0.016549999,-0.07252936,0.052443314,0.030581169,0.032115072,0.017712535,-0.0056108534,0.009938072,-0.014523633,0.016598437,-0.03684595,0.020844925,0.00611139,0.027852437,-0.016921364,0.017857853,0.06897716,-0.026770633,0.025672682,-0.00993,-0.0392679,-0.028934242,-0.0366199,0.069687605,-0.019601658,0.015339023,0.00041021797,0.026237803,0.005166829,0.022023609,0.012004804,0.055252776,0.032066632,-0.018729756,0.038622048,0.020764194,0.025979461,0.02673834,-0.023040827,-0.00724567,-0.0063374387,-0.0056189266,-0.018439122,-0.04320761,0.0071326457,-0.028449852,0.013183487,-0.015516633,0.043433655,0.044951413,0.04262634,0.017002096,-0.03829912,-0.05554341,-0.0010989603,0.04288468,0.04889112,0.007548414,-0.02841756,0.029628534,0.014572072,-0.036296975,-0.026996681,0.058255997,0.014499414,-0.024655461,-0.025527364,-0.023266876,-0.054671507,0.016533852,-0.0044240975,0.029612388,0.03587717,0.019488633,0.022734048,0.00528389,-0.02987073,0.014047316,0.01533095,-0.0052233413,0.013788975,0.0119886575,0.021361608,0.011827194,-0.007374841,0.001503628,0.0011776737,-0.015242145,-0.003477518,0.0045169387,-0.0024118596,0.04152839,0.050634924,-0.002167646,-0.04046273,0.012053243,0.004864085,-0.044854533,0.0070398045,-0.019956877,0.0119644385,0.0030254205,0.04181902,-0.034811508,-0.04782546,0.017970877,0.030032193,-0.03555424,-0.0049932557,0.02069961,-0.016743755,0.01204517,-0.008028768,0.023686681,0.0033241278,-0.021167852,0.029095706,0.046921264,-0.0041374997,0.002670201,-0.04698585,-0.011568853,0.05047346,-0.021652242,-0.03552195,-0.011407389,-0.05793307,-0.04527434,-0.009518268,-0.021103267,0.05964458,-0.01431373,0.046307705,0.0039235605,-0.02951551,-0.05237873,0.044628486,-0.053864192,-0.004767207,0.0043070363,-0.017970877,-0.019763121,0.026899803,-0.0055583776,-0.0076896944,0.0120613165,-0.021232437,-0.046759803,-0.042303413,0.053412095,0.011092536,-0.013046243,-0.00021961545,-0.027997755,-0.0034189876,0.010293292,-0.009784683,-0.033681266,0.030209802,-0.028465997,0.031872876,-0.056705948,-0.0001824032,-0.084283896,-0.03259946,0.00018278162,-0.048503608,-0.0075040115,0.013595219,-0.041140877,-0.01107639,0.03816995,-0.043691996,-0.0016519724,0.010785756,-0.045500387,0.04459619,0.0077421702,0.001821509,-0.023718974,-0.023945022,-0.0012109756,0.049440093,0.037394926,-0.02475234,0.035909463,0.03820224,0.0127959745,-0.0055906703,-0.011915999,-0.017179705,0.031792145,0.03745951,-0.008036841,-0.03552195,0.0017700426,0.0061154263,-0.05140995,-0.0112055605,-0.005263707,0.04734107,0.0072254874,0.04672751,0.0352959,-0.014830413,-0.03256717,0.008262889,-0.049375508,-0.04914946,-0.015718462,-0.022249658,0.011907926,0.014362169,-0.005534158,0.0055987434,0.0023089268,0.030548876,-0.053702727,0.08034419,-0.00089713105,0.03997834,0.017002096,0.015080682,-0.018196926,0.03461775,0.04711502,-0.0101318285,-0.04385346,0.05444546,-0.026447706,0.048374437,-0.001435006,0.049536973,-0.0039316337,0.0041859387,-0.04249717,-0.0758878,0.00821445,0.0032171584,-0.0017327041,-0.02452629,-0.004912524,-0.020554291,0.043530535,0.035618827,0.019214146,-0.009356804,-0.000548471,-0.049084876,0.040172096,-0.007814828,0.00709228,-0.013280365,0.0060468046,-0.043272194,-0.0077018044,-0.011044097,-0.05312146,-0.02765868,0.008117572,-0.023815852,-0.0366199,0.019036535,0.028159218,-0.021829853,-0.002724695,-0.028756632,0.015766902,-0.017421901,0.010438609,-0.028530583,-0.040914826,-0.024413267,0.021684535,-0.009187268,-0.011593073,0.03326146,-0.02673834,0.04540351,0.019698536,-0.05179746,0.0053202193,-0.0018860943,0.031340048,0.024251804,-0.013530633,-0.0025874511,-0.024009608,-0.05108702,0.02938634,0.027303461,-0.02431639,-0.012101682,-0.030823363,-0.037653267,0.009712024,0.0129655115,0.037007414,0.05964458,-0.02082878,0.000713971,-0.06878341,-0.03142078,-0.027255023,0.0118433405,0.012666804,0.010196414,0.009800829,-0.0071366825,0.09758848,0.016517706,0.029725412,-0.057287216,-0.022314243,-0.005203158,0.045338925,-0.018471414,-0.0072819996,-0.013223853,0.023799706,0.002270579,0.006636146,-0.022669462,0.016711462,-0.020199072,-0.0019264602,-0.01711512,0.049246337,0.008791682,0.0057440605,-0.0068379752,0.009106536,-0.04469307,0.011641512,-0.016598437,-0.035747997,-0.010785756,-0.013135048,0.00809739,-0.019520925,-0.024235656,0.0030052376,0.010115682,-0.0472119,0.016089829,0.010922999,0.026140925,-0.0049004145,0.017906291,-0.0030940424,0.00067209144,0.014911145,-0.008936999,-0.010043024,0.013433755,-0.009332585,0.032082777,-0.015516633,0.043788876,-0.014572072,-0.008541414,-0.018116195,-0.014152267,-0.005663329,-0.0035098107,0.013272292,0.013417609,-0.0145074865,0.017486487,0.018891219,0.009389097,0.029983753,-0.004052731,-0.02426795,-0.0036369632,0.010753463,-0.01599295,-0.025753412,-0.004815646,-0.047179606,0.03649073,0.008597926,-0.0137001695,-0.022701755,0.0018709572,-0.00007013567,-0.025155999,0.0024179146,-0.006490829,0.0034391705,0.008896634,-0.005485719,-0.0419159,0.015758827,0.064262435,0.004545195,-0.0038791583,-0.030968681,0.008864341,0.03269634,-0.0009521295,0.025123706,-0.027755558,0.0058126827,0.0153632425,0.009413317,0.009154975,0.006959073,-0.03649073,-0.0022645243,-0.01573461,0.030613462,-0.016921364,0.015452048,0.0030859692,0.0073183286,-0.011625365,0.020877218,-0.02788473,-0.0017347224,-0.033293754,0.017615657,-0.05057034,-0.001082814,0.0021373718,-0.011802975,-0.019052682,-0.040365852,0.021377755,0.03445629,0.012763682,0.02457473,0.013393389,-0.007923816,0.011286292,0.04262634,0.06154985,0.0094456095,0.031566095,0.011609219,-0.033164583,-0.0051345364,0.008460682,0.033875022,0.0030657863,-0.02974156,0.019714681,-0.0266899,0.028869657,-0.014822341,0.008936999,-0.017987024,0.00095364323,0.025834145,0.020312097,-0.032583315,-0.013183487,-0.0056673656,0.04081795,-0.0060185483,0.017405754,-0.0042464873,-0.049246337,-0.01764795,0.007499975,0.011746462,-0.041366924,0.0525079,0.0064060604,-0.023056975,-0.0010979512,0.04023668,-0.009590927,0.030968681,0.022911657,0.046888974,-0.017680243,-0.0073183286,-0.0001748346,-0.009195341,0.034520876,-0.013684023,-0.017454194,-0.03613551,0.036458436,0.01056778,-0.022249658,0.011899853,-0.012973584,-0.038557462,-0.006341475,0.0067935726,0.022120487,0.0035481583,0.019650096,-0.024429413,-0.006345512,0.038363706,0.020215219,-0.0062284507,0.032050487,-0.020796487,-0.030080631,-0.008283072,-0.011948292,-0.048148386,-0.01517756,0.04695356,-0.008460682,-0.0011019878,-0.028595168,0.019537073,0.007483829,0.011278219,0.03188902,0.015653877,-0.030500436,-0.01237617,-0.0017034389,0.03988146,0.0007366768,-0.007334475,0.014023096,-0.047179606,0.018471414,0.023670536,-0.03335834,0.00007574904,-0.038622048,-0.02770712,0.01963395,-0.019730829,-0.012190487,0.015403609,-0.027287316,-0.02294395,0.013030097,0.019068828,0.024849217,0.0024179146,-0.015104901,0.00821445,-0.026835218,-0.00429089,-0.045920193,-0.027836291,0.004827756,0.035586536,0.0031404633,0.019908438,-0.005925707,-0.0020132468,0.019520925,0.009203414,-0.04876195,0.0054534264,-0.027351901,0.018439122,0.013466048,0.017373461,0.00048338107,-0.006535231,-0.0018679297,-0.019730829,-0.005138573,0.021991316,0.013215779,0.041043997,-0.016711462,-0.004710695,0.0164289,0.01764795,0.034294825,0.03745951,0.02788473,-0.019666243,0.013570999,-0.0328578,0.022895511,0.012069389,0.012448829,-0.0560278,0.0102287065,-0.007822902,0.019601658,0.0018618748,-0.0053282925,0.002656073,-0.015258292,0.01756722,0.007112463,-0.037427217,0.0025208474,0.0014602346,-0.03163068,-0.012004804,-0.0068743043,0.029725412,-0.01303817,-0.017599512,0.006789536,-0.0067007313,0.015976803,-0.056318436,-0.03432712,0.0120128775,-0.009356804,-0.0002471147,-0.014991877,0.0036046705,0.008977366,0.017018242,0.014701243,0.036200095,-0.0200699,0.001738759,-0.028805071,-0.030387413,0.0009596981,-0.0057844264,0.015831487,0.008565634,0.02625395,-0.0070963167,0.014886926,-0.032228094,0.05974146,-0.006777426,-0.035747997,0.002579378,0.022621023,0.01861673,-0.011641512,0.0498599,0.025947168,0.016517706,0.0055422313,0.0076896944,0.011689951,-0.01571039,0.026270095,0.040268973,-0.00837995,-0.018116195,-0.009542488,0.001752887,-0.03816995,0.0030577132,-0.019262584,-0.011924072,0.01716356,0.0027226766,0.01950478,-0.003600634,0.013966585,0.0053363657,0.013611365,-0.020844925,0.041334633,-0.033939607,0.0015490395,0.019956877,0.02355751,-0.009211487,-0.011754536,0.029241022,-0.037524097,0.008743243,0.0014501432,0.010793828,0.03736263,-0.014079609,0.023622096,0.019036535,0.02969312,0.0306619,-0.015008023,0.03804078,-0.0111571215,-0.011722243,0.009518268,0.01769639,-0.04420868,0.0065998165,-0.021038681,0.0021898474,0.010503194,-0.032018192,-0.0021696645,-0.008920853,-0.03503756,0.030726485,0.0057077315,0.058159117,-0.029580096,0.0062768897,-0.034294825,-0.025882583,-0.010995658,0.005457463,-0.03842829,0.044014923,-0.009211487,0.029967608,-0.0018275639,-0.012763682,-0.014475194,0.0043231826,-0.015952583,0.0059297434,-0.038460582,0.015008023,-0.042206533,-0.001172628,-0.030984826,-0.000014348799,0.018439122,-0.03017751,0.05615697,-0.020328242,-0.026915949,-0.018875072,0.0060871704,0.029241022,0.0137001695,-0.02501068,-0.022960097,0.024994535,0.011584999,-0.0056673656,0.022136632,0.02709356,0.0070761335,0.010527414,0.042174242,0.02704512,-0.006155792,0.001206939,0.013570999,-0.0027690975,0.009050024,0.003725768,0.00039482847,0.00611139,0.0044725365,-0.029079558,0.03142078,-0.0021514997,0.02638312,-0.00026338716,0.038363706,-0.024558583,0.031291608,-0.000070072594,0.0027408414,-0.026027901,0.012489194,-0.026770633,0.0339719,-0.08002126,0.0026116706,-0.022443414,0.015371316,0.032454144,0.0036127437,0.02814307,-0.022475706,0.024994535,0.006381841,-0.018083902,-0.013966585,-0.002579378,-0.034294825,-0.018697463,0.029418632,0.0366199,-0.010769609,0.020053755,0.007734097,0.025155999,-0.02722273,-0.01937561,0.025091413,0.014378316,-0.008872414,-0.0005837911,0.0067451335,-0.002981018,-0.0034129326,-0.029014973,0.016614584,-0.014160341,-0.030032193,0.017211998,0.018649023,-0.0003156105,0.015129121,-0.0010192377,-0.026011754,-0.00059993746,-0.004189975,-0.019068828,0.00069782464,-0.044370145,-0.009776609,0.019068828,0.019763121,-0.025495071,-0.017195852,-0.0573518,0.04311073,-0.03807307,0.00035950835,-0.0077300603,-0.022072047,-0.003697512,-0.0026520365,0.009001585,-0.014362169,0.011463902,0.020408975,-0.021087121,-0.047728583,-0.020748047,-0.005057841,-0.04459619,0.025317462,0.022007462,0.01599295,-0.047986925,-0.029725412,-0.028562875,0.022847071,-0.013643658,0.0073102554,0.025252877,-0.024994535,0.016162487,-0.0045007924,0.0010343749,0.022556437,0.01515334,0.034682337,-0.008242707,0.0016539907,-0.023347609,-0.031033266,-0.012255073,-0.00085525145,0.022814779,-0.0032050486,0.0025168108,-0.012553779,-0.036038633,0.01533095,0.008061061,0.017082827,0.033164583,0.0072133774,-0.0006145701,-0.02660917,-0.0015086737,-0.01138317,-0.012497268,-0.016614584,0.012303512,-0.037265755,0.014321804,-0.014919219,0.0057965363,0.0017942621,0.0034936643,0.024284096,-0.0044604265,-0.021410048,0.019520925,0.03188902,0.018439122,0.022653315,-0.035005268,-0.011019877,-0.005215268,0.012230853,0.005061878,0.016097901,-0.0015470212,-0.0026580913,-0.003166701,0.016509634,0.0016933475,-0.027803998,0.020166779,0.004872158,0.017583365,0.031113997,-0.018713608,-0.005691585,-0.0015006005,-0.0073788776,0.018164633,0.017906291,-0.0037479692,0.006676512,0.018778194,0.02793317,0.0074636457,0.012594146,0.0046743657,-0.0020243474,-0.0031687194,-0.0144590475,-0.031340048,-0.0017427956,-0.029176436,0.003663201,0.04139922,-0.015847633,0.013030097,-0.005392878,-0.012674877,-0.0034452253,-0.020037608,0.00888856,0.024025755,-0.013514487,0.018939657,-0.0002916433,-0.010309438,0.025785705,0.03445629,-0.00022541804,-0.0019859998,0.0012997804,0.015799195,-0.020408975,0.02161995,0.009833122,-0.05903102,-0.015516633,-0.016776048,0.0019859998,0.01910112,-0.0045169387,0.020683462,0.0019748993,-0.015855705,0.042949267,-0.022734048,0.009154975,0.005731951,0.012941292,-0.0067935726,0.018439122,0.10372409,-0.0014360151,0.013918146,-0.047050435,0.03322917,0.008832049,-0.009332585,0.013126975,-0.01240039,-0.00020334298,-0.0058813044,-0.023589803,0.017276583,-0.00022037231,-0.0056512193,-0.009816975,-0.023654388,-0.0027489145,0.014023096,-0.024639316,0.009074244,0.022168925,0.006333402,0.008044914,-0.009833122,-0.03513444,0.005235451,-0.006575597,-0.014822341,-0.014249145,0.010713097,0.03697512,0.020796487,0.018358389,0.009881561,0.014749682,-0.041011706,-0.0129170725,0.024219511,-0.010164121,0.02082878,-0.004856012,0.01451556,-0.008985438,0.023783559,-0.024865365,-0.023977315,-0.0043110726,-0.004347402,-0.049472388,-0.030871803,0.019359462,0.03335834,0.03791161,0.029676974,-0.014434828,0.022927804,0.035328194,0.0146285845,-0.014410608,-0.001242259,0.010866487,-0.027836291,0.019230291,-0.027400339,-0.009413317,-0.007782536,-0.00093396485,0.0044160243,0.005731951,-0.025527364,0.03736263,0.008089316,-0.023056975,0.005691585,-0.011770682,-0.0029850546,-0.023622096,0.019876145,-0.0043756585,0.002339201,0.011819121,0.010592,0.026140925,-0.021603804,0.029144144,0.01484656,0.036555316,0.00395989,0.047567118,-0.006769353,0.0035663228,0.025349755,0.008444536,0.0024966279,0.008355731,-0.037879314,-0.0003736364,0.015072608,-0.042368,0.011827194,0.018632878,-0.0005989283,0.001670137,-0.014927291,-0.0059216702,-0.038977265,0.032438,0.009041951,-0.007887487,0.005069951,0.022411121,0.0029406522,-0.01135895,0.028159218,0.007939963,-0.0035905424,-0.0025894693,0.012214706,-0.020392828,0.04249717,-0.001800317,-0.010188341,-0.014087682,0.0025208474,0.026157072,0.011528487,-0.025446633,0.004181902,0.028756632,0.00010129306,0.014152267,0.014354097,0.006361658,-0.0070357677,0.03184058,0.0030234023,-0.030548876,-0.0014198688,0.012392316,-0.05224956,0.019424047,0.011576926,-0.028030047,-0.002456262,-0.023299169,0.014289511,0.0040870425,-0.008036841,0.0022665425,-0.015129121,0.009195341,0.0057844264,0.00790767,0.0052798535,0.0053848047,0.0005711768,-0.012246999,-0.04640458,0.024687754,0.027852437,-0.017082827,0.015516633,-0.036587607,0.021248585,0.0018891218,-0.0032252315,0.01751878,0.0065513775,-0.023654388,0.016921364,-0.028126925,-0.059321653,0.012610292,0.01041439,0.009179194,0.005731951,0.01756722,-0.03888039,-0.0146043645,0.0026379083,-0.0028377194,0.0082507795,-0.029919168,0.010099536,0.009389097,0.024913803,-0.0026157072,0.0044523533,-0.0072133774,-0.0040951157,0.0067491704,-0.016073681,0.026399266,0.034391705,-0.02501068,-0.0014188597,-0.0013280365,-0.036684487,0.009784683,-0.021781413,-0.01499995,0.0020869144,0.010365951,0.002863957,0.011584999,-0.045564972,0.00742328,0.033584386,0.011140975,0.0058328654,-0.010333658,-0.02396117,0.01186756,0.0044039143,0.0075120847,-0.008222524,0.042561755,0.021474633,-0.008234633,0.030242095,0.00394778,0.009695877,-0.047728583,-0.04566185,0.013239999,-0.009744316,-0.01156078,-0.0022322317,-0.026011754,0.038266826,-0.022669462,-0.005953963,0.018342244,-0.019036535,0.026027901,0.011633438,-0.04672751,-0.037265755,-0.0057965363,0.022185072,-0.018762048,0.010043024,0.0061234995,-0.0031646828,0.005344439,-0.008832049,0.012206634,-0.014168413,0.007532268,-0.004379695,0.004327219,-0.014249145,-0.013433755,0.002599561,0.021813706,0.02452629,-0.03119473,0.007160902,0.013869707,-0.039364778,0.012263145,0.010785756,-0.01884278,-0.009494049,0.041754436,0.01319156,-0.01204517,-0.026496144,0.0075564873,0.010769609,-0.01592029,0.020505853,0.019391755,-0.020166779,0.0026621278,0.032664046,0.014402536,-0.019197999,-0.026157072,-0.032438,-0.010099536,0.0092276335,-0.0012129939,-0.0057642437,-0.013143121,-0.0018437102,0.010051097,0.010139902,-0.0014461066,0.03247029,-0.010341731,-0.03820224,0.042174242,0.00791978,0.01135895,-0.0015349115,0.002767079,0.02276634,-0.033810437,0.013756682,0.023880437,-0.016315877,0.00875939,0.015290584,0.007968219,-0.007112463,0.033035412,0.0006650274,0.02528517,0.016582292,-0.024671609,-0.022879364,-0.015129121,-0.0006009466,0.016889071,-0.01703439,-0.022378828,-0.04333678,0.021426193,-0.0022725975,-0.0073385118,0.021151707,0.02325073,0.037039705,-0.01629973,-0.0036107253,-0.017050534,0.019892292,0.0018154541,0.01698595,0.008920853,0.04627541,-0.013643658,0.031485364,-0.03600634,-0.0480838,0.0092276335,0.01902039,-0.018649023,0.030500436,-0.012335804,0.00069984293,0.010277146,-0.0062324875,0.034036484,0.0062889997,0.004091079,-0.011245926,-0.01270717,0.024284096,0.03962312,0.023831999,0.03043585,-0.02806234,0.03159839,0.0016681188,0.0050457316,-0.0335198,0.0041253897,-0.0054937922,-0.020618876,-0.0039275973,0.0280139,-0.04407951,-0.009284146,-0.026706047,0.010317512,0.0076614385,-0.045242045,0.006967146,-0.0030153291,0.0405919,-0.04504829,-0.043562826,-0.05770702,-0.0073102554,0.032841656,-0.021975169,-0.012069389,0.0049084877,0.0060064388,0.005675439,0.0118917795,0.018729756,0.00543728,-0.0025652498,0.032308828,-0.012004804],"social":"https://twitter.com/neuronandchords"},{"title":"dots per inch","description":"a newsletter on photography and digital culture","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=PB7lgYCvLL0","youtube_transcript":"Name is Falcon. I'm working on dots per inch and newsletter for photography and digital culture. It is a subset news data. And what I do is I approach photographers and industry experts who have worked with AI image generation, and I asked them what they think the future of photography will be. So far, I've done three interviews. One with a documentary photographer, one with actor, and one with a collage artist. I started with zero subscribers and no platform. And I'm really happy where I stand so far. I have two hundred eighty subscribers from twenty nine countries now. I got picked up by more established writers who quoted my content I got recommended by another substrate writer, which brought me a lot of new subscriptions. And I'm very much looking forward to the next weeks and just diving deeper into the topics because I feel Everyone in the photography industry knows that AI will change everything, but nobody knows how. And I'm trying to find some answers. And if you like, I would be happy if you join me.","embedding":[0.04113969,-0.048429146,-0.015242933,0.014195258,0.007071806,-0.025896754,-0.03818849,0.057695903,-0.018799126,0.0068357103,-0.010926807,-0.03606363,-0.034765102,-0.04907841,-0.015921708,0.07141897,-0.03237463,-0.020717403,0.017441574,0.029290631,-0.0057105664,-0.042880893,0.0342634,0.015670856,0.012631124,-0.04698306,-0.03325999,0.035473388,-0.010137362,-0.0044784416,0.022133978,-0.013435325,-0.06893996,0.0023498908,-0.02110106,0.009045419,-0.0014414754,0.013767335,-0.009547123,0.023875184,-0.0038992693,-0.016526705,0.044297468,-0.00091394887,-0.04308748,-0.013081181,-0.01863681,-0.015862685,0.023993233,0.02282751,-0.03458803,-0.0144534875,-0.0030674005,0.028479053,0.001832509,0.017500598,-0.008093658,0.007060739,0.00063358515,0.02051082,0.043353084,-0.042998943,0.068998985,-0.021706054,-0.030220259,0.006389342,-0.0131180715,0.016939871,-0.012461429,-0.020186188,0.089303225,0.022193002,0.033466574,-0.027947837,-0.029069291,-0.04119871,-0.017205479,0.008706031,-0.011480156,-0.0011897014,0.012321248,0.0335256,-0.017323527,-0.017810475,-0.04370723,-0.033466574,0.002562008,-0.06746437,-0.07856087,-0.0007262712,-0.026206631,0.01885815,-0.007547687,0.004323504,0.046835497,-0.022193002,0.0059355954,0.08334181,0.018799126,0.022443853,-0.037598252,-0.015582321,0.0076657343,-0.052059118,0.046038676,0.0063561406,0.03399779,-0.007123452,0.047248665,-0.009259381,-0.15735783,-0.022665193,-0.020230455,-0.0034621232,-0.042349678,-0.010963697,0.008484691,0.03219756,-0.0135607505,-0.009488098,-0.0475733,0.004065274,0.031666346,0.027844545,0.015287201,-0.039870672,-0.059023943,-0.05297399,-0.0141141005,-0.036329236,0.074311145,-0.008824079,0.012513076,-0.06616584,-0.0068061985,-0.037863858,0.037952393,-0.012940999,-0.02529176,-0.024716277,0.04013628,0.025085175,0.017190723,0.0014460866,0.02433262,-0.031784393,-0.04775037,0.04326455,0.010875162,-0.009060175,0.012992646,0.014763364,-0.018799126,0.037421178,0.0020787495,0.022399586,0.024804812,0.055157874,-0.057784438,0.015316713,-0.009318405,0.008278108,-0.026973942,0.004792006,-0.034676567,0.026029559,-0.0473372,-0.078029655,-0.0446221,-0.028065884,-0.05686957,0.0039435374,0.025055664,-0.0066770837,0.0024347375,-0.0083592655,0.054538123,0.004279236,-0.025498344,-0.034499492,-0.030338306,0.03606363,-0.048694752,-0.034499492,-0.0039472263,-0.021794591,-0.010137362,-0.02763796,-0.006334007,0.0020068141,0.029246364,0.03753923,0.007189854,0.0076878686,0.028257713,-0.034647055,0.053269107,0.006500012,0.006964825,0.006979581,0.014291172,0.02411128,0.013789468,0.05987979,0.014246904,0.01040297,0.02495237,0.0016997051,-0.037155572,-0.028124908,0.06581169,0.021794591,0.016969383,0.034322422,-0.072363354,-0.004076341,-0.058669798,-0.023506286,-0.020599356,0.03293536,0.009916022,0.02529176,0.028892219,-0.002076905,0.02371287,-0.00082172395,0.052590333,-0.024494937,-0.009060175,-0.015833173,0.021381423,0.02664931,-0.037067037,-0.036742404,-0.014121478,-0.04718964,0.0021599075,-0.008905238,0.0030563334,0.01757438,0.006957447,-0.024908103,0.05492178,0.04884231,-0.017530112,0.031164642,-0.031105617,-0.030485867,-0.013022157,0.02914307,0.055128362,0.022193002,-0.015936464,0.04249724,0.024081768,-0.0022964003,-0.011214549,0.006496323,-0.015906952,0.011657229,0.009790597,0.021455202,0.0032684507,-0.0012247468,-0.006787753,0.019935336,-0.031813905,0.007551376,-0.0009227102,-0.052767403,-0.036919475,-0.00852896,0.0034381447,-0.009074931,-0.03653582,-0.0010725757,-0.0014396309,-0.022266783,0.024494937,-0.014704339,-0.002080594,0.0031596255,-0.029172583,-0.014637938,-0.010675956,0.0028368381,0.002602587,-0.0285971,-0.006843088,-0.021558495,0.03753923,-0.079918414,0.023166897,0.041464318,-0.005850748,-0.027077233,0.015390493,0.032581218,-0.009384807,0.009111821,-0.002991776,-0.06947118,0.033879742,-0.0082485955,-0.03774581,-0.006105289,0.003939848,0.042113584,-0.018902417,-0.06439512,0.0057105664,0.020864964,-0.019802533,-0.027623205,-0.03098757,0.03621119,0.02036326,-0.001343717,-0.004799384,-0.031164642,-0.019758265,-0.030087454,-0.0045817336,-0.03084001,-0.045979653,-0.041110177,0.06657901,0.020304237,0.009473342,-0.041523345,0.015715124,-0.0018767769,-0.019418877,-0.010845649,-0.011893325,-0.020112408,-0.027446134,-0.031636834,0.016511949,0.030603914,-0.050022792,-0.02337348,-0.02425884,0.006156935,-0.011037477,0.052324723,-0.015641345,0.020009117,0.0054597147,0.008477313,0.0065774806,0.024716277,0.03190244,0.0034971687,-0.030116966,0.01974351,-0.00046296904,-0.04054945,-0.04583209,-0.0313122,-0.050465472,0.0114580225,0.025129443,0.06374586,-0.04296943,-0.026900161,-0.032256585,0.00624916,0.036329236,0.0048436522,0.02650175,-0.021883126,0.044120397,0.005149839,-0.01705792,-0.003454745,0.054597147,-0.024450667,-0.02914307,0.02400799,0.054715194,0.0044231066,-0.018651566,-0.0475733,-0.0327878,0.032581218,-0.0118343,-0.046333794,-0.06982532,-0.002069527,0.04249724,-0.037834346,-0.035384852,0.010262788,-0.042556264,0.034676567,-0.028464297,0.025660658,0.014195258,-0.0018122195,0.010823515,0.00782805,0.0147781195,0.0048288964,0.045566484,0.015965976,-0.002510362,0.011974482,0.009790597,0.018651566,0.002462405,-0.10299678,0.0685268,0.0017476621,-0.07035654,0.032079514,0.024022745,0.016703775,0.005979863,0.033200968,-0.012461429,-0.020894475,0.038749218,0.012247468,0.039988723,0.024140792,0.02926112,0.001462687,0.021499472,-0.06368683,-0.034351934,0.006330318,0.04538941,-0.033319015,-0.0064040977,-0.037037525,-0.004913743,0.0011924681,0.02418506,0.0031135129,0.034174863,0.017559623,-0.044061374,-0.030780986,-0.0069279354,-0.0038365563,0.015272445,0.009856998,-0.04205456,-0.055866163,-0.04716013,-0.04642233,-0.008536338,0.034529008,-0.016526705,-0.020333748,0.04417942,-0.024568716,0.03984116,-0.00889786,-0.046068188,0.001743973,-0.035001196,0.004002561,0.022370074,-0.020938743,-0.04969816,0.025896754,-0.03367316,-0.032433655,0.008971639,0.028124908,0.0018380424,0.033437062,-0.05105571,-0.015803661,0.0011472779,-0.011487535,-0.05704664,0.0022742662,-0.018651566,-0.039782137,0.026118094,0.02539505,-0.022724219,0.026029559,-0.028095396,-0.007879696,0.003628128,-0.012572099,-0.008152682,0.028803684,0.036181677,-0.018474493,0.009074931,-0.017441574,-0.02892173,-0.025026152,-0.0044046617,-0.023063606,0.029334899,-0.021307644,-0.034647055,0.041818462,0.00088120904,-0.024421155,-0.017736694,0.00015689763,-0.04654038,0.009635659,-0.020496065,0.024244085,0.0020824384,0.028213445,-0.0064815665,0.0027224794,0.017618647,0.023993233,0.004139054,-0.011701496,-0.007296835,-0.022414342,-0.043766253,-0.0135607505,0.016069269,0.0012837708,-0.028788928,-0.02980709,-0.037008014,0.039162386,0.010948941,-0.02198642,-0.010115228,-0.028862707,-0.04267431,0.011819544,0.0058286143,-0.0163939,-0.035384852,0.007193543,-0.0074665286,0.00089135376,0.027401865,0.028847951,-0.004131676,0.013309899,-0.02006814,-0.017367795,-0.0076804906,0.030220259,0.022960313,0.012734416,0.038277026,-0.006256538,-0.0145567795,-0.00014444726,0.0121220425,-0.004061585,0.015420005,0.00035160748,0.010410348,-0.019713996,-0.0008374022,0.030426843,0.027062478,0.06634291,0.019950092,-0.04223163,0.014497756,0.0138927605,-0.009620902,-0.027962593,-0.0029050848,-0.040165793,0.035001196,-0.015818417,-0.006083155,-0.0050022793,-0.009163467,0.0082485955,-0.018725345,0.0045485324,-0.015995488,0.04718964,0.0065405904,0.025468832,-0.023107873,-0.00017303698,0.03517827,-0.012077774,0.031341713,0.0011721787,-0.03249268,-0.0040136282,0.010727601,0.011369487,0.009074931,-0.018666321,0.04119871,0.04285138,0.024096524,0.024716277,-0.026014803,-0.022045443,0.000388728,0.010860405,0.0038439343,-0.008647008,0.0426448,-0.01194497,-0.0076878686,-0.019374609,-0.030057942,-0.01745633,0.0067766863,-0.0033330081,0.0044046617,0.0037683097,0.026973942,0.010816137,-0.021897882,-0.02172081,-0.031695858,0.019787777,-0.007097629,0.0090232855,-0.007304213,-0.026206631,0.02164703,0.008314998,-0.009429075,0.0076731127,0.02036326,0.013154961,-0.025763951,0.005319533,0.010616932,-0.019227048,0.013730445,0.003165159,0.015464273,0.0035709485,0.012520454,-0.0105726635,0.01962546,-0.020156676,-0.0048436522,0.01878437,-0.0023664911,-0.023580065,-0.015242933,-0.013700932,-0.0011371331,-0.011103879,0.0023332902,0.026826382,-0.005098193,-0.020082897,-0.016925115,0.00073964376,-0.01896144,0.033466574,-0.034647055,-0.02819869,0.0155528085,-0.00085907505,0.0045964895,-0.003925092,-0.05270838,0.0045485324,-0.019049978,0.0074997297,-0.006031509,0.003220494,-0.016718531,0.014564157,0.015980732,-0.022576658,0.074842356,0.012874598,-0.002598898,0.0076436005,-0.02344726,-0.017013652,0.00365764,-0.009709438,-0.000020837066,-0.008374021,0.036948986,-0.0067213513,-0.039959207,0.0013409501,-0.011996617,-0.027815033,-0.028272469,0.03039733,-0.016526705,-0.018385958,0.018666321,-0.072363354,-0.0029696422,-0.03157781,-0.041906998,-0.011494913,-0.024937615,-0.023284946,-0.014719096,0.0530035,0.031076105,0.0042423457,-0.033289503,-0.012955755,-0.024376888,0.023476774,0.0093552945,-0.02198642,-0.018223641,-0.0103513235,-0.019389365,-0.033555113,-0.025498344,-0.036594845,-0.0058839493,-0.011590826,0.03370267,-0.033466574,0.009893889,-0.003569104,-0.0229308,0.0017854742,-0.0027317018,0.0057327,0.0027132567,-0.014387086,0.0029198406,-0.010469371,-0.042703822,-0.01099321,-0.035001196,-0.008278108,0.028213445,-0.010609553,0.014608426,0.022473367,0.032846823,-0.016364388,-0.023063606,0.0438843,-0.025941022,-0.0013898294,0.0064778775,0.014918301,-0.014903545,0.014431354,0.024731033,0.010196386,-0.011044855,-0.017913766,0.031223666,0.034499492,0.027490402,0.010616932,-0.00039818106,0.028493809,-0.0076878686,0.036948986,0.024981884,0.0031411804,0.018769614,-0.013154961,0.020156676,0.030810498,-0.011111258,0.027269062,0.04506478,-0.019669728,0.012247468,0.00068845897,-0.010284922,0.011406377,0.01668902,-0.0027962592,0.002980709,0.0057142554,-0.012291736,0.010543152,0.004397284,-0.038660683,-0.01952217,-0.012291736,-0.016984139,0.039132874,0.0017900855,0.006127423,-0.026250899,0.022650437,-0.006370897,-0.09426124,-0.010653822,-0.006263916,-0.0040099393,-0.008351888,-0.009237247,0.048547193,-0.035060223,0.0021045725,-0.020746917,0.034027305,-0.018813882,-0.0052346857,0.001817753,0.039280433,-0.012778684,-0.018149862,0.0154495165,-0.023181653,0.047868416,-0.032728776,0.037627764,-0.018179374,0.03455852,-0.0030784674,-0.02687065,-0.03444047,0.019787777,0.0022945558,0.008278108,-0.00035414365,-0.050022792,-0.014128856,0.010963697,0.033761695,0.058581263,-0.0137820905,0.0011684896,0.04506478,-0.015169153,-0.023580065,-0.0016084025,0.017692426,0.01779572,0.028656123,-0.0052309968,0.026855893,-0.0018620209,0.015892196,0.014910923,0.010668578,-0.0061716908,-0.049786694,-0.013346789,0.019758265,0.009178223,-0.015965976,0.0012745482,0.03491266,0.027269062,-0.030367818,-0.0019182782,-0.009783219,-0.009724194,-0.023181653,0.0033016517,-0.002102728,-0.010388214,-0.038454097,-0.028700393,0.039752625,0.010262788,0.034942172,-0.01577415,0.036948986,-0.041700415,-0.001577046,-0.009532367,0.019492658,-0.06280147,-0.017913766,0.023919452,-0.04202505,0.009259381,-0.026693579,0.011878569,-0.0065701026,-0.02753467,0.022886533,0.006120045,0.02006814,0.007813294,0.00422759,-0.019669728,-0.04580258,-0.004504265,-0.0077173803,-0.0009674393,0.03252219,-0.018061327,0.04701257,-0.008219084,-0.02741662,-0.0047624945,-0.0021543738,-0.025985291,-0.003939848,-0.006215959,-0.009753707,0.034676567,0.002925374,-0.0023093116,0.00834451,0.031164642,-0.01624634,0.0411692,0.004858408,-0.050996687,-0.0017827075,0.0031743813,0.03399779,-0.028774172,-0.037391666,0.0011721787,0.004105853,0.014121478,-0.013767335,-0.020820696,0.03686045,-0.04311699,0.031105617,0.0030821564,0.028331492,-0.0037055968,0.02270946,-0.0205846,0.0355029,0.0062380927,0.009502855,0.012048262,0.02110106,0.021337155,-0.004168566,-0.012682769,-0.004810451,0.012483564,-0.009893889,0.013147583,0.011967104,-0.0036963744,-0.0062270258,0.009532367,-0.026767358,0.024878591,0.010727601,-0.015700368,-0.016128292,0.0065922365,-0.035473388,0.05766639,0.049757183,0.007879696,0.011871191,-0.0063487627,-0.022886533,-0.025808219,0.020274725,-0.05318057,-0.018887661,-0.017043164,0.017603891,-0.026236143,0.008351888,-0.028316736,0.022015931,0.028980756,0.018474493,0.018223641,-0.004127987,0.0032629173,0.037657276,0.02231105,-0.013309899,0.05076059,-0.014010808,-0.022193002,-0.024568716,0.00089827063,-0.005164595,-0.035650462,0.033437062,0.00027967204,-0.033614136,0.011096501,-0.027800277,0.013154961,-0.008219084,0.014866656,-0.009842242,0.013767335,-0.020968255,0.018282667,0.025262248,-0.0015041883,0.021528983,-0.00060084526,-0.008853591,-0.034410957,-0.011546559,0.003906647,-0.021278132,0.012358138,-0.03745069,-0.022429097,-0.002084283,-0.012254846,0.028892219,0.06716925,-0.00602782,-0.018799126,-0.018430226,-0.043500647,-0.051970582,0.013110694,-0.027711742,0.009237247,0.013132827,0.00713083,-0.008956883,0.0049469443,0.011007966,0.043235037,0.004389906,-0.009524989,0.026841138,-0.006500012,0.00063773524,-0.004150121,0.026014803,0.026177118,-0.0061753797,0.035207782,0.026472239,-0.04223163,-0.014217393,-0.008883104,-0.00041086198,0.030308794,0.005371179,-0.026855893,-0.01088254,0.03517827,0.018976197,0.054774217,0.0074075046,-0.0047514276,0.010742358,0.0019422566,0.012358138,-0.006120045,0.0066401935,0.009952912,0.022842266,-0.025468832,-0.00038711407,-0.024745788,0.009178223,0.001784552,-0.003021288,0.014069832,0.004958011,0.024893347,-0.018371202,-0.003906647,-0.011775277,0.018400714,-0.029895626,-0.010912051,-0.0034067882,0.008292864,-0.031135129,0.021956906,0.024745788,-0.014800253,-0.010801381,0.020407528,-0.019551681,-0.0046333796,0.034647055,-0.017884254,0.007982988,-0.01463056,0.026472239,0.0130074015,0.015611833,-0.012985268,-0.028021617,-0.048694752,-0.0047256043,0.011118636,0.030043187,0.028065884,0.013922272,-0.00017695654,0.019049978,0.0056330976,-0.012247468,-0.027696986,-0.03860166,-0.0028608167,-0.023993233,0.0046481355,-0.0047514276,0.0037664652,0.0053306,0.018459737,-0.000007839118,-0.0149994595,0.023727626,-0.013545995,0.000008775776,-0.012173688,0.0011260662,0.026693579,0.0035082356,0.009052797,-0.018135106,0.014947813,0.0073927487,0.02753467,0.041287247,-0.056722008,0.00973895,0.005168284,-0.042910405,0.028552832,-0.012918865,0.04326455,0.033112433,0.00079405645,-0.039575554,0.007901831,-0.005323222,0.05120327,0.0046296907,-0.005503983,0.01429855,-0.015360981,-0.0057253223,0.0004523632,0.089303225,-0.023904696,0.00786494,-0.04730769,0.037037525,0.008728165,0.0013188162,0.017810475,0.02208971,0.006330318,-0.018238397,0.016659508,0.011421133,0.025542611,0.017958034,-0.010875162,-0.024288353,0.0003373126,-0.0076362225,-0.0063930308,-0.011037477,0.025144199,-0.0335256,-0.025055664,-0.01587744,-0.006784064,0.03579802,0.00088766473,-0.0035303696,0.0019311896,0.0046702693,-0.027888812,-0.009989802,0.033791207,0.046481356,-0.010609553,-0.01201875,-0.009318405,-0.0016904826,-0.0043751495,-0.008993773,-0.03594558,0.012299114,-0.019064734,-0.005957729,-0.03234512,-0.018917173,0.010808759,-0.00709394,-0.008351888,-0.04506478,-0.020392772,-0.0068098875,0.0032629173,0.0029733311,0.03576851,-0.005979863,0.041405294,0.0055998964,0.034351934,-0.0074038156,0.029246364,-0.025645902,-0.024140792,0.03833605,-0.020776428,0.013427947,0.002543563,0.0006326629,0.003275829,-0.008241218,-0.002613654,0.016807068,-0.021410935,0.009259381,0.014328062,-0.008750299,0.02701821,0.0017983858,-0.0015825795,-0.028006861,-0.0045227096,0.009473342,0.019507414,-0.005090815,-0.01856303,-0.031017082,0.0014304083,-0.012395028,0.050967176,-0.027387109,0.026885405,0.03399779,0.044120397,-0.0146674495,-0.0008530804,-0.024701519,-0.013420569,-0.040785544,0.004216523,0.008174816,0.013332033,-0.027269062,-0.001506955,0.00834451,-0.02539505,-0.00009216727,0.011553937,-0.019876312,-0.0046075564,-0.0023093116,-0.007042294,0.045743555,-0.030869521,-0.006168002,-0.0029825536,0.0033496087,0.020304237,-0.026000047,-0.0006875367,0.010026692,0.038129468,-0.010233276,0.004341949,-0.0013944407,-0.0039472263,0.03907385,-0.063214645,0.01962546,0.007149275,-0.024657251,0.03219756,0.013678798,-0.029290631,0.029098803,0.005168284,-0.008152682,-0.012158932,-0.0065737916,0.03709655,-0.012070396,0.0056662983,0.020761672,-0.008396156,0.006241782,-0.044415515,0.010041448,0.040519938,0.0022041753,0.010484127,-0.006260227,-0.008971639,0.0010495195,0.022429097,0.00205846,-0.024170304,-0.0036391949,-0.00071013183,-0.044297468,0.004164877,-0.005282643,-0.017264504,-0.017294016,-0.0035746375,0.008993773,0.013059047,-0.008189572,-0.004282925,-0.019728752,0.020230455,0.01179741,0.0005634942,-0.029718556,0.009694682,0.0033625201,0.009311027,-0.02591151,0.016364388,-0.02918734,0.021838859,-0.029379167,0.0010301522,-0.0044710636,0.020968255,-0.044031862,-0.0019422566,-0.012395028,-0.024686763,0.0004509798,-0.0034953242,-0.0014977326,-0.03193195,0.015936464,0.04308748,0.026236143,0.030603914,0.008499447,-0.017485842,-0.025424562,-0.0018112973,-0.0063376958,-0.016526705,-0.0019164336,-0.0022465987,0.0030194435,0.032581218,0.009399563,0.020923987,0.017397307,-0.005098193,-0.0099234,-0.013059047,-0.0055445614,0.011103879,0.008661764,-0.029910382,0.022399586,0.03665387,0.044887707,-0.030426843,0.01834169,0.022133978,0.018282667,-0.043205526,-0.013221363,-0.015287201,0.0396936,0.0015456895,-0.011258817,-0.010085716,0.006551658,-0.025099931,-0.015980732,-0.0034418337,-0.031607322,0.018400714,-0.006049954,-0.012749172,-0.030146478,-0.048724264,0.001969924,0.015228177,0.018444981,0.021883126,0.026295166,0.023550553,0.004102164,-0.0065258346,-0.00014513895,-0.0010965542,-0.0016305364,0.042113584,0.0022539769,0.0024126037,0.00018249004,-0.0136714205,0.0037849103,-0.0077911606,-0.018090839,0.0067102844,-0.009569257,0.024583472,0.018828638,-0.010948941,-0.0016950938,0.022650437,0.021956906,0.004965389,-0.013442703,0.00786494,-0.0055814516,-0.031017082,-0.003995183,-0.021278132,-0.0077616484,0.0004198539,-0.01205564,0.016290609,0.00052429864,-0.0026634554,-0.020422284,0.021853615,0.0044157286,-0.0083592655,0.0043456377,0.0035488144,0.016128292,-0.003961982,-0.015641345,-0.0052309968,0.009716816,0.01297789,-0.01691036,0.034647055,0.037775323,0.010727601,0.00731528,0.033496086,-0.0023830917,0.006016753,0.009569257,0.017043164,-0.034794614,-0.0045263986,0.03559144,0.043146502,0.008720787,0.0022539769,0.00591715,-0.0054117576,0.03863117,-0.00027552192,0.046599403,-0.014940435,0.025704928,0.0052420637,0.013723067,-0.008492069,0.015700368,-0.022635682,0.0037812213,0.04205456,0.035827532,-0.0025564744,0.016629996,0.025424562,-0.023211164,-0.042615287,0.033791207,0.011435889,0.003939848,0.001569668,0.023388237,-0.018031815,0.021469958,-0.025985291,0.011066989,0.019492658,-0.018518763,-0.019787777,-0.010343946,-0.038896777,0.015803661,0.022724219,-0.022694705,0.011767899,0.0058876383,-0.012077774,-0.00782805,0.0278593,0.024908103,0.0064040977,0.05914199,0.02613285,-0.0058765714,0.015213422,0.015405249,0.01779572,-0.00012069935,-0.008145304,-0.010166874,-0.030367818,-0.0146674495,0.015818417,-0.007783782,0.025941022,-0.011339975,0.0037572428,-0.0029438192,-0.022207757,0.013221363,-0.041228224,0.006319251,0.004279236,-0.020909231,-0.029408678,-0.00068476994,0.031695858,0.0068910453,-0.009768463,0.022370074,0.032994382,0.0077468925,0.01459367,0.03411584,0.018754859,-0.0022650438,-0.01595122,0.0040062503],"social":"https://www.linkedin.com/in/frauke-schnoor-2a26129a/"},{"title":"braind","description":"we help m&a professionals work smarter by leveraging ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=l6F6KpYHiQ0","youtube_transcript":"Hi, everyone. I'm Andre, and I'm working on a grammatical brain. So brain is a platform that helps many professionals work faster and smarter. And who are many professionals are, like, people who help the process of buying and selling companies. But yeah. So let me show you how it works. So M and A elements come to branch platform. They pick the culture and the sector of interest. And then our machine learning model detects the right targets for acquisition. The percentage of success is also displayed next to the targets. In addition, this will be linked to the market analysis tool. Where analysts can get a better understanding of the competition in the market. In terms of progress we made so far, We are continuing working on the machine learning algorithms to make them more sophisticated. We have fifteen people on our wait list who gave us also feedback on the tools. And we are in the first of interviewing to people, one CTO, one CPO, chief product officer, to to expand team and feel better too.","embedding":[-0.019431235,0.014766284,0.013594587,0.017364392,-0.0143150715,-0.008507534,-0.015384882,0.06188885,-0.05990934,-0.00029997426,0.036795627,-0.040114224,-0.019402126,-0.026243085,0.013398092,0.020260883,-0.009198907,-0.060840875,-0.036388084,0.024540123,0.010821816,0.024918558,0.012539334,0.0275385,0.029532569,-0.024292683,-0.018557923,0.022880826,-0.037756275,-0.03982312,0.012371948,-0.030711541,-0.033185933,0.05437835,0.008958746,-0.024889449,-0.004555788,0.030071111,-0.004461179,0.036562745,-0.007990823,-0.016753074,0.024743896,-0.0063679144,-0.025035001,-0.020057112,-0.054029025,-0.0034404933,-0.02995467,0.034670565,-0.05309749,0.003700668,-0.018019378,0.055368107,0.0053053824,0.0057966216,0.025035001,0.018063044,0.022284063,0.029066801,0.03237084,-0.024118021,0.05385436,0.047624722,-0.04436435,-0.02088676,-0.006662658,0.00059221603,0.010246884,-0.018514257,0.046343863,0.013674641,0.019504013,-0.008609421,-0.0065498548,-0.03991045,-0.034437682,0.012684885,0.045441438,-0.016083533,-0.013114265,-0.02314282,0.009431791,-0.009686507,-0.05819182,-0.053155713,0.02158541,-0.020071667,-0.06526566,-0.020712096,-0.03609698,0.0038207488,-0.016447414,0.041453302,0.056590747,0.0002867836,-0.015908869,0.015923426,-0.0029292407,0.017771939,-0.0036442664,-0.026650632,0.022662498,-0.03796005,0.025500769,-0.04631475,0.03673741,-0.057638723,-0.011535022,0.0022615194,-0.10584565,-0.0064261355,0.012379225,0.0054436573,-0.022429613,0.025777318,0.028237153,-0.003944468,0.0022160343,-0.016068976,-0.0040317997,0.017699163,0.001551042,-0.010705374,-0.032108843,0.00809271,-0.027916936,-0.033564366,-0.050448436,-0.02094498,0.03612609,-0.0046649524,0.017349837,-0.04631475,-0.034728784,-0.0053417706,-0.0486727,0.016258195,-0.03187596,-0.020857649,0.00056674436,-0.030333105,-0.00967923,0.010814538,-0.056124978,-0.040958427,-0.026082978,0.029809117,-0.029430682,0.025107777,-0.003493256,-0.031963293,-0.084129244,-0.028644698,0.025588099,0.018208597,0.013237985,0.024190797,-0.013987579,-0.011316693,0.03929913,0.04678052,0.030478658,-0.027072733,-0.009890281,0.040812872,-0.06561499,-0.024118021,-0.021629076,0.0027309256,-0.03129375,-0.034204796,-0.06351904,-0.003169402,0.028164376,-0.037756275,-0.001877625,-0.06287861,0.015952535,-0.022415059,-0.051467303,0.026184864,-0.02567543,-0.007575999,-0.058744922,-0.0034514095,-0.048934694,-0.010894592,-0.02189107,0.01844148,0.030420437,0.046431195,0.037203174,0.016985957,0.009897558,-0.05324304,0.07306727,0.008966023,-0.0032694691,0.012895936,0.032720163,-0.0092134625,0.05245706,0.0060804486,0.0143805705,0.028921248,0.043956805,0.05047755,-0.021017756,-0.015341216,0.07027266,-0.042967048,0.03731962,0.014868171,-0.070738435,-0.061015535,-0.056998294,0.034146577,0.022415059,0.02772772,-0.011258473,-0.021265196,-0.017015068,0.030769764,-0.013943913,0.06602254,0.040958427,-0.059676457,0.047682945,-0.029809117,0.047944937,0.010246884,0.02781505,-0.0011262111,0.04008511,-0.024511013,0.031439304,-0.01694229,0.01682585,-0.010960091,-0.0135582,0.039240908,0.019198352,-0.024860337,0.045092113,0.028863028,-0.039502904,-0.049808007,0.0141404085,0.024511013,0.06526566,-0.03138108,0.016651187,0.017975712,0.0040863818,-0.03731962,-0.010960091,0.018004823,-0.0044502625,-0.03440857,-0.029532569,-0.012008067,-0.026432304,-0.0053745196,-0.007554166,0.019984335,-0.0024980418,-0.0007623303,-0.018834472,-0.02784416,-0.021498078,-0.018645253,-0.019140132,0.0035260052,-0.0032803856,-0.018528812,0.022662498,-0.011680574,-0.033535257,0.0029729065,-0.020420993,0.03551477,0.035834983,-0.012131787,-0.017670052,0.004614009,0.038978916,-0.042617723,-0.043927692,0.025602655,0.020071667,-0.0081945965,0.022822605,0.006684491,-0.0057056514,-0.03304038,0.042937938,-0.019489458,0.010705374,0.02127975,0.040871095,-0.038338482,-0.0071102316,-0.0069901505,-0.025296995,0.025442548,-0.02274983,0.0155304335,0.034437682,-0.02970723,0.033302374,0.017509945,0.074813895,-0.029634455,-0.07033089,-0.03746517,0.04127864,-0.06835137,-0.029357905,0.004948779,-0.00017864275,-0.027349282,-0.021920182,-0.037261397,-0.010479768,-0.012357393,0.019518567,0.002674524,0.033447925,-0.052893717,0.09344459,0.013485423,-0.011535022,-0.027305618,0.016607521,0.031934183,0.0010115887,0.040929314,0.027261952,-0.020697542,-0.081043534,-0.054611236,-0.033302374,0.0036260723,0.014373292,0.021192418,0.011003756,-0.019314794,0.022677053,0.0062187235,0.003123917,-0.02189107,0.011411303,0.018557923,-0.02817893,0.012095398,-0.013543644,-0.011134753,-0.0066153533,-0.0015710555,-0.05434924,-0.0032712887,0.014649842,0.036591854,-0.008827749,0.017335283,-0.03918269,-0.0014982793,0.04363659,-0.032691054,0.014700785,-0.03065332,0.008267372,-0.032778386,-0.05420369,-0.01724795,0.0002531246,-0.013456313,-0.023768695,0.032312617,0.08325593,0.024321795,-0.025966536,-0.03822204,-0.030245773,0.024511013,0.023608588,-0.03673741,-0.031701297,-0.014715341,0.024962224,-0.007990823,0.009198907,-0.0020650236,0.008936913,0.011564133,0.049837116,0.0045667044,0.024205353,-0.037086733,-0.0063060545,-0.024438236,-0.025777318,-0.017509945,-0.0033549813,0.034583233,-0.023521256,0.03304038,-0.011316693,-0.027698608,0.059152465,-0.078540035,0.057871606,0.045936316,0.021352528,-0.014191352,-0.002769133,0.050099112,0.03857137,0.0032185258,-0.010719929,-0.02536977,0.0024616537,0.004170074,0.019474901,0.01813582,0.036475413,-0.010239607,-0.02216762,-0.047071625,-0.028848471,-0.00021434855,0.019242018,-0.036009647,-0.016054422,0.0154867675,0.036155198,0.053301264,0.020406436,-0.009009689,-0.02097409,0.02567543,-0.019635009,0.0063351654,-0.015661431,0.03239995,-0.04663497,0.006982873,-0.03301127,-0.031526636,-0.030158443,0.024438236,-0.018936358,0.042035513,-0.036650077,-0.027829606,0.0597929,0.017262507,0.025573544,0.025981091,0.016360082,0.020158997,-0.022909937,0.011149309,-0.007706996,-0.021381637,-0.03298216,-0.012495668,0.0033640782,-0.0020286357,0.038338482,0.033185933,-0.0012926867,-0.01618542,-0.03376814,-0.013383537,-0.01774283,-0.01172424,-0.0065025506,-0.05362148,0.011054699,0.0013672822,-0.02320104,0.053650588,0.0013572755,0.0447719,-0.0068955417,-0.0011080172,-0.022968158,0.028513702,0.02995467,0.023856027,0.06415947,-0.017422615,0.020784874,-0.024423681,0.0056874575,-0.07347482,-0.031148199,0.014598899,0.031060867,0.008354704,-0.015210219,0.054611236,0.028892137,-0.025748206,-0.052573502,-0.010719929,0.028368149,0.05740584,-0.023623142,-0.002610845,0.0081072645,-0.011156586,-0.014416958,-0.020566544,0.036912072,0.038367596,0.008776805,0.0029674482,0.008143653,-0.021090532,-0.050855983,0.005640153,0.010545266,-0.020144442,-0.046605855,-0.016971402,-0.042821497,-0.010334215,0.018528812,-0.01389297,0.00021048232,0.00094063196,-0.047566503,0.0006677213,0.0072594224,-0.04180263,-0.0381056,0.007095676,0.014919114,0.005563738,0.019591345,-0.0049415017,-0.02097409,0.022240397,-0.00053717906,-0.012240951,0.026039312,0.05679452,0.03819293,0.0015901593,0.038920693,-0.011855237,0.012430169,0.010021278,-0.026694298,-0.02464201,0.016927736,-0.0330986,0.02525333,-0.017408058,0.00949729,0.0012444725,-0.017611831,0.032108843,-0.010705374,-0.077317394,-0.00039435585,0.005632875,0.014948225,-0.017670052,-0.028309928,-0.017335283,0.03484523,0.0069537624,-0.042705055,-0.025093222,-0.007055649,-0.009919391,-0.03874603,-0.03065332,-0.035281885,0.0014418778,-0.0014609816,-0.007685163,-0.01215362,0.05298105,0.03510722,-0.0011298499,0.010996479,-0.034583233,0.0034968948,0.03798916,-0.010901869,-0.014089465,0.017087843,-0.012575721,-0.011171142,0.06910825,-0.0056983735,-0.03324415,0.014678952,-0.011003756,0.010814538,-0.02681074,-0.023957914,-0.017029623,0.007233951,-0.020770317,0.0062914994,0.02258972,-0.033680808,-0.016083533,-0.031322863,0.018092155,-0.006000395,-0.0056255977,0.049051136,0.023230152,-0.017451724,0.0034586873,0.019140132,-0.009540956,0.03301127,0.013820194,0.010225051,-0.013245262,0.0006195071,0.04119131,-0.014540678,-0.009337182,0.02372503,-0.01371103,-0.0041446025,-0.0077433838,0.014577066,0.011862515,0.009490012,-0.025049556,0.0027018152,-0.007881659,0.0008796819,-0.020450102,0.010887315,0.00096792297,0.006815488,0.027291061,-0.028513702,-0.020246329,-0.022269506,-0.049778897,0.043461926,0.01141858,0.00088468526,-0.0031603049,-0.05568832,-0.009912114,0.02567543,0.026097532,-0.033215042,0.012859548,-0.004777755,-0.010989201,-0.01560321,0.06934113,-0.023652254,0.04995356,0.016389193,0.021963846,-0.047129843,0.024540123,0.036388084,0.007918047,0.005902147,0.0050179167,-0.0156177655,-0.028353594,0.025588099,0.016199974,-0.0023179208,0.0032403588,-0.004628564,-0.044801008,0.0142714055,0.03298216,0.04817782,0.0010270537,0.023987023,-0.0034295768,0.019242018,-0.0073976973,0.0044648177,0.00021139202,-0.0005276272,-0.030798873,-0.032574613,0.03618431,0.00793988,-0.07265972,-0.021629076,-0.011498634,-0.028004268,0.025049556,-0.010712652,-0.007896214,-0.0017029622,0.048556257,0.016738517,0.011920736,-0.038338482,0.012357393,-0.007332199,0.025981091,0.01499189,0.014831782,-0.02433635,-0.009439069,0.016316416,-0.029270574,-0.040172443,0.023317484,-0.014213185,-0.011644186,0.008856859,-0.046605855,0.009671953,0.036038756,-0.015515879,-0.028964914,0.016971402,0.0196059,-0.017902937,-0.008238262,0.008951468,0.01718973,-0.017146064,-0.045295887,-0.026723407,-0.045470547,0.006815488,0.023186486,-0.032429058,0.009941224,-0.02525333,0.010195941,0.020930424,0.030449547,-0.014577066,0.02650508,-0.044218797,0.015181108,-0.009773839,0.0049196687,0.012051733,0.0049633346,0.0026945374,-0.0038425815,-0.014235018,0.009351737,0.023375705,0.016330972,0.0026053868,0.02127975,0.002921963,-0.025180554,0.019649565,0.015515879,0.02650508,-0.026636077,0.031672187,-0.0017839257,0.014729896,-0.011032866,0.0026363165,-0.056910962,-0.011658742,0.00280916,-0.0067063235,-0.013623698,-0.007332199,0.01031966,0.0022669774,0.0025453463,-0.012582999,-0.0079981005,-0.018674364,-0.0013208874,-0.026112089,-0.019183798,0.02497678,0.033477034,-0.010334215,-0.008340148,0.019343905,-0.004817782,0.0041045756,-0.05309749,-0.025573544,0.0058366484,-0.014242295,-0.014948225,-0.006095004,0.031526636,0.007575999,0.010618042,0.0019594983,0.046722297,-0.019751452,-0.0031894154,-0.011556855,0.028586477,-0.022953602,-0.00671724,0.015093776,0.0014800853,0.045295887,-0.030100223,0.005214412,0.0013836569,0.018325038,-0.011891626,0.0062514725,0.012452002,0.038949803,0.013652809,0.032574613,-0.037698053,-0.0033094962,-0.01718973,0.010043111,-0.02247328,0.0027618555,-0.004897836,-0.026883515,0.029838229,0.012190008,-0.02772772,-0.040317994,0.026199419,0.0040099667,0.00065453065,-0.0036260723,0.012291894,0.01435146,0.044131465,0.002732745,-0.020129887,-0.014038522,-0.00924985,-0.005847565,0.0017166078,0.008980579,-0.0061786966,-0.029809117,0.041103978,0.02561721,0.024380015,0.023273818,0.007554166,-0.03734873,0.00995578,0.0196059,0.014329627,0.053912584,-0.033302374,0.02686896,-0.0027582166,0.057784274,-0.029750897,0.004897836,0.03688296,-0.012684885,-0.0027436614,-0.0014546136,0.032312617,-0.04416058,0.03237084,-0.0040900204,-0.01044338,-0.012226395,-0.012175452,0.0043192655,-0.010632598,0.026082978,-0.0005299015,0.0002619942,0.029357905,-0.030303996,0.023128266,0.01212451,0.008594865,0.00784527,-0.0006117746,0.0330986,0.055513658,0.01688407,0.0055710156,0.030478658,-0.0074049747,0.012422891,0.005461851,-0.05076865,-0.020770317,-0.027145509,-0.025544435,-0.009380847,0.025049556,0.023230152,0.004017244,0.013354426,-0.02998378,0.03376814,-0.006702685,0.0025180553,0.0047595613,-0.037785385,0.021192418,0.02344848,-0.013958468,0.0009369931,0.008594865,-0.026082978,0.0012499306,-0.0051889406,0.0013390814,-0.047595613,-0.011804294,0.023710474,-0.005101609,0.013674641,0.011054699,0.026155753,-0.017713718,-0.030857094,-0.006360637,-0.007041094,0.0020559267,-0.018383259,-0.013005101,-0.009009689,0.011913458,-0.021396192,-0.02631586,0.016665742,-0.030682432,0.011222085,0.018980024,0.022677053,-0.025398882,0.06282038,-0.01682585,0.019533122,0.0019158325,-0.015195663,-0.0074668345,0.002723648,-0.01718973,0.0017502668,-0.011054699,-0.0060258666,-0.014715341,-0.0022305895,-0.02183285,0.017713718,0.005014278,0.0081727635,-0.0013809277,-0.011054699,0.042181063,0.0032076095,0.0406091,0.014526122,-0.012903214,-0.034525014,-0.011404025,0.029488903,0.013427203,-0.011833404,0.016563855,0.04800316,0.0030220302,-0.019591345,-0.03571854,-0.02311371,0.0038607756,0.024045246,0.006356998,-0.011644186,-0.005007,0.022094844,0.0076778852,-0.020988647,0.046664078,0.03804738,-0.017844716,-0.009359015,-0.06974868,-0.00842748,0.010232328,-0.0031639438,0.015195663,-0.01499189,-0.010421547,0.03557299,-0.047566503,-0.008303761,-0.009431791,0.011353082,0.0020450102,-0.013325316,-0.014038522,-0.008995134,0.024860337,0.022997268,0.010050388,0.00662627,-0.017393503,-0.020799428,-0.020464657,0.01694229,0.005236245,0.013791083,0.017728275,-0.0106034875,-0.010836371,0.01435146,-0.028499147,0.020537434,0.031584855,-0.00080463145,0.00809271,-0.0025380687,-0.0044648177,-0.018281372,0.0019504012,-0.0024016134,-0.038425814,0.012539334,-0.013936636,-0.030391326,-0.0077506616,-0.007648775,0.006775461,0.027320173,0.0057202065,-0.037232287,-0.01618542,0.008099987,0.03883336,0.008594865,0.013296206,0.003831665,0.00048851,0.025107777,0.012881381,-0.020508323,-0.011353082,-0.0015273897,0.047188066,-0.030857094,-0.013820194,-0.030245773,-0.007015622,0.0067281565,0.0016465607,0.010989201,-0.005792983,-0.022240397,0.00076505943,-0.0011034686,0.019838782,0.0026290389,0.008616698,-0.01044338,0.0010370604,-0.0103851585,-0.007230312,0.02088676,0.024409126,0.0153557705,0.007685163,0.011200252,-0.017335283,-0.012837715,-0.0037916382,-0.025282439,-0.022153065,0.014387848,-0.0020158999,0.021483524,0.012226395,0.005880314,-0.0028437288,-0.020013446,-0.006724518,-0.0013900248,0.0037443337,0.0012317366,0.0025180553,0.02066843,0.023288373,-0.036504526,0.00796899,-0.051292643,-0.023535812,0.011491356,-0.050710432,0.023506701,0.01685496,-0.005847565,0.03426302,-0.008805916,0.0131215425,0.017990269,-0.023856027,-0.031613965,0.033506148,0.0051489137,0.013943913,0.0105379885,0.013914803,-0.00087922707,0.0035314634,0.038775142,-0.037843607,-0.018790806,0.04302527,0.0016856779,0.017568165,-0.0012708538,-0.026985401,-0.015675986,-0.0023906971,0.02222584,-0.02439457,-0.015865205,0.026708852,0.0025453463,-0.00087103975,0.022647943,-0.015661431,0.026898071,0.026956292,0.0006950124,0.0005462761,-0.016345527,0.08145108,-0.014635287,-0.0080199335,-0.0018621602,0.011207529,0.0052908272,-0.036475413,-0.01129486,-0.0010343313,-0.009875726,-0.018819917,-0.0091916295,0.016068976,0.0029947392,0.006855515,-0.015777873,-0.0017684608,-0.024118021,0.019897003,-0.011585966,0.0095627885,0.03991045,-0.010181385,-0.01401669,-0.002552624,-0.014118576,0.027523946,0.008951468,-0.0012681247,0.008907802,-0.0155740995,0.004268322,0.0041446025,0.006171419,-0.010770872,0.0153557705,-0.039561123,0.00043301817,-0.026141198,-0.03932824,0.00074822997,0.007324921,0.017451724,-0.009038799,0.032836605,0.015079222,0.02274983,-0.012553888,-0.025777318,-0.042122845,-0.036417194,-0.0001453249,0.026417747,0.020450102,-0.00014077639,0.011127476,-0.005956729,0.049022026,0.028047934,0.034088355,-0.013332593,0.020828538,-0.032574613,-0.0068409597,-0.0041118534,-0.028440926,0.0049669733,0.002188743,0.036912072,0.0032913021,-0.017771939,-0.0023106432,0.050826874,-0.022764385,0.01841237,0.026606966,0.028833916,-0.0066335476,0.022371393,0.0017921131,-0.017699163,0.010901869,0.00040527227,-0.014242295,-0.011011033,-0.012743106,0.014868171,-0.013550922,-0.0271164,0.019489458,-0.023070045,0.014635287,0.0020158999,0.03627164,0.021352528,-0.0042028236,-0.04579076,-0.004723173,0.018237706,-0.017204285,-0.02595198,-0.017364392,-0.012051733,0.017597277,-0.025093222,-0.017262507,-0.035049003,0.0060440605,-0.00060267764,-0.008587588,-0.007041094,0.010552544,0.0060222275,-0.0015355771,0.0061823353,-0.0019322071,-0.00665538,0.011076532,0.0012017164,-0.0065935208,0.0117751835,0.0016129018,-0.0007477751,-0.012801328,-0.01972234,0.0011043783,-0.005440018,-0.026374083,-0.008354704,-0.0080635995,-0.036533635,0.010428824,0.026344972,-0.018237706,0.011607799,0.031468414,0.019125577,-0.022007512,-0.002827354,0.039619345,-0.042006403,0.012619387,0.024918558,-0.00040231572,-0.0006518015,-0.012015345,0.0069974284,-0.02650508,-0.008573032,-0.0057893437,-0.0018849027,-0.013179763,-0.019314794,-0.011098365,0.0040427158,-0.020988647,0.032050624,-0.019984335,-0.03484523,0.012160897,0.008762251,0.0032876632,-0.0008815013,-0.04747917,0.039124466,-0.018150376,0.013041489,0.023943359,0.02586465,-0.027130954,0.044044133,-0.00354238,-0.019955225,-0.0129905455,0.020537434,-0.035864092,-0.008871415,0.02879025,0.0079762675,-0.0063424427,-0.0013991218,0.0026708853,0.004901475,-0.012772217,-0.005178024,0.005785705,0.0030693347,-0.001963137,0.00564743,0.047886718,-0.022487834,0.0024634732,0.017451724,0.03001289,0.037057623,0.01902369,-0.0027563972,-0.01435146,0.00044871055,0.05554277,0.020071667,-0.00937357,-0.022662498,0.0047813943,-0.0058948696,0.03752339,-0.019198352,-0.008733139,-0.010938258,0.009701063,0.030362217,-0.008361981,-0.0280916,0.013267095,-0.018892692,-0.008383814,0.013900247,0.014235018,0.033069488,-0.05816271,0.04119131,-0.016170863,0.0008692203,-0.013885693,-0.016811294,0.063286155,-0.003462326,0.0012608471,-0.007015622,-0.002836451,0.0047522835,-0.040871095,0.0052653556,0.030274885,0.010268717,0.015821539,-0.025588099,0.011047422,-0.016156308,-0.03301127,-0.005560099,0.021687297,0.0024834867,0.0074741123,0.020158997,-0.019649565,0.03819293,-0.033535257,-0.011011033,0.011192975,0.0047340896,0.014635287,-0.017713718,-0.0033513424,-0.0026854405,0.012932325,0.02158541,0.0056037647,0.035543878,0.00793988,-0.011032866,-0.021425303,0.014053077,-0.003142111,-0.006702685,0.033069488,0.041977294,-0.0025981092,-0.031322863,0.01755361,-0.016068976,-0.03944468,0.010749039,-0.014693508,-0.038920693,0.03141019,-0.012473835,0.0153994365,0.008143653,0.007117509,-0.019576788,0.013550922,-0.008835026,-0.020682987,0.0080199335,-0.008143653,0.026737964,-0.007706996,0.026548745,-0.011316693,0.028455481,0.024176242,-0.0017575443,0.029838229,0.008827749,0.018237706,-0.038454924,-0.009548233,-0.020464657,-0.01743717,-0.0117970165,-0.0075032227,0.008485701,-0.00461037,0.019009134,0.041103978,0.023070045,0.0028419092,-0.003489617,-0.0076414975,-0.012721274,0.03304038,-0.02567543,-0.05571743,0.007990823,-0.0028346316,-0.00071548065,-0.027916936,-0.02061021,0.0067427116,0.017349837,0.0081290975,0.0077433838,0.018616144,0.084129244,0.003655183,0.025529878,-0.00396994,0.021920182,-0.014023967,0.015079222,-0.019853339,0.04186085,-0.029299684,0.031235531,0.007837993,-0.038280264,0.014977335,0.005938535,-0.012379225,-0.031351972,0.006244195,-0.008791361,0.0033204125,0.018776251,0.0095627885,0.00827465,0.016345527,-0.000104956875,0.014788116,0.0056838184,0.015341216,0.016738517,0.020959536,-0.02500589,0.030449547,-0.0153994365,0.012379225,-0.021396192,0.02561721,-0.03822204,0.0047923103,-0.030682432,0.002903769,-0.015253884,-0.010326938,0.013267095,0.028222596,-0.0117315175,-0.018776251,0.013354426,-0.019766007,0.036795627,-0.033506148,-0.012313727,-0.044597235,-0.032254398,0.025151443,-0.011491356,-0.011061977,0.022764385,-0.014919114,0.031613965,-0.0065207444,0.014882726,0.031555746,-0.0076997182,-0.0051198034,-0.004948779],"social":"https://twitter.com/zabr1An"},{"title":"hitmeup (former wittywhiz)","description":"craft the perfect response for your social media chat","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=xvjI0qheYac","youtube_transcript":"Hello, Bill Space community. I am Marco. I'm the cocreator of eat me up. We are helping teenagers express themselves better on social media. Our tool is like a personal friend slash cos writer for your chats, suggesting responses based on the tone and the conversation. Whether you're trying to roast your friends, impress your crush, or simply chat more confidently. These two is for you. Let's see how this works. Say you're texting someone in in your initial or out to respond. We've eaten me up. You can specify the two new ones like friendlies or castic, flirty, etcetera. Our tool would suggest a suitable response. Soon, you'll be able to select the emotion you want to focus well. And if you're the admin of someone, for the first time, our app can analyze public tweets suggesting a new topic of interest to help you kick start the conversation. We can understand nuances, making your interaction more natural and authentic. Let's use this tweet. Six weeks, we've developed a functioning MVP with two active better users who have seen a real improvement in their social interaction. And we are all set to next big steps, which are expanding the use base, creating buzzword, Twitter, Instagram, and TikTok, as soon as the Chrome extension we're gonna eat the the store. If you're ready to announce your social conversation, let's DM us for exclusive better access. With eat me up, you can bring confidence and fun back to your chats.","embedding":[0.041535854,0.013920587,-0.013258444,0.04184745,0.004081918,0.0010876675,0.02734262,0.062132403,0.008436483,0.017309202,0.009231055,-0.053127255,-0.015782379,-0.01763638,0.017605219,0.03393289,-0.01076567,-0.016265353,-0.007096617,0.046988796,0.025550937,0.036238708,-0.0023097112,0.04172281,0.026470149,-0.0031101257,-0.028822703,0.06761651,-0.009363484,-0.029430317,-0.030661125,-0.03218795,-0.003939752,-0.007953509,-0.016296513,-0.01959944,-0.01648347,0.021609237,0.0038715901,0.017355941,-0.03309158,0.0131649645,0.05655482,0.030349528,-0.07048319,-0.0110538965,-0.06154037,0.06643244,0.04586705,0.004377935,-0.04546197,-0.004377935,-0.00062319357,0.04387283,-0.013250654,-0.041473534,-0.01364794,0.031549174,-0.019085305,0.04973085,-0.0028842178,0.022575188,0.004167607,0.0025706736,-0.030832503,-0.011957527,-0.00727968,0.013126015,0.0062825703,0.039572794,0.055900466,0.02245055,-0.040694542,-0.009425803,-0.0115290815,-0.057333812,0.01556426,0.00015506809,-0.011349914,-0.056897577,0.018929506,0.012237964,-0.014107545,0.008989568,-0.046957638,0.007384844,-0.02517702,-0.029726334,-0.030302789,0.023883894,0.0077470755,0.032748822,-0.04779895,-0.0022123372,0.06892521,0.0067032264,-0.060075864,0.035241596,0.029913293,0.025691155,0.028121611,-0.06253748,-0.015836908,-0.024148751,0.036269866,-0.023619037,0.021702716,0.007221256,0.046957638,0.024179911,-0.09098627,0.03810829,-0.0005837571,-0.030240469,0.005896969,-0.016265353,0.039572794,-0.060325142,-0.010313854,-0.031938672,-0.035490874,0.015743429,-0.017776597,-0.027124502,0.007486113,-0.035241596,-0.043374274,-0.0070732473,-0.009620551,-0.018041454,-0.018103775,0.012744309,0.06518605,-0.033496656,-0.0120743755,0.015759008,-0.045493133,-0.0068979743,-0.033683613,0.0015443517,0.026953124,-0.056056265,-0.036674943,-0.0075289574,-0.044090945,-0.09136018,-0.051226515,0.008000248,-0.048079386,-0.020970464,-0.009332324,0.011536871,-0.062568635,0.004560998,0.021874094,-0.03608291,0.0041364473,0.036487985,-0.03773437,-0.03866916,0.013507721,-0.039105397,-0.016763907,-0.022621928,-0.021624818,0.061883125,-0.036020588,0.0037002119,-0.055152632,-0.02916546,-0.030972721,-0.031938672,-0.028931763,-0.008194996,-0.029804233,-0.04016483,-0.0006470502,-0.08244851,-0.011069477,-0.010181425,0.009854249,0.050977238,-0.0008232972,-0.006457844,-0.016374411,-0.042190205,-0.028994082,0.0036378927,-0.008514383,-0.023696937,-0.02924336,0.056835257,0.018867185,-0.026797324,0.031533595,-0.049512733,0.058268603,-0.02146902,0.016343253,0.0030731235,0.02422665,0.014434721,0.046677202,-0.005943709,0.030411847,-0.010220375,-0.010298274,0.03891844,-0.01668601,0.021188583,0.105569,-0.0038521155,0.02533282,0.014053016,-0.06443822,-0.00870134,-0.026641527,0.028479947,0.010274905,0.049263455,-0.04773663,0.040663384,0.06892521,-0.033839412,0.0014615838,0.029835394,0.056835257,-0.083258666,0.00092894793,0.025613258,0.023603458,-0.0098931985,-0.0044013048,-0.033964053,0.032437228,-0.027404938,-0.007003138,-0.024553828,0.02528608,0.018399792,0.01743384,0.001089615,-0.00047055984,0.038139448,0.047331553,0.015953757,-0.04477646,-0.08026733,-0.029819814,0.03801481,0.057832368,0.024148751,0.034680724,-0.0052737757,0.057707727,-0.03147128,0.037672054,0.03773437,0.0072485204,-0.0020799087,0.018088194,0.017465001,-0.029757494,0.024242232,0.0073419996,0.00069719786,0.009714031,-0.014746319,0.0010701403,0.010197005,-0.017013185,-0.03321622,0.02626761,0.02142228,-0.018275153,0.0122145945,0.014045225,0.039105397,0.0022162322,0.01265862,-0.015190344,-0.02028495,0.02040959,-0.034774203,-0.00014898222,0.00009780001,0.03221911,0.01854001,-0.020051254,0.012105536,0.008358584,-0.022606349,0.022855625,0.009815299,0.046116326,0.04284456,0.06587157,-0.026563628,0.0008257315,0.038544524,0.011451182,-0.037048858,-0.0062592006,-0.019879876,0.032686505,0.038700324,-0.006730491,0.034774203,0.0021032784,-0.0060878224,0.0031257053,-0.0025589888,0.020051254,-0.044153266,-0.031611495,-0.015922597,0.045960527,0.04374819,0.0067616506,-0.007123882,-0.015751218,-0.03120642,0.0044246744,-0.038077127,0.006874604,-0.016312093,0.03309158,-0.013702469,0.00781329,-0.03013141,0.045804728,-0.036269866,-0.005616532,0.011934157,0.062693276,-0.019163202,-0.0028004763,0.013679099,0.007123882,0.07659049,0.0009430672,-0.0489207,-0.046240967,0.0015180607,0.02531724,0.03695538,0.002584306,-0.0024148752,-0.006157932,0.047175754,-0.009636131,0.0023194486,0.023977373,-0.05340769,0.012370393,-0.019350162,-0.0011889365,-0.022014314,0.03608291,-0.015688898,-0.018898346,0.032000992,0.013694679,0.029539376,0.01465284,-0.0014440564,-0.04571125,-0.021702716,-0.014535991,-0.011552451,-0.01751174,0.014411352,0.022263592,0.008662391,-0.044558343,0.035241596,-0.004969969,0.035864793,0.008288475,0.04932577,0.041411214,-0.00022444707,-0.047051117,-0.01063324,0.010944838,0.001239571,0.027856754,-0.029882133,-0.04384167,-0.0044714143,0.032530706,0.004580473,0.005947604,-0.047362715,0.047238074,0.02533282,0.07459627,0.025800215,-0.021593658,-0.0027673692,0.014660629,-0.009955518,-0.04356123,0.013460982,-0.018010294,0.010835779,-0.008709131,-0.045430813,0.042221367,0.04483878,0.03109736,-0.040756863,0.04571125,0.042003248,-0.0003580929,-0.006302045,0.0019942196,-0.00877924,0.038451046,0.06506141,-0.03115968,-0.08637463,0.00438183,0.014863167,0.029477058,0.021484599,0.045306176,-0.02252845,-0.023587877,-0.02146902,-0.03708002,0.001880292,0.03611407,-0.030567646,-0.005343885,-0.026438989,0.016888546,0.07503251,0.041068457,0.0035755732,-0.031284317,-0.003067281,-0.0061618267,-0.008405324,-0.013499931,-0.009254425,-0.047549672,0.018446531,-0.02031611,-0.016950866,-0.021048363,-0.031767294,0.014964436,0.056617137,-0.039385837,-0.021718297,-0.0003617444,-0.0038774328,0.049450412,-0.016826227,-0.04396631,-0.0006859998,-0.058735996,0.023151642,0.050042447,-0.010298274,-0.001190884,0.01562658,0.024102012,0.0065630074,0.010313854,0.030349528,0.0070537725,0.045648932,-0.030848084,-0.030037932,0.030879242,0.0070615625,0.012471662,0.008810399,0.010259325,0.028573427,-0.00037172524,0.024912164,0.011030527,0.015938176,-0.021796197,-0.047985908,-0.0098931985,-0.01744942,0.008350794,0.030458586,0.014660629,-0.020004515,0.03773437,-0.021951994,0.008249525,-0.05153811,0.00875587,-0.011513501,-0.0007970062,0.005667167,-0.011139586,0.101393595,0.0036301026,-0.020534229,-0.029928872,-0.026096232,-0.020238211,0.048110545,-0.011201905,-0.044122107,-0.004202662,0.014053016,-0.014450301,0.018680228,0.0054568388,0.048951857,-0.0023506084,-0.0051062927,-0.009566022,0.01065661,-0.015766798,-0.004183187,-0.0060917176,-0.03411985,-0.041130777,0.0064344737,-0.05748961,-0.00976856,0.008646811,-0.023821576,0.019895455,-0.011077266,-0.028464368,-0.0050790277,-0.04589821,0.010204795,-0.027950233,-0.018166093,0.033683613,0.023805995,0.05449828,0.009129786,-0.013281814,0.024818685,0.0015920649,0.009145366,0.017013185,-0.015385092,0.020144733,-0.021733876,0.063721545,-0.016467892,0.01262746,0.014660629,0.017776597,-0.044527184,0.022279171,0.016389992,-0.004560998,-0.031767294,0.023447659,0.022575188,-0.015408462,0.013476562,-0.007193991,0.014310083,-0.03598943,0.004311721,0.015011176,0.0037021595,0.009137576,-0.04371703,0.023712516,-0.0077548656,0.01558763,0.02731146,-0.04384167,0.000101877544,-0.05546423,0.0022649192,-0.007404319,0.017854497,-0.0017254673,0.017854497,0.025971593,-0.0031412852,-0.008693551,0.027155662,0.010820199,-0.018976245,0.041255414,0.03898076,0.015945965,0.013016956,0.0030867558,-0.029804233,-0.025878115,-0.012105536,0.009612761,-0.0026544153,-0.023899475,-0.028106032,-0.01554868,0.03306042,-0.00731863,-0.00972182,0.008272895,0.003209447,-0.007501693,0.021842936,-0.013040326,-0.052815657,-0.0002677785,0.04290688,0.0073147346,-0.0029387474,0.03108178,0.000674315,0.0037352666,-0.01849327,0.029991193,-0.0018345262,0.0030867558,0.010391753,-0.009503703,-0.043280795,0.007824975,-0.015821328,0.036332186,0.015392882,0.01949038,-0.0015297455,-0.014473671,0.013297393,0.0001816025,0.045119215,-0.018680228,-0.029804233,0.016795067,-0.018726967,0.003928067,0.0053049354,-0.011871838,-0.004409095,0.0017196249,-0.0030867558,-0.0008194022,-0.0043195104,0.002385663,-0.028370889,0.035553195,-0.02634551,-0.0030458588,-0.01367131,0.006707121,0.0155564705,0.004486994,0.004580473,0.022824466,0.04864026,-0.00073468685,-0.018243993,-0.022824466,0.045586612,-0.0048102755,0.00875587,0.0052932505,0.0194748,0.01560321,-0.00045254568,0.020596549,-0.030785764,0.042564124,-0.018555589,-0.0073809493,-0.056772936,0.038575683,-0.0019182678,-0.012861158,-0.0018393948,-0.014403562,-0.029134301,0.05546423,0.03147128,0.023089323,0.0038190084,-0.009542652,-0.011030527,-0.019272262,0.009503703,-0.007591277,0.0029484846,0.022076633,-0.020814667,-0.018789288,0.022014314,0.0057294862,-0.05920339,0.0045220484,-0.00978414,-0.029710755,0.013274023,-0.02245055,-0.029025242,0.015385092,0.0031958146,0.008031407,0.024678467,-0.014691789,-0.01561879,0.027482837,0.045368493,-0.00017344744,0.011864048,-0.022902364,-0.015907018,0.033683613,-0.002648573,0.028916184,-0.0024927743,-0.024569407,-0.014006276,0.031502437,0.005647692,0.027919073,0.009145366,-0.02332302,-0.015400671,0.009153156,0.018166093,-0.003692422,-0.03025605,-0.0082573155,0.015642159,-0.010376173,-0.03402637,-0.032811143,-0.020253792,-0.018711388,0.017698698,-0.0020370642,0.014169864,-0.0059826584,-0.00969066,-0.0045220484,0.01076567,-0.03206331,-0.00020363338,-0.013811528,0.017153405,0.0021344381,0.03109736,-0.033964053,0.013795949,-0.022824466,-0.0001071114,-0.014263343,0.060886014,0.022076633,0.026220871,-0.041193098,-0.00025658048,0.0053244103,-0.0027011547,-0.01649905,-0.0047985907,0.010056786,0.0004303931,-0.010586501,-0.029414738,0.0045220484,-0.013040326,0.03789017,-0.0407257,-0.008584492,0.049450412,-0.018150514,-0.0031821823,-0.0048687,0.03203215,-0.008381953,-0.04599169,-0.008296264,-0.030972721,0.048172865,-0.04664604,0.01163814,-0.0123548135,-0.011147375,0.0069719786,0.0033165584,-0.030022351,0.01265083,0.032530706,-0.004311721,-0.046521403,-0.029025242,0.019428061,-0.0030049616,-0.0045259437,-0.012183435,0.0073342095,0.015338353,-0.000599337,-0.023541138,0.034556083,-0.029258939,0.017916815,-0.027155662,-0.0113187535,-0.036425665,-0.0013126015,0.019911036,0.01355446,0.011248644,-0.022232432,-0.01063324,0.0020390116,0.029928872,-0.01558763,0.0066759614,0.0035969955,0.028822703,-0.009044097,-0.022917945,-0.0068473397,-0.023213962,-0.03006909,-0.0035755732,0.011225275,0.0013447349,-0.0026641525,-0.002175335,-0.005277671,-0.029819814,0.00879482,-0.020861406,0.026657106,-0.024943324,-0.024195492,0.011116216,-0.016171874,0.007801605,-0.00088172156,0.019630598,-0.033901732,-0.0051140822,0.0068512345,0.0103683835,-0.014972226,0.025784636,-0.006235831,0.015166975,0.029367998,-0.004292246,0.0099633075,-0.02536398,0.0005194903,-0.017714279,0.037111178,-0.009441383,0.024211071,0.060480937,-0.03424449,0.022279171,0.0064033144,0.035740152,0.009355694,-0.033745933,0.02436687,-0.016826227,-0.012868947,0.04166049,0.01170046,-0.0068200747,0.015868068,-0.04275108,0.04007135,0.03982207,-0.016872967,0.0021130159,-0.008529962,-0.013866058,0.011349914,-0.013351923,0.03994671,-0.0120042665,0.000050938772,-0.029570537,-0.026703846,-0.007493903,0.006527953,0.018275153,0.06122877,-0.009566022,0.010267114,0.018290732,-0.019396901,-0.018025875,-0.013795949,-0.031502437,-0.011505712,0.0035444135,-0.0013447349,0.013024746,0.0022201273,0.010181425,0.0034840417,0.018243993,-0.009488123,0.031440116,-0.0065863775,-0.01554868,-0.015011176,0.0052543012,0.012557351,0.027155662,0.003935857,-0.049107656,-0.012308073,-0.018836027,0.0054178894,-0.015237084,-0.003914435,-0.038513366,0.01452041,0.03714234,0.042969197,0.010306064,0.030536486,0.021765037,-0.004670057,0.0071005123,0.022575188,0.04315616,-0.0015550628,-0.010898098,-0.0035658358,0.0004569275,-0.029461477,-0.014668419,0.00316076,-0.00292122,-0.0028491633,0.0038657477,-0.009869829,0.0068784994,-0.0032386591,0.03424449,-0.0029445898,0.024086433,-0.02327628,-0.0014479514,-0.0044986787,0.014286714,0.017916815,0.03898076,0.018259572,0.00073566055,-0.001606671,-0.011801729,-0.021204162,0.013811528,-0.004206557,0.026688267,-0.0011801729,0.02430455,0.035210438,0.0036690524,0.043187317,0.020378431,0.035740152,-0.0071628313,-0.01367131,0.0105086025,0.0068551297,0.016374411,-0.00043574866,0.01949038,0.02238823,-0.03695538,-0.014294503,-0.021749457,-0.012783258,-0.02252845,0.016966445,-0.0036223128,-0.0020429066,0.013016956,-0.01656137,-0.061727326,0.01766754,0.011038316,-0.023634616,-0.011381073,-0.0076497016,-0.0010068471,0.029913293,-0.025270501,-0.038451046,0.018025875,-0.035303917,0.0021480704,-0.048204023,0.025878115,-0.011902997,-0.023728097,-0.03779669,-0.013422032,-0.021983154,0.015050125,0.011513501,0.016109554,-0.02533282,-0.020814667,-0.0019465062,-0.011022736,-0.04396631,0.025005642,-0.015143604,0.022466129,-0.025519777,0.005441259,-0.008280685,-0.005145242,-0.0059670787,-0.0014460039,-0.003180235,-0.023058163,0.038513366,0.016140714,-0.0025083541,-0.023291862,0.015377302,0.024491508,0.0047323764,0.004950494,0.0036671048,-0.016514631,-0.01654579,0.00048297504,0.028698064,0.022590768,0.026672686,-0.046895318,-0.0065824823,0.010960418,0.004989444,0.013873847,0.033029262,0.026501307,-0.0123548135,0.00269726,-0.008935038,-0.036456827,-0.012845578,0.0046272124,0.022902364,-0.041629333,0.0067538605,-0.0034723568,-0.012837788,0.0022006524,0.0019718234,0.0051023974,-0.0148709575,0.010267114,0.020238211,0.013172755,0.009340114,0.009908779,-0.010329434,-0.032779984,0.014045225,0.0051296623,0.0047206916,0.012051006,-0.005639902,0.011840679,0.02340092,0.047300395,-0.0040585482,-0.03187635,0.02824625,0.022201272,-0.03695538,0.028339729,-0.020845827,0.029523797,0.018960666,0.0011899102,-0.019973354,0.007953509,0.0410373,0.012284704,-0.024818685,0.012806629,-0.02238823,0.021827355,0.010010047,-0.019739658,-0.010773459,-0.0034859893,-0.004409095,0.023883894,-0.025067963,0.01071114,0.012323653,-0.011918577,-0.0049271244,0.013718049,0.012393762,0.00881819,-0.01069556,-0.0013797896,0.012868947,0.033839412,0.0058346502,0.048422143,-0.030957142,0.027202401,0.012572931,-0.0024207176,0.009425803,0.009643921,0.045119215,-0.018602328,0.023743676,-0.006243621,-0.04293804,-0.025052384,0.0017274148,0.036425665,0.0043389853,-0.0024401925,-0.013858268,0.0015784325,0.0019718234,0.03502348,-0.013079275,0.0046350025,0.0016943075,-0.0042221365,0.0015209819,-0.010048997,0.09036307,-0.028900603,-0.004494784,0.009675081,0.037266977,0.0144658815,-0.034213327,0.054872196,-0.0032873463,-0.007306945,-0.014060806,-0.013133805,0.015268243,0.0023798204,-0.028589007,-0.019661758,-0.015836908,-0.001142197,0.017059924,-0.039105397,-0.009121996,0.008491013,0.019755237,0.021219742,-0.02146902,-0.017901236,0.043311954,0.00035225044,-0.017885657,0.010524182,0.007482218,-0.011326544,-0.018960666,0.03982207,0.013406453,0.00092213176,-0.048141707,0.011201905,0.029866554,-0.03206331,0.008358584,-0.026174132,0.019256683,-0.010181425,0.003696317,-0.01458273,-0.014006276,0.008358584,-0.051070716,-0.015166975,-0.0003269332,0.030832503,0.02031611,0.028106032,0.010298274,0.003302926,0.008483223,0.03228143,0.02150018,-0.009971097,0.000060524028,0.05169391,-0.018181672,-0.006243621,0.000719107,0.017979136,-0.00041554353,-0.011926368,0.02723356,0.026999863,-0.010524182,0.007092722,0.0021519654,-0.01363236,0.009924358,-0.013118225,0.015610999,0.004311721,0.053158414,0.0068512345,0.02330744,0.010010047,0.0014255553,0.011396653,-0.01071893,0.015307193,-0.007567907,0.049014177,0.014660629,0.02625203,-0.0074393735,0.0014236079,0.009028518,0.019708497,0.028386468,-0.003996229,-0.005180297,0.007560117,-0.009558232,-0.027965812,0.003935857,0.026999863,-0.005156927,-0.0030244365,-0.0328423,-0.019100884,-0.033403177,0.0004167607,0.007969088,0.0008257315,0.012424923,0.011864048,0.0050985026,0.03126874,0.014551571,0.0012298336,0.005713906,0.0026719426,0.0052815657,-0.056025103,0.01270536,0.03773437,0.021048363,-0.010321644,-0.000432584,0.017091084,0.02340092,-0.0068668146,0.005947604,0.023058163,-0.032593027,0.005246511,0.043249637,-0.016467892,-0.01766754,-0.00875587,-0.044402543,-0.03105062,-0.019942194,-0.0016008286,-0.020783506,0.025114702,-0.00088318216,-0.011786149,-0.0077314954,-0.0052543012,0.00020022529,0.01457494,0.021936415,0.00026534416,0.023151642,0.01649905,0.027716536,0.015314982,-0.010197005,-0.0049427045,-0.018181672,-0.0124794515,-0.001655358,-0.023541138,0.0028472159,-0.02433571,0.009612761,0.004455834,0.028713645,0.017309202,-0.0010195058,0.013102645,-0.02435129,0.004989444,0.00038852225,-0.025582097,-0.022014314,-0.0054957885,0.017745437,-0.011412233,0.007844449,0.037422776,-0.010267114,-0.0037099493,0.005565898,0.02544188,-0.0047323764,0.00979972,0.011162955,0.0036534725,0.0076302267,-0.010064577,0.0013992643,-0.0048063807,-0.010181425,-0.023058163,-0.02731146,0.024086433,0.026049493,0.025161441,-0.00966729,-0.051319994,-0.0067889155,0.04701996,-0.021359961,-0.03997787,-0.01069556,0.022902364,-0.004631107,0.059857745,-0.023743676,-0.020986045,0.0010419018,-0.0055074734,0.01758964,0.010173636,-0.008163836,-0.0011314859,0.04592937,-0.0025706736,-0.016280932,0.027420519,0.0039163823,-0.04465182,0.00145282,-0.028885024,0.016296513,-0.041348897,-0.0067733354,0.021655977,-0.012471662,-0.008132677,-0.004416885,-0.0088026095,0.047238074,-0.0019231365,-0.006340995,0.05443596,-0.027747694,0.0143256625,-0.017496161,-0.044059787,0.020004515,0.004377935,-0.02335418,0.004370145,-0.011069477,-0.0151513945,-0.014473671,0.033527814,-0.0037469515,0.034337968,-0.018150514,-0.025769055,0.0047401665,-0.0014839798,-0.016312093,0.0017254673,0.0072679953,-0.0033282433,0.015034545,-0.019365741,-0.022170112,-0.024834264,-0.04203441,0.011848468,0.017465001,-0.018166093,-0.03424449,0.018680228,0.034400288,-0.019817557,0.0079067685,0.026859645,0.0070810374,-0.0030497536,0.014278923,0.025644416,0.010041207,0.0018335524,0.010251535,-0.006843445,-0.01956828,-0.028900603,-0.013507721,-0.016795067,-0.004264981,0.016031655,0.004969969,-0.016312093,-0.0001529989,-0.023805995,0.0069602933,-0.0066837515,0.023603458,-0.00025219866,-0.021063944,0.030474167,-0.024974484,-0.0050712377,-0.019848716,-0.023027003,-0.01063324,-0.010041207,0.024211071,-0.006333205,0.0054568388,-0.026142972,0.022949105,0.031642657,-0.0017108612,-0.0028180035,0.003258134,0.0011529082,0.026579207,-0.05836208,0.020378431,-0.006707121,0.021297641,-0.005896969,0.00632931,-0.0065513225,-0.028589007,0.02248171,0.0050322884,0.01167709,0.014855377,0.034587245,0.01362457,0.003838483,0.004292246,-0.03234375,0.037672054,0.008981777,0.013141595,0.04184745,0.00877924,-0.027872333,0.018088194,-0.015182554,-0.026532467,0.006991453,0.009160946,-0.02541072,-0.054342482,0.0049037547,0.0004936862,0.011287594,-0.0069563985,0.010399543,0.028994082,0.046895318,0.03595827,0.010820199,0.018555589,0.011077266,0.060169343,-0.021126263,-0.029664015,-0.005168612,0.016841806,-0.021141842,0.0081170965,0.029103141,-0.035615515,-0.01268199,-0.018181672,-0.029430317,-0.01766754,0.014777478,-0.022949105,0.024102012,0.02625203,0.0062592006,-0.0018968455,-0.0034820943,-0.01657695,-0.037703212,-0.00010851115,0.003006909,-0.022980263,-0.0154162515,-0.026968703,-0.045337334,0.0486091,-0.00340809,0.009262214,0.01071893,0.004662267,0.032873463,0.03798365,-0.006157932,-0.014411352],"social":"https://twitter.com/chatwiz_app"},{"title":"linkcollect","description":"save, collect and share links and browser tabs in a better and faster way. ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=8riBTsArkCo","youtube_transcript":"Hi. I'm Hirsch, and I'm building link collect. Link collect is a tool that helps people save, collect, and share links and browser tabs with their friends and teammates in a faster and a better way. This is how it works. We have a Chrome extension and a platform that work together. So in order to start you create a collection using our browser extension, I might wanna save AI tools I find online that I would like to use later. So I'm creating a collection here. To save a link to this collection, I can simply click on the plus button on the right. Also, I can use the command r t c. To save the current open tab to this collection. So here I have saved fourteen links in this collection. I can search for any particular link or collection from here. More importantly, how do I share them with my friend, Walter? I simply have to copy this collection link like this, and boom. I just shared them all with him. Links are updated in real time. You can also save all your open Chrome tabs as a session using either just a command. Or a or right click and share them as well. It's been five weeks since our launch, and we have around three hundred people saving and sharing their bookmarks on daily basis. We reached this number organically through Twitter and Instagram mostly.","embedding":[-0.0132323755,-0.03512041,-0.01174598,0.024791691,0.005416701,-0.060396045,-0.005772745,0.024598114,-0.051878653,0.0015581226,0.025206499,-0.03517572,0.024999095,-0.033820678,0.029091867,0.008579612,-0.027100788,-0.048256,-0.010619084,0.05713289,0.00587299,0.026603019,0.064101666,0.038908992,-0.027004,-0.0021673718,-0.0044937534,0.029672598,-0.068636894,-0.023256902,0.010619084,-0.0336271,-0.018970553,0.056966964,-0.028345212,0.03467795,0.008503564,-0.014684203,0.025220327,0.072453134,-0.018113283,0.02020115,0.09319353,0.013336077,-0.011130681,-0.03462264,0.0032908102,-0.015804185,0.0000702149,0.037802834,-0.05622031,0.028898291,-0.048256,0.044218533,-0.02768152,0.022289017,-0.013087193,0.019966092,-0.03216145,0.005841879,0.010874883,0.016080724,0.008662574,-0.009886257,-0.020408554,0.034207832,-0.02845583,0.05362085,-0.014283222,0.004960412,0.008704054,-0.032299716,0.0021034223,-0.009063555,-0.02078188,0.015417031,-0.059566427,0.041978568,0.012119307,-0.03268687,-0.0036779642,-0.06708828,-0.01039094,-0.0070171687,-0.03238268,-0.03525868,-0.008282333,0.0027584732,-0.01866636,0.0033357476,-0.0011433145,0.02403121,0.008558871,-0.009547497,0.022911228,0.01605307,-0.058515582,0.056690425,0.011870422,0.03948972,0.082076676,-0.070904516,0.0044522723,-0.043471877,-0.019302398,-0.009962305,0.027626213,-0.027709175,-0.0050641145,-0.018998206,-0.106578,-0.022468766,-0.054809965,-0.0149192605,0.0103702,-0.01057069,-0.01212622,-0.011172162,-0.02997679,-0.0019616962,-0.04062353,0.009015161,0.033599447,0.022759132,-0.021528535,-0.056192655,-0.021998651,-0.029230136,0.014656549,-0.051463846,0.043222994,-0.004085859,0.03990453,-0.052957155,0.023727017,-0.034152526,-0.010950931,0.0084966505,-0.05735412,-0.007024082,0.0149192605,-0.04698392,0.012589423,0.014324703,-0.044439763,-0.003130072,-0.04598838,0.017615514,-0.019108823,-0.027792135,-0.027985713,0.024584288,0.0059663216,0.0041515366,-0.012368192,0.008662574,-0.028400522,0.06548435,-0.06399105,0.0037747528,0.030695792,0.039710954,-0.011075374,0.013985943,-0.033931293,-0.00086331915,0.005537687,-0.026188212,-0.03926849,0.00060492835,-0.011891163,-0.038411222,-0.033018716,0.026727462,0.01296275,-0.023326036,-0.0425593,-0.027225232,0.036226567,0.015320242,-0.03741568,0.022703825,-0.028345212,-0.01798884,-0.057796583,0.013923721,-0.013826934,-0.040734146,0.0014509638,0.010121315,-0.04261461,0.067530744,0.005302629,-0.003667594,-0.017822918,-0.0023678623,0.038964298,0.005274975,0.02259321,-0.03642014,-0.020809535,0.033322908,0.012229922,0.0004614739,-0.001541703,-0.004161907,0.020892495,-0.004047835,-0.049970537,-0.004172277,0.052542347,0.025676616,0.02069892,-0.0077983905,-0.0411213,-0.0025545259,-0.012119307,-0.0122022685,-0.0020826817,0.0018528091,-0.022302844,0.011669932,0.011752893,-0.034346104,0.04305707,0.035562873,0.025496865,-0.07272967,0.04872611,0.028511137,0.005468552,-0.021210516,-0.042669915,-0.054312196,-0.00008263753,-0.01104772,-0.0019668813,-0.012319798,0.023533441,-0.037360374,-0.0022278647,0.00009959713,0.0020204606,0.053206038,0.051325575,-0.016689109,-0.020754227,-0.07743083,0.005755461,0.026215866,0.09059407,-0.005278432,0.024155652,-0.011593884,0.03395895,0.00016343867,-0.044384457,0.044024955,0.01228523,-0.008489737,0.00063992775,-0.07903475,-0.017435763,0.000076480224,-0.022537902,0.0014915804,0.0021241626,0.019772515,-0.04419088,-0.007051736,0.037166797,0.045297034,0.04927919,-0.04078945,-0.039296143,-0.0027705717,0.0092294775,-0.031525407,-0.012084739,-0.0020481145,-0.0011225741,-0.006896183,-0.0025942784,0.0047737486,0.045601226,0.014103472,0.014138039,-0.010252671,0.0032631562,0.017532552,0.0037954932,-0.03904726,0.008690228,-0.005492749,-0.02015967,0.08168952,0.0120570855,0.010819575,-0.0009557868,0.01713157,-0.040817108,-0.037139144,0.049113266,0.024957614,0.005012263,-0.005112509,-0.022828266,-0.020132015,0.030198023,-0.0091949105,0.01104772,0.03354414,-0.023892941,-0.03268687,0.02804102,0.009547497,0.017878225,-0.0026789682,0.0034204377,0.0207404,0.017200705,-0.021155208,0.023837633,0.034429062,-0.019800168,0.015818011,0.03777518,-0.02439071,-0.008040362,-0.02881533,0.03642014,-0.07543975,-0.0041964743,-0.022786787,0.021929516,-0.05973235,0.019938437,-0.0404023,-0.003384142,-0.002013547,-0.043720763,-0.02939606,-0.021528535,0.058902737,-0.024238614,0.026575366,0.0045456043,-0.013474346,-0.018472783,0.018472783,0.017477244,-0.006958404,-0.04355484,-0.012610164,-0.0076670344,0.01826538,-0.0021950256,-0.050661884,0.010750441,0.0034446348,-0.01924709,0.009941565,0.008109496,-0.011552403,-0.026699807,0.040678836,-0.07776267,0.002818966,0.016467877,0.011441788,-0.009837863,-0.014974569,0.030004445,-0.026036115,-0.0070551927,0.07306152,0.050910767,0.018555744,0.031165907,0.029644946,0.03962799,-0.0061944663,-0.023201594,-0.03561818,0.03503745,0.0013541753,0.025704268,-0.021086073,-0.023021843,0.0150298765,0.031774294,-0.025344769,0.016937993,-0.019966092,0.033018716,0.01641257,0.029340751,0.014628896,0.0006667174,-0.016799724,-0.010702047,-0.044522725,-0.049942885,0.007231486,0.0025942784,0.048864383,-0.008254679,0.03124887,0.038853683,-0.048975,0.007027539,-0.0032631562,0.049942885,0.017214531,0.020712746,0.025441557,-0.051325575,0.00014172606,0.07615875,-0.0007202968,0.013308424,-0.029174829,-0.002366134,0.020975458,-0.0007578888,0.0069411206,0.060617276,-0.008628006,0.014601242,-0.04206153,-0.026326481,0.032769833,0.0514915,0.041093644,-0.027474117,0.006509029,0.012209182,0.06548435,0.048256,-0.0031974784,-0.031580716,0.012506461,-0.02574575,0.05691166,-0.024916133,-0.012838308,-0.0039372193,-0.00053190487,-0.042725224,0.009471449,-0.06493128,-0.043997303,0.00430709,0.066203356,-0.022344325,0.0067337165,0.0019115736,-0.030723445,0.011096114,-0.0615022,-0.014490626,0.057796583,-0.03213379,0.024916133,0.008697141,-0.00087801024,-0.041453145,-0.016218992,-0.0048567103,-0.033212293,0.049113266,-0.036503103,-0.0051090517,0.047730573,-0.01104772,-0.01156623,0.009685767,-0.028511137,0.02245494,-0.040457606,-0.0023039128,0.00036641373,-0.00065764354,0.031940214,0.023588749,0.022551728,0.00082615926,0.026312655,0.03390364,-0.0028673604,0.010577604,0.045075804,0.036060642,-0.015665915,-0.008026535,0.022399632,-0.01619134,-0.045241725,0.04369311,0.007141611,0.013626442,0.019537456,-0.008545045,0.08710968,0.006948034,-0.011075374,0.004528321,-0.027156098,-0.025856365,0.003389327,0.008524304,-0.0014535564,-0.005879903,0.020989284,-0.008227025,-0.023561094,0.026036115,0.038107026,-0.023865286,-0.024086518,-0.0050330036,0.0035984593,-0.046237264,-0.017961185,-0.0048878207,0.030944677,-0.052376423,0.0133775575,-0.020311765,-0.002876002,-0.01352274,-0.05356554,0.02245494,-0.005143619,-0.023934422,-0.020436207,-0.015361723,-0.034429062,-0.042725224,-0.01852809,0.016979475,0.024100345,-0.007749996,0.007245313,0.006032,-0.017546378,-0.0034757454,-0.00051634957,0.027653867,0.029174829,0.016080724,0.012001778,0.031055292,-0.048007112,-0.005264605,-0.022731477,-0.009098122,-0.031359486,-0.015887147,-0.035313986,-0.01659232,0.0056586727,-0.004604369,0.020408554,0.00863492,0.034318447,0.019371534,-0.0013731873,-0.03238268,-0.013985943,0.0032717981,-0.06023012,-0.008144064,0.009678854,0.037858143,-0.0071485243,-0.058681503,-0.019094994,-0.01364027,0.044660993,-0.05107669,-0.007936659,-0.023616401,0.021348786,-0.01970338,0.0120570855,0.01834834,0.014449146,0.01451828,-0.017546378,-0.0069653178,0.0026945237,0.016357262,0.0056863264,-0.009547497,0.0014103472,0.0049569556,0.013902982,0.0060181725,-0.014055078,0.011683758,-0.017739955,-0.011421047,-0.027197577,-0.007936659,0.035728797,-0.017560204,-0.01749107,-0.019648071,-0.003577719,0.014933088,0.007846785,-0.0044764695,-0.038162336,0.03138714,0.04499284,-0.030695792,-0.026340308,0.008192458,-0.020505343,-0.02510971,-0.026119078,-0.028428175,0.013412125,0.02552452,0.011054633,-0.0124234995,-0.02177742,-0.026755115,0.005931754,0.03547991,0.001574542,0.015804185,-0.007535679,0.007528765,0.015499992,0.016799724,0.025980808,0.011455614,0.004511037,0.02114138,0.0015805913,0.016799724,-0.028981252,0.017159224,-0.0036745076,0.004863624,0.03539695,-0.024280095,-0.006235947,0.010142055,0.005209297,0.015306415,-0.007826044,0.007881352,-0.017283667,-0.023920594,0.023533441,-0.004396965,0.018431302,-0.01645405,-0.003695248,-0.024307748,0.0039061087,-0.025220327,0.009789469,-0.006066567,0.02524798,0.00024002691,0.0061806394,-0.036724336,-0.009789469,0.033986602,-0.0057243505,0.023284556,-0.011600797,0.025206499,0.003299452,0.034318447,0.022206055,-0.00501572,0.024183307,-0.013799279,0.014449146,0.015582954,0.05362085,0.040955376,0.0061771823,0.014214087,0.044107918,-0.022441113,0.02321542,0.031027637,-0.01631578,0.012727692,0.013999769,0.0008239988,-0.01210548,-0.00811641,-0.08926668,0.02538625,-0.016702935,-0.06465474,-0.010867969,0.0020325591,-0.04742638,-0.035811756,-0.0072038323,-0.004002897,0.014255568,-0.016274301,-0.000006484751,-0.02560748,0.019012034,0.01142796,0.003964873,0.019012034,-0.019648071,0.0037436422,-0.025330942,-0.009575151,0.006132245,-0.03133183,-0.03799641,-0.0025994636,0.004186104,-0.028842982,-0.003667594,-0.026091423,-0.008828497,0.0015382463,0.030419253,0.020007573,0.014946915,0.034843873,0.02552452,-0.024321575,-0.008040362,-0.009146516,-0.032216754,-0.024100345,-0.006692236,0.02488848,0.022275189,0.024902306,-0.01583184,0.029534329,0.034290794,-0.0019167586,-0.002106879,-0.025994634,0.013557308,-0.03241033,0.06520782,0.004428075,-0.014449146,0.004739181,-0.017615514,0.017007127,0.018776976,0.023823805,0.050247077,-0.014642722,0.047868844,0.010826489,-0.010743527,-0.003771296,-0.023243075,-0.0118358545,-0.00879393,0.040457606,-0.0009393673,0.022883575,-0.04640319,-0.013633356,-0.013854587,-0.015596781,-0.020671265,-0.016136032,-0.034097217,-0.019012034,-0.020519169,-0.012693125,-0.045379996,0.016177513,-0.01785057,0.010750441,-0.00021269712,0.016785897,-0.027239058,-0.007874439,-0.023104805,0.026119078,-0.052957155,0.0075771594,0.031497754,0.011842769,-0.05411862,-0.013018058,0.031276524,0.0037574691,-0.030806407,-0.034816217,0.012948923,0.00016797564,0.004991523,-0.010584517,-0.023892941,0.00027416216,-0.012852134,-0.021708285,-0.01722836,0.00038801832,0.057464734,0.014324703,0.0017551563,0.036005333,-0.011220557,0.03268687,0.0015996033,0.013619529,0.01876315,-0.02746029,0.008607266,0.051463846,-0.020685092,-0.031082947,0.00791592,0.033267602,-0.022468766,0.03702853,-0.022371978,0.016509358,-0.015748877,0.033350565,0.037111487,0.0020394726,-0.010432421,-0.0051851,0.016827378,-0.028123982,-0.0050502876,0.0072522266,-0.008137151,0.006598904,-0.004445359,0.009962305,0.013730145,-0.022123093,0.010736614,0.025137365,0.014891607,-0.020588303,0.000890973,0.004991523,0.04463334,0.029147176,0.0044522723,-0.027626213,0.010563777,0.00012671087,-0.013633356,-0.0029520502,0.01619134,0.03138714,-0.013467433,0.030198023,0.03777518,0.015472339,0.0022658887,0.026685981,0.053980347,-0.005848793,-0.029147176,-0.010978585,0.011109941,-0.009644286,0.01726984,0.0030989614,-0.0052922587,0.015873319,-0.010121315,-0.019316226,-0.009423055,-0.018638706,0.0021362612,0.005558427,0.03260391,0.0079574,0.021348786,-0.021998651,0.0414808,-0.0035880893,0.0017136756,0.004912018,0.04820069,0.00725914,0.01970338,0.0075149382,-0.0031283437,-0.007660121,-0.0016445409,-0.018099455,-0.009913911,-0.0077154287,0.010632912,0.023243075,-0.024639595,0.047343418,-0.016896512,0.0063189087,0.0081302365,-0.0034117957,-0.015154319,0.0004956091,-0.021749767,-0.014905434,0.068636894,0.039157875,0.0003780802,-0.04618196,-0.009810209,-0.01174598,0.011815115,0.0023834177,-0.011663018,-0.015970107,0.024860825,-0.0011130681,0.040098105,0.06100443,0.0029624205,-0.006374216,0.031857256,-0.0149192605,-0.031165907,0.044246186,-0.0008283197,0.0020515712,0.0015754062,-0.017034782,-0.042310417,-0.0006606681,-0.018445129,0.029921483,-0.049859922,0.012610164,0.015665915,0.011206729,0.017560204,0.009291699,-0.0028293363,0.02903656,-0.022966536,-0.02867706,-0.019993745,-0.014946915,0.009015161,0.036088295,0.034512024,0.011317345,0.0090842955,-0.004566345,-0.023381345,-0.0039441325,-0.01695182,0.023367517,-0.00019887018,0.026934866,0.03368241,0.027930405,-0.006585077,-0.017878225,0.0065124854,0.03691791,-0.007048279,0.019509804,-0.008697141,0.027377328,0.016910339,-0.0051781866,0.05442281,0.0060216296,-0.05312308,-0.044024955,-0.0046838736,-0.03849418,0.013128673,-0.0016929351,0.0065435963,0.0009773914,-0.020768054,-0.032852795,-0.027750654,-0.02309098,-0.041425493,0.0026236605,-0.049030304,0.016329609,0.010556864,-0.008545045,-0.024169479,-0.0052611483,-0.047343418,0.00811641,-0.01970338,0.020118188,0.005302629,-0.046817996,-0.004801403,0.027377328,0.033931293,0.04714984,-0.005752004,0.031414792,0.013018058,-0.032742176,0.009658113,-0.028428175,-0.043886688,0.033239946,-0.034290794,-0.023796152,-0.017504897,-0.026934866,-0.001970338,0.010356373,0.02600846,0.030585177,0.03702853,-0.01054995,0.03476091,-0.005651759,0.030944677,-0.011932643,0.0026374876,0.0041895607,-0.035065103,0.02331221,0.031055292,-0.0034688318,-0.033931293,0.022524074,0.0013852859,-0.017242186,0.01623282,0.013024971,0.02069892,0.038604796,0.010598345,0.021500882,-0.006287798,0.00094195985,-0.008150977,-0.012499548,-0.0007656664,-0.022980362,-0.012229922,-0.011497095,0.014753338,-0.028372867,-0.020588303,-0.0015252836,0.0019202153,-0.03702853,-0.026893385,0.0115800565,-0.035507564,0.025842538,0.014352357,0.026202038,-0.016066896,0.0032164904,-0.004092772,-0.009920824,-0.019634245,0.008026535,-0.014656549,-0.007141611,-0.030308638,-0.009367747,0.024045037,0.007998881,-0.008849237,-0.0118358545,0.0058902735,0.0017603415,-0.0070206253,-0.020035226,-0.040429953,0.0058522495,0.024224788,0.006989515,0.006311995,-0.0058764466,0.019855477,0.03503745,-0.0068650725,0.020519169,-0.010059094,-0.029534329,0.019357707,-0.011676845,0.0060078027,-0.021943344,-0.0070759333,-0.010487729,0.025441557,0.015043703,-0.004566345,0.009747988,-0.0076808613,0.026478577,0.04269757,-0.014601242,0.0032562427,0.0063016247,0.0030367402,0.001409483,0.013584962,0.024376884,-0.023270728,0.004801403,-0.030446908,-0.014711857,0.00484634,-0.028621752,0.008109496,0.018804628,0.008759363,0.018113283,-0.034594987,0.019551283,-0.041702032,0.019578937,-0.013370644,0.012492634,0.0054339846,0.01898438,0.011808201,0.012478807,0.016080724,-0.0051401625,-0.008247766,0.011635364,0.017394282,-0.011020066,0.0750526,0.00311106,0.01677207,-0.013260029,0.00020545958,0.004600912,-0.0054650954,0.020615958,-0.0007155438,-0.033267602,0.0047495514,0.001399977,0.029727906,0.021044593,-0.017643167,-0.03547991,-0.0051851,0.0032769833,0.03948972,-0.044246186,0.014214087,-0.02006288,0.01898438,0.02141792,0.008842324,-0.015071358,0.03984922,0.016039243,-0.001532197,-0.01583184,0.03124887,-0.0007881352,0.01681355,0.047398727,-0.0053302827,-0.022026304,-0.013135587,0.0011243025,0.018223898,-0.027363501,0.022413459,-0.02177742,-0.0016004675,-0.00014313037,-0.012976577,-0.010722787,-0.00095751515,0.0012936825,-0.018223898,-0.04972165,-0.024957614,0.0025251438,0.004832513,0.0024456389,-0.017684648,0.009575151,0.001923672,0.024293922,0.036613718,0.02425244,-0.01826538,0.014490626,-0.019330053,0.0014017053,0.01924709,-0.0029641488,0.031940214,-0.016758243,0.003836974,-0.0087524485,-0.041591417,0.012686212,-0.019786341,0.035313986,-0.0047806622,0.03210614,0.029921483,0.011718326,-0.010563777,0.0004119994,-0.023478132,0.016675282,-0.023892941,0.009927738,-0.023906767,0.01523728,0.013246202,0.037305064,0.016689109,0.05995358,0.00034675357,-0.017007127,0.034788564,0.03155306,0.0026340308,0.00090998504,-0.03011506,-0.021666804,0.005150533,-0.02510971,0.019094994,0.026409442,0.01862488,-0.010819575,0.002087867,-0.025358595,-0.0068616155,0.0050986814,-0.023588749,0.002333295,-0.00076523435,-0.014725684,0.0012392389,0.026450923,0.010411681,-0.044550378,-0.026022289,0.0034964858,-0.02363023,-0.045020495,-0.0034290794,0.015513819,0.0071346974,0.013183981,0.0129005285,-0.010639825,-0.010930191,-0.034207832,0.036669027,0.0059455815,-0.025483038,-0.025731923,0.011884249,-0.0037021614,-0.01866636,-0.010591431,-0.027225232,-0.045214072,0.008600352,0.028137809,-0.02159767,0.03426314,-0.00319575,-0.023187768,0.024860825,0.007991968,-0.0013256572,-0.03849418,-0.022441113,-0.0079090055,-0.039019607,-0.017933533,0.0022572468,-0.00039233922,-0.00004299312,-0.015458511,0.025261806,-0.004524864,-0.0060043456,-0.0106259985,-0.0011675117,-0.036115948,0.021044593,-0.0307511,0.02939606,0.01104772,-0.010176623,-0.0056033647,-0.0007717157,0.040872414,-0.01282448,0.0054408982,-0.016205166,-0.02209544,0.023837633,-0.008441343,0.00034977822,0.0011433145,-0.023505786,0.0072729667,0.0034498197,-0.009250218,-0.010052181,0.022385806,0.0024145283,0.015071358,-0.012734606,-0.005171273,0.0032441441,-0.000377,-0.027100788,0.0012089924,0.0038784547,-0.024141826,0.035092756,-0.0015814555,0.002936495,0.008503564,-0.011649191,0.039932184,0.00020491947,-0.020726573,-0.020477688,0.019620419,0.018306859,-0.018832283,-0.023284556,0.035894718,-0.026395615,0.0019910785,0.031746637,0.046679728,-0.0052023837,0.011331172,-0.00242317,0.01294201,-0.0115800565,0.011766721,0.021888034,-0.005879903,-0.0053752204,-0.029672598,0.012326711,-0.05301246,0.007383582,0.03653076,0.026367962,-0.025068229,-0.019274745,0.037858143,-0.0027481029,-0.021044593,-0.016633801,0.030032098,-0.016606146,0.010819575,-0.017864399,0.023187768,-0.025593653,0.00761864,-0.028566444,-0.020588303,0.011317345,-0.016218992,-0.0032355024,0.004873994,0.016329609,0.0059697786,-0.030446908,0.010411681,-0.023478132,0.027695347,-0.010805748,-0.011904989,-0.023865286,0.022620862,0.005859163,-0.013702491,0.010052181,0.0021137923,0.0075909863,-0.0060838507,0.023118632,-0.05458873,0.02155619,0.0068235914,0.0040685753,0.00861418,-0.014656549,0.03642014,-0.029257791,-0.0121677015,0.0006377673,0.0014241742,0.015264934,0.028206944,-0.041674376,-0.019260919,0.0061737257,-0.024280095,-0.017975014,-0.0062808846,-0.008669487,-0.004431532,-0.0052818884,0.024155652,-0.012098567,0.03124887,-0.00024240342,0.01573505,0.006633471,-0.0023644057,-0.0113242585,0.036779642,-0.022164574,0.019177957,-0.0108817965,0.02642327,-0.014725684,0.00811641,0.009644286,-0.012658557,-0.0005306086,-0.011165248,0.009153429,-0.0033011802,0.006585077,-0.014960742,-0.0051228786,-0.009962305,-0.0032545144,-0.043167684,0.028054848,0.024197133,0.030557523,0.00362957,-0.013066452,0.026340308,-0.045297034,0.005430528,0.02867706,-0.01397903,-0.0053337393,0.0061391583,0.032299716,-0.00085251685,0.0037954932,-0.010142055,0.033875987,0.026450923,0.019952266,0.023160113,0.03368241,0.012859048,0.033350565,-0.008503564,0.012872875,-0.012948923,-0.01785057,-0.0093400935,-0.0091949105,0.009747988,0.014601242,0.037360374,0.010957845,0.0064468076,0.030198023,0.011262037,0.002046386,-0.0052680615,0.010902537,0.011642278,0.027169924,0.020892495,-0.019938437,0.0400428,0.03404191,-0.027778309,0.011144509,0.04549061,-0.018154763,0.003190565,-0.043084726,0.028400522,-0.02750177,0.033350565,-0.012084739,0.0025493407,0.029921483,0.019495975,0.032493293,-0.0032925385,0.009236392,-0.0011035621,-0.033737715,-0.023519613,-0.01722836,-0.0032510576,-0.01988313,-0.031525407,0.0017447862,-0.019786341,0.016924167,0.029700253,0.043499533,0.029727906,-0.019772515,-0.024874654,-0.0010620813],"social":"https://twitter.com/askwhyharsh"},{"title":"vrfd.info","description":"yelp for ethereum with rewards for successful reports to help buyers transact with confidence","niche":"web3","youtube_url":"https://youtube.com/watch?v=OmKhKadx1yo","youtube_transcript":"Hi there. Yes. I'm shamelessly using my cat called Bruce Guy to get your attention. My name is Variner, and I'm part of a team of three that created verified. It's like help but for Ethereum with rewards to help buyers transact with confidence. So let me share along with you a ethereum address or public key, paste it in the search box and hit enter. A verified address will look like so and a flag address like this. After your application has been reviewed, we actually meant what is called a soul bound n f t, but it did not go as our plan. We struggled with onboarding users. I set a modest goal of eight hundred users by the end of demo day. At this point in time, we are in the high 30s. However, I am pleased with the fact that we have slowly but surely made steady growth. We had this post on Hakerac brought in a lot of feedback, which was valuable in refining our product. What ended up getting the best traction by far was actually going on to Telegram and looking for crypto groups. The reason I believe for this is that these groups in particular are the most unregulated spaces and where most of the scams and frauds can be found. Thank you for your time.","embedding":[-0.007334171,0.0023148854,-0.01540297,0.07601382,-0.010866036,-0.023847155,-0.032049157,0.051052608,0.011972015,0.01748576,0.0495995,-0.023007581,-0.016008433,-0.025720052,-0.0019213348,0.0318877,0.0073099523,0.0017285958,-0.051149484,0.01890658,0.031871554,0.012948828,0.022232588,0.028141903,-0.00077095575,0.0070193303,-0.040590215,-0.025639324,-0.003190788,-0.05751088,0.018083151,-0.03661838,0.01457954,0.011842849,-0.04339956,0.01942324,0.014224336,0.0059093153,0.013336323,0.021489887,-0.005424945,-0.015637081,0.050988026,0.008230255,-0.037490245,0.023798717,-0.050213035,0.022749249,0.00028860386,0.021263847,-0.07000763,-0.013271741,0.0045127147,0.052344263,-0.03367987,-0.018841997,0.0074431538,0.052085932,-0.04262457,0.04381935,-0.006777145,-0.020924788,0.014950891,0.00837153,-0.022716958,0.008339238,-0.037167333,0.009525945,0.0112938965,0.06187021,0.059577525,0.029917927,0.04888909,0.024186214,-0.031839263,0.024622148,-0.024412254,0.068586804,0.009525945,-0.028125757,0.009663183,-0.0066964165,-0.021796655,-0.0038608334,-0.063032694,-0.017840967,-0.060643137,-0.015217294,-0.007971925,0.008468404,-0.0064623044,0.05156927,-0.041300625,0.020666458,-0.012133472,0.01935866,-0.05831816,0.02189353,0.029804908,0.019681573,0.0014813653,0.022490919,0.02901377,-0.02710858,0.004282639,0.048759922,0.019326366,-0.027818989,-0.026753375,-0.024218505,-0.10817599,-0.023572678,0.021748219,0.0061434275,0.03774858,0.027431494,0.00058982155,-0.019859174,-0.009808495,-0.024040904,-0.04527246,0.017566489,0.04427143,0.004444096,-0.007628829,-0.0067529264,-0.0057841865,0.012149617,-0.025784636,-0.027576804,0.059932727,-0.004601516,0.10003857,0.0036004845,-0.06684308,-0.022329463,-0.0326304,-0.040622506,-0.042075615,0.0331955,-0.015507916,-0.042753734,-0.009154595,-0.010252501,-0.03519756,-0.05683276,-0.058156703,0.061353546,-0.047306813,-0.0346809,0.004082836,-0.028432526,-0.03345383,0.008734807,0.016040724,0.0035621384,0.011051712,0.056057766,-0.0484693,-0.027818989,-0.0046297708,0.0073704985,-0.0033138988,-0.035843387,-0.010430103,0.018502938,-0.000013583491,-0.040590215,-0.04410997,0.031580932,-0.01420819,-0.018777415,-0.008944701,0.008775172,-0.008839754,-0.041074585,0.031790826,0.0019566533,-0.009760058,-0.06345248,-0.0045692245,0.013158721,0.028158048,-0.042204782,-0.05751088,-0.027415348,0.007394717,-0.00761672,-0.01987532,-0.012706643,-0.0014268736,0.07653048,0.010155627,0.019487824,0.03971835,-0.04049334,0.051052608,-0.007979997,0.009170741,0.0116894655,-0.001141297,-0.001798224,0.03613401,0.018551376,0.007967888,-0.023411222,0.0047024265,-0.015039692,-0.010575414,0.01335247,0.04385164,0.015612863,-0.028513255,0.017744092,-0.05399112,-0.018745122,0.019294076,0.055670273,0.0053119254,0.019181056,-0.0077216667,0.021425305,0.031564787,0.0066560525,-0.040687088,0.06358165,0.05302238,-0.009388708,0.033098623,-0.007229224,0.0354236,0.015524062,0.0064219404,-0.03732879,0.01079338,-0.030127821,0.07104095,-0.011737903,0.018115442,-0.010357448,-0.0044602416,0.02360497,0.019261785,-0.028077321,0.034067363,0.016290981,-0.044884965,-0.045143295,0.03326008,0.07704714,0.03871732,-0.0030273132,0.012924609,-0.002173611,0.018938871,-0.006486523,-0.025913801,-0.0060949903,-0.0078871595,-0.029691888,0.032452796,0.01879356,-0.03661838,0.022862269,-0.018696686,-0.022652375,-0.018454501,0.013134503,-0.026785666,-0.020585729,-0.026672646,0.009542091,-0.00502534,0.004795264,-0.04142979,-0.02140916,0.01198816,-0.004900211,-0.0039092703,0.012755079,-0.018228462,0.027366912,0.003535902,0.0054895277,0.00013105743,0.03448715,0.032065302,-0.052408844,0.02155447,0.035359018,0.04430372,-0.026495045,0.036263175,0.031193435,0.04937346,-0.011818631,0.04917971,-0.009445217,0.006147464,-0.004609589,0.0028698929,-0.0120850345,-0.032678835,-0.0014823744,-0.01953626,0.022248734,0.0065389965,0.0008193928,-0.017437324,-0.034584027,0.028271068,-0.009219178,-0.00939678,0.0062766294,-0.026559627,0.010680361,0.041623536,0.0034551735,-0.03143562,-0.039686058,0.0042503476,-0.041720413,-0.0050616674,-0.01059156,0.020391982,-0.002282594,0.021457596,-0.03137104,0.018825851,0.0015994305,0.041397497,-0.07349509,0.013191013,-0.048566177,-0.018664395,-0.0129569005,-0.0071484954,-0.0065268874,0.00079870614,0.03464861,-0.035940263,-0.073818006,0.013643092,-0.010107189,-0.012093107,0.041849576,0.0031564785,0.0014672378,0.026575774,0.041752703,-0.028803876,0.0123756565,0.03083823,-0.020973226,0.018777415,0.012076962,-0.015879266,-0.0039980714,-0.020795623,0.000115290175,-0.003461228,0.012367584,0.006034444,0.007947707,0.012989191,0.017566489,-0.045724537,-0.037910033,-0.007096022,-0.027092434,0.0044400594,0.0050535947,0.029562723,0.010543123,-0.0107126525,-0.005336144,0.028545545,0.015241513,0.007540028,0.04482038,0.11250303,-0.001304772,-0.026042966,-0.047306813,0.0064340495,0.02158676,0.005029376,-0.016210252,-0.05224739,-0.006252411,0.034131948,-0.008129345,-0.033098623,-0.010543123,0.020069068,0.027851282,0.0025954165,0.03214603,0.026188277,-0.009356416,0.03397049,-0.001420819,0.009106158,-0.030854376,0.02949814,0.047016192,-0.04863076,-0.010833745,0.02140916,0.034584027,0.026866395,-0.026317442,0.047565144,-0.016105305,0.005642912,0.014337355,0.010639996,0.0011332242,0.011205095,0.017178994,0.020666458,-0.04004126,-0.0021675562,-0.0130376285,0.043431852,0.0016408038,0.041074585,0.021602906,-0.040331885,-0.055637978,-0.026010675,0.0029405302,0.048017222,-0.02449298,0.0023431403,0.03364758,0.0057922592,0.033098623,-0.013215231,-0.007213078,-0.038652733,-0.01685608,-0.02449298,-0.018696686,0.0020151816,-0.012609769,-0.03329237,-0.045175586,-0.0025994529,0.016508948,-0.019891465,-0.054281745,-0.014676414,0.0076813027,-0.03471319,-0.013481635,0.01651702,0.030208549,0.019455533,-0.008149527,-0.0033199533,0.015653227,-0.026559627,0.03874961,0.017582634,-0.0026821995,-0.04917971,-0.0027972374,-0.00842804,-0.041365206,-0.0018587703,-0.06878056,-0.0071565686,-0.022281025,-0.036069427,-0.00523927,0.03329237,-0.018228462,0.011213168,-0.026640356,-0.041558955,0.03172624,0.013877204,0.053345293,0.030612191,0.018018568,-0.02602682,0.020230524,-0.051149484,0.046757862,0.008052653,0.050439075,0.036715254,-0.021344576,0.031548638,-0.04281832,0.052893218,-0.084409565,0.022959143,-0.0011826704,0.007822577,-0.01463605,0.031112706,0.041978743,0.023152892,-0.008726735,-0.037457954,-0.023217473,-0.013651164,0.01942324,-0.049986996,0.01708212,0.0048881015,-0.008379603,-0.025558596,-0.013304032,0.023927884,0.027786698,-0.018099297,-0.013885276,-0.015774319,0.00664798,-0.003287662,0.0033118806,0.031806972,0.020827916,-0.04410997,-0.014910527,-0.0037780867,0.020295108,0.0056308024,0.012012378,0.03661838,-0.017033681,-0.0037558866,-0.015362605,-0.02864242,-0.03774858,0.029078351,0.023265911,-0.010244428,-0.005973898,0.028222632,-0.03490694,-0.018341482,-0.004706463,-0.015055837,0.0019364713,-0.009978024,0.025720052,-0.0033905907,-0.035262145,0.024896624,-0.007866978,-0.0026317444,0.007261515,-0.0034854466,-0.0021837018,0.019035745,0.009251469,0.020618021,0.013392833,0.026301296,-0.0076490114,-0.020488856,0.045853704,-0.018067004,0.041010004,-0.008767099,-0.0000063857387,0.011818631,-0.034551736,0.0055904384,-0.042237073,0.06429206,0.020262817,-0.02383101,0.0009162668,-0.0063089207,0.04004126,-0.029401265,-0.036230884,-0.00068114547,0.018131588,-0.0065511055,-0.016105305,-0.004920393,-0.0051585417,0.02383101,0.010914473,0.0050979955,-0.0047791186,-0.0469839,0.026414316,0.01349778,0.020327399,-0.041010004,-0.007955779,-0.045337044,-0.017292013,0.023960175,0.016137598,0.021360721,-0.042527694,-0.016533166,0.015306096,-0.012633987,-0.037167333,0.04917971,-0.012722788,-0.019972194,-0.0018517065,-0.018147733,-0.007883123,-0.022232588,0.017614927,-0.0011261605,0.006708526,-0.0035036104,0.018050859,-0.023104453,-0.028448671,0.040138137,-0.0022422299,0.010753016,0.035843387,0.03422882,-0.044239137,-0.011067857,0.012835808,-0.004561152,0.010195991,-0.0030676774,-0.00388707,-0.023362786,-0.04646724,-0.0011100149,0.051504686,-0.008613715,-0.03109656,-0.027060144,0.0034006818,0.007741849,0.007685339,-0.0067125624,0.0123514375,-0.011923578,0.027802844,0.008105126,-0.009525945,-0.0025933983,-0.017033681,0.03978293,-0.038652733,0.024912769,0.021861238,-0.035714224,0.0026075258,0.002986949,0.02986949,-0.008121273,0.027463784,-0.0016105307,-0.016581604,-0.042753734,0.009751985,0.009283761,0.03422882,0.0016559403,-0.0015681483,-0.02659192,0.011608737,-0.008872046,-0.034067363,0.0035137015,0.012989191,-0.026947124,-0.02938512,-0.012553259,0.018858142,-0.03172624,0.06800556,-0.018809706,-0.020391982,-0.013739966,0.0038810156,0.02770597,-0.019584699,0.024121631,0.0062887385,0.015306096,0.010801453,0.029320538,-0.008791317,0.008084944,-0.0305799,-0.014385792,-0.008355385,-0.01759878,-0.03416424,-0.024379961,-0.022006549,0.002793201,-0.02565547,-0.0136188725,-0.024993498,0.0064905593,0.03758712,0.03240436,0.018260753,-0.021231556,0.03897565,-0.007725703,0.03858815,-0.024654439,0.020149797,-0.032129884,-0.09835942,0.010639996,-0.0025631252,-0.018551376,0.038685028,-0.026608065,-0.0027104544,0.032727275,0.027802844,0.009098086,-0.023411222,-0.025138808,0.008298875,-0.0264789,0.014393865,0.020827916,0.0046862806,-0.031742387,-0.0029405302,-0.07543257,-0.028238777,-0.039395437,-0.029110644,-0.02446069,0.014716779,-0.0024178142,0.025671616,0.031080415,-0.018244607,0.004169619,-0.0040323813,-0.029223664,0.010430103,0.012964973,0.017921694,-0.046047453,0.01642822,0.027754407,0.019697718,0.029368974,0.0015873212,-0.045240168,0.05276405,0.008068799,-0.01700139,-0.010252501,0.024073195,0.03758712,0.03755483,0.013077993,-0.006417904,0.025461722,-0.0031544603,0.03949231,-0.009420998,-0.03774858,0.020747187,0.028012738,-0.028077321,-0.03248509,0.02830336,0.0072978428,0.013546217,-0.04000897,0.028158048,0.017211284,-0.013513926,0.0010277728,-0.035714224,0.025962237,-0.018050859,0.01107593,-0.016678477,-0.009445217,-0.031564787,-0.03120958,0.016387856,-0.008218146,-0.0038224875,-0.017211284,-0.08227833,-0.035326727,0.00017873761,-0.0036751581,-0.012076962,-0.0037074497,0.06187021,0.011043639,-0.01583083,-0.00048285644,0.037038166,-0.029175226,0.03855586,-0.011947796,0.03451944,0.023734136,-0.0023229583,0.00086581154,0.018293044,0.02383101,-0.056735884,0.01725972,-0.01905189,0.007172714,0.02189353,-0.031823117,-0.0042664935,0.00020838005,0.006256447,-0.032953314,0.008109163,0.0040545813,0.02420236,-0.029142935,-0.00620801,-0.010736871,-0.016395928,0.0013219267,0.026091402,-0.026543481,-0.02140916,-0.025720052,-0.0231206,0.00063573575,0.008557205,0.0034349915,0.020860206,0.024073195,-0.01830919,0.04452976,0.00713235,-0.0009823631,-0.007919451,0.0034733373,-0.019035745,0.027932009,-0.019116474,-0.02710858,-0.02636588,-0.03403507,0.0013299995,-0.012052743,0.009889223,-0.025300266,0.016250618,-0.0026438534,-0.0019667444,0.041010004,0.015588645,0.013748039,-0.0021090282,0.023023726,0.044013098,-0.043496437,0.026721084,-0.0218128,0.01528995,0.008444185,0.02688254,-0.055508815,0.0073704985,0.004020272,0.01560479,0.02479975,-0.018083151,-0.024589855,-0.01583083,-0.01961699,0.033841323,0.008323093,0.020408127,-0.028335651,-0.00620801,0.008952774,-0.0001541407,-0.007334171,-0.03217832,-0.0070919855,0.031855408,0.023475805,0.019261785,0.03933085,-0.0014097189,0.009291833,0.013683456,-0.010454321,-0.000121155594,-0.02192582,-0.0016075033,-0.011180877,0.004795264,-0.0042866752,-0.0047145355,-0.018438356,-0.007653048,0.051181775,-0.0084926225,-0.012520967,-0.0045772977,-0.014272773,0.013691529,0.0055218195,0.019794593,-0.013691529,-0.016097233,-0.019310221,-0.014894381,-0.028707001,0.005961789,-0.0092595415,-0.0062604835,0.022426335,-0.009953806,-0.03198457,0.017727947,-0.010099117,-0.012876172,-0.0012553259,-0.019181056,-0.0032775712,0.011285824,-0.023007581,0.003432973,0.011318115,0.0025106517,0.011883213,-0.025800781,0.0034430642,-0.021974258,-0.0017639145,0.005558147,0.027867427,-0.021263847,0.020892497,0.0017750147,0.0052150516,-0.025574742,-0.027157018,-0.04740369,0.050535947,0.028400235,0.03732879,0.00982464,-0.017840967,-0.034810066,-0.028545545,-0.066649325,0.0018315244,-0.0124806035,0.0020928825,-0.01864825,-0.028916895,0.059803564,-0.0030293313,0.01998834,-0.008468404,-0.01916491,-0.010244428,0.014531103,-0.0014601741,0.005279634,0.004375477,0.005759968,-0.0077781766,0.019891465,0.0031342783,-0.014046733,-0.009840786,0.009921514,-0.032081448,0.025510158,0.021312285,-0.008589497,0.013199085,-0.0084926225,0.00031509285,0.015774319,0.035617348,-0.03855586,-0.00442795,-0.036553796,0.009921514,0.029368974,0.0033038077,0.0015933758,0.011229314,-0.036521506,0.009525945,-0.036456924,0.03874961,0.0023330494,-0.013231377,-0.019794593,0.011229314,-0.018825851,0.0071969326,0.0115603,-0.02494506,-0.011737903,0.026495045,-0.00090062566,-0.011414989,-0.013231377,-0.0031282236,-0.0057922592,0.021506032,-0.046338074,-0.0059981165,-0.03929856,0.01853523,-0.04391622,0.00550971,-0.0009369534,-0.02494506,0.018067004,0.013465489,0.0057478584,-0.025025789,0.013360542,-0.012093107,-0.0043391488,0.004082836,0.010720725,-0.032533526,0.015968068,0.00021796655,-0.0021756291,-0.0019082164,0.0071686776,-0.011197022,-0.052893218,0.023169037,0.009291833,0.02218415,0.008775172,0.030224694,0.006882092,-0.0036368123,0.0015984214,-0.0064259768,-0.007963852,0.017501907,0.026269006,0.0037215769,-0.0010918509,-0.016129525,0.016073015,0.0238633,-0.01215769,0.016290981,-0.03807149,-0.0020969189,0.009889223,0.019213347,-0.0069063106,-0.009598601,0.0047710454,-0.018971162,-0.02178051,0.032533526,-0.01782482,-0.02121541,0.017324304,0.020618021,0.011156658,0.0014712742,-0.023056017,-0.029950218,-0.0020706821,-0.02218415,0.026188277,0.0013602728,-0.014902454,-0.009090012,0.0012633987,-0.013029556,-0.015104274,0.0003155974,-0.00620801,0.005319998,-0.0032513344,0.036747545,0.00037715276,-0.024121631,0.018228462,-0.01953626,0.039427727,-0.0029990582,0.0027225637,0.034810066,0.0027185273,-0.0072816974,0.008532987,0.024654439,-0.015451406,-0.017388888,-0.010082971,-0.021312285,-0.019100327,0.004726645,-0.013941786,-0.0002005595,-0.018002423,0.012512894,-0.008040544,0.027625242,0.004573261,0.018131588,0.0154675525,0.022490919,0.025122663,-0.009420998,0.03195228,0.0024581782,-0.012327219,-0.03397049,0.012028525,0.021457596,0.0041413642,-0.019342514,0.02408934,-0.0007275643,-0.018809706,0.0611598,-0.008759026,0.008549132,0.03904023,0.017098265,0.022087278,-0.0121657625,0.09106158,0.011447281,-0.0015096202,-0.021344576,0.01469256,-0.01964928,0.014571467,0.019907612,0.0086782975,0.019972194,0.014878235,-0.024105486,-0.019407095,0.040170427,0.0012270709,-0.028723147,-0.028206486,0.03400278,-0.0074270084,-0.02622057,-0.0028779658,0.014079024,0.030983541,-0.015193076,-0.059674397,-0.0077781766,0.019923758,0.016266763,0.017421179,-0.00082242006,0.020165943,0.020940935,0.0021090282,0.014054806,-0.024105486,0.0076893754,-0.0031019868,-0.0046903174,0.010333229,-0.0017810692,0.014183971,-0.029465849,0.022813832,0.008419967,0.017970132,0.023927884,-0.0050899223,0.006950711,-0.030434588,-0.048275553,-0.0054168724,-0.0035318653,0.014619905,-0.0013622909,0.025413286,-0.003287662,0.03448715,0.047274522,0.010825672,0.006458268,0.0016508948,0.011673319,0.0072655515,-0.0030939141,0.024767458,-0.006813473,-0.023249766,-0.027366912,0.010163699,-0.014740997,0.0110032745,0.02047271,0.025607033,-0.0074754455,-0.0036549761,-0.006983002,0.0056308024,0.040138137,-0.0029486031,0.036779836,-0.013836839,-0.0080042165,0.01084989,-0.01719514,-0.0128519535,0.024702875,0.021828946,0.034099657,-0.005877024,0.017776383,-0.0118751405,0.0108175995,0.06632642,0.028965332,-0.0066681616,0.007112168,-0.036263175,0.020391982,0.01042203,-0.009049648,0.0059133517,0.0029829126,0.016533166,-0.00066853163,-0.01198816,-0.014070951,0.00014871676,-0.014644123,-0.013005338,-0.0042584203,-0.012924609,-0.018632103,-0.011164731,-0.0072938064,0.03316321,0.009267615,0.0011796431,-0.01312643,0.012601696,0.009647038,0.020553438,-0.0024723057,-0.027366912,-0.0030818048,0.0046257344,-0.009025429,0.025784636,-0.00550971,0.0037538684,-0.025090372,0.013425125,0.03288873,0.024363816,-0.00025933984,-0.018712832,0.04646724,-0.017049829,-0.023217473,-0.020424273,0.020666458,-0.027915863,-0.011318115,0.0062604835,-0.03464861,-0.022749249,-0.008565278,0.0030959323,0.004565188,0.00081182446,0.030127821,-0.017566489,0.014337355,0.04265686,0.009324125,-0.02420236,-0.0057074944,0.019148765,-0.009493654,-0.03426111,0.005065704,-0.013481635,-0.0033885725,-0.0047791186,-0.017146701,0.060610846,-0.008028435,0.008072835,-0.00030121766,0.031258017,0.009429071,0.03497152,-0.033098623,-0.027463784,0.027932009,-0.02129614,-0.022846123,0.02431538,0.012997265,0.0008723707,-0.0065268874,0.011665246,0.012407947,-0.004948648,-0.019003455,0.0066358703,-0.023572678,-0.024105486,-0.026575774,0.0037780867,0.029853344,0.028497107,-0.02867471,-0.041494373,0.0034592098,0.008250438,0.015071983,-0.04310894,-0.0020505001,0.009348343,0.023911737,0.0238633,-0.022200296,-0.0024803786,0.0005585393,0.0008632888,0.004960757,-0.02733462,-0.01318294,0.042979773,-0.027027853,0.010317083,0.0129326815,0.0034935195,0.011011347,-0.010010315,-0.014426156,0.00063977216,0.016613895,0.037974615,-0.0040162355,0.014296991,0.00502534,0.00442795,-0.036812127,0.009057721,0.016775351,-0.001632731,-0.008936629,-0.059093155,0.057930663,0.045337044,-0.036392342,-0.0018486793,-0.0115037905,-0.03897565,0.03251738,-0.029449703,0.013957932,-0.03874961,-0.011955868,0.021312285,-0.0008759026,0.011818631,0.032162175,0.008775172,-0.034131948,0.031451765,0.0059416066,-0.01685608,-0.029740324,0.0076772664,0.031419475,-0.036263175,-0.003566175,0.0028557654,-0.03778087,0.019035745,-0.00831502,-0.016016506,-0.010010315,-0.03293717,-0.003305826,-0.007338207,-0.02505808,-0.0012956901,-0.02446069,-0.000007185927,0.0120608155,-0.02397632,-0.0025671616,-0.0050213034,-0.042075615,-0.00999417,0.0037155224,-0.025897656,0.00009138702,-0.037005875,0.010518904,0.014934745,-0.027237745,-0.035294436,0.03519756,-0.010260574,0.0059133517,0.009307979,0.014296991,0.0018022604,-0.04378706,0.014975109,0.017840967,-0.01830919,0.015330314,-0.017970132,0.037619412,0.0056630936,-0.001855743,0.006272593,-0.0027447639,-0.00080375164,0.0027124726,0.012916536,-0.01719514,0.05686505,-0.021263847,0.025461722,0.01987532,0.0029829126,0.0034814102,0.011802485,0.03080594,-0.0040727453,-0.03351841,0.0035722295,-0.047016192,0.03826524,-0.044497468,0.01964928,-0.011471499,-0.0046136254,0.018551376,0.021828946,0.02673723,0.0025368885,-0.0065874336,0.012658206,-0.0041232007,-0.01905189,-0.035003815,0.040654797,-0.031484056,-0.003828542,-0.0069184196,0.0678764,-0.047791183,0.045853704,-0.015984213,-0.018551376,-0.006869983,0.025477868,0.019826883,-0.010639996,-0.012125398,0.008888192,-0.0012351437,-0.029401265,0.002310849,0.02420236,-0.0024319417,0.028125757,0.016646186,0.032339778,0.082472086,0.027754407,0.025041934,-0.02733462,0.020569583,0.009275688,0.00034460914,0.0049526845,0.018712832,-0.032194465,0.0031463874,-0.012125398,-0.01571781,-0.0120608155,0.051892184,-0.01042203,-0.014958964,-0.020618021,0.031580932,0.013231377,-0.0006342221,0.0010676325,0.0015187021,-0.02670494,-0.035714224,-0.0012896354,-0.00075228733,-0.024912769,-0.050729696,0.046757862,0.029433558,0.021457596,-0.020553438,0.011439207,0.008928556,-0.018632103,-0.020666458,-0.008036507],"social":"https://twitter.com/wernerdoteth"},{"title":"shefali ","description":"an album of music, art and writing to encourage people","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=W3Dsf-fk1ds","youtube_transcript":"Hey, What's up? It's Shefali. I'm producing an album of music, art, and tips to encourage people. I've been involved in music my whole life. Like, singing, dancing, remixing, DJing, government master's in music technology, and I even ran a music startup. But going through really hard time and almost not making it and having music get me through is really why I do this and I wanna create music that in kind can encourage other people. For my build space projects, I created a new song every week. In each side, I get really specific about what people have been going through, including me. Newest one called gamers refers to the persistence needed in gaming and in life. It's Because of the timeline I couldn't use traditional streaming platforms, so I looked to bandcamp. And while encouraging and connecting people is the most important thing to me, it's not a proper metric for build space. So I settled on measuring dollars earned. This was working slowly but surely until the bandcamp payment system stopped working. So I quickly shifted focus to connecting with people and exploring platforms to sell my music. It's been incredibly fun exploring new tech knowledge and connecting with the community.","embedding":[0.028233921,-0.0440311,0.028265327,0.04133019,0.022235392,-0.0045224526,-0.0049268035,0.04418813,-0.050971806,0.0078004454,0.020162601,-0.02801408,-0.03215966,-0.029474456,0.008864321,0.047737,-0.034075424,-0.06972114,-0.033918392,-0.015640149,0.028249625,0.004816883,-0.009382519,0.053609904,0.0007797501,-0.023381706,-0.031217484,0.047171693,-0.013779347,-0.021120481,-0.020178303,-0.02843806,-0.027700022,-0.0011041143,-0.050814778,-0.016362485,-0.0058493526,-0.033918392,0.024480915,-0.002263189,-0.0054253726,0.024622241,0.050280876,0.041581437,-0.0070545548,0.022156876,-0.06387964,0.004797254,0.052699134,0.046763413,-0.03803257,0.037058987,0.019487374,-0.0064264364,0.011431755,-0.037938353,-0.026977684,0.035049006,-0.038660686,-0.003168072,0.030730693,-0.024842082,0.042146746,-0.013386773,-0.003804042,0.008028138,-0.029490158,0.012656585,0.00025983492,-0.024543727,0.04418813,0.02763721,0.0074510546,0.0055352934,-0.059137348,-0.008777955,-0.008777955,0.035739936,0.0005191791,-0.04588405,-0.020947749,-0.02143454,-0.041141756,0.019722918,-0.0049856897,0.008550262,-0.087873764,-0.044219535,-0.04170706,0.023852795,-0.05693893,0.02583137,0.01597776,0.03639946,-0.006842565,-0.0035292401,-0.025171844,0.043434385,0.035582907,0.016990602,0.013245447,-0.0028913075,0.010701567,-0.055431448,0.037969757,-0.008550262,0.02933313,0.005401818,-0.015294683,-0.040105358,-0.13504545,-0.033510115,0.022031253,0.028390951,0.023931311,-0.025533013,0.047894027,-0.009060608,-0.020398146,-0.012169794,-0.06400526,0.039068963,0.009515993,0.009963528,0.030008357,-0.059765466,-0.010740825,-0.005115239,-0.055933945,-0.040293794,0.07355266,0.0169749,0.018278245,-0.042272367,-0.029458752,-0.02870501,0.0049111005,-0.0040552896,-0.037216015,-0.011808625,0.0003722092,-0.030369524,0.015962059,0.0076591186,0.036525086,-0.020884937,-0.029882733,0.040827695,-0.021403134,-0.03167287,0.049778383,0.00008888121,-0.036493678,0.03209685,0.040325202,-0.009971379,-0.027433071,0.05342147,-0.02446521,-0.025815666,0.041550033,0.001410322,-0.03881772,0.010732973,-0.035771344,0.009877162,-0.021450244,-0.030118277,-0.027024794,-0.007019223,-0.08661753,-0.012405339,-0.051694144,0.011502418,0.052667726,-0.042083934,0.037153203,-0.03542588,-0.025611527,-0.015577336,-0.02667933,-0.019942759,-0.041298784,0.019298937,-0.061367165,0.013559506,0.018278245,0.0034212824,0.029458752,0.015428158,-0.0056923227,0.0493387,0.006563837,0.047297314,0.025642933,-0.017069118,0.06475901,0.030762099,0.007871109,0.006026011,0.012593774,0.017336067,0.04004255,0.016660841,-0.032881998,-0.0006423492,-0.016315375,0.012020616,-0.005633437,0.018874958,0.055996753,0.000247567,-0.025721448,-0.012578071,-0.007553124,0.025595825,0.0066659064,0.044156723,-0.0010383582,0.013520248,0.016660841,0.027071903,0.014501683,0.018246839,0.07418078,0.027982675,0.025124736,-0.043905474,0.043685634,-0.025737152,0.03511182,0.008236202,-0.025533013,0.024873488,0.0048051057,0.0118557345,-0.01331611,-0.022298204,0.023146164,-0.009115568,0.0029227133,-0.037373044,0.046512168,0.03300762,-0.0019010396,0.024873488,-0.05087759,-0.047360126,-0.011549527,0.066203676,0.0360854,0.0082676085,-0.036148213,0.035959776,-0.005374338,-0.060707644,0.020413848,0.053766936,0.0145330895,-0.024261072,0.0014750968,0.01294709,-0.041769873,0.0064107333,0.005515665,0.014556644,-0.033541523,0.009987082,-0.002551731,-0.017854266,0.013826456,0.012248308,0.011266874,-0.04264924,0.013025605,-0.016299672,-0.0051427195,0.026930576,0.006685535,0.0050131697,-0.02790416,-0.023523035,-0.030259604,0.031233188,0.009233341,0.025328875,0.04249221,0.013410328,-0.032112554,-0.011078438,0.0049425066,-0.026600813,0.006563837,-0.01951878,0.027024794,-0.005178051,0.038409438,-0.03044804,0.006689461,0.04195831,0.020916343,-0.018482383,-0.0068935994,0.013732239,0.0053233034,-0.014289694,-0.0275901,0.026852062,-0.0077180048,-0.0016183862,0.04173847,0.026695032,-0.019534482,-0.017461691,-0.009547399,0.0020884937,0.048553552,0.0032387355,-0.0015388901,-0.07813793,-0.051317275,-0.022266798,-0.018309651,0.010395359,0.055996753,0.012687991,0.06413089,0.016174048,-0.019989869,-0.007443203,0.020460956,-0.054520678,-0.013614466,0.011887141,-0.03432667,0.0077690394,-0.015428158,0.010552389,0.025218954,0.007592381,-0.026459487,-0.08297444,-0.044847652,0.0065245796,-0.00010765115,-0.021575866,0.007125218,-0.014690119,-0.024182558,0.022942025,-0.008393232,-0.017022008,0.04748575,-0.02689917,-0.0006163412,-0.006960337,-0.019817136,-0.052761946,-0.070537694,-0.00763949,-0.0254702,0.04893042,0.015946357,0.031845603,0.006646278,0.044753436,-0.049684163,0.01183218,-0.0014122849,-0.02525036,0.036682114,-0.013897119,-0.0011119659,-0.0104974285,-0.039979737,0.014815743,0.024732161,-0.0027067978,-0.0057472833,0.052008204,0.0488048,0.061775446,-0.018859254,-0.023051945,0.01766583,0.059043128,0.0017636387,-0.019236125,-0.036211025,0.009641618,0.030479444,-0.06133576,-0.029976951,0.005405744,0.023805687,-0.005531368,0.030118277,0.03294481,0.004530304,-0.014933514,0.05967125,-0.017901374,-0.0003550341,0.008204796,0.0061163027,0.03910037,-0.0046559274,0.009044905,-0.024009826,0.008518856,-0.0026322086,-0.026145428,0.057535645,-0.012491705,0.011957804,-0.01782286,0.008770103,-0.009437479,0.062215127,0.06265481,-0.00014795133,-0.05470911,0.007863257,-0.042272367,0.040230982,0.019110503,0.047862623,-0.012381784,-0.00029933767,-0.033039026,-0.057001743,0.012915685,0.024606539,-0.0047344426,0.01755591,-0.016943494,-0.046386544,0.025690041,0.013897119,0.01235823,0.00034939084,0.01719474,-0.040545043,0.013166931,-0.05549426,-0.010646607,0.004993541,-0.038409438,-0.03639946,-0.0028736417,-0.036996175,-0.045381553,-0.013174783,0.010332547,-0.014815743,0.0024339587,-0.0032564013,-0.03894334,0.008895727,-0.005209457,-0.03539447,-0.000046066107,-0.0136458725,0.018984878,-0.01400704,-0.013881416,-0.002172897,-0.008189093,0.007294025,-0.022031253,0.018121216,-0.032881998,0.011235468,-0.007411797,-0.04340298,0.026946278,-0.009013499,0.015176911,-0.013072714,-0.012381784,0.011894993,-0.012146239,-0.014666565,0.03517463,-0.0042908336,-0.050814778,-0.019754324,0.0062694065,-0.009696578,0.017147632,-0.006387179,0.03724742,0.058509227,-0.019942759,-0.013096268,-0.04217815,-0.052447885,-0.014933514,0.007867183,0.0021670084,-0.002702872,0.0070231487,-0.009563102,0.12989488,0.005417521,0.020146897,0.008016361,-0.018278245,-0.04202112,-0.007576678,0.028233921,-0.0040121065,0.013967783,0.0013416216,0.015098396,0.009272598,-0.02678925,0.016550919,-0.010261884,0.0005839538,-0.03950865,-0.0010442468,-0.02689917,0.0026341716,-0.008306866,0.018058404,-0.031201782,-0.0010383582,-0.03363574,-0.037498668,0.026428081,-0.010944963,0.022141173,0.009641618,-0.024166856,0.010222627,-0.0140934065,-0.050594937,0.02036674,-0.0051113134,0.008251905,0.023475925,0.025595825,0.026600813,0.007749411,0.0060495655,0.01092926,0.0017921003,-0.00970443,-0.0023044094,0.046700604,-0.03029101,0.03586556,-0.023428816,0.0018686522,-0.011635893,0.021151887,0.009468885,0.014054149,0.025454499,0.0031150747,-0.019754324,0.033384494,0.022627965,0.0023927386,0.03847225,-0.02897196,-0.010709419,-0.004153433,0.001540853,0.01374009,-0.05401818,0.00023419493,-0.058540635,0.0270562,0.017697236,-0.0122012,0.0076159355,0.02525036,0.027417367,-0.02689917,-0.022580856,-0.03495479,0.015302534,-0.010206924,-0.003849188,-0.018953472,-0.0077965194,0.052071016,-0.0009981194,-0.026585111,-0.016009167,-0.007886811,0.03250513,0.029505862,0.01681787,-0.03225388,-0.02466935,0.032112554,-0.009366816,0.021654382,0.035363067,-0.039068963,-0.0069367825,-0.010787933,0.021293214,0.00059278676,0.022486638,0.01183218,-0.004255502,-0.004726591,-0.011078438,-0.002567434,-0.06651774,-0.019424561,-0.02031963,-0.013999188,0.027323151,0.009720132,0.015954208,-0.015074842,-0.015922802,0.0020963452,0.004938581,0.04478484,0.021356026,-0.024213964,-0.00034448368,0.02339741,0.02605121,0.02837525,0.013457437,0.012483853,-0.015569485,-0.033572927,0.02254945,0.008071321,0.03709039,0.020602284,-0.028186813,0.014187625,-0.035237443,0.0077965194,-0.029992653,0.030479444,-0.00371375,-0.001644885,0.036587898,0.014580199,-0.047862623,-0.018215433,-0.011329685,0.039665677,-0.028406654,0.006292961,-0.005617734,-0.023727173,-0.003081706,-0.0017076969,0.028689308,-0.047831215,0.061210137,-0.011007775,0.0020276448,-0.004852215,0.013920674,0.033290274,0.011588784,-0.004879695,0.026145428,-0.03900615,0.009751538,-0.0006217391,-0.006972114,0.0063322186,-0.03372996,-0.029772813,-0.045695614,0.015255425,0.011227616,0.0010295253,0.016723651,-0.026129724,-0.010308993,-0.007808297,-0.0065402826,-0.0056491396,-0.023538737,0.025407389,-0.0535785,-0.010356102,0.020916343,-0.002143454,-0.017650127,0.010756527,-0.023931311,-0.020884937,-0.009398221,-0.0069838916,-0.109041356,-0.033541523,0.0018814108,-0.022957727,-0.0028265328,-0.036242433,0.013386773,-0.013904971,0.0067130155,-0.0132218925,-0.000016132337,-0.015506673,-0.032567937,-0.0043772003,-0.00090193877,-0.014014891,-0.021418838,-0.0013475103,-0.021575866,0.037969757,-0.01437606,-0.030275306,0.01480004,-0.03680774,-0.03508041,0.007034926,-0.037906945,-0.05310741,-0.021889927,-0.035520095,-0.02143454,-0.00058837025,0.033541523,0.007533495,-0.016032722,-0.00011936703,0.022627965,-0.049841195,-0.02881493,-0.014611604,-0.022141173,0.0044753435,0.0063596987,-0.009044905,0.0023436667,0.030432336,-0.017383177,0.014894257,0.022266798,-0.010803636,-0.0029658966,-0.010403211,0.01755591,0.004542081,0.024763567,0.008236202,0.0014564495,0.015098396,-0.004710888,0.0149884755,0.027338853,0.0013121786,0.052196637,0.00027970897,0.02047666,0.025046222,0.012483853,0.021450244,-0.0034310967,-0.0034840943,-0.0045460067,0.018435275,0.011219765,0.032143958,0.018765038,0.033227462,-0.039068963,0.002416293,0.004569561,0.022266798,-0.008777955,0.028736416,0.027260339,0.008495301,0.03269356,-0.013606614,-0.019189017,0.0031935894,-0.009932122,-0.04478484,-0.022455232,-0.0045185266,0.011573082,0.00950029,-0.013253299,-0.010638756,0.02689917,-0.0050524273,-0.07286173,-0.01623686,0.027134715,0.010481725,-0.020303927,-0.01766583,0.027087606,-0.012106982,-0.013418179,-0.011957804,0.030086871,0.011785071,0.035143223,-0.019377453,-0.032819185,0.009115568,-0.0016527366,-0.005527442,0.010709419,0.031908415,-0.0018176176,0.005688397,-0.012538813,0.048773393,0.013967783,-0.025281765,0.0010884114,-0.0048679174,0.019298937,-0.012923536,0.03941443,0.0028324213,-0.019770026,-0.008707291,0.003864891,0.018655116,-0.0037490816,0.033101838,0.046072483,-0.0009357983,0.0034742798,0.0033722105,-0.004216245,-0.020900639,0.01458805,0.0043222397,-0.012538813,0.013912822,-0.0008607185,0.008495301,-0.008377529,0.0042947596,-0.045193117,0.0082754595,0.001170852,0.015114099,-0.012664437,0.021654382,-0.01984854,0.03570853,0.0042240964,-0.031327404,-0.01777575,-0.027841348,-0.003961072,0.015812881,0.012727249,-0.011062736,-0.059294377,0.004122027,0.0061987434,-0.019440264,0.045193117,-0.038158193,0.016032722,0.0212147,-0.010324696,0.017430285,0.029741406,-0.028139705,-0.011463161,0.005134868,0.037467264,0.02678925,-0.020021275,0.012915685,-0.018293949,-0.029458752,0.038503658,0.037906945,0.025690041,-0.018765038,0.0034448367,-0.03586556,-0.02631816,-0.0017862117,0.00019640967,-0.0077219307,0.047894027,-0.038126785,0.03702758,-0.018827848,-0.027872754,0.019110503,-0.011039181,-0.0027382036,-0.0065834657,-0.02031963,0.022612263,-0.025014816,-0.027087606,-0.016440999,0.020351036,0.007015297,-0.004074918,0.048993234,-0.01793278,-0.064444944,0.010528835,0.004679482,0.034923382,-0.029851327,-0.06903021,0.025234656,0.00012734119,0.0610217,-0.010089152,0.021717193,0.017398879,-0.017885672,0.0045460067,0.027919862,0.04048223,0.023413112,-0.017304663,0.006520654,0.010481725,0.009052756,-0.0077533363,-0.019016284,0.014902109,-0.0026950205,-0.052824758,-0.0069681886,0.020351036,0.0023495553,-0.0135281,0.023931311,-0.017430285,0.013308259,-0.014745079,0.010230478,-0.030008357,-0.000292713,-0.0009048831,0.034044016,-0.018293949,0.010395359,-0.028186813,0.018450977,0.011902844,0.023758579,0.020084085,-0.030008357,-0.000800851,-0.0023495553,0.030652178,-0.011117696,-0.0030149682,-0.0355515,-0.031641465,0.007651267,0.02143454,-0.0032406983,0.033447303,0.019063393,-0.0050406503,-0.0031935894,0.0014907997,0.021827115,0.024041232,0.0015536116,-0.0005049483,0.0007601214,0.0011855735,0.0060770456,-0.007439277,0.002730352,-0.0122954175,-0.05640503,0.012939239,-0.0040356605,0.027385961,-0.03347871,-0.034546513,-0.03586556,-0.012460299,-0.019377453,-0.015192614,-0.008675885,-0.016598029,-0.0007483442,0.031044751,0.02243953,-0.01225616,-0.0009784907,-0.039288804,0.012617328,-0.005672694,0.013606614,0.0041612843,-0.016943494,0.004239799,0.012593774,-0.032285284,-0.020979155,0.029019069,-0.013394625,-0.008141984,-0.066392116,0.0055824025,-0.024622241,-0.038440846,0.02324038,0.0068229362,-0.005613808,-0.040607855,-0.0019903502,-0.031484436,0.011824328,0.007294025,-0.0071762525,0.014179773,0.013520248,0.006618798,-0.0065442086,-0.019879946,-0.006779753,0.014917812,0.008401084,-0.007765114,-0.005912164,0.012436744,-0.067083046,0.0026989463,-0.025847072,0.001994276,-0.015648,0.006010308,-0.019534482,-0.018011294,0.04578983,0.0003319704,0.019455967,0.0028599016,0.024653647,-0.012240457,0.023413112,0.0030875944,0.004934655,0.0027676467,0.006281184,0.0051701996,-0.035896968,0.015121951,0.009256895,0.0066030947,0.0006389142,0.0067090895,0.04164425,0.024559429,-0.012216902,0.010418914,0.039885517,0.01893777,0.01262518,-0.00800851,-0.031107564,-0.0057315803,-0.011416052,-0.053452875,0.021685788,-0.0074942377,0.009798647,-0.025438795,0.0096180625,0.0030601143,-0.043057516,0.010191221,0.003338842,0.014729376,0.031076157,-0.028909149,-0.0008641535,-0.011596636,-0.009429627,0.014171922,0.01978573,-0.0007635564,0.023648657,-0.028830634,0.031861305,0.0012640883,0.0021257882,-0.018356761,-0.0011993136,-0.033196058,-0.008448193,-0.020727906,-0.0059749763,-0.028045487,0.00041367486,-0.006477471,0.0003918379,-0.010921408,0.008204796,0.012978496,-0.026145428,0.024794973,0.0118557345,0.037749916,-0.016221158,-0.004966061,0.008244054,-0.03533166,0.008424638,0.002416293,0.007882886,0.02509333,0.018984878,0.026867764,-0.05034369,0.015318237,0.01464301,-0.05364131,0.0027990525,-0.011235468,-0.013575208,0.018639414,-0.0054567787,-0.0113846455,-0.021717193,-0.03225388,0.011981359,-0.017210444,0.02583137,0.010151964,0.025627231,0.007305802,0.0072861733,0.09716991,0.0073764655,0.016629435,-0.026616517,0.027762832,0.011039181,-0.017603017,0.015349643,-0.027778536,-0.00372749,-0.0038864827,0.019236125,-0.007246916,0.012546665,0.0074510546,0.00085286703,-0.03781273,0.018121216,0.01374009,0.005810095,0.00013654215,0.0009088088,-0.012719397,-0.027197527,-0.03347871,-0.022141173,0.008236202,0.025187548,-0.017053414,-0.00740002,0.02047666,-0.0058650556,0.038158193,0.018450977,0.019424561,0.035363067,-0.02933313,-0.0054253726,-0.013111971,-0.0145409405,-0.017508801,-0.014062,0.025454499,0.00042839636,0.0009578806,0.007337208,-0.013347516,0.033196058,0.0062026693,-0.03363574,-0.035457283,-0.018105512,0.036587898,-0.013127674,0.008974242,0.020429552,0.004557784,0.04902464,-0.0045067496,0.016283968,-0.007085961,0.008864321,-0.00970443,0.008628776,-0.018388165,0.0053782635,0.0026655775,0.0066384263,0.01951878,-0.009673024,-0.044910464,0.02148165,0.027998377,-0.0038158193,-0.0014623381,-0.002504622,-0.007894663,-0.015208317,-0.022627965,-0.009484588,0.0074157226,-0.011816477,-0.0042515765,0.0018352835,-0.043277357,0.048333712,-0.0096102115,0.019126205,-0.027574398,0.060990296,-0.0077023017,0.023350302,0.0154438615,0.03878631,0.012554516,-0.009916419,-0.022094065,-0.003986589,0.008204796,-0.030275306,0.010159815,-0.009523845,0.016912088,-0.00040410587,-0.011604487,-0.027558694,-0.022753589,0.028249625,-0.004180913,0.0025497682,0.0044203834,0.008016361,-0.01198921,0.001964833,0.0003457105,-0.0025635082,0.0006281184,0.011541676,-0.008934984,0.016660841,0.035237443,0.003623458,-0.0034899828,-0.000036374433,0.008660182,0.034012612,0.0014839297,-0.013779347,0.02143454,-0.0035233516,0.016802168,0.015498822,0.023758579,-0.015412455,0.011494567,-0.0025458424,0.025046222,-0.02875212,-0.01119621,0.023161866,-0.053515688,0.018293949,-0.021889927,0.005115239,0.0122954175,0.0045656357,0.009429627,0.008408935,0.010560241,-0.009304004,-0.003564572,0.0077690394,0.041110348,-0.00740002,-0.0039375173,-0.00975939,0.0145330895,-0.00038693074,-0.021968441,-0.0048404373,-0.00041465627,-0.011439607,0.024810677,-0.023601549,-0.0064382134,-0.008746549,-0.019094799,0.02000557,0.007458906,-0.009657321,0.019251829,-0.026098318,-0.06651774,0.00049587,0.018168325,0.00525264,-0.00891143,0.02132462,-0.026004102,-0.007443203,-0.00843249,-0.018278245,-0.02350733,-0.02265937,0.00023149599,0.019031987,0.01900058,-0.016378187,-0.0027539067,-0.009680875,-0.011015627,-0.037058987,-0.020351036,0.018608008,0.012428893,-0.0053115264,-0.01755591,0.008942836,-0.040356606,0.023036242,-0.0020708279,-0.016676543,-0.012067725,0.027621506,0.006720867,0.0087229945,-0.038754907,0.0077023017,0.026475191,-0.011211913,-0.033572927,0.03241091,0.018356761,0.017571611,0.030385228,-0.019126205,0.001290587,0.014650862,0.02897196,-0.008628776,0.017838562,0.020178303,0.006567763,-0.062592,-0.011549527,0.02201555,0.012036319,-0.02674214,-0.009790796,-0.03263075,0.01900058,0.0019412785,-0.00052653986,-0.0007341134,0.011376794,0.046512168,-0.008762252,-0.025375983,-0.023318896,-0.044282347,0.0043340167,-0.019094799,0.010905705,0.014054149,0.013025605,0.043245953,-0.020303927,0.02589418,0.03173568,-0.011981359,-0.008314718,0.02955297,0.008448193,0.011541676,-0.006536357,-0.0060888226,-0.00013016282,-0.06614087,-0.0037706732,0.007129144,-0.044470783,-0.0011198174,0.029427348,-0.022156876,0.012138388,0.025014816,-0.00083569187,-0.00766697,-0.030275306,0.0033643593,0.0069250055,0.0032838816,0.013543803,-0.022235392,0.0033486562,-0.00027701003,-0.00970443,0.015506673,-0.005429298,-0.008958539,-0.007890738,0.033133246,-0.0027244636,0.004102398,0.008934984,-0.029788515,-0.013850011,-0.0034625027,0.013944228,0.0049307295,0.009217638,0.0056844717,-0.023695767,0.053295847,0.02616113,0.006732644,0.010842894,-0.017100524,0.025972696,-0.006108451,0.034232453,0.025234656,-0.0010893928,0.012366081,0.016409593,0.022203986,0.024637943,0.007564901,0.009994934,-0.023837093,0.016221158,0.0020335333,0.010018488,0.0019982017,0.035488687,0.011392497,-0.027731428,-0.013135526,-0.014917812,-0.011926398,0.011683002,0.009531696,0.021952737,0.031641465,0.001992313,-0.027762832,-0.011227616,-0.033886988,0.01867082,-0.019550186,0.009468885,0.0036136436,0.016660841,0.011745814,0.035677124,-0.009272598,-0.007411797,0.021497352,-0.014352505,-0.009963528,0.023632955,-0.0060024564,-0.015663702,0.034452293,-0.00891143,0.008793658,0.001396582,-0.006296887,-0.00939037,-0.010599498,0.006387179,0.061869662,0.013802902,0.020272521,-0.025266062,0.037058987,0.017179038,0.011117696,-0.01819973,0.0024928448,-0.015726514,-0.025956992,0.0018980952,0.009468885,-0.033321682,0.028846337,-0.04016817,-0.009531696,-0.012727249,-0.025642933,0.00152515,-0.00036141343,0.029615782,-0.020727906,-0.046920445,-0.05744143,-0.01936175,0.06356558,0.0100734485,0.0068935994,0.0307778,-0.004785477,0.021356026,0.02536028,0.020429552,-0.008228351,-0.015019882,-0.010780082,-0.013559506],"social":"https://twitter.com/shefalimusic"},{"title":"just commit","description":"just commit is a 1-month challenge that is designed to help you use an app on your phone less often.","niche":"web3","youtube_url":"https://youtube.com/watch?v=eIPuWFOont0","youtube_transcript":"Hello. I'm Daniel. I'm the creator of JustCommit. JustCommit is a one month game challenge that's designed to help you use a particular application on your phone less often. So that sounds interesting for you. The first thing that you'll do to enroll in the challenge is go to just commit that app. You'll watch a couple of quick intro videos, and then you'll select the application that you're targeting. Out of Instagram, TikTok, Twitter, air tethr Snapchat, In my case, I'll select air chat. And then I'll input here the number of times that on average, I picked up my phone to use that particular application last week. So on average, how many times did I go and pick up that app on any given day out of last week? And if you don't know how to get that number, you'll click on this arrow here, but I know that for me was sixteen. And then throughout the challenge, you'll be aiming to reduce that number down to five hiccups per day on average. You can add an extra layer of monetary incentive or you could do it for free. Meaning, if you lose that challenge, this is the amount of money that you'll lose. And it goes to the JustCommit Foundation, which helps them harvest families in Venezuela meet their financial needs. I'll input my email Although it's optional, if I do wanna get reminders that I do have to submit my proof picture to complete the challenge, I'll make sure my wallet's connected, and I'll effectively put that transaction on chain. And once Meta Mask pops up and asks me to confirm that challenge, and I hit accept, that means that I'm effectively enrolled in it. So I'll go ahead and hit confirm. Once that transaction is complete, you'll go to the home tab, and then you'll see that a commit card has popped up, prompting you to submit a picture that proves that in fact, you average less than or equal to five pickups of that particular application per day for a given week. You'll have twenty eight days to complete the challenge, which effectively gives you three complete weeks or three lives or three attempts, to get to this number. I wish you luck. And if you do follow through in a challenge, you'll see that you'll start to feel more alive. Good luck.","embedding":[0.0002895432,0.011446852,0.004050184,0.016138185,-0.0073262984,-0.012111458,0.04009526,0.05576431,0.009382666,0.04269113,0.045693584,-0.03283933,-0.00991435,-0.0152781075,0.025614677,0.0268657,-0.04719481,-0.008968265,-0.035341375,0.026490392,0.027194094,0.033152085,0.021892887,0.047445014,0.00242581,-0.03881296,-0.013628322,0.019625409,0.00809255,-0.0482269,-0.016935712,-0.030478027,-0.021142274,-0.025192458,0.017389208,0.0071425545,-0.0064896774,0.0323702,0.013018449,0.0023358928,0.009656327,-0.03627964,0.052042518,-0.038531482,-0.06292641,0.021486305,-0.025896158,-0.012666599,0.006442764,0.034622036,-0.0932637,0.04269113,0.010461672,0.01793653,-0.020219645,-0.044223633,-0.012736969,0.048883688,-0.027757052,0.034934793,0.038594034,-0.009859618,0.023394113,0.006622598,-0.026255826,-0.0087962495,-0.013182646,0.051635936,-0.010008177,0.02151758,0.016091272,0.013081,0.003205744,-0.0012783882,-0.06442764,0.016685508,-0.0021404207,0.012392938,0.03971995,-0.02039166,0.007771975,-0.025974346,0.009022997,-0.0043355734,-0.029836876,-0.036748774,-0.107400246,-0.016278924,-0.023050083,0.006126099,-0.026021259,0.022674775,-0.051072977,0.050728947,0.072684385,-0.016466578,-0.027694501,0.014863706,0.050885323,0.023003168,0.03515372,-0.007904896,0.009515587,-0.043504294,0.014519676,0.038969338,0.004163558,-0.004030637,-0.0025294104,0.008374029,-0.053856503,0.02503608,-0.00850695,0.047757767,0.014480581,0.009398304,0.012885528,-0.0069705388,-0.02201799,-0.051354457,-0.02932083,0.018436939,0.010219287,-0.011892529,0.028476391,-0.036686223,0.013511038,-0.047570117,-0.028507667,-0.043285366,0.04416108,0.016216375,0.046444196,-0.048414554,-0.019813063,-0.002539184,-0.018999899,0.024504395,-0.02813236,0.01350322,-0.015801974,-0.030071443,0.0006494564,-0.0010164555,0.029852515,-0.06352065,-0.005058821,0.05504497,-0.016763696,-0.025583401,0.019938165,0.0184213,0.016497854,0.010469492,0.06674203,-0.026709322,-0.0060283625,0.08700859,-0.03931337,-0.028945524,-0.014011447,-0.048195627,-0.0015129548,-0.018030357,0.007928353,0.024003986,0.00033743388,-0.0012793656,-0.037155356,0.042910058,0.015927074,-0.03277678,0.009062092,-0.033026982,0.00027903658,-0.0639585,0.008389667,-0.02342539,-0.03299571,-0.037780866,-0.029133176,-0.024301104,-0.02187725,0.0051213717,-0.028179273,-0.026162,0.027068991,-0.015293745,-0.016325839,-0.013526676,0.03158831,0.036467295,0.0033093444,-0.009132462,-0.01075879,-0.048477106,0.098267786,-0.028257461,0.053700123,0.009226288,-0.023738144,0.018249284,-0.0015813701,0.020501126,0.022471484,-0.029305194,-0.015442304,-0.004046275,-0.010234925,-0.0070565464,0.055389002,-0.009851799,0.005140919,0.0019752467,-0.04269113,-0.005422399,-0.011611049,-0.034903515,0.014676053,0.005903261,0.02932083,0.0076546916,0.0652408,-0.05000961,0.048477106,-0.0047147893,0.0323702,0.018718418,0.046350367,-0.0041401014,0.009062092,0.018343112,-0.024973528,-0.059235897,0.036529846,-0.014652597,0.0039504934,-0.032401472,0.022909343,-0.007842345,0.035278823,0.039970156,0.005113553,-0.0099847205,0.034215454,0.011274837,-0.0793148,-0.05785977,0.010649325,0.02573978,0.06674203,0.020985896,-0.012275655,-0.010399121,-0.016810609,-0.036811326,0.0096876025,0.040970974,0.014918438,-0.0039798142,0.036185816,0.0033015255,-0.06699223,-0.013229559,0.037718315,0.081629194,-0.0038429836,0.017389208,0.0138472505,-0.02187725,-0.0048359823,-0.004882896,0.038562756,0.024785876,0.011806522,0.0018775106,-0.007748518,0.010391302,-0.015379753,0.016716782,-0.016904436,0.030290373,-0.0063059335,-0.013190464,0.0031568762,0.008741517,0.0163102,0.034997344,0.036060713,0.009202831,-0.012322567,-0.00906991,0.02131429,0.014824612,-0.012533678,-0.025317559,-0.051354457,0.012455489,0.0034774505,0.047069706,-0.003375805,-0.014605683,-0.034778416,-0.029399019,0.06139391,0.044348735,0.017139003,0.02736611,-0.012760426,-0.013456306,-0.00089917216,0.06542846,0.037999798,-0.009484312,0.0058289813,0.0018648048,0.022143092,0.016513491,0.016857523,-0.026912613,-0.008600777,-0.003727655,0.0035126356,0.06961938,0.04297261,-0.021642683,0.018249284,0.037030254,-0.025755418,-0.026928252,0.018655866,-0.021705234,-0.037374284,-0.00506273,0.023519216,-0.011704875,-0.021830335,-0.04838328,0.011595411,0.08112878,-0.047570117,-0.035466477,-0.016513491,0.0021365113,-0.02236202,0.029571036,0.011227923,-0.030055806,-0.0023925798,-0.00506273,0.0017133139,0.010461672,0.0027620222,-0.015418847,-0.008334935,0.026803149,-0.005543592,-0.037468113,0.0154266665,0.011923805,-0.02201799,0.0303842,0.012424213,-0.00010586042,0.048633486,-0.006849346,-0.041784137,-0.022534035,0.023018807,-0.016247649,0.0063176616,-0.045537204,0.026490392,-0.021126635,-0.03796852,-0.006763338,0.020125818,0.017045176,0.032026164,-0.0021071904,0.058610387,-0.012072363,-0.0012744787,-0.032119993,0.023738144,0.059392273,-0.005043183,0.008624233,-0.03171341,0.0010535952,0.028147997,0.019515945,-0.0043277545,-0.009249745,0.028476391,0.033589944,0.013471944,0.04731991,0.017983442,-0.006900169,0.02666241,0.010860436,-0.060956053,-0.017811427,0.016576042,0.0151921,0.0069783577,-0.030180909,-0.0063332994,0.013800338,0.021814698,-0.024394931,0.077751026,0.0053246627,-0.0073106606,-0.013839432,-0.010907349,0.030149633,0.060299266,-0.0076781483,-0.024707686,-0.040533118,0.05570176,-0.026740598,0.007060456,0.041315004,0.03834383,-0.00088304566,0.023722507,-0.06223835,-0.0070057237,0.018452575,0.05920462,-0.008452218,-0.01737357,-0.056421097,0.010391302,0.04832073,0.014222558,-0.025786692,-0.017123366,-0.006755519,-0.0017836839,0.034309283,-0.011587592,0.029805603,-0.039938882,-0.025301922,-0.0064818584,0.016404027,-0.05851656,-0.040314186,0.027241006,0.012080182,-0.009883075,-0.058704212,0.015168643,-0.009546862,0.029211367,0.028241824,-0.028210549,0.017858341,-0.007728971,0.060893502,0.04622527,0.052699305,0.0030220002,-0.0019869749,0.008397486,-0.0028245733,-0.0007667397,0.0010692329,0.012611867,0.028147997,-0.011665781,-0.004534955,0.02314391,0.01779579,-0.028241824,-0.027725777,-0.043347917,-0.039907604,0.047445014,0.04506807,0.026678046,-0.0015383662,0.011790884,0.0009074797,-0.074248165,-0.00067779986,0.016966987,0.044849142,0.0058211624,-0.019672323,0.01864023,-0.032026164,0.013745605,-0.06417743,-0.004390306,0.01272915,0.018311836,0.026678046,0.025301922,0.08926043,0.01343285,-0.024082176,-0.0010682556,-0.03384015,-0.021345565,0.021611407,-0.054544564,-0.062707484,0.012643143,0.005183923,-0.06505315,0.0077172425,0.020548038,0.04838328,0.0034344466,0.007291113,-0.061863042,-0.0024629498,0.0060361815,0.007482676,0.022971893,-0.02109536,-0.053762674,0.008936989,-0.010000358,0.032182544,-0.005000179,-0.0036181905,0.0024942253,0.0205324,-0.0647404,0.028648406,-0.026490392,0.0026525578,-0.015700327,0.012572772,-0.004523227,-0.016951349,0.035560302,0.01111064,-0.0008996608,0.007404487,0.0028030714,-0.013589228,0.0018071405,-0.021971075,0.0064740395,-0.017139003,0.024910977,-0.037749592,0.020344747,-0.0058758943,-0.015004447,-0.038906787,-0.00032081874,-0.0009011269,0.016998263,-0.012314749,0.025364473,0.0024766328,-0.0019859977,0.0066656023,0.008428762,-0.018311836,-0.042472202,0.020641865,0.013229559,-0.05914207,-0.013010629,-0.046256542,0.039938882,-0.014285109,-0.011063727,0.010524224,-0.029054988,0.012611867,-0.01294026,-0.008139462,-0.046788227,0.018171096,-0.008319297,0.015231194,-0.019218827,-0.0039778594,0.024738962,-0.0074787666,0.0024003987,-0.025724143,0.00016957214,0.061487738,-0.029070627,0.05542028,-0.0046170535,0.0004012067,-0.027929068,-0.020970259,0.043222815,0.0037569758,0.017201554,-0.037655767,-0.011712695,-0.0020622318,-0.011032451,-0.021845974,0.031447567,-0.0058211624,-0.032245096,0.00520347,-0.02594307,-0.0019772013,-0.003037638,0.025223734,-0.0017631593,0.002771796,0.008522588,0.03296443,-0.02455131,-0.044849142,-0.0163102,0.014128731,0.043097712,0.027819604,-0.051667213,-0.0074944044,0.00092214014,0.0070409086,-0.015004447,0.013120094,0.006931444,-0.017811427,0.00625902,0.008929171,-0.013823794,0.03796852,0.020313472,-0.033871423,0.027788328,-0.05035364,0.00138883,0.026552944,0.025505213,0.015137368,-0.014152188,-0.029961979,0.028116722,-0.043973427,-0.012322567,-0.024410568,0.04500552,-0.02391016,-0.006411488,0.0041479203,-0.030556215,-0.013589228,-0.012033269,-0.0030962797,-0.012635323,0.041408833,-0.010000358,-0.021845974,-0.030634403,0.02946157,0.0120645445,0.010274019,-0.019250102,-0.0033445293,-0.0680556,0.013698692,-0.000741817,0.026099449,-0.010868254,0.014128731,-0.020563675,-0.0042730225,0.02658422,-0.013667417,0.013018449,-0.0053012064,-0.005739064,0.0046170535,-0.0076976954,0.022205641,0.033996526,0.018906072,0.0051331,0.02250276,-0.019938165,-0.003911399,0.014378935,0.00021367555,0.014793336,0.027068991,0.014848068,0.014996627,-0.0056139617,-0.09470237,-0.034215454,0.017545585,-0.02208054,-0.021110998,-0.016497854,-0.010571137,0.018515127,0.041471384,0.011298293,0.008045636,0.014801155,-0.018859157,-0.024160365,-0.009007359,-0.009101186,-0.004061912,-0.0050940057,-0.027459934,-0.020094542,-0.029305194,-0.02644348,0.0323702,-0.032401472,-0.025536489,0.014058361,0.0075256797,0.023957074,0.01526247,-0.040126532,-0.0056804223,0.0029926794,-0.01989125,-0.008194195,-0.03946975,-0.008233289,0.025161183,-0.038781684,-0.0368426,-0.037124082,-0.007904896,-0.02447312,-0.007865801,-0.011548498,-0.0042573847,0.004882896,-0.02137684,0.02046985,0.038500205,-0.04622527,0.029977618,0.0016116683,0.016998263,-0.015340659,0.026709322,0.030399837,-0.015442304,-0.0037687041,0.0015960305,-0.0056999694,0.011892529,0.021924162,0.007642963,-0.009179375,0.021892887,-0.0051526474,0.041377556,0.012314749,-0.0054263086,0.03903189,0.037937246,0.009515587,-0.013612684,-0.018827884,-0.019656684,0.05226145,-0.045474652,0.0006088959,0.008288021,0.019609772,0.030759506,-0.028992437,0.0397825,-0.027600676,-0.02131429,-0.010891711,-0.054888595,0.03912572,-0.008475674,0.004042365,0.0005825072,0.00355173,-0.032651678,-0.015848886,-0.016341476,0.008233289,0.026271464,0.018264923,-0.08575757,0.004746065,0.023534853,0.01392544,-0.04240965,0.0054849503,0.010860436,0.00618865,0.015504856,-0.02137684,0.0033503936,-0.024738962,0.004753884,-0.0275694,0.025567764,0.008225471,0.04584996,0.030259097,-0.003389488,0.01181434,-0.025520852,-0.008577321,-0.011407758,0.08594522,-0.026943889,-0.03227637,-0.0018433029,-0.011478128,0.012557134,-0.008569501,0.018092908,0.0105789555,-0.0141834635,-0.0017367705,0.029571036,0.029836876,-0.02039166,-0.0068962593,0.0022811606,-0.025833607,-0.018124184,-0.00801436,0.035966884,-0.04472404,0.014128731,-0.015622139,-0.019781787,0.003319118,-0.00044518794,-0.0023046173,0.0010731424,0.016998263,-0.029070627,-0.015778515,-0.016701145,0.01743612,-0.011665781,0.033183362,0.001610691,0.039188266,0.0014171734,0.0076703294,0.01870278,-0.01350322,-0.029571036,0.03255785,-0.0002846564,0.01462914,-0.048258178,-0.00935139,-0.009945625,-0.0015461851,0.02306572,-0.01793653,-0.01441803,0.0013301884,-0.0058758943,0.008209833,0.0068884403,-0.009155918,0.02362868,-0.024082176,0.0337776,0.03825,-0.020297833,-0.008288021,-0.020641865,-0.0025274556,0.018906072,-0.025974346,0.02391016,0.0069783577,0.0038625307,-0.012815158,-0.009851799,-0.024629498,0.028882973,-0.007967447,0.014339841,0.025192458,0.0060088155,-0.0027893884,0.014519676,0.014926258,-0.018108545,-0.01666987,-0.0029848604,-0.010328751,0.01638839,0.017889617,0.0076390537,-0.0038019344,0.0040032705,0.024410568,0.0002191732,0.013299929,-0.018327475,-0.0018442803,0.017139003,-0.02525501,0.020720053,0.008491312,-0.010383483,-0.031947978,0.017608136,0.02918009,-0.008311478,-0.00092898164,-0.013839432,-0.050635118,0.05785977,0.017529948,0.015106092,0.050384916,0.018327475,0.01553613,0.015332839,-0.023472302,0.019328292,-0.0041752863,-0.03690515,0.023738144,0.0029418566,-0.004738246,-0.0129558975,-0.015723784,0.00017897924,-0.017780151,-0.00801436,-0.01989125,-0.018577678,-0.00024715016,0.00095830247,0.003446175,-0.022408934,0.012283473,-0.008592958,-0.015457942,-0.016200736,0.012111458,0.042566027,0.019390842,-0.001402513,0.0088509815,0.009664146,-0.0069783577,-0.018468214,-0.007967447,-0.015606501,-0.011634505,-0.006067457,0.005731245,0.033715047,-0.02326901,0.051323183,0.007396668,0.041815415,0.016685508,-0.004550593,0.03762449,-0.0051291906,0.04240965,-0.009101186,0.0011620823,0.00029394132,0.024222916,-0.010446034,-0.019656684,0.016794972,-0.040658217,0.03268295,0.010602413,-0.020204008,0.006059638,-0.038938064,-0.01216619,-0.058610387,0.0152233755,-0.014347659,-0.013651779,-0.026287101,0.005230836,0.038187448,-0.0018130047,0.009640689,0.016779333,-0.022127453,0.015504856,0.022612225,0.031885426,-0.012619685,-0.00341099,0.010453854,0.03312081,-0.015481398,0.039688677,-0.0052933875,-0.0051291906,0.004331664,-0.02397271,-0.011165372,-0.0061065517,-0.038969338,-0.007990904,0.02258095,-0.019531583,0.014816793,0.007615597,0.01638839,0.039970156,-0.014605683,-0.012604048,-0.039626125,-0.013213921,-0.022893704,0.008827525,-0.0017035402,-0.013597047,0.05829763,0.0075647742,0.022190005,0.014918438,-0.013034087,0.002369123,-0.0005614939,0.04197179,0.019312654,0.0048281634,-0.029492846,0.0013966489,-0.010743152,0.016357115,0.02664677,0.0059736306,0.03424673,0.027647588,0.01898426,0.012385119,-0.019093724,-0.01315137,-0.021939801,0.017107727,0.002720973,-0.025348835,-0.029367743,-0.027647588,-0.018124184,0.009945625,-0.017264105,-0.019719236,0.031838514,0.0095390435,-0.037468113,0.03621709,-0.010696239,-0.015199918,-0.039501023,-0.00710346,-0.017076451,-0.016607318,-0.014222558,0.0038136628,0.017326657,-0.024989167,0.03937592,0.021470668,-0.027897794,-0.04184669,0.0102662,0.015145186,0.023456665,0.0062629296,0.01075879,0.029445933,0.010446034,-0.0019713372,0.0058328905,0.0036103716,0.044880416,0.009101186,-0.024645135,0.048164353,-0.021971075,-0.0074162153,0.0010516405,0.02109536,0.033308465,0.01673242,0.0007667397,-0.009109004,-0.013159188,-0.008921351,0.028726595,0.006243382,-0.019844338,0.015270289,-0.013065362,-0.0254583,0.01462914,0.021595769,-0.052198898,0.025427025,-0.03699898,0.04760139,-0.014527494,0.006145646,0.0052425647,0.008170738,0.019797426,0.015942713,-0.01526247,-0.028492028,0.027334834,0.021736508,-0.01906245,-0.0018784879,-0.02911754,0.020501126,0.00284803,-0.025473937,-0.019140638,0.009961263,-0.010750971,0.005176104,-0.01989125,0.011634505,-0.030837694,-0.023237735,-0.01568469,-0.03024346,0.10252126,-0.017873978,0.013135732,-0.008710242,0.048258178,-0.012854252,0.015583044,0.029305194,-0.010524224,0.029211367,-0.012275655,0.048477106,0.030212184,0.024254192,0.0037784777,-0.0038488477,-0.03437183,0.008045636,0.0163102,0.039000615,0.024832789,0.0043160263,0.023081359,-0.002201017,-0.010188011,-0.05357502,0.00485162,0.0069783577,0.015528312,-0.014363297,0.015364115,0.0011679464,-0.0014445396,0.015645595,-0.0016771515,-0.008311478,-0.01652913,0.0025548218,0.001635125,-0.010250563,0.0059579927,0.015160824,0.02644348,-0.004226109,0.016232012,0.020000717,-0.019187551,0.01954722,0.004890715,-0.030712593,-0.014253833,0.0042847507,0.009992539,0.008233289,-0.016748058,0.030915884,0.021627044,0.043097712,-0.0037628398,-0.033245914,0.013260834,0.010852617,-0.0028675771,-0.024879701,-0.04084587,-0.017858341,-0.064239986,-0.03699898,0.0074162153,0.010821342,-0.0040814597,-0.021986714,0.02559904,-0.0010008176,-0.020266559,0.00068903953,0.010015996,-0.016232012,0.014246014,-0.03881296,0.019844338,0.033589944,0.013518858,0.005449765,-0.015481398,0.00081805116,-0.004101007,0.024723325,-0.029383382,0.037374284,-0.018952984,-0.0107275145,0.00871806,0.019781787,-0.0005424354,-0.012713512,0.008780612,-0.0063332994,-0.027944706,-0.017561223,0.014988809,0.021830335,0.037468113,-0.018108545,-0.027053352,0.0035751867,-0.012033269,0.011908167,0.0024903158,-0.0043199356,0.0024492666,0.035998162,0.0054927687,0.011008995,0.0096876025,-0.02453567,-0.018530766,0.03094716,-0.0019273559,-0.0326204,0.0071464637,0.003713972,0.008319297,-0.0074865855,0.009601595,0.012103639,-0.0013780791,0.0071855583,0.0044724043,-0.0323702,0.013542314,-0.0048555294,0.0077876127,0.020688778,-0.02678751,-0.0063411184,-0.029524121,-0.037374284,-0.027115904,0.017060814,0.002503999,-0.025286285,0.0019508126,-0.00527384,-0.00018520991,-0.009132462,-0.015309383,-0.0022420662,-0.014824612,0.018468214,0.006102642,-0.0054380368,0.001153286,0.005266021,-0.018468214,-0.027475573,0.007467038,0.031525757,-0.022127453,-0.017170278,0.010508586,-0.028992437,0.020720053,-0.0095937755,0.02419164,0.01491062,-0.023159547,0.0052855685,0.03981378,-0.017295381,0.007916625,-0.02004763,-0.0367175,0.012150552,0.025223734,-0.009335753,0.020985896,-0.02200235,-0.028288737,0.0042769318,0.0012793656,0.007846254,0.0102662,-0.014433668,-0.028867336,0.019218827,0.006771157,-0.0054654027,0.005183923,0.022236917,0.031463206,0.018812245,0.01743612,-0.0026760146,0.0479767,-0.02137684,-0.01835875,-0.024832789,0.0021286923,0.024379293,0.006724244,-0.010586775,-0.026380928,-0.010008177,-0.0148324305,0.029758688,-0.011360845,-0.020766966,-0.01343285,-0.020845156,0.01392544,0.014871526,-0.013550133,0.015020085,0.02595871,-0.0028030714,0.011736151,0.018546402,0.025208095,-0.03305826,0.0012304975,-0.020798242,0.039938882,-0.047288634,0.007166011,-0.0068962593,0.036029436,-0.023878884,-0.018155457,-0.018562041,0.017389208,-0.009797066,-0.00070223387,0.038156174,0.0033777596,-0.010954263,-0.027772691,-0.028226186,-0.015661232,-0.0065717753,-0.044473834,0.0026877427,0.023659956,-0.005266021,-0.022596586,-0.01737357,0.0026740597,-0.01616946,0.025536489,-0.0014797245,0.0053129345,0.010938625,0.00013133288,0.0017006082,-0.0073223887,-0.026850061,0.005070549,0.003925082,0.013698692,0.0027405203,-0.028492028,0.013026267,0.022064902,-0.021814698,0.020094542,0.0008146304,-0.003121691,-0.028773509,-0.041377556,0.021251738,-0.014754242,-0.0020622318,-0.030618766,-0.008420942,0.0039368104,0.027991619,0.010414759,-0.008600777,-0.017357932,-0.04663185,0.0005512316,-0.011978537,-0.025192458,0.030900246,0.014574408,0.031181727,-0.0056765126,-0.029696137,0.012353843,0.0046366006,0.02735047,-0.013331205,-0.012838614,0.026631134,-0.010938625,0.027819604,0.025708504,0.022268193,0.011806522,-0.016685508,-0.022471484,-0.016138185,-0.015911438,-0.028851697,0.0150748165,0.011665781,0.0033738501,0.018577678,0.008295841,0.013190464,0.01364396,-0.010883892,0.032589126,-0.0059579927,0.017139003,-0.0046717855,-0.013159188,-0.012971535,-0.04043929,0.017154641,0.014472762,-0.009797066,0.021830335,0.014292927,0.028492028,-0.006911897,-0.03756194,-0.021830335,0.028804785,-0.05251165,0.02391016,0.029289555,0.00935139,-0.011055908,0.05126063,0.011720513,0.007439672,-0.008194195,0.014863706,-0.015528312,0.0033152085,0.006384122,-0.0054849503,-0.021892887,0.006700787,0.005918898,0.028945524,0.029070627,-0.013018449,-0.012088001,0.019875614,0.0319167,0.052918237,0.0046561477,-0.010031633,0.019453393,0.021752147,0.019140638,0.010594593,0.016091272,0.001635125,-0.044849142,-0.0038097533,0.012220922,-0.03768704,0.011806522,-0.013745605,0.002011409,0.0205324,0.0020778696,-0.0014689736,-0.00906991,0.030118357,-0.0073302076,-0.012314749,-0.0031471024,-0.010188011,0.008475674,0.008241108,-0.0141834635,0.0465693,-0.0034852694,0.052292723,0.005723426,0.015012265,0.0040189084,-0.008413124,-0.03762449,0.014160006],"social":"https://twitter.com/danielbelfort"},{"title":"artedys climate-sat.com","description":"artedys is: advancing climate solutions in the blockchain frontier – to transform satellite data into actionable carbon assets.","niche":"web3","youtube_url":"https://youtube.com/watch?v=Wdo2C20ytVU","youtube_transcript":"Hello. I am Omitta Hay, and I am the Blockchain project manager for Artides. Hello. I am Tristan Beza, the cofounder. And CEO of Artemis. The idea behind Artemis is advancing climate solution is a blockchain frontier to bring together satellite scientists, startup big corporation, handled by the medical organization, high net individuals, close to staff and staff who still expect. To exchange actionable carbon assets. Thank you. It's a problem. It's a data in news pests are not selling well because they are static and some of them are all the data. Our production solution delivered that as executive driven by smart contract in dynamic NFV. TC is our limited charge. TC is our blockchain. We have three blockchain. Digits the data where we have, their executive or data, and digits our progress. Our partner Juvei SKU launches the second satellite on April fifteen, April twenty twenty three to get partnered in our CRO. We scheduled the presentation here at the on sixth July to transform satellite data into action hybrid carbon assets. Thank you. By","embedding":[0.025579264,0.0031351447,0.043306015,-0.00049764925,-0.001598704,0.023484284,-0.031146344,0.0072994665,0.012965434,-0.033285275,0.003541688,-0.0072665033,-0.036127415,-0.112689406,0.024128893,0.03568791,-0.020905847,-0.009178355,-0.012152348,0.03876445,0.027879346,0.03911606,0.008218767,-0.009647163,0.0014851649,-0.0015538378,-0.041899595,-0.013668644,0.0107532535,0.008921977,0.04846289,-0.029227166,0.041899595,0.012782307,0.0039116056,0.01083383,0.012745681,0.011258685,-0.0019741156,0.0038420171,0.004830906,-0.030267332,-0.007603458,0.034691695,-0.0023531897,0.0000800611,-0.02033449,0.033285275,0.016217781,-0.017375147,-0.029388318,0.010760578,0.0041606594,0.04775968,-0.03158585,-0.049957212,0.008270043,0.09446455,-0.008987903,-0.0055634165,0.0028604532,-0.0026883134,0.041108485,0.016979592,-0.021477206,0.019865682,-0.021389304,0.04562075,-0.027044285,0.020070786,0.010687327,0.056842808,0.027659593,-0.031204944,0.008057615,-0.037621737,-0.060300257,-0.004384075,0.08913187,-0.015353419,0.033841982,0.016364284,0.00631424,-0.019499427,0.0019759468,-0.029036714,-0.048755895,-0.032113258,-0.051861737,0.015851526,-0.023733338,-0.01224025,-0.022136465,0.025432762,0.02741054,-0.021433255,-0.012936134,-0.011427162,0.0175363,-0.010196545,0.0059260093,-0.032054655,-0.027937947,0.03873515,-0.028260252,0.027044285,0.003944569,-0.0035581694,0.022737123,-0.01821021,-0.117729075,-0.011082883,0.013185187,0.024407247,-0.008841401,-0.010028068,-0.025476713,0.000024579158,0.029988976,-0.043218113,-0.015602472,0.032699265,0.014283953,0.030032927,-0.015031114,-0.03659622,-0.03170305,-0.015602472,-0.05133433,-0.010870455,0.018737616,-0.018722966,0.055875894,-0.039614163,-0.04345252,-0.011529714,-0.032582063,0.0017571094,-0.0063508656,-0.014298604,0.029915726,-0.02033449,0.021125602,0.0032926344,-0.0133023895,-0.06188248,-0.022414818,0.029988976,-0.045357045,-0.010482225,0.024172844,-0.043042313,-0.009009878,-0.0210377,0.025095807,0.023411034,0.027205437,0.015778275,-0.004039795,-0.044185027,0.007867162,0.033695478,0.013946999,-0.015807575,0.0012626648,0.010694652,-0.037592433,-0.0053436635,-0.08081055,0.022268318,-0.07131722,-0.04576725,-0.03644972,0.040961985,-0.018180909,-0.035277702,0.028538607,0.0013871916,-0.0015272843,-0.03023803,-0.010079344,0.018576464,0.026209222,-0.039672766,-0.038178444,-0.016627986,-0.014137452,0.0070101246,-0.007156627,0.016056629,0.011529714,0.0842094,0.030413833,0.052096143,0.02244412,-0.040375974,0.0101379445,0.011397862,0.01835671,0.029388318,0.048990298,-0.0093907835,-0.014474406,0.026399676,0.010738603,-0.040200174,0.007515557,-0.051598035,0.008394569,0.0054608653,0.05332676,0.0043291366,-0.021887412,0.0076913596,-0.04550355,-0.002552799,0.01090708,0.018840168,0.032757867,-0.005347326,-0.05959705,0.033519678,0.019938935,-0.0043804124,-0.024832103,0.024304695,0.00008429593,0.0022451445,0.0632889,-0.017931854,0.019235725,0.032289058,0.0014888274,-0.040288072,-0.022180416,-0.045825854,0.03642042,-0.034838196,0.031292845,0.021931361,-0.015250867,-0.016232431,0.033431776,-0.04154799,0.065222725,-0.015280168,-0.021316053,-0.06826997,0.007991688,0.030618936,0.07307524,0.020935148,-0.02458305,-0.022942226,0.0003344368,0.020949798,-0.012789632,0.009749713,-0.021579757,0.03630322,0.0011665229,-0.0021535805,-0.02317663,-0.02313268,-0.027469141,0.0033329225,0.015031114,0.0035050623,-0.0016051135,-0.025901569,0.010423623,0.011295311,0.0280112,-0.035746507,-0.046236057,-0.0008515434,-0.0063984785,-0.004849219,0.027146837,0.06510553,-0.00040150728,0.0021609059,-0.045239843,-0.030589635,-0.02601877,0.036156714,0.05898174,0.017858604,0.015778275,0.008636298,0.04972281,-0.0032596714,0.01090708,0.015426669,-0.024055643,0.0026223874,0.01153704,-0.015675724,-0.005391277,-0.03349038,0.041840997,-0.008863376,-0.028436055,-0.01967523,0.012789632,0.017360497,-0.020173337,-0.0048199184,0.017287247,-0.018093007,0.019733831,0.0036112764,0.048961,-0.0013936011,-0.012452677,-0.0023861527,0.07190322,-0.04362832,-0.018415311,0.023586836,-0.027630294,-0.09001088,-0.025696466,0.0057062563,0.03372478,-0.02659013,0.0421633,-0.0066328817,0.016964942,-0.00052420277,0.0017964818,-0.04421433,0.017492348,-0.066511944,-0.010255146,0.012093747,-0.006837985,-0.029930376,0.020905847,-0.003948231,-0.0175363,-0.051627334,-0.032142557,0.008812101,0.019865682,0.012174323,-0.0013807821,-0.070321,0.0026242186,0.025652515,-0.000885422,-0.010987656,-0.0013881073,0.014965188,0.012152348,-0.034662392,0.022839675,-0.010899755,-0.030706838,0.015353419,-0.072137624,0.022400169,0.025125107,-0.0021957,0.06821137,-0.028743709,-0.03935046,0.025769716,-0.004087408,-0.045269143,0.018810868,-0.020730045,-0.011991195,-0.021477206,-0.030062228,-0.0053546512,0.06463672,0.01370527,-0.019396877,0.006951524,0.05687211,-0.023088729,-0.018898768,-0.010284446,-0.015119015,0.03724083,0.005167861,-0.03390058,-0.0030875315,-0.00019045272,0.07524347,0.022253666,-0.017829305,0.0026590128,-0.011295311,0.0025857617,-0.013697945,0.05139293,0.029285766,-0.026209222,0.0065156803,0.007482594,-0.020085435,-0.02247342,-0.019807082,0.010848479,0.021198852,0.016378934,0.00307105,-0.044653837,0.0069734994,-0.09194471,0.04638256,0.008892677,0.019880332,0.045737952,-0.02320593,0.009859591,-0.010101318,0.0049590957,-0.027014984,-0.010716627,0.024070293,-0.072665036,-0.02251737,0.015353419,0.03454519,-0.03732873,-0.0047063795,-0.051568735,-0.0049810708,0.0053583137,0.032611363,0.008475145,-0.0014943213,0.034838196,-0.026634078,-0.0092589315,-0.03595161,0.01374922,-0.006508355,-0.008511771,-0.004962758,0.00046605975,-0.036010213,-0.032054655,0.0564033,0.00685996,-0.036889225,-0.020583542,0.01976313,0.0059736227,-0.013580743,0.03308017,-0.024216795,-0.01370527,0.06035886,0.056374002,0.04351112,0.03732873,-0.037416633,-0.0048199184,-0.022165766,0.027776795,-0.03858865,-0.053502563,0.013632019,0.03164445,0.00016504376,-0.04354042,0.0245684,-0.027850047,0.035248403,-0.006002923,-0.023967741,-0.015485271,0.019440826,0.006453417,-0.027600992,0.00066063285,0.013426916,0.02954947,-0.040346675,0.036684122,-0.0052923877,0.018034406,0.0023696711,0.0003973869,-0.011331936,0.009720413,0.02603342,0.017433748,0.037592433,-0.018722966,0.031263545,-0.073661245,-0.027835397,-0.04778898,-0.03794404,-0.03164445,0.024509799,-0.011068232,-0.0011463788,0.04690997,0.018591115,0.013925023,-0.028187001,-0.012232924,0.0062812767,0.046968568,0.0005736472,0.001107922,0.022165766,0.0103137465,-0.021228151,-0.0039518937,-0.019426176,0.045093343,-0.019894984,0.013397615,0.00020762092,0.010987656,0.0067903716,-0.019660579,0.01680379,0.0055963797,-0.01017457,-0.0041826344,-0.04269071,0.01445243,0.037035726,-0.02322058,0.010811854,0.037651036,-0.02383589,-0.0023660087,0.01364667,-0.02250272,-0.0077133346,0.0060468735,0.0055084783,0.0123428,-0.024846753,0.015338768,-0.009888891,0.028509306,-0.059919354,-0.0029904738,-0.007460619,0.06785977,0.051685937,-0.06598454,0.015748974,-0.03448659,-0.015983377,-0.021213502,0.031146344,-0.012328151,0.018180909,0.052887253,-0.005885721,0.024993256,-0.0106653515,-0.0058600833,0.010299097,0.020817947,-0.000021116903,0.0027579018,-0.012049796,0.0013652163,0.030062228,-0.04374552,0.015587822,-0.02880231,0.011844694,0.011881319,-0.04154799,-0.0029391982,0.00021094011,0.019514078,-0.02102305,-0.037123628,0.007420331,0.023381732,-0.053649064,0.048990298,-0.020803297,-0.004230248,0.039760664,0.018561814,0.0052411123,-0.009800989,0.01440848,0.017140744,-0.024231445,-0.026165273,0.047261573,0.009097779,0.010321072,0.008189467,0.013287739,0.017023543,-0.017492348,-0.04488824,-0.037592433,-0.011683541,0.00045140955,-0.012423377,0.0036332516,-0.009998768,-0.0029648358,0.01612988,0.016364284,0.0062812767,-0.0036607208,0.0052557625,-0.015719675,0.009346833,0.0008286524,0.022209717,0.0077426354,-0.034984697,-0.012101072,0.009398108,-0.019909633,0.04975211,-0.03797334,-0.029681323,-0.023469634,0.035424203,-0.006369178,-0.0063325525,0.0056403303,0.017389797,-0.020202637,-0.025901569,-0.0017854942,0.046997868,-0.012489303,-0.05332676,-0.028655808,0.0129507845,0.02111095,0.011141484,0.01083383,-0.02666338,0.010416298,0.043921325,0.020686094,-0.029754573,-0.0134342415,-0.008694898,0.057926923,-0.0040361322,-0.010694652,0.0053766267,-0.016144529,0.012980085,0.0048602065,0.03861795,0.0072408654,-0.0060468735,0.0070284377,0.01617383,-0.012086422,0.009024529,0.0020858233,0.034750294,-0.005182511,0.034222886,0.020598194,0.047525275,0.012672431,-0.002818334,0.013126587,-0.00062263384,-0.01900132,-0.05479178,-0.015748974,0.05265285,-0.043716222,-0.013053336,-0.034603793,0.028187001,-0.0059955977,0.008006339,0.0041093836,-0.004658766,0.033197373,0.03935046,0.004424363,0.010592101,-0.0018376856,0.00840922,-0.0012937966,-0.019982884,0.015836876,0.036830623,0.016364284,-0.036244616,-0.04849219,0.00013677344,-0.03800264,0.015587822,-0.002507017,0.0045269146,0.01624708,0.013404941,0.016642638,0.005742882,-0.014152101,-0.004039795,-0.017419098,0.01336099,-0.0175363,0.030618936,0.00650103,-0.0050909473,-0.031058442,-0.020920498,-0.04711507,0.03249416,-0.027644943,-0.019440826,0.046206757,-0.036244616,0.015192267,-0.010540825,-0.015265517,0.006050536,-0.053854167,-0.011522389,0.0039518937,-0.011903294,-0.017199345,-0.020026835,-0.04269071,-0.030032927,-0.00019560318,-0.022532022,-0.0133023895,0.0066182315,-0.02257597,-0.026326425,-0.01298741,0.005457203,0.0033860295,0.043921325,-0.0098742405,0.020085435,-0.03454519,0.014130126,0.020642145,-0.019396877,0.020832596,-0.0057355566,0.0019960909,0.0111927595,-0.01123671,-0.011134159,0.020759346,-0.008401895,-0.010350373,0.031937454,-0.0070943637,0.042309802,-0.0063838284,0.00060981495,0.021696959,0.008431195,-0.038530048,-0.015265517,-0.03082404,-0.00948601,0.010013417,-0.013177862,-0.03012083,0.020100087,0.020539593,0.03146865,0.0009724076,-0.028040498,-0.041870296,0.023396382,0.02743984,-0.0076327585,0.0029941364,-0.017507,-0.034955397,-0.0103137465,0.0022543008,-0.0028879223,-0.043950625,-0.0047796303,0.023704037,-0.0006011164,0.019807082,-0.041196387,-0.048755895,-0.0045891777,0.0124673275,0.002334877,-0.011712842,0.017887905,0.03577581,0.041079186,-0.044478033,0.03223046,-0.03565861,-0.012291525,-0.012276875,0.005021359,-0.00018198306,-0.024436548,0.0059443223,-0.012723706,0.029988976,-0.046704866,0.014965188,-0.008057615,0.04354042,-0.027967248,-0.05359046,-0.012101072,0.0015190435,-0.011559014,0.014921238,0.03999507,-0.014957863,-0.010408973,0.04579655,0.010394323,0.027132187,0.007801236,0.023660086,-0.0015666566,0.008101566,-0.011969221,-0.04474174,0.035980914,0.0026004121,-0.018532515,-0.024905354,0.008035639,0.022312267,-0.020100087,0.012884858,-0.0052227993,0.006870948,-0.025169058,0.001535525,0.016452184,0.040317375,-0.021008398,-0.017360497,0.012166998,-0.0030802065,-0.02111095,0.059157543,0.0018505044,-0.032582063,-0.018679015,0.022282967,-0.034047086,0.027806096,-0.017697452,0.009683788,0.02878766,0.04702717,0.030706838,-0.0034812558,0.036508318,-0.017624201,0.0018166258,0.0010694652,0.026370374,-0.058747336,0.019030621,-0.009097779,-0.002301914,0.017550949,-0.032025356,0.0017919036,-0.023791939,-0.0079843635,0.0351312,-0.0034849183,0.012218274,-0.0055963797,-0.029593421,-0.011090208,-0.000020287105,0.0037577786,-0.015499921,0.0018367699,0.016422885,-0.0032322023,0.030413833,0.032728568,-0.021140251,0.007537532,-0.00984494,-0.022561321,-0.028289553,-0.008885351,0.008248067,-0.025447411,0.020187987,0.008606997,0.032669965,0.028245602,-0.000998961,0.029256467,-0.0037339719,-0.0055963797,0.06252709,-0.02596017,0.053707663,0.015734324,-0.01695029,0.020451691,0.026472926,0.017213995,-0.0011390537,0.015807575,0.033168074,-0.009412759,-0.029739924,0.0120278215,0.011800743,0.02596017,0.047642477,0.029901076,-0.019748481,0.023484284,-0.015236217,-0.0174484,0.00667317,0.020129386,-0.047320172,-0.012723706,0.030443134,0.016496135,-0.031204944,0.032669965,-0.03592231,0.019484777,-0.0037724287,0.03721153,-0.006402141,0.057897624,-0.024920005,0.04852149,-0.03811984,-0.017082144,0.00806494,0.024920005,0.035277702,0.009449384,-0.011163459,-0.0022268316,0.023015477,-0.03299227,-0.03847145,-0.0174484,0.0015281999,-0.0066365446,0.015280168,-0.06657055,0.011441813,-0.006369178,-0.011624941,-0.025476713,0.004999384,0.008379919,0.00047613177,0.010365022,-0.014598933,-0.016730538,0.0057611945,0.043862723,0.031497948,0.028348153,-0.030648237,-0.012203624,0.0003181842,0.012884858,0.0069991373,0.006457079,0.016364284,0.0065046926,-0.00059836946,0.03088264,0.043979924,0.031527247,-0.027264038,-0.022898275,-0.0030087866,-0.015016464,-0.0111488085,0.013133912,0.034164287,0.022063214,-0.011573665,0.011368562,-0.03929186,0.02742519,0.007270166,0.010819179,-0.0020144037,0.0011482101,-0.007522882,-0.009200331,0.012796957,0.008372595,-0.010013417,-0.015602472,-0.033314575,0.009178355,-0.01689169,-0.0019448152,0.0055963797,0.015280168,-0.008416545,0.0107972035,0.0004953602,0.015104365,-0.027864696,0.007079713,0.018415311,-0.013009385,0.005922347,0.011551689,-0.014086176,-0.0017955662,0.004841894,0.009061154,-0.023411034,-0.010570126,0.01370527,-0.043247417,-0.06240989,-0.025095807,0.05690141,0.03858865,-0.014225353,-0.02178486,-0.030531034,0.047583878,-0.012196299,0.031087743,0.029886425,-0.0052374494,0.018503213,0.0210963,0.013163213,0.016789138,0.006614569,0.02597482,0.04269071,-0.0040031695,0.0059406594,-0.011038932,-0.013317039,0.0014238171,0.009105105,0.00041020583,-0.021462556,-0.003944569,-0.0034006797,-0.006054199,0.050953425,0.038559347,-0.019074572,-0.027937947,0.0055560917,-0.0038749801,-0.0006533077,-0.023660086,-0.0043218117,-0.015734324,-0.030706838,0.008416545,0.018415311,-0.0043401243,-0.025549963,-0.008519096,0.009822965,0.0075302073,-0.0062336638,-0.019352926,0.014877287,0.0053107007,-0.0072994665,-0.014027575,-0.0042778607,-0.03794404,0.0057282317,0.008790125,-0.040874083,0.026428977,-0.0062116883,0.011515064,0.03170305,-0.044536635,-0.0133023895,0.01051885,-0.033285275,0.005559754,-0.0017928192,0.015646422,-0.0002360057,-0.015705023,-0.02949087,0.013456216,0.0017561937,-0.0119838705,-0.005977285,-0.010606751,0.014972514,0.025916219,-0.012811608,0.014606258,0.0022268316,0.0029703297,-0.012665105,-0.008145516,-0.0016041978,-0.022400169,0.02527161,0.024670951,0.00802099,0.014869962,-0.024465848,0.018752268,-0.022165766,-0.015001814,-0.019748481,-0.018034406,0.0046258033,0.04849219,-0.02588692,-0.008592348,0.027337288,0.018547164,0.006446092,-0.016598687,0.06909038,-0.020920498,-0.013295065,-0.017946506,-0.0018898769,-0.012496628,-0.023938442,0.022532022,0.012811608,0.0048052683,0.0055304538,-0.003389692,0.0028091774,-0.0108411545,-0.0016490641,-0.01835671,0.0026040745,0.009698438,-0.008086915,-0.030736137,-0.013881072,0.012423377,-0.027176136,-0.023367083,-0.04289581,-0.024055643,0.015031114,0.013339015,-0.0045269146,0.0050689722,0.021506507,0.029022062,-0.0014073356,0.015690373,0.027791446,0.009229631,-0.01159564,-0.041342888,0.0039042805,-0.0034153298,-0.023367083,0.020905847,-0.0059003714,-0.0038493422,-0.01674519,-0.020422392,0.013998275,-0.00420461,0.0005777676,-0.041342888,-0.0068562976,-0.004710042,0.028025849,0.00437675,-0.021843461,0.030267332,0.047583878,0.06598454,-0.0022890952,-0.0020528606,-0.013317039,-0.013895723,0.026546178,0.022004614,-0.018034406,-0.029153915,-0.017316546,-0.0058490955,0.0023037454,0.00043904842,0.014152101,-0.017082144,0.02390914,-0.0107093025,-0.020231938,-0.0010868623,0.012745681,-0.00093761337,0.010482225,-0.017477699,-0.03249416,0.01544132,0.011053583,0.017082144,-0.05479178,0.009976792,0.023059428,0.003867655,-0.017609552,-0.0015016464,0.02398239,-0.016598687,-0.0013588069,0.006094487,-0.022795724,0.012020496,-0.06721516,0.00060569454,-0.01823951,-0.0027102886,-0.00083689316,0.016320333,-0.024436548,0.0015977884,-0.036684122,-0.02799655,0.006453417,-0.0091710305,-0.00948601,-0.008958602,0.00843852,0.025828317,0.0102697965,-0.0039042805,0.020583542,0.024905354,0.023528235,-0.034867495,0.0107532535,0.00049673364,0.021066999,0.004867532,-0.022839675,-0.017155394,0.026883133,-0.010848479,0.005321688,0.009193006,0.01885482,0.012753006,-0.0011418007,0.038178444,-0.008585022,0.00076913595,-0.019015972,0.036947824,0.015851526,0.0012342801,-0.011624941,0.0077792606,-0.04280791,-0.016569385,0.00879745,0.00667317,0.06475392,-0.01054815,-0.009793664,-0.006574281,-0.034926098,0.0063984785,-0.013976299,-0.014093501,0.022268318,0.019426176,0.006094487,-0.06733236,0.023396382,-0.022209717,-0.037123628,0.023674738,-0.011009632,-0.015866175,-0.021828812,-0.007434981,0.037592433,-0.024788152,-0.014247328,0.05830783,-0.009998768,-0.020510292,0.041518692,-0.023425683,-0.00022272895,0.0101379445,0.023411034,-0.009647163,-0.0063362154,0.031263545,0.004644116,0.016144529,0.012225599,-0.015280168,0.040288072,0.0103137465,-0.007522882,0.017316546,0.030325932,-0.023572186,-0.003032593,0.008306668,0.04298371,0.019382225,-0.0491075,0.032054655,0.051451534,-0.011427162,-0.027117535,-0.021521157,-0.034808896,0.01967523,0.0030490747,-0.009852265,0.024319347,0.0045598773,-0.003554507,-0.006369178,-0.015895477,-0.026780581,0.041987497,-0.013309714,0.024363296,-0.0058747334,0.01298741,0.018605765,-0.021257453,-0.005651318,0.015119015,0.05130503,0.04860939,-0.020642145,0.025344862,-0.024333997,0.008482471,0.0012388582,-0.018063707,0.009288232,0.032406263,0.0041423463,-0.03225976,0.0001634414,0.043393917,-0.005951647,-0.010460249,0.0073141167,0.002499692,-0.024187494,0.005823458,-0.012306175,-0.006805022,-0.015998028,-0.02461235,-0.010057368,0.013954324,-0.011844694,0.021008398,-0.0037303094,0.009083129,0.02389449,-0.0072005773,0.0034720993,0.008006339,0.015016464,-0.04333532,-0.0043547745,0.004296174,0.022414818,0.018840168,-0.0012260394,0.003356729,0.010430949,0.002096811,0.0014366361,-0.015294817,0.011024282,-0.003768766,0.030003628,0.018752268,-0.033929884,-0.019118521,0.018488564,-0.0012635805,-0.032787167,0.018093007,-0.013895723,0.009852265,0.027776795,0.0035105562,0.035600007,-0.011588315,-0.03220116,-0.015060415,-0.010782554,-0.000698174,0.004325474,0.0012214611,-0.012181648,-0.010379673,-0.0055890544,0.017316546,-0.002701132,-0.00947136,0.024524448,-0.0019283337,0.024202144,-0.020583542,-0.015221567,0.0037797538,-0.017067492,-0.0012947122,-0.008563047,-0.0070357625,0.0081162155,0.043130215,-0.022268318,0.015836876,0.008870701,0.004611153,0.011617616,-0.0025289922,-0.002693807,0.024627,0.027571693,-0.015294817,-0.030413833,0.030794738,0.027835397,0.03718223,-0.0072188904,-0.013946999,0.02953482,0.022063214,0.040434577,0.043657623,-0.019191774,0.06393351,0.012525928,0.010987656,0.018781567,0.016642638,-0.00947136,0.036215317,-0.022107165,0.024026342,-0.0020125725,0.04148939,-0.024363296,-0.0023861527,0.0420461,-0.000026911173,-0.02458305,-0.01686239,-0.026282474,0.028172351,-0.0082041165,-0.01967523,0.033226673,0.02172626,-0.01333169,0.015910126,0.019147823,-0.014027575,0.0421926,0.031204944,0.012350126,-0.044829637,0.005391277,0.008145516,0.024158195,-0.0014512863,-0.0013908541,0.01898667,-0.028172351,-0.0123794265,-0.000075254,-0.012020496,0.013441566,-0.023352433,0.0035654944,-0.033841982,0.008482471,0.01905992,-0.007343417,0.017829305,-0.0116762165,-0.015236217,-0.027073584,0.007566833,0.0046404535,-0.03448659,0.004431688,0.026839182,0.010247821,0.000030273282,0.0011949076,0.0074935816,-0.0032138894,0.009031854,-0.008585022,-0.015690373],"social":"https://www.linkedin.com/in/cristianbeza/"},{"title":"www.giftmatch.ai","description":"finding a personalized gift in less than 1 minute","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=_V-A48dcJJA","youtube_transcript":"Hi, guys. My name is Maji Yifan. Later, we can embed our website advising on gifts to the way it's working as you have. Free form to complete. You can put any word you like. It's free form. So let's say this up and yep. And let's say, and the lights going out. Okay. So show me IDs. So it's looking now during that time. I'm going also to show what I've been look what I've been kind of doing. So in the beginning, I struggled to get end user user, so I've made short on TikTok and on YouTube, and it got me to forty users. And then before I was not getting any. So that's what kind of help me to get the first users. So now it's looking for a few IDs and recommendation. Yep. So here we are. We have recommendation. And if we click on Shopify, it's going to link us to our website to buy. So yeah. So, yeah, thank you very much. And, I mean, please do try it if it's useful to you. Thank you. Bye.","embedding":[0.019953318,-0.009305081,-0.06017336,0.01617756,0.015386591,-0.038802266,-0.027146662,0.03999618,-0.012386877,0.009506555,0.039757397,-0.060053967,-0.030116526,-0.07390339,0.026370617,0.000007629577,-0.040234964,-0.015685068,-0.016625278,0.07682849,0.016983453,0.028459968,-0.0022292647,0.07223191,0.009536402,-0.034981735,0.001958768,0.04695074,0.017699802,-0.00078910374,0.008163399,-0.02646016,-0.0012144363,0.02120693,-0.019251892,-0.031728312,0.015229889,0.0055405158,0.0333401,-0.0015987279,0.0018580315,0.021535257,0.081962325,-0.014923948,-0.0025874395,0.009849805,-0.022236682,0.0087528955,0.014080745,0.011043722,-0.0666802,0.006066585,-0.04310036,0.06787412,-0.031847704,-0.026579551,0.00986473,0.006894864,-0.010424377,0.0025575915,0.03205664,-0.0048652072,0.035698082,0.048025265,0.0241171,0.020042863,-0.020460732,0.003466087,-0.018669859,0.012879367,0.05208458,0.00044818482,0.025639342,0.003466087,-0.028430121,0.023848468,-0.03772774,0.027460065,0.046503022,-0.045995608,0.0044883774,0.004581652,-0.06578476,0.0018626952,-0.05632298,-0.024714058,-0.045547888,-0.033996753,-0.025117004,0.009603561,-0.055636477,-0.021759115,-0.046174694,0.03516082,0.0015623508,0.01035722,-0.046085153,0.030146375,0.024370806,0.01470755,0.056114044,0.00044165557,0.0111108795,-0.017461019,0.014222522,-0.015207503,0.03575778,-0.027280977,-0.041667663,-0.023535065,-0.13932998,-0.01493141,0.016610354,0.060800165,0.0036041334,0.01765503,0.033041622,-0.015125421,-0.025415484,-0.036892,-0.039249983,-0.0036768876,0.047756635,-0.018132597,-0.036892,-0.009379702,-0.065904155,0.032235727,-0.039966334,-0.04724922,0.061606057,-0.003413853,0.053248648,-0.004827897,-0.019326512,-0.04820435,0.0012676028,0.020893527,-0.04116025,0.024251414,0.017252084,-0.0766494,0.0027777199,0.030176222,-0.0025184161,-0.046055302,-0.016729746,0.015035878,-0.03632489,-0.008111166,0.030564245,-0.019953318,-0.025534876,-0.022400847,-0.0022124753,-0.0069097877,0.0024139485,-0.015774613,-0.005189803,-0.008976755,-0.013319624,-0.030459778,-0.033549033,-0.013028607,-0.04429428,0.047905874,-0.017968433,-0.0294151,-0.022236682,-0.01504334,-0.033578884,-0.030220995,-0.014700089,0.00790223,0.015938776,-0.014162826,0.014058359,-0.037429262,-0.0022180718,0.021594953,-0.03319086,0.021400942,-0.027907783,-0.006596385,-0.054353017,-0.022385921,-0.008290253,-0.015744764,0.03387736,-0.0047271606,-0.01580446,0.008521575,-0.011730223,0.018162444,-0.015147807,-0.030116526,0.050174315,-0.015699994,0.024385732,0.04668211,0.028549513,0.003277672,0.011707837,0.05506937,-0.02611691,-0.020490581,-0.029161394,0.021759115,-0.044950932,-0.0023411943,0.06184484,-0.011879463,0.020087633,0.010178133,-0.027072042,-0.005521861,0.0059098834,-0.008036546,-0.037250172,0.03886196,-0.03531006,0.0059994273,0.028833067,-0.07551517,-0.020759212,0.012983834,0.03160892,-0.043339144,0.00065245637,0.0041339337,0.003466087,0.015714917,0.018416151,-0.017759498,-0.0055143987,-0.024027556,0.004253325,-0.015207503,0.00805147,0.004507032,0.031728312,0.039817095,0.023311207,-0.00574572,0.03987679,-0.026012441,-0.023221662,-0.09706536,0.014543387,0.03205664,0.04895055,0.0016472307,0.0021938204,-0.044204734,0.017416248,-0.07748514,-0.042175077,0.06626233,0.014565773,-0.03814561,-0.0012955852,-0.004354062,-0.028564436,0.020997996,-0.018610163,-0.006659812,-0.029027078,0.04029466,0.0063314848,-0.03617565,-0.014573235,-0.027534684,0.031907402,0.05900929,0.028042099,0.022027748,0.003057544,-0.004313021,-0.009237924,-0.021236777,-0.01980408,-0.03316101,0.03065379,-0.00076112134,-0.020102559,0.026281072,-0.0011948486,-0.02034134,-0.05360682,0.026669094,-0.0043466,-0.022162063,0.0067008524,-0.020132406,0.007723143,0.02158003,0.04301082,0.0009178228,0.00017710529,0.045488194,-0.020013014,-0.050054923,-0.020580124,-0.0003012772,-0.025878126,0.019475752,-0.0033578882,0.027549608,0.008342487,0.0048652072,-0.00597331,0.03393706,0.016655127,-0.010513921,-0.048144657,0.003734718,0.06739655,-0.019550372,-0.02256501,-0.05363667,-0.0030407545,-0.022714248,-0.0036619636,-0.00801416,-0.018983262,-0.016192483,0.047547698,-0.0032571517,-0.020013014,-0.03005683,0.02366938,-0.029892668,0.005111452,-0.0044995705,-0.013215156,-0.021818811,-0.026430313,0.0075850966,0.01693868,0.062322408,-0.0024027557,-0.051398076,-0.029624037,-0.006279251,-0.013147998,-0.02332613,0.00638745,0.006626233,-0.011916772,-0.019222045,-0.00011548571,-0.0018449731,0.015140345,-0.052412905,0.021386018,0.0134987105,0.025773657,-0.012013778,-0.030803028,0.0036190574,-0.04026481,-0.012685356,0.019117577,0.0033429642,-0.0056711,0.012274947,-0.06596385,-0.006525496,0.01580446,0.022027748,0.012207789,-0.017401323,0.0015791402,-0.029325558,0.005223382,0.0039548464,0.03163877,0.019565295,-0.00087864744,0.03178801,0.06542659,0.017968433,-0.005525592,-0.019789156,-0.022818716,0.019908547,0.036384586,-0.017640106,-0.008238019,-0.015050801,0.04169751,-0.059874877,0.006596385,-0.015431362,0.038802266,0.004906248,0.041906446,0.037369564,-0.034951884,-0.05560663,0.00082688,-0.024997612,-0.022206834,0.042324316,-0.014774708,0.03489219,-0.03677261,-0.043936104,0.018460924,-0.01587908,0.015035878,-0.0709186,0.058800355,0.004022004,0.008820053,0.028340576,0.0150209535,0.025281169,0.04981614,-0.027683923,-0.04695074,-0.059337616,0.020535352,-0.007152302,-0.014319528,0.020774135,0.03292223,-0.043488383,0.019520523,-0.07014255,-0.034922037,0.007812687,0.03092242,-0.011998855,-0.032414816,-0.018699707,0.019057881,0.058203395,0.0539053,-0.044592757,-0.03444447,0.021430789,-0.053248648,0.016864061,0.02007271,-0.044174887,-0.019520523,-0.0018076632,-0.009021526,-0.031817857,-0.073664606,-0.01644619,-0.039160438,0.046323933,-0.046055302,-0.02763915,-0.013282314,-0.054144084,-0.009872192,-0.0087827435,0.0013049127,0.05614389,0.007111261,0.04342869,0.015297047,0.00024647833,-0.034981735,-0.0037496418,0.03814561,-0.029534493,0.013125612,-0.01602832,-0.005678562,0.018251989,-0.07581366,0.0016640202,0.026027365,-0.0017890083,-0.0007205469,-0.029982211,-0.0081783235,0.0073948163,-0.007461974,0.013924044,-0.0019093326,0.05632298,0.015252274,0.020744288,0.0007461974,0.021087538,0.017058073,0.060919557,0.05417393,-0.017983356,-0.02702727,0.000084355284,0.023863392,-0.050025072,-0.0070702205,0.0026060943,-0.0140135875,0.034534015,0.0008763156,0.07169464,-0.0006953627,-0.008141014,-0.015446286,-0.03659352,0.010461687,0.0076298686,-0.06781442,-0.043637622,-0.047965568,0.0035612271,-0.0028150296,-0.004286904,0.0076485234,0.013162922,0.0030817953,-0.011700375,-0.032683447,0.008118628,-0.0018300491,-0.02155018,-0.011730223,0.028952459,-0.029653884,-0.0014168423,-0.04524941,-0.006868747,-0.023176892,-0.02389324,0.012357029,-0.0042607873,-0.019848851,-0.007488091,-0.03307147,-0.009461783,-0.02158003,-0.008887211,0.011677989,-0.007991774,0.014849328,-0.0037030047,-0.026325844,0.01696853,-0.033429645,0.0022647092,-0.022370998,0.016565582,0.02948972,-0.008820053,0.027146662,-0.020520428,-0.013252466,-0.009431935,-0.0032123798,-0.020878604,0.021192007,0.032026794,-0.005824071,-0.008036546,0.021087538,0.053845603,-0.012379414,0.021266626,-0.0062009003,0.043189906,-0.02668402,-0.006570268,-0.0028877838,-0.033578884,-0.0039884252,-0.02278887,0.022609781,0.0050107157,-0.010304986,-0.018281836,-0.019639915,0.0020240603,-0.038921658,-0.018744478,0.0007867719,0.0026322114,0.006547882,-0.016013397,-0.029937439,0.016296951,0.023520142,0.018043052,-0.01640142,-0.013245004,-0.0029269592,0.021236777,0.029459873,0.0046637338,-0.014088207,-0.0069508287,0.032086488,0.01470755,0.0056524454,-0.0013105092,-0.0076000206,-0.027564531,0.017356552,0.011013874,-0.0006608511,0.004286904,0.022057595,-0.0026769831,-0.02037119,0.014506077,-0.0044697225,-0.04160797,-0.00044538657,-0.008364873,-0.017192388,-0.028325653,0.02290826,0.02071444,-0.009424473,-0.019371284,0.03456386,0.008215633,0.008931983,0.029758353,0.006876209,-0.002831819,-0.02857936,-0.0004640415,0.018744478,0.0075552487,0.016625278,-0.011909311,-0.0065292274,-0.011163113,-0.007234384,0.0036265193,-0.018460924,0.0020893528,-0.026878031,-0.048711766,0.039757397,-0.00048456193,-0.006976946,0.0031843975,-0.028489817,0.031161204,-0.016819289,-0.03859333,0.0017069265,-0.006883671,0.051159292,-0.028788295,-0.0026545972,0.007805225,-0.0347728,0.013319624,-0.024370806,-0.023684306,-0.038623177,0.03531006,0.01504334,-0.045607585,-0.032981925,0.045279257,-0.02219191,0.0111108795,0.012767438,0.020848755,-0.035877172,-0.00718215,-0.01546121,-0.023938013,0.026594475,-0.027131738,-0.0041190097,-0.054293323,-0.017684879,-0.00015378662,-0.00062447396,0.005988234,-0.0035854785,-0.01704315,0.016998377,-0.018132597,0.028624132,0.0017880755,0.0025650535,-0.01202124,0.0053315805,0.00036680265,0.032952078,-0.018610163,-0.0009229529,-0.0023785043,0.0024027557,-0.002574381,-0.024057403,-0.038085915,-0.026907878,-0.00714484,-0.018654935,0.0035481686,-0.0002365679,-0.008790205,-0.021788964,0.027803315,0.034922037,0.005152493,-0.039339527,-0.0066336947,0.0038914194,0.004917441,-0.034116145,0.023833545,-0.008103704,-0.042592946,0.036921848,-0.01637157,-0.036354735,0.014558312,-0.0010241559,-0.042742185,0.014752323,-0.020430885,0.027773468,0.014356838,0.026176605,-0.03393706,-0.008476802,0.014371762,-0.028191337,0.040443897,0.012043626,0.0013440881,-0.017416248,-0.015341818,-0.017505791,-0.041399032,-0.029758353,0.026504932,-0.026206452,0.033399794,0.012043626,-0.025325939,0.035190668,0.008626042,-0.03447432,-0.021609876,0.011715299,0.015953701,-0.011013874,0.055099215,0.0050256397,0.023520142,0.037638195,-0.0067754723,-0.015953701,0.03629504,0.013319624,0.048443135,-0.0022441887,0.042742185,0.012886829,0.0043354067,-0.011394435,0.008976755,-0.008976755,0.02098307,0.03316101,-0.01644619,0.020953223,-0.027355596,0.03817546,-0.020162253,-0.034653407,-0.008857363,-0.038085915,0.019595144,0.00087678194,0.0023281358,-0.007782839,-0.016625278,0.019460829,-0.034922037,0.015416438,0.0036619636,-0.00801416,-0.039936483,0.036832303,-0.03677261,0.0055890186,-0.022326225,-0.0061076256,0.031161204,-0.035101127,-0.0837532,-0.029877745,-0.0028224916,-0.0170133,-0.029206166,-0.026295995,0.04336899,0.008678276,-0.021326322,-0.02014733,0.02675864,-0.009431935,0.043458536,-0.030803028,-0.015282122,0.007368699,0.057248265,-0.0051413,0.015491058,0.010148285,-0.019953318,0.0003817266,-0.018908642,0.039518613,0.007738067,-0.029161394,0.0038093377,0.026997421,0.043667473,-0.02857936,-0.006525496,-0.027997326,0.013886734,-0.011692913,0.025699038,0.0011043721,-0.04698059,0.011894386,0.05220397,-0.013655412,-0.018848946,-0.013095764,0.002913901,-0.007670909,0.007368699,-0.018266913,-0.017908737,0.031996943,0.010573617,-0.028489817,0.018654935,0.0011472785,-0.0076634474,-0.028758448,0.000308506,0.06566537,0.0058352635,0.00404439,0.031996943,0.00032716093,-0.01637157,-0.04026481,-0.0068463613,-0.051875643,0.041637816,0.021087538,0.013938967,0.009528941,-0.013506173,0.024549894,0.023833545,0.005249499,0.020177178,0.002427007,0.028474893,-0.02419172,0.010842248,0.026012441,0.006070316,-0.015491058,-0.0044622603,-0.01500603,0.009223,0.03462356,-0.0025949015,0.015998472,-0.009551327,-0.00907376,0.028176414,-0.022624705,0.038682874,-0.022893336,-0.016625278,0.0017619586,-0.049845986,-0.016864061,-0.019624991,0.03107166,0.02680341,-0.0035295137,0.024132024,0.0002537071,-0.029176319,0.018446,0.0055852877,-0.0035052623,-0.0069545596,-0.025281169,0.0031433564,0.017669953,-0.020818908,0.019908547,0.006641157,-0.0044137575,-0.0496669,0.04539865,-0.010655698,0.017028224,-0.004036928,-0.0017768826,0.015938776,0.018177368,0.00423467,-0.02150541,-0.026057214,0.031011963,0.007111261,-0.035727933,0.026907878,-0.01583431,0.019938394,0.023191815,0.029892668,-0.021371093,0.00010312681,0.0036377122,0.03435493,-0.022326225,-0.030862724,0.019863775,0.014923948,-0.00854396,-0.015416438,-0.0069881384,-0.007670909,-0.014200136,0.004219746,0.013528558,0.007141109,0.028086869,0.013401705,0.051815946,-0.04566728,0.04653287,0.016864061,0.038085915,0.011013874,-0.03662337,0.011707837,0.018983262,0.025370711,0.01859524,0.0681726,-0.006962022,-0.016535735,-0.0103646815,-0.02034134,-0.0025501295,0.0023822351,0.0038186652,-0.04668211,0.042025838,0.0354593,0.011192961,0.026251225,0.0093573155,0.013588254,0.01637157,0.0040481207,0.028146565,0.015207503,0.045906063,-0.015864156,0.0026060943,0.036474127,0.01617756,-0.02226653,-0.017177464,-0.0061038947,-0.052412905,0.023773849,0.0028019713,0.020132406,0.002850474,0.016088016,0.018699707,0.0061934385,-0.005152493,-0.024236491,0.005663638,-0.009006603,-0.019311588,0.049696747,0.030071756,-0.009506555,0.04059314,-0.042921275,0.017774422,-0.011289966,0.02362461,0.014595621,0.0037104664,0.024400655,0.005163686,-0.04692089,0.029295709,-0.025355788,0.028743524,-0.014312066,-0.021490484,-0.014506077,-0.019072805,-0.041309487,0.01553583,-0.026713867,-0.010372144,0.009081222,0.00213599,-0.018953415,-0.0076485234,-0.019714534,0.023176892,-0.010222904,-0.017789345,0.00079609937,-0.00056151353,-0.0063799876,-0.0013580793,0.011215347,-0.009170766,-0.01485679,0.028474893,0.009402087,-0.037966523,-0.0015325029,0.00393246,0.031310443,0.008103704,0.005436048,-0.038115762,-0.0019867506,0.0071187234,0.01096164,-0.0028896495,0.0037496418,-0.0040481207,0.018729554,-0.011588446,-0.026430313,0.013625564,-0.004525687,0.0065180343,0.038921658,-0.051398076,-0.025579646,0.030773181,0.013200232,0.0016285758,-0.012163018,0.017072996,-0.015341818,-0.002589305,-0.010984026,0.017177464,-0.0013972546,0.018102748,-0.015938776,0.012528654,0.013588254,-0.022400847,-0.02702727,0.007767915,0.021803888,0.035787627,0.031728312,0.012901753,0.00077138154,-0.037369564,0.015326895,0.0015269064,0.037250172,0.006342678,-0.0013338279,-0.0018729555,-0.0055591706,0.006644888,0.011939159,-0.023729077,-0.017252084,0.05068173,-0.0029847897,0.028609209,0.010670623,0.012894291,0.005152493,0.01829676,0.046294086,-0.00014982244,0.02884799,0.03134029,-0.006014351,-0.004936096,0.018714631,-0.00737243,0.02034134,0.012379414,-0.018192293,-0.016073093,0.023296284,-0.004645079,0.01728193,0.014513539,-0.0069508287,0.040802073,0.009364777,0.004615231,-0.0064732623,-0.017595334,-0.018848946,0.0050816042,0.022176987,-0.01728193,0.0016761459,0.027415292,-0.015685068,-0.031996943,-0.013938967,0.030116526,0.02340075,-0.023773849,0.010528846,0.0134091675,0.0101632085,0.021221854,-0.023654457,-0.008887211,0.027534684,-0.019669764,0.010633313,0.026609398,0.09569235,0.009036451,0.032593902,-0.005055487,0.042175077,-0.0019195928,-0.022848565,0.017834118,-0.012595812,-0.00971549,0.015244813,-0.0043055587,0.044891234,0.019878699,0.0013972546,-0.009961735,0.0028971115,-0.008842439,-0.012454035,0.0029735966,0.022878412,-0.0016043244,0.0116854515,0.0070254486,-0.00165376,-0.028415198,0.030191146,-0.014379224,0.0016975991,0.02399771,0.038563482,-0.018625086,0.03784713,0.0033821396,-0.020535352,0.010118437,-0.03984694,0.008663352,0.009849805,0.0073612374,-0.009364777,-0.024743905,0.027609304,0.024236491,0.01149144,0.0035593617,-0.015103036,0.010275139,-0.023042576,-0.039906636,-0.014550849,-0.0036619636,0.014595621,0.02986282,0.035101127,0.009252848,0.011961544,0.048711766,-0.008797667,0.02347537,-0.014095669,0.014356838,-0.004290635,0.021147234,0.037608348,-0.0036265193,0.0020651014,0.0017591603,-0.00865589,-0.03671291,0.0072567696,0.021863583,-0.016073093,-0.007551518,-0.0014336318,-0.0036134608,0.014782171,0.021669572,0.0053315805,0.0001541364,0.009140918,0.008521575,-0.019878699,0.013170384,-0.007932078,0.013610641,-0.0007727807,0.012036164,0.0023859662,0.04327945,-0.021177081,0.025146851,0.029027078,0.014640393,-0.024012633,0.023370903,-0.026534779,-0.00097005663,-0.0012125708,0.00457419,0.0016808097,0.007775377,0.017640106,0.026982497,-0.014491154,-0.0016892044,-0.03163877,0.02850474,-0.022430694,-0.0006179447,-0.022550086,-0.015095573,0.019281741,0.007969388,0.017640106,-0.018207217,-0.02646016,0.014132978,0.001664953,-0.03151938,0.014722475,0.018505696,-0.004887593,0.048831157,0.041667663,0.003999618,-0.009693104,-0.036653217,0.010178133,0.013289776,-0.030206071,0.018714631,0.013170384,0.018998185,-0.0045294184,0.0042458633,-0.027952554,-0.04483154,0.0023934282,0.0018589642,-0.020789059,0.010110974,-0.015640298,-0.014155365,-0.006070316,0.004604038,-0.01337932,-0.0021565105,-0.010051279,0.012580888,-0.01602832,-0.00631283,0.028758448,-0.020699516,-0.003775759,0.0026657903,0.026504932,0.027728695,-0.01194662,-0.0023150775,-0.01610294,-0.020505505,0.0076149446,0.00058763043,0.031728312,0.018804174,-0.03035531,0.023072423,0.032832686,0.009230462,0.012745052,0.0019121309,-0.033698276,0.026504932,0.017192388,-0.036414433,-0.011506364,0.028549513,0.004327945,0.0015987279,-0.0052420367,-0.0251767,0.007129916,-0.015356743,0.009999045,0.011648142,-0.012715204,-0.023266435,-0.0026172874,-0.016640201,-0.016789442,-0.004257056,-0.01935636,-0.01308084,0.020401036,-0.0025165507,-0.04101101,-0.022356074,-0.016058167,0.036892,0.010043817,-0.016162636,-0.034683254,0.020117482,0.013692723,0.004301828,-0.027758542,-0.009178228,0.0140434345,-0.010312448,0.017998282,0.009454321,-0.0145881595,0.000823149,0.001362743,-0.0044436054,0.016625278,0.026937727,0.03745911,-0.037071086,0.027788391,-0.009387163,-0.01337932,-0.056651305,-0.00036190572,0.03644428,0.007152302,-0.0032366312,-0.025072232,0.0297882,0.040652834,-0.03429523,-0.0058427257,-0.011476516,-0.017908737,0.02695265,-0.014752323,0.025907973,0.0148941,-0.02256501,-0.00029661346,-0.014155365,0.028758448,0.014841866,0.007984312,0.030250842,0.0009266839,0.0086932,-0.016162636,0.0024643168,0.015908929,0.020878604,0.0052830777,-0.011095955,-0.017401323,0.007790301,0.01716254,-0.028265957,-0.012312257,-0.021475561,-0.040772226,0.0034978003,-0.0064844554,-0.0588302,0.020684592,-0.0010586675,0.011424283,-0.030071756,-0.02559457,0.008812591,0.01617756,-0.011506364,0.012446573,-0.023878317,0.015200041,-0.0121182455,0.01849077,0.016207408,0.03954846,-0.02192328,-0.02211729,0.0061225495,0.016431266,0.006573999,0.0026266149,-0.025415484,-0.029907592,0.022356074,-0.010655698,0.00608524,0.02128155,0.03205664,-0.0030314268,0.052711383,0.023281358,-0.011819767,0.037608348,-0.004342869,-0.022012822,0.0037328524,0.027116813,-0.042115383,0.0026975037,-0.02611691,0.0091856895,0.011118341,0.023370903,0.023027651,-0.028071946,0.019386208,-0.005465896,-0.04068268,0.0047719325,0.0006813715,0.017267007,-0.010043817,0.0047122366,0.02608706,-0.009312543,0.0191325,0.025788583,-0.019416057,0.009708028,0.017699802,0.06626233,-0.02249039,-0.014759785,-0.019296665,0.032952078,0.015274661,0.026579551,0.01379719,0.009954274,0.008931983,0.020789059,-0.01156606,0.0009999045,0.010043817,-0.0015035877,-0.021236777,-0.0015343684,-0.0027777199,0.026146756,0.02063982,-0.028668905,0.03292223,0.0035742854,0.014341914,-0.02820626,0.01716254,0.020789059,0.0510996,0.02063982,0.008790205,-0.0027049656,0.048443135,0.018848946,-0.025863202,0.023923088,-0.0032590171,-0.011461592,-0.025146851,0.0014532194,-0.017908737,0.005824071,0.033429645,-0.04101101,0.0008492659,-0.019072805,-0.0074955528,0.008820053,-0.014909024,0.008387258,0.006402374,-0.024893146,-0.0076634474,-0.035668235,-0.00034558267,0.0033205785,0.0073127346,0.008670813,0.001300249,-0.018431075,0.011297429,0.023415674,0.023833545,-0.017595334,-0.022938108,0.018878793],"social":"https://twitter.com/medicyp"},{"title":"vibeverse.xyz","description":"a platform for filmmakers and artists that want discover new ai tools","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=KbKPSDRqvTM","youtube_transcript":"My name is Xavier and my master is currently building a new space to learn about filmmaking using artificial intelligence. Once you are in, you can find the latest AI tools to start your filmmaking career or just create your own amazing content. Explore new tools ranging from text to video all the way to bringing your images into life or even three d. You can also join vibrant communities of filmmakers such as white mirror and support your favorite creators. Additionally, you can join weekly AI challenges and show off your skills. Are you ready to create awesome content?","embedding":[0.015863582,0.015582929,-0.008553238,-0.008813844,-0.008626741,-0.06420274,0.058643132,0.07088496,-0.005910421,0.0016596956,0.0001235166,-0.031513333,-0.036538363,-0.035763223,-0.017734604,0.038943958,-0.04126937,0.0007367144,0.03325071,0.027958395,-0.0055729686,0.007744689,0.001410783,0.011226124,-0.008432957,-0.048218876,-0.021302907,0.04875345,-0.019097775,0.03704621,-0.014059384,-0.023855513,-0.015021623,0.030257078,-0.035068274,-0.009274917,-0.021142533,0.006622077,-0.0020280527,-0.016625356,0.0111526195,0.030845113,0.029401753,0.005392549,-0.04982261,-0.023414487,-0.024831118,0.002941846,-0.0109722,0.051533256,-0.014928072,0.01172729,-0.03188754,0.0438888,-0.037126396,-0.007878333,-0.017948434,-0.009081133,-0.0031072309,0.015034988,0.0051219193,0.0021951082,0.05113232,0.013752002,-0.00006431634,-0.027717834,-0.019632353,0.032689404,0.016571898,-0.021276178,0.03132623,-0.016384795,-0.0051887413,0.016946102,-0.036912564,-0.042391982,-0.024363363,0.016077414,-0.026381392,-0.006438316,-0.00406947,0.03252903,-0.010203745,0.009181365,-0.03701948,0.0034680704,-0.008646788,-0.011353087,-0.036244344,0.001425818,-0.02064805,-0.014393494,-0.025779992,-0.007464036,0.04840598,0.05896388,0.020661414,0.010658136,0.03848957,0.06019341,-0.046454772,-0.032235015,0.012034672,0.0017808108,0.06660834,-0.023695141,0.023975793,0.0056197443,0.009949821,-0.016411524,-0.14251831,-0.053136986,-0.0074439896,-0.02242552,-0.04549253,-0.03330417,0.0225458,-0.023067012,-0.016652085,-0.0231472,-0.024497006,0.046374585,-0.0071700187,-0.016291244,0.0039859423,-0.051292695,0.024136167,-0.019324971,-0.0608349,-0.023842148,0.022358697,-0.04033386,0.02390897,-0.03792826,-0.019151233,-0.01730694,-0.023347665,0.007878333,-0.04626767,0.035068274,0.00696287,0.0053524557,-0.013604993,-0.0028198955,-0.015716573,-0.05736015,-0.0478714,-0.0011668821,-0.0020514405,-0.02086188,0.00045480838,0.019284878,-0.04995625,-0.0026745573,0.0013523136,-0.0070764674,-0.030952027,0.044503562,-0.011747337,0.016090779,-0.0041195867,-0.03846284,-0.013965833,0.008740339,-0.056718655,0.024269812,0.0147276055,-0.004807855,-0.045278702,-0.018857216,-0.029508669,-0.032395385,-0.006164345,0.01474097,0.06719637,-0.0020313938,0.0012946795,-0.029348295,-0.013224107,-0.0309253,-0.031940997,0.01832264,-0.020207023,-0.012883314,-0.05468726,-0.007978567,-0.008827209,-0.004436992,0.0012654448,0.027717834,0.004440333,0.055542585,0.0009121226,0.040654607,0.027316902,0.019431887,0.04602711,-0.025499338,0.06398891,-0.012896678,0.04744374,0.015409192,-0.029081007,0.035255376,0.032261744,0.012756351,0.03493463,0.0117072435,-0.07430625,-0.00067198044,0.047069535,-0.059391543,0.037634246,0.017253483,-0.037420414,0.004196432,0.005389208,0.021650381,-0.024136167,0.050971948,-0.048058502,0.005890374,0.041857406,-0.0036184203,-0.010691547,-0.0018092102,0.049181115,-0.010711594,0.0387034,0.019097775,-0.009802812,0.041162454,-0.056772113,-0.03306361,0.00023638342,-0.031058943,-0.016932737,0.01687928,0.013992562,0.0361107,0.0022986825,-0.02628784,0.026114102,0.035549395,0.003638467,0.003297674,-0.016144237,-0.022372061,0.015596294,0.04244544,0.037420414,-0.017654417,0.00077597244,0.025820086,0.03843611,-0.06724983,-0.02902755,0.007123243,0.014580597,0.011593646,0.0312995,-0.020968797,-0.036672007,0.0015511096,0.011506777,0.029882872,-0.015235454,0.016090779,0.019044317,-0.017961798,-0.03445351,-0.0032776273,-0.0014391824,-0.0052956566,-0.04150993,-0.0077847824,0.008058754,0.03210137,-0.012809809,0.041830678,-0.0005980584,-0.0028867177,0.003671878,-0.005178718,-0.049929522,-0.0071366075,0.012495745,-0.007457354,-0.026247747,0.0109588355,0.0412961,-0.017253483,0.020340668,-0.007905062,-0.022746265,0.0037119715,0.00083694764,0.018015256,-0.014206393,0.041162454,0.034400053,-0.037126396,0.008994264,-0.019512072,0.0032659334,0.043995716,-0.015529471,0.027691105,0.018910673,-0.0029385048,0.013478031,0.019311607,0.026474943,0.0060206773,-0.05075812,0.028706804,0.007985249,0.010831873,0.036297802,-0.03065801,-0.034988087,-0.038516298,-0.01178743,-0.042792916,-0.009482065,-0.027263444,0.039585453,0.0058035054,-0.04570636,-0.03918452,-0.009535523,-0.007176701,-0.031486604,-0.022772994,0.009482065,-0.015288912,0.025619619,-0.030845113,-0.0007642785,-0.0018877262,-0.066822164,-0.039531995,-0.054125957,0.059338085,0.00440024,0.039024144,0.00075258466,-0.0042465487,0.015395828,0.004223161,-0.032689404,-0.035763223,-0.01673227,-0.062064428,0.0027998488,0.025298873,-0.00527561,0.014219757,-0.025512703,-0.03677892,-0.054607075,0.016772363,0.06559264,0.03397239,0.02300019,-0.0050684614,0.009956503,-0.027316902,0.05773435,0.01564975,0.02062132,-0.032288473,0.051533256,-0.0038790267,-0.0014007597,-0.006110887,0.047523927,-0.027209986,-0.0082993135,0.022211688,0.063293956,-0.014553868,0.028252412,-0.06698254,-0.04054769,0.05289643,-0.015542836,0.005489441,-0.029989788,0.038596485,0.021289542,-0.012001261,-0.020754965,0.027584191,-0.03701948,-0.0006030701,0.056290995,0.01238883,0.032288473,0.013752002,0.004002648,-0.012763034,-0.044957954,-0.007584316,-0.025392424,0.014406859,0.006264578,-0.036297802,0.026942698,0.014166299,0.025967095,-0.076284185,0.05257568,0.009288281,-0.012489063,0.017079746,0.025125135,-0.025993824,0.024617286,0.03349127,-0.012756351,-0.023214022,0.009515476,-0.019191327,0.013551536,0.061155647,0.038516298,-0.044423375,-0.014005926,-0.03538902,-0.015569565,0.036698733,0.021409823,-0.059712287,-0.057680894,-0.0025626302,-0.011439955,-0.02595373,-0.00069829164,0.026180925,0.030631281,0.010424258,-0.04391553,-0.024951397,-0.015756667,0.023133835,-0.05423287,0.028172227,-0.012836538,-0.018255817,-0.0032475574,-0.019538801,0.022585893,0.059765745,-0.017360399,-0.07751372,0.012301961,0.018523104,-0.012007943,0.038863774,-0.047684297,-0.002637805,-0.041108996,0.04057442,0.05025027,0.01278308,-0.010818508,0.0015886971,0.006261237,-0.018416189,0.005793482,-0.005917103,0.017467314,-0.019191327,-0.051827274,-0.022305239,-0.010865284,-0.032876506,-0.012803127,0.005830234,-0.042151425,0.0019194668,-0.021917671,0.061743684,-0.02088861,0.028786989,-0.061904054,-0.038329195,-0.025726534,-0.014005926,-0.03325071,0.012301961,0.023815421,-0.014687512,0.030711468,-0.058108557,-0.025071677,-0.028893905,-0.025485974,0.0361107,0.009141273,0.06575301,-0.020607956,0.035736494,-0.017507408,0.028225683,-0.0088539375,0.0133978445,0.0017557525,0.05875005,-0.00530568,-0.015302276,0.0012069754,0.044209547,0.007577634,0.0504641,0.02900082,0.02628784,-0.009121226,-0.010658136,0.004477085,-0.042525627,-0.011914392,-0.047042806,0.033090338,-0.029241381,-0.03939835,-0.04054769,-0.027744563,0.02477766,-0.014059384,-0.00014450293,0.009742672,-0.005589674,-0.03918452,-0.0018910674,0.0020447583,0.0028917294,-0.042285066,-0.0034146127,0.00855992,0.040654607,0.046134025,0.010557902,-0.003848957,0.03795499,-0.0462944,-0.0013823836,0.0066321003,0.02348131,0.038543027,-0.03375856,0.03423968,-0.030577824,0.013070416,0.030096704,0.0038122046,-0.044450104,0.009301646,0.02900082,0.015048352,-0.0032425458,0.020086743,0.011894346,0.017641053,0.0033778606,-0.020915339,-0.0009413573,0.0022268486,0.004026036,-0.013230789,-0.029909601,0.013050369,-0.016050685,0.023748599,0.008058754,0.020273846,0.043487865,-0.04410263,0.03541575,-0.0017098122,-0.04672206,0.005055097,0.040734794,0.0032408752,-0.011754019,-0.05164017,0.0323152,0.017520772,0.04335422,0.038088635,0.007370485,-0.03445351,-0.039585453,0.010023325,-0.02251907,-0.0020313938,0.0056999307,0.01769451,0.0069495053,-0.017854882,0.008412911,-0.022532435,-0.031914268,-0.014099478,-0.039237976,0.01031066,-0.0028265778,0.024216354,-0.021757297,-0.008680199,-0.024563828,-0.040226944,-0.019699175,0.013992562,0.01226855,0.0014934754,0.018095443,0.03560285,-0.007985249,-0.016799092,-0.024817754,-0.023214022,0.041697033,0.025886908,0.0048279017,-0.012549203,-0.038783588,-0.025753263,0.022184959,0.01567648,0.062064428,0.02902755,-0.020915339,-0.024644015,-0.02182412,0.012201727,0.009548888,0.025151864,0.009842905,0.028653346,0.009054404,-0.011192713,0.0046107294,0.018790394,0.0021232744,0.023187293,0.0143400375,-0.012863267,-0.0042632543,-0.031085672,0.013651769,0.024617286,-0.010978882,0.018041985,-0.01637143,-0.011145937,0.002978598,0.002637805,-0.0022886593,0.0011042363,0.016865915,0.010023325,-0.037634246,-0.012021308,0.027477276,-0.031192588,-0.0024189625,-0.048512895,0.0029351637,-0.006418269,0.018001892,-0.020928703,0.007303663,-0.0037654291,-0.034747526,0.023214022,-0.023614954,0.063080125,-0.018523104,-0.0040160124,-0.0016296256,-0.026862511,-0.010063418,0.027771292,-0.022599258,0.0058703274,0.0051018726,0.015422557,-0.039558724,-0.0143400375,0.008720293,-0.011693879,0.008873984,0.0030504318,-0.032448843,-0.004002648,0.016946102,0.009274917,-0.09184039,-0.0064516803,0.011079116,-0.022746265,-0.015863582,-0.002001324,-0.047550656,-0.011987897,0.03867667,0.068105154,0.019338336,-0.03186081,-0.017975163,-0.027584191,-0.0053190445,-0.05826893,-0.012869949,0.007430625,-0.004036059,-0.02571317,-0.02062132,-0.012896678,0.005856963,-0.022251781,0.0029050938,-0.01293009,-0.036538363,0.021623654,0.014540504,-0.0041830675,0.0054861,0.00022698655,-0.0074439896,-0.0016212729,-0.03680565,0.04840598,0.005639791,-0.011887664,-0.004680893,-0.018429553,-0.031192588,0.0038088635,0.01711984,0.03656509,0.02583345,0.02948194,-0.03798172,0.026702138,0.038061906,-0.036030512,-0.018696843,-0.007677867,0.0120948125,-0.038863774,0.00651182,0.027530733,0.00005069088,-0.022452248,-0.002161697,-0.015181997,-0.009849587,0.01709311,0.010350754,0.018683478,0.018950766,0.0000411896,-0.0022235077,0.05118578,0.023080377,0.020060014,-0.02737036,-0.015288912,-0.00229033,-0.029107736,-0.01711984,0.014807792,0.0033060268,0.015288912,-0.021957764,-0.00681252,0.0060774763,0.011453319,0.0032258402,-0.020487677,-0.024403455,0.008225809,-0.027557462,0.0056297677,-0.04624094,-0.014166299,-0.024443548,-0.020928703,0.016625356,-0.00017728757,-0.010303978,-0.006688899,-0.005392549,0.00985627,-0.03517519,0.0020096768,-0.0028599887,-0.023708506,-0.015034988,-0.0009304987,0.023614954,-0.0031456535,0.032849777,-0.0057801176,0.018696843,0.0027981782,0.0063681523,0.013544854,0.014821157,-0.02040749,-0.007824875,-0.013845553,-0.00034622237,0.025699805,-0.028038582,0.03113913,-0.028920634,0.02465738,-0.010624724,-0.035629578,-0.006261237,0.042846374,0.0031991112,0.032983422,0.008359453,-0.00702301,-0.042632543,0.050597746,0.028519701,0.04335422,-0.018496376,0.039719097,0.031700436,-0.014994894,-0.00865347,0.0012996912,0.04316712,0.007864969,-0.00011620793,0.012869949,0.012896678,0.009582299,0.025178593,-0.0068893656,-0.03464061,0.011553553,-0.009234823,-0.007490765,0.0064784093,0.00862006,-0.040708065,0.01709311,0.022906639,0.031192588,0.018843852,-0.0038990735,0.00536582,-0.00010169498,-0.005235517,0.0333309,-0.009923092,0.015582929,-0.05145307,-0.048459437,-0.018215723,-0.004259913,0.024336634,0.029909601,0.036698733,-0.04600038,0.005763412,0.031459875,0.0462944,-0.02420299,0.018857216,-0.0018041985,-0.016130872,0.01603732,-0.053858668,0.0309253,-0.048325792,-0.016919373,-0.0056932485,-0.0016496723,0.021249449,0.013297611,0.003735359,-0.030043246,-0.014647419,0.029802687,-0.011820842,-0.020581227,-0.0018944085,-0.000029678438,0.011653786,-0.03578995,-0.008219127,-0.0094352905,0.029829416,-0.002836601,-0.054206144,-0.014032655,-0.0100701,0.009121226,0.029802687,-0.007991931,-0.03186081,0.016478347,0.0071031963,0.0012211751,-0.017988527,-0.013377798,0.009094497,-0.011934439,0.034400053,-0.009368468,-0.017534137,-0.062331717,0.020340668,-0.0032893212,-0.010624724,0.010905378,0.0438888,-0.027557462,0.029455211,0.03728677,0.004199773,-0.014968165,-0.003421295,-0.0325023,0.0052021057,0.031032214,0.0011084127,-0.032047912,-0.01709311,-0.006896048,0.013992562,-0.015663115,-0.006628759,0.027530733,0.012315325,0.0068091787,-0.011279582,0.0016814128,0.04223161,0.032235015,-0.027557462,0.02360159,-0.008700246,-0.0016897656,-0.023775328,-0.024403455,0.0003282639,0.020113472,0.09285609,-0.019512072,-0.004624094,0.00083611236,-0.0051987646,0.0025075017,0.02854643,-0.020247117,0.0051653534,-0.016211057,-0.037072938,0.009208094,-0.0026244407,-0.013832188,0.014179664,0.052548952,0.02206468,0.013845553,-0.011840888,0.049368218,0.03448024,-0.0003174053,-0.02993633,0.018950766,-0.013417891,-0.013070416,0.0045171785,0.003481435,0.012936772,0.008158986,-0.00207984,-0.02004665,-0.0038589803,0.00045522602,-0.014700877,0.0021483328,-0.009441973,0.029187923,-0.019004224,-0.018015256,-0.053350817,0.008740339,-0.024857847,-0.0036017147,0.044289734,-0.011526824,0.009201412,-0.015582929,-0.006628759,0.013177332,-0.04180395,-0.011132573,0.0066087125,0.022652715,0.008740339,0.018883945,0.018215723,0.012722941,0.0028382717,-0.0118742995,-0.03282305,-0.031032214,-0.012549203,0.026822418,-0.023374394,0.015181997,0.012856585,0.020300575,-0.014420223,-0.0073571205,0.006010654,0.011346404,0.011754019,0.014954801,0.0004777785,-0.0054493477,0.019659081,-0.020487677,0.002300353,0.01899086,-0.0054059136,0.05169363,-0.006134275,-0.007965202,-0.00021424858,0.0075642695,0.023080377,0.027316902,-0.0028683415,-0.015609658,-0.025793357,0.011760701,0.02357486,0.018122172,-0.00047067864,-0.037874803,0.016264515,0.028145498,-0.01546265,-0.007049739,-0.0009188048,0.019538801,0.019164598,-0.01956553,0.018309275,-0.008640106,-0.02782475,0.028412785,-0.001585356,0.059017338,0.0009973209,-0.02763765,-0.025726534,0.02499149,-0.02266608,0.015823489,-0.040226944,0.008011978,0.0023521404,0.013123874,-0.0155562,-0.018549833,0.0003272198,-0.028225683,0.0019395134,0.016558534,0.0017524114,0.003083843,0.024951397,0.009622392,-0.0120680835,0.022639351,0.011279582,0.01338448,0.0454658,-0.007824875,-0.032047912,-0.056237537,0.026261112,-0.016090779,0.013277565,0.0032575806,-0.033624914,0.004781126,0.018977495,-0.018015256,-0.015770031,-0.036404718,-0.0032759567,0.0037186537,-0.036030512,0.0029652338,0.008252538,0.03041745,-0.020901974,-0.0048847003,-0.01730694,0.009588981,0.028038582,-0.018349366,0.0065285256,-0.014580597,0.02556616,0.018001892,-0.01937843,-0.005151989,0.0035048227,-0.0022301897,0.015529471,0.03137969,0.024603922,-0.0323152,-0.0027814726,-0.015262183,0.0034547062,-0.0139791975,-0.019218056,-0.008212444,-0.007397214,-0.0034647293,-0.031753894,-0.012228456,0.0066153947,0.03306361,0.0037687703,0.00027230033,0.013939104,-0.021917671,-0.003448024,-0.009475383,0.075428866,-0.009562252,0.0018409507,-0.056290995,-0.0019127845,0.008145622,-0.030764926,0.010537856,-0.005025027,0.008372817,-0.033865474,0.0024273153,0.0023554815,0.0075442228,-0.009201412,-0.028492972,-0.005081826,-0.035709765,-0.019979829,0.0056899074,0.019244784,-0.0026494989,0.023614954,0.0024189625,0.003282639,0.007116561,0.012876632,0.0013005264,0.0311124,-0.009502112,-0.008586649,-0.002776461,0.0019478662,-0.0072101117,0.038302466,-0.0025125134,-0.013344387,-0.019124504,-0.0062712603,0.00949543,0.0060340418,-0.022559164,0.019177962,-0.030230349,-0.017106475,0.0143133085,-0.026715502,-0.0023320937,-0.02239879,-0.020728236,-0.037366956,0.021904306,0.04479758,0.03039072,-0.012722941,0.015075081,0.009969868,0.045278702,-0.0023220703,-0.009007628,-0.017387128,0.010584631,-0.05073139,0.034293137,0.012074766,-0.009341739,0.0037821347,-0.01232869,-0.03188754,0.03699275,-0.0045773187,0.006318036,0.020955432,-0.018843852,0.0037119715,0.017427221,0.036271073,0.002435668,-0.00035248694,0.01567648,-0.038061906,-0.01983282,0.02477766,0.0023888925,0.00024974786,-0.0028299189,0.006321377,0.008740339,-0.007851604,0.03423968,-0.030337265,0.010631407,0.045679633,0.04338095,-0.007517494,0.0098228585,-0.035576124,0.014005926,0.0062979893,0.016611991,-0.008994264,-0.012736305,-0.03755406,0.013638404,0.0087136105,-0.02586018,-0.030363994,0.016598627,0.0036317848,0.028145498,0.025004854,0.00855992,0.035068274,0.0028482948,0.02556616,-0.024603922,-0.0020898632,-0.007002963,-0.036966022,-0.012348737,0.016130872,0.020728236,0.005312362,-0.02900082,-0.010905378,-0.014914708,0.0027497322,-0.057199776,0.06110219,0.0073504383,-0.013912375,0.040708065,0.050410643,-0.0021850849,-0.015743302,-0.0014959812,-0.018910673,-0.017293576,0.0050150035,0.034747526,-0.022639351,0.007697914,0.011079116,-0.011466684,0.011540188,-0.029909601,-0.0066788755,0.03373183,0.017026288,0.011921074,-0.019765997,0.03656509,0.022719538,0.024149531,-0.014099478,-0.0053257267,-0.019164598,0.01350476,-0.034293137,-0.010591313,0.0092682345,-0.04578655,-0.053698294,-0.01256925,0.03637799,0.020447584,-0.029107736,0.0068626367,-0.044984683,0.014393494,-0.004259913,-0.0037052892,-0.034293137,0.014874615,-0.008406228,-0.033090338,-0.0027664378,-0.008118893,-0.008867302,-0.00017384204,-0.0034029188,-0.0046341172,-0.013498078,0.009903045,-0.02691597,0.016785728,0.0009129579,0.005683225,-0.037607517,-0.025085041,-0.031433146,0.0051987646,-0.026822418,0.020086743,0.00657196,0.019244784,0.0028934,-0.015783396,0.0016889303,0.0046474817,-0.019191327,-0.016424889,-0.022492342,-0.012716259,0.009949821,0.010818508,0.0019796067,0.00714329,0.033223983,0.019525437,-0.030551095,-0.045572717,-0.03135296,-0.021971129,0.025940366,-0.03752733,0.01051781,0.037366956,0.008994264,-0.020273846,0.017467314,-0.004958205,0.020982161,-0.039237976,0.011954485,0.026140831,0.015275547,-0.024697473,0.02167711,0.018857216,-0.011747337,0.030711468,0.007577634,0.015689844,-0.018857216,0.027691105,-0.011286264,-0.043808613,-0.00038840386,0.00421982,0.0115736,-0.0028416126,0.012161635,0.024911305,0.006545231,0.011393179,-0.0053457734,-0.0033745195,0.0023588226,-0.03065801,0.0051954235,0.035255376,-0.020514406,0.011486731,0.014567233,-0.039478537,-0.019765997,-0.008887349,-0.01079178,0.020086743,-0.012963501,0.014647419,0.024951397,-0.026862511,-0.009114544,0.014700877,-0.010745005,0.023655048,-0.011566917,0.0019177962,0.008058754,-0.017079746,0.01278308,0.0057433653,-0.029695772,0.016211057,-0.015115174,0.003035397,-0.0033260733,-0.032261744,-0.058589675,0.004964887,0.011640421,-0.019218056,-0.02158356,-0.007617727,-0.0079117445,0.00690273,-0.0057433653,-0.01971254,0.009508794,0.015008259,-0.0049515227,0.029294837,0.018563198,0.007831558,-0.0046207528,0.008767068,-0.0042665955,-0.008092164,0.018723572,0.017507408,0.032983422,0.014634055,0.021249449,0.04533216,0.013163967,0.0021082393,0.007798147,0.025552796,0.027450547,-0.012575932,0.017133204,0.0027898254,0.039478537,0.0036017147,0.0008603354,-0.00427996,-0.021476645,0.0034981405,0.015850218,0.017614324,0.0552753,0.023414487,0.01051781,-0.016104143,0.0049682283,-0.016932737,0.025285508,0.009361786,0.020247117,-0.010437623,0.011439955,-0.031673707,-0.018603291,0.0006694746,-0.019471979,0.010985564,0.004871336,-0.005329068,0.007644456,-0.033090338,-0.0051987646,0.022385426,-0.03822228,0.020060014,0.014781063,0.007370485,-0.009395197,-0.0047310092,0.002978598,0.022438884,0.024563828,0.03966564,0.00005982672,-0.009996596,0.0075709517,-0.002870012,0.0023771985,0.017707875,-0.035495937,-0.018483011,-0.015181997,0.01579676,0.01510181,0.036859106,-0.009468701,0.007450672,-0.028653346,-0.03373183,-0.0063714935,-0.025338966,0.04720318,-0.007397214,0.0048479484,-0.033571456,-0.017026288,0.040708065,-0.004527202,-0.028519701,0.007644456,-0.015048352,0.037741162,0.033357628,0.03346454,-0.010978882,-0.023735235,-0.06430966,0.0066321003],"social":"https://twitter.com/Ro3_RR"},{"title":"side hustler ","description":"business concept generator ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=OPlD3UlE2dA","youtube_transcript":"Hi. My name is Tyler. I'm working on side hustler. It's basically a site where people interested in starting a side business can create concepts and get immediate feedback on their ideas. Let me show you how it works. See, write a little bit about what you're interested in or what you hope might make a profitable business. Maybe you're interested in comics and graphic design or making dance music and DJ, or you just love your cup of fresh ground coffee in the morning. As you wanna turn into a coffee pot making side hustle. Once you press submit, you'll be hit with a unique twist on how to turn your passion into a more viable business idea that you can start validating, iterating, and hustling on right away. You get stats like users, MRR, gaps in the market, unique selling proposition, focus group feedback, input from experts, you name it. I wanna tell you a bit about my progress. We've had over a hundred people using it with hundreds of concepts generated. Got there by posting to Twitter and Discord ports focused on building, making, and entrepreneurship as well as on related sites like IndyHacker. Our plans to grow partnership of like minded platforms for builders like gumroad and product time. I'm wrapping up the season three with very exciting growth and excited see what businesses people create.","embedding":[-0.013308298,-0.00043134028,-0.003644754,0.003694213,0.019829288,-0.0539941,-0.0038958539,0.068847045,0.043858793,-0.0027544904,0.026981832,-0.00903199,-0.032779958,-0.027773177,-0.011550598,0.0516505,-0.034849633,-0.022157669,-0.0036257312,0.041576065,0.02199027,0.010333144,0.0015246713,0.047754645,-0.020453233,0.010622289,-0.026525287,0.03953683,-0.016755216,-0.048667736,-0.00029889456,-0.020848906,-0.0429457,0.026616596,0.010827735,-0.06160319,0.0064905533,0.017531343,0.049946066,0.043828357,-0.049946066,-0.0010880998,0.07578653,-0.01346048,-0.027818833,-0.024333868,-0.02299467,0.0073161395,0.010926653,0.030466795,-0.062211916,-0.00539104,0.017455252,0.021122834,-0.006151949,-0.016283453,-0.055607226,-0.012851752,-0.05925959,0.017074797,0.02883845,0.0012050896,0.04002381,0.023603396,-0.03008634,0.011139708,-0.035549667,-0.00626989,-0.036797557,0.04312832,0.06568166,-0.023618614,0.0100211715,-0.010287489,-0.02842756,-0.021625033,-0.0117864795,0.02841234,-0.01153538,-0.023801232,-0.008765671,-0.037254103,-0.000111461275,0.021411978,-0.046780683,-0.030527668,-0.02550567,-0.042641338,-0.060659662,-0.015088825,-0.005292122,0.026433978,0.03159294,0.034758322,0.056611627,-0.005231249,-0.05101134,0.027544905,0.03877592,0.03795414,0.041089084,0.010972307,-0.008537399,-0.01061468,0.03579316,0.01570516,-0.013232207,0.041667376,-0.0030968995,-0.03451483,-0.13538092,-0.04337181,0.059290025,-0.017242197,-0.026936177,-0.025536105,0.040328175,-0.004607304,0.00534919,-0.04522843,-0.06452508,0.011581034,-0.021883741,0.03834981,0.003085486,-0.025414359,-0.057798646,0.004736658,0.009907035,-0.0048774267,-0.009412444,-0.0028477018,0.030984214,-0.016526943,-0.03351043,-0.030223304,-0.034362648,-0.05408541,-0.044863194,-0.01914447,0.0006871959,-0.029781977,-0.010158135,-0.037132356,-0.02967545,-0.06312501,-0.022888143,0.055059373,-0.0446197,0.008697189,-0.008887417,-0.019890161,-0.04988519,-0.003498279,0.016207362,-0.004824163,-0.01588778,0.07237766,-0.052076608,-0.028868886,0.0031311405,-0.01521057,-0.041332576,0.0055622444,-0.056702938,0.02867105,0.01613127,-0.045776285,-0.051193956,-0.006319349,-0.043250065,-0.066351265,-0.007989544,0.03676712,0.046598066,-0.0077118124,0.013452871,-0.029827632,-0.013346343,-0.02917325,-0.048606865,-0.009115689,-0.012068016,-0.01938796,-0.048424248,-0.028214505,0.02448605,-0.02364905,-0.0011679953,-0.039567266,-0.008065635,0.046932865,0.012737616,0.02450127,0.027529687,-0.03299301,0.06428159,0.028397122,0.033662613,0.030649412,0.0136811435,0.015400797,-0.017363943,0.04531974,-0.019372743,0.015119261,0.012083234,0.023207724,0.0031501632,-0.001047201,0.054389775,0.015902998,-0.023679487,0.03886723,-0.012250635,-0.015195352,-0.039719447,0.05849868,-0.010082044,0.051680937,-0.034332212,0.02740794,0.025931777,-0.0112918895,0.0429457,0.050828718,0.047176357,-0.040267304,0.049611263,0.011421244,0.031227704,-0.00006146718,0.012235416,-0.03853243,0.025688287,0.0026898133,0.002554752,-0.029827632,0.009732026,-0.010972307,0.021944614,0.0009882306,0.004223045,-0.030603759,0.028305814,-0.025733942,-0.07676049,-0.032536466,-0.01838356,0.027027486,0.06823832,-0.0008902635,-0.0007261925,0.05049392,0.029705886,-0.046506755,0.00023172057,-0.0033422927,0.018931415,-0.03938465,0.040145557,0.019935815,-0.025703505,0.020483669,-0.013536571,0.033145193,-0.025383923,-0.022385942,0.0067074127,-0.06513381,0.0014086327,-0.011969098,-0.0006938539,0.041849993,-0.0020221155,0.009716808,-0.004287722,0.029112376,-0.02507956,0.008925462,0.0047518765,-0.018003106,-0.0005602192,0.045928467,-0.0019089304,0.039780322,0.05073741,0.008864589,-0.023862105,0.024577359,0.024623014,0.00030507694,0.0077118124,-0.04121083,0.048880793,0.015027952,0.007639526,-0.041149955,-0.025855687,0.00082035497,0.019692324,-0.06762959,-0.0563377,-0.0013553691,0.00060016697,-0.02908194,-0.001738677,0.01581169,0.003914877,-0.032749522,-0.017622652,0.003289029,0.014807289,-0.02859496,-0.017424816,0.023359906,0.037771523,-0.014594234,-0.02299467,-0.04440665,-0.022614215,0.009305917,0.010470107,-0.0024082768,0.014449662,-0.01471598,0.05308101,-0.005866608,-0.027651431,-0.05049392,0.036249705,-0.038562868,-0.04638501,-0.010188571,0.009427662,-0.02307076,-0.025886124,-0.02230985,0.041028213,0.058681298,-0.0529897,-0.039810758,-0.02014887,-0.027255759,0.015598634,0.0074074487,0.00096302544,-0.008050417,0.012912625,0.0116419075,-0.005824758,-0.0072400486,0.017744398,-0.016511725,0.0005749618,0.05682468,-0.025688287,-0.007586262,-0.037010614,-0.009427662,-0.022629432,0.045076247,0.009199389,0.03828894,0.018124852,0.015507325,-0.030466795,-0.02106196,0.0044665355,-0.02348165,0.044071846,0.012585434,0.020209743,-0.01747047,-0.06476857,-0.0013506134,0.028655833,0.018657489,0.0016739997,0.03226254,0.05658119,0.016816089,-0.020103214,-0.016389979,-0.027727522,0.039506394,0.02431865,-0.024166469,-0.033449557,-0.0051703765,0.015659507,-0.067994826,0.016009524,-0.0070916717,0.015598634,0.0037741084,0.02841234,-0.004306745,0.010325534,-0.023222942,-0.003911072,-0.024257777,-0.03378436,0.009549407,-0.0075596306,-0.013764843,-0.0068139397,-0.003728454,0.0079134535,-0.0015760327,0.065499045,-0.05648988,0.04647632,-0.02498825,-0.036036648,-0.018246597,0.06568166,-0.026981832,0.056185517,0.062211916,-0.03043636,-0.06282064,0.027255759,0.010820125,0.039506394,0.03025374,0.063003264,-0.012760444,-0.035214867,-0.034423523,-0.019707542,0.03162338,0.028975414,0.015613852,-0.052076608,-0.01871836,0.0024596383,-0.0069661215,0.04446752,0.014502925,-0.012113671,0.048028573,0.02299467,0.010158135,-0.02682965,0.003524911,0.031060304,-0.03454527,-0.028823232,-0.08053461,-0.026814433,0.0032566905,-0.04145432,0.013209379,-0.009168953,-0.02139676,0.025779596,0.016496506,0.031988613,0.021092396,-0.016237797,0.036371447,-0.029066723,0.020483669,0.016344324,-0.01847487,-0.060690098,0.032901704,-0.027529687,0.00560029,0.029797195,-0.024973033,0.019403178,0.0050448263,-0.058224753,0.019677106,0.00935918,0.011695171,0.00336512,0.0022960429,-0.04598934,-0.008735235,-0.043584865,0.017257415,0.018094415,0.021411978,-0.033814795,0.010538589,-0.07152544,-0.0035990993,0.02407516,0.05101134,0.044863194,-0.019235779,-0.02472954,-0.03235385,-0.037710648,-0.025383923,-0.01670956,-0.004306745,0.009245044,-0.027742742,-0.009830944,0.04623283,0.00986138,-0.0037056266,-0.0019184417,-0.024942596,-0.0416065,0.006718826,-0.048119884,-0.0133311255,0.00077184703,0.021335887,-0.021838088,-0.03244516,-0.03469745,0.031958178,0.004002381,-0.022051143,-0.046750247,0.047754645,-0.03183643,-0.013498525,-0.014639889,0.0048774267,-0.010721208,-0.024699105,-0.041849993,-0.005878022,-0.015933434,-0.0112918895,0.017485688,0.0018433019,-0.025003469,-0.0029371085,-0.052289665,-0.016496506,-0.0063764174,-0.039019413,-0.036432322,0.026860086,0.015484498,-0.00013839031,-0.024896942,0.03384523,0.0033822404,-0.028275378,-0.010470107,0.007681376,0.04230654,-0.041241266,0.04188043,-0.020605415,0.005417672,-0.018337905,0.00693949,-0.036493193,0.011489726,0.01562907,0.0024253973,-0.015560589,0.01687696,0.026479632,0.023709923,0.052137483,-0.016648687,0.0067416537,-0.030664632,0.00035429824,0.058559556,-0.0050790673,0.009739635,-0.07249941,0.05183312,-0.0038920494,0.0011128293,-0.022507688,-0.004496972,0.013559398,-0.029903723,0.0053377766,-0.008453699,0.03469745,0.0009340158,0.007202003,-0.022964234,0.014830116,0.06598602,-0.0042344583,0.009138517,-0.0048507946,-0.009016771,0.015172524,0.020483669,0.010607071,0.0039529223,-0.004607304,-0.028823232,-0.022188105,0.00025514228,-0.008088462,-0.011101662,-0.027620995,-0.028092759,0.010082044,-0.007742249,-0.0021172292,-0.0031121178,-0.009420053,0.033997413,0.0046605673,-0.011360371,-0.041393448,-0.024759978,0.012524562,-0.02273596,0.020651069,0.022933796,-0.006871008,0.005394845,-0.020696724,0.013452871,0.0051018945,0.020209743,-0.0016311986,0.00438664,-0.016663907,0.0010624191,0.012752835,0.00852979,0.029158032,-0.006304131,0.012022362,-0.009549407,-0.016648687,-0.0060492265,0.003848297,-0.0023302836,-0.04504581,-0.02383167,-0.029355869,-0.006159558,0.0038501993,0.010804907,-0.007822144,-0.019768415,0.0680557,0.030025467,-0.02005756,-0.0012602555,0.017105233,0.037558466,-0.011444071,0.013171334,0.012303898,-0.025779596,-0.04370661,0.0032490813,0.02247725,0.019905379,0.021290233,-0.015142089,-0.03384523,-0.012562607,0.027879704,0.014647498,0.026418759,-0.019372743,0.00043871158,-0.041423883,0.012752835,-0.020027123,-0.021853305,0.012752835,0.032901704,0.00075805554,-0.054724574,0.030268958,0.00357437,0.008430871,0.009899425,-0.02199027,-0.008453699,-0.0037360631,0.014662716,0.0027392723,-0.013955071,0.030908123,-0.012638698,-0.016679125,0.010744034,0.023359906,-0.013095243,-0.0007647135,-0.0486373,0.00033479996,-0.0009016771,0.028808013,-0.07018624,-0.0060682492,0.012996325,0.00013981703,-0.013909416,-0.0028515065,0.003344195,-0.0010595657,0.034210466,0.005931285,0.025049124,-0.026616596,-0.0022370724,-0.024440397,0.034210466,-0.030725503,0.019616233,-0.0037398676,-0.03570185,0.009229826,-0.002415886,-0.016253015,-0.021411978,-0.011771262,-0.048363373,0.001780527,-0.015005125,-0.0035268131,-0.014548579,0.017729178,-0.010043998,0.0035325198,0.03384523,0.015750816,-0.028518869,-0.010576635,0.029142814,-0.06665563,0.009922253,-0.025231741,-0.028929759,-0.0089026345,0.013696361,0.0072590713,0.02115327,0.03612796,-0.026616596,0.05557679,0.015499716,0.0050181947,-0.023496868,0.010812516,0.015826907,-0.040419485,0.04105865,0.01897707,-0.0042420677,-0.0035306176,-0.00036309625,-0.006026399,0.047998138,0.01981407,0.035884466,-0.0014618963,0.023451215,-0.008149335,0.036888868,0.042976137,0.011482117,0.01873358,0.008986335,0.038380247,-0.023025105,0.013156116,-0.039810758,0.026418759,-0.03737585,-0.016176924,0.0027316632,0.002925695,-0.030892905,0.011778871,0.018413996,-0.02165547,0.0064981626,0.016481288,-0.03159294,0.005790517,-0.002632745,0.004462731,0.0058285627,0.005383431,-0.009435271,0.0033537063,-0.030238522,-0.00438664,0.00811129,-0.015948651,-0.0647077,-0.0032509835,0.03451483,0.00143146,-0.012448471,-0.010158135,0.006844376,0.016785651,-0.0031330427,-0.009526581,-0.0069014444,-0.009678762,-0.020209743,-0.009686371,-0.0077574668,0.00089549477,-0.0016958759,0.0091080805,0.00576769,0.026281796,-0.0026726928,-0.0011442169,-0.022416377,0.01947927,-0.020711942,0.0118549615,-0.015271443,0.015826907,0.02340556,-0.010097262,0.008210207,-0.01873358,-0.0019574384,-0.021594597,-0.009511362,0.03710192,-0.019159688,0.008217817,0.027514469,-0.005231249,0.0054024537,-0.021883741,-0.0109418705,-0.019920597,0.013178944,0.021335887,-0.0022656065,0.018353125,0.030025467,0.04346312,-0.014251825,0.00580954,-0.023040324,-0.03378436,0.0075710444,0.03250603,-0.01379528,-0.02331425,0.02675356,-0.0040746676,0.008849371,-0.0012963987,0.019174905,-0.023085978,-0.0063726124,-0.011002744,-0.0033403903,0.029873285,-0.029036285,-0.01420617,0.006578058,0.04955039,0.052441847,-0.0021609815,0.01689218,-0.029127596,0.017348725,-0.008392826,0.01972276,-0.024136033,0.015750816,-0.025414359,0.0055127856,0.020894561,0.01689218,0.00055451243,0.01069838,0.0008992993,0.04169781,0.026783995,0.03299301,-0.023953414,-0.01914447,-0.03418003,-0.0359149,-0.00735799,-0.00986138,-0.01795745,0.03542792,0.0110788345,0.014114861,0.0065324036,-0.005489958,0.013627879,0.0065247943,0.025703505,0.010219008,-0.012882189,-0.013110462,-0.009328744,-0.021214142,-0.04489363,0.0010510056,0.0040822765,-0.01855096,0.01346048,0.04671981,-0.0012212589,-0.009557016,-0.02115327,0.031988613,0.008598272,-0.0026175268,-0.025688287,-0.015332316,-0.002912379,-0.008506962,-0.043432683,0.019874942,-0.04145432,0.021838088,0.021777214,-0.0028914541,0.0126995705,-0.027392723,0.0003799789,-0.0043143537,-0.037497595,-0.036584504,0.0073694033,-0.008012371,-0.012410426,0.0091080805,-0.04029774,0.035214867,-0.0144572705,-0.013909416,0.0008574493,-0.013391998,0.011520162,0.01078969,0.019890161,-0.013696361,0.0029732517,-0.022218542,0.034088723,-0.004607304,0.009983126,-0.02816885,0.02733185,-0.0051437444,0.060537916,0.03183643,-0.015355143,-0.0040974948,-0.005950308,0.006277499,-0.00467959,0.010645117,-0.020468451,-0.01253978,0.012494125,0.018657489,-0.0056649675,0.06787308,0.0029713495,0.012585434,0.013574616,-0.030116778,0.028321031,0.014662716,-0.008841762,-0.020255396,0.010432062,0.0029979814,-0.00977768,-0.024425179,-0.0057867127,0.017759616,-0.022112014,-0.028914541,0.020240178,0.016770434,0.017272634,-0.01145168,0.0041393447,-0.0010595657,-0.0066655627,-0.021016305,-0.0060644443,-0.011329935,-0.00004734875,0.019692324,0.024044724,0.024881722,-0.008088462,-0.012851752,0.013757234,-0.0071867853,0.023025105,-0.014335525,-0.017257415,-0.018657489,0.024714323,-0.03125814,0.02348165,-0.015324706,-0.008202598,-0.025475232,-0.023755578,0.010721208,-0.012334335,-0.027864486,-0.027088359,-0.0070764534,-0.011969098,-0.013901806,0.0051361355,-0.026768778,0.013582225,-0.0121364985,-0.015180134,0.00835478,0.00071620557,0.00020080863,-0.015309488,0.013757234,0.021092396,0.023633832,-0.004945908,-0.023420777,0.010629898,-0.016481288,-0.022979451,-0.021503288,0.0012060407,0.024044724,-0.02859496,0.0026555723,-0.031075522,0.0059388946,0.029203687,0.022446815,0.019905379,-0.002219952,0.008803717,0.018840106,0.0056459447,-0.0016939736,0.013270252,-0.018870542,-0.00003382478,0.018916197,-0.023892542,-0.02199027,-0.014099644,-0.018566178,-0.00894068,-0.004287722,0.033175632,-0.01864227,-0.0054785446,-0.018155288,0.04212392,0.0058818264,-0.0065628397,0.0057943217,0.005801931,-0.01387898,0.0091080805,-0.05508981,0.015530152,-0.029660232,0.015979089,0.038167194,-0.0023588177,-0.015027952,0.0071449354,0.019570578,-0.00597694,0.003914877,0.020544542,-0.025886124,0.008172162,-0.014008334,-0.008301517,0.018870542,-0.0089026345,-0.013232207,0.020590197,0.00044608288,0.020118434,-0.0013525157,-0.009206998,0.0039224857,-0.0017377258,-0.027986232,-0.009237435,-0.004957322,0.0040290128,-0.034849633,0.020529324,0.02415125,-0.00534919,0.0074835396,0.013216989,0.011192971,0.0013772452,0.0012383794,0.023009887,0.015644288,-0.007875408,0.002060161,0.023892542,-0.035001814,-0.020118434,-0.003163479,0.024790414,0.015385579,0.013156116,0.013080025,-0.042702213,-0.0067150216,-0.0018965655,-0.05542461,-0.026342668,-0.008019981,0.008065635,0.016679125,-0.012174544,-0.019890161,0.004306745,-0.02299467,0.03375392,0.010089653,-0.010774471,-0.006787308,0.016785651,-0.0077612717,-0.016739998,0.10123133,-0.009070035,0.023420777,-0.014929034,0.050798282,0.007430276,0.025794813,0.0003060281,-0.029858068,-0.0022180497,0.006985144,-0.020270616,0.0026384518,0.015142089,0.020574978,-0.021198925,-0.022112014,-0.0050105858,0.0032966381,0.002520511,0.034849633,0.03293214,0.017196544,0.0015170623,-0.028899323,-0.013483307,0.016450852,0.023222942,-0.0032072314,0.029051505,0.008628707,0.016481288,0.0051361355,-0.010896216,0.01973798,0.008879808,-0.018322688,0.005341581,0.0005036266,-0.018520525,-0.011748434,-0.0013724895,0.010880998,-0.023618614,-0.022583779,0.02063585,-0.016161706,0.026144832,-0.01973798,-0.056885555,-0.023588179,0.038136758,0.036736686,0.02959936,0.028944977,-0.016572597,0.029781977,0.04078472,0.014449662,0.019342305,-0.0004798482,0.0064296806,-0.03201905,0.011261453,-0.0047100266,0.0066921944,-0.010667943,0.00045868545,0.014974688,-0.034636576,0.000002589617,0.0025224132,-0.0039567268,-0.014137689,0.020133652,0.02372514,-0.016694343,0.0046871994,-0.017394379,-0.013947462,-0.03509312,0.00033004428,0.00029294996,0.014327916,-0.0136811435,0.0007599578,0.011269062,0.032079924,0.0049040583,0.029021068,-0.02491216,0.01320177,0.04437621,-0.004002381,-0.016192142,0.008362389,-0.044680573,-0.02348165,-0.028366687,0.008674363,0.026616596,0.0155834155,0.033206068,0.02157938,-0.019281434,-0.044224028,-0.029553704,0.03987163,-0.02098587,-0.01897707,-0.006851985,-0.010835344,0.005257881,-0.013726798,0.044863194,0.016739998,-0.026190486,0.0026023088,-0.019357525,-0.0052464674,0.026723122,-0.0045996946,0.047632903,0.01855096,-0.0031026064,0.025642632,0.02031627,-0.03335825,0.012669134,-0.000017254206,0.002750686,0.006669367,0.01145168,0.011474507,0.012395207,0.034849633,-0.016405197,-0.009709198,0.024014287,0.018277034,-0.016161706,-0.023999069,0.03141032,-0.02549045,-0.010135308,-0.018185724,-0.00877328,0.038410686,0.0048089446,-0.00081464817,-0.009640717,0.019114032,0.03938465,0.008522181,-0.026297014,-0.014617061,0.004067058,0.030558104,0.0067682853,-0.011611471,0.008712408,-0.011489726,-0.015933434,-0.032658212,0.022005487,-0.0064563127,-0.016344324,0.00049887097,0.004945908,0.009648326,-0.007799317,-0.021853305,-0.04781552,0.00580954,0.036858432,-0.02323816,-0.025536105,-0.00008043046,0.0016074202,0.014746415,-0.028960194,0.0101657435,-0.0040061856,-0.01880967,-0.009085253,0.011497335,-0.009511362,-0.009975516,-0.0012811804,0.0050029764,-0.031927742,0.010774471,-0.008484135,0.03411916,0.019540142,0.000328142,0.017150888,-0.025855687,-0.041302137,0.045958903,0.016389979,-0.03141032,-0.015035561,0.023101196,-0.016253015,0.018627051,-0.029584141,0.0045426264,0.03226254,0.004013795,-0.00019189173,0.025642632,-0.02039236,-0.035671413,0.037497595,0.0129811065,0.0016235895,0.018322688,0.039993376,-0.0070992806,0.04364574,-0.023207724,-0.0050714584,-0.027057923,-0.013551788,0.013886589,0.035671413,-0.008522181,-0.01838356,0.00467959,-0.0037360631,-0.00298847,-0.004321963,0.005668772,-0.021351106,0.0115049435,-0.040571667,0.003722747,-0.010508153,-0.033145193,-0.0067264354,0.010401625,0.006661758,0.04355443,0.00568399,0.014518143,-0.0062470627,0.019174905,0.0068595945,0.0034868654,-0.004550236,0.018687924,0.00007115688,-0.013255035,0.018292252,0.0062660854,-0.0115734255,-0.041028213,0.009336353,0.029127596,-0.027255759,-0.011565817,0.008210207,-0.018124852,-0.006170972,0.004683395,0.0031102153,-0.009716808,-0.037893265,0.00488884,0.033906102,-0.0016007622,0.013886589,-0.004340986,-0.022949014,-0.027788395,-0.017120453,0.01814007,0.006258476,0.015248615,-0.012562607,-0.01479968,0.0012707179,-0.001963145,0.003903463,-0.049763445,-0.00007032463,0.007890626,0.011352762,0.009435271,0.0044170767,0.007464517,-0.04236741,0.034971375,0.031288575,-0.006414463,0.01687696,-0.010211398,-0.018779233,-0.0022598996,0.046111085,-0.009336353,-0.0099526895,0.0017263122,-0.0016511724,-0.0029580337,0.0074835396,0.005155158,-0.010272271,0.006722631,0.021122834,-0.03092334,0.0014400203,-0.02139676,-0.0064753355,-0.014244216,-0.010043998,0.009305917,-0.026966615,0.014267043,0.020240178,0.008910244,0.047145918,0.012943062,0.026251359,-0.02157938,0.002450127,0.000471288,0.034788758,-0.032719087,0.04766334,-0.0026118201,0.064646825,-0.03211036,0.05959439,-0.0007338016,0.00935918,0.0010871487,0.027057923,-0.017607434,0.007905845,-0.046293702,0.033297375,0.040662974,-0.0029846653,0.024181686,0.01864227,0.0098842075,-0.01947927,0.024775196,0.012851752,0.029310213,0.030360268,0.028777577,-0.034362648,0.009267871,0.015918216,0.013186553,-0.0038863425,-0.005406258,-0.0100211715,-0.031897303,-0.008347171,0.014442052,-0.013643098,0.01896185,-0.030345049,-0.03862374,0.016526943,-0.018627051,0.022020705,-0.0031311405,0.008841762,-0.037680212,-0.033875667,-0.046019774,-0.032201666,-0.008879808,0.013726798,-0.035823595,0.019935815,-0.023892542,0.028381905,0.02466867,0.017927015,0.01078969,-0.0015351338,-0.024638232,-0.02374036],"social":"https://www.linkedin.com/in/tyler-woolcott-6066782b/"},{"title":"aashvi","description":"ai influencer ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=SzVyhGzQjAs","youtube_transcript":"Hi, everyone. I'm Rick Ken, and I'm building a lifestyle and fashion influencer where every piece of content creation is automated through AI. Me show you what do I mean by that. Everybody, meet, Ashley. She doesn't exist in real world. This all piece of of content which you are seeing is company generated by AI from story, caption, and even prompts for these images. My goal with Ashwin is to make her as close to human as possible. Ashwin units, different human like characteristics, like different modes, personality, and experiences. Currently, she is traveling to work and sharing an experience with us. Let's talk about progress now. After launching Ashvi on his program, in just two weeks, we gained around two hundred and fifty followers after marketing it on Reddit, Twitter, and other platform. Here, I just focused on generating random images. But later on, I realized she needs a good story to grow. So I started working on that. While working on that, I got lost in improving other areas too, like model photography, automation, and other stuff. Which resulted in losing my momentum, and I was stuck on that number for three weeks. But now, I started posing regularly and I'm also focusing on creating more and more yields. And now we have started growing again. Currently, we have three hundred and fifty plus callovers, and we are growing steadily.","embedding":[0.040288936,-0.018092297,0.016281558,0.023177454,0.0022634233,-0.041797884,0.016447542,0.021472342,-0.008834896,0.009853437,0.0047267824,-0.022815308,-0.026678216,-0.073395275,0.031567212,-0.004719238,-0.013324019,-0.06108225,-0.034585107,-0.014214299,0.024067735,-0.04282397,0.05839632,0.02832297,0.033770274,-0.040952872,-0.014433096,0.01830355,-0.029967725,-0.067419834,-0.021472342,-0.03811605,0.018122476,-0.0106456345,0.0010619228,-0.014900871,-0.006220642,-0.025878474,0.021774132,0.025697399,0.017277464,0.0002973101,0.030752378,0.027070543,-0.009838346,-0.0013005253,-0.05875847,0.0078239,0.015323376,0.033589203,-0.08594973,-0.0014429324,-0.018107386,0.019963393,-0.008751904,0.008593464,-0.024761852,0.015481816,-0.052269988,0.011890518,0.06180655,-0.042341106,0.032714013,-0.0034913304,-0.036576923,-0.012479007,-0.052933928,0.007876713,-0.026331158,-0.019103292,0.054201443,0.028187165,-0.00885753,0.0050813854,-0.03953446,-0.0101250475,-0.00022563501,0.00567742,0.021034747,-0.013256116,-0.007416484,0.025576685,-0.04726028,-0.024309166,-0.022075923,-0.057702206,-0.026059547,-0.0578531,-0.043759517,-0.022211729,-0.016115574,0.04369916,-0.0028915233,0.00023494806,0.03422296,0.00024944812,0.002602937,0.061625473,0.039745715,0.033559024,0.037089963,-0.023615051,0.03099381,0.019571068,0.0126600815,-0.02595392,0.002544465,-0.009453565,0.017503807,-0.013248571,-0.1296489,-0.050127283,-0.018816592,-0.031476673,-0.02658768,-0.03624495,0.05193802,-0.010623001,-0.027010186,-0.02331326,-0.053537507,0.013316474,0.022679502,-0.027568497,-0.0040892516,-0.029877188,-0.013769159,-0.019857768,-0.05939223,-0.057581488,0.06289299,-0.029092535,0.028006092,-0.04991603,-0.04366898,-0.02625571,0.014493454,0.013535271,-0.03509815,0.012094226,0.0030744835,-0.034283318,-0.015572352,-0.0015683637,-0.011777346,-0.024973104,0.0041609267,0.027825018,-0.038538557,-0.011739623,-0.022815308,0.0091291405,-0.021879759,0.009506378,0.057098627,0.0032121749,-0.020612242,0.04584187,-0.015783606,-0.005654786,0.031989716,0.0006144251,0.001754153,-0.020868763,-0.05287357,-0.020235004,-0.004194878,-0.06554874,-0.038236763,-0.035158508,-0.04282397,-0.013414555,-0.012652537,-0.028730387,0.03543012,-0.013339108,0.0050097103,-0.03521887,-0.024022466,-0.029017087,-0.021894848,-0.0033555252,-0.06397943,-0.01254691,-0.039383568,-0.042069495,0.022332443,-0.03868945,0.030224247,-0.01491596,0.022030653,0.05993545,-0.04040965,0.020250095,0.05115337,-0.02984701,0.05896972,0.0070807426,0.016326828,0.04514775,0.029001998,0.021457253,0.025742669,0.013935143,0.010200495,-0.0036101602,0.013754069,0.0015664776,-0.03576209,-0.01890713,0.06729912,-0.015632711,0.008042698,-0.021909937,-0.050851576,0.0059263967,-0.008442569,0.020431168,-0.0077484525,0.012848699,0.02388666,0.031235242,0.030842915,-0.0010175974,0.02305674,0.051545694,0.042974863,-0.03307616,0.046777416,0.0034479483,0.050972294,0.01741327,-0.053416792,-0.019661603,0.009513923,-0.03724086,0.001429729,-0.018439356,0.026814021,0.02536543,0.0064620734,0.030465677,0.02388666,0.04197896,-0.0012279071,0.010155226,-0.030209158,-0.041526273,-0.013829516,0.014825423,0.065065876,0.011551004,-0.0081106005,0.014817878,-0.013331563,-0.038779985,-0.026934737,0.034072068,0.008012518,-0.014734886,-0.012969416,0.031416316,-0.026451875,-0.017881045,0.03579227,0.020265184,-0.031084348,0.0005309614,-0.016749334,-0.026391516,-0.039474104,0.018363908,0.011362385,0.0020012434,-0.008925432,0.026165174,0.02716108,-0.009642184,-0.02654241,0.037934974,-0.0015061196,-0.021653417,0.032291505,0.014131307,-0.022000475,0.008978246,0.013188213,-0.012162128,-0.0017456652,0.015542174,0.0028349378,-0.049704775,0.038900703,0.02035572,0.012192307,-0.010260852,0.026044458,0.039685357,0.024701493,0.052058738,0.039081775,-0.054835204,0.00855574,0.032864906,0.02924343,-0.013142945,-0.0068657175,-0.034947257,0.032321684,-0.013791793,0.010675813,0.014199209,0.020461347,-0.055589676,-0.023977198,0.013127855,0.032895084,-0.005760412,0.021909937,-0.0045117573,-0.04216003,-0.05021782,0.006827994,-0.049946208,-0.006986433,-0.03422296,0.033860814,0.012396015,-0.016417364,-0.0074051665,0.014138851,-0.055619854,-0.02184958,-0.02773448,-0.0085481955,-0.014146396,0.00228983,-0.066997334,0.04225057,0.029560309,-0.038538557,-0.068385564,0.013067497,0.032714013,-0.009151775,0.04309558,-0.021110196,0.01299205,0.013671077,0.011505735,-0.0049267183,-0.03132578,0.03247258,0.010992693,-0.03135596,0.007439118,0.028443687,-0.009166865,-0.03724086,-0.0051643774,-0.025335252,0.060780462,0.04016822,0.028685119,0.0029235885,-0.03304598,-0.046656698,0.015843963,0.045781508,0.041465916,0.022815308,-0.004813547,-0.009883615,-0.01167172,-0.032442402,0.009513923,0.013640898,-0.0050097103,-0.010758806,0.05223981,0.05815489,0.008087966,-0.0029254747,-0.026995096,-0.016311737,0.049372807,-0.00944602,-0.02301147,-0.057128806,-0.002493538,0.050670505,-0.08244897,-0.009943973,0.03893088,0.009521468,-0.005707599,0.038478196,0.029937547,0.009694996,0.011769801,0.012275299,0.007258044,-0.047230102,-0.032110434,0.00010043941,0.026783843,-0.03543012,0.007944616,0.009770444,0.08275076,-0.025561593,-0.053809118,0.045540076,0.0055416147,-0.009181954,0.0016947382,0.011400109,0.017066212,0.022226818,0.049765136,-0.016009947,-0.07025666,0.03304598,-0.048588153,-0.025350342,0.011468012,0.016870048,0.014749976,-0.025591774,-0.033227056,-0.06935129,0.0019059911,0.027508138,-0.003464924,0.0001124049,0.03274419,-0.011596273,0.019450352,0.030933453,-0.014674528,0.015919412,0.0037478518,-0.020566974,0.0055076634,-0.038598914,-0.008759448,-0.033287413,0.0054095816,-0.062953345,0.0007044905,-0.02863985,0.0018201696,-0.041435737,0.04074162,-0.06711805,-0.020914031,-0.0067374567,0.01179998,0.060146704,0.02334344,-0.021080015,-0.008744359,0.009687452,0.014252022,0.013965322,-0.03277437,-0.020204825,0.0065790173,0.001967292,-0.021049837,0.0045721154,-0.0055114357,-0.0051568327,-0.0012316796,-0.03189918,-0.008284129,-0.011347296,-0.03192936,-0.060569208,-0.017518897,-0.016070306,0.031174883,0.008261495,0.04460453,0.019691784,-0.010834253,0.010985148,-0.05734006,-0.0043118214,0.04599276,-0.013112766,0.031205064,0.02186467,-0.018167745,0.027025275,-0.031054169,0.0259841,-0.027870286,0.018922219,-0.024716582,0.0006078235,0.049372807,-0.03277437,0.06440194,0.0020861218,-0.037904795,-0.024339346,0.007031702,-0.055378426,-0.015813785,-0.021819402,0.028277703,-0.0012741187,0.0034894443,-0.032834727,0.029937547,0.008238861,0.034886897,0.0043306835,-0.021774132,-0.017549075,0.004368407,-0.03010353,0.017186929,0.0022370168,-0.021517612,-0.034886897,-0.02126109,-0.034434214,0.00858592,-0.025048552,-0.029892277,0.016673885,0.012086681,-0.033498667,-0.0017598117,0.006465846,-0.015889231,-0.03597334,0.013708801,0.0041005686,0.0019918126,0.038448017,0.021532701,-0.02041608,0.02628589,0.019903036,-0.034645468,-0.009521468,0.04228075,0.027719392,-0.017564164,0.044212203,-0.030646753,-0.0007832388,0.028564403,-0.018801503,0.012011233,0.018228102,0.058275606,0.0026802705,-0.02805136,0.021638326,0.0038610229,0.006628058,0.021170553,-0.0155270845,-0.008276585,-0.0137616135,0.012727984,-0.01680969,-0.058607575,-0.023433976,-0.04873905,0.025169268,-0.0002822206,-0.030782558,0.018590251,0.001490087,0.016568258,-0.04783368,-0.025787937,-0.014387827,0.03576209,-0.055710394,0.019721963,-0.03778408,0.0089631565,0.03693907,0.041526273,-0.00087896275,-0.0071675074,0.0010175974,0.007944616,-0.016296647,0.014953683,-0.00915932,-0.02544088,-0.019737052,0.044121664,0.00796725,0.007989884,-0.0026123677,-0.024912747,-0.027809927,0.0051153367,-0.032683834,0.019661603,0.036757994,0.010162771,-0.012456373,0.0013193872,-0.008993335,-0.023267992,-0.010358934,0.025803026,-0.0019842677,-0.0015853394,0.027779749,-0.021608148,0.0031386137,-0.036214773,-0.030722199,0.02299638,0.014682073,0.006899669,-0.011701899,-0.017896134,0.006171601,-0.013904964,0.014078493,0.03455493,-0.015112123,0.019405082,0.0088801645,0.0023483017,-0.018876951,-0.004632473,0.03479636,-0.0077786315,0.03277437,-0.015300741,0.0063489024,-0.038146228,0.02539561,0.026316069,-0.034102246,0.029077444,0.008917888,-0.0032706468,0.0108116185,-0.04300504,0.046837773,0.00025157008,-0.0021144147,-0.028534224,-0.025471058,-0.008050242,0.00798234,0.009536557,0.0029782879,0.015164936,-0.019978484,-0.028156986,-0.008050242,0.030329872,0.009091417,0.013920054,0.018122476,0.0026821566,-0.003031101,0.010864432,-0.009823257,-0.023901751,-0.024309166,0.021804312,-0.007801266,-0.020914031,0.03781426,0.021381807,-0.0050549787,0.006145194,-0.022860575,0.043035224,-0.0010524918,-0.006827994,0.031084348,-0.015398824,-0.0031442724,-0.03247258,0.009612004,0.00071109214,0.0119961435,-0.016296647,0.0023200088,0.012214941,-0.016191022,0.006050885,-0.002574644,-0.07007559,-0.042461824,0.020023752,0.001997471,0.009544102,-0.015421458,0.015708158,-0.0050134826,0.012184762,0.040017325,0.009106507,-0.032864906,-0.016175931,0.0010091095,0.03434368,-0.04843726,0.011324662,0.007133556,-0.03395135,0.008917888,-0.020521704,-0.016990764,0.008352032,-0.026089726,-0.0017079415,0.018469535,-0.019948304,-0.0030763696,-0.0029141575,-0.013399466,0.030088441,0.052269988,-0.020008663,0.010585276,-0.0029367919,0.048346724,-0.00812569,-0.050429072,0.024263898,-0.030299693,-0.03180864,-0.0048512705,-0.00041779023,0.015632711,0.04816565,-0.0075032483,0.015149847,0.005066296,0.056857195,-0.006616741,-0.006386626,-0.004036438,0.016206112,-0.022347532,0.033800457,-0.012727984,0.022091012,-0.004217512,0.005107792,0.018514803,0.033770274,0.0103363,0.031084348,0.024128092,0.01653808,-0.011603817,-0.0034837858,0.049131375,0.0063413577,0.015263018,0.029454682,0.0062093246,0.0047116927,0.026919648,-0.034464393,0.01329384,-0.011890518,0.009808168,0.037271038,0.0066318302,0.0050512063,0.031416316,0.01856007,-0.009385662,-0.02299638,-0.00021137073,-0.026376426,-0.017820686,0.013505093,-0.012750618,-0.00062668533,-0.02717617,-0.013422101,0.0149461385,-0.019510709,0.004964442,0.029756472,-0.009551646,-0.057702206,0.005726461,0.020385899,0.00031475732,-0.005137971,-0.0076767774,0.0630137,-0.01976723,0.007582468,-0.01567798,0.00826904,0.00798234,-0.0312956,-0.030933453,0.027991002,-0.019601246,-0.038327303,-0.03597334,-0.00457966,0.032895084,-0.032834727,0.0029575399,0.013059952,0.018092297,-0.013950232,-0.027417602,-0.013603174,0.036999427,0.0054661673,-0.0044249925,0.00795216,-0.0020050157,-0.037965152,-0.0061263326,0.017624523,0.029394325,0.008902798,0.021804312,0.06536767,-0.0041382923,-0.0073523535,0.006231959,0.04282397,-0.011083229,-0.0016042013,0.0119131515,0.037452113,0.009423385,-0.009076328,0.01625138,0.03865927,0.01226021,-0.011407654,0.007227865,-0.017503807,0.02479203,-0.060931355,-0.019163651,0.023554692,0.012961871,0.014606625,0.025787937,0.033166695,0.013233482,0.00038501775,0.02953013,0.005847177,0.025139088,-0.052149273,0.030797647,0.023252903,-0.010788985,0.028700208,-0.011882973,0.04611348,-0.038719628,-0.01254691,0.012697805,0.036757994,-0.040319115,0.048014753,0.0082992185,0.011083229,0.016945496,-0.0046060663,0.051123187,-0.039685357,-0.014568902,-0.0006695961,0.014161485,0.006575245,-0.011633996,0.0000021330113,-0.029665936,-0.018137565,-0.019042935,0.0065790173,0.006028251,0.035007615,-0.012064046,0.025063641,0.019058025,-0.01717184,-0.017820686,-0.0020804633,-0.0067450018,0.03010353,-0.007989884,0.018213013,0.01884677,-0.018952398,-0.004296732,-0.025501236,0.031869,0.00031900124,0.04252218,0.003131069,-0.021879759,0.019812498,-0.021080015,0.02919816,-0.0033310046,-0.009151775,-0.012841155,0.0063526747,0.018726056,-0.009845892,-0.05703827,0.02599919,-0.022588965,0.02538052,0.017518897,0.036426026,0.0018682673,-0.0068657175,0.010690903,0.026844202,-0.019254187,-0.011626451,-0.015330921,0.017352913,0.0053379065,-0.0312956,-0.013859696,0.0021313904,0.014953683,0.003131069,0.03461529,-0.017383091,-0.016372096,0.003759169,0.029711204,-0.020008663,0.040470008,0.0015438433,0.0075447443,-0.013082587,-0.016794601,-0.013784248,0.029741382,0.03663728,0.04774314,0.022377713,0.0074655246,0.014832968,-0.008804717,0.004885222,-0.015572352,0.01976723,-0.029741382,-0.022392802,0.010532463,-0.00427787,0.010864432,0.039202493,0.005949031,0.006190463,0.010826709,0.007620192,0.018937308,0.011460467,0.006748774,-0.011686809,0.036124237,0.04110377,0.005220963,-0.017262375,0.0012420536,-0.031476673,-0.015768517,0.01035139,-0.02948486,0.012554455,0.008797172,-0.038749807,0.012026323,-0.0062772273,-0.0035460298,-0.019027846,-0.022694591,-0.04400095,0.014961229,0.025033463,-0.0087141795,-0.010109957,0.01884677,-0.03518869,0.014855602,-0.02507873,-0.0092951255,-0.002076691,-0.018741146,-0.011309572,0.013663532,-0.02387157,0.008744359,0.03609406,-0.0007214662,-0.019616336,-0.043276653,-0.008178503,0.009921339,-0.044664886,0.016704064,-0.019284368,-0.005760412,-0.027010186,0.016960585,-0.0018975033,-0.0057679573,0.0018550641,0.0055001187,0.010419292,-0.0018607226,0.005684965,0.004266553,0.0041081132,0.008721724,0.032593295,-0.043819875,-0.050911937,0.0098987045,0.0154440915,-0.031084348,-0.023403797,0.00796725,-0.008766993,0.03334777,-0.012320568,-0.019012757,-0.021185642,0.013082587,0.042190213,0.018197924,-0.0020842357,-0.00023353341,0.027085632,-0.006812904,0.012275299,-0.019133473,0.021080015,-0.013278751,0.026119905,-0.03069202,-0.0004965385,-0.016402274,0.0030631663,0.008638732,0.0023992287,0.042069495,0.018092297,0.015451637,0.009174409,0.024882568,-0.008887709,-0.0065639275,-0.031718105,0.00046046518,0.00206726,-0.005187012,0.0016805918,0.007408939,0.013452279,0.009596915,0.009717631,0.02889637,0.0012929806,-0.004692831,0.0059829825,0.0044249925,-0.0014202981,0.013588085,-0.022332443,0.022679502,-0.0115811825,-0.0027425147,-0.00944602,-0.012924147,0.0017730149,0.008435024,0.014055859,0.0040175766,0.008812262,-0.024746763,0.00524737,-0.013022229,0.005847177,-0.022332443,-0.010042055,-0.026693305,-0.0150291305,0.031174883,-0.014538722,-0.0050927023,-0.0019201374,-0.02892655,0.012373381,0.0018805276,0.000024962494,-0.028081538,-0.02157797,0.0011873542,-0.0051643774,0.019872857,-0.008352032,-0.014734886,-0.017428359,0.0041797883,0.001307127,0.026029369,0.019088203,-0.034313496,0.019540887,0.013618263,-0.05580093,0.0076880944,-0.012003688,-0.006473391,-0.0020597153,0.011120954,-0.026376426,-0.014418007,0.0009798737,0.024701493,-0.004338228,-0.002859458,-0.03684853,0.021608148,-0.007921982,-0.00022964316,0.09838347,-0.030616572,-0.005432216,0.009634639,0.0069223032,-0.043276653,0.0061225602,0.0013486231,-0.030601483,-0.0017381205,0.0046551074,-0.0028688891,-0.009287581,0.015632711,0.008789627,-0.018439356,-0.022634234,-0.020808404,-0.0030122392,-0.0144255515,0.0088801645,0.021683596,0.0010685244,-0.04188842,-0.027070543,0.0045457087,0.0076164193,0.03627513,0.013233482,0.019374903,0.013029774,-0.045027036,-0.015157391,0.030827826,0.013889874,0.007133556,-0.006616741,-0.024535509,-0.009800623,-0.00760133,0.010487195,-0.013422101,-0.019420173,-0.009144231,-0.0029726294,0.014463275,-0.042129852,0.006273455,-0.016266469,-0.031567212,-0.03304598,0.0044249925,-0.0058509493,-0.0010892724,0.008012518,-0.0137616135,-0.032261327,0.048497617,-0.0159345,0.024143182,-0.020506615,0.042009138,-0.03307616,-0.029032176,-0.0054661673,-0.01447082,-0.017594345,0.054503232,0.012803432,-0.0037535103,-0.042673074,-0.021940118,0.02624062,0.001600429,-0.014018135,0.038538557,0.014191665,0.0067751803,0.004262781,0.026693305,-0.015798695,-0.03899124,0.012697805,-0.011754712,0.0009214019,0.013859696,-0.0039459015,0.057973817,-0.008352032,0.035611194,-0.018771324,-0.013384377,0.031023989,0.016085396,-0.007295768,0.0057000546,-0.039172314,0.013837061,-0.028820924,-0.0038817711,-0.018997667,-0.025274893,0.03304598,0.0034404034,-0.0074655246,-0.0097930785,-0.004538164,0.0022785128,-0.006545066,0.015044221,-0.011535915,-0.02299638,0.034102246,0.027915554,-0.002533148,-0.011566093,-0.0016258925,0.00480223,-0.013248571,-0.04701885,0.00043358703,0.009996787,0.0067751803,-0.006190463,-0.004530619,0.0072618164,-0.0005696282,-0.03509815,0.04243164,-0.008246406,-0.007755997,0.011294482,0.0033498665,-0.0059414865,-0.01063809,0.054473054,-0.028805835,-0.03627513,-0.023418887,0.0055491594,-0.022347532,0.009943973,0.008495382,-0.020506615,0.023102008,-0.030028082,0.010736171,0.04339737,0.011483101,0.019676693,-0.0063375854,0.0054548504,0.05423162,0.027085632,-0.021743953,-0.010441926,0.009076328,0.004477806,-0.0069977506,-0.0057302336,0.0017343481,-0.022060832,0.040047504,-0.02388666,0.03681835,-0.010011876,-0.02660277,0.01890713,0.0058509493,0.011015327,0.016447542,-0.030827826,-0.025652131,0.0017107708,-0.0027915554,0.0077786315,0.014199209,0.015293197,-0.010871977,0.020144468,-0.03334777,-0.00885753,-0.021366715,-0.010660724,-0.018077208,0.008502927,0.0058811284,-0.018137565,-0.030178977,-0.011551004,-0.0076465984,-0.003527168,0.012011233,-0.009468654,0.03159739,0.038146228,-0.008223771,-0.028081538,-0.034736004,0.029303787,0.008993335,-0.01135484,-0.0136786215,0.002301147,-0.0038742262,0.015798695,-0.024490241,-0.014033224,0.04140556,0.0016871935,-0.004334456,0.0030933453,0.0029424503,0.0070694257,-0.0059414865,0.0050964747,0.01831864,0.01919383,0.03923267,-0.030737288,0.02183449,0.02922834,-0.0005748152,-0.075145654,0.024037557,0.0366071,0.02243807,-0.01386724,-0.029273609,0.028488955,0.009091417,0.02922834,-0.018167745,0.011762257,-0.017352913,0.018228102,-0.025486147,-0.03721068,0.022573875,-0.033559024,-0.02242298,-0.007205231,0.017232196,0.019812498,-0.003091459,0.014440641,0.0019427717,-0.011415198,0.016206112,0.010758806,0.018937308,-0.007559834,-0.033709917,0.008940523,-0.038568735,-0.027070543,-0.012041412,-0.026527321,0.001296753,-0.007921982,-0.02301147,-0.014184119,0.015768517,-0.056223437,-0.010411748,0.010457016,0.014938594,0.014478365,-0.0118075255,-0.005654786,0.0056811925,-0.0058547216,0.02301147,-0.018695876,-0.01151328,-0.0025388065,-0.021034747,0.03543012,-0.006009389,-0.024067735,-0.090778366,0.035882805,0.0045419363,-0.011981054,0.036878712,-0.015330921,0.0022332442,-0.021064926,-0.009521468,0.01226021,0.010992693,0.018665697,-0.011234124,0.06410015,-0.009694996,0.016191022,-0.0010807846,0.01272044,0.03334777,-0.01286379,0.023901751,0.0011307686,0.015738336,-0.0060961535,0.04216003,0.04575133,0.006888352,0.04104341,-0.008653822,-0.0036346805,0.036124237,-0.011928241,0.00057434366,-0.014433096,0.0067751803,0.0039459015,-0.012758163,-0.01801685,-0.0021408212,-0.0135126375,0.03434368,-0.0037553965,0.016009947,-0.012207396,-0.013452279,-0.0010430609,-0.0046249283,-0.029107625,0.033287413,-0.030073352,0.00472301,-0.009332849,0.032864906,-0.034705825,0.013746524,-0.004907856,-0.02599919,-0.012946782,0.0050097103,-0.005179467,-0.015081944,-0.028217344,0.0038742262,-0.0041081132,0.0074542076,0.010147681,0.0075522894,0.0048965393,0.007401394,0.0036912663,0.02270968,0.056736477,0.037965152,0.022770038,-0.0020861218,0.008970701,0.017473629,0.0060244785,-0.014055859,0.009830802,-0.035822447,-0.03180864,0.011090774,-0.021728864,0.02064242,0.03434368,-0.043065403,0.012614813,-0.018484624,-0.036214773,0.017654702,0.012282844,0.052933928,0.019088203,0.0028707753,-0.025591774,-0.017639613,0.0011948989,-0.0019503165,-0.0041986504,0.022241907,-0.03310634,0.0042552357,0.016734242,0.009264946,0.005715144,-0.014138851,0.005262459,-0.01269026],"social":"https://twitter.com/_RikenShah"},{"title":"spray street","description":"the home for urban art online","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=wwBOMh9d0wc","youtube_transcript":"Hi. I'm Brett. I'm making spray street the home for urban art online. I've always loved graffiti and street art, so that's what I'm making it happen. Where artists can share their photos and connect with fans. When you first get into the app, it'll be shown a feed that photos that other people have uploaded. You can add your own by clicking on the plus, going into your albums and picking the photo that you wanna share. Go ahead and give it a description. And categorize it for later use. Close it on up there. You can also add comments to photos. Some early feedback we got on the app was people loved looking at photos and landscape, but hated adding content in that mode. Some other things referred is that we need an Android version, so we'll be tackling that as soon as we get in the iOS app store. We've been lucky enough to get thirty seven people to install the app and start using it off the backs of our six thousand seven hundred followers on Instagram. In the last week, after the scores have been counted, we've been able to generate a hundred and six dollars and revenue. Thanks for watching and thanks for all the support so far. Really appreciate it.","embedding":[0.02743837,0.010517552,-0.039862182,0.012033728,-0.039391138,-0.051402785,-0.014823197,0.008876254,-0.034386285,0.023876093,0.013903188,-0.047840506,0.008640732,-0.0509023,-0.01614801,0.015220641,-0.022816243,-0.0015502165,-0.021329505,0.015809448,0.04536752,0.036211584,0.016265772,0.008986656,-0.010134827,-0.032384343,-0.024656262,-0.012644614,-0.017369784,-0.0070472746,-0.030794566,-0.01223981,0.038242966,0.012651974,-0.012350211,-0.06282563,0.032737628,0.0010175308,-0.014543514,0.00035627378,0.0003300535,0.024155777,0.07053899,0.016118571,-0.036299903,0.021403108,-0.032472663,0.02269848,-0.011106358,0.007264397,-0.044454873,-0.0010920516,-0.041923005,-0.044602074,0.015397283,-0.039214496,-0.05087286,0.00041009433,-0.02071126,0.014543514,0.029616954,-0.010333549,0.045691364,-0.00472149,-0.021093983,-0.04230573,0.0067271115,0.02368473,0.016795699,0.014411033,0.055053383,-0.014315352,-0.020210775,-0.034798447,-0.041834682,-0.025981076,0.015588645,0.021049824,0.036447108,-0.024832902,0.0357111,0.032973148,-0.03777192,-0.023066485,-0.04981301,-0.009582821,-0.039185055,-0.07519056,-0.04257069,0.0044491673,0.018149951,0.0398033,0.01031883,0.015676966,0.046692334,0.0016845379,-0.055053383,0.031265613,0.036564868,-0.017252022,0.01601553,-0.016795699,-0.008449369,-0.07095115,0.034827888,-0.03874345,-0.011253559,0.03559334,0.043924946,0.009759463,-0.121176325,-0.022286316,0.03294371,-0.01031883,-0.016574895,0.007919444,0.010407151,-0.023110645,0.0012659334,-0.0170901,-0.07395406,0.06459204,-0.0125710135,0.040863153,0.051520545,-0.03229602,-0.052698158,-0.05116726,-0.019357005,-0.032737628,-0.0021877831,-0.016471855,0.03853737,-0.027953576,-0.03129505,-0.032119382,0.010061227,0.014514074,-0.04339502,-0.010009706,0.06129473,-0.037330315,-0.018223554,-0.0013790947,-0.007293837,-0.06553414,-0.053316407,0.016545456,-0.006730791,0.014852637,0.017472826,0.023095924,-0.00052164553,-0.019401165,0.03129505,-0.0006867873,0.035387255,0.04625073,-0.05187383,0.014756956,0.006513669,-0.009038175,0.019062603,-0.05093174,-0.027600292,0.02920479,-0.05107894,-0.048723716,-0.016280493,0.01417551,-0.059027825,-0.022315757,-0.006230306,0.013086218,0.033503074,-0.020814301,0.030529603,-0.005453818,0.0044638873,-0.02742365,-0.047457784,0.014646555,-0.016501294,0.010848755,-0.03309091,-0.024214657,0.0040922035,-0.0034279563,-0.008243287,0.0243913,-0.007106155,0.021241184,-0.014013588,-0.014830558,0.003304675,-0.054670658,0.05599547,0.026010515,-0.025230348,0.044749275,0.028792625,0.060470402,0.0094577,0.01807635,-0.030323522,-0.0011877326,-0.026584601,-0.009840424,0.012151489,-0.0052514155,0.033503074,-0.023257846,-0.043336138,0.023934973,-0.023184245,0.01041451,-0.029396152,0.039273378,-0.02455322,0.0112093985,-0.0376836,0.0075256797,0.021609189,-0.03385636,0.030014398,0.01597137,0.026349079,-0.029558074,0.01614801,-0.013167179,0.034651246,0.054111294,-0.038331285,-0.067418315,0.057143647,-0.033797476,0.020254934,-0.041128118,0.02175639,0.0023920254,0.009788903,0.013395342,0.03680039,0.018959561,0.0246121,0.015147041,-0.04993077,-0.05358137,-0.0041253236,0.026128277,0.04451375,-0.038360726,-0.0049422923,-0.01798803,0.04822323,-0.020151895,0.002263224,0.011717244,-0.023257846,-0.016324652,0.0043166857,-0.042335168,-0.044160467,-0.040480427,-0.011592123,0.041628603,-0.030882888,0.022124395,0.0039155614,0.010730994,-0.009236898,0.01127564,-0.028468782,0.012011647,0.047398902,0.024729863,0.0358583,-0.02559835,-0.0061088647,-0.017443385,-0.025200907,0.0005175055,0.017781949,0.001976181,0.005310296,-0.019003721,0.0009742903,-0.010995956,0.011864446,0.028527662,-0.006870633,-0.023979135,0.0019688208,0.037153672,0.042600133,0.0028796305,0.009523941,-0.017458105,-0.0012401731,-0.011989567,0.0125710135,-0.06677063,-0.016192172,0.010929716,0.009266338,0.017737787,0.005924863,0.039361697,-0.00029877317,-0.029101748,-0.0024729862,0.041363638,0.012416451,-0.078016825,-0.019945811,0.084670335,0.05743805,0.024376579,-0.03011744,0.01608913,-0.0062781465,-0.017325623,0.0027195488,-0.034445167,-0.024788743,-0.08461146,0.020240214,-0.006509989,0.034680687,-0.042953417,0.050431255,-0.07866451,-0.03862569,-0.03309091,0.04981301,-0.018046912,0.033709157,-0.02175639,0.041128118,0.027968297,-0.017458105,-0.08973407,0.014528794,0.0016366973,-0.024494339,0.0031353931,0.014734876,-0.022816243,-0.027202848,0.011054837,0.03962666,-0.0021822632,-0.015986089,-0.0527276,0.025760273,0.062177937,0.0072975173,-0.05281592,-0.020004692,0.014742237,-0.005126294,0.011695164,-0.011746684,-0.008942495,0.012092608,0.004887092,-0.051108383,0.007632401,0.021226466,-0.030323522,-0.013439503,-0.008567131,0.011253559,-0.009575461,-0.007142956,-0.0010202908,0.05661372,-0.018679878,-0.02368473,0.031795535,0.00660567,0.011835005,-0.012379651,-0.014366873,0.0006660871,0.029469753,0.0120190075,-0.0043792464,-0.050607897,0.017649466,0.043012295,-0.05107894,-0.013402702,-0.011408121,0.032973148,0.020431576,0.045926888,0.02815966,-0.0030765126,0.021874152,0.014300631,-0.06406212,-0.028777905,0.033532515,0.022212716,0.027026206,-0.011651004,0.007091435,0.032590427,0.0044859676,-0.022772081,-0.032649305,0.06111809,-0.00568934,0.0022503438,0.007978325,0.055789392,0.02467098,0.035092853,0.07277645,0.011474362,-0.0013606944,0.052492075,-0.00661303,0.0056304596,0.0060867844,0.059233908,0.026614042,-0.02732061,-0.04268845,0.005943263,-0.008927775,0.017546427,-0.016574895,-0.019165643,0.014558234,-0.024288258,0.03671207,0.016442414,0.026260758,-0.028704304,-0.017163701,0.016354093,0.021064544,-0.020902622,0.0031537935,-0.024847623,0.0055899792,-0.07195212,0.0008114486,-0.039391138,-0.02168279,-0.0035549176,0.011636283,-0.04719282,0.010922356,-0.034827888,-0.02649628,0.05743805,0.007466799,-0.027467811,0.043041736,-0.0396561,0.018252993,-0.011018037,-0.0004514948,-0.030441282,0.008022485,0.0055310987,-0.027188128,0.058792304,-0.014285912,0.0029789915,0.01034827,-0.06476869,-0.083669364,-0.018164672,-0.020505177,0.010686833,-0.061706893,-0.019209804,-0.037300874,-0.0035751578,-0.018503236,0.023964414,-0.010885555,0.019563088,0.00939882,-0.024067456,-0.03114785,-0.016751537,0.06600518,0.038272407,-0.017737787,-0.023979135,-0.046015207,0.0034610766,-0.04548528,0.039067294,-0.014440473,-0.008383129,0.015632806,-0.0044528474,0.07071563,0.027806375,0.0083168885,0.01604497,-0.0053728567,-0.007003114,-0.0028943508,-0.020608218,0.011246199,-0.0048650117,0.017575866,-0.034268524,0.017458105,-0.03576998,0.054199614,-0.015014559,0.0042651654,-0.039302815,0.030441282,-0.014661276,-0.019945811,-0.011437561,0.0036027583,-0.04065707,-0.014992479,-0.035416696,0.004883412,-0.00080776855,0.010789874,-0.00065688696,0.023331447,-0.023817213,0.00022103234,-0.019357005,-0.056201555,0.00027991296,-0.008714332,0.0079415245,-0.013380622,0.029572794,0.009303139,-0.03462181,-0.004934932,-0.01894484,-0.006042624,-0.0013570144,0.021138145,0.003578838,0.023184245,0.029823037,-0.011746684,0.008898335,0.0060095037,-0.035475574,0.004117964,0.040009383,0.012600454,0.010775154,-0.025774993,0.04042155,-0.01223981,0.029999677,0.03777192,0.0029771517,0.0125121325,-0.0060904645,-0.0018041391,0.024214657,-0.032472663,0.009229538,-0.041069236,0.010171628,0.021520868,-0.02182999,-0.007860564,-0.009310499,0.030235201,-0.028100777,0.029823037,0.0034279563,0.037389196,0.019092042,-0.011915966,-0.038390167,0.0075588003,0.02452378,-0.028660145,0.001038691,-0.05102006,-0.003013952,0.011621563,0.0039376416,0.022566,-0.0077943224,0.00026174277,-0.010532272,0.034091882,-0.014028309,-0.019209804,-0.015780007,-0.012696135,0.013108299,0.029955518,0.018120512,-0.041363638,-0.018400194,-0.036064383,0.020357976,0.014933598,-0.019136203,-0.017561147,-0.029719995,0.03500453,0.00012788136,0.014337432,0.019430606,-0.0132923005,-0.01779667,-0.02275736,0.03780136,0.036417667,-0.012504772,0.004905492,0.019268684,-0.030559044,0.007433679,0.040244907,0.046574574,-0.005943263,0.0009862505,-0.013903188,-0.04039211,-0.006112545,-0.020254934,0.021049824,0.009546021,-0.022875123,0.008787933,0.003948682,0.016839858,-0.0012144129,0.023287287,-0.005534779,-0.022404078,0.035387255,0.034533486,-0.0025502671,-0.021123424,-0.00850825,0.031088969,-0.0013100939,-0.028689584,0.031088969,-0.0017222583,-0.016221613,-0.006900073,0.035092853,0.0022761042,0.06812488,-0.010988597,-0.01982805,-0.0040038824,0.0062634265,-0.0031997939,0.003308355,0.00069138734,0.025554191,0.0117025245,0.014720156,0.013071499,-0.017620027,0.0078826435,0.015706407,-0.0112682795,-0.07206988,0.029116469,0.026952606,-0.0047582905,0.011518522,-0.033620838,-0.042717893,-0.027644454,0.006403268,-0.00018262194,0.026643483,0.020490456,-0.00657623,-0.0112388395,0.006134625,0.018503236,0.006222946,-0.0035990782,-0.007720722,-0.041098677,-0.014558234,0.00021677729,-0.06759495,0.0061898255,0.022786802,-0.0050526937,-0.03756584,-0.0067050313,0.013976788,0.018768199,0.025348108,0.018459076,0.03759528,-0.0039192415,0.005840222,-0.0057850215,0.021977194,0.0041952445,0.02368473,0.0074925595,-0.032531545,0.01692818,0.012026368,-0.018149951,-0.022359917,-0.0025815475,-0.059822716,-0.013608784,-0.026937885,-0.0028041897,-0.021079263,0.0022190635,0.0018565797,-0.034651246,-0.0034537166,0.061471373,0.017826108,-0.023949694,0.027070368,-0.01319662,-0.0245385,-0.027732775,-0.013697105,-0.025186187,0.020622939,0.0047619706,0.04242349,0.004342446,-0.020240214,0.0056783003,0.04792883,-0.039214496,-0.01223981,0.029455032,0.01503664,-0.009744743,0.03682983,-0.017502265,0.020887902,0.030735686,-0.0015308962,-0.011150518,0.031088969,0.041952446,0.02069654,-0.012247169,-0.019062603,0.009619622,0.030441282,0.0141313495,-0.0028078698,0.0038934813,-0.022080233,0.0068227923,-0.04619185,0.043453902,-0.0049496526,0.04748722,-0.030235201,0.00853769,0.023758331,-0.008603931,-0.0041106036,-0.007934164,-0.006778632,-0.0036524388,0.0074189585,0.016265772,0.003678199,0.011363961,-0.0322077,0.0013432142,-0.037389196,-0.0023257846,-0.023125365,0.011098998,-0.007757522,-0.018532677,0.024008574,-0.008802653,-0.04539696,-0.020475738,0.032266583,0.020990942,-0.03853737,-0.041098677,-0.0016486575,-0.0132555,0.012180929,0.022227436,-0.00031441334,-0.0023000243,-0.026643483,0.011967487,0.009538661,0.007742802,0.010120107,0.024774022,0.002734269,0.011018037,-0.072128765,0.01801747,-0.01037771,0.02445018,-0.025848594,-0.022124395,-0.009001375,-0.03391524,0.042040765,0.011754044,-0.0055936594,0.0039891624,0.014911518,-0.027806375,0.021447267,0.0145067135,-0.0026790684,0.024626821,0.04168748,-0.023993853,-0.008302168,0.013299661,0.008302168,-0.020328535,0.028689584,0.010635313,-0.012696135,0.014801117,-0.03129505,0.03591718,-0.0073343175,-0.0433067,-0.0070288745,-0.008567131,-0.0013790947,-0.00471781,-0.003496037,-0.022256875,-0.029616954,0.013895827,-0.025024265,-0.026054677,0.040980913,-0.015007199,0.02559835,-0.00009527851,0.023287287,0.016059691,-0.016206892,0.024111615,0.011437561,0.034327403,0.043601103,-0.017973311,0.021844711,-0.01714898,-0.0059727035,0.005313976,0.020917341,-0.036505986,0.0074962396,0.008905695,0.0024472259,0.028041897,-0.006690311,0.004629489,-0.029410873,-0.017237302,0.03662375,-0.00093702995,0.048988678,-0.002452746,0.008861534,-0.026805405,-0.028674863,0.0005717861,-0.019680848,0.0055274186,0.059616633,0.02162391,0.034710128,-0.004059083,-0.01881236,0.0070178346,-0.025804434,-0.014499353,0.043630544,-0.07919444,-0.0084052095,0.0066387905,-0.021093983,-0.021535588,0.028247979,0.041157555,0.008162326,0.0063811876,-0.042629573,-0.018120512,0.014815837,-0.0065688696,0.045661923,-0.01616273,-0.030941768,-0.0036671588,-0.014072469,0.0014628156,0.018591557,-0.016324652,-0.017973311,-0.001228213,0.019415885,0.019062603,0.035269495,0.03485733,0.0070509547,-0.015176481,0.04533808,0.0078237625,0.018591557,0.024774022,-0.00756616,-0.0066314302,-0.025981076,0.01785555,-0.011430201,-0.002454586,-0.0058954223,0.008846814,-0.026923165,-0.0069479137,-0.003475797,0.034209643,-0.011842365,-0.006414308,-0.00037398396,-0.021859432,-0.053463608,0.017737787,-0.03415076,0.0038934813,0.0017507785,0.02082902,0.027276449,-0.03959722,0.022580719,-0.03314979,-0.009877224,0.0121073285,-0.007934164,-0.04050987,-0.015323683,0.009067616,0.016692657,0.0066203903,0.00026289278,-0.019886931,0.015264802,0.022286316,0.004817171,0.0015281362,0.0040186024,0.031530574,0.015294242,0.020799581,-0.003586198,-0.008633371,-0.0045522084,-0.012460612,-0.026054677,-0.022875123,0.02274264,-0.005159415,0.004066443,-0.0094945,-0.031854417,-0.025848594,-0.0031869137,-0.010215788,-0.012188289,0.0020645019,-0.01792915,0.0017443385,0.025774993,-0.014433113,0.0006127265,0.017516986,-0.058232937,-0.008883614,-0.027011486,0.020328535,-0.01507344,-0.023198966,-0.012858056,0.003023152,0.005394937,0.011636283,-0.018179392,-0.0013367742,-0.009597542,-0.04451375,-0.007875283,-0.0037352396,-0.008618651,0.014779037,0.016589615,0.013454223,-0.03309091,0.00091034966,-0.035505015,0.042835653,0.029616954,0.0398033,-0.01881236,-0.026172437,0.04451375,0.0013524144,-0.0069368733,0.03020576,0.02356697,0.0128874965,-0.046721775,0.027129248,-0.0246121,-0.048488192,-0.009928745,0.019371726,0.000055258086,-0.00035259375,0.014050389,0.0033874759,-0.006984714,-0.0021951434,0.041010354,0.021579748,0.016677937,0.0019485806,-0.016059691,-0.01507344,-0.017355064,-0.020578777,0.0117025245,0.0048650117,0.027953576,-0.017119542,0.011121077,-0.0023441848,-0.019327564,-0.00050416536,-0.026982047,0.02084374,0.010907636,0.0170165,-0.0087216925,0.023802493,-0.00754408,0.016839858,-0.021079263,-0.015500324,0.0018271394,-0.019533647,-0.038154643,0.00026703282,-0.029837755,-0.02540699,-0.018105792,0.024862343,0.012651974,-0.005383897,-0.027556133,0.03500453,-0.0008132886,0.021844711,-0.003691079,0.009833064,0.016442414,-0.021049824,0.00566726,0.032413784,-0.005196215,-0.02072598,0.006325987,0.013675025,0.03105953,-0.022168554,0.03394468,0.011400761,0.0050821337,0.0013330941,0.036564868,-0.01703122,-0.017546427,0.009774184,0.009553381,-0.0020442617,-0.017193142,0.022109674,-0.02445018,0.010208428,-0.0017480185,-0.021918312,0.022477679,0.01032619,-0.00042205447,0.012585733,-0.018989,-0.008699612,0.013689745,0.010149548,-0.031560015,0.037654158,0.0079120835,-0.0061603854,-0.004541168,-0.004084843,-0.028439341,-0.020299096,-0.04342446,0.027173407,-0.0011132119,0.021977194,-0.030323522,0.019430606,-0.03132449,0.004099563,0.011533243,-0.009737384,0.0032789148,0.01707538,-0.017222583,-0.034945652,0.09868392,0.0074888794,0.030441282,-0.025819154,0.039214496,-0.026201878,0.027526692,0.017767228,-0.006811752,-0.026054677,-0.015868329,-0.005347097,0.027879976,-0.008743772,0.014675995,-0.014631835,0.0038566808,0.0040738033,-0.0057298206,-0.00006894323,0.023037044,0.014808477,0.0025337068,0.015676966,-0.025804434,-0.022404078,0.012357571,-0.005564219,-0.01229133,-0.03562278,0.010723634,0.017781949,0.013520463,0.023861373,0.0021896232,-0.0068595926,-0.011687804,-0.013844307,0.012519493,-0.010635313,-0.0060831043,-0.0075219995,0.028983988,0.033620838,0.013108299,-0.015338402,-0.0168693,-0.00095681014,-0.013027338,-0.060058236,0.015279522,0.037978,0.018591557,0.013859027,0.014867358,0.0008436489,-0.01134924,0.03385636,0.00188326,-0.021020383,-0.0026238677,0.0120190075,-0.011731965,0.0036009182,-0.007978325,-0.017737787,-0.005497978,-0.005262456,0.006046304,-0.009546021,-0.016133292,0.0072975173,0.016412973,0.01130508,-0.022389358,0.015721127,-0.016457135,0.01608913,0.03500453,-0.00375916,-0.018576836,-0.017634748,0.0015492964,0.032855388,-0.01978389,-0.0149409585,0.0006702271,-0.008957215,-0.0027710693,0.036211584,-0.0024987464,-0.015353123,0.0145655945,-0.006138305,0.034827888,0.023773052,-0.021093983,-0.0041952445,-0.039979942,-0.038390167,0.014992479,0.024994824,-0.01781139,-0.020254934,0.0035917182,0.006226626,-0.029307831,0.019504206,-0.02545115,0.0018160993,-0.028763184,0.017575866,-0.0058954223,-0.003501557,0.0015502165,-0.032973148,-0.0045816484,0.015014559,0.00076958816,-0.02162391,0.04248237,0.016589615,-0.004353486,-0.020902622,0.020387417,0.017767228,0.024818184,-0.03515173,0.028395182,0.0020994623,-0.006340707,0.027040927,0.014425753,-0.00565254,-0.018444356,-0.006476869,-0.031383373,-0.026775964,-0.006679271,0.01414607,-0.03203106,0.0037481198,0.013086218,-0.00056902604,-0.009626982,-0.026201878,0.008154967,0.0060242238,-0.02729117,0.0074888794,-0.0024104256,-0.01879764,-0.021241184,0.02359641,0.010937076,0.016530735,0.02168279,0.00094163,-0.024906505,-0.019695569,-0.021182304,-0.015662245,0.03429796,-0.044631515,0.04613297,0.00472885,-0.011996927,0.009884585,-0.002912751,-0.007374798,0.01133452,-0.0073931986,-0.052374315,0.0016670576,0.013535184,0.013991509,-0.013733906,0.030559044,-0.02362585,-0.0042651654,0.020166613,0.0015134161,0.00022862242,-0.019504206,0.0049422923,0.005928543,0.01597137,-0.019548368,-0.0025189868,0.0054243775,-0.028542383,-0.016913459,-0.0057003805,0.008736413,0.023198966,-0.022139115,0.013520463,-0.020343255,-0.010289389,0.023257846,-0.0003199334,-0.0016587776,0.03188386,0.03874345,-0.00056028593,-0.013240781,-0.049253643,-0.0010966517,0.030794566,0.021977194,0.0053912573,-0.0091264965,-0.03232546,0.0074005583,0.019077322,0.019253964,-0.029896637,0.037477516,0.046044648,-0.012637254,0.021815272,-0.03232546,0.037183113,-0.023331447,-0.022006633,0.027850535,0.03415076,0.0013027338,-0.008302168,0.0045890086,0.014249111,-0.048517633,-0.014006228,-0.0016615376,-0.0056415,0.005262456,-0.0027029887,-0.059175026,-0.023861373,-0.01881236,0.0433067,-0.009553381,-0.0020387417,-0.029558074,0.011952767,-0.048458755,0.008979295,0.0049827727,0.017634748,-0.0046920497,-0.005549499,0.022727922,-0.027070368,-0.024141056,0.006992074,0.017516986,0.029999677,-0.011724604,0.019224524,-0.025848594,-0.026290199,-0.007444719,0.036947593,-0.024317699,-0.03897897,0.006406948,0.03853737,-0.017752508,-0.025245067,0.027821096,-0.0064327084,-0.014882077,-0.016677937,0.016133292,0.0057040607,-0.014204951,-0.006973674,0.05081398,-0.008228567,-0.00947242,-0.005089494,-0.00471781,-0.02553947,0.002441706,-0.0015704567,0.032590427,-0.0013330941,-0.0013496543,-0.026614042,0.03303203,0.0066424706,-0.00851561,-0.013336461,0.016486574,0.002075542,-0.025863314,-0.008022485,-0.004629489,0.01800275,-0.00377204,0.009325218,-0.00846409,-0.022389358,-0.018238273,0.0055789393,0.0053176563,0.012755015,0.0062707863,-0.0010699714,0.0021969832,-0.022139115,-0.04707506,0.0065688696,0.006664551,0.007978325,-0.042982854,-0.0104881115,-0.022536559,-0.04421935,-0.002268744,-0.0013680545,0.0037904403,0.011003316,0.03397412,-0.0069405534,-0.015721127,-0.005777661,-0.045926888,0.024788743,0.017237302,-0.0053360565,0.025259787,0.035269495,-0.016839858,0.02559835,-0.03105953,-0.009707943,-0.009693223,-0.016707378,-0.023037044,0.011525882,-0.018989,0.020431576,0.013836946,0.007142956,0.023272566,0.014094549,0.017296184,-0.00282995,0.010510191,0.003475797,0.03200162,0.035328373,-0.013719185,-0.017458105,0.023360888,0.008000405,0.0031593135,0.015603365,0.018164672,-0.014006228,-0.033238113,-0.020343255,0.023066485,-0.03688871,0.026790684,0.0035530776,-0.022580719,0.021270625,-0.005071094,0.011827646,-0.00944298,0.0358583,-0.030235201,-0.017119542,-0.04313006,-0.019430606,0.0053213364,0.009339939,-0.007396878,0.028954547,-0.00056028593,-0.001976181,-0.0017222583,0.004371886,-0.00065504696,-0.020107733,-0.014256471,-0.0320605],"social":"https://twitter.com/spraystreet"},{"title":"the creative zentrepreneur's blueprint","description":"a 6 week email course to help you figure out how to start building a life of purpose & profit.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=HbFxqUQZvDc","youtube_transcript":"Hey, everyone. My name is Carlos, and I'm working on an email course designed to help people figure out what life on their own terms looks like and how to build an online business around it. But it turned into be so much more than that. Because in the process of developing this idea into my very first product, I also ended up basically building out my entire digital ecosystem. Six weeks ago, I had no website, no newsletter, a scattered social media presence, nothing to sell, and nothing to give away. Now I have a solid idea for a product that I'm actively building in public. Seven users, which isn't much, but hey, it's idea validation. Landing pages for both my course and my newsletter, a decent home page and consistent branding and messaging across my social. It was an amazing experience, much harder than expected, but also so much more rewarding and somewhat more productive than I could have ever imagined. Just look at all I had done. There's lots of take away from this experience, but one thing is clear. Never underestimate what you can achieve in six weeks of focus work. Thank you for the space.","embedding":[0.022340717,0.0051235366,-0.02553025,0.05464173,-0.0037211215,-0.05016519,-0.004654899,0.0473114,-0.0053753415,0.02774054,0.053354725,-0.02857989,-0.008267604,-0.07039355,0.056907978,0.059817724,0.018759487,-0.030048754,-0.01717871,0.006060811,0.014842518,-0.04761916,-0.007040054,0.04610833,-0.0078829015,-0.041268077,-0.028817708,0.058922417,-0.0037595916,-0.035308685,0.002874776,-0.021907052,-0.029489188,-0.004165278,0.020648027,0.020130428,0.007994816,0.004368121,0.05992964,0.010568824,-0.013758357,-0.010911559,0.09042605,0.03642782,-0.04070851,0.007777983,-0.031251825,0.043953996,0.061048772,0.04831862,-0.046388116,0.000034535784,0.028132237,0.045744613,-0.03181139,-0.047255445,-0.019389002,0.033238288,-0.09949104,0.008372523,0.059090286,-0.038889915,0.04677981,-0.012674196,0.0077849776,0.0049696555,-0.051256347,-0.03169948,-0.028985577,0.035812296,0.05327079,0.005120039,-0.005735563,0.014017156,0.00783394,-0.026299655,-0.015597934,-0.0013980435,-0.0125972545,-0.060657077,-0.018297845,0.013954205,0.01736057,-0.009946305,-0.022060934,-0.06619679,-0.04633216,-0.015164269,-0.014842518,-0.0030863625,-0.036707602,0.009106955,0.01199572,0.008939085,0.013177806,0.009246847,-0.027278896,0.07391882,0.03144767,0.030328538,0.066644445,0.0081207175,0.028020324,-0.034189552,-0.012135612,-0.011303256,0.023949472,0.014303935,-0.0060957843,-0.06311917,-0.12993148,-0.021221584,0.032259043,0.016395317,-0.0013648192,0.017780246,0.011303256,-0.022732414,-0.0056551252,-0.014268962,0.00454998,-0.0029831922,-0.030608322,-0.024564996,-0.0029429733,-0.04540887,-0.03575634,0.02283034,-0.01633936,-0.03491699,0.060321335,0.044681434,0.05173198,-0.03220309,-0.054865558,-0.03371392,-0.040316813,-0.0013499557,-0.06093686,-0.009771441,-0.0018728012,-0.026481515,0.0020896334,-0.024788823,-0.03133576,-0.034441356,-0.02385155,0.08007406,-0.006686827,-0.003509535,0.066252746,-0.007421259,-0.039617352,-0.004836758,0.06211195,-0.003033903,-0.019109217,0.033294246,-0.032706697,-0.04034479,0.06804336,-0.014548745,-0.04423378,0.012856055,-0.060768988,-0.0074282535,-0.00312833,-0.06272747,-0.04375815,0.012100639,-0.037658866,-0.009645538,-0.010149148,0.033098396,-0.0031405704,0.011869818,0.007050546,-0.03844226,-0.015625913,-0.018591618,0.019416979,-0.028985577,-0.050109237,-0.013422617,-0.058474764,-0.013163816,0.003147565,-0.009057993,0.026593428,-0.039393526,-0.007868913,0.009631549,0.00091978844,0.011666974,0.005581682,-0.029657057,0.049969345,0.016996851,-0.021053713,0.057859242,-0.031223845,0.020522125,0.0051270337,0.025446314,0.04490526,-0.025418337,-0.03200724,-0.00007038305,-0.050109237,-0.0017897405,0.04580057,-0.026789276,-0.02876175,0.030328538,-0.04526898,-0.02057808,-0.03083215,0.0126322275,-0.01922113,0.036707602,0.021809129,-0.0064000487,-0.00293423,-0.015625913,0.024327181,0.03337818,0.03281861,-0.039085764,0.037546955,-0.032091174,0.043114647,0.009204879,0.0015711596,-0.02993684,0.02331996,-0.001202195,0.023697667,-0.021571312,0.013821308,0.033210307,-0.01158304,-0.01769631,0.02211689,-0.006351087,0.0032175109,-0.007386286,-0.036847495,-0.018843424,-0.0081906635,0.025334401,0.04935382,0.03301446,0.02127754,0.017388549,0.014247978,-0.019514903,0.010149148,0.0042981748,0.029852906,-0.01736057,-0.014688637,-0.016759036,-0.01190479,0.03984118,0.019389002,0.040792443,0.0012992449,-0.021501366,-0.0021578306,-0.030384494,0.0025897466,0.018955337,-0.01284906,0.047199488,0.025907958,0.012352444,-0.0035077864,0.028160216,-0.0032245056,-0.009260836,-0.0059663844,0.017794235,-0.006746281,-0.0022330226,-0.0074702213,0.02774054,0.04837458,-0.011009484,-0.014492788,-0.038861938,0.013688411,-0.031671498,0.031615544,0.017066797,-0.007903886,-0.008967063,0.0070750266,-0.016115533,0.010995494,0.04101627,0.016801003,-0.0077010426,0.019990535,0.013254746,-0.028118247,0.017920136,0.06317513,0.01702483,-0.020522125,-0.023865538,0.006578411,0.015402085,0.02143142,-0.04479335,-0.029377274,0.0033486595,-0.024397127,-0.010282046,-0.011450143,-0.03217511,-0.029740993,0.0088341655,-0.0032839596,-0.022536566,0.042471144,0.0050920607,0.042303275,-0.0051130448,0.013240757,-0.03164352,0.02415931,-0.027656605,-0.018661564,-0.04289082,0.012800097,-0.0041268077,-0.00004076534,-0.004787796,0.05853072,0.022074923,-0.03267872,-0.057971153,-0.029405253,-0.007729021,0.033574026,-0.012828076,0.014101092,-0.046360135,0.026467524,-0.0069910916,-0.018060029,0.0112752775,0.028957598,0.015597934,-0.01548602,0.016954884,-0.031671498,-0.030692257,-0.0059174225,0.008148696,0.009834392,0.04294678,0.03777078,0.022200825,-0.035952188,-0.0048052827,-0.024956694,-0.0012773868,-0.00064743665,0.0059174225,0.03793865,-0.011876812,0.0046863747,-0.0016498487,-0.06323109,-0.012142607,0.031419694,0.02755868,-0.008512415,0.019095227,0.08108128,0.026607417,-0.014744594,-0.013492562,0.0017093027,0.024299202,0.022970231,-0.03133576,-0.019850643,0.0050990554,0.018955337,-0.05108848,-0.015765803,-0.005497747,0.029125469,0.043506343,0.038414285,0.037518974,0.031055976,-0.049941365,0.026369601,-0.004480034,0.041296054,0.0011226315,0.005186488,-0.039617352,-0.036903452,-0.020983767,-0.0128350705,0.031195868,0.014884486,-0.039197676,0.03799461,0.0032927028,0.01147812,0.006060811,0.0058404817,0.035616446,0.024453083,0.03080417,-0.011555061,-0.04801086,0.037211213,0.008925095,0.009848381,0.036148038,0.051508155,0.0033818837,-0.028985577,0.013296714,-0.029069511,0.006662346,0.0012782612,0.0011112654,-0.025907958,-0.001823839,-0.06949823,0.024327181,0.010764672,-0.004906704,0.049325842,0.029041534,-0.035980165,0.0274048,-0.027083049,0.0015921433,-0.040065005,-0.042666994,-0.057915196,-0.04591248,-0.058418807,-0.021235572,-0.06060112,0.016884938,-0.069554195,0.013513546,0.019389002,-0.033238288,0.025810033,0.034469336,-0.07526178,0.00016579362,-0.020815898,0.021207593,0.008827171,-0.012625233,-0.019668784,0.010617786,0.011611017,-0.04683577,0.026271677,-0.031363737,-0.007610113,-0.009918327,-0.068379104,0.02774054,-0.03150363,0.04319858,-0.013457589,-0.008267604,-0.022284761,0.00438211,-0.0045429855,0.059314113,0.0012161841,-0.037043344,-0.049102016,-0.03880598,-0.035336662,0.01565389,0.011862823,0.041631795,0.0102260895,-0.016101545,-0.01905326,-0.030496407,-0.0031108435,-0.032706697,0.019976547,0.00084547093,0.04968956,-0.01702483,-0.014282951,0.017122755,0.04714353,-0.002890514,-0.035560492,0.0013630706,-0.0055606985,0.0029954328,-0.076548785,-0.020997757,0.007246394,0.011520088,-0.006008352,-0.011114402,-0.0121915685,0.021641258,-0.0103939595,-0.023082145,-0.049969345,0.0048752287,-0.008008804,-0.013065892,-0.0111074075,0.020326275,-0.027488735,0.0137024,-0.06379065,0.01190479,-0.0029657057,0.00902302,0.02859388,0.045548763,-0.035476554,0.0045674667,-0.032342978,-0.05992964,-0.014282951,0.011163364,-0.0117858825,0.036008146,0.053466637,-0.013772346,-0.03256681,0.036847495,0.049325842,0.008323561,0.0029010058,0.004308667,0.017948115,-0.014282951,0.06479787,-0.02109568,0.0019514903,-0.0108346185,0.014772572,-0.018493693,-0.006574914,0.03354605,0.015527988,-0.036008146,0.026789276,0.057971153,-0.000008422196,0.055509057,-0.0059209196,-0.014534756,-0.0062496653,0.018018061,-0.0016926905,-0.004322656,-0.040009048,-0.026061838,0.0841589,-0.0034745622,-0.003906478,-0.011632002,-0.0015458042,0.03609208,-0.03830237,-0.008603345,-0.055061404,0.011226315,-0.025754077,0.008876134,0.0070330594,0.003406365,0.03793865,0.018577628,0.0014487542,0.019291077,-0.004322656,0.018143963,-0.017920136,-0.00020317096,0.015122302,-0.025334401,-0.017332591,-0.025810033,0.023124112,-0.019962557,-0.013289719,-0.043506343,-0.0055257254,0.0008008804,-0.033434134,0.014884486,0.03211915,-0.028985577,0.010946532,0.013170811,-0.008323561,-0.039589375,-0.0024166305,0.010240078,0.030412473,0.011806866,0.025334401,-0.021221584,0.0011278775,-0.03404966,0.019626817,0.009967289,0.01992059,0.0056376387,-0.0052179634,-0.027208952,0.020004524,0.011590034,0.029713014,0.011044456,0.007103005,-0.03723919,-0.01054784,-0.007246394,-0.021669237,-0.0042946776,-0.0121915685,0.012198564,0.010002262,-0.0012476598,0.016409306,-0.006449011,0.021515356,0.029237382,-0.0033206812,0.08572568,0.0043506343,-0.014219999,-0.015961653,-0.00032022104,0.07582135,-0.026103806,0.03371392,0.008561377,-0.009002036,-0.033965725,-0.012002715,-0.001958485,-0.0059768762,0.012114628,-0.013695405,-0.015122302,-0.006032833,0.009596576,0.004948672,-0.02124956,-0.0109045645,0.0035270215,-0.043842085,0.0067952434,-0.024956694,-0.024131332,0.0128350705,-0.005473266,0.01480055,-0.018675553,0.024592975,0.02008846,-0.020466167,-0.0028992572,-0.014394864,0.0026282168,-0.014136065,-0.010372976,-0.0029796949,0.0034780593,0.029545143,-0.0010623032,0.017556418,0.006389557,0.0028065788,0.0012231788,0.028733771,-0.027306875,0.008477442,0.019207142,-0.00029224268,-0.06580509,0.004287683,0.015024377,-0.027027093,0.0077849776,0.0151782585,0.01293999,-0.033210307,-0.026257686,0.016591165,0.021193605,0.015500009,-0.01531815,-0.009757452,0.01013516,-0.023012199,0.003568989,-0.01123331,-0.020773929,-0.007197432,-0.0043261535,-0.017052809,0.014674648,-0.009337776,0.030020775,0.0029639571,-0.020550102,-0.0062531624,0.004903207,-0.03625995,-0.017318603,0.013324692,0.019081239,0.0065958975,-0.012932995,-0.004119813,-0.0019007795,-0.040316813,-0.005899936,-0.038889915,-0.003668662,-0.0061552385,-0.00894608,-0.00809274,0.044205803,-0.005746055,-0.020102449,-0.003049641,0.028062291,0.0031458165,0.014590712,0.029181425,0.013674421,-0.020172395,0.049074035,-0.017766256,0.009204879,-0.018591618,0.015863728,-0.016059576,0.024257235,0.026215719,0.012786109,0.010645765,0.040372767,0.012520314,0.0012502827,0.06227982,0.015500009,0.026747309,0.034637205,0.037211213,0.00023475589,-0.007798967,0.0068686865,0.00017901776,-0.016381327,-0.016759036,0.007861918,-0.012051677,-0.008407496,0.0070015835,0.010561829,-0.009463679,-0.012198564,0.014996399,-0.047003638,-0.01566788,-0.0066413623,-0.04255508,-0.04065255,-0.003881997,0.019948568,-0.0019882119,0.0060468223,0.017556418,0.041072227,-0.03217511,-0.04336645,0.015625913,-0.0061657303,-0.029377274,-0.023431873,-0.010918554,0.040232874,-0.013562508,-0.00701907,-0.014618691,0.013646443,-0.00705754,0.009883354,0.0005232827,-0.013807319,0.009204879,-0.016227446,-0.027628627,-0.00009502805,0.04613631,0.011394186,-0.008813182,-0.025236478,0.016017608,0.014688637,-0.05363451,-0.0016979364,0.015905695,0.0018465715,-0.0062776436,0.011694953,0.0015125799,-0.000030683295,-0.016395317,0.008365529,0.019668784,-0.0037176241,-0.028705793,0.020130428,-0.029768972,-0.005707585,0.0018780471,-0.015737826,-0.028328085,-0.009037009,0.007659075,0.0036127053,0.0108346185,0.017738277,0.035168793,0.032315,-0.0020091957,-0.045129087,-0.0153461285,0.0025075602,0.0102610625,-0.033238288,-0.015262193,0.031055976,0.007288362,-0.023529798,-0.0041268077,-0.0066063893,0.012072661,0.004749326,0.007973831,0.0139612,0.01687095,-0.06177621,-0.011527083,-0.025977904,0.037379082,0.013660433,-0.050249126,-0.00885515,-0.0051585096,-0.020801907,-0.0010544343,-0.0069561186,-0.051480174,-0.0020336767,-0.004948672,0.010813635,0.0024673413,-0.013352671,0.014213005,-0.00210712,0.004207245,0.011121397,0.026453536,0.036008146,-0.00006956337,-0.025264455,-0.03298648,-0.039897136,0.00021235136,-0.030664278,-0.036483776,0.0066343676,-0.008232632,-0.007994816,-0.005819498,-0.010324013,0.029768972,-0.040372767,0.025488282,0.027111027,-0.034441356,-0.006921146,0.017458495,-0.004668888,-0.012716163,0.041771684,0.041771684,-0.016227446,0.036847495,-0.005746055,0.011387191,0.030244604,0.011436153,0.00909996,0.017654343,0.010086197,-0.011184348,0.005022115,0.027376821,0.0012502827,-0.03144767,0.02909749,-0.042275295,0.017416527,0.04540887,-0.007756999,0.030188646,-0.015779793,0.009519636,0.015639901,-0.006539941,-0.052655265,0.007987821,0.013821308,0.01565389,0.012562281,0.0008288588,0.006064309,-0.020368243,-0.00039410137,0.030608322,-0.007197432,0.04258306,-0.0021893063,0.03880598,-0.022102902,0.021417432,-0.0044625476,0.0021980496,-0.004431072,-0.013303708,-0.040876377,0.025810033,-0.029908862,0.04798288,0.036819518,-0.0014618691,0.009295809,-0.044569522,-0.025572218,-0.0130728865,0.0028363059,-0.0031563083,-0.03508486,0.02536238,0.010512867,-0.0035567486,0.034581248,0.0002861224,-0.019836655,-0.009708489,-0.022970231,0.027446767,0.0037001376,-0.001620996,-0.03575634,0.03416157,-0.012107634,-0.0005722448,-0.026733318,-0.019416979,-0.0022225308,-0.019277086,-0.0025267953,0.016171489,-0.031755432,0.003822543,-0.012967968,0.015569955,0.028845685,0.011485116,-0.014744594,-0.010128165,-0.06608488,-0.04764714,0.031671498,-0.0010929045,0.014024151,0.018060029,-0.025068607,0.0252085,-0.022900285,0.0038750023,0.03472114,-0.0070470483,0.00007535577,0.013359665,-0.039505437,-0.020214362,0.010673743,0.03371392,-0.0057880227,-0.012247525,0.011387191,-0.014380875,-0.022508588,0.03130778,-0.013821308,0.027656605,-0.027824474,0.013492562,-0.023124112,0.023977451,-0.0115480665,-0.018801454,-0.02757267,-0.006746281,0.02385155,-0.053382702,-0.0057635414,-0.009323787,0.027139006,0.00029377273,-0.0040183915,0.015332139,0.03897385,-0.018325822,-0.011163364,-0.0049766502,-0.004913699,-0.00052721717,-0.018773478,-0.033462115,-0.005522228,0.052431438,0.016101545,0.0068232217,-0.0021333497,0.017626364,0.02315209,-0.00096700195,-0.0066203787,0.0137024,-0.012331461,-0.0017110513,0.016325371,-0.069722064,0.007078524,-0.0045884503,0.017948115,0.018004073,0.006099282,0.052487396,0.0068232217,-0.018997304,-0.022942252,-0.0005892941,0.028901642,0.013821308,-0.00029355416,0.0046129315,-0.021123659,-0.0011558558,-0.012030693,0.026131785,0.0076730642,-0.0133107025,0.033909768,-0.011611017,-0.032958504,0.007372297,0.015807772,-0.018129975,0.012359438,0.038218435,-0.008708264,0.0109045645,-0.009484663,0.008498426,0.019207142,0.0019112715,0.021361476,0.0360641,-0.007826945,0.023431873,-0.0006579285,-0.020452179,-0.014450821,0.0064734924,0.0076310965,-0.026327632,-0.016409306,0.026775287,-0.011198337,-0.031111931,-0.01259026,-0.005259931,-0.00612726,0.006137752,-0.0006316988,0.0033154353,0.009932317,-0.0077150315,0.01106544,0.009890349,0.000375522,0.018773478,-0.009869365,-0.0001912583,-0.012856055,0.024285214,0.015304161,0.008897117,0.02790841,-0.033797853,0.020703984,0.009715484,-0.04409389,0.006735789,-0.016017608,-0.00131848,0.014324918,0.011848833,-0.008519409,-0.0033539054,0.021235572,0.049717538,-0.01277212,0.0048752287,0.002775103,-0.008085744,0.020438189,0.0010797897,0.08667695,-0.016129522,0.014590712,-0.009554609,0.02075994,0.021333497,0.016017608,0.012863049,0.0049346825,0.03211915,-0.00792487,-0.009016025,0.009883354,0.006574914,0.001088533,-0.005284412,-0.037155256,-0.0047458285,-0.017570408,0.00757514,0.03113991,0.0034710648,0.02007447,-0.02213088,-0.023501819,-0.011268283,-0.0012336706,-0.027810486,-0.012408401,0.025796045,0.019948568,-0.011464131,0.00642453,0.025782054,0.024019418,0.0027331356,-0.0072254105,-0.0067882487,0.012527309,-0.029517166,0.007288362,-0.0051620067,0.032091174,0.0021928037,-0.0030251597,0.021025734,0.006463,0.0039379536,-0.0391697,-0.043646235,-0.02722294,-0.0046828776,0.0031563083,0.0009250344,0.013968194,-0.019640805,0.01786418,0.03472114,0.022788372,0.029013555,0.0035130323,0.021683225,-0.0016463514,0.036287926,-0.00083323044,0.0016148757,-0.006176222,0.030328538,0.005746055,-0.004168775,-0.021976998,-0.008057767,-0.017374558,0.004773807,0.0065504326,0.0032035217,0.0071099997,0.012051677,-0.038078543,-0.007938858,-0.015989631,0.009379744,0.0020441685,0.0033976217,0.022564543,0.010729699,-0.01922113,0.01819992,0.012912012,0.021319507,-0.025977904,-0.0022714927,0.035476554,0.021515356,-0.016227446,0.010205105,-0.036483776,-0.023361927,-0.03318233,0.031475652,0.026411569,0.013975189,0.002712152,0.0122265415,-0.01327573,-0.036148038,-0.021207593,0.03354605,-0.01080664,0.0065993946,-0.01650723,0.013170811,0.0029657057,0.013828303,0.030860126,-0.016661111,-0.009575592,0.029405253,-0.0060817953,-0.017962104,0.0044100885,-0.0048612393,0.0024271223,0.0036266944,-0.006648357,0.024061386,0.02656545,-0.04677981,0.01251332,-0.014506778,0.036315907,0.008183669,0.020466167,-0.00833755,-0.007868913,0.028649837,-0.019962557,-0.027810486,-0.02329198,0.01600362,-0.02655146,-0.021403443,0.015332139,0.012338455,-0.0016874446,-0.005630644,0.039197676,-0.004392602,0.009708489,0.0021036225,0.016409306,-0.015332139,0.04202349,-0.019137196,-0.03281861,-0.006896665,0.0039869156,0.026761297,-0.012946985,-0.012310477,-0.0014915961,-0.018269867,0.008386512,-0.028705793,0.015234215,0.013065892,0.022592522,-0.003444835,0.022564543,0.00028699674,0.012751136,-0.010533851,-0.017150732,0.028733771,0.012709169,-0.0032489866,-0.012562281,-0.019486925,-0.016633132,-0.018857412,-0.02007447,-0.02671933,-0.016059576,-0.019626817,-0.018451726,0.006637865,-0.022088911,-0.022816349,-0.018703531,0.019375011,0.0073932805,-0.00748421,-0.0054522823,0.011184348,0.025446314,0.010435927,-0.029153448,0.004763315,-0.019430969,0.016982863,0.019906601,-0.030356517,-0.04591248,0.002355428,-0.0068512,0.004287683,-0.016703079,0.01924911,0.056376386,0.0015152028,-0.015122302,0.032342978,-0.0059314114,-0.0038260403,0.029153448,0.025572218,0.011604023,0.010946532,0.059090286,0.0010946532,0.0038540186,-0.021403443,-0.008162686,-0.061216645,0.0111074075,0.04101627,0.034077637,-0.028957598,-0.036847495,-0.029349295,-0.0076520806,0.016759036,-0.00046732597,0.0076660695,0.0001024598,0.007756999,-0.030356517,-0.014492788,0.0043016723,-0.033993702,0.007694048,-0.01584974,-0.0054103145,0.017374558,0.016311381,0.030524386,-0.009981278,-0.0034518298,-0.006176222,0.000006147588,-0.006567919,0.01275813,-0.007798967,0.010296035,-0.02178115,0.00952663,-0.010729699,-0.036623668,-0.01955687,-0.024802813,-0.0036756566,0.008183669,0.006340595,-0.029181425,-0.014045135,-0.005816001,0.01804604,0.00016218703,-0.036651645,0.009400727,-0.0040603587,-0.0064070434,0.03284659,-0.02518052,-0.02536238,0.007659075,-0.013653438,0.041603815,0.010967515,-0.0035724863,-0.03930959,-0.005592174,-0.0011270031,-0.027530702,-0.017080786,-0.021753171,0.006840708,0.0034413377,0.017136743,0.016591165,0.013667427,-0.009575592,0.0010142154,0.07979427,0.026369601,0.037574932,-0.02789442,0.036707602,0.011471126,-0.02827213,0.01361147,0.010065214,-0.03083215,0.0060363305,0.019095227,0.04761916,0.04454154,-0.0057635414,0.009016025,-0.037966628,0.002117612,-0.02487276,0.007421259,-0.0020109443,-0.011911785,-0.0054907524,0.004598942,0.00824662,-0.022844328,0.033210307,0.015192247,-0.01854965,0.012639223,0.021697216,0.0070260647,-0.008008804,-0.0055152336,-0.019039271,0.04868234,-0.012415395,0.008827171,0.012331461,0.027306875,-0.007987821,0.011422164,-0.012408401,-0.0016070069,-0.007043551,0.030720236,-0.00681273,0.0050116233,0.012751136,0.040624574,0.02996482,-0.009092966,0.020452179,0.015975641,-0.0030566354,-0.024117343,0.0032192597,-0.006518957,0.04221934,0.022704436,0.0060748006,-0.016633132,0.0381345,0.025726099,-0.0032979487,0.007043551,0.0038330348,-0.06569318,-0.018409759,0.021697216,0.005620152,-0.036148038,0.0050430987,0.00204242,-0.0046618935,0.021333497,-0.0268872,0.0008935587,-0.010792651,0.033825833,-0.012296488,-0.04003703,-0.013212779,-0.006410541,0.024411116,-0.002295974,-0.025642164,0.031923305,0.0035584972,0.03424551,0.022900285,0.042918798,0.030440452,0.0005665617,-0.021907052,-0.019640805],"social":"https://twitter.com/soulboundrebel"},{"title":"carb curious","description":"estimate carbs on the go","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=GK4tWJ_o3kY","youtube_transcript":"Hi. I'm Mark, and I'm working on an app called Carbed Curios, and it helps you estimate carbs and meals when you're out on the go. So you're out at a tire restaurant and you wanna get an idea of how many how much carbs are in each of these items. You can put put them down. You get some peptide, thai beef salad, thaiiced tea, and some dumka soup. And then we can see how much carbs. It's like, oh, Tisty and the pad tire kind of carbon bombs. Let's let's skip those, and then we can kind of double up on the type of salad and the Camille of that. And you can keep track of your day right here. I use flutter to build the app so I can hit both iOS and Android at the same time. And under the hood, it's got some OpenAI and some Google and All kit. I got some early users for the app, pre diabetic and diabetic, ketogenic diet followers. And then a lot of people are just watching carbs these days. And I got a great variety of different foods to test the app with. Alright. So how do the numbers look? Terrible. So it's a flat line at zero the app is right now got rejected on the first submission to the App Store. So I'm working on the updates to get it to pass and a launch as soon as it's approved.","embedding":[-0.026776882,0.009237862,-0.02789124,-0.009980767,-0.00950434,-0.018491875,-0.013889094,0.03126661,0.014260546,0.011926856,0.02073674,-0.07060828,-0.020462189,0.0014888382,0.0051801475,-0.020962842,-0.01258901,0.001477735,-0.050937444,0.059981506,0.031525012,-0.013662992,0.029360898,-0.016093584,0.021511946,-0.03443203,0.00447358,-0.030087654,-0.028521093,-0.046027813,-0.012080282,-0.015059977,-0.014850025,-0.029199397,0.046383113,-0.02789124,0.03672535,0.030168405,0.019719284,-0.022497103,-0.055297974,0.019977685,0.069897674,0.025920926,-0.051034346,-0.0076107387,-0.037274454,0.031864166,-0.005757514,-0.005721176,-0.090892814,0.01925093,-0.04150578,0.037629753,0.012920087,-0.00084031036,-0.03116971,0.039923068,-0.00033789055,0.04273319,0.0075501762,0.0029332635,0.032800872,0.030378355,-0.042151786,-0.013170414,-0.015471805,0.024402816,-0.024225164,0.02944165,0.017183715,0.014252472,-0.02367606,-0.008971386,0.03691915,-0.06266242,-0.0018764408,0.051260445,-0.009326688,-0.022690903,0.047126018,-0.0035489865,-0.008608008,-0.022594003,0.02215795,-0.06069211,-0.052423254,-0.055814777,-0.034884237,-0.020074585,-0.006924359,0.029086346,-0.016634613,0.016973766,0.04870873,0.03659615,-0.045026504,0.06795966,-0.016109735,-0.04331459,0.012338683,0.016779963,0.0016574049,-0.030055353,0.052746255,0.004501843,-0.025468722,0.043088492,0.009560864,0.0074088625,-0.057268288,0.0106267715,-0.00050241983,-0.0036519435,-0.013186564,0.0440575,-0.0012203426,0.0019208536,-0.0066013574,-0.038760263,-0.05058214,0.013089663,0.013453041,-0.019832334,-0.02814964,0.01605321,-0.035820942,-0.0037892193,-0.0029918076,-0.031928767,0.028811796,-0.014543173,0.05313386,-0.029247848,-0.03244557,0.003014014,-0.051421948,0.030119954,-0.018330375,-0.0057171388,0.022658603,-0.012023756,0.023999061,0.0065246443,0.005814039,-0.0883734,-0.016570011,0.04134428,-0.03720985,0.015035751,0.012354834,0.042087186,-0.038889464,-0.044832703,0.04547871,-0.015964383,0.008111392,0.027164483,-0.048418026,0.0151165025,-0.03105666,-0.0024406852,-0.004348417,-0.023320757,-0.04560791,0.048676427,-0.05617008,-0.018701827,-0.056396183,-0.044897303,-0.04292699,-0.015996683,0.009875792,-0.018604925,-0.026421579,-0.015592931,0.06983307,-0.066926055,-0.029587,-0.023159256,-0.05145425,0.029393198,-0.003954758,0.018394975,-0.031444263,-0.017474419,0.005801927,0.025775574,-0.034787335,0.005834227,0.030491406,0.056880686,0.043799095,-0.010085743,-0.02808504,-0.07454891,0.09715906,-0.0009129859,-0.0014272659,0.02944165,0.018055823,0.008365757,0.01917018,0.003926495,0.04134428,-0.031928767,-0.016327761,-0.0008766481,-0.0016281329,-0.0103845205,0.06737825,-0.0024467416,-0.013541867,0.032590922,-0.010126119,0.0156171555,-0.021947999,0.010061518,-0.0036539622,0.013662992,-0.0053860615,0.04169958,0.049128633,0.00020149785,-0.0025416235,-0.0067668958,0.024112113,-0.051195845,0.049064033,-0.015996683,0.01637621,0.030459106,0.0072998493,-0.018136572,0.031298913,-0.012790887,0.021237394,-0.038857162,0.015899783,-0.020284537,0.009415514,0.039729267,0.021883398,-0.003981002,0.024693517,0.014817725,-0.06398673,-0.089084,-0.01402637,0.044638902,0.0296516,0.048418026,0.014187871,0.011272776,-0.010707523,0.013251165,-0.008430357,0.010449121,0.032720122,-0.022997756,-0.004348417,0.039406266,-0.019703133,-0.009673916,0.014769275,0.015948232,-0.0035146675,0.023627609,-0.04596321,-0.04001997,0.033172324,0.0075945887,0.014494723,0.046157014,0.009819266,0.0063348804,-0.023934461,0.021495795,-0.005168035,-0.029910002,-0.016513487,-0.025807874,-0.014486648,0.0029332635,0.031896465,0.022044899,0.039018665,0.0020954767,0.017377518,0.01923478,0.018185023,-0.0104894955,0.0035732116,-0.011216251,0.028763345,-0.029183248,-0.026922232,-0.035013437,-0.021140493,-0.008014492,0.015447579,0.00058241334,-0.032397117,-0.008438432,0.004132409,0.009326688,0.0031876278,0.024273613,-0.048676427,-0.032913923,-0.038760263,0.06744286,0.057106785,-0.05784969,-0.01332384,-0.00043655763,0.089794606,-0.018621076,-0.0003724619,0.0032138717,0.00070808135,-0.0741613,-0.002553736,0.0156171555,-0.03372143,-0.015124577,0.040924378,-0.0013424779,0.02091439,-0.010126119,0.009593165,0.0050549842,-0.009786966,-0.033333827,0.007695527,-0.024095964,-0.014147496,-0.013735668,0.054038264,0.043992896,0.021092042,-0.052390955,0.0030543895,0.011991456,0.029893853,-0.040633675,0.0042474787,-0.015431429,-0.0014242377,0.024709668,-0.079329334,0.0075178756,0.0014545192,-0.015318379,0.022836255,0.009867717,-0.0588833,-0.021947999,-0.0031533088,-0.010424895,-0.056719184,0.02341766,-0.0008710965,0.02070444,0.058366496,-0.0043443795,-0.035917845,-0.046867616,-0.01921863,-0.020769041,0.00031745058,0.012693986,-0.016045133,-0.05151885,-0.018717976,-0.015851332,0.0041546156,0.037371352,0.025242621,0.020026136,0.06634465,-0.0022751465,0.018039672,-0.021334294,0.01765207,0.026211627,0.050614443,0.03556254,-0.034755036,-0.013703368,0.020446038,-0.04008457,0.008890635,-0.047868922,-0.010772123,0.051260445,0.04554331,0.03843726,0.007404825,-0.028133491,0.022545552,-0.012597085,-0.0588833,0.024564316,0.040181473,0.018653376,0.0065730945,0.0064438935,0.00031896465,0.03720985,0.015471805,-0.0034298794,0.059561603,-0.035820942,0.0042838166,-0.06082131,0.0041505783,0.04176418,0.04124738,0.013784118,-0.0050549842,-0.06899326,0.003476311,-0.011983381,-0.025985526,0.0104894955,0.050808243,-0.01774897,-0.010537947,-0.08210716,0.009027911,0.014833875,-0.0043241917,-0.0031452337,-0.016747663,-0.0008569652,0.013816418,0.007953929,0.0075542135,0.033527628,-0.04612471,-0.015156877,0.007202949,-0.008325381,0.00293932,-0.0062743174,-0.012403284,0.0145835485,0.00955279,-0.017151415,-0.034464333,-0.01910558,-0.02957085,0.013380365,-0.057074487,-0.015932083,-0.016537711,-0.030749807,0.0056404257,0.0016008796,0.033495326,0.037371352,-0.00480062,-0.007893366,0.02091439,0.025581773,-0.012007606,0.02802044,0.0110386,-0.049516235,-0.0063591055,-0.0075582513,-0.03969697,0.0441221,-0.038631063,-0.024968069,0.030103803,0.03666075,-0.036434647,0.027358284,-0.028488792,0.001144639,0.01258901,0.02078519,0.02811734,0.055620976,-0.038824864,0.009181337,-0.034981135,0.0022933155,-0.033656828,0.05187415,0.026001675,-0.021350445,0.002931245,-0.024790417,0.0041021276,-0.036628447,-0.0075219134,-0.005765589,0.044961903,0.01900868,0.0011456484,0.057171386,0.03241327,0.0070939353,-0.013299615,0.035045736,0.01108705,-0.014276696,-0.064115934,-0.029893853,0.0056485008,-0.03241327,-0.038178857,0.023207707,0.015455655,0.024645066,-0.0126051605,0.008228481,-0.043734495,-0.026098577,-0.0009881848,-0.01036837,-0.016360061,-0.020381438,-0.04008457,0.048095025,-0.019541632,-0.030346055,0.016319685,-0.004287854,0.018427275,0.025840174,-0.056137778,-0.0021762273,-0.034205932,0.0047360193,0.001588767,-0.03659615,-0.02960315,-0.011676529,0.045640208,-0.0099726925,-0.024160564,0.013485341,0.0053537614,-0.040536772,-0.003415748,0.0073927124,0.02659923,0.00627028,0.059432402,-0.009560864,0.0147612,0.0007257455,0.008159842,-0.03565944,0.015447579,0.0041122218,-0.029280148,-0.033463027,0.033236925,0.015181103,-0.023385359,0.011305076,-0.016061284,-0.01923478,-0.030265305,0.016553862,-0.0071020103,-0.03995537,-0.006072441,-0.033818327,0.013622617,0.032122567,-0.005030759,0.024838869,-0.001784587,0.014333222,-0.024257464,-0.012120657,0.0016039077,0.036047045,-0.03397983,0.03546564,0.025888626,0.013057363,-0.0015958326,-0.004364567,0.0110386,-0.011999531,0.009350914,0.06188722,-0.03113741,0.036563847,-0.013743743,0.0053335736,-0.0075744013,0.02365991,0.0033410538,-0.010642922,-0.013840644,-0.008559558,-0.023756811,0.031815715,-0.014946926,0.017942771,0.004764282,-0.00026294397,0.011506953,0.03572404,-0.023563009,-0.037597455,-0.0019723321,0.020332988,-0.025662523,-0.028650293,0.010287619,-0.019945385,-0.0010063536,-0.043443795,0.0063066175,-0.0041546156,0.0026405428,0.02073674,0.01254056,-0.025549473,-0.0033551853,-0.034722734,0.011765354,0.030410655,0.04289469,0.0444451,-0.024968069,0.008381907,0.0148419505,0.017006066,0.004756207,-0.011676529,0.01191878,-0.046932217,0.025872475,-0.036757648,0.008842185,-0.024693517,-0.029215548,0.021188943,-0.009560864,-0.031525012,0.009052136,-0.049419336,0.03401213,-0.0032037778,-0.010796348,0.01615011,-0.0294901,-0.014874251,0.007344262,0.0017381555,-0.011095125,0.036402345,-0.006346993,-0.009803116,-0.05591168,0.05752669,0.03724215,0.012241783,0.031557314,0.011450428,0.01554448,0.03146041,-0.036176246,-0.046803016,0.03536874,0.027002983,0.0020207823,-0.061047412,-0.026889931,0.019832334,-0.002921151,-0.0015695888,-0.03087901,-0.008809885,0.010029218,0.022319451,0.01766822,0.031767264,0.04027837,0.019783884,-0.006508494,-0.010828648,0.013687218,-0.010852873,0.00031492714,0.036273144,-0.016860714,0.017248316,0.031298913,-0.042151786,-0.041085877,0.022884704,-0.019444732,-0.028989445,-0.020171486,-0.008066979,0.056073178,0.01474505,0.026744582,0.019800033,0.010683297,-0.00088522787,0.024968069,0.016925314,0.016295461,0.0040617525,0.0026889932,-0.0052285977,0.012758587,0.004655269,-0.010578321,-0.0045825937,-0.0034742923,-0.011975306,0.039212465,-0.03251017,0.0057090637,-0.0063671805,0.009415514,-0.024758117,0.020236086,-0.0034278608,0.010206869,0.016650762,-0.023934461,0.008737209,-0.047707424,-0.030394506,0.00094074383,-0.005902865,-0.055717878,-0.00055869285,-0.033269227,0.031670365,-0.008979461,-0.0048208074,0.008632233,0.03559484,-0.04295929,-0.019913085,0.0076591894,0.018201172,0.0036236807,0.066280045,0.028973296,-0.016989915,-0.009447814,0.0077197524,-0.016634613,0.026292378,0.035045736,0.020058436,0.036208544,0.0022993719,0.0118138045,0.018427275,0.019024828,-0.014357447,0.018443424,0.014212096,-0.010497571,-0.038857162,-0.013541867,-0.022384051,0.05461967,-0.063825235,-0.031783413,0.0034278608,0.026163178,0.040762875,0.012903937,0.033075422,-0.015746357,-0.01781357,0.0024447227,-0.021059742,0.014131346,-0.0012687929,-0.015657531,0.0078045405,0.0019208536,0.007138348,-0.021818798,0.008729134,0.017264467,0.03879256,0.018556476,-0.06847646,-0.026308527,0.022513252,0.011620004,-0.0069566597,-0.015269929,0.008591858,0.022561703,-0.00195921,0.006149154,0.011531178,-0.022997756,-0.0011072919,0.015261853,0.023320757,-0.0074452003,0.0221741,-0.0011688642,-0.008317307,0.0065246443,-0.004780432,0.0044614677,0.018863328,0.043153092,0.016893014,0.029796952,0.0065973196,0.022642452,0.023724511,0.0056000506,0.019509332,-0.03846956,-0.00030634739,0.013057363,-0.002054092,0.018879477,-0.022836255,0.003100821,0.04276549,-0.018136572,0.020769041,-0.021673447,0.027422886,-0.005466812,0.012128732,-0.012516335,-0.0025900737,-0.0022489028,0.0037508628,-0.03268782,-0.015681757,-0.004711794,-0.008159842,-0.012863562,-0.029716201,0.044961903,0.0052568605,-0.00018724032,-0.015334529,0.033398427,-0.013251165,-0.0068274587,0.0031795527,-0.015907858,-0.0032320407,0.009027911,0.00445743,0.02953855,-0.040859777,0.007998342,-0.009431664,0.015439505,0.015439505,0.009544714,-0.01477735,-0.016400436,-0.03549794,-0.0080104545,0.0074976883,-0.0023518596,0.03688685,-0.032397117,0.0022771654,-0.014317072,-0.017296767,0.023466108,0.015689831,0.012128732,0.03543334,-0.02808504,0.031702664,-0.0019804072,-0.033753727,-0.0067265206,-0.04163498,-0.0036680936,0.049903836,0.010812498,0.01920248,0.01928323,0.016779963,-0.0020773078,0.006080516,-0.0037952757,-0.04547871,-0.009213638,0.038308058,-0.005854415,0.01618241,-0.014656224,-0.020833641,0.009157112,0.009140962,-0.005902865,-0.010295695,0.031153562,-0.03443203,-0.01897638,0.019638533,-0.007695527,0.016731514,0.025920926,-0.01763592,0.023918312,-0.008414207,-0.021641146,0.043734495,-0.04580171,0.0589802,0.008761434,0.024887318,0.015778657,0.033172324,0.057139087,0.007130273,0.052746255,0.01402637,0.027180634,-0.029877702,0.0443482,-0.0074775005,0.025630223,0.0082688555,-0.012080282,0.04541411,-0.0043686046,-0.019089429,0.0061289663,-0.021447346,-0.0022085274,-0.011046675,0.013727593,-0.021431195,0.02831114,-0.030959759,0.019089429,0.0009614362,-0.010376445,-0.012088357,-0.0016180391,-0.02821424,0.03236482,0.01766822,-0.024305914,-0.004917708,-0.015140727,-0.02792354,-0.0040133023,-0.0055193,0.039115563,0.00003080192,-0.018637227,0.027293684,-0.005737326,0.061047412,0.016844563,0.011506953,-0.0053053107,-0.014591624,0.034593534,0.0011890518,-0.012669761,-0.0021923773,0.011272776,0.02508112,0.0076430393,0.024209013,-0.03827576,0.018911777,0.016860714,0.016481187,0.015633306,-0.01394562,-0.0041505783,-0.010562171,-0.003912364,0.0008095242,0.007122198,-0.0095770145,0.021818798,-0.004671419,0.010723673,0.055879377,-0.0005778711,0.037500553,-0.020236086,-0.0056081256,-0.016666913,0.003664056,0.022448651,-0.02666383,0.00706971,-0.0037730692,-0.014527023,-0.007158536,0.039987672,-0.0066296197,-0.0009765769,-0.00958509,-0.033463027,0.004861183,-0.0019874729,-0.043605294,-0.022351751,-0.004546256,0.011288926,-0.026809182,0.016634613,0.008365757,0.015156877,-0.029312449,0.046867616,-0.023159256,-0.013719518,0.024612766,-0.010231094,0.014955001,-0.02367606,0.04131198,-0.018604925,-0.021027442,0.0053779865,-0.009657766,-0.03688685,-0.014914626,0.031912617,0.024015212,0.04689992,0.0053699114,-0.0014817725,-0.030669058,0.0010810479,0.013412666,0.03107281,-0.021560395,0.013178489,-0.017022215,0.010077668,-0.008672609,-0.015754431,-0.03146041,0.013921394,0.0065650195,-0.030119954,-0.007206986,-0.011587704,-0.03698375,0.00785299,-0.0077439775,0.044768102,-0.014236322,0.01792662,0.015035751,0.01913788,0.02659923,0.008200218,0.0030786146,-0.015487955,0.0010406727,0.0028222315,-0.022594003,0.0042313286,0.00024313484,0.012031832,0.031831864,0.033366125,0.013743743,-0.029231697,-0.0013646842,-0.0001850954,-0.018217323,-0.00038457446,0.019622382,-0.007259474,-0.029974602,-0.017506719,0.015019601,-0.019751584,0.01193493,0.015407205,0.034819636,0.0032179093,-0.000050279832,0.013194639,0.0147046745,-0.0032280032,-0.0012849431,0.0056767636,0.028634144,0.023159256,-0.030281454,-0.013558017,0.03879256,-0.005725214,-0.0011113294,0.0066296197,-0.030297605,0.0443159,-0.016747663,0.028957145,-0.011208176,0.0016483205,-0.007978154,0.0054950747,0.00036489154,0.039083265,0.009544714,0.0051559224,-0.00406579,-0.0064035184,0.022884704,-0.016392361,-0.0072917743,-0.0018956191,-0.027762039,-0.02643773,0.019816184,0.0221741,-0.018314224,-0.010441045,-0.0071867984,0.027665136,-0.006185492,0.012726286,-0.013105813,-0.006783046,0.025727125,-0.013235015,-0.03685455,-0.0056767636,0.09418744,0.0033471102,0.03436743,0.008099279,0.031815715,-0.036370046,0.010101893,0.020575238,-0.004546256,-0.012080282,0.011418127,0.01105475,0.02811734,-0.01774897,0.02364376,0.021834947,0.0035994556,-0.006023991,-0.012282158,0.0123467585,0.0031654213,0.028391892,0.024548166,-0.016109735,-0.023821412,-0.024725817,0.0055798627,0.015455655,-0.023934461,0.033140022,0.009819266,-0.022012599,-0.00015569714,0.013081589,0.022448651,-0.016941465,-0.046932217,-0.008232518,0.010465271,-0.032397117,-0.005979578,-0.009326688,0.026017826,-0.0130008375,0.013590317,0.014599699,0.0044049425,0.007320037,-0.05604088,-0.021851098,-0.017571319,0.015932083,0.0022186213,0.00069647346,0.002588055,0.020510638,0.025468722,0.013170414,0.014195946,-0.013856794,-0.020381438,0.013493416,-0.018911777,-0.027051432,-0.006960697,-0.0032219468,-0.027568236,-0.027180634,-0.010118043,-0.00966584,-0.020833641,0.034916535,-0.0015534386,-0.0006757811,0.042054884,0.015294153,0.00006611451,0.0128797125,0.0295547,0.003452086,-0.03094361,-0.002323597,0.0066659576,-0.0025739237,-0.019622382,0.008551483,-0.004586631,0.021980299,0.006968772,0.01907328,-0.023304608,-0.018895628,0.013969844,-0.018863328,0.032397117,0.00008409412,-0.020413738,0.025630223,-0.010053443,-0.028989445,0.022933155,0.024467416,-0.009407438,-0.03133121,-0.027019132,0.024693517,-0.050937444,-0.010610621,-0.002931245,-0.017958922,0.01768437,0.017086815,0.0017189772,-0.028472643,0.017539019,0.0055071875,-0.0055919755,-0.015552555,0.025630223,-0.025953226,0.0051397723,0.047836624,0.02805274,-0.012702061,0.015140727,-0.015415279,0.043863695,0.018168872,0.0061047412,-0.025920926,-0.013509566,-0.000023073837,0.0074775005,0.02383756,0.00061370415,0.004566443,-0.021447346,-0.006952622,-0.012645535,-0.0019057129,-0.046092413,0.0038295947,-0.0050549842,-0.010990149,0.0103845205,-0.022610152,-0.0022912968,0.0046673818,-0.03846956,0.027648987,0.019913085,-0.005789814,0.012564785,-0.0041303905,0.0068960967,-0.03263937,0.020462189,0.00058998365,-0.0009664831,-0.008672609,-0.028391892,-0.028488792,-0.010134193,-0.02091439,0.039600067,-0.003621662,-0.0049944213,0.005321461,0.03223562,0.01480965,-0.013751818,-0.01771667,-0.02655078,-0.00440898,0.012500185,-0.012798961,0.0052043726,0.021931848,-0.027325984,0.016602313,-0.0051357346,0.012798961,-0.0036660747,0.013404591,0.04273319,0.038954064,-0.021721898,-0.016779963,-0.010198794,0.009778891,0.0025496986,-0.0040173396,0.016683063,0.030507557,0.02374066,0.026292378,-0.0067426707,-0.0005591975,-0.0107640475,0.039341666,-0.03378603,-0.0014767256,0.0127424365,-0.012370984,-0.015084202,0.011111275,-0.034787335,-0.03294622,0.017958922,-0.012645535,-0.015932083,0.043637596,-0.036434647,0.036305446,0.015891707,-0.0021257582,-0.042216387,0.06388983,0.0443805,-0.016666913,0.025436422,0.01332384,0.03112126,-0.023530709,-0.0076632267,-0.0031613838,0.059593905,0.011644228,-0.008470733,-0.0126051605,0.010998224,-0.031444263,-0.024402816,0.014591624,0.0037266377,-0.0076551517,-0.022432502,-0.003672131,0.004764282,-0.04105358,-0.010893249,0.02517802,0.017102966,-0.0068032336,-0.006791121,-0.0062541296,-0.016537711,0.006908209,0.019460881,-0.04163498,0.011401977,0.0074452003,0.010021143,-0.016973766,-0.018863328,0.005406249,0.022561703,-0.008826035,-0.00700511,-0.030362206,-0.031783413,0.033463027,0.011531178,0.0068960967,-0.021834947,0.005757514,0.020769041,0.009908092,-0.030087654,0.037306752,-0.0053820238,0.021431195,0.008656459,0.018152723,0.033269227,-0.011959156,-0.016198559,0.0064802314,0.01188648,-0.016295461,-0.03417363,0.016876863,0.013331915,0.0026667868,0.0085272575,-0.020898242,0.014082896,-0.0026284303,0.007089898,0.008018529,0.007465388,0.009157112,0.0037044312,0.030103803,-0.00038230338,0.008583783,0.0041384655,0.005733289,0.015851332,0.005091322,0.0034480484,0.0221095,-0.013501491,-0.014688524,0.018217323,-0.03236482,0.036208544,-0.00004264638,0.0103845205,0.03827576,0.023126956,-0.010877099,0.012136807,0.00813158,0.0025819987,-0.015520255,0.010933624,0.010917474,-0.021253543,0.020865941,0.0021055704,-0.007215061,0.0018744221,0.02055909,0.024499716,0.025727125,-0.00594324,0.0017855965,0.027019132,-0.008058905,0.025694823,-0.009415514,0.048191927,-0.029829253,0.024822718,-0.00016856677,0.01035222,-0.01640851,0.021043593,-0.016537711,-0.027535936,0.020252237,-0.027019132,-0.0013263277,0.0072917743,0.026356978,0.016489262,0.010174569,0.011329302,0.0059755403,-0.0029877701,0.035950143,0.045123406,0.005963428,-0.020429889,0.034141332,0.013509566,0.014680449,0.013985994,-0.0052205226,-0.008616083,-0.03553024,-0.024661217,0.029021746,-0.022577852,0.013057363,-0.033463027,0.0056485008,0.019913085,-0.012855487,-0.002545661,-0.010206869,0.018927928,-0.022852404,0.01776512,-0.0037024126,-0.02640543,0.02377296,-0.008293081,-0.014769275,0.007279662,-0.0028504943,0.021431195,-0.0013626654,0.016553862,0.029344749,0.027600536,-0.0036701122,-0.025484873],"social":"https://twitter.com/MarksThinkTank"},{"title":"founderz-dao","description":"an open door to founderz, a decentralised start up studio and founderz hub, that accepts 1 builder everyday until climate doomsday. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=P87DmreAnW4","youtube_transcript":"Hi builders. Welcome to the founders hub. I am Gerardo, and today with my brother, Kell, we are pleased to introduce you to our demo product. Yeah, hey, builders. How's it going? Blessings. So, yeah, we've been busy smashing this and building this like on so now we're ready to display version one to build space. Exactly. So the one that you see now is not our our tile page because our idea is actually to create a decentralized setup studio, governed by a dao, which gets new funds and new members to a daily auction. So as Kjell said to today, we are not going to share too many details, but we'll see one of the core features we're working on. So Kjell, Sure to us. Sally. So, yeah, I'll go through the the version one of the deck we currently got, like, on And so here we go. So right now, we've got an auction run-in as you can see. So it's twenty four hour auction run-in every single day. Tail climb at Dibs Day. And essentially, if you win the auction, now you got an NFT, which gives you governance to the Dow. Which is this section over here, and you can do proposals, etcetera. But I'm not gonna show you too much. This is just a tease of of version one.","embedding":[0.014889579,0.014392717,-0.0025861277,0.030561104,-0.0016972736,0.0026085272,-0.004168349,0.038315415,-0.020819345,0.022464693,0.037175074,-0.070114605,-0.0028752852,-0.08985877,0.035187628,0.008625856,-0.03329792,-0.043495815,-0.025918294,0.025315542,0.011696627,-0.018310599,0.003427128,0.03443826,0.015370151,-0.013692223,-0.027091214,0.013521171,0.0008068922,-0.034536004,-0.0005589701,-0.03645829,0.021894524,-0.0006562044,-0.022057429,0.0151257925,0.004033952,0.012820677,-0.019711588,-0.026081199,-0.029046083,-0.045450684,0.0017715993,0.006292232,0.0011118313,0.038934458,-0.040107377,0.020412082,-0.008666582,0.027449606,-0.048741378,0.024712792,0.036002155,0.024533596,-0.015052484,-0.043691304,-0.0052455626,0.02006998,-0.026260395,0.03466633,-0.0110287145,0.0023763867,0.03701217,0.015557492,-0.024843115,-0.02440327,-0.068550706,0.0585483,-0.007949797,0.059558317,0.025755387,0.02151984,-0.007831691,-0.024354398,-0.013284958,-0.007391845,-0.050077204,0.048154917,0.013179069,-0.0098720845,-0.026944598,0.018717863,0.00125641,-0.0017950169,0.0020373391,-0.039553497,-0.0077991094,0.003921954,0.0074488623,-0.00036119242,-0.0152642615,0.009065701,0.0061048903,0.0027286701,0.051738843,0.020672731,0.0052862894,0.03241823,0.05024011,0.009831358,0.07031009,0.0053392337,-0.027221538,-0.03567634,-0.020623859,-0.012804386,-0.02754735,0.013513026,-0.043235168,-0.02523409,-0.15899594,-0.019955946,0.029942064,0.025006022,-0.0013022273,0.0024639484,0.03531795,-0.016038064,0.008788762,-0.04470132,-0.048317824,-0.008625856,-0.017365744,0.0146859465,-0.03531795,-0.0032601499,-0.028052358,-0.027384445,-0.0706359,-0.0059745656,0.037044752,-0.0026553625,0.04681909,-0.026586207,-0.036881845,-0.004003407,-0.070961714,0.00040624602,-0.019239161,0.028345589,0.025071183,-0.056919243,0.029990936,-0.04880654,-0.04013996,0.00093314407,-0.01721913,0.012731079,-0.07089655,0.0064551374,0.018522376,0.0029078664,-0.004536923,-0.027579932,0.0039260266,0.0011505213,-0.021780489,-0.004296637,-0.011069441,0.02898092,0.007921289,0.022643888,-0.021927103,0.019353194,-0.06842039,0.0033273485,-0.027091214,-0.017365744,-0.058971856,0.020998541,0.004033952,0.019125126,0.0026818346,0.031326763,0.0021544276,-0.030039808,-0.04734039,-0.044408087,0.013961016,-0.06470613,-0.023393255,0.009668452,0.016486054,-0.016445328,-0.07350304,0.011672191,-0.019711588,0.017382035,-0.006540663,-0.01863641,-0.0015740761,0.035611182,0.007595477,0.032744043,0.050859153,-0.101197004,0.06737779,0.032858074,0.05340048,0.019939655,0.015133938,0.029404474,-0.018603828,0.0272867,0.01305689,0.034861814,-0.016176533,-0.013904,-0.010206041,-0.029192697,0.02611378,0.012869548,-0.03015384,0.009823212,-0.038608644,-0.013390847,-0.026749112,0.047861688,-0.0028203046,0.03965124,-0.02207372,0.024256656,-0.015712252,0.006190416,0.02036321,0.037761535,-0.014384571,-0.026814274,0.04251838,0.0029526653,0.0066465517,0.018343179,0.025136346,-0.042550962,0.022106301,0.024289237,0.01507692,-0.07311207,0.035708923,0.01191655,-0.016420892,0.005632464,0.008357061,-0.012478575,0.05685408,0.0010140878,-0.03122902,-0.056365363,0.019434648,0.07741278,0.0499143,0.021079995,-0.014539332,0.040042214,-0.0032458957,-0.00006675315,-0.05385662,0.036816683,-0.0014244065,-0.055550836,-0.025592482,-0.015728543,-0.02235066,-0.022578727,-0.032874364,0.023670195,0.030528523,-0.04307226,-0.0037264673,-0.025396995,0.029648833,0.036588617,-0.027645094,0.015932174,0.034829233,-0.012551882,-0.009725469,0.01664896,0.021145158,-0.017137676,0.01048298,-0.032271616,-0.0050215675,0.012022439,-0.006780949,0.03447084,0.02323035,-0.034014706,0.0052944347,-0.012283088,0.0073755546,-0.028638817,0.035936993,0.0004579177,-0.03411245,-0.012861404,0.022937119,-0.020004816,0.024517305,0.017626394,0.014726673,-0.040954486,-0.02008627,0.004813863,0.016021773,0.019141417,0.003412874,0.048057176,-0.010686613,-0.03466633,0.026260395,0.016127663,0.02640701,0.022774214,0.037077334,-0.009204171,0.058613464,0.013985452,0.01549233,-0.011256782,-0.0116070295,-0.023686485,-0.036881845,0.002911939,0.030056097,-0.01103686,0.0585483,-0.013961016,0.026765402,-0.04955591,0.025902003,-0.03639313,-0.0053555244,0.006927564,-0.022204043,-0.017821882,0.020004816,0.011835097,0.035806667,-0.009196025,-0.010987988,-0.05278144,-0.018603828,0.0022806795,0.02378423,0.0016677469,0.025396995,-0.042844195,0.007790964,-0.0062392876,-0.020232884,-0.03424277,0.024517305,-0.012739224,0.032255325,0.00063075044,0.007945725,-0.023653904,0.0006170053,-0.0008298008,-0.016380167,0.014971032,0.03701217,0.0098720845,-0.0041398406,0.0022786432,-0.018848186,-0.012283088,0.049230095,-0.03473149,0.014376426,0.050142366,-0.009090137,-0.0071149054,-0.010971697,0.0160625,0.0595909,0.026292976,0.008886505,-0.015695961,0.0430071,-0.023148896,-0.05226014,-0.024826825,-0.008886505,0.011012424,0.022285497,0.013602624,-0.045515846,0.0026553625,0.037370563,-0.041671272,-0.021063704,0.007037525,0.0073674093,-0.01089839,0.03623022,0.036849264,-0.010654031,-0.012152763,0.012291233,-0.050728828,-0.0338518,-0.033656314,-0.054084685,0.006882765,0.013618914,-0.0025311469,0.024175202,-0.062197387,0.028459622,-0.025348123,0.044929385,-0.03214129,0.016583798,0.015223536,0.008165647,-0.022741633,0.038022187,0.043430652,-0.019402066,-0.028345589,-0.015533056,-0.0120468745,0.025722807,0.051478192,0.023996007,0.004777209,-0.009562563,-0.09520208,-0.01479998,0.027759127,-0.0060478733,0.026244104,0.026488462,0.035383113,-0.037142493,0.0100105535,-0.0008913995,0.002854922,-0.041215137,0.0018530521,-0.0008847815,0.02836188,-0.060926724,0.017105097,-0.0103119295,-0.031440794,-0.011354526,-0.03424277,-0.0007508934,-0.023132605,-0.022334369,0.036881845,-0.037142493,-0.01032822,0.042779032,0.029942064,-0.0043292185,-0.00001088159,-0.0022114445,0.0047161193,-0.055616,0.05832023,-0.049490746,-0.009098282,-0.040563513,0.025038602,0.012836968,-0.036653776,-0.01687703,-0.02810123,0.01721913,-0.0164046,-0.05815733,-0.003229605,0.009253043,-0.0018296344,0.047470715,-0.00053657056,-0.029713996,0.029323023,-0.029404474,0.036588617,0.047796525,0.039553497,-0.081127025,0.009684742,-0.023898263,-0.0051885457,0.0038914094,0.03675152,0.032564845,-0.021324353,-0.013570043,-0.019320613,-0.00024766754,-0.050924316,0.004492124,0.004194821,-0.019402066,0.020574987,-0.0065243724,0.00072798476,0.038673807,-0.0013439718,-0.06405451,-0.0006831857,0.042779032,0.010246767,-0.053172413,-0.00052740716,0.0056243185,-0.00243544,-0.002543365,-0.027970904,-0.003559489,0.03267888,-0.021047413,-0.01919029,-0.026521044,0.035741504,-0.0154271675,-0.0033395663,0.046428118,0.024061168,-0.053791456,-0.010360801,-0.028019777,0.024598757,-0.004630594,-0.015182809,0.036490873,0.027693965,-0.026276685,-0.012307524,0.021324353,-0.021829361,0.00040573697,-0.03554602,0.031978384,0.014775545,0.044310343,-0.013602624,-0.00904941,0.03495956,0.00018326889,-0.027140087,0.0018449068,0.04362614,0.047112323,-0.004927897,0.001845925,0.009481111,-0.012698498,0.015533056,-0.021079995,-0.011924695,0.006687278,0.008222664,0.016127663,0.035969574,0.021438386,0.0011036859,0.026781693,0.033086143,-0.032548554,0.0047812816,0.0164046,-0.0051437467,-0.039227687,-0.019630134,-0.01550862,-0.014808126,0.015687816,0.017528651,0.025755387,0.03209242,0.01479998,-0.0011047041,-0.037240237,-0.046362955,-0.052585952,-0.002004758,-0.01479998,0.036621198,0.0045287777,0.01804995,0.028736562,-0.0072859563,-0.0142461015,0.0015170592,-0.017007353,0.035155047,0.049490746,-0.012503011,0.009945392,-0.006292232,0.02008627,-0.004891243,0.0012889912,-0.0057627885,-0.023409545,-0.022024848,-0.028052358,-0.025136346,-0.05340048,0.003203133,-0.018717863,-0.016241696,-0.0058646044,0.014759255,-0.017268002,-0.0114685595,-0.011875824,0.019727878,-0.046851672,-0.013977307,0.010597014,-0.036653776,0.00015056049,-0.025054893,-0.0051030205,0.011305654,-0.0017359636,0.04763362,-0.0015262226,-0.046069726,-0.030772882,0.028899467,0.01891335,-0.00025021294,0.022513565,-0.009961682,-0.03841316,-0.0034922904,0.013138343,0.01462893,0.035774086,-0.04913235,0.013284958,-0.0014457878,0.00860142,0.010955406,0.03013755,-0.002449694,0.0052862894,0.031066112,-0.0043170005,-0.011281218,-0.0079620145,-0.018538667,0.07148301,-0.03103353,0.016974771,0.025022311,-0.048057176,0.0127636595,-0.015736688,0.023425836,-0.01809882,0.05880895,-0.02756364,-0.013227941,-0.01777301,0.021324353,-0.018571246,0.01333383,-0.010075716,0.030170131,0.01219349,-0.0044636154,-0.020477243,-0.020281756,0.043789048,0.0009153263,-0.046623606,-0.054084685,-0.005868677,0.032059837,-0.020884508,0.017072516,-0.02269276,0.0022073719,-0.0029424839,-0.03587183,0.031619992,0.014954741,0.050891735,0.0030219003,0.009261188,0.034829233,0.030593686,-0.0044065984,0.004341436,-0.015109502,0.015875159,0.013146488,0.007061961,-0.07200431,-0.017610103,0.04020512,-0.028899467,0.0016779285,0.029828029,-0.01062145,0.015842577,0.046753928,0.0007855108,0.002461912,0.0027225611,-0.008772471,-0.010491125,0.005184473,0.003482109,-0.016420892,-0.025478449,-0.031505957,0.024810534,0.011435978,-0.01954868,0.0039667534,-0.033493407,-0.022204043,-0.025396995,-0.006137471,-0.013105762,0.016013628,-0.013618914,-0.015899595,0.0044269618,0.044929385,0.021210318,-0.016380167,-0.021731617,-0.0063533215,-0.028524784,-0.008051613,-0.04483164,-0.044864222,-0.024354398,0.039227687,0.0063288854,0.015378296,-0.010784356,-0.021943394,0.019418357,0.015166518,-0.03443826,0.031131275,0.00013783347,0.01863641,-0.040270284,0.016200969,0.016591944,-0.0203795,-0.0050052768,0.0052740714,0.010108298,0.02692831,0.039977055,-0.0104503995,-0.0053433063,0.028019777,0.008438515,0.017088806,0.03821767,0.035448276,0.035089884,-0.0010364874,0.018587537,-0.012169054,-0.006161907,-0.029127534,0.023376964,-0.022497274,0.025168927,-0.020493533,-0.014254247,-0.025038602,-0.0071841404,0.022741633,0.020412082,-0.0044595427,0.026195234,-0.05193433,0.0035493074,0.0019752313,-0.003241823,-0.013472299,0.008715454,-0.01205502,-0.031326763,-0.011721063,0.012861404,0.031294182,0.017658975,-0.058059584,-0.053530805,0.023572452,0.040009633,-0.03414503,-0.03157112,0.029697705,-0.020835636,0.016974771,-0.047992013,-0.011639611,-0.035708923,0.00797016,-0.004211112,-0.010075716,-0.013879564,-0.03753347,0.013447864,0.024207784,0.022757923,-0.039553497,-0.02153613,-0.016257986,0.0011016496,-0.027221538,-0.06669358,-0.024777954,-0.01176179,0.03766379,-0.02006998,0.038836714,0.019939655,-0.033786636,-0.007750238,-0.007852053,0.013447864,-0.013219796,-0.012258653,0.045809075,-0.0089923935,0.0129265655,-0.030626267,-0.0076850755,-0.018978512,0.01479998,-0.025152637,-0.0032377504,0.052618533,0.0012075383,0.042876773,0.045190036,-0.017153967,-0.014148358,-0.018717863,0.005233345,0.04069384,-0.052390467,-0.018522376,-0.00074478437,-0.0024700572,0.0037325763,0.029893192,0.012828822,-0.014734819,-0.027107505,-0.004756846,0.031326763,0.010377091,-0.0035004357,-0.011550013,0.0252178,0.054117266,0.025315542,-0.016746704,-0.003679632,-0.055909228,-0.020672731,0.011045005,0.025625063,-0.030512234,-0.0038649372,-0.007530315,-0.027677674,0.01835947,0.013480444,-0.004264056,-0.0020149397,-0.0026003818,0.02611378,-0.004813863,0.039358012,-0.020314338,-0.0154271675,-0.007269666,0.0101490235,0.000002664717,0.02096596,0.00057627884,0.029502219,0.045809075,-0.0032968037,0.03499214,0.015533056,-0.0041031865,-0.022709051,0.019939655,0.03391696,-0.032564845,-0.0017532724,-0.0238331,0.020004816,0.0069560725,-0.020037398,-0.007347046,-0.017137676,0.039520916,-0.0017298546,-0.015003613,0.022774214,-0.0034861816,0.03616506,0.0036042882,-0.04877396,-0.01949981,0.011061296,0.00091634446,0.032304198,0.011737354,0.008919085,-0.029176407,0.029371893,0.026846856,0.017740428,0.01747978,0.020021107,-0.01103686,0.032206453,-0.002125919,-0.022888247,-0.028948339,0.019646425,-0.0038099566,-0.03210871,0.013553753,0.0027938324,0.0037834845,-0.031000951,0.025657644,-0.026863147,0.020835636,-0.009977973,0.006231142,-0.018766735,0.014286828,0.031082403,-0.0031583337,-0.046428118,-0.022269206,0.008650292,0.025641354,0.03583925,0.01980933,0.015924029,-0.0133664105,-0.02808494,0.0033965833,-0.018620118,-0.018196564,-0.0152642615,-0.037175074,-0.022709051,0.001287973,0.022269206,-0.0007010035,0.048936866,-0.017088806,-0.024224075,-0.0055347206,0.015850723,0.036002155,0.0040889326,0.017268002,0.0064225565,-0.0212429,0.006434774,-0.0047487007,-0.0006159871,-0.018212855,0.021633875,0.00017665085,0.021487258,0.009081991,-0.018864477,-0.041345462,-0.0013429536,-0.003490254,0.030023517,0.016559362,-0.006850184,0.006960145,-0.05020753,-0.011949131,0.029225279,0.0135048805,0.0021666456,-0.02497344,-0.023572452,0.0303982,-0.0095707085,0.03671894,-0.018538667,-0.022595018,0.01954868,0.004891243,0.035155047,0.027661383,0.011289364,0.01651049,0.0021462822,-0.02697718,-0.007004944,-0.05020753,-0.037240237,-0.006255578,-0.011305654,0.023214059,-0.016714122,0.012543737,-0.03727282,0.009041265,-0.028850595,0.010865808,0.015638946,-0.003763121,0.01046669,0.0029852465,-0.015777415,0.009171589,-0.000080752856,0.011989858,-0.020037398,-0.010914681,0.014555622,-0.032955818,-0.006153762,0.02239953,0.03181548,0.039162524,-0.022937119,-0.0054125413,0.0164942,0.0073429733,0.003889373,-0.0029160117,0.0073103923,0.018897058,0.025787968,0.014343845,0.008927231,-0.018326888,0.0030728083,0.016974771,0.025185218,-0.04013996,0.009472965,-0.011712918,0.018147692,0.00040751873,-0.0032784767,0.001503823,-0.013024309,0.016559362,-0.027074924,0.0089923935,-0.012380832,0.023996007,-0.003679632,0.0067361495,0.013822547,-0.0022358804,0.017919624,-0.025902003,0.0033456753,0.008071977,0.004308855,-0.028769143,-0.0066058254,0.0029709924,0.021829361,0.011541868,0.012828822,0.03469891,-0.028834306,0.019336903,-0.0034882177,0.004984914,-0.02697718,-0.0034739636,-0.036002155,-0.015867013,-0.0028345587,0.021389516,-0.014343845,-0.022578727,0.027319282,-0.0028691762,0.03352599,-0.0067361495,0.005766861,0.012063165,-0.031619992,-0.027938323,0.02295341,-0.013635205,0.01075992,0.0067361495,-0.019402066,0.039162524,0.0030789173,0.003209242,0.0048668073,0.02324664,-0.019630134,0.009350786,0.011533722,-0.025755387,-0.0038140293,0.012535592,0.012177199,0.007566969,0.0051885457,-0.038901877,0.039423175,0.0051559648,-0.026048617,-0.006373685,-0.03447084,0.014018034,0.00059918745,-0.031668864,0.0029893192,-0.0003400656,-0.01747978,0.012380832,-0.054475658,-0.022057429,0.015720397,-0.015345715,0.032630008,0.011818807,0.10504158,-0.010654031,0.0019864312,-0.036914427,0.03528537,0.002506711,-0.001916178,-0.024729082,-0.010914681,0.0067605856,0.010083862,-0.0077420925,0.01922287,0.014506751,0.0048260805,-0.031359345,-0.01162332,-0.0238331,0.0070578884,-0.0035574527,-0.000539116,-0.0036531598,0.00030315729,-0.017610103,-0.02665137,-0.01982562,0.02384939,-0.027970904,0.001535386,0.004508415,0.021878233,0.013130197,0.020900799,0.03753347,0.012388977,0.009383367,-0.036523454,0.0069682905,0.033493407,-0.01920658,-0.024191493,-0.009904665,0.03355857,0.0021340644,0.0113300895,-0.0042029666,-0.023653904,-0.039162524,-0.01919029,-0.020037398,-0.0034841453,-0.017805591,0.0195161,0.05186917,0.0151991,-0.012983583,0.037044752,0.06737779,-0.0046224487,0.023181478,-0.029925773,0.015011759,-0.0051315287,0.022823086,-0.015704107,0.011150894,0.0047934996,0.0019273778,0.03300469,0.04219257,0.013961016,0.003964717,0.0059745656,0.001731891,0.013684077,-0.00039962798,-0.023621323,-0.008642146,-0.0028121592,0.041247718,-0.020493533,0.010808792,-0.0036368691,0.0016911646,-0.017284293,0.002182936,0.027237829,0.013969162,-0.022546146,0.03929285,0.00739999,0.0018856332,-0.0052496353,0.015150228,-0.0027836508,0.008186011,-0.048578475,-0.0146859465,-0.014995468,0.006935709,0.015158373,0.032027256,-0.0063288854,-0.006206706,0.011403398,-0.023474708,0.010678467,0.008585129,-0.025071183,0.023100026,-0.021682745,-0.0012828822,-0.010067571,-0.013822547,0.03606732,-0.0018571247,-0.013113907,-0.022057429,-0.02241582,-0.004650957,0.03495956,0.0018418523,-0.0032621862,-0.011615175,0.0042233295,0.027042342,0.00006999853,-0.024256656,0.021617584,-0.01535386,-0.00795387,0.027742837,0.03710991,-0.0033293848,-0.027417025,0.01892964,-0.0015282589,-0.021845652,0.012576318,0.033395663,-0.014229811,-0.000647041,0.016347585,-0.008104557,0.029925773,0.008536258,0.017039934,-0.0062270695,-0.055876646,0.01721913,0.03103353,-0.024240365,0.035741504,-0.022709051,-0.010979842,-0.0177893,0.025885712,0.0052944347,0.011110167,-0.0021992268,-0.038250253,-0.024810534,-0.028883176,-0.026309267,0.048545893,0.015655236,0.012136473,0.0027816144,0.016640814,0.016991062,0.008560693,-0.014466024,-0.0533679,-0.010059426,0.007497734,-0.02958367,-0.0024843116,0.014832562,-0.009481111,0.017056225,-0.022823086,-0.011313799,0.018701572,-0.012706643,0.013236086,0.023002282,0.0032581135,-0.031359345,0.0010711048,-0.00029348477,0.03355857,0.0011719028,-0.018587537,0.02352358,0.045190036,-0.00033777475,-0.021927103,-0.017707847,-0.05274886,0.017935915,0.0019691223,-0.05330274,-0.0012971364,0.010336366,-0.01089839,0.00710676,-0.04395195,-0.008519967,0.011297509,0.012861404,0.0019894857,0.02378423,-0.026765402,0.015068775,0.027791709,-0.0019273778,0.0033069851,0.03355857,0.044896804,-0.0038547555,0.019108836,-0.011729209,0.0063940478,-0.03414503,-0.0037834845,0.0070415977,0.0030442998,0.0037957022,0.002879358,0.009424093,0.016779285,-0.011419688,0.010987988,0.039748985,-0.0127880955,-0.0059460574,-0.010670322,0.0013775711,-0.03355857,-0.022529855,0.017593814,-0.0064225565,0.013814402,-0.00071016693,-0.0074122082,-0.002500602,-0.012617045,-0.01723542,-0.0060926722,-0.023572452,-0.019043673,0.026048617,-0.035187628,-0.01803366,-0.00055235205,0.00015056049,0.023719067,-0.007518097,-0.022383241,0.0026227813,-0.025983455,0.006210779,-0.0123726865,0.0037733028,-0.019320613,-0.0034882177,0.0082633905,0.020330628,-0.015842577,0.02235066,-0.0022155172,-0.011574448,0.010572579,-0.010873954,-0.036653776,-0.0066017527,0.00063075044,0.001421352,-0.01319536,-0.009627726,-0.028475912,-0.01549233,0.019092545,0.010417818,0.032760333,0.0027184885,-0.0039382447,-0.021829361,0.031848058,0.0033192032,-0.013219796,-0.0010171423,-0.011680337,0.046395537,0.034829233,0.012340105,-0.021699036,0.004915679,0.003133898,-0.0027714327,-0.017691556,0.019173998,-0.02122661,0.022480983,-0.019711588,0.0051233834,0.013187215,0.00932635,0.012437848,-0.0076321308,-0.008002741,-0.0051600374,0.012340105,-0.024158912,0.0012604827,0.0019253414,-0.028915757,0.0046835383,-0.032385647,0.033167597,0.037761535,-0.003355857,0.015541201,0.010719193,0.013944726,0.005652827,-0.0062963045,-0.007872417,0.02440327,-0.022904538,0.023767939,-0.0022297713,0.0695933,-0.013309394,0.031457085,0.010377091,-0.0036959224,0.017072516,0.011321944,-0.010303784,0.02841075,0.0082389545,0.019890783,0.015044339,-0.0004828626,0.0459394,0.010425963,-0.01589145,0.02010256,0.0040889326,-0.0055958102,0.02609749,-0.005098948,-0.0102874935,-0.023963425,0.030870626,-0.006373685,0.01191655,0.00022374076,-0.033786636,-0.019467229,-0.052846603,0.00689091,-0.0035859612,-0.0154271675,0.0329884,0.005709844,0.0123726865,0.026162652,-0.0016219297,0.0072289393,-0.0338518,0.02896463,-0.009448529,-0.0066913506,-0.04932784,0.0070456704,0.024631338,0.004174458,0.0008608547,0.025771677,-0.0034943267,0.028475912,0.0068746195,0.046916835,0.012551882,-0.010539997,0.00040319155,-0.04101965],"social":"https://twitter.com/CrystAlline_K42"},{"title":"summate.io","description":"an app that summarizes your youtube feed","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=3JL1rJ7CXv8","youtube_transcript":"Hi, everyone. I'm Bal. This is Rodan and Grisha, and we're at the team of Samai dot aya. A web application that summarizes your YouTube feed in the form of a weekly digest newsletter. It works like that. You go on sunmail dot a y'all. Click subscribe and just in a couple of clicks you create your account and smoothly connect to your YouTube account as well. After that, you will see your subscription list so you can easily remove those channels, which you don't want to see in your digest. And that's it. On Mondays, you get an email with the video summaries over the last week so you can focus on what matters to you by reading video summaries, key bullet points from it, and Also, you can see how much time you save by reading the summary instead of watching the video itself. On the fourteenth of May, a summit I Europe got approved by YouTube and we launched. So we've doubled the number of users we have to thirty two, thanks to launches on Twitter, Reddit, and local communities. We want to expand by launching on YouTube shows, Instagram, and productivity communities of like minded people. So sign up for summit of the y'all and follow us on Twitter. See you.","embedding":[0.022682775,0.044409145,-0.043133937,0.033187307,0.00867142,-0.017773222,-0.0051685805,0.017199378,0.018713688,0.042878892,0.013078859,-0.050848946,-0.023256619,-0.022874057,-0.0012772012,0.03650285,-0.033155426,-0.031115092,-0.04396282,0.05706559,0.0138200745,-0.0034669738,0.02641276,0.07689509,-0.025041912,-0.046545118,-0.019606333,0.06548197,-0.037778057,-0.027416987,0.046003155,-0.0409342,-0.020594621,0.030668769,-0.028532796,-0.032996025,0.009890838,-0.00027695938,0.025791096,0.028548736,-0.016992155,-0.0023571437,0.04966938,0.022921877,-0.017884802,-0.002699856,-0.044217862,0.014266398,0.025886737,0.014848212,-0.027432928,0.004546916,-0.02191765,0.02041928,0.0024507917,-0.016800875,-0.01472069,0.05980729,-0.035833366,-0.021662608,-0.006320253,-0.03647097,-0.002986778,0.02204517,-0.0137324035,-0.0014505499,-0.035610203,-0.007595462,0.010329191,0.022730596,0.014130906,0.02198141,0.052953042,-0.037267976,0.005547158,0.0010799423,-0.012895548,0.014130906,0.0021558998,-0.009906778,0.010647993,0.026683742,-0.038766347,0.0013210365,-0.024197085,-0.014242487,-0.01171598,-0.0007890354,-0.026157718,0.06522693,-0.034079954,0.02759233,-0.060508654,0.012489076,0.06136942,0.018378945,-0.01173192,0.034590036,0.023655122,0.046640757,0.03557832,-0.06580077,-0.031657055,-0.05862772,0.029138518,0.00037807945,0.0261896,-0.01766164,0.02912258,-0.002781549,-0.06379232,-0.020020777,-0.00024072055,-0.008217126,0.008663449,0.010329191,0.025137551,-0.00012459437,-0.013668643,-0.018633988,-0.042050008,0.01739066,0.02752857,-0.006005436,-0.011978992,-0.03242218,-0.031561416,-0.012528926,-0.06554573,-0.02783143,0.08084823,-0.026476521,0.035673965,-0.034749437,0.0033932508,-0.01452144,-0.059647888,-0.045748115,-0.0154220555,0.026875025,0.0354508,0.0026062077,-0.016896516,-0.04514239,-0.019542573,-0.08499266,-0.06745854,-0.015246714,-0.014122937,-0.063664794,0.0005255255,-0.0060213762,-0.045748115,0.00879894,0.023973923,-0.021295985,0.0076791476,-0.0010729686,0.015087313,-0.004993239,-0.00017583933,-0.018442705,-0.0034171608,-0.01460911,-0.02330444,0.029489202,-0.038575064,-0.048872374,-0.07109289,-0.040264715,-0.025950497,-0.01892091,-0.014872122,0.012728177,0.049286816,-0.027130065,-0.0033095651,-0.05674679,-0.034175593,-0.019415053,-0.017709462,0.025312893,-0.054993376,-0.04080668,-0.032964144,-0.006407924,0.014322188,-0.05097647,0.0006889116,0.026476521,0.00047272386,0.043229576,-0.0017235243,-0.005116775,-0.0047780476,-0.028453095,0.044951107,-0.012863668,0.01452941,-0.00585002,-0.0048577483,0.015501756,-0.00021294989,0.0069180075,-0.03653473,0.012210123,0.014864151,0.029983345,-0.028867537,0.012058692,0.06713974,0.00068343215,0.05148655,0.035259522,-0.02354354,-0.0013090814,-0.094046645,0.017310958,-0.034621917,0.015501756,-0.02190171,0.03532328,0.002215675,-0.0046824072,-0.0174863,0.021311926,0.07938174,0.018490527,0.03203962,0.04243257,0.050880827,0.04817101,-0.013987445,0.0028652346,0.018474586,-0.056842428,0.07797901,-0.020706201,0.013413602,-0.0132940505,0.018378945,0.007906294,0.021375686,0.051550314,0.061751984,-0.009763317,-0.033282947,-0.053686287,0.0409342,0.069753915,0.04839417,0.026125839,0.01903249,0.012815848,-0.0037957386,-0.016832756,-0.026237419,-0.0022475554,0.01778916,-0.018155783,0.013588943,-0.023894224,-0.018618047,0.012249974,-0.009755347,0.0352914,-0.00041494097,0.0006909041,0.020754023,0.003367348,-0.0067705614,-0.017215317,0.0018540339,-0.019335352,-0.0082569765,0.020355519,0.049095538,0.021025004,-0.035132002,-0.007440046,0.0034251309,0.00056886266,-0.005846035,-0.022921877,-0.009468425,-0.0059775407,0.044887345,-0.0050211344,0.026635922,0.039212666,0.008456228,-0.018060144,0.0011377253,0.014274368,-0.021997351,0.026986605,0.03943583,0.01612342,0.0005265217,-0.018267365,0.0015073365,-0.05400509,0.0030525308,-0.0066629658,0.01625891,0.0352914,-0.026556222,0.037363615,0.0058300947,0.022858117,0.044281624,0.02910664,-0.018506467,0.004678422,-0.0037957386,0.0027616238,0.072176814,0.015031523,-0.023447901,-0.009412634,0.0000024906421,-0.012122453,-0.014106996,-0.0129752485,-0.008535928,-0.0176457,0.041699324,-0.032597523,0.00047347104,-0.013828045,0.05228356,-0.04354838,-0.0021977425,0.031752698,0.006694846,-0.03918079,0.028054591,-0.049286816,-0.007758848,0.06567325,-0.08849949,-0.08339865,-0.021056885,0.0056706937,-0.015836498,0.023575421,0.0038933717,-0.023894224,-0.03057313,0.028469035,0.01911219,-0.04233693,0.016641473,-0.04839417,0.04389906,-0.030126806,0.042018127,-0.031210734,-0.0018590152,0.0070614684,-0.0443135,0.03994591,0.012178243,0.00403484,0.047310244,0.017629761,-0.056683026,-0.009428575,0.017422538,0.010647993,0.011333417,-0.050243225,0.021407567,0.018283306,-0.004236084,0.023049397,0.041316763,0.012186213,-0.025201313,0.034749437,0.018283306,0.04660888,-0.019255651,0.0004996228,-0.003064486,0.02057868,-0.019925136,0.004977299,-0.009954598,0.00661116,0.019845435,-0.049541857,-0.005838065,-0.018123904,0.032932267,0.00100871,0.014975732,0.034653798,0.012377495,-0.026811263,0.02338414,0.021391626,-0.026604041,-0.019399112,-0.031306375,0.034048073,-0.033314828,-0.0088387905,0.026875025,-0.02631712,0.00070734235,-0.077787735,0.05872336,0.014122937,-0.004841808,0.0004069709,-0.0038136712,0.025551995,0.047405884,0.038415663,0.0011108264,-0.03468568,0.016450193,0.0023850389,0.0020024762,0.011596429,0.0233682,-0.028150233,-0.00660319,-0.034175593,-0.030047106,-0.01020964,0.03055719,-0.032868505,-0.030381847,-0.018426767,-0.019606333,0.052187916,0.02193359,-0.0057982146,-0.031354193,0.02467529,-0.060604293,-0.016784934,-0.033410467,-0.014027296,-0.0037220155,0.03615217,-0.04676828,0.037491135,-0.0057464093,-0.037236094,-0.022666834,0.05266612,-0.012791937,-0.021280045,-0.01885715,-0.02215675,0.024978152,-0.020785902,-0.021407567,0.04106172,-0.0320715,0.061688222,0.024468068,-0.055790383,-0.011277627,0.034111835,-0.0044751856,0.0022475554,0.0354508,-2.763056e-7,-0.05014758,0.038830105,-0.07721389,-0.030923812,-0.010297311,-0.026237419,0.010743634,0.025376653,-0.065418206,-0.025472295,0.017805101,0.03363363,0.0018918917,-0.0024707168,0.0026440655,0.0028851598,0.0068223667,0.012903518,0.0072208694,0.033314828,0.010488592,-0.02064244,-0.016816815,-0.037236094,-0.0050091795,-0.009532185,0.020259878,-0.009667676,-0.016705234,0.0077389227,-0.00044084364,0.044727948,0.032836623,0.01167613,-0.050785188,-0.004403455,-0.020881543,0.044600423,-0.055120897,-0.00088666857,0.0032796774,0.0044751856,-0.03959523,0.011333417,-0.01602778,-0.013843984,0.019160012,-0.0095959455,-0.04087044,0.01909625,-0.017263139,0.0016288799,0.0028253843,0.024165206,0.0075317016,-0.022507435,-0.034845077,0.0014983702,-0.027098184,-0.026157718,-0.0028154217,0.047852207,-0.02330444,-0.0009235301,0.015286565,-0.03615217,-0.0049215085,-0.013501273,0.003347423,0.016864635,0.023687001,-0.019271592,0.0057623493,-0.0023212784,0.006738681,-0.01892091,-0.01020964,0.0132940505,0.016577713,-0.011118226,0.039148908,-0.04692768,-0.007161094,-0.0003930233,-0.035355162,-0.030158686,-0.012967278,-0.0009120731,0.021200346,-0.01613936,0.02045116,0.045811873,-0.008504048,0.025631696,-0.0020134351,-0.020355519,-0.04386718,0.032358423,0.012967278,-0.022108931,0.0008473164,-0.074344665,0.017852923,-0.0010440771,-0.03203962,-0.0066470252,-0.029568903,0.006387999,-0.028022712,-0.021248166,-0.013023069,-0.009747377,-0.017677581,-0.0010819349,-0.010456712,0.006583265,0.01606763,-0.0012991189,0.009293083,-0.011237777,-0.015246714,0.042974535,0.019383173,0.010066179,-0.0037817908,-0.06739478,-0.0046106763,0.012138393,0.020801842,-0.007874413,0.016529894,-0.018203605,-0.0035825395,0.01173192,-0.00802983,0.00203336,0.0047182725,0.007726968,-0.033091668,-0.02752857,-0.019207831,-0.02056274,0.0050251195,0.045875635,-0.012704267,-0.0143142175,0.020196117,-0.017964503,0.0140830865,-0.031258553,0.023623241,0.013668643,-0.029616723,0.000996755,-0.0058141546,-0.01594011,-0.011468909,0.0070734234,0.00086674344,0.0031939994,0.034239355,-0.026827203,-0.0000471354,0.0026042154,-0.0051765502,0.0099466285,0.031704877,-0.034079954,0.02480281,-0.01028137,0.034048073,0.010663933,0.0127999075,-0.015254685,-0.023687001,0.02324068,0.029632663,0.00083386694,0.022284273,-0.0072447797,0.05416449,0.012520956,0.0009847998,-0.004244054,-0.010026328,-0.00041842787,0.018426767,-0.013214351,-0.06474872,0.02209299,-0.023718882,-0.027401047,-0.040424116,0.030222448,-0.006710786,-0.0024727094,0.027496688,0.008209156,-0.051741593,-0.033123545,-0.023639182,-0.0145772295,0.039148908,0.0017763259,0.021535087,-0.016721174,0.044377264,0.051645953,-0.028851597,-0.004244054,-0.025838917,0.023081278,-0.02646058,0.007946145,0.042050008,-0.022077052,0.018378945,0.0070455284,-0.04565247,0.027385108,0.007280645,-0.008512018,0.00291704,-0.024484007,-0.0019138093,0.0069777826,0.01307089,-0.08193216,-0.00806171,-0.025838917,-0.043197695,-0.022985637,0.0120427525,-0.030971631,-0.028644376,0.02330444,-0.0055870083,0.014099026,-0.017757282,0.007651252,-0.040392235,0.012871638,-0.037427377,-0.014338128,0.0005105816,-0.03078035,-0.0037897609,-0.004379545,-0.022698715,-0.0015262654,-0.053941328,-0.0061688223,0.05416449,0.0091018025,0.025998319,-0.016992155,-0.034334995,-0.02048304,-0.017502239,0.003002718,0.014848212,-0.0054594874,0.005953631,0.029935524,-0.048936136,-0.0047302274,-0.053208083,-0.022730596,0.0031740742,0.03800122,0.0072527495,0.039021388,0.03940395,-0.01316653,0.008241036,0.044249743,-0.015764767,0.051677834,-0.011341387,0.01753412,-0.04087044,0.03650285,0.010098059,-0.0038236335,-0.03650285,0.014234518,0.009691587,0.024579648,0.041412402,0.0057185143,0.00731651,0.051550314,0.009914747,-0.0033175352,0.019207831,-0.0053080563,0.030110866,0.02335226,-0.0032477973,-0.015278595,0.016290791,0.01605169,0.011588459,-0.019988896,-0.004220144,0.027432928,-0.019207831,-0.0045987214,0.019749794,0.03321919,0.028102413,-0.0055989632,0.018602107,-0.034717556,0.008185246,-0.03363363,-0.028899418,0.00869533,0.007918249,0.011532669,0.03251782,-0.0018241463,0.04523803,0.00403484,0.015087313,-0.046098795,-0.026731564,0.007778773,0.019670095,-0.0065593547,-0.010942885,0.005447532,-0.022650896,-0.01311074,-0.017805101,0.01761382,-0.03074847,-0.012664417,-0.0020214051,-0.013772254,-0.05116775,-0.0034709587,-0.015605367,0.0017823034,0.026237419,-0.02791113,0.01751818,-0.018809328,0.038702585,0.024452128,0.0012114483,-0.012951339,0.010496561,0.0139077455,0.0050211344,0.027576389,0.009324964,-0.025966438,0.007726968,-0.030142747,0.03376115,-0.016673354,0.016673354,0.0048736883,-0.059233446,-0.016689295,-0.029776124,0.011867411,-0.030015225,0.01582056,0.021327866,0.02040334,0.005001209,0.009332933,0.026827203,-0.02481875,0.0027676015,0.0005967578,0.008950371,-0.0037698357,0.0033075726,-0.028771896,-0.047023322,0.060763694,0.0052044457,-0.0059775407,-0.0019805585,-0.01319044,-0.012624566,0.007228839,0.020785902,0.014959793,0.011915231,-0.03758678,0.009619856,0.0029489202,0.012775998,0.0008692341,-0.0020642441,0.044919226,0.011843501,-0.031609237,0.016242972,0.011763801,-0.035865244,0.013955565,-0.046162557,-0.00809359,0.015358295,-0.00511279,-0.016043719,-0.018554287,0.0036642326,-0.009874897,-0.008161336,0.004949404,0.0037817908,0.013947596,0.008639539,-0.00069737976,-0.005575053,-0.019207831,0.0040408177,0.019781675,0.022762476,0.0045987214,0.018315185,-0.0160756,0.0012473136,0.008902551,-0.004790003,0.009372784,-0.014417829,0.007471926,0.03068471,-0.0017075841,0.0056467834,0.0030385833,-0.0070774085,-0.008567808,0.055280298,-0.026763443,0.0028433169,0.00877503,0.020722141,0.014816332,0.014505499,0.012815848,-0.021535087,0.011532669,0.009173533,0.0003875439,-0.03490884,-0.0036084421,-0.022969697,0.0321512,0.022252392,0.007950129,0.0037598733,-0.010632053,0.005706559,0.016386433,0.0008278894,-0.024213025,0.022619015,-0.030844111,-0.01900061,-0.012895548,0.011397178,0.006288373,-0.0054754275,-0.014377979,0.00021431975,-0.017996384,0.011022585,0.0040647276,0.0072726747,-0.01753412,0.04080668,0.020961244,0.02920228,-0.020004837,-0.016402373,-0.025631696,0.0064796545,0.009882867,0.026970664,0.034845077,0.010369041,0.016370492,-0.021997351,-0.018267365,-0.019957017,-0.025328834,0.00060024473,-0.012911488,0.009022102,0.03822438,0.022507435,0.0048457934,-0.004985269,0.009109773,0.011229807,-0.025360713,0.053558767,0.034749437,0.0146649005,-0.027018486,0.022507435,0.02346384,-0.01898467,-0.034398757,-0.030429669,-0.0119550815,-0.02797489,0.006097092,0.00094196084,-0.022300212,0.017231258,-0.041253,-0.008870671,0.0007437057,0.009476394,-0.0008926461,0.020132357,0.017087797,0.016482072,-0.005108805,-0.003195992,-0.03643909,0.023750762,-0.03784182,0.012831788,-0.010090089,0.0003193003,-0.0000010974392,-0.043165814,-0.005284146,0.01887309,-0.04982878,-0.023272559,0.0068064267,0.022523373,-0.007730953,-0.015772738,-0.000039943672,-0.042910773,-0.030796291,0.023176918,0.006483639,0.018633988,-0.034717556,0.0001889152,-0.02040334,0.015222804,0.0127999075,0.056204826,-0.012289824,0.010090089,0.009038042,-0.007129214,0.024579648,0.0050211344,0.021806069,0.022459613,-0.048649214,0.01174786,-0.010735664,-0.034558155,-0.017422538,0.023033457,0.013724434,-0.0061050616,0.012839758,-0.029871764,-0.022459613,0.0063361935,0.018825268,0.056013543,-0.026492462,0.008336677,-0.00436759,0.0037678434,-0.009261203,0.0051964754,-0.0034908839,-0.027401047,0.024611529,-0.012194184,-0.006718756,0.011086346,-0.0012672386,-0.0022336077,-0.020801842,-0.0015920184,0.0075396714,0.0046066917,-0.014537379,0.049191177,-0.023320379,0.008149381,-0.019223772,-0.00014283833,-0.024499947,0.03062095,0.0018978693,0.004829853,0.009109773,0.009994448,0.018458646,0.020977184,-0.024707168,0.008599689,0.020275818,-0.037905578,-0.0060532563,0.04667264,-0.0020682293,0.015111224,-0.0021120645,-0.0031920068,-0.0040089376,-0.009954598,0.012560806,0.018490527,-0.026492462,-0.0176457,0.00365427,0.010528442,0.0053399364,0.0053160265,0.008125471,0.014210607,-0.013971506,0.0017992398,-0.015135134,-0.0049892543,0.024563707,0.023702942,0.014888062,-0.012672387,0.03949959,0.005949646,-0.0123057645,0.0055112927,0.018092023,-0.01173192,-0.031975858,0.06254899,-0.017295018,0.0038276187,0.013445482,0.006894097,-0.033155426,-0.003235842,0.025791096,-0.02043522,0.003526749,0.021806069,-0.03369739,-0.008217126,-0.00022403325,0.0047939876,0.045078628,0.005846035,-0.029505141,-0.0060891216,-0.009006161,0.0436759,-0.020291759,-0.009970538,0.025201313,-0.03218308,-0.012807878,-0.021598848,0.09780851,-0.022730596,0.06376044,0.0058619753,0.03369739,-0.024770929,-0.000052334617,0.005519263,0.01025746,0.012967278,0.0056866338,0.0028532795,0.006694846,0.015804619,-0.014848212,-0.0005140685,0.026795324,0.02355948,0.000168741,-0.0008398445,-0.005742424,0.009221353,0.03959523,0.009978509,-0.013716464,-0.044441026,0.037012935,-0.0014136884,-0.003777806,-0.017279077,0.013756314,0.004511051,-0.0012811862,0.033187307,-0.033314828,0.00053200114,-0.023766702,-0.011237777,0.020769961,0.00039924993,0.012050723,-0.032629404,-0.003002718,0.005264221,0.010145879,0.006156867,-0.0053758016,0.020801842,-0.024531828,-0.041763086,-0.018267365,0.011516728,0.014099026,0.023973923,0.0007028592,-0.012520956,0.016498012,0.023256619,0.013939626,0.025599815,0.008966311,0.018203605,0.000048660917,0.014433769,0.0021459372,-0.010480622,0.011508759,-0.013580973,0.0025922603,-0.019877316,0.003596487,0.002269473,-0.0048776735,0.026014257,-0.006575295,0.014489559,0.026428701,0.013963535,0.025376653,-0.008392467,-0.01161237,-0.013549092,0.01600387,-0.0039471695,-0.03218308,0.026875025,-0.021184405,0.007858474,-0.01601981,0.011349358,-0.010042269,-0.014752571,0.054802094,0.026476521,0.0015880334,0.009141653,-0.037044812,-0.019654155,-0.023049397,-0.015501756,-0.008217126,0.015876349,0.010058208,0.0377143,-0.01766164,-0.010137909,-0.053271845,0.0051367003,-0.017900743,0.0060931067,0.020339578,0.023591362,0.010145879,-0.016864635,0.019335352,0.007934189,-0.037012935,-0.0027915116,-0.019749794,-0.044217862,0.027146006,0.004287889,0.008320737,-0.003534719,-0.010058208,-0.023017518,-0.0060213762,-0.03825626,0.0378737,-0.0060652113,-0.0041683386,0.0046106763,0.037395496,-0.034207474,0.017868862,0.016434252,-0.034717556,-0.010942885,-0.01879339,0.04342086,-0.035610203,-0.000112078895,-0.018809328,0.024165206,-0.01463302,-0.018155783,-0.0081693055,0.031657055,-0.0025265072,0.004853763,-0.007069438,-0.009930688,-0.0011158077,0.0028413245,0.0082569765,-0.04950998,0.015214834,0.013413602,-0.0436759,0.010839274,-0.019972956,-0.017884802,0.012815848,-0.023192858,0.046098795,-0.00041792972,-0.023734823,0.017039977,0.029712364,0.03927643,-0.015214834,-0.024627468,-0.054451413,0.009986478,0.0018859141,-0.009532185,-0.004997224,0.009795197,-0.007830579,0.031736758,-0.016107481,0.0076392973,0.006738681,0.0121304225,0.023846403,-0.006694846,0.023272559,0.005662724,0.015987929,0.021104705,-0.00058629713,-0.012999159,-0.013843984,-0.02638088,0.034303114,-0.014106996,0.032214962,-0.003998975,-0.017773222,0.050402626,0.01471272,-0.008583749,-0.016912457,0.015087313,0.016434252,-0.003211932,-0.0053160265,0.016545834,0.0010829312,0.012616596,0.016737115,0.014872122,-0.017709462,0.023846403,0.01173989,-0.022316152,-0.0007730953,0.050370745,0.031752698,-0.005092865,0.044441026,0.0035984796,0.01626688,-0.06631085,-0.0011596429,0.038638823,0.01893685,-0.04501487,-0.025057852,0.021471327,0.027401047,-0.026922844,-0.02188577,0.011476878,-0.03516388,-0.0032597524,0.004841808,0.010520472,-0.035482682,-0.03398431,-0.0035745695,-0.0072208694,0.0033294903,-0.037012935,-0.025265073,0.040105313,-0.023750762,-0.015836498,-0.006415894,-0.01158049,0.02037146,0.037778057,0.0023113159,-0.029744243,-0.018171724,0.011947112,-0.0029429425,0.0017404606,0.04562059,0.019255651,-0.014377979,0.021790128,0.04112548,-0.01734284,-0.01162034,0.004817898,0.022348033,-0.021152524,-0.03372927,0.013684584,-0.0046664667,-0.010050239,-0.010934914,-0.02193359,-0.0060691964,-0.038957626,-0.013086829,0.014808361,0.015374235,-0.022268333,-0.01778916,0.006710786,-0.007989979,0.019335352,-0.034398757,-0.0024388367,-0.004267964,-0.021519147,-0.0261896,0.001571097,0.018251425,-0.010010389,-0.0032318572,0.02198141,0.0063162684,0.022124872,0.017008096,0.00657928,0.00039675928,0.009053982,0.0003534221,-0.0060373163,0.0025025972,-0.020865602,-0.015924169,-0.008153366,-0.005240311,0.025376653,-0.013007129,-0.009723467,0.030589068,-0.03927643,0.005997466,-0.033920553,0.022682775,0.003797731,0.038989507,-0.024324607,-0.026779383,0.010137909,0.043006413,-0.005838065,0.026763443,0.0007347394,0.03800122,0.010687843,-0.021295985,-0.016450193,0.01903249,-0.012863668,0.0072726747,0.05279364,0.038288143,-0.012154333,0.008065695,-0.018841209,0.009141653,-0.02486657,-0.014824301,-0.03188022,-0.038415663,-0.011891321,0.015748827,0.02481875,-0.0033274977,0.017039977,0.016314702,0.010895064,0.019526634,-0.02639682,0.033187307,0.0066510104,0.037554897,0.003211932,0.0047182725,0.0117239505,-0.0075436565,0.010671903,0.01602778,0.0053797867,-0.0018002361,-0.0057623493,-0.03334671,0.024117384,-0.014569259,0.00014918945,0.018841209,0.019239713,0.027353227,-0.0021240194,0.03240624,-0.06436616,0.002691886,-0.017948562,-0.011213867,-0.031672996,-0.017438479,0.047947846,0.0039013417,-0.031465776,0.0031680968,0.039850272,0.029887704,-0.00088318164,0.031609237,0.020196117,0.0016238986,-0.009954598,-0.024244906],"social":"https://twitter.com/summateio"},{"title":"neon abyss","description":"shoot arcade monsters in an everchanging maze","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=uDY9dos6ebI","youtube_transcript":"Hi. My name is Damon Rochia. I'm working on the on of this, an ND first person shooter game. Let's jump in the demo real quick. So in this game, you start out and I may as go through and destroy the environment. And fighting three Arjo monsters, whilst driving as long as we can to go and trying to play with this. The various weapons, power ups, unlocks as the player goes to the enterprise wide as long as we can. And means of interaction with the world is good. And the hour after that, you can find the road map. That's it for the demo. During this six weeks, I have gotten seventy five views on my page. But what I was really tracking on these downloads. So it started off really slow with only one in my first week, but then I skyrocketed to about eight in the second week two and then dwindle down to one. And this was just due to me switching up and trying different of promoting. So I went from just promoting on Twitter to reaching out to people directly to writing substack articles. And after my last substack article, I actually got one person on my waitlist. So I'm technically up to about ten people now, and that's it for my demo. Thank you.","embedding":[-0.0076594064,0.0350364,0.010804685,-0.010527839,-0.009289722,-0.018671725,-0.039250612,0.038973767,0.0030952923,0.017472059,0.03546705,-0.03651291,-0.01056629,-0.049217068,0.04604872,-0.0017101009,-0.009228201,-0.022439908,-0.03420586,0.043126456,0.01930232,0.02487,0.01881015,0.028238293,0.0066904454,-0.032483265,-0.032052618,0.016933748,-0.028222913,-0.022809036,-0.0011708279,-0.04143462,-0.006498191,-0.016733803,-0.012550352,-0.029760946,0.006955756,0.016672282,-0.008859073,-0.009174369,0.037866384,0.0011256482,0.007286433,0.020517366,-0.06859629,0.024162505,-0.043526344,0.024162505,0.037712578,0.030868331,-0.06656609,0.0041603805,-0.006275176,0.049001746,0.040265713,-0.026761781,-0.004110394,0.008551465,0.014219119,-0.01289641,0.027484657,-0.0044410713,0.026807923,-0.0037354985,0.019271558,-0.01562642,-0.041588422,-0.013550074,-0.0014303711,0.020163618,0.07647102,0.018487161,-0.00045516176,-0.0056830333,-0.010843135,0.02528527,-0.01799499,-0.016979888,-0.033898257,-0.0025531354,-0.008520705,0.035774656,-0.007920872,-0.020994157,-0.0135808345,-0.039865825,-0.06349002,-0.009412765,-0.014626698,0.0041642254,-0.051800966,0.033436846,0.007824745,0.02711553,0.041526902,-0.014665148,-0.03632835,0.055492245,0.0294841,0.012773368,0.036420632,-0.0012448458,-0.0058522173,-0.05026293,0.0014447902,-0.004467987,0.01982525,0.0016668437,0.026115807,-0.02993013,-0.12808742,0.015503377,-0.00030568414,0.01659538,0.031621967,0.0312836,0.05666115,-0.044479925,-0.0025858188,-0.05210857,-0.069826715,0.03088371,0.01471129,0.016902987,0.030191597,-0.046294805,0.015810983,-0.030529963,0.00036816674,-0.03319076,0.036113024,0.025146846,0.0063482327,-0.07357952,-0.07634798,-0.0015649489,-0.0012188915,-0.0028915028,-0.03272935,0.020655788,0.0016629986,-0.045833394,-0.028422857,0.012296577,-0.01241962,-0.024623916,-0.007224912,0.016979888,0.0036932027,-0.028484378,0.04927859,-0.009474286,-0.021732412,-0.04730991,0.04146538,0.010174091,-0.012534972,0.042172875,-0.04657165,0.0096973,-0.019609926,-0.025408313,-0.010189471,-0.026977105,-0.070257366,0.010650882,-0.019256178,-0.016503097,-0.06447436,0.013096354,0.025023803,0.0043487893,0.004006577,-0.015518757,0.038912244,0.0074556167,0.02946872,-0.023685714,-0.026069665,-0.03912757,-0.00013217474,-0.015326503,-0.011020009,0.032821633,-0.042941894,-0.05260074,-0.051524118,0.008889833,-0.013150185,0.0055599906,0.057276364,0.053031392,-0.041496143,-0.000111387264,0.012788747,-0.10280215,0.07204148,0.03174501,0.012665705,-0.015541827,0.013396271,-0.0049447776,0.01104308,0.0096819205,-0.002953024,0.03359065,-0.029238015,0.009443525,0.0001843237,0.005283145,0.047648273,-0.00010123384,0.012550352,-0.0096973,-0.044356883,-0.033283044,-0.0072095315,0.033836734,-0.01940998,-0.027869165,0.03765106,0.023762615,-0.012219676,0.016656902,0.06118297,0.027253952,0.032514025,-0.016164731,0.0700728,-0.011742885,0.032514025,0.023193544,0.020409703,-0.037958663,0.031468164,-0.00031145176,0.037558775,-0.03040692,-0.022178441,0.0004988996,-0.0058983583,-0.010343275,0.03177577,-0.03817399,0.0193946,-0.023301207,-0.050878145,-0.040665604,-0.010812375,0.000502264,0.032975435,-0.029084211,-0.015249602,-0.005894513,0.0005469631,-0.013873061,-0.030360779,0.09665002,-0.01291179,0.02809987,-0.0040757884,0.020378942,-0.008243859,0.047063824,0.015903266,0.026146568,0.0070518833,0.02719243,0.012996382,-0.013227087,-0.0019033164,-0.021347903,0.0074402364,0.023162782,-0.0358977,0.0073479544,0.050755102,0.014119146,0.018118033,-0.061521336,0.004279578,0.0056791883,0.001533227,0.018025752,-0.0020917254,0.03091447,0.045618072,0.012919481,0.008197718,0.01839488,-0.00005785649,-0.04924783,0.015603349,0.012058182,0.037005085,0.007694012,0.009558878,-0.005206243,-0.01335013,0.018102653,0.03220642,-0.03783562,-0.026869444,0.016933748,0.028638182,0.00482558,0.019917533,0.02347039,-0.02390104,-0.032514025,0.028176771,-0.0013428954,-0.00483327,0.0069403755,-0.013873061,0.024531633,0.08582226,-0.00024800788,0.013673117,-0.015011206,0.022624472,0.0027588473,-0.0304223,-0.000109825196,-0.02991475,0.0013601983,0.06847325,0.0084438035,-0.013550074,-0.08286924,0.0076171104,-0.0341751,-0.006205965,-0.014588247,-0.008213098,0.0024185574,-0.020609647,-0.0028799674,0.06330545,0.049094025,-0.015487996,-0.020332802,-0.014519035,0.013773089,-0.015795603,-0.010889277,-0.0044872123,-0.033867497,-0.027054008,-0.03312924,-0.04417232,-0.024977662,0.0014101844,0.030283878,0.0076747867,0.017672004,0.023301207,-0.030053172,-0.017856568,-0.0035605473,-0.011527561,0.05020141,0.002978017,0.0040796334,-0.03688204,0.012104323,-0.022624472,0.031391263,0.031991094,0.02620809,0.035774656,0.016641522,-0.025485214,0.01061243,-0.049463153,0.04730991,0.014688219,0.0019417672,0.009474286,0.0075440537,0.009804963,0.0056830333,-0.012173534,-0.021163339,-0.018533302,0.01796423,-0.0044949027,-0.022286104,-0.041988313,-0.019548405,0.03595922,-0.08754486,-0.0059252735,0.022363005,-0.019948293,0.045833394,0.03316,0.054815512,-0.013965343,-0.020532746,-0.011927449,0.021071058,-0.042941894,-0.06287481,-0.015364953,-0.006455895,-0.026131187,-0.018963952,0.0005560952,-0.030130075,-0.0043026484,-0.0700728,0.045433506,-0.02070193,-0.015857125,0.01241962,0.00016894336,-0.020132856,0.033898257,0.083484456,-0.03583618,-0.041280817,-0.012488831,0.0024646986,0.015603349,0.035374768,0.053062152,0.00096079026,0.022870557,-0.008966735,-0.031621967,-0.013880751,0.0060983025,0.015372644,0.011419898,0.02347039,-0.025654398,0.021271002,-0.0011458349,0.0055061597,0.004875566,-0.031237459,-0.035251725,0.024977662,0.010958488,-0.0012073562,0.024224026,0.011281475,0.0031029824,-0.05539996,-0.036912803,-0.038420074,-0.059983302,0.005890668,-0.07154931,-0.013650047,0.04284961,0.0025146846,0.018271837,-0.003654752,-0.059983302,-0.0017158685,-0.084099665,0.040173434,0.0032164124,-0.016503097,-0.004648706,0.03497488,0.014642078,-0.036236066,0.009735752,-0.0025416003,-0.016364675,0.025931243,-0.061429054,-0.008882143,-0.019086994,0.015149629,-0.013265538,-0.026515696,-0.07124171,-0.026915584,0.0149035435,0.05340052,0.026992487,0.06355154,-0.05672267,0.039527457,-0.058383748,0.015795603,-0.030237736,0.051401075,0.06305937,-0.019425362,-0.029730186,-0.06681217,0.03368293,-0.041157775,0.013280919,-0.0076670963,0.02902269,0.014234499,-0.029561002,0.07579429,0.019225417,-0.060536996,-0.02670026,0.020040575,-0.030268498,0.030791428,-0.038573876,-0.0065135714,-0.009343553,0.01890243,-0.015280362,-0.017564341,-0.0007041309,0.0193177,-0.0012429232,0.009566568,-0.0060983025,0.0062175,0.012704156,0.013265538,0.01710293,0.00015380334,-0.03632835,-0.0011150743,-0.011842857,0.008905213,0.004467987,-0.040788647,0.011858238,0.012811818,-0.035559334,-0.008582226,-0.024131743,-0.014395992,0.02711553,-0.012619564,0.026177328,0.03177577,0.03448271,-0.040234953,-0.0068750093,0.030468442,0.016979888,-0.032083377,0.010650882,-0.014011485,0.016902987,-0.02442397,0.02256295,-0.015111178,0.014511345,-0.015472616,0.0004789532,-0.0056868787,0.0032702435,-0.0149958255,-0.018364118,-0.0350364,0.010712403,0.013634666,0.004560269,0.018164175,0.028684324,-0.03266783,0.0070249676,0.014849712,-0.010681642,0.0038085552,-0.018487161,-0.009135919,0.032575548,-0.0032414054,0.0039123725,0.045464266,-0.007959323,-0.013511623,-0.0006180972,-0.03500564,-0.02303974,0.049370874,-0.023547292,0.012881029,0.000881966,0.00644436,0.019086994,0.013073284,0.034913357,-0.041557662,-0.0052869897,0.0377741,0.007040348,0.025639016,0.008766791,-0.0211172,0.031468164,-0.014403683,0.0153418835,0.00026194632,-0.0024147124,-0.0058099213,0.021978498,0.014565176,-0.02859204,0.0054561733,0.036666717,-0.01801037,-0.009804963,0.020963395,-0.007874731,-0.026977105,-0.016764564,0.017810427,-0.016549239,0.026854062,0.020501986,-0.026531076,-0.020794211,-0.019086994,0.013949963,0.020532746,0.02256295,0.015141939,-0.012081252,-0.039004527,-0.027869165,0.0060790773,0.0048409603,0.006159824,0.024116363,0.018348739,-0.030053172,0.008013154,-0.0047025373,-0.00022097214,0.013427031,-0.024470111,-0.003620146,-0.018471781,0.004187296,0.0076709418,0.0386354,-0.00056234346,-0.0012333106,0.048940223,0.003091447,-0.03961974,-0.012027421,-0.027038626,0.018179554,-0.0021244087,-0.007559434,0.015226531,-0.045402747,-0.03399054,-0.010443247,-0.005840682,-0.010089499,0.023378108,-0.012773368,0.01521115,-0.020640409,0.036451392,0.0014736282,0.025500594,-0.011919759,0.037220407,-0.0060175555,-0.0122504365,0.007505603,-0.00012893045,0.044756774,0.015980167,-0.008328451,-0.025239129,-0.0005560952,0.020763451,-0.021024916,-0.007101869,0.013419341,-0.04934011,-0.004641016,0.016287774,0.009320483,-0.00065414485,0.016979888,-0.007778604,-0.027792264,0.01890243,0.028269054,-0.032329462,-0.028484378,-0.0035297866,-0.05032445,0.0076209554,0.01937922,-0.056076698,-0.02668488,0.025869722,-0.012573423,0.0020417394,-0.0034798007,-0.015934026,0.013557765,0.0015620652,0.00690577,0.027884545,-0.012027421,-0.020086717,-0.039773542,0.030237736,0.0036105334,-0.009820343,-0.06484349,-0.054077253,0.007317194,-0.011673674,-0.02303974,0.010358655,0.01474974,-0.021455565,-0.0004594875,-0.0054100323,-0.004694847,-0.026008144,-0.013873061,-0.01659538,-0.00412962,0.027946066,0.008697579,0.03580542,-0.0060983025,-0.00031649842,-0.04694078,0.0046333256,-0.022824416,-0.0046294807,0.017379778,-0.0051293415,-0.013888442,0.024547013,0.027915306,-0.010512458,0.03765106,0.068719335,-0.059706457,0.01710293,-0.022685993,0.016410816,-0.0130425235,0.036605194,0.011812096,0.020840352,0.026515696,0.022732133,0.008205408,0.016503097,-0.00015572588,-0.015711011,-0.013280919,0.02711553,0.01794885,0.00597526,0.020255899,0.0312836,0.010873896,0.035651613,0.013057903,-0.03129898,-0.02528527,-0.016333915,0.026807923,-0.056076698,-0.002207078,0.02671564,0.01661076,-0.0027915307,-0.008636057,0.0006594318,-0.007421011,-0.023624193,0.018487161,0.009051327,0.017595103,-0.007736308,-0.018548682,-0.0050370595,-0.028453618,-0.025531355,0.00047270497,0.010789304,0.0005171637,-0.005429258,0.022870557,-0.09437373,-0.04752523,0.0027261642,-0.016641522,-0.01613397,0.004198831,0.030283878,-0.050078366,0.04657165,-0.018102653,0.02762308,-0.037712578,-0.0011842857,-0.007863196,-0.0061867395,-0.00006975222,0.013373201,0.0022666766,-0.0043449444,0.026869444,-0.029730186,-0.008313071,0.0038104777,0.008736029,-0.009120538,-0.019763729,-0.010066428,0.002009056,0.014157598,-0.0024685436,0.031175938,0.0004162303,-0.001738939,-0.00047823225,-0.00061040703,0.02670026,-0.009989527,-0.027530799,0.036635954,0.00084832154,0.0035105613,-0.0045794942,-0.03168349,-0.053123675,0.045894917,-0.026438795,0.0067596566,0.04005039,0.010812375,-0.008843692,0.032975435,-0.014788191,-0.06336698,0.007405631,0.0042565074,0.033805974,-0.011319926,0.025146846,-0.0035682374,0.0015928259,-0.017687384,0.0069173053,-0.014057625,-0.023962561,0.0012035111,0.020763451,0.037374213,0.0024224026,-0.034298144,0.014226809,0.012496522,0.019948293,0.025054565,-0.024162505,0.013111735,-0.043833952,-0.0065327967,0.017779667,0.008389972,-0.016210873,-0.01245807,0.00757866,-0.012265816,0.019240798,-0.020840352,-0.047094584,-0.021993877,-0.031991094,-0.003666287,0.00921282,0.027838405,-0.016949128,0.024162505,-0.03352913,-0.03368293,-0.038081706,-0.0516164,-0.020102097,0.027330853,0.034882598,0.045402747,0.0012400395,-0.01380385,0.02579282,-0.016410816,0.013180946,0.008889833,-0.029853228,-0.000062302366,0.0067058257,-0.022409147,0.026346512,0.015964787,0.029145733,0.007424856,0.044479925,0.007467152,0.026469555,-0.006317472,-0.018564064,0.04604872,0.022439908,-0.03083757,-0.013980724,0.01150449,0.054477144,0.033805974,-0.015564898,0.029561002,-0.02488538,0.037989426,0.0141960485,0.014688219,0.0023743392,-0.0029184185,0.009289722,0.019748349,0.009282032,0.0070941793,-0.014034554,0.024439352,0.014826642,-0.017641243,0.03220642,-0.001298677,0.023147402,-0.0030068553,0.022286104,0.02120948,0.02482386,-0.01195821,-0.021655511,-0.012588804,-0.007036503,0.034821074,0.018717866,0.0061059925,-0.036635954,-0.02482386,0.05057054,0.016749185,0.026930965,0.015872505,-0.037528016,0.015949406,-0.017656624,-0.0020417394,-0.0024320153,-0.030745288,-0.041711465,0.019163895,-0.001231388,0.021055678,-0.0009804963,0.033898257,-0.026423413,0.023270445,0.01888705,-0.0422344,0.021886215,0.0060521616,-0.002630037,-0.043064937,-0.0069403755,0.017548962,-0.011712125,-0.0017985378,0.0014495965,0.0004229592,-0.011327616,0.035590094,-0.024439352,-0.02122486,-0.017441299,0.018564064,-0.0035259416,0.017256735,-0.008697579,-0.016010927,-0.030130075,-0.011342997,0.0154341655,0.02440859,0.014888164,-0.0094204545,0.02763846,-0.043464825,-0.004279578,-0.011112291,0.028961169,-0.005433103,-0.024731576,0.009520426,0.04045028,-0.003272166,0.014695909,-0.016687663,0.011765956,-0.012473451,-0.035067163,0.03534401,-0.025915863,-0.01429602,0.041619185,0.007001897,-0.016902987,-0.036205307,0.014549796,0.0074863774,0.032944676,-0.022363005,0.021578608,0.0024320153,-0.006109838,0.010966178,-0.018502543,0.00025041107,0.013150185,0.037497256,-0.019102374,-0.0072018416,0.022424527,-0.013257848,-0.038543116,0.01430371,0.02994551,0.03909681,0.017871948,-0.0095050465,0.005021679,-0.017256735,-0.002055197,0.009451215,0.027023247,-0.005344666,0.044356883,0.003712428,0.008382282,0.004964003,0.013680807,0.018256456,-0.008497635,0.019225417,-0.037528016,0.00760173,-0.039281372,-0.03543629,-0.004283423,0.015764842,0.03728193,0.0022609092,0.00079689355,0.015718702,0.026177328,-0.0015985934,-0.001873517,-0.000697402,-0.0451259,0.00921282,0.0019100453,-0.021317143,0.014765121,0.0029933974,-0.0052716094,0.00097328675,-0.029053451,-0.034236625,0.0095050465,0.02900731,-0.023362728,0.02170165,0.013688497,0.0050947354,-0.010012598,-0.0137577085,-0.01801037,-0.021378664,-0.0018917811,0.015826363,-0.0034394271,0.0057637803,0.03322152,-0.002789608,-0.015264981,-0.012757987,0.0045333533,0.0432495,-0.014457514,-0.03734345,-0.011665983,-0.009382004,0.013826921,0.0049909186,0.031591207,0.006090612,0.01241962,-0.0046833116,0.023547292,-0.016472338,0.0020532745,0.00007455857,-0.006002175,-0.0074825324,0.0013371278,0.028561281,0.0040488727,-0.0096819205,0.0054907794,-0.008336141,0.005394652,0.0070711086,-0.017333636,0.024285547,-0.020517366,-0.036543675,0.004145,0.0058560623,0.03220642,-0.023147402,-0.022163061,0.020609647,0.00921282,0.0034336597,0.008066985,-0.010635501,0.023347348,0.014149907,-0.009282032,0.029991651,0.013111735,0.10169477,-0.013050213,0.0018639042,-0.016826086,0.028269054,0.01934846,0.0043564797,0.033283044,-0.007182616,0.006040626,0.0028261363,0.005029369,0.0047948193,0.013603905,-0.003889302,-0.003281779,-0.0012285042,0.018302597,0.0075209835,0.0029549466,-0.0025396775,0.02951486,0.01562642,-0.013034833,-0.054969314,-0.026315752,0.001462093,0.0026684878,0.022901317,0.04651013,0.0001702651,0.0073364195,0.036174547,0.001380385,0.013957653,0.020455845,-0.0014015329,0.0193946,-0.008982115,-0.018702487,0.009143609,-0.024577774,0.050847385,-0.0018408337,-0.012658015,0.025577495,0.0129041,0.0047640586,-0.036543675,-0.036236066,-0.0018860134,0.011627533,-0.0032663983,0.020194378,0.050693583,-0.008397662,0.021532468,0.02164013,-0.011888999,0.029084211,-0.0055561457,0.0023012825,-0.015326503,-0.00620981,0.010935417,0.0023897195,-0.025562115,-0.0033779058,0.011119981,-0.010912347,-0.023731856,-0.008120816,0.011696744,0.012104323,0.01890243,-0.011266095,0.01659538,0.016503097,0.011227644,0.026869444,-0.0067365863,0.0018860134,-0.018687107,0.018579444,-0.008659128,0.0006781766,0.0076324907,0.020840352,-0.031175938,0.043803193,-0.0032856239,0.02024052,0.025408313,0.021932356,-0.007882421,0.010335584,-0.042295918,0.026915584,-0.03688204,-0.025577495,0.01015871,0.008451493,0.0056753433,0.013011763,-0.008336141,-0.013634666,0.0014342162,0.005709949,-0.007959323,0.0036028433,-0.0107431635,0.022670612,0.031129796,0.013911512,0.03226794,-0.024100984,-0.035405528,0.017395157,-0.0037181957,0.0104816975,0.010527839,0.004337254,0.0069749816,-0.020594267,0.009189749,0.03316,0.034605753,-0.029114973,0.02160937,-0.0074325465,-0.01566487,0.009282032,-0.0049293973,-0.010735474,-0.012088942,-0.005802231,-0.011304545,-0.006067542,-0.018364118,0.02717705,-0.02303974,-0.036635954,-0.0074517718,-0.0015630265,0.027023247,-0.023270445,0.0077017024,-0.026915584,0.013165566,0.009174369,0.023116643,0.011035389,0.025669778,0.014880473,-0.057368647,-0.017702764,0.0028242138,-0.016841466,-0.018487161,-0.030283878,-0.009497357,-0.037466493,0.034759555,-0.005213933,0.022839796,0.02027128,-0.01799499,0.0076209554,-0.007424856,0.0072902786,0.022855176,0.0014697831,-0.031960335,0.016472338,0.00090167206,0.00042680427,-0.03085295,0.006040626,-0.044633728,0.03823551,-0.010535529,-0.013319369,-0.014042245,0.021147959,0.01940998,0.034728795,0.0053331307,-0.033252284,0.0016899141,0.004425691,0.0011160355,0.008051605,0.0027799953,0.024962282,0.0506013,-0.00575609,-0.020102097,-0.010412486,0.019471504,0.043157216,0.020163618,-0.03220642,-0.0033029267,0.025854342,-0.007867041,0.0007743037,-0.006398219,0.02257833,-0.018087273,-0.024531633,-0.010773924,0.03549781,-0.03731269,-0.0053715818,0.039004527,0.015357263,0.023839518,0.023285825,0.03598998,0.011665983,0.022286104,0.0018427563,0.012296577,-0.0506013,-0.012265816,0.003137588,0.04321874,-0.0016024385,-0.04321874,0.012804128,0.025746679,-0.010420176,-0.02942258,0.012219676,-0.011904378,0.004337254,-0.0062597957,-0.0013121348,-0.022716753,-0.0432495,-0.025531355,0.017379778,0.009005185,0.034113582,0.018733246,0.025023803,-0.0083592115,-0.021271002,0.0029011155,0.006163669,0.0007853583,0.019179277,-0.018533302,-0.023670334,-0.00229936,0.016210873,0.013527004,-0.048478812,-0.0047063823,-0.0067058257,-0.05807614,-0.025177607,0.014026864,-0.039835066,0.0156110395,0.0005993524,0.00023563152,-0.007417166,-0.0068327133,0.017210593,0.014411373,-0.0108354455,0.0039796615,-0.023070501,-0.028315196,0.014180668,0.011712125,0.0013207862,0.008697579,0.024793098,-0.04604872,0.020809593,-0.03448271,0.01611859,-0.014565176,0.002743467,-0.0136654265,-0.014657458,0.0013909589,-0.006805798,0.019871391,-0.00023274771,-0.017072171,0.020455845,0.02251681,0.019994434,0.030191597,0.013973033,-0.0013159799,-0.034328904,0.005056285,0.0143729225,0.00920513,0.0039085275,-0.0012967545,-0.010027978,0.01794885,0.0018485239,-0.0011823631,-0.0038796891,0.00006137114,-0.025454452,0.013973033,0.010235612,-0.0063251625,-0.003968126,-0.009235891,0.009182059,-0.01567256,-0.0061252182,-0.005909893,0.010843135,0.0053139054,0.027392374,0.049709238,0.000106941385,0.008935974,-0.02719243,0.006859629,-0.010450937,0.021778554,0.024224026,0.04752523,-0.03371369,0.039988868,-0.0044949027,0.020255899,0.033898257,0.0028453618,-0.025577495,-0.012965621,0.012596494,0.02951486,0.009112848,0.018979331,0.004329564,0.003193342,0.013050213,0.019533025,-0.014226809,0.01562642,0.032821633,0.022347625,0.02300898,0.00096463534,0.0175182,0.013826921,0.0031222077,-0.04389547,0.012750297,-0.0024973818,-0.041834507,-0.001976373,-0.008582226,-0.037989426,0.058106903,-0.008951355,0.003385596,0.016410816,0.00276077,0.022439908,0.006263641,0.013873061,-0.03912757,0.010896967,-0.044818293,-0.004291113,0.017302876,-0.0038835343,-0.026438795,0.019286938,-0.005656118,-0.0031991096,0.017764285,0.001554375,0.009397384,-0.022778274,-0.014357542,-0.037466493],"social":"https://twitter.com/DamonMRocha"},{"title":"thirdmerch","description":"we help digital artists monetize their work through custom merchandise and digital collectibles","niche":"web3","youtube_url":"https://youtube.com/watch?v=krqGt2a_bf4","youtube_transcript":"Hello. My name is David, and I'm working in Starmerch. So basically, how digital artists more does their work through custom merchandise and digital colleges. To get started, you have to log in with Gmail account, create your own store and platform, upload your design and see how it looks on the two d model. You can also read the placement of the design to your own liking. We also for AI generated images, from opening yesterday. After all that, all you have to do is to preview the item and click publish and the product. You can also release your own membership tokens as NFTs and give the holder some resource benefits such as discounts and exclusive access to certain items. Users can also create their own three d avatars and wear their own merch that was personally bought on the platform. We'll be doing this via NFTs. Which means every single product is going to have their own NFV version. And they will be a drop to the user. From episode, we already have an idea that we were working on for about a week or two. But after week two, we changed our plans and decided to go for a different niche, which ruined our initial goal of reaching twenty five users by memory. We did manage to get around ten users from our conference call and reaching out to digital artists on Instagram. We also managed to get get a chance to be part of the tour specialist, hosted by a three million followers, NB Chang's official Twitter account. I guess that is it, and thanks so much for watching. Bye.","embedding":[0.04790631,0.060132053,-0.03837156,-0.025514593,0.010082915,-0.030481303,0.022557825,0.058271613,-0.018920003,0.031477965,0.007367007,-0.025032874,-0.050132193,-0.09501529,0.017840283,0.035547677,-0.027740477,-0.054118846,-0.025066096,0.029717194,0.08624464,0.03793967,0.02308938,0.026644146,-0.024069432,-0.021943215,-0.015340318,0.026992979,-0.011121107,-0.026810257,-0.023936544,-0.04587976,0.0107058305,-0.014526376,-0.043354876,0.018969836,0.0062208436,0.00054245506,-0.005909386,-0.00436871,-0.012823741,-0.004505751,0.016802091,0.012715769,-0.008106199,0.028936474,-0.031594243,0.022341881,0.01985022,0.02592987,-0.022591047,0.01793995,0.005377832,0.003226699,-0.032524463,-0.028072698,-0.01622901,0.01656123,-0.051660407,0.01178555,0.03840478,-0.028188976,0.04092966,0.015406762,0.0006462742,-0.01764095,-0.03837156,-0.0015334089,-0.026511258,0.010406831,0.054882955,0.011237385,0.013953294,-0.03245802,-0.025149152,0.017092785,-0.017591117,0.03870378,0.0024542848,-0.022441547,0.001827217,0.016611064,-0.0019663346,0.01779045,-0.037175562,-0.03343807,-0.0077615194,-0.027109256,-0.0746169,0.013637683,-0.028637474,-0.0014378952,0.0021968132,0.061294828,0.04820531,0.043454543,-0.040896438,0.034883235,0.047241867,0.014659264,-0.01334699,0.008712503,-0.009609501,-0.026926534,0.00966764,-0.037341673,0.023836877,0.007292257,-0.013446656,-0.025913259,-0.1259783,-0.0004874309,0.0061336355,0.021311995,0.012317104,0.02749131,0.012333715,-0.020265497,0.031295244,-0.0474412,-0.06388615,0.001610235,0.018770503,0.00468432,-0.022873435,-0.009451696,-0.07049736,0.016345287,-0.032707185,-0.048936196,0.04621198,-0.025481371,0.05265707,-0.05774006,-0.0424911,-0.023355156,-0.0054567344,-0.021012995,-0.024484709,0.025547815,-0.010431748,-0.07754045,0.008430115,-0.012915102,-0.0052781655,-0.034717124,-0.053188626,0.075281344,-0.028371697,-0.024567764,-0.003405268,-0.043952875,0.012458298,-0.01857117,0.0070721605,-0.014335348,0.015531344,0.036577564,-0.01842167,-0.022109326,-0.015290485,0.03853767,-0.0067731612,0.000932296,-0.009426779,0.008147727,0.0044476124,-0.037109118,-0.06431804,-0.01039022,-0.037242007,-0.007873644,-0.042524323,-0.003226699,0.005519026,-0.0023276254,0.036311787,-0.045049205,-0.016851924,-0.04435154,-0.03837156,-0.0014160932,-0.027076034,-0.029218862,-0.0477402,-0.020996384,-0.00026110516,-0.06445093,-0.0018770503,-0.03342146,0.021610994,0.025365094,0.02016583,-0.000101742764,0.00083522504,-0.056776617,0.046145536,-0.0011845765,0.045846537,-0.0036710452,0.04667709,0.027740477,-0.008720809,0.047806643,0.020099387,0.031511188,-0.0016517626,0.038637336,0.028537808,0.00036492432,0.069700025,-0.0068728277,-0.0013257705,0.015174207,-0.034850013,0.01014936,-0.03604601,0.0069143553,-0.009883583,0.032740407,-0.008168491,0.05727495,0.009817139,-0.027142478,0.022690713,0.010265637,0.031610854,-0.030780302,0.018654225,0.026810257,0.003963815,0.0270262,0.018039616,-0.06524826,0.002292327,-0.046610646,0.011229079,-0.018770503,-0.013039685,-0.008234935,-0.006511537,0.011702495,0.005514873,0.011594523,0.010008166,0.013645989,-0.039434664,-0.052690294,0.005514873,0.045813315,0.07873645,0.024434876,-0.015257263,-0.006179316,0.00675655,-0.0053819846,-0.033670627,0.07102891,0.0042856545,0.008845392,0.010240721,-0.006195927,-0.035215456,0.04109577,0.005535637,0.018238949,-0.05006575,0.035946343,-0.02544815,0.017275507,0.015016402,-0.038504448,0.0077573666,0.012524743,0.0025788676,0.025747148,-0.025979703,0.03621212,0.026478035,-0.0011773092,0.012848658,0.02046483,-0.0018957377,0.021179106,-0.019601056,0.041295104,0.011403495,0.013089518,-0.015099457,0.023039546,0.053919513,-0.040697105,-0.022740547,0.02480032,0.007225813,-0.0042109047,0.041162215,0.02511593,-0.04561398,0.0054567344,0.007474979,-0.05617862,0.014750625,0.033355016,-0.022042882,0.0066278144,0.008326296,0.041959547,0.00011472016,-0.024850152,0.019401724,0.03950111,0.023189045,-0.0013641836,-0.022391714,0.026046148,0.063487485,-0.023222268,-0.015008097,-0.015747288,-0.03249124,-0.030398248,-0.035813455,-0.02810592,0.01764095,-0.044916317,0.049500972,0.006494926,-0.02888664,-0.03169391,0.041760214,-0.056444395,-0.0114201065,-0.008770642,-0.009584584,0.0019030051,0.04092966,-0.05793939,0.04092966,-0.011976577,-0.03940144,-0.06823825,-0.023305323,-0.00234216,-0.00881217,0.04312232,-0.02156116,-0.030547747,-0.014709097,0.011187552,0.0019642583,-0.015024708,0.033371627,-0.026179036,0.015697455,0.015946621,0.02247477,-0.021179106,-0.01686023,-0.027873365,0.00018051555,0.03561412,0.06381971,-0.026145814,-0.0079027135,0.012665936,-0.06288949,-0.012300493,0.0465442,-0.051494297,0.036610786,-0.009775612,0.037408117,0.0107058305,-0.03325535,0.020049553,0.06950069,0.023787044,-0.02325549,0.056311507,0.073753126,-0.023587711,-0.004630334,-0.047108978,-0.03373707,0.03357096,0.0140280435,-0.021943215,-0.08577953,-0.025813593,0.03883667,-0.10258993,-0.029933138,0.005323846,-0.00756634,0.02169405,0.042723656,0.03561412,0.009285585,0.01840506,0.022906657,-0.030614192,0.0048961113,-0.026793646,0.031976297,-0.0046469453,-0.025431538,0.009011502,0.006270677,0.008720809,0.026976367,-0.062291488,0.063653596,-0.0015738984,0.008853697,0.025680704,0.009318807,0.0030834288,0.05793939,0.058005836,-0.028039476,-0.033836737,0.047507644,-0.022042882,0.011910133,0.017258896,0.0008040793,0.0076950756,-0.015963232,-0.05451751,-0.071560465,-0.024401654,0.0067523974,-0.018039616,-0.024850152,0.006332968,-0.015273874,0.024750486,0.025481371,-0.02122894,-0.01661937,0.0068354527,-0.03524868,-0.022375103,-0.003399039,0.012483215,-0.0098669715,-0.010755664,-0.009567973,-0.052258406,-0.040032662,-0.044451207,-0.021909993,0.038504448,-0.04867042,-0.012333715,0.024385042,0.017126007,0.035016123,-0.029085973,-0.02186016,0.025232207,-0.00985036,0.044451207,0.007545576,-0.007869491,-0.03295635,0.00015118664,0.03777356,-0.030099249,-0.0068188417,-0.013363601,0.0011586217,0.024584375,-0.01935189,0.0060588857,-0.023803655,-0.014841986,0.03058097,-0.010622775,-0.008450879,0.004655251,-0.018338615,0.019169169,0.003540233,0.0238701,-0.011154329,0.009077947,-0.031959686,0.02014922,0.008031449,0.05156074,0.028504586,-0.022275437,-0.00890353,-0.06744092,-0.014883514,-0.087839305,-0.023803655,0.036145676,-0.011768939,-0.03026536,0.026311925,0.07647734,-0.011959966,-0.021345217,-0.039800107,-0.030315192,0.013180879,0.020963162,-0.044617318,0.043952875,-0.023006324,0.030547747,-0.011162635,-0.022424936,-0.01780706,0.032075964,-0.03435168,0.024999652,-0.04727509,0.007861186,0.007205049,0.0096344175,-0.010979913,0.009451696,-0.043520987,-0.00020387485,-0.05448429,0.002499965,-0.0015873947,-0.00846749,0.015340318,0.023803655,-0.045846537,-0.035680566,0.029169029,-0.030032804,-0.030215526,-0.011411801,0.025547815,0.015140985,0.018222338,-0.012109466,0.0030481303,0.012242354,-0.007383618,-0.0030543595,0.00846749,-0.013172573,-0.01700973,-0.031328466,0.017225673,-0.026992979,-0.0054069012,0.014650959,-0.008870308,-0.019318668,0.003089658,-0.0015105687,0.015174207,-0.0038226212,0.03435168,0.049368083,0.04013233,0.028654085,0.015938316,0.019767165,-0.035780232,0.012649326,-0.030381637,-0.026162425,0.00539029,-0.02513254,0.038471226,-0.010365304,0.0026556938,0.010664303,-0.019451557,0.03966722,-0.03697623,-0.015323707,-0.014601125,0.008446726,-0.029534472,0.007886102,-0.041627325,-0.02981686,0.008376129,-0.004850431,-0.00031431246,-0.021594383,0.02092994,0.0276242,0.0142772095,0.01985022,-0.007084619,0.0018241025,0.015240652,0.040730327,0.019302057,0.013895155,-0.042225324,-0.03700945,-0.010232415,0.00013574354,-0.008430115,0.0056851367,0.028205587,0.018172504,0.020647552,-0.01970072,-0.005896928,-0.01039022,-0.02029872,-0.006901897,-0.006162705,0.004439307,0.007940088,0.043155544,-0.005772345,-0.009891888,0.016627675,0.010489887,0.014086182,0.03028197,0.010232415,-0.026511258,0.009094558,0.006403565,0.014169238,0.022242215,0.017690783,0.02496643,-0.022674102,-0.01998311,0.008521476,0.032291908,0.0068935915,-0.04886975,0.010606164,-0.021444883,-0.018504726,-0.013097824,0.04451765,0.0121343825,-0.038471226,0.022142548,-0.0116526615,-0.016901758,-0.028471364,0.0020940322,0.027823532,-0.02965075,-0.005693442,-0.0063952594,-0.04169377,-0.006669342,-0.03074708,0.0027242145,-0.03760745,0.022541214,-0.011893522,0.010415137,-0.0036066773,0.007690923,-0.0042690434,-0.009767306,-0.028238809,0.010232415,-0.009991555,0.0028238809,-0.011270607,-0.025830204,0.02686009,-0.009783917,-0.035348345,-0.04435154,0.040398106,-0.0071635214,0.0047715283,0.014376876,-0.0035111636,0.004547279,-0.0007085657,-0.00959289,0.018770503,-0.018172504,0.017856894,0.00897828,-0.0041070855,-0.007043091,-0.006798078,-0.015938316,-0.005842942,-0.021478105,-0.0038911416,0.008334601,0.00035843562,-0.06810536,-0.032873295,-0.02544815,-0.031195577,0.011752328,0.016777175,0.022657491,-0.033537738,0.015431679,0.018986447,0.037574228,-0.033338405,-0.0232721,-0.012790519,0.012018105,-0.014268904,0.002325549,-0.0007620326,-0.053288292,0.027889976,0.0035630732,-0.039335,0.012898491,0.0059758304,-0.025315262,0.006233302,-0.03544801,-0.0009764191,-0.002335931,-0.03262413,0.0010127558,-0.022225603,0.0009400824,-0.0023317782,0.010763969,0.020647552,0.01999972,-0.020597719,0.00023761608,-0.029866694,-0.04076355,0.011071274,0.019767165,0.0013319997,0.04215888,0.0095264455,-0.007923477,-0.020581108,0.026777035,-0.0082598515,0.028903252,-0.014609431,0.018953225,-0.02607937,0.017591117,0.01700973,-0.004493293,0.032109186,0.0052574016,-0.008529781,0.030531136,0.042092435,0.0029318528,0.017607728,0.022989713,0.013280545,0.017458228,0.024152488,0.01583865,0.014783847,-0.0015925857,0.014734014,-0.012757297,-0.011793856,-0.0028778668,0.034750346,-0.031610854,0.004298113,-0.013944988,0.008168491,0.020498052,0.010473276,0.0022507992,0.037806783,0.0056477617,0.0063786483,-0.04063066,-0.002472972,-0.01139519,-0.020115998,-0.020664163,-0.0064118705,-0.014551292,-0.023537878,-0.0069974107,-0.015556261,0.024517931,0.005016541,-0.082390875,-0.032524463,0.032607518,-0.003799781,-0.014426709,-0.022125937,0.03867056,-0.031976297,0.009177613,-0.043155544,0.023205657,-0.017358562,0.005772345,-0.028753752,0.014584514,-0.0027013742,-0.027773699,0.024949819,-0.016901758,0.016503092,-0.028986307,-0.0011098267,-0.020813663,0.01420246,-0.010797191,-0.038803447,-0.02920225,0.016536314,0.013072907,-0.016827008,-0.007670159,-0.01373735,-0.023338545,-0.004476682,0.0006587325,0.009185919,-0.017674172,0.038903113,0.043520987,-0.036577564,0.024600986,0.010340387,0.018471504,-0.042125657,-0.009335418,-0.02420232,-0.012416771,0.032258686,0.0095264455,0.007832116,-0.0045721955,-0.047540866,-0.033654016,-0.005772345,0.016353592,0.0047466117,-0.03451779,-0.009119474,0.02156116,0.01842167,0.010572942,-0.0052781655,0.018006394,-0.02950125,-0.012865269,0.004983319,-0.0022902505,0.025846815,-0.019916665,0.0007500934,0.024850152,0.02513254,0.027541144,-0.021760494,0.018986447,-0.038338337,-0.014227376,0.001344458,0.015954927,-0.06465026,0.0032578448,0.0017192451,-0.027275367,-0.006474162,-0.008189254,-0.013446656,-0.01622901,-0.02076383,0.02279038,-0.0065156897,0.021660827,-0.038105782,-0.024268765,-0.024534542,-0.013853627,0.0021189488,-0.024002988,-0.037873227,0.031112522,0.004705084,0.02920225,0.029102584,-0.048969418,-0.0033865806,-0.020049553,-0.0038454614,0.017707394,-0.045680426,0.016494786,-0.013994821,0.008475795,0.015523039,0.022557825,-0.004314724,-0.016993118,0.037408117,0.00483382,-0.0013351142,0.020963162,-0.0069807996,0.03607923,-0.0010340387,-0.028820196,0.013496489,0.0006348541,0.0033429766,-0.002450132,-0.007151063,0.0033865806,-0.015024708,-0.026461424,0.027707255,0.033205517,0.0071386048,0.015464901,0.004401932,0.015107763,0.01600476,-0.033139072,0.008060519,0.024949819,-0.009019808,-0.044285096,0.0045223623,0.0017233979,0.012300493,0.0033471293,0.038305115,-0.0040136483,0.03820545,0.023288712,0.023620933,-0.0071219937,0.017375173,-0.0032433101,-0.0067523974,-0.023006324,-0.011752328,-0.024767097,0.046012647,0.019385112,-0.0083304485,0.013986516,0.0074666734,0.0056353034,0.007765672,-0.03634501,0.015398457,0.00028394538,-0.020797051,-0.017973172,-0.028056087,0.051959407,0.004962555,0.05076341,-0.035381567,0.006619509,0.039467886,-0.0017119778,0.045215316,-0.0012697082,0.0094018625,0.0011503162,0.015240652,0.017541284,-0.0043770154,-0.02857103,0.012632715,0.035846677,-0.03700945,0.027042812,-0.010373609,0.011370273,-0.015664233,0.030830136,0.016910063,0.016910063,-0.0117772445,-0.005157735,-0.018654225,-0.015498122,-0.020032942,0.00022827236,-0.023853488,-0.009875277,0.005124513,-0.038504448,0.0026266244,-0.031129133,0.031909853,0.027590977,0.0021262162,0.015456595,0.0016403425,-0.006685953,-0.004401932,0.012856963,0.030298581,-0.0584045,-0.028321864,-0.014542987,-0.046577424,0.007965005,0.012798824,-0.0075165066,0.034119125,-0.027557755,0.009908499,-0.01873728,0.000997702,0.007595409,0.016810397,0.012292188,-0.009983249,-0.003459254,-0.04059744,0.020896718,-0.0053985957,0.02686009,0.0050622215,-0.03186002,-0.010963302,0.004543126,-0.052756738,-0.013645989,0.0067897723,-0.023969766,0.008969975,0.010606164,0.00722166,-0.01193505,0.022042882,-0.004530668,0.028371697,0.0029526167,0.027458088,0.012931713,0.010057999,0.0036689688,-0.0048919586,0.018621003,-0.008886919,0.035215456,-0.04541465,0.0022258826,-0.015381846,-0.014974874,0.0058637056,0.00792763,0.01483368,-0.018471504,-0.0064824675,-0.008729114,0.026677368,0.024584375,0.01334699,0.001208455,0.012790519,-0.009941721,0.035182234,-0.013562934,0.011445023,0.0129566295,-0.014900125,0.027441477,0.0027387491,-0.027906587,-0.016179176,0.04122866,0.0005092329,0.017973172,0.00546504,-0.024933208,-0.011121107,0.015016402,-0.021760494,0.030780302,-0.018039616,-0.009285585,-0.02418571,0.0075165066,0.003675198,0.02308938,-0.028222198,0.021295384,0.006777314,0.030963022,-0.021627605,0.0040863217,0.014817069,-0.019933276,0.05053086,-0.0032287755,-0.015091152,-0.0006146094,0.013280545,-0.011361968,0.012699158,0.024850152,0.019800387,-0.009601195,-0.023654155,0.021810327,0.015232346,0.019252224,-0.001832408,-0.012840352,0.025066096,0.028371697,-0.00253734,0.025049485,-0.03730845,0.019717332,0.0037250312,-0.060464274,-0.024218932,-0.007242424,0.01646987,0.011461634,-0.011278912,-0.007512354,-0.01693498,-0.010448359,0.04617876,-0.037507784,0.012317104,-0.0020348553,0.015664233,0.032441407,0.0145097645,0.10385237,-0.031610854,0.005822178,-0.0076037147,0.046411313,-0.0042690434,-0.013562934,0.011129413,-0.006175163,0.0152240405,0.0025850968,-0.004435154,-0.013504795,0.004929333,0.027507922,0.00043526178,-0.027973032,-0.0012832046,-0.007047244,0.0013268087,0.0026494646,0.03451779,0.010946691,-0.01273238,-0.015248957,-0.022375103,0.023521267,-0.011752328,0.0029235473,0.01046497,-0.007919325,0.022142548,0.02420232,0.023371767,0.010631081,-0.009883583,0.01490843,-0.018122671,0.022258826,0.0038080865,0.0023068616,-0.02546476,0.022856824,0.0037229548,0.02076383,-0.0072299656,-0.004808903,0.006420176,-0.0013247323,-0.021843549,-0.028504586,-0.000889211,0.017275507,0.023986377,0.015489817,0.013330379,-0.0062083853,0.045481093,-0.01779045,0.01537354,0.02639498,0.0136626,-0.034252014,0.020265497,0.0015251033,-0.013056296,-0.016528009,-0.009077947,0.0034384902,0.005568859,-0.00033274037,0.006685953,0.023189045,-0.004179759,0.0010039312,-0.0140280435,0.005411054,-0.01563101,0.00819756,0.005037305,-0.034285236,0.016602758,0.016428342,-0.006349579,-0.03026536,0.026361758,-0.013463267,0.018305393,-0.020232275,0.05056408,0.015498122,-0.007279799,0.031909853,0.021262161,-0.05023186,0.0015738984,-0.038637336,-0.01600476,-0.01397821,-0.0037229548,-0.008367823,0.0006166857,-0.005340457,0.016702425,0.0006665189,-0.022873435,-0.0003296258,0.028903252,-0.023238879,-0.02433521,-0.014576209,0.021262161,0.00049158366,0.0048047504,0.008056366,0.0057059005,-0.035547677,0.015996454,-0.010772275,-0.013180879,0.037075896,-0.016104426,-0.003247463,0.020016331,0.0079027135,0.0076577007,0.0071801324,-0.027574366,0.03544801,0.029318528,-0.01570576,-0.001312274,-0.023189045,-0.013039685,-0.033969626,0.028072698,-0.018471504,-0.027740477,-0.002308938,0.055348065,-0.04372032,-0.01444332,0.019634278,-0.044916317,0.009310502,-0.0022798686,-0.0030979635,0.014044655,-0.04295621,0.012657631,0.014036349,-0.000013739816,0.019800387,0.016104426,0.018554559,-0.020514663,0.01715923,-0.007906866,-0.0073420904,0.009966638,-0.009858666,-0.01702634,0.002136598,-0.01887017,0.029052751,-0.0076992284,-0.004185988,0.03385335,0.0017317034,-0.006287288,0.031627465,0.004067634,-0.047806643,0.0020348553,0.0017327416,-0.014484848,0.0024792012,0.021976437,-0.040896438,-0.008994891,-0.0049334858,-0.025547815,0.0023857641,-0.010381915,-0.0030335956,0.02186016,-0.006424329,-0.012782213,-0.0065572173,-0.018537948,0.014302126,-0.00812281,-0.016735647,0.029069362,0.033786904,0.010215804,0.01505793,-0.010498192,-0.03265735,0.03401946,-0.0067731612,-0.015431679,-0.038305115,-0.007599562,0.0010143131,0.040663883,-0.016528009,-0.009692556,0.014675875,-0.01648648,-0.009011502,0.0035900662,0.0074666734,0.007578798,0.013089518,-0.029683972,0.0021968132,0.030996244,0.030879969,-0.02279038,0.012524743,-0.008305532,0.01537354,-0.033836737,-0.006598745,0.003664816,0.05777328,0.010431748,0.007155216,0.0054691928,0.013521406,-0.020913329,-0.008305532,0.020647552,-0.028188976,0.0068396055,-0.020730607,-0.0022217298,-0.0046095704,-0.034152348,-0.004493293,-0.0019943658,0.008679281,0.015165902,-0.01678548,0.0057931086,-0.010473276,0.007292257,-0.016054593,0.0033388238,-0.0105812475,0.032590907,-0.022125937,-0.012574576,0.010506498,-0.005178499,0.023072768,-0.01617087,0.008239088,-0.0028425683,-0.02793981,0.010124443,0.020365164,-0.013330379,-0.0048545836,0.01193505,0.02373721,-0.006249913,-0.038570892,0.0085630035,0.0110629685,-0.013654294,0.0029941443,0.0115280785,-0.01273238,-0.021378439,-0.0005606234,-0.0030335956,0.022109326,0.014758931,-0.03840478,-0.00072569586,-0.0074957428,0.000098887744,0.022856824,-0.008820475,-0.02563087,-0.010008166,0.033205517,0.015971538,-0.013870238,0.025896648,-0.000694031,0.029733805,0.01780706,-0.01513268,0.02450132,0.0053695263,0.031129133,-0.000509752,0.005946761,-0.00037816126,-0.0036025245,-0.003980426,0.0013496489,0.030149082,0.030780302,0.012740686,-0.000742826,-0.015655927,0.021112662,-0.021876771,0.03524868,-0.0017223597,0.029252084,-0.0052615544,-0.023139212,-0.0016486481,-0.017076174,0.014426709,0.01747484,0.024684042,0.03916889,0.03999944,-0.010622775,0.030348415,-0.024600986,-0.041029327,0.03524868,-0.002460514,0.026012925,0.010655997,0.02169405,-0.0066112033,0.038770225,-0.0012136459,0.020514663,0.013504795,0.0063537317,-0.0037478714,0.027707255,-0.000590731,0.04498276,0.028288642,-0.034119125,0.024551153,-0.0152240405,-0.037640672,-0.03312246,-0.008359518,0.044716984,0.06099583,-0.004260738,-0.020747218,-0.023205657,0.016843619,0.0065156897,-0.005431818,0.022507992,-0.007134452,-0.004435154,-0.030182304,-0.006690106,-0.014351959,-0.0003919173,0.010755664,-0.011818772,0.0075165066,0.003681427,0.016843619,0.028687308,-0.025381705,0.027973032,-0.004983319,-0.04016555,-0.06554726,-0.0034239555,0.033288572,-0.02654448,-0.016270537,0.03478357,-0.025165763,-0.030414859,0.010664303,0.008068824,0.016478175,-0.0014160932,-0.01654462,0.0048587364],"social":"https://twitter.com/Maisuradze077"},{"title":"clairedao","description":"a royalty generating crypto screener","niche":"web3","youtube_url":"https://youtube.com/watch?v=5c-VfTNuLKM","youtube_transcript":"Hello. My name is Scott Curtis from Claire Dow, the Investment Data Dow. I got my start as a data analyst and marketer and helping colleges that would find students that were likely to graduate. So I was solving lifetime customer value problems. Eventually, I caught the Cryptobug and had this idea for an advanced crypto screener, so that's what we've built. What Claire does is look at the top twenty five hundred tokens by market cap by up to three hundred and sixty five days and then analyzes which tokens are about to outperform the broader market. Last week, I did an analysis in how this token called a r a w. Another token I found here is called a r and I look at this in the past hour it jumped twenty six percent. So it's kind of interesting to look at. It did twenty four percent, twenty five percent here, seven percent here. Does have some dips, but let's look at it. It's up a hundred and fifty six percent. That token went on to pop a hundred and fifty thousand percent overnight. That's essentially how we use the Claire Dau Dau. To find pumping tokens even in a down market. Also, our first user, we gained him a seventy five percent gain in twenty one days. Check out this graph how we're doing in build space. We had a goal of raising ten thousand dollars. We smashed this by raising fifteen. We've got some traction. So you can use it now for free claire dot com. Thanks for listening, and have a good day.","embedding":[0.010219852,0.016972397,0.00031194894,0.022276271,0.011565612,-0.0025312146,0.018191496,0.06497642,0.01782735,0.036794636,0.040911075,-0.04214601,-0.028292606,-0.048510656,0.051772144,0.0031783662,0.0011686335,-0.03546471,-0.066496335,0.06351983,0.01673491,0.0029191098,0.008779099,0.02948004,0.017954009,-0.034799747,-0.008984921,0.009103664,-0.030540815,0.0042272666,0.0034237695,-0.041101065,-0.01425713,0.02311539,-0.0028359895,-0.034229778,-0.03346982,0.01226224,0.028751748,-0.020043895,-0.012333486,-0.004575581,0.028292606,-0.0021274867,-0.058991745,-0.042969298,0.010718576,-0.026155224,0.013291351,0.06291819,-0.10094777,0.026756857,-0.033026513,0.012927203,0.0098636225,-0.022877904,0.00019951373,0.0096578,-0.005295958,-0.024128668,0.040246114,-0.016909067,0.05329206,-0.03149076,0.018096501,-0.024793632,-0.03707962,0.036224667,-0.007860816,0.058865085,0.08004892,0.01299845,0.021009674,0.0067248372,0.03856787,-0.044710867,-0.029828355,0.03726961,0.019917235,0.012958868,0.016339099,-0.04214601,-0.0015001256,0.009697381,-0.010734408,-0.02612356,-0.015444565,-0.019331433,0.028118448,0.002105717,-0.030540815,0.042874303,0.0006471518,-0.017669026,-0.012792627,-0.008351622,-0.017304879,0.049207285,0.016766574,-0.012776795,0.0015347591,-0.05839011,0.020946344,0.007128565,0.024571978,0.007563958,0.0046666176,0.009198659,0.008684104,-0.003403979,-0.13197939,0.016814072,-0.032741528,0.013362596,-0.0042233085,0.028102616,-0.020376377,-0.008573277,-0.02001223,0.015199161,-0.0435076,0.0058975914,0.018650638,0.011644774,0.01135979,-0.017526533,-0.021832962,-0.042620983,-0.05915007,-0.024920292,-0.0044489214,-0.0050109737,0.062253233,0.0010380157,-0.016829904,-0.054400332,-0.039612815,-0.013338847,-0.040372774,-0.022244606,0.04550249,-0.011074806,0.03958115,-0.01207225,-0.052658763,-0.02845093,-0.020170555,0.0056957277,-0.03101579,0.010726492,-0.0055571934,0.017431539,-0.042525988,-0.02278291,-0.00220467,-0.0063963137,-0.010631497,0.008771183,-0.034514762,-0.02427116,-0.027659308,0.059181735,-0.042051014,-0.021880459,-0.012689716,0.020218052,-0.00037280496,-0.031269107,-0.06731962,-0.010473172,-0.0056205234,-0.030160837,-0.0115260305,-0.032029066,-0.013101361,-0.036066342,0.00051752356,-0.04138605,0.027817633,-0.05747183,-0.034229778,-0.011723937,0.025537757,0.015753297,-0.031110784,-0.017019894,0.030350825,-0.031949904,-0.009523225,0.0019849946,0.053577043,0.025458595,0.037237946,0.03540138,-0.02670936,-0.025696082,0.049333945,-0.0013635706,0.017099056,0.015072502,0.0011983193,0.011518114,0.0320449,0.00019196857,0.010861067,0.0045597483,-0.008414952,-0.008541612,-0.04331761,-0.016655749,0.05056888,-0.0005219764,-0.015721632,-0.022798743,-0.05104385,-0.019600585,-0.018967288,0.04189269,0.04040444,0.01891979,-0.011660607,0.04065776,0.0052247117,-0.00071839785,-0.0043183034,0.031063287,0.04220934,-0.024160333,0.049270615,0.0007550104,0.034198113,0.028023453,0.006400272,-0.04537583,0.0013447696,0.009871539,0.02078802,-0.07574249,0.016339099,-0.011343958,-0.0025252774,0.023796188,0.034039788,-0.002859738,0.00959447,0.003746356,0.0011814974,-0.05142383,-0.01052067,0.072069354,0.05664854,0.015911622,0.005573026,-0.0009014607,-0.020028062,0.014344209,-0.021706302,0.054242007,0.010314847,-0.018033171,0.014249214,-0.031174114,-0.03187074,-0.015777046,-0.011035224,-0.01515958,-0.023527035,-0.02522111,-0.06418479,-0.002923068,0.008098303,0.0033307537,0.00917491,0.013085528,0.008090387,-0.002723183,0.006657549,-0.019125612,-0.0338498,-0.009681549,0.008692021,-0.017320711,0.019584753,0.028783413,0.000045116325,0.032963183,0.07694575,-0.03815623,0.005474073,0.011913926,-0.012412649,-0.04898563,0.010172356,-0.025395265,-0.03236155,-0.029115893,0.04654743,0.03210823,-0.03168075,0.005826345,-0.0046587014,-0.024112836,-0.028466763,0.014455036,0.01757403,0.00040372772,0.012095999,0.0020206177,0.022371266,-0.014328376,-0.009673633,0.040309444,0.052817088,0.0027687014,0.013584251,0.0036731306,0.0585801,-0.04562915,-0.009729046,-0.02259292,-0.011058973,-0.045280837,-0.01891979,0.009396565,0.011723937,0.01564247,0.025822742,0.0011933717,0.04027778,-0.065736376,0.057883475,-0.028482595,-0.002200712,-0.052215453,-0.067826256,-0.01679824,0.030255832,-0.04021445,0.009372816,-0.023827853,-0.024920292,-0.059371725,0.0027291202,-0.034324773,0.039232835,0.011636858,0.01190601,-0.00972113,-0.016133277,0.030714972,-0.030999957,0.0106473295,0.027374323,-0.023542868,0.0067406697,-0.016608251,-0.046135787,-0.03193407,-0.009412398,0.018682303,-0.03964448,0.053450383,0.015697883,0.007880607,0.01918894,0.028118448,-0.030683307,0.008288293,0.015658302,-0.04654743,0.017336544,-0.0018167747,-0.009776544,-0.036034677,-0.022988731,0.010196105,0.054115348,0.035433047,0.02311539,0.0495556,0.069789484,-0.014874596,-0.03155409,-0.0072116856,0.03521139,0.03571803,0.03783958,-0.018492313,-0.07599581,0.008905759,0.015840376,-0.040626094,0.016172858,-0.009546974,-0.033058178,0.04942894,0.011193549,0.04239933,0.015404983,-0.008628691,0.006879204,-0.01135979,-0.038536206,-0.025838574,0.028419266,0.054748647,-0.015848292,-0.003403979,0.0010726491,-0.019838072,0.010599832,-0.06146161,0.05607857,-0.032266553,0.011351874,0.019141445,-0.026392711,-0.0096578,0.0046626595,0.04974559,0.01618869,-0.04781403,0.039296165,-0.026551036,-0.0032575286,0.012278073,0.07719907,0.010544418,-0.02813428,-0.05953005,0.016465759,-0.016109528,0.03101579,0.018064836,0.02169047,0.052088793,-0.005541361,0.060321674,0.022181276,0.015990784,-0.03101579,0.013315098,-0.025521925,-0.014304628,-0.055698592,-0.024476983,0.019727245,-0.030904962,-0.023970345,0.0036394866,-0.020803852,-0.0047893194,-0.02393868,0.01841315,-0.061809923,-0.027342658,0.016956564,-0.0006293403,0.0065585966,0.018143998,0.018365653,0.030255832,-0.059118405,0.04756071,-0.03153826,-0.027960123,-0.020249717,-0.004120398,0.016291602,-0.010481088,0.02761181,-0.052595433,-0.03255154,-0.007773738,-0.039929464,0.0020423874,0.03540138,-0.011866429,0.011478533,-0.0114310365,-0.036319662,-0.008644523,-0.004575581,0.032899853,0.0007876649,0.04040444,-0.019806407,0.025474427,-0.013140942,0.0125709735,0.053323723,0.026899349,0.08384871,-0.020693025,-0.0040847748,-0.037934575,0.022355434,-0.007856858,0.03695296,-0.026820187,0.018508146,0.009056167,0.024761967,0.044235893,0.0010211937,-0.009705298,-0.036667977,-0.01602245,0.036129672,0.03514806,-0.036414657,0.03160159,-0.02998668,0.052025463,-0.039676145,-0.0077579054,0.03088913,0.016624084,-0.012943036,-0.03546471,0.008913675,0.009649884,0.012420565,-0.0005234607,-0.008319958,-0.0041441466,-0.026424376,-0.01371091,-0.016180774,-0.021912124,-0.0068000415,-0.008161633,0.023321213,0.02813428,-0.0592134,0.018175663,-0.01679824,-0.007639162,-0.035306387,-0.009998199,0.007746031,0.006653591,0.012586806,-0.026614364,0.002552984,0.021706302,-0.0031506596,-0.003301068,-0.0259969,0.010671078,0.029147558,0.0012329528,-0.011241047,-0.015167496,0.013283434,0.025506092,-0.02549026,-0.014692523,0.0076549943,-0.0032258637,-0.01847648,-0.006376523,0.02110467,0.014360041,0.023052061,0.042336,0.003299089,-0.018634805,-0.024366155,-0.004163937,0.013006366,-0.038726196,-0.023052061,-0.03521139,0.043539263,-0.005576984,-0.030398322,-0.0063409,0.016782407,0.0023926806,-0.02484113,-0.035433047,-0.03107912,0.019869737,-0.0061509106,0.011818931,-0.026487706,0.014890429,0.021801297,-0.003580115,-0.0077974866,0.022798743,-0.022117946,0.029717527,-0.009689465,0.03777625,0.01438379,0.01499334,0.020249717,0.02181713,0.026931014,0.009451979,-0.0338498,-0.026471874,-0.013315098,0.016465759,-0.014011727,0.0015466334,0.014779601,-0.0025787118,-0.014969591,0.0031763872,-0.027136836,-0.01306178,-0.0153416535,0.032868188,-0.03255154,-0.009444063,0.03875786,0.015800795,0.0037404187,-0.053260393,0.024540313,-0.0058698845,0.03236155,0.053577043,0.000071988215,-0.03837788,0.005640314,0.00012900982,0.009190743,0.039676145,-0.00398978,0.011248963,-0.004027382,-0.030540815,0.0039442615,0.033026513,-0.007718324,0.0000057593666,0.029891685,0.047782365,-0.0063963137,-0.0125393085,-0.008312042,0.002681623,0.010900648,0.005786764,0.02503112,0.0115260305,-0.012301821,-0.023273716,0.07320929,0.014162135,0.015689967,-0.021927956,-0.052342113,-0.0018237014,-0.0022165445,0.021357989,-0.02851426,0.025854407,0.008478282,-0.014051308,-0.013156774,0.008929508,-0.032646533,0.019853905,0.0015901726,0.048573986,-0.027405988,0.006843581,0.014043392,0.0075520836,-0.0061113294,0.00619445,-0.0023610156,-0.032155726,-0.007465005,0.038346216,-0.03571803,0.008897843,-0.032963183,0.018128166,-0.019901402,-0.0055888584,0.029590867,0.016204523,0.030984124,0.0031150365,-0.00029265313,0.021262994,0.04847899,-0.026836019,-0.016893234,-0.014708355,0.0019068219,-0.00045221465,0.022814576,-0.069536164,-0.026661862,0.0398978,-0.047149066,-0.018064836,-0.011051057,0.0037760418,-0.008810764,-0.001587204,-0.0073581357,0.01925227,-0.00230956,-0.009040334,-0.012729297,0.0029131726,-0.029115893,0.023352878,-0.024255328,-0.06405813,-0.014724188,-0.034958072,-0.028862575,0.027580146,-0.006855455,-0.011533947,0.012776795,0.01621244,-0.0042589316,0.013726743,-0.0130934445,-0.03005001,-0.0010261413,-0.008715769,-0.0043578846,0.014051308,-0.031712417,-0.0059015495,-0.03771292,0.0024520522,-0.0064556855,-0.015262491,0.017954009,-0.009095748,0.014154219,0.002307581,0.009744879,-0.01474002,0.018302323,0.040372774,-0.016465759,-0.0062775705,-0.011636858,0.017099056,0.012420565,0.018888125,0.026741024,0.011826848,0.0058698845,0.02085135,0.028181778,0.021294659,0.0077024917,0.021215497,-0.010496921,0.0241445,-0.020154722,0.05902341,-0.017146554,0.001100356,-0.018761465,-0.015072502,-0.004429131,-0.024112836,-0.007746031,-0.03527472,0.016655749,-0.05354538,0.002752869,-0.021547979,-0.02496779,0.016655749,-0.021864627,0.02496779,-0.013109277,0.0036632353,0.0015119999,-0.026044397,0.018587308,-0.0035702197,-0.013030115,0.00045320418,0.015096251,-0.002446115,-0.0069741984,-0.021294659,0.04942894,0.0014664816,0.024239495,-0.0736526,-0.034229778,0.016497424,0.002721204,-0.0015080418,-0.010797738,0.016449926,0.007575832,0.006962324,-0.0071048164,0.00510201,-0.036984626,-0.004587455,-0.018397318,-0.010346512,0.02311539,-0.024492815,-0.008486198,0.00087672245,0.03353315,-0.06041667,0.008660356,-0.0062498637,0.08226546,0.016259937,0.0006956387,-0.025506092,0.024682805,0.029955015,0.022133779,0.052753758,0.005054513,-0.018555643,0.014874596,-0.010853151,-0.012958868,-0.010726492,0.017811518,0.03752293,-0.023764523,0.00010569404,-0.023226218,0.014747936,-0.016030366,0.016560754,-0.0077341567,-0.018159831,0.002169047,0.0000069073744,0.025506092,0.02471447,-0.012800544,-0.02039221,-0.022672083,0.025015287,0.051582154,-0.030714972,-0.034926407,0.028862575,0.020566365,-0.0139009,0.008541612,0.0392645,-0.0035583454,0.007888523,0.00096874865,0.01789068,0.024492815,-0.01891979,0.015080418,0.0055928165,0.009475728,0.022276271,-0.012990533,0.0056601046,-0.03939116,0.021801297,0.0067050466,0.008304126,-0.030999957,0.017336544,0.012555141,-0.006653591,0.0041362303,-0.005394911,-0.010671078,-0.013196356,-0.016972397,0.008486198,-0.039549485,-0.020233884,-0.045819137,-0.021864627,0.008375371,-0.014304628,-0.043602593,-0.04673742,-0.02259292,0.0065229735,0.034356438,0.033026513,0.02059803,-0.032519873,-0.0025668375,-0.008913675,-0.020518867,0.026155224,-0.021136334,-0.011518114,0.007251267,-0.006293403,-0.017257381,0.0042826803,0.02278291,-0.0011241046,0.01898312,-0.02066136,0.052817088,0.021864627,-0.028371768,0.062474888,-0.005478031,-0.012167245,-0.021278827,-0.009792376,0.019489758,0.007880607,0.0034158533,0.013584251,-0.02870425,0.014597528,0.010639413,0.0016228271,0.0031170156,0.044425882,-0.008874094,0.020423872,0.020819684,0.0072433506,0.0032595077,-0.029955015,0.02458781,0.019394763,0.008367455,-0.009024502,0.006657549,-0.0072433506,-0.010607748,0.0029032773,0.04623078,-0.0049159788,0.021262994,-0.025316104,-0.012753046,-0.020344712,0.03346982,-0.011225214,-0.0059332144,0.032868188,0.025395265,0.045755807,0.07935229,0.03888452,-0.021215497,0.025236942,-0.0006783219,-0.033913128,-0.013038031,-0.020962177,0.010813571,0.01142312,0.007844984,0.043665923,-0.013180523,-0.0010048664,0.015927454,-0.022292104,0.009222408,-0.0142017165,0.013750492,-0.00035375654,0.024603643,-0.00066347903,0.018745633,0.025917737,0.007718324,-0.028735915,-0.011177717,-0.029036732,0.0000041745743,0.023067893,0.02509445,0.02040804,-0.025569422,0.012626387,-0.0041045654,0.00061598164,-0.0046032877,-0.028213443,0.011312293,-0.032646533,0.0010568167,0.03939116,0.017114889,0.0042826803,0.018682303,-0.0059411307,-0.027896794,-0.012111831,0.028545925,-0.02889424,-0.02941671,-0.022561256,-0.005240544,-0.012111831,-0.03372314,0.0014813246,0.017352376,-0.032139894,-0.027706806,-0.0123889,-0.051138844,-0.019933067,-0.00013234947,0.022957066,0.034609757,-0.017795686,0.027121004,-0.0049990993,0.023020396,0.018808963,0.033216503,0.023701193,-0.006966282,-0.0056521883,-0.032678198,0.0145579465,0.025632752,0.022418763,0.0109718945,0.0085257795,0.023447873,0.019283935,-0.014075057,-0.023479538,0.04144938,0.012768879,-0.008866178,0.011003559,-0.010085277,0.008842429,0.00031293847,0.05785181,0.052342113,0.00306556,0.03024,0.023511203,-0.022909569,0.005980712,-0.029939182,-0.020059727,-0.012848041,0.029258385,-0.036161337,-0.014771685,-0.014811266,0.000057454512,-0.0109718945,-0.025632752,0.028530093,0.017209884,0.01039401,-0.006265696,0.029400878,-0.0061113294,0.027991788,-0.009800293,-0.0417027,-0.012586806,-0.01493001,-0.013251769,0.00285578,0.032646533,0.0109402295,-0.007904355,0.0050070155,0.020487202,-0.025949402,0.013235937,-0.016893234,0.012824292,0.033279832,0.0026657905,0.0073858425,-0.03714295,-0.020566365,0.042937633,0.003785937,0.0020245758,0.015127916,0.016972397,-0.031364102,0.017874848,-0.008517863,0.0067010885,0.0010845235,0.008802848,0.010726492,-0.00592134,-0.014763769,-0.0049674343,-0.009919036,0.01860314,0.036604647,0.017320711,-0.027200166,-0.00911158,0.0076312455,-0.0053474135,0.00455579,-0.008969088,0.026155224,0.013188439,0.027057674,0.008802848,0.059435055,0.0016920941,-0.00030601176,-0.007647078,0.020281382,0.0169249,-0.002236335,0.008422868,0.045280837,-0.022798743,-0.008114136,-0.004207476,0.00023031281,0.008153717,-0.011090638,-0.001774225,-0.020028062,-0.037491266,0.0047695288,0.00810622,0.010006115,-0.0011369685,0.016829904,0.026883516,0.0058778008,0.09987116,0.0075995806,0.020091392,-0.030683307,0.015436648,-0.0028102617,-0.034356438,0.011343958,-0.014819182,-0.0028122407,-0.0036592772,0.0031031622,0.026978511,-0.012183078,-0.0074847955,-0.016956564,0.038916185,0.0076233293,0.008937424,0.007710408,0.01293512,0.013964229,0.0061192457,-0.04344427,-0.027152669,-0.012159329,0.027374323,-0.015951203,-0.01898312,0.014407539,0.022608753,-0.009586554,0.015175412,0.03901118,0.021737967,-0.006542764,-0.021389654,0.019743077,0.002137382,-0.049903914,-0.017605696,-0.004923895,-0.0036196962,0.009119497,-0.010868983,0.030208334,0.015468313,0.017843183,-0.039422825,-0.03155409,-0.015452481,-0.005790722,0.027263496,0.013615916,0.00049748557,0.038599536,0.03217156,0.03758626,0.01776402,0.01003778,-0.0050426386,0.033628143,0.0037661465,-0.010425675,-0.013813822,-0.0090799155,-0.005949047,-0.017019894,-0.00078717014,-0.0048091095,-0.026218554,0.0016624082,-0.0061469525,-0.020218052,0.04866898,-0.0025054868,-0.00455579,-0.01033068,0.00667734,-0.005675937,-0.017463204,-0.0020681152,-0.0073264707,0.0009415366,-0.021231329,-0.0013051884,0.027770136,0.018191496,-0.022244606,0.013956313,-0.010370261,-0.014098805,-0.0048091095,-0.0029092145,-0.02097801,0.008078513,-0.032456543,-0.013267602,-0.017859016,0.003514806,0.026234386,0.0036236544,-0.011628942,-0.010718576,-0.014114638,-0.024429485,-0.017320711,0.017621528,-0.032646533,-0.0034257486,0.0070810677,0.012024754,-0.0009954659,0.0035880313,0.027849296,0.018333988,-0.029369213,0.029337548,-0.009990282,-0.020107225,0.011937675,0.018618973,-0.012357235,-0.011961424,0.008430785,-0.008137885,0.02895757,-0.00019802945,-0.0024936125,0.0035979266,0.013323015,0.024318658,0.03875786,-0.003924471,-0.022197109,0.066749655,-0.019410595,-0.0008237827,0.023653695,0.04151271,-0.02967003,0.00036760993,0.020962177,-0.032456543,0.058168456,-0.010314847,-0.0007193874,-0.005109926,-0.0032812774,0.015816627,-0.0049674343,-0.010987727,0.0072116856,0.002990356,0.004963476,-0.028530093,0.025711915,-0.029559202,-0.013188439,0.017067391,0.030429987,-0.017874848,-0.014668774,-0.050885525,0.009824041,0.012048502,-0.022862073,0.021674637,0.014217549,0.03688963,0.011328125,0.003791874,-0.0053751203,0.014652941,0.013275518,-0.024318658,0.0016960523,0.0051178425,0.0046547432,0.008335791,-0.011122303,-0.024413653,-0.00044256673,0.0070177377,0.0024698637,0.024508648,0.021579644,-0.012230575,-0.01956892,0.0153099885,0.023352878,-0.02420783,-0.034483097,0.03095246,0.044710867,-0.006689214,-0.024191998,-0.009285738,-0.034894742,0.02561692,0.011272712,-0.039042845,0.023210386,0.036667977,0.009610303,-0.0096578,-0.058928415,-0.032678198,0.026076062,0.013101361,0.01226224,0.022197109,-0.017304879,0.02826094,-0.000118125,-0.0053830366,-0.0106789945,0.020708857,0.02515778,-0.04078442,0.032393213,-0.014138387,0.0014595549,-0.0033248165,-0.014122554,0.030065842,0.030714972,-0.0039165546,-0.034894742,-0.0039046805,0.028735915,-0.02967003,-0.035813026,0.04762404,0.019410595,0.0033545024,-0.005513654,0.013726743,-0.00997445,-0.04344427,0.013148858,0.008644523,0.023067893,0.029242553,0.0038057275,0.023590365,0.009499476,0.008319958,0.010196105,-0.010014031,0.0017712564,0.008787015,-0.040246114,-0.028245108,-0.03353315,-0.014051308,0.005727392,-0.00042673427,0.013687162,0.0011666544,-0.045534156,0.029701695,0.026234386,-0.015262491,-0.017273214,0.0060519576,0.010773989,-0.016307434,-0.0066931723,0.025791077,0.014645025,-0.018460648,0.024936125,-0.011446868,0.00991112,0.016544921,0.009103664,0.0035266804,0.00029240575,-0.00089107064,-0.066116355,0.007092942,-0.014138387,0.014534198,0.009071999,-0.0041956017,-0.012531392,0.0003903691,0.03552804,0.025521925,-0.00081289787,0.03676297,-0.030414155,-0.008102261,-0.011628942,0.009127413,0.0026558952,0.003029937,0.01776402,-0.005604691,0.01580871,0.022149611,0.0106156645,0.0051930468,0.007330429,0.0037978112,0.025696082,0.046167452,0.007987476,-0.009982366,-0.013726743,-0.014455036,0.017257381,-0.007837067,0.0139009,0.03875786,0.01444712,0.011035224,-0.03076247,0.029385045,0.026376879,-0.0044132983,0.011446868,-0.02420783,-0.008383287,0.015674135,0.0020819686,0.0035840732,0.031395767,-0.0021156124,0.01982224,-0.004433089,0.053830363,-0.0024045547,0.034039788,0.0027053715,0.021199664,0.010884816,0.025727747,-0.03187074,0.028355936,0.025854407,-0.009222408,0.010853151,0.012499727,0.007868732,0.011193549,-0.012001005,-0.0020819686,0.02490446,0.0101248585,0.06108163,0.03701629,0.024429485,0.005668021,0.031237444,0.025521925,-0.013782157,0.011636858,0.016782407,-0.0074254237,-0.034229778,-0.029464208,0.02110467,-0.026076062,0.017811518,-0.03191824,-0.04008779,-0.009808209,0.013109277,0.03850454,-0.034134783,0.043349274,-0.03340649,-0.005141591,-0.025205277,-0.005161382,0.030271664,0.029147558,-0.019964732,0.011082722,-0.0027132877,0.03714295,0.0104177585,0.025791077,0.027817633,-0.026630197,0.020297214,-0.020487202],"social":"https://twitter.com/ClaireIntel"},{"title":"devgpt","description":"chatgpt for developers","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=kzRztgP4MXc","youtube_transcript":"Nextiva's face. I'm heard from India, and this is our amazing thing, and we are building the f g b. The f g b is basically a collection of AI powered tools to help deliver safe time, we were really bored by existing Delivered tools. They were either too boring or too scattered, and we wanted to make things better. And here we are. Come on. Let's take a look now. So this is dev GB, a collection of thirty plus mini dev tools accessible within a charge GB like interface. Let me show you a couple of them. First one is our API client with the help of which you can generate config for popular public APIs in just a per and click. You don't need to go through API docs anymore and can save so much time. Similarly, with a database client, you can query postgres databases with just plain English, and you can even graph that data within here. What's more? You can generate code and even better execute that code within dev g b t. So, come try our dev g b t, explore your creativity and save time. Now, we want to take you through our journey. We haven't been grinding dev tools since the last year, and finally, a few months back we went into this world time. But still, the progress was really slow, and nothing seemed to work. But during nights and weekends, we found the idea of adding AI powered features to take the productivity of telepers to the next level. We build those features, we added them, we launched them at boob, our success happen finally. We got over two thousand sign ups, one thousand dollars in revenue, on a product went on. And even two amazing big influences started out. And what's even more amazing, we got DM Stone dealing really big BC films like sequel Nixa's venture partners and e sixteen z. Now we have crossed two thousand dollars in revenue at over three thousand sign up. That'll be so much. This has been all due to your support.","embedding":[0.020821948,0.011540075,0.01441264,0.006948951,-0.007725208,-0.046492387,0.011531772,0.05821511,0.0057741883,0.010676645,0.049946107,-0.055259522,-0.060905028,-0.066782996,0.038854353,0.04210882,-0.03832301,-0.038256593,-0.04894984,0.017667107,0.019659638,0.02769618,0.0058198506,0.023827348,0.009879632,0.0022997127,-0.049481183,0.035533465,-0.002916152,-0.069207236,-0.023960184,-0.034304738,0.015931945,0.0063179834,-0.00260897,0.0060647656,0.04469911,0.015633065,0.030718185,0.02724786,-0.007330853,-0.010460787,0.038854353,0.027231256,-0.044798736,0.028543005,-0.029190578,0.013449583,-0.019560011,0.015159839,-0.056654293,0.013092589,-0.048385292,0.07040276,-0.014603591,-0.02146952,-0.008767135,0.034703247,-0.045595746,-0.014620195,-0.0038480752,-0.024225855,0.050610285,0.03216277,-0.030767998,0.009389802,-0.013731859,0.03329187,-0.014479058,0.016936513,0.012943149,0.04433381,-0.013358259,-0.01441264,-0.0062183565,0.02117064,0.0045122523,0.02998759,0.00529266,-0.06973858,-0.018082218,0.0011156098,-0.015682878,0.0172686,-0.02495645,-0.0240266,-0.051407296,-0.004200919,-0.042175237,0.06399345,-0.00052848767,0.014188481,-0.014827751,0.04264016,0.04436702,0.038223382,0.016870094,0.053300202,0.04151106,0.041378222,0.03483608,0.024989657,-0.0012183496,-0.0032420137,0.06548785,0.01295145,0.05017857,-0.020290606,0.013806579,0.019277737,-0.13868015,-0.008185981,-0.010161907,0.0068285693,-0.013615628,0.02229974,0.04416777,-0.04669164,-0.0019292264,-0.04028233,-0.064989716,0.012295576,0.005201336,-0.008875065,0.01527607,-0.036861822,-0.024009997,-0.020523068,-0.042972248,-0.036562942,0.010477391,-0.012146136,0.08627658,-0.035101753,-0.030336283,-0.025670439,-0.06220017,0.014279804,-0.03802413,0.026484055,-0.021071013,-0.045363285,-0.001992531,-0.042872623,-0.013159006,-0.031847283,-0.07863855,-0.024126228,-0.041345015,-0.032478254,-0.03536742,0.013989227,-0.040415168,-0.04416777,0.00065172365,0.014836052,-0.026284803,0.06073898,-0.019858891,-0.009107526,-0.041710313,-0.009937747,-0.034736454,-0.0015327958,-0.037858088,0.024458317,-0.01302617,-0.03550026,-0.077642284,-0.0292736,-0.016380263,-0.040215913,-0.043337546,0.018630164,0.03486929,-0.017135765,0.06243263,-0.06738075,-0.026434243,-0.05944384,-0.022997128,0.02563723,-0.021635564,-0.03193031,-0.06196771,-0.0025695346,0.019676242,0.012337087,0.014146969,-0.020954782,-0.022797873,0.01167291,0.0069406494,0.053100947,0.010701551,-0.06601919,0.031249525,-0.024259062,0.04323792,0.021785004,0.039418902,-0.016795374,0.057550933,0.011324217,-0.01959322,-0.036662567,0.04645918,0.031315945,-0.008298061,-0.04154427,0.053765126,0.009921143,0.0028850187,0.0028455833,-0.056953173,-0.008733927,-0.031066878,0.041876357,-0.001295145,0.012262367,0.036164436,0.032046538,-0.013864694,-0.023329215,0.012104625,0.050344612,0.025172306,-0.031498592,0.025039472,0.03347452,0.015309279,-0.0008156923,-0.008684114,-0.034238324,0.037094284,-0.036430106,0.03742637,0.0006890836,0.0570528,-0.015325883,-0.006388552,0.021403102,0.020556277,0.029954381,0.029290203,0.012278971,-0.031282734,-0.03374019,0.027795805,0.041643895,0.042474117,-0.012702384,0.047588278,-0.011963488,0.0019852663,-0.045064405,-0.030784601,0.025537604,0.017019534,-0.0110253375,-0.00784559,-0.026982188,-0.033640563,0.014819448,-0.0409133,0.03652973,0.01741804,0.03955174,0.005408891,0.023561677,0.009788308,-0.002735579,0.05758414,-0.011390635,0.009439615,-0.030568745,0.01658782,-0.0010035299,0.004009968,0.023661304,0.033192243,-0.00091791333,-0.01677877,0.013565814,-0.008999597,-0.00039539285,0.013956018,0.01573269,-0.030469118,-0.0026961432,0.014122062,0.03799092,0.010942316,-0.037094284,0.014686613,0.020240793,0.05449572,0.006625165,-0.028841885,0.032743923,0.039618157,-0.036762193,-0.04320471,-0.0020838552,-0.023179775,0.014462453,-0.013507699,0.019244527,0.0021731039,-0.024856823,0.036795404,0.001476756,0.031880494,-0.0035761779,-0.007941065,0.017351624,0.01899546,-0.054064006,-0.0024346237,-0.020954782,-0.025255328,-0.023478655,-0.033358287,0.0065628984,0.0059360815,-0.028841885,0.04898305,0.0040826127,0.016953116,-0.025587417,0.024458317,-0.04004987,-0.023329215,0.013242028,-0.017135765,-0.02635122,-0.010211721,-0.030137029,0.006691583,0.012660873,-0.025803275,-0.027878828,-0.024425108,-0.009132433,0.055259522,0.042872623,0.013300143,0.008966389,0.016745562,0.032611087,-0.01959322,-0.012644269,0.058381155,-0.025371559,0.011116662,-0.020257397,0.013233726,-0.056388624,-0.04785395,0.022100488,-0.05014536,0.029173972,0.01692821,0.031515196,0.006147788,0.032777134,-0.050577074,-0.003167294,0.030718185,0.0090079,0.045695376,-0.0048028296,-0.004545461,0.011623097,-0.059111748,-0.018945647,0.036230855,0.030784601,0.0006179959,0.033159036,0.054628555,0.018796207,-0.0077833235,-0.015682878,0.0028061476,0.020788739,0.0061643925,-0.031199712,-0.022714851,-0.0090079,0.034736454,-0.05791623,-0.024840219,0.006401005,-0.0077750213,0.000014309965,0.027712783,0.025736857,0.0039539286,0.012428411,0.042739786,-0.031365756,-0.041278597,-0.08720643,-0.01599006,-0.008551278,0.008185981,0.0034620224,0.014329618,-0.027413905,0.028277334,-0.023362424,0.052503187,-0.03486929,0.0008437123,0.006782907,-0.011689515,0.048019994,0.060108013,0.082756445,-0.0049937805,-0.048186038,-0.010153606,0.0012328784,-0.036562942,0.053698707,0.0035118356,0.018945647,0.0013812805,-0.03925286,-0.009813215,0.011266101,0.011457052,-0.00184828,-0.026982188,0.038854353,-0.017235393,0.015234559,0.032279,0.008758834,-0.02447492,-0.0108011775,-0.019643033,-0.026218385,-0.032644298,-0.0019063954,-0.03299299,-0.012586153,-0.010684947,-0.02349526,-0.01527607,-0.009248664,-0.021967653,0.022947313,-0.09537581,-0.045097616,0.022249928,-0.0073433067,0.011548377,-0.0054421,-0.018364493,0.0042279013,-0.022947313,0.0281445,0.0055666333,-0.033906233,-0.0044831946,0.0259029,0.026799541,-0.0143794315,-0.026965585,-0.018132031,-0.07026992,-0.018862626,-0.05761735,0.020921575,-0.0087256245,-0.016247429,0.0072270753,0.017467855,0.008742229,0.01550023,-0.037326746,0.022648433,0.036861822,0.011606492,-0.03126613,-0.0013760916,-0.0032482403,-0.010170209,0.03692824,0.0086509045,0.04582821,-0.021602355,-0.018032404,0.01929434,-0.0070029157,-0.029024532,-0.028476587,0.01193858,0.017135765,0.037260327,0.00042445058,0.02605234,0.055525195,0.014811146,0.02575346,-0.004030724,-0.01384809,-0.0042922436,-0.015259465,-0.018862626,0.019012066,0.019261131,-0.02694898,0.020274002,0.028044872,0.04410135,0.0071149957,-0.005056047,-0.014819448,-0.0005832304,-0.008601092,-0.014205084,-0.027480321,-0.039319277,-0.037027866,-0.004856794,-0.024275668,-0.025471186,-0.019111691,-0.011556679,0.03295978,-0.004312999,-0.042474117,0.008501465,0.0013947716,-0.026799541,-0.025803275,0.009730193,0.021037806,0.027430508,0.03081781,-0.0012557096,-0.012054812,-0.0010855142,-0.0051847314,-0.021818213,-0.017849756,0.017168975,0.047455445,0.0039082663,0.039883826,-0.021154037,0.0057368283,0.016645934,-0.01122459,-0.003895813,0.008053145,0.029589083,0.038987186,-0.024275668,0.021951048,-0.00024076414,0.019825682,0.027380696,0.0047530164,-0.00067922473,-0.04606067,0.015616461,-0.006820267,0.015599856,0.008866763,-0.010037375,0.028543005,-0.017849756,-0.02060609,-0.0126857795,-0.028592817,0.02894151,-0.031897098,-0.014811146,-0.030070612,0.052901693,-0.015093422,0.0043628123,-0.039618157,0.003895813,0.04835208,0.0048775496,-0.02057288,-0.029854754,-0.010601925,0.0010377765,0.00600665,-0.01768371,-0.006504783,-0.022349555,-0.044865154,0.002424246,0.024441712,-0.013914507,-0.011108359,-0.01700293,-0.041411433,-0.0022955616,-0.000056331806,-0.021286871,0.029406434,-0.02087176,0.0129846595,-0.0037256177,-0.004973025,-0.04476553,-0.022117093,0.005176429,0.015035306,0.01325033,0.02623499,-0.012810313,-0.010709854,-0.040813673,0.0024574548,0.008285607,0.041046135,0.02694898,0.0047654696,-0.054661762,0.011033639,0.022283137,0.00840599,0.03332508,0.026002528,0.0018129955,-0.013789974,-0.025537604,0.0041199727,0.026567077,0.0029742674,-0.03463683,0.01317561,-0.0014508115,-0.0026442546,-0.015442114,0.022532202,-0.014769635,-0.026450846,0.03652973,-0.005753433,-0.018032404,-0.0034059824,-0.0010325876,0.086143754,0.0025093437,0.027613157,0.0021274418,-0.056953173,-0.021004597,0.011291008,0.032195978,-0.0126857795,0.045130823,0.0016936512,-0.014404338,-0.037592415,0.03427153,-0.0030904985,0.022017466,0.01899546,-0.0018825266,-0.018414306,0.012029905,0.012992961,-0.000011447972,0.009339988,0.024906635,-0.008941482,-0.07810721,0.04958081,0.033956047,-0.03772525,0.0037380708,-0.047156565,-0.010983827,0.032295603,0.007675395,0.01384809,0.00052589324,0.023528468,-0.038754724,-0.012469922,0.016006665,0.024342086,0.0071855644,0.00064342143,-0.04177673,-0.00008730295,0.02304694,-0.031050272,-0.070801266,-0.0100456765,-0.0051349183,-0.014354524,-0.01655461,-0.023594886,-0.0010564565,-0.025869692,-0.011041942,0.019061878,-0.0043213014,-0.036363687,0.0030344585,-0.035832345,0.01448736,0.0076421862,-0.0054171933,-0.0025736857,-0.019427177,-0.0043586614,-0.027596552,-0.026467452,0.04270658,-0.011988394,-0.01846412,0.02912416,-0.028044872,-0.00358448,0.013466188,-0.012220856,-0.02507268,-0.01114987,0.033457913,0.0057326774,0.004528857,0.017152369,0.020240793,-0.05708601,-0.010352858,-0.059510253,-0.034437574,0.028609423,-0.021270268,-0.03403907,0.0053881356,-0.00084890117,-0.020207584,0.022532202,0.021785004,0.007990879,0.012918241,0.01433792,0.02007475,-0.05622258,0.03692824,-0.009256966,0.024342086,-0.001272314,0.009456219,-0.01392281,0.038787935,0.008019936,-0.013084286,-0.005246998,0.032494858,-0.0017102556,0.023096753,0.030834416,0.008339572,0.03382321,0.0073474576,-0.019427177,-0.009481126,-0.022216719,-0.045927837,0.03742637,-0.017052744,-0.044300605,0.0011695741,-0.023976788,0.008916575,-0.020024935,-0.015043608,-0.03669578,-0.016787073,-0.010776271,0.0031548406,0.030120425,0.0070402757,-0.060074806,-0.033939444,0.004095066,-0.0038688309,-0.004707354,0.011531772,0.019659638,0.01287673,0.011349124,-0.090460904,-0.0055375756,0.0034890044,0.007177262,0.0020672507,0.025836483,0.025803275,-0.011863861,0.013242028,0.019759264,0.0446659,-0.021884631,-0.011838954,-0.010327952,0.009124131,-0.012968055,-0.020855157,-0.004163559,0.0053258687,0.009339988,0.003985062,0.006500632,0.0010367387,0.0156247625,-0.03359075,0.00003658162,-0.0072353776,0.016247429,0.0058945706,-0.008534674,0.024275668,-0.0046907496,-0.007455386,0.020805344,0.008410141,0.02405981,-0.035765927,0.008518069,0.047289398,-0.010975524,0.00457867,-0.025006263,0.03659615,0.005902873,-0.01738483,0.011349124,0.025338352,0.02953927,0.024009997,0.0137401605,-0.0007202169,0.012893335,-0.007247831,-0.018215053,-0.012245762,-0.00018589171,-0.021535939,0.00012738706,0.045994256,0.0018150711,0.017235393,-0.0108011775,-0.016795374,-0.030120425,0.020440046,0.011033639,0.024840219,0.027779201,-0.053831544,-0.017202184,0.005803246,0.03692824,0.007712755,-0.020473255,0.021668773,-0.01959322,-0.012810313,0.013225423,-0.002916152,-0.026401034,0.019609824,-0.0015950624,-0.017318415,0.020423442,-0.012959753,-0.0064881784,-0.021270268,-0.01872979,0.028443377,-0.0059858947,0.036994655,-0.010992128,-0.0049066073,-0.006774605,0.0013034473,-0.00182026,-0.029489458,-0.0110253375,-0.0056205974,0.013258632,0.050676703,0.010087187,-0.0075799194,-0.0020413063,-0.03506854,0.008252399,-0.019991726,-0.017052744,-0.02879207,-0.005641353,-0.015458719,0.010103792,0.04635955,0.030618558,-0.01789957,0.038754724,0.023960184,-0.0142632,-0.009248664,-0.022648433,0.037858088,0.014055645,-0.04901626,-0.0006901214,-0.012328785,0.0036986354,0.018613558,-0.01786636,-0.012295576,-0.026882563,0.009281873,0.021685377,-0.009373197,0.022847688,0.012718989,0.027480321,-0.007924462,-0.018895835,-0.0062017525,0.015267768,0.015707785,-0.0044499855,-0.011623097,-0.02218351,0.009688681,-0.012577851,-0.007015369,0.03599839,-0.025720252,0.0360316,0.020672508,0.020340418,-0.017650502,0.030004194,-0.01295145,0.045164034,-0.034304738,-0.019377362,-0.049115885,0.022565411,0.022582017,0.011564981,0.009414708,-0.03682861,-0.0052677533,-0.021967653,-0.029157368,-0.02417604,-0.0019146976,0.0037692043,-0.028958116,0.0292736,0.04210882,0.017085953,-0.00090649776,0.011008733,-0.017301809,0.0036467465,0.037924506,0.020788739,0.017700316,0.016496494,0.008165225,0.01760069,0.028958116,-0.03493571,-0.05100879,-0.0047986787,0.01673726,-0.010477391,0.021901235,-0.00007108769,0.0040805372,-0.0018181844,-0.0058530592,0.014670009,0.03126613,0.01167291,0.010410974,-0.0061726947,-0.028642632,-0.017185578,0.0023785837,0.007638035,-0.015965154,0.023511864,-0.020008331,-0.01681198,0.00038994453,0.021452915,0.016645934,-0.010053978,-0.016014967,0.0096305655,-0.04702373,0.017069347,-0.013466188,0.021087619,-0.000044008208,-0.0547946,-0.013823183,-0.051141627,-0.0008115412,0.019659638,-0.019061878,0.016787073,-0.022947313,-0.017501064,0.00020690668,0.019377362,-0.014811146,0.012976357,0.004200919,0.0008561656,-0.0038210931,-0.03231221,-0.005246998,0.00022195444,-0.0081610745,0.0259029,-0.0100456765,0.005039443,0.027164837,-0.022997128,0.005761735,0.007405573,0.03513496,0.029323412,0.025803275,-0.009265268,-0.0027521832,0.033242058,0.009912841,0.028991325,-0.0017683711,0.033790004,0.011971789,0.004516403,-0.0060772193,-0.01992531,-0.028061476,-0.028725654,0.0119302785,-0.049780063,0.0025508546,0.0050975583,-0.005002083,-0.00844335,0.024890032,0.027862223,0.025853088,0.014503964,-0.009472824,-0.0021253664,0.012843522,0.0100456765,-0.0330262,-0.0028538853,-0.028161103,0.015143234,-0.057550933,-0.004387719,0.0068244184,0.003644671,-0.011764234,0.008094656,-0.012245762,-0.017849756,0.019427177,0.0067995116,-0.0011643852,0.03832301,0.017119162,0.010934013,0.0051058605,-0.019227922,0.0010227287,0.0038480752,-0.002461606,-0.005720224,0.009838121,0.017999195,0.0022810327,0.0025778369,0.035633095,-0.00784559,0.015043608,-0.004902456,-0.025371559,0.0062100547,-0.0066127116,0.035035335,0.023594886,0.016994627,0.008057296,-0.013491094,0.0401495,0.006467423,0.008609394,-0.0026193478,-0.0063636457,0.026434243,0.0070734844,0.03403907,0.02072232,-0.018248262,0.010601925,0.026151968,0.009315082,-0.0129099395,0.03388963,-0.012968055,0.032478254,0.0008110223,-0.031398967,-0.0036342933,-0.020473255,-0.0006325248,-0.003283525,-0.014744729,0.010029072,-0.0023806593,0.007721057,-0.002451228,0.0025114191,0.02391037,0.012112928,0.014611893,0.00844335,-0.0044873455,0.094977304,-0.00097447215,0.007646337,-0.0012359918,0.00885846,0.0110253375,0.0065296898,-0.009887935,-0.0143794315,0.021834817,-0.019111691,-0.017882964,0.0059485347,0.0011228742,0.027032003,0.003422587,-0.013291841,0.015707785,-0.0071897157,-0.013557512,0.010942316,0.02608555,-0.0077418126,-0.020556277,-0.031050272,0.00450395,-0.0020350798,-0.03985062,0.032328814,0.01692821,-0.016546309,0.0012930695,0.018381096,0.028509796,0.043171503,-0.0030427608,-0.002195935,-0.005869664,0.013242028,-0.0108758975,-0.017069347,-0.017949382,0.024192646,-0.013956018,0.011913674,0.012187647,-0.013765068,-0.008949785,-0.0138148805,-0.055724446,0.0074678394,-0.003148614,0.024009997,0.02465757,0.006264019,-0.017949382,0.027646367,0.02623499,0.01816524,0.008567883,-0.03146538,0.015408905,-0.004545461,0.011506866,-0.02004154,-0.0044209277,0.023279402,-0.018480724,-0.024591152,-0.015118328,0.0034433424,-0.0066002584,0.039651364,-0.021486124,0.0067621516,-0.008501465,-0.004263186,0.03550026,0.0217684,-0.0051141623,-0.014753031,-0.0053134155,-0.0050228382,-0.007758417,-0.011897069,0.007866345,0.018613558,0.019543407,-0.017667107,0.010626831,-0.014005831,-0.002855961,0.028891698,0.017799942,-0.008625998,0.012146136,-0.04320471,0.011648003,-0.009987561,-0.010909107,0.026434243,0.012071416,0.017135765,-0.002878792,-0.0022291439,-0.032279,-0.045529332,-0.026484055,-0.0023848105,0.018215053,-0.014985492,0.017882964,-0.010776271,0.022200115,0.038156968,0.016820282,0.0028621876,0.019393967,-0.0070444266,-0.029738523,0.023611492,-0.012552944,-0.015541741,-0.017135765,-0.021868026,0.0011519319,0.0051971846,-0.033790004,0.01819845,-0.01834789,0.0024491525,-0.0012557096,0.029007928,-0.010767969,-0.030435909,0.021436311,0.00604401,-0.036728986,-0.0057077706,0.042540535,-0.05041103,-0.0068285693,-0.008509767,-0.011008733,0.028161103,0.0019707375,0.018331284,0.019858891,-0.009746796,-0.019211318,0.0036592,-0.007214622,0.034072276,-0.0030074762,0.018895835,-0.016944814,0.04675806,-0.017401436,-0.036795404,-0.021120828,-0.04234128,-0.009771704,0.0033976801,-0.0145703815,0.026517265,-0.01392281,-0.009456219,0.0020257398,0.0047239587,0.010668342,-0.0065961075,-0.00012278193,-0.045097616,-0.0015753447,-0.01662933,-0.005163976,0.0016261957,0.0020973464,-0.020987991,-0.012361994,-0.0067164893,-0.021137431,-0.0014217538,-0.0028061476,0.008061448,-0.021834817,-0.009995863,-0.0015307203,-0.0435368,-0.0018970554,0.030801207,-0.006073068,-0.0067580007,0.012868429,0.011681212,0.006226659,0.01816524,-0.017019534,-0.03163143,0.016222522,0.015251163,-0.0038459997,-0.041345015,0.02736409,-0.027164837,0.011921977,-0.044134557,-0.017484458,0.014420942,0.0015327958,-0.02575346,0.0108011775,-0.011581586,0.013897902,0.013225423,-0.0035284401,0.0038709063,0.020357024,0.023711117,-0.036064807,0.034404367,0.004786225,0.017351624,-0.03838943,0.03193031,0.01362393,0.037293535,-0.013167308,-0.029887963,0.021336684,0.035101753,-0.021785004,-0.0041905413,0.006894987,-0.009165642,0.020506464,-0.020240793,-0.02751353,-0.015525136,-0.011614795,-0.031847283,-0.019493593,-0.013574117,-0.009115829,-0.010303045,0.019410571,0.000029690136,0.001899131,-0.026666705,0.011681212,-0.010303045,0.008497314,-0.032245792,0.011091755,-0.016986325,-0.016579518,0.0019396043,-0.03284355,-0.014296409,0.013532605,-0.07159828,0.0273973,0.006861778,-0.013731859,0.0029991742,0.00972189,-0.013142401,0.012602758,-0.023445446,0.018547142,-0.0013906205,-0.01384809,0.01677877,-0.02229974,-0.017135765,0.023329215,-0.004169786,0.021901235,0.001420716,0.00063823257,-0.036463317,-0.0023702816,-0.035533465,-0.016396869,-0.0036280665,0.009149037,-0.02593611,-0.026118759,0.022266533,-0.008800345,0.0017154445,0.017849756,-0.0117061185,0.013001264,-0.0014041116,0.03573272,0.00020599863,0.03388963,0.022665039,0.004628483,0.01959322,0.008833554,0.0063719475,-0.0076919994,0.018929044,0.027530136,0.015516834,-0.00739312,-0.047588278,0.0005702582,0.027447112,0.0055375756,0.019560011,0.023611492,-0.005574935,0.0001423051,-0.005010385,0.015558345,0.0024138682,0.010552111,-0.004030724,-0.004582821,0.035301004,0.01208802,0.016073082,0.0039995904,-0.016712353,-0.021701982,0.02736409,-0.0067123384,0.0002799402,0.0019728132,0.068410225,-0.039950244,0.0071565066,-0.013075984,0.009265268,0.0075508617,0.0108011775,-0.0057700374,0.027745992,-0.016347054,0.0033582447,-0.0070651826,-0.01208802,0.025006263,0.0042175236,0.033790004,0.017318415,-0.02811129,-0.005280207,0.043271128,0.0018534688,0.02563723,-0.035865556,0.013200517,0.025869692,0.00065639365,0.003862604,0.015483625,-0.024840219,-0.015085119,0.0117061185,0.010560414,0.01066004,0.044134557,-0.015824016,-0.005458704,-0.004786225,-0.032378625,0.022283137,-0.016845187,0.02165217,-0.0151349325,-0.0014788315,-0.050510656,-0.030568745,0.041345015,0.019560011,-0.012503131,0.06452479,0.019095087,0.033790004,-0.0015037381,0.032079745,0.01658782,0.012038208,0.004267337,0.013632232],"social":"https://twitter.com/itsharshag"},{"title":"lowbackpain.io","description":"an app to treat your low back pain","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=gSM93rRXcM4","youtube_transcript":"My name's Ahmed, and I built an app for people to treat their low back pain. Low back pain is one of the most common reasons for people to miss work visit a doctor and claim disability, which costs companies two thousand dollars per person per year. It also sucks. The main obstacle to treating low back pain is figuring out what's causing it. This matters because it affects how you treat it. And it took me three years to learn this for myself. The app starts by determining the cause of your low back pain. You answer questions and try some exercises to see what helps. We rule out people with complications and tell them to see a doctor. Once you know your condition, you can now treat it. We tell you about your condition and give you five extra sizes you can do daily that will actually help as opposed to the YouTube slot machine. You can also find a primary spine practitioner or PS near you. PSPs are a type of specialist who are best equipped to treat issues of the spine. This idea hit hard for a lot of people, Even just posting the idea online after creating my Twitter that same day, got forty five thousand impressions and over four hundred likes. The first version was basic as But even this basic version got five hundred and fifty people to spend five minutes each using it and providing a ton of useful data. I then replaced the first version with a prototype mobile app in the last week. Now we're wrapping a build space with over seven hundred users.","embedding":[-0.002662718,-0.00518631,0.043159995,0.0737059,0.0037254866,-0.037873205,-0.03104057,-0.0027516042,0.012405407,0.0075862347,-0.021518163,-0.03481243,-0.003058841,-0.00032124593,0.02553736,-0.012498157,0.04229432,-0.040593892,-0.02604749,0.011810256,0.02674312,0.024718063,0.03391584,-0.02246113,0.025892906,-0.026279366,0.019091187,-0.0058123777,-0.035678104,-0.029865727,-0.0036230744,-0.010272141,-0.017607175,0.010202577,0.033668507,-0.009653803,-9.963454e-7,0.032988336,0.068697356,-0.03982097,0.022832131,0.017236173,0.028659968,0.029216472,-0.018240971,-0.011253752,0.016138623,0.040655725,0.03181349,-0.029262848,-0.058061942,0.037687704,-0.019585857,0.053640824,-0.014615965,-0.016308665,-0.060535293,0.06208114,0.02494994,0.013796668,0.021672748,0.019554941,0.0010714639,-0.015319325,-0.034781516,-0.014391818,0.00528679,-0.0012646945,0.012065321,0.008625816,0.038244206,0.00987795,0.04758111,0.032586414,-0.007474161,-0.0118875485,0.013611166,0.072592884,0.050054464,0.045880683,0.011338774,0.043221828,0.00016098528,0.026062949,-0.043902002,-0.01885931,-0.04550968,-0.010589039,-0.0229558,-0.027686086,-0.01078227,0.042572573,-0.014144482,0.015628494,0.037811372,-0.004270397,-0.007064512,0.037162118,0.01237449,-0.013247892,0.000227046,0.03889346,0.006558248,-0.033761255,-0.01287689,-0.045664262,-0.011207377,0.007976561,0.020776158,0.009267341,-0.063997984,0.014878759,-0.008363022,-0.014221774,0.0034646252,-0.000870504,-0.05895853,-0.031658906,-0.02355868,-0.024656229,-0.027516043,0.039171714,0.0130701205,-0.018333722,-0.0107204355,-0.018905686,-0.039078962,-0.033854008,-0.0295411,-0.03604911,0.033575755,0.018735642,0.07896177,-0.040284723,-0.04819945,0.016540542,-0.051445726,0.0071997736,-0.025104525,-0.047673862,-0.0037815236,0.0058201067,-0.0093059875,-0.012436324,-0.027392374,-0.026820412,0.024517102,0.03852246,-0.03175166,0.0043167723,-0.015157011,0.033946756,0.024316143,0.004081031,0.020992577,-0.007868351,0.038584292,0.037656788,-0.028582675,-0.030221272,-0.017591717,-0.019601315,0.032462746,-0.012018946,-0.0002838075,0.0797656,-0.06820268,-0.07110887,-0.04343825,-0.03305017,-0.038677044,-0.057041682,-0.022832131,-0.00673602,0.060318876,-0.00958424,0.08366114,0.0064539034,-0.0128382435,-0.018751102,-0.018782018,-0.019987777,0.0076094223,0.02264663,-0.028520841,-0.031086944,-0.044767674,-0.006457768,-0.008571711,-0.0027593335,-0.00034153514,0.031906243,0.047457445,-0.004324502,0.006658728,-0.010202577,0.027979797,0.0135493325,0.0006859688,0.03144249,-0.00229558,0.0017323126,0.03283375,0.023187676,0.012668201,-0.00068790105,-0.013410206,0.023713263,0.023326803,-0.022723923,0.053207986,-0.028814552,0.03561627,0.01926123,-0.0021409953,0.007192044,-0.005298384,0.018565599,0.0123667605,0.026557619,0.03682203,-0.0009149471,0.03471968,0.021239912,0.020049611,-0.005970827,0.015489368,-0.012080779,0.019230314,-0.015984038,0.008540794,0.016432334,0.016633293,-0.0046452647,0.08434131,-0.02604749,0.04368558,-0.01935398,0.00041206434,-0.010859562,0.05827836,0.005228821,0.0024907428,-0.010272141,-0.00088789477,-0.006009473,-0.06263764,-0.06430715,0.012807326,0.034781516,0.012869161,-0.018565599,0.0006086765,-0.018225513,-0.03453418,-0.017127963,-0.04022289,-0.032400914,0.022043752,-0.014932863,0.017236173,-0.028582675,0.012389949,0.0016289343,-0.052929737,-0.0014965712,-0.0026337337,0.011988029,0.02273938,-0.002852084,-0.016355041,0.0052326857,0.034565095,-0.016988838,-0.022522964,0.037873205,-0.020899825,-0.013626625,-0.058216527,-0.012428595,-0.008533065,0.019554941,0.0046027536,-0.04498409,0.020776158,0.015311596,-0.0033139053,0.050147213,-0.04470584,-0.026372118,-0.041923318,0.0351216,-0.009700178,0.014940592,0.025614653,0.028227132,-0.06075171,-0.056701597,0.011099168,0.029201014,-0.011246023,-0.00020132217,-0.003172847,0.006523466,0.0093059875,0.0024617582,0.02774792,-0.003039518,-0.006824906,-0.032771915,-0.044273004,0.015311596,0.03654378,-0.015783079,-0.054846585,-0.018472848,0.07611741,-0.055217586,-0.03592544,-0.032771915,-0.039109882,-0.023929682,-0.017699927,-0.025861988,0.01627775,-0.024795355,0.007713767,0.025073607,-0.027902504,-0.031535238,0.045880683,-0.008540794,-0.0057234913,-0.018611975,-0.0011603499,-0.02184279,-0.012150343,-0.011493358,0.06937753,0.034348678,-0.038646128,-0.05178581,-0.02184279,0.05577409,0.027562417,-0.025861988,-0.04340733,-0.016509626,-0.004023062,0.01705067,-0.018828394,-0.01796272,0.03224633,-0.0140053565,0.017699927,0.0005449104,-0.012459511,-0.054661084,-0.005646199,-0.00036037512,-0.016927004,-0.007922456,0.019214854,0.02335772,0.014585048,0.04560243,-0.026959538,-0.025908364,0.0036308037,0.01966315,0.03573994,0.0017352111,0.019276688,0.013131954,-0.07339673,-0.0027458074,0.03133428,0.06690417,-0.018101847,0.062328473,0.040933978,0.048446786,0.0014994697,-0.03373034,0.025150899,0.071974546,0.025197275,0.030221272,-0.047457445,-0.018009095,0.012436324,-0.018534683,-0.010898208,-0.015597577,0.03164345,0.0021274693,0.007675121,0.031968076,0.028613593,-0.052651484,-0.007543724,-0.008703108,-0.0482922,0.006326371,-0.0029139179,-0.03722395,-0.06078263,-0.03462693,0.001835691,0.015984038,-0.015651682,-0.031906243,0.07166538,0.017730843,-0.008455773,-0.002409586,0.041954234,0.060195208,0.0616483,-0.008285729,0.032277245,-0.020281488,0.032462746,0.01238222,-0.0048848703,0.03703845,-0.0015584051,-0.02654216,0.0036597883,-0.055093918,0.013510686,0.019709526,-0.017900886,-0.0067089675,-0.04241799,0.005696439,-0.005766002,0.03413226,0.021131702,0.064678155,-0.013997627,0.0018743372,-0.045633346,0.019477649,0.023002176,0.008154333,-0.017993636,0.028489925,-0.03410134,0.013680729,-0.008378481,-0.014229504,0.0056925747,-0.022198336,-0.012923265,-0.029247388,0.0016791743,-0.054908417,0.029881185,0.05948412,0.020018693,0.027361458,0.006086765,0.0050008087,0.01267593,-0.017421674,-0.033946756,-0.018318264,-0.009908867,0.016478708,0.029201014,-0.010527205,-0.00758237,-0.0036211421,-0.032771915,0.028814552,-0.036080025,0.025722863,-0.012235364,-0.039790053,-0.0057930546,-0.0099707,-0.022383837,-0.0024327736,0.060349792,-0.0002654506,0.030901443,0.04680819,-0.009452843,0.0031438624,-0.025923822,0.021780957,0.026403034,-0.019400356,-0.01575216,-0.030870527,0.0046568583,-0.026217533,-0.011995758,0.002832761,0.058556613,0.0033100408,-0.016494168,0.05617601,0.072592884,-0.0046066185,0.038769796,0.027794294,-0.029757518,0.018998437,-0.0062722666,0.0140053565,0.026758578,-0.006944709,-0.010163931,0.031473406,0.005997879,0.0023709398,-0.001823131,0.0051631224,-0.0396973,0.0116479425,-0.02365143,0.0051360703,-0.032679167,-0.05864936,-0.07494257,0.035492603,-0.015172469,-0.026480326,-0.037440367,-0.0051206117,0.014438193,0.00958424,-0.055063,0.01137742,-0.013379289,-0.08502148,-0.021332663,-0.0036597883,-0.028567217,0.031998992,0.026696745,0.014840113,0.009499218,-0.01427588,0.026310284,0.0090663815,-0.012150343,0.034163177,0.03224633,-0.005557313,0.04470584,-0.008409398,-0.0012347437,0.0104808295,-0.037873205,0.0012627622,0.025460068,0.026804954,-0.022924883,-0.0028269642,0.019477649,0.03175166,-0.006851958,-0.012606367,-0.01916848,-0.017498966,-0.036389194,0.034008592,0.017421674,-0.023496846,-0.03193716,-0.03784229,-0.0026163429,0.034194093,-0.013665271,-0.017174339,0.014384088,0.021038951,-0.0325555,-0.01735984,-0.044767674,0.043592833,-0.05119839,-0.019230314,-0.01677242,-0.0039882804,0.017591717,0.039480884,0.0038704097,0.008934985,0.018318264,0.023419553,0.017205255,-0.004718692,-0.05447558,-0.021301745,0.020807074,0.012760951,-0.02184279,-0.026804954,0.009561052,0.002515863,0.025119983,0.004799849,-0.03323567,0.03261733,0.016896088,-0.013989898,0.023527762,0.0351216,-0.029185556,-0.018225513,0.01885931,0.022615714,-0.021796416,-0.019616773,0.023836931,-0.00094441476,-0.03802779,-0.01686517,0.027160497,0.027284166,0.03360667,0.022291087,-0.010944583,-0.035554435,-0.024486186,0.0140130855,0.015087448,0.027469667,0.039171714,0.014229504,-0.018070929,0.018982979,-0.007961102,0.005344759,0.02145633,-0.0024385706,-0.03133428,0.0062220264,0.023574138,-0.027454209,-0.0104731005,-0.00011593838,-0.02464077,0.014600507,-0.026310284,-0.025460068,0.022291087,0.00898136,0.026387576,0.033761255,0.0011700115,0.029912103,-0.028273506,-0.017328924,0.029386515,0.02434706,-0.064739995,0.02215196,-0.027222332,-0.005344759,0.013039203,0.012351302,0.014615965,0.008285729,0.032462746,0.014832384,0.010310787,0.022182876,0.017576259,-0.026897704,0.011995758,-0.0024192475,-0.020822532,-0.022693006,0.031906243,0.0063225063,0.023991516,-0.022631172,-0.030994194,-0.007311847,0.022028292,0.030375855,-0.0012018946,0.017916344,0.0393263,0.0047612027,0.0028153704,-0.038460627,-0.0058355653,-0.00009927224,0.004710963,-0.021440871,-0.015350242,0.008803587,0.030360397,-0.07549907,-0.017993636,0.0059824204,-0.0047225566,0.00034829823,-0.040933978,0.018828394,-0.0030704348,0.010844103,0.040841226,-0.009197778,0.016834253,-0.011593838,-0.0012250822,0.013626625,-0.033946756,0.049343374,-0.00713794,-0.0016250696,-0.008726295,-0.0040462497,0.0023825336,0.045262344,0.02654216,-0.025166359,0.013928064,-0.028520841,-0.045633346,0.013703916,0.0029699549,-0.004510003,-0.008046124,0.012706847,0.04909604,-0.014113566,-0.022492046,0.017127963,-0.027593335,0.0010608361,-0.01715888,0.0063727465,-0.014778279,0.0038375605,-0.05280607,0.035863604,-0.01227401,-0.0064886846,0.002908121,0.015404346,0.022677548,-0.020791616,0.029371057,0.016710585,-0.030855067,0.02434706,0.0030511117,0.0025892905,-0.0019062202,-0.011879819,-0.02385239,0.016308665,0.03552352,0.05438283,0.020528823,-0.018040013,0.013734833,-0.014894217,0.0008796825,-0.010820916,0.003688773,-0.006098359,0.0074007334,-0.017746301,0.048755955,0.0077214963,0.050827388,-0.07073787,-0.034070425,-0.015597577,-0.01827189,-0.03453418,0.0047457446,-0.00065263646,0.012482699,-0.015342512,-0.025707403,0.005796919,0.031411573,0.02264663,-0.049436126,-0.012413136,0.009723365,-0.004424982,0.012807326,-0.0231413,0.022723923,-0.02025057,-0.021997375,-0.080198444,-0.025336402,-0.015025614,-0.019369438,-0.024006974,-0.009553323,0.031535238,0.004111948,0.0065311957,-0.0050239963,0.0060829003,-0.021008035,-0.02405335,0.027686086,-0.00908184,0.00052365504,-0.010511747,-0.019183937,0.02563011,0.01057358,-0.0026086136,-0.00021690139,-0.005704168,0.020729782,-0.038862545,0.005051049,0.035894524,0.0149637805,0.024671687,-0.00533703,0.023821473,-0.0070065428,0.0076789856,-0.012343573,0.004838495,0.016911546,-0.0040269266,-0.011493358,0.0528679,0.005696439,-0.032988336,-0.00013260452,0.008533065,-0.027160497,0.000024319887,0.019632233,0.024594394,0.0007961102,-0.013858501,-0.0197559,-0.03063865,0.0024018567,-0.013054661,0.0065814354,-0.021100786,-0.0040694373,-0.01007891,-0.0027612657,-0.0054027284,0.0025622381,0.012807326,0.010318516,-0.00020929294,-0.0481067,-0.003582496,0.032184497,0.0028153704,0.04053206,-0.03660561,0.01057358,-0.008819046,0.0014482636,0.00105987,0.06610034,-0.008540794,0.022863049,0.0014357036,0.004637535,0.01167886,-0.021008035,0.022847591,-0.01137742,-0.0142449625,-0.01706613,-0.0076480685,-0.0076094223,0.039975554,0.021116244,0.0147164455,0.029711142,0.052435067,0.016556,-0.005897399,-0.058000106,0.012668201,0.007176586,-0.00673602,-0.015017885,0.045262344,0.032524582,0.0061292755,-0.025985656,0.02714504,0.040099222,-0.012057591,0.004819172,0.062204808,-0.01017939,-0.0028965273,-0.046870023,-0.0012878822,-0.012521345,0.036883865,-0.007172721,-0.04340733,0.017684467,-0.00703746,0.025150899,0.0044133877,0.013124225,0.037780453,-0.02034332,-0.0018617772,-0.014345442,0.0012753222,-0.04081031,0.04300541,-0.014221774,0.011106897,-0.013093308,0.031009652,0.07073787,0.027175957,0.032957416,0.028659968,0.015303866,0.016246831,0.019431273,0.021100786,0.05169306,0.0058317007,0.010519476,-0.008950443,-0.037378535,0.022538422,0.011833444,-0.0061833803,-0.004738015,-0.010109827,-0.0039882804,-0.000819781,0.02643395,-0.020173278,0.028706344,-0.038986214,0.04411842,-0.0025255245,0.0019023556,-0.008417127,-0.021796416,-0.0012134884,0.007775601,-0.016540542,-0.021363579,0.025290025,-0.026093865,-0.023017634,-0.0066741863,0.03014398,0.011454712,-0.030514982,0.034379594,0.037873205,-0.043592833,0.036481943,-0.003984416,-0.005406593,0.0020907554,-0.011106897,0.03802779,-0.032864667,-0.0071070227,0.027917963,-0.0020327864,0.020714324,-0.0095301345,-0.047241025,-0.0069099274,0.011222836,-0.000649738,0.00020132217,0.0067282906,0.042046987,0.0077485484,-0.010766811,-0.026696745,0.010797728,0.01695792,0.0038336958,-0.019153021,-0.02644941,0.02374418,0.022368379,0.007930186,-0.00423948,0.012444053,-0.0035805637,0.024980856,-0.02904643,-0.003279124,0.008695379,-0.016927004,0.015520285,0.026310284,-0.019802276,-0.026804954,-0.011354232,0.020930743,-0.057381768,-0.050425466,0.01038035,-0.0041080834,-0.046684522,0.000063524574,0.002125537,-0.024331601,-0.013858501,0.0199414,0.034194093,0.027593335,-0.012869161,0.034163177,0.022631172,0.0060829003,-0.0024250445,0.013587979,-0.036481943,-0.012243093,0.03413226,-0.005947639,0.004220157,-0.018194597,0.006906063,-0.026928622,-0.0052829254,0.01117646,0.068326354,-0.025398234,-0.015906746,0.0047843903,-0.03342117,0.01077454,-0.009128215,0.016231373,-0.002378669,-0.018040013,-0.029262848,0.0071881795,-0.015620764,0.007725361,-0.025614653,0.038151458,0.0021912353,-0.013108767,-0.016525084,0.013904877,-0.0014753159,0.011199648,-0.0054954793,0.025413694,-0.021224452,-0.017931802,0.0053408947,0.014391818,0.015543472,-0.0067901243,-0.008849964,0.0030569087,0.013410206,-0.020606115,-0.017328924,0.008285729,-0.011385149,0.01177161,0.03161253,0.010828645,-0.007937915,-0.0307314,-0.012668201,0.03093236,-0.0001784968,-0.017313465,-0.022847591,0.005306113,-0.009267341,0.00987795,0.016262291,0.019740442,0.038955297,0.004660723,0.005665522,0.009414197,0.03592544,-0.002061771,0.03682203,0.007396869,0.0013989898,-0.0020076663,-0.001519759,0.012297197,-0.018349182,0.011709777,-0.023821473,-0.0007178518,-0.0123667605,0.006565977,-0.025583737,0.018395556,-0.0207607,0.00094393163,-0.0097697405,0.00086084247,-0.009514676,0.026480326,0.005012403,-0.029989395,0.0077871946,0.0075205364,-0.007860622,0.013904877,0.015844911,-0.016262291,-0.018488307,-0.0047766613,-0.019601315,-0.021579998,0.0029139179,0.011106897,-0.0016675803,-0.016834253,0.009576511,0.0022047616,0.01466234,0.01746805,-0.03691478,0.004850089,-0.0031709147,0.019879568,-0.045880683,0.011246023,0.09918142,0.01966315,0.02026603,-0.027593335,0.028103463,0.006863552,0.02654216,-0.021409955,-0.0028366258,0.02106987,-0.034967016,-0.0012405406,0.0046761814,0.021363579,0.007690579,0.0019033217,-0.031303365,-0.0015236236,-0.0061795157,-0.014786008,-0.0009878916,0.019137561,0.037625868,-0.014832384,-0.025104525,0.02015782,0.011207377,0.027361458,-0.025166359,0.02235292,-0.012583179,-0.0033699423,0.007103158,0.010403537,0.009259612,0.022136502,-0.0056423345,-0.024068808,0.003980551,-0.0045872955,0.007423921,0.010828645,0.042881742,0.007365952,-0.018843852,0.027825212,-0.0017429403,0.008084769,-0.050796468,-0.0012695253,-0.008540794,0.016107706,0.016401416,0.004023062,-0.015025614,0.033483006,-0.022090126,0.02904643,-0.0018724048,-0.0009091501,-0.019601315,0.034286845,-0.010519476,-0.01845739,-0.015589847,-0.0012733899,0.0053022485,0.0018820664,-0.017529882,-0.013982168,0.0010907869,0.03003577,0.007849028,0.001803808,-0.004471357,-0.013750292,-0.002498472,0.020992577,0.020544281,-0.017699927,0.0019400356,-0.014623694,0.031720743,-0.0013796667,-0.025923822,-0.013982168,0.014786008,0.053764492,0.014090378,-0.001992208,-0.039790053,0.026372118,0.03734762,-0.02165729,0.007570776,0.024177017,-0.027129581,0.019987777,0.033019252,-0.033204753,-0.0029622256,0.0043670125,-0.017127963,-0.019060269,-0.022569338,0.004660723,-0.042727157,-0.009506947,0.024269767,0.0019574263,0.0003229367,0.021116244,-0.0048075784,-0.01865835,0.027516043,-0.014500027,-0.034565095,0.01267593,0.03082415,-0.038120538,-0.006164057,0.028412633,-0.0020289216,0.012049862,-0.025119983,-0.015821725,0.028567217,-0.02476444,0.012049862,0.007930186,0.02685133,0.023883307,0.008471231,0.0062027033,0.0049930797,0.0052404148,-0.0042433445,-0.001494639,0.003752539,-0.022723923,-0.044334836,0.012034404,0.030113062,-0.005777596,-0.027423292,-0.025197275,0.0026569213,0.0021854385,-0.009962971,-0.0068287705,-0.0016347312,-0.0013931929,0.017498966,-0.0056809806,-0.03573994,-0.0014656543,0.0075089424,0.0034472346,-0.027206874,-0.0163705,-0.0351216,-0.030746859,0.016246831,-0.0007927287,0.0045215967,-0.0052674673,-0.026418492,0.035059765,0.008192979,-0.0460971,-0.009128215,-0.0010086639,-0.030685024,0.01407492,-0.008934985,-0.0055920947,-0.019462189,0.016787877,-0.0028288965,-0.006956303,-0.026727661,0.020791616,0.02763971,-0.026109323,-0.013526144,0.055959594,0.0102566825,-0.004270397,-0.02355868,-0.0063302354,-0.020142362,0.0417069,0.0149560515,-0.0026955674,0.014886488,-0.024285227,-0.027206874,-0.014329984,-0.043252744,0.026882246,0.018132763,-0.029494723,-0.020837992,-0.01865835,0.0021738447,0.017607175,-0.007543724,-0.018009095,0.01984865,-0.031009652,-0.043221828,0.030746859,-0.025877446,0.030576816,0.026959538,0.012080779,-0.0063147773,0.026155699,0.009298258,-0.033112,0.019709526,0.0163705,-0.014948322,-0.020049611,0.019802276,0.01157065,0.016076788,0.012266281,-0.04448942,0.00040336896,0.007493484,-0.03573994,0.026155699,0.018534683,-0.029649308,-0.017792678,0.009097299,-0.030855067,0.03360667,-0.028118921,-0.0067089675,0.009043193,0.023295885,-0.0069292504,-0.009506947,-0.008440314,-0.0033699423,0.026696745,0.0060287956,0.010511747,0.0024037892,0.010295329,0.006515737,0.02215196,0.024501644,0.06303956,0.01507199,-0.027763378,-0.009491489,0.022816673,-0.029494723,-0.031597074,-0.0078992685,-0.013889418,0.01407492,-0.010805457,0.03162799,-0.022878507,-0.023172218,0.017421674,-0.018287348,0.014925134,-0.012088508,0.020807074,-0.017437132,-0.014299067,-0.031550698,-0.004278126,-0.005406593,-0.0239606,-0.024594394,0.0024559614,-0.009058652,0.0017487373,-0.00030288904,0.022105584,-0.003596022,0.0013187991,0.004618212,0.025073607,0.0016656481,0.007072241,-0.018905686,0.052218646,-0.017684467,0.01117646,0.021208994,0.031025112,-0.018287348,-0.01885931,0.018874768,-0.03682203,-0.005089695,-0.00938328,0.02145633,-0.014592778,0.018302806,0.029185556,-0.009336905,0.006751478,0.007574641,-0.03861521,0.02464077,0.0083707515,0.017607175,0.041459564,-0.016911546,-0.0048539536,0.015520285,0.014631424,0.024609854,-0.0009970701,-0.00019455909,0.06263764,0.0526824,-0.0032694624,-0.015350242,0.0048810057,-0.0002681075,-0.0060713068,0.00023223906,0.02304855,0.024099724,-0.0144845685,-0.00042245048,0.00341825,0.015605306,0.012714576,0.023527762,-0.008649004,-0.014731904,0.020034153,0.017730843,0.021178078,0.03133428,0.001690768,0.003103284,0.028582675,0.020606115,-0.019632233,0.032957416,0.06882102,0.04560243,0.025073607,-0.019833192,-0.02833534,-0.0038993943,0.017390758,-0.015381158,0.00057872577,-0.032369997,-0.011215106,-0.029572016,0.010960042,-0.026078407,0.01067406,-0.026557619,0.008378481,-0.015551202,-0.02394514,-0.012204447,-0.04442759,0.025460068,-0.01127694,0.0040771663,-0.023821473,-0.010936854,0.03802779,0.023976058,0.013131954,0.0038298313,-0.031025112,0.021873709,-0.0064229863,-0.008316646,0.005669387,0.0064886846,-0.008718566,0.009646073],"social":"https://twitter.com/amit_ajwani"},{"title":"oc","description":"a marketplace for content creators to find the right services to grow their audience and monetize faster.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=dAobXx-ddSQ","youtube_transcript":"My name is James. And I'm working on a freelance marketplace where any kind of content feeder can find the necessary services for them to grow their channel and audience. So it's basically five or four content creators for five or four YouTubers. So you would find stuff like, of course, like, you know, the classics, like video editing, YouTube promotion, thumbnails, and stuff like that. But also more unique things, you know, like private coaching, maybe someone can analyze would analyze your channel to give you custom tips, discord and make Discord server creation for your community. The Minecraft plugins for your YouTube channel, say your mindwriter, you know, maybe you will start selling collaborations. You know, they're a big urologer, like, hey. If you pay me this much money, I'll I'll, you know, you'll be in a video, you know, have have a shout out, you know, a chance to be popular. And event organizing. It's what I've been doing to grow this. It's it's hard to do, but it has a lot of value to it. Plot twist, I don't know how to code. So I've made absolutely nothing of this. What I did do instead while I, you know, learn to code or find a partner is create the community, simply, you know, in the form of server where I brought all these, like, you know, Magnesia's French Minecraft Futubers. So I brought all these Minecraft Futubers and organized events that I got sponsored to get them active. And started without even me having to ask, they started, you know, talking to each other, giving them to giving, you know, helping each other out with thumbnails and stuff. And that's exactly what I wanna do. I wanted to not only be a marketplace, but also kind of like a trade where you can also, like which is, like, learn from other people, participate in events, like, it's it's very community driven, at least while it's it's niche. So I got sixteen YouTubers. This was exclusive, so I can't pick them. And for now, raised a total of a hundred and twenty five dollars in sponsors by selling kind of, like, advertisements for companies who wanted to sponsor my YouTube events with the other creators.","embedding":[-0.0038258978,-0.0041374406,-0.075074226,0.01841902,0.008601622,-0.019923544,0.0008909365,0.046077944,0.0025265364,0.01951322,0.035227135,-0.03623015,0.03285637,-0.05246077,0.00642842,0.023616467,-0.03972551,-0.034193724,-0.040090244,0.0005456749,0.023859622,0.0071198936,0.031579804,0.043737575,0.0011378912,-0.052825507,-0.03013607,0.039330382,-0.01841902,0.014361365,0.020956954,-0.023038972,0.0022320903,0.018373428,-0.00012104341,-0.0316102,0.010546865,-0.018950922,0.050120402,-0.0005770191,-0.022674238,-0.037081197,0.03957354,-0.008426853,-0.035014376,0.0042096274,-0.045774,0.03258282,0.026017625,0.021549646,-0.028297206,0.026412753,-0.024133172,0.03750672,-0.016762523,-0.013966237,-0.02103294,0.005117661,-0.022552662,0.025242567,0.023935607,-0.015561944,0.053798128,0.009733814,-0.0017923211,0.014201794,-0.04817516,-0.036807645,-0.019634796,0.04562203,0.0097186165,0.006386628,0.021929575,-0.026397556,-0.057658218,0.016868904,-0.0031781169,0.05252156,-0.023798833,-0.023722846,0.0141638005,0.02866194,-0.03902644,0.013753476,-0.023996396,-0.014748894,-0.028342798,-0.035713445,-0.00555838,0.0043388037,-0.025045004,-0.0069831186,-0.027598135,0.04379836,0.082855195,-0.028753124,-0.038023423,0.03945196,0.05513548,0.01700568,-0.000027841766,-0.0016156535,-0.016975285,-0.047536876,0.008457248,0.028403588,0.014726098,-0.01999953,0.026367161,-0.045287687,-0.14528534,0.019953938,0.016397791,-0.019133288,-0.011739845,-0.013168383,0.044649407,-0.017446399,0.013191179,-0.007879754,-0.052339196,0.02021229,0.017416004,0.02006032,0.014376562,-0.019969136,0.00082254905,-0.021716814,0.011960205,-0.055773765,0.029725745,-0.027522149,0.029057067,0.01863178,-0.054861933,-0.01357111,-0.048904624,-0.03182296,-0.004954291,0.015729114,0.00006328214,-0.005470996,0.0063068424,0.018844541,-0.0025303357,-0.022598254,-0.059238728,0.0049618892,-0.048631076,-0.041457992,-0.014885669,-0.040637344,-0.04653386,0.010258118,-0.011618268,-0.018616583,-0.013305158,0.022537464,-0.01601786,-0.0063562337,-0.02217273,-0.026245583,-0.028236419,0.030500803,-0.02838839,-0.0028399788,-0.022887,-0.025136188,-0.049178176,-0.0079709375,-0.027506951,-0.0058395285,-0.04309929,0.05002922,0.036807645,-0.049542908,-0.0095134545,-0.10534707,0.0082216915,0.010622851,-0.022826212,0.008077318,-0.037476324,0.01013654,-0.037628293,-0.006451216,-0.0015121225,-0.040333398,0.0109191965,-0.02299338,-0.004543966,0.033707414,0.0030698366,0.029771337,0.03188375,-0.035591867,0.07264267,-0.0083812615,0.040090244,0.013449532,0.0096730245,0.013115193,0.016230622,0.05367655,0.022385491,0.00838886,-0.00888277,0.027917277,-0.018677372,0.015318789,0.04735451,0.015402374,0.020668207,0.018586189,-0.039421566,-0.007427637,-0.077566564,0.010098547,-0.017340017,-0.010121343,0.013107595,0.036047786,-0.028692335,0.01013654,-0.00092180585,0.018008696,0.02518178,-0.039148014,0.018844541,0.026716698,0.02436113,0.020835377,-0.035895813,-0.04838792,0.02278062,0.008783988,-0.025303356,0.008252085,0.0061282753,-0.0006392327,0.016595354,-0.032947555,0.017841525,-0.026382359,0.015463162,0.00064873096,-0.046199523,-0.05835729,-0.03999906,0.032886766,0.08103153,0.005421605,-0.045682818,0.009574243,-0.03416333,-0.060393717,-0.014794485,0.0012119776,0.027051035,-0.001242372,0.01139031,0.007856959,-0.06510485,0.040910892,-0.004429987,0.030728761,-0.035956603,-0.023844425,0.05799256,-0.00035594718,0.019087696,-0.007530218,0.0037195175,-0.018768556,0.0059801023,-0.04124523,0.054071676,0.041883513,0.007230073,-0.02065301,-0.03695962,-0.02817563,0.017066468,0.029634561,0.02474106,-0.0009251302,0.032825977,-0.00953625,-0.032825977,0.0049238964,0.0050416747,-0.030196859,0.029771337,-0.004566762,0.03957354,-0.003672026,-0.008905565,0.018920528,0.020394657,0.05084987,0.0014380361,-0.05750625,-0.0029843524,0.022279112,-0.023008578,-0.0025056403,0.015713917,0.011534683,-0.030728761,-0.02474106,0.05018119,0.0021883985,-0.029026674,-0.0028931692,-0.002228291,0.036503702,0.07890392,-0.005296228,0.007864557,-0.019482825,-0.018130273,-0.04054616,-0.03902644,-0.02914825,0.003618836,-0.028616348,0.059846617,-0.0111015625,-0.018388625,0.008973953,0.030288043,-0.025789667,-0.026838275,-0.028251616,0.0014921762,-0.049299754,0.021002546,0.009619835,0.042035487,0.03525753,-0.013175982,-0.03252203,0.002549332,-0.01869257,0.01732482,0.02392041,0.030971916,-0.017203243,-0.005748345,0.030607183,0.013875054,-0.014194195,0.022385491,0.0013629999,0.013282362,-0.025546512,0.0058775214,0.0038733892,-0.0075226193,0.00392468,-0.0294218,0.04495335,0.01340394,0.00021489806,0.012309741,0.023722846,-0.019908346,0.04604755,0.021823196,0.0049162977,0.013685089,0.03148862,0.002539834,0.0019224472,0.0026842074,-0.006800752,0.044132702,0.036078177,-0.014786886,-0.00019815739,0.093432456,-0.0040082643,0.031078298,-0.009817398,-0.032218087,0.030607183,0.033828992,-0.0076821903,-0.03720277,-0.014513337,0.02838839,-0.07179163,-0.008122909,-0.011025577,0.011131957,0.008806784,0.048083976,-0.0007712585,0.0032730994,-0.0141410045,-0.0034307705,0.032187693,-0.04233943,0.014125808,0.0005846177,0.010531668,-0.04659465,-0.0006772257,-0.011701853,-0.015865888,0.049512513,-0.024893032,0.06291646,-0.011344718,-0.038084213,-0.009277897,0.014688104,0.01629141,0.0632204,0.01835823,-0.005957307,-0.048327133,0.05677678,0.023738043,0.039239198,0.0010979985,0.05404128,-0.028601151,-0.030151267,-0.009931377,-0.056867965,0.00017524284,-0.011777839,-0.03258282,0.007450433,-0.015090831,-0.00074941246,-0.00015351558,0.00397787,0.006941326,-0.026458345,0.04659465,-0.03154941,0.0011635364,-0.008122909,0.023631664,0.026564725,0.013806666,-0.019953938,-0.022431083,-0.013502722,-0.03896565,-0.041002076,0.025379343,-0.021230504,-0.013206377,0.036625277,0.023646861,0.013464729,-0.0054292036,-0.03781066,0.06261251,-0.020789785,-0.0028038854,0.010577259,-0.040303003,-0.03139744,0.013122791,-0.004908699,-0.0040006656,0.024710665,-0.01574431,-0.01275046,0.05814453,-0.055956133,-0.02708143,-0.018525401,0.011534683,-0.017416004,-0.02271983,-0.010531668,-0.034953587,-0.027461361,0.047658455,-0.043281656,-0.017188046,-0.055226665,0.026990246,-0.05203525,0.0082216915,-0.0075340173,0.048357524,0.02539454,-0.018981317,-0.033585835,-0.05188328,-0.05908676,-0.041944303,-0.0058889193,0.01694489,0.0064170226,-0.006462614,-0.03428491,0.057840586,-0.0036625278,0.0006192864,-0.005246837,-0.015957072,-0.06565195,0.049238965,-0.04316008,0.0073706475,-0.0288747,0.007100897,0.0031610199,-0.019574007,-0.015607536,-0.004832713,-0.008989151,-0.0042248247,-0.04322087,0.012302143,-0.02784129,-0.023996396,0.018403823,0.0031705182,-0.0125528965,-0.00095504976,-0.035166346,-0.019406838,-0.002974854,-0.014718499,0.014779287,0.010881203,-0.03145823,0.0014484841,-0.02986252,-0.018768556,0.0016004563,-0.019194078,-0.022051154,0.042157065,0.017613567,0.0077885706,-0.011565078,0.00838886,0.02326693,-0.0013012612,-0.023677254,0.006610787,0.004980886,-0.032947555,0.01700568,0.0031230268,0.018920528,0.007207277,0.0037100192,-0.02189918,-0.0056039714,0.036047786,-0.0082900785,-0.012036191,0.008943559,0.055409033,7.420513e-8,0.025516117,-0.021640828,-0.018555794,-0.034801614,0.004316008,0.008685206,-0.049299754,-0.017613567,-0.035348713,0.021443265,0.009156319,-0.0042324234,-0.01051647,-0.022385491,0.0015045239,-0.018768556,-0.03422412,0.0026386157,0.0005461498,-0.017613567,-0.016245818,-0.050637107,0.019953938,0.053159844,-0.010531668,0.0040880498,0.017674357,0.004038659,0.030227253,0.014232188,0.025972033,0.019467628,-0.010653245,-0.0124617135,-0.013913047,-0.0012243253,0.018039089,-0.024604285,-0.023008578,-0.012302143,0.038175393,-0.0027373976,-0.015242803,0.026838275,-0.008396459,-0.00234417,-0.0073212567,-0.018099878,-0.030652774,-0.008419255,-0.0018141671,-0.01003016,-0.021944772,0.032248482,-0.0016450981,-0.005672359,-0.032795582,0.005140457,0.042035487,0.022841409,0.023996396,0.01667134,0.01749199,0.012294544,0.012818848,0.0058547254,0.024999412,0.032339666,0.00523164,-0.016063452,0.00082254905,-0.00730226,0.003210411,-0.0010998981,-0.018267049,0.016261015,-0.029923309,-0.0261544,0.005383612,-0.021428067,-0.017355215,-0.011846226,0.064496964,0.024133172,-0.040333398,-0.00479472,0.011610669,0.07805288,-0.018023893,0.01999953,0.013730681,-0.013464729,-0.04048537,-0.0096046375,-0.04592597,-0.019209275,0.008586424,-0.031670988,0.0024866436,-0.009255102,0.0110559715,-0.0047035366,0.01863178,-0.022552662,0.03443688,-0.02969535,-0.0055241864,-0.026899064,-0.014612119,0.030516,0.00751882,-0.0040234616,-0.034680035,0.039482355,0.013791469,-0.0024942423,0.017887117,0.003056539,-0.0074466337,0.010797619,0.008723199,-0.018646978,-0.0062650503,0.021078533,-0.02360127,0.0030204458,0.009893385,0.017248835,-0.009080334,0.013411539,-0.012560495,-0.04440625,0.027339783,-0.007142689,-0.111122005,-0.017963104,0.024710665,-0.058782812,-0.014338569,-0.022978183,-0.027552543,-0.016169833,0.05641205,0.01051647,0.02756774,-0.017416004,0.011276331,-0.0028684735,0.015577141,-0.017750343,0.001182533,-0.00082302396,-0.054345228,0.009338686,-0.014528533,-0.030804748,0.019847557,0.002632917,-0.045105323,-0.041883513,0.0012129274,0.0077695744,0.025622498,-0.029649759,0.0190725,-0.02419396,0.031792566,0.007279464,0.01340394,-0.005045474,0.02588085,-0.022263914,0.0003846794,-0.03616936,-0.031427834,0.008799185,0.017461596,-0.0027373976,0.0010229623,0.032552425,-0.020789785,0.032400455,0.017993499,0.0022149936,0.044710197,-0.030014493,0.016215425,-0.03127586,0.041701145,-0.016367396,0.010888802,0.0126668755,-0.019923544,-0.023844425,0.029938506,0.002484744,0.010820414,-0.010166935,0.046229918,0.0036853238,-0.0015947573,0.023251733,-0.015144021,0.043068897,-0.007241471,0.008791586,-0.025485722,-0.010638048,0.00084866927,0.021108925,-0.045044534,0.011154753,-0.010622851,0.019361246,-0.010265716,0.03007528,0.008533234,-0.014490541,-0.0034060748,0.0071388897,-0.0030489406,0.015402374,-0.009657827,-0.01759837,-0.031184677,0.004543966,-0.02010591,-0.00986299,0.009186714,-0.014171399,-0.0096502295,0.012431319,-0.071852416,-0.048995808,0.05139697,-0.0142777795,0.001869257,-0.029436998,0.035774235,-0.018555794,-0.003085034,-0.016990483,0.0042248247,-0.035287924,0.045804393,0.026549527,-0.021640828,0.004152638,-0.019984333,0.008001331,-0.018798951,0.016792918,-0.02419396,0.0147109,-0.030440014,0.020987349,-0.011314324,0.018859738,-0.0077961693,0.0038980846,0.0097870035,0.0011521386,0.03145823,-0.0018664075,-0.011998198,0.017248835,0.002691806,0.050576318,-0.0066677765,0.023707649,0.029057067,-0.038692098,-0.016519368,-0.008031726,-0.035591867,-0.04179233,-0.020531433,0.0060560885,0.020455446,0.03471043,0.00038491687,-0.020804983,0.0034421682,-0.0047377306,-0.024604285,-0.026230386,0.009087932,0.04784082,-0.045956366,0.0011958305,0.021184912,-0.0065196035,0.04042458,-0.044649407,0.031002311,-0.051184207,-0.01765916,0.026443148,0.01629141,-0.0076631936,-0.027537346,0.0054595983,0.04975567,-0.010607653,0.026944656,0.003330089,0.0020022325,-0.034193724,-0.028479574,0.010455681,0.031731777,-0.04702017,-0.0044755787,-0.0095134545,0.010584857,-0.01465771,0.0077771726,-0.0076707923,0.00042243497,0.005140457,0.02217273,0.01520481,0.035713445,-0.020364262,-0.014148603,-0.02838839,-0.014703302,0.00784936,-0.018722964,-0.026853472,-0.0081760995,0.015227606,0.02109373,0.005182249,-0.01629141,-0.018039089,0.0052886293,0.025546512,-0.012484509,-0.044102307,0.003499158,-0.028084446,-0.019893149,-0.019057304,0.007226274,0.00046280256,-0.023981199,0.027233403,-0.00958944,-0.018935725,0.005433003,0.02120011,0.040242214,0.019801967,0.00016716932,-0.04391994,-0.0020991147,0.018662175,-0.012058987,0.01705127,0.023950804,-0.033859387,0.015083232,0.022871803,0.020227488,0.016352199,-0.0047909208,0.012157769,-0.013875054,-0.022035956,0.010440484,0.0059041167,0.0042020287,-0.0055241864,0.004676942,0.007940543,0.03483201,0.009095531,-0.01493126,0.045774,-0.059755433,0.010630449,0.027111825,0.0050416747,-0.0061814655,0.02141287,-0.026169598,0.0073098587,-0.018495006,0.003242705,0.016443383,-0.008594023,0.016200228,0.035470292,0.04294732,0.00958944,-0.014019427,0.0046237516,0.04255219,-0.02653433,-0.0074732285,-0.023570875,-0.01972598,-0.048083976,0.02299338,-0.02986252,0.01553155,0.0024866436,-0.004175434,0.0026177196,-0.02642795,0.05084987,0.054497197,-0.018130273,-0.03580463,0.0058775214,0.013662293,-0.023981199,0.0011426404,-0.029938506,0.022248717,-0.04115405,-0.0024315538,-0.012074185,-0.01094959,0.021975167,0.004175434,0.015113627,0.0032768988,0.021063335,-0.037658688,0.032765187,-0.023829227,-0.05264314,0.041822724,0.017963104,0.007917747,-0.0015900083,-0.03562226,0.026990246,-0.0001847411,0.04060695,-0.008396459,-0.0033870784,-0.028859504,0.013647095,-0.02571368,0.013913047,0.03908723,0.016382594,-0.030014493,-0.013502722,-0.025744075,-0.046077944,-0.01793271,-0.0053988094,-0.0074352357,0.020789785,-0.02162563,-0.0071996786,-0.026230386,-0.010166935,-0.01433097,0.028737927,0.0081533035,0.00392468,0.016899299,-0.03601739,0.021504054,-0.012271748,-0.019893149,-0.011435902,-0.030485606,0.012841644,0.027461361,-0.029923309,0.015014845,0.0027222005,0.011367514,0.026564725,0.018464612,-0.010128941,-0.028342798,0.019361246,0.008571227,0.0026956054,-0.013039207,-0.02120011,0.002665211,0.020622615,-0.00452117,0.0047757234,-0.0020801183,-0.020409854,0.050211586,-0.04616913,0.005687556,0.0070705023,-0.019482825,0.0130772,-0.0017467295,0.032674003,-0.010562061,-0.001542517,-0.01607865,0.051579334,-0.0013867455,0.027309388,-0.01972598,-0.02790208,-0.004642748,0.018312639,-0.050545923,0.026625514,-0.001062855,0.018039089,0.006724766,0.0005309526,-0.0077239824,-0.010584857,-0.002277682,-0.010524069,0.025105793,0.017096862,0.004551565,0.011428303,0.019649994,-0.0035618464,-0.009999765,-0.01776554,-0.003079335,0.048418313,-0.02392041,0.025242567,-0.0015301692,0.023859622,-0.015683522,0.005349418,0.00855603,0.027111825,-0.0064170226,0.0055279857,-0.03498398,0.00975661,0.03139744,-0.013084799,0.0038543926,0.00828248,0.014467745,-0.013859857,0.018236654,-0.010866006,0.010584857,-0.01094959,0.0013582507,-0.009521053,0.0032237084,-0.0142093925,0.009141123,0.01018973,0.012431319,0.0056913556,-0.0154099725,-0.017735146,-0.008700403,0.017947907,-0.015926678,-0.00876879,-0.0014513336,0.031078298,-0.018191062,-0.021504054,0.020956954,-0.037050802,0.0114435,-0.0002980078,-0.005254436,0.009429869,0.0017761741,0.01999953,-0.0012072284,0.015303591,0.09549928,-0.0017989698,0.054466806,-0.0041184444,0.054557987,0.012796052,-0.02082018,-0.0006696271,0.02866194,0.004616153,-0.039299987,0.015957072,0.005246837,0.019801967,0.03182296,-0.00032887715,-0.014201794,-0.023388509,-0.0052734325,-0.002158004,0.0057787397,0.007583408,0.018510204,0.012902432,-0.03498398,-0.009961772,0.010858407,0.021458462,0.015865888,-0.013137989,0.006135874,-0.0056305667,0.011542282,0.04811437,0.012704869,0.028038854,-0.0124389175,-0.015774705,-0.0064702127,-0.020349065,-0.003863891,-0.041214835,0.0064892094,-0.0111699505,0.0026462143,0.019771572,-0.015349183,0.013244369,-0.014110611,-0.055226665,-0.045530844,0.012720066,0.008191297,0.01753758,0.027203009,0.016306607,0.009338686,0.035652656,0.0040538562,0.030455211,0.0057749404,-0.01574431,-0.017963104,0.00014425478,0.002218793,-0.019194078,0.029680153,-0.0045591635,0.041549176,-0.024209157,0.0042362227,0.034315303,0.007416239,0.021610435,0.02430034,-0.0022054953,0.011109161,0.00010222499,0.012013395,-0.010752027,-0.04337284,0.009703419,-0.0024315538,-0.011914614,-0.016306607,0.0049238964,0.004855509,0.033707414,0.0113295205,0.033859387,-0.015835494,0.007226274,0.017279228,-0.007530218,-0.0058813207,0.014285378,-0.030227253,-0.0114435,-0.017188046,-0.014232188,0.0023612666,0.023950804,0.015683522,0.014642513,-0.0031287258,-0.036990013,-0.022203125,0.03945196,-0.016382594,0.014027026,-0.003755611,-0.014726098,0.010311307,-0.014027026,0.018510204,0.012264149,-0.022309506,-0.064436175,-0.01869257,-0.03416333,0.0124389175,0.0031344248,0.016048254,0.028160432,0.0071920804,-0.0015852591,0.024041988,-0.036138967,0.049178176,-0.0021902982,0.008533234,0.043464024,0.035591867,-0.014422153,0.0019756374,0.024589088,-0.014087815,-0.012499706,-0.004551565,0.009946574,-0.06394987,0.0030546393,0.028829109,-0.009870589,0.010698836,0.0033072932,0.005949708,-0.0006416073,-0.0098097995,0.029877717,0.016215425,0.015106028,0.030060083,0.002665211,-0.023966001,-0.00012597063,0.015014845,0.010600055,-0.017993499,-0.02392041,0.016625749,-0.008320473,0.007511222,-0.024801848,0.03127586,0.0096274335,-0.029133053,0.03373781,0.026443148,0.0024372528,-0.0073478515,-0.024285143,-0.04562203,0.008996749,-0.020349065,-0.019118091,-0.010326505,-0.026473543,-0.022157533,-0.013837061,-0.004581959,-0.011717049,-0.0158051,0.0044641807,-0.014840077,-0.006751361,0.026792683,-0.011967803,-0.0022947788,0.010729231,0.0026728094,0.0029995495,-0.020440249,-0.00013166959,0.028297206,-0.03616936,-0.022552662,-0.032734793,-0.035986997,0.031792566,0.018601386,-0.019300459,-0.0023251732,0.0026671106,0.013609103,0.0056305667,-0.032187693,0.019893149,0.028357996,0.01820626,0.017947907,-0.0073820455,-0.00692233,-0.014893267,0.005212643,-0.011853824,-0.009893385,0.04489256,0.036260545,-0.023662059,0.009900983,-0.0075986055,-0.008480044,-0.03957354,0.0014380361,0.041488387,0.028677138,-0.045318082,-0.03744593,0.016975285,0.015865888,-0.031154282,-0.007644197,0.023449296,-0.013259566,0.027278993,-0.0027544945,-0.0064778114,0.010083349,-0.015850691,0.02474106,0.036321335,-0.000030453786,0.027111825,-0.012727664,0.010334103,-0.030743958,-0.008859974,0.013495123,-0.025075398,0.016701736,0.023677254,-0.009353884,-0.021291293,0.0036853238,-0.005098664,-0.010227723,-0.033433866,0.010660844,-0.0037632093,-0.009361482,0.008426853,-0.004426188,-0.02092656,0.007131291,-0.019330852,-0.0048251147,0.01618503,-0.041883513,0.005801535,0.028965885,-0.027506951,0.015789902,-0.019649994,-0.01487807,-0.010159336,0.011641064,0.0034136735,-0.006272649,-0.016261015,-0.029011477,0.0016925894,-0.025835259,0.034406487,-0.013647095,-0.042248245,-0.022643844,-0.007583408,-0.0018075183,0.007450433,-0.009817398,0.020698601,-0.03334268,0.014908464,0.03623015,0.010660844,0.016762523,0.005907916,0.020288277,0.004456582,0.017400807,0.02756774,0.0096730245,-0.009802201,-0.018054286,0.008122909,0.027780501,0.0018208158,-0.0016299009,0.0006012397,0.00052430376,-0.037689082,0.013829462,-0.005098664,0.013662293,0.006059888,0.027309388,-0.026519133,-0.018039089,0.013609103,0.0031382241,-0.0010163134,0.017917512,0.042795345,0.014156202,0.008297677,0.004878305,-0.049178176,0.030485606,0.0072452705,0.032066114,-0.014764091,0.02075939,-0.010212526,0.035986997,-0.0034174728,-0.0038239982,-0.008092515,-0.0039170813,-0.04616913,0.0029406603,-0.016276212,-0.00021442315,0.011656261,-0.0035276527,-0.009703419,-0.014634915,-0.007963339,0.0024315538,-0.012340136,0.012385727,0.055530608,0.03361623,0.02109373,-0.014824879,0.026078414,-0.015622733,-0.0051898477,0.0007256668,0.044315066,0.0061434726,-0.011914614,-0.01814547,0.021169715,-0.03519674,0.051457755,-0.013373545,0.002376464,-0.0037955034,-0.008434452,0.017248835,-0.008708002,0.022887,0.011793036,-0.01378387,-0.043767966,-0.02588085,0.04543966,-0.0019063002,-0.065408796,0.0004929595,0.0041450392,-0.017340017,0.03355544,0.025576906,0.019741178,-0.04240022,-0.03464964,0.014171399],"social":"https://twitter.com/Phoenix29893318"},{"title":"zaaratotune","description":"hope amidst despair: piano album that soothes soul","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=UuiO74-LVqA","youtube_transcript":"Hey, everyone. I'm Zárato. I'm a musician, and I'm making an album called Hopewom Ms. Disparth. A piano album that suits so. So hope amidst this pair will consist of fourteen bite sized music or less than three minutes. Here is one of my booming music on Twitter called Broken Dreams. Kindly listen to it. For the passes weeks, I've composed fourteen music along with the demos and uploaded to Instagram and Twitter. I already upload my music to aggregate service, which is tuncora. But it will need extra four weeks for my music to be published to Spotify and other platforms. The parameter of my project will be Munich International on Twitter, The good thing are I got great enthusiasm from Twitter even though I was fall short every week. By week five, my younger listeners reached more than two thousand as hundred. Super excited to be part of build space users. Thank you for watching, and don't forget to follow my socials.","embedding":[0.02544521,0.008341604,0.010812371,-0.013511776,-0.028483884,-0.04094835,0.009499545,0.024884678,-0.030327741,-0.04372151,-0.018674571,-0.02824787,-0.040535327,-0.008348979,0.015724402,0.07233815,-0.025356706,-0.013659284,-0.0042039915,0.012729981,-0.045521114,-0.033366416,-0.04389852,-0.014625465,0.008865259,-0.015473638,-0.043072473,0.046878193,-0.001087875,0.00037752948,-0.031153789,-0.035136517,0.012693103,0.023911122,-0.020813445,-0.067499876,-0.02249504,0.0061326646,-0.02541571,-0.029575448,-0.038588215,0.0017820867,0.03242236,0.017317494,-0.0023730425,0.05000537,-0.028321626,0.017494503,0.04513759,0.04077134,-0.037585158,0.027421825,-0.02507644,0.028159367,0.01472872,-0.018733576,0.006829642,0.019721882,-0.043692008,-0.018069787,-0.025150193,0.008998017,0.02093145,-0.021123212,-0.009388914,-0.011719548,-0.009116023,-0.027200561,0.009160276,0.029073918,0.026758036,0.036670607,-0.0060220333,0.013917424,-0.055315673,-0.042806957,-0.018866332,-0.007817949,-0.006612067,-0.047674738,-0.02892641,0.002456016,-0.049061317,0.0039864164,-0.0091529,-0.0116162915,-0.0835488,-0.035225023,0.031419303,0.009093897,-0.03100628,0.024338897,-0.0006813047,0.026566274,0.020783942,-0.03605107,0.0031382425,0.044341046,0.0067853895,0.011136889,0.0470552,0.002878259,0.020075902,-0.05802983,0.024442153,-0.021713246,0.016343938,-0.031773325,0.0031511497,-0.020061152,-0.11458458,-0.008304726,-0.033189405,-0.03047525,0.028970663,-0.041272867,0.07823849,-0.037703164,-0.00862187,-0.026713783,-0.01966288,0.055197667,0.0027694714,0.048294272,0.01551789,-0.06502173,-0.018541815,-0.014227192,-0.0034092895,-0.012066193,0.0557287,0.012066193,-0.00084494695,-0.046081644,-0.027318569,-0.022583546,0.015960416,0.024501156,-0.016152177,0.0016640798,0.0028874783,0.00130545,0.034782495,-0.017007725,0.03729014,-0.014013304,-0.00683333,0.04546211,-0.03959127,-0.021152714,0.018910585,0.0027602522,-0.018217295,0.019485869,0.05416511,-0.00570489,0.009661805,0.029885216,-0.008164594,0.006715323,0.047143705,-0.011085262,0.043072473,0.0015008986,0.025636971,0.024869928,-0.027303817,-0.011336026,-0.06295662,-0.008179344,-0.047350217,0.0038167816,-0.015031112,0.0041744895,0.040387817,-0.0022587234,-0.0047497726,-0.0488253,-0.03082927,-0.017391248,0.030194983,0.00066286616,-0.011712172,0.0024836739,-0.033543427,-0.014986861,-0.026772786,-0.0040306686,-0.00031022873,0.046789687,0.029295182,0.06460871,-0.017391248,0.009447917,-0.019146599,-0.060714483,0.016712708,0.043101974,0.00618798,0.008371105,-0.045580115,0.044488553,0.051126435,-0.045904636,-0.027613586,0.06378266,0.005247614,0.0021683744,-0.0029962657,0.039620776,0.061953556,0.03941426,0.02159524,-0.030298239,-0.027053053,-0.031655315,-0.0039716656,0.08083464,-0.019854639,0.0008555491,-0.064136684,-0.003696931,0.011903933,-0.010790245,0.050742913,0.005022663,0.027141558,-0.029191926,0.038942236,0.01271523,0.014780348,-0.007685191,-0.0243979,0.0007490664,-0.02194926,-0.010782869,0.018173043,-0.025710726,-0.0051443577,0.017627262,-0.0005052165,-0.014264069,0.043308485,0.06531675,0.010915627,0.02422089,-0.05192298,-0.08832807,-0.007559809,0.0208872,0.01115164,0.021477234,-0.00053103047,0.054106105,-0.0021573114,0.012648851,-0.017568259,0.04115486,-0.017922278,-0.024884678,0.007685191,-0.01708148,-0.035431534,0.016137427,0.009860941,0.00028441477,-0.008031836,0.046406165,0.02177225,-0.025917238,-0.0037835923,-0.0200169,0.01845331,-0.008260475,-0.01846806,0.013880547,0.016683208,0.019618627,0.004321998,0.022598296,0.012693103,-0.015886663,0.0058523985,0.0114982845,-0.017612511,0.03262887,0.07009602,0.04265945,0.0049009686,0.035844557,0.014795099,-0.08496488,-0.003313409,-0.0013801261,-0.0029999535,0.016166927,0.022008263,-0.058324847,-0.0063391766,-0.029722957,0.07776646,-0.021123212,0.03504801,0.03466449,-0.029988471,-0.0007043529,-0.00718735,0.0011413468,-0.0025943052,-0.022731055,0.008179344,0.025371457,-0.024250392,-0.03292389,0.03395645,-0.01933836,0.025681224,-0.002391481,0.013592905,-0.07605536,0.025754979,-0.059947442,-0.03392695,0.0076040616,0.024338897,-0.006844393,0.031448804,0.035225023,-0.014463205,-0.029383687,0.021846004,-0.059268903,0.012877489,-0.02281956,-0.030327741,-0.0028174117,-0.012929117,0.02441265,0.016963474,0.02736282,0.00202271,-0.06820791,-0.01585716,0.048176266,-0.024353648,0.00596303,0.026964547,-0.069683,-0.015178621,-0.0435445,-0.014463205,-0.048884306,0.04773374,-0.03575605,0.06808991,0.008636621,0.030416247,-0.01709623,-0.072043136,-0.010369846,-0.039060242,0.037467152,0.012007189,-0.0034443226,-0.0005319524,0.039768282,-0.018925337,0.0014833821,-0.016034171,-0.020297164,0.020592183,-0.03192083,-0.018379554,-0.0270088,-0.031065283,-0.022745805,-0.0005729782,-0.0024873614,-0.00015419244,0.02736282,0.0033705684,0.042128418,-0.028985413,0.00041371514,-0.010775493,0.03150781,0.028026609,0.008208846,0.023601355,0.03711313,0.026477769,-0.056820262,-0.0051517333,0.022450788,0.02020866,-0.020311916,0.02541571,0.029324682,-0.02214102,-0.0070545925,-0.024279894,-0.054932155,-0.0418039,0.0366116,0.02264255,0.05171647,-0.031389803,-0.007338546,0.0027104681,-0.025312454,-0.012125196,-0.030770266,0.064195685,0.015930915,0.008459611,0.026728535,0.02317358,-0.0013745945,0.017228989,0.04475407,-0.016314436,-0.039620776,-0.022347532,-0.01935311,0.022908065,-0.0035383594,0.038057186,-0.04041732,0.030357242,-0.0053656204,-0.024604412,-0.011048384,0.01845331,-0.0149794845,-0.028660895,-0.03646409,-0.021698495,0.007876952,0.041479383,0.035254523,-0.006943961,0.028380629,-0.013334765,0.041538384,-0.02057743,0.013578154,0.013408519,-0.012523469,-0.035844557,-0.025017437,-0.0033761,-0.036788613,-0.0015128837,-0.021226468,-0.013010247,0.006471934,0.021742748,-0.050713412,0.04201041,-0.053162053,-0.05977043,0.011417155,-0.052306503,-0.005155421,0.008599743,-0.054401122,0.009440542,0.015930915,-0.017922278,-0.0038204694,0.051598463,-0.01811404,-0.011513036,0.017302742,-0.070332035,-0.007847451,0.046671677,0.045521114,0.028041359,-0.05000537,0.00562376,-0.0024191388,0.008400607,0.07776646,-0.011159016,-0.0057749567,0.022627799,-0.025179695,-0.031065283,0.010709114,-0.0609505,0.0331304,0.038263697,-0.017022477,-0.03504801,-0.028277373,-0.045550615,0.0032414985,0.020651186,-0.01192606,-0.0074934303,-0.011122138,-0.0034056017,0.110867366,-0.010155958,-0.01916135,-0.010067453,-0.015193372,0.0038020308,0.031212792,0.0024412652,-0.009145525,0.006829642,-0.02597624,0.011734298,0.002430202,0.023217833,0.017346995,-0.01935311,-0.02054793,-0.055433683,0.010119081,-0.023468597,-0.018763077,0.043455996,0.018895835,0.0033613492,-0.0035752365,-0.04044682,-0.0086734975,0.013393769,-0.010259214,0.03324841,-0.030327741,-0.029191926,-0.005907714,-0.013474898,-0.038824227,-0.022332782,-0.022421287,0.021226468,0.028513387,0.021860754,-0.021860754,0.0010297935,-0.012014565,0.014588587,0.019854639,0.008865259,-0.008208846,0.043101974,-0.019780885,0.054253615,-0.0026182753,-0.034752995,-0.018379554,0.020429922,0.020002147,0.0048567164,0.000032123426,0.003990104,-0.020946203,0.016874969,0.02752508,-0.011181142,0.044370547,0.00090579415,-0.016801214,-0.03870622,0.015739154,0.03401545,-0.05328006,-0.009588051,0.0123980865,0.0013875015,0.008636621,0.0033336913,-0.011741674,0.03711313,0.018763077,-0.0131208785,-0.008503863,0.010229712,0.043751013,-0.005166484,0.007825324,-0.0072316024,0.01010433,0.015008987,0.0034295719,0.0209167,-0.00037775998,-0.021742748,0.021447731,0.022539293,0.0034609174,0.0045358855,-0.012921741,-0.01219895,-0.026890794,0.037585158,0.007124659,-0.0013911892,-0.010170708,0.0000385193,0.03262887,0.013356891,0.017701017,0.007275855,0.002609056,-0.013194633,0.02020866,-0.005830272,-0.019884141,-0.0278791,0.018792579,-0.022406535,0.022878563,-0.0023601355,0.011896558,-0.0074491776,-0.040328816,-0.0054319995,0.004808776,-0.009175027,0.0049673477,-0.013393769,-0.011402405,0.008533365,0.030770266,0.017346995,0.027097305,0.0014806163,-0.019736633,-0.040623832,0.016152177,0.0005665247,0.048294272,0.0007370814,-0.015119618,0.009956822,-0.009868316,0.024014378,0.035284024,0.01690447,-0.0039864164,0.007264792,0.057203785,0.024973184,-0.04631766,0.019500619,0.035667546,0.0278791,-0.027303817,-0.011962936,-0.0148024745,-0.0049673477,0.012914366,-0.029590199,0.040358316,-0.044665564,0.047527228,0.020695439,0.017671514,0.023970125,0.030357242,0.017465003,0.0031363987,-0.0143747,0.05032989,0.026064746,-0.010576357,0.03867672,-0.018069787,0.065670766,-0.0072942935,0.009624927,0.022096768,-0.009167652,0.0059040263,-0.010952503,-0.028395379,-0.005247614,-0.030062225,0.011778551,0.012088319,0.0118006775,-0.0033392229,0.019102346,-0.03448748,-0.040328816,0.0047645234,0.019382613,-0.012147322,0.03675911,-0.021182217,-0.012567721,-0.017140483,-0.010871374,-0.064136684,-0.0025666473,0.0060699736,-0.070391044,0.02281956,-0.04077134,0.023970125,0.038352203,-0.004244556,-0.010480477,0.04858929,0.016166927,-0.011159016,-0.032097843,0.03082927,-0.007441802,-0.01709623,0.010045326,-0.0018374023,-0.008739877,-0.00088320696,-0.024191389,0.009477419,-0.024899429,-0.036493596,0.024353648,-0.034428477,-0.026108999,-0.035667546,-0.028705148,-0.014042806,-0.015016362,0.030740764,0.0034646052,0.014308321,0.00683333,0.022731055,-0.047792744,-0.027407072,0.022185273,-0.010709114,0.026507271,-0.02404388,0.012368585,0.009750309,0.030003222,0.010200211,0.016697958,0.019205602,-0.03448748,0.0063723656,-0.022568796,0.015975166,-0.053221054,0.040564828,-0.024899429,-0.050565902,-0.0051001054,0.0075893104,0.018040286,-0.00031092018,0.0037043064,0.04944484,-0.018527063,0.022185273,0.006280173,0.011808053,0.02196401,-0.011395029,0.016314436,-0.0040085427,0.021816501,-0.023453847,0.037703164,0.032127343,0.040653333,-0.047999255,0.004144988,0.0014760066,0.03501851,-0.00368218,0.038942236,0.012442339,-0.029840963,-0.014699219,0.0131208785,-0.037909675,-0.007213164,-0.0036342398,-0.033572927,-0.022185273,-0.020665936,0.028026609,0.0033300037,-0.01709623,0.017007725,-0.004690769,-0.0046502044,-0.028395379,-0.058767375,0.010900876,-0.0010934065,-0.009661805,-0.010192835,0.006700572,0.0094552925,-0.0051886104,-0.028675646,0.06525774,-0.004465819,-0.017110983,-0.016815966,-0.0016935816,0.023468597,-0.0034000701,-0.004934158,0.0016428756,0.03619858,0.0102370875,-0.00005713072,0.011402405,0.020680686,-0.012390711,-0.015724402,-0.013710912,0.0015331662,0.01062061,-0.011903933,0.034310468,-0.019043343,0.013312639,0.0084964875,0.021049459,-0.022214776,-0.00024961197,-0.02824787,0.049208824,-0.01316513,-0.015960416,-0.013629782,-0.015082741,-0.025666473,0.019751383,-0.0047645234,0.028852656,0.013474898,-0.0011302836,-0.008747252,0.0042039915,0.0025629597,0.009956822,0.022362284,-0.013733039,0.03708363,0.0026145875,-0.003975353,0.007965458,0.014994236,0.011350776,0.007471304,0.011048384,-0.036021568,0.021550987,0.017627262,0.00818672,0.013519151,-0.04041732,0.036021568,0.0151638705,0.0054910025,0.039443765,-0.016683208,0.023321088,-0.03192083,-0.02127072,0.031802826,0.00514067,-0.03953227,-0.012125196,0.013467523,-0.022937566,0.007441802,-0.0022716303,0.0038684094,-0.016609453,-0.033366416,0.04029931,0.014175564,0.006313362,-0.002633026,0.015370382,-0.0021812816,-0.026610527,-0.016860217,-0.010952503,0.02003165,0.034575984,0.014028056,0.02944269,0.012545595,-0.011313899,-0.028882157,0.01551789,-0.03174382,-0.0050337263,-0.024869928,0.004314623,-0.022996569,-0.028424881,-0.01898434,0.0090348935,0.015901413,-0.023984877,0.026581027,-0.010347719,-0.040535327,0.0003913584,-0.019294107,0.010148582,0.015709652,-0.040122304,-0.009779811,0.021447731,0.03569705,-0.0066231303,0.009683931,0.02594674,-0.021727998,0.02281956,0.019972647,0.014972109,-0.003018392,0.012523469,0.022790058,-0.006556751,-0.0400338,0.010694364,-0.011734298,-0.010554231,-0.005295554,-0.012029315,0.03174382,-0.0050558527,0.0123390835,-0.0023066637,0.04268895,0.009226655,0.008371105,0.023070324,-0.018025534,-0.024279894,-0.030165482,0.0097576855,0.012066193,-0.022259027,-0.008776754,-0.0028063485,0.022701552,-0.01655045,0.0010187303,0.0111958925,-0.047674738,0.05018238,-0.021049459,-0.02473717,-0.027082555,-0.0020134905,-0.032717377,-0.00079885055,-0.002609056,0.030681761,0.016683208,0.009986323,-0.0022070955,0.023896372,0.0050558527,0.009101273,-0.019087596,0.028454384,0.0116162915,-0.004617015,0.023217833,-0.0135412775,-0.003058957,-0.0034701368,0.010288715,-0.023055574,-0.02612375,-0.006851768,-0.011933435,-0.01966288,-0.025135443,-0.041272867,-0.001150566,0.02945744,-0.0057085776,-0.03463499,-0.013578154,-0.04094835,0.012575096,0.0053766835,0.028159367,-0.011778551,-0.011203268,-0.05195248,0.0046612676,0.00060939434,-0.009108648,-0.0076261875,-0.0048788427,0.022170523,0.037526153,-0.0012252422,0.007456553,0.0165357,-0.0045432607,-0.036641102,-0.023970125,0.0070029646,0.0029243554,-0.023984877,-0.013637158,0.017730517,0.0008325009,-0.013430646,-0.019058093,0.010126457,0.0012722606,-0.0016345782,0.028041359,0.010288715,0.02335059,0.024766672,0.018600818,-0.026094249,-0.002277162,0.009079146,-0.0034848875,0.0022310656,0.0366116,-0.005243926,-0.013106127,0.00083803246,-0.005553694,0.030416247,-0.0140206795,0.032097843,0.012589848,-0.011055759,0.021639492,0.0075819353,0.0145000825,0.0053398064,0.019987397,-0.016107924,-0.0040085427,-0.028690396,0.00049138756,-0.0052218,0.01811404,0.0052513015,-0.029383687,0.026212255,0.0104214735,-0.021727998,0.024781423,-0.0017323026,0.037496652,-0.002031929,-0.037909675,0.028011858,0.018217295,0.009897818,0.036080573,-0.017110983,-0.021093711,0.00888001,0.011608916,-0.022583546,0.019308858,0.023203082,-0.00060570665,0.021993512,-0.025858235,-0.011085262,-0.053427566,-0.024368398,0.01332739,0.014935233,0.0148024745,0.0014151593,-0.019957896,-0.007803198,0.0030423622,-0.011055759,-0.010923002,0.011653169,0.020813445,-0.019146599,0.0400928,0.020061152,-0.009293034,-0.041272867,0.0047387094,-0.013474898,-0.00056191505,-0.026241757,0.003440635,-0.025327204,0.028056111,0.0016225931,0.007050905,-0.000031835323,0.0019342047,0.022023015,-0.03708363,0.002201564,0.004757148,-0.001304528,-0.019279357,-0.0063244253,-0.009433166,-0.013615032,0.010089579,0.0036176452,0.013084001,-0.007803198,-0.002596149,0.023453847,-0.023748863,0.031979837,-0.0012298519,-0.05593521,0.012080943,-0.006217482,0.01652095,0.004871467,0.0015018206,-0.001215101,0.00034641442,0.011992439,0.039709277,-0.0027547206,0.01916135,0.025754979,0.00718735,-0.020990456,-0.008680874,0.08915412,0.0026957172,0.0054061855,-0.029147673,-0.0030257674,0.011313899,-0.015082741,0.00078502164,-0.050300386,0.0037799045,0.00792858,-0.0025021124,-0.021034708,0.009425791,-0.0023988564,-0.011269647,-0.048353277,0.013570779,-0.0006794609,0.0026440893,0.011372902,0.012951244,-0.0024117634,-0.020252913,-0.05328006,-0.05032989,0.0009993699,0.03171432,-0.033012394,0.0005301086,0.009470044,0.033749938,0.002367511,0.014492706,-0.0071799746,0.039945293,-0.031094784,-0.03643459,0.0012197107,-0.03761466,-0.013703536,-0.00016882805,0.050919924,-0.010775493,-0.0063760537,-0.012995495,-0.035667546,-0.0026754348,-0.01637344,-0.05171647,0.03050475,0.00007536761,0.012862738,0.01777477,0.017642012,-0.0042519313,0.013010247,0.028365878,0.0022697865,-0.010591108,-0.0052881786,-0.011048384,-0.013408519,-0.031832326,-0.010207586,-0.030681761,0.007840075,-0.015149119,0.013983803,-0.02891166,-0.019736633,0.027451325,-0.014706594,0.02821837,0.0021388729,-0.020179158,-0.022967068,0.015149119,-0.0015101179,-0.015008987,-0.016329188,-0.01506799,-0.01297337,0.03534303,-0.01882208,0.023616105,0.02770209,0.019412113,0.008371105,0.04392802,-0.0006702416,0.012449714,-0.004679706,-0.0061216014,0.035254523,-0.005649574,-0.031448804,0.0069292104,0.018718824,0.0022531918,0.0035402032,-0.005524192,0.003979041,-0.007766321,-0.006088412,-0.022067267,-0.0032691564,0.008946389,-0.01618168,-0.016756961,0.02057743,-0.00014577985,0.018866332,-0.00984619,0.03847021,-0.0145590855,-0.012847987,0.0038462833,0.016137427,-0.0036803363,0.048530284,-0.014544335,0.01688972,-0.013482274,0.009440542,0.055109162,0.03277638,0.004026981,-0.00023290204,-0.008098215,0.015267126,0.019795636,0.020238161,-0.01471397,0.016343938,0.01455171,-0.01845331,-0.001356156,-0.03870622,0.025489463,-0.041508883,0.004782962,-0.021639492,0.00949217,-0.029767208,-0.032038838,0.00153501,-0.019898891,0.03118329,-0.013113502,0.006564127,0.005336119,0.0050964174,-0.025548466,-0.013836294,-0.0059667174,-0.006206419,0.028719898,0.006224857,-0.011594165,0.02560747,-0.0010998601,0.004816151,-0.016358688,0.0020835572,0.028616643,-0.0143747,0.0045432607,-0.012228452,-0.027421825,0.027230063,-0.03729014,-0.029000165,0.033690933,-0.0015516047,0.021167465,-0.011704797,0.016933972,-0.023070324,0.034782495,-0.027200561,-0.0027067803,0.0010390128,0.033218905,-0.00024477186,-0.004642829,0.0037043064,-0.009086521,0.015355632,0.022244276,-0.017863275,0.01778952,-0.00024592428,0.04248244,0.049769357,-0.025297701,0.007559809,0.0048899055,-0.015930915,0.010517354,-0.0056606373,-0.02022341,-0.011402405,0.006781702,0.017701017,-0.007408613,-0.016358688,-0.0022753181,-0.009624927,-0.015768655,-0.009809313,-0.020002147,-0.018320551,0.0029114485,0.010155958,0.0039089746,0.018895835,0.03675911,0.020975703,-0.0136002805,0.04392802,0.018364804,0.023055574,-0.056141723,-0.0435445,0.00905702,0.0036287082,-0.008083464,0.0023435408,0.011336026,0.014160813,-0.018851582,-0.010251839,-0.017110983,0.0009892286,0.018261548,0.029059168,-0.04428204,-0.030047474,-0.020252913,0.0021204343,-0.030091727,0.017494503,0.007353297,0.037349142,0.032127343,-0.0010574514,0.011896558,-0.01674221,0.010900876,-0.042895462,-0.00509273,0.0026809664,-0.029531196,-0.02196401,0.044636063,-0.01776002,-0.03693612,0.0020429923,-0.0066600074,-0.04248244,-0.033336915,0.03413346,-0.0014179251,-0.024781423,0.028631393,0.031419303,-0.0024486405,-0.007921205,0.032186348,0.0058155213,-0.01071649,-0.009706057,0.003106897,-0.011675295,-0.021108462,0.03501851,0.0017608823,-0.01366666,-0.029722957,-0.000113281894,0.00015983926,-0.04321998,0.024427403,-0.015473638,-0.038381703,0.014618089,0.009285658,-0.008828382,-0.008459611,0.0148024745,-0.0036360838,-0.032864887,0.02510594,0.02786435,0.019589124,0.01018546,-0.00465758,0.029663952,-0.019397363,0.024855176,0.004041732,-0.030445747,-0.0014022524,-0.0031456181,0.0013727506,-0.0007979286,0.03569705,0.0270088,-0.010915627,0.000007649121,0.018187795,0.016034171,-0.02507644,0.033189405,0.026507271,-0.02699405,-0.0084964875,-0.055256672,-0.003341067,0.0012741043,0.02544521,0.031271797,0.03956177,0.0073864865,-0.006475622,-0.00888001,-0.022775307,0.009971572,-0.0036766485,0.022170523,0.029059168,0.019102346,0.0110188825,0.0435445,-0.01986939,-0.02249504,-0.003748559,-0.01281111,-0.019500619,-0.009071771,-0.002277162,0.023571853,0.01281111,0.015960416,0.04684869,-0.019279357,-0.017892778,0.0014907575,0.014610713,0.0064903726,0.040476322,0.0012741043,0.031271797,-0.032274853,0.03380894,0.0117638,-0.010841873,-0.046288155,-0.0054836273,-0.0049562845,-0.05714478,0.0053766835,0.013917424,-0.04478357,0.021123212,-0.008953764,-0.0056458865,0.0068665193,-0.003671117,0.026492521,-0.017612511,0.0024523283,-0.027820097,-0.019810388,-0.039237253,0.00048124636,0.03932576,-0.03413346,0.017715767,0.010045326,0.027569333,0.019485869,0.030416247,0.023645608,-0.004591201,0.017538756,0.025695974,-0.03401545],"social":"https://twitter.com/zaarato_"},{"title":"organizm","description":"a discord bot that helps builders form stronger communities.","niche":"web3","youtube_url":"https://youtube.com/watch?v=oA3imMYsKac","youtube_transcript":"Hi. I'm Harry. I'm building organism, which is a discord bot that helps builders form stronger communities through gamification. So here's how it works. When you invite the bot to your server, he's gonna create these three channels, including this admin channel where you can tell them what to do. Now there's three main tools: analyze, gamify, and reward. First and foremost, we're gonna analyze our channels. So we're gonna click here, set channels, and select which channels we wanna analyze. When it does when we do that, it'll about this analysis channel, where it'll feature live, auto updating data dashboards, both summary metrics, and biometric breakdowns. So you can easily see who your top community members are. The Game of Fire tool creates a visual, provable experience for each community member as they create value for your project. So to Game of Fire Community, I'm just gonna move this scorecard channel into our community. And then as a community member, I'll see the scorecard channel and go in here to claim my digital scorecard. And these scorecards are dynamic entities, that actually evolve both their art and metadata as I create value as a community member. Finally, with the reward tool, I can actually incentivize productive activity. And what school is I can set this up on a recurring basis? So it creates a nice set and forget it way to drive real value. So I set a goal of getting twenty five users by May twentieth. And although I've seen steady growth, I didn't come anywhere close to meeting my goal. And I think it's for two reasons. One is not launching enough and two is not being excited about what I launch. As you can see here, a little update on organism. I think I was leaning into the authentic and like down to Earth kind of branding, but I'm gonna try showing my excitement and really hyping organism up moving forward.","embedding":[0.03010302,0.066996194,-0.01606195,0.051443506,0.008447276,-0.011551347,-0.01066216,0.0125132855,-0.0040922808,0.053480554,0.0394799,-0.022019504,-0.013159967,-0.06938892,0.04057926,-0.0042802226,-0.017767573,-0.033627436,-0.048307102,0.001987535,0.017460398,-0.007800595,0.006293019,0.0335951,-0.011413927,-0.036699172,-0.046593398,0.07650241,-0.013329721,-0.046237722,0.01434016,-0.029472506,0.010637909,0.00022179152,-0.026804945,-0.015851779,0.034759127,0.0118181035,0.033368763,0.013192302,-0.026465438,-0.014251242,0.018721428,-0.004025592,-0.021890167,0.026530106,-0.054385908,0.014671585,-0.015358684,0.018478923,-0.08503861,0.03834821,-0.00010603302,0.04390967,0.032754414,-0.023862544,-0.016571213,0.021566825,-0.10987118,0.051411174,0.028647987,-0.010007395,0.06822489,0.028001307,-0.015536522,0.009554718,-0.078507125,-0.008342191,-0.020176461,0.023409868,0.024153551,0.017605903,-0.025673253,-0.03692551,-0.046593398,-0.01573861,-0.03964157,-0.025640918,-0.0059292605,-0.04510603,-0.00781272,-0.013426723,-0.011025919,-0.022941023,-0.003987195,-0.030297024,-0.012893211,-0.020402798,-0.019497445,-0.0128608765,-0.022116505,0.035858486,-0.023442201,0.026384603,0.042616308,-0.03189756,-0.0020481613,0.013402472,0.03173589,0.037216518,0.028162977,-0.038089536,-0.03446812,-0.023409868,0.010815747,-0.017331062,-0.013701563,-0.008665531,-0.0053512887,-0.052187193,-0.11316925,0.028276145,-0.021874,-0.006458731,-0.0026473522,-0.028437816,0.024961904,0.011624099,0.032722082,-0.04914779,-0.025058905,0.032883752,-0.018996267,-0.013531809,0.03469446,-0.042131294,-0.03598782,-0.017622069,-0.014049154,-0.038736217,0.033692103,0.029698845,0.024606228,-0.052478198,-0.03980324,-0.009085874,-0.024008049,0.012286947,-0.028938994,-0.0013105404,-0.000090939575,-0.027015116,0.001107442,-0.027968971,-0.029828181,-0.056196615,-0.03708718,0.02612593,-0.076890424,-0.016369123,0.029634176,-0.02155066,-0.05574394,-0.0050441152,0.032479577,-0.0059979702,-0.010072064,0.02667561,-0.016991554,0.0058645923,0.023280531,-0.0041347193,0.0015075761,-0.009894226,-0.0467874,0.027661799,-0.05328655,-0.023862544,-0.057910323,0.049212456,-0.048468772,-0.010298402,-0.020483634,0.027936637,-0.010977417,0.0057110055,-0.003201073,-0.051669847,-0.03256041,-0.035535146,-0.0017591756,-0.0035324972,-0.04342466,-0.028567152,-0.021017147,0.0074287527,-0.007962265,-0.033368763,-0.010872331,-0.0079946,0.002914108,0.059753366,0.035599813,-0.033627436,0.040870268,-0.061887413,0.08154653,0.016619712,0.009158626,-0.015091928,0.007917806,0.0044661434,0.057780985,-0.05493559,0.009983145,0.02449306,-0.013168051,-0.0059252186,-0.009360714,0.02851865,0.04002958,-0.026045095,0.03446812,-0.00028393356,-0.042616308,-0.011114837,-0.055873275,0.06913024,0.017444232,0.029569509,-0.023603871,0.05367456,0.015754776,-0.015358684,0.0031566138,0.004680357,0.047854427,-0.05338355,0.03136405,-0.004696524,0.03408011,0.019481279,-0.0009578969,-0.050441153,-0.026158264,-0.029197667,0.03404778,-0.0031283214,0.041484613,0.007190289,0.040061913,0.01815558,0.054191902,0.008148186,0.013960236,0.001047826,-0.05137884,-0.030685034,0.0049147788,0.042260632,0.0684189,-0.013960236,0.0113815935,0.0067820717,-0.021841666,-0.02295719,-0.04614072,0.026594775,0.002348262,-0.03595549,-0.009110125,0.03611716,-0.024945736,0.0050036977,0.0004168064,0.013976403,-0.009910393,-0.024024215,0.000010562253,-0.008746366,0.02890666,-0.006187933,0.019869287,-0.03228557,-0.0113815935,-0.0007068026,0.00021560257,0.06589684,-0.019594448,-0.033853773,-0.019271107,0.0070973285,0.027144453,-0.011106754,-0.010330736,0.04733708,-0.009384965,0.0069477838,0.0007335793,0.01082383,-0.022375178,0.013240802,-0.0058726757,0.021631494,-0.04200196,0.01686222,0.0077076345,0.005181535,0.02263385,0.04494436,0.025624752,-0.053965565,-0.032754414,0.001509597,0.04575271,-0.0020895894,0.033530433,0.007412586,-0.019950122,-0.03251191,0.025382247,0.0393829,0.015221264,-0.012303114,-0.009966978,0.009595136,0.06314844,0.00717008,0.028728822,0.026982782,-0.034144778,-0.05496792,-0.004072072,-0.031444885,0.0096517205,-0.016943054,0.07132896,0.016110452,0.020338131,-0.010484323,0.02890666,-0.013030631,-0.004591438,0.02148599,-0.009692138,-0.019723784,0.020354299,-0.014113822,0.010896582,0.018187916,-0.04119361,-0.011713018,-0.028082142,0.011252257,0.021097982,0.022827854,-0.009538551,-0.034985464,-0.035761483,0.028890492,0.012691123,0.0071660387,0.0029100664,-0.02252068,-0.004979447,0.00070073997,-0.0071498714,-0.006305144,0.025430746,-0.006725487,-0.04685207,0.032317903,0.06179041,0.019465111,0.01243245,0.024881069,-0.052542865,0.00875445,0.02067764,-0.0053755394,-0.014065322,-0.0046197306,-0.03579382,-0.0077844276,-0.032366406,0.058557004,0.069906265,0.032705914,-0.0012610288,0.016142786,0.06521782,0.0020602867,0.014534165,-0.024897235,0.010241817,0.036408164,0.013256969,-0.012311198,-0.056972634,0.03517947,0.057457644,-0.02759713,-0.027613297,-0.019594448,-0.0077238013,0.01082383,0.003991237,0.033530433,0.029860515,0.00069114077,-0.0026089554,-0.0014893882,-0.044976693,-0.016482294,0.02067764,0.009554718,0.0038962555,0.008014808,-0.009522384,0.0061758077,0.0380572,-0.03598782,0.066349514,-0.02437989,-0.0016005365,-0.045300033,-0.0094819665,-0.018268751,0.032091565,0.044103675,-0.03614949,-0.05813666,0.06347178,-0.016652048,0.015399101,0.06059405,0.03104071,-0.00017341672,0.022973359,-0.062857434,-0.0482101,-0.0024917445,0.016199369,-0.019044768,-0.006482981,-0.013200385,-0.0019845036,-0.03550281,0.025883425,0.038703885,0.009748722,-0.009360714,-0.021825498,-0.010266067,-0.053480554,0.04788676,-0.013062965,-0.019012434,-0.019675283,-0.025398413,-0.029084498,-0.04002958,-0.009603219,0.04549404,-0.011664516,-0.014841339,0.02573792,-0.008192645,0.015415269,0.007748052,-0.008964621,0.046205387,-0.011648349,0.0038821094,-0.01822025,-0.008220938,-0.04193729,0.013830899,0.016134702,-0.038865555,0.044136006,-0.014647335,0.014493748,0.040643927,-0.026594775,-0.017217893,0.029035997,-0.0016702568,0.0074570454,-0.0018299064,-0.030458696,-0.018268751,-0.020952478,0.03960924,0.006491065,-0.0036012072,-0.026513938,-0.028567152,-0.033853773,0.02378171,-0.00089626,-0.002063318,0.041484613,-0.021405155,0.0067456956,-0.033304095,-0.0077520935,-0.043327656,0.0066810274,-0.005650379,0.024331389,-0.011510929,-0.025770254,0.07456237,-0.0024169718,-0.029100664,-0.025592418,-0.015981115,-0.017816074,0.012278863,-0.04565571,-0.02874499,-0.0039831535,0.037345853,0.0016247871,-0.004104406,-0.019529779,0.023151195,-0.016619712,0.013426723,-0.040546928,0.0028453984,-0.0073681264,0.007841012,0.017088557,0.0014520019,-0.03230174,0.023329033,-0.026174432,0.014251242,0.012028275,-0.022553016,0.016255954,0.03867155,-0.05225186,0.010047813,-0.031929895,-0.021663828,-0.016158951,0.001155943,-0.009069707,0.007962265,0.031881396,0.01654696,-0.017589735,0.032220904,-0.022827854,0.019319607,0.018236415,-0.007230707,0.0071215793,-0.042454638,0.03970624,-0.032705914,-0.024412224,0.012626455,0.011801936,-0.0119959405,-0.028227644,0.003956882,-0.0113815935,-0.016215537,0.008342191,0.033821438,-0.01615087,0.04002958,0.017929243,0.0032455325,-0.016910719,0.033530433,0.017929243,-0.027273789,0.004425726,-0.05415957,0.023765543,0.0015055552,-0.029844347,0.0069397003,0.0074206693,-0.014954508,-0.024945736,-0.06660819,-0.026093597,0.029327003,-0.03136405,0.014129989,-0.034338783,0.030119188,0.012303114,-0.027694132,0.010718745,-0.0035143094,0.013006381,0.025673253,-0.030086854,0.011179505,-0.006842698,-0.0072509157,-0.0004524244,-0.0073479176,0.026319934,0.0022835939,-0.021534491,-0.03954457,-0.002782751,0.0006481971,-0.031153878,0.012157611,-0.017379563,0.01783224,0.012933629,-0.002398784,-0.012351615,-0.014396746,-0.029698845,0.00445806,-0.013345888,0.027516294,0.018689094,-0.0011943397,-0.0038194621,-0.028179143,-0.007012452,0.005464458,0.04455635,0.014833256,-0.010791496,0.0006623432,-0.008144144,-0.020693805,-0.02104948,0.005529126,-0.011777686,-0.040385254,-0.0001181583,0.006337478,-0.005448291,0.0380572,0.0022775312,-0.021081815,0.04248697,0.013919818,-0.005036032,-0.012990213,0.03404778,-0.011268424,-0.018527422,0.039253563,0.0121656945,-0.033530433,-0.0069033243,-0.028938994,0.04002958,0.0034092236,0.0071013705,0.0058605503,-0.046431728,-0.022811687,-0.0040134666,-0.011300758,-0.06473281,0.0045227283,-0.0014530123,0.0033607227,-0.02104948,0.016943054,-0.007909723,0.014186574,-0.020111792,0.01969145,-0.032398738,0.0028797532,-0.019772286,0.009797224,-0.0083583575,-0.003001006,-0.025511583,-0.05891268,0.021372821,0.019820785,0.021728497,0.0015540563,-0.016045783,-0.014986842,0.034985464,0.010621742,0.051346507,-0.0062768515,0.032802917,-0.006131348,0.020063292,0.00088464,-0.02509124,-0.011058252,-0.0063415198,-0.0073842937,0.022811687,0.052510533,-0.016045783,-0.0801885,-0.0044701854,0.036893174,-0.051249504,-0.017751405,-0.011058252,-0.017654402,0.007004368,0.042260632,0.013960236,0.006159641,-0.013208468,-0.0040862183,-0.038315874,0.043392323,0.015148512,0.012060609,0.017880742,-0.055549935,0.018204082,-0.0024452643,-0.009756806,0.006806322,-0.038800888,-0.01615087,0.00452677,-0.0052664117,0.020467468,0.013442891,-0.05765165,-0.005609961,-0.03260891,0.017460398,0.024444558,-0.02394338,-0.011082503,0.02868032,-0.035244137,-0.013135716,-0.04368333,-0.019869287,-0.01606195,0.02077464,-0.02067764,-0.01197169,-0.012820459,-0.031784393,0.022278175,0.036569834,0.017961577,0.048242435,-0.00443381,0.018139414,-0.040223584,0.047110744,0.03627883,0.035147134,0.0052664117,0.0043974337,-0.003118217,0.012998297,0.009126292,0.03157422,0.004308515,0.03327176,0.00820477,0.03281908,0.027742634,0.01328122,0.0068629067,0.013596477,0.014129989,0.00186123,0.007913764,-0.023409868,0.041969623,-0.04914779,-0.015876029,-0.020354299,0.0062768515,0.008123935,-0.019351942,0.011502846,0.0048218183,0.003502184,0.0009957884,-0.004546979,0.012731541,-0.015940698,-0.026319934,-0.05296321,-0.034823794,0.011034002,-0.020903977,0.006131348,-0.0037972326,0.013766231,0.020095626,-0.08258122,-0.017913075,0.02759713,0.021227319,-0.06951825,0.014671585,0.012505203,-0.012222279,-0.0010882436,-0.020629138,-0.008463443,-0.03867155,-0.013054881,-0.0026251224,0.022116505,-0.017541233,-0.026853446,0.019174105,0.005383623,0.038477544,-0.017913075,-0.0053795814,-0.024509227,-0.011284591,-0.0031303423,-0.0029060247,-0.00843111,-0.0045348536,0.03260891,-0.025560083,0.036343496,0.024573894,-0.01576286,0.0003357186,-0.012311198,0.036537502,-0.004781401,0.014566499,0.019626781,-0.019836953,-0.011325008,-0.018398087,-0.011737268,-0.024331389,0.011923189,-0.005852467,-0.011858521,0.013515642,-0.013838982,0.012586038,0.016991554,-0.018204082,0.0037669193,0.0055897525,-0.03294842,0.043553993,-0.04859811,0.009700222,-0.015188931,0.03281908,0.0012064651,0.003922527,0.009069707,-0.015043427,-0.023264365,-0.013564143,0.002019869,-0.0049430714,-0.054450575,0.018252583,0.010266067,0.002216905,-0.0086978655,0.01985312,0.0034839963,0.019077102,-0.0017682696,-0.006487023,0.04154928,-0.013887484,0.0014641272,-0.018883098,0.006337478,0.020693805,-0.0014075425,0.0062808935,-0.030927539,-0.015536522,0.013604561,-0.018495088,0.043004315,-0.031493384,0.009231377,0.0037810656,-0.006592109,-0.0175089,-0.005015823,0.001415626,0.05496792,-0.011171422,0.0016510586,0.005771632,-0.0150191765,-0.020693805,0.0080996845,-0.0030737577,-0.02394338,-0.019481279,0.012529452,-0.01767057,0.015698193,0.02421822,-0.012828543,0.014372495,-0.04287498,0.015956864,0.014647335,-0.01663588,0.028049808,-0.032107733,0.026691776,0.02247218,-0.04326299,-0.022682352,0.017169392,0.030313192,-0.001475242,0.013232719,0.022892524,-0.008859536,-0.0057877987,0.0085281115,0.012052525,0.03097604,-0.031089209,0.01006398,0.022601517,-0.038606882,-0.040708598,0.023264365,0.00033395033,0.008063309,-0.011979774,0.0004554557,0.010233734,0.00051734515,0.017363396,0.004761192,-0.022068003,0.00978914,-0.012012107,0.0049713636,0.011163338,0.04310132,0.0065719,0.020645306,-0.0037426688,-0.033142425,-0.047531087,-0.0064466055,0.021146484,0.03189756,0.0031707599,-0.0393829,-0.009748722,-0.008447276,0.0035506852,-0.009886143,-0.013054881,-0.034500454,-0.032398738,-0.011365426,0.010993584,-0.0058363,-0.013911734,0.009991229,0.036505166,0.005937344,-0.02847015,0.049050786,0.003350618,0.017622069,-0.004765234,0.011422011,0.030765869,0.020386633,-0.021776997,-0.015884113,0.019157937,-0.010104397,-0.0012105068,0.010314569,-0.022181174,-0.0016409542,-0.06418313,-0.02568942,0.01886693,0.04106427,-0.014817088,0.009433465,-0.040449925,-0.033821438,0.040158916,-0.0009770952,0.024784066,0.023603871,-0.016619712,0.014566499,-0.03249574,0.02061297,0.00891612,0.0028211477,-0.01243245,0.0016914761,-0.02307036,0.03281908,0.020321963,-0.0046035633,0.02258535,-0.022698518,-0.029197667,-0.03741052,-0.029537175,0.010532823,-0.0043650996,0.014194657,-0.04216363,0.0077035925,-0.03113771,0.021502158,-0.034500454,0.0039164643,0.00864128,0.0048703197,0.033304095,-0.016749049,0.023523036,0.0004223638,0.016280206,-0.007497463,-0.010443905,-0.007360043,-0.00962747,-0.051508177,-0.019448943,0.0021259652,0.038089536,0.018123247,-0.029019829,-0.014032987,-0.044427015,0.026255267,0.016749049,-0.008063309,-0.0054927506,-0.01799391,0.01548802,0.02513974,0.008972704,-0.010177149,-0.009562802,0.00018288959,0.029860515,-0.03306159,-0.012464785,-0.025754089,-0.0034132653,0.009554718,0.0010240807,0.015261682,0.0066446518,0.031541888,0.025075072,0.025285244,-0.0063576866,-0.025010405,-0.014299743,-0.025511583,-0.017864574,0.014615,-0.020241128,-0.0066082757,-0.02323203,-0.006054555,0.0009877048,-0.023700874,0.011001668,-0.028728822,-0.010152899,0.017460398,0.026222931,0.035858486,-0.0035506852,-0.01126034,-0.0016116514,0.005682713,0.0021441532,-0.020111792,0.0044014757,0.013491391,-0.026158264,0.00035516956,-0.008293689,-0.024363723,-0.0029888807,0.0036012072,0.014986842,-0.029407838,0.00905354,-0.017153226,-0.008487694,-0.014517998,0.019933956,0.024670897,0.012262696,-0.0067335702,0.005852467,0.009522384,0.0049228626,-0.0055937944,-0.005609961,-0.023086527,-0.015237431,0.043618664,0.0011286612,-0.027354624,0.012101026,0.024509227,-0.014146157,0.018899266,0.009118208,-0.03970624,0.0204513,-0.02203567,-0.054547578,0.0034597456,-0.02842165,0.01969145,0.021776997,-0.024687063,-0.0009902309,0.009150542,-0.028712656,0.026416937,-0.013192302,-0.0018470838,0.006099014,-0.01472817,0.017977744,0.01109867,0.100817636,-0.031380218,0.029052163,0.015269766,0.025705587,0.008188603,0.009376881,0.020030957,0.00082755013,0.017169392,-0.01181002,0.005618045,0.041161273,-0.014615,0.01810708,-0.009886143,-0.044297677,-0.0042802226,0.0018895223,-0.0065274406,0.0054927506,0.03753986,0.0094819665,-0.0057958825,-0.010516657,-0.027451627,0.061337736,0.00827348,0.0204513,0.005096658,-0.01964295,-0.0036274786,-0.0036335413,0.045235366,0.0133782225,-0.014218908,-0.013935985,-0.018171748,0.026368435,0.00056786713,-0.01980462,-0.0074327947,0.0142431585,-0.013750064,0.012998297,0.011147171,-0.0020976728,-0.014873673,-0.03309392,-0.034920797,-0.029666511,-0.034888465,0.003403161,0.016975388,0.02132432,0.0007729864,0.00020764537,0.031315546,0.029892849,-0.0052421615,0.009287962,-0.016094284,-0.025349911,-0.019222606,-0.035308804,0.0086978655,0.005298746,0.000985684,0.037669193,0.0125132855,-0.03595549,0.007093287,0.01374198,0.0078369705,0.0072953748,-0.031493384,0.018640593,-0.014962591,0.005452333,-0.023846379,-0.01734723,0.008988872,-0.026869614,0.0049349875,-0.015811361,0.02012796,0.03032936,0.013450974,-0.013386305,0.04455635,-0.008835285,0.011632183,0.03485613,0.026077429,0.0032515952,-0.0036982095,-0.014833256,0.0020511926,-0.04074093,-0.0070003266,0.014041071,-0.0059494693,0.0065476494,-0.022779353,-0.021114148,-0.02541458,-0.022876356,0.0031768226,0.0010842019,0.010678327,0.022439845,0.019044768,0.03391844,0.012763875,0.022860188,0.023571538,0.0057110055,-0.023248198,-0.0074530034,-0.02667561,0.01799391,0.007897597,-0.003839671,0.004809693,-0.020176461,0.023167362,-0.0067780297,-0.038703885,0.04853344,-0.029440172,-0.00027862875,0.027532462,0.009045457,-0.01298213,-0.026142096,0.00445806,0.012092942,-0.05732831,-0.023975713,0.03283525,-0.030862872,0.0024068675,-0.003184906,-0.0013105404,0.013847066,-0.0032455325,0.019060936,-0.017864574,0.000045438213,0.009748722,0.00042615295,-0.009942727,0.035923153,-0.0153667675,-0.026594775,-0.066996194,0.01415424,0.020661471,-0.017201725,0.0036012072,0.03267358,-0.01197169,0.011850437,-0.0150272595,0.030879037,0.004623772,0.013297387,0.020758474,-0.008932287,0.02072614,0.014493748,-0.040837932,-0.03944757,-0.01957828,0.0075904233,-0.024638563,0.013653061,-0.00090333313,-0.03547048,-0.005634212,-0.0133782225,0.012965962,-0.019238772,-0.00055018446,0.0058443835,0.022003336,0.0011357343,-0.008940371,0.009110125,0.010540907,0.00820477,-0.02155066,-0.0106055755,0.016296372,0.05296321,0.002245197,-0.027176788,-0.026869614,0.0014550332,0.007004368,0.004340849,-0.047983762,-0.012189945,-0.01631254,0.027467795,-0.00043322603,-0.0062485593,0.0032313862,0.021259652,0.024315221,-0.0028231686,-0.026319934,0.027920472,0.0011246194,0.007845054,0.0023078443,-0.028114475,0.02001479,0.04352166,-0.012278863,0.006523399,-0.011729185,0.036181826,-0.062469427,-0.015399101,0.022262009,0.006604234,-0.030377861,0.011276508,0.012206112,0.032366406,0.0019501487,-0.018753761,0.04009425,0.0035466435,0.007946098,-0.061208397,-0.027403126,-0.0018652717,-0.018123247,-0.020952478,0.011898939,-0.009603219,0.0037952117,0.00037714664,-0.010540907,-0.021534491,-0.01477667,0.00864128,-0.03120238,0.015940698,0.03779853,-0.0014317931,-0.021776997,-0.0038113787,-0.002681707,0.0045025195,-0.0056746295,-0.0032798874,0.00022330719,-0.012004024,0.020806976,0.034920797,-0.021518325,-0.0015874008,0.028211478,0.006183891,-0.023409868,-0.014404829,0.007060953,0.010451988,-0.012998297,-0.002247218,-0.032398738,-0.007828887,0.015447603,0.033045422,-0.005007739,-0.017638236,-0.04853344,-0.027112119,-0.012189945,-0.031218546,0.013758147,-0.0020057228,-0.029165333,-0.014469497,0.008964621,0.023054194,0.0063657705,0.0053472472,-0.0023725126,-0.021809332,0.031558055,0.008495777,0.025705587,0.014720086,0.0423253,-0.00037335747,-0.011527097,0.015156596,-0.013628812,0.02568942,-0.030636532,0.009166709,0.03168739,0.01773524,0.03834821,-0.006151557,0.012537536,0.03724885,-0.018689094,-0.0005870655,-0.040385254,0.0047409832,-0.01686222,0.001668236,0.026416937,-0.04129061,0.020160293,0.027047452,-0.008560445,0.010621742,0.030571865,0.043553993,0.019287273,-0.016118534,-0.013192302,-0.002148195,-0.02100098,0.033239424,0.035211805,0.033530433,-0.0025624752,0.029407838,0.016781382,-0.026788779,-0.008681698,0.009708305,-0.031768225,-0.030749703,0.016280206,0.011785769,0.011486679,-0.015083845,0.018333418,0.022973359,-0.012424367,0.008471527,0.01728256,0.008560445,0.037281185,0.028292313,0.0050521987,-0.022342844,-0.020095626,0.03214007,0.0023603872,-0.0039851745,0.010678327,-0.009457716,-0.021502158,0.010468156,0.013151884,-0.031622723,0.025543917,-0.03485613,-0.0125132855,0.0144209955,-0.01925494,0.008067351,-0.013661145,0.021809332,-0.018398087,-0.024234386,-0.033950776,-0.0065597747,0.022989525,-0.022068003,-0.027354624,0.021453656,-0.02345837,0.03915656,0.015520355,0.0030030268,0.017007722,-0.036343496,-0.0008821139,0.008811034],"social":"https://twitter.com/HairyBarry_"},{"title":"deedle","description":"real estate transactions made simple. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=AiEpBmBAIk8","youtube_transcript":"Hey, everyone. My name is Myles, the founder of Dital, a new platform that's redefining the world of real estate. And today, I'm super excited to show you I've been working on. Dital is a real estate marketplace where transactions are made simple. I'm a first time homebuyer, so I'll head over to digital dot c o and log in with my cryptololent. Right? Intuitive interface lets me explore a vast selection of listed properties customized by my preference. Now let's say I'm already a homeowner and I'm planning slide my house in a couple of years. I now have the power to register my property directly on the blockchain with just a few clicks. So I'll receive a sold out n f t that represents since the ownership of that property, and I can list it for sale on Dital. My goal was to have launched the website and have ten homes listed on my platform, but we ran into some legal and compliance obstacles trying to launch in certain states. Not every state in county is the same when it comes to registering a home. Our sites are now set on launching in more pro blockchain states for now like Wyoming, Colorado, Florida and a few more. Once we launch, we can show every state a better way to create, verify, and store deeds. I hired a dev team on May fifteenth, and this demo will be live for the first week of June. To follow my journey, feel free to follow me on Twitter. And again, thanks. I hope you all have a good day.","embedding":[0.02477463,0.039157018,0.0019048102,0.056010913,-0.01954873,0.0302983,-0.030640738,0.007905846,0.0015902886,0.026620816,0.020129386,-0.054849602,-0.028035233,-0.050531905,-0.004816462,0.03358868,-0.01743455,-0.00834506,-0.024268417,0.036864173,0.0588993,-0.024372637,-0.009640369,-0.009975362,0.022928443,-0.023107106,-0.04094365,0.023345323,-0.031057619,-0.006632871,0.00136789,-0.031117173,0.0056316126,-0.030179191,0.030730069,0.012446869,0.023955757,0.054998487,0.019906057,0.0080845095,-0.035851747,-0.022035128,0.029538982,0.008977826,-0.060001057,0.03052163,-0.028347893,0.0133550735,0.022169124,0.03754905,-0.040139664,-0.011099451,0.0048797387,0.022198902,-0.04371293,-0.0491026,-0.005858664,0.029077435,-0.045023125,0.016005244,-0.004846239,-0.012260762,0.047911514,0.014032505,0.00001322381,-0.0057953876,-0.050412796,0.035762414,-0.005162622,0.037042834,0.040526766,0.031176727,0.004693631,0.010444352,-0.012692532,-0.056010913,0.00093053747,0.029196544,-0.037668157,-0.03921657,0.0047569075,0.051574107,-0.034571327,-0.011724772,-0.011456777,-0.0019578508,-0.021856464,-0.030253634,-0.004064588,0.01646679,-0.006655204,0.009699923,-0.0028679166,0.010727236,0.06038816,0.010332688,-0.039454788,0.06545028,-0.0026762257,0.0121639855,0.0020639321,-0.0041613635,0.026784591,-0.013950618,0.027350357,-0.004142753,0.017136779,-0.017762098,0.03903791,-0.0030093582,-0.13125789,0.027782127,0.05520693,-0.0011464221,0.008464169,0.021082258,-0.008486502,-0.06664137,-0.013154077,-0.060417935,-0.051603887,0.013511404,-0.0043846928,0.045529336,-0.01881919,-0.028109675,-0.025370173,-0.046631094,-0.033350464,0.0063983756,0.028467003,0.0128488615,0.06539073,-0.016213685,-0.044933792,0.004395859,-0.06646271,-0.015901024,-0.022734892,0.014642938,0.005787943,-0.035017986,0.03871036,-0.00045270647,-0.0026985586,-0.012431981,-0.007622963,0.019102072,-0.0011901574,-0.02657615,0.043742705,-0.0073847454,0.025921052,-0.0025850332,0.014494051,-0.011784326,0.0046340767,0.018208757,-0.006737091,-0.001156658,-0.019176517,0.05827398,0.0027636962,0.011970434,-0.0072098044,0.011159006,0.012461758,-0.064973846,-0.06419964,0.004771796,-0.007541076,-0.028452113,-0.009878586,-0.0060708267,-0.027186582,-0.011732216,0.02008472,-0.02030805,0.010183802,-0.01366029,-0.0423134,-0.0075224647,0.028079899,-0.027201472,-0.06372321,-0.03659618,-0.05964373,0.036506847,-0.017598325,0.01317641,-0.0113153355,0.07527676,-0.01797054,0.0011464221,-0.0018499085,-0.018432086,0.051067896,0.011337669,0.012268206,0.015126817,0.0037351775,0.0145461615,-0.015015152,0.0101242475,0.029732533,0.006852478,-0.009290487,0.0060410495,-0.037906375,-0.007622963,0.04776263,0.016303016,-0.019727394,0.0053040637,-0.04008011,-0.02615927,-0.03263581,-0.022943333,0.049191933,0.023241105,-0.033022914,0.038293477,0.0042953608,-0.028199008,-0.0065658726,0.026144382,-0.012230985,-0.025891274,0.028079899,0.024506634,0.018312978,0.014345165,0.014084615,-0.04624399,0.025176622,0.0011901574,0.016407236,-0.061281476,0.010615571,0.035732638,-0.037072614,0.025474394,-0.03052163,-0.029821865,0.02827345,0.019786948,-0.02359843,-0.06277034,0.038204145,0.06616493,0.049519483,0.04404048,-0.02382176,0.011092006,0.009327708,0.015260815,-0.023375101,0.065628946,-0.0013548626,-0.008471613,-0.009893474,-0.031623386,-0.025712611,-0.014680159,0.009216043,-0.0010291744,-0.022273345,-0.014754602,-0.016451903,-0.052407872,0.025950829,0.0031805772,-0.026457042,-0.010503907,-0.012729753,-0.012662753,-0.04198585,0.021082258,-0.0049541816,0.052735418,0.004142753,0.02510218,0.0039454787,0.04293872,-0.021930907,0.03561353,0.020710042,-0.039722785,-0.04993636,-0.019087184,0.013496515,-0.013846397,0.0033406296,-0.0020285717,-0.008412058,0.013742178,0.043861814,-0.029077435,0.006588205,0.02413442,0.0389188,-0.018982964,-0.0020657931,-0.030387633,-0.022571117,0.03007497,-0.008278062,-0.011717328,0.021231143,-0.026308155,0.014709936,-0.024059977,0.060775265,-0.0521101,0.008158953,-0.0012906555,0.040467214,-0.021662913,-0.018119426,-0.040348105,-0.018446974,-0.060209498,-0.035256203,-0.04433825,-0.02615927,-0.026859034,0.033410016,-0.0085535,0.021499138,-0.0690831,0.010548573,-0.013243409,0.016332794,-0.05848242,-0.005222176,-0.003919424,0.031117173,-0.03540509,0.021454472,0.043176938,-0.01861075,-0.024997959,-0.0019317957,0.031206505,-0.00087889266,0.011337669,-0.018000318,-0.03594108,-0.04249206,0.005538559,-0.058303755,-0.03882947,0.035345536,0.023136884,-0.007831403,0.03242737,0.0057060556,-0.023777094,-0.071048394,-0.0061229365,-0.032338038,0.02805012,0.024625743,0.026754813,-0.0018889911,0.003871036,-0.039782338,-0.010757013,-0.0038673137,0.0026017828,0.02200535,-0.009923251,0.011352557,0.030998064,0.026323045,0.0023226216,0.039246347,-0.002758113,0.011843881,0.0022854,0.038740136,0.008248284,-0.039484564,-0.056517124,-0.039573897,0.053450074,0.020352716,-0.05443272,-0.021126922,0.0130200805,0.063008554,-0.045946218,0.013675178,0.018834079,0.0055943914,-0.010690015,0.030313188,0.038859244,0.028794551,-0.059167296,0.046392877,-0.024432192,-0.018774524,-0.03412467,0.00993814,0.004246973,-0.0032159374,-0.037251275,-0.010459241,-0.025131956,0.012089543,-0.013637957,0.060298827,-0.010414575,-0.007228415,-0.030968288,0.007831403,0.026233712,0.042402733,0.00417253,0.0011250199,-0.015618141,0.0059963833,-0.012476646,0.004094365,0.024149308,0.048179507,0.009967918,-0.014136725,-0.05636824,-0.02880944,-0.048536833,0.020203829,0.030581184,-0.021454472,0.018238535,-0.018759636,-0.0080845095,0.009662701,-0.016749674,-0.06122192,0.0038114814,0.008970381,-0.02126092,-0.028333005,-0.033678014,-0.0046750205,-0.019280737,-0.020144274,-0.03772771,-0.034928653,0.013377407,-0.043564044,0.04710753,-0.029047657,-0.020278273,0.03871036,-0.02051649,-0.00720236,-0.016183907,-0.02498307,0.049906585,-0.014151614,0.028526558,-0.022228679,-0.045023125,-0.0131838545,0.034243777,-0.018863855,-0.055147372,0.021067368,-0.051842105,0.0012311011,0.038561475,-0.065033406,0.018893633,0.028720109,0.014278167,-0.012543645,-0.03784682,-0.014166502,0.050115027,-0.028556334,0.066939145,0.011307891,0.021871353,-0.05431361,0.02775235,-0.0690831,0.056070466,0.0066142604,0.031146951,0.048655942,-0.018223645,0.0058512194,-0.014047394,0.021231143,-0.031921156,0.006852478,-0.006316488,-0.0036681788,-0.03415445,-0.017806765,0.014613161,-0.02785657,0.03614952,-0.06556939,-0.019906057,-0.02146936,0.034422442,-0.047047976,0.008992714,-0.006491429,-0.0046787425,0.007794182,-0.012625532,0.012044877,0.046422653,-0.037965927,-0.0076117967,0.0002004145,0.041003205,0.0034281001,-0.0145536065,0.014479163,0.011099451,-0.056189574,0.012297983,0.0061154924,0.005646501,0.020754708,0.030551406,0.025459506,0.030253634,-0.030819401,0.005441783,-0.0035937356,-0.018863855,0.013444405,-0.0008705178,0.005813998,0.030447187,0.011605663,-0.00026310948,-0.015178927,0.0051291226,0.016705008,0.003001914,-0.038621027,0.006234601,0.062353455,0.027990567,0.008881049,-0.0189383,-0.01829809,0.028035233,0.012491535,-0.014226057,0.018432086,0.047018196,-0.022854,-0.006580761,0.022734892,0.010742124,0.054611385,0.02605505,0.0111441165,-0.00006246233,-0.03888902,0.0074591883,0.0114865545,-0.0382637,-0.0058437753,-0.015193816,0.046928864,0.0010831456,-0.0039343126,0.0060931593,0.02946454,-0.017240997,-0.023896202,-0.0148885995,-0.02446197,-0.0043660817,-0.0019187683,0.01691345,-0.018997854,0.010176358,0.030179191,-0.010958009,-0.01977206,-0.010920788,-0.028213896,0.04814973,0.04347471,0.009632924,0.015901024,-0.009082045,-0.021603357,0.0035714027,0.03052163,-0.0054901713,-0.018536307,-0.03644729,-0.03754905,-0.013049858,-0.016705008,-0.0075857416,0.022809334,0.0067445356,-0.031176727,0.016958116,0.012543645,-0.039157018,0.02519151,0.037668157,-0.003173133,0.03138517,0.02359843,-0.032159373,-0.016139243,-0.027454577,0.031802047,0.008866161,0.014032505,0.010154025,-0.017166555,-0.030417409,-0.032665588,0.02210957,0.02073982,-0.015164039,0.043653373,0.0023449545,0.001080354,0.01004236,0.0038189257,0.048298616,-0.012208652,-0.024432192,-0.017598325,-0.0023040108,0.008866161,0.0062159905,0.008709831,0.015260815,-0.0025403672,0.025638169,0.007987734,-0.029270986,0.01473227,0.024342861,0.041688077,0.013489071,0.03293358,0.008471613,-0.022169124,-0.02157358,0.0077867378,0.00046177921,0.0030744958,0.027469466,-0.027588574,-0.008106843,-0.056963783,0.03793615,-0.0039119795,0.0054268944,-0.03019408,0.002013683,-0.056398015,0.018432086,0.02082915,-0.02510218,0.038650803,-0.028839217,0.011590775,-0.070750624,0.008531167,0.02264556,-0.00550506,0.013950618,-0.033856675,-0.012856306,0.0044814683,0.0012376149,0.03498821,0.037370384,0.01615413,0.008010066,0.010667682,-0.0038152037,0.052973635,0.014933266,0.027171694,-0.03221893,0.01063046,-0.011099451,0.045588892,-0.05368829,-0.012722309,0.0131912995,-0.060983703,0.00020541615,0.045529336,-0.00908949,0.0073884674,0.004801573,-0.002456619,-0.013757066,-0.012424536,-0.022407342,-0.026382599,0.024595967,-0.033648234,0.016169019,-0.039722785,-0.023479322,-0.009699923,0.017181443,0.000758388,-0.037132166,0.029092323,-0.0000914253,0.015513921,0.03570286,0.012573422,0.035137095,-0.016451903,-0.046958644,-0.046899088,0.011337669,0.006376043,-0.0037668156,-0.025489282,-0.033082467,-0.033648234,-0.011516332,-0.035226427,-0.0071093063,-0.017955652,0.042998277,-0.013317852,0.0032717697,0.0382637,-0.014494051,0.020114498,0.0013716122,-0.03159361,0.027648129,-0.0008053802,0.015335257,-0.020382492,0.018059872,-0.017866319,0.034422442,-0.033797123,-0.0061266585,-0.023404878,-0.0047606295,0.02541484,0.020010278,0.0021700135,0.039395235,-0.0017484799,0.0072470256,0.014955598,0.037191723,0.004395859,-0.028228784,-0.0077346275,-0.0038077594,0.0029907473,-0.011814103,0.026650593,-0.053837176,-0.03230826,0.009722255,0.010518796,-0.017419662,-0.0348691,-0.004347471,-0.006550984,-0.023017775,0.020486712,-0.020233607,-0.0012069071,-0.03358868,-0.017360108,-0.036864173,-0.012632976,0.028749885,-0.029777199,0.0121639855,0.025757277,0.029390095,-0.0070944177,-0.040854316,-0.049847033,0.003158244,0.010340133,-0.020695154,-0.047703072,0.020546267,0.0032661865,0.018566083,-0.050115027,-0.0012804195,-0.03209982,0.027141917,-0.028452113,0.014747158,0.0015614419,-0.0047047976,-0.0013474183,0.022079794,0.03543487,-0.031742495,-0.013168966,-0.04082454,0.009804143,0.002037877,-0.054283835,0.0035676807,0.010965453,0.022571117,-0.025370173,0.055772696,-0.014538717,0.020322938,-0.008196174,0.015290592,-0.02827345,-0.019786948,0.012528757,0.0378766,-0.00060252304,0.026040161,-0.02327088,0.0060261604,-0.0034336832,0.009737144,-0.004816462,0.005333841,0.045112457,0.0059442734,0.028005457,0.023583543,0.030283412,-0.016243462,-0.018268311,0.016481679,0.08677076,-0.03909746,-0.026412375,0.01646679,-0.014650382,-0.010615571,0.009819032,-0.0072098044,0.000801658,0.004734575,0.027767237,0.017791877,0.012089543,-0.01137489,-0.012938193,0.012513868,0.025355285,-0.001850839,-0.030372743,0.012729753,-0.022600895,-0.011441888,0.022452008,0.050442576,-0.040973425,-0.010213579,0.028452113,-0.0389188,0.010362465,-0.024179086,0.006532373,-0.028675443,0.0018657276,0.0040124776,-0.0032978249,0.012290539,-0.038650803,-0.013481627,-0.01627324,-0.010198691,-0.037906375,-0.027782127,-0.025533948,0.032159373,0.021662913,0.029568758,0.018789412,-0.0050360686,0.019965611,0.020620711,-0.00074024254,0.0119927665,-0.04421914,0.0071055843,0.000074966425,-0.011702439,-0.023062441,0.012528757,0.029687867,-0.026933476,0.040913872,-0.002207235,-0.029122101,0.04826884,-0.009841364,0.019102072,0.019593397,-0.029866531,0.01935518,0.0017447578,-0.007057196,0.038978353,0.006282989,0.009841364,-0.03999078,0.01817898,0.025533948,-0.0024919794,0.0453209,0.0338269,0.0056278906,0.037697934,0.0020304327,-0.023970645,-0.011025008,0.022184012,0.008322727,-0.012692532,0.008300394,-0.0017289387,0.022600895,-0.0069641424,0.011977878,-0.032695364,0.021186477,0.000061241,0.019652952,-0.029747423,0.016734786,0.028243674,-0.041390307,-0.032129597,-0.029851642,0.024015311,0.02082915,0.0033164355,0.035375312,-0.004220918,-0.0061676023,0.024804408,-0.0075857416,-0.03007497,0.00016261142,-0.026769701,0.0032438536,0.015692584,0.04377248,0.017196333,-0.011419556,0.040913872,0.024923516,0.0023542598,0.02146936,-0.028526558,0.017732322,0.013295519,0.0077569606,-0.023032663,0.012149097,0.010615571,-0.0051365667,-0.032278486,-0.022779558,0.012394759,0.019920947,0.012037433,-0.0026631982,-0.0070720846,0.0018331588,0.003005636,-0.01057835,0.047137305,0.011769438,-0.034065116,-0.04404048,-0.052914083,-0.04538045,0.03665573,0.01206721,0.0010570906,0.0054529496,0.015618141,0.025712611,-0.005330119,0.034094892,-0.0011445611,-0.022169124,-0.0006755702,0.0010366187,0.007957957,0.009558481,0.01094312,0.017062334,-0.008799163,-0.041420083,-0.01646679,-0.027931012,-0.0211567,0.020605821,-0.006383487,-0.00068534084,-0.020903593,0.020248495,-0.022362677,0.006871089,-0.01296797,-0.0038077594,0.0032885193,-0.021141812,0.040854316,0.0037668156,0.002261206,-0.007332635,0.02870522,0.018551195,-0.047881737,-0.012022544,0.009387262,-0.025950829,-0.033737566,0.020844039,-0.0056241686,0.018059872,0.005218454,-0.0011082701,-0.0043065273,0.043861814,-0.013101968,0.017107,0.006830145,0.03594108,0.010652793,-0.002036016,-0.012938193,-0.018670304,0.007622963,0.01954873,0.025787054,-0.008054732,-0.012521313,-0.035881523,-0.028481891,-0.0060782707,0.0131912995,0.02446197,-0.01211932,-0.018223645,0.0025161733,0.008508835,-0.008330171,0.041717857,-0.022481786,-0.020933371,0.0030949677,0.004198585,-0.0011715466,-0.035732638,0.036387738,0.027275914,-0.009297931,-0.013340185,-0.009476594,-0.007578297,-0.0075112986,-0.04147964,0.028020345,0.044933792,-0.009238376,0.008665165,0.0013725428,-0.022868888,0.0019690173,-0.005214732,-0.021662913,-0.034392666,0.04189652,0.02849678,-0.019325402,0.018000318,0.025072401,-0.024283307,0.021007814,-0.025548836,-0.0068934215,0.008784274,0.0025961995,-0.0024640632,0.0053859507,-0.01816409,0.007868625,0.018506529,-0.0039008132,0.031623386,0.010116803,0.011613107,-0.012990303,0.010273133,-0.013928285,0.015871247,0.0071911938,0.0031359112,0.0015986634,0.019786948,0.024059977,0.01755366,-0.0028120843,0.0099530285,0.0153948115,0.02487885,0.0033424906,-0.023032663,-0.011717328,0.0038189257,-0.0053003416,-0.036864173,0.015022597,0.008069621,0.0021030146,0.038621027,-0.02138003,-0.01450894,0.013422073,0.009900919,0.018015206,0.013727289,0.09338129,0.0068599223,-0.014747158,0.018551195,0.019384956,0.0011222282,0.0018322283,0.014218613,0.0018713109,0.027424801,0.005013736,-0.028422337,0.00042967568,0.015960578,0.019489177,0.000025226289,-0.016020132,0.0018043121,0.003299686,0.00898527,0.021975573,0.006335099,0.015603253,-0.028571222,-0.036685508,-0.030313188,0.000007546077,-0.016734786,-0.004671298,0.006506318,0.008739608,0.019474288,0.0008216646,0.019861393,0.0014218612,0.004671298,0.008002622,-0.0062494897,0.013861286,0.0042246403,0.0072172484,-0.024521524,0.031325612,-0.040675655,-0.021543803,0.0143005,-0.010861234,-0.01530548,-0.014680159,-0.022392454,0.00065975107,0.008002622,0.025265953,0.0085981665,0.03415445,0.0041166977,0.0555047,0.056785118,0.0035676807,0.03763838,-0.026873922,0.020576045,-0.003174994,0.014121837,-0.012513868,-0.02657615,-0.015186371,-0.014106948,0.011717328,0.0019169071,-0.021990461,0.0051030675,-0.003926868,0.008471613,0.006134103,-0.009930696,-0.008672609,0.02796079,-0.023553764,0.02413442,-0.004771796,0.035553977,0.0019057407,0.021216255,-0.017791877,0.0036812061,0.016958116,-0.009297931,0.0049244044,0.017047446,-0.01743455,0.0008840106,0.010101914,0.022809334,-0.012082099,0.01381662,-0.06813023,-0.011925768,-0.032248706,-0.024700187,0.008516279,0.009312819,0.00701253,0.016020132,0.011404667,-0.0010459241,-0.0041166977,-0.020293161,-0.008077065,-0.014054838,-0.03144472,0.0073624123,0.0024677853,-0.022392454,0.032338038,0.007935624,-0.027097251,-0.026605926,0.0013567236,0.0114865545,0.021290697,0.017166555,-0.0074145226,0.028794551,0.03519665,0.01764299,0.018863855,-0.011843881,0.016079687,-0.035792194,-0.0027804459,0.026010383,0.017628102,-0.012886083,-0.018342754,0.010838901,-0.005240787,-0.023434656,-0.001615413,0.022794446,-0.023002887,0.011404667,0.022198902,0.008441836,0.012364982,0.008531167,-0.01902763,-0.0029944696,-0.030268522,0.008412058,0.021707578,0.017151667,0.034809545,0.00076397124,0.021514026,-0.0024100922,0.031325612,0.0049988474,-0.013898508,-0.0064988737,-0.014114392,0.010079582,0.0002165826,-0.014479163,-0.010511351,0.029851642,0.0058698305,-0.0028139453,0.015901024,0.009759477,0.016451903,-0.00656215,-0.020159164,0.034184225,0.011092006,-0.017955652,-0.015335257,-0.0004203703,0.011918324,0.009565925,-0.021097146,-0.013332741,0.028467003,0.0026538929,0.005441783,0.018789412,0.003327602,-0.030342966,-0.014173946,-0.003822648,0.034839325,0.006871089,-0.033618458,0.008948049,0.014829045,-0.013325296,-0.027424801,-0.009655257,-0.010168914,0.0133625185,0.0057693324,-0.026754813,0.0019987945,0.01807476,0.0041092536,0.023121996,-0.017449439,0.00393059,0.033112247,0.0082408395,-0.037370384,0.029181655,-0.0072805253,-0.0076676286,0.016317906,0.02200535,0.0108016785,0.042164516,0.054402944,0.0035714027,0.00377426,-0.0067929234,-0.022615783,-0.04404048,-0.0018713109,-0.012647865,0.008747052,0.034928653,-0.007972845,-0.00765274,0.031534053,-0.026337933,-0.015126817,0.051812325,-0.012662753,0.0028623333,0.009498927,0.014032505,0.002577589,-0.04645243,-0.005155178,0.0033071302,0.015424589,-0.004797851,0.0022035127,0.0014488469,0.008322727,0.0050770123,-0.018342754,0.009722255,0.0012357538,0.016719898,-0.026486818,-0.014010172,0.0027190305,0.019340292,0.025980607,0.016943226,-0.013727289,-0.0039454787,-0.008814051,-0.0051737884,0.00003501147,0.0060782707,-0.010816568,-0.006234601,0.043415155,-0.00882894,-0.042015627,0.00792818,-0.0071614166,-0.02933054,0.03626863,-0.02891366,-0.020367604,-0.012833972,0.007779293,-0.021335363,0.0031619663,-0.0092755975,-0.054790046,-0.007905846,-0.002387759,-0.007425689,-0.0108091235,-0.052407872,-0.011255781,0.0038561472,0.006658926,0.011181339,-0.016883671,0.030551406,0.0010663959,0.040913872,0.0061564357,-0.02444708,-0.03093851,-0.005088179,0.0015186372,0.031146951,-0.017568547,0.0057432773,0.0020211274,0.008918271,0.0049541816,0.021350252,0.010451796,0.020695154,0.0071651386,-0.017508993,-0.0116577735,-0.015290592,-0.0013167105,-0.0012664614,0.029479427,0.02496818,-0.00018529328,0.011233448,0.008300394,0.033350464,0.017583435,-0.0056576678,0.043236494,-0.0046154656,0.016481679,0.024298195,0.010154025,-0.016615678,0.011032452,0.0015800527,0.035851747,0.03007497,0.05121678,-0.026948364,0.049906585,0.0009742727,-0.0055534476,0.0038859246,0.017464327,0.00263156,-0.0042879167,-0.0011855047,0.023196438,0.031980712,0.004023644,0.0063909316,0.05071057,-0.009484038,0.027052585,0.02498307,0.034065116,0.046273768,0.04943015,-0.0152310375,-0.00919371,0.016853895,0.01636257,-0.005166344,0.00017005572,0.004075754,-0.029613424,-0.054819822,-0.023628207,-0.0021755965,-0.057202,0.03061096,0.030015416,-0.007057196,0.01700278,0.018432086,0.018402308,0.017508993,0.049251486,-0.027514132,0.003874758,-0.016109465,-0.003152661,0.041866742,0.0006350918,-0.028734997,0.019757172,0.031087397,0.037787266,0.02583172,0.0047159637,-0.0001238778,-0.010131692,-0.018059872,-0.021737356],"social":"https://twitter.com/itsmilesbaker"},{"title":"versa","description":"a website to practice languages by having natural and open-ended conversations with your own ai tutor.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=X8ZXyyNLp10","youtube_transcript":"Hey. I'm Pablo, and I'm building Veristat. This is our website for people to practice a language by having real and operating the conversations with an AI. It's a way more unstructured, way more natural way of practicing a language, you know, by actually using the language. So how does it work? It's pretty simple actually. Let me show you. You go to the website and pick the language you want to learn. I select italian. You're affiliated with the topic of situation. I want to talk about my day. I think you saw the conversation by tapping either in English or the language learning. Versal will reply in a friendly way that I call this conversation. That's what it's all about. How about doing so? It'll create your mistakes, giving you detailed explanations. It'll give you translation so you can learn new words and expressions. And it will even give you a list of suggested responses so you can keep the conversation going or with the goal of helping you get used to using the language. Because the best way to learn a practice language is using it. Now let's talk about progress. It's been on intense six weeks since best of launch. During this time, we have some steady growth. Who went from zero to thirty three site users, which were acquired by most of these share my journey on Twitter, which now to language learning, but subgroups and engage with people on the engineering and digital service. It's been hard. It's been pretty challenging. And that's all I know there's a lot of work ahead. I'm very happy with the current progress, and I'm super excited to see where this goes. So now you know, if you want to learn a language by having a conversation, try their side.","embedding":[-0.045827385,-0.010159713,-0.039236546,-0.018215965,0.0012673348,-0.014527898,-0.009262237,0.032253057,-0.005230604,0.010818797,0.024231862,-0.029364305,-0.027134636,-0.056849517,0.026433483,0.034721117,-0.028536944,-0.0018545508,-0.04027425,-0.0030640403,0.033599272,-0.018244011,-0.037609868,0.02057184,0.02783579,-0.03889999,-0.025578076,0.069442235,-0.042910587,-0.036095377,-0.013441111,-0.021595525,-0.028943613,0.022338748,-0.00012434517,-0.015846066,0.032112826,0.013237776,0.0023453583,0.019646319,-0.0028431772,0.003915942,0.021861963,-0.022507025,-0.031159258,0.037133083,-0.011001097,0.044677496,0.014373645,0.01905735,-0.100853905,-0.008161426,-0.034889393,0.041788742,-0.007418203,-0.022647254,0.04397634,0.003660021,-0.050623275,0.0034864852,0.010278909,-0.009430514,0.056092273,-0.0054409504,-0.024119677,-0.009998447,-0.017262397,0.035927102,-0.027415099,0.021651616,0.051717076,-0.0045574973,0.024077607,0.0022209035,-0.037609868,0.012045816,-0.010804774,0.030682473,0.04456531,-0.07578066,-0.0023874273,0.014906522,-0.009395456,0.017669067,-0.0089817755,-0.034496747,-0.021946102,-0.012557657,0.04195702,-0.01818792,0.024147723,-0.006527738,-0.02271737,0.015257098,0.09406674,-0.021090694,-0.024301978,0.053175475,0.026980383,0.008897637,0.018454358,-0.04748211,0.021287017,-0.013686514,0.031551905,0.009346375,0.0355625,-0.018678727,-0.005013247,-0.013041453,-0.121047124,0.015074798,0.015144913,-0.013770653,0.016827682,0.01032799,0.033991918,-0.0638891,-0.0063103805,-0.030878795,-0.031467766,0.013763641,0.02211438,0.021118741,0.022058286,-0.052895013,-0.010846843,-0.012929269,0.006548773,-0.031327534,0.009150052,-0.018804934,0.046724863,-0.039180454,-0.02318013,0.0047608316,-0.02587256,-0.015257098,-0.013630422,-0.009844194,-0.007116707,-0.03194455,-0.04167656,-0.00776878,-0.039965745,-0.074097894,-0.024526346,0.019870687,-0.03099098,-0.025802445,0.015172959,0.0064050364,-0.0395731,0.024736693,-0.010089598,0.023011856,-0.0011428801,0.015032729,-0.019814596,0.004659164,-0.014906522,0.023362432,0.014037091,-0.047005326,-0.0058511253,0.010825808,-0.021581503,0.0018387748,-0.024792785,-0.011183397,-0.023755077,-0.014555945,-0.028074183,0.029139936,0.003493497,-0.053820536,0.007263949,-0.08195081,0.00722188,-0.027415099,-0.038956083,0.042293575,-0.044621404,-0.00827361,-0.041480236,-0.03889999,-0.070732355,-0.008049241,-0.01764102,0.0050798566,-0.015285145,0.02514336,0.063047715,0.022829555,0.00077214517,-0.042658173,0.06568405,-0.0017791768,-0.022703348,0.013307892,0.006639923,0.013651457,-0.00909396,-0.01028592,0.040694945,-0.01622469,0.01618262,0.004347151,-0.047229692,-0.01822999,0.035674684,-0.011583054,0.013875826,0.0019947814,-0.064786576,0.028452806,-0.0479028,0.024890946,-0.049389247,0.019548157,-0.010566382,-0.0021928572,0.01855252,-0.021960124,-0.01257168,0.031972595,0.08896235,-0.0070150397,0.04027425,0.007537399,0.03634779,-0.010320978,0.0022980303,-0.025802445,0.032281104,-0.054774106,-0.010250863,0.005752964,0.015523536,0.037862282,0.023390478,0.016925843,0.06102839,0.025311638,0.04574325,-0.0011148339,-0.05104397,-0.0609723,0.056428827,0.037778147,0.05822378,-0.03486135,-0.014850429,-0.017669067,-0.0050377874,-0.022170471,-0.030065458,0.0039509996,-0.015102845,-0.009206144,0.029728904,-0.008154415,-0.05603618,0.02947649,-0.0062613,-0.018159874,-0.028368667,0.043695882,-0.01773918,-0.04950143,-0.028326597,-0.046191987,0.023067947,0.05583986,0.027976021,-0.031047072,0.031916503,0.026181068,-0.0000144339,0.03867562,-0.02390933,0.0018931142,-0.011533974,0.03940482,0.017234351,0.044088528,0.020137126,-0.016435036,-0.037918378,0.020543795,-0.0038282976,0.017542858,0.020908395,0.016603313,-0.023334386,0.0054444564,0.07045189,-0.0025539512,0.00028374803,0.03564664,0.04456531,-0.06506704,0.058672518,0.002708205,-0.0021911045,0.05945781,0.013721572,-0.0069273957,-0.010019482,-0.0022910188,0.0014513875,0.03660021,0.04711751,-0.015425375,-0.035085715,-0.028649129,0.056512963,-0.025970722,-0.005237616,-0.020698048,-0.023390478,-0.017206304,0.00568986,0.024975084,-0.024259908,-0.027737629,0.023713008,-0.027765675,0.048407633,-0.014794337,0.021861963,-0.040610805,-0.007916022,0.008715337,-0.0017905706,-0.0052937083,-0.033038348,0.015327213,0.01713619,0.039180454,-0.06344036,-0.015663767,-0.011421789,0.008028206,0.0144858295,0.020992532,-0.0018598094,-0.033767547,0.009577756,0.013630422,-0.026209114,-0.043443464,-0.0025925147,-0.003624963,0.027527282,0.011036155,0.012291219,-0.016519174,-0.0110922465,-0.01622469,-0.010124655,0.0068257283,-0.025578076,0.03651607,-0.013434099,0.009886263,-0.04282645,-0.011498916,-0.0050588218,-0.021483341,0.0094725825,-0.07544411,0.015972275,0.024975084,-0.05255846,-0.042125296,0.031019026,0.020992532,-0.036039285,0.031607997,0.034160193,0.0085049905,-0.029055797,-0.035983194,-0.026517622,0.02779372,-0.0061596325,-0.009304306,-0.047285784,0.007824872,0.03889999,-0.03474916,-0.005251639,0.008392806,0.05645687,0.041115634,0.012648808,0.039909653,-0.030878795,-0.026405437,0.028508898,-0.01123949,-0.050791554,-0.03875976,0.001968488,-0.0040070917,-0.015874114,-0.015383306,0.010594428,0.053007197,0.007418203,-0.053736396,0.065291405,0.00038563437,0.002902775,-0.00091412873,-0.0014049362,0.005083362,0.09502031,0.031243395,-0.0043751975,-0.020221265,0.01224915,-0.02472267,-0.0010219311,0.056148365,0.006724061,0.00397554,-0.010846843,-0.008322691,-0.021244949,-0.0072148684,0.033346858,-0.04406048,-0.030934889,-0.0025223994,-0.009928333,0.0373855,0.048463725,-0.0045014047,0.00018755854,-0.015215029,-0.059177347,-0.028859474,0.012676854,0.02166564,-0.007193834,-0.03085075,0.014527898,-0.043527603,0.008764418,-0.005104397,-0.028971659,0.016294805,-0.033655364,-0.02207231,0.025297616,-0.015060775,0.017683089,0.029700859,0.007796826,0.023110017,-0.07162983,0.0348333,0.020277357,0.0047362912,-0.00886959,0.0018159873,0.011723285,0.004585543,-0.016757566,-0.004045655,-0.005602216,-0.0029904193,-0.015775952,-0.01051029,0.01970241,-0.009374421,-0.039685283,-0.018748842,0.01695389,0.03853539,0.029280167,0.08610164,0.008967752,0.025381753,-0.003716113,-0.00021790533,-0.022282654,0.00836476,0.031327534,0.0077407337,0.039685283,-0.015635721,0.016575266,0.008196483,-0.011064201,-0.04392025,-0.00073533464,-0.011001097,0.0250452,0.01933781,-0.015215029,0.08324093,-0.017837342,0.019281719,-0.05668124,-0.009129018,0.02330634,0.040779084,-0.018370219,-0.029280167,0.016743543,-0.020810233,-0.001851045,0.001866821,0.007207857,0.014457784,-0.009409479,-0.0144858295,-0.042742312,-0.04574325,0.012768003,-0.036992855,0.025479915,0.018538496,-0.05174512,0.02860706,-0.03783424,0.02627923,-0.007134236,0.02207231,0.017767228,0.005626756,-0.017556882,0.005041293,-0.034384564,0.0033462546,-0.03710504,0.0016950384,0.0013067747,0.013854791,0.048632,0.008189471,-0.006215725,0.018889073,0.025998767,-0.012087884,-0.013293869,0.04232162,0.043695882,-0.015888136,-0.010243852,-0.04602371,0.010356036,0.030373966,0.007078144,-0.030430058,0.0039089303,0.011555009,0.023684962,-0.0384793,0.012024781,0.023236224,-0.00032165414,0.016925843,0.01293628,-0.019449996,-0.050118446,0.03926459,-0.013868814,-0.035983194,0.002014063,0.035169855,0.040751036,-0.02047368,0.0038037573,-0.0081754485,-0.018496428,0.009255225,-0.03085075,-0.0076495837,-0.01636492,0.014401691,0.015439398,0.01658929,-0.016785612,-0.019071372,0.0035268017,0.006892338,0.01814585,-0.00945856,-0.0062087136,-0.007074638,-0.0101176435,0.005858137,0.0068818205,-0.020417588,-0.02010908,0.022338748,-0.000078058096,-0.010622474,-0.013139615,-0.026713945,0.011043166,0.003160449,-0.03085075,0.0034636979,0.033515133,0.0023681456,0.0062577943,0.0065557845,-0.015607675,-0.043219097,0.006142104,0.015046752,-0.021581503,-0.026657853,0.017711135,-0.025297616,-0.013931918,-0.035618592,-0.0017774239,0.017711135,0.008939706,-0.00436468,-0.028074183,-0.018566541,0.010531324,0.017963551,0.005083362,0.055419166,0.025087269,0.0056302617,0.0023050418,-0.009767067,-0.031523857,-0.0016836446,0.026980383,-0.024119677,0.03331881,0.02079621,-0.0025802446,-0.020389542,0.011393743,-0.017234351,-0.039797466,0.012789038,-0.0019439479,-0.015481467,-0.03177627,-0.014107207,0.06837648,-0.006601359,-0.005398881,0.0070676263,-0.053876627,-0.02874729,0.014696175,-0.0043261168,-0.020824255,0.038367115,0.026195092,-0.0033199615,-0.033066396,0.008441887,-0.008715337,0.031439718,0.016813658,-0.0038282976,-0.04204116,-0.0037126073,0.022493001,-0.02057184,-0.001303269,0.006124575,0.039152406,-0.058335964,0.033739503,0.0020403564,-0.020964487,0.020684026,-0.043611743,0.015046752,-0.019478042,0.0388439,0.017009981,-0.008098322,0.0125436345,-0.013602376,-0.0038773783,-0.02083828,0.0056828484,0.026587738,0.0032253056,-0.015285145,-0.009157063,0.0149766365,0.004532957,-0.053624213,-0.005819573,-0.030289827,-0.052895013,-0.011590065,0.00006025537,-0.023390478,-0.024372093,0.019407926,0.00030916484,0.017514812,-0.06282335,0.007207857,-0.046696816,0.020740118,-0.0062227366,0.017024005,-0.017879412,-0.017795274,0.025578076,-0.020024942,-0.043387372,0.03236524,0.017556882,-0.011533974,0.023320362,-0.02555003,-0.0007143,0.037441593,-0.035955146,0.011477881,0.010096609,0.007537399,0.028298551,-0.03172018,0.036824577,-0.01737458,-0.039152406,0.012480531,-0.038282976,-0.040105976,-0.029224074,0.0035408246,-0.017192282,0.02834062,-0.008350737,-0.052306045,0.015846066,0.034160193,-0.014864452,-0.002227915,-0.015719859,0.01412123,-0.020543795,0.027863836,0.0029571145,-0.011758342,-0.0135112265,-0.0008654862,-0.023404501,0.010306955,0.0250452,-0.014766291,-0.004603072,0.025788423,0.03469307,0.05648492,0.052586507,0.01320973,0.02207231,-0.0060123904,0.016154574,-0.0016950384,-0.01773918,0.03020569,0.042181388,-0.030458104,0.00978109,0.004473359,-0.013307892,-0.0012760992,-0.02083828,0.0050377874,0.014640084,-0.03455284,0.02024931,-0.014198356,0.027863836,-0.02682613,0.009844194,-0.019982873,-0.015691813,-0.0033076913,-0.034300424,0.026068883,0.026433483,-0.004694222,0.0015679543,-0.03645998,-0.06125276,-0.000287692,-0.0081684375,-0.0043120934,-0.019856665,0.0001678386,-0.02939235,0.016477104,-0.0094725825,0.05502652,-0.03940482,-0.01818792,-0.050763506,0.005430433,-0.06282335,0.021847941,0.020950465,0.06405737,-0.006594348,-0.03236524,0.0028344127,0.0012042309,-0.0047047394,-0.0069273957,-0.0065557845,0.009570744,0.05320352,-0.0044803703,0.0045224396,-0.020810233,-0.027709583,0.008000161,0.01480836,0.022282654,-0.018608611,-0.010250863,-0.009079937,0.022563117,-0.02939235,0.020207241,-0.012305242,0.01737458,-0.007993149,0.022969786,0.0020929428,0.0060895174,0.02130104,0.0023453583,0.004350657,-0.014387668,0.0028940106,-0.028116252,-0.019982873,0.010243852,0.050735462,-0.033515133,0.008526025,0.034496747,0.0133569725,-0.0018405278,-0.02367094,0.0058020446,-0.012845131,0.032842025,0.007509353,0.0005587316,0.022619208,-0.03309444,-0.0061596325,-0.023390478,0.0410315,-0.0037301362,-0.04574325,0.017332513,-0.0060719885,0.044368986,-0.014009045,0.0049466374,-0.02247898,0.041704606,-0.020754142,-0.009058902,0.0074252146,-0.017318489,-0.012375358,0.0040842188,-0.016238714,0.0024102149,0.010699601,0.043695882,-0.009248214,-0.01105719,-0.017949527,-0.02174978,-0.018440334,0.013462146,0.013539272,0.021847941,-0.006212219,0.008196483,0.044593357,-0.015551583,-0.026938314,0.029448444,-0.009612814,-0.017108142,-0.0039299647,0.023895308,0.0055040545,-0.006412048,0.039376777,-0.019646319,0.036039285,-0.039320685,0.047790617,0.018959189,0.004213932,-0.047790617,-0.0038773783,0.011891562,0.039909653,0.009563733,-0.060130917,-0.031131212,-0.021833917,-0.016252736,-0.016659405,0.009114995,-0.04324714,0.0041297935,0.02482083,-0.009136029,0.006618888,0.009002809,0.03469307,-0.010573394,-0.014240426,0.015888136,0.032393288,0.024091631,0.016196644,0.010040517,0.015888136,-0.033767547,-0.0028501886,0.023278292,-0.027162682,-0.0053533064,0.013006396,0.027807744,-0.00019698028,-0.019267695,0.01417031,0.01622469,0.017304467,-0.0033655365,-0.04958557,-0.018664705,0.000011647089,0.007453261,0.011604089,0.019968849,-0.031748228,0.018117804,-0.014598014,-0.030065458,-0.013546284,-0.014282495,0.024301978,-0.022086332,-0.012810073,0.039180454,-0.00941649,0.01311858,0.022282654,0.02203024,-0.0049852007,0.005030776,0.040835176,0.013195707,-0.0034058527,0.017711135,0.0034584391,0.006864292,-0.015467444,-0.014457784,-0.023166109,0.020627933,-0.0047923834,0.019632295,-0.0009526922,-0.0036740438,0.003761688,-0.018356197,-0.004378703,0.030317873,0.027302913,-0.018131828,-0.0009982672,-0.12272989,-0.018005619,-0.0020719082,0.0070185456,-0.009381433,0.017683089,-0.06445002,-0.0060264138,-0.018047689,-0.0019053844,-0.027316937,-0.030822704,-0.004343645,-0.005132443,-0.028186368,0.022493001,0.006008885,0.007923033,0.00027432627,-0.009136029,-0.020263333,0.0026906761,-0.05241823,0.025816469,-0.01553756,0.028536944,-0.008287633,-0.015551583,-0.02083828,0.013448122,-0.031551905,0.002303289,-0.020389542,0.006061471,0.02591463,-0.021946102,0.009388444,-0.0054689967,0.027359005,-0.0018545508,0.01375663,0.001053483,-0.030037412,-0.01937988,-0.009809136,-0.01028592,0.0117934,0.009605802,0.017949527,0.013020419,-0.013672492,0.02043161,0.024526346,0.015439398,0.030065458,0.02083828,-0.017346535,0.0049781892,-0.011393743,-0.018370219,-0.024975084,0.009185109,0.031832363,-0.023039902,-0.009248214,-0.014254449,0.0035355662,0.011204432,0.029897181,0.03230915,-0.018945165,0.0013155391,0.0012147482,0.021188855,-0.0041613453,-0.000017159085,-0.005823079,-0.016883774,-0.0051394543,0.026699921,-0.0154534215,-0.010271898,0.010909947,0.002769556,0.044172663,0.050847646,-0.009129018,-0.024610484,0.010587417,0.002166564,-0.03253352,0.031327534,-0.030430058,0.01531319,-0.0099563785,-0.020123104,0.0015293909,0.009710975,-0.0019474536,0.006801188,0.015635721,0.024161747,0.030289827,0.007418203,0.020193217,-0.018215965,0.03724527,-0.005433939,-0.019351834,0.02051575,-0.020922417,0.023292316,0.012010758,-0.0122211035,-0.00057582225,-0.00694843,-0.0069309017,-0.008035218,0.011211443,0.010033505,0.0022173976,0.016196644,-0.029588673,-0.000027114917,-0.01366548,-0.017234351,-0.011744319,0.014766291,0.011583054,0.007544411,0.04501405,-0.01709412,0.013230765,0.01663136,-0.04333128,-0.057326302,0.0014531404,0.00057363114,-0.0020298392,-0.019393904,0.008624187,-0.00060080085,0.013335938,0.017220328,-0.042714264,-0.011646158,0.018678727,0.018524474,-0.00040447788,0.0047047394,0.08167035,0.00523411,0.012087884,0.0075654453,0.023783123,-0.014990659,-0.024147723,-0.0059527922,-0.007628549,0.019141488,-0.016449058,-0.006320898,-0.025970722,0.0048695104,-0.007838896,-0.01727642,0.009192121,0.012739957,0.022226563,-0.006622394,-0.0014566462,0.012305242,0.0024102149,0.0033480076,-0.04868809,-0.014310541,0.020641956,0.0014557698,0.01051029,0.03971333,0.011723285,0.009171086,-0.004967672,0.029167982,-0.025031177,0.008757406,-0.012424438,-0.0025679744,0.0027397568,-0.006878315,-0.020908395,0.010068563,0.0057704924,0.007060615,-0.003807263,0.012782027,-0.025059223,0.013476169,-0.048884414,-0.03839516,0.01658929,0.00032231145,0.022955762,0.0119055845,-0.01348318,-0.01891712,0.0029010223,-0.012732946,-0.011295581,-0.014429737,-0.03853539,0.041985065,-0.018762866,0.02623716,-0.0109239705,-0.017753204,0.022128401,0.010152701,-0.022002194,0.00090799364,-0.033122487,0.010356036,-0.01375663,-0.0075724567,0.015986297,0.016841704,0.0047187624,-0.018089758,0.022170471,-0.013868814,-0.009304306,0.01480836,-0.030514196,-0.016000321,0.0062192306,0.0026854177,0.010475232,0.012508577,-0.0005766987,-0.0065733134,-0.028943613,-0.0061315866,0.030345919,0.026475552,0.015579629,0.0030570289,-0.015341236,0.02463853,-0.016168598,-0.010145689,0.0066434285,0.018047689,0.00454698,0.0056793424,-0.0010245604,-0.030514196,-0.046332218,0.008105333,0.0014934568,0.0024996118,0.029644767,0.016575266,-0.007600503,-0.005339283,0.032140873,-0.028859474,-0.041508283,-0.008715337,0.004750314,-0.04173265,0.023923354,-0.008617176,-0.0033900768,-0.016000321,-0.025423823,0.011449835,0.025283592,-0.02354473,0.025031177,-0.0033778066,-0.017921481,0.0057144,0.021721732,0.023530709,0.0016494634,0.04072299,-0.014668129,-0.031383626,-0.018314127,0.028326597,0.016897798,-0.035534456,0.019954827,-0.0073971683,-0.00854706,-0.026573714,0.031551905,0.016238714,-0.012256161,-0.007537399,0.0019965344,0.017570904,0.019113442,-0.0038493322,0.0021718226,-0.03222501,-0.0017730417,0.015846066,-0.051128108,-0.00968994,-0.004441807,-0.008406829,0.018762866,-0.009493617,0.018931141,-0.0021420238,-0.018608611,0.018215965,-0.014100195,0.00044764264,-0.0065978537,-0.028663151,-0.02939235,-0.004322611,0.029420396,-0.015972275,-0.027120614,0.027162682,-0.01883298,-0.011127304,0.007958091,0.011863516,0.011919608,-0.021272995,-0.013146627,0.009213156,-0.042938635,-0.016757566,-0.0138477795,-0.01137972,0.00017824634,-0.015144913,-0.005255145,0.002587256,0.01672952,0.0086592445,-0.0069203842,-0.01658929,-0.009402467,-0.00029251244,-0.008778441,-0.0042630127,-0.012746969,0.03418824,-0.021890009,0.032842025,-0.041255865,-0.010846843,-0.0033182085,0.011008109,0.01147087,0.026727969,-0.009970401,0.01041914,0.020123104,-0.0125436345,-0.0004408502,0.0033620305,0.047622338,-0.023432547,0.04734188,0.034328472,0.006338427,-0.06473048,0.016477104,0.033010304,0.026110953,-0.0244983,-0.05023063,0.012143977,0.02257714,0.008736371,-0.0024049561,0.015607675,-0.029420396,0.015397329,-0.023727031,-0.014654106,0.01933781,0.0030570289,-0.015144913,0.019407926,0.01814585,-0.007944068,-0.002303289,0.0032831507,0.010945004,0.014990659,-0.017963551,0.026391415,0.011540985,-0.0051114084,-0.027583376,-0.009837182,0.012466508,-0.0007668865,-0.016210666,-0.014724222,-0.00020925047,-0.019085396,-0.014906522,0.009444537,0.019085396,-0.03474916,0.009556721,0.005041293,0.01069259,-0.010482243,-0.015074798,0.035590548,0.013349961,-0.011765354,-0.015355259,0.0023558754,-0.016757566,0.020740118,0.02834062,0.012193058,0.032028686,-0.0018159873,-0.006724061,0.004971178,-0.03971333,0.007523376,0.013048465,0.028859474,-0.0088275215,-0.008575106,0.028971659,0.016939865,0.0010420893,0.03085075,-0.0016380696,0.010229828,0.02170771,0.021076672,-0.0021490352,0.035450317,-0.0037546766,-0.014401691,-0.019534133,-0.04711751,0.027302913,-0.013826746,0.015201006,0.010482243,0.02925212,-0.020052988,-0.026335321,0.013265822,0.018762866,-0.03396387,-0.016070437,0.014219391,0.030794658,-0.017304467,0.0051710065,0.011211443,-0.05247432,0.039797466,0.005213076,0.028831428,0.016098483,0.013672492,0.044509217,0.012655819,-0.0033778066,-0.00010588512,0.009605802,-0.002329582,0.028943613,0.019393904,0.020052988,0.004652153,0.015551583,-0.011498916,-0.0008453281,-0.001241918,-0.00046758167,-0.012494554,-0.016743543,0.0030079482,0.011533974,0.0011796906,-0.016449058,-0.0029869135,0.015733883,0.00886959,0.058840793,0.021735756,-0.004529451,0.052277997,0.012697889,0.024890946,-0.024792785,0.011940642,0.035029624,-0.0016459576,-0.033122487,0.02367094,-0.06259897,-0.0089887865,-0.010769716,0.019407926,-0.025339684,0.02061391,-0.005528595,0.009977413,-0.02162357,-0.008196483,0.013006396,-0.0015013447,0.057382394,-0.0106014395,-0.025241522,-0.03331881,0.0077126874,0.004953649,-0.04324714,-0.029055797,0.031103166,0.008070276,0.060523562,0.010082586,0.01851045,0.02138518,0.00017046792,-0.024301978,0.0012822343],"social":"https://twitter.com/_pabloomvc"},{"title":"eweper","description":"helping sheep farmers improve the health of their flock and their business","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=XxFfucYZO6o","youtube_transcript":"Mhmm. Yeah. Oh, mom, I've just got a call coming through. I'll call you later. Okay? Cool. Hi, Builders' friends. I'm Kate, and I'm building apps for sheep farmers. Help them improve the health of their animals and the health of their business. Over the last six weeks, I've been building the first version of my web app. You can find it right now on the Yupol website. This is the interface at the moment, but let's you enter the animal's data. I needed feedback on this fast. First, I asked my family. It went well. Like, so so well. So I turned to Discord. My mates have got my back. Right? Yeah. They did. I think they mostly wanted their main time. But this got me my first users, feedback to learn from. Filled with determination and I'm longing for try recipes I took to socials. I've had a great uptick into its numbers, and my launch post on LinkedIn was my most viewed ever and launching worked. I connect with a farmer who wants to help develop and test the app with their flock in Northern Ireland. I wouldn't have got this level of engagement if it hadn't been for nights and weekends. What I want you all to do is visit my website today or connect with me on Linkedin and Twitter. I will see you all in season four. Let's keep the conversations going.","embedding":[-0.0035698384,0.03798371,0.0037471482,0.026021207,-0.0037274472,-0.022774465,-0.00053192955,0.014799463,-0.0035639282,0.031931534,0.027581533,-0.06676307,-0.022270117,-0.022175552,-0.00031521753,0.0052956543,-0.028511425,-0.01780979,-0.059103284,0.04822828,0.017935878,0.006493481,0.0069387257,-0.000988995,-0.012443212,-0.043090235,-0.019228268,0.017368486,-0.037384797,-0.07281525,-0.011489678,-0.022002183,0.0029000011,0.022333162,0.0043460615,-0.03312936,0.021261422,-0.02193914,0.025832076,0.00414117,-0.016690768,-0.021718487,0.028495664,-0.02625762,-0.056045674,0.004212094,-0.038393494,0.034484796,0.01924403,0.017983159,-0.039181538,0.006982068,-0.02430327,0.039496757,-0.028464142,-0.052105457,-0.022096748,0.03256197,-0.010181526,0.019638052,0.020567942,0.01996903,0.06455655,-0.01962229,-0.027392402,-0.010362776,-0.026131533,0.0013406596,-0.022427727,0.009464406,0.08435221,-0.007183019,-0.028511425,0.017037507,-0.0044839694,-0.04570654,-0.014176908,0.034831535,0.018471746,-0.03404349,0.0028192266,0.019653812,-0.017147833,-0.0219549,0.0049528554,-0.038393494,-0.06307503,-0.029015772,-0.016832616,0.024602728,0.008518754,0.059513066,0.018030442,-0.010536145,0.068591334,0.014169027,-0.033507623,0.064871766,0.0060403557,0.017494572,0.01801468,-0.006962367,-0.01725816,-0.04677828,0.030686425,-0.011907342,0.025091315,0.0022203133,0.017163593,-0.021151096,-0.15660006,0.004838589,0.01744729,0.010283971,-0.00045189387,-0.008140492,0.012198918,-0.06531307,0.00077622314,-0.033507623,-0.046494585,0.014586691,-0.0073682093,0.010039678,0.025769033,-0.039811973,-0.026068488,-0.002896061,0.019842943,-0.01692718,0.04696741,0.027014142,0.0618772,-0.005953671,-0.05059241,-0.019291312,-0.04157719,-0.020347292,-0.020441856,-0.02608425,0.013081527,-0.0043460615,0.016115496,-0.008010466,-0.009267395,-0.029378273,-0.0134046255,0.002716781,-0.03602936,-0.009054624,0.026698925,0.021513596,-0.038897842,-0.00023468929,0.02318425,0.024334792,-0.029472837,0.04031632,-0.03150599,-0.030639144,-0.041514147,0.004550953,-0.015154082,0.0085266335,-0.06720438,0.023310335,-0.022065226,-0.056014154,-0.07975003,-0.018755442,-0.018440224,-0.0179674,-0.031379905,0.04189241,0.005685736,-0.013294299,0.048890237,-0.06657394,-0.06348481,-0.024933705,-0.014626093,-0.0048819315,-0.029819578,-0.02124566,-0.021876097,-0.007876498,-0.022916313,0.0134046255,0.006060057,-0.028290773,-0.006800818,0.041482627,0.022774465,-0.0388348,0.03005599,-0.014413321,0.075273946,0.005894568,0.022096748,0.03092284,0.009267395,0.038204364,0.017116312,-0.014105984,0.041766323,-0.042711973,-0.03684893,0.006517122,-0.04646306,-0.039370667,0.07647177,0.023136966,0.014263593,0.023704357,-0.043626104,-0.005287774,-0.0156111475,0.056360893,-0.019732617,0.01708479,-0.008487232,0.038393494,0.028164685,-0.04554893,0.01567419,0.024019575,0.060017414,-0.03817284,0.029378273,-0.003362977,0.016328268,-0.01349131,-0.010354895,-0.039622843,0.03561958,-0.035903275,0.03892936,-0.012852995,-0.01689566,0.03776306,0.033948928,0.011473917,0.025438054,0.022080988,0.004838589,0.010086961,-0.060679372,-0.081767425,0.022364683,0.05740111,0.036439147,0.013475549,0.05339785,0.0037865504,-0.0024370255,-0.051916327,-0.061089154,0.040032625,-0.0074785356,-0.025469575,-0.012529897,0.013704082,-0.059418503,0.0047913063,-0.0025099195,0.025201641,-0.00063585286,0.006694432,-0.015201365,-0.016020931,0.0035048248,0.009141308,0.011954624,0.017336963,-0.009377721,-0.0037372976,-0.0252174,0.0015150142,0.009763863,-0.05538372,-0.034106534,-0.019102182,0.0050986432,-0.029646209,0.00032383675,0.029740773,0.056518503,0.00827446,0.018203812,0.044382628,-0.029063055,-0.009866308,0.028101642,0.01565843,0.0043066596,0.03149023,0.012064951,0.011442396,0.0032703818,0.031931534,0.051727194,-0.011741852,0.0012490494,0.016848376,-0.0060876384,-0.006749595,0.01151332,-0.021671204,-0.0102603305,-0.05056089,-0.020599466,0.056171764,0.007100275,-0.039875016,-0.03169512,-0.012813592,0.05629785,-0.006513182,-0.027282076,-0.027660338,-0.035682622,-0.022632618,-0.040568493,-0.010339134,-0.02465001,-0.04444567,0.038803276,-0.0046258173,0.018329898,-0.021513596,0.031379905,-0.050245672,-0.024177184,-0.0029334931,-0.019921748,-0.015414136,-0.041104365,0.007072693,0.06619568,0.04986741,-0.019606529,-0.042365234,-0.035714146,0.0069308453,0.03798371,-0.0074548945,0.008652721,-0.010055439,-0.04857502,0.026872294,-0.02575327,0.022900553,0.03833045,-0.0024429357,-0.017384246,-0.013924734,0.01872392,-0.007462775,-0.0039894716,-0.0011121269,-0.031773925,0.041104365,0.022947835,0.015414136,0.00083926664,0.018046202,-0.014736419,-0.030134795,-0.039528277,-0.010591309,0.008487232,0.015059517,0.0058315243,-0.011174461,-0.052704368,-0.0069032637,0.029772295,0.029425556,-0.022995118,0.056518503,0.039150015,0.022396205,-0.012852995,-0.039811973,-0.0031561153,0.03615545,0.026604358,-0.029063055,-0.053523935,0.028889686,0.048638064,-0.051758718,-0.017069029,-0.03182121,0.0046612793,-0.009653537,-0.013798647,0.034484796,0.009054624,-0.037321754,0.014334517,-0.009874189,-0.07369786,-0.005709377,0.013207614,0.004420926,-0.012261962,0.006603807,-0.008550275,-0.015697833,-0.017005986,-0.06531307,0.064083725,-0.017683703,0.013396745,-0.044414148,-0.022774465,0.02411414,0.023467945,0.030103274,-0.020835878,-0.027581533,0.03363371,0.025091315,0.013325821,0.016296746,0.040536974,-0.03344458,-0.031569034,-0.02791251,-0.06978916,0.039969582,0.05324024,0.03221523,-0.02104077,-0.02247501,-0.031206535,0.024902184,0.040568493,0.004223915,0.022758706,0.024776097,-0.018818486,-0.003946129,-0.019732617,0.0018026502,-0.036060885,-0.012522016,-0.050403282,-0.023846205,-0.029346751,-0.017195115,0.009440765,0.034673925,-0.021671204,-0.04911089,0.016068213,-0.025107075,0.003969771,0.0071987803,0.0021454492,0.039622843,0.004227855,0.007214541,0.0052680727,-0.0142084295,0.010086961,0.02753425,0.0015455509,0.0060915784,0.038897842,0.007990764,-0.053334806,-0.0013278538,-0.087315254,0.009164949,0.027092947,0.007183019,-0.020221204,0.0040781265,-0.036659796,0.013570114,-0.029567404,0.024618488,0.02862175,-0.03577719,-0.017746747,0.032278273,-0.04296415,0.010520385,0.017589137,0.040442407,0.023499466,-0.020473378,0.036565233,-0.014783702,-0.007340628,-0.049331542,0.0016952793,-0.007628264,-0.01834566,0.02770762,-0.03684893,0.086117424,-0.0018489477,-0.04712502,-0.036060885,-0.033885885,-0.035871755,-0.035966318,-0.050970674,-0.009566852,0.0197799,0.016375551,0.0021710608,0.022017945,-0.00064668845,0.0316636,-0.012742668,0.015548104,-0.04551741,-0.0017750687,-0.025627185,0.0046179364,-0.010370657,0.00047085618,-0.055604372,0.014255713,-0.04662067,-0.014492125,-0.006099459,0.010189407,0.018440224,-0.006028535,-0.03454784,0.034075014,-0.034800015,-0.048890237,-0.026304903,-0.028101642,0.0035186156,-0.006024595,0.030150555,0.00846359,-0.03112773,-0.007253943,0.0016883839,-0.017415768,-0.0044051646,-0.019732617,0.048291326,0.006513182,0.04031632,0.00006741469,-0.00006476735,-0.0007397761,-0.02554838,-0.01996903,0.020977726,0.050813064,0.035714146,-0.018377181,0.027313598,-0.0030122974,-0.01691142,0.028322294,-0.012183157,-0.0071987803,-0.038204364,0.029441316,0.021655444,-0.02392501,-0.020883162,-0.036123928,0.024823379,0.0089915795,0.0050789425,0.01618642,0.01567419,0.028259251,-0.032625012,-0.0016982344,-0.04892176,0.037132625,-0.01656468,-0.005602991,-0.0050710617,0.002968955,0.038582623,0.011970385,-0.007100275,0.0012135875,-0.015414136,0.04498154,0.022222836,-0.001835157,-0.044571757,0.014633973,0.0093934825,-0.012671744,0.009338319,-0.0037097163,-0.004460328,-0.0065919864,-0.001637161,0.021797292,-0.009117667,0.0016351909,0.002358221,-0.0012263932,-0.017715225,0.033570666,-0.01562691,-0.040915236,0.013223375,0.016454354,0.013790767,-0.0070017693,0.026430989,-0.00047553517,-0.01996903,-0.0041608713,0.016801095,0.04444567,0.011639407,0.0014371949,-0.03867719,-0.023830444,-0.0031718763,-0.0140035385,0.021545118,-0.0076322043,-0.01888153,-0.015989408,-0.016580442,0.011040494,0.0071042147,0.030812513,0.012041309,0.004716442,0.012498375,0.005110464,0.011576364,-0.016974464,-0.0010549936,-0.001115082,-0.023688596,0.034421753,0.012829353,-0.025248922,0.011473917,-0.014058702,0.06323264,-0.005882747,0.009133427,-0.0047794855,-0.007935601,-0.027849467,0.0068481006,-0.023988053,-0.045328278,0.047219586,-0.013097288,-0.0107962005,-0.0107962005,0.0023995934,0.026210336,-0.012734788,0.024870662,0.02321577,-0.0007269704,0.014917669,-0.010890765,-0.03495762,0.041261975,-0.014310875,-0.0013869571,-0.05828372,0.053870674,0.03043425,0.01133995,-0.0028014956,-0.021592401,0.00845571,0.010118483,0.010394298,0.0035166454,0.0062334263,0.031332623,0.0050355997,-0.007250003,-0.0036742543,0.0057330187,-0.027550012,0.024949467,-0.007651905,-0.024776097,0.0010875005,-0.001620415,-0.076219596,-0.009622015,0.0013741513,-0.020110877,-0.013325821,-0.037731536,-0.015918484,-0.025611423,0.027849467,0.023136966,0.017305441,-0.010276091,-0.040915236,-0.02000055,0.015894843,-0.009692939,-0.0060167145,-0.031285338,-0.046494585,-0.0027502729,0.0134046255,-0.002935463,0.019732617,0.014050821,-0.024366314,0.016580442,0.0005467054,0.022191314,0.026557077,-0.0008555201,-0.01654892,0.006922965,0.028101642,0.04460328,0.033381537,-0.011726092,-0.00080675987,-0.033539142,-0.010291852,-0.011552722,-0.0197799,-0.017289681,0.0067929374,-0.018850008,0.050403282,0.018030442,-0.015232886,0.036975015,0.04945763,-0.016580442,-0.009030982,0.010496743,0.017368486,-0.030197838,0.060048938,-0.001043173,0.0060403557,-0.028306533,0.013759245,-0.03615545,0.046872847,0.02570599,0.02646251,0.01962229,0.0013189883,0.01565843,0.017321203,0.036785886,-0.014744299,0.029220665,0.026068488,0.016296746,-0.021355987,0.0037156264,0.024382075,0.035840232,-0.065250024,-0.020457618,0.016422832,0.048890237,0.012443212,0.011442396,0.021702725,-0.012529897,-0.021324465,0.0104652215,-0.04006415,0.016407073,-0.022396205,-0.038614146,-0.033759795,-0.016501637,0.006261008,-0.016099734,-0.0081247315,0.025044031,0.021497834,-0.009960874,-0.07861525,-0.043027192,-0.0059694317,0.010157885,-0.04750328,-0.02896849,0.006560465,0.0072972854,-0.047723934,-0.020678269,0.048984803,-0.009472286,0.011213863,-0.0047755456,-0.011166581,0.03382284,0.0065683452,-0.0021986421,0.0043775835,0.0035343764,-0.027833708,-0.0049764966,-0.007462775,0.053933717,0.003165966,-0.038046755,0.0037569988,0.03401197,0.052231543,-0.017920116,0.03150599,0.003814132,0.015729355,-0.0059142685,0.013609516,0.0073839705,-0.027550012,-0.0030280582,0.01870816,-0.0069781276,-0.013625277,-0.005886687,-0.010867124,-0.02679349,0.035556536,0.00039303684,-0.0018676638,0.010780439,0.005744839,0.010638591,0.022333162,-0.017037507,-0.03511523,0.0062767686,-0.029441316,0.02662012,-0.037826102,0.00540204,0.005626633,0.020173922,-0.0010953809,-0.0053311163,0.0052601923,-0.04315328,-0.022585336,0.024382075,0.006190084,0.018235333,-0.021261422,-0.00738003,-0.0007668651,0.029000012,0.019165225,-0.012317125,0.021340227,-0.029299468,-0.005717258,0.0062688882,-0.0005649289,-0.048133716,-0.0019917807,-0.0104337,0.010685874,0.0051419856,-0.016769571,-0.040915236,0.010764678,0.0017504423,0.047566324,0.0096614165,0.020662509,-0.00018334332,-0.014429082,-0.028022837,-0.040379364,-0.024366314,-0.009960874,-0.01908642,0.05109676,0.014681256,0.0298511,0.0023464004,0.01710055,0.0022262237,-0.0054769046,0.027408164,0.048669584,0.0015376705,-0.0044839694,0.0055320673,-0.026651641,-0.03147447,-0.004353942,0.03451632,-0.021324465,0.0015662371,-0.01422419,-0.035304364,-0.009338319,0.015902724,0.02860599,0.027597293,-0.019496204,0.013711962,0.037353277,0.0005816748,0.024618488,0.0016223852,0.011245385,-0.0020252725,0.00032432927,0.020961965,0.012159516,0.027676098,-0.021718487,-0.03005599,-0.0012451092,-0.020063596,0.011765494,0.011970385,0.02102501,0.016265225,-0.007833156,-0.016265225,0.015634788,0.006749595,-0.027061423,0.031159252,-0.0054808445,0.02628914,-0.007868618,0.021355987,-0.031442948,0.024523923,-0.013081527,0.011048374,-0.036785886,-0.018030442,0.018377181,-0.006887503,0.0067377747,0.0128687555,0.0208674,-0.050403282,-0.026777728,-0.03256197,-0.0068244594,-0.0049410346,-0.004223915,-0.015595387,-0.020615226,0.013050006,0.026746206,-0.018645117,0.036722843,0.029472837,0.015500821,0.0043303007,-0.01562691,0.027124468,-0.0074391332,0.03312936,-0.008715765,0.018582072,0.033381537,-0.011623646,-0.027959794,-0.017762506,0.03602936,-0.0024547565,0.0031974877,0.022963597,-0.0037767,0.012711147,-0.047251105,-0.02301088,-0.00038269378,0.00486617,-0.008172014,-0.0011091717,-0.010299733,-0.011804896,0.031285338,0.019212509,0.037132625,0.03161632,-0.016675007,0.0052483715,0.013152451,0.010843483,-0.0015189544,-0.012466853,-0.00012707207,-0.02211251,-0.008510873,0.03943371,-0.00683234,0.016296746,-0.013152451,-0.034610882,0.003690015,-0.028826643,-0.024854902,0.016328268,-0.007663726,0.011844298,-0.026809251,0.0017662032,-0.028511425,0.007360329,-0.010315494,0.050403282,-0.04085219,-0.005626633,0.0237674,0.008944297,0.009235873,-0.0064304373,0.012372288,-0.008668481,0.01385381,0.026698925,0.002537501,-0.044414148,-0.025248922,0.019401638,0.045202192,0.0038220123,-0.007344568,-0.02446088,-0.02896849,-0.00270102,0.017510334,0.032435883,-0.023625553,0.010938048,0.0049725566,0.022947835,-0.007214541,0.01457881,-0.014027179,0.009771743,0.026761968,-0.037826102,0.010150004,-0.0008589677,-0.010055439,0.02302664,0.018251095,0.032467406,-0.005630573,0.007817394,0.014775821,0.0057330187,0.002088316,-0.0026281262,-0.018487507,-0.016611964,-0.010733156,0.016099734,-0.01656468,0.0012017668,0.027092947,0.012498375,0.023861967,0.01855055,0.0032447705,-0.036439147,0.011426635,0.01349919,0.012624461,0.04050545,-0.015508702,0.011686689,-0.022065226,-0.01421631,-0.00431848,0.013648919,0.010157885,0.0020922562,0.0035048248,0.013459788,0.01133995,0.019401638,-0.020079356,-0.021182617,0.016659247,0.00899946,0.011820657,0.0009013251,-0.016611964,-0.0104337,0.027550012,-0.021813052,-0.0029078815,0.019527726,-0.007033291,-0.00076193985,0.021135334,-0.008550275,-0.006422557,0.030670665,-0.027628815,0.020757074,0.007651905,0.012916038,-0.017620659,0.005169567,-0.0077819326,-0.017652182,0.017541856,-0.035525013,0.0047400836,0.010165765,-0.036754362,-0.008912776,-0.004030844,0.004152991,0.015035876,-0.028747838,-0.017715225,-0.0017366515,-0.019338595,0.00004054116,-0.007829215,0.021198379,0.009212232,0.017021745,-0.011008972,0.027313598,0.10124787,-0.004420926,0.031411424,-0.034642406,0.033980448,-0.037038058,0.009866308,0.040410887,-0.0039106673,-0.017163593,0.0014598512,-0.018298376,0.03451632,0.015217125,0.014563049,-0.021151096,-0.015768757,0.00575272,-0.008731525,0.0029945665,0.02517012,0.0158318,0.016659247,-0.005626633,-0.038740233,-0.032908708,0.022869032,-0.008542395,-0.020378813,0.033980448,0.020898921,-0.02000055,0.012498375,0.026336424,-0.0024074737,0.020236965,0.0060561164,-0.009826906,0.007123916,-0.004283018,0.01420055,-0.03416958,0.042396758,-0.010118483,-0.008337503,-0.0009929352,0.0071633183,0.0015879082,-0.059513066,-0.028574469,0.0030654904,-0.0043066596,0.015800279,0.0028566588,0.012719027,0.002014437,0.01115082,0.0149413105,0.015871203,0.014421201,-0.018030442,0.0024429357,-0.019748379,0.011962505,-0.011473917,-0.013719843,0.013609516,0.0074548945,-0.011316309,0.00043613298,-0.008026226,0.016296746,0.023641314,0.020047834,0.025296206,-0.0050671217,0.017510334,-0.015288049,0.0055478285,-0.006150682,-0.012703266,-0.0032526508,-0.014232071,0.023420662,0.012151635,0.0007629249,0.006209785,0.022506531,-0.0013889272,0.031332623,-0.012214679,0.033696752,0.0022774467,-0.014129626,-0.0030615502,0.018739682,-0.026131533,0.029583164,-0.035493493,-0.01692718,0.03886632,0.008518754,0.016832616,0.0042514964,-0.043027192,-0.029961426,-0.017888594,-0.004893752,0.009866308,-0.016139137,-0.012994843,0.01889729,0.012466853,-0.02732936,0.021450553,0.00486617,-0.017147833,-0.010016037,0.019180985,-0.027959794,0.022711422,0.016785333,0.016958702,0.011757613,-0.0013377044,0.0052444316,0.042428277,-0.020583704,0.0410098,0.007450954,-0.007486416,0.019496204,0.008542395,-0.017305441,-0.010110602,0.03382284,-0.022396205,-0.019291312,-0.0128687555,-0.015437778,-0.032498926,0.0072263614,0.0126008205,-0.00648166,-0.012908158,-0.035304364,0.021623923,0.0018075755,-0.0059142685,0.011032613,0.03543045,0.015729355,0.02518588,-0.01747881,-0.0060324753,-0.019748379,0.029583164,0.0049764966,-0.013759245,-0.00900734,-0.021119574,-0.0091255475,-0.0007752381,-0.010276091,0.008605438,-0.015366854,0.0066707907,-0.0012845114,0.017935878,-0.00062747987,0.0053311163,-0.033665232,-0.04712502,-0.015492941,0.005788182,-0.023735879,-0.027297838,0.005413861,0.0013071677,0.007943481,-0.0142084295,0.013262778,-0.02031577,0.00665503,0.01924403,0.034736972,0.0035107352,-0.0134046255,-0.0046179364,-0.017920116,0.010551906,0.02372012,0.0024980989,0.007356389,0.016044572,-0.013168212,-0.040221754,-0.02483914,-0.005792122,0.017415768,0.0062728287,-0.01943316,-0.017762506,0.004929214,-0.012679624,0.05689676,-0.01620218,0.011103537,0.03836197,-0.0058000023,-0.01946468,0.016407073,0.0021336286,0.016942943,0.009401362,0.0038574743,-0.0417348,0.04803915,0.024949467,-0.030008707,0.041608714,-0.017037507,0.00414117,-0.06427285,0.023515226,0.014310875,0.026226098,-0.013861691,-0.047030453,-0.001565252,0.040032625,-0.0101972865,-0.027345119,0.01708479,-0.009968754,-0.0035521074,-0.014972832,-0.039213058,-0.014184789,-0.03757393,0.023373378,0.02717175,0.038582623,-0.0032428002,-0.0044130455,0.0046849204,-0.01565843,0.019291312,-0.011174461,-0.0077031283,0.008967939,0.02572175,0.0031403545,-0.0016479966,-0.01314457,0.030481534,0.019212509,-0.03908697,-0.02698262,-0.018960334,0.006548644,-0.008723645,0.008912776,-0.0023976231,0.0024961287,0.025453815,0.035651103,-0.034736972,-0.009275275,0.033381537,0.017778268,-0.0014056731,0.013215494,-0.009149188,-0.044130452,-0.014657615,-0.017888594,0.032625012,0.0072578834,-0.050718497,-0.048291326,0.008967939,-0.0007363284,0.0051892684,0.017352724,-0.012498375,-0.0017514273,-0.00846359,0.011907342,0.024035336,0.012348646,0.013924734,0.018487507,0.026683163,0.022427727,0.015768757,0.010851363,0.008038047,0.0017937847,0.020142399,0.019653812,-0.0019405578,-0.021355987,-0.012458973,0.009622015,0.0158318,0.020615226,0.02915762,-0.010591309,0.012900277,0.021151096,0.0052798935,0.017825551,0.007305166,0.005437502,0.0135385925,0.0055832905,0.024334792,-0.030749468,-0.011008972,0.01817229,-0.0058551654,0.025122836,0.0057684807,0.007998644,0.013341581,0.010378537,-0.013601636,0.0029216723,-0.02717175,0.015264409,0.027392402,0.040915236,-0.027486967,0.054185893,-0.0045430725,-0.011237505,0.010386418,0.004803127,-0.019874465,-0.027959794,-0.019716855,0.009645656,0.01096957,-0.009417123,0.048732627,0.0037727596,0.008802449,-0.006331932,0.012025548,-0.0021730307,0.047471758,0.018991856,0.010307613,-0.004247556,0.004468208,0.03240436,0.019291312,-0.006564405,0.0006634344,-0.022285879,-0.048858717,0.0022262237,-0.002234104,-0.035367407,0.02157664,-0.019701095,-0.019921748,0.0363761,-0.0117339725,0.023830444,-0.014531528,0.018802725,-0.01134783,-0.01744729,-0.03404349,-0.017116312,0.02679349,-0.022916313,-0.02952012,0.041135885,0.04479241,0.030071752,0.0031758165,0.018377181,0.018786965,0.0043697027,-0.026320662,-0.0011830508],"social":"https://twitter.com/katiedubarry"},{"title":"gift of fund","description":"with $25 donation we will create alternative investment account for one foster kid.","niche":"other","youtube_url":"https://youtube.com/watch?v=ppZXGiVbonA","youtube_transcript":"Hello. This is Nathan, and we are capable of fun. With twenty five dollar donation, we will create automatic investment account for a foster kid in the world. Ten years ago, somebody not at my door to offer me investment product. The investment is the right for everybody including for the foster kit. For twenty five dollar donation, we will create one alternative investment account for one foster kit. Unmanage. And for two hundred fifty dollar, it is for ten alternative investment account that you could manage. For ten foster hit. So to donate, you just simply tweet twenty five dollars hashtag, give or fun, a chatbot or agent will put it into the Huddl app for the public record. Or go to grantee dot app global reallocation asset network for talking of investment. The first collection quite hard, I had to force myself to us our friend for the first donation. And along the way, The more importantly, we got new friend and new community. Thank you. Good faith. The future is already here. It's not highly distributed yet.","embedding":[0.0027891488,-0.012041009,-0.0007353211,0.0666637,0.023108352,-0.03667477,-0.016130408,0.09314743,-0.0146617945,-0.0024666218,0.012706348,-0.05384376,0.0144914035,-0.036739685,0.03166039,0.050273646,-0.016844431,-0.02202109,-0.036285304,0.043782536,0.013290548,0.01924614,0.009428337,-0.007984065,0.004131997,-0.043522894,0.0014341297,-0.00051472476,-0.00614627,-0.041251004,0.0022759454,-0.018645713,-0.023108352,0.013436598,0.012495386,0.02924245,-0.0016613185,0.039141394,0.013688128,0.0051726033,0.0088116815,-0.06770228,0.062931314,-0.0070387973,-0.017996602,0.029810423,-0.017379947,0.0012617095,-0.024893407,0.054849878,-0.08405987,0.023546502,-0.017688274,0.024049563,-0.01895404,0.007862357,0.0089090485,0.034467794,-0.04478866,0.022848707,0.0007231502,-0.011554176,0.02560743,0.022150913,0.034467794,-0.027554762,-0.044950936,0.016747063,-0.038979117,0.068481214,-0.0032556974,0.063223414,0.008884707,0.0067345267,0.00007613109,0.031692844,-0.05244817,-0.023903513,0.018061513,-0.040082604,-0.0027546647,-0.04092645,-0.061957646,0.0149295535,-0.008101717,-0.0092741735,-0.028771846,-0.02400088,-0.026370134,-0.050371014,-0.0058176573,0.03472744,-0.04128346,0.05426568,0.022929845,-0.027019246,-0.009233604,0.024341663,0.05624547,0.012998448,0.028398607,-0.016568558,0.007156449,-0.036804594,-0.022475468,0.037972994,0.006560078,-0.00317253,0.011732682,0.026938107,-0.11469791,-0.048748236,-0.022069775,0.026094262,-0.0014087737,-0.0296806,-0.029550778,-0.061081346,0.012901081,-0.038167726,-0.02458508,0.003030537,0.037486162,0.014458948,-0.0043531004,-0.062476933,-0.028917896,-0.0035396835,-0.050955214,-0.04514567,0.026418818,0.0145400865,0.02473113,0.019002724,-0.020901375,-0.01346094,-0.0602375,-0.016041156,-0.056213014,0.001646105,0.0014300727,-0.10126132,0.010126132,-0.031984944,0.017769413,-0.006556021,-0.016698381,0.022718886,-0.02567234,-0.019862797,0.0075175166,-0.013988342,-0.044658836,0.0022556607,-0.03195249,-0.009574387,-0.035051994,0.044009726,-0.037875626,0.003503171,0.009744779,0.0076189404,-0.012625209,0.0015588807,-0.0070306836,0.05530426,-0.026353907,-0.014897098,-0.09048607,0.049397346,-0.014207417,0.012454817,-0.035441462,0.0043328158,0.022491695,-0.02129084,-0.0019757317,-0.056894578,0.020722868,-0.025704795,0.002265803,0.0012363537,-0.017688274,-0.01567603,-0.06945488,-0.0008975988,-0.011724567,0.00765951,0.06270412,0.007732535,0.0085439235,-0.017607136,0.025639884,0.027911773,0.02239433,-0.036350217,0.042841326,-0.0026897537,0.028203873,-0.020333402,-0.0060975864,0.016795747,0.022572836,0.011635315,-0.00037070323,-0.0082518235,-0.042711504,-0.0033023523,-0.0032354128,-0.01880799,0.05309728,0.0046370868,-0.01590322,0.03252046,-0.054849878,-0.034889717,-0.022913618,0.013047131,-0.022816252,0.01947333,-0.024244295,-0.0010903036,0.007882642,-0.010296524,-0.024033334,0.024909634,-0.003241498,0.002531533,-0.00092396897,-0.029988928,-0.008900935,0.01838607,-0.028398607,-0.06705317,-0.00853581,0.0048683323,0.026240312,-0.027327573,-0.014523859,0.02026849,0.017282581,-0.0043328158,-0.005927195,0.0067994376,0.029696828,-0.0026735258,-0.03849228,-0.015538095,0.06744263,0.0564402,0.05092276,0.00012906152,0.014085709,-0.021988636,0.0047993646,-0.013696242,0.008040862,0.02172899,0.01707162,-0.028674478,0.017233897,-0.042711504,-0.07185659,0.014377809,-0.0074728904,0.0086412905,-0.00095591735,0.024568852,-0.024698673,0.06367779,0.006487053,-0.002815519,-0.022410557,-0.04128346,-0.0003486436,0.015148628,0.009322857,0.010085562,-0.0026147002,0.0012911224,-0.05841999,-0.007971895,-0.016795747,-0.04981927,-0.026954334,0.024114475,0.004543777,0.012519728,0.002910857,-0.0015588807,-0.00962307,-0.007789332,0.036512494,-0.0075296876,0.045697413,-0.01156229,0.0075012892,-0.0141506195,0.004616802,0.052415714,0.00473851,0.0027161238,-0.046508804,-0.012284426,0.04501585,0.011967984,0.011765137,0.03677214,0.030394623,0.0026451272,0.017785642,0.0789319,-0.01049937,0.0071767336,-0.009468907,0.048618414,0.03531164,-0.0736741,-0.01152172,0.013152611,-0.03790808,-0.03940104,-0.0165929,-0.012673892,0.04228958,0.0015243966,0.04595706,0.009574387,-0.019311052,-0.009257945,-0.023059668,-0.05981558,-0.020868918,-0.049137704,-0.005046838,-0.02362764,0.0543955,-0.059685756,0.058777,0.013866634,-0.013615103,-0.0320174,-0.017753186,-0.029339816,0.016057383,0.005338938,0.03858965,-0.010328979,-0.030086296,0.038914204,0.009898943,0.030881455,0.0014037025,0.00028271828,-0.02391974,0.03195249,0.004770966,-0.05455778,-0.03151434,0.032715194,-0.04433428,0.06620932,0.03764844,-0.014207417,0.026889423,0.017525997,-0.05287009,-0.003211071,0.0063896864,-0.036642317,-0.020739097,-0.0024706786,0.011205278,-0.024844723,-0.010783357,-0.0073876944,0.09418601,0.023578957,0.009436451,-0.05355166,0.06572249,-0.015213539,0.005002212,0.010320865,0.02581839,0.034240607,0.03566865,-0.027473623,-0.0032151279,-0.019603152,0.058841914,-0.02254038,-0.023205718,0.0033165514,-0.008077375,-0.049332436,0.016422508,0.050890304,0.014142506,0.0045113214,0.022443013,-0.023692552,-0.06588477,-0.0157166,0.0056391517,0.03237441,-0.01851589,0.035181817,0.035928294,-0.026662234,0.0071239932,-0.03638267,0.055174436,-0.045762327,0.026353907,0.021469347,-0.038362462,0.007720364,-0.018921586,0.01780187,-0.01531902,-0.04735265,0.031059962,-0.043522894,0.0043449868,0.020446997,0.057868246,0.019862797,0.0025051627,-0.04589215,-0.03200117,-0.0060975864,-0.012600867,0.019749202,0.01411005,-0.0077041364,0.025250418,0.03953086,0.034824803,0.013144498,0.028057823,0.04852105,-0.046606172,0.0034037759,-0.021274613,-0.014767275,-0.016179092,-0.0004804943,-0.047222827,0.008235596,-0.035116903,-0.03975805,0.025007002,-0.012657665,-0.03011875,-0.014645567,0.0027790065,0.01677952,0.05666739,0.02692188,-0.0030711065,0.024082018,-0.0066047045,0.049397346,0.019603152,-0.01607361,0.0018651799,0.01940842,-0.015643574,0.013834178,0.04238695,-0.038849294,-0.016568558,0.02823633,-0.026272768,-0.022621518,0.028025368,0.0068805767,-0.012852398,-0.044107094,0.010621079,0.034175694,-0.0010943606,-0.012235742,0.01968429,0.0027566934,0.033591494,0.04624916,-0.048326313,-0.01440215,0.0748425,0.040666804,0.030719178,-0.021501802,-0.021485575,-0.03706424,-0.004750681,-0.022264507,-0.0023631698,0.010215384,-0.0083978735,-0.01939219,-0.017298808,-0.0061057005,-0.017168986,0.0036958759,0.026646007,-0.03969314,-0.0695847,0.08282656,0.0025193621,0.007821787,-0.03923876,0.027473623,-0.024244295,0.009249832,0.00838976,0.009485135,0.0145400865,-0.022735113,-0.018889131,0.027262662,-0.009071326,0.0037587583,0.010921293,0.008868479,-0.006556021,-0.025104368,0.020528136,-0.0076229973,0.015960017,-0.017428631,0.032114767,0.021858813,-0.03472744,-0.017136531,0.012430476,-0.023367995,-0.01596813,-0.015213539,-0.014572542,-0.011870617,0.021355752,-0.010069335,-0.021161018,0.048845604,-0.011107912,0.010953749,-0.008900935,-0.02005753,0.030167434,0.018207563,0.028788073,-0.035051994,0.036415126,0.02289739,-0.009485135,0.010872609,-0.0024666218,-0.00087680697,0.011838162,0.0094445655,0.0083978735,0.01346094,-0.0064748824,0.03654495,-0.01527845,0.025802162,-0.04472375,-0.003499114,0.0041238833,-0.020674186,-0.012089692,-0.056602478,0.00317253,0.024276752,-0.020252263,0.008405987,-0.00643837,-0.002527476,-0.023660095,-0.019716747,-0.037226517,0.0008773141,-0.0036167654,-0.020446997,-0.024471484,0.018077742,0.011765137,-0.013225636,-0.00080581044,0.03243932,0.022069775,0.033007294,-0.021258386,-0.00629232,-0.027149068,0.014824073,0.012049123,-0.022929845,0.028203873,-0.0066209324,-0.012771259,-0.058809455,-0.0016826175,-0.027262662,-0.010410118,-0.016609129,0.01953824,-0.02151803,0.011286418,0.017461086,-0.0013631331,-0.02187504,0.0054038493,0.022718886,0.027684584,0.05024119,0.04748247,0.012073465,-0.03316957,-0.053486746,0.006434313,0.031108646,-0.005205059,0.04952717,0.01984657,-0.013655673,0.04829386,0.011846276,-0.009249832,0.002072084,0.004036659,-0.014361581,-0.057284046,-0.039790504,-0.01152172,0.011294532,0.0043490436,-0.030913912,-0.0054606465,-0.011627201,0.011262076,0.022589063,0.00614627,0.026078034,-0.0012728662,0.017266354,0.04011506,-0.02692188,0.011294532,-0.020300947,0.0028560883,-0.035766017,-0.0012444675,-0.022767568,-0.052545536,-0.05127977,-0.017347492,0.026370134,-0.016860658,0.03355904,-0.004251677,0.021842586,-0.0012779373,0.020804008,-0.01323375,0.020836463,-0.0081057735,-0.009988195,-0.024812268,0.006336946,0.025591202,-0.029518323,-0.019814113,-0.00643837,-0.015586778,-0.050371014,0.015919447,-0.004985984,-0.007923211,-0.00044601026,-0.0076027126,-0.004624916,0.05296746,0.0018388098,0.042938694,-0.0018408382,0.016909342,-0.023871057,-0.0047141686,0.012097807,0.04813158,-0.0010117004,0.0073106126,0.02231319,-0.012243857,0.008706201,-0.037453704,-0.07185659,-0.008900935,0.005456589,0.0030122807,-0.013404142,-0.03391605,-0.002927085,-0.045405313,0.027538534,0.018889131,0.017168986,-0.02750608,-0.0314332,-0.004665485,-0.014945781,0.0025132766,0.035993204,0.01302279,-0.05712177,0.0066006477,0.0033206085,-0.030183662,-0.005075237,0.024341663,-0.028723162,-0.044529013,-0.028138962,0.012381792,0.00037197102,-0.00882791,-0.014207417,-0.017412402,0.007278157,-0.028755618,0.016730836,-0.05666739,-0.005635095,-0.02633768,-0.0049373005,-0.009282287,-0.026710918,0.01608984,-0.02341668,0.006478939,0.020187352,-0.0133798,-0.013298661,0.00804492,0.041737836,-0.0066939574,0.017883008,-0.018045286,0.018580802,-0.023010986,0.03761598,0.0026978676,0.0036816765,0.0071037086,-0.00497787,0.0031664446,0.01953824,-0.0040752,0.006304491,-0.0030609642,-0.011578518,0.017104074,0.039141394,-0.0058703977,-0.009712324,-0.013996456,-0.0273438,0.026272768,-0.011546062,-0.0045194356,0.016665924,0.05666739,-0.039790504,0.01181382,-0.020593047,-0.004604631,-0.018175108,-0.025834618,0.03362395,-0.0011714426,-0.013136384,0.00035092563,-0.01924614,0.030670496,0.0037364452,-0.017996602,-0.016763292,-0.010767128,-0.031238467,0.0015284535,-0.017379947,0.0010142359,0.035766017,-0.020820236,-0.04667108,-0.0083978735,-0.013923431,-0.049786814,-0.02531533,0.0038703245,-0.019294824,-0.0049454146,0.01953824,-0.028155189,0.019002724,-0.015708486,0.009679868,0.0073268404,0.009582501,0.025364012,-0.018110197,-0.04936489,0.00040645504,0.0018631514,-0.060010314,-0.01866194,-0.004397727,0.040893994,-0.025931984,0.008304564,-0.029518323,-0.018986497,-0.029940246,-0.018450981,0.030946366,-0.0058136005,-0.02567234,0.012682006,0.012243857,-0.0063247755,-0.02633768,0.009509476,-0.0072538154,0.01287674,-0.012049123,-0.0042111077,-0.0056675505,0.004543777,-0.020511908,0.018499663,0.0065925336,0.03579847,0.004677656,0.014069481,0.03940104,0.018710624,-0.026808284,-0.009095668,-0.001263738,0.04082908,0.0026451272,0.035863385,0.018402297,0.01897027,0.010264068,0.008625062,0.0072497586,-0.018726852,-0.027522307,-0.001444272,0.012308767,0.002639042,-0.0045884033,-0.011391898,-0.012803715,0.02414693,-0.0014199304,-0.003180644,0.032942384,-0.028755618,0.010288409,0.012600867,0.04397727,-0.03414324,0.00838976,-0.015205425,-0.018288702,-0.016893113,-0.03894666,-0.004312531,0.0024341661,0.012365565,0.0059353085,0.0012363537,0.031157328,-0.0143696945,0.011351328,-0.005915024,0.00492513,-0.0087629985,-0.033429217,0.019424647,-0.010507484,-0.0073065558,0.018467208,0.012130262,0.0024727073,-0.0061624977,0.0015010692,0.015310906,-0.007156449,-0.03170907,0.011464923,-0.0311411,0.0147835035,0.016333256,0.0088360235,0.020187352,0.014678023,0.042192217,-0.017282581,0.025915757,0.020950058,-0.028431062,0.05063066,-0.002531533,-0.0011045029,0.004413955,-0.0071077654,-0.016828204,-0.027181523,0.016909342,0.009046985,-0.0076716808,0.038037904,0.010272182,0.015578664,0.036155485,0.021258386,-0.023205718,0.016454963,-0.04887806,-0.009866487,0.003908865,0.011740795,-0.021112336,0.0006988086,0.02122593,0.007497232,0.0048805033,0.01594379,0.04981927,-0.021793902,-0.020430768,0.028999034,0.0021806073,-0.004912959,-0.0042232783,-0.0047101118,0.0051523186,-0.008852251,0.019327281,-0.01911632,0.042062394,0.01794792,0.045632504,0.036934417,-0.00025026273,0.009063212,-0.016292686,-0.034662526,-0.010913178,-0.0045965174,-0.035181817,-0.0072335307,0.03667477,0.026662234,-0.021696536,0.02719775,-0.020463225,0.017899236,0.0088603655,0.002837832,0.01947333,0.021858813,0.030070066,0.031903807,-0.006065131,0.0543955,-0.009493249,-0.036707226,-0.02362764,0.050306104,-0.042776413,0.026938107,0.0273438,-0.026386362,0.017964147,-0.014742933,-0.016941797,-0.016958024,0.022767568,-0.015749056,-0.013387915,-0.058355078,-0.034273062,0.023514045,0.0039453777,-0.016170979,0.0070915376,-0.019359736,0.0149295535,0.008365418,0.033786226,0.011408126,-0.018645713,-0.02283248,0.023838602,0.017996602,0.012495386,0.00020234007,0.020171124,-0.026954334,0.0015223682,-0.028999034,-0.015643574,-0.030767862,0.0016714608,-0.00643837,0.015383931,-0.0022840593,-0.0034017474,-0.026061807,0.013777381,0.014118165,0.007992179,0.005002212,-0.03894666,0.028025368,0.028739389,-0.021745218,-0.028917896,0.03706424,-0.014669908,-0.0047993646,0.009728551,-0.0032962668,-0.018304931,-0.009687982,-0.0034889716,0.00853581,0.029453412,0.0036167654,0.0023996823,-0.009639299,0.03391605,0.021550486,0.00012126459,0.018629486,0.029648146,0.023838602,0.02589953,-0.030800316,0.0072375876,-0.021112336,0.04053698,0.041380826,-0.008085489,-0.031124873,-0.0013834179,-0.02099874,-0.0053186533,0.009217376,0.0025944156,-0.0145157445,-0.01239802,-0.013030903,0.022913618,-0.01677952,0.012454817,-0.021355752,-0.0018215678,-0.011846276,0.041835204,-0.0088360235,0.021891268,0.036220394,0.0076027126,-0.029404728,-0.02056059,-0.023286857,-0.033656407,-0.0035173702,0.044464104,0.0151324,0.012641436,-0.014361581,-0.005355166,-0.01794792,-0.00038414187,0.03479235,0.012811828,-0.014945781,0.0063815727,0.0044058408,0.04310097,0.0032272988,-0.008884707,0.007079367,0.0030163378,0.030362166,-0.017233897,0.020300947,-0.010718445,-0.008844137,0.03041085,-0.010272182,0.0055985823,-0.0013164782,0.005570184,-0.017461086,-0.01866194,0.0014828129,-0.0045397202,-0.009103782,0.0077081933,-0.019327281,0.0071848473,-0.014888983,0.009882715,-0.027570989,-0.0042922464,-0.014385923,0.029777966,0.00805709,-0.016649697,0.021031197,0.008479012,-0.038330004,-0.034110785,0.0026552698,0.021599168,-0.002996053,-0.017769413,-0.0006374473,-0.017769413,-0.0331858,0.027457396,0.0047993646,0.018597031,-0.031189784,0.023514045,0.018288702,-0.011894959,0.09535441,-0.018564574,-0.002923028,0.009550045,0.0034565162,0.01517297,0.024682445,0.0067426404,0.034110785,0.01035332,-0.009241718,0.011886845,0.012211401,0.00209744,0.0042597908,-0.0059637073,-0.020236036,-0.018856674,-0.0011602859,-0.026792057,0.0075418586,0.051247314,-0.00032835887,-0.04491848,0.0028662307,-0.030735405,0.021745218,0.010304637,0.014913325,-0.016438736,0.058971733,-0.012243857,0.04618425,-0.0026552698,-0.010036879,-0.0042476202,-0.04063435,-0.00853581,-0.0019564612,-0.009679868,-0.025931984,-0.033688862,0.0270517,0.00629232,0.0035599682,-0.010710332,-0.0063085477,-0.027376257,0.04800176,-0.022004863,-0.0075175166,0.0026248426,0.0015943788,0.0147104785,0.0061787255,0.0016988452,0.023822375,0.0590691,0.012722576,0.014012684,0.02137198,-0.030329712,-0.008405987,-0.009022643,-0.007055025,-0.029940246,-0.0020376,0.0035964807,0.043944813,0.021047425,-0.018045286,-0.03450025,0.01024784,0.015383931,0.024925863,-0.0052294005,-0.014580656,-0.018402297,-0.02005753,-0.0022678315,-0.021177247,-0.0032272988,0.0054363045,0.020901375,-0.009825918,-0.012755031,0.033883594,0.035473917,0.033396762,0.012852398,-0.021745218,-0.021404436,0.028203873,0.013112042,-0.0021968351,0.016811974,-0.028301239,0.010596737,-0.01838607,0.0051847743,-0.0069617154,0.011797592,0.0036857333,-0.01531902,-0.0012241828,0.0019148774,-0.009655526,-0.003511285,0.012097807,0.013160725,0.000829645,0.0012363537,0.023611413,0.010215384,0.028917896,0.035441462,-0.008166628,-0.018450981,-0.0007373495,0.0066047045,0.01853212,-0.0072538154,-0.0034849148,-0.015481298,-0.01200044,0.0016684182,0.022053547,0.012365565,0.0074728904,0.031546794,-0.008527696,0.048456136,0.0024017107,-0.0017840411,-0.0011085599,0.01882422,0.02202109,-0.04952717,-0.010442574,0.011635315,-0.026272768,-0.007716307,-0.0010203214,-0.012722576,0.01010179,0.010410118,0.04005015,-0.012803715,-0.008746771,-0.00087984966,0.007797446,-0.014596884,0.03303975,0.013623217,0.016649697,-0.032066084,0.036220394,-0.0059312517,-0.007724421,-0.0059312517,0.009728551,-0.006616875,0.001117688,-0.018175108,0.015538095,-0.0007089509,-0.021177247,0.012016667,0.0143453535,0.032991067,0.02312458,0.0046127453,-0.0579007,-0.013907203,0.023075895,-0.040309794,-0.036512494,0.008600721,-0.004896731,0.014231759,-0.012819942,-0.02210223,0.00020081871,-0.013582648,-0.032926157,0.0092741735,0.014458948,-0.0146374535,0.00392915,0.0004629987,0.016828204,-0.010596737,-0.03479235,0.009071326,0.011189051,-0.01991148,-0.028982807,-0.03508445,-0.018045286,0.033429217,0.00819097,-0.00985026,-0.024374118,0.007586485,0.0142561,-0.0073308973,-0.0701689,-0.0028560883,-0.013720584,0.01897027,0.0048602186,0.011391898,0.0036269077,-0.00570812,0.024779813,-0.033721317,0.0014838271,0.02502323,-0.019197458,-0.06426199,0.012406134,-0.03019989,-0.0017850553,-0.04355535,-0.013209409,-0.0032820676,0.024406573,-0.0067548114,-0.027603446,0.008633177,0.05170169,-0.01794792,0.005136091,0.04228958,-0.011984212,0.0010781328,-0.02502323,-0.00570812,-0.016682154,-0.0068886904,-0.014897098,0.0009650455,0.01794792,0.008754885,0.027473623,0.0003306409,0.01356642,-0.004981927,-0.04034225,0.020236036,-0.041900117,0.0028621738,-0.03333185,-0.023351768,-0.033948507,-0.02632145,0.006710185,-0.020593047,-0.03508445,-0.0068237795,-0.027392484,-0.019927708,-0.0068846336,0.0070469114,0.00434093,-0.019749202,-0.015335248,0.006848121,-0.019424647,0.010158587,0.0058785114,0.01707162,0.030329712,-0.035733562,0.0140775945,0.008892821,0.008341077,0.014767275,-0.011570403,-0.016187206,-0.0142723285,-0.012535957,-0.032130994,-0.0015659803,-0.0039778333,0.011683998,-0.01636571,0.013964,-0.0015578665,-0.0029899676,-0.022199597,-0.0037384736,-0.038687017,-0.0025092198,0.015254108,0.022653975,0.0017911406,0.022881163,0.019343508,-0.0015933646,0.0140289115,-0.013680015,0.012243857,-0.009541932,-0.007906984,0.0057852017,0.0023996823,0.020398313,-0.029372273,0.041900117,-0.013193181,-0.022848707,-0.012763145,0.0093715405,0.011464923,0.03200117,0.0047750226,-0.036155485,-0.031530567,0.027003018,0.041770294,0.013582648,0.02210223,0.0055377283,0.0060367323,0.030005157,-0.019489558,-0.027960457,0.010028765,0.010036879,0.009980082,0.011091684,0.0543955,-0.0042313924,0.037972994,-0.027733268,0.02552629,-0.014799731,0.03261783,-0.007055025,0.03735634,-0.006762925,-0.021096108,0.016763292,0.047450013,0.0065235654,-0.0007424207,-0.0020812121,0.023027213,-0.0092985155,-0.0088116815,0.042711504,-0.0023246289,-0.043068513,-0.018580802,0.010458801,0.020463225,-0.0018033115,0.027116612,0.0032049855,-0.021339525,-0.0048886174,0.030086296,0.0041867658,0.0073876944,0.029842878,-0.03771335,0.008819796,-0.015667917,0.006130042,0.0056837783,0.018353613,0.05579109,-0.022134686,-0.012608982,-0.0058866255,-0.00546876,-0.0060975864,0.00477908,-0.04332816,0.0092254905,0.0021907496,0.030686723,-0.0088116815,0.002807405,0.008803568,-0.04647635,0.0014037025,0.003921036],"social":"https://twitter.com/nathanoen"},{"title":"aisports","description":"aisports is the premier daily fantasy sports (dfs) platform built on the blockchain. create a lineup, enter in the day’s contests and win crypto rewards!","niche":"web3","youtube_url":"https://youtube.com/watch?v=PKNWJK8ZXig","youtube_transcript":"Guys. My name is CJ. I built AI Sports. AI Sports is a daily fantasy sports platform built on the blockchain. Users can create a contest. Or enter a contest, create a lineup and win crypto rewards. Every day, we're currently only for the NBA. So we offer users rewards in the form of Dapper Credit and AI sports juice. And with AI sports juice, users can by AS Sports NFL. So we're a play to earn an Feet game. I developed AS Sports about a year ago, But what I've really been working on for this build space class has been releasing our NFT. So you can see here that users can go enter contest. This we already had built. We have about five hundred players a day enter our contest, but we built out during our time, built space, was our NFT collection. So we had an NFT meter and users can mint our AI generated NFTs. With their juice that they've won from our Daily Fantasy Sports contests every day. They come in three different statuses, common rare and legendary. The last thing I wanna show you is kind of our revenue curve. We've been tracking revenue because we take a ten percent royalty on the top of all of our NFPs. We didn't get to lunch till about week four, but since week four, we've really been boosting up. We had a really big week last week with some big sales. Try to do one last push to get to our four hundred dollar goal. Thanks.","embedding":[0.008095617,-0.0008022936,-0.0029333567,0.02780539,0.021051588,-0.0066158934,-0.024257034,0.010481066,0.009884704,0.03348574,0.03995627,-0.045084987,-0.02858066,-0.040373724,0.027909752,-0.019560682,-0.053284965,-0.019545773,-0.04481662,0.0026705847,0.033426102,0.049975157,0.051823877,0.0007561687,0.001240247,0.017160323,-0.040970087,0.015237055,-0.01287397,-0.016877051,0.017339231,-0.022706492,0.0032445833,-0.005732532,0.040373724,-0.009161615,0.03455919,0.052956965,0.036467552,-0.0019381773,-0.0040440816,0.008334163,0.023153763,-0.032919195,-0.031249382,0.031875562,-0.0125012435,-0.015907962,-0.016832324,0.04234172,-0.09583541,0.027730845,-0.0065450757,0.02558394,0.0078123454,0.0073203463,0.01611669,0.044935893,-0.04108936,-0.040194813,0.0036154462,-0.00069047563,0.040164996,0.015460691,-0.014349966,-0.005255442,-0.016802507,0.0619024,0.012739789,0.027238846,0.01476742,0.017115597,0.015878145,-0.013828149,0.0066382573,-0.05981513,-0.02589703,0.04815625,0.013179606,0.032561377,-0.0032986286,0.039389726,-0.0010613385,-0.00040068087,0.01081652,-0.075439826,-0.05558096,-0.028133389,-0.039240636,0.002117086,-0.000071575116,0.018129412,-0.009974158,0.0067538023,0.04216281,0.0060530766,0.005579714,0.030399565,0.06911838,0.0048864433,0.0028140843,-0.032650832,0.006481712,0.016802507,0.008006163,0.036378097,0.010659975,-0.032799922,-0.038286455,-0.0025047213,-0.10645066,-0.007931618,-0.0032781286,0.029758476,-0.003594946,0.0039732633,0.0017480868,0.020470133,0.034141738,-0.011532155,-0.039568633,0.07311401,0.008043435,-0.0043385355,-0.026970482,-0.011479973,-0.03455919,-0.06014313,-0.032352652,-0.030742474,0.007540255,-0.01674287,0.032412287,-0.05477587,-0.026806483,-0.009795249,-0.033127923,0.020440316,-0.028625388,-0.032740287,0.019068683,0.018561775,-0.00068674836,-0.028371934,-0.017175233,-0.05462678,-0.0014163603,-0.0025941757,-0.048066795,-0.00084142986,0.025449758,-0.017413778,-0.045532256,-0.042222448,-0.020768315,-0.023794854,0.01025743,0.028938478,-0.0084832525,-0.024361398,0.003965809,0.04055263,-0.035274826,-0.029311204,-0.042759173,-0.0076297093,-0.036765732,-0.02795448,-0.057370048,0.049229704,-0.023705399,-0.034529373,-0.021498859,-0.00040301043,0.03998609,-0.05024352,0.014879238,-0.0045398073,-0.016385052,-0.088142335,-0.03458901,0.020619225,-0.016519234,-0.03628864,-0.057250775,0.013321241,0.0010557475,0.039091546,0.02951993,-0.021931222,0.039866816,0.0035688553,-0.0053858967,0.03789882,-0.0052144425,-0.03016102,0.040999904,0.022393402,0.056117687,0.024689397,0.055998415,0.022065403,-0.019873772,0.03915118,0.029788293,0.010973065,-0.023049401,-0.03807773,-0.004543535,0.0025289487,0.053016603,0.009869795,-0.008699434,-0.015982509,-0.05462678,-0.027924662,-0.01516251,0.045263894,-0.014551238,0.0024450852,0.005818259,0.05763841,-0.0002131529,0.021200677,0.008468344,-0.0031979925,-0.0036024007,-0.014245603,0.06691185,-0.016146507,0.018039959,0.034201376,-0.05289733,-0.05480569,-0.016534142,-0.0128366975,-0.018129412,-0.04341517,0.05310606,0.008155254,0.014439421,0.019053774,0.037839185,0.046844255,0.056356233,0.0066494388,-0.044935893,-0.022005767,0.043772988,0.021737404,0.07198092,0.0059412587,-0.020440316,0.016668325,-0.0012896333,-0.038137365,-0.047798432,0.055491507,0.0000023695789,-0.011897427,0.00465908,-0.024331579,-0.069058746,-0.029147204,-0.0018869274,0.01366415,0.010577975,-0.030235566,-0.026672302,-0.0008526116,-0.025047215,0.05668423,-0.006735166,0.011010338,0.022915218,0.016951596,-0.005266624,0.0121657895,0.009541796,0.012404335,-0.001630678,-0.03001193,-0.0030246747,0.039180998,0.0058070775,0.020783223,0.012620516,-0.060232587,0.0052069877,-0.037690092,-0.029967202,-0.019068683,0.017294506,0.00044913532,0.061306037,-0.002061177,0.027030118,0.008751616,-0.014133785,0.02303449,0.038167182,-0.024033397,-0.03587119,-0.0063661668,-0.011040156,0.010540702,0.014677966,0.028461387,0.028878842,-0.01738396,0.015624691,0.042878445,0.052032605,-0.040522814,-0.04830534,-0.004673989,0.06822384,-0.036199186,0.028058844,0.010965611,-0.019650135,-0.0023332674,-0.004502535,-0.0009560432,0.0016390643,-0.025986485,0.047023162,-0.026463574,-0.029027931,-0.05731041,0.043802805,-0.013984694,-0.018755592,-0.038972273,-0.025330486,-0.027537026,0.028237753,-0.058324225,0.048424613,-0.0020798133,-0.023660671,-0.063154764,-0.046874072,-0.009109433,0.01738396,-0.0072234375,0.014185967,-0.006850711,0.0038390819,0.019053774,-0.045562074,0.030653019,0.04848425,-0.017443595,-0.01025743,-0.013552332,-0.023720307,-0.007283074,-0.075082004,-0.03536428,-0.04311699,0.030861747,0.049527884,0.015743963,0.025971575,-0.0034216284,-0.050601337,0.044488624,0.049498066,-0.06482457,-0.016668325,0.02400358,-0.015669418,-0.009556705,-0.0044801715,0.023720307,0.06291622,0.03202465,0.005210715,0.038346093,0.03804791,0.00055116916,-0.0054678963,-0.02983302,0.0019120864,0.04436935,0.043802805,-0.008475798,-0.05003479,0.025211213,0.053583145,-0.07746746,-0.011472519,-0.0050504426,0.007201074,-0.007439619,0.086770706,0.011494882,0.018203957,-0.008408708,0.017726868,-0.018069776,-0.032501742,-0.04502535,0.013515059,0.022184676,0.015415964,-0.0056393505,-0.007909254,-0.01973959,0.028878842,-0.034350466,0.042401355,-0.009921976,0.0047112615,0.014118876,0.001326906,0.013619423,0.011994336,0.07746746,-0.024271943,-0.067150384,0.030429384,-0.0423119,-0.0069215293,0.032203563,0.07818309,0.008408708,-0.046665344,-0.028193025,-0.012933606,0.011420337,-0.0051846243,-0.026180303,-0.009109433,0.037719913,-0.0010203385,0.021364678,-0.009310706,0.00001163314,-0.01894941,0.007167529,-0.028685024,0.009027434,-0.058383863,0.030190839,-0.019471226,-0.024435943,-0.027417755,-0.043772988,-0.03616937,-0.01769705,-0.029311204,0.010995429,-0.06941657,0.018129412,0.06899911,-0.025777757,0.0047187163,-0.008378889,0.015386146,0.023362491,0.021961039,0.0087665245,0.006589803,-0.03488719,-0.027402844,0.033605013,0.029311204,-0.007581255,-0.012121063,-0.039717726,0.01254597,0.02655303,-0.029997021,-0.016355235,0.034141738,-0.024271943,0.021215586,-0.0015924736,-0.037213005,0.022855584,-0.034439918,0.031219563,0.03145811,0.017011233,0.007022165,-0.033694465,-0.04597953,-0.012262698,0.007946527,0.024913032,0.044578075,-0.01845741,-0.009131797,-0.022199584,-0.0017788367,-0.03017593,0.00022340288,-0.010667429,0.0227214,0.01957559,0.011875063,0.07198092,-0.023094127,0.014074149,-0.019784316,0.017741777,-0.0022233129,0.024555216,0.01911341,0.027894843,-0.0001544485,0.03649737,-0.015684327,0.018442502,-0.0070706196,0.03098102,-0.006712802,0.017816322,-0.019247591,0.007998709,0.003716082,-0.032442104,0.006422076,-0.025300669,-0.022378493,0.011271247,0.027194118,-0.016519234,-0.0069215293,-0.01484942,0.014230694,0.012941061,-0.06959547,0.010205248,-0.013216878,-0.006679257,-0.0066345297,0.033873376,0.0013213151,0.02589703,0.008028527,0.022303948,-0.0060083494,0.017339231,-0.011614155,-0.020321043,-0.031875562,0.010249976,0.007432164,-0.012657789,0.015893053,-0.018382866,-0.0100039765,0.033396285,0.016757779,-0.04597953,0.0113159735,-0.0020108589,0.017577777,0.002031359,-0.025360305,0.032412287,-0.006992347,0.01608687,0.009333069,0.0035912187,0.021588312,0.0023071764,-0.018606503,0.007767618,-0.021036677,-0.0508697,0.025971575,-0.010987974,-0.003965809,0.017398868,0.0073948917,0.038018093,-0.040045723,-0.034857374,-0.040791176,0.042759173,-0.0099517945,0.03995627,-0.017070869,0.02479376,0.04153663,0.007991254,0.0011992472,-0.0074470732,-0.032889377,0.025077032,-0.03536428,0.0034123103,0.016370144,0.009832523,0.010466157,0.033038467,0.016191235,-0.005549896,-0.023586126,-0.0312792,-0.043653715,0.016206143,0.019978136,0.027343208,0.04535335,-0.017935595,0.016757779,0.019903589,-0.026627574,-0.014692875,-0.0057399864,-0.015594873,-0.032978833,-0.010615248,0.024868306,-0.04105954,-0.03048902,-0.031517744,0.025330486,0.03509592,-0.0024898124,0.019307228,-0.0022009495,-0.027432663,-0.016936688,-0.0033247194,0.032591198,0.010674884,-0.0006816234,0.017279595,-0.029251568,-0.02892357,-0.016653415,0.0094896145,0.0050206245,-0.022870492,0.0002911925,0.012463971,0.02290031,-0.0077825272,0.024614852,0.0154756,-0.01988868,0.02686612,0.0052144425,-0.027164299,-0.021364678,-0.003939718,0.032650832,0.0031048108,0.0062208036,0.0076297093,-0.016698143,-0.032501742,0.00058751,0.03458901,-0.028312298,0.01769705,0.0009402023,-0.023273036,-0.0136865135,0.03169665,-0.0021953585,0.046396982,0.005605805,0.035930824,-0.023258127,0.017294506,-0.016235963,-0.010085977,0.033396285,-0.019948317,-0.0073948917,-0.015296691,0.025598848,0.007879436,-0.032919195,-0.0042677172,-0.021096313,-0.0028737206,0.02431667,-0.033754103,0.0574595,0.009504523,0.020768315,0.007432164,0.014499057,0.047649343,0.00884107,-0.00923616,0.035274826,-0.0012635425,-0.0085354345,-0.0022754946,-0.010249976,-0.061663855,-0.041834813,0.004077627,-0.009989068,-0.02352649,-0.029907566,0.028834114,0.025181396,0.010324521,0.03205447,-0.004632989,-0.03757082,-0.0033433558,0.0047075343,0.048543885,0.013097606,0.015520327,-0.016355235,-0.045890074,0.017622504,-0.019858863,-0.026001394,-0.020440316,-0.008848525,-0.02464467,-0.041834813,-0.025807576,0.012270153,0.038972273,-0.042669717,-0.009362887,-0.018845046,-0.03587119,0.013358514,-0.0008642593,-0.0047597163,-0.009176524,-0.038256638,0.015714144,-0.08730743,-0.0128366975,-0.01674287,-0.042610083,-0.0023556307,-0.013090151,0.0057586227,-0.024913032,0.010018885,0.029639203,-0.0035576734,0.0013800195,-0.008438526,0.015460691,-0.016057054,0.028043935,-0.008311799,0.0073948917,0.014215785,-0.018367957,0.00513617,0.008505616,0.029803203,0.030235566,0.0028718568,0.031726472,0.002851357,0.022214493,0.057876956,0.009802705,-0.0008940775,0.020440316,-0.018099593,0.0121657895,0.005124988,-0.023914125,0.013365969,-0.047321342,-0.009623796,-0.02495776,0.012866516,-0.010391612,0.005337442,-0.0037403095,-0.015117783,-0.0059636226,0.020499952,-0.035632644,0.018740684,-0.014200876,-0.04848425,-0.03551337,-0.0053709876,-0.0139176035,0.008513071,-0.014014512,0.02211013,0.035423916,0.016071962,-0.067329295,-0.022974854,0.05289733,-0.026031211,-0.008162708,-0.030339928,0.023109037,0.0073762555,0.041954085,-0.0034924464,-0.015907962,-0.035274826,-0.0012682016,-0.008788888,-0.00052228285,0.027387936,-0.018338138,-0.011077428,0.006887984,0.016474506,-0.034976646,-0.01430524,-0.02005268,0.0127845155,0.007018438,-0.010607793,-0.017890867,0.0059263497,0.0002925902,-0.041775174,0.014074149,0.013037969,0.014014512,0.014417057,-0.011025247,0.040582452,-0.030220656,-0.011151974,0.03649737,-0.009295796,-0.0058667134,-0.01223288,-0.001210429,-0.019590499,0.0040142634,-0.008982706,-0.013447968,-0.0035539463,-0.016504325,0.009966704,0.04821589,0.009079615,-0.013306333,0.015788691,-0.016161416,0.049199883,-0.037958458,0.0036732187,-0.025837393,0.007484346,-0.038316272,0.013559787,0.0024544033,-0.051466063,0.039807178,0.017279595,-0.0073054372,0.017279595,-0.009042342,-0.014491603,0.012307426,-0.00039788542,0.032412287,-0.003921082,0.0013399514,-0.04770898,-0.008975252,0.006466803,0.041983902,-0.049676973,0.05793659,-0.0062319855,-0.011927245,0.013291423,-0.037660275,-0.008520526,0.011233973,-0.022840673,-0.0004633455,0.004856625,0.026105758,-0.036407914,0.008222344,-0.032650832,-0.013537423,-0.016638506,0.022527583,-0.010607793,0.0055722594,0.015699236,0.029191932,0.00813289,0.0005590896,0.031815924,-0.023794854,-0.013716332,0.00017459902,-0.015609781,-0.016325416,0.015669418,0.030295203,-0.027701026,-0.02290031,0.014074149,0.0060232584,0.017443595,-0.013902695,0.008565253,0.025211213,-0.012508698,0.012135971,0.03169665,-0.030563565,-0.0011563837,0.0071824375,0.028774478,0.026225029,-0.013790877,0.01769705,-0.0152817825,-0.0006289758,0.027850116,0.007435892,0.022557402,-0.0011787473,-0.0059673497,0.0026556756,-0.011122156,0.035930824,0.0037552183,0.013887785,0.0038614455,-0.009131797,-0.0047783526,-0.0012952242,0.02146904,-0.025047215,0.028878842,-0.025882121,0.012359607,-0.017473413,0.024122853,-0.011159428,0.012225426,0.007145165,0.036407914,-0.03760064,-0.0072644376,-0.03944936,0.043027535,0.05194315,0.021379586,0.008423616,0.017503232,0.014439421,0.0064593484,-0.009683432,0.0062506218,-0.015907962,-0.01027234,-0.009377796,0.0047336253,0.047798432,-0.002020177,0.015035783,0.003505492,0.041417357,0.01461833,0.00037249344,0.046724983,-0.048036978,0.012411789,0.020574497,0.00572135,0.031637017,0.022870492,-0.026418848,-0.00493117,0.0039881724,0.0043012626,0.00226804,0.006604712,-0.010704702,-0.0021394496,0.0097207045,0.0035837644,-0.010085977,-0.008088163,-0.04055263,-0.02826757,0.01847232,-0.015296691,0.014282876,-0.008110526,0.018531956,-0.0010958156,0.0041447175,0.010533248,-0.020574497,0.023287944,0.0033284468,-0.026269756,-0.015296691,0.0015868826,-0.005836895,-0.013328696,-0.008542889,0.020678861,0.00497217,-0.033426102,0.011867609,-0.029579567,-0.030682838,-0.005889077,0.015878145,-0.00080648676,0.0017900185,0.02938575,0.008990161,0.025419941,-0.007946527,0.0039993543,-0.0037198095,-0.004461535,0.017607596,0.0015962007,0.017145414,0.0057623503,-0.0037291276,0.0005558282,-0.023615945,-0.012911242,0.0076408912,-0.042103175,-0.008311799,0.0005353283,0.0155650545,0.037988275,-0.008639798,-0.014275421,0.010704702,-0.006679257,0.034976646,0.016966505,0.019948317,0.043087173,-0.010525794,0.02464467,0.013157242,-0.023481764,-0.040791176,0.011271247,0.017741777,-0.044786803,0.0051920786,-0.011144519,-0.016906869,-0.007439619,0.010682339,0.05623696,-0.0063475305,-0.0035632644,-0.0024301761,0.009265978,-0.006254349,0.026702119,0.00027535163,-0.023049401,-0.015132692,-0.00017308482,-0.025941757,-0.0273283,0.008729252,0.0060083494,0.0040068086,-0.0038353547,0.009124342,-0.028491206,0.03455919,0.002061177,0.015356327,0.031249382,-0.008639798,0.017249778,-0.017875958,-0.022617038,0.04451844,0.012463971,0.0027376753,-0.0046367166,0.027238846,0.031487927,-0.0197545,0.005930077,0.012135971,-0.011554519,-0.0048789885,0.004987079,0.018338138,0.017756686,-0.009511977,-0.022467947,0.013507605,-0.0065264395,0.03965809,-0.009243615,-0.026582846,-0.003954627,0.0023015854,-0.0022419493,0.013567241,0.00073706644,0.03870391,0.013000697,0.019471226,-0.008259617,0.019351956,0.006142531,0.026001394,0.003199856,0.0018515184,-0.037660275,0.0034775373,0.007857072,-0.04627771,-0.021051588,-0.019784316,0.0048938976,-0.027760662,-0.011144519,-0.006254349,-0.030712655,-0.00015188601,0.022646856,-0.0316072,0.009198887,0.003928536,0.009340524,0.010712157,-0.0064444393,0.096372135,0.028863933,0.0060344404,-0.025777757,0.027387936,0.013932513,-0.0316072,-0.007998709,0.008274526,-0.011860154,-0.012598152,0.012076335,0.033187557,-0.0038651729,0.030623201,-0.032978833,0.00690662,-0.0076856185,0.0008442253,-0.0030004475,0.022467947,-0.0011899291,0.00453608,-0.016549053,0.0022810856,-0.035006464,0.0030712655,-0.004230445,0.0148941465,0.018502139,0.023660671,-0.0077750725,0.0017443595,0.029027931,0.0640493,0.011711064,0.0018971773,0.010488521,0.011412882,-0.009094524,0.00024180625,-0.011040156,-0.0025587666,-0.0152296005,0.022766128,0.0053411694,-0.010227612,-0.024033397,-0.00054418057,-0.011733427,-0.00009463756,0.012068881,0.00995925,0.0026575392,0.00907216,-0.007894346,0.0063773487,0.073233284,-0.017339231,0.0072495285,-0.027030118,0.02035086,0.0011004747,0.030399565,-0.045532256,0.011420337,-0.03110029,0.010883611,0.026612666,0.013395786,-0.031130109,0.0055834414,0.027253754,-0.012329789,-0.004830534,0.0042900806,-0.009176524,-0.013157242,0.04043336,0.02969884,-0.013343605,0.018502139,0.00584435,0.0017499505,0.0031010837,-0.020977043,0.0060828947,0.029609386,-0.038286455,0.03760064,-0.025241032,-0.010630157,0.0030768565,0.014812147,-0.00024390283,0.01073452,-0.036735915,-0.008893251,-0.03348574,-0.02540503,-0.014670511,0.019963225,-0.010324521,-0.03384356,-0.0011722245,0.01799523,-0.018591592,0.017950503,0.002400358,0.013552332,0.0054790783,0.009936886,0.0034048557,0.0017285186,0.033217378,0.0018310185,-0.01941159,-0.0034141738,-0.0014172922,-0.017190142,0.00572135,0.0047522616,-0.012538516,-0.009787795,0.019232683,0.022691583,-0.0004836125,-0.043295898,0.023750126,-0.0034719463,-0.0025103122,0.015594873,0.016027234,0.0077750725,-0.02303449,0.024599941,-0.00086053205,-0.029743567,0.009094524,0.018979229,-0.016981415,-0.021737404,0.0069438927,-0.038107548,0.06476494,-0.005389624,0.0022978582,0.017473413,-0.022139948,0.034201376,0.025658485,-0.017145414,0.064705305,0.029579567,-0.0011312246,-0.017890867,0.021573404,-0.004562171,-0.027343208,-0.018427594,-0.021588312,-0.027402844,0.012352153,-0.02717921,0.03238247,0.011137065,-0.0010417703,0.034827556,0.013336151,0.033277012,0.0088187065,-0.016280688,-0.038346093,0.008721798,0.025062123,-0.028699933,0.019843953,0.027984299,-0.033605013,0.029967202,0.009213797,-0.007566346,-0.0015822236,-0.010592884,-0.0009858613,0.012978333,0.046009347,0.008997615,-0.0316072,0.020962132,-0.007976345,-0.00588535,0.004390717,0.019978136,0.035274826,0.0043981713,-0.032501742,-0.013992149,-0.02762648,0.048543885,-0.027611572,-0.005959895,-0.036676276,0.018979229,0.01783123,0.015058147,-0.009929432,-0.00024902783,0.037213005,-0.009996522,-0.0018841319,0.0054753507,-0.021513768,0.023094127,-0.006973711,-0.0032184925,-0.022378493,0.012046517,0.03706391,-0.0274923,0.02211013,0.003382492,-0.017145414,-0.026314484,-0.0016260189,0.023705399,0.026642483,0.011137065,-0.003356401,0.009810159,0.001873882,-0.017816322,-0.025882121,0.0077974363,0.01019034,0.0053337147,-0.019545773,-0.029191932,0.012814334,0.009459796,-0.010443794,0.0036229007,0.005262897,0.034857374,-0.010071067,-0.009564159,-0.0056840777,0.00021711312,-0.02479376,-0.029609386,0.010071067,0.03581155,-0.008736706,0.0050765336,-0.0047783526,-0.013790877,0.022154856,-0.01453633,-0.026538119,0.00026370393,-0.04612862,0.031249382,-0.0023425855,-0.004942352,0.004946079,0.006917802,-0.02322831,0.0152817825,-0.019023955,-0.01010834,0.02954975,-0.0050280793,0.045084987,-0.013902695,0.000059694463,-0.0109805195,0.0031588562,0.012799424,-0.0027973116,-0.007327801,-0.038525,-0.006876802,-0.014275421,0.0006019531,-0.010085977,-0.022945037,-0.014126331,0.021498859,0.038465366,-0.005411987,-0.005930077,0.019173047,0.0073576192,0.011465064,-0.009892158,0.03169665,0.009921976,0.009989068,0.013649241,-0.007100438,0.035066098,-0.001139611,0.0065152575,-0.020142134,0.025196305,0.029982112,0.015237055,0.03837591,0.0071078925,0.016221052,0.015296691,-0.021126132,0.031159926,-0.026090847,0.03384356,0.026776664,-0.006608439,-0.027223935,-0.0031942653,0.045681346,0.057071865,0.005508896,0.024197398,0.010525794,0.009586523,0.0118303355,-0.017309414,0.011875063,0.0114427,-0.033038467,0.024331579,-0.009124342,0.047351163,-0.025688304,0.014096512,-0.025330486,0.005423169,0.02558394,0.002323949,-0.015117783,0.0100561585,0.0045919893,0.015073055,-0.010846338,0.013611968,0.012091245,0.023765035,0.013201969,-0.0031309018,-0.00093367964,0.021647949,0.0050429883,0.032352652,0.019307228,-0.034678463,-0.001969859,-0.024376307,0.0015142009,-0.016146507,0.018770501,0.004968443,-0.02746248,-0.01350015,0.023287944,-0.037809364,-0.0019102228,0.00742471,-0.0028737206,0.003621037,0.0022810856,0.043504626,-0.007338983,0.037451547,0.013619423,-0.014670511,-0.031249382,0.0073352554,0.025882121,0.008863434,0.0045994436,0.027566845,0.015445782,0.023794854,0.041357722,0.03858464,0.0077750725,-0.032501742,0.0006858166,0.036706097],"social":"https://twitter.com/aisportspro"},{"title":"milkmaid's pitcher","description":"artwork linking metaverses","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=cJBNYZQRf1o","youtube_transcript":"I'm Jorg. I'm an artist who creates animated three d sculptures. And the latest piece of art of mind reflects the process of solving problem, imagine this. You want to solve the problem as you approach to the solution, you realize that there is something missing. You don't see it full picture of the problem. To capture this, my sculpture is divided into parts and implemented in different digital realities, representing different perspectives. You can switch between these realms attempting to see the complete picture. And I will just get relaxed and chill a bit contemplate. You find the ultimate solution you can press red button and upload to the storage, a static model, representing this happy moment. With couple twets, literally couple twets. So thank you very much, Beerspace.","embedding":[0.03510458,0.00022276855,-0.023332886,-0.018944815,-0.034262586,-0.029858323,0.007735799,0.044204567,-0.022199437,-0.017422752,0.020628799,-0.056607753,-0.013852384,-0.052786406,0.0026899208,0.029259214,-0.037468635,-0.04877075,0.008500879,0.02538929,0.01416813,-0.021600327,0.007051681,0.023332886,0.01816759,-0.001632371,-0.0013206722,0.03623803,0.0085899355,0.009245717,-0.026830392,-0.02487114,-0.017001757,-0.009723386,-0.014386725,0.020920256,-0.010751587,0.002819458,0.000757489,-0.010824452,0.029469712,-0.021422213,0.008322765,0.06344084,0.014718664,0.00521792,-0.050649043,0.030473625,0.015398734,0.016240725,-0.036594257,0.05890704,0.03306437,0.017989477,-0.019106736,-0.04809068,-0.0136256935,0.06616112,-0.034456894,0.01845905,0.035201732,-0.031007966,0.033485364,0.022717586,-0.0026312242,-0.0007261167,-0.0486736,0.028384838,-0.026474165,0.007071921,0.050292816,0.04572663,-0.0072136023,0.017390369,-0.041775744,-0.0127837015,0.011083527,0.005776549,0.04731346,-0.028643912,-0.029469712,-0.02147079,0.031283233,-0.02538929,-0.02922683,-0.034683585,-0.020515453,0.0012214952,-0.046309546,-0.012905143,-0.025956016,0.0069140475,-0.017341793,0.024579683,0.013868576,-0.0385697,-0.030619355,0.022863315,0.03601134,0.014378629,0.022118475,-0.005007422,0.017843748,-0.018572396,0.028060995,0.017665634,0.036205646,0.019301042,-0.036853332,0.010103901,-0.14365675,-0.027818112,-0.008768049,-0.01740656,0.0042949677,-0.01831332,0.0072136023,0.028983947,0.059101343,-0.023689114,0.0067642704,0.022361359,0.021616518,-0.013682366,0.007990826,-0.025939822,-0.030862236,-0.045629475,0.0016789235,0.034230202,0.053304557,-0.0013156121,0.036497105,-0.06794226,-0.028417222,-0.04925652,-0.037112407,0.0136418855,-0.025745517,0.030975582,0.013577117,-0.016329782,0.031752806,-0.005501283,0.029906899,-0.0007286467,-0.035169348,0.089445435,-0.010945893,0.014734856,0.0031716372,-0.045694247,0.0045135617,0.007897721,0.017795172,-0.038925927,0.03730671,0.04135475,-0.017973285,0.038504932,0.0023761978,-0.015342061,-0.016936988,0.01262178,-0.020693567,0.06522198,0.0020118745,0.054891385,-0.026263665,-0.0010145394,-0.05515046,-0.010549185,-0.08076644,0.044787485,0.05560384,0.018297128,-0.009820539,-0.031849958,0.018977199,0.010873028,-0.043200653,-0.008039402,-0.022361359,0.01928485,0.010443936,0.00693024,0.0009902511,-0.017357985,0.020240186,0.042812042,-0.01590069,0.06557821,0.032967217,0.0019845504,0.036270414,-0.047054384,0.024676835,0.03879639,0.04038322,0.06748888,0.027623806,0.032109033,0.019738229,-0.041905284,-0.014330052,-0.00065578206,0.008840914,-0.003149373,0.006420187,-0.03384159,0.080053985,-0.0050479025,-0.028287685,-0.011366889,-0.039217386,-0.040512756,0.022345167,0.07526111,-0.05748213,0.023365272,-0.048641216,0.067618415,0.08186751,0.006796655,0.03253003,0.010087709,0.029194444,-0.025405481,0.031768996,0.040933754,0.008630415,0.00073067076,-0.00822966,-0.03329106,-0.024693027,-0.010508705,-0.00073421275,-0.001302456,0.035298884,0.006088248,-0.0015595064,-0.039897457,0.055085693,0.01769802,0.01148833,0.025227368,-0.054729465,-0.025130216,-0.00042706795,-0.0063270824,0.058486044,0.0029145868,-0.011828365,0.032432877,-0.0076912707,0.0054891384,-0.032594796,0.0018671572,0.0033214146,-0.012524627,0.03066793,-0.018038055,-0.034068283,-0.0070031043,-0.0058008377,0.0649629,0.01631359,0.017989477,0.0029085148,0.01823236,0.0042463914,-0.0054729464,0.018442858,-0.009836731,-0.020952642,0.009950075,0.01726083,0.010532993,-0.02087168,-0.008946163,0.0102739185,0.011634059,0.018540012,-0.03374444,-0.049483206,0.041160442,0.015933074,0.045759015,0.0038739718,0.025858862,0.056704905,-0.006436379,0.0006826003,0.050454736,0.0021373637,-0.0011567266,0.0044042645,-0.0340359,0.013099449,0.005954663,0.015204428,-0.08121982,-0.0106949145,0.034780737,-0.03497504,0.04090137,0.00032409598,0.0027789776,0.029923093,0.029372558,0.005448658,-0.012451762,0.022053707,-0.02704089,-0.04197005,-0.019479156,0.036982868,0.03915262,-0.008508975,-0.027138041,-0.0034894082,-0.031833764,0.0045297537,-0.03662664,-0.0056915404,-0.043654036,0.025405481,0.0011010661,0.027704768,-0.03607611,0.027089465,-0.027413309,0.0243368,-0.023300502,0.039346922,-0.032934833,-0.071245454,0.021713672,0.032432877,-0.017892325,-0.015811633,-0.05139388,-0.024531106,-0.00018114966,-0.007893673,0.026312243,0.04339496,-0.048025914,-0.019981112,-0.0017538122,0.027494268,0.012484147,-0.023624346,-0.05764405,0.03458643,0.006282554,0.019641077,0.014103362,-0.08070167,-0.012565108,-0.025680749,0.0068168947,0.024579683,0.047734454,-0.019916344,0.020709759,-0.0064606676,0.025178792,-0.010541089,-0.06149778,-0.014305764,0.062436927,-0.0011708948,0.005505331,-0.024239648,-0.012030767,0.030603161,-0.005570099,-0.030085012,0.030732699,0.020920256,0.013998113,-0.036659025,-0.040707063,-0.021875594,0.00039949067,0.05599245,-0.012249361,-0.024773989,-0.024854949,0.04384834,-0.058421273,-0.022539472,0.015285389,0.052689254,-0.040707063,0.0164998,0.040026993,-0.019916344,-0.001407705,0.022847123,-0.002293213,-0.0062663616,0.0031797334,-0.019090544,0.0023357174,0.018297128,0.030878428,-0.015439214,-0.008282284,0.01763325,-0.018216169,0.03413305,0.029712593,-0.019041967,-0.006181353,0.037080023,0.02116314,0.013560925,0.023397656,-0.006387803,-0.031623267,0.0587775,-0.04031845,0.013245178,0.05175011,0.065157205,-0.021179331,0.05265687,-0.03963838,0.026587509,0.0441398,-0.023154773,-0.022393743,0.0021414116,0.009205237,-0.0066144927,-0.025259752,0.008500879,0.015803538,-0.040253684,-0.006011335,-0.028271493,0.029939285,-0.04851168,0.033048175,-0.026004592,-0.0041087577,-0.04106329,-0.04724869,0.008217515,-0.056996364,-0.0072581307,0.025373098,-0.0049750376,0.018620972,0.03714479,0.0007281407,0.055960067,0.010921605,-0.02064499,-0.013868576,-0.07085685,0.020596413,0.035363656,-0.012476051,-0.05686683,0.034845505,-0.03834301,-0.035460807,0.019543923,-0.021373637,0.025729325,-0.0054041296,-0.020159226,-0.015382541,0.001971394,0.00081770355,0.009488599,-0.018345704,0.0076103103,0.0073269475,0.008156795,0.0023094052,-0.010873028,-0.0047442997,-0.034165435,-0.016345974,-0.026231281,0.0077641355,-0.021082178,-0.013803807,0.025275946,-0.021422213,0.024693027,-0.049547978,-0.029971668,-0.042682506,-0.0014542574,0.012921335,0.017147485,0.038375393,-0.017940901,0.04715154,0.00413507,0.030732699,-0.021341253,0.034392126,0.025292138,0.013058968,0.04287681,-0.0012498315,0.03759817,0.018782893,0.0024612066,0.020078264,-0.013876672,0.033517748,0.02320335,-0.0037080022,-0.028125763,-0.017795172,0.010468224,0.002493591,0.009407639,0.002817434,-0.036594257,-0.042844426,-0.049774665,0.013990017,0.0074605327,0.008266092,0.044204567,0.01284847,-0.031105118,-0.004017677,-0.0028579144,-0.015301581,-0.02004588,-0.027931457,0.027235195,0.02283093,-0.009958172,0.022879507,-0.045759015,0.042358663,-0.0033335588,-0.018021863,0.010840644,0.05129673,0.034327358,-0.050746195,0.013795711,-0.035136964,0.024644451,0.026862776,0.0008121375,0.0038901637,0.025211176,0.010986373,-0.025972208,0.015949266,0.021422213,0.0076872227,0.01823236,0.02231278,0.0005103057,0.02998786,-0.008007018,-0.020677375,-0.0032809342,0.018961007,-0.002396438,-0.012500339,0.012281745,0.0038213471,0.014661991,0.042067204,-0.021875594,0.0039670765,-0.033129137,-0.029793555,-0.0007832952,0.025972208,-0.04559709,0.009990556,-0.0352665,-0.024352992,0.015463502,0.0015048579,-0.009520983,0.011010662,-0.0003681184,0.024272032,0.023737691,-0.030327896,0.026053168,0.003359871,0.032659564,-0.019462964,-0.0032728382,-0.0020230066,-0.011617867,-0.023883421,-0.022264205,-0.008994739,-0.015487791,0.0030279318,0.04715154,0.0000355152,-0.039087847,0.00095786684,-0.0075495895,-0.042520583,-0.051037654,-0.010929701,-0.030878428,0.0044933213,-0.00077469315,0.010565378,-0.018880045,0.0042949677,0.04511133,0.016791258,0.016856028,0.04491702,-0.018928623,-0.004659291,-0.008213468,0.021033602,0.0067845103,0.0021373637,-0.013463772,-0.0074200523,0.00563082,0.024077727,-0.0050398065,0.024174878,0.0011729188,-0.03607611,0.03209284,-0.008452302,-0.0009629269,-0.032513835,0.018588588,-0.0018054247,-0.0061044404,0.05372555,0.011828365,-0.043815956,-0.014961546,-0.007934153,0.035752267,-0.024903525,-0.02215086,0.045370404,-0.022652816,0.009601944,-0.029761171,0.028093379,-0.01957631,0.021907978,-0.014605318,-0.0031210368,-0.0062623136,0.039605998,0.011771693,-0.02130887,-0.039346922,0.0025887198,0.019560115,-0.009197141,0.013722846,-0.020223994,0.057838358,0.027688576,-0.014006209,-0.04067468,0.028060995,0.002610984,-0.019592501,-0.024644451,-0.011350697,-0.017357985,0.05055189,-0.01559304,0.029761171,-0.004238295,0.018151399,0.011545002,-0.022053707,0.0014957498,0.029421136,-0.0020462829,0.03879639,-0.0431035,0.011480234,-0.0237215,-0.0025826478,-0.037922014,-0.008051546,-0.0009315546,-0.04430172,-0.012119824,-0.00013560925,-0.039897457,-0.010371071,0.043038733,0.02501687,0.012403186,-0.0017042237,-0.023462424,-0.009067603,0.021940362,-0.026846584,0.030085012,-0.017957093,0.041160442,0.0129942,-0.0010565377,-0.034327358,-0.011132102,-0.036659025,-0.016920796,0.015682096,-0.033129137,-0.038083933,-0.022474702,-0.028692488,-0.009682905,-0.0076791267,0.038472548,0.004238295,-0.02553502,0.031056542,0.010840644,-0.043038733,-0.012451762,-0.0067642704,-0.034651197,-0.017940901,-0.033129137,0.00009051158,-0.01769802,0.047475383,0.025632173,0.020887872,-0.012241265,-0.011771693,0.015074891,-0.020515453,0.018119015,-0.012654165,-0.0018600732,-0.03652949,0.0008784241,0.011350697,0.032060456,0.031736612,-0.006205641,0.01808663,0.012346514,-0.023883421,0.025486443,0.0036229934,0.033938743,0.018961007,-0.020272572,0.048187837,-0.019738229,0.015026314,-0.012637973,0.021859402,-0.003572393,0.043038733,-0.03329106,0.014937257,0.006286602,-0.02192417,-0.01171502,0.041225214,0.010897316,-0.03844016,-0.035298884,-0.019462964,-0.042779658,0.013698558,-0.009958172,-0.015617328,-0.038602084,-0.0016657674,-0.009375255,0.0044771293,-0.050130893,0.0071893143,0.020887872,-0.0020847393,-0.0625017,-0.018329512,0.0066792616,-0.027963841,-0.030797468,-0.005861558,0.010362975,0.017131293,0.0106787225,-0.018410474,0.044690333,-0.048576448,-0.0002934827,0.021454597,0.022167053,-0.010800163,-0.010953989,0.0001419343,-0.006359467,0.0074524367,-0.04048037,-0.02064499,0.026959928,0.010079613,-0.0041937665,0.0021555799,-0.019997304,0.027073273,-0.019187696,-0.011391177,-0.016370263,0.0036027532,0.022053707,0.014232899,-0.0033092706,-0.0117555,-0.014184323,0.009836731,0.03149373,-0.0064687636,-0.0035197684,-0.033388212,0.027607614,-0.022685202,0.0016951156,0.02487114,-0.024952102,0.02689516,0.007484821,0.01371475,-0.03301579,-0.013569021,-0.021729864,-0.02192417,-0.0065456764,0.042747274,0.0132046975,-0.0036533538,-0.019041967,-0.017115101,0.0015949267,-0.013399003,0.0037525306,-0.024514914,0.017762788,0.02396438,0.0018924575,0.026474165,-0.014151938,-0.012330322,-0.012516531,0.012694645,0.028044803,0.010905412,0.025761709,-0.02584267,-0.0106787225,0.0111078145,0.035136964,-0.038310625,-0.027105657,0.032902446,0.017827556,0.015439214,-0.019624885,-0.0136175975,-0.0069140475,-0.018426666,-0.021729864,0.011472138,0.0441398,-0.014815817,0.0023336934,-0.015916882,0.0062420736,0.017277023,-0.01905816,-0.008970451,0.024126302,0.022814738,0.04213197,0.046212394,-0.014014306,-0.03759817,0.0034549998,-0.017811364,0.003040076,-0.009334774,-0.0042747273,-0.0016121309,-0.008986643,-0.017536098,-0.0034246396,0.0136499815,-0.023154773,0.024514914,0.008614223,-0.017681828,-0.015625425,0.0040358934,0.027494268,0.008164891,-0.030943196,0.025211176,0.007573878,0.015657809,0.006800703,0.02297666,0.01981919,0.0027384972,-0.02819053,0.013763327,0.022183245,0.041257598,-0.023009043,0.0041735265,-0.00025300233,-0.0054810424,0.012111727,-0.0046957233,0.0003906356,-0.015066795,-0.039185002,-0.03233572,-0.0056955884,-0.013423292,0.019187696,0.03714479,-0.013730942,0.030878428,0.017455136,0.013326139,0.002291189,0.049029827,0.040545143,-0.00006179582,-0.03497504,-0.021341253,-0.0408366,0.045305632,0.015366349,0.020904064,0.018345704,-0.010670627,0.014613415,0.0013368643,-0.03827824,-0.006080152,-0.01202267,0.026117936,-0.012176496,-0.0031210368,0.0013652006,-0.022248013,0.01709891,0.0009128324,-0.003784915,0.0045338017,0.007294563,0.026652278,-0.013949537,0.009334774,-0.04754015,0.018329512,0.052462563,-0.0065537724,-0.033323444,-0.026911352,-0.026117936,-0.013690462,-0.0020391988,-0.008092026,0.0011283904,-0.03737148,-0.011374985,-0.003689786,-0.018766701,-0.001307516,-0.020855488,-0.004788828,-0.037630554,-0.0047523957,0.0036128734,-0.010354879,0.01577925,0.017536098,-0.015228717,-0.012500339,-0.041322365,-0.013504253,-0.010775875,-0.029971668,0.03886116,0.023851035,-0.01371475,0.016969372,-0.011083527,-0.0066630696,0.022167053,-0.010460128,0.02252328,-0.02636082,-0.035590343,0.017374177,0.032497644,0.00822966,-0.017050333,0.018637164,-0.028028611,-0.009885307,-0.014386725,0.017681828,0.006727838,0.023462424,0.028433414,-0.0011445825,-0.022539472,0.00046172924,0.022280397,-0.01416813,-0.0062380256,0.00024161722,0.0055862917,-0.050066125,-0.0053798417,-0.037339095,0.018361896,-0.007059777,0.014807721,-0.006225881,-0.01518014,0.036950484,-0.027397117,-0.017762788,0.023073813,-0.0042909198,-0.010605858,0.024612067,-0.015657809,-0.011164486,-0.01239509,-0.004554042,0.023235735,-0.040253684,-0.008063691,-0.022167053,0.0000703979,-0.007509109,0.0076588867,-0.020434493,-0.008954259,-0.020661183,0.0160869,-0.011917422,0.03172042,0.0111078145,0.015058699,0.012192688,0.008638511,-0.022733778,-0.059846185,-0.0015929027,0.00670355,0.01943058,0.03458643,-0.011213063,-0.0032181896,0.0074362447,0.023559578,0.007565782,-0.012014574,-0.022928083,-0.032416683,-0.018507626,0.0015999867,-0.0024652546,-0.009472407,-0.02064499,-0.013730942,-0.06486575,-0.018183783,0.028902987,-0.0074645807,-0.017374177,0.008156795,-0.005667252,0.017438944,-0.0022345167,0.010792067,-0.0019157337,0.004359736,-0.0042949677,0.010362975,0.024417762,0.0026939688,0.017066525,-0.011658347,0.021956554,0.01868574,-0.018523818,0.0028073138,0.0052503045,0.0031777092,0.01590069,0.000019829058,-0.028611528,0.007488869,-0.013520445,-0.023365272,0.008355149,-0.007165026,-0.034942657,0.05583053,-0.006654973,-0.06224262,0.010670627,-0.02674943,0.029971668,-0.010039132,-0.0041735265,0.0044892733,-0.0026190802,-0.018151399,0.012103631,-0.045759015,0.0030279318,0.0076710307,-0.018442858,0.014686279,0.012735126,0.10278776,-0.01616786,-0.024077727,-0.0076507903,0.041387133,-0.01144785,-0.01726083,0.034359742,0.006493052,-0.005582243,0.014265283,0.0016849955,0.01823236,-0.0035622728,0.038893543,-0.017471328,-0.02260424,0.008460398,0.008379437,-0.012694645,-0.013366619,-0.0026494404,0.012249361,-0.006387803,-0.023608154,0.0047564437,0.024968294,0.009788155,-0.0076912707,0.009520983,-0.024595875,0.03834301,-0.0014522334,0.032837678,0.03827824,0.042358663,-0.03827824,-0.056089606,-0.0038881397,-0.017390369,-0.004027797,-0.0136095015,0.0025381194,0.014904873,0.018345704,-0.002938875,0.0025968158,-0.048058297,-0.00961004,-0.030522201,-0.01326137,0.00457833,0.021276483,0.029243022,0.0077803275,-0.023316694,-0.024612067,0.03607611,0.034262586,0.013998113,-0.028660104,-0.015852114,0.00088399014,0.031331807,-0.02274997,-0.01039536,-0.016103093,-0.00020910642,0.0051612477,0.026425587,-0.010816355,0.0016394551,0.0040783975,0.0012690597,0.015763057,-0.02584267,-0.019835383,0.03798678,0.021260291,-0.01769802,-0.015479695,0.0144757815,0.021422213,-0.0024875188,-0.04048037,-0.0036594258,-0.00066691416,0.012063151,0.0043921205,0.022474702,-0.0041735265,-0.009488599,-0.007812712,0.01965727,-0.006934288,-0.0010646338,-0.024077727,-0.03471597,-0.022021323,0.02297666,-0.0053798417,0.03714479,0.03254622,-0.00068968436,-0.0060558636,-0.0062339776,-0.03720956,0.01039536,0.0005768453,-0.0036007292,-0.01344758,0.029356366,-0.005072191,0.0098610185,-0.0020118745,-0.039897457,0.005655108,0.0076265023,0.0144595895,-0.06768318,0.039897457,0.006622589,-0.034489278,-0.029923093,0.028287685,0.030554585,0.008662799,-0.031137504,0.011698828,0.008670896,-0.016337879,0.020288764,0.02328431,-0.0106787225,-0.0025725276,-0.0074483887,-0.021341253,0.0014633655,-0.034748353,0.020515453,0.0031129406,-0.015674,0.0035440566,-0.03798678,0.013091353,-0.016321687,0.0027304012,-0.007063825,-0.036140878,-0.011965998,-0.0048333565,-0.007865337,0.008314668,-0.013965729,-0.01672649,-0.013455676,-0.026733238,0.03246526,-0.01883147,-0.025097832,0.021325061,-0.0019177577,-0.034910273,-0.012929431,0.035428423,0.0031311568,-0.0012548915,0.0019035896,0.0034205916,-0.019560115,0.032287147,-0.027559038,0.013253274,0.012443666,0.032659564,-0.03844016,0.023122389,0.006225881,-0.008986643,0.03941169,0.029777363,-0.025551211,0.035363656,-0.0204183,0.006493052,0.017082717,0.0038253951,-0.0140628815,-0.023106197,-0.041128058,-0.008116315,-0.0031797334,-0.021503175,0.022782354,0.032594796,0.046439085,-0.011666443,-0.03701525,-0.042844426,0.023025237,0.010654435,-0.036853332,-0.0268142,-0.011795981,-0.008002969,0.008541359,-0.019398196,0.017536098,0.01454055,-0.0005242208,-0.027607614,-0.008638511,-0.012079343,-0.01518014,0.006731886,-0.010184862,-0.008330861,0.038019165,0.016629336,0.0025603836,0.034683585,0.03118608,0.0040399414,-0.060170025,-0.025324522,0.024644451,-0.01039536,0.022361359,-0.034942657,-0.028417222,-0.003689786,-0.019414388,0.0031311568,0.016524088,-0.011577386,-0.0140224015,-0.008857106,-0.015244909,0.008452302,-0.013018488,-0.0048455005,0.01996492,0.022798546,0.019106736,0.02004588,-0.00084199174,-0.0031655652,0.00303198,0.023073813,0.021972746,-0.012508435,0.05845366,-0.023122389,0.007703415,0.04067468,0.02765619,0.016791258,-0.0053798417,0.0073350435,0.005448658,-0.02538929,-0.0029914996,0.051523417,0.007966537,-0.010468224,0.0011354744,0.004566186,0.003244502,-0.009739578,-0.0044002165,-0.04378357,-0.0021171235,0.0021070035,0.0032768862,-0.012500339,0.0071245455,-0.008735664,0.010379167,-0.00010467971,-0.0268142,0.014070977,-0.011666443,-0.035914186,0.0123708015,-0.0000041943044,-0.00971529,-0.030522201,0.00091333844,0.02636082,0.008622319,0.04329781,-0.0008561599,0.00005762128,0.026409395,-0.0051774397,0.016661722,0.014491973,0.0012407234,0.00046375327,0.0015706385,-0.022134667,-0.0038253951,-0.011455946,-0.0013884768,0.0053474572,0.02833626,0.01303468,0.0045135617,-0.002289165,-0.000757995,0.004999326,-0.032805294,-0.007505061,-0.012144112,0.01868574,-0.0004118878,0.015933074,-0.027219003,-0.021454597,0.021794632,0.04271489,0.03027932,0.02636082,0.030198358,0.02848199,0.0036493056,0.007909865,-0.05628391,0.0051936316,0.011010662,0.011844557,0.008371341,0.009788155,0.0013439484,0.012297938,0.016823644,-0.0049305093,0.032740526,0.0035319126,-0.007007153,0.0031959254,-0.050195664,0.012233169,0.028562952,-0.00952908,0.054146547,0.017325599,-0.0047200113,-0.004209959,0.0038517076,-0.004436649,0.042650122,-0.026150322,-0.019203888,-0.02561598,0.0121684,0.025065446,-0.02328431,-0.013431388,-0.0043273517,-0.048479296,-0.009002835,0.018297128,-0.01695318,0.010322495,0.011180679,-0.0132127935,0.0102658225,-0.027753344,-0.0040014847,0.018199977,-0.04378357,0.012095535,-0.022685202,-0.027607614,-0.021389829,-0.0045945225,0.015074891,-0.026555125,0.0061084884,0.044884637,-0.044560794,-0.0027992178,-0.014103362,0.007994873,0.022296589,-0.009197141,0.013342331,0.009723386],"social":"https://twitter.com/DystopiaofI"},{"title":"iterate health","description":"comprehensive health management platform with ai-driven insights","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=NmdplrMHapU","youtube_transcript":"Hi. My name is Nick, and I'm working at iterate. Iterate is a software platform designed to help you live better for longer. Iterate empowers you to take control of your health, and uses AI to deliver personalized solution tailored for you. Let me show you how it works. Upon logging in to the platform, you see your key metrics that you're tracking to give you a holistic picture of your health below you see your daily log and see what you do each day. You can use the AI to receive personalized recommendations such as what you can do each day to achieve your goals along with seeing what you should eat. Each day and get a recipe for each meal of the day or get an exercise routine tailored for you. You can track all of your health data across each of your wearables and reflect on how you do each month and set some goals for the future. Additionally, you can also view trends in your data on the dashboard page across sleep, activity, exercise, emotional health, blood lab tests, body composition, and metabolic health. The journey in building iterate has been challenging, but rewarding. As a health platform, it's important to gain trust and emphasize data privacy, while also fostering an encouraging and supportive community. It's not enough to build a platform and people will come use it. It's about meeting people where they are and helping them live happier, healthier lives. Now nearly two hundred people use the area platform and are achieving better health outcomes because of it.","embedding":[0.011088897,-0.004661508,-0.045162052,0.004588509,0.0056070187,-0.014933511,-0.01496132,0.02302597,-0.0018058564,0.022177793,0.035484467,-0.025125561,-0.033065073,-0.060401462,0.025445368,-0.012701827,0.004147039,-0.023373585,-0.03737549,0.024124432,0.045162052,0.007890845,0.039488986,-0.007577992,0.020634385,-0.013021632,-0.0013261486,0.01161727,-0.0072999005,-0.02931084,-0.024166146,-0.01688015,-0.03147995,0.005662637,0.03932213,-0.043715976,0.023109399,0.007383328,0.021065427,0.022302933,-0.02746153,-0.008711214,0.026599446,0.030395394,-0.09238198,-0.03812634,-0.0089962585,-0.006625529,0.028615609,0.034038395,-0.061291356,0.0215938,-0.038960613,0.01195098,0.003816805,0.0026418688,0.041407816,0.07836617,-0.01995306,0.004355607,0.03325974,-0.03829319,0.03871033,0.048082013,-0.03937775,-0.0032223847,-0.035289805,0.019257832,-0.017922994,-0.0068132402,0.04950028,0.014488564,-0.01131137,0.014377328,-0.0076405625,-0.05584076,-0.04877724,-0.019396879,0.015656548,-0.027016584,0.038460046,0.004445987,-0.009037972,0.045384523,-0.00568697,-0.051780626,-0.014919606,-0.04677498,-0.029366456,0.0065977196,-0.016449109,-0.011401749,-0.04555138,0.026057169,0.053226702,0.0035908557,-0.0022959926,0.0071608545,0.008669501,0.01629616,0.008377505,-0.017394619,0.0026436069,0.04588509,0.0054262592,0.007195616,0.027378103,-0.030701296,0.024916993,0.009691487,-0.11307198,0.016768914,-0.012083073,-0.020676099,-0.0144607555,0.024360811,0.0048492197,-0.018465271,0.021788465,-0.060290225,-0.0002496305,0.014008856,0.000018616376,-0.009100542,0.0053324034,-0.04118534,-0.011492129,0.024889184,-0.039516795,-0.026126692,0.02764229,0.014161807,0.022316838,-0.0055757333,-0.023804627,0.015225506,0.016588155,0.04354912,-0.03209175,0.0046476033,-0.02326235,-0.031285286,-0.0058955387,-0.05369946,-0.055145532,-0.04188057,0.010525761,0.015517503,-0.034817047,0.027503245,0.045662615,0.01967497,-0.005325451,0.0144607555,0.009545489,0.050195508,0.0060867267,0.03876595,-0.03053444,0.009774914,-0.021204473,0.017339002,-0.03576256,0.00573216,-0.0428817,0.014975225,-0.010984612,-0.07858864,-0.0611245,-0.019563733,-0.03998955,-0.015823403,0.00024593712,0.04546795,-0.009357777,-0.007918654,0.04658032,-0.037848245,-0.036902733,-0.022094365,-0.047637064,-0.010150338,-0.009809676,-0.014293901,-0.028810274,0.013758575,-0.026376974,-0.04232552,-0.030673487,0.0024141814,-0.0037785675,0.07469536,0.04032326,0.011422606,0.0033735968,-0.043076366,0.061625063,-0.014154854,0.020759527,0.038154148,0.02764229,-0.007605801,0.050000843,0.01104023,0.00927435,0.009163113,0.016949674,0.009149209,-0.034900475,-0.031980515,0.07580773,0.015879022,0.04232552,0.02359606,-0.010338049,0.017742233,-0.04290951,0.009601107,0.061402593,0.020815145,-0.051196635,0.03865471,0.044439014,0.0164213,0.0024367762,0.0023863723,0.047525827,-0.018910218,0.02228903,-0.0010663068,0.013821145,0.0029460313,-0.00026853205,-0.05631352,0.024402523,-0.0041609434,0.021885797,-0.03348221,0.02751715,0.008488742,-0.023137208,-0.009017115,-0.021997033,0.024249574,0.011061087,-0.0212879,-0.056786273,-0.044383395,0.03704178,0.03612408,0.026571637,-0.005102978,0.0328426,-0.008196745,0.03807072,-0.003450072,-0.0076405625,0.03325974,0.02931084,-0.015767785,0.041491244,0.01058138,-0.048137628,-0.019549828,-0.0031528617,0.017366812,-0.022900831,0.02505604,-0.024333002,-0.034594577,0.0077935127,0.004564176,-0.012138692,0.012298594,0.030033875,0.020898571,0.006729813,0.028754655,-0.025167275,-0.02746153,-0.0064725783,0.010351954,0.021830179,-0.0605127,-0.017450238,0.006465626,-0.021454755,0.0049013617,-0.016504727,0.019522019,0.0006152773,0.004355607,0.016949674,0.03381592,0.003955851,-0.01934126,0.035345424,-0.0070809033,0.009601107,0.02815676,0.015865117,-0.016518632,-0.012444592,-0.020092107,-0.021649418,0.03453896,0.012514115,0.026418688,0.03837662,-0.011366988,0.0025949408,0.03409401,0.06368294,0.017380714,-0.032036133,-0.014738847,0.07486222,-0.012806111,-0.0012818278,-0.022205602,0.004299989,-0.04413311,0.021955319,0.031952705,0.011825839,0.020453626,0.025403654,0.013494387,-0.0075849444,-0.061291356,0.05500649,-0.04096287,-0.043688167,-0.012708779,0.01137394,0.029088365,-0.018256703,-0.032397654,0.03901623,0.052865185,-0.06457283,-0.07641953,-0.06457283,0.00064569357,0.01660206,-0.026627256,-0.041519053,-0.055757336,-0.049583703,0.037292063,-0.0021691134,-0.017019197,0.0161154,0.004734507,-0.023651678,-0.006625529,0.0036082366,-0.047887348,-0.01849308,-0.006361342,-0.051752817,-0.018173276,0.042659227,0.06262619,0.0656852,-0.0063995793,-0.023860246,-0.047609255,-0.047498018,0.014697133,0.04357693,-0.02846266,0.015990257,-0.0073555186,-0.029672356,0.004734507,0.030506631,0.0098722465,-0.01636568,0.04054573,0.037959483,0.014147902,0.062848665,-0.05923348,0.0020526624,0.08075775,0.0029077937,-0.006295295,-0.07124703,0.02028677,0.06518464,-0.023915865,-0.002285564,-0.024736235,0.020884668,0.02566784,-0.009281302,0.057231218,0.04521767,-0.03579037,0.01572607,-0.031730235,-0.03929432,0.011387845,0.02262274,-0.03901623,0.021315709,-0.008474837,0.035651322,0.01575388,-0.0028243663,-0.03211956,0.040935062,-0.014008856,0.032036133,-0.028810274,0.00851655,-0.014766656,0.05033455,0.02110714,-0.05497868,-0.06879982,0.01624054,-0.0076961806,0.026154501,0.009149209,0.036902733,-0.03509514,-0.03706959,-0.049945224,-0.023012066,0.015879022,0.029839212,-0.029867021,-0.011012421,-0.003642998,0.046024133,0.009017115,0.027989903,0.018020326,0.018228894,0.0057530166,-0.019800112,-0.010011292,-0.009489871,0.00025593102,-0.047998585,0.012340308,-0.024624998,-0.03762577,-0.032981645,-0.015684357,0.009197875,0.062793046,-0.01228469,-0.048999712,0.012708779,-0.032981645,0.016045876,0.007411137,0.008829404,0.0053115464,0.013668194,0.052587092,0.0036881878,-0.005513163,-0.022650547,-0.03022854,-0.014697133,-0.048221055,0.0167272,-0.06346047,-0.007042666,-0.018103752,-0.06440598,0.02472233,-0.004838791,0.020411912,-0.040768206,-0.00024115742,-0.037180826,0.011353083,-0.040184215,0.03929432,0.04413311,0.009378634,-0.008113318,-0.0237212,-0.020217247,0.022817403,0.01675501,0.026571637,0.054200023,-0.01629616,0.0038272336,-0.00053619506,0.009754057,-0.03476143,-0.010922042,0.011909266,0.033065073,0.020703908,-0.021969223,0.117799535,0.0019761873,0.023137208,-0.02572346,-0.013021632,0.011533842,-0.004206133,-0.043660358,-0.0050682165,0.010873375,0.0099556735,-0.018771173,0.013063346,0.057787403,0.042019617,-0.029477693,-0.0099139605,-0.051196635,-0.022483693,-0.036040653,-0.016282255,0.027864764,-0.049305614,-0.055117726,0.0029564598,-0.028671227,0.0028104617,0.009225683,0.003206742,0.013730765,0.0040462306,-0.062292483,0.002330754,-0.018924123,-0.0037020925,-0.038487855,-0.017380714,-0.002063091,0.03743111,0.010185099,-0.0019501162,0.0012435901,0.044439014,0.009441204,-0.05695313,-0.0074737077,0.04646908,0.030006068,-0.010539666,0.057119984,-0.041407816,0.0028261044,0.016018067,-0.016045876,-0.010602237,0.025918122,0.06396103,0.010977659,-0.0117702205,-0.01688015,-0.01073433,-0.02113495,0.07019028,0.0008216733,-0.037319873,-0.030451013,0.010497952,0.028587801,-0.014029713,-0.023693392,0.016463013,0.021913607,0.011610318,-0.012263833,0.005923348,-0.017950803,0.010484047,-0.02666897,-0.042047426,0.004984789,0.0067437175,-0.016407395,0.047637064,-0.01164508,0.02392977,0.013237153,0.050445788,0.012117835,-0.0018180228,0.03186928,0.013424865,0.013619528,0.008175888,0.003015554,0.024597188,-0.012291642,0.02931084,-0.00028808534,0.009406443,0.007153902,-0.04249237,-0.003427477,0.0019396879,0.011485177,0.01754757,0.002454157,-0.01608759,0.0033683826,-0.014196568,-0.006225772,0.0010350216,-0.021788465,0.023651678,0.018618222,0.020258961,0.029366456,0.0077865603,-0.009621964,-0.030339777,-0.0017545832,0.005224643,0.018173276,0.0070496183,-0.010484047,-0.028240187,-0.0167272,0.0045746043,0.0144607555,0.026529923,0.008766833,0.0014686704,-0.005999823,0.0076614195,0.0049743606,0.0055757333,-0.0032484557,-0.011047183,0.0126462085,0.013397056,0.023776818,-0.009587202,0.011074992,-0.0051168827,-0.009677582,0.023554346,0.006677671,-0.017408524,-0.0069349054,-0.031340905,0.037876055,-0.017172147,-0.004261751,0.014530278,-0.023443108,0.009024068,0.008551312,0.017978612,0.006197963,-0.025473176,0.018242799,-0.040823825,-0.030645678,0.04518986,0.021955319,0.017630998,0.016963579,0.040823825,0.0055792094,0.032926027,0.013702956,-0.010782996,0.0044598915,0.015879022,0.00048188033,-0.047386784,0.00933692,-0.003281479,0.0069905235,0.0026801063,-0.011665937,-0.01662987,0.011742411,-0.02451376,0.04190838,-0.003882852,0.040128596,-0.010755187,0.0073902803,-0.010150338,-0.0061110593,0.018951932,-0.036624644,0.0051099304,-0.00723733,0.026585542,-0.0033666445,-0.052781757,0.018479176,-0.0040427544,-0.04977837,-0.014133997,-0.038487855,0.025862504,0.0045815567,0.028587801,0.010942899,0.024624998,-0.027975999,-0.0009072733,0.010539666,0.0038202812,-0.025653936,-0.0039488985,-0.0099139605,-0.0014790989,-0.01332058,0.008690357,0.019271737,0.022831308,0.003691664,-0.015739975,0.036485597,-0.014530278,-0.02812895,0.010762139,0.0022177792,-0.02931084,0.0044320826,-0.013946286,0.013070298,-0.032369845,0.005933776,0.022344647,-0.04285389,-0.030117303,-0.025806885,-0.003959327,-0.028726846,0.006715908,-0.008926735,0.01480837,0.034149628,-0.013876763,0.0060832505,0.017825661,0.011276608,-0.03153557,0.010699568,0.013139821,-0.013105059,0.00830103,0.018145466,-0.005690446,-0.0006005037,0.00023941936,0.006907096,-0.013125916,0.019800112,0.0188546,-0.008871117,0.013696004,0.0054332116,0.0334544,0.02305378,0.057676166,0.003941946,0.016782818,-0.030840341,-0.012451544,0.026738493,-0.011902314,0.045718234,-0.044105303,0.0138628585,0.018256703,0.00903102,0.011846696,0.0037264253,-0.0068619065,0.027350293,-0.048971903,-0.003618665,-0.02958893,0.008481789,-0.019508114,0.012625352,-0.03086815,-0.020662194,-0.008593026,-0.0068445257,-0.014571992,0.041435625,-0.015531408,-0.012229071,-0.072081305,0.037959483,-0.027197344,-0.050862927,0.00091943983,0.011811934,0.039516795,-0.024652807,0.00431737,-0.016004162,-0.0075432304,-0.011234894,-0.003519595,-0.050028652,0.028184569,0.02110714,0.010199004,0.0063057235,-0.02228903,0.025125561,0.004550271,-0.005905967,-0.007939511,0.06574082,-0.011944028,-0.0036082366,0.03409401,0.011158419,0.039238703,-0.023443108,-0.034344293,-0.03153557,-0.0023550869,-0.00089771394,0.028115045,0.02244198,-0.003569999,-0.009754057,0.015058652,-0.025278512,-0.0025932027,-0.03342659,0.001337446,0.009927864,-0.002843485,-0.019355165,0.027670098,0.014335614,-0.016685486,0.013786383,0.007779608,0.015851213,-0.028017713,0.0068827635,-0.014850083,0.038432237,-0.039683647,0.0069105723,-0.01669939,0.048248865,0.007313805,-0.014877892,0.013077251,-0.008620835,0.006243153,0.03337097,0.016101494,0.042687036,-0.05272614,-0.00039628032,0.04649689,0.005763445,-0.03342659,0.0029981735,0.03759796,-0.010268527,0.0029825307,0.014891797,0.032675743,-0.017227765,-0.0019796635,-0.00933692,-0.009455109,0.031702425,-0.0066533377,-0.004793601,-0.030812532,-0.017450238,0.0053810696,-0.03865471,0.0057912543,-0.021816274,-0.003304074,-0.0016077162,-0.01195098,0.001997044,0.011443463,0.0022699214,0.01688015,0.009941769,0.011923171,0.01690796,0.0067437175,0.016894056,-0.015475789,-0.012639256,0.0053393557,0.013021632,-0.00050621334,0.006267486,0.0022160413,0.0006465626,-0.03448334,-0.003331883,-0.017505856,0.034928285,-0.009774914,-0.036513407,0.026251832,-0.019466402,0.022010937,0.015364552,-0.025236798,-0.018298417,0.015739975,-0.012479354,0.0032501938,-0.02508385,0.015642643,-0.035234187,0.009788819,0.03640217,0.026794111,0.025904218,-0.013835049,-0.004852696,0.026502116,-0.012813063,0.008495694,0.0010419739,-0.037319873,-0.013821145,-0.0055653052,0.008871117,0.0030468395,-0.007814369,-0.0060867267,0.0051898817,-0.025431463,0.022275126,0.03153557,0.0043138936,-0.015906831,0.05684189,-0.033954967,0.047331166,-0.01657425,-0.004776221,-0.020815145,0.023137208,0.015072556,0.003642998,-0.001313113,-0.030840341,0.030729104,-0.011248799,-0.023429204,-0.011665937,0.03448334,-0.00081254845,-0.009177018,0.031813662,0.026655065,-0.007209521,0.03837662,0.032953836,0.026210118,0.024930898,0.0010602237,0.025445368,0.010935946,0.014335614,-0.010692616,0.0501677,0.039544605,-0.003351002,-0.062793046,-0.016282255,-0.017978612,0.03807072,0.02177456,-0.010866423,0.024944803,0.0046788887,-0.037264254,-0.025348036,0.05208653,0.008495694,-0.019925252,0.022789594,-0.042742655,0.029199602,0.0036742832,0.0074319937,0.008495694,0.020690003,0.0012279475,-0.0008416611,-0.02356825,0.01465542,-0.0012470663,-0.009343873,-0.027670098,0.016949674,-0.015503598,0.023609964,-0.0055444483,0.019897442,0.0037333777,-0.010657854,0.01341096,-0.006587291,0.0039106607,0.0322308,0.005123835,0.013404008,-0.0018249751,0.010296335,0.016463013,0.02779524,-0.020550957,0.0048978855,-0.01058138,-0.0047101737,0.029338647,0.035317615,0.02335968,-0.007668372,0.028087236,0.024986517,-0.026891442,0.0170331,-0.017478047,-0.01639349,-0.015573121,0.019077074,0.03901623,0.020606576,-0.008321887,-0.025918122,-0.03153557,0.03145214,0.011540795,-0.007904749,-0.012736588,-0.009024068,0.02843485,-0.013445721,-0.015920736,-0.003719473,-0.018326227,0.018479176,0.009163113,-0.024430333,-0.01998087,-0.023248445,-0.021399137,0.003375335,0.023429204,0.04680279,-0.018437462,0.0019292594,-0.0011366988,0.0031945754,0.0063265804,0.019633256,-0.033287548,0.004230466,-0.019299546,0.0067923837,0.00009760358,0.013696004,0.0021430422,0.020842955,0.051919673,-0.0013078988,0.0074319937,-0.019800112,-0.011964885,0.006966191,-0.009587202,0.00078821543,-0.034233056,0.017491952,0.022553217,0.003663855,0.0010654378,-0.008321887,0.01040062,0.045356713,-0.02538975,0.0126462085,-0.016435204,0.021718942,0.010685664,0.031674616,-0.0025845123,-0.023582155,0.0017372025,0.012444592,-0.035985034,0.0048040296,0.01918831,0.022400266,-0.021705037,-0.004696269,-0.017686617,0.019243928,0.008245411,-0.006142345,-0.0028347946,0.03281479,0.0013009466,0.0185487,-0.03342659,-0.012229071,0.0046302225,-0.0061353925,0.008815499,0.021635514,-0.008161984,-0.022302933,-0.010748235,-0.030951578,-0.055701718,-0.011700697,-0.002264707,0.006055441,-0.0008768571,-0.01903536,-0.0010497952,0.013974095,-0.0013391841,0.010692616,0.01544798,-0.018715555,-0.00069131795,-0.019535923,-0.0065942435,-0.014266091,0.07597458,0.015656548,0.037570152,-0.0025897266,0.027725717,-0.014711037,0.02113495,-0.0015772999,-0.0032275987,0.00044016662,-0.0027861288,-0.028323613,0.013946286,0.0028226282,0.011721554,0.028782465,-0.02146866,-0.009510728,-0.0026592494,0.0043660356,-0.012778302,0.0120900255,0.006340485,-0.015837308,-0.0063474374,-0.024944803,-0.011422606,0.0024020148,0.012625352,0.019508114,-0.0334544,-0.025626127,0.015350648,0.024597188,0.0062327245,0.03220299,0.0050960258,-0.037542347,-0.011735459,-0.017603189,-0.0016867984,-0.029004937,0.014085332,-0.019355165,-0.0024923945,0.019883538,-0.0045363666,0.0048214104,-0.04418873,-0.008773785,-0.0025254178,-0.006489959,0.038599093,0.020870764,0.021315709,-0.020662194,0.02794819,0.04677498,-0.01995306,-0.010456238,0.016615964,0.030367587,-0.023178922,-0.016476918,-0.0015442766,-0.017130433,-0.0054332116,0.015628738,0.009997387,-0.035595704,0.019090978,0.025500985,0.039767075,-0.014544182,-0.0047449353,-0.008579121,-0.012694875,0.03673588,0.022845212,-0.0025653937,-0.008593026,-0.012201262,-0.02146866,-0.005763445,-0.013369246,-0.015809499,0.011603366,0.0060345843,0.0044286065,0.047581445,-0.024305193,0.0033683826,0.059066623,0.016212732,0.013271914,-0.010873375,-0.05525677,0.00515512,-0.042464565,-0.0007577992,-0.015587025,0.006298771,-0.0003830275,-0.005617447,-0.011332226,-0.0144607555,-0.013209344,-0.0024246098,0.0015025629,0.011353083,0.023554346,0.03122967,-0.012305547,0.015517503,0.0191605,-0.00075432303,-0.02438862,0.013911525,0.012062216,-0.026418688,0.003994088,-0.020203343,0.02484747,0.0021308756,0.034038395,0.02438862,-0.0024193956,-0.0059129195,0.021454755,0.0051898817,-0.011207085,0.006090203,0.008502646,-0.017561475,-0.026808016,0.0019483782,0.011721554,-0.060290225,-0.0002518031,0.008530455,-0.05041798,0.0070878556,0.0014182663,-0.020842955,0.029783593,-0.011763268,0.00088294037,-0.0056939223,0.0076961806,0.004734507,-0.0013052918,0.0051307874,0.019800112,-0.010636997,-0.002723558,-0.025987646,0.014252187,-0.01806204,-0.043994065,0.016476918,-0.004108801,-0.009642821,-0.00040670874,-0.036596835,0.010011292,0.0114504155,-0.008857213,0.030840341,-0.006545577,0.015892927,-0.008857213,-0.0048005534,-0.019786207,0.028142855,0.019688874,-0.03868252,-0.040212024,0.019452497,0.0039002325,0.008593026,-0.0028365327,0.026682874,-0.026015455,-0.011742411,0.008328839,0.02162161,-0.013188487,0.014613706,-0.016921865,-0.02538975,0.0035839034,-0.0007182581,0.002302945,0.0099348165,0.018771173,0.0024037529,-0.014071427,-0.025918122,-0.017436333,0.019257832,0.0027791765,-0.028532183,-0.04126877,0.015906831,0.011061087,0.03214737,-0.014432946,-0.0049013617,0.0008772916,-0.009413395,-0.011318322,-0.006927953,-0.009809676,0.0023950625,-0.004835315,0.0026609874,-0.017936898,0.052475855,0.028295804,-0.018131562,0.002089162,-0.01605978,0.009608059,-0.068299256,0.032008324,0.024430333,-0.017950803,0.0046024136,-0.0044425107,-0.02208046,0.05695313,-0.009830533,-0.0064725783,-0.004689317,-0.0556461,-0.01815937,-0.018771173,-0.007675324,0.01225688,-0.029672356,-0.025473176,-0.007313805,-0.0048075058,0.0016068472,-0.01821499,-0.0064065317,0.02505604,0.024402523,-0.0015520978,0.001626835,0.017408524,0.00860693,-0.021718942,-0.028142855,-0.013355342,0.021037618,0.021941416,-0.007508469,-0.03122967,-0.019716684,-0.020106012,0.020509245,0.00821065,-0.013939334,-0.0019223071,-0.0016650725,0.011519938,-0.012764397,-0.018409654,0.03412182,-0.003914137,0.003424001,0.006635957,-0.010769092,0.017088719,0.020300675,-0.011012421,-0.000012363392,0.017088719,-0.031146241,-0.055757336,0.021565992,0.024402523,0.017102623,0.031618997,0.0032223847,-0.00924654,-0.013932382,0.012625352,-0.026752397,0.013522197,0.011589461,-0.008022938,0.033315357,0.015058652,-0.031007197,0.0066533377,0.01526722,-0.0012348999,0.012521068,0.010025197,-0.0073902803,0.011297465,-0.028754655,0.03317631,0.04427216,0.017922994,0.014238282,-0.001312244,0.0035265472,0.04193619,-0.03834881,-0.03576256,-0.048054203,0.00646215,-0.0035265472,-0.008544359,0.0041748476,-0.0017232979,0.014613706,0.021426946,0.011638127,-0.0031250527,0.01636568,0.040907253,0.006396103,-0.04546795,-0.0007969058,0.028337518,-0.003185885,0.031340905,0.028977128,0.027711812,0.027100012,0.035595704,-0.036235314,-0.025000421,-0.009719296,0.015545311,0.0034483338,-0.03025635,0.015072556,0.0060658697,-0.010087768,-0.046441272,0.048248865,0.02456938,0.0027183439,0.019118788,0.0468306,0.014432946,0.0380151,0.047303356,0.0061597256,-0.027100012,0.0039245654,0.016018067,0.020745622,0.027378103,0.031785853,0.009489871,-0.018381845,-0.009907008,-0.009072733,-0.03451115,-0.0043590833,0.0066533377,0.017436333,-0.006663766,-0.017950803,0.004112277,-0.010922042,0.03567913,-0.014224377,-0.020245057,-0.026919251,0.018145466,0.024430333,-0.030284159,-0.031062815,0.022233412,-0.012889539,0.021413041,0.010059958,0.01237507,0.022873022,0.017672712,-0.0016433466,-0.0038724234],"social":"https://twitter.com/nick_mandal"},{"title":"senpai ai","description":"let our ai guide you through meditation","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=BTiMct4eLLU","youtube_transcript":"Hey, guys. Anastasia Shah, and I'm building the website where you can get the agenda related meditation sessions. Just go to the site and start playing a session and look good. Using AI, the speed of engineering sessions can be improved dramatically while retaining quality of these sessions. Which means high quality security sessions, elderly deep, or even days. Get security sessions on demand very fast. Here's what we're down the last few weeks. I'm going to be one. And after that, I started hustling. I hit my voice up. I launched on credit, and then I actually told me to just not do it though. But that didn't stop me. A launch support hunt, and I got one meeting feedback, and I ended up with some good stats. And I got this email at the theater. I ended up as four pence helper for the week. And I kept launching and launching and launching. And now I have about five hundred users. Wanna try it?","embedding":[-0.024047932,-0.00011313097,0.02828008,-0.028172484,-0.004146968,-0.014086242,0.0070162215,0.073668085,0.014938051,-0.01821976,0.054623414,-0.048490383,-0.022344312,-0.05326052,0.030862408,0.007823199,-0.06186828,-0.043433324,-0.04834692,0.024370722,0.024065863,0.03561461,-0.0299837,0.02074829,-0.011046626,-0.036618847,-0.016838932,0.02505217,-0.0037300296,-0.035722207,0.022613304,-0.040097818,0.018049398,0.024316924,-0.0036851976,-0.045262475,-0.021985656,0.0016980153,0.012059831,-0.026110208,-0.023563745,-0.000037897124,0.027634498,0.02885393,-0.04415064,-0.003268259,-0.008459815,0.0019972695,0.0132971965,0.022433976,-0.0612227,-0.010042387,-0.012095697,0.060326055,0.0012799561,-0.020156506,0.030593416,0.0032660174,-0.034233782,0.0149111515,0.032763287,-0.021967722,0.025016304,-0.01511738,-0.02562602,0.015153245,-0.0015556734,0.014552495,-0.010544507,-0.0026204356,0.048095863,0.013359962,0.0062271766,-0.010562439,-0.0037748616,-0.019690253,-0.014247637,0.05060646,0.033068147,-0.041711774,0.007841132,0.0009510006,-0.022505708,0.020981416,-0.031723183,-0.035668407,-0.08055429,-0.008015977,-0.030898273,0.02144767,-0.0018840685,0.043899577,-0.03150799,0.0131627,0.06201174,0.052220415,0.006101647,0.07933486,0.048562117,0.034717966,0.04777307,-0.044652756,0.0001563519,-0.0215732,0.024747312,0.021949789,0.026146073,-0.023330618,-0.00923541,0.007648354,-0.13499838,-0.030109229,0.0016218007,0.0035484596,-0.011423215,-0.0031561789,0.054587547,0.002181081,-0.035793938,-0.040779267,-0.06305185,0.032817088,0.020120641,0.02524943,0.04156831,-0.0563091,-0.020766223,-0.021985656,-0.043002937,0.005949218,0.021985656,-0.0050839586,0.059250087,-0.08686665,-0.018354256,-0.023276819,-0.027670363,0.010302413,-0.033193678,0.0007492562,0.015520868,-0.020210305,0.015036682,0.0022920405,-0.034197915,-0.048849043,-0.014929085,0.033946857,-0.02137594,-0.032548096,0.014471797,0.011746007,-0.026235737,-0.0132971965,0.013153734,0.012319857,-0.031741116,0.02707858,-0.042178027,-0.017116891,0.0051512066,0.017421748,-0.01426557,-0.08665146,0.0076573202,0.045405935,-0.017206555,-0.03240463,-0.07000978,-0.02802902,-0.03055755,-0.040922727,-0.01015895,0.01258885,0.0038398681,-0.028656669,0.024281058,-0.020802088,-0.005330535,-0.0059402515,-0.025572222,0.039631564,0.0030261658,0.021537334,-0.045226607,0.0028916695,-0.019492991,0.025016304,0.05092925,0.006361673,0.005222938,0.04705576,0.008455331,0.039057713,0.01018585,-0.054264758,0.068790354,-0.030647215,0.030324424,0.01854255,0.018112162,-0.009970656,0.044186503,0.021124879,0.009925824,-0.022505708,-0.015780894,-0.015637431,0.0027571733,0.015888492,0.08471471,0.02499837,0.012911641,-0.008235654,-0.050714057,-0.025697751,0.0017058608,-0.022541573,-0.024209326,0.0025800865,-0.002889428,0.0072672814,0.005846104,-0.009262309,0.0419987,0.049817413,0.028818065,0.0052319043,0.051969353,-0.0036605399,0.016274048,0.014202805,-0.015332573,0.025267364,0.04289534,-0.006065781,0.061581355,-0.053296383,0.040133685,-0.0005026798,0.03486143,0.002945468,0.035255954,-0.01223916,0.041675907,-0.002281953,-0.041711774,-0.07015325,0.019457126,0.03758722,0.025661886,0.006020949,0.005397783,0.0028423544,0.008423949,-0.024639715,-0.03663678,0.0056398762,0.0019389878,-0.011674276,0.00815944,0.008589827,-0.0323329,0.032763287,-0.019528857,0.0064782365,0.030414088,0.00515569,-0.042536683,-0.016552007,-0.04587219,0.008423949,0.0027616564,0.017681776,0.02137594,0.028638737,0.0072358986,-0.016480274,-0.050140206,0.024532117,-0.017036192,-0.004236632,-0.01904467,0.004451826,-0.008414983,0.04497555,0.049709816,-0.03301435,-0.021411804,0.014552495,-0.0028580455,-0.019708185,0.026361266,-0.004312847,-0.016803065,-0.02107108,0.028925663,-0.01341376,-0.034377243,0.013225465,0.06810891,-0.018990872,0.012490219,-0.01814803,0.046804696,0.049638085,0.014660092,0.007527307,0.016085753,-0.032619826,0.023886535,0.039631564,0.0061150966,0.0138351815,-0.034090318,-0.022559505,0.054874472,-0.011136291,-0.008944001,-0.03866319,-0.023545811,-0.02132214,0.0016330087,0.0023402348,0.02935605,-0.0035282853,0.04364852,-0.0076842196,-0.015180144,-0.035202153,0.005953701,-0.046768833,-0.027580699,-0.047486145,0.020407565,0.005837138,0.0004222622,-0.018201826,0.04257255,0.012185361,-0.031490058,-0.051610697,-0.04397131,0.012203294,0.032243237,0.028674603,0.011145256,-0.054479953,0.004256807,0.02840561,0.0011409766,-0.023707207,0.022595372,0.021860125,0.009038148,-0.012014999,0.013853115,-0.04067167,-0.017825238,0.01701826,-0.05365504,0.02029997,0.016247148,0.02853114,0.025034238,0.020551028,-0.046338443,0.0042164577,0.0031875614,0.017233454,0.0563091,-0.00031438502,0.08277796,0.001960283,-0.0455494,0.02707858,0.04802413,0.012472287,-0.0107866,0.055520054,0.031328663,-0.012006032,-0.0068727587,-0.020676559,-0.00454149,0.022989893,0.015018749,-0.009872026,-0.030772744,-0.02074829,0.049064234,-0.051538967,0.008562928,0.013512391,0.0066934307,0.015637431,0.032906752,0.025410827,-0.002028652,-0.058066517,0.03916531,0.0029320184,-0.033498533,-0.015377406,-0.019582655,0.014955984,0.0022752283,-0.023492014,0.0056802253,-0.0042231823,0.017188622,-0.07861754,0.05993153,-0.020407565,-0.0058326544,0.03105967,0.022111185,-0.0016296463,0.055771116,0.03378546,-0.039272908,-0.049889147,0.009244376,0.022433976,-0.0055905613,0.039810892,0.041209653,-0.03511249,0.01847082,-0.03649332,-0.021411804,0.0023985165,0.026970983,0.014516629,-0.011719108,0.010149985,-0.037300296,0.036905773,-0.012364689,0.005415716,-0.013933812,-0.01629198,-0.06642322,0.028100751,-0.053117055,-0.028674603,-0.033516467,-0.027491035,-0.01341376,-0.03504076,-0.04927943,-0.038161073,-0.033050213,0.032189436,-0.044258237,-0.038806655,0.025339095,-0.018399088,0.0012384864,-0.0016442167,-0.029409848,0.0442941,-0.05993153,0.04067167,0.013234432,0.01641751,-0.02069449,-0.0047118524,-0.007581106,0.0023895502,0.009889958,-0.002849079,-0.003342232,-0.005846104,-0.05473101,-0.0065230685,0.02069449,-0.02137594,0.00491808,-0.03183078,-0.007437643,0.019761983,-0.018354256,0.07904793,0.032601893,-0.006509619,-0.012355723,-0.011181123,-0.0035507013,-0.012777145,0.021931857,0.059823938,0.0587121,-0.024406588,0.0057878224,-0.025895013,-0.02074829,-0.012902674,-0.018865341,-0.007585589,0.005178106,-0.003994539,-0.026504729,0.06642322,0.006496169,-0.023258887,-0.030736879,0.010679003,-0.00093194697,0.0154491365,-0.02460385,0.00064950483,-0.023761006,-0.006043365,-0.013440659,-0.008083225,0.032942615,0.052399743,0.002837871,0.011898436,-0.016121618,-0.012983372,-0.017950768,-0.01787007,-0.006213727,-0.012445387,-0.039703295,0.029786438,-0.025231497,-0.014247637,0.0052767363,-0.0107417675,0.0066530816,0.0009638899,-0.022631237,0.009217477,0.009132296,-0.001147141,-0.041281383,0.017224487,0.004519074,0.028549073,0.03417998,0.015879525,-0.019259864,0.0055098636,0.010822466,-0.007760434,0.002209101,-0.010481742,0.04623085,-0.015601566,0.04289534,-0.0128040435,0.02460385,-0.006527552,0.022093251,-0.026504729,0.0030171995,0.030145096,0.020837953,-0.027311707,0.035345618,-0.005998533,-0.025141833,0.000976779,-0.00646927,-0.008854337,-0.01594229,0.026540594,0.014480764,-0.032243237,-0.005312602,-0.012992338,0.025141833,-0.01101076,-0.009549234,-0.005926802,-0.0070610535,0.02214705,-0.03498696,-0.01831839,-0.05135964,0.043433324,-0.03769482,-0.009450604,-0.017287252,0.007917346,0.031974245,0.022971962,-0.020425498,-0.029553311,0.021196611,0.014095208,0.008289453,0.02499837,-0.0045123496,-0.028997393,0.032906752,0.028226282,0.042429086,-0.021214543,-0.009432671,-0.009405771,-0.014973917,-0.00684586,-0.0149111515,-0.0005567585,0.044832088,-0.029194655,-0.0012665064,0.017278286,0.0033713728,-0.030952072,-0.0053170854,0.0035394933,0.0054291654,-0.0026137107,0.018121129,-0.0023290268,-0.018381156,-0.033516467,0.032171506,0.019277798,0.021716662,0.012472287,-0.023743073,-0.03333714,-0.021411804,-0.011396316,0.010275514,0.016982395,-0.005343985,0.0034924196,-0.033928923,0.005012227,-0.03288882,0.032978483,0.022057386,0.0027213076,0.010974894,-0.01622025,0.0037771033,-0.03145419,0.02808282,0.01223916,-0.011297686,0.008347735,0.0053708837,-0.035453215,-0.050857518,-0.0032054943,0.07933486,0.011118357,0.011880503,-0.008419466,-0.03866319,-0.046410177,0.029894035,0.0050974083,-0.030970005,0.07746985,-0.0073121134,-0.0041828337,-0.020784155,0.029642975,-0.002837871,0.013090969,0.008849854,0.021393871,-0.025500491,0.01581676,-0.0021676314,0.009916858,0.0004942737,0.017260354,-0.018417021,-0.058425173,0.037407894,0.010410011,-0.011719108,0.002146336,-0.02524943,0.02322302,0.045979787,0.020353768,0.02720411,-0.029894035,0.03726443,0.0008826317,0.010804533,0.03851973,-0.011566678,0.0046670204,0.013781384,0.01689273,-0.020102708,0.015198077,-0.002017444,-0.05257907,-0.06402022,0.023563745,-0.0042724977,0.016399577,-0.028728401,0.028064886,0.009177128,-0.008666042,0.014929085,-0.023689274,-0.02645093,-0.03656505,-0.023330618,0.027993154,-0.016085753,0.015556734,-0.00874674,-0.041604176,-0.013485491,-0.027508968,-0.020228237,0.030629281,0.0041155857,0.02575155,0.01571813,-0.0455494,0.010266548,0.00080137356,-0.005778856,-0.008092192,0.0033175743,0.015305675,0.011494947,-0.011584611,0.0027392404,0.012732312,-0.032422565,-0.0142835025,-0.046984028,-0.048095863,0.02915879,-0.0042724977,-0.0044899336,0.045370072,0.03240463,-0.018829476,0.041604176,0.019152267,0.01068797,0.0019412293,-0.010499675,0.021268342,-0.023456147,0.03554288,0.060971636,-0.0023648925,0.022971962,0.012445387,-0.005263287,-0.0011353726,0.020228237,0.006003016,-0.0097106295,0.026809588,-0.0061106132,0.023258887,0.009674764,0.027024781,0.046553638,0.014902186,0.03258396,0.0010496313,-0.00413576,-0.009898924,0.019528857,-0.04257255,-0.0045056245,-0.00755869,-0.009226443,0.027562767,-0.0023985165,-0.0013494458,-0.010114118,0.0006702397,0.015771927,-0.027024781,0.010239649,0.012732312,-0.02505217,-0.014023476,-0.024621781,0.004158176,0.003925049,-0.030019565,0.011306652,-0.006679981,0.00016671933,-0.066279754,-0.03726443,0.006657565,-0.01623818,0.006384089,-0.0032122189,0.033498533,-0.003404997,0.054551683,-0.013108902,0.020479297,-0.02252364,-0.01771764,0.008262553,-0.024191394,-0.0062182103,-0.027365506,0.002112712,0.02182426,0.03263776,-0.01414004,-0.0127143795,-0.029122923,0.030163027,-0.024370722,-0.036672648,-0.0037883113,0.069077276,0.016354745,-0.014175906,0.01293854,0.024711447,0.0043375045,0.026737856,0.015377406,0.028513206,-0.029696774,0.048633847,0.02935605,-0.014202805,0.0040191966,-0.02555429,0.017421748,-0.005456065,0.002940985,0.006854826,0.043361593,0.0133420285,0.00028832635,-0.00864811,-0.010508641,0.031794917,-0.04332573,0.0029611592,0.02137594,0.035076626,-0.018668082,0.008370151,0.0031673869,0.008249104,0.00551883,0.0015052373,-0.029625043,-0.03859146,0.012355723,0.026970983,-0.008692942,0.039272908,-0.010544507,0.016184384,-0.0037210633,0.043791983,0.011746007,-0.012355723,0.04802413,-0.00912333,0.00269665,0.028190415,0.021591133,0.011548745,0.059752204,-0.00068985374,0.018103197,0.009719596,0.010652103,-0.011503913,0.020443432,-0.022685036,0.022828499,0.011584611,0.046087384,-0.009925824,-0.00032643363,-0.0000676334,0.010634171,-0.0097106295,-0.020712424,0.0111900885,0.037228566,0.031669386,0.04232149,-0.017170688,0.011656342,0.0010933426,0.020443432,0.0042186994,-0.010338279,-0.0324405,0.0038824587,0.010105153,0.0012317615,-0.0013315129,0.024639715,0.018049398,-0.021609066,0.064881,-0.018955005,-0.016399577,-0.022039454,-0.005890936,0.017511413,-0.018210793,-0.027042715,-0.020515162,-0.0031741117,0.012346757,-0.004420444,-0.014982883,0.002373859,-0.008778122,0.023492014,0.049817413,0.041675907,0.01666857,0.018686013,0.011019727,0.019008804,-0.011602544,0.005550212,-0.01233779,-0.008141506,0.007876998,-0.021035215,-0.036905773,-0.03656505,-0.009558201,-0.014794588,-0.013924846,-0.004301639,0.034807634,0.011414249,0.013431693,-0.019941311,0.040133685,-0.01031138,0.0719824,-0.0052767363,-0.0016722368,-0.034700036,-0.022039454,0.050857518,0.012669547,0.02264917,0.0039967806,0.0021452154,-0.013046137,-0.041353118,-0.010141018,-0.0003012156,-0.01366482,-0.03611673,-0.010876264,0.043827847,-0.018327357,0.059357684,0.014516629,0.027491035,-0.01053554,-0.0037300296,0.038950115,0.005415716,-0.0036964056,-0.00090897054,0.03202804,0.02069449,0.009477503,-0.040026087,-0.012893708,0.013781384,-0.038842518,0.011979134,0.004958429,-0.00873329,-0.0003152256,-0.021358006,0.010616238,0.033247475,-0.030252691,-0.037300296,-0.03504076,-0.01581676,0.017224487,0.052112818,0.024209326,0.021913923,0.018721879,-0.03909358,0.0069534564,-0.048741445,-0.026289536,-0.02455005,-0.027042715,-0.013682753,0.009020216,-0.02828008,0.004095411,-0.010571406,-0.0077828504,-0.0063571897,-0.021304207,0.0007257194,-0.015771927,-0.054121293,0.06703293,-0.0030620315,0.011477014,-0.02953538,-0.016103685,-0.019259864,0.044007175,0.02663026,-0.0147318235,0.0077469847,-0.00825807,-0.00046317148,0.006966906,-0.052435607,-0.012391589,0.033749595,0.0028670118,0.002577845,0.021106945,-0.0059850835,-0.018210793,-0.025536356,0.022756767,0.005586078,0.03977503,0.003620191,0.005285703,-0.026935117,0.02107108,0.008249104,0.022954028,-0.019708185,0.015458103,-0.01476769,0.011136291,-0.018632215,0.0064109885,-0.005716091,0.024083797,-0.0046670204,-0.025231497,0.010714869,-0.002418691,0.004900147,0.02480111,0.012176394,0.024532117,-0.02447832,-0.014785622,0.018686013,0.001659908,0.0032010109,0.021788394,-0.010939029,-0.0028692535,-0.022290513,0.0097106295,-0.024281058,0.018336324,-0.008020461,-0.015027715,0.045585264,-0.001880706,-0.019797849,-0.026988916,-0.0018526859,-0.003008233,0.023563745,0.043863714,0.010463809,0.014426965,-0.018103197,0.003608983,0.0001506078,-0.011100424,0.01631888,0.010436909,0.003268259,0.035596676,0.03758722,0.01992338,0.014453865,-0.022702968,0.021124879,0.013207532,-0.017332084,0.012579883,-0.023761006,0.011934302,0.018901208,0.026612327,-0.016300946,-0.0054919305,0.0049763615,0.008208755,0.003958673,0.0012272784,-0.013234432,0.018085264,-0.016659603,0.022254648,0.0013416002,0.000940353,0.0036605399,0.00077671587,0.036905773,0.00091737654,0.023994133,-0.009190578,0.016632704,0.018174928,-0.014131074,-0.0203179,0.0031785949,-0.023061626,-0.005608494,-0.0051018912,-0.02808282,-0.007020705,-0.011199055,0.036582984,-0.028638737,0.008110125,-0.023115424,0.0014704925,-0.0004693359,0.007980111,0.13478318,0.010571406,0.051216174,-0.015987122,0.00551883,0.0031875614,0.0074914414,-0.026110208,-0.007527307,0.0075093745,-0.03916531,-0.009387839,-0.005433649,0.02562602,-0.003918324,-0.003913841,0.010302413,-0.0021496986,0.0014525596,-0.00815944,0.0020746049,0.03859146,0.016139552,-0.027616566,-0.01138735,-0.012095697,0.019744052,0.014471797,-0.006491686,0.03206391,0.009159195,-0.0014279019,-0.013126835,0.02897946,0.018399088,0.007984594,-0.016462343,0.031364527,0.004146968,-0.009118847,-0.004117827,0.023617543,0.010858331,0.0043599205,0.020013044,0.010257581,-0.027222043,0.0024792145,-0.019905446,-0.028567005,-0.012364689,0.050785787,0.023348551,0.0128040435,-0.011521846,0.014624227,0.0077962996,0.02447832,0.02700685,0.0056667756,-0.015278775,0.021662865,0.009612,0.0002583449,-0.005352951,-0.019977178,-0.002503872,0.013207532,-0.009020216,-0.012499185,-0.028889796,-0.0042523234,0.018345289,0.0076304213,0.009889958,0.027024781,-0.0072986637,0.003449829,0.016498208,-0.016659603,-0.0107866,0.028064886,-0.0027683813,-0.0179418,-0.020066842,0.04404304,0.017179655,0.024819043,-0.02214705,0.0063033914,-0.022631237,-0.010454843,0.013826216,0.009325074,-0.014516629,0.010096186,-0.029122923,0.021788394,-0.019582655,-0.01404141,0.02575155,0.015000816,-0.00096445024,-0.009244376,-0.034090318,-0.0050525763,-0.017045159,0.042787742,-0.0032974,0.0038533178,-0.017009294,0.012741279,0.010454843,0.003768137,0.029625043,-0.0067203296,0.016121618,0.0031696286,0.007711119,-0.037981745,0.019475058,0.041066192,-0.009029183,-0.0117280735,-0.014086242,0.018757746,0.01151288,-0.017627977,0.02447832,-0.00684586,-0.0024500736,0.0045392485,0.030037498,0.013377895,0.022254648,0.034771767,-0.003958673,-0.007352462,0.016399577,0.04131725,-0.00827152,0.027491035,-0.021429738,-0.019026738,0.006141996,-0.004236632,0.0028961527,0.012122596,0.024567984,0.0027325156,-0.002804247,-0.012104663,0.046768833,0.01426557,0.0037860696,-0.028351812,0.041604176,-0.03493316,-0.017780405,-0.017161723,-0.024209326,-0.00085405126,-0.015610533,-0.009656832,-0.0017148273,-0.025016304,-0.021232476,0.031274863,-0.0032144606,-0.0051287906,0.024747312,0.0026764756,-0.034502774,0.0007133906,0.033946857,-0.010365179,-0.035776004,-0.000100171696,-0.0031337629,-0.008773639,-0.012597816,-0.015646398,0.015646398,0.0063078743,0.030163027,0.016372679,-0.0015388613,-0.011799805,-0.014059342,-0.0067517124,-0.0026249187,-0.0069265575,-0.027795894,0.018632215,0.034610372,-0.009307141,-0.025339095,0.0067875776,-0.01986958,0.0026249187,-0.035471145,-0.024191394,-0.023761006,0.022236714,0.019026738,0.018085264,0.006527552,-0.021662865,0.013996577,0.026181938,0.01223916,0.033301275,-0.0077469847,0.010436909,0.040886864,-0.015493969,0.007832166,0.017081024,0.04289534,-0.04124552,0.023420282,-0.0031898029,0.01126182,-0.04407891,0.003936257,0.012642648,0.035291817,-0.022433976,-0.026397133,0.008428432,0.0040752366,-0.006966906,-0.005976117,0.0026316436,-0.018309424,-0.005312602,-0.013862081,0.008778122,-0.018937074,-0.039380506,-0.026415065,-0.0016173176,0.006061298,0.012454353,0.014104174,0.03131073,0.01223916,-0.007132785,-0.0047028856,-0.010221716,-0.0005822567,0.00515569,-0.009069531,-0.020855887,-0.015260843,0.023617543,0.011629444,-0.049889147,-0.008437399,0.014409033,-0.023169221,0.0018549276,0.00019095666,-0.004476484,0.00064278004,0.003983331,0.0022057386,0.0019300213,-0.016130585,0.002929777,0.0015455862,-0.023563745,-0.007087953,-0.0072672814,-0.034610372,-0.011414249,-0.01173704,-0.0008759069,-0.008195305,-0.027365506,-0.035632543,0.017762473,-0.014929085,0.0021149537,0.005563662,-0.008567411,-0.0062809754,-0.003958673,0.016265081,-0.006164412,0.007500408,0.0064603034,-0.032942615,0.02745517,0.014400066,0.014211771,0.0013147009,0.003461037,0.032942615,-0.021429738,0.014149006,0.0067651616,0.0021788394,0.0034206882,0.011521846,-0.0020185646,0.029894035,0.021949789,-0.02214705,0.009665797,0.035345618,-0.0039967806,0.014202805,-0.0011846878,0.027239976,0.0038869418,-0.01173704,0.009701664,-0.043433324,0.01806733,0.009558201,-0.01476769,0.046589505,0.011566678,0.026540594,0.01499185,-0.006146479,-0.027114445,0.031866647,-0.021106945,0.031651452,0.024155527,0.03923704,0.0050391266,0.017852137,0.016704435,0.0021250409,0.02309749,0.008414983,-0.007020705,0.024908707,-0.01578986,0.018524619,0.010992828,0.0034700034,-0.021483535,0.008370151,0.030826543,-0.01208673,0.024729379,0.019385394,0.044365834,0.041353118,0.04447343,-0.0324405,0.013046137,0.034610372,0.009334041,0.012669547,-0.0068189604,-0.022989893,-0.027419304,-0.015520868,0.0008344372,-0.0323329,0.03977503,-0.015045648,-0.0011667551,0.008325319,-0.04257255,0.010499675,-0.014678025,0.029660909,-0.02828008,-0.0128040435,-0.0020376183,0.0073569454,0.012292958,-0.021806328,-0.0033399905,0.012400555,-0.0021496986,0.049064234,0.018381156,0.03346267,0.0041940417,-0.0142386705,-0.025428759,-0.040313013],"social":"https://twitter.com/ehteshaxm"},{"title":"choose your algorithm","description":"helping businesses connect with their target audience via their expertise instead of relying on traditional methods of seo, social media, and paid advertising","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=0vBzxAzxqX4","youtube_transcript":"Hey there. I'm Leo, and I'm building out choose your algorithm, which helps people stand out online for their expertise not just their ability to stand out in a crowd. Start with I built a set of tools that allows you to build search engines around what your next in. And as a kind of way to show it off, I went ahead and created this search engine that allows you to search through Danny Miranda's podcast and discover what challenges were offered by his guests. And so let's say we wanna look up a challenge about proving your expertise. Let's see what's available. And this first result actually, I think, sums it up perfectly. Identify the things that only you can do When build space started, I had the idea that I was gonna have a hundred people build out a search engine on choose your algorithm. Ultimately, I was only able to get four, but within that four, I'm helping build out a podcast network, an online scavenger hunt, a community that allows people who are homeschooling their kids to use online content to enhance their curriculum and a realtor get started building a presence online. And although the numbers don't seem that impressive, the amount of insights I'm gaining by working closely with these users is going to ultimately position me in a great place to succeed.","embedding":[0.006989552,-0.008205286,-0.017850354,0.036082692,0.010306193,-0.024211839,-0.040666487,0.061469864,-0.037551858,0.032703612,0.04336975,-0.03731679,-0.02162611,-0.038668424,-0.004411168,0.018658396,-0.025460629,-0.060705896,-0.021743642,0.02155265,0.01905507,-0.025666311,0.031381365,0.039167937,-0.0035333417,-0.034789827,-0.006335774,0.096847355,-0.03617084,-0.008205286,-0.009652414,-0.022963049,-0.01437578,0.013457552,-0.011077504,-0.045896713,0.0038785955,-0.013347364,0.03393771,0.0063063907,-0.0028465071,0.015264624,0.03675851,0.015220549,-0.03631776,-0.024637897,-0.027370544,-0.016689714,0.048453063,-0.001481102,-0.023286264,0.039403006,-0.01585229,0.026856337,-0.011959003,-0.023829857,-0.056210253,0.022507608,-0.036934808,0.07140142,-0.0027546843,0.0057738186,0.054094654,0.018820003,-0.011503561,-0.0053918357,-0.033114977,0.0034066264,-0.0059317537,-0.006346793,0.03170458,-0.021567343,0.02573977,-0.047542177,-0.0037463708,-0.030411715,-0.00907944,0.032468546,-0.027385235,-0.05068619,0.035730094,0.009725872,0.026107062,-0.016307732,-0.043046534,-0.02449098,0.005997866,-0.010893858,-0.046454996,-0.014948754,-0.032644846,0.00097240356,0.016498722,-0.005942772,0.07081375,0.029941583,0.017233305,0.06652379,0.07651411,0.053653903,-0.014067255,-0.035730094,0.0068463087,-0.037786923,0.005160442,0.016689714,0.043781117,0.0072870585,0.024299989,-0.020230401,-0.14350803,0.0065230927,0.008623999,-0.01175332,-0.024740739,-0.015896365,0.024476288,-0.03108753,-0.041959353,-0.0053404146,-0.01291396,-0.0054689664,-0.012899268,-0.0004028726,0.036905423,-0.004455243,-0.00904271,-0.012833156,0.0035627251,-0.025798537,0.02911885,0.030529248,0.022448841,-0.048570596,-0.03367326,-0.020274477,-0.082214475,-0.03490736,-0.023624172,-0.024182456,0.034172777,-0.03152828,-0.031028764,-0.0012295075,-0.048746895,-0.02510803,-0.015088324,-0.0044736075,0.0023690285,-0.009424693,0.018922845,-0.02501988,-0.06681763,0.046866365,-0.00023472206,0.014353742,-0.0010008686,0.0058986973,-0.026062986,-0.003191761,0.022566374,0.027179552,-0.01692478,0.014912024,-0.019642735,0.02813451,-0.0026481699,-0.043134686,-0.06064713,-0.014485966,-0.01664564,-0.04201812,-0.006644299,0.0028281426,0.030940615,-0.006262316,0.019804344,-0.025504705,0.020201018,-0.057385582,-0.035024893,-0.003349696,0.0044809533,0.016895397,-0.030529248,0.015514382,0.012627473,-0.054799855,0.010695521,-0.041107237,-0.013692617,0.03161643,0.04096032,0.0036141458,0.02600422,-0.005156769,0.05192029,0.010702867,0.004859263,0.007158506,0.033996478,0.016528105,0.018305795,0.024711356,0.026547812,-0.0052596107,0.0008727758,-0.026547812,-0.030294182,-0.0088370275,0.045514733,0.013633851,0.04542658,0.023065891,-0.024270605,0.010181313,-0.03846274,-0.011635787,-0.006618588,0.051949672,0.02760561,0.035054278,0.024285298,-0.017865047,0.010915896,0.0066038966,0.052596107,-0.08644567,0.056357168,0.036229607,0.023756398,0.030676166,0.024549747,-0.0118194325,0.0072686938,0.010658792,0.030206032,-0.029544909,0.029412683,-0.020994367,-0.019745577,-0.0436342,0.0031458496,-0.012921306,0.018335178,0.019804344,-0.03769877,-0.029074775,-0.0062402785,0.016998239,0.045720413,0.0052008443,0.02573977,0.0064459615,0.025548778,-0.0034764116,-0.0064716716,0.0004963023,0.014508004,-0.021420425,-0.0061007077,0.021332275,-0.0313226,0.010526567,-0.036993574,0.012267527,-0.050362974,-0.045837946,-0.020421393,-0.039403006,-0.039491154,0.0073715355,0.0013709146,-0.024344064,0.007261348,-0.02457913,0.0018327833,0.051362008,0.00035076315,-0.027870059,-0.045691032,0.006049287,-0.012634818,-0.0027840675,0.012436481,0.02501988,0.042282566,-0.03205718,-0.03302683,-0.0043707658,0.010673484,-0.049569625,0.018364562,0.017145155,-0.035289343,0.016586872,0.054888003,-0.018849386,0.0422238,0.06188123,0.021288201,-0.021200052,0.032292247,-0.018452711,0.02394739,0.0041320263,0.05415342,0.05750312,0.027870059,-0.012105919,0.046278697,0.055975188,0.0008144683,-0.03793384,-0.031998415,-0.018423328,0.062939025,-0.041518603,0.016630948,-0.06276273,-0.039608687,-0.020964984,0.009872789,-0.0029603674,-0.01870247,0.0034653929,0.037463706,0.01050453,0.027958209,-0.04533843,0.031263832,-0.020656459,-0.01940767,0.005502023,0.0033258223,-0.042723317,-0.023712322,-0.010600026,0.015235241,0.017321454,-0.045455966,-0.023124658,-0.0038308478,0.009072094,0.018717162,0.009997668,0.0075368164,-0.020201018,-0.036053307,0.036494058,-0.036494058,0.009667106,-0.0023120984,-0.008087753,0.026430277,0.009938901,-0.033350047,-0.024079613,0.0033019483,0.0073568434,-0.005248592,0.028501801,0.045044597,0.030823082,-0.014478621,0.007338479,-0.022918973,0.010798363,0.010071126,-0.00643127,0.022992432,-0.007018936,0.015866982,0.0022441496,-0.036053307,0.0107616335,0.06152863,0.015205857,-0.01585229,0.05336007,0.04389865,-0.02858995,-0.047600944,-0.06869815,0.010746942,0.023256881,0.031058148,-0.037522472,-0.06064713,0.007815958,0.01868778,-0.05039236,0.040049437,-0.033878945,0.0127817355,0.005373471,0.033732027,0.037875075,0.010247426,-0.023051199,0.010577988,-0.017203921,-0.030646782,-0.041312918,-0.010982009,0.0004884974,-0.017159848,-0.006758159,-0.0039557265,0.002593076,0.031498898,0.01621958,0.05380082,-0.023918007,-0.040989704,-0.005465294,0.0228749,0.021655492,0.045485348,0.048835043,0.020068794,-0.057826333,0.03144013,0.006581859,0.03758124,0.04248825,0.060088847,0.018129496,-0.014096638,-0.04263517,-0.04113662,0.021082517,0.03928547,-0.0030760642,-0.05477047,-0.01745368,-0.009637723,0.034613527,0.029016009,0.0032450182,-0.0066920463,0.0635267,-0.031469513,-0.004877628,-0.025034571,-0.0306174,-0.03972622,-0.02056831,-0.028707484,-0.048864428,-0.038345207,-0.05797325,-0.0046499074,0.04577918,0.00046508253,-0.057767566,0.032527313,-0.0082126325,0.054270953,0.028501801,-0.035730094,0.00021429149,-0.05529937,0.0009411838,0.03232163,-0.0032431816,-0.02413838,0.0026261325,0.027282394,-0.025563471,0.026621269,-0.040666487,0.008807644,0.009468769,-0.08773854,0.027767219,-0.011804741,-0.0012781735,-0.04122477,-0.036023926,-0.06370299,-0.019877803,0.015396849,0.025754463,-0.021346968,0.0038492123,-0.05209659,0.0076470035,-0.027943518,-0.015822906,0.010313538,0.032997444,0.02278675,-0.018129496,0.003907979,-0.0049584317,-0.025886687,-0.059354264,-0.009013327,0.01843802,0.02983874,-0.026415586,-0.0313226,0.086328134,-0.0146328835,0.024637897,-0.004690309,-0.015220549,-0.031910263,0.01986311,-0.04630808,-0.029574292,-0.0059941933,0.013075569,-0.0035406875,-0.026048295,0.00015357365,0.017115772,0.012928652,-0.019819036,-0.008859064,-0.014221517,-0.01780628,-0.016278349,0.015984515,0.01896692,-0.046249315,-0.009645068,-0.02894255,0.015147091,-0.018467404,0.0056452663,0.01620489,0.027399927,-0.05723867,0.011114233,-0.03934424,-0.024285298,-0.019422362,-0.013112297,-0.022992432,0.051538307,-0.0003151818,0.011701899,-0.02297774,0.032174714,-0.0006868346,-0.0022570046,0.010438417,0.01924606,0.05709175,-0.024461597,0.03384956,-0.03722864,0.004168756,-0.00066341984,0.020847451,-0.036846656,0.040666487,0.014882641,-0.017321454,0.0034396825,0.035759475,0.06658256,0.02227254,0.021861175,-0.0028244697,-0.0070777023,0.0011551309,-0.0020678497,-0.010291501,-0.05297809,-0.015205857,-0.041783053,0.028193276,0.0072797127,-0.025607545,0.0032450182,0.0011835961,0.0045948136,-0.025666311,-0.01206919,-0.03863904,0.039403006,-0.021831792,-0.038962256,-0.020039411,0.0059831743,0.041959353,0.00010657185,0.022125624,-0.0044662617,-0.016777864,-0.022610448,-0.020818068,0.013501626,0.02039201,-0.028795633,-0.010012359,-0.025504705,0.03802199,0.001163395,0.018335178,-0.031498898,-0.0074817226,-0.02387393,-0.007474377,0.0005940936,0.012833156,-0.030705549,-0.022963049,-0.008499119,0.008623999,-0.045367815,-0.010342921,0.0013865244,-0.003731679,-0.019995335,0.030206032,0.010012359,0.0019227697,-0.045720413,0.00965976,0.014500658,0.028075743,-0.019128527,0.020436086,-0.03240978,0.027311778,0.024740739,0.024593823,0.004407495,0.020230401,-0.015896365,0.014361087,0.0036343469,0.01861432,0.017674055,0.0039630723,0.036464676,0.030676166,0.010313538,-0.021743642,-0.033878945,0.0073788813,-0.0066038966,-0.01638119,0.044750765,0.00089848624,0.0013048021,-0.023844548,0.009373273,0.05083311,0.007044646,0.016968856,0.008455045,-0.006177839,-0.027488077,-0.003650875,0.0017115772,-0.021449808,0.012208761,-0.004392803,-0.030323565,-0.016616255,0.0099682845,0.03476044,0.009292468,-0.022757366,0.018276412,-0.08756223,0.00032826656,-0.018364562,-0.028457725,-0.0077865743,-0.014934062,0.0048188614,-0.02883971,0.022845516,-0.009902172,-0.011922274,0.02716486,-0.034848593,-0.016630948,0.015734756,0.007309096,0.013619159,0.0020347936,0.037992608,-0.009711181,-0.012745006,0.01558784,-0.0048849736,-0.02209624,0.03367326,0.014552079,-0.016719097,0.036905423,0.011569674,-0.097258724,-0.019363595,0.03972622,-0.033585113,-0.018173572,-0.009953593,-0.013038839,-0.000049067814,0.02039201,0.030734932,0.018217646,-0.008102445,-0.040578336,0.005961137,0.016542798,-0.01799727,0.019716194,0.02521087,-0.040225737,-0.014706342,-0.019804344,-0.043222833,0.0042275223,-0.0013837698,-0.031939648,0.007727808,-0.041724287,0.003509468,0.01451535,-0.038051374,-0.0010688176,0.015147091,0.024828888,0.020612385,0.003671076,0.001999901,0.031675197,-0.042987768,0.010768979,-0.056944836,-0.030764315,-0.008447698,-0.0028281426,0.015837599,0.039021023,-0.0065084007,-0.025960146,0.017130464,0.00046301653,0.011863507,0.004326691,0.0041246805,0.015264624,0.023212807,0.024872962,-0.0010633082,0.017336147,-0.014405163,-0.026062986,0.0043707658,0.006460653,0.027370544,-0.0017161684,-0.021655492,0.04096032,0.0038088101,-0.00039139474,0.041019086,-0.009182281,0.035671327,-0.04851183,0.000030531086,-0.01166517,0.020788684,-0.033702645,0.013648543,-0.023829857,0.004951086,-0.00628068,-0.011033429,-0.023403797,-0.014684304,0.021288201,0.018717162,-0.014331704,0.012642165,0.005028217,-0.010622063,-0.0007428465,-0.023477256,-0.043575432,0.008359549,-0.013215139,0.0144272,-0.05012791,0.0045029907,0.019172603,-0.02690041,-0.097199954,-0.037169874,0.020274477,0.010614717,-0.0076176203,-0.031557664,0.047689095,-0.021229435,-0.016263656,0.0039777644,-0.021126593,-0.018261721,0.03981437,0.010871821,-0.009777293,-0.0057260706,0.0071254503,0.004907011,-0.011922274,0.007257675,-0.0027344832,0.026489045,-0.017159848,0.0025728752,-0.015147091,-0.019525202,-0.026195211,0.037287407,0.022448841,-0.020318551,0.0042275223,0.015205857,-0.00587666,0.049040727,-0.033350047,0.03188088,0.015925748,-0.0073311334,-0.0069307857,-0.027767219,-0.013780767,-0.023932697,0.014478621,-0.01433905,-0.008021641,0.007823303,-0.014853258,0.00050502544,0.046337463,0.020876834,0.00064413704,-0.021875866,-0.033408813,-0.010945279,0.008124482,0.030117882,-0.019936569,0.018820003,0.016410572,0.005072292,-0.0134061305,-0.0056856684,-0.006886711,-0.01264951,0.030147266,0.021155976,-0.01621958,0.006868346,-0.031146297,0.008278744,0.035142425,-0.0018860406,-0.011797395,-0.007132796,0.0029805684,-0.0076029287,0.0069968984,-0.014353742,0.0038822684,-0.048864428,0.023829857,-0.039873138,0.011907582,0.033702645,-0.03846274,0.004987815,-0.009226356,-0.018305795,0.01282581,-0.025504705,0.01977496,-0.011077504,-0.010614717,-0.004840899,-0.041312918,-0.017953197,-0.015720066,-0.011745974,0.03384956,-0.012399753,0.013303289,0.035289343,-0.019334212,-0.012730314,-0.018011963,0.020436086,-0.0313226,-0.02734116,0.010886513,0.015837599,-0.005950118,0.000053544176,-0.020156944,0.012840502,-0.0041650827,0.05012791,0.011305224,0.021699566,0.0010440254,-0.014934062,0.052860554,0.00045222734,0.0059207347,-0.015866982,0.005792183,-0.023212807,0.0040402035,-0.025519395,-0.0047600945,-0.039021023,0.037081726,0.02208155,0.017659362,0.01090855,-0.007426629,0.023080582,0.007911453,-0.011070158,-0.019554585,0.004025512,0.030999381,0.0101592755,0.012906615,-0.0071548335,-0.01206919,-0.0023139347,-0.028163893,-0.0026702073,-0.040255122,0.007632312,0.0028887456,-0.009814022,-0.007757191,0.033408813,-0.01789443,0.025343096,0.028031668,-0.033555727,-0.010005013,-0.018247029,0.034055244,0.027825985,0.034349076,-0.0026665344,0.021141283,-0.015264624,0.014485966,-0.0062255864,-0.0115549825,0.03240978,-0.036229607,-0.00841097,0.015088324,-0.003627001,0.0008456881,0.010702867,-0.0004150391,0.031645812,-0.028178584,0.060529597,0.0020439757,0.018673087,-0.016807247,0.038051374,0.02359479,0.0014838566,-0.029162925,-0.008917832,0.011158308,0.0032964388,0.00948346,-0.0067361216,-0.009982976,-0.0016555653,0.0031660507,-0.019804344,0.030646782,0.024211839,-0.028105127,-0.020436086,-0.058032017,-0.020024719,0.037434325,0.018555554,0.000120287885,-0.008998635,-0.027561534,-0.027576227,-0.003336841,-0.00899129,-0.02092091,-0.0110260835,0.009248394,0.0016096539,-0.004528701,0.029765282,0.022948356,0.03384956,-0.014823874,-0.016498722,-0.011128925,-0.041636135,-0.0016399554,0.05626902,-0.01664564,0.008881102,0.02100906,0.0022000745,-0.009902172,0.0145373875,-0.01024008,0.005615883,-0.009028018,-0.011099542,-0.0012203251,-0.039403006,-0.0043891305,-0.0050245444,-0.0033827524,0.03243916,0.0065267654,0.015837599,0.025460629,-0.013171064,-0.0037133144,0.024828888,0.06869815,-0.0077718827,0.0025288002,-0.021582033,-0.014530041,0.023021815,0.0050025065,0.03828644,-0.018026654,0.011459487,-0.011070158,0.021200052,0.017776897,-0.02162611,-0.0013837698,-0.004065914,0.022566374,-0.047424644,0.02412369,-0.005281648,-0.0022790423,-0.005355106,0.0009825041,0.016542798,0.02457913,-0.0023488274,-0.032791764,0.034055244,-0.019069761,-0.0023212808,0.0073237875,-0.0061558015,-0.0043487283,0.009336543,-0.03910917,0.00022393288,0.01602859,0.0032101255,-0.0065561486,0.01915791,0.00797022,0.01738022,0.015352774,-0.017967887,0.016072664,0.022243157,-0.01602859,0.017394913,-0.013604468,-0.006879365,0.028163893,0.0024020846,0.01629304,0.015646607,0.005784837,0.018496787,-0.034407843,0.0029218018,0.0019429707,-0.032468546,-0.033114977,-0.009285123,-0.024314681,-0.0003413513,-0.0022276214,0.033761412,0.041312918,0.0046388884,-0.007867378,-0.035759475,-0.0024883982,0.0070262817,-0.00036086366,-0.013714655,0.011621095,-0.0003610932,-0.013273906,0.01780628,-0.010511875,-0.010357613,0.0126127815,0.0070519918,0.023124658,0.010695521,0.009505497,-0.0037830998,0.0004214667,0.016880706,-0.051949672,-0.015220549,0.0074853958,-0.012091228,0.013545701,0.008719495,0.00904271,-0.0062292595,0.00599052,0.026562503,0.0049694506,0.01984842,0.026062986,0.04069587,0.01041638,-0.003252364,0.06746405,0.0017345329,0.0029034372,-0.009850752,0.051714607,0.017732821,-0.010166622,0.0037482071,0.010695521,0.004870282,-0.030382331,-0.010901204,0.0056379205,0.0018043183,-0.011878199,-0.020465469,-0.016675023,0.001381015,0.0032119618,-0.018496787,-0.0039043059,0.036376525,0.021391042,-0.0041063162,-0.027032636,0.0032542003,0.016763173,0.0057223975,-0.027414618,0.03408463,-0.002117434,-0.045103364,0.0017483063,0.03802199,0.014412508,0.025475321,-0.030764315,0.019510511,0.029133542,-0.0040034745,-0.015837599,0.0050612735,0.013450205,-0.018952228,-0.006207222,0.018041346,-0.0056011914,0.0044185137,-0.020450776,-0.034848593,-0.040402036,0.010519221,0.00029130786,-0.008785606,-0.0066222614,-0.0062733344,0.02137635,0.023256881,0.018540863,0.013273906,-0.042106267,0.014272938,-0.029280458,0.018452711,0.0037059686,-0.034025863,0.010548605,0.0066553173,0.02626867,-0.026768185,-0.041636135,-0.004198139,0.009358581,-0.016719097,0.029456757,0.018305795,0.012708277,0.004826207,-0.0053514335,-0.018952228,-0.019583968,0.02822266,-0.0009825041,-0.0078086117,-0.0010412707,0.008440353,0.018114803,0.03426093,-0.023712322,0.03793384,-0.058414,0.021170668,0.026547812,0.02759092,-0.009806676,-0.0008071225,-0.018320488,-0.017850354,-0.011606404,-0.03001504,0.039461773,0.015294007,-0.0075294706,-0.005718725,-0.0036214916,-0.029001316,-0.021141283,0.022301925,0.005035563,0.013567738,0.006001539,0.009880135,-0.00045590027,0.004436878,0.023433182,0.031116914,-0.023300957,0.018908154,-0.01613143,-0.031116914,0.025578162,0.012943343,-0.0014443728,0.0073201144,0.0048482446,0.0053771436,0.012891923,-0.032732997,0.022492915,0.002097233,-0.009211664,-0.014463929,0.02449098,-0.016498722,0.0044809533,0.010386996,0.010276809,-0.03722864,-0.0011257477,0.020950293,-0.03382018,0.028663408,0.0028152873,0.015617223,0.017071698,-0.027120786,0.027664376,0.010394342,-0.010915896,-0.0011863507,-0.020803377,0.014463929,0.03552441,0.00008080407,0.0047968235,-0.019804344,0.0047637676,-0.002725301,-0.02039201,0.01326656,-0.013317981,-0.008131828,0.033555727,-0.016395882,0.04648438,0.0083081275,-0.006335774,0.018011963,-0.0029511852,0.023800472,-0.00921901,-0.029897507,-0.034672294,-0.00983606,0.0093659265,-0.01620489,-0.011760666,-0.042929,0.0043413825,-0.003775754,0.006548803,-0.0058472767,-0.022037474,0.008719495,-0.008396278,0.027561534,0.01491937,-0.03349696,0.009226356,0.018144188,0.015470307,-0.0219934,0.009410001,0.006813253,0.034143396,-0.0045911404,-0.038844723,-0.026048295,-0.007962874,0.021155976,0.01673379,-0.017115772,-0.004730711,-0.013156372,-0.0063321013,0.020171635,-0.014926716,0.01375873,0.029368607,-0.006119072,-0.000072540024,0.01437578,-0.0061631473,-0.0036012908,0.01629304,-0.0031991068,-0.0014269265,0.024314681,0.03675851,-0.03243916,0.01638119,-0.024593823,-0.0147283785,-0.026253978,-0.0023616827,0.019378286,0.0062843533,-0.010585334,-0.0065671676,0.008124482,-0.016498722,-0.008770915,0.0011542127,0.0027418293,-0.00832282,0.019510511,-0.039961286,-0.011841469,0.013714655,-0.021978708,0.007823303,0.021919942,0.011187691,0.017218614,0.008242016,0.01349428,-0.012172032,-0.013420822,0.039167937,-0.008829681,0.017967887,0.033114977,-0.035759475,-0.018393945,0.009373273,0.01683663,-0.009387964,-0.03910917,-0.031910263,0.015837599,-0.012847847,0.03429031,0.012429136,-0.0010238243,-0.009527535,0.003772081,0.0127817355,0.0023947388,-0.009982976,0.005355106,0.005292667,-0.0012552178,0.026165828,0.002009083,-0.003043008,-0.024917038,-0.021361658,0.0068610003,-0.01682194,-0.030073807,-0.05503492,-0.004822534,-0.021890558,-0.0008920586,-0.015822906,-0.004749076,-0.00009446272,-0.006295372,0.008513811,-0.00872684,0.020289168,0.019334212,-0.021435117,0.049745925,-0.028722174,-0.017776897,-0.030676166,0.014449238,0.011253804,0.0017629979,0.0087415315,-0.0009990322,0.013134335,0.00223864,0.02162611,0.04648438,0.011856161,0.00015150764,0.011062812,0.0032817472,0.020950293,-0.008866411,0.023227498,-0.000066169814,0.010409034,0.025842613,0.008844373,0.015705373,-0.04436878,0.020171635,-0.009578955,0.010078472,0.0011257477,0.037551858,0.01384688,0.017262688,-0.021435117,-0.015249932,0.06905075,-0.009182281,0.03696419,0.0408134,0.056210253,-0.010871821,0.046983898,0.014963445,-0.006875692,-0.023697631,0.031234447,0.006111726,0.0069491505,0.0079481825,-0.014463929,0.020759301,-0.019348903,0.02100906,-0.012899268,0.0011790049,0.007000571,0.034319695,0.0067801964,0.050921258,0.034525376,0.028031668,-0.018673087,0.033408813,0.00018433429,-0.0070777023,-0.033967093,0.02396208,-0.017747512,-0.03625899,-0.021875866,0.0290307,-0.035436258,0.005972156,-0.025945453,-0.019304829,0.0030081153,0.01745368,-0.00389696,0.024564438,0.007463358,-0.012759698,-0.031205064,-0.026312744,-0.012994764,0.035583176,-0.0025636929,-0.020979676,0.015999207,-0.017865047,0.049011342,0.037728157,0.01815888,0.019907186,-0.0050171986,-0.020964984,-0.033526346],"social":"https://twitter.com/leo_guinan"},{"title":"dice","description":"ai tool for ux designers to accelerate their ux process and ship designs faster ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=_S1ywNcE04Y","youtube_transcript":"Hey, everyone. My name is Farris, and I'm building an AI tool for UX designers to help them accelerate their design process and ship designs faster. It's called Dice. Let me show you. Dice takes context about your project like its description objectives and requirements, and then translates these into breakthrough concepts and UX strategies in a matter of seconds. Each concept dice creates has a description as well as a set of clear and actionable directions on how to implement the concepts from a UX UI perspective. So now, instead of spending hours coming up with design ideas and figuring out exactly how to design them, UX designers can use dice to ship their deliverables a lot faster. So the first version of Dice was rough. Traction was slow and the app was clunky, but I focused on continuously iterating and testing alongside actual UX designers, improving the performance wherever I could and ensuring I was building something I knew didn't wanna use. So the hardware eventually paid off. One night, I posted the new version of Dion Reddit, woke up the next day to find out it had absolutely blown up. And now, I've got over two thousand designers using Dice to accelerate their design process.","embedding":[-0.0051462967,0.012554365,-0.016718777,0.020814419,0.019301478,-0.033376426,-0.042240128,0.05183738,-0.01898055,0.00646057,0.022617724,-0.07090963,-0.021349298,-0.068647854,0.023962563,-0.004993474,-0.029983768,-0.05082875,-0.035454813,0.010873319,0.010705214,0.024589134,0.03285683,0.013998537,0.013838074,-0.01217995,0.031389736,0.037441503,-0.020187847,-0.068464465,-0.010399569,-0.021211758,-0.0005692637,-0.02795123,-0.000094499206,-0.025383811,-0.0030449876,0.015725432,-0.0066439565,0.016963294,-0.053273913,-0.013860998,0.06357414,-0.017589865,-0.020447645,-0.0066286745,-0.007900922,0.02491006,-0.0005415646,0.024176514,-0.083441064,0.006972525,-0.018965269,0.04285142,-0.0067853173,-0.0073698633,-0.017528737,0.021058936,-0.009887613,0.012997551,0.022495467,-0.020768574,0.051195525,0.013723457,-0.036096666,0.020814419,-0.035485376,0.024436312,-0.015419787,0.01578656,0.054313105,0.021593815,0.020646315,-0.025551915,0.038694646,-0.05553568,-0.012562007,0.04483811,-0.002863511,0.0060632313,0.0024757239,0.024772521,0.00055254874,-0.047099885,-0.051409476,-0.052754313,-0.02286224,-0.010506544,-0.04462416,-0.026040947,0.0043363376,0.013318478,0.0010181797,0.0028062025,0.015878255,0.03536312,-0.00016153812,0.08399123,0.044349078,0.06125124,0.044776984,-0.0063726967,0.0026209052,0.01939317,0.030961832,-0.031481426,0.004049795,0.0023706586,-0.026102077,-0.028241592,-0.095911376,0.014930755,-0.019133372,0.033529248,-0.044776984,0.015725432,0.026040947,0.021058936,-0.029754534,-0.049667303,-0.036157794,-0.028730623,0.009276324,0.028975138,-0.01809418,-0.037227552,-0.06675285,-0.02796651,0.004034513,-0.01864434,-0.0024184154,0.0046763676,0.04428795,-0.03478239,-0.019515429,0.011071987,-0.05177625,0.00564679,-0.06534689,-0.03967271,0.017268939,-0.030961832,0.024879497,-0.038694646,-0.039703276,-0.027187116,0.00039948747,0.061923664,-0.0054595824,0.015121783,-0.006342132,-0.020447645,0.0070374743,-0.04658029,0.013158014,-0.009650739,-0.0110185,0.041384324,-0.025521351,-0.04982012,-0.014907831,0.013532429,-0.05400746,-0.03074788,-0.037196986,0.03673852,-0.025551915,-0.054160282,-0.041720532,-0.012523801,-0.032337233,-0.011148399,-0.0117367655,0.013104526,0.04196505,-0.012539083,0.027187116,-0.02701901,-0.01340253,-0.035485376,-0.043951742,-0.00030827156,-0.033345863,-0.023656918,-0.05238754,-0.052662622,0.010315516,-0.0529377,0.02047821,-0.028990421,-0.0053144014,0.08631413,0.039336503,-0.016764624,0.016352003,-0.028470825,0.090654284,-0.018904138,0.056972213,-0.021563249,0.0020764752,0.029723968,0.020248976,0.030136589,0.0091540655,0.006716547,-0.024100102,-0.003950461,-0.046641417,-0.00727817,0.03536312,-0.0059295115,-0.0023611072,0.02034067,-0.06122068,-0.015381581,0.008794933,0.035607632,0.011522814,0.042637467,0.004515904,0.0029552043,0.022892805,-0.006823523,-0.012157027,0.0055665583,0.024237642,-0.036157794,0.03961158,0.026102077,0.004416569,-0.009772996,-0.03258175,-0.025888124,0.022037,0.017544018,0.004290491,-0.03597441,0.012057693,0.006559904,-0.007293452,-0.034048844,0.011140757,-0.0034404157,-0.0038893316,-0.008137796,-0.060670517,-0.016336722,0.017498173,0.032948524,0.08337994,-0.043554403,0.016825752,0.014327106,0.02741635,-0.037808277,0.015152347,0.0071215266,0.02361107,0.009604892,-0.032520622,-0.010514186,-0.04034513,0.043829482,-0.02130345,-0.012225797,-0.0060517695,0.014243053,-0.03646344,-0.01531281,-0.0026209052,-0.01639785,-0.014869626,0.07775607,0.0023381838,-0.018949986,0.01612277,0.018659623,-0.0074730185,-0.017299503,0.0040918216,-0.032979086,0.029601712,0.0039275372,-0.021471556,0.020447645,-0.0010630713,-0.00002237118,-0.010491262,0.0018520172,-0.018277567,-0.030518645,-0.0051042703,-0.0060785133,-0.0032073616,0.03884747,-0.012791241,-0.011408197,-0.0060594105,0.02211341,0.067608654,-0.04917827,0.014097872,-0.017956639,0.0034977242,-0.00027985615,0.010376645,0.016458979,0.010529468,-0.034171104,0.016810471,0.038327873,0.04318763,-0.03896973,-0.035026908,0.01694801,0.04447134,0.0025273014,0.02061575,-0.04939222,-0.0074806595,0.005379351,0.038450133,-0.01673406,-0.00086535723,-0.016581237,0.043095935,-0.019652968,0.01612277,-0.070053816,0.038052794,0.0049438067,-0.030304695,0.018583212,0.020982524,-0.05379351,-0.039367065,-0.0037899972,0.021013089,0.028608365,-0.036432877,-0.042270694,-0.043982305,-0.051317785,0.06742527,0.01653539,-0.010185617,-0.05333504,0.022510748,0.032551184,-0.031191064,0.0006471076,0.022189822,-0.016275592,0.01809418,-0.017513454,-0.02871534,-0.052754313,-0.047925126,-0.032062154,-0.0073545813,0.0243599,0.007068039,0.03624949,0.0077060726,0.000076411234,-0.01844567,0.011820817,0.0073660426,-0.021318734,0.009306888,0.036921907,-0.03175651,0.020997807,-0.02782897,-0.0004971506,0.030763162,0.038816907,0.02319845,0.053579554,0.056024715,0.0050584236,-0.001469006,-0.02891401,-0.0010525647,0.035913277,0.043707225,-0.025139295,-0.045082625,-0.014388235,0.049086574,-0.056697134,0.011316503,0.011820817,-0.023305425,0.018552648,0.023993127,0.008000256,0.0077137137,-0.036157794,0.0056658927,-0.014739727,-0.01244739,-0.004347799,0.0082600545,0.022296797,-0.0017584135,0.007197938,0.012034769,0.01619918,0.030931266,-0.050767623,0.031878766,-0.014097872,0.014388235,-0.014640392,0.026514698,-0.014372952,0.026575826,0.04517432,-0.012974627,-0.011110193,0.02776784,0.0012808433,0.052540362,0.06834221,0.030442234,0.004664906,0.03175651,-0.07958994,-0.0064949547,0.0126537,0.09095993,0.008305901,-0.041873354,0.026529979,0.00857334,0.009031808,0.024787804,0.01490019,0.0020191667,0.037594326,0.00959725,0.011553378,-0.046030127,-0.008940114,-0.02986151,-0.0076831495,-0.046152383,-0.03122163,-0.039886665,-0.033498686,0.0148237785,0.057858586,-0.041414887,-0.053243347,0.038419567,-0.001374447,0.010514186,-0.010208541,0.011851382,0.026896754,-0.040925857,0.047650043,0.015969947,-0.028440261,-0.0091540655,0.04496037,0.024130667,-0.005742304,-0.029082116,-0.00078178244,0.0050698854,0.01483142,-0.06375753,-0.019056961,0.02053934,-0.0019408453,-0.0018768508,0.03741094,-0.047802866,-0.016015794,0.005394633,0.03912255,0.021777201,0.041323192,-0.06479672,-0.041751098,0.016611801,0.0139297675,-0.018720752,0.019011114,0.07500526,-0.019225067,-0.016413132,0.014930755,0.05403802,-0.029723968,-0.020844985,-0.015893536,0.049239397,-0.014755009,0.015587891,0.08906493,0.0019284284,0.030365823,0.01980579,0.005620046,-0.035546504,-0.021975871,0.000109721754,-0.026239617,0.014281259,0.04832246,0.0023916715,-0.015419787,-0.002443249,0.0020573724,-0.014097872,-0.014212489,-0.0045999563,-0.004340158,-0.0068464465,-0.012202874,0.009941101,0.021563249,-0.05394633,-0.009551404,-0.025368528,0.004905601,-0.031038241,-0.012623136,0.021578532,0.016443698,-0.06054826,-0.024573851,-0.0051883226,-0.027599737,-0.0044051073,-0.016061641,0.015244041,-0.0018252733,0.020019744,-0.0150835775,-0.013066321,0.046855368,-0.016474262,-0.012279285,0.0008715656,-0.004504442,0.012462672,0.011614507,0.017421762,-0.017727407,0.03395715,0.02189946,0.013203861,-0.019973896,0.00796205,-0.020432364,0.0114769675,-0.0011538096,-0.00958961,0.021257605,0.021609096,0.021731354,-0.005012577,-0.01054475,-0.0045541096,0.0075952765,-0.036341183,-0.017100833,-0.0009030852,-0.00010751299,0.033773765,0.033620942,0.028531954,0.0018864023,-0.034415618,0.047191575,-0.012668982,-0.0027947407,-0.03774715,0.041139808,-0.044349078,-0.0036639185,0.00292655,-0.001320004,0.034415618,0.02509345,-0.005872203,-0.0013295554,0.010086282,0.073660426,-0.009008884,0.0029169987,0.013547711,0.018583212,0.010919165,-0.0056429696,0.014502852,-0.053365603,0.0053373245,-0.06449108,-0.0072285025,0.00911586,0.010361363,-0.005627687,-0.01864434,-0.012279285,0.030870138,0.029968485,-0.011308862,-0.046366334,-0.016076922,0.0067394706,-0.031267475,0.0036887522,0.015549686,-0.007644944,-0.016260311,-0.028119333,0.013188578,-0.006109078,0.035668764,0.031145219,0.016382568,-0.03958102,-0.032826263,-0.018690187,0.025154578,0.0142889,0.0061625657,0.028684776,-0.02170079,0.0253074,-0.008046103,0.03325417,-0.008397594,-0.015198194,0.030442234,-0.0017020602,0.008917191,0.008542776,-0.00007199371,0.003046898,0.008565699,0.06534689,0.0015626097,-0.0016609891,-0.018476237,-0.014220131,0.042179,0.0017708302,0.027660865,-0.001523449,-0.007327837,-0.013096885,-0.011247734,0.028073486,0.015862972,0.023427684,-0.03218441,-0.008603904,0.0010621161,0.00442039,0.0007836927,0.03157312,0.018995833,0.032092717,0.011278298,0.040100615,-0.019821074,0.00789328,0.020860266,0.012982268,0.010483621,-0.030426953,-0.0037899972,0.025200425,-0.010605879,0.004347799,-0.030778443,-0.013066321,0.030732598,0.0059180497,0.028959857,-0.010865677,0.024833651,0.002680124,-0.018002486,0.00836703,0.02755389,-0.0064185434,0.017437043,-0.03912255,0.010605879,0.0005515936,-0.023458248,-0.072437845,-0.0262549,0.018124744,-0.044410206,-0.025078166,-0.007946768,-0.034262795,0.00037990708,-0.027294092,0.02891401,0.05764463,0.0064987754,-0.017421762,-0.026545262,0.002212105,-0.0034194025,0.036157794,-0.018124744,-0.002156707,0.026086794,-0.023931997,-0.007511224,-0.0076143793,-0.017864946,-0.01619918,0.037227552,-0.049545042,-0.005463403,-0.0017746509,0.011110193,-0.002557866,0.0063803378,0.020432364,0.03490465,0.0013782675,0.007652585,-0.032948524,0.0004312459,0.003870229,-0.046274643,-0.019102808,-0.027125988,0.021242322,-0.03122163,0.034537878,-0.0016275592,0.01094973,0.004088001,0.024207078,0.0034919933,0.0021910921,0.021013089,0.016290875,-0.030029614,0.02047821,-0.019759944,-0.0007536058,-0.02339712,0.008420518,0.007599097,0.018766599,0.035088036,0.015664302,-0.037319247,0.0149536785,-0.0030182437,-0.023076192,0.018109461,0.013226784,-0.011981281,0.038327873,0.016520109,0.025001755,-0.01748289,-0.020218411,0.033559814,-0.041934483,-0.025628326,-0.000007939605,-0.0031194885,-0.007442454,-0.030121308,-0.0061205397,-0.004271388,-0.02491006,-0.0194543,-0.04007005,-0.0017803817,-0.006231336,0.01598523,-0.005925691,-0.04062021,0.019301478,-0.008267695,-0.008657392,-0.037838843,0.012218156,-0.0010191348,-0.071459785,-0.03197046,-0.0051615788,-0.013119808,-0.01904168,-0.02414595,0.060242616,0.0034365952,-0.014388235,-0.007667867,-0.017116116,-0.015549686,-0.028669493,-0.0015492378,0.024451595,0.010911524,-0.013203861,0.0051883226,0.0074768392,0.0021662584,-0.0161839,-0.006086155,-0.025567198,0.008863703,-0.021670226,0.012753035,-0.0114769675,0.02775256,0.045755047,-0.0051042703,0.03707473,-0.0098035615,-0.027232964,0.014846702,0.0178191,0.0021395145,0.0034327747,-0.020417081,0.037930537,0.0017927985,0.037655454,-0.0025540455,0.016611801,-0.04899488,-0.007625841,0.017635712,0.0019924229,0.016520109,-0.019026397,0.02061575,-0.0001731192,0.0070718597,-0.015274606,-0.0072170408,-0.011943076,0.018598493,0.023962563,0.019515429,0.02150212,0.012638418,0.00809959,0.011744406,-0.0053984537,-0.027844252,0.024436312,0.005723201,0.00523799,0.02339712,-0.019530712,-0.02491006,0.019683532,0.04489924,-0.0015893537,0.01408259,-0.0016218284,-0.035546504,0.01884301,-0.012966986,0.023351273,-0.032337233,0.03475183,0.0185068,-0.021991152,-0.0021738994,0.0053296834,0.018919421,-0.010407209,0.009001243,0.011675636,0.03061034,0.017605148,0.009375658,-0.013830433,-0.032337233,-0.043034807,-0.03285683,-0.029387759,0.026514698,0.034660134,0.010766342,0.0082600545,-0.0042217206,-0.022464903,-0.007790125,-0.03961158,0.020325387,0.009956383,-0.043126497,-0.0067241886,0.011744406,-0.020997807,0.0099181775,-0.015595532,0.05128722,-0.00061749824,0.035057474,-0.0002705435,-0.011683278,-0.00884078,-0.01258493,-0.007450095,-0.010858036,-0.04994238,0.047466658,-0.020065589,0.003776625,0.0066286745,0.00034265663,0.015862972,-0.015755996,0.01054475,0.040650774,0.0065025957,0.035729893,0.02999905,0.018522082,0.0057881507,-0.022327362,0.0024069538,0.03679965,-0.023763893,0.010804548,-0.009925819,-0.03496578,-0.010483621,-0.026514698,0.022342645,0.014166642,0.00050908985,0.032428928,0.010025154,0.015396863,0.016841035,0.038327873,-0.0021987332,0.021318734,-0.019989178,-0.013937409,-0.011178963,0.032123283,0.030304695,0.021120064,0.0018653892,-0.0017221181,0.0029609352,-0.027401067,-0.05088988,-0.02944889,-0.01734535,-0.011033782,0.008886626,-0.0121264625,-0.012821805,0.006491134,0.02646885,0.044135127,-0.015755996,0.041384324,0.009222835,0.053640686,-0.02428349,0.008214207,0.004393646,-0.00039686082,0.00958961,0.0035149166,-0.002443249,-0.01584769,0.00020165402,-0.0054519414,0.0029303709,0.011125475,-0.005631508,-0.010880959,0.0077098934,-0.0006151104,0.027401067,-0.005127194,-0.006223695,-0.00890955,-0.04489924,-0.0077251755,0.01939317,0.019545993,0.0075341472,0.013631764,-0.0076182,0.012164668,-0.008512211,0.016413132,-0.02333599,-0.0013056769,-0.0031748866,-0.004408928,0.0025273014,0.034537878,-0.014090232,0.019332042,-0.036218923,-0.033590376,0.02061575,-0.027935946,-0.022617724,0.0015740714,-0.014113154,-0.014946037,-0.011782612,0.023488812,-0.02796651,0.0295253,-0.04049795,0.007327837,0.013860998,0.0015731163,0.044410206,-0.009910537,0.026957883,-0.013295555,0.029754534,-0.0142889,-0.029066833,0.018904138,0.019989178,-0.020111436,-0.02333599,0.0069992687,0.0072437846,0.018247003,-0.01217995,-0.029555865,0.017039705,0.009818844,0.013776945,0.021823049,-0.026132641,-0.018736035,0.006536981,0.02075329,0.016367286,0.010483621,-0.008412876,0.01925563,0.023702765,-0.015198194,-0.04178166,-0.039428197,0.025475504,-0.007392787,-0.009176989,0.026285464,0.008985961,-0.004191156,0.016627084,0.0020325389,0.023122039,0.018078897,-0.032490056,-0.01870547,-0.015465633,-0.01937789,-0.028149897,0.03082429,-0.013448377,0.02980038,0.04049795,-0.050951008,0.02455857,-0.009123501,0.037991665,0.0081301555,0.008305901,0.012493236,-0.026529979,0.0064452873,-0.0034499671,0.02170079,-0.008397594,-0.0077366373,0.0026514698,0.0015893537,-0.0127606755,0.028470825,-0.013792227,-0.011920152,0.028669493,-0.036707956,0.019759944,0.010307875,-0.012477954,0.030595057,-0.025124013,-0.030533928,0.020829702,-0.0007450095,0.032428928,0.010346081,-0.019637687,0.004045975,0.007870357,-0.005379351,0.0036677392,0.039519887,0.026010383,0.03475183,-0.00021084724,0.006086155,0.0037651635,0.008191284,0.0067547527,0.0103231575,-0.005482506,-0.04257634,0.0046114177,-0.03496578,-0.004374543,-0.016642366,-0.033804327,0.0006791048,0.02231208,-0.036096666,-0.006708906,0.019714098,0.020019744,0.015618456,-0.017314784,-0.034599006,0.024543287,-0.00039805475,-0.018124744,-0.001204432,0.095483474,-0.019240348,0.033345863,-0.010101565,0.029754534,-0.0009904807,-0.022357926,-0.002462352,0.001272247,-0.018415106,-0.003954281,-0.014258336,0.019607123,0.015274606,-0.025261553,-0.01775797,-0.0016008153,0.017375914,-0.01803305,0.0039275372,0.022067564,-0.029494736,-0.023473531,0.0033238886,0.008710881,-0.024726674,0.027538609,-0.02142571,0.0008634469,-0.0003063613,0.019026397,-0.0020019743,-0.0040077693,0.016703496,0.03197046,0.015893536,0.01224872,0.004802446,0.015450351,-0.020233694,-0.03197046,-0.04768061,-0.0013314657,0.012157027,-0.016336722,0.00809959,-0.0022159258,-0.026866188,-0.0113317855,-0.0045884945,0.008107232,0.005260913,0.016260311,0.0036983036,0.008626828,0.0036008793,0.02946417,0.049239397,0.014877267,0.010254388,-0.026545262,0.026224336,-0.033773765,0.02000446,-0.022846958,0.0009112039,-0.018476237,-0.015335734,-0.005333504,0.008176002,-0.0026151745,0.0134101715,0.018583212,-0.02408482,0.034599006,0.026163206,0.024421029,0.009077654,-0.010216182,0.013310837,-0.028883446,0.012134104,0.024008408,0.0006117674,0.0014250695,0.010162693,0.01673406,0.0210895,-0.022159258,0.05088988,-0.016825752,0.0013983255,0.0047031115,0.020371234,-0.017498173,-0.0077175344,-0.042301256,-0.019545993,-0.018552648,-0.009734791,-0.015969947,0.020142,0.0026724827,-0.013150373,-0.0031213989,-0.013433094,-0.00625808,0.0067585735,0.0061931303,-0.004871216,-0.0014584993,0.01149225,-0.017100833,0.014670957,-0.0005200739,0.020035025,-0.017421762,0.02721768,-0.017635712,-0.022892805,0.027324656,0.015114142,0.013937409,0.01577128,-0.016367286,0.034323927,0.011645072,-0.053487863,0.0069839866,-0.021578532,0.006208413,-0.0025330323,0.009879972,-0.024237642,-0.04496037,0.010644085,-0.012882934,-0.03857239,-0.0110185,0.018995833,-0.0651635,0.0037231373,0.029494736,-0.028409695,-0.0072437846,-0.017161964,0.018873574,0.020294823,0.010537109,0.009872331,0.024207078,0.019225067,0.052876573,-0.02339712,-0.00353784,-0.040100615,-0.0024680828,-0.01292114,0.0144340815,-0.006101437,-0.034660134,-0.024589134,0.014609828,-0.040711906,0.020906113,-0.0028539596,-0.020172564,0.013142732,-0.005176861,0.013983255,-0.014059667,-0.018888857,-0.030182436,0.027920663,0.015266964,-0.047374964,-0.022816394,-0.0075876354,0.030671468,0.024543287,-0.041659404,-0.004053616,0.02475724,0.03741094,0.011201886,0.019958613,0.003224554,-0.0122410795,-0.030686751,-0.02782897,0.0048750364,-0.003421313,0.0064452873,0.016672932,0.021746637,0.017406479,-0.01809418,-0.036769085,-0.014502852,0.031068807,0.024573851,-0.010674649,-0.033773765,-0.0003557898,-0.0060441284,-0.008405236,0.0046305205,-0.013776945,0.024955908,0.0020287181,0.0036027895,0.035882715,0.017987205,0.017314784,0.012470313,0.0066248537,-0.028929293,0.015488557,0.026896754,-0.034599006,0.019882202,-0.023473531,-0.006135822,-0.02946417,0.042759724,0.0044585955,0.00986469,0.006674521,0.017314784,-0.01809418,-0.002034449,0.03689134,-0.014930755,0.014128436,-0.031603687,-0.0027909202,-0.04462416,0.009207553,-0.00959725,-0.040039487,-0.040803596,0.0003495814,0.0031615146,-0.012913498,-0.022205103,0.035882715,0.008680316,0.0014279349,0.017223092,-0.012309849,-0.02339712,0.05354899,-0.024023691,0.036218923,-0.007908562,0.0017192527,0.011392915,-0.03774715,0.0066401362,0.034385055,-0.022296797,-0.00027651314,0.0113317855,-0.03756376,0.004191156,0.006552263,-0.019286195,0.007916204,-0.014059667,0.029479453,-0.017528737,0.019821074,0.045816176,-0.0104377745,-0.009742432,0.014265977,-0.010842754,-0.004068898,-0.008443441,-0.00884078,-0.031939894,-0.027080141,-0.013119808,0.017391196,0.0045006215,-0.010048077,-0.0043630814,0.004412749,0.037441503,0.0057919715,0.014770291,0.026835624,0.0023362734,0.025979819,0.007839792,0.012829446,0.012340414,0.014800856,-0.027064858,-0.0021471556,0.015519121,0.004401287,-0.009673662,0.0134101715,0.030136589,0.026453568,0.0113317855,-0.00079563196,0.004026872,0.0060326667,0.03239836,-0.002504378,0.015167629,-0.007954409,0.011255374,-0.008451082,0.009352735,-0.009001243,-0.029907357,-0.020493492,0.014166642,-0.011400556,0.025124013,0.021318734,0.01809418,0.018384542,-0.016841035,-0.011423479,0.024390465,0.003409851,0.014869626,0.013830433,0.06534689,-0.0426069,0.035607632,-0.017727407,-0.02000446,0.023030344,0.026957883,-0.0053373245,-0.019347323,-0.012157027,-0.0025464043,0.0445019,0.020386517,-0.00008596264,-0.0083899535,0.009719509,-0.023045627,0.02475724,0.035607632,0.044440772,0.05177625,0.0002865421,-0.021593815,-0.014571622,0.03019772,-0.021960588,-0.030365823,0.016886882,-0.0030717314,-0.04245408,0.0020860266,0.0048559336,0.004542648,0.00564679,-0.0025120194,0.005864562,0.008206566,-0.034385055,0.004290491,-0.014785574,0.018109461,-0.01476265,-0.00659811,-0.026850907,-0.021349298,0.0042446437,0.0060632313,-0.022143975,0.043584965,-0.010445415,0.053487863,0.01980579,0.019225067,0.013188578,0.010376645,-0.029555865,-0.0104377745],"social":"https://twitter.com/_dicedesign"},{"title":"stryd","description":"create, track and smash workout goals with friends","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=txWmvonro0Q","youtube_transcript":"Hello, everyone. Emmanuel, again, I've been working on this business for the past six weeks, and I'm excited to share what I've been working also rights. And of course, the trade dialogue is to create share and track your workouts, go to different. So without much talk, let me just quickly get to it. So firstly, I'm excited to share that trade is not part of Microsoft or startups funders. And that was really super excited about that. So yes. So, yeah, this is how strat works, basically. You can choose, like, join a routine, see what should change for that before I've created. You have your own page here. Since they are participating in, you can kind of explore there. Since they're generated for you, you can't choose to create your own work hard since. Generate your workout scenes or create your workout scenes. You can also view can also view what other people are up to. You can view what's, you know, like, it takes me to transcribe your blast, and I can also see a demo here, or basically demo. And then, like, my profile and everything is there, and you can't see user interest here. I can't see it here as well. So yeah. Currently currently among for seven silos. It's one of our test three, this is from test seven countries. And then some numbers some numbers and here's what the users are saying so far. And giving this as shown made the potential for straight and our our constantly working on its ADMO social and gamification features. Thanks, peace.","embedding":[0.010930822,0.015611806,-0.009421652,-0.001027962,0.026312415,-0.02042921,0.03345752,0.052113246,0.038061768,0.022083329,0.032860678,-0.0481229,0.0153560145,-0.014469271,0.025306301,0.043279916,-0.041233584,-0.028085902,-0.03683397,0.04208622,0.03775482,0.02172522,-0.011152508,0.04904375,-0.04331402,-0.02726737,-0.047918268,0.028461063,-0.053989053,-0.044303082,-0.0005840572,-0.03737966,0.0153219085,0.018468143,0.061424058,-0.04621299,0.000516379,0.03819819,0.038709775,-0.011936935,0.010623872,-0.021742275,0.010513029,0.04484877,-0.032962993,-0.0050135124,-0.04553088,-0.008257801,-0.0064331554,0.042359065,-0.052454304,0.049589437,-0.011698197,0.014972327,0.02184459,-0.03720913,-0.033900894,0.024658296,-0.022782493,0.021946907,0.01369337,0.009720076,0.025408618,0.007852798,0.013292629,-0.0042290855,-0.004374034,0.028375799,-0.004923986,-0.0045445617,0.030882556,-0.0008979346,0.023089442,-0.010325449,-0.0077078496,-0.005358831,-0.029279595,0.031922776,0.013642211,-0.05460295,0.008210906,0.01458864,-0.012098936,0.018826252,-0.040687896,-0.026499996,-0.061117105,-0.025203986,0.0012107462,-0.0068680006,-0.028785067,-0.0109734535,-0.014784747,0.043655075,0.08580951,-0.009438705,-0.018229404,0.046758678,0.027216211,0.02696042,0.03990347,-0.012337674,0.007814429,-0.026789892,0.018092982,0.028120007,0.03812998,-0.010061131,0.005823519,0.010018499,-0.12550834,-0.002788127,0.040687896,0.008824806,0.008603119,-0.0045402986,0.009302283,-0.0046554045,0.029876443,-0.029757073,-0.049350698,0.026107782,0.02684105,-0.015628858,-0.011570301,-0.021367114,-0.042666014,-0.01795656,-0.018246457,-0.051431138,0.04263191,-0.0056402017,0.03652702,-0.03219562,-0.036015436,0.0064118393,-0.030524448,0.024897035,-0.052999992,-0.003088682,0.018536355,-0.015245171,-0.024436612,-0.011834619,-0.047236156,-0.0419498,-0.055250954,0.02875096,-0.058388665,-0.01845109,0.04727026,-0.015142854,-0.03214446,0.0009085926,0.02177638,0.0043782974,-0.00859033,0.031257715,0.003225104,-0.0019099095,0.02818822,0.020821424,-0.03898262,-0.01699308,-0.018348774,0.018280564,-0.00026165336,-0.028580433,-0.074077204,0.014767693,-0.018860357,-0.037857138,-0.016353602,0.020446263,0.029023804,-0.02430019,0.024538927,-0.059207197,-0.03720913,-0.033525735,-0.05995752,-0.0038368718,-0.02677284,0.004467824,-0.04825932,-0.013309683,0.016814025,-0.0025536513,0.044507716,-0.006096363,-0.0069447383,0.073326886,0.04014221,0.000076071316,-0.001539012,-0.08765121,0.078510925,0.030234551,-0.031684037,-0.008581803,0.046281204,0.009361967,0.04576962,0.0076225856,-0.027352633,-0.0053929365,-0.019695943,-0.002877654,-0.039937574,0.0012597729,0.041779272,0.0064118393,0.011467984,0.019406045,-0.0351628,0.001428169,-0.04989639,0.016814025,-0.014827378,0.04157464,-0.007477637,0.025732622,0.028409906,-0.019559521,0.01949131,0.017598452,0.04989639,-0.0511924,0.040619683,-0.033184677,0.025186932,-0.008121379,-0.0010322251,-0.036697548,0.031172452,-0.03257078,0.05194272,-0.033645105,0.020753214,0.0073923734,0.005358831,0.0018299747,0.06776769,-0.015236645,0.040824316,0.031803407,-0.042904753,-0.07366794,-0.006006836,0.059104882,0.075987116,0.0209749,-0.011919882,-0.017615505,-0.011587353,0.02059974,-0.05606949,0.029688863,-0.01369337,-0.018740987,0.01008671,-0.020906689,-0.04645173,-0.022816598,-0.012081883,0.053034097,0.011519142,-0.0009496258,-0.0034276056,-0.054296,-0.010913769,0.008632962,0.012218306,0.0041523483,0.004868564,-0.012593466,0.01807593,0.04651994,0.009302283,-0.009344915,0.008658541,0.00052250735,-0.027028631,0.0028755222,-0.037584294,0.020872584,0.013548421,0.0255962,-0.028120007,0.024879983,-0.012337674,-0.02140122,0.02726737,0.0064800503,0.016976027,-0.018655725,0.027130948,0.0040137945,0.002613336,0.015961388,0.012439991,-0.073395096,-0.012252411,0.014784747,0.02535746,0.005951415,-0.007498953,0.022867756,0.00909765,-0.024112608,-0.015867596,0.055557907,0.036765758,-0.025510935,-0.022032171,-0.021588799,0.07359973,-0.0129259955,0.004570141,-0.022066277,-0.028358746,0.005448358,-0.009421652,-0.0023468866,-0.0091232285,-0.018144142,-0.0020452659,-0.027744846,0.0134034725,-0.059138987,0.0028520748,-0.060230363,-0.009737128,-0.019201413,0.010683557,0.015125802,0.018621618,0.045189824,0.038061768,0.055285063,-0.052795358,-0.06674452,-0.038539246,-0.009472811,0.0040756105,-0.01366779,-0.0036919233,-0.017479083,-0.024555981,-0.0062754173,-0.001249115,-0.0481229,-0.0008126708,-0.018127088,0.040892527,-0.014614219,-0.018280564,-0.036185965,0.019218465,0.006688947,-0.014742115,0.024470717,0.01237178,-0.0010354226,0.010606819,0.01428169,-0.04972586,0.030234551,0.02233912,0.020309841,-0.0029309439,-0.00162321,-0.007741955,-0.014622745,-0.03683397,0.009336389,0.04730437,0.008300433,-0.017001607,0.04140411,0.053136412,-0.0027497583,-0.03103603,-0.025306301,-0.027864216,0.050680816,-0.0128577845,-0.019150253,-0.07244014,0.009984394,0.027864216,-0.054432422,-0.02227091,-0.0037665293,-0.018041825,0.030336868,0.07550964,0.04249549,-0.010069657,-0.03727734,0.00046841812,-0.024828825,-0.02750611,-0.0363906,0.012874837,-0.012951574,-0.040244523,0.005738255,-0.013565474,0.01930373,0.049828175,-0.008159747,0.088742584,-0.009822392,-0.019150253,-0.039016724,0.030251604,-0.008628699,0.037857138,0.032042142,-0.030763187,-0.081034735,0.007903956,0.01336084,0.005427042,0.03731145,0.03146235,-0.017410873,0.0054867268,-0.050237443,-0.012601993,0.0023319656,0.042461384,0.002197675,0.011331562,-0.0059045195,-0.01307947,0.025442723,0.034838796,-0.0064246287,-0.009788287,0.02059974,-0.039391886,-0.012226832,-0.01487001,0.013991793,-0.0091232285,0.0014239058,-0.022782493,-0.00024273543,0.0044422452,0.008240748,0.0067273155,0.036970392,-0.057536025,-0.041370004,0.05337515,0.0048984066,0.0130624175,0.035128694,-0.007490427,0.00897828,0.01498938,0.060128048,0.004906933,-0.010726188,-0.07701028,-0.005508043,0.029995812,-0.005495253,-0.0087821735,-0.05126061,0.018161194,0.03228088,-0.05688802,-0.011126929,0.020088157,0.03891441,-0.0034553164,-0.014119688,0.023242917,-0.018536355,-0.03591312,0.041745167,0.05644465,0.06063963,-0.0029735758,0.020088157,-0.03707271,-0.012133041,0.024914088,0.025527988,0.040824316,-0.023208812,0.02813706,-0.044166658,-0.010598293,-0.06943885,-0.0064885765,-0.00629247,0.019457204,0.0363906,-0.0058576246,0.06466408,0.05818403,-0.021435324,-0.043279916,-0.0022488332,0.0388462,0.017768981,-0.011399773,-0.024334295,0.001596565,0.005213883,-0.030865503,-0.022799546,0.0018246458,0.034821745,0.0031185243,-0.023038285,-0.027369687,0.019457204,-0.0072644777,-0.012704309,0.005913046,-0.019013831,-0.034071423,-0.007209056,-0.04941891,-0.015014959,-0.032246776,-0.017547294,0.020514475,0.0154924365,-0.029757073,-0.029825285,-0.036356494,-0.030729081,0.00569136,-0.011033138,0.01338642,0.027233263,0.053579785,-0.0012512465,-0.021571746,0.041813377,-0.00046282267,0.01807593,0.0007567164,0.012576413,0.011749354,-0.015944334,0.01663497,-0.033082362,-0.008040378,0.02448777,-0.023498708,-0.035299223,0.029518334,-0.005806466,-0.009634811,-0.010419239,0.021009006,0.017905403,-0.017146554,0.05262483,-0.01258494,-0.005810729,-0.04249549,0.024334295,0.0110075595,-0.012823679,-0.015543595,-0.044371292,0.0073071094,-0.012636098,-0.010913769,0.014503376,0.026073676,0.006228522,-0.025834939,-0.042597804,-0.018587513,0.012917469,-0.031070136,0.036424704,-0.019354887,0.024879983,0.013625159,0.025340408,0.03456595,-0.005022039,0.0032101828,0.030234551,0.018979726,0.013463157,-0.020923741,-0.01998584,0.0023298338,0.027744846,0.027881268,-0.018127088,-0.006313786,-0.04645173,-0.013096523,0.018280564,-0.012900416,-0.005047618,0.010564188,0.00987355,-0.013326735,0.029825285,-0.030132234,-0.016626446,-0.014128215,0.027216211,-0.01277252,0.009839445,0.041301794,0.0045829304,-0.009762707,-0.02380566,0.012439991,0.010018499,0.016788445,0.023703342,-0.0040393737,-0.0021934118,-0.037857138,0.01159588,-0.024351347,0.0053161993,0.016498549,-0.0034190791,-0.037823033,-0.002466256,-0.031308874,0.003789977,0.0028499432,-0.0357767,0.0077121127,-0.02250965,0.016421812,-0.016643498,0.018399933,-0.0077291653,0.0075117424,0.044951085,0.0071621607,-0.020156367,-0.017632559,-0.013957688,0.06885906,-0.012900416,0.00050865195,0.023277024,-0.03473648,-0.0155606475,-0.006603683,-0.0072388984,-0.015330435,0.021622906,0.018434038,-0.023225864,-0.04348455,0.04143822,-0.02351576,0.022100382,0.0055634645,0.04842985,-0.06688094,0.009575127,0.022782493,-0.014477797,0.02128185,0.00022035369,0.020361,-0.04880501,0.024095556,0.022629019,-0.0056743072,0.0069958963,-0.023106495,-0.006475787,0.016831078,0.0073028463,0.027693689,0.0112462975,0.025817884,-0.0040223207,-0.0036023965,-0.006049468,0.022714281,-0.015219592,0.031070136,-0.029433072,-0.005661518,0.030677922,-0.0055037797,-0.067222,-0.028375799,0.032468464,-0.02912612,-0.034753535,-0.009072071,0.0027007316,0.011681143,0.012806626,0.054705266,0.0025472566,-0.014955274,-0.02542567,-0.01672876,0.0044422452,0.019849418,-0.0048728273,-0.017717822,-0.017973613,0.008308959,-0.0032165777,-0.016788445,0.013292629,-0.024658296,-0.025374513,-0.0044294554,-0.011774934,-0.0024854403,0.0419498,-0.028716855,-0.002655968,0.012943048,-0.0018289089,0.008240748,0.0037857136,0.0037558712,-0.00009285763,-0.02233912,-0.0041331635,-0.04713384,-0.048157007,-0.014469271,0.024709456,-0.010282816,0.018297616,0.0049580913,-0.0129942065,0.035947226,0.06258365,-0.029552441,0.009890603,-0.014409586,0.019764153,-0.039698835,0.03466827,0.02597136,0.0051840404,0.0012096805,0.0010183698,-0.020582687,-0.014477797,0.048225217,0.019116148,0.02516988,0.043109387,0.012832205,0.012619046,0.013872423,0.03768661,0.030712029,-0.0062370487,-0.0006053731,-0.00379424,-0.018979726,-0.021554694,0.04392792,-0.04218854,-0.0024364137,0.00807022,-0.0013855371,-0.0069958963,-0.01949131,0.03502638,0.0045957197,-0.01579086,0.009617759,-0.041233584,0.0036599494,-0.016319495,0.0130624175,-0.043825604,-0.015364541,-0.0017500399,-0.00038155558,-0.00094856,0.004420929,0.028102955,0.017479083,-0.09958814,-0.05139703,0.018434038,-0.04727026,-0.006846685,-0.02233912,0.049111962,-0.0243684,0.013915055,-0.035503853,0.014946748,-0.053034097,-0.0052479883,-0.017436452,0.01369337,-0.022526702,0.010598293,0.018110035,-0.00064161024,0.012721362,-0.0030119445,0.0065482613,0.0010039815,-0.003990347,-0.027557267,-0.005934362,-0.027557267,0.018706882,0.026022518,0.010103763,-0.018127088,0.02929665,-0.012422939,-0.00011517277,-0.0019120412,0.0088844905,-0.025630305,-0.015449804,0.03720913,-0.014102636,-0.0032016565,-0.031701088,0.00091925054,-0.0014217742,0.008756595,-0.015228119,-0.030490343,0.049521226,0.017649611,-0.019832365,0.02071911,0.0051073027,-0.040585577,-0.0005808598,-0.004821669,0.036629338,-0.030609712,0.005874677,0.035367433,-0.00046921746,-0.012593466,-0.02189575,0.014699482,-0.012133041,0.009745655,-0.0041651377,0.022560807,0.009830918,-0.03275836,0.016558234,-0.0029181542,0.018110035,0.015014959,-0.017615505,0.01998584,-0.03997168,0.016984552,-0.003146235,0.019542467,-0.04119948,0.009779761,-0.0028478117,0.026670523,0.029347807,-0.017547294,-0.008138431,-0.016302442,-0.026380626,0.021145428,0.008411276,0.032673094,-0.0057041496,0.010154921,-0.01699308,-0.011408299,-0.034753535,0.0022573597,-0.02875096,0.051294714,0.00869691,0.0031973934,-0.0019653311,-0.008961228,0.0057680975,-0.013343788,0.0057084127,-0.0035555013,-0.011425352,-0.005371621,-0.017803086,-0.009720076,0.008875963,0.011101349,0.022731334,-0.026329467,0.053750314,-0.003909346,-0.0038368718,-0.03251962,-0.0065866304,0.028972646,0.001780948,0.0031291822,-0.021247745,0.028648643,0.014025899,0.011894303,-0.0129942065,0.0065908935,-0.028205272,0.0071749506,0.023942081,0.013718949,-0.0036535547,-0.028375799,0.036254175,0.031479403,-0.008598857,0.0025749675,0.0039072144,0.016677603,0.002967181,-0.008479487,0.02010521,0.0028542064,-0.011323036,-0.017351188,0.039119042,-0.035333328,0.010717662,0.008731015,0.020258684,-0.02010521,0.012218306,0.008961228,0.026738735,-0.027796006,-0.037788924,-0.04362097,0.04201801,0.0108370315,0.021350062,0.01138272,-0.018058877,-0.003271999,0.00046602008,-0.035708487,-0.01258494,0.0012576414,-0.0006394787,-0.010555661,-0.0089868065,0.035572067,0.0013503658,0.022219751,0.005887467,0.0068807905,0.0024705192,-0.032775413,0.035537962,0.019457204,0.014179373,-0.009856498,0.027983585,0.031104242,0.01845109,-0.03016634,-0.012883363,0.0028094428,-0.022287963,0.0010082447,0.0016008283,-0.022918915,-0.012482624,-0.035469748,0.017939508,-0.0066591045,-0.012346202,-0.028102955,-0.026602313,-0.073531516,-0.0036343704,0.033883844,-0.021196585,0.0021305296,0.0031057347,-0.018058877,0.018127088,-0.017291503,0.0129942065,0.016157495,0.009779761,-0.0011073638,0.010675031,-0.013122102,0.00041539466,-0.0056785704,0.009694496,-0.020088157,0.005648728,-0.009933235,-0.019883523,-0.011698197,-0.027011579,0.0056998865,-0.0009304414,-0.05371621,0.022100382,-0.016515601,-0.0036087912,0.00093204016,0.008961228,0.005448358,0.0034787639,0.020702055,-0.016336547,0.008360118,-0.0016573155,-0.0028392852,0.008765121,-0.020122262,-0.004548825,-0.03398616,-0.040687896,-0.008875963,0.01906499,0.04157464,0.017351188,-0.0056060962,0.009737128,-0.029313702,0.005733992,-0.005022039,0.014008846,0.011647038,0.018723935,-0.004467824,0.0154583305,0.023311129,-0.005934362,-0.01468243,0.023379339,0.05139703,-0.02677284,-0.003815556,-0.023106495,-0.022407332,0.00971155,0.012124515,0.023038285,-0.008901543,0.021810485,0.009413126,0.013957688,0.0064843134,0.0075543746,-0.008952701,-0.00067838025,-0.016183073,0.00016799638,0.011271877,-0.022731334,0.013352314,0.0024278874,-0.0047619846,0.009165861,-0.0044422452,0.00067784736,0.021588799,-0.0011649169,-0.02010521,-0.011962514,-0.018962674,-0.008321749,-0.011459458,0.010061131,-0.01348021,-0.007609796,0.027352633,0.009950288,-0.01579086,0.02380566,0.0066420515,-0.020326896,0.0047619846,0.007341215,0.005132882,-0.008679857,-0.010547135,0.017803086,-0.04293886,0.010777347,0.023106495,0.01986647,-0.014298743,-0.01116956,-0.014290216,0.005959941,-0.016532654,0.0305415,0.00078815746,-0.015807912,0.013377894,0.046349414,-0.007115266,-0.015398646,0.0059727305,0.0074477945,-0.0062583643,0.01863867,0.024419557,-0.015074643,-0.0017479083,0.0066463146,-0.026380626,-0.01147651,-0.00589173,-0.0061262054,-0.015245171,-0.007068371,-0.0155606475,0.01175788,-0.03183751,0.0055634645,-0.01967889,-0.011723775,0.0068040527,0.0069362116,0.0153901195,0.016242757,0.11520848,-0.008104326,0.043279916,-0.02868275,0.04767953,-0.0059684673,-0.0019418835,0.0072644777,-0.024777666,-0.0070129493,-0.026056623,-0.012525255,0.001854488,-0.016626446,0.010683557,-0.008040378,-0.0064629978,-0.0345489,-0.013966214,-0.009225545,-0.0053929365,0.022748386,0.025135774,-0.011058718,-0.023004178,-0.029995812,0.0033977632,0.014528955,-0.0039200042,0.014196426,-0.017018659,0.008773647,0.046485834,0.012908942,-0.013352314,-0.02017342,-0.007810166,0.0033700524,0.02196396,-0.02172522,-0.011698197,-0.011996619,0.024811773,-0.0068040527,-0.011689669,-0.0022189908,-0.028205272,0.017197713,-0.024914088,-0.06432302,-0.017632559,0.018092982,0.012158621,0.03355984,0.007609796,-0.00016892895,0.029160226,0.041847482,0.004685247,-0.010308396,0.014852958,0.013122102,0.008407013,0.03768661,-0.0013759449,-0.01397474,0.006603683,0.018110035,0.020207526,0.0191332,0.009208493,0.01039366,0.0073284255,0.0075287954,0.002287202,0.0076822704,0.01807593,-0.009532495,0.009413126,-0.012968627,-0.02276544,0.014060004,-0.0039285305,0.0041715326,-0.029603599,0.01517696,0.01119514,0.022646071,-0.015151381,0.013574,0.0036599494,-0.0012736283,0.020071104,-0.0031313137,-0.012508202,0.007567164,-0.047645424,0.0045871935,-0.004842985,-0.035708487,-0.012431465,0.01906499,0.03202509,0.029705916,-0.037175026,-0.0009000662,-0.0060921,0.010709136,0.014111162,-0.004774774,-0.029518334,0.008347328,-0.0028883119,0.007857061,0.04324581,0.0076694805,-0.039869364,-0.0077504814,-0.028614538,-0.023157654,0.031360034,0.015398646,0.019235518,0.0027710742,-0.006100626,0.02116248,-0.031001925,-0.02351576,0.022475543,0.0134034725,-0.003905083,0.007848535,0.019610679,-0.013565474,-0.013343788,0.02554504,-0.005955678,-0.032980047,0.006245575,0.036288284,-0.026875157,-0.011459458,0.012022199,-0.02140122,0.022748386,-0.007741955,0.017649611,-0.0020591214,-0.010368081,-0.008581803,0.002745495,-0.01178346,0.02912612,-0.028239377,-0.011152508,-0.05890025,0.013207366,-0.005870414,0.002160372,0.012115989,-0.015833491,-0.0051158294,-0.003515001,-0.054159578,0.04392792,-0.0036386335,-0.011229245,0.009114702,0.011740828,0.0045829304,0.013181787,0.0068893167,-0.010419239,0.025579147,0.02547683,-0.034651216,-0.0044081397,0.013215892,-0.038641565,0.001523025,-0.0020068972,0.0067528947,-0.019798258,-0.031018978,0.0015059722,-0.00649284,0.010547135,-0.022407332,0.0029906286,0.029535387,-0.010683557,0.0058448347,-0.032962993,0.0028925752,0.045633197,-0.014827378,-0.022782493,-0.00074819004,-0.031001925,0.015986966,-0.022646071,-0.029552441,-0.021520589,0.018621618,-0.029893495,0.019218465,-0.043109387,-0.028904434,0.023720395,0.0020122263,0.00668042,0.0035235274,-0.023720395,-0.020309841,0.029040858,0.00054888584,-0.013318209,0.050066914,0.037550185,-0.023157654,0.021486484,-0.0068680006,0.0026239941,-0.081102945,0.011629985,0.020838479,0.014341375,-0.023737447,-0.03362805,-0.018894462,0.020514475,-0.02672168,-0.025289249,0.017197713,-0.026499996,0.020326896,-0.00019544066,-0.022697229,-0.020531528,-0.028222324,-0.009813866,-0.0008574343,-0.009319335,0.023822712,-0.014426638,0.021077216,-0.0015944334,0.004634089,0.009506916,0.0016210784,0.028205272,0.026261257,-0.01663497,-0.02172522,-0.021009006,0.019354887,0.022646071,-0.03313352,0.0008382499,0.004327139,-0.021912802,0.023822712,0.019644784,-0.017069817,-0.0019258965,0.0053247255,-0.002634652,-0.021315955,-0.020770267,0.034958165,0.00439535,-0.027250318,0.000052357314,0.0008616975,-0.03485585,0.015236645,-0.0085775405,0.002487572,0.00807022,-0.01788835,-0.043007072,0.009813866,-0.011399773,0.015415699,-0.01487001,-0.009481337,-0.020224579,-0.0031590245,0.044473607,0.0012555098,0.0052991463,0.023703342,-0.031922776,0.0028819172,0.0028115744,0.006842422,-0.003024734,-0.0024257556,0.0054057264,0.011033138,-0.000046661957,-0.04126769,0.014460744,-0.020446263,-0.0063947868,0.010163448,0.013829792,0.04079021,-0.0054099895,0.01734266,0.023208812,-0.025238091,-0.00959218,-0.052658934,0.0060366783,-0.030814344,-0.012405886,-0.0047491947,-0.014997906,0.025954306,-0.002070845,0.024965247,0.028716855,0.019934682,0.0363906,0.019559521,-0.0056231488,0.0016008283,0.016507076,-0.031411193,0.009421652,0.024078503,0.052658934,-0.015330435,0.033218786,-0.00021409213,0.008223696,0.051874507,0.014708009,-0.027659584,0.0012043514,0.0197471,0.031377085,0.0066591045,-0.0138127385,0.02351576,0.017666664,-0.024231978,0.03881209,0.0016136178,-0.019269623,0.027523162,0.01008671,0.017768981,-0.031001925,0.022066277,0.013122102,0.0013951292,0.02535746,0.020224579,-0.016907815,-0.019644784,0.006335102,0.0033295522,-0.053989053,0.019269623,0.0061347317,0.0055378852,-0.0057084127,-0.0138127385,0.027352633,-0.02104311,0.018996779,-0.0209749,0.008858911,-0.040585577,0.008466697,0.014170847,-0.027301475,-0.04208622,0.011928408,-0.016617918,0.031871617,0.014665377,0.024453664,0.0052607777,0.012226832,-0.0074605844,-0.028239377],"social":"https://www.linkedin.com/in/emmanuxl/"},{"title":"speedsaga","description":"strengthen your attention span as you immerse in your preferred reads","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=YApiBJ2LdYo","youtube_transcript":"Did this happen to you too? I've been that's why you don't like reading. But don't worry. I'm KJ, and I got this solution for you. And it's called Sitzaga. It's about enhancing your cushion spend while weaving any fixed fuel life. Are you curious to see how it works? Let me show you how. Pizza Hutga is a dual modes of breathing platform. We've got two unique modes, alien modes, and minimal modes. In Elian mode, you can create stories to read a super speed or upload your PDF. In point the pages at just the speed, and start reading. In human mode, you can create story books for our younger readers from a simple prompt. Like here, for example, we can say, victory, learning. We can choose the language and then we click on generate. Here we have a beautiful story with vibrant images to match. So the application wasn't hit right away. I actually peeked at the end of the week number four of my two weekends. There was over one thousand views of the application so","embedding":[-0.007647884,0.02979257,-0.027466688,0.010803801,-0.00013323042,-0.06693563,0.014106195,0.03549186,0.0058058226,0.0032335946,-0.0009754048,-0.071374334,-0.05482685,0.021021694,0.0071906974,0.0011929012,-0.023400838,-0.055181947,-0.014629963,0.06938579,0.007243962,0.011167775,-0.004784921,0.052589744,0.009418926,-0.018376227,-0.024235314,0.0208619,-0.004037,-0.008797508,-0.017523997,-0.02602855,-0.019317232,-0.026596703,0.016565237,-0.028194636,-0.025424886,0.018012254,0.016148,-0.022974722,-0.013609061,-0.027892804,0.007820994,0.020702107,-0.01740859,0.046801675,0.024466127,0.009756267,-0.0026543438,0.039344657,-0.062887534,0.030520516,-0.024608165,0.015455561,-0.019317232,-0.027164858,-0.01644983,0.000360922,-0.035207786,0.0025100862,0.02281493,-0.014754246,0.029952362,0.034479838,0.003950445,0.039522205,-0.019814366,0.004212328,-0.0269518,-0.017808072,0.032952923,-0.004634005,-0.022140246,0.011753683,0.008300373,-0.024767958,0.004589618,0.0045541083,0.05006856,-0.01949478,0.06022431,0.0076833935,-0.024022257,0.011558381,-0.0019574678,0.020648843,-0.062852025,-0.00971188,-0.047192283,-0.024466127,0.009241378,0.027928313,-0.070131496,-0.006089899,0.05738354,0.016094735,-0.03057378,0.016156876,0.02226453,0.027111594,0.044848647,-0.03256232,0.034213517,-0.0044786506,0.076274656,-0.014709859,-0.004647321,0.03396495,0.035278805,-0.0051799654,-0.13628592,-0.0108393105,0.014780878,0.025655698,0.051630985,-0.0073061036,0.033254758,-0.02373818,0.010235648,-0.014416905,-0.046055973,0.0011718174,0.02688078,-0.013715589,0.010679518,-0.070202515,-0.05962065,-0.03884752,-0.042256445,-0.0022393253,-0.009676371,-0.014967304,0.028017089,-0.06743276,-0.034497593,-0.0016933649,0.010519724,-0.0015335716,-0.013271719,0.029401964,-0.046872694,-0.032331508,0.012206431,-0.015784025,-0.030857857,-0.04069402,-0.019991914,0.007692271,-0.026259363,-0.006458312,0.017115636,0.018216433,0.020631088,-0.017941235,-0.0155976,-0.0036619294,0.0052998103,0.018021131,-0.07485428,0.040338926,-0.06111205,-0.03831488,0.0060277577,-0.015686374,-0.031461522,0.0028296725,0.0007357149,-0.039131597,-0.0601888,-0.035669412,-0.008065122,-0.06267448,-0.0062230607,0.027271386,0.018216433,-0.023631651,-0.0023858023,-0.04559435,-0.009898306,0.0024102153,0.005867964,0.03835039,-0.07520937,0.029064622,-0.027644238,-0.022086982,-0.025744474,0.005211036,-0.021625357,0.01764828,-0.055288475,0.06136062,-0.014683227,-0.018642548,0.013795487,-0.060579408,0.06512464,0.0039149355,-0.016707275,0.014869653,0.037249587,0.00307824,0.0047494113,0.0031869882,-0.012650302,0.019263968,-0.055821117,0.0065559633,-0.009250255,-0.026064059,0.07112576,0.04918082,0.021731885,0.017213287,-0.02226453,-0.02185617,-0.01850051,0.03810182,-0.036752455,0.022850439,-0.034391064,0.010528602,0.002554473,-0.011904599,-0.006409486,0.014789755,-0.0031803302,-0.02821239,0.027519954,0.031354994,0.034160253,0.01905091,-0.0024457248,0.012170921,0.044990685,-0.020204972,-0.04005485,-0.01323621,-0.0032402526,-0.0066846856,-0.000019939482,0.030751329,0.01676054,0.05379707,-0.000047750727,0.010857065,-0.06842703,-0.0716229,0.032846395,0.01255265,0.04435151,-0.000408638,0.029899098,0.0067734597,-0.0035820326,-0.059869215,0.0066846856,0.018163169,0.06256795,-0.009214746,0.047831453,-0.029881343,-0.016227895,0.014177214,0.02130577,0.015721884,0.029188905,0.004589618,-0.0060011256,-0.012730198,-0.031319484,-0.033325776,0.03835039,0.028514223,-0.023063496,0.008176089,-0.011336446,0.000055622488,-0.016582992,0.012641423,-0.018855607,0.017142268,-0.0094988225,0.035047993,0.00400149,0.0520571,0.009241378,0.027644238,-0.009774022,-0.010723905,0.03286415,-0.034533102,0.01905091,-0.004607373,-0.0056992937,0.030183176,-0.007088607,-0.004203451,-0.018322963,0.01323621,0.00974739,-0.044316,0.0075635486,0.009543209,0.0155976,0.042966638,0.026898535,0.004216767,0.017950112,-0.0025389376,-0.039344657,-0.008113948,0.07045108,-0.0019552484,-0.03898956,-0.06640299,0.08735366,-0.021110468,0.024927752,-0.039628733,0.04353479,-0.025975285,0.03495922,-0.0052376688,-0.04658862,-0.06622544,0.04254052,0.035278805,0.00694213,-0.026561193,-0.020773126,-0.04829308,-0.016662888,0.036752455,-0.010777169,-0.04548782,0.0060543898,-0.00075402454,-0.008806385,0.009054952,-0.05187955,-0.0029805885,-0.020222727,-0.007940838,-0.0035176715,-0.017568383,0.00365971,-0.0032890784,0.024821222,-0.0019818805,-0.01761277,0.027626483,-0.0075147226,-0.03577594,0.061715715,0.0064893826,0.021536583,-0.020773126,-0.008761998,-0.012481631,-0.012818972,0.0003304059,0.029508492,0.066509515,0.009720758,-0.0034888198,-0.053015858,-0.030840103,-0.012898869,-0.022122491,0.01063513,0.0048337467,0.011966741,0.020364765,-0.04559435,-0.013174068,0.01456782,0.048080023,-0.03289966,0.05102732,0.030786838,0.04648209,0.000046814435,-0.021944944,-0.017452978,-0.0073416135,0.026223853,0.015349032,-0.0446711,0.020506805,0.0134492675,-0.050281618,-0.011753683,-0.016369933,0.05741905,-0.01043095,0.0017144487,0.04353479,0.0013083075,-0.0045851795,0.021199241,-0.023933481,-0.012401734,0.03810182,-0.0118158255,-0.015606477,-0.044067435,-0.0017666034,0.047795944,-0.0061919894,0.04932286,-0.02739567,0.073220834,-0.01583729,-0.01857153,-0.013165191,-0.027413424,0.0013515848,0.017994499,0.043286223,-0.059833705,-0.07854728,-0.0055217454,-0.016139122,0.0016545262,0.02968604,0.06430792,-0.040303417,0.049748976,-0.05553704,0.005646029,0.014958426,0.045807406,-0.011709296,-0.008704295,0.0046561984,0.016671766,0.016547482,0.03485269,-0.009330152,-0.04349928,0.022246776,-0.020648843,0.017905725,-0.011247671,-0.006218622,-0.028585242,0.013973035,0.000104794985,-0.0446711,-0.022690646,-0.058803927,-0.016707275,0.04293113,-0.039309148,-0.014221602,0.005184404,-0.07251064,0.024040012,-0.0043099797,0.0045718635,0.0483641,-0.03923813,0.03050276,0.021643111,0.023542877,0.008327005,0.012366224,-0.007852064,-0.03279313,-0.030254195,-0.036131036,-0.034515347,-0.0025167442,-0.0649826,-0.014860775,0.015810657,-0.003755142,-0.01676054,0.001039766,-0.009006127,0.028478714,0.07151637,0.02127026,0.047121264,0.021518828,-0.024892243,-0.023347573,0.0011168885,-0.025336113,-0.01566862,0.029384209,0.06363323,-0.024430618,-0.013546919,-0.020613333,0.0059656156,-0.074499175,-0.009365662,-0.016751662,0.018287454,0.006915498,-0.03218947,0.03396495,0.008522308,-0.03884752,0.006231938,-0.019619064,-0.011407465,0.0051045073,-0.00013773848,-0.021128222,-0.012641423,0.02127026,-0.022868194,-0.004709463,0.01768379,0.03519003,-0.009871674,0.0030050015,-0.03410699,0.0020440223,-0.022832684,-0.018251942,0.017772563,-0.005379707,-0.046837185,0.013413758,-0.03714306,-0.029739305,-0.048861235,-0.017142268,0.0073860004,0.029419718,-0.0428246,-0.0028895952,-0.014408027,-0.016849313,-0.016991353,-0.009481068,-0.022175755,0.0058857193,0.040232398,0.027448934,0.00047549597,0.0011385271,0.022726156,-0.0046251277,-0.0064494344,0.020879654,0.015260258,0.0001997416,0.036823474,-0.01388426,-0.0058191386,0.032029673,-0.0132539645,-0.012579282,-0.012934378,0.030751329,-0.025229583,-0.01583729,0.044316,-0.0048115533,-0.023915727,-0.0011263207,-0.015198116,0.0024679184,-0.018340718,0.05372605,-0.018891117,-0.048825722,0.0043521477,-0.003471065,0.012827849,-0.014310376,-0.0066491757,0.046020463,-0.019406006,-0.0010231208,-0.03071582,-0.007417071,-0.024608165,0.027182613,-0.04076504,0.006271886,-0.0037773356,-0.018234188,0.009960447,0.03300619,-0.017151145,-0.051417924,-0.011203284,0.048115533,-0.0019341644,0.012206431,-0.0059833704,-0.02684527,-0.018447246,-0.024324087,-0.015242503,0.00004320799,-0.039593223,-0.006458312,-0.012943256,-0.0035509618,-0.029100131,-0.010892576,0.04729881,-0.011576136,0.004740534,-0.0067423885,-0.020666597,-0.046198014,-0.03314823,-0.0132007,-0.0144257825,-0.025975285,0.021518828,-0.017053494,-0.007945277,-0.036716945,-0.00721733,0.021731885,0.0014958426,0.019068664,-0.026756497,0.0020162805,-0.038492426,-0.012383979,0.029224414,0.009729635,0.014576698,0.00841134,0.0275022,-0.03584696,-0.044813138,0.01607698,0.025052035,-0.008500115,0.028372183,-0.04527476,0.020577824,-0.03289966,0.018287454,0.0013271719,0.027022818,0.011096755,-0.00030738013,-0.031283975,0.008504554,-0.009330152,0.04378336,-0.0036863422,0.0055483775,0.01039544,-0.018340718,-0.05116936,-0.0088285785,-0.00018018356,0.017124513,0.024838977,0.00018906097,-0.018678058,-0.029188905,0.00062530214,0.021483319,-0.0023591702,0.015606477,0.0046917084,0.011984495,-0.024093276,0.011744806,-0.003584252,0.012685811,0.050459165,0.0027031696,-0.0077632903,-0.0038461355,0.00006293941,-0.027058328,0.019281723,-0.01576627,-0.026596703,0.01778144,0.012739075,0.012526018,0.0074303877,0.0058191386,-0.032367017,-0.006933253,0.04083606,-0.001060295,-0.015340155,0.007927522,0.035047993,0.0036020067,0.035687167,0.0044165086,-0.07350491,-0.003286859,-0.012588159,-0.010351053,-0.032118447,0.009427804,-0.031781107,-0.0053220037,0.007297226,0.016902577,0.04385438,-0.01467435,0.0014181654,-0.00437878,0.0062940796,-0.009845042,-0.016680643,-0.011451852,-0.0066980016,0.034870446,0.030254195,-0.0006008893,0.018518265,0.023791444,-0.052092608,-0.013671203,-0.015553213,-0.02917115,-0.009463313,-0.021731885,0.010954717,-0.016467584,0.03318374,0.026454665,0.007257278,0.002554473,0.030449497,-0.02144781,-0.00083336636,-0.0398773,-0.024217559,-0.008251548,-0.024217559,0.040587492,0.06146715,-0.023099007,-0.01915744,0.034213517,0.04644658,-0.036930002,-0.016529728,-0.006351783,0.021465564,0.01871357,0.02869177,0.018136537,0.012383979,0.03130173,0.033396795,0.008420218,0.00841134,0.02886932,0.057845168,-0.0031070914,0.027129348,-0.018251942,0.023915727,-0.022495342,0.00543741,0.013662325,0.02688078,0.010954717,-0.051630985,0.020577824,-0.007257278,0.06324263,-0.050459165,0.018216433,0.002763092,0.031230709,0.019548044,0.018553775,-0.012215309,-0.016476462,-0.059727177,0.011860212,-0.06104103,0.0117181735,-0.0035820326,0.015411174,-0.033130474,0.018749079,-0.062781006,0.044813138,-0.0072217686,0.034621876,0.03345006,-0.023631651,-0.09182787,-0.0039548837,0.0047582886,-0.013120804,-0.013671203,0.0086332755,0.018172046,-0.00033872845,-0.012739075,-0.014354763,0.024750203,-0.031852126,-0.0035664972,-0.038598955,0.016396565,0.001063624,0.007914206,-0.03700102,-0.010297789,0.0018398421,-0.036397357,-0.02776852,0.025158564,0.024306333,-0.025602434,0.0013870944,0.012907746,0.019690083,0.015100465,0.011043491,-0.02004518,-0.023507366,-0.019352742,0.027129348,0.01207327,0.020329256,-0.028531978,0.045416802,0.027164858,-0.02182066,-0.01774593,-0.033911686,-0.016955843,-0.034763917,-0.003064924,-0.007892013,0.000032301963,0.010031467,0.0009454436,-0.008540063,0.0089395465,0.0041124574,-0.017026862,0.0033401235,-0.024909997,0.024270823,-0.005668223,0.0005273733,0.032686602,-0.005512868,-0.03806631,-0.0021083835,-0.041368704,-0.017870216,0.027910559,-0.035545126,0.017275428,0.02230004,-0.04548782,-0.008153896,-0.008877404,0.053939108,-0.0036175423,0.008304812,0.0064760665,-0.019139685,0.033609852,0.036042262,0.0022004866,-0.0110346135,0.025265092,0.001549107,-0.00218939,-0.0019840999,0.008464605,0.0008211599,0.04257603,-0.0038017484,-0.018305209,0.026792007,0.037249587,0.027999334,0.001115224,-0.0031448205,-0.013191823,0.0076390062,0.021589847,0.028176881,0.034621876,-0.004400973,-0.01768379,0.022619626,-0.0082559865,0.002692073,-0.011647155,0.02100394,0.031212954,0.007847626,0.014558943,-0.0027253632,0.009330152,0.00290735,-0.008251548,0.017932357,-0.0056504677,0.03460412,0.031656824,-0.0021627576,-0.008557818,-0.029472983,0.025229583,0.025140809,-0.0055972035,-0.006751266,-0.005339759,0.0074348263,0.0019230677,0.0064006085,0.003204743,-0.016565237,0.03980628,-0.015526581,0.036397357,-0.0058635254,0.034657385,-0.023418592,-0.008615521,0.022388814,-0.010200137,0.030183176,0.009703003,-0.0086332755,0.025194073,-0.014922917,-0.026543438,-0.05294484,0.011531748,0.0029694918,-0.015100465,0.002572228,-0.005486236,-0.009907183,-0.0011207723,0.0015846167,0.025318358,0.0528028,-0.0139375245,-0.011567258,-0.0022992478,0.03050276,-0.016485339,0.0104487045,0.026685478,0.02370267,0.023063496,-0.013813241,-0.032615583,-0.009685248,-0.0061919894,-0.005930106,-0.02927768,0.028993603,0.02838994,-0.047689416,0.032438036,0.0096941255,0.048967764,0.012605914,0.0074747745,0.04371234,-0.012845604,0.051666494,-0.0024324087,0.028958093,0.036468375,0.008886281,-0.0021749642,-0.021252505,-0.004722779,-0.015704129,-0.011123388,0.016742785,0.015455561,-0.005943422,0.012526018,0.013706712,-0.01805664,0.00059145706,-0.017017985,0.027005063,-0.028656261,0.018411737,0.030041136,-0.01138971,-0.050494675,0.04271807,-0.009898306,-0.004931398,-0.000032908814,0.031461522,-0.020400275,0.014887407,0.0011024626,0.03330802,0.020808635,0.056211725,-0.018855607,-0.014612207,-0.022761665,-0.05290933,0.026081813,-0.03282864,-0.029401964,0.0069820783,-0.0343378,0.0055572554,0.017461855,0.0020950674,0.020595578,0.023365328,0.011167775,0.029774815,0.020631088,-0.032349262,-0.0031714528,0.035669412,-0.030005626,-0.00015965456,0.015810657,-0.036308583,0.007377123,-0.009676371,-0.025460396,0.00012088528,-0.025975285,0.011789193,0.043960907,0.005108946,0.008078438,-0.019388251,-0.019548044,0.028567487,0.022761665,0.012481631,0.010235648,0.013946402,-0.017310938,0.035669412,-0.05290933,0.004740534,-0.010546356,-0.0011374174,0.022708401,-0.04552333,-0.0010209015,0.027644238,-0.015908308,-0.00016672876,0.013804364,-0.010750537,-0.008406902,0.005126701,0.007346052,0.0056105196,-0.023773689,-0.0002833834,-0.015517703,0.02038252,0.00024454476,0.007807677,-0.015002813,0.013759977,-0.020666597,-0.0024745765,0.035900224,-0.001374888,-0.019707838,-0.0023858023,0.003615323,0.021536583,-0.0047183405,0.04751187,0.0045496696,0.022903703,-0.015846167,-0.008992811,-0.017506242,0.0051932815,0.026365891,0.018820098,0.018322963,0.026649969,0.020258237,0.0132007,0.037249587,0.005530623,0.026117323,0.006813408,-0.01720441,-0.0030693626,-0.011647155,0.0065071373,-0.007483652,0.032136206,-0.008979495,-0.010599621,0.026046304,0.03710755,0.009720758,-0.0293487,-0.032686602,0.018021131,-0.03707204,0.011700419,-0.012934378,0.013875383,0.0041302126,-0.0110346135,0.016955843,-0.011096755,0.03005889,-0.001696694,0.032988433,-0.014550066,-0.013662325,-0.036361847,-0.014052931,0.047973495,0.011922354,-0.019281723,-0.020222727,0.008295935,0.00079508254,-0.002452383,0.011336446,-0.010484215,-0.02308125,-0.014700982,-0.0018354034,-0.00088663073,0.11533524,-0.023347573,0.03591798,-0.0068356013,0.032615583,0.027377915,0.03629083,-0.013706712,-0.036273073,0.014337008,-0.010750537,-0.018411737,0.018287454,0.014958426,-0.0054418487,0.0046118116,-0.0022015963,-0.0061476026,0.02041803,-0.038172837,0.03577594,-0.0065026986,0.027005063,-0.017106758,-0.018393982,-0.024306333,0.027786275,0.04183033,-0.01768379,0.041439723,0.028638506,-0.029863589,0.011300935,0.038492426,0.0015202555,0.015446683,0.039131597,0.0023968993,0.007612374,0.007452581,-0.012215309,0.01795899,0.005002417,0.03149703,0.012064393,-0.016804926,-0.0030294142,-0.008628837,-0.018234188,-0.024608165,0.005561694,0.00810507,0.018820098,0.007807677,0.00947219,-0.0013893138,-0.0091348495,0.020844145,-0.0063695377,-0.010244525,-0.0424695,-0.007825432,-0.03382291,-0.0073593683,0.0041879155,-0.024466127,-0.015579845,0.025779983,0.005801384,-0.0065959115,-0.016831558,0.010617375,0.019832121,0.010901453,0.026774252,0.026152832,0.0025633506,0.0007312762,0.029668285,0.0036108843,-0.0034466523,-0.0007845406,0.0024878925,0.021323524,-0.007124117,0.0033046138,0.026152832,-0.0055173067,-0.018251942,0.005379707,-0.03345006,-0.0024945505,0.035704922,0.008695418,-0.015215871,0.007048659,-0.016884822,-0.00076401164,-0.026809761,0.009552087,0.0076523228,-0.0030871173,0.012570404,0.015855044,0.03519003,0.0033423428,-0.04641107,0.021359036,-0.0068045305,-0.019832121,0.006613666,0.0043210764,-0.007035343,-0.028496468,0.0058990354,0.0018376227,-0.019796612,0.02260187,0.004467554,-0.016272282,0.0031803302,0.013893138,0.012872237,0.0068844273,0.0023525122,0.014851898,0.01986763,-0.005250985,0.021145977,-0.009481068,-0.021518828,0.0046517598,0.0045363535,-0.01611249,0.0065781567,-0.016201263,-0.012579282,0.020506805,-0.0031514785,-0.0020151709,-0.020737616,-0.021341281,-0.017399713,-0.043002147,-0.0051400173,0.015091588,-0.0035554005,0.019139685,-0.014665472,0.014115073,0.006138725,0.009161482,0.019885385,0.023880217,-0.0056238356,0.027999334,-0.009658616,0.009516577,-0.0033645362,0.007692271,0.0038394774,-0.014692104,0.014505679,-0.00851787,0.018660303,-0.018678058,0.0060455124,0.034160253,-0.026170587,0.0024634798,-0.033538833,-0.00047105728,-0.013999667,-0.000098067576,-0.00008412728,-0.017417468,-0.00858445,0.016884822,-0.01026228,0.040409945,0.038705483,0.015686374,0.025797738,-0.014141705,-0.005996687,0.007155188,-0.022211265,-0.011877967,-0.011824703,-0.030325213,-0.00437878,-0.0067290724,0.007479213,0.0016456489,0.00684004,0.010581866,-0.0021361255,-0.04286011,-0.006782337,0.027022818,-0.059123512,0.006010003,0.013271719,-0.010741659,-0.020329256,0.054010127,-0.022797175,-0.0070841685,-0.020098444,-0.027129348,0.0029761498,-0.0019441516,-0.022086982,0.023471856,0.03806631,-0.015428929,-0.004784921,0.012836726,0.0190154,-0.003502136,0.027093839,0.011647155,-0.0066713695,-0.031035407,-0.0013094172,0.053974617,0.015810657,-0.0035953487,-0.015482193,0.0034022653,0.01733757,-0.0059656156,0.006409486,0.04275358,-0.03827937,0.0039681997,-0.027626483,-0.02219351,0.023631651,-0.014736491,-0.0029939045,0.01019126,-0.00035370907,0.00523323,0.010351053,0.012783462,0.004063632,0.006760143,-0.0059567383,0.008522308,-0.012650302,0.011141143,-0.016263405,-0.014150582,0.004132432,0.010821556,-0.002698731,-0.0034466523,-0.0051133847,0.0123040825,-0.03831488,0.0025677893,0.009862796,0.010075854,0.008726489,-0.014017422,-0.0050334884,-0.01774593,-0.003597568,0.027786275,-0.011096755,-0.0014248234,-0.008779753,0.025673453,0.0153046455,-0.02130577,-0.0011335335,0.015810657,-0.021731885,-0.0034222393,-0.026206098,-0.014940672,-0.01576627,-0.005077875,0.007465897,-0.0027408986,-0.024199804,0.0024257507,0.0003057156,-0.004713902,0.03300619,0.026507929,-0.011886844,0.0036397357,-0.008233792,0.017355325,0.015810657,0.0066980016,0.01685819,0.00078842446,-0.019743348,0.00239468,-0.02144781,-0.021625357,0.004634005,0.0061076544,0.027147103,0.03183437,0.0013471461,0.02506979,0.0038461355,-0.03286415,0.006081022,0.006214183,-0.00045607664,0.040232398,-0.002882937,0.01792348,-0.0070397817,0.023897972,0.006782337,0.022104736,0.0021760738,0.013626816,-0.00056149584,0.0037573613,0.021873925,0.0009848371,0.011691541,0.042327464,0.037640195,0.025318358,0.054507263,-0.0019441516,0.0050867526,0.0047050244,0.01070615,0.003977077,0.011070123,-0.007914206,-0.04168829,-0.008042929,-0.00259886,0.033094965,0.020773126,-0.00084446307,-0.0045851795,0.000807289,0.018926626,-0.011336446,0.00858445,0.04168829,-0.0037285099,0.05372605,0.0065648407,0.0002351125,0.031994164,-0.025779983,-0.009436681,0.0037706776,-0.036397357,-0.018820098,0.022619626,-0.0026410278,-0.020453539,0.009032759,-0.043996416,0.011070123,0.01525138,-0.025815492,0.0059656156,0.014443537,0.016627379,-0.0096941255,-0.013866506,-0.017870216,-0.03314823,0.02886932,0.007323859,-0.050352637,0.006826724,-0.005606081,-0.008393586,0.0012317399,0.04289562,0.015508825,-0.01960131,-0.012357347,0.0025877634],"social":"https://twitter.com/Magikaaa"},{"title":"the shadowlands- by aahana anwer","description":"she controlled the shadows but when the balance tipped, she had to shine brighter than ever to save them all","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=CbP5iGvY40Q","youtube_transcript":"My name is Ahana, and this is my conclusion of my Bill Space journey of my journey so far. And it's it's been crazy six weeks. We had ups and downs started in early April. In the first week, I'm like, what do I write about? I have so many ideas slowly slowly slowly. I got it. I I began writing. I I did think And it was it was difficult, but it was fun because I was doing something I loved. I I wanted to do since forever. And there's a few people that I want to thank for this that have supported me throughout. First of all, a boat space. For giving this opportunity, for giving me the start, giving me that push. And then my cameraman, Alicia, come here. My sister. She has been helping me with all my videos. Been my camera woman for this whole time. And my mom, my dad, my family, I want to thank them for supporting me. Finally, I want to request everybody that is watching this. To read my book, that's on Wattpad. Right now, I have the first six chapters, I am gonna reapply in the seventh in a few days. And I read it to provide you with feedback, please. I am I'm always open with constructive criticism. Anything. Thank you. Thank you.","embedding":[0.085255384,-0.0076630968,0.011686909,0.024802066,-0.013815547,-0.04628071,-0.0012007921,0.006495779,0.017550964,0.029773464,0.0036530173,-0.029993195,-0.02818042,-0.012943492,0.027631095,0.07009399,-0.00027380465,0.0039791795,-0.01034106,0.035321657,0.003635851,0.025873251,-0.022577295,0.01643858,0.015065264,-0.04487993,-0.022137836,0.010814854,-0.013829281,-0.020956784,0.011947839,-0.016122716,-0.0066777435,-0.0058194217,0.00471047,0.011185649,0.0042366763,-0.053669143,0.03425047,-0.040595185,0.0010222612,0.027370164,0.07492806,0.0071618366,-0.029965729,0.027754692,-0.07564218,0.022961823,0.018814413,-0.0069215065,-0.037244298,0.044248205,0.014461005,0.04982386,0.0035774852,-0.023621015,-0.006482046,0.0120851705,-0.012160703,-0.03713443,-0.020091595,-0.0058331545,0.007903427,0.006832241,-0.009372873,-0.014749401,-0.023003023,-0.01958347,-0.0022453698,0.00037358454,0.0028015622,0.07608164,-0.05078518,0.0061902166,-0.037271764,-0.023662215,-0.010560791,-0.008109424,-0.0009484455,0.021643441,-0.027370164,0.017290033,-0.03241023,0.007340368,0.01805909,0.031091848,-0.09475872,-0.035843518,-0.023675948,-0.00596362,-0.018471085,0.04345168,-0.03131158,0.04078745,0.0544382,-0.03565125,-0.020915585,0.025200328,0.030569987,-0.0223301,0.010375394,-0.0020565388,-0.0080270255,-0.048038553,0.088880934,0.011158183,0.018498551,-0.009434673,0.033426482,-0.019871866,-0.16336954,0.0063481475,0.005743889,-0.026573641,-0.03515686,0.025886985,0.016960438,-0.007539498,0.0028873945,-0.008425286,-0.0221653,0.038452815,0.006468313,-0.041858636,0.01657591,-0.060261056,0.0026075814,0.012394167,-0.035788585,-0.0014385473,0.060315985,-0.0053284615,0.02381328,-0.0911881,-0.033948343,-0.020036664,-0.01950107,-0.020901851,0.015133929,0.026408844,0.0072167693,0.028647346,0.011975305,-0.044083405,0.022783292,-0.012009638,-0.004497606,0.0148318,0.008363487,-0.020750787,0.013685082,0.01016253,-0.03397581,0.02451367,0.06361194,-0.015394859,-0.0050331987,0.025790852,-0.012263701,0.00517053,0.006633111,-0.048697744,-0.0044289404,0.010354794,-0.033508882,0.0040753116,-0.030899584,-0.035925917,-0.05575658,-0.031174246,-0.030844651,-0.052158497,-0.050263323,-0.012256835,0.059492,-0.024747133,0.028729746,-0.048038553,-0.030569987,0.0067601423,-0.005918987,0.009297341,-0.03054252,0.0068185083,-0.049137205,0.016548444,0.017262567,0.02455487,0.03930427,0.010869787,0.034360338,0.057074964,-0.038590148,0.0012977825,0.03359128,-0.024060475,0.06383167,0.001165601,0.010533324,0.0076150307,0.003790349,0.012771828,0.0017132103,0.043616477,-0.036612574,0.0058091218,-0.048615344,0.01068439,0.008954013,-0.025941918,0.07295048,0.00008781705,0.0075669647,-0.018347487,-0.05122464,-0.028564949,0.0040718783,0.009057011,-0.009874133,0.022536097,0.046939902,0.052625425,0.014282474,0.0040272456,0.02988333,0.011295514,0.06981932,-0.04391861,-0.005331895,-0.018910546,0.023675948,0.03713443,-0.03271236,-0.013815547,0.012394167,-0.058997605,0.012902292,0.025914451,0.0054795262,0.0173587,0.038452815,0.008171223,0.04633564,0.032437697,0.01565579,-0.014042144,-0.036255512,-0.082124226,0.0032925224,0.03353635,0.02800189,0.0023346352,0.005620291,-0.01631498,-0.022577295,-0.04908227,0.004308775,0.010567658,0.040677585,-0.018580949,-0.0027929791,0.025310192,-0.0069695725,0.032217965,0.00030556254,0.038178153,0.019130275,0.0032324397,0.037409097,0.004078745,-0.05658057,0.006447713,0.037903488,0.016836839,-0.03529419,0.0064408467,-0.010567658,-0.006039152,0.04493486,0.00029655016,0.020970518,0.060645584,-0.008954013,0.026628574,0.018869346,0.049329467,-0.018718282,-0.0004506189,0.011549578,-0.009276741,-0.007683696,-0.043424215,0.027782159,0.0051945634,0.0095994705,0.0093866065,-0.010938453,-0.0036770504,0.021629708,0.061139975,0.019610936,-0.046198312,0.027589895,0.048148416,0.013341754,0.024527403,-0.017866826,0.0038658811,-0.035129394,0.025090462,0.021835705,0.022453697,-0.0027534962,-0.010588258,-0.011940972,0.006633111,0.033948343,-0.020860652,-0.027905757,-0.022591028,-0.027521228,-0.02643631,-0.028674813,-0.017702028,0.034525134,0.018677082,0.07712536,0.05784402,0.022934357,-0.015202595,-0.019198941,-0.051911302,0.018745746,-0.03922187,-0.00072442356,-0.048258282,-0.040759984,0.008404687,0.04696737,0.050016128,-0.012504032,-0.06679803,-0.038754944,0.028372684,-0.0147906,0.020489857,0.036667507,-0.0014840383,-0.008507686,-0.013218155,-0.018429885,-0.0011269765,0.027370164,-0.011336714,-0.017070303,-0.024458736,0.04405594,-0.045923647,-0.026312713,0.0172763,-0.024966864,0.018855613,0.040402923,0.008651883,-0.007007339,0.005187697,-0.021876905,0.012023372,0.005167097,-0.0118723065,0.042023435,-0.05806375,-0.013513418,0.0060700513,-0.017221367,0.03848028,0.05762429,-0.015957918,-0.059052538,0.02054479,0.043863676,0.029306538,-0.030872118,0.0069318064,0.019377472,0.04916467,0.016205115,-0.028070554,0.03131158,0.010313595,0.010059531,-0.007759229,-0.05850321,0.034882195,0.032465164,-0.0071549704,-0.003000693,0.05130704,0.014639536,-0.04707723,0.036420308,-0.020819454,0.011206249,-0.00819869,-0.004882134,0.02399181,-0.0132112885,-0.038233083,0.037052035,-0.029993195,-0.014035277,-0.05658057,0.039853595,0.020709587,-0.0045250724,-0.008583218,-0.0017629929,0.031201713,0.005743889,0.042517826,-0.028592415,-0.009482739,-0.006519812,-0.026710974,-0.048862543,0.073994204,0.03922187,-0.02451367,0.03389341,-0.018265087,-0.023744613,0.03870001,-0.024664734,-0.033865944,-0.031531308,-0.0042778756,-0.0347998,0.0494668,-0.00029440437,-0.009434673,-0.0062623154,-0.022934357,-0.04976893,0.038233083,-0.030267859,-0.00867935,0.027521228,-0.013740015,-0.07750989,0.0223301,-0.019185208,-0.04790122,-0.03122918,0.019652136,-0.076136574,-0.0071069044,0.0008330013,0.007148104,0.0036392843,0.0030745086,-0.026834572,0.0060734847,-0.05413607,0.0072099026,0.03315182,-0.022783292,0.04471513,0.008507686,-0.023181554,0.023057956,0.023607282,-0.018416151,0.023895677,-0.0153261935,-0.053806476,-0.010430326,-0.031366512,0.03573365,-0.01962467,-0.021876905,0.014268741,-0.009146277,-0.013994078,0.0443306,0.010540191,-0.056635503,-0.013403553,0.02002293,0.018745746,0.0030607753,-0.007711163,0.046390574,0.00003913411,-0.015394859,-0.031998236,-0.040512785,-0.03826055,0.0000027023725,-0.019556003,0.016369913,0.006252016,0.011261182,0.0031551907,0.036969636,-0.015161396,-0.002580115,-0.029031875,-0.009022678,-0.021396246,0.039331738,-0.06141464,-0.026106715,0.029334005,-0.016699508,-0.018690815,0.009846667,0.037354164,-0.009166877,0.011796774,-0.033948343,0.010389127,0.02146491,0.010794254,-0.027534962,0.004174877,0.031119313,-0.04597858,0.024719667,-0.030103061,0.027768426,-0.0061318506,-0.02900441,0.039716266,0.018498551,-0.020448657,0.04419327,0.003828115,-0.012888559,0.0015930452,0.0050194655,0.016466044,0.02198677,0.041226912,0.0120851705,0.00944154,-0.01164571,0.020695854,0.014886732,0.003659884,0.02076452,0.008040758,0.002580115,0.029361472,0.007093171,0.015559657,-0.010430326,-0.008960879,0.00028260244,0.03485473,0.028729746,0.0036392843,-0.0065713115,-0.00024784042,0.016932972,0.0077180294,0.062348492,-0.009592604,-0.021684641,-0.0051499307,-0.0061970833,-0.00787596,0.011961572,0.0098535335,-0.012785561,0.010917853,-0.02555739,-0.008356621,0.015024064,-0.026079249,-0.010032065,-0.01088352,-0.022096636,-0.018553482,0.03751896,0.032767292,0.032272898,-0.010313595,-0.013376086,0.027823359,0.013760614,-0.0073541007,-0.006852841,-0.039359204,0.054602996,0.030350257,-0.0025080163,-0.00053473446,-0.04762656,0.009709336,-0.012071437,0.024225274,0.010169396,0.0014600053,-0.0015561373,-0.04125438,0.009304208,-0.022439964,-0.0013475652,0.040595185,-0.006461446,-0.017633362,0.021492377,0.0072648353,-0.028152954,0.0044907397,0.014172609,-0.048752677,-0.00821929,0.026051782,-0.029828398,0.003129441,0.0019398072,0.030652387,0.016754441,0.013513418,0.003828115,-0.028125487,0.020050397,0.021107849,0.037930954,0.008384087,0.020613456,-0.005695823,-0.020228928,-0.018168954,-0.009791735,0.023456218,-0.01924014,0.0099290665,-0.013376086,0.006784175,-0.023154087,0.0023003023,-0.0071069044,0.011068918,0.006107818,0.016342446,0.04707723,-0.018635882,-0.063062616,-0.019363739,-0.0089402795,0.06987426,-0.020531056,-0.0026848305,-0.019473605,-0.016122716,-0.025282726,-0.008184956,-0.030103061,-0.020668387,0.048038553,-0.016630843,-0.01402841,-0.04026559,-0.011542711,0.0020668388,-0.038452815,0.016507244,0.0075532314,-0.011240582,-0.0111925155,-0.004367141,-0.016507244,0.016781908,0.02796069,-0.0050194655,-0.032025702,0.0037354163,0.057953887,-0.009661269,-0.0072030365,0.02617538,0.026010582,0.023593549,0.04012826,0.006221116,-0.024348872,0.039386667,-0.00719617,-0.021533577,0.031201713,-0.018786946,-0.0058056884,0.007271702,-0.005476093,-0.022385031,-0.010856054,0.0012540082,-0.1065143,-0.018622149,-0.0016591359,-0.03166864,0.00026908386,-0.015051531,-0.031201713,-0.0033543215,0.029306538,0.030817185,-0.0056649237,-0.011041451,0.009008945,-0.0026419144,0.036365375,-0.045291923,0.003646151,-0.008514551,-0.003986046,0.0010402859,-0.015504724,-0.0065335454,0.0222889,-0.0022917192,0.0071343705,0.007484566,-0.015738187,0.0016866022,-0.02028386,-0.031915836,0.010189996,-0.0016050617,0.03205317,-0.018045356,-0.01884188,-0.011336714,0.005918987,-0.05029079,-0.02206917,-0.042545293,-0.023868212,-0.018045356,-0.015147663,0.014145142,0.03298702,0.016905505,-0.012126369,0.003828115,0.049439333,-0.043808743,0.010698123,-0.030872118,0.013293687,0.003673617,-0.010423459,-0.027686026,0.004147411,0.00000928731,-0.013513418,0.039139472,0.0093660075,0.00052700954,0.03048759,0.0016763024,0.0006857991,0.0018745747,0.0108423205,0.013547751,-0.000012908355,0.033041954,-0.015422326,0.03271236,0.0033388718,0.023621015,0.02385448,0.023758346,-0.028152954,0.0021337878,0.014474738,0.017674562,-0.034882195,0.0073266346,0.008754882,-0.010876654,0.016589643,0.01262763,-0.03328915,0.00039847588,0.007951492,-0.04724203,-0.033316616,-0.032080635,-0.016301246,0.025035528,-0.015216328,0.026862038,0.0074021667,-0.0080476245,-0.036667507,-0.025969382,-0.00092612917,0.01749603,-0.025145395,-0.013259355,0.00148318,0.010540191,-0.0014333973,-0.01162511,0.077619754,0.011199382,-0.019418672,0.001035136,-0.02739763,0.034305405,0.016054051,-0.022714628,-0.0149004655,0.014309941,0.0114053795,-0.016987905,0.018773213,0.019212674,-0.0015209462,-0.0067635756,-0.019556003,0.007244236,-0.04100718,-0.029993195,0.0010977936,-0.0031998234,-0.019913064,-0.0057473225,0.014055877,0.035706185,-0.026422577,0.03298702,0.017180169,-0.009084477,-0.041556507,0.0011424263,-0.007292302,-0.03144891,0.033838477,-0.029965729,-0.009008945,0.023318885,0.005802255,0.014859267,-0.018539751,0.00787596,-0.035623785,0.011130717,-0.002523466,0.02561232,-0.014543404,0.0088235475,-0.0106294565,0.03290462,0.004065012,-0.032575026,0.0073266346,-0.0040375455,0.0033302885,-0.021011718,0.020874385,-0.001950107,-0.06179917,0.010636323,-0.00016190094,0.028592415,0.026230313,-0.055042457,0.0013870479,-0.027246566,-0.034662466,-0.00819869,-0.0019089076,-0.02381328,0.00067507004,0.014474738,0.012991558,0.03216303,-0.026161646,-0.008713682,-0.01928134,-0.024651,-0.004089045,0.032355297,0.018635882,0.011693776,0.011309247,-0.04323195,-0.03554139,-0.015738187,0.013218155,0.027589895,-0.0033165554,0.0015621457,-0.012874827,0.029746,-0.003563752,0.032217965,0.022000503,-0.0044701397,0.026367644,-0.0005703548,-0.006076918,0.0015063547,0.022481164,-0.0007128362,0.024266472,-0.003048759,0.008287955,0.03565125,-0.015944185,-0.009496472,0.020531056,-0.01404901,-0.021107849,0.014515937,0.0198032,0.012710028,0.008947146,0.054602996,-0.029910797,-0.010176263,-0.028290285,-0.040540252,0.01661711,0.020421192,0.01435114,0.003694217,-0.03188837,0.01308769,0.017221367,0.021973036,0.0001348638,0.011570177,0.015188862,-0.0123667,0.000632154,0.007045105,-0.023579815,-0.006591911,-0.010231195,0.045786317,-0.0034847863,0.034744866,-0.012428499,0.03062492,-0.0061387173,0.002393001,0.011329847,0.008342887,-0.019679602,-0.008768615,-0.026504977,0.023634749,0.012497165,0.015628323,0.019350005,-0.0058915205,0.026491243,-0.030267859,0.003307972,-0.008445886,-0.008226155,-0.046006046,0.008061358,0.04152904,0.021808239,-0.020476123,0.015518458,0.012256835,0.05243316,-0.006670877,-0.012552097,0.023703413,0.012888559,0.0013647316,-0.010217463,0.010045798,0.00819869,0.0043740077,-0.030789718,0.047104698,0.00023603848,-0.006482046,0.0143374065,0.029800931,-0.022398764,-0.007834761,0.009839801,0.0042950423,0.047187097,0.011206249,-0.007319768,-0.010080131,-0.029388936,0.013101423,0.019418672,0.019569736,0.02002293,0.01950107,-0.024115408,0.010739322,-0.01334862,0.00024075925,0.018168954,-0.019308805,-0.021890638,0.024101675,-0.024458736,-0.022082902,0.040897314,0.018951744,-0.011501512,-0.048505478,0.0017320933,-0.005774789,-0.030981982,-0.00473107,-0.006471746,-0.03768376,-0.015902985,0.007642497,-0.016191382,0.0039620134,0.015861787,0.015916718,0.022536097,0.0079102935,-0.010910986,0.015985385,-0.020901851,-0.008418419,0.04540179,-0.035101928,0.016507244,0.030954516,0.01535366,0.001902041,-0.024760867,0.009146277,0.035870984,0.012442232,-0.007978959,-0.02561232,-0.02499433,0.03284969,0.018786946,0.0141039435,-0.016685775,-0.01757843,0.020434925,0.015216328,-0.012744362,0.014062744,0.005438327,-0.024568602,0.005874354,-0.043122087,0.018416151,-0.0076630968,-0.0027569295,0.003920814,0.01627378,-0.0028616448,-0.0022934359,-0.024760867,0.007319768,0.024335138,0.0024530836,-0.011041451,-0.0124079,-0.0071137706,0.025378859,-0.0045628385,0.0072099026,0.06399647,0.013025891,-0.0053524943,-0.0026710974,0.010045798,-0.024719667,-0.029608667,-0.03826055,0.012497165,-0.0010214029,0.008184956,0.010073264,-0.0014788884,0.0017097769,-0.008871614,0.029086808,0.027837092,0.023497416,0.046115912,-0.017743228,0.020929318,0.008562618,-0.021025449,0.00052829704,0.00296121,0.014927932,-0.036832303,-0.013266222,0.022591028,-0.018786946,-0.010347927,0.0025080163,0.049054805,-0.021066649,-0.029526269,0.0063687474,0.00025406326,0.006997039,0.011329847,-0.035349123,-0.016218849,0.014859267,0.008569485,-0.027274033,0.014268741,-0.014845533,0.0061524506,-0.0098535335,0.008294822,0.00369765,-0.051059846,0.0394416,0.011219982,-0.017193902,-0.015532191,-0.016740708,0.058777872,0.030103061,0.01314949,-0.01998173,-0.009654403,0.009606337,0.023566082,-0.0017595596,0.0067601423,0.0123255,0.014914199,-0.017413631,0.02124518,0.08783722,0.0035568853,0.00035341398,-0.04575885,0.02455487,-0.011474045,0.0026813971,0.02068212,-0.000009991401,0.018992944,-0.0016582777,0.0060563185,0.01954227,0.011240582,0.016108982,-0.006399647,0.026944436,-0.04551165,-0.013060224,0.016562177,0.041638907,0.029169207,-0.001312374,-0.02058599,-0.002344935,-0.006458013,0.017811893,0.026010582,-0.0068734405,0.034882195,0.05822855,-0.00080553495,-0.0014926215,-0.011837974,0.014639536,0.024568602,0.021574777,-0.0064305468,0.008720549,-0.007347234,0.007786695,-0.0033354384,0.017962959,-0.0011080934,0.015422326,0.0030109927,0.005325028,0.0047654025,-0.01649351,-0.027823359,0.00593272,-0.017715761,0.035239257,0.0016848856,0.0147631345,0.028290285,0.0064751795,0.04043039,0.032684892,0.014694468,-0.009235542,0.03381101,-0.01892428,0.013431019,-0.03397581,-0.029031875,-0.012950359,0.032767292,-0.025420057,0.009146277,-0.043863676,0.0038590147,0.014735668,0.013225022,0.008054491,-0.01994053,-0.012819894,0.0124353655,0.032822225,0.002918294,0.011460312,-0.035019528,-0.021094115,0.032108102,0.0064854794,0.031174246,0.02154731,0.038837343,0.023428751,0.034497667,-0.0117349755,0.033426482,0.005685523,-0.0065369788,0.011377913,-0.011329847,-0.058832806,0.0034521702,-0.007889694,-0.0051842635,0.0028118622,-0.033563815,0.0056237243,0.015065264,0.008143757,-0.05270782,-0.011295514,0.0037525827,-0.024527403,0.0015561373,0.019734534,0.009874133,0.02076452,-0.020489857,0.016383646,-0.039743733,-0.02072332,-0.004092478,0.023112888,0.010965919,0.019212674,0.009881,0.013252488,-0.019665869,0.022055436,-0.01086292,0.02421154,0.008342887,-0.0035809183,0.00044933145,0.0031981068,0.034003276,0.03655764,-0.015532191,0.012668829,0.03271236,-0.019391205,0.0009467289,-0.024417538,-0.01068439,-0.043286882,0.010183129,-0.014804333,-0.022494897,-0.016507244,0.018333754,-0.0034762032,0.013767481,0.026271513,0.005022899,0.02381328,-0.029691067,0.02246743,0.026010582,-0.012037104,-0.018828146,0.008507686,0.003721683,0.013355487,-0.0043808743,0.03361875,-0.02325022,0.0026985635,0.0059498865,-0.0074021667,0.00785536,-0.016520977,0.010121331,0.0052117296,-0.008274222,0.018210154,-0.012696295,-0.051444374,0.026546175,-0.0012437082,0.020737054,-0.013389819,-0.006372181,-0.00047593942,0.007628764,-0.01705657,0.0042160763,0.0037731824,0.01312889,-0.0012385583,-0.010876654,0.030460123,-0.01635618,0.026724705,0.020778254,-0.008411554,-0.017715761,-0.04628071,0.01875948,-0.0007493149,-0.0058915205,-0.016411113,-0.021492377,-0.013733149,0.027081769,0.022645961,-0.041199446,0.0021337878,0.020146528,-0.0007398734,0.009750535,-0.016932972,0.032575026,0.051938765,0.000016013066,-0.019734534,0.0073129013,-0.019171475,-0.018718282,0.022673428,-0.01439234,0.025227793,0.029773464,0.0015827453,-0.020888118,-0.0049439333,0.038645077,-0.007079438,-0.07575204,-0.013595817,-0.0012076587,0.024623536,-0.066852964,-0.03521179,0.013032758,0.0033594714,-0.013369219,0.008960879,0.031613708,-0.03433287,0.026189113,0.013513418,-0.039551467,-0.010945319,-0.033948343,-0.018745746,0.0036015182,0.025323926,-0.012545231,0.0029509102,0.046555374,-0.033344083,0.012970959,0.029636133,0.006052885,-0.003780049,0.0074365,0.0017698595,-0.003862448,0.0051739635,0.0044770064,-0.0027552128,-0.04062265,0.016836839,0.0045422385,-0.03633791,-0.0018196421,0.034964595,-0.03197077,-0.0015981952,0.017125236,-0.00041392568,-0.0016951854,-0.033096887,-0.0013853313,-0.023401285,-0.0012994992,0.026738439,-0.009173743,-0.007045105,0.01062259,0.004844368,0.022096636,0.0051258975,0.010986518,-0.031641174,0.011247449,0.01210577,0.0012952075,0.016218849,-0.01749603,0.003992913,-0.0023277686,-0.03175104,-0.0024187507,-0.0065884776,0.008967746,0.007093171,0.055591784,0.02883961,0.026834572,0.0017921758,0.003910514,0.026683507,-0.000105251704,-0.006557578,0.028592415,-0.010004599,0.008864747,0.012119504,0.016122716,0.013396686,0.03411314,0.02076452,-0.0030230093,-0.004604038,0.004222943,-0.00371825,-0.004806602,-0.016411113,-0.023895677,0.019006677,-0.043781277,-0.0005476093,-0.020737054,0.013485951,-0.011110117,0.01110325,0.0066056442,0.02403301,0.007560098,0.0072305026,-0.031393975,0.01066379,0.024184074,0.0013733148,0.003852148,-0.0012445665,-0.04353408,0.01188604,-0.019075343,-0.0045903046,-0.000005847317,-0.0021938705,-0.005822855,0.0074227666,0.00946214,0.020379992,0.016218849,0.0045388057,0.036420308,0.01038226,0.019363739,-0.01160451,-0.0068185083,0.014364873,0.039743733,0.013197555,0.0007261402,-0.008521418,0.040814918,0.03040519,-0.009881,-0.0010248362,0.021382513,-0.043698877,-0.0095033385,-0.022810759,-0.0010334194,-0.05116971,-0.010059531,-0.04836815,-0.005273529,0.0004896726,-0.014914199,0.01360955,-0.0063412813,0.0073266346,-0.007869094,0.005094998,-0.044467933,-0.018498551,0.015477258,0.006255449,0.011748708,0.02072332,0.022714628,0.009867267,0.007752362,0.04427567,-0.0030418923,0.007752362,-0.0013921979,-0.015284994],"social":"https://www.linkedin.com/in/aahana-anwer-8aa6a5251/"},{"title":"watchdog","description":"log, monitor, identify, resolve.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=mrbJ9dLSwns","youtube_transcript":"Hello, everyone. My name is Daniel from my phone. Watchdog. Watchdog is in the video part too. For real time log in, I will return my attention. Let's see how well it does use my QuickBooks for all these department experience. When a client sends a new request via their web browser or mobile application, I'm able to see this request coming in real time. I can also see details about this request, including the restaurants and the head us. I can also streamline this list of http requests. Via parameters such as the method type, digital scoot, and also via such parameters. I can also see exceptions that I'll call in my applications and see these details about these exceptions like the subtreeze and the request body to make decisions and fix issues before they become issues. I can also see logs stream from my application and use this to trace user journeys and see how the user interact with the application and how the application responds to the user. This is how I use Watch Dogs to serve my users, and this is how I use Watch Dogs to build a better and more a lot focused product. We have been working hard in enhancing the performance of Watch Dogs. Making it faster, more powerful, and secure. We are currently working on expanding Watch Dogs' existing functionalities and offering it to assess us product support team wants to put the technology stacks. This has been our progress over the last six weeks. Currently, we have amassed over forty thousand downloads. Thank you for being a part of this incredible journey and helping us shift watchdog into a more tough tool for the Blue Pass.","embedding":[0.015330728,0.01900466,0.008504472,0.017326444,-0.0041161645,-0.038765274,-0.033261936,0.06204863,0.023298474,0.0061723567,0.03819075,-0.049983617,-0.0328386,-0.02352526,0.04623409,0.036436938,-0.015663348,-0.012352273,-0.042756706,0.025415143,0.008443995,0.04641552,-0.01385662,-0.008005543,-0.017704422,-0.025339548,-0.066161014,-0.0066561666,0.006746881,-0.04883457,0.0022130527,-0.035015747,-0.004959052,0.025808237,0.04221242,-0.02899836,0.017704422,0.00450926,0.02592919,0.025369786,-0.021393472,-0.009933223,0.0022036033,0.018127754,-0.051949095,-0.0045357184,-0.044359326,0.02109109,-0.014589895,0.019382637,-0.037283607,0.05654529,-0.012034773,0.07698626,0.063802436,-0.026533952,0.008255008,0.054216955,-0.02594431,0.025747761,-0.006818697,0.0027970264,0.0067771194,0.018399898,-0.022633234,-0.035529796,-0.06068791,0.015844777,-0.017976563,-0.009404056,0.07341816,0.016192514,-0.011293939,0.015353407,0.025369786,0.017008943,0.014219477,0.01643442,-0.015950609,-0.0045470577,-0.050800048,0.022602998,-0.051314093,-0.0020429632,-0.006875393,-0.015602872,-0.060385533,-0.028605264,0.006395363,-0.024765022,0.057452433,0.0911377,-0.014635252,-0.016237872,0.027728358,0.020108351,-0.012065011,0.05461005,0.031205744,0.026352525,0.05167695,-0.0412448,0.00917727,-0.06948721,0.015980847,-0.018233588,0.06839863,-0.028242407,0.024024189,-0.013501322,-0.09694342,-0.02224014,-0.035801936,-0.029512407,-0.010417033,0.01771954,0.012004535,-0.05962958,0.029845027,-0.05554743,-0.028983241,0.0425148,-0.010039057,-0.019276803,-0.028166812,-0.015179537,-0.020803828,-0.055335764,-0.026639786,-0.031659316,0.031145267,0.009593044,0.06183696,-0.033261936,-0.0011188105,0.0014656041,-0.024084665,-0.0060022674,-0.058450293,-0.009131913,0.0015071814,-0.033715505,0.0005835013,0.0072609293,-0.04305909,-0.04783671,0.0008438326,0.023948593,-0.0042597954,-0.010205367,-0.0063575655,0.027305026,-0.05043719,-0.022890259,0.038251225,0.07849817,0.05134433,0.046022423,-0.030616099,0.028756455,-0.05185838,0.0066599464,-0.07970769,0.009993699,-0.072208636,-0.010265843,-0.014529418,-0.028318003,-0.058208387,0.010341438,0.0045470577,0.0071097384,0.039400276,0.0001331186,0.042454325,-0.024991808,0.041940276,-0.0315686,-0.01402293,-0.047110997,-0.033322413,-0.026488595,0.011142748,0.0056016124,-0.07650245,-0.01997228,-0.020002518,0.030495146,-0.014710846,0.0479879,-0.014907395,0.092891514,0.0073516434,-0.043845277,-0.006833816,-0.034259792,0.02255764,-0.030797528,0.00084666745,-0.016147157,0.007525513,0.023011211,0.014461382,-0.027773716,-0.008512031,0.0406098,-0.05923648,-0.005329469,-0.03108479,-0.030737052,0.02529419,0.00052491494,0.025279071,-0.022996092,-0.02075847,-0.0048116413,-0.02786443,0.010537986,0.008020662,0.0011688925,-0.0049817306,0.045478135,0.028544787,-0.045992184,-0.006716643,0.048441473,0.07601864,-0.013554239,0.042756706,-0.007877031,0.006263071,-0.0011632228,0.013773465,-0.037102178,0.054972906,0.016872872,0.025067404,-0.015126621,0.008451555,0.009449413,-0.003968754,0.014484061,0.0005891709,0.0161018,0.044177897,0.014680609,-0.037918605,-0.07009197,-0.0021355674,0.017341563,0.031689554,0.002657175,0.061897438,-0.026881691,-0.025082523,0.015013228,-0.014514299,0.0154743595,-0.0038629202,0.049348615,-0.008821973,-0.037011463,-0.01498299,-0.014952752,-0.009623283,0.0066221487,0.049136948,0.011588761,-0.022814663,0.014438704,-0.006799798,0.08853722,-0.0004946768,0.028650621,-0.05944815,-0.024855737,0.0109084025,0.017825373,-0.012367392,-0.014688168,-0.0039044977,-0.0053105704,0.005749023,0.010265843,-0.008179412,0.034017887,-0.027562048,-0.016404182,0.006153458,0.03444122,-0.013735667,0.011225903,-0.002237621,0.003800554,0.030873124,0.007427239,-0.0014656041,0.023797402,0.011377093,0.018248707,0.009434294,0.037434798,-0.07819579,-0.00026694592,0.00051971775,0.005197177,0.020592162,-0.0043391706,-0.013463524,-0.05267481,-0.014295072,0.023933474,0.017931206,0.01917097,-0.021786567,-0.033140983,0.06319768,0.0044374447,-0.0040821466,-0.03592289,-0.0059984876,-0.051253617,-0.033473603,0.003934736,0.014438704,-0.013032631,0.022043591,0.0076048877,0.022754187,-0.039551463,0.03187098,-0.027093358,-0.013304774,-0.006701524,0.0008627314,-0.04345218,-0.008897568,-0.031326696,0.030026456,0.03930956,-0.077591024,-0.0071891136,-0.060143627,-0.024356809,0.028136574,-0.0070001255,0.0059682494,-0.007650245,0.0012841753,0.0267305,0.0033450923,-0.013879298,0.016026204,-0.05119314,-0.011520725,0.037283607,-0.010303641,-0.038432654,-0.025339548,0.007884591,-0.009562806,0.044903614,0.013387929,-0.034592412,-0.008421318,0.0544891,-0.05672672,-0.032626934,-0.013146024,0.02399395,0.03028348,0.020078113,-0.0053710467,0.027456215,-0.058420055,-0.0017093989,0.0019059466,0.031931456,-0.01948847,0.031054553,0.020728232,0.035045985,0.04959052,-0.004433665,-0.00079753046,0.06204863,-0.03141741,0.008451555,-0.030616099,-0.012337154,0.013803703,-0.031659316,0.0027516691,-0.010840367,-0.009305783,0.0014759983,0.026155977,0.036527652,0.037585985,-0.012692452,0.025279071,-0.033836458,-0.0109084025,-0.009819831,-0.028892526,0.031356934,-0.0023869218,0.025324428,0.0033885597,-0.010341438,0.05681743,-0.018596446,0.05866196,-0.022421569,0.027683001,-0.024674308,-0.043240517,0.013667632,0.090170085,0.038100034,0.014862037,-0.035015747,-0.032264076,0.050497666,-0.005299231,0.025974547,0.03864432,0.008897568,0.04414766,-0.047262184,-0.032747887,0.0152248945,0.045236234,-0.0083910795,-0.03144765,-0.024734784,-0.017099658,0.025989667,0.029769432,0.019110493,-0.03689051,-0.03915837,-0.01882323,0.06356053,-0.0055675944,-0.012480785,-0.01852085,-0.018460374,0.008753937,0.005885095,0.022255259,-0.03253622,-0.009456973,0.03368527,-0.063802436,-0.039702654,0.0058057196,-0.00998614,-0.010704296,0.00015638779,-0.028106336,0.04587123,-0.051011715,0.05252362,0.016479777,-0.014211917,-0.008118936,0.010205367,0.016313467,-0.031629078,0.018747637,0.012027213,-0.016721683,0.012972155,-0.08091722,-0.022633234,0.01771954,-0.0085422695,-0.00950233,0.00709462,-0.04448028,-0.015497038,-0.026866572,0.024885975,0.064830534,0.023857879,-0.008988282,0.03589265,-0.022451807,-0.0082247695,-0.023978831,0.0151493,0.0875696,-0.019473352,-0.03604384,-0.0064293807,-0.011747511,-0.041335516,0.0006964218,-0.0128587615,0.018777873,0.006202595,-0.0015912813,0.076260544,0.042786945,0.002109109,-0.03011717,-0.016222753,0.006489857,0.0022943176,-0.015814539,-0.0134408455,0.0039574145,0.027153835,-0.03235479,-0.00804334,0.03692075,-0.0048078615,0.00064067025,-0.0010866825,-0.016963586,0.0006038175,0.014544537,-0.014680609,0.021378353,0.005280332,-0.05076981,-0.010568224,-0.004713367,0.03013229,-0.008156734,-0.012390071,0.004959052,0.0118911415,-0.055366002,0.010454831,-0.013304774,-0.035953127,-0.014159001,0.008723699,0.013085548,-0.0113922125,0.019034898,-0.03335265,-0.0039233966,0.00029316806,0.000047926245,-0.0072420305,0.042938136,0.0013767795,0.026533952,-0.02933098,0.009842509,0.019775731,0.0062214937,0.017129896,-0.03462265,-0.034078363,0.010537986,-0.031175505,-0.015111502,0.004913695,0.019367518,-0.022905378,-0.015240014,0.045599088,0.032324553,-0.018868588,-0.02948217,0.047443613,-0.006830036,0.003672042,-0.027894668,-0.040549323,0.049499806,0.012314475,-0.035560034,0.0019579185,-0.025430262,0.032626934,-0.014877156,0.00935114,-0.004736046,0.04112385,-0.019715257,-0.019821089,0.014945192,0.0036058961,0.03175003,0.012420309,0.008126495,-0.015240014,-0.01608668,0.030026456,0.010545545,0.011747511,-0.012760487,-0.002802696,0.021574901,0.029300742,0.008927805,0.0009817941,-0.0039422954,-0.037192892,-0.01625299,0.015481919,-0.0029519966,-0.006074083,0.035227414,-0.023389189,-0.005715005,-0.03159884,-0.013183822,0.013743226,-0.02160514,0.037767414,-0.019533828,-0.011876022,0.031296458,0.021363234,-0.023752045,-0.02724455,0.03692075,0.0042749145,0.025158118,0.015723825,-0.02384276,-0.017114777,-0.03655789,-0.012261559,-0.0026439459,-0.00997858,-0.0056318506,-0.015693586,0.026080381,0.0034036788,0.008753937,0.021952877,0.003930956,-0.04221242,-0.00044837466,0.0038534708,-0.0038534708,0.0032109106,0.062592916,0.0070530423,-0.001402293,0.036467176,0.003496283,-0.024220737,-0.01773466,-0.058057196,0.03740456,0.016237872,0.008776615,0.008300365,-0.030449789,-0.0075481916,0.000065260014,0.028529668,-0.035076223,0.027819073,0.001320083,-0.0063991426,-0.03592289,0.047534328,0.0022281716,0.0027233209,0.03187098,0.015572634,-0.07087816,0.015950609,0.013259416,0.01979085,0.014877156,0.004233337,0.018566208,-0.033655033,0.01785561,0.056273147,0.006153458,0.023872998,-0.012359832,-0.026594428,-0.008874889,0.007438578,0.025067404,0.0038251225,0.024205618,-0.024885975,0.009230187,0.010129771,0.0043883077,-0.0131082265,-0.0127756065,-0.022134306,0.013833941,0.020335138,-0.009645961,-0.048048377,-0.007877031,-0.003416908,-0.03141741,-0.046838854,-0.014718406,-0.019276803,0.010326319,-0.004539498,-0.011104951,0.011702154,0.002948217,0.0042219977,-0.039551463,0.012148166,-0.008905128,-0.011172987,-0.037555747,-0.027924906,-0.02142371,-0.023147283,-0.00531435,0.04127504,-0.026760738,-0.053763382,0.013886858,-0.011104951,0.0007843013,0.0302986,0.0029047497,-0.01675192,-0.015527276,0.002398261,0.022950735,-0.009404056,0.007967745,0.011203225,-0.06749149,-0.0082247695,-0.008013102,-0.025566332,-0.046355043,0.005609172,-0.044087183,0.02819705,0.009094115,-0.040640038,-0.0058888746,0.03707194,-0.053672668,-0.009313342,0.011588761,0.015663348,-0.040488847,-0.0020580823,0.012427868,-0.014748644,0.014416025,0.017583469,-0.0020391834,0.03108479,0.028060978,0.001062114,0.03368527,0.015769182,0.0044676824,0.0016555372,-0.0037967742,0.0024209397,0.013879298,0.009600604,0.01514174,-0.046324804,0.009336021,-0.013350131,0.03589265,-0.037011463,-0.040065512,0.0030691694,0.049076475,0.014771323,0.0030672797,0.013599596,-0.0164193,-0.0098576285,-0.010099533,0.012526142,0.022542521,-0.0074310186,-0.016676325,-0.0027630085,0.012964595,0.014295072,-0.025097642,0.006149678,0.038402416,0.013803703,0.021045733,-0.07601864,-0.0057603624,0.0032505982,-0.009918104,-0.025581451,0.00596069,0.033110745,0.034894794,-0.040156227,-0.013977572,0.03852337,-0.04750409,-0.012601738,-0.01915585,0.040549323,-0.0018936625,0.021212043,-0.003331863,0.0058208387,0.015512157,-0.0153080495,-0.045357183,-0.019110493,0.026473477,0.010749653,-0.0025248833,0.0020732014,0.015738944,0.06604006,-0.034531936,0.02045609,-0.007929948,0.0024417285,0.00048286503,0.021514425,0.0021714752,-0.021030614,0.020017637,0.03849313,-0.038100034,-0.027970264,-0.014930073,0.0034868335,-0.029210027,0.008103817,-0.033413127,-0.017145015,0.016797278,-0.015051026,0.01917097,0.009048758,-0.0030691694,-0.01658561,-0.014846918,-0.0037098397,0.006833816,-0.03144765,0.03562051,-0.015995966,-0.0015251354,-0.027199192,-0.0080584595,-0.001997606,-0.0037911048,0.01773466,-0.0038742595,0.011097391,-0.0021450168,-0.010273403,0.007854353,0.049892902,0.016177395,0.0032808364,-0.00011492849,0.013244297,-0.015270252,0.0063084285,0.007060602,0.014196799,-0.039853845,0.05479148,-0.010553105,0.02366133,0.037525512,-0.009940783,-0.024387047,-0.0052614333,0.0031447648,0.041607656,-0.017175253,0.016933348,0.012110368,-0.011611439,0.020168828,-0.00019288615,0.012609297,-0.0136903105,-0.03013229,0.032143123,0.02207383,0.030691694,-0.0014457603,-0.023918355,0.004055688,-0.02257276,0.00060854224,0.018672042,0.0063084285,0.006315988,0.0026817436,0.0028253747,0.01176263,0.039067656,0.011838225,0.004588635,0.03495527,0.0061421185,-0.003365881,-0.003656923,0.009078996,0.034683127,0.030691694,-0.022028472,0.03498551,0.012677333,-0.0013408718,0.006149678,-0.013183822,0.017371802,-0.0041464027,0.03604384,0.04587123,0.017795136,0.020743351,-0.0011471588,0.0127756065,0.022104068,0.009411615,-0.02432657,0.018142873,-0.026413001,0.0042938134,0.015542395,0.007344084,0.012609297,-0.009056318,-0.010915962,0.0075141736,-0.025702404,0.02012347,-0.000846195,-0.027758596,0.015255133,0.014121204,-0.011581201,0.0059493505,-0.033836458,-0.04880433,0.01882323,-0.004932594,0.02190752,0.001786884,0.0038289023,0.0033110743,-0.0035945568,-0.010099533,-0.047745995,-0.020078113,-0.028287765,0.0003089958,0.0126244165,0.0049514924,0.034048125,-0.0067544407,0.058208387,0.008610305,-0.022602998,0.0019248455,-0.026337406,0.05427743,0.030192766,0.05007433,0.0054806597,0.029194908,0.019050017,0.027924906,-0.012442987,-0.00008900166,-0.022436688,0.0075141736,0.035378605,0.0030351516,0.017447397,-0.014393346,-0.02481038,-0.015421443,0.016933348,0.017931206,0.00081784674,-0.03144765,-0.032294314,0.0076880427,0.0064180414,0.00068461,0.045205995,0.023328712,-0.019427994,-0.012117928,-0.017643945,0.039400276,0.0067771194,-0.0018539749,0.0042749145,0.01740204,0.0007998928,0.011800427,0.012269119,0.011316617,-0.022602998,-0.0055827135,-0.0053105704,-0.007230691,0.016872872,-0.0067053037,-0.017477635,-0.015572634,-0.025551213,0.011044474,-0.035408843,0.023177521,0.0406098,0.016479777,-0.02092478,0.0075633107,0.006977447,-0.01818823,0.031901218,0.020395614,0.010129771,0.006796018,-0.0322036,0.026806096,0.0071626552,0.000846195,-0.007922389,0.016736802,0.035560034,0.00740456,0.0017689302,0.023812521,0.006848935,-0.0077334,0.009933223,0.004868338,-0.007929948,0.009252866,-0.002432279,0.029376335,-0.01852085,0.004819201,0.00837596,0.0051291417,0.02917979,-0.020214185,0.0030030236,0.027441096,-0.026836334,0.015512157,-0.0019692578,-0.009509889,0.0012048002,-0.0049514924,0.0075179534,0.024749903,0.018233588,0.021877281,-0.044722185,-0.005703666,-0.014257275,-0.030147409,-0.01160388,0.003237369,-0.021831924,-0.011369534,0.031719793,-0.023313593,-0.017900968,0.011324177,0.006183696,0.013123346,0.00014268614,0.015708705,-0.018611565,0.005280332,-0.01835454,-0.027153835,-0.028892526,-0.01740204,0.008648103,0.023056569,-0.002320776,0.04348242,-0.003930956,0.00804334,0.011142748,-0.023479903,0.0016375834,-0.002785687,0.035348367,0.016525134,-0.03571122,0.018898826,0.038916465,0.059992436,-0.0315686,0.0055486956,0.0383117,0.012700012,0.013433286,0.0033942293,0.007136197,0.0067242025,0.007631346,0.012231321,0.016147157,-0.0034244675,-0.007427239,-0.010749653,-0.014650371,-0.0144916205,-0.012820964,-0.006591911,0.02707824,-0.024583593,-0.037132416,0.009540128,-0.013471084,0.001995716,0.023328712,-0.03205241,-0.0012133047,-0.012019654,-0.0059871483,0.0052387547,0.009812271,0.021514425,0.03395741,-0.00020044568,-0.02320776,-0.0209399,0.08067531,-0.013115786,0.037706938,-0.025052285,-0.00016560097,-0.028393598,0.008255008,-0.005624291,-0.0043769684,0.009320902,-0.013478643,-0.014257275,-0.007854353,0.012163285,-0.007982864,-0.020214185,0.00676956,0.021363234,0.0054353024,-0.0028423835,-0.00027521417,0.011082272,0.02127252,0.016978705,-0.01802192,-0.046627186,0.00660703,-0.018566208,0.022602998,0.024024189,0.014287513,-0.00692831,0.029769432,0.018505732,0.0027252107,0.015232454,-0.0061383387,-0.008844651,-0.0018766535,-0.00009673837,0.009963461,-0.013818822,0.005219856,0.021030614,0.008663222,0.01997228,0.019579185,0.013554239,-0.035408843,-0.008920246,-0.0170543,0.025853595,0.0037117295,0.016449539,0.019110493,0.0086254245,0.017885849,0.03286884,0.0085422695,-0.0003930956,-0.0045999745,0.025158118,-0.00709462,0.004641552,0.012465666,-0.042272896,0.008890009,0.004248456,0.0057414635,-0.014060727,-0.008118936,0.019730376,0.016797278,0.01079501,0.037706938,0.018868588,-0.01979085,0.018868588,0.0074536973,-0.012836083,-0.020697996,-0.0045810756,0.024598712,0.019186089,0.0067279823,0.016797278,0.0027648984,0.051918857,-0.016056443,0.030253243,0.0022735288,0.005994708,0.05379362,0.0033224137,-0.0012369282,0.012647095,-0.029769432,-0.015708705,-0.03205241,-0.002851833,0.03546932,-0.0036682624,-0.028287765,0.023283355,0.00023210121,0.018112635,-0.019896684,-0.025838476,-0.028907645,-0.015005669,-0.02352526,0.018596446,0.0006572067,0.0058435174,0.042484563,-0.017885849,-0.007839234,0.033110745,-0.014378227,-0.007476376,0.008761496,0.03302003,-0.019412875,0.0011329846,-0.008277686,0.0068791728,0.024931332,0.0026628447,-0.0032146904,0.009736676,0.0019881565,-0.0048229806,-0.0058094994,-0.004093486,-0.017961444,0.0341086,-0.025883833,-0.037888367,0.014567216,0.0144084655,-0.011445129,-0.024356809,0.009472092,-0.0125412615,-0.00043868902,-0.018929064,0.00040372618,-0.00725337,-0.0007101234,-0.0020826508,0.011082272,0.018762756,-0.005699886,-0.0059531303,-0.0079072695,-0.028076097,0.031235982,-0.007495275,-0.01688799,-0.011528284,-0.004747385,-0.022723949,-0.045357183,0.02479526,0.0065163155,0.03250598,0.0056620883,0.0024984248,0.0058435174,-0.0077711977,0.024371928,-0.0070643816,-0.008443995,0.01771954,0.025672166,-0.036013603,-0.032082647,0.0069320896,-0.0055146776,-0.009283104,0.0101751285,0.02866574,0.0051631597,0.0036493635,0.028877407,0.03302003,-0.0009487211,-0.0051631597,0.029285623,0.0115585225,0.029512407,0.008474234,-0.0075481916,0.014945192,0.020970138,0.03655789,-0.00020576098,-0.008753937,-0.021469068,0.012518583,-0.028605264,-0.011876022,-0.024991808,0.054851957,-0.024538238,0.0061458983,-0.018278945,-0.026201334,0.045236234,-0.0016895551,-0.008912686,0.025808237,-0.024477761,0.03108479,0.021710971,-0.004301373,-0.02172609,0.035529796,-0.0013021291,-0.00982739,0.014680609,-0.017885849,0.04414766,-0.017704422,0.023646211,0.015814539,0.033413127,-0.016071562,-0.010303641,-0.015572634,0.03543908,-0.017356683,-0.005439082,0.014053168,-0.034169078,0.026609547,-0.008746377,0.015179537,-0.017825373,-0.010182688,-0.027486453,0.0024927552,0.011180546,0.014484061,0.023872998,-0.025793118,0.027123597,0.0063386667,-0.013327452,0.003314854,-0.009993699,0.043875515,0.0011348745,-0.027652763,-0.038735036,0.02753181,0.02434169,-0.024250975,-0.017764898,0.016162276,-0.02075847,0.011656797,0.021801686,-0.036648605,0.00837596,-0.0033734406,0.0013106336,-0.016177395,-0.020274661,0.030389313,-0.023752045,-0.032929316,0.005061106,0.023888117,-0.018399898,-0.0025985886,-0.0069698873,0.01785561,-0.020955019,-0.0130250715,-0.010333879,-0.0023321153,-0.03041955,0.0008504472,-0.01675192,0.029028598,-0.013992691,0.0071059586,-0.027788835,0.032324553,0.0022281716,0.02190752,-0.024220737,0.006410482,0.03782789,0.007922389,0.015617991,0.051979333,-0.012352273,-0.0087085795,0.003976313,-0.010122212,0.006236613,-0.005170719,0.02529419,0.016177395,0.028151693,0.023510141,-0.0006964218,-0.005733904,-0.003239259,-0.00021745462,-0.0045999745,-0.009139473,0.007929948,0.014053168,0.0028782913,0.011044474,0.03091848,-0.0064482796,0.024598712,-0.014363108,-0.027320145,-0.0062403926,0.0412448,0.008330603,0.004055688,-0.016842635,0.02172609,-0.010961319,0.0036021164,-0.017628826,0.042575277,-0.03184074,0.03271765,0.028181931,-0.013017512,0.012095249,-0.0014268614,-0.005182058,-0.017099658,0.0150737045,0.0010167569,-0.0090411985,-0.0087085795,0.0322036,-0.0027025323,0.038614083,0.0005783041,-0.005144261,0.0154668,0.026413001,-0.0060854224,0.0041690813,-0.022754187,0.0031050772,0.034199316,-0.011180546,0.014695727,0.029769432,0.01321406,-0.025188357,-0.018611565,0.021922639,-0.018777873,0.021756329,0.0006350006,-0.016328586,-0.0013654402,0.002012725,0.021998234,0.022587879,0.0064445,-0.031054553,0.0034017889,-0.046022423,0.0025494518,-0.012148166,0.034169078,-0.0031220862,0.026035024,0.02626181,0.06755196,0.013387929,0.0018501951,-0.029149551,-0.009759354,0.0019938261,-0.0023774724],"social":"https://twitter.com/Lifeofdan_el"},{"title":"sparkles ✨","description":"an ios widget that keep you motivated by displaying positive comments from your socials ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Ft4zpqsQzss","youtube_transcript":"Hi. I'm Johan, and I'm building Spakos. It's an iOS widget that keeps you motivated by displaying positive comments from your socials. Let me show you how Spackle works. It's a very basic home skin widget that display motility commands with who, when and where it was posted. It refresh every day. Every morning, it would put sparkles into your eyes. At first, I was the one selected comments by ants. And it was very time consuming. It took me weeks but with a clever use of open source algorithm and a bit of chatty pity magic. The best command are now automatically selected. I have few users, seven exactly, but they are very special for me. They all are content creators I struggle, but who I know struggle with the motivations. I could, at the exam, directly by JMs. There is hashtags who do gaming, Adil, who run a start at media, Excel, who is a vlogger, In total, there are more than one million followers. Knowing the latest content may exist, thanks to the extra boost of motivation from Spakos, make me deeply happy. They are my motivation to keep building. This widget is only the beginning. I'm going to build more wellness tools for creators to keep the speckle on.","embedding":[-0.015446181,0.0006988591,-0.032859292,0.028627913,-0.00875201,-0.0038408842,-0.00009775247,0.009909027,0.0063511985,-0.014107347,0.014677592,-0.035900593,-0.013727184,-0.027553542,0.020776724,0.02757007,-0.024677526,-0.02768577,-0.029289067,0.033784907,0.009429691,-0.01077679,0.011016457,0.025156863,0.009669359,-0.036131997,-0.035470847,0.01902467,-0.012958594,-0.03373532,-0.0063057444,-0.024859343,-0.015842874,-0.013818093,0.029884104,-0.01750402,0.009685888,-0.010413156,0.006847063,0.0200164,-0.019123843,-0.027322138,0.030181624,0.05193355,-0.0051900493,-0.015082547,-0.06241282,0.021900686,0.011685875,0.021041187,-0.026247764,0.07715653,-0.027966762,0.0523633,0.00843383,-0.024842815,-0.039669164,0.034941923,-0.04895836,0.0056776493,0.04426418,-0.008256145,0.03497498,0.015999896,-0.016958568,0.01364454,-0.020313919,0.0048553403,0.023156876,0.02029739,0.085024245,0.047603,0.011578438,0.006838799,-0.07365242,-0.052991394,0.0032148552,-0.010909021,0.054082297,-0.008198294,-0.00058367394,0.002985518,-0.01628915,-0.038677435,-0.0134957805,-0.036165055,-0.053090565,-0.04085924,-0.03718984,-0.011966865,-0.019008141,0.009925555,-0.0478344,0.00479749,0.05580129,-0.0021921345,-0.012223061,0.022594895,0.01876021,0.032016322,0.03244607,-0.019619709,-0.045355078,-0.07107392,0.02644611,-0.014504039,0.041090645,-0.022413079,0.006107399,-0.002262382,-0.15484197,-0.016338738,-0.011661082,-0.009099115,0.022743655,-0.013768506,-0.02014863,-0.006880121,0.022892414,-0.037289016,0.0019638303,0.024545295,0.018677566,-0.0012861487,-0.0049338522,-0.05233024,-0.04254518,-0.018297402,-0.035669193,-0.034115482,0.01690898,-0.03679315,0.02069408,-0.033950195,-0.026528755,-0.017818067,-0.057355,0.018429633,-0.04046255,0.068032615,0.016280886,-0.020793254,0.03256177,-0.0400328,-0.019834582,-0.0621153,0.016710635,-0.005574344,-0.072594576,-0.015123869,0.026941976,0.03510721,-0.012305706,0.01986764,0.03214855,0.0066735107,0.038644377,0.039669164,-0.043768313,0.02238002,-0.0016435845,-0.011867692,0.012520581,-0.009148701,-0.04799969,0.042181544,-0.027999818,-0.029404769,-0.03373532,-0.020049457,0.00038791072,-0.020677552,-0.02897502,0.008173501,0.021520521,-0.012495787,-0.0014782962,-0.038677435,-0.019768467,-0.024611412,-0.009214817,0.008718952,-0.012909007,-0.022710597,-0.031404756,-0.047966633,-0.035206385,0.0012344961,0.033123754,0.015751963,-0.014024703,0.028644443,0.012809834,0.0066693784,-0.0036859266,-0.04155345,0.049156707,-0.001917343,-0.0098677045,0.02505769,0.01300818,0.034512173,0.021454407,-0.01336355,0.010718939,-0.0067396257,-0.014842879,0.007772677,-0.01126439,-0.041586507,0.053222798,0.007351192,0.04852861,-0.02363621,-0.04912365,-0.007475158,0.018462691,0.017685836,-0.023074232,0.023586625,-0.04350385,0.04575177,0.067140065,-0.0035412994,-0.0022995719,0.0037685707,0.049751744,0.0029152704,0.0067974767,0.017702365,0.008652837,0.003252045,-0.025553554,-0.06575164,0.0056404592,-0.025388265,-0.01085117,-0.0073553245,0.03287582,0.017669307,0.022280848,-0.0011611495,0.04099147,0.03540473,0.04340468,0.0020743667,-0.07563587,-0.035239443,0.016347002,0.0020908955,0.06955327,0.016760223,0.01371892,0.050611243,-0.017223028,-0.011487529,-0.05864425,0.030065922,-0.00049483153,-0.017173443,0.03920636,-0.04476004,-0.034082424,-0.027768416,-0.009570186,0.054082297,-0.0057478966,0.02421472,0.041222874,-0.011999923,0.026627928,-0.0045743505,0.012454465,0.030975007,0.008561928,-0.00070557394,-0.021999858,0.015867665,-0.016189978,-0.02363621,-0.015586676,-0.0010154893,-0.0074916873,-0.009049528,0.00003928823,0.028165108,0.037586533,0.0052602966,-0.014016438,0.008136312,-0.007623918,-0.03718984,0.022198204,0.057983097,-0.015413123,-0.003070228,-0.014181727,-0.017999884,0.013586689,-0.012049509,0.014008174,-0.028446097,0.014537096,-0.02476017,0.0024111415,0.009875969,0.033801436,-0.0002454788,0.003475184,-0.017371789,-0.023950258,-0.015727172,0.013842885,-0.051437683,-0.01889244,-0.030760132,0.057321943,0.058412846,0.021239532,-0.04013197,-0.011214804,-0.024313893,0.0018388311,-0.026512226,-0.011917278,-0.063999586,0.08594986,0.012528845,0.00395452,-0.030611373,0.055503774,0.008330525,0.0013450326,-0.0038636115,-0.01266934,-0.04211543,-0.012231326,-0.044726983,0.021107301,0.0092561385,-0.02601636,-0.048594728,-0.03514027,-0.014603212,0.048892245,0.014727178,0.013148676,-0.018561864,-0.021520521,-0.009875969,0.0015681717,0.032396484,0.0036074147,-0.041586507,0.0075619346,-0.042842697,0.011917278,-0.03761959,-0.029024607,-0.0018532939,-0.0023842822,0.008293335,0.01889244,0.03064443,0.010991665,0.024016375,-0.046379864,-0.02213209,0.004260303,0.0028222958,0.0083098635,0.008487549,0.019801525,-0.011999923,-0.03844603,-0.0019400701,0.044098888,0.030760132,-0.0037603064,0.012768513,0.054214526,0.01364454,-0.009032999,-0.04271047,-0.0042727,-0.016189978,0.030694017,0.020644495,-0.079999484,0.046148464,0.016066011,-0.049189765,-0.022594895,0.019768467,0.04297493,0.043735255,0.012371821,0.028429568,0.009851176,-0.00015573247,0.007425572,-0.006049548,-0.033536974,0.028842788,-0.003468986,-0.016875925,-0.055239312,0.03132211,0.013652804,0.006760287,0.024264306,-0.017057741,0.060495477,-0.013280906,-0.021008128,-0.023404807,0.01645444,0.020380033,0.0419832,0.049222823,-0.006177646,-0.05682608,0.043900542,-0.029537,0.0019008141,0.047669113,0.037024554,-0.042908814,0.033222925,-0.023983316,-0.011123895,0.060958285,0.025024632,-0.022710597,-0.0038491488,-0.051702145,0.035669193,0.006152853,0.057586405,0.008239617,0.014330486,0.01141315,-0.06710701,0.034941923,-0.007752016,-0.0014245776,-0.024198191,-0.0123883495,-0.026776686,-0.010404891,-0.044561695,-0.04423112,-0.026908917,0.035371672,-0.016958568,-0.03844603,0.0020537057,-0.021239532,0.030313853,0.040627837,0.02224779,0.005937978,-0.027768416,0.016991626,0.0417518,-0.009338783,-0.04938811,-0.019355247,-0.026115533,0.022892414,0.04132205,-0.03890884,0.0065330155,0.011024722,-0.06842931,-0.012702397,0.029834518,0.010892492,-0.00133057,0.002545438,-0.010338776,-0.008099121,-0.047933575,0.025933716,0.023470923,0.03317334,0.017950296,0.008194162,-0.016975097,-0.009107379,0.026363466,0.04132205,0.04323939,-0.022297377,0.0026590738,-0.040330317,-0.016115598,-0.020975072,-0.008867712,-0.017570134,0.038677435,-0.019404834,-0.045817886,0.11206539,0.04280964,-0.022082502,0.012156947,0.02727255,-0.022975057,-0.01190075,-0.0543137,-0.024975045,0.015115605,0.005413188,-0.04267741,0.010925549,0.0267271,0.038412973,0.0068346667,-0.012909007,-0.056859136,-0.0011177614,0.0016900718,-0.0124462005,0.038148515,-0.019305661,-0.025652727,-0.052594703,-0.04211543,-0.012041245,-0.010834641,-0.017123856,0.036594804,0.014743706,-0.07861106,-0.0020485404,-0.045850944,-0.026479168,0.0003393573,-0.0008765439,0.031520456,0.033371687,0.016206507,0.015793286,-0.028941961,0.028793203,0.03765265,-0.032677475,0.00355163,0.03302458,0.02323952,-0.0447931,0.026330408,-0.0515038,0.019305661,0.030132037,-0.037817936,0.027041148,0.032694004,0.035272498,-0.02252878,-0.011842899,0.042512123,0.022760184,-0.018859383,0.006012358,0.00094420876,0.009479278,0.0011962733,0.03890884,0.0065454124,-0.030198151,-0.012718926,-0.013966852,0.036098942,-0.005367734,-0.0051569915,0.011132159,-0.019487478,-0.00024095918,-0.051834375,-0.027768416,-0.026991561,0.007545406,-0.015165191,0.034379944,-0.03471052,0.0014318089,0.041652624,0.011247861,0.011594966,0.0063718595,-0.01300818,0.059239287,0.012380085,0.016148657,-0.022346962,-0.025851073,0.032363426,-0.0023739517,0.018561864,-0.023189932,-0.0071363174,-0.056793023,0.015586676,0.018049471,0.012710662,-0.02742131,0.024809757,0.017834596,-0.044561695,0.00019808757,-0.043636084,-0.016685843,-0.017140385,0.04856167,-0.038611323,-0.0017096997,0.07623091,-0.007202433,-0.016404852,-0.023900673,-0.026280822,0.024826286,-0.017322201,0.04340468,-0.0032169214,-0.023702327,0.026214708,-0.0005330544,0.027619656,0.0012975123,0.020462677,-0.04634681,-0.0064338427,0.016074276,-0.013297435,0.05358643,0.036198113,-0.011793313,0.04677656,0.0027313873,0.04016503,0.0051817847,0.032214668,0.015776757,-0.02044615,0.04383443,0.014702384,-0.020561852,-0.002764445,-0.009495807,0.0372229,-0.0092561385,-0.009429691,0.021421349,-0.008966885,-0.014074289,-0.0067396257,-0.0181817,-0.033156812,0.0190412,0.00290494,0.003940057,0.0018749879,0.011999923,0.0031156824,-0.010024728,0.023272578,0.054214526,0.008561928,-0.0038780742,0.011909014,-0.016958568,0.026975032,0.014950316,0.00056611205,-0.019537063,-0.010313983,0.0134957805,0.016842866,-0.009454484,-0.033503916,-0.011074308,0.0032334502,0.0049338522,0.012909007,0.024859343,0.030413026,-0.038512148,-0.0062520257,0.010628031,0.020495735,-0.022908943,0.014297429,-0.012487522,0.023057703,-0.010272661,-0.007351192,-0.054908738,0.004171461,0.0030578314,-0.045950115,-0.0023512244,-0.011479265,-0.028330395,-0.0003664749,0.016280886,-0.00783466,0.0126362825,-0.0011260258,-0.010173488,-0.005789219,0.017636249,-0.028842788,-0.005913185,-0.020578379,-0.023570096,0.027173378,-0.029239481,-0.019520534,0.027603127,-0.021586638,-0.035173327,0.019520534,-0.030032864,-0.0372229,0.009264403,-0.014016438,-0.0129420655,-0.013611482,0.007896643,0.029008077,-0.030346911,-0.01945442,0.013140411,-0.036198113,-0.02517339,-0.02127259,-0.026280822,-0.009355311,0.002102259,-0.012900743,0.028760144,0.02533868,-0.009768532,0.015520561,0.014272635,-0.014032967,0.013090825,-0.00067303283,0.018627979,0.030016335,0.059702095,-0.036330342,-0.009115644,-0.010950343,-0.0057602935,0.019983342,0.0054379813,0.004059891,0.041454278,0.0054214527,0.027983291,0.03388408,-0.0035247707,0.015396595,-0.0052479,-0.0037871657,0.0070330123,0.007979288,-0.029735345,-0.009057793,0.007202433,0.03287582,-0.057123598,-0.02309076,-0.016173448,-0.003692125,-0.009305725,-0.012652811,0.0080619315,-0.0070164837,-0.039107185,-0.0012344961,-0.018975085,0.018727152,-0.0039049336,-0.0108015835,-0.04938811,-0.023735384,-0.001735526,0.009495807,-0.016223036,0.002361555,-0.0013419335,-0.023421336,-0.06042936,-0.034313828,0.026099006,-0.028941961,-0.043140218,0.019206487,0.026214708,-0.000867763,0.025355209,0.030578315,0.038644377,-0.022842828,0.011347034,-0.0018718888,-0.0103635695,-0.014388337,0.01321479,-0.010041257,-0.0010061918,-0.000011508836,-0.022462664,-0.009041264,-0.021041187,0.029156836,-0.016760223,-0.019570122,-0.018942026,0.020942014,0.011537116,-0.0033925402,0.01203298,-0.010462742,0.002545438,-0.015917253,-0.008933826,-0.003407003,-0.002444199,0.0009462749,0.027636185,-0.0015877996,-0.016371796,-0.008099121,-0.0088925045,-0.035999767,0.015603205,-0.032132022,-0.002665272,0.031685747,-0.02211556,0.014313957,0.024330422,0.0015867666,0.0032747723,0.009363576,-0.004156998,0.030975007,-0.0096941525,0.039074127,0.004342947,0.033983253,0.0044917064,-0.009851176,0.019537063,-0.008768538,0.008644572,-0.0011425546,0.0045164996,0.00059245486,-0.043569967,0.008760274,-0.018942026,0.007545406,0.045288965,-0.0022375889,-0.008818124,-0.014578418,-0.029570056,-0.015751963,-0.0034979114,-0.028644443,0.020264331,-0.013264378,-0.01182637,0.02533868,0.00314874,0.011446207,0.003088823,-0.0016446175,0.008099121,0.004138403,0.027041148,-0.025090747,-0.005752029,-0.037983228,-0.017801538,-0.012537109,-0.006718965,0.04618152,0.053553373,0.018809795,0.026826274,0.028363453,-0.023619682,0.004520632,-0.029421298,0.009123908,0.026346937,-0.010223075,-0.0032169214,0.025371738,0.003834686,0.018644508,-0.005264429,0.04677656,-0.011644552,0.012504051,-0.016826337,-0.013909001,0.0038925367,0.015594941,0.028049406,-0.01042142,-0.002318167,-0.01392553,-0.0030165093,0.010793319,0.005243768,-0.0015175522,0.0034214654,-0.0047313743,-0.0007138384,0.03080972,0.027537012,-0.017057741,-0.03375185,0.013809828,0.010818112,-0.0041115438,-0.010933814,0.011198275,-0.0127519835,-0.0073098703,0.018627979,-0.0049379845,0.022429608,0.0022107295,0.015627999,0.026677513,-0.015082547,0.0044255913,-0.001957632,0.02828081,-0.015140398,0.016115598,0.022975057,0.018975085,-0.024016375,-0.052528586,-0.03345433,0.006495826,-0.011115631,-0.0009968944,0.018859383,-0.022842828,-0.00036879926,-0.01694204,-0.008053667,-0.029999806,-0.020165158,-0.0127519835,-0.0032107232,0.014429659,0.0035433655,-0.008809861,0.027718829,-0.034214657,0.008768538,-0.010694146,0.004520632,0.03933859,0.0020082514,0.03373532,0.012545373,-0.005392527,0.03218161,0.02966923,0.017024683,0.0026280822,-0.059536807,-0.009156966,0.018429633,-0.027537012,-0.0023698194,-0.024826286,-0.03976834,-0.040660895,-0.0019214752,0.0021694074,-0.0050743474,0.003652869,-0.02476017,-0.018313931,0.04168568,-0.024793228,-0.022363491,0.023818027,-0.0341816,0.02644611,0.007425572,-0.020099044,-0.010413156,-0.021735396,-0.012206533,0.023123818,0.013776771,0.0016601132,0.035206385,0.017702365,-0.034446057,-0.028446097,0.024363479,-0.018991614,-0.039239418,-0.020115573,-0.019388305,-0.013099089,-0.047801346,-0.020892426,-0.025851073,0.010016465,-0.02728908,0.022214733,-0.009884234,0.008537135,0.029024607,-0.0046280692,-0.033057638,-0.027057676,0.015644528,0.007896643,-0.031189881,0.010371834,0.024842815,-0.024859343,-0.013413137,0.008768538,0.026809745,0.002442133,0.0059173172,-0.008685894,-0.028297339,0.021933742,0.03847909,-0.0033594824,-0.032793175,-0.0123883495,0.001290281,0.0068181376,-0.010156959,-0.02365274,-0.0010438982,-0.0075784633,0.05457816,-0.063999586,-0.010628031,0.0025908924,-0.009950349,-0.009991671,0.004384269,0.02279324,0.011206539,-0.0072148293,-0.004524764,0.029421298,0.004037164,0.017173443,-0.045850944,0.0032747723,-0.030148566,-0.0111073665,-0.024578353,0.0032644416,0.008776803,0.0067726835,0.015718907,0.02266101,-0.0018853184,-0.018082527,0.015636263,0.008028874,0.017057741,0.012330499,-0.026065947,-0.0005216908,0.0034379943,-0.01231397,-0.027751887,-0.017107328,0.03414854,-0.005871863,0.009347047,0.014272635,0.0051983134,0.0082809385,0.012297441,0.0046900525,0.022578366,0.007863586,0.016504025,-0.005991697,-0.020380033,-0.010528858,0.005070215,-0.00029751874,-0.01105778,-0.011404885,0.011066045,-0.03233037,0.013123882,-0.032859292,-0.012925536,0.026462639,0.0011074309,0.03375185,0.009132172,0.023818027,0.0125784315,0.01266934,-0.044693924,0.012983387,-0.017388318,-0.018032942,0.02071061,0.009851176,-0.06158638,0.009421427,-0.000535637,-0.003349152,0.0061280597,-0.0069545005,-0.023900673,0.020826312,-0.018429633,-0.0010061918,-0.030065922,-0.01364454,0.007020616,0.011247861,-0.03960305,0.0031817977,0.10618113,0.01861145,0.029057663,-0.02912378,0.023008116,-0.03130558,-0.008768538,0.0022954398,-0.007181772,0.0054751714,0.00050361245,-0.014140405,0.031884093,-0.029470883,0.00022572168,-0.029156836,-0.023024645,-0.004200386,-0.005309883,-0.015809815,0.00411361,0.008272674,0.036429517,0.026809745,-0.021355234,0.0049379845,0.013793299,-0.009206552,-0.0044503845,-0.010685882,0.0056239306,-0.0006203472,0.0132478485,0.032760117,-0.0028140314,0.021520521,-0.03970222,0.0009359444,-0.0031879959,-0.011636289,0.006619792,-0.04717325,0.02266101,0.017652778,0.009925555,-0.018313931,-0.005367734,-0.007933833,-0.05318974,-0.052660815,0.0049379845,0.0014142471,0.022264319,0.023570096,0.0141651975,0.0010991665,0.0004573834,0.018694093,-0.005165256,0.012413143,-0.016413117,-0.002768577,-0.006917311,-0.024561824,-0.022049444,-0.011718933,0.0002644611,0.016619727,0.013768506,0.015512297,-0.03457829,0.020346977,-0.0008388376,0.047107134,0.0065495446,-0.005975168,-0.00050025503,0.011479265,0.037983228,-0.0038636115,-0.0020237472,-0.0066693784,0.028016347,0.020578379,0.009636302,-0.0030950212,-0.0011022656,0.032677475,-0.011347034,0.03261136,-0.035768364,-0.008462755,0.01540486,-0.012917272,0.017801538,-0.000054654865,-0.0017406913,-0.004739639,-0.014958581,-0.033669204,0.01985111,0.030908892,-0.0064669005,-0.014520568,-0.0057602935,0.009347047,-0.03887578,0.017718894,-0.003735513,0.008289203,0.008636308,0.0071776398,0.004276832,-0.017041212,0.0085867215,-0.033355158,-0.022561837,-0.004239642,-0.012008187,-0.015553619,0.016875925,0.012256119,-0.001534081,-0.012842893,0.002021681,-0.0104958,0.044528637,-0.044958387,-0.007813999,-0.0010950343,-0.0150246965,-0.009330519,0.042379893,-0.024099018,-0.015421388,-0.002706594,-0.0023656872,-0.015594941,0.0009906961,0.0037912978,-0.029322125,0.0091982875,-0.0005234987,-0.0023346958,0.02170234,-0.019999871,-0.0021900686,0.009718945,-0.020826312,0.015363537,0.005752029,0.004103279,0.035371672,0.0109172845,-0.035768364,-0.019768467,0.0013150742,0.044297233,-0.016818073,0.015223042,-0.013809828,-0.016470969,0.009900763,-0.01295033,0.024330422,-0.008429698,-0.03457829,0.005913185,-0.0044834423,0.007533009,-0.008644572,-0.020776724,-0.02042962,0.013024709,0.02505769,-0.042016257,-0.01834699,0.03976834,-0.041784853,-0.004702449,-0.005752029,-0.002142548,-0.0005278892,-0.0036177451,0.006322273,0.0034255977,-0.0070330123,-0.00423551,0.00203821,0.019107314,0.0012799504,-0.0010299521,0.0012685868,0.010818112,0.0071776398,-0.03191715,0.0035454317,-0.0317188,-0.009776796,0.03471052,-0.0018946158,-0.041090645,-0.023421336,-0.0008863579,0.0049297204,0.045454253,-0.041057587,0.0021218872,-0.0039669164,0.019950284,0.012338763,0.01985111,-0.0014400734,-0.009289196,0.036528688,-0.01960318,-0.004863605,0.053652547,0.028660972,-0.044198062,0.01343793,0.008909034,0.006561941,-0.069288805,-0.009942085,0.019289132,0.002021681,0.0023305635,-0.023123818,-0.0045702183,0.03342127,0.0039069997,-0.0012179674,0.00026213675,-0.020760197,-0.00472311,0.012289177,-0.03500804,-0.004764432,-0.010132166,-0.00029002913,-0.0011322241,-0.00895862,-0.028941961,0.024561824,0.021669282,0.015239571,0.009032999,0.010181752,-0.0021105236,-0.0037107198,0.028727088,0.0034152672,-0.017851124,-0.026479168,0.032429542,0.023272578,-0.016892454,0.02854527,-0.0017117658,-0.036330342,0.0130577665,0.07193342,-0.0076528434,-0.018032942,0.009041264,0.059867382,0.0017830463,-0.00031921282,0.005425585,-0.01126439,-0.004718978,-0.009214817,0.021619694,0.025619669,-0.012173475,0.009570186,0.020743668,-0.03079319,-0.03847909,-0.013652804,0.0074999514,-0.05487568,0.02224779,-0.0017107327,0.013396608,-0.014842879,0.013388343,0.0039255945,0.0181817,0.011297448,-0.01371892,-0.034082424,0.03497498,-0.0017499886,0.020512264,0.006842931,0.0306279,-0.026247764,0.0065495446,0.0132478485,-0.0059173172,-0.04773523,-0.005272693,0.00065495446,0.054644275,0.026065947,0.022611424,0.00444212,0.022479193,0.0239172,-0.0069131786,0.003772703,-0.02728908,-0.0043098894,0.020413091,-0.0005087777,-0.014553625,-0.02517339,0.0050412896,0.013421401,0.041884027,0.029322125,0.029206423,-0.0018625912,-0.0147685,-0.020528793,-0.022032915,0.017404847,0.00266114,0.013603218,0.028512213,0.042082373,-0.0131899975,0.027338667,-0.010520593,0.000898238,0.009404898,0.018065998,-0.024975045,-0.006037151,0.015561883,0.0145288315,-0.01351231,0.0039813793,0.03233037,0.010413156,-0.0097520035,0.008628043,-0.0061652493,-0.0033594824,0.020925485,0.049454227,0.024429595,-0.009214817,0.04042949,0.01688419,-0.009685888,-0.009826383,-0.003611547,-0.0141651975,-0.049222823,-0.018413104,0.036892325,-0.018512277,0.007983419,-0.02518992,0.024826286,-0.0015299488,-0.04138816,0.015008167,-0.010322248,0.040231146,-0.01670237,-0.0041198083,-0.007999948,-0.02644611,0.007694165,0.0017530879,-0.0125784315,0.04813192,-0.011305712,0.02085937,0.025355209,0.022214733,0.021437878,-0.017470961,-0.01531395,-0.017520549],"social":"https://twitter.com/diwan_liwe"},{"title":"indiecon","description":"connect better with builders & hackers","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=S0kKQNK1tWw","youtube_transcript":"Hey there, this is this is Aditha. I'm a software engineer and an indie icon in making based out of India. I like to create projects and share them with people. But this season of night and weekends, I am creating Indicon. So what exactly is Indicon? Indicon is a web platform that allows startup founders, builders, and Indian hackers to connect with like minded people. All you have to do is you have to go to the profile section, fill out your profile details, there are two kinds of profiles. One is a founder profile, and another one is a startup profile. The founder profile contains very basic details like first name, your last name, your Twitter username, and your bio. And the starter profile also contains very basic details like your start up's name, your website, social link industry, and description. Once we are done with the details, all you have to do is save that click on the save button, and go to the home page, you can see that your founder profile is getting listed in the founders directory, and your starter profile is getting listed in the startup directory. In order to connect with the founder, let's say you want to connect with Adithya, all I have to do is click on this connect button and fill out this small form, and it will send the invite for the so talking about the progress over six weeks, we managed to get over fifteen d hackos on the platform. And the d and d acres managed to invite over thirty thirty Indian acres on on Google Meet. By the month end, we are targeting over a hundred Indian acres and over seventy invites and video meetings between them. That's about the progress. Thank you.","embedding":[0.015380834,-0.015115406,-0.0028550935,0.0066147367,0.026361156,-0.05009598,0.031320464,0.030510211,-0.016763851,0.035762884,0.040624402,-0.05073859,0.00023726962,-0.055879507,0.028917644,0.0017837787,-0.02942056,0.00106433,-0.013110729,0.046156473,0.036936354,0.028638247,0.06493199,0.046854965,0.008682278,-0.012831331,-0.032549813,0.03836128,0.034337956,-0.035846703,0.0016929745,-0.024992108,-0.016861642,-0.008172378,0.028386788,0.0051164674,0.01817481,-0.0022753438,-0.02845664,0.014388973,-0.01411656,-0.007473884,0.056186844,0.027618445,-0.025536934,-0.027520657,-0.06437319,0.024461254,0.033471823,-0.0038766407,-0.04660351,-0.021751098,0.036796656,0.006932551,-0.044535965,-0.027632415,0.02715744,0.04872693,-0.030174933,0.0065099625,-0.010267859,-0.026472917,0.066161335,0.016666062,-0.0041350834,-0.0035204089,-0.017168978,0.019739436,0.016121238,0.021136424,0.049146026,0.047329944,-0.018579936,-0.014612491,-0.03159986,0.005277121,-0.03520409,0.021094514,0.008102529,0.0063458164,0.021779038,0.031236645,-0.039422993,-0.0099116275,-0.058282327,0.000878356,-0.051129747,-0.030342571,-0.040484704,0.013166608,0.00367757,0.04984452,-0.016582243,0.014074651,0.057052977,0.004117621,-0.015660232,0.019948984,0.012195703,0.049397483,0.056242723,-0.021974616,0.00626549,-0.0056857397,-0.0027800053,0.024167886,0.016079327,-0.008416851,0.05557217,0.023692911,-0.08326046,-0.010728865,0.018565966,0.0055215936,0.006716018,-0.008263182,0.050207738,-0.042719882,-0.02701774,-0.021555519,-0.059735194,0.016232997,0.016568273,0.02489432,-0.014989678,-0.06096454,-0.03486881,0.006796345,-0.047888737,-0.06007047,0.014570582,0.021695219,0.03414238,-0.011650877,0.0056089056,-0.021793008,-0.063814394,0.0014694564,-0.007976799,-0.01927843,-0.015688172,-0.035707004,-0.0012389534,-0.022086374,0.012712588,-0.03484087,-0.027814025,0.009897658,-0.009255043,-0.031264585,0.00735514,-0.0047462657,-0.021876827,-0.010358663,-0.004878979,0.009303938,-0.016498424,0.006241042,0.005633353,-0.003275936,-0.00850067,-0.03067785,-0.016079327,-0.017839532,-0.046212353,0.023371603,0.0013419812,-0.044843305,-0.086948514,0.008095544,-0.0520797,-0.03609816,-0.0031729082,0.025481055,0.057276495,-0.04216109,0.001957529,-0.05196794,-0.009031525,0.00596863,-0.019907074,-0.021248182,-0.016694002,-0.014626461,-0.0539796,-0.049034268,0.02270105,-0.046687327,0.02707362,-0.024642862,0.015185256,0.042384606,0.013320277,0.023916429,0.006380741,-0.035679065,0.042552244,-0.010023386,0.026165579,-0.017923351,0.024740651,-0.023944369,0.033304185,0.058170564,-0.023720851,0.009185194,0.033723284,0.019990893,0.012503039,-0.032214534,0.074990295,-0.0383054,0.027772116,0.0053993575,-0.026947891,-0.014961738,-0.067614205,0.008689263,-0.030873427,-0.009443637,-0.012139822,0.07353743,0.014361033,-0.015255106,0.035595246,0.031935137,-0.02168125,-0.01806305,0.031236645,0.0011708502,0.007788206,-0.017168978,-0.004355109,-0.052862015,-0.0104285125,-0.017378526,0.040093545,-0.016917521,0.038724497,-0.007816146,0.016177118,0.0036007357,0.03601434,0.030873427,0.0029319278,-0.0118674105,-0.033220366,-0.021178333,-0.04889457,0.048307832,0.03593052,0.039255355,0.009681124,-0.00018422774,-0.019893104,-0.042300787,0.007376095,0.02258929,0.02704568,-0.027660355,-0.0022194642,0.013662539,-0.03525997,0.032661572,-0.00851464,0.0070687574,-0.022323864,0.026221458,-0.01926446,-0.034589414,0.0063178767,0.0058917953,0.008193333,-0.019753406,0.0075227786,-0.023692911,0.00033811468,0.05099005,-0.03715987,0.00704431,0.019739436,0.011182887,0.010323739,0.016023448,0.0009176463,0.0114483135,0.016931491,0.0035326325,-0.00455418,-0.010442482,0.01413053,-0.026221458,0.011888365,0.0043935264,0.004383049,0.012950076,0.039450932,0.020298231,0.021332001,0.007215441,0.029839657,-0.0706317,-0.023189995,-0.009457607,-0.023734821,0.00054395205,0.029699957,0.01704325,0.04302722,-0.030007295,0.0027520657,0.031432223,-0.008319061,-0.016903551,-0.035036452,0.04400511,0.06990526,-0.020577628,-0.013285353,0.037970126,0.0010931429,-0.009562381,0.0016624153,-0.028596338,0.043446317,0.019809285,0.008919766,-0.009674139,0.01410259,-0.012265552,0.03721575,-0.04869899,-0.032465994,0.00044354357,-0.017699834,-0.020284262,-0.024405375,-0.030957246,0.0015148584,0.051520906,-0.048140194,-0.052387036,-0.023692911,0.017294707,0.06672013,0.026221458,-0.086277954,0.028358849,-0.0063178767,0.0011394181,-0.025592813,-0.0250899,-0.006967476,-0.0066147367,0.030202873,-0.010756805,0.007431974,-0.035427608,-0.024614923,-0.011161932,-0.066161335,0.0026263369,0.024153916,0.011399419,0.008947706,0.015241135,-0.073258035,-0.03838922,0.01802114,-0.005612398,0.044340387,-0.044843305,0.040065605,-0.03506439,0.0010678224,0.03525997,0.041155256,-0.00053347467,0.021150393,0.024112007,0.06336736,-0.014375003,0.006691571,-0.029895537,-0.0013969877,0.011804545,-0.018607875,-0.06537902,-0.033220366,0.019935014,0.05562805,-0.0364055,0.044815365,0.019432098,0.015995508,-0.01243319,0.048279893,-0.0451227,0.014361033,-0.011441329,0.014347063,-0.04394923,-0.06213801,-0.042608123,0.0129780155,0.007487854,0.022337833,0.010938413,0.0014432629,-0.014193394,-0.006754435,-0.06459671,0.03970239,-0.033276245,-0.021150393,-0.027967693,-0.025425175,0.006558857,0.058561724,0.053811964,-0.018845363,-0.05219146,-0.019683557,-0.06454083,-0.008319061,0.011581028,-0.010065296,0.00912233,0.017099129,-0.045038883,-0.037076052,0.031907197,0.025103869,0.042189028,-0.022184163,0.00452624,0.044619787,0.031041065,0.04897839,-0.013124699,-0.017937321,0.023511302,0.012586859,-0.02719935,-0.024433315,-0.015716111,-0.007564688,-0.0077532814,-0.028386788,0.008242227,-0.06672013,0.00020289063,0.020689387,0.08024297,-0.044675667,-0.04956512,-0.025900152,-0.0025477563,-0.018426267,0.024223765,-0.052470855,0.0088918265,-0.018845363,0.043530136,-0.001034644,-0.0108476095,-0.04095968,0.040233243,0.015506563,-0.012014094,-0.02845664,-0.018677725,0.004896442,0.048279893,-0.037634846,0.015255106,0.039255355,-0.015199225,-0.025746483,-0.01473822,-0.003358009,-0.020102652,-0.025942061,0.010652031,0.07387271,-0.01927843,-0.038920075,0.019432098,0.013920982,0.023343664,0.020158531,0.03478499,0.06565842,-0.016079327,-0.000034378994,-0.042189028,-0.057891168,-0.016288877,-0.017476315,-0.0032060866,0.0053050607,0.002233434,-0.041183196,0.10069487,0.02166728,0.023217935,-0.033695344,-0.037998065,-0.031991016,0.0011411643,-0.019837225,0.021136424,0.020829085,-0.013459976,-0.01695943,0.033276245,0.023134116,0.02038205,-0.015911689,-0.006014032,-0.02362306,0.004777698,-0.029113222,0.009639215,0.0002872556,0.0067858677,-0.026975831,-0.043166917,-0.027758144,-0.006059434,-0.0052945833,-0.0111898715,0.010449467,0.038137764,-0.010316754,0.0084657455,0.004218903,0.010309769,-0.020912906,-0.010295799,0.034617353,0.033415943,0.016707972,-0.010945398,-0.0096601695,0.015031587,-0.031963076,-0.00901057,-0.021318031,0.03285715,0.040484704,0.00024032553,0.045849133,-0.042356666,-0.0026595152,-0.005270136,-0.018551996,-0.031013126,0.034365896,0.02483844,0.004145561,-0.01824466,-0.020884965,0.006394711,0.037020173,0.06129982,-0.0023574168,-0.00041516728,-0.039003894,0.011266706,0.010672986,-0.021890797,0.011399419,-0.030370511,0.042468425,-0.0065029776,-0.035902582,-0.027855935,-0.0024412358,-0.013446006,-0.027716234,-0.043641895,-0.029029403,0.0120420335,0.0025774422,0.0067439578,0.008340016,0.032270417,0.045094762,-0.016568273,-0.024586983,-0.011085097,0.021765068,0.017713804,0.01475219,0.03358358,-0.011986154,0.022715019,-0.010568212,0.00903851,0.0068592094,0.0121258525,-0.010812685,-0.029197043,-0.01820275,-0.0030454332,-0.0037753591,0.0022229566,-0.0116159525,-0.015464653,-0.02947644,-0.00056010473,0.017490286,0.008270167,-0.0050082006,0.02141582,0.011147962,0.009471577,0.025327386,0.00010521063,-0.0021408836,-0.028442668,-0.024014218,0.039339174,0.02265914,0.005130437,0.009199164,-0.038752437,0.022980448,0.012929121,0.025858242,0.035818763,0.0020413483,-0.0006901992,0.0043690787,-0.005151392,-0.015283045,0.003282921,0.037998065,-0.034393836,-0.016735911,-0.027702264,-0.0036356603,-0.014905858,0.022742959,-0.022240043,-0.016721942,0.02598397,0.049034268,-0.025760453,0.0042293803,-0.014388973,0.024684772,0.02824709,0.011483239,0.008263182,0.007494839,-0.021723159,-0.016023448,-0.0006631326,-0.0051094824,-0.002813184,0.014207364,-0.019110791,-0.030286692,0.042552244,0.0069115963,0.0072992607,-0.022212103,-0.0014336585,-0.035567306,0.055516288,0.004170008,-0.022784868,0.010959368,0.021359941,0.00020343633,-0.03741133,0.017406465,0.019418128,0.014172439,-0.008696248,0.010009416,0.022896627,-0.0075157937,0.026919952,0.047413763,0.007683432,-0.0032584737,-0.027632415,0.00960429,-0.00023268575,0.017867472,-0.023022357,0.010659016,-0.006691571,-0.018901244,0.016191088,-0.00010128161,-0.07448738,-0.014186409,0.023162056,-0.024545074,-0.004065234,-0.0024953692,0.016805762,0.0057381266,0.006723003,0.009401727,0.013383142,-0.023203965,0.011804545,-0.007683432,0.015087467,-0.015604353,0.0028743022,0.017546166,-0.05451046,-0.0050082006,-0.0059965695,0.0029860612,0.00787901,-0.0056857397,0.021974616,-0.0045716423,0.03280127,-0.007941875,0.0024761606,-0.0365452,-0.008633384,-0.02043793,0.015464653,0.002879541,0.017350586,0.016596213,0.017420435,-0.049341604,0.013257413,-0.039311234,-0.021248182,0.014542641,0.0065867966,0.003536125,0.0012171254,0.030538151,-0.02035411,0.006537902,0.044508025,-0.01070791,0.02140185,-0.0016187595,0.01353681,-0.04070822,0.022491502,0.024614923,0.045988835,-0.0059965695,0.02377673,-0.016149178,0.024139946,0.0103377085,0.018887274,0.014172439,0.07208456,-0.008333031,0.029979356,0.0316278,0.00960429,0.0038731482,0.016400635,0.036936354,-0.024084067,-0.014235305,-0.045877073,0.019138731,-0.02721332,-0.035874642,0.013676509,-0.0076764473,-0.0041804854,-0.02820518,-0.013466961,0.02258929,0.0015628799,0.015925659,-0.024517134,0.030146994,-0.0023940876,0.014933798,-0.037048113,-0.010784744,0.018538026,-0.010093235,-0.004250335,0.00045751347,-0.0018876796,-0.013753343,-0.053588446,-0.031404283,0.012880227,0.048196074,0.011678817,-0.03062197,0.04210521,-0.02137391,0.027688295,-0.0272692,0.013459976,-0.026235428,0.0032252953,-0.016260937,-0.028079452,0.025243567,0.011532133,0.005284106,0.005619383,0.06442907,-0.05336493,-0.012454145,-0.007473884,0.04973276,-0.0062445346,-0.050515074,-0.030929307,0.0053504626,0.007983784,0.00069936697,0.001600424,-0.016666062,-0.04210521,-0.0017881442,0.021304062,0.026235428,-0.012440175,0.009750973,0.007033833,-0.023525272,-0.02018647,-0.02141582,0.0017392497,0.012230627,0.022295924,0.0019260967,0.017252797,0.027995633,-0.012286507,0.024614923,0.0040268167,0.030202873,-0.042580184,0.0018737097,-0.002158346,0.037886307,-0.014291184,-0.002353924,0.0108476095,0.018761544,0.029224982,-0.003029717,-0.01926446,-0.014933798,0.0061991327,0.034589414,0.03495263,0.0061362684,-0.04414481,0.033192426,0.02722729,0.011469268,0.007445944,-0.043893352,0.035399668,-0.012551934,-0.031488102,-0.022463562,0.044815365,0.0027974679,0.04660351,0.032410115,-0.015115406,0.010540272,-0.03481293,-0.0006509089,-0.051632665,-0.0047811903,-0.013194548,0.026654525,0.016232997,-0.011539118,0.0047288034,0.004868502,-0.008430821,0.00793489,-0.045681495,0.017895412,0.028694127,-0.0049697836,0.0051478995,0.01468234,0.006024509,0.043446317,-0.022715019,0.014207364,-0.013732389,-0.013390127,0.0316278,0.021178333,0.00012703857,0.016694002,-0.0038801332,-0.020898934,-0.017769683,0.031152824,-0.016135208,-0.0038906105,0.0126357535,-0.033136547,0.03595846,0.0074040345,-0.02021441,-0.006943029,0.005874333,0.03978621,0.011546103,-0.009848763,-0.007166547,-0.049369544,-0.0030628955,0.03646138,0.010624091,0.04179787,0.017867472,0.037802488,0.018943153,-0.009017555,-0.03523203,-0.013823193,0.010072281,0.0032060866,-0.023357634,-0.019418128,-0.03531585,0.0045716423,-0.047441702,0.02270105,-0.024992108,0.022114314,0.003715987,0.037606906,-0.0069779535,0.019446068,-0.0026210982,0.0432228,-0.010561227,-0.029280862,-0.008696248,0.031180764,0.025145778,0.0053330003,0.022840748,0.01195123,-0.00019164925,-0.027353019,-0.010617106,0.010666001,-0.0014310392,-0.017127069,-0.0026088743,0.011629922,0.035679065,0.0039115655,0.025648693,0.01408862,0.004473853,0.015171286,0.013068819,0.02707362,-0.019962953,0.006684586,-0.003424366,0.022854717,0.008004739,0.0026699926,-0.01817481,0.005367925,0.0139070125,-0.03604228,0.046659388,-0.004145561,-0.0060280017,-0.05995871,-0.04855929,-0.02140185,-0.011140977,0.02270105,-0.004816115,-0.036601078,-0.028610308,-0.015548472,0.0017933829,0.03173956,-0.013306308,-0.014319124,-0.016246967,0.001429293,-0.016065357,-0.013990832,-0.0027136486,0.0012546695,0.0006967476,-0.016302846,-0.007781221,0.036293738,0.020088682,0.0071281297,-0.009101375,-0.07426386,0.008863887,0.0004201877,-0.020759236,0.030342571,0.003335308,0.026947891,-0.015576412,-0.0005046618,-0.029197043,0.007578658,0.0108476095,0.02149964,-0.008032679,-0.003193863,-0.002448221,-0.024614923,0.0250899,0.0012721319,0.029085282,0.004536717,0.01807702,0.03389092,-0.001861486,0.0057136794,-0.026403068,0.0057066944,0.022505471,-0.01818878,0.009597305,-0.02376276,-0.00905248,0.02021441,0.031488102,-0.007774236,-0.019921044,0.007250366,0.03852892,-0.023455422,0.029308802,-0.020954816,-0.008437806,-0.011029217,0.016512394,-0.012831331,-0.0065344097,-0.00910836,-0.02936468,0.0006692444,-0.00452624,0.043530136,0.020982755,0.0052002864,-0.024167886,-0.004163023,0.021876827,-0.006052449,-0.04174199,-0.0032270416,0.0008661323,-0.009750973,-0.0250899,0.023567181,-0.0051618693,0.03718781,0.01575802,-0.0041979477,-0.012489069,-0.034226198,-0.02268708,0.0025355327,0.0045332247,-0.0020203935,0.0054971464,0.018132899,0.014514701,-0.0014004802,0.004669431,0.0018824409,-0.0021565997,0.01796526,0.031236645,-0.015478623,-0.022966478,-0.017741743,0.013432036,0.029029403,0.0475814,-0.0046799085,-0.017657924,-0.011238766,-0.020130591,0.018146869,0.032382175,0.007865041,-0.021737128,0.007844086,0.010316754,0.00141445,-0.015227165,0.026347186,-0.026277337,0.006436621,0.04752552,0.035539366,-0.009394742,-0.05073859,-0.010742835,0.018943153,0.016163148,0.011057157,0.0032846672,-0.033527702,-0.014458822,-0.014284199,-0.04646381,-0.00049636717,-0.011755651,0.008214287,-0.029895537,0.0064436058,-0.0035972432,0.020591598,-0.006366771,0.02258929,-0.014570582,0.004204933,0.005783529,0.023734821,-0.016149178,-0.022058435,0.08147232,-0.00852861,0.019753406,0.018160839,0.046743207,-0.009429667,-0.0026158595,0.0151014365,-0.032661572,0.012021079,0.0075227786,-0.011532133,-0.017252797,-0.0009970999,-0.01708516,0.009541426,-0.028414728,-0.031180764,-0.008074589,-0.0025198164,0.011594998,0.01679179,0.024698742,-0.011224796,-0.018300539,-0.015730081,-0.0050151856,0.0359864,-0.013397112,0.026584676,0.004927874,-0.0062375497,0.023525272,0.02165331,0.018929183,0.017629985,-0.017252797,-0.016372696,0.0019907074,-0.013208519,-0.018831393,0.01299897,0.037774548,-0.03291303,-0.020144561,0.015953599,-0.006468053,-0.0041665155,-0.029588198,-0.0657143,-0.01823069,0.010149116,0.013243443,0.01132957,-0.00734117,-0.014305154,0.040345002,0.04274782,0.018817423,0.028973524,-0.017574105,0.026305277,0.0006386853,-0.0071805166,0.02384658,0.00711416,-0.037495147,-0.026975831,0.036908414,-0.028917644,-0.015981538,-0.0096462,0.028805885,-0.0022735975,-0.010540272,-0.0093179075,-0.0047288034,0.01806305,0.0057241567,0.017867472,-0.025369296,-0.0063982033,-0.010400573,0.0033213382,-0.019054912,0.026822163,0.0055949357,0.020004863,0.014919829,0.042552244,-0.005881318,0.0051094824,-0.0057940064,-0.025746483,-0.017224858,0.0005675262,-0.020870995,0.000591537,-0.023189995,-0.026151609,0.021737128,0.008270167,0.021876827,-0.0064156656,-0.03486881,-0.0037264645,-0.032493934,0.0022386727,-0.008863887,-0.0017837787,0.00053172844,0.008738157,-0.015366864,-0.008675293,-0.00034051575,-0.00050422526,-0.002195017,0.01918064,-0.003401665,0.00032632757,-0.0019889611,-0.0022893136,-0.020829085,0.00790695,0.06800536,0.010218965,-0.02717141,-0.045932956,0.019921044,-0.0054657143,0.0025861734,0.019627677,0.034337956,0.016666062,-0.025508994,0.010826655,0.01588375,-0.041099377,-0.01930637,0.013292338,-0.037914246,-0.0053504626,-0.01824466,-0.021765068,0.044591848,0.0073062456,-0.04319486,0.012775452,-0.006118806,0.040065605,0.005923228,-0.011434344,0.026570706,0.034729112,-0.0051164674,-0.020689387,0.037774548,0.0070373253,-0.032018956,-0.006272475,-0.014018771,-0.0036531228,-0.0072084563,-0.04629617,0.027325079,-0.027436838,-0.02506196,-0.0032654586,0.0015672456,0.025536934,-0.0027346034,0.0052072713,-0.025648693,0.0035623186,0.0091432845,0.006387726,-0.024726681,0.0059511675,-0.007627553,-0.0008678786,0.017168978,-0.0062061176,-0.0017933829,-0.00008491066,0.024461254,0.020954816,0.0033981726,-0.0044179736,-0.012817361,-0.009764943,-0.0104285125,0.017196918,-0.006625214,0.011371479,0.0030925814,0.021723159,-0.022212103,0.00224915,-0.013362187,0.011378464,0.031432223,-0.014472792,-0.0065937815,0.0038661633,0.025257537,0.010407558,-0.00595466,-0.027325079,0.02705965,0.01468234,-0.006101344,0.019585768,-0.028428698,-0.0030279707,0.001555895,-0.004547195,0.0082981065,0.0384451,0.06509963,0.0057416195,0.0081234835,-0.002575696,0.0067509427,-0.08638972,0.013278368,0.0009185194,0.020633508,-0.008682278,-0.028666187,-0.011120021,0.040456764,0.021220243,-0.027981663,0.025159748,-0.033527702,-0.0040372945,-0.028722066,0.050654773,-0.017895412,0.018943153,-0.051856183,0.006869687,0.022351803,-0.0052980757,-0.0058114687,0.0016501917,0.012537965,0.009157254,0.006880164,-0.016442545,0.010218965,0.0028254075,-0.022407683,-0.0028271538,-0.025634723,-0.00022919329,0.015352895,0.0017680625,-0.0035902583,0.013466961,-0.027911814,0.029057343,0.015981538,-0.037970126,-0.0001846643,0.0059267203,0.037103992,0.015255106,-0.05079447,0.020032803,0.0030105084,0.008535595,-0.0021408836,-0.030789608,0.012202688,0.0073202155,0.0034121424,0.053672265,0.0006487261,-0.0069849384,-0.040177364,0.03389092,-0.023050297,-0.00963223,-0.0046554613,-0.0076485076,0.011657862,0.010889519,-0.019851195,-0.0016589229,0.00070460566,0.011532133,-0.027394928,0.030789608,0.00912233,0.018510086,-0.0074110194,-0.005563503,0.014947768,0.018356418,0.01018404,0.009115345,0.038696557,0.008011724,-0.0052491813,0.048000496,0.0077602663,-0.02140185,-0.013250428,-0.024656832,0.018901244,-0.014430882,-0.006527425,0.007913935,0.013348217,0.0019400666,0.00909439,0.018328479,-0.029085282,0.008193333,-0.001146403,0.013676509,0.017224858,0.009527456,0.0134040965,-0.008689263,0.002961614,-0.01468234,0.0088918265,-0.003855686,0.035483487,-0.0014432629,0.03391886,-0.011120021,0.024181856,-0.029001463,-0.007494839,-0.04277576,0.0032864134,-0.02830297,0.0053330003,-0.003349278,0.0016545573,0.01821672,-0.02151361,0.00793489,0.030761668,0.022142254,-0.002023886,-0.0015943121,0.011769621,0.032633632,0.021751098,0.032493934,-0.03391886,0.04087586,-0.0068277773,-0.014333094,-0.00064043154,0.02162537,-0.008221272,-0.042384606,-0.019529887,0.032326296,-0.014053696,0.047972556,0.001124575,-0.0003389878,0.012496054,0.037802488,-0.0044703605,-0.026710404,0.03836128,-0.018747574,0.0021688233,-0.036656957,-0.032270417,0.028805885,0.013019925,-0.0064715454,0.013976862,0.005916243,0.011490224,0.021262152,0.019739436,0.0068312697,-0.0076485076,-0.009988462,-0.023511302],"social":"https://twitter.com/adityakrishnag_"},{"title":"origami","description":"the perpetual time capsule","niche":"web3","youtube_url":"https://youtube.com/watch?v=sTg7cLinsPg","youtube_transcript":"My name is Louis Xavier, and today I want to use you to origami. The heart of origami is the caps, a unique storage system where users can securely store three d objects This capsules offer multiple benefits for collectors, creators, and enthusiasts alike. First, the capsule provides top notch security for your digital asset. Thanks to blockchain technology, each capsule has a unique immutable record. Ensuring their owners absolutely control over their digital assets. Capsules harness the power of decentralization. Members can upload their photos to decentralized storage like greenfield or traditional cloud storage like Google Drive. Second, capsules make it easy for sharing and collaborating. Capsules provide a secure and commuter way to share your work. Thirdly, capsules opened a new window to monetization in the origami market, a vibrant ecosystem or creators can sell their three d objects and collectors can invest in unique digital assets. Seamlessly, laser capsule on the market opening a gateway to turn your creativity into commerce. The origami marketplace is more than a platform. By bridging the gap between creation and monetization, origami allows you to prosper in the world of 3DR. Finally, origami leverages a powerful GPU network to boost the creation process of three d app. Partners can rent out their GPUs when not new. We invite you to join us on this exciting journey. Thank you.","embedding":[0.026581824,0.019278476,-0.009690982,0.03560013,0.030543964,-0.050413806,-0.031076193,0.026286142,0.0063423817,-0.06658762,0.014636266,0.0021473914,-0.0075361985,-0.045949005,-0.0043317433,0.016839098,0.013734436,-0.035008766,0.01349789,0.030810079,0.0057436256,0.027528007,-0.021954399,0.023314537,-0.028429838,0.005669705,-0.0073698773,0.012403865,0.0019958545,-0.035008766,0.002215768,-0.022944935,-0.0034206728,0.03208151,-0.06782948,0.020535124,0.0097501185,0.007635991,-0.0072663887,0.029242964,-0.017430462,-0.023743276,0.040478885,-0.010681517,-0.015685938,0.013593987,-0.019071499,-0.009994056,-0.03876393,0.046303824,-0.0021252155,0.04917194,0.04041975,0.04124766,-0.06972185,-0.0534889,-0.025886972,0.046126414,-0.020653397,0.029760407,0.031401444,-0.026522689,0.05597263,0.029538646,-0.014148391,0.0079612415,-0.07752786,0.040271908,0.013527458,0.04949719,0.027734986,0.066173665,-0.020727318,0.004827011,-0.02797153,-0.046717778,-0.03796559,0.06487266,0.007606423,-0.029671703,0.00972055,0.017267836,0.026626177,0.015597233,-0.025694778,-0.010341483,-0.0029586693,-0.008914816,-0.032672875,-0.017474815,-0.025310392,0.0031028145,-0.018450566,0.010681517,0.045446344,0.06191584,-0.03462438,0.012285593,0.0017010963,0.05972779,-0.0149615165,-0.03163799,-0.019899407,0.0032894637,0.002060535,0.0023987214,0.012012087,-0.006375646,0.002210224,-0.007857753,-0.09946747,-0.0076951277,-0.027557576,0.020387284,-0.005226182,0.030218715,0.0018110531,0.022057887,0.007015059,-0.01713478,-0.04053802,-0.007040931,0.01695737,0.008936993,-0.00220468,-0.039946657,-0.027675848,-0.0042393426,0.009535749,-0.041277226,0.00856739,0.0013222536,0.09083355,-0.046806484,-0.026581824,-0.051241715,-0.06238893,-0.00026703792,-0.045239367,0.021023,0.022944935,-0.09065615,0.028385485,-0.021407386,-0.010888495,0.0045313286,-0.02250141,0.035452288,-0.023063207,0.020638613,0.0093953,-0.035156608,0.0072774766,0.023447594,0.027528007,-0.02573913,0.042755637,0.050354667,0.018376645,0.029449942,-0.04387923,0.01349789,-0.03894134,-0.02764628,-0.010489324,0.03005609,-0.064576976,-0.020475987,-0.06706071,0.022693604,0.011354194,-0.046658643,-0.04041975,0.017119996,-0.039177883,-0.03542272,-0.020564692,-0.0116055235,0.023151912,-0.018849736,0.010659341,0.0005867442,0.00072257326,-0.042489525,-0.016055541,0.008656095,-0.024940789,-0.0043539195,-0.009158755,0.07634513,-0.001378618,0.05526299,0.016173813,0.031312738,-0.00907005,-0.029139474,0.029789975,-0.04219384,0.029760407,-0.0484623,-0.0299526,0.015833778,-0.02120041,0.020564692,-0.020638613,0.014991084,-0.0045535048,0.0010395076,-0.026049597,0.0011162001,0.055558674,-0.014880204,-0.04151377,0.0074105337,-0.01360877,-0.054849036,0.0047900504,0.007440102,0.013704867,0.02915426,-0.022545762,0.029080339,0.042607795,-0.009942312,-0.010385836,0.040212773,0.007443798,-0.025369527,0.01688345,-0.0027202757,0.007029843,0.053548034,-0.035570562,-0.045239367,0.012352121,0.027868042,-0.00080573384,-0.023373673,0.026345279,-0.0058360263,0.007746872,0.002777564,-0.026005244,-0.01555288,-0.009617061,0.038113426,-0.039148316,-0.057184927,-0.003025198,0.03494963,0.07746872,0.016898233,0.010969807,-0.0033449042,0.009136578,-0.018184451,-0.009062657,0.038497813,0.018391429,-0.0073735733,0.05576565,-0.042046,-0.02814894,0.020490773,0.0029753016,0.04352441,-0.031164898,-0.0133204805,0.014200135,-0.013978373,-0.003446545,-0.02004725,-0.039532702,-0.0075509828,-0.04337657,0.016602552,-0.067592934,-0.008308668,-0.003976925,0.0293021,0.0060245236,0.011368978,0.0054922956,0.024704242,-0.020564692,0.010711085,0.03196324,0.012115575,-0.047930077,-0.01763744,0.053281922,-0.025931323,0.0009812951,-0.0045239367,-0.025946109,-0.007879929,-0.035481855,-0.02019509,-0.022457058,-0.008730015,-0.012766076,-0.0068783057,0.0025798266,0.031992808,-0.039325725,-0.009439652,-0.009114402,0.007321829,0.020963864,0.01929326,-0.02894728,-0.009713158,0.03225892,-0.013017406,-0.05928427,0.023418026,0.0022952326,0.022264864,0.0025243862,-0.0052113975,-0.021023,-0.005167045,0.05002942,-0.010740654,0.013638339,-0.010474539,-0.00693005,-0.0077912244,-0.032465898,-0.026212221,0.013423969,-0.03391474,-0.02004725,-0.05215833,0.010873711,-0.010393227,0.058190245,0.00044837425,0.025118198,-0.015567665,-0.03163799,-0.0200916,-0.015863346,0.014503209,-0.039148316,-0.0025558025,0.0082495315,0.026256574,-0.008042554,-0.025487801,-0.0070852833,0.0025539545,0.018908873,-0.000687923,0.058515497,0.017208701,0.0076803435,-0.069958396,-0.04186859,0.0035832978,-0.040449318,0.0025484106,0.006519791,0.026685312,-0.0064606545,-0.03005609,-0.0257687,0.015759857,0.014614089,0.011849462,0.016986938,0.0010053193,0.004006493,0.0047456985,-0.0035204655,0.019855056,0.027380167,0.050561644,0.001105112,0.013143071,0.080898635,-0.003477961,-0.0020069426,0.026921859,0.013253952,0.056386583,0.029109906,-0.02559129,-0.027734986,0.0046052495,-0.006774817,-0.039000474,-0.012300377,-0.026907075,-0.01184207,-0.0060467,0.039532702,0.04157291,0.013039582,-0.026626177,0.027306246,-0.013593987,-0.025620857,-0.0044795843,0.0116055235,0.02696621,0.068834804,-0.034299128,0.019189771,0.013180031,0.059343405,-0.056150038,0.057864994,0.012071223,0.010844142,-0.014931948,0.0038364758,-0.04169118,0.061028793,0.014621482,-0.017918337,0.016011188,-0.017267836,0.0053481506,-0.0103193065,0.031874534,0.03214065,-0.020224659,-0.0032525035,-0.10088675,-0.03524531,-0.0009452588,0.02066818,-0.015818994,-0.00275354,0.04624469,0.0030436781,0.06522748,-0.003586994,-0.024674674,-0.015286767,-0.04535764,-0.017031291,0.0004689334,-0.005410983,0.001239093,0.028237645,0.007606423,-0.019381965,-0.02533996,-0.022176161,-0.015493744,0.0101049375,0.011309842,-0.029035985,-0.0019237819,0.029789975,-0.028045451,-0.0016123917,0.022235297,0.012803037,0.0059727794,0.0015061309,0.037522063,0.00014310554,0.017770497,-0.032377195,0.025266038,-0.022087457,-0.04157291,0.044795845,-0.04588987,0.013926629,0.03956227,-0.025694778,-0.027616711,0.008707839,-0.018199235,0.0068561295,0.008412157,0.054080263,-0.017297406,-0.02987868,0.017578304,-0.053961992,0.0534889,0.0005391579,0.012581275,-0.03030742,0.020372499,0.0016410359,0.023521515,0.04077457,-0.018509703,0.07374313,-0.006098444,-0.010866319,-0.08361891,-0.064813524,0.0046680816,0.07161421,0.014562345,-0.007687736,-0.0030621581,-0.009809255,0.03639847,0.023092775,-0.012352121,0.004653298,0.026685312,0.007924281,-0.004150638,0.0036572185,0.025177334,-0.006364558,-0.008959169,0.00008720313,0.053902853,-0.04503239,-0.03903004,-0.009210499,0.003452089,-0.009387908,-0.030514397,-0.013261344,0.030839648,-0.043642685,-0.06451784,-0.01994376,0.02591654,0.016085109,-0.035215743,-0.028089803,0.007613815,-0.014628874,-0.014887596,0.0018249132,-0.0055699125,-0.0003460405,-0.015242415,-0.018731464,0.016602552,0.015271982,0.022737956,0.00025086783,0.014983692,0.003605474,-0.038468245,-0.012307769,0.04722044,-0.0051485654,-0.011923382,0.031194465,-0.006094748,0.0031139026,0.017474815,-0.008715231,0.010925455,0.040804137,0.031342305,-0.022324001,-0.006246285,0.028562894,0.010807183,0.03622106,0.0041247658,-0.03361906,0.0021695676,-0.023698924,-0.03542272,-0.03382604,-0.021688284,0.02533996,-0.0072183404,0.03258417,0.040951975,0.015072397,0.011812502,-0.03030742,-0.0054701194,-0.049585894,-0.031933673,-0.034358263,-0.02177699,-0.031756263,0.01871668,-0.024645107,0.0061501884,0.032702446,0.032288488,-0.05940254,-0.022811877,-0.017267836,-0.004154334,0.017149564,-0.018953225,0.014421896,0.044441026,0.04121809,0.033352945,-0.017622655,0.0050118123,-0.03941443,-0.06924876,0.00881872,0.006527183,-0.0019755263,-0.016513847,0.021318682,-0.00856739,0.015523313,0.0017205004,-0.029331667,-0.010075369,0.01270694,0.020313364,0.0037644033,0.018066179,0.00777644,-0.017223485,-0.0049304995,-0.0067119845,0.011546387,0.011169393,0.0011725645,0.03480179,0.03391474,-0.025325175,-0.049881577,0.019234123,0.017755713,-0.030543964,-0.0057473215,-0.002903229,-0.002905077,0.008936993,-0.0027424518,0.0165582,0.021481307,-0.025029493,0.006043004,0.0010681517,-0.020564692,-0.0019644382,0.014628874,0.034860924,-0.008840896,0.029228179,0.021998752,-0.025177334,0.015286767,-0.027025348,0.034239992,-0.010955024,0.026596608,0.00027004097,0.007040931,-0.003045526,-0.00042134704,0.042755637,-0.018066179,-0.015405039,0.0048380992,-0.027838474,-0.004575681,0.025177334,0.0075583747,-0.0017713208,0.0017297405,0.0029309492,-0.017504383,0.029405588,0.032465898,0.024053741,-0.0065456633,0.031342305,-0.023329321,-0.03911875,0.040035363,0.030603101,0.014458857,0.020490773,-0.009772295,0.0050450764,0.01911585,0.0022453363,-0.012566491,0.017208701,0.011679444,-0.01947067,-0.031844966,0.031224035,0.0187906,0.0369307,-0.020860376,-0.017504383,0.021762205,-0.020076817,-0.0066565443,-0.064931795,-0.020549908,0.037669905,-0.07622685,-0.006763729,-0.025724346,-0.0181401,0.0054035913,0.042578228,0.031933673,0.0053037982,-0.011679444,0.0044463202,-0.004568289,0.020594262,-0.041277226,0.010955024,-0.0017805609,-0.019781135,-0.017489599,-0.005229878,0.017548734,-0.008663487,-0.049378917,-0.040005792,0.0019478061,-0.0081756115,-0.004313263,0.0046422095,-0.038645655,0.017297406,-0.036812425,-0.020505557,-0.012729116,-0.0131061105,-0.0116055235,-0.021510875,-0.013490498,-0.014089254,-0.031342305,-0.010785006,-0.022131808,0.0032266313,0.0004673164,-0.02581305,0.005839722,-0.031342305,-0.0029697574,0.03296856,0.014118822,0.023477161,-0.007443798,0.015079789,-0.0010053193,0.013350049,0.03358949,-0.0027406039,-0.0053259744,0.024748595,-0.0025853708,0.005662313,0.012145144,0.027661065,-0.026093949,0.012566491,0.024733812,0.011893814,-0.014274055,0.040626727,-0.008079515,-0.036309768,0.024645107,0.010903279,0.02127433,0.025532153,-0.01753395,-0.028311566,0.004834403,0.0035019855,-0.010999376,0.040212773,0.015434608,-0.01638079,0.011494643,-0.020387284,0.0016244038,-0.056889243,0.03358949,-0.029080339,0.008190395,-0.03790645,-0.004538721,-0.0068376493,-0.030691806,-0.021067353,-0.00694853,0.014554953,-0.019825488,-0.064340435,-0.022841446,0.018657543,-0.020609045,-0.012514747,0.003601778,0.009912744,0.004169118,0.030662239,-0.046599504,-0.013379617,-0.057184927,-0.01846535,-0.017208701,0.04319916,-0.017814849,0.009018306,0.0277202,-0.052394874,0.033145968,-0.018598408,0.0038364758,0.017681792,0.018982794,0.00047863545,-0.042075567,0.007724696,-0.021806559,0.019500237,-0.004135854,0.016025972,-0.0027091876,-0.009824039,0.039148316,0.017504383,0.017814849,0.009269635,0.02699578,0.05680054,-0.021880478,0.030928351,-0.012078616,0.012322553,-0.03361906,0.0033911045,0.01811053,0.02087516,0.017933121,0.01904193,0.002921709,-0.0073735733,-0.04985201,0.0062610693,-0.0036756985,0.0011882726,0.016543416,0.008471293,-0.015375472,0.0048713633,0.011043728,-0.0028330046,0.0101788575,-0.0071222438,0.015774643,0.0076507754,-0.017238269,0.029095123,0.0003756087,-0.03761077,-0.05029553,0.038793497,0.027468871,0.029996954,0.02361022,0.0054885997,-0.0012206128,-0.0036941788,0.0009406388,0.022545762,-0.032850284,0.02358065,-0.0337669,-0.004701346,-0.006050396,-0.014296232,0.022442274,-0.012950878,-0.023122344,0.009801863,-0.0093213795,0.002324801,-0.02185091,-0.0086782705,0.0017399046,0.012936094,0.025546936,-0.010341483,-0.008049946,0.04819619,-0.015005869,0.04420448,0.013438753,-0.046126414,0.0014257423,0.0018055091,0.0029974778,-0.020609045,-0.03577754,0.01929326,-0.0027350597,0.006383038,-0.03048483,-0.027261894,0.018406212,-0.0029808455,-0.0013407337,0.0026777713,0.010422795,0.0103193065,0.013372225,0.016203381,0.013468321,-0.048551008,-0.012145144,-0.0076655596,-0.019174987,-0.0062573734,0.017755713,0.026345279,-0.004287391,-0.0026574433,0.022146592,0.013882277,0.037137676,0.038172565,-0.011420723,0.035481855,0.021998752,-0.013010014,-0.012736509,-0.0005054317,0.00194411,0.028622031,-0.037344653,0.025931323,0.013143071,0.00040240493,0.064340435,-0.04816662,-0.011856854,0.013549634,0.05144869,-0.022324001,0.027128836,-0.020032465,0.015833778,-0.027705416,-0.0015523313,0.026463551,0.04169118,0.040981546,0.015316335,-0.002099343,-0.003448393,-0.02501471,-0.005514472,-0.011139825,-0.009417476,0.013120895,-0.0134609295,-0.0063202055,-0.011147217,0.030662239,0.00027789501,0.000045536206,0.0226049,0.0055883923,0.010518892,-0.011923382,0.06333511,0.009210499,0.019071499,-0.003973229,0.0547899,-0.007059411,-0.0016401119,0.021910047,-0.03858652,-0.0056955772,-0.048314463,0.03113533,0.037995156,-0.013483105,-0.020372499,0.024719028,-0.023344105,-0.030780511,0.020431636,-0.008951777,0.02361022,-0.014355368,0.027247109,0.010311915,0.009439652,0.033973876,-0.012374298,-0.014355368,0.031164898,-0.026463551,0.058811177,-0.003744075,-0.021037783,0.009402692,0.0090330895,-0.018494917,-0.00029568214,-0.010644557,0.02501471,-0.025266038,0.019766351,-0.020712534,-0.019633295,-0.028858576,-0.013667907,-0.024674674,0.022811877,0.030336987,0.010526285,-0.042046,0.016794745,-0.025960892,0.028740304,0.038497813,0.0020235747,0.01831751,-0.005540344,-0.0042984793,-0.031253602,-0.005921035,-0.010999376,-0.020254226,0.0014414504,0.0023802412,-0.004712434,-0.014710186,-0.035659265,0.0033874086,0.046747345,-0.0130321905,0.036191493,-0.006663936,0.034387834,0.0013536698,-0.0038179955,0.027557576,-0.0036405863,0.022205729,-0.004845491,-0.021717854,0.008722623,-0.007865145,0.051685236,0.03344165,-0.022013536,0.0043465276,0.007332917,-0.0033855606,0.04024234,-0.026138302,0.023551082,0.007924281,-0.014850635,-0.018805385,0.004024973,0.014481033,0.0035648178,-0.009617061,-0.02714362,-0.022575332,0.026847938,-0.011368978,0.005414679,-0.014251879,-0.015966836,-0.022412706,-0.013882277,0.005677097,-0.0074142297,0.010969807,0.015523313,-0.006748945,0.02465989,-0.025325175,-0.0024597058,0.026522689,0.019411532,-0.004135854,-0.005658617,0.013778788,0.01112504,0.006918962,0.036487177,0.023270184,0.032998126,0.011997303,-0.00073920534,0.020949079,-0.05050251,0.007173988,0.00016250968,0.009772295,-0.0226049,0.0018572535,0.0072589964,0.001921934,0.038172565,-0.014894987,-0.00055163197,-0.006748945,0.007295957,0.017090427,0.038793497,-0.005961691,0.031549286,-0.040922407,-0.025694778,0.026951427,-0.020653397,0.008833504,0.025975676,0.045594186,-0.018051395,0.0058729863,-0.015833778,0.00087965437,0.03923702,-0.010925455,0.033086833,-0.0009013685,-0.021259546,-0.038793497,-0.017489599,0.017548734,0.021643933,-0.008486077,-0.010984591,0.003914092,-0.026286142,0.03938486,0.011428115,0.069426164,-0.0038290836,0.001942262,-0.017667009,0.0350679,-0.004997028,-0.009853607,0.020283794,-0.012854781,-0.01022321,0.013734436,0.02480773,0.013313089,0.0072553004,0.029760407,-0.032170217,-0.04121809,0.0029013809,-0.019559374,-0.007576855,0.019559374,-0.0055846963,-0.008626526,-0.0043354393,-0.014695402,-0.015286767,0.030233499,0.013941413,-0.01986984,-0.0046311216,0.020609045,0.016218165,-0.018347077,0.02343281,0.05830852,-0.010496716,0.023063207,-0.0019995505,-0.014251879,-0.005932123,-0.01522763,0.0001797193,0.023994606,-0.02159958,-0.01612946,-0.0075916387,0.011235922,-0.0076655596,0.012233849,-0.01522763,-0.0031841272,0.0031212945,-0.017326973,0.0021159754,-0.007983418,0.018805385,0.0264192,0.052394874,0.017149564,-0.022176161,-0.026626177,0.021910047,-0.014237095,0.059875634,-0.0138896685,0.0048750592,0.0044980645,-0.01043758,0.02717319,0.016839098,0.02789761,0.017800065,0.014170567,0.005215094,-0.00997188,0.008382589,-0.017164348,0.038142998,-0.0119603425,0.0077616563,-0.010008841,-0.0020420547,0.021496091,0.040005792,-0.022309218,-0.011620308,0.016898233,0.014192742,-0.010311915,0.020919511,0.024467697,0.007968633,0.026552256,0.011716405,-0.022043103,0.022530979,-0.015715506,-0.053104512,0.0019607423,0.035215743,-0.0014645506,0.012825212,-0.014022726,0.035836674,0.022043103,-0.02519212,-0.035718404,0.036339335,0.004154334,0.005252054,0.0050450764,-0.007351397,0.019352397,-0.000015982429,0.023491945,-0.014259271,0.005540344,0.021407386,-0.029937817,-0.04949719,0.025946109,0.0054590316,0.0028773567,0.0105115,-0.013593987,0.023905901,0.037936017,-0.03973968,0.03394431,-0.030721374,0.007909497,0.04849187,0.03323467,-0.0101788575,-0.0009914591,-0.006918962,0.007976025,-0.009986664,0.035688836,0.023979822,-0.029834328,0.038704794,0.014724971,-0.01141333,0.019145418,0.00048325548,-0.011235922,-0.0599052,-0.027128836,0.017667009,0.0039843167,-0.012810429,0.002481882,0.0101049375,-0.0047604823,-0.0026907076,0.020076817,0.004294783,-0.0038216917,-0.027010564,0.0031157506,-0.006612192,-0.028104587,-0.007015059,-0.0013056215,-0.010711085,-0.036841996,0.01378618,-0.004560897,0.008641311,0.010489324,-0.042578228,-0.012012087,0.009262243,0.0039806208,-0.030543964,0.0029549734,-0.0027202757,-0.04618555,-0.030780511,-0.0049304995,0.009698374,0.031992808,-0.014266663,-0.010067977,0.012943486,-0.03941443,-0.0021141274,0.00055486604,0.007188772,-0.014000549,-0.015656369,-0.028237645,0.020505557,0.011797718,-0.0066602402,-0.037995156,-0.005252054,0.009328771,0.047782235,-0.0065715355,-0.02433464,0.0039030043,-0.017223485,0.01324656,-0.030100442,0.0061686686,0.03196324,0.038556952,0.027661065,0.024689458,-0.007828184,-0.02127433,0.033086833,0.0010552156,0.0014516145,-0.0039843167,0.033086833,0.0010561396,-0.025103414,-0.011132432,0.009727943,0.043347,-0.011088081,-0.01447364,0.0319041,0.023536298,-0.028045451,-0.04624469,-0.000550708,0.005824938,-0.014643658,0.013128287,0.013298304,-0.010888495,0.009188322,-0.03323467,0.0061723646,0.00878176,-0.01853927,0.036309768,-0.0039880127,0.055115152,0.029849112,0.005810154,-0.021111704,0.026626177,-0.017267836,-0.0064052143,-0.026907075,0.006608496,0.03196324,-0.025901755,-0.0027479958,0.0057658018,-0.020342931,-0.018613191,0.009580101,0.044470593,-0.059550382,-0.02052034,0.015656369,-0.00087318633,-0.012551707,0.0068154735,0.016469495,-0.015878132,-0.00057750416,-0.018332293,0.018480133,-0.029509077,-0.04308089,0.023713708,0.02361022,-0.00795385,-0.0062647653,0.01763744,-0.022057887,-0.014237095,-0.017164348,-0.018820168,-0.006475439,0.012647804,-0.021185625,0.010023625,0.009927528,0.008988737,0.018435782,0.031578854,0.023728492,0.032377195,0.008722623,-0.011405938,0.030987488,-0.008877857,-0.02365457,0.005277926,-0.0025576504,-0.016972154,-0.014658442,0.022915365,0.021791773,-0.008035162,-0.025399096,0.015966836,0.015641585,0.02052034,0.03279115,0.026478335,-0.009350948,0.03293899,-0.02559129,-0.016277302,0.011901206,0.027099269,0.0017371326,-0.0009970032,0.01486542,-0.034358263,0.026108732,0.03787688,0.012034263,0.019219339,0.02973084,0.01886452,0.019721998,0.00086487026,-0.03261374,-0.011679444,-0.004856579,0.02052034,0.0036923308,0.00041164499,-0.010578029,-0.014311016,0.0049526757,-0.03095792,0.02559129,-0.010415403,-0.00359993,-0.00039639886,-0.0055477363,0.024038957,0.02541388,-0.0337669,0.012847389,0.036161926,-0.01680953,-0.02084559,0.027261894,0.04784137,0.04210514,0.011191569,0.014695402,0.0043760957,-0.025576506,-0.002509602,-0.010082761,-0.025960892,-0.010201034,-0.04485498,-0.0015874435,0.026847938,0.00806473,-0.026227007,-0.00063017255,-0.011694228,-0.027838474,0.010444972,-0.0032950079,0.010097545,-0.049881577,0.035629697,-0.009373124,-0.0102453865,-0.030543964,-0.021289114,0.035481855,0.008205179,-0.002509602,0.0070224507,0.0159077,-0.009476612,-0.0040508453,0.04355398,0.018347077,-0.011502035,-0.030144794,-0.011457683],"social":"https://twitter.com/organikinc"},{"title":"capsl8","description":"a collaborative data archival platform","niche":"web3","youtube_url":"https://youtube.com/watch?v=Y4eSTwtgtlw","youtube_transcript":"Everyone, we are building capsule eight, a collaborative data archiber. When we first started, we put out an open letter to the community, documenting different moments in time where information has been lost to malice, decay, ego, or censorship. We started with the burning of the library of Alexandria, and we went all the way to more recent events whereas trusted centralized sources lost quite a bit of data. This led to our desire to preserve data for future historians. When we launch our site, we wanted to make sure anyone was able to preserve a moment in history. So by going into the collections page, you can add a title, tags, a description, and some additional options for community purposes, and publish your collection. You can also go in and contribute to existing collections This is our Project Gutenberg collection, where we preserved over fifty thousand books over the course of just two weeks. Our news archivors scrape over a thousand different new sources from around the world to preserve historical events. Finally, our most recent drop was a response to Elon Musk deleting accounts that were inactive for several years. We wanted to make it incredibly easy for anyone to preserve an entire Twitter account. We have seventy counts that we've archived and over seventy five thousand tweets. Buildspace has been incredible. We got tens of thousands of impressions, thousands of people visiting our profile, and we were even invited on to the largest podcast for our weave. We wrote another code. We t pounced a bunch, and we even got our first hundred users.","embedding":[0.031171,0.019483935,0.021940032,0.020044386,0.031105064,-0.0013063467,-0.023736773,0.01715971,-0.040253613,0.010937048,0.0134838065,-0.03952832,-0.016154192,-0.020538902,0.00847271,0.049088966,0.0049204356,-0.043550387,-0.050407678,0.013574467,-0.015255822,0.01925316,-0.0006907772,0.012008499,-0.010162306,-0.011703548,-0.046517484,0.035967804,-0.010706274,-0.041407485,0.009428774,-0.023786224,-0.013170613,0.07384774,0.008761177,0.009601855,0.00634629,-0.019088322,0.043814126,0.0134096285,0.017044323,-0.038737096,0.050671417,0.027989613,0.0028970402,-0.0028269838,-0.01192608,0.0040632742,0.015090983,0.059308965,-0.027066516,-0.0005305746,-0.010590887,0.0021140564,-0.012082677,-0.061122194,-0.05973755,0.047671355,-0.067649804,0.010335387,0.013005774,-0.0060619432,0.0154618705,-0.014596468,-0.0042528384,0.018972935,-0.02022571,0.060034256,-0.0015855423,0.055188,0.061484836,0.027907193,-0.033033676,-0.03629748,-0.012972807,-0.02001142,-0.035143614,0.059276,-0.000103539314,-0.059572708,0.02444558,-0.00677075,-0.015898693,0.01745642,-0.010599129,0.017753128,0.0065605803,0.033758968,-0.04266026,0.010195274,-0.000065935485,0.036989804,-0.011143097,0.014110194,0.067649804,-0.008901291,-0.0055880323,0.035143614,0.042297613,0.03227542,0.0038366208,-0.045561418,-0.017703677,-0.0420009,-0.003863407,0.002355133,0.033017192,-0.029143482,0.021494968,-0.033247966,-0.13780516,-0.026093967,-0.004821532,-0.010071645,0.009222725,-0.0055550644,-0.03164903,-0.014843726,0.0018884335,0.0056209997,-0.056902323,0.03283587,-0.005464403,0.008695242,0.034945805,-0.057924323,-0.015255822,-0.06042987,-0.0075825807,-0.040945936,0.027989613,-0.02487416,0.08327652,-0.036627162,-0.006733661,-0.019566355,-0.013945354,-0.019665258,-0.052451678,0.006502887,0.041770127,-0.04513284,0.010871112,0.025714839,-0.039363485,-0.02205542,-0.023440065,0.034517225,-0.0075949435,0.003377133,0.0034513103,0.018841064,0.022994999,0.020209225,-0.01912129,0.00024983365,0.032934774,0.045924064,-0.055979226,-0.035143614,-0.008934258,0.022962032,-0.030890774,-0.0013094374,0.004718508,0.059572708,-0.034978773,-0.045957033,-0.08611174,-0.019780645,-0.042989936,-0.034517225,-0.024099419,0.05677045,-0.026357708,-0.019813612,-0.029506128,-0.02022571,0.004730871,-0.06534206,-0.034418322,0.0024457944,-0.0073229596,-0.012519499,-0.079716,-0.010722758,-0.04058329,0.024692839,-0.022780709,-0.0030392136,-0.029687451,0.057264965,0.057594646,0.025335709,-0.008402653,-0.061682645,0.014077226,-0.009956257,0.02189058,0.0061732098,-0.04509987,0.04816587,-0.037121676,-0.010063403,0.034022707,-0.022549935,0.00545204,0.02729729,-0.036165614,-0.00027816533,0.06085845,0.014134919,-0.027412677,0.009272177,-0.019912515,-0.010450774,-0.064320065,0.026522547,-0.021577386,0.006127879,-0.0010353931,0.08274903,-0.0021902942,0.035835933,0.020769676,0.026555516,0.021132322,-0.03245674,0.049121935,0.025929129,0.025006032,0.01682179,-0.0033524071,-0.047110904,0.0064864033,-0.027775321,0.014497564,-0.018066322,0.03389084,-0.014942628,0.016681677,-0.018527871,-0.018560838,0.03695684,0.0084315,0.027577516,-0.0051388466,-0.11288155,-0.011143097,0.06705639,0.046946064,-0.0065811854,0.026802775,-0.04117671,0.012651371,-0.030264387,-0.020885063,0.0046113627,-0.019648774,0.0016164496,0.0071993307,0.004664935,-0.030692967,0.013236548,-0.02103342,0.015412419,-0.008827113,-0.0460889,-0.010623855,-0.026539031,-0.041934967,0.04467129,0.03649529,-0.075693935,-0.036165614,0.019104807,-0.007932863,-0.0049327984,-0.04246245,0.038671162,-0.0036985686,-0.017819064,-0.0037624435,0.022335645,0.02517087,0.030396257,0.03211058,0.026670903,-0.009980984,-0.0082378145,0.016360242,-0.036429353,0.014588226,0.016409693,-0.0015257882,0.03125342,0.022978516,-0.0010838145,-0.047044966,0.011645854,0.03748432,-0.03731948,0.027626967,-0.009173274,0.032423772,0.039363485,-0.02337413,0.025137903,0.017983902,0.028220387,0.02367084,-0.0061608464,-0.04249542,-0.037187614,-0.031731453,0.018923484,0.044572387,-0.039660193,0.0029011613,-0.017472902,-0.008447983,-0.08499084,0.009247451,-0.00050662144,0.0025302742,-0.0042013265,0.033742484,0.0068531693,0.0076031853,-0.017769612,0.022451032,-0.041967936,0.0063256854,0.010747484,0.034517225,-0.05251761,0.033000708,-0.020588355,0.034418322,-0.048792258,-0.022170806,-0.03530845,-0.01898942,0.028797323,0.039792065,0.039363485,0.0034471895,0.0023571935,-0.00932987,0.0006124788,-0.0046402095,-0.0061526047,-0.053144,0.006412226,0.032341354,-0.013780516,0.020505935,-0.0121238865,-0.0053943465,0.032374322,-0.002035758,0.010780452,0.08294684,-0.015890451,-0.0026044515,-0.003995278,-0.048198838,0.023176322,0.027462129,-0.047110904,0.006634758,-0.019780645,0.029225903,-0.020703742,-0.017505871,0.05400116,0.016830033,0.014975596,0.0075454917,0.03044571,0.04163826,-0.0074671935,0.006379258,0.0023489515,0.036693096,0.031583097,0.030231418,0.01626134,-0.044176772,0.003671782,0.031418256,-0.018198194,-0.0061814515,-0.01712674,0.018379515,-0.015239338,0.0045042178,0.02014329,0.025648903,0.029901741,0.016689919,-0.016681677,-0.044473484,-0.028648967,0.016656952,0.027132452,0.025962096,-0.015362968,0.029028095,-0.026588483,0.03342929,-0.010376597,0.07186968,-0.039759096,0.000053057458,0.0110606775,-0.0022397458,-0.0026003306,0.014794274,0.023555452,-0.025879677,-0.032176517,0.016030565,-0.044935033,0.01946745,0.037451353,0.030561097,0.00029799747,-0.016706403,-0.0828809,-0.06672671,-0.01997845,0.027198387,0.0033956773,-0.012618403,0.02934129,-0.04163826,0.01818171,-0.02001142,0.019912515,-0.030725935,0.013005774,-0.0013784637,0.051067032,-0.008266661,-0.04104484,0.046187807,-0.011233758,-0.04246245,-0.020852096,-0.0013970081,-0.063133225,-0.014415145,0.0028599515,-0.05208903,-0.021346612,0.0005050761,-0.027445644,0.042956967,-0.05564955,-0.01622837,0.0070963064,-0.047605418,0.022203773,0.026555516,-0.02124771,-0.018676225,0.016813548,0.01294808,0.0007402288,0.040847033,-0.025484065,-0.01954987,-0.0038943144,-0.03939645,-0.0065853065,-0.013195339,0.014637677,0.019648774,-0.044902064,-0.007813355,-0.028681936,-0.003521367,0.04104484,-0.0121980645,0.012964564,-0.0117942095,-0.007842202,0.023258742,-0.008114185,-0.010294178,0.061089225,0.012857419,-0.021940032,0.024198322,-0.045924064,-0.028220387,-0.06527613,0.02180816,-0.016508596,0.013698096,0.025566483,0.0042899274,0.033363353,-0.016236613,0.010698032,-0.022368612,0.016393209,0.0067130565,0.009980984,0.019319097,-0.0140689835,0.012354661,0.021874096,-0.0051882984,-0.001988367,0.026225839,0.048693355,-0.0099974675,0.0010256058,-0.0033791934,0.007252903,-0.023984032,0.0038531048,-0.027758839,0.017901484,-0.02729729,-0.032769933,-0.015569015,0.03735245,-0.006894379,-0.02495658,0.03344577,0.005081153,-0.035506256,-0.00481329,-0.010038678,-0.0050358223,-0.015123951,0.019648774,0.008843597,0.035242517,-0.01575034,0.00447125,0.008200726,0.010154065,-0.001179627,-0.009321629,-0.019187225,0.013492048,0.026687387,0.0017215343,0.04117671,-0.056902323,0.01818171,0.009486468,0.0032143549,-0.0027486854,-0.0014062802,0.015948145,-0.0014124616,0.040385485,0.057561677,0.028039064,0.0069479514,-0.010829903,0.015173403,0.012420597,-0.00783396,-0.021692773,-0.019615807,-0.06250684,0.008311992,-0.031171,0.041902,0.009107338,-0.009148548,-0.013277758,-0.014909661,-0.008637548,-0.042891033,-0.0010029405,-0.038044773,0.022368612,-0.02154442,0.0046484517,0.022418063,0.0057652337,0.0019893972,-0.0031710847,-0.02154442,-0.010491984,0.012165097,-0.027544549,0.015577258,0.024082934,0.045759223,-0.009980984,-0.0013887661,0.014003048,0.016450902,-0.002674508,-0.039231613,0.005485008,0.014728338,0.015692646,-0.011621129,-0.0026580242,-0.022385096,-0.002742504,0.006733661,-0.025418129,-0.018247645,0.0013393145,-0.0104755,0.05353961,-0.014242064,-0.0065605803,0.0029691572,-0.026753321,0.010426048,-0.04147342,-0.0056828144,0.012461807,-0.0002527956,-0.0064369515,-0.01077221,-0.03807774,-0.011274967,0.050242838,0.0103271445,0.018000387,0.055979226,0.033676546,-0.021527935,-0.0020254557,0.014481081,0.03675903,-0.014942628,0.005213024,0.0035151853,-0.0037232942,-0.009939774,-0.011167822,-0.00022600932,0.0063875,-0.0056663305,0.03151716,-0.0036635404,-0.03837445,-0.0006052671,0.021577386,0.032687515,0.026621452,0.026885193,-0.023110386,-0.02576429,-0.027923677,-0.019599322,0.032011677,-0.0042569595,0.010368355,-0.0045083384,-0.0024973063,-0.018033354,0.01954987,-0.009313387,-0.009016677,-0.0062020565,0.043913033,-0.014604709,-0.011571677,0.03619858,-0.0023654355,-0.019747676,0.03232487,-0.007776266,-0.036000773,0.031978708,0.027231354,0.0041415724,0.038770065,-0.047968064,0.008303749,0.01222279,-0.008975468,-0.008950742,0.008588097,0.01847842,-0.00779275,-0.024808226,0.03326445,0.007104548,0.023407096,0.01167058,0.0038325,-0.012585435,-0.0038036532,-0.013088194,-0.06300136,-0.0042404756,-0.0035275484,-0.04585813,0.012412354,0.013615677,-0.006750145,-0.011513984,-0.010343629,0.0010384838,-0.019830097,-0.020951,-0.0056828144,-0.018132258,0.003921101,-0.0071581206,-0.007829838,0.017950935,-0.037055742,-0.026225839,-0.02444558,-0.035374388,0.016253097,-0.054825354,-0.042264644,-0.031319354,-0.026242321,0.036165614,-0.011448048,-0.048001032,-0.0057899593,-0.013632161,-0.013722822,0.008884806,0.00012948853,0.0055509433,-0.024462065,-0.056440774,-0.0008525252,-0.020258676,-0.009387564,-0.016096499,-0.020621322,0.01793445,0.019879548,-0.007619669,-0.049583483,0.00962658,0.025038999,0.027824774,0.020967484,-0.028978644,0.019286128,-0.030000644,0.027495096,-0.0043682256,-0.02291258,0.024330193,0.027083,0.010162306,0.043550387,0.019599322,-0.0048833466,-0.012667854,0.05703419,0.022368612,0.022632355,-0.006111395,0.0053943465,0.014159645,-0.006877895,-0.01963229,0.004083879,0.02568187,0.0013784637,0.018297097,-0.014159645,0.011818935,-0.018890515,0.0003649632,-0.018560838,-0.009857355,0.0072034514,0.019137774,0.004310532,-0.00045201863,-0.02253345,0.0064204675,-0.0026559636,-0.023357645,-0.022599386,0.008950742,-0.027544549,0.030330323,-0.028154451,-0.0058270483,-0.0058146855,-0.014316241,-0.08433148,-0.03530845,0.061056256,0.0033194395,-0.031945743,-0.021412548,0.015511322,0.004071516,0.038209613,-0.030544613,-0.00093288405,-0.03619858,-0.026225839,-0.02976987,-0.023802709,0.0038695887,-0.0079411045,-0.007277629,-0.0005805413,-0.0096677905,-0.030692967,0.016591016,0.007380653,-0.0058105644,0.026011547,-0.026687387,0.008196604,0.021742225,-0.041770127,-0.012354661,0.00813067,-0.017786097,-0.025401644,0.008233693,-0.0014402781,0.028681936,-0.021874096,0.033247966,0.005480887,-0.036857937,-0.0063256854,-0.029456677,-0.0071622417,-0.04308884,0.0153547255,0.01912129,-0.010599129,0.017374,-0.026555516,0.023242258,-0.018890515,-0.02678629,-0.01809929,0.021940032,-0.0038922539,0.016978387,-0.007644395,-0.057462774,0.0050069755,-0.0110606775,-0.008143032,0.02057187,-0.010285935,-0.016483871,-0.02291258,0.0069561936,0.020374063,0.002559121,0.015082742,0.02210487,0.019352064,0.027758839,0.026011547,-0.013731064,0.044407547,0.004454766,-0.00932987,0.008324355,0.0047720806,-0.03547329,0.025632419,-0.026093967,0.005724024,-0.013681613,-0.014884935,0.0005243931,0.012783241,-0.013797,0.036726065,0.014604709,0.03329742,0.0045207017,-0.0028290444,-0.037088707,-0.00029696722,-0.002419008,0.019220194,-0.020505935,0.011662339,-0.0027012944,0.024907129,-0.007846323,-0.029522613,0.0059424355,0.014505806,0.0021305403,0.012263999,-0.006461677,0.022368612,0.022846645,0.013945354,0.017176194,-0.002482883,0.0150580155,0.06188045,0.040682193,0.014654161,0.0060495804,0.013178854,-0.0055262176,0.024033483,0.012840935,-0.037616193,-0.027066516,0.02700058,-0.037088707,0.033313904,0.013195339,0.03036329,0.008373806,0.030544613,0.034846902,0.010360112,0.04928677,0.012255758,-0.0055550644,0.01631079,0.009437016,-0.0057899593,0.015371209,0.009173274,0.007380653,-0.012148613,-0.029094031,-0.02853358,0.01796742,-0.006362774,0.03057758,-0.05199013,0.0009272177,-0.0049039517,0.02086858,-0.0008612822,-0.008270782,0.012008499,0.019483935,-0.048627418,0.018297097,-0.05080329,0.013253032,0.046187807,0.0409789,0.0056745727,0.0025941492,0.020126807,-0.036561225,-0.0013496169,-0.01976416,-0.019104807,0.00097306346,-0.015041532,-0.0061855726,0.056935288,0.02081913,-0.005472645,0.0154618705,-0.008464468,0.0041972054,0.013879419,0.03369303,-0.003910798,0.00079740724,0.024758773,0.020951,0.034780968,0.02210487,-0.03675903,-0.024775257,-0.007397137,-0.039627224,0.014654161,0.03425348,-0.009428774,0.03590187,-0.04216574,-0.026539031,-0.015659677,-0.02320929,-0.03982503,0.016599258,-0.037121676,0.024429096,0.004607242,-0.013928871,-0.0029567943,0.007763903,-0.054264903,0.04157232,-0.033099614,0.023753257,-0.010491984,-0.034088645,-0.015832758,0.010483742,0.007491919,0.022978516,0.00015080166,0.04219871,0.008435621,-0.03573703,0.0007984375,-0.022451032,-0.036066707,0.04203387,-0.036099676,0.004359984,-0.026143419,-0.0005923891,-0.0013661007,0.028072031,0.011827177,0.018115774,0.026604967,-0.013928871,0.028286321,0.0035976048,-0.016492113,0.007121032,-0.005880621,0.014415145,-0.004127149,0.013797,0.009041403,-0.025945613,-0.023176322,0.01715971,0.00035878175,0.027659934,0.00634629,0.023176322,0.0012826512,0.030709451,-0.0012228972,0.017555322,0.037286516,-0.0055715484,0.025863193,-0.010055161,-0.04318774,0.008654032,-0.031171,-0.019681742,-0.008447983,-0.017522354,0.02269829,0.0020367883,-0.020110322,0.00048447127,-0.012816209,-0.01954987,-0.039495353,0.03692387,-0.01077221,0.009165032,-0.042099807,0.0026456611,-0.055253934,-0.0053284112,-0.024198322,0.032506194,-0.040220644,0.0090084355,-0.011901354,-0.005991887,-0.006255629,0.030429225,-0.01946745,-0.008975468,-0.0064534354,0.011019467,-0.015082742,0.00864579,-0.027594,-0.00048524395,-0.022203773,0.012231032,0.030116031,-0.0017864394,-0.0029959434,0.00088549295,-0.01678058,-0.0014876693,0.026258806,-0.0024519758,-0.011464532,-0.024214806,0.024560967,-0.035638127,-0.018643258,0.0073559275,0.0062309033,0.035671096,0.02133013,0.025615934,-0.012544226,-0.02291258,0.026143419,0.0122722415,0.0011147218,-0.0080523705,0.017868515,0.009700757,0.015255822,0.031747933,-0.0010328175,-0.00937108,0.007500161,-0.010302419,-0.007397137,-0.006622395,0.00677075,-0.0138134835,0.011637612,0.011687065,-0.011975532,0.027626967,-0.010912322,0.0148025155,-0.02291258,-0.015140435,-0.0055262176,-0.010871112,0.004763839,0.04061626,0.002431371,-0.00017964843,-0.01575034,0.010145823,0.008002919,0.0140525,0.09052942,-0.010862871,-0.019434484,-0.016236613,-0.010277693,-0.011464532,-0.008629306,0.0062638707,0.010022193,-0.025302742,-0.016706403,0.012395871,0.008654032,-0.004038548,-0.0027919556,-0.031368807,-0.010467258,-0.02342358,0.018841064,-0.04424271,0.02320929,0.023819193,-0.004364105,-0.027676418,-0.037055742,-0.011654097,0.016236613,-0.013220064,0.008637548,0.023505999,0.033462256,-0.030412741,-0.027495096,0.027363226,0.028121483,-0.013928871,-0.009700757,-0.0042775646,-0.0008736451,-0.018494902,-0.013302484,0.0020388488,-0.004322895,-0.00621854,-0.0060825483,-0.009198,-0.03534142,-0.02103342,-0.0051512094,-0.04872632,-0.0034842782,0.0044053146,0.022154322,0.0027692902,-0.018016871,-0.013137645,0.011002984,0.047968064,0.0079205,-0.0055303387,-0.009502951,0.025533516,-0.019302612,-0.0034780968,-0.016500354,-0.027083,0.010862871,-0.012568952,0.058781482,0.0022747742,-0.037286516,0.0021326009,0.01120079,0.013253032,-0.008670516,-0.017044323,-0.0024643387,0.035242517,0.051001094,0.02180816,-0.025731321,0.023604903,-0.004232234,0.00070777617,-0.027132452,-0.012972807,0.02372029,0.028286321,0.0058435323,0.04246245,0.009527678,-0.02337413,0.027115967,0.010846387,-0.008068855,0.01925316,-0.017555322,-0.01997845,0.007998798,-0.021626838,-0.0012331996,0.03534142,-0.04160529,0.0005377863,0.0126760965,-0.0389349,-0.01767071,0.0015845121,-0.033280935,0.032951258,-0.021016935,-0.000055472086,0.00975021,0.007104548,0.03435239,-0.016129468,-0.006482282,-0.0074630724,-0.0056374837,-0.035110645,0.0009488528,0.021280676,0.006865532,-0.010170548,-0.01861029,-0.010104612,0.05353961,-0.063462906,0.013846451,-0.008719968,0.0033565282,0.0055468227,0.029984161,-0.012964564,0.0033791934,-0.014761306,0.007491919,-0.0150745,0.0009447318,0.024857678,-0.04163826,0.043715224,-0.010063403,-0.005390226,0.0033215,0.00029799747,0.019566355,-0.032192998,-0.014596468,-0.011365629,-0.00937108,-0.041803095,0.01094529,0.04041845,0.03206113,-0.017489387,0.02495658,0.009107338,-0.022302678,-0.006997403,-0.04655045,-0.01026121,-0.0060578226,-0.009024919,0.02436316,0.017753128,-0.012453564,0.005064669,-0.015428903,0.033379838,-0.012165097,-0.057825416,-0.017835548,-0.010483742,0.011423322,-0.017439935,-0.0034780968,0.014835483,-0.032291904,-0.01579979,0.010846387,-0.009156791,0.029736903,0.013055226,-0.029588548,0.008320234,-0.0069685564,-0.012239274,0.0054025888,-0.012807967,-0.0021779314,0.017769612,-0.028517095,0.0024478547,0.04275916,-0.0019183104,0.007149879,-0.016352,0.002550879,0.05139671,-0.02444558,-0.018033354,-0.003436887,-0.011505742,-0.00498225,-0.01767071,-0.02269829,0.01068979,0.009774935,-0.0025446976,0.020456484,-0.0016102681,0.0102529675,0.029209418,0.014835483,0.004730871,-0.007343564,-0.00200176,0.045792192,0.006267992,0.025830226,0.0068408065,0.015437145,-0.027148934,-0.008769419,0.012535984,0.024560967,-0.025418129,-0.025418129,0.009709,-0.021066386,-0.011934322,0.0013815544,-0.02137958,-0.016302548,-0.002235625,-0.0025385162,-0.018890515,0.028962161,-0.0040818183,0.024775257,-0.011736516,0.014959113,-0.018857548,0.0020625442,-0.0018544354,0.004310532,0.025022516,-0.026061,0.01715971,-0.016994871,0.010088129,-0.0061319997,-0.018247645,-0.016368484,0.023225773,-0.0075908224,-0.016928935,0.0015082741,-0.015651435,-0.015123951,0.0069603142,0.024082934,0.0008159516,-0.013195339,0.0032864716,0.018313581,-0.0077062096,0.005501492,0.029094031,-0.022220258,-0.023835678,-0.0010369385,0.018560838,-0.002235625,0.0054190727,-0.018247645,0.016483871,0.006997403,-0.041539352,-0.019665258,-0.0010065463,-0.01874216,-0.019483935,0.027643451,0.025962096,0.0074836775,0.0076114275,0.013731064,0.00975021,-0.0063586533,-0.0063380483,0.0068366854,0.04582516,0.014514048,-0.026209354,-0.016797064,0.05617703,0.025780773,-0.007022129,0.025632419,0.0039787944,0.013038741,-0.0070757014,0.0059383144,0.005855895,-0.013698096,0.011373871,0.006255629,0.018082807,-0.0034657337,-0.03113803,0.023604903,0.0025179111,0.04351742,0.010269451,0.0117942095,0.025088452,-0.03850632,0.00016342213,0.016994871,0.0038943144,-0.0017359576,0.03202816,-0.03840742,0.013170613,0.00006268378,-0.020456484,0.016492113,0.00059393444,0.011662339,0.0063380483,0.020374063,0.0012847116,0.04206684,-0.057166062,-0.03675903,-0.0046690563,-0.028714903,-0.009791419,-0.0064039836,0.0011054496,0.0067130565,-0.016343758,0.026885193,-0.0062144194,-0.0020893307,0.01039308,0.002653903,-0.0012167157,-0.004007641,0.029094031,0.013838209,0.036033742,-0.010953532,-0.0050317016,0.012997532,-0.021824645,0.009816145,0.024709322,-0.018725676,-0.006490524,-0.010459016,0.018247645,-0.052056063,0.0018595867,0.005744629,-0.005386105,-0.0037809878,-0.0032102338,0.025071967,-0.009437016,0.02976987,-0.017341033,-0.026670903,-0.04368226,0.015189887,0.023769742,-0.027709387,-0.013525016,0.023522483,0.031203967,-0.0036635404,-0.0027672297,0.028385226,0.033099614,0.0052542337,0.0011435685,-0.02022571],"social":"https://twitter.com/zkDoof"},{"title":"jamerative","description":"a website called for generative artist to share their code by making them as nft and co-create generative art with others","niche":"web3","youtube_url":"https://youtube.com/watch?v=nSkhvcYQVAA","youtube_transcript":"What's up? This is helping. I'm building a website called generative for generative artists to share their code by making them as an Feet and calculate generate a fart with others. Let me show you how it works. Say I want to share this piece of code that generate coordinates that forms a wave I put the code in the share editor, add a name, description methods, and then click mint code, which will turn it into an NFT. And then Bob says, hey, this piece of code is cool. I'm a user to create waves of flower emojis. Bob then goes to the create editor select the shared code Bob wants to create a pawn, write his generated art code, play around with the wave generator code I shared, and then click mid gem art. That's it. Bob just created a generative art and if he based on the code shared by myself. The relationship between the wave generator code n f t made by myself and Bob's gen r n f t will be visible on the blockchain. If someone buys Bob's NFV, I could earn a fraction from the revenue. I'm going to tell you about my progress. I first launched on Twitter with only the front end editing booted, barely get any attention. And then I share it with some generated artists and also in a discord. Wrapped up with a total of six users trying out the share code feature. I'm now integrating the smart contract part of generative to provide a more complete experience, and hopefully we'll get more users. That's about it. Peace.","embedding":[0.019335655,-0.0029318233,-0.012411191,0.040287796,-0.002970681,-0.040008023,-0.040070195,-0.0048378,-0.0054167816,0.017703628,0.046473965,-0.015760737,-0.028894681,-0.059405852,0.01860513,0.011455288,-0.02803981,-0.050546266,-0.0012045928,0.018418612,0.04992454,-0.0025568453,0.040194537,0.058224574,0.018154379,-0.04902304,-0.047313295,0.054027926,-0.028723707,-0.016910927,-0.011556319,-0.019677605,0.022288851,-0.022242222,-0.0038333249,-0.008711926,0.014276367,-0.020641278,0.00615508,0.05241144,-0.021636039,-0.067270674,0.011882724,0.034319237,-0.01930457,0.02525759,-0.0387024,-0.014563914,0.01335155,0.05231818,-0.023143724,0.012970744,-0.033386648,-0.008478778,-0.032578405,0.009411367,-0.027371455,0.026345609,-0.07547745,0.010437213,0.028816966,-0.017998947,0.013615783,-0.0042860187,-0.016879842,0.011206598,-0.08244077,0.00045002226,-0.02629898,0.039137606,0.029687382,0.055862017,0.0121081,-0.051634286,-0.032733835,-0.014851463,-0.008113515,0.015791822,-0.0037517236,-0.031350497,0.03851588,0.038640227,-0.028521648,0.0010540186,-0.032982524,-0.030775402,-0.04062975,-0.030744314,-0.05433879,-0.009597884,-0.029345432,0.001270651,-0.023780992,0.06901151,0.00082718604,0.008144601,-0.034567926,0.04634962,0.028770337,0.020237157,0.0048067137,0.0126443375,0.008789641,-0.030759858,0.07149841,0.015379929,-0.013918875,0.003763381,-0.022692973,0.012652109,-0.13802302,-0.019506631,0.06838978,0.004569681,-0.00007467989,-0.003652636,0.032578405,-0.00737133,0.028568277,-0.008401063,-0.06876282,0.012613252,0.0010899621,-0.004934944,-0.0023586703,-0.0185585,-0.072431,-0.02720048,-0.0070526963,0.012038155,0.05800697,0.018574042,0.06099125,-0.024060769,-0.060400613,-0.0088829,-0.015100153,-0.0071420693,-0.023547845,0.030184763,-0.0015640276,-0.015892852,0.0002605903,-0.0020983228,-0.027806664,-0.014004362,-0.016771039,0.04143799,-0.05110582,-0.015411016,0.0060074204,-0.014268595,-0.007717165,-0.020579107,0.017206248,-0.0026209606,-0.019086966,0.025521822,-0.02650104,0.012154729,-0.035562687,0.06577853,-0.020081727,0.018698387,-0.0051642056,0.035655946,-0.0003307773,-0.030107047,-0.04585224,0.027153851,-0.03876457,-0.031894505,-0.015255584,0.031303868,0.020221615,-0.06515681,0.00026156177,-0.055302463,-0.00084418635,-0.05698112,-0.024480432,-0.00044637933,-0.020858884,-0.0060268496,-0.057043295,-0.028055353,0.009224849,0.021185288,-0.0013639098,-0.007192584,0.00018554615,0.053468373,0.011144426,0.030495625,0.057882622,-0.047282208,0.084678985,-0.013949961,0.03041791,-0.03761438,0.034474667,0.04271253,-0.0072236704,0.025583996,-0.012589937,0.00709544,0.0007912426,-0.046660483,0.03226754,0.01652235,0.052970994,0.019895209,0.02129409,-0.022226678,-0.075104415,-0.023159267,0.011175512,0.057447415,-0.011688435,0.014944721,-0.028910225,0.014027677,0.0015970569,0.0067962343,0.01806112,0.017004186,0.035624858,-0.045696806,0.02462032,0.017392764,0.024946727,0.02407631,-0.017252877,-0.04218406,0.0015513989,-0.02566171,-0.000011702886,-0.008214545,0.012387876,0.051789716,0.005836446,-0.024931183,0.044733133,-0.008626439,0.018247636,0.031039635,-0.07504224,-0.042805787,0.04703352,0.04824588,0.08387074,0.021216376,-0.01717516,0.03329339,0.0125510795,-0.026283436,-0.031350497,0.040816266,0.024029681,-0.01910251,0.0024227856,-0.051696457,-0.051851887,0.015465416,-0.010009777,0.042152975,-0.008945072,0.010631503,-0.0037206372,0.007410188,0.026314523,-0.006395999,-0.015302214,-0.0161804,-0.022724058,0.0039304695,0.006337712,0.025801599,-0.00062658254,0.008199002,-0.012271303,0.011805009,0.023050465,0.036153324,-0.010880193,0.022770688,-0.0067768055,0.0071459548,0.0028055352,-0.020812254,-0.0020031212,0.02446489,0.023066008,0.0012065356,0.014183108,0.044546615,0.039386295,0.018745016,0.003977099,0.004923287,0.0054944973,-0.065218985,-0.041033868,0.026982877,-0.024651408,-0.013716814,0.008113515,-0.008704154,-0.013468124,-0.010305096,0.0109035075,0.0018107749,-0.012045927,-0.06114668,0.0012288789,0.029096743,0.06596505,-0.019677605,0.013810073,-0.05750959,-0.011618491,-0.03344882,0.024744665,-0.039479554,0.0038721827,0.01543433,0.04625636,-0.017004186,-0.0070099523,-0.0080357995,0.04261927,-0.040381055,0.009768859,-0.0043248767,0.016056055,-0.028257415,0.0067573767,-0.016988643,0.054867256,0.032081023,-0.04460879,-0.021791471,-0.01335155,-0.004445336,-0.0026248465,0.019895209,-0.011416431,-0.01196044,0.0055022687,-0.009147133,-0.017952317,0.0014901977,0.012527765,-0.018030033,0.051976234,-0.024698036,0.010685903,-0.023547845,-0.03453684,-0.027806664,-0.048214797,0.025521822,0.044826392,0.007829852,0.0038546966,-0.011439745,-0.042059716,-0.009566798,0.0094269095,-0.0080357995,-0.018480783,0.06503247,-0.016755497,0.00012665224,-0.043551855,0.0202527,0.037148084,0.0043248767,-0.017874602,0.03618441,0.023236983,0.018092206,-0.035065304,-0.009489082,-0.0045269374,0.037987415,0.055240292,-0.03201885,-0.028179698,0.02297275,0.05875304,-0.06938454,-0.05234927,0.011416431,0.034008373,0.004204417,0.012519993,0.0077832234,-0.0056887865,0.017377222,0.009916518,0.004425907,-0.0036234926,-0.010328411,0.012729825,-0.0007353844,0.0022284966,0.019491088,-0.02451152,0.017703628,0.008346662,0.006120108,0.0590639,-0.032733835,0.0107325325,-0.0016427147,0.009644513,0.014284139,0.027029507,0.046909172,-0.02455815,-0.02605029,0.021309635,-0.082378596,0.0055566696,0.006702976,0.01756374,0.030480081,-0.010592644,-0.06148863,0.014587229,0.02029933,-0.02953195,-0.017921232,0.0461631,-0.00883627,0.017656999,0.025226504,0.013677957,-0.011152198,-0.020470304,0.03091529,-0.01399659,-0.018978164,-0.05200732,-0.025071071,0.002527702,-0.04460879,-0.021216376,-0.064472914,-0.050732784,-0.018729474,-0.002879365,0.01761037,-0.03141267,0.008478778,0.05157211,0.017486023,0.01622703,-0.0028230213,-0.008766326,0.02208679,-0.05035975,0.046971343,0.00057461014,-0.04734438,-0.047561985,0.0107247615,0.017454937,-0.022288851,-0.0025335306,-0.041469075,-0.009092732,0.018853819,-0.031381585,-0.03811176,0.003188285,-0.025148788,0.010530472,0.00019708206,-0.023734363,0.050639525,0.007305272,0.030200306,-0.014113164,0.033169042,-0.018776104,-0.018947078,-0.033852942,-0.013514753,-0.02674973,0.03111735,0.038920004,-0.020128356,0.0068467497,-0.033604253,-0.010017549,-0.057012208,-0.0035418912,-0.00033903457,-0.0003703637,0.014734889,0.0056810146,0.030169219,-0.017998947,-0.01285417,0.010281782,-0.002615132,-0.03403946,0.06005866,0.015294442,0.006819549,-0.02932989,0.007410188,-0.0021235803,-0.015885081,-0.023143724,0.049831282,0.0011443631,-0.01642909,-0.004134473,0.00858758,-0.009963147,-0.01647572,-0.00048815148,-0.031583644,-0.028428389,-0.032422975,-0.032609493,-0.023796534,0.021263005,0.0053740377,-0.012317932,0.012994058,-0.06214144,-0.04507508,-0.009559026,-0.027511343,-0.008913986,-0.00863421,-0.00282885,-0.0066874325,0.031676903,-0.0003305344,-0.018465241,0.014874778,-0.013569154,-0.004223846,-0.006753491,0.014672716,0.057229813,-0.045727894,0.0034680613,-0.008136829,-0.021744842,0.025817143,0.018434154,-0.00002041554,0.012931886,0.014058763,-0.018247636,-0.0032718293,0.05132342,-0.006283311,0.013483667,0.029749556,-0.00097630295,0.013374865,-0.0055799843,0.017827973,0.021449523,-0.035811376,0.0022906691,-0.028972398,0.01880719,0.005572213,0.008649753,0.037179172,-0.018138835,0.058131315,-0.029796183,-0.018542957,-0.016600065,0.026065832,-0.012962972,0.012395647,-0.019677605,0.02838176,0.037831984,0.009504626,-0.025723884,-0.009504626,-0.012519993,0.048774347,0.03951064,0.018387524,-0.010071949,-0.008346662,0.029019028,0.00680012,0.021558324,-0.016817668,-0.03320013,-0.053530548,-0.0018972335,-0.019584347,-0.01771917,-0.003654579,0.02451152,-0.00903056,-0.04094061,0.023283612,-0.033728596,-0.036899395,-0.00694778,0.0023916995,-0.05651483,0.027775576,0.0047911704,0.0115951765,0.007503447,-0.010110808,0.012349018,-0.029438691,0.025428563,0.04401815,0.0034136605,0.0011987641,-0.0010491614,0.024775753,0.0029803955,-0.0073285867,-0.024138484,0.015892852,-0.018620672,0.0008281575,-0.0032018851,0.023641104,0.012247988,-0.037800897,-0.0074529317,-0.02247537,0.013988819,-0.0021740955,0.020035097,-0.008416606,-0.03820502,0.010592644,0.027760034,-0.029050114,-0.017097445,-0.000020977157,0.028599363,-0.007981398,0.007919226,-0.023097094,-0.0075112185,-0.029936071,-0.033386648,0.006085136,-0.013491439,0.022568628,-0.029314347,-0.0075656194,0.0015533417,0.013825616,0.003707037,0.0064387424,-0.02213342,0.033324476,-0.030013788,0.006162852,-0.031832334,-0.009139362,0.013367093,-0.0074723605,-0.024884554,-0.053810325,0.024387173,0.02213342,0.019786406,0.02550628,-0.033759683,-0.01647572,0.01593171,-0.012527765,0.013483667,-0.00059355336,0.009053875,-0.02039259,-0.021822557,0.02347013,0.0134214945,0.011470831,0.016879842,-0.00001791103,-0.0035671487,-0.021247461,-0.009473539,-0.081321664,-0.004425907,0.025397478,-0.040723007,0.002545188,-0.016413547,-0.02143398,0.004332648,0.022957206,0.022817317,-0.0013532239,-0.030091504,0.0039324122,-0.02942315,0.032329716,-0.019382285,-0.0059841056,-0.00029361947,-0.047872845,0.040381055,-0.0059374766,-0.0028929655,0.0096756,-0.016056055,-0.027635688,-0.020827796,-0.033759683,0.0033223445,0.0013677956,-0.015488731,-0.0113154,-0.031055178,-0.0070254956,0.03829828,0.0030911404,0.025739426,0.009660057,-0.010336183,-0.021278547,-0.048805434,-0.023905337,-0.020750081,0.01071699,-0.023687733,0.017361678,-0.0053429515,-0.032578405,0.030448996,0.01751711,-0.017734714,0.030200306,0.015387701,0.016942013,-0.02204016,0.044981822,0.0010666475,0.040878437,0.0059918775,0.00012859513,-0.004624082,0.00776768,0.021744842,0.025677254,-0.009100504,0.027355913,0.013934418,0.0063143973,0.050048884,0.0012803655,0.016444633,0.017905688,0.015076838,0.0019895209,-0.011408659,-0.011198826,0.01314949,-0.056110706,-0.008276718,0.004087844,0.0024869011,-0.015069067,-0.031024091,-0.008774098,-0.028599363,-0.0005182663,-0.0048572286,-0.01468826,0.013032916,-0.025195416,-0.023205897,-0.049458247,-0.020066183,0.018232094,-0.0060151923,-0.0028987941,-0.0070876684,0.033417735,-0.017625911,-0.07765349,-0.023718819,0.017827973,-0.002918223,-0.036743965,-0.0153332995,0.018076662,-0.019133596,0.031599186,-0.030930832,0.007736594,-0.031832334,0.015395472,-0.0016534007,0.022397652,-0.023190353,0.00878187,-0.018978164,0.01706636,0.0077443654,-0.025568452,-0.00082670036,-0.009644513,-0.023998596,-0.006248339,-0.017548196,-0.0022168392,0.00029167658,0.031925593,-0.027464714,0.030215848,0.007503447,0.04243275,-0.015861766,0.038329363,-0.015706334,-0.03220537,0.022739602,0.07013061,0.004258818,0.02992053,-0.034163803,-0.014626088,-0.020610193,-0.011789465,0.007942541,-0.018589586,0.018729474,-0.020858884,0.031490386,0.015675249,-0.02521096,-0.013227206,-0.027013963,0.0009029588,0.03761438,-0.016040511,0.019273484,0.002076951,0.010134122,0.012139186,0.014004362,0.031568103,-0.02213342,-0.0033864598,-0.0055566696,0.04451553,-0.0033262302,-0.03186342,-0.03166136,-0.011237685,0.01389556,0.031894505,-0.00751899,0.008307804,-0.046318535,0.039386295,-0.012092557,0.024356088,-0.054059014,-0.032827094,-0.038018502,0.009551255,-0.0020652937,-0.021356264,0.009263706,0.0028715937,-0.01921131,0.0027297626,0.043116648,0.01310286,-0.042059716,0.011781694,-0.033169042,-0.03627767,-0.027091678,-0.020128356,-0.010398355,0.042059716,-0.0074917898,0.020656822,0.021449523,-0.058255658,-0.012302389,-0.029842813,0.004923287,0.0034097745,-0.027931008,-0.029936071,-0.050546266,0.018947078,-0.027138308,0.0045813383,0.034661185,-0.008105744,0.025770513,0.021216376,-0.016864298,-0.019164681,0.040194537,0.037085913,-0.01200707,-0.013405952,-0.027604602,-0.0077482513,-0.0055061546,-0.013623555,0.0068350923,0.013662413,-0.0362155,-0.029842813,0.007449046,0.034785528,0.0137712145,0.0016796297,-0.0067224046,0.009737772,-0.01712853,-0.01747048,0.021325177,-0.0018107749,-0.018853819,0.018092206,-0.010196295,-0.025972573,0.0034233748,-0.0035321768,0.028677078,-0.02079671,0.03201885,-0.024822382,0.0065436587,-0.0028754794,-0.023812078,0.010600416,0.027184937,-0.028226327,-0.0014571686,-0.022646343,0.042650353,0.038982175,0.038080674,0.028630449,-0.0018272895,-0.025179874,-0.010957908,-0.035469428,-0.011602948,-0.009737772,-0.009970919,-0.03285818,-0.040971696,0.021760385,0.004962145,0.021822557,-0.01726842,0.022739602,0.009046103,0.0045735664,0.01642909,0.022148963,-0.018915992,0.010950137,-0.0004888801,0.02615909,-0.036961567,-0.018542957,-0.029516408,0.0029123945,-0.014082078,-0.00927925,0.022273308,0.01474266,0.0022420967,-0.0005755816,0.002879365,-0.0008432149,0.021511694,-0.028972398,-0.0034447466,-0.042899046,-0.017936774,0.008152373,-0.03975933,-0.011206598,0.034909874,-0.038236104,0.032609493,0.0056188423,0.0210454,-0.01017298,-0.039572813,0.0096756,0.009566798,0.001361967,-0.0012347075,-0.020765625,0.024977813,-0.007200356,-0.045727894,-0.009838803,-0.033013612,-0.017750258,-0.03876457,-0.012962972,0.0060423925,-0.06882499,0.034661185,-0.026423324,-0.009240392,-0.018915992,-0.009154905,0.0047173407,-0.01717516,0.020423675,-0.017346134,-0.03127278,0.01622703,0.022801775,-0.0034836044,-0.019382285,-0.013701271,0.020128356,-0.029252175,-0.039324123,-0.00275502,-0.01880719,0.028117526,0.012395647,-0.014921406,-0.023641104,0.009590113,-0.00340006,-0.0032290856,0.017874602,-0.0001901605,0.022164507,-0.021263005,0.0032796008,0.0072625284,-0.002007007,-0.0034194891,0.042494923,-0.046847,-0.005051518,-0.021465065,-0.019009251,-0.0037186944,0.028614907,0.0177658,-0.0020847225,0.018076662,0.018682845,0.010242924,-0.0015989997,0.022211136,-0.015752964,-0.008105744,0.0034078318,0.00014365253,-0.02303492,0.003776981,-0.0109035075,-0.01206147,-0.027402543,-0.010942365,-0.008494321,0.02392088,0.026811903,0.006209481,-0.015170096,-0.0043637343,-0.025801599,-0.0052186064,-0.015908396,0.015962796,-0.008307804,0.011626263,-0.0038080674,-0.025335304,0.012636567,0.052380353,0.0031086265,-0.03270275,-0.005339066,-0.021744842,0.011136654,-0.02937652,0.023641104,0.013234977,-0.01146306,-0.0061395373,0.0012677367,0.024651408,0.022242222,0.022304395,-0.011501918,-0.034878787,0.011058939,-0.012496678,0.017423851,0.0070604677,0.009605655,0.029019028,-0.0015659706,-0.021667127,0.0014474542,0.014696031,-0.002253754,0.020998772,0.013880017,-0.0290812,0.016600065,-0.007674421,-0.01816992,0.016491262,-0.02154278,0.003582692,0.018574042,-0.024604779,-0.018915992,-0.0047678556,-0.015721878,0.022288851,-0.04411141,0.0060967933,-0.0008344719,-0.00533518,0.025335304,0.01860513,0.08834716,-0.02887914,0.03512748,-0.02992053,0.04094061,0.02824187,-0.0013648813,0.009504626,-0.0057198727,0.002076951,-0.014905863,-0.03851588,0.026563212,-0.006271654,0.020703452,-0.0068467497,-0.049831282,0.006337712,-0.019009251,0.021076487,0.0109889945,0.008774098,0.0050709466,-0.024029681,-0.013988819,-0.014773747,0.019817494,0.034630097,0.0009855317,0.004297676,0.026780816,0.023501216,0.004814485,0.04784176,0.018729474,0.017812429,0.0042160745,-0.016693324,-0.000062233245,0.0070837825,-0.018900448,-0.029469779,0.03627767,0.012714282,0.030557798,0.0010345897,0.018465241,-0.0073285867,0.01622703,-0.038329363,-0.0007815281,0.004231618,0.025988117,0.029298805,0.04892978,-0.008525408,-0.0065436587,0.037396774,0.03954173,0.026469953,-0.009745544,-0.007219785,0.0008650724,-0.015053524,-0.025583996,-0.022615258,-0.016615609,0.0044336785,0.023236983,0.028428389,-0.024806838,0.013437037,0.020501392,0.010825791,0.013242749,-0.013716814,-0.0054362104,0.0027336483,-0.00977663,0.0121158715,-0.02079671,-0.024247285,0.0023547844,0.01955326,-0.006644689,0.014509514,0.00784151,0.03910652,0.0096911425,0.041344732,-0.020128356,0.0009209306,0.003901326,0.015465416,-0.011447516,0.0013920817,-0.016693324,-0.0152478125,-0.0019011194,0.021309635,0.042308405,0.0152478125,-0.021029858,0.013903332,0.011525232,-0.020501392,-0.0020924942,0.008199002,-0.019739777,0.01071699,-0.013266063,0.0060268496,0.008502093,-0.014734889,0.018698387,-0.0022440397,0.0034700043,-0.04883652,0.0099476045,-0.022739602,0.021325177,0.00575873,0.0066524604,-0.0032893154,0.0025879315,0.031676903,0.024480432,-0.040474314,0.018045576,-0.0080902,0.01726842,0.0036798364,0.009294793,-0.011051167,-0.023796534,-0.0056110704,0.023780992,-0.0016164858,-0.0022848404,0.035500515,-0.012931886,0.008222316,-0.003565206,-0.05166537,0.03512748,0.023827622,0.02516433,-0.014680488,-0.008167916,0.011618491,0.0009957319,0.005210835,0.0396039,0.021449523,-0.013203891,-0.022786232,-0.00044127923,-0.008377749,-0.015807366,-0.017486023,0.023656648,-0.019086966,-0.004779513,-0.037552208,0.008214545,-0.018667301,-0.021604953,0.0049893456,-0.014105393,0.0062211384,0.0050126603,-0.02650104,-0.05440096,0.015550904,0.018045576,-0.032796007,0.017237334,0.00354772,-0.01767254,0.0019749491,0.019506631,-0.030651057,0.008129058,-0.029609667,-0.0053235227,-0.016615609,-0.0076316777,-0.022226678,-0.021946901,-0.028148612,0.013048459,-0.011937126,-0.02887914,0.028925769,0.007449046,-0.015379929,-0.017796885,-0.010437213,-0.042370576,0.0502354,-0.021527238,-0.014455113,-0.01528667,0.017190704,-0.008183459,0.0063532554,-0.011175512,-0.006671889,0.01027401,-0.010685903,-0.01235679,-0.0081212865,0.011750608,0.0028366216,0.017548196,0.0026170749,-0.011587405,0.029143373,0.0647216,-0.003637093,0.037241343,0.013367093,-0.0008038714,-0.065094635,-0.011478603,0.035065304,0.00275502,-0.0076005915,-0.012861942,0.011983755,0.04193537,-0.039013263,-0.011525232,0.044577703,-0.025086615,0.0088829,0.0030755973,-0.006232796,-0.042246234,-0.027589059,0.004511394,0.0011579633,0.009613427,0.00032009138,-0.03419489,-0.006734062,-0.0034292035,0.0010957908,0.021325177,-0.025770513,0.019040337,0.040225625,-0.021651583,-0.019242397,-0.03444358,-0.0025102159,0.027449172,-0.031894505,-0.009154905,-0.0023703277,-0.028568277,0.0031377699,-0.00008226931,-0.011571862,-0.0047756275,0.03181679,-0.0036448645,-0.007557848,-0.013320464,0.033510994,0.030138133,-0.020470304,-0.009939833,-0.005420667,-0.0137479,-0.0027278196,0.023998596,-0.015799593,0.01871393,-0.024946727,0.0017777457,0.016537892,-0.011206598,0.01563639,0.00873524,-0.016491262,0.012621023,0.0044997367,0.021822557,0.014284139,-0.013071774,0.004204417,-0.026672015,0.0043132193,0.008393291,-0.018869363,0.0070254956,0.018154379,0.03503422,-0.0061084507,0.010444985,0.00558387,-0.0005508097,0.005552784,0.009504626,0.007359673,0.022009075,0.036899395,0.0021876958,0.015908396,0.008921757,-0.02615909,-0.0047017974,-0.0041616736,0.020905513,0.00086118665,-0.010561558,0.0019584347,-0.036402017,0.010328411,0.013810073,0.019320114,0.039013263,0.024744665,0.028552733,-0.0053468375,-0.013491439,-0.05325077,0.035158563,-0.0073635587,0.02833513,0.014711575,0.059561282,-0.029904986,0.032889266,-0.012636567,-0.004239389,0.047064602,-0.0009976748,-0.028101983,-0.007732708,-0.029360976,0.04606984,0.018978164,0.005463411,0.047748502,0.01622703,-0.0064154277,0.008276718,0.009784401,0.013141718,0.045790065,0.017377222,0.002041979,-0.03745895,0.010996765,0.01921131,-0.00938028,-0.0076200203,0.00828449,-0.02932989,-0.03204994,0.029671839,-0.0068312064,-0.024853468,0.027526887,-0.022817317,-0.019988468,0.010235152,-0.0045036227,0.031987764,-0.020019554,0.013693499,-0.009613427,-0.03270275,-0.025739426,-0.029749556,0.0014921407,-0.008673067,-0.03410163,0.037117,-0.01225576,-0.00080970005,0.020361504,0.022739602,0.021356264,-0.025957031,-0.009970919,-0.015892852],"social":"https://twitter.com/caaatisgood"},{"title":"finbeet","description":"finbeet reveals top crypto traders for retail investors","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=H-ck71mi_2s","youtube_transcript":"Hi. This is Emma. I'm working on an idea named Vamit. Out to helps retail investors get actionable insights from social media and make trade decisions techniques easier by summarizing the ideas of most credible traders of trading you for them. Let me show you how it works. On our website, there are the latest coins recommended by top crypto traders of trading view So you can select each coin. See the latest status of the coin. See it's trained and view the individuals who have suggested it. You can also check the full record of each trader that suggested that coin. So I want to show you our progress in the last six weeks. We have released our product, but no one reacted. We discussed in a team and learned that people could not get the proposed value. We iterated several times and shipped different versions of our product according to our customer's feedback. And launch all changes in our social media and the results. We make five week growth in unique visitors list more than four thousand traders and four hundred coins and get fifty six registered users.","embedding":[0.043446712,0.005683614,-0.025001774,0.0096437605,-0.011390208,-0.022213586,-0.020666296,0.055733122,0.029643647,0.027284412,0.04669449,-0.031650532,-0.055242892,-0.054844577,0.04614298,0.0057793623,-0.009781638,-0.0031711808,-0.06066607,0.07169627,0.035756215,0.023393204,0.015748667,0.029352574,0.007801565,-0.020344581,-0.052362785,0.008770537,-0.04997291,-0.037686497,-0.0026924398,-0.021600798,0.015426952,0.024404306,-0.0042512207,-0.030470913,-0.002952875,0.005495948,0.020834811,0.023990674,-0.002364981,0.01659125,0.03695115,0.011344248,-0.050126106,-0.019946268,-0.036246445,-0.023822157,0.018996445,0.02523157,-0.04837966,0.0037724797,-0.0589809,0.011543405,0.0182611,-0.06176909,-0.016238898,0.01939476,-0.040045734,-0.00010759706,0.0058674505,-0.0226119,0.023515763,0.015358014,-0.025430726,0.020344581,-0.04672513,-0.0025679672,-0.00066928,0.0029854295,0.024005992,-0.006932171,0.036828592,-0.0074224016,0.02247402,-0.03220204,-0.03931039,-0.035143424,0.0053006215,-0.021355683,-0.0039946157,0.003282249,0.0077211363,-0.016208258,-0.016376775,-0.052975573,-0.013826042,-0.022841694,-0.00028772338,0.0013261128,-0.0069589806,0.028571269,0.0026005215,0.039524864,0.020053506,0.024618782,0.0010436556,0.030225797,0.0050669955,0.04194538,0.0049674176,0.0035216194,0.012960479,0.00295096,0.045346357,0.024971135,0.066365,-0.03489831,0.01607038,0.02529285,-0.08505505,-0.019976908,0.021125887,-0.0045422954,-0.0077747554,0.028831704,-0.0032056503,-0.015679728,-0.0044848463,-0.035694934,-0.049574595,0.03327442,0.0300726,0.013580927,0.010892317,0.0025028584,-0.057694044,-0.021340363,-0.005706594,-0.028081037,0.015105239,0.018107902,0.07831438,0.036767315,-0.023301287,-0.05846003,-0.010287188,0.045009322,-0.048532855,0.01823046,-0.006928341,-0.05319005,-0.03554174,-0.017020203,-0.042037297,-0.05904218,-0.03603197,0.0046418738,-0.05950177,-0.036399644,0.030777307,-0.021845913,-0.021815274,-0.015963143,0.033396978,0.043599907,0.00003294337,0.009459924,-0.03544982,-0.04458037,-0.040719803,0.04237433,-0.021217804,-0.010088032,-0.047429837,0.028096357,-0.030149199,-0.07181882,-0.08052042,-0.020727575,0.0341936,-0.05950177,0.0049061384,-0.03126754,0.003916102,-0.03973934,0.009207148,-0.02149356,-0.018184502,-0.049513318,-0.0462349,-0.010011434,-0.019287521,-0.032968026,0.013657525,-0.02955173,0.00805817,-0.021861233,0.032937385,-0.02731505,-0.00913821,0.06250443,0.016545292,0.041056834,0.01234003,-0.02255062,0.051443603,0.017403197,0.030424953,0.012232793,-0.0072692046,0.024312386,0.01070848,0.009023312,-0.010601243,-0.029919403,0.036614116,-0.0049291183,-0.008839475,0.00147931,0.06973534,-0.00014996565,0.0035790682,-0.015442273,-0.022351464,-0.0014975021,-0.021692716,0.02731505,-0.0008406693,0.037931614,0.00215625,-0.004017595,0.039616782,-0.027437609,-0.0054040295,0.060420956,0.039923176,-0.050187387,0.015947822,0.0073841023,0.014392872,0.031313498,-0.0012495142,-0.03710435,0.041485786,-0.0452238,0.029750885,-0.03976998,-0.015335035,-0.019563276,0.03278419,0.03053219,0.014944382,-0.005097635,-0.016974244,0.0116046835,-0.025354128,-0.052454703,-0.009544183,0.065752216,0.06409769,-0.0018038964,-0.009881216,-0.026242672,0.045867227,-0.02515497,-0.0418841,0.037778415,-0.025905637,-0.03762522,0.01671381,-0.01127531,0.01340475,-0.002740314,-0.005683614,0.0017962365,0.006495559,-0.021401642,-0.011719582,-0.02947513,0.012094915,-0.025721801,0.031099021,0.014132436,0.015480571,0.005691274,0.023806836,0.008854795,0.014745225,0.011581704,-0.025277529,-0.025798399,-0.04574467,0.01556483,-0.016698489,0.008954373,0.04133259,-0.0039486564,0.0011949377,0.058797065,-0.0013883491,-0.011068494,0.028065717,-0.003651837,0.010976575,-0.004258881,0.0730444,0.0030313886,-0.016974244,0.008992673,0.007192606,-0.04237433,-0.0047491114,0.009406305,-0.01126765,-0.07255417,0.03765586,-0.0030754327,0.0016813386,-0.04075044,0.017219359,0.017357238,0.014546069,-0.0066717356,-0.0024128552,-0.0032496944,0.032968026,-0.038942713,-0.014385212,-0.009207148,-0.008303286,-0.035174064,0.012937499,0.0418841,0.018153861,-0.026947377,0.00750283,-0.029245336,0.03878952,-0.04727664,0.02417451,-0.026166072,-0.024067272,-0.04399822,-0.049850352,-0.003544599,0.012271091,-0.017081482,0.05165808,-0.0010513155,-0.0110378545,-0.052944932,0.0070011094,-0.003916102,0.06734546,0.023806836,-0.013458369,-0.01235535,-0.0011700433,0.024542183,0.022075709,-0.04249689,0.04877797,-0.04945204,0.02950577,-0.031359456,-0.00174549,-0.009521203,-0.0017943216,0.018000664,-0.0060857567,0.013917961,0.03220204,0.00859436,0.03394849,0.0058291513,-0.018169181,-0.0028820212,-0.0044810167,-0.058919623,-0.005262322,0.0014036689,0.0038337586,-0.011045515,-0.040934276,-0.022259545,0.062198043,0.0289849,0.003822269,0.084074594,0.06020648,-0.033488896,-0.01821514,-0.0018680478,-0.0024741339,0.06728419,0.023684278,-0.026411189,-0.012171513,0.008303286,0.0027135045,-0.07328951,-0.012393649,0.013534968,-0.0040980238,0.020130105,0.03324378,0.025446046,0.028770424,0.0057717026,-0.0048027304,-0.0341936,-0.03802353,-0.022274865,0.0034737452,0.030195158,-0.020130105,-0.03382593,-0.0002453548,0.023102129,0.02684014,-0.0707158,0.039953817,-0.007035579,-0.011168072,-0.0010273784,0.045285076,-0.0023822156,0.05518161,0.02904618,0.010019094,-0.02091141,0.03324378,0.016606571,0.016759768,0.016928285,0.044243336,-0.015855905,-0.037962254,-0.052332144,-0.0076675173,-0.036920514,0.0076024085,0.0005840641,-0.00091678917,-0.042619444,0.007242395,0.029796844,0.020359902,0.01287622,-0.024894536,0.022902973,-0.0333357,-0.03707371,0.026932059,-0.030976463,-0.019946268,0.009781638,-0.020482458,-0.0034948098,0.012723023,-0.034408078,-0.026212031,0.008640319,-0.058827706,-0.07843694,0.029919403,-0.0038816328,0.036767315,0.030179838,-0.007135157,0.018046623,-0.017786188,0.071267314,0.058705147,-0.05530417,-0.055059053,0.014147757,0.026932059,-0.038912077,0.024909856,-0.043753106,-0.0055380766,0.0038797178,-0.032324597,-0.010938277,0.027253773,-0.01339709,0.006503219,0.0015501636,-0.027269091,0.0020758214,-0.030777307,0.031773087,0.04611234,0.037747778,-0.010141651,0.009873556,-0.015258436,0.023806836,0.015495892,0.0068325927,0.01392562,-0.019379439,0.026671624,-0.059930723,0.020068826,-0.028004438,0.009819937,0.000094072624,0.03811545,-0.0033013986,-0.0139868995,0.076169625,0.00076024083,0.01343539,-0.024741339,-0.010562943,0.028418072,0.06979662,-0.050708257,0.01939476,0.008219027,0.020834811,-0.022060389,0.00054815854,0.014254995,0.03603197,0.00969738,0.016330816,-0.013634546,0.017341917,0.016346136,-0.0016947434,-0.017479794,-0.030164517,-0.023423843,0.005564886,-0.04718472,-0.022290185,-0.005147424,-0.015457592,0.0154346125,0.021891871,-0.034530636,-0.019961588,-0.02464942,-0.013343471,-0.006158525,-0.014584368,0.011880439,0.024955815,0.0038012043,-0.0003379912,-0.019747112,0.017847467,0.0021505048,0.009513543,0.002905001,0.04022957,0.024005992,-0.015442273,-0.0040597245,-0.028479349,-0.00016684127,-0.043079037,-0.013917961,-0.06011456,0.015809946,0.011390208,0.022136988,-0.011681283,0.04078108,0.008150089,-0.02313277,0.025936278,0.0038586531,-0.010991896,-0.033059943,0.041730903,0.0061661853,-0.023776198,0.012768982,-0.04939076,0.03437744,0.000789444,-0.016208258,-0.014653307,-0.0073228236,0.02791252,-0.020497778,0.023990674,-0.030256437,0.012661744,-0.018061943,0.005315941,-0.03005728,0.006870892,0.03054751,0.0034584256,0.015748667,0.003594388,-0.031037742,0.011428507,0.010379107,0.0026215862,0.009299067,-0.0025890318,-0.018690052,-0.018031305,0.036767315,0.008226687,-0.01451543,-0.039616782,-0.007449211,0.05754085,-0.019195603,-0.020252664,0.020712255,-0.019547956,0.004618894,-0.0031922455,-0.042159855,0.0024894536,-0.022244226,0.015304395,-0.011382548,0.009199489,0.014086477,0.023806836,-0.0073304833,-0.0452238,0.024465585,0.006878552,0.021217804,0.025001774,0.016024422,-0.024036633,-0.011030194,0.05689742,0.0024971135,0.03174245,-0.011459147,0.019134324,0.008012211,0.00045600088,-0.0037418404,-0.0007468361,-0.02684014,-0.022106348,-0.00007707731,0.020742893,-0.01397158,0.0009771106,-0.007315164,-0.023868116,0.0074224016,0.024940496,-0.0023400865,-0.0068440824,-0.017786188,-0.010647202,0.04991163,0.0037035411,0.0032765039,-0.0076024085,-0.007912633,0.014860123,0.009161189,0.014232015,-0.00806583,0.024235789,0.026671624,-0.036920514,-0.0375333,0.0061163963,-0.022933614,0.02837211,0.011053174,0.02631927,-0.055059053,0.024388986,-0.03053219,0.009804618,-0.0015635684,0.0152277965,0.0016784662,-0.05689742,0.011574045,0.040474687,0.003113732,0.000521349,-0.01875133,-0.011543405,-0.024496224,0.01671381,0.010823378,-0.004101854,0.024434945,0.008755217,-0.0139486,0.015289076,0.02949045,-0.009299067,0.0052967914,-0.04347735,0.00912289,0.022366783,-0.019593915,-0.020865452,-0.013550288,-0.019517317,-0.0005151254,-0.01663721,-0.0182611,0.037226908,0.017265318,-0.010509324,0.0139332805,-0.004132493,-0.023806836,0.0016392095,0.010808059,0.008219027,-0.03002664,0.035265982,-0.01881261,-0.023025531,0.023163408,-0.03005728,-0.005737233,0.009835257,-0.07518916,0.002094971,0.035082147,0.020252664,0.012768982,0.032600354,-0.01873601,-0.00068268477,-0.011535745,-0.011650643,0.049850352,-0.0024511544,0.0067445044,-0.024051951,-0.04678641,-0.019471357,-0.015365674,-0.030501552,-0.0059363893,0.000065348155,0.0020260322,0.016683169,0.02627331,-0.00857904,0.009881216,0.054997776,-0.01829174,0.01767895,0.0013376026,0.015855905,-0.0004500166,0.032508433,0.0116046835,0.011574045,-0.011497445,-0.024618782,-0.05622335,0.015319714,0.023944713,0.015335035,0.016943604,0.05322069,0.014883103,0.020589696,0.008464143,0.044856124,-0.036123887,0.0072883544,0.020865452,-0.021769315,-0.004886989,-0.013534968,0.018383658,-0.03324378,-0.015779305,0.024404306,-0.0107314605,-0.00294713,-0.003054368,-0.004569105,-0.026518427,-0.035848133,0.0019513486,0.0006496516,0.0054346686,-0.018858569,-0.0062083146,-0.006809613,-0.001910177,0.0058406414,-0.011076153,-0.019639874,0.015350354,-0.00076263456,-0.0097969575,-0.059379213,-0.006277253,0.012431948,-0.009168849,0.032079484,-0.02098801,0.018077264,-0.0074951705,-0.02308681,-0.0033435277,-0.004557615,-0.03158925,0.003063943,-0.0365222,-0.012286412,0.0022385933,0.01126765,-0.009996113,-0.008755217,0.0505857,-0.043262873,0.015158857,-0.031374775,0.058643866,-0.03342762,-0.0092301285,-0.005427009,0.016851686,0.031374775,0.0066908854,0.0055036074,-0.007349633,-0.011750221,0.014775865,0.020084146,0.009084591,-0.018521534,-0.03001132,0.0037782246,0.0022194437,-0.034714475,0.004235901,0.022642538,0.00041075985,0.0268861,-0.041547067,0.012156193,0.054599464,0.016836366,0.026732903,0.023852795,0.008073489,-0.030746667,-0.00031333603,-0.012194493,0.024465585,-0.007184946,-0.039034635,0.014768205,-0.019287521,-0.03186501,-0.007625388,0.028601907,-0.028004438,0.0030313886,0.022795735,0.014890763,0.0289849,-0.031466693,-0.003159691,0.011849799,0.03486767,0.017127441,0.025262209,0.038054172,-0.034591917,0.009429284,0.012922179,0.0043661185,-0.060849905,0.0033148034,-0.030225797,0.015702708,-0.0073304833,0.009950154,-0.0014065413,-0.0024434945,-0.019440718,0.029781526,-0.018613454,0.013083036,-0.027085256,0.004569105,0.020191384,-0.010693161,0.0010762099,-0.026503107,0.02679418,0.027713364,0.034928948,0.01777087,0.014683947,0.012669404,-0.0033990617,-0.020650975,-0.02947513,0.006775144,-0.029413853,-0.007935612,-0.0070087695,-0.0075104902,-0.011076153,0.051964473,0.020467138,0.01399456,0.05202575,-0.015518871,0.009467584,0.013037077,0.003707371,0.05649911,-0.0041248333,-0.013029417,-0.026395869,0.007728796,-0.0026713752,-0.027161853,-0.015763987,0.034806393,-0.031083701,0.029383212,0.045683388,0.023546401,-0.006315552,-0.0025622223,-0.000739655,0.01665253,-0.031344134,0.034162965,0.022412743,0.002305617,0.009015652,0.009360346,-0.003705456,-0.004676343,0.009360346,-0.0683872,0.0071313274,0.022857014,0.010838698,0.012217472,0.04776687,0.01925688,0.04081172,-0.0055916957,0.02746825,-0.031466693,-0.0061163963,0.004327819,0.058214914,0.014752885,0.06391385,0.0044273976,-0.028019758,-0.0012744088,-0.009260767,-0.041087475,0.010317828,0.004561445,-0.002196464,0.012041296,-0.007889653,0.013251553,-0.0031328816,0.05153552,0.014806504,-0.0070738783,0.0058368114,-0.00080332754,0.012094915,0.010471025,-0.008808836,-0.019762432,0.017847467,0.025430726,-0.024909856,-0.023561722,-0.0027747834,-0.03263099,-0.027054615,-0.037900973,0.02746825,0.003000749,0.041761544,0.0041631325,0.012071935,0.0012581316,0.020742893,-0.03710435,-0.038207367,-0.013259213,-0.034009766,0.034591917,0.031436056,0.007460701,-0.010348467,-0.03499023,0.0009210978,-0.007403252,0.025338808,-0.0080428505,0.0021677397,-0.004224411,0.0059823487,-0.007590919,0.00021591222,0.015480571,0.018077264,-0.015610789,0.0024281747,0.0069589806,-0.004902309,-0.046908967,-0.035265982,-0.015220136,0.014913742,-0.011857459,-0.0046993224,0.007912633,0.002527753,0.018184502,0.019088365,-0.0092301285,-0.0061853346,-0.010999555,-0.01873601,-0.0038471634,-0.006840253,0.031359456,0.012447268,-0.001983903,0.015350354,0.013550288,-0.02849467,-0.036338363,0.03600133,0.005580206,0.00295479,0.0060857567,-0.0038395035,-0.019946268,0.01449245,0.032600354,0.027483568,0.017893426,0.006702375,0.009682059,-0.005063166,0.0094369445,0.029444491,-0.015917184,-0.004186112,0.05953241,-0.05726509,-0.006840253,-0.016989563,-0.0021677397,0.012562166,-0.02464942,0.027054615,0.0009708869,0.010080372,-0.04029085,0.019777752,0.0007516235,0.03060879,-0.0126923835,-0.030149199,-0.026901418,0.030716028,-0.015181838,0.00805817,0.02094205,0.0141937155,0.0077632656,-0.0114514865,-0.008387544,-0.03161989,0.02733037,0.0067330147,0.030287076,0.017372556,-0.0007607196,0.01774023,0.003983126,0.01821514,-0.016376775,-0.020053506,-0.0118115,0.013289852,0.014569049,0.034714475,0.0029413851,0.024450265,0.0077517754,-0.021876553,0.014354573,-0.0040061055,-0.0123323705,0.006016818,-0.0051857233,-0.00017342396,0.03186501,0.027085256,0.012922179,0.0023477462,0.009651421,-0.024005992,-0.002424345,-0.0014323933,0.011865119,0.023423843,-0.021830594,0.03226332,-0.012209812,-0.037778415,-0.005472968,-0.0055725463,-0.035786852,0.0345,0.0068670623,0.006177675,-0.000121600235,-0.0077173063,-0.0066717356,-0.03765586,0.008640319,0.0031539463,0.029291295,-0.040995557,0.004611234,-0.01619294,-0.017587032,0.038881436,-0.012623445,0.007851354,-0.003963976,0.015465252,0.007456871,0.000004162803,0.09957814,-0.010034413,0.024419624,0.008226687,0.009038632,0.023852795,-0.0022768925,0.029827485,-0.0094369445,-0.02464942,-0.0036690717,-0.015296735,0.028019758,0.018644093,-0.0027498887,-0.029230015,0.011995337,-0.011972357,-0.029750885,-0.029352574,-0.008464143,0.01876665,0.030164517,-0.0042742,-0.01827642,-0.00643428,0.013236233,-0.0182611,-0.011390208,0.017035523,0.030424953,-0.0038835476,0.013312832,0.018169181,0.043722466,-0.011888099,-0.040168293,0.036706038,0.008387544,-0.031374775,0.0056453147,-0.030118559,0.021233125,-0.012814941,0.00914587,-0.021662077,0.002357321,0.030654749,-0.037318826,-0.028862342,-0.02201443,0.015840584,-0.010968916,0.028157635,0.012156193,0.012470248,0.019226242,0.008670959,0.022519981,-0.010647202,0.010133991,0.029000219,-0.02731505,0.015120558,0.026166072,-0.006012988,0.009689719,-0.013810723,0.020696934,-0.021524198,0.004676343,0.019302841,0.0341936,-0.0045384653,0.028264873,0.022504661,0.021033969,0.0116046835,-0.008900754,-0.014285634,-0.022336144,0.0020490119,0.018337699,0.0072270753,-0.019210922,0.0087092575,0.025568604,0.021662077,-0.014952041,0.0066717356,-0.036307722,0.023301287,0.056652304,0.022121668,0.003963976,-0.0031482014,-0.045315716,0.00096514204,0.0011614258,-0.037839696,0.0018699627,0.028234234,0.022734456,-0.0077709253,-0.03811545,-0.03765586,-0.009712699,0.008885435,0.027866561,-0.037165627,0.021340363,0.0043814383,0.005618505,-0.021079928,-0.006158525,0.033059943,-0.02950577,-0.02746825,-0.008395203,0.0002630682,0.007912633,0.02196847,0.0032956537,0.009222468,0.009475243,0.002102631,0.012922179,-0.02412855,0.0024798787,0.010945936,-0.005112955,0.016989563,0.033611454,0.0047874106,-0.0150209805,0.037318826,-0.03811545,-0.0133664515,0.002583287,0.01882793,-0.041240674,-0.003324378,0.03002664,-0.017280638,0.018107902,-0.006556838,0.010861678,0.013381771,0.004607404,-0.0074875103,-0.016254216,-0.024664741,0.024496224,-0.003002664,0.01504396,-0.06814209,0.0020528417,-0.014615008,0.0047567715,-0.0028379771,0.010034413,-0.0070585585,-0.011880439,-0.031175619,0.047246,-0.0398619,-0.018873889,0.036246445,0.0100037735,0.023194049,0.010133991,-0.0043852683,0.0023783857,0.01074678,0.011934058,-0.01979307,-0.00077460305,0.018873889,0.024925176,-0.0075334697,0.0036326873,0.007732626,0.014002219,-0.0006108736,0.0025354128,-0.027866561,0.011780861,-0.020359902,-0.027744003,-0.0009728019,-0.016545292,0.0065223686,-0.0038280138,0.020344581,0.036123887,0.0063768313,-0.034009766,-0.017587032,-0.049206924,0.044243336,0.0047452818,-0.014898422,-0.00028604778,-0.012723023,-0.014155417,-0.007927952,-0.009597802,-0.04822646,0.01126765,0.004121003,0.014975021,0.0032841638,0.010011434,0.026610345,0.008180727,0.0077402857,-0.0145001095,0.007747946,0.007066218,0.0130523965,0.02468006,-0.022412743,-0.018720692,-0.01287622,0.022504661,0.018506216,0.01123701,-0.012991118,-0.03315186,-0.020482458,0.02582904,-0.057602126,-0.03606261,0.01663721,-0.00042943074,0.034928948,0.0008459355,0.017617673,-0.017464474,-0.02091141,0.0065798173,-0.049850352,-0.0024013652,0.0033626773,0.0055457368,0.020160744,-0.007950932,0.030685388,-0.01127531,-0.036307722,0.008732237,0.02305617,-0.02515497,-0.007866673,-0.007204096,0.016928285,0.00019197518,0.013489009,0.004661023,0.015312055,0.0076483674,0.004151643,-0.012286412,-0.038299285,0.004519316,0.012025976,0.007782415,0.0066296067,-0.044641647,0.022811055,-0.0101569705,-0.01718872,-0.003274589,-0.005495948,-0.031405415,-0.0123323705,-0.030761987,0.009888876,0.016300177,-0.027253773,-0.065016866,0.00010173248,-0.012554506,0.007732626,-0.03817673,-0.036889873,-0.011750221,-0.016790407,0.051259764,0.004224411,0.03226332,0.029337253,-0.037778415,0.03486767,-0.002836062,-0.023500443,-0.02256594,-0.00805817,-0.034561276,-0.017326597,0.027958479,-0.031175619,0.001989648,-0.005794682,0.008602019,0.002301787,0.04081172,0.0060321377,0.010562943,-0.0011633409,0.008203708,-0.030149199,-0.00014517823,-0.045530193,0.014277974,-0.025430726,0.016529972,0.025323488,-0.024343027,0.015250776,0.03379529,0.0018833674,0.020742893,0.021830594,0.01071614,-0.015411633,0.0110914735,-0.037747778,-0.0044235676,0.012171513,0.019210922,0.03126754,0.040995557,-0.024971135,0.04877797,-0.015672067,0.014898422,0.013328152,0.009559502,-0.022688497,-0.026411189,0.025844358,0.03707371,-0.0062504434,-0.01560313,0.009804618,0.00000749529,-0.0055572265,-0.008272646,0.008540741,0.047092803,0.054384988,0.036920514,0.011711922,-0.009084591,0.009069271,0.023883436,0.011137432,0.009896535,-0.010302508,-0.035296623,-0.03973934,0.0035101296,0.0047720913,-0.017081482,0.052791737,-0.0060321377,-0.0101569705,-0.018567495,-0.010854018,0.02953641,-0.0127460025,0.0016631465,-0.028770424,-0.016223578,-0.024067272,-0.000109512024,0.0028801064,-0.0046303836,-0.05030994,0.039003994,0.026610345,0.036767315,0.012018316,0.0268861,-0.0025564774,-0.0029854295,0.011980017,0.009153529],"social":"https://twitter.com/finbeet"},{"title":"greenlit","description":"all-in-one platform for filmmakers to track, manage & distribute their films. ","niche":"other","youtube_url":"https://youtube.com/watch?v=ZQvaHxlyc_g","youtube_transcript":"Hi. My name is Ian, and I'm building Greenland. Greenland is an all in one platform for filmmakers to track, manage, and distribute their film titles. So I'm about to go ahead and give you guys a demo right now. So this is Greenlight. This is the dashboard where users will be able to come here, manage all their rights, see all the details related to their rights, and then as well as be able to upload add all of their rights, put what info information they need, list the type of content or IP that it is, and list it all on the marketplace, send screeners, and have your rights be automatically acquired, track the revenue, track the royalties, and automatically be able to pay anybody out that is associated or tied to the project. So this is our alpha version that we launched to an initial group of ten to twenty filmmakers from our email list And we've got a lot of feedback. We hit some problems in the way, but we've got a lot of insight onto what features were really helpful and what features and user interface that were complicated, which we were able to iterate into the version that you originally saw. So throughout those roadblocks, we feel like we did a really good job. And thank you for watching.","embedding":[-0.017494813,0.054112837,0.025052238,-0.0012978452,-0.012776641,-0.03974955,-0.024746044,0.026457947,0.044787835,0.017327799,0.07304119,-0.009505932,-0.0045546363,-0.056451045,0.024537276,0.014822574,-0.018427312,-0.029672984,-0.035128806,0.06034806,0.040194925,0.029255448,-0.01817679,0.043813583,-0.04643015,-0.031788506,-0.04648582,0.018343806,-0.009171903,0.009617276,0.030675074,-0.020361902,0.0135977985,-0.007439123,0.016896343,-0.036325745,0.0055567254,0.0064892257,-0.013166343,-0.0023208116,0.001784972,-0.0031019542,0.04487134,-0.022032052,0.018970111,0.008225485,-0.003435984,0.03997224,-0.037411343,0.03682679,-0.024523357,0.06446776,-0.027432201,0.032289553,0.04264448,-0.026917238,-0.028197685,0.056924254,-0.014231063,0.014711231,-0.03309679,0.0432847,0.03448858,0.025233172,0.008128059,-0.036520597,-0.060626417,0.035184477,0.03551851,-0.0042449627,0.044453803,-0.009986101,0.020626344,-0.046792015,-0.016339626,0.00003658888,-0.01805153,0.0021868516,-0.029199775,-0.012435652,-0.009185821,0.009331958,-0.014432873,-0.018232463,-0.00059238105,0.0067884605,-0.033848356,0.0037056436,-0.035713356,0.021224814,-0.019526828,0.010410597,-0.024231082,0.030535895,0.031120447,0.0018075886,0.0017475676,0.05767582,0.057508804,0.021461418,0.026597127,-0.023354253,0.01205291,-0.073263876,0.03376485,-0.00046625,0.01551847,0.06313164,0.028921418,-0.04036194,-0.13472538,-0.0072025186,0.019471155,0.003576903,0.00699375,0.03070291,-0.002171194,-0.043646567,-0.014822574,-0.033542164,-0.05174679,-0.0024234562,0.011976361,-0.025678545,-0.020626344,-0.0047494867,-0.02231041,-0.006482267,-0.055226266,-0.042366117,0.029060597,-0.0017901912,0.039109327,-0.06508015,-0.021169141,0.035991717,-0.010883805,-0.040000074,-0.050132312,0.031315297,-0.029672984,-0.0126374625,0.00852472,-0.0004893015,-0.031426642,-0.01425194,-0.05595,0.035908207,-0.023117648,-0.009791249,0.02684765,0.007585261,-0.055643804,-0.008844832,0.007272108,0.009665988,-0.000031777417,0.020682015,-0.014711231,0.010459309,-0.011224794,0.012059869,-0.0013770033,-0.0005293155,-0.03802373,0.011231754,0.0090744775,-0.037327833,-0.05400149,0.014029253,-0.033319477,0.0040918654,-0.019944366,-0.026444029,0.052387014,-0.027919328,0.05508709,-0.032818433,0.03743918,-0.02457903,-0.029589478,0.0018736987,-0.00858735,-0.003643013,-0.054307684,0.01778709,-0.0041927705,0.0041997293,0.0048643094,0.033068955,0.028643059,0.08400851,-0.0011430084,0.043646567,-0.0038274254,-0.044927016,0.053917985,0.02989567,-0.001811068,0.010842052,-0.007119011,0.004968694,-0.014265858,-0.0010247062,-0.041057836,0.04414761,-0.021336157,0.026109999,-0.04016709,-0.003470779,0.04217127,0.012700093,-0.017564403,0.006099524,-0.03501746,-0.00899097,-0.028698731,0.042477462,-0.03290194,0.031343132,-0.000992521,-0.008489925,0.00047799322,-0.020584589,0.013924869,0.064300746,0.027919328,-0.0028235961,0.038719628,-0.018162873,0.0051983395,0.018524738,-0.017884515,-0.022157313,-0.011809347,-0.00472861,0.05294373,-0.001971124,0.035323657,0.0020076586,0.019415485,0.03888664,-0.025664626,-0.037299998,0.052721042,0.0051983395,-0.01724429,-0.031482313,-0.01618653,0.054586045,0.052804552,-0.011767593,0.03128746,-0.0038587407,0.0072164363,-0.03816291,-0.03997224,0.036325745,-0.0070355036,-0.019192798,-0.0020163571,-0.055782985,-0.050160147,-0.007466959,-0.013820485,0.03629791,0.011558824,-0.013855279,-0.04868485,-0.00746,-0.014558134,0.045873433,-0.013068918,0.02551153,-0.024551194,-0.014175392,0.008399459,0.01171888,-0.000053551335,-0.019345894,0.0030915157,-0.019624254,-0.022254739,0.0039039738,-0.028670896,0.014084925,0.0177175,0.0069102426,-0.0023747433,0.028810075,0.044314627,-0.026471864,0.06307597,0.025386268,0.003890056,0.016604068,0.027348693,0.010480186,-0.00646139,-0.012665298,0.029283283,-0.070758656,-0.036270075,-0.02950597,0.009220616,0.033987537,-0.0118511,0.016395299,-0.027362611,-0.013291604,0.02591515,-0.009610317,0.028392537,0.012073787,0.000322939,-0.01757832,0.07565776,0.0003483827,0.0019276305,0.02050108,-0.031983357,-0.0037021642,-0.0060786474,-0.016757164,-0.011016026,0.011329179,0.037216492,0.009610317,0.0058768378,-0.023020223,-0.010020895,-0.029144105,-0.001298715,-0.026012573,0.006200429,-0.0058977143,-0.011134328,-0.026527537,0.024662538,-0.014572052,-0.0069554755,-0.053305596,-0.008044552,0.03448858,0.016659738,-0.018886603,0.013423825,-0.021586679,0.0038135075,-0.018482985,-0.032066867,-0.012602667,-0.017801007,-0.0131385075,0.029060597,0.0029210213,0.043006342,-0.0041718935,-0.02336817,0.0017023344,-0.053639624,0.060236715,-0.0060090576,-0.0026548414,0.013750895,-0.025956903,-0.054725222,-0.0015466277,0.050522014,0.0021555363,0.042477462,-0.0035003545,-0.018232463,0.015963843,-0.001698855,-0.01372306,0.05514276,0.012567873,-0.033013284,-0.038524777,0.022533096,-0.012393899,-0.04089082,-0.04982612,-0.00076548505,0.0158525,-0.014196268,-0.0069172014,-0.039220672,0.0014613806,0.053361267,-0.028643059,-0.025789887,0.001298715,-0.033263806,0.010347966,0.059178956,0.0791094,0.013242892,-0.011009067,0.0040118378,-0.014530298,-0.024203246,-0.022519179,-0.015198358,-0.0015666347,-0.022449588,0.045984775,0.013048041,-0.044175446,0.011092574,-0.047710598,0.069422536,-0.0544747,0.04322903,-0.02011138,-0.0022320847,0.001012528,0.03897015,0.043062013,0.022616604,0.009568564,0.03596388,0.027919328,-0.025775969,0.019359814,0.039276343,-0.026277015,-0.0008068039,-0.07732791,-0.006339608,0.022226902,0.04849,-0.0036882462,-0.03164933,0.027807985,-0.012553955,0.01972168,0.009151026,0.016604068,-0.0056959046,-0.00986084,-0.020334067,-0.035546344,-0.005027845,-0.012226884,-0.025233172,-0.0058176867,-0.038441267,-0.019067537,-0.029645149,0.018747425,-0.0074530407,0.010368844,-0.06040373,-0.035936043,0.036854625,0.04620746,-0.0387753,-0.04002791,-0.05375097,0.03816291,-0.0451497,0.054029327,-0.000659361,-0.0036256155,-0.04103,0.032011192,-0.011948526,-0.022881044,0.017439142,0.017077276,-0.018900523,0.00007877755,-0.06352134,-0.006673638,-0.015267948,-0.040389776,0.013576921,-0.01358388,-0.015240111,0.033208136,-0.045121863,0.013402947,0.027724477,0.05355612,-0.05734179,-0.017773172,-0.0132220145,-0.014175392,0.012505243,0.02750179,0.018761342,-0.016395299,-0.021962462,-0.03796806,-0.03757836,-0.041057836,-0.01325681,0.022658357,0.00972166,0.016144777,-0.01805153,0.04495485,0.0034011893,-0.0050730784,-0.0451497,-0.018288134,0.01664582,-0.0039178915,-0.047682762,-0.00089857506,-0.016339626,-0.0063709235,-0.037773207,-0.0003977478,-0.000012144192,0.020904701,-0.01378569,0.0023817024,0.025734216,-0.003816987,-0.0007611357,-0.025469776,-0.009380671,0.017425224,-0.006426595,0.0047912407,-0.008135019,0.015393209,-0.0017362593,-0.031259626,0.023131566,0.012435652,-0.036381416,0.022296492,0.019902611,-0.057842836,0.015031343,-0.06725134,0.026318768,-0.008816996,0.0011151725,0.0061760726,0.008169813,0.01905362,-0.036993805,-0.018622164,0.014530298,0.015741156,0.031621493,-0.039192837,0.019582499,-0.019039702,-0.014641642,0.0058246455,-0.010452351,0.022853209,-0.004888666,0.028865745,-0.007738358,-0.007633974,0.008462089,-0.036464926,0.0056193564,0.038997985,0.008155895,0.02391097,-0.0031332695,0.036270075,-0.028002836,-0.0047320896,-0.011315261,-0.010271418,0.03888664,0.020097462,0.010313172,0.030257536,-0.008837873,0.024982648,-0.020473246,-0.048100296,-0.020612424,0.002616567,-0.01891444,0.012164254,-0.016061269,0.039721716,0.014008377,-0.022853209,0.0065170615,0.008343787,-0.02132224,0.04868485,-0.023298582,0.015685486,0.0021120429,0.005215737,0.013333358,0.012936697,0.025664626,-0.007119011,-0.018928358,-0.035323657,0.020849029,-0.0020807276,-0.011607537,0.011092574,-0.026346603,-0.007682686,-0.019025784,-0.0045163617,-0.029032761,-0.014335448,-0.03176067,-0.0010133978,-0.01492,0.012602667,0.046625,0.014029253,-0.027919328,-0.028810075,0.027821902,-0.008482967,-0.00007252536,0.008830914,-0.006179552,-0.009373712,-0.058733582,0.0010386241,0.0045511564,-0.01152403,0.032651417,0.014655559,-0.004217127,-0.011823265,0.02677806,0.02558112,0.019791268,-0.032762762,-0.0013596058,-0.028531715,0.0045720334,-0.041336194,0.055393282,-0.013813525,-0.017884515,0.049965296,-0.0038935354,-0.018803097,0.0047112126,-0.043980595,0.061628506,-0.015142687,0.0048503918,0.008496884,-0.034321565,0.0158525,0.0035177518,0.010167033,-0.033681344,0.024328507,0.01898403,-0.029004924,-0.032011192,0.0005027845,-0.037355673,0.02070985,0.003011488,-0.015936008,-0.020862948,0.04648582,-0.010605448,-0.010675037,0.040668134,0.011036903,-0.008566474,-0.06446776,-0.019345894,0.03443291,-0.026805894,0.000043058535,-0.013535168,-0.03902582,-0.02011138,-0.018538656,0.046708506,0.001012528,0.038246416,-0.0075435075,0.002816637,0.05255403,-0.0043110726,0.035991717,0.01631179,0.0049860915,0.0048260354,0.01858041,0.029812163,-0.06992358,-0.017954104,0.024565112,-0.052387014,-0.024272835,0.013966623,-0.019206716,-0.014864328,0.052192163,0.04356306,0.024606865,-0.0056506717,-0.012094664,-0.032679252,-0.0014239762,-0.0030323646,-0.0039526867,-0.032790598,-0.017369552,-0.028420372,0.020640261,0.013075877,-0.0074252053,-0.03629791,-0.01750873,-0.0057376586,-0.013423825,0.023493432,0.007606138,0.008538638,-0.043201193,-0.020250559,0.018302051,0.012226884,0.012505243,-0.034655597,0.012491324,-0.03863612,-0.031705,-0.0005297505,-0.017425224,-0.0091997385,0.07014627,0.022853209,0.01984694,-0.012045952,-0.0006880667,0.042783655,0.030396717,-0.051440597,-0.016158694,-0.023061978,0.012915821,-0.030480223,0.07654851,0.0068893656,0.010814216,-0.0046381433,-0.011203918,-0.0343494,-0.008315952,0.039192837,0.017105112,0.002917542,0.02264444,-0.010285336,-0.004509403,0.034015372,0.032679252,0.026054328,-0.026666716,0.022560932,-0.017564403,0.0129714925,-0.049659103,0.046986863,-0.035741195,-0.033542164,0.018093282,-0.001025576,-0.009561604,0.010528899,0.002284277,0.03290194,-0.00419625,0.04197642,0.0091997385,-0.017968021,-0.023590857,-0.022811456,-0.006541418,0.012950615,0.0128879845,-0.0063291695,0.021280484,0.014488544,-0.009895634,0.00206507,-0.07643716,-0.017633991,-0.023841381,-0.027195597,-0.04094649,-0.020139216,0.03128746,-0.006753666,0.005668069,-0.0042519215,0.010278377,-0.020918619,-0.011064739,0.0008133279,0.012338228,-0.012672258,0.025288843,-0.009137108,0.012018115,0.060181044,-0.031426642,0.004151017,-0.020807276,-0.010835093,-0.017230373,-0.04322903,-0.0059220707,0.00066371035,0.026958993,0.018037612,0.024077985,0.020556754,0.036576267,0.008239402,0.0076896455,0.03596388,-0.017286044,-0.0035734235,0.02484347,0.005800289,-0.01105082,0.004286716,-0.017954104,-0.017063359,0.0037787126,-0.042477462,0.05386231,0.034460746,0.022630522,0.031732835,-0.026193507,-0.014238022,-0.025525447,0.017216455,-0.006551856,0.033013284,-0.007098134,0.020153133,-0.030591566,-0.0016162173,-0.002416497,-0.009714701,0.014836492,-0.0028201165,-0.01784276,0.02783582,-0.014627724,0.023409925,-0.020904701,-0.012505243,0.03123179,0.046123955,0.022881044,0.007432164,0.027738394,-0.020862948,-0.050271492,0.006099524,0.03562985,-0.014989589,-0.0014170172,0.007919291,-0.0067362688,-0.008601269,-0.0028688293,0.0029088433,-0.04815597,-0.013201138,-0.013402947,-0.007446082,0.0350453,-0.003709123,0.00029793027,-0.010452351,-0.025205335,-0.017759254,-0.006412677,-0.025762051,0.008768284,0.009331958,0.019930447,-0.01052194,-0.015560224,-0.0024495523,-0.020598507,-0.0033020242,0.019624254,-0.010716791,-0.01439112,0.017425224,-0.015629813,0.016993769,-0.011739757,-0.01578291,-0.0162422,0.03003485,-0.026680633,-0.011663209,0.038469102,-0.043924924,0.04648582,0.0045789923,-0.032094702,-0.008343787,0.0036673693,0.019290224,0.02778015,-0.008900504,0.039833058,-0.037912387,0.008552556,0.02357694,0.026499702,-0.0027957603,0.015657648,-0.021823283,0.04862918,0.012129459,-0.02764097,-0.017856678,0.03615873,0.016687574,-0.009095354,0.008141978,-0.014655559,-0.012136417,-0.023479514,0.0032515717,-0.047905445,0.03615873,-0.010995149,0.018441232,-0.0015614155,0.030313209,0.009081436,0.016617985,-0.00070241955,-0.018691754,0.0004168849,-0.01492,0.06925552,0.010772463,0.011224794,-0.011078657,-0.013215056,-0.0016136077,-0.0022738385,0.0033194216,-0.0041649346,-0.022129478,-0.03195552,-0.0025226213,0.00972166,-0.017773172,0.014008377,0.023590857,-0.0046520615,0.0054419027,0.0057063433,0.008434254,-0.01492,0.012686175,-0.01871959,0.021350075,0.01871959,-0.005546287,-0.030535895,-0.00012428258,0.014850411,-0.01910929,0.012686175,0.002611348,0.015796829,-0.020542836,0.0040570707,-0.026123917,0.019693842,0.014572052,-0.021224814,-0.004582472,-0.056033507,0.007849702,0.01851082,-0.0049269404,0.02816985,-0.002592211,-0.015838582,0.0040187966,-0.019039702,-0.014850411,0.006339608,-0.020222723,0.027710559,-0.013375112,0.02563679,0.025998656,-0.013034123,0.05241485,-0.018218545,-0.04656933,0.0030219262,-0.056979924,-0.0063813617,0.04656933,-0.000978603,-0.01851082,-0.019151045,0.014655559,-0.022254739,0.01052194,-0.0006758885,0.035462834,-0.004168414,-0.040334105,0.012644421,-0.01764791,0.011767593,0.038441267,0.0006397889,0.024077985,-0.026402276,0.012212967,0.010737668,-0.02364653,-0.0024599906,0.021433583,0.048267312,0.009464179,-0.01838556,0.011503153,-0.018190708,0.024759963,-0.020167053,-0.0063291695,-0.015560224,-0.013563003,-0.0030010494,-0.02211556,-0.009986101,0.008879627,-0.015601978,-0.0041927705,0.0246347,-0.035267983,0.004321511,-0.009498973,0.0066318843,0.027988918,0.02984,0.02417541,0.008949216,-0.014544216,-0.011245672,0.008782201,-0.009937388,0.029283283,-0.008385541,0.0051009143,-0.002816637,-0.017926268,-0.013027164,0.00646139,0.0024947855,-0.0029088433,-0.003310723,-0.013159384,-0.021628432,-0.005142668,-0.01564373,-0.010264459,0.024147574,0.010904683,0.021600597,0.00017256034,0.013757855,-0.015476716,-0.01924847,-0.0058698785,-0.015170522,0.0083925,0.019206716,-0.014752985,-0.043396045,0.009331958,-0.00018865292,0.0013352495,0.019011864,-0.04008358,-0.0041266605,0.020097462,-0.014961753,0.024300672,-0.013228973,0.00052235654,0.010730709,-0.01285319,-0.028392537,0.016868507,-0.005633274,-0.010062649,0.0028044588,0.028183768,0.017466977,0.019805185,0.009429384,0.0061030034,-0.0037926305,0.028754402,-0.014599888,-0.0039805225,0.034711268,-0.0049060634,0.04562291,0.017369552,0.022630522,-0.0021503172,-0.020459328,0.018524738,0.014516381,-0.010549776,-0.020682015,-0.0022216465,0.017063359,0.016673656,-0.0214475,0.007132929,0.04576209,-0.0048399535,0.029728657,0.016798917,0.082282685,-0.019624254,0.010347966,-0.015407126,0.046235297,-0.0015614155,0.017007686,0.014933918,0.027293023,0.03702164,0.004540718,-0.01544888,-0.0016022994,0.016367462,0.005389711,-0.013270727,0.019095372,-0.0042519215,0.0012534818,-0.008009757,0.013194179,0.040334105,0.010208787,0.0018528218,-0.02178153,-0.03615873,0.028615223,-0.025595037,0.0056645893,0.018135037,-0.003402929,-0.0026200465,0.013242892,0.015309702,0.003636054,0.006471828,-0.02398056,0.008420336,0.023020223,-0.0073069027,0.0042032087,-0.03370918,0.01951291,-0.02437026,0.0017275607,0.00034707788,-0.014168433,0.013312481,-0.019582499,-0.033681344,-0.039053656,0.027348693,-0.020389738,0.021865036,0.037912387,0.002849692,0.017202538,0.04476,-0.013354234,-0.00992347,-0.04228261,0.01618653,-0.022881044,0.029366791,0.013409906,0.007940168,0.01778709,-0.03423806,-0.00080071477,0.0071816416,0.0046520615,0.030730745,0.014530298,0.009498973,0.012400858,0.004471129,0.0064439923,0.00852472,0.011579702,0.016896343,-0.04069597,-0.007139888,0.015128768,0.0026339644,-0.03423806,0.042254776,-0.0052922852,-0.013876157,-0.015128768,0.045734253,-0.00056193565,0.01931806,0.029672984,0.030647239,-0.01066112,0.005821166,-0.054864403,-0.012915821,-0.008371623,-0.019902611,-0.0028583908,-0.0107515855,-0.019206716,0.014022294,-0.032818433,-0.026346603,-0.028726567,-0.019554663,-0.00023529967,0.013041082,-0.016130857,0.012226884,-0.0014457229,-0.0048469123,0.019192798,-0.0074530407,-0.009944347,-0.017620074,-0.011816306,-0.02984,0.031621493,0.04108567,-0.04027843,0.0010377542,0.01551847,-0.010146157,-0.009728619,-0.021503171,0.016952015,-0.032261714,0.002437374,0.024161492,0.01411972,-0.061906863,-0.043702237,-0.0011308301,-0.001285667,-0.028949253,0.00499653,0.010173992,-0.02778015,-0.012609627,0.009874757,-0.0020354944,0.030313209,0.049798284,0.017146865,0.007066819,-0.008552556,0.0073556155,-0.0040187966,-0.016590148,0.017814925,0.006273498,-0.0027226913,-0.021600597,0.036019552,0.007446082,-0.0233125,0.012018115,-0.025080074,-0.029478135,-0.044314627,-0.018942276,0.030814253,-0.016283955,-0.009373712,-0.0049652145,-0.008559515,0.021628432,0.007564384,0.005946427,-0.046235297,0.010542817,0.005622836,-0.03156582,-0.017411307,0.020821193,-0.0095755225,-0.025288843,-0.011760634,-0.034321565,0.02044541,0.00028727436,0.018288134,0.023549104,0.031788506,-0.04281149,-0.002578293,-0.0067014736,0.016283955,-0.0016710191,0.0025087034,0.013291604,0.041781567,-0.000712858,-0.00008872668,-0.010417555,-0.022004217,0.016228283,0.003562985,0.008601269,0.035323657,0.038552612,-0.035741195,0.0059429477,-0.010271418,0.012860149,0.01359084,-0.030535895,-0.0038343843,-0.008977052,-0.024091903,0.043813583,0.019137127,0.0031071734,0.008545597,0.025497612,0.044509478,0.0031593656,0.021698022,-0.00772444,0.036687613,-0.04656933,0.019916529,0.027891492,0.01812112,-0.015045261,-0.008489925,0.0053514363,0.03176067,-0.049074553,-0.0035264506,-0.0031785027,-0.03935985,0.0019676446,-0.0067884605,-0.0028931855,-0.022254739,-0.034071043,-0.01905362,-0.000712858,0.015434963,-0.0130967535,0.011009067,0.0050104475,-0.02303414,-0.033987537,-0.0011691045,0.020222723,0.030730745,0.023173321,-0.005267929,-0.02716776,-0.022950634,-0.018023694,0.039220672,-0.027195597,-0.007439123,0.02790541,-0.03944336,-0.008900504,0.008970093,0.000040503295,-0.016812835,0.0059638247,0.005434944,-0.037244327,-0.040194925,-0.0066249254,0.0000657295,-0.018302051,0.011343096,0.0016336148,-0.031482313,0.024384178,0.00095685635,-0.015212276,-0.02271403,0.00009155375,-0.02484347,0.014572052,-0.0013309001,-0.011795429,-0.013576921,0.00014244112,0.0018858769,0.013778731,-0.0339597,-0.017272126,-0.0049060634,0.021698022,0.0061377985,0.01631179,0.024481604,-0.008169813,-0.016256118,0.004293675,0.014558134,-0.011343096,-0.052832387,-0.0132637685,0.027599216,-0.004822556,-0.0032289552,-0.033458658,0.031343132,0.0029088433,-0.025483694,-0.016771082,0.041475374,-0.04214343,-0.008295074,-0.009728619,0.007564384,0.016089104,-0.028044589,-0.0112108765,0.0037265203,0.004029235,0.004415457,-0.024258917,0.032261714,-0.005807248,0.069144174,0.023618694,0.016005596,-0.0036186567,0.023757873,0.002703554,0.01032709,-0.03184418,0.04197642,-0.03763403,0.015629813,0.010382761,-0.013764814,0.009631194,0.008406417,-0.015309702,-0.0067571453,-0.0047320896,0.019164963,0.043201193,-0.01752265,0.026402276,-0.0051009143,0.020682015,-0.0004249312,-0.009631194,0.039526865,0.017564403,0.026012573,0.0014378941,-0.0018876166,0.039164998,0.015379291,0.009171903,0.009422425,-0.026249178,-0.0064022387,-0.019220633,-0.04921373,-0.012463489,-0.032929774,0.022087723,0.026444029,0.005567164,0.00016201318,0.0132637685,0.007265149,-0.025887312,0.0066040484,-0.038747463,0.0065170615,-0.039109327,0.01817679,0.040612463,0.010403638,-0.028559553,0.006941558,-0.0056889458,0.022338245,0.012421735,0.019123208,0.0052366136,-0.024328507,-0.017870598,-0.035602015],"social":"https://www.linkedin.com/in/ianqgrant"},{"title":"chapters of a christian life","description":"a christian blog","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=HJ-zqpX7sjw","youtube_transcript":"Hi. I'm Jessica, and I created a blog called chapters of a Christian Life from my mom share her Christian journey and insights. In the blog, you'll find posts, studies, and devotionals. We have a newsletter set up also for subscriber shipping updates. And to reach a wider audience, we set up a Facebook a Twitter and a TikTok page. And the blog isn't just about sharing my mom's writing, but also about helping too. One day, we donated gas money to someone in need. We even managed to gain fifteen newsletter subscribers which my mom was overjoyed about. Getting to build a site from my mom helped me grow as a developer and seeing how happy she was about it was a total win for me. Thanks for watching and bye.","embedding":[0.058304716,-0.011213501,-0.038403153,0.024403432,-0.0042616795,-0.069284886,0.0020604979,0.027052399,-0.019462356,0.0038259039,0.058798824,0.0013502181,-0.0034192943,0.0034038534,0.0038121785,0.04202661,0.005466067,-0.043481484,0.0029663623,0.041807007,0.036646325,0.00499941,0.0099164685,0.05026174,0.023140714,-0.038567856,-0.028328845,-0.0015543806,-0.0014480102,-0.037661992,-0.013340909,-0.015070287,0.00034313038,0.023566196,0.024828915,-0.009532162,-0.008612572,-0.056877293,0.067033954,0.057755705,-0.012627198,0.027862187,0.015578119,0.06708885,-0.024389708,0.024952441,-0.0001586978,0.0030847422,0.036646325,0.038211,-0.024458334,-0.010623316,-0.009600788,0.014672255,-0.040571738,-0.044908904,-0.03552086,0.059402734,-0.027299453,0.057645906,-0.0046700044,-0.06774766,0.03381893,-0.014809508,0.022934835,0.01302523,-0.015687922,-0.021768192,-0.04532066,0.0019404023,0.05602633,0.02676417,-0.02773866,-0.0013922516,-0.051195055,-0.020272143,-0.037250236,-0.0035822813,0.03486205,-0.05923803,0.032007203,0.03263856,-0.047983352,0.022728957,-0.0285759,-0.020752525,-0.01689574,0.0062758545,-0.04271287,0.02105448,0.025638703,0.040242333,-0.045430463,0.001217255,0.051689163,0.008900803,-0.021905445,0.025295572,0.018089835,-0.030387627,0.06752806,-0.04597947,-0.0074596545,-0.020272143,0.04842256,-0.012256618,-0.0067630997,-0.03376403,0.05053624,-0.050508793,-0.14373046,-0.02076625,0.03316012,-0.0070616235,0.01947608,-0.030771933,-0.010417438,-0.02618771,0.019201577,-0.01749965,-0.030497428,0.009840979,0.022248574,0.00781651,0.055861626,-0.019723134,-0.024046578,-0.012887977,-0.055202816,0.026777895,0.046116725,0.012037014,0.026146535,-0.06824177,-0.013011504,-0.02197407,-0.000041175645,-0.034642443,-0.03447774,-0.009484123,0.018007483,-0.042877574,0.039775673,-0.0060699764,0.006234679,-0.022097597,-0.016250655,0.015372241,-0.019846661,-0.023483844,-0.022536803,0.0013527916,-0.035383604,0.020917227,0.027793562,0.023909325,-0.0054592043,0.02039567,-0.050151937,-0.006468008,0.030799383,-0.014274224,-0.015646746,-0.00381561,-0.04521086,0.002563184,-0.0019712842,0.0026060753,-0.046281427,-0.022056421,-0.03373658,-0.006776825,-0.013196794,0.01881727,-0.00463226,-0.06593593,0.021452513,-0.033516977,0.0027673466,0.049465675,-0.025034793,-0.020148616,-0.05435185,0.02326424,-0.06697905,0.013217382,-0.00028544158,-0.0038808046,0.00797435,0.021699566,-0.042328563,0.005593025,0.008866489,-0.02200152,0.04842256,-0.053995,0.0573165,0.063465394,-0.039583523,0.057755705,-0.019311378,0.026901422,0.028164143,0.026023008,-0.01778788,0.0061969347,-0.052595027,0.01147428,-0.0065194773,-0.0383757,0.06577123,0.0054248916,-0.0413129,0.010362538,-0.006063114,-0.0043405993,-0.016964367,-0.014933035,-0.025473999,0.010239011,-0.040571738,0.019860387,0.030607231,0.008818451,0.050206836,0.027464155,0.068351574,-0.0382659,0.014047758,0.01620948,0.035987515,0.019572157,-0.053775392,0.002015891,0.0100331325,-0.03000332,-0.025309296,-0.030058222,0.04386579,0.00022089019,0.0076861205,0.015838899,0.031458195,0.03628947,0.027313178,0.013972269,-0.041065846,-0.0702731,0.00021820948,0.05347344,0.032803264,0.02937196,-0.004278836,0.0046391226,0.038677655,-0.008715512,0.022797583,0.016882015,0.00016770497,-0.04713239,0.046116725,0.01712907,-0.0046597105,-0.0064988895,-0.034120884,-0.005229307,0.0042273663,-0.0034930673,0.022248574,-0.031375844,0.003997469,-0.028109241,0.043563835,0.014315399,0.0062724235,-0.0054008723,-0.030991536,-0.0020845172,0.06752806,0.010664492,-0.019929012,0.01270955,-0.010760569,-0.028438646,-0.015674196,0.012428182,0.02613281,-0.04847746,-0.0054248916,0.025487725,-0.06039095,-0.014397751,-0.02318189,0.0048827454,0.023826974,0.015276165,0.056438085,-0.03757964,-0.009189032,0.03634437,-0.04079134,-0.011597807,-0.014191872,0.007905724,-0.011590945,0.017705528,0.051167604,0.0030847422,0.042410914,0.02647594,0.01052724,0.029838618,0.044826552,-0.012647786,-0.0022646606,0.023593646,0.034724794,0.019942738,0.05275973,0.018872172,-0.007487105,-0.017252596,-0.04254817,-0.027875913,-0.031595446,-0.0175271,0.021562314,0.016387908,0.034120884,-0.008990016,0.005994488,-0.06297129,-0.004199916,-0.017719254,0.030305276,-0.0478461,0.018281987,-0.01918785,-0.008317481,0.0054454794,-0.04323443,-0.055038113,-0.04285012,-0.020203518,0.004820982,0.0047592185,-0.006299874,-0.007747884,0.006560653,-0.010801745,-0.005864098,0.017170245,0.015756547,-0.025021067,-0.008248854,0.013992857,0.024966167,0.0016736184,0.02449951,0.030854285,-0.010623316,0.0010302489,0.0029989595,0.036756128,-0.018378064,-0.01497421,-0.041559953,0.035548307,0.015989875,0.0018546197,0.016387908,-0.014452652,0.05846942,-0.0016075659,-0.05973214,0.009388047,0.062586986,-0.012531121,-0.027148476,0.0111517375,0.04145015,-0.020615274,0.012572297,-0.023662271,0.040242333,0.036701225,0.015962426,-0.022879934,-0.004124427,0.034011085,0.026366139,-0.02673672,0.022811309,-0.009072367,-0.018611392,0.024911266,0.009950781,0.04781865,0.00863316,-0.043014824,0.05341854,0.027587684,-0.024375983,0.027217101,0.03491695,0.008976291,-0.0510029,-0.031156238,0.030497428,-0.034724794,-0.0070822113,-0.07290834,0.054406755,0.019023148,-0.05031664,-0.026983773,0.0017130785,-0.007747884,0.05465381,0.011364479,-0.053802844,-0.028411197,0.01371149,-0.028603349,0.0008990016,0.0222623,0.1020058,-0.015536943,0.0004958234,-0.004295992,-0.024225006,0.024375983,0.014205598,-0.04274032,-0.0005044017,-0.03881491,-0.014315399,0.005668514,0.006337618,-0.03895216,-0.01787023,0.02108193,-0.03255621,-0.00017435313,-0.008344931,-0.03950117,0.01695064,-0.050426442,-0.068626076,-0.011275264,-0.006718493,-0.04534811,0.030799383,0.010925272,-0.060720354,0.0021805936,-0.0017825624,-0.037277684,0.011899762,-0.04065409,-0.018872172,0.038403153,-0.0033197864,0.023964226,0.012126228,0.005363128,0.027601408,-0.01684084,-0.025542626,-0.030771933,0.0051538185,-0.015550669,-0.020587822,0.008969428,-0.08251599,0.0080155255,-0.051085252,-0.0017774154,-0.011426242,0.0073910286,-0.05045389,0.041285448,0.009278245,0.03637182,-0.0051915627,-0.015907524,-0.013615414,0.011755647,0.031046437,-0.001252426,0.02165839,0.05418715,0.018021207,-0.015866349,-0.006907215,-0.047983352,-0.016017327,-0.013821292,0.011048798,-0.024252456,0.018076109,0.05407735,-0.034093436,0.039363917,0.015619295,-0.01844669,-0.006615554,-0.008441008,-0.02263288,-0.000547293,-0.044195194,-0.03626202,0.032062102,-0.003558262,0.017774154,-0.011796823,-0.005085192,-0.009291971,-0.009038054,0.01229093,-0.021178007,0.0013819577,-0.029426862,-0.0017388132,0.013828155,-0.022715231,0.002202897,-0.007452792,-0.027573958,0.035438508,-0.02616026,-0.013615414,0.0028359727,-0.005126368,-0.035328705,0.045101058,-0.0034741953,-0.014150697,-0.02292111,-0.017389849,-0.012627198,0.025350472,0.0067356494,0.009044917,-0.011453692,-0.012242892,0.031650346,-0.0012833077,-0.015866349,0.055779275,0.050151937,-0.0064645763,0.03757964,-0.032281708,-0.0019609903,-0.018048659,0.001705358,-0.025117144,0.01623693,-0.00088270294,-0.036152218,0.0064885956,0.029673915,0.041093294,-0.025281847,-0.007363578,0.0130595425,-0.00892139,-0.06780256,-0.0028325412,-0.004697455,-0.02331914,-0.0012181129,-0.035767913,0.030881735,-0.03491695,-0.018995699,-0.03425814,0.034889497,0.027532782,-0.021095656,-0.010108621,-0.011014486,-0.0011855154,-0.031622898,0.0072537763,0.019517256,-0.036509074,0.048614714,0.01005372,-0.019229027,-0.0010045142,-0.024279905,0.018858446,0.02352502,0.005057742,-0.035932615,-0.03768944,-0.03955607,-0.042218763,0.03579536,0.023854425,-0.017170245,-0.04836766,-0.0054935175,0.018405514,-0.004381775,-0.058963526,0.03442284,0.006121446,0.007349853,0.024938716,0.0006172058,0.015550669,0.014603629,-0.0022166222,0.019860387,-0.007624357,0.043124627,-0.0052601886,-0.028136691,-0.025693603,0.03376403,0.032885615,-0.008777276,0.0043989317,-0.043481484,-0.015207538,0.008482183,0.025487725,0.012647786,0.0090311915,0.019681958,0.024403432,-0.0073910286,-0.040407035,-0.0014814654,0.029289609,0.0019146675,-0.020752525,0.024293631,0.0013442133,-0.006900352,0.0024465197,0.015358516,0.014047758,0.022207398,0.017389849,0.0023538745,-0.03123859,0.021452513,0.05599888,0.035109103,0.0076380824,0.0020484885,-0.030113123,-0.026009284,0.0017027846,0.039748225,-0.0031756717,-0.027985714,0.044359896,-0.012963466,-0.0027965126,0.00010074094,0.055120464,-0.012325243,-0.03263856,-0.029481763,0.015358516,-0.029124906,-0.013917369,0.037881594,-0.035246354,0.019270202,0.0075488687,-0.0017962876,-0.013004642,0.048010804,-0.010561553,-0.0024019126,0.026311237,-0.011968388,-0.016936915,0.038018845,-0.015111462,0.00080078054,-0.012881115,0.009511574,0.00302641,-0.0045361836,0.004896471,0.02102703,-0.011618394,-0.027093574,-0.021287808,0.004982253,0.018762369,0.005846942,-0.09261775,0.0011700746,-0.0041141333,-0.015962426,-0.0063513434,-0.008365518,-0.019530982,-0.019380003,-0.0032322882,-0.012503671,-0.02010744,-0.014095796,0.00565822,-0.011707609,0.006073408,-0.044112843,-0.009408635,-0.036591426,-0.0446344,0.004834707,-0.012318381,0.008324343,0.014562453,0.021905445,-0.038924713,0.01631928,-0.028219042,-0.00973804,0.008749825,-0.020876052,0.0026386727,-0.009086093,0.03502675,0.007830235,0.004481283,0.008454733,0.032034654,-0.024568135,-0.024458334,-0.03683848,-0.011755647,-0.01244877,0.0012901702,-0.0059361556,0.023140714,0.043618735,0.020930953,-0.012839939,0.040571738,0.0007390171,-0.005723415,0.0014806077,0.012730137,-0.010568416,0.009216482,0.0024722544,0.024142655,0.009463536,0.007089074,-0.00021274084,-0.017568275,0.0082351295,0.031513095,-0.005253326,0.036097318,-0.02762886,0.028493548,0.020244693,0.0037298272,0.00042591058,0.025295572,0.018336888,-0.020436846,0.0021823093,-0.009539025,0.018295713,-0.028164143,-0.02142506,0.01721142,0.0030092534,-0.036728676,-0.009792942,0.0075969067,0.017568275,0.01723887,0.0028925892,-0.017746704,0.0079469,0.009758628,-0.021178007,-0.058194913,0.0050989175,-0.019311378,0.010300774,0.018652568,0.017183969,-0.005977331,-0.004381775,-0.027615134,0.010307637,-0.00030538606,0.0042307978,-0.027285729,-0.013265421,0.012428182,-0.020354494,0.016538884,-0.06176347,-0.0040626638,-0.0007008438,-0.008482183,0.009113543,-0.0046391226,0.004831276,-0.009902743,-0.017348671,-0.046693183,0.012798764,0.025391648,0.028383745,0.0014814654,0.06763786,0.015852625,-0.016497709,0.0035136552,-0.011254677,0.010623316,-0.030717032,0.034807146,-0.0119478,-0.007329265,0.019832937,-0.002247504,0.030195475,-0.02105448,0.0113782035,0.045046158,-0.033516977,-0.032254256,0.028740602,-0.00889394,0.02352502,0.0032511605,-0.033544425,-0.015866349,-0.021877993,0.0034072846,-0.0031327803,0.01623693,-0.022509353,-0.018899621,0.0011940937,0.001532935,0.009573338,-0.014136972,-0.0077067083,0.04586967,0.02986607,-0.017046718,-0.009168444,-0.0073361276,-0.017334947,-0.043069728,-0.011419379,0.026462216,-0.00815964,-0.04328933,0.024307357,0.02865825,0.0033678247,0.05918313,-0.020464296,0.009758628,0.003307777,-0.0317876,0.011687021,0.03121114,-0.042356014,-0.046775535,-0.010177247,0.03307777,0.033516977,0.0059258617,-0.022070147,-0.020162342,-0.039885476,0.04271287,0.009408635,0.013677177,0.0031808186,0.01002627,-0.004405794,-0.0033987064,0.011295852,-0.042575616,-0.011364479,0.004278836,0.010822332,0.029015105,0.016854564,0.030360177,-0.0017559697,0.011172325,-0.0030590075,0.0069792722,-0.03628947,-0.00068197167,0.002184025,-0.0039425683,-0.019407455,0.01787023,0.001902658,-0.021150557,-0.0064336946,-0.006502321,-0.0012695824,0.02303091,0.008694924,0.013992857,0.014535003,0.017376123,-0.00860571,-0.00011258966,0.02578968,-0.011124287,-0.01815846,-0.015138913,0.0016796233,0.03697573,0.039226666,0.011323303,0.0072537763,0.0119478,0.005840079,0.06912018,0.010115484,-0.006354775,0.0071576997,0.0072880895,-0.007349853,0.016127128,0.018652568,-0.001325341,-0.012620335,0.012908565,-0.0012429898,0.042657968,0.03395618,0.015523219,0.029811168,-0.0072606388,0.02289366,0.012064464,0.04015998,0.002858276,-0.0207937,-0.022028971,-0.010348813,-0.03568556,0.040379584,0.029591564,-0.014905584,0.036152218,-0.01844669,0.0002092023,-0.01052724,0.0075694565,-0.0026232318,-0.02518577,0.0099164685,0.036536522,-0.005846942,-0.007432204,-0.0046768673,0.03941882,0.038018845,-0.035822812,0.021123106,-0.005208719,0.03118369,-0.03252876,0.021781918,0.052402873,0.012009564,-0.032803264,-0.017087894,-0.0060699764,-0.039748225,-0.014219323,0.0032099849,-0.01841924,0.034669895,-0.04636378,0.02449951,-0.0062484043,-0.013018367,-0.018501591,-0.0150840115,-0.029015105,0.029097456,0.041861907,0.0019781466,0.008845901,0.006334187,-0.0053596967,-0.011227226,0.023072086,0.046748083,-0.0057096896,-0.01566047,-0.034093436,0.011680158,-0.018391788,0.019050598,-0.019091774,-0.0059567434,0.0056273383,-0.016936915,-0.009168444,-0.015934976,-0.01944863,0.02171329,-0.044195194,-0.010506652,-0.02739553,0.011693884,-0.024087753,0.029097456,0.018680017,0.028987655,0.0022166222,0.030909184,0.033324823,0.0010285333,0.032748364,-0.04724219,0.032803264,0.010561553,-0.03697573,0.03329737,0.012510533,-0.046171624,-0.0446344,0.013889918,0.035328705,0.0064405575,0.020478021,-0.009360597,-0.02713475,0.05591653,0.022166222,0.037003182,0.0015174941,-0.0010336803,0.004124427,0.022413276,-0.023511294,0.013382085,0.018830996,-0.0051572495,0.03491695,-0.024568135,0.013546787,0.0009624807,0.005339109,0.014535003,-0.014672255,0.030277826,0.0044092257,0.020519197,-0.0025494588,0.007885137,0.018597666,-0.0091409935,0.010774294,-0.022674056,-0.012496809,0.02576223,-0.027230827,-0.013656589,0.005695964,0.019874113,0.0059567434,-0.0025271552,0.001868345,-0.023991676,0.008859627,-0.016634962,0.008845901,0.011110562,-0.004182759,-0.023675997,0.01749965,-0.015097737,0.020258417,0.004594516,-0.0052224444,0.04902647,-0.000581606,0.02578968,-0.00275019,0.005874392,-0.00018464704,0.002218338,-0.0037332587,-0.03884236,-0.01336836,-0.011899762,-0.0075625936,0.02381325,0.02550145,0.026750445,-0.0036852204,0.019723134,0.016772212,-0.0065469276,0.018954523,-0.011872311,0.018734919,-0.01386933,-0.01942118,0.004165603,-0.028273944,-0.0023916187,-0.021232909,-0.011117425,-0.008742962,-0.019407455,0.026009284,-0.057591002,-0.00027021518,-0.012242892,0.0026695544,0.018981973,-0.0021308397,0.027258277,0.009902743,-0.007034173,-0.028109241,0.01697809,0.003115624,0.0009641964,0.0007677542,0.038512953,0.019091774,-0.025611252,0.014919309,-0.0131762065,0.083888516,-0.003939137,0.030442528,-0.022427002,0.011206638,-0.0050543104,-0.007898862,0.020436846,-0.026173986,0.014836958,-0.010204698,-0.012174266,0.020409396,0.017115343,0.013251696,-0.016442807,-0.004392069,0.025405373,0.011481143,-0.03513655,-0.007905724,-0.010781157,0.022166222,-0.00310533,-0.027670035,-0.006347912,0.018981973,-0.030497428,0.012599748,0.030442528,0.035493407,0.014836958,0.02423873,0.015248714,0.014356575,-0.015962426,-0.004199916,-0.0045361836,-0.007192013,0.018940797,0.009950781,0.009820391,0.006639573,-0.0074253418,0.011508593,0.0017268037,-0.0060116444,-0.019283928,-0.027917089,-0.041285448,-0.0075625936,-0.024403432,0.010987035,0.0005284208,0.004203347,0.009353735,-0.002410491,0.060885057,0.0039116866,0.007240051,-0.018144734,0.038760006,-0.017774154,-0.032254256,0.020917227,-0.011638982,-0.026805345,0.0030984674,0.0019781466,-0.04073644,-0.035273805,0.03302287,0.0010576994,0.022536803,-0.032995418,-0.020519197,0.001784278,-0.008983154,0.017115343,-0.012599748,-0.023826974,-0.0013184785,-0.009189032,0.017087894,0.005366559,-0.0021153989,-0.0010045142,-0.0014857546,0.033269923,0.0013193364,-0.014178148,0.00892139,0.008887077,0.03170525,-0.0033866968,0.0020090283,-0.0542146,-0.029591564,-0.03889726,-0.0022663763,-0.006831726,-0.039144315,0.03777179,0.022111323,0.014754606,-0.010431164,-0.04586967,0.0062381104,-0.030168023,0.00054857973,-0.032885615,-0.0046288287,0.0009195894,-0.013066405,0.023470119,-0.015152638,-0.02865825,0.012373282,0.0029577839,-0.04282267,0.031403292,0.0034930673,0.024828915,-0.011886037,0.008557672,-0.009195894,0.0013708059,0.021123106,0.03895216,-0.0040283506,-0.010307637,0.048916668,0.009566475,0.0053253835,0.00810474,-0.008557672,-0.0067630997,0.008839039,-0.026983773,0.0074596545,0.0031842499,0.006776825,-0.029756267,0.0028428352,-0.0014385742,0.023250515,-0.006145465,0.00037401213,-0.0014428633,-0.007933174,0.016456533,0.0059121368,0.027464155,0.007933174,-0.022770133,-0.02937196,0.0044504013,0.031540547,0.009545887,-0.00069827033,-0.017005542,-0.002681564,0.012592885,-0.007363578,0.010925272,-0.012380145,-0.00018014346,0.008310618,-0.010204698,-0.002660976,-0.009744903,-0.020230968,-0.024719113,-0.01684084,0.0069312337,0.0019678527,-0.035246354,-0.014933035,-0.00088098727,0.03236406,-0.03255621,-0.0057440028,-0.015523219,0.010540965,-0.020615274,-0.019174125,0.0071096616,-0.020862328,0.00086983555,0.009525299,-0.0015174941,-0.029454311,-0.0007866264,-0.031430744,0.011220364,-0.0057542967,-0.0066224164,-0.035548307,-0.027354354,0.03637182,0.0054557733,-0.019805485,-0.029783718,0.018501591,-0.014562453,-0.010945859,-0.029564114,0.033352274,0.01242132,0.047489244,0.02036822,0.04065409,-0.0005146956,-0.023593646,0.023113262,-0.0057302774,0.0019575588,0.0054592043,0.030140573,-0.026393589,0.019242752,-0.0058572358,-0.004481283,-0.052073468,-0.008269442,0.00763122,-0.0019266771,-0.017142793,-0.025309296,-0.004155309,-0.016854564,-0.01336836,-0.020876052,0.010733118,-0.006653298,0.014905584,-0.04696769,-0.022674056,0.009017467,0.0016092815,0.008358656,-0.018268261,0.006917509,0.024705388,-0.008255717,0.028328845,-0.016964367,0.018803544,-0.0030813108,-0.0016230068,-0.014246774,0.029673915,-0.0045910846,0.004652848,-0.0021720154,0.050893098,0.013793842,-0.0073155398,0.03626202,0.0020759387,0.0025854874,0.005733709,0.034669895,-0.017595727,0.025611252,0.020313319,0.01270955,-0.008626298,-0.015015386,0.029097456,-0.0022046128,-0.015687922,0.0028205318,-0.030195475,0.0064783017,-0.008118465,-0.014836958,0.04224621,0.023154438,-0.013004642,-0.038540404,0.018721193,-0.05163426,-0.006457714,0.010945859,-0.020491747,-0.0041587404,0.012805626,-0.014576179,-0.012009564,0.017719254,0.020409396,-0.025144594,0.032089554,0.044250093,0.015029111,-0.01781533,0.0059464495,0.029042555,-0.02762886,0.032940518,-0.028411197,0.017938856,-0.0049033333,0.047351994,0.031101339,0.052018568,-0.009243933,0.0011812263,-0.011577219,-0.0013373507,-0.030332725,0.060061544,-0.040461935,-0.0085782595,-0.024513235,0.010671355,0.0017413867,-0.0037126709,-0.0039803125,-0.0069380966,-0.010383125,0.0034124316,0.006279286,-0.009724315,-0.01084292,0.0024791171,-0.02131526,0.046034373,0.009779216,-0.009065505,-0.0017911406,-0.0049170586,-0.027944539,0.030607231,-0.0090243295,-0.0015844045,-0.01626438,-0.022852484,-0.01342326,0.017595727,0.022276025,0.02768376,-0.003702377,-0.009298833,0.016085953,0.013375223,0.018680017,0.008516496,0.030195475,0.0128330765,-0.0048278444,0.012476221,0.008907665,-0.0254191,0.0060356637,0.021136831,0.0035136552,0.0048175505,-0.004982253,0.013615414,-0.0016272959,-0.022303475,-0.015674196,-0.0103762625,-0.0008702644,-0.015811449,0.0031808186,0.023799524,-0.027381804,0.00049367885,-0.025281847,0.002942343,-0.0040592323,-0.021891719,0.00278965,0.0041209958,0.027917089,0.010499789,-0.004971959,0.007349853,0.0022577979,0.015399692,0.012071327,-0.0027862187,0.034587543,-0.02223485,-0.0014325693,-0.006766531],"social":"https://twitter.com/aeoncat"},{"title":"#justforthemems","description":"empowering travel through memories","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=2JqgRRU-mD0","youtube_transcript":"Hey, guys. My name is Kelly, and I'm working on just for the MEMS, which is a website that helps you make virtual travel postcards. Let me show you guys how it works. This is our website with each postcard. And so if you click into a postcard, So let's say we click into Italy. You can see that the postcards it into the cities that I traveled to with pictures, captions, texts, and also there's an option to add a video or a vlog, and you can also add any kind of documents. Documents can include maps recommendations in itineraries. So for example, we're in my Italy postcard and you can click here and you're taking to a map of Italy and so all of my movement, all of the places I went to eat and drink and that I recommend are documented in a single easy to view map. We currently have a total of eleven postcards from eight unique users. So initially, it was really hard because I was just making these postcards myself with my own memories from my travels, but then a lot of my friends were asking me for a recommendation. And so that's how we got our initial users because my friends were seeing I postcards and then they also wanted to make their own. So have you been on a trip recently? If so, you can save memories with the postcard on just for the MEMS.","embedding":[-0.036068227,-0.011237336,-0.0026771745,0.01672007,-0.011479,-0.04059941,-0.011093849,0.018759102,0.027428769,0.0047162073,-0.00041748254,-0.03957234,-0.06307408,-0.04579517,-0.0043461607,-0.020178873,-0.052169032,0.0064154016,-0.019317947,0.023985067,0.04519101,0.026582947,-0.004489648,0.0058225715,0.011894358,-0.04633891,-0.06645737,0.017913282,-0.033379722,-0.05047739,0.0066797207,-0.021704372,-0.010497243,-0.009349343,-0.032201614,0.032322448,0.0067137047,0.038454648,0.016553925,0.033470348,-0.007748325,0.01354824,0.054434624,-0.016659653,-0.10645262,0.00949283,-0.021054903,0.034104712,0.004100722,0.046701405,-0.0566398,0.017022148,-0.01856275,0.016810693,0.023698093,-0.083132125,0.0030340054,-0.002018265,-0.026386596,0.05824082,0.051987786,-0.0029433817,0.04389207,-0.010618075,-0.0073103104,-0.027020961,-0.01641799,0.031023508,-0.05364922,-0.002018265,0.055129405,0.0016076263,-0.010353756,-0.0019502972,-0.03498074,-0.041958764,-0.01986169,0.026190244,0.036944255,-0.051625293,-0.008798049,0.017807554,-0.010920154,0.019030973,-0.049752403,-0.022519985,-0.011426136,-0.05380026,-0.022217905,0.018230464,-0.046671197,0.061140776,-0.024302252,0.041112944,0.04836284,0.039995253,-0.07515724,-0.009152992,0.021749685,0.016327366,-0.014884939,-0.040810864,-0.026915234,-0.012619347,0.030917779,-0.014877388,0.026885025,0.0447681,0.010663386,0.005135342,-0.10965466,-0.013344337,-0.009273823,0.014794316,0.053286724,0.024997033,0.02292779,-0.037095293,-0.025435047,-0.02720221,-0.06567196,0.019801274,0.048544087,-0.03640051,0.015708106,-0.043801446,-0.069901064,-0.009802462,-0.0041309297,-0.03156725,0.050386768,-0.025268903,0.07406975,-0.02927145,0.0073480704,0.010633179,-0.028561564,-0.011584727,-0.02353195,0.014250574,0.03498074,-0.008088164,-0.009017057,0.014227918,-0.00009280667,-0.059509553,-0.040720243,0.030509973,-0.0016066823,-0.0474566,-0.010225372,0.017309124,0.021523124,-0.0053392453,0.022701232,-0.0012262517,0.020873655,0.0007065815,-0.043559782,0.06111057,-0.02609962,-0.0089944005,-0.011154265,-0.032020368,-0.07612389,0.042653546,-0.025963685,-0.014363853,-0.036491137,-0.029014682,-0.053467974,-0.08017175,0.007589733,0.026205348,-0.0046708956,-0.03199016,-0.0064795935,-0.06228868,-0.047819097,0.0025393511,-0.059177265,0.029437592,-0.05866373,0.0032039247,-0.07968842,-0.005388333,0.0057999156,0.03374222,-0.023894444,-0.009545694,-0.028954266,0.03268494,-0.0079748845,-0.013193298,-0.0032624525,-0.033591177,0.063013665,-0.0037948666,-0.0030434453,-0.010988122,0.0063700895,0.015270091,0.03800153,0.034648456,-0.005105134,0.012075606,-0.003991218,0.01649351,0.0046557914,-0.003432372,0.06265117,0.012521172,0.01538337,0.012143574,0.006075563,-0.00620017,-0.024090795,0.020375224,-0.005040942,0.030721428,-0.030796949,0.026552739,0.04760764,-0.015058635,-0.001144124,0.045916,0.041686893,-0.06627612,-0.011924566,-0.00074953336,0.022897584,0.059298094,0.011237336,-0.018321088,0.023441326,-0.007838949,0.013835215,-0.03630989,-0.015398474,0.033802632,0.04059941,0.028803227,-0.0043725925,0.010512347,-0.018185152,-0.01829088,-0.07986967,-0.027700638,0.015708106,0.03268494,0.079809256,-0.01806432,0.0024128556,0.015005771,0.031597458,0.038122363,-0.033228684,0.056579385,0.020148665,-0.01978617,0.032231823,0.015247434,-0.018170048,-0.014514893,-0.039209846,0.017762242,-0.04763785,0.011350616,0.011735767,-0.032443278,-0.02100959,-0.013805008,0.01381256,0.03283598,0.006521129,0.034044296,-0.031083923,-0.01856275,0.039179638,0.024392875,0.024468394,-0.02889385,-0.0037873148,0.042865,-0.0031944849,0.015481546,0.040508784,-0.018577855,-0.04259313,-0.029346969,-0.03498074,-0.030434454,-0.008654562,-0.0021372086,-0.010421723,0.011584727,-0.043680616,-0.004742639,-0.010210268,0.035161987,-0.024332458,-0.07413017,0.020012729,0.023547053,-0.011448792,0.039330676,-0.022368945,0.0073745023,-0.012498517,0.0007972052,-0.010482139,-0.02165906,0.053890884,-0.012302165,-0.0032284686,-0.031355795,0.04661078,-0.0013593553,0.01400891,-0.05564294,0.028908955,-0.014333646,0.033319306,-0.022444466,-0.015443786,-0.001982393,0.0044065765,-0.01209071,0.00397989,-0.04718473,0.028999578,-0.029135514,0.005781036,0.006864744,0.006615529,-0.017505474,-0.019272637,-0.0006485257,0.023849132,0.038212985,0.0060491306,-0.033500556,0.02200645,0.04887637,0.0133669935,0.028531356,0.010368859,0.0055960123,0.0032114768,-0.04694307,-0.02292779,0.019151805,0.0058187954,-0.018547647,0.007937124,0.004863471,-0.024332458,-0.003441812,-0.0018247456,0.00032898286,-0.0066759447,-0.012105813,0.02912041,0.0029735896,0.0058905394,0.015934665,-0.049994066,-0.00738583,-0.009243616,-0.003084981,-0.0128534585,-0.014869836,0.0470639,0.021674164,-0.011728215,-0.0061322027,0.021553332,0.021613749,-0.012800595,0.013064914,0.071351044,0.00008944369,-0.010361307,-0.018517438,0.023667885,0.015179466,0.027881887,-0.018834623,-0.051957577,0.022746544,-0.008390242,-0.025555879,-0.032775566,-0.0019059293,0.029452696,0.07364684,0.027217312,0.030600596,-0.038212985,-0.031627666,0.014046671,-0.008163683,-0.024634538,-0.012007638,-0.007748325,0.031748496,-0.009356895,-0.016599238,0.054676287,0.021840308,-0.0062077222,-0.068209425,0.043529574,0.01086729,-0.013404753,0.023637677,0.012453204,0.016115911,0.05594502,-0.045825377,-0.037095293,-0.037095293,0.012226645,0.004587824,0.023547053,-0.0011743319,0.042502508,-0.03984421,-0.002520471,-0.09497362,-0.056126267,0.00853373,0.058482483,0.031023508,-0.0035890755,-0.013842767,0.02495172,0.01251362,0.029135514,-0.026311075,-0.0147339,0.009621214,-0.036944255,0.027700638,0.02013356,-0.03229224,0.00035777476,-0.0066457368,-0.008095715,-0.0017898177,-0.033047438,0.021266358,-0.0038269626,0.030479765,-0.01978617,-0.038122363,0.0009185088,-0.0032643406,-0.009092576,-0.016704965,-0.006305898,0.016780484,-0.0138729755,0.03229224,0.020042937,0.02200645,-0.049118035,0.010225372,0.02360747,-0.012815699,0.014318542,-0.024906408,0.008246755,0.026733987,-0.043771237,-0.051323213,-0.008231651,0.036491137,-0.018502336,0.025238695,0.02288248,0.005369453,0.0013451952,-0.01323861,0.004195121,0.012271957,-0.005410989,-0.008745185,0.025495462,0.045402464,0.0024543914,0.07165313,0.009243616,-0.018396607,-0.010482139,-0.018925246,0.04274417,-0.055763774,0.0012149237,-0.012543828,0.0027187106,0.014990668,-0.0050220625,0.06494697,0.028833434,0.008941537,-0.050265934,-0.0087753935,0.026341284,0.005694188,-0.06579279,0.0017454498,0.0026186467,-0.038394235,-0.030056855,-0.025586085,-0.012936531,0.052863814,-0.0060604587,-0.03984421,-0.0367328,0.0024997033,0.0013678512,0.0050484943,0.012438101,0.018623166,-0.05905643,-0.029437592,-0.028183965,0.007106407,-0.023139248,-0.004327281,0.013880528,0.01446203,0.0067930003,-0.026643362,-0.032956813,-0.0417171,-0.003911922,-0.017354434,0.030570388,-0.0034757957,0.02744387,-0.00078162923,-0.014650828,0.01247586,0.013525585,-0.007038439,-0.014620621,0.001702026,0.008495971,-0.00023670717,0.0417171,-0.034437,0.030162582,0.011743319,-0.018925246,-0.0015500425,0.010950361,0.023365807,-0.0025261352,-0.0029263897,0.000564982,0.051323213,-0.00017994936,0.045221217,0.001418827,0.013555792,-0.008231651,0.0037344508,-0.013502928,-0.013412305,0.0017152419,-0.012928979,0.0026035428,0.008941537,-0.01806432,-0.027896991,-0.037518203,0.055038784,-0.026356388,0.027111584,0.017852865,-0.0012158677,-0.024136107,0.01599508,-0.025767334,-0.03498074,0.017852865,0.0021070007,-0.018200256,-0.0029962454,-0.018472128,-0.013706832,0.0027526943,0.05896581,-0.007491558,0.015141707,-0.01297429,-0.0062077222,-0.016236743,0.000026004158,-0.03612864,-0.0023354478,0.0109579135,0.03573594,-0.03256411,-0.00799754,0.0018993213,0.00043329448,0.0060944427,0.0183664,-0.017535683,-0.032080784,0.0012555156,0.011343064,0.017082565,-0.017309124,0.003151061,0.0032058128,-0.011124057,-0.03658176,0.025933476,0.0024657194,0.0101423,0.016040392,0.002290136,-0.034648456,-0.043348327,-0.0076690293,0.035826564,0.015949769,0.017248707,0.018124737,-0.005452525,0.0055393726,-0.00078210124,0.030132374,0.020964278,-0.024136107,0.0044065765,-0.021281462,0.037095293,-0.011139161,0.033077642,0.0097193895,0.0023429997,0.041082736,0.02625066,-0.0049616466,-0.017158084,-0.016463302,0.032473486,-0.018336192,0.009998813,0.028425628,-0.010648282,-0.0024940392,0.011894358,-0.0050069583,-0.019680442,0.03340993,-0.011071193,-0.03241307,-0.0075557493,0.06337616,0.015662793,0.0021070007,-0.02158354,0.02732304,-0.052320074,-0.02674909,-0.01006678,0.008933985,0.032050576,-0.017369539,0.010580315,-0.036189057,0.008594146,-0.020103354,0.015557066,0.009515487,-0.021508021,0.014363853,-0.00089915685,-0.029649047,0.0043801446,-0.025616294,-0.009726942,-0.018728895,-0.0075481976,-0.0077332207,-0.001687866,0.020888759,0.013963599,-0.007419814,-0.007072423,-0.02273144,0.009001953,-0.07086772,-0.0073480704,-0.0055544763,-0.02782147,0.0040214257,-0.004334833,-0.032956813,-0.01071625,0.026401699,0.023365807,0.028032925,0.00041488654,-0.018034114,-0.009394655,0.021372085,0.009326687,0.005448749,-0.039934836,-0.0054676286,-0.004867247,0.011879254,-0.0111769205,0.05464608,-0.02407569,-0.025722021,0.011063641,-0.021190837,0.0022202802,0.03772966,-0.0053014853,0.012626899,-0.0029565976,0.005173102,0.020647096,-0.0024600553,-0.0030925332,-0.0012404117,-0.061775144,-0.0027526943,-0.012392788,-0.043378536,-0.0332891,0.008579042,0.000846765,0.024241835,0.027187105,-0.000085903695,0.011259993,-0.01530785,-0.06050641,0.013842767,-0.02383403,0.016387783,0.004006322,0.027428769,0.0023033519,0.0038307386,-0.0055091646,0.00838269,-0.0034757957,0.048302423,0.04960136,0.067786515,0.0031831567,-0.0019030974,0.02912041,0.019589819,-0.012740179,0.027730847,0.009356895,0.02307883,0.020783031,-0.0067288084,-0.0014546989,0.01676538,0.02877302,-0.047245145,0.023396013,-0.007619941,-0.020360122,0.01523233,0.0030755412,0.01786797,0.042260844,-0.03646093,0.03383284,-0.058422066,0.013268817,-0.027036065,-0.009772254,-0.028138652,0.0070120073,-0.02777616,-0.0016689862,-0.030132374,-0.0058792112,0.019831482,-0.005709292,-0.058724146,-0.043559782,0.027685534,-0.016161224,-0.034104712,-0.034527622,0.024196522,0.0044216807,-0.0015462666,-0.050265934,-0.008511074,-0.0061246506,0.019257532,-0.030222997,0.010874842,-0.036611967,-0.010821978,0.027353248,-0.019076286,0.0067703445,-0.0024090796,0.0010752123,-0.009100128,0.023562158,0.001139404,-0.033621386,0.00046255838,0.046852443,0.018094528,-0.010195164,-0.013329233,-0.019484092,-0.039511926,-0.008163683,0.0121284695,0.041958764,-0.014326094,0.029769879,0.009825118,-0.020058041,0.02238405,0.012861011,-0.026008997,0.00510891,0.032533903,0.0032756685,0.026356388,0.043016043,-0.013918287,0.02877302,0.0032718924,-0.019272637,0.0069591436,0.02739856,0.0010723802,-0.012098261,-0.015904456,0.0074991095,0.007854053,0.025480358,0.003411604,-0.035101574,0.03195995,-0.001687866,-0.015051084,0.0025148073,0.005520493,0.018245568,-0.03046466,0.011728215,-0.006011371,0.035766147,0.041928556,-0.009885534,0.042865,-0.008737633,0.002280696,-0.0015538186,0.0005994379,-0.0058225715,0.012981842,-0.04507018,-0.014726348,0.0081183715,0.00021287125,0.004531184,0.0022542642,-0.020949174,0.02173458,0.0036173954,0.034829702,-0.023244975,-0.009847773,-0.042230636,-0.024830889,0.0027847902,-0.027187105,0.027594911,0.04700348,0.0041724653,0.0052184137,0.0048596947,-0.01209071,-0.021326773,-0.010512347,0.0007183815,0.030887572,-0.011312856,0.022822063,0.0015962984,0.0064531616,0.004905007,-0.008881121,0.016961733,-0.046278495,0.034799494,0.016448198,-0.007465126,0.020556472,0.015035979,0.028425628,0.011350616,0.008435555,-0.03313806,-0.008420451,-0.0053467974,0.002569559,-0.012355029,0.0105954185,-0.025057448,-0.0037533308,0.044556644,0.006781672,0.027579807,0.011509208,0.029558424,0.02280696,0.011078745,0.0060264748,0.0206622,0.004281969,0.021221045,-0.021492917,0.021100214,-0.025132967,-0.04217022,-0.00510891,0.05322631,0.00054610206,0.005966059,0.023743404,0.04513059,-0.00461048,0.02165906,-0.009319135,0.013351889,-0.0066419607,-0.030887572,-0.016931525,0.025570983,-0.0036155074,0.0195143,-0.015443786,-0.00929648,0.019967418,-0.012385236,-0.044798307,-0.009092576,0.0034493639,0.021900723,-0.024196522,0.0133669935,0.049963858,0.0016812581,0.051111758,0.024438186,0.051957577,0.0109579135,-0.011463895,0.02667357,-0.0089188805,0.04721494,-0.052742984,0.016584134,0.015028427,-0.03141621,-0.0013149874,-0.035645314,0.010927706,-0.03857548,0.02739856,-0.0045991517,-0.028591773,0.0005933019,-0.017369539,0.009311583,-0.025510566,-0.004255537,-0.014915148,0.014507341,-0.03899839,0.0060189227,0.021840308,-0.0018728895,0.013110226,-0.0027885663,-0.041777518,0.03069122,0.020873655,0.030358933,-0.009787357,0.0028810778,-0.0073367422,0.002282584,0.0059018675,0.032473486,-0.022852272,-0.0010572763,0.006589097,-0.0011950998,-0.0038099706,-0.005622444,-0.059872046,0.017565891,-0.029951127,0.00053288613,0.0012998835,0.0016340583,-0.02647722,0.043529574,-0.014930252,0.043801446,-0.019816378,-0.015103947,0.0052712774,0.007400934,0.0057697077,-0.019997627,0.041112944,-0.010701147,-0.06706152,0.02896937,-0.017097669,-0.000556958,-0.0024147434,-0.027081378,0.022610608,-0.009862877,0.012271957,0.017309124,-0.0012828915,0.033621386,0.044586852,0.020390328,0.005380781,0.015964871,-0.0072876546,0.010240476,0.010927706,0.01297429,0.0069817994,-0.026416803,0.018879933,-0.05908664,-0.0067061526,-0.008065508,-0.003983666,0.0134349605,-0.0022353842,0.006747688,-0.024815785,0.030917779,-0.013450065,-0.0011479,0.024589226,0.025435047,-0.034346376,0.024241835,-0.0382734,-0.03114434,-0.02517828,0.004289521,-0.009726942,-0.023577262,0.04513059,0.026733987,0.0024562795,-0.02560119,0.052863814,-0.00510891,-0.016100807,0.0038703864,-0.03259432,-0.02108511,0.029482905,-0.007967332,-0.009772254,0.0036381632,-0.022444466,0.001719018,0.016025288,0.015428682,0.021296564,0.023667885,0.028999578,0.0064456095,0.016840901,-0.0010969242,0.0012743955,0.0144544775,0.0090699205,-0.009538143,0.02051116,-0.017656514,-0.002531799,0.022097075,-0.013653968,-0.0026847266,-0.020526264,-0.008035299,-0.046429534,-0.035131782,0.0054978365,0.023290286,-0.012438101,-0.01993721,0.005981163,0.0012328597,-0.012287061,0.01749037,0.002578999,-0.00037877867,0.038937975,-0.015828937,-0.013306578,-0.016251847,0.0015066187,0.0024657194,-0.00015009547,-0.0073216385,-0.033983883,0.009402207,0.0021542003,-0.0009085968,-0.020178873,-0.011312856,0.007125287,0.017732034,0.018275775,-0.0009874206,0.0906841,-0.010889946,0.022822063,-0.019438779,0.021477813,-0.0018728895,-0.0031548368,0.011811286,0.010920154,-0.02116063,-0.012966738,-0.024256939,0.038243193,0.002892406,-0.01480942,0.006653289,-0.008601698,-0.02368299,-0.009175648,-0.017777346,0.032473486,-0.019438779,0.033772424,0.008480866,-0.02931676,-0.030645909,0.006203946,0.01086729,-0.03718592,0.0030623253,0.0038250745,-0.02360747,0.010686043,-0.001702026,0.0049767504,-0.013820112,-0.0003174189,0.0058490033,-0.00056356605,-0.0043990244,-0.0065098014,-0.007952228,0.017127875,0.007231015,0.027111584,-0.0016718181,0.0075670774,0.009152992,-0.021900723,-0.028002718,-0.015126603,0.017007044,-0.0012819475,0.009266271,0.020556472,-0.00403653,0.0007136615,0.02475537,-0.000041506355,-0.025404839,-0.032926604,0.033923466,-0.01629716,-0.006324778,0.008820705,-0.0027602464,-0.0032209167,-0.0026620706,0.019589819,-0.0020446968,-0.011116505,-0.016901316,0.0014490349,0.018200256,0.0072649987,-0.0049540945,0.035554692,-0.020450745,0.0007028055,-0.008405346,-0.029709464,0.023622572,0.0033965001,0.019831482,-0.044073317,0.0048899027,-0.01163004,-0.01894035,0.023818925,0.014537549,-0.005354349,-0.03011727,0.0057961396,-0.004225329,-0.0010478363,-0.0039232504,-0.02904489,0.0035739716,-0.0039874422,-0.0043801446,0.013578448,-0.004319729,0.017626306,0.011856599,-0.0037910908,-0.034104712,-0.044586852,0.004251761,0.000040237857,0.006611753,-0.009704286,0.016856005,-0.01786797,-0.00044816243,0.010519899,-0.05177633,-0.01894035,-0.023063727,0.013646416,-0.06476572,0.038454648,0.031748496,0.011003225,0.0019210333,0.032473486,0.01480942,0.025163176,-0.01729402,0.01901587,-0.018003905,-0.01354824,-0.0044669923,0.008752737,0.019846587,-0.0045916,-0.007748325,-0.013986255,-0.03301723,-0.013276369,0.008790497,-0.023939757,0.015209675,-0.0072687743,-0.037820283,0.0040516336,-0.01308757,-0.002873526,0.024302252,-0.014220366,0.0013527472,0.004285745,0.018698687,0.022791857,0.012279509,-0.0037571068,-0.034437,-0.0016642661,0.022112178,-0.025117863,-0.015587273,-0.014862284,-0.02138719,-0.021628853,-0.0037401149,0.052833606,-0.012604244,-0.0033455242,0.0063549858,-0.00677412,0.016448198,-0.02223301,0.003976114,-0.060748074,-0.00914544,-0.00023859517,0.012332372,-0.021719476,0.003098197,-0.044163942,-0.02625066,-0.01921222,0.02238405,-0.004353713,-0.019423677,-0.013419857,-0.00040804257,-0.05407213,-0.02502724,-0.012777939,0.021598645,-0.0124154445,0.005905643,-0.013956047,-0.0101423,0.0008831089,0.0045349603,0.0074689016,-0.009930845,0.0037571068,0.046852443,0.0038571705,-0.021311669,-0.04993365,0.012581588,0.01744506,0.028682396,0.012528724,-0.015171914,0.026401699,0.0018492895,0.0006305898,0.02877302,-0.0038703864,0.034678664,0.011433688,0.006283242,0.01323861,0.037095293,0.031718288,0.00172185,0.03655155,-0.00684964,0.026401699,-0.08131965,0.0022051763,0.0390286,0.041112944,-0.016856005,-0.02552567,-0.0049691987,0.021492917,0.0030264533,-0.0039534583,0.0069176075,-0.012830803,0.01749037,-0.005984939,-0.0007443414,-0.009772254,-0.03374222,0.0141675025,-0.014152398,0.012000086,0.025993893,-0.0132914735,0.003968562,-0.011184473,-0.0018549535,0.03195995,-0.015096395,-0.0071554948,0.032624524,-0.003404052,-0.014907596,0.034497414,-0.0040780655,0.025148071,-0.015783625,-0.0058716596,-0.05712313,-0.0079748845,-0.041052528,0.014741452,-0.028863642,0.008911328,-0.021190837,0.016538821,0.0039194743,-0.031386003,-0.002807446,0.009968605,-0.032443278,-0.01186415,0.017852865,-0.013404753,-0.013805008,0.004357489,0.023758508,0.03374222,-0.014341198,-0.014492237,0.006558889,0.0069742477,-0.01878931,0.017127875,-0.005709292,0.0072423425,0.010535003,-0.008088164,0.000850541,0.007699237,0.0033379723,-0.015149259,0.008178787,0.0124154445,-0.0049805264,-0.00061595783,-0.017550787,0.022625713,-0.013729488,-0.0063851937,0.052803397,0.0020258168,-0.026054308,0.020224186,0.009772254,0.011879254,0.0019012094,-0.016931525,-0.012030294,0.013404753,0.003683475,-0.016629446,-0.034497414,0.012996946,-0.008292067,0.023849132,0.004391473,-0.009281375,0.045583714,0.030963091,0.004784175,0.03186933,0.023426222,0.041868143,0.011358168,0.03872652,-0.03860569,0.018819518,0.004164913,0.05488774,-0.024196522,0.014356302,-0.022338737,-0.0025072552,0.0066646165,0.005426093,-0.012755283,0.01251362,-0.024272043,0.009930845,0.017656514,0.027987614,0.018910142,-0.00097420457,0.009039712,0.023969963,-0.011962326,-0.019302845,-0.0035192196,0.013095122,0.020647096,0.024317354,-0.027715743,-0.0063776416,0.011124057,0.008141028,-0.0010459484,-0.021840308,-0.013857871,-0.03046466,-0.008269411,0.020058041,0.030932883,-0.03833382,0.017852865,-0.012951635,-0.0033266444,0.017233603,-0.013601105,0.016508615,-0.022036659,0.02230853,-0.029422488,-0.024362667,-0.011146713,-0.025646502,0.00083779707,0.000060887785,0.020888759,0.016538821,0.012256853,0.0033662922,0.008352483,-0.002259928,0.01656903,0.0214325,-0.018139841,-0.05790853],"social":"https://www.linkedin.com/in/kelli-hu/"},{"title":"the zen rooster","description":"education is broken. learners everywhere deserve education that actually matters.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=Hu7s7cZqOHw","youtube_transcript":"Everybody. This is Vicast. Thanks for joining. I am producing the Zen Rooster Project along with my buddy Zach. The education in America is broken. We need education that matters and stays. What's better than something that's stayed for a few thousand years? Looking at classical liberal arts and sharing what it tells us about the human condition to help the learners of today understand what are the answers to today's problems and questions. Now to do this, we started with the YouTube video but pivoted on user feedback over to a podcast. Here is our podcast page. We have five episodes and one introduction. We've reviewed some classical liberal arts books and talked about some foundations of classical liberal arts in the west and the east so far. We have a sub stack page with a few articles and we will populate this with more articles as we go along. This is a Google classroom page where we've been housing all of our work. Here's our submission material, the podcast, feedback, from our audience members, research and notes, and all kinds of background work and organization tied to producing this. Our final digital media asset is our Twitter page, and here is my buddy, Zach, who is producing an and working alongside me to make this a reality. As a next step, we plan to put this on more socials and make five more podcast episodes.","embedding":[0.023620559,0.05337931,-0.03935326,0.013014971,0.010182512,-0.0035728428,-0.0032107183,0.040643997,-0.030059922,-0.0074862977,0.027966054,-0.02901299,-0.03754622,-0.025312865,0.0012441309,0.01528811,0.0014852484,-0.0126205785,-0.008913283,0.06275869,0.030432804,-0.027679224,0.0018661963,0.00961602,-0.021842206,-0.07876388,-0.018543646,0.053694826,-0.023003872,-0.0012477163,0.053350627,-0.01867272,-0.034218978,0.0129217515,-0.039439306,-0.01712383,0.007830495,-0.029744409,0.015101669,0.0089563085,0.017898275,-0.0053995997,0.0056649186,-0.010949786,0.004323982,-0.0072353203,-0.014176639,0.022774408,0.033817414,0.012964776,-0.056849968,0.0061632884,-0.015316793,0.027048195,-0.004661009,-0.013330486,-0.030375438,-0.0050016213,-0.057366267,-0.013818099,0.05530108,0.015603624,0.07492034,0.016263336,0.016363727,-0.003735978,-0.05593211,-0.0063891676,0.013810928,-0.0009976352,0.07870652,-0.01464274,-0.024581445,0.012785506,-0.026861753,-0.019117309,0.0012647469,0.01693739,0.01272814,-0.042996015,0.021082103,0.018973893,0.024423687,0.006399924,-0.0052167447,-0.0011778012,-0.010691638,0.0028718987,-0.048015565,0.0045642033,-0.043655727,-0.020723563,-0.035280254,0.008640794,0.07417458,-0.011250959,0.019934777,0.06941318,0.07692816,0.013595805,0.029600993,-0.0499947,-0.018486278,-0.036599677,-0.017023439,0.01637807,0.018557986,0.023807,-0.025413256,-0.024495395,-0.14249781,0.0095228,0.020565806,-0.03955404,-0.01831418,-0.012319406,0.006464461,-0.06746273,-0.05547318,0.0017541528,-0.050482314,0.024567103,-0.021584058,-0.039525356,-0.006263679,-0.023391094,-0.038234618,0.026331116,-0.020953028,-0.054842148,0.03889433,-0.043340214,0.013287461,-0.03490737,-0.07365829,0.015603624,-0.029486261,0.017037781,-0.010096462,0.008547573,0.032899555,-0.018801793,0.011666864,-0.028640108,0.0007896825,-0.035280254,-0.039783504,-0.016808316,-0.03955404,0.032268524,0.0048115957,0.038492765,-0.04652404,-0.0004647564,-0.028424984,-0.022100354,0.027177269,0.031006467,-0.036599677,-0.007665567,0.0766987,0.037402805,0.008561915,0.031207249,-0.014018881,0.016851341,-0.0055537717,-0.020752247,-0.062242396,-0.0084184995,-0.06034931,-0.012319406,-0.025112083,0.025183791,0.009142749,-0.008232059,0.015331134,-0.031121198,-0.0030206924,-0.09000767,-0.01885916,0.019820044,-0.056735236,0.02985914,-0.032698773,0.0052812817,-0.014205322,-0.011487595,-0.011250959,-0.016320702,0.006077239,0.0384354,0.016521484,0.021383276,0.016148604,-0.023147289,0.023505827,-0.008361133,0.035624452,0.008074302,-0.010189683,0.028797865,-0.0032447793,-0.02719161,0.039324574,0.019016918,0.01574704,0.029314162,-0.018973893,0.040988196,0.037517536,0.006256508,0.032354575,0.030375438,-0.025040375,-0.0071421,-0.038291983,0.073199354,-0.06470915,0.015316793,-0.027076878,0.050510995,-0.0018930867,-0.011932183,-0.0006919806,0.017726175,0.014592544,-0.009752265,0.07985384,-0.00796674,0.023936074,0.0082464,-0.026058625,-0.028683133,0.0192177,-0.046122476,0.0042522745,-0.03195301,0.036685728,0.019733995,0.012168819,-0.005008792,0.021196835,0.04202079,0.05676392,0.0031443883,-0.036140747,-0.1047508,0.01867272,0.026044285,0.05266223,0.042909965,0.017998666,-0.006765634,0.0041949083,-0.052318033,-0.010584076,-0.0190456,0.006080824,0.006758463,-0.017582761,-0.025614038,-0.034821324,-0.012319406,0.017883934,0.037144657,-0.04706902,-0.014018881,0.006665243,-0.020996053,-0.0040407362,-0.0066509014,0.021368934,-0.016621875,0.017166855,-0.0067512924,-0.009716411,0.05902989,0.005345819,0.02215772,-0.025413256,-0.008232059,0.006941318,0.05871437,-0.0017604273,0.032641403,0.033157703,0.028883915,0.0075364932,-0.0061238487,0.0164928,-0.008834405,0.025499305,0.026804388,-0.018758768,0.014513665,0.049220257,-0.0055537717,-0.01812774,0.02141196,0.04560618,-0.027248977,0.04686824,0.02985914,0.017869592,0.008777038,0.040959515,-0.008440012,0.0138611235,-0.038205933,0.0096948985,0.031580128,-0.0285684,-0.0053995997,-0.0164928,-0.007181539,-0.012348088,0.023850026,-0.0060628974,0.0129217515,-0.006923391,-0.022817433,0.021569716,-0.0039582723,0.033559266,0.002898789,0.03625548,-0.005091256,0.03132198,-0.05756705,0.052977744,-0.0625866,-0.01593348,-0.017969983,0.04394256,-0.01850062,0.031379346,-0.02096737,0.046265893,0.0089921625,-0.044831738,-0.060119845,-0.01969097,0.03132198,-0.0011966245,0.032813504,0.023950417,-0.037747003,-0.0064788028,0.050855193,-0.040787414,-0.0014924193,0.0027446172,-0.0040335655,0.05624762,-0.008117327,0.020895662,-0.0329856,-0.01748237,0.008117327,0.011530619,0.021469325,0.009687728,0.027750932,0.007013026,0.00036862306,-0.041705277,-0.009572996,0.021928255,-0.062471863,0.04787215,-0.016349386,0.027693564,-0.008303767,-0.049048156,0.045577496,0.053149845,0.012068428,-0.055702645,0.029156404,0.0014260896,-0.015861772,0.016851341,-0.03955404,-0.008339621,0.021713132,0.01026139,-0.011781597,-0.029199429,0.046208527,0.032010376,-0.03926721,-0.016621875,-0.0103689525,0.046724822,-0.014406104,-0.0030314487,0.038320664,0.031006467,-0.0027661296,0.041188978,0.031350665,-0.090351865,0.029199429,0.016507143,0.014714447,-0.021483667,-0.007959569,-0.053178526,-0.016880024,0.03278482,-0.072224125,0.06350446,0.023936074,-0.0032304379,0.008547573,0.03688651,-0.022014305,0.061209805,0.035681818,0.014671423,-0.022042988,0.032928236,0.010146658,0.03479264,0.040959515,0.018156422,-0.011595156,-0.020106876,-0.037288073,-0.026345458,0.0020311244,0.028912598,0.02526984,-0.056649186,-0.0106271,-0.06941318,0.024481054,0.04944972,0.040156387,-0.016048213,0.03525157,-0.016449777,-0.0049406695,-0.0013920283,0.007260418,0.009673387,-0.034821324,-0.020106876,-0.021110786,0.0028306667,0.006582779,-0.0017514637,0.018299839,0.00585853,-0.004288128,0.04084478,0.025929552,0.019561896,-0.011688377,-0.011114714,0.0069986843,-0.06361919,0.020866979,0.010204025,-0.04093083,0.030318072,-0.022960847,0.024308955,-0.004650253,0.021741815,-0.009329189,-0.032555357,-0.00078340806,-0.079337545,-0.009350701,0.001288052,-0.0060055307,0.007679909,-0.016435435,-0.03487869,-0.0003457662,0.011028664,0.05119939,-0.018428912,0.0007757891,-0.051400173,0.0065612667,0.0312933,-0.02197128,0.026331116,0.032555357,-0.009142749,-0.016851341,-0.018285498,-0.033100337,-0.057280216,-0.020207267,0.038664863,-0.029658359,-0.008748355,0.036140747,-0.035739183,0.0357105,0.03490737,0.004689692,-0.030834367,-0.015876114,0.042967334,0.06688906,-0.047728732,-0.033358485,-0.009745094,0.023850026,-0.0068731955,0.010598417,0.0013454182,0.017826566,-0.030662268,0.011229446,-0.013115362,0.0080814725,-0.024423687,-0.0045391056,-0.016349386,0.030203339,-0.015876114,0.002421932,-0.020494098,0.006371241,-0.02555667,0.009809632,0.017525394,-0.007299857,-0.03576787,0.031551447,-0.0121831605,-0.016808316,-0.023563193,-0.01795564,0.010677296,0.017740518,0.0006583675,0.02106776,-0.008633623,-0.0068337563,0.012125795,-0.008769868,0.0025689332,0.03992692,0.0138611235,-0.032383256,-0.002516945,-0.06763483,0.0032143036,0.007181539,-0.018615354,-0.02224377,-0.016191628,0.022458892,-0.020121217,0.017109489,0.01034027,0.05902989,0.007102661,0.0051988177,0.002940021,0.008812892,0.015417184,0.036226798,0.003447354,-0.06872479,0.01877311,-0.055329762,0.039181158,-0.004506837,-0.01877311,0.027048195,-0.024395004,0.0071528563,-0.042623136,-0.023089921,-0.017683152,0.034735274,-0.041188978,-0.0012826738,-0.0048546204,-0.014040394,-0.0124843335,0.024151199,-0.00054273865,0.043885194,-0.036140747,0.0017326404,-0.010591247,0.009020845,0.028324593,-0.02197128,0.0071492707,-0.020192925,0.0002200534,0.031006467,-0.021856546,-0.0037395635,-0.012835702,0.0029955946,-0.008841576,-0.015617966,0.017582761,0.02068054,-0.00095192145,-0.020565806,-0.014900887,0.00915709,0.03295692,-0.009393726,0.007081148,0.0016143225,0.025786137,-0.011509107,0.0070345383,-0.045720913,0.0015085535,0.021598399,-0.02334807,0.006371241,-0.023233337,-0.013667513,0.01564665,0.009479775,-0.028941281,-0.0067728045,0.0004768571,0.027363708,-0.0057724803,-0.017683152,-0.017812226,0.023061238,0.005940994,-0.02572877,0.039582722,0.02115381,0.0043956903,0.0059481645,0.041131612,-0.023878708,0.01198955,0.040156387,-0.0060055307,-0.021956937,-0.006557681,0.0018428913,0.028066445,0.006866025,0.009565825,-0.0076153716,-0.030088605,0.002144064,-0.0151733775,0.011387204,-0.027865663,0.0015166206,0.007005855,0.016177287,0.029973874,0.044831738,-0.004424373,0.04652404,-0.028066445,-0.0013014971,-0.021942597,-0.0045570326,0.0069556595,-0.017840909,0.025513647,-0.009537142,0.018514963,0.027205952,0.046724822,0.03232589,-0.022774408,-0.0044351295,-0.02324768,0.011638181,-0.026417166,-0.064250216,0.012971947,-0.014714447,0.019662287,0.013287461,-0.005252599,0.033587947,-0.03496474,0.013810928,0.0008842472,-0.003660685,0.012713798,-0.014176639,0.017683152,-0.088516146,-0.008870259,-0.052834332,-0.033157703,0.012147306,0.0009003815,-0.036943875,-0.03855013,0.031838275,0.007041709,0.026245067,-0.020651856,-0.021483667,-0.02810947,-0.016679242,0.009845485,-0.006353314,-0.000057646375,-0.032928236,-0.003900906,-0.013014971,-0.02884089,0.022229427,0.004908401,-0.013043654,-0.025499305,-0.03789042,-0.028912598,-0.038033836,-0.0474419,-0.007443273,0.005840603,0.015603624,0.015574941,-0.0044960813,-0.0063138744,0.033673998,-0.052174617,0.0072281496,0.0073106135,-0.038291983,-0.03981219,-0.007464785,0.007773129,0.050252847,0.0045391056,-0.008146009,0.009637533,0.019820044,0.01766881,0.009200115,-0.010942616,0.014728788,-0.054153755,0.020321999,-0.0008215028,-0.03195301,0.0034401831,0.0075508347,-0.019748338,0.019016918,-0.015718358,-0.032727454,-0.0067871464,0.01712383,0.012577553,-0.0073930775,0.03725939,-0.012147306,0.046265893,0.010218366,0.00030968818,0.01053388,-0.014900887,0.023677927,0.02683307,0.0020131974,0.007744446,-0.042996015,-0.019547556,-0.04405729,0.025140766,0.0014000954,-0.004413617,-0.03542367,0.007479127,-0.02664663,0.01840023,-0.011401545,-0.014176639,-0.011803109,-0.01198955,0.007830495,-0.0025904453,-0.03579655,0.0009904645,0.008117327,0.0036355872,-0.054899517,-0.048589226,0.0053888434,-0.005733041,0.011480424,-0.012190332,0.047040336,-0.03229721,-0.010512368,-0.017367637,0.008497378,-0.003169486,0.003961858,-0.04595038,-0.0080814725,-0.009938706,-0.028554058,0.017582761,0.0012665396,-0.007579518,-0.018816136,0.035194203,-0.03321507,-0.004632326,-0.012240527,-0.02298953,0.013373511,0.034563176,-0.0011159531,-0.031006467,0.017439345,0.0046215695,0.015044303,0.015087328,-0.01821379,0.009372214,-0.020020826,0.035108153,0.03396083,-0.05292038,0.014463469,-0.009910022,-0.0014924193,-0.002133308,0.06080824,0.014857863,0.0011410508,0.0166649,0.027091218,0.034563176,0.011681206,-0.018056031,-0.021541033,-0.02069488,-0.0020831125,0.03743149,-0.042078156,-0.03599733,0.0070919045,-0.00805279,-0.015116011,0.0212542,0.009436751,-0.016966073,-0.009486946,0.0125417,0.019805703,0.011021494,-0.046437994,0.008038448,0.052805647,0.0021835035,0.0024918471,-0.030604903,0.014843522,-0.023276363,0.023204654,0.006471632,-0.025499305,-0.03642758,0.013545609,-0.021096444,-0.022129036,-0.023577536,-0.027923029,0.013947173,0.0024828836,0.00080088683,0.014728788,0.007199466,0.03525157,0.0039152475,0.022788748,-0.040299803,-0.026890436,0.004955011,-0.012132965,-0.03654231,-0.00988851,0.015546258,0.0090925535,0.02234416,-0.0100319255,-0.024696177,0.025298523,-0.0005310861,0.0066293892,-0.03378873,0.004861791,-0.011595156,0.017711835,-0.0057258704,-0.01070598,-0.015804406,-0.040672682,0.022458892,0.025198132,-0.0031551446,0.004388519,-0.00037713838,0.011674035,0.036169432,-0.029600993,-0.029744409,0.01437025,-0.038578812,0.0013902356,-0.013452389,0.033673998,-0.0021906742,0.06298816,0.021612741,0.019863069,0.009135578,0.0019791361,-0.00897065,-0.033387166,-0.0009671594,0.008361133,-0.018471938,-0.014470641,-0.006980757,-0.023620559,0.013294632,-0.040758733,-0.0016788596,-0.010117975,0.0061489465,-0.021368934,0.01822813,0.052432768,0.016521484,0.005894384,-0.033702683,0.036140747,0.005227501,0.010275733,0.018887842,0.0039116624,0.0055645276,0.029199429,0.0335019,0.01675095,-0.028597083,0.023003872,-0.035108153,-0.0059625064,-0.042164207,0.015345476,-0.026488872,-0.019461505,-0.012857215,0.02637414,0.03487869,0.006521827,-0.014033223,-0.013395023,0.023921732,0.0150729865,0.014477811,0.008181863,0.0031551446,-0.015116011,0.017597102,0.016062554,0.020551465,-0.013308974,-0.022444552,0.010655784,-0.029041672,0.012018233,-0.00074620964,0.0009030705,0.00448891,-0.05191647,0.0010890627,0.000100783116,-0.009415238,-0.005327892,-0.0051952326,-0.02610165,0.027894346,0.015990846,0.022114696,-0.006295948,0.011100372,-0.00942958,0.01895955,0.022100354,-0.036284164,0.02207167,-0.013323315,0.008841576,0.012089941,0.004868962,-0.0068552685,-0.026345458,0.016951732,-0.028152496,-0.0014458091,0.020293316,-0.02654624,-0.03507947,0.052949063,-0.017181197,0.01994912,-0.023003872,0.0005104701,0.017152512,-0.008504549,0.033673998,0.027937371,-0.015331134,-0.0004696863,0.02307558,-0.028224202,-0.021010395,-0.0005055402,0.0033559266,0.008841576,0.0066867555,0.024280272,0.03140803,-0.033731364,-0.020293316,0.007644055,0.031350665,0.010598417,0.018199448,0.008927625,-0.0012988081,0.027865663,0.0355384,0.003359512,-0.019733995,0.03244062,0.003682197,-0.020149902,-0.013789416,-0.009479775,-0.015273768,0.008346791,0.027478442,-0.04503252,0.015589283,0.03984087,-0.030088605,0.020321999,-0.023807,0.012785506,-0.02261665,-0.009078211,-0.01547455,0.023118606,-0.016980415,0.010304416,-0.010992811,-0.018658377,-0.03487869,0.050396264,-0.020164242,0.031580128,0.013014971,-0.001720988,0.01291458,0.0014574617,0.0032573282,-0.009515629,-0.024337638,0.0057724803,-0.0039331745,0.0060306285,-0.027335025,-0.0059087253,0.019246383,-0.03295692,0.01437742,0.0057796515,-0.01675095,0.024022123,0.022946507,-0.0015981883,0.003529818,-0.022630991,-0.015919138,-0.0008210547,0.001172423,-0.023290703,-0.020723563,-0.0032429867,-0.014664251,0.023921732,-0.01950453,0.0005938305,0.021096444,-0.0036786117,-0.0044781542,-0.009601679,0.01931809,-0.01401171,-0.011329837,-0.01969097,-0.009644703,0.015374159,-0.007500639,-0.0382633,-0.03195301,0.00084435975,-0.0039941263,0.0070345383,-0.024739202,-0.020307658,0.0043347385,0.008425671,-0.027707906,-0.0043634214,-0.035308935,0.0056828456,0.00090710405,0.005270526,0.014176639,-0.02545628,-0.0034867933,0.016263336,-0.0019056356,0.006980757,0.0040550777,-0.0024775055,-0.010641443,0.014047564,0.0807717,-0.0074145896,0.018887842,0.025685746,-0.0014386384,0.006736951,-0.017238563,0.010175342,0.0014090589,-0.0004916468,-0.027793955,-0.005650577,-0.00025545916,-0.02298953,-0.011215105,-0.040672682,-0.039783504,0.0047936686,0.019533213,-0.029342845,0.015029961,0.018644037,0.009752265,0.0059266523,-0.016464118,-0.015632307,0.01868706,-0.00002362717,0.008841576,0.016019529,0.022186404,-0.02691912,-0.00025590733,0.020293316,-0.009257481,0.011580815,-0.038234618,-0.017009098,0.011200763,-0.022717042,0.027292,0.017654467,-0.018486278,-0.003282426,-0.015546258,0.0031963766,-0.0043741777,0.01336634,-0.011380033,-0.007959569,-0.028783524,0.011795938,0.01913165,0.018013008,-0.011602327,-0.025585355,0.028525375,0.012190332,-0.02225811,0.008583427,-0.0212542,0.039324574,-0.04204947,-0.00040313246,0.024452372,-0.02598692,-0.000086889726,-0.03935326,-0.020379366,0.016593192,-0.026087308,-0.00503389,0.0164928,0.02316163,-0.0062421667,0.0149725955,0.016693583,0.013961514,0.0066078766,0.00066509016,-0.05045363,0.002615543,-0.027707906,-0.008110155,-0.023132946,0.025327206,0.00201499,0.005274111,-0.006564852,0.031637497,0.009257481,-0.003542367,0.025513647,0.03424766,-0.014621227,-0.010383294,-0.031006467,-0.016736608,-0.019934777,0.012986288,0.0063210456,0.020020826,-0.0027499953,-0.0042128353,-0.028539717,-0.052031204,-0.027880006,0.013488243,-0.008002594,0.02755015,0.040443216,0.022272453,0.0024075904,-0.02426593,0.0014216078,-0.008181863,-0.041246343,-0.007471956,-0.016406752,-0.031465396,0.025771795,-0.01969097,0.013882636,-0.010799199,-0.010935444,0.018084716,0.043082066,-0.025527988,0.025943894,0.0044960813,-0.010505198,-0.023319388,0.008669477,-0.02179918,0.027177269,0.017367637,-0.0227027,0.016808316,-0.02700517,0.024581445,-0.029715726,0.013387852,0.008447182,0.004861791,0.009902852,-0.022272453,0.030059922,0.005546601,-0.019074284,0.0065684374,0.010634271,-0.017080806,-0.015402842,0.034018196,0.029916508,-0.031207249,0.03470659,0.02334807,-0.0017684944,0.0017460857,0.019992143,-0.031580128,-0.023003872,0.0011966245,0.0051773055,-0.001806141,-0.02334807,-0.015861772,-0.02004951,0.017597102,-0.0027033852,-0.012290723,0.0017182989,-0.0009985316,0.0076583964,0.004047907,-0.0012781922,0.010684467,-0.03490737,-0.003305731,-0.03837803,-0.025040375,-0.004804425,0.03241194,-0.017969983,-0.010318757,-0.005130695,-0.021340251,0.0030224852,-0.014786155,-0.0024954325,0.0042522745,0.0030529608,0.003682197,0.047556635,-0.0068445127,0.019432822,-0.003753905,-0.0051952326,0.033645313,-0.02052278,-0.050941244,-0.022129036,0.0021010395,-0.010411977,0.025284182,-0.004650253,0.023778317,-0.0028808622,0.006080824,0.005256184,-0.002156613,0.023792658,0.047900833,-0.01382527,0.0050231335,0.0039690286,0.016722266,0.03634153,0.01996346,0.037517536,-0.015962163,0.024093831,-0.06275869,-0.0033989511,0.053866923,0.03880828,-0.031838275,-0.025327206,0.00029332985,-0.020293316,-0.005231086,0.007801812,0.00728193,-0.01299346,0.017252903,-0.009013674,-0.031838275,-0.011803109,-0.019246383,0.0066867555,0.014915229,0.019117309,0.0014476018,0.030002557,0.0009581959,0.0006601602,-0.0048546204,-0.027578833,-0.0053601605,0.0057473825,0.021569716,-0.02756449,-0.016722266,-0.006234996,0.008662306,-0.02215772,-0.056849968,0.0056541627,-0.0010299038,-0.0096948985,-0.0032860113,-0.0070632217,-0.0046645943,0.008440012,0.0013248022,0.014341567,-0.004542691,-0.003388195,0.016048213,0.008203376,-0.041418444,-0.009458263,-0.006077239,-0.034276344,0.007902203,-0.0035495376,0.012807019,0.017453685,-0.0011535997,0.002262382,0.017883934,-0.015761381,-0.005704358,0.019719653,-0.0049119866,-0.021842206,0.0061095073,-0.014915229,-0.004521179,-0.02911338,-0.0010478307,-0.013624488,0.014714447,0.028697474,0.003418671,0.0151733775,-0.0058907983,0.006959245,-0.035050787,-0.009329189,0.009006504,0.023233337,-0.018830476,-0.014441958,0.015689673,-0.004413617,-0.016836999,-0.011344179,0.017353294,0.015904797,-0.00860494,0.0022175647,0.011372862,0.010591247,-0.019361114,0.010196853,0.013653171,-0.04586433,-0.013567122,-0.011229446,0.011129055,0.027722247,0.013323315,0.028037762,-0.0006843616,0.007916545,0.0014359494,0.048790008,0.0025581769,0.013753562,0.003642758,0.032153793,0.012706628,0.029973874,-0.01291458,0.019820044,-0.018414572,-0.0312933,0.0020490512,-0.014234005,-0.017138172,0.0549282,-0.003594355,0.0227027,0.044229392,-0.016134262,0.012061257,0.021999963,0.02168445,0.008138839,0.03671441,-0.02838196,0.036112063,-0.025513647,0.0021781253,0.023649244,-0.013065167,-0.020709222,0.0051055974,-0.016679242,-0.026933461,-0.04090215,0.015316793,-0.030977784,0.026847413,-0.004345495,0.014169468,0.02957231,-0.021082103,0.0250834,-0.021928255,0.009114065,-0.001909221,-0.04752795,-0.04953577,-0.0088846,0.007565176,0.011021494,-0.011552132,-0.011466082,0.013595805,0.012125795,0.018615354,0.0036786117,-0.017052123,0.014061905,-0.011143397,-0.038836963],"social":"https://twitter.com/VikasKalraNY"},{"title":"better ai","description":"better is a coach that you teach about yourself, and then talk to when dealing with adversity.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=RYeqrDfEhUw","youtube_transcript":"Hi. I'm Dave. I'm working on Better. Better is a coach that you teach about yourself and talk to when you don't feel good. It's there twenty four seven to help you how you wanna be helped. You can think of it like Cortana or Jarvis. It's pretty simple to get started. First, you pick your coach from six gods. Then you teach it about yourself. It won't forget. Finally, talk about what's on your mind. It will help you based on how you customized it. It all started five weeks ago with a scribble of paper and a determination to get off local host. I launched on Twitter and got super lucky some newsletters found it. Five weeks later, and the total of four hundred and twenty people have used it, and over three thousand exchanges have happened with a coach. Even my Twitter went from zero to a hundred and sixty followers. Then those users buried me in feedback. I got overwhelmed around week before I had to slow down and reflect on myself. I learned that I'm good at building and shipping but didn't plan enough around measuring and learning. I learned that there's a difference between building a feature, like dark mode, and building an experiment that teaches you about the user. I got some advice from friends And now I think about my priorities before I dive into work. I've learned a lot, so grateful to build space to Farza, Jeff Alec, and the team for this opportunity. Thank you.","embedding":[-0.0016383715,-0.013996119,-0.02264148,0.041345313,0.016401578,-0.027531786,-0.014083446,0.05547639,-0.02084731,0.06865481,0.031929888,-0.047664605,-0.01657623,-0.057095908,0.05715942,0.042520255,-0.0285162,-0.0039416184,0.0028817873,0.023467116,0.022006376,-0.014019935,0.053983897,0.06293887,0.016068147,-0.05468251,0.014535958,0.016306313,-0.005648462,-0.0415676,-0.009026425,-0.0148455715,-0.0361057,0.011979662,0.020243961,-0.013757954,0.0037272705,0.008708873,0.042139195,-0.009677407,-0.026483864,-0.014774122,0.05315826,0.041345313,-0.026007535,-0.0054738084,-0.0391542,0.060557228,0.002917512,0.025324797,-0.05474602,0.021260127,-0.023498872,0.05982686,0.0079070525,-0.018338647,-0.031215394,0.010026715,-0.04198042,0.04775987,0.011995539,-0.0133213205,0.010336328,0.019878775,-0.011161964,-0.008502464,-0.063446954,-0.009264589,0.00094223727,0.03189813,0.056460805,0.05030029,-0.025674105,-0.015298083,-0.021736456,-0.012567134,0.014035813,0.020418614,-0.006220056,-0.04144058,-0.03242209,-0.01065388,-0.012217826,-0.033057198,-0.05315826,-0.027817585,-0.024149854,-0.02649974,-0.003310483,-0.049728695,-0.0066606603,-0.017322479,-0.025928147,0.05010976,0.05808032,0.006787681,-0.010622125,0.08459594,0.057191174,-0.002711103,0.012940257,-0.03737591,-0.004302834,0.018227503,0.05303124,-0.038868405,0.048458487,-0.018275136,-0.005588921,-0.008970853,-0.18672077,0.005557166,0.031247148,-0.02045037,-0.03372406,-0.0076966747,0.006620966,-0.033533525,-0.008423075,-0.053983897,-0.015425105,-0.0037808574,-0.0013724215,0.010828534,0.027182478,-0.04598158,-0.018084604,0.0049974797,-0.021926988,-0.013567423,0.027277745,0.03381932,0.02451504,-0.040456165,-0.003816582,-0.01671913,-0.047918648,-0.023355974,-0.033978097,-0.0075498065,-0.01924367,-0.02724599,0.0041440576,-0.021530047,-0.010399839,-0.018433912,-0.0046203863,0.02551533,-0.035661127,0.0061327294,0.011384251,0.0042155073,-0.07424373,-0.015004347,0.027928727,0.030024573,-0.019561224,0.060049146,-0.04302834,-0.03696309,0.03521655,0.048839547,-0.049315877,0.0038324597,-0.006835314,0.000106243584,-0.029881675,-0.03165997,-0.052935973,0.0037213163,-0.043472912,-0.0028401087,-0.0014091384,0.013289565,0.06281185,-0.025388308,0.015536248,-0.045695778,-0.05430145,-0.016417455,-0.019053139,-0.011225475,-0.016274557,0.019894654,-0.028976649,-0.006640813,-0.031151883,-0.016234864,0.021355394,-0.0133213205,-0.010622125,0.04629913,0.009740918,-0.014805878,0.020752044,-0.018576812,0.06566982,-0.033755813,0.031723477,0.037026603,0.020942576,-0.00024573092,0.040043347,0.039058935,0.002171264,-0.007109203,-0.0074505713,-0.007942777,-0.05388863,-0.02937359,0.047442317,-0.031993397,-0.011598599,0.010249001,-0.04855375,-0.00012912968,0.0034692592,0.00692661,-0.027484154,0.029865796,0.014400998,0.008077737,0.01238454,-0.015615636,-0.0020898913,0.02977053,0.057318196,-0.032930177,0.033946343,0.0109238,0.017767053,-0.024800837,-0.053444058,-0.03175523,0.026102802,-0.0121384375,0.057794522,0.0075101126,0.04588631,0.015313961,-0.021799967,-0.045537002,0.010121981,-0.0009283444,-0.00121563,0.006255781,-0.06446312,-0.072084375,0.017417746,0.038201544,0.059699837,0.008351626,0.011154026,0.009502754,0.014893204,-0.0054499917,0.017004928,0.017814685,0.022657359,-0.06770216,-0.0010171598,-0.004084517,0.016639741,0.028071625,-0.03623272,0.019831143,0.0044219163,-0.0005105646,-0.024372142,0.010836473,0.004457641,-0.0056246454,0.03381932,0.02038686,0.015710901,-0.0035208615,-0.0009293367,0.03404161,-0.022482704,-0.03362879,-0.0024550764,0.061954457,0.0056564007,0.004751377,0.025944024,0.027087213,0.0054301447,0.0074704187,-0.016306313,-0.010431594,-0.021037841,-0.0002877818,0.03151707,0.034422673,0.019815264,-0.003683607,0.020339226,0.0019499698,0.029675266,0.04849024,0.0070496616,-0.009582141,0.00014153407,0.024626182,0.04029739,-0.014234283,0.008907342,0.0026277455,0.02584876,-0.031247148,0.02324483,0.026563251,0.009844122,-0.012575072,-0.03870963,-0.016544476,0.026880804,-0.016401578,-0.011947907,-0.025150144,-0.05941404,-0.03083433,-0.024356263,-0.013932608,0.040805474,-0.0028798026,0.022689113,0.00015195375,-0.016131658,-0.030627921,0.039122447,-0.040519677,-0.017655909,0.00081720104,0.010368084,-0.017671786,-0.014067568,-0.014980531,-0.0018169947,0.04941114,-0.019926408,-0.055381127,-0.07386267,-0.028976649,0.031024862,0.03356528,-0.0003914825,-0.03921771,-0.05280895,0.032739643,-0.0057119722,0.009081997,0.034486182,-0.04356818,-0.020879066,-0.0015173047,-0.00025143693,-0.03458145,-0.0024034742,-0.014139017,-0.036740806,0.05541288,0.037788726,0.011416006,-0.011177842,0.017417746,-0.017624155,-0.002264545,-0.010090225,0.0150519805,0.019338937,-0.00858979,0.009661529,0.002830185,-0.07189385,0.0116303535,0.045791045,0.015599758,-0.043726955,0.02904016,0.059922125,0.02191111,-0.007081417,-0.010296634,0.037788726,0.019751756,0.0022466828,-0.014734428,-0.01625074,-0.019196039,0.029627632,-0.0470295,-0.019608855,-0.021434782,0.017735297,0.021879354,0.049506407,0.04728354,0.025801126,-0.01778293,0.00091643614,0.011566844,-0.025467696,-0.00030762883,0.0023101931,-0.021418905,-0.010082287,-0.008010257,-0.03077082,-0.0007368206,0.06954396,-0.040075105,0.044806633,-0.0084151365,-0.029897552,-0.007950717,0.02351475,0.0218476,0.059858613,0.074434265,-0.004715652,-0.043282382,0.023165442,-0.011709742,0.035534106,0.085485086,0.004548937,0.009153446,0.02378467,-0.06522525,-0.03804277,0.028674975,0.03616921,0.015615636,0.0063391384,-0.014647101,-0.022863768,-0.0086215455,0.016512722,0.04296483,0.04496541,-0.023292463,-0.04963343,-0.019704122,-0.046711948,-0.008558035,-0.035153043,-0.048744284,-0.020196328,-0.04941114,-0.022196908,-0.038011014,-0.014464509,0.031739354,-0.072084375,0.024546795,0.00038850543,-0.022085764,0.038423833,0.021657068,-0.023832303,-0.014329549,-0.020815555,-0.0057119722,0.0007913999,0.014821755,0.008145217,0.0058389935,-0.034994267,-0.012765603,0.018195748,0.011312801,0.010701514,-0.043060094,-0.05506357,-0.019307181,-0.028897261,0.038582608,-0.006855161,0.0050927456,-0.026150433,0.010487165,0.010376022,0.055031817,0.011558904,0.011828824,-0.017767053,-0.012162254,-0.029929306,-0.032072786,0.026229823,0.01471855,0.019465957,-0.020958453,-0.013821465,-0.0052793073,-0.03210454,-0.0336923,0.009828244,-0.002603929,-0.0014994424,-0.0073830914,-0.0022407286,0.11577958,0.013900853,-0.001995618,0.0066050882,-0.0046402332,-0.02857971,0.0058588404,-0.016544476,-0.034136876,0.004953816,0.026055168,-0.008962914,0.007319581,0.025166022,0.020132817,-0.011677987,-0.004342528,-0.037534684,-0.025610596,-0.0051324395,-0.019958165,0.026372721,-0.007978503,-0.046457905,0.037756972,-0.040519677,0.013273687,-0.019275427,0.004675958,0.029579999,0.01751301,-0.07024258,0.017941706,-0.012082866,-0.034994267,-0.01705256,0.0013734138,0.016703252,0.044647858,0.05973159,0.012710032,-0.011114332,0.04540998,0.011955845,0.0125512555,-0.023705281,0.032310948,0.03477198,-0.014956715,0.05388863,-0.036867823,0.038138036,0.019592978,0.00021930957,-0.036931336,0.023006666,0.013313381,0.0049696937,-0.0012146377,0.03270789,0.01339277,-0.009216956,0.03562937,-0.015083736,-0.046934232,0.005735789,-0.0058905957,0.015687086,0.0008023158,0.00050138537,-0.060525473,0.02378467,0.006624935,0.015615636,-0.00045226398,-0.0049260305,-0.013281626,-0.021831723,-0.041154783,-0.035407085,0.0458228,-0.023006666,0.007402939,-0.011566844,-0.0069186715,0.016735008,0.0113286795,-0.0013416585,0.00858979,0.030516779,0.013567423,0.0023459177,0.019100772,-0.022736747,-0.027452398,0.019370692,0.027293622,0.01019343,-0.02145066,-0.029802285,-0.053983897,-0.016766762,0.010368084,-0.022863768,0.00089013885,0.018735588,0.0011203643,0.007653011,0.010153736,-0.012503623,-0.038201544,-0.023927568,0.0014706642,0.017973462,0.014464509,0.040996004,0.0076212557,0.000054951437,-0.0038384139,0.0043385588,0.044647858,0.013694444,0.0070655392,-0.04242499,-0.0142819155,0.024133977,-0.009224895,-0.008534219,0.027452398,0.006624935,-0.010249001,-0.004822826,0.009089936,0.010876168,0.021895234,0.011622415,-0.01665562,0.02764293,-0.03543884,0.004116272,-0.026134556,0.035724636,-0.00885971,-0.023927568,0.055381127,-0.0023260708,-0.024292752,-0.02883375,-0.028754363,0.06468541,-0.0039178017,0.01891024,0.013511851,-0.019561224,0.0021077537,-0.01059037,-0.010121981,-0.035089534,0.017227214,-0.016607987,-0.0039753583,-0.0064066183,0.0035546015,-0.011471578,0.0007913999,0.0206409,0.018291013,-0.03037388,-0.0031894161,-0.023800546,-0.0016502797,0.015226634,0.011034943,-0.0010608232,-0.03956702,0.04150409,0.019307181,-0.033215974,0.022244541,-0.013694444,-0.011447761,0.021609437,0.018973751,-0.0069583654,0.0005467854,0.050681353,-0.011416006,-0.006946457,-0.012360725,-0.024594428,-0.003943603,-0.013170483,-0.024832591,0.0009769696,0.040678453,0.014901143,-0.08364328,-0.017560644,-0.020831432,-0.02099021,0.00236378,-0.024880225,-0.03921771,-0.03058029,0.014980531,0.019069018,0.007720491,-0.00885971,-0.02457855,-0.01978351,0.02299079,-0.020101063,-0.011201658,-0.014305732,-0.006815467,0.02451504,-0.02072029,-0.033946343,-0.0054499917,-0.023721159,0.012717971,0.03343826,-0.014575652,-0.0158538,0.005854871,-0.05103066,-0.009439243,0.0025860667,0.014178711,0.0133213205,-0.026134556,0.0023538566,0.0070179063,-0.03848734,-0.007974532,-0.022149274,-0.024864348,-0.032136295,0.016798519,0.022530338,0.022196908,0.014059629,-0.026960192,0.010661819,0.048458487,-0.03921771,0.010796779,0.014766183,0.017767053,-0.025610596,0.023943445,-0.0033422383,0.014710612,0.010947617,-0.004034899,-0.011900273,0.025737615,0.010129919,0.017274847,-0.0107650235,0.025404187,-0.011201658,0.021101352,0.029659387,0.009066119,0.01978351,-0.008748567,0.019529467,-0.024324508,-0.019354815,0.0121384375,0.04169462,-0.048649017,-0.006220056,-0.0026535466,-0.00945512,-0.06878183,0.007398969,0.012702093,0.026055168,0.010241062,-0.03623272,-0.03569288,0.027627053,-0.018751465,-0.016512722,-0.038011014,-0.0057635745,0.005370604,-0.0034593358,0.0052793073,-0.0030683493,-0.0028559861,-0.0030683493,-0.072719485,-0.026563251,0.016496843,-0.022165153,-0.017528888,-0.016004637,0.051792786,-0.018783221,-0.0067360788,-0.025324797,0.033946343,-0.01898963,0.04077372,0.008502464,-0.001108456,0.003209263,-0.012543317,0.011114332,-0.0077363686,0.028992528,-0.028944895,-0.041472334,-0.026642641,0.013916731,-0.007541868,0.002205004,-0.010121981,0.025817005,0.015131368,-0.011098454,0.01805285,-0.0035149073,-0.021323638,0.01684615,0.002544388,0.03597868,-0.015067858,-0.01471855,0.036486764,-0.017147826,0.0031477374,-0.017036682,0.007375153,-0.01911665,-0.004933969,-0.011225475,0.020498002,0.025626473,0.005616707,0.029659387,-0.018529179,0.017068438,-0.04890306,-0.0038602455,0.018529179,0.009105813,-0.020593269,-0.0035684942,0.01659211,0.0042790174,0.0038602455,-0.0056127375,0.010868228,0.015933188,0.019561224,0.008597729,0.00356254,-0.011201658,-0.06455839,-0.0014537942,-0.023403607,0.023689404,-0.0061525763,-0.021371271,0.011154026,-0.010995249,-0.007291795,-0.019640611,0.030167472,-0.0023875965,-0.009661529,-0.020212205,0.03921771,0.020498002,-0.011400129,-0.027500032,-0.002903619,-0.0020621053,0.02318132,0.03058029,0.026388599,-0.0029949155,-0.0023221015,-0.021799967,-0.030008694,-0.011495395,-0.010685636,0.0017346296,-0.00028480473,0.006601119,0.009717101,0.038201544,0.0001659707,0.031993397,-0.037566442,-0.0011283031,-0.018783221,-0.039281223,-0.0065892106,0.024022834,0.0050173267,-0.007387061,0.005374573,0.018195748,-0.02391169,0.03129478,-0.005410298,-0.0038820773,0.006029525,-0.0042353543,0.047950402,-0.013194299,-0.011106392,-0.015909372,0.023594137,-0.0036399434,0.009256651,0.0014706642,0.019656489,-0.0027944604,0.026071046,0.048585504,0.017370112,0.031866375,-0.005442053,-0.014234283,-0.0013932608,0.008303993,-0.007962625,0.03224744,-0.0006872031,-0.00892322,0.009415426,-0.027261868,-0.017560644,-0.013329259,0.030421512,0.014670918,0.016028455,0.019751756,-0.0002408932,0.013638873,0.00007665912,-0.004044823,0.0104077775,0.028865507,0.02570586,-0.025658228,-0.026722029,0.005914412,-0.0050173267,0.024022834,0.0095424475,-0.042647276,-0.016480966,-0.027595297,-0.017084315,0.0031596457,0.007319581,-0.014885265,-0.02797636,0.013376892,0.010503043,0.013448341,0.014011997,0.02791285,-0.03223156,-0.018021094,-0.0044933655,0.05820734,0.017274847,0.006057311,-0.0054579307,0.032898422,0.02597578,-0.037058357,-0.055666924,-0.012535378,-0.016433332,-0.0039991746,0.020545635,0.01678264,0.020752044,0.016512722,-0.028135136,-0.013035523,0.0491571,0.02803987,-0.009399549,-0.004953816,-0.027182478,-0.007653011,0.0029949155,-0.017274847,0.03616921,0.02770644,-0.010304573,-0.00012652476,-0.02630921,-0.0044258856,0.0025940055,-0.023371851,-0.0011104408,0.01717958,-0.04429855,-0.0315647,0.028913138,0.022069886,-0.03296193,-0.013281626,0.017068438,-0.0315647,0.012797358,0.009891755,0.014099323,-0.024038712,-0.029564122,-0.008875588,-0.023721159,0.0063510467,-0.011638293,-0.0027964453,0.015306022,-0.011154026,0.016512722,-0.0033283453,-0.021355394,-0.0144883245,-0.00084002514,0.00064998993,-0.0013615056,0.025753494,0.0026892712,-0.022530338,0.005580982,0.019275427,0.015623574,0.018433912,-0.004822826,-0.03616921,-0.016433332,0.02351475,0.02676966,0.0065217307,-0.023705281,-0.00766095,-0.011812947,0.030072205,-0.0076450724,-0.00486252,-0.038741384,-0.000085900385,0.01558388,-0.049919225,-0.029484734,-0.013043461,0.00959008,0.014774122,-0.011169903,0.0029552213,-0.019148406,-0.014146956,0.0074227857,0.036200967,0.010376022,-0.009931449,-0.015663268,-0.023228953,-0.024816714,-0.008256361,-0.028230403,0.02145066,0.0103522055,0.02245095,0.007406908,0.0034117028,-0.031008985,-0.00858979,0.0037054387,-0.018418035,-0.0028123227,0.018560933,-0.020863188,0.040996004,-0.014861449,0.0056127375,0.020513881,0.026023414,0.040932495,0.009026425,-0.018243382,0.041377068,0.005283277,0.0094868755,-0.0021692794,-0.005303124,-0.0031417834,-0.019799387,0.014099323,0.024356263,-0.0327714,-0.020243961,0.0060890657,0.00213157,-0.019227793,-0.004275048,-0.0006003724,-0.0029949155,0.011439823,0.0141866505,-0.003991236,0.019148406,0.0038384139,0.037534684,-0.020307472,-0.013551545,-0.008645362,0.0026336997,0.034200385,0.0094868755,-0.005501594,-0.031247148,0.009423365,-0.027071336,-0.051189434,-0.011971722,-0.043980997,0.024133977,0.022562092,0.024324508,-0.0089787925,-0.0063232607,-0.007914992,-0.0073949997,0.004616417,0.010034653,0.030786699,0.009979082,-0.038614362,-0.007871328,0.08319871,-0.018291013,0.028817873,-0.022292173,0.025658228,0.019307181,-0.031215394,0.0070059984,0.012948196,0.019402446,-0.02670615,0.00785942,0.017735297,0.008573913,0.009359855,0.0060970047,-0.023054298,0.01671913,0.013456279,-0.009296345,0.00008658263,0.03148531,0.025086634,-0.047315296,-0.024419773,-0.0011392189,0.02676966,-0.017497133,0.0055333492,0.03250148,-0.0023221015,-0.021752335,0.007172713,0.019084895,0.007148897,0.008351626,-0.009439243,-0.000265702,0.023324218,0.008446892,-0.018370403,-0.010749146,0.008216666,-0.0067241704,-0.015941126,0.016044332,0.012416296,0.012035233,-0.025721738,-0.036264475,0.0029333895,0.004501304,-0.014353365,0.021466536,0.0061446377,0.012860869,0.026277455,0.03785224,0.011495395,0.025181899,0.006700354,0.030326247,-0.004243293,-0.021418905,-0.03597868,-0.025626473,0.0047712238,0.017020805,-0.013233993,0.010884106,-0.030183349,0.000531404,0.016338067,-0.008335749,0.008053921,-0.019418325,-0.0032052938,0.005842963,0.017370112,-0.010677697,-0.007843543,-0.018227503,0.009828244,-0.009018486,0.009026425,0.024102222,-0.00899467,0.04556876,-0.018291013,0.053983897,-0.01924367,0.0047672545,0.029516488,0.007855451,-0.013861159,0.0010042592,-0.018687954,0.016068147,-0.023895813,0.0073513365,0.0055928905,0.009256651,-0.018799098,-0.0017316525,-0.038392078,-0.017925829,-0.011408067,0.010622125,-0.0033283453,0.014369243,-0.015028164,0.0016066163,-0.006108913,0.014535958,0.0116303535,-0.003036594,-0.0018606582,0.017624155,0.009621835,-0.016687375,0.014980531,0.0014170773,0.0053586955,-0.0095424475,-0.014710612,0.025674105,0.047664605,-0.03575639,0.0100505315,0.0030266705,0.0064542512,0.021545926,0.030500902,-0.013932608,-0.018163994,0.019100772,0.0025602656,-0.021371271,-0.0294371,0.0010117019,-0.06420908,-0.009137568,0.009050242,0.0050808373,0.011947907,-0.034073364,0.019497713,-0.0011273108,0.0041242107,0.016028455,-0.008256361,0.0011501348,0.045378227,0.006986151,-0.010280756,-0.013448341,0.034740224,0.02597578,-0.026213944,0.012892624,-0.0038542913,-0.028563831,0.006474098,-0.007331489,0.005985861,0.020513881,0.034009855,-0.0030227012,-0.00054033514,0.023689404,0.010376022,0.008296055,-0.0382333,0.025689984,0.0039078784,-0.027865216,-0.004163905,0.01371826,-0.021164862,0.008216666,-0.011860579,-0.0047593154,-0.028278034,-0.004588631,-0.015933188,-0.0035387238,-0.011161964,-0.016417455,-0.008692995,-0.027468277,-0.0021017995,-0.023800546,0.022832012,0.01239248,0.0206409,0.027881095,0.0019072987,-0.027071336,-0.029754654,0.030262737,0.01945008,-0.036518518,-0.010368084,-0.010447471,-0.025531206,0.014980531,-0.034263898,0.0026456078,-0.0016522645,0.009161385,-0.012717971,0.025959903,-0.032453846,-0.0114239445,0.04575929,-0.018402157,0.0027150724,0.026547374,0.033755813,-0.058810692,0.001079678,-0.029691143,0.014647101,-0.052078582,0.007109203,0.03264438,0.0336923,-0.025197778,-0.023546506,-0.0018695893,0.0121384375,-0.011749436,-0.0125195,0.037598196,-0.03950351,-0.018179871,-0.03056441,-0.02670615,0.0050609903,-0.022466827,-0.011281046,0.02065678,-0.025451818,0.009201079,-0.022419194,0.030596167,0.00070605776,-0.011463639,0.009439243,0.0033819324,-0.0069980593,0.00712905,-0.034390915,0.0001690718,-0.007871328,-0.015377471,-0.0073433975,-0.024197487,-0.0022427132,0.0026158374,-0.0069901207,-0.012702093,0.024530917,-0.019545346,-0.04131356,0.012154316,0.015560064,-0.018402157,-0.015822046,-0.020339226,-0.010249001,0.008605668,0.012686215,0.0003607196,-0.01498847,0.005140378,-0.004390161,0.024292752,0.00070605776,0.0008434984,-0.030278614,-0.019624734,-0.04290132,0.0057913605,0.007379122,0.030119838,0.0062240255,0.008962914,0.0013218116,0.010995249,0.012678277,0.011487455,0.0019360768,0.046013333,0.019672366,0.011027005,0.00812537,0.025547085,-0.02445153,0.00426314,-0.006220056,-0.021895234,-0.024229243,-0.008518341,0.028389178,0.046140354,0.013908792,0.0034335346,0.00406467,0.013805588,0.028230403,-0.017370112,0.011820885,0.0019043216,0.016131658,-0.017878195,-0.010082287,0.018148115,-0.019799387,0.006914702,0.028738486,0.01212256,0.043409403,0.027992237,0.016496843,0.016179292,-0.038677875,-0.013710322,0.040170368,0.0076847663,0.018148115,0.069798,0.033597037,-0.01798934,0.024483284,-0.0024610306,-0.008038043,-0.0069623347,0.009240773,0.0038800924,0.009375732,0.0084151365,-0.0051761027,-0.0009209018,0.0013228039,0.032485604,-0.0023756884,-0.006466159,0.015679145,0.02649974,0.009002608,0.05093539,0.025086634,-0.0076649194,-0.03502602,0.018767342,0.011225475,-0.013710322,-0.03543884,0.012559194,-0.023721159,-0.036740806,-0.02824628,0.010376022,-0.036264475,-0.0024352295,-0.04109127,0.00306438,-0.007780032,-0.00024783966,0.009812367,-0.00022327898,0.021466536,-0.0174495,-0.04077372,-0.04163111,0.017322479,0.023752915,0.0154092265,-0.02570586,0.034009855,-0.040678453,0.02551533,-0.020355104,0.008772383,0.008962914,-0.02645211,-0.030739065,-0.009637713],"social":"https://twitter.com/davitbalag"},{"title":"raisesats","description":"turn whatsapp into a bitcoin wallet","niche":"web3","youtube_url":"https://youtube.com/watch?v=OYNe67thNf0","youtube_transcript":"Hello. My name is Christopher Perceptions. I'm the co founder and CEO of no called Clarity, and we are proud to announce Ray Sats. A tool that makes Bitcoin crowd funding and remittance easier. So how it works is you install the RaySAT's extension you would copy and paste your Bitcoin wallet address. You would type in the amount of Bitcoin you want raised, and then you would create a title for your campaign. Once you hit create campaign, the QR code populates, and you also have the ability to share that campaign on Twitter, for network effect as well as WhatsApp to go directly to people as we want this to be a tool that the entire world has access to. And currently, we have over ten installs with our RaySAT extension, and we have a lot of interest from all around the world from various countries based on a survey that we did regarding our mobile support. That connects Bitcoin wallets to Ray SAT. Literally allowing a person to utilize WhatsApp to send and receive Bitcoin through campaigns and WhatsApp. So we're really excited about what the future holds. IOS and Android support is coming as of this month, and we are really excited for the future of remittance, which we believe is Bitcoin, coupled with crowdfunding. For more information, please visit racehats dot x y z Thank you so much for your time, and let's go.","embedding":[0.011891601,0.008130431,-0.005611724,0.051290035,-0.02038989,-0.07267089,-0.010307555,0.04342236,0.014594236,-0.044473384,-0.02672607,-0.023287717,-0.024954343,-0.0091589345,0.045224115,0.022086546,-0.04041943,-0.011215941,-0.014369017,0.03315234,0.013903563,0.017266843,-0.013430602,0.016185788,-0.012777464,-0.0070606377,-0.04246142,0.020404905,-0.016561156,-0.032101315,0.020540036,-0.034984127,-0.014384031,-0.00078076165,-0.032401606,0.020434935,-0.00011788844,-0.011065795,0.006362457,-0.00094967644,-0.028062375,-0.017717283,0.04978857,0.03831738,-0.05666528,0.012214416,-0.062460933,0.031620845,-0.0016093825,0.053392086,-0.0408999,0.01444409,-0.023542967,0.022476926,-0.0067190547,-0.03615527,-0.015975585,0.04117016,-0.030930173,-0.0043429867,0.0046207574,0.019143675,0.0150897205,-0.004635772,-0.01974426,-0.012837523,-0.040539548,0.06396239,-0.014684325,0.050239008,0.032101315,0.005416534,0.019068602,0.01948901,-0.008438231,-0.062460933,-0.0107880235,0.061680168,0.033272456,0.0054090265,0.0028884427,-0.041530512,0.0036860958,-0.018242797,-0.013280455,-0.01680139,-0.028798092,-0.016215818,-0.02381323,-0.0051012263,0.0004487972,0.034383543,-0.012890074,0.036906004,0.004373016,0.005825683,-0.037266355,0.051169917,0.05147021,0.0023816985,0.045224115,-0.021200681,0.027897215,-0.04156054,0.022176633,0.019789305,0.03234155,-0.008866149,0.0433623,0.0008952483,-0.08870653,-0.026921261,0.007995299,-0.009631896,0.008160461,0.0040989984,-0.049968746,-0.064743154,-0.029834103,0.014932066,-0.011936644,0.030089352,0.0076950067,0.03963867,-0.032912105,-0.014158812,-0.051680416,0.0054841,-0.014203856,0.011929137,0.057566155,-0.0043467404,0.10624364,0.0035359494,-0.017552122,-0.032852046,-0.07519335,-0.031170407,-0.050359126,-0.022071531,0.021801267,-0.036305416,-0.029879147,-0.046965815,-0.054262932,-0.006617706,-0.06396239,0.027416745,-0.060118645,-0.06606445,0.0070944205,-0.011058288,-0.010224975,-0.024278684,0.009541808,0.0013316115,0.029744016,0.08456249,-0.04555444,0.01638098,-0.031260494,0.020525021,-0.0055741877,-0.008333129,-0.016546141,-0.027837155,0.0031868587,-0.041890863,-0.05318188,-0.018783323,0.00723706,-0.025930295,-0.027867185,0.022762205,0.009601867,-0.013415587,0.054232903,-0.039728757,-0.02720654,-0.032791987,0.02549487,-0.0010181807,-0.0017426375,-0.035854977,-0.043572504,-0.01029254,0.0012415237,0.0049698483,0.012041747,-0.017416991,-0.0059045097,0.03993896,0.044533443,0.0426416,-0.0195791,-0.05585449,0.029473752,0.013475645,-0.029008297,-0.012094298,0.010705443,-0.0041102595,0.016305907,0.045704585,0.010307555,-0.040989988,0.0130252065,-0.043512445,-0.038467526,0.023257688,0.07170995,-0.011643859,0.009857115,0.022642087,-0.025404783,-0.023257688,0.012364562,0.03693603,0.016846433,0.018377928,0.004485626,0.01890344,0.023858273,-0.0013841628,-0.014684325,0.034894038,0.047266107,0.014369017,0.05062939,-0.025149534,0.04174072,-0.005078704,-0.011854064,-0.022642087,0.043602534,-0.03867773,0.0109682,-0.04972851,0.0017801741,-0.028212521,-0.00708316,0.017522093,0.03609521,-0.017687254,0.055974603,0.012552245,-0.03234155,-0.033933103,0.03900805,0.009316589,0.07086913,0.00059870904,-0.005728088,0.04303198,-0.0062836297,-0.021636106,-0.00967694,-0.0018909071,-0.005611724,-0.044413324,-0.021215696,-0.07285107,-0.04047949,0.0012987669,0.026455808,-0.0058219293,-0.04126025,0.0068541863,0.0017304381,0.04156054,-0.0050111385,0.023572996,-0.0035340725,-0.00708316,-0.032791987,0.034683835,0.02695129,-0.0272666,-0.025870237,0.002762695,-0.0072295526,-0.011170898,-0.0060171196,0.024398802,0.0050561824,-0.014354003,0.060689203,-0.015870482,-0.0036035152,0.0066289664,0.048437253,-0.03189111,0.018137693,-0.018197753,0.020344846,-0.017131712,0.036185298,-0.03573486,0.0045982357,0.007747558,0.020735227,-0.006674011,-0.035374507,-0.045224115,-0.0022259215,0.04591479,-0.0114336535,0.01867822,0.03702612,-0.018468015,0.00247554,0.05906762,-0.014616759,-0.055464104,0.008633422,0.013317992,0.062761225,-0.034984127,-0.003806213,-0.018047605,0.00066580577,-0.013227904,0.007935241,0.021380857,0.043662593,-0.023302732,0.030870114,0.012056761,0.018092649,-0.024248654,0.05690551,-0.067085445,0.019083615,-0.048136957,-0.036785886,0.00094310753,0.0017604673,-0.02067517,0.0058181756,0.0013832244,0.02381323,-0.035975095,-0.03273193,0.0037592922,0.02740173,-0.015675291,0.0014104384,-0.023708127,-0.0025337217,0.021996457,-0.012462157,-0.007169494,0.030539792,-0.01948901,0.006677764,0.024744138,0.009444213,-0.060869377,-0.014526671,0.019759275,-0.034473628,0.0433623,0.010172423,0.000813137,0.024368772,0.0050561824,-0.039278317,0.01996948,-0.015254881,-0.045614496,0.0030367123,-0.01222943,-0.016290892,0.014616759,-0.003151199,-0.029443722,0.03870776,0.02953381,0.008468261,0.029293576,0.0552539,-0.013760924,-0.06744579,-0.02762695,0.013287962,0.052040767,0.0098796375,-0.029729001,-0.0018439863,-0.030840084,0.0046432796,0.004327972,0.016320921,-0.015585204,0.0022334286,0.014233885,0.012184386,0.052521236,0.0062723686,-0.0013053359,-0.004042694,-0.018663205,-0.02213159,-0.012912597,0.013130309,0.014278929,-0.012199401,0.0034702602,-0.018047605,0.006460052,0.02917346,-0.05107983,0.03948852,-0.04252148,0.03999902,-0.00060480874,-0.040959958,0.022927366,0.018963499,0.024954343,0.05183056,-0.046995845,-0.041890863,-0.022612058,0.014121275,0.0131002795,0.05222094,-0.043182123,-0.0077700797,-0.02785217,0.023452878,0.011411131,0.03960864,-0.025209593,-0.0208103,0.018182738,0.05870727,0.023242673,-0.02145593,-0.0026463314,-0.0150897205,-0.022116575,-0.04267163,0.016095702,-0.017597167,-0.066424794,-0.029744016,0.003372665,-0.03696606,-0.001287506,-0.01596057,-0.03234155,-0.024008421,0.03654565,-0.06612451,-0.04138037,0.054713372,0.012409606,-0.0023497923,0.0043317256,-0.010420165,0.020510009,0.004129028,0.02148596,0.01054779,-0.05180053,-0.023918333,0.016726317,0.017717283,-0.030870114,-0.018618163,-0.037296385,0.004286682,0.02662097,-0.07189013,-0.033752926,0.051320065,-0.028392697,-0.0007014655,-0.0051575312,-0.012582274,0.061139643,0.012071776,-0.0061297296,0.0011214064,0.00024469182,0.0035734859,0.01870825,-0.048106927,0.035794917,0.012109313,0.05393261,0.03144067,-0.018528074,-0.018753294,-0.04297192,0.0098421015,-0.029623898,0.012206908,-0.005938293,0.01980432,-0.036785886,0.012169371,0.027972287,-0.007875183,-0.0082505485,0.0040652156,0.013956115,-0.052160885,0.07146972,0.0086484365,0.007957763,0.012184386,0.011103331,-0.021966428,0.007972778,0.007897704,0.0055066217,-0.008881164,-0.04261157,-0.0102399895,0.047656488,0.008115416,0.033692867,0.007920226,0.009887145,-0.024083493,-0.02381323,-0.010900633,-0.018197753,-0.012642332,0.0073834527,-0.006790374,0.043692622,0.0071657402,-0.051139887,-0.022912351,-0.021696165,0.0033219906,0.004496887,-0.024293698,-0.010262511,-0.008798583,-0.014939574,-0.016486082,0.04243139,-0.001481758,-0.0023066252,0.025164548,0.019669188,0.009639403,-0.015975585,0.035104245,0.017507078,0.016591186,-0.023993406,-0.033242427,-0.01887341,0.03783691,-0.0056642755,0.0032675625,0.0020701445,-0.026831174,0.008363158,0.0020457457,0.024774168,-0.024143552,0.010382628,-0.010727965,-0.011328551,-0.0032863307,-0.035915036,0.014323973,-0.06552392,0.05789648,0.011981688,-0.054713372,0.00055225746,-0.018047605,0.037686765,-0.036005124,0.009076354,-0.034353513,-0.0069780573,-0.006448791,-0.00236293,-0.008303099,-0.02106555,0.010442687,0.012462157,-0.010577818,-0.009586852,0.016681273,0.07747558,-0.015465086,-0.0038475033,-0.016606199,-0.014271422,0.0011964797,0.013032714,0.02672607,-0.02058508,-0.020555051,-0.045374263,-0.027506834,0.009639403,0.001188034,-0.034083247,0.02813745,-0.031350583,0.012312011,0.0072032767,-0.014519163,-0.011095824,0.034293454,0.030840084,-0.0017538985,-0.009038817,0.021846311,0.018167723,-0.021155637,-0.047236077,0.03660571,-0.0055366512,0.02720654,0.06606445,-0.007552367,-0.05345214,0.016230833,0.031710934,0.02933862,0.0013804091,-0.000693489,-0.0018946608,-0.014354003,0.033332516,0.016110716,0.031801023,0.0011495589,-0.033993162,0.005870727,0.021846311,-0.0058744806,-0.019203734,0.011366088,-0.0050561824,-0.017762328,0.015840452,0.03231152,0.00040281483,0.021365842,-0.037626706,0.04507397,-0.026425779,0.0044443356,0.0038550105,-0.012364562,0.015359984,0.035885006,0.0043242183,-0.051229976,0.011523741,-0.003918823,-0.022657102,-0.022461912,0.021831296,-0.017777342,-0.016651243,0.0278822,0.005416534,-0.041470453,0.029683957,-0.021786252,-0.048737545,0.03858764,0.030209469,0.006944274,-0.034954097,0.006264861,0.0013409957,0.008881164,-0.0008825797,-0.0272666,-0.011125853,-0.008963744,0.017191771,0.020044554,0.006580169,0.031831052,-0.015390013,0.01032257,0.018182738,0.034773923,0.0011026381,0.03276196,-0.008340636,0.017957518,0.022116575,-0.004834716,-0.046545405,-0.011178405,-0.009324096,-0.035074215,-0.043692622,0.019173704,-0.023557981,0.009669432,-0.010082335,0.024533933,0.028482785,-0.030284543,-0.026200559,-0.014947081,0.01284503,0.012912597,0.03573486,-0.013993651,-0.03735644,-0.022536986,0.023888303,-0.03486401,0.010585326,-0.014841978,-0.016230833,0.0138960555,0.013543212,-0.0053226925,0.008558349,-0.032551754,0.025134519,-0.0038155972,-0.007777587,-0.0061522517,0.01954907,-0.041440427,-0.016936522,-0.05345214,-0.0028002316,-0.0009759521,-0.030059323,0.011358581,0.0009890898,0.016471067,-0.0025205838,0.0032375332,-0.031801023,0.05219091,0.02765698,-0.015149779,-0.011411131,0.0398789,0.015900511,0.02339282,0.02510449,0.034053218,0.019849364,-0.017176757,0.017236814,-0.012357054,0.018468015,-0.01276245,0.027957272,0.015915526,0.023768187,0.028212521,0.037686765,0.033542722,0.009076354,0.00031178852,-0.02044995,0.015074706,0.024068478,-0.012019224,-0.016771361,0.02650085,0.0071282038,-0.021666136,0.007912719,-0.02064514,0.017792357,-0.0134230945,-0.014421568,-0.013122802,-0.010795531,0.020750241,0.010022277,0.0010895003,-0.027942257,-0.0064713126,-0.00689923,-0.018092649,-0.01017993,-0.017957518,-0.017552122,0.04216113,0.059758294,0.015119749,-0.058406975,-0.05411279,0.030704953,0.013047728,0.005585449,-0.00092715444,-0.019023558,0.033122312,0.02174121,0.0040802304,0.033843014,-0.010555297,0.0022259215,0.02423364,0.030254513,-0.0087235095,-0.003462753,-0.024143552,0.010975707,0.024308713,-0.02791223,0.0026819913,0.017957518,0.062821284,0.0027683256,0.010480223,0.0053865043,0.012837523,0.023362791,-0.02229675,0.04035937,0.013655822,-0.032011226,0.0069405204,-0.034263425,-0.01017993,0.007090667,0.010990721,0.014917051,-0.015540159,-0.011200926,-0.008378173,0.023948362,-0.024323728,-0.008513304,0.016831418,0.029308591,0.022567015,0.0042791744,0.054232903,0.030329587,-0.030990232,-0.043722652,-0.0015108489,0.02594531,0.033242427,0.0034683833,0.01851306,0.048197016,0.016936522,-0.035404537,-0.031290524,0.034894038,-0.028632931,-0.006674011,0.015254881,-0.013986143,0.03912817,-0.026921261,-0.012274474,-0.016531127,0.029128416,0.042251218,-0.013580748,0.011673888,-0.032852046,-0.00012574767,-0.01938391,0.008573364,-0.04720605,0.03903808,-0.016876463,0.0022934873,-0.015810423,-0.021155637,0.011824034,0.008528319,-0.032521725,0.021996457,0.013963622,0.018212767,-0.027296629,-0.0047183526,-0.013775938,-0.02588525,-0.012086791,-0.031110348,0.00089947117,0.048227046,-0.011058288,0.037716795,0.012146849,-0.0062010493,0.0039526056,-0.002820877,-0.0039526056,0.03144067,-0.011666381,-0.018437987,-0.027101438,0.0016506728,-0.014241393,0.027566891,-0.003774307,0.032581784,0.030569822,-0.030584836,0.023572996,0.0028753048,-0.038407467,0.03897802,-0.00017407606,-0.0064187613,0.0076950067,-0.009391662,0.02617053,0.010930663,0.0032281491,0.011118346,-0.010953185,0.002674484,0.02510449,0.003119293,0.05573437,0.031050289,0.027161496,-0.0057768854,-0.032071285,-0.01284503,0.012799987,-0.029428707,0.017251829,0.010622863,0.024729123,-0.025449827,-0.012372069,-0.0062573543,0.0119441515,-0.0059307856,0.008415709,-0.014849486,-0.0027157743,-0.015600218,0.021981442,-0.02151599,0.010037292,-0.040119138,0.005810668,0.008107909,0.028858151,0.034323484,0.042701654,0.0433623,0.024488889,-0.0020907896,-0.00964691,-0.056425042,0.0057731317,0.01169641,-0.003308853,0.0195791,0.010697936,0.0068504326,0.017266843,0.021846311,-0.027987301,0.0012884444,-0.025870237,0.003318237,-0.017086668,0.029158445,0.016441038,0.0374165,-0.0015099104,-0.01169641,-0.023963377,-0.005848205,-0.0070193475,0.012447142,-0.031230466,-0.016651243,0.014323973,0.0059983516,0.0016882094,-0.028452756,-0.0050561824,0.03825732,0.006535125,-0.05735595,-0.023302732,-0.0008394126,-0.02720654,0.008032836,0.026410764,-0.021425901,0.024428831,-0.018948484,0.000044164175,0.023948362,0.027086424,-0.013888548,-0.014661803,-0.018362913,-0.011936644,0.0050862115,-0.019609129,-0.004102752,0.019729245,-0.03744653,-0.0016553649,-0.032221433,-0.0033407588,0.003329498,0.015555174,0.015855467,0.011448668,0.005191314,0.008978759,-0.026440794,-0.0031024015,0.006125976,0.047055904,-0.017056638,-0.020344846,-0.0015831068,-0.029308591,-0.009924682,-0.023783201,0.048317134,0.019413939,0.010780516,-0.004737121,0.012694884,-0.004016418,-0.01638098,0.0071619865,0.023137571,0.0056530144,0.019188719,0.002030731,0.00005413484,0.0037911984,-0.0068541863,-0.0007094421,-0.025119504,0.01596057,0.020600095,-0.0064187613,0.011463683,-0.022897337,0.016756346,-0.0036128995,0.053332027,-0.029518796,-0.02151599,-0.0064262687,-0.005859466,0.0006038703,-0.0091589345,0.019308835,0.000020733116,-0.04300195,-0.0015662153,-0.0026444546,0.04804687,0.013956115,-0.0111859115,0.02549487,-0.007822631,0.0025543668,-0.015465086,0.0031418148,0.01040515,-0.004605743,-0.010622863,0.018633178,-0.0051875603,-0.003960113,-0.0023554228,0.02235681,0.0032938381,0.006204803,0.0031324306,-0.002284103,-0.0033576505,0.019083615,0.0032281491,0.020119626,0.009864623,-0.0090463245,0.045284174,0.014594236,-0.027762081,-0.009834594,0.015074706,-0.00004278588,-0.0054540704,0.007623687,-0.019473998,-0.008017821,-0.030870114,-0.0039450983,0.010945678,0.008438231,-0.001497711,0.011891601,-0.023828244,-0.022041501,-0.026741086,-0.015690306,-0.023678098,0.053842522,-0.008468261,0.04204101,0.012417113,0.019789305,0.00051519007,0.012980162,-0.0017313765,0.04303198,0.032551754,0.006433776,-0.0038850398,0.022852292,-0.009932189,0.002751434,0.012251952,-0.006842925,0.00701184,-0.034713864,-0.007244567,0.006433776,-0.008197997,0.047926754,0.038497556,-0.03531445,0.008753539,0.0139711285,0.010863097,-0.009579345,0.08378173,0.0031042784,0.020795286,0.020059569,-0.016816404,-0.032581784,-0.021140622,0.001852432,-0.0009051017,-0.0042228694,-0.032401606,0.0023835753,0.00636621,0.012965147,-0.0034270932,-0.033242427,0.024173582,0.018813353,-0.024113523,-0.0011777114,-0.0014751891,-0.01017993,0.023257688,0.0055892025,-0.031050289,-0.0065501397,-0.0178374,0.009909667,-0.026635984,0.008851134,-0.008423217,0.018137693,0.017371947,0.036635738,-0.013062743,0.015352476,-0.015615233,0.009226501,0.022732176,-0.015044676,-0.011613829,-0.0053865043,0.016606199,0.0032544248,-0.01915869,0.0068391715,-0.012289489,-0.0025843962,-0.023663083,-0.018317869,-0.0005194129,-0.015885497,0.017882444,0.03867773,-0.015390013,0.011681396,0.04378271,0.04384277,0.046275143,0.0219364,-0.031740963,0.02235681,-0.006568908,0.032882076,-0.005769378,-0.0002068033,-0.017672239,-0.018017577,0.010427672,0.017251829,-0.021140622,0.01458673,-0.006403747,0.007702514,0.022506956,-0.035854977,0.0070043327,0.02084033,-0.013730895,-0.0053865043,-0.021275755,0.002340408,0.0019115523,0.022597043,-0.0025487363,-0.0069667962,0.02846777,0.027281614,-0.0022127836,0.029323606,-0.015112242,-0.011756469,0.017852414,0.0013438109,-0.007368438,0.020795286,-0.025645018,0.011748961,-0.029203488,-0.007912719,0.0012349547,0.03942846,-0.020735227,-0.0017163618,-0.004260406,0.009909667,-0.028392697,0.000926216,0.0051687923,0.0013888548,-0.019834349,-0.008513304,0.003415832,0.01276245,0.045584466,0.00723706,-0.0065388787,-0.02785217,-0.02109558,-0.0139411,0.022927366,0.016305907,-0.010330077,-0.014211363,0.0005958938,0.008603393,0.03789697,0.007845153,0.027416745,-0.012041747,0.012980162,0.037626706,0.037056148,0.011373595,0.0070080864,0.02704138,-0.048197016,-0.015097228,0.031620845,0.043182123,-0.02445886,-0.012784972,0.0029935453,-0.029443722,-0.007987793,-0.006872955,-0.0027908476,0.028738035,0.015247374,0.008160461,-0.011628844,-0.0119441515,0.004759643,0.015450072,0.0014301451,-0.012251952,0.026380735,-0.026666014,-0.025705075,-0.008806091,0.00039976498,0.0039788815,-0.029413693,-0.0416206,-0.01108081,-0.01040515,0.009962218,0.018633178,0.001987564,0.02594531,-0.019203734,-0.0117940055,-0.0599685,0.00506369,0.05519384,0.007649963,-0.015480101,-0.009016296,-0.025735104,0.0023272703,-0.030239498,-0.014526671,0.030719968,0.005127502,0.0029672696,0.026996335,-0.026966305,-0.003308853,-0.031320553,0.02484924,0.015269896,0.014526671,-0.013040221,0.03744653,-0.014684325,0.015885497,0.016726317,-0.009549315,-0.046124995,0.017942503,0.032491695,-0.021170652,-0.008926207,0.015420042,0.014721861,-0.0009449843,0.00017208193,-0.002828384,0.033002194,0.011756469,0.0051988214,0.04417309,-0.016486082,0.012965147,0.017672239,0.0014113768,0.00047835728,0.04378271,0.06522363,-0.024609007,-0.0023103787,0.024909299,-0.011043273,-0.012717406,-0.0106754135,0.04005908,0.017326903,-0.009504272,-0.04507397,-0.004072723,0.020555051,-0.022536986,-0.011313536,0.048076898,-0.023272702,0.014211363,-0.02746179,-0.036725827,-0.046485346,-0.00023741911,0.0023572997,-0.009744505,0.049037836,0.010773009,-0.0056342464,-0.02084033,0.019473998,-0.008663451,0.0017088545,-0.024909299,0.01915869,0.024563963,-0.060268793,-0.034773923,-0.015885497,0.0049961237,0.023618039,-0.0025562437,0.02174121,0.058106683,0.018077634,-0.014699339,0.017762328,-0.018828368,-0.030314572,-0.015149779,0.022567015,-0.017582152,-0.017522093,0.017852414,0.0047558895,-0.021606077,0.041440427,-0.021365842,0.0039788815,0.02339282,-0.0026707302,0.027416745,0.0024098507,0.014819456,-0.03531445,0.021425901,0.004609497,-0.030164426,-0.032371577,-0.011095824,0.027897215,-0.008385681,0.004005157,0.0016394118,0.0031455685,0.007875183,-0.017416991,-0.01340808,0.0025843962,-0.030224483,-0.001364456,-0.00510498,-0.033722896,-0.015945556,0.015390013,0.04216113,-0.016786376,0.0058181756,0.024308713,-0.008963744,-0.0055178828,-0.0041665644,0.008205504,0.025059445,0.003440231,-0.030524777,-0.0114336535,0.005026153,0.018843383,-0.006824157,0.04204101,-0.016861448,-0.05189062,0.015374999,0.018407958,0.002064514,0.028362667,0.021350827,0.049157955,-0.026455808,-0.008663451,0.0012096175,0.035074215,-0.014391539,0.018407958,0.00038428113,0.03939843,-0.010134887,0.009504272,-0.028062375,0.00361853,0.010893126,0.0139335925,-0.0018965376,-0.009721984,-0.0090087885,-0.0032825773,0.015074706,0.01001477,0.020510009,-0.0035922544,-0.00903131,0.015690306,-0.017627196,0.018197753,0.06576415,0.034353513,0.016891478,-0.011666381,0.0013663329,-0.025224607,0.030749997,0.008731017,-0.016170776,-0.013355528,-0.02740173,-0.026575925,-0.016290892,-0.01276245,0.017597167,-0.035404537,-0.02100549,-0.0033257443,-0.017056638,0.011884093,-0.006734069,0.037716795,0.0060433955,-0.0045907283,-0.030314572,0.008348144,0.029203488,0.00819049,-0.052461177,0.019834349,0.019413939,0.06372216,0.0011561278,0.012815001,-0.011366088,-0.010998229,0.020179685,-0.006125976],"social":"https://twitter.com/cmpgfb"},{"title":"learnai","description":"a site that takes content and makes it interactive to learn.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=cmuR-E1kWoQ","youtube_transcript":"I've got space. I'm afraid. Hey. I'm so many. I've got space. I'm legit. And on David. And we have been working on something that we wish you had in college. Many teachers have been posting lectures on YouTube. And we made it easy to learn any videos through interactive features. This is called u m dot a I, and it's now available online. To start head to you learn AI, and you'll see a list of courses from biology to computer sciences. That have been posted from on YouTube by Ivy League universities and many other YouTube channels. You you can either choose to learn those videos or you can your own YouTube URLs. Yeah. And the best part is that you get to you get a friendly AI tutor named Lanny, and Lanny is a chatbot that'll help you through all your questions specific to the video. And for Convenience, we've also added a Chrome extension that redirects you to the user dot ai when you click on any YouTube video. Yeah. And this is how the extension works. You just go on mute. And then it's gonna process it in the background and same thing. We didn't have enough traction before because we didn't have a good website. But since we got ulearning, we have been doing good numbers since we've also been advertising on social media. Yeah. So to get started, head over to user. Ai and master any topic.","embedding":[-0.017095791,-0.014275273,-0.027399315,0.02466514,0.028248347,-0.062396757,-0.0008589268,0.041444343,-0.0019193192,0.063317746,0.01051938,-0.053129345,-0.013778805,-0.03424914,0.00093987276,-0.034652073,-0.045157064,-0.019024104,-0.01218147,0.015153088,0.020563876,-0.0059432336,0.03632136,0.03088179,0.038911633,-0.09399807,0.035486717,0.05551815,-0.06867097,0.020045822,0.027701514,-0.028133225,-0.039516028,0.026305644,-0.0199307,0.0006781474,0.009389734,0.024823435,0.018390927,-0.013383069,-0.021758279,-0.0014426373,0.03767406,-0.03301157,-0.032033022,0.025140023,-0.014124174,0.01489406,0.0075693484,0.027312972,-0.077190086,0.04797758,-0.03125594,0.029874463,-0.05736012,0.0145343,-0.012742696,0.015066745,-0.0130233085,-0.03237839,-0.0074182493,0.008663018,0.008663018,0.010476208,-0.008425578,-0.023370003,-0.03194668,0.02755761,-0.053561054,-0.013397459,0.027744684,-0.0057273777,0.023398785,-0.008950827,-0.0047812094,0.039516028,-0.047027815,0.048495635,-0.014210517,-0.00071907014,0.008382406,0.041962396,-0.022808779,-0.03269498,-0.024809044,0.014922841,-0.016563347,-0.001242071,-0.039717495,-0.042969722,-0.006317384,0.0021855414,-0.0740242,-0.0005576279,0.044092175,0.033961337,0.007914718,0.022189992,0.076096416,0.021499252,-0.03125594,-0.069304146,0.010209986,0.0016036298,0.029226895,-0.019527769,0.040062863,-0.048754662,-0.03519891,0.008375211,-0.11241778,0.011425975,0.013498192,-0.021916574,-0.00014334184,-0.019844357,0.015066745,-0.039429687,-0.049301498,-0.059345994,-0.056122545,0.024909776,0.061936267,-0.03623502,0.026651014,-0.030593982,-0.009512052,-0.017987996,-0.04354534,-0.0114907315,0.040839944,0.013375874,0.02866567,-0.019527769,-0.023427565,0.000618787,-0.034652073,0.006011588,-0.0009902392,0.007036904,0.038710166,-0.022779997,-0.007033306,0.0010316116,-0.04610683,-0.032925226,-0.0536474,-0.0003840437,0.0060079903,-0.013908318,-0.017599454,0.028852744,-0.07166418,-0.014822109,-0.034306705,-0.011015848,-0.03594721,0.048409294,-0.030306175,-0.0054611554,-0.011030239,0.042019956,0.0010397062,0.016836764,-0.0066087893,0.04725806,0.0035958004,-0.03301157,-0.07034026,-0.009044364,-0.036781855,-0.01143317,-0.018419707,0.02830591,0.058252323,-0.027010774,-0.00066600554,-0.04832295,-0.0022107246,-0.038911633,-0.0009160387,0.015829436,-0.013037699,-0.023355613,-0.054683506,-0.011418779,0.0048963325,-0.055259123,-0.0010154224,0.022002917,0.0053999964,0.02544222,0.030910572,0.041530684,-0.008742166,0.0074614207,0.044408765,-0.03738625,0.05695719,-0.01270672,0.040839944,0.0242766,-0.022564141,0.021009978,0.032838885,0.0073750783,0.012030371,0.048754662,-0.056151327,-0.016477004,0.05980649,-0.023485128,0.025197584,0.02691004,-0.043833148,-0.038336016,-0.038019426,0.0018635563,-0.041070193,0.034997445,-0.02541344,0.017182134,0.029342018,-0.03301157,-0.019916309,-0.010404256,0.051057126,-0.021916574,0.027701514,0.022233162,0.017628236,0.028104445,-0.024017572,-0.02393123,0.057590365,-0.054971315,-0.0020074602,-0.026233692,0.026651014,0.013944294,0.011296461,0.0013392062,-0.008519115,0.031342283,0.03623502,-0.010274743,-0.043084845,-0.034018897,0.050337605,0.041991178,0.033961337,-0.020463144,0.037616495,-0.058626477,0.0024337757,-0.04912881,-0.022564141,0.052927878,0.042336546,-0.01634749,-0.003777479,0.025873933,-0.034047678,0.0068858047,-0.0058820746,0.000016667002,-0.02580198,0.027097117,-0.009360953,-0.0063317744,0.015124307,-0.005198531,0.0143832015,-0.009914983,-0.0044106566,0.020722171,0.0063497624,0.04173215,-0.01820385,0.039832618,0.0060763448,-0.00037122724,0.023888057,0.05707231,-0.007885938,-0.0033601576,-0.06487191,-0.03663795,-0.052122016,-0.032551076,-0.009346562,-0.0009866415,0.026320035,-0.016102854,0.008403991,0.038710166,0.04826539,0.03706966,-0.0038818095,0.04904247,0.03151497,-0.042653136,0.021556813,-0.01852044,-0.0100444965,0.048697103,0.016851155,0.014750157,0.013253555,0.0010415049,0.013627705,0.09324977,0.03151497,0.035371594,-0.032407172,-0.048754662,0.025327098,-0.036522824,0.036925755,0.011720978,-0.004863954,-0.0046696835,0.0020452351,-0.038019426,-0.019254351,0.009512052,0.050567854,-0.0016692859,-0.012749891,-0.025542954,0.04072482,-0.0072815404,-0.0144695435,-0.008087403,0.0034141215,-0.012879405,0.005097798,-0.014635033,-0.02319732,0.030910572,-0.084097475,-0.04835173,-0.03309791,0.031860337,0.007583739,0.011620245,0.005817318,-0.025701247,0.0056122546,0.01143317,-0.017671406,-0.045761462,0.011980005,-0.02830591,0.00093177817,-0.019383864,-0.039688714,-0.032522295,0.02583076,0.0093825385,-0.03019105,-0.0065260446,0.045128282,0.054971315,0.0048207827,0.010576941,-0.006051162,-0.01216708,0.023801716,-0.0033511636,0.005115786,-0.0398614,0.060151856,-0.030709106,-0.019686062,0.02509685,0.028449813,0.010454623,-0.0377604,0.062339198,0.030047148,0.011965615,0.009950959,-0.051258594,-0.0044754134,0.025974665,-0.010850359,-0.017556284,-0.0123973265,-0.01854922,0.06475678,-0.06366311,-0.02721224,-0.016030902,0.029932024,0.014692594,0.05586352,-0.0021333762,-0.012534035,-0.029126162,0.011555488,0.0023672201,-0.030709106,-0.019901918,0.018347755,0.024794653,0.031773996,-0.030939352,0.0074182493,0.021700718,0.023370003,-0.051057126,0.0449556,-0.011663416,-0.00043710828,0.022779997,-0.029140553,0.025499782,0.06625339,0.044581447,-0.007619715,-0.050280046,0.015685532,-0.0019427035,0.002539905,0.037587717,0.016102854,-0.021484861,-0.0069325734,-0.021628765,-0.015599189,0.047603432,-0.024578797,-0.011562684,-0.05048151,0.0028924698,-0.024924167,0.018765077,0.021153882,0.0038314431,0.0027233826,0.024765871,-0.070225134,-0.004968284,-0.023298051,-0.0290686,-0.04602049,0.010051692,0.0005981008,-0.008857289,-0.03583209,-0.02724102,-0.013678072,0.05842501,-0.02319732,-0.0355155,-0.008029841,-0.056410354,-0.0042775455,0.014037832,-0.0061159185,0.02467953,-0.05045273,0.004917918,0.021197055,0.0135125825,-0.01086475,0.011210118,0.016030902,-0.014807718,-0.01667847,-0.020218506,-0.0032828092,-0.025140023,-0.03914188,0.016030902,-0.00031501477,-0.04613561,-0.0041768127,-0.040149204,-0.043660462,0.012037567,-0.012210252,0.061475772,-0.009238634,0.0059360387,-0.01107341,-0.026032226,0.0040616896,0.011166948,-0.019801185,0.031773996,0.058252323,-0.016764812,-0.013663681,-0.01414576,0.0060583567,-0.050222483,-0.0050222483,0.015584799,-0.0033277792,0.0109151155,-0.017599454,0.036810633,-0.024794653,-0.008130574,-0.013490996,0.003849431,-0.016477004,0.0728154,-0.026377596,-0.036522824,0.002153163,0.030277394,-0.005590669,-0.019700453,0.036148675,0.01922557,-0.0045905365,-0.005450363,-0.03157253,-0.0016692859,0.0015991328,-0.035688184,0.012972943,0.0030399712,-0.049848333,0.032033022,-0.014354421,-0.017714579,-0.018045558,-0.01639066,0.02285195,0.00331159,-0.031745214,0.014368811,0.00031119233,-0.024420504,-0.033990115,-0.020290459,0.008986803,-0.0019606915,0.041501902,0.019542158,-0.010483404,0.022434628,0.013670877,-0.005853294,0.018103119,0.021355348,0.040955067,-0.007540568,0.02246341,-0.033270597,0.017210914,0.029284457,0.0014480336,-0.050654195,-0.018016776,0.001367987,0.0067167175,-0.0073355045,0.023772934,0.042048737,0.01811751,0.0060799425,0.0031982656,-0.011936834,0.007018916,0.032263268,-0.0030165869,-0.023398785,-0.009109121,-0.02250658,0.053071782,-0.019110447,-0.00040270624,0.014764546,-0.011634636,0.031802777,-0.012318179,-0.06170602,-0.0127283055,0.022276334,0.013613315,0.00836082,-0.0364077,0.010670479,-0.009792665,0.04104141,0.032033022,0.0015775472,-0.011562684,0.0018077935,-0.009231439,-0.00048387708,0.030939352,-0.022823168,0.0022862742,-0.004637305,-0.024823435,-0.018333364,0.010346695,-0.011548293,-0.012829038,-0.029471532,0.00044497804,-0.0038710167,0.020607047,-0.009821446,-0.00014525307,0.007270748,-0.018649954,-0.038508702,0.0093825385,-0.0028744817,-0.018031167,0.00018853668,0.039746273,-0.023916839,0.026780527,-0.011879272,-0.002047034,0.037530154,0.016419442,0.007813985,-0.0074686157,-0.00427035,-0.040897507,-0.019714843,0.013678072,0.07275785,0.036522824,0.014937231,0.04901369,-0.02830591,-0.030075928,-0.0019894722,0.02246341,-0.017138962,0.011195729,0.0038997973,-0.00047533278,-0.023370003,0.012972943,-0.01883703,-0.0090515595,-0.00780679,-0.032090586,-0.0073966635,-0.015915778,0.02396001,0.048524417,-0.0032324428,0.020045822,-0.008922046,-0.026679795,-0.016995057,0.022319505,-0.0068066576,-0.048006363,0.017182134,0.011764149,-0.027730294,-0.04279704,0.010080473,-0.026679795,0.024650749,0.011440366,-0.006299396,-0.033587184,0.0028169202,-0.018247023,-0.02722663,-0.004774014,-0.08156477,0.0035490314,-0.009519247,0.0030075929,-0.027384924,0.002342037,0.01032511,-0.008727775,-0.0028564937,0.028075663,-0.012260618,0.027284192,0.006148297,-0.0016611913,-0.023413176,-0.0002538556,0.0014957018,-0.003885407,0.015153088,0.0019948687,0.0021675534,-0.01673603,0.013699657,-0.017138962,-0.045905363,-0.018074337,0.008022646,-0.011850491,-0.018232632,0.008008256,0.004874747,-0.008418382,0.01883703,0.05295666,0.023686592,-0.06769242,-0.0025417039,-0.029226895,0.016088463,-0.005831708,0.033155475,0.038019426,-0.06671388,-0.020851685,-0.023427565,-0.024449283,0.021340959,0.005320849,-0.0065260446,-0.014491129,-0.041530684,-0.010461818,0.029644217,-0.039516028,-0.015527238,0.0043746806,0.0025956677,-0.0060403687,-0.009368148,0.022247553,0.012598792,-0.04757465,-0.010195596,-0.046365857,-0.0485532,-0.031342283,0.021916574,0.028464204,0.04895613,0.019988261,-0.0047056596,0.01852044,0.034882322,-0.032033022,0.016088463,-0.022679266,0.014937231,-0.025859542,0.02178706,0.0027089922,-0.020952417,0.003489671,-0.018434098,-0.0015676538,0.00942571,-0.021988526,-0.017829701,0.011864882,0.02541344,0.03709844,-0.023715373,0.01326075,-0.023859277,0.061418213,-0.016563347,-0.012793062,0.02066461,0.0006678043,-0.012857819,0.03154375,-0.011116581,-0.0011413383,-0.032579858,0.017944824,-0.03053642,-0.022204382,-0.0024355745,0.008965217,-0.034795977,0.00069793424,-0.043142408,0.029327627,0.014922841,-0.01525382,-0.043660462,-0.011044629,-0.025283927,0.016361881,-0.010677674,0.012908186,-0.01526821,0.016836764,-0.056237668,-0.03122716,-0.008245697,-0.00852631,0.012051957,-0.008591067,0.016548956,0.02725541,-0.019455817,-0.022650484,0.013361483,-0.016289929,0.0035868064,-0.0064217146,0.012418912,-0.030622764,0.012131104,-0.036839414,0.024118304,-0.018592393,-0.026751747,0.011836101,-0.033817433,0.026017837,-0.0067742793,-0.032723762,0.02034802,0.052899096,-0.010080473,-0.021254616,-0.009037169,-0.00163331,0.0076053245,0.041444343,0.00997974,0.04239411,-0.03088179,0.03632136,-0.0063677505,-0.0334145,-0.005320849,-0.011533903,0.0370121,-0.025730029,-0.033644747,-0.0036875391,0.010871944,-0.0011458353,0.021743888,-0.032896448,-0.026766138,0.038019426,-0.016764812,0.0039177854,-0.020563876,0.01673603,-0.041674588,0.0025812774,0.02544222,0.003140704,0.015886998,-0.0141745405,-0.0023744155,-0.023672203,0.0008962519,0.026291255,-0.010317914,0.054712288,-0.03151497,-0.0038926022,0.007439835,-0.003759491,-0.020592658,0.014311249,0.08156477,-0.025686858,0.006587204,0.04472535,0.030910572,-0.026579062,0.022708045,-0.020132165,-0.0086918,0.028104445,-0.045761462,0.007770814,0.0021045955,-0.010504989,-0.020938028,0.0188802,0.031687655,-0.015397724,0.013361483,0.006396531,-0.018045558,0.0135125825,-0.010102058,-0.021340959,0.02290951,-0.01324636,0.023024634,0.0074542253,-0.021254616,-0.00007324487,0.00050366385,0.0028834757,0.007835571,-0.008619848,0.024578797,-0.0039249808,0.02505368,-0.0054575577,-0.02580198,-0.0012258819,-0.0061339065,0.045300968,-0.0031478992,0.002108193,-0.012433303,0.0054431674,0.026104178,0.0019570938,0.011123776,-0.0755208,-0.010857554,-0.041357998,-0.008835703,-0.003928578,0.01814629,-0.026276864,0.019009713,0.017239695,0.0047812094,0.0017844092,-0.017916044,0.0034734819,-0.0140522225,0.0007707856,0.010958287,0.0010567948,0.002619052,0.0028564937,-0.02469392,-0.01143317,-0.031745214,0.004982675,0.021269007,-0.0006124912,-0.017570674,0.02036241,0.024924167,0.009771079,0.0058856723,0.028003711,0.0043782783,-0.018261412,0.03447939,-0.030047148,0.018347755,-0.0029860071,0.035371594,0.0050906027,0.04026433,-0.0056914017,0.013886733,0.0008296963,-0.005176945,-0.0064684832,-0.0039357734,0.007518982,-0.029169334,0.009130706,0.02758639,0.012972943,0.029198114,0.015153088,0.02138413,0.034018897,0.0061339065,0.038710166,0.013037699,-0.009324977,-0.017239695,0.025168803,0.031054476,-0.007893132,-0.03160131,-0.036062334,0.018362146,-0.003122716,0.028392252,-0.016059682,0.0053892033,-0.0003156893,-0.0028259142,-0.013095261,0.0007829275,-0.011210118,-0.0398614,0.0034554938,-0.03157253,-0.006090735,-0.001385975,0.012951356,-0.008835703,0.016102854,-0.012843429,-0.04325753,-0.0048603565,-0.0031245148,0.015124307,0.013814781,-0.0045149866,-0.0123973265,-0.026564673,0.033587184,-0.004097665,0.015412115,-0.025542954,-0.01234696,-0.018808248,-0.034335487,-0.022592923,0.04026433,-0.019024104,0.024852214,-0.00819533,-0.009512052,0.0040077255,0.007576544,0.0066735465,0.00019067276,0.00004204694,0.0066807414,0.009015583,-0.012656353,0.029356409,-0.011706588,0.003419518,0.0045293774,0.010138034,-0.007403859,0.023801716,-0.033155475,0.005752561,0.016592126,0.04901369,-0.0072635524,-0.005968417,-0.022650484,-0.004011323,0.018995324,0.025471002,0.027514437,-0.0033151875,-0.003419518,0.014908451,-0.009612785,-0.027442485,-0.034680855,-0.00010393689,0.0031478992,0.009555223,-0.02467953,-0.007170015,-0.0014426373,-0.01780092,0.009253025,-0.010339499,0.031457406,-0.050567854,0.0062742126,0.02722663,0.029845683,-0.030968133,0.014706985,-0.024118304,-0.003113722,-0.005590669,0.00038381884,-0.020563876,0.011922443,-0.007205991,-0.0034932687,-0.0015946358,0.00048027947,0.011620245,-0.014764546,0.020880464,0.009173878,-0.010504989,0.02798932,-0.012951356,0.019829966,0.0058640866,-0.01598773,0.0029464336,-0.034968663,-0.004317119,0.01922557,0.014253688,0.02070778,0.01712457,-0.026391987,0.04178971,-0.023470737,-0.015368943,-0.009303391,0.013080871,0.017944824,-0.018865809,0.0035670195,0.0085119195,-0.019916309,0.02109632,0.0037091246,-0.011814515,-0.020866076,-0.008432772,-0.013253555,0.013850757,-0.0034429024,-0.007108856,0.033529624,0.013332702,-0.026406378,-0.01853483,0.008778142,0.0130233085,0.021369739,0.0214273,-0.013383069,-0.0003903395,-0.0004964687,-0.040868726,-0.016016511,-0.037933085,0.021125102,0.005547498,-0.018074337,0.0069937324,-0.017671406,0.03660917,0.022348285,-0.0290686,0.0012258819,0.009591199,-0.018376537,-0.016318709,0.030910572,0.08242819,-0.009742298,0.036925755,-0.028593717,0.010346695,0.022017306,0.023470737,0.0002736424,-0.025211975,-0.015743094,-0.014692594,0.0028169202,0.018175071,0.00797228,-0.01143317,-0.015915778,0.005104993,-0.006004393,0.018462878,-0.006011588,0.00498987,0.0011827108,-0.013778805,-0.01342624,0.01218147,-0.012598792,0.03738625,0.021585595,0.010382671,0.004612122,0.023571469,-0.025197584,-0.00003547008,0.01669286,-0.017369209,0.033903774,-0.024737092,0.0013931702,-0.013030504,0.005468351,0.0065260446,0.0006466684,-0.01850605,-0.003185674,-0.0068606213,0.021571204,-0.022693655,-0.012562816,-0.02975934,-0.0047416356,-0.03088179,0.009145097,0.02872323,0.019801185,-0.016174806,0.037904304,0.016620908,0.05376252,0.016160415,0.0015145892,-0.013490996,0.041991178,-0.036119893,0.0032414368,-0.008986803,-0.015368943,0.007511787,0.007871547,-0.010922311,-0.01522504,-0.011008653,-0.0021333762,-0.0068354383,0.002611857,0.022938292,0.008763751,0.016448224,-0.013339898,0.010886335,0.03960237,-0.028967869,0.005356825,-0.006105126,-0.037933085,-0.009454491,0.004666086,-0.011332437,0.014577472,0.0075261774,-0.0050906027,-0.04895613,-0.00010191324,0.06395092,0.021499252,0.0051265787,0.004029311,-0.033874992,-0.004353095,-0.010030107,-0.016534565,-0.032435954,0.01926874,-0.025931494,-0.005896465,0.0014462349,-0.013757219,-0.027068336,0.012749891,-0.00978547,0.011037434,-0.00094347034,0.025269536,0.009727908,0.030219832,0.021211443,-0.010526575,-0.037156004,-0.005482741,-0.0063101887,-0.04688391,0.015153088,-0.0038386383,0.0065476303,0.022060478,-0.017311648,-0.0050330414,-0.0083896015,-0.04610683,0.022103649,-0.012944162,-0.020909246,0.0188802,0.037558936,0.028651278,0.0036263799,0.0479488,-0.045617558,-0.044782914,-0.029845683,-0.000888607,-0.023053415,-0.008655824,0.04501316,-0.009857422,-0.017930433,-0.0037343078,0.037328687,-0.008821313,-0.003662356,0.013001723,-0.009893398,0.02649272,0.003885407,0.031457406,0.011785734,-0.026780527,0.01360612,0.028982257,-0.048179045,0.002521917,0.016822373,-0.023873668,-0.018059947,0.01746994,0.036954537,0.024089523,-0.03304035,0.018793859,0.009360953,0.015081136,-0.02285195,0.020074602,-0.011519512,0.0102891335,0.003633575,-0.023312442,0.00013805786,-0.009339367,-0.0141745405,0.007090868,-0.0124836685,-0.020045822,-0.02109632,-0.03335694,-0.008015451,0.0010442032,-0.016793592,0.002440971,0.00024238824,-0.0087205805,-0.0027233826,-0.013332702,-0.015743094,-0.0142608825,0.0039897375,-0.028363472,-0.0101668155,-0.019556548,0.02761517,0.010965482,0.008547896,-0.013541363,-0.05120103,-0.020146554,0.01849166,0.02939958,0.014059417,0.0063929334,-0.022420237,0.040523358,-0.027197849,-0.027413705,-0.01852044,-0.006709522,-0.00034559437,-0.022089258,0.0055510956,0.001894136,0.005133774,-0.017657015,0.018606782,-0.011720978,-0.0032702177,-0.04239411,0.018462878,0.014016246,0.032407172,-0.004594134,-0.01775775,0.028608108,0.002915854,-0.0066807414,0.015685532,0.0053100563,-0.033817433,0.040091645,-0.013829171,-0.0072383694,0.0119872,0.014807718,0.0026676198,0.018390927,0.011210118,0.020405581,-0.011051824,0.021571204,0.01522504,-0.011130972,-0.015599189,-0.005644633,-0.005698597,0.04504194,-0.019873137,-0.003363755,0.012051957,-0.009691932,-0.006954159,0.00056257454,-0.033126693,0.013138432,0.0068858047,0.025557345,0.0040904703,-0.021456081,-0.0015442694,-0.002351031,-0.040580917,0.028550547,-0.009123512,0.013793195,0.029270066,-0.015210649,0.012821843,-0.007349895,-0.03163009,0.0039969324,0.004964687,0.013030504,0.0008310454,-0.03163009,-0.026248083,0.0024067939,-0.010138034,-0.002270085,-0.011023044,-0.013469411,-0.031802777,0.014404787,-0.0033943348,0.03122716,0.0031874727,0.02764395,0.028550547,0.030910572,0.00031748813,-0.0022053283,0.019383864,0.049186375,0.0021243822,0.011202924,-0.004335107,-0.008461553,0.01777214,-0.012757086,-0.008029841,0.033184253,-0.005777744,0.039400905,-0.044754133,0.010987068,0.0030795448,-0.04648098,0.0069685495,0.015368943,0.021614375,0.00924583,0.011584269,-0.0041408367,-0.017239695,0.016606517,0.033213034,-0.01451991,0.018405316,0.022434628,0.032551076,0.016563347,-0.004522182,-0.0009115417,0.03807699,0.028406642,0.044811696,0.023456346,0.030363737,-0.01598773,0.0005117585,0.001991271,-0.0030363735,-0.029140553,-0.0054035936,-0.021743888,-0.036062334,-0.003741503,0.006821048,0.00025587925,-0.007857156,0.024377331,0.040149204,-0.006979342,-0.003302596,-0.0042775455,0.0115770735,0.05957624,0.017095791,0.008993998,-0.030737886,-0.005795732,0.014822109,-0.011080605,-0.001696268,-0.0022287127,-0.043027285,0.005871282,-0.032723762,0.023859277,-0.014476739,0.03160131,-0.021916574,-0.0013284135,-0.0145918615,-0.014296859,0.024751483,-0.013160017,0.0313135,-0.0039069927,-0.027312972,-0.037875522,-0.005817318,0.041127753,-0.009396929,-0.023657812,0.008396796,-0.04317119,0.025370268,0.018995324,0.030996913,0.028233958,-0.024909776,-0.03347206,-0.010073277],"social":"https://twitter.com/advaitpaliwal"},{"title":"tapped","description":"a live-performance portfolio for musicians","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Z9EEgnZTnAA","youtube_transcript":"So what's up? I am Johannes, and I've been working on for the past six weeks, tat with Ilias. And tat is basically a LinkedIn for the music industry. Artists can be able to post professional updates, whether it be an album release or a music video, live performance, etcetera. And they can also get booked in a safe, insecure, end to end fashion. And so showing you guys on the app. What we have is there's, like, a fee for you to be able to to get discovered with You could post, like I said, kind of professional ish things. This wouldn't be your normal run of the mails Instagram. This would be the kind of stuff you post on on LinkedIn. And then if I go to an artist page, I can click on book. I can see what kind of services they offer, and I can go ahead and book them end to end in a nice safe way, which is a thing the music industry really thoroughly needs. And so for the progress that we've made over the past six weeks, especially specifically for build space, before that, we were running, like, a few bookings every once in a while. Mostly artists and live performances, which is great. But for build space, we decided that we really wanted to branch out and lean into the more LinkedIn for the whole music industry and not just for live performances. So we've added a bunch of features such as adding new job types like VFX artists, audio engineers, A and R's, etcetera, etcetera, advanced search for, like, A and R's to be able to find exactly who they're scouting for. Fix a lot of major bugs with booking and scaling, and we've been able to really build out and and get a lot more bookings through this. To the point where user wise, we're actually at, like, fifteen hundred users using the app with about fifty daily actives. Now for Billspace, we've been measuring our success with how many bookings we've gotten per week. Has been pretty still pretty slow and steady. It helped us to add the different job types and whatnot for us to be able to have more opportunities to get booked. But the real benefit that we've been seeing over the past six weeks is a lot of repeat customers. Rather than new people coming in and making bookings, once somebody gets on a platform and does bookings one time, they kind of have been sticking with it. And, you know, we don't really get a booking every single day, but that when we do get a booking, it's a ton of money and it makes up for the days that we didn't get it. So overall, we've made just about thousand dollars in revenue just from the bookings over the past six weeks with Buildspace, which has been really, really awesome.","embedding":[-0.014727317,0.020357449,0.023778481,0.005971467,0.0053386525,-0.010301451,-0.01557107,0.020142674,-0.0070683453,-0.00011170133,0.017411985,-0.037800115,-0.010255429,-0.044458088,0.027889857,0.035406925,-0.050042197,-0.01975915,-0.07830024,-0.010431849,0.058142222,0.023210866,0.020955745,0.034793288,-0.020004606,-0.02970009,-0.050318334,0.024929052,-0.0028630057,-0.02311882,0.015502036,-0.035069425,0.017396644,0.017795509,-0.014673624,-0.031034753,0.024990417,0.006404849,0.033535328,-0.020848358,-0.012134695,0.050349016,0.04930583,-0.009242926,-0.04669787,0.033811465,-0.044274,0.021400632,0.021277905,0.02600292,-0.056424033,0.014535556,-0.018286418,-0.057896767,0.02954668,-0.014328453,-0.007417352,-0.00931963,-0.0069111004,-0.011382989,0.04347627,-0.01107617,0.058387678,-0.017135847,-0.02136995,0.027368264,-0.017243234,0.04387513,-0.012395492,0.027061446,0.058050174,0.042954676,-0.01027844,-0.0014583495,0.0017076401,-0.0215387,0.014305441,0.048385374,-0.01748869,0.016936414,-0.0034344564,0.0047940486,-0.019651763,0.02328757,-0.013384984,-0.0176421,-0.042034216,-0.06231496,-0.036480792,0.04114444,-0.00089504884,0.038628526,0.0517297,0.026723944,0.06022859,-0.022750637,-0.044856954,0.015202886,0.06529111,0.033750102,0.043936495,-0.0018418735,0.04513309,-0.101679854,0.04448877,0.0063358145,0.028641563,0.0030317563,0.031602368,-0.04237172,-0.12923221,0.03197055,0.019559719,-0.012280434,-0.024821665,-0.010615941,-0.0011150957,-0.008054001,-0.035744425,0.015640104,-0.039548982,0.035713743,-0.0069187707,0.0016347705,0.02922452,-0.05200584,-0.056178577,-0.0122420825,-0.037616022,-0.014167372,-0.015801184,0.012104014,0.055963807,-0.07541614,-0.070261575,-0.01638414,-0.05120811,-0.0098872455,0.010048326,-0.015371637,0.027552355,-0.024929052,-0.0040385067,0.00882872,-0.038321707,-0.030267704,-0.031172821,0.011321625,-0.03933421,-0.04396718,-0.009250596,-0.013622768,-0.04154331,-0.016092662,0.0014171208,-0.008575594,-0.0065889405,0.07621387,-0.006378002,0.018179033,-0.039395574,0.025972238,0.01379919,0.0269694,-0.046360366,0.028810315,-0.01684437,-0.045317184,-0.0639411,-0.013254586,-0.013254586,-0.016522208,-0.013477029,0.03497738,0.04866151,-0.052926295,0.008567924,-0.056178577,0.005925444,-0.04559332,-0.038106933,0.001702846,-0.04301604,0.006519906,-0.082104795,-0.026094966,-0.045378547,0.011858558,-0.0024449648,-0.004464218,0.028319404,0.024146663,-0.0025005757,0.054951303,0.012993789,-0.038597845,0.024484165,0.02233643,-0.009357983,0.0044565476,0.030267704,-0.0013183634,0.0039426256,0.045531955,-0.0059139384,0.017396644,-0.021860862,0.008805708,-0.04507173,-0.018102327,0.021001767,-0.014558567,-0.024852348,0.01027844,-0.03175578,-0.0055495906,-0.036511473,0.05366266,-0.011666796,0.0008523818,0.017902896,0.045531955,-0.0057681995,-0.02584951,0.02937793,0.040561486,0.06565929,-0.034271695,0.032798965,-0.010009973,-0.002383601,0.02666258,-0.01781085,-0.029623386,0.02360973,-0.011352307,-0.017872212,-0.04740355,0.018040964,0.019222217,0.029285884,0.00305285,0.016276754,0.044274,0.019099489,0.006167064,-0.040408075,-0.029500658,0.029945545,0.06811384,0.04160467,0.011797194,-0.018179033,-0.016921073,-0.035038743,-0.03724784,-0.038106933,0.049581967,0.004138223,-0.02423871,0.020817677,0.023502344,-0.053049024,0.011697479,-0.022658592,0.015847206,0.014481862,0.02136995,0.017273916,-0.0017565395,-0.0047288495,0.027644401,0.0013480865,-0.05007288,0.027046105,-0.00947304,0.0063511557,0.011766513,-0.011605433,-0.0031218845,-0.007513233,-0.008590935,0.015609422,0.010186395,0.0035955363,0.0057030004,-0.00625911,-0.017427325,-0.041389897,-0.010217076,-0.016108003,-0.014205725,0.027214855,0.0051890784,0.020633586,0.03292169,0.050686516,-0.026217693,-0.0008873784,0.03147964,0.00538084,-0.05811154,-0.0040078247,-0.0026559029,0.01702846,0.03611261,-0.012679299,0.015133852,-0.045685366,0.005603284,0.0057221763,0.04973538,-0.010240087,-0.028304063,-0.030835321,0.0059676315,0.06256042,-0.022597227,-0.02839611,-0.052220613,-0.0388433,-0.026217693,-0.027184173,-0.00070664275,0.04221831,-0.01926824,0.050778564,-0.0036971702,-0.035130788,-0.04801719,0.02600292,-0.0025465987,-0.028304063,0.012594924,-0.03709443,0.009948609,-0.016261412,-0.020618245,-0.010347474,0.022397796,-0.004318479,-0.05169902,-0.05992177,0.0073789996,0.039456937,0.008261104,0.006485389,0.000013385882,0.015525047,0.031096118,-0.018516533,-0.017074483,0.025389282,-0.017089825,0.010730999,-0.0068574073,0.007831558,-0.06535247,-0.051975157,-0.00057960046,-0.036511473,0.023977913,0.0146582825,0.01108384,0.00019907286,0.03645011,-0.03694102,0.0517297,0.009074175,-0.012487538,0.040039893,0.02426939,-0.012395492,-0.017703462,-0.029178496,0.0031238021,0.058356993,0.017243234,-0.0051545613,0.025711441,0.05366266,0.03002225,-0.005925444,-0.02103245,-0.017396644,0.011620774,-0.020311425,-0.034241013,-0.060075182,0.022612568,0.022275068,-0.05154561,-0.005077856,-0.010025314,0.028871678,-0.015908571,0.06694793,0.05946154,0.0024526352,-0.028365426,0.007843063,-0.05120811,-0.026233034,-0.04237172,-0.015693797,-0.032031916,-0.035100106,-0.023057455,0.013032142,-0.006807549,0.0013547981,-0.030114295,0.05400016,-0.023655754,-0.0020480175,0.012334128,-0.008414514,0.010976453,0.02071029,0.06437065,-0.0008744345,-0.056424033,0.02890236,-0.035222832,0.008176729,0.018593239,0.014581578,0.00035140375,-0.04270922,-0.041696716,-0.05378539,0.043905813,0.029654067,-0.0013145282,-0.039702393,0.011766513,-0.035867155,0.021799497,0.025573373,0.040714897,0.022842683,-0.01027844,-0.019636422,0.007658972,-0.041696716,-0.0057336823,0.0024813996,-0.00017845846,-0.010654294,-0.01718187,-0.034455787,-0.008215082,-0.05013424,0.0017105165,-0.05522744,-0.037523977,0.0062207575,-0.023870526,0.010746339,-0.035591017,-0.04399786,-0.0054958975,-0.029792136,-0.018685283,0.027721107,-0.022812001,-0.027245536,0.002387436,0.019222217,-0.009227585,0.018347783,-0.02087904,0.037769433,0.005108538,-0.050686516,0.018900057,-0.039702393,0.024744961,0.014727317,-0.009833553,0.00042882765,-0.014535556,-0.040837623,0.061547913,0.074802496,-0.02839611,-0.017304597,0.011973616,-0.032522824,0.020004606,0.029040428,0.04448877,0.04767969,-0.01847051,0.0015427248,-0.03902739,-0.02680065,-0.014865385,0.023655754,0.031418275,0.014896068,-0.009112528,0.0035034907,0.06768429,0.031402934,0.018286418,-0.04976606,-0.020173356,-0.016875051,0.015624763,-0.0036741588,0.012426174,0.028043266,0.018179033,-0.030436456,0.01076168,0.007992637,0.04939788,-0.025634736,0.012763675,-0.0046291333,-0.0042110924,0.0045409226,-0.004709673,0.0119889565,0.0058257277,-0.05955359,-0.0060903593,-0.0127253225,-0.019835856,-0.0052274307,-0.032645553,0.018562555,-0.0010518143,-0.026048942,0.016307436,-0.026739284,-0.03727852,0.0006941782,0.0018581732,-0.008782697,0.035437606,0.04221831,0.025880191,0.015640104,0.0040921997,0.028365426,-0.013561404,0.0065084,0.016552892,0.03694102,-0.0059753023,0.02296541,-0.020786995,0.013246915,-0.020480175,0.01975915,0.008015649,0.025956897,0.041819446,0.018884717,-0.008498889,0.008491219,0.009035823,-0.005039504,0.022551205,-0.010746339,-0.0128940735,-0.010316793,0.02729156,-0.003950296,-0.0069456175,0.017243234,-0.015816525,0.013615098,-0.0026060448,-0.0048976,-0.01606198,-0.0031602369,0.006378002,-0.044028543,-0.042893313,-0.02293473,0.054491073,-0.013469359,0.009334971,-0.038996708,-0.0030796968,0.047618326,-0.01234947,-0.0040039895,-0.032369416,0.018071646,-0.008077013,0.022750637,0.0046943324,-0.0072179195,0.0121577075,0.009135539,0.004901435,-0.01940631,0.0007790329,-0.018194374,0.0017287339,-0.051606975,0.025926216,-0.016169367,0.0063128034,0.017734144,-0.013868224,0.0060635125,-0.0038927675,-0.041328534,-0.03359669,-0.03902739,0.005104703,-0.026723944,-0.040684212,0.0009971621,-0.02133927,-0.022735296,-0.026877355,0.008253434,0.017151188,0.039733075,0.04945924,0.008867072,-0.038198978,-0.002857253,0.03801489,0.02471428,0.010869067,0.04942856,-0.03276828,-0.012165378,0.0038505797,-0.0021707453,0.002615633,0.011651455,-0.010194065,0.016414823,-0.021830179,0.005350158,-0.04881492,0.0047288495,-0.008951448,-0.016813688,0.017243234,0.023855185,-0.024330756,-0.019636422,-0.029853499,0.06872748,0.016031299,0.011597762,0.00803099,-0.033443283,-0.0032522825,0.01767278,0.014896068,-0.041481942,0.06694793,-0.011329296,-0.014036974,-0.011413671,0.02103245,-0.00293204,0.0030317563,0.0034958203,0.033013735,-0.036542155,0.025910873,0.009749177,-0.010730999,0.018056305,0.017611416,-0.034333058,-0.04899901,0.014834704,0.012963108,-0.038567163,0.023962572,-0.005986808,-0.023640413,-0.0136074275,-0.00417274,0.020925064,-0.025450645,0.033136465,-0.018838692,0.0049436227,0.020081311,0.018133009,-0.021446656,0.045225136,-0.016338117,-0.048231963,-0.009595768,-0.02970009,-0.08228888,-0.011053158,0.02426939,-0.015532717,-0.03580579,-0.035560336,0.018715966,0.0038314036,-0.011336966,0.013630439,0.0269694,-0.019390967,-0.0024392118,-0.018086987,-0.0055304146,0.012196059,0.015379308,-0.022137,-0.054030847,0.029945545,0.0011323543,-0.018992104,-0.0025331753,-0.0016194296,-0.03246146,0.028304063,-0.008153718,-0.025281895,0.005829563,-0.028794974,0.010938101,0.004947458,0.026432466,0.015302603,-0.028794974,0.02410064,0.024162006,-0.0568229,0.0065735993,-0.05317175,-0.025772804,-0.0024660586,-0.0003542802,-0.00017929742,-0.004721179,0.025404623,-0.022873364,0.02742963,0.03500806,-0.02970009,0.0048822593,-0.008322468,0.016997779,0.010002303,0.023026774,-0.0033692573,0.006937947,0.025788147,0.0034555502,0.006650304,0.025021099,0.028656906,0.039119437,0.00037177847,-0.0013960269,0.029853499,0.03675693,0.018992104,0.014850045,0.0007622537,-0.03197055,-0.008368491,-0.017519372,0.013024471,-0.001617512,0.038567163,-0.031065434,0.010823044,-0.022551205,0.0094040055,-0.01253356,0.006404849,0.01667562,0.021707453,0.029408611,-0.009281278,-0.012993789,0.0028936877,-0.009012811,-0.040162623,-0.015969934,0.0020997932,0.021078473,-0.0047288495,-0.007785535,-0.008767356,0.0014804022,0.010102019,-0.075232044,-0.022704614,-0.00023946272,-0.011751172,-0.0330751,-0.016430164,0.04580809,0.025650077,0.019252898,0.02839611,0.041819446,-0.05795813,0.010577588,-0.006450872,-0.040991034,-0.0039694724,-0.008468207,0.037370566,0.020986427,0.0049551288,-0.03289101,0.010401168,-0.033167146,0.02522053,-0.0032580355,-0.01524891,-0.008951448,0.018654602,0.025972238,-0.030129636,0.009971621,0.017749485,0.013177881,0.009940939,0.020188697,0.042893313,-0.003919614,0.016905732,0.03405692,0.010025314,-0.025343258,0.01220373,0.032308053,-0.020357449,0.021968247,0.0077471826,-0.008682981,0.009158551,0.018056305,0.033750102,0.008629288,-0.010009973,-0.03212396,0.006170899,-0.0047556963,0.008890084,-0.029255202,-0.0084375255,-0.011820206,0.0005633007,0.0122114,-0.021830179,-0.021139836,-0.029746113,-0.011198898,0.0065620937,0.011781854,0.024560869,-0.010508554,0.018501192,0.020311425,0.011145204,-0.0044258656,-0.028073948,0.0077471826,-0.013707143,0.0035782778,0.007260107,0.000708081,-0.037401248,0.029454634,-0.023072798,-0.0021304751,0.014144361,-0.013085835,-0.02742963,-0.019038126,-0.007992637,0.0195904,0.01412902,0.02759838,-0.02311882,-0.003098873,-0.024606893,-0.0016261413,-0.0060903593,-0.01685971,-0.0069801346,0.022044953,0.0016596996,0.04721946,-0.012656288,-0.013239245,-0.005104703,0.02311882,-0.0016309354,0.023164842,-0.024162006,0.010102019,-0.026509171,-0.020694949,-0.018071646,0.0006932194,0.013569075,-0.00481706,0.030758616,-0.030206341,-0.030114295,0.0043568313,-0.017550053,0.033995558,-0.030804638,-0.022719955,0.027260877,0.03356601,0.036358066,0.01252589,-0.008805708,0.010032984,-0.017626759,-0.0128940735,0.043292176,0.023394957,0.020909723,-0.020802336,-0.011613104,0.0122114,0.01251822,0.054828573,0.016430164,0.0112756025,-0.019206876,-0.04160467,0.019544378,0.020940404,0.027567698,-0.021600066,0.0057336823,-0.03678761,0.049551286,-0.015632434,0.026524512,-0.006631128,0.02664724,-0.0488456,0.008268775,-0.022428477,-0.03712511,-0.002176498,0.0055495906,0.038966026,0.020587562,0.034333058,-0.021262564,0.022075634,0.010301451,-0.0027939714,0.0007895798,0.0064623775,-0.0019943241,-0.0015551894,-0.0078008757,0.041512627,0.0019885714,0.024361437,0.005798881,0.013085835,0.011229579,0.02922452,0.042985357,-0.005250442,-0.0046444745,0.023318252,-0.0054690507,0.024284732,-0.009879575,-0.011889241,0.030697253,0.031909186,-0.014719646,0.0074595395,0.034731925,0.015755162,-0.03276828,0.00417274,-0.0045792754,0.016629595,-0.022888705,-0.026432466,0.0007919768,-0.05458312,-0.02759838,0.05298766,0.014896068,-0.023072798,0.00091614266,-0.008890084,0.012510549,-0.025404623,0.0073138005,-0.0059791375,-0.030206341,0.019667106,-0.010823044,-0.021277905,-0.009104857,0.03147964,0.0039004378,-0.003910026,-0.07069112,-0.025266554,-0.01156708,-0.024514847,0.027398946,0.02761372,-0.008859402,-0.021768816,0.009772189,-0.02890236,0.024606893,-0.0008504642,0.0022397796,-0.012779016,0.008882414,0.0020767818,-0.021554042,0.013139528,0.019283582,-0.015463683,0.016092662,-0.015831865,-0.00076369196,-0.011490376,-0.06510702,0.0031218845,0.02087904,0.019973924,0.029301224,0.024315415,0.0017392808,0.0048477417,0.018286418,0.01107617,0.009726166,0.0285802,0.015049477,-0.01719721,0.0019569306,0.014734988,-0.014366805,-0.016322777,0.0023931891,-0.0051008677,-0.009933269,-0.0027441133,-0.006646469,0.024346096,0.00090032234,-0.0060289954,0.039119437,-0.03421033,-0.0050049867,0.020188697,0.005377005,-0.009933269,0.022090975,-0.020602902,-0.000038202576,-0.003637724,-0.002947381,-0.024591552,0.0048132245,0.0059522907,-0.015663115,-0.0042762915,0.0075592557,0.01685971,-0.026923377,0.0077433474,-0.00030442208,-0.0037930512,0.017411985,0.00882105,-0.00289177,-0.008069343,-0.028810315,0.023256889,0.026539853,-0.01845517,0.012502879,0.002015418,0.024438143,0.013454018,0.01156708,0.0014075326,0.023180183,0.016015958,0.009603438,-0.05246607,0.021216542,-0.019237557,-0.013469359,-0.0035399254,0.014850045,-0.011797194,0.008782697,-0.02313416,-0.017458007,0.020955745,-0.012433845,0.03002225,-0.0063166386,0.004402854,0.006439366,-0.017212551,-0.009611108,0.0018658437,0.011290943,0.008483549,0.0047020027,0.04832401,-0.005392346,0.022612568,0.021830179,-0.048109237,0.01623073,0.003361587,-0.010700316,0.0021381457,0.010830714,-0.0040883645,-0.032185324,-0.0076513016,-0.009933269,-0.023885868,-0.0012205648,0.0147426585,0.0356217,-0.013392654,-0.0019377545,0.10615941,0.022812001,0.0285802,-0.011160545,0.026325079,-0.017381303,-0.013262256,-0.0027997245,-0.0020480175,0.016476186,-0.023579048,0.008966789,0.022719955,-0.009265937,0.016905732,0.0076513016,0.014704306,0.0014804022,0.008498889,0.025558032,0.0035399254,0.0035514312,0.0055495906,-0.009933269,-0.03997853,-0.009664802,0.014466521,-0.0011313955,-0.0004367378,0.0028093124,0.010654294,-0.008775027,0.004774872,0.033934195,0.022075634,0.018025622,-0.025604054,-0.0017085989,0.030068273,-0.0030605206,-0.03163305,-0.007355988,0.018286418,0.015164535,-0.005047174,0.03519215,-0.023885868,0.0013337043,-0.015448342,-0.06878884,-0.029592702,-0.013783849,0.025450645,0.02215234,0.018040964,0.018301759,0.025941556,0.01587789,0.011267932,0.011014806,-0.051453564,0.019237557,-0.012809698,0.0073789996,-0.03755466,-0.012341798,0.00030873672,-0.0030701086,-0.0025274225,-0.008859402,-0.023072798,0.024499506,0.00256961,-0.0150801595,0.0035686898,-0.014328453,0.013822201,-0.0022206034,0.011536399,-0.027352924,-0.014865385,0.0017325692,-0.009265937,0.0085219005,-0.019682446,0.023364276,0.007118203,0.0359592,-0.04608423,0.046759233,-0.008322468,0.0050701858,0.017550053,-0.009227585,0.036572836,0.020771654,-0.037063748,0.008015649,-0.010800033,-0.03807625,0.022121659,-0.006113371,-0.012825038,0.0011342718,-0.0020096651,-0.00930429,-0.025097802,0.039058074,-0.0023471662,0.006535247,-0.029301224,0.01333129,-0.0024986581,0.009281278,0.010516225,-0.012326458,-0.02250518,0.012732993,0.006416355,-0.03519215,0.032676235,0.011528728,-0.018209714,-0.0032714587,-0.0031679072,0.0010566083,-0.020833017,-0.04479559,0.0106236115,0.00963412,0.011766513,-0.000422116,0.010155712,-0.001269464,-0.022689274,0.032983053,-0.0047288495,-0.008245763,0.0019924066,0.026233034,-0.05320243,0.0034958203,0.009020482,0.00277096,-0.0012895991,0.0024775644,0.000057798246,0.016522208,-0.0007694448,0.009120198,0.004866918,-0.0010105855,0.030651229,0.015317944,0.012924755,0.019314263,0.030129636,-0.013883565,-0.021968247,-0.0359592,-0.016506867,-0.011597762,-0.0054843915,-0.019314263,0.020955745,-0.017964259,-0.006600446,-0.0029358754,0.016982438,-0.016721642,0.016077321,-0.01975915,-0.059768364,-0.014067656,0.008245763,-0.002801642,0.018332442,-0.0034229506,-0.026355762,-0.006899595,-0.0022608733,-0.004257115,-0.021661429,-0.018225055,-0.0049512936,0.020925064,-0.01653755,-0.0033366578,-0.018930739,0.016154027,-0.018301759,-0.013983281,0.0013624686,0.025312576,0.047280826,-0.00058487395,0.008107695,0.011513387,-0.037830796,0.0018524204,-0.006680986,-0.036572836,-0.036634203,0.022996092,-0.0031525663,0.023195524,-0.034455787,0.019820515,0.03255351,0.0075707617,-0.020925064,-0.004445042,-0.0045025703,-0.015356297,0.017059142,-0.01478101,-0.008936106,0.046053547,0.047955826,-0.035468288,0.035437606,0.005841069,0.006132547,-0.034670558,-0.011221909,0.01155941,0.041205805,-0.025005758,-0.019820515,-0.0034076096,0.013438677,-0.03131089,0.021262564,0.011904581,-0.012940096,0.01879267,0.014236406,-0.03114214,-0.010102019,-0.0042494447,0.023870526,-0.0075209034,0.011651455,-0.025926216,0.015525047,0.0018457087,0.004771037,0.0021554043,-0.0022186856,0.0008753933,-0.016353458,0.00786991,-0.0069801346,-0.016476186,0.005633966,-0.023824504,0.04157399,-0.04657514,-0.022275068,-0.012732993,-0.04142058,0.033750102,0.005714506,-0.025128486,0.008483549,0.024514847,0.017243234,0.0047441903,-0.033535328,0.015433001,-0.004138223,-0.012380151,0.01350004,0.005077856,0.01268697,0.025189849,0.005108538,0.023425639,-0.008230423,-0.01284038,-0.025496667,0.001748869,0.003098873,-0.038966026,0.0070376634,0.0066541396,-0.0019157018,0.01638414,0.02920918,0.01525658,-0.0035054083,-0.0046022865,-0.0078123817,0.027398946,0.035468288,0.019068807,-0.01816369,0.023410298,0.03144896,-0.002297308,0.010362815,0.008230423,-0.008483549,-0.005327147,0.00978753,0.017764827,0.019866537,0.02347166,-0.021584725,-0.015279592,0.03068191,-0.025972238,-0.0035744426,0.0048554125,-0.009917928,-0.0029914863,0.0072140843,0.009764519,-0.009281278,0.019989265,0.002947381,-0.017918237,0.023210866,0.022229044,0.030267704,0.0070875213,0.03721716,-0.012096344,-0.0020518529,-0.0047135088,0.028610881,0.0050701858,0.02793588,-0.017350622,0.019068807,-0.037063748,-0.0045869458,0.011313954,0.0033385754,-0.04000921,0.0224745,-0.020955745,-0.006182405,0.008215082,-0.0029876512,0.020127334,-0.009542074,0.020096652,-0.004468053,0.0035610192,0.0016529879,0.06117973,0.038106933,0.023548367,-0.01782619,0.023226207,0.018516533,-0.022812001,-0.0043453258,0.0042762915,-0.024744961,-0.008468207,-0.012579584,0.02410064,-0.031847823,0.013032142,0.0008125912,-0.03147964,0.0015293015,-0.009035823,0.027521674,-0.025604054,0.028871678,-0.023640413,-0.03835239,-0.07375932,0.014880727,0.04353763,0.005798881,0.0076858187,0.036051244,0.0038256508,0.016000617,0.018332442,0.020802336,0.028917702,-0.02054154,-0.002151569,-0.0042456095],"social":"https://twitter.com/jonaylor89"},{"title":"now for this","description":"a media company focused on art, culture, consciousness and technology","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ItLIOO4RIwQ","youtube_transcript":"I'm Brett. I'm building a project called now for this. It's media company that focuses on our culture, culture business and technology. I'm excited to share with you what more you know. Our mission is to showcase some spotlight creators who are shaping the future through our magazine, YouTube channel, collaborative projects. Our mission is to showcase spotlight creators who are shaping the future. That's a space for artists to learn grow connect. We believe in the power of creativity and innovation to unlock our full potential over the past six weeks, I've been building now for this in public through the build space competition. It's been an incredible journey. I launched a web magazine, created an agent articles and shared them with social media. The response was encouraging, and I listened to our growing community. I added video content collaborating with talented creators. Our YouTube channel subscriptions tripled when we gained the we gained contributors who believed in our vision Market research helped me understand our audience better and have learned about their challenges and their needs. Now, I'm excited to take note of this to the next level. By developing a Metaprost gallery, a screening room, establishing a decentralized autonomous organization and creating tools to support our community. If you're interested in these ideas, please feel free to reach out, together we'll shape the future of our culture, consciousness and technology. Join us on this exciting journey.","embedding":[0.040993746,0.02074937,0.004752898,0.019947318,-0.04414254,-0.0069474,-0.006397846,0.038944058,-0.013278409,-0.001427726,0.019605704,-0.026972696,-0.004626649,-0.07188758,0.0070105246,0.033418816,-0.034280278,-0.058965642,-0.017645134,0.020170111,0.017511459,0.013857668,-0.018981887,0.047707215,-0.028398566,-0.010538066,-0.019769086,0.06844173,-0.005551236,0.014399796,-0.0017711972,-0.025205212,0.00931271,0.038349945,-0.02599241,-0.007975957,-0.0006173198,-0.017140139,0.0024080111,0.0034124323,-0.03196324,-0.008057647,0.053915687,0.021997007,-0.018981887,-0.010575199,-0.027685631,0.029705612,0.03879553,0.044439595,-0.06469882,-0.021789066,-0.017392635,0.039656993,-0.0072630225,-0.06659999,-0.01090196,-0.023096114,-0.08656216,0.037488483,0.05091542,0.0016059597,0.05118277,0.0080799265,-0.026631081,-0.03719143,-0.042686965,0.027329164,0.008131911,0.012899662,0.05620302,0.03736966,-0.052430406,0.005339584,-0.018863063,-0.070580535,0.010515787,0.037458777,0.00096636073,-0.050677776,0.021462305,0.019798791,0.00017846575,0.020318639,-0.027210342,0.009921675,-0.008169044,-0.012773413,-0.06452059,0.0141695775,-0.02380905,0.031458244,-0.013218998,0.047023986,0.06214414,0.0010396964,-0.025012126,0.05213335,0.07188758,0.010872254,-0.0032434815,-0.026616229,-0.024314044,-0.03689437,0.017823368,0.011444087,0.012312977,-0.036924075,0.019353207,-0.038944058,-0.15922208,0.02217524,0.02380905,0.00225577,-0.032527644,-0.0024469998,0.056351546,-0.08810685,0.024002135,-0.014310679,-0.0407561,0.034161456,0.0025992412,0.00844382,0.039033175,-0.03793407,-0.00030749952,-0.014280973,-0.051806588,-0.05118277,0.023244642,-0.027403427,0.04669722,-0.029839288,-0.012008494,-0.035052624,-0.05124218,-0.029972963,-0.05192541,-0.00030796367,0.033894103,-0.014028476,0.02164054,-0.016486615,-0.038617298,-0.0131670125,-0.021373188,0.022591118,-0.018937329,0.0072110374,0.03392381,-0.017659986,-0.054004803,0.020764224,0.009943954,-0.014897365,0.0048160222,0.054004803,-0.022219798,-0.01788278,0.057450656,0.01370914,0.008703745,0.003947133,0.015127583,0.0016180276,-0.04589517,-0.034904096,-0.066302925,-0.013798257,-0.018090717,-0.03264647,-0.033418816,0.018194688,0.044736654,-0.019278944,-0.0043704384,-0.05849035,0.018120423,-0.036003202,-0.025962705,0.00016210445,0.0020292646,-0.010174172,-0.050380718,0.0031005233,-0.016649997,-0.0025398298,0.027611367,-0.00328804,-0.033834692,0.04010258,-0.006059945,-0.0008948816,0.018016454,-0.066302925,0.052697755,-0.004734332,0.05673772,0.0182541,-0.009691456,0.013582892,0.013887374,0.0065055294,0.007496954,-0.004994256,-0.017808516,-0.020184964,-0.017021315,0.04619223,0.042954315,-0.0068397173,0.0010953945,0.027834158,-0.0038171713,-0.020942457,-0.0423305,0.033299994,-0.021135543,0.018744241,-0.010159319,0.033507932,0.030834425,-0.014607735,0.011755996,0.02969076,0.0082433075,-0.028621359,0.037785538,0.019323502,0.020615695,0.011228722,-0.03101266,-0.02773019,0.011392103,-0.038409356,0.0007751308,-0.038973764,0.0370429,-0.010753431,0.035022918,-0.0019085857,0.024848744,0.017214403,0.032527644,0.031458244,-0.017659986,-0.055044502,-0.01484538,0.025918147,0.055430673,-0.013716566,0.0053358707,0.010033071,0.05112336,-0.012951647,-0.018536303,0.014719131,0.011637174,-0.027596515,0.025635945,-0.021105837,-0.017110433,-0.052578934,-0.020734517,0.06202532,-0.017303519,0.0043927175,0.046548694,-0.02265053,-0.022056418,0.0007166479,-0.037429072,-0.039775815,0.004359299,0.011317839,0.00050963694,0.013872521,0.013426937,-0.021670245,-0.0206454,-0.035379384,-0.016590584,0.0056069344,0.0015242692,0.0460437,0.03615173,-0.008109632,-0.020927604,-0.0019420044,0.012714002,-0.038201418,0.017808516,0.017214403,0.006724608,0.0019048724,0.03763701,-0.04767751,0.025383446,0.043578133,-0.013018485,-0.06327295,-0.003906288,0.008057647,0.011065341,0.010679168,0.012535769,-0.008540364,-0.009134476,-0.057658594,0.032379117,0.022502001,0.0053173047,-0.037547894,-0.028264891,0.028948119,0.034963507,-0.010835122,-0.047974564,0.00012137528,-0.03508233,-0.007548939,-0.02455169,-0.025606237,0.014407222,-0.026081529,0.06309472,0.00026735052,0.033418816,-0.025279477,0.051806588,-0.05228188,-0.01592221,-0.00042052008,0.022784205,-0.012364961,0.041736387,-0.015201847,0.056232724,0.008711171,-0.05153924,-0.039716404,0.007894266,0.029230323,0.020927604,0.013248703,-0.0062678843,-0.046756633,-0.019813644,0.04271667,0.02343773,-0.016843082,0.042360205,0.008295292,0.015550888,-0.013775978,0.02694299,-0.0052430406,0.0018361782,0.0058334395,-0.058282413,0.022472296,0.014340385,0.046459578,0.026185498,-0.030151198,-0.054361273,0.031042365,0.013174439,-0.015097878,0.025517121,-0.019249236,0.015083025,0.019472029,-0.025442857,-0.019189825,0.07337286,0.019264089,-0.016679702,0.014466633,0.036448788,-0.028948119,0.025977558,-0.02138804,-0.033745576,0.02349714,0.028665917,0.00053655764,-0.057391245,0.007366992,0.07164994,-0.030953249,-0.021551423,0.009713735,0.023586256,0.011555484,0.004997969,0.04158786,0.06434236,-0.007344713,0.032943524,-0.023155525,-0.023794197,0.011406955,-0.011822834,0.006030239,0.009238445,-0.021997007,-0.007849708,0.0045412458,-0.01921953,-0.049281612,0.06065886,0.008881978,0.0042256233,0.0035869528,-0.018135276,0.013248703,0.057242718,0.044499006,0.005502965,-0.04954896,0.038765825,0.000840576,0.041142274,0.03508233,0.05314334,0.013954212,0.0010675455,-0.062738255,-0.064758234,-0.0068211514,0.014756263,-0.0002777939,-0.025487415,0.029304586,-0.009349842,-0.004515253,-0.012342682,0.008599775,-0.017867927,0.02302185,-0.021566276,0.04265726,-0.02138804,0.016367793,-0.01577368,0.019724527,-0.072125226,-0.012624885,0.013308114,-0.036775548,-0.007849708,0.010604904,-0.047439862,0.015833091,-0.0031339421,-0.012097611,0.04530106,0.014132446,-0.01984335,0.018372921,-0.05085601,0.002935286,-0.00375776,-0.025279477,-0.045716938,-0.011384676,-0.0013599601,-0.013315541,0.05944093,-0.00045649172,0.002166653,0.004292461,-0.039241113,-0.032200884,-0.036032908,0.0154766245,0.0025324035,-0.0635106,-0.023675373,0.003534968,0.0041884915,0.015803386,-0.016917346,-0.02281391,-0.036924075,-0.012558048,-0.015892502,-0.0011538774,0.012409519,0.03338911,0.03683496,-0.018729389,-0.03053737,-0.06214414,-0.032676175,-0.036003202,0.009943954,0.01672426,-0.005981968,0.026126087,-0.02762622,0.06256002,0.041409623,0.04028081,-0.036448788,0.004957124,-0.011911951,0.040132284,-0.04010258,-0.012209007,-0.010463802,0.020452315,0.01145894,0.033834692,-0.0033474513,0.037963774,-0.007181332,-0.013085322,-0.026155792,0.023318905,-0.03309205,0.0020905326,0.002237204,0.010166746,-0.054242447,0.00017359217,-0.013419511,0.021581128,-0.007482101,0.004214484,0.011837686,0.0025379732,-0.026126087,0.020541431,0.008792861,-0.015060746,-0.008570069,-0.0037911788,-0.0070959283,0.029022384,0.0008772439,0.010523213,-0.01100593,0.020704811,-0.0227545,0.0067765927,-0.010939091,0.0460437,0.030923543,-0.0023356038,0.038884647,-0.01288481,0.01884821,0.0065983594,-0.010708873,-0.015937062,0.02545771,0.011236148,-0.018075865,-0.0051502106,0.0065946463,0.023764491,0.02334861,0.02149201,-0.024937863,0.009602339,-0.019011592,0.004678634,0.006375567,-0.021135543,-0.011362397,-0.087928616,0.043548428,0.009008227,-0.011785702,-0.008020516,-0.018714536,-0.030953249,-0.008332425,-0.013612597,-0.026853874,0.025442857,0.0019457176,-0.015536035,-0.015951915,-0.011800555,0.049667783,0.013560612,-0.02799754,-0.036805253,-0.00012624885,0.014147298,0.014280973,0.0018621706,0.0038245977,-0.0071441997,-0.016412351,-0.0055883685,0.015253833,0.0066651967,-0.02334861,-0.016843082,-0.0023318906,0.009141902,0.016768819,-0.015996473,0.003418002,0.0023987282,-0.008228455,0.020823635,0.012558048,-0.032527644,-0.018907623,-0.009773146,-0.006056232,0.010174172,0.055044502,0.0020162684,0.008904258,-0.055163324,-0.002926003,0.04836074,0.004181065,0.010805417,-0.022249503,-0.019709675,0.04996484,0.036240846,0.03793407,-0.01967997,-0.002809037,0.0018250386,-0.011711438,0.011733717,0.019085856,0.047855742,-0.01757087,-0.044499006,0.031933535,-0.005688625,0.0013803827,0.0017154991,0.030106638,-0.018551156,-0.0108796805,0.054985087,0.04904397,0.0009218023,-0.023051556,-0.015625153,0.034280278,0.0090602115,0.010968798,0.017333224,0.015580594,0.01050836,-0.005339584,0.032794997,-0.016486615,0.008881978,-0.028457977,-0.020912752,-0.019813644,0.020675106,-0.0029612782,0.00844382,-0.01463744,0.024165517,-0.030507665,-0.02498242,0.002213068,-0.012535769,-0.00881514,0.0031190894,-0.0065240953,-0.060064748,0.046459578,0.02217524,-0.016204411,0.0029779878,-0.024165517,-0.011020782,-0.020125553,-0.0015196278,-0.0047603245,0.011845113,0.026230056,-0.009825132,0.004842015,-0.0016013181,-0.007244456,0.002716207,-0.010753431,-0.033686165,-0.02884415,-0.0016607294,0.00014469883,-0.09297857,-0.009453812,0.016709408,-0.03309205,-0.0020608269,0.0025379732,-0.033567343,-0.018209541,0.031814713,0.012268418,0.0117782755,-0.026215203,-0.020125553,-0.014466633,-0.022665383,-0.027225194,-0.002920433,-0.015283538,-0.05198482,-0.015803386,-0.006965966,-0.0075563653,-0.01773425,0.00088884763,-0.036329966,-0.013285835,-0.027923277,0.011347544,-0.0023523131,-0.02810151,-0.0043444457,-0.020942457,0.04544959,0.03309205,-0.011243574,-0.013115028,0.018164983,-0.038557887,-0.024046693,0.005049954,-0.030091785,-0.020719664,-0.02440316,0.014912218,0.018669978,0.03609232,-0.022100976,-0.00045463513,0.051301595,-0.005777742,0.036389377,-0.0056255003,0.014711705,-0.023779344,0.02651226,-0.010753431,-0.017823368,-0.010976224,0.013590318,-0.015172142,0.01725896,0.0063198693,0.000667448,0.011867392,0.013456643,-0.00059504056,0.024046693,0.020689959,0.014214136,0.02291788,0.0066392045,0.029497674,-0.017526312,0.034844685,-0.012892236,0.020600842,-0.031874124,-0.017957043,0.0093275625,-0.000024237343,-0.023794197,0.0012197867,-0.0024488564,-0.002259483,0.0038283109,0.023838755,-0.013664582,0.004931132,-0.016412351,-0.033299994,-0.009758294,-0.005365576,0.014956776,-0.011510925,-0.035676442,0.015743975,0.009401826,0.023244642,-0.038914353,0.007017951,0.013315541,-0.007894266,-0.024135811,-0.00032954663,0.027745042,-0.03843906,0.006538948,-0.014236415,0.019115562,0.0039842655,0.0032212024,-0.016234117,-0.02487845,0.0019104423,-0.035735853,0.0053989952,-0.022724794,0.028235184,-0.0137388455,0.017422343,-0.027091518,0.030418547,-0.046608105,-0.015357802,-0.008042795,-0.013716566,0.013969065,-0.028354008,0.013107602,0.012691723,-0.031695887,0.013077896,-0.007797723,0.03303264,0.0054658325,0.034636743,0.04381578,-0.024418013,0.012134743,0.0009426891,0.009721162,-0.018491743,-0.0103895385,-0.008540364,0.009981086,0.002836886,0.006646631,0.059262697,-0.023913018,-0.030923543,-0.038617298,-0.008614628,0.021313777,0.045806054,-0.045004003,-0.041884914,0.02884415,0.016471762,-0.0104712285,0.0040213973,0.021239514,-0.0049199923,-0.030359136,0.032527644,0.005595795,-0.0013116885,-0.04812309,0.033686165,0.05525244,0.036329966,0.028457977,-0.017377783,0.016486615,-0.03609232,-0.00067255367,0.009468664,0.016679702,-0.052519523,-0.006672623,0.004452129,0.0049199923,0.03520115,-0.028116362,0.007430116,-0.034161456,-0.006030239,0.03196324,-0.004934845,0.037607305,0.001474141,-0.020600842,-0.017244108,-0.020868193,-0.007177619,-0.002990984,-0.019249236,0.019189825,0.0022074983,0.013716566,0.015432065,-0.02455169,0.011184163,0.0013116885,-0.002771905,0.015186994,-0.04117198,-0.01278084,0.015654858,0.0068397173,-0.0069176946,0.0035516773,0.013048191,0.01703617,0.02704696,-0.023452582,-0.04117198,0.0009440815,-0.0011947226,0.034904096,0.030507665,-0.03526056,-0.03805289,0.009995938,0.0043778648,-0.01884821,-0.008191323,0.01540236,-0.0065983594,0.02545771,0.02741828,-0.0067320345,0.02079393,0.014518619,0.008614628,0.021922743,0.0090602115,0.0059077037,-0.0046155094,0.017927337,-0.0076937536,-0.0011984358,-0.020066142,0.022903027,-0.0036110885,-0.039954048,0.034161456,-0.016308382,0.0055549494,0.005157637,0.021774214,-0.0151498625,0.023645667,-0.0043964307,-0.0116148945,-0.04874691,0.017377783,-0.031636477,-0.023987282,0.014830527,0.039627288,0.020838488,-0.008971095,-0.0009793569,-0.005087086,0.013642303,-0.020883046,0.015491477,-0.03980552,-0.027745042,-0.016932199,0.027908424,-0.0048011695,0.014139872,0.014889939,0.009505796,0.0058148736,0.0054955385,0.008221028,0.021759361,0.026824169,-0.016649997,0.036478493,0.013501201,-0.013464069,-0.017273813,-0.014362664,0.0011176737,-0.032408822,0.012097611,0.013664582,0.0055178176,0.0078348555,-0.003488553,-0.023927871,0.024165517,-0.018759094,-0.012149596,0.028933266,-0.032141473,-0.018833358,0.033626754,0.013872521,0.023274347,0.009995938,-0.011384676,0.019501735,-0.032319706,0.027819306,0.015038466,-0.02180392,-0.045360472,0.018907623,-0.010456376,0.012342682,-0.009476091,0.026556818,-0.0024618527,-0.013887374,0.0068025854,-0.017051022,-0.037547894,0.026749905,-0.005759176,0.007820003,-0.03867671,-0.0150681725,-0.0016607294,0.018773947,-0.0019698534,0.01494935,0.010419244,-0.0067134686,0.023244642,-0.016486615,0.015328096,0.00011197624,-0.009156755,0.012951647,-0.033507932,0.019858202,-0.009008227,-0.03184442,-0.021477157,0.019397765,0.009706309,0.016575731,-0.0036519337,-0.010151893,-0.028457977,0.039508466,0.009193887,-0.0028220331,0.00639042,-0.0050945124,0.028487682,-0.026705345,-0.010285568,-0.00025017696,-0.0069882455,-0.004971977,0.0124540785,-0.052846286,0.021358335,-0.02260597,0.009780573,-0.00082154584,-0.0033196022,0.011057914,-0.0038988616,0.0012299981,-0.014303252,0.018432332,-0.0016895067,0.010218731,-0.0019234384,-0.024447719,-0.0013441789,0.0111247515,-0.024804186,0.015847944,-0.015892502,0.0083472775,0.0022334908,0.0115332045,-0.02260597,0.01100593,-0.01013704,-0.002274336,-0.0029854141,0.060242984,-0.0066206385,0.01788278,0.02492301,-0.0064758235,-0.015194421,0.011347544,-0.0024210075,-0.0042961743,0.010248437,0.025160654,-0.014214136,0.016961904,0.024640806,-0.007827429,0.014793395,-0.03445851,0.003198923,-0.0053321575,-0.05409392,-0.0044595553,-0.00704023,0.0060933637,0.0035089755,0.015565741,-0.010864828,0.038349945,0.0080725,-0.018892769,0.028116362,0.0035683867,-0.02079393,0.03318117,-0.030893838,0.016041031,0.024700217,0.013768552,0.0123501085,0.019650264,0.026839022,-0.029839288,0.035022918,-0.0129219415,-0.04054816,-0.0017405632,-0.013887374,0.031458244,-0.0011575907,0.012580327,-0.0063607143,-0.016234117,-0.027834158,0.015640005,0.00058204436,-0.0150681725,0.022160387,0.016560879,0.015521183,0.023705078,0.10088026,0.0012726998,0.016159853,-0.020511726,0.04836074,0.007404124,0.013560612,0.011674305,-0.015120157,-0.0041884915,-0.03270588,-0.0031617912,0.019041298,0.0053841425,0.018075865,-0.0077457386,-0.012654591,-0.023214936,0.002706924,-0.02190789,0.016932199,0.03107207,0.007842282,-0.004734332,-0.03630026,-0.020972162,0.012483784,-0.011080193,-0.019858202,-0.008985948,0.012721429,0.02386846,-0.017556017,0.023675373,0.033864398,0.017154992,-0.024076398,-0.015669711,-0.00044952947,-0.0034774132,-0.0047788904,-0.02731431,0.016961904,-0.005250467,0.02440316,0.009914248,-0.023482287,-0.0054287007,-0.020303786,-0.045419883,0.0021462305,0.016338088,0.017615428,0.025888441,0.023200084,0.0103078475,0.035319973,0.036983486,0.0144146485,-0.016768819,-0.013634876,0.01841748,-0.025546826,0.0074858144,-0.0109613715,-0.008518085,0.021967301,0.0065315217,0.021343483,0.0054287007,-0.02620035,-0.011577763,0.03229,0.016679702,-0.0056514926,0.011726291,-0.005874285,0.0034105757,0.014778542,-0.017585723,-0.008102206,0.0022149247,-0.01740749,0.0059299828,-0.025487415,0.0014249411,0.009513223,0.010812843,-0.016590584,0.04895485,-0.0073707053,0.018803652,0.008369557,0.01804616,0.017763956,0.022472296,-0.014979055,-0.043548428,-0.052489817,-0.014340385,-0.00066327065,0.012171875,-0.031636477,0.010033071,-0.021135543,-0.016412351,-0.047350746,0.031101776,-0.015743975,0.017749103,-0.015803386,0.010166746,0.020244375,-0.030448252,-0.008139338,-0.02735887,0.014733984,0.003497836,-0.020333491,-0.013389805,0.035676442,0.014785969,0.004879147,-0.016605437,-0.025101243,0.017065875,0.036003202,-0.046845753,0.020452315,0.00554381,0.013553185,0.03627055,0.03837965,-0.017526312,-0.019724527,0.0028573086,-0.012468931,-0.03101266,-0.008703745,0.022724794,-0.068560556,0.014377517,0.029482821,0.023511993,0.0049274187,-0.02201186,0.0063198693,-0.017526312,-0.0013042621,-0.00064795365,-0.0038394504,-0.007571218,0.016367793,0.021566276,0.011080193,-0.0019085857,0.018773947,0.0031617912,-0.045004003,0.004496687,0.021878183,-0.027745042,0.023259494,-0.038468767,0.027923277,-0.0025156941,0.0067765927,-0.017065875,0.0032100629,0.007437543,-0.009424105,-0.046489283,-0.052786876,0.006238179,0.009943954,0.01550633,-0.02423978,0.023140673,0.0011083906,-0.002879588,0.03534968,-0.02207127,0.008206176,-0.006951113,-0.0034607039,0.023883313,0.032141473,-0.026022118,0.022843616,0.023229789,0.03508233,0.005692338,-0.021595981,0.038290534,0.022932732,-0.02244259,-0.011072767,-0.017154992,-0.04313255,0.022709941,0.0005333086,-0.015610299,0.011481219,0.015238979,-0.00534701,0.0131892925,-0.044736654,0.018402627,0.012001067,0.013672008,-0.008354704,-0.021967301,-0.0104712285,-0.00051474257,0.022145534,-0.029022384,-0.004793743,0.029378852,0.0566189,-0.004147646,0.021284072,-0.024670511,0.007686327,-0.053618632,-0.028056951,0.018803652,0.018595714,-0.002651226,-0.044112835,0.00394342,0.0008234024,-0.030091785,0.024640806,-0.0032267722,-0.009134476,0.019397765,-0.011770849,-0.024729922,-0.009075065,-0.01810557,0.017065875,-0.0109613715,0.017986748,-0.01921953,-0.014585456,0.018447185,-0.016739113,-0.0010081342,-0.0017219973,-0.010686594,-0.01220158,0.029571937,-0.020719664,-0.013011059,0.015669711,-0.014050755,-0.0006618782,-0.018892769,-0.0030355423,-0.0018426763,-0.036983486,-0.012736281,0.01936806,0.0067357477,-0.010545492,0.0043964307,0.04978661,0.0026772183,-0.018640272,0.014927071,0.0049088523,-0.008577496,0.001897446,0.0068434305,-0.012602606,0.0065909326,0.009171608,-0.0052801725,-0.011681732,-0.018892769,-0.046429873,-0.017704545,-0.01352348,0.0029928405,-0.004823449,-0.010849975,0.0018668121,-0.0154766245,0.0021035287,0.0024488564,0.0035795264,-0.0010415531,-0.0036797829,0.033894103,0.018328363,-0.001285696,-0.020095848,0.0023783057,0.015892502,-0.027165784,0.0054695457,0.014689426,0.017719397,0.003887722,0.009780573,0.026631081,0.0227545,-0.006628065,-0.0056774854,-0.00610079,-0.0015948201,-0.011265853,0.03837965,-0.0058668586,0.023155525,-0.034577332,0.004363012,-0.006074798,-0.05207394,-0.014815674,0.0078051495,-0.0032286288,0.044706948,-0.009550354,0.041082863,-0.017600575,-0.01852145,-0.04048875,0.039775815,0.002549113,0.008971095,0.016159853,0.04298402,-0.0060525187,0.009045359,-0.021031573,-0.015996473,0.0063792802,-0.0025194073,-0.0033103193,-0.02254656,-0.022338621,0.018343216,0.021610834,-0.0011501642,0.04954896,0.011384676,0.00020967986,-0.008948816,0.010849975,0.015268685,0.04494459,0.044677243,0.02260597,-0.020808782,0.02122466,0.012907089,0.017125286,0.019353207,0.02312582,-0.030373989,-0.01090196,-0.054064214,0.0059002773,-0.01899674,0.012320403,-0.00039174277,0.015937062,0.0053098784,0.0031933533,0.009854837,-0.02334861,0.05118277,-0.018164983,-0.047885448,-0.06838232,-0.011028209,0.029928405,0.014095313,-0.033507932,0.004381578,-0.0019977025,0.0016143144,0.009966233,0.026111234,0.0028962973,-0.033002935,-0.022487149,-0.049014263],"social":"https://twitter.com/ENIXINRI"},{"title":"yieldverse","description":"a newsletter on the decentralized finance landscape, and how you can take advantage of the yield opportunities out there! ","niche":"web3","youtube_url":"https://youtube.com/watch?v=a7q_wBZw7d0","youtube_transcript":"Hey, guys. My name is Torek, and I'm building yours. A newsletter focused on Defy and showing you how you can take advantage of all the defy yield opportunities out there. So here's how to subscribe to my newsletter. First, you'll go to yolvers dot substack dot com as shown up here. You'll import your email and you'll click subscribe. So going into these six weeks was a bit nervous. Wasn't really sure what I was gonna do, but I knew it'd be around d five. So first, I started off with, I wanna do a consulting business. But then I realized, no, I really need to establish myself as a thought leader. Before I really can really monetize it the way I want. And I also want to increase my inventory following, so I thought content is the best way. So let's create these learn. And then maybe eventually definitely eventually get it to the point where I can monetize that. So First was me a bit too strict on myself, and I wrote like a whole thesis, a whole guideline for me to follow, but I realized it's mine. It's a way the first time I've ever really expecting stress myself through writing, so I can basically just do anything. And I'm and it it helps that I work in the space too. And I'm always around new exciting technologies. So it took me a while, but I can finally say it. I did my first post and you could check that out by subscribing. Or if you wanna just read, click no thanks. It'll take you to my first newsletter top squared. Yo. Is this a newsletter? Yeah. So look forward to you guys reading it, and I look forward to pushing on more posts.","embedding":[0.0046280525,0.0015651409,-0.02574525,0.012036841,0.02544843,0.001588574,-0.03486857,0.0009876108,0.02146479,0.045929026,0.032993913,-0.018340366,0.008107879,-0.05930156,0.06648773,0.017746726,0.031322345,-0.040492527,-0.03483732,0.072799064,0.02227714,0.004030506,0.018402854,0.05761437,0.0017145274,-0.032837693,-0.012638293,0.049178425,-0.0026596654,-0.031962853,0.004124239,-0.025870226,-0.002173427,0.009107695,0.014942556,-0.00069030235,0.03918027,0.018246634,0.04389815,0.009599791,0.010997971,-0.025432808,0.060113907,0.003061935,-0.050709393,0.0025756967,-0.031994097,-0.0044288705,0.034931056,0.025292208,-0.055677228,0.010287165,-0.008256289,0.06033262,-0.051677965,-0.020543085,-0.03799299,0.0007410742,-0.040898703,0.006612061,-0.019418292,-0.02905714,0.01379433,-0.012607049,0.02057433,-0.0023784675,-0.036024604,0.017324928,-0.014669169,0.032056585,0.012747648,0.042742115,0.041336123,-0.027619904,-0.022886403,-0.06673769,-0.029900733,0.029494558,0.03311889,-0.030931793,-0.004514792,-0.0063113356,-0.02751055,-0.009474814,-0.03133797,-0.03864912,-0.061707366,-0.0077563813,-0.0075064274,-0.018340366,-0.031962853,0.00033953696,-0.002515161,0.035087276,0.015770528,-0.02626078,-0.023573775,0.055458516,0.02810419,-0.016918754,0.014880067,0.004963928,-0.020543085,-0.01748115,0.042367183,0.041054927,-0.019824468,-0.021886587,0.029713267,-0.038242944,-0.13510007,-0.0074869,0.0363058,-0.008029768,0.026354512,-0.02802608,0.04005511,0.0029740606,0.02715124,-0.02604207,-0.015809583,0.016731288,0.022792669,0.025792116,0.014333293,-0.056083404,0.0113338465,-0.026354512,-0.051771697,-0.034556124,0.07498617,0.0009841934,0.040180087,-0.038992807,-0.05024073,-0.023808107,-0.028869674,-0.020121288,0.014950367,0.011591611,0.00936546,-0.018855896,0.003194723,-0.032743957,0.00015597708,-0.045054186,-0.01873092,-0.018434098,-0.05658331,-0.014505136,0.018762164,0.03771179,-0.030260041,0.027682392,0.027354328,-0.0059129717,0.0060926257,0.022386495,-0.02840101,-0.009888801,-0.0019781506,0.024511103,-0.048741005,0.0073580174,-0.01224774,0.0025053972,0.024526725,-0.038430408,-0.053583864,-0.0029760133,-0.03202534,-0.01209933,-0.010357464,0.021933453,0.04596027,0.0012546513,-0.028432254,-0.013716219,-0.016278246,-0.009490437,-0.024823545,0.03408746,-0.030713083,-0.026401378,-0.032275297,0.017621748,-0.009974722,-0.04183603,0.010279354,-0.0066589275,-0.021589767,0.033775017,-0.008209423,-0.019308938,-0.0043117045,-0.02471419,0.071799256,0.0068502985,-0.0027787841,0.0045772805,0.011294791,0.035899628,0.012888247,0.05239658,0.017106218,0.031072391,0.0015670937,0.015528385,-0.040836215,-0.0070104254,0.061926074,-0.009998155,-0.031603545,0.027104374,-0.03296267,0.012036841,-0.07111188,0.0026635712,-0.0021363245,0.02877594,-0.009037395,0.04036755,0.025510918,-0.0056747342,0.02729184,-0.0062527526,0.036680732,-0.022589581,0.052990224,0.013333477,0.029541424,-0.027354328,0.025807738,-0.07117437,0.0038157022,-0.017918568,0.028244788,-0.011700966,0.04464801,0.0056122458,-0.025214098,-0.014356726,0.012302417,-0.000016995155,0.024042439,0.007576727,-0.06289464,-0.05139677,0.024167417,0.04580405,0.06623778,0.06108248,0.0017643229,0.040180087,-0.0014372348,-0.031134881,0.007908697,0.015575252,0.0064011626,-0.009310782,0.050646905,-0.008240667,-0.021480411,0.037305616,-0.011294791,0.068674825,-0.011154192,-0.0012849192,0.039586447,-0.038711607,0.0024253337,-0.008810874,-0.00045694693,-0.0036711977,-0.02346442,-0.004175011,0.0026284212,0.0070416695,0.009420137,0.017278062,-0.002622563,-0.036118336,-0.058395475,-0.017793592,0.010310598,0.014192694,0.01062304,-0.028385388,-0.0028295561,-0.02376124,0.01932456,-0.035243496,0.0379305,-0.00057264825,0.004788179,0.0046358635,0.033743773,-0.0026030354,-0.0034134327,0.024448615,-0.006057476,-0.011755643,-0.0011189341,0.0333376,-0.039211515,-0.0149035,0.049522113,0.0010779261,-0.008693708,-0.013286611,0.010146566,0.013708408,0.0064011626,-0.036087092,-0.0055419463,-0.010334031,0.040742483,-0.025495296,-0.0056864507,-0.05555225,-0.038336676,-0.011989975,0.004382004,0.010263732,0.02376124,-0.027026264,0.05836423,0.006737038,0.02626078,-0.024089305,0.019340182,-0.044523034,0.0036048037,-0.0113338465,-0.051740453,-0.013614675,0.001481172,-0.008912418,0.05983271,0.042742115,-0.08548423,-0.018793408,-0.018027924,-0.014614491,-0.013231934,0.013185067,-0.022933269,-0.027307462,-0.019965066,0.030666217,-0.042804603,-0.0065261396,0.026245158,-0.016840642,-0.005479458,0.023917463,-0.016887508,-0.04639769,-0.011615044,-0.0072252294,-0.013192878,0.048241097,0.016700044,0.06461308,0.0025796022,0.00086507475,-0.04692884,0.024026817,0.025120365,-0.012169629,0.07204921,-0.020308753,0.029119628,-0.01851221,-0.034774832,-0.0044366815,0.07761068,0.017199952,-0.0061863586,0.01445827,0.066300265,-0.005916877,-0.020714927,-0.022808291,-0.013005413,0.008724953,-0.0064167846,-0.011747832,-0.021214835,-0.010966727,0.05645833,-0.013552187,-0.038117968,0.012716404,0.022886403,0.017871702,-0.052552804,0.03371253,0.002597177,-0.024120549,0.06492552,0.0011462729,-0.022933269,-0.031416077,0.0031088013,0.020558707,-0.016575066,0.0012849192,-0.00597546,-0.009787257,0.021042993,-0.08317216,0.04889723,-0.009951289,-0.056989484,0.042804603,0.03224405,0.016918754,0.01924645,0.0479599,-0.045929026,-0.018980874,0.037430592,-0.004671013,0.002515161,0.012138385,0.034274925,0.00959198,-0.003659481,-0.087671325,-0.009013962,-0.02590147,-0.01372403,-0.038024236,-0.0048272344,-0.00951387,-0.03805548,0.025510918,0.033431333,-0.0023335537,0.03533723,0.036711976,-0.043398242,0.0055146073,-0.015059722,0.016700044,0.00789698,-0.042679626,-0.03280645,-0.051959164,-0.039867643,-0.04321078,-0.040492527,-0.01645009,-0.021417923,0.023339443,0.00022493409,-0.04286709,0.03290018,0.022980135,-0.035899628,-0.021745987,-0.031384833,0.01630949,-0.013599053,-0.01512221,-0.004631958,0.0113494685,0.006897165,0.0048662894,0.039211515,0.003876238,-0.037805524,0.02626078,-0.054396212,0.013911496,-0.0199182,0.007986807,-0.031994097,-0.007162741,-0.020199398,-0.0056747342,-0.006647211,0.05811428,-0.03236903,0.00256398,-0.030806815,-0.001261486,-0.055833448,0.000005862108,0.021105481,0.04233594,0.043179534,-0.019574514,0.030369397,0.0049014394,-0.010513685,-0.057426903,0.032650225,-0.01726244,0.014255182,0.03149419,-0.009599791,0.05139677,0.015036288,0.027760504,0.006471462,-0.0070924414,0.013755275,0.0601764,-0.050303217,-0.013669353,0.0013015177,0.021714743,-0.0018043546,-0.01984009,-0.0068737315,0.008428132,0.012450827,-0.047616214,-0.06498801,-0.021371057,-0.05342764,-0.015301865,0.0063269576,0.016325112,-0.027729258,-0.0029896828,-0.02390184,0.033243865,0.0013122578,-0.033681285,0.024839167,-0.011037026,-0.014817579,0.0072838124,-0.008271911,-0.04508543,-0.02671382,-0.0024058062,0.005252937,0.027057508,0.03002571,-0.01069334,-0.017465528,0.019730734,0.012802325,0.009638847,-0.01660631,0.053958792,0.027166862,-0.0063035246,0.029588291,-0.02568276,0.0042960825,0.011630666,-0.014184883,-0.014052095,0.026276402,0.009857556,0.0035501262,-0.022792669,0.008615598,0.034931056,0.0061941696,0.046741378,-0.0049678334,-0.019418292,-0.040305063,0.026979396,0.018309122,-0.038836583,-0.0382117,-0.036618244,0.021261701,0.0046202415,-0.007529861,-0.01342721,0.006162925,0.014669169,-0.018402854,-0.014630113,-0.04043004,0.03355631,-0.029088384,0.047178794,0.0063425796,-0.008271911,0.022386495,0.0055146073,-0.0072681904,-0.0027905006,0.004729596,-0.0016744958,0.0022339628,-0.0013591242,-0.017965436,-0.046428934,0.008990529,0.018121656,0.0016774249,0.033775017,0.0038996711,-0.03586838,-0.04492921,0.042085987,-0.008287533,-0.019855712,0.054864876,-0.016543822,-0.021433545,-0.0009080356,-0.013692786,-0.039867643,-0.030400641,0.007404884,0.0045616585,0.013700597,0.02073055,0.017028108,0.030806815,-0.04361695,0.017012486,0.015622118,0.0034368658,0.01645009,0.031259857,-0.052271605,-0.0071354024,0.030416263,0.021496033,-0.014223938,0.029228982,0.013700597,-0.037524328,0.0072760014,0.016340734,0.010349653,-0.0030599823,0.0057098838,0.022792669,-0.022448983,-0.006697983,0.03902405,0.007096347,-0.033025157,0.01594237,0.051521745,-0.000028620208,-0.007147119,0.023636265,0.034618612,0.07017455,-0.008350022,0.016621932,0.02722935,-0.013161634,-0.01785608,-0.013747463,0.014231749,-0.032337785,0.023058245,-0.028291656,-0.009568547,-0.0314317,-0.008568731,-0.0020718833,-0.0061277756,-0.007885264,0.02722935,-0.06467557,-0.017949814,-0.0066745495,-0.03452488,0.019683868,-0.01623138,-0.012411772,-0.04277336,0.04330451,0.013778708,-0.025276586,0.0028451781,-0.013684975,0.002298404,0.0034036688,-0.041804787,0.006690172,-0.008576542,0.02419866,0.0041281446,-0.007002614,0.00010306936,0.035462208,-0.030306907,-0.033431333,-0.03586838,0.018434098,0.01696562,0.0111854365,-0.07817308,0.004936589,-0.017293684,-0.046147734,-0.000024684166,-0.023183223,-0.020386863,0.0027299651,0.037368104,0.036493268,0.0047413125,-0.023089489,-0.012458639,-0.02457359,0.012903869,-0.025401562,-0.014622302,-0.018605942,-0.046428934,0.010591796,-0.01364592,0.00033904877,0.0057489392,0.0062097916,-0.0056161513,0.045241654,-0.01372403,-0.0115056895,0.017293684,-0.042210963,-0.009724768,-0.0057879947,0.04580405,-0.017199952,0.015317487,-0.008717142,0.0112244915,-0.03702442,-0.0021460883,-0.037524328,-0.025417184,-0.021074237,-0.023480043,0.0051084324,0.032931425,0.058739163,-0.024042439,0.02693253,0.008154745,-0.014567625,0.040992435,-0.006947937,0.016856264,-0.027994834,0.04199225,0.013997417,-0.01873092,-0.009857556,-0.011974353,0.012505505,0.02715124,0.0076743653,-0.012927302,-0.013286611,0.044585522,-0.031462945,0.047459994,-0.018418476,0.013474076,-0.0074166004,0.004374193,0.04942838,0.00024202077,-0.0074829943,0.0015709992,0.021105481,-0.0299476,-0.019308938,0.024370503,-0.013216311,-0.003997309,-0.03236903,0.014411404,0.004389815,-0.013317855,0.016762532,-0.01609078,-0.0014020851,0.00003661434,-0.014762901,-0.02729184,-0.009435759,-0.0077837203,-0.019558892,-0.009209238,0.021183591,0.016496956,-0.028385388,-0.09723206,-0.02051184,-0.0015504952,0.0018160712,0.020371241,-0.027323084,0.024807923,-0.035493452,-0.003393905,-0.0040031676,-0.004870195,-0.019512026,0.014481703,-0.021667877,0.014997233,0.008232856,0.013341288,-0.0024624362,-0.025667138,0.010076266,-0.00009171892,-0.0005345693,-0.0582705,0.01601267,0.0036536227,-0.02929147,0.0014587152,-0.01587207,0.0067018885,-0.0059676487,0.009287349,0.0045499415,0.018699674,-0.0072486624,-0.0035305985,0.01342721,-0.003776647,-0.006994803,0.055052344,-0.02449548,0.021667877,-0.01777797,-0.017887324,-0.021808475,0.008021957,0.022370873,-0.0074478444,-0.010560552,0.011825943,-0.007072914,0.013684975,0.0028764224,-0.018918384,-0.005338859,0.03674322,0.04639769,-0.01077145,-0.023729997,0.027104374,-0.01342721,-0.012146196,-0.018309122,0.030619351,-0.030588105,0.011107326,0.006670644,-0.0030053048,0.0018395043,-0.044023126,-0.0075415773,0.037086908,-0.011825943,0.006862015,-0.041711055,0.0015006997,-0.031212991,-0.008217234,0.03296267,0.01976198,-0.036930688,-0.0018170476,0.025932714,0.014872256,0.020636817,-0.030713083,0.00346811,-0.009927856,-0.009998155,0.018199766,0.0062371306,0.047397505,-0.010052833,-0.0002931588,-0.023729997,-0.03188474,-0.009037395,-0.039305247,-0.02116797,0.0071510244,0.029385203,-0.025729628,0.024886033,0.0031732426,0.02160539,-0.027557416,0.023573775,0.023526909,-0.00350326,0.008529676,0.010654285,-0.017293684,-0.027026264,0.019683868,0.023589397,0.0028041701,0.03502479,0.026870042,-0.002515161,0.014481703,0.012146196,0.042210963,0.022761425,-0.018652808,-0.054396212,0.0028119811,-0.01246645,-0.0066433055,-0.03874285,0.009123317,-0.050428197,0.033775017,0.03188474,0.012802325,-0.01335691,0.015887694,0.02354253,0.004065656,-0.0030306908,0.00076060183,-0.00014743373,0.0074908054,-0.007537672,0.000031884985,0.020761793,0.020043178,-0.013138201,-0.0029310999,0.021121103,0.010201243,0.046522666,0.03111926,0.013739652,-0.03458737,0.025370318,0.018059168,0.018684052,-0.01785608,-0.007908697,-0.030150687,0.009552925,0.020933637,0.03149419,0.0065612895,-0.012560182,-0.009201427,-0.026979396,0.0035071655,-0.045179162,-0.012364906,-0.03786801,-0.0034974015,0.025479674,0.021699121,0.016075158,0.0070104254,0.02205843,-0.011575989,0.02802608,0.006182453,0.04827234,0.035305984,0.0065183286,-0.02108986,0.024042439,0.0020015838,-0.029025894,-0.014036473,-0.018605942,-0.026307646,-0.020902393,0.008896796,0.030306907,-0.04870976,0.029978843,-0.03799299,0.012857003,-0.0051006214,-0.007318962,-0.017090596,0.03511852,-0.047491238,-0.0049756444,0.04217972,-0.013958362,0.036555756,0.008451565,-0.0048662894,-0.01291168,0.0045108865,0.037243128,0.01099016,-0.025807738,-0.020839905,0.02427677,-0.041492343,0.007678271,0.019652624,0.025792116,0.0066745495,0.009818501,-0.0069596535,-0.03408746,-0.01587207,-0.010794884,-0.013927118,0.00038469463,0.02212092,-0.006389446,0.0037493082,0.032119073,-0.0055419463,0.042648382,0.0014469987,0.014653547,-0.009099883,-0.014262993,0.0048350454,0.0072760014,-0.011857187,-0.0021128913,-0.013442832,0.025026632,0.030619351,-0.025292208,-0.024839167,0.005104527,0.032743957,0.02087115,-0.019637002,-0.029260226,-0.024557969,0.064238146,-0.006346485,0.05342764,0.0013620533,0.030431885,0.016481334,0.017715482,-0.013770897,0.0042101606,-0.0025444524,0.025401562,0.016684422,-0.03188474,-0.024339259,-0.007369734,0.03830543,0.014692602,-0.018121656,0.025464052,-0.013341288,0.0067995265,-0.010982349,0.025979582,-0.010459008,0.00033050543,-0.0041945386,-0.03474359,-0.007561105,0.010201243,-0.036368288,-0.0024917277,-0.000020107374,0.028557232,0.0009949337,-0.012107141,-0.0038039857,-0.00383523,0.0115135005,-0.009396704,0.003907482,0.006323052,0.0031224708,-0.00007872083,-0.004030506,-0.011677532,-0.009506059,0.013567809,-0.0009412326,0.042742115,-0.0050498494,0.016590688,-0.0039523956,0.024120549,-0.03060373,0.011474445,0.0050107944,-0.022308383,-0.026448244,0.001036918,-0.01948078,-0.007822775,0.0035989454,0.015536196,0.0059285937,0.0067409435,0.031072391,-0.008303155,0.03252525,-0.000008383157,-0.014692602,-0.038555387,-0.011779076,-0.004897534,-0.010638662,0.016996864,-0.019152716,0.018465344,0.020105666,0.018465344,-0.0035305985,-0.019387048,0.01519251,-0.015254998,-0.0111854365,-0.041929763,-0.028635342,0.0045265085,0.0067760935,0.0382117,-0.005510702,-0.018480966,0.0040461286,0.019277694,-0.010201243,-0.0022886402,0.032931425,-0.01452857,-0.019715112,0.0065925336,0.11229178,0.001141391,0.004913156,-0.012591427,0.043710686,-0.0076001603,-0.00022737504,-0.008881174,0.000008345018,0.018480966,-0.02146479,-0.003999262,-0.005096716,0.02647949,0.030713083,0.01084175,-0.03090055,0.010380897,0.009279538,-0.020043178,0.018840274,0.035149764,0.008084446,-0.014622302,-0.031525433,-0.021417923,-0.0016412988,-0.004272649,-0.016512578,-0.0028471309,-0.002919383,0.0071822684,-0.019730734,0.04249216,-0.00076060183,-0.0071354024,-0.009279538,-0.021839721,-0.018434098,-0.0041789166,-0.01660631,-0.015512763,0.03696193,0.02087115,-0.02929147,0.02854161,-0.0066511165,0.0074322224,-0.021730365,-0.026276402,-0.0037805524,-0.02346442,0.027166862,0.014716035,0.018309122,0.00468273,0.053458888,0.049365893,0.024542347,0.02957267,0.0113963345,0.004846762,0.022074051,0.0078071533,-0.01896525,-0.034024972,0.020183776,0.0053427643,0.015708039,0.008888985,0.0015875977,-0.005463836,0.006213697,0.00929516,-0.01342721,-0.0035735595,0.013888063,0.029088384,-0.0112401135,-0.0014206363,0.0035813705,-0.0012097377,-0.0062371306,0.012622671,-0.002474153,0.037649304,-0.04374193,0.018496588,-0.0010154377,0.026823176,-0.008076635,0.007354112,0.060113907,-0.0013425257,-0.009888801,-0.0013474077,-0.03365004,-0.011099515,-0.04211723,0.0013288563,0.027729258,0.010146566,0.025698384,0.029010272,-0.009974722,-0.020121288,0.0035286457,0.0004371752,-0.0024995387,0.006174642,-0.011841565,-0.017028108,0.02065244,-0.035743404,0.023636265,0.0047178795,-0.033150133,-0.0034661572,0.008053201,-0.015825205,0.028010456,-0.009966911,-0.0005799711,-0.0074673723,0.0016764485,-0.017965436,0.036024604,-0.01851221,0.026182668,0.0008362715,0.04261714,0.041492343,0.024229905,-0.01313039,0.016371978,0.0114041455,-0.030525617,-0.00021639073,-0.0081938,0.004948306,-0.036212068,0.018715296,-0.016840642,-0.016575066,0.009060828,-0.037430592,-0.010169999,-0.010833939,-0.011154192,-0.0031088013,0.0030150686,-0.00089338986,0.045991514,-0.02501101,-0.018996496,-0.021714743,-0.0026440434,0.0058270497,-0.024761057,-0.0010066502,-0.005932499,-0.007877453,-0.0025542162,-0.010505874,0.00789698,0.037680548,-0.0024585307,0.0076743653,0.009677902,0.034399904,-0.029119628,0.0019547176,-0.0013151871,0.023589397,0.011943109,0.024917278,0.0039289626,-0.026791932,0.008943662,0.027213728,-0.008592165,0.011091704,-0.006323052,-0.02729184,-0.014153639,0.0007908697,-0.031681653,-0.027260596,-0.0035813705,0.012716404,0.008857741,-0.01601267,0.0043859095,0.025026632,0.02883843,-0.020246264,0.00021126473,-0.012052463,-0.021777231,0.0231676,0.0063855406,-0.040617507,0.0072994344,-0.01609078,0.000029825429,0.016653178,-0.04130488,0.013684975,0.018324744,-0.0020015838,-0.04361695,0.022730181,-0.018637186,-0.013700597,0.042242207,0.023261333,0.025542162,0.022839535,0.050303217,-0.03365004,0.01128698,0.01748115,0.033462577,-0.048741005,0.021136725,0.012607049,0.009990344,-0.027276218,-0.024323637,0.0004042223,-0.015981426,-0.010568363,-0.00988099,0.026838798,-0.038086724,0.0031654316,-0.009060828,-0.0068424875,-0.0052255983,-0.03711815,0.008357833,0.008756197,0.002698721,0.026463868,-0.012107141,0.06661271,-0.008912418,-0.015254998,-0.00065759354,0.010833939,0.0076235933,0.0028803279,-0.02227714,-0.010833939,-0.022558337,-0.010490252,-0.007814964,-0.022839535,-0.014856634,-0.01445827,-0.017621748,0.009951289,0.0008294368,0.0040109786,-0.021074237,0.002954533,0.031181747,-0.0115213115,-0.029182116,-0.006233225,0.026698198,-0.015059722,0.009849745,0.0012751553,-0.007354112,-0.01276327,0.012302417,0.021183591,0.028276034,0.0047764624,-0.031134881,-0.036274556,-0.011052649,0.014700413,-0.014544192,-0.0011560367,-0.0034876377,-0.023370689,-0.012513316,0.0056044348,-0.007014331,0.00289595,-0.012310228,0.047303773,0.03208783,0.013739652,0.019793224,0.018262256,0.021371057,-0.012724215,0.009631036,-0.008287533,-0.01601267,-0.02087115,0.010810506,0.020293131,0.034056216,0.004588997,-0.008318777,0.008592165,0.023792485,0.0011277216,0.0100294,-0.012138385,0.015215943,-0.005061566,0.0007747594,0.0028744696,-0.008326589,-0.0064948956,0.02758866,0.004854573,0.04286709,-0.027166862,0.021277323,0.011786887,0.0031127068,-0.015911127,0.03577465,-0.006596439,0.009974722,0.026791932,0.045460362,-0.008303155,0.025370318,-0.017621748,0.0283229,-0.010529308,-0.0033978105,-0.026307646,0.0036536227,0.010412142,0.044991698,0.01232585,0.0017155037,0.038180456,0.011794698,-0.02883843,0.018418476,0.012997602,-0.008404699,0.007377545,0.026307646,0.018715296,-0.013380344,0.028572854,0.01475509,-0.0020562613,-0.006705794,-0.0009290278,-0.0014499278,-0.038992807,0.00274754,0.026495112,-0.017543638,-0.009904423,0.025214098,-0.003095132,0.017793592,-0.012513316,0.02943207,-0.0023042622,0.012021219,0.02257396,-0.045835294,-0.031666033,-0.018387232,0.031478565,-0.0019937728,-0.017949814,0.01755926,0.014887878,0.014536381,0.01940267,0.049897045,0.029228982,0.0115135005,-0.018762164,-0.03193161],"social":"https://twitter.com/0x_Tariq"},{"title":"youni","description":"find classes that lead to jobs","niche":"web3","youtube_url":"https://youtube.com/watch?v=vRTraU8qPVQ","youtube_transcript":"My name is J. T. Batista, and I'm the CEO and founder of Uni. Uni helps students find classes that don't suck. We do so by evaluating every class in our market place for how much it can help a student prepare for the workforce. Let me show you how this all works. On uni, students can browse classes. Seeing any class that's been posted to our course library. As a teacher, you're able to actually create a class. So if you'd like to advertise a class or even run it through our platform, you're able to do so, adding custom links as well as descriptions of your class. Lastly, as an employer, you're able to actually explore course library to use it to recruit talent. So for example, if you'd like to endorse this class, you can come right in here and endorse it. And you can actually add your company like Walmart to this list. Students that might take this class now know that Walmart is an endorser of it, and we'll be able to see you as a recommended job when they go to our job board to apply later on. So that's how Uni works. For teachers, it's a place to market and advertise their classes. For students, it's a way to evaluate if a class will actually lead to jobs. And for employers that the tutor accrued and upscaled their talent. Whereas over the past six weeks, it was really clear that we stagnated. We couldn't bring in enough teachers to stimulate student demand. So what we're going to do moving forward is work with teachers where they're at. Instead of making them build classes on Uni, we're gonna help them advertise and build credibility around existing classes and work to get employers more engaged with the educational ecosystem.","embedding":[-0.058209863,-0.026289744,0.0014946519,0.03228668,0.0195157,-0.022433525,-0.01620199,0.044133928,0.0050695366,0.021583103,0.0063378373,-0.02885567,0.009860487,-0.022301562,0.026407044,0.0030296254,-0.040966842,-0.030028665,-0.03838625,0.04152401,0.038005028,-0.009567238,0.027931936,0.032755878,0.022961373,-0.04944173,-0.0030167957,0.031934783,-0.026539005,-0.016524563,0.089968696,-0.02873837,-0.012880948,0.041905235,-0.013027573,0.017243022,0.017374985,0.03982317,0.00921534,-0.022140276,-0.0016311958,0.0051171896,0.043635406,-0.044104602,-0.062989816,0.012455738,-0.027917275,0.02499945,0.022037638,0.014229893,-0.058092564,0.026260419,0.005113524,0.006396487,-0.027506726,-0.032755878,-0.004831272,0.0337236,-0.037506506,0.009354633,0.03771178,0.03096706,0.038826127,0.03392887,-0.020366121,-0.017990807,-0.0059602796,0.007452182,-0.08029149,-0.013489439,0.060995724,-0.03976452,0.018885216,-0.0037132613,-0.0052198265,0.026582994,-0.0059052953,0.054133706,-0.00861418,-0.0008155979,0.03788773,0.039500598,0.011825253,0.012001202,-0.003991848,-0.024970125,-0.029236894,-0.04513097,0.0249408,0.0092813205,-0.03469132,0.010974832,-0.038532875,0.07917714,0.04149469,-0.012822298,-0.031260308,-0.01505832,0.07313622,-0.015512856,-0.007353211,-0.024134366,0.0051868362,-0.004900919,0.0065027894,-0.019632999,-0.021817703,-0.02397308,-0.029867379,0.000603909,-0.13501169,0.018841228,0.025043437,-0.025497973,-0.012968923,-0.02409038,-0.0001089373,-0.023767807,-0.04741831,-0.013782688,-0.014464491,-0.01620199,0.043048907,0.0024009736,0.033752922,-0.04615734,-0.021011269,0.020072872,-0.043048907,-0.02843046,0.007125943,-0.0001904971,-0.02120188,-0.011451361,-0.034632668,-0.00019381905,-0.03988182,0.008335594,-0.041553337,-0.013474777,0.05697822,-0.0385622,-0.04565882,-0.018269394,-0.061992772,-0.061288975,-0.015879417,0.034837943,-0.016348613,0.00945727,-0.025263375,0.0027785313,-0.038210303,-0.03806368,0.011751941,0.00062040426,-0.008650837,0.057740666,0.008005689,-0.020131523,0.03656811,0.032873176,-0.005469088,-0.0006730974,0.007331217,0.011304737,-0.003044288,-0.062989816,-0.07231513,-0.0012114836,-0.0092813205,-0.021891015,0.011619979,0.064221464,0.03976452,-0.012147827,-0.007323886,-0.025087425,0.0050915303,-0.039178025,-0.0051061925,-0.0017283345,-0.055042777,-0.039852496,-0.06035058,-0.013570082,-0.021480465,0.025102086,-0.0046956446,-0.017668232,-0.008445562,0.05571725,0.05005755,0.042139836,0.024280991,0.016671188,0.038650177,-0.019779624,-0.019339751,-0.0041421377,-0.013049566,0.017814858,0.0073752045,0.022008313,0.009926468,-0.003848889,0.01645125,-0.0048276065,-0.043224856,0.02463289,0.051171895,-0.00599327,-0.03131896,0.02108458,-0.030585838,-0.0073458795,-0.070614286,0.057682015,0.0025311026,0.030556513,0.0015551344,0.021333842,-0.010212385,-0.030820437,-0.0064661335,0.029632779,0.021333842,-0.010762227,0.036714736,-0.010593609,0.005487416,0.009295983,0.0014717418,-0.03181748,0.005179505,-0.03765313,-0.005384779,-0.050380122,0.025644597,0.011817922,-0.021069918,-0.006667742,-0.0062791873,0.009493927,0.012704999,0.030439213,-0.024662213,-0.01645125,0.031788155,0.07254972,0.055746574,-0.027565377,0.021891015,-0.006510121,-0.004138472,-0.00062452804,0.01999956,0.03155356,0.06791639,-0.00057779154,0.014127255,0.029530142,-0.034720644,-0.008577524,-0.024119705,0.03873815,0.0036179556,-0.04439785,0.01813743,0.006095907,0.026905566,-0.019339751,-0.030028665,-0.011194768,0.003473164,0.0065321145,0.005278476,0.07325352,0.01970631,0.020498082,-0.032785203,0.010549622,0.033107776,-0.023738481,-0.008181638,0.021495128,-0.024794176,-0.0042191152,-0.06539445,0.05366451,0.035395116,0.00605192,0.030585838,-0.004904584,0.033195753,-0.014369185,0.057594042,-0.012800305,0.028283836,0.030204615,-0.0029838053,-0.0771244,-0.006040923,-0.009149359,0.010139073,-0.0074778413,0.03354765,-0.029618116,0.02970609,-0.006301181,-0.00530047,0.029104931,0.0030827767,-0.021333842,-0.018591966,-0.042491734,0.019310426,-0.05096662,0.01367272,0.04668519,-0.0037682455,-0.018885216,-0.014119924,0.0023734816,0.013709376,-0.019427726,0.002239687,-0.009823831,0.0072249146,0.016641863,-0.004475708,-0.034661993,-0.005762337,-0.015894078,-0.009831162,-0.015644817,0.07043833,-0.011004156,0.021656414,0.018547978,-0.033694275,-0.06903074,-0.012008534,-0.00035029472,0.060761128,-0.027785312,0.023298608,-0.0030681144,0.030820437,0.026128458,0.004838603,-0.01734566,0.04560017,0.00044972435,0.0670953,0.008709486,0.00056771113,0.027843961,0.03029259,-0.023899768,0.017609583,0.019779624,0.030820437,0.0011867408,0.035160515,-0.0036729397,-0.036773384,0.020776669,0.0038525546,-0.07149403,-0.01391465,0.0122504635,0.031612206,0.030556513,-0.043928653,-0.028797021,0.036656085,0.0192811,0.021935001,0.05668497,0.06410416,0.013269503,0.0150289945,-0.025204724,-0.019251777,0.033283725,0.042139836,-0.044309877,-0.022990696,0.016524563,0.033225074,-0.019794285,0.014523141,-0.03955925,0.040438995,0.019764962,0.037975706,0.020410107,0.01554218,-0.024867488,-0.0010850201,-0.0067080637,-0.02914892,-0.041348062,-0.027946599,-0.0064844615,0.0014552466,-0.038327605,-0.0072798985,-0.005432432,0.001371854,-0.026612317,0.05331261,0.02703753,-0.02222825,-0.008394243,-0.022477511,-0.00069005083,0.035219166,0.05196367,-0.025072763,-0.027360102,0.044925697,0.01860663,0.016158001,-0.016480576,0.033752922,-0.028181199,-0.04187591,-0.032609254,-0.0013837672,0.03847423,-0.051846366,-0.0042081187,-0.033225074,0.01777087,0.0035281482,0.022990696,0.040292367,0.00060986564,-0.036421485,0.03697866,-0.0560105,-0.013973299,-0.022418862,-0.011927891,0.0060445885,0.017448297,0.013511433,-0.01722836,-0.0033668615,-0.01633395,-0.01138538,0.06040923,-0.016128678,-0.029442167,0.016641863,-0.015248931,-0.019090489,0.025497973,0.028122548,0.046421267,-0.022272237,0.02488215,-0.015571505,0.004842269,-0.01590874,-0.0059676105,0.04926578,-0.034544695,-0.0071992553,0.0010795217,0.01969165,-0.030233938,-0.04826873,-0.0048092785,-0.0053114668,-0.030996386,-0.00063781586,-0.010307691,0.0032257354,-0.02379713,-0.05595185,0.07319487,-0.04489637,-0.011070138,-0.04903118,-0.017609583,-0.015864754,0.0020857314,0.02903162,0.033635624,0.0192811,-0.017448297,-0.02422234,-0.029486155,-0.0089367535,-0.063400365,-0.013394133,-0.024735527,0.07589276,-0.021788377,-0.01373137,0.03747718,0.052198265,0.005355454,-0.020014223,-0.013687382,-0.0019281101,0.062989816,-0.055248052,-0.038093004,-0.013694714,0.027902612,0.009164021,-0.020688694,-0.01560083,0.017023087,-0.013042235,0.0020674032,-0.0012178984,0.020762006,-0.0041238097,-0.026597656,0.012338438,0.010153736,-0.045512196,0.013386803,-0.026392382,-0.012910273,-0.027975924,-0.021597765,-0.005084199,0.024193017,-0.047476962,-0.007903052,-0.004497702,-0.0016669355,-0.0047139726,-0.008394243,-0.034427397,0.020278146,0.05055607,0.0028023578,0.002873837,0.027917275,0.003922201,0.010146405,-0.001713672,0.038884774,0.03181748,-0.043078233,0.0072615705,-0.017536271,0.011949884,-0.0018236402,-0.014633109,-0.0058759707,0.02180304,0.0066787386,-0.02686158,0.021231204,-0.0018098942,0.017814858,0.011392712,0.017902832,-0.027374765,-0.022301562,-0.03601094,0.06304847,-0.037975706,-0.026876241,-0.027917275,-0.0045013675,0.026773605,0.049500376,-0.002030747,-0.012631687,-0.017756207,0.011136118,-0.046479914,-0.0495297,-0.0041421377,-0.005516741,-0.03583499,-0.019266438,0.0032348996,-0.008460225,0.0017805693,0.06862019,0.015879417,0.02420768,0.0040834877,0.010512965,-0.03662676,-0.017316334,0.005498413,-0.012499725,-0.014765071,0.00039061642,-0.01819608,0.009831162,-0.0014726582,-0.01782952,-0.05680227,-0.028166536,0.020204835,-0.011158112,-0.0069353315,0.008716817,0.029119594,-0.0016165334,-0.0044610454,-0.0074411854,0.030204615,-0.031758834,-0.0099337995,-0.006931666,0.013570082,-0.014897033,0.020586057,-0.027066853,-0.006891344,0.028283836,0.033870224,-0.0032752212,-0.01282963,-0.0033467007,0.026260419,-0.012448407,0.006865685,0.029970014,-0.011957215,0.0065211174,0.010820877,-0.013284165,-0.007763759,0.008900098,0.026846917,-0.029471492,-0.01999956,0.018899878,-0.046421267,0.008159645,-0.023899768,0.002661232,-0.0066420827,-0.008555531,-0.0024559577,-0.014420504,-0.022316225,-0.010512965,0.040292367,-0.0067263916,0.03137761,0.022198925,-0.036597434,-0.006348834,0.006348834,-0.008584855,-0.03794638,0.059353534,-0.0060775788,-0.05433898,-0.02662698,-0.01469909,0.011150781,0.01819608,-0.0056047156,0.0024687874,-0.051846366,0.020483421,-0.012580369,-0.033576973,0.01843068,0.00006661098,-0.0131522035,-0.024442278,0.012125833,-0.0074925036,-0.009882481,0.024471603,0.0059162923,-0.008636174,-0.0057256804,-0.0060079326,-0.026216432,0.013863332,0.0034383407,-0.009398621,0.016832475,0.04167064,-0.010190392,0.018181419,-0.0037682455,-0.04152401,-0.015923403,0.003903873,-0.011451361,-0.097065315,0.011480686,0.01560083,-0.057359442,0.014552466,0.011883903,-0.035043217,-0.029060945,-0.00015281005,0.036362838,0.04017507,-0.022932047,-0.02120188,-0.0016880127,-0.014061274,0.011847246,0.006018929,0.0063708276,-0.05246219,0.040497642,-0.026597656,0.007272567,0.031025711,0.016964436,0.0034438393,-0.0015184784,-0.028151873,-0.022257576,-0.008364919,-0.019178463,0.0040834877,-0.023855781,0.015248931,-0.026846917,-0.005029215,-0.023049347,0.02801991,-0.011583323,-0.00016449418,-0.04149469,-0.025644597,-0.03806368,0.03554174,0.016231315,0.015131632,0.027374765,0.0017732382,0.0336063,0.029060945,-0.020014223,0.012081846,-0.009376626,0.015146295,-0.038532875,0.039911147,0.028533097,-0.015380894,0.028899658,0.0046699853,-0.025322024,0.032140054,0.023679832,0.00915669,0.02577656,-0.0028866667,0.0064368085,0.00584298,0.03794638,0.010916182,0.035277817,-0.009853155,-0.018797241,-0.023298608,-0.026788266,-0.024427615,0.0025604276,-0.00030493282,-0.024544915,-0.023401245,0.013584745,-0.011070138,0.015043657,0.012873617,0.04275566,0.0015578836,0.00048569313,-0.05621577,0.04691979,0.021524454,-0.011861909,-0.014207899,0.0016980931,0.0071589337,-0.017257685,0.021348504,0.020028885,0.0018456338,0.027697338,-0.032521278,-0.029060945,0.013254841,-0.02071802,0.0047909506,0.0045050327,0.023943756,0.009046722,-0.008027683,0.009339971,0.004186125,-0.03205208,0.003650946,-0.018709267,-0.01035901,-0.01994091,-0.0250581,0.0053517884,-0.007932377,0.025190061,-0.021715065,-0.021832364,-0.028459786,0.006949994,0.02011686,-0.029251557,0.02999934,0.04404595,0.031465583,-0.021099243,-0.018108105,0.025190061,-0.0008572942,0.0033595301,0.0005718349,-0.008218294,-0.0056083812,0.040263046,0.03257993,-0.017506946,0.005403107,0.00015979762,0.0008316349,-0.025703248,-0.027448077,-0.036157563,0.030996386,0.026040483,-0.007661122,-0.032873176,-0.012397088,0.0017539937,-0.044720422,-0.00227451,0.016509902,0.0017567428,-0.04782886,-0.023591857,0.047183715,-0.005018218,-0.015644817,-0.047799535,-0.0063561653,-0.025673922,-0.02969143,0.014728415,-0.0067007323,0.056245096,0.002144381,0.009581901,0.03354765,0.037594482,-0.029295543,-0.015791442,0.039793845,-0.006183882,0.024354303,0.031934783,0.031964105,-0.0448084,0.005271145,-0.038767476,-0.018811904,0.032081407,-0.016172664,0.0043694056,-0.025556622,0.0114660235,-0.000515018,0.008694824,0.042139836,0.0025274372,-0.010329685,-0.013621401,-0.0065614395,0.0148383835,-0.03838625,-0.01945705,0.0005919958,0.01957435,-0.0020674032,0.02897297,0.0069719874,-0.018372029,-0.04169996,-0.010644928,0.021949664,-0.030204615,-0.015307581,-0.025043437,0.020571396,-0.011392712,-0.0026539005,-0.011018819,0.02084998,0.030351238,-0.0012902942,-0.020410107,0.0077857524,-0.002798692,0.012778311,-0.011495348,-0.016553888,-0.037154607,0.0024321312,-0.010952839,0.025688585,0.0065687704,0.022022976,-0.029676767,0.008526205,0.012565706,0.020131523,-0.01633395,0.029838054,-0.0067740446,-0.01030036,0.012477731,0.051230546,0.016363276,0.015072982,-0.030380564,0.009112703,0.022081627,0.00777109,0.0016907619,-0.024852825,0.0046333293,-0.025380673,0.017213698,0.000763363,0.022374874,-0.0224042,0.0043107555,-0.03753583,-0.004354743,-0.0035977948,-0.014537804,0.0021278858,0.0047909506,-0.011356055,0.047535613,0.0222869,-0.04994025,-0.008621511,-0.0049412404,-0.00957457,0.023210634,0.00011151469,-0.001736582,-0.004853266,-0.012323776,0.027360102,-0.003790239,0.023225296,0.011136118,-0.019676987,0.017932156,-0.00013035821,0.01445716,0.030380564,0.0039735194,-0.033283725,0.0024376297,0.006117901,-0.013570082,0.0018731259,-0.0019244445,0.032726552,-0.036421485,0.010241711,-0.004417058,0.028225185,-0.038884774,0.0053481227,0.010586278,0.0021315513,-0.013350146,-0.017125724,-0.012125833,-0.057007544,-0.06645015,0.028753033,0.018474666,-0.019266438,-0.03114301,0.0071955896,0.0055937185,-0.0070672934,-0.00075053336,0.013232847,0.006601761,0.02120188,0.021832364,0.02602582,-0.02222825,0.0074595134,-0.05079067,-0.04777021,-0.03131896,-0.002351488,-0.050614722,-0.000683636,0.030321913,-0.030057989,-0.03747718,-0.026069809,0.012910273,0.015219606,0.0057183495,-0.020351458,0.033987522,-0.019764962,0.022096287,-0.021788377,-0.03366495,-0.0010978498,-0.0025860867,-0.00608491,-0.01885589,-0.0057073524,-0.017976144,0.009251996,-0.036538787,-0.03618689,0.056069147,0.038591526,0.0058833016,-0.00021203254,-0.009860487,0.013064229,0.041377388,0.022785423,0.0026997207,0.036098912,-0.016935112,-0.004680982,-0.0074778413,-0.0076684533,0.022638798,0.029955354,0.0005576307,0.016216652,0.0040871534,-0.01759492,0.006396487,-0.02854776,0.0332544,-0.01343079,-0.0034713312,-0.020380784,-0.013489439,-0.006066582,0.042139836,0.009325308,-0.009244665,0.016729837,0.020395447,-0.013899988,0.0018749587,-0.039500598,0.038356926,-0.0011180106,0.028958308,0.019794285,0.0037865737,-0.009867818,0.013907319,0.009647882,-0.009633219,-0.018709267,0.010190392,-0.01746296,0.02186169,0.015351568,-0.026157783,0.0006579767,-0.015160956,0.011532004,0.029867379,0.027198816,0.013899988,0.02277076,0.0007340381,-0.0076684533,0.017814858,-0.0049302434,0.0067373887,-0.019017177,0.020556733,0.0002964561,0.018445343,-0.033342376,-0.030233938,0.013834006,-0.0070379684,-0.00608491,-0.022008313,-0.022301562,0.0077490965,0.0015771281,0.0019446054,-0.0026282412,0.006132563,0.022052301,-0.0009723027,0.022624135,-0.0002559053,0.010894189,0.033195753,0.032257356,-0.000095706746,0.010505634,0.023225296,-0.013386803,-0.0015212275,0.0020985608,-0.018547978,0.009288652,0.0058759707,-0.0020234159,-0.024867488,-0.010703577,-0.031055035,-0.020762006,-0.0023844785,0.0036876022,0.024794176,0.029632779,0.016979098,0.08721216,-0.015043657,0.01782952,-0.015747454,-0.006469799,0.026905566,-0.03703731,-0.022506837,0.019134477,0.028225185,0.0032513947,-0.03771178,-0.025629934,0.0022525163,-0.007265236,-0.02211095,0.025014112,-0.0006918836,0.01337214,-0.019442387,0.008753473,0.024075717,-0.007969033,-0.0019262773,-0.025380673,-0.014222561,0.016993761,0.0054727537,0.0168618,-0.010366341,0.03222803,0.024193017,0.0024632888,0.01782952,-0.01873859,0.045629494,-0.018929202,-0.0075511537,0.032609254,0.0029819726,-0.014721083,-0.00047790373,0.04131874,-0.009479264,-0.009193346,0.01802013,-0.007895721,-0.014031949,-0.022330888,-0.041553337,-0.02354787,-0.00445738,0.015703468,0.006818032,0.0037939048,-0.010556952,0.024706202,0.045776118,0.010439653,-0.040761568,0.02608447,0.0152782565,-0.00020939788,0.017374985,-0.0027583705,0.015102307,-0.022169601,-0.039500598,0.01614334,-0.00801302,0.011869241,0.005619378,0.015043657,-0.042257134,-0.004035835,0.00879746,-0.009501257,0.0061765504,-0.033283725,-0.013130209,-0.045277596,-0.015336907,-0.010989495,0.025615273,-0.036304187,0.04926578,0.024280991,0.019896923,-0.04313688,0.009787175,-0.027448077,0.007012309,0.031846806,0.018298717,-0.024603564,-0.0020545735,-0.035864312,-0.01703775,0.02825451,0.014185905,0.017418971,-0.012939598,-0.0009668043,-0.013958638,-0.009596563,-0.019955574,-0.021348504,0.019970234,-0.007851734,-0.021407153,-0.00091411115,0.02354787,-0.00011598215,-0.0063891555,0.029750079,-0.0152782565,0.012697668,-0.022316225,-0.010857533,-0.037066635,0.0389141,0.034779295,0.030732462,0.010974832,-0.006169219,0.017023087,-0.001900618,-0.020864643,-0.019632999,-0.0053994413,-0.010659589,0.026289744,0.0037792423,-0.0032917166,0.0025329355,0.021832364,-0.032198705,-0.008885435,-0.015864754,0.029559467,-0.024926137,-0.016905786,0.03354765,0.007536491,-0.02397308,-0.0067630475,0.012162489,-0.01494102,0.0062975152,0.013929312,0.014112593,0.052990038,0.0032165714,0.010960169,0.03096706,-0.034046173,0.032491952,0.02150979,-0.010725571,-0.008621511,0.022976033,-0.006880347,-0.0107182395,-0.007221249,0.009853155,-0.0044610454,0.003940529,-0.008922091,0.0070013124,-0.03366495,-0.014200567,0.02253616,-0.029002294,0.026553668,0.0053481227,-0.032374654,0.008460225,-0.00039061642,-0.027448077,-0.0005090614,0.018078782,-0.020732682,-0.05307801,-0.006931666,-0.01656855,0.01042499,-0.022594811,-0.009787175,-0.015527518,-0.006121566,-0.012279789,-0.025761897,-0.01451581,0.0016192825,0.024046391,-0.016759163,-0.03788773,0.016759163,-0.0070379684,0.025453985,0.022873398,-0.016993761,-0.004362074,-0.009794506,-0.010725571,0.011502679,-0.0032880509,0.01457446,0.003782908,0.0048935874,0.011869241,0.017741546,-0.03645081,-0.028841008,0.010095086,-0.01421523,-0.01945705,0.003903873,-0.0074778413,0.00057824975,0.0507027,-0.04439785,0.0063744932,-0.02277076,0.018357368,0.031494908,0.030879086,-0.03284385,0.0065687704,-0.006117901,-0.008144982,-0.021275192,0.013394133,-0.0089367535,-0.021583103,0.013064229,0.012536381,-0.0018786243,0.0049082497,-0.01680315,-0.011099462,0.012206476,-0.010828207,0.013056898,0.013819344,-0.019061165,0.03307845,-0.0042557716,-0.003980851,-0.029002294,0.023679832,0.037975706,-0.003940529,0.0077197715,0.015586168,-0.0066127577,0.044544473,-0.017902832,-0.0010822709,-0.02343057,-0.017785532,0.04920713,-0.00945727,-0.02565926,-0.0016092021,-0.0018410519,0.015586168,0.002377147,-0.0275947,-0.0013260338,0.001699926,-0.005696356,0.0115613295,0.018152094,-0.04343013,0.0049485713,0.007991026,0.029852716,0.019222451,0.0046040043,-0.014955683,-0.012441075,0.007463179,0.0126536805,-0.014992339,-0.0045270263,-0.014171243,0.012778311,0.0014222561,-0.005711018,0.013474777,0.036538787,-0.0024852825,0.05389911,-0.009222671,-0.038415577,0.009867818,-0.02843046,-0.018210743,-0.010879526,-0.008342925,-0.030673813,0.021055255,-0.020879306,0.0023075005,0.010578946,0.04709574,-0.0050402116,-0.013078892,-0.0070819557,0.0020472424,-0.033694275,-0.021773715,-0.025820546,0.0063158437,-0.008130319,0.019647662,0.01138538,-0.004878925,0.04149469,0.029618116,0.030761788,0.044544473,0.04035102,0.014266549,0.009853155,0.009545244,-0.0069976468,0.0074558477,0.018533317,0.023093333,0.010520296,0.023298608,-0.008137651,0.023107996,0.025248712,0.016377939,-0.004625998,-0.0041787936,-0.021964327,-0.007609803,0.034134146,0.0016568551,0.060467876,-0.0073898667,0.0024632888,-0.0014763238,0.010549622,0.028327823,-0.00008717275,-0.024310315,0.04184659,0.015190282,0.018811904,-0.030849762,0.0017265016,0.024676876,-0.007268902,-0.0102197165,-0.00891476,-0.038180977,0.04867928,-0.055424,-0.012345769,-0.004578345,0.029060945,0.014376516,-0.020087535,-0.007609803,-0.023342595,0.022726772,-0.03601094,0.027550714,-0.016114015,-0.02999934,0.0049229125,-0.011656635,0.010894189,0.0037205927,0.003044288,0.023753144,-0.0005177672,0.03216938,0.015072982,-0.010769558,0.0070452997,0.029207569,-0.009259327,-0.007595141],"social":"https://twitter.com/younixyz"},{"title":"meowsic","description":"a platform to create your own radio station easily","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=pbDVW94Kemw","youtube_transcript":"Hello. My name is Andres, and I am building Mailchik, which is a platform that allows you to create your own radio station easily. No extra software required. So let me show you how it works. Come to music dot ai. And you can start listening to radio stations, dialer people created with their favorite music. Click create and surname. Select all the music that you like. And when you're ready, click create greater station. Now people can come and buy with your music days since it is playing all day. How is music going? Even when I don't have such a big audience, More than eighty people from ten different countries decided to come and listen to music. And some of them have very little radio stations. At the beginning, the retention of user was less than ten seconds, volume started to increase when I added more kind of music. I started to publish my products in Twitter and LinkedIn with regular results. But I noticed that when I show this to older people, it started to increase retention and also looks like they prefer concept of a radio station instead of streaming service. Who knows? Since I am not strong with back end, This was me. I started with a music service. Currently, I am working with some cool futures like opening a microphone to talk with your audience. Or an AI that calls you radio station while you're wait using AI voices. Still have work to do. But I really feel proud of what I have done in six weeks.","embedding":[0.013624499,-0.037705176,-0.029194333,0.00048231083,0.005077897,-0.03335678,-0.012930758,0.016149143,-0.016807124,-0.000896231,-0.010921055,-0.019925382,-0.04705995,-0.025661262,0.039421648,0.021241345,-0.0454293,-0.08078863,0.009819652,0.0013749659,-0.0051923287,0.022185404,0.0034311565,0.025160624,0.0028500592,-0.02009703,-0.038878098,0.05366837,-0.04866199,-0.024216563,-0.014239568,-0.029265853,-0.0319836,0.016478134,-0.03309931,-0.019167274,-0.0076740617,0.025789997,0.0046630832,-0.007938684,-0.01101403,0.012229865,0.040422924,-0.0005265636,-0.036875546,-0.0014482735,-0.044571064,0.024216563,0.04336953,0.031640306,-0.08839832,0.017050292,-0.03467274,-0.0028911831,0.007119784,0.021255648,0.00032474403,0.029265853,-0.04909111,0.012966518,0.020268677,-0.02601886,0.054784074,-0.00028071474,-0.039450254,-0.006207908,-0.023844661,-0.001113919,0.02620481,0.034987427,0.031640306,-0.010112883,-0.0030234945,-0.040537354,-0.057072703,-0.026362155,-0.048604775,0.0125159435,0.036503643,-0.027864067,-0.01682143,-0.024102133,-0.031382836,0.012823478,-0.026591016,0.0027052318,-0.030410167,0.0028589992,-0.03349982,-0.026605321,-0.042682946,0.016778518,0.0012524883,0.039164178,0.057988156,0.012701895,0.018123087,0.06791509,0.0385348,0.011257198,0.019925382,-0.004312637,-0.03467274,-0.047918186,0.008482234,-0.069459915,0.061449707,0.029466107,-0.030467384,-0.06814395,-0.09698068,-0.04474271,-0.011822203,0.017078899,0.009082999,0.010878143,0.057416,-0.031897776,-0.010291682,0.0066692103,-0.036904156,0.006747882,0.0025604046,-0.009855412,0.035387937,-0.04316928,-0.011435997,-0.015147868,-0.032326896,-0.0023941214,0.055299018,-0.0032702372,0.034558307,-0.035530977,-0.024702897,-0.011114158,0.0009699857,-0.017207636,-0.04391308,-0.00759539,0.04811844,-0.024946064,-0.024960369,0.004759635,-0.025461005,-0.016492438,-0.030124089,0.01682143,-0.00070715084,-0.0007710715,0.02082653,-0.0126232235,-0.03601731,0.025203535,0.004233965,0.05375419,0.012287081,0.010327442,-0.035530977,0.00088371505,0.002901911,-0.013638803,-0.04946301,-0.04016545,-0.042396866,-0.012337144,-0.009283254,-0.035588194,-0.019081451,-0.006007653,-0.030438775,-0.03535933,0.00083320425,0.01795144,0.0258043,-0.014632926,0.02493176,-0.034501094,0.032212462,-0.024002004,-0.0047381786,0.014990524,0.022013757,-0.024774417,-0.04125255,-0.0046344753,-0.021999454,-0.043627005,0.0008005734,0.0014885033,-0.023315415,0.025418093,0.019024234,0.0679723,-0.012186954,-0.033270955,0.050893404,0.016120536,0.03550237,-0.00579667,0.022628827,-0.0033953968,0.0010182614,-0.013223989,-0.002909063,-0.024016308,0.004984922,0.017608145,-0.031297013,0.028665088,0.10001312,-0.030667638,0.035159074,-0.0221711,-0.05738739,-0.0029895226,-0.06843003,0.021398688,-0.054927114,-0.023701621,-0.011879419,-0.004498588,0.004509316,-0.02351567,0.035445154,0.011786443,0.04811844,-0.055985603,0.05200911,0.033557035,0.014890397,0.007924381,0.016592566,-0.016692692,-0.00038486527,-0.011915179,0.009354774,-0.009726676,0.013173925,0.027377734,-0.03146866,-0.024774417,0.04665944,0.016120536,-0.017422194,0.010656432,-0.049663264,-0.04829009,0.039736334,0.000025632542,0.0486906,0.024488337,0.0476035,0.03387172,0.036675293,-0.015448251,-0.0077312775,0.020955266,0.028722303,-0.044256378,0.026476584,-0.020325894,-0.074437685,0.035674017,0.02969497,0.010205858,-0.021484511,0.02932307,0.005571383,-0.02769242,-0.046831086,-0.036475036,0.030696247,-0.017093204,0.01021301,0.028979775,0.016091928,0.0036260476,0.0030664064,0.0006856949,-0.04720299,-0.008632425,-0.0013123861,0.016163448,-0.009490661,0.037047192,0.05904665,-0.0486906,-0.02823597,-0.040651787,0.026719753,0.01220841,0.026734056,-0.032298286,-0.0031558059,-0.014761662,0.054383565,0.001766536,-0.0010406113,0.02686279,0.05495572,-0.021355776,0.018838283,-0.047288813,-0.03158309,0.027592292,0.027163174,0.031297013,0.06682799,-0.03641782,0.027434949,0.036503643,0.03241272,-0.0552418,-0.030839285,0.006451075,0.05366837,-0.055327624,-0.012179801,-0.035588194,-0.06127806,-0.0025103407,-0.012036762,-0.04502879,-0.0011425269,-0.0125159435,0.06894497,-0.011686316,-0.013195381,-0.06293732,0.022757562,-0.046888303,-0.0064367712,0.012558856,0.012673287,0.014489887,0.01424672,-0.0027427797,-0.013567283,0.036618076,0.011915179,-0.015333819,-0.03078207,0.04929136,0.023644406,-0.04085204,-0.00576091,-0.02056906,0.00079967943,0.011364477,-0.020526148,-0.0024978248,0.026262026,-0.05755904,0.02184211,-0.005060017,0.023487063,-0.017980047,-0.047088556,-0.029866617,-0.0055284714,0.012258473,0.01421096,0.009390534,0.015233692,-0.000891314,-0.045086008,-0.012759111,0.022900602,-0.037047192,0.017136116,-0.031668913,0.004162445,0.042053573,-0.038220115,-0.015848761,0.048862245,-0.0051100813,-0.031954993,0.045314867,0.043112062,0.017493714,-0.013681714,-0.04786097,-0.0428832,0.057416,0.02271465,0.008010204,-0.05363976,0.009941235,0.006887345,-0.06047704,-0.010069971,0.017236242,0.022957817,0.027363429,-0.011900875,0.040794823,-0.022957817,-0.010184403,0.025661262,0.002674836,-0.03212664,0.01035605,-0.016878644,0.0045343474,-0.007874317,-0.012451576,-0.012544552,0.016950164,0.021999454,-0.06619862,0.054240525,0.03533072,-0.002900123,0.0115647325,-0.002646228,0.025561133,0.05575674,0.014804574,0.015448251,-0.02816445,0.07735568,0.010971119,0.025132015,0.009726676,0.06059147,-0.0056786626,-0.0038334548,-0.034501094,-0.058302842,0.0008524252,0.011056943,-0.01243012,0.004620171,0.014733054,-0.029923834,0.044170555,0.033814505,-0.013145317,-0.015562682,0.036532253,-0.03873506,0.0294375,-0.054326348,-0.015977496,-0.013502915,0.027120262,-0.030181305,-0.022886297,0.0011335869,-0.067228496,-0.01217265,0.056700803,-0.0029930985,-0.03882088,0.06482544,0.01933892,-0.012022458,-0.00005777449,-0.03158309,0.00018628642,-0.02453125,0.035988703,-0.005861038,-0.013545827,-0.008782617,0.02445973,0.008596665,-0.03358564,0.029637756,-0.028221665,-0.013924882,0.035931487,-0.09074417,-0.0005462316,0.04368422,0.028007107,-0.026190506,-0.028050018,0.021455904,0.030581815,0.01112131,0.014303936,-0.022972122,0.025432399,0.007867165,-0.019768039,-0.008274827,-0.00058243837,-0.0023816053,0.04391308,0.025117712,-0.016778518,0.0015358852,-0.04903389,-0.010556305,0.003368577,0.004974194,0.013824754,-0.025646957,-0.0017352463,-0.0074308948,0.07981596,0.015691418,0.0017468681,-0.020740706,-0.013460004,0.027363429,-0.02722039,-0.03896392,0.0057144226,0.007817101,0.023444152,-0.0034383086,-0.013510067,-0.002673048,0.04514322,-0.0075167185,0.037161626,-0.024087828,0.008460778,-0.040651787,0.014775965,0.0045021637,0.000023062303,-0.030581815,0.004423492,-0.04219661,-0.02747786,0.017565234,0.020998178,0.01849499,0.023100857,-0.041738886,-0.020797923,-0.04328371,-0.04045153,-0.007352223,0.0014786694,0.0054748314,0.044170555,-0.0097910445,0.0072342157,-0.004455676,0.027978498,-0.0021956542,-0.00310753,0.014675838,0.019439049,0.045114614,-0.01366741,0.041881923,-0.014168048,-0.0064188913,-0.0068551614,-0.009419141,-0.02842192,0.01686434,-0.017722577,-0.0023959093,-0.048089832,0.0070053525,0.04139559,-0.00061328127,0.017522322,-0.021055393,0.00059406034,-0.04099508,0.03842037,0.00016460702,-0.026676841,-0.015276603,-0.0025586165,0.022185404,0.0126232235,-0.007974444,-0.008618121,0.012244169,0.0062114843,-0.030410167,-0.015491162,0.006951713,0.012380056,0.007316463,-0.004459252,-0.07260678,-0.0093619265,0.048976675,0.010205858,0.031840563,-0.008417866,0.032784622,0.020683492,-0.02478872,0.012987974,-0.008045964,-0.0030824982,0.002453125,-0.012852087,0.021255648,0.011421693,-0.050836187,-0.008668185,0.019052843,0.022843385,-0.029637756,0.0037190234,-0.007573934,-0.011686316,-0.009404838,0.010048515,-0.0159918,-0.010534849,-0.022657434,0.01903854,0.008532298,0.013352724,0.048089832,-0.016006105,-0.014961917,-0.022843385,0.024745809,0.015419642,-0.00031870956,-0.0126589835,0.008589514,0.018151695,0.025489613,0.02787837,0.04385587,0.042053573,0.033928934,-0.02184211,0.009905475,-0.03804847,0.021527423,0.013345572,-0.017894223,-0.01875246,0.041452806,-0.01664978,-0.0046630832,0.014804574,0.011736379,-0.011435997,-0.041309766,0.029208638,0.001579691,-0.007931532,-0.017851312,0.008117484,0.039307214,-0.03764796,0.008346346,-0.013896273,-0.023172377,-0.0109568145,-0.008861288,0.037962645,-0.034300838,-0.00803166,0.000047633224,-0.00057305145,-0.0014455916,0.021741983,0.013331268,0.0045808353,0.011128462,0.026619624,-0.026447978,0.0069588646,-0.0065297466,-0.02925155,0.03281323,-0.040222667,0.02656241,-0.003338181,0.043226495,-0.000441634,-0.029237244,0.034071974,-0.047088556,-0.028922558,0.010642128,-0.0020544028,0.040508747,0.011536124,0.007552478,0.0009333318,-0.0073879827,0.014990524,0.0112428935,-0.0051386887,-0.012737655,0.027606595,0.0008452732,0.007366527,0.015619898,-0.07066144,-0.016106231,0.013452851,-0.02486024,0.011550428,0.022943513,0.01657826,-0.021613248,-0.0097910445,0.023959093,0.025375182,0.01086384,-0.03321374,0.023344023,0.012616072,-0.004630899,-0.010634976,0.0039371583,-0.063909985,-0.0056893905,-0.019682216,-0.02540379,0.016735604,-0.001330266,-0.0061113564,0.032355502,-0.020840835,-0.035044644,0.03384311,-0.042396866,-0.035702623,-0.012265625,-0.004162445,0.03925,-0.00616142,0.01348146,0.039593294,-0.051723033,0.001778158,-0.01580585,-0.018580813,-0.0054497994,0.0006244562,-0.0050242576,-0.011793595,0.019510569,-0.008789768,0.030324344,0.002667684,-0.046974126,0.017608145,-0.043884475,0.014268176,-0.0029197908,0.03922139,-0.028479137,0.0029680666,0.01981095,-0.036932763,-0.020397412,0.008775464,-0.0067907935,0.03710441,-0.014275328,0.0076597575,0.0428832,-0.021026786,0.045343477,0.011779292,-0.0050814734,0.018866891,0.011657707,-0.017050292,0.030495992,0.0028482713,-0.0073879827,-0.034215014,-0.0029966745,-0.008303435,-0.0019614273,-0.039707728,0.023229592,-0.0054605277,-0.0033256651,0.0035813479,0.02969497,-0.021126913,-0.005507015,0.00621506,-0.03318513,-0.017221939,-0.007352223,-0.006490411,0.040680394,-0.025761388,0.0060541406,0.015891673,0.0033006333,-0.030867893,-0.0076740617,0.007831405,0.001339206,-0.022986425,0.0026176202,0.012258473,0.002272538,0.020611972,-0.01606332,-0.0074308948,-0.012666135,0.0013034461,-0.010069971,0.013645954,-0.00039469922,0.026991528,0.023987701,-0.0033006333,0.03063903,0.012458728,0.025461005,-0.027163174,0.013095253,0.010463329,-0.027906979,-0.008239067,0.060305394,-0.017980047,-0.028379008,-0.019667912,0.012930758,0.032584365,0.0064010113,-0.007967292,0.024831632,-0.0010397173,-0.027906979,0.014733054,-0.04880503,-0.021427296,-0.024159348,-0.010885295,-0.045743987,-0.025990251,-0.02165616,-0.012966518,-0.00020841282,0.043483965,0.00002606557,-0.012680439,0.004909826,-0.012422969,0.034300838,-0.0011925907,0.026619624,-0.047002733,0.050235424,0.01726485,0.006283004,0.0072628236,0.013016582,0.015491162,-0.030038266,0.009440598,0.015176476,0.038220115,0.024974672,-0.04608728,0.0063831313,0.008596665,0.031068148,0.016993076,0.009619397,0.006869465,0.0032720254,-0.0030288585,0.009125911,0.023200983,-0.012237017,-0.0010218375,0.020554755,0.0032130217,0.007280703,0.00019835537,-0.00027669175,-0.004427068,-0.012186954,0.032441325,0.019067146,0.05040707,-0.021927934,0.017093204,-0.023086552,-0.0065833866,0.037676565,-0.023715926,-0.014339696,0.04877642,-0.01813739,0.038763665,-0.00048901583,0.0029519747,-0.014661535,0.011693467,-0.002013279,-0.031153971,-0.04385587,0.0029340948,-0.00883268,-0.007109056,-0.039736334,0.01896702,-0.0092904065,-0.051322524,0.033528425,-0.028822431,-0.044914357,-0.020125637,0.0003555869,0.025518222,-0.0034740684,-0.024731506,-0.024674289,-0.010363202,-0.010506241,0.00843217,-0.040823434,0.022757562,-0.0639672,0.027577989,0.021341473,0.032784622,0.0051851766,-0.0064260433,0.022128189,-0.014618622,0.003341757,-0.010055667,0.0037690871,0.002894759,-0.0042876047,-0.016192056,-0.00934047,-0.015891673,-0.01903854,0.013574435,0.03078207,-0.036875546,-0.00045996092,-0.010091427,0.02250009,0.00054891355,0.030009657,-0.01712181,0.035931487,-0.03807708,0.0054426477,-0.021999454,-0.011707772,0.009955539,0.025117712,0.042053573,-0.019396137,0.0110640945,-0.018537901,-0.0036796874,-0.015276603,0.0059003737,0.02983801,-0.027735332,0.025532525,0.022957817,-0.01813739,-0.009562181,0.024946064,0.05630029,-0.012709047,-0.011056943,0.017794097,-0.0023976972,0.012001002,0.0048311544,0.032984875,-0.011972394,0.012616072,-0.019253097,-0.012945062,-0.0058932216,-0.014096529,-0.0058860695,0.002664108,-0.0018577237,-0.0022886298,0.015762938,-0.041881923,0.014933309,0.037705176,-0.01955348,-0.01653535,-0.051236697,0.034872994,0.032727405,0.021784894,-0.007867165,-0.015176476,-0.052895956,0.02733482,-0.029122813,-0.001769218,0.025918731,-0.007380831,0.0018881195,-0.0059683174,-0.015147868,0.011021183,0.040709,0.042311043,-0.01351722,-0.029079901,0.006701394,-0.01115707,-0.049491618,0.04917693,-0.002683776,0.01355298,-0.03644643,-0.008725401,-0.026505193,0.018623725,0.016449526,-0.014904701,0.02285769,0.0040730457,-0.002426305,-0.030152697,-0.017693968,0.011543276,0.041080903,0.025146319,-0.053553935,-0.0014080437,0.020011207,-0.020540452,-0.023744533,0.0046165953,0.008181851,0.015519771,-0.006458227,-0.0221711,-0.059504375,0.0032487814,0.030982325,0.016921556,0.017035987,0.034157798,-0.01286639,0.020998178,-0.017851312,0.016850036,-0.020554755,0.0011997427,0.024302388,-0.013996401,-0.0041588694,-0.030810678,-0.016249271,-0.0056500547,-0.008003052,0.01712181,0.02427378,-0.006468955,0.0038298788,0.009848259,0.018323341,0.0068015214,0.003611744,-0.025990251,-0.010785168,0.0061506922,-0.020926658,-0.011693467,0.013245445,0.01813739,0.00752387,0.023615798,-0.03698998,-0.011371629,0.020540452,-0.018552205,-0.0076311496,0.04929136,-0.00036720885,-0.014096529,0.0030485264,-0.0061506922,-0.0033077851,0.0032362654,0.012222713,-0.013910578,0.017107507,0.023243897,-0.01431824,0.009118759,-0.0024853088,-0.01286639,-0.020225765,-0.005152993,-0.008732553,0.006876617,-0.046688046,0.027020134,0.012787718,-0.027291909,0.027163174,-0.02842192,-0.013867666,-0.005374704,-0.0013874818,-0.015691418,0.008947112,0.016378006,-0.013159621,0.0039157025,-0.0024191532,0.0046058674,0.009512117,0.02958054,0.030810678,0.013910578,0.030982325,-0.002254658,0.0066298745,0.0071913037,-0.064424925,-0.01519078,0.00065440504,0.026920008,-0.0052280887,-0.0092904065,0.0027695997,0.015820153,-0.0017701121,0.043598395,-0.019653607,-0.006007653,0.03922139,-0.009855412,-0.029408893,0.001982883,0.08439322,-0.00019332663,0.018723853,-0.007824253,0.02856496,0.022543004,0.010942511,0.008596665,-0.03324235,-0.023344023,-0.017722577,-0.01903854,0.020726403,0.001787992,-0.0065726587,-0.0007098328,-0.016549654,0.01689295,0.005889646,-0.018251821,0.005049289,0.031239796,0.0039907983,0.009626549,-0.03907835,-0.018466381,-0.013202533,-0.006240092,-0.010005604,0.025918731,-0.019696519,0.007645454,-0.001551977,0.022228315,-0.016921556,0.004248269,-0.02649089,-0.0003578219,-0.012608919,-0.00012404194,-0.011300109,-0.016392311,0.02427378,-0.013653107,0.021527423,-0.00045392648,-0.0345297,-0.02547531,-0.011042639,-0.047145773,-0.02710596,0.003808423,0.040394314,0.012129738,-0.007960141,0.011986698,-0.007895772,0.0023047216,-0.003567044,0.035387937,-0.011428845,0.032899052,0.024302388,0.023887573,0.0032595093,0.019138666,0.03550237,0.0034508244,-0.013030886,-0.03604592,-0.03950747,0.011621948,0.009869716,0.001332054,-0.0046809632,0.022457179,0.00031938008,-0.021885023,-0.011178526,-0.004183901,-0.032870445,-0.018652333,-0.006647754,0.00009794843,-0.015863065,0.039993804,0.005149417,0.0010665372,-0.021670463,0.037705176,-0.03922139,0.00832489,0.025775691,0.017221939,0.0039121266,0.013166773,-0.0148617895,-0.0016172387,0.0011836507,-0.017980047,0.006057717,0.017236242,-0.006207908,-0.036475036,-0.023773141,-0.023215288,-0.04128116,0.027492166,0.005610719,0.02351567,0.0054211915,0.0016404827,0.0063116117,-0.010413265,0.038105685,-0.03315652,-0.012451576,0.003550952,-0.008081724,-0.034329444,0.031697523,0.022471484,0.007902925,0.01082808,-0.0017289883,0.027964195,-0.00047381787,-0.0032523575,0.021498816,0.0094334455,0.013102405,-0.0039800704,0.007795645,-0.015019133,-0.0036761116,-0.0031486538,-0.0079458365,-0.06574089,0.0032076577,0.020597668,-0.022428572,0.008010204,0.0068086735,-0.011385933,0.01660687,-0.011743532,0.0020937386,0.027063048,-0.0022653858,0.0017102143,-0.01366741,-0.01351722,0.004301909,0.0074523506,-0.027320517,-0.0008251583,0.017708272,-0.017150419,-0.04030849,0.014446976,0.00974098,-0.01573433,0.020311588,-0.02710596,0.014382607,-0.030839285,-0.00675861,0.027735332,-0.006654906,-0.0294375,0.01290215,0.013138165,-0.029494716,0.013202533,0.040537354,-0.018866891,0.008796921,-0.0143611515,-0.017221939,0.030667638,0.0035348602,-0.036246173,0.0043662763,-0.0047632107,0.0026104683,0.02823597,-0.0059397095,-0.0038549106,-0.0074738064,0.004058742,-0.032612972,0.020139942,0.012265625,0.009905475,0.019510569,-0.016778518,0.024445426,-0.0014446975,-0.023558583,0.0057358784,-0.013095253,-0.0010441873,-0.026176203,0.003547376,0.004949162,0.02304364,-0.035244897,-0.003123622,0.032326896,0.012115434,0.0021080426,-0.007126936,-0.008153243,0.0035348602,0.01712181,0.00719488,0.035130467,0.01620636,0.0092904065,-0.0221711,0.016778518,0.026505193,-0.009826804,-0.055070154,-0.034844387,0.020840835,0.0017701121,0.0052066324,0.001779052,-0.014189504,0.015262299,0.019782344,-0.01232284,0.011300109,-0.0207121,0.007280703,-0.016549654,-0.03736188,0.0010272014,-0.030839285,0.0063473717,0.010663584,0.00677649,0.0017272002,0.032727405,0.026104683,-0.0091473665,-0.006468955,0.009347622,-0.0047846665,-0.006036261,0.008525146,0.007623998,-0.0065905387,0.0040658936,0.007395135,0.009204582,-0.017465105,-0.0058681895,0.011843659,-0.030209912,-0.011972394,0.014404063,-0.02955193,-0.0093976855,0.020054119,-0.000004882056,0.011199982,-0.0258043,-0.013381332,0.008947112,-0.02172768,0.012265625,-0.009133063,0.0047810907,-0.035559583,0.0035026763,-0.0014071497,0.0051959045,-0.0030324345,-0.0483473,0.005954013,-0.03335678,-0.0110640945,-0.018609421,-0.022142492,0.0076669096,-0.027606595,-0.018380558,-0.012108281,0.021598943,-0.018666636,-0.02707735,0.0443422,0.0319836,0.012666135,-0.0093619265,0.03844898,0.021799197,-0.026376458,0.02627633,0.027921284,-0.015977496,0.008024508,0.03364286,0.010034211,0.01108555,0.016907252,-0.015748633,0.008196156,-0.010549152,-0.030724853,0.013946338,-0.0006302672,0.02445973,0.04385587,-0.016120536,-0.02627633,-0.014690142,0.0075024143,-0.010120034,0.0032130217,0.012294233,0.0017111084,0.04691691,-0.016378006,0.013080949,-0.026290635,0.045372084,-0.022886297,0.021269953,-0.01206537,0.036904156,-0.010820927,0.021398688,-0.02340124,-0.04623032,-0.011536124,-0.00064948807,-0.02002551,-0.008596665,-0.032384112,-0.010112883,0.027921284,-0.0059182537,0.019925382,0.013302661,-0.016392311,-0.016020408,-0.011614796,0.016177751,0.051923286,0.021684766,0.034701347,-0.0465164,0.0356168,-0.0001243772,0.017579537,-0.042024963,0.025761388,-0.001769218,-0.05149417,0.03295627,0.03324235,-0.040279884,0.014890397,-0.0221711,0.008839833,-0.011543276,0.0008524252,0.028593568,-0.0057466063,0.045400694,-0.020454628,-0.018652333,-0.032584365,-0.028007107,0.033127915,0.0054211915,0.010727952,0.018294733,0.01246588,0.006093477,0.020626275,0.031525876,0.009204582,-0.02816445,-0.004509316,0.0025300086],"social":"https://twitter.com/AndreesDC"},{"title":"quickcast","description":"quick launch chatgpt and bard with a single shortcut key.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=ltKN_fiI-Vw","youtube_transcript":"You're welcome. My name is Patrick, and I'm working on this thing called QuickBooks, which is a desktop app that gives you instant access to chat GPT and Bard with a single short duty. Let me show you how it works. So it runs on the background, and here I'm meeting a key combination, which is command d, and clickers will pop up. Let's try and ask it something. You can also access chat GBD and board here if you wanna use that instead. It's very simple and easy to use, and it definitely improved my workflow. Now let me show you my progress over the last six weeks. It's been a roller coaster ride for me. Week one, two, entry went great. And week four and five was not. I've been in a slump and mainly focused on creating so much and you got sidetracked to doing other things. But this week, I've regained my clarity. Thanks to the workshop and just by being surrounded by this amazing community of builders. I run the great lunch measure and learned the in two days and got some momentum rolling again. What works for me was not focusing so much on creating and really just put the same effort in launching, measuring and learning. Don't specifically give me a system that actually works, and I just have to be consistent with it. That's it. Thanks for listening, and peace out.","embedding":[-0.019978229,0.020124055,0.010467102,0.01458265,0.010507609,-0.027253352,-0.024612272,0.07757969,-0.0081541315,0.0028476673,0.018892633,-0.01733715,-0.00033114766,-0.028031092,0.007809819,0.03237348,0.0114635825,-0.038563006,-0.030866608,0.04656726,0.015652044,-0.01166612,-0.017126512,0.04980785,-0.016705235,-0.041738782,-0.054571517,0.024741895,-0.012857036,-0.033604905,-0.01288134,-0.012087396,0.0014643411,0.029197704,0.012703108,-0.0037165503,-0.02840376,-0.0049783546,0.025487231,-0.025357608,-0.0031291936,-0.0070685344,0.060728632,0.02658903,-0.0346743,-0.017110309,-0.051654983,0.030736985,0.019362519,0.03538723,-0.091384605,0.069996715,-0.010774958,0.033475284,0.023688704,-0.0368779,-0.00919517,0.013578067,-0.019443532,0.009746071,0.065071024,-0.005573813,0.033442877,0.012557281,-0.022489686,-0.023640094,-0.06555711,0.01678625,-0.024288213,-0.009446316,0.030299505,0.04206284,-0.060404576,0.0031008383,0.010499507,0.00020899266,0.012119802,0.02960278,-0.00033317303,-0.048414398,-0.011001799,-0.032292467,-0.006703968,-0.028987067,-0.02096661,-0.033442877,-0.0825702,-0.023089195,0.008992634,-0.037558425,-0.004152004,0.048965298,0.00060811674,0.010272667,0.06234893,-0.021161044,-0.020869391,0.08976431,0.03814173,0.024531256,0.069543034,0.00605585,0.0030340012,-0.06928379,0.04864124,-0.013861619,0.0040568123,-0.019394923,-0.041641567,-0.026378393,-0.15891847,-0.014153272,0.014007445,-0.0028031094,-0.0064204163,0.0125896875,0.010118739,-0.0033499587,-0.005658878,-0.012508673,-0.03396137,0.033799343,-0.001342819,-0.026297377,0.010718248,-0.033604905,-0.034771517,-0.027788049,-0.004038584,-0.032778554,0.05541407,0.026653843,0.039373152,-0.05602978,-0.03213044,-0.06500621,-0.048835672,-0.00792729,-0.006521685,-0.0039514927,-0.025892304,0.0039251633,0.0032304619,-0.017936658,-0.04877086,-0.023316037,0.00037925015,0.031871192,-0.022684122,-0.0203671,0.006505482,0.013691488,-0.03157954,-0.015319884,0.022862354,-0.0110747125,0.0090169385,0.057747293,-0.008433633,-0.0038765543,0.0050391154,0.02675106,-0.038271353,0.018293124,-0.033799343,0.020545334,-0.005707487,-0.016527003,-0.048252366,0.0053753266,-0.04335908,-0.015498116,-0.016753845,-0.0070037227,0.04225728,-0.019297706,0.020788377,-0.0324869,-0.051946636,-0.045108996,-0.03869263,-0.035840914,-0.011706627,-0.015571029,-0.014428722,-0.042030435,-0.0412851,-0.011763337,0.013772503,-0.020140259,0.0132297035,0.043132238,-0.041641567,0.022003599,-0.015490014,-0.03279476,0.06633485,-0.0123952525,0.029586576,0.021096233,-0.01805008,0.022311455,0.030655969,-0.0062016766,0.004467962,0.009665056,0.020091651,-0.02190638,-0.07420948,-0.023267427,0.04821996,-0.034026183,-0.013294515,-0.020464318,-0.050326344,-0.015708754,0.0029286821,0.039308343,-0.027901469,0.01436391,0.009438215,-0.00327502,0.016834859,-0.008052863,0.042095248,0.032179046,0.067339435,-0.028938457,0.05868706,0.0006486241,-0.005201145,0.013002862,0.004314034,-0.045983955,0.029213907,-0.0034167957,0.051201303,-0.041025855,0.0010582547,0.01634877,0.02978101,0.023056788,0.052691974,-0.017482977,0.024531256,0.0025175323,-0.0429378,-0.06050179,-0.0026957649,0.026443204,0.028614398,0.01480139,-0.020545334,0.030704578,-0.031304087,-0.017936658,0.012038787,0.027804252,0.03021849,-0.010710146,0.009041242,-0.015757363,-0.023040587,0.017029295,0.0061409157,0.048511613,-0.014931013,0.0031717264,-0.018228311,-0.004674549,-0.014590751,0.021890176,0.0060680024,0.03538723,0.024741895,-0.02856579,-0.037493613,0.013148689,-0.015352289,-0.019362519,-0.05577053,0.0017023218,0.02509836,0.06818199,-0.0029347583,0.046826508,-0.0044436576,0.039599996,0.0031838785,-0.004012254,-0.014606954,0.015708754,0.036197376,0.014461127,0.0020425837,-0.032600325,0.006234083,0.0048770863,0.032535512,0.03956759,0.019962028,-0.038336165,-0.022457281,0.02112864,0.029748606,0.019556953,0.026702452,0.024758099,-0.0073399334,0.007011824,-0.0113663655,0.022975774,0.029586576,0.010264565,-0.05350212,0.0063839597,0.04193322,0.0120468885,0.0032608425,-0.06545989,-0.036391813,-0.016583713,0.00061672454,-0.0035707238,0.026880683,0.0011453456,0.051330928,0.00014772528,0.008944025,-0.015368492,0.039664805,-0.042192467,-0.06157119,0.0104346955,0.0029793163,0.01089648,-0.024142386,-0.029537966,0.05217348,0.053210467,0.00085166725,-0.026605234,-0.072524376,-0.020140259,0.040312923,-0.030493941,0.033070207,-0.0005493811,-0.004188461,0.016202943,-0.014169474,-0.0032284365,0.011682322,-0.05690474,0.017871847,0.011350162,-0.017239932,-0.040636983,-0.008194638,-0.00086787017,-0.023380848,0.045692302,0.00013937063,0.015546725,-0.012022585,0.05920556,-0.044946965,-0.062284116,-0.027382975,0.01662422,0.05317806,-0.01083977,-0.02179296,-0.0031636248,-0.0649414,-0.0066675115,0.027690832,0.0150363315,-0.01051571,0.03132029,0.07122814,-0.0013823137,-0.0051970943,-0.026767263,0.029132893,0.016689032,0.03438265,-0.015781667,-0.031352695,0.004759615,0.06293223,-0.032535512,-0.008008305,-0.015571029,0.041706376,0.027950078,0.014469229,0.040604576,-0.007165752,-0.04261374,0.035030764,0.0120468885,-0.00086888287,0.0043626428,0.0150363315,-0.016705235,-0.06468215,0.019670375,-0.01667283,0.02999165,0.049062513,-0.034868736,0.053113252,-0.045757115,-0.0028355152,-0.04462291,-0.007830072,0.0017701716,0.05547888,0.054344673,-0.016227249,-0.05240032,0.02955417,0.009373403,-0.015838377,0.053469714,0.024628475,0.011439279,0.008004255,-0.057488047,0.0051322826,0.018195907,0.021177247,0.003185904,-0.019378722,-0.019119473,-0.041187882,0.007084737,0.018584777,0.007343984,-0.017466774,-0.04462291,-0.03324844,0.014712273,-0.08179246,-0.023931747,-0.032389686,-0.044460878,-0.010702045,-0.039275937,-0.036683466,0.006784983,-0.02911669,0.031854987,-0.0627702,-0.009584041,0.009981014,-0.039437965,0.001650675,0.012460064,-0.013448443,0.030623564,-0.052691974,0.03697512,0.013804908,-0.0049337964,0.009251881,0.03175777,0.01942733,0.0170617,0.0004364668,0.016429786,0.03396137,-0.0041803597,-0.08671816,-0.025244186,-0.01288134,0.04342389,-0.037720453,-0.03109345,0.002009165,0.00035064184,0.01519026,0.07557053,0.043683138,0.015700653,-0.00913846,0.01343224,-0.037072334,0.009349098,-0.012127903,0.029878229,0.023299834,-0.02130687,-0.014995825,-0.021258263,-0.0068295407,-0.048025526,0.006898403,-0.01177954,0.007481709,0.0067485264,0.008960228,0.06364516,0.018131094,0.004925695,-0.014687968,-0.0010693943,0.026621437,-0.0341234,-0.02075597,-0.05240032,-0.020593941,0.012913746,-0.025843695,0.018228311,-0.0021772706,0.014218084,-0.0024263908,-0.028549587,-0.039729618,0.0031838785,-0.0013175019,-0.019443532,-0.006076104,0.0068538454,-0.031871192,0.010207854,-0.01359427,-0.004966202,-0.00032886912,-0.0060882564,0.028225528,0.0005065952,-0.035484448,0.0034329987,-0.0346743,-0.0357761,-0.015457609,-0.027577411,-0.02167954,0.027496396,0.054960385,0.012986659,-0.010459,0.018179704,0.04089623,-0.010175449,-0.017871847,0.012921847,0.018422747,-0.03720196,0.02179296,0.0022441077,0.021582322,-0.013748198,-0.02234386,-0.01144738,0.046632074,0.03616497,-0.00062837044,-0.021161044,0.011844352,-0.0031798277,-0.0042127655,0.043715544,-0.006400163,-0.014120866,0.0017023218,0.0023676553,0.013002862,0.012516774,-0.023802124,-0.04572471,0.0346743,-0.0020628374,-0.00951923,0.020610144,-0.028468572,-0.013027167,-0.024028966,-0.039308343,-0.031433713,0.03148232,-0.025001142,-0.0023028434,-0.006521685,-0.0004136814,0.0031453965,-0.02075597,-0.0070644836,-0.017288541,-0.0028436168,0.07083927,0.016802453,0.009486823,-0.018844023,-0.014590751,0.0005620396,-0.006015343,0.0020263807,-0.0018663766,-0.008137928,-0.061506376,-0.033540092,-0.002076002,-0.03807692,0.0033722378,0.016000407,-0.0051930435,0.007655891,-0.0038988334,-0.0031251428,-0.061441563,-0.03752602,0.011058509,-0.028711617,-0.007473608,0.039762024,-0.0014602903,-0.005472544,-0.0159599,0.022052206,0.00013076283,0.025049752,0.034155805,-0.026653843,-0.0132054,0.005261906,0.004228968,-0.009527331,0.02576268,0.022392469,-0.019200489,-0.005201145,0.01463936,0.0155791305,0.0077895653,0.02636219,-0.029473156,0.014833795,-0.03648903,0.0075546224,0.00022215756,0.03516039,0.011188133,-0.0011818022,0.035581663,-0.017758427,-0.040928636,-0.030072663,-0.043521106,0.07693158,0.012484368,0.003345908,0.0054806457,-0.02509836,-0.02686448,-0.022230439,0.012816529,-0.027901469,0.033604905,0.0064042136,-0.004099345,-0.01353756,0.024563663,-0.024207199,0.0056993854,0.030040259,0.033799343,-0.048479207,0.004431505,0.0025742427,-0.013148689,0.023753516,0.036748275,-0.007088788,-0.05184942,0.03324844,0.0016000407,-0.020999014,-0.0006967266,-0.012727412,0.024190996,0.012946152,0.01117193,0.024984939,-0.012508673,0.051557768,-0.03226006,0.007850327,-0.014493533,0.018017674,-0.013772503,-0.0061733215,-0.028306544,0.012379049,0.017499179,0.001011165,-0.062219303,-0.02773944,-0.00951923,-0.04002127,-0.018471356,-0.0028375406,0.005764197,0.01843895,0.013715792,0.018730603,0.0029205806,-0.0013549712,0.0062786406,-0.028209325,0.0006309021,-0.051557768,0.005107978,-0.027707035,-0.0138130095,0.018844023,0.015514319,-0.033118818,-0.004698854,-0.0060842056,-0.012622093,0.01843895,-0.02950556,0.013278313,-0.022813745,-0.012200817,0.040539764,-0.014444925,0.040636983,0.027091322,-0.014785186,0.015976103,0.020334695,-0.036910307,-0.0028638702,-0.045044184,-0.020156462,-0.029537966,-0.020626348,-0.027771845,0.027950078,0.026653843,-0.011204336,0.024968736,0.03720196,-0.03292438,0.012354745,0.01892504,0.01866579,-0.029424546,0.054117832,0.0050593694,0.02999165,0.0064082644,-0.021047624,0.008563256,0.020610144,0.03201702,0.025616854,0.0075262673,0.03538723,0.01860098,0.010450899,0.06675613,-0.017126512,0.015441406,0.018066283,0.038271353,-0.019864809,-0.011577004,0.0018056156,0.057974134,-0.039308343,-0.02624877,0.0012982609,-0.0058695166,-0.00085166725,-0.00478797,0.027545005,0.0034532524,-0.008619966,-0.005585965,-0.039924055,0.005051268,0.0009752147,-0.031628147,0.0002643105,-0.0018258692,-0.016770046,-0.0056710304,0.0054117832,-0.002377782,0.0070806863,0.004152004,-0.08432012,-0.032729946,-0.014866201,-0.0047029043,-0.03438265,-0.0069915703,0.052854,-0.0014835821,-0.010053927,-0.031984612,0.02376972,-0.030526346,-0.0047029043,-0.007834123,-0.0032547663,0.019087069,0.024596069,0.024952533,0.012314238,0.013991242,-0.01612193,0.0003220335,-0.015352289,0.022651715,0.009559737,-0.017482977,-0.015109245,0.017029295,0.012865137,-0.0052092467,0.03386415,0.010005318,0.023526674,-0.0066513084,-0.019492142,0.033037804,-0.008352618,0.01646219,0.06941341,-0.021695742,-0.0051484853,-0.0093572,0.00022051194,-0.07200588,0.024061373,0.021047624,-0.025179375,0.0028051347,-0.0042613745,0.01931391,0.006995621,0.019994432,-0.036391813,-0.020836987,0.022878557,0.03324844,-0.033442877,0.01590319,0.011026103,0.019735185,-0.021549916,-0.01348085,-0.020010635,-0.0024790503,0.011277249,0.032551713,0.03655384,-0.009592143,-0.036813088,0.0013701614,-0.014282895,0.024693286,0.01634067,-0.025730275,0.002553989,0.013626676,0.0074655064,0.01645409,0.018098688,-0.0100458255,0.0020841036,-0.0028071601,0.029635184,0.03538723,-0.005419885,-0.009422012,0.0027119678,0.0023717058,0.020318491,0.014412519,0.052594755,-0.017418165,-0.020982813,-0.03180638,-0.0026775366,0.014882404,-0.009721766,-0.011528394,0.010718248,0.027220946,0.029764809,-0.0054806457,-0.01442062,-0.005735842,-0.0050350646,0.009057445,0.013926431,-0.02151751,0.028338948,-0.031514727,-0.0066351057,-0.0054239356,0.042451713,0.03885466,-0.023737313,0.025714071,-0.0035403431,-0.008210842,-0.020626348,-0.044720124,0.022748934,-0.005845212,-0.010224057,0.0003306413,0.03648903,0.010985596,0.008684778,0.00029393152,0.032276265,-0.016081423,0.031871192,0.00073875295,0.020772174,0.027010307,-0.030169882,0.0056062187,-0.011658018,-0.0056143203,0.0038481993,0.009049344,0.017126512,0.01012684,0.0008460975,-0.0063839597,-0.024466446,-0.030542549,0.02130687,0.03554926,-0.009130359,0.0104346955,0.014509737,0.010110637,0.0016213071,0.022230439,-0.0023899341,0.02872782,-0.020302288,-0.018503763,-0.003593003,-0.017418165,0.0026552575,0.030574955,0.03169296,-0.020853188,-0.02151751,-0.02075597,-0.028063498,-0.004467962,-0.025665464,0.006104459,-0.021776756,0.024693286,0.035030764,0.0034026182,0.02581129,0.0033236288,0.012832732,-0.015368492,-0.0053145657,0.034350242,0.0034654047,0.025633058,-0.0014440874,0.027626019,-0.0031778023,0.03473911,-0.012144106,-0.011949671,-0.001957518,-0.031644348,0.03386415,0.011730932,0.015619638,-0.008336415,0.0025458876,0.0147446785,0.039437965,0.0031069145,-0.0269617,0.013027167,-0.04484975,0.007364238,0.012662601,-0.00941391,0.019832402,0.02206841,-0.025308998,-0.0073277815,-0.022732731,0.008101472,0.032503106,-0.021533713,0.0035200897,0.003858326,-0.05081243,0.023024384,-0.030169882,0.012816529,-0.02652422,-0.028922254,0.00297324,-0.027431585,-0.027107526,0.02718854,-0.018973647,-0.0025904456,-0.048187554,0.01183625,-0.025940914,0.01800147,-0.01590319,-0.0097541725,-0.005018862,0.01848756,-0.0015352289,-0.016656626,-0.01199828,-0.015198361,0.014056054,0.0020405583,0.011439279,0.004419353,0.0072305636,-0.038336165,-0.0045773317,0.01491481,0.013359327,0.003121092,-0.0352252,-0.019897215,-0.005213297,0.014874303,0.0028334898,0.0155791305,-0.017807035,-0.0029145046,-0.016324466,0.036035348,-0.005415834,-0.002867921,-0.04540065,0.0025803188,0.041349914,-0.041900814,-0.017369555,0.0059869876,-0.005626472,0.02394795,0.0024810757,0.027091322,0.0011544598,-0.014671765,0.0017164993,0.017239932,0.010920784,-0.030121272,-0.0061287633,0.02466088,-0.008304008,-0.020350898,-0.017385758,0.009146562,-0.029910635,0.007712601,0.01216031,0.0002643105,-0.019184286,-0.0050067096,0.011285351,-0.027431585,-0.008449836,0.002983367,0.007457405,0.019054662,-0.01343224,-0.0054401383,-0.0291653,0.015473812,0.009729868,0.013359327,-0.0005458367,0.035840914,0.020723565,-0.01882782,-0.0026329784,-0.010483305,0.01348085,0.007854377,0.0029550118,0.012435759,-0.029732402,-0.0060680024,-0.002163093,0.0297162,-0.018406544,-0.021501306,0.005703436,-0.017920457,0.0011068636,0.027399179,-0.005739893,0.022392469,0.0004888732,0.008522749,-0.0066391565,-0.028808834,0.028095905,0.008376922,0.008887315,-0.005387479,0.020399507,-0.040280517,0.01832553,0.008466038,-0.03733158,-0.015984204,-0.02432062,0.024450243,0.018584777,-0.004147954,-0.023105398,-0.018795416,0.019605562,0.0028760226,-0.012670702,0.0017276389,0.0024385431,-0.014444925,-0.0073723393,0.00073520857,0.09624549,-0.009106055,0.019654172,-0.011682322,0.03600294,0.009000735,0.0022684122,-0.0047191074,-0.0039879493,0.023024384,-0.026135348,0.010758755,0.030088866,0.0046664476,-0.011577004,-0.0050229128,-0.02927872,-0.0007245754,0.013634778,0.0048527815,-0.005359124,0.01942733,0.019443532,-0.03814173,-0.016656626,-0.026264973,0.0013701614,0.0007691335,0.012865137,0.014242387,0.024968736,-0.033167426,0.027561208,0.030996231,0.008000203,0.004253273,0.009008837,-0.017353352,-0.0006020406,-0.02355908,-0.008992634,0.021938786,0.021161044,-0.0040041525,0.01954075,0.02730196,0.019135676,0.023461863,-0.022927165,-0.047020942,-0.0028800734,-0.015781667,0.020172665,0.012832732,0.0065864967,0.0068092872,0.019135676,0.032875773,0.014242387,0.033831745,-0.02944075,-0.002009165,0.0012668676,-0.023623893,-0.0115608005,-0.03104484,-0.011609409,0.017239932,-0.0074493033,-0.010920784,-0.027366772,0.02636219,-0.013181095,0.0064690253,0.029732402,-0.0042370697,-0.018617183,0.006736374,0.019249097,-0.0010866099,0.015368492,-0.010167347,-0.000063102874,0.01805008,-0.0075546224,0.0368779,0.004682651,0.021582322,0.010191652,0.04151194,0.007809819,0.0029367835,0.008749589,0.020140259,-0.0054239356,-0.00048862,-0.034868736,-0.0150363315,-0.016575612,-0.008170335,0.003027925,0.01475278,-0.010248362,-0.021954989,-0.025859898,-0.0155791305,-0.0076801954,0.019751389,-0.008668575,0.0063920612,-0.030429129,0.0056710304,-0.010864074,0.006687765,0.02376972,-0.015376594,-0.008069066,0.022619309,0.0013063623,-0.027447786,0.020577738,0.02300818,-0.023818327,0.0037185757,0.003983899,0.022505889,0.036910307,-0.030234693,0.003983899,0.008887315,-0.017239932,0.011706627,0.014388214,-0.008887315,-0.025163172,0.03516039,-0.0070928386,0.0019463786,-0.003698322,0.017385758,-0.031530928,-0.010758755,0.018406544,-0.020172665,0.015660144,0.008352618,-0.0027686781,-0.010985596,0.015943697,0.016851062,0.012354745,0.015870783,0.019054662,-0.022489686,-0.017855644,-0.020415708,0.02624877,0.010248362,0.0029469104,-0.0023595537,0.0024527207,-0.021209653,-0.019022256,-0.031871192,0.0055900156,0.02151751,0.011568902,0.0026653842,-0.004447708,-0.010386087,0.01600851,0.028598197,-0.042905394,-0.00064254797,0.044396065,-0.02112864,0.0024891773,-0.0003248184,-0.028225528,-0.004783919,0.0040811165,0.011398771,-0.008968329,-0.02112864,0.0026977903,0.00007272337,-0.020269882,-0.027399179,0.015222666,-0.026216364,-0.007271071,0.003368187,0.0097541725,0.022262845,0.035840914,0.045044184,-0.021290667,0.024450243,-0.016089523,0.020221274,0.029732402,-0.06960785,-0.019881012,0.026994105,-0.017871847,0.024563663,-0.019881012,-0.010321275,0.037720453,0.01519026,-0.033378065,0.008320211,-0.03460949,0.0020152412,0.020286085,0.024920128,-0.01827692,0.014509737,0.05081243,-0.027512599,0.0041277,0.004431505,0.0035889521,-0.07330212,-0.00456923,0.019654172,0.034350242,-0.020674957,-0.046308015,-0.027220946,-0.0007863491,0.0028598197,0.014728476,0.033896558,-0.015101144,0.0148418965,-0.012646398,-0.017385758,-0.014615055,-0.02608674,-0.010928886,0.03554926,0.005553559,0.01463936,0.009705563,0.015020129,-0.0087252855,-0.0034370495,0.020383304,0.0054563414,0.010280767,0.010540015,-0.003015773,-0.0055454574,-0.001749918,0.013545661,0.024077574,-0.06426088,-0.017839441,-0.002404112,-0.033216033,0.009332895,0.01772602,-0.016867265,-0.009883796,0.028598197,0.005812806,-0.025179375,-0.035484448,0.01887643,-0.0009985064,-0.007935392,0.024498852,0.000007361738,0.0077855145,-0.001381301,-0.006675613,0.03891947,0.02773944,-0.01772602,-0.014542142,0.011512192,-0.011633714,-0.028047295,-0.01177954,-0.0019605563,-0.014906708,0.012460064,0.011649917,0.0045044185,-0.006059901,0.027496396,-0.016251553,0.012354745,0.009349098,0.024353025,0.018309327,0.012751717,0.0015828251,-0.0072184117,0.010410392,0.013707691,-0.000009169537,-0.0374288,0.026297377,0.026281174,0.039178718,0.017531585,0.0009053395,0.0181635,0.040053677,-0.011309654,0.009899999,0.008773894,0.0027281707,-0.014825693,0.009616448,0.018406544,-0.020302288,0.0031615994,0.019913418,-0.0010101523,0.038433384,0.0039940258,0.01942733,0.009875694,-0.021841569,-0.020707361,0.026054334,-0.035646476,0.02174435,0.019718982,0.032341074,-0.008283755,0.009284287,0.017256135,0.0022157526,0.022700325,-0.0038603514,-0.003198056,0.008028558,-0.014939114,0.018357936,0.0021772706,-0.008267552,0.01848756,-0.0010916734,0.012387151,0.008692879,0.013351226,-0.012719311,0.0423869,-0.015400898,0.023494268,-0.0055657113,0.023591487,0.027269555,-0.0125896875,0.0016587764,0.0064933295,-0.027058916,-0.0313851,-0.005043166,-0.0031008383,-0.02174435,0.030283302,-0.017320948,0.0051484853,0.001282058,-0.005103927,0.009584041,-0.019216692,0.011593207,-0.000780273,-0.038822252,-0.029959243,0.008490343,0.016689032,0.02592471,-0.007607282,0.03759083,-0.00055191276,0.031190667,0.006655359,0.030899014,-0.013861619,-0.037461206,0.0032547663,0.0020597992],"social":"https://twitter.com/_patrickpc"},{"title":"lifelike","description":"we help game devs create npcs players can actually talk to","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=aeP1EZNdAi0","youtube_transcript":"Hey. I'm was fuck, and I'm working with my buddy of Quad to create lifelike. An open source toolkit that helps game does create MPC's place can actually talk to his qual with quick demo of Game He made using our toolkit in only a couple hours. I'll give a little demonstration on how to use life like an actual game. These two files are used to define a story as well as how it progresses and or behaviors or of characters using using lifelike. It's very simple. With lifelike, you can make any kind of game or game mod that use AI for social interactions. With this game, specifically, you play as a detective who is trying to get a suspect to confess to murder using facts and logic. When you talk about suspects in William, he will stay in character and answer based on the script defined by the game dev. You can also have these characters push the path forward by performing an action or react in a specific way if you do the right action. Thanks for the demo call. Being that we're both CS students, we spent a good chunk of our time building out the toolkit and procrastinate in most firms and marketing. Waiting for the perfect plan to start growing and expecting users to come in all on their own, definitely huddl us back. On the good side, developing the simplest version of feature and giving it to users we did have to get feedback from was a great way to develop the product. Providing Twitter updates kept us socially accountable, Running a blog was a great way to reflect on what we did and why. Now, we have eighteen members on our Discord server, functional toolkit people can use to make to make some fun games, we're hosting a hackathon, six hundred dollars in prizes running May twenty seventh to June second.","embedding":[0.006999001,0.02964375,-0.016744247,0.031134568,0.022503514,-0.03524609,-0.008889986,0.045823053,0.028513866,0.023743248,0.055144593,-0.04334359,0.024606353,-0.02675627,0.011377299,0.012216865,-0.027886152,-0.029172964,-0.039043754,0.005166863,0.017779972,0.030428391,0.018407686,0.021514865,0.018611692,-0.010286648,-0.020149589,0.03612489,-0.034618374,-0.0053591,0.0073442427,-0.027493833,-0.011032057,-0.015700674,0.015229888,0.011926549,0.01704241,0.0073403195,0.008301505,-0.0130172,-0.012624879,-0.05574092,-0.0027482063,0.0011838276,-0.041868463,0.013025046,0.0019655265,0.044410698,-0.006845996,0.048114207,-0.08693826,-0.0025795083,0.0021048004,0.055050436,-0.0010347457,-0.033488493,-0.012271791,-0.012836732,-0.030240078,0.012789654,0.02870218,0.0058416547,0.0013907767,0.0041978313,-0.004401838,-0.039765622,-0.046544924,-0.024229724,-0.019051092,0.055897847,0.062802695,0.021467786,-0.0010759394,-0.011471456,-0.022911526,0.0038878978,-0.04102105,0.049495175,-0.015983144,-0.020510525,-0.00020952376,-0.0069558453,0.02736829,-0.005037397,-0.053010367,-0.06066847,-0.046544924,-0.0029855603,-0.047047094,-0.0061162794,0.0066184495,0.038321882,-0.007803258,0.035340246,0.0802845,0.016226383,-0.030412698,0.020808687,0.07206146,0.030742247,0.061798353,0.020165281,-0.005869117,-0.02848248,0.027023047,0.0044175307,0.026975969,0.012452258,-0.014515865,0.025751928,-0.14977233,0.017528888,-0.02881203,0.04114659,0.0055003357,0.019663112,0.04742372,-0.059193343,0.009392157,-0.060386,-0.073693514,0.047580652,-0.004401838,-0.010490655,0.03731754,-0.017795665,0.00055366254,-0.039200682,0.02448081,-0.015810523,-0.003387689,0.008529051,0.017952593,-0.03825911,-0.034524217,0.013150589,-0.035967957,-0.025579307,-0.03191921,-0.016289154,0.0070500025,-0.044661786,-0.014923878,0.014233394,-0.022346586,-0.0020498754,0.004499918,0.034461446,-0.0218758,0.0097373985,0.011612692,-0.015520206,-0.06873458,-0.012279637,-0.006355595,-0.002467697,-0.016179305,0.053135913,-0.058597013,-0.013189821,-0.015222042,0.0057043424,0.0007856221,0.005782807,-0.06948784,-0.018282143,-0.009211689,0.027352598,-0.051284157,0.022456435,0.010443576,0.0056219553,-0.0590678,0.023398004,0.026018707,-0.056870803,0.040707193,-0.046544924,-0.031997673,-0.061641425,-0.044096842,-0.012758268,-0.046011366,0.012522875,-0.055050436,-0.03330018,-0.025673464,0.02054191,-0.0077130245,-0.022864448,0.028262781,0.04751788,-0.010647583,0.04164876,0.04823975,-0.05461104,0.088382,0.014209854,0.045854438,0.002903173,0.02342939,-0.009658935,0.021718873,-0.047863122,0.031291496,0.040330563,0.0023205767,0.012664111,-0.01809383,-0.005810269,0.02154625,-0.0075639426,0.010247416,0.004499918,-0.029392663,-0.005849501,-0.02036929,0.042841416,-0.035497174,0.05172356,-0.019568956,0.06195528,0.003264108,-0.036344588,0.0038663202,0.010663276,-0.0057278816,-0.036281817,0.034335904,-0.030585319,0.028576637,-0.024747588,-0.00048696803,-0.039200682,0.054830737,-0.023084149,-0.02226812,-0.0074109375,-0.012358101,0.0014947418,0.033017706,-0.0039938246,0.03270385,-0.009470621,0.015802676,-0.019223712,-0.031213032,-0.04130352,0.038729895,-0.007018617,0.06641204,-0.021138238,0.04080135,0.0023774633,-0.014123544,-0.024135567,-0.031354267,0.01113406,-0.017528888,-0.025030058,-0.012028552,-0.031558275,-0.037945256,0.031683818,0.006171204,-0.002295076,-0.023193998,0.046670467,-0.005060937,0.03292355,-0.00027070125,0.023664782,-0.0070343097,-0.01454725,-0.013354596,-0.02371186,0.03819634,0.08449018,-0.011447917,0.016289154,-0.00084005663,-0.0014584521,0.012146248,-0.03314325,-0.03863574,0.04431654,0.009392157,0.027242746,-0.01638331,0.011212525,0.016948253,0.046984322,0.01682271,-0.0008219118,0.047298178,0.006779301,0.002646203,-0.00061496266,-0.0044136075,0.015229888,0.04459901,-0.062143594,-0.027509525,-0.0063869804,0.031793665,0.028215703,-0.0080739595,-0.002155802,-0.013276131,0.0034073049,-0.0016644205,0.032954935,0.016147919,0.012962275,-0.027023047,0.00042615834,0.052822053,0.00016011587,0.022738906,-0.00516294,-0.0062339753,-0.04051888,0.009447082,-0.029879142,-0.027791996,-0.012444411,0.027336905,-0.008913525,0.013582141,-0.035465788,0.01782705,-0.011236064,-0.034932233,0.023507854,-0.007968033,-0.03647013,-0.008835061,-0.0022028806,0.03942038,0.0054767965,-0.033833735,-0.0058416547,-0.06302239,0.016351925,0.019506184,0.015331891,0.023131227,-0.0130878175,0.021577636,-0.023382312,-0.012923042,-0.0015349546,0.008733058,0.0137704555,0.020118203,0.015528052,0.0054179486,-0.010153259,0.015198503,0.019584648,-0.05379501,0.023853097,0.035214704,0.019474797,-0.039326224,0.026599342,-0.035434403,0.020494832,0.0009896288,0.004464609,0.048710532,0.022126885,0.00055219134,0.021734565,-0.008497666,-0.0005654322,0.026552262,0.009619703,0.004229217,0.010977132,0.043563288,0.0034386907,0.007693408,-0.0293142,0.008536898,0.02226812,0.021561943,-0.021232395,-0.041460447,-0.021044081,0.062708534,-0.061986666,-0.0043939915,0.013346749,0.013009354,-0.009148918,0.061923895,0.06107648,0.0012083476,-0.0148532605,0.011722541,0.009360771,-0.06302239,-0.010168952,0.007206931,0.019443411,0.026803348,0.015716366,0.015990991,0.00599466,0.041994005,-0.023366619,0.05414025,-0.027336905,0.021656102,-0.025547922,0.010482809,-0.03392789,0.035465788,0.08718935,-0.022644749,-0.070931576,0.06361872,0.00030601013,0.030224385,0.02198565,0.038729895,0.020949924,0.013574295,-0.04218232,-0.05263374,0.04014225,0.05373224,-0.004617614,0.029690828,0.022958605,0.01665009,0.012146248,0.011848084,0.016524546,-0.00918815,-0.005790653,-0.019490492,0.027101511,-0.0061202026,-0.00805042,-0.029267121,-0.025893165,0.017403346,-0.0083956625,-0.008701673,-0.04102105,0.01693256,0.037066456,-0.025139907,-0.044881485,0.05357531,-0.022644749,0.0062339753,-0.027807688,-0.043280818,0.034900848,-0.0752628,0.016775632,-0.0017301341,0.0136292195,0.005696496,0.024951594,0.017905515,0.0013074087,0.027697839,-0.032264452,-0.0018801967,-0.009282307,-0.07507448,0.0071794684,0.014782643,-0.012891657,-0.0066537587,-0.0038996674,-0.010773125,-0.015237735,0.015198503,0.05558399,0.0290945,-0.011895163,-0.066914216,-0.029329892,-0.0016948252,0.031558275,-0.027431061,0.03126011,0.049369633,-0.019851426,0.011871624,-0.05545845,0.039326224,-0.00434299,0.02631687,0.0063869804,0.015959606,0.008591822,-0.01964742,0.095224075,0.008144577,-0.035434403,0.026348256,-0.01632054,-0.030208692,0.03769417,-0.005810269,-0.0009533392,-0.0030287155,0.0025108522,-0.009125379,-0.010278801,-0.03574826,0.027352598,-0.0032072214,-0.008262273,-0.020604681,0.0091175325,-0.030695168,0.015018035,-0.0028972882,-0.028341245,-0.027635068,-0.0080739595,-0.01393523,-0.0013809687,0.0098394025,-0.036783986,0.015606516,-0.0009553008,-0.06361872,0.008513358,-0.026175635,-0.056713875,0.013550756,-0.007458016,0.012232559,0.014005848,0.05269651,-0.0072461627,-0.015677134,0.021106852,-0.020887151,-0.030491162,0.0046646926,-0.0033327641,0.052884825,-0.046011366,0.04629384,-0.010231723,0.03380235,0.038039412,-0.008450587,-0.02631687,0.0012191365,-0.013754763,0.009831556,-0.027132897,-0.0010386689,-0.013966615,-0.013197667,0.010671122,0.02025944,0.015637903,0.021734565,0.021012696,0.008489819,-0.0069362293,-0.03863574,-0.028670793,0.036438745,-0.0065007536,-0.009917866,0.0118637765,-0.003075794,0.010208184,-0.029612364,-0.041554604,-0.05062506,0.0048098513,-0.039514538,0.004931471,-0.0027795918,0.019302176,-0.008489819,0.01643039,-0.015849754,-0.012177633,-0.011400838,0.02448081,-0.007140236,0.013456599,0.025736235,-0.021734565,-0.017999671,-0.034555603,-0.0012750422,0.02025944,-0.022032728,0.011149753,-0.022911526,-0.032515537,0.00045214957,0.009148918,0.005716112,-0.019568956,0.01754458,0.033676807,-0.005088399,-0.043186657,-0.019804347,0.0089762965,0.0058926563,0.026567956,0.041680146,-0.075576656,-0.015920373,-0.018721541,0.015983144,0.0036289662,0.03464976,0.009627549,-0.01293089,-0.03738031,-0.029832063,0.010082641,-0.014437401,0.014304011,0.01012972,0.026285484,-0.004193908,0.007501171,-0.027383983,0.021405015,-0.01144007,-0.041240748,0.004892239,-0.011848084,-0.028058775,-0.0070931576,0.047768965,0.013558602,-0.015441742,0.03053824,0.017921207,-0.014625714,-0.0029757523,-0.040487494,0.035779644,0.00794057,0.020290826,-0.018470457,-0.049840417,-0.016508853,0.014900339,0.008991989,-0.021561943,-0.0011750004,-0.01176962,0.014170622,-0.008207348,0.027179975,0.01693256,0.024339573,-0.0082936585,0.016540239,-0.017199337,-0.008591822,-0.0020479138,0.0006355595,0.013331057,-0.022942912,-0.00090920314,-0.045446426,0.010153259,0.013378135,-0.0043743756,0.006987231,-0.024292495,-0.03496362,0.02586178,0.024857437,0.048051436,0.004335143,0.0109379,-0.03154258,-0.009109686,0.028247088,-0.013699838,-0.012452258,0.01216194,-0.030616704,-0.004276295,0.01351937,0.0048530065,-0.056023393,-0.03130719,0.017591659,-0.019961275,-0.034461446,-0.00752471,-0.03003607,-0.027493833,0.018235065,0.013990155,0.018705849,-0.009776631,-0.017167952,-0.002669742,-0.0055827233,-0.0026030475,-0.015990991,-0.020667452,-0.026018707,0.0037564703,0.01157346,-0.02498298,0.013276131,-0.013511524,-0.05633725,-0.0030247923,0.0011710771,0.015088653,0.026301177,-0.0064772144,-0.013542909,-0.0050923224,0.031213032,0.0188157,0.019239405,0.021310858,-0.02531253,-0.05489351,-0.010270955,-0.039953936,-0.012781807,0.010569119,0.0068813046,-0.03825911,0.030663783,0.024355266,-0.0135899875,0.03681537,0.044096842,-0.011188986,0.002763899,0.021342244,0.017607352,-0.06647481,-0.0072226236,0.0053041754,0.006889151,-0.00412329,0.025249759,-0.025751928,0.0116048455,0.020636067,0.013064278,0.00032881377,0.017717201,0.039388996,0.01854892,0.036658444,-0.01715226,0.025092829,0.00011076929,0.035277475,-0.025877472,-0.025390994,-0.020494832,0.023947254,-0.046042755,0.002724667,0.016791325,0.03876128,0.0013152551,-0.023303848,0.026097171,0.0030836405,-0.021781644,0.0064301356,-0.03086779,0.026975969,-0.009870788,-0.01621069,-0.03358265,-0.023696167,-0.019459104,-0.03430452,-0.00896845,0.011306682,0.024229724,0.008913525,-0.0964795,-0.0358738,0.01570852,-0.006316363,-0.023680475,0.006418366,0.019176634,-0.013001507,0.032672465,-0.020008354,0.023099842,-0.044159614,0.018454764,-0.0031169876,0.016085148,-0.021718873,-0.0038015873,0.0010602466,0.026065785,-0.011149753,-0.004272372,-0.013127049,-0.01054558,0.020887151,0.026850427,0.00824658,-0.026442412,0.013809687,0.010514194,-0.0052139414,0.027431061,-0.0054611037,-0.017732894,-0.0058808867,-0.021452093,0.025877472,-0.0036819295,0.010396497,0.015786983,0.0023578473,-0.013417367,-0.013346749,0.022283813,-0.046387997,0.02798031,-0.015528052,-0.017717201,0.040173635,-0.003313148,0.02109116,0.010168952,0.006492907,0.014515865,-0.014115698,-0.028152931,0.016132226,-0.014358937,0.0008552591,-0.025014365,0.00855259,0.01526912,-0.00055366254,-0.020322211,-0.0069636917,-0.02109116,-0.0009332328,0.023115534,0.013464445,-0.024778973,0.0019174672,-0.0038878978,0.027179975,0.023586318,-0.009454928,0.019396333,-0.0077561797,0.040173635,-0.0006027026,-0.0015153385,-0.024512196,-0.0048176977,-0.02736829,0.011345914,0.029392663,-0.0074344766,-0.027195668,0.021059774,-0.038949594,-0.020573296,0.050436746,0.021969957,-0.012915196,0.010639736,-0.0071520056,-0.014037234,-0.007611021,-0.02802739,-0.002610894,0.03891821,0.0017193453,-0.009023375,0.0011367492,0.013511524,-0.016775632,-0.011942241,0.039169297,-0.0051590167,-0.023131227,-0.020384982,-0.002087146,-0.0030090995,-0.0068577654,-0.013550756,0.03747447,0.003218991,0.022111192,-0.012773961,0.008842908,0.026112864,-0.027697839,0.032264452,0.05900503,-0.027431061,-0.024496503,0.009093993,0.021075467,0.019239405,-0.005429718,0.026473798,0.013181974,0.043312203,0.013644913,0.023099842,0.01393523,-0.0013691991,-0.010263109,-0.013597834,-0.0056651104,0.0013142743,0.013464445,0.0047980817,-0.0039192834,0.006171204,0.00991002,0.0002971829,-0.02498298,0.0430925,0.033457108,-0.031636737,0.02870218,0.010953593,0.0037035071,0.013637067,-0.009556931,0.037882484,0.025720542,-0.0048843925,-0.03480669,-0.028388323,-0.0047353106,0.0015810523,0.007630637,0.012256098,-0.008332891,-0.009235228,-0.028278474,-0.0107417395,-0.017497502,-0.0021440324,-0.02776061,-0.008670286,-0.042150933,0.032044753,-0.033237405,0.02487313,0.006834226,0.007979803,0.0064458284,-0.019506184,0.032060444,0.0076973313,0.036564287,-0.03791387,0.035214704,0.01938064,-0.046984322,-0.009964945,-0.045320883,-0.021467786,-0.014382476,0.053104524,-0.0037996257,-0.002591278,-0.008332891,-0.031338576,-0.012554261,0.010733893,0.035967957,-0.03176228,-0.0070303865,-0.06189251,-0.0021244164,0.04259033,-0.016838403,-0.009706013,0.044347927,-0.02082438,0.0137704555,-0.0001760539,0.022440743,-0.00434299,-0.0025383148,0.0061947433,0.018407686,-0.008317198,0.02881203,0.017591659,0.021357937,-0.027352598,-0.06477999,-0.011377299,-0.03559133,-0.015120039,0.022801677,-0.004766696,0.027682146,-0.022252427,0.015606516,-0.021248087,0.016085148,-0.00516294,0.00763456,-0.020526217,0.003723123,0.015520206,-0.02281737,0.02415126,-0.024245417,-0.0150965,-0.039953936,-0.020965617,-0.0034916538,-0.0029463281,-0.0057278816,0.022079807,0.025987322,0.03108749,0.013009354,0.020290826,-0.007987649,-0.016336232,0.006469368,0.0076463297,0.021671794,0.033676807,0.012875964,0.008081806,0.040173635,0.0047510033,-0.0066498355,-0.021059774,0.011683309,0.026662113,-0.032735236,0.007917031,-0.012028552,-0.056870803,0.011432224,0.010310187,0.022801677,-0.003530886,0.012240405,0.03174659,0.0051707863,0.004935394,0.020384982,-0.02776061,-0.036658444,-0.01216194,-0.009125379,-0.027697839,0.00015962547,-0.015528052,0.029737907,0.010341573,-0.034712534,-0.024778973,-0.027399676,0.013064278,-0.014806182,0.008748751,0.03154258,-0.0055121053,0.010498501,-0.025469458,-0.009431389,-0.027258439,0.008419202,-0.027744917,0.005672957,0.017983979,0.052194342,-0.008952757,-0.011957934,0.0050060116,0.008034728,0.020997003,-0.0032248758,0.0038506272,-0.025642078,-0.035151932,0.01765443,0.021185316,0.016022377,0.005335561,0.009980638,0.0008567303,0.01898832,-0.015677134,-0.011416531,-0.0071559288,-0.0007012732,0.020557603,0.007654176,0.019223712,-0.010639736,-0.004256679,0.021248087,-0.0022558437,-0.033959277,0.0044332235,-0.008819369,0.06352456,-0.01573206,-0.03430452,0.0029443665,-0.008442741,0.009031222,-0.0044920715,-0.02570485,0.0041350597,0.013809687,-0.005276713,0.013982308,-0.036909528,-0.0019645458,-0.008717366,-0.022221042,0.012012859,-0.00019836714,0.098111555,-0.0054532574,-0.0026226637,-0.01782705,0.013338903,0.011926549,0.0075168638,0.01854892,-0.013291825,0.021860108,-0.022252427,-0.009894327,0.012428719,0.029863449,0.00040261907,-0.0053434074,-0.00484516,-0.016901175,-0.007987649,0.0073560127,0.018140908,0.003972247,0.01765443,-0.030114535,-0.024826052,-0.03119734,0.011408685,0.024794666,0.029392663,0.009862942,0.03964008,0.01632054,0.007116697,0.0086545935,0.03154258,-0.002848248,-0.026348256,0.0029482897,0.008285812,-0.022205349,0.008905679,-0.017968286,0.0010661314,-0.009972791,0.016791325,0.033614036,0.008560437,-0.02010251,-0.007968033,-0.023649089,-0.01920802,0.034775306,0.010106181,0.03220168,0.033896506,0.011275296,0.027823381,0.041460447,-0.0031777974,0.023554932,-0.026552262,0.0045077642,-0.029612364,-0.0034524219,-0.005955428,-0.006736146,-0.008670286,-0.006630219,0.02242505,0.013221206,-0.022142578,-0.015167117,0.014594329,-0.0021616868,0.027446754,-0.015465281,0.016030222,-0.0041507524,0.022189656,-0.016132226,-0.010027716,0.028576637,-0.014868953,0.00028026407,-0.033614036,0.006873458,0.00048353523,0.022142578,-0.029879142,0.04036195,-0.013958769,0.020494832,0.028545251,0.012875964,-0.0007689485,0.0013417366,0.00025966723,0.008332891,-0.0428728,-0.03248415,0.0152141955,0.0044175307,0.009643242,0.018941242,-0.019286484,0.00073756283,-0.025249759,-0.0027756686,0.028968958,0.022252427,-0.014398169,-0.011942241,0.024622045,0.034022048,0.045823053,0.0093764635,-0.03935761,-0.028670793,-0.021012696,-0.0028305936,0.02303707,0.01820368,-0.020306518,0.00055022974,-0.0058024228,0.050279815,-0.0025657772,-0.022346586,0.024826052,-0.0015653594,-0.035622716,-0.010349419,-0.01176962,0.0035740412,-0.041617375,-0.017058102,-0.0025265452,-0.04014225,-0.01971019,0.043218046,-0.028968958,-0.008270119,0.020997003,-0.014178469,0.008364277,0.00330334,0.021860108,-0.012985814,-0.010616197,-0.0073167803,-0.0029992915,0.00068803236,0.025171295,-0.009776631,-0.0509703,-0.014225547,-0.00044283195,0.0026069707,-0.015190656,-0.022472128,-0.023523547,-0.0367526,-0.025092829,0.007764026,0.01165977,0.01754458,0.013762609,-0.01310351,-0.0063045933,-0.006834226,0.039545923,-0.00050315127,-0.020777302,-0.0223152,0.031103183,-0.044724558,-0.015943913,0.014194162,-0.011032057,0.016242076,-0.012569954,-0.0032954935,0.013856766,-0.023523547,-0.009815863,0.025234066,-0.015998837,-0.016524546,-0.03593657,-0.0034092667,-0.0054767965,0.05756129,-0.012719036,0.019412026,0.013197667,0.014052927,-0.022754598,-0.007097081,-0.003729008,0.027117204,0.0056219553,-0.018580306,-0.04431654,0.032798007,-0.023193998,0.022048421,-0.0021871878,-0.012130555,0.012154094,0.0039781313,0.008568283,0.000060380604,-0.021310858,0.012507183,0.01185593,0.023837404,-0.0061084325,0.031856436,0.035905186,-0.010168952,0.008764444,-0.0041311365,0.0369723,-0.025893165,-0.0034347675,0.014437401,0.033331566,0.008999836,-0.033708192,0.009023375,-0.005618032,-0.013331057,-0.0059632743,0.033174634,-0.005735728,-0.0007419765,-0.008427048,-0.03202906,-0.025720542,-0.009054761,-0.02686612,0.013911691,0.034618374,0.028168624,-0.024135567,-0.005680803,0.011055596,0.005935812,-0.0008219118,-0.016807018,0.0019125632,0.03242138,-0.021718873,-0.007991572,0.012201172,0.012334562,0.02397864,-0.02631687,-0.023303848,0.015998837,-0.026379641,-0.009133225,0.021201009,-0.05435995,0.022911526,0.01185593,-0.021954264,-0.009964945,-0.013817534,0.000474708,0.026834734,-0.016147919,0.0059201187,-0.020730224,-0.027007354,0.0070500025,0.0045666127,0.009431389,0.014986649,-0.034116205,-0.046419382,-0.008591822,-0.03869851,0.009541239,-0.012146248,0.0059671975,-0.033331566,-0.0049197013,0.00083368144,0.0036485821,0.01216194,0.009941406,-0.01854892,0.02126378,0.01207563,0.01638331,0.011251757,0.040707193,0.016351925,-0.012483643,-0.0004075231,-0.0022479973,0.009447082,0.017748587,0.043563288,0.017246416,-0.0008273062,0.023884483,-0.044065457,0.013346749,0.031793665,-0.041272134,0.014005848,-0.0132682845,0.013550756,0.007485478,-0.011761773,-0.008489819,-0.016461775,0.0061947433,-0.013841073,-0.0006502715,0.015920373,0.03524609,0.035403017,0.017685816,0.007124543,-0.026505183,0.019145248,-0.0035485404,0.004743157,0.0114636095,0.032264452,-0.0109379,0.038384654,-0.018407686,-0.009360771,0.021201009,0.008011188,-0.02215827,-0.033080477,0.017889822,-0.0018203679,0.010992825,0.007002924,0.011510689,-0.02448081,0.024135567,0.014178469,-0.022362279,0.0017948671,0.035685487,0.006485061,0.009635395,0.0094784675,-0.022048421,-0.00866244,0.010208184,-0.044442084,0.02548515,-0.013895998,-0.012059937,0.013189821,-0.018360607,-0.028451094,0.021514865,0.0034936154,-0.006893074,0.022613363,-0.03304909,0.014476633,-0.0014908186,0.02776061,-0.027227053,-0.011714695,-0.05633725,-0.0116048455,-0.011699002,-0.021059774,-0.021750258,0.020400675,-0.024653431,-0.0052610203,0.0218758,-0.00011929,-0.0034739994,-0.018015364,-0.011934395,-0.0071480824],"social":"https://twitter.com/mustafa_tariqk"},{"title":"elev8","description":"an app to organize your work by creating workspaces with todos, tabs, notes and files","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=BTj5Je4UJQA","youtube_transcript":"Hi. I'm Angel Padilla. I'm a computer science student from Mexico, and I've been working in an app called Elevate. Elevate this and that helps you organize your work by creating some workspaces. So let me show you how it works. So this is an Elevate. As you can see, your workspace you could create a new workspace here, and I'm gonna show you my Elevate workspace. So here, you can have a list of to dos. And organize them and create some section for them and complete it to do. So there we have a tab section. So this how it works in Google Chrome browser. So you can store your tabs by drag and drop and the cool part is that you can open all your tabs with this button and we have a note session. Now, this part is like a mini lotion with not a lot of features and I actually wrote the demo bit video pitch script here. So this is where it goes. Now it gets like about my progress. So I have started this up only with the login before the sixth week. So I developed the whole workspace a screw, the to do section, the top section, and the notes. So I also got my first sixteen users. I started building in public and I published the elevate extension in the Google Chrome store. So this is great. So that was my priorities this six week.","embedding":[-0.014858411,-0.01200384,-0.001362326,-0.0025947324,0.008761339,-0.048835132,0.0018920687,0.056213103,0.0039927405,-0.0115573555,0.02062611,0.009800696,-0.013328654,-0.049947683,0.042540435,0.033640027,-0.042686824,-0.044794817,-0.04087161,0.029087352,0.0039854213,0.013782457,0.027096473,0.05223134,-0.008051355,-0.053343892,-0.009288337,0.040168945,-0.047312696,-0.0055664144,-0.012091672,-0.02637917,-0.0055407966,0.037914567,0.010356971,-0.022558436,0.004022018,0.0077293017,0.0073669907,0.0032260318,-0.00034629978,0.030478042,0.034518357,0.010679025,-0.03671418,-0.003151008,-0.013679985,0.047664028,0.020333333,0.036919124,-0.052084953,0.0029753419,0.036802016,0.04435565,-0.00025595076,-0.023026878,-0.037065513,0.024827454,-0.005771358,-0.0050064796,0.02712575,-0.011908687,0.018444924,0.030068154,-0.031649146,0.021885049,-0.04210127,0.011454883,0.01736165,-0.012194145,0.044882648,0.010825414,-0.009464003,0.005295596,-0.022470603,-0.023100073,-0.022836573,-0.0019689226,0.0011637869,-0.008190424,-0.007260859,-0.03123926,0.01362143,0.017522678,-0.0026093712,-0.0067265416,-0.047341973,-0.050679624,-0.02435901,0.006309335,-0.0026148607,-0.015209743,-0.054895606,0.02749172,0.06821694,0.062127188,-0.036889847,0.016834652,0.022587713,0.03636285,0.05471994,-0.010517999,-0.027067194,-0.062068634,-0.020640748,0.0021317794,0.029219102,-0.01124994,-0.0063642305,-0.018342452,-0.113831535,-0.027433164,0.01449976,0.00084036024,0.030068154,-0.037563235,0.041720662,-0.036304295,-0.008358771,-0.04663931,-0.06985649,0.02324646,0.011850132,-0.015414687,0.0072901365,-0.025105592,-0.035718743,0.017478762,-0.044209264,-0.030800095,0.034284137,-0.033815693,0.085022315,-0.07061771,-0.01974778,0.027096473,-0.023348931,0.009485961,-0.04511687,0.014690065,0.009178545,-0.01812287,0.03235181,-0.0070705544,-0.04186705,-0.057530597,0.007220602,0.055305496,-0.040900886,-0.02049436,-0.018444924,0.0036194504,-0.032146867,-0.013972762,0.058145426,-0.009910487,-0.010474082,0.024227262,-0.049947683,0.017581234,0.021431245,-0.042423327,-0.018518118,-0.041808493,-0.041720662,0.039202783,-0.018225342,-0.0432431,-0.06329829,-0.006448404,-0.050152626,-0.0072059636,-0.007758579,0.025559396,0.060077753,-0.022148548,-0.008285577,-0.009859251,-0.0282383,-0.019777058,-0.033435084,0.019425726,-0.013453083,0.023509959,-0.073135585,-0.025398368,0.03501608,-0.0048637507,-0.04950852,-0.021562995,-0.016717542,0.055627547,-0.016219823,0.017815454,-0.049537797,-0.018693784,0.05463211,-0.014258219,0.0049442644,-0.023700263,0.010393568,0.01799112,0.024534676,-0.0036340891,0.024534676,-0.004563655,-0.013548236,0.0036706864,0.0030430465,-0.041076552,0.06956372,0.030565875,-0.004600252,0.00312356,-0.050445404,-0.0022013139,-0.025442284,-0.0017429355,0.022704823,0.0282383,-0.026774418,-0.001699934,0.0024190664,-0.04145716,0.021724021,0.028252939,0.0024154068,-0.030097432,0.02435901,0.008534437,0.0110084,-0.01124994,-0.0053065754,0.005522498,0.022690184,0.020479722,0.019572115,-0.037563235,0.015400047,0.023261098,-0.010408207,0.05246556,0.008080633,0.0011830004,0.06329829,-0.004611231,-0.043418765,-0.07957667,-0.00662407,0.045643866,0.039583392,-0.024534676,0.023407487,0.015941685,0.02187041,-0.047634747,-0.021065274,0.04122294,0.0242419,-0.011769618,0.008190424,-0.0034675726,-0.03671418,0.021270217,0.0041281497,0.023509959,0.008512479,0.00018870365,0.008790617,-0.010927886,0.037270457,0.026994,0.005683525,0.008658867,0.0242419,-0.0048966883,0.004384329,-0.005269978,0.0035279577,0.0010192285,-0.015927045,0.021197025,-0.002312935,0.01850348,-0.017712982,0.074892245,0.017800815,-0.003886609,-0.0454682,-0.0043074754,0.03273242,-0.0053138947,0.0035535756,-0.034928244,0.014111831,-0.002724652,0.011923326,0.0059689824,0.0046954043,0.024139429,-0.03261531,-0.03012671,0.013423806,0.008578354,-0.019440364,0.025778977,0.027974801,0.030478042,0.0069095274,-0.019206144,-0.02298296,0.044648428,0.045292538,0.011425606,-0.049186464,-0.052875448,0.03200048,0.007019318,-0.010386249,-0.032381088,-0.01350432,-0.011257259,-0.024417566,-0.015648907,0.0101373885,-0.0052187424,0.04476554,0.004739321,0.044794817,-0.05047468,0.030302376,-0.06376674,-0.03876362,-0.026598752,0.06505495,-0.027799135,-0.013665346,-0.024461484,0.024710342,0.017420206,-0.027345331,-0.042276938,-0.03715335,-0.0051199305,0.03399136,-0.019645307,0.023348931,-0.018840173,0.025910726,0.018605951,-0.039583392,0.008095272,-0.017303096,-0.020172305,-0.025339812,-0.0214898,-0.015853852,-0.05960931,-0.03782673,0.013482361,-0.000003506028,-0.009405447,0.0120770335,0.07003216,0.025515478,0.037943844,-0.03724118,0.027886968,0.007260859,0.018430285,0.024329733,0.0023641707,0.013584833,-0.022455962,-0.03173698,0.021153107,-0.0031583272,0.021797216,-0.0058225943,0.00499916,0.043799374,0.0054163667,-0.004351392,-0.04687353,0.010569234,-0.0056139906,0.027257498,-0.0026660967,-0.017683705,0.01613199,0.034957524,-0.04959635,0.010730261,-0.0009707373,0.053197503,0.01875234,0.04640509,-0.008073314,0.0047429805,-0.06698728,0.037270457,-0.056593712,-0.0242419,-0.022002159,0.010671706,-0.007582913,-0.03226398,0.0011637869,0.07764435,-0.041574273,0.022631628,-0.06060475,0.06037053,-0.021724021,0.0049772016,0.015180466,-0.0101373885,0.0015013949,0.048513077,0.047634747,-0.010979122,-0.06323974,-0.0036176206,0.014382649,0.005687185,0.0038390327,0.03097576,0.021767939,0.01610271,-0.025544755,0.038910005,0.0029515538,0.013416487,0.004062275,-0.034079194,-0.0066423686,-0.046932086,0.036889847,0.019513559,0.011740341,-0.042452604,-0.02763811,-0.06564051,0.04713703,-0.0005910427,0.02286585,-0.046463642,-0.020889608,-0.010591192,0.00087649986,-0.039173506,-0.0011299346,-0.011528078,0.04011039,-0.01838637,-0.024417566,-0.020860331,0.0113524115,0.042042717,0.01487305,0.010466763,0.0459952,-0.047898248,0.04098872,0.040051837,0.009332254,-0.0075170384,-0.0036816655,0.012186825,-0.019601392,0.008856491,0.0114109665,0.010627789,0.010708303,-0.07647324,-0.014682746,-0.002775888,0.00712179,0.037563235,-0.023290377,-0.022470603,0.008175786,-0.046580754,0.04136933,0.0622443,0.05574466,-0.027477082,0.018196063,-0.0031253898,0.0095884325,0.009844612,0.059023757,0.031561315,-0.01787401,-0.0026770758,-0.016205184,-0.0067265416,-0.050738182,-0.027579553,0.023305016,0.04151572,0.02386129,-0.030536596,0.08554932,0.028794575,-0.032059036,-0.023802735,0.012318574,0.0034108472,-0.002312935,-0.07904968,-0.041281495,0.011418287,-0.00090943725,-0.027945524,-0.0054200264,0.033640027,0.03624574,0.011762299,-0.029058075,-0.03700696,0.029936405,-0.017712982,-0.013467723,-0.021065274,-0.0029167866,-0.044092152,-0.0020970122,-0.03899784,-0.040139668,-0.01687857,-0.025574034,0.010971802,-0.0036926444,-0.025910726,-0.0032315215,-0.027301416,-0.006810715,-0.021738661,-0.041720662,0.023275737,0.038529396,0.042071994,-0.00168804,0.00009926956,0.0036542176,0.035396688,-0.006382529,0.0042159827,0.009098032,0.018649867,-0.021299496,0.04634653,-0.012970002,0.0096762655,0.03097576,-0.020845693,-0.0245054,0.0011820854,0.013848332,-0.011798896,-0.010078833,0.019557474,0.028165106,-0.017947204,0.031561315,-0.0074401847,-0.012157547,-0.012406407,0.011264578,0.0324982,-0.011476842,0.0065398966,0.007421886,0.039437003,-0.01850348,-0.030800095,0.019455003,-0.035630908,-0.026510919,-0.016981041,-0.0617173,-0.028091913,0.040286057,0.0074584833,0.0044282456,0.010349652,-0.0010100792,0.022441324,0.012355171,0.02061147,-0.0069900407,-0.019352531,0.024973841,0.014170386,0.011894048,0.015561075,-0.019455003,-0.00034035277,0.011923326,-0.005028438,-0.032322533,-0.014331413,-0.029058075,0.003573704,0.013138349,-0.025925366,0.027594192,-0.022675546,0.0013101752,-0.021519078,0.003610301,-0.039700504,-0.034606192,0.010408207,-0.014089872,-0.014016679,0.011257259,0.011703744,-0.002409917,-0.00086689316,-0.032059036,0.018942645,0.038178064,0.034518357,-0.025647229,0.00325165,-0.037680347,-0.04019822,-0.0053797695,0.04374082,0.04019822,0.019396449,0.0030723242,-0.00030329823,0.028150467,-0.0034035277,0.03536741,0.020670027,-0.0074328654,-0.018957283,-0.034225583,-0.011952603,0.009054116,0.026101032,-0.00899556,-0.0008001035,0.04025678,-0.018181425,0.009712863,-0.024768898,-0.023539236,0.069505155,-0.015546436,0.0028600611,-0.0011418286,-0.035074633,-0.022002159,-0.0039415048,0.001199469,-0.019674586,0.024886008,0.014660787,0.002062245,-0.045760978,0.017215263,-0.014097192,0.008636909,0.012523518,-0.011850132,-0.061834414,-0.008732061,0.008183105,-0.00249958,0.04476554,0.009229781,0.0032278618,-0.041398607,0.036392126,0.03560163,0.016863931,0.023348931,-0.01973314,0.016600432,0.03899784,-0.0011207854,-0.01661507,0.0017511699,0.027886968,-0.0016633369,0.012596712,0.017259179,0.019542836,-0.01799112,-0.008439285,-0.005906767,0.0040073795,0.010115431,0.015209743,-0.103057355,-0.0102544995,0.033581473,-0.027535636,-0.011418287,-0.012735781,-0.009712863,-0.0016898698,0.024432205,0.015224381,-0.016380848,-0.009522558,-0.022089992,-0.03750468,-0.050299015,-0.011886729,-0.0064996397,-0.018649867,0.012179505,-0.0057054833,-0.016629709,-0.029716821,0.0220168,0.00053477474,-0.03735829,0.005489561,-0.030565875,-0.047312696,0.01024718,-0.018430285,-0.01586849,0.008483201,0.024578594,0.015180466,-0.013687305,0.0068033957,0.027477082,-0.044179983,0.010203264,-0.050269738,-0.036216464,-0.03284953,0.027579553,0.026803695,0.05211423,0.025852172,-0.031912647,0.024856731,0.041164387,-0.019513559,0.030682985,-0.002812485,0.015268298,-0.027447803,0.06201008,0.010071514,-0.0066679865,0.007597552,0.0155757135,0.027711302,-0.005215083,0.027901607,0.027316054,-0.01973314,0.027286777,-0.004398968,-0.019645307,0.013548236,0.013540916,0.023070794,-0.0029478942,0.020260138,-0.038646508,-0.0046624667,-0.038822174,0.04435565,-0.012823614,0.0052297213,-0.00028248364,0.0006715563,-0.0009707373,-0.019147588,0.0102837775,0.007132769,-0.021650828,0.021475162,-0.042013437,0.036831293,0.02523734,0.0120770335,-0.040168945,-0.012926086,-0.036831293,0.00612635,0.005698164,0.029292297,0.023832014,0.00044762794,-0.0694466,-0.04863019,-0.01901584,0.013950803,-0.017112792,-0.008973602,-0.0069095274,-0.0009908658,0.040432446,0.016702903,0.025530117,-0.04019822,-0.014799856,-0.014587592,-0.0075170384,-0.012025798,0.05545188,0.0285018,-0.033405807,0.031356372,-0.01774226,-0.012552796,0.0034199962,-0.010547276,-0.011462203,-0.01461687,0.0051565273,0.020435805,-0.0059799617,-0.0015032247,-0.00675216,-0.008131869,-0.040900886,-0.007904967,-0.021650828,0.048132468,-0.0062398007,0.010737581,0.02624742,-0.034518357,-0.014858411,-0.009215143,0.0119892005,-0.0046295295,-0.0073194145,0.005800636,-0.017654428,0.019791696,-0.0035425965,0.017273817,0.0037658387,0.028779937,-0.032234702,0.013152988,0.0023019558,-0.012596712,-0.02624742,0.008417326,0.007407247,0.030624429,0.022646269,-0.0069937003,-0.021445883,0.016834652,0.017112792,-0.0057274415,0.013650708,0.009595752,-0.053929444,0.015107271,-0.030712262,0.032790978,0.0022799976,-0.030214543,0.0006861951,-0.0260132,-0.012055076,0.023656348,0.0023458723,-0.017522678,0.03085865,0.013467723,0.021314135,0.029028798,0.0024648127,-0.0059763016,-0.01136705,-0.0009926956,0.027550276,0.0076414687,0.046375807,0.027023278,-0.0007076959,0.0038097552,0.039349172,0.007388949,0.009903167,0.0046039117,-0.007524358,0.033932805,0.005972642,-0.005683525,-0.040315334,0.019411087,-0.01600024,-0.003599322,-0.008592992,-0.03589441,0.009134629,-0.0220168,-0.018576674,0.020069834,0.0052333814,0.0031418586,-0.038060956,0.040286057,-0.020143028,-0.007861051,0.023670986,-0.0052407007,0.03671418,0.035308857,0.00886381,-0.027974801,-0.007209623,-0.02087497,-0.016966403,-0.005635949,-0.0031528377,-0.023802735,0.041954882,0.027930886,0.03738757,0.038412288,-0.0120770335,0.02523734,0.04189633,-0.002075054,-0.014455844,0.014294816,-0.021416606,0.009654308,-0.009178545,-0.011813534,0.006411807,-0.020479722,-0.005108951,0.03949556,-0.010854691,0.02735997,0.026452363,0.0459952,-0.021811854,0.010957163,-0.008636909,0.016556514,-0.00036345466,-0.042686824,-0.009764099,0.008944324,-0.00012248583,0.0004945179,0.057676986,-0.010195944,-0.01961603,-0.016644347,-0.042042717,-0.014646148,-0.00786837,-0.006448404,-0.010539956,0.03574802,0.04072522,0.021592272,0.028926326,0.022851212,0.020304056,-0.012435685,-0.03952484,0.040520277,-0.0064447443,0.025852172,-0.01862059,0.0061922246,0.030917207,0.019557474,-0.0061702663,-0.012838253,0.02687689,-0.04423854,0.013065155,0.007348692,-0.0033321634,-0.02036261,-0.01049604,0.0016212503,0.025661867,-0.022968322,-0.0031253898,0.0043660305,-0.026393808,-0.00168804,0.009888529,0.017185984,0.0039268658,-0.00007931272,-0.01837173,0.0027100132,-0.018957283,-0.012867531,0.013087112,-0.012999279,-0.0023513618,0.021826493,-0.018796256,0.026525557,-0.00035544907,0.013299376,-0.008029398,-0.042950325,0.019777058,-0.028897047,-0.018957283,-0.01411915,0.022851212,0.034079194,-0.032673866,-0.027711302,-0.010159347,0.03662635,0.0022525499,0.017844733,0.03899784,0.01961603,0.0027100132,-0.021533716,-0.011850132,-0.0016843802,0.01299196,0.017844733,-0.036040798,0.03299592,0.030038876,-0.0074255457,-0.0053395126,0.020391889,0.03949556,0.0031400288,0.019513559,0.0049845213,-0.028399328,0.0041171703,0.022148548,0.0067155627,-0.010766858,0.009185865,-0.014133789,0.017669067,-0.00031587848,-0.018576674,0.018796256,-0.0071766856,0.0041684066,-0.039671227,-0.0038170745,0.020933526,-0.0070778737,0.007985481,-0.004036657,0.061014637,-0.023319654,-0.017054236,0.018049676,0.0003167934,0.0187377,0.01949892,-0.008988241,0.005551776,-0.008556396,-0.007407247,0.0067302017,0.015092633,0.027155027,0.017537316,0.016541876,-0.01724454,-0.05196784,0.003086963,0.015853852,0.03323014,-0.005288277,0.024461484,-0.007410907,-0.009273698,-0.0106863445,-0.006408147,0.0014153918,0.0063312934,0.027623469,0.048600912,0.0016944445,0.017112792,-0.017581234,0.001300111,0.017332373,0.00662407,0.011264578,-0.027169665,-0.028589632,0.017010318,-0.03522102,-0.00003399525,0.03387425,0.033815693,0.008307535,-0.009090712,0.0020567554,-0.013013919,-0.006583813,0.024051595,-0.0039964,0.043711543,-0.011718382,0.046814974,0.00044900033,-0.017522678,-0.0012900467,0.021416606,-0.007948884,-0.01936717,0.011667146,0.0031400288,0.0020677345,-0.0017182325,-0.029263018,-0.021021359,0.0024940905,0.029511878,-0.003288247,0.010781498,-0.0027338013,-0.016395489,-0.01049604,0.005785997,-0.02763811,0.02460787,0.0035718742,-0.02124094,0.0071693663,0.004933285,0.07899112,-0.01087665,0.042071994,-0.012955363,0.0156049915,0.017800815,0.026262058,-0.00737431,0.022265658,-0.0038170745,-0.03361075,-0.0050723543,-0.004549016,-0.004413607,0.031092873,-0.017347012,-0.016351571,-0.019191504,0.0058042957,-0.016688265,-0.009595752,0.020582194,0.026628029,-0.011308495,-0.010444804,-0.0009597582,-0.0040549557,0.0049296254,0.006949784,-0.0045782938,0.004270878,-0.005888469,0.03437197,0.03314231,-0.011264578,0.010810775,-0.024315095,0.0102837775,0.014880369,0.0034529336,-0.020552915,0.012435685,0.040286057,0.0013916036,-0.0032937364,0.0079928,0.0018142998,0.0049040075,-0.032673866,-0.051060233,-0.021299496,0.024139429,0.026320614,0.04183777,0.0012168527,0.0044209263,0.004545356,0.04277466,0.0319712,0.022177825,-0.013548236,0.01825462,0.00056085014,0.03686057,0.0015626949,0.0229976,0.0072681783,-0.00096158806,0.0004835388,-0.0057164626,-0.010927886,0.020743221,0.010020278,0.028457884,0.0034273157,0.011066955,0.038002398,-0.0006427361,0.036802016,-0.016410127,-0.03987617,-0.01750804,0.012794336,-0.030038876,-0.0066460283,0.024534676,0.013196904,0.020713942,-0.012479601,0.024197984,-0.009061435,-0.002047606,0.021767939,-0.003187605,-0.0006797906,0.011293856,-0.04675642,-0.006386189,-0.023056155,-0.011462203,-0.006437425,0.03399136,0.012669906,0.00040439764,0.00337242,-0.016644347,-0.023275737,0.03123926,-0.011271898,0.0045892727,0.022046076,0.02301224,0.0008385304,0.013453083,0.038646508,-0.029219102,-0.014851091,-0.011140148,0.008095272,-0.021972882,0.0145070795,-0.0072169425,0.030214543,-0.009742141,-0.0028326134,0.010517999,0.005559095,-0.042042717,0.0037091132,0.004336753,-0.032790978,-0.002611201,0.004772258,-0.01986489,-0.0037585192,0.005899448,-0.006020218,-0.038002398,-0.0174934,0.01362143,-0.060429085,-0.0008883939,-0.0066423686,-0.012369811,0.011667146,-0.00637521,0.004834473,-0.0015379919,-0.028838493,0.005570074,0.0076195104,-0.0037292417,0.00015427954,-0.026101032,-0.016820014,-0.03311303,0.01862059,0.032293256,0.020260138,-0.0062324814,0.0057054833,-0.039934725,-0.0010082494,0.007590233,0.014214302,0.0033175244,-0.008007439,0.030478042,-0.007985481,-0.010796136,0.019279337,-0.012757739,-0.0019085372,0.015897768,0.04113511,-0.021606911,0.024271177,0.0071949842,-0.024329733,-0.017947204,0.0017310415,-0.00082800875,-0.011476842,-0.00091812905,0.027506359,0.026789056,-0.027081832,-0.007904967,-0.007469462,-0.0037768178,-0.019630669,0.008461243,-0.013409167,-0.02875066,0.030507319,0.005559095,0.0024446843,0.016454043,-0.005961663,0.04886441,0.015195104,-0.053168226,0.0009707373,0.005859191,0.022660907,0.026642669,0.0018353432,-0.0049589034,-0.02400768,0.022412047,0.028794575,0.032556754,-0.04183777,0.029790016,0.020318694,0.0103716105,-0.029292297,0.01750804,0.030565875,-0.017566595,0.021606911,-0.007173026,-0.00029620755,-0.062712744,0.027184306,0.015517158,0.01835709,-0.035630908,-0.027916247,0.013797096,-0.00712545,-0.03536741,-0.031268537,0.041720662,-0.017844733,0.015546436,-0.009742141,0.00624712,-0.021738661,-0.0027941864,-0.0096469885,0.005672546,-0.00013152072,0.02301224,0.001349517,0.02924838,-0.004563655,-0.009969043,0.025793616,0.036187183,0.009690905,0.03510391,-0.011345092,0.017024959,-0.003174796,0.031180706,0.011754979,-0.0046551474,0.02460787,0.0018179595,-0.027403887,0.0024904308,0.01999664,-0.03463547,-0.013592153,-0.0013421976,-0.0014318604,-0.0028637208,-0.02412479,0.020274777,0.0057676984,-0.0039122268,-0.0156049915,0.0014949904,-0.029555796,0.013453083,-0.0012324064,-0.000028091112,-0.0071693663,-0.015678186,-0.032146867,-0.00053294486,-0.007011999,-0.026628029,-0.0138702905,0.014953564,-0.024666427,-0.016820014,-0.0018975582,-0.016073434,0.0076048714,0.020289417,-0.036421407,0.027330693,0.027213583,0.020523638,-0.015297576,-0.008607632,-0.0075389966,0.003937845,-0.0055334773,-0.01449976,-0.009471322,-0.018547395,0.010130069,0.020948164,0.01024718,-0.022558436,-0.025676506,0.00249958,0.02324646,-0.013804415,-0.028560355,0.0063459324,-0.008483201,0.010481401,-0.020216223,0.0084026875,-0.018269258,0.0016249099,0.004362371,0.02223638,0.0059909406,0.007685385,0.04602448,0.012201464,0.0010228881,-0.002587413,0.045263257,0.021182384,0.023290377,0.037182625,0.027316054,0.01850348,-0.00093414023,0.014602232,0.012311255,-0.034430526,0.01399472,-0.019923447,-0.0027777178,0.015956324,0.03012671,0.035718743,0.008739381,-0.009332254,0.022690184,0.006737521,0.016907847,-0.017888648,-0.022690184,0.028018719,0.023100073,0.028091913,-0.04687353,0.051850732,0.032556754,-0.0033449724,-0.003024748,0.0067082434,-0.016146628,0.024768898,-0.043301657,-0.017654428,-0.061307415,0.02361243,-0.0019231761,-0.02150444,0.012640629,-0.019030478,0.022939045,-0.006657007,0.002323914,-0.03074154,-0.041954882,-0.01823998,-0.010430166,0.0077951765,0.023905206,-0.014053276,0.017288456,-0.01387761,0.0242419,0.031297814,0.014463163,0.016717542,-0.033171587,0.009603072,-0.03261531],"social":"https://www.linkedin.com/in/angelpadillaesqueda/"},{"title":"beatcode","description":"platform to help programmers with their technical interviews","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=QhAfR5l9zi0","youtube_transcript":"What's up, guys? I've wait so I've been working on this thing called BPO. It's a platform for programmers to prep for the technical interviews. So I'm just quickly going to walk around what core this and how it works. So you just have to sign on to beat core. Once you do, you're gonna see, you know, through to start a new conversation or choose your existing conversations. So let's say this is your first conversation. Right? So here are two options. So first is Deepgram and more can you. So maybe you want to work for a deeper problem, maybe you want to work for a mock interview. So let's just go to mock interview, enter whatever role you're preparing for. And that's it. That's how you get started with BPO, you get all your queries cleared on whatever topic you have. You get prepped and you grab that interview. It's simple. Now as for the stats, here in my stats, I've not been hitting all my goals, but, hey, it's something. I've been more motivated now than I type of pin to build people and integrate features which uses one, probably gonna pin it. But, yeah, it's been upon six weeks. And I hope to see everyone of you progressing, and that's it. Thanks, guys.","embedding":[0.000983918,0.028290987,0.02621234,0.0093997605,0.021000441,-0.010821188,-0.015039617,0.0503766,0.0025792026,0.005693351,0.013534127,-0.010377947,0.012907476,-0.05257752,0.037935294,0.018753668,-0.026625013,0.0074395663,-0.019044068,0.023109656,0.038485523,-0.023935,-0.014672797,0.047839433,0.0031084167,-0.038668934,-0.035336986,0.07654309,-0.039066322,-0.031194977,-0.0004972129,-0.018753668,-0.0018856836,0.00840629,0.05505356,-0.03726279,0.00635057,0.037537906,0.038302112,-0.024836766,0.0007498793,-0.036620855,0.0031619114,-0.023491759,-0.073914215,0.009590813,-0.028566102,-0.0020862883,0.02801587,0.012586509,-0.09891911,0.063887805,-0.008276374,0.060494717,0.00030257867,-0.015956666,0.016659738,0.010324452,-0.037599042,0.03836325,0.0552981,-0.008941236,0.032799814,0.0056971717,-0.0040999767,-0.026441602,-0.017530935,0.01306796,-0.018142302,0.007286725,0.037018243,0.05004035,-0.0026040394,-0.0032536162,-0.006369675,0.0007393714,0.009567887,0.035153575,0.00561693,-0.038271546,-0.035306416,0.0047189854,0.013625831,-0.020710042,-0.027694903,-0.032646973,-0.07580945,0.014435892,-0.00028299584,-0.010110474,-0.052883204,0.013098528,-0.022009196,0.052302405,0.09042111,-0.026686149,-0.034603346,0.03215788,0.024928471,0.025020175,0.0045432174,-0.03362516,0.019135773,-0.02540228,0.051935587,0.02933031,0.018432701,-0.03246356,-0.030675316,0.0010030232,-0.12202876,0.012708782,-0.017164115,0.001945865,0.0059340764,0.0041687554,0.088159055,-0.013725178,0.013388927,-0.02110743,-0.007909555,0.011891079,-0.017882472,-0.009881211,-0.039402574,-0.05080456,-0.021902205,-0.037568472,0.007676471,-0.057865843,-0.0050972686,-0.020282084,0.06278735,-0.05942483,-0.06786168,0.029651277,-0.06492712,0.022803972,-0.014397682,-0.03723222,-0.034022547,-0.037568472,-0.0017051395,0.0015503874,-0.046127606,-0.040808715,-0.05114081,0.021932775,-0.047197495,-0.0027454179,0.00081340404,0.00094188657,-0.053586278,0.013732821,0.0011759254,0.028642522,0.017974176,0.051446494,0.0026422497,0.002330835,-0.0070651043,0.017744914,0.00987357,0.009300414,0.0031619114,0.0138627365,-0.03058361,0.01945674,-0.05575663,0.003098864,-0.040075075,0.00014627422,-0.018677248,0.018386848,0.029666562,-0.007393714,0.005154584,-0.0546256,-0.03714052,-0.008337511,-0.031485375,0.012273183,-0.02191749,-0.005914971,-0.06541622,-0.044629756,0.0007732831,-0.0045088283,-0.034756187,-0.014772144,0.035703804,0.06712805,0.008528563,-0.0022276668,0.00010024262,-0.07568718,0.05224127,-0.017500367,-0.01361819,0.010454368,0.046800107,0.0044820807,0.027801894,0.022559425,0.0017691419,0.04325418,0.039066322,-0.008780751,-0.017561503,-0.027114106,0.037323926,-0.026242908,0.030369632,0.021703511,-0.046372153,-0.022070331,-0.06743373,0.04643329,-0.025891373,-0.015291805,-0.0110810185,0.023583464,0.049979214,0.00836808,0.02874951,0.0121967625,0.041695196,-0.029727697,0.06761714,-0.0012313304,0.022926245,0.000044986784,0.016170645,-0.048328526,0.055084124,-0.003645273,0.0056627826,-0.023980852,0.055542648,-0.021520102,-0.014993764,0.00855149,0.039861098,0.0034599525,0.03582608,-0.00017385736,-0.048114546,-0.068106234,-0.007458672,0.028581385,0.049428985,-0.012319036,-0.0039547775,-0.010775335,-0.009896495,-0.029345594,-0.0026804602,0.039799962,0.022681698,-0.047075223,-0.0057697715,-0.018310428,-0.02503546,-0.014458818,-0.0276032,0.026930695,-0.022192605,-0.0008740631,-0.050468307,-0.03726279,0.018188154,-0.010217464,0.03600949,0.00076707394,0.009330981,-0.0038611619,-0.0023785979,0.022376016,-0.03249413,-0.018509122,0.012861623,0.0060907393,0.024959039,0.014802712,-0.01420663,0.032830384,-0.012349604,0.028902354,-0.009797148,0.02265113,-0.018111734,0.009063509,0.004210787,0.023614032,0.024806198,-0.05477844,0.05166047,0.0077070394,0.02797002,0.02320136,0.028841216,-0.041236673,0.01791304,-0.007091852,0.0417869,0.01420663,0.003880267,0.004562323,-0.0005440207,-0.03490903,-0.016063655,0.032983225,0.0060334234,-0.009063509,-0.01332779,-0.026670866,0.08161743,-0.025127165,-0.0065148748,0.0026919232,-0.02327778,-0.03438937,-0.005991392,-0.01369461,-0.004413302,-0.00928513,0.029590141,0.005227184,0.027450357,-0.040136214,0.014726291,-0.04673897,-0.028581385,0.009407403,-0.040625308,0.01964015,-0.0022582351,0.011401986,0.020496063,0.04713636,-0.06431576,-0.029345594,-0.042642817,-0.007970691,0.036101192,0.043315317,0.002262056,-0.018325713,-0.017485082,-0.029162183,-0.0043254183,0.0008468382,0.025157733,-0.03796586,0.020541916,0.03079759,-0.02896349,-0.04787,0.009437971,0.005888224,-0.051201947,-0.019196909,0.010041695,0.014489387,0.014114925,0.025814952,-0.038668934,-0.03050719,0.011898722,0.023782158,0.025127165,0.013893304,0.009071151,-0.0276032,-0.04731977,0.021565955,0.007603871,0.0134959165,-0.030476622,0.058446642,0.05208843,-0.0077261445,-0.026090067,-0.02294153,-0.007485419,0.024989607,0.038791206,-0.007833133,-0.047961704,0.01343478,0.033991978,-0.0000033881886,0.0063008964,-0.00657219,0.019655434,0.05077399,0.02372102,0.022055048,-0.023522327,-0.028581385,0.010507862,-0.01402322,-0.04386555,-0.05716277,0.020541916,-0.028107576,-0.034970164,0.008880099,-0.002991875,0.0058423714,0.040869854,-0.008528563,0.068167366,-0.017026559,-0.009078793,-0.0062397597,-0.009155214,0.017928323,0.037660178,0.04569965,-0.00083537505,-0.03857723,-0.007114778,-0.0011912095,0.0069313683,0.043009635,0.020985156,-0.027954735,0.031943902,-0.051599335,-0.0057583083,0.015116038,-0.0093997605,0.032096744,-0.021336691,-0.030812873,-0.004459155,0.030721169,0.032677542,0.03729336,-0.029742982,0.005418236,-0.025325859,-0.03380857,-0.056734815,0.038332682,-0.021978626,-0.06737259,-0.015597489,-0.03787416,-0.019472023,-0.045424532,0.0016325397,0.047075223,-0.03943314,-0.03021679,0.020205664,0.020954588,-0.0026116814,0.029070478,0.016827865,-0.0010775335,-0.025738532,0.0019315361,0.005777414,0.025325859,-0.07061283,0.0068052737,0.0071759145,0.0040426613,-0.004489723,-0.0009729325,-0.014046147,-0.019609582,-0.055603787,-0.026334614,-0.00895652,0.034725618,-0.07629854,-0.025432847,0.0084674265,0.008230522,0.023461191,0.06031131,0.046647266,0.034144823,0.011126871,0.014374755,-0.013343074,0.017561503,-0.005234826,0.03095043,0.05318889,-0.01827986,-0.010454368,-0.036040056,-0.023919716,-0.026334614,-0.0055863615,0.007275262,0.015742688,0.04621931,0.00099156,0.07152989,0.03726279,0.032035608,-0.03710995,0.027878314,0.016827865,0.000024463618,-0.028764796,-0.0087501835,0.010882325,0.005674246,-0.012938044,-0.010568999,0.005574899,0.012808129,-0.0007259978,-0.018463269,-0.022972098,0.0133965695,-0.023552896,0.014527597,-0.002823749,-0.012066847,-0.07287489,-0.023124939,-0.020725325,0.00042509078,-0.02199391,-0.030705884,-0.0072141252,0.00609456,-0.026884843,-0.018447986,-0.024255967,-0.0074242824,-0.033686295,0.00056503643,0.01586496,0.008505637,0.04569965,0.010714198,-0.010209821,0.032371856,0.034572776,0.008826604,-0.005777414,0.010339737,0.028841216,-0.043712705,0.047533747,-0.028642522,0.024576934,-0.008177027,-0.014787428,-0.033105496,0.038027,0.00477248,0.008673763,-0.023079086,0.007603871,0.0050208475,0.0027110286,0.038057566,-0.001876131,-0.039769392,0.015039617,-0.009858285,0.0060181394,-0.024026705,-0.02375159,-0.022696983,0.0349396,-0.007389893,-0.045179985,-0.014741575,-0.027221095,-0.03380857,-0.0027740756,-0.0386995,-0.0071682725,-0.011608322,0.0015331926,0.026242908,0.019869413,0.03420596,0.026487455,0.006377317,-0.0011128781,-0.036498584,0.03490903,0.0074357456,0.0014013668,0.019884696,-0.022070331,0.0052959626,-0.0055787195,0.04472146,-0.005884403,-0.0046922383,-0.00050819846,-0.029788835,0.002760702,-0.029590141,-0.036254037,-0.011791732,0.010293884,-0.003043459,-0.002617413,0.0042375345,0.020205664,-0.039249733,-0.019533161,0.0036395413,-0.034419935,-0.01835628,0.016170645,-0.003226869,-0.004871827,0.0078063863,0.005017027,0.022437152,0.030247359,0.011570112,-0.010362662,-0.028932922,-0.000118153745,0.034450505,0.0074472087,0.03857723,0.0171794,0.00708421,-0.013343074,0.018738383,-0.000692086,0.029681845,0.021718796,-0.0343588,0.04365157,-0.020969871,-0.009919422,-0.026227625,0.036284603,-0.032035608,-0.018004745,0.03567324,-0.002712939,-0.047228064,-0.02602893,-0.012082132,0.05826323,0.0054984777,0.00032431085,0.002728223,-0.04074758,-0.031072704,-0.0066906423,0.008528563,-0.02592194,0.014863849,-0.018784236,-0.006354391,-0.026472172,0.039769392,-0.012212046,0.029651277,0.013152023,0.0251883,-0.08461313,-0.0029651276,0.008245806,-0.014344187,0.006075455,0.020129243,-0.015635699,-0.053280592,0.014863849,0.00078188046,-0.012831056,-0.011180365,-0.009415044,0.011172723,0.01898293,0.0009848733,0.035153575,0.009850644,0.037721314,-0.010630135,0.010561357,-0.0046540275,-0.00414965,-0.0012724065,0.004394197,-0.037599042,-0.028718943,0.020220948,-0.0062244753,-0.059608236,-0.037018243,-0.0008731078,-0.020648904,-0.017194685,-0.025952509,-0.017316958,0.006251223,0.023965567,0.04203145,0.0010975939,-0.057009928,0.021718796,-0.04735034,0.0038821774,-0.00793248,-0.005330352,-0.023965567,-0.01325137,-0.00012137775,-0.020664189,0.02191749,0.022880392,-0.003992988,-0.023812726,0.017408662,-0.022972098,0.0047037015,0.009445613,-0.055787195,0.04203145,0.009812433,0.03451164,-0.00793248,-0.026273476,0.0052844994,0.023522327,-0.04438521,0.024026705,-0.04166463,-0.05811039,-0.0027950914,0.004669312,-0.0071529886,-0.0044400496,-0.009560244,-0.022773404,0.014871491,0.053922527,-0.01009519,-0.013343074,-0.020710042,0.016995989,-0.044660326,0.040136214,0.037048813,-0.0030186223,-0.011837585,-0.011195649,-0.0014777875,0.011669459,0.009392118,0.025157733,-0.0008998551,0.02367517,0.0058461926,0.04386555,0.025723247,0.009651949,0.065110534,-0.019517876,0.0423677,-0.020113958,0.0031045957,-0.026884843,0.056551404,-0.005708635,-0.0053953095,-0.018249292,-0.023889147,-0.0012571224,-0.028657807,0.00021015725,0.030354349,-0.018891227,0.0045470386,0.009453255,0.019854128,0.009346266,-0.0148944175,-0.014130209,0.0055634356,-0.017699061,-0.017026559,-0.007290546,0.03451164,0.007477777,0.0031065063,-0.0920718,-0.029009342,-0.0009676786,0.0033778,-0.022406584,0.004119082,0.031286683,-0.010034054,-0.013793957,-0.026456887,0.025646826,-0.03380857,-0.005903508,0.0028485858,0.018891227,-0.027908882,0.04145065,0.019670717,-0.009529676,-0.009269845,-0.025906656,0.014886775,-0.014359471,0.022849824,-0.019609582,-0.024867333,-0.015138964,0.028183997,0.012028636,0.008398647,-0.012915118,0.024989607,-0.00027893597,-0.0084445,0.008092964,0.0331972,-0.026074782,0.027542062,0.046800107,-0.027419789,0.022544142,-0.024531081,0.039952803,-0.009491465,0.010202179,0.0050284895,0.030522475,0.022406584,0.007405177,0.002672818,-0.008582057,0.0012255989,-0.014290692,-0.010355021,0.028290987,0.03726279,-0.03674313,0.015971951,0.016491612,-0.0090329405,0.021046292,-0.0097818645,-0.00028180177,-0.009942348,-0.0018111734,0.021061577,0.010141042,0.0127469925,-0.04365157,0.010102832,-0.03014037,0.0065645482,-0.0013001092,-0.017347526,0.017668493,0.0052157207,0.0117305955,-0.0023461191,0.010072264,-0.042153724,0.042000882,0.0011033255,0.03451164,0.041420083,-0.018845374,-0.019135773,-0.0094991075,-0.0015570741,0.0076306188,0.0017643656,0.03344175,-0.025784384,0.005219542,0.0034847893,-0.011799374,-0.011333207,0.0270224,-0.0058347294,0.021015724,0.0012427935,0.016017804,-0.017133547,-0.028932922,0.010813545,-0.0027186705,-0.020022254,-0.013824525,-0.0034446684,-0.02948315,-0.042887364,0.0029326489,0.042642817,0.014305977,0.00543352,-0.022635845,0.045179985,0.031042136,-0.018065881,-0.005265394,-0.014833281,0.03567324,0.0029173647,-0.015803825,-0.036926538,0.0034064578,0.023980852,-0.007684113,0.025356427,0.016659738,-0.032677542,0.0071682725,0.0038745354,-0.020985156,-0.0045011863,0.0017643656,0.039983373,-0.016170645,-0.008345153,-0.0032765425,0.018875942,-0.013083244,0.022177322,0.00060038106,0.02220789,-0.033013795,-0.005070521,-0.0115471855,-0.0012313304,-0.032280155,0.023048518,0.05823266,-0.0009791417,-0.016201213,0.026426319,-0.007985976,-0.004420944,-0.022696983,-0.032035608,0.015054901,0.012257899,0.011317923,0.024515798,0.016124792,-0.011807016,-0.029865256,-0.0019076547,-0.0090329405,0.004046482,0.001828368,0.008864814,-0.014504671,0.019930549,0.035184145,-0.0069963257,0.031087989,0.0423677,0.0042642816,0.019059353,0.0012217778,0.017775482,0.036651425,0.0057544876,0.0016029266,0.017378094,0.0019382229,-0.009995843,-0.01357998,-0.02019038,-0.011761163,-0.017148832,0.049765237,-0.0026403393,-0.008161743,0.005181331,-0.02356818,0.0035363734,0.022009196,0.0071759145,-0.024362957,-0.015330016,-0.06926783,-0.0122808255,0.0046119965,-0.015574562,0.023766873,0.025218869,-0.017683776,0.008887741,-0.004623459,0.014069072,0.002426361,-0.0046349224,-0.006816737,-0.012571224,-0.020389074,-0.000526826,0.004313955,0.021306124,0.001277183,-0.0022735193,-0.002048078,-0.017148832,-0.017530935,0.049765237,-0.013442421,0.026059499,0.004485902,0.0045355754,-0.015398795,0.026808422,-0.03246356,0.003102685,0.014198988,-0.01626235,0.020098675,-0.016980706,0.018111734,0.00073411746,0.016415192,-0.006232118,0.017760199,-0.0067861686,-0.021948058,-0.019441456,0.0033013793,0.01259415,0.018784236,-0.00042413553,0.0026881022,-0.03157708,-0.0054870145,0.010836472,0.008742541,0.0060372446,0.027847746,0.013174949,0.00055022986,0.0014004115,0.017316958,-0.045455102,-0.024439378,0.0022964457,0.019441456,-0.04368214,0.016690306,0.006476664,0.016843148,0.03273868,0.0020270622,0.02720581,-0.016904285,0.018677248,0.00719502,0.016094225,0.009269845,-0.03527585,-0.006843484,-0.0038095778,-0.018753668,0.0018455627,-0.024867333,0.03787416,0.0010622493,0.010355021,-0.0030358168,0.0039433143,-0.020679474,-0.004569965,-0.0069504734,-0.008979446,-0.022437152,0.029895823,0.0030778483,0.0013707984,0.009346266,-0.023980852,-0.022605278,-0.00473427,-0.0032058533,0.007286725,0.0011635069,0.015987234,0.05367798,0.009040583,-0.0037809198,-0.0053494573,0.022146752,-0.0058500133,0.002183725,-0.016308201,-0.021963343,0.013572337,0.024347672,0.018402133,-0.008597342,-0.0018331443,0.003752262,-0.003358695,-0.0070230733,0.0052959626,-0.013457706,0.028245134,-0.0028734228,0.02338477,0.0074166404,-0.029192751,0.025570406,0.020434927,0.008880099,-0.0048374375,-0.001324946,-0.019762423,0.030721169,-0.015322374,-0.034817323,0.0060983812,0.011975142,0.01938032,-0.0003713574,0.004787764,0.030339064,0.0011807017,0.0022582351,-0.024515798,-0.01927333,-0.0092163505,0.024959039,0.01571212,0.01178409,-0.0059455396,0.10497163,-0.010928176,-0.0018140392,0.0067212107,0.05239411,-0.0045432174,-0.02089345,-0.005521404,-0.015926098,0.025341142,-0.02246772,0.011333207,0.020878168,0.011829942,-0.004524112,-0.0014863849,-0.021688228,-0.0021092144,0.039127458,-0.014497029,0.0075885872,0.04108383,0.027786609,-0.008031827,-0.037507337,-0.0325247,0.023705738,-0.021229703,-0.011745879,0.0063008964,-0.020297369,-0.050132055,-0.012074489,0.024638072,0.0061365915,0.01898293,-0.024210114,-0.0009896496,0.013969725,-0.032249585,-0.023797443,0.0103320945,0.02294153,-0.010263315,0.011959858,0.018142302,0.012166194,0.006640969,-0.015016691,-0.03964712,-0.027007116,0.011868153,0.028841216,0.005353278,-0.0059722867,-0.0118146585,0.042123154,0.055420376,0.036131762,0.009613738,-0.016889,0.03032378,-0.0027148495,-0.007760534,-0.030598896,-0.015138964,-0.006652432,-0.0055405092,-0.008291659,0.030354349,-0.03289152,0.0005870074,-0.011180365,-0.00928513,0.004214608,-0.011753522,-0.00076229766,0.00041649345,0.032677542,-0.008910667,-0.009560244,0.00308358,-0.021932775,-0.0118146585,-0.014305977,0.0055710776,0.014367114,-0.0010794441,-0.023002665,0.030201506,0.009927064,0.0027110286,0.030201506,0.020954588,-0.005150763,-0.004707522,-0.035031304,-0.008268733,-0.013174949,-0.016797295,-0.0068702316,0.00018818626,-0.0087501835,-0.006113665,-0.041878607,-0.016461045,-0.00080385146,0.012311393,0.010003485,0.012548298,-0.005765951,0.0074510295,0.016323486,0.01938032,0.030568326,-0.02833684,-0.0035955994,0.024959039,0.0011873884,-0.03674313,0.040533602,0.02173408,0.015291805,-0.007687934,-0.011577753,0.005261573,-0.003693036,-0.028397975,0.03043077,-0.010217464,-0.014657512,0.009995843,0.019991687,-0.0009867838,0.023063803,0.008146459,0.0021856353,-0.016461045,-0.010958745,0.028535534,-0.034633916,-0.005903508,0.011226218,-0.01890651,0.037660178,-0.02511188,0.014527597,-0.023415338,-0.032219015,0.013908588,-0.007703218,-0.013090886,-0.0041916817,0.0036777519,-0.01979299,-0.02738922,0.014412966,0.00020860495,-0.0411144,-0.0076535447,0.008834247,-0.01123386,-0.023507044,-0.02466864,-0.016797295,0.0056895297,0.0030721168,0.0060487078,-0.0058500133,0.014703365,-0.0062168334,-0.0066791796,-0.014007935,-0.0007794923,0.03325834,-0.013923873,-0.009231634,0.017760199,-0.02466864,-0.018677248,-0.022803972,0.04493544,-0.008880099,-0.021244988,-0.01623178,0.022314878,-0.01835628,-0.018065881,0.027893597,0.01376339,-0.0081006065,0.014351829,0.005150763,0.018600827,0.021810502,0.0061174864,-0.017408662,-0.049153868,-0.003836325,0.0039509563,-0.003641452,-0.026808422,-0.013557053,0.0148944175,-0.026518023,0.029819403,-0.008245806,-0.014252482,0.019044068,0.029712414,-0.010423799,-0.016782012,-0.023124939,-0.020251516,0.005391489,0.010591925,-0.0072523355,0.006174802,0.025814952,-0.042581677,0.018020028,-0.014642228,0.016201213,-0.071163066,-0.009071151,0.026151203,-0.0016669291,0.009743654,-0.019242762,-0.0046578487,0.0048297956,-0.0122808255,-0.0076229763,0.021443682,0.0065760114,0.013075601,-0.016659738,-0.030522475,-0.04077815,-0.0030912221,-0.03289152,-0.0020003149,-0.028183997,-0.00950675,0.015926098,-0.0041725766,-0.0012313304,-0.015727405,0.022299595,0.020648904,0.011180365,0.0024989608,-0.027893597,-0.0120133525,0.01615536,-0.02408784,0.012678213,-0.013388927,-0.02940673,-0.023293065,-0.0121967625,0.0153605845,0.031332534,-0.0029269173,-0.008948877,0.0056971717,0.039249733,-0.015375868,-0.05331116,0.027725473,0.0047495537,-0.02213147,-0.02323193,-0.015757972,-0.017439231,0.015956666,0.016873715,0.024882618,0.025600974,-0.04514942,-0.003935672,-0.0011625517,-0.031026851,-0.007328756,0.0012122252,0.03796586,0.02162709,-0.012273183,0.00895652,-0.011845226,0.027480926,0.02356818,-0.015589846,0.02694598,0.0053074257,0.0014070983,0.002995696,0.035489827,-0.010729482,0.0070230733,0.004944427,-0.02000697,0.03888291,-0.022819256,0.026518023,0.0030854905,0.010744767,-0.009162856,-0.03014037,-0.0011214755,0.02074061,-0.011386702,0.0024282713,-0.001589553,0.022880392,0.000033881886,-0.01710298,0.018631395,-0.021703511,-0.009246918,0.017286388,0.022345446,0.027144674,0.043437593,0.06028074,0.010996955,0.019762423,0.012899834,0.00084970397,-0.04181747,0.031363104,-0.013281938,0.03796586,-0.009827717,0.04600533,0.017301673,0.0004446736,0.0079171965,-0.006916084,-0.018386848,-0.013641116,-0.004696059,-0.0013593353,0.01516189,-0.048848186,0.025371712,0.0020251516,0.030629463,0.024592219,0.0152612375,-0.014642228,0.035489827,0.026563875,0.032646973,-0.04365157,0.015849678,0.025142448,0.0092163505,-0.0043712705,-0.007217946,-0.040869854,-0.018600827,-0.028000588,0.0007503569,-0.03891348,0.013350717,0.012907476,-0.015666267,-0.0140614305,0.014107283,0.008047112,-0.037476767,0.013855094,0.009896495,-0.0055978247,-0.034297664,0.00085782364,0.061839726,0.01347299,-0.025066027,0.0460359,0.0015647162,0.047411475,0.019242762,-0.005536688,0.014649871,-0.0023556717,-0.0040770504,-0.004031198],"social":"https://twitter.com/ved_chitnis"},{"title":"hazel🤎hearts","description":"hazelnut farming sim that gives active players ownership stake in a real farm ","niche":"web3","youtube_url":"https://youtube.com/watch?v=tiZEqRHQ_8g","youtube_transcript":"Everyone back for season three. Billing space. Happy to be here. I'm here with Yuliya. My wife, my partner in hazel hearts. So we started in season two with hazel hearts. We want to bring together a community of people that were interested in stable farming. We chose hazelnut farming as our main focus. And we thought they realized that gaming and building characters around this would be a great way to educate onboard our users giving you an update for week two, nice weekend season three. Actually, this novel airport on my way to consensus. This week, we worked mainly on game dynamics inside of the smart contract, inside of the cell code. So really in the weeds of it. But I hope you guys had a chance to go to game dot his art side x y z and try your hands. So this week, we had a pretty great week. We added some functionality to the live game. For instance, if you miss knots, when you're in a catch and knots, you lose points. And we also added a functionality that if you get a certain amount of knots and you get time extended. In terms of the live game, though, we had some pretty big jump in numbers this week. We had about fifteen hundred in the last seven days playing the game. In the meantime, we're also working on local hosts on our farming same, but we've got some features I can acquire it. And, you know, just overall, this is a browser based game. So we also built some of the game elements for the farming same game characters that sort of thing, game boards. And I'm not sure if you guys are aware, but one of the things that makes our project unique is that if you plan off of the farming sim, then you actually own access to a real hazelnut farm. So here's the idea showing you what the hazelnut form looks like during this time of the year. Hi, everyone. I'm Julia, cofounder of hazelnuts, and today I'm at hazelnut form one harvesting hazelnut leaves. We're just looking healthy, looking great, and we're expecting a wonderful harvest of delicious hazelnuts sometime late summer, approximately July, August. So stay tuned for. See you.","embedding":[-0.009481183,0.04477708,0.016688777,0.004073514,0.023509545,-0.026162066,0.03985097,0.049640033,0.003955098,0.011865295,0.008289128,-0.010949543,-0.027125183,-0.03618796,-0.03426173,0.021251746,-0.022546427,-0.051345225,-0.014959902,-0.011091642,0.029951382,0.032003928,-0.016957186,-0.00023325506,-0.015709871,-0.006903659,0.01599407,0.051945202,0.0106416615,-0.07104967,0.026935717,-0.039187837,0.0237148,0.011083748,-0.023288501,-0.023793744,0.0038426027,0.012267909,0.0010509429,-0.0020860971,-0.01916762,0.017651895,-0.028719854,-0.03517748,-0.009544338,0.046829626,-0.039219417,0.033819642,-0.01916762,0.060534317,-0.0660604,0.00018847898,-0.02238854,0.035082746,0.0013538909,-0.02903563,0.011273214,0.05633449,-0.019436032,0.0001582582,0.029288251,-0.013475753,0.04370344,0.0038643123,0.0039294413,-0.023825321,-0.021725409,-0.008233867,-0.0304882,0.026998874,0.062113196,0.010483773,0.00020907844,-0.044145525,-0.00904699,0.020414937,-0.0054589827,-0.016609833,-0.015299361,-0.031135542,-0.015607243,0.04196667,-0.002636732,-0.0187729,0.018883422,-0.058165994,-0.057218663,-0.010546928,-0.022467483,0.025277892,0.0014999374,0.034451194,0.0144309765,-0.010846916,0.05579767,-0.028404078,-0.022135919,-0.042945575,0.022546427,0.012781045,0.03745107,-0.0283725,-0.012331064,-0.022420118,0.010033792,0.050871562,-0.006473414,0.027062029,0.00011786103,-0.034451194,-0.16268794,-0.0023268766,-0.002616996,0.050271586,-0.0053800386,0.03501959,-0.001105217,-0.042061403,0.042945575,-0.016751932,-0.03171973,0.009054885,-0.020288628,0.0015334886,-0.005308989,-0.0052418867,-0.020604404,-0.010041686,-0.045377053,-0.03066188,0.01678351,0.008265444,-0.017999249,-0.0186308,-0.05661869,0.002492659,-0.040671986,-0.01232317,0.005502402,0.012638946,0.03299862,-0.018015038,0.0064063114,-0.028704066,-0.052260976,0.0015473039,-0.014557287,0.047903262,-0.038556285,-0.0043853433,-0.0023268766,-0.007112861,-0.047871687,-0.02890932,-0.011336369,-0.012844201,-0.0043735015,0.04610334,0.0010060435,-0.030551357,-0.0045984923,0.033377554,0.006418153,-0.014478344,-0.033724908,-0.00026692965,-0.06299737,-0.010744289,-0.08203868,-0.019136043,-0.022404328,-0.02253064,-0.009362767,0.06814452,-0.007152333,-0.0166572,0.008731214,-0.037672114,-0.044145525,-0.019657074,-0.0076694167,0.028467232,-0.036977403,-0.022056974,-0.032051295,0.0072233826,-0.026004178,-0.010878493,-0.0052695167,-0.016420368,-0.024993693,0.05421879,0.010941649,0.010760077,0.02571998,-0.06808137,0.06852346,-0.011367947,0.051471535,0.042156134,-0.014328349,0.04250349,0.039124683,0.0030117163,0.02731465,0.033377554,0.0027590953,-0.017762417,-0.015859865,0.032430224,0.04424026,0.032177605,0.001888737,0.006765507,-0.053871434,0.04506128,-0.029698761,0.036693204,-0.028672488,0.034135416,-0.0072786435,0.05488192,0.01452571,-0.01864659,0.03419857,0.014059939,0.024062153,0.030946078,0.060534317,0.002691993,0.010404829,0.015370411,-0.027883047,-0.029398773,-0.0025518672,-0.003964966,-0.009031202,-0.037324756,0.009749593,0.02425162,0.03290389,0.017462429,-0.014470449,0.021362266,0.04461919,-0.019436032,-0.04196667,-0.08627009,0.033535443,0.027046239,0.021267533,-0.004870849,-0.017367696,0.0023485862,-0.015646715,-0.02676204,-0.03010927,0.040072013,-0.006299737,-0.031356584,-0.0035524834,-0.014699386,-0.03530379,-0.038145777,-0.004669542,0.0013124453,-0.017509796,-0.022135919,-0.047050666,0.0015601323,-0.01930972,0.023399023,0.07370219,0.0042353496,0.0060234326,-0.011312686,-0.023620067,0.040829875,0.036945827,-0.024677917,-0.0063115787,-0.029256674,0.008841736,0.0006261252,0.012149493,0.04209298,0.05235571,-0.0041643,0.019057099,-0.0015433567,-0.0027354122,-0.021820143,0.027788313,0.04806115,-0.008699637,0.012046865,-0.0010489693,0.014415188,-0.004787958,0.005206362,0.006315526,-0.0103732515,0.003098555,-0.015109896,0.03678794,-0.01158899,0.006801032,-0.035935342,-0.014778331,-0.0029307988,-0.008304916,0.016941398,0.0043340297,-0.025735768,-0.026746253,-0.025151582,0.054534566,0.013712586,0.001506845,0.028309345,0.019136043,-0.012331064,-0.019246565,0.004787958,0.0103732515,-0.024741072,0.07054442,0.017067708,-0.026793618,-0.03757738,0.00009343771,-0.021756986,0.0003290981,-0.007866777,-0.01364943,-0.033535443,-0.055450317,-0.02249906,0.030282946,0.020351782,-0.02409373,-0.056050293,-0.034988012,-0.016546678,-0.018583436,0.009070674,0.0609764,-0.0035998498,-0.027235705,0.016688777,-0.019878117,-0.015591455,0.011036381,0.0028518548,-0.0077246777,-0.011431102,0.028198823,-0.009615388,0.022767471,0.013515226,-0.0075904727,0.04370344,0.0116047785,0.0028321187,0.024725284,0.0053918804,-0.041650895,0.04048252,-0.0042471914,-0.01445466,0.023130614,-0.032003928,0.014399399,-0.00015061049,-0.055324007,0.031672362,0.07231277,0.019641286,-0.04755591,0.015196734,0.009236457,-0.018157138,-0.022925358,-0.034988012,-0.024204252,0.0106416615,0.003068951,-0.030346101,-0.042219292,0.00017626732,0.03621954,-0.049355835,-0.00519452,0.008691742,-0.014952008,-0.009157512,0.004004438,0.0013854685,-0.014012573,-0.02024126,0.036061652,0.021725409,-0.061197445,-0.043103464,-0.009370661,0.020999124,-0.0129863005,-0.007902302,-0.026604153,0.012875779,-0.036156386,-0.041082498,0.08128082,-0.015559877,0.045219164,-0.0066747214,-0.0063905227,-0.012852095,0.04581914,0.030077692,-0.028119879,0.005210309,0.047082245,-0.042819265,-0.041366696,0.044808656,0.014620443,-0.049608454,-0.033693332,-0.04045094,-0.071807526,0.07288117,-0.021914875,0.008920681,-0.016057225,-0.027646214,-0.014044151,0.041114073,-0.0044721817,-0.022214862,0.016294057,0.030188214,-0.00024324642,-0.0021097804,0.0110126985,0.04449288,0.009954847,-0.02785147,0.0055852933,-0.027961992,-0.025941022,-0.005577399,-0.029335618,0.03344071,-0.0372616,-0.008762792,0.08355441,0.012015288,0.0050326847,-0.00038460566,-0.042945575,0.008502277,-0.049071636,0.010444301,-0.024172675,0.012481058,0.0067852433,0.03716687,0.014596759,0.01472307,0.015149368,0.0008170712,-0.00779178,0.011541624,-0.032746002,-0.0005284319,0.02038336,0.011391629,0.0474296,0.017020343,-0.020478092,0.017304542,-0.03208287,0.044145525,0.048913747,-0.022483272,0.01719402,-0.044177104,-0.040293057,0.0016884163,0.008304916,0.025341047,0.013996785,-0.02038336,0.015030951,-0.0003323052,-0.042029824,-0.020572826,0.008099662,-0.023793744,0.0057273926,0.026793618,0.04184036,0.047745377,0.024914749,-0.0024077944,-0.02450424,-0.021078067,-0.020146528,0.04597703,0.00017984447,-0.000087701934,-0.013617853,0.0072115413,-0.007251013,-0.004302452,-0.0112811085,-0.030140847,-0.020446515,0.0083286,-0.017099285,0.02835671,0.0034932753,-0.0023150349,0.0059405416,0.0007381271,-0.036314275,0.030046115,-0.0110679595,-0.00040532846,-0.013673114,-0.0447455,0.014786225,-0.027583059,-0.013175766,0.04916637,-0.024362141,-0.029556662,0.024851594,-0.024267409,0.0065957773,-0.0068523455,-0.003988649,0.027551482,-0.0015591454,0.032714423,-0.0011012699,0.015804604,-0.0028321187,0.03530379,0.03846155,-0.015394094,0.020414937,-0.013049455,0.007069442,-0.0001659059,-0.025530513,-0.019767595,-0.019499186,0.034293305,0.03770369,0.004645859,-0.028656699,0.00052547146,-0.018504491,0.014573076,0.021962242,0.02889353,-0.023841111,0.014178355,-0.00090094924,-0.018015038,0.0005767851,-0.055134542,0.021078067,0.0145888645,-0.016404578,0.015709871,-0.005711604,0.0307724,-0.043735016,-0.075975776,-0.051976778,0.008912786,-0.034988012,0.042440332,0.0075115287,-0.013665219,0.014928324,-0.029730339,-0.029209306,0.0060550105,-0.025941022,0.051755734,-0.015465144,-0.01610459,-0.0036018235,-0.028435655,0.01492043,0.0017624265,-0.014596759,0.00739706,0.0070062866,-0.020067584,-0.017415063,0.023920054,-0.0097338045,-0.01624669,0.014241511,-0.008533854,-0.0148572745,0.011028487,0.029619817,-0.03836682,-0.030882921,0.0052695167,-0.029382985,0.009370661,0.010136419,-0.0022676685,-0.0073694293,-0.016909821,0.011644251,0.01972023,0.024220042,0.020051794,-0.03159342,-0.018409759,0.009323295,-0.013420492,-0.020683348,0.014328349,0.01119427,-0.024141097,-0.049924232,0.0060234326,0.02265695,0.030030325,0.004298505,-0.030788189,-0.0025834448,0.00008523493,0.022862203,-0.007112861,-0.0015344755,0.035745878,-0.011510046,0.026619941,-0.001195016,-0.039503615,-0.005376091,-0.037008982,0.060186964,0.004132722,-0.0052616224,-0.01026273,0.000066670735,0.0050326847,0.030077692,-0.004669542,-0.03448277,0.015765132,-0.0025538409,-0.011115326,-0.017620318,0.029493505,-0.014809908,0.032809157,0.028451445,-0.0015542115,-0.022720104,0.011881083,-0.0073536406,0.007937826,0.016373001,0.016672987,-0.038682595,-0.024409508,0.01506253,0.040987764,-0.035082746,-0.0067970846,-0.022941148,0.024662128,0.025830502,0.011699512,0.023935843,-0.03944046,-0.010902177,0.024141097,-0.02235696,0.047334865,0.01757295,-0.024425296,-0.019483397,0.017162442,0.019562341,-0.0012700128,-0.0026130488,-0.029461928,-0.041208807,0.005826073,-0.03783,-0.021330688,-0.02052546,-0.0097338045,-0.012362642,0.026177855,0.04607176,0.012607369,-0.006568147,-0.03010927,-0.06113429,0.0018443309,0.008754898,0.0042156135,-0.0063115787,-0.02532526,0.0095206555,0.025009483,-0.034135416,0.020714926,-0.011810034,-0.037956312,0.012038971,0.008502277,-0.0071404916,0.0040083854,-0.02319377,0.016309846,0.009346979,0.012781045,0.034956437,0.006489203,-0.006205004,0.009299612,-0.059744876,0.00039620057,-0.04727171,-0.00091525784,0.017699262,-0.011967922,-0.0262568,-0.021772776,0.010286413,-0.005912911,0.0213149,0.02129911,-0.017004553,0.044208683,0.0011585043,0.017004553,-0.035240635,0.03239865,-0.0063076313,-0.030756611,-0.015354622,0.013002089,0.06883923,-0.0017624265,0.022183284,-0.014959902,0.008960152,0.040324632,0.024156887,0.052924108,0.04155616,-0.0013242868,0.023699012,-0.0022735894,0.008320705,-0.041271962,-0.006130007,0.012781045,0.029509295,-0.057502862,0.020983335,0.005790548,0.03198814,0.015599349,0.019072888,-0.019546553,-0.015204629,-0.0072194356,0.012260014,-0.028467232,0.014241511,0.00879437,-0.03454593,-0.019499186,-0.03419857,-0.015409883,-0.014273088,0.0011654119,0.028783008,-0.016925609,0.046955936,-0.022799049,-0.04382975,0.013823107,0.0086680595,-0.047240134,-0.041461427,-0.018472914,0.010562717,0.028656699,-0.04184036,0.044303413,-0.016183535,-0.037230026,-0.022293806,0.015180945,-0.022988515,-0.021788564,0.0492611,0.0074128485,0.007945721,-0.02038336,0.006678669,-0.0008224986,0.035335366,-0.017793994,-0.038051043,-0.016357211,-0.018046616,-0.00047169084,0.011565307,-0.0012048839,0.009560128,-0.022846416,0.021693831,-0.014138884,0.009260139,-0.00036215593,0.029919803,-0.006220793,0.015362517,0.022483272,-0.03397753,-0.008810159,-0.025262104,0.015678292,-0.009070674,-0.025925234,-0.00913383,0.015433567,0.01744664,0.030204002,-0.0004221041,0.013167871,-0.011581096,-0.036156386,0.041082498,-0.029398773,0.005233992,0.009196985,0.024756862,-0.05753444,0.023920054,-0.010136419,-0.021899085,0.006047116,0.011115326,0.0019913642,0.02783568,-0.0121337045,0.0028084354,-0.035935342,0.015930913,0.010325884,-0.0062326347,0.02998296,-0.00007376337,0.01970444,-0.003692609,0.042692956,-0.059460677,0.036851093,0.0062010568,-0.024583185,0.0028479074,-0.033093356,-0.033503864,0.0037537906,-0.016594045,0.0090390965,-0.011115326,0.029730339,0.02238854,0.00007832732,-0.03156184,-0.028104091,-0.025656823,-0.019814963,-0.011652146,0.010112735,0.005020843,0.008486488,0.037608955,0.0012650788,-0.015346728,-0.023462178,0.023383234,0.013752057,-0.0055339797,0.0055260854,-0.014849381,-0.0028715907,0.0052576754,-0.039945703,0.041398272,-0.04247191,0.03596692,-0.016144063,-0.03625112,0.03584061,-0.016894031,0.025609458,0.003613665,-0.007460215,0.014573076,0.030409258,0.031088177,0.024172675,-0.01311261,-0.016341424,0.010025897,-0.008083873,-0.0025617352,0.0039906227,0.008510171,-0.014620443,0.0010331805,-0.003584061,-0.0061102714,-0.0012186992,-0.006473414,0.023683222,-0.0035485362,-0.03846155,0.0114942575,-0.013159977,0.03956677,-0.011139009,0.018157138,-0.01732033,0.009236457,0.0020130738,0.0071010194,-0.026193643,-0.004922163,0.01703613,0.014407294,-0.021567522,-0.02373059,-0.006903659,0.04424026,0.047334865,0.011375841,0.016167747,-0.0107995495,-0.008510171,-0.014415188,-0.0029031683,-0.024377929,-0.008139134,-0.021472787,-0.023477968,-0.0447455,0.04597703,0.0012996168,0.03663005,0.040008858,0.017525584,0.022846416,-0.036724783,0.058197573,0.037608955,-0.011241636,-0.015646715,-0.005656343,0.05074525,-0.009836432,-0.02984086,-0.000060996634,0.028214611,0.028577754,-0.0044287625,0.027662003,-0.012307381,0.005249781,-0.02890932,-0.0152441,-0.0033472287,-0.009954847,-0.0095206555,0.008016771,-0.02785147,-0.010491667,0.01744664,-0.008518065,-0.0012532371,-0.0027650162,-0.014407294,-0.0032939415,0.01092586,0.0069668144,0.019878117,0.006252371,-0.025214737,0.019372875,-0.03239865,0.020178106,0.014265195,0.020841235,0.031546053,-0.026146278,-0.03170394,-0.02412531,-0.007286538,-0.008091767,0.0033176248,0.03880891,-0.0033353872,0.03299862,-0.024172675,0.017936094,-0.038966794,-0.0030511885,0.02319377,-0.011652146,0.026462054,0.022041185,0.02690414,0.010025897,-0.026019966,0.005581346,-0.020209683,0.02502527,-0.022799049,-0.04089303,-0.018662378,0.0029761915,0.011660039,0.017099285,-0.036945827,-0.0108548105,-0.030788189,-0.018425547,0.039124683,-0.0059958026,0.0009463421,0.0447455,0.02650942,0.048313774,-0.005289253,0.001809793,-0.01124953,0.01957813,0.02650942,-0.04101934,0.004772169,-0.029667184,-0.025404204,0.010136419,0.008178606,-0.014628337,-0.04092461,0.03530379,0.0028656698,0.030582935,-0.011936344,0.0031261854,-0.03438804,-0.009023308,0.0049655824,0.00026569614,-0.021109646,0.0015848023,0.006627355,-0.005790548,0.0117626665,-0.0030275052,-0.00406562,-0.027946202,0.0127731515,0.0022637213,-0.018062403,0.021504365,0.004168247,-0.03666163,0.006410259,-0.0008486488,0.023888476,0.0154967215,0.020446515,0.012938933,0.031119755,0.021378055,0.014786225,0.00048649285,-0.020951757,-0.006276054,0.044019215,-0.023620067,-0.01398889,-0.01878869,0.006710246,0.01019168,0.0055537154,0.010649555,0.008920681,0.0088812085,0.025356837,-0.0019272222,-0.008431227,-0.018615013,-0.017067708,0.030440835,0.0025163423,0.018804478,-0.0060786936,-0.025404204,-0.0213149,0.0019765622,-0.0073733763,0.022262229,0.01823608,-0.02663573,0.05699762,0.009741698,-0.032019716,0.010981121,0.002855802,0.02265695,0.001506845,-0.0009389411,-0.007251013,0.0213149,0.010254835,0.022278018,-0.013136294,-0.013704691,0.0023367447,0.008107556,-0.020604404,-0.0165151,0.10363778,-0.009149618,0.005016896,-0.033630174,0.04010359,-0.013420492,-0.008016771,0.01826766,-0.0025952864,0.0049103214,-0.0018028853,0.0066707744,-0.0013489568,0.020004429,0.038429976,-0.014699386,-0.027235705,0.003321572,-0.01719402,-0.010081158,0.0072904853,-0.013925735,-0.00093203346,-0.04610334,-0.018315025,-0.04354555,0.022956938,0.030314524,0.016088802,0.053997748,-0.0027196233,0.02076229,0.0075115287,0.030914498,0.0004201305,0.011360052,0.0009537431,-0.000007273802,0.052860953,-0.0069273426,-0.014154673,-0.0031301326,0.008502277,0.019372875,0.0009345005,0.031498685,-0.012717891,0.024693707,0.018567646,-0.023414813,-0.0059997495,0.026651518,0.03865102,0.03953519,0.009544338,-0.0012443559,0.030803978,-0.00006802759,-0.013696797,-0.0014357953,-0.010420618,-0.0019074862,-0.023746377,0.0017071656,-0.04499812,-0.0023229294,-0.005869492,0.02253064,-0.023920054,0.018993944,-0.0114942575,-0.024993693,0.060029075,-0.00602738,0.025372624,0.0106416615,-0.0004036016,-0.005368197,0.024614763,-0.030756611,-0.0017338092,0.03997728,-0.014928324,-0.017130865,-0.0010223257,0.006051063,0.021946453,0.03741949,-0.011399524,0.029714549,0.0006404338,-0.00007949915,0.0093075065,-0.005139259,-0.0060155382,0.022941148,-0.05778706,-0.015867759,-0.03981939,-0.03394595,0.011336369,-0.022072762,0.048850592,0.016878244,0.00024250633,-0.030882921,-0.023793744,0.012528424,0.027961992,-0.013349443,-0.027140973,0.023414813,-0.002419636,0.01092586,0.02853039,-0.008849631,-0.0040932503,-0.04395606,-0.0141152,0.001120019,0.0262568,-0.0030057956,0.0034320937,-0.034293305,0.005352408,-0.016736144,-0.010223257,-0.006556305,0.056208182,-0.03435646,0.003177499,0.022104342,-0.013752057,0.000328358,-0.040545676,0.03637743,-0.0057313396,-0.043103464,-0.015773026,0.03824051,-0.020462304,-0.007251013,-0.014786225,-0.016073013,0.012441586,0.009252246,0.013657325,-0.009899586,0.0213149,0.020888602,-0.0016035514,-0.011004804,0.05503981,-0.00938645,-0.011549518,-0.023525333,0.051850468,0.0054274052,0.013515226,-0.01839397,0.006473414,0.0014644125,-0.007732572,-0.02235696,0.012283698,0.020699136,0.012378431,-0.0044248155,0.010357463,0.013791529,0.02586208,-0.045913875,-0.03328282,0.009678544,0.013515226,0.010933754,-0.020699136,0.023399023,-0.028672488,0.019593919,-0.029351406,-0.04278769,0.015046741,0.016215112,0.0036610314,0.014178355,0.0072352244,-0.0077207303,0.009765382,-0.0028834322,0.018946577,-0.0026880456,0.020667559,0.02864091,0.04610334,-0.021425422,-0.0372616,-0.004148511,0.02305167,0.0262568,-0.014683598,-0.034293305,-0.017872939,0.009718016,0.005447141,0.032303914,-0.0024847647,0.023856899,0.010199575,-0.014928324,0.013065244,-0.009962742,-0.023888476,0.037040558,-0.008502277,0.0067299823,0.015646715,0.056555536,0.042377178,-0.036945827,0.00472875,-0.0075075813,0.016065119,-0.024993693,0.0050642625,0.022341173,0.02838829,-0.027740948,-0.02423583,-0.02477265,0.0023821373,-0.01984654,0.0037616852,0.027662003,-0.0076694167,-0.0046813837,-0.011107431,-0.039661504,0.015030951,-0.03972466,-0.02570419,0.04900848,0.032256547,0.03249338,-0.030819766,0.019104466,0.010112735,-0.008281234,-0.0012709995,0.0012877752,-0.023762167,0.015362517,-0.016894031,-0.026840985,0.0048984797,0.017872939,0.03969308,-0.016025648,-0.011912661,-0.02889353,-0.00089256145,-0.02398321,0.025372624,-0.005624765,0.018993944,0.012978406,0.0030255315,-0.009496972,-0.018441336,0.016988765,0.026004178,0.00060046837,0.009141724,-0.03010927,-0.039787814,-0.0025656824,0.0010588374,0.02890932,-0.013531014,-0.008944363,-0.0032880206,-0.02183593,0.00796151,-0.01445466,0.013325759,-0.01065745,-0.015623032,0.0022045132,0.010152208,0.019814963,-0.020714926,0.019625496,0.02450424,0.0007050693,-0.0026071281,0.05579767,0.03625112,0.01599407,0.06492361,0.029146152,-0.01132058,-0.012820518,0.014636232,-0.0071799634,0.0032919678,0.008541749,0.006781296,0.020067584,-0.015686188,0.0004299985,-0.0016183535,0.028293556,0.0038643123,-0.017336119,-0.017793994,-0.032967046,-0.008107556,0.017336119,-0.017241385,0.020793868,0.02290957,0.01046009,0.040324632,-0.030330313,0.010231152,-0.0031182908,0.0011071906,-0.00079388137,0.0024610816,-0.0023998998,0.01046009,-0.026714675,0.04076672,0.014659914,0.041650895,-0.012528424,-0.019120255,0.02890932,-0.025688402,-0.021899085,-0.031751305,-0.017872939,0.025419991,0.010846916,-0.01144689,0.016736144,0.0018275554,0.0046419115,0.0075075813,0.01585197,0.011036381,0.050997872,0.01126532,0.0013607985,-0.016594045,-0.004523495,0.019404454,0.030172424,-0.016751932,-0.014762542,-0.035809033,-0.027598849,-0.0011407419,0.014273088,-0.014604653,0.016751932,0.0056642373,0.012954722,0.029809283,-0.024567395,0.025798922,-0.014423083,0.02144121,-0.0009576903,-0.05115576,-0.05046105,-0.0055339797,0.02305167,-0.024835806,-0.020872813,0.01771505,0.012623157,-0.00879437,0.0044524455,0.003876154,0.023888476,0.0019992588,-0.014123095,-0.008036506],"social":"https://twitter.com/hazelheartsdao"},{"title":"ventureᕽ","description":"a multimedia venture network featuring entrepreneurs and founders","niche":"other","youtube_url":"https://youtube.com/watch?v=9NcGk_LYB10","youtube_transcript":"Hi. I'm Ting. And I'm Nate. At Venture X, we want to rethink venturing in web three. We're creating a multimedia venture network. So think media company times venture studio. Where founders tell their stories, learn from each other, and build the future together imagining a system. What does it mean to be educated? How can we create community in a different way? How can we try things differently? A hospitality company. Being an auto diode deck, no one ever takes away your education. People are willing to help each other create a vehicle of co ownership. Fight chaos, package it, and ship it to the world. Yeah. We'll make sure we're breaking. The path to entrepreneurship is nonlinear. We have the power to create new models and systems. In the past five weeks, we went from zero to more than five thousand views on our videos. We would love to hear from early stage founders, potential mentors, and partners. You could follow us at venture to the X and look forward to more exciting programming this summer.","embedding":[-0.014659092,0.0045636795,-0.0226643,0.018223109,0.0072347163,0.014911971,-0.017986035,0.08016271,0.0258569,0.002441865,0.0491534,0.0075547667,-0.0011962373,-0.07997305,-0.007412522,0.017511886,-0.03492894,-0.033664547,0.0062627117,0.059616275,0.009388141,0.02056224,0.046498165,0.006914666,0.025224702,-0.011355857,-0.025098262,0.08547317,0.021889858,-0.024213186,0.01972458,-0.0125886435,-0.031119948,0.023185864,-0.013655478,-0.012841523,0.0068751536,0.0006707226,0.014240261,0.0012298228,0.0109291235,-0.033632934,0.044949282,0.015947195,-0.0031115997,-0.04305269,-0.0491534,0.014572165,0.029602673,0.052346,-0.0482051,-0.015733829,0.021431513,0.046118848,-0.045897577,-0.045613088,-0.00813955,-0.027595446,-0.033158787,0.021020586,0.024718944,-0.052914977,0.074789025,0.030203262,0.02090995,0.015243876,-0.040839992,0.03230532,-0.011980153,0.028401498,0.06141804,0.011774689,-0.02090995,0.0023825965,-0.01634232,-0.012975865,-0.07105906,-0.02901789,-0.015346607,-0.062935315,0.00890609,-0.0041606533,-0.016176367,0.010510293,-0.04539182,-0.02629944,0.0054131956,-0.017511886,-0.060374912,0.009530386,-0.033854205,0.014809239,-0.025556605,0.008115842,0.041314144,0.01525968,0.008755943,-0.006764519,0.07782358,-0.014319286,-0.018618232,-0.015646901,-0.00015483913,0.019060772,-0.0022482544,0.0040401407,-0.030440336,0.0030780141,0.028448911,-0.026821002,-0.13402599,-0.004982511,0.05500123,-0.03948077,-0.033632934,-0.037742224,0.014129627,-0.07858222,0.02090995,-0.028053788,-0.03913306,0.019392675,0.02592012,-0.0100677535,0.008447747,-0.015299193,-0.016128952,0.03840603,-0.043779716,-0.045486648,0.03888018,-0.05149253,0.021795027,-0.007159643,-0.037868664,-0.02560402,-0.06789807,0.012138203,-0.046308506,0.0038643104,0.005997979,-0.026093975,-0.0066499333,-0.07497869,-0.013315671,-0.07143838,0.015536267,0.019029161,0.010731562,0.0070885206,-0.018760476,-0.0022877667,-0.07453615,0.002349011,0.030361312,-0.020372583,-0.024924409,0.038564082,-0.024023525,-0.00443724,0.0044767526,0.001125115,-0.017669935,0.0048284126,-0.0072584236,0.037141636,-0.017701546,-0.041029654,-0.07864544,-0.038153153,-0.055886306,-0.021716002,-0.05082872,0.0545903,0.036951974,-0.039923307,0.00050921575,-0.057150703,-0.013252451,-0.031720538,-0.024545088,0.010684147,-0.019613944,-0.033411667,-0.049216617,0.00737301,-0.018507598,-0.015749633,0.024466064,-0.011782591,-0.058351878,0.040839992,0.009972924,0.013363087,-0.0058043683,-0.023644207,0.03284269,-0.018665647,0.07162804,-0.0271371,0.02304362,0.0010796757,0.014121723,0.023517767,0.017369641,-0.037110027,0.006369395,0.022553666,-0.043590054,0.008368721,0.05120804,-0.02566724,0.008179062,0.006499786,-0.06151287,-0.0071398867,-0.020736096,0.049690764,0.00023262913,0.07731782,-0.04232566,0.011324247,0.00095323613,-0.008732235,0.019582335,0.054116152,-0.0050615356,-0.016958712,0.043653276,0.007862963,0.01774896,0.003176795,-0.024276406,-0.05759324,-0.014872459,0.008763845,-0.0017928742,-0.041061264,0.018223109,0.046814267,0.0043621664,0.024545088,-0.018665647,0.02757964,0.029871358,0.018681452,-0.033474885,-0.04517055,-0.0041290433,0.06612792,0.014840849,0.00028745254,-0.00052995974,0.03240015,0.03600368,-0.036383,-0.01554417,-0.0060691014,0.0140031865,-0.03293752,0.047225192,-0.01130054,-0.01114249,-0.019803604,-0.018049255,0.02566724,-0.021115415,-0.014943581,-0.014848752,-0.008842871,0.0024635966,-0.013244549,-0.048394762,0.012636058,-0.018776283,-0.025588216,0.0075073517,0.021716002,0.00676847,-0.0030661605,-0.0064523714,-0.013529038,-0.028180229,0.009601507,-0.04817349,0.032905906,0.025746265,0.0029258917,-0.035908848,0.0031195022,0.009293311,-0.0050575845,0.010968636,-0.0028172326,0.03281108,0.011023954,0.0612916,-0.072639555,0.02601495,-0.0019479602,0.0120670805,-0.034170303,-0.024655724,0.022553666,0.023660012,0.008724333,0.00724657,0.021478929,-0.010146779,-0.027911544,0.01781218,0.0049746083,0.022411421,-0.024308015,-0.009127359,0.01793862,-0.0034138695,-0.032036636,-0.0063101267,0.0037931884,-0.03913306,0.00190746,-0.0086532105,-0.030124236,0.04232566,-0.0022166444,0.06486352,-0.017575106,0.020641265,-0.021052195,0.009775362,-0.029966187,-0.0036114312,-0.030408725,0.0005847832,-0.03587724,-0.0065709082,-0.034518015,0.027058076,0.023201669,-0.046150457,-0.03334845,-0.02885984,0.012580741,0.036888756,0.004298947,-0.011347955,-0.034265134,0.008218574,0.060185254,-0.049848817,-0.031341217,0.016128952,-0.025493385,0.0020546436,0.005729295,-0.00079765613,-0.0011438833,-0.0132050365,-0.0050496818,-0.026821002,0.014935679,0.036983587,0.036604267,0.017069347,0.009111554,-0.01934526,0.014161237,0.053357515,-0.053231075,-0.0008801382,0.0036845293,0.005381586,0.018950136,-0.011980153,-0.001062883,0.09261701,0.0111741,0.006748714,0.029808138,0.075294785,-0.043432005,-0.011023954,-0.024892798,-0.051018383,0.03540309,0.0287334,-0.029713308,-0.023565182,-0.021621173,0.016160563,-0.022616886,-0.009743752,0.019740384,-0.004172507,-0.0052037803,0.024845382,0.0056542214,0.014595873,-0.018507598,0.037362903,-0.021431513,-0.054369032,-0.009648923,-0.013339379,0.033127178,-0.00083124166,-0.022648495,-0.011095076,0.004168556,0.033411667,-0.057403583,0.041472193,0.00820277,0.026915831,-0.0064523714,0.02560402,-0.024908602,0.06745553,0.056170795,-0.017179983,-0.024813773,0.015109533,-0.017290616,0.014042699,0.05455869,0.016879687,0.0081948675,-0.011506004,-0.027405785,-0.021795027,0.027247736,0.0007719731,-0.0058399295,-0.03613012,0.0121303,0.0022462786,-0.033664547,0.024797969,0.01593139,-0.011782591,0.00896931,-0.002882428,-0.0042791907,0.013418403,-0.00048797787,-0.0389434,0.0024556944,-0.0022561569,-0.052346,0.009182677,0.0121303,-0.00089791877,0.017385446,-0.014753922,-0.037110027,0.0130865,0.03233693,0.041345753,0.023628403,-0.017511886,0.01114249,-0.029318184,-0.0052432925,0.04204117,-0.026283633,-0.030045211,-0.0036588463,0.040808383,-0.0070885206,0.02470314,-0.0025939876,0.0031451853,-0.018333742,-0.049659155,0.023407133,-0.009846484,-0.018586623,0.025509192,-0.006013784,-0.03556114,0.01959814,-0.046276897,0.044633184,-0.000767034,0.023407133,-0.02244303,0.019645555,-0.056802996,-0.0003664773,0.039765257,0.031657316,0.006962081,-0.02062546,-0.021874052,-0.014856654,-0.026394268,-0.021889858,-0.005401342,-0.008645308,0.01752769,0.0100677535,-0.02889145,0.0023134497,0.05146092,0.04539182,-0.021305075,-0.03227371,-0.008297599,0.041883122,-0.018475987,-0.024655724,-0.0019914238,0.013094402,-0.029586868,0.017021932,0.0022620836,0.0549064,-0.008510966,0.017306421,-0.033980645,-0.01624749,-0.013015377,-0.010296926,0.00555544,0.022680106,-0.0274532,-0.011537614,-0.041029654,-0.0024161818,-0.020830926,-0.026931636,0.012572839,-0.0067408117,-0.031657316,-0.0060691014,-0.037110027,0.0051761214,0.017274812,0.0010184315,0.0066420306,0.034518015,-0.018950136,-0.0055910014,-0.019519115,0.049374666,0.0038129445,-0.0245767,-0.020340972,0.0395756,0.020198727,-0.019297846,0.0092379935,-0.039702035,0.030629994,0.03850086,-0.006966032,-0.04833154,0.007760231,0.05177702,0.007922232,0.009957119,0.011371662,0.022364005,0.012446399,0.037837055,-0.032005027,-0.0053776344,-0.020988975,0.016128952,-0.0036667488,-0.08054203,-0.0112373205,-0.036446217,0.040271014,-0.0032676735,-0.024624113,-0.007621938,-0.010028241,-0.0030562824,-0.0058083194,-0.03306396,0.0025860851,0.0181915,-0.028306667,-0.010494487,-0.009490873,-0.002825135,0.018807892,-0.009396044,-0.00088655896,-0.004504411,-0.0061560282,0.025999144,-0.009443458,-0.022316592,0.013900454,-0.02237981,0.0071201306,-0.008439844,0.021605369,0.012414789,0.037268076,-0.010541902,-0.026425878,-0.016848078,-0.0062627117,-0.006563006,0.0024853286,0.0076574986,0.0032321124,0.012304154,0.005816222,0.0011804323,0.012280447,0.006183687,0.010786879,0.019171406,0.06170253,-0.011537614,0.0065195425,-0.030914484,-0.0016852029,0.04207278,0.02416577,0.0009660776,0.011126686,-0.044633184,0.016176367,0.024592504,-0.0066025183,0.003504748,0.0010875782,0.011988055,-0.02701066,-0.02563563,-0.0073176925,0.02595173,-0.025509192,-0.033980645,-0.0016565564,-0.026694562,0.008400331,0.0003701816,0.027310956,-0.024055136,-0.037015196,0.060975503,0.0074204244,-0.0062192483,0.0109607335,-0.025493385,0.047161974,-0.011347955,0.018665647,0.00730979,-0.027500615,-0.01283362,-0.017132567,0.04539182,0.01608944,0.014248163,0.011561322,-0.00014952966,-0.02629944,0.015781244,0.002560402,0.023201669,-0.016658418,0.0143667,0.0077049136,0.05414776,-0.0016150684,-0.014564263,0.0104391705,0.002969355,0.022395616,-0.026647147,0.06110194,0.010937026,0.013639673,0.0056344653,0.0007097411,0.036604267,0.007799743,-0.020261947,0.0075508156,-0.013291964,0.038058322,-0.0075231567,-0.02410255,0.03888018,-0.015243876,-0.0086848205,-0.00035906874,-0.03900662,-0.009198481,0.027974764,0.013410501,-0.08079491,-0.043463614,-0.010778977,-0.031104144,0.016658418,-0.00612837,-0.019092381,-0.011695663,0.039227888,0.02090995,-0.004314752,-0.05206151,-0.016990323,0.0043305564,0.013892552,-0.00970424,-0.0046268995,-0.032289516,-0.06138643,-0.014572165,-0.016705833,-0.041345753,0.0073176925,-0.021494733,-0.015046313,-0.0109607335,0.0089614075,-0.0012683474,-0.0148329465,-0.020514827,0.0114822965,-0.013797723,0.03086707,0.0060611987,-0.0076851575,0.009656825,0.028132813,-0.04536021,-0.034265134,-0.011126686,-0.030503556,-0.030345507,-0.041883122,0.062334727,0.014975191,0.041187704,-0.020040678,0.018634038,0.01363177,-0.023865476,0.016863883,0.03464445,0.017069347,-0.037615784,-0.0066775917,-0.0046110945,-0.015457242,-0.008400331,0.019329455,0.034265134,0.046245288,-0.015789146,-0.050322965,-0.026726173,0.024276406,-0.010581415,0.04431708,0.043874543,0.016705833,0.0034118937,-0.024766358,0.016128952,-0.012794108,-0.023644207,-0.029934578,0.036857147,-0.013655478,0.010447073,0.005946613,0.009103652,-0.009878094,0.004887681,0.023486158,0.0126518635,-0.03916467,-0.015947195,-0.029507844,0.008755943,-0.01918721,-0.02272752,-0.034676064,-0.029776528,0.008985114,0.016832273,-0.037141636,0.03477089,0.0027283297,0.00010674516,-0.043653276,-0.0044332887,0.021968883,0.0036608218,-0.023154253,-0.00040722443,0.022079516,-0.0306458,0.023612596,0.014256066,-0.0134500135,0.01959814,0.026252024,-0.018033449,-0.018871112,-0.016658418,-0.02867018,-0.009688435,-0.0039413595,0.021147024,-0.025082458,0.0049429983,-0.039101448,0.025098262,-0.023565182,0.00967263,-0.006811934,0.021557953,0.012541229,0.0070332033,0.012794108,-0.029254964,-0.036857147,0.019171406,0.019613944,0.0226643,-0.00903253,0.006080955,0.04874247,-0.03217888,0.050765503,-0.012027568,-0.0001855847,0.016294904,-0.00042574588,-0.008115842,-0.012074983,0.029033694,0.03793188,-0.007677255,0.0005833015,0.0028350132,-0.047383245,-0.056265626,-0.00221862,0.05152414,-0.026568122,-0.020356776,0.063283026,0.016113147,0.012596546,-0.010051949,0.0117904935,-0.047035534,-0.009443458,0.014042699,0.003919628,0.037173245,-0.0485212,-0.004769144,0.039828476,0.023027813,0.0028290863,-0.01931365,0.00083124166,-0.03584563,0.015283388,0.010834294,0.023454547,-0.054621913,0.042831417,0.0123120565,-0.003623285,0.023359718,-0.022522055,0.017432861,-0.03277947,-0.0030918436,0.011340053,-0.036224946,0.03906984,0.0043779714,-0.05866798,-0.018823696,-0.013655478,0.011553419,-0.043147516,-0.015639,0.01216191,0.0028271107,0.031941805,0.01640554,-0.004954852,-0.010510293,-0.0021652782,0.019234626,-0.016879687,-0.010747367,-0.022190152,-0.011506004,0.029650088,0.027184516,-0.00030622093,-0.022000492,0.0060928087,0.011419077,0.028243447,-0.0026670855,0.050765503,-0.040650334,0.030219067,0.010004534,-0.026757782,-0.008416137,-0.0024398894,-0.023233278,0.005531733,-0.00976746,0.0021652782,-0.03240015,0.017417056,0.03850086,0.010091461,0.023802256,0.011711469,0.025872706,-0.03521343,-0.02291718,-0.007941988,-0.015101631,0.001954875,-0.029823942,-0.0011695664,0.004251532,0.0145879695,-0.0045952895,-0.010225804,0.023075229,0.0039927256,0.005365781,0.029286575,0.0287334,-0.025287922,0.021226048,-0.0056581725,0.016848078,-0.0038485057,-0.009696337,0.008281794,0.010391755,0.06110194,0.026994856,0.03834281,-0.0058359783,0.014998899,-0.0143429935,-0.0010747367,-0.02927077,-0.0017721301,-0.01069205,-0.025114067,-0.023059424,0.008597894,0.016642613,0.04305269,0.01925043,0.026267828,0.03609851,-0.022774935,0.031673122,0.01446153,0.015812853,-0.03306396,0.013062792,0.012209325,-0.0148329465,-0.010123071,-0.006717104,0.030234871,-0.023802256,-0.007029252,-0.009151067,0.023138449,0.01286523,0.003364479,-0.005567294,-0.00028350131,0.01800184,-0.0018847404,0.0005161304,-0.024592504,-0.023565182,0.015307095,0.027864128,-0.011537614,-0.03268464,-0.0025999146,-0.0052630487,0.04232566,0.018555013,0.010209998,0.00037759016,-0.04200956,0.001503446,-0.017511886,-0.0018076913,0.0112689305,-0.0034593088,0.04128253,0.006914666,-0.016294904,-0.044633184,-0.00552383,0.015180656,-0.03821637,0.015797049,-0.029254964,0.00022929527,-0.053831663,0.0074362294,-0.01519646,-0.029507844,0.00042302939,0.0041962145,0.0043424102,0.008850773,0.0024635966,0.00076802186,0.0028547694,0.003089868,-0.008550478,0.044064205,-0.011948543,-0.034296744,-0.025145678,-0.017132567,0.023486158,0.006752665,-0.007408571,-0.011980153,0.001856094,0.05430581,0.012074983,-0.0032518688,-0.009696337,0.03929111,0.037584174,0.017053543,0.013299867,0.005369732,0.01890272,0.010889611,0.023454547,-0.037299685,0.008613698,0.000984846,-0.007910378,0.008732235,0.029855553,0.05455869,-0.0245767,0.00086927233,-0.037647393,0.03556114,-0.01222513,0.013110207,-0.0060928087,0.00065639935,-0.013829332,0.01950331,-0.0037931884,0.0007344363,0.0018234962,-0.00077098527,0.012106593,-0.00049069436,-0.03198922,0.0018669599,0.020214532,-0.013813527,0.0048560714,0.01397948,-0.027690275,0.009214287,0.0064721275,-0.009151067,0.026821002,0.0131418165,-0.023075229,0.017148372,0.028765012,0.014208651,-0.01535451,-0.0028310618,0.020530632,0.0018580696,0.01640554,0.005346025,-0.0075034006,0.033632934,-0.04763612,0.010462877,0.0034849916,0.018728867,0.023454547,0.01388465,0.004038165,-0.002975282,-0.0024240843,0.0038267737,-0.014058504,-0.01107927,-0.00026720244,0.010360145,-0.027864128,-0.021589562,0.0067092017,0.014856654,0.0049746083,0.016373929,0.008052623,-0.043179125,0.015765438,0.020230338,-0.0054882695,-0.013552746,-0.0065234937,-0.012059177,-0.011150393,0.0037299686,-0.0011399321,-0.030234871,0.0002820196,0.007325595,-0.012462204,-0.00193907,-0.009530386,0.02895467,0.009846484,-0.011964348,0.1031115,-0.013394696,0.017970229,-0.0032617468,0.024750553,0.01781218,-0.043969374,-0.03051936,-0.008510966,0.0101309735,-0.007542913,0.012564936,-0.023012009,-0.008056574,0.047003925,-0.013102304,-0.028575351,-0.017701546,-0.0047809975,-0.008763845,0.011577127,0.011023954,0.02215854,-0.010194194,-0.020878341,0.002461621,0.023264889,0.030487752,0.026536513,0.012841523,-0.0086216,0.0068593486,0.017511886,0.009222189,0.051429313,0.022126932,-0.0064365664,-0.0153861195,0.019993262,-0.0060611987,-0.023723232,-0.04523377,0.008100037,-0.031657316,-0.0010342365,0.019851018,-0.009925509,0.012169813,-0.037773833,0.0025327434,-0.020261947,0.019329455,0.0012298228,0.026457489,-0.0072900336,-0.023802256,0.054495472,0.028085398,0.0063219806,-0.006946276,0.017306421,0.0148645565,-0.019692969,0.01302328,-0.021494733,0.00683169,0.013805625,-0.0075389617,0.011964348,0.008558381,0.021083804,-0.02072029,0.0395756,-0.0053894883,-0.018760476,-0.004539972,0.008024964,0.028085398,-0.011830006,-0.043874543,-0.012430594,-0.014358798,-0.025572412,-0.0069225687,-0.013465818,0.028765012,0.007803695,0.02770608,0.002761915,0.015220168,-0.034739282,0.011932738,0.022190152,0.009364434,-0.013291964,-0.0032044537,-0.019487504,-0.030361312,-0.023501962,-0.0139715765,0.013307769,0.021083804,-0.018602427,0.018634038,-0.009166871,-0.037204854,-0.026362658,-0.016974518,0.003099746,0.015978806,-0.009151067,0.008495161,0.005116853,-0.04456996,0.043400396,0.017796375,-0.009198481,-0.00823438,-0.016595198,-0.018096669,0.00689491,-0.0014145431,-0.001897582,-0.016049927,0.0021474978,-0.0070924717,0.010225804,-0.00075073517,0.028227642,-0.00083272334,-0.0027599395,0.018570818,0.021937272,0.005958467,-0.0071082767,0.015567876,-0.02144732,-0.008542576,0.000076987395,-0.0020506924,-0.032226294,-0.0068909586,0.0046308506,0.003348674,0.009980827,-0.0022146688,0.0068040313,0.030693214,-0.008036817,0.0095145805,-0.02451348,0.008463551,0.043432005,0.01028112,-0.0043582153,-0.03549792,0.010944929,-0.016879687,-0.005816222,-0.016990323,-0.00022583794,-0.013015377,-0.03780544,-0.023391327,0.005369732,-0.0030720874,-0.026900027,0.0010688098,0.013236647,0.02563563,-0.016144758,-0.00015249308,-0.030092627,0.0117904935,0.030661605,-0.0017592886,-0.0112689305,-0.018396962,0.022490446,-0.01369499,0.021810833,-0.0028626719,-0.008771748,0.0067092017,-0.0108975135,0.0162791,0.0028844036,-0.014256066,-0.0181915,-0.033285227,0.030898679,-0.0018896795,-0.024339626,0.034518015,0.034201913,0.01535451,-0.019155601,-0.0027461103,-0.041630242,0.041219313,0.010526097,-0.027627055,0.016721638,0.0045913383,0.012043373,0.004698022,-0.05082872,-0.0074520344,0.014801336,-0.011063466,-0.013268257,-0.014074309,0.011150393,-0.009411848,-0.0242606,-0.0046585095,-0.0024477919,0.033727765,0.034201913,-0.038121544,0.049185008,-0.004717778,0.0020882292,-0.026141388,-0.0029950382,0.034043863,0.032589808,-0.010739464,-0.011545517,-0.0044807037,-0.007230765,0.014580067,0.019692969,0.019155601,-0.03214727,0.0015350559,-0.023312302,0.0068672514,0.008542576,-0.02403933,0.013750307,-0.006412859,0.017891204,0.0001405159,-0.014485238,0.017353836,-0.0008682845,0.008210672,-0.027516419,-0.03616173,0.0069186175,0.021399904,-0.024481868,-0.012019665,-0.030171651,-0.0143429935,-0.0062429556,-0.022885568,-0.0092696035,0.0047928514,-0.020467412,-0.013924162,0.02607817,-0.008100037,-0.008021013,0.015899781,0.013473721,0.010739464,0.011932738,0.02222176,-0.0035738945,-0.003935433,0.000450935,-0.004370069,-0.041029654,-0.0050457306,0.013276159,0.02930238,-0.004686168,-0.01111088,-0.06473708,-0.029523648,-0.017954424,-0.00047612414,0.015773341,-0.023027813,-0.013900454,-0.0051089507,0.047446463,-0.008574186,-0.027990568,-0.00044229167,-0.025967535,0.042578537,0.02601495,0.026868416,-0.026204608,-0.04583436,0.019297846,0.0019015332,0.020103898,0.009775362,-0.008542576,0.013465818,0.009988729,0.018254718,-0.0004773589,-0.031941805,-0.005168219,0.0048047053,0.033727765,-0.02397611,0.01612105,0.008250184,0.0033684303,-0.002333206,0.010937026,0.01219352,-0.05244083,0.031530876,0.013244549,0.016784858,0.044380303,-0.0024714991,0.042989466,-0.033696156,0.010944929,-0.028069593,0.056739774,0.0013691039,0.020372583,0.00514056,0.04431708,-0.028543742,-0.021668589,0.0026058413,0.030361312,-0.014050602,0.013900454,-0.012478009,0.022126932,0.00028646472,0.0066775917,0.0065076887,-0.015457242,0.013070694,0.03973365,0.02445026,-0.00049637427,0.037046805,0.033949036,0.026836807,0.0117904935,0.0024240843,-0.03584563,0.02282235,0.04207278,0.012533327,-0.0036469924,0.008242282,-0.006780324,-0.020246143,-0.019977458,0.007870866,-0.0063101267,0.01302328,-0.025809485,-0.008258087,0.010944929,-0.02895467,-0.0009344677,-0.01972458,0.018365353,-0.026947442,-0.023897085,-0.023612596,-0.0043898253,0.010012437,-0.025935926,-0.0140347965,0.007400668,-0.018080864,0.043590054,0.0009576813,0.0104391705,0.0126834735,0.012398984,-0.026741978,-0.008439844],"social":"https://twitter.com/venturetothex"},{"title":"anything","description":"marketplace for ai legos like plugins and vectors","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Cr4Y21lP55M","youtube_transcript":"Hi. I'm Carl, and I'm building anything. Anything is a marketplace for AI Legos, like plugins and vectors and other things that give your AI superpowers. Here's what we built so far. So this is a Chrome extension for finding and installing unverified check to view plugins. We actually just launched it Thursday. So it's really quite simple. You click the button, you find a plug in, and you install it, getting chat to be super powers. But, actually, in the last six weeks, I launched four different products, started with an agent marketplace, then moved on to agent to agent payments with Crypto, and then an open source plugin explorer. And finally, the Chrome extension. Basically, everything was kind of sideways from the beginning. But I realized that I'd been building a bunch of things that users couldn't really use, which was the problem building things that were too close to being prototype. So I iterated my way towards products towards where the action room is at. Right? The things that actually worked for sure were DME for early access on Twitter and doing the movies on Twitter. And making sure I had lots and lots of email forms on my websites to get conversations with users, which was super, super helpful. Overall, I know it should have hustled way harder in the DMs, but we didn't weigh more of that. And the whole thing kind of feels like chaos building on these products, but I think what's really happening is I'm iterating towards something that users actually want. So I'm excited.","embedding":[0.0010189248,0.006519494,-0.02515242,0.022830408,-0.0009600625,-0.01739073,-0.006418008,0.029780205,-0.008524868,-0.0019627493,0.042250868,-0.052285857,-0.009158144,-0.065763265,0.0002170543,0.009702112,-0.043484945,-0.04760936,-0.04059461,0.0017658655,0.038386263,0.01678993,-0.0030161794,0.016400222,-0.0064098886,-0.029260594,-0.03523612,0.07235583,-0.033937093,-0.0057887915,0.03034853,-0.031874888,0.008865863,0.045076255,-0.0078104027,-0.03575573,-0.013810286,0.023317544,0.06267808,0.00730297,-0.024291815,-0.006836132,0.04065956,0.015255454,-0.040854417,0.005703543,-0.022327036,0.034359276,0.0008976483,0.026841156,-0.0849564,0.008265062,0.01935551,0.028740983,-0.031826172,-0.02945545,-0.033320054,0.0128278965,-0.039490435,0.012162145,0.00580097,-0.022879122,0.030267341,-0.007400397,-0.016773693,-0.008167636,-0.07761689,-0.010384101,0.017163401,0.03442423,0.029666541,-0.0033470255,-0.01747192,-0.028107708,-0.014532871,-0.00850863,-0.010603312,0.07462913,0.0043111476,-0.014646535,-0.037736747,-0.011634415,0.00406555,-0.0051798723,-0.04864858,-0.04202354,-0.024795188,-0.048681054,-0.04699232,-0.04546596,-0.01995631,0.026565112,-0.009978155,-0.015385357,0.052318335,0.031988554,-0.036048014,0.06553594,0.05566333,0.0472846,0.033937093,-0.007201484,0.0043923366,-0.02688987,0.010716977,-0.0046440233,0.030218627,0.0041223825,-0.02320388,-0.053617362,-0.13990526,-0.020654537,-0.01401326,0.0095072575,-0.031663794,0.028773459,0.030933093,0.009555971,-0.023138927,-0.030835666,-0.045628343,0.033742238,0.027165912,-0.0014827182,0.03695733,-0.023236355,-0.059300605,-0.016440816,0.0020013142,-0.014411086,0.030673288,0.011642534,0.08878853,-0.046894893,-0.027425718,0.015393476,-0.018738471,-0.009223095,-0.03624287,-0.006734646,-0.0005647725,-0.0147602,-0.0041081747,-0.016578838,-0.03426185,-0.013323151,-0.015190503,0.019907596,-0.028838411,-0.028205134,0.034229375,-0.024973804,-0.056377795,-0.031030519,0.006093251,-0.0033307876,-0.034066997,0.08125417,-0.023382494,-0.014240589,0.008078327,0.045628343,-0.040984318,-0.0074125757,-0.030559622,0.020524634,0.022586841,-0.045985572,-0.03297906,-0.019696504,-0.051311586,-0.025038755,-0.02070325,0.00979142,0.026695015,-0.039717767,-0.00088090304,-0.018024007,-0.024567857,-0.054948863,-0.027734237,-0.009320523,-0.022570603,0.003923469,-0.063652344,-0.018511143,-0.02469776,0.01981017,-0.0018034155,-0.03164756,-0.0022956252,0.040692035,0.01672498,0.033417482,0.025136182,-0.033612337,0.06897836,-0.0019911656,0.029049503,0.023885868,0.00640177,0.01491446,0.05527362,0.023122689,0.022050992,0.0006145009,-0.021417717,0.013428696,-0.051896147,-0.027815426,0.056475222,-0.01920937,-0.020849392,0.02297655,-0.04699232,-0.015628925,0.01769925,0.041633833,-0.04270553,0.031420227,-0.017455682,0.027052248,-0.0009377355,-0.02237575,-0.0014796735,0.04533606,0.047349554,-0.057417016,0.076772526,0.014776438,-0.016229725,-0.00041584103,-0.024243101,-0.039457962,-0.0068929647,-0.0051839314,0.019436698,-0.023138927,0.037606847,-0.0031542012,0.0013761573,-0.00043664576,0.0141188055,0.0054477965,0.019777693,0.01898204,-0.03004001,-0.03750942,0.016172893,0.03871102,0.07326515,-0.009158144,0.005451856,0.018657282,0.0079849595,-0.019680267,-0.028935838,0.043777227,-0.027815426,-0.005257002,0.005902456,0.013907713,-0.058651093,0.025168657,0.017001022,0.013899595,0.00008759556,-0.016083585,-0.042445723,-0.042218395,0.03585316,0.010830642,0.00624751,0.0068483106,-0.0021373061,-0.03276797,0.009239333,0.03809398,0.015369119,0.018413715,-0.012527497,-0.00009691963,0.00949102,0.011342134,-0.0029796443,0.038808446,0.027847903,-0.023301305,-0.053032797,0.004615607,0.013794049,-0.02356111,0.011415204,-0.0022103766,0.021125434,0.01981017,0.033774715,-0.024129435,0.0055086887,0.008330014,0.026630064,0.0022387926,-0.0017384641,0.01220274,-0.01868976,0.027523145,0.0039031717,0.029422972,-0.017991532,-0.011001139,0.03591811,0.023398733,-0.01401326,-0.06709477,-0.006937619,0.0068483106,0.04647271,-0.0046115476,0.030429719,-0.02432429,-0.030462194,-0.017114688,0.0053503695,-0.0065032565,-0.02153138,0.0020967117,0.07086195,0.025818171,0.016887357,-0.041049268,-0.00030090753,-0.011967291,0.008139219,-0.050759498,0.001445168,-0.012722351,-0.029942583,-0.031907365,0.014784557,0.006844251,-0.024795188,-0.012300166,-0.018803423,0.008394965,0.029504161,0.005626413,0.01023796,-0.043842178,0.011886101,0.033807192,-0.03916568,-0.045985572,-0.000038818594,-0.02438924,-0.02320388,0.03133904,-0.020492159,-0.018056482,-0.011009258,-0.007976841,-0.015766947,0.061346576,0.02802652,0.048096493,-0.014825151,0.013209486,-0.04189364,0.026824918,-0.024064485,0.012072837,0.013152653,0.02070325,0.019095704,-0.0016258141,-0.014646535,0.02546094,0.021206625,0.035366025,-0.010716977,0.043484945,0.061931137,0.010213604,-0.009474782,-0.05956041,0.03465156,0.0016572749,0.028594842,-0.01678993,-0.061444,0.0018125493,0.029309308,-0.07950048,0.0025899361,-0.026857393,0.0063043428,0.0035560878,0.05377974,0.036405247,-0.0010503855,-0.04825887,0.020898106,-0.018624807,-0.035366025,0.022992786,-0.018121434,-0.025736982,-0.004993137,0.024291815,0.015263573,-0.009710231,0.05559838,-0.03004001,0.04910324,-0.030462194,-0.019323034,0.024226863,0.0062069157,-0.013574838,0.08781426,0.057546917,0.007477527,-0.031209135,0.035430975,0.037087236,-0.0022611197,0.027019773,0.06969283,0.016245963,-0.0067995973,-0.010863118,0.01160194,0.007769808,0.04712222,0.0043720393,-0.018787185,0.0092068575,-0.027523145,0.024243101,-0.002492509,0.017959055,-0.01581566,-0.005715721,-0.042380773,0.036697526,-0.058553666,-0.0206383,-0.054234397,-0.033320054,0.01047341,-0.031079233,-0.058553666,-0.05377974,-0.04413446,0.020751964,-0.03328758,-0.03232955,0.07112175,0.0067671216,-0.0115938205,0.0052772993,-0.01204848,0.05046722,-0.02740948,0.029374259,0.010903712,-0.01830005,-0.011098566,-0.0074288137,-0.005187991,-0.014183757,0.018705996,-0.04419941,-0.02011869,0.00051555154,-0.0313228,-0.015604568,0.0107413335,-0.0022327036,0.0031765283,-0.018494904,-0.041179173,0.02929307,-0.022083467,0.073719814,-0.004307088,0.015734471,-0.083982125,0.0067671216,-0.03517117,0.027117198,0.020979295,0.02598055,0.016278438,-0.021336528,0.011683129,-0.00949102,-0.0131282965,-0.043030284,-0.017195877,0.0117318425,0.051863674,-0.010156771,-0.007871294,0.049070764,0.021060484,-0.01137461,0.001905917,0.021320289,-0.023853393,0.008041793,-0.03968529,0.00055919075,-0.011390847,0.005776613,-0.03734704,0.0073395055,0.0010514004,0.04978523,0.0073598027,-0.018348763,-0.018024007,0.021807425,-0.014549108,0.0077007976,0.005971467,0.020199878,-0.046894893,-0.011829269,-0.06845875,-0.021823661,0.0055776993,-0.004303029,0.03442423,-0.0073801,-0.05439678,0.010002512,-0.00895517,-0.0121134315,-0.029487925,-0.0064504836,-0.008403084,0.048096493,0.03080319,0.012478783,-0.018511143,0.03344996,0.028773459,-0.01280354,0.029763967,0.030510908,0.054234397,-0.012470664,0.0236423,-0.019063229,0.029260594,0.0072786133,0.000802251,-0.0029634065,0.008646652,0.008671009,0.0023666658,-0.026159167,0.03328758,0.028107708,-0.004765807,0.0028294444,0.00072562863,-0.003929558,0.016351508,-0.002192109,-0.011236588,-0.026224118,-0.011918577,-0.04322514,0.023593588,0.0013274438,0.0043720393,-0.008102684,-0.040464707,0.012535616,-0.024502907,-0.024015771,-0.020849392,0.035268597,-0.016822407,-0.013453053,-0.0029106336,-0.022327036,0.01701726,-0.008403084,0.029081978,-0.013315032,0.02296031,-0.0028213253,0.0118130315,0.006844251,0.020313542,-0.016221605,-0.0056670075,-0.026256593,0.013818405,-0.0011539018,-0.013079584,-0.022586841,-0.024259338,0.024827663,-0.0206383,-0.020573348,0.03344996,-0.0140619725,0.003935647,0.0075424784,-0.0005602056,-0.02672749,-0.03338501,0.021190386,-0.020281067,-0.010189247,0.020622062,-0.010716977,-0.014208114,-0.03461908,0.0034748986,0.029195644,0.0067508835,0.022050992,0.024827663,-0.0116750095,0.023544874,0.030137438,0.023398733,0.015247336,0.023512397,0.023382494,0.017439444,0.0031968255,-0.0051758126,0.018478666,-0.0114557985,0.00051123835,-0.0007992064,-0.025558366,-0.00045034644,-0.029893871,-0.005979586,-0.014622178,-0.0029694957,0.047024794,-0.0024194387,-0.023431208,-0.013079584,-0.0045628343,0.060989343,-0.016213488,0.01257621,0.00064900634,-0.027458195,-0.018608568,-0.0062596886,0.016968546,-0.0029451388,0.016440816,-0.009093192,-0.004920067,-0.036275342,0.024502907,0.025136182,0.031533893,-0.0018308169,0.038905874,-0.044913877,0.0155152595,-0.038386263,-0.014386729,0.012559972,-0.009750825,-0.019793931,-0.04647271,0.018202623,0.02273298,-0.014394849,0.00730297,-0.027994042,-0.0004450184,0.012990275,0.0013020721,0.0041974825,0.019063229,0.027474431,-0.014881983,0.008240705,0.01920937,0.007424754,-0.023772202,0.031014282,-0.0062556295,-0.0122514535,0.0050256127,-0.01964779,-0.067224674,-0.017147163,0.0051839314,-0.04877848,0.010684501,-0.02492509,-0.008330014,0.016757455,0.021742472,-0.0020845332,0.030624574,-0.00012419414,-0.027328292,-0.005979586,0.02477895,0.009693992,0.010903712,-0.018965801,-0.026272831,0.0018551736,-0.016538244,-0.024161913,0.007993079,0.0036230688,-0.0063368184,-0.0017729696,-0.027994042,-0.022781694,0.032118455,-0.028805936,-0.015052482,0.023431208,0.02695482,0.0052975966,-0.029065741,0.0126086855,0.004676499,-0.035268597,-0.0045222393,-0.06806904,-0.012080956,-0.012024123,0.0053747264,-0.0052245264,0.03854864,0.007327327,-0.008025554,0.023187641,0.017358255,0.012097194,0.004282731,-0.002553401,0.018868374,-0.03155013,0.053227652,-0.0035743553,0.0034485122,0.01890085,-0.016822407,0.035430975,0.011098566,0.023902107,0.024259338,-0.026029265,0.053032797,0.026987296,-0.011480155,0.0037793582,0.006048597,0.01461406,0.038516164,0.018202623,0.026841156,-0.01227581,-0.02606174,0.04549844,-0.03523612,-0.034066997,-0.0036230688,-0.0054274993,-0.02018364,-0.009028241,0.023090214,-0.010733215,-0.02018364,-0.01641646,-0.010814404,0.03575573,0.0084923925,-0.020443445,-0.040172424,-0.026321545,-0.000016713562,0.0034951959,-0.008484273,0.018024007,0.016968546,-0.005602056,-0.11009258,-0.0017212115,0.008338133,-0.007087819,-0.0153528815,-0.011041733,0.040789463,0.03643772,-0.011861745,0.0045222393,0.023885868,-0.03750942,-0.019452937,-0.0010402369,-0.035528403,0.0023991414,-0.011683129,-0.0074450513,0.016757455,0.016806168,-0.00700663,-0.009499138,-0.03744447,-0.005618294,0.015076838,-0.028432464,-0.010043106,0.04189364,0.015856255,-0.030299816,0.017114688,-0.018998276,-0.031436466,0.026142929,-0.0150606,0.024616571,-0.0105789555,0.024941329,0.019258082,-0.024600333,0.005829386,-0.009815777,-0.0033997986,-0.03448918,0.010140534,-0.0023281008,0.007725154,-0.0037529718,0.014719605,0.038451213,-0.0006860489,-0.0029451388,-0.009482901,-0.012771064,0.007652084,0.030153677,-0.019793931,-0.014248708,0.019664029,0.023090214,0.017033499,-0.021190386,0.0077454513,-0.017536871,-0.007794165,0.013038988,0.021190386,0.01604299,-0.0107981665,-0.0066737537,0.008297538,0.034684036,0.012373237,-0.015401595,0.0029268714,-0.02786414,0.006507316,0.017780438,0.02749067,-0.049135715,0.03500879,0.005313834,0.007371981,-0.024795188,-0.022262083,0.0064423643,-0.010213604,-0.021872375,0.023788441,-0.017001022,0.03562583,-0.02326883,-0.00048815017,-0.021125434,-0.0018064601,-0.0058862185,-0.020963056,-0.015166146,0.053519934,0.016392102,0.049882658,0.0065803863,-0.013591075,0.008468036,-0.021320289,0.044037033,-0.009953798,-0.04588815,0.015978038,0.03510622,-0.0064748405,0.0011051883,0.0013365775,0.033547387,0.00640177,0.058845945,-0.0032130633,-0.021028008,0.01875471,-0.0040452527,0.036112964,-0.017504396,-0.026305307,-0.015158027,-0.021645045,-0.010993021,0.020005023,-0.024340527,0.010148653,-0.05657265,0.01791034,0.029552875,0.019907596,0.04660261,-0.022083467,0.008293479,0.043484945,0.0006413948,-0.031517655,0.030705763,0.016522005,0.012292048,-0.01950165,-0.026142929,-0.010993021,-0.001965794,-0.010034988,0.024373004,-0.03448918,0.03614544,0.018251337,0.009434187,0.0144192055,0.033644814,0.00056984683,-0.0065722675,-0.006393651,-0.028659794,-0.040529657,0.0019739128,0.013071464,0.05511124,0.04013995,-0.024843901,-0.014216232,-0.003704258,-0.035593353,-0.026142929,0.0013507856,0.00027096903,-0.015377238,-0.019063229,0.02154762,-0.029780205,0.024356766,0.010684501,0.0032130633,0.0025757279,0.0014421236,0.03461908,-0.007205543,-0.0026853334,-0.03177746,0.000821026,0.024746474,0.015726352,-0.03177746,-0.014784557,0.0015253425,-0.030738238,0.016741216,-0.0035378202,-0.029341783,0.0118130315,-0.019404223,0.00072562863,0.026987296,-0.0048591746,-0.016448935,-0.0159618,-0.039457962,-0.020053737,0.044459216,0.011845507,0.0031887065,-0.014427324,-0.014289303,0.013574838,-0.024649046,-0.0065803863,0.001250314,-0.03705476,-0.007989019,0.01461406,-0.002667066,0.035885636,0.016773693,0.014110686,-0.021580094,-0.05092188,0.022879122,-0.044231888,-0.022781694,0.01747192,-0.008719722,0.027052248,-0.03809398,0.026938584,-0.009921323,0.015807541,-0.015166146,-0.006543851,-0.009150025,0.003095339,0.029179405,-0.050174937,0.013526124,0.0014370491,0.0024600334,0.0017983412,-0.03455413,0.012616805,0.011642534,-0.035430975,0.0036575743,0.015263573,0.020849392,-0.0017070033,-0.0051230397,0.0050296723,-0.0028497416,0.034002043,0.003998569,0.053682312,0.0050783856,-0.0005972482,0.005082445,-0.0018399507,-0.015620805,-0.021921089,-0.010676382,-0.0078307,0.016676266,-0.031956077,-0.028399989,-0.0063611753,0.0023078036,0.011390847,0.005066207,0.024908852,-0.010903712,-0.0072461376,0.018738471,0.02643521,0.009840134,0.02801028,-0.008293479,-0.017130924,-0.015458427,0.011301539,-0.040854417,-0.017488157,-0.012665519,-0.00090627465,0.023691013,-0.022083467,0.0024011713,-0.014670892,0.0093692355,-0.007887533,0.020021262,0.002831474,-0.0025635497,0.00919062,-0.014549108,-0.019436698,0.024892615,-0.012430069,0.020898106,-0.0007312104,0.0077373325,0.030137438,-0.02598055,0.010335388,0.02235951,-0.042315822,-0.006685932,-0.023739727,-0.024762712,0.009945679,-0.012381356,-0.0144598,0.03224836,0.012129669,0.024519144,0.017536871,-0.027295815,-0.033742238,0.018462429,-0.01347741,-0.0064139483,0.018056482,0.018024007,0.020427208,-0.008033673,-0.0011336044,-0.013720978,0.0378017,0.018803423,-0.02981268,0.014346135,-0.010530242,0.024713999,0.02386963,-0.06462662,-0.0062393914,-0.025249846,0.0054721534,-0.01611606,-0.008800912,0.016578838,-0.006535732,-0.0055614617,0.021596333,-0.0062312726,-0.010173009,0.02047592,-0.00026538727,0.009385474,-0.008930814,0.09372483,0.0022225548,0.02523361,-0.0128278965,0.044329315,0.0048997696,0.0068280133,-0.006710289,-0.011999766,-0.018137671,-0.0130471075,-0.021174148,0.013720978,0.03864607,0.008074268,-0.052480713,-0.019907596,-0.0098644905,0.012982156,-0.017666774,0.0206383,0.017634299,0.0009534659,-0.025769457,-0.013152653,-0.014370492,0.027474431,-0.0018511142,-0.024941329,0.0107981665,0.000839801,-0.035983063,-0.008873981,0.073460005,0.034229375,0.013193248,-0.029049503,0.00038133562,-0.007274554,-0.02047592,0.008841506,-0.017065974,-0.0074206945,-0.052837946,-0.0058456236,-0.0028680093,-0.015190503,0.005204229,-0.026987296,-0.040627085,-0.0366001,0.012543734,0.006807716,0.021921089,0.015482784,0.0041183233,0.020346018,0.046115477,-0.0016319033,0.04013995,-0.033742238,0.0009194679,-0.006316521,0.012762945,0.0028659794,-0.010846879,0.026695015,0.006003943,0.024421718,-0.010562717,-0.019095704,0.012446308,0.025769457,-0.0072258404,0.015904969,0.0035459392,0.03929558,0.015523379,0.002018567,0.029276833,-0.02214842,-0.0032556877,0.008622295,-0.0030141498,-0.005768494,0.003517523,0.034521654,0.02695482,-0.022554366,0.020297306,-0.018040245,0.01739073,-0.0017557169,0.021222861,0.00022086005,0.003675842,-0.033173915,0.0031602904,-0.028854648,-0.007501884,-0.0013152653,0.023220116,-0.024275577,-0.021482667,-0.0014350194,-0.03864607,-0.032475688,0.034684036,0.003968123,0.008321895,-0.007952484,0.009905085,0.011626296,0.026808681,0.01732578,0.0042380774,-0.0036210392,0.008127041,-0.0154340705,-0.01890085,0.0045222393,-0.0051027425,-0.022327036,0.016692504,-0.013087702,0.010676382,0.033677287,-0.040562134,0.020865628,-0.008346252,-0.023950819,0.023593588,0.03630782,-0.007899711,-0.0033551445,0.005934932,-0.005443737,-0.048908386,-0.014021378,0.03176122,-0.038581118,0.016107941,0.031582605,-0.009905085,-0.003501285,-0.015701994,0.025347274,0.018624807,-0.013371864,-0.00014385715,0.0035053445,0.0030222686,0.039263107,-0.019176893,0.008857744,-0.017975293,0.026565112,-0.020735726,0.00248439,-0.021092959,-0.0018815602,-0.03224836,-0.016903596,0.0032293012,0.02598055,0.021726236,0.002395082,-0.030916855,-0.0029248416,0.011723723,0.010229842,-0.00511898,-0.015791303,-0.002740136,0.021157911,-0.016465174,0.0022266144,-0.0092880465,-0.010067463,-0.021320289,-0.014037616,-0.015872492,-0.002914693,0.0020500277,-0.020021262,0.005009375,-0.022018516,-0.015580211,-0.015856255,0.0060161212,-0.019777693,-0.013412459,-0.016570719,0.01604299,0.047544405,0.0087116035,-0.04374475,0.0046602613,-0.029796444,0.02620788,0.0062840455,-0.030413482,-0.00068960094,0.003923469,-0.017082212,0.013883356,-0.011837388,0.021515142,0.023691013,0.008265062,-0.019745218,0.008330014,-0.012868491,0.0046886774,0.025639554,0.0079159485,-0.016578838,0.029634064,0.028822172,-0.03328758,0.028854648,0.008313776,-0.008565462,-0.01987512,-0.017747963,0.01401326,0.024584096,-0.0063084024,-0.0035966823,0.0040919366,-0.0036088608,-0.022521889,-0.025201134,0.01958284,-0.019826407,0.0063449373,-0.040107474,-0.022538127,-0.0017303452,-0.029942583,-0.01430554,0.031891126,-0.0033003418,0.022846647,-0.010652025,0.023414971,-0.00602424,0.0008037733,-0.009377355,-0.014037616,0.0060201804,0.06303531,-0.021856138,0.00783476,-0.0049038287,-0.0037996555,0.008768436,-0.049233142,-0.03975024,0.009003884,-0.010286674,0.0036636635,0.002764493,-0.010643907,-0.011398966,0.012811659,0.0005668022,0.0025128063,-0.015450308,0.0012604627,0.006957916,-0.006271867,0.028188897,0.008833387,-0.019745218,-0.01830005,-0.008744079,-0.0012178383,-0.009166263,-0.027929092,-0.057936627,0.023544874,0.022619316,-0.011252826,-0.006466721,-0.013899595,-0.0062556295,0.0049038287,0.033206392,0.004993137,-0.005849683,0.021044245,-0.0039498555,0.050564647,-0.007538419,0.017764201,-0.022554366,0.013785929,0.009482901,0.015361,-0.007976841,0.019420462,-0.0064139483,0.013769692,0.029536638,0.047999065,0.016741216,-0.0073395055,-0.016327152,-0.0036474257,0.015620805,-0.045173682,0.031988554,0.0028700389,-0.008882101,-0.017455682,0.001868367,-0.0047049155,-0.018884612,0.024356766,0.0009326612,-0.026013026,0.019940073,0.017536871,0.037314564,0.022343272,-0.01701726,-0.030234866,0.046797466,-0.0012685816,0.02922812,0.0059430506,0.049427997,-0.036697526,0.026824918,0.013745335,-0.00078449084,-0.026013026,0.0051311585,-0.012738588,0.011553226,0.001197541,0.007895651,0.017439444,-0.004262434,0.041146696,-0.003726585,0.030088725,-0.017455682,-0.0034363337,0.0028355336,0.0625157,0.039717767,0.020134926,-0.032410737,0.0064342455,0.014297421,0.014029497,-0.0034099473,0.021060484,-0.05225338,-0.0378017,-0.0010199395,-0.0058375048,-0.023755966,0.024681523,-0.015206741,-0.007424754,0.013720978,0.0039924798,0.0200375,-0.000010299296,0.016465174,-0.013112059,-0.02320388,-0.045758244,-0.014930697,0.031517655,-0.005918694,-0.026256593,0.040789463,-0.017520633,0.033482432,0.023707252,0.029845158,0.031127946,-0.045141205,-0.01581566,-0.02032978],"social":"https://twitter.com/carllippert"},{"title":"chatbun","description":"ai chatbot as a wordpress plugin","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=cjrbcZNNmA4","youtube_transcript":"Hey, build space. My name is Tina Cooley. I'm a programmer from Vancouver, BC Canada, and for my Buildspace project, I created a WordPress plugin to help bring an AI chatbot into any woe commerce e commerce WordPress site. Alright. So here we are on the website to chatbot app. I'm just gonna sign up here just to show you guys that the flow works, and then you can just make an account quickly. And then I'll make build space test chatbot. So this is our chatbot, and we're gonna go ahead over to this WordPress site. I've set up beforehand just to test things out, we're gonna drop the chatbot plugin. And here, we can bring our account to chatbot and now it should be linked. So now we can get the data from WordPress into chat buttons, chat box and there we go. We have a little chapel on the side there for your WordPress commerce site. You can just activate it. He just goes corner, and you can talk to him. It just uses his the data from your site. Do you answer questions? Here he's given us link to one of your products. Overall, user growth has not been a close of, but I do have one team that's trying app of the chatbot on multiple of their e commerce sites.","embedding":[-0.010108741,0.011262311,0.029125977,0.012542574,-0.003970815,-0.039714817,0.02212454,0.020644236,-0.041795243,-0.0038674604,0.002308807,-0.023471484,-0.007448195,-0.018070376,0.0057611824,0.037581045,-0.043528933,-0.0052477433,-0.01452298,-0.010775545,0.034033652,-0.0032890083,0.0039141364,0.04166188,0.0025805295,-0.032940093,-0.044435784,0.003255668,-0.03974149,-0.04488921,-0.008441732,-0.014803038,0.004070835,0.04683628,0.036300782,-0.05334428,-0.003984151,0.024618385,0.070094384,-0.017496923,-0.040541653,0.0060545756,0.052064016,0.029366026,-0.04248872,0.016229996,-0.0922856,0.00019545677,0.005181063,0.011889107,-0.08919164,0.008648441,-0.0049676863,-0.0028972612,-0.048383262,-0.04411572,-0.0142562585,0.009635311,-0.035047192,0.045529343,0.025898648,-0.030379567,0.0027889058,-0.002653878,-0.019964097,-0.001540316,-0.024925115,-0.01594994,-0.040808376,-0.0015836583,0.023831557,0.0013219379,-0.026338737,0.015509849,0.0018720508,-0.008975175,-0.03435372,0.05033033,-0.006708043,-0.035100535,-0.016003285,-0.0059612235,-0.034220356,-0.008675113,-0.029499387,0.008921831,-0.0073215025,-0.007441527,-0.019297292,-0.002462172,-0.01150236,0.019163933,0.012382541,-0.006161264,0.065240055,-0.028779238,-0.019910753,0.051530574,0.060599104,0.029339354,0.06209274,-0.039821506,0.0074815354,-0.010408803,0.032433324,0.010735536,0.0652934,-0.0018153725,-0.03688757,-0.031473126,-0.1333607,0.008828478,0.014016209,-0.027845714,0.0040841713,-0.01869717,0.08652442,-0.012982664,-0.0099087,-0.0482499,-0.024231639,0.04112844,0.023711532,-0.014843046,0.03003283,-0.037714407,-0.05097046,-0.0044642496,-0.023698196,0.01863049,0.012729279,-0.0046842946,0.06454658,-0.03192655,-0.050170295,0.006234613,-0.0018370437,0.0025488564,-0.019670703,-0.0004367563,0.0011185629,-0.017216867,-0.022404598,-0.017563604,-0.057025034,-0.028405828,-0.05867871,-0.0122358445,-0.05969225,-0.027498977,0.012582582,0.015176448,-0.061025858,-0.018790523,-0.004517594,-0.005744512,0.016470047,0.024244975,-0.028805912,-0.024725074,0.004627616,-0.0003713262,0.011862434,-0.026458763,-0.03203324,-0.0028089096,0.016216662,0.0061979387,-0.06732048,-0.0040775035,-0.021937836,-0.016536728,-0.010188757,0.042702097,0.0075348797,-0.020364178,-0.0030973023,-0.032860078,0.0117690815,0.02324477,-0.047423065,-0.0035473946,0.008148339,0.030646289,-0.058358643,-0.058305297,-0.022844687,0.0010185423,-0.009361921,-0.028779238,0.007561552,-0.003630745,0.03888798,0.013989537,0.0027588995,-0.052650806,0.0347538,0.018710507,0.01703016,-0.013522775,-0.001145235,0.0015703222,-0.009675318,0.018550474,0.021604434,-0.011015594,-0.0024104947,0.0070214407,-0.027739026,-0.006868076,0.05347764,-0.039314736,0.032726716,0.0060812477,-0.03960813,-0.046569556,-0.0424087,0.029952813,-0.006311295,0.021524416,-0.059852283,0.07772262,0.023151418,-0.0545712,-0.005901211,0.034300372,0.053771034,-0.028085763,0.03205991,0.017216867,0.026005337,0.010708864,-0.029552732,-0.04163521,0.030859666,-0.014389619,0.036434144,0.009768671,0.0025771956,-0.009355254,-0.016430039,0.035633978,0.038674604,0.024058271,0.013976201,0.004204196,-0.034620438,-0.060759135,0.06470661,0.026698813,0.03131309,0.023871565,-0.0034006978,-0.004774313,-0.0046309503,-0.062252775,-0.015696554,0.031126387,-0.023564836,-0.03251334,0.016029956,0.0046209483,-0.05033033,0.023298115,0.011248975,-0.03302011,0.03478047,-0.013549447,-0.00020816772,0.010082069,0.023524828,0.0136428,0.022978049,-0.016096637,-0.012489229,0.01408289,-0.015869923,-0.025605254,-0.010968918,0.027979074,-0.06652032,-0.015283137,-0.01099559,0.029606076,-0.012515902,0.060119003,-0.005001026,-0.03366024,-0.012475894,0.018763851,0.006434654,0.023898238,-0.025391877,0.0028905931,0.0047576427,0.029712765,0.037314326,0.053611003,0.039688144,0.029952813,-0.007421523,-0.0029756106,0.027525648,-0.011795754,0.017096842,0.011702402,0.0024138286,-0.007254822,0.018950555,-0.020724252,-0.01639003,0.06081248,0.023511492,-0.008961839,-0.022657983,-0.016163317,0.06299959,0.04584941,0.0039541447,-0.04459582,-0.07777596,-0.010595508,-0.010682192,-0.028512517,-0.0449959,-0.013469431,0.016790112,0.06545343,0.022177884,-0.051423885,0.013449427,-0.06497333,0.013882848,-0.009381926,-0.0014527981,0.0084017245,-0.01109561,0.030432912,0.001636169,0.07233484,-0.023018057,-0.03616742,-0.032966767,0.024951788,0.040221587,0.02337813,-0.005521133,0.015309809,0.022351254,-0.026778828,-0.032113258,-0.020004105,0.026778828,-0.054784577,0.031393107,0.0020770929,-0.0015469841,-0.016710095,-0.015976612,0.006928088,-0.03291342,0.030886339,0.0321666,0.017163523,0.016416702,0.01849713,-0.012849304,-0.01788367,0.040434964,-0.0074882032,0.036594175,-0.016616743,0.028832583,-0.007888285,-0.029712765,-0.0008393389,0.03424703,0.02212454,-0.027272264,0.013976201,0.050303657,-0.028939271,-0.030726306,-0.026952198,0.018417113,-0.004924344,0.04550267,0.0032856741,-0.036700863,0.015403161,0.043422244,-0.046169475,0.019590687,-0.020244155,0.015843252,0.019043908,0.06465327,-0.0062412806,-0.0067613875,-0.007781597,0.02087095,-0.010368794,-0.029926142,-0.012849304,0.013069348,-0.037287652,-0.0015686553,-0.062732875,0.024578378,-0.0062412806,0.010022056,-0.07121462,0.037340995,-0.01757694,-0.022351254,0.035713997,-0.009788675,-0.0075215437,0.06561346,0.026072016,-0.031713173,-0.019524006,0.0005730343,0.0029606076,-0.020777596,0.03539393,0.037474357,0.019150596,-0.03531391,0.0058378647,-0.044569146,-0.0023054732,0.0060212356,-0.0017586942,-0.02779237,-0.027578993,-0.048276573,0.023218097,0.029019289,0.016003285,-0.06844071,-0.029899469,0.023738205,-0.005341096,-0.03240665,-0.015576529,-0.0305396,-0.048783343,-0.0029506055,-0.034460407,-0.02829914,-0.031393107,0.010308783,0.02069758,-0.036834225,-0.049076736,0.01078888,-0.004024159,0.013936193,0.02585864,-0.0020237486,0.04910341,0.004390901,0.048810016,-0.0136428,-0.021644441,0.0015019749,0.01102893,0.034700453,-0.0018237076,0.0305396,0.004387567,0.021417728,0.01733689,-0.04675626,0.0046876287,0.03966147,-0.0052810838,-0.020844277,-0.021844482,-0.0015861589,0.030619618,-0.06556012,0.09415265,0.020337507,0.033846945,-0.017563604,0.004810987,-0.024231639,-0.011275647,0.005494461,0.031206403,0.0326467,-0.014376284,0.023564836,-0.022737999,0.010675524,-0.045876082,0.006451324,-0.0025971995,0.0012669266,-0.03531391,-0.028885927,0.030352896,-0.00814167,0.0073081665,-0.041208457,0.007894954,0.022444606,0.0026322068,-0.007854945,-0.04526262,0.020764261,0.011635721,-0.011682398,-0.008248359,0.0005055204,0.033846945,-0.009555294,-0.04099508,-0.027632337,0.012729279,-0.008428397,-0.0039374745,-0.0063312994,-0.024525033,-0.040061556,-0.020217482,-0.053050887,-0.018577145,-0.013989537,0.00048343255,0.013289394,-0.011862434,-0.04251539,0.008275031,-0.01788367,-0.012749283,-0.010668856,-0.01845712,-0.001518645,0.009575298,0.022791343,0.03181986,-0.01482971,0.025511902,-0.0021971175,0.0018120385,0.005531135,0.0120958155,0.056384902,-0.03131309,0.027739026,-0.008501745,-0.019710712,0.0011752412,0.008375052,0.0041241795,-0.0013952863,0.010928909,-0.004944348,-0.010395466,0.007041445,0.018270416,-0.0130026685,-0.008628437,-0.018190399,0.02155109,-0.028512517,0.019764056,-0.011342327,-0.0056411577,-0.015136439,-0.032540012,0.013962865,-0.02379155,-0.023684861,-0.014576324,-0.039474767,-0.04160854,-0.033846945,-0.043555606,-0.0235515,-0.01564321,0.009461942,-0.005471123,-0.008101663,0.013136029,0.020070786,0.009641979,0.0031606485,-0.013542779,0.021431064,-0.002840583,0.023644852,0.0012685937,-0.0059445533,-0.0014761363,0.0075082076,0.033473536,-0.0024538368,-0.018750515,-0.02056422,-0.023391467,-0.045129262,-0.018670497,-0.0152564645,0.026685476,-0.003025621,0.024818426,0.013102689,0.014309603,-0.00056511594,-0.031579815,-0.006271287,0.0021837815,-0.01590993,-0.030566273,0.02616537,0.009615307,-0.029392699,-0.020230819,0.013202709,-0.012702607,-0.021097662,0.044702508,0.0347538,-0.03366024,-0.03990152,0.030059502,0.03315347,0.017150186,0.016189989,0.019390646,0.00030985524,-0.022791343,-0.0017503592,0.040434964,-0.036034063,0.0038874643,-0.02853919,-0.0022237897,0.0060812477,-0.042915475,0.0090285195,0.017243538,-0.042702097,0.021724459,0.019363973,-0.03003283,-0.009541958,0.018150391,0.028885927,-0.002895594,0.0050176964,-0.008621769,-0.075108744,-0.017656956,-0.010828889,0.0230714,-0.026725484,0.032246616,-0.018403776,-0.040328275,-0.031499796,0.020164138,-0.030379567,-0.0056378236,-0.01306268,0.014763029,-0.052064016,0.021257695,-0.0025505235,-0.016203325,0.02979278,0.028965944,-0.016376695,-0.06353304,0.054171115,0.010035393,-0.023431474,0.0023721533,-0.051130492,0.019257285,0.029926142,0.015509849,0.023858229,0.019844072,0.017056834,-0.038381208,-0.0007609895,0.009221893,-0.005841199,0.0011944118,-0.022177884,0.009135208,-0.012642594,0.031153059,-0.0007480702,-0.043582276,-0.009015183,-0.006237947,-0.015763234,-0.015456505,0.00012627592,-0.021804474,0.0115156965,-0.0056478255,0.0122358445,0.028725894,-0.024218302,0.008915163,-0.024111615,0.016870128,-0.033446863,0.05273082,-0.023231434,-0.028379157,0.007061449,0.00082225207,-0.0077149165,0.004714301,0.0066880393,-0.016803449,0.0096086385,-0.04600944,-0.031873208,0.032086585,-0.02829914,-0.008795138,-0.01520312,0.013162701,0.014856382,-0.02704555,0.03675421,0.01812372,-0.05798523,0.00054802914,-0.03560731,-0.055904806,-0.035233896,0.015416497,0.004760977,0.0040841713,0.022404598,-0.041421834,0.049876902,0.011715737,-0.002853919,-0.0045075915,0.02083094,0.012369205,-0.017977022,0.03974149,-0.04536931,0.015216456,-0.003272338,-0.033980306,0.03315347,0.010488819,0.027365616,0.04747641,0.007854945,0.021044318,0.010308783,-0.027192246,0.014883054,0.019283958,-0.0061746,-0.00019212275,-0.016123308,-0.0022171217,-0.0043042167,-0.027739026,0.029366026,-0.033073455,-0.034833815,0.0056244875,0.0005709505,-0.040221587,-0.018843867,0.012289189,0.021057654,-0.020684244,-0.017977022,-0.019270621,0.030459585,0.05382438,-0.03104637,-0.021871155,0.00018764267,-0.0143496115,-0.0027889058,-0.032353304,0.027525648,0.015363153,0.0044742515,-0.054251134,-0.033366848,-0.010915574,0.0028939273,-0.014909727,0.0038341202,0.014643005,0.03125975,0.0065680146,0.016189989,0.04961018,-0.0038741285,-0.021791138,0.0020004106,-0.028059091,-0.02287136,-0.0030789652,0.009528622,0.012222508,0.021711122,-0.010982254,0.005691168,-0.034220356,0.03342019,-0.027659008,-0.0033023444,-0.0028372488,0.046382852,-0.015416497,-0.018777186,0.030379567,-0.008721789,0.012829299,0.00011116864,-0.02504514,0.015069759,-0.020910958,0.016910138,0.016203325,-0.0190039,-0.009008516,-0.025725279,-0.011348995,0.01262259,0.022111204,0.021777803,-0.010075401,-0.018043702,-0.013936193,-0.002492178,-0.0009268569,0.012062475,0.008575093,-0.002085428,0.0079349615,0.04390234,-0.016496718,0.0016595072,0.069080845,-0.015483177,0.0018703839,0.0011952453,-0.0035507286,-0.010968918,0.0003948727,-0.015109767,0.006467994,0.044035703,-0.0057345103,0.00794163,-0.0045009237,0.043795653,0.026992206,-0.027685681,0.004570938,-0.028885927,-0.00011168959,0.0039441427,0.012475894,-0.052624132,-0.0025538574,-0.0029489384,0.015936604,0.03189988,-0.021964507,-0.009328581,0.015363153,0.0041375156,0.002450503,-0.01788367,0.014989743,-0.03189988,-0.0024254976,-0.046676245,0.011509028,-0.013229381,-0.0035273905,-0.016750105,0.06668035,-0.0021737793,0.0153498165,-0.0065846844,-0.0031856538,-0.00053135905,0.018790523,0.0012635926,0.010222098,-0.026245385,0.0048276572,-0.02168445,0.0143496115,-0.015549857,-0.04584941,0.014282931,0.020270826,0.025298525,0.007374847,-0.02219122,0.0149764065,-0.013009336,0.06097251,0.004220866,0.02100431,-0.052064016,-0.011735742,-0.016149981,0.016029956,-0.014136234,0.027165575,-0.03739434,-0.019097252,0.016296677,-0.008175011,0.014883054,-0.020004105,0.022978049,0.046382852,0.0134894345,-0.012989332,0.01975072,0.015803242,-0.008014978,-0.028965944,-0.009741999,0.0037240975,-0.0076815765,-0.012222508,0.020617565,-0.03691424,0.010162085,-0.011855766,0.038621258,-0.021524416,0.013529443,-0.009008516,0.034833815,-0.03203324,-0.013556115,-0.006151262,-0.00020775097,-0.0065546785,0.0039208047,0.07020107,-0.023871565,-0.0061746,0.019083915,-0.004160854,0.009201888,0.008508413,0.0029672757,-0.02649877,0.033126798,0.02317809,-0.03152647,0.041715227,0.010335455,0.0077882647,-0.02117768,-0.0016903469,0.0138161685,-0.015843252,-0.019417318,-0.021804474,0.027018879,0.03984818,0.03416701,-0.035127208,0.01880386,0.016416702,-0.02341814,-0.015509849,0.027058886,-0.0079816375,-0.018443786,-0.06097251,-0.0037674399,0.0036707532,0.0023054732,-0.026072016,-0.018737178,-0.026832173,-0.018283753,0.005791188,-0.002258797,0.008761798,0.0076949126,-0.044462457,0.033473536,-0.05374436,-0.028965944,0.015336481,-0.03152647,-0.026525443,-0.014643005,-0.011989127,0.021964507,0.023018057,0.031233076,-0.018043702,-0.049530163,-0.006928088,-0.025191836,-0.036940914,-0.0034073659,-0.00997538,0.0035707327,-0.02779237,0.01845712,-0.010408803,0.023831557,0.0067680557,-0.010368794,0.008361716,0.004714301,0.030459585,-0.034113668,-0.0142562585,-0.010535495,0.014949734,0.0177103,-0.006818066,0.009955376,0.009648646,-0.04310218,-0.028619206,0.03352688,0.028885927,-0.013536111,0.005541137,0.0030106178,0.005334428,0.0018720508,0.0021604432,0.011122283,0.026938861,-0.0177103,0.010308783,0.038781293,-0.0046442864,-0.014056218,-0.009248565,0.0060078995,0.006491332,-0.028512517,0.0071414653,-0.010668856,0.005964557,-0.0027288934,0.01920394,0.040941734,-0.0027922397,0.029499387,0.036620848,0.016643416,-0.016003285,0.020550884,-0.010288778,-0.009275237,-0.043075506,0.0062446147,-0.021524416,-0.018070376,0.0034373722,0.030192863,0.014789701,-0.00058178604,0.011389004,-0.0010760542,0.00868845,0.017643621,0.010595508,-0.0061445944,0.016603407,-0.00066638674,0.013516107,0.00037153458,0.009461942,-0.018230408,0.017243538,-0.0011118948,0.0029822786,0.04112844,-0.0009026852,-0.027058886,0.019590687,0.017590277,0.0025405213,-0.021537753,-0.0071748057,0.013829504,-0.016510054,0.04299549,0.026485436,0.00612459,-0.006307961,0.012789291,-0.02212454,-0.01024877,-0.012322528,-0.011348995,0.0004901006,-0.024711737,-0.015003079,0.019857408,-0.021631105,0.02117768,-0.010862229,0.0045242617,0.019110588,-0.0074882032,0.017283546,-0.0123492,0.005557807,0.011315655,-0.033793602,-0.017550267,-0.004577606,-0.013522775,-0.019604024,-0.0008201683,-0.0066880393,0.02480509,-0.03635413,0.023884902,-0.011208967,0.005911213,0.005654494,0.032379977,0.016216662,0.011815758,0.07030776,0.013176037,-0.017243538,-0.009455274,0.03192655,0.019604024,0.019990768,0.010935578,-0.038034473,0.0041175117,-0.028272469,-0.05369102,0.032993436,0.002117101,0.00064763287,-0.018843867,-0.03739434,-0.033073455,-0.0046609566,-0.033953633,-0.000070118556,0.0019504002,0.0063913115,-0.0036974254,-0.003780776,0.005337762,-0.0009960377,0.005111049,-0.00014388369,0.034193683,0.011202299,-0.016243333,-0.004957684,0.020350844,0.02507181,0.010188757,-0.06801396,0.004397569,0.018070376,-0.021484409,0.008875155,-0.0008935167,0.014189579,-0.017803654,-0.019163933,-0.012695938,-0.050917115,-0.016403366,-0.030219534,-0.034460407,0.0027655675,0.0010468815,0.055638082,0.0153498165,-0.012222508,-0.010408803,0.0037407677,0.046222817,0.029366026,0.009808679,-0.04648954,0.017803654,-0.010635516,0.021417728,-0.05299754,-0.014683013,0.00022692156,0.030112846,0.013349406,-0.019270621,-0.02100431,0.016363358,0.040781703,0.0012077478,0.0005492794,-0.024231639,-0.0039908187,-0.0020620897,0.036114078,-0.0032640032,-0.0219245,0.010888902,0.00950195,-0.025205173,0.041875258,-0.010948913,0.021631105,0.025325198,0.013316066,-0.015843252,0.00133194,-0.0039908187,-0.014296267,0.01489639,-0.0023638185,0.0042808787,-0.033073455,-0.0143496115,-0.0030772982,-0.042808786,0.005151057,-0.010662188,-0.014709685,-0.015976612,-0.03864793,-0.026658803,-0.013316066,0.012942656,0.008201683,0.0121424915,-0.0041508516,0.01041547,0.004977688,0.024658393,0.03350021,-0.009528622,0.0015428166,-0.019777391,0.006658033,-0.0412618,0.0071548014,0.0042008623,0.00004339432,0.010202094,-0.0087484615,0.006434654,0.029952813,-0.04835659,0.04873,-0.0008080825,-0.007274826,0.007821605,0.029366026,0.0025855305,0.0014119564,0.008001642,-0.012102484,-0.011429012,-0.003594071,0.006301293,-0.008881822,0.033046782,0.042035293,-0.044702508,0.028379157,-0.022711327,0.008161675,0.019310629,0.020390851,0.0054744566,-0.009668651,-0.016363358,0.049903575,-0.023258107,0.016816784,-0.028805912,-0.008408392,-0.023818221,0.010802217,-0.018443786,-0.00103938,-0.028619206,-0.0043608947,-0.013949529,0.016910138,-0.011182295,0.006808064,-0.0044475794,-0.016963482,-0.00046676246,-0.02304473,-0.00420753,-0.039794832,-0.014843046,0.041315146,-0.010762208,-0.0015836583,0.011915779,-0.042302012,-0.020777596,-0.0055644754,0.012855971,-0.014482972,-0.01733689,-0.015296472,0.024378335,0.00722815,-0.018017031,-0.023871565,0.020230819,-0.023898238,0.028459173,-0.029099304,0.01883053,0.02432499,0.015856586,-0.033126798,-0.03077965,-0.0143496115,0.01370948,0.0019370642,-0.04360895,0.0014711352,0.022791343,0.0039274725,0.031579815,-0.022444606,-0.010308783,-0.0032623361,0.008615102,-0.012022467,0.019657368,-0.00068805786,-0.016990153,0.012369205,-0.00087017857,0.01645671,0.019483998,0.056011494,-0.012902648,0.0010052063,0.017190194,0.011242307,-0.0475831,0.019057244,0.004217532,0.005557807,-0.038434554,-0.025871975,0.007908289,0.020337507,0.020590892,0.007968302,0.056011494,-0.012982664,0.0034107,-0.018910548,-0.05483792,-0.011829094,-0.009001847,-0.017910343,0.0073548425,-0.019764056,0.0152564645,-0.007101457,-0.002487177,-0.020964302,0.01683012,-0.0043608947,0.013256053,-0.0029256004,0.022577966,-0.0056711636,0.02592532,-0.024391672,-0.0048509953,0.022284573,-0.021324376,-0.0029322684,-0.026952198,-0.017550267,-0.013262722,0.0036107409,-0.0333135,0.0031973228,0.01360946,-0.0035874029,-0.020204145,-0.003934141,0.041821916,0.032966767,-0.034460407,0.054171115,0.019897416,-0.021164343,0.004187526,-0.0034740462,0.013189374,0.0038274522,-0.04635618,-0.00943527,0.018617153,-0.016056629,-0.024084942,-0.00005170332,-0.0050910446,-0.0022254568,0.0025605254,0.015016415,0.023764877,-0.0127226105,0.0027889058,-0.012442553,0.03440706,0.0272856,0.019310629,0.004740973,0.06550678,-0.0017270211,0.004010823,0.02324477,-0.0129093155,0.023138082,-0.008781802,0.02636541,0.015456505,0.00072889955,0.04672959,0.010902237,0.018363768,0.017763644,-0.002105432,0.01520312,-0.012195836,-0.0022671318,-0.016029956,0.016776776,-0.003042291,-0.019417318,0.03400698,0.007808269,-0.008281699,0.028725894,0.03888798,0.003417368,0.019804064,0.00028422498,0.0063613052,0.0048309914,0.007274826,0.039474767,0.045129262,0.018843867,-0.022071196,0.02649877,-0.020710917,-0.00977534,-0.017256875,0.01482971,-0.0251785,-0.0052810838,-0.019030571,0.007901621,0.008054987,-0.00049301784,0.01975072,0.0017486921,0.00571784,0.013842841,0.0043508927,0.004430909,0.037954453,0.010982254,0.027845714,-0.026418755,-0.0013511106,0.011068938,-0.019483998,0.003067296,0.025885312,-0.008761798,-0.03128642,0.0029722766,0.015496514,-0.011088942,0.04139516,-0.024164958,0.0019654033,0.007848277,-0.0061445944,0.012395877,-0.029739436,0.029846124,-0.010168754,-0.03624744,-0.027845714,0.00268055,0.010035393,-0.023471484,-0.02049754,0.055318017,-0.025738616,0.028565861,0.022484614,-0.011862434,0.008675113,-0.019537343,-0.0050043603,0.009615307],"social":"https://twitter.com/sinacdoche"},{"title":"anitab","description":"all you want in your new tab!","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=0NGHgyXM5dc","youtube_transcript":"Hello. This is Himanshu, and you are watching the demo video of any tab. All you can get on your new tab. So this extension allow you to record and track all your task as well as everything you can think of. So let's get on to it. You can actually make your task for today and just click on add new giver tasks. You can set up Pomodoro's. You can Start them, stop them based on how fast you want to have something. What does sound like station the timer you can set up the timings here. You can hide or show any of the widgets you desire. You can update the name, the greetings. And if you are in nightstand weekends, you can add your house name and you will see the background appearing if you don't like the background, you can just go to the custom background and include the link to update the background accordingly. You can move around the widgets, you can just resize them however you like and make it your own. So So far in the six weeks, I have had twenty two new installs and just uploaded my third version onto review, and it should be live within a day or two and quite excited to make more versions of this and add new features like animod actors and other things. Thank you.","embedding":[-0.01711141,0.0056463513,-0.032154556,-0.022240695,-0.0067115054,-0.06850079,0.016808065,0.013788404,0.027604384,-0.013167925,0.014946629,-0.009576047,0.0027318276,-0.040648215,0.046246305,0.0051086037,-0.024695031,-0.04301982,-0.029396877,0.062158123,0.001380564,-0.014877688,-0.035463776,0.0013779786,-0.0027249332,-0.042357977,-0.057249453,0.06452973,-0.039269373,-0.029562337,0.007659458,-0.036925346,-0.003960719,-0.002557749,-0.0045088083,-0.009424374,0.03482951,-0.007838707,-0.015525742,-0.0131610315,-0.0024215884,-0.019827725,0.054022968,0.0019717417,-0.031906366,-0.020448202,-0.058076758,0.05741491,-0.0026060084,0.028004248,-0.035711966,0.0066873757,-0.022861173,0.014229633,-0.01325755,-0.037890535,-0.027066637,0.06728741,-0.0071217106,-0.010079323,-0.018628133,0.002852476,0.033367936,0.013423011,-0.025991142,0.0002738291,-0.04519839,0.012271679,-0.022157965,-0.020530934,0.031630598,0.0017873219,-0.0044157365,-0.0053636893,-0.012278574,0.03369886,-0.007135499,-0.011837345,0.024570936,-0.022392368,-0.011347856,-0.04257859,-0.03273367,0.017345812,-0.027783634,0.058242217,-0.0747883,-0.04155825,-0.027604384,-0.030389642,0.0124922935,0.018448884,-0.03584985,0.044426236,0.058793753,-0.004953484,-0.032099403,0.012126901,0.009293384,0.034994967,0.09817343,-0.018931478,-0.041696135,-0.060007133,0.017938713,-0.002288875,0.011540894,-0.037283845,-0.044040162,-0.019248612,-0.110196926,-0.046163578,0.0069493554,-0.029920837,0.047983646,0.008762531,0.08410926,-0.060062286,0.004856965,-0.094478145,-0.06982448,0.013933182,0.019896667,0.006690823,0.010410245,-0.02608766,-0.06298543,-0.000690282,-0.0552915,-0.053223237,0.008831473,-0.0031420325,0.049638253,-0.029920837,-0.004329559,-0.020599876,-0.016118644,0.031520292,-0.0331749,0.039986372,0.02280602,-0.060668975,0.022750866,0.017924925,-0.029093532,-0.026611619,-0.0030644727,0.0154705895,-0.07688414,-0.016353047,-0.018628133,0.026184179,0.0002871866,-0.037973262,0.05151348,-0.010465398,0.013112772,0.007721506,-0.058242217,0.03309217,-0.005604986,-0.03049995,-0.033560976,0.0033747118,-0.019207247,0.022378579,0.0071286047,-0.0068149185,-0.06193751,-0.011844239,0.02738377,-0.023826363,-0.00080188183,0.007211335,0.05553969,0.012664649,-0.022130389,0.0031075615,-0.020075915,0.01278185,-0.009879392,0.004202016,-0.024226226,0.0019252059,-0.050741326,-0.043074973,0.0062944065,-0.020324107,0.016780488,-0.029314147,0.013547107,0.040565483,-0.008845261,0.031933945,-0.035381045,-0.05518119,0.07964182,0.004239934,0.017787041,-0.029865682,0.015498166,-0.013926288,-0.009541576,-0.0057256347,-0.01709762,0.0196209,-0.013540213,0.026914963,-0.03074814,-0.026032506,0.053168084,0.026735716,0.019703628,-0.01891769,-0.038193878,0.013429905,-0.03204425,0.00096174114,-0.03292671,0.008562598,0.0022182094,0.014698438,0.035436198,-0.057139147,0.010727379,0.010120688,0.021358237,-0.0069803796,0.042220093,0.013078301,-0.0033540293,-0.0080662165,-0.025467182,-0.027962882,0.037173536,-0.0064702085,0.015884241,-0.015911818,-0.0042916406,-0.014450247,-0.00050413853,0.04337832,0.012692226,-0.026239332,0.059731364,-0.009693248,-0.031823635,-0.09105862,0.038993604,0.011520212,0.06750803,0.038304187,-0.014739804,0.0053154295,0.000870393,-0.041227326,-0.051899552,0.103302725,0.014408882,-0.0091555,0.04941764,-0.02617039,-0.059510753,0.023095576,0.00115047,0.025715373,0.020599876,-0.00058299094,0.024874281,-0.02134445,0.034774356,0.01036888,0.009148606,0.018517826,0.0018786701,0.027783634,-0.010182736,0.0058979895,0.032706093,-0.0331749,0.026391005,-0.018959055,0.0065977513,0.023509229,-0.03369886,0.0035677494,0.016697757,0.029121108,0.026446158,0.00777666,0.032099403,0.004322665,0.015139667,-0.016725333,0.00036603902,0.03973818,0.015318916,0.026901176,-0.008204101,0.024253802,-0.020006973,-0.0246123,-0.019096939,0.011175501,0.032457903,0.016518507,0.020089705,-0.0044191834,0.012071747,-0.045225963,0.00036905525,0.0196209,0.016808065,-0.00061789283,0.0029834658,-0.052588973,0.055732727,0.017235504,-0.0013943523,-0.01942786,0.0040951557,-0.0105826,-0.011044512,0.027507866,0.0071148165,-0.02669435,0.071589395,0.015815299,-0.00018765156,-0.001418482,-0.0039124596,-0.05553969,-0.043212857,0.0059634848,0.024129707,0.004891436,-0.010906627,-0.052258052,0.008783213,0.08223404,-0.011327174,-0.073299155,-0.051348016,-0.020972162,0.0035194901,0.004925907,0.030031143,-0.040951557,-0.002799046,-0.021578852,-0.009258913,-0.04172371,0.015511954,-0.026970118,0.036925346,-0.029479608,0.023881515,-0.023605747,-0.0017821512,-0.002511213,-0.027328616,0.015829088,-0.016118644,0.008562598,-0.0020200012,0.036677156,-0.045225963,-0.008259254,0.0075560454,0.04310255,0.057635527,-0.041254904,0.04053791,-0.029672645,-0.067838944,0.000521374,0.050355252,-0.0021147965,-0.018972844,-0.026322063,-0.015112091,-0.011382327,0.029176263,-0.024846703,0.023867726,-0.0068700723,-0.007824919,0.0022578512,0.008886626,0.02452957,0.010589494,-0.060448363,-0.014532978,0.0030541315,0.024584724,0.02419865,0.045474157,0.054298732,-0.0071079223,-0.0423304,0.014822534,-0.018283423,-0.07103786,0.009872497,-0.033809166,0.014098643,0.013360963,0.019386496,0.07732537,-0.034002203,0.038745414,-0.032871556,0.033367936,0.0030265546,0.01580151,0.0022302743,-0.040482752,-0.026377216,0.08405411,-0.01174772,0.0009807002,-0.051982284,-0.0009419203,0.021440968,-0.029148685,0.012326833,0.0015236186,-0.011630518,-0.01028615,-0.048535183,0.013740145,0.032264866,0.05780099,0.01745612,-0.0173596,0.0012495741,-0.028955648,0.03524316,0.058793753,0.0033230053,-0.022089023,-0.030196605,-0.03731142,0.036070466,-0.015346494,-0.02652889,-0.046273883,0.024433052,0.03212698,0.0002030558,-0.027976671,-0.0131265605,-0.060448363,0.071148165,-0.04751484,-0.041530672,-0.03074814,-0.0075146803,-0.005129286,0.0075491513,-0.013767721,0.02305421,-0.031244524,0.018200694,0.04941764,-0.017235504,-0.009562258,0.026611619,0.0033333467,-0.06745287,0.0075629395,-0.009838026,0.0035212135,0.03309217,-0.09133439,-0.031851213,0.018931478,-0.0015055214,0.005436078,-0.016394412,-0.013016253,-0.011540894,-0.018517826,0.0663498,0.018903902,0.059124675,-0.013671203,0.024598513,-0.016215162,-0.0017907689,0.037090804,0.05054829,0.024901858,-0.015608473,0.0148363225,0.010830791,-0.04586023,-0.04544658,-0.024681242,0.03516043,0.021620218,-0.007273383,-0.006973485,0.08554326,0.018297212,0.009341643,-0.0010306832,-0.0032385513,0.041613404,0.037532035,-0.07578107,-0.02669435,0.010934204,-0.0011435758,-0.023826363,-0.03014145,0.011354751,0.038910877,0.010699801,-0.017924925,-0.013002465,0.025232779,0.0018528168,-0.003622903,0.03267852,0.004643245,-0.039517567,-0.021992505,-0.033367936,-0.04164098,0.013547107,-0.016394412,0.028404111,-0.018214481,-0.023633324,-0.0072182296,0.020641241,-0.028928071,-0.02090322,-0.010403351,0.015070725,0.028459266,0.033754013,0.0032833638,0.005222358,0.009252019,0.027880153,-0.0066597993,0.00082213356,0.008038639,0.005022426,-0.031520292,0.03452616,-0.013105878,0.0070734513,0.013491953,-0.030444795,-0.021096257,-0.0039503775,-0.007969697,-0.007755977,-0.0062254644,0.015305128,-0.009486422,-0.009507105,0.023729842,-0.0031110086,-0.011961441,-0.032264866,0.023619536,0.005673928,-0.04552931,0.030113874,0.001963124,0.034608893,-0.008341984,0.0017769806,0.013829769,-0.040344868,-0.014905265,-0.009293384,-0.061055053,-0.039269373,0.03824903,-0.0105343405,0.0063081947,-0.009851814,0.009169289,-0.003788364,0.0041916748,0.019455438,-0.0054050544,0.02764575,0.035022546,0.027025271,0.009569152,-0.029645069,-0.02219933,-0.002523278,-0.019358918,-0.0124922935,-0.0246123,-0.013457482,-0.022985268,-0.017152775,0.025356874,-0.021661581,0.0034746777,0.01230615,0.012554342,0.0034333125,0.0033402408,-0.046191152,-0.025963563,-0.011864921,-0.005115498,-0.026652984,0.013002465,0.022902539,-0.006559833,-0.0063013006,-0.00049810606,-0.006439185,0.01770431,0.005056897,0.040730946,-0.007852496,0.002082049,-0.009355432,-0.023647113,0.012437141,-0.005256829,0.037283845,-0.009707036,-0.0053464537,0.0021320318,0.014877688,0.046329036,0.0036022204,-0.011154818,0.03232002,-0.02574295,-0.00799038,0.00020143997,0.05242351,0.0073974784,-0.0019045232,0.019317554,0.0056291157,-0.009410585,-0.0034246948,-0.02108247,0.059124675,-0.011154818,0.017483696,0.021068681,-0.01788356,0.030389642,-0.02210281,-0.007762871,-0.048562758,0.025025953,0.0024026295,-0.01074806,-0.030941179,0.026391005,-0.018876325,0.007445738,0.015953183,0.0017976632,-0.0240194,-0.013554001,-0.0060634506,0.008721165,0.046439342,-0.0047328696,0.032761246,-0.03681504,-0.011492634,0.024860492,0.0022061446,0.009127923,-0.03860753,-0.009121029,0.013464376,-0.010024169,-0.0061565223,0.035022546,-0.00071915146,-0.021275507,-0.013926288,0.026666773,0.01986909,-0.014891476,0.00024323606,0.010437822,0.023619536,0.019676052,-0.014877688,-0.031382408,-0.0152775515,0.015498166,-0.06750803,-0.03325763,-0.017166562,-0.0008178247,0.013622943,0.03058268,0.019676052,0.023564382,-0.0069390144,-0.027549231,-0.035960156,-0.012947312,-0.0038021524,-0.012319939,-0.0053016413,0.0040158727,-0.0026180733,-0.0003033449,-0.027825,0.023357555,0.00011138445,-0.007176864,0.01529134,-0.015029361,-0.02495701,0.0038504119,0.016959736,-0.027535442,-0.0015960077,0.021827044,-0.010010381,-0.011664989,-0.00053731684,0.0350777,-0.02349544,-0.0037642343,-0.026459947,-0.050741326,-0.013354069,0.043571357,0.011913181,0.015043149,0.03369886,0.004512255,0.03670473,0.029286569,-0.04205463,0.02590841,-0.005284406,0.013305809,-0.037256267,0.041696135,0.0075146803,0.0070527685,-0.010444716,-0.022378579,0.007886967,0.018959055,0.01616001,-0.015318916,0.014532978,0.03146514,-0.028142132,-0.012671543,0.0021389262,0.032788824,-0.026597831,0.024171071,0.01727687,-0.04017941,-0.018352365,-0.03731142,0.0240194,-0.014960418,-0.008293725,-0.0074871033,-0.0030455138,0.01394697,-0.0067804474,-0.024212437,-0.0022544041,-0.0018976291,0.03678746,-0.0051327334,-0.008445397,0.020075915,-0.0028955648,-0.030720564,-0.011313385,-0.025287932,0.008507445,0.004981061,-0.003929695,-0.024460629,0.025177626,-0.06844564,-0.018972844,0.009658777,0.0009781149,-0.019331342,0.0051465216,0.031299677,-0.013753933,0.007886967,0.016463354,0.011975229,-0.031079061,-0.0097759785,0.007838707,-0.038386915,-0.00018258863,0.025177626,0.020351684,-0.005698058,0.022847384,0.0010125859,-0.003212698,-0.024515782,0.032954287,-0.014477824,-0.02324725,-0.006839048,0.030610256,-0.012512976,-0.027797421,0.012774956,0.01977257,-0.022337215,0.013822875,-0.01338854,0.037890535,-0.0221166,0.026391005,0.043157704,-0.036566846,-0.013809087,-0.023316192,0.012823216,-0.031878788,0.01571878,-0.02572916,-0.0027197627,0.03273367,-0.020875644,-0.006832154,-0.010479187,0.010334409,0.007997274,0.030527527,-0.00971393,0.011858027,0.008603964,0.015387858,-0.02185462,0.016270317,-0.002921418,0.010410245,0.016118644,0.0053154295,0.0066184336,0.011623625,0.010527446,0.021909773,-0.023729842,-0.033478245,-0.008059322,0.021661581,-0.009479527,0.00062090904,0.028266227,-0.023798784,-0.01917967,0.009624306,0.011602942,-0.0070389803,-0.004484678,-0.008831473,0.010968675,0.016642604,0.0034919132,-0.010858368,-0.041999478,-0.014850111,0.05735976,0.007135499,0.066570416,-0.004405395,0.03488466,-0.0006398681,-0.027218308,-0.0038710944,-0.013505742,0.00081265403,0.044343505,0.03824903,0.007880073,-0.004736317,-0.027025271,-0.000171601,-0.004881095,-0.00006576422,0.0011702908,-0.025605066,-0.0038159408,-0.028624726,-0.03049995,-0.014588132,0.007445738,0.0048673064,-0.052285627,0.035932582,-0.016380623,-0.011885604,-0.003653927,-0.015994549,0.036649577,0.017166562,-0.027838787,-0.03014145,-0.034967393,0.007001062,0.0065770685,-0.037366573,0.046329036,-0.03447101,0.043130126,0.029065955,0.008776319,0.024681242,-0.013574683,-0.0071837585,0.016270317,0.02572916,-0.02634964,-0.0005687717,-0.0026611618,0.023205884,-0.039352104,-0.017814618,-0.0064771026,-0.009934545,0.010934204,0.02246131,-0.021565063,0.014326151,0.0038710944,0.042523436,-0.00018140368,-0.016642604,0.022737078,0.038055994,-0.025439605,-0.0075008916,-0.008934885,-0.030306911,0.007997274,-0.018876325,0.023909092,-0.044757158,-0.009486422,-0.019703628,-0.015580896,0.0058221533,-0.0274665,-0.0211652,-0.020930797,0.03325763,0.028169708,0.011430587,0.0129679935,-0.02246131,0.008852155,-0.0028714351,-0.036263503,0.039407257,-0.012733591,0.017566426,-0.026556466,0.014036595,0.027673326,0.013684991,0.0018734994,-0.007232018,0.012037276,-0.02823865,0.012106218,-0.021895986,0.0040813675,-0.026459947,-0.03411251,-0.023109365,-0.004884542,-0.046632383,0.010230996,-0.027232097,-0.035629235,0.042606167,0.007438844,0.014112432,-0.00566014,0.023288613,-0.020448202,-0.014546766,0.006970038,0.0002468986,0.014119325,-0.01537407,0.0004420907,0.01900042,-0.0036125618,0.037780225,0.024046976,-0.027328616,-0.018545402,-0.0123681985,0.00096949714,-0.043819547,-0.06419881,-0.0013607431,0.00034600275,0.002745616,-0.03480193,-0.02254404,-0.009920756,0.018145539,-0.004519149,0.020599876,0.022612981,0.0035074253,0.020834278,-0.0071906527,0.0012771509,0.02357817,0.02557749,0.002649097,-0.02244752,0.015015571,-0.012995571,-0.007921438,-0.01744233,0.042799205,0.04103429,0.0025060424,0.00082256447,0.02738377,-0.0026904624,-0.010424034,-0.0012607771,0.0057635526,-0.03207183,0.010017276,-0.0086660115,0.010706696,-0.007755977,-0.023550594,0.01667018,0.004064132,0.023192095,-0.02013107,-0.0017209651,0.017980078,-0.030196605,-0.012933522,0.017304447,0.019248612,-0.022033868,0.00071268814,0.0070251916,0.024267592,0.0054464196,0.011030723,-0.01386424,0.01555332,-0.0065701744,0.012657755,-0.015098303,0.036291078,0.001947612,-0.032264866,0.01230615,-0.039710604,-0.017814618,-0.006601198,0.002530172,0.021578852,0.010003487,-0.002113073,0.034140088,-0.008962463,0.0015012125,-0.00019637703,-0.029010803,0.01770431,0.03207183,0.031216945,0.011975229,0.017125197,-0.011713249,-0.006118604,0.031851213,0.026197968,0.014133113,0.006018638,-0.009824238,0.021234142,0.00799038,-0.004505361,0.011775297,0.0078042364,-0.0022526805,-0.009079664,0.008934885,-0.017580215,-0.00050241494,0.01744233,-0.008024851,0.0012831833,-0.0004593262,0.027232097,0.0046225623,-0.005256829,-0.017745676,0.024033187,0.0039469306,0.011085876,0.000014906019,0.007845602,0.01278185,-0.00031734872,-0.005298194,-0.01442267,-0.012202737,0.0028214522,0.030775717,0.024763973,-0.009362326,0.010934204,-0.003128244,0.030224182,-0.01934513,-0.021192776,-0.0132851275,-0.01788356,-0.00950021,0.027080426,0.08035882,-0.014919053,0.014464036,-0.010603283,0.040455177,0.02219933,0.03731142,0.0076387757,-0.023591958,0.026142813,-0.015580896,0.0013159307,-0.018366154,-0.004715634,0.002185462,-0.011023829,-0.01952438,0.0047259755,0.029479608,-0.017345812,0.023991823,0.02150991,0.016601238,0.016077278,-0.00030032868,-0.022750866,0.0112927025,0.005056897,-0.0011047958,-0.005915225,-0.00643229,0.010575706,0.008762531,0.024584724,-0.036428962,0.029065955,-0.0065667275,0.0404276,0.013740145,-0.0058462834,0.012795638,0.0024491653,0.028983224,-0.0038986711,-0.019096939,-0.0040503438,-0.023467863,-0.016683968,-0.017138986,-0.04864549,0.0066770343,0.012340621,0.015194821,0.011423692,0.004539832,0.020613663,0.029727798,0.012837004,-0.0027421687,0.017773252,-0.03447101,0.01882117,-0.0002266469,0.014119325,0.0030989437,0.026846021,0.008893521,-0.024667455,0.011727038,0.00846608,0.009879392,-0.0038435175,0.017332023,0.0034591658,0.030996332,0.0134368,0.022309637,0.02244752,0.046577226,0.006828707,-0.0046191155,0.0032609575,-0.0058566243,0.012823216,-0.017607791,0.052754432,-0.0066873757,0.030196605,-0.030251758,0.015098303,-0.012326833,0.009148606,0.026060084,0.010823897,0.017525062,0.016821852,-0.03289913,0.018586768,-0.021261718,-0.011596047,0.0062530413,0.0033298996,0.0029610598,0.019138305,-0.012237208,-0.009341643,-0.01729066,0.009562258,-0.014050383,0.014877688,0.02633585,-0.0015960077,0.007969697,0.016601238,0.02953476,-0.030196605,-0.03160302,0.011651201,-0.03110664,-0.031575445,0.01460192,-0.0010384391,0.0048983307,0.0014615708,-0.027094213,0.003212698,-0.01394697,-0.028169708,0.008790107,-0.0066804816,-0.005604986,0.03549135,0.016559873,0.007783554,-0.018145539,-0.011120347,-0.024695031,-0.019152094,-0.033478245,0.032871556,-0.010720484,-0.02781121,0.010527446,-0.014753592,-0.0145191895,0.011437481,0.0026904624,-0.03893845,0.025039742,0.00611171,0.0052913,-0.027245887,0.0042226985,-0.028211074,-0.01537407,-0.023123153,0.022792231,0.002457783,-0.005460208,0.014808746,-0.017138986,-0.030196605,-0.0001780643,0.010623965,0.0030661963,0.02229585,-0.016022125,0.01822827,0.026197968,-0.022351002,0.005294747,-0.008355773,-0.048314568,0.027962882,0.02789394,-0.02703906,-0.0065012323,0.011161713,-0.036759883,-0.018200694,0.0017192416,-0.005801471,-0.03893845,0.013367858,0.019731205,0.020889431,0.009707036,-0.018283423,0.0065632802,-0.008059322,-0.018945267,-0.019138305,-0.021882197,0.0104998695,-0.0071492875,-0.010492975,-0.012375092,0.022930115,-0.008390244,0.03369886,-0.016697757,-0.035656814,-0.0074664205,0.00041106678,-0.0015761869,0.016284104,-0.0023595407,-0.009451951,-0.01839373,0.00018926739,0.005060344,-0.011602942,-0.06055867,0.007790448,0.050410405,0.004912119,0.01174772,0.05330597,0.0091555,-0.018007655,0.011251338,0.006146181,0.03551893,-0.0480388,0.0035746437,0.005556727,0.015484378,-0.027714692,-0.029700221,0.010279255,0.019662265,-0.0020406838,0.0026663325,0.04329559,-0.016601238,0.017594004,0.007997274,-0.0017157946,-0.027563019,-0.010713589,-0.053278394,-0.0045363847,0.0023716055,0.011092771,0.00067003025,0.028790187,0.015056937,-0.02073776,-0.01977257,0.01995182,-0.020103492,0.023329979,0.016477143,-0.023095576,0.013636732,0.02435032,0.01589803,-0.00815584,0.0028662644,-0.009176183,-0.014270998,-0.013802192,-0.0066529047,-0.024653666,0.03160302,-0.0062185703,0.0018424755,-0.020627452,-0.026749503,0.042468283,0.0016649498,-0.043185282,0.0037125277,0.028707456,0.027204521,0.009065876,-0.008893521,0.006525362,-0.028955648,-0.008583281,-0.0075698337,-0.0025732608,0.0070596626,0.013540213,-0.029755376,0.022047658,-0.015236186,-0.0066080927,-0.00293693,-0.00014714812,0.02626691,0.002185462,-0.010396456,0.009955227,0.024240013,0.009245125,0.0033764355,0.011361645,-0.019041786,-0.014298575,0.0011099665,0.00044812312,-0.021716736,-0.016022125,0.0024026295,0.023771208,0.0029041825,-0.0068907547,0.0075215744,0.0037676813,0.010982464,-0.005429184,-0.015263763,-0.03066541,0.0071286047,0.021413391,-0.04492262,0.0065701744,0.0057290816,0.0154568,-0.010789426,-0.0075629395,0.0033264523,0.033726435,0.04930733,-0.024074553,-0.01074806,-0.02634964,-0.004667375,-0.003647033,0.03419524,0.05173409,0.038910877,0.023895305,0.014712227,0.012988676,-0.013940076,-0.0064977854,0.017607791,-0.02149612,0.0018424755,-0.007783554,0.020930797,0.025274144,-0.007900755,0.0073905843,0.008817684,-0.019358918,0.0042192517,-0.0018648816,-0.01631168,0.020103492,0.022033868,-0.0057290816,-0.009265807,0.025246568,0.03204425,-0.0016365112,0.007032086,-0.0049638255,-0.009920756,-0.0021596088,-0.014174479,0.011630518,-0.038772993,0.05606365,-0.031878788,-0.0012418181,0.019483015,-0.009176183,0.028541995,-0.014477824,0.020268954,-0.041696135,-0.023261037,-0.015401647,-0.032154556,-0.027314829,0.00738369,-0.0046225623,0.023219671,0.015153456,0.012554342,0.042220093,0.01230615,-0.0035918793,-0.03993122,-0.022695713,-0.035298314],"social":"https://twitter.com/TG_Himanshu"},{"title":"botbrix.com","description":"chat with your books or journals as if they were your friends","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=N07vn8Ekusw","youtube_transcript":"Hi. My name is Kosta, and I'm gonna show you my project, which I called Bob Briggs, and allows users to upload PDF files and talk to them as if they were their friends. I'm gonna quickly show you a demo about how this project works. So once the user logs in, which we're gonna do right now, they're gonna be presented with a screen where they can upload their PDF. So let's just upload a meta analysis. Great. Now that our PDF is uploaded, we simply hit the chat button, and now we can scroll on the PDF and look at it on the left side as well as ask a question on the right side with the chat interface. So let's just ask this meta analysis. What were the methods used Awesome. We just got our answer back from the chatbot. And as you can see, it's a paragraph with some sources that point back to the original document. In the future, we plan on having not only just PDFs, but also website data and CSV data for the user to ask their questions to That's a wrap. That's pretty much what I was able to do in six weeks of nights in weekends s three where I went from zero not having any AI knowledge to having this working product which I'm very proud of. I have six users and plan on growing it further. So, yeah, that's what I was able to do. Thanks for watching.","embedding":[-0.024464834,-0.0016328498,-0.020850236,-0.0042775082,0.0061580767,-0.029112177,-0.02489747,0.053898,-0.0087504,0.017877612,0.030535687,-0.019189473,-0.0033075674,-0.037067086,0.03595061,-0.0027964297,-0.041170143,-0.023460004,-0.022594733,0.023920551,0.019636065,-0.009071387,0.008038645,0.0046473416,-0.011136873,-0.04809231,-0.010725171,-0.0013764086,-0.055014476,-0.034834128,-0.027688665,-0.03475039,-0.0073896917,0.0069291447,0.008122381,-0.014221145,0.01777992,0.01558883,0.008464302,0.0035570306,-0.0051776688,-0.03371765,0.021882977,-0.013495433,-0.05166504,0.015421359,-0.015840039,0.037681147,0.025427798,0.074078344,-0.056717105,0.024046155,-0.00058397057,0.025204502,0.026990866,-0.008722488,0.0067093377,0.022497041,-0.022552865,0.009497045,0.03840686,-0.0073827137,0.036676317,0.017696183,-0.0317359,0.003340713,-0.038211476,-0.025148677,-0.035392366,0.0054672556,0.060457308,0.06447663,-0.010145999,0.005261405,-0.0068140076,-0.028177125,-0.013418675,0.03656467,-0.0030877609,-0.0175008,-0.022497041,0.0015997043,0.0060743405,-0.0059871157,-0.032684907,-0.0054567885,-0.024743954,-0.0055684363,-0.045440674,-0.02753515,-0.06698871,0.028205037,-0.01906387,0.019677933,0.086973675,0.008534082,-0.05590766,0.025818564,0.0429286,0.008729466,0.050018236,-0.0068593645,-0.015295755,-0.004396134,0.0102088,0.017012341,0.048427254,-0.002639425,-0.0026795482,-0.038351037,-0.13855498,0.022148142,-0.0071419734,0.012532471,0.023390224,0.0019643044,0.03511325,-0.029084263,-0.000322514,-0.04507782,-0.03798818,0.021101443,-0.023878682,-0.015351579,0.020599028,-0.008031667,-0.05420503,0.008722488,-0.022343526,-0.015351579,0.031540517,0.021799242,0.08513148,-0.031959195,-0.048176046,0.013969936,0.00003287288,0.023236709,0.009517979,0.009448199,-0.023739124,-0.049320437,0.010201822,0.024478791,-0.07876755,-0.031317223,-0.024855603,0.03187546,-0.04541276,-0.012546427,0.01170209,-0.016733222,-0.059229184,-0.017626405,-0.020082656,0.022804072,0.010180888,0.038155653,-0.013460544,-0.014074607,-0.016537838,-0.021603858,0.0017758986,-0.012441757,-0.06308103,0.02958668,0.0038064937,-0.005582392,-0.06592806,-0.019035958,-0.020989796,-0.0068558757,-0.03087063,0.024129892,0.00069997966,0.001321457,0.02503703,-0.046864185,0.028972616,-0.059396654,-0.035755225,0.011108961,-0.0061650546,0.004612452,-0.05621469,-0.043012332,-0.0018107885,0.01764036,-0.01010413,0.018156732,0.03625764,0.05465162,-0.008987652,-0.005317229,-0.0010458264,-0.04753407,0.055321507,-0.013223292,0.015965642,0.0006328165,0.026962955,0.034359626,0.008220073,-0.028539982,0.01962211,-0.020012876,-0.0054881894,0.008596884,-0.04909714,-0.028526025,0.05135801,-0.012965106,0.035169072,0.003260466,-0.034359626,-0.08619214,-0.041756295,0.046138473,-0.019943096,-0.0030912498,-0.018812662,0.038630154,0.049739115,-0.060959723,0.030340303,-0.0013048842,0.029223824,-0.03190337,0.018673103,-0.048845932,0.0010091919,0.03586687,0.0048636594,-0.042147063,0.06682124,-0.025609225,0.012162637,-0.022664513,-0.013202358,0.016188938,0.015016636,0.01978958,0.04965538,0.015449271,0.011583464,-0.00083910336,-0.056382164,-0.051637128,0.0492367,0.02534406,0.039300043,0.013181424,0.04393343,-0.0031505628,0.000121133555,-0.037681147,-0.04937626,0.02538593,0.010718193,-0.0076897456,0.008185183,-0.025958125,-0.034666657,-0.0027126938,-0.002405662,0.018980134,0.014235101,0.028972616,0.015895862,-0.022622645,0.00715244,0.019775625,0.047282863,0.022720337,-0.036397196,0.032517437,0.0035221407,0.01514224,-0.0103553375,-0.021882977,-0.013997849,-0.002194578,0.022148142,0.01635641,0.009524957,0.07296187,-0.0093016615,0.016816957,-0.028833056,-0.0028016632,0.028693497,-0.022455173,0.021031663,-0.02135265,0.008596884,0.031038102,0.03341062,0.055544805,0.031680077,0.013795487,-0.02489747,-0.038295213,0.0054881894,-0.005334674,-0.0076199654,0.0077246353,0.01794739,-0.020878147,0.013634994,-0.025595268,-0.0076897456,0.014388616,-0.028665585,-0.0026655924,-0.029279647,-0.031121837,0.061964557,-0.00017466782,0.0039704763,-0.05038109,-0.030228654,-0.0068349415,0.044631228,-0.033103585,-0.037820708,-0.027269987,0.0035465637,0.047589894,0.037820708,-0.04393343,0.025902301,-0.028805144,-0.017807832,-0.0075362297,0.00044113983,-0.019161562,-0.018045083,0.013767575,-0.007829306,0.024353188,-0.04368222,-0.010494898,-0.06358345,0.026223289,0.008729466,0.008296831,0.05068812,0.02086419,-0.029419208,-0.024367142,-0.0069954353,0.00600805,0.01985936,-0.03427589,0.057833586,-0.004957862,0.0052160476,-0.017528713,-0.031038102,-0.01465378,-0.016789045,0.0686076,0.004406601,0.003914653,0.017919479,-0.009741275,-0.03514116,-0.023222752,0.012448735,0.004357755,0.031484693,-0.009183035,-0.0002145732,-0.001826489,-0.011143851,-0.0070756823,0.00040058026,0.029949535,-0.03357809,0.024646262,0.031512603,-0.038239386,-0.005892913,-0.0343038,-0.007340846,0.0041205036,0.02604186,-0.026432628,-0.02618142,0.035224896,0.02666988,-0.04393343,-0.03187546,-0.021478254,0.051134713,-0.0046926984,0.026823396,0.028512068,0.0053800307,-0.018673103,0.03101019,-0.013802465,-0.010641435,-0.014067628,0.0059696706,-0.017835744,-0.050409004,0.0013825144,0.03625764,0.012630163,0.013844333,-0.06715618,0.03812774,-0.043765955,-0.041142233,0.027158339,-0.040583994,0.04477079,0.033466443,0.038658068,-0.052418664,-0.009573803,0.0039844327,-0.007250132,-0.010997313,0.094621554,0.06101555,-0.043598484,0.0064371964,-0.04625012,-0.016328497,-0.019566284,-0.015184107,-0.012504559,-0.026209332,0.040304873,-0.02732581,0.059396654,0.021227047,0.016621573,-0.043040246,-0.0024841647,-0.04080729,0.018198598,-0.030675245,-0.002867954,-0.013362852,0.009957592,0.0030441484,-0.019384857,-0.0207665,-0.054428324,-0.018952223,0.058112703,-0.046975832,-0.036508847,0.024241539,-0.014221145,0.02736768,-0.00027214162,0.002545222,0.037206646,-0.06855178,0.058838416,0.02170155,-0.004186794,0.0021649215,0.01413043,0.01198121,-0.062243674,-0.010878687,-0.012665053,-0.016244762,-0.025288237,-0.07044979,-0.027088558,0.039634984,-0.032098755,-0.023794947,-0.021073531,0.004284486,-0.00503462,-0.0019363924,0.049599554,0.020403644,0.041505087,-0.017235637,0.025846476,0.017612448,0.014046695,0.025804609,0.0211154,0.07218033,-0.016174981,-0.030954365,-0.040472344,-0.013621037,-0.077371955,0.012574338,-0.0040437453,0.024436923,-0.015212019,-0.011234565,0.054400414,-0.011688134,-0.031400956,-0.037764885,0.0041833054,-0.015239931,0.056940403,-0.050632298,-0.009385397,0.01663553,0.01027858,-0.015700478,-0.015309711,-0.0045496495,0.00732689,-0.011122917,-0.0035326076,-0.019566284,-0.008303809,-0.005118356,0.024367142,-0.009169079,-0.017793875,-0.061127197,-0.011876539,-0.013704773,0.0017915991,0.01586795,-0.02104562,0.017026296,0.007843262,-0.020780455,-0.014221145,-0.020445513,-0.03726247,-0.019356946,-0.0059940936,-0.012232417,-0.012958128,0.052251194,0.02725603,-0.0015866206,0.026097685,0.049739115,-0.01694256,-0.018393982,-0.006088297,0.025371972,-0.038071916,0.023780992,-0.012030056,0.00017706651,0.019077826,0.032684907,-0.0053625857,0.0123510435,0.010327426,0.007968865,-0.029726239,0.029391296,0.018617278,-0.0060743405,0.02944712,-0.0020497846,-0.01514224,0.035085335,0.039830368,-0.016747177,-0.007131506,-0.01621685,-0.0076688114,0.037904445,-0.017165856,-0.04722704,0.0007736847,-0.05350723,-0.025316149,-0.03611808,-0.02090606,-0.038462684,0.027395591,-0.014639824,-0.007508318,-0.0012359766,0.008338698,-0.0015892374,0.036508847,-0.0047136326,-0.033103585,0.0038378946,0.030368214,-0.0032656996,0.009957592,0.008213094,-0.01847772,-0.033801384,0.008199139,0.005045087,-0.024799777,-0.021296827,-0.013111644,-0.0052020918,-0.0076688114,-0.035085335,-0.03927213,-0.010655391,-0.010264624,0.0055126124,0.023906596,-0.0017584536,-0.075362295,-0.01955233,-0.017821787,-0.02253891,-0.0053556077,0.01771014,-0.009978526,-0.00222249,-0.02795383,0.04094685,-0.00496484,0.0204176,0.03045195,0.0070163696,0.00081206363,-0.037178732,0.004643853,0.02163177,0.024115935,0.020640897,-0.01558883,0.002674315,-0.014172299,0.011157807,0.046138473,-0.019957053,-0.015170151,0.023822859,0.0023986842,0.020082656,-0.025748786,0.02517659,-0.001868357,-0.033940945,0.048483077,-0.001802066,-0.008296831,-0.015923774,-0.018561454,0.0075501855,-0.016900692,0.02027804,-0.0131604895,-0.022524953,-0.030479861,-0.012406867,0.013697796,-0.039634984,0.0011522407,-0.006555822,-0.012734832,-0.045915175,0.033522267,-0.025804609,0.011792804,0.0076269438,0.019342989,-0.03642511,-0.028777232,0.00663258,-0.004371711,0.06643047,0.014109497,-0.013641971,-0.037932355,0.026265156,0.010501876,-0.01829629,-0.0047171214,-0.024157804,0.009978526,-0.009266771,-0.009699407,0.01997101,-0.006608157,0.0015683033,-0.023948463,-0.000827328,0.0023184372,-0.038937185,0.0070059025,-0.007738591,0.0008617818,-0.02510681,0.033606,0.046473417,-0.05007406,-0.01579817,-0.027046692,-0.03544819,-0.0030249588,-0.025581313,-0.01670531,-0.011150829,0.021924846,0.022497041,0.0022992478,-0.04184003,0.010285558,0.0072222203,0.02860976,0.006398817,-0.00732689,-0.030479861,-0.0007767376,0.009622648,-0.02933547,0.009448199,0.016579704,0.01198121,0.00037921016,-0.006001072,-0.061629612,-0.005858023,0.02419967,-0.039439604,0.006555822,-0.004329843,0.0034453827,0.015072459,-0.004497315,0.020892104,0.00044288434,-0.057079963,-0.009615671,-0.038630154,-0.022608688,-0.026013948,-0.0045601167,-0.011095005,0.047310777,-0.003729736,-0.040779375,-0.002698738,0.04485452,-0.0040891026,0.0069535673,-0.0053521185,0.013704773,-0.05423294,0.04555232,-0.026488451,0.030563598,0.011890496,-0.0019346478,0.010892643,0.01572839,-0.017375195,0.051023066,0.023292532,0.040583994,0.0020532736,0.01955233,0.037681147,0.015505095,0.0429286,0.005079977,0.017123988,-0.040918935,-0.00732689,-0.01024369,0.035476103,-0.018966177,-0.00368089,-0.01652388,0.013830377,-0.0055370354,0.0077734813,0.014276968,0.0048811045,-0.029223824,0.0056277495,-0.00029198529,-0.011834672,0.005373053,-0.0441009,-0.023878682,-0.004668276,-0.030814806,-0.00032665717,0.00042500324,0.012518515,0.03985828,-0.031959195,-0.06576058,-0.043012332,0.009259793,-0.009371441,-0.03542028,-0.011136873,0.048427254,0.002979602,-0.00020127141,-0.033466443,0.011060115,-0.044435844,-0.018547498,0.008492215,-0.027842183,0.0073896917,0.000823839,-0.0071663964,0.00996457,-0.008882982,-0.023794947,-0.008108425,0.002278314,0.010334404,-0.025399886,-0.001784621,0.0029255224,0.06313686,0.032852378,-0.018617278,-0.010857753,-0.0011470072,0.0023149482,0.00861084,-0.020989796,0.020752544,-0.031205574,0.0066535138,0.0557681,-0.017193768,-0.024171758,-0.039216306,0.009790121,-0.020319909,0.030424038,0.002309715,0.011248521,0.011199675,0.01034836,-0.007243154,0.0061231866,-0.014402572,-0.009985505,-0.018282335,-0.0061336537,-0.004954373,-0.02760493,0.020989796,0.0063290372,-0.034331713,-0.024799777,-0.008778312,0.01281159,-0.0010100642,0.004315887,0.004186794,-0.007473428,0.024478791,-0.026153509,0.0061336537,-0.011995166,0.020291997,-0.0018212555,0.0066849147,0.020529248,-0.030200742,0.01173698,0.018449808,0.0017043742,-0.02212023,0.026990866,-0.0022975034,0.020096613,0.018896397,-0.008324742,-0.010034351,0.015407403,-0.0073338677,0.02711647,0.009790121,0.046752535,-0.012720876,0.021171223,-0.036620494,-0.005086955,0.011520662,-0.015100371,0.013544279,0.055293597,-0.009455177,0.0005669617,-0.016956517,-0.010892643,0.005920825,-0.012944172,0.014779383,-0.0045042927,-0.008743422,-0.0009367952,-0.034024682,-0.0035378411,-0.01836607,0.027395591,-0.040611904,-0.008199139,0.03614599,0.022608688,-0.030703157,-0.001139157,-0.013216314,0.017528713,0.017961347,0.017263548,-0.010215778,-0.0038413838,0.013153512,0.01757058,-0.017584536,0.032684907,-0.042035416,0.01656575,-0.009762209,-0.010369293,-0.004287975,-0.018575411,-0.0011801526,0.021227047,-0.0060778297,0.0030615933,0.027311854,0.0061650546,0.037681147,-0.034359626,0.029279647,-0.0077525475,-0.015951686,0.0045112707,-0.0017453699,-0.029391296,0.0013519856,0.011241542,0.021143312,-0.0093993535,0.03304776,0.04239827,0.049292523,-0.011513684,-0.04906923,-0.020850236,0.019845406,-0.013216314,0.031205574,0.041365527,-0.050576475,-0.0010179144,0.014681692,-0.033522267,-0.021715507,-0.007319912,0.034192152,-0.043068156,0.005840578,0.04172838,-0.0102576455,0.036201816,0.0076967236,0.036173902,-0.003347691,0.009699407,0.021729462,0.010990335,0.00038945908,0.0046298965,0.0014365938,0.009176058,-0.02326462,-0.053842176,0.0144583965,-0.009713363,-0.000054106684,0.030256566,-0.003677401,-0.00052640215,0.022287702,-0.029140089,0.0007627816,0.012581317,0.009406331,-0.027381634,0.0076897456,-0.04142135,0.0031017167,0.019175518,-0.022580776,0.008373588,0.0151561955,-0.027758446,0.0038937186,0.008631774,-0.012539449,0.014709604,-0.018742882,-0.0052334927,-0.022287702,-0.020096613,0.015602787,-0.0043019312,0.056103043,-0.028916793,-0.033019852,0.020529248,-0.024995161,-0.06888672,0.023208797,-0.046836272,0.026209332,0.007347824,0.006489531,-0.0067791175,0.003729736,-0.0124626905,0.013390764,0.044156723,0.003652978,0.02701878,-0.019845406,-0.0054079425,0.022901764,0.0036669339,-0.0024475302,-0.03405259,0.023906596,0.031038102,-0.007410626,-0.0047066547,0.018310247,0.039662898,0.0023323933,-0.015435315,0.016133115,0.00045705837,-0.017277505,0.0073896917,0.023585608,0.017277505,-0.0021317762,0.027660754,0.012616207,-0.009845944,-0.025316149,-0.012225439,-0.0131604895,0.022385394,-0.06073643,0.02874932,0.012476647,-0.017068164,0.010648414,0.0031348623,0.040025752,-0.018156732,0.011171763,0.0324337,0.0020288506,-0.003516907,0.008206117,0.0019311588,-0.02312506,-0.01698443,0.002923778,-0.027172295,0.029809976,-0.021310782,-0.018017171,0.019566284,-0.011192697,-0.02587439,0.0021858555,0.015449271,0.0013615803,0.0022155119,0.033633914,0.0003236043,0.015630698,-0.020445513,0.010613523,-0.014332793,-0.0075432076,0.009015564,0.008568972,0.0134047195,-0.0019695377,0.009141168,-0.03544819,0.02284594,-0.0008565483,0.0033581578,-0.032489523,0.02725603,-0.014032739,-0.00558937,-0.010090174,-0.0018526565,0.018687058,0.0070617264,0.0022312123,-0.03597852,0.02027804,-0.00083561434,0.0015831316,-0.024729999,0.009622648,0.008415457,0.060234014,0.020808367,0.0030615933,0.01985936,0.011276432,-0.015616743,-0.0013048842,0.012385933,0.014877075,0.009280727,0.022343526,-0.039523337,0.009266771,0.011276432,0.020333864,-0.0052020918,-0.0092528155,0.014807296,0.005840578,-0.013411698,0.022455173,-0.03913257,-0.0012080646,0.020068701,0.0022486574,0.012762745,-0.0020742076,0.073296815,-0.010997313,-0.0044868477,-0.020836279,0.037067086,0.030898541,0.042035416,-0.0021596882,0.008317765,0.002983091,-0.008080513,-0.048845932,0.0329082,0.007305956,-0.012141704,0.00826194,-0.02830273,-0.007298978,-0.031317223,-0.030117007,0.013530323,0.017472887,0.0039286087,-0.023585608,-0.0048078354,-0.0023236708,0.020724632,0.011241542,-0.011046159,0.04510573,0.028777232,-0.025260326,0.009978526,0.014570044,0.01048792,-0.0030336813,-0.022483084,0.0024422966,-0.02027804,-0.033075675,-0.014332793,0.0041030585,0.04108641,0.011513684,0.023641432,0.0024771865,-0.0019834938,-0.007857217,-0.043738045,-0.052948993,-0.008882982,0.0060359617,0.024255496,0.023655389,0.009273749,0.017458932,0.020333864,0.0028121301,0.022608688,0.012002144,-0.029726239,0.038295213,-0.034192152,-0.00715244,-0.0009856411,-0.0062453016,-0.008945784,0.0013999593,0.019259254,0.004186794,-0.006552333,0.017137945,0.00972034,0.009343529,0.044352107,0.017542668,-0.006824475,-0.013418675,0.015379491,0.023836816,-0.024018243,0.014332793,-0.012385933,-0.0069082105,0.010222756,0.010690281,0.029056352,0.033494353,0.0066779368,-0.010285558,0.030675245,0.0063011255,0.013886201,0.01694256,-0.003656467,0.03642511,-0.01864519,-0.010529787,-0.010613523,-0.008876004,0.008499192,-0.03413633,-0.021952758,-0.0008024689,-0.012832524,-0.0013825144,-0.031624254,0.05493074,-0.008708532,0.022957588,0.0171519,0.027772402,-0.013621037,0.00044571914,0.0048566815,-0.026962955,-0.018631235,0.020431556,-0.011060115,-0.023697255,0.017347284,0.03327106,-0.0031052057,-0.006594201,0.013076754,0.035811048,0.01298604,-0.01142297,0.0115555525,-0.025776697,-0.022315614,0.0035308632,-0.010592589,-0.017249592,0.019580241,0.010118086,-0.01479334,-0.031373046,0.004082124,0.027200207,-0.03927213,-0.011429949,0.029698327,-0.029949535,0.015337623,-0.021799242,0.020180348,0.014242078,0.00044048566,0.021617815,0.0022975034,-0.024590438,0.05278152,0.0020776966,-0.012665053,-0.030982278,0.010669348,-0.00014195849,-0.025665049,-0.008527105,0.037904445,-0.029558767,-0.036229726,-0.016844869,0.042454094,-0.012399889,0.000655495,0.01437466,-0.012518515,0.017919479,-0.03784862,-0.029642504,-0.02760493,0.007996777,0.013614059,-0.021408474,0.002766773,-0.0042530852,-0.031149749,0.0073896917,0.00029896328,-0.025232414,-0.014779383,-0.0041519045,-0.026907131,0.0046926984,0.0050171753,-0.021924846,-0.016230805,0.010983357,-0.027046692,0.021324739,-0.031093925,0.02874932,0.010418139,0.01992914,-0.009811055,-0.005816155,0.0051044,0.00009583834,-0.019733757,-0.030340303,-0.0240322,0.0016930349,-0.011339234,0.04027696,-0.012448735,0.007285022,-0.01180676,0.04069564,0.011583464,-0.0045601167,-0.01722168,0.00718733,0.0030249588,-0.0016136602,-0.0099017685,0.018980134,0.034945775,-0.01135319,0.016858825,-0.0039181416,-0.0006005433,-0.051804602,0.00718733,0.021408474,0.021882977,-0.028553937,-0.01437466,0.018561454,0.017444976,0.0029150555,0.0039355867,0.04968329,0.0015543473,-0.002892377,-0.04468705,-0.027925918,-0.0007780459,-0.032852378,-0.04097476,-0.0061999443,-0.006800052,0.019384857,0.049627468,-0.00053730526,0.00029961747,-0.028051522,0.00012625802,-0.01364895,0.0003214237,0.048845932,-0.038993012,-0.01913365,0.026083728,0.016202893,-0.011855606,-0.018519586,-0.023320444,0.00354133,-0.04209124,0.0055614584,0.008408478,-0.024506703,0.013641971,0.008736444,-0.002485909,0.0024440412,-0.0597316,0.021143312,0.0005268383,-0.008910893,0.0055998373,-0.009831988,-0.005003219,0.0070059025,0.020375732,-0.016161026,-0.014388616,-0.028009653,-0.0014767172,-0.015546963,-0.021882977,-0.00050546817,-0.0060743405,0.007347824,-0.026237244,-0.015267843,-0.012553405,0.010006438,0.010676325,0.029363384,0.005819644,0.041002672,0.009573803,0.004985774,0.020878147,0.020710675,-0.018254424,-0.039188392,0.0053835195,-0.014667735,0.007878151,-0.050046146,-0.00073356123,0.02676757,0.02646054,0.02139452,-0.013697796,0.008150293,-0.009545891,-0.028107345,0.019650022,-0.011276432,-0.0062732133,-0.0115067065,0.011199675,0.00010826789,0.009287706,0.027046692,0.012127748,0.0069745015,0.013390764,0.007145462,0.02604186,0.004458936,-0.0056033265,0.0025364996,0.01142297,-0.009992482,0.031373046,0.0067826067,0.04253783,-0.031931285,0.029391296,-0.010285558,-0.019943096,0.004417068,-0.005156735,-0.008150293,-0.009141168,-0.013662905,0.037318293,-0.015840039,-0.00885507,0.038518507,0.0032342987,-0.009476111,0.012260329,0.0018875464,0.019761669,0.06034566,-0.017165856,0.031317223,-0.043012332,0.0022591243,0.030005358,-0.012965106,-0.0049369284,0.02666988,-0.030703157,-0.0070861494,-0.02944712,-0.006496509,-0.036536757,0.018212555,-0.01326516,0.009859901,0.0054602777,-0.019119693,0.015225975,-0.031484693,0.024813734,-0.006590712,-0.009587759,-0.034331713,-0.012860436,0.031317223,0.00586849,-0.013453566,0.02701878,-0.03128931,0.0008705043,0.01829629,0.014276968,0.018519586,-0.012323131,-0.008199139,-0.01024369],"social":"https://twitter.com/and99cents"},{"title":"herr- your smart ai bae","description":"smart and cute voice-output romantic companion","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=MrmdXMyPBtA","youtube_transcript":"Hi. My name is Lucy Wang. I'm Chloe. And we are the cofounders of our AI romance product, Hertz. Hotel looks like a dating app that you can swipe left and right on our personalities. In this case, we're swiping right on Mr. Slara, where you can have a conversation with her. But in this particular use case, we're imagining her as a personal trainer. Mhmm. You can not only text her if I receive photos or videos from her, and then she will sign you a reminder, like a standup reminder. Another use case is also a monetization is a user can buy gifts. For example, flowers or, like, accessories or clothes for your personality. In this case, you can also send her cash. But this is just like another use case. So we narrow down from twelve different ideas to eventually her. We can see that ever since the launch day, we had two hundred seventy nine visitors. And so far, we have four hundred sixty eight users vote for business Laura. Starting from mind mapping, what are users paying points with? We believe a healthy relationship should be built on consent and safe practices. So we also introduced the idea of safe words and consent. Through our user survey, we actually saw this topic going viral. There are definitely a lot of interest from a lot of users. However, we do see that most online users would rather stay anonymous. And the pivot can be an AI dating tool that potentially matches you with real people once we have your data.","embedding":[0.021818595,-0.016225658,0.0009084679,0.029424373,0.018161675,-0.063427575,-0.016133469,0.036477003,0.028579285,0.005397029,-0.012084736,-0.052088052,-0.02337048,-0.041240215,0.0024718777,0.018023388,-0.047048267,-0.016517598,-0.035370708,-0.00066982704,-0.011808162,0.03994954,-0.009027059,-0.02295562,0.009718494,-0.028610017,-0.01779291,0.018038753,-0.037491105,-0.024599697,-0.02118862,-0.02257149,-0.004252321,0.024169471,-0.014520121,-0.007202441,-0.023647055,0.04139387,0.023447307,-0.005685127,-0.03623116,-0.0011840813,0.040902182,0.022417838,-0.023831436,0.044559103,-0.023047812,0.06017015,-0.023478037,0.005738905,-0.09421945,0.0019062461,-0.020082327,0.005731222,-0.04222359,-0.005116614,-0.005408553,0.039642237,-0.0037587138,0.045204442,0.033096656,0.008235752,-0.00062325125,0.016517598,-0.030177267,-0.009449603,-0.04800091,0.013590526,-0.029485833,0.05909459,0.11683704,-0.009357411,0.01596445,0.024753349,0.03266643,-0.014681456,-0.01631785,0.03825937,-0.018422883,0.01106295,0.0144663425,0.018407518,0.012852997,0.038904704,-0.0340493,-0.013306269,-0.041055836,0.0025487037,-0.052917775,0.026965939,-0.030223364,0.037245262,-0.061614484,-0.019713562,0.033434693,-0.018607266,-0.0027446102,0.009196077,0.02885586,0.016502233,0.012991283,-0.030100442,-0.022848064,-0.002080065,0.0045212125,-0.015388255,0.031160641,0.023708515,-0.00092191243,-0.0044712755,-0.14664555,0.011762067,-0.053563114,-0.021849325,-0.004044891,0.0022260344,0.0023047812,-0.0062536397,-0.049260855,-0.036753576,-0.052241705,0.017331954,0.020159153,0.0001616948,-0.0035339978,-0.032881543,-0.053225078,-0.03189817,-0.01664052,-0.03629262,0.024645792,-0.0065340544,0.014005386,-0.044682022,-0.03638481,-0.03868959,-0.010240911,0.0027426896,-0.023785342,-0.06069257,0.034725368,-0.052057322,0.00017345879,0.015856894,-0.048277482,-0.058910206,-0.04194702,0.041885555,-0.058111217,0.0008431658,0.029147798,0.0032670272,-0.03180598,0.00888109,0.0036473162,0.0073099975,0.007237013,0.047693603,-0.031529404,-0.03266643,-0.031329658,0.008758169,-0.040963642,-0.03487902,-0.03703015,-0.017885102,-0.014650726,-0.022264186,-0.040471956,-0.013628939,-0.019805752,-0.03795206,-0.014658408,0.0103868805,-0.02959339,-0.05267193,0.06551725,-0.036722846,0.0016824902,-0.015918355,-0.030976258,0.043821573,-0.044589832,-0.079468854,-0.061092064,-0.036845766,0.0037663965,-0.03103772,-0.017132206,0.004048732,-0.013260175,0.04302258,0.03033092,0.0015787751,0.036415543,-0.026720095,0.07664166,-0.013498335,-0.017055381,0.016978554,0.02330902,0.022924889,0.03125283,0.006614722,-0.005954018,-0.013482969,0.043206964,-0.0054431246,-0.04308404,-0.025752088,0.050090577,0.02443068,0.02741153,0.013482969,-0.04907647,0.002262527,-0.000274413,-0.007859304,-0.000038172937,0.06441095,-0.008811947,0.041731905,0.029362911,-0.010294689,-0.055683512,-0.01463536,0.031529404,-0.053593844,0.013498335,-0.0035570455,0.029747041,0.023554863,-0.038873974,-0.03991881,0.03921201,-0.050152037,0.005485379,-0.002080065,-0.004325306,0.007037265,0.0027426896,0.022202725,0.042039208,0.03773695,0.062659316,0.007279267,-0.027319338,-0.046956073,0.026612539,0.022002976,0.05399334,0.012399723,0.01628712,-0.013267857,0.0051089316,-0.014527804,0.010018115,-0.019990135,-0.0043329885,-0.08334088,0.019360162,0.02956266,0.015488129,-0.00024824415,0.003862429,-0.045757588,0.013267857,0.00080955436,-0.014235864,-0.02584428,-0.03457172,0.01259947,0.030207997,0.025644531,0.005915605,0.0023700832,0.0071102497,-0.0035666488,0.016148834,0.031237466,-0.027181052,-0.0022221932,0.0044751167,-0.03690723,0.009948972,0.05537621,0.021342274,-0.00182942,-0.04886136,0.0067645325,-0.0050820424,-0.0127531225,0.0017487527,-0.0012541851,0.029654851,-0.0034898228,0.065701626,0.0070795193,-0.03927347,0.04591124,0.030914798,-0.04219286,0.009941289,-0.013175665,0.021419099,0.04431326,-0.019083587,-0.01133184,0.024261663,-0.026873749,-0.015541907,0.025890375,0.022586856,-0.039550044,-0.03868959,-0.024737984,0.0375833,0.04431326,-0.023969723,-0.032297667,-0.030945528,-0.0023297495,-0.004644134,-0.038935438,-0.046956073,-0.005416236,0.051627096,-0.02652035,0.006361196,-0.029762408,0.05347092,-0.03924274,0.008658295,-0.023754612,-0.027534451,-0.0013511779,-0.01849971,0.024799446,-0.026474252,0.02372388,-0.047662873,-0.07295401,-0.043360617,0.030699685,-0.013075791,0.013045061,0.060907684,-0.0135137,0.006918185,0.01165451,-0.022924889,-0.018422883,0.0124919135,0.006895137,0.0041716537,0.02251003,0.0068259933,-0.05340946,0.011101362,-0.0033745838,-0.033526883,0.021065699,-0.017885102,0.014366469,-0.00047608136,-0.020589378,-0.041824095,0.03994954,0.012975918,0.0019129683,0.02032817,-0.049260855,0.014397199,-0.00019278534,-0.01853044,-0.010863202,0.061307177,0.011516223,0.0014356866,-0.0071064085,0.054915253,-0.013283222,-0.01442793,-0.07215501,-0.0014904251,0.007724858,0.0029578025,-0.030853337,-0.045726858,-0.028102964,0.018269232,-0.036138967,0.007555841,-0.029793138,-0.0096032545,0.01776218,0.065701626,0.021326909,-0.0028137537,-0.027918583,0.008158925,-0.03500194,-0.04744776,-0.016748076,-0.008550738,0.004198543,-0.031652328,-0.029070973,0.023647055,0.045542475,-0.0011648748,-0.030730415,0.05399334,0.024630427,0.026551079,-0.036630657,-0.014435613,0.00055506814,0.06723815,0.027457627,0.034141492,-0.03337323,0.014934982,0.011339523,0.006119194,0.037122343,0.043422077,0.0037798411,-0.016164199,-0.04443618,-0.03792133,0.023831436,0.04962962,-0.016440772,-0.006656976,0.010801741,0.03260497,0.0723394,0.029869964,-0.009710811,0.0047632144,0.007859304,-0.04145533,0.0029405167,0.027933948,-0.007509745,0.010809423,0.019606005,-0.019375527,-0.0028540874,-0.058203407,-0.01463536,-0.01551886,0.030484572,-0.068282984,-0.0480931,-0.00675685,0.0028214362,0.010609676,-0.0050359466,-0.0064725936,0.048615515,-0.048892092,0.03567801,0.02478408,-0.0263206,-0.0073215216,-0.00077354215,0.018837744,-0.013805639,-0.01141635,-0.04535809,0.029777773,-0.01882238,-0.0136904,-0.0010304293,-0.004432862,0.020743031,0.041178755,-0.0013358127,-0.0016786489,0.04870771,-0.010317737,0.008535373,0.029224625,0.017654624,0.015150094,0.0049936925,-0.031744517,0.030438475,0.049322315,0.022863429,0.036507733,-0.018991396,-0.01041761,0.010817106,0.04744776,-0.029470468,-0.013475287,-0.030607494,-0.004033367,-0.0012080894,0.039672967,0.050889567,0.0018966428,-0.014558534,-0.014573899,-0.06398072,-0.036538463,0.010033481,-0.02619768,-0.024768714,-0.027211783,0.013859417,-0.028640747,0.012660931,0.03389565,0.036046777,-0.009918242,-0.004959121,-0.028610017,0.010440659,-0.011877306,0.0033611392,0.01481206,-0.0065225307,-0.061153527,0.003998795,-0.0607233,-0.028656112,0.0037587138,-0.02186469,0.002454592,-0.00092623394,-0.003163312,0.006338148,-0.04286893,-0.035708744,-0.008919503,0.02266368,-0.014489391,0.018192405,0.065701626,0.0107786935,0.014735234,0.043944493,0.017869737,-0.030254094,-0.0035858552,0.022033708,0.040994372,0.016947825,0.008950233,-0.027273243,0.021572752,0.005550681,-0.019283336,0.0014789012,-0.01000275,0.00018582298,0.010117989,0.017669989,0.025122114,0.032021094,0.0063842437,0.0072984737,0.00722933,0.015349843,-0.024707254,0.029009512,-0.011032219,-0.03991881,0.0002808952,-0.0105328495,-0.0018985635,0.005850303,0.004847723,-0.0021338433,-0.017347319,0.011231966,-0.03798279,-0.027811026,0.006564785,0.04308404,-0.02708886,0.016778806,-0.023739245,0.020251343,0.004590356,0.031713787,-0.0026601015,0.0043368298,-0.0023950518,0.00944192,-0.011554636,0.01091698,-0.0055391574,0.0017353081,-0.0007394506,-0.011608414,0.004436704,-0.0004847243,-0.0056275073,-0.024307758,0.003708777,0.020020865,-0.016686615,0.013744178,0.027718835,-0.0009939369,0.019882578,0.005938653,0.02708886,-0.0368765,-0.0066992305,0.051411986,-0.010640406,-0.040011,0.057558067,-0.017577797,-0.014235864,0.001224415,0.00046983923,-0.0050705187,0.010117989,0.02516821,-0.026597174,-0.027595913,-0.03457172,0.006030844,-0.016978554,0.01203864,0.030991623,0.017746815,0.00053106,-0.0017650782,-0.020082327,0.012430453,0.0025160527,-0.019206509,-0.016655885,0.024937732,0.027749564,-0.025567705,-0.0056966506,-0.017362684,-0.03868959,0.01165451,0.008051368,0.007509745,0.007774795,-0.027150322,0.04935305,-0.011800479,0.011339523,0.003401473,-0.013137252,-0.00012964394,0.034172222,0.010440659,-0.014527804,0.002965485,-0.012484231,-0.02776493,-0.009242172,0.015887626,0.022417838,0.03389565,0.004478958,0.012607153,-0.026243774,0.038720325,-0.0022759715,0.018299961,-0.033588342,0.010617359,0.0033745838,-0.038167175,0.018284597,0.038074985,-0.02083522,-0.029992886,0.004006478,0.0052587423,0.029024877,0.029055608,0.008481595,-0.011170506,0.00814356,0.013060426,0.0021031129,0.00619602,-0.009557159,0.027995408,0.0277342,-0.022878794,0.0022682888,0.013644304,-0.003910445,-0.054546487,-0.042653818,0.016072007,0.009318998,0.004974486,-0.029992886,-0.005316362,-0.038136445,-0.010164085,0.018653361,0.030115807,-0.03558582,-0.023938993,0.004413656,0.02516821,0.009180712,0.015826164,-0.007824732,-0.03248205,-0.0132755395,0.0011408667,-0.0041754954,0.0038009682,-0.011946449,-0.009272903,0.00073272834,-0.017009284,-0.016824903,0.039672967,-0.044835676,0.009503381,0.012399723,0.0048938184,0.0069297086,0.0043329885,-0.014973395,0.006987328,-0.023047812,0.02555234,-0.055960085,-0.027503721,0.0046018795,0.03260497,-0.012822266,0.017700719,-0.00024800404,-0.006134559,-0.005189599,0.029455103,-0.0072869495,0.026919844,-0.002761896,0.017255127,-0.004432862,-0.007010376,0.0052664247,-0.006983487,0.0047171186,0.02218736,0.015403621,0.021434465,0.027918583,0.022556124,-0.013037379,-0.0010822868,0.036507733,0.01537289,-0.008389403,0.009480333,-0.018192405,-0.037521835,-0.050858837,0.0059463354,-0.008189656,-0.012092418,0.012030957,-0.029255355,0.021342274,0.02032817,0.010317737,-0.008397086,0.010786376,0.012637883,0.003605062,-0.03798279,-0.0014049562,-0.04369865,0.008850359,-0.022463933,-0.011762067,-0.02404655,-0.0026754667,0.01811558,0.02401582,-0.05765026,0.015810799,0.026335966,-0.0056774444,-0.064533874,-0.038812514,0.0050167404,-0.029286087,0.0114317145,-0.06069257,-0.0015720528,0.008389403,0.009787637,-0.017239762,0.037521835,-0.007482856,-0.0060116374,-0.0032459002,0.0007120813,-0.03798279,-0.018238502,0.010310054,0.04305331,0.0040871454,-0.045726858,0.0045327363,-0.00814356,0.05534548,-0.0007596174,-0.027887851,-0.0138133215,0.036415543,0.024891635,0.020912047,-0.025659896,-0.022417838,-0.012430453,0.0062037027,-0.006680024,0.027472991,-0.0032497414,0.015580321,-0.014796695,0.008181973,0.026274504,-0.0024200203,0.035770204,0.008243434,-0.014758282,-0.03549363,0.01914505,0.008297212,0.0155111775,0.02735007,-0.0005497863,-0.012261435,0.008420134,-0.010970758,-0.05549913,0.03389565,-0.0047862623,-0.006438022,0.002806071,0.010817106,-0.0105174845,0.0085430555,0.046464387,-0.029854598,-0.0020935095,-0.01814631,-0.00964935,0.05251828,0.00020923092,0.01127038,-0.0016507995,0.011869622,0.0414246,-0.0072485367,0.01968283,-0.018668728,0.025183575,0.012315214,0.044036686,-0.03767549,0.044743486,-0.019283336,-0.012791535,-0.0047901035,0.0042023845,-0.00028137537,0.032973737,-0.03457172,-0.0017766021,-0.05706638,0.035432167,-0.003147947,-0.021142526,-0.026720095,-0.030192632,-0.014159039,-0.0025640691,0.0134061435,0.06600893,-0.018760918,0.017162938,-0.015949085,-0.0032823924,0.028364174,-0.0008854201,-0.034387335,0.024292393,-0.02144983,0.014520121,0.003290075,-0.026504982,0.009511064,-0.04886136,-0.01714757,-0.012876044,0.041209485,-0.0068413587,-0.0015470843,0.026443522,-0.03755257,0.028671477,-0.019667465,-0.0006808708,-0.032113284,0.01596445,0.026182314,0.011393301,-0.039795887,-0.0043790843,-0.0075519993,0.022679046,0.013344683,0.016824903,-0.0010688422,-0.003829778,0.04664877,0.0019763499,-0.002844484,-0.002201066,0.022049073,0.036046777,0.0021607324,0.0013338921,-0.026781557,-0.016394677,-0.010632724,0.027626643,-0.017669989,-0.03481756,-0.0026831494,-0.03257424,0.03251278,-0.010287006,0.034356605,-0.023570228,0.046986803,0.0055161095,-0.019467719,0.00033971513,-0.0118388925,0.024123376,0.022371743,0.024353854,-0.013498335,0.02029744,-0.02372388,-0.013536748,-0.009249855,-0.014489391,-0.014404882,-0.020743031,-0.023447307,0.006683865,-0.023800706,0.043913763,0.025813548,0.03183671,0.0010333102,-0.008097464,0.026151583,0.029700946,0.00022687689,0.00566592,-0.0036434748,0.03549363,0.013613574,-0.03998027,-0.028256617,0.0011629541,-0.037214532,0.023739245,-0.0010842074,-0.01259947,0.004098669,0.005216488,-0.009687764,0.022248821,0.006753009,-0.033096656,-0.030085076,-0.04360646,0.0013819083,0.042530894,0.0072600604,-0.011393301,0.0071755517,-0.023816071,0.0005906002,-0.017531702,0.0014049562,0.01319103,-0.029900694,-0.03429514,-0.01014872,0.020589378,0.02625914,0.029316816,0.008135878,-0.008742803,-0.029639486,0.0103715155,-0.029009512,-0.016471503,0.0078900345,-0.016794171,0.022525394,0.006276687,0.032451317,0.0016872919,0.011992545,-0.021818595,-0.013137252,0.0052741077,-0.017685354,-0.0061153527,-0.00891182,0.014719869,-0.0030845655,0.02590574,0.013659669,-0.022725143,-0.0069911694,-0.004863088,-0.033588342,-0.0041947016,0.0070603127,0.043237694,-0.01693246,-0.011224284,0.016041277,-0.017193668,0.023416577,0.010379198,0.012653248,-0.00025952797,-0.00601932,0.013267857,0.041209485,0.016471503,-0.018914571,-0.0082818465,0.0070411065,0.022433203,-0.050705183,0.011132093,-0.008865724,0.008811947,0.019959405,-0.0031940425,-0.014819743,-0.01693246,0.012000227,0.0006664659,0.02080449,-0.0053509334,0.040133923,-0.017593162,0.029854598,-0.0059194462,-0.0073829824,-0.017178303,-0.014235864,0.017977294,0.027165687,0.03180598,0.035370708,0.028625382,-0.016456136,0.018192405,0.026044026,0.015457399,0.0107786935,-0.0039911126,0.0035973792,-0.015979815,-0.008827312,-0.00398343,0.0002732126,0.0043291473,0.010425293,0.024061915,0.03186744,0.0393042,0.021419099,0.020604743,0.0058963983,-0.0130143305,-0.0098490985,0.0020550964,0.0058464613,-0.0277342,-0.0013137253,0.031160641,-0.02109643,0.00035988196,-0.018453615,-0.008489277,-0.014681456,0.0004045371,-0.016748076,-0.0375833,0.04529663,-0.00026745064,0.0131603,0.029823868,0.034756098,0.0014817822,0.029301452,-0.010886249,-0.002277892,0.038074985,-0.0053624576,0.010970758,0.044682022,-0.046218544,-0.038751055,-0.006503324,-0.0035762521,0.008566103,-0.0058195726,-0.0038374607,-0.0045826733,-0.016210293,0.02369315,-0.011623779,-0.007982225,-0.006960439,0.029224625,-0.020082327,-0.010033481,0.08291066,-0.003493664,0.0115776835,-0.02652035,0.010955393,0.001991715,-0.013982339,0.039488584,-0.023800706,-0.030438475,-0.005662079,-0.027181052,0.006042368,0.023800706,0.005735064,-0.0049475967,0.0052126464,-0.009096202,-0.018914571,-0.031560138,-0.015411303,-0.0017938879,0.004959121,-0.03325031,-0.011285745,0.010210181,0.01495803,0.008681342,0.0022452408,0.027073495,0.015588003,-0.005366299,-0.02301708,-0.0067606913,-0.0030384697,-0.0075020627,-0.0025083702,0.011170506,0.046956073,-0.049936924,0.013936243,-0.03853594,0.015449716,0.009518746,0.01696319,0.019375527,-0.013045061,0.0058618267,-0.019667465,-0.03497121,-0.01141635,0.0036242683,0.018637996,0.033711266,0.01853044,0.01133184,-0.011070632,0.025736723,0.021265447,0.0059232875,-0.024061915,0.026843017,-0.024645792,0.015526542,-0.0023508768,0.0018150151,-0.01059431,0.02452287,-0.037521835,-0.013621257,-0.02549088,0.01186194,0.018392153,-0.035186324,0.021265447,0.030254094,0.0032228522,-0.0030999307,-0.002982771,-0.020696934,0.014258913,0.029977519,0.0047363252,0.012453501,-0.0064495457,-0.0333425,-0.000065902335,0.043237694,-0.026674,0.023877533,-0.016978554,-0.0021376845,0.051289063,0.018622631,-0.0033918696,0.018161675,-0.031621598,0.0414246,0.0028079916,-0.029823868,-0.0115776835,0.025752088,0.007736382,-0.004006478,-0.012622518,-0.030976258,-0.025644531,0.0136904,0.005216488,-0.017516337,-0.014159039,-0.017178303,0.031590868,0.018561171,0.032266937,0.010317737,-0.013229444,0.01407453,0.010986123,-0.070864335,0.028010773,0.0006986368,-0.000711121,0.0051358207,-0.00007676602,0.0011696764,0.011500858,-0.032082554,0.01959064,0.0036991737,-0.043391347,-0.014535487,0.008043686,-0.0124919135,-0.046433657,0.03248205,-0.014082213,-0.037122343,0.008297212,-0.0017823641,0.0026101647,0.0056582377,0.01932943,-0.010686502,0.0017516337,-0.016056642,0.014643043,0.021772498,0.008811947,0.010210181,-0.0045634666,-0.009803003,0.047755066,0.020435726,-0.0049168663,0.0007360895,0.00089886464,-0.018130945,-0.011616097,0.012714709,-0.00658015,-0.040011,-0.0009449603,-0.000067822984,0.033496153,-0.018299961,-0.013913196,-0.04160898,-0.01660979,0.019790387,-0.018008024,-0.022171995,-0.0449586,-0.0118235275,0.027580548,-0.0090654725,-0.011977179,0.0152653335,0.015979815,0.0090808375,-0.035462897,-0.029070973,0.004144765,-0.0017343478,-0.0013502176,-0.000054978635,-0.0030615176,-0.0028137537,0.007897717,0.010287006,0.0066761826,-0.0014808219,0.018130945,0.017746815,0.016901728,0.017378049,-0.025091384,-0.0063804025,-0.007594254,0.042807467,-0.009257537,-0.0063189417,-0.005869509,0.011439397,-0.013751861,0.012484231,-0.025644531,-0.014274278,0.018929936,0.016901728,-0.007847779,0.0065455786,0.012276801,0.018622631,0.009856781,-0.0042945757,-0.0014030355,0.049230125,0.019882578,-0.04170117,0.03699942,-0.012368992,-0.01519619,-0.04139387,0.011923401,0.012407405,0.006169131,-0.019052858,-0.00066022377,0.0054431246,0.021342274,-0.026120853,0.011739018,-0.00011115767,0.0012004068,0.0038316986,-0.038413018,-0.030284824,0.008788899,-0.012929822,0.018207772,0.02814906,0.0456654,0.025736723,-0.008727438,-0.028779034,0.017547067,-0.000036642417,0.001826539,0.014258913,0.0031921219,0.026289871,-0.025506245,-0.027519086,-0.006388085,0.0076019363,0.017193668,-0.010947711,-0.02519894,-0.0075174277,-0.022294916,-0.009372776,-0.010893933,-0.015418986,-0.0025794343,0.03321958,0.0018563091,-0.0078900345,-0.0068106283,0.009633985,0.052856315,0.01123965,-0.0040909867,0.00085997145,0.000086549335,0.0046095625,-0.004909184,0.017885102,-0.0024238615,-0.004567308,-0.039457854,0.01888384,-0.011500858,0.0016680853,0.018837744,0.0023239877,0.030438475,-0.019928675,0.013774908,0.024891635,-0.027211783,0.04167044,-0.015395938,0.053747497,-0.00958789,0.028517826,-0.019068222,0.029777773,-0.0086736595,0.015541907,0.02522967,-0.035032675,0.028963417,0.00814356,0.030499937,0.0052011227,-0.0066608177,0.04671023,-0.0130143305,-0.005815731,0.006399609,-0.018192405,0.01750097,-0.007709493,0.017623894,-0.0044712755,0.008765851,-0.008865724,0.0010909297,0.0040794625,-0.008758169,-0.014573899,0.027949313,0.03337323,0.016886363,0.022018343,0.01292214,0.025629167,0.002800309,0.03071505,0.033619076,0.019114317,0.030315554,-0.03792133,-0.00065878325,-0.0029789296,-0.009019377,-0.009987385,0.011201236,-0.013997704,0.010210181,-0.012223023,-0.028901955,0.01660979,0.0004705595,0.016778806,0.021895422,0.022679046,-0.0052664247,-0.004363719,0.024353854,0.08352527,0.053901147,0.0145969475,-0.035831664,0.021388369,-0.023785342,0.009365094,-0.035432167,0.014904251,-0.044866405,-0.023539498,0.006614722,-0.022909524,-0.021296177,0.0042177495,-0.046833154,-0.01445866,-0.0036396335,-0.043176234,0.014481708,-0.008304895,-0.007982225,-0.032205474,-0.020865953,-0.052088052,0.0029923741,-0.00767108,-0.03994954,-0.01814631,0.009557159,0.01295287,0.043944493,0.023032445,0.010079577,0.0010669216,-0.017854372,-0.00309801,-0.025767453],"social":"https://twitter.com/ludwig2insf"},{"title":"placsy","description":"discover local favorites and hidden gems ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=KXpYXbcY9KE","youtube_transcript":"Hey, guys. We're building a platform where we are making it easier to find night clubs in Dubai. It should be as easy as finding specific product on a e commerce site. You put in filters, colors, you know, style variants, etcetera. And then you have the right product in front of you or at least some results of it. But that's not really a case with finding places or specifically night clubs because the data is not that good, which is why you can apply our filters and you don't end up with anything meaningful. The the way we are solving this problem to actually own the data, quality control it, and then put it on our platform with really, really good features. Hi. So for first version, we have actually built the platform on this website called bubble where we have different categories for Nightlife, which is our first version for the MEP. Then later on, you can go to a particular category, find all pieces you're looking for. You have influences that you can use for sorting, looking for prices, and you have all these calls of action buttons, like, for contacting and directions. And you find more detailed information in the digital feed share. Apart from this, we have also a Sara Sohu media engagement web with Sara with Instagram and TikTok. And we can see the performance of that here. So we built the whole platform with the bubble until we realized that bubble was actually not the best platform to build something which is very data intense with a lot of filters and data management, etcetera. And then I thought of why don't I use Shopify because it's really built for these a lot of products with so many filters data management, etcetera. So we have pivoted a little bit from the tech perspective, and I've tried Shopify in the last two, three days built the whole thing on on I I at least tried to build the whole thing on on Shopify in the last two, three days, and that was really good experience. Actually. I just uploaded the whole CSV files which I had and and and just created the filters and and categories, collections by default. And also gave us this really comprehensive, good, easy to manage admin platform as well where you can have all your data being sorted out. So that was a really good pivot within the last couple of weeks.","embedding":[-0.0028817086,0.008837744,-0.0526941,-0.010106753,0.031876307,0.02590894,-0.014518071,0.029715968,-0.00029034255,0.06332961,0.03223888,-0.06067073,-0.026921127,-0.059341293,0.010937652,0.05979451,-0.00077046995,-0.021542944,-0.05786078,0.03961122,0.032571238,0.031785663,0.024609717,0.0039618774,-0.035290547,-0.01930707,0.0031838538,0.03637827,-0.03251081,-0.014389659,0.025924047,-0.035350975,0.015099701,0.039852936,0.009608214,-0.013777816,0.032571238,0.007969077,0.05529255,0.017282698,-0.025878726,0.02184509,0.03900693,-0.033628747,-0.0035596467,0.011111385,-0.038493283,0.025138471,0.024730574,-0.015756866,-0.036166765,-0.0010546752,0.0028477174,0.00054197275,-0.027072199,-0.074146405,-0.051092733,0.02509315,-0.0347769,0.052603457,0.016361156,0.004332005,0.035653118,-0.0016920124,0.01485043,0.010220057,-0.019216428,0.013672065,-0.018189134,0.06272532,0.049702864,0.0025663448,-0.00079313084,-0.021482514,0.0061637596,-0.025229113,-0.0050496,0.0662302,0.0222832,-0.053207748,-0.003657844,-0.007266589,-0.020832904,0.052512813,-0.04296503,-0.043146316,-0.02982172,0.008535598,-0.026921127,0.027072199,-0.0385235,0.01688991,-0.02178466,0.022237878,0.052905604,-0.02767649,-0.043206748,0.03486754,0.0331151,0.02865846,0.026422586,-0.0069719977,0.016905017,-0.033991322,0.024368001,-0.015137468,0.040306155,0.026996663,-0.013588975,-0.061426096,-0.09354412,-0.012471038,0.010220057,0.013672065,-0.0138835665,0.04988415,0.025833404,0.028462065,0.0010612846,-0.0048078834,-0.04263267,-0.0047021327,0.014344337,-0.0004890973,0.024594609,0.0049325186,-0.054748688,-0.01963943,-0.018340206,-0.027359236,0.011020741,0.014790001,0.03136266,-0.03794942,-0.018309992,-0.010182289,-0.018687673,0.04202838,-0.010068985,-0.022404058,0.0069682207,-0.014790001,0.016149655,0.011677907,-0.07178967,-0.035773978,-0.012531467,0.054869547,-0.050579086,0.0089057265,-0.031755447,-0.0426931,0.01543206,-0.0214523,0.014208373,0.009585553,0.025108255,0.033175528,-0.008618688,-0.0021414533,-0.039399717,0.024216928,-0.05610834,-0.055866625,-0.036227196,-0.01364185,-0.048887074,-0.032269094,-0.05505083,-0.02074226,-0.024247142,-0.024186714,0.048101496,0.031000085,0.022434272,-0.018778317,0.03619698,-0.06345046,0.007364786,-0.036317836,-0.034414325,0.011028295,-0.0060617854,-0.046832487,-0.06284618,-0.0035823076,0.004486854,-0.017584844,-0.012184001,0.007368563,-0.038372423,0.04619798,-0.00028255285,0.028688675,0.0070399805,-0.019171106,0.043871466,0.019382607,0.026966449,0.0034010205,0.038795426,0.006254403,0.036771055,0.050488442,0.010990527,0.004698356,-0.023944998,0.018732995,-0.019186212,-0.040940657,0.040366583,0.025757868,-0.0080748275,0.03486754,-0.02690602,-0.05347968,-0.061093733,0.026649196,0.028749105,0.013732494,0.026664304,0.020712044,0.052180454,-0.04725549,-0.015726652,0.032601453,0.020712044,-0.08369419,0.032269094,-0.044082966,0.031181373,0.018581923,0.013755155,0.014193265,0.018778317,0.012085803,0.009661089,-0.023053668,0.0044981847,-0.01672373,-0.04075937,0.0041016196,-0.0093060685,0.035653118,0.033810034,0.004936295,-0.024896754,-0.058314,-0.007712253,0.044717472,0.047678493,-0.03356832,0.0089132795,-0.04242117,-0.0233256,-0.047678493,-0.047013775,0.08719907,-0.015462275,-0.018022954,-0.013528545,0.011186921,0.013385027,0.013075328,-0.029202322,0.023234956,-0.021029297,0.034958184,-0.022660881,-0.02805417,0.018748103,0.017297806,0.011292672,-0.0038013628,0.014261248,0.0069493367,-0.041786663,0.00013242452,0.0053932895,-0.059764296,-0.01716184,-0.04054787,-0.011972499,0.02151273,0.03015408,0.06876822,0.01328683,0.014163051,-0.03053176,-0.011428637,0.027238378,-0.035622906,-0.0018317546,-0.0051742345,-0.014321676,0.030667726,0.04196795,-0.021406978,-0.00031158712,0.0051553505,0.019322177,-0.058555715,-0.019563893,-0.0087471,0.012319965,-0.021316335,0.03713363,0.021663802,-0.020334363,0.015416953,-0.02453418,-0.0053366376,0.03326617,-0.058404643,-0.017025875,-0.016089225,0.0816396,0.00013679147,-0.047164846,-0.015741758,-0.034958184,-0.042511813,-0.042995244,-0.013951549,0.0047285706,-0.031604376,0.049793508,0.010257825,-0.019382607,-0.0464397,0.015009057,-0.012946917,0.010930099,0.013679618,-0.02767649,-0.02167891,0.011836533,-0.0070815254,0.019714966,-0.020772474,0.000105927815,-0.075052835,-0.03526033,0.018415742,0.039248645,-0.01716184,-0.023340708,-0.019095568,0.0027211942,0.012244429,-0.048403643,-0.02463993,-0.0033028233,-0.0035596467,0.010718596,-0.00924564,0.0138760125,-0.011103831,-0.013520992,-0.025349973,-0.012546575,0.012455931,0.010680828,-0.00489475,-0.017071197,0.022268092,-0.057619065,-0.012780737,0.008376972,-0.011103831,0.022917705,-0.031755447,-0.007410108,-0.0067378352,0.0017137291,-0.0027891768,0.023416243,0.014465195,-0.028205242,0.017917203,0.045321763,0.0041016196,-0.0033745829,-0.033689175,0.0023170752,-0.0031083175,0.028159922,-0.021301229,-0.062181458,0.006662299,-0.0069757747,-0.07257525,0.0013294383,-0.036922127,0.013762708,-0.0029459144,0.029715968,0.014608715,-0.0097441785,-0.00901903,0.012176447,-0.05489976,-0.021331443,-0.0016145877,-0.0201984,-0.019488357,-0.0050760373,-0.015175236,-0.0044453093,-0.031000085,0.00746676,-0.011632586,0.07136667,0.0023265171,-0.011443744,0.014925967,-0.029957684,0.031604376,0.039158,0.03420282,0.028613139,-0.054718472,0.023416243,0.013430349,0.023839246,0.029398715,0.04462683,-0.019291963,-0.056531344,-0.03867457,-0.022026377,-0.006760496,0.02640748,-0.013845799,-0.03652934,-0.008369419,-0.024352893,0.029398715,0.0281146,0.0037409337,-0.019050248,0.04429447,-0.007855772,-0.013588975,-0.0562292,-0.025319757,-0.000100852725,-0.018989818,-0.028356316,-0.05175745,-0.060368586,0.0050722603,-0.022857275,0.028598031,-0.057467993,-0.028175028,0.029398715,-0.020002004,0.00026154434,-0.020500543,-0.024368001,0.05221067,0.03080369,0.06985594,0.022132127,-0.017479092,-0.057256494,0.009457141,0.03390068,-0.023174528,0.0048116604,-0.014419874,0.02299324,-0.007364786,-0.055534266,0.015424506,0.016527336,0.025621902,-0.018385528,-0.033296388,-0.0065338872,0.0331151,-0.06272532,0.027570738,0.016285619,0.005347968,-0.024020534,0.024065856,-0.03604591,0.013777816,-0.009396712,0.055564478,0.053056676,-0.018793425,-0.03015408,-0.036136553,-0.025531258,-0.06332961,0.007070195,0.009049245,0.02470036,0.0046794717,0.02855271,0.06816393,0.0037824786,0.015311202,-0.014525625,-0.036619984,0.035834406,-0.020787582,-0.024549287,-0.012131125,0.018687673,0.018929388,0.014457642,-0.0019044582,-0.00044684423,0.0251989,-0.024957184,0.016874803,-0.060157083,-0.011617478,-0.03625741,0.0018629133,-0.022917705,0.020470329,-0.025833404,-0.04136366,-0.05094166,-0.035894834,0.002521023,-0.0016750167,-0.0065112263,0.007795343,-0.039852936,-0.0047474545,-0.023401136,-0.023778817,-0.011088724,-0.017615058,0.008150363,0.0020545865,0.010930099,0.02409607,0.007534743,0.008006845,-0.009215425,0.022963027,0.0051968955,0.024141392,0.047980636,-0.002218878,0.02167891,-0.015817294,0.02272131,-0.015832402,-0.0013030006,0.00060759485,-0.025697438,0.021059511,-0.01568133,0.01897471,0.05589684,0.035230115,0.008739546,0.019563893,-0.022328522,-0.013301937,-0.04317653,0.01534897,-0.0070173196,-0.019473251,0.01710141,-0.018551707,0.023537101,0.041575164,-0.049853936,-0.04432468,-0.045351975,-0.010401344,-0.04338803,-0.053389035,-0.011050956,-0.010189842,-0.023809033,0.018793425,0.00012746746,-0.0051477966,0.037888993,0.00548771,-0.020228613,-0.02953468,0.048222356,0.030259829,0.030138971,-0.0068284785,0.008769761,0.0051289126,0.019986898,-0.0063601537,-0.0007610279,-0.01914089,-0.03190652,0.0005079814,-0.026996663,0.003231064,0.010673275,-0.006911569,0.014782448,-0.009389158,0.027041985,0.0047852225,-0.007187276,-0.00018022482,-0.029942578,0.008883066,-0.024549287,-0.055201907,0.04369018,0.016482014,-0.027480096,-0.035502046,0.023642853,0.0009904694,0.013823138,0.027253486,0.008241007,-0.029368501,-0.01672373,-0.013362366,0.03921843,-0.020893332,0.027041985,0.017569736,0.026936233,0.027329022,-0.0023605083,0.049551792,-0.045291547,-0.012486145,-0.014427427,0.017569736,0.017131627,-0.05347968,-0.0026890913,-0.015379185,-0.01793231,0.04958201,-0.013536099,-0.031785663,0.011020741,-0.007164615,0.051243804,-0.026392372,0.0097441785,0.04504983,-0.01980561,0.027752025,-0.0138986735,0.053570323,-0.02205659,0.032722313,0.0051968955,-0.010899884,-0.025878726,0.0429046,0.028567817,0.032269094,0.020560972,0.046862703,-0.030063435,0.0014002536,0.002622997,-0.006133545,0.009109674,-0.0019790502,-0.014752233,-0.04323696,0.00060429017,0.017569736,-0.011957391,0.012063142,-0.04133345,-0.0035369857,-0.0069757747,-0.03229931,-0.00270231,0.008535598,-0.0028873738,0.02024372,0.013679618,0.014918413,0.016542442,-0.015152575,0.026588766,0.01449541,-0.003185742,0.04571455,0.018143812,-0.105932064,-0.022373842,0.016210083,-0.044868544,-0.010665721,-0.015817294,0.030290045,-0.0055141477,0.0052384404,0.022630665,0.0035728656,-0.01122469,0.0012784514,0.0073723397,-0.02767649,0.018536601,-0.025772976,-0.027782239,-0.035290547,0.020485437,-0.0164518,-0.057588853,0.03080369,-0.021361656,-0.04692313,-0.010340915,-0.041303232,0.012742968,0.037647277,-0.0013190521,-0.023778817,0.015968367,0.022071699,0.000114425646,0.024005426,0.0069946586,0.013989317,-0.036771055,-0.0066320845,-0.035773978,-0.024685252,-0.04900793,0.018989818,-0.0011490955,0.027555631,-0.009283408,-0.022207662,0.026543446,0.017312912,0.0021244576,0.0053744055,0.0032669436,0.016104333,-0.015923046,0.055534266,-0.00087999756,0.0019714967,0.012040481,0.003807028,-0.00916255,0.03453518,0.061003093,0.037828565,-0.022207662,0.0016589654,0.010794133,0.01809849,-0.013279276,-0.021860197,0.00080162863,0.0060920003,-0.0046114894,0.021437192,-0.00042725203,-0.028371423,0.037042987,-0.0071683917,-0.0042564687,-0.008679117,0.011632586,0.021724232,-0.030939655,0.005608568,0.018853853,0.0058465074,0.0038183583,-0.041786663,0.032118022,-0.03371939,-0.0046832487,-0.03967165,0.022796847,-0.021059511,0.022917705,-0.01809849,-0.0034274582,0.01837042,-0.0052611013,-0.06387347,0.007179722,0.0038901179,-0.011451298,0.0008460062,-0.025425509,0.030184293,0.016376263,0.010514649,-0.0023510663,0.030833906,-0.03955079,0.032933813,0.019579,0.004441533,-0.016043903,0.043418247,-0.0012472926,0.008535598,0.016255405,-0.028295886,0.030577082,-0.027223272,0.03142309,-0.022207662,-0.031785663,0.0006604703,0.02222277,0.024383107,-0.034565397,-0.009917912,0.0065452177,-0.02403564,-0.016693516,0.0029496914,0.005317753,-0.029308073,0.023582423,0.014903306,0.010378683,-0.0262413,-0.008633795,-0.019352391,0.0037409337,-0.008437402,-0.028250564,-0.008203239,0.0064961193,-0.00022224187,-0.00043338933,-0.0051289126,-0.018309992,0.012977131,-0.005835177,0.0053101997,0.011202029,-0.021769553,-0.018929388,0.019730074,0.0014011977,0.009525124,-0.00074639276,-0.008739546,-0.04504983,-0.0075460733,0.021165263,-0.030909441,-0.00011643208,-0.022645773,0.015031718,0.0021471186,0.028008848,0.01726759,-0.0077009224,0.0058049625,0.0014757898,0.017116519,0.024745682,0.017705701,-0.044868544,0.008769761,-0.0038334657,-0.0014455754,-0.013301937,0.0026116665,-0.013090435,-0.0048569823,-0.030138971,0.04042701,-0.015371631,0.028749105,-0.021860197,-0.003825912,0.007931308,-0.0018364756,0.0034104625,0.008641349,-0.015054379,0.053993326,0.0051931185,0.0031498624,0.0014455754,-0.017343128,-0.013959102,-0.004879643,0.008603581,-0.0008370363,-0.036348052,0.021724232,0.0044037644,0.009034138,0.010220057,-0.0084902765,0.012501253,-0.012931809,0.038311996,-0.0008639461,-0.017902095,0.02403564,0.0012387948,0.024292463,-0.0058011855,-0.029972792,0.007961523,0.004082735,-0.0034010205,0.011149153,-0.009978341,0.010114307,-0.03861414,-0.01695034,0.025561474,0.055111263,0.035532262,-0.0018053169,0.03713363,0.036317836,0.015877724,-0.009902805,0.013082881,0.0080899345,0.013868459,-0.019654537,0.019548787,0.046409484,0.00480033,0.009887697,0.0072816964,-0.059915368,0.03773792,-0.0052799853,0.014880645,-0.018189134,0.045200903,-0.00943448,-0.0007827446,-0.030169185,-0.01312065,0.010937652,-0.021935733,-0.0018383639,0.024881648,0.0233256,-0.021089727,-0.00096355955,-0.013921334,-0.0067529427,-0.014314123,-0.02134655,0.04384125,-0.045533262,-0.019397713,0.03888607,-0.0017741581,0.03822135,0.0063828146,0.022796847,0.021648694,0.0005259213,0.034807112,-0.019941576,-0.0060617854,-0.0022736418,-0.0039845384,0.021996161,0.006926676,-0.01803806,-0.017766131,0.0251989,-0.015636008,-0.014049746,0.01920132,0.019609215,0.0063865916,-0.012365287,0.007047534,-0.02068183,-0.030063435,0.0067718267,0.010386237,-0.044808116,-0.03532076,0.028794426,-0.011859194,-0.00097630627,-0.020696938,-0.038765214,0.028023956,-0.023114098,0.025485937,0.0026966447,-0.0017127849,0.03822135,0.0010792244,0.00893594,0.01422348,0.020002004,0.009661089,-0.017584844,-0.044747684,0.016920125,-0.018944496,-0.032480597,0.024232036,-0.01695034,0.01568133,0.0006430025,-0.015575578,-0.028356316,0.007901094,-0.007991738,0.02463993,0.019684752,-0.017569736,0.0026532114,-0.03607612,-0.025667224,0.010665721,0.008883066,-0.002883597,-0.027147735,-0.010673275,0.0023397359,-0.05879743,-0.017086305,0.03604591,0.007391224,-0.0030120087,0.00068879634,-0.012357733,-0.015923046,0.019533679,-0.016240299,0.0251989,0.0130526675,0.043931894,-0.02068183,-0.0018279777,-0.02442843,-0.01826467,-0.0111416,-0.020228613,-0.023023454,-0.019941576,0.0060844463,0.0072552585,0.012297304,0.0061788666,-0.019503465,0.010650614,0.017131627,-0.003927886,-0.007946416,0.016935231,0.019835824,0.010061431,-0.04069894,0.0027740696,-0.01942793,-0.014027085,0.0035124365,0.020440115,0.02299324,0.00381647,0.013505885,0.0013303825,0.006775603,0.0065678786,0.01809849,-0.023627745,-0.004513292,0.032812957,-0.002604113,0.00026957007,0.0059371507,0.011594817,-0.009577999,0.003287716,-0.014336783,-0.005230887,-0.028326102,0.0030460001,0.025380187,0.032329522,0.040034223,-0.03604591,0.024519073,-0.014608715,-0.007946416,0.010242718,-0.033145316,-0.006261957,0.0008242895,-0.01926175,0.014064853,0.0076895924,0.008097488,0.017917203,0.029308073,0.001099997,0.039067358,0.03492797,0.005770971,0.011957391,-0.024987398,-0.015379185,-0.0013775927,0.018551707,-0.00026107224,-0.013838245,0.035894834,-0.005302646,0.007225044,0.026800267,-0.009577999,-0.03604591,0.0077651283,-0.018657459,0.00085686456,-0.017584844,0.0057105417,-0.002386946,-0.026664304,0.010174735,-0.018959604,0.010529756,0.047285706,0.04725549,0.017630165,0.012750522,0.08883065,0.008460063,0.042390954,-0.015462275,0.027464988,0.00003357823,-0.031211587,0.0077500213,-0.0028911508,-0.008324097,-0.0045699445,-0.009381604,-0.00960066,-0.010695936,0.024760788,-0.0017241153,-0.008157917,0.0044302023,0.008611134,-0.04619798,0.019760288,-0.012048035,-0.015175236,-0.0023963882,-0.018763209,-0.0058427304,-0.0006288394,-0.010114307,-0.015998581,0.022585344,0.01672373,-0.015741758,0.009570445,0.023597531,0.017886989,0.030879227,-0.010174735,0.011942284,0.03604591,-0.014631376,-0.022298306,0.0070362035,0.03169502,-0.0031441972,0.028069278,0.029353395,-0.00018506387,0.0310303,0.0002990764,-0.048010852,-0.04027594,-0.00051411876,-0.00883019,0.010907438,0.019110676,0.010522203,0.017599951,0.017766131,-0.0043017906,-0.0024738128,-0.024594609,0.0126296645,-0.0058011855,0.011058509,-0.017841667,0.010068985,0.0059220437,-0.00039916197,0.02161848,-0.016633086,-0.0057407566,0.03967165,-0.0017977632,-0.021603374,0.034081966,0.0066509685,0.008354312,-0.0065829856,0.0065112263,-0.0007902982,-0.010174735,-0.001053731,-0.009615767,-0.030622404,0.006235519,0.020258827,0.0013162195,0.026060013,-0.009653535,0.042239882,0.00402986,0.0024908085,0.015575578,0.0038901179,-0.011058509,0.019684752,-0.03513947,0.0084978305,0.0089208335,-0.017902095,0.0038240235,0.021799767,-0.0038901179,-0.03405175,-0.025818298,-0.00720616,-0.04015508,0.007410108,-0.009494909,-0.0034236815,-0.011844087,0.024141392,0.010507095,0.040668726,-0.0010036882,0.024383107,-0.017735915,0.0026532114,-0.029836826,-0.019730074,0.004313121,0.02355221,-0.015560471,0.0045397296,-0.0030950985,0.037435774,-0.009426926,-0.040910445,-0.0008677229,0.013823138,-0.011760997,0.023809033,0.012614557,-0.014842877,-0.020606294,0.0021301229,-0.022086805,-0.030501546,0.009343836,-0.01149662,-0.035532262,0.015409399,0.024503965,-0.0101369675,0.032389954,0.028703783,-0.003621964,-0.020047326,-0.007043757,0.045291547,0.012591896,-0.042511813,0.054718472,0.0019563893,0.020938653,0.0027551854,0.03142309,-0.013264169,-0.0041620485,0.014132836,-0.0035766424,0.0008951048,-0.009925466,-0.01849128,0.018385528,-0.012387948,-0.015756866,0.01793231,-0.010280486,0.015311202,-0.034958184,-0.0312418,-0.03586462,0.02034947,0.032722313,-0.002024372,-0.0052157794,0.014586054,0.014004424,-0.014948628,-0.0012869491,-0.019518573,0.016527336,-0.030577082,0.0009550617,0.037647277,0.008981262,-0.009313622,-0.021860197,0.0016835146,-0.007496975,0.0028496059,-0.0013709833,0.01903514,0.03807028,0.021829981,-0.04462683,-0.015726652,-0.006783157,-0.011896962,-0.001290726,-0.005472603,0.0032612784,0.010303147,-0.01397421,0.0039581005,-0.034142394,0.010401344,0.018128704,0.012048035,-0.0039769844,-0.021361656,-0.023506887,0.024247142,0.00033778875,-0.007349679,-0.030184293,0.050488442,0.03338703,-0.018083382,0.030788584,-0.013951549,-0.0005004278,-0.028628247,0.012712754,0.036438696,0.015364077,-0.0007648047,0.010340915,0.0113757625,0.03637827,-0.006556548,-0.0059560346,-0.0045208456,0.012002713,0.01661798,-0.033870462,0.0020205951,-0.0035445394,-0.03574376,0.011768551,0.042995244,0.0068586934,-0.013233954,0.007787789,0.025818298,-0.015484936,0.027525416,0.011768551,-0.012727861,-0.010552417,0.044475757,0.008376972,-0.004309344,-0.013075328,0.024715466,0.031332444,-0.049672652,-0.016920125,-0.022177448,-0.026452802,0.012569236,-0.0151299145,-0.030320259,-0.007999291,0.0002525744,-0.0013190521,0.0035294322,-0.034081966,0.020863118,0.008233453,-0.000007730665,0.027480096,-0.00411295,0.0044075414,0.012010267,0.0009224867,0.03169502,0.013543653,-0.044596612,-0.023627745,-0.026951341,0.0020451446,-0.00968375,0.0084902765,-0.009442033,-0.019714966,0.010945206,0.020092648,0.026830483,0.0016278066,0.014110175,-0.0408198,0.060700946,0.026800267,-0.0057029882,0.0053139767,0.019835824,-0.0023756158,0.012554128,0.017630165,0.01216134,-0.011262458,-0.011526834,0.011685461,0.010877223,0.018355314,0.00024926968,0.025229113,-0.0023944997,0.006847363,-0.019790502,0.014155497,-0.014434981,0.016693516,0.0038504612,-0.015907938,0.010189842,-0.014586054,0.0022868605,0.009706411,-0.0020904662,0.015213004,0.035048828,0.013853352,0.0016655747,0.0024341564,-0.019850932,0.038251568,-0.003240506,0.035894834,0.0000010105927,0.042270098,0.011028295,0.054537185,0.012138679,0.0057785246,0.016179869,0.014616268,-0.023401136,0.034112178,-0.023234956,0.0042035934,-0.0075460733,-0.020832904,0.016482014,0.0040562977,0.007961523,-0.0130451135,0.014163051,0.0011830868,0.052301314,0.02557658,0.010084092,-0.004641704,0.032420166,0.009774393,-0.0042829067,0.003017674,0.023189634,-0.00079832395,-0.0043244516,-0.029353395,0.0032820508,-0.03196695,0.012826058,-0.013936441,-0.0024983622,-0.009532677,-0.014004424,0.028567817,0.0014540732,0.032480597,0.005431058,-0.025893833,-0.064659044,-0.014366998,0.046681415,0.017116519,-0.009819715,0.037375346,-0.006987105,-0.0039807614,0.024942076,0.021558052,0.050307155,-0.006866247,-0.00032763855,-0.023416243],"social":"https://twitter.com/0xjescetta"},{"title":"craft block","description":"helping small business build super fans with digital keepsakes","niche":"web3","youtube_url":"https://youtube.com/watch?v=18VQPOCRQX0","youtube_transcript":"Hello. I'm Bruce Kennedy, and I work with a team of talented individuals, and we're developing a product called Craft Lot. With crap like you can capture meaningful interactions, track points, provide unique experiences, and access. We even gamified the experience allowing you to trade points with family and friends. Okay. Let's get into it. So you would log in to the graph log. It will take you to your log in and then you would put in your claim quest. Once that happens, you have the stamps that you would be able to see. Click on the stamp. It'll take you to each one of the stamps. You can go back and forth between the stamps. As you can see and that you will have an advertisement and a QR code that scan that will show you the points and the rewards that you are giving. Also, with some experiences through direct communications such as our newsletter and social media, we will refine kraft blog based on feedback. Our new users have been up and down week over week, but we are excited about the buzz and opportunity we are seeing. Thank you.","embedding":[0.0012283188,0.033392303,0.010716903,0.006934947,0.0019747037,-0.027086318,-0.022740746,0.054662738,-0.005950658,0.0034184633,0.06560836,-0.024848185,-0.005566745,-0.030533371,0.047964673,0.021352122,-0.058387518,-0.024684817,0.0047580763,0.045416143,0.053225107,0.014752078,-0.006408087,0.019195672,0.0031284862,0.0019747037,-0.052081533,-0.04999043,-0.021580836,-0.023737287,-0.023198174,-0.037280444,0.012726322,0.024668481,0.00014511622,0.024145706,-0.013559496,0.010512694,0.014629552,-0.03152991,-0.0029120243,0.0011343826,0.009017882,-0.015781293,-0.028540289,0.023966001,-0.038129956,0.020894693,-0.038652733,0.08174906,-0.06848362,0.03113783,-0.015838472,-0.0031672858,-0.03309824,-0.04237751,0.010618882,0.013281771,-0.046853777,0.07103215,0.06207962,-0.027151665,0.044337917,-0.0044966885,-0.033490323,-0.017758038,-0.0786124,0.016924866,-0.014278312,0.042932957,0.06423607,0.02447244,0.024684817,0.017218927,-0.008633968,-0.035222016,-0.034437854,0.06011921,0.019391714,-0.047768634,0.0060690995,-0.024701154,-0.031660605,-0.030778423,-0.010022591,-0.07390742,-0.00867481,-0.040645815,-0.010349326,-0.022740746,0.001166035,0.057276618,0.000027376806,0.013600338,0.050219145,0.028916033,-0.03239576,0.0127099855,0.006359077,0.014507027,0.05881227,-0.061752886,0.005962911,-0.050676573,0.04557951,0.005501398,-0.014319154,0.040547796,-0.015356538,-0.017660018,-0.1747378,0.020698652,-0.021384796,0.029700197,0.0063427403,-0.00639175,-0.016696151,-0.051166676,0.05410729,-0.023639265,-0.067372724,0.041299284,-0.013396128,-0.025795715,-0.010569872,-0.025763042,-0.018460518,-0.016369415,-0.011631761,-0.043717124,0.015650598,-0.032526452,0.050513208,-0.051003307,-0.048193388,0.0015213591,-0.038587384,-0.023541246,-0.022642724,-0.019130325,0.021335784,-0.066784605,-0.016361248,-0.034960628,-0.061262783,-0.049761716,-0.022185296,0.040090363,-0.04829141,0.008495106,0.013044888,0.021776877,-0.015405548,-0.0025342372,0.0069921254,-0.022201633,-0.0018389046,0.027151665,-0.08187975,0.012456766,-0.00094804156,-0.0047907494,0.012007506,-0.002711899,-0.021270439,-0.023361541,-0.021025388,-0.009507984,-0.058844946,0.004668224,-0.017725365,-0.044043858,-0.056525126,0.021156082,-0.012277062,-0.04639635,0.017398631,-0.051885493,0.016540952,-0.05570829,-0.037247773,-0.011035469,-0.0139924195,-0.018427845,-0.02457046,-0.013371623,0.0016714529,0.00090209447,0.009998086,-0.01764368,-0.008437927,0.030925453,0.020535285,-0.035222016,0.0070656408,-0.07423416,0.0608707,0.0058403853,0.016761497,0.020175876,-0.01785606,-0.00867481,0.031072484,0.008299065,-0.020829346,0.023802632,0.0072494294,0.008462433,-0.0039514494,-0.00061569095,0.03685569,0.014025093,0.0074454704,0.021580836,-0.041299284,0.0007795689,-0.021956582,0.042965632,-0.026939288,0.016843181,-0.039240856,0.012317903,0.030582381,0.009589667,0.036234893,0.02728236,0.053192433,-0.027658105,0.061948925,-0.030484362,-0.0196531,0.052636985,0.0024586797,-0.053584512,0.0106352195,-0.007024799,0.023426889,-0.0012068768,0.03656163,-0.020665979,0.0022953122,-0.0021932076,-0.0054442193,0.020028846,0.030549707,0.017872395,-0.05711325,-0.04172404,0.039796304,0.026939288,0.077566855,-0.009311943,-0.007772205,0.044795346,0.037084404,-0.003671683,0.008429759,0.0309908,0.024652144,-0.03460122,0.05992317,-0.024145706,-0.041626018,-0.0522449,-0.030484362,-0.00059271744,-0.02657988,-0.014948119,-0.04548149,-0.036528956,-0.036332913,0.020813009,-0.0019951246,-0.015372874,-0.008846346,-0.032020014,-0.0035818308,-0.025991756,0.022038264,-0.01624689,-0.006338656,0.028801676,0.02643285,-0.03920818,-0.026514532,0.0075230696,0.027086318,0.0010935407,-0.0046763923,0.03198734,-0.018215468,-0.067176685,-0.015732283,0.020339243,0.0064325924,0.018084774,0.024145706,-0.03460122,-0.00025334713,0.022446685,-0.036626976,-0.040449772,-0.027560083,-0.032967545,0.008617631,0.015862977,0.06341923,-0.02643285,-0.0056035025,-0.0042393846,-0.008454264,0.0020523032,0.041299284,-0.035842814,-0.0095651625,0.028916033,0.07338464,0.015838472,0.017512988,-0.018738244,0.029781882,-0.026138788,0.023459561,-0.018231804,0.0031774964,-0.03976363,0.012497608,-0.0188526,0.004447678,-0.024946205,0.0108230915,-0.052767675,-0.03334329,-0.004729487,-0.024586797,0.021401132,0.009655015,0.013469644,0.010553535,0.05822415,-0.053976595,-0.03440518,-0.018591212,-0.04107057,-0.00483976,0.029798217,0.01624689,-0.022299653,-0.024211051,-0.027200677,-0.0069472,0.017120905,0.014809256,-0.04087453,0.00993274,0.006228383,0.030484362,-0.026285818,0.0068736845,0.014049598,-0.020110529,0.01449069,-0.022626387,-0.015593421,-0.028605636,-0.011419383,-0.062210314,-0.025844727,0.023835307,-0.038914118,0.041397303,0.0077967104,-0.007535322,-0.02452145,-0.030206636,0.016892191,0.04727853,0.034013096,-0.0019430512,0.027298696,0.06521627,-0.044501286,0.03430716,-0.061393477,0.0142701445,0.028638309,0.042998306,0.029291779,-0.077762894,0.0009362995,0.02546898,-0.019800132,-0.0057137758,-0.043651775,0.0024627638,0.020992713,0.024946205,0.066882625,0.019375376,-0.007739532,-0.004643719,0.019081315,-0.018182794,-0.0166063,0.014694899,0.01890161,-0.0009531468,-0.022021929,0.0180521,0.033882402,-0.0139924195,-0.039240856,0.058648903,-0.013028552,0.005509566,-0.025648685,0.008437927,-0.0063427403,0.051722124,0.0067021484,-0.020192213,0.0077844574,0.039273527,0.00083572645,0.030598719,0.03108882,0.039273527,-0.019424386,0.005125653,-0.07429951,-0.026841268,0.03705173,0.075475745,0.020028846,-0.023149164,0.015029803,-0.037182424,0.020813009,-0.017316947,-0.025648685,-0.018035764,-0.013543159,-0.031301197,0.021270439,-0.03545073,0.009663183,-0.013069394,-0.038293324,-0.008299065,-0.027511073,-0.014915446,-0.014972624,-0.036528956,0.023753623,-0.060805354,-0.015405548,0.035679445,0.0022626389,0.0022483442,0.014613216,-0.015936492,0.032281402,-0.019342702,0.053682536,0.006734822,-0.0136656845,-0.040384427,0.04623298,0.010324821,-0.018035764,0.046919122,-0.018966958,-0.012758995,0.017496651,-0.055806313,-0.013886231,0.012473103,0.0024117115,0.0007004378,-0.0019869562,-0.004807086,0.031007137,-0.027690778,0.033522993,0.023851644,0.041593347,-0.02573037,0.012089189,-0.06305982,0.0056035025,-0.016304068,0.03144823,0.012824343,-0.021989254,-0.00524001,-0.044109203,0.026563542,-0.06528162,0.019620428,0.0069880416,-0.035875484,0.014768415,-0.014613216,0.06384399,0.028572962,0.011966663,-0.011215174,0.016843181,0.004598793,0.0071023987,0.0063427403,0.0029344873,0.0011895191,0.018819926,-0.019898152,-0.029128412,-0.030043269,0.0066327173,-0.0035859148,-0.018966958,-0.033653688,0.018117446,-0.013265435,-0.0172516,-0.015479064,0.004004544,-0.042736918,-0.04466465,-0.021123407,-0.010806755,-0.0021156082,-0.015160496,0.024848185,-0.0014815383,-0.043913163,-0.0033367795,-0.034078445,-0.057995435,0.01865656,-0.008299065,0.0056239236,-0.008094856,-0.0027711198,0.007841636,-0.02577938,0.01955508,-0.017463977,-0.03193833,-0.013118404,0.013600338,0.022936786,0.003918776,0.019849142,-0.00015060435,0.01243226,-0.0018062311,-0.024407092,-0.01935904,0.018770916,0.0059915003,0.02592641,-0.0049255276,0.013714695,-0.022005592,-0.022283316,0.0321017,0.033719037,-0.015560747,-0.004096438,-0.0027894988,-0.038129956,-0.0112886885,-0.0042230478,-0.029144747,0.024309073,0.009467142,0.00031984277,0.014221134,0.010243137,0.03394775,-0.020600632,-0.01634491,-0.023966001,0.013534991,-0.016908528,-0.004251637,0.009132239,-0.007931489,0.020094194,0.014997129,-0.012611965,-0.011149826,-0.030778423,0.043390386,0.013796379,0.013004047,-0.023296194,0.011370373,0.014899109,-0.0060445946,0.0013038763,-0.0030406762,-0.024080358,-0.03809728,-0.013976083,0.020878356,-0.022920448,0.021580836,0.009573331,0.0007969267,0.01594466,-0.02437442,-0.007723195,-0.007960077,-0.030566044,0.0090505555,-0.013649348,0.007960077,0.027315034,-0.02626948,-0.016859518,-0.0133389495,0.0393062,0.02612245,-0.015724115,0.0592697,0.0019246724,-0.03956759,-0.04368445,0.02020855,0.026955625,0.01424564,-0.004051512,-0.0006304961,0.0006841011,-0.024962543,0.02973287,0.050382514,-0.0018480939,-0.0050153797,-0.0025628265,0.01052903,0.02246302,-0.018035764,0.03414379,0.004167911,0.011770623,0.037639853,-0.0015397379,0.0007831426,0.017088233,-0.007686437,0.08455898,-0.027756125,0.0013671811,0.017006548,-0.049761716,-0.0071799983,0.03249378,-0.00947531,-0.0057137758,0.02968386,-0.030582381,-0.027919492,-0.021433806,0.033163585,0.016271396,-0.0005411546,-0.02176054,0.01790507,-0.069594525,0.0199635,-0.0017174,-0.0023974169,0.030713076,0.05240827,0.0005431967,-0.040221058,0.011468393,0.040580466,-0.015960997,0.016124364,-0.00902605,-0.033621017,0.000836237,-0.006734822,0.029814554,0.00001328158,0.046853777,0.018770916,-0.0048765177,0.008172455,0.024243725,0.004598793,0.008009088,-0.011166163,-0.012946868,0.007906984,0.001210961,-0.080246076,-0.010316652,-0.001166035,-0.027020972,-0.044174552,-0.015111486,-0.04623298,0.040123038,0.014327323,0.04218147,0.0592697,0.010978291,0.0019113988,-0.017512988,0.020665979,-0.021874897,0.0215645,-0.028687319,-0.050578553,-0.0072535137,0.005203252,0.0019563248,0.03816263,0.007813047,-0.05681919,0.014278312,0.01931003,0.010373831,-0.019947162,0.009058723,0.027919492,-0.024194716,-0.0015560747,0.052212227,0.008960703,-0.016157039,-0.023835307,-0.03300022,-0.017333284,-0.0055626608,-0.021433806,-0.030696739,-0.008601295,0.0036247147,-0.002113566,0.011770623,-0.011117153,-0.011321362,0.032608137,-0.03440518,0.0001761305,0.038587384,0.018035764,-0.018689234,0.008405254,0.03244477,0.022136286,-0.0172516,0.015135991,0.0004811681,0.014049598,0.032869525,0.03871808,-0.0019338619,0.022070939,0.014507027,0.022152623,0.0204536,0.0404171,0.011599087,0.02086202,0.04116859,-0.048618145,0.007596585,-0.0019859353,0.04316167,-0.053029064,0.029716535,0.02035558,0.007024799,0.0010404462,-0.0055136504,-0.010275811,0.00030299553,-0.016124364,-0.0018654517,-0.03239576,-0.003675767,-0.019881815,-0.0138944,-0.027347706,0.0054074614,-0.012399587,-0.020224886,-0.018525865,-0.0073923757,0.00611811,0.012505776,-0.08965604,-0.01986548,0.007661932,-0.016230553,-0.009793877,-0.0037125247,0.007837552,0.015707778,0.02391699,-0.041397303,0.018476855,-0.040188387,-0.025861062,-0.027020972,0.026040766,-0.013543159,-0.01383722,0.02306748,-0.02682493,-0.0032653064,-0.00822555,-0.009091397,-0.027347706,0.031301197,0.005987416,-0.03190566,-0.01904864,-0.0038493448,0.026955625,-0.023149164,0.016712487,0.0022422178,-0.01584664,-0.0059098164,0.014261976,0.024015011,-0.016059017,0.019408049,0.048422102,-0.008233718,0.012358746,-0.030974463,-0.030762086,-0.00458654,0.05306174,-0.01865656,-0.0008224529,0.022495694,0.01364118,0.025648685,-0.009924571,-0.03304923,0.013869894,-0.03188932,0.0068369266,-0.0095406575,-0.007367871,-0.010373831,0.009066892,0.010643387,-0.040057693,-0.012350577,0.01308573,-0.036528956,0.03285319,-0.008233718,0.008560453,0.022381337,-0.012023842,-0.0011343826,0.027609095,0.008388917,0.031268526,0.004492604,0.0087483255,0.005027632,-0.018591212,0.012464934,0.0007632322,-0.01569144,0.005105232,-0.0188526,0.04763794,0.03188932,-0.0055585764,-0.0035287363,0.011460224,-0.00006454928,0.0016479689,-0.0111825,0.017120905,-0.008879019,0.0026077526,-0.007898815,-0.017529324,-0.02442343,0.003455221,0.003038634,0.044239897,0.014515195,0.001959388,0.032510117,0.026285818,0.010422842,-0.03384973,0.006273309,0.024292735,-0.00471315,0.0061589517,-0.022659061,-0.0030508866,-0.008266391,-0.010545367,0.0019706194,-0.04593892,0.034372505,-0.00043037106,-0.015021634,0.01659813,-0.023508571,0.046200305,0.01263647,0.013657517,0.011386709,0.017398631,-0.00079794775,0.03159526,-0.014065935,0.013020383,-0.020584295,-0.004578372,0.014645889,0.0046763923,0.019620428,0.019375376,-0.011811464,0.03581014,0.028393257,-0.048160717,0.012995878,0.00594249,0.0131755825,-0.0052767675,0.020878356,-0.022561042,0.003367411,0.0030427182,0.057178598,-0.018117446,-0.008311317,0.022479357,0.0030713074,-0.016148869,0.007527154,-0.0031060232,-0.006269225,-0.033016555,-0.01860755,-0.03639826,0.032346748,0.006865516,0.0048356755,-0.009303775,-0.011141658,-0.024799174,-0.01634491,-0.021548163,-0.01720259,-0.015054308,-0.017725365,-0.047670614,-0.0036430934,0.053355798,0.0010976249,0.042344835,0.0076537635,0.035842814,0.011639928,-0.002023714,0.027380379,-0.01860755,0.036071528,-0.020110529,-0.006534697,0.04257355,0.01223622,0.004643719,-0.023181837,0.003543031,-0.010774082,0.012963205,0.019489734,0.011844138,0.009589667,-0.024701154,-0.0038268818,-0.013224592,0.038881447,-0.016581792,0.009597836,-0.03420914,0.0039126496,0.010185959,0.014000588,0.041952755,-0.0041760798,-0.06319052,0.02968386,-0.007506733,0.04211612,0.0024464272,-0.014988961,-0.024635807,0.028670982,-0.016761497,0.032657146,-0.02486452,-0.0035328204,0.0075312383,-0.0361042,-0.029977921,-0.010627051,0.0016224427,0.01950607,-0.005962911,0.0057137758,-0.023230847,0.0016336743,-0.029651187,0.024162041,-0.017284272,0.021205092,-0.013796379,-0.008262307,0.023998674,-0.0021503237,-0.010153285,-0.012881521,0.01183597,0.024635807,-0.021270439,0.015037972,-0.0103329895,0.005721944,-0.002554658,0.02692295,-0.007927404,0.0052890205,-0.020943703,0.016475605,-0.02025756,0.02973287,0.019424386,-0.0036165463,0.021352122,-0.01188498,0.014907277,-0.0072535137,-0.0021503237,-0.0001392452,-0.021401132,0.025567,0.031301197,-0.039600264,-0.016214216,-0.015283022,-0.00062692247,0.018493192,-0.042540878,0.006612296,-0.020469937,0.012546618,0.013951578,0.02381897,0.025893737,0.0056239236,-0.025795715,-0.0021932076,-0.0030713074,-0.014253807,-0.025485318,-0.01413945,-0.03152991,-0.04407653,0.008805504,0.009197586,-0.0063876663,0.0051011476,0.018264478,0.0014978751,0.01298771,0.0041086907,-0.006955368,-0.011844138,0.02672691,-0.0004921444,-0.010104275,0.015862977,0.0034470526,0.016990213,0.023312531,-0.02301847,-0.009320111,-0.0048479284,0.015593421,0.014082272,0.049434982,0.0019941037,0.007130988,-0.014964456,0.0035123995,-0.02502789,0.030173963,0.010504525,-0.002403543,0.0076129218,-0.0018225678,0.028719993,-0.025665022,-0.005632092,-0.025419971,-0.021531826,-0.0029018137,0.007404628,-0.008437927,-0.011729781,0.0037839978,-0.018101111,-0.0024321324,0.0055626608,0.008846346,-0.022136286,-0.001828694,0.014409007,-0.022871438,0.011770623,-0.010945617,0.006673559,-0.014523364,-0.0058240485,0.022234306,0.007184082,0.0036655564,-0.010251306,-0.0017398631,0.013853557,0.01590382,-0.012652807,0.01795408,0.00651836,0.11403046,-0.0023055228,-0.011100817,-0.021417469,0.020322908,-0.020763999,0.016589962,0.009744867,-0.0072739343,-0.0054973136,-0.0074454704,-0.020224886,0.03304923,0.0131755825,0.0014212966,-0.039436895,-0.032167044,-0.0075598275,0.01424564,-0.013347118,0.021678858,-0.011174331,0.025583338,-0.0314809,-0.033081904,-0.03799926,0.009491648,0.019032305,-0.012603796,-0.0073842076,0.011378541,0.008707483,0.0056198393,-0.006154868,0.0037921662,-0.0027200675,0.008707483,0.007510817,0.013428802,0.010643387,0.022054601,-0.0006973747,0.029275442,-0.019293692,-0.0020502612,-0.000583528,0.0135023175,-0.0020165667,-0.024995215,-0.049402308,0.014302818,0.00947531,0.008813673,0.017055558,0.018378835,-0.013902567,0.00050541793,0.049467657,-0.012791669,-0.019538743,-0.011909485,0.015397379,-0.033228934,0.0025342372,-0.019538743,-0.02718434,-0.03028832,-0.0029161086,0.015013466,-0.00072698505,-0.01193399,0.012473103,-0.008552285,0.013142909,-0.015430053,-0.014907277,0.0057791225,0.008658473,0.011002796,0.0071187355,-0.0038595553,0.023230847,0.0137392,0.01921201,-0.013878062,0.0000152518805,0.025354624,0.010210464,0.010586209,0.0282789,0.008617631,0.010594377,0.03590816,0.019816468,0.002376996,-0.009164913,-0.041331958,-0.010937449,-0.017578334,-0.0149236135,0.012799838,-0.0051134,0.02110707,0.022920448,-0.011762454,-0.021972919,-0.00506439,0.0062855617,0.0042843106,0.024733828,-0.010602546,0.013379792,-0.012832511,-0.013093899,0.030353667,-0.0045293616,-0.006755243,0.013927072,-0.0062038777,-0.01710457,0.044239897,0.022544704,-0.0050235484,0.01048002,0.033522993,-0.0014498859,0.024358083,-0.00797233,0.03298388,0.012424093,0.032265067,0.026988298,-0.02056796,-0.007376039,-0.012464934,0.033457648,-0.023296194,-0.0002163342,0.0070983144,0.007731363,-0.029406136,-0.008968871,-0.008062182,-0.030647729,-0.0027261938,0.014278312,0.024145706,-0.0144335115,-0.016255058,0.00021888682,0.006714401,0.007527154,0.01514416,0.01113349,-0.0020165667,-0.020665979,0.027658105,-0.028115533,-0.012277062,0.019195672,-0.012799838,-0.01931003,-0.028556624,-0.024260063,0.012048347,0.017970417,0.03862006,-0.010194127,0.023557583,0.015135991,-0.011852306,0.0010373831,-0.018591212,0.006628633,-0.0007254534,-0.028589299,-0.021531826,0.032673486,-0.026253145,0.007371955,-0.021237765,-0.014645889,0.01834616,0.004378247,0.011337699,-0.013322613,-0.03554875,-0.015634263,-0.010986459,0.0023831222,0.0013600338,0.0000049895666,0.00022348153,0.011264184,0.04868349,0.0075434907,-0.029373463,-0.012758995,-0.0074781436,0.044762675,-0.0056647654,-0.051983513,-0.028801676,0.028605636,0.027658105,0.001023599,-0.016810508,-0.005873059,0.0054687243,0.00068308006,-0.0056892703,0.0003708951,0.00046840502,0.029618513,-0.0023239015,0.007915151,0.027641768,0.039142836,0.025158582,-0.023100153,0.014302818,-0.014776583,-0.0032020016,-0.029847227,0.007588417,0.011362204,0.01343697,0.021580836,-0.02653087,-0.024390755,0.020682316,0.0057137758,-0.019342702,0.014776583,-0.011721613,0.024750164,-0.057472657,-0.046853777,-0.028393257,-0.032412097,0.018460518,-0.018329825,0.007314776,0.009058723,-0.015421884,-0.0006080331,0.008070351,0.026988298,0.014727573,-0.005387041,0.0043455735,0.031105157,-0.01659813,-0.014531532,0.0040658065,-0.0027098572,0.0314809,0.013151078,-0.0018470729,-0.03329428,-0.020551622,0.003108065,0.022626387,-0.01720259,0.00044160255,-0.023492236,0.009099565,0.030108616,-0.033915076,0.030059606,-0.011345867,0.005987416,0.002769078,0.027494738,-0.015119655,-0.0074944803,-0.016810508,0.02321451,-0.020110529,-0.014384502,-0.036888365,-0.011737949,-0.006628633,-0.011043638,-0.007506733,-0.012791669,-0.0068369266,0.02105806,0.0058608064,0.021352122,0.026106114,0.015234012,-0.0053829565,0.008568621,0.0069676205,-0.003671683,0.0047825812,0.00982655,-0.011778791,-0.0058648903,0.0032510117,-0.029798217,0.022446685,-0.008413422,0.030582381,0.022871438,0.012562955,0.027560083,-0.012726322,-0.020290233,0.017872395,-0.022103611,0.019620428,-0.039338876,0.029242769,-0.010022591,0.011983001,-0.02718434,-0.04603694,0.021727867,0.011174331,-0.005480977,0.0071432404,-0.0017490524,-0.028736329,-0.0033347374,0.00049954694,-0.027543748,-0.008838178,0.005084811,0.010602546,0.032477442,0.011721613,-0.038129956,0.026596216,0.007106483,0.017071895,-0.00061875413,0.022365,-0.0028140037,0.02818088,0.0063509084,0.025795715,-0.015854808,-0.018623887,0.02592641,0.013616675,0.01148473,-0.009262932,0.012897857,0.017414967,0.0404171,-0.0107985865,0.026236808,0.009442637,0.018215468,0.009034218,0.010006255,-0.0074618068,0.011950327,-0.032657146,-0.017545661,-0.018672897,0.009573331,-0.009107734,-0.008103024,-0.014899109,-0.013469644,0.026285818,-0.009516153,0.0036818932,-0.0345032,-0.0036369672,0.0073392815,-0.01734962,-0.028458605,-0.00080254243,0.000314227,-0.041201264,-0.029079402,0.007420965,-0.012971373,0.010537199,-0.018035764,0.020992713,-0.010945617,-0.010545367,-0.01991449,-0.012048347],"social":"https://twitter.com/craftblock_io"},{"title":"oons","description":"a chat that answers all your longevity-related questions","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=qvuk42_kgCI","youtube_transcript":"Hi. I'm Ina. I'm building a doons, which is a chat day. This is all your longevity related questions. So let's get into it. Alright. I'm gonna start by just logging in. If you have an account, you log in. Otherwise, you register. Nothing crazy there. Alright. So in my last session, I asked how much should I strung the train. The cool thing about Eunz is that you're chart history persists between sessions. So if I'm curious about the answer I got last time, I can just log back in and ask why? Oons will understand him referring to this response I got previously, which is super cool. So boons is going to Okay. Period. Strungs training can help to improve muscular strength, endurance, improve bone density, maintain a healthy weight, decrease the risk of injury. Also, The other thing I have here is we've got a TD calculator, which just means it's a calorie calculator. Often questions about longevity. Go hand in hand with questions about energy balance. So I've been clear to this calculator. So you can just calculate McAller's need that we also have a profile, which is cool. And yes. Let's quickly just have a look at McAller's over the last few weeks. Started out with zero users, made it all the way up to thirty six, which you can't see in this graph as I lost all my users in between, but we made it back up. So that's fun. And I've seen a lot of success from launching on Twitter, so I think I'm gonna keep doing that. Posting launches to Twitter. And, yeah, that's the demo. Thank you so much for your time and hopefully try out the app.","embedding":[0.0050004367,0.032215927,0.053381708,0.012796199,0.035642456,0.00069473276,0.018509813,0.014673412,0.0063817045,0.013870063,0.013632338,-0.035806403,0.0031334702,-0.018575393,0.011140317,0.0029859163,-0.059972446,-0.013919247,-0.03360949,0.06554671,0.02280527,0.016157148,0.033494726,0.007365397,0.010763234,-0.033183224,-0.005365222,0.02018209,-0.014853756,-0.056726262,0.009779542,-0.0175917,-0.04790582,-0.0034019363,0.030494465,-0.02606785,0.028297551,0.018477023,0.029756695,-0.05321776,-0.015722685,-0.014845558,0.034199707,-0.019624664,-0.05748043,0.008959798,-0.04036418,0.012394524,0.025559608,0.06735014,-0.0780396,0.025805531,-0.018477023,0.029543562,-0.018985264,0.013115899,0.027641756,0.05200454,-0.028953347,0.012738816,0.0094188545,-0.010468127,0.018116334,0.004656144,-0.0031970004,-0.016739165,-0.016583415,0.055119567,-0.016952299,0.022575742,0.04554496,-0.04279062,0.0049512517,0.0024674286,-0.0024489842,0.0070497957,-0.018247494,0.0010005996,-0.022575742,0.0069801174,0.009033576,0.028133603,-0.045053113,0.020378828,0.012107614,-0.00007256013,-0.042856198,-0.039249327,-0.02900253,0.020460803,-0.044692427,0.03210116,-0.0015554636,0.013763497,0.07469504,-0.022346213,0.0011076786,0.017821228,-0.00132696,0.013058517,0.014279935,-0.009271301,-0.0051479903,-0.053578448,0.023067588,0.009615594,-0.014304527,-0.018788526,-0.037117995,-0.011246883,-0.1119442,0.018477023,-0.006254644,0.0063202237,0.028002445,-0.009492632,0.010656668,-0.003986004,0.0040023983,-0.025789136,-0.0322979,0.04708608,0.03370786,0.032543823,0.0021805181,-0.04938136,-0.07377693,-0.005193076,-0.05210291,-0.04242993,0.078892134,0.019772217,0.028395921,-0.048594404,-0.06266121,-0.021100203,-0.047217235,0.012648645,-0.015280022,-0.013337229,0.028854977,-0.038101688,-0.0022501964,-0.013230663,-0.0094844345,-0.03482271,-0.006721898,0.019116422,0.0053529264,-0.010558299,0.026182612,0.0043774312,-0.027789311,0.0011312463,0.02862545,0.023215141,-0.040921606,0.03216674,0.0037236856,0.019739429,-0.0053529264,0.022231448,-0.0076768994,-0.043380834,-0.039150957,0.034560394,-0.0081564495,-0.039839543,-0.053283338,-0.022788875,-0.019854192,-0.01525543,-0.029658327,-0.008332695,0.009172932,-0.048299298,-0.023018403,-0.046463072,-0.044758003,-0.006582542,-0.032986484,0.0005497406,0.012369932,-0.014804571,-0.065120436,0.016591612,-0.011648558,-0.010091045,0.010533706,-0.030740388,0.011714137,0.06695666,0.04383989,0.014845558,-0.01947711,-0.08367944,0.08512218,-0.04023302,-0.008918812,0.021837972,0.03744589,0.0508569,0.036134303,-0.019575479,0.0094352495,0.005705416,0.018034361,0.016985089,-0.019329555,-0.016747363,0.05059458,0.010279586,0.019280372,-0.007316212,-0.055283513,-0.019952562,-0.030822363,0.014698004,-0.014312725,-0.0027338453,0.014657017,0.049905997,0.065054856,-0.002584242,0.049905997,-0.0044143195,0.04410221,-0.019214792,0.027297465,0.025576003,0.027904075,0.023838146,-0.0029490278,-0.051184796,0.010123834,-0.055480253,0.039773963,-0.03669173,-0.0011425178,-0.00841057,0.01196006,0.059972446,0.04144624,0.06672714,0.02210029,-0.0038015614,-0.05587373,-0.086564936,0.028412316,0.031461764,0.021346126,0.0026170318,0.021510074,-0.023592222,-0.013993025,-0.040757656,-0.00415815,0.010025465,0.0051438916,-0.03233069,0.035576876,-0.025198922,-0.024116859,0.038036108,0.0016159198,0.067874774,0.016730968,0.006914538,-0.032920904,-0.013583153,-0.028543474,-0.028887767,0.028543474,0.0005018368,0.008623703,-0.0044512083,0.0005182317,0.018083546,-0.031642105,-0.048069768,-0.018427838,0.008492544,0.02091986,-0.000088890956,0.005619343,0.0074309763,0.020936254,0.03488829,0.013689719,0.0036150697,-0.017116249,-0.021214966,0.03210116,0.0101812165,0.010173019,-0.012074824,-0.021641234,0.027379438,-0.011255081,0.027330255,0.017312987,-0.013074912,-0.010820617,0.009943491,0.0059718327,0.021477284,0.0142471455,0.058660857,0.036199883,-0.007570333,0.0033814427,0.06485812,0.025084157,0.012460104,-0.013853668,0.0062833354,0.07640011,0.011255081,0.018116334,0.005193076,0.0012357635,-0.009222116,-0.036790095,-0.02731386,0.008976193,-0.010566496,0.04183972,0.008902417,-0.023559432,-0.03303567,0.04013465,-0.057841115,-0.00079976243,0.0020380877,-0.043216888,0.037675418,-0.0335767,0.0000072287944,0.038495164,0.082630165,-0.04780745,-0.04272504,-0.026346562,0.009951688,0.010525509,-0.03121584,0.016583415,0.000117581985,-0.06761246,0.002772783,-0.01650144,-0.015091482,-0.0019274224,-0.075547576,0.08479428,0.010697655,-0.00415815,-0.056168836,0.013993025,0.016394874,-0.034560394,0.00003880974,0.039610013,0.017149039,-0.0017224865,-0.005545566,-0.06256284,-0.02401849,-0.037937738,-0.010574694,0.017362172,0.0018249544,0.0141979605,-0.020313248,-0.041249502,0.07298998,0.04177414,0.029018926,-0.016698178,0.0665304,0.04685655,0.022297028,0.024444757,-0.03488829,0.0065128636,0.043315258,0.0039573126,0.0057464032,-0.042921778,0.011369845,0.03905259,-0.046167962,-0.011164909,-0.017673673,0.007353101,0.014238948,-0.016042383,0.04020023,-0.02129694,-0.06180867,0.0033363567,-0.006680911,-0.045053113,-0.031707685,0.019952562,0.01579646,-0.035281766,-0.012558473,0.013574955,0.0003660668,0.0073449034,-0.031806055,0.05426703,-0.007680998,0.018149124,-0.016337492,0.0081564495,0.029084506,0.036101513,0.025543213,-0.035281766,-0.057775535,0.00053488277,-0.029691117,-0.023428274,0.028084418,0.02875661,-0.023674197,-0.010886196,-0.08407291,0.03508503,0.0030535453,0.00076389866,0.05295544,-0.018034361,-0.030182963,-0.019526295,0.025559608,0.044528477,0.0022952822,-0.009131945,0.029461589,-0.04561054,-0.0017306838,-0.0479714,0.00569312,-0.052693125,0.0079925,-0.00033302087,-0.034396444,-0.006885847,-0.019001659,-0.03383902,0.02987146,-0.02136252,-0.03064202,0.01170594,-0.024707075,-0.0062833354,0.011345252,-0.0020165695,0.013755299,-0.011607571,0.03367507,0.010418942,0.030396096,-0.019985352,0.015886633,0.044758003,-0.021526469,0.021723207,-0.027805706,-0.0055537634,0.004045435,-0.03131421,-0.0061521763,0.039937913,0.051643852,0.0033588996,-0.015550538,-0.011853494,-0.0019591874,0.022149473,0.03054365,0.04665981,0.04183972,0.008492544,0.030084593,-0.025133342,-0.0062956316,-0.05439819,0.04272504,0.047282815,-0.021690417,0.007406384,-0.006430889,0.015247232,-0.06400558,-0.0041458537,0.004426616,0.019362345,0.011041948,0.027330255,0.07758054,0.034298077,-0.03383902,-0.013312638,0.015780065,-0.0329373,-0.000030388155,-0.023002008,0.008053982,-0.016042383,0.015804658,-0.052529175,0.029412404,0.02852708,0.025690766,0.0065538506,-0.00553327,-0.045840066,0.030707598,0.007820355,-0.0051889773,0.010820617,-0.009099155,-0.032576613,0.04672539,-0.036068723,-0.016066976,0.006869452,-0.032707773,0.02018209,-0.015952213,-0.034101337,0.0010005996,-0.021116598,0.005369321,-0.01832947,-0.021346126,0.012738816,0.01870655,0.067874774,-0.0035330954,-0.0006153201,0.01867376,0.019329555,-0.029363219,-0.01618174,-0.026985962,0.037773788,-0.002133383,0.02862545,-0.03152734,0.012738816,0.013156886,-0.039347697,-0.013132294,0.021411706,-0.0055701584,-0.004500393,-0.017657278,0.039085377,0.027723731,-0.011345252,0.004746316,-0.007029302,-0.020231275,-0.04180693,0.012074824,-0.00818924,-0.029691117,0.0022399495,-0.01064847,0.021444494,0.0031478158,-0.017706463,0.032215927,-0.015230837,-0.020198485,-0.029396009,-0.017886806,-0.042331565,0.006115288,-0.030166568,0.035347346,-0.0075334446,0.022510162,0.0065333573,0.00091298955,0.013952037,-0.03060923,0.0047422173,0.030363306,-0.0239857,0.010804222,-0.04167577,-0.02465789,0.035642456,0.003338406,0.02523171,-0.008590913,-0.0012747014,-0.009328683,-0.0010185315,0.013755299,-0.030740388,0.011541991,0.0035064537,-0.0032502837,-0.0094844345,0.011435424,-0.020608356,-0.0028424612,-0.0053570247,0.047184445,-0.0102140065,0.033396356,0.030051803,0.0027584375,0.02354304,-0.024051279,0.011173107,0.029609142,0.013779892,0.0060906955,-0.015230837,-0.028576264,-0.0043733325,0.0014652918,-0.042069245,-0.00294288,0.010173019,0.0046397494,-0.030969916,0.008308102,-0.00786954,0.008357286,0.01678835,-0.02388733,0.0046602427,-0.022542952,0.037708208,0.008127758,0.023116771,0.0049881404,-0.0048569813,0.010123834,0.0070907827,-0.021919945,0.012599461,0.0012029739,0.050102733,-0.018821314,0.006217756,-0.008004797,-0.040593706,-0.004688934,-0.023231536,0.014107789,-0.035740826,0.012804396,0.03147816,-0.021001833,-0.039282117,0.012788001,0.013427402,0.004906166,0.010222204,-0.0049143634,-0.025182527,0.019624664,0.01269783,0.0022338016,0.028494291,0.019214792,0.010779629,-0.034789924,0.005750502,0.026117034,-0.02798605,0.0015267726,-0.022362608,0.014042209,0.020509986,0.0071973493,0.045905646,0.014984914,0.015583327,-0.017067064,-0.000094078394,0.015361996,0.033281595,0.002817869,0.0077219857,0.015296417,-0.021313336,0.011402635,-0.00243054,-0.03236348,0.008308102,0.009910701,-0.04174135,-0.018116334,-0.0470205,0.0087548625,0.0047422173,0.03297009,0.024641495,-0.0018987313,-0.012804396,0.011304265,-0.014304527,0.03888864,-0.013919247,0.017362172,-0.021493679,-0.022870848,-0.0128699755,-0.014132381,0.008779455,0.007877736,-0.019723034,-0.00700471,0.035904773,-0.019723034,0.01678835,0.034199707,-0.0016087469,-0.002088297,-0.032511033,0.010861604,0.009738555,0.028002445,-0.013952037,0.03182245,-0.03051086,0.004172495,-0.048463248,-0.021051018,-0.006201361,0.016165346,-0.04695492,0.0035392432,0.007828552,-0.0028916458,0.035675246,0.038036108,-0.046528652,0.018591786,-0.015657105,0.018493418,-0.02805163,0.060759403,0.02657609,-0.002955176,0.029215666,-0.0028219677,0.002328072,0.025510423,0.024264414,0.017935991,-0.011041948,0.034658764,0.023034798,0.008508939,0.034298077,0.020952648,0.02855987,0.0037585248,-0.02075591,-0.011886284,0.011123922,-0.016624402,0.053939134,-0.05951339,-0.0332652,-0.012296155,0.01742775,-0.00415815,-0.011582978,0.010328771,0.030100988,-0.020346038,0.02344467,-0.0042380746,0.01451766,0.014312725,-0.023788963,-0.013411007,-0.013058517,-0.008623703,-0.009000786,-0.018493418,0.022969218,0.0041294587,0.0059021544,-0.07423599,-0.06338258,-0.001736832,-0.0220675,-0.0023424176,-0.045151483,0.02395291,-0.012328945,0.016739165,-0.042921778,0.00009004372,-0.05728369,-0.03288812,-0.029379614,-0.0023014303,-0.0047258222,0.017575305,0.024313597,0.002789178,-0.0030391996,-0.017706463,-0.005238162,-0.020067325,0.052496385,0.012460104,-0.03306846,0.010386152,0.016140753,0.010943579,-0.007467865,0.017952386,0.0067628855,0.0135339685,0.01816552,-0.017509725,0.026789224,-0.04426616,-0.013779892,0.04151182,-0.048528828,0.00227069,-0.039708383,0.008336794,-0.021821577,0.04046255,-0.0046192557,-0.020428013,-0.0024674286,0.009607396,-0.034527604,0.0029818176,0.0022952822,0.0027235984,0.022788875,-0.04695492,0.034527604,-0.048332088,0.024854628,0.04147903,0.02651051,0.019706639,-0.0009975256,0.0010943578,-0.023067588,0.03064202,0.027740126,0.048955094,0.0009488533,-0.046627022,-0.002321924,0.01554234,0.019821402,-0.004762711,0.0018505714,0.035937563,0.00374213,-0.01301753,-0.024313597,-0.019723034,-0.007365397,-0.0063530137,-0.016952299,0.03347833,0.025690766,0.0019550887,-0.010091045,-0.032740563,-0.029887855,-0.0015421428,-0.03492108,0.05600489,-0.014509463,0.03115026,-0.024198834,-0.012501091,-0.025608793,-0.018395048,0.0030822363,0.04784024,0.033216015,-0.000610709,0.02119857,0.016288307,-0.01042714,-0.0045618736,-0.013632338,-0.0014529957,-0.005750502,0.006057906,-0.0008991563,-0.0032113458,-0.00316626,-0.0003668353,0.032543823,-0.010304178,0.03344554,-0.03360949,0.0069596237,-0.016288307,-0.0025248106,0.013574955,-0.025100552,-0.020034535,-0.031265024,0.011115724,-0.0029305837,0.049610887,-0.018591786,-0.009812332,-0.041938085,-0.0047545135,0.028707424,-0.010746839,0.030674808,-0.028297551,0.006943229,0.013230663,0.0038466472,0.024248019,0.02731386,-0.012591263,0.0015892781,-0.0042298776,-0.008357286,-0.005541467,-0.015591525,-0.0022850356,0.029527167,0.015788263,0.011164909,-0.007262929,-0.008623703,-0.045184273,0.024034884,0.0018864352,0.034330864,-0.025084157,-0.018657366,-0.036822885,0.010025465,0.016870325,0.013935642,0.033429146,-0.00035761317,0.031068286,-0.015427576,-0.028641844,0.008779455,-0.03195361,0.014525858,0.009017181,0.018870499,0.02600227,-0.01167315,0.032412667,-0.002824017,0.025051367,0.02795326,0.010189414,0.03203558,0.0019837797,0.014534055,0.011517399,-0.00649237,0.024493942,0.019673849,-0.03639662,-0.0037503273,0.007279324,-0.010402547,0.03297009,0.01432912,-0.0020421864,-0.015804658,-0.035380136,-0.028838582,0.013370019,0.0053570247,0.003319962,-0.034363654,-0.026805619,0.014542253,0.039773963,-0.013288045,-0.01493573,0.017739253,-0.03747868,0.006869452,-0.01864097,0.022198658,0.009197524,-0.054726087,0.01547676,0.017132644,-0.058693647,-0.0043897275,-0.02001814,0.021559259,0.009164735,-0.04682376,-0.021821577,-0.03144537,0.0195099,0.008418768,-0.007467865,0.035937563,-0.025821926,0.02862545,0.011943665,0.029182876,-0.0070825852,0.023838146,-0.026641669,0.00438153,0.04265946,-0.008209733,0.015230837,0.029182876,0.024985787,-0.00086226786,0.0156735,-0.01096817,-0.026854804,-0.04908625,-0.02126415,0.010238598,0.027067937,-0.0046643415,-0.0077342815,-0.0002938269,-0.03092073,0.000002433614,0.007906428,0.019886982,0.026559696,0.016608007,0.0050086337,0.016124358,-0.0101320315,0.007980205,-0.029363219,0.03656057,0.023083981,-0.042069245,-0.0001685598,-0.00003832942,-0.008254819,0.01675556,0.013607745,0.0030432984,0.0048979684,0.011787914,0.022297028,0.026559696,-0.046495862,-0.0011107527,0.0018300777,-0.00936967,-0.013337229,0.029379614,-0.017263802,0.014156973,0.012878173,0.009328683,0.00661943,0.023362694,0.0002416963,-0.048364878,0.006623529,-0.0030453478,0.01864097,0.02919927,-0.012935556,-0.0065128636,-0.0141815655,0.019116422,0.016714573,0.012951951,0.02123136,-0.005516875,0.0005079849,0.010869801,-0.016034186,-0.012706027,-0.011755125,0.021952735,0.051611062,0.011394437,0.005734107,0.014607833,-0.016009593,0.015935818,0.027412228,0.0067505892,-0.007996599,-0.017411355,0.0018106089,0.0001949453,-0.009664778,0.025494028,-0.006660417,0.0076891957,0.008992588,0.03182245,-0.0020811243,0.0038364003,0.022575742,0.0029797682,0.01461603,0.03524898,0.016624402,-0.03498666,-0.026428536,0.012443709,-0.06246447,-0.021067413,0.022280633,0.019739429,-0.03144537,-0.014255343,-0.0054553943,0.019460715,-0.01608337,0.023870936,-0.019952562,0.0015195998,0.00087097764,-0.014919335,-0.009574606,0.03662615,0.107419215,0.022477372,0.02875661,-0.013648733,0.028346736,-0.00068756,-0.003520799,0.009861517,-0.036954045,-0.0038548447,-0.020624751,-0.015976805,0.00087200233,-0.001221418,-0.005225866,0.03233069,-0.0134847835,-0.017214617,-0.02644493,0.01634569,0.011976455,0.035806403,0.0078244535,-0.004209384,-0.0128863705,-0.027395833,0.0024038984,0.01036156,-0.01397663,0.030346911,-0.024608705,-0.017444145,0.0022276535,0.004672539,0.001052346,0.00057382055,-0.02126415,0.02008372,-0.015468563,-0.00087558874,-0.018362258,0.0008079599,0.016673587,-0.010550101,-0.02075591,0.026854804,-0.015009507,-0.004096669,0.016739165,-0.035511296,0.001289047,-0.0014755386,0.034724344,0.015058692,-0.025756346,0.0013238861,0.041413452,0.02798605,-0.006853057,0.0015329206,0.0023629111,0.013214268,-0.010000873,-0.015853843,-0.018575393,-0.040495336,-0.022231448,-0.014312725,0.001688672,-0.006693207,-0.018280284,0.01864097,0.0059595364,0.006287434,-0.01487015,0.01096817,0.006201361,-0.0064226915,0.0582018,0.0016353886,0.017706463,-0.016730968,0.0008837862,0.025821926,-0.018903289,0.0074186805,0.009271301,0.019296765,0.0059718327,0.0067587867,-0.0239857,-0.003955263,0.017903201,0.0077055907,-0.013837273,-0.009713963,-0.019395135,-0.002123136,0.002190765,-0.021674022,0.004195038,0.03734752,0.024198834,-0.016419467,-0.004877475,-0.009509027,0.0029879657,-0.009181129,-0.034330864,0.007656406,-0.018034361,0.03060923,0.010205809,0.0023178253,0.05059458,-0.0037872158,-0.014124184,0.001688672,0.013247058,-0.038232844,0.029461589,0.006545653,0.0054062097,0.017149039,-0.0034490714,0.0016200185,-0.013779892,-0.00822203,-0.00058714143,-0.017673673,-0.015239035,-0.0068202675,0.012468302,-0.003303567,-0.03310125,0.015165258,-0.023182351,-0.022280633,-0.007295719,0.036757305,-0.034134127,0.01672277,-0.012747014,-0.03219953,0.017608095,0.0070538945,-0.0035289966,-0.0061480775,0.0076195174,0.010877999,0.026297377,-0.0045905644,0.023182351,0.00014179003,0.016542427,-0.042102035,0.014845558,0.0011179254,-0.007640011,-0.004176594,-0.0041561006,-0.032740563,-0.003674501,0.0058160815,0.028248368,-0.002567847,-0.017034274,0.0121404035,-0.015903028,0.0031293714,-0.021837972,-0.009574606,-0.0246251,-0.00058253034,-0.012132207,-0.019723034,-0.016526032,0.003949115,-0.022723295,-0.021952735,0.0065005673,0.02190355,-0.0024961196,0.016107963,0.023674197,-0.025903901,-0.014755386,-0.018690156,0.020067325,0.00059380184,0.001905904,0.00018072786,0.01327165,-0.0077793677,0.02872382,-0.013632338,-0.02082149,-0.011107527,0.019526295,0.01266504,-0.019755824,-0.015583327,-0.016493242,-0.0066891084,0.0087220725,0.06128404,-0.029117296,0.025379265,0.008000698,-0.008357286,-0.008385978,0.006885847,-0.020346038,-0.007976106,0.034658764,-0.00090837845,-0.0149603225,0.03629825,0.008558124,-0.037708208,0.02213308,0.006467778,0.0010871851,-0.07318672,0.016640797,-0.020542776,0.02523171,0.004729921,0.0036704023,-0.021624839,0.035839193,-0.033904597,-0.03144537,-0.0023752074,-0.025772741,-0.010771432,-0.02347746,-0.031133864,-0.0031580625,-0.0018587688,0.001292121,-0.01045993,0.023706988,-0.013091306,0.011812506,-0.019886982,0.011197698,-0.013427402,-0.006508765,0.01941153,0.008599111,0.010476324,0.008332695,-0.0076359124,0.012525683,0.019067237,0.016239122,-0.019739429,0.0046028607,0.0014724645,-0.06485812,0.011501004,0.023198746,0.0149275325,-0.009664778,0.025887506,0.009886108,-0.019116422,-0.04564333,0.042200405,0.022903638,-0.014452081,0.0121731935,-0.0043282467,0.002596538,-0.03524898,0.020428013,0.022624925,0.01320607,-0.0067464905,-0.013525771,0.017198222,-0.016681785,0.01330444,-0.012419117,-0.004152002,0.009672975,0.003918375,-0.0053201364,0.018477023,0.019050844,0.009861517,0.01826389,0.03282254,-0.0042380746,0.013115899,0.008828639,0.01582925,0.013263453,-0.008525334,-0.0101484265,0.003268728,-0.015517748,-0.04269225,0.0006675788,0.019329555,0.0022542952,0.019985352,-0.030100988,0.018526208,0.0335767,-0.023362694,0.014501265,0.0058447723,0.010984565,-0.013066715,-0.00873027,0.012115812,-0.006160374,0.049578097,0.009648383,0.0026682657,0.0051766816,0.024362782,0.03724915,0.026723644,0.0042585684,0.009886108,-0.039511647,-0.014156973,0.034494814,0.026346562,0.040692076,-0.01007465,0.0039163255,0.00030125582,0.012976542,0.0015267726,-0.014493069,-0.020477196,-0.017886806,0.0074596675,0.008508939,0.0029408305,-0.038068898,0.027789311,0.013115899,0.025182527,-0.013738904,0.020100115,0.025953084,0.04665981,0.03511782,0.044725217,-0.0022174066,-0.000686023,0.00598003,-0.021411706,-0.015493155,0.014435686,-0.015452168,-0.042888988,0.013960235,-0.0005369321,-0.02805163,0.0025862914,0.0031580625,0.0022973316,-0.0033343073,-0.02008372,-0.009263104,-0.019903377,0.02801884,-0.02852708,0.0101484265,-0.005016831,0.0271827,0.026641669,0.00174298,-0.014173368,0.021985525,-0.011156712,0.032527428,0.026723644,0.02987146,0.024903813,-0.024756258,0.02018209,-0.010287783],"social":"https://twitter.com/oona_singh_"},{"title":"velt","description":"understand patents in simple terms","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=BLr6EdZtbzo","youtube_transcript":"Hi. I'm Adam. I'm building Belt. A tool to quickly and easily understand patterns. When you're looking at dozens or even hundreds of patents, the time to review each one can quickly add up. Veltz a tool that can extract some key critical information from the face of a patent to speed up that workflow. When Veltz done processing the patent, it returns some key information from the face of the patent as well as the claims. It also returns a nice plain language summary of the patent, and an extracted list of key features of the pattern. Vel also takes the reference pattern and all of its citations and adds them to a semantically searchable vector database, so the attorney can quickly and easily navigate the space. I'm also working on a Chrome extension that adds some of the Vault function are you right on top of Google patents? Our focus over the last six weeks was being more strategic and consistent. We used more targeted social media posts so we could find the right users. We also focused on moving faster, so we could get and listen to more customer feedback. And we made sure to consistently post these updates to footer. This drove traffic to the app. It also resulted in a high percentage of new users, while our monthly recurring revenue stayed consistent. And by focusing on patent attorneys, I was able to get really good feedback and I'm really excited about the roadmap moving forward.","embedding":[-0.0074161785,0.047963984,0.014500739,0.033674274,-0.019399637,-0.021720963,-0.025368758,0.024630154,-0.01906802,-0.02661986,0.050918397,-0.016505519,0.004442924,-0.042477217,0.00976765,0.018766548,0.0048310673,-0.0063836416,-0.087547086,0.009858091,0.011448349,0.011636768,0.03475957,0.033161774,-0.022459565,-0.03177501,0.013302393,0.010370591,-0.007638513,-0.007193844,0.02060552,-0.017048167,0.0009552852,0.015427762,-0.027961405,0.0011144994,0.022203315,-0.019851843,-0.004789615,0.03361398,-0.017636035,0.018450005,0.061922077,0.04965222,-0.0070431083,0.024162874,0.008139708,0.026031991,-0.038799275,0.028021699,-0.029574273,-0.015631255,-0.011734745,0.038377218,-0.010144488,-0.009662135,-0.016128682,-0.012058827,0.0075744507,0.050737515,-0.0063271155,-0.024524638,0.032317657,-0.015932726,-0.07554855,0.0050307917,-0.07343826,0.04696913,0.012405518,0.009240076,0.054325014,0.049983837,-0.0032408098,-0.03843751,-0.031684566,-0.0611684,0.022941917,0.026137507,-0.020168388,0.003116453,0.03041839,0.004736858,0.036086038,-0.010476106,-0.03524192,-0.021133093,-0.012450739,-0.016279416,-0.0039341925,-0.00034457154,-0.02533861,0.03545295,-0.045280896,0.015179048,0.058877222,0.05724928,0.007657355,0.04223604,0.026589714,0.031172067,0.017485298,0.01202868,0.030900743,-0.028051846,0.004589891,0.012624084,0.009956069,-0.022685667,0.0036308374,-0.027539346,-0.11480003,-0.06765002,-0.013852578,-0.00955662,0.01689743,-0.018359564,-0.008478862,-0.0012859608,0.0065042297,-0.033342656,-0.07331767,0.06801178,0.007382263,-0.009707356,0.03436766,0.010604231,-0.050315455,-0.003174863,-0.012616548,-0.03364413,-0.0012803082,-0.006070866,0.06819267,-0.01624927,-0.03165442,-0.028745228,-0.016128682,0.024449272,-0.020982359,0.0070807924,0.00008272779,-0.0017372248,0.00076545286,-0.03988457,-0.042386778,-0.04654707,0.017138608,0.00015026428,-0.014930335,-0.00438263,-0.05131031,0.021223536,-0.030765083,-0.011169489,0.038588244,0.004529597,0.0056563434,0.07283531,-0.013784747,0.022173168,0.029936038,0.034578685,0.02794633,0.024705522,0.004077391,0.018043019,-0.029122068,-0.023439344,-0.049772806,-0.038708836,-0.020243755,-0.0122397095,-0.030991185,-0.027358463,0.07060443,-0.06692649,-0.010709746,0.013890261,-0.022323903,-0.06146987,-0.04069854,0.01706324,-0.0071523916,-0.0055131447,-0.08362796,-0.0328603,0.015088607,0.028097067,-0.06807208,-0.007401105,-0.017349636,0.03174486,0.029709935,-0.02661986,-0.023137873,-0.037502952,0.014463056,-0.024735669,0.011259929,0.004258273,-0.02606214,0.005694027,0.038286775,0.01906802,-0.020273903,0.027524272,-0.003713742,0.045552216,-0.022203315,-0.039944865,0.026604787,0.03708089,-0.0054867663,0.006134928,-0.01860074,-0.008840627,0.0012426244,0.037894864,0.00799651,0.038467657,-0.014794673,0.00538502,-0.0047745416,-0.016369857,-0.01629449,0.07976914,0.011418202,-0.0305842,0.061801486,0.0008822728,0.016852211,0.0068848366,-0.008931069,-0.027418757,-0.036960304,-0.043321334,0.00652684,-0.039703686,0.018374637,-0.03340295,-0.023770962,0.025745595,0.00015815433,0.019972432,0.02291177,0.035000745,-0.034880158,-0.03759339,0.029483832,0.054536045,0.057942662,-0.020530153,-0.0015224268,0.05149119,0.0130762905,-0.018495226,-0.033342656,0.041030157,-0.023183094,-0.036327217,0.039552953,0.021509932,-0.023997065,-0.021570226,-0.03720148,0.022037506,-0.02200736,-0.015495593,-0.0821809,-0.01533732,0.053933103,0.026499271,-0.010724819,-0.007683734,-0.019776477,-0.042416923,-0.027991552,0.00463888,0.021419492,0.030267656,-0.031172067,0.036236774,-0.036236774,0.009925921,0.013505886,0.026258096,-0.015902577,-0.0060784025,-0.022534933,-0.01079265,-0.022429418,-0.010445959,0.015555887,-0.0058259205,0.024856256,0.029061772,0.05788237,-0.010596694,-0.0057543213,-0.025308462,-0.0075819874,-0.010996142,-0.009805334,0.0003106561,-0.022534933,-0.021102946,0.028338242,0.006428862,-0.032076478,-0.02440405,0.00074472674,0.026906257,0.01988199,-0.03433751,-0.022972066,-0.030991185,0.007845774,-0.0359956,-0.01109412,-0.027102213,-0.03690001,-0.031111773,0.011591547,0.020756256,-0.0036930158,0.00057656266,0.029709935,-0.002547427,0.053209573,-0.03822648,0.05314928,-0.012390445,0.0007517925,-0.09930444,-0.029091919,-0.01962574,0.012300003,-0.013634011,0.028971331,0.022519859,-0.03876913,-0.059058104,-0.019354418,-0.01480221,0.05622428,0.03885957,-0.009013973,-0.022836404,-0.021223536,0.018630888,-0.025489345,-0.040547807,0.0060294135,-0.051822808,-0.004356251,0.024976846,0.0019181072,-0.0601434,-0.039191186,-0.01817868,-0.004552207,0.03174486,0.0067755533,0.03216692,-0.035332363,0.0012501612,-0.061530165,-0.000457152,0.013829967,-0.0013340077,-0.008976289,-0.0050609387,-0.024750741,0.012413055,-0.03114192,0.005837226,0.013837504,0.013792283,-0.021163242,0.048355896,0.02734339,0.039944865,-0.02487133,0.011531253,0.020032726,0.044165455,-0.033764716,-0.000806434,-0.052968398,0.03147354,0.032106627,-0.008704966,-0.0013434286,0.009006436,0.020530153,0.018676108,0.052998543,-0.01279743,0.01881177,-0.013988239,0.024946697,-0.052063983,-0.04181398,-0.01927905,-0.025444124,0.019414712,-0.05076766,0.037352215,0.007830701,0.0028074456,0.018841917,-0.0055508288,0.060173545,-0.009699819,0.06403237,-0.018027946,0.0062291375,0.018826844,0.039311774,0.025308462,0.01860074,-0.034488246,0.0431706,-0.0040623173,-0.01151618,0.00141597,0.013422982,-0.0329206,-0.01762096,-0.053722072,0.021163242,0.0050081816,0.024509566,-0.0390706,-0.05336031,-0.02631839,0.0010994258,0.10726327,0.026650008,0.01202868,-0.01251857,-0.035633832,-0.00927776,0.010242466,-0.029061772,-0.022248536,-0.02564008,0.0077101123,-0.01123732,-0.03454854,-0.051219866,-0.028081993,0.00452206,0.016505519,-0.009368201,-0.018269124,-0.0015026429,-0.01783199,0.0060595605,-0.00173063,0.0151865855,0.01624927,-0.041391924,-0.032106627,-0.0026717838,0.011923165,-0.021720963,-0.0010956575,0.03647795,-0.02529339,0.021464711,0.00008537743,-0.011953312,-0.0056563434,-0.008011583,0.012699452,-0.020575373,-0.02000258,-0.02533861,-0.034970596,-0.01153879,0.010016363,0.009918385,0.030448537,-0.008953679,0.068855904,-0.04326104,0.044527218,0.010106804,-0.020017652,0.010800187,-0.0068923733,0.03686986,-0.01890221,0.013656622,0.031835303,-0.016053313,-0.03916104,-0.01077004,-0.009247613,0.03135295,0.012925555,0.02678567,0.042326484,0.021449639,0.03864854,0.019716183,0.012940628,-0.00078570796,0.05281766,-0.024208095,-0.022896698,0.032558832,-0.006018108,-0.045160305,0.024253316,0.004650185,0.02636361,0.005094854,-0.025685301,-0.025820963,-0.005562134,-0.051250014,-0.017244123,-0.026770595,-0.029272802,-0.07422208,0.012970775,-0.02512758,0.003174863,0.019354418,-0.013023533,-0.009187318,-0.015706621,-0.039914716,0.04244707,-0.014892651,-0.041874275,-0.007566914,0.027056992,-0.019957358,0.021525007,0.0076008295,0.042808834,0.0005563076,0.03451839,-0.021615447,0.01561618,0.029031625,0.037502952,0.032980893,0.010868018,0.022384197,-0.037502952,0.00083987846,0.0020311587,-0.029920964,-0.026258096,0.006971509,-0.00035305042,0.01587243,0.018480152,-0.009737503,-0.0034160395,-0.014402761,0.039191186,0.01552574,-0.016128682,-0.019640815,0.03062942,0.0061876853,-0.0359956,0.007973899,-0.03062942,0.031413242,0.0025078591,-0.002654826,-0.015601107,-0.036839716,0.0136114005,-0.043954425,0.0067378697,-0.0329206,0.031383097,-0.0015676474,0.000006602031,0.03228751,-0.024524638,0.0027942562,-0.001660915,-0.023152947,-0.012397981,0.019912139,0.03780442,0.015156438,0.011553863,-0.03246839,-0.04326104,0.010378128,-0.020967284,0.007936215,-0.008448715,0.0030241276,-0.0436831,-0.023017285,0.040517658,0.0052757366,-0.011418202,-0.016143754,0.022143021,-0.03228751,-0.018238975,-0.03904045,-0.014101291,-0.0108981645,0.0048687514,-0.018404784,-0.0017805612,-0.0023514712,0.00037542518,0.021690814,-0.034247067,-0.0118704075,0.027735302,0.02256508,0.015216732,0.0014564801,-0.04347207,-0.013498349,0.019339344,0.014990629,0.013257173,0.024223167,0.0055847443,0.013897798,0.0064137885,0.008885848,0.039221335,0.03617648,-0.013136584,-0.04347207,-0.013513423,-0.009466179,-0.018977579,-0.01379982,-0.017425004,-0.026695227,0.0395831,0.007468936,0.030312875,-0.02692133,-0.030056626,0.06650443,0.025429051,0.019942285,0.009843017,-0.0022685667,-0.0012906713,0.017425004,0.020937137,-0.014003312,0.015555887,0.03647795,-0.021344123,-0.04654707,0.020017652,0.016565813,0.049260307,0.017515445,0.010528863,-0.04787354,0.015246879,-0.018419858,0.005049634,0.042085305,0.028941184,0.0039078137,-0.03382501,0.0073973364,0.050194867,-0.0044881445,0.027795596,-0.020047799,-0.0038267933,-0.0042921887,0.0042281263,0.015141364,-0.01762096,0.022700742,-0.0011634884,-0.013204415,-0.011079047,-0.01452335,0.0075443033,-0.0130989,-0.03690001,0.0064326306,0.0035328595,-0.0011126152,-0.036327217,-0.01983677,-0.02102758,0.009692282,-0.032619126,-0.018043019,-0.012616548,0.015797064,0.011357907,0.005452851,0.013264709,-0.009420958,0.0010834102,-0.031594127,-0.0036251848,-0.012179415,0.029378317,-0.026031991,-0.012322614,0.021389345,-0.0018041135,-0.018223902,-0.011719672,-0.043532364,-0.034458097,0.032800008,-0.0050797807,0.0037702676,0.025926478,-0.011350371,-0.0008050209,0.004096233,0.02291177,0.01633971,-0.023152947,0.012013606,-0.009616914,-0.06403237,0.010242466,-0.046727955,-0.036658835,-0.015269489,0.02939339,-0.003655332,0.011425738,0.014877577,-0.011953312,0.00827537,0.0060294135,-0.0017409931,-0.01825405,0.008539157,0.015962873,-0.030810302,0.042205893,0.0021310209,-0.018826844,-0.015216732,-0.002321324,-0.0054490822,0.0055169133,0.011862871,0.007732723,-0.0013500233,0.011184562,0.016656255,0.0051551485,0.013762136,0.0108981645,0.019173535,0.0050760126,0.08067355,-0.0027980246,0.007717649,-0.005042097,0.013181805,0.01864596,0.002025506,0.004088696,0.011214709,0.008667282,-0.011207172,0.0026680154,-0.0050345603,-0.013272246,-0.045883834,-0.0034480707,-0.0034537234,-0.005927667,-0.011704599,0.003095727,-0.008697429,-0.0122397095,-0.04235663,-0.018992653,0.038678687,0.015751842,0.024961771,-0.067047074,-0.036297068,-0.020484932,0.015962873,-0.048898544,-0.023680521,0.01503585,-0.0061047813,-0.008162319,0.0018210713,0.029242655,-0.018480152,-0.019851843,-0.024856256,0.02729817,-0.01030276,0.025790816,0.0030994953,0.0077251857,0.0066888807,-0.071267664,-0.000060941824,-0.018992653,0.0063045053,-0.020891918,-0.026996698,-0.01906802,0.012458275,0.014854968,0.022082727,-0.0001827666,-0.00351967,0.018073166,-0.0028055615,-0.014455519,0.012631621,0.005298347,-0.015812136,0.044738248,-0.008245223,-0.0036402585,-0.015842283,0.0028771607,0.00038955663,0.0076045976,-0.0067001856,0.014123901,0.010144488,-0.00060623867,0.045069866,-0.022444492,0.001769256,-0.007427484,0.007627208,0.010950922,-0.0020405797,-0.009405885,-0.0015478635,-0.010408275,0.016445225,-0.02456986,-0.012435665,-0.0016486677,-0.0030448537,0.018314343,-0.01890221,0.0073747262,0.015367468,-0.009978679,0.014666548,0.0032577675,0.007065719,-0.013973165,-0.0055282186,0.043019865,-0.028428685,0.015631255,0.0044881445,0.0061085494,-0.033282362,0.06403237,0.022896698,-0.0025700375,-0.018570593,-0.047963984,0.013445592,-0.0016514941,-0.0018191871,0.050526485,0.018223902,0.060294133,0.0019821697,-0.032016184,-0.030433465,-0.033553686,-0.016354784,0.015495593,-0.0074124103,0.03904045,0.009880701,0.02857942,0.029755155,-0.025052212,0.017982725,-0.051973544,0.03988457,0.035422802,-0.014598717,-0.0016684517,-0.006575829,-0.008697429,-0.00904412,-0.0007970131,0.043863982,-0.006093476,0.08097502,0.012141732,-0.0328603,0.01382243,-0.062223546,0.035694126,0.00703934,-0.019595593,0.009451105,0.007216454,-0.014395225,0.018917285,-0.012872797,0.0027339621,-0.03783457,0.01911324,0.05046619,0.033855155,0.013694305,-0.0019030336,0.0063421894,0.03258898,-0.01911324,-0.048054423,0.045280896,0.020997433,0.007638513,-0.01915846,-0.004548439,0.0057844683,0.020726109,-0.048325747,0.024931625,-0.016867284,-0.018962504,0.024886403,0.024373904,0.00850901,0.038829423,-0.027072066,0.023152947,-0.032649275,-0.01881177,-0.035302214,0.06620296,0.010528863,0.04564266,-0.01202868,-0.013784747,-0.06288678,-0.016490446,-0.037502952,-0.023047432,0.03195589,0.02631839,0.0075518405,-0.0231228,0.044828687,0.03213677,0.034096334,0.0031221057,0.0011361676,-0.012804966,0.018962504,0.061861783,0.009616914,-0.032769863,-0.016490446,-0.0086898925,0.029106993,-0.006613513,-0.0027396148,-0.009918385,-0.0088557005,-0.045913983,0.02960442,0.030719861,0.0044579976,-0.00091854343,-0.020198535,0.0042281263,0.013174268,0.013634011,0.0008130287,-0.0033595138,-0.039703686,-0.032558832,0.028247802,-0.0059352037,-0.01979155,-0.011207172,0.01983677,-0.02081655,-0.007284285,0.026891183,0.007815627,0.015812136,-0.0047519314,0.00064721983,-0.023831256,0.034488246,-0.02128383,0.02081655,0.01303107,-0.012902944,0.021208461,-0.012669305,0.021555154,-0.004137685,-0.02440405,0.028926112,0.00028969446,-0.01051379,-0.008267833,0.025067287,-0.00449945,0.017696328,0.0072013806,-0.008961216,0.0036119954,-0.010174635,-0.025172802,0.0065984395,0.012081437,0.017138608,-0.016671328,0.0042431997,0.032558832,-0.009240076,-0.022519859,-0.0021121788,0.026815817,-0.018841917,-0.021042652,-0.013935482,0.0064326306,0.022685667,0.022534933,0.030373171,0.0052041374,0.006376105,-0.004239431,0.029574273,-0.010031437,-0.006146233,-0.005219211,-0.03258898,0.022504786,-0.036297068,-0.018570593,0.005908825,0.01557096,-0.012013606,0.012194488,0.038708836,-0.013181805,-0.004167832,-0.024811037,0.022143021,0.022836404,0.036960304,-0.038889717,0.015307173,0.02550442,-0.031172067,0.007212686,0.0070129614,0.025609933,0.04491913,-0.023695596,-0.005622428,-0.01860074,0.0106645245,-0.0005134422,-0.05357134,0.008561767,0.0052342843,0.00020490585,-0.0036911315,-0.05140075,-0.0231228,-0.025429051,0.02018346,0.006850921,-0.0042997254,0.022037506,0.019927211,0.0073860316,0.011139342,0.03144339,-0.00034127422,0.043110307,-0.022263609,-0.025685301,-0.006466546,-0.003225736,-0.00016357139,-0.0130989,0.027433831,0.01671655,-0.0037928778,-0.0022101568,-0.003971876,0.009782723,0.005045865,-0.0033161773,0.011071511,0.0076761968,0.025187874,-0.0057166377,-0.03762354,-0.020077948,0.033975743,-0.024705522,-0.011825187,-0.002605837,-0.0064137885,0.015216732,0.022459565,-0.0075066197,-0.016761769,0.0044843764,-0.003774036,0.014123901,-0.008569304,0.0038399827,-0.0055357553,0.0049704975,0.007898532,0.042718396,-0.01279743,0.013656622,0.046878688,-0.010543937,-0.014704232,0.06807208,0.0022101568,0.040969864,-0.02764486,0.025429051,0.0030316645,0.005788237,-0.014123901,-0.0071599283,0.016173901,-0.012179415,-0.017892284,0.026710302,0.0028639713,0.033855155,-0.03711104,-0.00095999567,0.03997501,-0.008282906,0.009066731,0.0062743584,0.019761402,-0.0002515396,-0.03382501,-0.033885304,-0.017259195,0.022836404,-0.0065984395,-0.017198902,0.021736035,0.011161951,-0.0058146156,-0.00853162,0.018043019,0.011184562,-0.015194122,0.0035931536,0.018359564,0.012654231,-0.0016345363,0.0013839388,0.0010758735,0.010023899,-0.00764605,-0.013641547,0.018480152,-0.01480221,0.032257363,-0.020319123,-0.033372805,-0.008795407,0.042266186,-0.0067943954,0.019972432,0.0064137885,0.0046803323,0.017982725,0.03635736,0.014455519,-0.015246879,-0.029679788,0.022218388,-0.018676108,0.013468202,-0.0071787704,-0.033493392,-0.016354784,-0.018841917,-0.01573677,-0.033222068,0.006911215,0.009390811,0.022730889,0.01461379,-0.005045865,0.0016477256,0.01254118,0.010340444,0.021238608,-0.014538423,0.00060906494,0.024735669,-0.009111951,0.019505152,-0.004412777,0.030780155,-0.011651841,0.032528684,-0.0462456,0.006074634,-0.027011773,0.020515079,0.007046877,0.03741251,-0.01983677,-0.004164064,-0.022987138,-0.031533834,-0.0052003693,-0.015540813,-0.00066040916,0.025805889,-0.01881177,0.0056751855,-0.041663248,-0.015043386,-0.044888984,0.016445225,0.023801109,-0.0019294122,-0.0072466014,-0.010272613,-0.00045974276,-0.003904045,-0.0069413623,-0.0022327672,0.0110338265,0.02529339,-0.0462456,-0.038105894,-0.00019065665,-0.0015082954,-0.025172802,-0.022173168,-0.0063459575,0.03379486,0.013558644,-0.01962574,0.008652208,0.0069639725,0.02478089,0.00047010582,0.016535666,-0.007231528,0.009662135,0.03228751,-0.020771328,-0.03536251,-0.0406081,0.012910482,-0.032619126,-0.0025285853,-0.00020031312,-0.019957358,0.009571694,-0.0040057916,0.010227392,0.014809746,-0.018043019,0.0042997254,0.03105148,0.014794673,0.016942652,-0.0329206,0.023348903,-0.040155895,0.021886772,-0.012134194,-0.011779967,-0.015216732,0.01710846,-0.0025813426,-0.011041364,-0.017168755,0.03967354,-0.05209413,-0.0009081804,-0.024795962,0.03147354,0.031684566,-0.017816916,-0.0050797807,-0.017304417,0.016053313,0.00065428554,-0.026031991,-0.0018173029,0.01671655,-0.017711401,-0.013762136,-0.0024306073,0.007815627,-0.00752923,-0.025112506,0.007107171,0.019399637,-0.020108094,-0.034578685,-0.044316188,0.017892284,-0.0020160852,-0.019927211,0.0070355716,0.00778548,0.034910303,0.015375004,-0.006263053,-0.009714892,-0.05221472,0.039733835,-0.0043487144,0.0038399827,0.029076846,0.028097067,-0.017560666,-0.0008992305,-0.009164709,0.003282262,0.010981069,0.016415078,-0.0041602952,0.00927776,0.0028922341,0.049923543,0.013739526,0.00881048,-0.03062942,0.00827537,0.055772074,-0.006715259,0.029076846,-0.0069639725,0.0029412233,-0.02866986,0.013227026,0.013965629,0.020454785,0.0015921419,-0.0032181994,0.013784747,-0.041904423,-0.065117665,-0.005569671,-0.0046049645,-0.039552953,-0.0029336864,-0.03659854,0.013882725,0.0011314572,-0.0024249547,-0.018359564,-0.0068886047,-0.0016147522,0.014010849,-0.0026303316,0.0051852954,0.00389274,-0.01330993,-0.011207172,0.0014310436,-0.0027641093,0.01906802,-0.052877955,-0.024765816,-0.0011361676,-0.0067567113,0.0058522993,-0.019701108,-0.026755523,-0.0036402585,-0.03258898,-0.01328732,0.0039002767,-0.013000922,-0.023454418,0.041723542,0.016912505,0.0055508288,-0.034458097,0.012684379,0.004401472,0.008441179,0.004039707,0.014108827,-0.025218021,-0.015510666,-0.0036930158,0.016143754,-0.0032408098,-0.0076799653,-0.033975743,-0.006070866,-0.014681621,-0.009081804,0.012827577,-0.008313053,-0.006191454,-0.016415078,0.030870596,0.0066022077,-0.0018097662,0.038286775,-0.0008012525,0.02081655,0.01055901,0.005810847,-0.012804966,0.0012708873,-0.045702953,0.033734567,-0.04181398,0.00027768276,0.02230883,-0.007175002,-0.0046125012,0.010468569,0.009910848,0.013483276,-0.051792663,-0.016505519,0.02218824,-0.033734567,0.007706344,-0.0034160395,-0.005611123,-0.01855552,-0.010136952,0.011252393,-0.019052947,0.039914716,0.0021950833,0.0031221057,0.051611777,-0.0075857555,0.015329784,-0.027087139,-0.040758833,-0.0015403267,0.05384266,0.007883458,0.00878787,0.030282728,0.04286913,-0.01256379,0.012767283,-0.011342834,-0.004815994,-0.0028583189,0.0122397095,-0.0062291375,-0.0067378697,-0.009805334,0.033975743,-0.010589157,0.0053209574,0.026770595,-0.026951479,0.010219856,0.022203315,-0.005049634,0.01962574,0.014734379,0.005927667,0.013596327,-0.0395831,0.033855155,0.020484932,0.0136114005,-0.0056676487,0.0039191185,-0.023861403,-0.0034028501,-0.030900743,-0.0072955904,-0.039311774,0.023740815,-0.038919862,0.018766548,-0.021434564,0.010928311,-0.008704966,-0.00058457046,0.0048499093,-0.030825377,-0.016324637,-0.054234575,-0.0062668216,0.010378128,0.0062442115,-0.015555887,0.029529052,-0.00022998915,0.037774276,0.0006269648,-0.02576067,-0.0040170965,-0.007921142,0.018781623,-0.039010305],"social":"https://twitter.com/resjudicoda"},{"title":"faketime","description":"video call your favorite personalities w/ gen-ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=B2gT5PhQ3pk","youtube_transcript":"Hey build space. What's going on? So I'm running this project and I'm building fate time. You can think of it like Cameo plus generative AI. You can video call any of your favorite celebrities and talk to an AI clone of them in real time just like you would talk to anyone else. Now, this is how it works. All you have to do is download the app, and just call one of them. Hey, Ken. What's going on? How are you? Hey, not much. Just hanging out at home. How about you? So I'm recording a demo for BuildSpace. Is there anything you wanna say to all of your fans? Hey, everyone. I just wanna say thank you so much for all of your support and love. It really means the world to me. Remember to always believe in yourself and never give up on your dreams. You are boss ass bitch, and don't let anyone tell you otherwise. Awesome. Thanks, Kim. See you. When we launched, we went crazy viral. In the next six weeks, we had over three hundred thousand using our content. We also worked with Outlier Ventures and the CEO, Jamie Burke, to create a podcast where he interviews an AI clone of Sam Olin. We launched on test flight with thirty six users and a hundred and eighty eight minutes streamed on our platform. Now the average is out to about five minutes per user. But that's a pretty good baseline for us. Next up, we're gonna launch the app store. We're gonna wire up live video. So you can actually video call your favorite celebrity. And we're gonna figure out a way to platform our core infrastructure and turn a really wicked product into a really strong business.","embedding":[0.0051519033,-0.002916558,-0.03353204,0.025670176,-0.0042696767,-0.04734986,0.0030524281,0.010713278,0.025193699,0.0065850555,0.007980983,-0.05842794,-0.01541104,-0.0634905,-0.03895196,0.0022483738,-0.043002013,-0.026697578,-0.03499125,-0.032459967,-0.023258014,0.009775215,0.0071918187,0.015783288,0.013936941,-0.038118128,-0.031477235,0.03365116,-0.03939866,-0.010810062,0.023526032,-0.021337217,0.0070429198,-0.0059075654,-0.0084946845,0.0045265276,0.000022596576,-0.007277435,0.015813068,-0.012775528,-0.0063579846,-0.0034656227,0.0530378,0.005062564,-0.05437789,-0.007478449,-0.047141403,0.03591442,0.017704083,0.03615266,-0.09648651,0.02090541,-0.045056816,0.017897652,-0.025670176,0.010601604,-0.017674303,0.010996186,-0.014487866,0.022826206,0.011911915,0.003664775,0.041423682,0.016959589,-0.019163292,-0.008889266,-0.027010266,0.021545677,-0.0140783945,0.035854865,0.026265772,0.010058123,-0.03939866,-0.0015746062,0.016885139,0.004009104,-0.01810611,0.05595622,-0.010921737,-0.06289491,0.03916042,0.014472976,0.021560565,0.026235992,-0.016140644,0.022051932,-0.039696455,-0.038296804,-0.046605367,0.03916042,-0.015247251,0.04603955,-0.003986769,0.01461443,0.057653666,0.023570701,0.008122437,0.04895797,0.08189441,0.036837596,0.008375565,0.013363679,-0.023421802,-0.019267522,0.036242,0.017525405,0.010274027,0.017391395,0.0035437946,0.01398161,-0.12983987,-0.0021366996,-0.0055167056,-0.022573078,-0.046337347,0.017034037,0.083026044,-0.023153784,-0.034574334,-0.013542358,-0.041989498,0.03180481,0.009440192,0.016215093,0.0011269788,-0.043776285,-0.014242183,-0.010058123,-0.032519527,-0.031387895,0.004898775,0.005032784,0.04053029,-0.034425434,-0.03487213,-0.0066818395,-0.04038139,-0.03916042,0.011822576,0.0042622318,-0.014748439,-0.041274786,0.0022037043,-0.025878634,0.0015448264,0.0011809546,-0.028350357,-0.013497688,-0.04187038,-0.007802304,0.031090098,0.009120059,-0.04568219,-0.012142708,0.019297302,-0.0060899663,-0.015180246,0.05014916,-0.045503516,-0.016617121,0.010877067,0.012514955,-0.028380137,-0.03519971,-0.053663176,0.03895196,0.015195136,-0.027814321,-0.06569421,-0.028201457,0.011353544,-0.018776156,-0.03499125,-0.0039904914,0.030092474,-0.034216974,0.06307359,-0.038267028,-0.021113869,-0.03362138,-0.037433192,-0.0020399154,-0.018791046,-0.0026764583,-0.092257775,-0.0026317886,-0.000037108406,0.021277657,0.036629137,-0.019892897,0.025610616,0.029407538,-0.028484367,0.050804317,0.0028849167,-0.023347354,0.066111125,-0.031030538,0.050595857,-0.024285415,0.042614873,0.026131762,0.012857423,-0.0032627478,0.026116872,-0.012358611,0.017048927,0.021798804,-0.04187038,0.03636112,0.07677229,-0.020428933,0.021441447,0.0031212938,-0.04050051,-0.036956716,-0.02373449,0.017852983,-0.05026828,0.02227528,-0.010772838,0.066587605,0.0018956695,-0.016140644,0.0063058697,0.0049732244,0.022096602,-0.01395183,0.048392154,0.021620125,-0.028350357,0.02245396,-0.008844596,-0.03916042,0.037254512,-0.04011337,0.017495625,-0.0034786514,0.021605235,-0.00419895,0.020652281,-0.004318069,0.01801677,0.03930932,0.05003004,-0.006495716,-0.016944699,-0.07117369,0.014800554,0.052352864,0.06533685,0.0025927026,0.021307437,0.0058405604,0.0038676497,-0.04044095,0.0006239796,0.033412922,0.02217105,-0.005133291,0.0042101173,0.018746376,-0.06164416,0.0070354748,0.008114992,0.026280662,-0.019327082,-0.017927432,0.016438441,-0.002870027,-0.010236802,0.0016592925,0.018791046,0.012090594,0.0058145034,-0.007884199,0.0030449831,-0.018746376,-0.0085691335,-0.00973799,-0.012738303,0.04332959,-0.010646273,0.019133514,-0.0038713722,0.00021229731,0.030524282,-0.010087903,-0.039994255,-0.036837596,-0.010906847,0.00077427446,-0.002469861,-0.02215616,0.018582586,0.021247879,0.061048564,0.01244795,-0.034544554,0.047171183,0.037075832,-0.06366918,0.013520023,0.010586714,0.038237248,0.06896999,-0.018642146,0.046784043,0.02488101,-0.05580732,0.029422428,0.052382644,0.04889841,-0.014450641,-0.042108618,-0.0042361747,0.067480996,-0.013631698,-0.02385361,-0.01046015,-0.023258014,-0.05402053,-0.046426687,0.0024233302,0.009112615,-0.03082208,0.07099501,-0.022707088,0.0077352994,-0.0474392,0.053484496,-0.06384786,-0.035616625,-0.018537916,0.029615998,-0.012701079,-0.013348789,-0.03168569,0.028529035,0.013564693,-0.016408663,-0.029615998,-0.065753765,0.008643583,0.0016015942,0.009983674,0.031000758,-0.037016276,0.0026094539,0.020577833,-0.03478279,-0.02389828,0.010579269,-0.015485489,0.042644653,-0.0069535803,-0.0021925368,-0.076176696,-0.033353362,-0.013252005,-0.07069721,0.028633265,0.05154881,0.013043546,0.02217105,-0.0123362765,-0.02234973,0.007966093,0.002445665,-0.022617748,0.018805936,0.011785351,0.04315091,0.0059969043,-0.02936287,-0.0059336224,0.036599357,0.017867872,-0.017927432,0.034395654,0.041393902,0.004954612,0.006253755,-0.030970978,-0.016423553,0.034544554,0.0072886026,-0.02909485,-0.06414566,0.029005513,0.055092607,-0.06283535,-0.010862177,-0.019371752,0.018121,-0.0007189027,0.038564824,0.056224238,-0.016587341,-0.005639547,0.05291868,-0.041096106,-0.028573705,-0.027010266,0.008420235,-0.020830961,0.010467595,0.0037317795,0.01822523,0.02086074,0.04056007,-0.058904417,0.06259711,-0.018969724,0.003482374,0.0446399,-0.0069610253,0.009201954,0.03921998,0.0693869,0.00071704143,-0.06444346,0.007549176,0.005624657,-0.02383872,0.034097854,0.051370133,0.026742248,0.028186567,-0.040798306,-0.033234242,-0.0036461626,0.050893657,-0.02388339,0.008881821,0.028856613,-0.0036852486,0.03499125,0.0067190644,0.03487213,-0.028737495,0.0026801808,-0.011897025,-0.022647528,-0.017525405,-0.020250255,-0.043091353,-0.012708524,-0.032906663,0.002901668,-0.048034795,-0.0693869,-0.041245006,0.03597398,-0.033412922,-0.04770722,0.00067237177,-0.014897338,0.012358611,-0.023421802,-0.025640396,-0.0065776105,-0.038683943,0.025863744,0.025536167,-0.014912228,-0.007943758,0.0103038065,-0.0040686633,0.0072960476,0.0015960104,-0.0042920117,-0.00022055654,0.0049359994,-0.037046056,-0.025536167,0.010646273,0.0010832397,-0.007832084,0.00062630617,-0.011718346,0.003050567,-0.020265145,0.07379431,0.012098039,-0.026340222,-0.039636895,-0.006183028,0.011554557,0.024836343,0.011688566,0.03353204,0.07998851,-0.01813589,0.013170111,-0.0062016407,0.013989055,-0.02229017,-0.018508138,0.014338967,0.020816071,-0.011926805,-0.0022707088,0.065872885,-0.0040388834,0.010906847,-0.031030538,0.013899716,-0.020994749,0.005851728,-0.037254512,0.0057288865,0.0063654296,0.024032287,-0.028916173,-0.011398213,0.0122916065,0.04011337,-0.0036833873,-0.012790418,-0.010579269,0.012634074,-0.0031566573,0.010542044,-0.004593532,-0.0016537088,-0.046516027,0.00772041,-0.017704083,-0.037611872,-0.004649369,-0.013549803,0.00841279,-0.017718973,-0.0293182,-0.00022893211,-0.011189755,-0.012969097,-0.0146591,0.02494057,-0.004764766,0.022677308,0.056611374,0.0008975814,0.00909028,0.0039197644,0.007005695,-0.014301742,-0.0064622136,-0.013624253,0.014815444,-0.029556438,0.039487995,-0.017034037,0.014197513,0.01196403,-0.0014536259,-0.00052952184,0.025625506,0.02934798,0.021426557,-0.001982217,0.0044706906,0.005788446,0.010921737,-0.000043360997,-0.003381867,-0.016021525,0.012611739,0.018329458,-0.029541548,-0.037850108,-0.022647528,-0.026891148,0.03365116,-0.0075789555,0.028290797,0.024285415,-0.011159975,0.016929809,-0.025283039,-0.028648155,-0.029898906,0.011636452,0.0041096103,0.0037969227,-0.044491,-0.013363679,0.031626135,0.010705833,0.00036712893,-0.034216974,0.002296766,0.0032031883,0.01112275,0.009901779,0.014755884,-0.0025015022,0.025938194,0.0019375473,-0.015619498,-0.0026857646,-0.053365376,-0.005606045,-0.014964343,-0.011390768,-0.025819074,-0.0018295957,0.025982864,-0.00662228,-0.0020399154,0.004842938,-0.035854865,-0.045027036,-0.0021125036,0.009231734,-0.004336681,-0.028767275,0.03606332,-0.012343721,-0.0018751959,-0.017197827,0.00056953845,0.021411667,0.009164729,0.028543925,0.0020175804,-0.042555314,0.0010236802,0.027188946,0.032876883,0.012998877,0.014711214,0.025997754,0.0027583528,0.013140331,-0.032519527,0.03356182,0.020056685,-0.009745435,0.0016955866,-0.01800188,0.012782973,-0.030375382,0.017123377,0.015135577,-0.045086596,0.013840156,-0.003830425,-0.016587341,-0.005047674,-0.0416917,0.056283798,0.005364084,0.03189415,0.0057065515,-0.04600977,-0.019356862,0.019327082,0.0027155443,-0.021024529,0.058993757,-0.016095975,-0.010140018,0.0022986273,-0.0017886484,0.0123288315,0.02093519,0.03073274,0.023555811,-0.015589719,-0.028737495,-0.01804655,0.0008617526,0.010571824,-0.001879849,-0.017718973,-0.03496147,0.04583109,0.013847601,-0.029869126,0.009566757,-0.049255766,-0.006238865,0.029794676,-0.01815078,0.020175805,0.005319414,0.020473603,-0.03516993,-0.032906663,0.026876258,-0.02936287,-0.0026020089,0.01684047,-0.016468221,-0.02243907,0.013430684,-0.013013767,-0.046605367,-0.034514774,0.009492307,-0.033144902,-0.030524282,-0.0011018522,-0.018567696,-0.023481362,-0.0010813785,0.009335963,0.011911915,-0.029630888,-0.03481257,-0.013862491,0.010877067,-0.02376427,-0.0048019905,-0.025804184,-0.046248008,-0.0076161805,0.0022446513,-0.036778037,0.014316632,-0.013281785,-0.010914292,0.0019915232,-0.02220083,-0.008598913,0.018418798,-0.049404666,-0.009425302,0.01968444,-0.0056916615,0.011666232,0.0028048838,0.003279499,0.005952235,-0.060244508,-0.02800789,-0.031149657,-0.017599855,-0.008114992,0.019907787,-0.020548053,0.03603354,0.00492111,-0.011837465,0.04175126,0.012775528,-0.026950708,-0.020324705,0.0060043493,0.015842846,-0.055658422,0.024225857,0.00017856239,0.017540295,0.005096066,-0.0045674746,-0.0030598731,0.021218099,0.017927432,-0.011048301,0.013601918,0.0048392154,0.0073183826,0.018910164,0.04064941,0.010341031,0.03353204,0.019207962,-0.011450328,0.019193072,-0.022543298,-0.0040835533,0.009410413,-0.03645046,-0.016617121,0.018269898,0.01190447,-0.012730859,-0.01116742,0.019997127,0.028648155,0.016095975,0.0020454992,-0.02933309,0.018418798,-0.0063133147,-0.046694707,-0.02379405,-0.014301742,0.008591468,-0.016170423,-0.00067190645,0.013847601,0.02648912,0.021292547,-0.076295815,-0.0195951,0.01958021,-0.004969502,-0.017882762,-0.01459954,0.03496147,0.003201327,-0.025208589,-0.0026262049,0.033383142,-0.03371072,-0.00031827146,-0.020607613,-0.015120687,0.0001295886,-0.043954965,-0.007869309,0.02243907,-0.011614117,-0.017004259,0.016051305,-0.02376427,0.056849614,0.010981296,-0.0067339544,-0.0055576526,0.026250882,-0.017108487,-0.05839816,0.013237115,0.007698075,0.001226555,0.03073274,-0.01816567,0.024717223,-0.0140635045,0.009566757,-0.013393459,-0.021411667,-0.019267522,-0.014860113,0.052531544,-0.05741543,0.0042436197,-0.0013131024,-0.006614835,-0.0012693634,0.020979859,0.015932186,-0.009760325,-0.007668295,-0.015872626,-0.009663541,-0.020637393,0.045205716,-0.036748257,0.003365116,0.018344348,0.011599227,-0.0013484659,0.032668427,0.035705965,-0.027174056,0.0053938637,-0.00089944265,0.009350853,0.0020659727,0.0003878352,0.006223975,0.014003945,0.02641467,0.037165172,-0.028856613,0.015664168,-0.031000758,0.00492111,0.024002507,-0.0002570833,-0.046903163,0.022960216,-0.042495757,0.0123213865,-0.0024028565,-0.022677308,0.0074821715,-0.010266582,-0.00729977,0.03606332,0.0032497193,0.05005982,-0.04315091,-0.021173429,-0.017689193,-0.01955043,0.0008189441,-0.017644523,-0.002090169,-0.000056389654,0.008308561,0.047141403,-0.01188958,-0.031179437,0.011383323,-0.004805713,-0.00045926013,0.012589404,-0.018627256,0.010102793,-0.005646992,-0.012775528,-0.009417858,-0.009120059,0.008509574,0.031030538,0.021769024,-0.0035605459,-0.02230506,0.018746376,0.003357671,0.025685066,0.005248687,-0.00627609,0.002698793,-0.009440192,-0.01187469,0.006223975,-0.022558188,0.0048652724,-0.027605861,-0.016870249,0.038356364,0.020309815,-0.003916042,0.010020899,0.002728573,-0.012179933,0.009492307,0.015009012,0.0042845667,-0.0006905188,0.0065143285,-0.025223479,-0.005230075,-0.011450328,-0.022781536,-0.00662228,0.023630261,-0.046694707,0.024449205,-0.008933936,0.017391395,0.010668608,-0.013549803,-0.005773556,0.024359865,-0.033174682,-0.009246624,-0.023332464,0.027993,0.038564824,0.008055433,0.05017894,-0.0020324704,0.009187064,-0.013058436,-0.024389645,0.003018926,-0.010199577,-0.006380319,-0.02242418,0.007839529,0.054884147,-0.019148402,0.049404666,0.012648964,-0.012916982,0.0068307384,0.0025889801,0.03177503,-0.007355607,-0.010095348,-0.0024363587,0.026310442,0.013624253,0.0006691146,-0.029988246,0.039934695,0.019758888,-0.017465845,0.03930932,0.0085244635,0.00083011156,-0.00073053536,-0.04490792,-0.021381887,0.029690446,-0.01321478,-0.027263395,0.0055018156,-0.02237951,-0.004898775,0.031060318,0.020592723,0.021649905,0.023153784,-0.05729631,0.0062574777,-0.024851233,-0.017823203,-0.014398526,-0.029958466,0.00007154128,-0.0011586198,-0.0043069017,-0.010244247,0.03067318,0.0009199162,-0.029675558,-0.059351116,0.004403686,-0.02217105,-0.017718973,0.04061963,0.010080458,0.024434315,-0.04017293,0.018582586,-0.0179721,0.024166297,0.0026950706,-0.015016457,-0.0065962225,-0.01675113,0.00064817566,-0.00011644362,-0.002460555,-0.0023302683,0.025536167,0.010705833,-0.029526658,0.022632638,-0.00072727824,-0.02657846,0.010043233,0.033383142,0.02791855,0.02653379,0.026012644,0.018537916,0.002808606,0.0073667746,0.020369373,0.024687443,-0.0051221233,0.024419425,-0.009388078,-0.0064994385,0.009142394,-0.02921397,-0.027650531,-0.00594479,-0.012790418,-0.04181082,0.007109924,-0.0004683337,0.004310624,-0.0028979455,0.0048541054,0.02921397,-0.024121627,0.001765383,0.007854419,0.016661791,-0.013810376,0.029467098,-0.026250882,0.020711841,-0.0022614026,0.014376192,-0.013073326,0.006443601,-0.007061532,-0.005140736,-0.00024684652,0.014316632,0.008926491,-0.0142570725,0.018895274,0.007832084,-0.00019938497,0.029005513,0.019044174,0.022811316,-0.0036945548,-0.007928868,0.008904156,0.00020485236,0.007188096,-0.021992372,0.0007486825,0.038356364,-0.0015066711,-0.020458713,0.018671926,0.0063914866,0.009641206,0.00026615683,0.017376505,0.030092474,-0.05405031,0.008777592,0.033204462,0.0026057314,0.020384263,0.0028681657,-0.0052747447,-0.0048876074,-0.0039495444,0.019937567,-0.013810376,0.021158539,-0.0049732244,0.02662313,-0.00088967115,0.0067041744,0.016200203,0.015470599,0.021888142,0.0012730858,0.020994749,-0.02502991,0.0584875,0.028707715,-0.04469946,-0.013467909,-0.003247858,0.0020734177,0.0074226116,0.0017272276,-0.037314072,-0.015813068,-0.011398213,0.018255008,-0.022081712,-0.0013019351,-0.016572451,0.029467098,-0.019356862,0.005405031,0.08576579,0.0122246025,-0.008316006,-0.037462972,0.017838093,0.0045972546,-0.0006342164,0.016274653,-0.020682061,-0.00082359725,-0.025938194,-0.023079334,0.032459967,-0.0029184192,0.0140858395,0.0032218006,0.018493248,-0.025297929,0.0033539485,-0.0019096289,0.031328335,0.020548053,0.00027732426,0.004288289,-0.026310442,-0.024374755,0.0019449923,-0.010780282,-0.017808313,0.01804655,0.009246624,-0.0012768083,-0.0077799694,0.038296804,0.026980486,0.017748753,-0.026057314,-0.0005904773,0.01396672,-0.006841906,-0.014219848,-0.03522949,0.010750503,-0.011413103,0.013825266,-0.0026690133,-0.05422899,-0.012194823,-0.03168569,-0.03621222,-0.04058985,0.0037857555,0.01815078,0.025283039,0.017465845,0.008390455,0.004671704,0.05732609,-0.008926491,0.00766085,-0.027486743,0.016393773,-0.042317078,0.018329458,-0.041215226,-0.031060318,0.0041468353,0.0069721923,-0.005888953,0.010944071,-0.009187064,0.019237742,0.033234242,-0.017495625,0.00023311989,-0.011666232,-0.023987617,-0.0104154805,0.038207468,-0.016408663,-0.010705833,0.01972911,0.021247879,-0.005442256,0.011614117,0.005825671,-0.0021348384,0.04029205,-0.012075704,0.02660824,-0.023645151,0.003674081,0.004310624,0.005490648,-0.0043627387,0.022915546,-0.033055563,0.007653405,-0.03481257,-0.034008518,-0.0104824845,0.036807816,-0.013594473,0.01819545,-0.028514145,-0.02662313,-0.041513022,0.011398213,-0.007824639,0.004050051,-0.033174682,0.02925864,0.016274653,0.007441224,0.025982864,-0.011264204,-0.012455395,0.0140560595,-0.009484862,-0.03901152,0.022930436,0.02374938,0.0009469041,-0.006458491,-0.0070987567,0.008405345,0.030911418,-0.034604114,0.023451582,-0.02488101,-0.016051305,-0.009522087,0.017912542,-0.020041797,-0.010646273,0.0446399,-0.027084716,-0.026235992,-0.016066195,0.02090541,-0.05708785,0.030360492,0.0070838667,-0.021858362,-0.011465218,-0.01398161,0.01539615,0.02491079,-0.0013745233,-0.004351571,0.012060814,-0.011375879,0.044222984,0.008040543,0.0010450844,-0.017168047,0.020667171,-0.02234973,-0.038564824,0.0009194509,-0.014793109,-0.040053815,-0.0018351794,-0.03469345,0.0141677335,-0.01963977,-0.02788877,-0.010274027,-0.00008276687,-0.009685876,-0.013497688,-0.02221572,-0.07075677,-0.0049881143,0.031358115,-0.034068074,0.020473603,0.012023589,-0.034455214,-0.01798699,0.004615867,0.008278781,-0.001972911,0.00021322792,0.0019784945,0.045146156,-0.009522087,-0.004708929,-0.020250255,-0.004913665,0.0071545937,0.026221102,-0.008941381,0.013847601,0.032400407,-0.024300305,-0.03511037,-0.026131762,-0.03633134,0.021009639,-0.020548053,-0.032817326,-0.027829211,-0.008241556,-0.006871686,0.02508947,-0.013847601,-0.015753508,0.027308064,0.018299678,-0.0070838667,0.0042250073,-0.040828086,-0.0001547153,0.004571197,-0.0006007141,0.0028439697,0.05187639,0.021039419,-0.021024529,0.021917922,0.0037838942,0.013564693,-0.046664927,0.0010059985,0.006879131,0.040798306,-0.021709464,0.0015411039,0.00729977,0.009440192,-0.018627256,0.038118128,0.0074114446,-0.03600376,-0.011189755,-0.012410726,-0.034187194,-0.006659505,-0.0050737313,-0.0085691335,0.01255218,0.016706461,-0.0141602885,-0.003264609,-0.014748439,-0.013713592,0.010341031,-0.018954834,0.015068572,0.0084649045,0.021054309,-0.021173429,-0.011554557,0.012366056,-0.032340847,-0.00075054367,-0.030092474,-0.013683812,0.00006380552,-0.053752515,0.018344348,0.0032571643,-0.027427183,-0.010020899,-0.0036610526,-0.0026522623,-0.004991837,-0.009239179,0.017302057,0.010944071,-0.03195371,0.016483111,0.025372379,0.016527781,0.012090594,-0.025521277,0.025670176,0.0038490375,-0.028112119,-0.037373632,0.005766111,-0.010095348,-0.004790823,0.006086244,-0.013103106,0.003232968,0.00041365984,-0.0024475262,-0.0045823646,-0.01255218,-0.006894021,-0.024866123,0.040708967,-0.009760325,0.01118231,-0.013721037,0.037522532,0.01109297,0.0017635217,0.01955043,0.008799927,-0.023109114,0.0002787202,0.013847601,0.028782165,-0.0039607114,0.039785795,-0.015664168,0.028469477,0.022573078,-0.031447455,0.018448578,-0.0071248137,0.010973851,0.025178809,0.0038192577,-0.0075380085,-0.012849978,0.022468848,0.0018779878,0.007392832,0.03618244,0.01685536,0.0122841615,0.038296804,0.011562002,0.0070838667,0.04431232,0.011085525,0.028290797,0.020652281,0.04461012,-0.026295552,0.029541548,-0.028663045,0.0038862622,-0.0020026907,0.017689193,-0.023064444,0.028231237,-0.02497035,-0.0001577398,0.020607613,-0.02240929,0.040768526,0.004679149,0.008189442,0.015291921,-0.01244795,0.0042324523,0.055241503,0.01675113,0.0104005905,-0.030092474,0.0016993091,0.0024084402,0.017123377,0.0032366905,-0.009559312,-0.018895274,-0.03186437,-0.000053394226,-0.0051221233,-0.033085342,0.04035161,-0.014123064,0.013795486,0.020041797,-0.031090098,0.014435751,-0.020741621,0.027754761,-0.016587341,-0.009291293,-0.050566077,0.0070280298,0.024047177,-0.025714846,-0.028231237,0.034544554,-0.015679058,0.018329458,0.013125441,0.027695201,0.014807999,-0.0074523916,-0.0102889165,-0.0005220769],"social":"https://twitter.com/therealprady"},{"title":"jojuma bi fuel pricing tool","description":"a pricing tool that help gas station owners in meixco take decisions","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=38ac5yGHbnA","youtube_transcript":"Hi, everybody. I'm Jose. I've been a pricing manager for the fuel industry in Mexico for my last six years, and I wanna thank you about Zijumobi. Field pricing tool for the Mexican market. So this is a very simple web application. Once you sign in, you'll show show you four taps. I will explain it each very briefly. The first tap shows your own site and the competition, the prices and the difference business very handily. If you are a pricing analyst or a pricing manager to take fast decisions, the next tab shows you a map that can help you locate your site and the competition. This is also very healthy to make reports or to explain to operations or other teams. The third tab shows you a graph with a historic trend. Of prices of your local market. And the last step shows you the cost of fuel for the biggest supplier in Mexico. This is what I've been working in the last six weeks in nice and weekends build space. I was expecting three users but I only got four. I know there's a lot of space for improvement, but I need help. If you are interested step, please reach me up. I'm really happy to chat with you. Thank you for watching and reaching this part of the video and hope you enjoy and see you. Bye.","embedding":[-0.02432532,0.045027718,-0.0005161329,-0.0030730125,-0.022239858,-0.0425617,0.0006664536,0.05848428,0.007854734,-0.015968248,0.031784274,-0.04898553,-0.021448296,-0.028678913,0.040065233,0.025436552,-0.0057997163,-0.0020892678,-0.034006737,0.030505596,0.022163745,0.011416765,-0.03692943,-0.0142329,0.008273349,-0.054465577,-0.035559416,0.01519952,-0.017962376,-0.07294551,0.027796017,-0.038847443,-0.0221333,0.002172991,-0.00219963,-0.05169511,-0.004935848,0.07075349,0.022940086,-0.009148634,-0.020824179,0.0069756433,0.05964118,0.020078283,-0.036716316,0.03157116,-0.04432749,0.011340653,0.029287808,0.0029036638,-0.059306286,-0.009004022,-0.016059583,0.0038227134,0.01539741,-0.025421329,0.016150916,0.01831249,0.01449168,-0.0038874084,-0.008311405,-0.015298464,0.045179944,0.030566484,0.019271499,0.017840598,0.011888658,0.007413286,-0.035437636,0.004444927,0.00014651514,0.008486462,0.0116451,-0.011827768,-0.0007829998,-0.044997275,-0.015968248,0.0023328257,-0.0033013478,-0.05668804,-0.019104052,0.025695331,0.010450145,-0.019834725,-0.008920299,0.003048276,-0.038086325,-0.015800802,0.03288028,-0.004730346,-0.07276285,0.013859952,-0.021433072,0.011036206,0.0333674,-0.01449168,-0.027308902,0.013791451,0.04030879,-0.011979992,0.017246926,-0.014659125,0.025086438,-0.013053168,0.04935087,0.00026092064,0.021539629,-0.03033815,-0.00737523,0.00924758,-0.073676184,-0.04070457,0.025269106,0.032058276,-0.012710664,0.036533646,-0.015755136,-0.05233445,-0.002043601,-0.03668587,-0.043048814,-0.044753715,0.039425895,0.014537347,-0.0031339019,-0.058514725,-0.07288463,-0.02360987,-0.026167225,-0.052486673,0.0053240177,-0.025147326,0.028313575,-0.060402296,-0.045636613,-0.026441228,-0.032575835,0.013837119,-0.05117755,0.028374465,0.030033702,0.011744045,0.019849949,-0.007885179,-0.054648247,-0.06411655,-0.022757417,0.021600518,-0.031236269,-0.026015,0.03592475,-0.04393171,-0.06795258,-0.058271166,0.0012063715,-0.00005390259,0.024233986,0.005065238,-0.009810806,0.012527997,0.004239425,-0.008585407,-0.013076001,-0.013943675,-0.047645964,0.037538324,-0.06429922,-0.0428357,-0.06362943,-0.015100574,-0.049777094,-0.026928343,-0.008494073,-0.02193541,0.019712947,-0.016485808,-0.03300206,-0.046549954,0.026410783,0.011424376,-0.024401432,0.016729366,-0.021661408,0.0022700334,-0.05014243,-0.013334781,-0.02930303,0.027308902,0.0069832546,0.018738717,-0.024492765,0.03254539,-0.009407414,0.009765139,-0.04295748,-0.040187012,0.014057843,-0.0010960094,-0.016546698,0.019180164,-0.00033512962,-0.024355764,0.09023811,0.023198865,0.01242144,0.0026943565,-0.03565075,-0.008638686,-0.010252255,-0.018358158,0.062350757,0.028739803,0.07032727,0.027019676,-0.0012177882,-0.013494615,-0.026958786,0.05531803,-0.021904966,0.05117755,-0.008730019,0.00482168,0.015709467,-0.049320422,0.010708925,0.022787862,0.036533646,-0.03695987,0.018967051,0.0019037455,0.02937914,0.045119055,0.043688152,-0.004989126,0.0339154,-0.018601716,0.007778622,-0.039243225,0.0082352925,0.024675434,-0.013136891,0.021554852,0.017231703,-0.023442423,0.0632641,-0.0067891693,-0.060006514,-0.10801782,0.07623354,-0.007854734,0.030262038,0.03662498,0.009772751,-0.009985863,0.016912034,0.006781558,-0.024690656,0.04231814,0.02749157,-0.01844949,0.011135151,-0.0033222784,-0.04697618,0.010861149,-0.023792537,-0.0035449055,0.011911491,0.021235183,-0.0025935085,0.0013053168,-0.0040072845,-0.004627595,0.03306295,0.04825486,-0.020991625,0.025969334,0.0038208105,-0.00025330947,0.009209523,0.000711645,-0.02076329,-0.032301832,0.023381533,0.031845164,-0.024386209,0.02187452,0.057479605,0.04173969,0.0052250726,-0.022574749,-0.009285635,-0.008250515,0.008303793,0.013677284,0.017764486,-0.017749263,0.010389255,-0.05842339,0.030094592,0.017779708,0.01242144,-0.02044362,-0.013852341,-0.04767641,-0.02497988,0.00032846982,0.022970531,-0.04651951,-0.015214741,0.012368161,-0.03157116,0.008585407,0.03288028,-0.034646075,-0.025801888,-0.013593561,0.075989984,-0.016516253,-0.038086325,-0.025192995,0.026319448,-0.023153199,-0.008722408,-0.037934102,-0.016972924,-0.056901153,0.03592475,0.0073029236,0.0025668691,-0.0032918337,0.034128513,-0.010861149,0.013357614,-0.031053599,0.027141456,0.009354136,0.006332499,0.027004454,0.0067320857,0.077938445,-0.021615742,-0.047067516,-0.01753615,-0.0067473077,0.038421217,-0.043048814,0.013152113,-0.025664886,0.0061878865,-0.0208394,-0.0103512,0.023518534,0.0052479063,-0.015085352,0.041252576,0.04353593,0.030764375,-0.01345656,-0.04831575,-0.014042621,-0.013114057,0.0013424213,0.007234423,-0.00822007,0.024492765,0.005894856,0.019043162,-0.01190388,-0.008425572,0.011797324,0.028024351,-0.025984555,-0.040126123,-0.0051147104,-0.07739044,-0.040491458,0.024827657,0.043505486,-0.008585407,0.03714254,0.07641621,0.00055371306,-0.025010325,0.008212459,-0.016531475,-0.024660211,0.054435134,-0.010526257,0.0078319,0.016577141,0.010944871,-0.03428074,0.027415458,-0.03151027,0.03403718,0.036777206,0.08189626,0.043109704,-0.0046694567,-0.020215284,-0.0218593,-0.058301613,-0.036016088,-0.014887461,-0.024995103,0.023853427,-0.043383706,-0.018297268,0.01747526,-0.029744478,0.03960856,-0.07087527,0.068500586,0.023731649,-0.028146131,0.00375231,0.011568988,0.044540603,0.039760787,0.014316623,0.007192562,-0.022529082,0.070814386,0.026502116,-0.015511578,0.037568767,0.040856794,-0.066673905,-0.023990428,-0.088350534,0.01138632,0.006199303,-0.001289143,-0.014872239,-0.06259432,-0.011660323,-0.018662605,0.003213819,0.031023156,0.008912687,-0.011675545,-0.008250515,-0.012779165,0.0138980085,0.006477111,0.00028803546,0.005689354,-0.004368815,0.0061878865,-0.046854403,0.005072849,-0.0037485044,-0.008981188,0.0569316,-0.0667348,-0.03085571,0.07611176,-0.012040881,-0.0038227134,0.023244532,0.0027609542,0.04703707,0.021920187,0.049807537,0.008638686,-0.041709248,-0.013380448,0.0050385986,0.015374577,-0.021463517,-0.013837119,0.018282047,-0.0026505922,-0.030185925,-0.08128736,-0.019697724,-0.008402739,-0.010442534,-0.028450577,-0.01946939,-0.0042051747,0.024020873,-0.019241054,0.0529129,0.007991735,0.044418827,-0.0066711963,0.009848862,-0.04968576,-0.010229421,0.033336952,0.038360327,0.05294334,-0.01883005,-0.02988148,-0.0067777527,-0.007900401,-0.020306619,0.013045556,-0.00092856353,0.007930846,-0.015450688,-0.023853427,0.005814939,0.024173096,-0.0021197125,-0.0557747,-0.029577032,0.013167335,0.021022068,-0.042927034,-0.035376746,-0.008174404,-0.013479393,-0.013471782,0.00031943157,0.051725555,-0.0044068713,-0.011104707,-0.0024260625,-0.015374577,-0.023594648,0.0134337265,-0.019271499,-0.0076910937,-0.020337064,-0.02400565,-0.009734695,-0.037507877,-0.017749263,-0.003659073,-0.016455363,-0.018236378,0.04155702,-0.011089484,-0.01644014,-0.023061864,-0.03887789,-0.019058386,-0.0046352064,-0.029531365,0.0023727843,-0.004730346,0.00021798885,-0.0064428607,0.029196473,0.002745732,0.0015669509,0.0005499075,0.021889742,0.03598564,-0.02561922,0.029683588,-0.009148634,0.012444274,-0.024614545,-0.015450688,-0.0071507003,0.022985753,-0.0112569295,0.01326628,-0.04152658,-0.002920789,0.040217455,-0.029927146,0.020200063,0.015503966,-0.03869522,-0.04451016,0.015062518,0.032910727,-0.029866256,-0.003539197,-0.015214741,0.021235183,0.018997496,-0.01138632,-0.02607589,0.005700771,0.026578227,-0.017292593,0.00533924,-0.025710553,-0.002604925,0.00023475722,-0.026212892,-0.014666737,0.013243447,0.0024241598,0.0035372942,0.016379252,-0.03312384,0.007968902,0.023944762,-0.014697182,0.013045556,-0.017642707,-0.011317819,0.00010869711,0.030459927,0.033428285,-0.014301401,-0.050812215,-0.017947154,-0.03144938,0.037386097,0.0008048819,0.021448296,-0.0219963,-0.013958897,-0.01980428,-0.0066293348,-0.043231484,-0.02697401,0.008631074,0.038482107,-0.042287696,-0.015268019,0.032849837,-0.0038569637,-0.022985753,-0.03260628,0.033550065,0.006792975,0.020245729,0.03318473,-0.024873324,-0.02115907,0.004353593,0.0024070346,0.03857344,0.02420354,0.0132891135,-0.01644014,-0.0143927345,-0.0045629004,-0.00996303,0.041100353,0.017246926,-0.035102747,0.017901488,-0.026821787,0.005814939,0.002403229,-0.0017838695,-0.00621072,-0.012215938,0.020047838,0.02414265,-0.023457646,0.0024831463,0.006385777,0.06423833,-0.03294117,-0.0015821733,0.024447098,0.005343046,-0.010556702,-0.008707186,0.026060669,-0.04840708,0.066795684,-0.01883005,-0.008197237,-0.048741974,0.023655536,-0.02705012,0.011013372,0.016135694,0.02018484,-0.03759921,0.022346415,0.015047296,-0.032758504,0.01986517,0.0070479494,0.034920078,-0.03610742,-0.019712947,-0.008265737,-0.038817,0.010084809,-0.014339456,-0.009765139,0.01610525,0.0038874084,-0.0038836028,0.030170703,0.006800586,0.008920299,-0.00064695,0.0011226485,0.01785582,-0.023701204,0.021752743,-0.01209416,0.0038379356,0.018145045,0.021691853,-0.070083715,0.0035239747,-0.0025725777,-0.007417091,-0.009179079,-0.023198865,-0.025862778,-0.005487658,-0.012939,0.031540714,0.03805588,0.02219419,-0.004094813,-0.009955418,-0.007595954,0.0002013394,0.03306295,-0.027232789,0.01016092,0.027902573,-0.0029398168,0.010716536,0.03857344,0.0040986184,-0.012611719,0.0033508204,-0.04560617,0.0035981836,0.019134497,-0.0125051625,-0.04496683,-0.00950636,0.03577253,-0.012543219,-0.013951287,0.056505375,0.0038474496,-0.022589972,-0.021052513,-0.01901272,-0.042987924,-0.016607586,-0.00043906973,0.011492876,0.003938784,0.0024260625,-0.034128513,0.010883982,0.02698923,-0.050507765,0.0060661077,-0.001658285,0.0156638,0.0049967375,0.04393171,-0.0155267995,0.007124061,-0.0018989885,-0.0120104365,-0.013631617,0.0061155804,0.015519189,0.046489064,-0.0028218436,0.021402627,0.0016392571,0.0058606057,0.016638031,-0.018875718,0.04259214,0.010290311,-0.0035525167,-0.028785469,-0.007984124,0.004684679,-0.0024850492,-0.06685657,-0.00029184105,-0.013905619,-0.011561377,0.02360987,0.01578558,0.0008971674,-0.04237903,-0.033671845,0.023000974,-0.011477654,0.0055561587,0.006069913,-0.009042078,-0.028815914,0.010335977,-0.008821353,-0.014590625,0.008303793,0.01837338,0.02129607,0.002209144,-0.029029027,-0.038847443,0.025801888,-0.017003369,-0.0044601494,-0.007044144,0.037355654,0.002983581,0.010358811,-0.009864084,0.015587689,-0.028770247,-0.022970531,-0.0004966293,-0.027689459,0.0074627586,0.03027726,0.020991625,0.008707186,0.0015631453,-0.020641511,-0.0013100738,-0.024492765,0.014164399,-0.017642707,0.01564858,0.0052897674,0.021326516,0.03312384,-0.0090496885,-0.012368161,-0.012763943,0.012497552,0.001557437,-0.0060394686,0.006831031,-0.023929538,-0.020534953,0.024660211,0.0127943875,-0.012725887,0.005841578,0.0041899527,0.033884957,0.0008415107,-0.02044362,0.013220614,-0.018129822,-0.016851144,-0.021402627,0.019560723,-0.0083799055,0.016470585,-0.0018257309,-0.021585297,0.04935087,-0.008433184,0.011782101,-0.011797324,-0.021235183,-0.021585297,0.029561808,-0.035285413,0.0012805804,-0.01048059,0.013494615,-0.0011787809,0.029394364,-0.025482219,0.03306295,-0.009917363,0.05111666,0.011241708,0.013015112,-0.0017020493,-0.017840598,-0.0020778512,-0.0021101986,0.02478199,-0.033519622,-0.018221157,-0.044814605,-0.011820157,-0.0016934867,-0.029257363,0.016988145,0.015861692,0.008577796,0.047798187,-0.020063061,0.05772316,0.024157874,0.0072115897,0.016881589,-0.00038460226,-0.008600629,-0.023655536,0.0064390553,-0.017094702,0.028998582,0.016927257,0.024020873,0.0147124035,0.028496245,0.0034592797,-0.00012939,-0.018616937,-0.006016635,-0.017109925,-0.014537347,0.00015460202,0.007546481,0.022361636,0.061680973,-0.038542997,0.038268995,-0.015306076,-0.03973034,0.01831249,-0.025817111,0.026608672,0.039578117,-0.01092965,-0.0072001726,-0.0051451554,0.012375773,0.04076546,0.032667167,0.036016088,-0.018403824,0.0110514285,0.030246815,0.0052250726,-0.0005437234,0.0036019892,0.00202267,0.027674237,0.007885179,0.0103512,0.016318362,-0.013852341,-0.0052174614,0.03668587,0.021950632,0.017734041,-0.000048105012,0.005674132,0.014293789,-0.027248012,0.012961834,0.013372837,0.04043057,-0.027461125,0.029363919,-0.008182014,0.0077633997,-0.036076978,-0.03927367,0.0005565673,0.031068822,-0.016851144,0.03214961,0.021006847,-0.029988036,0.008828965,-0.023640314,-0.031007932,0.00016471061,0.011020984,0.023442423,0.007751983,0.0071316725,0.03196694,-0.011934324,0.010731759,0.024995103,-0.0067511136,-0.0032404584,0.006119386,0.025710553,0.0031319992,-0.002580189,-0.029637922,0.013692507,-0.021493962,0.01998695,0.0010788842,-0.010579535,0.026167225,-0.021920187,0.02187452,0.016698921,-0.012238772,0.031723384,0.015998693,0.04627595,0.036533646,0.004220397,-0.009407414,0.002180602,-0.05285201,0.033154283,0.034128513,0.010861149,-0.006929976,0.008440794,-0.046306398,-0.0150320735,-0.0121854935,0.053856686,0.005183211,-0.009696639,-0.015922582,0.004871153,-0.023594648,0.0032956393,0.0025535496,-0.0032043052,-0.009612916,-0.003556322,-0.009917363,-0.031601604,-0.029972812,0.00924758,0.0015422147,0.022331191,-0.012893333,-0.01901272,-0.014095899,0.027537236,-0.043688152,0.04767641,-0.0070175044,-0.021981077,-0.015800802,0.02698923,0.00049377506,-0.027248012,0.0030577902,-0.017612262,0.010290311,0.013555505,-0.01895183,0.005898662,-0.0037199624,0.0058834394,0.04064368,0.0350723,0.021022068,-0.015458299,-0.021235183,0.026867453,0.0031396102,-0.013273892,0.0068538645,0.006347721,0.013235835,0.00569316,-0.0053087957,-0.030246815,-0.015937803,-0.0131445015,0.020748068,-0.0150320735,0.0041176463,-0.025223438,-0.018221157,0.01837338,-0.03288028,0.022666084,0.016790256,-0.01092965,-0.012261605,0.0322105,0.02665434,0.020245729,0.002079754,0.031814717,-0.0350723,-0.0077862334,-0.024416653,0.028770247,0.044357937,0.019256277,0.037172984,0.023457646,0.018769162,-0.018479936,0.044357937,-0.008113514,0.038268995,0.013372837,0.055378918,0.009407414,0.0126497755,0.014385124,-0.033854514,-0.01572469,0.03294117,0.04146569,0.040217455,0.01650103,-0.004935848,0.003735185,0.0013367129,0.016531475,-0.00990214,0.02432532,-0.011964769,0.029013805,0.0070022824,0.010389255,0.020428397,0.02736979,0.010564313,0.024995103,-0.005925301,0.027872128,-0.016150916,-0.010206588,0.013821896,0.040004343,-0.0049967375,0.0035810585,-0.016394474,0.0031472214,0.012132215,0.023868648,0.022970531,0.014210067,0.039091002,0.022087634,-0.02749157,-0.010731759,-0.0034516684,-0.024964659,0.0109068155,0.008433184,0.0015536314,-0.020063061,0.019225832,0.020595843,-0.0031928886,-0.008143959,-0.010724148,-0.0118353795,0.022589972,0.009331303,0.0181146,-0.022848751,0.11045339,0.014407957,0.023579424,-0.018358158,0.032575835,0.015846469,-0.009886919,0.011241708,-0.004159508,0.007124061,-0.01203327,-0.030612152,-0.0029816783,-0.005925301,0.019652057,-0.02568011,-0.027461125,0.04070457,-0.018023266,0.005537131,0.026563006,-0.02134174,0.031479824,0.024690656,-0.022057189,-0.012672609,0.0018771064,-0.016790256,-0.0049929316,0.011462431,-0.0057997163,-0.007923234,0.02077851,-0.0138980085,0.00050091057,0.012383384,-0.0063363044,0.021691853,0.01248994,-0.013365226,0.014164399,0.016592365,0.029120361,0.021783186,0.0040301178,0.008707186,0.022787862,-0.011043817,-0.041252576,-0.047341518,0.014499291,0.007086005,0.03421985,0.03085571,0.005518103,0.012862888,0.004600956,0.049868427,-0.015694246,-0.007869956,-0.030566484,-0.017734041,0.023137975,0.019941282,0.013951287,0.00925519,-0.017033814,-0.0032214304,0.009064911,0.004296509,0.0088746315,0.028450577,-0.0044867885,0.037386097,0.01650103,-0.018205933,0.010115254,0.0064695,0.030231593,-0.019636836,-0.016835922,0.009742306,-0.01564858,0.0117212115,0.016668476,-0.015214741,0.015618134,0.00663314,-0.004935848,0.015458299,-0.009772751,-0.0143927345,0.003660976,0.024462322,0.0037104485,0.011142762,-0.02568011,-0.018205933,0.013951287,0.01785582,0.009864084,0.0043307594,0.028389689,0.013540283,0.0060584964,-0.026243336,-0.040674128,0.005989996,-0.007474175,-0.02561922,0.0030901376,0.025482219,0.011036206,-0.0071507003,0.010069586,-0.023975207,-0.025329996,-0.027598126,0.010579535,-0.01902794,0.019164942,0.008661519,0.012763943,0.00079536793,-0.025725776,0.019819504,0.01326628,-0.006792975,-0.00737523,-0.007653038,-0.014666737,0.0056018257,0.024812436,-0.009787973,-0.0004440646,0.027339345,-0.016546698,0.0017010979,-0.009156245,0.026212892,-0.04243992,-0.018205933,-0.01009242,0.013859952,-0.00530499,0.007112644,-0.009567249,-0.023274977,0.015572467,-0.007991735,-0.0021596714,0.033397842,-0.0074551473,-0.015465911,-0.023503313,-0.028907249,-0.021113403,0.040613238,-0.012208327,0.0032937366,-0.008440794,-0.00815157,-0.014377512,-0.004083396,0.024553655,-0.002197727,0.0039958674,0.03202783,0.0000053070116,-0.008623463,-0.0024374793,-0.0070098937,0.0034878217,0.013213002,0.031540714,-0.0016325973,-0.025406107,-0.0027248012,0.0055789924,-0.017688373,-0.0073029236,-0.014057843,0.011112317,0.017429594,0.021767965,0.027796017,0.011523321,0.010335977,0.018038489,0.029196473,-0.010305533,-0.022529082,0.02374687,0.01624225,0.02400565,-0.009118189,-0.0066978354,-0.006530389,0.003012123,0.048559304,-0.0034630853,-0.009620527,-0.00344596,0.015937803,-0.010952483,0.037629656,-0.008722408,-0.009605304,0.019362833,0.008615851,0.029150806,0.025147326,-0.03592475,-0.016531475,0.0056855488,0.0071012275,0.018464714,0.030490372,0.057327382,-0.017962376,0.057327382,-0.00055371306,0.014210067,-0.02374687,0.011393931,0.054526467,0.043505486,-0.010305533,-0.013464171,-0.025588775,0.055074472,-0.0059861904,-0.027674237,0.035041858,-0.00013628762,0.020367509,0.0027742737,-0.003946395,-0.0033241813,0.0028047184,0.0056246594,0.013350003,-0.008844187,0.011728823,0.03662498,0.000081463375,-0.0065950844,-0.022696529,0.017170815,-0.013859952,-0.0040225065,0.0140730655,0.003253778,-0.013296725,0.0058720224,0.010275088,0.034554742,-0.013616394,-0.0074437307,0.006096552,-0.02555833,0.0013157821,0.0069451984,0.005228878,0.01475046,0.0038874084,0.019895615,0.012596497,-0.05227356,0.044357937,-0.007816678,-0.04639773,0.014141566,-0.008067847,0.00038935925,-0.011705989,0.015922582,-0.009034466,0.007706316,-0.013563116,0.0064200275,0.0010408284,-0.013684895,0.01793193,-0.034524295,-0.015169075,-0.0005028133,0.036777206,0.0324845,0.011363487,0.037629656,0.024462322,0.012581275,0.006050885,0.03300206,0.026578227,0.021767965,-0.0082352925,0.007318146,-0.02834402,0.024964659,-0.02231597,-0.014560181,-0.039639007,0.013799063,0.0069718375,0.03236272,0.008136348,0.018708272,0.013167335,0.008273349,-0.019119276,-0.0063819713,-0.014499291,0.017734041,-0.02380776,0.035681196,0.011196041,-0.016942479,0.058514725,0.023899093,0.01319778,0.028252687,0.02335109,0.09322169,-0.036838092,0.02231597,0.006332499,0.018205933,-0.002429868,0.017947154,0.015534411,0.000057916295,-0.00021513466,0.01662281,0.012413829,0.0032404584,-0.007550287,-0.0047836243,-0.017460039,0.0045895395,-0.006812003,0.011690767,0.0054267687,-0.0110514285,0.018464714,0.015359354,0.0040301178,0.004928237,0.0045590946,0.026167225,0.04243992,0.0035601277,0.020230507,-0.015770357,0.0297597,0.014347067,-0.017612262,0.004342176,0.027293678,-0.034646075,-0.022696529,-0.012642164,0.0068538645,-0.011500487,-0.0046694567,-0.010922038,-0.024173096,-0.02794824,-0.0047341515,0.021904966,0.009886919,0.012520385,-0.02613678,0.014095899,-0.012733498,-0.008935521,0.02665434,0.0061612474,0.0042812866,0.0482853,-0.018601716,0.03875611,0.017323038,0.023731649,0.03324562,0.0072572567,0.027704682,-0.0010693703],"social":"https://www.linkedin.com/in/joecotacarrasc/"},{"title":"collabhive","description":"share ideas and collab with developers to build and ship those ideas","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=9s9bjULEBEM","youtube_transcript":"Hi, Chris. My name is Michelle. I've been getting qualified for the past six weeks. I'm getting high latency in three to two. Colab is a platform where that person could update on ideas, share their ideas. And build together to that class. So here's the real time of my project. So he'll take another dashboard. You listen create an account and sign in, and then head over to dashboard to post any idea. You just have to fill this user form about the project name, description. What kind of image are you looking for? If you're looking for front end of the building, it's, like, front end of the bicycle. And what details section of the project, like, how the building is going to work? So I'll just fill this form quickly and I'll know from the day of the summit team. I can see a a new entity of any dashboard and now I know you can go. Apply to build with this idea. Once applied, I can accept the request and we can then build together this project. In my agenda section. You can also mark and mark this project as complete. Once you mark this project as complete and you click save, you'll be redirected to the project section where the company can see and upload your project. Now next, we have this builder section where we have all the builders who have signed up on the platform. Next, we have our newest cloud. So in the starting, we have we had around thirty users, like, a a big we had twelve thirty users. Since then, like, a few things went wrong. In terms of growth and stuff. I feel to do that stuff. And as you can see, the task has been bouncing then. Right.","embedding":[0.0010045568,0.026207231,0.03682568,0.012692111,0.010610378,-0.015354791,0.0062492304,0.03269449,-0.007140825,0.033114064,0.032904275,-0.013361815,-0.03146804,-0.041344166,0.008375341,0.017928716,-0.018299878,-0.041053694,-0.00927097,0.028321238,0.03643838,0.013337609,-0.003739856,0.062000114,-0.035566956,-0.0396336,-0.0193004,0.056352004,-0.059644043,0.0016238317,0.016153594,-0.034889184,-0.05028432,0.04647588,0.03440506,-0.017831892,-0.020930283,0.039472222,0.019526323,-0.011433389,-0.03375956,0.041796017,0.017493004,0.005216433,-0.03618018,0.0060717184,-0.038374875,0.020430021,-0.0051760897,0.0766852,-0.055771053,0.026497705,0.029822022,-0.022318104,0.0001622571,-0.012111162,-0.027788702,0.023786614,-0.036632027,0.03372729,0.030080222,-0.02317339,0.0580303,0.029128112,-0.026110407,-0.029192662,-0.021059383,0.0027191616,-0.0027958145,-0.0044902475,0.01726708,0.031000057,0.014096069,0.025610145,-0.0059910314,-0.008068729,-0.03275904,-0.00403033,-0.008302722,-0.02862785,-0.0038165087,-0.015604922,-0.026481569,-0.006475155,-0.04528171,-0.02304429,-0.041085966,-0.010884715,0.017315492,-0.0057852785,-0.03724525,0.04044047,0.0143462,0.035018284,0.057739824,0.028288964,-0.024012538,0.047895975,0.008649677,0.036632027,0.051704414,-0.046830904,0.0037479247,-0.060644567,-0.008714227,-0.00048387158,0.0039012304,0.025868345,-0.013498983,-0.049154695,-0.12742136,-0.0062330933,0.016016427,0.016895918,0.004780722,0.015330585,0.03193603,-0.043087013,-0.03453416,-0.044862133,-0.036212455,0.027336854,0.0051680207,-0.022479478,-0.011239739,-0.02088187,-0.012224125,-0.017622104,-0.042183314,-0.03059662,0.02336704,-0.017041156,0.07984814,-0.020639809,-0.008278516,-0.006931038,-0.01687978,-0.023092702,-0.045991756,-0.07055297,0.015145004,-0.02272154,0.036277004,0.004425698,-0.0015138952,-0.028127588,-0.039084923,0.02901515,-0.017864166,0.000018800769,-0.009706681,-0.027966214,-0.044797584,-0.014612468,0.006745457,-0.013684564,-0.0101262545,0.015758228,-0.028240552,-0.031403493,0.013555464,-0.003398952,0.00799611,-0.0047726533,0.008883671,0.01206275,-0.009351657,0.0047081034,-0.08701317,-0.049993843,-0.025029197,-0.074038655,-0.0288215,0.036632027,0.04315156,-0.051898066,0.007370784,-0.04621768,0.00044655372,-0.019736111,-0.039149474,0.02481941,-0.016960468,0.009424276,-0.06693818,-0.026158819,-0.020349335,0.019090613,-0.0034816565,-0.0030398937,-0.020268647,0.059708595,0.009295176,-0.0050792648,0.014693155,-0.07933174,0.07339316,0.016573168,0.027659602,0.0005184158,0.00014561534,0.035437856,0.029676786,-0.008657746,0.00015708807,0.020655947,0.022673128,0.0031669762,-0.016355313,-0.023463864,0.047895975,0.02685273,0.01605677,0.032016717,-0.0474764,0.0025739246,-0.06380751,0.03840715,0.013466708,-0.0144753,-0.039730422,0.056416553,0.024787135,-0.021753293,-0.007883148,0.041053694,0.034437336,-0.007923492,0.0650985,0.014233238,0.023689788,-0.014273581,-0.033662736,-0.016008358,0.014225169,-0.017025018,0.046120856,-0.056287453,0.010666859,0.012982585,-0.003840715,0.024787135,0.026804317,-0.002668732,0.040279094,-0.0010025395,-0.04892877,-0.053092238,-0.0020010448,0.030047946,0.057998024,0.015443548,-0.0101423925,0.0011336564,0.0014715345,-0.006898763,-0.021059383,0.0059708594,0.021365995,-0.070423864,0.016242351,-0.034437336,-0.06648633,0.0068826256,0.006305712,-0.005159952,-0.012748592,0.008000145,-0.008560921,-0.020252509,-0.026739767,0.014120276,0.02176943,0.027385266,0.03169397,-0.006576014,0.011925581,0.02406095,-0.017848028,-0.0014785946,-0.011021884,0.010489347,0.0074434024,0.042828813,0.0035038455,0.033436812,0.018122366,-0.013281127,0.00034645104,0.0018709365,0.02540036,0.004457973,-0.01605677,-0.00520433,-0.007116619,0.014225169,0.027966214,-0.023770476,0.036535203,0.06112869,-0.01498363,-0.050477967,-0.01091699,0.011514076,0.024770997,0.009940674,0.03579288,0.021801706,0.007185203,-0.062903814,0.018687176,0.020526847,0.006765629,-0.013724908,-0.040730942,-0.030628895,0.056513377,0.003076203,-0.030128634,0.013660358,0.0053334297,-0.023141114,-0.018703314,-0.03572833,-0.004260289,0.00012891056,0.03280745,-0.0007604777,0.03243629,-0.06422708,0.01720253,-0.051575314,-0.0064549833,0.0006868506,0.010779822,0.003784234,-0.020155685,0.005345533,0.006608289,0.022753816,-0.046798628,-0.041311894,-0.019639285,0.005845794,0.048315547,-0.00055976806,0.0029289485,-0.0048856153,0.02055912,0.000044472563,-0.015072386,-0.026836593,-0.0043450105,-0.009174145,0.052769486,0.017089568,-0.030564345,-0.02596517,-0.015919602,-0.009392001,-0.018428978,0.022108316,0.0054625296,0.006337987,0.00045411816,0.04137644,-0.05619063,-0.01027956,0.0130713405,-0.020462297,0.0010000181,-0.03250084,-0.003388866,-0.015338654,-0.06400116,0.021914668,0.048347823,0.02767574,-0.014515643,0.055190105,0.056126077,-0.027465953,-0.010836303,-0.026804317,-0.017783478,0.010239217,0.019607011,-0.031758517,-0.059321295,-0.0046072444,0.057158876,-0.029499274,0.05092982,-0.0025134091,0.03827805,0.039020374,0.07571695,0.026094269,0.009835781,-0.034179136,0.009577582,-0.013886282,-0.058869448,-0.041085966,0.006382365,-0.026126545,-0.02546491,-0.040763218,0.009747025,-0.046540428,0.018574214,-0.05744935,0.053414986,-0.020994833,0.014168688,-0.017218668,-0.024900097,0.036664303,0.06406571,0.040989142,-0.022899052,-0.024690311,0.043087013,-0.045507632,0.008657746,0.021753293,0.040601846,0.02075277,0.010449004,-0.049993843,-0.023722064,0.0024206187,0.026578393,-0.009666338,0.0065477737,-0.023350902,-0.011368839,-0.010707203,0.02494851,0.008754571,-0.02081732,-0.008512509,0.0062774713,0.016960468,-0.065324426,0.023512276,-0.013797526,-0.03243629,-0.014055726,0.018913101,-0.017170256,-0.01802554,0.040149994,0.06577628,-0.037535727,-0.050445694,0.0474764,0.014991699,-0.00825431,-0.0142171,-0.0027494193,0.07197306,-0.027304579,0.042506065,-0.034179136,-0.008157485,-0.029176524,0.008270447,-0.021333719,-0.027401403,0.03275904,0.027385266,0.050510243,0.02310884,-0.0742323,-0.009133801,-0.014394612,-0.022576304,-0.008423753,-0.011756138,-0.033275437,0.0048089623,-0.0045346254,0.059611768,0.020849595,0.06170964,-0.04608858,0.02964451,-0.012982585,0.03505056,0.028176002,0.06345248,0.033920936,-0.021059383,0.00050328695,-0.033501364,-0.04728275,-0.01485453,-0.02189853,-0.005680385,0.015072386,0.0062451963,-0.0061806464,0.055319205,0.00047000346,-0.027788702,-0.055706505,-0.01072334,0.004647588,0.008084866,-0.032742903,-0.02540036,0.03267835,0.008996633,-0.033146337,-0.016105182,-0.008294653,0.016976606,0.0015381015,-0.015701747,-0.03711615,0.019284261,-0.0243837,0.0036995122,-0.0016571152,0.018235328,-0.0483801,-0.01834829,0.0062492304,-0.011102571,0.00606365,-0.05993452,0.007689499,0.023544552,-0.044474833,0.0043248385,-0.008609334,-0.045217156,-0.017234804,-0.004990509,-0.013757183,0.035308756,0.01694433,0.018428978,-0.031193705,0.022834502,-0.030112496,-0.02265699,-0.0059910314,0.026901143,0.019510187,-0.03167783,0.021753293,-0.027853252,-0.0048089623,0.016669994,0.0025961136,-0.036147907,-0.010844371,-0.008056626,-0.018235328,0.0021442648,0.009682475,0.0031468042,-0.017025018,0.023496138,-0.00042764263,-0.029095836,-0.002180574,0.0044983164,-0.008020316,-0.013361815,-0.00958565,-0.018993787,0.032404017,0.0017287252,-0.019510187,0.005910344,0.009698613,-0.022334242,-0.031581003,-0.06577628,-0.029241074,-0.002146282,-0.019881347,0.03264608,-0.025126021,-0.01910675,0.0486383,-0.0018194984,0.0015643248,-0.0044660415,0.016702268,0.051575314,0.038826723,-0.007883148,0.024787135,0.005357636,-0.0198168,0.02951541,-0.0025033231,-0.027578916,-0.016371451,-0.040537294,-0.0071125845,-0.00927097,-0.013934695,-0.00045260525,-0.026707493,-0.00660022,0.008593196,0.041602366,0.010691066,-0.029305624,0.019187437,-0.0008699098,-0.00093647686,-0.015370929,0.033985484,0.022124454,-0.0012617474,-0.054092757,0.005720729,0.00584176,0.033001103,-0.0130713405,-0.005402014,0.00077863235,-0.022382654,0.020349335,0.007834735,0.029466998,0.020010447,-0.030580483,-0.0053011547,-0.010691066,-0.01098154,0.07029477,0.031774655,-0.005535148,0.03966587,-0.01237743,0.008415684,-0.024561211,0.020994833,-0.011723863,-0.014467231,0.0051317117,0.020898009,-0.011562489,-0.03453416,-0.04515261,0.044152085,-0.02018796,0.008375341,-0.012409705,-0.05470598,0.0006757561,-0.0062815053,0.0011931633,-0.028773088,-0.013466708,0.0067172167,-0.01789644,-0.05454461,0.042796537,-0.008456028,-0.0036289108,-0.009593719,-0.007842804,-0.08120369,0.0038144917,0.0025940964,-0.003231526,-0.009174145,0.009375863,-0.0025860276,-0.038181227,0.03572833,0.01867104,-0.012643699,0.038923547,-0.021882392,0.027514366,-0.00984385,-0.01161897,0.006342021,0.012538805,0.016427932,-0.01632304,0.0013474778,0.042699713,0.018299878,-0.026174957,0.01936495,0.009319382,-0.00933552,0.012256399,0.011772276,-0.03579288,-0.027078655,-0.014677018,-0.0013817698,-0.0012486358,0.024625761,-0.012143437,-0.008819121,0.02596517,0.009771231,0.017121842,-0.013184303,0.0013313403,-0.0380844,-0.015709816,-0.03466326,0.014305856,-0.019203575,-0.012788936,-0.00075341755,-0.023964126,-0.020542983,0.01752528,-0.009125733,0.011150983,-0.011756138,-0.019832935,-0.0039476254,0.022544028,0.004470076,-0.015201486,0.0005910344,0.034372784,0.010715272,-0.015701747,-0.005942619,0.03592198,-0.030354558,0.019461773,-0.057643,-0.028934462,-0.036793403,0.01326499,-0.0028805363,0.02494851,0.00078770967,-0.012401637,0.04931607,0.036761127,-0.02081732,0.016863644,-0.008496371,0.018041678,-0.016912056,0.024803273,0.01542741,-0.0072900965,0.008157485,0.003497794,-0.0020010448,-0.012708248,0.04634678,0.04544308,0.015120798,-0.004958234,0.023964126,0.010925059,0.03637383,0.026868867,0.025303533,-0.0031185637,0.008980495,-0.06125779,0.02075277,-0.008149416,0.05299541,-0.036761127,-0.02157578,-0.024238462,-0.026739767,0.00606365,0.011522145,0.017057292,0.0048170313,0.010779822,0.01511273,-0.009738956,-0.010545828,-0.015548441,-0.013184303,-0.012070819,-0.00067726895,0.0064348113,0.011086433,-0.0032456461,0.025319671,0.001356555,0.009287107,-0.06726092,-0.039052647,-0.0019496066,0.016371451,0.0052325707,-0.035663784,0.027627328,-0.027950076,0.05331816,-0.01821919,0.022802228,-0.013918557,0.0060838214,-0.012837348,-0.007403059,0.008464097,-0.017347768,0.0196877,-0.015354791,0.04273199,-0.03230719,-0.0057166945,-0.0101101175,0.048476923,-0.0031044434,-0.053479534,-0.011982063,0.006075753,0.028079176,0.014628606,0.021430545,-0.0059063095,-0.007286062,0.0032012681,-0.014878736,0.059869967,-0.028176002,0.007294131,0.008064695,-0.059063096,-0.016799094,-0.0027413506,0.013991176,-0.001936495,0.005845794,-0.00020827407,0.019703835,0.032161955,-0.006253265,0.01796099,-0.012772798,-0.0073990244,0.0050227838,0.017509142,0.0025255121,0.02793394,-0.05370546,-0.009400069,0.011828757,0.036277004,-0.0033142304,0.02475486,0.0051317117,-0.01834829,-0.008415684,0.002456928,0.038374875,0.034372784,-0.033372264,0.024738723,0.0061039934,0.027014105,0.009561444,0.013845939,0.012304812,-0.012805073,0.00825431,-0.0015824795,0.012337087,-0.02983816,0.0030277905,-0.017783478,-0.005636007,0.024496661,-0.048961047,-0.02552946,0.002180574,-0.013547396,0.009859987,0.009876125,0.029370174,-0.020704359,-0.0070682066,-0.018106228,-0.0131358905,0.015830847,-0.014733499,0.003409038,0.025884483,-0.00038704684,-0.0022491582,-0.0095211,-0.0023439657,0.007713705,-0.015185348,-0.020333197,0.053414986,-0.01700888,-0.013636152,-0.024303012,0.0021220758,0.020349335,0.005567423,-0.0016752698,-0.016912056,0.041053694,-0.025255121,-0.014370406,0.01746073,-0.016008358,0.03656748,0.018638764,-0.00914187,-0.023254076,0.026610669,0.055254657,0.027643465,-0.028321238,0.00825431,-0.045862656,0.016766818,-0.006874557,0.007701602,0.03295269,0.014192894,0.018896963,0.016992742,-0.020204097,-0.03682568,0.014063794,-0.016863644,0.021333719,0.00009531186,-0.04302246,0.005853863,0.0032738869,-0.023092702,0.0047403784,-0.037858475,0.020381609,0.0057045915,0.013797526,0.010319904,0.04424891,-0.026755905,0.032291055,-0.015403204,-0.022866778,-0.04431346,0.0023500172,0.004934028,0.03388866,0.013256921,-0.006463052,-0.03230719,-0.01472543,-0.031581003,-0.0050106808,-0.0064267428,0.03243629,0.00020171823,0.014878736,0.015814709,-0.0065074298,0.005922447,0.033275437,-0.009763162,0.008770708,-0.010400591,0.035760608,-0.0237382,-0.013886282,-0.026626805,0.031064607,0.005954722,0.0029067595,-0.022495616,0.0045426944,-0.006253265,-0.026481569,0.01860649,0.012522668,0.021817842,-0.014007313,-0.05560968,0.00076249486,-0.0028280895,-0.003941574,-0.020268647,-0.01847739,-0.043958437,0.007790358,0.012312881,-0.0067615947,0.035631508,0.037923027,-0.015338654,0.019703835,-0.031274393,0.0013313403,-0.029402448,-0.019251987,-0.0022673127,0.0053092237,0.0021503163,0.039052647,0.036212455,-0.0119982,0.014927149,-0.032097403,0.009682475,-0.025174433,-0.06387206,0.006765629,-0.015346723,-0.0017589829,-0.03388866,-0.012490393,-0.023560688,0.022673128,-0.002977361,0.014644743,0.015290242,-0.029354036,-0.036470655,-0.012579149,0.0064670863,-0.028127588,0.021430545,0.032210365,0.015007836,0.016831368,-0.028353514,-0.032226503,-0.031887617,0.02520671,0.018558076,-0.013313402,-0.0029692922,-0.0026384743,-0.010658791,0.026126545,0.011691588,0.011740001,0.01320044,-0.022608578,-0.011344633,0.021204619,-0.016557032,-0.010691066,-0.0050873337,-0.01009398,0.014685087,0.0011064245,-0.011957856,-0.025029197,0.0022209177,0.018203052,0.0006036418,0.030677307,-0.026417019,0.018057816,0.002767574,-0.0044781445,0.02114007,-0.009020839,-0.017605966,0.010876646,-0.017444592,-0.0056965225,-0.029499274,0.008310791,0.021204619,-0.0024186014,-0.006087856,-0.003933505,-0.005801416,0.0044418355,0.002579976,0.0003978892,-0.0028986908,0.021317583,0.006745457,0.0020323112,-0.00023462351,-0.020994833,-0.004901753,0.0242546,-0.0065033957,0.002224952,0.0070883785,0.0129422415,0.0143462,-0.01796099,-0.008552853,-0.004570935,0.020236373,-0.014733499,-0.014741568,0.022043768,-0.025255121,-0.0048654433,0.01720253,0.028595576,0.015774366,0.011522145,-0.007875079,0.024770997,0.006906832,0.01936495,-0.016355313,0.029951122,0.0060354094,0.013991176,-0.022059904,-0.0027937973,-0.020801183,-0.006918935,0.0042885295,0.017751204,-0.0006333952,-0.028337376,0.007479712,0.00020966088,-0.03492146,-0.011199396,-0.02055912,0.0010529691,0.01847739,0.032339465,0.019219711,0.0013030997,-0.027659602,0.016355313,-0.006874557,0.0118691,0.0483801,0.0033929006,0.023625238,0.01975225,0.10624902,-0.00914187,0.023270214,-0.015161142,0.029789748,0.0022108317,0.008835258,0.027514366,0.008972427,-0.012748592,-0.01370877,-0.0056077666,0.013934695,0.015661404,0.00019226268,-0.0047968593,0.011562489,-0.022011492,-0.018719452,-0.01009398,0.013208509,-0.0011820688,0.032032855,-0.00083511346,-0.036083356,-0.006374296,0.021156207,-0.019203575,0.0046516224,0.008012248,-0.00593455,-0.028176002,0.032048993,0.008754571,-0.0040242784,-0.0012133351,-0.023124978,-0.0040464676,0.021930804,-0.025174433,-0.015314448,0.007645121,0.03146804,-0.019058337,-0.014443025,-0.013603877,-0.0044781445,0.035502408,-0.012240262,-0.043635685,-0.037406627,0.006354124,0.033307713,0.015774366,-0.005172055,-0.014071863,0.014426887,0.045475356,0.00019327128,0.014362337,-0.01619394,0.016177801,-0.020994833,0.026804317,-0.0121273,0.020317059,-0.0074756774,0.01796099,-0.01752528,-0.009327451,-0.0030822544,-0.005724763,0.0033384366,-0.014927149,0.02088187,0.004308701,0.025319671,0.008044523,0.020349335,-0.015919602,-0.01364422,-0.017831892,-0.0054504266,-0.0004997569,-0.013063272,0.011965925,0.044281185,0.024351424,-0.019929761,0.010844371,-0.009149939,-0.0017993265,0.018719452,-0.0056077666,-0.013757183,0.0058296565,-0.04892877,-0.022544028,0.013958901,-0.0008134287,0.027966214,0.005184158,0.018719452,0.013216578,-0.028401926,0.0061039934,-0.004921925,0.017944854,-0.022995878,-0.009101526,-0.029402448,0.004756516,-0.008754571,-0.0043893885,0.042667437,-0.025949033,-0.0059587564,-0.010352179,-0.022769952,-0.05267266,0.033033375,0.033565912,-0.0059627905,0.0060797874,-0.021672606,0.02170488,-0.007657224,-0.033920936,0.028272826,-0.018945375,-0.0033848318,0.03505056,0.015274104,0.009601788,-0.026061995,0.0074232304,0.0073102685,-0.052059438,-0.015419341,0.03275904,-0.080235444,-0.0012617474,0.034986008,-0.02862785,0.0061362684,-0.0019062372,-0.0053213267,-0.0076975673,0.009004702,0.0076330174,0.007152928,-0.019832935,0.029757472,-0.005688454,-0.020171823,-0.030257734,0.039084923,0.04892877,0.000054968215,0.0050590932,0.0018336186,-0.010513553,-0.008577059,-0.0283051,0.035760608,0.032984965,0.023060428,-0.0031952166,-0.035437856,0.01854194,-0.017315492,-0.017573692,-0.002789763,-0.0041231206,0.016395656,-0.02659453,-0.0103037665,0.0034998113,-0.016347244,0.013515121,-0.026158819,0.025432633,0.017347768,-0.006095925,0.009722819,0.028127588,0.011223602,-0.0096502,0.005248708,0.0053778077,0.009061183,0.002214866,-0.023915712,0.0008159502,0.0129664475,-0.008778777,-0.012151506,-0.0012435928,-0.037019327,0.024593486,0.0036026875,-0.03534103,0.020591397,0.0046879314,-0.02583607,0.013466708,-0.014491437,-0.0075079524,0.013741045,0.015984152,0.011667382,0.007241684,-0.04931607,0.0056723165,0.0048210653,-0.026304057,-0.0025053404,0.034889184,0.042247865,-0.04302246,0.0395045,-0.03251698,0.015217623,-0.06254879,0.007891217,0.04195739,0.033695012,-0.019639285,-0.014507575,-0.020720497,0.014959424,-0.016734544,-0.026933417,0.025513321,-0.019268125,0.013789458,-0.03085482,-0.013991176,-0.03853625,-0.008052591,0.006184681,0.010884715,0.003409038,0.0034372786,-0.01566947,-0.0008608325,-0.0023217767,0.010545828,-0.023915712,0.021236895,-0.030177046,0.028466476,-0.0038023884,-0.012893829,-0.03104847,0.0013242802,0.01720253,-0.010497416,0.013628083,-0.004921925,0.0011134846,0.011965925,0.0065074298,-0.016686132,0.022608578,-0.00863354,0.011796482,-0.016331106,-0.0073021995,0.032194227,0.007019794,-0.0055633886,0.01618587,-0.018251466,-0.01802554,0.017057292,-0.01694433,0.014733499,-0.017025018,-0.002680835,-0.011844894,-0.0032214401,-0.004272392,0.0006253265,-0.011255877,-0.009513032,-0.005345533,0.015395135,0.002192677,-0.0016803128,0.027046379,-0.0046758284,0.0031004092,0.040505018,0.03111302,-0.0024428077,-0.013490914,-0.0059829624,0.005821588,-0.0023379142,0.016210077,-0.01263563,0.016419863,0.0005436306,0.041860566,0.008915946,0.009972949,-0.0048210653,0.00593455,-0.0064912923,0.006854385,-0.0013626067,-0.0024528936,-0.03130667,0.004449904,-0.014781912,-0.0103037665,0.0143462,-0.021317583,0.046120856,0.007084344,-0.0019163231,0.031952165,0.017105706,0.056803852,0.02101097,0.024996921,-0.006854385,0.037277527,-0.026384743,0.05173669,0.009246764,0.04411981,-0.026061995,0.030483657,-0.024028676,0.017815754,0.0020655945,0.015532304,-0.004792825,0.00047428996,0.011570557,-0.030483657,0.012643699,-0.0050954022,0.035889708,-0.0020776978,-0.003009636,0.016992742,0.001963727,0.017444592,0.049380623,-0.002091818,0.018864688,-0.002834141,0.030047946,0.032791313,0.00818976,-0.017928716,0.015750159,-0.035244208,-0.039084923,-0.017154118,0.01592767,-0.04182829,-0.00047151634,-0.0035220003,-0.031581003,-0.007064172,0.014773843,0.02728844,-0.03724525,0.024980785,-0.0034070208,-0.017880304,-0.020639809,-0.019832935,0.026772043,-0.011844894,-0.03750345,0.026029719,0.006608289,0.02094642,0.0194295,-0.0052769487,0.0033787803,-0.020542983,-0.006430777,-0.041053694],"social":"https://twitter.com/kushagrasarathe"},{"title":"longing for belonging","description":"a newsletter on how doubt leads to ultimate meaning","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=mKp57pcHaIw","youtube_transcript":"Hi. I'm Daniel. I am writing longing for belonging. A newsletter about my journey of how I found ultimate meaning through logic. After being lost and doubting that life had any meaning at all. And I wanted to write for twenty years, but thanks Bill Space for finally giving me that push to start writing. I read a letter every week. I read each letter out loud so you can listen, read, or do both at the same time. My letters are a map to help understand why you're alive. And I call it a math because I needed someone to come alongside me and guide me when I was lost and no one did. While logic is a focus, I found that it's personal connections that are convicting, so stories and examples are the biggest part of my letters. In the past five weeks, I've written about ten thousand words. That includes writing letters, scrapping them and starting completely over halfway through the week. I asked a group of friends to give me feedback every week, and I've made more changes to my writing in the past month than in the past year. And the best way I've found so far to have people subscribe is to talk to them directly and build a connection. I've really pushed myself to have vulnerable conversations with people. Now, I'm adding a book club to the newsletter on Victor Franklin's Man Search for Meaning because in it, he describes the process of finding a meeting by keeping busy. And I know there has to be more to life than just working on the next big thing. Talk soon.","embedding":[0.011158779,0.010455464,0.0042235143,0.030220788,0.03868957,-0.00048488847,-0.03599232,0.04205388,-0.019707318,0.021316966,0.015168399,-0.009317109,-0.025565859,0.0094331205,0.040487733,0.045911234,0.03607933,-0.006946141,-0.00857029,0.024985805,-0.0032283603,0.0065147257,-0.0030416555,0.05777333,-0.019663814,-0.038428545,-0.021708502,0.06432793,0.016705541,-0.054235004,0.001054066,-0.021868017,-0.018097669,0.00547788,-0.009795654,0.029669737,0.020983435,-0.009251853,0.026827475,-0.0379645,-0.031003859,-0.0010939447,0.06339985,-0.0071564103,-0.026029902,-0.023086129,-0.0422569,0.01279018,0.044519108,-0.004368528,-0.03848655,0.0018380445,-0.0140953,0.08056943,0.007243418,-0.017401606,-0.042952962,-0.0014999821,0.0018153862,0.03242499,-0.0034440677,-0.026870979,0.009991421,0.012746676,-0.04501215,-0.011666326,-0.06519801,-0.02405772,0.002450726,0.0006815629,0.08033741,0.051334735,0.032976042,0.01819918,-0.027813565,-0.0037703477,-0.02765405,0.008947325,-0.019141765,-0.02884316,0.00024403032,0.021200955,-0.007123782,-0.010934008,-0.05928147,-0.01528441,-0.016705541,0.011644574,-0.03500623,-0.04141582,-0.016517023,-0.015965972,0.0036307725,0.026058903,0.019199772,-0.020968935,-0.0085340375,0.08387574,0.000996967,-0.034977227,0.015603439,-0.032541003,0.044490103,-0.02537734,0.038747575,0.030191785,0.020142358,-0.007852474,0.042488918,-0.03654337,-0.16531524,-0.002445288,-0.0098826615,-0.034774207,-0.0052313576,-0.047013335,-0.006028931,-0.024304241,0.038428545,0.002760692,0.011949102,0.02634893,0.019605808,0.02341966,-0.0037377197,-0.06450195,-0.01203611,-0.018460203,-0.012159372,0.009048834,0.046868324,0.0336141,0.028915668,-0.042227894,-0.057860337,-0.047738403,-0.047564387,-0.005731654,0.011978105,-0.0043721534,0.017967157,-0.02569637,-0.0021280714,-0.0070947795,0.029002676,0.009969669,-0.011949102,0.026696963,-0.01289894,-0.062413756,0.036195338,-0.006362462,-0.031177877,0.020098854,0.04164784,-0.010600477,-0.019765323,0.04350401,-0.030220788,0.015951471,0.068678334,-0.019272277,-0.014385327,0.0010123746,-0.015110394,0.008548538,-0.013573252,-0.0639799,-0.039907683,-0.022056535,-0.04132881,-0.045418188,-0.013290476,0.0032972416,0.05997753,-0.047303364,0.05377096,-0.014682604,-0.03837054,0.0053183655,-0.010542473,-0.008360021,-0.050145626,-0.011238537,0.008918323,-0.004760064,0.026609953,-0.007642205,0.03155491,0.0014936378,0.017198587,0.033411082,0.03210596,-0.014356324,0.026174914,-0.012195624,0.07708911,0.03346909,0.008011989,0.01819918,-0.008700803,-0.0065328525,0.0022966494,-0.010100181,-0.03781949,0.036920406,0.023057127,0.02906068,-0.04367803,-0.015443925,0.049420558,-0.033324074,0.0014700731,0.018590715,-0.025565859,-0.0046984334,-0.049043525,0.026319928,-0.014001042,0.06978044,0.02981475,-0.0077364636,0.016865056,0.014950879,0.009585384,0.023550171,0.10214742,-0.0607316,0.022419067,-0.012347889,0.069664426,0.0005116253,-0.010607729,-0.022375563,-0.009578133,0.016255999,0.025754375,0.021563489,0.042952962,0.04237291,-0.003828353,-0.02288311,0.048405465,0.07471089,0.0016948439,0.015095892,-0.06641613,-0.03088785,-0.011405302,0.019257776,0.06148567,0.035528276,0.0083092665,0.017546618,0.012260881,0.025072813,0.014544842,-0.0130294515,0.038863584,-0.025971895,0.038950592,-0.01712608,0.017372603,0.050928697,-0.0019794325,0.026537448,-0.0059781764,-0.00075724174,0.018402196,-0.01582096,-0.039095607,-0.012123118,-0.0003070205,0.006308082,-0.016604032,-0.0639219,-0.028147096,0.040806763,0.05681624,0.004865199,-0.03068483,0.014813116,-0.014051796,-0.024202732,0.008098997,0.02297012,0.016560527,0.0016205244,-0.035151243,0.001364032,-0.030336797,-0.028712649,0.013587753,0.025536856,-0.01972182,-0.01875023,0.034194153,-0.044287086,0.011427054,0.08544188,0.0026845601,-0.004455536,0.0029256449,0.019330284,0.009512877,-0.012050612,0.029365208,0.034716204,0.025116317,-0.02005535,0.05379996,0.034397174,-0.0030035896,-0.015994975,-0.021853516,0.0015688634,-0.003926237,0.03457119,-0.0109847635,-0.058933437,-0.02775556,-0.0074609383,0.021200955,-0.005561263,0.02080942,0.06421192,0.062007718,0.006308082,0.013478993,-0.008737056,0.018692223,-0.041908864,-0.022738097,0.015661445,0.0017727885,-0.0070730275,-0.003795725,-0.018126672,0.021955024,0.03967566,-0.0173436,-0.010158187,-0.0422569,-0.0023020874,-0.0039044851,0.01962031,-0.007221666,0.006007179,-0.008874819,0.033875123,-0.017256591,0.0046259267,0.013587753,-0.00791048,-0.0281906,0.0466073,0.03349809,-0.040632747,0.031061865,0.0073811808,-0.017764138,0.009331611,0.026015399,0.043242987,-0.004325024,-0.026218418,-0.036166336,-0.052494843,0.018837238,-0.017184084,0.047564387,-0.036050323,0.0068808845,-0.005778783,-0.027233511,0.040487733,0.039907683,0.008577541,-0.016546026,0.03752946,0.073956825,0.036601376,-0.0070839035,-0.031699926,0.024623271,0.045244172,0.0067576235,-0.017329099,-0.022520578,0.0025268581,-0.0048942016,-0.007112906,-0.01637201,0.014675354,-0.006674241,-0.02515982,-0.011369049,0.047303364,0.016894057,-0.022317559,0.051247727,0.043562017,-0.01583546,0.0010314076,0.013370234,0.00027643173,0.010150936,-0.02134597,-0.027161006,0.036572374,0.012666918,-0.022259554,0.047767404,-0.0010422836,-0.010934008,-0.009686894,0.01638651,0.04968158,0.04718735,-0.009012581,-0.04045873,-0.025971895,0.031496905,-0.0021208206,0.023158636,0.022622086,0.098203056,-0.0029129563,0.061543677,-0.08352771,-0.0019848705,0.010614979,0.04596924,-0.04594024,-0.006946141,-0.0114560565,-0.039530646,0.005202355,-0.0005021088,-0.035470273,0.004814444,-0.0058585405,-0.09739098,-0.0014102551,-0.003922612,-0.007576949,0.034977227,-0.024536263,-0.057309285,-0.028683646,-0.029872755,-0.06432793,-0.005800535,-0.021244459,-0.050174627,0.015110394,-0.020446885,-0.054235004,0.045505196,-0.012935193,-0.049710587,-0.032802027,-0.026595453,0.0035419518,0.0090270825,0.020403381,0.027581545,-0.013863279,-0.0292782,0.00052476715,0.028234104,-0.005572139,-0.017329099,0.03460019,-0.065082006,0.03816752,-0.045041155,-0.0011664514,-0.043649025,-0.024434755,-0.017648127,-0.018460203,0.041270807,0.0020591898,-0.01908376,-0.05951349,-0.019692816,-0.0050029615,-0.029930761,0.010252446,-0.0055975164,0.0018869865,-0.0026464942,-0.01767713,0.026740467,0.014436081,-0.009483875,-0.024144728,0.045737218,-0.016879557,-0.020403381,0.035876308,0.0011918286,0.0639219,0.030423807,0.007837973,-0.037268437,0.0057207774,-0.01637201,0.027059495,-0.014892873,-0.006018055,-0.008396274,0.037326444,-0.018460203,0.01930128,0.0357603,0.029684238,-0.006308082,-0.040197708,-0.038979594,0.0018924245,-0.015081391,-0.0016930312,0.017981658,0.033643104,-0.03230898,0.021708502,-0.029756745,0.0368624,0.022578582,-0.015356916,0.031496905,0.006917138,-0.026000898,0.018010661,-0.013355732,-0.06061559,0.008824063,-0.009295357,-0.03013378,0.033672106,0.042778946,0.02179551,-0.0012317074,0.032570004,0.016459018,0.0014927314,0.010527971,0.034397174,0.019025754,-0.039095607,0.037268437,-0.039878678,-0.029756745,-0.013391986,-0.0150088845,-0.017372603,0.028176099,0.010317702,-0.01181859,-0.027944077,0.015994975,0.04707134,-0.008650048,0.012442147,0.006746747,-0.01745961,0.0005904763,0.031003859,0.008874819,-0.011173281,-0.027378526,-0.053915974,0.037761483,-0.0053074895,-0.026928984,0.016952064,-0.01769163,0.0035473898,-0.013203468,-0.035528276,-0.029872755,0.03164192,-0.0477094,0.029727742,-0.0038791078,-0.035151243,0.0005891168,0.03132289,-0.019141765,-0.00014648617,-0.024144728,0.023767693,-0.012021609,0.009926165,-0.0390376,-0.04672331,-0.0052893627,0.007866976,0.022346562,0.03317906,-0.010375707,-0.03784849,-0.0047528134,0.028872162,-0.012289884,-0.031206878,0.026087906,-0.019243276,-0.014269317,-0.0110065155,0.021737505,-0.024884295,-0.006072435,0.019156266,-0.00041555395,-0.013312228,0.04594024,0.009737648,-0.008787811,0.033788115,-0.0020301873,0.011245787,0.0069243885,0.0013169027,-0.007199914,0.00013153166,0.025464348,0.016430015,-0.0017084389,-0.013377484,0.0107817445,-0.006192071,-0.011245787,0.03111987,0.017401606,-0.011876595,-0.0007182694,0.0055032577,0.031177877,-0.012072364,0.021606993,0.0031449776,0.032541003,-0.009244603,0.018126672,-0.0038863583,-0.015588938,-0.025870387,-0.03642736,-0.0052313576,0.042952962,0.005702651,0.01799616,-0.028466126,-0.022796102,-0.027233511,0.011970854,-0.010281448,-0.025333837,0.0059129205,-0.014508588,-0.005767907,-0.009288107,0.0184457,0.0195043,-0.020461388,-0.024115724,0.042488918,-0.0563812,0.035731297,0.0096796425,-0.0071201567,-0.009984171,0.011079022,-0.006710494,-0.001988496,0.039414637,-0.00084696873,-0.00791773,-0.01821368,-0.012471151,-0.030800842,0.017488614,0.021810012,0.029684238,-0.0049050776,0.04077776,0.020780416,-0.023318151,0.012732174,0.0063044564,-0.02233206,-0.023767693,-0.015545433,0.016067483,0.034745205,0.0013114647,-0.084687814,0.0026863727,-0.02763955,-0.0715206,0.008055493,-0.02484079,-0.054293007,-0.02840812,0.01854721,0.0016468081,-0.0020066225,-0.003947989,0.0065654805,-0.010912256,0.019112762,-0.038457546,-0.015704948,-0.036021322,-0.028611138,-0.0085340375,-0.020736912,-0.022709094,0.016966565,-0.02775556,-0.007250669,0.027175507,-0.005909295,-0.0007862444,-0.0037159678,-0.031902943,-0.0019486173,-0.0078017195,0.039530646,-0.003338933,0.0038247278,-0.0092301015,-0.00704765,-0.04274994,-0.0011102586,-0.02558036,0.015603439,-0.016734544,-0.021781009,0.001290619,0.008323768,0.048521474,-0.016401013,-0.00574253,0.020475889,-0.037906498,0.013507996,-0.016067483,0.014834869,-0.01040471,0.002597552,0.028422622,0.0069425153,-0.01225363,0.020417884,0.020939931,0.024188232,-0.0024108475,-0.005517759,-0.004306897,0.023463164,0.0109847635,0.013819775,-0.020910928,-0.009599886,-0.00057416235,-0.020548396,0.007337677,0.016299503,0.009302608,0.0154584255,0.021244459,-0.05591716,-0.025710871,0.015646944,-0.027567042,-0.044809133,-0.008490534,-0.0077799675,0.003627147,0.010288699,-0.014936377,-0.0037377197,0.0032120463,-0.019562304,-0.025000306,-0.015617941,0.016531525,0.026870979,-0.013406486,-0.015893467,0.003545577,0.018025162,-0.007794469,-0.07134658,0.000048262264,-0.0145810945,0.004886951,-0.013834276,-0.018010661,0.035499275,-0.008990829,-0.00095618196,-0.028089091,0.009998673,-0.011013766,0.009353363,-0.0047963173,0.0053908722,0.01463185,-0.009795654,0.012710422,-0.02763955,0.018300688,0.00018273952,0.031467903,-0.03491922,0.026189415,-0.020185862,-0.016792549,-0.015574437,0.002760692,0.010709237,-0.0021824513,0.0314389,-0.016865056,-0.016401013,0.021432977,0.0077872183,0.01972182,0.00061630685,-0.022564081,0.03848655,-0.0027570669,0.022390066,0.013696513,0.0078017195,-0.009201098,0.030713832,0.019924838,-0.027088499,-0.021418475,0.006797502,0.0046440535,0.025565859,-0.02948122,-0.060325563,-0.020765916,0.036717385,0.008149751,0.012289884,0.0074899406,0.032570004,-0.0025014807,-0.029611731,-0.025188824,-0.009491125,0.004919579,-0.015139396,0.0076494557,0.0154584255,-0.02904618,-0.03938563,-0.024710279,0.0314389,0.005441627,0.012304385,-0.019388288,0.043446008,-0.0073666796,-0.01973632,-0.001010562,0.013000449,-0.028451623,-0.0195043,0.0041111293,0.033005044,0.017039072,-0.014537591,-0.0040386226,0.02005535,-0.020939931,-0.018793734,0.014457834,0.029089684,0.00069968955,0.013145463,-0.03555728,-0.029017176,-0.017604623,-0.009201098,-0.015501929,-0.0040603746,-0.006463971,0.013116459,0.024130225,0.009708646,0.013261473,0.0031268508,0.0081279995,0.0020990686,0.006079686,0.016720042,0.03752946,-0.014428831,-0.0035038856,0.008853067,0.010274198,-0.010549723,0.017184084,0.011122526,-0.026957987,0.046201263,-0.0030652203,0.025667368,0.033585098,-0.023361655,-0.054670043,-0.009527379,0.016995568,-0.032482997,-0.013624007,0.008577541,-0.048811503,0.02211454,0.033962134,0.015501929,-0.004651304,0.001374908,-0.0107599925,-0.010375707,0.020635404,-0.0068881353,0.026392434,0.024260737,-0.005452503,0.031293888,-0.0058694165,0.006322583,-0.0047854413,0.018706726,-0.0014419768,-0.016125487,0.006050683,0.020156858,0.03645636,-0.0010223443,0.010143685,0.027596045,0.023883702,0.0015543621,-0.05043565,-0.04370703,0.010665733,-0.013790772,0.048434466,0.005434376,0.007982986,0.03024979,-0.017082576,-0.027103,-0.031293888,-0.019634811,-0.013196217,0.009012581,0.007533445,0.009578133,-0.00072914537,0.0015081391,-0.0040676254,-0.003817477,0.0136820115,0.0032573629,0.033324074,0.026261922,-0.009505627,-0.035296254,0.03068483,-0.00016733183,-0.0075841993,-0.012695921,-0.021650497,-0.033034045,-0.026609953,0.036282346,0.05408999,-0.02829211,0.02320214,-0.041125793,-0.03286003,-0.0019812454,0.025942894,-0.014950879,0.016444517,-0.0357893,0.02656645,0.04057474,0.0077219624,0.0049050776,0.005854915,-0.011804089,0.0051334733,-0.0047528134,0.029582728,0.011760585,0.0058512897,-0.034542184,0.028118093,-0.02611691,0.007953984,0.013558751,0.04944956,0.0000040926625,0.00019769401,0.014653602,-0.020113355,-0.009628888,0.0390666,-0.0069352644,-0.030742835,-0.00909959,0.014218561,-0.027103,0.020562897,-0.0063153324,0.015269908,-0.043881048,0.02373869,0.025493352,-0.006148567,0.011506812,-0.034658197,0.037442453,-0.0146391,-0.0042235143,0.029075181,0.025449848,-0.013638508,-0.0021915147,0.0040930025,0.00014897858,0.033295073,-0.03784849,-0.014820367,0.001040471,0.046172258,-0.014921877,0.025667368,0.014979881,0.02221605,-0.0056663975,0.030481812,-0.021694,-0.00025694558,-0.0048289453,-0.017184084,0.016879557,-0.04567921,-0.027915075,-0.012210126,0.024942301,0.006659739,-0.0056083924,0.022941116,-0.0070875287,-0.0010930384,-0.0064023407,0.004589673,0.0033915003,-0.007308674,-0.0040930025,0.008664549,-0.013870529,0.0105569735,-0.030481812,0.012978697,0.029336207,-0.014697106,0.033005044,-0.010266947,-0.011448806,-0.013667511,-0.00025694558,-0.018735727,0.017517615,0.012985948,-0.02027287,0.0046223016,-0.019576807,-0.026624456,-0.01983783,0.028959172,-0.0037105298,0.0368624,0.008207757,0.031293888,0.009085088,0.020504892,-0.0069425153,-0.022042032,-0.000977934,-0.011695329,-0.049188536,0.024927799,-0.007015022,-0.02070791,0.008853067,0.026943484,-0.0112530375,-0.0064567206,0.029104184,-0.022622086,0.020533893,0.0041328813,-0.011245787,-0.031293888,-0.019460795,-0.0043649026,-0.033295073,0.04237291,0.0008243104,0.009592635,0.018851738,0.011528564,0.012927942,-0.024855293,0.033295073,-0.014189559,-0.039878678,0.008505034,-0.03111987,0.043271992,0.034310166,-0.00017503568,-0.017923653,-0.026812973,0.0055685136,0.063805886,0.0021117572,0.0028458876,0.004216264,-0.011666326,0.014479586,-0.00003514875,0.08428177,0.014124303,-0.021316966,0.00057099015,0.032947037,0.011651825,0.013109209,0.0022404566,-0.011398051,0.02417373,-0.007953984,0.019489797,0.020316374,0.02537734,0.008584792,-0.016821552,-0.03196095,-0.0002809634,-0.013145463,-0.002909331,-0.0011184156,0.025783379,0.0049377056,-0.009251853,-0.045882232,-0.02482629,0.008954576,0.012572659,-0.010332203,0.03317906,0.005430751,-0.02233206,-0.008635546,0.017097076,-0.007341302,-0.027132003,0.0065256017,-0.016168991,-0.02330365,-0.009404117,-0.007384806,-0.008069994,0.014508588,-0.0020356253,0.017372603,0.0033407456,0.021273462,0.018373195,0.015298911,-0.019779824,-0.033962134,-0.025783379,-0.012521905,0.0061848206,0.013957538,0.016110986,0.030713832,0.043968055,0.009070586,0.02536284,0.004433784,0.008207757,-0.030771839,-0.024869794,0.0034495057,-0.037007414,-0.012862686,0.03207696,-0.002254958,-0.022796102,-0.019779824,0.016241498,0.0012598037,0.013203468,-0.029234696,-0.03750046,0.009382365,0.013167215,-0.02298462,-0.031032862,0.017213088,0.00052612665,-0.0105569735,0.01289894,-0.002010248,-0.004252517,-0.00417276,0.028959172,-0.001073099,0.016966565,-0.042140886,0.036601376,0.019156266,0.020649904,0.0092083495,-0.026276423,-0.0116590755,0.012913441,0.00086011057,-0.0055540125,0.0056120176,-0.009121342,0.026856476,0.00057370914,0.010020425,-0.027567042,-0.03274402,-0.011840343,-0.01788015,-0.0056954003,0.018460203,-0.01582096,0.0050464654,-0.025464348,0.025087314,-0.017271092,-0.014218561,0.0032501123,0.0010830687,-0.0090053305,-0.0016549651,-0.0033896877,-0.0123551395,-0.019489797,0.00039810702,0.0040930025,0.034339167,0.0030108402,0.009476624,0.004528043,0.014921877,0.024449255,0.02212904,-0.0018797358,0.017082576,-0.00683013,-0.017285595,-0.0007123782,-0.02189702,0.008164253,-0.026595453,0.012166622,-0.0083092665,-0.0009326173,-0.0013259661,-0.023405159,-0.0038428544,0.0066089844,-0.00037159678,-0.0049920855,-0.018953249,-0.005510508,-0.0026682462,-0.032541003,-0.03428116,0.0031848561,-0.0020682532,0.0014582907,-0.032279976,0.019968342,0.019881334,-0.0064893486,-0.021998528,-0.047767404,-0.01744511,0.04434509,0.0056845243,-0.045273177,-0.020519393,0.02146198,0.008766059,0.001010562,-0.023260145,-0.0368914,0.013370234,0.010992014,-0.010897755,-0.03503523,0.017546618,0.005376371,0.0022295807,-0.014776863,-0.0150088845,-0.013000449,-0.028611138,0.00010196253,-0.017474111,-0.028582137,0.005963675,0.012094116,0.016531525,-0.029727742,0.005887543,0.018837238,0.0152119035,0.0085340375,0.019344784,-0.0336141,-0.024347745,0.031931944,0.009933416,-0.055859152,-0.03309205,0.0036289596,0.011463308,-0.0023582801,-0.00008989697,0.04199587,0.020084353,-0.0029473968,-0.02114295,-0.010317702,0.01876473,-0.004865199,0.044751126,0.010803496,0.013653009,0.03599232,0.016894057,-0.010723739,-0.008215007,0.020838423,-0.027175507,-0.048202448,-0.023245644,0.023245644,0.021258961,-0.033904128,-0.03709442,-0.017300095,-0.026972488,0.005249484,0.010992014,0.015951471,-0.012514655,0.0021045066,-0.03729744,-0.018924246,-0.0069026365,-0.052871875,-0.0033643104,0.012710422,0.027407529,0.015385919,0.023289148,0.048202448,-0.024434755,-0.014189559,-0.002898455,-0.015240906,0.014189559,0.017198587,-0.015907967,0.0017872899,-0.025072813,0.025290333,0.0012978697,-0.009802904,-0.00034463336,0.009976921,-0.004230765,0.024420252,-0.000012313391,-0.004161884,0.0053437427,0.010672985,0.019750822,-0.024884295,-0.001173702,-0.0077872183,-0.0065401033,0.0065618553,-0.010158187,-0.011463308,0.021447478,-0.024246236,0.011274789,0.0065691057,0.017329099,0.02613141,-0.026464941,-0.0068881353,0.0026156788,-0.00035052453,-0.026943484,-0.012862686,-0.018329691,-0.017561119,-0.0130294515,-0.017633626,0.03088785,-0.01583546,-0.021635996,0.027712056,0.034832213,0.021650497,-0.0006720464,0.04866649,0.02689998,-0.002543172,-0.017836645,0.0013449991,-0.020330876,-0.01041196,0.0020319999,0.05432201,0.020780416,0.0206064,0.022201547,-0.0010685673,0.003773973,-0.0061739446,0.05234983,0.0014338198,0.032018952,-0.0003099661,-0.003067033,-0.0030307795,-0.031844936,-0.0073231757,0.031844936,-0.022143543,0.0134572415,-0.03207696,0.037558462,-0.0049485816,-0.012007107,-0.028118093,0.02460877,0.02352117,0.0024543514,0.016168991,-0.015400421,-0.033904128,0.009237352,0.015327914,0.0012271757,-0.014146055,-0.022419067,0.01019444,-0.014182308,-0.004868824,-0.0015552684,0.02049039,0.014921877,0.0049703335,0.012645166,0.016488021,0.011180531,0.017358102,0.020504892,0.0029455842,0.01603848,-0.0052639856,-0.0034060017,-0.000031863292,0.019765323,-0.0031014737,-0.016821552,0.02288311,-0.029785747,-0.025754375,-0.014233063,0.031409897,-0.0033733735,-0.024101224,-0.015356916,-0.014863871,0.016285002,0.01615449,0.01853271,-0.022477074,0.0029854628,0.009317109,-0.024362247,-0.015371418,-0.0039407383,0.0032664263,0.0064675966,0.006351586,0.017938154,-0.00061902584,0.02547885,-0.0052784868,0.017981658,0.043881048,0.0031685422,-0.026479442,-0.036514368],"social":"https://twitter.com/arthiliax"},{"title":"jazaredu","description":"online university to learn any field for free","niche":"other","youtube_url":"https://youtube.com/watch?v=bbYHjo1hp7E","youtube_transcript":"Hi. I am a home. I am building an online university will tendering in field for free to review the same experience as university. How can you start to learn? Just enter the website and choose from the available courses right now. Bring the theory, solve the problems, and practice on project. And need the certificate, my progress in security second, To confirm that we left me. I'm gonna register shit about my ID. Amazon suspended my account forever. My design was shit. New users I work it all on your eye and the back end. I didn't marketing from Farza. I got more than thirty users in three days by Facebook groups.","embedding":[-0.039071124,-0.012836113,0.012080594,0.05893048,0.01919635,-0.042648274,-0.008110265,0.071357995,-0.008981424,0.036819987,0.035463136,-0.05794368,-0.010083865,-0.015734838,0.027954202,0.032872785,-0.039502848,0.0046371906,-0.03305781,0.048229862,0.038670234,-0.0024380905,0.004032004,0.019597236,0.03577151,-0.033335347,0.035062246,0.031269234,-0.01336806,-0.019242605,0.04415931,-0.0413531,-0.049062476,0.0200598,-0.0030240032,0.022973944,-0.020954087,0.029311052,0.010114703,0.021586256,-0.025178825,-0.03799181,0.032379385,-0.022573056,-0.04181566,0.045454487,0.021216206,0.026921146,0.0014011794,0.02611937,-0.061613344,-0.043912612,0.035833184,0.04320335,-0.014917645,-0.02921854,-0.019535562,0.008696177,-0.085358225,0.0383927,0.012134559,0.002239574,0.036172397,0.0130828135,0.034630522,0.005238522,-0.015511267,-0.034106284,-0.02858637,0.031608447,0.02278892,-0.034322146,0.083569646,-0.016297624,-0.03020534,0.019828519,0.009729234,0.011818475,0.004841489,-0.02527134,0.0010725671,0.04221655,-0.02303562,-0.020722806,-0.034692198,0.019350536,-0.0807326,0.00050833705,-0.009012262,-0.02872514,-0.00096222665,0.026165627,-0.04122975,0.023174388,-0.0025286758,0.0010292019,-0.025333013,0.03577151,0.019011324,0.023621531,0.0018984341,-0.02798504,0.024916707,-0.01423922,0.028262576,-0.021308718,0.021200787,-0.004297978,-0.013815204,-0.04033546,-0.13136779,-0.021262463,0.024839614,-0.02289685,0.019412212,-0.019011324,0.028262576,-0.06969277,-0.013730401,-0.05917718,-0.078388944,0.00761301,0.031978495,-0.01780866,0.015449592,-0.05680269,-0.042864136,-0.0029565461,-0.032410223,-0.005273214,0.05717274,-0.0047836686,0.053503077,-0.017484868,0.027753757,0.033859584,-0.0012392824,-0.016359298,-0.05396564,-0.045115277,0.009089355,-0.04200069,0.0087809805,0.017762406,-0.020275662,-0.057604466,-0.03120756,0.05495244,0.022804338,-0.029665684,0.012111432,-0.00081141194,-0.033489533,0.00016972676,0.017978268,-0.009043099,-0.02166335,0.009436278,-0.03441466,0.010608103,0.029126028,0.0065529705,-0.010053027,0.00526165,-0.019874774,0.027614988,0.034476336,-0.067780845,-0.05655599,-0.016112598,-0.025333013,-0.007262233,-0.010361403,0.0008909149,0.017839499,0.024608333,0.043357536,-0.032379385,0.02835509,0.027491638,-0.0029199265,-0.008503443,-0.015495848,0.02078448,-0.0450536,-0.050481003,0.0031280797,-0.014370279,-0.033643723,0.03376707,0.00025922782,0.06586892,0.013352641,-0.024623752,0.014385697,-0.025225082,0.016390136,-0.021462906,-0.016883535,0.023960745,-0.0012450644,-0.0076284287,-0.031115046,0.018024525,0.016235948,0.0012036265,-0.0023494328,0.030775834,-0.0017240095,-0.017716149,0.06617729,-0.010955025,-0.008341546,0.007917531,-0.041044723,-0.010199506,-0.027830852,0.0049841125,0.018533343,0.012905497,0.0048260703,-0.009127903,0.03416796,0.0035925698,0.041538123,0.028694302,0.0017905028,-0.0065028598,0.044220988,-0.023498181,0.035678998,0.018286644,-0.0056471187,-0.025240501,0.022002563,-0.03318116,0.007092627,-0.0200598,0.0014397262,-0.000699626,0.031978495,0.0151951825,-0.0040242947,0.029773615,0.01919635,0.0048916,-0.05125194,-0.055538353,0.017854918,0.031916823,-0.013429735,0.0339521,0.03515476,-0.039780386,0.012612541,-0.020984925,-0.02289685,0.013090522,0.0460404,-0.05791284,0.009382312,-0.0051267357,-0.0038180691,0.025949763,-0.0131599065,-0.00067697966,-0.026890308,-0.024531238,-0.024407888,-0.06176753,0.009860293,0.03096086,-0.01336035,0.029172283,-0.023066457,0.027121589,0.028802233,0.000470272,0.0130057195,0.0029141447,-0.0020352756,0.0074125663,0.006325544,-0.018517924,-0.01571942,0.05149864,0.013306385,-0.033582047,-0.019489305,0.05717274,0.018117037,0.0050689154,-0.02004438,-0.012697345,0.036727473,-0.0018550688,0.0242537,0.009937387,0.02488587,0.038361862,0.0170994,-0.0467805,-0.003453801,0.029789034,-0.02722952,-0.04221655,0.08560492,0.02921854,0.0013356496,-0.031731796,-0.0035559502,0.013576213,0.060194816,-0.009582756,-0.022727244,-0.0109241875,-0.025070895,-0.014940773,0.0030606228,-0.009598175,0.029665684,-0.01176451,0.013630179,-0.027630407,-0.0013279403,-0.01039995,0.011795348,-0.0057087936,0.014085032,-0.019011324,-0.0058514173,-0.016405554,-0.013429735,-0.04539281,0.012481482,-0.017315261,0.02934189,0.061181616,0.021524582,0.01361476,-0.038300186,-0.049309175,-0.017315261,0.049925927,0.0024477274,-0.0075551895,0.06260014,0.0016054778,-0.007019388,-0.00470272,-0.023174388,-0.017269004,-0.025101732,-0.042648274,0.035093084,-0.017854918,0.04298749,-0.0063679456,-0.03131549,-0.017731568,0.013799786,0.030051153,0.037590925,0.011625741,0.006861346,0.024716264,-0.044282664,-0.03305781,-0.020892411,-0.022187587,-0.0009723452,-0.029372727,0.02883307,-0.01768531,-0.0388861,-0.015989248,0.016420973,0.03651161,0.0011650797,0.05917718,0.059763093,0.028509276,-0.0075204973,-0.016390136,0.013460573,0.08905873,0.010631232,-0.039657038,0.016405554,-0.009937387,0.023960745,-0.032256033,-0.012974882,0.0027175555,0.047088876,-0.0087655615,0.05507579,0.024484983,-0.020691969,-0.063895315,0.002233792,-0.0086884685,0.00902768,0.010708325,0.0023918343,0.025286756,0.006718722,-0.052824654,-0.016513485,-0.026936565,0.013352641,-0.07117297,0.03922531,-0.017669892,-0.035216436,0.018887974,0.018841717,-0.008356965,0.040489648,0.0023590694,-0.0212933,-0.009058518,0.026319813,-0.0038277057,0.04369675,0.009320637,0.042278223,-0.05717274,-0.0152414385,-0.04295665,-0.03008199,-0.015133508,-0.043789264,0.0230202,-0.03179347,0.012974882,-0.060719054,-0.012396678,0.012597122,0.011486972,0.020260243,0.03876275,-0.04147645,-0.0019793827,-0.04107556,0.0064450395,-0.04582454,0.007817308,-0.013414316,0.0019003615,-0.008272162,-0.05991728,-0.0010330565,0.03712836,-0.01423151,-0.027244939,0.02303562,-0.0017134091,0.0032610665,0.03601821,0.016158855,0.055044953,-0.018379156,0.037313387,0.013745819,0.0024458,-0.010785419,0.033736236,0.0061829207,-0.04533114,-0.0064912955,0.018348318,0.0129594635,-0.05085105,-0.075736925,0.02709075,-0.017392354,-0.013583923,0.030837508,0.011355912,-0.05630929,0.037652597,0.009228124,0.050573513,-0.03131549,0.029526915,-0.08461812,-0.01188015,-0.015642326,0.008272162,0.008727015,0.059269693,0.06963109,-0.018934231,-0.008079427,-0.04866159,-0.00076611934,-0.07376332,-0.0013703417,0.016544323,-0.005161428,-0.038454372,-0.028493859,0.0097832,-0.015534395,-0.025440944,-0.06870597,-0.036234073,0.010214925,0.014447372,-0.0198131,-0.022758082,-0.03008199,0.032872785,0.015056414,-0.02710617,0.004899309,0.012365841,-0.023467343,0.0027252648,-0.0067765424,0.030683322,-0.04230906,-0.021493744,-0.017546542,0.009644431,-0.041630637,0.023698626,-0.012435226,-0.017253587,0.008834946,-0.013414316,0.035493974,-0.0061328094,-0.0057627596,-0.021817537,-0.035185598,-0.048014,-0.027507057,0.01622053,-0.011587194,-0.01188015,0.041260585,-0.0029931657,-0.011456135,0.0108625125,-0.024346214,0.01733068,-0.006383364,0.027291195,-0.004567806,-0.01881088,0.042185713,-0.0086884685,0.0076438473,0.018733786,-0.00027633298,-0.03626491,-0.047983162,-0.013915426,0.0016604072,-0.004775959,0.047243062,0.014909935,-0.022110494,0.0076515567,-0.006448894,-0.03281111,-0.0152568575,0.045886215,0.024685426,-0.0000761301,-0.022002563,-0.039780386,0.04345005,0.017793242,0.005423547,0.005011095,0.0235136,0.0012865023,-0.015064123,-0.008449477,-0.054674905,0.013075104,-0.0026173336,0.01497932,0.01794743,-0.003970329,0.016744766,0.027291195,0.0071928487,0.0020680404,-0.017885756,-0.0068652006,0.028154645,-0.0031531353,0.024515819,-0.014863679,0.003661954,0.034229636,0.017238168,-0.018826298,-0.0058128703,-0.0433267,-0.013275548,-0.025980601,-0.008727015,-0.0032340838,0.012689635,-0.02365237,0.010415369,0.040674675,-0.01460156,-0.007377874,0.011533229,0.018163294,0.02539469,0.02747622,0.008195068,0.016991468,0.021077437,-0.018934231,0.025194244,0.04175399,0.061829206,-0.0026963546,-0.030883765,0.010006771,0.01622053,-0.003442237,0.017053142,0.011448425,0.019550981,-0.025980601,0.0014696,-0.023236062,-0.020399012,0.006737996,0.013252419,-0.021185368,0.018826298,-0.00023381096,0.006980841,-0.013075104,0.02115453,-0.007875129,-0.032996133,0.009428568,-0.022619313,-0.02981987,0.0045832247,0.015642326,0.029665684,-0.042278223,0.004567806,0.016775604,-0.019628074,-0.012643378,-0.024315376,-0.0070270975,-0.015249148,0.031885985,0.002395689,-0.021971725,-0.019103836,-0.04656464,-0.027029077,-0.004829925,-0.015588361,0.013776657,-0.07345495,-0.0057242126,-0.03604905,-0.056864366,-0.019057581,-0.034846384,0.030637065,-0.039780386,0.01968975,0.011656579,0.0066107907,0.015665455,-0.01659058,-0.008179649,-0.027599571,0.016544323,-0.0087655615,0.009351474,0.007979206,-0.02798504,0.01944305,0.007940658,0.02823174,-0.01993645,-0.017901175,0.0054775127,-0.03503141,0.018379156,0.023236062,-0.053410564,0.015040995,0.009289799,-0.01399252,0.0060248785,0.014015648,-0.013853751,-0.018024525,-0.00027271922,0.025795575,-0.00083550374,-0.030744996,-0.020584038,-0.030791253,0.02798504,-0.007917531,0.027738338,0.007320054,-0.058745455,0.013714982,-0.0445602,-0.02500922,0.062199254,0.011864731,-0.016328461,-0.012149978,0.014647816,0.025903508,-0.007239105,-0.030930022,-0.05889964,-0.029033514,0.013237,0.015017867,0.03120756,0.013499119,-0.0065645347,0.005593153,-0.018271225,-0.016374717,-0.05396564,-0.02018315,0.0040551326,-0.0067264317,0.045022763,-0.015788805,0.026520258,0.0040281494,0.009690687,0.016374717,0.011355912,-0.013969392,0.015804224,-0.02574932,0.01263567,0.023359412,-0.0059978953,0.009073937,0.028863909,-0.044128474,0.019828519,0.030575389,0.029758196,0.008942878,0.02823174,-0.014061904,0.016266786,0.016513485,0.028385926,0.038546886,0.028339671,0.0450536,-0.027013658,-0.024361633,0.004995676,0.029927803,-0.034507174,-0.02946524,-0.023205226,-0.0020179295,-0.008996843,0.013900007,0.014902226,0.021509163,-0.040273786,0.018841717,-0.019211767,0.026782377,0.007566754,-0.027753757,-0.043018326,0.013383479,-0.003970329,-0.014061904,-0.0022241552,0.026751539,0.015619198,-0.029280216,-0.040551323,-0.01622053,-0.010500172,0.007971496,0.009736943,-0.013707273,0.014563014,-0.005377291,0.012944045,-0.03540146,0.021262463,-0.023328576,-0.0008822419,-0.002771521,0.00045774426,-0.02413035,0.005677956,-0.020707387,0.0053040516,0.0337054,-0.02377572,-0.0534414,-0.052331254,0.03527811,-0.019211767,-0.06201423,0.020876994,0.030482877,0.023698626,-0.006055716,-0.005373436,-0.008303,0.032163523,-0.01842541,0.019288862,-0.016683092,-0.058714617,0.057018552,0.0026963546,-0.054150667,-0.018826298,-0.0142160915,0.0037583213,-0.021000344,0.0064180563,-0.02090783,0.0064527486,0.043789264,-0.049802575,-0.020599457,-0.004795233,0.0025383125,-0.013684144,-0.012119141,0.007539771,0.0050804797,-0.017901175,-0.009629012,0.0053079063,-0.026227301,0.005211539,0.005469803,-0.03660412,-0.026951984,0.029989477,0.018995905,-0.012928626,0.037899297,-0.0099296775,-0.009420859,0.012119141,0.022958525,-0.0057010846,0.016683092,0.012319584,-0.031515934,0.012450644,0.043850936,0.027198683,-0.025209663,0.024855033,-0.013807494,0.0069885505,-0.018610436,-0.031145884,-0.009351474,0.021247044,0.001343359,0.020090638,0.012257909,0.0448069,-0.010708325,0.018009106,-0.0030818235,0.010207215,0.007848146,-0.023328576,-0.016251367,0.020614875,-0.017315261,-0.017731568,0.007956077,-0.014647816,0.012689635,0.012466063,0.017870337,-0.003459583,0.011471554,-0.0035386041,-0.0025036202,0.014223801,0.017469449,0.0010320928,-0.01992103,-0.02798504,0.034075446,-0.034599684,0.024454145,-0.004012731,0.005967058,0.016744766,0.017068561,-0.020769062,0.0044444557,-0.012967172,-0.024623752,0.010199506,-0.040890537,0.024515819,-0.024515819,0.012944045,0.03367456,0.023590695,0.020399012,0.05362643,-0.010176378,0.015133508,0.00007390161,0.02278892,0.010384531,0.008079427,0.003077969,0.015164345,-0.019643493,-0.0059747673,0.0087809805,-0.018456249,0.00989884,-0.021200787,0.0026712993,0.022017982,0.009243543,-0.036943335,-0.015172054,0.010068446,0.0198131,-0.013445154,0.014956192,-0.026905727,0.020599457,0.016898954,0.0010301656,0.00526165,-0.011741381,-0.0038566159,-0.028401345,-0.011941825,-0.013398898,0.011872441,-0.04196985,0.010561847,0.005396564,0.029156864,-0.0035251128,0.003112661,0.0075706085,-0.036449935,0.0018589236,-0.01039995,-0.007863564,0.02995864,0.0011255691,-0.016528904,0.012165397,0.0059362203,0.010222634,-0.041013885,-0.02810839,0.017346099,-0.012720472,0.011294237,0.010692907,0.013529957,-0.011379041,-0.042278223,-0.011124631,-0.013977101,0.007478096,-0.01336806,-0.043727588,-0.030405784,-0.028863909,0.015326242,0.0046603186,0.020491524,-0.002524821,-0.018749205,0.051406126,-0.04989509,-0.0018839791,0.0037795221,0.024562076,-0.00074058207,0.00027633298,-0.005400419,-0.0010610031,-0.0198131,0.012674216,-0.020584038,-0.0012710836,-0.007057935,-0.0051922654,-0.015071833,0.010207215,-0.038053486,0.006225322,-0.04656464,0.00053628354,-0.012735891,0.00013262538,-0.0031280797,0.0119957905,-0.004132226,-0.016112598,-0.008464896,-0.0225268,0.012520028,-0.015912155,0.0038469792,0.001701845,-0.0018232677,0.011116922,-0.0028563242,-0.007994624,-0.011664288,-0.0011631523,0.017022304,-0.010808547,0.00965985,-0.0055006407,0.0013587778,0.02860179,0.005377291,0.016760185,-0.008804109,-0.0060441517,0.005377291,0.030482877,-0.017901175,-0.0013751602,0.020522362,0.008711596,0.0015688583,0.028447602,-0.0028755977,0.00915874,-0.0153031135,0.0337054,-0.038207673,0.031978495,-0.023343993,0.0023976164,-0.009251253,0.011086084,0.0075551895,-0.013306385,0.006884474,0.03802265,-0.024068676,-0.016436392,-0.0038161417,0.010800838,0.0014233438,0.0066300645,0.011116922,0.047582276,0.0010793128,-0.0067534144,-0.0048106513,0.018764624,0.03453801,0.019165512,-0.014933064,0.018240387,-0.027322033,-0.019381374,0.025595132,-0.02883307,0.028262576,0.035123922,0.0151951825,0.0029064352,0.023004781,0.0129594635,-0.018409993,-0.00990655,0.021725025,-0.0038180691,-0.019782262,0.03096086,0.0018300135,-0.007162011,0.048846614,-0.011556356,-0.021447487,-0.001595841,0.0004165473,0.016991468,-0.002607697,-0.007836582,-0.04607124,-0.0033632158,-0.02685947,-0.00063216896,0.012049757,0.0066686114,-0.01460156,0.013892298,0.00210466,0.013977101,0.030559972,-0.008079427,0.012458353,0.010546428,-0.026535677,-0.007894402,-0.019335117,0.017068561,-0.0087193055,-0.01275902,-0.0009323528,0.009952806,0.004417473,0.06457374,-0.03133091,0.016544323,0.04419015,0.0087193055,0.043049164,-0.005284778,0.11829268,-0.0056509734,0.050080113,-0.032348547,0.041013885,0.025040057,0.013529957,0.026211882,-0.013699563,0.006818944,0.0075320615,-0.01188015,-0.028524695,0.03660412,-0.02564139,-0.0056008627,-0.021848375,0.004841489,-0.012913207,-0.012350422,0.034846384,0.0029681101,-0.0018030306,-0.015896736,-0.03244106,-0.024192026,0.009220415,0.025163407,0.03922531,0.023374831,0.008649921,0.008017752,0.022742663,-0.011209435,-0.0023764155,0.019998124,-0.016189693,0.0019552908,0.0034075447,-0.012335003,-0.0054081283,-0.024839614,0.038577724,-0.0039105816,-0.019967288,0.0007516643,-0.0034499464,0.020383593,-0.02846302,-0.012373551,-0.013383479,0.0119649535,0.021570837,0.0047643953,-0.0029758196,0.0071119005,0.030112827,0.027877107,0.008873493,-0.015927574,0.012065175,-0.016806442,-0.014832842,0.029896965,0.004741267,-0.0013973246,-0.020568619,0.013668726,-0.009945096,-0.011818475,-0.012211653,-0.012358132,-0.012165397,0.0003539086,0.021231625,0.01015325,0.029126028,0.01979768,-0.008881203,0.0071350285,-0.016436392,-0.008356965,0.017315261,0.016436392,0.0009578901,0.007262233,0.01571942,-0.000045653967,0.010808547,-0.012651088,-0.016020086,0.005311761,0.014208382,0.02315897,-0.037344225,0.012473772,-0.045855377,-0.01757738,0.016559742,0.020337338,0.02735287,0.002630825,0.013352641,0.0069384393,0.002357142,-0.035247274,0.0041515,-0.00754748,-0.0046641733,-0.018641274,0.030637065,-0.0039105816,0.0018878337,-0.011317366,0.029619427,-0.030714158,-0.003989603,0.010453915,0.002204882,-0.006660902,0.014763458,0.027614988,-0.0013481773,-0.008680759,-0.015434173,0.004718139,0.039071124,-0.010823966,0.012327294,-0.0087347245,-0.000010404648,0.06192172,-0.0043442342,0.010731453,-0.007578318,0.030390365,-0.01768531,0.0011679706,-0.035956535,0.011818475,-0.011610322,-0.0037409754,0.022619313,-0.00048111333,-0.009359184,-0.009636722,-0.0031974642,-0.010931897,0.03453801,-0.008989134,-0.021740444,0.0195664,-0.009744653,0.0391328,-0.016328461,-0.0059709125,0.026319813,0.044097636,-0.024361633,-0.004058987,-0.0017683384,0.0037236293,-0.002239574,0.022310937,-0.011286528,0.0193197,0.02747622,-0.017515706,0.016821861,-0.0073547456,-0.0057666143,-0.00012575921,-0.008488025,0.033859584,-0.008434059,-0.030467458,-0.03228687,-0.015187473,0.027121589,0.015495848,-0.04415931,-0.019843938,-0.030683322,0.009112484,0.018934231,0.019705169,-0.004567806,0.0007184176,0.003492348,-0.02564139,0.0067148674,-0.022203006,-0.012281038,0.016066343,-0.008958296,-0.022310937,-0.0019466177,0.00090537,-0.026304396,0.015071833,-0.028524695,-0.011101503,-0.04033546,0.028694302,-0.0054312563,0.0039394917,-0.0024592914,-0.010685197,0.033242833,0.009875712,0.022002563,-0.004741267,-0.016050924,-0.011217143,0.0040435684,-0.005435111,0.013792076,0.0212933,0.022434287,-0.0033265962,0.039657038,-0.038207673,0.010423078,-0.023991581,0.0065876627,0.030976277,0.03561732,-0.017438611,-0.034630522,0.005832144,0.001813631,-0.008102556,0.0026886454,0.01077,-0.014678654,0.02525592,-0.029881546,0.022326356,-0.010091575,-0.01548043,0.023066457,-0.01188015,-0.0015765677,0.043234188,-0.013869169,0.026874889,0.023004781,0.021370394,-0.034630522,-0.017839499,-0.015727129,0.015264567,-0.009243543,-0.012944045,-0.007404857,0.0017962849,-0.0088272365,-0.04489941,0.0051036077,0.021894632,0.010785419,-0.0006784252,0.0074125663,-0.028771395,0.008927459,-0.02823174,0.03660412,-0.008195068,-0.020630293,0.009582756,0.0048569078,-0.026103951,0.021879213,-0.023004781,-0.07715545,-0.019489305,0.020028962,0.037899297,0.0129594635,-0.024700845,-0.024639169,-0.01782408,-0.04196985,-0.0017972486,-0.0063293986,0.010762291,-0.0025016929,0.019258024,-0.017639056,0.049987603,0.007744069,0.019982705,0.014031067,0.03777595,0.027044496,-0.023791138,0.008241325,0.036172397,0.025117151,0.010708325,0.021200787,-0.03293446,0.04008876,-0.018934231,0.015017867,0.0021856085,0.011278819,-0.0022530656,0.0032456478,0.011833894,-0.023852812,-0.03020534,-0.0025402398,0.006487441,0.037190035,-0.02709075,-0.008187358,0.031361748,-0.027507057,0.04298749,0.027537895,0.01696063,0.050295975,0.026026858,0.020028962,0.0031030243,-0.023683207,-0.024238283,0.015835062,0.0022010272,0.023667788,0.026689865,0.034106284,0.003644608,0.020013543,-0.0067264317,-0.01361476,-0.021339556,0.004999531,0.011772219,0.006202194,-0.015927574,0.015403336,0.04308,-0.013553085,-0.0028081406,-0.004490712,0.0055276235,0.012543157,0.01768531,-0.012142269,0.05840624,-0.0048877453,0.044621874,-0.03367456,0.030606227,0.045608677,-0.00047219935,0.009798618,-0.022341775,-0.034692198,0.014439664,-0.030498296,-0.00915874,-0.018949648,0.024546657,-0.008981424,0.016775604,-0.0041437903,0.02115453,0.021817537,-0.028648045,0.024793357,-0.014701783,-0.022727244,-0.028447602,-0.017130235,0.015781095,-0.02673612,0.009968225,0.016652254,-0.02328232,0.022758082,-0.0020699678,0.0065336972,-0.026258139,0.00075021875,-0.037066687,-0.042031523],"social":"https://twitter.com/Mahmoudahmedxyz"},{"title":"web3toolist.xyz","description":"a directory of web3 tools","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=8mmdU0MBxf4","youtube_transcript":"Hi. I'm Dama. I'm building web tools. It's a directories of web tools. Where people can come and give an honest review about the web tools that they have experience on using. The platform itself has been built. So far, I've got some people come to the website and write a reviews of the tools. However, in the six weeks, I feel like it's very hard to market these tools. And also, I need to rethink about the business models. Of this platform. I will So still questioning either this platform bring value to to society or not and should I continue or not? But at the moment, this project gonna be assigned projects for me to continue working on little by little.","embedding":[-0.006874864,0.020816823,0.015993582,0.02074692,0.009793273,-0.024046296,-0.041270155,0.01592368,0.0283243,0.010618118,0.045072824,-0.043646824,-0.019488685,-0.08645482,0.03204309,0.055837736,-0.025598122,-0.02591967,-0.0050259554,0.053740676,0.040095802,0.010946657,0.020760901,-0.008863577,-0.0020970607,-0.022172922,-0.008884547,0.04907122,0.001376196,-0.026045494,0.0085839685,-0.034140147,-0.053712714,0.056536756,-0.016399015,0.012889933,0.017922878,0.0063995305,0.051224202,0.02420008,-0.040095802,-0.0097583225,0.05136401,-0.021250214,-0.03696419,0.035370424,-0.07510273,0.018496076,0.022746118,-0.020872744,-0.0303934,-0.0035440326,0.0019310435,-0.031623676,-0.0011682375,-0.01451166,-0.041326076,0.00056271127,-0.052035067,0.04210898,-0.021473901,-0.0063645793,0.038502034,0.00010692825,-0.037970778,-0.00026147725,-0.0005836819,-0.018244429,-0.032294735,0.006766516,0.0020306539,-0.00327491,0.053768635,-0.00966745,-0.03307764,-0.028506044,0.033720735,0.015783876,0.01660872,0.014036327,-0.043786626,0.01104452,-0.04873569,0.017056094,-0.014294964,-0.0070321434,-0.064645395,-0.026884317,-0.040487252,-0.014357876,-0.044010315,0.043926433,0.022662235,0.045911647,0.01725182,-0.036209248,-0.049854122,0.046834357,0.019810233,0.018048702,0.0077101933,-0.023207473,0.035845757,0.008024752,0.035705954,-0.025024924,0.05978021,-0.027527416,-0.031959206,-0.0069867074,-0.15110022,-0.045827765,-0.025038905,-0.02109643,0.033021715,0.010380451,0.0021547298,0.01585378,0.022270784,-0.02794683,-0.04350702,0.0338885,-0.0007029522,0.0078849485,0.0072768005,-0.009010371,-0.022760099,0.015644073,-0.011079471,-0.0159097,0.04498894,0.0013526041,0.01727978,-0.034615483,-0.045044865,-0.0020236636,-0.03497897,0.017866958,-0.06693818,-0.01486117,0.016692603,-0.061457857,-0.015504269,0.01595164,-0.014973014,-0.04736561,-0.01658076,0.02112439,-0.037858937,0.019600527,0.034307912,-0.045632042,0.00862591,-0.031148342,0.022564374,0.005952157,-0.008856586,0.06212892,-0.026926259,0.017377643,0.018705782,0.017461525,-0.023249414,-0.025863748,-0.05765519,0.032714147,0.02071896,-0.058270328,-0.048120555,-0.028855555,-0.035342462,-0.030645046,0.015224661,-0.007912909,0.020047901,-0.017125996,0.0015238641,-0.07555011,0.033664815,0.0019624992,-0.019460723,0.004732367,-0.011303158,-0.032770067,-0.088971294,-0.07107638,0.007486507,-0.009220077,-0.015028935,-0.030896695,-0.006182834,0.053936403,0.037803013,0.014735347,0.035985563,-0.04034745,0.03830631,0.04451361,-0.006825933,0.005309059,-0.0050958577,-0.021683607,0.01175752,-0.008255429,0.014253022,0.0043374207,-0.02626918,-0.0016636682,-0.03352501,-0.035510227,0.022969805,0.017643271,-0.010065892,0.022075059,-0.020201685,-0.025807828,-0.029079242,0.052370597,-0.0029568556,0.032238815,0.061346017,0.015644073,0.0004700911,0.011554805,0.005246147,0.08572784,0.025751906,-0.049127143,0.025276572,0.0015666791,0.029191084,0.0014373603,-0.0017152209,0.02935885,-0.013008767,-0.015839798,0.030225635,-0.018957429,-0.0023015242,0.025709964,0.043003727,-0.03274211,0.025500258,0.0040088813,0.016175328,0.004949063,-0.038250387,-0.023417179,-0.024927061,0.01277809,0.05670452,0.008486106,0.07006979,-0.0063995305,-0.007773105,-0.010555206,-0.031931244,0.02868779,0.019572567,-0.003865582,0.037886895,0.018789664,0.010981608,0.031148342,0.0052077007,-0.006965737,0.009213087,-0.0146934055,0.020047901,-0.046135336,0.02457755,0.033608895,-0.007007678,0.052007105,0.03352501,-0.013309346,-0.00013084785,0.024228042,0.01932092,-0.018761704,-0.0063820546,-0.018510057,-0.0019887125,0.0044073225,-0.024982983,0.03976027,0.045799807,-0.03908921,0.0015160001,0.051056437,0.009359881,-0.040571135,0.020998567,-0.014106228,-0.003250444,-0.008241449,0.04999393,-0.061234172,0.015420387,0.009394832,0.016161349,-0.015979603,-0.027709162,0.023696786,-0.040934626,-0.02863187,0.026059475,0.0074166046,-0.014246033,-0.0060220594,0.039676387,0.001605999,0.060227584,-0.028394202,-0.027177908,0.015504269,0.03729972,-0.013421188,-0.0068923393,-0.015769897,0.011016559,-0.0463031,-0.017447544,-0.010646078,0.009702401,0.012966826,0.038474075,-0.017349683,0.008877557,0.0017353178,-0.014050307,-0.011470922,0.008576978,-0.021138372,-0.023389217,0.009269008,0.00654982,-0.0010642583,0.00830436,0.023598922,-0.016664643,-0.05916507,0.0075564086,-0.0029813214,0.010618118,-0.0031945226,0.012051109,-0.0018296854,-0.01934888,0.011834413,-0.0024553086,-0.015476308,-0.0074096145,-0.041689567,-0.04238859,0.01588174,0.0136378845,-0.0015273592,-0.030840773,-0.049546555,-0.013700796,0.014959033,0.0037537387,0.0041381996,-0.0051692547,0.05239856,-0.008744743,0.026800435,-0.03699215,-0.00637856,0.011240246,-0.018132584,-0.009912107,0.01209305,-0.018789664,0.046191256,0.030840773,0.018817624,-0.050581105,0.0026999656,0.037970778,0.009213087,-0.010604137,-0.010289578,0.012952845,0.05667656,0.041465882,-0.0035632555,-0.051615655,-0.0013307597,0.029806223,-0.03352501,0.007325732,-0.008157566,0.028799634,-0.038222425,0.027094025,0.04121423,0.036740504,-0.05944468,-0.0034514123,-0.0010214433,-0.043758668,0.032909874,0.014413797,0.017335702,-0.012841002,-0.031232225,0.021529824,-0.037803013,0.017489485,-0.05018965,0.035006933,0.020481292,-0.007891938,-0.046498828,0.01000298,0.029582536,0.051056437,-0.0009043574,-0.014735347,-0.039480664,0.024591532,-0.021921275,0.050329458,0.025682004,0.0057843924,-0.0076472815,-0.008863577,-0.02726179,-0.0073676733,0.004700911,0.0023714262,-0.022564374,-0.020970607,0.021152353,0.0303934,-0.0073047616,0.027932849,0.005910216,-0.011149373,0.0149310725,-0.034783248,0.055530168,-0.04342314,-0.0021529824,0.03106446,-0.014294964,-0.03699215,-0.051308084,-0.056480836,-0.067721084,-0.001364837,0.038082622,-0.03190328,-0.018496076,0.046331063,-0.0009026099,-0.03634905,-0.0070566093,0.020047901,0.033049677,-0.003592964,0.038725723,0.0035667508,-0.055166677,-0.014791268,0.053125538,-0.040095802,-0.029051282,0.03903329,0.00026693835,-0.011366069,0.0013010515,-0.05525056,-0.006623217,-0.000041941214,0.016119407,-0.015979603,-0.008856586,-0.046442904,-0.019083252,-0.04342314,0.043031685,0.0006155747,0.040179685,-0.065428294,0.029442733,-0.011778491,0.0090593025,0.012603335,0.026045494,0.062688135,-0.016496878,-0.033664815,-0.0063086576,-0.022843981,0.005455853,-0.04624718,0.031567752,-0.01208606,0.0021355068,-0.012037128,0.023473099,0.013288375,-0.0124146,0.01003094,0.0139804045,-0.0069517563,-0.00071212684,-0.06224076,-0.0407389,-0.005155274,0.012274795,-0.0019555092,-0.022033118,-0.023025727,0.009702401,-0.01795084,0.034783248,0.02487114,0.01000997,-0.025682004,-0.01901335,-0.005204206,-0.0297503,-0.028436143,0.03464344,-0.038138542,0.00047926576,-0.014239042,-0.011764511,0.01556019,0.0042954795,-0.053656794,-0.017377643,0.020816823,-0.031232225,0.016930271,0.020621097,0.02313757,0.02457755,0.009821234,-0.02522065,-0.0146934055,0.023990374,-0.013260414,0.003091417,0.006672148,0.015448348,0.046722513,-0.008996391,0.019740332,-0.0019537616,0.028743712,-0.041521803,-0.0039354837,-0.034419756,-0.005595657,-0.007891938,0.053349223,0.004704406,0.06911912,0.035510227,0.00862591,0.02488512,-0.0011865868,0.007933879,-0.0022019139,0.009744342,0.023962414,-0.033972383,-0.016329113,-0.0021337592,0.023640864,0.03634905,0.012631295,-0.0394527,-0.012945855,-0.025793847,-0.019530626,-0.047421534,-0.03137203,0.008381252,-0.009618519,0.02242457,0.037467483,-0.001477554,0.060563114,-0.011841402,0.014106228,-0.021837393,0.009178136,0.0035999543,-0.015783876,-0.014197101,-0.0043444107,0.0012765857,0.021907294,-0.009380852,0.0010467828,0.0051343036,-0.024996964,-0.03567799,0.0021215265,0.002780353,0.034755286,0.009548617,0.035398386,-0.017503466,-0.00027349166,0.005602647,-0.029386811,-0.023878532,0.041633647,0.051391967,-0.004704406,0.018398212,0.024116198,-0.0089894,-0.040990546,-0.030673008,-0.0038725722,0.0006426617,0.05388048,0.00007099424,0.015979603,-0.03559411,0.005081877,0.047617257,-0.021040509,0.00379568,0.009178136,-0.055809777,-0.020788861,0.042891882,0.02350106,0.019852174,0.0052251765,-0.01037346,-0.004250043,0.02457755,0.002865983,-0.02414416,0.025849769,-0.027401593,-0.018915487,0.047561336,-0.00432344,-0.02141798,-0.005064402,0.02519269,0.021907294,-0.02759732,0.009723372,0.0128060505,-0.037551366,-0.017447544,-0.022130981,0.019167135,-0.00096726924,0.01003094,0.005976623,-0.009213087,-0.013463129,0.0186918,-0.008458145,-0.0062317653,-0.0065043834,0.04322741,-0.0669941,0.011198305,-0.0052671176,-0.039872114,-0.016049504,0.025640063,0.014749327,-0.058438092,-0.013106629,0.039340857,0.0011673638,-0.0030896694,-0.005938177,-0.007437575,-0.014735347,-0.011701599,0.021236235,0.031008538,0.02863187,0.003662866,-0.0039005328,-0.0047079013,0.01104452,-0.018020742,0.0011061996,0.017056094,-0.0022386124,0.017657252,-0.008010772,-0.075158656,0.0032906379,-0.009905117,-0.0504413,0.022550393,0.0067175846,0.01930694,0.009269008,-0.00047577065,0.004526156,0.015518249,0.005588667,-0.025863748,-0.04171753,0.018090643,-0.010044921,-0.0072138887,-0.01556019,-0.027932849,0.013966424,-0.021991177,-0.04219286,-0.0010528993,-0.03587372,-0.045520198,-0.028911477,0.005553716,0.0029411276,-0.0030774367,0.0014600785,-0.021040509,-0.025877729,0.03486713,0.00966745,0.009066292,-0.032322697,-0.031679597,0.015098837,-0.010317539,-0.011820432,-0.024815219,-0.0004390721,0.009842205,-0.032154933,0.008604939,0.00080867903,-0.031260185,0.021445941,0.033021715,-0.0011402768,-0.0022648256,0.010499284,0.013463129,0.026003553,0.044429727,0.037411563,-0.006123417,-0.012736149,0.01660872,-0.020285567,0.0179788,0.007388644,0.022312727,0.010953647,0.00018414814,0.02555618,0.0046799406,0.0010301811,0.050776828,0.03936882,-0.009359881,0.0297503,0.012155962,-0.0008803286,-0.022648256,0.027177908,-0.06184931,-0.016189309,-0.014427777,-0.006665158,0.02003392,0.017195897,0.028170515,0.0063715694,-0.018579958,0.020257607,0.011128402,0.0030354953,0.015280582,-0.036097404,0.0069447663,-0.011002579,-0.010513265,-0.008360282,0.03036544,0.021362059,-0.06011574,-0.013183522,-0.042081017,-0.039928038,0.028883517,0.016007563,0.0035300523,-0.034699365,0.018076664,-0.01793686,0.0010127056,0.0005806237,0.030812811,-0.025402395,0.0038760672,0.007849997,0.009073283,-0.006881854,-0.016189309,0.03419607,0.00724185,0.026045494,-0.0054453677,-0.0097583225,-0.017070074,-0.0006710594,-0.02315155,-0.042947803,-0.005494299,0.019936057,0.016776485,0.0020254112,-0.0028450124,0.01417613,0.005941672,0.0017929869,-0.018174525,0.00007421629,-0.019516645,0.013526042,0.0009873661,0.004176646,-0.022927864,0.018803645,-0.035789836,0.01518272,-0.009171145,-0.0064694323,0.013791669,0.03942474,-0.01347711,0.006539334,-0.01279207,-0.000053354903,-0.02038343,-0.03209901,0.016426975,0.048484042,0.023556981,-0.010618118,0.026185298,0.01349109,-0.01140102,0.0071649575,-0.021236235,-0.01899937,-0.017769095,0.022103019,0.030281557,0.0036104396,-0.04353498,-0.0006168854,0.013071679,0.03587372,0.020886725,0.0030774367,0.02214496,-0.04560408,-0.0071055405,0.008311351,0.030505244,-0.022019137,0.025863748,-0.004040337,-0.028771672,-0.00724884,0.0049560536,0.0006426617,-0.028058672,-0.009408812,0.03771913,-0.015336504,0.01140102,-0.014679425,0.0013185269,-0.015056896,-0.003620925,-0.022816021,0.0008488727,0.018593939,-0.01899937,0.03218289,-0.020593137,0.008961439,-0.020928666,0.021292156,0.009527646,0.051699538,-0.003970435,-0.016734544,-0.03148387,0.022103019,0.00013161241,0.0075424286,0.011540825,0.050329458,-0.05010577,0.04213694,0.030141752,-0.027457515,-0.027373632,0.02835226,0.027038103,0.01589572,-0.032965794,-0.0006465937,-0.00861193,0.032770067,-0.019181116,-0.015042915,0.034084227,-0.023696786,0.05910915,0.0303934,0.017783076,0.021893313,-0.020145763,-0.013239443,0.049211025,-0.02694024,0.011806452,0.023403198,0.016972212,-0.008933479,0.029274967,-0.009569587,0.010646078,-0.027723143,-0.056732483,0.010478313,0.000045026733,-0.010576176,0.00049630436,0.035174698,-0.024297943,0.037914857,0.012176933,-0.013092649,-0.010883745,0.008143586,-0.016790466,0.01309964,-0.020970607,0.029666418,-0.022899903,-0.044122156,0.042556353,-0.03327336,0.034140147,-0.017894918,0.0011638687,-0.029219046,0.0027751103,0.035985563,0.002850255,0.0039564543,0.026772475,-0.010981608,-0.0037712143,0.037551366,-0.031399988,0.01902733,0.0029184094,0.0032871426,-0.025472298,0.004907122,-0.00831834,0.031679597,-0.027681202,-0.024158139,0.028394202,-0.02485716,0.009227067,-0.00054043,-0.007919899,0.023417179,-0.039061252,-0.022061078,0.02865983,-0.005144789,-0.009940067,-0.01694425,-0.081421874,0.005560706,0.053516988,0.0093459,0.0022141465,-0.03419607,-0.0056131324,0.020928666,-0.02523463,0.028254397,0.0036768464,0.0021634677,-0.053321265,0.024745317,-0.013700796,0.026548788,0.009968028,0.029666418,0.0035335473,-0.015350484,0.019572567,-0.016189309,-0.025612101,0.014106228,0.0037851946,-0.019754311,-0.011317138,-0.012114021,-0.0022770583,0.00084712513,-0.011177334,0.020565175,0.014651464,0.016748525,0.0055467254,-0.030840773,0.0038131555,-0.013700796,0.012841002,0.0034706355,-0.0010598894,0.038194466,-0.007423595,-0.018216467,-0.027205868,0.014763308,0.01275712,-0.0002811372,-0.008115625,-0.04115831,-0.015210681,0.04347906,0.020774882,0.046750475,-0.0030320003,-0.0018261904,0.0038166505,-0.0324625,-0.012295766,-0.0015893973,-0.009884146,-0.043926433,0.024004355,0.0012835759,-0.014959033,0.0059836134,0.018719763,0.0033657823,0.011456941,0.019209076,-0.03285395,0.0038760672,-0.026143357,0.032630265,0.023654845,0.001796482,0.0010642583,-0.0050609065,-0.02386455,-0.0138755515,-0.024339885,0.0056480835,0.0297503,0.040934626,0.0009130952,-0.018538017,0.00895445,0.014679425,0.0039669396,0.00638555,0.0009235805,0.029274967,-0.017852977,0.03833427,-0.016440956,-0.011918295,0.023850571,-0.027149945,0.0024553086,0.032574344,0.015476308,0.031288147,-0.011449952,-0.008842606,-0.017531427,-0.026562769,0.024311924,-0.012051109,-0.038725723,0.029135164,-0.025360454,-0.01484719,0.016399015,0.0019957027,0.00039166978,0.033441126,-0.026926259,-0.002402882,-0.048987336,-0.011722569,0.018579958,0.008430184,-0.02519269,-0.016818427,-0.00051072164,0.0073606833,-0.020467313,0.013197502,-0.030281557,0.017056094,0.027737122,0.0015579413,-0.017056094,0.018062683,-0.026185298,-0.015867759,-0.027611298,-0.008045723,-0.001061637,-0.018356271,-0.0055746865,0.0051308083,-0.019908097,0.024130179,-0.0047498425,0.01592368,0.02315155,0.020243626,0.02417212,0.010387441,0.075717874,-0.0075074774,0.02520667,-0.036125366,0.028743712,0.0033378217,0.003914513,0.005749441,-0.02214496,0.017475506,-0.008129605,-0.018789664,-0.029806223,0.012079069,-0.00042814988,-0.02112439,-0.025346473,-0.0067140893,-0.0011402768,-0.031959206,-0.00826941,-0.015476308,-0.0055257548,-0.0054733283,-0.025276572,-0.007668252,0.01623125,-0.015140778,0.010037931,0.038166504,0.014120209,0.019964019,-0.014357876,0.001461826,0.010331519,0.0010878502,-0.005980118,0.021893313,0.043059647,-0.053097576,0.009877156,-0.013498081,0.03008583,-0.011883344,0.004907122,-0.000020615636,0.002644044,-0.0028764682,-0.026744515,-0.042025097,-0.020886725,-0.027135966,0.017125996,0.020621097,0.015672034,0.0020411392,0.028827595,0.029079242,-0.0033815105,0.029946027,0.0072348593,-0.019404802,-0.02591967,0.022564374,0.062688135,-0.0014321177,0.015140778,0.008381252,-0.0045051854,-0.004795279,-0.014239042,0.015014955,0.011596746,-0.019237038,0.014057297,0.010576176,0.0071579674,-0.026856357,0.017167937,-0.016524838,-0.0025846274,-0.015098837,-0.013959434,-0.003491606,-0.03251842,-0.0037886896,0.025276572,0.039229017,-0.013679826,0.023934454,-0.026870338,0.019838193,0.029219046,0.0461633,-0.018482095,0.0069936975,-0.027541397,0.0010494041,-0.030645046,0.0028747206,0.0134002175,0.008737753,-0.013365267,-0.0010878502,-0.0015885235,-0.024619494,0.010478313,0.003963445,-0.04498894,-0.013225463,0.015238641,-0.0065148687,-0.026492868,0.0016575517,0.03346909,-0.011366069,-0.016496878,0.024423767,-0.0039914055,-0.0128200315,0.0042780037,0.029470693,-0.024088237,0.008618919,-0.02591967,0.037020113,0.008877557,-0.01901335,0.022885922,0.02105449,-0.0064309863,0.040710937,0.015588151,-0.017377643,-0.025444336,0.008059704,0.0050678966,-0.03771913,-0.02590569,0.0008274652,-0.016762504,0.00061382714,0.035286542,0.011491893,-0.0056795394,-0.004393342,0.010086862,0.018845586,0.0012765857,0.013057698,0.016426975,0.02000596,0.028589929,-0.0002986127,-0.028254397,-0.030337479,0.019362861,0.00030931644,-0.014294964,0.010688019,0.018733742,-0.0031368532,-0.01937684,-0.016245231,0.019586546,0.010513265,0.02070498,0.017852977,-0.004763823,0.023920473,-0.01554621,0.004257033,-0.011296167,0.0040927636,-0.0056096376,-0.009373861,-0.04205306,-0.011205294,0.011366069,-0.0029883115,-0.008339311,0.013386237,-0.015769897,0.0014111471,0.0031490861,0.006175844,0.0030477282,-0.035034895,-0.015308543,-0.003914513,0.0318194,-0.006948261,0.0073397127,0.023668826,0.010639088,-0.019991979,-0.014679425,-0.018859565,-0.035761874,0.04361886,0.036041483,-0.020201685,-0.0079898015,0.019977998,-0.0092969695,0.020229645,-0.030533204,0.021473901,0.030337479,0.03626517,0.007668252,0.002250845,-0.03240658,-0.0024430756,0.034699365,0.025612101,-0.0118693635,0.034028307,0.018258408,-0.0024832694,0.039201055,-0.029219046,-0.0073746634,-0.03450364,0.002574142,0.03553819,0.025877729,-0.0010625108,-0.04317149,0.033580933,0.012589354,-0.019824214,-0.010023951,0.024046296,-0.0142180715,0.019474704,-0.040487252,-0.012834012,-0.014539621,-0.003231221,-0.0061723487,0.012764109,0.0052321665,-0.0090453215,0.013763708,0.03771913,0.01175752,-0.009387841,0.013770699,-0.014945053,-0.003119378,0.034363836,0.0056410935,-0.009723372,-0.007968831,0.03349705,0.013903513,-0.023682805,-0.012295766,0.024745317,-0.026660632,0.01244955,0.018468115,-0.010226666,-0.016161349,0.011883344,0.0172658,-0.0074725263,-0.035174698,-0.008479116,0.024116198,-0.013232453,0.02487114,-0.021641666,-0.002577637,0.01834229,0.00500149,0.029973987,0.0005338767,-0.016860368,-0.034028307,0.0024675415,-0.042780038,-0.0040927636,-0.018398212,-0.019796252,-0.013050708,0.0016208532,-0.020998567,0.02769518,0.0042290725,0.009352891,-0.004704406,0.0359576,0.026716553,0.026311122,-0.0036174296,0.020732941,0.005399931,-0.011135392,0.0110515095,-0.0076962127,0.021194294,0.006046525,0.018062683,0.043982353,0.010995588,-0.034783248,-0.00042181503,0.0054453677,-0.003507334,-0.003402481,0.02454959,-0.003977425,0.0116456775,-0.034951013,0.0005876139,-0.0021180313,-0.022186901,-0.025290553,0.0179788,0.017056094,0.004812754,0.016762504,0.06951057,-0.015602131,-0.015266602,-0.01620329,0.02106847,-0.0067874864,0.0062597264,0.0017982295,0.051308084,-0.020607116,0.03383258,-0.025626082,0.011827422,0.0024203577,-0.0061933193,-0.00088819256,-0.0045051854,-0.0039564543,0.011792472,0.06352696,0.026534809,0.029442733,0.013602934,-0.011708589,0.01553223,0.042808,0.0113940295,0.02899536,0.03623721,0.022788059,-0.03830631,0.008087664,0.029834183,-0.0041871313,-0.032574344,-0.009730361,-0.010939667,-0.005417407,0.021977196,0.013162551,-0.032993756,0.07633301,-0.0077451444,0.020313527,-0.025640063,-0.0031980176,0.035174698,0.026087435,0.0039354837,-0.029526616,0.00086460065,-0.022130981,-0.010653068,0.01691629,-0.016692603,-0.0036314102,0.030477282,-0.012176933,0.05804664,0.020145763,0.019041311,0.017447544,0.008094654,-0.016790466,-0.018901506],"social":"https://twitter.com/walkwithdama"},{"title":"nibbly ai","description":"instant insight for all content - study and learn at hyperspeed by uploading any link, video, or doc to get answers and summaries.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=UNsRbHCte1U","youtube_transcript":"Hey, everyone. Get I here. My team and I have been working on nible dot ai for the past few weeks. Nibley started as a summarizer for YouTube videos since we consume a lot of information via videos. We realized that chat EBT could be so much more. Our goal of nibble is to disrupt how you learn and study for any topic by ingesting videos, lecture notes, assignments, PDFs. Here's the people we currently have so far. Let's get started on a quick demo of the BlueAI, what it does. Do you have YouTube video learn up here? And I wanna learn about the company water crisis. I was gonna find this link. You can give me any link. You can give me short remodeling. Put that in here. Another moment summarizes pretty much is what we need to transfer and feeding it through chat GDP. And chat GDP will also summarize it for us. And here we can see. Let's go through this real quick. Looks like six percent of water is used by residents. Eighty six goes towards growing crops. And thirty percent of those crops are alfalfa. And now we go with the California one crisis is caused by. Let's talk about what we learned over the past few weeks. First, UX focused on getting the actual infrastructure up and had actually just YouTube videos into chat, GPT, and getting it to take almost any YouTube link. Next, we're stuck on getting users, but we're still in the process of that. We're more confident than before because we have something that actually works and hope to build a community around it. Here you can see a graph of our users and hope to pump these numbers up.","embedding":[0.0033535485,0.035158806,-0.025212983,0.050742712,0.016328257,-0.049317352,-0.0068258764,0.06350757,-0.015884813,0.021396194,0.044692863,-0.0356656,-0.07791952,-0.04729018,-0.004359217,-0.016177803,-0.0057331026,-0.064141065,-0.043077458,0.05061601,0.030249244,0.01648663,0.0040048575,0.031120295,0.049000606,-0.058471315,-0.019020598,0.045611426,-0.021792125,-0.02663834,-0.0021439746,-0.01672419,-0.031056946,0.008219559,0.0132399835,-0.018529642,0.029694939,0.015433449,0.012487711,0.009272739,-0.010880225,-0.0031456838,0.025482217,-0.0019192828,-0.039339855,0.014095197,-0.028966423,0.043425877,0.022979923,0.055683948,-0.07614574,0.011862138,-0.046783384,0.00008716702,0.01813371,-0.013042017,-0.007954285,0.042602338,-0.075702295,-0.01807036,0.012226396,-0.03097776,0.051312853,0.022869062,-0.035918996,-0.017278494,-0.041081958,-0.00071614294,-0.02164959,-0.010143791,0.042190567,-0.0057291435,-0.0020746863,-0.019622415,0.004767027,-0.0032407076,-0.02891891,0.0051708785,-0.005832086,-0.047195155,0.0029793922,0.026004847,-0.033353355,-0.0339235,-0.011656253,-0.039561577,-0.0097874515,-0.013057854,-0.07069771,-0.008955994,0.00045037322,0.0071426225,-0.06537638,-0.00011581026,0.043615926,0.05080606,0.0012343196,0.045548078,0.06363428,0.025593078,0.008694678,-0.027382692,0.008104739,-0.030470965,0.028475467,0.018751364,0.042443965,-0.014807876,-0.023470879,-0.02798451,-0.0636026,-0.011996755,0.027794462,-0.0058637606,-0.01320039,-0.001806442,-0.002587419,-0.05080606,0.0104130255,-0.025672264,-0.03226058,0.02557724,0.04453449,0.003104111,-0.00019524423,-0.024231069,-0.012107616,-0.0068417136,-0.025133796,-0.034461964,0.04681506,-0.020430118,0.037154306,-0.013920987,-0.014285245,0.019210646,-0.04181047,0.021681264,-0.021728776,0.011157379,-0.0035336977,0.013208308,0.02000251,-0.030597664,-0.030787712,-0.05672921,-0.019780789,-0.011735439,0.006635829,-0.015480961,0.0038583623,0.021570403,-0.06518633,-0.048842236,-0.035127133,-0.012289745,-0.009993336,0.027509391,0.00054787163,-0.035063785,-0.027715275,0.02375595,-0.013295414,-0.021016099,-0.055398878,0.021016099,-0.033701774,-0.059991695,-0.0831775,-0.050489314,-0.059263177,0.01284405,0.00428399,0.051882997,0.02152289,-0.03344838,0.007970122,-0.06363428,0.017104285,-0.02405686,-0.047891997,0.04282406,-0.041176982,-0.03629909,-0.04149373,-0.024357768,-0.014174384,-0.010064605,-0.032418955,-0.027762787,-0.022694852,0.061227005,0.015686845,0.014934574,-0.014879144,-0.011371181,0.062335614,-0.009597404,0.075892344,0.0027853851,0.026464129,0.014887063,0.024136046,-0.004117698,0.013833882,0.007011965,0.012242233,-0.0018381167,-0.040226743,0.005234228,0.054955434,0.024912074,0.035760626,0.015876893,-0.03873804,-0.01952739,-0.08773865,0.05058434,-0.024516141,0.029504891,-0.021221982,0.0016163945,0.020731026,0.0069209,-0.03642579,0.02956824,0.03642579,-0.0062280186,0.033511728,0.0032129923,0.044597838,0.0037692776,-0.009573648,-0.018054523,0.032054696,-0.037629426,0.05156625,-0.040860236,0.008362095,0.020841887,-0.008041389,0.027746951,-0.0010343737,0.021507055,0.039909996,0.029409867,-0.044661187,-0.07671589,0.015552229,0.038674686,-0.005115448,-0.010167547,0.053498402,-0.017389355,-0.015069191,-0.052928258,-0.019511554,0.03620407,-0.0083145825,-0.0357923,0.010104198,-0.007831545,-0.046149895,0.011561229,0.008457119,-0.01590065,-0.00021120525,-0.002393412,-0.02822207,-0.004703678,-0.025608914,-0.010729771,0.027588578,-0.023803463,-0.015940243,0.017294332,-0.008758027,-0.003901915,0.0032050738,0.018688014,-0.025893986,-0.014926655,0.039403204,0.02388265,-0.005238187,0.011046517,0.012566898,-0.0112682395,0.0077483994,-0.0021400151,0.02188715,0.0142218955,0.018307919,0.012899481,0.0153701,0.0013639875,0.046371616,0.061163653,0.01284405,0.012994505,0.016882563,-0.029362354,-0.022362268,0.016391605,0.011046517,0.036362443,-0.005554933,0.01390515,0.012186803,-0.02100026,0.013137041,0.046846736,0.004858092,0.016755864,-0.0050164647,-0.047701947,0.08488793,-0.028823886,0.012859888,0.018640503,-0.0036821724,-0.022837387,0.027319344,-0.022615666,-0.027176807,0.013770533,0.049444053,0.016708352,-0.022283081,-0.019178972,0.020556817,-0.026543316,0.020271745,-0.033606753,-0.042222243,-0.026891736,0.032070532,-0.061797146,0.018878061,0.020398444,-0.05603237,-0.051027782,-0.033353355,0.009407356,-0.00745145,-0.009138122,0.01220264,-0.032941584,0.012946993,0.03203886,-0.023502555,-0.021142796,0.017959498,-0.03854799,0.037914496,0.006422025,-0.02822207,-0.04852549,0.0106585035,-0.0072930767,-0.03702761,0.023138296,0.016787538,0.012590654,0.047891997,0.002862592,-0.025038771,0.004739312,0.0039058742,0.007855301,0.00580833,-0.015710602,0.041113634,0.0016124351,-0.028998097,0.01161666,0.0339235,0.04735353,-0.04557975,0.03629909,-0.0057172654,-0.025862312,-0.016708352,-0.053593423,-0.027414367,0.021918824,0.0040503894,-0.006857551,-0.05596902,-0.0015203808,0.07677923,-0.05486041,0.0028467549,-0.025909824,0.06835379,0.03477871,0.003414918,-0.00036178334,0.028206233,-0.020841887,0.0045017526,-0.0048778886,-0.06524968,-0.02815872,0.027240157,0.042158894,0.021332843,-0.0027002597,0.0018747405,-0.04504128,0.0207627,-0.04488291,0.051186156,-0.0155839035,0.0077404804,0.030375943,-0.04481956,0.04659334,0.0533717,0.079123154,0.009613241,-0.061290354,0.0049293595,-0.023011597,-0.0001420408,0.039086457,0.041842148,-0.013477542,0.017959498,-0.050901085,-0.0075543923,0.02904561,0.028966423,-0.016106535,-0.034366943,0.021380356,-0.017880313,0.029378192,0.015884813,0.02188715,-0.05644414,-0.0067783645,-0.014261489,0.0032486264,-0.039276507,0.018529642,-0.01841878,-0.03750273,-0.04504128,-0.0754489,-0.029077284,-0.0024666595,0.01776945,0.06619991,-0.03203886,-0.037882823,0.019875811,-0.055493902,-0.008306664,-0.040163394,0.021111121,0.059358202,-0.00797804,0.0675936,0.001244218,0.0021063609,-0.049000606,0.020556817,0.0417788,-0.00030660024,0.003713847,0.0064616185,-0.03069269,0.0017816963,-0.050077543,-0.02223557,0.008821377,-0.023708439,0.011046517,0.052484814,-0.0336701,0.0076573347,-0.014451536,0.061448727,0.010222977,0.0188939,-0.018577153,-0.01713596,0.008647166,-0.0050323023,-0.0012758925,0.015069191,0.04998252,-0.02052514,-0.045896497,0.004082064,-0.019495716,-0.046371616,0.02047763,-0.021047773,0.0060458896,0.022615666,-0.016502468,0.036045697,0.0063665947,-0.033068284,-0.046149895,-0.0031832973,-0.018402943,0.045959845,-0.021348681,-0.02915647,-0.0023973715,0.043742623,-0.012044267,-0.010270489,0.024136046,0.0050956514,-0.012772783,0.022900736,0.001190767,0.0107772825,-0.006346798,-0.018292082,0.004054349,0.022203894,-0.040321767,-0.0075425142,0.003250606,0.009217309,0.039846648,-0.018624665,-0.016803376,0.027636088,-0.06084691,-0.008377932,-0.004565102,-0.042665686,-0.010468456,-0.011925487,0.019939162,-0.004652207,0.005907313,-0.005737062,0.002118239,0.031025272,0.0050204243,-0.033163305,-0.0072930767,0.025719777,0.024516141,-0.021728776,0.013683427,-0.04130368,0.025038771,0.025070447,-0.0024765579,-0.029552402,0.0031357855,0.011957162,0.03268819,-0.007487084,0.024341932,-0.006390351,-0.008370013,0.0187672,0.025070447,-0.015385937,-0.014301082,0.0061409133,-0.03325833,-0.027461879,0.023977673,-0.013437949,0.037344355,-0.012717352,-0.028032022,0.018038685,-0.065503076,0.01266984,-0.029489053,-0.043964345,-0.019749114,-0.015678927,-0.040416792,-0.006465578,0.0042602336,-0.013160797,0.009922069,0.00020662729,0.028142883,-0.016328257,-0.019036435,0.029473215,-0.020081697,0.007847383,0.031041108,-0.025212983,-0.013018261,0.007134704,0.012178884,-0.010753527,0.006418066,0.008393769,-0.017294332,0.011426613,-0.03338503,0.0019192828,0.010278408,-0.001126428,-0.006616032,0.012107616,0.0089322375,-0.0188939,-0.007150541,0.0062161405,-0.01190965,-0.021665428,0.034113545,-0.006754609,-0.016502468,-0.028443791,-0.007982,-0.018878061,-0.0007497972,0.013414194,-0.01278862,-0.039846648,-0.043077458,-0.0076296194,0.009882475,0.021839637,0.011775033,-0.012353094,-0.0054836655,-0.011687928,0.0053292518,0.019859975,-0.013247902,-0.0435209,0.022378106,0.0014184283,-0.0025181307,-0.033986848,0.0150929475,-0.011743358,-0.054511987,-0.0012075942,0.0015184012,-0.015876893,0.0017044895,-0.02440528,0.04076521,-0.008512549,0.012717352,-0.019052273,-0.044914585,-0.015045435,-0.0032921787,-0.008164128,-0.048493814,0.034335267,0.0019697642,0.014277326,-0.040511813,0.0109039815,-0.004066227,0.027113458,0.021111121,0.019194808,-0.01883055,-0.0042404374,0.0075979447,-0.01437235,-0.0075227176,-0.04073354,0.008259152,-0.058756385,0.04662501,-0.0044621592,-0.006699178,0.009264821,-0.0357923,-0.02464284,0.028586328,-0.0077959113,0.029663263,0.0153701,0.006390351,-0.0064378628,-0.016407443,0.015243402,-0.016114453,0.009415275,0.0022746322,0.0036881114,-0.0046957596,0.0395299,0.016534142,-0.07601904,-0.048018694,-0.009375682,-0.020905236,-0.013335007,0.014704933,-0.008235396,-0.026258243,0.026020685,0.041335355,0.019020598,-0.015203808,-0.01278862,-0.01302618,0.023328343,0.007502921,-0.0010759466,0.0023241239,0.005855842,0.007063436,0.007186175,-0.010666422,0.024389442,-0.018086197,-0.01220264,0.0055192993,-0.028903073,0.003620803,0.0077761146,0.0006904073,0.003256545,0.026036521,0.007890935,0.021712938,-0.012551061,0.02036677,0.039846648,-0.048493814,-0.040100046,-0.04412272,-0.041905496,-0.031072784,-0.0010195263,0.030375943,0.044946257,0.017389355,-0.031658765,0.01202843,0.02065184,-0.025672264,-0.0019440287,-0.0102863265,0.017531892,-0.056412466,0.03959325,-0.012764865,0.0047907834,-0.013825963,-0.015140459,0.008401688,0.0058043706,-0.0077286027,0.0050600176,0.012424362,0.03373345,0.0074316533,-0.0072336867,0.043964345,-0.009993336,0.059991695,-0.0012521365,-0.026194895,-0.018022848,-0.004078105,0.005709347,0.048272092,-0.046656687,-0.008393769,-0.004477997,0.008536305,0.005990459,-0.010009174,0.024262745,-0.0075068804,-0.004735353,-0.007304955,-0.0029793922,0.016945912,0.005028343,-0.05631744,-0.031642925,-0.0117671145,-0.008607573,-0.025656426,-0.031928,0.027731113,0.0011115805,-0.005772696,-0.06588317,-0.011727521,0.013881394,-0.0031595414,0.029884987,-0.015512636,0.004873929,0.00029249516,-0.01924232,-0.02212471,0.028032022,-0.04405937,-0.0004276071,-0.01437235,-0.0054123974,-0.02533968,0.010856469,0.0027616292,0.023961836,0.014712852,-0.033131633,0.017611079,0.023565903,0.021348681,-0.010357594,-0.018624665,0.0053648856,0.030771874,0.024500303,-0.0033238535,0.0010729771,0.0077959113,-0.009692428,0.029504891,0.012566898,0.021111121,-0.02728767,0.014863307,0.0032367483,-0.029394029,0.028491303,-0.011798789,0.027065946,-0.01635993,0.025070447,-0.008290826,0.012574816,-0.013691346,-0.016407443,0.003690091,-0.0030546193,0.015560147,0.007784033,-0.010215059,-0.025593078,0.005008546,-0.03883306,-0.009169797,0.007847383,0.01848213,-0.0044106883,0.008029511,0.003408979,-0.011727521,-0.029884987,0.027667765,0.017626915,0.024009347,-0.02128533,0.0012640145,-0.008219559,0.016613329,-0.028016185,0.010666422,0.037946172,-0.007257443,0.029314844,0.038041197,0.013303332,-0.025941499,0.018846387,-0.0076929685,-0.039941672,-0.004580939,-0.01936902,-0.0066081136,0.020905236,-0.016613329,0.005903354,-0.007910731,0.02757274,-0.002898226,-0.0138418,-0.019400693,-0.020921074,0.010025011,0.005768737,-0.004493834,0.017959498,-0.004323583,0.035602253,0.023787625,-0.01302618,-0.0029635548,-0.0012481773,0.006176547,0.0063982694,0.00042933933,-0.0033179144,-0.012163047,-0.011125703,0.029536566,-0.0011036618,0.008948075,-0.006659585,0.030296756,0.01607486,0.016645003,-0.0070951106,-0.025783125,0.037281007,0.019875811,-0.017025098,-0.04722683,-0.004200844,0.00003888181,-0.004078105,-0.0024785376,0.033163305,-0.028443791,0.007526677,0.017880313,-0.023090784,0.031294506,0.009763695,0.0007027802,-0.02598901,-0.0013570586,-0.005356967,0.012606491,0.019923324,0.020952748,-0.032751538,0.00944695,-0.026654176,-0.0007329701,-0.008045348,0.017674427,-0.013588403,0.02516547,0.02469035,-0.008805539,-0.0141031165,0.05596902,-0.017215146,-0.014166465,0.01232142,-0.04874721,-0.0015975877,0.02453198,0.02416772,0.008203722,0.04301411,0.0067664864,0.012416444,-0.016882563,-0.02809537,-0.00007194836,-0.0355389,0.035348855,-0.040511813,0.0042562746,0.030249244,0.030645177,0.01595608,0.031231156,0.036109045,0.051756296,-0.015750196,0.00486997,0.031120295,0.015575985,-0.03325833,0.0112682395,0.024104372,-0.013588403,-0.028032022,0.006635829,0.032118045,0.009589486,-0.017911987,-0.015180052,0.03256149,0.004553224,-0.008908481,0.004066227,-0.009660753,0.007027802,-0.035285506,-0.008164128,-0.016280744,-0.0066318694,0.0318013,-0.01372302,0.014681177,0.019321507,-0.0073128734,-0.024231069,-0.006224059,0.008734271,-0.008520467,-0.013335007,-0.041652102,-0.0044384035,-0.036584165,0.033891823,-0.0059627434,0.036235742,-0.004430485,-0.037597753,0.0038702402,-0.069240674,-0.043394204,0.0073603853,-0.032418955,0.0109039815,0.015623497,-0.0053886413,0.003789074,0.009248983,0.014792039,0.027905323,0.0027537106,-0.0076296194,0.015884813,-0.0021320966,0.021190308,-0.002557724,0.022393944,0.0086867595,0.0073524667,0.011046517,0.0031654804,-0.039846648,-0.0037771962,0.008544223,0.02921982,0.020746864,0.005250065,-0.027351018,-0.023043273,0.0005552953,0.021744613,0.011474124,-0.012986586,-0.0015956081,0.0133587625,0.0022964086,0.0027240156,-0.027129296,-0.0009967601,0.021459542,-0.0020430118,-0.0003098172,0.009636997,0.011284077,-0.013794289,-0.013224146,0.022077197,0.04535803,-0.02164959,0.019559067,0.020445954,0.029932497,-0.032941584,-0.005796452,-0.021427868,-0.018751364,-0.030771874,0.017040934,-0.0074712466,0.023771787,-0.023676764,0.013707183,0.009066855,-0.003349589,-0.009272739,0.0042246,-0.00023768324,0.005368845,-0.0020727066,0.035475552,-0.0035396367,0.017943662,-0.0037593793,-0.003119948,-0.007982,-0.0074712466,-0.008259152,0.018814713,-0.002187527,0.0056578754,-0.0006854582,0.01008836,0.026701689,0.0035257791,-0.0008794651,-0.020905236,0.022029685,0.011418694,-0.026416617,0.029789962,0.02492791,-0.0057291435,-0.014396106,-0.028903073,0.03772445,-0.014285245,0.0046838815,-0.035063785,-0.004949156,0.02716097,-0.0061805067,0.033701774,0.018497966,-0.040575165,-0.009248983,0.0022726527,-0.014285245,0.017547728,0.004945197,-0.018846387,-0.014190221,0.026622502,-0.023312505,0.008077024,-0.02123782,-0.0032110126,0.0061250757,-0.016169883,-0.006319083,0.010143791,0.00015800181,0.020556817,-0.0144673735,0.0014560418,-0.012107616,-0.025830638,-0.0067506493,0.028301256,0.09952159,-0.01672419,0.00991415,-0.0133666815,0.0074633276,0.03477871,0.0079463655,0.0027913242,-0.028000347,-0.015868975,-0.0011739399,0.004093942,0.008813458,-0.004505712,0.012123453,-0.023106622,0.013675509,-0.0055945264,-0.0017747675,-0.027762787,-0.008409606,0.02152289,0.0158373,-0.0020430118,-0.041367028,-0.02329667,0.019844137,0.011355344,0.02998001,0.01366759,0.012115534,-0.02147538,0.0029239615,0.02815872,0.00809682,0.037122633,-0.02744604,-0.022298919,-0.012020511,0.023201644,0.012756946,-0.015678927,-0.0025359478,-0.003985061,0.012582735,0.016296582,0.0016936014,0.008963912,-0.036172394,0.0069486154,-0.024136046,0.009692428,0.012448118,0.023264995,-0.0070951106,0.003848464,0.00035386469,0.026939249,0.03620407,0.01108611,-0.02757274,0.0337968,-0.026701689,0.01214721,-0.014364432,-0.02112696,0.036805887,0.009130204,0.0053252922,-0.007455409,-0.010943575,-0.007950325,0.027414367,0.011743358,0.0278103,0.029061446,0.00745145,0.02698676,0.052738212,0.012574816,-0.063222505,0.013390438,-0.02388265,-0.030296756,-0.01407936,0.021602077,0.029837474,0.024215233,-0.009043098,-0.013517136,-0.029552402,-0.010127953,0.053751796,0.046181567,-0.004141454,-0.003385223,-0.04380597,-0.015322588,-0.009153959,-0.026796712,-0.017611079,0.01103068,-0.011854219,-0.029441541,0.0030031481,-0.0011056415,-0.044027694,0.0075464738,-0.010547642,0.023740113,0.007835505,0.032466467,-0.0066437474,0.010001255,0.039213154,0.01772194,-0.0117591955,-0.03344838,-0.03243479,-0.029283168,0.002498334,0.007993877,0.0026547275,0.013952661,-0.018703852,0.013390438,0.0065962356,-0.054416966,0.005491584,-0.019638253,-0.00054341735,0.007926569,0.029964173,-0.0025418866,-0.025022935,0.034810387,-0.024151884,-0.025973173,-0.03420857,0.043172482,-0.02839628,-0.021079447,0.030280918,-0.023455042,0.017278494,-0.0132399835,0.0115216365,0.008282908,0.003250606,-0.006441822,0.027778625,0.01472869,0.021570403,0.011228646,0.028776376,-0.0033456297,0.04006837,-0.007839464,-0.004541346,0.012756946,0.0029417786,-0.01765859,0.0019856016,-0.021142796,0.047796972,0.01232142,-0.0011343466,0.015552229,0.0238193,0.037566077,-0.006418066,0.010476374,-0.037217654,0.008140372,0.013802207,-0.02880805,0.00027542055,0.019875811,-0.000891838,0.003430755,-0.010001255,-0.012851969,0.010048768,-0.03373345,-0.0025616833,0.014934574,0.0077919518,-0.015013761,-0.0041850065,-0.044154394,0.015631415,0.006319083,-0.02798451,0.039846648,0.029473215,-0.006699178,0.022251407,0.0043433798,0.0070317616,0.0457698,-0.012075942,0.00037885792,-0.04881056,-0.022900736,0.0072614024,0.04206387,-0.0065685203,-0.019432368,-0.010365513,-0.013232064,-0.016201558,-0.018497966,-0.035918996,0.026844224,-0.013137041,-0.0059469063,-0.035222158,-0.0006775395,0.0276836,-0.005099611,0.044851236,-0.020335093,0.0064497404,-0.03085106,0.022045523,0.028000347,0.02663834,-0.022599827,0.0137309395,0.0061250757,0.025735613,-0.031294506,0.0026091952,0.022488967,-0.020873562,0.018387105,-0.019036435,-0.015393856,0.002193466,-0.013675509,-0.0021617915,0.019273994,0.016423281,0.0028467549,-0.01865634,0.019780789,-0.0062517743,-0.02152289,-0.015987754,-0.02416772,0.00053054956,0.004386932,-0.011838382,-0.013715102,0.0010898042,-0.0018628625,0.012297664,-0.0014065503,-0.01460991,-0.0141031165,-0.05967495,0.029520728,0.0012917299,0.003232789,0.010801039,0.012068023,-0.013596322,0.00815621,-0.0034822265,0.04329918,0.026448293,0.008496712,0.0029101039,-0.022251407,-0.024516141,0.0054480312,0.008306664,0.022346431,-0.020905236,-0.042919084,-0.0129074,-0.003044721,0.009312333,0.017816963,0.0009126244,-0.012543142,-0.044154394,-0.029584078,-0.011561229,0.0050837733,-0.0073722634,0.022283081,0.018513804,0.025941499,0.0100329295,0.019590741,0.016470792,0.022631502,0.009407356,0.0027596497,-0.003197155,0.002024205,0.0037692776,-0.03249814,0.007015924,0.032751538,0.013802207,0.03629909,-0.010785202,0.017927824,0.021253657,-0.008892644,0.0055826483,0.019464042,0.037217654,-0.00046472577,0.044186067,-0.011173216,-0.015884813,0.0019380896,0.05520883,0.010603073,0.016549978,-0.003391162,0.031785462,0.010365513,-0.016423281,0.0107772825,0.029995847,0.017753614,0.015061272,0.0074118567,0.03677421,-0.0071663787,0.021253657,-0.016217396,-0.0021024016,-0.0113791,-0.024025185,-0.00862341,-0.037376028,-0.015718522,0.013390438,-0.027715275,0.03256149,0.030502642,0.0032466466,0.010999005,0.0058993944,0.012994505,0.055683948,0.037566077,0.011711684,-0.0154572055,-0.025482217,0.022219732,0.030027522,-0.011577067,0.012764865,0.029964173,-0.020382605,-0.021617915,-0.04380597,0.026606664,-0.03455699,0.035095457,-0.00093291595,-0.005847923,0.0025300088,-0.028016185,0.012598572,-0.018973086,0.026036521,-0.009431113,-0.008140372,-0.026004847,-0.0034663891,0.010587235,0.009019342,-0.031041108,0.02598901,0.008362095,0.027952835,0.036457464,0.0357923,0.013422112,-0.0062438557,-0.001050211,-0.013137041],"social":"https://twitter.com/NibblyAI"},{"title":"idea2business","description":"transform your idea into a profitable business","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=aFKFoM3YEFY","youtube_transcript":"Yo. What's up? I'm Boschmidt, and I'm working on this thing called I get a business. So let me just show you what it is. Essentially, I'm a builder, and I used to build a lot of capital projects and site projects. But most of them, they've actually already offline. And this is mainly because I didn't want to work on repetitive stuff, such as creating content. That's why I created a business. That would help me to launch projects faster. So I do business generates things learning from social media strategies to personal projects for your idea of the project. I think time is the most valuable asset we have. I decided to launch it to the world so that other people could also benefit from it. So let me show you how it works. We just have to come to this page and Yeah. For example, I'll enter this information and click on generate. And, like, it generates all of their soy production into which makes multimedia strategies advice and some of the validation, design inspiration that you product launch and with the marketing style of inventory, investor meeting type and whatnot. So the secondary cool feature that I have guys I guess, right? So this that will find it's basically pinned up. But for ideas, you can actually click swipe on these ideas and it'll generate new ideas on each slide. And how good is that? I'm not talking about Globus. Like, the Globus hasn't quite been crazy for me. The use engagement lead during the launch. And, yeah, it's, like, in the event event, I guess, I think I have a lot to figure out in terms of marketing and growth on the platform. But, yeah, that has been my joining for night's meetings. And I have to look figure out from here and I have to be back in a spot.","embedding":[-0.021861099,0.025504615,-0.0005145077,0.0049221683,-0.008364692,-0.044064313,0.0077959276,0.03277454,0.013693121,-0.0012604771,0.03178241,-0.04262743,-0.009519328,-0.07184399,0.022049261,0.013487853,-0.09264453,-0.04854601,-0.033321925,0.0069149835,0.026804648,0.021450562,-0.009707491,0.066130675,-0.019637356,-0.037085183,-0.0105029065,0.060691062,-0.0030961337,-0.024615118,0.02201505,-0.03506671,-0.013137186,0.020355796,0.004806705,-0.03198768,0.01365891,0.002170287,0.032569274,0.008223571,-0.026342794,-0.021091342,0.05196715,-0.03941156,-0.024786176,0.007800204,-0.057646245,0.009468011,0.012307559,0.046356477,-0.07287033,0.0050547374,0.009151556,0.030328427,-0.019278137,-0.040061574,-0.020047894,-0.007355456,-0.045603827,0.068012305,0.031337664,0.0353404,0.06541224,0.016481353,-0.020920284,0.012795072,-0.022237424,0.020509748,-0.041087918,-0.003478874,0.0015576888,0.012675332,0.009784467,-0.03609305,-0.035990417,0.019996576,-0.013804309,0.020971602,0.004772493,-0.02624016,-0.019432088,-0.000025140718,-0.010853574,0.02620595,-0.063120075,-0.013256926,-0.026975706,-0.037393086,-0.041943204,-0.01691755,-0.038658906,0.040506322,0.010314744,0.046767015,0.06062264,0.013641804,-0.034485113,0.06226479,0.05453301,0.029798148,0.03195347,-0.018764965,0.033202186,-0.022699278,0.013034551,0.0033676869,0.0021670798,-0.009048921,-0.011871363,-0.025915151,-0.16544643,-0.012769413,0.016370166,0.041293185,-0.010032499,-0.02297297,0.03903523,0.0023242384,-0.0016859816,-0.009810125,-0.016250426,-0.0012112982,-0.0137016745,0.025709884,-0.009160108,-0.02767704,-0.03869312,0.0157287,0.015771465,-0.05244611,0.012470064,-0.004768217,0.033048235,-0.047451243,-0.057064652,0.0010172552,-0.054977756,0.017336639,-0.02177557,0.00187949,-0.01770441,-0.026582275,0.015583303,-0.0072314395,-0.052548744,-0.0110502895,-0.019295242,0.01383852,-0.055456717,0.00027262227,0.005811665,0.0006067182,-0.050564483,-0.017960997,0.01838864,-0.014308928,-0.02009921,0.049674984,-0.023947995,-0.007941326,0.030208686,0.019124186,-0.019568933,0.004870851,-0.06541224,0.054977756,-0.013581934,-0.03681149,-0.061033178,-0.033065338,-0.053540874,-0.035237763,-0.024478272,0.01317995,0.016780702,-0.017473483,-0.021228187,-0.06637016,0.03489565,-0.028241528,-0.052138206,-0.012050973,-0.01950051,-0.022716384,-0.06845705,0.0061024623,-0.004227249,-0.02141635,0.03210742,-0.033082444,-0.015651725,0.045159075,-0.0036050286,0.008659766,0.007257098,-0.061477926,0.06397536,-0.006209373,0.023982206,0.00259793,0.028806018,0.008997604,0.046938073,-0.0019767787,-0.018080737,0.044851173,0.0077232285,-0.0030833045,-0.00525573,-0.0049863146,0.03900102,-0.011460827,0.00877523,0.024854599,-0.009989736,-0.025573038,-0.03345877,0.05463564,-0.005426787,0.010443036,-0.012136502,0.033407453,0.012333218,-0.042593222,0.027334927,0.046356477,0.022836125,-0.05275401,0.045535404,-0.0049221683,0.024598012,-0.012777966,0.012914812,-0.045398556,0.0029165237,0.006098186,0.012769413,-0.036982547,0.027984943,-0.00041454623,0.0138727315,0.019414982,0.028224424,-0.030003417,0.035443034,0.015711596,-0.05265138,-0.06301744,-0.0033762397,0.027163869,0.052035574,-0.011965445,-0.009399588,0.04279849,0.008997604,-0.016498458,-0.040027365,0.022237424,0.038624696,-0.04426958,0.018679436,-0.0017629573,-0.034861438,0.019534722,-0.025607249,0.020834755,-0.014847757,-0.021792676,0.0022643686,-0.04502223,-0.027352031,0.004028395,0.0075008543,-0.008155148,0.01958604,-0.015053025,-0.010742387,0.022682173,-0.032723226,0.016583987,-0.0070817643,-0.040608957,-0.01704584,0.030379742,-0.019432088,0.05053027,0.026513852,0.028925758,-0.029096814,0.017148476,0.008193635,-0.026753332,0.0040070126,-0.0059955516,0.017310979,-0.022083472,0.018200476,-0.016883336,0.00727848,0.036948334,0.036366742,-0.07540198,0.017088605,0.0072913095,-0.006778138,0.010083817,0.011101606,0.02021895,0.018662332,-0.050872386,-0.02105713,0.013154292,0.021279505,-0.034861438,-0.018628119,-0.005657714,0.05141977,-0.018730754,-0.017926784,-0.04450906,0.003598614,-0.02612042,-0.01156346,-0.022579538,-0.01539514,-0.022819018,0.04519329,0.01794389,0.011862811,-0.033167973,0.0449196,0.010528565,-0.017875468,0.005349811,-0.0076633585,-0.02213479,0.021279505,0.007586383,0.021313716,0.015780019,-0.042593222,-0.026342794,-0.034912758,-0.01150359,0.018884705,0.0030106052,0.024221687,-0.03821416,0.0070432764,0.008223571,0.01910708,-0.00781731,0.000709887,-0.021929521,0.02851522,0.014462879,-0.0008258851,-0.011734518,-0.019175502,-0.018936021,-0.040745802,0.04981183,0.02931919,0.014685253,0.008604173,0.008279164,-0.036743067,0.04331166,0.007415326,0.014505643,0.027933626,-0.012700991,-0.006299178,-0.007894286,-0.01790968,-0.017618882,0.01934656,0.042935334,-0.015506327,0.036195684,0.04717755,0.00088522054,-0.03975367,-0.025915151,-0.0031666947,0.0068764957,0.04498802,-0.034724593,-0.034057472,-0.014804993,0.020954495,-0.055319868,0.0011973998,-0.015985288,0.0014454325,0.02931919,0.032757435,0.015797123,-0.013145739,-0.04878549,-0.0011450135,-0.014668147,-0.05275401,-0.010870679,0.0021831163,-0.006038316,-0.038316794,0.011477932,0.006478788,0.0029528735,0.04960656,-0.03800889,0.04960656,-0.01057133,0.013034551,-0.0042635985,0.026702015,0.015951075,0.054430373,0.04598015,-0.011084501,-0.048272315,0.021330822,0.012435852,-0.01057133,0.0055422504,0.05196715,-0.015309611,-0.01216216,-0.054088257,-0.0038060206,0.012615462,0.013641804,0.012615462,-0.03612726,0.000344787,-0.009356824,0.0026706292,0.03776941,0.008360417,-0.009168661,0.071980834,-0.032090314,0.03381799,-0.074444056,0.0014133594,-0.011572014,-0.01970578,-0.04187478,-0.0428327,-0.010246321,-0.010015394,-0.018371534,0.038385216,-0.04139582,-0.015343823,0.045569614,0.006820902,0.006098186,-0.00017252713,-0.0148819685,0.043448508,-0.041019496,0.026992813,0.01162333,0.0014037375,-0.06873075,0.016729385,0.016310295,-0.010263426,-0.0046826885,-0.016105026,0.023913784,0.021518985,-0.0500171,0.018251793,-0.0012241275,-0.017567566,-0.026616486,-0.024290109,-0.0040626065,0.0013855626,-0.019637356,0.040232632,0.0067225443,0.028156001,-0.02764283,0.011580566,-0.019192608,0.00847588,0.031029759,0.028686278,0.051625036,-0.022545327,-0.0072143334,-0.020372901,-0.035032496,-0.044816963,-0.0023285148,0.0017159167,0.024957232,0.036982547,-0.01950051,0.05487512,0.021347927,-0.04519329,-0.0353404,-0.004447485,0.007902838,0.0051146075,-0.0817653,-0.016763598,-0.012777966,0.023520352,-0.009202872,-0.018354427,-0.008591344,0.037256237,0.0020569616,0.00042924643,-0.0440301,0.040472113,-0.03640095,0.0052429005,-0.011674648,0.011939786,-0.047006495,0.008518644,-0.06089633,-0.032158736,-0.007748887,-0.022528222,-0.006825179,-0.0024247346,-0.043859042,-0.00078953546,-0.051796094,-0.029284976,-0.014591171,-0.01922682,-0.010460142,0.035511456,0.03557988,0.0075307894,-0.03219295,-0.0130944215,0.012606909,-0.001189916,-0.017430719,0.046322264,0.03393773,-0.025915151,0.04430379,-0.03458775,-0.0052044126,0.005516592,-0.018422851,-0.028925758,0.024905914,0.015831336,0.015232636,-0.008108107,0.0060896333,0.032038998,0.021809781,0.036914125,-0.0022558155,-0.019996576,-0.027112553,0.017721517,-0.0040668827,-0.03612726,0.0031645566,-0.018918917,0.019329453,0.0025701332,-0.004257184,-0.028361268,-0.017182687,0.0034660448,-0.03162846,-0.04204584,-0.044611696,0.018576803,-0.048580218,0.0017447826,-0.012683885,0.02081765,0.054977756,-0.0035195001,-0.017157027,-0.021878205,0.0075735534,0.021382138,-0.006495894,-0.006235032,-0.01617345,0.00092477753,-0.02863496,0.020407114,-0.0060639745,-0.009946971,-0.03530619,-0.022476904,-0.022408482,0.0052728355,-0.02357167,0.0044132737,-0.0025038484,-0.024358533,-0.021587407,0.02767704,-0.030277109,-0.06606226,-0.047451243,0.02093739,-0.038658906,-0.022699278,0.044064313,0.0031153776,0.007056106,-0.028908651,0.052548744,0.02827574,0.018286005,0.033561405,-0.0018826973,-0.03869312,-0.03506671,-0.005157372,0.032979812,-0.0073340735,0.012418746,-0.015360928,-0.026770437,0.021330822,-0.008031132,0.041258976,0.018696543,-0.008843653,0.017755728,-0.028207317,0.0063248365,-0.029900784,0.0066113574,-0.015608962,-0.027027024,0.042661645,0.006470235,-0.0024632225,0.0025337834,-0.0020152666,0.081491604,-0.026838861,0.019397877,0.013376666,-0.047690723,-0.030516589,-0.010853574,0.013795756,-0.018850494,0.027403349,-0.001109733,-0.036195684,-0.011264111,0.041293185,-0.019209713,0.011640436,0.010109475,0.041943204,-0.0658912,-0.0065856986,-0.0044603143,-0.024119053,0.032808755,0.03516934,-0.015976734,-0.047280185,0.013770097,0.0057261367,-0.0076890173,0.013556276,-0.016908996,0.014172082,0.039958943,0.019055761,0.018850494,-0.007932774,0.0356483,-0.002918662,-0.02324666,0.02668491,0.0311495,-0.017259663,0.016318848,-0.026223054,0.007646253,0.04598015,-0.02851522,-0.09202872,-0.018936021,0.0045159077,-0.024153264,-0.015352376,-0.0121450545,0.0007344765,-0.008428839,0.05124871,0.028292846,0.025675673,-0.017755728,-0.018166265,-0.02656517,0.0071373577,0.0069748536,0.023417719,0.0042849807,-0.026890177,0.014847757,-0.0049221683,-0.030345531,-0.016823467,-0.016515564,-0.03920629,-0.012042421,-0.023297979,-0.0073725614,0.013017446,-0.024426956,-0.015540538,0.010699622,0.048922334,0.009151556,0.00052065507,0.005717584,0.02752309,-0.030037628,-0.014993155,-0.026154632,-0.046322264,-0.046972282,0.015318165,-0.037872043,0.0028031983,0.018132053,-0.03633253,0.04166951,0.012495722,-0.0077916514,0.016079368,-0.028138895,0.020287374,-0.013034551,0.043345872,-0.001150359,0.0018602461,0.0018826973,-0.0014037375,0.003921484,0.009066027,0.015087238,0.024461167,-0.005687649,0.016763598,0.010186451,-0.0019340145,0.030037628,0.020150527,0.03927471,0.012931918,0.035921995,-0.0038338176,0.0041246144,-0.031970575,0.017199792,-0.020150527,0.0098699955,-0.011725965,0.009579198,-0.0025316451,0.0071416344,0.0068936017,-0.015968181,0.0034532154,0.02078344,-0.039103657,-0.01240164,0.016635304,-0.01970578,-0.041053705,0.030482378,-0.006406089,0.0038316792,0.0020227504,0.015292506,0.01533527,-0.009579198,-0.100171044,-0.037085183,0.018251793,-0.003808159,-0.014984603,-0.015378035,0.03828258,0.0014839204,0.0060041044,-0.017499143,-0.004575778,-0.037974678,0.006897878,0.004306363,-0.009416694,-0.011409509,0.020886073,0.000015218069,-0.0113667445,0.014702358,-0.021553196,-0.00073821837,-0.020543959,0.0015010261,-0.014086553,-0.03975367,-0.012752308,0.03498118,0.0275573,0.007120252,0.0144799845,0.025282241,-0.0146510415,0.0014625383,0.005379746,0.04255901,-0.015241189,0.01449709,0.046630166,-0.009544986,-0.020680804,-0.031320557,0.007389667,0.00020433306,0.010733834,-0.00322015,0.017362297,0.029284976,0.038145736,0.023383508,-0.0026128974,-0.015608962,-0.023263767,-0.01814916,-0.009331166,0.034861438,-0.016660962,-0.011144371,0.0063504954,0.012307559,0.013205609,-0.012735202,0.020184739,-0.05029079,-0.009125897,0.009416694,0.0025508893,0.029165238,-0.024974339,0.023622988,0.0077531636,0.030037628,0.019876836,-0.012452957,0.0056705433,-0.016207661,0.016241873,-0.0053070467,0.027044129,-0.030585011,0.008035407,-0.01758467,0.009468011,0.02285323,-0.013282585,0.01806363,0.0042785658,-0.0063034543,0.011837152,0.003859476,0.036435165,-0.040506322,0.0018238964,-0.025726989,-0.01033185,-0.009656174,-0.007257098,-0.00026313396,0.045535404,0.0088351,-0.012076632,-0.0015683799,-0.017028736,-0.0030918573,-0.0011086639,0.0029272148,-0.0045030783,-0.048682854,-0.014360244,-0.02998631,-0.022408482,0.009322613,0.019243926,0.01934656,-0.018764965,0.04717755,0.0070090652,-0.03585357,0.0009520397,-0.023161132,0.046767015,-0.0035045326,-0.034314055,-0.020886073,0.0144799845,0.0012326803,0.0105029065,-0.024238793,0.0045201844,-0.043961678,0.015044473,0.019312348,0.003098272,0.02153609,-0.036982547,0.012264795,-0.00026273303,-0.024871703,-0.007227163,0.021005813,0.0042785658,-0.0061623324,-0.005426787,0.0068636667,0.014958944,-0.0028053366,-0.017413614,0.02596647,-0.03975367,0.002290027,0.023366401,0.013975366,-0.044064313,0.046356477,-0.034861438,0.027488878,-0.0068123494,-0.026188843,-0.0064445767,0.02177557,0.0026406941,0.028737595,0.010554223,-0.024187475,-0.02249401,0.0016849125,-0.023417719,-0.010579882,0.0016603231,-0.017379403,-0.030858703,0.018833388,0.03927471,-0.005867259,0.041258976,-0.0114522735,-0.015249741,0.009835783,-0.0176702,0.017635988,0.00065750076,0.008608449,-0.019774202,0.031235028,0.013573382,-0.012076632,-0.017430719,-0.007966985,0.02608621,-0.041977413,0.009160108,0.02117687,-0.0022836125,-0.012829283,-0.035785146,0.028891547,0.021501878,-0.009750255,-0.022322953,-0.0034147275,-0.074991435,-0.039890517,0.021040024,0.0017608191,0.03417721,-0.011973998,-0.023708515,0.021484774,-0.009348271,0.013111527,0.009938418,-0.015531986,0.002200222,0.02767704,-0.035956204,0.036606222,0.005738966,0.018405745,-0.0016335954,-0.023742726,0.021040024,-0.034998287,-0.033681147,0.024734858,-0.013864179,0.016857678,-0.019295242,0.008728189,-0.031440295,0.0025508893,-0.016908996,0.015412246,0.0023670027,0.0016817052,0.011306875,-0.0006724683,-0.0066797803,0.021211082,-0.01677215,-0.0068123494,0.001739437,0.005888641,-0.0072442684,-0.012872048,-0.014984603,-0.011931233,0.03229558,0.009946971,-0.01626753,-0.0079242205,0.0027839544,0.017687306,0.017396508,0.017447826,-0.008741018,0.022391375,0.0018581079,0.008450221,-0.00022264152,-0.012572697,-0.017362297,0.009921312,0.020201845,-0.03776941,0.01934656,0.013410877,0.027369138,-0.0039129313,-0.016866231,0.02863496,-0.021159764,-0.008963392,0.0046142656,-0.015831336,0.0058629825,0.0020719292,-0.016789256,-0.0031944916,-0.007830139,0.0028416861,-0.031936362,0.012290454,-0.014804993,0.010477248,0.013385219,-0.004977762,-0.013351007,-0.017405061,0.0044902493,0.014291822,0.009382483,0.021826888,-0.0074709193,-0.000059335434,-0.023503248,0.018747859,-0.0066028046,-0.02069791,0.0038658907,0.0069149835,-0.010554223,0.016370166,0.0074623665,-0.0058843647,-0.0152839525,0.004802428,0.014830652,0.016318848,-0.025983576,-0.0010862127,-0.023400612,0.015848441,-0.0020505472,-0.0010129788,-0.0106483055,0.028156001,-0.00025337836,0.0023541735,0.017456379,0.0013107251,0.0013321072,-0.012324665,-0.026291478,0.028463904,-0.019842625,-0.010870679,-0.0022921653,0.03469038,-0.015651725,0.0057304134,0.0144799845,-0.010870679,-0.007941326,0.015463563,-0.024187475,0.011323981,-0.0031645566,0.012504275,-0.0074324314,0.0011311151,0.018918917,-0.000764946,-0.005289941,0.0067738616,-0.013025999,-0.005388299,0.0071715694,-0.001150359,0.01383852,0.019449193,0.12172424,-0.012735202,0.014078001,-0.04112213,0.04574067,0.008257782,0.012016762,-0.0047511114,-0.030995548,-0.01677215,-0.021228187,-0.03162846,0.007385391,-0.009100238,0.033886414,-0.010460142,-0.014539855,-0.021724254,-0.0037354596,-0.030003417,0.020253161,0.02827574,0.0009760946,-0.017653095,-0.014026683,-0.012102291,0.027180975,0.021946628,-0.0064531295,0.003068337,0.0069021545,-0.010973314,-0.0035045326,0.005118884,-0.002030234,0.011426615,-0.014864863,-0.009373929,0.018200476,-0.026342794,-0.01282073,-0.013641804,0.0073982202,0.0008050375,0.0072357156,0.011606225,-0.0018442095,0.015318165,-0.03992473,-0.08025999,-0.04543277,0.028737595,0.022442693,0.031166606,0.008578514,-0.034382477,0.016541222,0.017858362,-0.007257098,0.013693121,-0.020030787,-0.00432133,-0.00027141953,0.02369141,-0.010263426,-0.009468011,0.021091342,0.013171397,0.0089462865,0.0182689,-0.009630515,0.0024332874,0.009048921,-0.002200222,0.015908312,0.0030640606,0.010810809,-0.026821755,-0.0010311536,-0.0075906594,-0.039137866,-0.009784467,0.002379832,0.008732465,0.002007783,-0.013025999,0.022391375,0.03369825,-0.0054011284,0.014514196,-0.0005064894,0.0029485968,0.03927471,0.024119053,-0.014274715,0.0148819685,-0.046561744,-0.025675673,-0.032038998,-0.011760176,0.050667115,0.02500855,0.015121449,0.012777966,-0.024820387,-0.033766672,-0.02564146,0.024512485,0.0050333557,0.015797123,-0.007586383,0.031166606,0.001958604,-0.008659766,0.03513513,-0.0148819685,-0.028532326,-0.0051231603,-0.016164897,-0.061922673,0.034211423,0.035203554,-0.0024076288,0.006731097,-0.009339718,0.026462534,-0.014009577,-0.027488878,0.013752991,-0.0032458086,0.009288401,0.036435165,0.0017597501,0.0031239304,-0.0009354686,0.030448165,-0.0046613063,-0.005747519,0.0025316451,0.02707834,-0.055011965,-0.030585011,0.01958604,-0.015378035,0.004079712,-0.014488537,0.0025637185,0.0054353396,-0.016746491,0.010118028,0.014864863,0.011204241,0.033475876,-0.009331166,-0.024016418,-0.012564145,0.04040369,0.021912416,-0.006957748,-0.014941839,-0.0073297974,-0.01926103,0.0026962876,-0.047519665,0.046938073,-0.018251793,-0.00441755,0.009784467,0.014300374,0.003489565,-0.0024867428,-0.009878548,-0.03195347,-0.0000055209352,-0.0004955311,-0.021843992,-0.0072057806,-0.00477677,-0.013154292,-0.0019553965,-0.012290454,0.005230071,-0.02476907,-0.029661303,0.009083132,0.007881456,-0.010023947,-0.010032499,0.009835783,0.0010685724,0.027300715,-0.00901471,-0.001073918,0.028463904,0.02998631,-0.003510947,-0.017772833,-0.035614092,-0.027334927,0.013291137,-0.008753847,-0.06089633,-0.000569834,0.0037653947,-0.012538486,0.030448165,-0.037632566,-0.009972629,0.034399584,0.013077316,-0.001210229,0.023469036,-0.026034892,-0.026017787,0.028959969,-0.010254874,-0.021604514,0.054088257,0.049880255,-0.01078515,0.034125894,-0.015643172,0.019072868,-0.048751276,-0.007107423,0.023229556,0.035511456,-0.017858362,-0.008330481,-0.006816626,0.0005976308,0.004289257,0.0011172168,0.02045843,-0.009468011,0.022083472,-0.033869307,-0.011640436,-0.020253161,-0.014574066,-0.003410451,0.02464933,-0.008202189,-0.0029122473,0.027266504,0.0057731774,-0.01691755,-0.0056063966,-0.00094669417,-0.009698939,0.0017212621,0.045330133,-0.02381115,-0.0071758456,-0.016036604,0.016241873,0.021245293,-0.056893595,-0.007744611,-0.00812949,-0.0157287,0.0044902493,0.019791307,-0.008989051,-0.027334927,-0.005418234,0.017234003,-0.022528222,-0.022032157,0.014668147,0.022887442,-0.024119053,0.015985288,-0.003947143,-0.021365033,-0.0032115972,-0.018542591,0.013530618,0.0075350655,0.003108963,-0.03581936,-0.00026968223,-0.005619226,-0.014454326,0.011657542,-0.02297297,-0.015668832,0.0100410525,0.014343139,0.008142319,0.026137527,-0.0005778523,-0.023434823,0.027352031,0.009211426,0.015874099,-0.024666436,-0.0012465786,0.0076590823,0.013214162,0.013068764,-0.009356824,0.0041802083,-0.018850494,0.007787375,0.008646937,0.014172082,0.0008039684,-0.020270268,-0.007184399,0.016062263,-0.024461167,-0.01704584,-0.012008209,0.016087921,0.0043662325,0.004152411,-0.004729729,-0.030465271,0.029798148,0.018439956,-0.013316796,0.030208686,0.017208345,0.060075257,0.00030148815,-0.004669859,-0.021724254,0.0074837487,0.0034532154,0.049230237,-0.00806962,0.07170714,-0.032911386,0.034399584,0.0021959457,0.000689574,0.009416694,-0.004832363,-0.01910708,0.01473657,-0.015745807,0.027711252,0.012641121,-0.021296611,0.02899418,0.009929866,-0.011418062,-0.0026150355,0.0065129995,0.003985631,0.022887442,0.004605713,0.022408482,-0.025692778,0.027163869,0.0076205945,0.013419431,-0.0009707491,0.002580824,-0.02324666,-0.05703044,-0.0064189183,-0.003138898,-0.004900786,0.02117687,-0.0068936017,-0.0100410525,0.0006099255,-0.017858362,0.031594247,-0.01704584,0.062059518,-0.030927125,-0.01770441,-0.031252135,-0.025778307,0.029627092,-0.00028892615,-0.030773174,0.0293534,-0.017302427,0.019278137,0.02464933,0.04187478,0.028121788,0.0064916173,-0.012897706,-0.009519328],"social":"https://twitter.com/Pushpit07"},{"title":"decibbl","description":"music streaming app that makes you money","niche":"web3","youtube_url":"https://youtube.com/watch?v=EwCLyJLYqIE","youtube_transcript":"Hi. I'm Syed. This past six weeks, me and my team at Bangladesh. We're working together on a decentralized music platform. Our primary goal is to empower artists of all kinds, eliminating any third party and providing them with multiple avenues to connect with defense. On a deeper level. We have two sets of products on a visible artist protocol. It is exclusively designed for artist to distribute their artwork, manage payment settings, android displays. For collaborations and even generate unique entities in partnership with us. By creating visible artist account, artist can get ability to distribute their work on multiple platforms that will be built on top of our protocol. One of the product is visual music, which is built on top of this one for artist protocol. It's not just a platform to discover new artists and stream music. It's also a place where fans can actively engage with their favorite artists and support them in various ways. When receiving incentives in return. Our goal was to onboard three fifty users. But as you can see, we didn't reach that. Our journey in building this platform has been extensive, but we made significant progress over the past six weeks. Initially, we thought it would be sufficient for artist to sign up on a landing page. However, we quickly realize the importance of fostering a strong community. As a result, we created a support server, bringing artists and distance together. To facilitate open discussions and gather feedback. This collaborative approach has been instrumental in our growth. Starting from scratch, we have finally taken off. And onboarded to Adi's. One of the Adi's has already uploaded these tracks on the platform. We had a great time this season. Hope to make it soon. Thank you.","embedding":[0.03167548,-0.008668061,0.0064406274,0.04198693,-0.025826957,0.0029826672,-0.022089057,0.0210418,-0.054425117,0.018608943,0.045563713,-0.056809638,-0.023474658,-0.057260763,0.030305993,0.04034354,-0.018673388,0.0036029653,-0.029516522,0.015998857,0.060160857,-0.013267934,0.008498889,0.058485247,-0.013461274,-0.023732444,-0.018705612,0.051879477,0.0071294,-0.064382106,-0.0013110846,-0.023442434,-0.007818173,-0.007616777,-0.03373777,-0.022620741,0.026696986,-0.048721597,-0.016401649,-0.004885854,-0.01106064,-0.012744306,0.015040214,0.02890428,-0.016594987,0.03512337,-0.042534728,0.05407066,0.0355745,0.04011798,-0.033093307,0.041052453,0.01283292,0.038764603,0.017545575,-0.04227694,0.019495083,0.06541325,-0.049817186,-0.023039643,-0.0032364253,-0.0066098,0.043726988,0.017658357,0.010835077,-0.03576784,-0.041342463,0.026986994,0.004100412,0.03402778,0.060708653,0.035445604,-0.0037459559,-0.009675039,-0.029226512,-0.023635773,-0.013549888,0.0021045827,0.008845289,-0.04926939,0.005437678,0.018512273,-0.031304915,0.009626704,-0.04131024,-0.004050063,-0.088420674,-0.032561623,-0.021283474,0.011874278,-0.017078336,0.04640152,-0.02498915,0.01770669,0.038829047,-0.0018045035,0.000066649314,0.02468303,0.04404922,0.017980589,0.017126672,-0.01672388,-0.020912906,-0.06154646,0.031578813,-0.016079415,0.03786235,0.027760353,0.028968725,-0.019092292,-0.09389863,-0.026890324,0.045595936,-0.0067991116,0.02486026,-0.014975768,0.038893495,-0.05497291,-0.0034962255,-0.049591623,-0.051267233,0.015265778,0.023120202,-0.010802854,-0.008498889,-0.044403676,-0.0434692,-0.006629939,-0.035832286,-0.020123437,0.057744112,0.0076449723,0.037411224,-0.027567014,-0.038474593,-0.029516522,-0.031820487,0.019559529,-0.038764603,0.03125658,0.026423087,-0.045080364,0.0015708847,-0.006952172,-0.005099334,-0.014113795,-0.04266362,0.054747347,-0.060418643,-0.020203995,-0.0017148826,-0.03273885,-0.04230916,0.006110339,0.02202461,-0.019221185,0.0210418,0.03509115,0.011906501,0.00957837,0.026004184,-0.011358705,0.0007668133,-0.008329717,-0.02418357,-0.01464548,-0.045370374,-0.025810845,-0.085713916,-0.0004722724,-0.053619534,-0.014226577,-0.011117031,0.0186895,0.044822577,-0.05871081,0.03204605,-0.07978483,-0.023829114,-0.04711043,0.016836662,-0.0023160481,0.011664826,-0.0009918727,-0.06663774,-0.0027691878,0.0016897081,-0.008156517,0.013493497,-0.008893625,-0.033125527,0.04491925,-0.0070971767,0.00081263075,0.011044528,-0.081202656,0.043275863,0.022072945,0.022346843,0.006287567,0.04778712,-0.0196562,0.014556865,0.018318933,-0.025649728,0.004172914,-0.014999935,0.0008060854,0.030112652,-0.022379067,0.03708899,-0.029532634,-0.010698128,0.00938503,-0.00919169,-0.0053732316,-0.053458415,0.03589673,-0.009207802,-0.029935425,-0.029838754,0.027067553,0.013477386,-0.012816808,0.029162066,0.058356356,-0.015161051,0.022298507,0.029580968,-0.024070788,0.016788328,-0.023313541,-0.0037801932,-0.0030491275,0.0007209958,-0.028082587,0.0411169,-0.027019218,0.035510052,-0.021396255,0.03667009,-0.020816237,0.0556496,0.040246874,0.022588518,-0.0006792063,-0.043050297,-0.03609007,0.017593909,0.041568026,0.0444359,0.016498318,-0.0355745,0.006227148,0.0051033613,-0.0043058353,-0.0322555,0.015966633,-0.00035546304,-0.027486455,-0.0121320635,0.01608747,-0.030821564,-0.026197525,-0.024618583,0.048141576,-0.023571327,0.039473515,-0.009763653,-0.00146918,0.030741006,-0.010698128,0.00014638934,-0.033351094,0.011052584,-0.02399023,0.01809337,0.023845226,-0.034446683,0.012615413,0.0070125908,-0.018657278,-0.0113425935,-0.0033955278,-0.022636851,0.01175344,-0.006827307,0.00033960314,-0.022797968,0.02535972,0.013743227,-0.032303836,0.0308699,0.012607357,0.017771138,0.027293116,0.058453023,-0.02017177,-0.0095944805,-0.013654614,0.060934216,-0.030886011,-0.0005170829,-0.016208308,-0.012075673,0.023764666,-0.022411289,0.026616426,0.0061425623,-0.017932253,-0.00060368294,0.024763588,0.0016232476,0.0026463366,-0.020687344,0.0011801776,0.047561556,-0.028404819,-0.03982797,0.00028698856,-0.044178113,0.00944142,-0.0068474463,-0.00915141,0.04414589,-0.018270599,0.012212622,-0.025859179,-0.026970884,-0.0012536868,0.047335993,-0.06702442,0.002400634,-0.016933331,-0.008837233,-0.009264193,0.007963178,-0.016530542,0.057744112,0.0264392,-0.01337266,-0.086293936,-0.03125658,0.020477893,0.039699078,0.0003519386,-0.031917155,0.012865144,0.0069884234,0.031611037,-0.013896288,-0.025343608,0.037991244,-0.010150332,0.01400907,-0.024215793,0.008603615,-0.05368398,-0.06637995,-0.009078909,-0.043598093,-0.009699207,0.008273327,0.004370282,-0.010980082,0.010625626,-0.060450867,-0.019768981,0.040955786,-0.032400504,0.012115953,0.013541833,-0.017529463,-0.004982524,-0.03206216,-0.0006585632,0.0016897081,-0.010053663,-0.009884491,0.07443577,0.041149125,0.03547783,0.027373673,-0.0043340307,-0.041374687,0.053361747,-0.014782429,-0.016917221,-0.013477386,0.03638008,0.051653914,-0.05642296,-0.014943545,0.037507895,0.038764603,-0.010738407,0.03273885,0.013404883,0.013034316,0.0151449405,0.043920327,-0.050945003,-0.010045607,-0.024715254,-0.018045034,0.016546654,-0.0100617185,-0.009425309,0.0004143712,-0.008780843,-0.010601458,-0.02154126,0.08371607,-0.023184648,0.048753817,-0.018512273,-0.0068716137,0.003480114,0.047916014,0.049591623,0.0119709475,-0.044887025,0.020606786,-0.047432665,0.006291595,0.0023261178,0.009691151,-0.005288645,0.012945701,-0.050074972,-0.061900914,-0.00023097545,0.023748556,-0.045563713,-0.019511195,0.016288867,-0.022765744,0.02400634,0.0012214635,-0.013735171,0.018496161,0.02084846,-0.0038104025,-0.021025687,-0.00766914,-0.043694764,0.016756104,-0.02017177,-0.004978496,-0.0027852994,-0.02044567,-0.054811794,-0.0009953972,0.05613295,-0.04218027,-0.03660564,0.03057989,-0.0014540753,0.029129842,-0.02418357,-0.0420836,0.0019313827,-0.012784585,0.022056833,-0.007620805,-0.021509038,-0.034285568,0.0042534727,0.002900095,-0.040698,0.022201838,-0.007922898,0.0030853788,-0.00915141,-0.05084833,0.022040721,0.010013384,-0.013155153,0.020622898,-0.014323247,0.002193197,-0.007318712,-0.043984775,-0.011374817,0.032883853,-0.014323247,0.012011226,0.002004892,-0.0004755451,0.021589596,0.00049744686,0.042438056,0.06934449,-0.020912906,-0.010923691,-0.0823627,-0.049881633,-0.04276029,-0.017819472,0.021492926,0.03351221,-0.005481985,-0.020026768,0.08371607,0.027953694,0.038506817,-0.029677639,-0.02900095,0.0028779414,-0.015660513,-0.018254487,0.01057729,-0.003983603,0.0014581033,-0.008813066,0.028275926,-0.021895716,0.01830282,-0.02821148,0.015410782,-0.044210337,0.00597339,0.012663748,-0.008104154,-0.004998636,-0.0032746906,-0.029661527,0.009642815,-0.037991244,0.007914842,-0.0040017283,-0.0056793527,0.02872705,0.0060338085,-0.009521978,-0.02221795,-0.021364033,-0.058775257,0.007910814,0.016691657,-0.013517665,-0.0024751504,0.0056350455,-0.002400634,-0.017448904,0.026954772,-0.0025778622,0.016248588,-0.014862986,0.0039513796,0.045273703,-0.00060821435,0.018061146,0.0069803675,0.0059049157,-0.009844211,0.005921027,-0.028066475,-0.0014560893,0.022459624,0.02468303,-0.026729207,0.017481128,0.00597339,0.016997779,0.050880555,0.009658927,0.0024409133,-0.017658357,0.01859283,-0.008595559,-0.03982797,0.0027913414,-0.045112588,0.047497112,0.033189975,-0.029645415,-0.023442434,0.0130826505,0.016981667,-0.055488482,-0.006025753,-0.02595585,0.039247952,0.011898445,0.027373673,-0.017142784,0.0042293053,0.047335993,-0.0061586737,-0.012695971,-0.014460196,-0.01204345,0.049011603,0.029935425,0.03236828,-0.010827021,0.003516365,0.017384458,-0.0069803675,0.03493003,0.014081572,-0.021557372,-0.04276029,0.01175344,-0.0051355846,0.02763146,-0.008297494,0.008353884,-0.013823786,0.018335044,-0.006202981,-0.006021725,-0.0047932123,-0.038506817,0.01809337,-0.03576784,0.04034354,0.0057397713,0.002191183,-0.018206151,-0.045789275,0.027486455,0.026326418,0.025263049,0.054747347,0.006029781,-0.019817315,0.0074113538,0.0322555,0.0029524579,0.0107061835,0.020687344,-0.06067643,-0.009223913,-0.03747567,0.0054618455,0.030048206,0.0077335867,-0.04730377,-0.004503203,-0.014162131,0.015700791,-0.02487637,0.023974119,-0.018206151,-0.009489755,0.04366254,0.02144459,-0.02399023,-0.022749634,-0.0055907387,0.0499783,-0.007363019,0.011447319,0.0061667296,-0.0101745,0.014782429,-0.0053571197,0.027309228,-0.030902123,0.056648523,0.007862479,-0.00978782,-0.017239453,0.026310306,0.016594987,0.01859283,-0.0066541065,0.010287281,-0.008837233,-0.001424873,0.010738407,-0.011858166,0.04836714,0.00732274,0.00069582136,-0.020268442,0.020784013,0.0035566443,-0.009715318,0.01701389,-0.0013936567,-0.038990166,-0.026165301,-0.006734665,0.005312813,0.0045595937,0.0066218833,-0.008917792,0.00048234218,0.014709926,0.013614334,-0.019768981,0.033125527,0.013839898,-0.017078336,-0.011205644,0.0037358862,-0.07991373,-0.0028437043,0.0063922927,-0.000026810774,-0.011777608,-0.042985853,0.020316776,-0.00830555,-0.012728195,0.035735615,0.026713097,-0.039247952,0.03776568,-0.022298507,0.0056712967,-0.014436028,-0.0029182206,-0.0017581825,-0.066831075,0.00106941,0.0026201552,-0.04788379,0.0033673325,-0.018625055,0.017175008,0.0010885426,-0.0037197745,0.002543625,0.005570599,-0.031530477,-0.009449476,-0.027647572,0.0133968275,-0.0015285917,-0.025150267,-0.010641737,-0.0063479855,-0.048044905,-0.0023140342,-0.030128764,-0.014170186,0.025859179,0.009457531,-0.034253344,0.03315775,-0.0017048127,-0.00811221,0.0033189976,0.052072816,-0.027776465,0.02133181,0.0027248808,0.01828671,-0.012526799,0.027373673,0.01957564,0.022540182,0.02231462,0.0068716137,-0.026809767,0.0013715032,0.006996479,0.015692735,-0.015636345,0.03493003,0.025843069,0.028082587,0.01701389,-0.00017445884,0.010883411,-0.018399492,0.042051375,-0.0036271326,0.033189975,0.028968725,0.02439302,-0.018753948,-0.0036412303,0.007665112,0.016280811,0.004382366,-0.0009948937,0.013364604,-0.0021770853,0.028034251,0.004696543,0.008563336,0.005437678,-0.026696986,-0.03127269,-0.015749127,-0.02212128,0.024328575,-0.0046280683,0.0061788135,0.017674467,0.018012812,0.005079194,-0.075144686,-0.026535869,0.01917285,-0.009481699,-0.017223341,-0.0329483,0.04169692,-0.013066539,0.015998857,-0.026616426,0.046143733,-0.02250796,0.024264127,-0.023667997,-0.003155867,0.009086964,-0.019543417,0.011568156,0.011245924,0.055391815,-0.042019155,-0.018753948,-0.027647572,0.027599236,-0.008523057,-0.04917272,-0.006315762,-0.029564857,0.0015527592,-0.045563713,0.010255058,0.0023502852,-0.0018347128,0.0393124,-0.010649793,0.027067553,-0.004386394,0.018608943,0.046433743,0.0074919118,-0.013702949,-0.020606786,-0.0132196,-0.03718566,0.012502631,0.0034237232,-0.014081572,0.031917155,-0.022105169,0.012857088,0.032787185,-0.006327846,-0.0006147597,-0.002406676,0.006150618,0.039892416,-0.022572406,-0.0006550388,-0.0027510624,0.005099334,-0.021492926,-0.0073831584,-0.008506945,-0.039473515,0.012510687,0.0062513156,-0.0019052012,0.035510052,-0.048044905,0.027583126,0.05133168,0.003262607,0.025698064,-0.015894132,0.024747476,0.02017177,0.00007722258,0.0043018074,0.042921405,-0.048399363,0.021170693,0.02763146,-0.0032686486,0.022652963,-0.03708899,-0.020397335,-0.031788263,-0.024699142,0.043340307,0.049108274,0.031224355,-0.007427465,-0.022411289,0.011576212,-0.04385588,-0.021799047,-0.004054091,0.011028416,0.0528784,-0.017674467,0.02162182,0.0035465744,-0.025053598,0.006287567,-0.016530542,-0.020010656,0.0059935297,-0.012736251,0.024038564,-0.019188961,-0.010335616,-0.014911322,0.028437043,0.0036714396,-0.018351156,0.047045983,-0.03934462,-0.016063303,0.019511195,-0.025488611,-0.0002917717,-0.004152775,-0.018496161,0.025923626,-0.008515001,0.022250174,-0.012019282,-0.007520107,0.012873199,0.007620805,-0.012905423,0.019446747,0.0119709475,-0.0052403104,0.0040863142,0.011125087,0.03125658,-0.00491405,-0.038216807,0.011149254,-0.004466952,0.010891467,-0.019913984,0.0075523304,-0.016836662,0.021251252,-0.008651949,0.020010656,-0.03676676,0.032722738,-0.0071737072,0.03853904,0.000089495115,0.030628225,-0.008619727,0.03281941,-0.035058927,0.000023207682,-0.0336411,0.025214715,0.030225433,0.010746463,0.025698064,0.018399492,0.0014047335,-0.024248015,-0.033286646,-0.02358744,-0.026632538,-0.022346843,-0.028775387,-0.007358991,0.014677702,0.009062797,0.0011519821,0.0024852203,0.002193197,0.020236218,0.032223277,0.044983696,0.017513352,0.021090135,-0.015072438,0.007963178,0.02271741,0.01077063,-0.010939803,0.017336123,-0.018463938,-0.03223939,-0.00012429878,-0.0015507452,-0.0016353313,-0.012784585,-0.0154591175,-0.037346777,0.03831348,-0.00651313,-0.01897951,-0.01283292,-0.025343608,-0.017175008,0.034253344,0.02497304,-0.039119057,-0.003429765,-0.043533646,0.026874213,-0.0217346,-0.010915635,0.0011328496,0.00044936367,0.025794733,-0.011141198,-0.016965555,-0.0075885816,0.0015648429,0.013517665,0.0056753247,-0.030708782,-0.013477386,-0.011511765,-0.017223341,0.023039643,0.0047166822,0.011560101,-0.030692672,-0.046143733,-0.04543482,0.016852774,0.007306628,-0.016240532,-0.010537012,-0.015346336,-0.015749127,-0.01175344,-0.009143355,0.0055585154,0.043759212,-0.010851189,0.006911893,0.005204059,-0.009675039,-0.07662696,-0.005715604,-0.01682055,-0.0048254356,0.025730288,0.013783507,-0.009240025,0.004724738,0.02358744,0.024731366,-0.008019568,0.011777608,0.0058686645,-0.00048032822,-0.0154591175,-0.01926952,0.012260957,-0.0054457337,-0.012663748,0.04414589,-0.020284552,-0.027953694,-0.013420995,-0.009948937,0.006646051,-0.00078745635,0.056809638,-0.0011912542,-0.00776581,0.023152424,-0.002589946,0.033673324,0.024119124,-0.017851695,0.012051506,-0.013453218,-0.01946286,-0.02703533,0.0071052327,0.0026886298,0.008043735,-0.024457468,-0.0054537896,-0.036218964,-0.02291075,-0.012591246,-0.0047287657,0.00011850865,0.024940817,-0.0026443226,-0.002497304,-0.0023220899,0.0067991116,0.007910814,0.036637865,-0.008023596,-0.0019052012,0.02527916,0.025907515,-0.00032449848,-0.006017697,0.015217443,0.014790484,0.012720139,-0.0051033613,0.012164287,0.0036754676,-0.03853904,0.00909502,0.003522407,0.003979575,0.006923977,-0.001073438,0.004805296,0.0039090863,-0.004148747,0.0044025052,0.0032223277,0.012252901,0.005200031,0.004575705,-0.010657849,-0.019124515,0.013404883,-0.007624833,0.0107061835,0.028002027,0.02634253,-0.032013826,0.02498915,0.0041366634,-0.045660384,-0.0004891393,-0.02341021,0.009320583,0.013735171,-0.011390928,0.014041293,-0.0021730573,-0.015676625,0.0061627016,-0.013324325,0.014830763,0.026020296,0.023039643,0.017771138,0.019527307,0.09666983,-0.010432286,0.02634253,-0.023716332,0.074758,-0.024940817,-0.017593909,-0.027776465,-0.005079194,0.013308213,-0.0077899774,-0.016981667,-0.0042212494,-0.0049704406,0.008990294,-0.005518236,-0.048044905,0.016119694,0.02113847,0.0013926497,-0.0060458924,0.024924705,0.0220085,-0.0151449405,-0.037314557,-0.027260892,0.0076771956,-0.004543482,-0.0140332375,0.021251252,0.00597339,0.020800125,0.038764603,0.01543495,-0.01612775,0.017094448,-0.018109482,-0.0278248,0.007721503,-0.01528189,-0.007318712,-0.014282968,0.02447358,0.002805439,0.00017068267,0.0292104,-0.011108975,0.021976275,-0.0049341894,-0.02162182,-0.018173927,0.0071978746,-0.000021775886,0.01859283,0.01508855,-0.013976847,0.016530542,0.008031651,-0.022346843,-0.01553162,-0.01641776,0.03107935,-0.026568092,0.013525721,-0.0011640659,0.0012788613,-0.030708782,0.00051960035,0.007439549,-0.011979003,-0.013163209,0.026181413,0.020155659,-0.012961813,-0.015499396,-0.012969869,-0.023313541,-0.0063842367,0.00036175663,0.017465016,0.010947858,0.00953809,-0.009312527,0.0053450363,-0.04395255,0.05071944,0.02842093,0.014315191,-0.021476815,0.035510052,0.008224991,0.005075166,0.028485376,0.019414524,0.015757183,0.0023382015,-0.038216807,0.011390928,0.023458546,-0.028630381,0.010045607,0.0021690293,-0.0039856164,-0.003472058,-0.033383314,0.013404883,-0.047626004,0.016329145,-0.017432792,-0.015588011,-0.008265271,0.00973143,-0.0027127971,0.0058243573,0.011882333,0.013807674,-0.007121344,0.015378559,-0.022685187,0.014814652,0.034672245,-0.0091191875,-0.027744241,-0.029919313,0.03560672,0.018818393,0.0060579763,-0.030112652,0.018351156,0.010673961,0.028485376,-0.0015064382,0.011979003,-0.0033794162,-0.032996636,0.02094513,-0.0064607672,-0.04682042,-0.029355405,0.03175604,-0.070053406,0.008204852,-0.016039137,0.03106324,0.011076751,0.003474072,-0.0132196,0.02084846,-0.02084846,0.023651885,-0.015249666,-0.026632538,-0.0030450998,0.010665905,-0.013702949,-0.013936567,0.03464002,0.002134792,-0.04801268,0.00957837,0.0048737708,0.029645415,-0.008273327,-0.020832349,0.00953809,-0.022926861,-0.020784013,0.025246937,0.017916143,-0.00096669834,0.017287789,-0.031594925,-0.04279251,0.019382302,0.00024091934,0.0217346,0.004865715,0.013751283,-0.056100726,-0.008329717,0.02703533,-0.021396255,-0.0013100776,-0.026616426,0.019785091,0.032883853,0.0066661905,-0.0015336266,-0.003957421,0.007640945,0.018173927,-0.020961242,-0.012994036,0.025424166,0.0075926096,-0.00060670386,0.0089661265,-0.00065705273,-0.023829114,0.033189975,-0.011197588,-0.004680431,-0.0033713605,0.002944402,0.011761496,-0.0059049157,-0.031031016,0.0030390578,0.024554137,-0.00008603363,0.0064003486,0.00025501702,0.009973104,0.0020391291,-0.008531112,-0.0045716777,0.018866729,0.021347921,0.05674519,-0.010585346,0.03154659,-0.007000507,0.025988072,-0.05584294,-0.008345828,0.043308083,0.005566571,0.010714239,-0.005034887,-0.013606279,0.034253344,-0.022105169,0.010722295,-0.0015295987,-0.024360798,-0.0038929747,-0.014274912,0.013195432,-0.01445214,-0.022781856,0.018028924,-0.035800062,0.031997714,-0.011616492,0.028791498,0.027695907,0.019398414,0.026487533,-0.0332222,-0.036863428,-0.0065413252,0.02999987,0.0037842211,-0.043726988,-0.016006913,-0.0014188312,0.025150267,-0.03902239,-0.010166444,-0.0005961306,-0.029387629,0.014081572,0.02144459,-0.027889246,0.0037701235,0.0005427608,0.013106818,0.0028739136,-0.04131024,-0.00138258,-0.03057989,0.005602822,-0.012365683,-0.021702377,-0.006633967,0.0070971767,0.019720646,0.030515444,-0.0005941167,0.003979575,-0.036702313,0.0047086263,-0.010931747,0.003562686,-0.00032500195,0.0039936723,-0.003296844,-0.015322168,0.0043380586,0.0021509037,0.025037486,0.0046602916,-0.044532567,0.03431779,0.02231462,-0.014371581,0.041535806,-0.0036895652,0.019011734,-0.0022395179,-0.02703533,0.017561685,0.024425244,0.011979003,0.00998116,0.03215883,0.03493003,-0.014951601,-0.01819004,-0.015007991,-0.011785664,-0.009513923,-0.017465016,-0.0010049634,0.018045034,0.0048214076,-0.015024103,0.0048737708,-0.047368217,0.008212908,0.009683095,0.015636345,0.022749634,0.022379067,0.019833427,-0.029983759,-0.0058203293,-0.03915128,0.025230827,-0.0060539483,0.00081716216,-0.017046114,0.06096644,-0.005127529,0.04276029,-0.025246937,-0.017658357,-0.010142276,-0.006907865,-0.028791498,0.01828671,-0.0053732316,0.018753948,0.0015678639,0.008245131,0.02418357,0.0064929905,0.005929083,-0.01996232,-0.016192196,0.009521978,0.050461654,0.034575578,0.009771708,-0.030515444,0.03315775,0.027099775,-0.007761782,-0.017610021,-0.011310371,-0.011543989,-0.018399492,-0.005977418,0.000022358045,-0.0210418,0.035542276,-0.021879606,-0.00087103545,-0.00054527825,0.00047755905,-0.002857802,-0.00041462295,0.040601328,-0.013694893,-0.022733523,-0.062223148,-0.042405833,0.029564857,0.0045233425,-0.0043300027,0.010271169,0.009175578,0.034253344,-0.011705105,0.01986565,0.012607357,0.008845289,-0.020751791,-0.018447826],"social":"https://twitter.com/pogul_saicharan"},{"title":"contract canvas","description":"freelance with trust while protecting privacy","niche":"other","youtube_url":"https://youtube.com/watch?v=nL5aubQIkDs","youtube_transcript":"Hi, everyone. I'm Krishna, and I've been working on an app called Contract Canvas, which is a privacy first contract management solution for freelancers in clients. The app handles project registration, bidding and contract negotiation all the way through to project deliverables and final payout. Let's take a look. You can request a project or you can sign up as a freelancer. If it's protected information, you won't be able to view various details as a freelancer. But if you submit a bid that's under the maximum amount, you'll be able to fill out the rest of your product your contact information. None of which is saved and will create a zero knowledge proof that you'll be able to send to your client to show that a good match for the project. Now in terms of progress, I've learned a lot about the world of freelancing journals proofs and contract requirements. Have been unable to focus on marketing and therefore have zero users and zero revenue. In the first week, I launched a v one beryl app. And after measuring the response, I learned that I need to be able to showcase my ideas better. So I went back to the drawing board And for the past five weeks, I've been working hard on creating what you just saw. I finally have an app that I think is in a marketable position, and I look forward to seeing what users clients and freelancers are able to do with this solution. Thank you for watching.","embedding":[0.0042780065,0.05545859,0.020988632,0.01618627,-0.011326049,-0.04284516,-0.03760885,0.016851658,-0.020352174,0.033414017,0.007398818,-0.06364574,0.012425385,-0.038592465,0.042121913,0.020742727,-0.026977118,-0.03457121,-0.029653132,0.03000029,0.07029962,-0.0062886337,0.0030213648,-0.0027049442,0.014305828,-0.054012094,-0.014660219,-0.0014193725,-0.011810625,-0.029045604,-0.0024735052,-0.013864648,-0.003956162,0.0073156445,-0.005970405,-0.026933722,0.03810066,0.0057389657,0.0043647964,-0.0032473796,-0.02259424,-0.036278076,0.048486486,0.03514981,-0.033934753,0.036278076,-0.05571896,0.076374896,0.029277043,0.04949903,-0.09153415,-0.0132209575,0.0024319184,0.025328115,-0.02877077,-0.043105528,-0.0060933568,0.031012837,-0.08667394,0.040964715,0.0481104,-0.016113946,0.03795601,0.022087967,-0.062314972,-0.010284574,-0.059479844,0.016996307,0.0071601463,0.029537411,0.05780191,0.015737858,0.008541549,-0.0011779887,-0.00010600091,-0.044233795,0.0111090755,0.029277043,0.015824648,0.014117784,0.00063284126,0.00089953863,0.0035782652,-0.029349368,-0.02668782,-0.020829517,-0.06908456,-0.018587451,-0.008339039,-0.0035638001,-0.03506302,0.03483158,-0.030376378,0.033414017,0.050395858,0.028004128,-0.055342868,0.03821638,0.044060215,0.042411212,0.034195125,0.031909663,-0.0025259405,-0.046577115,0.046663903,0.0133077465,0.008382434,0.0041116597,0.04709785,0.0037645013,-0.13516042,-0.00002240371,0.00020171814,0.0122735035,0.015318374,-0.038939625,0.0038549071,-0.033009,-0.020410033,-0.056326486,-0.04573815,0.02133579,0.0013913467,0.0064405156,-0.03752206,-0.011586418,-0.031475715,0.020554682,-0.028134312,-0.026528705,-0.019440882,0.007767674,0.08187158,-0.048515417,-0.049065083,-0.020655937,-0.04970154,0.006158449,-0.039026413,-0.018225828,0.020323245,-0.018587451,0.02985564,-0.01246878,-0.060926337,-0.053896375,-0.014117784,0.033471875,-0.046721764,-0.0010035054,0.00718546,0.018095642,-0.022348335,-0.009047821,0.034802653,-0.010082065,0.012302433,0.04333697,-0.0037536526,0.023896085,0.018167967,0.02780162,-0.015535348,-0.00047508295,-0.04767645,0.0070046484,-0.01384295,-0.0111814,-0.044233795,0.02616708,-0.014826566,-0.040212538,-0.040733278,0.03795601,0.043828774,0.0017168078,0.05487999,-0.022811214,0.028351286,-0.014515569,-0.03691453,0.023303023,0.009337121,-0.048168257,-0.051119108,-0.018413872,0.022811214,0.0025838003,-0.026572099,-0.01615734,0.0031840955,0.07024176,0.027382135,-0.017922064,0.04009682,-0.035641618,0.019744646,0.0100531345,0.0032347227,0.011420072,0.021292396,-0.00875129,-0.0061367517,0.014703614,0.03008708,0.007991881,-0.019947156,0.011080146,-0.00009481318,-0.01507247,0.075507,-0.005879999,-0.031765014,0.02262317,-0.009141844,-0.05337564,-0.0015097783,0.032893278,0.0234766,0.015752323,0.006375423,0.02722302,0.029884571,-0.040993646,0.024619332,0.02765697,0.016938448,0.00055283203,0.049094014,0.012808707,0.002594649,0.05207379,-0.0060499622,0.0044407374,0.07313475,-0.04258479,0.02994243,-0.036972392,0.050540507,0.021986712,0.008476457,0.016027156,-0.015853576,-0.016056087,0.047531802,-0.00927926,-0.055516448,-0.06972102,0.048399698,0.041659035,0.043799844,0.03755099,-0.0036596304,0.005109741,0.011441769,-0.02133579,-0.013864648,0.008100368,-0.0015694463,-0.015940366,-0.0018605532,-0.030636748,-0.024735052,0.0078038364,-0.016866123,0.008859777,-0.023404276,0.021263465,0.0044913646,0.0068419175,0.023404276,0.009575792,-0.03532339,-0.0065309214,-0.019209443,0.012309666,0.007565165,-0.029392762,-0.009098449,0.009503467,-0.013452397,0.018037783,-0.01773402,-0.026731214,0.010356898,0.01448664,0.043076597,0.018442802,-0.005185682,0.0024228778,0.02803306,-0.0606949,0.020670403,0.0028749073,0.017473651,0.0059993346,0.0054677483,-0.027975198,0.025096675,-0.01384295,-0.003609003,-0.018457266,-0.03838996,0.025979036,-0.03792708,0.028553797,0.046721764,0.016866123,-0.023259627,-0.019180514,0.010848707,0.06636515,0.016403245,-0.037203833,-0.024373427,0.0035041324,0.074291945,-0.020713797,-0.021220071,0.0057461984,-0.01401653,-0.039199993,-0.024127524,-0.0187321,-0.006458597,-0.036220215,0.04064649,0.009677046,0.04767645,-0.027873944,0.03786922,-0.04001003,-0.012888264,-0.038187448,-0.007210774,0.011007821,-0.01981697,-0.034455493,0.022116898,0.00034828868,-0.031707153,-0.074986264,-0.017936528,-0.01308354,0.061215635,-0.01334391,0.017372396,-0.0035656083,-0.003807896,-0.004400959,-0.033037927,-0.013336677,-0.0005239021,0.013763392,0.008982729,0.044118073,0.011427305,-0.06208353,-0.049441174,-0.0032437632,-0.029624201,0.046374604,-0.027671434,-0.008729593,0.017632764,0.007818301,-0.039547153,-0.01741579,0.020800587,-0.0022239848,0.041456524,0.008505386,0.008498154,-0.0088453125,-0.035757337,-0.043973424,0.036596306,0.026499774,-0.0029038372,-0.004816826,0.06028988,-0.017169887,-0.0176183,-0.029305974,-0.02642745,0.041774753,-0.027512321,-0.002072103,-0.022145826,0.015448558,0.07591202,-0.013365607,0.008129298,-0.016967377,0.037319552,0.0016625643,0.006939556,0.040704347,0.036798812,-0.029031139,0.025718667,-0.024156453,-0.00039281358,0.009799998,-0.026181545,-0.053491358,0.0043214015,0.0018786344,0.01615734,-0.023534462,0.024330033,-0.0012213836,0.035988778,-0.019122655,0.00752177,-0.043973424,0.019527672,0.034252983,0.010552175,0.01767616,0.025472764,-0.035873055,0.016258596,-0.019701252,-0.016851658,0.030665677,0.043770917,-0.020583613,0.0010930072,-0.044291653,0.030897116,0.024156453,-0.009170773,-0.024011804,-0.018298153,0.031736083,-0.01182509,0.024807377,-0.0052833203,0.045448847,-0.006476678,-0.033414017,-0.032083243,0.021899922,-0.058177996,0.008389667,-0.02985564,-0.015491953,-0.031273205,-0.00014747461,-0.041572243,-0.029277043,0.010045903,0.029349368,-0.03824531,-0.029103464,0.01664915,0.0030810328,-0.009474537,0.033819035,-0.015636602,0.027324276,-0.01770509,0.07515984,0.032401472,-0.0234766,-0.021321325,0.021118816,-0.01870317,-0.03838996,0.033182576,-0.01361151,0.018992469,-0.0131414,-0.068158805,0.039518222,0.02514007,0.0059957188,0.024113059,0.0122084115,-0.00531225,0.033558667,-0.046374604,0.033182576,0.042237632,0.045911726,-0.048862576,0.031736083,-0.0040863464,0.007948486,0.026789073,0.044089146,0.020771658,-0.01764723,0.00085117144,-0.056876153,-0.014030994,-0.036712024,-0.007456678,-0.020496823,-0.0090839835,-0.020496823,0.00654177,0.0060571944,0.02110435,0.027671434,-0.00035529514,0.010320736,-0.012150551,0.009235865,-0.05592147,0.019426418,0.015260514,0.0152894445,-0.041022576,-0.015752323,-0.022753354,0.023158373,-0.036364865,-0.011260957,-0.011615349,0.0142768985,-0.013488559,-0.004089962,-0.0063609583,0.0022059036,-0.069258146,-0.0069865673,-0.015173725,0.00060843164,-0.0027808852,-0.0002348293,0.014247968,0.037840288,-0.03821638,0.00035258298,-0.0153328385,-0.032025382,-0.0014980256,-0.0017990773,-0.011745533,-0.0009962729,0.03500516,-0.012266271,-0.02785948,0.033790104,0.022912469,-0.016938448,-0.0046577114,0.0229414,0.024923095,-0.0034101103,-0.0026886712,-0.00060210325,0.014009297,0.002656125,0.0073590395,0.02548723,0.030839257,0.02668782,-0.001273819,0.014913356,0.043770917,-0.013517489,0.017545976,0.050916597,-0.0028586343,-0.013604279,-0.0076230248,0.031446785,0.024590403,-0.031244276,0.01492782,-0.047068924,0.0478211,0.033732247,0.0014980256,0.008476457,-0.024330033,0.011564721,-0.032893278,-0.0008855257,-0.046432465,0.0011843172,-0.018124573,-0.010906567,-0.028900955,0.013676603,0.029609736,0.011347747,-0.014414315,-0.03457121,-0.031070696,0.08221873,0.004907232,0.008454759,-0.030897116,-0.008881475,0.01428413,-0.0024228778,0.043799844,-0.004357564,-0.012353061,-0.033356156,-0.01905033,0.00011583255,-0.001549557,-0.0152894445,-0.009655349,-0.01758937,0.011622582,0.022073502,-0.0060608108,-0.0079629505,-0.010190552,0.021726344,-0.012881031,-0.0056051654,0.028785236,0.010942729,-0.020279849,-0.05334671,0.0001489437,0.040675417,0.012403688,0.0374642,-0.013524721,-0.027671434,-0.031851802,-0.002303542,0.03980752,-0.0019726565,0.00880915,-0.004834907,-0.017386861,-0.021842062,-0.0015088744,0.015752323,0.004664944,-0.007105903,-0.021494905,-0.011904648,-0.025964571,-0.022131361,0.02668782,-0.044060215,0.023693576,0.046490327,-0.0016679887,-0.030607818,-0.027280882,-0.020366639,0.04744501,-0.041716892,0.022189222,0.021465974,-0.022695495,0.011731069,0.010986124,0.033616524,0.009055054,0.059942722,-0.058033347,-0.03546804,-0.030434238,0.0017954609,0.020887377,0.027136233,-0.0055617704,0.018124573,-0.03769564,0.017777415,-0.03729062,-0.025270253,0.008852545,0.040993646,-0.0031425087,-0.021668484,0.011232028,0.04952796,-0.023216233,-0.002887564,-0.025241325,-0.020771658,-0.024011804,0.019599997,0.033847965,0.03266184,0.02259424,-0.017054167,-0.024518078,-0.005684722,0.043365896,-0.03277756,0.01770509,0.026051361,-0.01238199,-0.00629225,0.011506862,-0.05971128,-0.036856674,0.013821253,-0.031388924,0.00082450174,-0.021972248,-0.014696381,0.024865236,0.0044913646,0.05519822,0.035612687,-0.010082065,0.032083243,-0.008331806,0.00086337625,0.010986124,0.011716603,0.0025729516,-0.0040863464,0.0013714574,-0.03199645,-0.014103319,0.021957783,-0.031533573,-0.025299184,0.012989518,-0.0007598615,-0.030607818,-0.0061620655,0.006125903,-0.013582581,-0.021827597,0.012013135,0.033732247,0.008122065,-0.014450477,0.00023686343,-0.034600142,0.01261343,-0.019093724,-0.033616524,-0.012136087,0.014732543,-0.004881918,0.039286785,0.0153328385,-0.0001182057,0.020742727,0.020670403,-0.012591733,0.014587894,0.0078761615,0.01428413,-0.031244276,0.04012575,-0.014638522,0.017806344,0.0035529514,0.017878668,-0.02636959,-0.019686786,0.03219896,0.044320583,-0.01647557,0.010899334,0.0035891137,0.04524634,0.011702138,0.008216088,0.036307007,0.007120368,0.018095642,-0.026572099,-0.029797781,-0.0049289293,0.023896085,-0.043279108,0.002193247,-0.0009872323,0.032025382,0.022087967,0.031215345,-0.013423466,-0.025892247,0.0019835052,-0.005742582,-0.035641618,0.0023830992,-0.012888264,-0.009431142,-0.009792766,-0.0028893722,0.01492782,-0.025574017,0.00441904,0.011875718,0.041572243,-0.016895052,-0.06381933,-0.018182432,0.0048276745,0.016518964,0.005171217,-0.010855939,0.04301874,-0.015983762,-0.009517932,0.006509224,0.043915566,-0.019383023,0.0053158663,0.01495675,0.008230552,-0.00079466775,-0.024662727,0.010291806,-0.00061023975,0.034050476,-0.029349368,-0.0121867135,0.00054831174,0.044233795,-0.035815198,-0.04984619,0.011405607,-0.0030032836,0.007839999,0.018356012,0.037811358,0.01741579,0.0054677483,0.004932545,0.014580661,0.023346417,-0.032054313,-0.014580661,0.05988486,-0.028727375,-0.0050121024,0.010284574,0.019845901,-0.012418153,0.007912324,-0.014812101,0.03769564,0.03963394,-0.016113946,-0.0029906267,-0.0073301094,-0.010364131,0.006353726,-0.044060215,-0.023997338,0.049412243,-0.035815198,0.020959701,-0.03234361,0.0033630992,-0.004596235,0.003930848,0.013423466,0.014609592,-0.01656236,0.004249077,0.01624413,-0.0004895479,-0.06758021,0.00441904,0.015058005,0.03778243,0.015535348,0.0030376378,0.024402358,-0.026470844,-0.0007227951,0.030897116,0.015636602,-0.0374642,0.011658744,-0.0047191875,0.0037717337,-0.0017285607,0.0017014388,-0.010675128,0.012331364,-0.0076953494,0.013105238,0.023534462,0.02093077,-0.0003021817,-0.0010080257,-0.025067745,-0.018515127,0.013011215,-0.0021715495,0.0028622504,0.028221102,0.02133579,0.009503467,0.0034679698,0.022811214,0.03245933,-0.04796575,-0.0031226194,0.009734906,-0.016938448,0.00093750906,-0.0089104045,0.0047191875,-0.0033739477,0.04539099,-0.0052001467,-0.011897415,0.02651424,0.007507305,0.0023252396,0.016128412,0.015824648,0.04029933,-0.008758523,-0.009619187,0.019484278,0.000028308345,0.018066714,0.031041766,-0.008917637,0.008823615,-0.012758079,-0.012403688,0.017227747,-0.009272028,0.03708811,-0.011232028,0.028958814,0.017878668,0.0016860699,-0.015549813,0.010342434,-0.003529446,0.010002508,-0.022059036,-0.018341547,0.03705918,-0.0078978585,-0.014544499,0.039055344,-0.021842062,0.051321615,0.00886701,0.04842863,-0.020583613,-0.004570922,-0.006892545,-0.024286639,-0.0045528407,-0.017329002,-0.040877927,0.048631135,-0.0024481914,0.0044877483,-0.012975053,0.009713209,-0.020583613,-0.042295493,-0.042064052,-0.011253725,0.012801474,-0.01246878,-0.011593651,-0.0067515117,0.020945236,-0.008433062,0.038158517,-0.0033106636,-0.007717047,-0.0043214015,0.01776295,0.017864203,-0.009655349,0.029494017,-0.0063645747,0.018457266,0.00095106993,0.030781398,-0.0020684868,0.017140957,0.007717047,-0.031273205,0.013662138,0.029580807,0.020438964,-0.034455493,-0.0066574896,-0.03807173,0.020569148,-0.0065562353,0.01381402,-0.014985681,-0.030839257,0.0029743537,0.033414017,0.01325712,0.031678222,0.025921177,-0.0010215866,0.042903017,0.0032943906,0.03245933,0.01325712,-0.014826566,-0.03014494,-0.0324304,0.0045853867,0.035439108,-0.018804425,0.014609592,0.0015369002,0.0010161622,-0.00041970934,0.004469667,-0.019527672,0.0012069186,-0.020178594,-0.019672321,-0.0067623607,-0.0036668628,0.004798745,0.002393948,-0.03726169,0.041398667,0.014537267,-0.0234766,-0.00094654964,-0.015853576,0.011637046,-0.00331428,0.0034516968,0.037001323,-0.0075290026,-0.00534118,-0.0059667886,-0.0022059036,-0.0031208114,0.012331364,-0.0017475459,0.0032998149,-0.033356156,-0.015636602,-0.037174903,0.02156723,0.009293726,0.007369888,-0.013936972,0.0051495195,0.011441769,0.0027139848,-0.009684279,-0.019744646,0.0057823607,-0.0021516602,0.013850182,-0.06671231,0.011347747,0.00883808,-0.00156583,0.019368557,0.005601549,0.020525753,-0.012519408,-0.011058449,-0.0142985955,0.024156453,0.013011215,0.02923365,-0.012627895,0.04061756,-0.00050853315,-0.011326049,-0.0299135,-0.003974243,0.018587451,-0.01241092,0.019845901,-0.0078327665,0.00097276736,0.009055054,-0.01664915,-0.0008683486,0.025342578,0.03491837,0.008982729,0.014718079,-0.0018234868,0.003099114,-0.021682948,-0.008389667,0.008584944,0.022811214,0.04730036,0.013741695,-0.011644279,0.0020775273,-0.018225828,0.0073590395,0.023013724,-0.026615493,0.0014401658,0.0035692246,-0.016822727,-0.0028351287,0.011759998,0.009091216,0.0012195754,0.01182509,-0.02777269,0.0015269555,-0.008498154,-0.02865505,0.01129712,-0.0043358663,0.013951437,-0.0017104794,0.0040031727,0.0038404423,0.0022203687,0.025747597,-0.046779625,0.012280736,-0.00408273,0.022059036,-0.00059170654,0.0034046858,0.026702283,-0.00068075635,0.012078227,0.00079873606,0.004466051,0.0131414,0.0061476007,-0.012295201,-0.025950106,0.023418741,-0.0020178594,0.0026651656,0.030868188,0.009930183,-0.014638522,0.0069865673,0.088583305,-0.023172837,0.043221246,-0.024575938,0.03234361,-0.029739922,0.038737115,0.024503613,0.02467719,0.023534462,-0.021249,-0.031331066,0.02110435,0.016764868,0.017039701,-0.011188633,-0.0033377854,-0.024199849,-0.016547894,0.014211806,0.017893134,0.013416234,0.03237254,-0.0013407193,-0.017517045,-0.01381402,-0.0022004794,0.0019798889,0.017083097,-0.015188189,0.024069663,0.0122084115,-0.0078544635,0.00035891138,0.04573815,0.002303542,0.020569148,0.0064875265,0.010262877,-0.017300071,-0.0190214,-0.014797636,0.052102722,-0.008433062,-0.012996751,-0.01252664,-0.0060825082,0.012967821,-0.010855939,-0.0584673,-0.009387747,0.02777269,-0.01126819,0.033211507,0.003149741,0.018023318,0.023389813,0.022377266,0.0076881167,-0.018399406,-0.022131361,0.00863557,0.013314979,0.010161622,0.002855018,0.00029969553,-0.028438076,-0.013076308,-0.0044768997,0.027237486,-0.022218151,0.049470104,0.022652099,0.012606197,0.007948486,-0.016981842,0.01513033,0.03549697,0.019006934,0.009561327,-0.028148778,-0.01238199,0.03248826,0.012837636,0.0016960145,0.027179627,-0.008216088,0.025790993,-0.0037355714,0.019122655,-0.022753354,-0.01317033,0.030492099,-0.019802505,-0.019137118,0.024358964,-0.03966287,-0.008396899,-0.03298007,-0.041398667,0.019976085,0.009112914,0.013770625,-0.0240552,-0.036075566,-0.004907232,-0.053838514,0.029248113,-0.037984937,-0.003945313,0.0052326927,-0.010479851,-0.009546862,-0.033674385,0.005279704,-0.010327969,0.0038874533,0.027006047,0.0020919922,-0.031244276,0.044609882,0.015651068,-0.015318374,0.020800587,0.014855496,0.013640441,0.016822727,-0.028365752,0.01770509,0.0035547595,0.006165682,0.040038962,0.0064224345,-0.019643392,-0.01445771,-0.000813653,-0.01504354,0.004607084,-0.011080146,0.0013832101,-0.0665966,-0.012107157,0.04313446,0.0073481905,0.017025238,0.038766045,0.0057968255,-0.011665976,-0.023086049,0.039431434,0.0036614386,-0.007984648,0.0056630247,0.027960734,-0.017950993,-0.020554682,0.017227747,-0.00040660048,-0.018153504,-0.017227747,0.0176183,0.0009027028,-0.0112175625,-0.03219896,0.05242095,-0.028076453,0.0072686337,0.027468925,-0.0012946123,0.016041622,-0.0068202205,-0.023592321,-0.03977859,0.006216309,0.015766786,-0.014775938,-0.001180701,0.024691656,-0.03298007,0.004433505,-0.0110873785,-0.03966287,-0.00006989505,-0.006816604,0.021249,-0.019383023,0.004158671,-0.016996307,-0.020583613,0.004563689,0.013539186,0.029522948,-0.0013099813,0.047213573,-0.00883808,-0.013510256,-0.0003948477,0.0034733943,-0.0041803685,0.02540044,0.007073357,-0.007912324,0.00044321487,0.010349667,-0.020569148,0.011058449,-0.014797636,-0.011080146,0.025241325,-0.0071818437,0.0006188283,0.031591434,-0.00058809033,0.008425829,0.0011174168,0.0044479696,-0.017097563,0.019585531,0.034281913,-0.044523094,0.021220071,-0.010400293,0.014747009,-0.036625233,0.005804058,0.038158517,0.02502435,0.0035204054,-0.02976885,-0.0074856076,0.036075566,-0.03280649,-0.008736826,0.014783171,-0.023331951,0.003836826,-0.04079114,-0.005945091,-0.027700365,-0.022753354,0.010291806,0.010212249,0.024431288,0.0089104045,0.020496823,0.0001965198,0.0064115855,0.0017556824,0.00039688186,-0.023230698,-0.0021118815,0.021798668,-0.0058149067,0.0070118806,-0.017936528,0.0024445753,0.029305974,-0.03691453,0.012309666,-0.012150551,-0.01501461,0.01361151,0.000042858042,-0.0048529883,-0.011340515,0.013098005,0.022174757,0.005742582,-0.020554682,0.01770509,0.018992469,-0.017430255,0.032893278,-0.005908929,-0.028351286,-0.004722804,-0.04018361,-0.012439851,0.0022529147,-0.031736083,-0.007015497,-0.020887377,-0.017690625,0.007134833,0.0057028034,0.035757337,0.0069467886,-0.028221102,0.014826566,-0.009264795,-0.00014668355,0.0066538732,0.029739922,0.031359997,0.057570472,0.009438375,-0.00883808,0.0131414,0.016446639,-0.023360882,-0.00804974,-0.02645638,-0.0015341879,0.017950993,0.035612687,0.02871291,0.042758368,0.027107302,-0.008830847,0.021465974,-0.019614462,0.0072650174,0.0015323799,-0.0042382283,0.011391142,-0.010284574,0.021899922,-0.012779777,-0.017574904,-0.002842361,0.00880915,0.019976085,0.014869961,0.008367969,0.011492397,-0.02244959,0.0004221955,-0.02159616,0.0049650916,-0.0022926934,0.022102432,0.0055002943,0.066423014,-0.020438964,-0.0038946858,-0.014638522,-0.011919113,-0.015882507,0.021249,-0.0008638283,-0.004064649,-0.020091806,0.033356156,0.016923983,-0.013546418,0.04001003,0.016345385,-0.0047264197,-0.0038874533,-0.0066068624,0.007456678,0.06034774,0.025733132,0.037001323,-0.056442205,0.05519822,-0.0023378963,-0.010436456,-0.028177708,-0.0030954976,-0.027107302,-0.010523246,-0.022015642,-0.01495675,-0.019368557,0.021133281,-0.03292221,0.0030575271,-0.006856383,0.005988486,-0.0020847598,-0.015651068,0.03497623,-0.0009592065,-0.024199849,-0.05589254,-0.029826712,0.0004402767,0.004343099,-0.027468925,0.021451509,0.012172249,0.018862285,-0.00061792426,-0.0010667895,-0.012989518,0.012280736,-0.012967821,-0.03248826],"social":"https://twitter.com/duvvuri_krishna"},{"title":"kotoverse.xyz","description":"a social feed for indie novelists to quickly test inspiration and ideas. post bite-sized stories with stunning ai-generated illustrations.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=o0jhtrIKUWg","youtube_transcript":"Hi. I'm June, a startup founder based in Tokyo, Japan. I'm building a social feed for Indian obesity. To quickly test inspiration and ideas. You can post bite sized storage with stunning AI genetics illustrations. This is a walking prototype open call bars. And you can lead short stories here and you can also upload them if you drag. And you can also submit your own stories from here. And next section for me is to build AI generated function to create virtual thumbnails. I'd like to talk about the user acquisition. And, actually, I didn't get active users over the last six weeks because I couldn't focus on marketing, and I was thinking about people in my product. But I've decided to keep building and updating the current product after the build space. So I'm so excited to pass you my curiosity and keep building. Thank you.","embedding":[0.022943389,0.00541786,-0.012180122,0.018048799,-0.009145155,-0.03716024,0.0109323235,0.069812305,-0.0079859095,-0.014289304,0.038029674,-0.055289544,-0.004234464,-0.055096336,0.008863393,0.014885027,-0.011600499,-0.038416088,-0.020479994,0.025696596,0.030108167,-0.011326789,0.041249797,0.027161753,0.020769805,-0.03374691,-0.02115622,0.027016846,0.018757226,-0.03980074,-0.012172071,-0.0232654,-0.055643756,0.008283771,0.0051803757,-0.058928285,0.0034576089,0.0019441503,0.028675212,0.020866409,-0.00018805025,-0.052552436,0.076188155,0.029850557,-0.027532067,0.013283014,-0.010409053,-0.022798484,0.039285522,0.0133796185,-0.02556779,-0.045049544,0.0033670429,-0.011793707,-0.01701836,-0.029303135,0.0015114461,0.054645516,-0.023152698,0.05091017,0.042441245,-0.040122755,0.06762262,-0.011149682,-0.035163764,-0.0022742131,-0.03253936,0.043407284,-0.02221886,-0.0154404985,0.042441245,0.020769805,-0.018081,0.012373329,-0.0037916969,-0.04360049,-0.044534326,0.007881256,0.018354712,-0.03889911,-0.030526783,0.037289046,-0.014112197,0.03773986,-0.037514452,-0.022524772,-0.057382625,-0.028337099,-0.047979858,-0.0033348417,-0.0014963517,0.022734081,-0.06069935,0.034455337,0.04694942,0.008026161,-0.0141041465,0.049686525,0.032136846,0.01988427,-0.0059532057,-0.0049147154,0.017903894,-0.003495848,0.04485634,-0.041829422,0.002737106,-0.015311693,0.028948922,-0.010441255,-0.09827821,-0.055257343,0.014772322,-0.011415342,-0.030140368,-0.011890311,0.029609047,-0.01935295,0.027226156,-0.04208703,-0.06504652,0.03326389,-0.006299369,0.008678236,-0.001852578,-0.034712944,-0.02117232,-0.011737355,-0.041410804,-0.021204522,0.041700616,0.006170564,0.017147165,-0.056030173,-0.02812779,-0.022573074,-0.06391948,0.023909427,-0.05780124,-0.006094086,-0.018338611,-0.028111689,0.009523519,-0.039124515,-0.005184401,-0.064112686,-0.0016020121,0.021365527,-0.006243017,0.0034797473,0.040283762,-0.012477984,-0.01238943,-0.0011773581,0.021574836,-0.0066737086,-0.0013776097,0.037772063,-0.03250716,0.017919995,0.015037983,-0.026453326,-0.012035216,-0.00016792447,-0.04440552,0.038416088,-0.043697093,-0.024827162,-0.07006992,-0.026115213,-0.0070118215,-0.039285522,-0.0084850285,0.01677685,0.018081,-0.00904855,0.02089861,-0.05554715,-0.023313703,-0.035743386,-0.023442509,0.012566537,-0.049622122,-0.0070077963,-0.042151432,-0.027773576,0.03278087,0.0052810046,0.03200804,0.0015527039,0.0040955963,0.05493533,0.033618104,0.0005283017,0.04285986,-0.058316458,0.051715203,0.0012095594,0.029882757,0.024730558,0.017163265,0.0038138353,0.021140119,-0.012164021,0.045790173,-0.03558238,-0.0027914457,0.016712448,-0.047303632,-0.05338967,0.0618586,-0.0001949685,0.010199745,0.035163764,-0.011431443,-0.017694585,-0.025922004,0.051425394,-0.027515966,0.048430678,-0.0038118227,0.030204771,0.02299169,-0.020737603,0.029061627,0.024666157,0.022331566,-0.048720486,0.04285986,-0.001821383,0.03661282,-0.018467415,-0.0122686755,-0.019996975,-0.011455594,-0.0028880495,0.029705651,0.010352701,0.037836466,0.0019179868,0.028449802,0.008050312,0.018966535,0.03295798,0.018950434,0.0133796185,-0.0697479,-0.08295041,0.02477886,0.02299169,0.03561458,-0.011745405,0.007832954,-0.006866916,0.0075270417,-0.03303848,-0.02345861,0.031653825,-0.020512195,-0.017968297,0.025310181,-0.016438738,-0.0020769804,-0.018531818,0.006939369,0.009418865,0.024118735,0.005446036,-0.021236723,-0.06414489,0.0037011309,-0.0073660356,0.012091569,0.021961251,-0.019562257,0.027676972,-0.009660374,0.004797986,0.0011119493,-0.040058352,-0.030397978,0.02246037,-0.02242817,-0.028272696,-0.020157982,0.039575335,0.05245583,-0.023780622,-0.021494333,0.047625646,0.011053078,-0.049654324,0.023909427,0.0039124517,0.023426408,0.03716024,0.020029176,-0.014506662,0.035324767,-0.00040981118,0.037224643,-0.058638472,-0.009314211,-0.011053078,-0.0231849,-0.0034455336,-0.015118486,0.03303848,0.017742887,-0.014490562,-0.030414078,0.0046933317,0.022299364,-0.061375577,-0.020721503,0.030687789,0.060216334,-0.010626412,-0.008911695,-0.004488049,0.009797229,-0.0104332045,-0.0012789933,-0.017082762,0.006218866,-0.03767546,0.05081357,-0.0028940872,0.0020830182,-0.04598338,0.012429682,-0.039317723,-0.009008299,-0.021365527,0.019449554,-0.02450515,-0.032861374,-0.0005056602,0.041378602,0.059089288,-0.046015583,-0.044695333,-0.024988169,0.011809807,0.042924263,0.028884519,0.012027166,0.012679242,-0.02759647,-0.004560502,0.025583891,0.02144603,0.021864647,-0.0024714458,0.010731066,0.003071194,0.012542386,-0.01832251,-0.066270165,-0.0361942,-0.04408351,0.00014176096,0.05187621,0.033650305,0.021317227,-0.040863384,-0.037772063,-0.027419362,-0.0007758488,0.032152947,0.006404023,0.0025740874,-0.01445031,-0.023651816,-0.036290806,0.012180122,0.011479745,0.0024815088,0.009265909,0.05290665,0.03200804,0.014329555,-0.013258864,-0.042473447,0.0005539621,0.03231395,0.029367538,-0.0051723253,-0.024167037,0.02268578,0.037997473,-0.042183634,0.010948424,0.026549928,0.005268929,0.010376852,0.049493317,0.031299613,0.0033670429,0.010537858,0.030043764,-0.028095588,-0.039060112,0.008903645,0.006158489,0.011809807,0.010392953,0.02039949,0.031315714,-0.006303394,0.025760999,-0.058767278,0.07006992,-0.0071647777,-0.0137418825,-0.0039929547,0.034487538,0.018676724,0.057414826,0.054065894,-0.040412568,-0.06794463,0.01936905,-0.0147159705,0.0041901874,0.025986407,0.078828655,-0.025165275,0.04620879,-0.06350086,-0.04617659,0.0010576097,0.012437732,-0.011511946,-0.013226663,0.0016543391,0.007567293,0.032281753,0.016068423,0.011157732,0.016036222,0.014627417,-0.028804015,-0.0035884266,-0.06607696,0.011286537,-0.015134586,0.03690263,-0.025149174,-0.0134681715,-0.017936096,-0.044308916,-0.013331316,0.042505648,-0.029898858,-0.020576598,-0.009241758,-0.025487287,0.020769805,0.002489559,0.0069957213,0.03796527,-0.01032855,0.047013823,0.037578855,-0.05522514,-0.041153196,0.06272803,0.0013101883,-0.035711184,0.05184401,-0.028610809,-0.0010455343,0.018209806,-0.07715419,-0.017678484,0.025905903,0.037031434,-0.04079898,-0.012550436,0.0006978614,0.016921755,-0.0010143393,0.04614439,-0.0041036466,0.034551937,-0.010248047,-0.0084850285,0.0054540862,0.017372573,-0.0046732062,0.034423135,0.062567025,-0.020963013,0.020979112,0.0065650293,-0.0103205,-0.01651924,-0.009837481,-0.0014480499,0.03310288,-0.008187167,-0.032684267,0.040412568,-0.020946912,-0.031396218,-0.043246277,0.008420627,0.003886288,-0.015166787,-0.02812779,0.015392196,-0.006891067,0.00048452814,-0.004822137,0.040927786,-0.00800201,0.04076678,0.0020729552,-0.029045526,-0.025889803,0.011020877,-0.04691722,-0.028578607,-0.019304648,-0.028095588,-0.048623882,-0.029335337,-0.020946912,0.018274209,0.003524024,-0.0044799987,0.02115622,0.027966784,-0.054677717,0.00296654,-0.030011563,-0.024150936,-0.037095837,0.016825153,0.013339367,0.022057856,0.026710935,0.0046088034,-0.04772225,0.024134835,-0.006907168,-0.022524772,-0.009064651,0.03480955,0.043149672,-0.0413464,0.054838724,-0.01907924,0.016374335,0.0050354702,0.005413835,-0.027419362,-0.009579871,0.019578358,0.0065086773,-0.0115441475,-0.0040855333,0.025165275,-0.018950434,0.0090405,0.0055627655,-0.027982885,-0.0056432686,0.0067743375,-0.022122256,-0.021268925,0.017855592,-0.049203508,0.01032855,0.020206284,-0.0055667907,-0.005876728,-0.00826767,0.024617855,-0.017340371,-0.03257156,-0.05731822,0.026533829,-0.06263143,0.023523012,0.004343143,-0.00070742116,0.049106903,0.023957727,0.002618364,-0.026517728,0.007027922,0.025970306,0.032829173,-0.0021152194,-0.008211318,-0.006404023,0.0055828914,0.015271442,0.034229927,0.011898361,-0.01627773,0.015899366,-0.008557482,0.010924273,-0.02373232,0.013524524,0.014917228,-0.010529808,0.000055188662,0.0101836445,-0.014224901,-0.040283762,-0.022283264,0.011914462,-0.007965784,0.010706915,0.035968795,-0.009225657,-0.0015838989,-0.046885017,-0.008968048,0.016317982,0.020576598,0.028208293,-0.011576349,-0.041249797,0.0065650293,0.001573836,0.011495845,-0.020270685,0.026372822,-0.0067703123,0.018129302,-0.019111441,0.011375091,0.013613078,-0.010014588,-0.012180122,0.0133796185,-0.012799996,0.013025405,-0.008710437,0.03279697,0.017469177,-0.018242007,0.067429416,0.006601256,-0.019320749,-0.00877484,-0.023152698,0.039607536,-0.017871693,-0.01701836,0.019948673,-0.0021715716,-0.028981123,-0.01626968,0.03635521,-0.0046611307,0.018242007,-0.009612072,-0.010239997,-0.03202414,0.025213577,0.008646035,0.005103898,0.032442756,0.031702127,0.0050716964,0.03951093,0.0136291785,-0.041604012,0.002865911,-0.0077001234,-0.010304399,-0.056416586,0.015770562,0.0310098,0.010674713,-0.027129551,-0.024843263,-0.009322261,0.018499617,0.0018012573,0.014490562,-0.0029846532,0.009789179,-0.023909427,-0.010811569,0.03458414,0.013910939,-0.035743386,-0.0019642762,-0.01577861,0.004039244,0.0128966,-0.0061262874,-0.049332313,0.0012961002,0.001897861,-0.029367538,0.007631696,-0.005055596,0.021623138,-0.011576349,-0.0078047775,0.036806025,0.00014830184,-0.024923766,0.011745405,0.027210055,0.017485278,-0.00097308145,-0.026034709,-0.0058083,-0.0026686783,0.017597983,-0.006118237,-0.03303848,0.0017388674,-0.01883773,0.004047294,0.016068423,-0.044341117,-0.018258108,0.010103142,-0.0018254082,-0.04234464,0.013025405,0.032716468,0.031541124,0.0013383643,0.016293831,0.037578855,-0.055869166,-0.02661433,-0.045242753,-0.04343948,-0.023909427,-0.018242007,-0.009628173,0.05113558,0.020576598,-0.014096096,0.008654085,0.033392694,-0.02759647,-0.020624898,0.015287543,0.017662384,0.0029745903,0.031299613,0.03303848,0.015037983,0.0010676726,0.0063114446,-0.018419113,0.016712448,0.014265153,-0.007792702,-0.011536097,0.027805777,-0.019014837,0.03851269,0.01856402,0.008565532,0.020560497,0.016809052,0.02555169,-0.023925528,0.0134923225,-0.031267412,0.027258357,-0.043761496,-0.021478232,0.0073660356,0.008476978,-0.003687043,0.02632452,0.04176502,0.010368802,-0.026710935,-0.008396476,-0.020866409,0.020463893,-0.0061464133,-0.035163764,-0.018403012,-0.010940374,-0.0062067905,0.012300877,-0.0068588657,0.00004477986,0.0335537,-0.018274209,-0.07554413,0.018773327,0.033360492,0.001922012,-0.016092574,-0.019320749,0.038222883,-0.036033195,0.024086533,-0.022927288,-0.0056030173,-0.019304648,-0.011061128,-0.025873702,0.015657857,0.0016432699,-0.0037977346,-0.015883265,-0.018016597,0.02088251,-0.049976338,0.004105659,0.020963013,0.0567386,0.009362513,-0.047046024,-0.0039547156,0.025664395,-0.01445031,-0.0053534573,0.017453076,-0.018129302,-0.02682364,0.007374086,-0.0013071694,0.029753953,-0.021107918,0.035775587,0.039832942,-0.0017217605,-0.0060095578,0.0007748425,0.0064321994,-0.016664146,0.02376452,-0.014933329,0.015851064,0.017871693,-0.00040930804,0.024811061,0.015062134,-0.009789179,-0.0116327,-0.015408297,-0.011954714,0.02766087,-0.010288299,-0.031331815,0.018258108,0.052359227,0.0042505646,-0.0019622636,-0.001650314,-0.017453076,0.0010767293,0.019481756,0.05078137,0.010964525,-0.037063636,0.009765028,-0.00043899356,0.03790087,0.009692576,0.014546914,0.01782339,-0.026034709,-0.007124526,0.010851821,0.0309293,-0.073998466,0.017372573,-0.021075716,0.008637984,0.033424895,-0.035292566,0.026276218,-0.0006223897,-0.011318739,0.022057856,0.007587419,0.03121911,0.01906314,-0.013959241,-0.017726786,-0.057092812,-0.04334288,-0.01676075,-0.015971819,0.043278478,-0.0027210054,0.004439747,0.012542386,-0.018499617,-0.012775845,0.006170564,0.006758237,0.019191943,-0.011367041,-0.019030938,0.0069272933,0.023281502,0.009684525,-0.01211572,0.027049048,-0.00028201248,0.030494582,-0.0049147154,-0.0134681715,0.009056601,-0.022524772,0.034423135,0.028884519,-0.021703642,0.024746658,-0.005313206,0.020496095,-0.006822639,-0.029657349,0.016076474,-0.00033786154,0.041636214,0.034777347,0.024746658,0.03542137,-0.023378106,0.012043267,0.040927786,-0.002189685,-0.023957727,-0.010441255,0.007607545,-0.0034133322,-0.009668425,-0.01650314,-0.0134681715,-0.03197584,-0.039961748,0.029077727,-0.028192192,-0.0012810059,0.0075028907,0.031380117,-0.019642761,0.045822375,0.0180971,0.043471683,-0.03329609,-0.0258415,-0.03231395,0.049203508,0.010900122,0.0035522,0.026469426,-0.00050088036,0.0062550926,-0.025696596,-0.02115622,0.006279243,0.009724777,-0.0105700595,0.0054822625,0.023136597,0.039736338,0.02144603,0.03947873,0.007965784,0.013532574,0.03426213,0.0021957227,0.022734081,0.023088295,0.024328042,0.0007698111,0.03461634,0.019159742,0.013073707,-0.007253331,0.01392704,-0.016140876,-0.011962764,-0.0076196203,-0.004021131,0.014152449,-0.00002523584,-0.049879733,-0.0060739606,0.012260625,0.0070319474,-0.027065149,-0.01315421,-0.02115622,0.004592703,0.028852317,-0.00709635,0.013564776,0.03121911,-0.034133323,-0.0018405026,-0.030494582,0.024601754,-0.0026364771,-0.024907665,-0.033424895,0.011463644,-0.011286537,0.050749168,-0.0039547156,0.019691063,0.007688048,-0.0258093,-0.00022465402,-0.009410814,-0.060763754,-0.005574841,-0.018918233,-0.0020518233,-0.0039547156,-0.00087949657,-0.006681759,0.023925528,-0.018032698,0.023957727,0.0009388676,0.008589683,0.01573836,-0.0016462888,0.0073982365,-0.024762759,0.03506716,-0.0042264136,0.0041418853,0.022363767,0.0040493067,-0.029448042,-0.024569552,-0.013878738,0.012155971,0.021027414,-0.010875971,-0.01497358,-0.015625656,0.005498363,0.022750182,0.010119242,-0.016406536,0.002008553,0.024923766,0.010537858,0.012003015,0.00392654,-0.0005232703,0.012445782,0.02658213,-0.05783344,-0.0048382375,-0.03503496,-0.018081,-0.0010998739,-0.0037615083,0.042988665,0.018805528,0.028868418,-0.0074384883,-0.008968048,0.01135094,-0.010602261,-0.006637482,0.00270893,-0.0033891813,0.0060457843,-0.042924263,0.012325028,0.0023909425,0.008629934,-0.0060216333,-0.019288547,-0.0038359736,-0.010779368,0.011842009,0.016841253,-0.00034314455,0.016680246,-0.0060216333,-0.0005096854,-0.026083011,0.008959997,-0.02192905,0.0010928299,-0.00041031433,-0.013258864,0.022621376,0.011302638,-0.009330312,0.009829431,0.007969809,-0.011004777,0.0034032695,-0.008686286,0.026276218,0.0040513193,-0.02865911,0.022283264,0.010674713,0.01701836,-0.0015919491,0.015947668,0.00058867905,0.030301373,0.0047537093,-0.02737106,-0.01988427,-0.0056472938,0.0020296848,-0.0009655343,0.003634716,0.005751948,0.0017469177,0.017082762,-0.021188421,0.014265153,0.026855841,-0.04727143,0.007386161,0.0022017604,-0.05496753,0.003485785,-0.013299115,0.014917228,-0.0017569805,0.010223896,-0.02735496,-0.010642513,-0.029206531,0.018918233,-0.024183137,0.008215344,-0.0062510674,-0.0055225138,0.002551949,0.013621128,0.11515166,-0.03257156,-0.00097207516,-0.009306161,0.017887793,-0.014096096,0.017066661,0.0075954692,-0.017742887,-0.0141766,0.00016968547,-0.011157732,-0.00045283005,0.02479496,0.03044628,-0.023893327,-0.0023567288,-0.016446788,-0.015843013,-0.03538917,0.045339357,0.037546653,0.006404023,-0.0012216348,-0.003562263,-0.023072194,0.035260364,0.0034757222,-0.014442259,0.023120496,0.027532067,-0.022878986,-0.0039044013,0.043181874,0.028948922,-0.013113958,-0.021864647,-0.00026314458,0.012566537,-0.024923766,-0.0008201255,-0.011157732,0.019707164,0.0022963516,0.010964525,-0.02089861,-0.01858012,0.025938105,-0.026968544,-0.04562917,0.0033509424,-0.009837481,0.021252824,0.006987671,-0.0014671694,-0.022878986,-0.0067139603,0.06295344,0.006319495,0.010988676,-0.022669679,0.008807042,-0.016970057,-0.012872449,0.014571064,0.00954767,-0.026727036,0.028868418,0.008291821,-0.007277482,-0.019530056,0.022637477,0.021462131,0.01546465,0.021478232,0.03157332,-0.016028171,0.019175842,0.029158229,0.002827672,-0.01651924,0.0051723253,0.0232332,-0.00007377356,-0.004584653,-0.013041506,0.0017539617,0.025181375,0.0020830182,0.057736836,-0.054516714,0.01990037,0.014659618,0.004926791,-0.0010888047,0.005313206,-0.020705402,0.0011139619,-0.018113201,-0.008597733,0.00341937,0.028320998,-0.0048986147,-0.0029625148,-0.027515966,-0.0064321994,-0.042441245,-0.016680246,0.00041484262,-0.042183634,-0.0012005027,0.005526539,0.027338859,0.005413835,0.039929546,0.017726786,-0.028433701,0.024440747,-0.024666157,-0.051457595,-0.0026646534,0.036516216,-0.0057479227,0.012413581,0.048849292,0.014063895,0.024875464,-0.03229785,0.031702127,-0.001263899,-0.00032427663,0.027998986,0.020946912,-0.009853582,-0.0040452816,-0.0037132064,-0.013910939,-0.041636214,-0.024907665,0.017340371,-0.054645516,0.017356472,0.007937607,-0.0055345893,0.001392704,-0.015263392,-0.0049348413,-0.011206035,-0.025261879,0.0076558464,0.008573582,0.0060739606,0.02634062,0.009241758,-0.015295593,-0.024714457,0.01239748,-0.0053574825,-0.05245583,0.016857354,-0.007454589,-0.0068588657,-0.00594113,-0.032072444,0.042731054,0.02244427,-0.01032855,0.010127292,0.008324022,0.004157986,-0.0034173573,-0.042215835,-0.03661282,0.00541786,0.016293831,-0.033907913,-0.025374584,0.020592699,-0.002008553,0.044147912,-0.010368802,0.015343894,-0.004600753,-0.023072194,0.0147159705,-0.006810564,0.021510433,-0.0095718205,-0.001514465,-0.01135899,0.0060296836,0.015971819,0.004721508,0.0258093,0.046788413,0.0012820122,-0.02787018,-0.014031693,-0.011270436,0.00953962,0.015448549,-0.025165275,-0.0071366015,0.0052729542,-0.011922512,0.016744649,-0.029496344,0.0011330814,0.016165026,-0.008307922,0.0093464125,-0.005389684,-0.04418011,0.011801757,-0.0034455336,-0.0077242744,-0.016599743,0.035453573,0.038802505,-0.028836217,0.041926026,-0.02039949,0.02194515,-0.07142237,-0.0015798737,0.023555214,0.0232332,0.003032955,-0.00875874,0.0009544651,-0.0049428917,-0.0029001248,-0.0019733326,-0.014925279,-0.028771814,0.011850059,-0.04595118,0.0058445265,0.03073609,-0.020238483,-0.016108675,0.00800201,0.0031959738,0.0023064143,0.0038641498,0.015158737,-0.014434209,0.0021776094,0.00072553434,-0.021204522,0.024360243,0.033585902,-0.008130815,-0.005474212,-0.019256346,0.0112945875,-0.017211568,0.004685282,0.010787418,0.004021131,-0.055611555,0.0022480497,0.034004517,-0.016044272,-0.0283693,0.025165275,0.026936343,0.0046047783,-0.010296349,0.012075468,-0.009604022,0.0013735845,0.011825908,-0.028047286,0.005498363,0.0065127024,-0.0015466661,0.011463644,0.014933329,-0.014764272,-0.03583999,0.027757475,-0.0018485528,0.024183137,0.005912954,-0.0015768548,0.005031445,-0.0180971,0.0069031427,-0.012558486,0.032056343,-0.0042666653,-0.0015184901,0.041217595,0.036484014,-0.002384905,-0.020979112,-0.0026787412,0.0066213817,0.002785408,0.002694842,0.0050435206,0.006114212,0.0051803757,0.026968544,0.05187621,0.031830933,0.0012095594,-0.011898361,-0.011994964,-0.0054661618,-0.01626163,0.0061021363,-0.038287282,0.0055828914,0.012872449,0.012164021,-0.010280249,-0.0258093,0.04366489,0.013210562,0.0043270425,0.030140368,0.027676972,0.032941878,0.006967545,0.015883265,-0.0004905659,0.007551193,-0.010401003,0.015110436,0.005236728,0.03464854,-0.0058083,-0.0020045277,-0.02194515,-0.019159742,0.015013832,-0.010441255,-0.023667917,-0.013653329,-0.04749684,-0.0133554675,0.017420875,-0.006347671,0.05242363,0.0070802495,-0.003715219,-0.0009901883,0.012799996,0.0057841493,0.040831182,0.040380366,0.027177854,-0.03387571,0.04691722,0.020850308,-0.0071124504,0.0057921996,0.02788628,-0.021977352,-0.024070432,0.014418108,-0.021623138,-0.0060820105,0.005655344,-0.026405023,0.02192905,-0.020946912,-0.022540873,-0.0059733316,-0.010392953,0.026775338,-0.014933329,-0.0026686783,-0.019401252,-0.032652065,-0.0154404985,0.0024533325,-0.022927288,0.036677223,0.010022638,0.012043267,0.0110450275,0.017710686,0.011399242,-0.001427924,-0.0071647777,-0.028836217],"social":"https://twitter.com/junmisak"},{"title":"fallacy.review","description":"we help people automatically highlight flawed reasoning on twitter ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WqC5_iETEhU","youtube_transcript":"I'm a sea, and I help people find flawed reasoning on Twitter. Being a hundred percent logical is actually not natural. Everybody falls into bad reasoning. Keep the Mars up. The goal was to help highlight logical files. These are flawed reasoning for people that are learning about them. I've posted on a few places and I got absolutely shit on. But Dan and abusing it. After talking to some people, people said that they'd rather see their own flawed reasoning than other people's flawed reasoning. And then I realized that the frequency of this problem is not that large. I started to try to think about other problems that could be solved by posting tweets on Twitter. Oh, wow. This autocomplete looks super cool on Twitter. What if","embedding":[-0.0092156315,-0.011834725,-0.003906273,0.06747827,0.022286698,-0.045256637,-0.053976107,0.030257853,-0.05247948,0.06471276,0.0139332535,-0.04984412,-0.0027105995,-0.0076051326,-0.00234051,0.002854975,-0.018431263,-0.039205067,-0.010525178,0.030989898,0.052544553,0.028484678,0.044573396,0.028810032,0.030062642,-0.004929102,0.03014398,0.043044236,0.00071171025,0.00478676,0.020562327,-0.014144733,-0.04629777,-0.024808187,-0.012859588,-0.019651337,-0.010004613,-0.036992665,0.02617467,0.020838877,-0.015714563,0.017292526,0.042133246,0.0035890532,-0.027443547,-0.0055432064,0.0046606855,0.012168212,0.040701695,0.008752002,-0.06884475,0.0277689,-0.021570921,0.05039722,-0.0027939712,-0.017357597,-0.023246491,0.031559266,-0.02923299,-0.003885938,0.009118025,-0.019895352,0.00024503167,0.0032311645,-0.027703831,0.009646724,-0.051113,-0.044931285,-0.002615027,0.049681444,0.07411547,-0.014827975,0.030192783,-0.044736072,-0.04281649,-0.033381246,0.055700477,0.030062642,-0.0045996816,-0.044866215,0.005417132,0.04239353,-0.032535326,-0.044931285,-0.031510465,-0.003353172,-0.023018744,-0.037675906,-0.072228424,-0.04415044,-0.029216724,0.00767427,-0.012046205,-0.0075725974,0.012225149,0.0152183985,-0.018284854,0.082509585,0.038163938,-0.0052829236,-0.033934344,-0.007576664,-0.029525809,-0.0051527824,0.039497886,-0.008678799,0.04092944,0.015926043,0.010972539,-0.026142135,-0.10736658,-0.0058319573,-0.04148254,-0.053162724,-0.031591803,-0.017064778,-0.0057302844,0.038521826,-0.013965788,0.015893506,-0.00077881437,-0.015234667,0.0009882605,0.045289174,0.008202969,-0.03842422,0.018431263,-0.029851161,-0.018593939,0.014413149,0.033836737,0.014657164,0.019814014,-0.05303258,-0.07242364,-0.012957194,-0.05150342,-0.02129437,0.02680911,-0.00064308103,-0.010573981,0.017861893,0.00832091,0.019293448,-0.005600143,-0.047859464,0.00866253,0.01600738,-0.006620939,-0.026207205,-0.02999757,-0.028224396,-0.04392269,-0.0014213871,0.054073714,-0.042491134,0.018545136,0.03578886,-0.011525639,-0.036276888,0.015169595,-0.0068730875,-0.009606055,0.03133152,-0.0342597,0.04476861,-0.02972102,-0.04672073,-0.031201378,-0.023994803,-0.075547025,0.0052869907,-0.034064487,-0.03995338,0.0075685303,0.02080634,-0.0008372763,-0.057327244,-0.0093376385,-0.008324977,-0.044443257,-0.0056286114,-0.03598407,-0.0035158487,-0.031054968,-0.020838877,-0.005600143,-0.0044085365,-0.012810784,0.00021859672,-0.008670664,0.040116057,0.06533094,-0.032698,0.012314621,-0.015381075,0.072683915,0.0071211695,0.013290681,0.03562618,0.008068761,0.0148442425,0.051178068,0.02846841,-0.0045142765,0.031770747,0.017878162,0.024564171,-0.00069595093,-0.021001553,0.07144757,-0.009947676,-0.009858204,0.028728694,-0.019163307,-0.021749865,-0.008337177,0.020920215,-0.031136308,0.02235177,-0.03660224,0.023132617,0.021733597,-0.028582284,-0.03207983,0.02798038,0.07476618,-0.021066623,0.040701695,0.009695527,0.04642791,0.0108912,0.0076091993,-0.04232846,0.033169765,0.004347533,0.033869274,-0.03328364,0.0018768816,-0.00810943,0.010728524,-0.00033043692,0.029948767,0.005518805,0.008898412,0.000909464,-0.058531053,-0.021115426,-0.04922595,-0.0009053971,0.049258485,0.0014945916,-0.01246103,0.030876024,-0.021066623,-0.0035687187,-0.0012831119,0.019033166,-0.005892961,-0.008024025,-0.0031559267,0.006523333,-0.042035643,0.018968096,-0.018414995,-0.010972539,-0.076197736,0.011192152,-0.022286698,-0.0174064,0.021961344,0.040278733,-0.0133964205,0.01061465,0.0024848855,-0.028923905,0.015771499,0.040408876,-0.039497886,-0.019049434,0.036992665,0.02116423,0.011265357,0.016560482,-0.031429127,0.04984412,-0.038554363,0.03313723,0.0075725974,-0.0024930194,0.008141966,-0.038814645,0.02220536,0.029428203,-0.03500801,0.010712256,0.04197057,-0.013372019,0.012591171,-0.001136703,0.008711333,-0.0004049123,-0.036634777,0.0036663245,-0.0011204353,-0.047013547,0.02477565,0.0043556667,0.04086437,-0.000013980023,-0.010435706,0.008312776,-0.0034568785,-0.0029871496,-0.009630457,-0.0026007926,0.03751323,0.00016458299,0.040799297,-0.033446316,0.0019358519,-0.0473389,0.0489982,0.01810591,0.008190769,0.011094546,0.038229007,0.025442624,0.027020589,0.005404931,0.050071865,0.013298814,0.05039722,-0.019325983,0.019407323,-0.049193412,-0.0124447625,0.018024571,-0.03614675,-0.0001502217,-0.024466565,-0.04197057,-0.010346234,-0.0010411304,-0.016584883,0.016080584,-0.005608277,-0.007328582,-0.020757537,-0.015031321,-0.042914096,0.031087505,-0.03243772,-0.017520273,-0.054756954,0.006031236,-0.036504637,-0.07821492,0.0007437372,0.015787767,0.001987705,0.033104695,0.036699846,0.02575171,-0.010183557,0.034227163,-0.038554363,-0.019716408,0.012452896,-0.002032441,-0.030046374,0.0065965373,0.016853299,-0.019195842,-0.02729714,-0.0077474746,-0.010378769,-0.0023425436,-0.017390132,0.05560287,-0.033186033,0.027378477,-0.04197057,-0.025345018,0.016088719,0.03871704,0.0201231,-0.0041767224,-0.04642791,-0.0019795713,-0.001290229,-0.045907345,-0.0007269612,0.016584883,0.01294906,0.0110782785,0.008890278,0.043467194,-0.015844705,0.014047127,-0.001290229,-0.007474991,-0.06126402,0.014405016,-0.016121253,0.027329674,-0.00025113203,0.020448452,-0.03364153,-0.010313698,0.010476375,-0.020936482,0.051113,0.013941388,-0.0009801267,-0.03152673,0.069365315,0.046232697,0.05173117,0.044508327,-0.0020283742,-0.014559559,-0.0062915185,-0.00006329138,0.024840722,0.045614526,0.025182342,-0.02645122,0.03020905,-0.05485456,-0.018170979,0.028370805,-0.0016074484,-0.014193536,-0.026646432,-0.037578303,-0.037936192,0.0125261005,0.0134370895,0.010085952,-0.04984412,-0.0008998051,-0.025084736,0.009646724,0.029363131,-0.012737581,0.015795901,-0.025214877,-0.065135725,-0.002513354,0.025572766,-0.043597337,-0.029590879,0.007861348,-0.024336424,-0.0126074385,0.030387994,-0.051113,0.014535157,0.028143058,-0.007885749,0.024482833,-0.03995338,-0.008207036,0.0021696996,-0.007784077,-0.018138444,0.021424511,-0.02645122,0.0031843951,0.023880929,-0.029607147,0.06982081,0.020350847,-0.053195257,0.0138519155,0.022823531,-0.014169134,-0.01388445,-0.05290244,-0.044573396,0.035691254,0.04720876,0.033478852,-0.009972078,-0.008194835,-0.025345018,0.0076091993,-0.011525639,0.021977613,-0.032242507,0.0057750205,0.00065324834,-0.02116423,0.015372941,0.0152590675,0.009451512,-0.005026708,0.04060409,-0.010728524,-0.038651966,0.0074099205,-0.04496382,0.06995095,0.01653608,0.0299325,0.040050987,-0.026467487,-0.022498177,0.015128926,-0.04141747,-0.0321449,0.015438012,0.01437248,-0.030518135,0.034292232,0.0060637714,0.011354829,0.015600689,0.008865876,-0.031640604,-0.027053123,0.002366945,-0.0063118534,-0.014827975,-0.0004821837,-0.029493272,-0.0013085301,-0.049128342,-0.005754686,0.03696013,-0.0022632387,0.022254163,0.052869905,-0.0538785,-0.022189092,-0.0102079585,-0.044573396,-0.0034304434,-0.0070235636,0.010077817,0.009451512,0.01405526,-0.016349,-0.014136599,-0.0046078158,-0.0064501283,-0.042849023,0.025377555,0.041092116,0.03712281,-0.023653181,0.012005535,-0.04545185,0.026337346,0.012095007,0.0060515706,-0.036016606,0.05016947,0.004550879,-0.007576664,0.01789443,0.054529205,0.06380177,-0.016503545,0.04226339,-0.025003398,-0.016511679,0.02192881,0.015795901,-0.0024970863,-0.04392269,0.015641358,-0.011240955,0.038456757,-0.017487738,0.04086437,0.012339022,0.017552808,-0.005347994,-0.0147629045,-0.049616374,-0.016056184,0.046558052,-0.04372748,-0.008308709,0.017032243,0.01316054,0.0032311645,-0.023197688,0.00061003736,0.009516583,-0.03543097,0.009370174,0.030257853,0.012314621,-0.023929732,-0.028712425,0.011184018,0.0032433653,0.0054781353,-0.017520273,-0.016674355,-0.017162384,0.012932792,0.0044207373,-0.030566938,-0.016259529,0.011639513,-0.008605594,-0.041092116,-0.0068202177,-0.01507199,-0.026483756,-0.01838246,0.034910403,-0.03367406,0.018789152,0.025019666,0.028972708,-0.020855144,-0.014339945,0.047371436,-0.017943233,0.0039713434,-0.015568154,-0.006360656,-0.010622784,0.041254792,-0.042556208,0.031542998,0.030013839,0.0441179,0.0022368038,-0.012184479,0.036569707,-0.019814014,0.02798038,-0.009557252,-0.03927014,0.029542075,-0.009410843,-0.036569707,-0.0063850577,0.0020019393,-0.011200286,-0.011127082,0.015511217,-0.011550041,-0.011444301,0.011411766,-0.018187247,0.032844413,0.0036073544,-0.01725999,0.0010238461,-0.032958284,-0.03848929,-0.002490986,-0.010094085,-0.023262758,-0.023002476,0.013925119,0.0033653728,-0.04441072,0.029395668,0.031136308,-0.039855774,0.016438473,0.0050063734,-0.049974263,0.0030217185,-0.010695988,-0.037480697,0.042914096,0.018138444,0.019651337,0.006084106,0.02290487,0.032128636,-0.00042168834,0.023685718,-0.007393653,-0.025995726,0.021831203,0.014640897,0.0069869612,0.009516583,0.0244991,0.0293794,0.0013237811,0.032063562,0.0018392627,0.0008479519,-0.035138153,-0.02352304,0.00527479,-0.00088506256,0.017227456,-0.002854975,-0.019342251,0.0040282803,-0.029753556,0.010395037,-0.014657164,-0.0293794,0.021701062,0.003928641,0.012452896,0.025296217,-0.00034390856,-0.005941764,-0.020513523,0.053162724,-0.04766425,0.0038086667,0.010736657,-0.032193705,0.013542829,-0.020659933,-0.0039144065,-0.007670203,-0.04665566,-0.007230976,0.0035402502,-0.042653814,0.026190938,-0.020985285,-0.010793595,-0.024320155,-0.02366945,-0.022937404,0.021050356,0.0012200747,0.003934741,-0.01002088,-0.059702322,-0.0011255189,-0.006218314,-0.0060231024,-0.033446316,-0.005026708,-0.0076905377,0.015006919,0.010224226,0.0059783664,-0.0029017443,-0.024873257,0.0022673055,-0.002318142,0.03167314,0.018203516,0.0060597043,0.0078003444,-0.030111445,-0.017162384,-0.0021290304,-0.0076580024,0.008613728,0.035723787,-0.033186033,0.026288543,-0.008930947,-0.0034792465,0.026402418,-0.022124022,0.026125867,-0.023539308,0.04379255,-0.014705967,0.013705506,-0.013835647,-0.0066860095,0.0067470134,0.0098338025,-0.03530083,-0.0060027675,0.008784538,-0.0045183436,-0.003507715,-0.027752632,0.008589326,-0.028761229,-0.0111189475,-0.010500777,0.022530714,-0.021668527,0.0064379275,-0.011045743,-0.018626474,-0.0067470134,0.0049616373,-0.001665402,-0.029574612,-0.011395498,-0.010492642,-0.008930947,-0.10307191,-0.021831203,0.034097023,0.05179624,0.023344096,0.002962748,0.04063662,0.00690969,0.00073204486,0.0079711545,-0.005750619,-0.02171733,-0.019439857,0.029704753,0.013672971,-0.0054700016,0.0060678385,-0.015267202,-0.050657503,0.0058482247,-0.03787112,0.0023872796,-0.029184187,0.040181126,-0.0062061134,0.0106634535,-0.0034751794,0.04372748,-0.0019358519,0.02728087,0.0059051616,-0.037318017,0.0043190643,-0.003267767,0.012957194,-0.0018392627,0.009614189,-0.04252367,0.002149365,-0.013876316,-0.025296217,-0.0061979797,-0.0013786844,0.024856988,0.034097023,-0.018057106,0.025475161,-0.024743116,0.043825082,-0.015812168,-0.039790705,0.010443839,-0.048412565,-0.045256637,-0.014486354,0.019521195,-0.011989268,-0.013534696,0.024629243,-0.007129303,-0.016820764,-0.03014398,0.006982894,-0.016633686,0.042360995,0.013485893,-0.028305734,-0.022465643,-0.02693925,0.028175592,0.029086582,0.012363424,0.0077149393,0.026158402,0.049876656,-0.023083813,-0.010085952,-0.026955517,0.00009392034,0.0012556602,0.0073529836,-0.008434784,-0.0041848565,0.007670203,-0.026678968,-0.006181712,0.02916792,0.00021224217,-0.0115337735,0.009240032,0.0068039503,-0.024206283,0.0044248044,-0.021831203,-0.029086582,-0.016690623,-0.0396931,0.043011703,0.009874471,0.009248166,-0.008963482,0.01683703,-0.024173748,0.015852837,0.01719492,-0.002295774,-0.018480064,0.0059742993,0.0077149393,0.014592093,-0.0255565,-0.014461952,0.0076132664,0.023246491,0.012672509,0.034162093,-0.0014844242,-0.018024571,0.015893506,-0.015096392,0.039302673,-0.0067429463,-0.03341378,-0.025670372,-0.011167751,0.0076173334,0.009646724,0.008141966,0.023848394,-0.03014398,0.013111737,0.0201231,0.011436167,0.042979166,-0.0025072535,0.023897197,0.011940464,0.022888603,-0.0072716456,0.049258485,0.01381938,0.006519266,0.022823531,-0.009809401,0.002580458,0.0015240767,0.01712985,0.01002088,0.008686932,-0.004693221,-0.0068202177,0.00018008811,0.00070306804,0.03709027,-0.019651337,0.018122176,0.020285776,-0.027313406,-0.029281793,-0.0073163817,-0.052219197,0.03891225,-0.0012892123,-0.024027338,0.023946,-0.037903655,0.0077962773,0.0020924283,0.008394114,-0.015080123,-0.023067547,0.004583414,-0.0004781168,0.0074017867,0.0070194965,0.0063972585,0.0059742993,0.040278733,-0.018024571,0.039595492,-0.00014679025,-0.034910403,-0.022026416,0.04727383,0.037545767,-0.018398726,-0.045354243,0.0011733052,-0.05394357,-0.04990919,0.001387835,-0.003709027,-0.04886806,0.033023357,-0.015015053,-0.0011936398,0.020220704,0.044280577,-0.02846841,0.001463073,-0.040766764,-0.017943233,0.017796824,-0.024824454,-0.0055838753,0.012127543,-0.013510294,-0.013469625,-0.015812168,-0.0038940718,-0.016617417,0.0134777585,0.020139366,0.010224226,-0.03168941,0.04766425,0.023685718,0.022579517,-0.015332272,-0.019244645,0.0255565,-0.04343466,-0.020009225,0.04343466,-0.00091048074,0.023213955,-0.0033694396,0.008735735,-0.020822609,-0.032340113,-0.006084106,0.010964405,-0.018593939,0.010582115,0.03517069,0.029753556,-0.012046205,-0.03578886,0.04864031,-0.030387994,-0.011989268,0.0026312945,0.020790074,-0.020562327,-0.011940464,-0.016918369,0.05303258,-0.0020151567,0.0071211695,0.0056245443,-0.0255565,0.049193412,0.04864031,0.030892292,-0.020887678,-0.0020964951,-0.00603937,0.03326737,-0.0033938412,0.030648278,-0.0013288647,0.01120842,0.007751541,-0.012997863,0.011476836,-0.018854221,-0.009280702,-0.004205191,-0.016853299,-0.008686932,-0.03396688,-0.012770115,0.0027207667,0.021261835,-0.022302967,0.024889525,-0.028175592,-0.042230852,-0.0020903947,0.007588865,-0.00603937,0.029916232,0.018496333,0.017064778,0.009589788,0.010045282,-0.011558174,-0.026337346,0.01040317,0.024206283,-0.010029014,-0.01948866,-0.005494403,0.010606516,-0.010297431,-0.0056448793,-0.005636745,-0.006031236,0.0088821445,-0.011566308,-0.016527945,0.0059336303,0.030274121,-0.021652259,-0.009858204,-0.020627396,0.0139739225,-0.0006008868,0.0052666557,0.02443403,0.014380614,-0.033706598,-0.013136138,0.017780555,0.013868183,0.0010665486,0.006649407,-0.030257853,0.020692468,0.0018412961,-0.005490336,-0.0054822024,0.040343806,0.037285484,0.020708734,-0.019033166,0.0017477571,-0.0043678675,0.027313406,0.0012780282,-0.02248191,0.010630918,0.020269508,0.021733597,-0.035528578,-0.002269339,-0.011948599,0.013534696,0.024629243,-0.013998324,0.020220704,-0.0069462922,0.00457528,0.044313114,-0.034292232,0.006893422,-0.015088257,0.010191691,-0.0017599578,-0.017113581,0.110229686,-0.011728985,0.004693221,0.016446607,0.012916525,0.021408245,0.013957655,0.020838877,-0.01900063,0.02248191,-0.030794686,0.0054374663,0.007047965,-0.002114796,-0.021180497,-0.029607147,-0.024450298,0.022237895,-0.0046728863,-0.019439857,-0.01942359,0.032795608,-0.011428033,0.006958493,-0.015234667,0.00033704564,0.01403086,-0.005262589,-0.037773512,-0.024482833,0.0010380802,-0.025507696,-0.021489583,0.010313698,-0.008841475,0.008540523,-0.010598383,0.0034670457,-0.0190657,0.015958577,0.0055716746,-0.007385519,0.017926965,-0.009313237,-0.0032128633,0.031006165,-0.00026689135,0.018187247,-0.026581362,-0.015324139,-0.013965788,0.003109157,-0.020936482,0.016129388,0.0012383759,0.0054740687,0.003548384,0.032340113,0.023262758,0.0073204483,-0.005742485,0.04037634,-0.02715073,-0.026906714,-0.0020375247,-0.057457387,0.0033023355,0.00702763,-0.022433108,-0.00452241,-0.057880346,-0.006808017,0.025231145,0.024108676,0.0071211695,0.011899795,0.016226994,-0.00067764986,-0.0054822024,0.017910697,0.006324054,-0.010134754,0.019927887,-0.013941388,0.005128381,-0.019293448,-0.004876232,-0.020269508,0.002673997,0.035463504,-0.040278733,0.01040317,0.02095275,0.016349,-0.0019907553,0.0027126328,-0.033023357,0.020659933,0.009614189,-0.0075034597,0.021652259,0.00039296574,-0.0037923988,-0.010630918,-0.016080584,-0.039595492,0.004884366,-0.0093783075,-0.0053723957,-0.009500315,-0.026190938,0.011639513,-0.00087438687,0.0014152867,0.023409167,0.021684796,0.012664376,0.0179595,-0.023376632,-0.0037212279,0.016454741,0.011452435,-0.015332272,-0.015120793,-0.008459184,0.05436653,0.01636527,-0.0064419946,0.02052979,-0.0102486275,-0.015682027,0.018138444,0.022872334,-0.0179595,-0.004432938,-0.007519727,-0.025605302,0.014657164,-0.03175448,0.0060109016,-0.005018574,0.02693925,0.010386903,0.004400403,-0.04405283,-0.03774098,0.04343466,0.019407323,-0.0019968557,-0.0070927013,0.024515368,0.031217646,0.017341329,0.008105363,0.0019419523,0.018854221,0.014575826,-0.019260913,-0.028387072,-0.003859503,-0.028435875,-0.01983028,-0.016235128,0.0003993203,0.023002476,0.008329043,-0.039367743,0.018610207,-0.009955809,-0.015551886,0.038554363,-0.016853299,-0.033999417,0.025328752,0.010980672,-0.016137522,0.0028163393,-0.012282086,-0.01277825,0.012623707,0.0051853177,-0.009061088,-0.008113497,-0.019016897,-0.02895644,-0.0006268134,-0.007771876,-0.037220415,0.005705883,0.006189846,-0.008304642,-0.0047094882,0.00089065457,-0.008141966,0.025312483,0.03891225,-0.008849609,-0.029428203,-0.0009313237,0.031721942,0.013445224,-0.02207522,-0.0058644926,-0.018122176,-0.0098338025,0.015698295,0.01683703,0.028322002,0.019260913,-0.002464551,-0.01333135,-0.014128465,0.0027878708,0.041027047,0.022335501,0.02636988,-0.036634777,0.02186374,-0.03277934,0.006332188,0.027817704,-0.018219782,-0.026060795,-0.015576287,0.00055310054,0.054138783,0.020106832,0.021424511,0.0006786666,0.0148035735,-0.023880929,-0.028533481,-0.025035933,0.008280241,0.014331811,0.0042377263,-0.012379692,-0.017650414,-0.029916232,-0.04545185,0.00936204,0.04441072,0.0072675785,0.011785922,0.008040292,0.056286115,-0.010305565,0.0063403216,0.034617588,-0.0024035473,0.00017856302,0.0148035735,-0.021977613,-0.03033919,-0.0026211273,0.025881851,0.016064318,-0.012379692,0.029184187,0.013803112,0.02825693,0.02867989,-0.00022418873,-0.0017070879,-0.020546058,-0.012086874,0.007877616,0.0032860679,-0.021912541,0.0019795713,-0.02381586,-0.012111275,0.015055723,0.008459184,0.0048518307,-0.04434565,-0.021310639,0.045159034,-0.0053439275,-0.0146897,-0.011826591,0.034715194,-0.020920215,0.017308794,0.01556002,-0.0364721,0.013925119,-0.0024543838,0.030322924,0.0053398605,0.03432477,0.0012017736,-0.017861893,0.03549604,-0.008284307,0.031900886,-0.0064826636,0.025052201,0.019586267,0.017992035,0.032681733,0.019537464,0.034682658,-0.008719468,0.013201209,-0.006995095,0.0028183726,-0.0028448075,0.038261544,-0.008369713,0.028387072,-0.032388918,0.033446316,-0.009662991,0.04509396,0.0124040935,0.013811246,0.0139739225,-0.018219782,-0.010395037,0.033739135,-0.00071171025,-0.0069462922,0.042686347,0.03617928,0.012859588,-0.049681444,-0.03848929,0.028159324,0.0065965373,0.0084673185,-0.011834725,0.0299325,-0.011151483,0.027996648,-0.00974433,-0.0036663245,-0.023897197,0.032275043,-0.020367114,-0.039237604,0.009996479,0.015055723,0.00025964715,0.011850992,0.044931285,0.00085608574,0.030453065,0.01963507,0.01747147,0.011631379,0.005205652,0.020692468,-0.018187247,-0.020139366,0.026548825,0.03180328,-0.0054822024,-0.030989898,0.002224603,0.013746175,-0.031510465,-0.0025113204,0.039139997,-0.0040506483,-0.003530083,0.008296508,-0.019879084,-0.030989898,0.018821687,0.016918369,0.012005535,-0.000033075463,-0.029151652,-0.017292526,0.020887678,-0.015974846,0.017731752,-0.029102849,-0.088561155,0.04323945,0.007446523,0.017032243,0.01224955,0.01127349,0.03835915,0.006031236,-0.012900257,-0.021831203],"social":"https://twitter.com/haseabamin"},{"title":"deatris","description":"tool for local businesses to earn loyal customers","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=VRnA0ZTMRZo","youtube_transcript":"Hi, everyone. Hi, Matza. And we have been building the app just for the last six weeks in at night and weekends. The app is basically a mobile app, which enables you earning promotions and discounts and local places around. And we published our b to b app, and we almost published our B2C app in the past six weeks. And we currently had twenty six local businesses in Istanbul and forty promotions So now let's check out our product. So from the business app, businesses can see all the promotions they have created and they can create new promotions as well. They can choose the promotion type. They can choose the progress type. They can also choose what they give. So I will create a random promotion. Here. Just to demonstrate. So as you can see, the promotion is created and they can also track the usage of customers from this page. For the customer app, customers can see all the places. That we partnered up with. Actually, these are all real places. We have twenty six places right now. And when they click on a business, they see all the promotions that that business has created. And when they click on a promotion, the QR code is generated. And when they go to that place, the business owner scans the QR code and they claim the promotion, basically.","embedding":[-0.029099535,0.025925288,0.02742386,-0.0048294873,-0.020911885,-0.04898967,0.021484068,0.014181936,0.007935618,-0.02839112,-0.014686001,-0.058308057,0.010231157,-0.040243458,0.03948055,0.038554158,-0.057763122,0.047763564,-0.030843327,0.040379692,0.04907141,0.02839112,0.016443416,-0.0153263,-0.049016915,-0.029426496,-0.045747302,0.00586827,-0.0031163476,-0.0403252,0.032614365,-0.009938254,0.029099535,0.02839112,0.0009808833,-0.0174243,-0.0010311194,0.012458579,0.033894964,-0.026865302,-0.045965277,0.009011865,0.026606457,-0.04863546,-0.027233133,0.04294089,-0.0042981757,-0.0022478574,0.032369144,0.045474835,-0.0512239,-0.02125247,-0.016130079,-0.015830366,-0.011096241,-0.052259278,0.004771588,0.03596572,-0.02419512,0.038172703,0.021524938,0.041878264,0.056618758,0.03223291,-0.004451439,-0.0054868152,-0.014004832,0.0529132,-0.017928366,0.0068866177,0.047845304,-0.012588001,0.012335969,0.0017029223,0.015789496,-0.010776092,0.011321027,0.008644033,0.05416655,0.003926939,0.015517027,-0.006259942,-0.012731046,0.02770995,0.0018068005,-0.03416743,-0.05618281,-0.04473917,0.0032048996,0.01391628,0.019018235,0.033649743,0.0014594044,0.02762821,0.07634541,-0.023445833,-0.038663145,-0.009904196,0.021102613,0.024058886,0.020884639,-0.058308057,-0.0021524937,-0.044875406,0.030352887,-0.0344399,-0.025339482,0.030380134,0.014563391,0.014454404,-0.07024214,-0.010013183,0.022914521,0.017451547,0.019985495,0.0036612828,0.051796082,-0.049643587,0.0032900458,-0.024453964,-0.02061217,0.032450885,-0.020557677,0.014740495,-0.024944404,0.027655456,-0.019903755,-0.0035727308,-0.021197977,-0.03435816,0.021565808,-0.0048226756,0.013950339,-0.016933858,-0.04234146,-0.014604261,-0.023936275,0.02795517,-0.035257302,0.00508152,0.015394417,-0.021306964,-0.0028626123,-0.010176663,-0.069588214,-0.059234448,-0.03678312,-0.00012899635,-0.03787299,-0.0049146335,-0.0006253982,-0.006883212,-0.018977365,-0.022369586,0.021933638,-0.0045433966,0.028200392,0.07133201,-0.059779383,-0.020748405,-0.0148631055,-0.021729289,-0.038744885,-0.025135132,-0.0663186,0.02186552,-0.03803647,-0.034903094,-0.068062395,-0.0034433089,-0.04855372,-0.046319485,-0.03125203,0.040161718,-0.008119533,0.013868598,0.041851018,-0.048662707,0.0073293773,-0.035420783,0.008528234,-0.0020656446,-0.0011801252,0.005963634,-0.031524498,-0.005980663,0.012479014,-0.0021831463,-0.0016518346,0.0025748184,-0.028881561,0.018405184,0.011041747,-0.021443198,0.029263016,-0.07667237,0.042368706,0.013650625,-0.011041747,0.021770159,-0.0036204127,-0.014127443,0.021565808,0.03645616,0.0041278834,-0.011395955,-0.021429574,-0.026170509,0.006096462,-0.005674137,0.037573278,-0.011082618,-0.0032151171,0.02493078,-0.0046966597,-0.030461874,-0.07803471,0.037246317,-0.008426059,0.066972524,0.031796966,0.010135793,0.01882751,-0.054902215,0.021102613,0.04988881,0.024944404,-0.014468027,0.053212915,-0.023582067,0.010898702,0.013555261,0.017724015,-0.036755875,0.07852515,0.010721599,0.011470884,-0.027083276,-0.008889254,-0.008507799,0.008099098,0.050488237,0.01802373,-0.020026365,0.09231201,0.02355482,-0.039916497,-0.044630185,-0.018037353,-0.02339134,0.048771694,-0.0021388703,0.006981981,-0.017873872,0.005493627,-0.03689211,-0.0139299035,0.03738255,0.009584046,0.007002416,0.020693911,0.0061782016,-0.04779081,-0.012295099,0.019985495,-0.007199955,0.009018676,0.031715225,0.023241483,0.01588486,-0.033894964,-0.0062020426,-0.0146178845,-0.011205228,0.019958248,0.005166666,-0.042804655,-0.012111183,-0.0017301689,-0.0023057568,-0.033050314,-0.022451326,0.020435067,-0.041605797,0.018568665,0.02746473,0.012567566,0.008174026,-0.02439947,0.043976262,0.019617664,-0.040706653,-0.021552185,-0.033785976,0.09231201,0.00066499115,0.018037353,-0.04645572,-0.013807293,0.008725774,0.02250582,-0.0424232,-0.041524056,-0.03384047,-0.0122610405,0.030625353,0.033486262,0.023827288,0.03258712,-0.040352445,-0.057926603,0.007792572,0.04787255,-0.056618758,-0.027274003,0.014713248,0.08408349,0.02411338,-0.02553021,-0.016266312,-0.002298945,-0.015735002,-0.031170288,0.035039328,-0.03593847,-0.068225875,0.0015743516,-0.014495274,0.02415425,-0.055283666,0.016198196,-0.024018016,-0.014577014,0.026238626,-0.02795517,0.010891891,0.051360134,0.002169523,0.025625573,0.035883978,0.0079696765,-0.03416743,-0.019917378,0.010469566,0.030434627,0.004178971,0.029154029,0.007043286,0.023118872,-0.008678092,-0.015585144,-0.02186552,-0.009863325,-0.05928894,-0.011266533,0.027056029,0.008024169,-0.005490221,-0.04294089,0.008909689,-0.028690834,-0.016770378,0.032641612,-0.020911885,0.02403164,0.031306524,-0.045393094,0.017996483,0.00021903837,-0.0007352367,0.012737858,0.008739397,0.017887495,0.007894748,-0.03089782,-0.00004930492,0.023990769,0.039071847,0.028990548,0.0024590197,0.004897604,0.021552185,-0.018214457,0.028309379,0.030352887,-0.00766315,0.0059466045,0.002695726,-0.059779383,0.025938911,0.0470279,-0.0233096,-0.021020873,-0.037110083,-0.0012056689,0.026647327,0.035502523,-0.019372443,-0.026960665,-0.020380573,0.000029721316,-0.07928806,-0.037164576,0.009481871,-0.04811777,-0.0062940004,-0.03291408,-0.02536673,0.014999339,0.032341897,-0.013602943,-0.009495494,0.068825305,-0.009522741,0.035420783,-0.022941768,-0.018296197,0.025543833,0.027314873,-0.008446494,0.018950118,-0.048172265,-0.009536364,-0.026020652,-0.0005215199,-0.0079833,0.044275977,0.04351307,-0.030625353,-0.06081476,-0.019958248,-0.00013080571,0.04351307,0.009127663,-0.042559434,-0.011511754,-0.033486262,-0.0070160395,-0.010803339,-0.026674574,-0.04294089,0.022124365,-0.029263016,0.021143483,0.009529552,-0.03032564,-0.0050951433,-0.011934079,0.003242364,-0.021511314,-0.06441133,-0.040243458,-0.01173654,-0.0071658967,-0.079233564,0.006913864,0.0071250265,-0.008535046,0.016007468,-0.00915491,-0.041278835,0.0348486,0.022969015,0.020775652,0.029671717,0.026156886,-0.020053612,0.006546033,0.07934255,-0.030352887,0.006934299,-0.018650405,0.00023713193,0.027110523,-0.04294089,-0.027478354,0.024562951,0.035883978,0.01939969,-0.013044384,0.021388704,0.021974508,-0.045883536,-0.0007326823,0.030516366,0.03896286,0.02948099,0.02480817,-0.016906612,-0.033377275,-0.0026616675,0.045665562,0.038390677,-0.01508108,-0.011348274,-0.0053165234,-0.008582728,-0.06664556,-0.02730125,0.020884639,0.046510212,-0.010823774,-0.03920808,0.06490177,0.07040562,0.024263237,-0.016811248,-0.017328937,0.016838495,0.011021312,-0.030080419,-0.039235327,-0.004093825,-0.0046591954,-0.032260157,0.024208743,-0.018010106,0.045311354,-0.035230055,0.028581847,-0.042450447,0.002697429,-0.0470279,0.005558338,0.002980114,-0.009406943,-0.03787299,0.0038792568,-0.038935613,0.00045084866,0.009945066,-0.010115358,0.0076903966,0.017901119,0.0030720718,-0.026851678,-0.039698523,-0.025938911,-0.0057695005,-0.009754338,0.007976488,-0.018132716,0.03860865,-0.021402327,-0.034112938,0.023336846,-0.01939969,0.01734256,-0.0134394625,0.006307624,0.054738734,0.017165456,0.029916938,-0.018214457,0.0062292893,0.010905514,-0.015680509,-0.02048956,0.031824213,-0.010633047,-0.035475276,0.007867501,0.04291364,0.020871015,0.022969015,0.0205713,0.014113819,0.038581405,-0.0403252,0.054466266,-0.0079833,-0.019181715,0.014086572,-0.011743352,-0.010619423,0.018650405,-0.038172703,-0.040597666,-0.02730125,0.03746429,-0.024426717,-0.0071454616,-0.038390677,0.013071631,0.03141551,0.0044752797,0.02044869,-0.001061772,0.05408481,0.025639197,0.011470884,-0.03860865,-0.02770995,0.012949021,0.0042845523,0.023949899,-0.03787299,0.017669521,0.0014432266,0.009747527,0.002382388,-0.0155306505,-0.027192263,0.013780047,-0.024958028,0.005367611,-0.021947261,0.029181276,0.0013640407,-0.021606678,0.0195223,0.042559434,-0.02339134,-0.027723573,-0.0011401065,0.009706656,-0.008242143,-0.024644691,0.003725994,0.007288507,-0.015149197,-0.020298833,0.026524717,0.020557677,0.011436826,0.025380353,0.005282465,-0.06397538,-0.00078973017,-0.032886833,0.038227197,0.020189846,0.01117117,0.013153371,0.015012963,0.008317072,-0.001817018,0.053485382,0.012771917,-0.010360579,-0.0058410233,-0.011872774,0.014999339,-0.034194678,0.0072135786,-0.01814634,0.028418366,0.041469563,-0.009488682,-0.017410677,0.010387826,-0.030925067,0.045120627,0.00005223182,0.007404306,0.0055072503,-0.01717908,0.00054961815,0.028336626,0.033540756,-0.036919355,0.04988881,-0.022560313,-0.0065630623,0.0021116235,0.034467146,0.027818937,0.015721379,0.020775652,0.044820912,-0.030352887,-0.002561195,0.051441874,0.017056469,0.011109864,0.047245875,-0.014004832,-0.055637874,0.003964403,0.026633704,0.02125247,0.0051632603,-0.018200833,0.0012720829,-0.0142636765,0.01358932,-0.005912546,-0.017560534,0.018990988,0.012547131,-0.012458579,0.018773016,0.014917599,-0.005306306,0.014767742,-0.022996262,0.011300592,0.028827067,0.0037532407,-0.07378422,0.012853657,0.014113819,0.0018442648,-0.026265873,-0.001994122,-0.008024169,0.013139748,0.020026365,0.026797185,0.01754691,0.03561151,-0.015067456,0.0015156008,-0.00059176545,0.015190067,0.001994122,-0.028036911,-0.043485824,0.022642054,-0.02448121,-0.044194236,0.030189406,0.013950339,-0.05283146,0.004509338,-0.0016348053,-0.00022329568,0.012553942,-0.02133421,-0.024862664,0.003044825,0.019958248,0.029154029,0.017901119,-0.0049418802,0.017628651,-0.035339043,-0.029617224,0.0029239175,-0.039262574,-0.007976488,0.009597669,-0.032096677,0.014345417,0.024453964,-0.022233352,0.0021933638,-0.010796527,-0.007070533,0.0039167213,-0.009713468,0.01274467,-0.023909029,0.04890793,0.027151393,0.040951874,0.0035386723,0.015653262,-0.054330032,0.050161276,0.04198725,0.047736317,-0.0056094257,0.012090748,0.004812458,-0.0071454616,-0.010857833,0.007601845,-0.022478573,0.00661415,0.040870134,-0.032805093,0.028936055,-0.021238847,0.028145898,-0.039017353,-0.026511094,0.014386287,0.027778067,0.019386066,-0.0039337506,0.021674795,0.008739397,0.0033615686,0.036646888,-0.021552185,0.021770159,-0.030080419,0.002450505,-0.036755875,0.017764885,-0.024549328,-0.012935397,0.0034518233,-0.010176663,0.0037804875,-0.0027382988,-0.035747744,-0.057981096,0.0076495265,-0.0180646,-0.020653041,-0.040788393,0.042641174,-0.00395078,-0.0144407805,0.025393976,0.052014057,-0.010183475,-0.015557897,-0.008494176,0.006072621,-0.022110742,0.024263237,-0.008344319,0.036319926,0.043158863,-0.0024385846,0.016756754,0.019794768,-0.00008205957,-0.026565587,-0.013541638,0.0015743516,-0.0054255105,0.033132054,-0.030679846,-0.019031858,0.01133465,-0.004093825,0.005101955,-0.01754691,0.0019174904,-0.0065562506,0.011791034,0.013180618,-0.011028124,-0.014045702,-0.011321027,-0.026919795,0.0146178845,-0.0029460555,0.010755657,-0.021538561,-0.013991209,0.015952976,-0.013446274,0.012588001,0.006345088,0.0038996919,0.005033838,-0.023731925,0.03476686,0.0018442648,-0.0065596565,0.0063178414,-0.011436826,0.008058228,0.019917378,0.012124807,-0.07291232,0.01133465,0.0031027242,-0.01431817,0.052204784,-0.0023415182,0.010851021,0.0053607994,0.057163693,0.0646293,0.0048941984,0.009366073,-0.017397054,0.029944185,0.005953416,0.023759171,-0.03577499,-0.015626015,0.013241923,-0.0033632715,0.059997357,0.006215666,-0.012070313,0.018950118,-0.033268288,0.068062395,-0.035339043,0.031742472,-0.00026629446,-0.008010546,-0.018364314,-0.025257742,0.020094482,-0.0046626013,-0.0012226981,0.057545148,0.025094261,0.014209183,0.0035046139,0.008875631,0.0008931827,-0.006569874,-0.013493956,0.009175345,-0.032696106,-0.008398812,-0.021225223,0.014345417,0.0153535465,-0.013453086,0.024862664,-0.040951874,0.007404306,-0.015557897,-0.028064158,0.018446054,0.0014057623,0.005282465,0.010503625,-0.01629356,0.044439457,0.025884418,-0.014495274,0.027682703,-0.010401449,-0.02182465,0.0039337506,-0.0103946375,0.0087938905,0.010980442,0.044112496,-0.0012874092,0.03125203,0.00009068061,0.008609975,-0.0018476706,0.029916938,0.03048912,0.010960007,-0.0023738735,0.021974508,0.02355482,-0.008044604,-0.03141551,0.0015777574,-0.06435683,-0.03299582,0.005888705,0.032532625,0.002145682,0.018541418,-0.024304107,0.009665786,-0.01056493,-0.01516282,0.00216782,0.013153371,0.018323444,0.017315313,0.026225002,-0.037518784,-0.005984069,-0.009979124,-0.01666139,0.034712367,0.014985716,-0.015517027,-0.0045059323,0.028990548,0.06795341,0.0073906826,0.03266886,-0.03375873,0.037845742,0.009945066,0.0023687647,0.023418587,-0.039344314,0.016566027,0.0038009225,0.009870137,0.0003801774,-0.001314656,-0.014631508,0.011157546,0.04125159,-0.0055889906,-0.030053172,0.0017029223,0.034194678,-0.005759283,0.0032270376,0.027573718,-0.0076767732,-0.030679846,-0.01830982,-0.017356183,-0.04803603,-0.0302439,-0.0061645787,-0.00030290728,-0.007683585,0.0071250265,-0.011430014,0.020639418,0.00407339,0.0638664,0.002564601,-0.01544891,-0.0059193578,0.026647327,-0.019699404,0.033104807,-0.026797185,-0.009706656,-0.020639418,-0.02762821,-0.01662052,0.0059942864,-0.039317068,0.016061962,-0.0010643264,-0.020257963,-0.0036067893,-0.0003126991,-0.0038622275,0.027764443,-0.0046762247,0.053131174,-0.008609975,-0.007751702,0.024099756,-0.009829267,0.008337507,-0.022437703,0.00091021194,0.01592573,-0.041769277,0.020339703,-0.012560754,-0.04250494,0.010340144,0.010994066,0.031524498,0.0010191989,0.0142773,0.0037532407,-0.008773455,0.013337287,0.020108106,0.014522521,0.0036885296,0.020557677,-0.030543612,-0.021715665,0.0031674353,-0.018977365,-0.009291144,0.0045297733,0.0041721594,-0.029426496,-0.017451547,0.017233573,-0.028963301,0.0037736758,-0.022900898,0.019018235,-0.02553021,0.0008122939,0.01056493,-0.001202263,0.026129639,-0.0159666,-0.017955612,0.031442758,-0.026524717,-0.0041483184,-0.03536629,-0.005054273,0.0052518123,0.0013827728,-0.007683585,0.012615248,-0.0026020652,-0.013432651,-0.008085474,0.028881561,-0.0016841901,0.023786418,-0.0018868379,-0.01524456,0.004904416,-0.0071931435,-0.0049418802,0.005435728,0.02444034,0.007840254,0.011743352,0.0026105798,0.013166995,-0.0026650734,0.0051802895,0.0025714126,0.013337287,0.005193913,0.01843243,0.0074587995,-0.03359525,0.021102613,-0.0037770816,-0.006348494,-0.008834761,0.037164576,-0.012519884,-0.0064881337,0.010592177,-0.031061301,0.008208085,0.012955832,0.011879586,0.005217754,-0.013194242,0.004577455,-0.005231377,-0.0038588217,-0.0046149194,-0.022955392,-0.006590309,0.018950118,0.003131674,-0.0020826738,-0.0009723686,-0.004768182,-0.012145242,0.014903976,0.0032696107,-0.009413755,0.010217533,0.0003120605,-0.03765502,0.017097339,0.010721599,0.02318699,0.007656338,0.045365848,0.0028081187,-0.0054765977,0.08255767,-0.029971432,0.004420786,-0.017873872,0.05097868,-0.022069871,-0.013650625,-0.016116455,-0.014209183,-0.029453743,-0.043322343,-0.026388483,0.012152053,-0.016906612,-0.015149197,-0.012049878,0.0040120846,-0.0014977201,-0.010040429,-0.015912106,0.01544891,0.02137508,0.010135793,0.019890131,-0.02931751,-0.041442316,-0.011647988,-0.0016382112,-0.022233352,0.01746517,-0.0077380785,0.020435067,0.018922871,0.0052722474,-0.003964403,0.01423643,-0.036101952,-0.0066073383,0.043485824,-0.02258756,-0.0073702475,0.012833222,0.028009664,0.020693911,0.01310569,0.004465062,-0.020475937,0.017451547,-0.06032432,-0.068988785,0.0015462533,0.0068934294,0.0050747083,0.0061066793,0.00919578,0.016021091,0.00096896273,0.021674795,-0.004717095,-0.006505163,-0.03206943,0.03185146,-0.009733903,-0.0033547569,-0.032014936,-0.013991209,-0.009604481,-0.03375873,0.014999339,0.029072288,-0.0028983736,0.0022836188,0.027314873,0.010319709,-0.002605471,0.012213359,0.02407251,-0.024058886,0.025938911,0.014045702,-0.0032781253,0.03536629,-0.014032079,0.02871808,0.0026020652,-0.023718301,0.011913644,0.013064819,-0.012792352,0.015748626,-0.0132283,0.01169567,0.01181828,-0.021579431,0.031115795,0.025339482,-0.022682924,0.0074860463,0.011504943,-0.035720497,0.03705559,0.020067235,0.013487144,0.014454404,-0.013337287,-0.0024113378,-0.0680079,0.014726872,0.020816522,-0.0033224013,0.010585365,0.020598548,-0.0052722474,-0.008289825,0.013766424,-0.015026586,-0.020503184,-0.03888112,0.016892988,-0.057490654,0.017560534,0.0073498124,0.0048873867,0.0071318382,-0.010857833,0.040243458,-0.013275982,-0.008024169,0.024644691,-0.0007450285,0.0047749938,0.018050976,0.0023755764,-0.010503625,-0.009481871,0.013235112,-0.014767742,0.002385794,0.0035080197,0.023990769,-0.046210498,-0.013623378,0.010619423,0.0016373597,0.011164358,-0.02125247,-0.0135280145,-0.0018136122,-0.0064063934,-0.008746209,0.018977365,0.015993845,0.0033428364,0.019985495,-0.015067456,0.014304547,0.035039328,0.010517248,0.008133156,-0.018582288,-0.01439991,-0.019808391,-0.009563611,-0.018732145,0.04822676,-0.026606457,0.00024011203,0.01520369,0.011722917,-0.041442316,-0.0022257194,-0.01657965,-0.02783256,0.009209404,-0.019672157,-0.022573937,-0.009863325,0.029916938,0.0033121838,0.006345088,0.016143702,0.011988573,-0.018037353,0.013691495,0.0327506,0.028254885,-0.0073225657,-0.00818765,0.0174243,0.027927924,0.010115358,0.025325859,0.037110083,0.0118387155,0.009699845,-0.02335047,0.020653041,-0.0122610405,-0.00017071795,0.046482965,-0.0085486695,-0.027410237,-0.0055208737,0.016266312,-0.00077440386,0.011055371,-0.004199406,-0.033894964,0.027028782,0.0055753672,-0.00030844178,0.017901119,-0.028690834,0.0002038185,0.0055276854,-0.011831904,0.002697429,0.045202367,0.023881782,-0.040352445,0.025312236,-0.019985495,0.007513293,-0.024740053,-0.008698527,0.035175562,0.03160624,-0.007560975,-0.01830982,-0.008609975,0.029154029,0.008262578,-0.004747747,0.002608877,0.017247196,-0.0031912762,-0.01939969,-0.04081564,-0.0028813444,0.0264566,-0.0064711045,-0.009325203,0.020475937,0.00762228,-0.0035761367,0.004921445,-0.03239639,0.018664028,0.008541858,-0.0070569096,0.0025288395,0.039426055,0.012683365,0.015053833,0.006791254,0.028581847,0.03206943,-0.024631068,0.01318743,0.0033138867,0.011477696,-0.013303229,-0.0019651724,-0.0047749938,0.010789716,0.009263897,0.030952314,-0.016443416,-0.028908808,0.007472423,-0.0180646,0.0050713024,0.016647767,-0.014590638,-0.010857833,-0.009100417,-0.041115355,0.018241704,-0.0030891008,0.009468247,-0.018119093,-0.030134913,0.009141287,0.0051768837,-0.010885079,0.0386359,0.0093933195,0.0071045915,-0.025639197,0.009747527,0.0015624311,0.0011571357,-0.0057967473,0.0053982637,-0.00013559518,0.019713027,0.008426059,-0.0049555036,0.012002196,0.010830586,-0.0074996697,-0.009856514,0.004001867,0.0006654169,0.029099535,0.025843548,-0.0008795593,-0.00052066846,0.004689848,0.02125247,0.018037353,-0.034221925,0.015312676,-0.0040767957,0.01814634,0.0056843543,-0.0053097117,-0.0073293773,-0.019767521,0.018568665,-0.025271365,-0.008105909,0.019495053,0.006028345,-0.0014619587,-0.016021091,0.003906504,-0.016075585,0.01435904,0.009856514,0.034712367,0.018296197,0.043077122,-0.021429574,0.038090963,-0.0024862664,-0.0079833,-0.0044344096,-0.008242143,-0.0012754888,-0.0065869032,0.0030976154,0.007819819,0.024794547,0.022233352,0.026742691,0.041197095,0.01670226,0.019099975,-0.03343177,0.0069956044,0.056891225,0.011756975,0.044957146,0.005166666,-0.0007565232,0.009045923,-0.0073974943,0.010312897,0.0135280145,0.008500988,-0.014767742,-0.014154689,-0.010782904,-0.011934079,0.032532625,-0.03879938,0.0032576902,-0.015707755,0.0024624255,0.005667325,-0.03408569,0.0201626,-0.04601977,-0.032205664,-0.07340276,-0.037191823,0.00077823544,-0.0061679846,-0.029535484,0.02839112,0.003264502,0.019059105,0.019590417,0.025203248,-0.008030981,-0.023827288,-0.017833002,-0.00052194565],"social":"https://twitter.com/yagizahos"},{"title":"crispypics.io","description":"see more pictures without going over your data plan.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=EGDrztQwH8M","youtube_transcript":"Hi. My name is Ken. I'm the creator of Crispy pixel io, an image sharing platform where you can see more pictures without going over your data a plane. Transition. So it works by using AI and web GPU to upscale images on the client side. For example, this image of me was uploaded with a size of one megabyte. It was then compressed to four kilobytes, stored as four kilobytes, and then sent to the user as four kilobots. The AI is accelerated with web GPU on the client side, which then up scales it, make it crispy. Overall, images are stored with less data, sent to the user with less data, and can show it in good quality. My journey so far is that I currently had zero users at the moment because I pivoted twice in six weeks and focused way more features than marketing. I started with web GPU dot games, a website to showcase upcoming web GPU games. Then I attempted to pivot to making tutorials using rust and web GPU to make games because there are so few tutorials about web GPU since it was widely released. On May second. So then I finalized my project by making Crispy Pixar io and plan out having an alpha release in two weeks. Sign up for access, and to learn more, head over to christy pics dot framer dot website or reach out to me on Twitter at blowlike Snow. Thanks.","embedding":[-0.0024808915,-0.00047760087,-0.043095738,0.028335214,0.002705186,-0.05111573,-0.01195977,0.035980728,-0.03103455,0.037821893,0.05239518,-0.005012493,0.0073217507,-0.037509833,-0.03841481,0.0012960318,-0.014924357,-0.027633075,-0.025557864,0.022328025,0.01443286,-0.029567858,-0.00968952,0.028491246,0.013348444,-0.018661298,0.0012287435,0.01660169,-0.009861154,-0.030176379,-0.011554089,-0.04003753,-0.033390615,-0.046309974,0.0060032895,-0.07408348,-0.04184749,0.04371986,0.012552687,0.023763508,-0.033921123,-0.03261046,0.028538054,0.010758332,-0.04840079,0.019347833,-0.015095991,0.0032473935,0.003159626,0.07676721,-0.058730036,0.043782275,-0.028335214,-0.0007099407,-0.022312421,-0.0016880594,-0.0032629964,0.033577852,-0.034326803,0.029006148,0.061881863,0.008339852,0.070213914,-0.024309617,0.00028012425,0.010828545,-0.011062592,0.013442064,-0.01387895,-0.017631494,0.049898688,-0.002114219,0.00474334,-0.0020869134,-0.016976163,-0.0024945443,0.0021064174,0.017584683,0.05280086,-0.038882904,-0.0045092935,0.032235987,-0.016788926,-0.042065933,-0.031518243,-0.02468409,-0.0398815,-0.0408801,-0.025963545,0.041160956,-0.027945137,0.052114327,-0.054517202,0.025027359,0.0040255976,-0.0038637156,0.013044184,0.03236081,0.05885486,0.03644882,-0.00058170274,-0.016523674,-0.016757721,-0.0038676164,0.030457234,-0.014760525,0.019051375,0.026759302,0.019363437,-0.019035771,-0.1296929,0.016008772,0.0041348194,0.035762284,-0.020580478,0.042627648,0.0070291925,-0.021813123,-0.004684828,-0.045561027,-0.04577947,0.039132554,0.042690057,-0.015353442,0.02750825,-0.04687169,-0.009354053,-0.059635017,-0.017787524,-0.029130971,0.04331418,-0.0060539995,0.05688887,-0.05102211,-0.015353442,0.0006368012,0.012490274,-0.033827502,-0.05052281,0.00635826,-0.01953507,-0.0013818488,0.018489663,0.009541291,-0.03810275,-0.040505625,-0.03841481,0.02558907,-0.038321193,0.023950746,0.016117994,-0.025495451,-0.037665863,-0.04634118,-0.037759483,0.018848535,0.019706704,0.07433313,-0.045997914,-0.018661298,-0.03663606,0.018864138,-0.030862914,-0.017896745,-0.019488262,0.010165414,0.013301635,-0.002771499,-0.07139975,-0.033796296,-0.042065933,-0.022187596,-0.02987992,0.004965684,0.023139386,0.0034950925,0.023030164,-0.010305842,-0.0062100305,-0.034763686,-0.051053315,0.012599496,-0.0041933306,-0.0061905268,-0.025682688,-0.034139562,0.009829948,0.021922344,0.028803308,0.009198022,0.011359051,0.061881863,-0.012997375,0.0057926476,0.014518676,-0.04699651,0.064471975,-0.0010415063,0.017943555,0.030207586,0.008394463,0.04674686,0.028397627,-0.0010561342,0.021282617,-0.00787566,0.0044546826,0.008269639,-0.03140902,0.030519648,0.060508788,-0.021485457,-0.0028943734,0.012170412,-0.039787885,-0.039538234,-0.017132195,0.061538592,0.0023677691,0.028132373,-0.05823074,0.043938305,0.01291936,-0.018489663,0.023857126,0.02240604,0.02538623,-0.0047238357,0.070525974,0.00079770805,0.014198814,0.014214416,-0.060227934,-0.01953507,0.01568891,-0.03204875,0.04649721,-0.04225317,0.025713895,0.013691713,0.01150728,-0.00893277,-0.021516664,-0.0077196294,-0.0031420726,0.0029216788,-0.04577947,-0.08194744,-0.0008962026,0.0036511235,0.016929355,-0.03523178,-0.0439071,0.011148409,0.029848713,-0.05729455,0.015478266,0.034482833,0.006576703,-0.0153456405,0.027336616,-0.027648678,-0.04022477,-0.008550494,-0.0016471014,0.013340644,-0.03579349,0.014066187,-0.036573645,-0.0133952545,-0.005184127,-0.0052816463,0.0052972496,0.029817509,-0.0036452722,0.039038934,0.026150782,-0.0056249145,-0.032173574,0.0011936364,-0.03360906,-0.011944166,-0.019316627,-0.014152004,-0.028850116,0.015111594,0.011554089,-0.03189272,-0.015525076,-0.035013337,0.030363616,-0.020455653,-0.017163401,0.043282975,0.02281172,0.03850843,-0.010688118,0.03457645,0.005028096,-0.003512646,0.0061671217,-0.051209345,-0.031081358,-0.0016744068,-0.04674686,0.0191762,0.009650512,0.03276649,-0.004361064,-0.013886752,-0.016336437,-0.0049344776,0.012427863,-0.029552255,-0.037915513,0.044624843,0.061788242,0.0083554555,0.0050866078,-0.0019269818,0.02891253,-0.054985296,-0.013535682,-0.0115774935,-0.020299623,-0.013605895,0.038133956,-0.028132373,0.019659895,-0.06097688,0.02680611,-0.029505447,0.011741326,-0.033889916,-0.015915154,0.0046692253,-0.008956174,-0.037977926,-0.0033780693,-0.031081358,-0.05526615,-0.056764048,-0.009151213,0.014783929,0.019066978,0.0114994785,0.008152615,-0.010578896,-0.02185993,0.008605105,0.00055000896,0.017803127,-0.0016666052,-0.0021688298,0.0176627,0.003153775,-0.00078454294,-0.024215998,-0.054173935,0.012193816,-0.04000633,0.036979325,0.028304009,0.02407557,-0.0039807386,0.001201438,-0.07108769,0.016898148,0.0439071,0.003963185,-0.029864317,0.025495451,0.012849146,-0.00035277614,-0.025760705,0.014003774,0.006128114,0.027945137,-0.00479405,0.031674277,0.038446017,0.019238612,0.007524591,-0.026618874,0.0047706454,-0.010656912,0.030223189,-0.010976775,-0.058012296,0.017990364,0.053643428,-0.05086608,-0.042221967,0.019425848,-0.0025062466,0.038446017,0.020798922,0.0040841093,-0.0063153515,-0.007848355,0.0059330757,0.042128347,-0.037884306,-0.029193385,0.009619306,-0.021142188,0.026057163,-0.005496189,0.0044741863,-0.030691281,-0.033640265,-0.05975984,0.053019304,-0.042221967,-0.014089592,-0.019301023,0.02513658,-0.004860363,-0.0020049973,0.08550494,-0.034857307,-0.008090203,0.020580478,-0.03345303,-0.019238612,0.02276491,0.03573108,-0.004380568,0.03270408,-0.0036569745,0.013598094,-0.009962574,0.014690311,-0.026291208,0.033640265,0.021001762,0.0038559139,0.0057770447,0.0051061115,-0.0062763435,-0.008550494,0.027898328,-0.0322984,-0.006034496,-0.02967708,0.0029255797,0.002590113,-0.006350458,-0.022686895,-0.01584494,-0.0176627,0.0020225507,0.009666115,0.027492648,-0.023076972,-0.048213553,0.07732892,-0.033889916,0.009463275,-0.032797698,-0.06565781,0.012186014,-0.055328563,0.04783908,0.026930936,0.000106174164,-0.014105194,0.04431278,-0.02640043,-0.04936818,0.0494618,0.018536473,0.002861217,0.037260182,-0.04219076,-0.02831961,0.002053757,-0.019691102,-0.045966707,-0.0139413625,-0.026462844,0.014456265,0.0030855113,0.017366242,0.0006772717,0.06653158,-0.051802263,-0.02963027,-0.03410836,0.02366989,-0.022343626,0.038383607,0.07857717,-0.020424446,0.0000999573,-0.03604314,0.0047628437,-0.021469854,-0.012053388,0.007025292,0.058355562,0.031471435,-0.013730721,0.082696386,-0.015883947,-0.039694265,-0.013910156,0.005566403,-0.026088368,-0.009837749,0.027118172,-0.0111094015,0.001524227,0.038539637,-0.016710911,0.016227216,0.017600287,0.009806543,-0.009564695,0.012076793,-0.032329604,0.006904368,-0.015759122,-0.01836484,0.021220203,0.017990364,-0.057918675,-0.033889916,-0.022920942,-0.015532877,0.0061047096,-0.04552982,0.011374653,0.02493374,-0.06646917,-0.009845551,-0.03579349,-0.032235987,-0.029770698,-0.014152004,0.018005967,-0.012131403,-0.005117814,-0.0037583946,-0.012427863,0.02064289,0.010274636,-0.06834154,-0.02084573,-0.006955078,0.01428463,-0.022577673,0.010727125,-0.014846342,0.022952147,-0.010282437,0.01559529,-0.027633075,0.025807513,0.013457666,0.013988172,-0.016913751,0.016320834,-0.011647708,-0.01291936,0.038570844,0.036760885,-0.017803127,0.022125185,-0.004957882,0.009946971,-0.00040641177,-0.013012978,-0.0090809995,0.03442042,-0.0012892054,-0.00792247,0.014557685,-0.010352652,0.0156421,-0.032579254,0.020798922,-0.013059787,0.0115774935,-0.012490274,0.01978472,-0.04219076,0.0052465396,0.04144181,0.035138164,0.013044184,-0.01569671,-0.039756678,0.02185993,0.00020783805,0.052707244,0.031877115,-0.00004117144,-0.039413407,0.0012170412,0.026962142,-0.02215639,-0.012225023,-0.024715297,-0.012724321,0.030301204,-0.000628512,-0.010235628,0.036916915,-0.043969512,-0.015376846,0.03538781,-0.021563472,0.0018158098,-0.010664713,-0.00077284063,-0.024013158,0.0054883873,0.05411152,-0.01630523,-0.018396044,-0.05011713,-0.020252813,0.0044741863,0.030816106,0.00883135,-0.019956354,-0.014362645,-0.04122337,-0.00082940183,0.041660253,0.015431457,0.024044365,0.041909903,-0.014822937,-0.02084573,0.010048391,0.034950923,0.008753334,-0.026213193,-0.00079819566,0.004688729,0.00011616989,-0.014986769,0.02256207,-0.00035228854,-0.0025725598,0.056295954,0.024262806,-0.00023636245,0.0010756381,-0.01610239,0.03164307,-0.0033936724,0.014073988,0.014120798,-0.035013337,-0.0059369765,-0.030816106,-0.012115801,-0.027898328,0.01998756,-0.030269997,-0.024106776,-0.0033585655,0.00979094,0.011671113,0.01483854,0.007879561,0.016117994,-0.007575301,0.027539456,0.008300845,-0.019098183,0.012107999,0.0068107494,0.019207405,-0.042877294,0.039507028,0.034326803,-0.013598094,0.010594499,-0.022499658,-0.028756497,-0.0019172298,-0.010001582,-0.026306812,0.0051256157,0.021267014,-0.015938558,0.0032942027,0.025932338,0.0036998831,-0.034857307,0.00469263,0.00029670255,-0.014830738,-0.010922164,0.019659895,-0.051708646,0.0039592846,0.0072047273,-0.045904294,-0.011834945,0.003967086,-0.0064830845,0.0020947151,0.016476864,0.020861333,0.00494618,-0.0024301815,-0.025526658,-0.016773323,0.017381843,-0.014994571,-0.0066976273,-0.01387895,-0.011312242,-0.050741255,-0.013192414,-0.012708718,-0.0059642815,-0.0048330575,-0.011741326,0.03972547,-0.010742729,-0.0024204296,-0.002533552,-0.012326443,0.010633507,0.025776308,0.0049422793,0.014674707,0.007980981,-0.0036647762,-0.019269818,-0.023560667,-0.017584683,-0.030878518,-0.0036355203,-0.039850295,-0.021485457,-0.0031206184,0.050366778,0.018692503,-0.0018138593,0.012459069,0.029583462,0.02256207,-0.020954952,0.036323998,0.016898148,-0.018708106,0.03810275,-0.018786123,0.035262987,0.017881142,0.0011380505,-0.030613266,0.018708106,0.02538623,0.034482833,-0.03825878,0.037353802,0.02644724,0.015860543,0.024403235,-0.005020295,0.004700431,0.013660506,0.011873953,-0.0071657198,-0.0051412187,-0.002161028,0.03875808,-0.049399387,-0.017678302,0.014705914,0.0434078,0.0016392998,-0.019659895,-0.005890167,0.005480586,-0.0413794,-0.0003303467,-0.039382204,0.00802779,-0.010017185,-0.0038929714,-0.031315405,-0.03744742,-0.023997555,0.019659895,-0.022546466,-0.015220815,0.032485638,-0.008472479,-0.10085838,-0.016539278,0.016227216,-0.009346251,-0.00413872,-0.03573108,0.024231602,-0.029942332,0.011039187,-0.011296638,0.013387453,-0.051771056,-0.012973971,-0.0036725777,0.018208807,0.018910946,0.025776308,-0.0077703395,-0.038321193,0.028834512,-0.03997512,0.017600287,0.009744131,0.041660253,-0.0035009435,-0.010844149,0.0017641245,0.032672875,0.00413872,0.0046692253,0.018536473,-0.0037115854,0.0052426388,0.0031069657,0.014105194,0.060508788,-0.015720114,0.026228797,0.058105912,-0.0102512315,-0.021391839,-0.032235987,0.011647708,-0.023482652,0.030410426,-0.015353442,0.029349415,0.033733882,0.009705123,0.0064362753,0.00065581745,-0.013184613,-0.026884127,0.0017914299,-0.034763686,0.014916555,-0.036979325,-0.008683121,-0.009962574,0.051646233,-0.033952326,-0.012404458,0.005078806,-0.015883947,0.016539278,0.0028436633,0.020923745,0.026509652,-0.017803127,-0.01831803,0.018661298,0.03286011,0.03704174,-0.012786734,0.00081379875,-0.055547006,0.021641487,0.03211116,-0.005406471,-0.007965378,-0.017756319,0.010383857,0.008862556,0.002291704,-0.033827502,0.031611864,-0.01584494,-0.023545066,0.0051451195,-0.002720789,0.017771922,-0.0041777277,0.011460471,-0.034326803,-0.02317059,-0.0038520133,-0.013114398,0.008839151,0.021735106,-0.009221427,0.025308214,-0.011647708,-0.018458458,-0.000540257,-0.01786554,-0.007953675,0.030160775,-0.016117994,-0.00287682,0.01802157,-0.024028761,-0.027086968,-0.007895164,0.026072767,0.014596692,0.017397447,-0.015353442,-0.009104404,-0.01044627,-0.0151428,0.048931293,-0.0016207711,-0.005773144,0.01130444,-0.011249829,0.022593277,-0.0028846215,0.008363257,0.030738091,0.0010512583,0.0137853315,-0.015283228,0.010742729,0.01721021,0.019519467,-0.009603702,0.0050944095,-0.0006002314,-0.012950566,-0.0022585476,-0.01408179,0.0040763076,-0.0014198814,-0.00010483327,-0.019004565,-0.011881754,-0.00040860596,0.03320338,-0.0010678365,0.012513679,0.00645968,-0.0031401222,-0.015813733,0.023794714,-0.018910946,0.0052036312,-0.049430594,-0.0053596618,-0.03672968,0.05404911,0.03410836,0.01590735,0.0133952545,0.016242819,0.007637713,-0.03184591,-0.025167787,-0.010828545,-0.001610044,-0.0217039,-0.004345461,0.009985979,0.012786734,-0.014588891,0.023435844,0.035575047,0.03053525,0.014526478,-0.007980981,0.019644292,-0.0034736383,0.027679885,-0.037010532,0.035575047,0.013293834,-0.045904294,-0.019488262,-0.01625842,-0.027789107,0.006951177,0.017787524,0.016632896,0.0020674097,-0.009517886,-0.02771109,0.002205887,0.0031966835,-0.016367642,-0.024840122,-0.0048525613,-0.009845551,0.037353802,-0.00057438883,-0.036823295,0.010602301,0.015431457,0.0055351965,0.010711522,-0.0025101474,-0.008012188,-0.025355024,-0.010992378,0.0052972496,0.02317059,-0.010313643,0.03891411,0.021438647,0.0020401042,-0.019223008,-0.055047706,0.021079777,-0.02008118,-0.04016236,0.0019416097,-0.022171993,0.025027359,0.004981287,0.02579191,-0.008776739,0.021345029,-0.012139205,0.03956944,-0.0070330934,-0.012942764,0.034607656,-0.007157918,0.015486068,-0.010734927,0.01644566,0.012771131,-0.023794714,0.00317913,0.015174006,-0.016024375,-0.03236081,-0.0020635088,0.014542081,0.019238612,-0.00040373,-0.0012716519,-0.03491972,0.0039261277,0.023201797,0.035138164,-0.009330649,-0.009556893,-0.0054532806,0.009143411,-0.0064674816,-0.0026271706,-0.025355024,0.008300845,0.053081717,-0.03713536,0.0052816463,0.007817149,0.0028144077,0.017428653,0.0009366731,0.047932696,0.02644724,0.010071795,0.0130831925,0.005870663,0.03251684,0.009806543,-0.033390615,-0.023560667,0.03236081,-0.026509652,-0.055172533,-0.027804708,-0.02351386,-0.000749436,0.017225813,0.0022078375,0.0032532446,-0.021204602,0.04359504,0.004446881,-0.0047628437,0.014690311,-0.0037291388,-0.017100988,-0.00872993,0.008558296,0.0013633202,-0.029037353,-0.015025777,0.003124519,0.01646126,0.015400251,-0.0021434748,-0.007485583,-0.008995182,-0.030316807,0.0016236968,-0.013309437,0.005496189,0.0030913625,0.0060149916,0.017678302,0.017397447,0.0066430164,0.014760525,0.026556462,0.012396656,0.018879741,0.012115801,-0.0068458566,-0.0056717237,0.038695667,0.03426439,0.025526658,0.026728095,-0.013824339,-0.0150335785,0.013621499,0.00017590048,0.02700895,0.020315224,-0.01721021,0.012630703,0.00474334,-0.053581018,0.022858528,-0.007005788,0.00061242137,0.005605411,-0.008644112,-0.0055156928,0.029443033,0.012888154,0.011951968,-0.011967571,-0.007969279,-0.001009325,-0.0022273413,0.025511054,-0.0070486967,0.08887521,-0.028147977,0.05086608,-0.06503368,0.02256207,0.010415063,-0.0021493258,0.030113967,-0.0072710407,-0.027882725,-0.00645968,0.00010873404,0.015158404,0.0021278716,0.00054171984,-0.019659895,-0.036823295,0.009408664,-0.025214596,-0.02881891,0.005168524,-0.032423224,-0.007746935,0.0054532806,-0.026509652,-0.016008772,0.01655488,0.00033424748,0.0077742403,0.0008737731,-0.006475283,-0.043345388,0.023638684,0.011210822,0.06621952,-0.0000781983,-0.046247564,-0.0059018694,0.0049227756,-0.009049793,0.0030660075,-0.006334855,0.0016607541,-0.0030913625,-0.009322847,-0.0041504223,0.0033975733,0.008082401,-0.029505447,-0.024356427,-0.0097831385,0.026525255,-0.004017796,0.007938073,0.028038755,0.023139386,-0.0011146459,0.027898328,0.0161492,0.01605558,-0.012474672,0.0041894303,-0.010118605,0.00762211,-0.006268542,-0.0004483451,-0.013012978,0.011538486,0.015571886,-0.019847132,-0.014549883,0.00630755,-0.013161208,0.00020722856,-0.009634909,0.016133597,0.0016822083,0.052832067,0.010500881,0.029817509,-0.025120977,-0.008605105,0.00752069,0.05648319,0.005071005,0.017147798,0.04674686,-0.0033195578,-0.016414452,0.06490886,-0.010149811,0.012654107,0.010695919,-0.0022800018,0.0007928321,-0.0005592733,-0.035450224,-0.05461082,-0.061351355,-0.006369962,-0.007349056,-0.008410066,0.0008771863,-0.0003574083,0.011288837,0.022733705,-0.008316448,0.017069781,-0.0035633561,0.018489663,0.018411648,0.017896745,-0.0019572128,0.015259824,0.039663058,-0.0024106777,-0.011437066,0.021001762,-0.019347833,-0.07296006,0.034389213,0.01584494,0.0017524222,-0.012256228,-0.00979094,0.029505447,0.023435844,-0.0237167,0.012981772,-0.031721085,-0.019659895,0.01786554,0.02215639,-0.006268542,-0.0052426388,-0.011398058,0.0044507817,-0.012771131,0.016695308,-0.014760525,-0.07508208,-0.02427841,0.029193385,-0.028272802,0.03538781,-0.04659083,0.010360452,-0.027664281,0.0022800018,0.029708287,-0.018255617,-0.022484055,0.022889735,0.033421822,-0.0066352147,-0.028803308,0.009198022,-0.006284145,-0.013816537,-0.013098795,-0.0277579,-0.015376846,0.008082401,-0.007536293,0.02619759,0.0077196294,-0.008737731,-0.004314255,-0.0176627,0.04627877,-0.0035087452,0.01685134,-0.029645873,0.03276649,0.04169146,-0.0006704453,-0.023747906,0.035138164,-0.034857307,0.03150264,0.0031479236,-0.027336616,0.026665684,0.040786482,0.0073061474,0.021438647,-0.0154236555,-0.006853658,-0.0039787884,-0.022593277,0.0007879561,0.008566097,-0.020471256,0.016242819,0.014058385,0.010017185,-0.04384469,0.00065240427,-0.00782105,0.0039222273,-0.0023931242,-0.02942743,-0.0065923063,0.011273233,-0.011273233,0.015790328,0.018676901,-0.003941731,0.0038773683,0.0074933846,-0.029411828,0.017803127,-0.042221967,0.023248605,-0.016476864,0.0011400009,-0.009439871,0.025760705,0.031721085,0.0052153333,0.029037353,-0.0064830845,0.008363257,-0.05829315,0.0137853315,0.015657702,0.027399028,0.009377458,-0.022281215,-0.004704332,-0.0028787705,-0.016944958,-0.021579076,0.0003023099,-0.03604314,-0.002638873,-0.016742118,-0.047121335,-0.016882544,-0.031174976,-0.015010174,-0.017116591,0.01831803,0.024871327,-0.00842567,0.00560151,0.014003774,-0.015517275,0.0151896095,-0.02583872,0.024200395,0.05027316,-0.033515442,-0.004532698,0.0020127988,-0.014120798,0.012560489,-0.030004745,0.012560489,0.012622901,0.008612907,0.017100988,0.0444064,-0.021313824,0.0133952545,-0.021329425,0.014440661,0.0025959644,-0.011164012,0.011171813,-0.0014354844,-0.0065025883,-0.006424573,-0.025963545,-0.02685292,0.0146357,-0.012505878,0.026618874,0.02881891,-0.037915513,-0.03236081,0.0028690184,-0.0070486967,-0.009970375,0.016398849,0.022187596,0.00074407243,0.011483875,-0.013145604,-0.0019874438,0.037385006,0.012318641,-0.0009937219,0.017022973,0.021781916,-0.008019989,-0.010680316,0.0055390974,0.022749307,0.007590904,0.025979148,0.0010015235,0.013364048,0.012560489,0.030254394,0.003017248,0.010883156,-0.006853658,-0.0077703395,0.0015486068,0.03292252,-0.020346431,0.0071813227,0.010181017,-0.023092575,-0.01660169,0.010126406,0.0010658862,-0.023389034,0.010493079,-0.003967086,0.015064785,0.025557864,0.017319432,0.027133776,0.021110984,-0.010110803,-0.011429264,0.04056804,0.026135178,0.030940931,0.0054181735,0.06653158,-0.043688655,0.031752292,-0.030956533,-0.017116591,0.0011702318,-0.0046224156,-0.026322415,-0.027321013,-0.011312242,0.008269639,0.016039979,-0.0027949037,0.034139562,-0.0025062466,0.019659895,-0.0073295524,0.0003605777,0.032267194,0.035918318,0.04153543,0.058979686,-0.008363257,0.00019698903,0.0024009256,0.003900773,-0.026821714,-0.0054532806,-0.004977386,-0.025417436,-0.036667265,-0.0114994785,-0.03825878,0.003947582,0.00550009,-0.009268236,0.003522398,-0.025261406,0.014768326,-0.010859752,0.010828545,-0.002695434,-0.0021181197,-0.015517275,-0.007575301,0.010883156,0.011366853,-0.02048686,-0.002478941,0.004747241,-0.0029957935,0.021313824,0.019878339,0.015977565,-0.015876146,-0.008651914,-0.01646126],"social":"https://twitter.com/BlowLikeSnow"},{"title":"trafficsense","description":"smart foot traffic counter","niche":"hardware","youtube_url":"https://youtube.com/watch?v=xy6jxM_UD1k","youtube_transcript":"Everyone. My name is Kareem D'Silva, and I'm with TrafficSense. And what we've been working on in night and weekends is using this ESP eight two six six sensor to monitor WiFi devices and using machine learning to predict and create traffic patterns. Here we're gonna show off a demo. I hope you like it. So the sensor starts is easily powered and, you know, this is the base model. We can easily put in a case, use an antenna. And essentially, that data then gets sent to this firebase database. Where we have MAC addresses, which then we write some cloud function code, which goes into here. This is where we can do advanced analytics. And essentially distribute where I'm machine learning algorithm and then end result ends up being a dashboard. So yeah. And a current this is our current progress, and what we're gonna work on in the future is the ability to well, advance the dashboard and, you know, make clean it up and ship to customers. We got one major customer so far, and we're looking to expand.","embedding":[0.039526574,-0.015577115,-0.042317353,-0.018282464,0.009091397,-0.0001847691,-0.016103946,0.031097274,-0.008963249,0.0097819725,-0.000021858597,-0.036906656,-0.019407319,-0.07113644,0.04280147,-0.009554153,0.007838393,-0.004296521,-0.022397442,0.010166417,0.033375464,0.008479133,0.024348142,-0.00035618944,0.005218476,-0.032891348,-0.02457596,0.044538587,-0.00409362,-0.043741222,0.017442381,-0.044538587,-0.016089708,-0.02027588,0.049863853,-0.016004276,-0.013711848,-0.010379997,-0.044766407,0.022126907,0.0011186262,0.0023013265,0.015078761,0.0069449157,-0.029986657,-0.0059339693,-0.061283275,0.0031520876,0.010486787,0.03793184,-0.05553085,-0.012102877,-0.009319215,0.030271431,0.011568926,0.016075468,-0.015918843,0.05635669,-0.03425826,0.037590113,0.027466413,0.006446562,0.0031271698,-0.016232094,0.015221148,0.0059766853,-0.0034955957,0.011355346,-0.045563772,0.05077513,0.06999735,-0.0030168202,0.0282353,-0.03158139,0.011647239,-0.0006394057,-0.026825672,0.0443962,0.00017909588,-0.016189378,-0.020076538,-0.025957111,-0.009070039,-0.014188844,-0.026569376,-0.061283275,-0.05701167,-0.09135536,-0.024832256,0.013975264,-0.009625347,0.06481446,-0.00776008,0.021899087,0.056413647,0.014195963,-0.0054178173,0.008785265,0.052142043,0.012216787,0.0026430548,-0.009340573,-0.008785265,-0.010194894,0.0021304623,-0.037390772,-0.006717097,0.013085346,0.00024428233,-0.005464093,-0.0748385,-0.019478513,0.040494803,0.012017445,0.023949457,0.033774145,-0.010921067,-0.049322784,0.047500234,-0.05387916,-0.046702866,0.04806978,0.02824954,-0.024219994,-0.0148651805,-0.0062045045,-0.05570171,-0.05066122,0.0017718256,0.020076538,0.036337107,-0.028605506,0.061738912,-0.021685507,0.02306666,-0.019450035,-0.005873455,-0.006154669,-0.022454396,0.00027120233,0.041149784,-0.01530658,0.010159298,0.004211089,-0.050291013,-0.07159208,-0.009497199,0.044766407,-0.0054178173,0.018780818,-0.005261192,-0.007211891,-0.041263692,-0.038729206,0.022440158,0.019108307,0.045079656,0.019051353,-0.046218753,0.01627481,-0.041662376,0.005723949,0.00840082,-0.011234318,-0.056242783,0.0031075918,-0.03696361,-0.03707752,-0.0689152,-0.008329627,-0.008429298,-0.0107715605,0.020418266,0.018937442,0.02953102,0.013526745,0.037476204,-0.04613332,0.0044175503,-0.07204772,-0.050034717,-0.03135357,-0.02058913,0.05658451,-0.04858237,-0.03989678,0.003458219,0.053081796,-0.005731068,-0.0048447107,-0.030556206,0.08440689,0.032578096,0.01584765,0.003244639,-0.032378756,0.029217768,0.01885201,-0.01444514,-0.03901398,0.031609867,0.025914395,0.072674215,0.019165263,0.010679009,0.0032410794,0.003104032,-0.034315217,-0.001390941,-0.011896417,0.020432504,0.02652666,0.07102253,-0.018040406,-0.036251675,0.015463205,-0.01401798,-0.010002672,0.003287355,0.04174781,-0.007817035,0.03588147,0.03374567,-0.009547034,0.022497112,0.044965748,0.01681588,-0.01680164,0.016317526,-0.041633897,0.03240723,-0.026868388,0.010223372,-0.021457689,0.01822551,0.014402424,0.018496044,-0.038643774,0.014281395,0.012679543,-0.00075420504,0.01476551,0.008664236,0.02027588,0.01886625,0.0004247131,-0.025344849,-0.028363448,-0.027309787,0.008336746,0.059688542,-0.006176027,-0.003944114,-0.027195876,-0.017584769,0.03317612,-0.05143011,0.0044175503,-0.006553352,-0.005873455,-0.0087211905,-0.018723862,-0.023023944,-0.022910034,-0.0044353483,-0.017912257,0.03029991,-0.03360328,0.0032909147,-0.052369863,0.021144439,-0.0031538673,-0.012586992,-0.020247402,-0.039099414,0.024732586,-0.004193291,0.023792833,0.038302045,-0.04362731,-0.024846494,-0.041434556,0.07666105,0.010330162,0.0018723863,0.052085087,-0.0012957198,-0.00025562878,-0.056954715,0.0028690938,0.016830118,-0.020873904,-0.052512247,0.0033389702,0.019905673,0.008813743,0.011291272,0.030214477,0.0072154505,-0.028078675,0.03673579,-0.02511703,-0.02674024,-0.047500234,-0.016004276,0.009148351,0.0039085173,0.04567768,0.01606123,-0.07421199,-0.021870611,0.015648307,-0.0002707574,-0.010080985,-0.0022034356,-0.03989678,0.09500047,0.030840978,0.03254962,-0.038245093,0.007368516,-0.043883607,-0.0003468453,-0.010408474,-0.03890007,0.0011827003,0.009967076,0.009682301,0.04171933,-0.057951424,0.012736498,0.010501026,0.021514645,-0.027765425,-0.003901398,-0.02283884,0.002491769,-0.041035872,-0.021429213,0.007233249,-0.0015502361,-0.036166243,-0.07324377,0.0087283105,0.043912087,0.010735964,-0.0038337642,-0.01842485,0.016046992,0.0064358828,-0.008123166,-0.008450656,0.006282817,-0.041491512,0.0014665839,-0.010280326,-0.0031004723,-0.0059766853,0.019307649,-0.030442296,-0.045222044,0.07090862,0.032037027,0.02457596,-0.0023903183,0.038188137,-0.07204772,0.02199876,0.017157609,-0.017698677,0.029787317,-0.008913413,0.02027588,-0.016958266,-0.05086056,-0.011974729,0.049835376,0.016730448,-0.02090238,0.05390764,0.052426815,0.030015135,-0.029730361,-0.030584682,0.017940735,0.04448163,-0.006585389,-0.016830118,-0.043171674,-0.02306666,-0.0172288,-0.0670357,0.016132424,0.022183862,-0.029274724,0.032606576,0.08571685,0.005421377,0.016659254,0.00204681,0.025572667,-0.046617433,-0.0024383739,0.008457775,0.003287355,0.011405182,-0.0118537005,0.00003534641,0.0149078965,-0.03645102,0.0316953,-0.08810894,0.04063719,-0.03525497,-0.005951768,-0.022326248,-0.008215718,0.034087397,0.015135716,-0.010493906,-0.010273207,-0.030356864,-0.020631846,-0.009881644,-0.0047592786,0.027993243,0.04732937,-0.03870073,0.01369049,-0.04570616,-0.009354812,0.031439003,-0.0006069237,0.022269294,-0.004040225,-0.010913948,-0.01638872,0.03354633,0.004018867,-0.008116047,-0.007361397,-0.01055798,-0.042345833,0.022753408,0.01939308,-0.03741925,-0.03813118,0.016958266,-0.012444605,0.0019382401,-0.024390858,-0.013085346,-0.05205661,0.07654714,-0.094430916,-0.06709266,0.022924272,-0.0006349561,0.03448608,0.0008707842,0.0011301951,0.06350451,-0.03502715,0.015363535,0.009945718,0.0017753852,-0.0064643603,0.015335057,0.04448163,-0.0029812234,-0.017257279,-0.0086144,0.0075465,0.0044567063,-0.052853975,-0.020005343,0.015320819,-0.030356864,0.015064523,-0.0077885576,-0.0803631,-0.0037768097,-0.0443962,0.025302133,0.0010474328,0.038216613,-0.018382134,0.02693958,-0.006606747,0.0067313355,-0.036564928,0.005670554,0.05778056,-0.016075468,-0.03599538,-0.05302484,-0.02887604,-0.007041027,0.0045741755,0.0053822207,0.047699574,-0.006638784,0.015819171,0.06885825,0.0117825065,0.029958181,-0.024333902,-0.0043712743,-0.009155471,-0.013939667,-0.026384272,0.012651066,-0.00096022093,-0.0009842487,-0.025957111,-0.006724216,0.0017202104,0.032492664,-0.005367982,-0.006261459,-0.012651066,0.010636293,-0.021457689,0.0075749774,0.00830115,-0.03437217,-0.038529865,0.001304619,-0.043200154,0.0015093,0.012053042,-0.027751185,-0.009411767,0.040039167,-0.013348762,0.01865267,0.003826645,-0.061169364,0.00819436,-0.0016997423,0.019563945,0.0059802453,0.031097274,0.00077022356,-0.023508059,0.05291093,-0.017755633,-0.026056783,-0.036280155,0.039298754,0.031296615,-0.01379728,0.03630863,-0.0048233527,0.0097748535,0.017755633,-0.00043316733,-0.036564928,-0.0051722,-0.007674648,-0.020532176,-0.005528167,0.023137853,0.02262526,-0.006489278,0.02631308,0.0009886982,-0.0069128787,-0.012437486,0.0064750393,-0.0148794195,-0.0060656774,-0.030470774,-0.04151999,0.006834566,-0.0036451018,-0.07295899,-0.021301065,-0.02490345,0.02759456,-0.008927652,-0.022867318,-0.004118538,0.033802625,-0.027879333,0.008173002,0.012615469,-0.007987899,0.030129045,0.011305511,0.030954888,-0.026227647,-0.0028637543,0.028050197,-0.0012699122,0.022283532,0.0044389083,-0.029901225,-0.022938512,0.027551845,-0.0026893306,-0.03719143,-0.033290032,-0.025601145,0.0062543396,-0.0038622417,-0.017698677,0.0107857995,0.0050725294,-0.03277744,-0.024704108,0.019991105,-0.010066746,-0.019051353,-0.029872749,0.011163124,-0.0053928997,-0.0016329985,0.032293323,0.036792748,0.005453414,-0.029388633,0.012629708,-0.013669132,0.0038444432,0.025558429,0.025188223,-0.011134647,-0.04342797,-0.032264847,0.013718967,-0.017314233,0.013697609,0.000009594422,-0.030356864,0.01401086,0.011519091,0.060770683,-0.0013606837,-0.00496218,0.034713898,-0.014637362,0.019108307,-0.041235216,0.023465343,-0.022440158,-0.010465429,0.06253628,0.009027323,-0.003976151,-0.02446205,-0.015918843,0.030698592,0.030271431,-0.012515799,0.0030203797,-0.0048731877,-0.022539828,0.027850855,0.0087140715,-0.0338311,0.03804575,-0.017655961,0.0027534044,-0.030328386,0.035824515,0.036194723,0.02877637,0.046503525,0.040067643,-0.008258434,0.03240723,0.010721725,0.02587168,0.0014354368,-0.023607729,-0.029787317,-0.024077605,-0.028363448,0.028292255,0.026968058,0.015918843,-0.025586907,-0.009475841,-0.015021807,0.027338265,0.003901398,0.00073863147,0.012373412,-0.0050511714,0.018154316,0.015463205,-0.0011204061,0.000009851664,-0.00030457423,-0.018282464,0.015434728,0.026854148,0.013056869,-0.090273224,-0.025088552,0.011810984,-0.034429125,0.006015842,-0.009881644,0.009404647,0.029701885,0.0038337642,0.034115873,0.0019382401,-0.057638172,-0.014281395,-0.003741213,-0.017584769,-0.0007969211,-0.03072707,0.008030615,0.009995553,-0.016958266,-0.010308804,-0.03673579,0.032236367,-0.03317612,-0.010436952,-0.0063219736,-0.027779663,-0.031666823,0.028178345,-0.028847564,0.0063540107,0.043057766,0.016673492,-0.0017291096,-0.021386497,0.022240816,-0.018510282,-0.06726352,0.01563407,-0.0323218,-0.04562073,-0.045734636,0.018609954,-0.020404028,0.041576944,0.006777611,-0.021713985,-0.0008965918,0.039412662,-0.022511352,0.016018514,0.021728223,0.0149078965,-0.007069504,0.027437935,-0.00409362,0.0032054826,0.029075382,0.00022715142,0.020617608,0.017356949,-0.0036130648,0.020247402,0.045279,0.020816948,0.013206375,0.0065177553,0.014160366,0.0075536193,0.011519091,0.032378756,-0.000700365,-0.06481446,-0.037162952,0.0022924272,0.010935306,-0.002132242,-0.030214477,0.032264847,0.021201393,0.041662376,0.02101629,-0.010501026,-0.005549525,-0.016346004,0.017698677,-0.042203445,0.00420041,0.00096378056,-0.022283532,-0.03565365,-0.01337012,-0.027195876,-0.011277034,-0.0368497,0.047215458,0.022511352,-0.011932013,-0.06418797,-0.03687818,0.017299995,0.017314233,-0.0035169537,-0.019578183,0.047215458,-0.018197032,0.010315923,-0.014779748,0.031239662,-0.030015135,-0.007909586,0.012344935,0.022995466,-0.044680975,0.0006220523,-0.033802625,0.0012102877,0.041918673,-0.006738455,-0.00096556044,-0.0002727597,0.018097362,0.02674024,-0.005859216,-0.036678836,0.000926404,0.0422604,-0.022069952,-0.0148794195,-0.03989678,-0.013298926,0.025572667,-0.0026572936,0.035511266,-0.004947941,0.0043499162,0.017741393,0.0035721285,-0.009077158,-0.028520074,-0.019151023,-0.048781715,0.028520074,-0.015206909,0.028078675,0.009739256,-0.02748065,0.002781882,0.002975884,-0.025373327,-0.018894726,-0.025202462,-0.019905673,0.035710607,-0.0120744,0.02748065,0.015078761,0.0004322774,-0.02651242,0.02285308,0.016758924,-0.017186085,-0.0040153074,0.021158677,0.0011275253,0.027822379,0.021471929,0.020233164,-0.015206909,0.03360328,0.03092641,0.0071727345,0.019549707,-0.023137853,0.02554419,-0.017214563,-0.0005766665,-0.03610929,0.026469704,-0.021158677,-0.0018563678,0.015918843,0.0027089086,-0.0020984253,-0.015434728,0.0050298134,0.031951595,0.014281395,0.05143011,0.012686663,-0.002424135,-0.016103946,0.0069591543,0.035198014,-0.015605592,-0.009454483,0.055815622,0.00003415058,0.05550237,0.01455193,-0.021272587,0.020233164,-0.020788472,0.011725552,-0.00088635774,-0.017257279,0.0028726535,-0.020503698,-0.016645016,0.007126459,0.022440158,0.006841685,-0.009561273,0.041548464,-0.0013713627,-0.016573822,0.0013170778,-0.030129045,0.025658099,0.016103946,-0.007952302,-0.01681588,0.0019062031,0.014267156,0.017399665,-0.024590198,0.035938427,-0.017584769,0.03687818,0.005805821,0.051373154,0.021030528,-0.0018937443,0.018908966,0.0031556473,-0.015206909,-0.023977935,0.031752255,-0.031325094,0.025715055,-0.020546414,0.017299995,0.024063367,0.011697074,-0.01294296,0.013177898,-0.010600696,0.01691555,-0.009361931,-0.019435797,0.007831274,0.016402958,-0.007503784,0.05655603,0.0048803072,-0.033574805,-0.01260835,0.010095224,-0.0037198549,0.049180396,0.027181638,-0.023650445,0.01701522,-0.032236367,-0.016103946,-0.019051353,0.0001760924,0.00722257,-0.016645016,-0.002650174,0.020574892,-0.015691023,0.03459999,-0.0038942788,0.0008601052,-0.0027854415,-0.019820241,0.024632914,0.0044282293,0.008479133,-0.005218476,0.047614142,0.043143198,0.013398597,-0.00549969,-0.012024565,-0.038729206,0.018780818,-0.018410612,0.0034083838,-0.0075820964,0.009981314,-0.015406251,-0.0016338885,-0.004136336,0.02091662,-0.026597852,-0.017200325,-0.018396374,-0.006941356,0.020945096,0.00009433125,0.007525142,0.03482781,-0.033147644,-0.008835101,-0.022141146,0.0097962115,0.018182794,-0.0012441046,0.003093353,-0.036906656,0.011725552,0.012957198,0.02134378,0.015933082,0.026184931,-0.014779748,-0.008657116,-0.008251314,-0.026669046,-0.018282464,-0.007987899,0.01379728,-0.018894726,-0.031723775,-0.043940563,0.014281395,0.0038337642,0.029502543,0.004463826,-0.0031431883,0.028591268,-0.0052754306,-0.029274724,0.0045563774,0.027865095,-0.0066245454,-0.060201135,0.0037269741,0.015135716,-0.012836169,-0.00090949563,0.030897934,0.05721101,0.007389874,0.0034760174,0.023365673,-0.009511437,0.0075820964,0.013163659,0.021272587,-0.021528883,0.018154316,-0.021842133,0.028833324,0.02070304,0.009134113,0.0030648757,-0.0108142765,0.016474152,-0.019165263,0.058663357,-0.02910386,0.006919998,-0.017499337,-0.021457689,0.014893658,-0.020218924,0.009319215,-0.010472548,-0.027395219,0.015776455,0.00059357495,-0.017171847,-0.023223285,-0.03665036,-0.021813655,-0.022696454,-0.0076248124,0.021500405,-0.00049167936,-0.011433659,0.029787317,-0.03579604,0.02426271,0.0069911913,-0.00840794,0.000040240953,-0.0014567948,0.0146516,0.006047879,-0.015335057,-0.019378843,0.01596156,-0.033147644,0.01596156,0.016887072,0.033062212,0.0044780644,-0.0067526936,-0.0021696186,0.033119168,0.0011613423,-0.025472997,0.0074753063,0.014494975,0.016559584,-0.007923825,0.01379016,0.053423524,0.011248556,0.009461602,-0.0027551844,0.0061831465,0.013298926,-0.00006557579,-0.0015457866,0.015448967,-0.008023496,0.009995553,0.023422627,0.046190273,0.03049925,-0.008500491,-0.012572753,-0.033119168,0.017542053,-0.016716208,-0.0206888,0.004858949,-0.0029064703,-0.015164193,0.0042929617,0.0064501218,-0.0020646085,-0.011191602,0.024846494,-0.017655961,-0.0032161616,-0.019264933,0.010287446,-0.024931926,-0.004086501,0.026726,0.010187775,0.03274896,0.00765329,0.074325904,-0.013092466,0.035311922,-0.008543207,0.0045456984,0.0021037648,0.011704194,0.020090776,-0.016929789,0.018353658,-0.00042004103,-0.025031598,0.004677406,-0.019720571,0.019492751,0.0011649019,-0.00916259,-0.030556206,-0.029815793,-0.0043249987,0.009005965,0.005485451,-0.0149078965,-0.033147644,-0.02283884,-0.0011951592,-0.00431076,0.025971351,0.00991724,0.06185282,0.0032161616,-0.010536622,0.020033821,0.023678923,0.026184931,0.0059090517,-0.034315217,-0.010016911,0.007233249,-0.019492751,-0.015861887,0.0011266355,-0.0013277568,-0.014580407,0.007389874,0.011867939,0.016744686,0.009134113,-0.011405182,-0.042545173,-0.025159746,-0.0031841246,-0.020973574,0.0010207352,0.015135716,-0.005581562,0.0062365416,0.029388633,-0.018738102,0.0027658634,-0.04311472,0.01712913,0.010622054,0.0008716741,-0.016118184,0.0037340936,-0.023508059,0.0040687025,0.048838668,-0.000700365,-0.024874972,0.0128432885,0.021144439,0.0074183517,0.01885201,0.04300081,0.0071300184,-0.011981849,0.0030524167,-0.012366293,-0.027751185,0.046532,-0.0051579615,-0.0023529418,0.008208598,-0.000009399753,-0.003146748,0.023308717,-0.0020112135,0.0010963783,0.0029794436,-0.003684258,-0.018083122,-0.0046275705,0.000054924592,0.022611022,-0.041235216,-0.017456621,-0.014146128,-0.035938427,-0.0036593406,-0.012416128,-0.024419334,0.015648307,-0.028078675,-0.0044887434,-0.020930858,-0.035311922,-0.008692713,-0.01152621,-0.019307649,0.007347158,0.012743617,0.005140163,0.042772993,-0.02080271,-0.0050084554,0.01174691,-0.023038182,-0.014217321,0.0200623,0.029445589,-0.005884134,-0.0148651805,0.013562342,-0.013590819,-0.0018332299,-0.041548464,0.0023903183,-0.0011168463,0.0013375459,0.03331851,0.005410698,-0.008137405,0.03340394,0.009931479,-0.022568306,-0.056840807,0.011440778,0.011511972,-0.0044033113,-0.026227647,0.0071086604,0.005691912,0.011754029,0.009326335,0.03198007,0.02004806,-0.019450035,0.013654893,-0.022781886,0.008151644,0.013113824,0.011063454,-0.013092466,-0.025487235,0.035198014,-0.006090595,0.016217856,-0.0023903183,-0.016417196,-0.022895796,-0.01863843,0.008180121,0.030043613,-0.017741393,-0.009547034,0.004972859,0.008472014,0.0011168463,0.01801193,-0.019549707,0.005207797,0.019336127,0.0060941544,-0.034856286,-0.023394149,0.034315217,-0.013120943,-0.0006589839,-0.0045279,-0.0087567875,-0.012615469,0.016046992,0.026868388,0.026540898,0.0012449945,-0.0044673854,-0.0087283105,-0.008286911,-0.01337012,-0.006998311,-0.020888142,0.036194723,0.027509129,0.010230491,0.011882178,0.021500405,-0.034201305,0.02662633,-0.0039191963,0.019193739,-0.02898995,-0.015093,-0.017271517,-0.006777611,-0.006229422,-0.02048946,0.020560652,0.020745756,0.004720122,-0.0025184664,-0.0377325,0.013761683,0.0035614495,-0.010230491,-0.008877817,0.03653645,0.04018155,-0.024746824,0.029986657,0.001196049,-0.0026857709,-0.011490614,-0.024632914,0.03189464,0.034286737,-0.034087397,-0.004969299,-0.011483494,0.029118098,0.0032962542,-0.031609867,0.01680164,0.01939308,-0.0087923845,-0.00035329722,0.012551395,0.021899087,-0.011049215,-0.007881109,-0.013555222,0.01110617,0.01865267,0.005214916,0.0024828697,-0.010949544,0.0368497,-0.013718967,-0.01907983,-0.030100567,0.023678923,-0.01423156,-0.017000983,-0.03579604,0.029388633,0.036052335,-0.009625347,0.025458759,-0.007297323,0.0061475495,0.0032392994,0.022354726,-0.030784024,-0.018182794,-0.011661478,0.01476551,-0.019592423,-0.017712917,-0.0013001694,0.01368337,-0.033688713,-0.0118608195,0.013021272,0.0054605333,0.005634957,0.018282464,0.026540898,-0.03855834,-0.008806623,-0.040580235,0.00334253,0.00013293141,-0.01109905,0.009710779,0.0118394615,0.007147817,0.021528883,-0.003933435,0.032464188,-0.003189464,0.043912087,-0.01002403,-0.00034884762,0.027338265,0.008628639,-0.025373327,0.017257279,-0.0010785799,-0.004171933,-0.0014639142,0.0047272416,-0.007080183,-0.007482426,0.003826645,0.020019583,0.013768802,0.018083122,0.013512506,0.0046062125,0.0073115616,-0.019435797,-0.00052861095,-0.01843909,0.0011738011,-0.012999914,0.020774232,-0.0031200505,0.0138898315,0.0316953,0.018581476,0.021899087,0.0029474066,0.025017358,0.049835376,-0.032606576,0.0107715605,-0.0056420765,0.054904345,0.032663528,0.015591353,-0.00053706515,0.0558441,0.006546233,0.058236197,0.021429213,-0.004720122,0.014110531,0.015933082,-0.004720122,-0.024205754,0.034856286,0.02037555,-0.034001965,-0.012494441,0.029644929,-0.0020183327,-0.0206888,0.011540449,-0.01648839,0.006588949,0.020930858,0.0059161712,0.030784024,-0.008607281,0.0355967,-0.0010145059,0.009119874,0.0024526124,-0.0001578491,-0.01596156,-0.01906559,0.017627485,-0.021301065,-0.009518557,0.0044353483,-0.03966896,-0.00028076896,-0.012024565,-0.012473083,0.012537157,-0.008585923,-0.005723949,-0.003947674,-0.021272587,-0.026270363,-0.012786333,0.009212425,-0.0138969505,-0.000025279218,0.044111427,-0.026426988,0.03297678,0.011483494,0.0075465,-0.021201393,0.003630863,-0.013740325,-0.049123444],"social":"https://twitter.com/dasilvakareem"},{"title":"alien chain of thought","description":"showing if llms can reason in ways that don’t make sense to humans.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=AAbs7W9HE9I","youtube_transcript":"Hi. I'm Yaris Love. In nights and weekends, I worked at a research project. I want to show that language models can solve problems by reasoning in ways that don't make sense to humans. Remember how Alfago flipped out a weird move that confused all humans, but then it turned out to be a genius move that helped to win. I looked for that. But in language models like GPD four. Your GPD four can do this. That means it knows something we don't. Showing this is important for two reasons. One, it would show us that models can hide information from us. Just show us some nonsensical reasoning while actually doing something different. Two, If models know things we don't, well, we could learn from them. We now play go much better because we can look at how AlphaGo plays and learn from it. Similarly, we can learn to think entirely new thoughts from a j p d four. I started by running some experiments. I wrote them up and published them in a post and also reached out to PhDs in Europe that focus on alignment, startup CEOs that work in AI, and I reached out to people from AIMs. And I got a ton of feedback. For a while, I couldn't get any results. But then, I was able to show that it is actually possible. I wrote up this post. To make people interested in working on this problem. I'm going to publish this post on the website and share it as widely as possible. I worked in this project with New Science and Alexia Gucci, and I got some feedback from Daniel Palerica. Thanks everyone.","embedding":[-0.0055161524,0.0026269315,0.009724893,0.049875382,-0.004029172,-0.018562036,-0.04183721,0.031668447,-0.01830378,0.0016857153,0.035832796,-0.066565074,-0.008001851,-0.024340477,0.015567898,-0.04183721,-0.01741603,-0.032540053,0.008167296,0.055460133,-0.009369792,-0.0037406536,-0.0058228294,0.013865033,0.029344156,-0.045033112,0.057848986,0.042837948,0.015882645,-0.033960454,0.006044767,-0.0150271775,-0.05345866,-0.0071100662,-0.031507038,0.0033088846,0.0019863395,0.007013221,-0.0013689501,0.0066258395,0.008950129,-0.032184955,0.007804125,0.025454199,-0.0066258395,0.017270762,0.02078948,0.02421135,0.0033512544,0.035800517,-0.018626599,0.04012628,0.008925918,0.060883474,0.01005578,-0.0012680695,0.021063874,0.018190794,0.015406489,-0.011968478,0.0049431506,-0.039060976,0.08051081,0.010967742,-0.046227537,0.0013316242,-0.08315792,-0.005052102,-0.018239217,0.019611193,0.04412922,0.023969237,0.022209879,-0.033282537,-0.013477651,-0.032346364,-0.011718294,0.05523416,0.018384485,-0.015713166,0.0115407435,0.016705832,0.026600203,-0.023275178,-0.01812623,-0.03531629,-0.04183721,-0.040029433,-0.05629946,-0.042353723,-0.012872368,0.0024191174,-0.042805668,0.012267084,0.038867287,0.0035227514,-0.008901706,0.055686105,0.07586223,0.027181275,0.0025966673,-0.02653564,0.019853307,0.012896579,0.043322176,0.017222341,0.0057501956,0.02153196,-0.018610457,-0.015043319,-0.1404904,-0.002717724,-0.023275178,0.0014032495,-0.025906144,-0.02743953,-0.03767286,-0.024501886,0.019336797,-0.02476014,-0.02422749,0.029941369,-0.002279902,-0.008562747,0.032701463,-0.017141636,0.017480595,-0.080639936,0.015648603,-0.012323577,0.038867287,0.02062807,0.010088063,-0.042837948,-0.053716917,-0.019159248,-0.032184955,-0.025534904,-0.043838684,0.0031777397,0.003879869,0.0037224952,-0.013735906,0.016253887,-0.032862872,-0.023840109,0.0071948064,0.0086031,-0.029812243,0.011750575,0.013679413,-0.0035449453,-0.0051368414,0.008360987,0.027907616,-0.008651522,0.02905362,0.06282038,-0.016463717,-0.038447622,-0.004004961,0.038835004,-0.045614183,-0.0027782524,-0.027294261,0.088000186,-0.06252985,-0.015002967,-0.049488,-0.03318569,-0.0319267,-0.008465902,-0.04086876,0.025082959,0.03528401,-0.018884853,0.0028629922,-0.0368981,-0.042837948,-0.061496828,-0.04587244,-0.005237722,-0.04554962,-0.03065157,-0.04251513,-0.013227467,0.025147522,-0.0041239997,-0.008482043,0.051360343,0.037898835,0.03376676,0.07605592,0.02637423,0.016818818,-0.043160766,0.09368178,0.006097225,0.027762348,0.0070253266,0.03383133,0.0351226,0.010144556,-0.025050677,-0.009353652,-0.0055524698,0.03699494,-0.032717604,-0.058752876,-0.042095467,0.042224593,-0.037834268,0.030974386,0.024066081,-0.042934794,-0.038835004,-0.033992734,0.011532673,-0.012275155,0.03247549,0.0018420803,0.016415296,0.0058389707,0.007929217,-0.008595029,0.0058187945,0.08173752,-0.036317024,0.029715396,-0.012355859,0.054588523,0.0037285478,-0.01274324,-0.053038996,0.047228273,-0.016011773,0.019724179,0.003458188,0.017448314,-0.0015333855,0.025454199,0.00807852,0.057719857,-0.019530488,0.016221605,0.008385197,-0.04377412,-0.060851194,0.01809395,-0.009603836,0.02387239,-0.020563507,-0.00077123236,0.012388141,-0.010838615,-0.0021326165,-0.017642004,-0.0114196865,-0.03215267,-0.0034117827,-0.023097629,0.00019810433,-0.018804148,-0.014252415,-0.044548884,0.0113551235,-0.061819647,0.034864344,-0.02459873,-0.05646087,0.02293622,0.013501863,0.02241971,-0.0012055235,-0.030199625,-0.0050561368,0.011807068,0.02782691,-0.007658857,-0.016899522,-0.011387405,0.0015898787,0.030748414,-0.005742125,-0.010023499,0.040061712,0.020240689,-0.0051045595,-0.028746942,-0.009652258,0.04516224,-0.01830378,0.05219967,-0.020708775,0.02458259,-0.015115953,0.0124769155,0.02078948,-0.007465166,0.01238007,0.024889268,-0.052813023,-0.0048382347,0.0018037455,-0.015656672,-0.0013860997,0.00045850244,0.0037931115,0.034864344,-0.0041260174,-0.0101122735,-0.034025017,0.013259749,-0.022823233,-0.032895155,-0.021225283,0.050682425,-0.02116072,-0.0021164755,-0.027956039,-0.018319922,-0.011976548,0.021418974,-0.018061668,-0.025421917,0.009272947,0.03715635,-0.039060976,-0.0036115265,-0.017173918,0.041352987,-0.0009513043,0.0039968905,0.028133588,0.004503311,-0.049391154,-0.05833321,0.039028697,0.03534857,-0.015228939,-0.06779178,-0.009192242,-0.022387428,0.020870185,-0.024889268,0.009442426,0.018110089,-0.0009386942,0.035090316,-0.009434356,-0.027374966,-0.002004498,0.02621282,0.037188634,-0.0024554343,-0.020305252,-0.038479906,-0.012105675,-0.005039996,0.02133827,-0.018691162,0.026309667,0.03515488,0.042386003,-0.003738636,0.004660685,-0.05487906,-0.015842292,0.053910606,-0.01292079,0.0044185715,0.0033028317,-0.007009186,0.0035570508,-0.059559923,-0.016625127,0.025890004,-0.018013244,-0.025131382,0.064434476,0.007336039,0.036704406,-0.025744736,-0.028811507,-0.038479906,0.0071948064,0.0344124,-0.030942105,-0.03550998,0.0116698705,-0.008627311,-0.0107336985,-0.051328063,0.04932659,0.0032261624,0.008449761,0.028682379,0.0021184932,0.00063857436,0.008050274,-0.017980963,-0.009878231,-0.057655293,-0.01076598,0.0015283414,0.042999357,0.007679033,0.060560655,-0.0015374207,-0.0043822546,0.0019015998,-0.0541043,0.070051506,0.0020347622,-0.01200883,-0.029715396,0.023646418,0.028956775,0.004539628,0.041708086,0.027019866,-0.05555698,0.008219753,-0.027504094,0.020837901,0.060948037,0.016770395,-0.010652994,0.027552517,-0.07386076,-0.020289112,0.03818937,0.030151201,-0.05003679,-0.0037931115,-0.0037931115,0.023549573,0.014776994,0.0031272995,-0.0063917963,0.031878278,0.0022032328,-0.06869567,0.0025744736,0.0049431506,-0.036123335,-0.01775499,-0.014510669,-0.02241971,-0.06488642,0.013913455,-0.02151582,-0.017851835,0.024356619,-0.034541525,-0.013606778,0.06185193,-0.022209879,0.049391154,-0.014212063,0.011629518,0.023372022,-0.06417622,0.022435851,0.0022617436,0.014680148,-0.0015666761,0.032830592,-0.021015452,-0.008034133,-0.015810011,-0.026648626,-0.017109353,-0.052457925,-0.04128842,0.021063874,-0.022710247,0.000070742535,-0.002889221,-0.042256877,-0.020482803,-0.0055887867,0.060205556,0.033605352,0.028214293,0.020176126,-0.03673669,-0.0067146146,0.023517292,0.0019903746,-0.0010340264,0.004107859,0.03318569,-0.021870919,0.023452727,0.017157776,0.03528401,-0.053684633,-0.021015452,-0.004119965,0.008683804,0.018368345,-0.042095467,0.058397777,-0.02080562,0.011056516,-0.018158512,-0.0077516674,-0.033250254,0.035606824,-0.0038536398,-0.004337867,0.0019187495,-0.019465925,-0.00072331406,0.0009472691,-0.0111695025,-0.0023303425,0.019046262,-0.0031515106,-0.0014960597,-0.010386669,-0.03528401,-0.0011510479,-0.00083075196,0.008465902,-0.04012628,0.032669183,-0.043096203,0.012977283,0.015454912,-0.02814973,-0.0086031,-0.00082268147,-0.04935887,-0.041223858,-0.00574616,-0.03366992,-0.053329535,-0.0222583,0.010531937,0.0041885637,0.05936623,0.0036155616,0.015737377,0.011371264,0.022645682,-0.008030098,-0.018013244,0.04790619,0.049455717,-0.03373448,-0.023339741,-0.060011867,0.0020559472,0.02782691,-0.009724893,-0.007263405,0.015228939,0.01702865,0.027600938,-0.003956538,0.018400626,0.023275178,0.015228939,0.011274419,0.011750575,-0.015866505,0.007957464,0.009595765,-0.007142348,0.02006314,0.0019177407,-0.027956039,0.03337938,-0.0010713523,-0.0049310448,-0.0010905196,-0.0060810843,0.026519498,-0.021209143,0.004164352,-0.02241971,0.024372758,-0.06272354,0.010556148,0.0060003796,0.005403166,0.018190794,0.0120411115,0.011153362,-0.03538085,-0.011766716,0.014688219,-0.0034158179,-0.005007714,0.0129127195,-0.008506254,0.0012660519,0.0042611975,0.023953095,-0.02011156,0.01149232,-0.010870896,-0.016310379,-0.024308195,-0.029489424,0.00020667918,0.023694841,-0.05394289,-0.017997103,0.031103514,-0.025615608,-0.04748653,-0.050682425,-0.009103468,-0.040061712,-0.012815875,0.06256213,-0.029279593,0.010677205,0.0022092857,0.042934794,-0.016084407,0.045323648,0.008013957,-0.041546676,0.01075791,-0.030587006,0.0017381732,-0.007832372,-0.028359562,0.014381542,0.0007046512,0.012299365,0.003754777,-0.0075014834,0.011823209,0.029150466,-0.02011156,0.0344124,0.0031494931,0.020402098,-0.028795365,0.018271498,-0.027907616,0.007820266,0.043903247,-0.008401338,-0.01688338,-0.008942058,-0.01849747,0.030231906,0.0022940254,0.0011470127,-0.009014693,-0.043967813,-0.031264924,-0.013122552,-0.0065411,-0.053103562,0.024372758,-0.027536375,-0.0012569726,0.0006244511,0.015640533,0.0058389707,0.045937,0.011742504,0.04090104,-0.060140993,-0.000078434685,0.0143411895,-0.018336063,-0.012428493,-0.023016924,0.0050682425,-0.019869449,0.010895108,0.007097961,0.005165088,0.019885588,-0.03373448,-0.022226019,0.018868713,0.010935459,0.012355859,-0.022500414,0.007836407,-0.035187162,-0.016738113,-0.0027822875,-0.009184172,-0.044161502,-0.007340074,-0.015987562,0.0062989863,-0.00020730968,-0.012347789,-0.09962163,-0.056589995,-0.01021719,-0.001640319,0.024324337,-0.015099812,-0.026777754,-0.021193001,0.025244368,0.05287759,-0.010669135,-0.040287685,-0.021193001,-0.008514325,0.027568657,-0.018336063,0.0064119725,0.009184172,-0.000012822873,0.0022012151,-0.02939258,-0.060366966,0.014074865,0.0024816634,-0.02169337,0.009482779,-0.050908398,-0.037931114,0.022500414,-0.04910062,-0.017867977,0.010749839,0.026987584,0.011153362,-0.013606778,0.011266348,-0.0014294784,-0.029925229,0.010023499,-0.040093996,-0.009781386,0.008473973,-0.012533409,-0.04051366,0.05717107,0.0066298745,-0.01704479,0.012420422,0.021225283,0.014163639,0.003805217,-0.027148994,0.017948681,-0.002998172,0.008296423,0.009434356,-0.0068316357,-0.008312563,0.012250943,-0.004212775,0.009111538,0.018933276,0.032556195,0.024049941,0.011686011,0.031313345,0.0154307,0.013865033,0.007033397,0.025163664,0.00017048826,0.011379334,0.00968454,-0.01702865,0.010588431,0.03851219,-0.03011892,0.02976382,0.0056775617,0.011314771,0.039351515,-0.008595029,-0.019691898,-0.02708443,-0.02600299,0.012961143,-0.04161124,0.011815139,-0.028682379,-0.025034536,-0.039900303,-0.027730066,-0.01075791,-0.036349308,0.002279902,0.035187162,0.029570129,-0.023194473,-0.09432742,-0.04361271,0.020515084,0.0029255382,-0.018045526,-0.0031474754,0.053394098,0.027003726,0.0038617104,-0.013316242,0.059559923,-0.054620806,0.024179067,0.024421182,0.027213557,-0.039771177,-0.025099099,-0.031797573,-0.00600845,0.0011692065,-0.031862136,-0.018481331,0.015487193,-0.006908305,-0.018352203,-0.0011813121,-0.0054636947,0.026115976,0.020870185,0.015624391,0.0030990527,-0.021580383,-0.009547343,0.012146027,-0.010636853,0.021709511,-0.017432172,-0.017060932,-0.00073239335,-0.0010804315,-0.0006098234,-0.019352939,0.024501886,-0.017125495,0.023049206,-0.031684585,0.015559828,-0.00057148875,0.01667355,0.0022778844,-0.013187115,0.019804884,-0.038415343,-0.025777018,-0.009264876,0.011379334,0.0062747747,-0.009950865,0.016625127,-0.009934724,-0.040675066,0.016350731,0.004144176,0.012218662,0.001036044,0.013114481,-0.02350115,0.024824705,-0.027762348,-0.029779961,-0.044710293,0.03715635,0.00529018,0.028004462,0.0012993425,-0.018400626,0.031813715,0.038124807,-0.013340454,-0.011209855,0.0012892544,0.016471788,-0.03673669,0.006416008,-0.008917848,0.0075055184,0.015261221,-0.024631014,-0.005439483,0.047615655,0.05436255,-0.008159225,0.004914904,-0.0059559923,-0.03534857,-0.022306724,0.004644544,0.029102042,0.028779225,-0.012517268,-0.010314035,0.02298464,-0.044452038,-0.0012821928,-0.009224525,0.004140141,0.0147205,0.0018269481,-0.003795129,0.0011409599,-0.0031958981,0.0498431,-0.010015428,-0.0062868805,-0.010717558,0.045485057,0.013848892,0.047389682,-0.005863182,0.011613377,0.010564219,0.010741769,-0.0041845283,0.032039687,-0.003514681,-0.00264509,-0.017125495,0.014510669,-0.008058344,-0.013179045,0.01524508,-0.0035449453,0.0016140899,0.020676494,-0.011645659,0.01220252,0.019772602,0.006315127,0.01003964,0.016705832,0.021305988,0.018545894,0.0033936242,0.0021164755,-0.02798832,-0.0122267315,-0.00025711948,-0.063014075,-0.015680885,0.033799045,0.031668447,-0.0023142016,-0.002217356,0.00049229746,0.014575233,0.029699257,-0.0056735263,-0.015115953,-0.0058873934,0.0096764695,0.02476014,0.021386692,-0.016931804,-0.019788744,0.03171687,-0.030893683,-0.023452727,-0.013501863,-0.0337022,0.01757744,-0.056815967,-0.009248735,0.03318569,0.01274324,0.03392817,0.0114196865,0.021919342,0.029376438,-0.013130622,0.06637138,0.0042369864,-0.0037769706,-0.010564219,0.015487193,0.007553941,-0.02511524,-0.021838637,-0.02777849,0.006686368,0.019530488,0.011847421,-0.0034097652,0.0026269315,0.030474018,0.017254623,-0.023936955,0.044000093,0.04425835,-0.02761708,-0.019675758,-0.04174037,0.0037366184,0.011072657,-0.020046998,0.016003702,0.011153362,0.0062505635,-0.024049941,-0.015688954,0.007679033,0.010467374,0.017658144,-0.00028297014,0.03925467,-0.03483206,-0.0078121955,-0.026228962,0.054459397,-0.0072069117,-0.026584063,0.021612665,-0.039319232,-0.06130314,0.027746206,-0.014389613,0.01936908,-0.036639843,-0.0033411663,-0.014486458,-0.0067146146,-0.022096893,0.019094685,-0.019950151,0.018788008,0.021031592,-0.01777113,-0.019239953,-0.024340477,0.014849628,-0.012533409,0.002598685,0.004450853,0.01974032,-0.0074006026,0.005177194,-0.039577488,0.019078543,0.0031252818,-0.011702153,-0.016657408,-0.018594317,0.019126967,0.00398882,0.030909823,-0.01812623,0.007824302,0.002786323,0.0077395616,0.012823945,0.0020004627,-0.021031592,0.0073320037,0.027310403,-0.041708086,0.028763084,-0.0068195304,0.031426333,0.0021790215,0.04845498,0.013606778,-0.0017876046,0.017900258,0.0002574978,0.0038939922,-0.006553205,-0.00071221724,0.005092454,-0.0031010704,0.028633956,0.015204728,-0.037350044,0.018416766,-0.012670606,0.029118184,0.013929597,0.0065693464,-0.037511453,-0.0012327612,0.024066081,0.0038031996,0.003316955,0.012993424,-0.029134324,0.00023719556,-0.03496119,0.008998551,0.0019177407,-0.0005740108,0.0026329842,-0.013501863,0.036542997,0.026697049,-0.003968644,-0.02098317,0.017480595,-0.009232595,0.025502622,-0.05688053,0.008732227,0.0032362505,-0.018788008,-0.00007080559,0.008974341,0.0053386027,0.015511405,0.012347789,-0.0069647986,-0.017690426,-0.004721213,-0.020192266,-0.013049917,-0.0065209237,0.011096869,0.027907616,0.01846519,0.0067509315,-0.00011746288,0.0072391937,0.0012529374,-0.015228939,0.025534904,-0.02099931,0.023468869,-0.012218662,-0.044871703,0.0093052285,-0.017851835,0.014639797,0.00008392007,-0.014018372,0.013138693,0.0043661133,0.021741793,0.011347053,-0.023985377,0.026293525,-0.0071827006,-0.01757744,0.016407225,0.009894372,0.09632889,-0.021548102,0.0022577085,-0.025857722,0.0043540075,0.04251513,-0.0061617885,-0.010903178,-0.027148994,0.019562772,-0.0037083717,-0.010531937,-0.0065411,0.00843362,0.013929597,-0.018013244,-0.008756438,-0.010951601,-0.0022012151,-0.013485722,0.0017522965,0.0030102779,-0.012646395,-0.010015428,-0.001380047,-0.022726387,0.02456645,-0.017706567,0.016560564,0.06650051,0.012509198,-0.008457832,-0.021822497,0.041127015,0.010959671,0.025906144,0.0019036174,0.027681643,-0.005508082,-0.020741057,0.021144578,-0.01469629,0.010806332,0.010515796,0.010975812,0.026761612,0.030280327,0.0018138336,-0.034476962,-0.027294261,-0.01003964,-0.031038951,-0.016931804,0.019433644,0.013380806,0.0041562817,-0.011815139,0.043903247,0.024421182,0.03194284,-0.02584158,0.01560018,-0.028956775,0.026971444,0.0055524698,-0.04684089,0.007767808,0.007727456,0.01903012,0.03268532,-0.031474754,0.011145292,0.007900971,-0.0060931896,0.007424814,0.0036155616,0.002635002,0.0011843386,-0.0045113815,0.021983907,0.01290465,-0.01650407,0.005935816,0.0016302309,-0.01310641,-0.0021810392,-0.021031592,0.008017992,-0.019207671,0.032330222,-0.013639061,-0.007279546,-0.0049310448,0.024179067,-0.0028851859,-0.01844905,-0.012468846,0.00013265802,0.007860619,0.014091006,0.00021865875,0.0315716,-0.02742339,0.0040372424,0.01310641,-0.018884853,-0.04409694,-0.00511263,0.0033028317,-0.0049431506,0.014163639,0.015535616,-0.002114458,0.018029386,0.0058349352,0.0057824776,-0.013550285,0.01970804,-0.00061486743,-0.045807876,0.020757196,-0.0010733699,-0.0129127195,-0.004684896,-0.0029699255,0.018223075,0.009821737,-0.045259085,0.0109838825,-0.008675734,-0.013348524,0.00250991,0.0030344892,0.007723421,0.036478434,0.0053063207,0.012275155,-0.040804196,-0.020724915,0.0072190175,-0.014833487,0.0046566497,0.009474709,-0.015204728,0.0019389256,-0.042192314,0.032766026,-0.02045052,-0.0009649232,-0.010314035,-0.02635809,0.0044871704,0.008651522,-0.0075741173,-0.019643474,-0.037963398,0.017303044,0.008215718,-0.03567139,0.00016746184,-0.01595528,-0.02241971,0.006097225,0.000012034743,0.006327233,-0.013017636,-0.042418286,0.028424125,0.01704479,-0.016076336,0.039157823,-0.009894372,0.0029800136,0.02240357,0.0065007475,-0.056977376,0.0079332525,-0.0034803816,0.009636117,0.018578175,0.008522395,-0.030280327,0.018336063,-0.0060003796,-0.00951506,0.020854043,0.004015049,-0.017787272,-0.014938403,-0.04054594,-0.0020509032,-0.005879323,0.013485722,0.013235538,0.010515796,0.032168813,0.0065935575,0.00305063,0.0010143546,0.014954544,-0.014462247,-0.0131629035,-0.0101122735,-0.02635809,-0.021386692,0.009700681,0.0135341445,-0.008869424,-0.003962591,-0.008732227,0.0013215361,-0.0002429962,-0.015341925,0.0081188725,-0.018336063,-0.018852571,-0.02258112,0.0079332525,0.016197393,-0.008393268,0.024485745,-0.029215029,0.0018319922,-0.03463837,-0.01148425,0.03747917,0.0032766026,0.009014693,-0.027956039,0.03835078,0.0068235653,-0.021370552,0.0075014834,0.029263452,-0.010104204,-0.0006991027,-0.016705832,0.010523867,-0.0086192405,-0.037543733,-0.030393315,0.058430057,0.03337938,0.0068235653,-0.015091741,0.032749888,-0.019837165,-0.013647131,0.0010895107,0.0067186495,0.019804884,0.019611193,-0.034928907,-0.030151201,0.0056735263,-0.017658144,-0.017109353,-0.028294997,-0.019288376,0.023694841,-0.040997885,-0.015801942,0.005960027,-0.010540008,0.011597237,0.0075418353,-0.025696313,-0.010233331,-0.013001495,-0.02422749,0.0032261624,0.009264876,-0.023517292,-0.030183483,0.026519498,-0.027859194,0.013477651,0.029134324,0.007428849,-0.0022556907,-0.0024534168,-0.016302308,-0.0120411115,0.012129886,0.008869424,-0.00076921476,-0.036672127,-0.018562036,0.017448314,0.018981699,-0.004777706,-0.0049754325,0.0034803816,0.012323577,0.021176862,0.03031261,0.013017636,-0.0010733699,0.02976382,0.0026995656,0.001729094,0.012081464,0.017787272,0.0055524698,0.02151582,0.01938522,0.021628806,0.009224525,-0.016229674,0.0119119845,0.028553251,0.023775546,0.024243632,0.0076669273,0.032879014,0.0147205,0.008845213,-0.01917539,-0.027019866,-0.01882029,0.0052054403,0.015543686,0.00116618,-0.0048341993,0.04377412,0.044032376,-0.012234802,-0.0017664197,0.014421894,-0.02132213,0.020692633,-0.00817133,0.04839042,-0.012291295,0.011379334,-0.017690426,-0.0031353699,0.0065733814,-0.015624391,0.008114837,-0.018513612,-0.010830544,-0.014906121,0.017303044,0.0019137055,0.02745567,0.018626599,-0.0007091908,-0.004697002,0.01434926,-0.0015394384,0.020595789,0.000099052166,0.00336336,-0.0061577535,0.031458613,0.0026128083,-0.0017462436,-0.03818937,-0.012081464,-0.0154307,-0.011225996,0.0029921194,0.007243229,-0.017448314,0.008837143,0.007820266,-0.0011066605,-0.011984618,-0.019724179,0.03570367,-0.0013396947,0.017012509,0.0090550445,-0.05074699,-0.034121864,-0.02258112,0.011217926,0.013937667,-0.05287759,0.02940872,-0.022306724,0.026099835,-0.0068235653,0.028779225,0.035477698,0.0010824491,0.017706567,-0.0060326615],"social":"https://twitter.com/yaroshipilov"},{"title":"rarement","description":"webtoon digital collectibles for super fans","niche":"web3","youtube_url":"https://youtube.com/watch?v=6z8GIUsMQKI","youtube_transcript":"Hello. This is Zynga from Vermont. We are building a weapon platform with digital enterprise to support creators. So this is our, like, a better version of a remote. So this is our landing page, and this task t is our first weapon. So inside the webturn, you can check out the story of a webturn and data collectors for the from the webturn. And there are benefits for collectors, and collectors are featured like in the gallery of grace. And we just support from the collectors. Weapon creators can publish their weapon here, so this is the first episode. So During the season three, we have launched our first WebTune and Onrad, Collectors, and so far, twenty one have been collected. But I I think it's good, but we need to change our target because no collector is from weapon fence. So I think we need to find the right audience like for the next step and during the season three, we have learned a lot and we definitely, like, try again. Then we will see we'll find the right target. Thank you.","embedding":[0.058830064,0.08708218,0.0066012805,0.0068706335,0.0017497241,0.00031477932,-0.014211565,0.035674278,-0.02794428,0.004745739,0.03466527,-0.027585143,0.005711989,-0.06467887,0.056401614,0.028457334,0.011013535,-0.033827286,-0.05657263,0.05065542,-0.010705704,0.017392494,0.0014782336,-0.023172889,-0.020522116,0.005498217,0.009098138,0.032561757,-0.03444295,-0.034186423,0.029072996,-0.04063379,-0.007516225,-0.0114325285,-0.02987678,0.012886179,0.007345207,-0.0020148014,0.023429414,0.001100926,-0.024421318,0.022762446,-0.009277706,0.012330371,-0.00014282644,-0.02171924,-0.050415996,0.015083754,-0.049013652,0.021804748,-0.057496127,0.04785073,-0.0028645452,0.04227556,-0.011287164,-0.042959627,-0.0009796104,0.029278219,-0.046208963,0.018110767,0.0010597749,0.005994168,0.07531616,0.038136933,-0.0062549696,-0.024677845,-0.043677904,0.029312422,0.0050492957,0.041830912,0.055170286,-0.005647857,-0.0072041177,-0.0041386266,-0.017614815,0.007909565,-0.023497822,-0.025960475,0.004578997,-0.067346744,-0.014211565,0.0010522929,-0.02852574,-0.03122782,-0.025840763,-0.0155882565,0.0021077923,-0.021103576,0.008093409,-0.009252054,-0.05588856,0.03803432,0.023070278,0.016468998,0.03868419,0.011218756,-0.025669746,0.014570702,0.053289093,-0.0055153184,0.031108107,-0.020624725,-0.0008134026,-0.049218874,0.009739454,-0.031073904,0.027140498,-0.013604453,-0.009072485,-0.028867776,-0.14707516,-0.01678538,0.020915456,0.022676937,0.0057290904,0.02395957,0.02016298,-0.049731925,0.03377598,-0.013724165,-0.066218026,0.03230523,0.004779943,0.022386208,-0.013664309,0.0031467243,-0.015263324,-0.019701231,-0.023155786,-0.01475027,0.08140439,-0.009337562,0.007576081,-0.013613003,-0.03357076,-0.034648173,-0.021907357,0.000073751355,-0.060882278,0.008461097,-0.0145536,-0.021685036,0.0016695596,-0.025173794,-0.03735025,-0.071074925,-0.0067594717,0.053973164,-0.0058060484,-0.020197183,-0.021428509,-0.023446517,-0.001865161,-0.017341187,0.007653039,-0.0010426731,0.019718332,0.045353875,-0.031843483,0.0065756277,0.014981144,0.0009774726,-0.026935276,-0.005763294,-0.014878534,0.0009512856,-0.024489725,-0.017597714,-0.07086971,0.02115488,-0.00041338167,0.007747099,-0.039026223,0.02221519,-0.0072810757,-0.034613967,-0.020026164,-0.060369223,-0.016015802,-0.069672585,-0.012202108,0.01872643,-0.024318706,0.00017569389,-0.07449528,-0.018264683,-0.0021676484,-0.004472111,-0.0046987096,-0.018658023,-0.024968574,0.028833572,0.0056222044,-0.024506826,0.007841159,-0.07839448,0.05705148,0.010748458,0.08140439,0.004433632,0.000035806817,-0.004976613,0.025567135,0.016067106,-0.0065799034,0.039163038,0.014339828,0.02948344,0.0022681213,0.010132794,0.03960768,0.029551847,0.016067106,-0.013168357,-0.036597773,0.008884366,-0.010902374,0.08407227,0.030338528,0.013835326,-0.024301605,0.059411526,0.007995075,-0.019649925,0.014391134,0.043404274,0.032219723,-0.027499635,0.06064285,0.013878081,0.023326805,0.021069372,-0.01212515,-0.05373374,-0.022420412,-0.008781755,0.00037383384,0.0056393063,0.01445099,0.018880347,-0.0015926016,0.011748911,0.027294414,0.027670652,0.020727336,-0.030766072,-0.017768731,-0.047713917,0.06286608,0.036939807,0.07511094,0.033160318,0.0014290661,0.006199389,0.0329551,-0.023651738,-0.043506883,0.041078433,-0.009833514,-0.023343906,0.03851317,0.0010100729,-0.036153127,0.0048740027,-0.02348072,0.0043908777,0.034135118,-0.0006626933,0.027277311,0.027619347,0.013313723,0.043609496,0.012988789,-0.006490119,-0.038821,-0.001811718,0.0048269727,-0.0019720471,0.030783173,-0.005121978,-0.015100856,0.0016599399,0.019342095,0.022386208,-0.026986582,0.02105227,0.059206303,0.007665865,0.043917328,0.047577105,-0.008456822,-0.032253925,-0.008443995,0.01920528,-0.03522963,0.05027918,0.011312816,-0.022779549,-0.046516795,0.009175096,0.021189084,-0.023395212,0.028183706,0.017700324,0.018315988,-0.01978674,0.0032343708,-0.012698059,-0.0387868,-0.02016298,0.050176572,0.045627505,0.014784474,-0.034203526,-0.027773263,-0.0039440943,0.06779139,-0.02861125,0.02929532,0.013946488,-0.0003890651,-0.026798462,-0.007148537,0.011235858,0.0019047088,-0.02608019,0.060677055,-0.002225367,0.0026122944,-0.02852574,0.024045078,-0.07045926,-0.023908265,-0.04104423,-0.014314176,-0.016528854,0.013022993,-0.016836686,0.023036074,-0.0040851836,-0.072101034,-0.065294534,-0.025481626,0.00484835,-0.029654456,0.029158507,-0.018760635,-0.012561245,-0.043609496,-0.010662949,0.015536952,-0.010902374,0.01619537,-0.007747099,-0.008238775,-0.017734528,0.02163373,-0.049218874,0.012740813,0.0018288197,-0.0023963845,0.041283656,0.01580203,-0.018658023,-0.016725523,0.038136933,-0.06803081,0.012432981,0.049697723,-0.03673459,-0.0016545956,-0.031108107,-0.042514984,0.00078721554,0.0010758077,0.024113486,0.06840705,-0.004519141,0.030321425,-0.0017860654,0.019444704,-0.02074444,-0.022386208,-0.03745286,0.02551583,0.019581519,0.04114684,0.018640922,-0.08044669,-0.0057162642,0.038376357,-0.04357529,0.017392494,-0.019820943,0.044943433,-0.0013243178,0.02348072,0.060984887,0.017435247,-0.00003513878,0.0073580337,-0.023703044,-0.061532144,0.000085508815,0.021189084,0.030013595,-0.002659324,-0.03278408,0.018521208,-0.035913702,0.02696948,-0.02891908,0.08352501,0.017315535,0.033827286,0.0203682,-0.002454103,-0.03752127,0.03278408,0.02512249,-0.020641828,-0.042138744,0.04114684,0.0015359521,0.015870435,0.012364575,0.021856053,-0.003531514,0.003424628,-0.048911043,-0.014596354,0.015511299,0.022180986,-0.028730962,-0.029962288,0.038649984,-0.015117958,0.045935337,0.04637998,0.003332706,-0.0014429613,0.007888189,0.0010715324,0.01115035,-0.0044592847,0.033604965,0.02705499,0.0300649,0.0030377007,-0.051613122,-0.04405414,-0.041010026,0.009474376,0.04733768,-0.013450537,-0.039641887,0.022334902,0.013920835,0.023343906,0.0150666535,-0.005361403,0.022386208,-0.0300649,0.054554623,-0.020351097,-0.010440626,-0.01523767,0.016272327,0.017478002,-0.022523021,0.022967668,0.027482534,-0.016725523,0.032510452,-0.053562723,-0.004549069,0.023617534,0.014793025,0.028046891,-0.030612156,-0.06423422,-0.019068466,-0.049526706,0.024712047,0.02455813,0.047474492,0.009140892,-0.006276347,-0.024968574,0.005793222,0.00095182,0.05267343,0.038855206,-0.022830853,0.020231385,-0.017956851,-0.0058573536,-0.06348174,-0.033639167,-0.016751178,-0.037726488,0.03998392,-0.0015744311,0.08557722,0.009534233,-0.022625633,-0.01174036,0.049218874,-0.01727278,0.032168414,0.015981598,0.006750921,-0.022386208,0.004395153,-0.00020348426,0.00010601757,0.01464766,0.03608472,-0.001283701,0.013980691,-0.0034545562,0.008221673,0.0066440348,-0.036255736,0.01640059,0.0076872422,-0.042138744,0.013416333,-0.06023241,0.02348072,-0.04121525,-0.01707611,0.014339828,0.006896286,-0.04278861,0.017315535,-0.0015605359,-0.010013082,-0.0029928086,-0.008465373,0.008546606,0.0094230715,-0.009884819,0.0006199389,-0.010526135,0.026559038,-0.024780454,-0.030954191,0.005947138,0.026935276,0.038547374,-0.012740813,0.02832052,-0.029825475,0.013382129,-0.007558979,-0.015665215,-0.023617534,-0.027311515,0.011483834,0.009679598,-0.0118002165,0.012586897,0.0094230715,-0.003768801,0.033040605,0.014724618,-0.0031574129,-0.03357076,0.02279665,-0.027191803,-0.040291753,-0.004762841,-0.0223007,0.02891908,0.025960475,-0.002498995,-0.0007075854,-0.0153573835,0.038376357,-0.03676879,-0.043780513,-0.024814658,0.03045824,-0.0044849375,-0.01426287,-0.005985617,0.00931191,0.058761656,-0.026918175,-0.0046431287,-0.01621247,-0.0039868485,0.05065542,0.016451895,-0.028149502,-0.019188179,-0.009730903,0.017802935,0.011483834,0.016990602,-0.00029366935,-0.029141404,-0.021257492,-0.0005932174,0.03211711,-0.012698059,0.0039569205,0.003914166,0.028354723,0.009824962,-0.036050517,-0.0034374543,0.024421318,-0.00017502585,0.008567983,-0.031296227,-0.0013082848,0.011603546,-0.010141346,-0.018281784,-0.016836686,-0.013125603,0.041865114,0.017383942,0.026405122,-0.014185912,-0.0358795,0.009636844,0.057256702,-0.02377145,-0.0063233767,0.01144963,0.009722352,-0.0022360554,0.0060112695,0.005216038,0.035434853,0.024027977,-0.0042326865,0.002706354,-0.002674288,-0.0023514924,0.008679145,0.0053100972,0.03765808,-0.01086817,0.04521706,-0.028645452,-0.023942469,-0.0096967,-0.00091868534,0.076479085,-0.033827286,-0.012236311,-0.004844074,-0.045730114,-0.0039098905,0.0011704019,0.007400788,-0.00998743,0.041283656,0.0015274012,-0.0011511624,-0.01833309,0.049731925,0.016913643,0.011971234,0.016178267,0.012971687,-0.014083302,0.00030622844,0.010791212,0.01115035,0.006849256,0.010936578,0.0155882565,-0.012749365,0.019359196,0.01980384,-0.011894276,0.015536952,-0.0026358091,-0.01144963,-0.020128775,0.025652645,0.0059043835,-0.022163885,0.013518943,0.008119062,-0.024951473,0.016939295,0.021992868,-0.0021879568,-0.0036341245,0.024814658,-0.009457275,-0.008042104,-0.0062977243,-0.049629316,-0.053562723,0.00017275453,-0.05848803,0.009534233,-0.012603999,-0.02269404,0.00960264,0.034289036,0.032852486,0.0533575,0.004938134,-0.018281784,-0.020453708,0.0064259875,-0.00499799,0.014314176,0.018196275,-0.034015406,0.011518037,0.009329012,-0.047953345,0.0034994483,-0.015690867,-0.03765808,-0.008443995,-0.010893823,-0.0032899517,0.012441533,0.0061267065,-0.03444295,-0.015878987,-0.017127415,-0.0044678356,0.024284502,-0.00921785,0.020333996,-0.0032236823,-0.009046833,-0.011697606,-0.031108107,-0.007486297,0.008550881,-0.011825869,0.0062036645,0.041078433,0.028953284,0.03735025,0.01999196,-0.019290788,-0.007315279,0.002338666,0.019615723,-0.033109013,0.037418656,0.013048645,-0.047782324,0.024370013,0.0037581124,0.020522116,-0.02531061,0.034015406,-0.026644547,0.009098138,0.020864151,-0.0009731972,0.023891162,-0.01183442,0.04316485,0.007644488,0.016862338,0.028440231,-0.02572105,0.007999349,-0.009978878,0.0291072,-0.050381795,0.0061138803,-0.011766013,-0.0145536,-0.007845433,0.027003683,0.0058573536,-0.015784927,-0.049629316,0.017050458,-0.012193557,0.02406218,-0.006896286,-0.016118411,-0.020299792,-0.030167509,0.00060657813,0.016263777,-0.021189084,0.015263324,0.0074264407,-0.0016706284,-0.05568334,-0.03230523,0.037110824,-0.01823048,-0.02074444,-0.01435693,0.0033241552,-0.0329893,0.0045918236,-0.015434341,0.026798462,-0.023617534,-0.007631662,-0.03519543,0.021377204,0.010517584,-0.017717427,0.010799764,-0.020333996,0.025960475,-0.04579852,0.021856053,-0.011030637,0.026507733,-0.011295714,-0.03025302,-0.010013082,0.03560587,0.030885784,-0.01922238,0.009140892,0.007879637,-0.012407329,0.03403251,0.0066910647,-0.0068321545,-0.014724618,0.025464525,0.056743648,-0.0073195547,-0.0081660915,-0.009226401,-0.008589361,-0.022232292,0.024096385,-0.03649516,-0.017033355,0.061463736,0.009286257,-0.024900166,0.01698205,-0.0184357,-0.034237728,-0.043404274,0.0069903457,0.039436664,-0.0072768,0.008157541,0.038649984,0.012133701,-0.019513112,0.0069775195,0.0026336715,-0.07052767,-0.0044464585,-0.0040146387,-0.012364575,0.024284502,-0.03803432,-0.003623436,0.025259303,0.015314628,0.016238123,0.00049835606,0.05886427,-0.020351097,-0.003676879,-0.013903733,0.042138744,-0.017546408,0.011244409,-0.00036902397,-0.021907357,-0.009782208,-0.033433948,-0.022129681,-0.017033355,-0.028303418,0.024831759,-0.0061951135,-0.0030868682,-0.012219209,0.0006375751,-0.042343967,-0.024848862,-0.012894729,-0.025054082,-0.008072032,0.022420412,0.014604906,0.03714503,0.027089192,-0.014348379,-0.026251206,-0.01804236,-0.00674237,0.022352004,-0.002484031,0.000959302,-0.010611644,0.021753442,0.039334055,-0.020898355,-0.00091013446,-0.025584238,0.050108165,0.043985736,-0.001047483,0.006887735,-0.030766072,0.05171573,0.03160406,-0.017118864,0.0065628015,0.019735435,0.012732263,0.039812904,-0.00045747217,0.0047500147,-0.007913841,0.018931651,0.000298212,0.04258339,0.01105629,0.013339375,0.002567402,0.032048702,-0.021120677,-0.030612156,-0.0043994286,0.0013253866,-0.0067551965,-0.019632824,0.016657118,-0.001964565,0.00077492365,0.0032129937,0.012005437,0.007734272,0.030783173,0.0042326865,-0.0032707122,-0.026507733,0.020145876,0.012715161,0.02173634,-0.03387859,0.013022993,-0.004531967,0.06645745,0.040702194,0.03365627,0.01076556,-0.011124697,0.008123337,-0.03601631,0.0026400846,-0.059137896,-0.01619537,-0.040599585,-0.020009063,-0.033126116,0.031108107,0.02531061,0.011620648,-0.012415879,0.027961383,0.026131494,-0.0011479559,0.06327652,-0.014510846,0.007110058,-0.056504223,0.012304719,0.02171924,0.027431227,-0.026439326,-0.025926273,0.015545502,-0.0155284,0.033262927,0.02765355,-0.026199901,-0.00025465593,-0.003386149,0.0044892128,0.006712442,-0.0032471973,0.0047115358,-0.013433435,-0.008225948,-0.00073323806,0.019290788,0.040394366,-0.011663402,-0.012809221,-0.029859679,0.013946488,-0.020009063,0.021274593,-0.015083754,-0.04309644,-0.011586444,-0.008713348,0.0008454684,0.019171076,-0.002124894,0.011689055,0.020316895,-0.03735025,-0.026045986,-0.02491727,0.0097907595,0.00950858,-0.0232755,0.026627446,0.018315988,0.019290788,-0.005741917,0.016238123,-0.03601631,-0.0065542506,0.0043908777,-0.008255876,0.012903281,0.014391134,0.01599015,0.015015348,-0.021753442,-0.0021954388,0.0005798566,0.034648173,-0.0009769382,-0.061908383,-0.027619347,0.031963196,0.022471717,0.011338469,-0.011013535,-0.004856901,-0.014194463,-0.007157088,0.012509939,0.0027576592,0.023925366,0.0041877944,0.03646096,-0.007674416,0.019547315,0.011902827,0.007819781,-0.001005263,0.037076622,-0.021599527,0.0010314501,-0.0096967,-0.0055623483,0.022933464,-0.000038445563,-0.0012601862,-0.0106715,-0.0040659443,-0.008691971,0.024780454,0.009192198,-0.009363215,-0.026576139,-0.017495103,-0.0029543296,-0.0110648405,-0.030885784,-0.013860979,0.009662496,-0.0010913062,0.010449178,0.0072511476,-0.0068749087,-0.010936578,-0.017785834,-0.0010763422,0.0141004035,0.01571652,-0.023822756,0.0033647718,0.007379411,-0.0068278788,0.008272978,0.007841159,-0.00064719486,-0.00019667027,0.019119771,0.022369105,0.008623564,0.010098591,-0.023891162,-0.0031894788,0.02900459,0.008781755,0.0110648405,0.005464013,-0.012672407,0.007627386,0.005540971,0.007926667,0.018589616,-0.00007001034,0.0045918236,0.012561245,-0.0033476702,-0.016434794,-0.019342095,-0.039334055,-0.026541935,-0.020128775,0.0034524184,0.014433888,-0.020351097,-0.008046379,0.0046431287,-0.0104662785,0.018093666,-0.037726488,0.014391134,-0.0005309563,-0.039402463,-0.040086534,-0.0061053294,0.02318999,-0.019324992,-0.0022210914,0.0005400416,-0.018127868,-0.021189084,-0.002469067,0.030971292,0.01086817,0.0073195547,0.01804236,0.0034289034,0.021223288,0.12586898,-0.0223007,0.034357443,-0.0059514134,0.037487064,-0.033485252,-0.026439326,0.0012185007,-0.00480132,0.00044170648,-0.01764902,-0.022659836,-0.012586897,0.012672407,0.00591721,-0.025789458,-0.02406218,0.0010079351,0.0030184612,-0.0011650576,0.000020274942,0.0022446064,-0.01572507,-0.020812845,-0.029261116,-0.018658023,0.004882553,0.012988789,-0.0026251206,0.016990602,0.011885725,0.009106689,0.007657314,-0.0067851245,0.010825416,-0.00082676334,-0.019461807,-0.0043545365,0.0068620825,0.013613003,0.007336656,-0.0039483695,0.022967668,0.00025465593,-0.019153975,0.008110511,0.019444704,0.015511299,-0.015545502,-0.041557282,-0.023634637,-0.005211762,-0.005566624,0.04083901,0.020231385,-0.02289926,-0.008995527,0.005810324,-0.004869727,0.023856958,0.014724618,0.009286257,-0.02686687,-0.0034053884,-0.010312363,0.01533173,0.0004409048,0.0110648405,0.014331277,-0.030116204,-0.018931651,0.014510846,0.008653492,0.01183442,0.017024806,-0.0102354055,0.018196275,-0.00013828378,-0.0030761797,-0.0019378435,-0.024660742,-0.011295714,0.0020073194,0.027294414,-0.030304324,0.021257492,0.02455813,0.017503655,-0.029996492,0.033314236,0.0006680376,0.009876268,0.033502355,0.016417691,-0.036324143,-0.0030526647,-0.06420002,-0.038547374,-0.009842064,-0.014023446,0.036050517,-0.013467638,-0.004664506,0.030287223,-0.0039376807,-0.02763645,-0.0027918627,0.017529307,-0.015340282,0.003706807,-0.010047286,0.032339435,0.009081036,-0.03179218,0.00030783174,-0.007665865,-0.022129681,-0.02802979,0.011133248,-0.0040787705,0.023754349,-0.008491025,0.0037666634,-0.017785834,0.030389832,-0.0059300363,0.010406422,-0.035640072,0.054007366,0.016092759,0.0032749877,0.0055623483,0.005254517,-0.018521208,0.002300187,0.011680504,-0.036153127,-0.028679656,-0.0008085927,0.056606837,-0.025430322,-0.01057744,-0.0063276524,-0.0036747414,-0.013245315,-0.0026507732,-0.0018363018,-0.012287617,-0.0063148257,-0.016126962,-0.009876268,-0.006750921,0.0058958326,-0.020864151,0.00941452,-0.030338528,0.032185517,0.007721446,0.012407329,0.016811034,-0.0010651192,-0.012116599,0.0023130134,-0.019290788,0.0022446064,0.024113486,0.007588907,0.0040296027,0.004852625,0.019000059,0.010628746,0.0048740027,-0.03752127,0.0010186237,0.01999196,-0.018418599,0.007178465,0.05024498,-0.012817771,0.031809278,-0.00011423443,-0.024797557,0.014519397,0.015391586,-0.008615013,0.02707209,-0.0063960594,-0.016802482,-0.009653945,0.0067936755,0.013074297,-0.0006306275,-0.019461807,-0.010243956,0.02348072,0.01621247,-0.0064687417,-0.022386208,-0.016067106,0.030321425,-0.0061609102,-0.00998743,0.0016086346,0.059411526,-0.012672407,0.028440231,-0.033998303,0.036324143,0.005540971,-0.031809278,0.004809871,0.025105389,0.010654398,0.04579852,0.012458635,0.0126125505,0.013878081,0.042617593,0.023976672,-0.0054084323,0.04046277,0.0058958326,0.030560851,-0.051578917,0.014707516,0.033126116,0.033228725,-0.017375391,-0.020060368,0.0036341245,0.023737246,-0.00998743,-0.012202108,0.012381677,-0.017067559,0.007524776,-0.030954191,0.00562648,-0.007871087,-0.021582425,-0.00376025,0.044875026,0.0063917837,0.019376297,-0.0041557285,0.019085567,0.02366884,-0.005327199,0.0038714116,0.0063148257,-0.021599527,0.020727336,-0.013040095,-0.02308738,-0.0041600037,0.033228725,0.036974013,-0.016622914,0.017281331,-0.014425337,-0.03355366,-0.013279519,0.027910078,-0.034289036,0.012330371,0.014724618,0.01144963,0.0069304896,-0.0110648405,0.005818875,0.019906452,0.01203109,0.004822697,0.0005809255,-0.014869983,0.003332706,-0.011466732,0.03639255,0.0045533446,0.016708422,-0.05178414,-0.00979931,-0.001093444,0.010440626,0.024455521,-0.02240331,-0.009431622,-0.0028410302,-0.0038500344,0.014468092,-0.013313723,0.033023503,0.0010325189,0.018863244,0.034357443,-0.0063062753,0.012963137,0.027431227,0.0062421435,-0.0063917837,0.011210206,-0.055067677,0.033314236,-0.041352063,0.002637947,-0.016622914,0.00084814057,0.012099497,0.0083499355,0.0075333267,-0.0126125505,-0.0069304896,0.019188179,0.0033241552,-0.012646753,-0.01513506,0.0044165305,0.016990602,-0.058248606,-0.0073281056,-0.009713802,0.01882904,0.025960475,0.01978674,0.033622067,-0.00094166584,-0.015690867,-0.013262417,0.036905605,0.0128434235,-0.013493291,0.028765164,0.025379017,-0.0037965914,0.040565383,-0.009636844,-0.007828332,-0.0042455127,-0.0028089646,-0.010739907,-0.009397419,0.004968062,0.018059462,0.034083813,-0.012039641,0.026593242,0.018521208,-0.00084172736,0.004955236,0.013826775,0.008944222,0.014416786,-0.0102354055,0.01019265,-0.005207487,0.016751178,0.0046217516,0.00240066,0.008867264,-0.006934765,-0.02755094,-0.035400648,0.0025951925,-0.017631918,-0.0063062753,0.015562604,-0.014510846,0.005451187,0.036187332,-0.011415427,0.010218304,0.009098138,-0.016126962,-0.004655955,-0.032835383,-0.073400766,-0.0069219386,-0.0052331393,-0.027927179,0.020915456,0.0032407842,0.036905605,0.00223178,-0.018162072,0.008807408,0.0043288837,0.024575233,0.003905615,-0.024335809],"social":"https://twitter.com/0xsano"},{"title":"instacaption","description":"help small business and creators write better instagram post","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=kKXv-N9ud08","youtube_transcript":"Hey, folks. This is Nicholas. And I'm working on Instacption dot I o. With Instacption, I wanna help. Small businesses and creators write better, engaging Instagram posts. This comes from a need that I have personally as I'm taking care of the Instagram account of my dog. Let me show you how it works. First thing to do is upload a picture that you wanna use in your Instagram post, then extract keywords from that picture. We're gonna analyze it and find the keywords have been generated. I can't get rid of the ones that don't make sense. Daxon robot is not a robot. But I can also add my own and give a bit of context. This said how long I want the post to be and what I want the tone. Add images and then click generate. And, voila, now I have a post, a caption that I can use and post directly into my Instagram account, and it's more powerful. So in terms of progress here, you can see the visits and the visitors what everybody has done. Clearly, you can see the impact of the launch and how it faded away after this probably fell to end to end this crowd. I added some features, but I didn't have anything in the beginning to get people's emails. I couldn't, like, reach them back and tell them, hey, I have implemented those features.","embedding":[0.0006187133,0.015609713,-0.04218757,0.0045674597,0.046868145,-0.07476436,-0.004454346,0.0415947,0.0023149338,0.023278054,0.063687004,-0.042374793,-0.050518993,-0.051673535,-0.009891612,0.020251282,-0.03213994,-0.030064885,-0.049551673,0.042031553,0.024978662,0.017333725,-0.0014646295,0.04724259,0.029503217,-0.027303347,-0.04346693,0.020376097,0.01182625,-0.047180183,-0.019081138,-0.028099043,-0.031453457,0.0029487615,0.011740439,-0.025243893,0.009010104,0.002357839,0.017099695,0.037787832,-0.011397197,-0.023075229,0.035697177,-0.021093786,-0.07963216,0.045307953,-0.027225338,0.009798001,0.024182964,0.06427988,-0.060629033,0.010601499,-0.0054060626,0.009002304,0.000656743,-0.026663668,0.011397197,0.035759583,-0.061253108,0.058850415,0.027100522,-0.050612602,0.06571525,-0.0042320187,-0.017271318,0.016147979,-0.018987527,0.028988354,-0.02536871,-0.01990804,0.051299088,0.0031808398,-0.02750617,-0.00070696167,-0.03254559,-0.02399574,-0.036602087,0.02251356,0.025680747,-0.043841373,0.0037893145,0.018441461,-0.048334725,-0.011966667,-0.070146196,-0.0052344417,-0.03607162,-0.057571057,-0.015757931,-0.02399574,0.0010346018,0.06640174,-0.012091482,0.008986701,0.06072264,0.010336267,-0.01705289,0.04786667,0.020422904,0.05588605,0.049801305,-0.029315993,-0.0039277812,-0.05516836,-0.0019892438,-0.029846458,0.0049809106,0.013893503,0.035041895,-0.011662429,-0.07950734,-0.0010921338,-0.013877901,0.001125288,-0.0026659768,-0.040408954,0.010827728,0.024338983,-0.023137636,-0.033980966,-0.040408954,0.025805563,-0.01917475,0.024791438,0.053951412,-0.05810152,-0.034293003,-0.020282486,-0.021390222,-0.029893264,0.04118905,0.0002825409,0.032202348,-0.02153064,-0.05064381,-0.021327814,0.011514211,0.003923881,-0.041345067,0.029472012,0.0252907,-0.05906884,0.0010648305,-0.023886528,-0.033887353,-0.050706215,-0.023106432,-0.012988592,0.0058897217,-0.012777966,0.006104248,0.008869687,-0.026133204,-0.025087874,0.019018732,0.024526207,0.013526858,0.04234359,-0.03906719,0.020266885,-0.00073475257,-0.010546893,0.016990483,-0.0076722405,-0.07351621,0.030486137,-0.0092207305,-0.067213036,-0.03516671,-0.0156019125,-0.033793744,-0.064841546,0.0067868317,0.02104698,-0.0028044437,-0.029487614,0.018800305,-0.039504044,-0.004633768,-0.041657105,-0.03572838,0.0030657758,-0.039535247,-0.0065489025,-0.044902302,-0.060067363,-0.035416342,-0.012333312,-0.022966014,-0.011358192,-0.032171145,0.0004107691,-0.00022866552,-0.012933985,0.026382834,-0.0603794,0.050675012,0.005694698,0.021827076,0.016990483,0.008479639,0.0220299,0.03404337,0.023122035,0.033263277,0.009587375,-0.019283963,-0.00068258366,-0.03719496,-0.023402868,0.059349675,-0.029409604,0.015711125,0.013285029,-0.06069144,-0.044496655,-0.038942374,0.035197914,-0.015539505,-0.0027888417,-0.022154715,0.024713429,0.012879379,-0.051018253,0.00668932,0.03273281,0.012372317,-0.035978008,0.0220299,0.0011769693,-0.013043199,0.018332247,0.013370839,-0.04855315,0.008136397,0.0026815787,0.009766798,-0.06328136,-0.0026815787,0.012341113,0.023340462,0.010554694,-0.005027716,0.03223355,0.0050238157,0.010640504,-0.04618166,-0.0375382,-0.035104305,0.03775663,0.087557934,-0.00003163044,-0.0041072033,-0.002480704,0.011350391,-0.033887353,0.025821164,0.02716293,-0.01639761,0.037787832,0.026226815,-0.017770577,-0.028520295,0.00082543865,0.008612256,-0.011459605,-0.019346371,0.00018027522,0.014330356,-0.025665145,-0.05775828,-0.011607823,-0.005753205,0.04006571,-0.02079735,-0.0031886408,-0.010266058,0.019471187,-0.0077892547,0.03140665,0.0007986229,-0.005472371,0.0022622773,0.012910582,-0.0141743375,0.021936288,-0.005425565,-0.039129596,0.0046571707,0.029830856,0.014533182,-0.014790613,0.009969622,0.025415516,-0.011888657,-0.024822643,0.007414809,0.014189939,0.026460843,0.03410578,-0.0073797046,-0.047741853,0.010227053,-0.040970623,-0.04967649,0.015882747,-0.0065723057,0.031921513,0.051267885,-0.041407477,-0.0012715559,0.016865667,0.0015270371,-0.040596176,0.01330063,0.034074575,0.086309776,-0.032857627,-0.028379878,-0.00075327983,0.016974881,-0.056915775,-0.01745854,-0.02839548,-0.021359017,-0.030532943,0.022310734,0.014876423,0.018394655,0.030579748,0.010110039,-0.037413385,-0.0070091593,0.038630337,0.0017113348,-0.009041308,-0.059100043,-0.008939896,0.02994007,0.049426857,-0.057477444,-0.036695696,0.007133974,0.016428813,0.030111691,0.044839896,-0.017645763,-0.020781748,-0.029191177,-0.002699131,0.00044367937,0.029035158,0.0432485,-0.028567102,0.010734116,0.038630337,0.0075357235,-0.018129421,-0.030298913,-0.009743394,-0.010188049,0.050706215,0.018269839,0.025087874,-0.011248979,-0.023590092,-0.041157845,-0.0013680927,0.011217775,0.0147204045,0.043716557,0.0052500437,0.024354585,0.0016655042,-0.019003129,0.013129009,0.0084328335,0.014213342,-0.0001660141,0.027022513,0.059100043,0.0147516085,-0.012754563,-0.010507888,0.007048164,0.02438579,0.046618514,-0.048022687,-0.041157845,0.03304485,0.040408954,-0.064155065,0.006486495,0.012606345,-0.023044024,0.03582199,0.011631225,0.007871165,0.009673186,-0.010289461,0.018893916,-0.023964537,-0.05154872,-0.009813603,0.017193308,-0.00020160596,0.00046415688,0.013768688,0.010601499,0.018363452,0.005156432,-0.056260496,0.05841356,-0.020500913,0.0011165119,0.011459605,0.010952543,0.03132864,0.076823816,0.05988014,-0.041501086,-0.037319776,0.03370013,-0.035541154,-0.017989004,0.010211452,0.057789482,-0.043498132,-0.0010287511,-0.016600436,-0.031547066,0.015976358,-0.021202998,0.0068609407,-0.053795394,-0.047929075,-0.029752847,0.057071794,0.06340617,-0.02594598,-0.0148140155,0.040564973,-0.025524728,-0.021000175,-0.014213342,-0.02912877,-0.017817384,-0.031625077,0.00032885905,-0.036258843,-0.027833812,-0.012684355,-0.014150934,-0.0016655042,-0.025649544,-0.045588788,0.012543937,-0.021359017,0.010640504,-0.0040252935,-0.013425445,0.025602737,-0.009431356,0.03451143,-0.0041579097,0.0093143415,-0.053889006,0.008549848,0.017708171,-0.024416992,0.0037620112,-0.0071573774,-0.007293894,0.0057415036,-0.06434229,-0.04137627,0.0636246,0.011280183,-0.07551326,-0.029081965,0.0070676664,0.005948229,0.007325098,0.023231247,0.008518644,0.044652674,-0.001166243,-0.032420773,-0.0067829313,-0.010991547,-0.009899413,0.051829554,0.012380118,-0.019830031,0.016600436,-0.030252108,0.014650196,-0.022934811,-0.0050784224,-0.004852195,0.01493103,0.0043139285,-0.008877488,0.100101866,0.017084094,-0.01354246,0.015406888,0.029237984,-0.019455584,0.0029468113,-0.021031378,0.0074187093,-0.0244794,0.010047631,-0.020532116,0.0044933506,-0.00783216,0.038287092,0.01411193,-0.014486375,-0.026632464,0.025649544,-0.0087370705,-0.00929874,0.0007883841,0.0014109979,-0.055854846,-0.0007732698,-0.0579455,-0.014447371,-0.030610953,-0.024323381,0.012247501,0.018550673,-0.051080663,-0.010461083,-0.021655455,-0.018379053,-0.07239287,0.006030139,0.0058117122,0.018566275,0.045245547,0.025103478,-0.029830856,0.008877488,0.01517286,0.0040525966,-0.023059627,0.03370013,0.013066602,0.017146502,0.029035158,-0.036508474,-0.0034733757,0.031344242,-0.008034985,-0.015079249,0.03859913,0.016179183,0.020532116,-0.028192656,0.0015075348,0.047679443,0.01894072,0.016990483,0.012278705,-0.0065879077,-0.041313864,0.023558887,-0.0075669275,-0.030470535,-0.007325098,0.006584007,0.014611191,-0.001150641,-0.04836593,-0.011007149,-0.013183616,-0.018316645,-0.027911821,-0.013043199,-0.014088527,0.037787832,-0.02089096,0.00012493719,-0.016740851,0.00563229,0.033388093,-0.0132928295,0.006751728,-0.026289223,-0.00011280914,0.008768274,0.01362047,0.023761712,0.020110864,-0.007059865,-0.020032855,0.024323381,0.000518276,-0.014642395,-0.037163757,-0.008464037,0.01518066,0.043373317,-0.011654628,-0.010429879,0.039285615,-0.009064711,0.0030969796,-0.023278054,-0.0045791613,-0.018987527,-0.037257366,0.008378227,-0.027069317,-0.015765732,0.029253585,-0.012395719,-0.00044148538,-0.038942374,-0.005031617,0.02218592,0.008830682,0.014423968,0.0032783519,-0.05800791,-0.047055367,-0.022685181,0.032514386,0.02814585,0.024541808,0.008518644,0.016288396,0.0041657104,-0.01435376,0.011358192,0.020532116,-0.0025353108,-0.016413212,-0.014330356,0.007465515,-0.013027597,-0.0015289874,0.01647562,-0.011444002,0.040440157,-0.017739374,0.0038322196,0.011678032,-0.015789134,0.07800956,-0.011459605,-0.0050628204,-0.005487973,-0.002250576,-0.02814585,-0.0187691,-0.016943676,-0.008994502,0.035634767,0.009415754,-0.0084328335,-0.008292416,0.019299565,-0.023636898,0.000056191264,0.008744872,0.040034506,-0.056728553,0.0021413625,0.018971926,-0.008276815,0.02724094,0.035104305,0.008136397,-0.032576792,0.023870926,0.019205954,-0.008916493,0.015609713,-0.010968144,0.0023597893,0.03051734,0.0031262331,0.016272794,-0.011607823,0.021639852,-0.017536549,-0.005702499,0.018379053,0.0028356477,-0.007250989,0.013823294,-0.044590265,-0.014408366,0.014798414,-0.019627206,-0.03859913,0.0017249865,-0.0318123,-0.041095436,0.0024924055,-0.015391286,0.017676966,-0.007691743,0.016522424,0.013955911,0.029877663,-0.035073098,-0.016756454,-0.025353108,0.041969143,-0.022716384,0.008573251,-0.00636558,-0.030220903,-0.0036215938,-0.010562494,0.00091807503,0.002699131,-0.005320252,-0.04212516,0.012832573,-0.017989004,0.00758643,-0.005195437,-0.030127292,0.0026620764,-0.0059014233,-0.024495002,0.007882866,-0.019221555,0.01738053,0.01925276,-0.046618514,0.03647727,-0.051018253,-0.01940878,-0.027599784,-0.005164233,0.0023110332,0.035135508,0.009173924,-0.038474318,0.013308431,0.00034251073,0.0070520644,-0.002047751,-0.0020789548,0.016990483,-0.020360496,0.045183137,0.019876836,0.038318295,0.031203825,-0.040783398,-0.020656932,0.008612256,0.018004607,0.011740439,0.006217362,0.00889309,0.021639852,0.005558181,0.0163196,0.016896872,-0.006708822,0.012122686,0.04122025,-0.03557236,-0.028598305,-0.030907389,0.015188462,-0.020734942,-0.009368949,-0.02870752,0.0074772164,0.008534246,0.0020204477,0.017552152,-0.020610126,-0.018316645,0.027552977,-0.028333073,-0.0016108975,-0.00043685356,-0.00057629566,-0.038193483,-0.004945806,-0.004029194,0.021920687,-0.0069779553,0.026086397,0.0009843832,-0.029081965,-0.07451473,-0.021265406,0.013363038,0.032420773,-0.038287092,-0.021936288,0.033637725,-0.00051535066,-0.026710473,0.0028512494,0.0036762005,0.0031262331,-0.008471838,-0.014322556,0.02357449,-0.0075669275,0.025009865,-0.03728857,-0.025602737,0.005507475,-0.04527675,0.0022856803,-0.018753499,-0.0060067363,0.00077960803,-0.02978405,-0.013823294,0.02797423,0.035197914,0.006821936,0.010819926,-0.0040252935,-0.008908692,-0.013308431,0.011248979,0.01288718,-0.018129421,0.0046103653,-0.0022330238,-0.03516671,0.0069194483,-0.0285515,-0.025602737,-0.0021238104,0.021561842,0.01435376,0.03036132,0.023465276,0.0022876305,0.022731986,0.032576792,0.0029507116,-0.019689614,-0.026086397,-0.012575141,0.0032783519,-0.033793744,0.0015328879,0.022560365,0.017162103,-0.0041696113,-0.019299565,0.0011009099,0.0038419708,0.014915428,-0.010975946,0.04128266,0.020766145,-0.023278054,0.010804324,0.03697653,0.023465276,0.02538431,-0.024245372,0.029955672,-0.039878488,-0.0035182312,-0.0027264343,-0.011693633,-0.01655363,0.02823946,0.023543285,0.019892437,0.02014207,-0.024853846,0.013760887,-0.022731986,-0.008027184,0.013916906,0.014392764,0.060816254,-0.049645286,0.0028785528,-0.013136811,-0.042936463,0.001802996,-0.014322556,0.015968557,0.069584526,0.018753499,0.021593047,0.019268362,-0.03310726,-0.014923229,0.0022388743,0.013643872,0.007570828,-0.019627206,0.0021998696,0.0020555519,-0.03629005,-0.02064133,0.02106258,0.027303347,-0.03607162,0.074202694,-0.0018439511,-0.009688787,0.020173272,-0.008503042,0.020750543,0.02299722,-0.0020360495,0.007886766,-0.0048326924,0.0034519231,0.019003129,-0.023200044,0.013573663,-0.051829554,-0.015640916,-0.0009824329,0.04502712,0.015141656,0.0015553157,-0.02391773,0.035541154,-0.01582814,-0.019939244,0.039441634,-0.017536549,0.014540982,0.009735594,-0.0035942905,-0.032264754,0.008807279,-0.020032855,0.017879792,-0.0012247501,0.014338157,0.013074403,0.01338644,-0.035697177,0.04153229,-0.025555933,0.03738218,-0.03254559,-0.03760061,-0.03497949,0.012840373,0.0024534008,0.0334505,0.048521947,-0.023122035,-0.0031125816,-0.00014285502,-0.028099043,-0.0107107125,-0.02438579,-0.025789961,-0.017832985,0.018269839,0.022544764,-0.005164233,0.025649544,-0.02291921,0.017364928,0.03313846,-0.005312451,0.009306541,-0.015617514,0.040190525,-0.018831508,0.021889484,0.02170226,0.0074226097,-0.01085113,0.025353108,-0.0027127825,0.0040369947,-0.0035260322,-0.011982269,-0.03173429,0.018566275,-0.049239635,0.023309257,-0.013394242,-0.0067985333,-0.00554648,0.004274924,-0.045183137,-0.018566275,0.039472837,0.013222621,0.008245611,0.015874946,-0.030283311,0.034698654,-0.024666624,-0.014338157,0.0035630867,-0.02831747,-0.005530878,0.0038244189,-0.017614558,0.029222382,-0.003931682,0.016054368,0.010968144,-0.037413385,-0.006427988,-0.03092299,-0.03092299,0.03279522,-0.03760061,0.022794394,0.0089789005,0.016350804,-0.021733465,0.010679509,-0.0007440162,0.035135508,-0.016756454,-0.0014314755,0.02994007,-0.026226815,-0.0017288869,-0.008222207,0.02660126,-0.0030560247,0.002970214,0.01819183,-0.015157258,-0.009010104,-0.049738895,0.0050043133,0.027443763,0.01892512,0.015804738,0.0073953066,-0.01068731,0.0067985333,0.033575315,0.0104376795,0.048428334,-0.002014597,0.02675728,-0.0156019125,-0.0056595937,0.008518644,-0.0024826543,0.025399914,0.056322902,-0.026741678,-0.01884711,-0.027552977,0.0021686659,-0.0024221968,0.00030009303,0.017708171,0.030486137,-0.013558062,0.015227467,-0.009751195,0.012629748,0.013129009,-0.057851892,-0.02822386,0.0021901184,0.006985756,-0.030049283,0.012590744,-0.01655363,-0.008721469,0.0014831568,-0.014564385,-0.025633942,-0.005515276,0.029315993,0.0047273794,-0.02569635,0.016163582,0.0047195787,-0.012863777,0.016678445,-0.0003320282,-0.009142721,-0.016928075,0.007149576,0.029659236,-0.019143546,0.0065567037,0.030205302,-0.001909284,0.003288103,0.028535897,0.016303997,-0.00587412,-0.032701608,-0.015851542,-0.01354246,0.014923229,-0.014673598,0.010211452,-0.009907214,0.021234203,0.025493525,-0.010008627,-0.009844807,-0.013370839,-0.00595603,0.0043334314,-0.009212929,0.01869109,0.007188581,-0.018815907,-0.0040799,-0.0021998696,-0.0041969144,0.020469708,0.015438092,-0.01126458,-0.02014207,0.016210387,-0.048584353,0.031718686,-0.021515038,0.015882747,0.020688135,-0.0008200755,-0.030127292,0.014182138,0.0048014885,-0.0036996035,-0.009563972,-0.024011344,-0.028520295,0.01738053,0.010484485,0.022966014,0.097730376,0.00889309,0.042062756,-0.0013066601,0.032670405,0.023059627,0.023137636,-0.009907214,-0.03254559,-0.015211864,0.006665917,-0.01892512,0.031562667,-0.010593698,0.014977836,-0.022794394,-0.035790786,0.01354246,-0.0144785745,-0.028052239,-0.000035500445,0.03067336,-0.006794633,-0.02260717,-0.0032939538,-0.0079608755,0.0089789005,0.020110864,-0.001330063,-0.014962234,0.02897275,-0.021109387,-0.020251282,0.013854498,0.020734942,0.014899827,-0.02750617,-0.007941374,-0.020110864,0.018472664,0.007032562,-0.0021179595,0.032264754,-0.0017171855,0.006630813,0.0062875706,-0.040564973,0.008362625,-0.02513468,-0.044902302,-0.022809995,0.03647727,0.01869109,0.009837005,0.027443763,-0.028754324,-0.0069623534,0.028941547,0.007968676,0.006810235,-0.02390213,0.029472012,-0.0027868915,-0.0023422372,0.00660741,0.002560664,0.0037230062,0.0077385483,0.019861234,-0.030985398,-0.019096741,0.010094437,0.005897523,-0.015165059,-0.01647562,0.024245372,-0.0007820458,0.025197089,0.011163169,-0.018457063,-0.0046532704,-0.0125049325,-0.012676554,0.018550673,-0.0065528033,0.003923881,0.0163196,0.02724094,0.024448197,0.01811382,-0.024541808,-0.019455584,0.011116362,0.013768688,-0.0044192416,0.0061315517,-0.03223355,0.00995402,-0.034074575,-0.03441782,0.0061705564,0.008900891,0.004364635,0.00057142007,0.021093786,0.008939896,-0.0408146,0.004013592,-0.018566275,-0.013402043,-0.020391699,0.015679922,0.008471838,0.00889309,0.020454107,-0.05335854,-0.023512082,0.0044504455,-0.005261745,-0.059349675,0.012372317,0.002586017,-0.0029604628,0.021265406,-0.00041832626,0.0070793675,0.017193308,-0.033076055,0.0465249,0.010234854,-0.016538028,0.0029799652,-0.0029975174,-0.015945155,-0.0067439266,0.008425033,-0.011100761,-0.048022687,-0.0375382,0.018145025,-0.023231247,-0.010890135,-0.0101646455,-0.046368882,-0.012294307,-0.018800305,0.013690678,0.0036898523,-0.027724598,-0.0074343113,0.01427575,0.022404347,0.017520947,0.03622764,0.00022439938,-0.029737245,0.0033388091,0.021343416,-0.0059326272,-0.024573011,-0.010414276,-0.008713668,0.003890727,-0.015945155,0.013082203,0.021031378,-0.031016601,0.012434724,0.010320665,-0.01419774,-0.005164233,0.0040994026,-0.033575315,0.010383072,-0.0021491635,-0.012988592,-0.005433366,-0.004789787,-0.036882922,0.009985224,-0.010351869,-0.003631345,-0.016522424,-0.002250576,-0.0048951,-0.002816145,-0.004575261,-0.011131965,-0.000083555555,-0.007040363,-0.0062875706,-0.0030033682,-0.0069779553,0.005328053,0.05295289,0.017411735,-0.0041579097,-0.03313846,0.016366405,0.04502712,-0.0034051174,-0.018223034,-0.020220079,-0.009641982,0.014299152,0.016023165,-0.02472903,-0.008705867,0.024869448,0.009267536,-0.007933573,0.0022778793,-0.00010762882,0.0014500028,0.026273621,-0.0011155368,-0.020360496,0.033887353,0.03482347,-0.01125678,-0.0071846806,-0.021124989,0.0022915308,-0.044278227,-0.0044816495,0.013799892,0.053389743,0.02153064,-0.01819183,0.0016050467,-0.0036683995,0.023948936,-0.032295957,0.008963299,-0.007988179,0.021000175,-0.023683703,-0.044434246,-0.013027597,-0.041813124,-0.015594112,-0.010874533,0.019689614,0.0048092897,0.019299565,0.005398262,0.0057727075,-0.010702912,0.008807279,-0.0104376795,-0.00027473993,0.023590092,-0.0030423729,0.010273859,-0.014860822,-0.018800305,0.017021686,-0.027053716,-0.0028902544,-0.012372317,-0.040939417,0.0068024336,0.022076705,-0.03850552,-0.005987234,0.013854498,0.029799653,-0.0067868317,-0.03117262,0.036945328,-0.018659888,-0.010757519,0.019221555,-0.010843329,0.016444415,0.0132928295,0.009774598,0.031188224,0.029643634,-0.0032022926,-0.05850717,0.004415341,-0.017552152,-0.007644937,0.028785529,-0.00791017,0.0056244894,0.0124737285,-0.023855325,0.008269014,0.013222621,-0.024432594,-0.022466755,0.023309257,-0.00522274,-0.009821404,0.022404347,0.026133204,0.018347848,0.0046532704,0.02561834,-0.0044777486,-0.0032354465,-0.001231576,0.023714907,0.04739861,0.018082617,0.022950413,-0.009751195,0.015789134,-0.005320252,-0.026460843,0.013940308,-0.017848589,-0.004992612,-0.00060993724,-0.018815907,0.018644284,-0.007091069,-0.01076532,0.020282486,0.018488266,0.013589266,0.02953442,0.017848589,0.027865015,0.026164407,-0.030782573,0.028052239,-0.003974587,0.046618514,0.023636898,0.04936445,-0.025930379,0.03143785,-0.015672121,0.0032920034,-0.008682464,0.007921871,-0.027459366,-0.012395719,0.010812125,0.04072099,0.011927662,-0.005441167,0.033419296,0.006388983,0.009259735,0.0014080725,0.012107084,0.013043199,0.026039591,0.06571525,0.012660952,0.009392351,0.008783877,0.046306476,-0.017411735,0.01264535,-0.0001817379,-0.040190525,-0.0252907,-0.0059521296,0.011818449,-0.012590744,0.015406888,-0.0063577793,-0.003631345,0.019830031,-0.00046805738,0.006338277,-0.015204064,0.02839548,-0.0133240335,-0.02106258,0.004590863,-0.01427575,0.020844154,-0.0043373317,-0.05685337,0.057976708,0.015032442,0.01273116,0.017957801,0.027677793,0.04234359,-0.022966014,0.002593818,-0.006697121],"social":"https://twitter.com/picsoung"},{"title":"the trippy kit","description":"storage, preparation and transportation kits for cannabis","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=y7tI48BTRio","youtube_transcript":"Hi. My name is Chris, and I'm working on the tripping kit. The tripping kit is an all in one preparation storage and transportation kit for cannabis. Starting off, we had an issue because we started selling the trippy kit original. Was priced at a higher point because of the metal grinder and all the components. We then moved to the tripping kit, side kit. So we dumb down the features a little bit. We took the grinder away. Minus, you can add your own grinder and made it a lot more affordable. Updated our website based off of this this new information. And we did what Farza told us. We actually market using our story. Doing that really helped out. It got us a higher number of site sessions, got us a higher number of sales, also received sales on Etsy. We we were hoping to get a hundred sales by May twenty first right now. We're just at six, r to c, you know, our conversion rate was only point eight five percent of the site sessions that we had, and that was kinda concerning. So we decided that we needed to figure out ways to get more purchases. So what this is showing us is that we still need to grow our audience and and it's gaining a lot of attention and gaining some eyes. But the only reason why people aren't purchasing it is because it hasn't gained the hearts of everyone. And people are still having a hard time purchasing three d printed products and they're still hesitant. So we took note of this and decided that we need to take our product from being three d printed to injection molded. And that's our next step in our business.","embedding":[0.023486208,0.019970104,-0.031286497,0.026165958,0.0022018321,-0.018126711,0.010027723,0.06550877,0.010232545,0.005935559,0.045231435,-0.043456312,-0.02346914,-0.06458707,0.039667115,0.02915294,0.010155737,-0.07004898,-0.060012724,0.029886883,0.042295657,0.035468273,0.040896043,-0.044992477,-0.022530375,0.018143779,0.012477049,-0.023486208,-0.022393826,-0.011999131,-0.0039193463,-0.035092764,-0.061002698,-0.01373158,-0.02437377,0.0023895851,-0.00015161598,0.030808581,0.022769334,-0.003341152,0.009524204,0.011708967,0.014841031,-0.020635774,-0.0046767597,0.037891995,0.0144228535,0.013535294,0.00230851,0.030945128,-0.04260289,0.045948308,-0.023435004,0.015455496,-0.0153018795,-0.03505863,-0.0015414958,-0.011341996,-0.037550624,0.051000576,0.03905265,-0.046699323,0.06021755,-0.03792613,-0.021625746,0.0010534443,-0.023725167,0.028606748,-0.0030531217,0.05373153,0.06363124,0.02201832,0.0078642955,-0.040452264,-0.027019382,0.03526345,-0.038608868,0.011196913,0.059227575,-0.016325988,-0.038608868,-0.033402987,0.017887753,0.02125024,-0.044002503,-0.047689293,0.0041753734,-0.025995273,-0.025892863,-0.027343683,-0.0049967933,0.004273517,0.014542333,0.032566633,0.026660943,-0.0338297,-0.027889874,0.05205882,-0.0015638982,0.010377627,0.04693828,0.008683582,-0.0059867646,0.00049791916,0.049362004,-0.013398745,-0.006784715,-0.010590983,-0.027241271,-0.011589488,-0.066328056,-0.019645805,0.01990183,0.048542716,-0.005542984,0.018109642,0.0040985653,0.03915506,-0.020191995,0.0021495598,-0.083021015,0.014917839,0.017307425,-0.0046895607,0.00686579,-0.00027682917,-0.0060294354,-0.0059227576,-0.031337705,-0.049771644,0.057725552,-0.017273286,0.0366972,-0.04291012,-0.032669045,-0.04663105,-0.01608703,-0.020618707,-0.03915506,-0.0074973237,0.010565381,-0.0841134,-0.007104749,-0.02681456,-0.031764414,-0.00818433,-0.0103093535,0.029016392,-0.014849565,0.022427963,-0.008248336,-0.0151994685,-0.03901851,-0.09517376,0.014934908,-0.008073384,0.027992284,0.042261522,-0.034956217,-0.0048559783,-0.023639824,0.0023917188,-0.018860655,-0.058715522,-0.0019031339,0.010898216,-0.019867694,-0.014892236,-0.061002698,-0.03401745,-0.04004262,-0.022530375,-0.053082928,0.0014497528,0.024220154,-0.007817357,-0.0018433942,-0.022888813,-0.013228061,-0.0111883795,-0.02804349,0.008461691,-0.051922273,-0.02580752,-0.039530568,-0.025312535,-0.035877913,-0.018638765,-0.011649228,0.014772757,0.0019639404,0.030296527,-0.016018756,0.0034179604,0.026729217,-0.07551089,0.051854,-0.017512245,0.045743488,0.06376779,-0.03461485,-0.0036206483,0.028060557,0.052229505,-0.05997859,-0.032549564,0.012673336,0.011256653,0.020550434,0.035195176,0.037891995,-0.0038958774,-0.020618707,0.063597105,-0.033539534,0.005346697,-0.0464945,0.054789774,0.015882207,0.04181774,-0.035673093,0.018553423,0.028777434,-0.025688041,0.015293345,0.05492632,0.009942382,-0.007066345,0.03557068,-0.030603759,0.0059526274,0.011222516,0.027155928,0.002835499,-0.009464464,-0.042568754,0.040110894,-0.058271743,-0.0052442863,-0.023673963,-0.02524426,0.0012129279,-0.019389777,0.011376132,0.0050010607,-0.0021794296,-0.04925959,-0.07127791,-0.031235293,0.027343683,0.06052478,-0.005350964,0.013535294,0.0025047974,0.0076338714,-0.019270297,0.006336668,0.022342622,-0.02358862,-0.041100867,0.012724541,-0.021062486,-0.034307618,-0.0010806472,-0.010497106,0.027411956,0.0057734083,-0.00895241,0.01185405,-0.042978395,0.006844455,-0.03949643,0.0019810088,-0.000039370818,-0.012792815,-0.0127416095,0.014977579,0.045470394,0.017887753,0.015310414,-0.0087049175,-0.01072753,0.03505863,-0.014661812,-0.013176856,0.019082544,0.07585226,-0.025636835,-0.03292507,-0.013893731,0.011239585,-0.021813499,-0.022649854,0.017990163,-0.008512897,-0.013424348,-0.030125841,-0.02826538,-0.031969238,-0.0004888515,-0.016872179,0.0035481073,0.0174013,0.01185405,-0.022888813,-0.0038361377,0.0303648,0.00027122858,-0.0008336879,-0.026968176,0.052912243,0.008269671,0.03191803,-0.045402117,0.006319599,0.03423934,0.051137123,-0.021164898,-0.014977579,-0.011205448,-0.006148915,-0.0021090223,0.00692553,-0.017128205,0.040691223,-0.014986113,0.022274347,0.029255351,0.02058457,-0.0050693345,0.01457647,-0.03905265,-0.020857666,-0.06486017,-0.027002312,0.032532495,0.038984377,-0.037994403,0.038677145,-0.020174926,-0.058340017,-0.0360486,-0.0005368566,0.0338297,0.018945998,0.039530568,0.0044975406,-0.019389777,-0.008457425,0.060832012,0.0056581963,-0.0057734083,0.044582833,-0.009225505,0.019645805,0.016479604,-0.0032088715,-0.004181774,0.008056316,0.022820538,0.005508847,0.08513751,-0.01145294,0.020652844,-0.0037678638,0.042227384,-0.02746316,0.018519286,0.027992284,-0.027975215,0.022427963,-0.029084666,-0.0043823286,-0.0062385243,-0.07387232,0.010898216,0.06653288,0.04103259,0.017452506,0.013168321,0.07155101,-0.031627867,-0.0042756507,-0.04495834,0.009268177,0.014661812,0.027872805,0.009780231,-0.08015352,-0.034324683,0.022496238,-0.064416386,-0.023127772,-0.01913375,-0.032669045,0.0027800263,0.018758243,0.038916104,0.016710028,0.00594836,0.0073778443,-0.021625746,-0.0654405,0.022291416,-0.00030456544,0.036526516,-0.016838042,-0.016880713,0.019167887,-0.017247684,0.024134811,-0.089233935,0.06926383,-0.03714098,-0.013919334,-0.0015574975,0.048645128,-0.051956408,0.032225262,0.016906315,-0.0024642597,-0.055370104,0.034307618,0.002786427,-0.029238282,0.012280761,0.0009793033,-0.016027289,-0.019082544,-0.067830086,-0.018399807,0.005794744,0.027514366,-0.009524204,0.0068017836,0.010633654,-0.05649662,0.016710028,0.010437367,-0.051546767,-0.030347733,0.014021745,0.027565572,0.015438427,-0.030996334,0.018826518,0.014064415,-0.0029635124,-0.030279458,-0.05048852,-0.0366972,-0.047313787,-0.038984377,0.041135002,-0.045197297,0.03328351,0.036219284,-0.045163162,0.025790451,-0.04318322,0.01790482,0.05397049,-0.014047347,0.017051397,-0.027275408,-0.0046596914,-0.03635583,0.014900771,0.009080424,-0.035638954,0.011785775,-0.011982063,-0.028760364,-0.013902266,-0.056701444,-0.009993587,-0.0101216,-0.002835499,0.00787283,-0.03195217,-0.040315717,0.049088906,-0.017187946,0.06851282,-0.013014705,0.016197974,-0.06919556,0.013449951,-0.062811956,0.009319383,0.006417743,0.044378012,0.0112907905,-0.023298455,-0.0057776757,-0.025790451,-0.015976084,-0.0052570873,-0.0051077385,0.029460171,0.023400867,0.02981861,0.023298455,0.059022754,-0.00040564276,0.0064220103,-0.01556644,0.0030552554,-0.0035417066,0.02459566,-0.02078939,-0.006204387,0.006486017,0.01790482,-0.03502449,-0.025790451,0.010497106,0.026097683,-0.010770202,-0.009490067,-0.013031773,0.018536353,-0.029750336,0.013279267,0.0071004815,-0.021728156,-0.02459566,0.0086281095,-0.04417319,-0.027548503,0.0112907905,-0.024510317,-0.0012918694,0.012605062,-0.01217835,-0.01758052,0.019458052,-0.011802844,-0.011350529,-0.011743104,-0.004907184,0.013449951,0.015720056,0.023947058,-0.02469807,0.019679941,-0.00989971,0.0039449492,-0.022069527,0.033334713,0.017512245,-0.0045956844,-0.002289308,-0.04137396,0.010736065,-0.03304455,-0.0057990113,-0.016291851,-0.03929161,-0.007258365,0.0154042905,-0.023520345,-0.003902278,0.035741366,0.016923383,0.02536374,0.015310414,0.028299516,-0.018041369,0.009114561,-0.0020802193,-0.0045615477,0.00923404,-0.0502837,0.045163162,0.01846808,-0.016906315,-0.017102603,-0.031525455,0.0054789777,-0.012033268,-0.0015361619,-0.02981861,0.012630665,-0.042090837,0.009216972,-0.027872805,0.02169402,0.029272418,0.0015020249,-0.038574733,-0.028572612,0.027975215,0.033402987,0.039120924,0.02659267,-0.0095071355,-0.008389151,0.009003616,0.03314696,0.004264983,0.0005867285,-0.032430086,-0.012485582,-0.042637028,0.036321696,-0.0144484565,0.012417309,0.0009697022,0.0053381626,0.044855926,0.026729217,-0.0039321478,-0.011017694,-0.0059867646,-0.023673963,0.008534233,-0.027053518,-0.004873047,0.011120105,-0.026643874,-0.04195429,0.043456312,-0.020379748,0.013586499,0.040145032,0.039735388,-0.03570723,-0.011017694,0.026285438,0.0012716007,0.00034803667,-0.029784473,0.0059696957,-0.01768293,-0.007352242,-0.01689778,0.0135950325,-0.017956026,-0.022701059,0.00013081379,-0.020891802,0.02812883,-0.034529507,-0.018758243,-0.014644744,-0.02759971,0.03618515,0.0022999758,-0.014431388,0.024168948,-0.007335173,0.047689293,-0.0005547251,0.037618898,0.014704484,-0.054107036,-0.006814585,0.028214173,0.014661812,-0.013560896,0.043353904,-0.020823529,-0.003360354,0.02812883,0.026404917,-0.015762728,0.012570925,0.03505863,0.023383798,-0.02659267,-0.005026663,-0.0061446475,0.0061318465,-0.0095327385,0.06728389,-0.00058086123,-0.02737782,0.0024663934,0.022206074,-0.022615718,-0.009430327,-0.015267743,0.009199903,-0.000037470618,-0.03400038,-0.006298264,0.011760172,0.003172601,0.03659479,-0.0018220587,-0.00503093,0.0144484565,0.0025368007,-0.013415814,-0.044616967,-0.03690202,0.02512478,0.0059824972,-0.076398455,0.0059910314,-0.021898841,-0.040349852,-0.0013654772,-0.025380809,-0.0019383376,-0.015361619,0.019202024,0.008593973,0.017375698,0.006012367,-0.00091636326,0.0078898985,0.016018756,0.02870916,0.010181339,-0.015924878,-0.03727753,0.0177,0.008500095,-0.0199189,0.010590983,-0.022376759,-0.01262213,-0.011666296,-0.012494117,0.0177,0.0060294354,0.040315717,0.00045391452,0.021011282,0.018007232,0.015361619,0.031508386,-0.0029187077,0.006272661,-0.04403664,-0.0063921404,-0.035673093,-0.037448213,0.0044975406,0.008832931,0.013501156,0.023417935,0.0013708111,0.0031576662,0.03727753,0.0103861615,0.014269237,-0.026404917,-0.02514185,0.02002131,-0.06871764,0.038096815,0.040145032,-0.015395756,0.014772757,-0.027309544,-0.010070395,-0.0026392115,0.06721562,0.0338297,-0.010573914,0.009669286,0.012468514,0.037448213,-0.027531436,0.024049468,-0.017247684,0.022940017,0.037584763,-0.008478761,0.009669286,-0.023622757,0.04106673,0.002748023,-0.053765666,0.013962005,0.0033539536,0.00015628315,-0.011580954,0.015156797,0.024339631,-0.023520345,0.012280761,-0.005363765,0.012203953,-0.011103037,-0.026490258,-0.007407714,0.013151253,-0.020994212,-0.0078898985,0.011213982,0.0036974563,-0.020260269,0.013765718,-0.051717453,-0.019338572,0.015114127,-0.007365043,0.009106026,-0.033164028,0.03483674,0.022325553,0.015353085,0.009276711,-0.010164271,0.004915718,-0.002018346,-0.009993587,0.03103047,0.0019532726,-0.042534616,-0.01245998,-0.02014079,0.014183895,-0.0127416095,0.040315717,-0.0073565086,0.024902891,-0.014943441,-0.017059932,-0.010983557,0.018007232,0.04127155,-0.024971165,0.038028542,0.022035388,-0.004954122,-0.020567501,0.0005115206,0.00043871292,-0.012545322,0.022120731,0.031798553,0.010932352,0.037550624,0.010147203,-0.0018177916,-0.007254098,0.018041369,0.01586514,0.019697009,0.055233557,0.026012342,-0.01590781,0.0057222033,-0.01780241,0.0035182375,-0.02090887,-0.029852746,0.012758678,0.0112907905,-0.044446286,0.00069340644,0.010915284,-0.01562618,-0.02469807,0.049908195,-0.039667115,0.015310414,0.006814585,-0.023776373,0.028333653,-0.020857666,0.019184956,-0.0016748431,0.0705269,0.048030663,-0.03516104,-0.005611258,-0.0067249755,0.0063964077,0.020345611,0.02080646,-0.029255351,0.018314464,0.022171937,0.009336451,-0.006413476,0.013680375,-0.0040686955,-0.03915506,-0.01100916,0.014183895,-0.016044358,0.034700193,-0.016095564,-0.0018081906,-0.015933413,-0.02102835,0.023673963,-0.012929363,-0.003947083,0.053321887,0.034205206,-0.036663063,0.018399807,0.0018028567,-0.01636866,0.018877722,0.027872805,0.038335774,0.0045231436,-0.0025624034,-0.023964126,-0.014380182,-0.006281195,0.02502237,0.011077434,-0.043456312,0.023366729,-0.008960945,-0.016163837,0.009780231,-0.005163211,0.025158918,0.015173866,-0.007480255,0.0057051345,-0.001115851,0.014252169,-0.00053285615,-0.014388717,0.016505206,-0.019389777,0.039189197,0.030808581,0.029938089,0.027497299,0.0056667305,-0.009686355,0.04970337,-0.038062677,-0.012408774,0.04004262,-0.009788765,-0.027889874,-0.0060977093,-0.0007883498,0.0066780373,-0.011819912,-0.0237081,0.019202024,-0.020277338,-0.018280327,-0.013859594,0.029272418,-0.001217195,0.048884086,0.010036258,0.045743488,-0.003554508,0.0056624636,-0.016701493,0.04905477,-0.012135679,0.023503277,0.008461691,-0.023673963,0.011376132,0.0013409413,0.012878157,-0.025380809,0.023435004,0.011222516,0.006012367,0.0026584135,-0.004399397,-0.043592863,0.048679262,0.0055557857,-0.004608486,0.00014468192,0.0049199853,0.03594619,-0.004331123,0.016846575,-0.018672902,0.018877722,0.026968176,-0.022701059,0.0035033026,-0.0038190691,0.014883702,-0.020004243,-0.020669911,0.0030061835,0.005410704,0.00035417065,0.020874733,0.0075912,-0.0005573921,-0.00625986,-0.013048842,-0.005888621,-0.017230617,0.04062295,0.045367982,-0.023059497,0.019270297,0.019611668,-0.006528688,0.035195176,-0.04704069,0.01713674,-0.011239585,-0.029613787,0.00050912035,0.00074247824,-0.0034179604,0.017025795,-0.021506267,0.011691899,-0.03371022,-0.041783605,0.004885848,0.009797299,-0.020379748,0.013799855,-0.027719188,-0.0047151637,-0.025175987,0.017102603,-0.012442911,0.030859785,0.010326422,0.0062854625,0.0000041504372,-0.0033966247,0.00092703104,-0.013159787,-0.0073010363,-0.003641984,-0.0032963473,0.017085534,-0.02691697,-0.008188596,-0.005056533,-0.06397261,-0.013979074,-0.00461702,0.00093076477,0.0042500477,-0.034700193,-0.028299516,0.01068486,0.010300819,-0.019304434,0.0056368606,0.016104097,-0.0061787846,-0.0036910558,-0.0020204796,0.005525916,-0.0037081242,0.008636643,-0.025568562,0.03149132,-0.029118802,-0.023127772,0.0025368007,0.008645178,0.008457425,-0.03181562,0.0011435872,-0.009515669,0.014781292,0.026541464,0.00995945,0.032344744,0.0005125874,0.0076893438,-0.03195217,-0.0030531217,0.0052357516,-0.029989295,0.019970104,-0.011359064,0.02369103,0.023452071,-0.024015332,-0.021420924,-0.00784296,-0.017273286,0.00010734465,0.047484472,-0.026421985,0.015173866,0.011905255,0.026080616,0.010471503,0.050420247,-0.015395756,-0.020277338,0.011717502,0.039530568,0.008798794,0.0037315933,0.00784296,0.011751639,-0.0011073167,0.002844033,-0.034427095,0.013432883,0.014098553,-0.008056316,-0.0050394647,-0.00011747905,-0.015020249,0.026848696,0.007036475,-0.013740115,0.027770394,0.0025581364,-0.027070588,0.023520345,0.018212052,0.013833991,-0.031337705,-0.0015052253,-0.024868755,-0.011085968,0.0014380183,-0.00090196176,0.0128696235,0.030945128,-0.029357761,0.012502651,0.023947058,-0.028470201,-0.019526325,-0.04663105,-0.017546382,-0.021420924,-0.011905255,-0.012570925,0.013543827,-0.024612727,-0.0038318706,-0.021301445,0.006234257,0.022120731,0.021932978,0.0030595225,0.037414078,0.10821407,0.012203953,0.03768717,0.018058436,-0.011478543,-0.00041951088,0.013151253,0.008209932,-0.014747154,-0.0058075455,-0.005487512,0.006272661,0.037004434,0.024288427,-0.006887126,-0.012050337,-0.018638765,-0.008969478,-0.03560482,-0.022940017,0.017751204,0.010812873,-0.0008747589,0.007352242,-0.03615101,-0.015173866,0.016035823,-0.015489632,-0.01608703,0.026934039,0.0145252645,0.023844646,-0.0062214555,0.01229783,0.03502449,0.017990163,-0.027053518,0.0011041163,0.011632159,-0.034341753,0.0024642597,0.044139054,0.02437377,-0.005350964,-0.034768466,-0.006742044,0.016957521,0.004693828,-0.019338572,-0.023981195,-0.014934908,-0.016974589,-0.008026446,0.028521406,0.008960945,0.0075783986,-0.014363114,0.013270732,-0.0019426048,0.018536353,-0.009933847,-0.00026016074,-0.013458485,-0.020089583,-0.025483219,0.0044975406,0.0022573045,-0.007266899,-0.0052186833,-0.036970295,0.008295274,0.018672902,0.005905689,0.0013366742,-0.03268611,0.0077021453,-0.010266682,0.03167907,-0.004962656,-0.03693616,-0.023059497,-0.0055515184,-0.017375698,-0.05373153,-0.008662246,-0.016334523,0.029170008,0.016923383,-0.017956026,0.022701059,-0.009865574,0.008611041,0.025773384,-0.0017281822,-0.014781292,0.010215477,-0.01792189,-0.03502449,0.0077149463,-0.025551492,-0.016095564,-0.021557473,0.014303374,0.012391706,-0.010761668,-0.007727748,-0.041203275,0.022752265,0.024800481,-0.0036249154,-0.026490258,0.013944937,-0.033010412,0.0064006746,-0.0047108964,-0.0143972505,-0.025312535,-0.014892236,-0.011598023,-0.044309735,0.013100048,0.015924878,0.0018188583,-0.01768293,-0.013577964,0.019731147,0.0017164475,-0.019679941,-0.009063356,-0.0019735415,-0.009336451,-0.0050608,-0.006042237,0.00458715,0.016291851,0.032566633,-0.023554483,-0.021540403,0.008478761,0.03328351,-0.043524586,-0.015062921,0.007411981,-0.01741837,-0.013415814,0.03970125,0.0074205156,0.01046297,-0.025824588,0.007723481,-0.0010401097,0.0066225645,0.027053518,0.0016065693,-0.00086462445,0.0001398814,0.012144214,-0.021523336,0.026285438,-0.002839766,-0.04024744,0.011384667,0.0076765423,-0.016436933,0.046118993,0.0036505181,-0.027207134,-0.01574566,-0.0064348117,0.008227,0.01624918,-0.008419021,-0.03347126,-0.0049754577,0.014064415,0.02002131,-0.011103037,0.05687213,-0.018963065,0.0009072956,-0.017068466,-0.0180243,0.013927868,-0.0042777844,0.013168321,0.028948117,-0.0016769768,-0.02314484,0.0072412966,-0.014610606,-0.006891393,-0.0068615233,-0.023008293,-0.010855544,0.050932303,-0.004693828,-0.007655207,0.018638765,-0.07960732,0.020072516,0.004282051,-0.019594599,-0.014252169,0.0021996985,0.008359281,0.014192429,-0.0030168514,-0.03215699,-0.016325988,-0.009251108,0.0000752746,0.03292507,-0.011196913,0.014670346,-0.00072327623,-0.0028568346,0.015353085,0.038199227,0.0338297,0.010932352,0.0019372709,-0.035536546,-0.017128205,-0.017546382,-0.0030851252,0.027036449,0.018638765,0.007834426,-0.01846808,-0.010940886,0.014303374,-0.01868997,-0.003936415,0.022206074,-0.026558533,0.016983123,-0.051239535,-0.009967984,-0.0009761029,-0.023605688,0.035741366,-0.02947724,0.009404724,0.02981861,-0.0041604387,-0.019833557,-0.010010655,-0.014909305,0.035195176,-0.018007232,-0.0042009763,0.017956026,-0.0129464315,-0.0076637412,-0.008478761,0.012545322,0.017597588,-0.029733267,0.017469574,0.02068698,-0.05397049,-0.029272418,0.00020495494,-0.032873865,0.015395756,-0.0052997586,-0.0237081,-0.022035388,-0.041203275,0.021301445,0.029682063,-0.010838476,0.0060593053,-0.02292295,-0.012118611,0.006383606,0.000572327,0.014772757,0.021950047,0.007258365,-0.057589002,-0.025193056,0.0022338354,-0.020533364,0.004028158,-0.023520345,-0.029067596,0.020157859,0.014004676,-0.001163856,-0.0016151036,0.008103254,-0.004800506,0.032908,0.016710028,0.002415188,0.024203084,-0.013151253,-0.0110689,-0.009225505,0.0064390786,0.0076722754,-0.005944093,-0.010087463,0.005688066,0.013774252,0.017973095,0.012272227,-0.0037017234,-0.0044164653,-0.0036142475,-0.022530375,0.021199035,-0.01290376,-0.011444407,-0.05492632,-0.016838042,0.010829941,-0.011171311,0.018382737,0.0064646816,0.027207134,0.030603759,-0.0076509397,0.011435872,-0.0030552554,0.018809449,-0.014986113,0.015634714,-0.03748235,0.015421359,-0.008858534,0.030296527,-0.003481967,0.03459778,0.009933847,0.0034734327,-0.0103861615,-0.0065756263,-0.0262513,-0.0040302915,-0.0062769284,0.043080807,0.0177,-0.0066012293,0.026558533,0.0025090645,0.0148581,-0.011691899,0.018945998,0.0028184303,0.033915043,0.016923383,0.021608677,0.0077106794,0.023110703,0.019219093,-0.0003475033,-0.0077960216,-0.016172372,-0.035980325,-0.007083413,-0.0183486,0.019935967,-0.022308484,0.015259208,-0.004467671,-0.022530375,0.027309544,0.002231702,-0.007258365,0.010352025,0.020226132,-0.021881772,-0.011657762,-0.03615101,-0.024766345,-0.012169816,-0.005022396,-0.010181339,0.010130134,-0.016675891,-0.014721552,-0.00078941655,0.04181774,0.00085822376,-0.005099204,-0.01717941,0.0088073285],"social":"https://twitter.com/thetrippykit_"},{"title":"tisé","description":"a chic bag that doubles as a phone charger","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=_dY-QZjnHpc","youtube_transcript":"Hello. My name is Tishai, and my project name is also called Tishai, and to give an overview as to what it is. It is a chic bag that doubles as phone charger. Now this idea came to me as a solution to a problem that I've seen many times before. You're out on a night out. You don't have a charger, but you have your purse and that's about it. I wanted something where I could just put my phone into it into a pocket of my purse and have it charge without any mess, without any cords, without any issues. And so for my build space project, I really wanted create a physical prototype of this project, and I think I did it. And so here is a prototype of the bag. The bag I did not create myself, but I did pencil this pocket in that holds my power source. And then when I just flip my phone, into the pocket, it starts to charge. And so that's my product and now to the progress graphs. In terms of the weekly charts, I mainly focused on building the actual prototype rather than making money. But the second week, I did have a friend preorder a bag to show support, but I think being that this is a physical product. It takes a little more time to get out of the sort of prototyping phase, but this is something that I definitely want to explore more after Buildspace ends. So, yeah, thanks.","embedding":[0.046430897,-0.0052476428,-0.033940893,0.008093951,-0.016540814,-0.0109172445,0.014300593,0.024857255,0.008884167,-0.04695259,-0.025363605,-0.010541317,-0.009037606,-0.06984582,0.015021761,-0.008446863,-0.014154825,-0.04560232,-0.02241756,0.011377565,0.031976864,0.031547233,0.037838265,0.03277475,-0.007065905,-0.03704038,0.028202243,0.021005914,-0.0067475173,0.009919886,-0.0041774,-0.01798315,-0.026621813,-0.044190675,-0.0014883665,0.014032073,0.018167278,0.013663818,0.03326576,0.013218842,-0.023169417,0.014231546,0.051586475,0.010763805,-0.015881024,0.008017232,-0.0081629995,0.025317574,0.01151566,0.044282738,-0.02006993,-0.009006918,-0.009482582,0.024504343,-0.0052821664,-0.078929454,-0.028708594,0.014331281,-0.034186397,0.04063087,0.029598545,-0.024381591,0.0622352,0.017261982,-0.0063409014,0.001981292,-0.037255194,0.025486358,-0.024504343,0.031010192,0.049039375,0.013142123,-0.040722933,0.0043883794,0.014699537,-0.01894982,-0.025532389,0.032559935,0.064015105,0.0071771485,-0.041152567,-0.002949881,0.0035617223,0.014323609,-0.025424981,-0.024504343,-0.05588279,-0.02834034,-0.07573791,-0.04956107,-0.04066156,0.00935983,0.00024418512,0.02984405,0.031976864,0.025394294,-0.04775048,0.060516674,0.040692247,0.03157792,0.061069056,0.034247775,0.005665766,-0.011960636,0.020499563,0.010541317,-0.009198719,0.019670988,-0.03185411,-0.020975227,-0.0885041,0.0073574404,0.025026038,0.022126025,0.014323609,-0.018504845,0.048364237,-0.027910708,0.023706455,-0.025854614,-0.030749345,0.022555657,0.022325497,0.0022728278,-0.01578896,-0.02063766,0.014776257,-0.022172058,-0.045786448,-0.018934477,0.011139733,0.010809837,0.043454163,-0.034830846,-0.02310804,-0.030795377,-0.03170067,0.011600052,-0.040109176,-0.013318579,0.006862597,-0.05904365,0.05394945,-0.016755631,0.03088744,-0.015075465,0.03547529,0.07438763,-0.00013294123,0.01020375,0.029475793,0.018351406,0.011738148,0.0072845565,0.04185839,-0.029859394,-0.023506984,0.09065226,-0.022248777,-0.024013335,0.029982146,0.0010203749,-0.083103016,-0.020653002,-0.05198542,0.027787955,-0.0063715894,-0.037746202,-0.07223948,-0.037224505,-0.058092326,-0.0036403602,-0.044681683,0.030979505,0.034493275,-0.033603325,-0.008761415,-0.0063869334,-0.02699007,-0.04560232,-0.030902784,0.014799273,-0.0258853,-0.019364107,-0.06917068,-0.02491863,0.0122521715,0.04928488,0.026330277,-0.021819146,-0.0018259342,0.058276452,0.020238716,-0.0016168724,-0.00766432,-0.022018617,0.020223372,0.0072883926,0.02037681,-0.008692367,0.011270156,0.0055583585,0.0036940642,0.041643575,0.023246136,0.0034504784,-0.053427752,-0.017722301,0.006532701,-0.050512396,0.030826064,-0.031792734,-0.01948686,-0.004054648,-0.028386371,-0.016663566,-0.045847826,0.06714527,-0.0022133698,0.018075213,0.014415673,0.034401212,0.048885934,0.010326501,0.01798315,0.050082766,-0.005132563,-0.03820652,0.034616027,-0.017737646,-0.02464244,0.030672625,-0.0046453914,-0.02923029,0.03593561,-0.011699788,0.0474436,-0.03593561,-0.006904793,-0.038267896,0.018075213,0.026360964,0.026974725,0.012137092,0.019195324,0.0012630017,-0.05241505,-0.019226013,0.0274197,0.035690106,0.030289024,0.010940261,0.016847694,0.001039555,0.0017338702,-0.0133415945,-0.0311176,0.05680343,-0.017553518,-0.027051445,0.005811534,-0.030703312,-0.028739283,0.024995351,0.019916492,0.038789593,0.033634014,-0.013755882,-0.016464096,-0.025639798,-0.00912967,0.037807576,0.025977366,0.049591757,-0.018504845,0.0026410832,-0.030058865,0.049008686,0.00591127,-0.03593561,-0.04136738,0.0014269905,-0.014837633,0.0015180955,-0.022632377,0.06561088,0.06395373,0.023737144,-0.035076346,-0.022893224,0.04655365,-0.011768836,-0.023460953,-0.0007648017,0.0068664327,-0.027849331,-0.004921583,-0.011807196,0.015896367,0.04541819,0.0030457808,-0.008255064,-0.012114076,-0.0063293935,-0.03173136,0.018121246,0.034708094,0.005055843,-0.0018844331,0.0072500324,-0.019993212,0.011623068,0.04504994,-0.05812301,-0.032068927,0.024136087,0.041889075,0.023905927,-0.042840403,-0.037255194,-0.023169417,-0.002951799,0.035843547,-0.021466235,0.03335782,-0.000965712,0.060025666,0.031332415,-0.01136222,0.0024109236,0.0063600815,-0.059473284,0.011638412,-0.030979505,-0.030227648,-0.038390648,-0.01140058,-0.03134776,0.0137942415,0.027741924,-0.033726078,-0.05707962,-0.034830846,0.0055391784,0.027941395,-0.011531004,0.042625587,-0.008515911,0.0035713124,-0.018182622,-0.0027005412,0.048394926,0.091143265,-0.06189763,-0.000502036,-0.006808893,-0.03639593,-0.020668346,-0.06917068,0.00031047594,0.03716313,0.07358975,-0.013080747,0.016233936,-0.013080747,0.043147285,-0.017169919,0.072975986,-0.006904793,-0.019440828,0.050942026,0.026606468,0.019548235,-0.021635018,-0.047934607,-0.045817137,0.045755763,0.025900645,0.0033392345,-0.0060033337,0.043116596,-0.02930701,-0.034708094,0.001894023,0.021190042,0.028831346,0.037377946,0.012827571,-0.061529376,0.01767627,0.044466868,-0.041490134,0.016034463,0.029966801,-0.032836128,0.012482331,0.034953598,0.03231443,0.0285705,-0.030749345,0.01082518,-0.02695938,-0.019763052,-0.008799775,-0.0071694767,0.0147916,-0.026023397,-0.022340842,0.029260978,0.0035022644,0.011308516,-0.08611044,0.04167426,-0.012720163,-0.0159424,-0.0064789974,-0.035690106,0.02622287,0.03977161,0.008615647,0.017891085,-0.10397084,0.0073382603,-0.004725947,0.000057869598,0.017246637,0.051310282,-0.020361466,0.0008012437,-0.07242361,0.01001195,-0.0033277266,0.02006993,-0.02030009,0.0109479325,-0.039341975,-0.017169919,-0.000003581262,0.006889449,-0.010533645,-0.026775252,-0.021466235,-0.015405361,0.024949318,-0.037562072,0.0104339095,-0.006831909,-0.03685625,-0.039863672,-0.0013483526,-0.03639593,0.013648474,-0.03532185,0.021420201,-0.03397158,0.021266762,-0.0233382,-0.004910075,0.0018575811,-0.02772658,0.010579677,0.06647014,0.0017214032,0.062112447,0.034984283,0.015374673,-0.0124363,0.01698579,0.017338702,-0.024412278,-0.014384985,-0.03658006,0.0093444865,0.012428627,-0.0133415945,0.025424981,0.008139984,0.032958876,0.0035847384,-0.025440326,-0.033511262,-0.0069546606,-0.021558298,0.019195324,0.025547734,0.047781166,-0.033020254,0.0046300474,-0.017584207,0.010840525,0.024228152,0.005830714,0.029337699,-0.019364107,-0.018443469,-0.015643192,-0.017308014,-0.018075213,0.018029181,0.010656397,0.0433621,0.032406494,0.016157215,0.036979,-0.014354297,0.03068797,-0.004714439,0.011109045,0.004856371,0.015320968,-0.040385365,-0.053182248,0.01825934,-0.0026372473,-0.008385488,-0.018888444,-0.009981262,0.015758272,-0.008308767,-0.02649906,-0.02165036,-0.002957553,-0.0066286013,0.016310655,0.0014758995,-0.010211421,-0.033112317,-0.012597411,-0.034616027,-0.010940261,0.033173695,-0.017921774,-0.03654937,0.022908568,-0.008638663,0.01020375,-0.039188534,-0.022172058,0.003962584,0.026483716,0.005961138,0.008792103,0.012965667,-0.023660423,-0.011768836,-0.0021769279,0.034247775,-0.018274685,-0.0052092825,0.017568862,0.040999126,0.026713876,0.07230085,-0.06030186,-0.0022881716,-0.00017921295,0.0037247522,0.013234186,0.016755631,0.013740538,0.00391847,0.0073190806,0.0030074208,-0.0017271573,0.021205386,0.043607604,-0.017630238,-0.024258839,-0.027757268,-0.006923973,-0.005638914,-0.006835745,0.0034102006,-0.05091134,0.061590753,0.0024627096,-0.0097971335,-0.030473152,-0.008677023,-0.0093444865,-0.02823293,-0.01405509,-0.044159986,0.0241054,-0.037868954,-0.0017856562,0.012674131,-0.026130805,0.023583705,0.024933975,-0.03427846,-0.014423345,-0.0072653764,0.055483848,-0.029552514,0.019548235,-0.006808893,-0.002086782,-0.013226515,-0.012965667,-0.02349164,-0.00006886812,-0.008838135,0.015274936,-0.042656276,-0.015244248,-0.021742426,-0.018428124,-0.027051445,0.012643443,0.0070735766,0.027818643,0.014584457,-0.029030818,-0.014584457,-0.0044267396,-0.012474659,0.013909321,0.003116747,0.030841408,-0.012727835,-0.02746573,0.018382093,-0.015351656,0.039986424,0.037746202,-0.012566723,-0.02823293,0.0118609,0.008017232,0.025701175,-0.025087414,0.020499563,0.039832983,-0.018382093,0.020714378,0.004956107,0.032713376,0.006636273,-0.037224505,0.010694757,-0.051617164,-0.006820401,-0.021573642,0.029399075,0.033020254,-0.0072500324,0.07230085,0.017093198,-0.02364508,0.023092696,-0.010196078,0.06511987,-0.002913439,0.010924917,0.029475793,-0.014576785,0.0139476815,-0.022847192,0.029092195,-0.007484028,0.0027043773,-0.022233434,-0.008538927,-0.032958876,-0.017277326,0.01567388,-0.002907685,0.0036768022,-0.011952964,-0.029199602,0.012973338,0.025010694,-0.03326576,-0.0033373167,0.034677405,-0.043668978,-0.051924042,0.023951959,0.032467872,0.011155076,-0.005811534,-0.03553667,0.04351554,0.019440828,-0.0023054336,0.00593045,-0.03538323,-0.0033488246,-0.0037324242,-0.006129922,0.01136222,0.008462207,-0.01001195,0.013042387,-0.023062008,-0.004116024,-0.0063447375,-0.012451643,-0.040907063,-0.02252497,-0.0032126468,-0.0026967053,-0.027910708,-0.009613006,-0.010901901,-0.033726078,0.009988934,0.009996606,0.008792103,-0.014070434,-0.009444222,-0.021312794,0.046921905,0.02349164,-0.0021596658,-0.01347969,-0.013686834,-0.0015900204,-0.0072730486,-0.017875742,0.023430264,-0.03387952,-0.027972084,0.024136087,-0.03639593,-0.025194822,0.01189926,-0.011837884,-0.010687085,0.022172058,0.030396434,-0.004852535,-0.019809084,0.022141369,0.019686332,-0.04609333,-0.004112188,-0.02522551,-0.017261982,-0.039618168,0.030902784,-0.0104952855,0.03308163,0.041735638,0.011561692,0.022202745,0.07444901,-0.044466868,-0.01309609,-0.00583455,0.016433407,-0.010326501,0.00020750341,-0.014806945,0.02861653,0.023368888,0.011661428,0.029138226,-0.0039856,-0.017169919,0.028386371,-0.0076873363,0.0036250162,-0.006828073,0.010633381,0.017200606,-0.0032797765,0.02030009,0.024596406,0.038359962,-0.011454284,0.02037681,-0.0054087546,0.021036603,-0.020392155,0.0073037366,0.00023303676,0.0092524225,-0.004787323,0.009467239,0.006605585,-0.028509123,0.02984405,0.00989687,-0.04185839,-0.012827571,0.06419923,-0.021420201,-0.0027197213,-0.013686834,-0.052138858,-0.01736939,-0.0013809586,0.018382093,0.0073459325,-0.022079993,-0.06389235,-0.011109045,0.020346124,-0.0063447375,-0.007963528,-0.01825934,0.0032605967,-0.034339838,-0.0036537861,-0.014408002,-0.013725194,0.00006832868,-0.00772186,0.00038503812,-0.0034504784,0.028278964,0.046461586,0.018105902,0.027818643,0.012144764,-0.021435546,-0.005980318,0.00066890183,0.027772611,0.013725194,-0.00047038903,-0.0062603457,0.0019256701,-0.00013917474,-0.0022517296,0.026867317,0.006175954,0.005830714,0.004653063,-0.038175832,0.04023193,-0.021466235,0.0022939257,0.04379173,-0.0034140365,0.018366748,-0.017476799,0.018934477,-0.009214062,0.020514907,-0.02326148,-0.03430915,0.021312794,0.003713244,-0.01882707,0.018504845,0.00396642,0.017706959,0.010395549,0.003922306,0.006966169,0.0064291293,-0.017246637,0.0066554532,0.0071618045,0.0065979133,0.008930199,0.016279968,-0.027787955,-0.011945291,-0.0024147595,-0.0104339095,0.022064649,-0.002967143,0.009766446,-0.0023150237,0.033449885,0.029982146,-0.010595021,-0.009689726,0.012957995,-0.025563078,-0.007917495,0.0139169935,-0.030319713,0.026667845,0.030933471,0.055944167,0.016418064,-0.0068664327,-0.0045379833,-0.011546348,-0.027741924,0.056435175,-0.012305875,0.019778395,0.01347969,-0.017921774,-0.033143006,0.012336563,0.0037324242,-0.01798315,-0.022893224,0.02160433,0.01378657,0.02992077,0.008838135,0.000020438667,-0.009505598,-0.05091134,0.013418314,0.049960013,-0.051279597,0.02364508,-0.0029709789,-0.023307512,-0.036211804,0.014331281,-0.0053934106,0.018535532,0.057018247,-0.009712742,-0.027542451,0.0055391784,-0.0069853486,0.018243996,0.03793033,-0.0051517426,-0.020898506,-0.013617786,0.051279597,0.04339279,-0.0015363165,0.011224125,-0.0008880331,0.07113471,-0.0034850023,-0.019594267,0.020146651,0.0011709378,0.011814868,0.033511262,0.016203247,-0.020622315,0.023506984,0.021420201,-0.014730225,-0.041029815,0.006862597,0.028018115,-0.025900645,-0.0017856562,-0.0006497218,-0.023706455,0.0059266137,-0.0019295061,0.05167854,-0.013257203,0.0066554532,-0.033756766,0.0037266703,-0.0042234315,0.055667974,0.030104898,0.025056725,-0.027435044,0.058859523,0.044528242,-0.04066156,0.012482331,-0.014515409,-0.02175777,-0.012934979,0.0057348143,0.00924475,0.008055592,0.04139807,0.027588483,-0.00935983,0.017123887,0.018535532,0.0241054,0.00947491,-0.032068927,0.02900013,-0.010763805,0.01663288,0.0063447375,0.01583499,0.005765502,0.0043231677,0.00764514,-0.019686332,0.015927056,-0.032866813,-0.038145144,0.02718954,-0.019517548,-0.013349267,0.0062910337,0.017016478,-0.008830463,-0.0115847085,-0.0022632377,-0.018105902,-0.008907183,-0.004906239,0.038359962,0.0046760794,-0.008684695,0.010710101,-0.00036513887,0.0035214443,-0.003906962,0.04544888,0.007380456,-0.0021213058,-0.007441832,0.017630238,-0.041735638,-0.012267515,-0.0021078798,0.025762549,-0.010119358,-0.02530223,0.009659038,-0.028371027,-0.04695259,-0.009390518,0.0027983591,-0.02006993,0.0021596658,0.003101403,-0.03369539,0.011484972,-0.004679915,-0.0104032215,0.03157792,0.0073459325,-0.0121907955,-0.013203499,-0.0016197494,-0.011906932,0.016356688,-0.004737455,-0.03848271,-0.0039587477,0.035076346,-0.031209664,-0.0011536758,0.0004332278,0.023460953,0.006057038,-0.0014346625,0.004806503,0.013878634,0.03854409,-0.018228654,0.02030009,0.018197965,0.007622124,0.015881024,0.04762773,-0.016433407,0.008408504,0.0104339095,-0.0072001647,0.018228654,-0.018566221,0.011339204,-0.019502204,0.015106153,0.023752488,-0.012996355,0.020254059,-0.011454284,-0.0036288523,-0.017185261,0.016878383,0.04593989,0.02165036,0.021834489,0.012582067,-0.014538425,-0.018105902,-0.021573642,0.023614392,-0.015927056,0.030764688,0.02341492,0.017691614,-0.050849963,0.0032529247,-0.0062450017,0.015251921,0.010694757,0.0045303116,-0.006620929,0.0027676711,-0.0274197,-0.004921583,0.020039244,0.03639593,-0.025624454,0.00804792,0.0034485604,0.052537803,-0.021328138,-0.0167096,0.017783677,0.0035118544,0.00579619,-0.01905723,-0.008431519,0.0064099496,-0.031976864,0.0020887,-0.004112188,0.045663696,0.0019256701,0.014768585,-0.0016619453,-0.015911711,0.009789462,-0.0011546349,0.004952271,-0.0022095337,-0.0017530503,0.014001385,-0.029859394,0.022248777,-0.037838265,0.02379852,-0.010234438,0.0018537451,0.00846988,-0.035076346,0.008922527,0.02241756,-0.02017734,-0.004741291,-0.02068369,0.0013272547,-0.0000027458839,-0.021926554,-0.000022611399,-0.013065402,-0.0033833485,0.031225009,-0.04247215,0.00072308525,0.005780846,-0.017998494,-0.025210166,-0.016157215,0.099183515,-0.02930701,0.027895363,0.0071809846,0.03308163,-0.032406494,0.02303132,-0.0036787202,-0.020714378,0.01683235,0.0027005412,-0.009927558,0.028417058,0.023200104,0.012091059,0.022156714,-0.013679162,-0.013656146,-0.004131368,-0.0015017925,0.012950323,0.014193186,0.0075684204,-0.018443469,-0.013932338,-0.004902403,-0.014507737,0.0024070875,0.012121747,0.01405509,0.027649859,0.0043346756,0.011369892,0.00600717,0.04348485,0.0016312574,-0.002934537,0.011715132,0.0055967183,-0.056711365,-0.0022152876,0.0051402347,0.028248275,-0.0055737025,-0.01609584,0.027143508,0.005117219,0.024059366,-0.010671741,-0.040385365,0.008807447,-0.008715383,0.0066286013,0.006931645,0.012183123,0.007948183,0.0056734383,0.04339279,-0.0025471014,0.022478936,0.0058230422,0.015620176,-0.012213811,0.0051785945,-0.0066592894,-0.008868823,-0.0021040437,0.0023476295,-0.009589991,0.00781776,-0.019164637,0.01583499,0.019318076,-0.0020925358,0.009758774,-0.0030611248,-0.018243996,-0.0053473786,-0.016310655,-0.0051517426,0.023997992,0.012651115,-0.0011881997,0.007748712,-0.0433621,0.0036537861,-0.008301095,0.029092195,0.0040508118,0.01933342,-0.017783677,0.0071349526,-0.00020654441,-0.023384232,-0.001912244,-0.0004164453,-0.016556159,-0.035107035,-0.026575781,-0.016295312,0.020192683,0.011285501,-0.0012054618,-0.011929948,-0.025041383,-0.015320968,-0.020438187,0.0052476428,0.0051095467,-0.029951457,-0.011661428,-0.009904542,-0.010326501,-0.0016734533,0.025256198,0.008324112,-0.019717019,0.009988934,0.0023668096,-0.04753566,0.0039587477,0.017921774,-0.018704318,0.0138556175,0.0008875536,0.026974725,0.03504566,-0.009651366,0.010357189,-0.029705953,0.031915486,-0.0052169547,0.032958876,0.009160358,0.025010694,-0.023460953,-0.025118101,-0.029828705,-0.000065092056,0.032437183,-0.030365745,-0.0108865565,-0.00007030662,-0.0053128544,-0.016187903,0.039863672,0.011262485,-0.0011325779,-0.037838265,0.02675991,0.017246637,0.000012047425,0.041029815,-0.010671741,-0.053673256,0.01417017,0.003997108,0.0064137853,-0.003003585,-0.003962584,-0.006782041,-0.0036537861,0.00020762329,-0.029276323,0.012551379,-0.020514907,-0.0033373167,-0.0054931464,-0.0054701306,-0.027296947,0.009843166,-0.033940893,-0.01163074,-0.0074456683,0.022831848,0.016955102,0.0011517578,0.0127661945,-0.0011575118,0.013303234,0.0072615407,-0.007081249,0.009505598,0.004503459,-0.0016226263,0.0025049055,-0.0063063777,-0.039004408,0.0006549963,-0.01795246,-0.005036663,0.0023322855,-0.0033564966,-0.0118609,-0.007806252,-0.0026334112,-0.003903126,-0.02387524,-0.06024048,0.018811725,-0.01005031,-0.0063447375,0.02545567,-0.016724942,-0.002928783,-0.019287389,-0.024949318,0.0006516398,0.019226013,-0.010456925,-0.01363313,-0.005619734,-0.040477432,-0.01767627,0.0034830845,-0.011116717,-0.024811223,0.02326148,0.020392155,-0.034247775,0.012344236,-0.032866813,0.010242109,-0.02772658,-0.009850838,0.019916492,0.038359962,-0.009927558,-0.0241054,-0.00021205866,-0.020361466,-0.019517548,0.021282107,0.05256849,0.0063409014,-0.0066861412,-0.043730356,-0.009106655,-0.023905927,-0.00082857517,0.0072692125,0.007008365,0.0044574277,-0.024519688,-0.0027216391,0.014753241,-0.015535784,-0.015274936,-0.0005854689,-0.010104014,-0.0064061135,0.039986424,-0.011484972,0.031363104,0.0010712019,0.006471325,-0.008630991,-0.030503841,-0.012106404,-0.019348765,-0.033756766,0.011446612,0.008730727,-0.0400478,0.010334173,0.015957743,-0.009866182,-0.016341344,-0.008761415,0.050635148,-0.019977868,-0.022678409,0.034984283,-0.024427623,-0.00570029,0.0013943845,-0.026944036,0.010548989,0.032375805,0.0013857536,0.0006132799,-0.01617256,-0.010004277,-0.024350904,0.0122214835,-0.0334192,-0.026130805,-0.00045792203,0.04775048,0.009735758,0.0032049748,0.017108543,-0.0045571635,0.040293302,0.06370822,-0.003109075,0.002953717,0.0075799283,-0.014346626,-0.032559935,0.006816565,-0.008784431,-0.01871966,-0.014154825,0.033603325,0.019578924,0.02583927,0.013218842,-0.0062948694,0.0002752327,0.015167529,-0.020422842,0.0014979565,-0.0037017362,-0.0056427503,-0.027511764,0.014952713,-0.035076346,-0.026391653,0.009229407,0.014638161,-0.010441582,0.0032126468,0.0020676018,-0.00041021183,-0.026483716,0.0069278087,0.0022843357,0.029491138,0.016755631,-0.0052706585,-0.0043154955,0.048855245,-0.026928693,0.024826566,-0.016034463,0.018458813,0.0062987055,0.03045781,-0.0036077544,-0.0065096854,-0.017967805,0.009643694,0.037838265,-0.00772186,0.06426061,-0.0093751745,0.002838637,-0.027956739,-0.013234186,0.0122521715,0.056987558,-0.018980509,0.043177973,0.024090055,0.030841408,0.01882707,0.038421337,0.0080709355,-0.00007953698,-0.013234186,-0.017584207,0.014691865,-0.0116460845,-0.03538323,0.011960636,-0.01583499,0.020898506,0.009559303,-0.022847192,-0.012981011,0.014300593,0.037991706,-0.003887782,-0.02060697,-0.06640876,-0.0011028489,-0.015612504,0.02106729,-0.009459566,0.019548235,-0.02907685,-0.00073315477,-0.015896367,0.018688973,-0.021588987,-0.01347969,-0.011807196,-0.017553518],"social":"https://twitter.com/tisebeneka"},{"title":"sky","description":"an animated virtual influencer where all the content generated with ai tools","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=zNSUOGhk2s8","youtube_transcript":"Hi. I'm Natalia, and this past few weeks, our team have been busy building an animated virtual influencer named Sky. Using only AI tools. So imagine this, you can have a power to control skies, emotions, strike any post, and dress her up in the trend as outfits, everything with AI. As you can see, we gained over a fifteen followers. But then you see this flat line. Right? And here's the theme. Not everything went well when it came to anime even though you see all these SIGAI videos out on on the Internet, but we need its tied to stay consistent as a character. We put lots of time on training and generating but it took from our creative work and from publishing new content. So here is the flat line. But We are getting better every day. And if you want to know about how Skye is doing, make sure to follow her for updates. Thank you so much.","embedding":[0.0379744,0.02782527,-0.026961515,0.009655554,0.029120903,-0.04105924,-0.023737855,0.015262254,0.004469164,0.06111071,-0.017074598,-0.039640214,-0.027131181,-0.06879196,0.006323925,0.009470464,-0.045655653,-0.062344648,-0.025850972,0.0019781545,0.02137795,-0.01139849,-0.0012426127,0.039424274,0.0033952538,-0.023059191,0.0223651,0.015169708,-0.026359972,-0.016812386,-0.020498771,-0.03439598,-0.0023868962,-0.05765569,0.009509024,-0.035136346,0.0040527107,-0.0069447495,-0.002600907,-0.018246837,0.012724971,-0.032144047,0.024925519,0.047753345,-0.045871593,-0.006223668,-0.004025718,0.023043767,0.02899751,0.029151753,-0.04436002,0.06262229,-0.053398605,0.017722415,-0.02372243,0.0078200735,-0.012601578,0.029784145,-0.019635016,0.010025735,0.008976889,-0.02790239,0.05293588,0.056699388,-0.028503936,-0.010627279,-0.04729062,0.022611888,-0.016118297,0.014452483,0.07465316,0.021732708,-0.014861224,0.005591275,-0.0022847108,-0.028904965,-0.009007737,0.011120854,0.06953233,-0.06249889,-0.03331629,0.050529703,-0.034827862,0.022318829,0.018154291,-0.034365136,-0.03831373,-0.03168132,-0.036092646,0.055218663,-0.031835563,0.023228856,-0.07958891,0.004133688,0.060401198,0.048185226,-0.012894638,0.045192927,0.0447302,0.0065745683,0.051054128,0.009323933,-0.011452474,0.031141475,0.011568156,0.011444762,0.013804666,-0.014167135,0.012771244,-0.0056259795,-0.10149129,-0.050930735,-0.01169155,-0.0074229,-0.01730596,0.0026144031,0.041151784,0.027470514,0.025048913,-0.030987233,-0.016102873,0.025326548,0.019804683,0.030293144,0.0031079778,-0.03035484,-0.020066895,0.0048509133,-0.06731124,-0.012709547,0.02833427,-0.047753345,-0.014460195,-0.058889624,-0.033131197,-0.01781496,-0.011830367,0.0004899596,-0.00886892,0.034519378,-0.02804121,0.008190255,-0.0039871577,0.009539872,-0.011838079,-0.0093856305,-0.01671984,0.017259689,-0.0023174873,-0.01645763,0.024462793,0.027994936,-0.05293588,0.0037731468,0.0045192926,0.013943484,-0.019665865,-0.0038926844,-0.043280326,-0.03732658,0.0064974474,0.008275087,-0.015246829,-0.012786668,-0.046581108,-0.03541398,-0.016473053,-0.02452449,-0.03812864,-0.0438356,-0.009154268,-0.006335493,-0.033347137,-0.008305936,0.05472509,0.0062776525,0.054231513,-0.03640113,-0.041306026,-0.030894687,-0.0135887265,0.043311175,-0.047074683,-0.043280326,-0.048555404,0.010974323,-0.0038271316,0.013974332,-0.0025006495,0.006713386,-0.01821599,0.03522889,0.030185174,0.017429354,0.015532177,-0.030570779,0.041182633,-0.002234582,0.024185158,0.036709614,0.05293588,0.014822664,0.03951682,-0.029244298,0.026853545,-0.04497699,0.000021117909,0.005290503,-0.058704533,-0.0076735434,0.067681424,-0.032637622,-0.018539898,-0.048740495,-0.08717762,0.023182584,-0.0009755811,0.030879263,-0.04105924,-0.008922904,-0.03603095,0.020961499,0.022812404,-0.01066584,0.005321352,0.01275582,0.069594026,-0.024293127,0.011575867,0.03229829,-0.003723018,0.026791848,-0.0069293254,-0.033748165,0.012663274,-0.052318912,-0.007033439,-0.026282849,0.03134199,-0.002001291,0.027717302,0.025557913,0.027948665,0.06558373,0.0036054086,-0.00502058,-0.0045617092,-0.014953769,0.009609281,0.00052490504,0.075578615,0.01536251,-0.021825254,0.008059149,0.0017487195,-0.024277702,0.0011009028,0.041213483,-0.018925503,-0.017290536,0.010048871,0.0074653164,-0.047599103,-0.03541398,0.017938353,0.008598995,-0.0042686495,0.042200632,0.0038117073,-0.015370223,-0.0027185166,0.008568147,0.023953794,-0.026622182,0.0048624813,0.02892039,0.01279438,0.0074074757,0.0057879337,0.014583589,-0.018647866,-0.024138885,0.009262237,-0.027886968,-0.04633432,0.00416068,0.0021034763,-0.026838122,0.003640113,-0.006208244,0.006011585,-0.032144047,0.018910078,0.0046311184,0.01536251,0.00042633474,0.043372873,0.049326617,-0.024246855,0.002153605,0.014051453,-0.09390257,0.03448853,-0.0076195584,-0.030956384,0.027701877,-0.018570745,0.032174896,0.048000135,-0.0019675505,0.00073746993,0.04223148,-0.0175219,-0.019742986,-0.016087448,-0.010334219,0.059105564,0.014298241,0.0068984767,-0.002151677,-0.047074683,-0.04124433,0.0024331687,-0.03171217,-0.028581057,-0.058149263,0.051331762,0.02470958,0.021223709,-0.008838071,0.022843251,-0.029645327,-0.016102873,-0.009146555,-0.02804121,-0.028935814,-0.030601628,-0.009871493,0.0106118545,-0.0042879297,-0.045192927,-0.08711592,0.0006786651,0.0150771625,-0.0031156898,0.013619576,-0.014537316,-0.042169783,0.027717302,-0.004700527,0.0129871825,-0.011413913,0.029645327,-0.012277669,0.008491026,-0.0048393453,0.005047572,0.004750656,-0.047074683,-0.00074229,-0.028565632,-0.009701827,0.02646794,0.05102328,-0.006100274,-0.0118920645,-0.02929057,0.03168132,-0.0008401373,0.0026356115,0.008305936,-0.040349726,-0.018709565,0.04204639,0.007600278,-0.030817566,0.027038636,-0.0067982194,-0.045871593,0.034951255,0.026961515,0.015686419,-0.025249427,-0.032421686,-0.016210843,0.034210894,-0.010388204,-0.043126084,-0.034180045,0.036771312,0.063732825,-0.069038756,-0.005949888,0.034951255,0.027485939,0.025311125,-0.0027705734,0.034735315,-0.00876095,0.039640214,-0.0036593932,-0.04941916,-0.03970191,-0.021254558,-0.0026568198,0.008143982,-0.040411424,-0.0057570855,0.060647983,0.04189215,-0.003800139,-0.09075604,0.046797045,0.020329105,-0.0025295701,0.0065167276,0.005491018,0.03177387,0.0045655654,0.05484848,-0.016627295,-0.09902341,0.040750757,-0.07051948,-0.00034415262,0.005845775,0.05784078,-0.0011539236,-0.0058303503,-0.036771312,-0.021069467,-0.007742952,0.02841139,-0.034766164,0.00022051796,0.017784111,-0.023907522,0.005826494,0.01821599,-0.0065205838,0.017090023,0.0112905195,-0.018724987,-0.0048393453,0.030925537,-0.024077188,-0.048987284,0.026714727,-0.034766164,-0.01425968,-0.0045655654,-0.0078971945,-0.016673569,0.056298357,-0.024200581,-0.038560517,-0.0151542835,-0.019264836,0.024277702,-0.033038653,-0.02082268,0.06074053,-0.048863888,0.058951322,-0.0063624857,-0.026205728,0.0067712273,0.0027088765,0.017352233,-0.020221137,-0.02268901,-0.020375378,0.029275145,-0.00503986,-0.022519343,0.008375345,0.044267476,-0.00879951,-0.010503885,0.026437093,-0.0015694131,0.016365085,-0.0038965405,0.005942176,0.03168132,0.021686437,0.0139280595,-0.019974349,0.009763523,0.0389307,0.009300797,0.009293085,0.06289992,-0.019357381,0.01682781,-0.06990251,0.009763523,-0.025465367,-0.015254541,-0.024509067,0.025311125,0.03738828,-0.009701827,0.07237038,0.00006248009,-0.056113265,0.00934707,0.00639719,-0.014105438,0.015964055,-0.020730134,0.02518773,-0.013203122,0.008529587,-0.014483331,0.016658144,0.0006386586,0.020668438,-0.009609281,-0.010311083,-0.014383074,-0.02686897,0.00003377058,-0.037449975,0.019804683,-0.025866397,-0.03347053,-0.034858707,-0.028195452,0.017537324,0.0005793718,-0.042138934,0.012879213,0.013989756,-0.05395388,0.024200581,-0.0282263,-0.016704416,-0.037665915,0.034827862,0.02133168,0.024956368,0.05706957,-0.0005571995,-0.014244256,0.006385622,-0.0238304,-0.003931245,-0.01440621,0.007935755,0.0369564,-0.0013322659,0.034735315,-0.024370247,0.0026356115,0.0135887265,0.011992321,-0.006601561,-0.0008092889,0.054817636,0.0052172383,-0.019264836,0.019249411,0.0041298317,-0.024925519,-0.00026944163,-0.011413913,-0.018940927,-0.01821599,0.029043783,-0.024185158,-0.017845808,0.026375394,-0.020205712,0.010542446,0.0016629223,-0.008336784,0.013989756,-0.02481755,0.008822647,-0.027840694,-0.04729062,-0.008406193,0.025912669,-0.030601628,0.029938387,-0.041953843,0.001555917,0.03896155,0.012138851,-0.0022075898,0.010858642,-0.03254508,0.0156247225,0.012377926,-0.0075385813,-0.0099331895,-0.0011645277,0.022442222,-0.008437041,0.028488511,-0.0065745683,-0.05389218,-0.026359972,0.00075626816,0.004592558,-0.018046323,-0.013303379,0.03464277,0.0003272824,-0.032267444,-0.017784111,0.03387156,-0.035105497,-0.0024755853,0.009293085,0.0012204404,0.0360001,0.028827844,-0.02008232,-0.033347137,-0.050128676,0.024617035,0.0025662025,-0.001184772,-0.017413931,-0.01231623,-0.03168132,-0.022827826,-0.024956368,-0.006100274,0.026406243,0.024678731,-0.0041722483,0.018771261,-0.036678765,-0.0073689152,0.010125992,0.03229829,-0.034550223,-0.013434485,-0.013596439,0.030077204,0.004098983,0.030617053,0.014614437,-0.05882793,0.006917757,-0.007912618,-0.022241708,0.009848356,-0.033069503,0.044082385,-0.03911579,-0.029275145,-0.03229829,0.0013043096,-0.0016330379,0.00004341071,-0.0061349785,-0.033624772,0.021146588,0.010465325,-0.0051593976,-0.040380575,0.0080283005,0.0062005315,-0.00978666,-0.012007746,-0.01327253,-0.004002582,0.019048896,-0.020791832,0.010465325,-0.02143965,0.010758385,-0.007850922,-0.031866413,0.035537373,0.006227524,-0.029352266,-0.011776382,-0.031388264,0.017167144,0.011529596,-0.0065475763,0.020760983,-0.0023579758,-0.00006977044,-0.029938387,-0.017491052,0.045809895,-0.0035167194,-0.018401079,0.005197958,-0.003254508,-0.03343968,0.009732675,-0.013827802,-0.042416573,-0.039887,0.021732708,0.0033084925,-0.013257107,0.010565582,-0.04124433,-0.016411357,0.0006333565,0.024894672,0.0069254693,-0.021794405,0.0038020671,0.0125707295,-0.008591284,-0.03340883,-0.0114216255,-0.022087466,-0.018015474,0.00463883,0.020714711,-0.029151753,0.004577134,-0.008012876,-0.023151735,0.031835563,-0.03936258,-0.018817533,0.024431944,-0.02936769,0.014545028,-0.022164587,-0.009115707,0.023120888,0.0223651,0.017444778,0.0053444877,-0.053398605,-0.015455056,-0.028087482,-0.049789343,0.014174847,-0.016581023,-0.011059157,0.011352217,0.01906432,0.012192836,-0.00013845637,0.04127518,0.004658111,-0.023583613,-0.0001339978,0.016118297,-0.022642737,0.026915243,-0.024940943,0.009609281,-0.011822655,0.00786249,0.0012580369,-0.0040565664,0.022426797,-0.0005408113,0.045994986,0.034180045,0.0408433,-0.022658162,0.05000528,0.0117609585,0.0020070751,-0.0047892164,-0.004515437,0.0041066953,-0.0009577469,0.0020533476,-0.011537307,-0.0067982194,0.01730596,0.01425968,0.029722448,0.013634999,0.0199435,0.005784078,0.0048084967,-0.009501312,0.033347137,-0.022658162,0.0082365265,-0.016735265,-0.025712155,-0.020683862,-0.02841139,-0.014028316,0.01584066,0.0036246888,0.015994903,0.022257132,0.0005277971,-0.07329583,-0.03735743,0.0050282916,-0.027516786,-0.008020588,-0.014753254,0.013565591,-0.03229829,0.012108003,-0.022349676,0.03936258,0.002828414,-0.038714763,-0.024678731,0.046858743,-0.018601594,-0.0038194193,-0.025372822,-0.010295658,0.01587151,-0.03621604,0.0047236634,-0.031835563,0.047599103,-0.010658127,-0.03442683,-0.006775083,0.043897294,0.014722406,0.0121697,-0.00002440158,-0.04494614,-0.014290528,0.032174896,-0.0042686495,0.0078200735,-0.02540367,0.027609332,0.019372804,-0.015809814,-0.008383057,0.010673552,0.010928051,-0.0030270007,-0.0016021896,-0.033593923,0.029892115,0.017151719,-0.002303991,0.0016638864,0.004338058,-0.0047198073,-0.018416503,-0.025681306,-0.028796995,0.03229829,-0.062128708,-0.010565582,-0.0138509385,0.030771295,-0.0099871745,0.0083676325,0.037511673,-0.013496182,-0.005340632,0.015886934,0.011390777,-0.00861442,-0.04436002,-0.01066584,0.0083676325,-0.010642704,0.011159414,-0.0020070751,0.028951237,-0.018724987,-0.029676175,0.010233962,0.033069503,-0.030154325,0.026498789,0.029090056,0.014622149,0.004847057,-0.028611906,-0.0016041176,-0.014691558,-0.041768756,0.0075308695,0.0044730203,0.017460203,-0.022935797,-0.01685866,-0.009285373,-0.043156933,-0.014622149,-0.008776374,0.022025768,0.02151677,-0.008012876,0.026622182,0.022596464,-0.019033473,0.0055450024,-0.009902341,-0.03328544,-0.020868953,-0.014483331,0.006979454,0.025033489,-0.020390803,0.0015549529,0.00238304,-0.005255799,-0.016426781,0.015131148,-0.0077198157,-0.022565616,0.012809805,-0.016442206,0.04550141,0.0013399781,-0.009339358,0.044298325,0.00082905113,0.042539965,-0.0052210945,-0.06885366,0.00078422454,-0.027393393,0.006906189,-0.030709598,0.004658111,-0.015131148,-0.0075308695,-0.017861232,0.0155476015,-0.013935772,0.009462751,-0.0022018056,0.0042185206,0.0032448678,-0.05015952,-0.012678699,0.009694114,0.012670986,0.031095203,0.00086568366,0.009948614,0.04127518,0.03245253,0.03547568,-0.0045539974,0.02507976,0.011020596,0.040349726,-0.024370247,-0.030077204,-0.028380541,0.04846286,0.037604216,0.008413905,0.02130083,0.000667097,0.0042030965,0.008375345,0.00083338923,0.000113030525,-0.025773851,-0.0228741,-0.04105924,-0.012640138,0.018817533,0.0238304,0.029012935,0.025064338,0.033840712,0.035321437,-0.017568173,0.043249477,0.0306479,0.0110822935,-0.014120862,0.010488461,0.021933224,-0.026344547,-0.029105479,0.0042994977,0.00639719,-0.022951221,-0.020113166,-0.03714149,-0.00048658554,0.019264836,-0.022951221,0.016133722,0.04105924,-0.004897186,-0.026807273,-0.013874074,-0.040442273,-0.0077043916,-0.008953753,0.006987166,-0.021794405,0.04321863,-0.027408818,0.013989756,-0.0072493777,-0.016843235,-0.02143965,-0.015609298,0.006443463,-0.010048871,-0.0428176,0.016149145,0.021948647,-0.034581073,-0.02180983,-0.03266847,-0.013735257,-0.026036063,-0.033377986,0.0019212778,-0.047352318,0.04201554,0.009624706,0.03442683,-0.0066439775,-0.014321377,-0.03837543,0.02734712,-0.019789258,-0.016010327,0.011221111,0.012293094,0.028149178,0.0068714847,0.046149228,0.014460195,-0.041768756,0.013388212,0.008267376,-0.04747571,-0.019357381,0.01906432,0.020221137,0.0059113274,0.011275096,0.0045000124,-0.032174896,0.023737855,0.0016012256,0.030925537,0.019341957,-0.016766114,0.01425968,-0.011668413,-0.02180983,-0.024200581,0.002151677,0.02745509,0.018539898,-0.040719908,-0.0006560108,-0.027701877,0.006536008,0.009732675,0.003572632,0.031804714,0.002462089,-0.0076773996,0.0114216255,-0.0034550226,-0.0023406234,0.056699388,-0.028904965,0.011359929,-0.0007953107,0.0059807366,-0.02133168,0.0025045057,0.049141526,0.020097742,0.017429354,0.037696764,-0.006994878,-0.0052519427,0.019604167,0.032236595,0.0036536092,0.028550208,0.006023153,-0.016025752,0.009354782,0.013388212,0.017290536,-0.012593865,-0.0048663374,-0.0012483968,0.00876095,0.009100283,-0.0062313797,0.0175219,0.0007654263,0.014344513,-0.0038541239,-0.03343968,0.018200565,-0.0046156943,-0.039239183,0.004596414,-0.011483323,-0.00063239253,0.017491052,0.00085845357,0.017105447,-0.031018082,0.014066878,-0.034827862,-0.012917774,0.012478184,0.01294091,0.021655587,0.018925503,0.021933224,-0.008861207,0.0023714718,0.006678682,0.016843235,0.041336875,-0.035938405,0.022164587,0.010149129,-0.044051535,-0.022072041,-0.004847057,0.027331695,0.009223676,-0.0028380542,-0.03714149,-0.020498771,0.000023091123,0.016087448,-0.04747571,0.0029016791,-0.01513886,-0.018894654,-0.017460203,0.010727536,0.108524725,-0.018632444,-0.010257098,-0.022056617,0.02716203,-0.02463246,0.003707594,-0.011329081,-0.0014373433,0.02042165,-0.0061272667,0.010102856,0.0122313965,0.01869414,0.027794423,-0.010241674,0.01022625,0.011329081,0.02082268,-0.025789276,0.02008232,0.0044768765,-0.013827802,-0.046025835,-0.03775846,-0.018940927,0.0028072058,-0.014907497,0.009809796,0.034735315,0.007334211,-0.015424208,-0.008892056,0.012038594,0.043156933,0.008329072,-0.015277677,-0.024447368,-0.00432649,0.0155476015,-0.006682538,-0.024863822,0.009231389,-0.019434502,0.009154268,0.0044113235,-0.048555404,0.0016070097,-0.002602835,-0.049881887,-0.033748165,0.013426772,0.01279438,0.027100332,-0.021671012,0.0028650465,-0.00503986,0.03461192,0.018802108,-0.011668413,-0.007997451,0.021640163,-0.02375328,0.001563629,0.0060077286,0.022380525,0.022519343,0.013989756,0.0068637724,-0.019187715,-0.0035109352,-0.0038984686,0.019372804,-0.0074845967,0.0051671094,0.022565616,0.0030732735,0.010712112,0.0058187824,-0.009578433,-0.038622215,-0.022303404,0.022025768,-0.017398506,-0.01294091,0.015015466,-0.020066895,0.02452449,-0.0291826,0.025064338,-0.0208998,-0.008984601,0.010727536,0.015778964,0.016426781,-0.0013496182,-0.037542522,-0.00626994,-0.009948614,-0.006967886,-0.018724987,0.02063759,-0.004970451,-0.0063432055,0.010434477,-0.026807273,-0.026128607,-0.0006579388,0.01371212,0.0026413954,0.01532395,-0.010912627,0.005826494,0.0044421717,0.024061764,0.025156882,0.003194739,-0.005271223,-0.013064303,-0.039825305,0.006304645,-0.010311083,-0.010904915,-0.009578433,-0.0048200646,0.017429354,0.008529587,-0.016149145,0.018323958,0.0022924228,-0.009100283,0.03371732,-0.000011613344,-0.008922904,-0.0029653038,0.003642041,-0.002589339,-0.043095235,-0.03738828,0.018848382,-0.011159414,0.0020167152,0.005525722,-0.052504003,0.0076388386,-0.024308551,0.034365136,0.027578482,-0.001262857,0.0012300806,0.014861224,-0.018308535,0.002674172,0.009748099,-0.0008705037,-0.059845924,-0.011251959,-0.0072917943,0.00046200323,0.0018692211,-0.02979957,-0.009732675,0.015208269,-0.0034877989,0.024863822,-0.009215964,-0.020946074,0.020884378,0.013573303,0.02764018,0.0037692906,-0.022935797,-0.029614478,0.01682781,-0.02474043,-0.02936769,0.00443446,0.039547667,-0.033038653,0.02734712,0.004978163,-0.016010327,-0.02151677,-0.0131182885,0.0035186473,-0.008776374,0.001564593,-0.010480749,-0.002223014,-0.008159406,-0.0019463422,-0.006933181,-0.028426815,-0.013750681,0.016565599,-0.013156849,-0.0058997595,-0.024832975,0.020699287,0.047629952,-0.008884343,0.026822697,-0.008329072,-0.017830385,-0.022534767,0.034889556,-0.017290536,-0.0067095305,0.020730134,0.0014296313,-0.015331662,-0.009817508,0.013218546,0.017275112,-0.010573294,-0.01719799,-0.0051632533,0.019588744,0.010303371,-0.028534785,0.0082365265,-0.010002598,0.0004668233,-0.05333691,0.03711064,0.035321437,0.015485904,0.01415171,0.0044923006,0.020390803,0.008598995,0.0066401213,-0.0010498101,-0.017352233,0.003946669,-0.015555314,0.0076735434,0.01444477,0.00028534784,-0.012817517,0.021208286,0.0077082478,0.014976906,-0.018925503,-0.0009799192,0.025943518,-0.016519327,0.0020417795,0.0034068218,0.015408783,0.0083136475,0.019002624,-0.013735257,0.0032892122,0.015701843,-0.018061748,-0.019449925,0.0055025863,-0.0136658475,-0.028565632,-0.037295733,0.010982036,0.038498823,-0.013365076,0.004403611,-0.012007746,-0.0122313965,0.0050321477,-0.019804683,-0.0050321477,-0.0016667785,-0.025850972,0.012555305,-0.03522889,0.04007209,-0.013287955,-0.011483323,0.017275112,-0.00861442,0.0051516853,-0.025326548,0.019619592,-0.0034820149,0.001038242,0.007064287,-0.03269932,-0.023105463,-0.009593857,-0.01440621,0.0034068218,-0.010550158,0.013727545,0.0056876764,0.02143965,0.002088052,-0.0023599037,0.0204525,0.04004124,0.041429423,-0.0065861368,0.02426228,-0.020514196,0.012933198,-0.005421609,0.022380525,0.060031015,0.042447418,-0.01304888,-0.015701843,0.0021574611,0.012624714,-0.006308501,0.034550223,-0.019604167,0.017413931,0.02034453,-0.015555314,-0.009370206,-0.045038685,0.0046658227,0.013881787,0.046272624,0.036833007,-0.00044320498,0.005633692,0.03819034,-0.0057532294,-0.0051092687,0.022904947,0.015917782,0.0049974434,0.0062159556,0.016781539,-0.02734712,0.031650472,-0.04729062,0.0058419188,0.017537324,0.019079745,-0.031650472,-0.017136294,-0.0041413996,0.010018023,-0.016318811,-0.023907522,0.013642712,-0.009979462,-0.00846789,0.0015096443,0.01323397,0.026606757,0.031295717,-0.0057532294,0.005969168,-0.011498746,0.013434485,0.012108003,0.021393375,-0.008491026,-0.029074632,-0.0033644054,-0.007997451,-0.002535354,-0.009115707,-0.018539898,-0.0070719994,-0.0074730287,-0.019357381,-0.008861207,-0.0408433,0.0028457663,-0.036740463,0.046149228,-0.005892047,-0.03658622,-0.07348093,-0.014953769,0.027115757,-0.047012985,-0.040935848,0.020653013,-0.0063547734,-0.0059190397,0.014305953,0.04010294,0.0034434544,-0.003194739,-0.042324025,0.0005528614],"social":"https://twitter.com/nataliyakarat"},{"title":"ssimple.co","description":"ssimple is a notion-like tutorial builder to create onboarding & training tutorials with file embeds","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=tWBOH0lI4Cs","youtube_transcript":"Hey, everyone. My name is Yay, and I'm building simple. Simple is a tutorial document builder that allows you to create onboarding and training tutorials and allowing you to embed images, videos, or other file types into the tutorial. So here's an example of a tutorial as you can see each step is kinda like a presentation slide and I can navigate through each step with the keyboard. And we're also making the writing experience for each tutorial very easy kinda like using Notion, so you can add each step just by typing down and they're kinda like a building block. So you can also add different blocks So my initial goal for night and weekends was to make some sales, but unfortunately, I had to pivot. So I was originally creating a Chrome screen recording, browser extension, but it hit some technical difficulties, so I decided to pause the development of the extension. And focused on building the tutorial document builder. But I still have about twenty one sign ups to the wait list from before. And that's so once I finish the tutorial builder, I'll be launching to those people on the wait list. Thanks.","embedding":[-0.056180835,0.020058267,-0.03254126,-0.007136823,-0.020824637,-0.03478142,0.02094254,0.0255555,-0.009653318,0.019925626,0.03009477,-0.044213668,0.01640327,-0.07080082,0.03457509,0.021104658,-0.01675698,-0.026705056,0.0112818545,0.02527548,0.030242149,0.0002666637,0.024671227,0.05243741,0.009535414,-0.07687283,0.0072289347,0.02646925,-0.027898826,-0.020588832,0.013838878,-0.02904838,-0.012689323,-0.0061346465,-0.0143989185,-0.03366134,0.0331013,-0.0066799484,0.011583981,-0.0028941531,-0.028650457,0.0078110816,0.025054412,-0.018068653,-0.024892295,0.06013059,0.0069931285,0.04462633,-0.011753467,0.04203246,-0.08954742,0.013860985,-0.026498726,0.0596295,-0.018451838,0.0014774734,-0.030389529,0.021797339,-0.05134681,0.031598035,0.039261736,-0.014892638,0.039998632,0.044862136,-0.008326908,0.01005861,-0.057595674,0.021355202,-0.03218755,-0.00023304288,0.02540812,-0.03958597,-0.0005351696,0.004082395,0.003876065,0.0072805174,0.000030915027,0.04554008,-0.015069492,-0.048635036,-0.00729894,0.019070828,-0.0071405075,0.0028849419,-0.046453826,-0.026366085,-0.033248678,-0.024877558,-0.014266277,-0.025850259,-0.053292207,0.029829489,-0.01117132,0.0034302438,0.07003445,0.04489161,-0.061250668,0.045127418,0.029461041,-0.025599714,0.045068465,-0.017037,-0.029298924,-0.033720292,0.049607735,-0.015253715,0.012947236,-0.0037636885,-0.03366134,-0.035606742,-0.121558115,0.019940365,0.037404764,0.026483987,0.0053314315,-0.022504758,0.060366396,-0.015460046,-0.0008727594,-0.046247497,-0.015843231,-0.010323891,-0.0054419655,-0.015401094,-0.0034265593,-0.045215845,-0.04447895,-0.0022806884,-0.03616678,-0.026498726,0.031126423,-0.01403784,0.04574641,-0.049047697,-0.009653318,-0.010419688,-0.07074187,0.027692495,-0.032217026,0.03050743,0.02590921,-0.012689323,0.02269635,-0.023698526,-0.061840184,-0.027088242,0.020470928,0.03430981,-0.048487656,-0.0044139978,-0.018555002,-0.010161775,-0.018702382,-0.019085567,0.007424212,0.0054935482,-0.010088085,0.041590326,-0.02862098,0.010279678,0.018908713,0.0059688454,0.016683292,0.015799018,-0.062370747,0.0188645,-0.032452833,-0.037257385,-0.06797115,0.011127107,-0.02716193,-0.0005457625,-0.017611777,0.022047883,0.06844276,0.011060786,-0.008150053,-0.08483129,-0.0022401593,-0.004343993,-0.033602387,0.02869467,-0.02786935,-0.0026472935,-0.0623118,-0.042327218,-0.012372458,-0.007877402,-0.015518998,-0.0406471,-0.052172128,0.03254126,-0.020161433,-0.00789214,0.015622163,-0.01522424,0.04651278,-0.02206262,0.013050402,-0.026454512,-0.009004851,-0.004517163,-0.01696331,0.0011081051,-0.01752335,0.019380325,-0.008710093,0.013094615,-0.0501383,-0.03254126,0.040676575,0.012667216,0.015975872,-0.006779429,-0.07162614,0.010250202,-0.052142654,0.008791151,-0.0063851904,0.043123066,-0.027545115,-0.025761832,0.05921684,-0.010456532,0.006731531,0.017611777,0.002129625,-0.038171135,0.041383993,0.0135146445,0.017272806,-0.0016773561,0.017095951,-0.011340806,0.03065481,0.0054419655,0.024066973,-0.044803184,-0.012475624,0.020691996,0.0057698837,0.02590921,-0.0030231096,-0.024907034,0.006256234,-0.02680822,-0.037257385,-0.043801006,0.038908027,0.026970338,0.09267185,-0.015931658,0.010242833,0.037168957,-0.0031704884,-0.044537902,-0.038289037,0.036402587,0.010191251,-0.021915242,-0.0045245322,-0.00467928,-0.0034505085,0.014870531,0.0016755138,0.030065294,-0.023492197,0.022401592,0.012740905,-0.007450003,-0.0001934348,0.023831168,-0.0041560847,-0.005091941,-0.0037452662,-0.00879852,-0.002168312,0.022033146,-0.009314346,0.018893974,-0.025246006,0.009668056,-0.007531062,0.04754443,0.008415335,0.049607735,0.036255207,0.012792489,-0.03428033,-0.012608265,-0.020706736,-0.031244326,-0.011200796,-0.009911231,0.0069047012,0.009970183,0.008835365,0.016447484,0.021414153,0.023713265,-0.022445805,-0.038377464,0.020618308,0.017700205,0.012659847,0.020721473,-0.008054256,0.010205989,-0.012512468,-0.032158077,0.0014903691,-0.013743082,0.025643928,-0.015180026,-0.019026615,-0.0087322,0.048487656,-0.012335613,0.027250357,-0.04035234,0.013986257,-0.00028554662,0.02688191,0.018201293,-0.008061626,-0.0054493346,0.041030284,-0.008724831,0.007707916,-0.04008706,0.014376812,-0.04226827,0.0007364339,0.007037342,-0.0066283657,-0.06119172,-0.015740067,-0.010449164,0.013706237,0.043948386,-0.016182203,-0.05523761,-0.04020496,0.0023930648,0.019660344,-0.022578446,0.009896493,-0.019512966,0.015725328,0.03581307,-0.028753623,-0.027839873,0.0034339284,-0.013101984,0.051405758,0.03065481,-0.0030525853,-0.014236801,0.00016326818,0.01690436,-0.01696331,0.041295566,0.011112369,0.01634432,-0.029976867,0.04854661,-0.03896698,-0.012689323,-0.007037342,0.044243146,0.0156369,-0.00030742315,0.03442771,0.01389783,-0.03330763,0.004616644,0.036255207,0.012969343,-0.019955102,0.009911231,0.055679746,-0.0047787605,0.00038318514,-0.029991604,0.014258908,0.022887943,0.021591008,0.0033657656,-0.034604564,-0.004078711,0.020073006,-0.03100852,-0.019571917,0.0041929297,0.035311982,0.0331013,0.020691996,0.012099807,-0.0029973183,-0.038790125,0.02661663,0.010397581,-0.018392887,-0.009594366,0.004874557,-0.03268864,0.0049003484,-0.0033344475,0.024273304,-0.028119894,0.039497543,-0.020854114,0.037110005,-0.017375972,0.01236509,-0.02032355,0.0021425206,0.007011551,0.03743424,0.04957826,-0.07109558,-0.07976146,0.011760836,-0.0012057436,-0.0045613768,0.035017226,0.02325639,0.006403613,0.006613628,-0.03519408,0.013558858,0.012910391,0.02471544,-0.009373298,0.025894472,-0.0019638238,-0.033720292,-0.027147193,0.030271625,-0.0049040327,-0.01948349,-0.0058177817,-0.06319607,0.007943722,-0.015040016,-0.020839376,-0.028119894,-0.0008400597,-0.03218755,-0.019070828,-0.0595116,0.028532553,-0.022711087,0.025128102,-0.02688191,0.021045705,0.034663517,-0.043948386,-0.01166504,-0.007129454,0.004546639,0.09125701,-0.021458367,-0.0007912404,-0.026145017,-0.043977864,-0.036608916,0.011016573,0.032099124,-0.040617622,0.0012416672,-0.01655065,0.036903676,0.0065104626,-0.090313785,-0.018672906,-0.016359057,0.021664698,-0.028783098,0.01389783,-0.04559903,0.007965829,0.017331759,0.030890616,0.014737889,0.057566196,-0.042563025,-0.018186556,-0.03534146,0.023418507,0.01731702,0.035901498,0.018569741,-0.017744418,-0.025467074,0.0010731026,0.01403784,-0.048369754,0.018613955,0.0057293545,-0.0027891456,-0.0046387506,0.014516821,0.078110814,0.0034707729,0.020927804,-0.0115766125,0.012689323,0.024671227,0.041383993,-0.08023307,-0.05461862,0.013905198,0.023506934,-0.04503899,0.020161433,0.012578789,0.039291214,0.02340377,-0.011082893,-0.011222903,0.04365363,-0.0047529694,-0.019601393,0.016373795,-0.00425925,-0.024140663,0.030006343,-0.0023101643,-0.01138502,-0.036019403,-0.015032647,0.016373795,0.020647783,-0.045923263,0.004425051,-0.043977864,0.010353368,-0.028783098,-0.029696848,0.010994466,0.050875194,0.05370487,0.001170741,-0.009189074,0.016182203,0.008260587,-0.015040016,-0.006643104,0.017729681,0.03254126,-0.008555345,0.063078165,-0.0519658,0.005655665,0.01815708,-0.029387351,-0.0007511718,0.022681613,0.035724644,0.01117132,-0.02540812,-0.0065104626,0.016359057,-0.0016699871,0.01884976,0.007464741,-0.024376469,0.021885766,-0.0017574934,0.0061125397,-0.004771392,0.00190303,-0.028399913,-0.00077650254,0.011525029,0.0040087057,-0.015607425,-0.019837199,0.023654312,-0.03065481,-0.07345364,-0.025923947,0.007479479,-0.026321871,0.0002899219,-0.014281015,0.027677756,0.018378148,0.005983583,0.0028646772,-0.03177489,-0.01005124,0.04385996,0.027707232,-0.024243828,-0.015533736,-0.015356881,-0.02807568,0.00761212,0.015401094,-0.012549313,-0.006801536,-0.008503762,-0.012718799,-0.00071156374,-0.0483108,-0.0064257197,-0.014531559,-0.025157578,-0.0035057755,0.032600213,0.016609602,-0.05458914,-0.0077742366,-0.0006756401,0.013927306,0.004509794,0.009822804,-0.017037,0.04713177,-0.011569243,-0.0034873532,0.023919595,0.018422361,0.020957278,-0.024214352,-0.01899714,-0.03657944,0.014929482,-0.021959456,0.03156856,0.03743424,-0.015091599,0.010522853,0.0066320505,-0.0013697026,0.010603911,0.04329992,0.005091941,-0.008592189,-0.014678938,0.0010712603,-0.005032989,0.0011292908,0.014583142,-0.0035370935,0.05482495,0.002706245,-0.019424539,0.020264598,9.750898e-7,0.062370747,-0.015032647,0.023212176,-0.026572416,-0.033631865,0.0058619957,-0.0012812753,0.008054256,-0.044213668,0.03065481,-0.018319197,-0.012394565,-0.041678753,0.03189279,-0.044095766,0.017361233,0.0028830997,0.01683067,-0.07846452,0.0007074187,-0.012394565,0.004251881,0.034103476,-0.03366134,0.019454014,-0.06596679,0.0501383,0.0054714414,0.012225079,0.02540812,-0.03130328,0.009763852,0.008489025,-0.022504758,-0.020220384,0.028503079,0.004167138,0.00051306275,-0.00007345917,0.0017519667,0.006377822,-0.021988932,-0.0029088908,0.0057588303,0.024759654,0.038141657,0.017759157,-0.057566196,-0.048752937,0.0017630201,-0.05845047,-0.00044812396,-0.00009913534,-0.021605747,-0.00037811897,0.034398235,0.019247685,-0.004133978,-0.03896698,-0.0331013,-0.03392662,-0.0047456003,-0.0141041605,0.020146694,-0.025157578,-0.044095766,-0.0016663027,0.008253218,-0.039202787,0.014995802,0.011318699,-0.022490019,-0.005710932,-0.03059586,0.0021388363,0.03416243,-0.024391208,0.029416827,-0.022445805,0.023064798,-0.009115385,0.0146199865,-0.03239388,0.0066283657,-0.054913376,0.030831665,-0.02848834,-0.05550289,-0.0084595485,0.042563025,0.02471544,0.038524844,0.030979043,-0.02241633,0.018053915,0.04147242,-0.024877558,-0.0024851765,-0.003968177,0.015592687,-0.04677806,0.047102295,0.029505255,-0.013020925,-0.0122398175,0.022239475,0.022843728,0.012910391,0.01263774,0.012409303,0.00055267086,0.040263914,0.005029305,-0.013632548,0.040057585,0.015563211,0.004111871,0.0388196,-0.012313507,-0.041914556,-0.018599216,-0.019866675,0.063667685,-0.040440768,-0.026867172,-0.0024630697,-0.014885268,-0.009785959,-0.024464896,-0.00527248,0.000729065,-0.028753623,0.03242336,-0.013411479,-0.012593526,0.009719638,-0.028252535,-0.05119943,-0.00050753605,-0.027648281,0.0030544277,-0.024420682,0.025938686,-0.004531901,-0.02654294,-0.06909122,-0.059187364,-0.014126267,-0.002558866,-0.04442,-0.04135452,0.024965985,-0.04105976,0.008127946,-0.01166504,-0.019910889,0.010670232,0.00021876555,-0.01403784,-0.027058765,-0.0039350167,-0.0011237641,-0.0030249518,-0.0018376306,0.027117716,-0.010007027,-0.028547293,-0.0625476,-0.001537346,-0.024494372,-0.047161248,0.0060425345,0.023698526,0.005084572,-0.00088151003,0.022357378,-0.030389529,-0.02142889,-0.003986599,-0.008872209,0.04038182,-0.009373298,0.011112369,0.036019403,-0.02800199,0.008186897,-0.022180524,-0.013588334,-0.04014601,0.005055096,-0.028031467,0.015040016,0.023433244,0.0078110816,-0.014303122,0.001622089,-0.00380606,-0.010110192,-0.009240657,-0.00016453472,0.033071823,-0.036756296,-0.012099807,0.013698868,0.038171135,0.0006673501,-0.031037996,-0.007604751,-0.031391706,0.029578945,-0.01165767,0.049637213,0.019056091,-0.043417823,-0.010574436,-0.018024439,0.020235123,-0.017199118,-0.0075457995,0.018584479,-0.023300603,-0.0227553,-0.008046888,0.021635221,-0.0061935983,0.016241154,-0.021222562,-0.0029696848,0.026911385,-0.008076363,0.010589174,-0.009992289,-0.004944562,-0.0149147445,0.03478142,0.06042535,-0.0060093743,-0.004203983,-0.025113363,-0.00816479,-0.019778248,-0.035930976,-0.027736709,0.042474598,0.0030433743,0.021959456,-0.0022825305,-0.016860146,-0.01578428,-0.024391208,0.037021577,0.0076563335,-0.005320378,0.010257571,-0.015165288,-0.0033012873,-0.026513463,0.02086885,-0.014479976,-0.013743082,0.02024986,-0.00977859,0.031332754,0.010375475,0.0041450313,0.037964802,0.022033146,-0.028915739,-0.04427262,-0.021708911,-0.036697347,0.019571917,0.00879852,0.024774393,-0.037905853,0.0416198,0.038849078,0.008010043,-0.0044029444,0.032836016,-0.008584821,0.0027467741,-0.00074518454,-0.067145824,0.0040455507,0.0035149867,-0.019395063,-0.035223555,-0.017493876,0.026380822,-0.004288726,0.0339561,0.02960842,0.0014083895,0.023167962,0.013846247,0.023860643,-0.020854114,-0.018496051,0.007416843,0.005397752,0.015371619,-0.03764057,0.0033178674,0.0093069775,-0.01927716,0.0406471,0.010382843,-0.0039055408,-0.004476634,-0.025761832,-0.0044361046,-0.027265096,0.0009892809,-0.02088359,-0.04294621,0.029667372,0.022946894,-0.0002675848,0.03672682,0.0012849597,-0.01753809,0.020898327,-0.011075524,0.039703876,0.00049878546,-0.010766028,-0.0054751257,0.02772197,0.028252535,-0.011443972,-0.029991604,-0.017729681,0.019468753,-0.014192588,-0.0015907709,-0.050993096,0.0025938686,-0.03581307,-0.011937691,0.011060786,0.0010344157,-0.03805323,0.006871541,-0.0017538088,-0.027132455,-0.033396058,0.0011127107,0.039792303,-0.0051840525,0.012844071,0.008960637,0.015017909,-0.010007027,-0.007766868,0.012549313,-0.010869194,0.0042371433,0.034103476,-0.025806045,0.023226913,0.009992289,0.015054754,-0.027707232,-0.026896648,0.006834696,-0.056328215,-0.031804364,-0.01711069,-0.008194267,0.0013715448,-0.012880916,0.005773568,-0.006234127,0.015533736,-0.03130328,0.013411479,0.026572416,0.022401592,0.021812076,0.009262764,-0.016020086,-0.013160936,0.010279678,-0.0016405113,-0.007884771,0.020986754,0.027265096,-0.018672906,0.0020061953,-0.00074518454,0.024494372,0.016373795,-0.04217984,0.0025201791,0.005578291,0.023801692,0.00803215,-0.01068497,-0.012261924,-0.009211181,0.015445308,0.0032018065,0.013359897,0.008547976,-0.0069231237,-0.0038944874,0.04680754,-0.038731173,-0.0044987407,0.024921771,0.019424539,0.024037497,0.007980567,0.02129625,-0.037316337,-0.020397238,0.0065399385,0.032246504,0.008909054,0.00026251865,0.013426217,0.009623842,-0.011473447,-0.0054198587,-0.02213631,0.001941717,0.011149214,0.029534731,0.023020584,-0.01075129,-0.0017952592,-0.0029236288,-0.003916594,0.008621666,0.007136823,0.02660189,-0.015401094,0.03233493,-0.007306309,0.00047529693,0.00010615886,0.013544121,0.0012232448,0.018628692,0.008260587,0.032482307,-0.00364947,-0.00061024074,0.008054256,0.023551147,0.02988844,-0.0031925952,0.002098307,0.010721815,-0.0033289208,-0.01683067,0.01836341,0.011105,-0.026174491,0.0061420156,-0.007928984,-0.023285866,0.006083064,0.010390212,-0.026425036,0.008474287,0.004671911,0.03366134,-0.014494714,-0.0084227035,-0.005224582,0.010235464,0.013499907,0.008157422,0.0138094025,-0.017007524,0.023123749,0.0023672734,-0.02562919,-0.028812574,-0.05273217,-0.021473104,0.010117562,0.027338784,-0.010272309,0.0005351696,-0.008481655,0.019336112,-0.005486179,-0.021473104,0.027220882,-0.018967664,0.030979043,0.012158759,0.08430073,-0.015054754,0.036048878,-0.030301102,0.039556496,-0.010102823,0.0050182515,0.014192588,-0.005593029,-0.012055594,-0.0042408276,0.004970353,-0.013794664,0.021163609,-0.0029254712,-0.012718799,-0.015607425,0.00513247,-0.00085157366,-0.010434425,0.0311559,0.0050145667,0.003166804,-0.02723562,-0.021473104,-0.03584255,0.014811579,-0.012623003,-0.00045065704,0.010191251,0.016506435,-0.001559453,0.021207822,0.007737392,0.0042960946,0.012379827,-0.044302095,-0.0089753745,-0.0060425345,-0.016580125,-0.0023525357,-0.01767073,0.024420682,-0.006635735,0.0117239915,0.02010248,-0.017066477,0.013212518,-0.015017909,0.0038171133,-0.03581307,0.037168957,0.011583981,0.049666688,0.025806045,0.0003654536,0.0058177817,0.021959456,0.02862098,0.037463713,-0.012969343,0.025128102,0.01396415,-0.0049887756,0.011525029,0.015106337,0.010972358,0.012880916,0.023109011,0.0016828828,-0.0141778495,0.021959456,0.006130962,0.014465239,0.0049335086,0.01752335,0.02639556,0.016418008,0.009137492,-0.0060241125,-0.013912568,-0.016182203,0.011701885,-0.0029033641,0.011569243,0.03534146,0.008216374,0.028974691,-0.0087322,0.03755214,-0.04442,0.00056740874,0.035989925,0.009115385,-0.011583981,0.021193085,-0.027412474,-0.019866675,-0.02751564,-0.005828835,0.028311485,-0.01040495,-0.014288384,0.008267956,-0.021635221,-0.0020154065,-0.01647696,0.018068653,0.001076787,-0.008842734,-0.012998818,-0.007928984,0.013890461,-0.030301102,0.022784777,-0.007151561,-0.0339561,0.0020890958,0.0039792303,-0.04854661,0.016005348,-0.020073006,-0.010353368,0.002098307,0.011841894,0.016698029,0.004266619,-0.02779566,0.047190722,-0.036549967,-0.004078711,0.023698526,0.0015483996,-0.0038134288,0.020485666,-0.0070483955,-0.03162751,-0.022666873,-0.012630371,0.024037497,-0.04300516,-0.024008023,0.016300106,0.030242149,0.025658665,0.009388035,0.01375782,-0.015180026,-0.006130962,-0.009572259,0.021340463,0.020574093,0.023050059,-0.03318973,-0.016860146,-0.01291776,0.011598719,0.025658665,-0.0039202785,-0.019056091,0.001279433,0.0004895743,0.00031202874,-0.021753125,0.027530378,0.014900006,0.0068457494,0.00033413558,0.025231266,0.013713607,-0.024685966,0.013654655,-0.026203968,0.023595361,0.027353523,-0.0073431535,-0.00027794737,-0.0018597374,-0.023639575,0.024627013,-0.01522424,0.0061972826,0.009660686,-0.00014311873,0.0036955257,-0.007884771,-0.038230084,-0.011679778,-0.041442946,-0.011414495,-0.0055267084,0.032010697,0.00044006418,0.007936354,0.014148374,0.006746269,0.0024538585,-0.007520008,-0.024420682,0.03973335,0.020485666,-0.034958273,0.019807724,-0.004881926,0.013455693,0.005637243,-0.02529022,0.00439926,-0.016683292,0.024907034,0.0024612276,0.019115042,-0.0415019,-0.02521653,0.007306309,0.0045061097,0.0036936835,0.018039176,0.048487656,-0.0075679063,0.011561874,0.0021480473,0.0036163097,-0.050521486,0.022946894,0.030006343,0.019925626,-0.036402587,-0.01375782,0.016373795,-0.030360052,-0.0013825983,0.0016276157,0.04524532,0.0063925595,-0.018687643,-0.0019454014,-0.007648965,0.0066320505,-0.034457184,-0.021148872,0.015135813,-0.03805323,0.02548181,-0.014958958,0.020014053,-0.009277501,-0.015857968,-0.02514284,0.042297743,-0.013345159,0.05237846,-0.036284685,0.008879579,-0.007987936,0.02862098,0.018053915,-0.018274983,-0.011930321,0.025717618,0.008120577,-0.0063704527,-0.0017059107,-0.035105653,0.018186556,-0.009911231,0.006554676,-0.03177489,0.0037563196,-0.011812419,0.033337105,-0.040882904,0.03749319,0.00063833484,-0.0084595485,-0.022165786,0.013728344,0.018098129,-0.009336453,-0.02088359,-0.035017226,-0.03162751,0.017744418,-0.0046682265,-0.009343822,-0.021178348,-0.04937193,0.0036015718,-0.021826815,-0.013440955,0.0122914,0.03831851,0.019085567,0.057919905,0.012910391,0.0021038337,0.027530378,-0.003290234,0.0057993596,0.007648965,0.008319539,-0.0037139482,-0.00021059063,-0.00034035314,0.014229433,0.023595361,0.021532057,-0.00017340048,-0.022711087,-0.020618308,0.0145094525,-0.024435421,0.029844226,-0.016359057,-0.0029512623,0.0008276246,-0.014892638,0.012961973,-0.004649804,0.01753809,0.0071626143,-0.010648125,0.011819787,0.01899714,0.047013868,-0.012062962,-0.007136823,-0.034250855,0.01752335,0.021207822,0.029549468,0.02716193,0.050993096,-0.024464896,0.010331261,-0.00617886,0.012460886,0.0051582614,-0.0033786611,-0.009763852,-0.0055598686,-0.0054161744,0.025776569,0.008481655,0.0033841878,0.01920347,-0.004719809,-0.0065141474,0.013698868,-0.0070926095,-0.008363753,0.024995461,0.04483266,-0.0069231237,0.011436602,0.018260244,0.03204017,-0.004682964,0.0054235435,-0.019748772,0.0076931785,-0.0022954263,-0.035164606,-0.0043034637,-0.015916921,0.008687986,-0.0078037125,0.034250855,0.043388348,-0.0034541928,0.019454014,0.0148779,0.032983396,-0.021148872,-0.00006839302,-0.035724644,-0.009697531,0.03044848,0.011598719,-0.0001187091,0.031067472,-0.024951247,0.024700703,0.024450159,-0.008761675,0.004970353,0.00015198448,-0.03755214,-0.018304458],"social":"https://twitter.com/justnwu"},{"title":"datetify","description":"a date schedule for busy people","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=mOuYZ-kaPzk","youtube_transcript":"Hey, what's going on world? My name is Minzy Wang. I'm the founder of Data Fight, and is a scheduler for your romantic a build for busy people. Let me show you how it works. Let's go. Taking a look here at the landing page. It's just a very quick what it is, and then you can hit sign up here. After a sure sign up, we create a several different type of date for you. So this is a page where my boy who lives here would have sent it to, like, the people he wants to take. So now you can see, well, we have the auction, we have the Bugatti dealership, CloudNine Cafe. And from there, you can literally just see his abilities and put in a time and you just put in your name and your email address. And you can have a confirmed date with less than thirty seconds. In terms of the progress and mass messaging, my friends, check here, and we end up with twelve users. What's interesting is that we have thirty three days that happened in the last months. And this is our website traffic graph. And during this process, we interviewed six different people. The general feedback is the UI look very, very business y, so the next go is to really, really plan out for the UI and do it for a whole, and then sell to sell to sell. Thanks.","embedding":[-0.026160108,0.016498523,-0.028984759,0.005079555,-0.0034746402,-0.046349935,-0.016996047,0.057776928,0.0055971397,0.010303552,0.023736687,-0.011017739,-0.010127012,-0.048596814,0.03874264,0.027010713,-0.07093723,-0.017349128,-0.020045385,0.004590056,0.014909657,0.030204494,0.025325553,0.010953543,0.00397417,-0.013858438,-0.015479402,0.02502062,0.005990344,-0.050651107,0.018183682,-0.022324363,0.022324363,-0.0052320217,0.012341794,-0.02574283,0.017798504,0.035982188,0.0031135345,-0.038903132,-0.006660396,0.007928278,0.059381843,0.0084097525,-0.024218163,0.029385988,-0.055562146,0.029867461,0.025100864,0.05533746,-0.08756414,0.027620582,-0.001567801,0.017766405,0.0060705896,-0.0037635248,0.004381417,0.044263545,-0.003189768,0.061725017,0.030974852,-0.009653562,-0.005629238,0.042883318,-0.0206713,-0.03140818,0.0066563836,0.02593542,-0.021024382,0.053507853,0.08120868,-0.02221202,0.03517973,0.014620773,0.009573316,-0.017220734,-0.010191208,0.039577194,-0.027556384,-0.031648915,0.025823077,0.011202305,-0.047088195,0.0032639953,-0.035500713,-0.030509427,-0.04651043,0.010504167,-0.015752237,0.025245307,-0.013521406,0.055241164,-0.03591799,0.03428098,0.06320154,0.01673926,-0.034441467,0.032756306,0.038293265,0.021441659,0.049752355,-0.037651297,0.009733807,-0.025919372,0.0011816184,-0.018793551,0.0046703015,-0.029241545,-0.035661202,-0.0126868505,-0.14919287,-0.0014524477,0.0051557883,0.022886083,-0.019884892,0.029161299,0.070423655,-0.041695684,-0.010303552,-0.01428374,-0.054631293,0.014059052,0.039577194,0.016041122,-0.013946708,-0.02842304,-0.047056098,-0.06493485,-0.035051335,-0.033959992,0.013609677,-0.011723901,0.033157535,-0.051068384,-0.052930087,-0.045354888,-0.035661202,0.033959992,-0.053475756,-0.0069372435,0.030413132,-0.03447357,0.0029008833,0.00803661,-0.046703015,-0.021891035,-0.028326744,0.010777002,-0.06727802,0.0018576887,-0.00025603405,0.012446113,-0.008506048,-0.034922943,0.03813277,-0.008449876,0.007715627,0.0056613362,-0.013970782,-0.04044385,0.031135345,-0.0145886745,-0.0108813215,-0.03684884,-0.009990593,0.00064597814,-0.020831792,-0.05148566,-0.046414133,-0.004730486,-0.0056613362,-0.02182684,-0.0059421966,-0.0036892975,0.0027504226,-0.012462162,0.008016549,-0.010472068,0.012823268,-0.004074477,-0.0015206566,0.005011346,-0.029755117,-0.046927705,-0.07369768,-0.016803456,0.0068409485,0.0037615187,0.0016992034,-0.04718449,-0.011739951,0.058450993,-0.034345172,0.012726973,-0.004329257,-0.027877368,0.06496695,0.0031175467,0.036271073,0.04115001,-0.016313957,-0.0026160108,0.008586293,-0.0084579,0.036784645,0.0155997705,0.006997428,-0.014307814,-0.025486045,0.010480093,0.07260634,0.0064156465,0.044456135,-0.0108813215,-0.035982188,-0.026256403,-0.05569054,0.008305433,-0.01747752,0.02181079,-0.016273834,0.019307123,0.023239164,-0.018697256,-0.022581149,0.029305741,0.03495504,-0.004244999,0.017991094,0.019852795,0.0032298907,0.013922635,0.0006901133,-0.010728855,-0.006552064,-0.022597197,-0.006764715,-0.026994664,0.029081054,0.013505356,-0.024811981,0.030204494,0.006889096,-0.0064718183,0.057263356,-0.00436938,-0.04358948,-0.052031334,-0.0029269631,0.02388113,0.0771001,-0.013007834,-0.04156729,-0.023399655,0.013216472,-0.017236784,-0.000076860364,0.014548551,0.021554004,-0.038421657,-0.016707161,0.01898614,-0.012060934,0.009621464,-0.011114034,-0.020639202,0.022677444,-0.0037715493,-0.019419467,-0.015086197,-0.06747061,0.024587292,0.014339913,0.052930087,-0.01991699,0.006134786,0.030027954,-0.0024334518,-0.01994909,-0.013497332,-0.008786907,-0.036784645,0.043140106,-0.004786658,-0.0021505856,0.036335267,0.039095722,0.0028868401,-0.014187446,0.022276215,-0.021746593,-0.04265863,-0.014805337,-0.0055810907,0.026095912,-0.035950087,0.032002,-0.019499714,-0.032997046,0.034120485,0.023512,-0.058932465,-0.02010958,-0.006423671,0.0263206,0.029642774,0.020237973,-0.017782453,0.010078864,-0.0007307377,-0.018456519,0.011764024,0.010520215,-0.0638435,-0.035821695,0.0137300445,0.04663882,0.023062624,-0.038614247,-0.036784645,-0.02460334,-0.0016530621,-0.04397466,-0.005420599,-0.0005898061,-0.02349595,0.040861126,-0.032499522,0.002297034,-0.051068384,0.056300405,-0.08679379,-0.0197565,-0.030958803,0.016835555,0.0024414763,-0.026079863,0.022597197,0.0034124497,0.054053526,-0.019098485,-0.078576624,-0.059381843,-0.015816433,0.032868654,-0.013393013,0.041438896,-0.01824788,-0.005472759,-0.009573316,-0.041278403,-0.011194279,0.03630317,0.022083625,0.040989522,0.030493379,0.00775575,-0.03237113,-0.034120485,-0.0007472884,-0.015270763,0.01580841,-0.00028236466,-0.01063256,0.00021039428,-0.00131603,-0.08384074,0.023977425,0.0010462038,-0.008682588,0.0338316,0.006981379,-0.010399847,0.0016781389,-0.02482803,-0.020221924,0.040893227,0.037490807,-0.0014925706,-0.009268383,0.04188827,0.012093032,-0.0029269631,-0.048083242,0.01608927,0.014973854,0.025469996,-0.016851604,-0.05023383,-0.040475946,0.06037689,-0.071900174,0.005918123,-0.02819835,0.0047826455,0.013104128,0.068369366,0.0120208105,-0.03009215,-0.05514487,0.040540144,-0.034537762,-0.04850052,-0.029385988,-0.03742661,0.00014318847,-0.02463544,-0.055305358,-0.010648609,0.007671492,0.02124907,-0.06316944,0.063715115,0.0021806778,0.0023993475,0.008995547,-0.018745404,0.04041175,0.031247688,0.029048955,-0.0115794595,-0.0143318875,0.02842304,0.033382226,-0.013216472,0.014837436,0.07562358,0.0070897103,-0.025983568,-0.051646154,-0.009509119,-0.031071147,0.005428624,-0.009870225,-0.031889655,0.01730098,0.006973354,0.023624344,0.034152582,-0.0059462087,-0.016787408,0.02709096,-0.024523096,0.016899751,-0.01061651,0.02688232,0.0074387793,-0.016201613,-0.025694683,-0.041246306,-0.033157535,-0.03325383,-0.024908276,0.035404418,-0.06933232,-0.025068767,0.0014785277,-0.025710734,0.038485855,-0.008963448,-0.02010958,0.016450375,-0.046735115,0.05193504,-0.01100169,-0.022115724,-0.022324363,0.00218469,0.04740918,0.014885583,-0.018087389,0.0052440586,0.026400845,0.052897986,-0.06734222,0.02707491,0.008241237,-0.0067005185,0.0039079674,-0.006483855,-0.006969342,-0.01363375,0.0057736803,0.037266117,0.005865963,0.013521406,-0.018600961,-0.022147821,-0.040122867,-0.005902074,0.00540455,0.062174395,0.07530259,-0.020767596,-0.030397084,-0.014355961,0.020591054,-0.049912844,-0.02145771,-0.007486927,0.021634249,0.0016420283,0.05190294,0.05620411,0.01100169,0.005837877,-0.03835746,-0.021730544,-0.02331941,0.017621962,-0.008610367,-0.053475756,-0.01589668,0.026448993,-0.035019238,0.03139213,0.045033906,0.04115001,-0.009741832,-0.007226128,-0.046703015,0.018841699,-0.01823183,-0.0024133904,0.022886083,0.009637512,-0.028310694,-0.034890845,-0.047922753,-0.032756306,0.012197351,-0.00866654,0.029546479,0.025903322,-0.01580841,0.0075430986,-0.027909465,0.008265311,0.0020522845,-0.0016540652,0.0035950087,0.026962565,0.029353889,-0.033992093,-0.012935612,0.024892226,0.0030714055,-0.0026400846,-0.014564601,-0.0062952777,0.053860936,0.028679825,0.016129393,-0.039609294,0.0017874737,0.011643656,-0.020446613,-0.016755309,0.014227568,-0.0028045883,0.012012786,-0.011515263,0.009284431,0.03145633,0.0041527166,0.016137417,0.015310885,-0.021730544,-0.04208086,0.0065641007,0.0020924076,-0.04679931,-0.0043733926,0.015848532,0.013978806,0.010223307,-0.0102794785,-0.035308123,-0.01974045,0.014404109,-0.025453946,-0.014965829,-0.025229258,-0.0050153583,-0.025309505,0.016338032,0.008353581,0.019419467,0.035051335,0.025919372,-0.020639202,-0.012341794,-0.0038257153,0.03325383,0.008144942,0.006227069,-0.0002555325,-0.0010963574,-0.015038051,-0.0155115,-0.01563187,0.008481974,-0.0081569785,-0.041117914,-0.00031320914,0.029771166,0.00968566,-0.008658514,0.013481283,-0.008361605,-0.0010136039,0.012060934,-0.0024595316,-0.039994475,0.023592245,0.015013977,-0.025261357,-0.023239164,0.037137724,0.0137300445,-0.015431254,0.004449626,0.030878559,0.0102794785,0.027139107,0.02502062,-0.007864082,-0.01635408,-0.06506324,0.0030132274,0.010953543,-0.009131964,0.0073866197,-0.000019356148,0.021184873,-0.017124439,0.012799194,0.023624344,0.021521905,-0.03174521,-0.0015888655,-0.0005236034,0.017413324,-0.0206713,0.003121559,-0.017589865,-0.0025016607,0.034152582,-0.010480093,-0.010736879,0.00029715998,-0.031071147,0.067213826,-0.03140818,0.0035267998,0.017894799,-0.025052717,-0.015760262,-0.011122058,0.012694875,-0.008393704,0.07414706,-0.0101189865,0.008786907,-0.026047764,0.0620781,0.00397417,0.02123302,0.008594318,0.057841122,-0.044103056,0.036367364,-0.012518334,0.01991699,0.011467115,0.023030525,-0.0042209257,-0.04683141,0.026192207,-0.000381418,-0.016771358,-0.02839094,-0.0029269631,-0.003191774,0.0036471686,0.0051598004,0.025983568,0.011178231,0.021762643,-0.044841316,0.012935612,0.016378153,0.033574816,0.0041366676,0.05090789,-0.031376082,-0.0013942696,0.04381417,-0.006371511,-0.071322404,-0.041310504,0.026625535,-0.003946084,-0.0064357077,-0.014989903,-0.032467425,0.00025678636,0.0007979435,0.034377273,0.0114510665,-0.02763663,-0.015904704,-0.016642965,0.022645345,-0.019419467,0.0054246117,-0.0065761376,-0.0131603,-0.002842705,0.006467806,-0.015070149,0.0016681082,-0.012357843,-0.020398466,0.010624535,-0.015110271,-0.0010522222,0.04021916,-0.04044385,-0.026416896,0.016626915,0.01363375,0.008851104,0.015639894,-0.0053604147,-0.008225188,-0.027925516,0.017589865,-0.050683204,-0.021168824,-0.021313267,0.016025072,-0.033189636,0.0062631792,0.0064036096,0.019852795,0.02574283,0.030958803,-0.060697872,-0.0057375696,0.00080295885,0.018328125,-0.038453754,0.03498714,-0.009164062,0.02087994,0.023961376,0.022244116,-0.007181993,-0.0009860194,0.017156538,0.02086389,-0.022340411,0.03723402,0.0036311194,0.0067687277,0.023672491,0.017397275,-0.021216972,-0.009509119,0.005978307,-0.01110601,0.0074227303,-0.001680145,0.026641583,-0.0053243046,-0.020623153,0.00068760564,-0.026513191,0.0053724516,-0.00076534366,0.0046703015,0.015696066,-0.005629238,0.0077517377,-0.038325362,0.022067577,0.003442542,-0.02274164,-0.03816487,0.0017623969,-0.008827031,0.009958495,-0.007603283,0.00507153,-0.020141678,0.007940316,-0.073248304,-0.05187084,-0.0017443416,-0.020494761,-0.024699636,-0.045932658,0.020141678,-0.0047906702,0.019419467,-0.021024382,0.05286589,-0.0075631603,-0.024523096,-0.012574506,-0.016001,0.02802181,0.004144692,0.022436706,0.01974045,0.03447357,-0.040861126,0.026240354,-0.05039432,0.044841316,0.003416462,-0.039994475,-0.008044635,0.052352317,0.040668536,-0.0012197351,0.0376192,-0.049238782,0.028920561,-0.0036571992,0.0035308122,0.037266117,-0.016145442,-0.00793229,0.024346555,-0.017991094,0.014275716,-0.009019621,0.025277406,-0.008706662,-0.012534384,-0.016225686,0.017557766,-0.003960127,-0.014380035,-0.019804647,-0.008064697,0.0016039116,-0.0017302986,-0.0206713,-0.002172653,0.050875794,-0.01391461,0.00025778942,0.011699827,-0.004690363,-0.026047764,0.009268383,0.016330007,-0.04795485,0.051260974,0.024747783,0.014829411,0.03172916,0.001819572,0.010110962,-0.005781705,0.043268498,0.038710542,-0.011402919,0.03440937,0.007242177,0.011162181,0.0012147197,0.029177349,-0.037843887,0.009485045,-0.011274525,-0.016562719,0.009268383,-0.017766405,0.00789618,0.0017804522,-0.030076101,0.030300789,-0.029883511,0.037330315,-0.0016259792,-0.015479402,-0.006259167,-0.014676944,-0.026288502,-0.025453946,0.011723901,0.040540144,0.0169158,0.03134398,-0.020061433,-0.006259167,0.014275716,0.0014313833,-0.015070149,0.010030717,-0.06336203,-0.00836963,0.00672058,-0.019258976,-0.0006775749,-0.029723018,-0.00097649026,0.007731676,0.056364603,-0.004618142,-0.005400538,-0.008578269,-0.023720639,0.029851412,0.0042048763,-0.0069051455,-0.030076101,-0.0006555073,-0.00063343975,0.05864358,-0.006170897,-0.013954733,-0.030702017,0.01861701,0.037843887,0.035564907,0.0064718183,-0.009308505,0.031023,-0.020912038,-0.026769977,0.014981878,-0.0006148829,0.015696066,0.0032720198,-0.025710734,0.003980188,0.0053283167,-0.001442417,0.008859129,0.006154848,-0.0077477256,0.0121813025,0.009693684,0.011081936,-0.026288502,0.020045385,0.0008651493,0.036078483,-0.029065004,-0.021104628,-0.0052440586,0.02463544,0.03466616,0.026994664,0.035404418,-0.027797122,-0.009420849,-0.020430563,-0.052191824,-0.023977425,-0.028455136,0.004058428,-0.011218353,-0.026753927,0.04214506,-0.019082434,0.016498523,0.0035368307,0.003135602,-0.002072346,-0.022837935,0.060890462,0.0049792477,-0.014339913,0.0090115955,0.008819006,0.026240354,0.0032399215,-0.021200923,0.0020332262,0.02179474,-0.017220734,0.012630679,0.008578269,-0.0040203114,0.019997237,0.0053122677,0.032836553,-0.010664658,0.029065004,-0.036559954,-0.02179474,-0.019339222,-0.02201943,0.022709543,0.009717758,-0.017461471,0.01540718,-0.014508428,-0.0033342103,-0.025100864,0.0004917559,-0.02574283,-0.016963948,-0.012542408,-0.0057215206,-0.0059141107,0.027877368,0.025341602,0.006495892,0.020221924,-0.02047871,-0.0035488675,-0.03296495,-0.017573815,0.049335077,-0.02502062,0.004826781,-0.015832484,-0.011443041,-0.014420158,0.023544097,-0.007924266,-0.0034104437,-0.01616149,-0.029674873,0.028342793,-0.039609294,-0.0051277024,0.0068369363,0.01514237,-0.004313208,-0.013232522,0.00096144417,-0.0062350933,-0.03858215,-0.007727664,0.019836744,0.029771166,0.0033061241,-0.009460972,0.0084097525,-0.004586044,0.02614406,0.0017172587,0.023592245,-0.014925706,0.014187446,0.010110962,-0.0055971397,-0.010094913,-0.020767596,-0.017509619,0.020093532,0.016514571,-0.030718066,-0.025502093,0.004433577,0.0022468804,0.025453946,0.0049752356,0.012462162,-0.023447802,-0.004112594,-0.0025859186,-0.013272644,-0.010969591,0.029257594,-0.0216182,0.016009023,-0.007844021,0.0047344984,-0.022436706,-0.0033482532,0.032242734,0.023624344,0.0169158,-0.003067393,0.008714686,-0.02107253,0.015952852,0.009348628,0.026465043,0.009806029,0.021570053,0.0047786334,-0.042369746,-0.006616261,-0.000798445,-0.013577578,-0.021554004,0.021441659,0.012895489,0.030236593,0.037394512,0.0017944952,-0.0064878673,0.00091329677,0.018665157,0.024908276,0.0022348436,0.015391132,-0.018007142,-0.003093473,0.033510618,0.009934422,-0.0013411068,0.0006911164,0.017204685,0.0045138225,0.0072140913,-0.0030834423,0.007490939,0.042369746,-0.0018747409,0.024972472,-0.0047946824,0.0012438089,0.017782453,0.00873876,0.021104628,0.015158419,0.04679931,0.0069332314,0.016867653,0.020719448,-0.01296771,-0.019708352,0.003725408,0.010760953,-0.007013477,0.011780074,0.0075792093,0.0062912656,-0.03611058,0.013962758,-0.010929469,-0.0022027453,0.004846842,0.024202112,-0.032403227,-0.015110271,0.10123802,0.000784402,0.02012563,0.012060934,0.025293455,-0.00422895,-0.014725092,0.01858491,-0.019708352,-0.013521406,-0.014692994,-0.0077998852,-0.028647726,0.0016279853,0.020655252,-0.021216972,-0.023062624,-0.016626915,-0.030974852,-0.012293646,0.005292206,0.04233765,0.0032700135,-0.011186255,-0.019098485,-0.03062177,0.008802957,-0.019467615,-0.003484671,0.02819835,-0.017541718,0.011675754,-0.0013912604,-0.00029791228,-0.010544289,0.005625226,-0.040732734,0.004208889,0.022468805,-0.02691442,-0.0028808217,-0.0026260416,0.02201943,0.008891227,0.009292455,0.009468997,-0.022693492,0.0018095413,-0.039384607,-0.02877612,0.0069171824,-0.01203686,0.017830601,0.0338637,0.008819006,-0.010191208,0.021714495,0.049495567,0.0061909584,0.019355271,0.011274525,0.017060243,0.007924266,0.01494978,-0.008249261,0.012670801,-0.018905895,0.0043011713,-0.009533193,-0.010078864,-0.018199733,0.005051469,0.011691803,-0.011194279,0.035757497,0.0127831455,0.012558457,-0.021473758,0.0052480707,-0.022147821,0.004947149,0.025518144,-0.0068369363,0.013047956,-0.009276407,-0.008152966,0.015920753,0.040283356,-0.020912038,0.020944135,-0.011250452,-0.0103757735,0.026192207,0.017092342,-0.02086389,-0.0011806154,-0.033189636,0.00803661,0.008634441,-0.023865081,-0.0027985699,0.028551431,0.0003876872,0.007121809,-0.01203686,0.01570409,-0.02479593,0.016049147,-0.014010905,-0.006877059,-0.033735305,-0.00021077043,0.032403227,-0.009765905,0.03932041,0.0020101557,-0.010480093,-0.00051231886,-0.004453638,-0.057199158,0.020526858,0.024956422,0.00084308174,-0.020366367,0.0009413827,0.02744404,0.010777002,-0.022853985,0.0063153394,-0.010327626,-0.016899751,-0.00015535072,0.011041813,-0.013344865,-0.022131773,0.008682588,-0.0119245155,-0.026111962,0.0003149645,0.014644846,-0.041470993,-0.011097984,0.023784835,-0.04358948,-0.0046141297,-0.017814552,-0.002463544,-0.0102473805,0.024940373,0.018135536,0.002295028,0.002603974,0.05341156,-0.016642965,-0.005922135,-0.011507238,0.017172586,-0.017429372,-0.019820696,-0.005753619,-0.020767596,-0.019676253,-0.008289384,0.0066724326,0.029369937,0.008786907,-0.020623153,0.003791611,0.008610367,-0.005428624,0.00087417697,0.001232775,-0.011154157,0.015078173,0.031199541,-0.0150942225,-0.019419467,0.0076353815,0.00794834,0.027989712,0.006704531,-0.010327626,0.011065886,-0.0045699943,0.027219353,-0.0016169515,-0.032788407,-0.024587292,0.004365368,-0.0016841573,0.03253162,0.0014444232,0.005805779,0.033029143,0.04644623,0.0037033407,-0.023030525,-0.020799695,-0.00059582456,0.041310504,-0.038678445,-0.041053716,0.00039596253,0.022131773,-0.00008482225,0.01673926,-0.03309334,-0.014925706,0.03216249,-0.013232522,-0.0024194089,0.022195969,-0.008297409,-0.022918181,0.01823183,0.014797313,0.009918372,0.058354698,0.029209446,-0.02877612,0.025919372,-0.017365176,-0.034345172,-0.06426078,-0.007827971,0.0120850075,0.018825648,-0.018039241,0.021971282,0.023961376,0.013473258,0.002842705,-0.011836246,-0.028166251,-0.008449876,-0.014059052,-0.01900219,-0.002774496,-0.0041647535,-0.020237973,-0.009765905,0.017429372,0.02312682,0.020350318,-0.0034786526,-0.0010542283,0.016201613,0.0018606979,0.0055931276,0.00085612165,0.006636322,0.015551623,-0.017268881,-0.009525169,0.0069171824,0.021923134,0.011154157,-0.0216503,-0.0029891536,0.008899252,-0.022484854,-0.024619391,-0.005055481,0.009565291,-0.029193398,-0.0076674796,0.0021024381,0.00070766703,-0.008329507,0.030734116,0.003737445,0.004216913,0.017605914,0.0074307546,-0.02237251,-0.017750356,0.01419547,0.034730352,0.024779882,0.019772548,-0.0338637,-0.012815244,-0.010929469,-0.00027534316,-0.012293646,-0.025100864,-0.0066844695,0.01824788,-0.030926704,0.0169158,-0.008068709,0.01475719,-0.03179336,0.024924325,0.0197565,0.025229258,-0.02031822,0.02839094,-0.0069934158,-0.008754809,0.021313267,-0.020189825,0.008722711,-0.014131273,0.0058258404,-0.005151776,0.026192207,0.009573316,0.0016360099,0.011675754,-0.009131964,-0.023592245,0.015455328,0.00700144,0.032403227,-0.022452757,0.0143318875,0.0225651,-0.008802957,0.046189442,0.0109776165,-0.01222945,0.018151585,0.009701709,0.03447357,-0.0011104003,0.031889655,0.011547361,0.011410943,-0.014147323,0.022902133,0.009533193,0.037651297,-0.03517973,0.034537762,0.012269572,-0.004465675,0.011033788,-0.0023271262,-0.025261357,0.005195911,-0.010873296,0.020960186,0.014853485,-0.026577387,0.016707161,0.0068008257,0.019612057,-0.017525667,-0.0035288061,0.011619582,0.038293265,0.046703015,0.0016119361,-0.023592245,0.018344175,-0.0037454695,-0.009749857,-0.022035478,0.030108199,-0.027363794,-0.022115724,-0.025149012,0.023239164,-0.038614247,0.009364677,-0.0098622,-0.013425111,0.015455328,-0.025293455,0.030894607,-0.03172916,0.0046823383,-0.048468422,-0.020976234,-0.028936611,0.0188096,0.026930468,0.005280169,-0.011258476,0.029402036,0.021168824,0.04175988,0.036046382,0.02331941,-0.0044135153,0.0068208873,0.0019248945,-0.020462662],"social":"https://linkedin.com/in/mingzehype "},{"title":"big magic ai","description":"big magic ai, powered by chatgpt, is a wordpress blogger's assistant that helps overcome writer's block by generating content and images for you. it also provides english grammar correction and translation support.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=DBhVFwK0JKs","youtube_transcript":"Hello. My name is Ji. I'm a front end developer. I'm working on a WordPress plugin called Big Magic AI powered by Chichapiti. It's a blogger's assistant that helps overcome writer's blog by generating content and images. It also provides English grammar correction and translation support. Let me show you how it works. Here's my plugin generating image based on prompt. Generating content based on prompt. It's a rich text component so you can edit the response right away. And address on stuff. And there is translate. And once you publish, you will see all the generated content in your preview. And I also have correct English grammar plugin. You add your paragraph, and it will tell you why it was incorrect. So I'm a JavaScript developer, so I had to learn page to get WordPress plugin working, so it took some time to get my plugin ready for public to use. But it's available now on the website that I'm going to put in the description of this video. So please go and try, and I am going to register it with WordPress blog plugin directory. So it's coming. Thanks.","embedding":[-0.0015900136,-0.011698017,-0.039802272,0.018635059,-0.0077349343,-0.02766904,0.011229832,0.025453407,-0.02628427,0.014164227,0.026719483,-0.0106363585,-0.023923565,-0.014573065,0.014243357,0.014902771,-0.042598188,-0.03539738,0.035582017,0.036979977,0.019901136,-0.03122988,0.00044180785,0.07707239,0.041068345,-0.051196955,-0.041200228,0.018199846,-0.003910329,-0.0027777844,-0.023092702,-0.018133903,0.0022683865,0.017461302,0.015034655,-0.027853677,0.015061031,-0.016643627,0.006617226,0.008387755,-0.028776856,-0.033630148,0.04048806,0.040699076,-0.034737967,0.030016556,-0.026890932,0.019123025,0.011744175,0.009403253,-0.04465556,0.029409895,-0.0016674949,0.050141893,-0.028196571,-0.018753754,-0.003117383,0.06678552,-0.059769347,0.007603051,0.045737002,-0.015113785,0.021206776,0.062037732,-0.051355217,-0.01663044,-0.04499846,-0.010557229,-0.007444792,-0.04336311,0.061404694,0.031414516,0.01855593,-0.032786097,-0.06245976,0.02404226,0.014216981,-0.005443468,0.02396313,-0.0065908497,-0.010708895,0.031414516,-0.03771852,-0.04753061,-0.018213034,-0.01583914,-0.020666055,-0.03022757,-0.031045243,-0.0097395545,-0.0038311994,0.028064689,-0.04837466,0.04357412,0.061088175,0.018041587,-0.028302079,0.0764921,0.011526569,0.05262129,0.053887367,-0.025163265,-0.00017093265,-0.03956488,0.03676896,-0.02442472,0.023330092,-0.018912014,-0.025835868,-0.004579635,-0.1279792,0.0104781,0.005575351,-0.0070293606,0.009495571,0.0041114506,0.062090486,-0.04241355,-0.0199407,-0.05349172,-0.062301498,0.01593146,0.034289565,-0.035371006,0.010365999,-0.028776856,-0.052067384,-0.0006515841,-0.025783114,0.0024810478,0.03748113,-0.009640642,0.060402386,-0.039617635,-0.038958218,0.01175077,0.016801886,0.014968714,-0.06921217,0.017105216,0.014652194,-0.022367347,0.0035443539,-0.011084761,-0.027484404,-0.05597112,-0.01878013,-0.021853002,-0.05030015,-0.024609355,0.027880052,-0.007721746,-0.06757682,-0.005855602,-0.018819695,0.014784077,0.010886936,0.0033316927,-0.03835156,0.012265113,-0.018133903,-0.0036465633,-0.0109858485,0.00085311773,-0.027167885,0.014414805,-0.021312283,0.012139824,-0.026033692,-0.0056940457,-0.02125953,-0.044075277,-0.018067962,0.023119079,0.03795591,-0.008829563,0.012172795,-0.05934732,0.00070474943,0.022631112,-0.020217653,0.037243742,-0.03167828,0.044602808,-0.037243742,-0.07316865,0.0077810935,0.016946957,0.03515999,0.012884963,0.02520283,-0.021167211,0.021233153,0.0024777506,0.043494992,-0.053227954,0.08503812,-0.021879379,0.03283885,0.021760685,-0.008513044,0.035766654,0.021246342,0.03291798,0.051434346,0.019465921,-0.0073458795,-0.019465921,-0.006023753,-0.06573045,0.083455525,-0.006013862,0.067260295,-0.012001348,-0.0025206127,0.003415768,-0.0023392737,0.033946667,-0.034606084,-0.0044840197,-0.0381933,-0.005654481,0.0084668845,-0.02983192,-0.001956813,0.0141510395,0.032495957,-0.02001983,0.018608682,-0.016168848,0.02766904,0.01954505,-0.023475163,-0.038694452,-0.007240373,-0.04892857,-0.009614266,0.004662062,0.047979012,0.020600114,0.017791009,0.03463246,0.021668367,0.01348503,0.033208124,-0.0016468882,-0.05309607,-0.038984597,0.026099633,0.026297458,0.072324604,-0.0050016604,0.010029698,0.024306025,0.012495908,-0.036294185,-0.016683191,0.06546669,-0.03326088,0.022354158,-0.0028272404,-0.015905082,-0.034658834,0.051961876,-0.015034655,-0.01669638,0.021905756,0.027774546,-0.004714815,-0.037507508,0.019663746,-0.030623218,0.047425102,0.009212024,0.0010699003,-0.008658115,-0.014164227,-0.00016784164,0.010372593,0.06483365,-0.0059182467,-0.0066304146,0.019690122,0.060402386,-0.030623218,0.050062764,0.016010588,-0.032126684,-0.05277955,-0.011295773,0.02751078,-0.0049060453,-0.025994128,0.038298804,0.013419089,0.016050154,0.0077547166,0.015126972,0.021496918,0.048242778,-0.005961109,-0.0056874515,0.0016477124,-0.01105179,-0.018252598,0.03122988,-0.0036333748,-0.042466305,-0.0055951336,-0.023461975,-0.010484694,-0.019413168,0.04584251,-0.031045243,-0.03787678,-0.008842751,0.040857334,-0.015140161,0.0062578456,-0.024807181,-0.02148373,0.009027387,-0.005288506,-0.056973428,-0.067735076,-0.016116096,0.035450134,0.019307662,0.040092412,0.00039400026,0.037982285,-0.0023788384,0.00007840853,0.0060270503,0.022565171,-0.0147577,-0.02318502,0.024015883,0.01731623,0.04243993,-0.012779457,-0.005443468,0.0109594725,0.04829553,0.049376972,-0.03494898,0.0021876083,0.004052103,0.035582017,-0.023132266,0.019663746,-0.003341584,-0.018358104,0.0071480554,0.04283558,-0.011203456,0.008743838,0.0055423803,-0.058345012,-0.0059380294,-0.06620523,0.03647882,-0.00016835681,0.04003966,-0.014599442,0.015865518,-0.044418175,0.00018443004,0.0506958,0.0028305375,-0.010590199,-0.006617226,0.029383518,0.00796573,-0.057553712,-0.016050154,0.0032031068,-0.018701,-0.012542067,0.0033465296,0.047794376,-0.0035641363,-0.03307624,-0.028249325,0.0135048125,-0.02194532,0.053860992,-0.029541777,0.005792958,0.011843088,-0.02350154,-0.06989796,-0.0016773861,-0.017579995,0.01391365,0.032364074,0.039142855,0.023593858,0.02697006,-0.012139824,0.0033893916,0.018766942,-0.008935069,0.03291798,0.0369536,-0.03186292,-0.022367347,0.002487642,0.007543704,-0.011902435,0.046264533,-0.036979977,0.04871756,-0.012509096,0.009535137,-0.0042037684,0.04721409,0.00050568866,0.06900115,0.008836157,-0.0032014584,-0.021694744,-0.022235462,0.0030333076,0.0012207414,0.025717173,0.07316865,-0.012054101,-0.0028618597,-0.0024810478,-0.010715488,0.053570848,0.031731036,-0.011256209,-0.030306699,-0.018832883,0.002654144,0.03708548,0.039986905,-0.015153349,-0.02682499,-0.014625818,-0.044866577,0.0209562,-0.022090392,0.012258519,0.01677551,-0.015865518,-0.021430977,-0.059874855,-0.03294436,0.0155489985,-0.014744513,0.008783404,-0.026178762,-0.016023777,0.032126684,-0.00475438,0.017039275,0.013161917,-0.015311609,0.06182672,-0.028724104,0.051117826,0.016393049,-0.045789756,0.0046323882,0.043415863,0.012423373,0.001496047,0.008493261,0.001754043,-0.018516364,0.0030399016,-0.07184982,0.0011449087,0.0214046,-0.011790334,-0.08825606,-0.06636349,-0.004579635,0.02025722,0.007418415,0.052041005,-0.005169811,0.07934078,-0.042334422,-0.022275029,0.009911003,-0.018120715,0.043152098,0.04755699,0.013234452,-0.014098286,0.023145456,0.007312909,-0.019360416,-0.008493261,0.011302368,-0.006205092,0.015430303,-0.041859645,-0.059927605,0.06857913,0.010122015,-0.025611667,0.03178379,0.017922891,0.018608682,-0.023316903,-0.046211783,-0.025479784,0.009904409,-0.00083869306,-0.0017820682,-0.00842732,-0.0013921893,0.019571427,-0.018912014,-0.020125337,0.0023491648,0.028249325,0.0058094435,-0.004038915,-0.014586253,-0.022697054,-0.03299711,-0.012766268,-0.053465344,-0.042387176,-0.0019155997,-0.00027571776,-0.0011984862,0.017711878,-0.07301039,-0.030728724,0.0050478196,0.0012627791,-0.014098286,-0.020837504,-0.00570064,0.05169811,0.011678234,0.041859645,-0.032680593,0.06467539,0.009126299,-0.015707258,-0.0070293606,0.042703696,0.023250962,-0.047715247,0.014520312,0.00030456716,0.0044576433,0.0072931265,-0.02248604,-0.023461975,0.02420052,0.024055447,-0.018925201,-0.0051005725,-0.0037586638,0.030042933,-0.025875432,0.00009932434,0.017210724,0.0036465633,-0.009561513,0.038404312,-0.014981901,0.0017111811,-0.020613303,-0.021338658,0.03315537,-0.029383518,-0.0062677367,0.0015619885,-0.010168174,-0.000555969,-0.023791682,0.009370282,0.0010286869,0.011717799,0.0048697772,0.019334039,-0.0129311215,0.004500505,0.030702347,0.016524931,0.0104121575,-0.0022535496,-0.002899776,0.010728677,0.034421448,-0.002932747,0.008473478,-0.021984886,-0.02041548,0.009132894,0.008704274,-0.004665359,-0.020982575,-0.02387081,-0.0063402723,0.017738255,-0.0041642035,-0.009838467,0.004322463,-0.0002635598,0.0034223623,0.02071881,-0.025611667,-0.022974007,0.002697006,0.0029525294,-0.010326434,-0.01901752,0.009337312,-0.025611667,-0.019254908,-0.017738255,-0.00018824228,0.026086444,-0.01684145,0.0062644393,-0.016393049,-0.028275702,-0.0018809804,0.033208124,0.036821716,0.012185983,0.022314593,0.017804196,-0.0023359766,-0.038114168,0.014085097,-0.0032459688,0.0038905467,-0.019531863,-0.038219675,-0.009990132,0.001839767,0.011229832,0.016933769,-0.012060694,-0.015430303,0.044734694,0.007134867,-0.012983875,-0.011111137,0.010148392,0.028460339,-0.013847709,0.016445803,0.012509096,-0.030412205,0.0011877707,-0.012436561,-0.010939689,-0.02218271,0.008882316,-0.014810454,-0.06114093,-0.0026310645,0.0157732,0.005219267,-0.018977955,0.00003541778,0.030438581,-0.06472815,0.023066325,-0.007049143,-0.035001732,0.021140834,0.021246342,0.019505486,-0.044602808,-0.00033073768,0.026363399,-0.007220591,0.009205429,-0.039485753,-0.04164863,0.052700423,-0.0049060453,0.012067289,0.015984211,0.0022617923,-0.03326088,0.020389102,-0.010220927,-0.004398296,-0.021892568,-0.003412471,0.022446476,-0.004236739,0.009897814,0.020125337,-0.058925297,-0.03550289,-0.018226221,-0.03663708,0.00030703997,0.03091336,-0.031572774,0.004671953,-0.0029558262,0.03732287,0.031625528,-0.017711878,-0.033893913,-0.026679918,-0.0015488003,-0.0076162396,-0.0039004378,0.014190604,0.0050478196,-0.017368983,-0.0340258,-0.012977281,-0.032680593,-0.0014062019,-0.0226443,0.016973333,-0.016208412,0.0028206464,0.035977665,-0.024859933,-0.010108827,-0.0031437594,-0.01140128,0.012265113,-0.026007315,0.023158643,0.011289179,-0.047266845,-0.009073546,-0.03634694,-0.01954505,-0.027326144,0.0023244368,0.0005122828,0.022670677,0.003077818,-0.046185404,0.021140834,0.020850692,-0.014639006,0.0041642035,-0.000097160635,0.012225548,-0.007932759,0.032575086,0.009185647,0.0024002695,-0.010662735,-0.045552365,-0.003907032,-0.004302681,0.01631392,0.03719099,0.013175106,0.032205813,-0.012779457,-0.014375241,0.027484404,-0.0068842894,-0.002619525,0.030016556,0.02472805,-0.019202156,0.0022502525,-0.011717799,0.032126684,-0.01893839,-0.009277965,-0.022565171,-0.02758991,0.00003271315,0.015654504,-0.009132894,-0.039855022,-0.055549093,0.0035377599,0.012476126,0.014507123,0.012146419,-0.027616287,-0.04969349,-0.017566808,-0.021312283,0.023105891,-0.009337312,0.019835195,-0.0024579682,0.0070425486,-0.028170194,-0.014533499,-0.0036069984,-0.019795628,-0.008710868,-0.020270407,0.020863881,0.044339042,0.0016188631,0.009172458,0.029805543,-0.0141774155,0.007959135,0.032654215,-0.00399935,-0.019887947,-0.00006223226,-0.005308288,0.006287519,-0.0078008757,0.0049917693,0.013247641,-0.01202113,0.0137290135,-0.046950325,-0.004807133,-0.018912014,0.014190604,0.0052060788,0.011005631,-0.0076162396,-0.008981228,-0.002708546,-0.008849345,-0.0007941826,0.028803233,-0.040303424,0.01089353,0.046739314,-0.026139198,-0.02194532,-0.026007315,-0.0139268385,-0.01217939,0.008216307,-0.0039465968,0.0278273,0.010966066,0.013003658,0.011585916,-0.016208412,0.026851365,-0.006785377,-0.0153247975,0.00510387,0.033735655,0.013326771,0.020164901,0.05117058,0.031097997,-0.015957836,-0.027062379,-0.0027909726,0.014111474,0.014454369,0.018793318,0.025664419,0.012858586,-0.03207393,0.0018331729,-0.006637009,0.031045243,0.031388137,-0.01614247,-0.0092647765,-0.040910088,-0.021839814,0.012146419,0.016907392,-0.023831246,0.027115133,-0.008282249,-0.014546688,0.029726414,-0.019914323,-0.0004045097,0.025374277,-0.0059050587,-0.013063005,-0.008585579,0.03555564,-0.032258566,-0.007761311,-0.019980265,-0.008770215,-0.01499509,-0.0046192,0.02234097,0.03935387,0.015680881,0.015601751,-0.0032855337,0.016801886,-0.023382844,-0.0062248744,-0.023396034,0.016102906,-0.022710241,-0.018463612,0.015061031,0.007906382,0.0050214427,-0.025136888,-0.008051453,-0.0052950997,0.04468194,0.009231806,-0.047504235,0.013676261,0.00969999,0.06082441,0.018885637,-0.0018776833,-0.0398814,-0.014454369,-0.02078475,0.021154024,-0.03014844,0.0236598,-0.021299094,0.024226895,-0.0043488396,0.04080458,-0.025400653,-0.0012116745,0.008064642,0.05765922,0.025875432,-0.040567193,0.0032954249,0.031335387,0.0014202144,0.013300395,0.0017870138,-0.014639006,-0.022512417,-0.008664709,0.010023103,-0.017896514,0.020666055,0.018753754,0.02110127,-0.0155489985,0.028433962,0.03207393,0.017527243,-0.006693059,-0.0007838792,-0.0014647249,0.017408548,0.007589863,-0.0172371,0.03294436,-0.020336349,0.0030712239,-0.00251237,-0.0153511735,0.018701,0.008097612,-0.017395359,-0.02983192,0.0214046,0.028565845,-0.03299711,0.023171833,0.022947632,0.015667694,-0.009086735,0.013432277,-0.008374566,-0.022288216,0.0059973765,-0.03431594,0.027800923,0.006102883,0.030042933,-0.011229832,-0.037402,-0.021246342,-0.03531825,-0.0090405755,0.022538794,-0.003547651,-0.009258182,-0.009212024,0.010820995,0.038668077,0.03563477,-0.02867135,-0.013260829,-0.024793992,-0.0067128413,0.011473816,0.00011199746,-0.004068589,0.026139198,-0.002601391,0.0057830666,0.0153247975,-0.0077019637,0.027141508,-0.008849345,-0.018621871,-0.003547651,0.0019765955,0.021734308,0.025756737,0.03676896,0.001732612,-0.059611086,0.026178762,-0.0017903108,-0.020679245,0.030939737,-0.02456979,-0.008414132,-0.007840441,-0.004444455,0.028038312,0.0022007965,-0.018991143,0.008130583,0.011078167,-0.0031866215,0.0057303137,-0.019188967,0.0016963442,-0.041543126,0.011724393,-0.019307662,-0.0013748796,0.021971697,0.012509096,-0.018740565,-0.017870137,0.037402,0.010247304,0.005222564,0.004137827,-0.013181699,-0.02232778,0.0034883036,0.040646322,-0.014876395,-0.019795628,-0.042070657,0.031282634,0.038404312,-0.025954561,0.017487677,-0.010728677,-0.0307551,0.03331363,-0.06573045,-0.007365662,0.015126972,-0.036505196,0.018687813,0.031177126,0.030649595,0.012733297,0.00003652539,0.015113785,0.030122062,0.03144089,0.02644253,-0.018608682,-0.0016798589,0.008585579,-0.01607653,-0.027167885,0.011308962,0.011058385,0.00842732,0.0074909506,-0.025545726,-0.0038674672,-0.005885276,0.021589236,0.016287543,0.01669638,-0.026495282,0.015865518,-0.0010295112,-0.006066615,-0.019914323,-0.019742876,-0.0109594725,0.016261166,-0.0006829063,0.017197534,0.0590308,0.0027134914,0.007444792,-0.018067962,0.006208389,-0.011157297,-0.021879379,-0.005473142,0.0065809586,-0.023699364,0.033867538,0.02218271,-0.006785377,-0.019610994,-0.008367972,-0.021602426,-0.014111474,0.004490614,-0.033181746,-0.017909702,-0.0024958847,-0.0061160713,0.03563477,0.019162592,0.0107352715,0.009634049,0.041463997,-0.006069912,-0.009878032,0.0097131785,-0.02967366,-0.0063204896,0.023541104,-0.021971697,-0.0000948939,-0.01661725,0.004803836,0.023699364,0.024081824,-0.016762322,0.035898536,0.019874759,0.0014432939,-0.019914323,-0.02404226,0.018885637,-0.019465921,-0.00030456716,0.032522332,0.07047824,-0.007912977,0.006333678,-0.019202156,0.039934155,0.01039897,-0.008658115,0.016445803,-0.02914613,-0.02025722,-0.012548662,-0.020771563,-0.004843401,-0.0075766747,0.017870137,-0.025769927,-0.034052175,-0.017223911,-0.0157732,-0.0034454418,0.007853629,-0.0041114506,-0.00090999226,0.0057336106,-0.0034487387,0.0071612434,0.01039897,0.0017194238,0.011757364,0.008552608,0.0100626685,-0.0017837167,0.029330766,0.029568154,0.017909702,0.035898536,-0.03539738,0.005074196,0.024978628,0.0004665359,0.041252982,0.0133795235,0.015245668,-0.020824315,0.011473816,-0.025769927,-0.039248362,-0.023686176,-0.032443203,-0.041727763,0.002650847,0.010656142,0.036426067,0.028328454,0.029436272,-0.028460339,-0.012060694,0.044391796,0.0069238544,0.019914323,-0.026495282,0.046712935,0.0050577107,0.0010295112,0.013544378,-0.004879669,-0.0073854444,0.033340007,0.0036663457,-0.029568154,-0.012542067,0.03186292,0.006149042,-0.0035641363,0.02882961,-0.013241047,0.02302676,0.03262784,0.016116096,-0.0016641978,-0.035028107,-0.03215306,0.014019156,0.028855987,0.034447823,0.007444792,0.006060021,-0.022143146,0.010827589,0.014362052,-0.019953888,0.0020079177,-0.0058028493,0.051513474,0.017751444,0.015496245,-0.07047824,0.010840777,-0.0035938101,0.0065051257,0.016063342,-0.008025077,-0.030412205,-0.011526569,-0.016511744,-0.00850645,-0.038509816,0.0109858485,-0.016604062,0.0055390834,-0.011315556,-0.009983539,0.020138524,-0.0039004378,0.018793318,-0.046000767,-0.023620235,-0.0003599992,0.012654168,-0.03291798,0.013531189,0.015641317,-0.014388428,0.023607045,0.016524931,-0.006109477,0.028776856,-0.04581613,0.032495957,0.011902435,-0.03555564,0.025216017,0.0040652915,0.027774546,0.0147577,0.0038575758,-0.013498219,-0.011935405,-0.014045533,-0.022011261,-0.039986905,-0.007134867,0.04423354,-0.019808818,0.026257893,0.014098286,-0.00494561,-0.0046192,-0.01507422,0.010642953,-0.038826335,0.015733635,0.014216981,-0.011256209,-0.001022917,0.0054995185,-0.0037751491,0.0033613665,-0.037982285,-0.036056794,-0.020072583,-0.028249325,-0.02125953,-0.005436874,0.020468231,0.0029096673,-0.012654168,0.025875432,0.007629428,-0.023119079,-0.0077481223,0.013458653,-0.026165575,-0.01978244,0.014968714,-0.04051444,-0.036294185,0.02682499,-0.016340297,0.001581771,-0.04059357,-0.020666055,0.00826906,0.0019798926,-0.02574355,0.003412471,-0.019320851,-0.0078931935,-0.026548035,-0.0023590561,-0.0034751154,0.008532826,-0.0076755867,0.025651231,0.0029261527,0.031968422,-0.0103857815,-0.02435878,0.008051453,0.02125953,-0.000080675265,-0.010926501,-0.015694069,0.0039202203,-0.015166538,0.018951578,-0.025163265,0.00039853374,0.0022255245,-0.0015677584,-0.0055885394,0.0010517664,-0.028328454,0.0039861617,-0.0013295448,-0.034817096,0.03494898,0.029198883,0.03515999,-0.046633806,0.011315556,0.01321467,0.0066699795,-0.03260146,0.009653831,0.025255583,0.015957836,-0.021008952,-0.05787023,0.011381498,0.021088082,-0.007721746,-0.010036292,0.0103132455,-0.011843088,-0.008143771,-0.012772863,-0.02774817,-0.002042537,0.0016262814,-0.024002695,0.027906429,-0.0039762706,0.003996053,0.0067524062,0.034790717,-0.017039275,0.0063864314,0.007141461,-0.0019930808,0.022380535,0.029251635,0.0092647765,0.010148392,-0.025783114,0.018701,0.018529553,-0.030491335,0.0051269494,-0.011955189,-0.02024403,-0.026310645,0.0041015595,-0.02766904,0.008381161,0.021457354,0.052805927,-0.023831246,-0.015562187,0.020758374,0.031018866,-0.019953888,0.01286518,-0.021167211,0.00244478,-0.0006029523,0.005337962,-0.0032855337,0.0017375577,-0.011005631,-0.024121389,0.029594531,-0.028381208,0.022050828,0.00162793,-0.0184768,0.015522622,-0.022129957,0.0052060788,0.003963082,-0.010695706,-0.0037125046,-0.013069599,0.021721119,0.050036386,0.03555564,-0.005532489,0.06045514,-0.021299094,-0.009475789,-0.0005522598,-0.014599442,0.01132215,0.009370282,0.025545726,0.02296082,0.010741865,0.008908693,-0.018041587,0.007326097,0.025176452,-0.00618531,0.02975279,-0.016234789,-0.010141798,0.03107162,-0.00791957,-0.003913626,0.005064305,0.0071876203,0.00090010103,0.028222948,0.012238736,-0.0077349343,0.03716461,-0.038773585,-0.008143771,-0.011097949,0.028697727,0.014573065,0.03254871,0.019742876,0.018410858,-0.03207393,0.035582017,-0.011414468,-0.004312572,-0.001569407,0.024899498,-0.012990469,-0.012634385,-0.0042828983,0.012278302,0.024068637,-0.0032129982,0.021589236,-0.008420725,0.0126805445,0.0027299768,-0.0007727516,0.001256185,0.04127936,0.038325183,0.010484694,-0.0029146129,0.04304659,0.027220638,-0.013049817,-0.03099249,0.03038583,0.0013122353,-0.034658834,-0.0015718797,0.017738255,0.018252598,0.03455333,-0.057711974,0.036083173,0.00054195645,-0.011724393,0.01838448,0.0048664804,0.045710627,-0.013544378,-0.029014247,-0.02195851,-0.031097997,0.021378225,0.004137827,-0.039591257,0.042888332,-0.0074513857,0.007708558,0.028697727,-0.00073772017,0.017830573,-0.031150749,-0.006468858,-0.017896514],"social":"https://twitter.com/codeandfood"},{"title":"gratie","description":"a platform for businesses and communities to create their own cryptocurrency for reward and ecosystem management","niche":"web3","youtube_url":"https://youtube.com/watch?v=b58R5foEobs","youtube_transcript":"Hi, everyone. My name is Roggle WAS given, and I'm the product owner for Grady. Grady is a reward infrastructure platform. Which is used by businesses' communities, which is of any scale, and they can create their own cryptocurrency, and they can use it for rewarding their consumers giving it to their employees and creating a whole ecosystem with collaborating by multiple other services, which supports their businesses. Let's see. Opening marks. So in the past six weeks, we first started with Suriname blockchain, and we got our initial first sixty users who tested and gave us honest feedback. Normally, that we learned that we were not satisfied using Suriname blockchain. So we moved from Solana to Indian based teams. Currently, we are using what we're launching for executing the whole transactions, and the whole process has become seamless and much more robust. We have also managed to got our initial user who paid us forty nine dollars for using the service. And and now we are using NSP. Yes. He's already one for authentication protocols and everything. Thank you for this amazing journey with space.","embedding":[-0.0016449855,0.032092735,0.02934592,0.031999625,0.011026058,-0.01028116,-0.004721574,0.061361063,0.01992605,-0.021431368,0.02031402,-0.018156916,-0.041279826,-0.07008259,0.03904513,-0.021617593,-0.03718288,-0.030152895,-0.0398521,0.042179912,0.035879306,0.01944497,-0.0034451582,-0.006494589,0.00042579518,-0.0113053955,-0.041776426,0.0053384434,-0.0051017827,-0.06716507,-0.007755486,-0.027468154,0.01211237,0.019662233,0.053881034,-0.021198587,-0.00021483743,0.010599294,0.04280066,0.010296678,-0.04621478,-0.0508704,0.00440344,0.022921165,-0.0008389814,0.03414121,-0.007926192,-0.0039184797,0.027809566,0.02385229,-0.07324841,0.010715684,0.011569214,0.0047952877,-0.008628415,-0.03609657,0.02177278,0.05294991,-0.023557434,-0.026956037,-0.004659499,-0.03094435,0.05378792,-0.009598335,0.040565964,-0.0251869,-0.03718288,0.021353774,-0.040534925,0.054129336,0.047270056,0.030416712,0.025590388,-0.031021943,-0.01859144,-0.010048378,0.023278097,0.008349078,0.05726412,-0.008543061,-0.0254352,-0.01663608,0.014897982,0.001773985,-0.03249622,0.0045237103,-0.024255777,-0.028507909,-0.013470259,0.020143313,0.010599294,0.00893103,-0.02787164,0.010537218,0.011926145,-0.03864164,-0.047642503,0.043266222,0.062416337,0.040534925,0.032216884,-0.035320632,0.007860238,-0.025978357,0.032247923,0.02811994,0.04342141,0.018250028,0.001944691,-0.004263771,-0.11912178,-0.018125879,-0.021198587,-0.006739009,-0.016186036,0.0202985,-0.04587337,-0.029439034,-0.0054936307,-0.025776612,-0.016806785,0.0012638067,0.0011386869,-0.014859186,-0.03401706,-0.03997625,-0.03414121,-0.011833033,-0.0641234,-0.010234604,0.020236425,-0.03352046,0.05198775,-0.05298095,-0.045469884,0.02385229,-0.09385729,0.0030804682,-0.031006426,0.01797069,-0.019460488,-0.052173976,0.005443195,-0.04636997,-0.049225416,-0.05589847,-0.039572764,0.05835043,-0.08181475,-0.05378792,0.022905648,0.011157968,-0.033799797,0.016403299,0.00041658094,0.0013423703,0.028756209,0.034327433,0.0024383806,0.027685417,0.0113053955,0.03597242,0.0072317286,-0.037493255,-0.026645662,-0.017784465,-0.031766843,-0.036872506,-0.060616165,0.048108067,-0.036344867,-0.050591063,-0.06524075,-0.0004917498,0.01676023,-0.018032765,0.022346973,-0.041714348,0.0029272207,-0.033365272,-0.023184985,-0.0029873557,0.017784465,-0.01211237,-0.062478412,-0.002287073,-0.025078269,-0.0112665985,0.0016129782,0.012733119,-0.021415848,0.05769864,0.010537218,0.0011988219,0.0043956805,-0.08597377,0.058040056,-0.03640694,-0.02140033,-0.027188817,0.019910533,-0.0041551404,0.035693083,0.026692217,0.004989272,-0.0029640778,-0.0031037463,-0.039665878,0.008853436,-0.029423514,0.04792184,0.014401383,-0.020438168,0.008496505,-0.03348942,-0.025264494,-0.026443917,0.04292481,0.033303197,0.028057866,0.014564329,0.03144095,0.022098674,0.011701123,0.030742606,0.06890316,0.024674783,-0.0017351882,0.06927562,-0.011910626,0.00015421738,0.049349565,-0.0014946478,-0.031006426,0.0009796199,-0.016123962,0.06322331,-0.035289593,0.044818096,0.009070698,-0.012671044,0.017148199,0.056581292,0.02422474,0.050653137,-0.0076584937,-0.02985804,-0.023278097,0.056208845,0.052453313,0.024767894,0.0425834,0.022828054,0.013920302,-0.043328296,0.020329539,-0.05319821,0.001798233,-0.014510014,-0.034265358,0.0021842613,-0.038486455,0.027049148,0.020345056,-0.027018111,0.007483908,0.0023627267,-0.01944497,-0.013322831,-0.019274265,-0.011576974,-0.0009611914,-0.0073442394,-0.015619603,-0.016294667,-0.021679668,0.008620655,0.0035925864,-0.051646337,0.01357889,0.030525343,-0.030633975,-0.015138522,-0.0041047046,-0.046649307,0.033954985,0.044197347,-0.012927103,-0.0077089295,-0.0016866921,0.008783602,0.024116108,0.04903919,0.04596648,0.023340171,-0.012562413,0.016154999,-0.0043103276,0.023371208,-0.0033714443,0.04308,0.0013491597,0.013889264,-0.01272536,0.0081162965,0.017924134,-0.0070493836,0.011204524,-0.018436253,0.024798932,0.009939747,0.015262672,0.027623342,0.0049737534,0.0017274288,0.006001869,0.07219314,-0.037989855,-0.043607634,-0.015712716,-0.038300227,-0.050063428,0.016077405,-0.014083249,0.021664148,-0.039696913,-0.0050435876,-0.044197347,0.0064053563,-0.023045316,0.03954173,-0.030665012,-0.022393528,-0.020872694,0.008589618,-0.013043494,0.009474185,-0.02458167,0.024271296,0.005935915,-0.034544695,-0.09075354,-0.00014209338,0.0031328439,0.020934768,0.05385,-0.04308,-0.023557434,-0.016123962,0.013252997,0.0104441065,-0.012430504,-0.021834854,0.0043025683,0.020019162,-0.0072938036,0.0026110266,-0.092181265,-0.06542697,-0.0138815055,-0.056364033,0.026925,-0.027312966,0.004562507,0.03142543,0.016527448,-0.025280014,0.014106527,-0.01260121,0.008659452,0.023448803,0.017039567,-0.039914176,-0.0024849367,-0.022083154,0.016480893,0.034296397,0.021571036,-0.009202608,0.01773791,0.04280066,0.0023316895,-0.018498328,-0.024736857,-0.019988125,0.03352046,0.01969327,-0.011476101,-0.0033462264,-0.015588566,0.016465373,-0.03556893,-0.01186407,-0.0028108303,-0.00047016906,-0.006750648,0.026242174,0.024923082,0.024022996,-0.0016187977,0.037244953,-0.036748357,-0.023153948,-0.028538946,-0.031627174,-0.011033818,-0.057077892,0.024892045,-0.021322737,-0.04584233,0.032620374,0.0015800009,0.06418547,-0.027204337,0.018187953,0.012678803,-0.012166685,0.01161577,0.021493442,0.04792184,0.015883422,-0.03730703,-0.00073180516,-0.06176455,-0.018187953,0.06524075,-0.0033404068,-0.03094435,0.017055085,-0.03289971,0.002948559,-0.0061105005,0.019010445,-0.036872506,-0.0061609363,0.047052793,-0.01211237,0.03767948,-0.005454834,-0.05856769,0.0012046415,-0.030261526,0.0029698971,0.008186131,-0.023433285,-0.0044577555,-0.050125502,-0.015937736,-0.039914176,0.005904877,0.019351859,-0.015247153,-0.0118795885,0.029439034,-0.060026452,-0.042521324,0.04255236,0.054719046,0.011778717,0.012764157,-0.026459437,0.02017435,-0.03631383,0.0022424567,0.00526085,-0.048356365,-0.03144095,0.007875756,0.033365272,-0.016791267,0.008737045,-0.04112464,-0.015309229,-0.02189693,-0.03411017,-0.00084043626,-0.041031525,-0.0073170816,-0.0011163787,0.01077,-0.0019757284,0.08113193,-0.011926145,-0.0005126031,0.058784954,0.024022996,0.024255777,0.03864164,-0.055029422,0.0212917,0.035258558,0.036655243,0.050218616,-0.020251945,-0.012748637,-0.030882275,0.0118795885,-0.010607053,-0.032278962,-0.028601022,-0.0039146,-0.029749408,0.0069174743,0.0019039543,-0.0008894173,-0.000116451105,-0.046432044,0.001700271,0.0020116156,-0.002494636,-0.043111034,0.00089087215,-0.016899899,0.001577091,-0.01883974,0.026211137,0.0019165633,0.010063897,-0.038703717,-0.023697102,-0.011103652,0.015216116,-0.011724401,-0.0013501296,0.0031018064,-0.009156051,-0.029035546,-0.0032938507,-0.03802089,0.030370157,0.0017642857,-0.029407995,0.0015926098,0.024131628,-0.0140444515,-0.028026829,-0.019957088,-0.036748357,0.0023297495,0.009202608,0.010544978,0.013059013,0.035289593,-0.006886437,-0.015689436,0.0418385,0.018265547,0.0006920384,0.010040619,0.02641288,-0.0018991047,-0.036965616,0.025574869,-0.016651599,-0.0016372261,-0.011949423,-0.012678803,0.0071347365,0.022346973,0.038238153,-0.007487788,-0.008581858,0.016837824,-0.010459625,0.027018111,0.042210948,-0.016698156,0.0013132726,-0.04196265,0.01444018,0.013113328,0.027856123,-0.025466237,-0.0212917,0.019274265,0.0149135,-0.03473092,-0.030540863,0.0030164535,0.02594732,-0.024845488,-0.04013144,0.0021512841,-0.010599294,-0.015456656,-0.0123296315,-0.01725683,-0.002886484,0.03165821,0.0017904736,-0.01919667,0.0154333785,0.0210434,0.041683313,0.026816368,-0.02811994,-0.014354826,0.008186131,0.019072521,0.04944268,0.04112464,-0.0014616705,-0.0029078221,-0.026521511,-0.016574005,-0.021741742,-0.024116108,-0.024069551,0.036282793,0.0039475774,0.008597377,-0.005028069,-0.039448615,0.0035673683,-0.032309998,0.0042715305,0.0048961597,0.036189683,0.022564234,0.014835907,-0.011964941,-0.042273022,0.034824032,-0.024193702,0.02765438,0.06399925,-0.008217168,-0.0008428611,-0.016403299,0.038114004,0.037989855,-0.0146574415,0.013516814,0.005590623,-0.003802089,0.004081426,-0.025171382,0.026288731,0.008457708,-0.04841844,-0.013625446,-0.0045508677,0.0022211184,0.008760324,0.046183743,-0.012166685,0.007817561,0.062757745,0.05294991,-0.01748961,0.009606095,-0.002725477,0.06430962,-0.035196483,-0.011072614,0.0031347836,-0.018684553,-0.0053500826,0.010707924,0.018156916,-0.0014946478,0.018048285,-0.008069741,0.0077089295,-0.04000729,0.016449856,-0.016667116,0.018296584,0.007984387,0.006420875,-0.01967775,0.012283076,0.017955173,-0.016186036,0.023371208,-0.004449996,-0.01700853,-0.047642503,0.050218616,0.018281065,-0.039417576,-0.0036643604,0.003741954,0.0042521325,-0.008255965,-0.0207951,0.0067351293,0.0011629349,0.022921165,0.0070804213,-0.0068398807,0.0042521325,0.040907376,-0.008465468,0.03364461,-0.010909668,0.032837637,0.014222917,0.015798068,-0.033427346,-0.009031901,0.0015800009,0.0044849133,-0.03339631,-0.033334233,0.008457708,-0.008364596,-0.03752429,0.021617593,0.0102734,0.007864117,0.01382719,0.003606165,0.026599105,-0.010482903,0.0410936,-0.01320644,-0.015627362,-0.018420734,-0.012500338,-0.027452635,0.04720798,0.0017623459,0.019755345,-0.01700853,-0.0040775468,0.028895877,0.018079322,-0.050560027,0.01198822,-0.006739009,-0.0029252807,-0.016217073,-0.0011687544,-0.029376958,0.02347984,-0.06101965,-0.03522752,-0.0052220533,-0.045718182,-0.00929572,0.014688479,-0.010738962,-0.006079463,0.012275317,-0.020577837,0.035755157,-0.013850467,0.02472134,0.0043724026,-0.0006144448,0.01649641,0.018296584,0.019848457,0.00990871,0.017070604,-0.0005712833,0.022921165,-0.027328486,0.0004990242,0.017955173,0.053415474,-0.016558487,0.019708788,0.014952297,0.055215646,0.0018932852,0.0006619709,0.018637996,0.02959422,0.027607823,0.024535114,0.0060833427,-0.00018828585,0.02212971,-0.036996655,-0.045097433,0.0010436347,0.006001869,0.020438168,-0.027949234,0.018932853,0.025124826,-0.029268326,-0.006126019,-0.010436347,-0.016605042,-0.010366512,-0.011576974,-0.027002592,-0.0044693947,-0.0002065931,-0.012500338,0.009505223,0.02262631,0.043700747,-0.042148873,-0.06822034,-0.015254913,0.01479711,-0.01933634,-0.023588471,0.027312966,0.017086122,-0.0014510014,0.024643745,-0.0021066677,0.04292481,-0.027204337,-0.039696913,0.0052918876,-0.00003834218,-0.03398602,0.010304438,-0.000048253554,0.004686657,0.029190734,-0.032744523,-0.027483674,-0.02984252,-0.0017962932,-0.016170518,-0.019460488,0.014013414,-0.019057002,0.025466237,-0.019041482,-0.0035033536,-0.0025605906,0.01786206,-0.0020698109,-0.010350994,-0.0034897747,0.00037075218,0.011646808,0.01113469,0.004193937,-0.009900951,-0.018793184,-0.011033818,-0.010614812,0.021974523,0.0076546143,0.03299282,0.019584639,-0.0006076553,0.019305302,0.0018486689,-0.0011794235,-0.023060834,0.001002898,0.0061686956,-0.0053112856,-0.013136606,0.0029660175,-0.032372072,0.006250169,0.0137573555,0.007158015,-0.0033423468,-0.020003645,0.013672003,-0.012337391,0.02447304,-0.003957276,-0.0013578889,0.0039359382,0.012888306,0.037369106,0.029547663,-0.01846729,0.00929572,-0.045562994,-0.0016963913,0.003984434,0.06548905,-0.0528568,0.02164863,0.012663284,0.004539229,-0.00010663066,0.0008026094,-0.014230677,-0.018762145,-0.0063471613,0.0033539857,0.0018845559,0.030866757,-0.031875473,0.005966952,-0.011119171,0.000904936,0.0413419,0.0042016963,-0.0071502556,0.019863976,0.0013123027,-0.008085259,0.03510337,-0.026816368,0.02936144,-0.0044926726,-0.028601022,-0.009357795,0.02324706,-0.006149297,0.018296584,0.008294762,0.0420868,0.026505994,0.013966858,-0.0127176,0.06871694,0.023898846,0.023790214,0.034575734,-0.013439221,0.015860144,-0.008294762,0.018669033,0.066668466,0.008667211,-0.01259345,-0.0010591534,-0.023867808,0.007557622,0.0076972907,0.026987074,0.00647907,-0.0135944085,-0.009838875,0.00007413831,0.028306166,0.03839334,-0.026956037,-0.031642694,0.0040659076,0.031021943,0.007891275,-0.0106924055,0.025419682,0.026521511,0.029733889,-0.0037885103,0.00990871,-0.02115203,0.0026459438,0.02152448,0.03080468,0.0017148198,0.02960974,0.004709935,0.041186713,-0.0035770675,-0.024519594,-0.026350806,0.01834314,0.014052211,0.01638778,-0.0076740123,-0.01663608,-0.032092735,-0.029283846,-0.04953579,-0.005807885,0.01956912,-0.034792997,-0.022145228,0.0052647297,0.007192932,0.021974523,0.039603803,-0.034824032,0.021027882,0.0106924055,0.012376188,0.037120804,0.029082103,0.021353774,0.03327216,0.026055949,0.039945215,-0.0014490616,-0.049132302,-0.02495412,-0.025590388,-0.00020998783,-0.024550634,0.03913824,0.015014373,0.01344698,-0.011452824,-0.0047021755,0.050094463,-0.0123684285,0.025761094,-0.017939653,-0.046090633,-0.011933904,0.015316987,-0.0016857221,-0.0026614624,0.026102506,-0.01736546,0.027964754,-0.024131628,0.008605137,0.008271484,-0.017163716,0.040038325,-0.00090930064,-0.001577091,0.015355784,0.002162923,0.03009082,-0.019258745,-0.0021493442,-0.01722579,-0.010110454,-0.014253954,-0.0019417813,-0.00032589334,0.01674471,-0.016605042,-0.001248288,-0.04292481,-0.0023782456,0.0036915182,-0.010459625,-0.008310281,-0.024364408,-0.009606095,0.005078505,-0.0059591928,-0.0011202584,0.041248787,0.023666065,-0.027964754,-0.029718371,0.005268609,-0.022331454,-0.0014422721,0.010219084,0.02006572,0.037244953,-0.016061887,-0.009753522,-0.010963984,-0.030152895,0.010870871,-0.01431603,-0.027561266,0.0048379647,0.004166779,-0.0047681304,0.013276274,-0.021229625,-0.011592492,-0.009931988,0.039448615,-0.031037463,0.00514058,-0.0023666066,0.004112464,0.00269056,0.00880688,0.031782363,-0.0059009977,-0.01674471,0.013159884,0.031130575,0.0020193749,0.0041861776,-0.014641923,0.015565287,0.009210367,-0.00562942,-0.012872787,0.0127176,0.013183163,0.025326569,0.015984293,-0.032372072,0.001052364,-0.00538112,0.018327622,-0.009311238,0.016449856,0.011972701,-0.0025528313,0.011165727,0.023867808,0.039293427,0.012508097,0.039169278,0.0047642505,0.014510014,0.035817232,-0.008457708,-0.01320644,-0.005726412,0.029811483,-0.008255965,0.00844219,-0.014075489,0.009738004,0.006017388,-0.035072334,-0.017877579,-0.016356742,0.0069291135,-0.023091871,-0.012446023,-0.0113053955,0.013796152,-0.039293427,-0.01773791,-0.022083154,0.020158831,-0.028197534,0.032434147,0.00048520282,0.017349942,-0.01064585,0.016620561,-0.012678803,-0.0041861776,0.0000417369,-0.019522564,0.014385864,0.025233457,-0.018420734,-0.0058001257,-0.0068592792,-0.0019999766,-0.002213359,-0.029252809,0.006273447,-0.010591534,-0.007984387,0.036034495,-0.009466426,0.01297366,0.042676512,0.018374179,-0.005613901,0.016558487,0.09540916,0.034265358,0.015844624,-0.0035925864,0.056177806,0.0018845559,-0.0047681304,-0.028911397,-0.0018874657,0.029997708,0.005842802,-0.012608969,-0.011181246,-0.007448991,-0.0072860443,-0.019181151,0.010870871,0.040069364,-0.0251869,-0.006335522,0.026319768,0.01883974,0.023836771,0.004465515,-0.019584639,-0.03594138,0.010971743,-0.008287002,0.04143501,0.0102423625,0.014246196,-0.0043724026,0.00819389,0.009497464,0.011708883,0.0149135,0.027111223,-0.002005796,0.0056216605,-0.033551496,0.010001822,0.006323883,0.01786206,0.010040619,-0.023898846,-0.0025780492,0.0256835,0.018281065,-0.026521511,-0.04695968,-0.010552737,0.013858227,0.002226938,0.031301282,0.020158831,0.024379926,0.032341037,0.03556893,0.025497274,0.014447939,-0.00880688,0.0020989084,0.0041551404,0.024426483,-0.016806785,-0.0014849486,-0.018544884,-0.0033404068,0.0081550935,-0.0036158643,-0.025326569,0.007961109,0.0036119847,-0.0005940764,-0.011693364,-0.0011289876,-0.007425713,0.009233645,0.007029985,0.06254049,0.0042521325,-0.0042870496,-0.016449856,0.0046401005,-0.012989178,0.030665012,0.026350806,0.053136136,0.0014092948,0.014603126,0.010863111,-0.01405997,0.03839334,0.0041512605,-0.018172434,0.023790214,-0.041900575,-0.013524574,-0.0070843007,-0.002374366,0.0029601979,0.012740878,-0.032713484,0.006766167,-0.030789163,-0.0066071,-0.008186131,0.021571036,0.011514898,0.0020445928,-0.008791361,0.009567298,-0.02031402,0.02031402,0.025978357,0.0128184715,-0.025342088,0.01431603,0.010234604,-0.02237801,0.009606095,0.0049776332,-0.01942945,-0.0018438193,0.021710705,-0.024038514,0.024395445,-0.011390748,0.03154958,0.004686657,0.022393528,0.024845488,0.027592303,-0.030013226,-0.014215157,0.05664337,0.0036430222,-0.0435766,0.005233692,0.034265358,-0.030990906,0.020531282,0.011794236,-0.0015305348,0.03913824,-0.012135648,0.009280201,-0.006653656,-0.01747409,0.025636943,0.00574581,-0.01722579,0.026987074,0.023650546,0.014828147,-0.016713673,0.02788716,-0.054843195,-0.021834854,0.0033054897,-0.02154,-0.025078269,-0.005385,-0.029051065,0.025714537,-0.009303479,0.0024151024,0.022641828,0.0058622006,0.01992605,0.024085071,-0.024985157,-0.026630143,0.009078458,0.0071968115,-0.012461541,-0.027468154,0.030975387,-0.01663608,-0.010793278,-0.02251768,-0.008007665,0.026738774,-0.024504077,-0.005152219,-0.0019699088,0.029640777,-0.013245237,0.009730244,0.047052793,0.0016449855,-0.011297637,-0.03142543,0.025792131,0.02374366,0.01859144,0.013990136,0.0055557056,-0.03547582,-0.012709841,0.01112693,-0.041528124,0.015922219,0.003937878,0.008209409,0.0039087804,-0.034544695,-0.028337203,0.0072705257,-0.050839365,0.013959099,0.016217073,-0.0020717506,0.002432561,-0.0004733213,0.005935915,0.0034820153,0.044631872,0.044724982,0.007522705,0.011212283,-0.011770957,0.007158015,-0.036282793,-0.004512071,0.012771916,0.0068398807,0.0020135553,-0.047611468,0.008667211,0.051180776,-0.033582535,-0.00648683,0.009109495,-0.013656483,-0.0068088435,0.015262672,-0.01395134,-0.028150978,-0.044104233,0.006188094,-0.0040387497,0.019476008,-0.033923946,0.014517773,-0.00028321685,0.028833803,-0.011545936,-0.0118795885,0.02287461,0.015029891,0.034668844,-0.025869725,-0.04193161,-0.0052492106,-0.022812534,0.024752377,-0.013664243,0.009846635,0.011902867,-0.01883974,-0.0033869632,0.032465186,0.0028690253,-0.00070755713,0.028321685,0.026040431,-0.0051017827,0.008046462,-0.004473274,-0.021617593,-0.01736546,0.022672866,-0.0026381842,0.009241404,0.015836865,0.025823168,0.035196483,0.013617687,-0.010180288,-0.053632736,0.0112665985,-0.029718371,0.03411017,0.009939747,0.03485507,0.021183068,-0.0013103628,0.017505128,0.016108442,-0.0010416948,0.014967816,-0.031099537,0.016092924,0.0059165163,0.0036643604,0.011770957,-0.0050979033,0.0043724026,-0.008574099,0.032930747,0.013509056,0.035910346,-0.014277233,0.01150714,0.018622477,0.012407226,-0.0037749314,-0.02496964,-0.013485777,0.043266222,0.013687521,-0.018684553,-0.011910626,0.023541914,-0.0077981623,0.01761376,-0.003901021,-0.029066583,0.04453876,0.030494306,0.011026058,0.012151167,0.005807885,0.035196483,0.017551685,-0.004907799,-0.011483861,0.043142073,-0.023402246,0.020438168,-0.031177131,0.060554087,0.0014723396,-0.008698249,-0.017784465,-0.0015935797,-0.00039451526,0.018560402,-0.013563371,-0.016558487,0.005385,0.044662908,0.01921219,0.0041512605,0.020779582,0.0051560984,0.014463457,0.0057652085,-0.023774697,0.014789351,0.03522752,0.016558487,0.024442002,-0.007732208,0.027049148,-0.025264494,-0.016791267,0.0054703527,-0.0054043983,0.0029311003,-0.016294667,-0.004698296,-0.009815598,-0.047145907,-0.023883328,-0.0142073985,0.012577931,-0.008380115,-0.0024073431,0.022083154,-0.013121087,0.017412016,-0.00015215631,-0.0061958535,-0.044693947,0.0021668028,-0.018063802,0.007817561,-0.01919667,0.0249386,0.00060086587,0.015448897,-0.00684764,0.016837824,-0.0018603079,-0.021695185,0.012290835,-0.021695185],"social":"https://twitter.com/moj26_"},{"title":"sotreus","description":"redefining privacy with vpn and firewall","niche":"web3","youtube_url":"https://youtube.com/watch?v=n6FGG7-cX68","youtube_transcript":"Hey, everyone. This is Chandra, and this is our latest update for our product searches where we are redefining privacy using blockchain based firewall and VPN. Your online privacy and security are important. Introducing Sotrias. Our blockchain VPN prioritizes privacy and security. Our decentralized service encrypts your data and keeps your online activity hidden from prying eyes. You can browse with confidence. Get a unique NFT from our collection for improved online security. Our tokens grant exclusive access to our VPN service enabling true internet freedom, and control of your online identity. We protect your online privacy with AdGuard and Pie Hole tools. These powerful tools block unwanted ads, pop ups, and trackers so you can surf the web without being tracked. We have got created another repeat client. Once you have connected to this particular client, you can always go ahead and access the firewall. Well, this is our firewall where we have these mini domains that we listed on the add list which won't be visible in our network. Also, there is another option as you've seen in the last, you know, you can add more domains here just like if I want to block Facebook on my entire domain, I can just add this domain and blocking any domain on a particular network. Also, it would be as easy as as it sits as it seems. In all, we will be able to see the requests that that that the sites are making for DNS requests, and some of them you see are flopped. Maybe because they are an add there. And if we were to add any other domain to be blocked, we can always go to domain management and add our own list or white list. Sotrias is committed to a safer and more secure Internet for everyone.","embedding":[0.01120899,-0.021275213,0.00082444976,0.035129495,0.029937666,-0.026833855,-0.023871128,0.03498841,-0.006980047,0.03555274,-0.0001287376,-0.006726099,-0.038289737,-0.060947556,0.032166768,-0.022601387,-0.033436507,-0.012669192,-0.014616127,0.025366599,0.03986986,0.041167818,0.026198985,0.014460936,-0.02017477,0.013811958,-0.0036505046,0.011279531,-0.004874394,0.014460936,0.0016109836,-0.026918504,0.0048955563,0.03654032,0.014630236,-0.0069976826,-0.0071070213,-0.016252682,0.021571485,0.046416078,-0.003671667,0.004525215,-0.0048955563,0.019920822,-0.009635922,-0.012365865,-0.022389762,-0.03086881,-0.04500526,-0.024901027,-0.04475131,-0.0067049367,-0.0524544,0.034903765,-0.043030106,-0.0010316644,-0.025789846,0.05248262,-0.06376921,0.030022316,-0.006669666,-0.012944302,0.030671295,0.019991362,0.0063910284,0.0076043364,-0.028216463,0.018072644,-0.0073080636,0.012852598,0.03622994,0.012803219,0.010256683,-0.033380073,-0.011618128,0.0053329114,0.04314297,0.005565697,0.055219617,-0.054683503,-0.009346703,0.030671295,0.010743418,-0.0051847748,-0.015561379,0.010658768,-0.07607158,0.036878914,-0.050027788,0.0065321107,0.011427667,-0.010510632,-0.057533365,-0.012725624,-0.024915136,-0.0045146337,0.0029468567,0.0389105,0.007914717,0.012224782,0.045823533,-0.065744355,-0.027638024,-0.033097908,0.04889913,-0.006951831,0.09023625,0.016605388,0.0050542736,-0.042127177,-0.07212128,0.005078963,-0.028611492,-0.0011912638,0.004020846,-0.017522423,-0.004694514,-0.0036610859,0.016633604,-0.018397134,0.0044687823,0.009438407,0.0680581,0.01587176,0.014940617,-0.005883132,-0.0459364,-0.028569167,-0.050620332,-0.036624968,0.046500728,-0.014771318,0.07962686,-0.03134849,0.019102545,0.020005472,-0.040405974,-0.009473677,-0.035863124,-0.017127393,-0.011681615,-0.050366383,0.02934512,-0.036624968,-0.03069951,-0.0390798,-0.05668687,0.0131136,-0.05829521,0.018213727,0.029570851,0.010856284,0.019568115,0.04074457,-0.050451033,0.01554727,0.053385545,0.06506716,-0.028413977,0.0119849425,-0.08916402,0.019751523,-0.034565166,-0.023574853,0.032082118,-0.034170136,0.027398184,-0.014108231,-0.06952536,-0.007533795,0.011103177,-0.02847041,-0.014559695,0.01786102,-0.001767056,-0.0071916706,0.027285319,0.019356493,0.04689576,-0.013699092,-0.0146020185,0.03450873,0.031376705,-0.013565064,-0.018552324,-0.016421981,-0.0046028104,-0.019991362,-0.022022948,0.017832804,-0.0018622865,0.055388913,0.03575026,0.059254568,0.005378763,-0.050197087,-0.014982942,0.0024054535,-0.01287376,0.018566431,0.012775003,-0.032110333,-0.06506716,0.0066061793,0.018383024,-0.036483884,0.03405727,-0.0074138753,-0.016619496,-0.0027951933,0.058633808,0.004839123,0.0019733887,-0.03419835,-0.027736781,-0.0010369549,-0.058972403,0.007230468,0.032166768,0.025705196,0.0056574005,0.05756158,0.015773002,0.0014893002,0.009544218,0.03555274,0.003738681,-0.011780373,0.018411241,-0.00025615256,0.020668559,0.04906843,0.016407872,-0.08160201,-0.0031637708,-0.082504936,0.022883551,-0.047093276,0.049181294,-0.032900393,-0.033662237,-0.015702462,-0.014214043,0.023010524,0.03549631,-0.0064615696,-0.01232354,-0.05287765,-0.0019557534,0.04328405,-0.0028004837,0.054260258,-0.023038741,-0.020273527,0.01786102,-0.029627284,-0.016041059,-0.008591913,-0.0032131495,-0.025183192,-0.0023260945,-0.041534632,-0.03899515,-0.021261103,-0.010235522,-0.0012397608,0.0076043364,0.023066957,0.033436507,-0.038092222,0.019342385,0.0132546825,0.027412292,-0.05558643,-0.020273527,0.02646704,-0.0076607694,0.028047163,0.019328276,0.029909449,0.00020368758,-0.004944935,-0.0025853333,-0.016619496,-0.010933879,-0.0011692196,0.06845313,-0.02583217,0.005999525,-0.010242576,0.012887869,0.041026734,-0.033690456,0.05366771,-0.018143184,-0.024449565,0.012267107,0.037894707,-0.010221413,-0.0031919873,0.017607072,0.0057103066,-0.0009417244,-0.0059042946,0.011307747,0.02200884,0.045964617,0.011498208,0.020400502,-0.014728993,0.019412925,0.0034335908,-0.0032219673,0.0077172024,0.043594435,-0.04889913,0.07347567,-0.028174138,0.013847228,-0.030840592,-0.03230785,-0.025451249,0.0017538294,0.030840592,0.021515053,-0.0012891396,-0.007992312,0.012464622,0.045908183,-0.055614647,0.066760145,-0.03518593,0.041873228,-0.041986097,-0.09017981,-0.017282583,-0.0017987994,0.007632553,-0.005371709,0.0014813642,0.004154874,-0.024054533,-0.004564013,0.02607201,0.017903345,-0.014376287,-0.012330594,-0.028766682,0.0049731513,0.030248048,-0.028978307,0.014757209,-0.00045895838,-0.019765632,0.0003833471,0.011752157,0.01602695,-0.0130642215,-0.014757209,-0.010418928,-0.008591913,0.039446615,-0.017832804,-0.016224466,0.0077383644,0.011314801,-0.06343061,0.038797636,0.009452514,-0.02272836,0.011413558,0.00035777592,0.057307635,-0.010835121,-0.056009676,0.0021867757,0.04830658,0.018552324,0.0034600436,0.02265782,0.024830487,0.017494205,-0.06992039,-0.01199905,-0.0060065794,-0.0024248522,-0.01786102,-0.009516002,-0.0826178,-0.04483596,0.026664557,0.0041936715,0.045964617,0.003357759,-0.040462404,-0.0020245311,0.03453695,0.038938716,0.008620129,-0.010461253,0.016436089,0.017762262,-0.041026734,-0.0161116,-0.011455883,0.0241674,0.013339332,-0.024830487,0.035270575,0.013275845,0.015236889,-0.023983993,0.021091806,-0.00088132353,0.049660973,0.017804587,0.01091977,0.0052024103,0.05047925,0.022544952,0.05256727,0.0052870596,-0.0054175607,-0.0060383226,0.002661165,0.06218908,0.025620548,-0.02447778,-0.020527476,-0.07409643,0.04122425,0.0143128,-0.0028886602,-0.04418698,-0.027595699,0.010482416,-0.0076889857,0.03196925,0.029373337,0.0017952723,0.0007512633,-0.015533162,-0.012746787,0.019483468,-0.010073277,-0.06771951,0.0060065794,0.0034953142,-0.009642975,-0.020372285,-0.016421981,-0.042550426,-0.022587277,0.06879173,-0.03436765,-0.059367437,0.059028838,0.017000418,-0.034480516,-0.0026682192,0.028244678,0.032392498,-0.05318803,0.06320488,0.038966935,-0.040575273,0.002267898,0.025225516,0.04034954,-0.03213855,-0.006172351,-0.058351643,-0.028428085,0.00042060163,-0.061286155,-0.022996416,0.034254786,-0.0045745936,0.021952407,0.011427667,0.015053483,0.03916445,0.0063416497,0.019229518,-0.012542217,0.0298248,-0.0080981245,0.05008422,-0.025253734,0.00020501023,-0.0061406074,0.002054511,0.061906915,-0.016379656,0.014743101,-0.07133122,-0.031320274,-0.04929416,-0.0009743497,-0.0002129461,0.037415028,0.027172452,-0.027186561,0.022883551,0.018326592,0.018735731,-0.002054511,0.015617811,0.00790061,0.0017864547,-0.009318487,-0.022530844,0.0013790795,0.011709832,-0.012147186,0.0044934717,0.026100228,-0.0051424503,-0.016661821,-0.011166665,0.041619282,0.0006291389,0.031235622,0.024294373,0.04240934,-0.009607705,-0.048024416,-0.007773635,-0.06060896,-0.03021983,0.017000418,-0.023546638,-0.0081757195,0.011194881,-0.031799953,0.011660453,-0.025888603,-0.026523475,-0.009226783,0.029175822,0.010926825,-0.008380289,0.010658768,0.0048497044,-0.0012071355,0.021162346,0.005431669,-0.0102919545,0.0038268575,0.016379656,0.016041059,-0.031941034,-0.0031302636,-0.016351439,0.0098687075,0.007949988,-0.004419403,-0.004655716,-0.0018181982,0.04209896,-0.011230152,0.024379022,0.010468307,-0.02911939,0.008796482,0.008852915,0.017592965,0.07166981,-0.033069693,0.014058852,-0.005763212,-0.010835121,0.0014249313,-0.023955775,0.08092481,0.012224782,-0.05183364,-0.022686034,-0.057138335,0.016252682,-0.030812377,-0.017649397,0.016323224,0.009078647,0.019088436,0.025930928,0.034170136,0.029627284,0.017240258,0.013085384,-0.015138132,0.0038762365,0.0009461332,-0.007562012,-0.013311116,-0.032900393,0.008683616,0.001500763,0.0073010093,-0.0042994833,0.025705196,0.0005374354,0.011131394,-0.045823533,-0.029655501,-0.014376287,0.018411241,-0.051636126,0.061455455,0.020273527,-0.012126025,-0.007844176,0.00917035,0.039333746,0.02152916,0.047714036,0.0070717507,-0.004754474,0.010341333,0.011893239,-0.0033030896,-0.023701828,-0.024435455,0.023038741,-0.0341137,0.04435628,-0.025493573,-0.043594435,-0.028526843,0.015335647,0.0009664138,0.0068989247,0.03555274,0.006669666,-0.0125633795,-0.022149922,0.014616127,0.040067375,0.0040173186,-0.0389105,0.013706146,0.0193706,-0.001987497,-0.02895009,-0.02648115,-0.006130026,-0.011582858,0.01299368,0.03501663,-0.027793216,-0.024139183,-0.017155608,0.056997254,0.009819329,0.0031055743,0.032082118,0.019342385,0.007329226,-0.0049837325,0.024294373,-0.009918086,0.03078416,0.008993997,-0.011491154,-0.053300895,-0.030953458,-0.001890503,0.024280265,-0.0035993624,0.011448829,-0.038092222,-0.010157926,0.037781842,0.00067851774,0.008838806,0.013614443,-0.003027979,-0.03820509,0.007999367,0.04424341,0.0071740355,0.0117168855,-0.037358597,-0.008253315,0.027454617,-0.011604019,-0.010806905,0.023828803,-0.030022316,-0.01515224,-0.015194565,0.044130545,0.02711602,0.0014663743,-0.0005453713,0.0028851333,-0.026283635,0.022206355,0.016478414,-0.050676767,-0.019271843,0.013127709,-0.049886703,-0.002997999,-0.017197933,0.008295639,0.0012335884,0.012584542,0.0067366804,0.013748471,-0.00857075,0.0010545902,-0.036737833,0.041449983,0.042691506,0.0195399,0.025973253,-0.016252682,-0.013028951,-0.046359647,0.0043241726,0.012979573,-0.005325857,-0.012274161,0.0322232,0.006771951,-0.024689404,-0.0023437298,-0.004754474,0.024618862,-0.032928612,-0.00029318666,-0.025028002,-0.0030791215,-0.012344702,-0.0064615696,-0.0077454187,0.022291005,-0.02887955,-0.03826152,-0.0043523894,0.028724357,-0.012542217,-0.008591913,0.014686668,-0.012556326,0.013840174,-0.010602335,-0.006158243,-0.0010739891,-0.02209349,0.013960094,-0.003795114,0.01506759,-0.018383024,-0.010510632,0.0032237307,0.018848596,-0.0044335118,-0.00622173,0.02567698,0.026452933,-0.002070383,0.044158764,-0.00643688,0.041167818,-0.047883336,0.0071951975,-0.030360913,0.027073694,0.004518161,-0.029204037,-0.014587911,-0.03764076,-0.026410608,-0.011702778,-0.021966515,0.03913623,0.0010625261,0.009064538,-0.0021091804,-0.016478414,-0.007085859,-0.03961591,0.0029027686,-0.018312484,0.011258368,-0.0086765615,0.007406821,-0.033662237,-0.006905979,-0.0063451766,-0.019723307,-0.041957878,0.015843544,0.01827016,-0.0059783626,-0.060157496,-0.018947354,0.0134098735,0.055529997,0.009988627,-0.019906715,0.04985849,0.011420613,0.025140867,-0.034875546,0.02137397,-0.022276897,-0.010588227,-0.012880815,0.014115285,-0.023772368,-0.014982942,-0.00396794,0.036653183,0.022121705,-0.0016973965,0.008761211,-0.022291005,0.017085068,-0.050197087,0.014460936,0.011618128,0.026325958,-0.033267207,-0.000984049,0.008189828,-0.0048355963,0.012415243,-0.003911507,-0.0009937485,-0.017254366,0.0081757195,0.013713201,0.02449189,-0.03165887,0.011886184,-0.019582225,0.0020351124,0.02934512,0.0035288213,-0.016436089,-0.023278581,0.030332696,0.015166348,0.0046063373,-0.012288269,-0.019483468,0.020724991,0.014256367,-0.0033701037,0.020245312,-0.01674647,-0.0063980827,0.020781424,-0.0044229305,-0.00043140326,0.011060853,0.02152916,0.013007789,0.031038107,-0.026579907,0.005555116,-0.000012820028,-0.01858054,0.0075549576,0.045569587,0.010207305,-0.0143692335,0.020329962,0.04026489,-0.0022202828,0.007625499,-0.003454753,0.020837856,-0.027186561,0.054288473,-0.00088132353,0.03148957,0.0005678563,0.017508315,-0.012429351,-0.003361286,0.015660137,0.039108016,-0.011632237,0.035355225,-0.0080628535,0.0263965,-0.024350807,-0.00008988486,0.010955041,0.004359443,-0.026833855,0.014002419,0.026213093,0.033097908,-0.011836805,-0.017028635,-0.012267107,0.0003066336,0.0079852585,-0.019356493,0.016436089,0.0060665393,0.00011562136,-0.019666873,-0.00586197,0.046839327,-0.02790608,-0.009389028,0.037189297,0.00044837722,-0.0039397236,-0.016774686,0.01986439,0.036935348,-0.031404924,-0.0034459354,0.059536733,0.0040596435,0.008457884,0.0024636497,-0.04825015,0.0071564,-0.054739937,-0.0059007676,0.013938932,-0.0052764784,0.036935348,0.036088854,0.010327225,0.041929662,0.02447778,-0.012775003,0.048701614,0.010538848,-0.013974203,-0.02034407,0.041449983,-0.02456243,0.030248048,-0.026057903,-0.012401135,-0.036568534,0.021035371,0.0039326693,0.035947774,0.0045463773,0.0077877436,0.008133395,0.023193931,-0.010821013,0.022798901,-0.0263965,0.019793848,0.0043700244,0.047149707,-0.025070326,0.018326592,0.017494205,-0.0026858544,-0.018707514,-0.024858702,0.0075549576,-0.0031073377,-0.03484733,-0.014044744,-0.005706779,0.03134849,0.021825433,-0.01858054,-0.013261737,-0.012803219,0.0036610859,0.007837122,0.0053646546,-0.012648029,-0.015928192,0.02823057,0.034960195,-0.012401135,-0.049181294,0.025028002,-0.0133322785,-0.025126759,0.0054034526,-0.00011429872,-0.0024848122,-0.020217095,-0.0044440925,-0.029683718,0.023419663,-0.04037776,0.0040137917,-0.01506759,-0.05143861,0.0042042527,0.035947774,0.04514634,-0.055445347,0.022784794,-0.025183192,0.0013349913,-0.0001598198,0.029288687,0.024096858,-0.020908399,0.00384802,-0.0085989665,0.035834905,0.0015078172,0.011039691,0.014291638,-0.012464622,-0.0008526662,-0.015279214,-0.036878914,-0.005311749,0.02559233,-0.047629386,-0.01842535,-0.007681932,0.0007724256,-0.014686668,-0.0007891792,0.0071881437,0.00035028093,0.01705685,-0.003840966,-0.013226466,0.003504132,-0.004151347,0.033746887,0.004825015,0.04345335,-0.03532701,-0.026749205,-0.010595282,-0.043086536,-0.0074844165,0.014376287,0.034000836,-0.0057561584,-0.018552324,-0.016605388,-0.030501995,0.05149504,-0.010729309,0.04074457,-0.034734465,0.020456934,-0.009826383,0.04271972,0.0009002815,0.009403136,0.028103596,-0.00598189,0.02018888,-0.0286256,0.015081699,0.029175822,0.015942302,0.017014526,0.0016497812,-0.0099463025,0.0010925061,-0.0049802056,-0.0008658927,0.014855967,-0.014743101,-0.0047615278,-0.025098544,0.015166348,-0.017734047,-0.018989678,-0.039982725,0.015208673,-0.0028957145,0.042127177,0.0341137,0.03086881,0.01451737,0.007851231,-0.02543714,0.018354809,0.011314801,0.025169084,-0.012069591,0.007212833,0.00384802,-0.012055484,0.056009676,-0.008951672,0.028639708,-0.017339015,0.027581591,0.0107152015,-0.023264473,0.036935348,-0.0040596435,-0.0065603275,-0.0125986505,-0.019977255,-0.003301326,-0.00917035,0.009657084,-0.025267841,0.040801004,-0.0040666973,-0.03030448,-0.0038374388,-0.025310166,0.0021038898,-0.000009134528,-0.013360495,-0.009339649,0.023052849,-0.0069412496,0.031461354,-0.024844594,0.016450197,0.016323224,0.025310166,-0.036991782,0.021472728,0.02751105,0.008352073,0.0062393653,0.016972201,-0.015857652,-0.020118337,0.012394081,-0.008126341,0.015674245,-0.013995365,-0.004888502,-0.013804904,-0.00047262575,0.060947556,-0.00078741566,0.0049096644,0.0013764342,0.010411874,0.05806948,-0.0036434506,0.07234701,0.050309952,0.024548322,-0.013776687,0.007110548,-0.004154874,-0.020428719,-0.01977974,-0.024759945,-0.0032607648,-0.006775478,-0.0073715504,-0.02265782,-0.018961463,-0.016732361,0.011357126,-0.0006569145,0.019187193,-0.037076432,-0.011187827,-0.048927344,-0.020922506,0.012267107,0.012182457,-0.0034194824,-0.029006522,-0.014178772,0.010320171,0.03213855,-0.00093378854,0.019229518,-0.0017344307,0.006599125,-0.002137397,0.020753207,0.0071070213,0.0132546825,0.036512103,0.026452933,-0.011025582,0.0103695495,-0.000100962025,0.016280899,0.0011718649,-0.029909449,0.0066061793,0.004285375,-0.015603703,-0.029260471,-0.0298248,0.0065074214,-0.0072516305,0.024745837,0.03069951,-0.022432087,0.03061486,0.038092222,-0.013614443,-0.0024654134,-0.016548954,-0.04393303,-0.023024634,0.044299845,0.009360811,0.017649397,-0.035919555,0.013261737,0.0037986413,-0.0287949,-0.014997049,-0.0097911125,0.0042395233,-0.0020315852,-0.0152933225,0.004401768,-0.00077286654,0.010545903,0.04209896,0.00012476966,0.0067507885,-0.0077806893,0.028004838,-0.0099463025,0.006348704,0.00643688,0.006673193,-0.0073786047,0.03436765,-0.022389762,0.012154241,-0.013755525,0.010087385,0.038459036,0.016407872,-0.0016603625,0.038007572,-0.048137285,-0.008189828,-0.009953357,-0.009396082,0.03620172,-0.007022372,0.0074350378,-0.009981574,-0.03786649,0.024449565,-0.0084861005,0.0032202038,0.009607705,-0.014997049,-0.0029768366,0.0013684984,-0.035355225,-0.011223097,0.019568115,0.0033701037,0.004225415,0.023250364,-0.0108845,-0.029853016,0.0022643711,-0.01571657,-0.01172394,-0.037048213,0.023335014,-0.024703512,0.003511186,-0.020950723,0.018792164,-0.014475045,0.009967465,-0.003461807,-0.016520739,-0.022305112,-0.020894289,0.011907347,0.014898292,0.003971467,0.01602695,0.008874077,-0.014813642,0.014884183,-0.028131813,-0.017197933,0.015928192,0.014065906,0.010778689,0.012972518,-0.011709832,-0.015504946,0.020837856,-0.036173504,-0.006408664,0.019793848,0.013903662,-0.026706882,0.04091387,-0.04904021,-0.012471676,-0.011223097,-0.037979357,-0.01721204,-0.0008028465,-0.00013303621,0.032561798,-0.006380447,-0.036907133,0.0029521473,0.007971151,0.0146020185,-0.018129077,-0.023645395,-0.036624968,0.009692355,0.017578855,0.00090072234,-0.02209349,0.010898609,-0.01355801,0.021162346,-0.014940617,-0.028766682,0.029486202,0.020471044,0.0048814476,-0.023504313,-0.01969509,-0.016845228,0.011201935,0.01307833,0.024844594,-0.026382392,-0.032702878,0.0010925061,0.019441143,0.012662137,-0.008246261,0.022827117,-0.021077696,0.017846912,-0.0026117861,0.023941668,-0.01232354,0.001482246,-0.021966515,-0.013473361,-0.0059748357,-0.014178772,0.013663822,-0.008528425,0.0085213715,0.025070326,0.01175921,0.0028198827,-0.013776687,0.0121401325,0.015885867,0.02240387,0.00041905855,-0.018876813,0.021797217,-0.012704462,-0.004394714,-0.025112651,0.006306379,-0.0037139917,-0.009417244,-0.029232254,-0.036907133,-0.011201935,0.042465776,0.0011427667,0.0029697826,0.0049343538,-0.0017079777,-0.007858285,0.0152933225,0.017663505,-0.030981675,-0.008563696,-0.0017635289,-0.013473361,-0.016817011,0.00004846949,0.0437073,-0.0027705038,0.0076466613,0.0071564,-0.018665189,-0.015758894,0.024759945,0.039108016,-0.025451249,-0.03078416,0.0112160435,0.012013159,0.016492521,-0.0060383226,0.017000418,0.020428719,-0.02591682,0.0033242519,0.012796165,-0.016450197,-0.0068072216,0.014926508,-0.0036363965,-0.033323642,-0.04393303,-0.0023331486,0.012302377,-0.03196925,0.012210674,-0.0012379972,0.02128932,-0.013148871,-0.005488102,0.011455883,-0.0052941134,-0.022065273,-0.013536847,0.016845228,-0.046359647,-0.03580669,0.013713201,0.01770583,0.004581648,0.003585254,0.021698458,0.0025729886,-0.014841859,0.04785512,-0.011589912,0.030897025,0.006669666,-0.01705685,0.018778056,-0.0024530687,-0.016280899,0.038712986,0.011857968,-0.0052447347,0.043171186,-0.0032942719,0.01810086,0.042240042,0.00068865804,0.0076678237,-0.025394816,-0.0031655342,0.011660453,-0.0076466613,0.02104948,-0.011420613,0.011667507,-0.008246261,0.021500943,0.04441271,-0.025281949,0.036568534,0.022149922,-0.0020315852,0.012591596,0.011674561,0.019032003,-0.013000735,-0.015236889,-0.018298374,0.021670243,-0.012521055,0.009812275,0.015166348,0.022220464,0.0078018517,0.03261823,0.0047368384,-0.0015157531,0.028823115,-0.026509365,0.003974994,-0.0030332697,0.0028392815,0.017917452,0.00354822,0.016097492,0.010157926,0.0050542736,0.010059169,0.03061486,0.011110232,0.025070326,0.06382564,0.007145819,0.034706246,-0.028399868,0.03620172,0.034790896,-0.012662137,-0.014644343,0.0020016052,0.005205937,-0.01595641,-0.024590647,-0.011173719,-0.018806271,0.012464622,0.0033771577,0.027764998,0.0009743497,0.055247832,0.02360307,-0.04506169,-0.010136764,-0.030981675,0.020767316,-0.01307833,-0.012648029,0.031630654,0.013565064,0.009762895,0.035214145,0.01235881,0.019822065,0.014926508,0.027891973,0.0061370805,0.022629602,-0.0033454143,-0.032477148],"social":"https://twitter.com/Shachindra92"},{"title":"substrack","description":"a chrome extension that helps you track your credit card subscriptions","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=efngPJa60vc","youtube_transcript":"Hey, everyone. My name is Billy, and I'm from Hong Kong. So I'm building a Chrome extension that helps you track your credit card subscriptions. I'll show you more about it right now. Okay. So this is the home extension. And the core feature is to have you track your credit card subscription so you don't need to go over credit card statements and we need to renew it and expire credit card. So, basically, we'll input these a description item here and input the credit card number. And then when it's tracked, you can see the all subs page, and we can see by each product type, which subscription we would subscribe to. And also, this pop up will remind you, like, if this is a checkout page that will pop up and reminds you to track the subscription. So I've been building this myself, and I've been the only user for a few weeks, and then I recently got my friend to try this on as well. And this is how it's going right now. So the extension has been submitted to Chrome web store. And it will be a proof for version three very soon. Thank you for your time for watching a video, and just feel free to reach out if you have any questions. Thank you.","embedding":[0.005885251,0.015881058,-0.0237795,-0.0010907706,-0.023933822,-0.03574641,0.000494091,0.027188597,0.025659414,0.008817354,0.04671725,-0.013860853,-0.008943617,-0.017985439,0.0567341,0.038103316,-0.06200908,-0.0073022004,-0.036924865,0.05269369,-0.0062640393,0.029545503,0.027665589,-0.00582212,-0.014085321,-0.04741871,-0.042199846,0.031285126,-0.031790175,-0.037233505,0.021899587,-0.018785104,-0.0070566894,0.043378297,0.004727842,-0.007211011,0.008838398,-0.004896192,0.044528693,-0.0028602039,-0.047082007,0.0016010829,0.060998976,0.04017964,-0.03557806,0.00046252532,-0.07098777,0.029713854,-0.03282834,0.036223404,-0.06358035,0.0013555718,-0.025112275,0.0570708,-0.024228435,0.0014809578,0.0010425452,0.06234578,-0.013615342,-0.010402654,0.01882719,0.015347949,-0.0039878013,0.008424537,-0.04494957,0.0129208965,-0.032716103,0.024382757,-0.023372654,0.0030548591,0.029040452,-0.010907706,0.032884452,-0.0030794102,0.013019101,0.0013091001,-0.022418668,0.042340137,0.027819911,-0.0049277577,-0.005324083,-0.031257067,-0.02466334,0.0034494305,-0.02079128,-0.0023253404,-0.039225653,0.0041351076,-0.0063096345,-0.031790175,-0.014492167,0.009168085,-0.060886744,-0.005092601,0.036251463,0.01285075,-0.05970829,0.037850793,0.037149332,0.022474784,0.07564547,-0.015656592,0.006842744,-0.057239152,0.008698107,0.021057835,0.023569062,0.022979835,-0.039730705,-0.025308684,-0.08249172,0.04194732,-0.026823837,-0.0266134,0.026501166,0.00038952962,0.018013498,-0.057688087,-0.006316649,-0.04278907,-0.060213342,0.038888954,0.037037097,-0.0073372736,0.007961573,0.002372689,-0.035297476,-0.0076318868,-0.04141421,-0.048709396,0.052637573,-0.003531852,0.02696413,-0.04598773,-0.016680723,-0.004450765,-0.034624074,0.011012925,-0.06565668,-0.008817354,0.034147084,-0.02428455,0.012752546,0.016329993,-0.0535635,-0.017873205,-0.031453475,0.03240746,-0.06234578,-0.014239642,0.0078002373,-0.012401816,-0.028268846,-0.0033933136,0.042340137,-0.006327171,0.021745266,0.06144791,-0.08310901,0.024480961,0.0016817508,0.018350199,-0.04615608,-0.0076950183,-0.0032898483,0.017859176,0.0125561375,-0.04739065,-0.030752014,-0.032491636,-0.026823837,-0.014506197,-0.013720561,-0.0060430793,0.047082007,-0.006758569,0.021731237,-0.059876643,0.007561741,-0.018546607,0.004440243,0.0073583173,-0.011174261,-0.02518242,-0.034259316,-0.020693075,0.05953994,-0.020482637,0.0064604483,0.027946174,-0.020230113,0.035129126,-0.028619576,0.0016291413,-0.02557524,-0.024088142,0.05129077,0.024214406,0.026865926,-0.0039702645,0.009399567,0.022334492,-0.014590372,0.013040145,0.016582519,0.016863102,-0.00029483248,0.017831119,-0.059315473,0.013187451,0.046605013,-0.0060641235,0.00563974,0.041330036,-0.041133624,0.00087375636,0.056425456,-0.016526403,-0.00783531,0.007154894,0.0064148535,-0.00018873664,0.06784523,-0.03591476,0.036419813,0.039927114,0.044809278,0.009259274,0.023737412,-0.036167286,0.0047839587,-0.021001719,-0.012030042,-0.046212196,0.036195345,-0.0006466586,0.0025340249,0.0044437503,0.025659414,-0.05019649,-0.0051908055,0.049046095,0.0066252914,0.022685222,0.054293018,-0.035970878,-0.049972024,-0.08299677,0.025477033,-0.0015493502,0.07390585,0.013902941,-0.029573562,0.006386795,0.02553315,-0.035213303,-0.025505092,0.09214381,0.010283406,-0.011328582,0.022095995,-0.04652084,-0.063355885,-0.020314287,-0.006758569,0.0131032765,0.011377684,0.018967483,0.0057028714,-0.029433269,0.005324083,0.01870093,0.039197594,0.010493845,-0.0018501013,0.035269417,0.023176245,0.004734856,0.01347505,-0.027763795,-0.009245246,-0.013601313,0.029349094,0.0076950183,-0.02255896,0.026332816,-0.017901264,-0.015937176,-0.008866456,0.03274416,-0.0045384476,-0.06285083,-0.029882204,-0.016975336,-0.000078585465,0.03400679,0.018266024,0.010514888,-0.00986253,0.016428197,-0.056257106,-0.0056783203,-0.01708757,0.02624864,-0.026262669,0.0131032765,0.04758706,0.04051634,-0.028395109,-0.032716103,-0.008045749,0.021759296,0.008431551,-0.0313693,0.021801382,-0.035662238,0.005934353,0.005057528,-0.006702452,-0.017157717,-0.019065687,0.0186869,-0.030415313,0.027805882,0.0348766,-0.027455151,0.016624607,0.0024463425,0.033726204,-0.03207076,0.024368728,-0.04402364,-0.011482904,-0.03787885,0.03277222,-0.0019640885,0.015165569,-0.027006216,0.0155163,0.05836149,-0.008915559,-0.05864207,-0.00630262,0.012065115,0.015951205,0.016105525,0.009617019,-0.0035756934,0.013117306,0.0068953536,-0.0017255921,-0.043378297,0.009729253,-0.03928177,0.0024147767,-0.0023376162,0.023877705,0.0064534335,0.0023218333,-0.015979264,-0.04141421,0.026697574,-0.023484888,0.033277273,0.015698679,0.008094851,-0.07564547,0.0122194365,0.002658534,0.03591476,0.014660518,-0.025659414,0.023555033,-0.051318828,-0.034259316,0.009904617,0.017101599,-0.00057563576,0.011833633,-0.024340669,0.07772179,-0.006572682,-0.00259891,-0.018953454,0.05479807,0.007211011,-0.01920598,0.011384699,-0.03240746,-0.012443904,0.023639208,-0.04118974,0.006632306,-0.025112275,0.026837867,0.029433269,0.06414152,0.049719498,0.0016466778,-0.036223404,0.0320427,-0.03650399,-0.017648738,0.03395067,-0.018560637,0.037261564,-0.038692545,0.018266024,0.059259355,-0.019149862,0.03397873,-0.017508447,0.054180786,-0.003938699,0.0018974498,0.046436664,-0.0266134,-0.009097938,0.08950632,-0.002925089,0.03678457,-0.037822735,0.017508447,0.019318214,-0.014576343,0.0076950183,0.019907441,0.010823531,-0.036335636,-0.053142622,0.029377153,0.012093173,0.035297476,0.014141438,-0.029629678,-0.046128023,0.025056157,0.046380546,0.016750868,0.0126613565,-0.00783531,-0.03765438,-0.07469148,0.014674547,0.03594282,-0.008761237,-0.029910263,-0.02255896,0.018911367,0.02111395,-0.06582502,0.004776944,-0.038860895,0.026683545,-0.06296307,-0.003331936,-0.003335443,-0.022292405,0.017859176,-0.028142583,-0.006067631,0.03221105,-0.029741911,0.022432696,0.009981778,-0.036167286,-0.026795778,0.013334759,0.0383839,-0.025042128,0.032295227,-0.0061693424,-0.007821281,0.064590454,-0.050280668,-0.021296332,0.009280318,0.031453475,0.003647593,-0.00019158631,-0.030920366,0.0116722975,-0.015810912,0.04831658,0.02976997,0.029685795,-0.025042128,0.0048435824,-0.04191926,0.04107751,0.024466932,0.051879995,0.0059974845,-0.015937176,-0.010655181,-0.004173688,-0.023386683,-0.055948466,0.009960734,0.030471431,-0.0042087613,0.036223404,0.0048891776,0.043462474,0.0054924334,-0.03914148,-0.014050247,-0.00827723,-0.022615077,0.0057765245,-0.05830537,-0.0018273038,-0.012885824,-0.019598797,-0.022124054,-0.01347505,0.005096108,0.024382757,0.015025278,-0.018209906,-0.0037843778,0.03190241,-0.02097366,-0.00019388799,-0.015432124,0.007211011,-0.039899055,0.008908545,-0.030190846,-0.029124627,-0.0036195347,-0.03395067,0.039842937,0.0015572417,-0.015305861,-0.024200376,-0.024635281,-0.021647062,-0.03524136,-0.038973127,0.016638637,0.016526403,0.00890153,-0.0071724304,0.008768252,0.02328848,0.017185774,-0.021001719,0.013243568,0.026388932,0.009497771,-0.027272772,0.054685835,-0.0018430867,0.010830545,-0.007088255,-0.008101865,-0.033529796,-0.006940949,-0.036532048,0.002723419,-0.03397873,0.028675692,0.03296863,0.012759561,0.016989365,0.016961308,-0.037457973,-0.011062027,0.014983189,0.003959743,-0.0234428,-0.011412757,-0.022194201,0.03930983,0.023555033,-0.006621784,-0.033726204,-0.033922616,0.028787926,-0.011581108,-0.019851323,-0.010781443,0.06329977,-0.008480654,0.0006869926,-0.00083166873,-0.0006181618,0.0025094738,0.017115628,-0.023989938,-0.015782854,-0.005383707,0.050617367,-0.01463246,0.021085894,-0.016835045,-0.004464794,-0.0001561845,0.002558576,-0.02396188,-0.007940529,0.009111968,-0.014590372,0.020033702,0.066330075,0.01030445,0.012317641,-0.010009837,0.012135262,-0.011686327,-0.00031894518,-0.014674547,-0.011300524,-0.0054713893,-0.0021341927,-0.045370445,-0.021520799,0.009631048,0.021310361,0.04368694,-0.0108656185,-0.0058992803,0.030976482,0.024410814,0.021436624,-0.004475316,-0.004159659,-0.029966379,-0.028044378,-0.0060886745,-0.01417651,0.018195877,-0.019767148,0.007821281,0.018602723,0.023092069,0.036251463,0.03240746,-0.018757045,0.008740194,-0.034932718,0.00057388213,-0.009034807,0.046941716,-0.024494989,0.01832214,0.04685754,-0.004173688,0.00006488507,0.018097673,0.020777252,0.06509551,-0.020833367,-0.003000496,0.009097938,-0.005495941,0.02732889,0.0019220009,-0.0034967791,-0.03930983,0.028844044,-0.01435889,-0.010108042,-0.053675734,0.014969161,-0.018546607,0.020272199,0.01971103,-0.011040984,-0.041330036,0.012745531,-0.0019658422,-0.0025357786,0.015221686,-0.0058256267,0.019065687,-0.040937215,0.013959058,0.035325535,-0.029124627,0.025112275,-0.0047173197,-0.024438873,0.014204569,-0.01251405,-0.0023849646,-0.0064148535,0.012436889,0.007435478,0.0071724304,0.013243568,0.0034564452,0.0010241319,-0.000014892328,0.0062254593,0.005464375,0.0147166345,-0.014478139,-0.074915946,-0.010388626,-0.01778903,-0.04407976,-0.015572417,-0.016344022,-0.00004759517,-0.009224202,0.06111121,0.012500021,0.001544966,-0.03468019,0.03030308,-0.013096262,-0.0012415845,0.01214929,0.008971676,0.0075687557,-0.007211011,-0.010753385,-0.01286478,-0.028058408,0.024494989,0.0028268846,-0.024396785,0.026192524,-0.021085894,-0.0155163,0.05269369,-0.014786781,-0.014927072,0.012170334,0.018097673,0.012675386,-0.0079756025,0.012030042,0.010311465,-0.046969775,-0.011560064,-0.028956277,-0.044416457,-0.03456796,0.032154936,0.0027216654,0.025673443,0.03574641,0.021422595,0.027356947,0.022222258,-0.036026996,0.0062429956,0.03417514,0.013397889,-0.037963025,0.06851863,0.013636386,-0.021450652,-0.0030268007,-0.0049102213,-0.001590561,0.033024747,0.036868747,0.00639381,0.007526668,0.064590454,-0.0042262976,0.006477985,-0.054208845,0.006327171,0.026697574,0.014050247,0.050954066,-0.015011248,0.020707104,-0.004987382,0.05953994,-0.018532578,-0.0018360721,-0.012128247,0.015572417,-0.003531852,0.0058115977,0.013706532,-0.016638637,-0.037429914,0.012500021,-0.038664486,0.017999468,-0.0066989446,-0.0019255083,-0.013573254,-0.018925397,-0.013776678,-0.012619269,-0.0059238314,-0.01295597,0.04753094,-0.012044071,-0.051683586,-0.014478139,0.0044788234,0.020328317,-0.015011248,-0.017129658,-0.025420917,0.004731349,-0.00034722278,0.024200376,0.034764368,0.00032924788,-0.019921469,0.0020061762,0.025827764,0.0013082232,0.05115048,0.016526403,0.01163021,0.031706,0.039590415,0.024789603,-0.05662187,0.043967526,0.023190273,-0.03134124,-0.0072811567,0.0025918954,0.014941102,-0.012668371,0.012261524,0.014071291,-0.042564604,0.047839586,0.0031074686,0.043939468,-0.017031454,0.017901264,0.031649884,-0.031846292,0.017368155,0.009729253,0.011083071,0.0062535177,0.0032828336,-0.0040474255,-0.0066428278,0.0012345699,0.0047173197,0.025266595,-0.0039807865,-0.0058607,0.017662767,0.0285354,0.010606078,0.0059974845,0.007821281,0.011868706,0.02059487,0.022937749,0.012268539,-0.021590944,0.009631048,-0.006337693,-0.010493845,0.010171173,-0.027216656,0.01957074,-0.02201182,-0.014211583,0.023723384,0.018630782,0.014520226,0.0013880143,0.02059487,-0.004836568,-0.04772735,0.0053907214,-0.0041456297,-0.017901264,0.023989938,-0.0011907286,0.046913657,0.023148187,-0.019626856,0.01443605,-0.017213833,-0.015895087,0.030499488,-0.023555033,0.0472223,-0.001686135,-0.0023200796,-0.006025543,-0.0053942287,-0.03296863,0.009336435,-0.0016589534,0.05218864,0.030695898,0.035129126,-0.020524725,-0.038131375,-0.010781443,-0.028465254,-0.038804777,-0.008045749,-0.031621825,0.009392552,0.007765164,0.011735429,0.00820007,-0.0028374065,0.012310626,-0.018518548,0.045145977,-0.027777823,0.022166142,-0.0077441204,0.019809235,0.053872142,0.03507301,-0.009946706,-0.044107817,-0.027946174,-0.015796883,-0.0045945644,-0.04475316,0.0023744428,-0.023919793,0.039730705,0.04826046,0.007130343,0.031509593,-0.011496932,0.048148226,0.019079717,-0.015782854,-0.04859716,0.002884755,-0.011742444,0.027974233,-0.020145936,-0.00027598074,0.027862,-0.013482065,-0.003917655,0.036251463,-0.02483169,0.045033745,0.009659107,0.023541003,-0.024270523,-0.006828715,0.00070803636,0.019991616,-0.0048786555,-0.0074986094,-0.023176245,-0.012429874,-0.0042087613,0.005117152,0.040824983,0.008733179,-0.01153902,-0.0040509324,-0.034315433,-0.011033969,-0.04118974,-0.023330566,-0.039590415,0.03630758,0.018055586,0.015544358,0.028591517,0.011714385,0.028451225,0.002539286,-0.018209906,0.024901837,-0.00045419548,0.0047734366,0.01833617,0.0066498425,0.014730664,0.017887235,0.0049032066,-0.019388359,0.032547753,-0.035493884,0.01603538,0.015291832,0.012086159,-0.0055801156,0.017831119,-0.0083403615,-0.013804737,-0.032323286,-0.014281729,-0.022208229,-0.018981513,-0.00045901802,0.011882735,-0.020650988,-0.008284245,-0.009946706,-0.030471431,-0.0043385313,0.01312432,0.03030308,0.01012207,0.002588388,-0.01586703,0.018251995,-0.024172317,0.00820007,0.010718312,0.02307804,-0.017045483,-0.0013187452,-0.01118829,-0.015754797,-0.03571835,0.029966379,-0.0046682176,0.0009873052,0.0015291832,-0.013699518,0.02114201,0.031116774,0.0115951365,0.0021166562,0.012668371,-0.03066784,0.004622623,-0.0408811,0.025982086,-0.0011100607,0.014204569,0.0012073884,-0.05395632,0.04231208,0.010325494,-0.004826046,0.007554726,0.022208229,0.043069657,-0.012254509,-0.0011574093,0.016666694,0.00722504,0.044865392,-0.014001145,0.024452902,-0.015207657,0.013145364,-0.009294348,-0.017340096,-0.015249744,0.006639321,-0.022334492,-0.015782854,0.027567385,-0.042031493,0.0073442883,0.010767414,-0.0036686368,-0.005306546,-0.008873471,0.017241891,-0.012696429,-0.0060711377,-0.008838398,0.013881898,0.02059487,0.0147166345,-0.01955671,-0.0029075525,-0.024270523,-0.019430447,-0.007856354,0.010977852,-0.04003935,-0.011363655,0.050140373,-0.025308684,-0.00017591307,-0.027595444,0.013587284,-0.002739202,0.025266595,0.0021710193,0.00039720183,-0.0035055473,-0.002890016,0.0069304267,0.0025498078,0.009588961,-0.0012880563,0.02800229,-0.004987382,0.0087051205,-0.01778903,0.024256494,0.028633606,-0.0017869698,-0.0022411654,0.0016221267,-0.0114899175,0.009659107,-0.0077791936,-0.0043420387,0.02696413,0.030892307,0.007680989,0.018785104,0.018280052,-0.012051086,-0.00050680496,-0.00092154334,-0.011026954,0.0005436317,0.008389464,0.040993333,0.029685795,0.006541116,0.0022797456,0.015530328,-0.019051658,-0.01463246,0.009336435,-0.008894515,0.006990051,-0.010430713,-0.02696413,-0.024214406,-0.006067631,0.04295742,0.029321035,0.012268539,0.017929323,-0.012626284,0.008466625,0.0028637112,-0.010065953,-0.004871641,0.023919793,-0.022264346,0.010858604,-0.0017518968,0.09899006,-0.010444743,0.050982125,-0.0073372736,0.03574641,-0.011412757,0.0030390762,0.046184137,-0.006050094,-0.018630782,-0.014548284,0.018462433,0.047278415,0.026655488,-0.0008899776,0.026346846,0.0038299726,-0.016778927,-0.01533392,-0.014492167,-0.0076318868,-0.010164158,0.04003935,-0.017143687,-0.017298007,-0.031313185,0.020889485,0.031986583,-0.017157717,0.004043918,0.0126613565,0.012016013,0.015067365,0.04739065,-0.013397889,0.0018746523,-0.036139227,0.019865353,-0.0036791586,-0.014225612,0.00757577,0.03470825,0.026150435,0.021829441,-0.010949793,0.0040018302,0.0061518056,0.02184347,-0.016259847,-0.038327783,-0.019416418,0.002151729,-0.0061027035,0.0035809542,0.003682666,0.028296905,-0.0073513025,0.036167286,-0.012226451,0.0089646615,-0.0045279255,0.029068511,0.0022201214,0.012977013,0.024943924,0.0053205756,0.02187153,-0.029321035,-0.040235758,-0.0022306433,-0.031706,0.023877705,-0.0031635854,0.021212157,0.006947963,0.0005353018,0.033726204,-0.010065953,0.026487136,0.01480081,0.008101865,0.0225309,0.007463536,0.0025778662,-0.033193097,0.026024172,-0.011987954,0.033557855,0.019121805,0.039085362,-0.016610578,0.00026545883,0.035016894,0.029180745,0.0422279,-0.012303611,-0.036251463,0.0047629145,-0.02731486,-0.030864248,0.007218025,0.022264346,-0.0025515615,-0.007702033,-0.019248068,-0.015586445,-0.010641151,0.04208761,-0.0005563456,0.0023814572,-0.001997408,-0.009904617,0.004917236,0.01550227,0.027427094,-0.0060044993,-0.04281713,-0.0026024173,-0.005955397,-0.008663033,0.0007536313,-0.014029204,-0.021815412,0.008726165,-0.01286478,-0.007211011,0.018069614,-0.010213261,0.018420344,-0.0039246697,-0.012542108,-0.0125841955,-0.0009873052,0.015123482,0.004289429,-0.009076895,-0.034932718,-0.057407502,-0.0017580346,0.00049803674,-0.048709396,-0.014786781,-0.015376007,-0.022601048,0.0083403615,0.02926492,0.0123457,0.008361406,-0.0044577797,0.022320462,0.00350204,-0.019234039,-0.0007606459,-0.031088715,-0.006958485,-0.04753094,0.016091498,0.03468019,-0.03369815,0.014842898,0.012563152,-0.025996115,-0.011195305,0.0044788234,0.025505092,0.011756472,-0.021689149,-0.00009184744,0.042031493,0.022797456,-0.014492167,-0.0069935583,-0.022853574,0.0051557324,0.019823264,-0.006246503,-0.014744693,0.0031916439,-0.0022604554,0.0012906868,-0.031986583,-0.03226717,-0.0020658004,-0.016821016,0.005071557,0.03153765,-0.022222258,-0.011426787,-0.009034807,0.020019675,-0.008768252,-0.024242464,0.019598797,0.009104953,0.030499488,-0.031229008,-0.016133584,-0.0035055473,-0.030499488,0.019079717,0.01637208,-0.03557806,0.017017424,0.022713281,0.020707104,-0.01533392,-0.018434374,0.017578593,0.0011889751,0.0029917278,0.027918115,0.01971103,-0.027932145,0.0072390693,0.030976482,0.008312304,-0.014239642,0.055948466,0.009918647,-0.03650399,0.025659414,-0.0039316844,0.01882719,-0.0493828,0.012394802,-0.003200412,0.017606651,-0.013973087,-0.021422595,0.024017997,-0.0033477189,-0.021464681,-0.026908012,0.016301936,-0.011966911,0.018743016,-0.027511269,-0.0038650457,-0.028184671,-0.026627429,-0.0065341014,-0.006537609,-0.011139188,0.0011600398,-0.005741452,0.026557283,0.014590372,-0.0107884575,0.0024761544,-0.0021762801,0.007203996,0.033529796,-0.020286229,0.0115951365,-0.006990051,0.031116774,-0.010774428,-0.035213303,0.015039306,-0.0225309,0.007645916,0.016484315,0.013320729,-0.019262096,-0.002388472,-0.010851589,-0.00048181546,-0.0069269193,-0.018181847,0.038327783,0.021941675,-0.033922616,0.020819338,0.009062866,-0.019163892,0.037626326,-0.011847663,0.010697268,0.029096568,-0.002453357,-0.01303313,-0.00023213949,-0.0072811567,-0.021787353,-0.013594299,0.0062500103,0.017129658,0.018448403,0.01348908,0.018209906,0.002588388,0.021436624,-0.014464109,0.005545043,0.025000041,-0.024551107,0.022502843,0.009841487,-0.02289566,-0.010276392,-0.02150677,0.002849682,-0.021422595,-0.03540971,0.016582519,0.018251995,0.03961847,-0.0058431635,-0.032295227,-0.0040228744,0.012745531,-0.053675734,0.010009837,0.0040018302,-0.010164158,-0.011076056,-0.004415692,-0.009974764,-0.017592622,0.034596015,0.025140334,-0.051206592,0.00076503004,-0.010409669,0.041161682,-0.003210934,0.004987382,-0.0015344442,0.038468078,0.010023866,0.019079717,0.029012393,0.026936071,-0.028268846,0.00091628236,-0.003526591,0.02202585,-0.027174568,-0.027946174,-0.010627122,0.01920598,0.009659107,0.017241891,0.0139871165,-0.010970837,0.042031493,0.01030445,-0.002016698,-0.0058361487,-0.005878236,0.020019675,0.04118974,0.034343492,0.025954027,-0.017704856,0.03787885,0.014562313,0.0036405784,0.029910263,0.00630262,-0.010213261,-0.019949527,-0.024635281,0.0014748201,-0.026571311,0.036195345,-0.019542681,0.002884755,0.005829134,-0.0064288825,0.010521903,-0.013804737,-0.011938852,0.007919486,-0.01972506,-0.0034704744,0.0019027108,0.035213303,0.027034275,-0.023035953,0.0024708936,-0.0036405784,0.034090966,0.015109452,0.0038264652,0.0225309,-0.039169535,-0.0075336825,-0.015853],"social":"https://twitter.com/billylui"},{"title":"prescene","description":"an ai tool that automatically generates coverage to help you make better decisions, faster.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Zxk58cicdvQ","youtube_transcript":"Hey there. I'm Dylan, and I wanna tell you about Presene, a pretty cool AI platform that we built to help movie producers, writers, and agents with understanding and evaluating content. So all you need to do is upload a PDF of a movie script. And in a few minutes, you'll receive an easy to understand analysis of the story characters and writing quality. So, while this script gets processed, we can check out the analysis for another script that I just ran. We start with the log line and then provide more detail as you scroll through the coverage. We also throw in some suggestions for casting and directors to give to give you a head start on preproduction. We've also given our our users the ability to take notes and to refer back to the script whenever they need to. We're using a credit system to run our models, and we're hoping to grow our user base through our referral program. During nights and weekends, we were able to take preseen from an idea all the way to our beta. We figured out how to build a web app, a data model, put scripts into production, but most importantly, how to work with our users to deliver the product that they need. We just launched our beta. So if you're interested, you can check us out at preseen dot a I. Or on Twitter at preceding AI. Thanks.","embedding":[-0.0028676789,0.00490389,-0.03775925,-0.012900133,0.0241161,-0.030541401,0.0035487749,0.060120422,-0.010402191,-0.011095671,-0.009029386,-0.07110287,-0.024144407,-0.0130911935,-0.016799185,0.021526167,-0.00014108415,-0.015327311,-0.023182027,0.04865678,0.05593124,0.03246616,-0.011364571,0.03294735,0.021059131,-0.026437134,-0.020846842,0.03552313,-0.0062554674,-0.042118262,-0.0039839684,-0.030909369,0.006464219,-0.0012976204,-0.031617,-0.047609486,-0.032013275,0.017450208,-0.004631452,-0.018200297,-0.0060537923,0.010756007,0.02829113,-0.0444676,-0.045288455,0.04129741,0.004964039,-0.00091196084,0.010041299,0.042995725,-0.06708352,0.008095311,-0.023167875,0.062101793,0.012157119,-0.039400954,-0.016700117,0.039797228,-0.026026707,-0.002363491,0.018582419,0.011753769,0.011053213,0.03328701,-0.04568473,-0.032069884,-0.051345784,0.0040193503,0.004677448,0.02132803,0.08117955,-0.01585096,0.02335186,0.0007120548,-0.039768923,-0.01735114,-0.03606093,0.041184187,-0.013013354,-0.017209612,-0.0021087436,0.030173432,0.010918763,0.0058591934,-0.024073644,-0.009234599,-0.020082599,0.016544439,-0.058874987,0.005841503,0.0059087276,0.056865312,-0.024512375,0.035692964,0.049053054,0.04902475,-0.044977095,0.02427178,0.043363694,0.045769643,0.011612242,0.004854356,-0.055365134,-0.024300085,0.018681487,0.004882661,0.011279656,0.012716148,0.044071324,-0.0117466925,-0.1071638,0.024229322,0.0012392406,-0.02529077,0.003593002,0.0047305203,-0.0029950528,0.0016080939,-0.035240076,-0.0233094,-0.06668725,0.0033895576,0.0036903012,0.015652822,0.0024201018,-0.041014355,-0.027144767,-0.034900416,-0.0026677728,-0.04033503,-0.023507537,0.00017060566,0.048203897,-0.05791261,-0.0358911,-0.0029260586,-0.033173792,-0.025347382,0.005434614,0.040731303,0.037108228,0.0062342384,-0.006941871,0.032126497,-0.03829705,-0.024823733,-0.029437494,0.02261592,-0.0047588255,0.0075787394,0.03150378,-0.008640188,-0.08191549,-0.0056787473,0.0062342384,0.035608046,-0.032013275,0.028927999,-0.012362332,-0.0062554674,-0.034107868,0.025474755,-0.0034497064,-0.026408829,-0.03829705,0.010388039,0.017138848,-0.056667175,-0.05027018,-0.0072249235,-0.023323553,0.005604446,0.0010623327,0.0048048217,0.04146724,-0.03959909,0.00859773,-0.050100353,-0.0105791,-0.039768923,-0.04950594,0.034787193,-0.047326434,0.016572744,-0.030569706,-0.008371287,-0.017322833,0.008576501,-0.0040051974,0.005254168,0.02148371,0.024823733,0.019077761,0.024186864,-0.01302043,-0.05454428,0.053100713,0.012786912,0.01752097,-0.006418223,0.006743734,0.009312438,-0.02817791,0.039684005,-0.005427538,-0.009630873,0.014747052,-0.055421744,-0.07048015,-0.016969018,0.057289895,0.0037044538,-0.012878904,0.036881782,-0.029409189,-0.037957385,-0.012602927,0.074273065,-0.008038701,0.021936594,-0.017818175,-0.0052824733,0.04254284,-0.0036071546,0.01811538,0.026154082,0.04831712,-0.02437085,0.017903091,-0.0049675773,0.012850598,0.029211052,-0.032975655,-0.0047588255,0.03402295,-0.016119858,0.023153722,-0.014534763,0.014605526,-0.022601768,0.03557974,0.012334027,-0.012277417,0.043278776,0.058761768,0.0031295028,-0.03048479,-0.047920845,-0.00273146,0.06917811,0.06493232,-0.04056147,0.031786833,-0.027074004,0.016799185,-0.065724865,0.015596211,0.016685965,-0.008838325,0.031362254,-0.03863671,-0.0138412835,-0.04993052,-0.014775358,-0.008555272,0.02694663,0.06261129,-0.010104986,0.025800265,0.0076353503,-0.018186145,-0.008031624,0.02004014,-0.004910967,-0.04325047,0.0051091034,0.02829113,0.016417064,0.0034249392,0.012709072,0.013409628,-0.028545879,0.0102465125,-0.009942231,-0.046137612,0.025460603,0.022063969,-0.008081159,-0.0396557,0.019558951,-0.0057495106,-0.039344344,0.026083319,0.0067225047,-0.01159809,-0.011102747,0.020988367,-0.007536282,-0.014088955,0.0151433265,0.04494879,-0.06283773,0.029833768,-0.0026129314,-0.023493385,0.0241161,-0.064196385,-0.0077556474,0.01773326,-0.004528845,0.030343264,0.05658226,0.034532446,-0.021865832,0.02802223,0.01167593,0.055365134,-0.042712674,-0.016685965,-0.018511655,-0.034051254,-0.032749213,-0.010600328,-0.020167515,-0.06255467,-0.008052853,0.023705674,-0.0014179178,0.052053414,-0.009645025,0.009234599,-0.054997165,-0.010833847,-0.007975014,0.013494544,-0.023366012,0.0018999921,0.0138412835,-0.005455843,0.007012634,-0.06102619,-0.052534606,-0.052308165,0.0043943953,0.0009172681,-0.011930677,-0.020705314,0.0063262307,0.019162677,0.010267741,-0.016997322,0.0046420665,0.008965698,-0.017620038,0.013480391,0.029267663,0.020181667,0.006835726,-0.017903091,-0.0005532798,-0.027866552,0.01227034,0.01432955,0.03702331,0.01355823,-0.012935515,-0.017436054,0.006588055,0.04333539,-0.013678528,0.029126136,0.008399593,0.008173151,0.03102259,-0.046732023,-0.026338065,0.012312798,0.030201737,-0.037278056,0.04044825,0.03272091,0.032126497,-0.028545879,-0.04008028,-0.0150018,0.045713034,0.025432296,-0.00024789237,-0.05545005,0.015978333,0.025687044,-0.056101073,0.015284853,0.012234959,-0.017563429,0.046845242,0.013947428,0.055478353,-0.0007262074,-0.039797228,0.020931756,-0.002908368,-0.02502187,0.018723944,-0.023861354,0.031730223,0.011378724,0.0067189666,0.018950388,-0.00033325047,0.018823013,-0.04237301,0.056780398,-0.0691215,0.01036681,0.017167155,0.027357057,0.04044825,0.011237198,0.046816938,0.025531365,-0.066177756,0.020620398,0.04356183,-0.01885132,0.022361174,0.07138593,-0.055308525,-0.0158085,-0.05363851,-0.0045819175,0.012029746,0.019459883,-0.012730301,-0.010451726,0.03521177,0.0006541174,0.049732383,0.029805463,0.02994699,-0.03289074,-0.015313158,-0.08406669,-0.048883222,-0.017804023,-0.016247233,0.013621918,-0.002623546,-0.05737481,-0.0294658,0.02009675,0.0017045088,-0.010975374,0.042118262,-0.05695023,-0.07602799,-0.011017831,0.015992485,0.0353533,-0.003290489,-0.029833768,0.03563635,-0.05394987,0.04531676,-0.0013904971,-0.009963459,-0.026168235,0.02604086,-0.018568266,0.00555845,-0.005494763,0.0018858395,-0.021780916,-0.015624517,-0.05148731,-0.007840564,0.022219647,-0.04559981,-0.030541401,-0.030626316,-0.028248673,0.0018168454,0.039825533,0.0600072,0.027781636,0.052647825,-0.02217719,-0.008109463,0.014485229,0.041693684,0.0017911937,0.018299365,0.065555036,-0.016516132,-0.033117183,-0.026904171,0.015865112,0.007585816,0.018978693,-0.0017009706,0.008300524,0.0027243835,0.00396274,0.041155882,-0.0061634756,-0.0031719608,-0.019190982,0.019813698,-0.025064329,0.011279656,-0.021639388,0.004546536,0.00044470254,0.032805823,-0.01698317,0.036995005,-0.0011171742,-0.0014842583,-0.01853996,-0.015072564,0.016969018,-0.008951546,0.0067614247,0.002536861,-0.0043943953,-0.023875507,-0.04956255,0.016855797,-0.022247953,-0.0035116242,-0.0022626536,0.0019477573,0.03761772,0.023068806,-0.06300756,0.022601768,0.0038530566,-0.019629713,-0.05448767,-0.016742574,-0.0051798667,-0.013310559,0.0166152,-0.008767561,0.020054294,0.0023935656,-0.004458082,-0.025786113,-0.0068321875,-0.007352297,0.02935258,-0.0074867476,0.024781276,-0.018582419,0.00068905676,0.0028146065,-0.035183467,-0.013897894,0.028390199,0.0222338,0.0002708904,-0.0074442895,0.034645665,0.0037327593,0.005675209,0.020408109,0.017492665,-0.025460603,-0.020648705,0.018497502,-0.025276618,-0.031843442,-0.022856517,-0.050694764,0.037646025,-0.010472955,0.0064712954,-0.01698317,-0.012461401,0.011371648,-0.013402551,0.018384282,-0.009241675,0.014888579,-0.002888908,0.011626395,0.011145205,0.03390973,0.009553033,0.03229633,-0.010472955,-0.01644537,-0.015596211,0.002052133,-0.012871828,0.005809659,0.013614841,-0.021526167,-0.03546652,0.016601048,-0.0042104106,-0.016841643,-0.017704954,0.003003898,0.0024944032,0.014605526,0.009772399,0.014492305,0.01998353,-0.017450208,-0.031956665,-0.008604806,-0.00104818,-0.031305645,-0.016629353,0.019757088,-0.019091913,-0.011046137,0.039995365,-0.02127142,-0.0055442974,-0.029126136,0.012900133,0.02154032,0.0064288373,0.0036372289,-0.0024554834,-0.028927999,-0.060290255,0.0026801564,0.006818035,0.019431576,0.041665375,0.0015550215,-0.0051692524,0.011888219,0.010395115,-0.0009376125,0.01965802,-0.013360093,-0.010833847,0.011378724,-0.03444753,-0.013246872,0.011187663,-0.01929005,-0.0059511857,0.048203897,-0.021398794,-0.02363491,-0.009963459,-0.043392,0.055308525,-0.0018062309,-0.00003286619,-0.03552313,-0.045826253,-0.008243914,0.042882502,-0.005006497,-0.027583499,0.04319386,-0.011081519,-0.023153722,-0.00907892,0.015553753,0.013253949,0.024837885,0.012687843,-0.0033134872,-0.024314238,0.020025987,-0.026762646,0.018440891,0.00975117,0.000039693736,0.01982785,-0.05870516,-0.013551154,0.035381604,-0.018341823,0.0023493385,-0.011463639,-0.015907569,0.0047588255,-0.017322833,0.0041573383,-0.0051480234,0.031305645,-0.008505737,-0.005607984,-0.001686818,0.010819694,-0.00692418,0.02652205,-0.048034064,-0.024837885,0.012036822,0.01077016,-0.05796922,-0.050128657,-0.000959726,-0.03204158,0.0008102387,0.0077768764,-0.04831712,-0.028163757,0.009510575,0.021710152,0.0358911,-0.02019582,0.0020450568,-0.041070964,0.011619318,-0.012036822,0.004918043,-0.009064767,0.019672172,0.017053934,0.0065420587,-0.021313878,0.001444454,-0.008831249,-0.023436774,0.01982785,-0.045826253,0.012312798,0.002140587,-0.009977613,0.020181667,0.0007018826,-0.03192836,0.02217719,0.0149451895,-0.009468117,-0.0032604148,-0.051515616,0.007946708,-0.03396634,-0.015624517,-0.010069604,0.030767843,0.025248313,0.055846322,0.0051444853,-0.00719308,0.01585096,0.057346504,-0.0337399,-0.03252277,0.0008531389,0.014110183,-0.014704594,0.0211582,0.0056115226,-0.0068640313,-0.013862512,0.013183186,0.0027650723,0.012086356,0.016572744,-0.005271859,-0.0007027671,0.031786833,-0.015468837,0.017025627,0.02952241,0.0089444695,0.016841643,-0.02363491,-0.0031224266,-0.02561628,-0.018554114,-0.021030825,0.03654212,-0.043901496,0.0045996085,-0.0053603128,-0.002007906,0.013692681,0.00330818,0.010550794,0.015313158,0.016473675,0.0018504579,0.022304563,-0.019643867,-0.006970176,-0.0358911,0.012510935,-0.024243476,0.03470228,0.013048735,0.001984908,0.01698317,-0.011902371,-0.004497002,-0.076197825,-0.0083925165,0.009560109,-0.018355977,-0.021313878,-0.048571866,0.023026347,0.036032625,0.019247593,-0.008682646,0.024469918,-0.040221807,-0.010939992,-0.030569706,0.002823452,-0.025531365,-0.00073018786,-0.016077401,-0.011414105,-0.014088955,-0.029012915,0.0031153501,-0.0048048217,0.014718747,-0.028107146,0.015157479,-0.032154802,0.045175232,-0.0063050017,0.0241161,0.0028517572,-0.029777158,-0.03942926,0.042882502,0.0035098551,0.031249033,-0.036796868,0.0300036,0.038127217,-0.0021901212,0.0066906614,0.006598669,0.029182747,-0.024724664,0.0029189824,0.016912406,0.007529205,-0.028347742,0.008463279,0.03424939,0.0018982231,0.027611803,-0.009878544,-0.03600432,-0.01302043,0.011435335,-0.03498533,-0.025064329,0.0053284694,-0.00565398,-0.011109823,-0.034362614,0.030399874,0.010692321,-0.016700117,0.03365498,0.0009791859,0.019459883,-0.02898461,-0.016530285,-0.009114301,0.029777158,0.010303123,-0.003306411,0.01596418,-0.023663217,-0.013933276,-0.0018681487,-0.006460681,-0.0030286652,0.06493232,0.0042634835,-0.021398794,0.010182826,-0.014761205,0.018101228,-0.018072924,-0.0016160548,0.025361534,-0.012043898,0.028248673,-0.032494467,-0.0026978473,-0.01261708,-0.047326434,-0.015610363,-0.049109668,0.028475115,0.025432296,0.011095671,0.052761048,0.0073947553,-0.033145487,0.010529566,-0.0026589276,0.01773326,-0.00000603284,-0.016119858,-0.031815138,0.015383922,0.0068640313,-0.035777878,0.0015753659,0.010748931,-0.019700477,0.026168235,0.022163037,-0.02244609,0.0026341605,-0.013798825,0.019941071,0.031249033,-0.040136892,0.012900133,0.00328872,0.020408109,0.00375045,-0.00084871624,-0.040901136,-0.01357946,0.0057459725,0.016374607,0.025050176,0.003571773,0.03540991,-0.010196978,0.04129741,-0.0010508336,-0.00088365556,-0.02046472,-0.011958982,0.026154082,0.00603964,0.007975014,-0.0042493306,-0.0041821054,-0.03996706,-0.0011021369,-0.0039839684,0.04919458,0.019091913,-0.015978333,-0.043392,0.030286653,-0.015383922,0.013147804,-0.031786833,-0.015879264,0.0026306224,-0.0044050096,0.0375045,0.011421182,0.029324273,0.008350058,0.011442411,-0.017917244,-0.030541401,-0.016516132,-0.017917244,-0.041184187,-0.047807623,0.0055407593,0.03226802,-0.02625315,0.031617,0.0241161,0.015115021,0.025701197,-0.02844681,0.01987031,-0.007171851,0.001632861,-0.003973354,0.033853117,0.013968657,-0.005852117,-0.020181667,-0.0051515615,0.006556211,-0.01152025,0.024951108,0.0107206255,-0.015497142,-0.0013312328,-0.02063455,0.029182747,0.029126136,0.0041573383,-0.027144767,0.007536282,-0.057940915,-0.01923344,0.006382841,-0.0022025048,0.008555272,0.022559311,0.017704954,0.004107804,-0.008859553,-0.01288598,0.008661416,-0.025644587,0.013161956,-0.0079962425,-0.03096598,0.015412226,-0.019403271,0.054119702,-0.0068215732,-0.061309244,-0.0008040469,-0.04172199,-0.023535842,0.0514307,0.0042104106,0.027923161,0.008541119,0.028192062,0.022531005,0.003463859,-0.025899334,0.01703978,0.014761205,-0.008569424,0.01159809,-0.011958982,0.036627036,0.006945409,0.0026872328,-0.005604446,-0.000589546,0.045458283,0.012100508,-0.020592093,0.009333667,0.018440891,0.021101588,0.02667773,0.031192422,-0.004121957,-0.019912766,0.017181307,0.02079023,0.020917604,-0.0064783716,0.00613517,0.019120218,-0.0024183327,-0.0068038823,-0.008781714,-0.03450414,0.00023418199,0.020804383,-0.02850342,0.0017761565,-0.01703978,-0.0072072325,0.007564587,-0.013678528,0.018016312,-0.004387319,0.006329769,0.006227162,0.03659873,-0.010380963,0.015511295,-0.02379059,0.0062342384,0.015015952,-0.007387679,-0.012447248,-0.0032745674,-0.0004155127,0.0048366655,0.011966058,-0.003263953,-0.039259426,-0.01848335,0.035070244,0.018766403,-0.022856517,0.03557974,-0.0021052053,0.015567905,0.0005484149,-0.00851989,-0.000028719911,0.007479671,0.002823452,-0.014534763,0.034051254,0.007479671,0.00825099,0.0027403051,-0.0055301446,-0.031956665,0.015836805,-0.030881064,-0.011039061,-0.010140368,-0.03328701,-0.0059158043,0.014011115,0.025333228,0.020606246,0.025120938,0.002246732,0.014223405,0.010352657,0.001732814,-0.020846842,0.012652461,0.015935874,0.055082083,0.011152281,0.021710152,0.014244634,0.0158085,0.028687404,0.015497142,0.030824453,0.007118779,0.047128297,0.014244634,-0.0016576281,0.0012100509,0.00045509587,0.013933276,0.021879984,-0.042939115,0.0149876475,-0.009093072,-0.014081879,-0.013678528,-0.019403271,-0.0063403836,0.009871467,0.010975374,0.0018035773,0.0044616205,0.070310324,-0.025517212,0.0014011115,0.00050109194,0.011888219,-0.014563068,-0.0015762504,-0.033400234,-0.006786192,-0.0061210175,-0.006036102,-0.007890098,0.02052133,0.02502187,-0.0062590055,-0.03863671,0.007699037,-0.034475833,-0.002669542,-0.012652461,0.005487687,0.05346868,0.006534982,-0.011343342,-0.013876665,-0.008413745,-0.014223405,-0.024441611,-0.0067012757,0.02759765,0.026055014,-0.008689722,0.008151921,0.006952485,0.016105706,0.0050206496,-0.025842724,0.010239436,-0.03289074,0.00226973,-0.0013860743,-0.036343984,0.014647984,-0.022092273,0.03770264,0.009468117,-0.023578301,0.028149605,-0.024583139,-0.037787553,-0.037136532,0.038070604,0.0016372837,0.019162677,0.020563789,0.0058733462,0.027668415,0.0077344184,0.021865832,-0.013239796,-0.02529077,0.03048479,-0.040844522,0.04568473,-0.006389918,-0.011145205,0.010699397,-0.0076211975,-0.030767843,-0.003881362,-0.014860273,0.01965802,0.019374967,-0.017690802,0.02813545,-0.014287092,0.023281096,0.0053603128,0.029211052,-0.021653542,-0.039995365,-0.0012489706,0.018242754,0.0014798356,-0.012850598,-0.006354536,0.0098926965,0.0013860743,-0.04429777,0.028319435,-0.037730943,0.017011475,0.0423164,0.021582779,-0.0014771819,0.007543358,-0.027017392,-0.029211052,-0.004564227,-0.015355616,0.0022962661,-0.007946708,-0.00832883,0.013586536,-0.03365498,-0.040165197,-0.03156039,0.00054399215,-0.024795428,0.016813338,-0.017266223,0.0124189425,0.015766043,-0.03150378,-0.008074082,0.011081519,-0.03246616,0.004107804,0.01425171,-0.031107506,0.024087796,0.022545159,-0.01092584,-0.009800704,-0.03691009,-0.0092982855,0.02715892,-0.04860017,-0.011831609,0.030314958,-0.015794348,0.008215608,0.035862792,-0.017832328,-0.012397714,0.024285933,-0.021625236,-0.038551796,-0.0033011036,0.031107506,-0.0444676,-0.018072924,-0.008682646,-0.030682927,0.017294528,0.0048189745,-0.0017266222,0.02587103,-0.032551076,0.00074964773,0.009793628,-0.0017062778,-0.0038707475,0.029069526,-0.006754348,-0.03959909,-0.024017032,-0.013827131,-0.031956665,-0.030343264,-0.024795428,-0.0143932365,-0.040731303,-0.017577581,0.024625596,-0.017266223,-0.029239357,-0.01682749,0.004879123,0.015497142,0.006379303,-0.029126136,-0.03257938,0.02185168,0.006757886,-0.009156759,-0.010812618,-0.0039981212,-0.014492305,0.021243116,0.014492305,-0.026890019,0.007840564,-0.00025054597,-0.022516852,0.032749213,0.038693324,-0.022898974,-0.030796148,0.0128930565,0.013034583,0.010869228,-0.055818018,0.03456075,0.043958105,0.040533166,0.009234599,-0.029663937,0.01998353,0.004454544,-0.0145913735,0.021356337,-0.018384282,0.015284853,0.009439812,0.017138848,-0.006786192,-0.034164477,0.0136431465,0.01735114,0.0005223209,0.0014418004,-0.02619654,0.0014471076,0.047496267,-0.025488907,-0.0061457846,0.03954248,0.017761566,-0.01355823,0.04591117,-0.003087045,-0.0004071096,-0.037221447,-0.003110043,0.01815784,0.021738457,0.01098245,-0.026083319,0.013720986,0.027017392,-0.041099273,-0.008590654,-0.0063120783,-0.015709432,-0.0030339726,0.004716368,-0.026422981,0.0055513736,-0.022219647,-0.0033205636,-0.0045359214,0.02550306,-0.018596571,-0.003088814,0.02898461,0.011286732,0.031362254,0.0049711154,0.003909667,-0.00091284537,0.028404351,-0.032013275,-0.015015952,-0.0057212054,-0.022347022,0.026055014,-0.040957745,0.003486857,0.04531676,-0.020549636,0.0003124638,0.014959342,-0.03300396,0.017181307,-0.01965802,0.013324712,-0.033853117,-0.0005594716,0.01902115,0.003419632,0.0111947395,0.01355823,-0.00009591732,-0.03444753,0.007550434,0.019672172,-0.008052853,0.0051550996,0.024908649,-0.041976735,0.003991045,-0.0104446495,-0.016148165,0.020535482,-0.0072461525,0.018554114,0.0013993424,-0.012801064,-0.012638309,0.0059901057,0.020860994,-0.011003679,0.01800216,0.026649425,0.01950234,-0.008555272,0.0049994206,0.010487108,0.01837013,-0.013437933,0.012043898,0.021497862,0.03059801,0.020011835,-0.008477433,0.050751373,-0.007762724,-0.034475833,-0.007861792,0.0143932365,-0.03521177,0.013324712,0.018893776,0.039400954,0.008569424,-0.030428179,-0.0076495027,-0.0032957965,0.003941511,0.011753769,0.01832767,0.041863512,-0.006902951,0.04956255,0.018313518,0.022630073,0.041665375,0.020280736,-0.0011852838,0.011046137,-0.012043898,0.041693684,-0.044977095,0.02437085,-0.043731663,0.0075928923,0.012383562,0.032862432,-0.02952241,0.0028128375,-0.015100868,-0.008880783,0.026861714,0.0035983091,-0.017605886,-0.010664015,0.022347022,0.0038672092,0.0034780116,0.010883382,0.02882893,0.02480958,-0.005254168,-0.03552313,0.012206653,-0.00026226614,0.00432717,-0.031815138,-0.0033435617,-0.024455765,-0.041099273,-0.023663217,-0.013805902,-0.0025032484,-0.013119498,-0.01628969,-0.017973855,-0.003088814,-0.02132803,0.017266223,-0.010621558,0.008817095,-0.04925119,-0.03937265,-0.015822653,-0.011683006,0.030626316,-0.0009026732,-0.051798668,0.026451288,0.014343702,0.039825533,0.027045699,0.031617,0.02121481,0.00069613307,-0.0029366731,0.005710591],"social":"https://twitter.com/DylanRNikol"},{"title":"lootgod","description":"a tool for anyone to create entire e-commerce stores in minutes","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=jEJznjHaoNg","youtube_transcript":"Hello. I'm Michael, and together with my co founder, Jensen, we are building loot God, a tool to enable anyone to build an tire e commerce store in minutes for free. Let's check it out. So here's Loop God. You can browse all of this existing loop and quickly choose your favorites that you want to add to your store. In the create section, you can use the AI tools to create brand new art using nothing but text. You can also browse a large existing library of art that can be used to create all of your loop. Let's say we wanna create something with a hacker cap. We can search for that, find something that's our favorite, and then decide what type of merchandise we wanna create. Let's put this on an iPhone fourteen case. That looks good. Let's add it to our store. We can go look at our store and see what it looks like. And here's our store. As you can see, I already added a hoodie earlier with the same image, and now we have two products on here. These products are ready to be purchased by anyone on the Internet to earn profit for the user. Wow. Six weeks goes by fast. One thousand users we only managed to sell fifty four dollars of merchandise. A lot less than we were expecting. It's time to switch gears and really zone in on where we can provide the most amount of value. So what's next? We've decided to focus on small local brands. We've onboarded a local pizza parlor and coffee shop and are excited to be deploying in store marketing to enable their customers to purchase their loot. It's gonna be exciting. No god dot com.","embedding":[-0.01215887,0.017052626,-0.06343758,-0.012166422,0.0049164123,-0.06307508,-0.012891423,0.02572243,-0.0014112974,-0.005543236,0.04247297,-0.0106257945,-0.047034435,-0.0595407,0.04002609,-0.01595002,-0.020148983,-0.059480283,-0.018094815,-0.01595002,0.035555255,-0.007234905,0.0035457076,0.048695896,-0.02366826,-0.01515705,-0.0068119876,0.08065635,-0.026779722,-0.036854215,-0.0055658924,-0.037216716,0.03697505,0.017868252,-0.0037949267,-0.0040781302,0.030087538,0.01706773,0.021719819,0.022384403,-0.0063513103,-0.009689335,0.06827092,-0.04362089,0.010293502,-0.0033852255,-0.01966565,0.011652879,0.008571626,0.0113432435,-0.05416361,-0.009795064,-0.023230238,0.016614605,-0.0812001,-0.05806049,-0.018079711,0.02114586,-0.025344824,0.04917923,0.01847242,0.008496105,0.07654802,-0.003498507,-0.019892212,-0.021885965,-0.06367925,-0.0075181085,-0.009341939,0.043439638,0.032987542,-0.022052111,-0.003005733,-0.02579795,-0.007876833,0.002116474,-0.010338815,0.037186507,0.0026564486,-0.066518836,-0.0006433439,0.032564625,0.018034399,-0.0051845117,0.0014707701,-0.040479217,-0.035887547,0.027051596,-0.009122929,-0.0023184926,0.003574028,-0.005694278,0.043258388,0.011894546,0.021206276,0.017113043,-0.045524016,0.050719857,0.06694175,0.04132505,0.030102642,-0.024483886,0.040509425,-0.061322995,0.026009409,-0.011245066,0.013178403,-0.004776699,0.029151078,-0.04673235,-0.1573252,0.021538569,0.014960696,0.020994818,0.022067215,0.00505235,0.05026673,-0.010708868,0.02717243,-0.063014664,-0.050750066,0.03434692,0.034467753,-0.02291305,0.00600769,-0.0053128973,-0.010905222,-0.002694209,0.02717243,0.0070272223,0.033470877,0.016085958,0.039905258,-0.053317778,-0.07582302,0.006842196,-0.01605575,0.0024733103,-0.012959392,0.0122192865,-0.013389861,-0.09122928,0.003995057,-0.0037628303,-0.032232333,-0.028350556,-0.028048472,-0.03208129,-0.041838594,0.0158745,0.025450554,-0.02865264,-0.007982562,-0.018774504,0.019907316,-0.03322921,-0.0005036302,0.03836463,-0.044617765,-0.006566545,-0.0026507846,0.020133879,0.009606262,-0.013707048,-0.01937867,0.026462534,0.009470325,-0.053378195,-0.05839278,0.0042518284,-0.009659126,-0.029422954,-0.036672965,0.036672965,-0.015904708,0.016448459,0.030570872,-0.010210429,0.02392503,-0.033470877,-0.0066760504,-0.014552883,-0.0068195397,-0.0010157565,-0.06476675,-0.00552058,0.005935945,-0.057577156,-0.016554188,-0.015980229,-0.025239095,-0.0023260447,0.035192754,0.014477362,0.037246924,-0.058876116,0.014885175,0.02280732,0.018925546,-0.014726581,0.014394289,0.049239647,0.021644298,-0.0006693042,0.004063026,0.030012017,0.009621366,0.0090323035,0.010746628,-0.0015179707,0.06123237,-0.014447154,-0.039150048,0.02468024,-0.032353166,-0.050176106,-0.029966705,0.034467753,0.0105427215,0.05307611,-0.0149229355,0.04936048,-0.023819301,-0.0021296903,0.003243624,0.026794827,0.051142775,-0.037579216,0.062229246,0.0007802256,0.038666714,0.0068006595,-0.01024819,-0.031839624,0.027837014,0.018381795,0.01883492,-0.032232333,0.013216163,-0.0040819063,-0.013397413,-0.010369023,-0.031023998,-0.016040646,0.018094815,-0.003742062,-0.06978134,0.0065061282,0.026205763,0.025994305,0.06123237,-0.01075418,0.0037175177,-0.011411212,0.054556318,-0.0404188,0.009402356,0.058000073,-0.015421374,-0.01530054,0.031507332,-0.02208232,-0.04283547,0.013910955,-0.018442212,0.031144831,-0.019544816,-0.03908963,-0.008420584,0.009953658,0.034830254,-0.016448459,-0.015511999,0.0099083455,0.04189901,-0.030691706,-0.01566304,0.02735368,-0.0044255266,0.008700011,-0.028562015,-0.011992724,-0.0036740932,0.022565654,-0.009621366,0.019242732,0.0032020875,-0.02078336,-0.03908963,0.006570321,0.0058868565,0.02255055,-0.018955754,-0.0059699295,0.038847964,0.016478667,0.0035154992,-0.0034607465,-0.032353166,0.036672965,0.0024733103,-0.03395421,-0.020194296,0.0007788096,-0.02829014,0.03489067,0.049300063,0.009500533,0.00923621,0.018200545,0.038847964,0.030012017,0.041778177,-0.010255742,-0.020269817,0.00075851334,0.035162546,0.0030378294,-0.008360167,-0.013578663,-0.025495866,-0.03791151,0.017369814,-0.026507847,-0.035343796,-0.017973982,0.054828193,-0.04730631,-0.01724898,-0.03431671,0.036642756,-0.0066269618,-0.030359413,-0.027323471,0.010459648,-0.011433869,0.05914799,-0.014311216,0.049813606,-0.0056678457,-0.043349013,-0.03449796,-0.02028492,-0.029438058,0.030147955,-0.0030170612,0.018789608,-0.011788817,0.01024819,0.005037246,-0.029030245,-0.0074350354,0.01847242,-0.0263417,0.020722942,0.03380317,0.010082044,0.005441283,0.012778142,-0.019318253,-0.042986512,0.02532972,0.009243762,0.02392503,-0.010618242,-0.017792732,-0.019892212,0.0037760464,0.047910478,-0.030797435,0.05156569,0.029815663,-0.020602109,-0.025405241,-0.035132337,0.027988056,0.049874023,0.035978172,0.012944288,0.03712609,0.04676256,0.02460472,0.017294293,-0.017747419,0.0048673237,0.017082835,0.041476093,-0.01219663,-0.025208887,-0.036099005,0.03304796,-0.04579589,0.003504171,0.00074246514,-0.010973191,0.0041687554,0.07310426,0.012831006,-0.018200545,0.007253785,0.024906803,-0.029966705,-0.031749,-0.032383375,-0.017626585,-0.026930762,0.015889604,0.017732315,0.0075218845,-0.0049390686,0.03489067,-0.010588034,0.060597993,-0.009085168,0.030404726,0.0062720133,0.03510213,-0.014786998,0.034226086,0.044617765,-0.009160689,-0.044074014,-0.0022807322,0.008896366,0.008775532,0.01183413,0.04192922,-0.024816178,-0.037095882,-0.04431568,-0.021750027,-0.034618795,0.020647421,-0.00078352966,-0.019786483,-0.031960458,-0.03434692,0.049692772,0.015285436,-0.06627717,0.0022429717,0.008941678,-0.013027361,0.006022794,-0.017883357,0.00020827257,-0.026945867,-0.0155573115,-0.029060453,-0.044557348,-0.036672965,-0.017551064,-0.021780236,0.021055235,0.02449899,-0.0033738974,0.0030340534,-0.001788902,0.025193783,0.015459134,-0.013986476,0.018729191,-0.01847242,0.008382823,-0.0024204457,0.038847964,-0.019152107,-0.028879203,0.034195878,-0.002343037,0.023653155,-0.055522986,-0.03854588,0.038999006,-0.030389622,-0.0072122486,-0.014900279,-0.03244379,-0.0016822286,0.020904193,-0.045161515,-0.0043349015,-0.04117401,-0.025556283,-0.039150048,0.030298997,-0.069720924,0.0066080815,-0.020949505,-0.042140678,-0.0081185,0.039029215,0.09727096,-0.018487524,-0.03791151,0.0021259142,-0.0028188187,-0.08216677,0.0051694075,-0.013442725,0.031446915,-0.061292786,-0.0051920637,0.05972195,0.008896366,0.03507192,-0.006264461,-0.026205763,0.046702143,0.050810482,-0.035041712,0.018260961,-0.023532322,0.0007972178,-0.025480762,-0.05216986,-0.0378813,0.03951255,-0.028486494,-0.012211734,-0.0378813,0.031205248,-0.020073462,-0.03268546,0.007990114,0.0009048351,-0.048907354,-0.03229275,-0.033924002,0.014515122,-0.0047880267,-0.024997428,-0.006849748,0.022882842,-0.028607327,-0.035736505,-0.0023317088,-0.027731284,-0.017853148,0.0037515021,0.018895337,0.048665687,0.012596891,0.0041763075,-0.03561567,0.0027112013,-0.0073632905,-0.0058906325,0.010580482,0.0375188,0.057456322,-0.009847929,0.014741685,-0.009689335,-0.006634514,-0.0012281591,-0.00085952255,-0.02782191,0.04824277,0.021025026,-0.013125538,-0.02569222,0.017218772,0.039724007,0.030193267,0.036461506,-0.008163813,0.016614605,-0.054797985,-0.015466686,0.018019294,-0.019816691,0.009991419,-0.012173974,0.03600838,0.010890118,-0.0063022217,-0.012241943,-0.032806292,0.024514094,-0.046128184,-0.026220867,-0.032413583,-0.008979439,-0.014356528,-0.000036698453,-0.02662868,0.007231129,0.04398339,0.021568777,0.022958362,-0.020828672,0.019590128,0.019907316,-0.00952319,0.012279703,-0.016962001,0.0015661153,0.012143766,-0.0065438887,0.0021485705,0.022248466,-0.012944288,-0.022686487,-0.016826063,-0.025677117,0.014711477,0.034618795,0.010097148,0.0009808281,0.01782294,-0.024846386,-0.015217467,-0.030510455,0.001302736,0.0033663453,0.002849027,0.0087981885,0.02262607,0.002118362,0.014809654,-0.03473963,0.06283341,0.015965125,0.039210465,0.010369023,0.002182555,-0.008382823,-0.010112252,-0.006917717,0.04972298,0.0058000074,0.014447154,0.01349559,0.012022932,-0.003968625,-0.019514607,0.03694484,0.0019191756,0.0036797572,0.000055165678,-0.003968625,0.032474,-0.008163813,-0.0031983114,0.024589615,0.011010951,0.039965674,-0.008752876,-0.023592738,0.007929698,0.0057509188,0.052260485,-0.0060643307,0.018563045,0.011615119,-0.03927088,-0.008465896,0.01678075,0.02789743,-0.03023858,0.006842196,-0.0367938,0.003893104,-0.0044972715,0.03023858,-0.008126052,0.049420897,-0.017203668,0.023366176,-0.0234568,0.012657308,-0.027942743,-0.030767227,-0.013080225,0.021387527,-0.041204218,-0.032715667,0.0053166733,0.023955239,0.00058575923,0.0049352925,-0.034014627,-0.016312521,-0.010301054,0.008390375,0.0113659,0.018094815,0.020194296,-0.047215685,-0.015225019,0.024876595,-0.010097148,-0.02893962,-0.012513818,-0.01327658,0.0100669395,0.019439086,-0.012868767,-0.06808967,-0.019242732,0.01569325,-0.017490648,-0.022746904,-0.016931793,0.001714325,-0.022459924,0.027006283,0.0016284201,0.026024513,-0.02067763,0.015829187,-0.0036457728,0.004297141,-0.03341046,0.035343796,-0.013057569,-0.07183551,0.0030737019,0.011335691,-0.0075823013,0.022505237,-0.00909272,-0.06452508,-0.01724898,-0.031597957,0.0027074253,0.017989086,0.020511484,0.0065438887,0.020148983,0.033833377,0.0043537817,-0.006015242,-0.03398442,0.024544302,-0.05213965,-0.025541179,-0.042019844,-0.009251314,-0.046490684,0.056852154,-0.010761732,0.0454636,-0.0013367204,-0.016644813,0.040871926,-0.011237514,-0.03416567,-0.0068837325,0.00891147,0.016539084,-0.0043273494,0.03398442,-0.006336206,-0.0032171917,0.033199,0.011539598,-0.0023222687,0.011849234,0.036703173,0.033833377,-0.021115651,0.04860527,0.008601834,0.00063248776,0.0078390725,0.027806805,0.021251589,0.01057293,0.027912535,0.00797501,0.016614605,-0.021266693,-0.008760428,-0.03341046,-0.012589339,0.027021388,-0.046067767,-0.046279225,-0.027368784,-0.010799493,0.030555768,-0.023290655,0.022172945,-0.036612548,0.0054941475,0.013737257,0.00959871,-0.028048472,0.00797501,-0.042563595,0.002193883,-0.016463563,-0.0041989638,0.05452611,0.0065174564,-0.08639594,-0.010520065,0.00004457505,0.012309912,-0.0068044355,-0.029800558,0.013435173,0.032957334,0.0052638086,-0.03836463,-0.006653394,-0.024725553,-0.01641825,-0.029135974,0.009425012,-0.01544403,0.00012767757,0.01613127,-0.036099005,0.02197659,-0.0063626384,-0.013367205,-0.0007613454,0.008647147,0.0029094438,-0.029075557,0.008851053,0.021493256,0.012075797,-0.020904193,-0.0016463563,-0.008420584,-0.014643508,-0.024242219,-0.024438573,-0.0010355808,0.0039346404,0.013540902,0.03434692,-0.00519584,-0.013601319,-0.003817583,-0.008133604,-0.034588587,-0.015066425,-0.015104186,-0.01367684,0.012725277,0.0016992209,0.012717725,0.011751057,-0.029891184,0.023985447,0.014953144,0.012883871,0.028637536,-0.01992242,0.0006844084,0.009795064,-0.0108599095,-0.013299236,-0.021176068,-0.014900279,-0.0396938,0.002837699,-0.025269303,-0.0068761804,0.03676359,-0.019212523,-0.015338301,0.0004941901,0.040751092,0.022716695,0.011479181,-0.0008203461,-0.03492088,-0.027051596,0.009568502,0.02161409,-0.026220867,0.0035154992,-0.028818786,0.03013285,0.019318253,0.027746389,0.020013046,-0.0022335316,0.0006829924,0.016433354,-0.035706297,0.061534453,-0.03733755,0.014515122,-0.027701076,-0.009009647,0.014726581,0.013782569,-0.03567609,0.010565378,0.00600769,0.012430745,0.0056414134,-0.016463563,0.0313865,-0.01385809,0.01118465,-0.0001870323,-0.056972988,0.0051769596,-0.008292198,0.005996362,-0.003668429,0.002025849,0.042775054,-0.013359653,0.016493771,0.0045765685,-0.006581649,0.035222962,-0.014696373,0.021251589,0.023864614,-0.015617728,-0.024363052,-0.009311731,0.01753596,0.034649003,-0.0037835985,0.0011422541,-0.0025620474,0.0041800835,0.017339606,0.007990114,0.013752361,0.015980229,0.0040177135,0.007012118,0.01234012,-0.027988056,0.027550034,-0.012468506,-0.009462773,0.0045916727,0.01857815,0.031809416,0.0008208181,0.004701178,0.028954724,-0.07074801,0.0009808281,0.015096634,0.01792867,0.008964335,0.01450757,-0.0013310564,0.0044821673,-0.033138584,-0.00919845,0.0033399132,0.0039346404,0.0007868337,0.020904193,0.04827298,-0.034075044,0.011743505,-0.016720334,-0.023909926,-0.007654046,0.016433354,-0.054828193,-0.020300025,0.01901617,0.05250215,0.01727919,0.047245894,-0.030646393,0.008579178,-0.0008368663,-0.019967733,0.021387527,0.0011535822,0.0090323035,-0.00040804903,0.014228143,0.022414612,0.0033625693,-0.01904638,-0.03809276,0.021281797,0.0053355535,0.003090694,0.013034913,0.009772408,-0.008231781,0.0067024822,-0.020345338,-0.022021903,0.016025541,-0.00584532,-0.027323471,-0.020375546,-0.010618242,0.028728161,-0.03250421,-0.001538739,0.015859395,-0.032806292,0.008669803,-0.024906803,0.06476675,0.022308882,-0.032776084,-0.01605575,0.024483886,0.026507847,0.017596377,-0.023003675,0.023758885,-0.041022968,-0.045342766,0.01727919,-0.01187189,-0.0007797536,0.016085958,-0.033319835,0.0083979275,-0.03694484,-0.0022486357,-0.014228143,0.017520856,-0.0036061243,-0.0030416055,-0.0059057367,-0.0072084726,-0.006913941,-0.032232333,0.010588034,0.014983352,0.01699221,0.009228658,-0.026583368,0.022459924,-0.0040328177,-0.0396938,-0.00086613063,0.03304796,0.030253684,0.0009510917,-0.0017445334,0.022822425,0.0028716833,0.018668775,0.00663829,0.0044859434,-0.002533727,0.007166936,-0.009477877,-0.0016784526,-0.010255742,-0.009145585,-0.021931278,-0.008881262,0.01735471,-0.016493771,-0.025103157,0.0116604315,0.0000024337799,-0.0015982117,-0.007646494,0.040720884,0.0065476648,0.0064570396,0.006166284,0.021493256,0.03528338,-0.0043575577,0.0060454505,0.0022222034,0.0044783913,0.010799493,-0.045886517,0.0022958363,-0.0005022142,0.045946933,0.012211734,0.003964849,-0.0036231165,-0.02901514,-0.00021570665,0.028244827,-0.00210137,0.03117504,-0.0335615,0.00016779806,0.012815902,-0.008858605,-0.0030585977,-0.024015656,-0.020330233,0.0191219,0.02190107,0.024060968,0.0005815112,-0.00076653744,-0.0020957058,-0.0018379906,-0.009409908,0.009062512,0.018729191,-0.010202877,0.0075407648,0.027837014,0.030676601,-0.0020692735,0.0202094,0.018321378,-0.00045336157,0.043318804,0.009206002,0.0019597681,0.021674506,0.008919022,0.026825033,0.01937867,-0.02280732,-0.002526175,-0.014258351,0.019771378,0.0064532636,-0.021281797,0.02067763,-0.019423982,0.008133604,-0.009039856,-0.04189901,-0.021296902,-0.0041121147,0.018230753,-0.0070574307,-0.006022794,0.028380765,-0.0034059938,-0.0025601594,0.011758609,-0.001465106,0.023517217,-0.019982837,0.021765132,0.035313588,-0.0031360066,0.086154275,-0.0187594,0.0014018572,-0.031749,0.05839278,0.017309397,-0.003245512,0.0034418663,-0.00053855864,-0.013631527,-0.011917203,-0.027746389,0.045161515,0.0118190255,0.03833442,-0.027625555,-0.012392985,0.023169821,-0.016297417,0.011758609,0.020541692,0.003893104,0.00665717,0.009568502,-0.017777627,-0.01792867,-0.02255055,0.018955754,-0.019967733,0.01818544,0.013208611,0.006555217,-0.032896917,0.0016633485,0.0032643923,0.0067100343,-0.030389622,-0.025193783,0.022656279,-0.0022542998,-0.0118190255,0.0075332127,-0.0018880232,0.011464077,-0.0034059938,0.03380317,0.014703925,0.0015755554,-0.040660467,-0.032534417,-0.017264085,-0.008881262,0.02590368,0.019303149,0.034830254,0.0058793044,0.0059661535,0.03673338,-0.016916689,0.014220591,-0.009674231,0.020541692,-0.027685972,0.02569222,-0.013865642,0.018850025,-0.01558752,0.0005116543,0.009878137,0.010557826,0.018306274,0.0067062583,-0.016025541,-0.0100669395,-0.006075659,0.005694278,-0.013797673,-0.0015085306,0.010240638,0.05543236,-0.025662012,0.02179534,-0.004229172,-0.00089964306,0.006090763,0.019363565,-0.02818441,0.019620337,-0.0022297555,0.024529198,-0.01955992,-0.005384642,0.024121385,0.019182315,-0.018744295,0.010557826,-0.03338025,-0.044799015,-0.028909411,-0.0027489618,-0.008005219,0.043288596,0.017203668,-0.00054799876,-0.017853148,-0.010180221,-0.05343861,0.016690126,-0.020979714,-0.009621366,-0.014114861,0.017943773,0.023532322,0.01071642,0.04247297,-0.01735471,0.013593767,0.02208232,0.0023203806,-0.030072434,0.0129367355,0.02075315,0.030178163,0.027565138,0.0053280015,0.028441181,-0.0223693,-0.00919845,0.046067767,-0.009258866,0.0013688168,0.0155573115,-0.020813568,-0.024045864,-0.0183969,0.0041838596,-0.00714428,0.0034022178,0.01717346,-0.005513028,0.010988295,-0.0191219,0.01717346,-0.0014764342,0.03618963,0.026281284,-0.0012753597,-0.00683842,-0.018714087,-0.0072009205,0.0049428446,0.004988157,0.032020874,-0.018079711,-0.013895851,0.0013678728,0.028697953,-0.011705744,-0.0022429717,0.0065212324,-0.0071858163,0.0009435396,-0.0252542,-0.019484399,0.0136466315,-0.0058868565,-0.00996121,0.03452817,-0.0045727924,-0.013299236,0.0009864921,-0.010127356,-0.04585631,-0.009485429,0.018155232,-0.034044836,-0.0149758,0.0065136803,-0.032322958,-0.0005838712,0.00064853596,-0.014885175,-0.005947273,-0.0019031274,0.0063739666,0.024000552,0.0058944086,-0.014114861,0.006487248,0.015051321,0.001709605,-0.0005749031,-0.011456525,-0.005380866,0.020360442,-0.0041838596,0.010497409,-0.049511522,0.0092739705,0.007967458,0.028229723,-0.032353166,0.012770589,0.010776836,0.009545846,-0.006423055,0.016629709,0.025752638,0.021115651,-0.006642066,0.010044283,0.0061247475,-0.005467715,-0.010965639,-0.0040970105,0.0367938,-0.010406784,0.043922972,0.029332329,0.0085565215,0.011161993,-0.004697402,0.036159422,-0.036280256,0.020602109,0.0056678457,0.013797673,0.0006999846,0.0075898534,0.008518761,0.019031275,-0.021734923,0.030767227,0.01605575,0.01717346,0.024166698,-0.063498,-0.033168793,0.012642204,-0.016856272,-0.006630738,-0.004467063,-0.0031039102,0.048756313,-0.0029906288,-0.019937525,-0.008866157,0.008866157,-0.00894923,-0.037095882,0.0025148469,0.0013990252,-0.01511929,0.016750542,-0.030404726,-0.016916689,0.02930212,-0.010565378,-0.017596377,-0.034256294,-0.000405217,0.0072046965,-0.008700011,-0.033863585,-0.018774504,0.00014230976,0.0183969,-0.0011063816,-0.021598985,0.0020107448,0.017943773,-0.006827092,0.035585463,0.0007792816,-0.020058358,-0.034649003,-0.025677117,0.013299236,0.010504961,-0.013178403,-0.0602657,-0.02002815,-0.006407951,-0.034830254,0.0011063816,-0.0039346404,-0.013744809,-0.00023128284,-0.00858673,0.0021750028,0.00004003199,0.027398992,-0.037005257,0.016357834,0.0028848995,-0.017671898,0.054737568,0.023441697,-0.0075256606,0.02262607,0.008488553,-0.020828672,-0.033682335,0.009538294,0.022127632,0.000651368,0.008322407,0.0083979275,-0.006781779,0.006830868,0.0049994853,-0.061927162,-0.012355224,0.00001876223,0.019257836,-0.012279703,-0.0041800835,0.027489617,-0.0198469,0.04117401,-0.0012800797,-0.020828672,0.021780236,0.0032266318,-0.051505275,-0.0103841275,0.008012771,-0.037277132,0.047759436,0.0061398516,0.024378156,0.019605232,0.0404188,-0.014953144,0.0069026127,0.028984932,-0.001458498,0.027957847,0.0027791702,-0.024952115,0.015353405,0.005924617,0.026945867,0.04452714,0.0027810582,0.03872713,0.006491024,0.011826578,0.0074463636,0.019423982,0.030540664,0.022837529,0.008669803,0.026825033,-0.015844291,-0.0009430676,0.007861729,-0.010346367,0.0077559995,-0.0028301468,-0.0022807322,-0.0054299547,-0.01800419,0.0030548216,0.0051014386,0.0022580759,-0.023804197,0.009477877,-0.026130242,-0.008073187,0.017203668,0.0009340995,0.020269817,-0.0053242254,-0.02810889,-0.027912535,-0.015602624,0.031809416,-0.021493256,0.0059510493,0.0016359722,-0.019862004,0.014537779,0.010482305,0.041113593,0.0059019607,0.0016831727,0.0154817905,-0.009553398],"social":"https://twitter.com/aMichaelLyons"},{"title":"beeloud","description":"beeloud is co-ai (community-owned, ai-assisted) media sharing the stories of builders in web3, ai, and futuristic tech","niche":"other","youtube_url":"https://youtube.com/watch?v=ExK-MdUK5lI","youtube_transcript":"Hello? My name is Poria, and this is Beloud, a space. For people to be loud and share their story with the world, and this is our story. We had an idea and we put up a tweet. Guess how many people joined? Three people me, Bahar, and my mom. We were sad, cried, but had a genius idea at start, a podcast. No one cared kept posting it everywhere and even messaged two hundred people on Twitter and it just took off. We were being loud, be loud, get it. We started showing other builders to be loud, like how to go viral on TikTok, share your story, and giving them one on one tips. And that's how we came up Be loud. You can apply wood just yourself. Maybe you're a musician with hundred followers, a developer coding in the basement, a founder college students, a single mom. Once you're in, you have four weeks to be loud. We'll hold your hand the whole way. Sharing AI tools so you can make content faster and easier plus had a right design studio set up lighting, posting everywhere to what you have three socials, there will be guest speakers from the top creator economy generative AI and web three protocols. Every week, you submit your progress for a chance to win twenty five thousand dollars. So apply now at b loud dot x y z slash apply. Invite your friends and bring your mom and be one of the first one thousand shaping the imagination age.","embedding":[0.028457914,0.0032604751,-0.018552672,0.021995923,-0.011328137,-0.05138147,-0.02125696,0.020659503,-0.06641228,0.021209793,0.0040289173,-0.015722604,0.0047403653,-0.06722985,-0.0037596677,0.05767051,-0.03556453,-0.060028903,-0.02238899,-0.027074324,-0.007558642,0.027152937,-0.020250713,0.03569031,0.015604685,-0.023929803,-0.0055540097,0.061192375,-0.024841715,0.007998874,0.005844878,-0.022923557,-0.027137214,0.0076726307,-0.03603621,0.015203758,0.007900609,-0.035658866,0.04534399,0.003126833,-0.044746533,-0.028001959,0.06490291,-0.0043905373,-0.011760508,0.043740284,-0.016060641,0.019999152,0.04311138,0.053268183,-0.051475804,0.012931842,-0.010306167,0.030580465,-0.032514345,-0.047136366,0.014291847,-0.016760295,-0.030266013,0.030470407,0.016901799,0.004712851,0.08439894,-0.011139465,0.009276336,-0.013254155,-0.038803387,0.010589174,0.016477289,0.04716781,0.08452472,0.0475766,-0.03537586,-0.002916543,-0.028756643,-0.015305955,-0.028096294,0.027577447,0.022436157,-0.08421027,-0.014857861,0.00730708,0.02191731,0.006961183,-0.0383946,-0.0178766,-0.048331287,-0.040438537,-0.029605664,0.006721413,-0.012530915,0.020392217,-0.025879407,0.030218845,0.052261937,0.01720053,0.018143885,0.030108787,0.060940813,0.015046532,-0.0026355016,-0.05820508,0.018348278,0.0054203677,0.0080303205,0.029244043,0.013183404,-0.040627208,0.021634303,-0.0071773687,-0.13030894,0.017231975,0.020690948,-0.009708708,0.02155569,-0.021995923,0.030690523,-0.044935204,0.008906855,-0.061129484,-0.068173215,0.022593383,-0.0007183265,0.019904817,0.009834489,-0.032058388,-0.0058055716,-0.010880042,-0.025392005,-0.007806273,-0.0131755425,0.00603748,0.037419796,-0.0014513929,-0.021099735,-0.025517786,-0.06050058,-0.018678453,-0.013938089,-0.01576191,0.019275913,-0.04087877,-0.02070667,-0.027876178,-0.06685251,-0.035344414,-0.034872737,-0.018018104,-0.032577235,0.0049919267,0.0151330065,-0.006304764,-0.049463313,0.011524669,0.044526413,-0.026618369,-0.005601178,0.060343355,-0.04770238,-0.018851403,0.020455107,-0.026052356,-0.0089383,0.0065484648,-0.0071380623,0.047985386,-0.015675437,-0.01679174,-0.08031106,-0.028033404,-0.047262147,-0.028269242,-0.039212175,0.017342033,0.07131773,-0.011123742,0.0049251057,-0.042671148,-0.010722816,-0.04949476,0.014716358,-0.0070122816,-0.0093706725,-0.013254155,-0.04782816,0.03326903,0.021036845,-0.0009580962,0.021870142,0.009064081,-0.012758893,-0.0007173438,0.016382953,0.019275913,0.035658866,-0.06509158,0.06930524,0.0035729618,0.016634515,0.020816728,0.0112731075,0.02493605,0.025156166,-0.022200316,0.036822338,0.029605664,0.024228534,-0.0075507807,-0.019040074,-0.025046108,0.06572048,-0.043394387,0.013828031,-0.010227554,0.0068196794,-0.012106406,-0.00060826825,0.0800595,-0.015439597,0.06873923,-0.0062261513,0.01153253,0.01207496,0.004732504,0.010235415,0.010424087,0.022797776,-0.006371585,0.03562742,0.009197723,0.024244256,-0.0043905373,-0.003525794,-0.059557226,0.048865855,-0.0140874535,0.029621387,-0.010832874,0.038709052,0.0025333045,0.052796505,-0.038017258,0.03054902,0.019731868,0.023882635,0.018332556,-0.045972895,-0.030533297,-0.002995156,-0.011241662,0.04619301,-0.01853695,0.016838908,0.012420857,0.04219947,-0.024008416,0.007098756,-0.0015408152,0.016320063,-0.052544944,0.015368845,-0.012428719,-0.034212388,-0.019511752,0.010636342,0.018348278,-0.009480731,0.0005045973,-0.016382953,0.022121703,-0.017357755,-0.020313604,0.006890431,0.034369614,-0.0039719227,-0.028363578,-0.0027927277,0.022027368,0.004669613,0.006756789,-0.039872523,0.043142825,-0.025973743,0.0022188525,-0.011186633,0.0029794334,0.028913869,0.000582719,0.009331365,0.028913869,-0.008191477,-0.050626785,-0.003967992,0.021146903,0.0047246427,0.00055667845,0.051412914,-0.054966222,0.008207199,0.015101561,0.024417205,-0.06351932,0.016524456,0.0045005954,0.025753625,0.017184807,-0.004547763,0.02523478,-0.003785217,-0.063865215,0.013741556,0.05524923,0.017735098,-0.03127226,-0.035092853,0.0475766,0.016933244,-0.028112017,-0.01630434,-0.055154894,-0.036444996,0.017294865,0.009032636,-0.03235712,-0.0044298437,-0.02010921,0.03433817,0.00028055022,-0.03175966,-0.035784647,0.03260868,-0.03719968,0.016288618,0.04279693,0.018411169,-0.019967707,-0.009614373,-0.009944547,0.016697405,-0.0104948385,-0.06666384,-0.048268396,-0.018788513,0.025250502,0.04377173,0.03465262,0.019055797,-0.045564108,0.010887903,0.027876178,-0.030391794,-0.02584796,0.019464584,-0.014024563,-0.017577872,-0.020266436,0.013474272,-0.03845749,0.003230995,0.013757278,-0.045721333,0.013324907,0.041822128,0.020832451,-0.020329326,-0.0074957516,-0.06226151,-0.035595976,0.044369187,-0.007456445,-0.0016950932,-0.030721968,0.051287133,0.007692284,-0.030721968,-0.014268263,0.03364637,0.012177157,-0.010707093,0.0028477567,0.050375223,-0.0019623775,-0.011556114,0.029935839,-0.06458846,0.047199257,0.050217997,-0.0429856,-0.009016913,-0.026948543,0.046161566,-0.022860667,-0.008057835,0.038866278,0.03471551,0.011249524,0.042828374,0.006316556,-0.024228534,-0.01576191,0.011296691,-0.02270344,-0.041036,0.010141079,-0.012004208,0.0059981733,0.030690523,-0.021602858,0.018332556,0.011744785,0.033300474,-0.04502954,0.049368978,0.003187758,0.04081588,0.0037478758,-0.0028536527,0.001926019,0.024653044,0.042105135,0.015180174,-0.03188544,0.026885653,-0.014897168,0.0069886977,0.048142616,0.028756643,-0.004197935,0.014276125,-0.028992482,-0.059054103,0.008757491,0.016933244,-0.009873795,-0.026854208,-0.02451154,-0.037639916,0.055217784,0.041790683,0.016210005,0.02880381,0.057198834,-0.0049368977,-0.0025254432,-0.0010730678,-0.046696134,-0.010966516,-0.011744785,-0.05440021,-0.01617856,-0.026225304,-0.044432078,0.022294654,0.035973318,-0.022923557,-0.042356696,0.014228957,0.0037400145,-0.009457147,-0.016225727,0.00014850491,0.028426468,-0.011257385,0.00085147726,0.024212811,0.009732292,-0.011045129,0.0112731075,-0.023678241,-0.016084224,0.01455127,0.009669402,-0.020439385,0.017499259,-0.027986236,-0.018804235,-0.011108019,0.010581313,-0.0031346942,-0.023080783,-0.02414992,0.006556326,0.01617856,0.022153148,0.0023937665,-0.024983218,0.008985468,0.0073621096,-0.039023504,-0.018945739,-0.012609528,0.024181366,0.046224456,-0.019810481,-0.022671996,-0.028835256,-0.0488973,-0.0019397762,0.015651852,-0.010274722,-0.0032545791,0.022923557,-0.0283793,0.072009526,0.009378534,-0.018694175,-0.023804022,-0.033489145,-0.019779036,-0.005392853,-0.010376919,-0.021021122,0.014684912,0.033017468,0.008718184,-0.010117495,-0.0045320406,0.050752565,-0.021319851,-0.011972763,-0.026492588,0.018442614,-0.03452684,0.018096717,0.0014651502,-0.013898782,-0.04122467,0.0025411658,-0.0101725245,-0.004877938,-0.0039699576,-0.007916331,0.011383166,-0.0032997816,-0.026492588,0.0013472306,-0.01817533,-0.04515532,-0.00808928,0.0026590854,-0.029857226,-0.0011005823,0.042828374,0.009001191,-0.0050508864,0.024338592,0.0048740073,-0.01866273,-0.01503081,0.016131392,0.059966013,0.0028595487,0.039872523,-0.030659078,0.03446395,-0.0024586222,-0.0016646307,-0.010353335,0.014952197,0.0662865,0.033866487,0.019055797,0.02142991,0.012350106,-0.0041940045,0.010887903,-0.016131392,-0.019338803,-0.002910647,-0.0021087942,-0.027577447,-0.05760762,-0.020690948,-0.03641355,0.029432716,-0.031256538,-0.0012371724,0.0041271835,-0.011925595,-0.029401269,-0.03286024,-0.015305955,-0.051884595,0.007106617,-0.032042667,-0.012994733,-0.020989677,0.004272618,0.01762504,0.017609317,-0.025549231,-0.0064226836,0.023238009,-0.023112228,0.017593594,0.011563975,0.015989888,0.034369614,-0.011147327,0.0039031366,0.011320275,-0.0050626784,-0.007358179,0.00095957017,0.0004382676,-0.025753625,-0.020062042,-0.00030978443,0.026665537,-0.02076956,-0.013741556,-0.010369058,-0.01261739,-0.041067444,-0.031004975,0.01122594,-0.015007226,0.02819063,0.04568989,-0.02584796,-0.013206988,-0.016351508,0.01781371,0.046444573,0.022090258,0.02113118,-0.0066310083,-0.03440106,0.023332344,0.044369187,0.024715934,-0.009071942,0.02155569,0.0011084436,0.001246999,-0.017467814,-0.02064378,0.043740284,0.0037950436,-0.01974759,0.045658443,-0.0010573451,0.034967072,-0.030832026,-0.012578083,0.009378534,-0.02988867,0.030643355,0.014449073,-0.024951773,-0.011375304,-0.021052567,0.069808364,-0.010062466,0.02572218,-0.0049290364,-0.050689675,0.00923703,-0.02293928,-0.0013157855,-0.028033404,0.010722816,-0.02094251,-0.026649814,0.03996686,0.05433732,-0.006788234,0.022970725,-0.004846493,0.0037596677,-0.02916543,0.0044770115,0.018128162,-0.030344626,0.030800581,-0.01322271,-0.02650831,-0.027530279,0.03694812,-0.025502063,-0.013993118,0.011076574,-0.02825352,-0.022546215,-0.0133642135,-0.00071439584,0.016713127,-0.032640126,0.027215827,-0.019543197,-0.028976759,0.035721757,-0.030328903,-0.04502954,0.025030386,-0.0057859183,0.004382676,-0.0019849788,0.0060217576,-0.05329963,-0.02210598,0.0058645313,-0.02578507,-0.0057151667,-0.002083245,0.017892323,-0.033363365,0.03537586,0.011854843,0.010156802,-0.02916543,0.020675225,-0.0062458045,0.023206564,-0.019653255,-0.0063244174,0.0037282226,-0.050438114,-0.0024743448,0.03320614,-0.027121492,0.009111249,-0.0050508864,-0.060280465,0.02474738,-0.039809633,-0.002313188,0.012625251,-0.043331496,-0.022184594,0.019951984,0.037042454,0.0149993645,0.0077984114,-0.022766331,0.01913441,-0.045312546,0.010054605,-0.0283793,-0.02867803,0.024228534,0.000668702,0.025564954,0.039778188,0.021241238,0.015777633,0.0025431311,0.034967072,-0.018521227,0.016618792,-0.021634303,0.017483536,-0.02572218,0.017829433,-0.0050941235,-0.015471042,-0.0027337677,-0.0013668839,0.011163049,0.014040286,-0.01679174,-0.007924193,-0.010141079,0.024354314,-0.0023760786,0.03139804,0.019731868,-0.0052749338,0.032577235,0.00301874,0.041507676,-0.029149707,-0.007228467,-0.010125357,0.02293928,-0.024197089,0.0011202355,0.0032919203,0.0219802,-0.0071341316,0.0011497154,0.0133642135,0.0031857926,-0.017467814,-0.006108232,-0.023898358,0.009472869,-0.026115246,0.008985468,0.003368568,-0.029008204,-0.012625251,0.008474484,-0.035973318,0.01624145,0.031901162,-0.005954936,-0.028001959,-0.045501217,0.051129907,0.023096506,-0.04311138,-0.004720712,0.042702593,-0.043991845,-0.040973105,-0.020297881,0.03358348,-0.045658443,0.024024138,-0.020989677,0.011878427,0.0074878903,0.01630434,0.00012872882,0.019150132,0.0015634164,-0.03556453,0.005809502,0.010015299,0.024888882,-0.002053765,0.00039404776,0.002089141,0.028284965,-0.010518422,-0.005825225,0.025910852,0.009590789,-0.024228534,-0.01563613,0.01974759,-0.0016007576,-0.009425702,-0.0044966647,-0.00039552175,-0.032199893,-0.018788513,-0.011430333,0.011312414,-0.029369824,0.0072599123,0.005113777,0.018851403,0.03352059,0.032011222,0.03694812,-0.0347784,-0.032105558,0.002269951,0.0028870632,-0.022561938,0.054494545,-0.019433139,-0.02414992,0.048991635,-0.008348702,-0.012868951,0.023866912,0.0024900674,-0.04046998,-0.007987083,0.014315431,0.0151330065,0.02312795,-0.057922073,-0.0022149219,0.008340841,0.011210217,0.056129698,-0.009465008,0.0147320805,-0.030328903,0.0024311077,0.03641355,0.014897168,-0.037514135,0.012688141,-0.0039817495,-0.008191477,0.013749417,-0.025156166,0.032325674,-0.00887541,-0.01907152,0.030171677,0.021225516,0.043551613,0.003333192,-0.012271493,-0.024951773,-0.039778188,-0.01762504,0.004351231,-0.01949603,0.01781371,0.012405135,-0.004335508,0.022121703,-0.015022948,0.008317257,0.015384568,-0.0075075435,0.038709052,-0.018694175,-0.032262783,-0.021304129,-0.0030953877,-0.016650237,-0.010148941,0.04502954,-0.047010586,0.018222498,0.0045752777,-0.030093065,0.006108232,-0.0036731933,0.010801429,0.023882635,0.0069926283,-0.03531297,0.012986871,-0.0031307635,-0.017247697,0.012232186,-0.01371011,0.0035670658,0.03163388,0.01998343,0.01249947,0.022153148,0.015109423,0.036004763,-0.0050823316,0.0027927277,-0.032026943,0.0038323847,-0.0014140517,-0.005263142,0.005632623,-0.01866273,-0.03163388,0.0071930913,0.025187612,-0.0075507807,-0.02414992,0.0037950436,-0.0130419005,-0.00033214,-0.005833086,0.014331154,0.01617856,0.037860032,-0.02238899,0.022671996,-0.034935627,0.000018655239,0.022860667,0.026429698,0.025376283,-0.006501297,-0.014394044,-0.033552036,0.008490207,-0.033552036,0.020690948,-0.015463181,-0.029432716,-0.0053417548,0.02710577,-0.016823186,-0.015219481,-0.0059627974,0.010345474,-0.014991503,0.0021284476,0.04502954,-0.014268263,0.027844733,-0.014873584,0.0114067495,0.0121850185,-0.0034746956,-0.011021545,-0.015667574,-0.00088390516,-0.041507676,0.026429698,0.009024775,-0.0049919267,0.00065052276,-0.013537162,-0.0383946,0.05512345,0.017530704,0.0049840654,0.019244468,-0.025533509,0.013993118,0.034495395,0.03054902,-0.018143885,0.00069032056,-0.013812307,0.013254155,0.004775741,0.0214928,-0.019213023,-0.026979988,-0.024668766,0.018206775,-0.006768581,-0.0297,-0.0041153915,0.016886076,0.0047914637,-0.027058601,-0.011917734,-0.049903546,-0.024165643,0.04279693,-0.014975781,0.009527898,-0.027530279,-0.0082700895,-0.021052567,0.019668978,-0.0070240735,-0.0011909873,0.00488973,-0.01135172,-0.0025804725,0.0069140154,-0.024841715,-0.020014875,0.012232186,0.0043315776,0.02204309,0.008584542,-0.0019446895,-0.02204309,-0.02257766,0.013332768,0.052073266,-0.027750397,0.005589386,-0.036822338,-0.009567205,0.02982578,-0.00032845503,-0.0013118548,0.02487316,-0.017860878,0.0028968898,0.011021545,-0.011870566,-0.01847406,-0.04009264,0.011100158,0.019213023,-0.027561724,0.005160945,0.00001497793,-0.012389412,0.0028811672,-0.0028595487,0.03352059,0.019055797,-0.0048150476,-0.007558642,0.019150132,-0.0015329539,0.008042112,-0.0051059155,0.0106835095,-0.014700634,0.019102965,-0.00984235,0.015140868,-0.002916543,0.008828242,-0.009692986,0.008490207,-0.02867803,-0.035941873,0.0020439385,0.02523478,-0.0065484648,0.042828374,-0.0067607197,0.0028831325,-0.017656485,-0.0075665032,0.0054085758,0.060909368,-0.005620831,0.031916887,0.028284965,0.007692284,0.011241662,-0.016901799,0.03025029,-0.007342456,0.01859984,-0.005550079,0.0026001257,0.004901522,-0.042954154,0.011367443,0.00006264475,0.010895764,0.007637255,0.0043787453,0.01412676,0.017247697,0.011194495,-0.016587347,0.0011487327,0.013686527,-0.005031233,0.015777633,-0.019574642,-0.0056837215,0.012664557,0.030391794,0.023080783,0.01762504,0.024590153,-0.03864616,0.04232525,-0.013655081,-0.033426255,-0.0077512437,-0.013725833,0.027341608,0.025313392,-0.008867549,0.0071812994,0.002083245,0.015305955,0.029133985,0.00235446,0.028929591,-0.016382953,-0.010777845,0.0030835958,0.009630095,0.10024732,-0.023615351,0.0024114545,-0.005589386,0.049243197,0.007963499,-0.02161858,-0.00006110934,-0.031916887,0.007955638,0.0012391377,0.0033783945,-0.0007876042,-0.000504106,0.01926019,-0.0039345818,0.0121850185,-0.0016420295,0.013890921,-0.028017681,0.017955214,0.024590153,0.014952197,-0.02982578,-0.013309184,-0.017577872,-0.010196108,-0.016996136,-0.010400503,0.029322656,-0.0016371162,-0.0014985607,0.01679174,-0.006285111,0.017357755,0.009708708,-0.008144309,-0.010070328,0.011005823,0.0005394819,-0.029023927,-0.029133985,-0.0028909938,0.018411169,0.02880381,0.021036845,-0.022467602,0.0019279843,-0.02397697,-0.030077342,-0.013269878,-0.0012607563,0.014142483,0.026335362,0.008254367,-0.0058645313,0.020738116,0.015070116,-0.008946162,0.0196847,-0.029008204,0.03990397,-0.033803597,0.012232186,0.0018847472,-0.028473636,-0.015282371,0.0018031861,0.002301396,0.034558285,-0.0127195865,0.01830111,0.03732546,0.010801429,0.0016626654,-0.0062222206,0.009685124,0.000007350778,0.043268606,-0.032891687,-0.041916464,0.023316622,0.009433563,0.012012069,0.00027956755,-0.02058089,0.0020203546,-0.00077237294,-0.01889857,0.027530279,-0.033960827,0.014881445,0.007939915,0.015588962,-0.015172313,0.008639571,-0.023175118,-0.0085924035,-0.005789849,-0.010148941,0.0069769057,0.00646199,0.013128375,0.004268687,-0.009229168,-0.005031233,-0.03820593,-0.00040313738,0.0071695074,0.022955002,0.021288406,-0.009999576,0.019511752,-0.016445844,0.030879194,-0.015596823,0.0014268263,-0.025910852,0.013018317,-0.04421196,0.030517574,-0.017373478,0.022892112,-0.010667787,-0.014559131,0.0144097665,0.023646796,-0.022231761,0.06905368,0.005271003,0.013717972,0.025973743,0.027514556,-0.04575278,0.012035654,0.015219481,0.0012646869,-0.027844733,-0.017247697,0.025675012,-0.01955892,0.022955002,0.00041566635,0.00030020348,-0.011972763,-0.040595762,0.004418052,-0.014323292,-0.012908258,-0.0073031494,-0.0043473,0.032451455,0.025093276,0.024401482,-0.011949179,0.01437046,0.014158205,0.015651852,-0.055563685,0.0108171515,0.0057033747,-0.02312795,0.009850211,0.0061318157,0.0002004632,0.006061064,-0.008022458,0.004040709,0.0096379565,0.009590789,-0.0053692693,-0.0429856,-0.060343355,-0.015195897,0.023709686,0.007711937,-0.022341821,-0.005943144,-0.020282159,-0.009983853,-0.00040977038,-0.013812307,-0.018678453,0.007208814,0.021807251,0.010903626,-0.013034039,-0.017106194,0.0062340125,-0.018867126,0.020376494,0.00050558,-0.020533722,0.0054439516,0.002680704,-0.020376494,-0.031728216,-0.028505081,-0.011988485,0.032891687,0.010691371,-0.017845156,-0.008781075,-0.012412996,0.00022810059,0.021477077,0.004866146,0.0070437267,0.022829222,-0.0283793,-0.011579698,-0.029495606,-0.015573239,0.008710323,0.0003859408,-0.019543197,0.008285812,0.020848174,0.013434965,-0.04949476,0.070059925,-0.012507332,0.0066938987,-0.05040667,-0.015801217,0.01830111,0.02391408,-0.0065170196,0.0064462675,0.010463393,-0.011398888,0.0076883533,0.010227554,0.038237374,-0.042105135,0.021461355,-0.015950581,0.011296691,0.006890431,-0.017955214,0.015667574,-0.00092075503,0.024024138,-0.013804446,-0.036444996,0.040784433,-0.008600265,0.006120024,-0.012916119,0.018002382,-0.013002594,0.02245188,-0.020612335,-0.010455532,-0.03333192,-0.007535058,-0.04100455,-0.025690734,-0.0013511613,0.018568395,-0.013489994,-0.00996027,0.0357532,0.0026669467,-0.025124721,0.021461355,0.033017468,-0.012640974,-0.026964266,-0.0027809355,-0.0075625726,0.00392279,0.01720053,-0.00009347579,-0.058802538,0.0038854484,0.016713127,0.027624615,-0.0042529646,-0.019668978,-0.038614716,-0.01297901,-0.035784647,-0.01624145,-0.013269878,0.0149993645,0.02245188,-0.001966308,0.0003972414,-0.03182255,-0.015109423,0.013930228,-0.008230783,0.03660222,0.039400846,0.0334577,0.009205584,0.02982578,-0.0072795656,-0.0032467179,0.0007763036,-0.0128532285,0.0011585593,0.021634303,0.010486977,0.029605664,-0.014142483,0.027200105,-0.0005817363,-0.001754053,0.013301323,-0.0051059155,0.011689756,0.0076883533,0.03833171,0.0137651395,-0.0050941235,0.014834277,-0.06521736,0.024888882,-0.009276336,-0.0031740007,0.051821705,0.029857226,0.0046342374,-0.023253731,0.004583139,-0.025030386,0.05006077,-0.01853695,0.02204309,-0.012420857,0.043268606,-0.038677607,0.013269878,-0.019668978,-0.012043515,0.0028084503,0.012530915,-0.010353335,0.015313816,-0.02548634,-0.012420857,0.017310588,0.010337613,0.032199893,-0.0055815247,0.023159396,0.00022269595,0.0370739,0.020958232,0.04782816,0.001966308,0.020518,-0.027215827,0.027058601,0.025910852,-0.015604685,-0.047450818,0.005892046,-0.050029326,-0.0334577,-0.00501158,0.0191973,-0.013592191,0.024417205,-0.014291847,0.014574854,-0.0003788165,-0.027027156,0.01672885,-0.035281524,0.04509243,-0.00784558,-0.019590365,-0.038048703,-0.01322271,0.02861514,-0.009952408,-0.027907623,0.036696557,0.011265246,0.011021545,0.012546638,0.038960613,0.017247697,-0.014283986,-0.003677124,-0.025313392],"social":"https://twitter.com/beeloudxyz"},{"title":"recoop rentals","description":"a real estate company that turns renting into wealth building","niche":"web3","youtube_url":"https://youtube.com/watch?v=zy2P7YDKWhY","youtube_transcript":"Hey. I'm Brian, and I've been building Ricu Rentals. Ricu Rentals is a real estate company with a tenant rewards program. Throughout BuildSpace, I've outlined the model for the real estate company in our white paper, and I've begun building the software for the rewards program. So let's check it out. Here is the homepage at recoup rentals dot com. To find the white paper and more in-depth information about the company, you'll want to visit our about recoup link in the menu. This will send you to our external docs site with the white paper, beta testing directions, FAQ, and blog posts. Okay. Let's book. I'll search for West Lafayette and go. This booking looks nice. To reserve this place, I need to have my wallet connected in a Silver or Gold Pass from the rewards program. I'll select Silver Pass twenty two in reserve. Now this won't be approved. The pass is used for another booking during the same time frame. To check-in, I'll navigate to the bookings page through my account. When I check-in, the payment is made and rewards are sent. Here, you can see an old booking where I'm still waiting for the property manager to return my security deposit. I have made quite a bit of progress on this site, streamlining the booking process and building a better looking front end. I've also gone for zero to seventeen unique users and even onboarded the deepest female free diver in the western hemisphere to web three. I found it's very difficult to onboard users into a web three product.","embedding":[-0.011769483,0.0151321925,0.014531128,0.0060837422,-0.020891035,-0.023165332,-0.0032672703,0.026121916,0.016480526,-0.03583641,0.019347763,-0.04285424,0.0035657715,-0.01780449,-0.0015381959,0.008195589,0.011996913,-0.022288103,-0.03694107,0.052048896,-0.008382406,0.045258496,0.011517686,-0.010681069,-0.0013168581,0.01741461,-0.013507695,0.011696381,0.013970677,-0.028656133,-0.011875075,-0.037753318,0.002211347,0.006977216,0.006839134,0.0003538358,0.0060959263,0.013499573,-0.0026052876,0.017690776,0.003961743,0.025017258,0.03213256,-0.018892903,-0.04899484,0.07134792,-0.015846971,-0.011444584,0.0153758675,0.03707103,-0.08252446,-0.0037911707,-0.018762944,-0.026349347,-0.033822034,-0.010177475,-0.007245258,0.017235916,-0.0331235,0.03567396,0.043861426,0.014774803,0.017983185,0.0129147535,-0.03525159,0.035446532,-0.051204156,0.051529054,-0.03668115,-0.012768549,0.004223693,0.02110222,0.015717011,-0.0046663685,-0.01097348,-0.040839862,0.03687609,0.04275677,-0.025959468,-0.03008569,0.017203426,-0.0037038538,-0.032961052,0.0032185353,-0.033432156,-0.011095317,-0.039930142,-0.058189493,-0.005637006,0.03616131,-0.013873207,0.07284246,-0.010478008,0.012411159,0.05507046,-0.015838848,-0.04220444,0.027356535,0.03076798,0.050716806,0.0013930064,-0.07947041,0.02155708,-0.058611862,0.021995693,0.0030885756,0.006473622,0.0009518539,-0.004040937,-0.033789545,-0.12710068,0.039377816,-0.01077854,0.012126872,-0.011200909,0.039377816,0.0071924618,-0.034081955,-0.040287532,-0.017479591,-0.0074645653,0.039442796,0.0073183603,-0.025991958,0.017447101,-0.029240951,-0.013597042,-0.04077488,-0.021150956,-0.023230312,0.045096047,0.0061121713,0.05516793,-0.038955446,-0.041392192,0.0060390686,-0.050814275,-0.03606384,-0.050911747,-0.026300611,0.03723348,-0.015351499,-0.009560167,-0.037395928,-0.06056126,-0.021768264,0.008804776,-0.021394629,-0.015749501,-0.0037424357,0.001773748,0.020192502,-0.056824915,-0.028298743,-0.015473337,-0.024091296,0.0010325711,-0.020419931,0.00071579416,-0.0016833853,-0.05471307,0.0084879985,0.008593591,-0.0053324127,0.017447101,-0.010754173,0.014303699,-0.02727531,-0.10019899,0.02452991,0.010681069,-0.039897654,-0.0642976,0.031076634,0.011672013,0.0066035814,0.029127236,0.00079498836,0.03305852,-0.025504608,-0.03024814,-0.031206593,-0.004369898,-0.0109409895,-0.06770905,0.0041993256,-0.030735489,0.020289972,-0.019169068,-0.0011066888,0.045940783,0.06465499,0.0021991632,0.016797302,0.0007685903,-0.01767453,-0.001250863,-0.019542703,0.03237623,-0.027746415,-0.052276324,-0.018925393,0.011257767,0.06095114,-0.0018427891,-0.01509158,0.0052471263,-0.0075214226,-0.040579945,-0.0087316735,0.05542785,0.04918978,-0.0046176338,0.014076269,-0.037395928,-0.015595174,0.009413962,0.026528042,0.05468058,0.03729846,-0.029338421,0.01391382,-0.038728017,-0.0053324127,0.028428704,0.06848881,0.07147788,-0.018275594,0.07290744,-0.02786013,0.039052915,0.020013807,-0.017398367,-0.023701416,0.01391382,0.023067862,-0.0044348775,-0.0141412495,0.01084352,0.015213418,-0.006680745,0.039052915,-0.015781991,0.013125938,0.06504487,0.0025159402,-0.028786093,-0.04886488,0.034634285,0.025293423,0.038987935,0.024838565,-0.01329651,0.0119400555,0.011070949,0.000077925106,-0.04860496,0.04213946,0.04340657,-0.0358689,0.029712057,-0.020517401,-0.016439913,-0.0024184703,-0.009397717,-0.021508345,0.03567396,-0.016236851,0.0024062865,-0.02462738,-0.062868044,0.007180278,0.029874505,0.0035007917,-0.02145961,0.039085407,0.028201273,-0.019169068,-0.03629127,0.025488364,-0.015099702,0.004211509,0.007984404,0.02162206,0.0033038214,0.06345286,0.0059375376,-0.025926977,-0.026463062,0.0313528,0.0014336188,-0.030329365,-0.017447101,0.006676684,0.038338136,0.002436746,0.0180969,-0.057474714,0.029906996,0.034796733,-0.009519555,0.01061609,-0.0042358767,0.030881694,0.0050156354,0.045940783,0.020907281,-0.02750274,-0.00083610846,-0.012492385,-0.013207163,0.03434187,0.02789262,-0.047695242,-0.0046176338,-0.0064573768,0.070438206,-0.027746415,0.009454574,-0.017300896,-0.002436746,-0.0071680946,0.004593266,-0.0012376639,0.01352394,-0.023116596,0.034406852,-0.011907565,0.013808227,-0.009617024,0.00067772,-0.044933595,-0.007025951,-0.020972261,-0.033659585,0.0043820813,0.00806969,0.018909149,0.013930065,0.056792427,-0.007046257,-0.01515656,-0.022905413,0.026316857,0.01570889,0.019688908,0.037623357,-0.011647645,-0.0020275756,0.019575194,-0.005511107,-0.009397717,0.01231369,0.008999716,0.018178126,0.008715428,0.034081955,-0.021540834,-0.034536812,0.018795434,-0.054128252,0.03655119,-0.018600494,0.0015392113,0.016131258,0.019867603,-0.022190634,0.012565487,0.05253624,-0.015733257,0.0094708195,-0.0014803231,-0.03658368,0.0126629565,-0.014498639,0.033854526,0.06572716,0.03612882,0.018600494,-0.021475855,0.064492546,-0.002802258,-0.018811679,-0.02992324,0.029874505,0.0027860128,-0.0092108995,-0.039670225,-0.028851073,0.026073182,-0.0067335414,-0.010932867,0.014206229,-0.04295171,0.032522436,-0.018535515,0.02659302,0.04353653,0.02119969,-0.05451813,-0.0039698654,-0.016391179,-0.0073021157,-0.039637733,-0.007996588,-0.013670145,0.032782357,-0.049807087,0.00810218,-0.028899807,-0.008861633,-0.065434754,0.059586562,-0.026446816,-0.026869185,-0.012468017,0.015457092,0.0048369407,0.05390082,0.050034516,-0.016383056,-0.03273362,-0.005092799,-0.019055353,0.0248873,0.04317914,0.020484911,0.0029423707,-0.01613938,-0.052308813,0.014295576,-0.015895706,0.031905126,0.040742394,-0.056824915,0.0034215974,0.011712626,0.01564391,-0.025618322,-0.008650448,0.057897083,-0.032814845,-0.03534906,0.034731753,-0.013507695,-0.027356535,0.022158144,-0.01806441,-0.028347477,0.029484626,-0.06221825,0.009673881,-0.028656133,0.0067538475,-0.044153836,-0.032961052,0.020907281,0.017528325,-0.029013522,-0.0065751527,0.0041952645,0.045290984,-0.009527677,0.04275677,0.0033180357,-0.025179708,-0.023587702,0.02495228,-0.005308045,-0.024221255,0.008926612,-0.07596149,0.0035414041,0.012939122,-0.03158023,-0.016261218,-0.025813263,0.0028855135,-0.038338136,-0.015237785,-0.038468096,0.045355964,-0.038110707,0.050976727,0.03583641,0.07147788,-0.048669938,0.0037992932,-0.1341185,0.005178085,0.044088855,0.036843598,0.0072493195,-0.022044428,-0.006725419,-0.027746415,0.045745846,-0.059164193,0.010786662,0.039865166,0.043926407,0.017690776,-0.016586117,0.022515533,-0.0049709617,0.042789258,-0.058936764,-0.02145961,-0.0092108995,0.031840146,-0.019055353,0.020095032,0.004223693,0.029647077,-0.005210575,-0.005003452,0.009868821,0.007277748,-0.017479591,-0.029387157,0.0269829,-0.010274946,0.0026682368,-0.0054704947,-0.011054704,0.007062502,-0.043763958,-0.025049748,-0.0035881083,-0.008699183,-0.008142793,-0.023002882,0.0017585184,0.028087558,-0.034471832,0.020614872,-0.03664866,-0.0015818543,0.015042845,-0.016358688,0.0027981966,0.017528325,-0.0028652071,-0.023798885,-0.0134102255,-0.004711042,0.0057507204,-0.0081184255,0.00082138646,0.018113146,0.04184705,0.002146367,0.0047963285,-0.013337123,-0.022141898,0.0032672703,0.03286358,-0.008788531,0.03086545,0.028185029,-0.018080655,0.002861146,-0.014758558,-0.000032045748,-0.01505909,0.012484262,-0.0026986962,-0.0059659663,-0.028396213,0.004922227,-0.0031921372,0.006562969,-0.014717946,-0.013954432,0.03616131,-0.0013280265,-0.019266538,-0.017317142,-0.012240588,0.00911343,-0.02498477,-0.053283513,0.017187182,0.04129472,0.0043333466,0.0074686264,0.0030499937,-0.016813546,0.037980746,0.039475285,0.013710758,-0.0066888677,0.0049547167,0.0036185677,-0.004438939,0.035998862,-0.009657636,0.031563982,-0.04210697,0.0491248,0.008788531,-0.010242456,-0.026381837,-0.016667342,-0.022028184,0.016285585,-0.009755107,0.010989725,-0.01084352,-0.034309383,0.010819152,0.031239083,0.01512407,-0.0048978594,-0.01610689,-0.015806358,-0.021020995,-0.023035372,0.010153108,0.011517686,0.010006904,-0.028721113,0.028834827,0.046688054,0.05481054,0.0021930714,-0.0059659663,-0.046005763,-0.029809525,0.034731753,0.02708037,0.019396499,0.006274621,-0.03011818,-0.03476424,-0.008942857,0.015660154,0.035641473,0.007050318,0.00007913079,0.0055314135,0.026154406,-0.0028672377,-0.033627093,0.016350565,0.014912886,-0.0016712017,0.040969823,0.000467043,-0.025472118,-0.023457741,-0.03083296,0.050099496,0.0049831457,0.031239083,0.012776671,-0.029062256,0.013954432,0.015578929,0.008219956,-0.038630545,0.0607562,-0.03476424,-0.035089143,-0.038825486,0.020078788,-0.0051699625,-0.012695447,-0.028948542,0.039637733,-0.027454006,0.043276608,0.0031819842,0.014709823,-0.0072696256,0.028087558,0.0056288834,-0.034666773,-0.012890386,0.038857974,0.020566136,-0.020241236,-0.011184664,0.00525931,-0.0073670954,-0.006396458,0.0143930465,-0.016179994,0.036908578,-0.001250863,-0.0119319325,0.023019128,0.02443244,0.0030520244,-0.0029829831,-0.020988505,-0.02711286,-0.0242375,0.023733906,-0.08772285,-0.0042358767,0.02329529,-0.008349916,-0.020176256,-0.0061730896,-0.0032936684,-0.0064979894,0.005791333,0.012094382,-0.005190269,0.031027898,-0.03583641,-0.021508345,0.017105957,0.0131503055,0.03080047,-0.01499411,-0.0070543797,0.0015960686,0.008869755,-0.008130609,0.033887014,0.010413027,-0.0052796165,0.017528325,0.013109693,-0.022141898,0.012711692,-0.028412458,0.02126467,0.002162612,-0.01061609,-0.014230597,-0.009487065,-0.010900377,0.015042845,-0.09194655,-0.0060350075,-0.03240872,-0.017544571,-0.030962918,-0.013759492,0.006290866,0.012329935,0.007159972,-0.029679567,0.045648374,0.028688623,-0.033302195,-0.0024062865,-0.023392761,0.01803192,-0.0064573768,0.0114527065,0.02191447,-0.022190634,-0.008552979,-0.017057221,0.012208098,0.0005502985,0.015790114,0.052763674,0.00041805423,-0.0030662387,0.0013930064,0.008122487,0.032181293,0.043698978,0.011363359,-0.016017543,0.013320878,-0.041034803,-0.01819437,-0.031206593,0.05585022,-0.030735489,-0.02410754,-0.02038744,-0.029305931,0.0032307191,0.004946594,-0.011119684,0.033042274,-0.017512081,-0.0119400555,-0.028526172,0.008431141,0.0056694956,-0.017788246,-0.01734963,-0.034406852,-0.017463347,0.005271494,-0.02436746,0.04724038,0.010916622,-0.020907281,-0.063745275,-0.0013767615,-0.01205377,-0.007988466,-0.023766397,0.019916337,0.035933882,0.0019169068,0.003391138,0.00035256668,0.024513664,-0.004711042,-0.0063030496,-0.05572026,0.0042033866,-0.00051501644,0.00014430106,-0.008211834,0.00829712,0.019753888,-0.013345245,0.0025139097,-0.008349916,0.0026235632,-0.07167282,-0.06046379,-0.0016975997,0.038370628,0.008942857,-0.013207163,0.029224707,-0.0010498314,0.0008325549,-0.015570806,0.012159362,0.046720542,-0.006047191,0.01829184,0.03141778,0.017950695,0.01741461,0.0035576492,0.010039394,0.0049709617,0.02969581,-0.0056288834,-0.007030012,0.0031738617,0.010965357,0.016326198,0.004589205,0.010640457,-0.028006334,0.007976281,-0.033074766,0.03801324,-0.02197945,0.0034500263,0.013791982,0.01032368,-0.020192502,-0.020452421,0.022694228,-0.008029078,-0.015530194,-0.0011483165,-0.0014315883,0.016293708,-0.038208175,0.013694513,-0.016236851,0.027681435,-0.0024001948,-0.028314989,-0.023002882,-0.029305931,-0.024091296,0.014937253,-0.008341794,-0.025764527,0.04857247,-0.034374364,-0.020663606,0.009056573,-0.0273078,-0.0016569872,-0.009552044,-0.019965071,-0.015911952,-0.003354587,0.04285424,-0.002930187,-0.0060959263,-0.032944806,0.01812939,0.0031758922,-0.022954147,-0.05354343,0.0041952645,0.03060553,0.050456885,0.023587702,-0.018048165,0.0042764894,0.018405555,-0.015148438,0.045648374,-0.011639523,-0.011598911,-0.039442796,-0.033789545,0.01051862,-0.04230191,0.0073549114,-0.0041201315,0.023733906,0.02737278,0.008536734,0.026349347,-0.018762944,0.023993826,-0.008561101,0.008617958,0.002280388,0.049709618,0.004824757,0.01780449,0.01221622,0.0017828858,0.0024672053,0.0061121713,0.033107255,0.0018478656,0.03531657,0.022824187,0.009763229,0.04892986,0.019364009,-0.00623807,0.00114324,0.034959182,0.019445233,-0.026105672,-0.0026824512,-0.009348982,0.015115947,0.0008630142,0.00063863053,-0.060138892,0.058286965,-0.023896355,0.009487065,-0.050196968,0.01352394,-0.020566136,0.022726718,-0.038598057,-0.032035086,0.038175687,0.0056004543,0.016439913,0.07284246,0.021816999,-0.019640172,0.046558093,0.011257767,-0.013986922,-0.0010579539,-0.0076513826,-0.038370628,-0.0028042884,0.008447386,0.037753318,0.0011909596,0.03547902,-0.0010853673,0.04197701,-0.009519555,0.02113471,0.021443365,0.02162206,0.01055111,-0.004170897,0.041327212,0.019428987,0.014474271,-0.03469926,-0.0141331265,0.051853955,0.029192217,0.0057141692,0.040872354,-0.004369898,-0.015335254,0.008163099,0.0077691586,0.0043495917,-0.0022255613,-0.01659424,-0.021540834,-0.024351215,-0.008447386,0.047760222,0.01352394,0.009828209,-0.011217154,0.016781058,0.0024123786,-0.014912886,0.0009335783,0.030914184,-0.032359987,-0.014726068,0.017154692,0.031547736,-0.0016742476,-0.0038947323,-0.015733257,-0.019835113,-0.044706166,-0.017609552,0.0026601143,-0.028087558,0.05026195,0.031515248,-0.025780773,-0.0601064,0.0049181655,0.0069528488,0.044641186,0.011014092,0.030881694,-0.010567355,-0.018697964,-0.011647645,-0.014921008,0.005125289,0.001985948,0.014904763,0.020907281,0.007379279,0.039410304,-0.0069487873,-0.0065223565,-0.012370547,0.026544286,0.009738862,-0.0009787596,-0.009665759,0.015050967,-0.0027393086,0.020728586,0.018925393,0.010177475,0.028786093,-0.013255898,-0.013426471,-0.0019209681,0.02371766,-0.022239368,-0.05357592,-0.0031657391,0.0121674845,-0.0023006944,0.010632335,0.005523291,0.005174024,0.009625146,-0.0050643706,-0.016911017,-0.011980668,-0.02737278,0.026511796,0.002737278,0.014677334,0.010632335,-0.012703569,-0.010201843,0.0031332492,0.010884132,-0.01822686,0.011038459,-0.0010026194,-0.002848962,0.015944442,-0.006997522,0.022564268,0.0017239978,0.019282782,0.015725134,0.0056816796,-0.016878527,0.009690126,-0.0072168293,-0.010023149,-0.016537383,0.015960686,-0.00061274006,0.009600779,0.024253745,0.016911017,0.012841651,0.0021585508,0.011217154,0.009186532,0.013678268,0.029712057,0.0019514274,-0.02449742,0.007257442,0.008796653,-0.030946674,0.0043333466,0.01525403,-0.027697679,-0.008301182,-0.02100475,0.008609836,-0.028233763,-0.008423018,-0.007395524,0.016748568,-0.017040977,0.013954432,-0.0038764568,0.020939771,-0.011314624,0.009535799,-0.008479876,0.018210614,-0.017966941,0.009738862,0.017495835,0.007277748,-0.017772,0.01247614,0.01035617,-0.016975997,-0.007590464,0.032100067,0.0065507856,-0.0044186325,-0.0052999225,0.000037280945,0.011883198,0.01780449,0.019201558,0.037200987,0.018015675,0.012890386,0.09779474,0.0153758675,0.020111278,-0.034244403,-0.018048165,0.0028103804,0.03283109,0.03590139,0.007931608,0.007444259,-0.014092514,-0.016155627,0.0019311212,-0.00009245674,0.00077062094,-0.020826055,-0.003992202,-0.010169353,-0.0017849164,0.006396458,0.0021565203,0.021881979,0.030670509,-0.009300247,-0.03703854,-0.009040328,0.0014935222,-0.017252162,0.0055963933,0.023896355,0.030004466,-0.007123421,-0.021735774,0.02087479,-0.013930065,0.007127482,0.0029078503,0.008658571,0.03227876,-0.01770702,0.007594525,-0.0025991958,0.033074766,0.014652966,-0.00077925104,0.016545504,-0.024351215,0.008707305,0.004593266,-0.02711286,-0.032002598,0.004024692,0.03729846,0.0036551189,-0.0106973145,0.01806441,0.024789829,0.04665556,0.028363723,-0.0037261907,-0.020501155,-0.0035962309,-0.0080372,0.015944442,-0.029906996,-0.015172805,-0.00810218,0.025504608,-0.011322746,0.019461477,-0.04282175,0.02449742,-0.0038175688,0.00604313,0.025553342,0.00300532,-0.0057141692,0.016699832,0.0069406647,0.0049831457,0.017398367,-0.025244689,0.021719528,0.024058806,0.0057629044,0.013264021,0.029403402,0.0300532,-0.008999716,0.052113876,-0.0049993903,-0.01620436,0.0129228765,-0.012305567,0.0050115744,0.011745116,-0.0433091,0.001401129,-0.02407505,0.00085438404,0.006778215,-0.01855176,-0.017788246,0.02417252,-0.020030051,0.0023169394,-0.014303699,0.0035353124,0.0025565526,0.017560815,0.00061832427,-0.015278397,0.007025951,-0.0068350723,0.004808512,-0.013970677,-0.017203426,-0.02035495,0.038500585,-0.027518984,0.02329529,-0.020338707,-0.014677334,-0.019104088,0.010266823,0.0049547167,0.00040054013,0.007895057,0.017544571,-0.033529624,-0.00046399704,0.0033241275,0.008398651,0.030670509,-0.02782764,0.014425537,-0.014531128,-0.007428014,-0.0010000812,-0.008288997,-0.02959834,0.00103714,0.025553342,-0.012362424,0.0024306541,0.02462738,0.00019227449,0.0076351375,0.02672298,0.005446127,-0.009649514,-0.0036266902,0.039280344,0.032473702,0.025407137,-0.024221255,0.02158957,-0.029809525,-0.020972261,-0.03794826,-0.02145961,-0.008707305,0.0037627418,-0.016618608,0.033204727,0.009170287,0.004406449,0.019721398,-0.038338136,0.017463347,-0.023311537,-0.0031312185,-0.039930142,0.015408357,0.011249644,-0.0019981316,-0.01166389,-0.0065020504,0.0010833367,0.019948827,-0.04763026,-0.0019544733,-0.0065832753,-0.0059172316,0.02168704,0.020533646,-0.02077732,-0.009040328,0.0007421922,-0.00085438404,0.03668115,0.0039373753,0.010120618,0.03729846,0.031157859,-0.0073142992,-0.030036956,0.0054948623,-0.02443244,0.013109693,-0.02446493,-0.029046012,0.006343662,0.019737642,-0.004873492,-0.013239653,-0.035998862,-0.0014021442,0.027486494,-0.012882263,-0.0015067213,0.022466797,-0.01649677,0.019087844,0.027697679,-0.0033769237,-0.004642001,0.05955407,0.021085976,-0.022694228,0.00914592,-0.016025666,-0.013564552,-0.033367176,0.0067010513,-0.0075173615,0.057734635,-0.034634285,-0.039312836,-0.0063517843,0.021995693,-0.02498477,0.004889737,0.049807087,-0.02626812,-0.001081306,-0.018340575,0.0064858054,-0.03531657,-0.009608902,0.01620436,-0.016212484,0.017317142,0.007590464,-0.026576776,-0.014701701,0.007229013,0.011964423,-0.004223693,0.023376517,-0.015993176,-0.00041348534,-0.0006401535,0.006530479,0.020631116,-0.04285424,0.04285424,-0.029224707,-0.013215286,-0.01900662,0.0015087519,-0.020923525,0.013199041,-0.023993826,0.00787069,-0.025325913,0.009389594,0.0055842097,-0.0035617105,0.0024875116,0.010908499,-0.029127236,0.0052511874,0.015611419,-0.04155464,0.013288388,-0.010867887,0.00046120494,0.007379279,-0.025585832,-0.033854526,0.018600494,-0.006298988,-0.032977294,0.025212198,0.013954432,0.019169068,0.0031230962,0.04129472,-0.011160296,-0.0114527065,0.0019585346,-0.013450838,0.020468665,-0.0012630466,0.017187182,-0.0361938,0.0099662915,0.0014133126,-0.011574543,0.039280344,0.041392192,0.031157859,-0.012898508,0.014084391,-0.03286358,0.018275594,0.046005763,0.0006665516,-0.0029545545,0.014311821,-0.031807657,0.009576412,-0.0011371481,0.0153677445,-0.0072208904,0.033692073,0.033822034,-0.013028469,0.031125369,0.014222474,-0.012857896,0.038922954,0.02077732,0.0013331032,-0.0036104452,0.039442796,-0.0021098158,0.015635787,-0.008423018,0.021248424,0.029679567,0.022954147,-0.030881694,-0.021378385,-0.011598911,-0.002848962,-0.0041668355,0.02662551,-0.0002236222,0.015408357,0.010104373,0.016813546,0.027096616,-0.008134671,0.015936319,0.020663606,0.03807822,0.007594525,-0.008528611,0.010729805,0.04834504,0.040677413,0.019250292,-0.015351499,0.023067862,0.0131584285,-0.03024814,-0.009925678,0.03499167,-0.010494253,0.00047415015,-0.027291555,-0.0073061767,-0.005888803,0.009154042,-0.0011229338,-0.011948178,0.016521137,0.0038480281,0.020614872,-0.0070990534,0.029143482,-0.005807578,-0.010851642,-0.020046297,-0.009625146,0.016975997,0.00005758716,-0.013808227,0.0071518496,0.0036348128,0.039345324,-0.0050643706,0.0032591478,-0.03583641,-0.0035678023,0.02365268,-0.021865735],"social":"https://twitter.com/DegenLemur"},{"title":"never far","description":"connect with your family as if you never left","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Y-Dj41TWVG4","youtube_transcript":"Everybody. I'm Rishi, and I'm building an app to help us rebuild lost connection and meaning with friends and families, the ones we have left behind as we moved abroad for worker study. I call it never far, and this is how it works. So you can build or join a family. To build a family, all you need are a few details and then you generate a bear code using which your family can sign in. So you can build connection by answering questions or learning about each other. For example, This is a question of the day. You answer this and you practice gratitude as a family. And let's get the fun in family. So using topical questions and quizzes, you can get to know about aspects about each other and then react and just have a different level of conversation and connection with your family. So since, Emily, I got a lot of feedback and a lot of comments being interested about the project. And I've got ten users now that have tried out a very bad version of a test find app. Now I wanted to build it out on web and validate it a bit more, but then something else happened. My other app started blowing up. So I had to cheat a bit on your build space, but the good thing is I know that this is a problem worth building for. I finally managed to get a web version out as well, and I'm going to start improving it and put in more time.","embedding":[0.007460678,0.038994476,0.0034697126,0.037689354,-0.01162672,-0.06102238,0.008419624,0.01240661,-0.031927723,0.022982867,0.03488812,-0.029221984,-0.0022202977,-0.023810506,-0.011539182,-0.01765097,0.0015289416,-0.040395096,-0.039694786,0.045297258,0.059876416,0.015136223,-0.0034339014,-0.027996443,0.03345567,-0.05089973,-0.022171145,0.02158225,-0.0061157662,-0.0718135,-0.02678682,-0.015470462,0.00380793,0.037912183,-0.0062232004,0.00023003758,0.011762007,-0.018781014,0.00761586,0.011578972,-0.02780545,0.010703586,0.04189121,0.022393972,-0.051281717,0.017714635,-0.044405956,0.049594607,0.033010017,0.001940771,-0.06369629,-0.01297959,-0.028028276,0.019274414,-0.03641607,-0.020340793,-0.03549293,0.03207097,-0.04332366,0.0584758,0.043419156,0.0032369394,0.013982305,0.035524763,-0.006851887,-0.008507162,-0.029954124,0.0025286726,-0.017746465,0.0470162,0.045360923,0.020850109,-0.015287426,0.0024291968,0.012923884,-0.022473551,-0.016966576,0.018271698,-0.016194645,-0.021932404,0.061149705,0.007209999,-0.0019487292,-0.0098202415,-0.023683175,0.0014672667,-0.011905253,-0.04860781,-0.024463065,-0.0068120966,0.024638142,0.03103642,-0.015160098,0.03316918,0.06395094,0.0005540797,-0.045424588,0.066847675,0.023444435,0.021884656,0.024144745,-0.048321318,-0.014714447,-0.053446308,0.044692446,-0.028155604,-0.0015627634,-0.003226992,-0.024654059,0.019879226,-0.15101208,0.00095994055,-0.006390319,0.025991013,-0.037084542,-0.0024968402,0.0039273007,-0.07353244,0.014300628,0.000012403377,-0.049721938,0.022011984,0.02158225,-0.000046567064,0.043546487,-0.021232095,-0.013098961,0.0129875485,-0.03434697,-0.015263553,0.027248386,0.03877165,0.06939425,0.016457262,-0.038803484,0.00009120679,-0.05621571,-0.011236776,-0.028855912,-0.01437225,-0.008475331,-0.024606312,0.005204569,-0.050836064,0.008029679,-0.0017129717,-0.007062775,0.028330682,-0.034983616,-0.05860313,0.023062447,-0.008905065,-0.05150454,0.013616235,0.03915364,0.0062749274,-0.007154293,0.037148207,-0.039280966,-0.0070747123,-0.019608652,-0.018653685,-0.04201854,-0.009430297,-0.014348376,0.036798052,-0.018765097,-0.025656775,-0.05605655,0.00839575,-0.029126488,-0.028410261,-0.053828295,0.04803483,0.019672316,-0.043419156,0.052141186,-0.05535624,-0.040108606,-0.033964984,-0.035238273,0.00372636,-0.050676905,-0.018605936,-0.058730457,-0.010433013,0.0072020413,0.017014325,-0.0052165063,-0.0094700875,0.012295198,0.058252975,0.020261211,-0.002465008,0.037498362,-0.048002996,0.07448741,0.00029867582,-0.008276379,0.010751334,-0.0029783028,-0.029588055,0.016314017,-0.019497238,0.017539557,0.015279468,-0.01851044,-0.010106732,-0.019385826,0.0052483384,0.048671473,-0.042909842,0.0070906286,0.01736448,-0.008172924,-0.020945605,0.008411665,0.020834193,0.007022985,0.026118342,-0.0022183082,0.04147739,0.032357458,-0.037148207,0.030925008,0.015128265,0.012215617,-0.047430016,0.025688607,0.0048822677,0.0032767297,0.022553133,-0.03670256,-0.03619324,0.041668385,-0.0003658219,0.0004170519,-0.033678494,0.022505384,0.013592361,-0.018462691,0.015374965,0.00038969607,0.024224324,0.004933995,0.008244547,-0.04173205,-0.068948604,0.024144745,0.01494523,0.037816685,-0.022919202,0.022664545,-0.007950098,0.0016085221,-0.06296414,0.00037004962,0.038676154,0.057966486,-0.014579159,-0.037816685,0.005319961,-0.038803484,0.010990076,0.01498502,0.012199701,0.035683926,0.05290516,0.0059566055,-0.027248386,-0.0080416165,0.00007497981,-0.0054632057,-0.0037482446,-0.00033946085,-0.004361015,-0.013329744,-0.012279281,0.011324314,-0.021120682,-0.032516617,0.007763084,-0.0044366163,-0.013950473,-0.008475331,0.040999908,0.040235933,0.017109822,-0.04249602,0.028999157,-0.020372625,-0.012494149,0.0018701433,0.01613894,-0.0043848893,0.01715757,0.01707799,-0.031752646,0.00047947292,0.04816216,0.009088101,-0.024590395,0.004353057,0.02379459,0.0036925382,0.010448928,0.025911432,-0.004193896,0.019497238,-0.018574104,-0.023571763,0.039694786,0.022744125,-0.024494898,-0.04762101,-0.04329183,0.07448741,-0.031354744,-0.0071025654,-0.002522704,-0.041445557,-0.037912183,-0.003529398,0.024845053,-0.013465032,-0.02124801,0.03304185,-0.029603971,-0.006338592,-0.014205131,-0.011841588,-0.049721938,-0.011005992,0.019879226,0.03038386,-0.03746653,-0.02178916,0.024685891,0.030145118,0.04205037,-0.020468121,-0.029078739,-0.00071672245,0.0052682334,0.013648067,0.0047589177,0.0034120167,-0.0058849826,-0.02989046,-0.0013936546,-0.024256157,-0.004643526,0.007914287,-0.06277315,0.04014044,-0.011960959,-0.010058983,-0.07601535,0.00904831,0.0080137625,-0.014809943,0.022425804,0.007460678,0.0054074996,-0.015717162,0.00090274203,-0.05446494,0.015876323,-0.014427956,-0.022696378,-0.044947103,-0.0034955763,0.0014503559,0.018255781,-0.049721938,0.0087140715,0.03472896,0.022011984,-0.015573917,0.058252975,0.08906657,0.0107752085,-0.010082858,-0.054433107,0.031879976,0.04918079,0.027407547,-0.009374591,-0.046666045,0.00034940842,0.04816216,-0.033137348,-0.00020566603,-0.026595825,0.00018763605,-0.024590395,-0.014221047,0.055069752,0.03046344,-0.049944762,0.034060482,-0.025338452,-0.08002622,-0.011642637,0.011849546,0.021407172,0.0048464565,-0.021391256,0.02522704,-0.0062192213,-0.026054677,-0.0287445,0.07264114,0.014515495,0.011061698,-0.04443779,0.009064226,-0.017953375,0.06665668,0.010297725,0.0018532324,-0.06121337,0.02444715,-0.038994476,0.017475892,0.024542646,0.06665668,0.0095735425,0.021566333,-0.07461474,-0.04730269,0.00049862196,0.07104953,0.018574104,-0.023221608,0.014300628,-0.016210562,0.046538714,0.0002549065,-0.02629342,0.019019755,0.008180882,-0.03181631,0.013663983,-0.012764723,0.0067046625,-0.049276285,-0.027216554,-0.06255032,0.021454921,-0.06990357,-0.048257656,0.015008895,0.0420822,-0.03558843,-0.0556109,-0.026118342,-0.01957682,0.03434697,0.0067205788,-0.002554536,0.028489843,-0.029412977,0.057839155,0.041827545,-0.01097416,0.0129875485,0.010608089,-0.0014573191,-0.020499954,0.016266268,-0.008634492,-0.01204054,0.0024232282,-0.06633836,-0.0034020692,0.031195581,0.049244452,-0.0033065726,0.0035711778,-0.022744125,0.039949443,0.010568299,0.0063704243,0.019019755,-0.025449865,-0.004078504,0.00006807868,-0.040586088,0.021025185,0.024112912,0.027630372,0.031386577,-0.020770527,0.04103174,-0.016505009,-0.013998222,-0.05121805,-0.008897107,0.027709953,0.010186313,0.07264114,-0.03775302,0.07506039,-0.029381145,-0.03275536,0.003776098,-0.025497613,-0.043419156,-0.005590535,-0.011411853,-0.006461942,0.021263927,0.00880161,0.004337141,0.023667261,0.00037825637,0.045424588,0.004008871,-0.027694037,-0.026834566,-0.0062430953,-0.024017414,-0.0028350577,-0.0026858442,-0.026691321,-0.048703305,0.012151953,-0.010273851,-0.015558001,-0.0046077147,0.0036746326,0.010345474,0.0049976595,-0.023937834,0.019672316,0.007436804,-0.045933902,0.010480761,-0.010560341,-0.013194458,0.0068598446,0.036097746,0.007914287,-0.026213838,0.040235933,-0.010528509,0.0037621711,-0.008531037,-0.00031160764,0.047334522,-0.010814999,0.040522423,-0.028187437,0.034283306,-0.019131169,0.025163375,0.0045758826,-0.002035273,0.012573729,0.004679337,-0.0031314953,0.0420822,0.0055149333,-0.019640483,0.016982492,-0.019974722,-0.0015349102,-0.027439378,0.028999157,-0.022839623,-0.02509971,-0.017205318,-0.03628874,0.020054303,0.032850858,0.0104250545,-0.004766876,0.011714259,-0.0042376653,-0.024892801,-0.0062192213,-0.06436476,0.040299598,-0.002596316,0.0042854133,-0.011706301,-0.023571763,0.019560903,0.022393972,-0.033710327,-0.0045917984,-0.0112288175,0.017253067,0.046061233,0.007973973,-0.048703305,0.0042336863,-0.000060493665,0.015486378,0.014794027,-0.015542084,-0.007918267,-0.01297959,0.0018353268,-0.018844677,-0.025768187,-0.008308211,-0.020770527,-0.015979778,-0.022187062,0.03641607,-0.007007069,-0.017969292,0.011189028,0.028267017,0.030606685,0.0075641326,0.020261211,0.013544613,-0.023285273,-0.03759386,-0.007647692,0.028219268,0.023730924,-0.006322676,-0.0051249885,-0.011276566,-0.014531411,0.0049857222,0.03877165,0.03009737,-0.009589458,-0.03197547,-0.014674656,0.01593203,0.0066608936,0.043546487,-0.0025803999,-0.008833443,-0.001478209,0.0052642543,0.0073492653,-0.026850482,0.020675031,0.011324314,-0.012701058,0.017428143,0.014809943,-0.01637768,-0.008849359,-0.03730737,0.05446494,-0.01932216,0.02829885,-0.0073890556,-0.011586931,0.008276379,0.040840745,-0.009143807,-0.03001779,0.022760041,-0.012430484,-0.03095684,-0.033264678,0.03985395,0.002337679,0.00065504754,0.016520925,0.020722779,-0.02424024,0.017380396,0.0077829794,-0.03132291,-0.005443311,-0.024463065,-0.007834706,-0.07830728,0.037402865,0.0010643901,0.000015255532,-0.001756741,-0.050963394,-0.0014344397,0.047684673,0.004926037,0.00307181,-0.017714635,0.0047549387,-0.010512592,-0.002894743,0.010051025,0.019592736,0.0107274605,0.038389664,0.002182497,-0.0144438725,0.01040118,0.01076725,-0.081872486,-0.019353993,0.03959929,-0.060544893,0.004746981,-0.046411388,-0.04278251,-0.025672691,-0.00021076415,0.03116375,0.008113239,0.022632712,-0.020977437,-0.014969104,-0.0066608936,-0.027869115,-0.0044525326,0.0077511473,-0.009804326,-0.006318697,-0.013154668,-0.027630372,0.023110196,-0.010194271,-0.017507724,0.03129108,-0.004028766,-0.006079955,0.03415598,-0.027200637,0.0024391443,-0.008419624,0.037912183,0.029046906,0.011913211,-0.018335363,0.02137534,-0.055260744,-0.014770153,-0.02100927,-0.020452205,-0.011364105,0.021486754,-0.015072559,0.038485162,-0.0073850765,-0.010011235,0.031848144,0.04033143,-0.0129875485,0.009549668,0.028219268,0.017889712,-0.025577193,0.019767813,-0.005789486,0.027630372,-0.026675405,0.014929314,-0.026388915,0.0042774556,0.03361483,0.019131169,0.014451831,-0.007958056,0.033710327,0.034124147,-0.014157383,0.0027932778,0.018558187,0.018080704,-0.0054552476,-0.0035373562,0.012374778,0.020531787,0.04176388,-0.057966486,-0.03386949,0.003378195,0.013409325,-0.00532394,0.022982867,0.023126112,0.009812283,-0.0015468473,0.008443498,-0.01757139,0.024845053,-0.0057337796,-0.026484413,-0.04485161,0.007922245,0.012143995,-0.02853759,-0.012525981,0.040681586,0.01187342,-0.0045520086,-0.08728396,-0.02002247,0.0072060204,-0.015828574,-0.032516617,-0.0052165063,0.027550792,-0.026277503,0.0016990451,0.0022720252,0.0028191416,0.0023854275,0.007094607,-0.03157757,-0.010711544,0.0013827123,0.0020870003,-0.009390507,0.010886622,0.000052659954,-0.02616609,0.007814812,-0.010751334,0.034537967,-0.01240661,-0.041381896,0.0120803295,-0.005208548,-0.0065057115,-0.020993354,0.033583,0.022760041,-0.011953001,0.002039252,-0.0030837469,0.020977437,-0.016711919,-0.005626346,0.03140249,0.009852074,0.011777923,0.004918079,0.009478046,-0.010321599,0.008825485,-0.022330306,0.0050931564,0.029763132,-0.019385826,-0.000528216,-0.028076023,-0.028967327,-0.008841401,0.023110196,-0.021725494,0.033996817,0.0010226102,0.0003986489,0.015780827,0.012104204,0.0044286586,0.0099236965,0.013202416,-0.009263177,0.0062430953,-0.026341166,0.04844865,0.0020690947,-0.025370285,0.02088194,-0.032787193,0.039376464,0.009462129,-0.0014831828,0.0036030102,0.019194832,0.018319447,0.006326655,-0.017237151,-0.044883437,0.016154855,-0.014587117,0.011403895,0.0072338735,-0.04042693,-0.016696002,0.013345661,-0.0060123117,0.03460163,0.019178916,0.044278625,0.0152476365,0.012175826,-0.015406798,-0.012462317,0.0109264115,-0.014634866,-0.01400618,0.03517461,0.026404832,0.00033622788,0.01126065,0.027343882,-0.0072696847,-0.01162672,0.007886434,0.029651718,-0.0014026074,-0.010369347,-0.004185938,-0.02559311,0.008626534,-0.030288363,-0.00012720456,-0.0112288175,0.03676622,-0.027900945,-0.02194832,-0.0006117756,0.021232095,0.024908718,0.0302247,0.008073448,-0.0053677093,0.0048782886,0.0021347487,0.026357083,-0.025290703,0.008157008,-0.02530662,0.034283306,0.033710327,0.017619137,0.028839996,0.011594889,-0.010464844,0.03858066,0.026309336,-0.003022072,0.02481322,0.022107482,-0.008236589,0.022266643,-0.02629342,0.01908342,-0.034983616,0.006939425,0.014483663,-0.036798052,-0.0022063712,0.011189028,0.055547234,-0.023269357,-0.0005734775,0.01404597,0.0057019475,-0.012716974,-0.023969667,-0.009111974,-0.022584965,-0.01314671,0.003979028,0.036989048,-0.018176202,0.02457448,-0.012788597,-0.00876182,0.0005819329,-0.010090816,-0.0017686781,-0.015900197,0.039121807,0.034983616,-0.02088194,0.037275538,0.010019193,0.006147599,0.0044405954,0.00026982787,0.02002247,0.016775584,0.023778673,0.019338077,0.023842337,0.03488812,0.008920982,-0.024654059,-0.025051963,0.031338826,-0.008180882,0.030336112,0.021057017,-0.011021908,-0.01851044,-0.05631121,-0.031131918,0.0071065444,-0.011220859,-0.012088288,-0.012573729,-0.03517461,-0.00024868926,0.040172268,0.018208034,0.017635053,0.020834193,-0.044819776,0.015319259,0.001953703,0.034187812,-0.009342758,-0.018844677,0.010870705,0.011706301,0.0051528416,0.016727835,0.027614456,-0.010950286,0.0007221936,-0.011746092,-0.0076795244,-0.030479357,-0.02952439,0.019767813,-0.028585339,0.0018283635,-0.042559687,0.018335363,-0.043610148,0.017030241,-0.020834193,0.030033706,-0.017619137,-0.015796741,0.013504822,-0.0020651156,0.0096690385,-0.006601208,0.013751522,0.028107855,-0.007552196,-0.0058650877,-0.0196564,-0.020850109,-0.019338077,0.013496864,0.012772681,0.010106732,0.00954171,-0.011555098,-0.022187062,0.016059358,0.042909842,0.008037637,0.002186476,0.016727835,-0.03275536,0.02428799,-0.016918829,-0.008101301,-0.024399402,-0.004683316,-0.011244734,-0.0029882502,-0.0003223013,0.006943404,0.007094607,0.027423464,0.018669602,-0.0073572234,-0.0005292108,0.023333022,-0.0016682076,0.0282511,-0.0033682475,0.001118107,-0.005741738,0.0009738672,0.004890226,0.018605936,-0.015327217,0.0016144908,-0.020897856,0.008427582,0.01785788,0.012327029,0.013624193,-0.020993354,0.013815186,0.0282511,0.012868177,0.03444247,-0.022187062,0.011650595,0.0072497893,-0.016950661,0.019003838,0.038962644,0.015693288,0.0075084264,0.024781387,0.01879693,-0.0005764617,0.013632151,0.005192632,-0.020770527,0.028585339,-0.025067879,-0.014165341,-0.0105762575,-0.021057017,0.0097247455,0.025975097,0.0027614457,-0.016170772,0.016552757,-0.016409513,0.021566333,-0.03227788,-0.011196986,-0.022744125,0.017109822,-0.009151765,0.023810506,-0.008411665,0.0099236965,0.0015975798,0.003459765,-0.0018930227,0.018526355,-0.0062629906,-0.02751896,0.025497613,-0.019178916,-0.02968355,-0.016393596,-0.013433199,0.0028032255,0.012995507,-0.0058292765,-0.03619324,0.007882455,-0.028362514,0.017062074,-0.0065932497,0.008920982,0.034251474,0.027885031,-0.010822957,0.010353432,0.09740661,0.02088194,0.013067129,0.002767414,0.03676622,-0.016075274,-0.0032986144,0.015343133,-0.026388915,-0.0141414665,-0.031943638,-0.017396312,0.01637768,0.0292379,-0.0096212905,0.010170396,0.0017915575,0.0007092618,-0.025784103,-0.010433013,0.03676622,0.029635802,0.030574853,0.008113239,-0.024558563,-0.043100834,0.043673813,-0.006907593,-0.0077988952,0.043259997,0.013727647,-0.0035512827,0.03207097,0.0152476365,0.00966108,0.010488719,-0.007496489,0.008085386,0.01551821,-0.002476945,-0.004364994,-0.03038386,0.037434697,0.011921168,0.014053928,-0.020038387,0.0006252048,-0.0031673065,-0.03197547,-0.039662953,-0.014348376,0.013401368,0.03316918,0.018956091,0.0009012499,-0.041827545,0.0046315887,0.019067504,0.025847768,-0.0017139665,-0.022266643,0.0027415506,-0.035683926,0.018478608,-0.03132291,-0.018637769,0.0005277186,0.007337328,-0.02272821,0.019640483,-0.01715757,-0.029540306,0.030288363,-0.0022978887,0.013560528,-0.008825485,0.0041501266,-0.0041103363,0.03730737,0.015072559,0.0011539182,-0.00011912216,-0.023810506,0.023603596,0.0048464565,-0.00794214,0.017459976,0.044533286,-0.019688232,0.028776333,-0.033773992,0.011005992,0.0011668501,0.019879226,0.0020651156,0.0051130513,-0.018765097,0.013178541,-0.018128453,-0.014260838,0.0073532443,-0.0029862607,-0.0049101207,0.009613332,-0.01314671,-0.0096690385,-0.043069,0.0032568346,0.0027156868,0.021773243,-0.00047176355,0.024510814,0.010735419,0.013496864,0.018685516,0.016035484,0.0012016665,-0.023651345,-0.0042336863,-0.027550792,0.037211873,0.026468497,-0.00843554,-0.009629249,-0.0018154316,0.0064301095,0.020149799,-0.026961897,0.03660706,-0.0076596295,0.022155229,0.018176202,0.028107855,-0.0044127423,-0.032437038,-0.0035274085,-0.022871455,-0.048416816,-0.019306244,-0.0145950755,-0.04061792,0.04828949,0.01666417,-0.0048186034,-0.013345661,-0.033837657,0.022775957,0.029381145,-0.003300604,0.006330634,0.0070190057,0.018399026,0.038548827,-0.011157195,-0.021152515,0.014149425,0.031116001,-0.0118336305,-0.0064420467,0.00090522895,-0.03009737,0.0020372625,0.035652094,-0.015621665,0.0277577,0.01425288,0.0029126487,-0.026054677,-0.010870705,0.0027713932,-0.009215429,-0.027089225,-0.05691602,-0.026659489,0.014427956,-0.04001311,-0.02010205,0.003780077,0.018558187,0.0072935587,-0.008113239,0.01130044,0.015430672,-0.020133883,0.022919202,0.011133322,0.020133883,-0.015144181,-0.010799083,-0.03816684,0.0155022945,0.02645258,-0.0036706536,0.00876182,0.017937459,-0.017412229,-0.033073682,-0.037116375,-0.029938208,0.02137534,0.008745904,-0.017459976,-0.029667635,0.00745272,-0.011069656,0.010695628,-0.028521676,0.013234248,0.021263927,0.011165153,-0.010106732,0.007333349,-0.02280779,0.0027176763,0.026882315,-0.0142449215,-0.0016393596,0.035874918,0.009183597,-0.050581407,0.015279468,-0.011212902,0.0012374778,-0.047239024,0.013711732,-0.006597229,0.022887371,0.0075681116,-0.023603596,0.0042893924,0.023046533,-0.006338592,-0.017889712,0.017237151,-0.00650969,0.006453984,-0.025704524,-0.029062822,-0.01936991,-0.00876182,0.008093343,0.0033563103,0.037530195,-0.0133377025,-0.01568533,-0.012796555,0.0014443872,0.019051587,-0.0025605047,-0.0069672787,-0.016425429,0.031306993,-0.010098774,0.015160098,0.011475517,0.008093343,0.025561277,-0.02186874,-0.012510065,0.012565771,-0.0048464565,-0.0042058327,0.010663796,-0.012884093,0.0018601958,-0.006326655,0.009501919,-0.019911058,-0.0153510915,0.042527854,-0.008634492,-0.011953001,0.019592736,0.01929033,-0.0006311734,0.0060162907,-0.020531787,0.0027713932,-0.027487127,-0.03364666,-0.041254565,0.017109822,-0.0141414665,0.011777923,0.01879693,0.025051963,0.0019417658,-0.017062074,-0.009852074,0.008642449,0.03246887,0.005499017,0.0012593624,0.055706397,0.025688607,0.008610617,-0.023221608,0.027152888,0.013608277,-0.014778111,0.0292379,-0.0015508262,-0.0014364292,-0.002584379,0.032850858,0.020293044,0.009549668,0.019131169,-0.0022262663,0.01339341,0.015725119,-0.024558563,0.016886996,-0.019990638,0.013409325,0.003742276,0.015573917,0.024001498,-0.027948694,0.022409888,0.014061886,0.002956418,0.017062074,0.036861718,0.014515495,0.010982118,0.025624942,-0.039217304,0.024017414,0.012756765,-0.0042615393,0.04201854,0.03288269,-0.07085854,0.023030616,-0.017873796,-0.01215991,-0.02850576,-0.014404083,-0.0037661502,0.0008848364,0.010377306,0.002248151,0.027375715,-0.0041501266,0.025895515,0.007130419,-0.001478209,0.0047867713,-0.0072378526,0.028617172,0.07327779,0.034251474,-0.00043296802,-0.03803951,-0.0012643363,0.006513669,-0.022091566,0.0064380676,0.018733265,-0.03504728,-0.0042615393,-0.010098774,-0.0039452068,-0.036447898,0.028442094,-0.035524763,-0.00076397345,0.01240661,0.0048384983,0.021805074,-0.008403707,0.0043013296,-0.024192492,-0.042973507,-0.04386481,-0.010249977,0.0066211033,0.0032369394,-0.018621853,0.035524763,0.008737946,0.023890086,-0.009398465,0.0041700215,-0.008785695,-0.008073448,-0.010273851,-0.022473551],"social":"https://twitter.com/rishi_kar/"},{"title":"one decision","description":"a story of a quest with choice","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ah-aTnbUhH0","youtube_transcript":"Hello. I am tracking, and I am presenting the project that I I made. It's one decision, and it's about story that it's a waste of choice and It's regarding to our website and also a movie. And it's it's it's a journey that it takes many more time it gives us an understanding of how introduction of website and movies. Are linked together.","embedding":[0.008820045,0.020155897,0.003302919,-0.021332884,-0.02477557,-0.042724617,0.015727485,-0.0037148644,0.000089768226,0.024216503,0.010122086,-0.022171488,-0.08062359,-0.050345607,0.040076397,0.001099747,-0.037898973,-0.006300557,0.008834757,0.04966884,0.016860334,0.02590842,0.011681593,-0.0067492835,0.010534031,-0.0141826905,-0.013939937,0.03739875,0.0199205,0.009908757,0.006414578,-0.042518646,-0.00907751,-0.0071980096,-0.028174121,-0.03024856,-0.0104825385,0.00072963984,0.005958495,-0.0047704745,-0.013373512,0.024348913,0.05049273,-0.017595952,-0.025746586,-0.006252742,-0.032808505,0.017375266,0.00898188,0.05478873,-0.07703378,0.02155357,-0.009202565,0.016521951,0.030895902,-0.061968353,0.010511963,0.038958263,-0.016772062,-0.022936529,-0.00581505,-0.0050500087,0.04375448,0.006341016,0.011218155,-0.017993186,-0.07638644,0.010637018,-0.012351004,-0.04254807,0.06414577,0.013160183,-0.004101063,0.02823297,-0.017301705,0.011696306,-0.016301267,-0.0023153536,0.03869344,-0.0053552897,-0.018478692,-0.014484293,-0.0418713,-0.005406783,-0.022509871,-0.01613943,-0.01241721,-0.008378674,-0.029527655,-0.019714529,-0.06255685,0.025952557,-0.018640528,0.05137547,0.0025562681,-0.012770306,-0.030307408,0.052993827,0.026217379,-0.00015735302,0.023127789,-0.03345585,0.009033374,-0.025555324,0.04696177,0.0051750634,0.053905994,0.04051777,0.0013333053,-0.03886999,-0.07444441,-0.008533154,-0.0019512234,0.03510363,0.06673515,-0.026040832,0.034132615,-0.060438268,0.019523267,0.00406796,-0.007694551,-0.025923133,0.018625814,-0.002905686,0.001802261,-0.0066794,-0.0045093303,0.014050279,-0.052022815,-0.015904034,0.046726372,0.017492965,-0.008606715,-0.07450326,-0.072561234,-0.023583872,-0.039693877,0.016168855,-0.039429057,0.036721986,0.0015880126,-0.04916862,-0.020759104,0.047932785,0.012019977,-0.00036344063,-0.00600631,0.0707369,0.03245541,-0.043077715,0.03057223,-0.00089193525,-0.04216555,0.010791497,0.014734402,-0.010350127,0.003744289,-0.011497689,-0.02748264,0.036133494,0.036192343,-0.03869344,-0.0039870427,-0.004667488,-0.03731048,0.017743075,0.013505923,0.03807552,-0.04602018,0.011563894,-0.04984539,0.014653485,-0.020979788,0.03372067,0.035074204,-0.018199157,0.030425107,-0.084919594,0.012534909,0.011137237,-0.028321244,0.026776448,-0.04443125,-0.007304674,-0.032808505,0.02899801,0.03498593,0.04984539,0.025422914,0.0019990385,0.0039392277,0.097866446,0.030866478,0.018375706,-0.019420281,0.006727215,0.044843193,0.03736933,0.008592003,0.021347597,0.023157215,0.0097101405,-0.008143277,0.007694551,-0.06467542,0.030542806,0.0039943988,-0.013064553,-0.007834318,0.009055441,0.038722865,-0.025952557,0.012299512,-0.013535348,-0.0022178844,-0.015094855,0.034662258,-0.010276565,0.030395683,0.023157215,0.011431484,0.042312674,0.018007897,-0.015521512,0.0088274,0.0619095,0.038487468,-0.032425985,-0.013660402,0.0003383837,0.021906666,-0.0013884766,0.015771622,-0.017728362,-0.00790788,-0.016301267,0.0038178507,-0.04696177,0.025511188,-0.008562579,0.03795782,-0.0020376584,0.02848308,0.026290942,0.00863614,0.0044284128,-0.044284128,-0.05143432,-0.046490975,0.05275843,0.04884495,0.027997572,-0.0071722628,0.010688511,-0.0021461619,-0.037457604,-0.05099295,0.021465296,0.0128806485,0.026982421,0.0003140164,-0.055406652,-0.012998347,0.013241101,-0.029763052,0.005116214,0.028880311,0.0353096,-0.018125596,-0.0155068,-0.022642283,-0.03477996,-0.012086183,0.032955628,-0.05628939,-0.0017213431,-0.008739127,0.026202668,-0.00072596176,-0.03857574,-0.014123841,-0.025805434,-0.035015356,-0.013969362,-0.022701131,0.04834473,0.008047647,0.041135687,0.0042812894,0.01959683,-0.024540173,-0.017375266,-0.016124718,-0.016154142,-0.022024365,0.032661382,0.0023116756,0.002856032,-0.0012202042,0.048109334,0.05187569,-0.05470046,0.0018307661,0.011203443,0.006249064,0.038840562,-0.005230235,-0.0049948376,-0.0067235366,0.023127789,0.00027723555,-0.036574863,0.02949823,0.011431484,0.02055313,-0.020332446,0.042077277,-0.010033812,0.017934335,-0.00019378903,-0.0017903071,-0.063439585,-0.02306894,0.023672145,-0.016757349,0.055377226,0.022524584,0.03775185,0.0068412353,0.014410731,-0.016301267,-0.00537368,-0.016904471,-0.017625377,0.0024312132,-0.0015797369,-0.00942325,-0.02370157,0.022333324,0.011799292,-0.08468419,-0.06032057,-0.029733628,0.014609348,0.034956507,0.0117698675,-0.0051125363,-0.06479312,0.0012542265,-0.020876803,-0.0233779,-0.03063108,-0.005149317,-0.034838807,-0.02281883,-0.0008717058,-0.0025599462,0.016816199,-0.013196964,-0.011791936,-0.049256895,0.01587461,0.027982859,0.0068449136,0.011666881,0.014807965,-0.05658364,-0.011791936,0.01644839,0.006076194,0.056760184,-0.066794,-0.012851224,-0.008511085,-0.024290064,0.009702784,-0.00028666062,0.0056201117,-0.012961566,0.0057929815,0.023083653,-0.0108209215,-0.022421597,-0.08697932,0.028895024,0.035456724,0.04613788,0.005899646,-0.02320135,-0.0010776785,0.035956945,-0.021288747,-0.012490772,0.053288076,-0.020597268,0.008356606,0.034809384,0.07185504,0.039164234,-0.06467542,-0.0070177834,-0.022509871,-0.05552435,-0.0008358445,-0.029851327,0.04337196,-0.025702449,-0.0166985,0.038811136,-0.019184884,-0.0033672855,-0.055318378,0.05066928,-0.024275351,0.012593758,0.0051750634,-0.0007498693,-0.010622305,0.062674545,-0.0032808506,0.0012137676,-0.010909196,-0.005252303,0.0015190485,-0.020965077,0.020141186,0.081329785,0.007304674,0.04463722,-0.101279706,-0.01959683,0.04404873,0.048433006,0.036457162,0.003126371,0.011674237,0.020759104,0.027909297,-0.0072826054,0.0037700357,-0.008525798,0.029777765,-0.04013525,0.0048992075,-0.026187954,0.02634979,0.011762511,0.008643497,-0.018258007,-0.02420179,-0.011453552,-0.0024514426,-0.03213174,0.033043902,-0.050639853,-0.02521694,-0.0016358277,0.017404692,0.008077071,-0.05661306,-0.034838807,0.06797098,-0.024466611,0.069324516,0.009827839,0.025187517,0.0005112536,-0.016772062,-0.025805434,-0.043607358,0.020347157,-0.03227886,0.026644038,0.029954312,-0.035898097,0.0015907711,-0.007304674,-0.0069147972,-0.016683787,-0.027703326,0.00083998236,0.04034122,0.011460909,0.043519083,-0.023525022,0.04746199,-0.048933223,0.0028431586,0.009945538,0.02086209,0.0044247345,0.019846939,0.030086724,-0.018272718,-0.05211109,-0.06944222,-0.057201557,-0.027512064,0.016595513,-0.015580362,0.022421597,0.040488344,0.01613943,0.030984176,-0.0033672855,-0.0020928294,-0.044519525,-0.018052034,0.024569599,0.036192343,0.009599798,-0.003828885,0.0021259324,-0.009239346,-0.042842317,0.01638954,0.027585628,0.0031006245,0.010975401,0.0037737137,-0.00330108,-0.037487026,0.009805771,-0.027997572,-0.006462393,0.012983635,-0.017522391,-0.01721343,-0.023730995,0.017434116,0.009651291,-0.001675367,0.0356627,0.0088274,-0.04334254,0.04243037,0.021965515,-0.05193454,-0.015742198,0.0018234099,-0.000506656,-0.022524584,0.014999225,0.0024422475,-0.03139612,0.033367574,-0.003347056,-0.027791599,-0.00005726891,0.028703764,0.02092094,-0.04145936,0.054259088,-0.020641405,-0.0054877005,0.0115124015,-0.001671689,-0.039752726,-0.0056568924,-0.00642929,-0.0115933195,-0.028144695,0.009938181,0.039429057,0.0134912105,0.06032057,-0.017110445,0.027085407,0.019479131,0.018110882,-0.020876803,-0.031337272,-0.0106443735,-0.02199494,0.018110882,0.016860334,-0.000948026,0.0016404253,-0.024481324,-0.020141186,0.0062343515,-0.012431922,-0.0023135145,-0.0059548174,-0.02652634,-0.010666442,-0.015330252,0.014727047,-0.0016027249,0.03775185,-0.027011845,-0.0056826393,-0.0211122,0.002193977,0.009320264,0.013623621,-0.0010510124,-0.022348035,0.025275791,0.027247243,0.016772062,-0.010960689,-0.04713832,-0.038163796,0.02402524,0.031248998,-0.045284566,0.0052192006,0.0189642,-0.018449267,-0.009364401,0.014940375,0.03460341,-0.017036883,0.022612859,-0.009982319,-0.031866916,-0.0053074746,0.03063108,-0.00006769972,-0.0057782694,-0.028983299,0.029674778,0.007665126,0.015580362,0.024407763,-0.049492292,-0.0010758394,-0.011990553,0.010607593,0.022583432,0.010136798,0.015241979,-0.024378337,-0.026555764,0.007576852,-0.02105335,0.008025578,-0.013557416,-0.029233407,0.005020584,-0.005116214,0.00669779,-0.0030086723,0.035339028,0.0033268265,0.03736933,0.07320858,0.0062233172,-0.03277908,-0.028939161,-0.014484293,0.07014841,-0.024613734,-0.0009227392,0.031660944,-0.043254264,-0.005807694,0.02823297,-0.0072053657,-0.016404252,0.043519083,-0.011608032,-0.034191463,-0.0015861735,0.03307333,-0.0028045387,0.0056274678,0.013086622,-0.002074439,-0.0375753,0.014101773,0.009165784,-0.005428851,0.001120896,0.008341894,0.018184446,-0.027055983,-0.018714089,0.024657872,-0.0033672855,-0.033161603,-0.008290401,-0.012078826,0.009989675,-0.016536664,0.019464418,-0.018669952,0.033249874,0.009246702,0.012615827,0.010158867,-0.009231989,-0.0012827317,-0.014013498,-0.013998786,0.024260638,0.04116511,-0.020067625,-0.05623054,-0.028733188,-0.020626692,-0.06891257,-0.002238114,-0.0057488447,-0.055406652,-0.0065543447,0.012115607,0.0050021936,0.006035735,-0.013726608,-0.003909803,0.018272718,0.02830653,-0.009695428,0.020067625,-0.04116511,0.004060604,0.011196086,-0.0037350939,-0.06132101,0.024378337,-0.015227266,-0.052581884,0.011711018,-0.033897217,0.016051156,0.014138553,0.026438065,0.011696306,0.008371318,-0.002635347,-0.016404252,0.026761737,0.016727924,0.021656556,-0.031602092,-0.025643598,0.022480447,-0.031248998,-0.011225511,0.038104944,0.0010850347,0.040694315,0.027070696,-0.02362801,0.009989675,0.07156079,-0.01627184,-0.032926206,-0.012336292,0.014763827,-0.00030367178,0.011402059,-0.0066168723,-0.011696306,0.010798853,0.007665126,0.011843429,-0.022965955,0.019891076,0.010688511,-0.0045277206,0.035339028,0.009084866,0.01802261,0.009754278,0.012108251,0.021038638,0.0023116756,0.017404692,-0.0056568924,0.00073423743,-0.038163796,0.03701623,-0.037840124,-0.043018866,-0.0009218197,-0.0146019915,0.010107374,0.04248922,-0.0012799731,-0.0106443735,-0.025893709,0.041253384,0.015918745,-0.038428616,-0.013660402,-0.023171926,0.005715742,0.01834628,-0.00038711829,-0.00034321117,-0.03978215,0.02905686,0.005094146,0.014329813,-0.08921559,-0.0199205,0.026026119,-0.014837389,-0.0062711323,0.0177725,0.024437187,-0.017316418,0.021730117,-0.023480885,0.0036339466,0.0062417076,0.03889941,0.007495934,0.0017995024,0.003203611,0.030013163,0.012064114,-0.035191905,0.02571716,0.026026119,0.012586402,-0.023230776,0.018184446,-0.024863845,-0.0048146113,-0.019434994,-0.0105561,-0.0053552897,-0.021538857,0.031984616,-0.0056274678,-0.020950364,0.014881526,-0.0038215287,0.06402808,-0.019714529,0.028983299,0.029409956,0.013969362,-0.019052472,0.003747967,0.01953798,-0.0031006245,0.019552693,-0.030219134,0.02571716,0.0019493842,-0.017934335,-0.009364401,-0.022554008,-0.027158968,-0.0033856758,-0.031160723,0.043018866,0.026055545,0.018508116,-0.01241721,0.005152995,0.00299396,-0.012549621,-0.008055003,0.02320135,-0.0039870427,-0.03145497,0.016404252,-0.01783135,0.020508993,-0.053935416,0.019390857,0.022833543,-0.003472111,0.023466174,0.009437962,0.046108454,-0.04563766,-0.002856032,0.018920062,-0.019273158,-0.013373512,0.027423792,0.016595513,0.0043291044,0.025996694,-0.013800169,0.030719355,-0.023422036,-0.03919366,-0.020832665,-0.0012450312,0.00951888,0.010872415,-0.0035438335,0.0017112284,-0.057466377,0.024496036,0.007915236,-0.0017038722,0.0071943314,-0.004351173,-0.0032937238,0.007856387,-0.0075400714,-0.025658311,0.018934773,0.0060835504,0.027144257,0.022745268,-0.01266732,0.015094855,-0.026952997,-0.01877294,-0.0063594063,0.0119464155,-0.011777223,0.012402498,0.003917159,0.0046417415,0.0045277206,-0.030601656,0.03510363,0.012299512,-0.023054227,-0.022701131,-0.0026206346,0.044460673,-0.036574863,-0.03754588,0.05211109,-0.045108017,0.057584077,0.025172804,0.016801486,0.012755594,0.010217716,0.010916552,0.03372067,0.008525798,-0.045108017,-0.041577056,0.018611103,0.023304338,0.011674237,-0.016183568,0.011416771,-0.015786335,-0.024216503,-0.0029682135,-0.032602534,0.013079265,0.023216063,0.018934773,0.00957773,0.0353096,0.0072458247,0.033014476,-0.028453654,-0.01644839,-0.00809914,-0.00072366296,0.0045939265,0.011608032,-0.020965077,-0.018037321,0.023127789,-0.0041930154,-0.010232428,-0.03686911,-0.010445757,-0.015330252,-0.05237591,0.014300389,0.013255813,-0.035633273,0.06132101,0.04537284,0.011431484,0.042136125,0.009930826,0.028777326,0.008327181,0.029277544,-0.02710012,0.03283793,0.04016467,0.022303898,-0.047314867,-0.040988564,0.02439305,-0.030719355,0.035427302,0.01247606,0.0013084782,-0.006263776,-0.03398549,0.012328936,0.011571251,0.014351882,-0.0077313315,-0.011357922,-0.0706192,-0.007974085,0.017919622,0.025010968,0.023142502,0.009702784,0.021524144,0.03239656,-0.0042481865,0.014668197,-0.0141826905,0.014609348,0.0032753334,0.06273339,-0.011997908,0.018331569,-0.019390857,-0.012740881,-0.006381475,-0.047491416,-0.02042072,0.0025360386,-0.01959683,0.002293285,-0.01834628,-0.011858141,-0.0124613475,0.0088568255,0.022348035,-0.0011291717,-0.031984616,0.019582117,0.031866916,-0.017669514,0.004093707,-0.0034592375,0.031366695,-0.0055281594,0.018581677,-0.027570914,-0.034809384,-0.006789742,-0.00616079,0.021318173,-0.0046343855,-0.010085305,0.03978215,-0.0016431839,-0.015433239,-0.009401182,-0.0067529613,0.04899207,-0.01783135,0.015094855,0.00942325,-0.01153447,-0.0013985913,-0.021568282,-0.0010031973,0.021715404,-0.0069368654,-0.02842423,0.031808067,-0.055759747,0.00502794,0.004535077,-0.016624937,0.01241721,0.0012753755,-0.010107374,-0.039340783,0.017625377,0.013873731,0.022024365,0.011365279,0.019773377,-0.009739566,-0.01512428,0.0070692766,0.015992308,-0.03675141,0.019670391,0.023480885,-0.00879062,0.009724853,0.023525022,-0.01222595,-0.0019291549,-0.008378674,-0.0036357855,0.021318173,-0.0010445757,0.0023429391,-0.02047957,-0.0072752493,-0.01897891,0.019332007,-0.028438943,0.0074922564,0.027953435,0.0024514426,-0.0026500593,-0.016757349,0.0018252489,0.022554008,0.01036484,-0.00095997984,-0.0043842755,-0.021524144,0.021465296,-0.0013884766,0.023672145,-0.0018031804,0.013101334,-0.020258885,0.000053389682,0.013116046,0.022421597,0.00756214,-0.0143445255,0.0040311795,-0.03145497,-0.024422474,0.0422244,-0.009239346,0.006550667,-0.025319926,-0.0044210562,-0.010850347,-0.0009204404,-0.011865498,-0.017242856,0.018669952,0.030336833,-0.028924448,-0.038752288,-0.014035567,0.030101435,0.008555222,0.0018178928,0.021465296,-0.0144328,-0.0031944155,0.004524043,-0.03957618,0.008569934,0.008849469,-0.014785896,0.0027898264,0.02652634,0.09309965,-0.044166427,-0.0028928127,0.0039392277,0.032602534,-0.010762072,0.0005581492,0.008386031,-0.008415455,0.013586841,-0.025761297,0.010909196,0.02320135,0.002947984,-0.013255813,-0.007782825,-0.026482202,-0.022701131,0.016212992,-0.019582117,-0.007650414,0.019817514,0.004398988,0.03404434,-0.0232602,-0.011085744,0.013035128,0.0016652524,-0.0006786064,0.030925326,0.036221765,0.0041672685,0.021582995,-0.0075032907,0.0166985,0.0025268435,-0.013255813,0.017669514,0.0046086386,-0.02735023,0.023480885,0.021274036,0.027570914,-0.014116485,0.00756214,0.016345404,0.00009235438,0.017949048,0.0124613475,-0.03807552,-0.019434994,0.008121208,0.01581576,0.011968484,0.012468703,-0.009092223,-0.017919622,-0.0074297288,0.023304338,-0.014381306,-0.02942467,0.0189642,-0.024260638,0.002159035,0.032661382,-0.00616079,0.008614072,-0.051140074,0.0063299816,0.015389102,-0.011563894,-0.026570475,0.018934773,0.030778203,0.019317295,0.016374828,0.007087667,-0.016021732,-0.009952894,0.004847714,-0.03945848,0.0066646873,-0.012292155,0.019773377,-0.037604727,0.0064035435,0.024422474,0.023157215,-0.023892831,0.028129984,-0.00669779,0.015418527,0.00633366,0.013726608,0.0061938926,-0.0043916316,-0.027968148,-0.048756674,-0.02224505,-0.03307333,0.025128666,0.0058812555,0.0040569264,0.010335415,-0.014013498,-0.029836614,-0.011490333,-0.0014914629,-0.020832665,-0.0073782355,-0.0026408639,0.023054227,0.0014004303,-0.01581576,0.009084866,-0.023495598,-0.023024803,-0.018052034,-0.0067970986,-0.021627132,0.001629391,0.0056127557,-0.014190046,-0.040929712,-0.003168669,-0.017684225,0.020803241,0.00032252196,0.013513279,-0.01143884,0.034632836,0.029969025,-0.018566966,-0.015933458,-0.03024856,-0.0049838033,-0.030027874,-0.0032826895,0.0058260844,0.03416204,0.011122525,-0.023422036,-0.0049139196,-0.009364401,0.01727228,0.02130346,0.020303022,0.0016845623,-0.017919622,-0.0031153369,-0.0026077612,-0.013704539,-0.021435872,-0.0026721277,-0.011850785,-0.037457604,-0.007672482,0.008378674,-0.003913481,-0.009283483,0.014410731,0.008805332,-0.008341894,0.0019880042,0.028277107,0.023054227,-0.014160622,-0.0016578962,-0.017934335,-0.021097487,0.008606715,-0.044195853,-0.011144593,0.014631417,0.015904034,-0.0070619206,-0.02980719,0.0049838033,0.003913481,-0.015962882,-0.004928632,-0.0032459088,0.033544123,-0.010762072,-0.009231989,0.017051596,-0.0059070024,-0.045313988,0.010276565,-0.0002788447,0.034103192,0.008930387,-0.010784141,0.021921378,0.009702784,-0.00022631708,-0.03442686,0.0052743717,-0.016801486,0.014447512,-0.004446803,-0.025378777,0.004446803,0.01922902,0.012873293,0.0039281934,-0.02351031,-0.00012712376,0.00165054,-0.013344087,-0.018316856,0.023789844,-0.028203545,-0.0055943653,0.018831788,0.027497353,0.013130758,0.016669074,0.01364569,0.018802363,-0.0059143584,-0.016492527,-0.0055759745,-0.04204785,-0.008312468,0.04752084,0.0103869075,-0.017448828,-0.025555324,-0.0211122,0.007576852,0.00042114058,-0.019023048,0.029586503,0.015058074,0.026393928,-0.05028676,-0.027467929,-0.033691246,-0.016595513,-0.008128565,-0.02345146,0.0075915647,0.006738249,0.029792476,0.0123657165,-0.030778203,-0.001387557,0.010835635,-0.0057929815,-0.008783263,-0.012056758,-0.017537102,-0.01587461,-0.012314224,0.039988123,0.027585628,-0.010129442,0.0026776448,0.025555324,-0.006598482,0.000903889,0.016521951,-0.026438065,-0.0105634555,-0.0042040497,-0.0031116586,-0.006407222,-0.010122086,0.023966393,-0.0004147039,-0.022348035,-0.025099242,-0.006252742,-0.020950364,0.016654363,0.0070619206,-0.010607593,-0.014631417,0.0036357855,-0.036015794,-0.014278321,-0.03851689,0.008327181,-0.0078048934,-0.015477375,-0.0041120974,0.010357483,0.0012229627,-0.013881087,0.03813437,0.016963322,0.025422914,0.0050867894,0.04728544,0.010077949,-0.020700254,0.020656116,0.0105634555,-0.0071538724,-0.015344964,0.007385592,0.0276739,-0.0276739,0.02061198,0.0065690572,0.01207147,-0.013895799,-0.028718477,-0.0073635234,-0.02508453,0.0074297288,-0.007929948,0.007915236,0.03251426,0.009474743,-0.024731433,-0.00075216807,-0.012674676,0.0030546484,0.027394366,0.006598482,0.019243734,0.010526675,0.055583198,-0.0018261685,0.014933019,-0.0023539735,0.037075084,0.002815573,0.0255259,-0.012167101,0.020126473,-0.009666003,0.010806209,0.029159846,0.007878455,0.038222644,0.022759981,-0.00316683,0.011983196,-0.02231861,-0.025952557,0.038281493,0.007856387,0.016374828,-0.03416204,0.009945538,-0.024613734,0.013432361,0.010180935,0.030277984,0.0066830777,0.026084969,-0.024849132,0.041047413,0.00072826055,0.0022969632,0.011968484,-0.0026776448,-0.01575691,-0.033956066,-0.021921378,-0.0027806312,-0.0011539987,0.03251426,-0.03631004,0.0009765312,-0.003560385,-0.0024422475,0.012240662,-0.0052486253,0.030425107,-0.072384685,0.004156234,-0.032926206,-0.004270255,0.009820483,0.010173579,-0.025555324,0.0049139196,0.0024919016,0.045784783,0.033691246,0.01594817,-0.009467387,-0.009849908,-0.02685001,-0.02370157],"social":"https://twitter.com/joaquimbalta"},{"title":"strengths","description":"i want to make films for hollywood with my studio","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=gyYEiEfif6k","youtube_transcript":"Hello, everyone. My name is Koshan Mokodia or you can call me Cash. My one liner is I want to make films for Hollywood with my studio. I'm actually working on animated feature film trends. What I'm trying to do is just to make this feature film for very less amount of money. I have noticed that three d animation is one of the cheapest way of making a film. That is because three d animation is more expensive. Like, you cannot, like, commercially make a film and make money out of it without having to buy expensive commercial software licenses. I created this three d model of the my of technical study. In the the granddaughter software, and I mated it. And then I imported it into this app called rough nanometer. I traced over it with this so you can see it is traced over on top of it. Then I exported the video file from it of animator to flip a click app. So I use this app to add the the Jet Last So here we go, you know, to replace and put it, the the key and then input it, the planet. And all the call it's the water is breaking on it. These are all the cloud effects that I added. Guys, a little heavy, but it's good. It follows up really good with this previous scene that you can see Ali is diving through the clouds into the right?","embedding":[0.022966735,0.041806024,-0.020699767,0.009005336,-0.022200655,-0.062881015,0.0130311595,0.048184805,0.009013154,-0.013687799,-0.0022278826,-0.01998059,-0.04787212,-0.040680356,-0.004232977,0.04952935,-0.025343142,-0.067915246,0.0058081294,-0.0029568302,0.020340178,0.016634857,-0.024108035,0.015219957,0.009708879,-0.030424278,-0.023904791,0.008630114,0.026781496,-0.009060056,0.008309612,-0.040930506,-0.022638416,-0.023341957,-0.0023998597,-0.02987708,-0.032269124,0.011577173,-0.023951694,-0.037084475,0.04568332,-0.012163458,0.051092777,0.020433985,0.009411828,0.008426868,-0.040305134,0.021200063,-0.017760525,0.051499266,-0.026703324,0.063944146,-0.020684132,0.0141099235,-0.013273491,-0.038116336,-0.016838104,0.02603105,-0.030549353,0.011491184,0.007907029,0.0005530621,0.02496792,0.012014932,-0.028298019,-0.0010504272,-0.06560137,0.00076314755,-0.014031753,-0.010193541,0.023748448,0.025374413,-0.026844032,0.009263302,-0.029798908,-0.025687097,-0.026406273,-0.024686504,0.038147606,0.01605639,0.011702247,0.01701008,0.015681168,0.0041391714,-0.024686504,-0.0023627284,-0.0313467,-0.021747263,-0.06416302,-0.027313061,0.0022982368,0.041555874,-0.04633996,-0.0031366243,0.054532316,0.023685912,-0.012929537,0.046308693,0.062849745,0.016181463,0.030971479,0.027406866,0.018041942,-0.0060739117,0.03039301,0.051468,0.0006874191,0.012663755,0.007531807,0.017244594,-0.09799557,-0.030408645,-0.00033002955,0.019089438,-0.009364924,0.04127446,0.033707473,-0.021778531,-0.04912286,-0.016775565,-0.06228691,0.013476736,0.018088844,0.015219957,0.0036955492,-0.017338399,-0.009106959,0.03208151,-0.029079732,-0.0715424,0.006933796,0.021872336,-0.02499919,-0.058597226,-0.031080918,-0.0030232759,-0.064350635,0.012687206,0.0036193323,0.040711626,0.012741926,0.028563801,0.04258774,-0.0013748382,-0.0026969106,0.03852283,0.0015653807,0.012405789,-0.0025737907,-0.01913634,0.018057575,0.043901015,-0.039492153,-0.006531214,0.016244002,-0.016838104,0.017916868,0.023263786,-0.0068868934,0.03867917,-0.018542238,-0.06056714,-0.013062428,-0.005417273,-0.06616421,0.01701008,-0.03276942,-0.008708285,-0.04546444,-0.012515229,-0.039523423,-0.019105071,-0.052187175,-0.013117149,0.043901015,-0.020355813,0.01869858,-0.053938214,-0.0009844701,-0.01722896,-0.024827212,0.054157093,-0.02914227,-0.006957248,-0.023701545,0.019058168,0.047965925,0.024139306,0.016744297,0.02775082,0.014743112,0.038147606,-0.037084475,-0.010834546,-0.022075582,-0.018651677,0.055845592,0.005929295,0.04446385,0.011389562,0.0625996,0.02998652,0.013679981,0.000852556,-0.020746669,0.04931047,-0.03614642,-0.0034844868,-0.045777127,-0.026234297,0.069416136,0.015438836,-0.05503261,0.0024272196,-0.041618414,-0.0414308,0.020449618,0.046308693,0.0006888848,0.019621002,-0.013148417,0.039492153,0.047590703,0.0029196988,0.021106258,0.0058433064,0.009646341,0.027485037,0.040711626,-0.0022884654,0.012265081,-0.0041000857,-0.0004746465,-0.01998059,0.031190358,-0.034301575,-0.004612108,-0.03448919,-0.026625153,0.04996711,0.019871151,0.044276237,-0.018245187,0.03724082,0.033676207,0.004342417,-0.0051241303,-0.024186207,-0.01932395,0.0137268845,0.05275001,-0.004369777,-0.0031698472,0.0005931249,-0.019089438,-0.04677772,-0.02892339,0.024921019,0.009200765,0.016244002,0.0109049,-0.060754754,-0.017760525,0.009615073,0.018432798,0.026750227,-0.012421424,0.014016118,-0.009740147,0.033707473,0.0075826184,0.004436223,0.0013709295,-0.0016113064,-0.065788984,0.011327025,0.008168903,-0.03336352,0.024280014,0.035020754,-0.046277422,-0.009263302,-0.012100921,-0.0040805433,-0.06447571,0.02137204,0.036052614,0.021528382,0.0391482,-0.039273273,0.08173594,-0.06422556,-0.017447839,-0.0072503905,0.014657123,-0.0076529724,-0.08029758,0.015626447,0.02914227,0.01052186,0.003971103,-0.051999565,-0.0017021806,0.008708285,-0.014844734,0.04018006,0.007930481,-0.004549571,0.015446654,0.003873389,-0.004744999,0.0335824,0.03301957,-0.027922796,0.023685912,0.0015722207,0.0380538,0.018354626,-0.0070745046,-0.0073324703,0.0035704751,-0.0625996,-0.0044909427,-0.031409238,-0.029970886,-0.04358833,0.03611515,0.045151755,-0.0023803168,-0.025390046,-0.025687097,-0.06228691,-0.0076373382,-0.06891584,0.013085879,-0.012327618,-0.019667905,-0.034145232,0.024498893,-0.03183136,-0.021278234,-0.057127602,-0.024326917,0.030549353,0.0014158781,0.005053776,0.030127227,-0.027359962,0.0009478273,0.0010592215,-0.025030458,0.00079783605,0.014164644,-0.015415385,0.07485686,0.028282385,0.009959026,-0.0307526,0.009232033,-0.007215213,-0.05356299,0.0436196,0.013906678,0.023779716,0.017025715,0.016916275,-0.05143673,-0.0028395734,0.06000431,0.013789422,0.027547574,0.008716103,-0.01858914,0.0055775237,0.0048231706,-0.022700952,0.016509784,0.0313467,-0.03053372,-0.0036056524,0.039398346,-0.0060934545,-0.019292682,-0.03301957,0.011319208,-0.0054016383,0.024733407,-0.007207396,-0.030252302,0.015923498,0.08104803,-0.052781276,-0.023842253,0.045870934,0.015149603,0.01493854,0.056939993,0.05081136,0.0002894782,-0.032050245,0.016650492,0.015446654,-0.045745857,-0.016509784,0.01932395,0.017869964,-0.014453878,-0.0073090186,0.010560946,-0.010717289,0.029673835,-0.06591406,0.058597226,-0.024436356,0.020981183,-0.011076877,0.02093428,-0.0074927215,0.019886784,0.025092995,-0.003085813,-0.037709847,-0.017260227,-0.011733516,-0.018714216,0.08580084,0.06922852,-0.00045143938,0.024592698,-0.052687474,-0.0132578565,-0.012140007,0.0148916375,0.035833735,0.008669199,0.014586769,-0.024795944,0.016431613,0.043713406,0.033300985,-0.04036767,0.01979298,-0.015618631,-0.027516305,-0.032675613,-0.00877864,-0.024983555,0.013320394,-0.04849749,-0.024686504,-0.037303355,0.026156126,-0.05553291,0.015477922,0.028407458,-0.015884412,0.040023718,0.005108496,0.008168903,0.013085879,-0.032206584,0.050498676,-0.009630707,0.031284165,0.0048622563,0.0014950265,0.04740309,0.011373928,0.03295703,-0.023810985,0.030002154,-0.019089438,0.017682353,0.025124263,-0.052875083,-0.07116717,0.04396355,-0.05443851,-0.002395951,0.023185614,0.027516305,0.051061507,-0.030549353,0.025264971,0.014922906,0.03699067,-0.033175908,-0.012827914,-0.008856811,0.018260822,-0.013226588,0.01371125,0.028641973,-0.020277642,-0.015704619,-0.057721704,-0.06472585,-0.0072660246,0.0028610704,0.018245187,0.08480025,-0.002009003,0.031237261,0.034426652,0.018260822,-0.012116555,0.0073637385,0.014649306,-0.01924578,0.032706883,-0.0016582093,0.025311874,0.0013416153,0.02499919,-0.03380128,-0.0005853078,-0.013812873,0.018041942,-0.0036779607,-0.015876595,-0.010725105,-0.00037204663,0.017948136,-0.013859776,-0.01600167,-0.014274084,0.0033535499,-0.014477329,-0.017322766,-0.030987112,0.03852283,-0.027094182,0.01242924,0.044338774,-0.035395976,-0.005550164,0.007586527,-0.040961772,-0.01954283,-0.008708285,0.01627527,0.012163458,0.04546444,0.021090623,-0.008856811,0.013406382,0.021903604,-0.014180278,-0.006847808,-0.0061247232,0.016181463,-0.04659011,0.0033770013,-0.029298613,-0.020293275,0.0050733187,0.010748557,0.00850504,-0.0023646825,0.009779233,0.006668014,0.008903714,0.003091676,-0.0024135397,-0.003873389,0.045526978,-0.010287346,-0.026265565,0.00978705,0.014704026,0.0030389102,-0.030596256,-0.00074409327,-0.054125823,0.000116401985,0.017447839,-0.001871226,0.009419644,-0.027954066,0.024358185,-0.03233166,-0.030627524,-0.0022122485,-0.009396194,-0.029298613,-0.013836324,-0.02881395,0.04490161,-0.01921451,0.025718365,-0.012468326,0.0015556093,-0.031143455,0.018245187,-0.01927705,-0.0032988298,0.007668607,-0.028970292,0.042056173,0.019933688,-0.0019112888,-0.0016650492,0.0062732487,-0.017823061,-0.018151382,0.017385302,-0.007758504,0.000855976,0.031252895,-0.00053400785,-0.020871744,0.045183025,0.00640614,-0.042869154,-0.004232977,0.00106997,-0.023701545,-0.013977033,0.040430207,0.019402122,-0.012225995,-0.015188688,0.054594852,0.028985927,0.028407458,0.02199741,-0.003382864,0.022169387,-0.044964146,-0.024217475,-0.0028473905,-0.0030330473,0.03208151,-0.021497114,-0.011678795,0.011272305,-0.0041469885,0.04236886,0.013398564,-0.028876487,-0.013375114,-0.023701545,0.0329883,-0.012476143,0.01477438,0.009232033,-0.019699173,0.05215591,-0.011678795,-0.045057952,0.005171033,-0.02030891,0.05215591,-0.014696209,-0.015313762,0.00414308,-0.032175317,0.011452099,-0.03533344,0.008270526,-0.015884412,0.050842628,-0.015571727,-0.029314246,-0.024623968,-0.00025307966,-0.017322766,0.020512156,0.0089975195,-0.024608333,-0.010826728,0.03889805,0.0025425223,-0.011717881,-0.0038675263,0.019886784,-0.01730713,-0.035395976,-0.0036818692,0.03761604,-0.012906086,-0.017838696,-0.03170629,0.03273815,0.008708285,-0.012679389,0.036677986,-0.018338993,0.0062497975,-0.03677179,-0.007649064,0.03786619,-0.03486441,0.006613294,0.03339479,-0.012671571,0.015978219,0.00220834,-0.009216399,-0.07967221,-0.026343737,0.0031424873,-0.060692217,-0.016556686,-0.00883336,-0.022372633,-0.019417757,0.020840475,0.0380538,0.013922312,0.0019249688,-0.006691465,0.007008059,-0.006456951,-0.00063074485,0.028219847,-0.007946115,0.013218771,-0.008239257,-0.009810501,-0.023576472,0.022763489,-0.0021575284,-0.03483314,0.020136934,-0.025139898,0.008606663,-0.009998112,-0.0070236935,-0.018370261,-0.023451397,0.010834546,0.006949431,-0.013789422,-0.0041508973,0.00080956175,-0.07254299,-0.020465253,-0.0011755013,-0.017510377,-0.039617226,0.01616583,0.011295756,0.02360774,0.03842902,-0.011741333,0.053344112,0.04124319,-0.012992074,-0.008137635,0.018338993,0.01730713,-0.024577064,0.023107443,-0.023545202,0.021778531,-0.013242222,-0.0053469185,0.024076767,-0.015235591,0.027109815,0.03705321,0.015305945,0.038772978,-0.013593993,-0.0014754838,0.02878268,0.01046714,0.044026088,0.0057768608,-0.0013904724,0.0017314948,0.003971103,0.004205617,0.048872713,-0.028985927,-0.021012451,0.003609561,0.028501265,0.017791793,0.0006287906,0.024827212,0.0018692717,-0.0023646825,0.0063631455,-0.027828991,-0.028845219,-0.009661975,-0.006116906,-0.016509784,0.0059879236,0.014047387,0.015219957,0.016916275,0.022528976,0.0010914671,-0.006793088,-0.10612539,-0.0459022,0.005984015,-0.0036134694,-0.023685912,0.027844625,-0.002436991,0.007090139,0.015837511,-0.009302388,0.031581216,-0.018354626,-0.004514394,-0.0005755364,-0.0109049,0.0036154238,0.030862039,-0.020387081,-0.039398346,0.03230039,-0.022028679,-0.0038812063,-0.011123779,0.03423904,-0.04721548,-0.04527683,-0.027469402,-0.004741091,0.0037307264,0.036240224,0.044964146,-0.0076373382,-0.015986037,0.047590703,-0.009318022,0.04571459,-0.004983422,0.018839289,0.055407833,-0.023107443,-0.005045959,-0.0010553129,0.035990078,-0.022122484,0.008239257,0.012100921,0.030439913,0.020011859,-0.0044284053,-0.0013191411,0.02467087,-0.0015859008,0.024795944,0.009013154,-0.011413014,0.02753194,-0.018557873,0.0023842254,-0.020136934,-0.007664698,-0.030518085,0.005874575,0.024530161,0.0072464817,-0.0073559214,-0.016040755,0.023560837,0.012100921,-0.035364706,-0.022700952,-0.024608333,-0.0115537215,0.024952287,0.011952396,0.0234983,-0.040930506,-0.007731144,0.009575987,0.019949323,-0.016775565,-0.019073803,0.03511456,0.008583211,-0.024514528,-0.019964956,0.018135747,-0.0453081,-0.0063670543,-0.03028357,0.009716695,0.011788236,-0.042149976,0.0061129974,-0.013539273,-0.029720737,0.0114833675,-0.038772978,-0.0057768608,0.032831956,-0.001857546,0.03658418,0.0037190006,-0.023889156,0.00025185823,0.0044557652,0.011944578,-0.011850772,-0.0010377243,-0.011061242,-0.03677179,-0.011076877,-0.040961772,0.0020500429,0.017619817,-0.011256671,-0.026171759,0.03511456,0.012859182,-0.005882392,-0.0061129974,0.04446385,0.0065351226,-0.015743705,-0.021512749,-0.008802091,0.02309181,0.011506819,0.0024956195,0.01504798,-0.033957623,0.032863226,0.00018480189,0.02306054,0.01575934,0.019370854,0.0043189656,0.0048857075,0.0436196,0.015384116,-0.009333656,0.022528976,-0.015563911,0.00542509,-0.0061755343,0.02063723,0.005729958,-0.00058481924,0.03153431,-0.0013709295,-0.0040610004,0.025249338,0.03039301,0.0056205182,0.039242003,0.0043228744,-0.030564988,-0.033269715,-0.0032128415,-0.008700469,0.03808507,0.049779497,0.024952287,0.01924578,-0.013109331,0.029752005,0.023326322,-0.016009487,-0.006116906,-0.0038030348,-0.01589223,-0.025280606,-0.012679389,0.028000968,-0.04571459,0.060754754,0.0060231006,0.004475308,0.011882042,-0.0032050242,0.034989484,-0.0029939618,0.00088040455,-0.014602403,0.022091215,0.003590018,-0.0036603722,-0.0030701787,-0.008207989,0.018948728,-0.009833952,-0.008114183,-0.022810392,-0.030877672,-0.047152944,-0.014430426,-0.0035020753,0.015243408,0.010060649,-0.02060596,-0.01046714,-0.013914496,-0.013054611,0.003947652,0.013406382,0.01891746,0.016978811,-0.007914847,0.0051475815,-0.010138821,0.0008471817,-0.018323358,-0.011686613,0.0056986893,0.035020754,-0.033082105,-0.01954283,0.0014852552,0.027094182,-0.034926947,-0.059191328,-0.00667974,-0.039179467,-0.043025497,0.0062810658,-0.0083721485,0.0020305002,-0.01242924,0.007207396,0.0015888321,0.010506226,-0.022466438,0.012796646,0.04971696,-0.008090732,0.009419644,-0.01638471,0.003846029,0.008278343,0.02712545,-0.013867592,-0.016087659,-0.007164402,-0.008153269,-0.017025715,-0.032237854,0.013093697,-0.0019171517,-0.0030056874,0.00015096836,0.014969808,-0.03175319,-0.00024208681,0.030033423,0.0036525552,0.00057407067,-0.010052832,0.008036012,0.037709847,-0.00106997,-0.01891746,-0.007860127,0.013250039,0.0207154,-0.01807321,0.008176721,0.008809908,-0.0063592372,0.033988893,0.004873982,0.033770014,0.004475308,-0.014133375,0.037553504,0.027313061,0.009419644,0.044276237,-0.038835514,-0.01586878,-0.004135263,0.013078063,0.02265405,0.012937354,0.0050811362,-0.021841068,0.007981292,-0.031393602,-0.018870557,-0.014023935,0.007684241,0.012390154,0.0062497975,-0.011319208,0.0110143395,-0.008848994,0.00027311107,0.010842362,-0.009873038,-0.029814543,0.020762304,-0.005702598,0.02060596,0.0126324855,-0.0031307614,-0.019652272,0.045839664,0.0015175008,0.011522453,-0.0065116715,-0.0065429397,-0.013312576,0.004916976,0.028829584,-0.017823061,0.0335824,-0.032269124,0.0006722734,-0.009255485,0.006757911,0.0054016383,-0.02221629,-0.02309181,-0.00027970676,0.03530217,0.03699067,-0.020949915,-0.008184537,0.0039300635,-0.0013611582,-0.008958434,0.005198393,0.0246396,-0.035458513,0.040273868,0.008817725,-0.018729849,0.018651677,0.010592215,0.02614049,0.003478624,-0.015173054,-0.016650492,-0.013695616,-0.027297426,0.012476143,-0.03977357,0.018761117,-0.02690657,-0.0103577,-0.027266158,-0.0006888848,0.08361205,-0.028970292,0.0107016545,-0.021544017,0.027391233,-0.019527197,0.0046238336,0.04124319,-0.015790608,-0.005964472,-0.025530754,0.01180387,0.0019112888,0.0029294703,0.022685317,-0.0057885866,0.028032236,-0.030736964,-0.03933581,-0.013601811,0.013023343,0.01398485,0.018933095,-0.010365518,-0.030455548,0.0016924092,0.006523397,0.05618955,0.004991239,0.020731036,0.017697988,-0.01921451,0.0003964752,-0.0011500956,0.020543424,-0.0075357156,-0.036427837,-0.021731628,-0.037897456,-0.025374413,-0.016759932,-0.03680306,0.015634265,-0.008129817,0.026124856,-0.0006991448,-0.005108496,0.006820448,0.005182759,-0.03724082,-0.020965548,0.032425463,-0.009873038,0.028298019,-0.004791902,0.01567335,-0.006683648,0.025092995,0.027406866,0.003922246,-0.024936652,-0.017072616,-0.031362336,0.004440131,-0.0040336405,0.010592215,0.0073676473,-0.011866407,-0.028110407,0.030627524,0.026390638,0.019636637,0.026609518,0.020684132,0.028970292,0.015954766,0.016118927,0.010349884,0.007641247,0.004604291,-0.042149976,-0.015939133,0.026062319,0.017682353,-0.008442503,-0.0034766695,-0.014852552,-0.016087659,-0.005901935,0.002464351,0.004209526,-0.038022533,0.043901015,0.001436398,0.0075513497,0.024358185,-0.03830395,-0.020011859,-0.04465146,-0.022794757,-0.018370261,-0.004447948,0.013703433,0.007531807,0.022122484,-0.010381152,-0.054626122,0.0029255617,-0.0025327508,-0.009505633,-0.013640896,-0.00956817,0.0074458187,-0.008215806,0.0075122644,-0.01174915,-0.02987708,-0.017588548,0.010037198,-0.02306054,-0.0026812763,0.03156558,-0.014203729,-0.028751412,0.0046003824,-0.014688391,0.019089438,-0.010256078,0.0110846935,-0.03295703,-0.0016142378,0.017479109,0.019370854,-0.022857295,-0.032581806,0.012788828,-0.012038384,-0.009247667,-0.0003007153,0.02584344,-0.035802465,-0.007731144,0.032800686,-0.04039894,0.015259042,0.007488813,0.017291497,0.019105071,-0.03028357,0.033457328,0.0107016545,0.010326432,0.0055775237,0.009396194,-0.032706883,-0.029204806,-0.0020989,-0.03783492,0.0069963336,-0.01891746,0.025124263,-0.018667312,-0.00978705,0.004682462,-0.0019024946,-0.027703917,-0.052843817,0.035427243,-0.02041835,0.00012324197,0.019120706,0.00793439,-0.03486441,0.026453177,0.01968354,-0.0020383173,0.019871151,0.014516415,-0.0459022,-0.032175317,0.0075083557,0.004494851,0.016337806,0.040930506,0.0018731804,0.032488003,0.003265607,-0.013015525,0.021059355,-0.019011267,-0.00068106764,-0.006109089,-0.0020461343,0.029111002,0.026343737,-0.024154939,-0.044151165,-0.007946115,-0.008637931,0.016525418,-0.0065155798,-0.03311337,0.0021633913,0.0037815378,0.022200655,0.00015890764,-0.022482073,-0.030455548,0.053906944,0.0035040295,-0.019933688,0.0053625526,-0.0152043225,-0.0032538814,0.014532049,-0.02243517,-0.0011227357,0.030314839,0.013117149,-0.028423093,0.002360774,-0.0051202215,0.027907163,-0.016713029,0.02148148,0.02063723,0.03251927,-0.0045339367,-0.0070119677,0.005847215,-0.007125316,0.017072616,-0.020246373,0.02191924,-0.01169443,0.022747856,-0.023123078,-0.011874224,-0.037522234,-0.024248745,0.033050835,-0.0006849762,0.010115369,0.0015663579,0.000038077986,0.043025497,0.012890452,-0.015493556,0.0025190709,0.038460292,0.008161087,0.03889805,-0.028688876,0.03427031,-0.011928944,-0.017182058,0.018041942,-0.042056173,0.0044987598,0.018745484,-0.016290903,-0.00058433064,0.029329881,-0.02671896,-0.01335948,-0.024795944,-0.040305134,0.0033300985,-0.035677392,0.021059355,0.0067070997,-0.032706883,0.03761604,0.020965548,0.013750336,0.005128039,-0.023404494,-0.014406975,-0.007836675,-0.02134077,-0.010123187,-0.006746185,-0.025640193,-0.045777127,0.02434255,-0.013476736,0.0036271494,0.009716695,-0.014563317,0.009419644,-0.013390748,0.017916868,0.0020050944,0.020684132,0.014602403,0.009435278,0.0029998245,-0.015438836,0.011842956,0.00093072734,-0.012421424,0.030815136,0.021841068,0.006531214,0.0075005386,-0.022966735,0.025374413,0.0063631455,-0.018120112,0.008465954,-0.01371125,-0.019198878,-0.0076060696,0.015235591,-0.0050146906,0.011069059,0.00828616,-0.008575394,-0.017479109,0.01979298,0.029470589,0.0005916592,0.06294355,-0.0003928109,0.04659011,0.012366704,-0.0055110785,-0.0017070663,0.017948136,0.0059058433,0.01349237,-0.011233219,0.025921611,-0.04186856,0.031721924,-0.024889749,0.01946466,0.023904791,0.022872929,-0.019808613,0.0104749575,-0.02093428,-0.0024233111,0.033957623,-0.025202435,0.0061247232,-0.0016181464,0.011733516,-0.034426652,0.00083985314,0.0060973633,0.027782088,0.0009165588,0.011780418,-0.015845327,-0.000087698456,0.01242924,0.009271119,-0.0078054066,-0.025968514,-0.013351662,-0.004764542,-0.041399535,0.005128039,-0.022403901,0.00425252,-0.0154310195,-0.020903012,-0.014117741,-0.007910938,0.008254892,-0.02485848,0.047340553,-0.034770604,0.0017148834,-0.032488003,-0.011186317,0.015876595,-0.020105664,-0.027500672,0.01594695,-0.026437541,-0.008622297,0.020465253,0.036490373,0.016415978,-0.016290903,-0.003617378,0.00030462389],"social":"https://twitter.com/Kaushal51010261"},{"title":"vault - the everything app","description":"the everything app that makes your life happier | a dimension or space where you feel different","niche":"other","youtube_url":"https://youtube.com/watch?v=Xhu9djscuik","youtube_transcript":"","embedding":[0.015368305,-0.034778815,-0.009368405,0.014480606,0.007355228,0.014345866,-0.052279186,0.049235642,-0.013600831,0.015122603,0.008274632,0.032844897,-0.0417536,-0.015431712,0.020306136,0.06340714,-0.045558028,0.027027294,-0.007731708,0.018673403,0.074376576,0.014829345,-0.016660227,-0.030704908,0.04013672,-0.0149403075,0.0030970424,-0.011762024,0.02745529,-0.058936935,0.04486055,-0.04254619,0.0036677066,-0.018150294,-0.01838807,0.056432355,0.024712933,0.0031029868,0.025759151,0.026868775,-0.0035983552,0.028881952,-0.028406398,0.036998067,0.02423738,0.020131767,-0.031957198,0.023635011,0.020797541,0.05478377,-0.03747362,-0.03146579,-0.03233764,0.079956405,-0.037980877,0.0054450883,-0.023222866,0.015170158,0.0034081338,-0.006637935,-0.016406598,-0.025505522,0.03541289,-0.0056551243,-0.009994551,0.019989101,0.0019160844,0.037441917,0.03836132,0.015400009,-0.026203,0.0417536,-0.029563578,-0.00380641,-0.029769652,0.046223804,-0.03179868,0.0123247625,0.006352603,0.009495219,-0.02168524,0.016850447,-0.010604844,-0.024015455,-0.021288946,-0.051137857,0.0061584185,-0.006923267,-0.005143904,-0.045748252,-0.0072165253,-0.0069589335,-0.016248079,-0.018847773,0.06543617,0.0026868775,0.010858472,0.0011968098,-0.014179422,0.032844897,0.014385494,-0.048094314,-0.039661165,0.012197948,0.023032643,0.07589835,0.0026631,-0.010224401,-0.025251893,0.04486055,-0.021162134,-0.050155047,0.00084608904,0.019355029,-0.004715906,0.007077822,0.025632337,-0.10195868,0.018086886,-0.02983306,-0.024919005,-0.009352553,0.031687718,-0.028691731,-0.0045970175,0.023524048,-0.028089363,0.010660325,-0.0034774854,-0.014187347,0.023222866,-0.025473818,0.028295435,-0.024364194,-0.04127805,0.03481052,-0.027693069,-0.04371922,-0.010802992,0.022224203,0.033954524,-0.016065784,0.031766977,-0.006772675,0.033161934,0.009178183,0.002877099,-0.019545252,0.004799128,-0.034969036,0.030229354,0.0060553816,-0.017643036,0.008036855,-0.006491306,-0.069494225,0.012404022,-0.0057224943,-0.04784069,0.0065269726,-0.01776985,0.0046524988,-0.028232029,-0.009661662,-0.046667654,0.009867736,-0.061695147,0.021605983,-0.09986624,0.01819785,-0.023460642,0.031656016,-0.061156187,0.038836874,0.020718282,-0.026932182,0.0073274877,-0.05985634,-0.06404121,0.008758111,0.014559864,0.062138997,-0.046255507,-0.0025600633,-0.027772328,0.011698618,-0.04058057,0.034081336,0.027122404,-0.039249018,-0.010826769,0.021352354,0.012530836,0.02406301,0.035476293,-0.051169563,-0.010692029,0.0057581607,-0.0488235,-0.0049774605,-0.036554217,-0.052691333,0.04289493,-0.03427156,0.0007217516,-0.048347943,-0.023397235,0.030245205,0.019576954,-0.028184474,0.018102739,-0.032496158,0.022731459,-0.008242928,-0.04891861,-0.007929855,0.00083370483,0.022366868,0.0030851536,0.018435625,-0.07069896,-0.0045415363,0.067655414,0.028850248,0.038266208,0.05186704,-0.015954822,-0.039439242,-0.0038083913,-0.068606526,-0.022747312,0.01190469,-0.023856936,-0.05462525,0.0016981225,-0.0059999004,0.03233764,0.023571605,0.010121364,-0.055005692,-0.02371427,-0.01891118,0.008536186,0.025172634,0.016739484,0.030213501,0.030609796,0.002459008,0.00033932726,0.021986425,0.0003279338,-0.0028988952,-0.040802494,0.0096933665,0.04058057,-0.024491008,-0.024443451,-0.0015128547,0.0047555356,-0.013172833,-0.04476544,-0.013141129,-0.012879576,0.010462178,-0.038614947,-0.0148769,0.012007727,0.02930995,0.021970574,-0.00368554,-0.016565114,-0.054656953,0.022430275,-0.011207212,-0.05896864,-0.023048496,0.05380096,0.029357506,0.003324912,0.0497429,-0.034430075,-0.025743298,-0.009836032,-0.006974785,-0.0071095256,0.031909645,-0.0016287708,-0.02425323,-0.035476293,0.0012453558,0.029737948,-0.0621707,0.04130975,-0.011460841,-0.013925793,0.045938473,-0.01354535,-0.04273641,0.0054371622,0.02433249,0.058778416,0.0382028,-0.014900678,0.0023302124,-0.03129142,0.07989299,-0.025061673,-0.0057977904,-0.047460243,-0.014908603,0.0057066428,-0.02992817,-0.023777677,0.011936394,-0.0042562042,-0.0746302,-0.043750927,0.046509136,0.0013890127,-0.0063961954,0.022874126,-0.08027344,0.032448605,-0.019529399,-0.040961012,-0.04467033,-0.011991875,0.00856789,0.035222664,-0.0034497448,0.0023262494,-0.009518997,0.009970773,0.0067449342,0.03614207,0.02157428,-0.0020032693,0.051264673,-0.038266208,-0.029452616,-0.03560311,-0.022335164,-0.04910883,-0.0102323275,0.026171297,0.012602169,0.0038717985,0.03569822,0.030958535,0.04644573,0.006392232,0.010208549,0.015946895,0.045653142,0.000121984434,-0.04200723,0.035127554,-0.041531675,0.00050329417,0.065689795,-0.012229652,0.031117054,0.00011771188,0.0444167,-0.048538163,0.018166145,-0.029405061,-0.0037410213,-0.019196512,-0.019164808,-0.0027066923,-0.0029286172,-0.00539357,0.037156582,-0.012895427,0.05044038,-0.004704017,0.011334026,0.02327042,0.06064893,-0.00036731557,0.017975925,-0.0104701035,-0.036110368,-0.012776539,0.022351017,0.008773963,-0.026583442,0.0297538,0.019370882,0.019323325,0.010501808,-0.0075494125,0.0270907,0.027645513,-0.014750086,0.040961012,0.043116856,0.040105015,-0.01491653,-0.015867637,-0.022319313,-0.058746714,-0.0010581067,0.0070421556,0.008607519,0.031735275,-0.022430275,-0.027249219,-0.02113043,0.034334965,-0.059888043,0.048094314,0.05446673,0.051835336,-0.005524347,-0.0016139098,-0.036998067,0.033510674,0.009217813,-0.0021380095,0.015035418,-0.026424926,-0.0191014,-0.00501709,0.033383857,0.03002328,-0.027027294,-0.03595185,-0.047206614,-0.0044424627,-0.020115916,-0.03560311,-0.014187347,0.017452816,-0.018578291,-0.033193637,0.03500074,0.015812155,-0.04279982,0.011857135,0.025870113,-0.010216475,0.011444989,-0.016517559,-0.030086687,0.031830385,0.015582304,0.014108089,-0.045811657,0.008995888,0.004878387,-0.037188288,0.023080198,0.024998264,0.052913256,0.042482782,-0.046699356,0.0008292465,-0.010588992,0.022430275,0.009986624,0.029405061,-0.0408659,0.019973248,-0.041246343,-0.01296676,-0.01945014,0.009606182,0.020623172,-0.025378708,0.067528605,0.0021657501,-0.0086471485,0.008544112,0.011072472,0.016913854,0.019148957,0.05053549,-0.07767375,0.04520929,-0.030895129,-0.00959033,0.03785406,-0.037346806,0.065689795,-0.016097488,0.051518302,-0.036807843,-0.01927577,0.04654084,0.06759201,0.019339178,-0.021732798,-0.009653737,-0.013735572,-0.013053945,-0.015352454,0.007929855,-0.018403921,0.001507901,-0.022351017,-0.04254619,-0.00901174,0.04983801,0.009503145,-0.032004755,-0.011262693,-0.024316639,0.048886903,0.0506306,-0.025077524,-0.005496606,0.0028295435,0.011706543,-0.028263733,0.022668052,0.008282557,0.00078714016,-0.025378708,0.031497497,0.008655074,0.006574528,-0.0056234207,0.028374694,-0.034049634,-0.00077475596,-0.05392777,0.008544112,-0.013022241,-0.020749986,-0.027011441,-0.053230293,0.02789914,0.019576954,0.03500074,0.018102739,-0.008932481,0.026741961,-0.006190122,-0.0007712884,0.009075147,0.02344479,0.018546589,-0.034937333,0.010795065,0.04822113,0.007917967,0.024205675,0.0253153,0.005670976,0.005516421,0.0054807547,-0.014496457,0.0444167,-0.016723633,0.015003715,-0.011032842,-0.005250904,-0.011310249,-0.012665576,-0.014559864,0.02016347,-0.016145043,-0.03259127,0.013577053,-0.0035844848,-0.014060533,-0.033257045,-0.029072173,-0.005884975,0.0033467081,-0.0025184522,-0.056337245,-0.0061465297,-0.015510972,-0.029896466,0.003639966,-0.030657351,-0.025331153,-0.0029325802,-0.00036607715,-0.00910685,0.0046762764,0.0044543515,-0.006209937,0.013386833,-0.014591568,-0.005009164,-0.0014752067,-0.0426096,0.016755337,-0.014266606,-0.027471144,0.008987962,-0.01989399,0.032559566,-0.040897604,-0.057859015,-0.0025224152,0.027280921,-0.03560311,0.019941546,0.004426611,0.051486596,0.013846534,-0.024126416,-0.025537224,0.0015475305,0.0029761726,0.031069499,-0.00043840092,0.00036657252,0.018102739,-0.015915193,0.012316837,0.003095061,-0.015392083,0.014654975,-0.032274235,-0.016739484,0.019767176,0.011286471,0.032099865,0.04812602,-0.017341852,-0.0056154947,-0.012007727,0.01381483,0.0027601921,0.0017724277,0.0049814233,0.013822757,0.028802693,-0.019148957,0.02762966,-0.017056521,0.0075494125,-0.0030078762,-0.011619358,0.04130975,0.0032575417,0.0012730964,-0.019830583,0.015217713,0.013069796,-0.01723089,0.006336751,-0.027312625,0.0099628465,-0.0005899836,-0.031671867,0.00114331,-0.03164016,-0.0062257885,-0.010961509,-0.04200723,-0.021986425,-0.03785406,-0.009217813,-0.0045930548,0.015653638,-0.03455689,-0.037441917,0.021923019,0.028232029,0.004188834,0.010731658,0.029405061,-0.011223064,-0.0005211274,0.01217417,0.04324367,-0.013466091,0.023555752,0.010271956,-0.0001928221,0.0007480061,-0.0016852429,-0.013664238,-0.024855599,0.013434388,-0.06467528,-0.04333878,-0.0014335958,-0.038678356,-0.004204686,0.0012919204,0.010382919,-0.010287808,-0.04191212,0.016565114,0.011492544,0.0015296972,0.016065784,-0.03224253,0.012514984,-0.022192499,-0.0026829145,-0.087692074,0.019941546,-0.020020803,-0.025775002,0.00011201515,-0.03541289,-0.041151233,-0.00017672263,-0.00672512,0.039883092,0.00029251497,-0.023872787,-0.013735572,0.010533511,0.004648536,0.026837071,0.024855599,-0.022430275,-0.025156783,0.021954723,-0.0029940058,-0.0030772276,0.0027760437,-0.021288946,0.002106306,-0.005801753,-0.014488531,0.024617821,0.01582008,0.013933719,0.022049833,-0.011032842,0.01945014,-0.0069668596,-0.00685986,0.006558676,-0.012150393,-0.039946496,0.011032842,-0.03490563,0.008631296,0.023777677,-0.021336501,0.006182196,0.02743944,-0.026028631,-0.003396245,-0.02992817,-0.020496357,0.006637935,0.033986226,-0.033510674,0.015653638,-0.016977262,0.02479219,0.035476293,-0.032036457,-0.0059483824,-0.01190469,-0.009360479,-0.039978202,-0.023492346,0.0060276412,-0.007985337,0.023413086,0.00052905333,-0.015059195,0.0013365037,-0.03658592,0.023524048,0.015130528,0.0047555356,0.0046009803,-0.0110090645,0.022366868,0.00235399,0.019434288,-0.031132905,-0.025378708,-0.031656016,0.020464655,0.0033724671,-0.014345866,-0.0049853865,-0.034176446,-0.023302123,0.0062297513,0.024031306,0.00086590374,-0.0007574181,-0.038424727,-0.0016565116,0.0015336602,-0.016929707,-0.03747362,0.0067211566,0.008655074,0.024189824,-0.046192102,0.044099666,0.033161934,0.019957397,-0.00078763557,-0.016834596,0.019481843,0.02132065,-0.055734877,-0.0127131315,0.0127131315,-0.001128449,-0.01873681,-0.022414424,0.008892851,0.020639025,0.01180958,-0.021621834,0.0068876003,-0.019196512,0.018784365,-0.010501808,0.017801555,0.028992914,-0.027391884,0.02593352,-0.005076534,0.013188685,0.015851784,-0.0021300835,0.019386733,0.025743298,-0.01750037,-0.006713231,0.017595481,-0.022477832,0.002881062,0.020908505,0.040200125,0.0040521123,-0.002726507,0.00017288353,-0.00937633,0.027962549,-0.0018100757,-0.016470004,-0.011825431,0.025949372,0.005619458,-0.017310148,0.016771188,-0.011484618,0.02060732,-0.033669192,-0.03073661,-0.0042997967,-0.011516321,0.005001238,-0.007906077,-0.025537224,-0.014131866,0.028105214,0.00937633,-0.02753455,-0.0012998463,-0.013822757,-0.023238717,0.034683704,-0.008456927,0.034652002,0.03569822,0.04955268,-0.041690193,-0.0121900225,0.0009565561,-0.022287609,-0.007192747,0.023254568,-0.022953384,-0.018324664,0.038583245,0.0015049288,-0.0382028,0.047808982,0.014868974,0.026187148,0.0000017763597,0.0070144148,-0.02149502,0.009812254,0.011484618,-0.0026492295,0.04869668,0.002500619,0.0099628465,0.015233565,-0.015954822,0.016224302,-0.026504185,0.01084262,0.0417536,0.04102442,0.03027691,-0.06074404,-0.031687718,0.0013107444,0.011976023,0.030054985,-0.00395502,0.035127554,0.014266606,0.015059195,0.00022006736,0.033954524,-0.04308515,-0.0070183775,0.029103877,-0.0035091888,0.010977361,-0.020353692,-0.0065983054,0.039661165,0.012205875,-0.012507059,0.012863724,-0.0022311388,-0.007204636,0.037727248,0.007890226,-0.019481843,0.023317976,0.008385594,-0.03278149,-0.00757319,0.012499132,0.02043295,0.0051082377,0.047808982,0.0063090106,0.015130528,0.0116669135,0.008607519,0.010763362,-0.0044662403,-0.0027364143,-0.007862485,-0.016216377,0.037188288,0.00086887594,0.014575716,-0.0042918706,0.00023480457,-0.016010303,0.00883737,-0.041975528,0.04318026,0.026741961,0.024459304,0.0123089105,0.02159013,-0.00477535,0.008940407,-0.002496656,0.0014464754,-0.00031901716,-0.008242928,-0.023064347,-0.016676078,0.004497944,-0.0021598057,-0.005888938,-0.0018497051,-0.0052033486,-0.0013474018,-0.03162431,0.009756774,0.017975925,-0.0027165997,0.01696141,-0.011460841,0.0034081338,0.052088965,-0.022097388,0.029198987,0.06898697,0.02051221,-0.0043037594,-0.0056947535,0.0074543017,-0.002538267,-0.011001139,0.015709119,-0.035032444,-0.019355029,-0.0116510615,0.021447465,0.033288747,0.006467528,0.011730321,0.000821816,-0.022937533,0.03661762,0.020797541,-0.0072165253,-0.045526326,0.0075573386,0.016580967,-0.010581067,-0.021637686,0.022794867,-0.0039728535,-0.0132520925,0.03604696,0.028580768,0.022636348,-0.04318026,-0.055893395,0.008171595,-0.012007727,-0.004830831,-0.033891115,-0.0297538,-0.034113042,-0.012942982,-0.0014613364,0.00648338,-0.00085797784,0.0044385,-0.012507059,-0.034239855,-0.0062812697,0.038424727,0.045145884,-0.0012136523,0.046033584,-0.037695546,-0.016771188,0.004363204,0.022287609,-0.027217515,-0.022541238,-0.020845097,-0.00018056174,-0.009994551,0.020020803,-0.016739484,0.05107445,-0.01918066,0.0041610934,-0.008496556,0.03668103,0.017294297,0.017785702,0.021273095,-0.00054589583,-0.04920394,-0.0125783915,0.0051954226,0.03010254,0.030482981,-0.0009798384,-0.00932085,-0.005231089,-0.022620497,0.004668351,0.0012344577,-0.02078169,0.021273095,0.0058572344,-0.012245504,-0.019909842,-0.0028453954,-0.011563877,0.012950908,-0.01429831,0.003249616,0.028897803,-0.040295236,-0.04768217,-0.010224401,-0.048347943,0.04413137,0.01119136,0.001639669,-0.033891115,-0.008338039,0.00655075,-0.049172238,0.00086738984,0.018530736,-0.01225343,-0.015891414,-0.040612273,0.014924455,-0.0034854112,-0.025600633,-0.019085549,-0.0047674244,0.016723633,0.01047803,0.032813195,0.027518699,0.014734234,0.015178084,0.030863425,0.053420514,-0.017627185,-0.013006389,-0.0113974335,0.0004943775,-0.019402584,-0.0012750779,0.0016257986,-0.027043145,0.018372219,0.03633229,-0.032194976,0.009645811,0.017547926,-0.027994253,-0.05018675,-0.014242829,0.038868576,-0.019941546,-0.042577893,0.004862535,0.0014494476,-0.011817506,0.030150095,0.015693268,0.0111438045,-0.009194035,-0.003023728,0.007593005,-0.010509733,0.029294098,-0.0104384,0.007735671,0.0128320195,0.0021796203,-0.0021221577,-0.00672512,0.06347055,-0.019687917,-0.01385446,0.013347203,0.017706444,-0.000382672,-0.016224302,0.008797741,0.11483033,-0.00928122,-0.027011441,0.0014989844,0.0016941595,0.013331351,-0.014924455,-0.015907265,0.009194035,-0.046414025,-0.02139991,0.010216475,-0.021748649,-0.0063724173,-0.013061871,0.002143954,-0.016723633,-0.019513547,0.013624609,-0.03000743,0.00624164,-0.0019794917,0.0043077227,-0.013133204,0.0018249367,-0.024665378,-0.024047157,-0.0071214144,0.02114628,0.044733737,0.011254767,-0.00298608,-0.00053202553,0.011912616,-0.02415812,-0.009986624,-0.006419973,-0.010858472,0.0042324266,-0.016263932,-0.02371427,-0.010160994,-0.029198987,-0.019640362,0.039185613,-0.010596918,0.0024391934,0.0114132855,0.01767474,0.02745529,-0.0085282605,-0.019973248,-0.014306236,-0.0035844848,-0.019228214,-0.024316639,0.0057304204,-0.027486995,0.010604844,-0.010581067,-0.032496158,0.000030759275,-0.01190469,0.0076920786,0.008615445,-0.011960172,-0.015027492,-0.015931044,0.037441917,-0.009891514,0.022493683,-0.0191014,0.012293059,0.007818893,-0.032194976,0.015067121,0.016470004,0.0025065634,-0.031323127,0.0016664189,0.034493484,0.004704017,-0.009606182,0.008242928,-0.004795165,0.020353692,-0.015217713,-0.018372219,-0.0037548915,-0.052469406,0.00027418634,0.019576954,0.033035118,0.01394957,-0.00025660076,-0.006851934,0.00044459302,-0.025473818,0.010850547,-0.023191161,-0.004355278,-0.0030891167,-0.010699955,0.03630059,-0.0073116357,-0.022335164,-0.013830682,0.019529399,-0.003433893,-0.0150750475,0.0141477175,-0.005884975,0.03056224,-0.02211324,0.015265269,0.00064199726,0.011278545,-0.049330756,-0.014599494,0.017246742,-0.011524248,-0.011183434,0.006336751,-0.02807351,0.029230691,0.024570266,-0.0055798283,-0.0012839945,0.026409073,-0.002738396,-0.0076960414,0.015423787,0.0009560608,-0.033225343,0.024126416,0.015463416,0.020226877,0.0029127654,0.04784069,-0.011968098,-0.022699757,0.017706444,-0.0153286755,0.011571803,-0.00017003516,-0.0023678604,0.0031267647,0.005659087,0.003128746,-0.022002278,-0.02406301,-0.007228414,-0.028961211,0.015265269,0.053483922,0.013149056,-0.0091702575,0.035095852,0.015217713,0.0061029373,-0.046160396,0.0016555208,-0.017167483,-0.03506415,0.025854262,-0.01802348,0.021605983,0.00856789,0.020100063,-0.005009164,0.0060276412,-0.012610095,0.0039015205,-0.01873681,0.0053499774,0.027122404,-0.018181996,0.020734135,-0.010287808,-0.0059880116,-0.009843959,-0.024855599,-0.013053945,0.052469406,-0.0007866448,0.018990438,-0.018102739,-0.03595185,-0.033891115,-0.037600435,0.034144744,0.014401346,0.023825232,-0.011603506,-0.037885766,0.026298111,-0.0049576457,-0.015392083,0.00267697,-0.016596818,-0.030245205,0.0116510615,0.011334026,0.0077594486,0.014662901,-0.015407935,0.0039054835,0.04749195,0.010446326,-0.02434834,0.032718085,0.023286272,0.015503045,-0.0021697131,0.011199286,-0.005611532,0.015376232,0.021067021,-0.041880414,0.0032852823,-0.021605983,-0.040961012,-0.014171496,-0.020797541,-0.027058996,0.0056392723,0.028755138,-0.02139991,-0.030213501,0.022715608,0.0030316538,0.020258581,0.021352354,-0.006439788,0.023872787,-0.010715807,-0.028770989,0.012086986,-0.008104225,0.024284935,-0.02060732,-0.03750532,-0.0046524988,0.0041610934,0.0017179372,0.007367117,0.012499132,0.0064358246,-0.0059325304,0.0063486397,-0.029959874,-0.0005483727,-0.019624509,-0.016660227,-0.012776539,-0.024380045,0.014631198,-0.015463416,-0.005369792,0.00768019,-0.019133104,0.0034398374,0.03500074,-0.010382919,0.026979737,0.0059404564,0.009368405,0.02344479,0.021003615,0.0063486397,-0.032290086,-0.0051240893,-0.022240054,0.011793728,-0.0043077227,0.011072472,0.019497694,0.008987962,0.003182246,0.0053222366,-0.006982711,0.028802693,-0.005298459,-0.039819684,-0.0006860851,-0.012063208,0.0019576955,0.029975725,0.022430275,-0.0039530387,-0.0075533753,0.011048694,-0.007953633,-0.0043830187,0.029531876,0.048791792,-0.0066181202,-0.033098526,0.021019466,0.015384157,-0.029357506,0.011032842,0.022398572,-0.017421111,0.009352553,0.032876603,-0.0115480255,0.023460642,-0.010390845,-0.00089859805,0.020829245,0.014100162,-0.014694604,-0.019783027,-0.018007627,-0.025283597,0.03607866,0.022303462,0.0116510615,0.028469805,-0.0027819881,-0.0043790555,0.0017744092,-0.04831624,0.01883192,-0.01784911,0.026298111,0.0150909,0.0125783915,-0.00032397086,0.003291227,0.02211324,-0.012158319,-0.00019851884,-0.0052033486,-0.051550005,0.01713578,0.0002937534,0.02690048,-0.023207013,-0.000099445184,0.035127554,0.0031505423,0.015043343,0.010810917,0.022255905,0.04032694,0.028438102,0.03171942,0.015812155,-0.0025501559,-0.0039688908,-0.036205478,0.007822855,0.035729922,-0.020321988,0.06074404,-0.02149502,-0.0019735473,-0.02166939,0.020559765,0.02789914,0.029119728,0.007672264,-0.0032436715,0.04688958,-0.017975925,-0.0010283845,0.022763163,0.002508545,-0.03427156,-0.019624509,0.002211324,-0.031132905,-0.014797641,-0.002647248,-0.0014870956,0.011825431,-0.039185613,-0.008607519,0.02068658,0.0026234705,-0.0027998216,-0.021637686,0.024887303,0.02504582,-0.013577053,0.017658887,0.018990438],"social":"https://twitter.com/aurorasputnik"},{"title":"saga","description":"ai text rpg","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=INFOtwkPZ7Q","youtube_transcript":"Hey there. I'm Octavian Bosch, and I'm building Sada, an AI text RPG. Sunday is like a playground for interactive fan fiction. Where you can chat, battle, or just spend time with your favorite characters. Right now, Sudden has two modes, conversation, which plays like a chat, and free form where you can write her own stories and have Sada assist you. In Sada, the setting for your adventure is defined by your choice of morals and characters, which can be picked from the content created by Sada. Graftled by your community or designed by you. I started with ten users. And during night and weekends, sadness growth has been incredible. At this moment, there are nine hundred forty registered users. Five thousand two hundred people have visited a sudden and sent over seventy thousand messages, created nine hundred ninety characters and five hundred twenty four worlds. Two hundred people visited Sada daily and sent over two thousand messages. Sada was mentioned by Ryan Hoover and I got a follow from Hillary Mason, the founder of Hindendorf. I've been boasting everywhere, but ready played the biggest role in drawing attention to Sada. I replied to every comment and implemented most of the feedback I got right away. Sata has also received fifteen dollars for two supported some coffee. You can place sata now at sata rpg. Io. I'm very grateful to build space for the experience and I'm excited to keep building center.","embedding":[0.018379003,-0.0031842224,0.028619878,0.029149579,0.0138043165,-0.035184953,0.0005738422,0.023467338,0.008932677,-0.036019634,0.003328686,-0.050305497,0.0007930459,-0.060931608,0.03335508,0.024847768,-0.07788203,-0.04349965,-0.016244149,0.0018780291,0.0020184799,0.00038022062,0.016139815,0.037175346,0.006894132,-0.02359575,-0.018635826,0.06382088,-0.0069623515,-0.05024129,0.0008667826,-0.0356344,-0.02370811,-0.0032524413,0.000070664355,-0.0009635934,0.0048997295,0.009197527,0.016709642,-0.024606995,-0.0027227409,-0.027399963,0.02738391,0.033515595,-0.06272938,0.016629385,-0.015393417,0.034029245,0.018812394,0.02895696,-0.06199101,-0.005569881,-0.015136593,0.027881509,0.010256928,-0.028812498,-0.033387184,0.04921399,-0.018619776,-0.005670203,0.004514493,-0.035923325,0.012865301,-0.0045666606,0.029037219,-0.011043453,-0.031653617,-0.0025582127,-0.025024336,0.04382068,0.020273084,0.030160826,-0.01897291,-0.026966572,-0.006183852,-0.052777432,0.023451285,0.053836834,0.013210409,-0.041156124,-0.038941015,0.06581128,-0.014695176,-0.015569985,-0.035827015,-0.0077729537,-0.039486766,0.004963936,-0.028668033,0.0036115944,-0.0017365749,0.03062632,-0.05537778,-0.030578166,0.05085125,-0.009037011,0.009478428,0.005642113,0.05707924,-0.003541369,0.03290564,-0.018523466,0.02759258,-0.012752941,0.0063483804,0.004711124,0.030192928,0.016260201,0.032343835,-0.032038856,-0.1657802,-0.028812498,-0.022841327,-0.030706577,-0.024574893,0.0053250953,0.014558738,-0.008218383,0.011605256,-0.036661696,-0.017736942,0.04741622,0.018748188,0.03704693,0.012391781,-0.03618015,-0.041380845,-0.023049997,0.0066734236,0.0141895525,-0.009751305,-0.016195994,0.029213786,-0.074607514,-0.01080268,0.007307459,-0.07358021,-0.029037219,-0.045265317,0.018314796,-0.040642474,-0.0021448857,-0.020931195,-0.017030673,-0.0408993,-0.036019634,-0.008451131,0.04552214,-0.042953897,-0.022921585,0.02956692,0.0107946545,0.0120546995,-0.015650243,0.012728863,-0.02359575,-0.030080568,0.035473883,-0.048186693,-0.0015931143,-0.023563646,-0.036854316,0.026902365,-0.025473779,-0.04067458,-0.015361315,-0.03115602,0.007323511,-0.05675821,-0.014085218,0.0029976233,-0.028025972,-0.04603579,0.027528375,0.005634087,-0.009430274,0.003988805,-0.025168799,-0.009895769,-0.036854316,-0.0025521934,-0.0025782771,-0.05236009,0.006625269,-0.038748395,-0.045971584,-0.05640508,0.003164158,0.0127368895,-0.026485026,0.005405353,0.024928026,0.034350276,0.004241617,0.053258978,-0.062761486,0.057721302,0.0013152222,0.016163891,0.045457933,0.03271302,-0.015449598,0.029085374,-0.0041774106,-0.015337237,-0.027014725,-0.029647177,-0.032424092,0.023322873,-0.020112569,0.0671596,-0.055249367,-0.017945612,-0.00022208797,-0.041894495,0.00679381,-0.00005875111,0.036661696,-0.034157656,0.0040349537,-0.032969844,0.0461642,-0.02977559,-0.01305792,0.0408672,0.041798186,0.026677644,0.021557206,0.04699888,0.028780393,0.03714324,0.0043178615,-0.026212148,-0.024029141,0.0023896715,-0.019213682,0.028973013,-0.0020987375,0.013138178,0.03922994,0.020289134,-0.02109171,0.044944286,0.050433908,0.0064487024,0.0049438714,-0.013579595,-0.024350172,0.01347526,0.050209187,0.038844705,0.015056335,0.00222715,0.02422176,-0.013852471,-0.041059814,-0.0408672,-0.0016482915,0.019695228,-0.0319586,-0.016613334,0.014245734,-0.00828259,0.023371028,-0.0047311885,-0.014309939,0.025281161,0.0011195942,0.035409678,-0.044944286,-0.03325877,-0.009317913,0.010289031,0.031107865,0.0011968423,-0.022295576,0.0024077296,0.009815511,-0.010979246,0.027399963,-0.012576374,-0.019470507,0.004779343,0.0018960871,-0.022664761,0.08115654,0.04658154,-0.007283382,0.004442261,-0.00833877,-0.0009856643,-0.01095517,0.03345139,0.012070751,0.026147943,0.026581334,-0.0031300485,0.023547595,0.0018218487,0.025008284,0.06812269,-0.025265109,0.049117684,-0.009061089,0.059294354,0.04645313,0.014695176,-0.004470351,0.014743331,-0.0028431274,0.035505984,-0.00833877,0.016372561,0.025923222,-0.039775692,-0.032664865,0.08263328,0.010040232,0.05444679,-0.020112569,0.010882937,-0.023354977,0.021589309,0.003396905,-0.019422352,-0.041252434,0.027704941,0.009518557,-0.0028391145,-0.040417753,0.0356665,-0.022600554,-0.019486558,0.024189657,-0.009398171,-0.04385278,-0.020626217,0.048925065,0.015080413,0.059711695,-0.0038022064,-0.02317841,-0.030192928,-0.042022906,-0.020128619,0.008322719,-0.029245889,-0.01919763,0.007905379,-0.0194063,-0.013186332,0.0017726909,0.013844445,-0.042729173,0.0150643615,0.0028631918,-0.0020967312,-0.019005012,-0.023868626,-0.008021752,0.01711093,-0.0014616925,-0.0010262948,0.04080299,0.019053167,0.03325877,-0.05894122,0.020706475,-0.031477053,-0.029871898,-0.000017336906,0.018619776,-0.051140174,0.012600452,-0.039679382,0.008796238,-0.010610062,0.032568555,-0.023306822,0.06767325,0.05810654,0.021204071,-0.037977923,-0.036533285,0.039679382,0.04687047,0.04959923,0.0076003997,-0.01804192,-0.0062039164,0.021990597,-0.040193032,-0.0032323769,0.032969844,-0.056982934,-0.0052528633,0.039775692,0.018234538,-0.0032704994,0.019261837,0.030530011,0.015393417,-0.02873224,-0.030899197,-0.032873534,0.0052287863,0.017752992,-0.017785097,0.011500921,0.033290874,0.009382119,-0.06545814,0.0660681,-0.0031581386,0.021733772,0.00516458,-0.01730355,-0.009012935,0.013908651,0.09842798,-0.035891224,-0.058363363,0.007969585,-0.04385278,0.016043505,0.055249367,0.070113085,0.0019472513,0.00697439,-0.005096361,-0.03704693,0.037271652,0.027303653,-0.012496117,0.009093192,-0.0013814348,-0.011187917,-0.013724059,0.021204071,0.010032207,0.028780393,0.021027505,-0.004711124,0.043981194,0.013547491,-0.021541154,0.017319601,0.00020653805,-0.008290616,-0.0132665895,0.0194063,-0.047737252,-0.029374301,0.032472245,-0.023884676,0.011926287,0.01897291,0.01813823,-0.0068901195,0.012014571,0.0050482065,0.008956754,-0.047255706,0.0051003736,-0.018170333,-0.05171803,0.0032524413,0.038106333,-0.00039627217,-0.012439936,-0.010602036,-0.031091815,0.018379003,0.0117176175,-0.053323183,-0.06410981,0.007933469,-0.010152593,-0.011043453,0.026806056,-0.0007313478,0.04853983,0.0597759,0.01478346,0.037721097,0.0036798134,-0.044205915,-0.00902096,-0.00052267796,0.03922994,-0.047801457,0.02945456,0.07377283,-0.02107566,0.028042024,-0.029277992,0.000086778586,-0.03826685,-0.040096723,-0.04067458,0.012046673,0.0053170696,-0.025313264,0.059615385,0.0031320548,-0.035505984,-0.028330952,0.020722525,-0.031412844,-0.0070466218,0.009663021,-0.010995299,-0.009654996,-0.017704839,0.015008181,-0.020128619,-0.024623048,0.0012209195,-0.026051633,-0.038973115,-0.013234487,0.003455092,-0.01483964,-0.043884885,0.06722381,-0.010634139,-0.02160536,-0.022520296,-0.023371028,0.0071549695,-0.013916677,-0.04186239,0.03974359,0.034382377,-0.042921793,0.019839691,-0.009711176,-0.01641269,0.0120546995,0.014976078,-0.0029494688,0.0016563173,0.062761486,0.0014336023,0.0054173917,0.022375833,-0.0025421611,-0.0071268794,-0.018635826,0.040193032,0.043756474,-0.006781772,0.04154136,0.0019452448,-0.008290616,-0.0066734236,0.010417444,-0.019647073,0.020016259,0.027769148,0.017367756,-0.0064366637,0.012777018,0.000427372,-0.017046725,-0.027753096,-0.028892756,0.05255271,-0.03290564,-0.007957546,-0.03200675,-0.014382171,-0.0045907376,-0.017592477,0.02736786,0.0046308665,-0.020706475,-0.0058989376,-0.014831614,0.019952053,-0.015907066,-0.01720724,-0.023531543,0.04077089,-0.049791846,0.025361419,0.016934365,0.01489582,-0.0039306185,-0.0017145041,-0.00021506543,0.019133424,-0.015329212,0.025409572,0.01620402,-0.022921585,0.010160618,-0.031525206,-0.013451182,-0.01866793,-0.000554781,-0.039486766,-0.021942442,-0.010738474,0.0030678487,-0.012656632,-0.006898145,-0.005702306,0.04109192,0.007813082,-0.00041708897,-0.00849126,0.0050080777,-0.03691852,-0.0015519824,0.04581107,-0.012536245,-0.0013222449,-0.0054815975,-0.018940806,-0.033066154,0.00014509079,0.025313264,0.021204071,0.0038122386,0.031380743,-0.022520296,-0.0076044127,-0.012873327,0.01641269,0.033804525,0.0639172,0.026934467,-0.0032584607,-0.014791485,0.000623,-0.0038062192,0.018716084,0.01720724,-0.031236278,0.02349944,0.028138332,0.0076084253,-0.018266642,0.0027708954,0.011404612,0.005565868,0.054607306,0.028475415,-0.055666707,-0.0035172915,0.0046990854,0.035377573,-0.009847614,0.009004909,0.0006415596,0.014687151,-0.015714448,0.03640487,0.026773952,-0.0052127345,0.0045185057,0.032070957,-0.016380588,-0.004201488,-0.0030136749,-0.011099633,0.011709591,0.011589205,0.026918417,0.026597386,0.020818835,0.01783325,0.0032022803,0.014823589,0.015706422,0.030899197,-0.012672683,0.028122282,0.023210512,-0.008130101,-0.018090075,-0.015457624,0.000505874,0.032375935,0.038234744,0.012921482,-0.008531389,0.036758006,-0.056886625,-0.023210512,0.004723163,0.012239292,0.0063724574,0.011027401,0.0007162995,-0.007724799,-0.0018027875,0.006147736,-0.07248871,-0.039775692,0.0055498164,0.021236176,-0.007821108,-0.005292992,-0.019165527,0.015441572,0.0005447488,-0.021621412,0.031316537,-0.012777018,0.00027889534,-0.050177082,0.025425624,-0.006324303,0.035024438,-0.008122074,-0.023916781,0.008940702,-0.014911871,-0.048475623,0.006641321,0.018940806,-0.033804525,-0.014590841,-0.015642216,-0.008274564,0.006115633,-0.041156124,0.053162668,0.009903794,0.021862185,0.050177082,0.0038383221,-0.009149373,-0.047801457,-0.037913714,0.0068299263,-0.018716084,-0.025714552,-0.0018469292,-0.011348432,-0.013282642,0.011613282,-0.012728863,-0.031396795,-0.009622892,0.04288969,-0.014542687,-0.010096413,0.0159793,0.018090075,0.01341908,-0.024350172,-0.0071308925,-0.0016282271,-0.0020044348,0.053965244,-0.010642164,0.041059814,0.010995299,0.040257238,-0.020144671,0.038010024,0.005678229,0.04122033,0.044719562,0.0022793172,-0.00822641,0.025602192,0.022937637,-0.02568245,-0.0013884574,0.014117321,0.016950415,-0.047287807,0.0071549695,0.018651878,0.026276356,-0.014414274,-0.015971273,0.029968208,0.01101135,-0.001450657,0.008932677,-0.0061236587,0.043692265,0.0050722836,0.015658269,-0.01688621,-0.030048465,-0.0056541516,-0.0056501385,0.0024318069,0.018106127,-0.010184696,-0.007038596,-0.07961559,-0.039197836,0.054061554,-0.0028832562,-0.026629489,-0.020160722,0.027624683,0.022407936,0.037977923,-0.05377263,0.03325877,-0.045040593,-0.044430636,0.03903732,-0.0012118906,-0.024687253,-0.013234487,-0.0029775589,0.018732136,-0.0073275235,-0.00094904675,-0.014855691,-0.005630074,0.021059608,-0.0023495427,-0.010136542,-0.006697501,0.033836626,0.00043464534,0.016741747,0.008093984,-0.015080413,-0.0408993,0.027223395,-0.010569933,0.01588299,0.00067316106,0.044334326,0.031172073,0.009687099,0.005569881,-0.035056543,-0.0027749082,-0.015265006,0.011051479,0.0044623255,0.031380743,0.010810706,-0.018106127,0.027239447,0.0018328842,0.007941495,-0.019791538,-0.026517129,-0.002263266,0.022311628,-0.03627646,0.014061141,0.010321134,-0.014037063,-0.0057825637,0.014582816,0.0075281677,-0.0220227,0.026260303,-0.0188766,0.018587673,-0.036886416,-0.037303757,0.017576426,-0.015200799,0.011966416,0.027544426,-0.01666149,-0.01080268,-0.029823743,0.004586725,-0.0048435493,0.037688993,-0.030770784,0.040835094,-0.03701483,-0.035088647,-0.04208711,-0.0011015363,-0.008916625,0.020289134,0.021155918,0.0053732498,0.025521934,0.014382171,0.0060032723,-0.0026866249,-0.021573257,-0.0015710435,-0.0097753825,0.004654944,0.0035935363,0.018314796,-0.01866793,-0.016123762,0.027030777,0.011211994,0.030610269,0.010369289,0.021669567,-0.012159035,0.011308303,0.023756266,0.0042656944,0.015650243,-0.0032383963,0.0027127087,-0.0026023544,0.011356458,0.06378878,0.018828446,-0.0007343575,0.0012108873,-0.025859015,-0.0011356458,0.010393366,-0.022905534,0.028475415,0.002955488,0.037688993,-0.0059671565,-0.010778603,0.02558614,-0.007223189,0.023162358,-0.00027538408,0.0014516603,0.013627749,-0.010850835,-0.013162255,0.01908527,-0.035377573,-0.009317913,0.027030777,-0.0038985154,0.029647177,-0.017030673,-0.013386976,0.014261785,0.0050161034,-0.003968741,-0.008274564,-0.021557206,-0.01792956,-0.00036316586,-0.006938274,-0.0099198455,0.012809121,0.056790315,0.009510532,-0.021990597,-0.025281161,-0.017126983,0.019309992,-0.0098235365,0.019005012,0.0062921997,-0.0220227,0.0096309185,-0.028282797,-0.008298641,-0.019053167,-0.0037339872,-0.023563646,-0.044302225,-0.018491363,0.0015891015,-0.022311628,0.031509154,-0.0018579647,0.021589309,-0.00037545533,-0.01677385,0.03422186,0.033290874,-0.0036938584,0.017769044,0.0061758263,0.021942442,-0.029486662,-0.020529907,0.0014616925,-0.0045907376,-0.0033447377,-0.009341991,-0.013306718,-0.04118823,0.010786628,-0.034799717,-0.014815562,0.04667785,0.0060955686,-0.02497618,-0.019245785,-0.051397,0.015666293,0.015682345,0.023804419,-0.02097935,0.026468974,-0.04468746,0.0039025284,-0.023563646,0.004237604,0.021749824,-0.016533077,-0.014574789,0.005060245,0.0042616813,0.02706288,0.0058949245,0.029631125,0.01802587,-0.051236484,-0.023964934,-0.022167163,-0.001131633,-0.027207345,0.0033868728,0.03845947,-0.01463097,0.034863923,-0.03922994,-0.002319446,0.019984156,-0.04362806,0.0041252435,-0.018106127,0.02109171,0.014309939,0.009422248,-0.03293774,0.027030777,-0.0016422722,-0.0012339614,-0.009325939,0.0061356975,-0.020850938,-0.023531543,0.028940909,0.009943923,0.009141346,0.012367704,-0.0044944286,-0.024574893,0.0006059453,0.05168593,0.044815872,-0.016011402,0.014149424,0.021155918,0.030465804,-0.0068299263,0.015192773,-0.0020024285,-0.0015951209,0.033804525,-0.015032258,-0.03377242,-0.016870158,-0.03422186,-0.00519267,0.0056902673,0.045682654,-0.01836295,0.014887795,0.0167899,0.0043499647,-0.01698252,-0.014622944,-0.045425832,0.013065945,-0.016147839,0.013098049,-0.027929664,0.021059608,0.003978773,0.019470507,0.02213506,-0.016027452,-0.00673763,-0.0183469,0.017062778,0.0008151168,0.0087079555,0.019245785,-0.039839897,-0.01950261,-0.016228097,-0.0055498164,-0.0107946545,-0.020674372,0.020963298,-0.005036168,0.0086598005,0.011846029,0.0017155074,-0.020834887,0.030160826,-0.021830082,0.04645313,0.0017024655,-0.0071028024,-0.00068269164,-0.011629334,0.0038363158,0.0017074816,0.031220227,0.0012520194,-0.0023013882,0.019309992,0.013844445,-0.01415745,-0.02988795,-0.018507415,-0.0069182096,0.019663125,0.0029775589,-0.013154229,0.011220019,-0.015602088,-0.0074398844,-0.0054173917,0.0067857844,0.017865354,-0.034863923,-0.0073275235,0.0070305704,-0.04622841,-0.0085634915,-0.018523466,0.021525102,0.01667754,-0.017480116,-0.0043579903,0.0041613593,-0.008772162,0.02749627,0.003687839,-0.030979455,-0.0048074336,0.0040770886,0.01300174,0.0041774106,0.095731325,-0.00048229832,-0.01379629,-0.02056201,0.040449858,-0.025184851,-0.0063804835,-0.026757902,-0.009638944,0.01630033,0.0029113463,0.009181475,-0.030674474,0.014077192,0.011942338,-0.02926194,-0.003978773,0.009566712,0.007315485,-0.011765772,-0.014285862,-0.004337926,0.006569089,-0.043146513,-0.020160722,-0.029422455,0.02024098,0.027881509,0.017431961,0.060963713,0.016757797,-0.0018128197,0.0076124384,0.02340313,0.021862185,-0.0070987893,-0.0035754784,0.0051565543,0.019165527,-0.029839795,-0.029871898,-0.015144619,0.01698252,0.0061758263,-0.0046910597,0.011581179,-0.0046469183,-0.044334326,-0.01939025,-0.033419285,0.008715981,0.008266538,0.03231173,0.019470507,0.002363588,-0.028892756,0.012632554,0.02359575,0.019213682,0.008748084,-0.07210348,0.0035814978,-0.004779343,0.013836419,-0.0005482601,-0.014229681,-0.0035112724,0.01394878,-0.0072633177,-0.01358762,-0.04057827,0.022777122,0.02475146,-0.016854107,0.021220123,0.018090075,-0.019679176,0.009558686,0.0060514268,0.021685617,-0.018635826,0.0031581386,-0.02329077,0.026420819,-0.008411002,-0.02181403,0.03553809,0.029165631,-0.022696864,0.0008296635,-0.007175034,0.013411053,-0.011789849,0.01677385,-0.009951949,0.030738682,-0.041990805,0.006288187,-0.0037921742,-0.03441448,0.01825059,-0.011838004,-0.021733772,0.011926287,0.009711176,-0.0052287863,-0.013298693,0.019598918,0.009101218,-0.0132665895,-0.0020024285,-0.008459156,-0.01656518,0.013547491,0.055634603,-0.019037114,-0.023788368,0.0041774106,-0.023692058,-0.014029037,-0.0019522674,0.02245609,-0.0028411208,-0.00095004996,0.011508947,0.013202384,0.0008687891,-0.020497805,0.03441448,-0.022151113,-0.01698252,0.02643687,0.000943529,0.015610114,-0.006219968,0.003447066,0.01792956,-0.03335508,-0.032119114,0.03399714,-0.037785303,-0.007728812,0.01730355,0.0048435493,-0.0028310886,-0.026244253,0.017367756,0.026276356,-0.012295472,-0.019374197,0.0026163994,-0.007817095,0.0283149,0.0071028024,-0.04362806,-0.014245734,0.020144671,-0.00540134,-0.0031180098,-0.023997039,-0.017752992,-0.021059608,-0.001222926,0.0014305926,0.0028491467,0.011862081,0.018940806,-0.00016716165,-0.026260303,0.016902262,0.010834783,-0.048026178,-0.034157656,0.014261785,0.005882886,-0.0047030984,-0.021332484,0.012303498,-0.02223137,0.0032805316,-0.009654996,-0.026918417,-0.00225524,0.00810201,-0.035891224,0.0072954204,0.008828342,0.0024799614,-0.016123762,-0.0022110983,-0.026308458,0.015361315,-0.026404768,-0.014759382,-0.0033246733,0.01358762,0.00427372,-0.04857193,-0.03942256,-0.005770525,-0.018266642,-0.007387717,-0.012560323,-0.014125347,-0.012825172,-0.00069172063,-0.02486382,-0.009181475,0.03913363,0.005152541,-0.002959501,0.02179798,-0.00040479953,-0.009028986,-0.0153051345,0.01567432,0.02065832,0.025409572,0.053355288,0.0256985,0.0107464995,0.022102958,0.0047352016,-0.040835094,-0.03396504,0.01666149,-0.0063443673,-0.02431807,-0.016292304,0.02444648,0.016340459,0.017993765,-0.0025501868,0.024895923,0.004650931,-0.012728863,-0.04321072,-0.02223137,-0.023001842,-0.0051003736,-0.005224773,0.00540134,0.012199163,0.0063764704,0.01772089,0.049663436,0.009398171,-0.010666242,0.015345263,0.011613282,0.01341908,0.036212254,-0.01982364,-0.011878133,0.006524947,0.001222926,0.0002037792,-0.023756266,-0.00094001775,0.039775692,-0.017239343,-0.03576281,0.025040388,-0.031188123,0.024510687,-0.009510532,-0.020080464,-0.02873224,0.034350276,-0.020385444,0.0055819196,0.011412638,0.005545804,-0.0033768406,-0.011573154,-0.01813823,-0.0006756691,0.01358762,0.013338822,-0.004867627,-0.05926225,0.0046589565,0.00061999034,0.021749824,0.029149579,0.005734409,-0.02276107,0.00045546217,0.023740213,0.0042496426,-0.013956806,0.011862081,-0.0140932435,0.016212046,0.0042175394,0.035088647,0.012680709,0.04077089,0.0058267056,-0.013138178,0.02075463,0.011187917,0.013210409,-0.0004807935,-0.008740058,-0.0019974124,0.01472728,0.011163839,-0.0048395363,-0.031332586,0.02340313,-0.0069543254,0.015385392,-0.0046469183,-0.0064727794,-0.0016181949,0.02581086,0.01866793,-0.05945487,-0.0020746603,0.042600762,0.022263473,0.02548983,0.028395157,-0.021380639,-0.011862081,-0.027672838,-0.011139762,0.015899042,-0.004984,0.0104575725,0.0063684448,0.02926194,-0.01667754,-0.0015981304,-0.032119114,-0.014687151,0.014374145,-0.014374145,-0.020931195,-0.0041091917,0.007223189,0.010923066,0.034671307,0.034157656,0.006047414,0.035281263,-0.0131141,0.019454455,-0.019342095,-0.023997039,0.023114204,0.0042897714,0.033066154,-0.024687253,-0.011741694,-0.022616606,0.0065731015,-0.0366938,0.024093347,-0.020257032,-0.032070957,0.008507311,-0.01101135,0.0015911079,0.029502712,0.011950364,0.017448014,0.027720993,-0.04982395,0.013258564,0.002650509,0.05778551,-0.023033947,-0.0036075814,-0.04057827,-0.0030578165,0.011051479,-0.021316433,-0.030658424,0.01698252,-0.009654996,-0.01588299,0.019470507,0.02454279,0.0057384223,0.0052488507,0.009045037,-0.011533025],"social":"https://twitter.com/octavianvoss"},{"title":"lens clubs","description":"post, monetise and collect content with a shared social media account","niche":"web3","youtube_url":"https://youtube.com/watch?v=MiDRDGozNfM","youtube_transcript":"High Bill Space. I'm Nico, cofounder of TrueLabs and Product Studio for Social Labs. This season, I worked on Lens Clubs. An app that allows a group of people to share a social media account where they can also monetize content directly and collect NFT's together. This is useful for groups of friends, communities, brands, or dials. Let me show you an example. This is for dial club. A group of Argentinians that like to hang out and talk about wave three. They use lens clubs on a daily basis for when a member has an announcement to make or simply just to post from their shared account. They recently collected their first NFT as a group. Here is how they use it. They go here to the member site and then they add new members. Then they can go to home and post from this account. This then gets broadcasted to the entire social applications, as you can see the same poster here. For Billspace, I created an account for each house. Which can be used as a pin board for when a member has an announcement to make or wants to give an update for the project. We didn't grow as much as we wanted in terms of users, but a couple of accounts are using it on a regular basis. Also, one of our demo tweets went viral when the founder of a social media protocol retweeted us. We then formed a partnership with them and Cologuard, a big marketplace for community applications on Discord.","embedding":[-0.0071228994,-0.016938863,-0.019177366,0.040344514,0.014811857,-0.029537948,-0.031887945,0.03639926,0.0046871337,-0.03228247,0.013079375,-0.020172257,-0.0055405092,-0.060070783,0.015678097,0.02322554,-0.02866313,-0.01626131,-0.07369049,0.038423344,0.019657658,0.07684669,0.015429375,-0.0027573896,0.014031382,-0.017873717,-0.033140134,0.027874079,0.005917881,-0.02233357,0.015437951,-0.0214416,-0.012479011,0.037531376,-0.039726995,-0.015129193,0.050979547,0.027222253,0.018765688,0.018028097,-0.05204305,-0.00074884784,0.02751386,-0.017058937,-0.037016775,0.016570067,-0.043500718,0.024735028,-0.0009943541,0.046691228,-0.057086114,-0.009460034,-0.0038466228,0.008147808,-0.037531376,-0.041442323,-0.0214416,0.038800716,-0.014837586,0.02332846,0.00946861,0.005480473,0.08178683,0.02526678,-0.009399997,0.00012503132,-0.04535327,0.0067369505,0.022779554,0.079934284,0.0444613,0.029692326,-0.032659844,-0.017685032,0.00079441123,-0.028079918,-0.030206924,0.021527365,0.001902942,-0.013979923,0.025506927,0.041888308,-0.03154488,0.043603636,-0.008606658,-0.010231931,-0.0150777325,-0.038491957,-0.05619414,0.017582111,0.03307152,0.0047171516,-0.05276349,-0.026295977,0.05581677,0.022093425,-0.010154741,0.030978823,0.035232835,0.032882836,0.01069507,-0.0072343955,-0.033774808,-0.06446202,0.014365871,0.008143519,0.02950364,0.013370981,0.017187586,-0.0046614036,-0.11650507,0.03828612,0.0009825613,-0.0042304276,-0.026141597,-0.007281567,0.038045973,0.007517425,-0.0054333014,-0.02238503,-0.02478649,0.014863317,0.022573715,-0.008773902,0.039624076,-0.04007006,-0.025558386,-0.05969341,-0.021493059,-0.050705094,0.036330644,-0.023036854,0.06339852,-0.021304373,-0.037394147,-0.018336855,-0.014125725,-0.026913496,-0.034443785,-0.014348718,0.026913496,-0.015558024,0.056777354,-0.023345614,-0.016707294,-0.012401821,-0.03797736,0.009031202,-0.040207285,-0.014254375,-0.006766969,-0.0079848515,-0.052866407,0.0033706194,-0.015335032,-0.0059307464,0.021201454,0.07039706,-0.024512036,-0.01590109,-0.023482839,-0.004785765,-0.005420436,0.00013709223,-0.060825527,0.025644153,-0.012924996,-0.069127716,-0.0847372,-0.00852518,-0.039349623,-0.029435027,-0.030824443,-0.0023650085,0.006972808,-0.044941593,0.018714227,-0.0360905,-0.030447071,-0.058492683,-0.015412222,0.0025108112,-0.0029310666,-0.0727299,-0.09674449,0.0015888225,-0.038320426,0.024649262,-0.009297078,-0.0027423806,0.0052874982,0.06789268,0.041099258,0.042814586,0.016964594,-0.045113124,0.037428454,0.015009119,-0.011261128,-0.0017131838,-0.024100358,0.0011632068,0.0034563858,0.019897804,0.028920429,-0.014974813,0.020378096,-0.00061322976,-0.026673349,0.0016434985,0.058492683,0.02840583,0.04418685,-0.007204377,-0.044083927,-0.028302912,-0.047137212,0.037702907,0.008366512,0.04874962,-0.02034379,0.054753266,0.01730766,0.0049916045,0.011647076,0.0680299,0.007877643,-0.053518232,0.039932836,-0.0014869749,0.04597079,0.02866313,-0.015961125,-0.05392991,-0.0047814767,-0.011346894,-0.005913593,-0.03169926,0.013422441,-0.01168996,-0.009322807,0.004464141,0.02840583,0.049367137,0.041682467,-0.018456928,-0.039795607,-0.053209472,0.013268062,0.044324074,0.046210933,0.021424446,-0.017273352,-0.00040149395,0.013328098,0.01773649,-0.028937582,0.02777116,-0.011724266,-0.052386116,0.04346641,-0.05643429,-0.03175072,0.004935856,-0.020052183,0.032711305,-0.012256018,0.028337218,-0.023499992,0.009657296,-0.03200802,0.007843337,0.015232112,-0.024289044,0.017822256,0.002332846,-0.01587536,-0.0032912854,0.0030940229,0.027016414,-0.016287038,0.014889047,-0.011003829,0.027187947,0.02856021,0.032128092,0.033826265,-0.029898167,-0.01482901,0.024048898,-0.002307116,-0.0076589393,0.0006807708,0.03389488,-0.006342425,0.029623713,0.041716777,-0.0392124,0.021836124,0.012993609,-0.015763864,-0.031510573,0.0028131378,-0.014185762,-0.015866783,0.0021484483,0.00033368487,0.026364591,0.012547623,-0.015892513,0.00020329317,0.014451638,-0.008465143,-0.05043064,-0.03284853,0.019812038,0.045902174,-0.004537042,-0.0035314313,-0.018474082,-0.023036854,-0.058183923,0.008469432,-0.036227725,0.03735984,-0.0381832,0.039521154,-0.008636676,-0.015052003,-0.04068758,0.048578087,-0.022899628,0.013336674,0.019074447,0.018491235,-0.077738665,0.05921312,-0.009288501,-0.010266238,0.0064710747,-0.015858207,-0.02358576,-0.034906924,0.026433203,0.010583573,0.051459838,-0.0013508208,-0.0068656,-0.007851914,0.039006557,-0.039349623,-0.026398897,0.025112402,-0.022196343,-0.0039366777,0.0037501357,0.010360581,-0.07025983,-0.02866313,0.0064710747,-0.042505827,0.02337992,0.04754889,0.009751639,-0.0076203444,0.02542116,-0.034375172,-0.017410578,-0.014305835,-0.052283194,0.030618604,-0.000072231385,0.028886123,0.026278824,-0.017118974,0.028045611,0.035850354,0.03221386,0.0037222616,0.002317837,0.03192225,-0.01263339,-0.041888308,-0.019228825,-0.005832115,0.04593648,0.01263339,-0.0068698884,-0.069436476,0.04528466,0.017539227,-0.043157652,0.03619342,-0.048200715,0.021252913,-0.013362405,0.05581677,0.043226264,0.007941969,-0.017084666,0.022350723,-0.018439775,-0.044221155,-0.03705108,0.018113863,0.012358937,0.008409395,-0.027719699,0.017033206,-0.0020476726,0.03626203,-0.04247152,0.04514743,-0.011749996,-0.0045927907,0.039624076,-0.02567846,0.0016263453,0.05664013,0.093931355,0.036776632,-0.045867868,0.03626203,-0.051013853,0.04164816,0.024700722,0.05173429,0.00094879075,-0.03777152,-0.047823343,-0.0664518,0.00022687892,0.027685393,0.0041210754,-0.030378457,-0.005420436,0.012273171,0.03890364,-0.006235217,0.025198167,-0.035541594,0.04535327,-0.024992328,0.0119815655,-0.009297078,-0.0010002506,0.023139773,-0.038114585,-0.000024574083,-0.019400358,-0.021167146,-0.029469334,-0.0124875875,0.047308743,-0.058664214,-0.05540509,0.016715871,0.012333208,-0.010952368,-0.009177004,-0.036605097,0.020309482,-0.03907517,0.019863497,0.03797736,-0.010866603,-0.0038959386,0.0072601256,0.017281929,0.011132479,0.0049487213,-0.013533938,0.028474445,0.0020766188,-0.05104816,-0.0026759116,0.015935397,-0.007633209,-0.010557843,-0.035644513,0.017873717,0.027925538,-0.04785765,0.025952911,0.021424446,0.013928463,0.0018010943,0.0044855825,-0.016698718,-0.007959122,-0.020892695,0.023963131,0.02542116,-0.023997437,0.004451276,-0.04116787,0.0235343,-0.041888308,0.021767512,-0.002012294,0.048612393,-0.012985032,-0.024837948,0.050464947,0.023997437,-0.016733024,-0.04734305,-0.00972591,-0.03969269,0.018113863,-0.014297258,0.0038509113,0.006050819,0.011810033,-0.006265235,0.016853098,-0.03488977,0.038629185,-0.033551816,-0.008859669,-0.0042046974,0.020000724,-0.025283935,-0.010180471,0.025181014,0.015532294,-0.048818234,-0.023808751,-0.027599627,-0.01064361,0.0070028263,-0.039521154,0.0037222616,0.0023092602,-0.038491957,-0.02248795,-0.0300697,-0.022933934,-0.01919452,0.01059215,0.011209668,0.039006557,0.017908024,0.021167146,-0.02008649,-0.033345975,-0.0071271877,-0.0021077092,0.01681879,0.025747072,0.07204378,-0.032265317,0.04247152,-0.02960656,0.016072623,0.0036815226,0.03928101,0.010660763,0.021098534,0.02705072,-0.016372805,-0.003149771,-0.007929103,0.012702003,0.0047514583,0.021561673,0.00097559276,-0.009502917,-0.01694744,0.005729195,-0.017324813,0.0011739276,-0.0008474792,0.054959107,0.024889408,-0.012067332,-0.011406931,0.008100636,-0.028320065,-0.008546622,-0.037154004,-0.042505827,-0.020412402,0.0068570236,-0.0057978085,0.035370063,-0.014211492,0.0050216224,0.019125907,-0.008996895,-0.018028097,-0.009777369,-0.010583573,0.021218607,0.013405288,-0.0052917865,0.026330283,-0.0002575672,0.0008405107,0.022882475,0.004386951,-0.007916238,-0.033243056,-0.028680284,-0.018268242,0.0144773675,-0.024923716,0.013105106,0.011183938,-0.00826788,0.0053175166,0.009125545,-0.0061751804,-0.026501816,0.0072601256,0.024923716,-0.00944288,-0.0053561116,0.023808751,-0.015729558,-0.046176627,-0.017667878,0.014811857,0.0029396433,0.035232835,0.051802903,-0.006132297,-0.06929925,-0.039795607,0.010291968,0.030172618,-0.009708756,0.022539409,-0.019640505,-0.025095247,0.012924996,0.012058755,0.062369324,0.009460034,-0.036536485,0.016407112,0.0032526907,-0.00016295616,-0.018508388,0.0026909206,-0.0041854,-0.01988065,0.0030082564,0.026793422,0.006033666,0.0070628626,-0.026639042,0.03415218,-0.0041768234,-0.0044727176,0.0060937023,-0.0016188407,-0.0079848515,0.018594155,0.007804742,-0.045010205,0.01738485,-0.0073158736,-0.009279924,0.0024593514,0.0036557927,-0.001207162,-0.011415508,-0.0038852177,0.012058755,-0.017299082,0.028234297,0.021973351,0.02207627,0.030515684,0.028045611,-0.018954374,-0.07519998,0.034906924,-0.0010629672,0.0099746315,0.015883937,-0.012942149,-0.0029460758,0.012907843,0.0088853985,-0.005171714,0.0060422425,0.0067798337,0.015626637,-0.0031862217,0.058492683,0.027496707,-0.023448532,0.009923172,-0.02631313,0.0023650085,-0.0014944795,-0.014185762,-0.07211239,0.01268485,-0.0042926082,-0.02447773,-0.031767875,-0.0149833895,-0.0016306336,0.022762401,0.014014229,0.010858025,0.014691784,-0.00044330506,0.00045375785,0.013611127,0.046794146,-0.009957478,-0.004024588,-0.016981747,-0.051768597,0.005171714,0.011544157,-0.033826265,-0.015137769,-0.019829191,-0.026330283,0.018062403,-0.015626637,0.0145717105,0.037256923,-0.011835762,0.0115698865,-0.022110578,0.00632956,0.012796346,-0.042334292,0.002277098,0.025249626,-0.0449759,0.010806566,-0.0706029,-0.030001085,0.001877212,0.020738315,0.0027916962,0.04037882,0.019383205,-0.01579817,0.023002548,0.01988065,0.012959302,0.03065291,-0.022676636,0.020069337,-0.022865321,0.022676636,-0.028079918,0.0043247705,-0.021767512,-0.0043676537,0.0013090096,0.037154004,0.04346641,0.005013046,0.0036171977,0.033260208,0.01676733,0.023860212,-0.003795163,0.0012436127,0.034563858,-0.008302188,0.008053465,0.0057463488,0.012950726,0.0021280786,0.022693789,-0.029743787,-0.002240647,0.0023264135,0.008173537,-0.025198167,0.0066040126,-0.005145984,0.009297078,-0.032865684,-0.018319702,-0.016672987,0.027136488,-0.038011666,-0.03305437,-0.033517506,-0.029280648,0.00036584729,-0.017453462,-0.01166423,0.022985395,0.034375172,0.0062395055,-0.06881896,-0.015781017,0.00036745542,0.014597441,-0.033020064,-0.008816785,0.019743424,0.0048886845,-0.0006754104,-0.0035464405,0.019520432,-0.043294877,-0.018851453,-0.006016513,-0.014091419,-0.018439775,0.017273352,-0.009622989,0.0005960765,0.014991966,-0.038011666,0.014863317,-0.031630646,0.026913496,-0.009528646,-0.012153098,-0.021613132,0.022573715,0.02337992,-0.03917809,0.04319196,0.009966055,-0.047926262,0.007363045,-0.00067809055,0.01579817,0.00031840775,-0.0056991773,0.036056194,-0.03681094,-0.013851273,-0.017650725,-0.028628822,-0.031339042,0.008542333,-0.007967698,-0.02557554,0.031939406,-0.013250908,0.05883575,0.006316695,-0.025970064,0.000039767467,0.023499992,-0.029709479,0.009357113,-0.024820795,-0.012942149,0.0054375897,0.044872977,-0.0031755008,0.009382844,0.023825904,0.006899907,-0.027067875,-0.011578464,-0.010815143,0.02343138,-0.018731382,0.029469334,0.029263495,0.03797736,0.030772982,0.0005617699,0.02976094,0.015781017,-0.0065268227,0.012050179,0.0030318422,-0.0392124,0.010763682,0.0057163304,-0.021201454,0.0095801065,-0.02291678,-0.0057163304,0.0037115407,-0.018165322,-0.0020208708,-0.021973351,0.020995613,-0.00399457,-0.007817607,-0.017582111,-0.011801456,0.0139884995,-0.015232112,-0.005171714,0.028851816,0.013405288,0.030755829,0.032762762,-0.013010763,-0.002585857,0.015763864,-0.0066426075,0.021029921,-0.0033427454,0.0018085989,-0.0298124,0.0030640045,-0.018113863,-0.013293792,0.04195692,-0.021544518,0.016775908,0.00047010707,0.00070650066,0.030721523,0.0072472603,0.02034379,0.024289044,-0.017513499,0.0063510016,0.002450775,-0.018079557,-0.00793768,-0.03159634,0.015738133,-0.0027423806,-0.030292692,0.019571891,0.032333933,0.0103863105,0.030601451,0.026244517,0.015635215,0.036056194,0.026501816,0.03070437,0.023311306,-0.000857664,-0.0023242694,0.02557554,0.0042797434,0.022882475,0.0065439763,0.015575178,-0.044632833,0.027170794,-0.016012587,0.0319051,-0.013053645,0.043706555,-0.024306197,0.013328098,-0.020806927,-0.031870794,-0.035918966,0.04326057,-0.012170251,0.06291823,-0.005321805,0.02542116,0.029246341,0.011415508,-0.037394147,-0.012539047,0.0064153266,-0.039521154,0.0053518233,-0.04418685,0.013516784,-0.013499631,0.00049717707,0.011218244,0.01893722,0.035164222,-0.0022706653,0.029091962,-0.0030661486,0.021578826,-0.033431742,0.0069470783,0.027256561,-0.034495246,-0.02866313,-0.004118931,0.0003339529,-0.037016775,0.024923716,0.051974434,-0.011149632,-0.023242693,-0.007225819,-0.016681565,0.024717875,-0.013979923,-0.022831015,0.031407654,-0.008954012,-0.0045241774,0.03410072,-0.0035850354,-0.0074531,-0.0034499534,-0.02521532,0.026759116,-0.027136488,0.017856564,-0.026484663,-0.004073904,-0.00345853,-0.003379196,-0.00345853,0.0087910555,0.03386057,0.0059693414,-0.030910209,-0.045387577,0.0006561129,-0.018611308,-0.05694889,0.016552914,-0.017264776,0.02139014,-0.0038487671,-0.021527365,-0.038629185,-0.0009841694,-0.0076203444,0.028697437,0.006222352,0.0007413433,0.012873536,-0.0026394608,0.0035979003,-0.02128722,-0.0028067054,0.023757292,-0.013799814,0.0040588947,0.0017324812,0.005780655,-0.022951087,0.002332846,0.014202915,0.011235398,0.025249626,0.024460576,0.014202915,0.025849992,-0.01904014,0.018062403,0.015386491,-0.0069299247,0.009734486,0.016510032,0.008559487,-0.0019340322,-0.0029868148,0.020875541,0.01168996,-0.017504921,0.015669521,-0.0018375451,-0.005338958,0.009065508,0.003955975,-0.0036193419,-0.019314593,-0.008486585,0.009219888,-0.00095415115,-0.00052799936,0.032419696,-0.04404962,-0.023311306,-0.019829191,0.039040864,-0.021372985,-0.019829191,-0.014031382,-0.0010174039,0.009888865,0.0046013673,0.0049530095,0.008876822,0.033723347,-0.0108923325,-0.020961307,0.065834284,0.00040310205,0.006664049,-0.011930106,0.010266238,0.008833939,0.03346605,0.025489774,0.010197625,0.010763682,-0.007208666,-0.009297078,-0.00032484022,0.02228211,-0.00338134,0.019348899,-0.012384668,-0.008568063,0.006436768,-0.009897443,0.01904014,-0.008555198,-0.000120676,-0.028577363,0.0019115185,-0.01059215,-0.00944288,-0.0013186584,-0.0071271877,-0.00011638768,0.01804525,-0.012461858,0.032917142,0.0005159385,-0.0038380462,-0.004957298,-0.0011953692,0.035918966,0.004318338,0.054650348,-0.025970064,0.03698247,0.028182838,-0.0737591,0.0012950726,-0.0023800174,0.019743424,0.010978099,-0.03185364,-0.00000160812,0.0008362224,-0.003537864,0.047686115,-0.004464141,0.009700179,-0.011183938,0.008096348,0.0124875875,0.013173719,0.096538655,0.01482901,0.009245617,-0.003979561,0.01773649,0.02332846,-0.00632956,0.010334851,-0.0034906922,0.0061623156,-0.028388677,-0.010206201,-0.02212773,0.00029857428,0.011698537,0.0052574803,-0.016458571,-0.016681565,-0.012384668,-0.029829552,0.030618604,0.006046531,0.0129764555,-0.0077318405,-0.032762762,-0.029709479,0.026656196,-0.012693427,-0.014280105,-0.0065654176,0.013019339,-0.016209848,-0.009211311,0.032968603,0.0059307464,0.008323628,0.017530652,0.005609122,0.009134121,-0.010660763,-0.0110810185,-0.021218607,0.00370082,-0.00086731266,-0.020000724,-0.013276638,-0.005484761,-0.0032505465,-0.015678097,-0.025970064,-0.021681745,-0.010866603,0.0011031703,0.026707657,0.009322807,0.0035014132,0.037119698,0.0134824775,0.005163137,0.017564958,-0.03986422,0.02542116,-0.010103282,-0.010506383,-0.012144522,-0.03698247,0.0047128634,0.011647076,0.010163318,0.033568967,-0.009039778,0.021167146,0.011621347,0.018765688,-0.023174081,-0.041339405,0.036948163,-0.013362405,0.023311306,-0.020618241,0.0033963493,0.006016513,0.016021162,0.028165685,-0.014314411,-0.030172618,0.0044684294,0.050499253,-0.013388135,0.027170794,-0.020961307,0.002641605,0.033243056,0.00022875506,0.013396711,0.015069156,-0.02552408,-0.0012028737,-0.0026587583,-0.011758573,0.022625176,0.015360761,-0.018628461,0.017084666,0.01919452,0.013208025,-0.028903276,0.0155837545,-0.016758753,0.0032762764,0.02322554,0.008220709,0.025661306,0.0010372374,0.018148169,0.004537042,-0.0072901435,-0.0027938404,-0.023774445,-0.032025173,0.035850354,0.004464141,0.003430656,0.010231931,-0.0010077552,0.022162037,0.04257444,-0.04545619,0.030155465,0.023345614,-0.0087910555,0.0070585744,0.034443785,-0.033020064,-0.007573173,0.014254375,-0.030772982,-0.032351084,0.016372805,0.034752544,-0.031116048,0.039418235,0.009322807,-0.015909666,0.01988065,-0.019331746,0.009863135,-0.00053014356,0.0037029642,-0.008062041,0.013868426,-0.006796987,0.031990867,0.020601088,0.03432371,0.0073887752,0.008701001,0.0031326176,-0.01977773,-0.006651184,-0.006998538,-0.01069507,0.010712223,-0.019829191,0.041682467,0.015395069,-0.015506565,-0.027788313,-0.0024636397,0.03777152,0.003364187,-0.016655834,-0.047205824,-0.009940325,0.013465324,0.006020801,0.00012362422,-0.00056498614,-0.0298124,0.0022170614,-0.027016414,0.0043955278,0.019691965,-0.012264594,-0.016389959,0.0015663088,-0.017685032,-0.009743063,-0.023002548,0.03866349,0.0071400525,0.012702003,-0.042814586,0.02526678,0.015558024,-0.0045842137,-0.0018246801,-0.026038678,-0.002536541,0.036742326,0.0015802459,-0.025935758,-0.030189771,0.030429918,-0.016209848,0.014108572,-0.010352004,-0.0026072985,0.030258385,-0.017333388,-0.00944288,0.0137312,-0.0034285118,0.02233357,0.009279924,0.004193977,-0.026707657,0.077670045,0.016930286,-0.022402182,0.03759999,-0.025901452,0.0063338485,-0.029640866,0.006140874,-0.0004757355,0.047034293,-0.027719699,-0.014048535,-0.009871712,-0.00466998,-0.0046571153,0.011192515,0.029589407,-0.037737213,0.01283923,-0.03958977,-0.019468972,-0.004331203,-0.019263133,0.015292148,-0.004905838,0.018491235,0.0027552454,-0.011364047,0.005403283,0.011149632,0.042848893,-0.0069513666,-0.0057206186,-0.0043097613,0.044907287,-0.015515141,-0.023174081,-0.0016788772,0.0067112204,0.027496707,-0.010437771,-0.0049873157,-0.017582111,-0.04305473,0.0065868595,0.021098534,-0.008683847,0.014134302,0.021887584,0.013799814,-0.006033666,-0.0274624,0.01763357,-0.02171605,0.00793768,0.015609484,0.0074445233,-0.01592682,0.009116968,-0.021527365,0.0062395055,0.0060808375,-0.012667697,-0.022590868,0.007187224,-0.009142698,-0.006552553,0.008833939,-0.00029803824,0.003565738,0.008851092,0.03540437,0.007148629,0.00062823883,0.008392242,-0.016604375,0.03828612,0.02008649,0.0017367696,0.009640143,0.0065053813,0.010472077,0.021750359,0.02856021,0.02368868,-0.011527004,-0.002669479,0.010352004,0.028474445,-0.002240647,0.037325535,-0.029006196,-0.0020208708,0.034598164,-0.025558386,-0.01945182,-0.0071228994,0.0058792867,-0.020652547,0.015086309,-0.010231931,-0.02458065,0.026433203,0.029949626,0.004571349,0.030893056,0.026364591,0.028371524,0.030104006,0.03602189,-0.025935758,0.040413126,0.015592331,0.0069513666,-0.005068794,0.029109115,-0.019125907,0.02223065,-0.014194339,0.0077833007,0.015540871,0.012041602,-0.030447071,-0.011106748,-0.0062781004,0.003889506,0.011304011,0.0045670606,0.027496707,-0.008893975,0.013568244,0.022985395,-0.0031154645,0.040207285,0.03787444,0.008765326,0.029486487,-0.009683026,-0.0018450496,0.022007657,0.0024164682,-0.010686493,0.0071572056,-0.025849992,-0.012033026,-0.0013797669,-0.016501455,-0.047686115,0.015781017,0.01597828,-0.02108138,0.012238865,0.0042818873,0.013465324,-0.009099815,0.022470796,0.018285396,-0.019554738,-0.03223101,-0.0057034655,0.009151274,-0.0072858552,-0.024340503,0.04374086,0.012135945,0.044907287,0.018216783,0.029640866,0.020652547,0.006115144,0.0140828425,0.0057377717],"social":"https://twitter.com/nicnode"},{"title":"creationtvstation","description":"let's get creative!","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=AywfeznWLaY","youtube_transcript":"Hey. I'm RIPS of Creation TV station, and I'm sharing videos of my creative process to encourage others that they can be creative too. Let me show you how I've been doing that. I first started with tutorials making content from scratch. Then I started recording myself working on creative projects I had that need to be completed. It was by week three and four that more people watched new videos especially when I began making shorts. You can get recognized and retweeted by others when I made videos demoing their work. I tried getting past my fears and focusing on the goal, getting clear about what to launch each week, staying organized, and documenting everything. Mark, engaging consistently with others on Twitter, reaching out directly to friends and colleagues for feedback on specific videos, and using that feedback to improve the content going forward. So the things that didn't work are worrying about the pains, criticism, and embarrassment, procrastinating and letting failures set me back or blew my mood. Just have to keep moving forward. I may not have reached all of my goals, but I made so many videos and reached so many people more than I ever expected. And what's next? I hope to continue making creative content, some animations, and hopefully collaborate with more people. And thanks for watching this video.","embedding":[0.045910735,-0.0029286768,0.0021816934,0.017669024,0.011283755,-0.051541835,0.015356249,0.032120276,-0.0075560217,0.028687026,0.02739417,-0.00065944606,-0.017755214,-0.064183086,0.008030069,-0.0011231682,0.02248132,-0.027322344,-0.0052324734,0.029620755,0.0099909,-0.004729696,-0.014128037,0.03143075,0.009294194,-0.060563095,0.0011626721,0.032321386,-0.032005355,-0.0010818687,0.012267762,-0.021863623,-0.019364102,-0.011571056,-0.0072866767,-0.018861324,-0.020944258,-0.049071047,-0.0066725705,0.0025875065,0.034389954,0.004431621,0.021935448,0.008195267,-0.0146810915,-0.025986394,-0.026345521,0.02009672,0.038929313,0.03565408,-0.017338628,0.10239415,-0.016491089,0.056368496,0.01753974,-0.0131153,-0.026532266,-0.012842364,-0.08940814,-0.01297165,0.03341313,-0.020628227,0.04685883,-0.022294573,-0.010917446,-0.008094711,-0.10193447,-0.021648146,-0.014350696,-0.006015369,0.04027963,0.005645469,-0.0068054474,-0.021016084,-0.0381536,-0.03355678,0.020139815,-0.007383641,0.023601795,-0.05458723,-0.00034341472,-0.0018099976,-0.015657917,-0.019349737,-0.043267563,-0.007943878,-0.05220263,-0.05237501,-0.029448373,-0.0027922087,-0.025253776,0.04315264,-0.017137516,0.02640298,0.030339008,-0.020628227,-0.00079591415,0.06912467,0.062401824,0.014386608,0.018344183,-0.017209342,-0.024348777,-0.026345521,0.020829337,0.04102661,0.026130045,-0.03347059,-0.031344563,-0.047950573,-0.10457764,-0.015887756,-0.0026844707,-0.0009606634,0.010809708,-0.0052899336,0.054529767,-0.029879326,0.04039455,0.00825991,-0.029319089,0.013962839,0.011657246,-0.0020470212,0.036515985,-0.05004787,0.046657715,0.022237113,0.0018297496,-0.04275042,0.058666907,-0.0015496309,0.044129465,-0.039388996,-0.036343604,-0.0069060028,0.0039037052,0.0016133758,-0.011815262,0.041112803,-0.016146328,-0.01183681,-0.0032267517,0.00043072735,0.011628516,-0.036544714,-0.012763356,-0.0026270105,-0.01706569,0.0055772346,0.0017238073,0.016218154,-0.055908814,0.028888136,0.0075919344,-0.031947896,-0.018660214,0.024937745,-0.006001004,0.0025893021,-0.00039414133,0.0018656622,-0.031890433,0.017870136,-0.03846963,0.0071645738,0.01785577,-0.024162032,-0.03528059,-0.017812675,-0.036343604,-0.027322344,-0.07268721,0.035194397,0.0712507,0.019579578,-0.012799269,-0.023343224,-0.011822444,0.002829917,-0.05510437,-0.009430662,-0.038814392,-0.0136468075,-0.009265464,0.03341313,-0.006044099,-0.05243247,0.035883922,-0.006449912,-0.008044434,0.055793896,-0.04269296,-0.0043095183,0.0143291475,-0.0035445786,0.059758652,0.014573353,0.038613282,-0.005458723,0.00020447766,0.00823118,0.031143451,-0.01799942,-0.003684638,-0.008870425,-0.01070197,0.04685883,-0.041285183,0.013043474,0.06682626,0.004905668,0.004999041,-0.008116259,-0.029218532,0.03413138,-0.018559659,0.06360849,-0.0381536,0.026130045,-0.07228498,0.002077547,-0.0029699763,-0.009962169,0.026604092,0.011441771,0.04553724,-0.014982758,0.041055344,0.019924339,-0.008626219,0.027624011,-0.04303772,-0.031718053,0.03088488,-0.001862071,0.02506703,-0.017180612,-0.0035661263,0.028988691,0.07613482,0.0049774935,0.021834891,-0.022280209,-0.00085427216,0.01323022,-0.055420402,-0.048783746,-0.014013116,0.030080436,0.09532654,-0.05424247,-0.023156477,0.046887558,-0.0039072963,-0.029204167,0.0199818,-0.0014616449,0.0006396941,0.019407196,0.041055344,0.008008521,-0.030425198,-0.0025390245,-0.022265844,0.082972586,-0.07021642,0.015212599,0.011599787,-0.0047871564,-0.0029789545,-0.030195357,0.03076996,0.014350696,0.0017606177,0.031488214,0.04757708,0.027868217,0.014027482,0.0033793806,-0.031890433,-0.03803868,0.0013206877,0.02169124,-0.00502418,0.021964177,0.0384409,0.012109746,-0.00067650457,0.0061590197,-0.013467244,-0.054874532,0.01138431,-0.013036292,0.00022972874,0.0178845,-0.0031477439,0.0018890054,0.015758472,0.039475188,-0.02276862,-0.0453074,0.026244964,0.045106288,0.011707524,0.0039360267,0.0113699455,0.0048733465,-0.0059938217,-0.020958623,0.0381536,0.02352997,-0.007836141,-0.036630902,0.039130423,0.060563095,0.0453074,-0.016074503,0.0075632045,-0.027552186,-0.04789311,-0.07188276,-0.0063996343,-0.03074123,0.0022229932,-0.023558699,0.08073164,0.0039252527,0.005067275,0.0066869357,0.017611563,-0.028988691,-0.0045465417,0.000094326824,-0.015226964,-0.04071058,0.002688062,-0.0659069,0.048898667,0.017266802,-0.034993287,-0.034188844,-0.04536486,-0.007907966,-0.0031890434,0.032120276,0.036832016,-0.05682818,-0.028370995,0.03568281,0.03275234,0.0049703107,0.0115566915,-0.051340725,0.01890442,-0.0020685687,-0.000478985,0.005476679,-0.022754256,0.018760769,-0.038843125,0.03821106,0.0061554285,0.029850595,0.026259331,0.049128506,-0.037119318,-0.0034170887,0.014810378,0.007627847,0.041543756,-0.02727925,-0.0009256486,0.016404899,-0.047117397,0.023070287,0.044100735,0.010472129,-0.0354817,0.041256454,0.022998461,0.0066294754,-0.004212554,-0.012957284,-0.04999041,0.04039455,0.046054382,-0.02123156,-0.055908814,0.022495685,0.034763448,-0.07165292,-0.04266423,0.03094234,0.010982089,0.022883542,0.0004794339,0.02765274,0.011427405,0.02126029,0.008310188,0.02169124,-0.034102652,0.029103613,0.029046152,0.033700433,-0.036975667,0.012634071,-0.009868797,0.026719013,-0.008073164,-0.07194022,0.031746782,0.005580826,-0.015485535,-0.009969352,0.028873771,0.014005934,0.020384021,-0.020484576,-0.018631482,-0.053064533,0.004765609,-0.02512449,0.009832884,0.023113383,0.008812965,-0.024205126,0.0077427677,-0.004783565,-0.0274229,0.002145781,0.03143075,-0.04519248,-0.030281547,0.02358743,-0.012677166,-0.027509091,0.0010315909,-0.002296614,-0.016347438,0.006054873,-0.04757708,-0.0016510842,-0.050306443,-0.03076996,-0.016361805,-0.00163223,-0.07567514,0.0042053713,-0.013847918,-0.028945597,-0.032321386,0.0063996343,-0.039561376,-0.03568281,0.018099977,-0.016347438,0.01808561,-0.008496934,-0.06435547,0.008015703,-0.030453928,0.029649485,0.028040597,-0.014293235,-0.0075129266,-0.012863912,-0.017367357,-0.039044235,0.036745824,-0.009545582,0.0060584643,0.036918204,-0.082972586,-0.017108787,-0.0250383,0.0047440613,-0.030511389,-0.040250897,-0.0057675717,0.0050995965,-0.0015209008,0.056196116,-0.0051283264,-0.019852513,-0.00063296047,-0.006920368,0.014092124,0.01782704,-0.011858357,0.031545673,0.0067515783,-0.0169795,-0.020671321,-0.06205706,-0.019996164,-0.030051706,0.014092124,0.030051706,0.03177551,0.059069127,0.0036056302,0.08417925,0.011973278,-0.011800897,0.0017211138,0.007843323,-0.024851555,0.020972988,-0.017640295,-0.015140774,-0.012504785,0.021734336,0.00048302516,0.014530258,-0.022136558,0.014487163,0.0051139616,-0.017870136,-0.027595282,-0.016936406,-0.0042736055,0.025756553,-0.0141639495,0.0028514646,-0.013302046,0.016835852,-0.028773217,0.009947805,0.010306931,-0.011032366,0.023831636,0.020024894,-0.0611377,0.014099306,-0.02248132,-0.026015125,-0.011168835,-0.004108407,0.0053258464,0.036659636,0.006392452,-0.0061159246,-0.010874351,0.010005265,0.028931232,-0.017496644,-0.01132685,0.015830297,0.014896568,-0.048783746,0.017008232,-0.046715178,0.024320047,0.007056836,-0.012109746,-0.029706946,0.02637425,0.03332694,0.019953068,-0.00590404,0.005469497,0.026805203,0.016864581,0.06544722,-0.02006799,-0.02248132,-0.008647766,-0.012662801,0.00061006617,-0.053696595,-0.0048446166,-0.06900975,0.023716714,0.015169504,0.014637996,0.014436886,-0.020455847,-0.006392452,0.0048733465,-0.04019344,0.0202691,0.042003438,-0.037578996,-0.0129429195,-0.04542232,-0.009035623,0.014767282,-0.002867625,0.016361805,0.012562245,-0.03835471,0.02285481,-0.018861324,0.0038642013,-0.014005934,-0.03760773,-0.021547591,-0.022883542,0.0074195536,0.027968772,-0.0119086355,-0.060907856,-0.009516853,0.015241329,-0.02821298,-0.04062439,-0.004632732,-0.027149964,-0.019579578,-0.0065396936,0.0082455445,-0.043727245,-0.034016464,0.013000379,-0.021418305,0.021217193,0.027782027,0.0021565547,0.012440142,-0.0025964847,-0.0049236245,0.00882733,0.021274654,0.009976534,-0.0131081175,-0.027236154,-0.020843703,-0.014659544,0.036199953,-0.0048733465,-0.0059291786,-0.0031836566,0.0017731872,0.019292276,-0.013316411,0.027925678,0.0064535034,-0.0039180703,0.031373292,-0.012842364,-0.01887569,-0.014084942,0.015456805,-0.03493583,-0.0016618579,0.048869934,0.009617408,-0.011405858,-0.016677836,-0.009552765,0.06395325,0.0008282355,0.02506703,-0.008834512,-0.014013116,0.008547211,-0.026819568,-0.017151883,-0.029965516,0.016950771,-0.019593943,0.010156098,-0.011010819,0.022782985,0.0011132922,-0.01660601,-0.011046732,0.0076206643,-0.048352793,-0.022984097,-0.0069957846,-0.020082355,0.0028119606,0.001280286,-0.0031980216,-0.005828623,0.047806922,0.014444068,-0.0022445407,0.0043705697,-0.028931232,-0.014925297,-0.018918784,-0.03085615,0.0016340256,-0.0548458,0.023687985,-0.006123107,-0.017611563,0.020556401,-0.021533225,-0.023127748,-0.041227724,-0.0005216313,0.0006850338,-0.014673909,0.0060728295,-0.096763045,-0.021418305,0.0016708361,-0.040882964,-0.0020595905,0.0017785741,-0.020757513,-0.03628614,0.039388996,0.0017956325,0.025225045,-0.01061578,-0.01771212,0.008547211,0.001436506,-0.053811517,0.0025192725,-0.015916487,-0.018028151,-0.011657246,-0.0068341773,-0.010730701,0.009287012,-0.03289599,-0.033930272,-0.0030238451,-0.0005467701,-0.0069419155,-0.012037921,0.0015577113,0.010529589,0.011276572,0.037234236,0.024104571,0.020082355,-0.013618077,0.019522117,-0.034993287,-0.017080057,0.0032285473,-0.03177551,-0.01061578,-0.021676876,0.0052504297,0.034648526,0.058580715,-0.019823784,0.013043474,0.054529767,-0.031832974,0.017726485,-0.0030112758,0.0143291475,-0.040739313,0.037349157,-0.009416297,0.020599497,0.0049918583,-0.0060512815,-0.022739891,0.0122390315,-0.030367738,-0.0005876208,0.0054264017,0.020470211,0.016936406,-0.011879905,0.05530548,-0.021044813,-0.012066651,0.008382013,0.031890433,0.0018979836,0.008992528,-0.014587719,0.058408335,-0.01916299,-0.04260677,0.011520779,0.0047189225,-0.004496264,0.0007276801,-0.008805782,-0.029965516,0.016117597,-0.006396043,-0.008899155,-0.00564906,-0.01680712,-0.02745163,-0.034820907,-0.035539158,-0.008604671,0.022495685,-0.027121235,-0.0061302898,0.019407196,-0.005297116,-0.09366019,-0.0074267364,-0.0006280225,0.0024564252,-0.039274074,-0.0018979836,0.034303766,-0.048209142,-0.03551043,-0.0054012625,0.0035822869,-0.023199573,0.012813634,-0.03143075,-0.0046973745,-0.0029161072,-0.0052324734,-0.0054156277,-0.025713459,-0.014954028,-0.000028225099,0.014968393,-0.018416008,0.03611376,0.0033793806,-0.01552863,0.0066438406,0.0014158563,-0.014982758,-0.027983138,0.022553144,0.025311237,0.0012748991,0.0043921173,0.00047180246,0.03074123,-0.013352323,0.008116259,0.038958043,-0.02765274,0.0049667195,0.018516563,0.036975667,-0.065217376,0.031200912,-0.016232518,-0.018229261,0.00093013764,0.025957664,0.004891303,-0.028054964,-0.020197274,-0.026158774,-0.010227923,0.013668355,0.050823584,-0.023946555,-0.023644889,0.017941961,0.011901452,0.012892642,-0.03766519,0.03143075,0.001378148,-0.0154999,0.029505834,-0.008820147,-0.005218108,-0.06918213,0.005171422,0.017525373,0.007994156,0.0041335463,-0.001050445,-0.010328478,-0.016735295,0.001158183,-0.0091361785,-0.0000101565465,-0.007207669,-0.0002677737,0.03378662,0.023903461,0.04306645,0.004065312,0.008238362,-0.04766327,0.0034260668,-0.0042161453,0.026948852,0.02401838,-0.033901542,-0.03076996,-0.036429793,-0.046025652,-0.0041658673,-0.010996453,-0.026015125,-0.0062954878,0.014530258,0.019033706,0.016864581,-0.004384935,-0.01674966,0.00023724795,0.01302911,0.03545297,0.016175058,-0.0017265007,-0.0025336375,-0.030195357,-0.0354817,0.06401071,0.026446076,0.0036810467,-0.005429993,-0.0013835349,-0.061080236,0.01674966,-0.0044890814,0.036027573,0.012131293,-0.036257412,-0.0063744956,0.0019033705,0.02940528,-0.0030902836,0.002521068,0.022150923,-0.035136938,0.037578996,0.019881243,0.014645179,0.027595282,-0.010192011,-0.0034853227,0.028485915,-0.00191594,-0.005957909,-0.04269296,-0.0073333634,0.0078936005,-0.010737883,0.00021828158,-0.0036918204,-0.00084125384,-0.0030094802,0.04045201,0.0076422123,-0.0042592403,0.016505454,0.017123152,-0.0030597579,0.021245925,-0.004866164,-0.0044388035,-0.022941,-0.0037744197,-0.012389865,-0.029247263,0.03763646,0.02378854,0.032493766,-0.0015110248,0.01538498,-0.029994246,0.0034655707,-0.006597154,0.0020398386,-0.006798265,-0.030137897,-0.016017042,-0.0034332494,0.025584172,-0.0064032255,0.011312485,0.016103232,0.020814972,-0.0134600615,0.01320149,-0.006137472,0.034504876,-0.030482657,0.0064427294,0.0022301755,-0.012655619,0.0026126453,-0.014573353,0.005350985,-0.051139615,-0.010321296,-0.028313534,0.013402602,-0.0001697995,-0.040739313,0.0077140373,0.024664808,-0.034907095,-0.011606969,-0.006600745,-0.027250519,0.032350115,0.010974906,0.009416297,0.034964558,0.030540118,-0.007958244,-0.0039503914,-0.0011168835,-0.0022373581,0.025641633,-0.015657917,-0.004291562,0.01646236,-0.041256454,0.028428454,0.021561956,-0.015902122,-0.0036343604,-0.025584172,0.021906717,-0.04553724,-0.015068948,0.013266133,-0.005821441,-0.025497982,-0.01913426,-0.00655765,-0.014839107,-0.011664429,-0.006909594,0.024722269,-0.008274275,0.018344183,0.044416767,-0.017439183,0.009380384,0.00786487,0.040078517,-0.019579578,-0.03493583,0.006830586,0.024521159,-0.0286152,-0.006625884,0.012102563,0.015614821,-0.0034763445,0.002345096,-0.027983138,-0.030224087,0.011362763,-0.0044064824,0.008195267,-0.010752248,-0.008733957,0.010938994,-0.008446655,-0.00383188,0.018617118,-0.021303385,0.0032177735,0.051369455,-0.048869934,0.0024815642,-0.0017067487,0.004291562,0.0028263256,0.010192011,0.021145368,0.0068198126,-0.030540118,0.0004946968,0.034418683,-0.013000379,0.008626219,0.0009606634,-0.018013787,0.030137897,-0.03094234,-0.027825123,0.014314783,-0.009193638,-0.021030448,0.002887377,-0.0034260668,-0.00823118,0.01797069,0.007383641,0.0082455445,0.0087842345,0.013007563,-0.01126939,-0.008935068,0.046485335,0.0072004865,0.008906337,-0.011456136,0.020700052,0.031315833,-0.016534185,0.011305302,-0.009753876,-0.020226005,0.0015774632,0.015040218,0.012555063,-0.012734626,0.014293235,-0.015226964,-0.027853852,-0.009093083,-0.016318709,0.006352948,0.014824742,-0.021116639,0.015830297,-0.031545673,0.015715376,-0.006607928,-0.016203789,-0.011987643,0.0000722181,0.029089248,-0.018803865,-0.010443399,0.007584752,0.002926881,-0.0055197743,0.035050746,-0.0051426915,-0.05728786,0.0017130334,0.02248132,-0.04266423,0.028873771,0.005512592,0.0047368784,0.023687985,0.020915529,-0.01129812,-0.014573353,0.0006787491,0.026733378,-0.0041910065,0.003939618,0.022050368,-0.017511008,-0.026072584,0.00831737,0.09067226,-0.008690862,0.009761059,-0.021935448,0.051656757,-0.0011752415,0.019909974,0.005067275,-0.025339967,-0.0059794565,-0.0024707904,0.020053625,-0.01637617,0.01572974,0.014910933,-0.012806451,-0.025612902,-0.0034386364,0.008417926,0.0077786804,0.011391493,0.03324075,0.018444737,0.0049739024,-0.03108599,0.00007154473,0.010242288,0.008202449,0.0044495775,0.0124257775,0.004291562,-0.017324263,-0.011283755,0.007828958,0.020944258,0.014824742,0.00038246973,0.0039647566,-0.025612902,-0.025555443,-0.0058465796,-0.026101315,0.007821775,0.00035216843,0.010637327,0.034016464,-0.0025318419,-0.012002008,-0.02486592,-0.024722269,-0.0075488393,0.009495305,0.021202829,0.020542037,-0.00025183745,-0.0005826828,-0.0021350072,0.013122482,0.026805203,0.032005355,-0.009746693,0.028083693,-0.021734336,-0.0169795,-0.009631773,0.0015729741,0.022208383,-0.004334657,-0.012634071,-0.015629185,-0.045594703,0.008446655,-0.0064247735,0.027322344,0.00086235255,-0.010745065,0.0063744956,0.034073923,-0.015428075,-0.0011204747,-0.026690282,-0.03614249,-0.032637417,-0.0014140606,-0.022696795,0.038527094,0.023975287,0.026877029,0.0071968953,0.038756933,-0.00013871261,0.013754546,0.018358547,-0.013395418,0.0062775314,0.008583124,-0.00950967,-0.031718053,-0.06194214,0.009416297,0.006090786,0.00037663392,0.009825701,0.023242667,-0.033987734,-0.04065312,-0.026848298,0.013862283,-0.03140202,0.027896948,0.0030094802,-0.0011105987,0.017424818,0.006611519,0.0021134594,0.0022499275,-0.021964177,-0.03079869,-0.00891352,-0.034964558,0.029620755,0.027236154,0.00147601,0.009473757,0.0050708666,0.02940528,0.030022977,-0.024995206,0.017266802,-0.03117218,0.022222748,0.01654855,0.020384021,-0.022323305,0.0011833218,-0.011305302,-0.014910933,-0.018574024,-0.028514644,0.004862573,-0.010407486,-0.009911892,0.0019464657,0.011657246,-0.001432017,-0.02500957,0.018171802,-0.0045860456,-0.00013568248,0.02736544,-0.014910933,-0.015930852,-0.0010558319,0.053983897,-0.022668066,-0.009006893,-0.0062488015,0.030540118,-0.011039549,-0.008001339,0.030597579,-0.018559659,0.0134816095,-0.0008969185,-0.0054982267,0.012303675,-0.031143451,0.015112043,0.0025228637,0.0055915997,0.015686646,-0.014781647,-0.028327899,-0.0038031498,0.023242667,0.003347059,0.0081018945,0.015930852,-0.02739417,0.0043562045,0.009121814,0.009732328,-0.0202691,-0.004812295,-0.0035984477,0.012253396,-0.0019805827,-0.024133302,0.023142112,-0.01251915,-0.0020146996,0.019292276,-0.0040186257,0.026000759,0.0041119987,-0.013589347,-0.017525373,-0.018976245,-0.0039252527,0.013948474,0.024248222,-0.046600256,-0.022179654,0.020570766,0.0075632045,-0.017238073,0.0026665144,0.0021421895,0.019407196,-0.009049988,-0.03617122,0.0049236245,-0.006747987,0.0044639427,-0.005433584,0.0027437266,0.0026503536,-0.0059543177,0.046399146,0.002262497,0.01890442,0.011937365,-0.021561956,-0.049185965,0.023917826,0.030540118,0.004902077,-0.010730701,-0.027020678,-0.0047368784,-0.0076781246,-0.012986015,-0.004902077,0.02256751,-0.005390489,0.0063206265,-0.015097679,0.001158183,-0.049300887,-0.019593943,-0.014264505,0.0051283264,0.010515224,0.00899971,-0.021001719,0.012353952,-0.013323594,-0.0046794186,0.0091361785,-0.0131296655,0.009229551,0.022668066,-0.022323305,-0.016218154,-0.025325602,-0.0045178114,0.0009355246,-0.055362944,0.013747362,0.023472508,-0.016304344,0.007089157,0.048209142,-0.02126029,0.012116929,-0.015973948,0.024664808,-0.008087529,-0.0033111465,-0.0056741987,0.017870136,-0.03074123,-0.00041164877,-0.016950771,-0.002160146,-0.020972988,0.0038390623,0.008001339,0.026862662,-0.04568089,-0.044273116,0.006270349,-0.019435927,0.017166248,-0.007670942,-0.013546252,-0.022021638,-0.00045339722,-0.038728204,0.013783275,-0.0056167385,0.0030974662,-0.01753974,0.042922802,0.023271399,0.002345096,0.015284425,-0.018674579,0.01657728,-0.013431331,0.010709153,0.024880284,0.0020416342,-0.0044747163,0.009358837,0.0289025,0.029003058,-0.009071535,0.004643506,0.006568424,0.014724187,-0.018444737,0.031373292,-0.014695457,0.013926926,-0.0016878946,-0.00012300083,-0.025023935,-0.04958819,-0.017209342,0.010594232,0.001534368,0.037090585,0.021475766,0.018272357,0.0007384539,-0.023659255,-0.065217376,0.033844084,-0.027035045,0.021289019,-0.016706565,0.04277915,-0.014458434,0.0028658295,-0.0012928555,-0.010299749,0.0017803697,-0.020125449,-0.014810378,-0.005853762,0.0075416565,0.05674199,0.020197274,-0.0044639427,0.027121235,0.0071861213,-0.0064247735,0.002477973,0.01320149,0.016764026,0.06176976,0.03783757,0.0072435816,-0.013503157,0.02727925,0.04789311,0.010285383,-0.0029663849,-0.023903461,-0.015456805,-0.024535524,-0.019435927,0.009315741,-0.027164329,0.017381724,-0.0025318419,-0.005379715,-0.00042152475,0.008446655,-0.00383188,-0.0064283647,0.019263547,-0.00069894997,-0.032809798,-0.048755016,-0.020757513,0.019234816,0.0043957084,-0.018674579,0.0009938827,-0.029908055,-0.0028801947,0.029850595,0.020024894,-0.00037192038,-0.026575362,-0.049444538,-0.005293525],"social":"https://twitter.com/ripscreates"},{"title":"actpact","description":"curating twitter threads into daily checklists","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=DjifOy8yRi8","youtube_transcript":"Hi. I'm Asha, and I'm Q rating Twitter threads into Notion Checklist. Each thread is divided into daily tasks that take less than sixty minutes to do. Currently, the curation is focused on creative frameworks for freelancers and solar burners. Let's see how it looks. So once you're in, it will look something like this. You can see all the list here. Each thread is tagged by its type with the original link to its author and the thread, and also progress filter to see where you are at with your daily challenges. For example, if you will select a portfolio challenge, you will see the original thread, some links for inspiration and a list of tasks for the next ten days. You can see if you follow this thread, you can create something like I have created for my portfolio. So let's talk about progress. Initially, I tried to create a bubble up with the OpenAI PR for this and also did, like, a bot extension situation, but that did not break out. So I put everything together in Notion and uploaded that on top load. As that was done, I did my quicker launch and it got a loop on response. So I did a LinkedIn note as well and set out a few emails to a co working community I was a part of before. If you could see, like, my conglomerate dashboard, you will see that you know, whenever I was posting, I could see the numbers going up. I got seventeen downloads in total.","embedding":[-0.000028619923,-0.010858275,0.019981172,-0.009933822,0.0060697678,-0.013728947,-0.019948736,0.025949575,0.0042938436,0.034123693,0.02664697,-0.020143358,-0.015699493,-0.029614951,0.04100033,0.014807476,-0.0010329147,-0.074669905,-0.032388315,0.035291422,0.06237629,-0.01980277,0.009560796,0.06471175,0.0009802047,-0.01871613,-0.043887217,0.05543478,-0.05446167,0.0035761758,0.0018681666,-0.029598733,-0.0171105,0.04002722,0.0028868902,-0.03616722,0.0038640539,0.016640164,0.032485623,0.012317939,-0.01477504,0.0052182972,0.046255115,0.004581722,-0.043692596,0.0059197466,-0.02792823,0.014426342,-0.011101552,0.04077327,-0.06837713,0.0479094,-0.0075699775,0.004841218,0.0026294217,-0.03136655,-0.06831226,0.045833435,-0.054721165,0.030425876,0.046287555,-0.0520289,0.03295596,0.0074240114,-0.013728947,-0.011474578,-0.05245058,-0.010931258,0.02899865,-0.012269284,0.0716857,0.039767724,0.011093443,-0.032777555,0.006333318,-0.032047726,0.0030896212,0.00009407988,0.03701058,-0.01722403,0.008328192,-0.022073356,-0.037172765,-0.016721258,0.0034971107,-0.052580327,-0.033993945,-0.024554785,-0.05657007,-0.02716596,-0.047130916,-0.009244536,-0.031853102,0.0052588433,0.031074615,-0.0013552571,-0.034091253,0.094326705,0.0007044904,0.053748056,0.065782174,-0.018586382,-0.009122897,-0.013461342,0.027003776,0.0026618587,0.020889407,0.0064995578,-0.009228318,-0.041811254,-0.12715292,-0.016753694,-0.008283591,0.0025949576,-0.00716857,-0.04972587,0.045217134,-0.017288905,-0.010533906,-0.01850529,-0.03882705,-0.0087985275,-0.016461762,0.03157739,-0.012690964,-0.04972587,0.00021210736,-0.044665705,-0.043627724,-0.05511041,0.029128397,-0.025089996,0.085114606,-0.06675528,-0.028025541,-0.03584285,-0.010623107,-0.00076024147,-0.039573103,0.0033207347,-0.0040181293,-0.020094702,0.011012351,0.023305962,0.00561565,-0.026127977,-0.015358904,0.025852265,-0.016242811,-0.0239547,-0.009382393,0.013566762,-0.027328147,0.014523652,0.053131755,-0.019364871,-0.028593188,0.025982011,-0.029063525,-0.044179153,0.032355875,-0.044535957,-0.009147225,-0.03435075,-0.0037829615,0.018034954,0.001990819,-0.03626453,-0.058483854,-0.010201426,-0.023192432,-0.041681506,0.033312768,-0.009917603,0.07531864,-0.012244956,-0.013664073,-0.032307222,-0.020289324,0.002925409,-0.05170453,-0.043822344,-0.049271755,-0.0064549567,-0.06675528,-0.012098989,0.0069942214,0.0008306905,-0.00039735285,-0.035875287,0.010120334,0.061240997,-0.008003822,0.0036592956,-0.015010207,-0.047779653,0.08414149,-0.006495503,0.00765107,0.031025961,-0.014312812,0.04654705,0.012617981,0.018586382,0.020613693,0.0061265323,-0.033020835,-0.030977305,-0.027652515,-0.03626453,0.06889612,0.013728947,0.0014951415,0.032988396,-0.022641003,-0.010785292,-0.033572264,0.025592769,-0.020970501,0.022981592,0.03415613,0.018002518,0.049466375,-0.0057535074,0.034285877,0.0511531,0.03006907,-0.0076348516,0.054396797,-0.0043789907,0.026176633,0.0014961552,-0.042330243,-0.026614532,0.013509997,-0.000049669106,0.05851629,-0.018667476,-0.011620544,-0.022657223,0.030458314,0.008482267,0.039508227,0.032031506,0.026144197,-0.008113297,-0.043595284,-0.04651461,-0.008190335,0.05189915,0.067014776,0.0018245794,-0.0036146946,0.0074118474,-0.048331082,-0.05715394,-0.033101927,0.057218812,0.016129283,-0.014921006,0.027603861,-0.018683694,-0.037205204,0.025527894,-0.00086312747,0.007330755,-0.008741763,0.0141263,-0.042200495,-0.038145874,-0.035486042,-0.0055021206,0.029014869,-0.021213777,0.010112225,-0.02171655,-0.021343525,0.015699493,-0.020451508,0.0006811763,0.024749408,0.035583355,0.035583355,0.015237266,-0.015139955,0.018862097,0.0121070985,0.04748772,0.02504134,0.013242393,-0.017207813,-0.017710585,0.010477141,-0.003055157,-0.029258145,-0.003754579,0.017142938,-0.0035396842,0.024635877,0.03743226,-0.003055157,-0.050147552,0.011790838,0.0049385284,0.037205204,-0.007792982,0.0449252,0.014037098,-0.00802815,0.006637415,-0.00759836,0.038729742,-0.0021976046,-0.043595284,-0.025722517,0.0057129613,0.034285877,-0.007428066,0.034739994,-0.011961132,0.025544113,-0.033766884,0.031707138,0.01616172,-0.0041093584,0.010428485,0.05553209,0.030944867,-0.034123693,-0.027944447,0.012374704,-0.046287555,0.03039344,0.01743487,-0.020954281,-0.01701319,-0.022089576,-0.0030247474,0.014426342,0.055077974,-0.034902178,-0.0701936,-0.0019614229,-0.019867644,-0.019624365,0.022008482,-0.013566762,-0.0087985275,0.011393486,0.0010369694,0.007890292,0.024197979,0.005542667,0.0054291375,-0.036069907,-0.0054494105,-0.0012721374,-0.032015286,-0.036913272,0.012780165,-0.045736127,0.010590671,0.033442516,0.020046046,0.015577855,0.022997811,-0.033507388,-0.009917603,0.0038498626,-0.010550124,0.027652515,0.018845879,0.03736739,-0.030863775,-0.050796293,0.0037383607,0.016834786,0.009560796,-0.03006907,0.026598314,0.035161674,-0.009998696,-0.047812093,-0.006463066,0.01861882,0.05251545,0.03049075,-0.023630332,-0.08083293,0.033312768,0.055888895,-0.068182506,0.012017896,0.017045626,0.016640164,0.030734027,0.014037098,0.046709236,0.04450352,-0.009349956,0.026825372,0.012455796,-0.06364133,-0.0068604187,-0.0052466798,0.04288167,-0.013509997,0.006463066,0.032242347,-0.027749827,0.0068117636,-0.040481336,0.046774108,-0.009925713,0.0022361234,-0.008425503,0.004772289,0.03542117,0.029696045,0.037399825,-0.07239931,-0.07726486,0.055045534,-0.030101506,0.01638067,0.020808315,0.036199655,-0.00074199564,0.049077135,-0.050244864,-0.036913272,0.00920399,0.0205326,0.033410076,-0.016307686,-0.020792097,-0.009398611,0.027019994,0.06078688,0.021959828,0.0022361234,0.003760661,-0.03778907,0.027571423,-0.052418143,0.008879621,-0.012885585,-0.041973438,-0.008020041,-0.008052478,-0.038178314,0.0056521418,-0.012374704,-0.0077362168,-0.039313607,-0.03743226,0.017726803,-0.0040505663,0.030085288,0.010801511,-0.010988023,0.062019482,-0.012780165,0.04087058,0.027117306,-0.0006102205,-0.032161254,0.0065117213,0.03303705,-0.023906047,0.014483106,-0.0073591373,0.019737896,0.017029408,-0.05251545,0.0046911966,0.025900919,-0.0076145786,-0.08161141,0.0023091068,-0.012374704,-0.010955586,0.0030652934,0.025608987,0.023597894,0.03603747,-0.0029760918,-0.007253717,0.022267979,0.012228738,-0.014904787,0.038372934,0.010696091,-0.021440836,0.0040161023,-0.061922174,-0.022868063,-0.039281167,-0.013307266,-0.02877159,-0.0010815702,0.03295596,0.0069820574,0.057640493,0.027133524,-0.034383185,0.035486042,0.038178314,0.0036978144,-0.0030186654,-0.025527894,-0.022332853,0.0050844946,0.013453233,-0.023338398,-0.0096013425,0.0065765954,0.054396797,0.0033511443,-0.0146777285,-0.016502308,-0.004683087,-0.0070388224,-0.0013917487,0.0008453885,0.0066414694,-0.023808734,-0.030133944,-0.016867224,-0.037399825,-0.016964534,-0.023338398,0.017840333,0.007342919,-0.07077747,0.01968924,-0.008198444,0.0005798108,-0.04421159,0.0104690315,-0.003407909,0.043919656,0.021165121,0.010550124,-0.013185628,-0.016299577,-0.0007592278,-0.007128024,-0.03701058,0.013291048,0.05809461,-0.0061711334,0.03905411,-0.031236801,0.021878736,-0.002455073,0.009568905,0.0001614246,0.011044788,0.017645711,0.0075253765,0.009528359,0.022949155,0.004137741,0.0059967847,0.023678986,0.0009558769,-0.01766193,-0.011798947,0.016040081,0.0069496203,-0.058224358,-0.002473319,-0.025300836,0.030117726,-0.0154886525,-0.019673022,-0.0104365945,0.008198444,0.0016725312,-0.010785292,-0.04674167,-0.032874867,0.02471697,-0.04100033,0.033637136,0.013096426,0.008036259,0.03743226,0.015010207,0.008226826,0.0049182554,-0.0020181877,0.02664697,-0.011263737,-0.0027267328,-0.0026334764,-0.0389568,-0.008830965,0.032031506,0.01766193,-0.019283777,-0.032566715,-0.03584285,-0.0038944636,0.018391762,-0.0005772767,0.016259031,0.000043302087,0.002420609,-0.017175375,-0.016721258,-0.0041762595,-0.061662678,-0.010250082,0.016672602,0.007509158,0.03603747,0.008320082,-0.0069293473,-0.017337559,-0.02268966,-0.013104536,0.012261174,0.013728947,-0.008514704,0.0002734335,-0.05167209,-0.02074344,-0.009504031,0.010631217,0.03798369,0.010006805,-0.029160835,-0.012496342,0.009966259,-0.0010288601,0.033280328,0.037724193,-0.003166659,0.04100033,-0.0077281077,-0.021375962,0.015650837,0.033150584,-0.009560796,-0.025608987,0.017499745,-0.013250502,-0.03477243,-0.009577015,-0.0239547,0.05553209,-0.019754114,-0.001429254,-0.0038701359,-0.04301142,-0.015358904,-0.039443355,0.032080162,-0.015675165,-0.023597894,-0.007188843,-0.013015334,-0.041259825,0.02043529,0.002238151,-0.013039662,-0.0062116794,0.016023863,-0.063706204,0.021976046,0.0009888207,-0.009641889,-0.0072902087,0.017094282,0.0031788228,-0.015018316,0.022235543,0.018132266,-0.0041762595,0.018699912,-0.026144197,0.035356294,0.009860839,-0.018489072,0.02364655,-0.01433714,0.0229005,-0.007042877,0.0037160602,0.03274512,0.008457939,-0.04002722,0.005331827,0.004476302,-0.0016086709,0.03253428,-0.01680235,-0.10023023,-0.02899865,0.012293611,-0.008968822,-0.012699073,0.008920167,-0.013412686,0.01187193,0.0066171414,0.032453187,0.0061995154,-0.034934614,-0.0050763856,-0.016623946,0.031025961,-0.02955008,-0.0054494105,-0.0011950996,-0.015707603,0.01980277,-0.026127977,0.013218065,0.024684533,-0.022657223,-0.0359726,-0.0021408398,-0.015367013,-0.0070672045,-0.006438738,-0.021229995,0.0048006712,-0.0049628564,0.0006593827,0.025511676,-0.006272499,0.018213358,0.023906047,-0.037626885,0.021181341,-0.041227385,-0.01980277,-0.020629913,-0.005380482,0.009682436,0.03830806,0.0104690315,-0.02813907,0.016867224,0.064873934,-0.014831804,0.022446383,0.0076875617,0.018635038,0.021278651,0.02695512,-0.0074767214,-0.0055994317,-0.0008159925,0.0019715596,0.030474532,0.004107331,-0.0073348093,0.037724193,0.0027470058,0.0154318875,0.0059116376,0.024571003,0.046774108,0.019332433,0.039832596,0.026728062,0.033572264,-0.006353591,0.013769493,-0.012488233,0.03970285,-0.020370416,-0.0048290538,0.013874914,0.015180501,-0.01980277,0.010047351,0.02739302,-0.01595088,-0.012261174,0.008457939,-0.01529403,-0.011701636,-0.0032335604,0.00010592698,-0.034739994,-0.03295596,-0.017272687,0.02461966,-0.016851006,0.01990008,0.008441721,-0.029079743,-0.079016455,-0.030669155,0.01273151,0.004687142,-0.021489492,0.011182645,0.0079348935,-0.017191593,-0.0061062593,-0.019445963,0.008676889,-0.013518106,-0.017921425,0.012634199,0.009925713,0.008368738,0.034285877,0.0046911966,0.012512561,0.024976466,-0.021213777,0.007436175,-0.039994784,0.049790747,-0.027701171,-0.036653776,-0.014426342,0.006134642,0.020775879,0.00047591116,0.02783092,-0.012780165,-0.008376847,-0.00513315,0.00722128,0.052158646,-0.021521928,0.016234703,0.03778907,-0.031107053,-0.007886238,-0.02119756,0.015553527,-0.025479238,0.009690545,-0.0012913968,0.010014914,0.017532181,0.016315795,0.020808315,0.0019107402,0.0040505663,-0.030896213,0.0078051453,0.0030571844,-0.004330335,-0.011077225,-0.041454446,0.020256886,0.0038944636,0.014150628,0.0011961132,0.037821505,0.019332433,0.010396048,0.011215081,0.032063942,-0.010582561,-0.048752762,0.0026334764,0.031707138,-0.003270052,0.011685418,-0.009860839,0.045768563,-0.013947897,-0.010258191,-0.016031971,0.004476302,-0.043497976,0.018343106,-0.0010846112,0.02150571,0.036621336,0.0067144525,-0.024311507,0.008384956,-0.026906466,0.005789999,0.0030916485,0.005550776,-0.010696091,-0.0014454724,-0.013737056,0.0059521836,-0.010793401,-0.007188843,0.009090461,0.006321154,0.008855293,0.0037829615,-0.001184963,0.007638906,0.0052588433,-0.024749408,0.013388359,0.0033774993,-0.008141679,0.0071077505,0.007383465,-0.0043708817,-0.03980016,0.009074242,0.03177201,0.022073356,0.04100033,0.006187352,-0.001087652,0.012772056,-0.024489911,0.047228225,-0.009755419,-0.046417303,-0.016445544,0.0012113181,0.055499654,0.009812183,-0.027036212,0.013201846,-0.042362683,0.0015529199,0.015367013,0.0070672045,0.04077327,-0.0079430025,-0.011012351,0.062992595,-0.003687678,-0.058451418,0.020451508,0.0017414597,0.0070469314,0.016461762,-0.006248171,0.022527475,-0.0066211964,-0.009066133,0.0049182554,0.0015255512,0.018748568,0.020451508,0.025998231,0.005072331,0.020273106,-0.025284616,0.033637136,-0.02536571,-0.032939743,-0.04203831,0.02718218,-0.020305542,0.07201007,0.016851006,-0.017856551,0.020808315,-0.006033276,-0.00529939,-0.0087660905,-0.0017374051,0.0018154565,-0.0073713013,0.012828821,0.026922684,0.011596216,0.017921425,0.015650837,0.016388778,0.011133989,0.013980334,0.027036212,-0.054656293,0.024489911,-0.03337764,0.02108403,0.045865875,0.013704619,-0.021278651,-0.01850529,-0.030993523,-0.04035159,0.028398566,0.0055669947,0.005948129,-0.015180501,-0.039994784,-0.023062686,-0.008263318,-0.009293191,-0.03555092,0.009722982,-0.01766193,-0.01359109,0.032453187,0.012707182,0.0026395584,0.0058670365,-0.011725964,0.017953862,-0.009487813,0.044795454,-0.02846344,-0.018051174,-0.013753274,0.013964115,-0.021911172,0.05910016,0.011061006,0.015002098,0.008457939,-0.065749735,-0.0138019305,-0.041551758,-0.043757472,0.011863821,0.000059773985,-0.0020506247,0.025025122,-0.00588731,0.004496575,-0.009317519,0.016607728,0.018991845,0.0024388547,0.012869367,0.018343106,0.0032882977,0.0060251667,0.016915878,0.055045534,0.012358485,-0.011790838,0.009755419,0.015107518,-0.034123693,-0.008612015,0.0031544953,-0.00091989216,0.024571003,-0.024473693,-0.007841637,-0.018570164,0.023565458,0.008960713,-0.008944494,-0.024879156,-0.0026253671,0.028917557,0.00254022,-0.01027441,0.0046465956,-0.006321154,-0.015756257,-0.022932937,-0.041389573,-0.010339283,-0.004058676,-0.0029031087,0.00679149,0.0021773316,0.031220581,-0.019056719,-0.004524957,-0.0016025889,0.026063105,-0.0045614485,-0.007541595,-0.008393066,-0.011158317,0.01595088,0.0043871,-0.024960248,0.017175375,0.0079511115,-0.00003823381,0.021440836,-0.014296594,-0.034318313,-0.02611176,-0.012301721,0.0071077505,-0.025527894,0.027360583,-0.00011904114,-0.013331594,-0.016721258,0.01016088,-0.0025341383,-0.0050115115,0.021213777,0.0056805243,-0.022738315,0.015594073,0.0044398103,-0.0028645897,0.0026861865,0.0075253765,-0.008076806,-0.018991845,-0.01027441,-0.018878317,-0.007030713,0.015164283,-0.01968924,0.022673441,0.017272687,-0.010931258,-0.0033653355,-0.044535957,0.0032051778,0.012674745,-0.02771739,-0.013063989,-0.004277625,0.04651461,-0.0129747875,0.010663654,-0.013355922,0.0025807663,0.022965373,0.015229157,-0.0016471898,-0.019737896,0.013063989,0.032388315,-0.035291422,0.0190405,-0.009641889,-0.0102663,0.0063941376,-0.012544998,-0.019916298,-0.010355502,-0.014320921,0.0071199145,-0.009268864,-0.004192478,0.00604544,-0.026663188,0.0011859767,0.005575104,0.09555931,-0.022235543,0.011215081,-0.0050763856,0.023046466,-0.0018752622,0.022446383,0.019510837,-0.016510418,-0.008725544,-0.014028989,0.039767724,-0.007351028,-0.004861491,0.019543273,-0.0069090743,-0.030993523,0.0024915647,0.001690777,0.009747309,0.031382766,0.03104218,0.022122012,-0.042751923,-0.014434451,-0.023597894,0.01358298,0.011807056,0.014280375,0.0031767956,0.01518861,-0.025706297,0.006134642,0.006345482,0.0104122665,-0.008603906,0.015107518,0.027636297,-0.005380482,0.0019543273,0.0064792843,0.023127558,0.011052897,-0.0053237174,-0.0008884688,0.027733607,-0.026582096,0.029468985,-0.021213777,-0.048428394,0.004857436,0.006653633,0.02504134,0.010517687,-0.0062238434,-0.0023780353,0.01529403,0.032388315,0.012674745,0.021246213,-0.027749827,0.01571571,0.0012021952,-0.018651256,-0.008498486,-0.006990167,0.011936804,-0.010185208,0.0057535074,-0.02150571,-0.058159485,-0.0008063628,0.0229005,0.027295709,0.0007541595,0.029923104,0.039929908,0.00920399,0.017386215,-0.023776298,-0.009155334,-0.018116048,0.021554366,0.0096094515,-0.007541595,0.015034535,0.008271427,0.015837349,-0.0082917,0.045282006,-0.017483527,-0.004739852,0.015212938,0.012293611,0.0030247474,0.013777602,-0.036621336,-0.0019523001,-0.007188843,-0.026160415,0.0365889,-0.011117771,0.027247055,0.016437434,-0.021148903,-0.010842057,0.0026192851,0.015099409,0.0019735869,-0.009722982,0.011620544,-0.000054642354,0.0070023304,-0.0120827705,-0.019397307,-0.008457939,0.0025017012,0.01220441,-0.018991845,-0.016640164,0.011490796,-0.012642308,-0.006645524,-0.0019087129,0.0003580737,0.013712728,-0.0018539755,-0.04622268,0.010696091,-0.025446802,0.024587221,0.036361843,0.017142938,-0.018164702,-0.009195881,-0.0297447,-0.014028989,0.008320082,-0.0033450625,0.035713103,-0.049823184,0.019608147,-0.0165834,-0.019218903,0.015869787,0.0073713013,0.022932937,-0.008968822,0.005696743,0.023419492,0.008644452,-0.027522767,0.027847137,0.020629913,-0.010006805,-0.039021675,0.0010765019,-0.0053885914,0.009398611,-0.012374704,-0.00010389966,-0.013631636,0.000075453965,-0.02898243,0.04002722,0.0031808503,-0.0005879201,0.0267605,0.004443865,0.015058863,-0.005145314,-0.03444806,-0.029874448,-0.0031646318,0.0121070985,-0.013039662,-0.0008656616,-0.0042127515,-0.024976466,0.028739154,-0.024733188,0.038502682,-0.019251341,-0.019721678,-0.026095541,-0.01487235,-0.00668607,-0.020613693,0.023208652,0.01626714,-0.0044600833,-0.020305542,0.0025179198,-0.0027530878,0.010842057,0.03464268,0.006783381,-0.0041093584,0.008644452,0.03049075,-0.008303864,0.00706315,-0.014888569,-0.02376008,-0.011515124,0.022527475,-0.03561579,0.0037707975,0.015439997,-0.005275062,0.007261826,0.0014191173,-0.0146209635,0.0076024146,0.022770751,-0.007995713,-0.01080962,0.04151932,0.03324789,-0.038470246,0.015058863,-0.012447687,-0.012715291,-0.072204694,-0.0017292959,0.015066972,0.03555092,-0.022186887,-0.025608987,-0.0104852505,0.00021350115,-0.008693107,-0.035713103,-0.0025686026,-0.00010706734,0.016915878,-0.029063525,0.004524957,-0.017694367,-0.03756201,-0.0002711528,0.002264506,-0.0027693063,-0.0064792843,-0.024781844,0.032582935,0.016883442,0.021213777,0.007711889,-0.0006107273,0.009244536,0.003616722,-0.0032518061,0.00031017853,-0.036102347,0.004087058,-0.027766045,-0.010931258,0.029923104,-0.006888801,-0.018034954,0.023192432,0.02601445,-0.022105794,0.04077327,-0.011936804,-0.004614159,-0.014385795,-0.019413525,0.04002722,-0.014353358,-0.0010141621,0.00026760498,-0.01787277,-0.017061846,0.015018316,-0.006868528,0.0013471479,-0.0026578042,-0.020694787,-0.045736127,0.022543693,0.015310249,-0.010006805,0.01938109,-0.011206972,-0.0036552409,-0.016291467,0.007825418,-0.004529012,0.014750712,0.029112179,-0.013664073,0.025690079,0.0008083901,0.0003651693,0.00011631694,0.01626714,0.000046311376,0.0038113438,0.01477504,0.00033197209,-0.0018002518,-0.02204092,0.022089576,0.01337214,0.0057535074,0.003787016,0.00044271394,-0.024911592,0.027798481,-0.0282526,0.029079743,-0.031966634,0.039994784,0.0024692642,-0.029987978,-0.0009903412,-0.047260664,-0.004881764,0.006373864,0.0030571844,0.026209071,0.013226174,0.027522767,0.009512141,-0.030734027,-0.01102046,0.020824533,-0.032777555,0.0048249993,0.020062266,0.045833435,-0.022851845,0.025868483,0.018845879,0.0013096426,0.0146534005,-0.008636343,-0.023711424,0.008952604,-0.0146209635,0.0017617329,0.00023934935,0.011944913,0.02322487,-0.023387054,-0.015391341,-0.000028984205,0.011790838,0.004529012,0.037334953,0.03295596,0.030620499,-0.004837163,0.036978144,0.032469407,0.013072099,-0.01262609,0.0072496627,-0.024992684,-0.019105375,-0.0034160183,-0.0052507343,-0.009131007,-0.004038403,-0.01990008,-0.025641423,-0.009933822,-0.011571889,0.0071118055,0.007521322,0.054299485,-0.0069739483,-0.0609815,-0.02074344,-0.013753274,0.013453233,-0.0015002098,-0.047357973,0.02534949,-0.028382348,0.026419912,0.01647798,0.025511676,-0.016883442,-0.03882705,-0.015991425,-0.028658062],"social":"https://twitter.com/AsraPro_"},{"title":"lensview","description":"discuss, fact-check and share your view about a web pages","niche":"web3","youtube_url":"https://youtube.com/watch?v=L_OBNfun4Wg","youtube_transcript":"Hi. I am Andrea. Hi. My name is Parikh, and we are building landscape. We are revolutionizing the way people interact with the Internet by creating an on the present comment section. With billions trillions of web pages out there, one crucial element is often missing people's views about them. That's where lens view comes in. It empowers users to transform any web page into a dynamic source of discussion enabling them to share diverse perspectives whether they are positive, negative, or neutral. Unlike traditional centralized comment sections limited to a few flat forms. LensView is a decentralized platform built on the lens protocol. Join us in shaping the future of online discourse with LensView. We have made substantial progress over the span of six weeks. Initially, when we have started out, we only had this feature of adding a link to lens view. So in case selling quality does not exist, the user would be able to come to a platform and add the link to lens view. But as we kept on building and pushing more updates we have finally reached a point where the user not only can add the link, but they can also comment on the link. They can comment inside of a comment They can like a comment. They can dislike a comment and a lot more. And so far, we have only been able to attract five users But as we keep moving forward and pushing more updates, I'm optimistic that we'll be able to reach a more wider audience and attract a lot more people. Thank you.","embedding":[0.008074412,-0.00994404,-0.04862524,0.034651443,0.01320658,-0.031076057,-0.026279083,0.039299443,-0.005221552,0.018308952,0.032595597,-0.0024562152,-0.010964515,-0.027798621,0.022375952,0.0041265907,-0.00619361,-0.012841593,0.0020465357,0.093198374,0.020379696,0.01349708,0.05172391,0.023627337,-0.020603158,-0.029154288,-0.028945724,0.035992213,-0.018011004,-0.03170175,-0.004588411,-0.016997978,0.0057839304,0.049936216,-0.01872608,-0.0010493384,0.07049468,-0.010130258,-0.014331336,0.02064785,-0.0331617,0.028320031,0.054167088,0.029228775,-0.010711258,-0.014904887,-0.034174725,0.01459949,-0.015344362,0.0065437,-0.050174575,-0.024848929,-0.006852822,0.024685055,-0.021392722,-0.062271293,-0.020349901,0.03152298,-0.034055546,0.034651443,0.03274457,-0.038346007,0.04031247,0.03500898,-0.07597694,0.022018414,-0.026904775,0.005966424,0.0076349373,0.053243447,0.060096268,0.006439418,0.0076349373,0.02647275,-0.01832385,0.01087513,-0.019470952,0.03640934,0.019143209,-0.019739106,0.028334929,0.053154062,-0.0261748,-0.0148229515,-0.024759542,-0.045615956,0.008052066,-0.014517554,-0.09433058,0.04984683,0.009839758,0.017519388,-0.01850262,0.011448681,0.042010777,0.04221934,-0.023046337,0.027902903,0.03280416,0.01599985,0.05392873,-0.029452236,-0.010264335,-0.04668857,0.041802213,0.011955194,0.055865396,-0.044185802,0.05148555,0.0010279233,-0.124780945,-0.029392647,-0.00747479,0.013638605,-0.022405747,0.00820104,0.019739106,-0.0043537766,0.0057951035,-0.041623443,-0.05625273,0.019158106,0.05026396,-0.025966236,0.011724284,-0.06930289,-0.034055546,0.011433784,-0.045675546,-0.048684828,0.061496627,-0.008431951,0.03512816,-0.04001452,-0.061913755,0.013452387,-0.034740828,0.01640208,-0.019694414,-0.00200743,0.015173041,-0.011359297,0.011962643,-0.014316439,-0.010674015,-0.023225106,-0.016997978,0.0007476652,-0.0035120712,-0.029750185,0.017772645,-0.015128349,-0.02635357,0.0065250783,-0.012059476,-0.001481364,-0.0023426223,0.02669621,-0.034860007,0.037839495,0.0012746621,-0.030897288,-0.018011004,-0.04546698,-0.050532114,0.02699416,-0.04275565,-0.033251084,-0.051038627,-0.059172627,-0.04373888,-0.019187901,-0.031374007,0.0046740714,0.014867644,-0.023880593,-0.012729862,-0.030837698,0.0296608,-0.039984725,-0.018606901,0.016774517,-0.039537802,-0.035157956,-0.0762153,0.0015903016,-0.04990642,0.023046337,-0.006934758,0.012901182,-0.053660575,0.04919134,0.026487647,0.02239085,0.005366802,-0.024372209,0.05044273,0.027217621,-0.0030949428,-0.02693457,0.003821193,-0.0039254753,0.020051952,0.023984876,-0.000011725913,-0.0255938,-0.011552963,0.0011498961,-0.02169067,-0.023865696,0.04099775,0.032833956,0.055507857,0.0018128321,0.010033425,-0.0068155783,-0.03983575,0.010093015,-0.010487797,-0.024089158,-0.02157149,0.04081898,0.055180114,0.019619927,0.026517441,0.037064828,0.025206467,-0.014197259,0.01594026,0.016104132,0.015493336,-0.022420645,-0.030137518,-0.019902978,0.017549183,-0.07299745,0.0051321676,-0.030897288,0.014204708,-0.029616108,-0.00024348001,0.014048285,0.006093052,0.0034822763,0.0072401552,0.013281067,-0.016938388,-0.01878567,-0.021541696,0.040163495,0.04049124,-0.014741016,-0.0019292183,-0.023240004,0.011158181,-0.01808549,-0.028573288,0.01792162,0.004048379,-0.040610418,-0.006499008,-0.022673901,-0.025042595,-0.03646893,-0.008811835,0.014361131,-0.001666651,0.025504416,-0.006592117,-0.04239811,0.010160053,0.0071507706,-0.0023314492,0.02960121,-0.0060446355,0.005001815,0.010271784,0.002163853,0.012402117,0.009042745,0.039984725,0.010323925,0.036260366,0.03891211,-0.009981284,0.005832347,-0.016297799,-0.051872883,0.000117608295,0.027262313,0.028826544,-0.016997978,0.00430536,0.017951414,0.0065772193,0.06870699,0.048535854,-0.025951339,0.012171207,0.035277136,0.046837546,-0.05455442,0.020171132,-0.0076274886,-0.003249504,0.028513698,0.02367203,-0.016849004,-0.01320658,-0.0037001513,0.048684828,0.010458002,0.016670235,-0.02361244,-0.069660425,-0.0025251159,0.057206165,-0.018189773,-0.055180114,0.010100463,0.009936592,0.014204708,0.006186161,-0.021079876,0.025608698,-0.0060520843,0.0016685132,-0.023016542,0.0331617,-0.031225031,0.049459495,-0.04925093,-0.02134803,-0.031165441,-0.011873258,-0.05038314,0.029273467,-0.017817337,0.044692315,0.010025976,-0.042070366,-0.04734406,0.0008384465,0.020841517,0.028841441,0.018532414,-0.027321903,-0.03965698,0.022182286,0.03769052,-0.023165517,-0.0250128,-0.0070539373,0.014390926,0.024357311,0.006863995,0.0124468105,-0.04990642,-0.012417016,0.005221552,0.0047373855,-0.016938388,0.0072103604,-0.012335079,-0.037094623,-0.009877002,-0.051962268,-0.0005218759,-0.016506363,-0.028871236,-0.014673977,-0.010085566,0.013072503,0.015418849,-0.04019329,0.0064878347,0.06542955,-0.023850799,-0.031403802,0.017012876,0.0009944041,0.008863976,-0.011508271,-0.015418849,-0.019530542,0.050681088,-0.00762004,-0.037124418,-0.028915929,-0.02082662,0.015597618,-0.04704611,-0.014070631,-0.025504416,0.0657275,0.023463465,0.081280425,0.04025288,0.04257688,-0.025951339,-0.0041638343,-0.01157531,-0.013310862,-0.02453608,0.004193629,0.01838344,-0.021124568,0.015463541,0.037094623,0.027143134,0.029645903,-0.06656176,0.03903129,0.012081822,0.026338672,-0.0069012386,0.011068797,-0.016744722,0.06662135,0.045377597,0.019843388,-0.015031516,-0.012744759,-0.02116926,0.032536007,0.029616108,0.035962418,0.021914132,0.0075045847,-0.031135647,-0.061854165,0.018070593,0.041832007,-0.008007374,-0.010435656,0.0034915872,0.007225258,-0.007798809,0.009258758,-0.011925399,-0.020081747,0.009087438,-0.0023947633,-0.015433746,-0.02367203,0.009273656,0.011880707,0.011836015,-0.011195425,0.011024104,-0.021973722,0.02960121,0.02128844,0.051098216,-0.069779605,-0.0154039515,-0.0013454249,-0.022703696,0.003582834,0.00072252576,-0.00081330707,0.030748313,-0.026010929,0.041385084,0.016268004,-0.00867031,0.013824823,0.012201002,-0.027888006,-0.054882165,0.014800605,-0.026711108,0.010748502,-0.017295927,-0.047254674,-0.025355441,-0.00056703377,-0.003655459,-0.025474621,0.0015707487,0.019709311,-0.011836015,-0.033131905,0.0005600506,0.0074487193,0.0144803105,0.0074598924,-0.0067746104,-0.04740365,-0.03578365,-0.0042383214,0.026025826,0.04123611,-0.018532414,-0.028781852,-0.018770773,-0.06685971,-0.056967806,0.004834219,-0.0018612487,0.041683033,0.0045809625,-0.045258418,0.017832235,0.028975518,-0.02221208,0.031344213,-0.0023984876,-0.026949467,0.03152298,-0.047731392,0.021765158,0.03235724,0.0010176813,-0.012774554,0.023567747,-0.0035735231,0.020677645,-0.015582721,0.026308877,0.013363003,-0.0012038993,-0.008945912,-0.021273542,0.009065092,-0.0037318084,-0.06310555,-0.019396465,-0.06411858,-0.005083751,-0.01634249,-0.0255938,-0.0108900275,0.014286644,-0.039388828,0.0024618017,-0.013802477,-0.048357084,-0.026338672,0.014741016,0.040044315,0.0038882315,0.013452387,-0.002629398,-0.016863901,-0.012409567,0.013452387,-0.022256773,0.004700142,0.033638418,0.04111693,-0.00009054849,-0.011500822,-0.01226804,0.010852784,0.012588336,-0.030390775,0.009392835,-0.008394707,0.0051023727,-0.00057401694,0.028007185,0.0052029304,0.0004897533,-0.006782059,-0.013616259,0.005217828,-0.017087363,-0.019634824,0.02681539,-0.014025939,-0.041712828,0.007843502,-0.0021061255,0.026428057,0.0022402024,-0.017027773,-0.01494958,-0.011620002,-0.01884526,-0.04454334,-0.020662747,-0.04618206,0.02797739,0.004491578,0.010107912,-0.027470877,0.00041340393,0.0354857,0.025504416,-0.0069943476,0.007806258,-0.041444674,0.04796975,0.007776463,-0.016357388,0.028707365,-0.011560412,0.015657209,0.02739639,-0.0039776163,-0.030137518,-0.01576149,-0.050949242,-0.032714777,0.009258758,0.015970055,-0.010986861,-0.0109421685,-0.027530467,-0.042547084,-0.010688912,0.025146877,-0.027172929,-0.031731546,0.029586313,0.030629134,-0.0076796296,0.062032934,-0.02046908,-0.021511901,-0.015478439,-0.009348143,0.020096645,0.045496777,0.00416011,-0.009586502,-0.04907216,0.045407392,0.020215824,0.05136637,0.0001801659,0.011269912,-0.01936667,-0.003780225,-0.013705644,0.006111674,0.021720465,-0.010182399,-0.026517441,-0.00954181,0.02046908,0.046718366,-0.035575084,0.0070055206,-0.014465413,-0.041265905,0.02745598,0.003353786,-0.03468124,0.009988733,-0.022435542,0.03462165,0.010592079,-0.006934758,0.022420645,-0.0343237,0.015865773,0.030599339,-0.0027169203,0.00047066595,-0.0124989515,0.022703696,-0.03468124,-0.042874828,0.009139579,-0.014837849,-0.02227167,-0.0055753663,0.0042830138,-0.032416828,0.024163645,0.008171245,-0.001635925,0.016327593,0.022778183,0.030897288,-0.03274457,0.030986672,0.013631157,0.058070216,0.00077885675,0.0018621798,-0.053034883,-0.016431876,0.030465262,0.017146952,0.012454259,0.015582721,0.0076796296,0.0064841104,0.042487495,0.014264298,-0.004670347,0.009221515,0.0024729748,-0.0040632766,-0.00097298896,0.018219568,-0.06602545,-0.015493336,-0.018130183,-0.008759694,-0.029154288,0.03456206,-0.016268004,0.0027597505,0.018770773,0.03688606,-0.024804235,-0.021884337,-0.021601286,-0.008953361,0.004700142,-0.0135566695,-0.02064785,-0.004770905,-0.057712678,0.003521382,0.013929105,-0.044096418,0.002122885,-0.029050006,-0.009616297,0.0017271718,-0.016610645,-0.0076870783,0.039061084,-0.015269875,0.007664732,-0.003530693,-0.014726118,0.011694489,0.010227092,-0.011962643,-0.020051952,-0.020930901,-0.009891899,-0.046092674,-0.010681463,-0.018294055,-0.003914302,0.02459567,0.023001645,-0.012133963,-0.0032550904,0.04582452,0.03438329,-0.020618055,0.04350052,-0.010957066,0.0152996695,-0.033608623,-0.004003687,0.027649647,0.0023947633,0.010495245,-0.035753854,0.01808549,-0.0009599537,0.038435392,0.0255938,-0.0056796484,-0.015687004,0.04698652,0.022346158,-0.006998072,0.017370414,0.032327443,-0.00006575823,0.032267854,0.02751557,-0.00925131,0.000750924,0.026323775,-0.023225106,-0.021079876,0.035336725,0.015642311,-0.028469006,-0.017310824,0.011992438,-0.007947784,-0.055805806,-0.0036498725,-0.041712828,-0.009891899,-0.018636696,-0.012960772,-0.019739106,0.023046337,-0.035455905,0.022182286,-0.008171245,0.01594026,0.061973345,-0.018606901,-0.045556366,-0.0011731733,0.00977272,-0.0021098498,-0.016908593,-0.003675943,0.033817187,-0.015389054,0.042487495,-0.016729824,0.04099775,-0.00569827,-0.007769014,-0.019053824,-0.011530617,-0.04007411,-0.017057568,-0.019649722,0.031314418,0.03205929,-0.032446623,-0.0027318178,0.008692656,0.028290236,-0.014711221,-0.024878724,-0.0038696097,0.059232216,-0.0001564231,-0.007694527,-0.020692542,-0.014152567,-0.019411363,0.0017038946,-0.008387258,-0.00832022,-0.011739181,-0.017578978,0.004119142,-0.0013249409,-0.03450247,0.007135873,0.0057094432,-0.002994385,0.011836015,-0.029243672,0.023686927,0.0535116,0.01826426,-0.0058807638,-0.001698308,-0.01524008,-0.0046442766,-0.013117195,-0.0152996695,0.0020353626,-0.024446696,0.01611903,0.03971657,0.027307006,-0.018159978,-0.012245694,-0.023299593,-0.033608623,-0.011828566,-0.0012197278,0.011560412,0.040223084,-0.027604954,0.014420721,-0.01692349,0.03849498,0.046897136,0.0075939693,0.014011041,-0.030509954,0.012744759,0.0012411429,0.030122621,-0.028960621,0.053720165,0.012029681,-0.0068490976,0.015024067,-0.0117615275,-0.005314661,-0.0082755275,-0.0273368,0.008357463,0.0144803105,0.022644106,-0.028111467,-0.008059515,-0.026949467,-0.021660876,0.010569733,0.002837962,0.0051805843,0.0132661695,0.018800568,0.034532264,0.02082662,-0.046152264,0.0046331035,-0.010904925,-0.041832007,0.0066330847,-0.013646054,-0.00009025753,0.04099775,-0.009303451,0.0045511676,-0.0031321866,0.02797739,-0.008022271,0.028379621,0.0057839304,0.039925136,0.012357425,-0.0083276685,0.047612213,-0.0056386804,-0.01670003,-0.025280954,-0.027500672,-0.016372286,-0.0044692317,-0.024297722,0.0067336424,-0.020737235,0.013042708,0.0048006997,0.019456055,0.01658085,0.019396465,0.010927271,0.011046451,0.022659004,-0.0319997,0.043947443,0.016968183,0.025295852,0.04454334,0.013489631,0.0027429909,-0.00219551,-0.036200777,0.01640208,-0.015895568,0.014547349,0.026383365,0.022063106,0.0067261937,0.04448375,0.00068807544,0.042845033,0.016729824,-0.08098248,-0.01716185,0.025355441,-0.019694414,-0.0010530627,0.0035958693,0.0022513755,-0.016029645,-0.022018414,0.013154439,-0.042427905,-0.026249288,-0.019619927,0.000054177795,0.0055679176,0.01924749,0.017087363,-0.00747479,0.03757134,0.029735288,0.026517441,0.0063314117,-0.0044543343,0.013176785,0.013631157,-0.032387033,0.007962681,0.025429929,-0.037779905,0.007080008,0.0019236318,-0.013363003,0.004130315,0.04990642,-0.0019515645,0.019709311,-0.014472862,-0.004532546,-0.01966462,-0.0039999625,0.028454108,-0.023701824,-0.0007979441,-0.0412957,0.016223311,-0.03340006,0.009236412,-0.011500822,-0.0074152,-0.027068647,0.008402156,-0.018606901,-0.023418773,-0.005165687,-0.00356235,-0.04564575,-0.00215268,-0.0035493148,-0.0060222894,0.028528595,-0.013809926,-0.007888194,-0.048804007,0.011821117,-0.0296608,-0.027843313,0.031731546,-0.028856339,0.013549221,0.010048322,-0.023791209,-0.04996601,0.015210285,0.022807978,-0.013817375,0.0013351829,-0.014636734,-0.0022904812,-0.0030260421,-0.010279233,-0.043709084,0.03280416,0.018457927,-0.010927271,0.016476568,0.0009050194,-0.01116563,-0.037958674,0.012275489,0.026249288,0.00038896283,-0.00068342,-0.0036405616,-0.0063910014,0.034919597,0.031135647,-0.009698233,0.002796994,-0.032953136,0.014584593,-0.01006322,0.008431951,0.009981284,0.0043761227,0.0046628984,0.026547236,-0.027262313,-0.0010512006,-0.016595747,-0.011962643,0.014897439,0.049936216,0.021720465,-0.04239811,0.0052662445,0.0018035212,0.010085566,0.01262558,0.019739106,-0.024372209,-0.008588374,0.0045176484,0.019962568,-0.031463392,0.033370264,0.0091991685,0.00048183903,-0.004785802,0.00631279,0.017012876,0.009579053,0.01197754,-0.0016182343,-0.021154363,0.028722262,-0.004078174,0.025936441,0.029184083,-0.009102335,0.008506438,-0.0013119057,0.034711033,0.018115286,0.03792888,0.008849079,0.0038435392,-0.022375952,0.04269606,0.011024104,0.033995956,0.0044990266,-0.007806258,0.0015791286,0.007858399,0.025861954,0.012282938,-0.006346309,-0.008230835,-0.01960503,-0.008595822,0.035813443,0.012059476,-0.005124719,-0.01780244,0.031969905,-0.023076132,0.027172929,0.015344362,-0.0029478306,-0.024893621,0.0066852258,-0.012595785,0.013258721,0.045735136,0.014644182,0.04263647,-0.009109784,-0.05857673,-0.0130799515,-0.013132093,0.00919172,-0.0039589945,-0.019813593,0.025236262,0.0050911997,0.019351773,0.011940297,-0.0061898855,-0.020692542,0.016655337,0.032029495,0.00070390396,-0.009556707,0.086107194,-0.015970055,0.030018339,-0.020037055,-0.0005837934,-0.010696361,-0.011262463,0.016804311,-0.024968108,-0.009824861,-0.030152416,-0.011821117,-0.003249504,0.027098441,0.005873315,0.0024152473,0.012528746,0.002266273,0.012826695,-0.037094623,0.007526931,-0.009430079,0.018711183,-0.0038956802,-0.04379847,-0.027441083,0.020424388,0.025042595,0.016253106,0.017117158,0.016074337,0.011091143,0.0046964176,0.02821575,-0.0019925325,0.009452425,0.015567823,0.03170175,0.006845373,-0.035455905,0.018472824,-0.02297185,0.03810765,-0.015835978,0.007072559,0.0089086685,-0.010264335,0.021258645,-0.019873183,-0.05944078,-0.034353495,-0.011024104,0.010904925,0.035277136,0.0068267514,0.009877002,-0.0019590133,0.020722337,0.02629398,0.04326216,-0.030465262,0.031344213,-0.031612366,0.028871236,0.033549033,-0.0010586493,0.02495321,0.03334047,-0.009027848,0.005664751,-0.0023128274,-0.022122696,0.022644106,0.022167388,0.0013491493,0.0024077985,-0.009742925,0.011970092,-0.007806258,0.009206617,-0.029735288,-0.0103611685,-0.0028230646,0.0034319975,-0.013906759,-0.016997978,0.014919785,0.034532264,-0.013132093,0.031552777,-0.033787392,0.017832235,0.041623443,0.034532264,-0.0052029304,0.027709236,-0.024521183,-0.015850876,-0.018115286,-0.013809926,0.013966349,-0.028469006,0.029288365,0.02233126,0.015463541,-0.0029887985,-0.014741016,-0.008178694,-0.027664544,-0.0052476227,-0.0018072455,-0.013914208,0.022495132,-0.021422517,0.01710226,-0.025996031,0.0062680976,0.040729597,-0.029869365,-0.031374007,0.027143134,0.030629134,-0.016729824,0.011336951,0.0144281695,-0.019456055,0.018413235,-0.03223806,0.014510105,-0.0041563855,-0.010755951,-0.0060632573,0.0117093865,-0.011247566,-0.028752057,0.018234465,-0.016997978,-0.049668062,0.024759542,-0.0071805655,-0.027649647,-0.009742925,0.0041563855,-0.009400284,0.01658085,-0.00861072,0.0050874753,0.029467134,-0.0074524437,-0.025623595,0.009638643,-0.0130874,0.009549258,-0.010420758,0.020051952,-0.022316363,0.028707365,0.018919747,-0.024699952,-0.019411363,-0.016163722,0.009012951,0.011292258,-0.030063031,0.026070518,-0.015687004,-0.03235724,-0.013914208,-0.032893546,0.016729824,0.0040111355,-0.01588067,-0.029690595,0.006446867,0.026040724,-0.030465262,-0.04227893,0.016714927,-0.017653465,-0.005258796,-0.0010279233,-0.030152416,0.023299593,-0.024640363,-0.01710226,0.00043109464,0.008312771,-0.010458002,-0.011917951,0.028066775,-0.0023482088,-0.019336876,0.00044645762,0.034591854,0.015024067,0.017668363,0.01291608,-0.05619314,-0.013139541,0.026949467,0.0045474432,-0.0076274886,-0.031076057,0.030018339,0.00046880377,0.0024208338,-0.006070706,0.03617098,0.03211888,0.040580623,0.01768326,-0.012424464,-0.007228982,0.039805956,0.0077094245,0.0023984876,0.012178656,0.04153406,0.010748502,-0.028588185,0.056610268,0.0073667835,-0.0034003404,-0.031850725,0.019128311,0.025355441,0.02198862,-0.015672106,-0.030033236,-0.0063947258,0.0036945648,-0.013646054,-0.0073593347,0.0068304758,-0.014398375,0.006957104,0.022092901,-0.0027057473,-0.021377824,0.003437584,-0.0057839304,0.016476568,-0.0018780084,-0.009646092,0.0025902921,0.011195425,0.015083657,0.003076321,-0.015984952,0.009214066,-0.022942055,0.013839721,0.00890122,-0.03217847,-0.0133183105,0.01716185,0.015835978,-0.013832272,-0.0319997,0.016208414,-0.011984989,0.0009040883,0.019977465,-0.044275187,-0.0024711126,-0.007322091,0.029690595,0.012595785,-0.02995875,0.009564156,0.0058770394,-0.035813443,0.006078155,-0.0022178562,0.0014068768,0.03182093,0.00575786,-0.022405747,0.017132055,0.007463617,-0.026562134,0.017310824,-0.015716799,0.011091143,0.03182093,0.009951489,-0.03182093,-0.008171245,0.010659117,0.001998119,0.011009207,0.007135873,-0.0343237,0.035217546,0.015567823,-0.011567861,-0.042666264,-0.017310824,-0.02006685,0.0037616033,0.027843313,0.010882579,0.014763362,0.036439136,0.0060856035,0.042606674,-0.0070353155,-0.007903092,-0.04153406,0.0086181685,0.015701901,-0.022241876,-0.023597542,0.001003715,0.009586502,-0.026740903,0.0075343796,0.002774648,-0.048059136,0.0045921355,0.027351698,0.030778108,0.025861954,0.021839645,0.041146725,-0.007903092,0.02699416,-0.031254828,0.05020437,0.002806305,0.0017616221,-0.014502657,0.058815088,-0.022033311,0.0049869176,-0.012394669,0.008402156,-0.021005388,-0.009824861,-0.0041638343,0.0013063191,-0.029571416,0.021005388,0.017519388,0.015806183,0.016506363,-0.015716799,0.02879675,0.018338747,0.011478476,0.017310824,0.0044282638,-0.0016610645,0.02589175,0.005042783,0.036319956,0.04680775,-0.024997903,-0.0028118915,0.010957066,-0.023716722,-0.016953286,-0.044275187,-0.0118136685,-0.038346007,0.034860007,-0.0010093015,-0.0006410554,-0.0039291997,-0.012983118,0.020171132,0.039805956,0.029288365,-0.02495321,-0.016044542,-0.022659004,-0.010398412,-0.015344362,-0.0009515739,-0.008387258,0.043768674,0.00026605895,0.035932623,0.016655337,0.026562134,-0.010025976,0.010100463,-0.011672143,-0.006741091],"social":"https://twitter.com/AnjaySahoo"},{"title":"living protocol","description":"towards a human-friendly future: newsletter on living well in the age of ai","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=rmxnCibsaK8","youtube_transcript":"Hi. So what I created was basically a living protocol, which is a newsletter exploring living in the Age of AI and how humans can remain and how it will be. Aware of pitfalls moving forward. So it was actually rather difficult of explaining this in the very beginning doing a lot easier after I launched this about teach where I managed to sort of explain in a lot more detail that basically what this aims to be. So the cover is how humans in AI can coexist while humans maintain yes and so well-being and motivated quickly and so on and so forth. As for the development process of what happened was I took a feedback from this call and also to the on how basically explain, like, sort of, like, the rationale behind this newsletter because so many news that is out there already. So and, also, in terms of analytics, what I did was to try to use the sub site native analytics But first, though, I realize that while it can tell you, like, what your sources are, but it doesn't tell you, like, exact unique views so that is why I had to sort of install Google Analytics halfway through. And even so and now I realized that it may not have been configured to capture a email statistics. So that means, like, in your open rate and so and so forth. So that is something I do have to sort of, like, rectify, like, currently Yep. So moving for the call is definitely still in its early stages, so you can definitely be part of the discussion, shape it, or just leave a comment, check it out. Thank you.","embedding":[0.0397647,0.025500936,0.0068525034,-0.0011291498,0.015940025,-0.04159617,-0.0059290063,0.008187306,0.043086182,0.052553967,0.033214852,-0.019804744,0.028837942,-0.051094998,0.014256001,0.0068990663,-0.031942133,-0.04221701,0.018252648,0.029722637,0.016762637,-0.018563068,0.017678373,0.06394635,-0.009979976,-0.07555603,-0.015583043,0.049667068,-0.024150612,-0.021139547,0.043893274,-0.01909078,-0.015295905,-0.0124866115,-0.021698302,-0.019339114,0.025656145,-0.025951045,0.03025035,-0.0024309703,0.011113007,-0.014302564,0.02686678,0.03155411,-0.061649248,-0.008683977,-0.04187555,0.018811403,0.029676074,0.023731546,-0.074997276,-0.0011204192,-0.020580791,0.025143953,-0.012711666,-0.022769246,-0.010934516,0.043303475,-0.04352077,0.022520911,-0.0026618445,-0.034363404,0.046066206,-0.0045709223,-0.01309969,-0.0040858923,-0.03411507,0.038771357,-0.05745859,-0.01408527,0.050753538,0.009956695,0.007682875,-0.04153409,-0.013743809,-0.03250089,-0.04982228,0.054478567,0.005191761,0.0013522636,-0.00826491,0.023002062,-0.0278446,-0.021108504,0.02087569,-0.0042139404,-0.036194876,-0.015101893,-0.05677567,-0.028589606,-0.04771143,0.03836781,-0.0009909163,0.04094429,0.04771143,-0.04836331,-0.04448307,0.073321015,0.04386223,-0.015955547,-0.016591905,-0.03967157,0.020767044,-0.020798085,0.024631763,0.0002604611,0.029132841,0.002813174,0.013611881,-0.04010616,-0.1313694,-0.020022037,0.008846947,-0.00550218,0.012672863,-0.029582947,-0.0039229225,-0.028853463,0.028263666,-0.0029218206,-0.053267933,-0.021155067,0.0025143954,0.03172484,-0.001666563,-0.055409823,-0.00057815574,-0.04417265,-0.054602735,-0.010383522,0.07636312,0.045786828,0.028108457,-0.06984431,-0.060438614,-0.023809152,-0.0064800004,0.044607237,-0.028077414,-0.047990806,0.033587355,-0.029412217,-0.020751523,0.013503235,-0.025516456,-0.048922062,-0.039019693,0.032966517,-0.0219932,-0.010011018,0.050381035,0.04252743,-0.03234568,0.007907929,-0.0075975093,0.029645031,-0.0032729823,0.013821414,-0.034021944,-0.013448911,0.02590448,0.01797327,-0.018733798,-0.007217246,-0.041037414,0.0100032585,0.004252743,-0.050101656,-0.06854056,-0.0010360241,-0.06431886,-0.033959858,0.0021748743,0.03170932,0.008125222,-0.039019693,0.010856911,-0.070154734,-0.0018741558,-0.03153859,-0.025252601,0.0066934135,-0.039609488,-0.013961103,-0.047680385,-0.03967157,-0.0012164551,-0.031072961,0.014550899,-0.022846851,0.0044428743,0.035325702,0.016467737,0.011563115,0.023219354,-0.03607071,0.06866472,-0.022722684,-0.0022311378,0.01035248,0.038585104,0.019540887,0.026447715,0.024864577,0.012641821,0.045445368,-0.007830324,-0.0040044077,-0.031492025,-0.022241535,0.04066491,-0.004155737,0.0278446,0.081950665,-0.026975427,-0.030979834,-0.07238975,-0.015971066,-0.053267933,0.033028603,0.024073008,0.028558565,0.017042013,-0.0066429707,0.0034572936,0.032966517,0.05031895,-0.047618303,0.01115957,-0.0084045995,0.035542995,0.026432194,0.00032497008,-0.021387883,0.011586396,-0.035232577,0.022132888,-0.01618836,0.010655139,0.008552048,-0.0041828984,-0.00029198805,0.028900025,0.0029373416,-0.010011018,-0.014713869,-0.024476552,-0.06053174,0.03203526,0.049108315,0.09734745,0.011718324,0.014271522,0.0023591858,-0.0368778,-0.02394884,-0.0032807428,0.04901519,0.00517624,-0.049325608,0.022598516,-0.031119524,-0.022567475,0.014853558,0.017911186,-0.00022990421,-0.00042464375,-0.0011718324,-0.009801486,-0.062735714,-0.018190565,0.004140216,0.008598612,0.01652982,-0.019494325,0.04383119,0.009281534,0.025966564,0.009304815,-0.029986493,-0.009025438,-0.023684984,-0.0074694618,0.003465054,-0.018687235,0.040075116,-0.030529726,-0.016374612,0.007970013,0.010243833,-0.00083231146,-0.037312385,0.038398854,0.010057582,0.016126277,0.03870927,0.049915403,0.027456576,-0.03377361,0.044731405,-0.0005475988,-0.059103813,0.00081097014,-0.012059785,0.0021457726,0.021418924,0.028931068,0.022738205,-0.027766995,-0.012013222,-0.0016083594,0.04920144,-0.0015588864,-0.055161487,-0.048114974,-0.015295905,0.071148075,0.004307066,-0.018563068,-0.008280432,-0.019789223,-0.0005922216,-0.0076983958,-0.007923449,-0.0027355691,0.0013561439,0.05373356,0.011896815,0.007073677,-0.02798429,0.0262149,-0.054913152,-0.00890127,-0.018144002,-0.025330205,-0.013006564,-0.036008626,-0.022846851,0.015024289,0.007325893,-0.06959598,-0.0105464915,-0.048673727,0.0035038565,-0.013479953,0.005079234,-0.019556409,-0.044234734,-0.009312576,0.03579133,-0.032438803,0.014783714,-0.0019401199,0.010476648,-0.01067842,0.03203526,0.015218301,-0.022629559,0.026587402,-0.015645128,-0.03610175,-0.006119138,0.06462927,0.028186062,0.0028868983,0.00021401947,-0.063046135,-0.0118580125,0.02410405,-0.005032671,0.030684937,-0.033742566,-0.0039035212,-0.025780313,-0.05811047,0.009196169,0.047556218,-0.008241629,-0.046562877,0.042123884,0.058824435,0.0066158087,-0.0144267315,-0.039112817,0.019261511,0.045414325,0.018625151,-0.019339114,-0.055596076,-0.018330254,0.026292505,-0.046345584,-0.033370063,-0.0064023957,0.015078612,0.01603315,-0.014418971,0.07636312,0.032314636,-0.018873487,0.05373356,-0.0054633776,-0.020285893,-0.014450013,-0.0036377248,0.013992145,-0.02590448,-0.0037735333,0.03156963,0.021155067,0.051715836,-0.06456719,0.05618587,-0.02844992,-0.0014609103,-0.0075703477,-0.021496529,0.047959764,0.05174688,0.0072133658,0.000157756,-0.03706405,0.016219402,0.0029257007,0.007426779,0.024895618,0.0153114265,0.0028383953,-0.042899933,-0.08517902,-0.016297007,0.055223573,0.0034184912,-0.021418924,0.004388551,0.012564217,-0.03998199,0.012921198,0.037436552,0.022132888,0.040726997,0.006231665,-0.07003057,-0.014535379,-0.020922253,0.008458923,-0.013565319,-0.020580791,-0.006134659,-0.029039714,-0.04010616,-0.028341271,0.01018951,0.019509846,-0.059817776,-0.031445462,0.005587545,-0.019308073,0.0064179166,0.010119665,0.009188408,0.0021865151,-0.020565271,0.05773797,-0.008746061,-0.018795881,-0.03967157,0.00987133,-0.03155411,-0.0039093415,0.014108552,-0.043738063,-0.010942277,0.02619938,-0.045569535,0.0017858804,0.004660168,-0.011951138,-0.021481007,-0.014434492,-0.022893414,0.008171785,0.042123884,0.053795643,0.023374565,-0.0145974625,-0.048766855,0.005603066,0.0066546113,0.039919905,0.0049279043,0.028279187,0.026261464,-0.019230468,0.021636218,-0.0013551738,-0.03305964,-0.039795738,0.020767044,0.00371921,-0.023902277,0.031259213,-0.025687188,0.086482786,0.015295905,0.03433236,-0.014612983,0.0018392337,-0.026028648,0.0073840963,-0.053143766,-0.009801486,0.0014541199,0.014636264,0.0022757608,-0.0055720243,0.011632959,0.029800242,-0.018578589,-0.01164848,-0.027254805,-0.00035334434,-0.026618445,0.016778156,0.0016723834,0.008722779,-0.031585153,0.015451115,-0.047990806,0.011407905,-0.013029845,-0.034860075,0.0013794253,-0.009723881,-0.032625057,0.0037095093,0.014775953,-0.043241393,-0.044420984,-0.0139688635,0.012075306,0.0010166229,0.04383119,0.0024251498,-0.0129988035,0.018175043,0.012548695,0.01649878,0.0067748986,0.021574134,0.020037558,-0.023064146,0.029272528,-0.028201582,0.004062611,0.022924457,-0.0017267067,-0.036908843,-0.0072599286,0.02668053,-0.0031992577,-0.04144096,0.0031914972,0.021294756,0.011213893,0.009995498,-0.0053004078,-0.020177247,-0.0057660365,0.02781356,-0.016421175,-0.01422496,-0.028201582,-0.0543544,0.039112817,0.007795402,0.00076828746,-0.03526362,-0.021403402,0.010011018,-0.032873392,-0.014496576,-0.04497974,0.024476552,-0.027627308,0.032097343,0.027596265,0.050287906,0.018175043,0.008226109,0.020751523,-0.020487666,-0.0226606,0.010577533,-0.031352337,0.0016093295,-0.030607332,-0.012416767,0.02944326,0.028248146,0.018733798,0.022582995,0.00097005995,-0.02231914,-0.005793198,0.019354636,-0.020611834,0.0037909942,0.04078908,-0.031678278,-0.01603315,-0.018795881,0.011081965,-0.024709366,-0.0054323357,-0.030126182,0.008365797,0.001569557,0.030188266,-0.00033733834,0.006926228,-0.02202424,-0.018889008,0.015606324,0.032749224,0.018578589,-0.00598333,-0.023514254,0.012246037,0.026447715,0.016483258,0.027472097,0.022505391,0.014356887,-0.019944433,0.0037405512,-0.0017247666,-0.020456623,0.012098588,-0.014418971,-0.005626348,-0.0013968863,0.00161709,-0.024616241,0.018081918,-0.02557854,-0.0027607905,0.0439864,0.002248599,0.00024979044,0.0037172697,-0.025159474,0.024724888,0.017383475,0.013813654,0.014162876,-0.02668053,0.004109174,-0.011027642,-0.0058281203,-0.04643871,-0.016048672,-0.02491114,0.007333653,-0.0064994018,0.0044234735,-0.011764887,-0.04646975,-0.000055263103,0.03836781,-0.056247957,0.006445078,0.0013464432,-0.012183953,0.04470036,0.024849055,0.024181655,-0.04513495,0.027084073,0.01294448,-0.014007665,-0.029427739,-0.016653989,-0.029241487,0.0043187067,-0.014954444,0.044762447,0.0000072261887,0.016157318,-0.0028054134,0.002638563,0.01327042,-0.016390134,-0.013293701,-0.005118036,0.024724888,-0.0075315456,0.024073008,0.010499929,-0.0722035,-0.0313989,0.0072676893,-0.025749272,-0.027735954,0.0010069222,-0.005548743,-0.024988744,0.029598469,0.027053032,0.011710564,-0.037746973,0.013479953,-0.0077255573,0.0077100364,-0.0069495095,-0.02911732,-0.026959905,-0.03588446,0.012890156,-0.019820265,-0.005191761,-0.003024647,-0.028512003,0.0037832337,0.026308026,-0.03610175,-0.012253798,0.06112154,-0.030343475,-0.024057487,0.012719426,0.010305917,-0.010771546,0.0056224675,0.011213893,-0.0023145631,-0.053298973,-0.013247139,-0.03461174,-0.023436649,-0.0062549463,0.019152863,0.016265966,-0.013899019,0.030514205,-0.003851138,0.020332456,0.042310134,-0.020006517,0.029474301,0.0044118324,0.017492121,-0.018345773,0.046500795,0.049791235,0.011120767,0.0050714733,0.0066390904,0.007667354,0.012044264,0.020130685,0.003463114,-0.0036493656,0.03333902,0.02315727,0.006553725,-0.005960048,-0.0037250302,0.03576029,0.013068648,-0.0033525273,-0.004617485,0.0060919765,-0.023979882,0.031476505,-0.027549703,-0.01148551,-0.013580839,0.029520864,-0.005048192,-0.010065342,-0.00046029344,0.007795402,-0.009902372,0.027378973,-0.0083192345,0.008552048,0.0030207667,-0.03333902,-0.013891258,0.01116733,-0.00023293565,0.012152911,-0.026416672,0.018702757,0.009638515,0.006359713,-0.086855285,-0.028496481,-0.0007673174,0.014900121,0.029908888,-0.029846804,0.014015426,-0.02297102,-0.025050828,-0.019137343,-0.007993294,-0.0011359402,0.024305822,0.014108552,-0.011043162,-0.023436649,-0.0065265633,0.004489437,-0.00023111678,0.048642687,-0.04575579,0.0024872336,-0.022536432,0.019370157,-0.01067842,-0.02975368,-0.009040959,0.008195067,-0.011679522,-0.00059416174,0.0036357846,-0.026509799,0.016917845,-0.0061307787,0.0029839044,0.03427028,-0.023545295,0.009273773,0.026913343,-0.016374612,0.012859114,-0.02540781,0.020006517,0.016560864,0.003511617,-0.017523162,0.031135045,0.014263761,0.028279187,0.027782517,0.0062898686,0.010018779,-0.022691643,-0.033804648,0.0053974134,0.05935215,0.0029664433,-0.0012746587,0.04159617,0.01730587,-0.011120767,-0.023359044,-0.0010660959,-0.008978874,-0.01991339,0.015707212,0.024818014,0.026385631,-0.04758726,-0.0028791379,-0.0049783476,0.016250445,0.0058475216,-0.02914836,0.03349423,-0.0052499645,-0.008544288,-0.0005068563,0.03268714,-0.01360412,-0.01733691,-0.0057543954,0.0019963833,0.031305775,-0.006565366,0.0028442158,0.028574087,-0.024150612,-0.011151809,0.00680206,0.007799282,-0.0038472577,0.00647612,-0.008978874,-0.020673918,-0.0031352337,-0.05246084,0.0025958805,0.034549654,0.01117509,-0.013836935,0.017957749,-0.020177247,-0.009428983,0.007166803,0.010662899,0.014760432,-0.01278927,0.03172484,0.04466932,0.005036551,0.02605969,0.022381224,0.0025337965,0.018656192,0.036629464,0.018144002,-0.0019546708,-0.002411569,-0.031460986,0.007042635,0.0050016292,-0.012090827,-0.049884364,-0.009700599,0.024197176,-0.0014298684,-0.0150553305,0.025531977,-0.011105246,0.030638373,0.009103043,0.004481677,0.008722779,-0.0075703477,0.008505486,0.013650684,-0.0056457487,-0.014931163,0.024088528,0.0013076408,0.0124866115,0.008101941,0.0054323357,0.00339715,-0.019618493,0.0021438324,0.015148456,0.011617438,0.027099594,0.0060609346,-0.012370205,-0.0032555212,0.04286889,0.04237222,0.017740456,0.008792623,-0.04175138,-0.041503046,0.02394884,0.026432194,0.06053174,0.013316983,-0.018826924,-0.0044389945,-0.042837847,-0.012409007,0.00071347906,-0.0096307555,-0.01652982,-0.022241535,0.010236072,0.03448757,-0.007038755,0.003659066,0.029194925,0.0145974625,0.025531977,-0.00291212,0.034021944,0.023824673,0.04026137,-0.00517624,0.017616289,0.008016575,-0.01829921,-0.0064994018,-0.012835833,-0.0058281203,-0.027596265,0.016157318,0.02978472,-0.017662851,0.00954539,-0.03364944,-0.03448757,-0.003705629,0.008226109,-0.013549797,0.0032555212,-0.09120116,0.028558565,0.01797327,-0.01407751,0.021325799,0.027410014,-0.009654037,-0.011438947,0.012013222,-0.02101538,-0.005641869,-0.033370063,-0.03607071,-0.01327042,-0.050939787,0.0025143954,-0.029800242,0.02750314,0.0007425809,-0.017616289,0.0058785635,-0.033307977,-0.026447715,0.023529774,-0.035822373,0.0397647,-0.021698302,0.0027103475,-0.014550899,-0.0010418444,-0.0037735333,0.0040082876,0.010849151,-0.032314636,0.02573375,-0.015001007,0.028123979,-0.008676216,0.01974266,-0.01002654,-0.026556361,0.027596265,-0.0041014133,-0.03417715,-0.015427833,0.014605222,0.022955498,0.043396603,-0.023700505,-0.03059181,-0.010181749,0.01261854,0.012238276,0.03122817,0.021481007,0.009731641,0.0041169343,0.009428983,-0.011532073,-0.0043187067,-0.0058009587,0.024957702,0.020130685,-0.040975332,-0.0002071078,-0.01812848,0.001812072,0.019525366,-0.015908983,0.0037851739,-0.002184575,0.01924599,-0.006732216,0.026975427,-0.024693847,-0.017911186,-0.0057582757,-0.0075975093,-0.008117462,-0.006181222,0.0014434492,-0.00550218,0.0036978684,-0.0044739163,0.013565319,-0.006968911,-0.026587402,0.0066546113,0.0155675225,-0.025112912,-0.0046368865,0.045010783,-0.0014512097,-0.01941672,0.0011155689,0.015334708,0.0061540604,0.014193918,-0.0049861083,0.03622592,-0.016762637,-0.00065333536,-0.00064897013,-0.018997654,-0.023545295,-0.007073677,0.009739402,-0.036660507,-0.02008412,0.0035872818,-0.0226606,0.014030947,0.0135420365,0.022939978,-0.0006106527,-0.019851306,-0.0049395454,-0.01957193,0.023576338,-0.016762637,-0.0035329582,0.007857486,-0.003690108,0.023110708,0.013743809,0.0022427787,-0.02928805,0.0072832103,0.007822564,0.0077216774,0.006968911,-0.0028267547,0.006538204,-0.0048968624,-0.02425926,0.01375157,-0.017057534,0.0048153778,-0.016653989,0.035418827,0.0018760959,-0.015955547,-0.015249343,0.014302564,-0.025516456,-0.043675978,0.028372314,-0.02669605,-0.0034534135,0.010655139,0.10032748,-0.020751523,0.02896211,-0.008187306,0.034021944,0.008001055,0.009405701,0.007636312,-0.014209438,0.006425677,-0.036753632,0.012680624,0.026168337,0.016731594,0.01212963,-0.014046468,-0.023669463,-0.018594109,0.034891117,-0.031259213,-0.008024336,0.024507595,0.015668409,-0.02475593,0.0006712815,-0.008722779,0.03867823,-0.0061307787,-0.0037327907,0.01230036,-0.008396839,-0.0111440485,0.002733629,0.048891023,-0.0030886708,-0.023995403,0.032904435,0.017957749,-0.0066934135,-0.001213545,-0.006747737,0.008924551,0.028418876,0.0015647067,-0.005308168,0.017709414,-0.0026637847,0.002702587,-0.020813607,-0.0113303,-0.022396743,-0.01876484,0.018547546,0.02217945,0.00020237875,0.011151809,0.007970013,0.045693703,0.024818014,0.026090732,0.0033777487,0.015241582,-0.019680576,-0.004163497,0.02526812,-0.033742566,-0.0013813653,0.021372361,0.017833581,-0.035977583,0.0016432815,0.020130685,-0.00016575899,0.016886804,0.006068695,0.015156217,0.0051529584,0.005475018,0.03883344,-0.00038947907,-0.009762683,0.017073056,0.016265966,-0.020130685,0.00027719463,-0.009413462,0.0010292336,-0.01002654,-0.0067438567,0.024336863,-0.04448307,0.016871283,0.0556892,0.03219047,-0.0059018447,-0.002976144,-0.029520864,0.0008468623,-0.019665055,0.010243833,0.02526812,0.015722731,-0.0022893415,0.007042635,-0.003170156,-0.025671666,-0.021092983,-0.019308073,-0.022381224,0.02703751,-0.022039762,0.0029354014,0.012269318,-0.0015986587,0.0029024193,0.018826924,-0.003996647,-0.009894611,-0.0006766168,-0.031786926,0.008078659,-0.012719426,-0.0034922159,-0.012036504,-0.004543761,0.0012028744,0.012424528,-0.048673727,0.004900743,0.0011058684,0.015420073,0.008389078,0.036474254,-0.02151205,0.006573126,0.013154013,-0.026897822,-0.04293097,-0.018532025,0.0067748986,-0.012641821,-0.011547593,-0.0006392695,-0.005975569,0.017523162,-0.021620696,0.010298156,0.0047882157,0.004287665,0.018904528,-0.00038778147,-0.023607379,0.02216393,0.027968768,0.005238324,-0.013642923,-0.011671761,0.01487684,-0.032283597,0.030296912,0.0011601917,-0.02393332,-0.019059738,-0.019602971,0.031492025,0.0009050659,-0.0057194736,-0.005292647,-0.0320663,0.0072094854,0.008769342,0.02379363,-0.008707258,0.03174036,0.03933011,0.009242731,0.0052499645,-0.009723881,-0.039112817,0.017538683,-0.0033059644,-0.0027472097,0.0015394852,-0.013945581,-0.007841964,0.0022408385,-0.012393486,-0.01927703,0.0031197127,-0.00091670663,-0.0058785635,-0.03870927,-0.011400145,0.011019881,0.02911732,0.029210445,0.003040168,-0.0271772,-0.030126182,0.011283738,-0.014830276,-0.020301415,-0.040540744,-0.018190565,0.012440049,0.044234734,-0.030064099,0.037157178,-0.0076945154,0.012525414,-0.011578635,0.01733691,-0.0410995,0.013798133,0.019602971,-0.003024647,-0.006429557,0.018578589,0.06469136,-0.024352385,0.028403355,0.013091929,0.035232577,-0.09126324,-0.0016636528,-0.012106348,0.014806995,-0.0013823354,-0.0141706355,-0.021651737,-0.013557558,0.007787641,-0.018547546,0.030343475,-0.032128386,0.0037250302,-0.026509799,-0.038398854,-0.01538127,-0.03368048,-0.0034980362,0.039857823,0.03256297,0.011469989,0.00020298504,0.012354683,0.0015938085,-0.023700505,0.005482779,-0.014543138,0.03056077,0.019634014,0.011601917,-0.017212743,-0.04935665,0.014667306,0.0043730303,-0.018376816,-0.03427028,0.0012552575,-0.010686181,0.010391282,-0.0075509464,-0.022443308,-0.01181145,0.025671666,0.0036629464,-0.012323641,-0.025252601,0.02235018,0.01632805,0.0014841917,-0.0035620602,-0.025547499,0.007325893,-0.00938242,0.0018334133,0.0017713294,0.013223858,-0.00051995215,-0.021698302,-0.0021147307,-0.0093746595,0.019121822,-0.020580791,-0.014442253,-0.00068874256,-0.034518614,0.009048719,0.004660168,-0.0023378446,0.0034417727,-0.016793678,0.033463188,0.028403355,0.027378973,-0.0073685753,0.03315277,0.025283642,-0.0071280007,-0.008171785,0.0044583953,-0.014271522,-0.0236229,0.017274827,0.015753774,0.012075306,-0.011338061,-0.03188005,-0.0039733658,0.0075315456,-0.026401151,0.04808393,-0.007038755,0.0020177248,-0.008482204,0.0075509464,0.0024523116,-0.017010972,-0.015412312,0.04026137,-0.0082338685,0.006906827,-0.0038782996,0.04078908,0.00069844315,-0.006809821,-0.02312623,0.03815052,-0.01764733,0.00072754495,0.012098588,0.043924313,0.008916791,0.011741606,-0.0368778,0.013705007,0.010895713,0.0055293418,-0.01797327,-0.032097343,-0.037312385,-0.008171785,0.0010243834,-0.023048624,0.031786926,-0.00045253296,0.0037347309,0.0043497486,0.02460072,-0.011570875,0.01212963,0.021263715,0.007830324,-0.028760338,0.026571883,0.020115163,0.0031623954,0.025780313,0.01198218,-0.03059181,-0.015233821,-0.009669557,0.009514348,-0.020798085,0.017554205,-0.024073008,0.007271569,-0.006945629,-0.012595259,0.02039454,-0.017833581,0.012703905,-0.0116872825,-0.040882207,-0.029769199,-0.004338108,0.014814756,0.020937774,-0.014838037,0.040695954,0.0075936294,0.03284235,0.012432288,0.028589606,0.017600767,-0.009902372,-0.018175043,-0.027301367],"social":"https://twitter.com/takecarecactus"},{"title":"personal ai tutor","description":"an app which will help school students learn anything","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WXCG1swp7U8","youtube_transcript":"Hi. My name is Stephen, and I'm building a personal AI tutor, which will help students to learn and study anything. Let me show you to demo how it works. So here is the web app. You have to enter the subject, the topic, and the level you want, and it gives you a table of contents. And after that, it explains a table of contents in a brief way. So here I wanted to learn about plants, to reduce medicals about plants, And in the end, it gives me a few questions and answers here so that I can revise whatever I learned. And after that, It gives me a few external resources if I want to learn more. And it gives me two images related to that topic so that I can better understand that topic. And if I want, I can download everything as a PDF. So here I downloaded it. So you have everything as a PDF, which you can use to share twenty one s or you can even refer in the future. And this is the it shows my progress in Night and Weekends. So this Broadband shows my goal for Night and Weekends. And this red line shows my actual progress during the six weeks. So I posted about my product on Twitter, Reddit, and all. And many people used it, and I got positive feedback from a lot of them. But very few actually paid during the first two weeks at seventy dollars after that it became stagnant because it was not paid to use. It was free to everyone. If they wanted, they could pay. So I'm thinking of trying a different approach to engage audience. So that was my next generation projects. Thank you.","embedding":[-0.047706537,-0.028961334,-0.00029069706,0.01530858,-0.0005770007,-0.048175164,-0.000016109158,0.062171582,0.005260372,0.037365433,0.015691295,-0.07016953,-0.016589502,-0.04580077,0.0542986,-0.0044910377,-0.017714214,-0.00796671,0.0026087072,0.047893986,0.039583616,0.010653522,0.011044047,0.030976444,0.014308836,-0.07698029,0.011543919,0.04077081,-0.019495009,-0.01575378,0.009232012,-0.021666327,-0.053142644,-0.00046277215,-0.016464535,-0.0067834193,0.013262229,0.033147763,0.0006316742,0.00039101316,0.024931116,-0.015105507,0.05401742,-0.007888605,-0.062234066,0.022728555,-0.022916008,0.02749296,0.018823305,0.059547253,-0.08772754,-0.007919847,-0.028211527,0.03558464,-0.007384828,-0.012129706,-0.025696546,0.038177725,-0.061890405,0.001830586,0.063671194,0.035772093,0.0234315,0.013730859,-0.013871448,-0.0060336115,-0.028227149,-0.014582204,-0.041583102,0.0029426059,0.057703976,0.017386174,-0.0056469915,-0.01952625,-0.0053501925,-0.017526763,-0.0072208075,0.028070938,-0.0031788736,-0.01327004,0.026461974,-0.01187196,0.0015660053,0.015738158,-0.006693599,-0.04780026,-0.05464226,-0.015324201,-0.02858643,-0.052923948,-0.045613322,0.008700897,-0.052892707,0.014824329,0.050768252,-0.0070333555,-0.051455576,0.04892497,0.051861722,0.008935212,0.022119336,-0.015066455,-0.0036787456,-0.014605636,0.016573882,-0.0112315,0.04292651,0.014644688,-0.021525739,-0.017151859,-0.1402141,0.033647634,0.0030129005,-0.008255699,0.04580077,-0.019088862,0.011004995,-0.06473342,-0.011051858,-0.04904994,-0.05229911,0.027680412,0.020791551,0.024009477,0.024431245,-0.03355391,-0.0044754166,-0.0066115884,0.005119783,-0.014722792,0.042082977,0.023462743,0.031273242,-0.05589194,-0.053986177,-0.044113707,-0.03392881,0.033741362,-0.034897316,-0.010169271,0.010864406,-0.0044558905,-0.008677466,0.00522913,-0.029586175,-0.04014597,0.014504099,0.035303462,-0.046331886,0.03549091,0.022728555,0.019901155,-0.036490656,0.0015796736,0.030882718,0.02266607,-0.018026635,0.030507814,-0.053142644,-0.019245073,-0.009567862,-0.031273242,-0.042520363,-0.00452228,-0.063296296,0.028195906,-0.034741104,-0.02839898,-0.0515493,-0.008997696,-0.047987714,-0.0035713513,0.028133422,0.022416135,0.043520108,-0.003977497,0.018464023,-0.046675548,0.008068247,-0.048518825,-0.04073957,-0.009138285,-0.038490146,-0.003542062,-0.016917543,-0.0652333,-0.030335983,-0.018682716,-0.0039208713,-0.03624072,0.029039439,0.043051478,0.025056085,-0.012418696,-0.0029953269,-0.0474566,0.065483235,-0.026040208,0.024009477,-0.026602564,0.024400003,0.016089631,-0.0005594271,0.032085534,0.028258389,0.00859155,-0.017464278,0.015894368,-0.02889885,-0.032741617,0.07854239,0.005982843,0.008927402,0.0027219593,-0.07791755,-0.04736287,-0.025149811,0.007900321,0.0027922539,0.046613064,-0.006435852,-0.003030474,0.007806595,0.016605124,0.022150578,0.0041629965,0.01732369,-0.012895136,0.040208455,-0.038958777,0.018510886,0.04077081,-0.0049401415,-0.02044789,0.029601796,-0.040677086,0.028320873,-0.049549814,0.0072598597,0.0111846365,0.017401794,0.007529322,0.020963382,0.02889885,0.004369975,-0.003977497,-0.0458945,-0.07591806,0.06742024,0.05073701,0.04377004,-0.0143556995,0.017245585,-0.015722537,-0.017042512,-0.0343662,-0.026290143,0.043332655,0.013644944,-0.025649682,-0.004436364,0.004245007,-0.026133934,-0.0031964472,0.012879515,0.052861467,-0.023040976,0.04498848,0.0056274654,-0.031288862,0.008201025,-0.0013443823,0.012941998,0.015441359,-0.00073369883,0.015050834,-0.02171319,0.038084,-0.0010671096,-0.029992322,-0.03874008,-0.010520744,0.020041743,0.010567606,-0.015995905,0.05714162,0.019276315,-0.005041678,-0.036959287,-0.012387454,0.0061117164,-0.0005516166,0.036740594,-0.011996929,0.019229451,0.0075683747,0.03795903,0.029695522,0.027821003,0.029336238,0.025883997,-0.05573573,-0.01187196,0.02233803,-0.012231243,0.023197185,0.014933676,0.00453009,-0.007638669,-0.027914727,-0.011840718,0.062140338,0.042489123,-0.030117288,-0.03705301,-0.02263483,0.05432984,-0.053048916,0.027430477,-0.020854035,-0.0129654305,-0.008286941,0.021057108,0.008083868,-0.038396418,-0.012934188,0.058922414,0.0218694,-0.009028939,-0.0026419016,0.0268525,-0.034709863,0.002884027,-0.007513701,-0.013543407,0.004920615,-0.015566327,-0.0064124204,0.0011540015,0.044051223,-0.057204105,-0.056579262,-0.055485792,0.04498848,0.015082076,-0.010997185,0.0063460316,-0.010895648,0.023197185,0.0061742,-0.0017505283,-0.009661589,0.053455062,-0.028758261,0.0151289385,-0.007232523,-0.034334958,-0.013816775,-0.01593342,-0.002561844,-0.024337519,0.03060154,0.009497568,-0.001046607,0.023822026,0.013301282,-0.01045826,0.0016528971,0.036928046,-0.01935442,0.015714725,0.01343406,0.009107043,-0.017276827,-0.03714674,0.0016763286,0.014800898,0.046331886,-0.02654008,0.035522155,0.0406146,0.04736287,0.003895487,-0.041301925,0.009638158,0.026102692,0.050643284,0.00060677825,-0.045363385,0.0036377404,0.06320257,-0.042082977,-0.017433036,-0.007872984,0.050518315,0.03074213,0.0271493,0.045019723,0.02233803,-0.034397442,-0.007138797,-0.009130475,-0.037240464,0.0056118444,0.012668631,-0.0007981355,-0.037209224,-0.015425738,0.0390525,-0.028492704,0.00061995845,-0.066795394,0.06089066,-0.035865817,-0.0016197024,-0.01937004,-0.0040653655,0.05042459,0.07023202,0.012582716,-0.041176956,-0.05632933,0.05670423,-0.014800898,0.018057877,0.051580545,0.058422543,0.010223945,-0.008490014,-0.032397956,0.013480923,0.03013291,-0.033678878,-0.0035811143,-0.007150513,-0.014597825,0.0010690622,0.01327004,0.039927278,0.031070169,0.022994112,0.0064827153,-0.090226896,-0.02185378,-0.03296031,-0.026196418,-0.01887017,0.044426125,-0.023556469,-0.039989762,-0.04423867,-0.016089631,-0.017089374,0.031273242,-0.037709095,-0.028914472,0.027961591,-0.030695265,-0.0017739598,-0.002817638,0.017854804,0.035334703,-0.040208455,0.033335216,0.029586175,0.004451985,-0.003108579,0.028836366,0.02188502,-0.042489123,-0.0052213194,0.010278618,-0.013887069,-0.027274266,-0.06417107,0.017464278,0.027539823,0.0061273375,-0.014246352,-0.012723304,-0.029164407,0.025555957,0.010809733,0.013840206,0.020682205,0.066795394,-0.033366457,0.0030636687,0.006693599,0.0056665177,0.011418952,0.026008965,0.04030218,-0.019791808,-0.0053189504,-0.031819977,-0.005451729,-0.031117033,-0.0023978236,0.017714214,0.018932652,0.020760309,-0.02575903,0.07035699,-0.010473881,-0.04651934,-0.007310628,0.005029962,0.009333548,0.020213574,-0.0656082,-0.03620948,-0.008068247,0.030429708,-0.0034620042,0.014433804,0.013933932,0.026961846,-0.004729258,0.004733163,-0.026337007,-0.005842254,0.0033975677,-0.015043023,0.006306979,-0.009497568,-0.030367225,0.0077792583,-0.024931116,-0.02905506,0.016464535,0.00694744,0.0374904,0.031819977,-0.04730039,-0.027211783,-0.030257877,-0.02764917,-0.040395908,-0.018932652,-0.02279104,0.00234315,0.06182792,0.010075545,-0.016917543,0.01202036,0.013207556,-0.0015992,-0.011270552,-0.01623022,0.048831247,-0.013035725,0.06388989,-0.021900643,0.022916008,0.0026419016,-0.01640205,-0.027899107,0.02482177,0.0024388286,0.00016292215,-0.015160181,0.0064397575,0.02482177,0.0084119085,0.039021257,-0.009700641,-0.03514725,-0.023790784,0.045832016,-0.010833164,-0.0052369405,-0.042145457,-0.026337007,0.021635085,0.020729067,0.0013844111,-0.0039189183,-0.008060436,0.0157694,-0.02794597,-0.024603076,-0.044926,0.04323893,-0.00347372,-0.0043621645,0.0033155573,0.026790015,0.03202305,0.022322409,0.012504611,-0.0019418856,-0.023665816,0.016105251,0.0018052019,0.012418696,0.02171319,0.00013790415,-0.00065412937,0.008661845,0.010419208,-0.018807685,-0.019994881,0.025524715,-0.0020541616,0.0049049943,-0.033616394,0.0030734318,0.026524458,-0.00905237,0.011051858,0.020057365,-0.018011013,-0.039927278,0.007197376,0.00006419255,0.0076855323,0.005166646,0.01594123,0.0022377083,0.004393406,-0.052049175,0.020026123,0.017151859,0.046675548,0.012535852,-0.01015365,-0.0011637645,-0.0074590277,0.0058695907,-0.0072403336,0.030945202,0.03608451,-0.020947762,-0.0068654297,-0.008076057,0.009981819,-0.00444808,0.01467593,-0.012473369,0.0113877095,-0.0095991045,0.0026887646,-0.004729258,0.025274778,0.007138797,-0.027821003,0.008568118,-0.024462486,-0.019385662,-0.018307813,-0.014379131,0.057985153,-0.0012711589,0.02032292,0.009036749,-0.04027094,-0.03824021,-0.0016948786,-0.0061273375,-0.04736287,0.0051080673,-0.0005379482,-0.013441871,-0.034241233,0.019385662,-0.020635342,0.027118057,-0.009974008,0.015589759,-0.04936236,0.004030218,-0.0025481756,-0.0042176703,0.025977723,-0.050174654,0.00097484805,-0.033179004,0.0129654305,0.032991555,-0.018245328,-0.010880027,-0.026165176,-0.005709476,0.014090142,0.021307044,-0.00021222593,0.0049284254,0.023478363,-0.010575417,-0.0038915817,0.017886046,-0.0066154934,-0.010825354,0.001140333,0.015909988,0.011793856,0.03727171,-0.004858131,-0.12403075,-0.0011422856,0.0004520327,-0.0064592836,-0.010052114,0.012941998,0.006490526,-0.02357209,0.024915496,0.03717798,0.017745456,-0.030398468,-0.01797977,-0.02061972,0.048206408,-0.0013717191,0.012457748,0.004947952,-0.05386121,0.007951089,-0.010669143,-0.01887017,0.035865817,0.012418696,-0.04355135,-0.03452241,-0.059984643,-0.022556724,0.010434829,-0.032272987,-0.026024587,-0.007583996,0.025962103,-0.0029074587,-0.012692063,0.02140077,0.00952881,-0.08029194,-0.0071270815,-0.028227149,-0.028930092,-0.033647634,0.012075033,-0.023681436,0.05092446,0.018526506,-0.0016939022,0.024431245,0.038646355,-0.03702177,-0.016464535,0.01030205,0.017682973,-0.016948786,0.027289888,-0.001924312,0.021900643,0.0029504164,-0.0017778651,-0.0015816262,0.020729067,0.00003533031,0.012973241,0.006853714,0.013473113,0.016089631,0.022134958,0.030804614,0.008201025,0.012668631,0.0010104835,-0.0005770007,-0.050362106,0.004022408,0.0068888613,0.035647124,-0.022306789,-0.0026965751,-0.019307556,0.025868377,0.0029875163,0.015097697,0.01327785,-0.008958643,-0.040958263,0.021119593,-0.02654008,-0.011114342,0.009411653,-0.049424846,-0.027227404,-0.016792575,-0.01763611,-0.018011013,0.005639181,0.001980938,0.010895648,-0.003717798,-0.05948477,-0.01640205,0.017167479,-0.018698337,0.0062366845,-0.005057299,0.010551985,-0.019948017,0.014652498,-0.0067209355,0.016105251,-0.0006619399,0.0067404616,-0.0018286334,0.01312164,-0.001265301,0.014285405,-0.020557236,0.017729836,-0.0021556981,-0.027055573,-0.020822793,-0.028961334,0.02608707,-0.017620489,-0.01077849,0.012434316,0.054704744,0.031445075,0.0016323945,0.0050885407,0.010911269,0.003467862,0.016792575,0.019885533,0.024321897,-0.0453009,0.014972729,0.035428427,-0.0030753845,-0.017745456,-0.0022865238,0.013965175,-0.028758261,0.004096607,-0.010122408,-0.00007767786,0.015621,0.0390525,-0.03044533,0.00460429,0.020088606,-0.015863126,-0.0051939827,-0.013020104,0.02188502,-0.016683228,-0.0126452,0.013309092,0.0093960315,-0.031038927,0.013723048,0.0056626126,-0.0056938548,-0.007900321,0.016167736,0.017682973,0.033303972,-0.053611275,0.006599873,-0.0099974405,0.009614726,-0.014925865,0.0015786974,0.012809221,-0.034709863,-0.00028191024,0.030179773,0.021338286,-0.029898595,0.035834573,-0.018432781,-0.006638925,0.018198466,-0.007849553,-0.0009450705,0.021760054,0.012121896,0.006603778,0.030539056,0.053423822,0.0063304105,0.005639181,-0.03608451,-0.028602052,0.01265301,-0.029070681,0.006623304,0.037865303,0.011200258,-0.003754898,0.006193727,-0.0033311783,0.006920103,-0.0071309865,0.009427274,0.0033702308,-0.012090654,0.00874776,-0.016683228,0.012200002,-0.015043023,0.009763125,-0.0031281053,-0.020900898,0.03730295,0.026602564,-0.015417927,-0.012692063,-0.002505218,0.032991555,0.028773883,-0.02061972,-0.025665304,-0.01780794,-0.013699617,0.022681693,-0.048018955,0.038084,-0.020760309,0.040552117,0.016527018,0.028664535,0.0133481445,-0.009130475,-0.010325481,0.027992833,0.003489341,0.010755058,0.019901155,-0.0015181659,0.010122408,-0.025024842,0.0055220234,0.042051733,-0.025509093,0.029398723,0.005545455,0.0021264087,0.042145457,0.0012282012,0.014183869,-0.033366457,0.0030343793,0.012215623,0.03967734,0.0141448155,-0.023087839,-0.0044597955,-0.02404072,-0.00026531293,0.031757493,0.021150835,-0.015433548,0.009349168,-0.023822026,-0.012770168,-0.021353908,-0.004951857,-0.00019343192,-0.019495009,0.040708326,0.03169501,0.007107555,0.044426125,-0.0031554422,0.03827145,0.02061972,0.013887069,0.029008199,0.009950577,0.0056626126,-0.013808965,0.010637901,0.022556724,-0.0041434704,-0.02405634,-0.031335726,0.030304741,-0.019463766,0.002557939,-0.01186415,0.015191423,-0.009419464,0.0029387006,-0.0039716396,0.0021010246,-0.0014586109,-0.031117033,-0.017120617,-0.054486047,-0.013418439,0.023009734,-0.0044754166,-0.001861828,0.018370297,-0.021353908,0.000015598118,0.0086071715,0.0062366845,0.004713637,-0.018963894,-0.011426762,-0.010544175,-0.04011473,0.011434572,0.009036749,0.042270426,-0.016573882,-0.020057365,0.023040976,-0.0328041,-0.060546998,0.014090142,-0.037552886,0.0047917417,-0.0029152692,-0.011692319,0.025821514,0.015503843,-0.016011525,0.0076621007,0.013488734,0.00694744,0.015886558,-0.0015005923,-0.014847761,0.006260116,0.03211678,-0.013933932,-0.019073242,0.023103459,0.0049440465,-0.03185122,0.017136237,0.029211272,0.024087582,0.021338286,0.0013639086,0.0011696224,-0.010700385,0.030867096,0.021182077,0.017870424,0.006838093,-0.0008078986,-0.004748784,0.022416135,-0.018526506,0.014824329,-0.010403587,0.0035791616,0.0051783617,-0.0421767,-0.01808912,0.00687324,-0.025524715,0.017354932,-0.012465558,0.049299877,-0.029695522,0.003133963,0.016292704,0.0127623575,0.005947696,0.019510629,-0.008021384,0.003561588,0.022259926,0.0012301537,-0.009411653,0.029242512,0.03620948,0.019026378,0.028352115,0.029304996,-0.031460695,-0.024259413,0.019385662,0.022056853,0.033991296,0.016886301,-0.011114342,0.01015365,-0.020213574,-0.00035122843,0.0040653655,-0.01046607,0.0078183105,0.027821003,0.025134189,0.017354932,0.0062991683,-0.016995648,0.00073028175,0.0012477274,0.018510886,-0.041551862,0.013402819,-0.003245263,-0.029586175,0.020588478,0.009552241,-0.008716518,-0.0103801545,-0.021275802,-0.007232523,-0.014894624,-0.0033546097,-0.009872472,0.012184381,0.015706915,-0.0026223755,0.045863256,0.010372344,-0.012285917,-0.002598944,0.012426506,0.01109091,0.007990141,0.013996417,-0.014097953,-0.0065373885,0.012715494,-0.03138259,-0.013145071,-0.015722537,0.011629835,0.010575417,-0.012121896,-0.014933676,-0.029273754,0.0060218954,0.0029230798,-0.039989762,0.0011969592,0.020838415,-0.016870681,-0.0067795143,0.030382846,0.09522562,-0.008614982,0.024415623,-0.007822216,0.028945714,0.0024056341,0.01483995,0.004963573,-0.023697058,-0.008654034,-0.006029706,-0.009435085,0.01763611,0.021010246,-0.0066311145,0.013238798,-0.018495264,-0.0075918064,0.00004817492,0.004635532,-0.011528298,0.04355135,0.0050729197,-0.008630603,-0.0077831633,-0.012207812,0.018495264,0.025399746,0.03545967,0.031960566,0.038021516,-0.007990141,0.014097953,0.02575903,0.0015240238,0.0017759125,-0.026602564,0.015152371,0.011278362,-0.011200258,-0.018792063,0.003530346,0.023837646,-0.006861524,0.0113877095,0.023337774,-0.0008201025,0.017308068,-0.023806404,-0.015238286,-0.016792575,0.03930244,-0.014629067,0.024649939,0.011340846,-0.005482971,-0.00021344633,0.024165688,0.00238025,0.006435852,0.004635532,0.02624328,-0.0119813075,-0.0016860918,0.0063460316,-0.028180284,-0.01763611,-0.00013106996,-0.001724168,0.0037588032,-0.03608451,0.015082076,0.0078105,0.010239566,0.031570043,0.014574394,0.025196673,-0.00075517775,0.020729067,0.017917287,-0.0044441745,-0.0043660696,-0.008536877,-0.0075488486,-0.011637645,0.013605892,-0.015636621,0.041614346,-0.0145431515,0.026415111,-0.03558464,-0.0078261215,0.046331886,0.031570043,-0.024321897,0.029133165,-0.03620948,0.005916454,-0.012285917,-0.025493473,0.024165688,0.016120872,-0.010747248,-0.033522666,-0.008825866,-0.009021128,-0.032835342,0.017261205,-0.002473976,0.010427018,0.015121128,0.002015109,0.007006019,-0.0065725357,0.012738925,-0.00096947834,-0.0271493,0.010497312,0.0054282974,-0.03670935,0.012153138,0.0041122283,-0.019604355,0.014808709,0.0018442543,0.01733931,0.015660053,-0.02935186,-0.0043660696,-0.001596271,-0.0077714478,0.0067209355,0.0012945904,0.014800898,0.0015562421,0.012239054,-0.041739315,-0.04542587,-0.032679133,0.022275547,-0.00347372,-0.00546735,0.010067735,-0.023665816,-0.0044441745,0.0061468636,0.025196673,-0.0022220872,-0.0063968,0.0035830669,0.00873995,0.03246044,0.022931628,0.023103459,-0.009739694,-0.03197619,0.01655826,0.018698337,-0.045550838,-0.016745713,0.013621512,-0.019151347,-0.019323178,-0.009521,0.04355135,-0.0030792898,0.00017756684,0.021353908,-0.013793344,-0.0049791937,0.0069591557,0.0036592192,-0.03358515,0.018823305,0.005307235,-0.0141526265,0.015230475,-0.0014761846,-0.032991555,0.021931885,-0.01966684,-0.029133165,-0.019323178,-0.01561319,0.0029855636,0.0063186944,-0.012317159,-0.0107941115,-0.0010514886,-0.03549091,0.010505123,-0.0059086434,0.009083612,0.007775353,0.02324405,0.0010837069,-0.005010436,-0.005670423,-0.0218694,0.0593598,0.004616006,-0.022712935,-0.020838415,0.022134958,-0.015574138,0.054236114,-0.03142945,-0.006670167,-0.014933676,0.021432012,-0.028383357,-0.0050533935,-0.038396418,-0.0024427339,0.029898595,-0.01016146,0.004170807,0.018917032,0.03214802,-0.023040976,0.02233803,-0.005006531,-0.00398726,-0.0511744,0.0075761853,0.03933368,0.047206663,-0.019151347,-0.025868377,0.00057651254,-0.00093140214,-0.0129654305,0.0149414865,0.037334193,-0.009435085,0.027664792,-0.016808197,0.0036260248,0.008349424,-0.017464278,0.003938445,0.028617673,0.0041981437,0.014261973,0.010231756,0.025743408,0.009216391,0.018042255,0.005768054,-0.011286173,-0.0037627085,0.0315388,-0.032835342,0.0032354996,-0.013730859,0.029695522,-0.004545711,-0.03499104,-0.02325967,-0.0034932462,-0.003061716,0.00048254247,-0.006470999,-0.041926764,-0.004670679,0.0062054424,-0.0029426059,-0.005482971,-0.021150835,0.021166455,0.0018335149,-0.011645456,0.017151859,-0.022541104,-0.014183869,0.0016421577,0.0068185665,0.029101923,0.0062405895,-0.0234315,-0.025056085,0.014246352,-0.021463254,0.0034756726,0.021525739,0.016292704,-0.024306277,-0.008029195,0.000025216323,0.009895904,0.014597825,0.032397956,-0.0012623721,0.04242664,0.0187452,0.020697825,-0.011434572,0.021494497,0.0019155252,-0.0046823947,-0.012934188,-0.013863638,0.00039467434,-0.023369016,0.020401027,0.034334958,-0.00090894697,0.0406146,-0.002901601,0.024134446,0.0077245845,-0.021916263,-0.0052056983,0.014465046,0.006139053,0.02200999,0.0032101155,0.018057877,-0.009778746,0.0265557,0.026133934,-0.01607401,0.033991296,0.037396673,0.043457624,0.018229708,0.0070021134,-0.013418439,0.027196161,0.014082332,0.021963127,0.041520618,0.03574085,-0.024290655,0.037334193,-0.01702689,0.003176921,-0.0016733997,0.0011452145,-0.017839182,-0.02218182,0.0065530096,0.014777467,0.0155428955,0.03449117,0.036771834,0.009981819,-0.012637389,0.014410373,-0.019026378,0.015378875,0.06373368,0.0018920937,0.025837135,-0.013933932,0.008474393,0.025415368,0.018651474,-0.022728555,0.0042176703,-0.014754035,-0.022244304,-0.0027883486,0.006841998,-0.02404072,0.03152318,-0.045488354,-0.002255282,-0.025946481,-0.024665559,0.025899619,-0.013691807,0.032397956,-0.024150066,-0.0053345715,-0.022431757,-0.03920871,0.020385405,0.0137542905,-0.022619208,0.03870884,-0.03188246,0.04030218,0.005197888,0.020104228,-0.01248899,-0.008325993,-0.015480411,-0.02249424],"social":"https://twitter.com/_Stevezee_"},{"title":"chereos","description":"social network on a map","niche":"web3","youtube_url":"https://youtube.com/watch?v=M5D1vE3Wn1s","youtube_transcript":"Hey, guys. That's what I said. I'm building TV. That's a social network one I'm about. It lets you drop on a map. It lets you create a memory on the map. Same time, same place. I'm gonna show you a demo of to associate the demo of choose. You can see the global archive drop rates. You can see the global archive settings. I'm gonna show you my skipping is on two groups. It's you can drop on two years only same time, same days at whichever location you are. So these these are the drops that are dropped and that's the satellite view on GPUs. I can view these drops anytime I want. I can take directions. I can also search for drops nearby me. I can make friends on the map. This is the drop cockpit where you drop from. This is the space line where all the drops, global drops. Can be seen. You can check out our website and you can download the app from here. It's only at the level of the Android. Play. So right, you can also check out our founder. It's pretty cool. This is our graph. We have gathered around hundred pieces and asked one month. Yeah. Alright. Thanks, guys. Downward to your key propane. Alright. See you later.","embedding":[0.016708845,0.033575617,-0.0028032325,-0.004836563,0.0079872385,0.004520706,0.0042759166,0.005077404,-0.0068619973,0.007343679,-0.011355066,-0.026421454,0.011718301,-0.056190994,0.033954646,-0.018935638,-0.040903505,-0.018193373,-0.031996332,0.030954003,0.005922322,0.03060656,0.0008034617,0.041566804,0.021809937,-0.077321835,0.006692224,0.048199806,-0.009649437,-0.013937198,0.021494081,-0.021920487,0.041503634,0.0039600595,0.004473327,-0.01587972,0.042135347,0.03303866,-0.010233773,-0.039261047,0.014955837,0.014110919,0.033891477,-0.010794419,-0.03982959,-0.00933358,-0.08275458,0.025158023,0.01021798,0.060739335,-0.10391701,0.0080662025,-0.024542103,0.050916176,-0.005878892,-0.06332936,-0.016929945,0.06449804,0.004042972,0.013613445,-0.010747041,0.008938758,0.02888514,0.041535217,0.029106239,0.00433514,-0.02215738,0.04036655,-0.0012101278,0.038376648,0.006348729,-0.005274815,-0.0033046557,-0.03812396,0.010668077,0.0023669547,-0.026484624,0.017024701,-0.012413187,-0.05495915,0.026326695,0.037018463,0.0048563043,0.0068462044,0.004264072,-0.029200995,-0.032564875,-0.014876873,0.025947668,0.022283724,-0.00588284,0.017593244,0.0064474344,0.021525666,0.05530659,0.024668446,0.009144065,0.031080347,0.031175103,0.022836475,0.028632453,-0.03695529,-0.025031682,-0.056443676,0.00029488228,0.0073476275,-0.041472048,0.014253055,0.010012672,0.022457445,-0.1284907,-0.0014559042,-0.026674138,0.07624792,0.004726013,0.025884496,0.044820134,-0.064119,0.030022224,-0.00035139112,-0.016392987,0.0027913877,0.0020550457,0.0017154993,-0.01961473,-0.013463412,-0.020183275,-0.023720874,-0.035786618,-0.018414473,0.034649532,0.0027183457,0.04810505,-0.051611062,-0.03468112,-0.0007452255,-0.07845892,-0.00067070295,-0.011023415,0.005969701,0.014797909,-0.02507906,0.014253055,0.006210542,-0.005847306,-0.009602058,-0.0074542295,0.029074654,-0.024921132,0.0030954003,0.018572401,-0.0033599308,-0.016661467,-0.040966675,0.011820955,0.029516853,0.03142779,0.018840881,-0.036607847,0.016282437,-0.06203435,0.0020096414,0.009759987,0.002554495,-0.063108265,0.015769169,-0.057043806,0.0015022957,-0.0869239,-0.025473882,-0.026658345,-0.015421727,-0.031064553,0.021067673,-0.0080385655,-0.012389498,0.027005788,-0.030306496,0.009815262,-0.042767063,-0.03149096,-0.0005739717,0.029643197,-0.034175746,-0.056601606,0.017245801,-0.010991829,0.027369024,-0.033386104,-0.000524619,-0.019535767,0.091724925,-0.0047773398,0.025884496,-0.04447269,-0.053064007,0.020704439,-0.0121052265,0.03689212,-0.026168767,0.03815555,0.065066576,0.029011482,-0.0030776334,-0.02518961,-0.003363879,0.023689289,0.016677259,-0.0031348825,-0.011055001,0.08357581,0.019756867,-0.024431553,-0.027779639,-0.027605917,-0.0038554317,-0.04065082,0.04061923,-0.028332388,0.024652652,-0.037050046,0.026532004,-0.0011805162,-0.042893406,0.021383531,-0.0014420854,0.033291347,-0.046494175,0.050695077,0.01696153,0.009301994,0.05037922,0.013037005,-0.06187642,0.05265339,-0.026468832,-0.013139659,-0.049463235,-0.011915712,0.025426503,-0.0010354193,-0.016693052,0.0102732545,0.00614737,0.050189704,-0.016282437,-0.04589405,-0.057043806,0.026200352,0.05385365,0.049431648,-0.004098247,-0.021920487,-0.004141677,0.014971631,-0.057359662,-0.03414416,0.014142505,-0.011189241,-0.043335605,0.040398132,-0.024147281,-0.042356446,-0.018935638,-0.021494081,0.02844294,0.026500417,-0.00614737,-0.039640076,-0.041472048,0.018209167,0.0031546236,0.019899001,-0.0090493085,0.0072528706,0.03446002,0.009215133,-0.013597651,-0.0027183457,-0.05066349,-0.035881374,-0.040966675,0.0011262282,0.0016098846,-0.031190896,0.003346112,0.03528125,0.040240206,-0.02226793,0.0070001846,0.021478288,-0.030954003,0.004797081,-0.0009653385,0.023673495,-0.006873842,0.02470003,0.01745111,-0.012278948,-0.02335764,0.023073366,-0.07852209,-0.021115052,0.017087873,-0.0111497585,0.010533837,0.015097973,0.023989353,-0.04440952,-0.06759343,-0.01585603,0.047978707,0.053822063,-0.027637502,-0.023294467,-0.017782759,0.10423287,0.0011489305,0.011465616,0.0038574059,-0.007284456,-0.042451203,-0.004706272,0.01167882,-0.036418334,-0.029232582,0.028458731,-0.03259646,0.007821414,-0.026342489,0.016140303,-0.037239563,-0.014553119,0.006415849,0.045609776,-0.034839045,0.00066330004,0.007205492,0.027605917,0.04453586,-0.009696815,-0.029737953,-0.01618768,0.030116983,0.017308973,0.0094204405,0.0068146186,-0.013945094,-0.043904148,-0.016487746,-0.021620424,-0.022457445,-0.0048405114,-0.023073366,0.04058765,-0.009112479,0.006107888,-0.025015889,-0.014624188,0.01961473,-0.023057574,0.0007595378,0.04403049,-0.02839556,0.0027894138,0.028964104,-0.05953908,0.020562302,0.000025601705,-0.030875038,0.01651933,-0.027321646,-0.017545866,-0.013842441,-0.04551502,-0.0005527501,0.022188967,0.007635847,-0.0075331936,0.012934351,0.020167481,-0.004050868,-0.00897824,-0.039892763,-0.024621068,0.00867028,0.036386747,0.026358282,-0.03098559,-0.020420166,0.017008908,-0.020356996,-0.0020846573,-0.017040495,-0.00023602921,-0.00338362,0.03761859,0.013084384,-0.04286182,-0.002702553,0.01373189,-0.017214216,-0.043114506,-0.01486108,0.014316226,0.042072177,0.011939402,0.03547076,0.038250305,-0.041061435,0.037050046,-0.056696363,0.060518235,-0.031680476,-0.0016444314,0.044820134,-0.024652652,0.01422147,0.023041781,0.019409424,-0.013479205,-0.038313475,-0.026310902,0.004141677,0.037365906,0.03878726,0.050726663,0.002905886,0.0028762745,-0.06904638,-0.021730974,-0.019741073,0.01198678,0.03243853,-0.0049905432,0.018809294,0.021351945,-0.0056341025,0.021351945,0.010075844,-0.019693695,0.016929945,-0.02629511,0.021920487,0.009254616,-0.015224316,-0.0035770827,0.051326793,-0.016693052,0.014742633,-0.03038546,-0.029248375,-0.03894519,0.07725867,-0.06389791,-0.06601415,0.0076634847,-0.033733547,0.013937198,-0.016677259,0.010249565,0.039955933,-0.039861176,0.03945056,0.043777805,0.0021280877,0.005014233,0.017135251,0.017293181,-0.016914152,-0.014466259,-0.015358555,0.005290608,0.024463138,-0.052527048,-0.014426776,0.056159407,0.010991829,0.012894869,-0.007967497,-0.010731247,0.031364616,-0.039671663,0.003365853,0.028979896,0.04241962,-0.019140946,0.033165004,-0.07062566,0.004674686,-0.017419523,0.051137276,0.057422835,-0.020593887,-0.014584705,-0.017293181,-0.02574236,-0.07744818,0.025616016,-0.0029947208,0.031411998,0.035944548,-0.008812415,0.074605465,0.027400611,0.010446976,-0.043840975,0.0029572127,-0.010826005,0.013605548,-0.039892763,-0.016314024,-0.017893309,-0.0017845931,0.0010137041,-0.011418237,-0.008583419,0.01519273,0.000061629165,-0.011939402,-0.03060656,-0.0011410341,-0.006688276,-0.014947941,0.0032868888,-0.00059864804,-0.03138041,-0.035723448,0.005610413,-0.020088516,-0.0089703435,-0.034839045,-0.0046865307,0.013400241,-0.020199066,-0.016866773,-0.010028466,-0.050284464,0.01711946,-0.025284367,0.024826374,0.016677259,0.02308916,0.01475053,-0.024352588,-0.007150217,-0.021494081,-0.00022393781,0.016708845,0.015311177,0.021351945,-0.045262333,0.041693147,-0.029911675,0.019077774,0.013344966,-0.030511804,-0.03922946,0.019046187,-0.018603988,0.0070554595,-0.01486108,0.014932148,0.017593244,0.010557526,0.047094304,0.017751174,0.01088128,-0.02319971,-0.023420809,0.009175651,-0.05596989,-0.013416033,-0.013984577,0.012073641,0.023784045,-0.02618456,0.014103023,-0.016203472,-0.009973191,-0.020625474,-0.011955194,-0.018414473,0.008662383,-0.010762833,-0.014308331,-0.031727854,-0.0062460755,0.014734738,-0.019235702,0.04933689,-0.017277388,-0.02552126,0.030906625,-0.0042009004,-0.0006731706,0.016645674,-0.0041653668,-0.018809294,0.015382244,0.019346252,0.0036639431,-0.058907364,-0.004504913,-0.0012140761,-0.03171206,-0.042735476,-0.028379768,-0.028521903,-0.011560373,-0.025047474,0.00820439,-0.029185204,-0.026658345,-0.004595722,0.04093509,-0.039924346,0.005531449,0.012215776,0.0035079888,-0.0008217222,-0.021746766,0.029343132,0.019598939,0.03319659,0.01685098,0.010446976,-0.031411998,-0.035028562,-0.013929302,0.030780282,0.006625104,0.030890832,0.033512447,-0.0012930403,-0.012231569,0.0014805805,0.040113863,-0.0013562117,-0.04854725,0.00544064,0.000983599,0.0068383077,-0.024794789,0.019851623,0.004011386,-0.031727854,0.020372787,0.0031171155,0.00052067084,0.054043163,-0.00643559,0.03531283,0.013858234,-0.004872097,0.020056931,-0.0107233515,-0.025315953,-0.026058218,0.005645947,-0.013037005,0.039292634,-0.0031763387,-0.00853604,-0.04646259,0.011584062,0.0017668261,0.0046983757,0.008488662,0.02496851,-0.023294467,-0.025221195,-0.01906198,-0.020514924,0.034554776,-0.014829494,0.008180701,-0.04535709,0.003310578,0.011694612,-0.01674043,0.003918603,-0.043398775,-0.029943261,0.02806391,0.009578369,0.00013016771,-0.008346526,0.012421084,-0.028806174,-0.025600225,0.024052525,0.051516306,0.0010225876,0.02541071,-0.013360758,-0.0055038114,0.016314024,0.0320595,-0.040556062,-0.01041539,0.042893406,-0.056854293,-0.030369667,-0.008551833,-0.037871275,0.018145995,0.015184834,0.017166838,-0.009183547,-0.012018366,-0.016945738,-0.037871275,-0.00433514,-0.005547242,0.026389867,-0.025458088,-0.041314118,0.010099533,0.017609037,-0.054390606,0.03171206,0.0059736487,-0.013226519,-0.017498488,-0.033070248,0.003622487,0.011963091,-0.016708845,-0.021336153,-0.01488477,0.01756166,0.017245801,0.027937567,0.0020846573,0.01174199,-0.041724734,-0.030906625,-0.024399968,-0.032564875,-0.0072923526,0.04861042,-0.010131119,0.017530072,0.008026721,-0.018651366,0.028427146,0.008259665,-0.029516853,-0.0031901575,-0.0037962084,0.017530072,-0.038913604,0.05773869,0.008567626,0.007335783,0.009065101,0.0035356262,-0.022346895,-0.015563862,0.03960849,-0.018003859,0.0075252973,0.038976777,0.012989626,-0.0069764955,-0.01552438,-0.0044377935,0.0064474344,0.00095398736,0.0069843917,-0.011386652,0.0055275005,-0.017909102,0.02253641,-0.05612782,-0.034207333,-0.004951061,0.022283724,-0.00091499876,0.011205033,0.0019020524,0.018082824,0.02552126,0.032722805,-0.011362962,-0.007995135,-0.01855661,-0.030574976,-0.02242586,-0.013810855,-0.03288073,-0.01220788,0.008796622,0.013526584,0.01685098,0.015437519,-0.07075201,-0.049431648,0.014513637,0.0019889132,-0.030448632,-0.013550273,0.0065145544,0.006526399,0.014426776,-0.061086778,-0.008717658,-0.033354517,-0.009096687,-0.034049403,-0.006964651,0.021573044,0.03265963,0.014253055,-0.0016997064,-0.021920487,-0.025868703,-0.027258474,-0.017719587,0.03392306,0.0008463985,-0.005878892,-0.010478562,0.006301351,0.0038889914,0.011702509,0.0071423203,0.009586265,-0.004149574,0.042798646,-0.0017214216,0.013368655,-0.036260404,0.010281151,0.020404374,-0.044725377,-0.0031487013,-0.013637134,0.007924067,-0.024068316,0.03348086,0.0071304757,-0.017372144,0.015248005,0.014268848,-0.007825362,0.009815262,-0.031933162,-0.0033776977,0.017008908,0.014821598,0.021952074,-0.005523552,0.0077937758,-0.006783033,0.002337343,-0.019535767,0.025315953,0.00610394,-0.039261047,-0.02043596,0.01612451,-0.0056341025,0.016503537,0.008788726,0.028190253,-0.0041219364,0.023847217,0.01463998,-0.0053498307,0.044599034,-0.032012124,0.022678545,0.0005364637,0.0046431003,-0.0029986692,0.025379125,-0.009215133,-0.0028802226,0.022915438,-0.021509875,0.003675788,-0.00260977,-0.013858234,0.025015889,-0.0092625115,0.035660274,0.0005537371,0.006550088,-0.02552126,-0.03423892,-0.0047536506,-0.020546509,-0.038882017,0.018761916,0.03509173,0.016882567,-0.028000738,-0.009151962,-0.012863284,0.019077774,0.011141862,0.02105188,-0.034617946,0.0010877332,-0.01866716,-0.009783676,-0.004244331,-0.009175651,-0.0077503454,-0.008378112,0.04084033,0.0093414765,-0.009373061,-0.004005464,-0.01767221,0.04093509,0.020578096,0.0030302547,0.01397668,0.0048878896,0.014466259,0.023705082,-0.004575981,0.006309247,-0.011915712,0.009238822,0.0136213405,0.024005145,0.06342412,0.023894595,0.031775232,0.002903912,0.019093566,-0.0065303473,0.05066349,0.017972274,0.022899646,-0.051547892,0.028316597,0.00012967418,-0.0070673046,0.018256545,0.04036655,-0.030227533,0.0065737776,0.032691218,0.01939363,-0.016977323,0.025552846,0.022520617,0.053221934,-0.026705725,-0.021415116,-0.008014875,0.024099903,0.03496539,-0.0014401113,0.03900836,-0.025568638,-0.0029354976,-0.0123973945,-0.0030401254,-0.015516484,-0.026895238,-0.017530072,-0.03575503,0.012128916,0.039955933,0.012113123,0.035407588,0.013810855,0.005638051,0.00944413,-0.03518649,0.024321003,-0.019362045,0.011907816,-0.012121019,0.0008454115,0.048136633,-0.014813702,-0.04529392,-0.00855973,0.029327339,-0.01696153,0.012049952,0.018919844,-0.024715824,-0.016329816,-0.027748054,0.014853184,-0.0024360486,-0.021857318,0.005353779,-0.0012436876,-0.020372787,-0.023468189,0.030195946,-0.012413187,0.022852266,-0.0029098343,-0.043335605,0.033891477,-0.0074226437,0.03945056,0.033828303,-0.0020185248,0.012192087,-0.022994403,0.015784962,0.0030401254,0.003622487,0.027558539,-0.02474741,-0.043904148,0.007189699,-0.033765133,-0.02468424,0.021873109,-0.012894869,0.004005464,-0.026358282,0.012744837,-0.0035790566,0.025015889,-0.029690575,0.058686264,0.0008513338,-0.01806703,0.023231296,-0.014900562,-0.0083307335,0.026421454,0.013321277,0.0040706093,-0.027400611,0.033796716,-0.009988983,-0.0031329084,-0.02673731,0.018319717,0.027053168,0.009838951,0.01640878,0.031222481,-0.0028723262,0.008243873,0.0044022594,0.00077927887,-0.029264167,0.00820439,-0.0061157844,0.008307043,0.015713895,-0.018525023,-0.023041781,0.0017638649,0.026563589,-0.05546452,0.003918603,0.018698744,-0.0007995135,0.02094133,-0.030038018,-0.0060447166,-0.020483337,0.017166838,0.005630154,0.010462769,0.0008626849,0.015255902,-0.018367095,0.0136213405,-0.009602058,-0.0083307335,-0.036165647,0.021194017,-0.021604631,-0.017040495,-0.0100047765,0.016882567,0.0058986326,-0.007351576,0.01030484,0.02215738,-0.009151962,0.024226246,-0.018367095,0.0056735845,-0.014174091,-0.011410341,0.002191259,-0.0017233958,0.014561016,-0.03856616,-0.0026374075,0.007027822,-0.0038850433,-0.018051237,-0.0065737776,0.00078569475,0.039292634,0.010636491,0.00800698,0.00793986,0.0010591086,0.016882567,0.03408099,0.046241492,0.00014485013,0.014395191,-0.02375246,0.025884496,-0.030653939,0.0076871742,-0.006873842,-0.0017964377,0.02087816,0.033512447,0.019488389,-0.023673495,0.015287488,0.017782759,-0.008157012,0.014387295,-0.005776238,0.0073239384,0.0046233595,-0.002815077,-0.018051237,-0.025221195,-0.003202002,0.011031312,-0.029706368,-0.029706368,0.0023491879,-0.009854744,-0.014371501,0.0061868527,-0.029185204,0.008386008,0.016708845,0.0011005648,0.011884126,0.028695624,0.09482033,-0.006727758,-0.007912222,-0.029043067,0.03237536,0.022078417,-0.033165004,0.011978883,-0.011094484,-0.016993117,-0.0054682773,0.0016138328,0.03060656,0.0041061435,0.017593244,-0.01386613,-0.004674686,-0.001066018,-0.0048839417,-0.011315583,0.019093566,0.0122394655,0.034554776,0.023673495,-0.028111288,-0.025931874,-0.011039209,0.0038475352,-0.0077345525,0.0028900933,-0.010210083,-0.032122675,-0.00084294385,0.02457369,-0.0021596735,0.022504823,-0.031964745,-0.0037429077,0.005870995,-0.013518687,-0.025031682,-0.020056931,0.016171888,-0.0074344883,-0.01220788,0.007312094,0.013218623,-0.0033322931,-0.024352588,-0.046999548,-0.016266644,0.015800755,-0.016092923,0.04137729,-0.0047575985,-0.015066387,0.00191291,0.0041614184,-0.009309891,-0.022615373,-0.019014603,0.013937198,0.010494355,-0.00341718,-0.023894595,-0.0054287952,-0.00049426715,-0.024889546,0.045641363,0.027905982,0.00731999,0.011402444,0.0069014793,0.013021212,0.022836475,-0.023499774,-0.019014603,-0.0029848504,0.004244331,0.01242898,-0.0011972961,0.03689212,0.0019612757,0.024005145,-0.021841524,0.0020471492,0.020056931,0.0143399155,-0.0022149484,0.012089433,-0.014868977,-0.020167481,0.00986264,0.004722065,-0.002668993,0.019820038,-0.02927996,-0.004149574,-0.018698744,-0.026089802,0.008354423,0.045167577,-0.005168213,0.031459376,-0.003346112,-0.00035237818,-0.005811772,0.01977266,0.0002334382,-0.012199984,-0.003275044,0.035723448,-0.0036442021,-0.019835832,0.016756224,-0.009633644,0.0065935184,-0.01917253,0.0013739787,-0.04115619,0.03436526,0.03812396,0.009033515,-0.04270389,0.030338082,0.020736024,0.008662383,-0.031175103,0.022678545,-0.022836475,-0.024668446,-0.0036323576,0.031238275,-0.01590341,0.0036856583,0.017940687,-0.032691218,-0.012847491,-0.008354423,0.022836475,-0.021083467,-0.002094528,0.009365166,-0.03755542,0.04706272,-0.0016997064,0.011205033,-0.005424847,-0.020625474,-0.006617208,0.014150402,-0.01906198,0.018319717,0.020530717,-0.0019780556,-0.046083562,0.03060656,-0.012515841,-0.018209167,-0.013431827,0.005014233,0.005491967,0.033386104,0.0024005144,0.035597105,-0.00046588934,-0.039355803,-0.0013996421,0.016566709,0.0015931047,-0.008607108,-0.007027822,-0.021272982,0.015729688,0.028000738,-0.023989353,-0.012081537,-0.010067947,-0.050537147,0.0059815454,-0.01784593,-0.011402444,0.020451752,0.008164908,0.004248279,-0.00687779,-0.01030484,-0.030243324,0.043051332,-0.015887616,0.019646317,0.06020238,0.0036343317,0.027700674,0.025126439,0.009096687,-0.021715181,-0.014387295,0.0023807734,0.042956576,-0.007722708,-0.052621804,-0.013968783,0.00360472,0.005855202,0.0155085875,-0.016550915,-0.007971445,0.019756867,0.017751174,-0.010999726,0.038313475,-0.04049289,0.0027321647,0.01610082,0.0155875515,0.018761916,0.06487706,0.052937664,0.01552438,0.03224902,-0.00067563826,0.03341769,-0.07928015,0.0068462044,0.026358282,0.041124605,-0.03204371,-0.017419523,0.019156737,0.010541733,-0.018193373,-0.0065303473,-0.008717658,-0.010075844,-0.007114683,-0.023499774,-0.0073397313,-0.03850299,-0.022457445,0.03221743,-0.0028032325,0.030227533,0.016929945,0.013400241,0.0077306046,-0.011560373,0.016866773,0.00964154,-0.016882567,-0.011757784,0.006194749,-0.028300803,-0.023452396,-0.022378482,0.0044535864,0.021873109,-0.016329816,-0.00015286994,-0.0047181165,0.0016888488,0.008307043,0.0049944916,-0.018161789,-0.017245801,-0.0006455331,0.008449179,0.014000369,-0.0076003135,0.03259646,0.007359472,-0.030527595,-0.0032039762,0.011805162,-0.010699661,0.018872466,-0.01041539,0.0008695943,-0.00013263534,-0.029200995,-0.04292499,0.00008420802,-0.009215133,-0.0016671336,0.0035948495,0.011757784,-0.010612801,0.013084384,0.014955837,0.021383531,0.020704439,0.028190253,0.01295804,0.029248375,0.028743003,0.012065744,0.024921132,-0.01174199,0.0032987334,0.018051237,0.024984302,0.0020333305,-0.00022072988,-0.0106443865,-0.019567352,-0.017988067,0.009270408,0.0018635574,-0.006636949,0.027858604,0.010952348,-0.019314667,-0.028600868,0.003365853,0.019109359,0.01176568,0.0069567543,0.01806703,-0.02629511,0.034112576,0.0055669826,-0.005239281,0.029627403,0.005022129,0.026247732,0.01899881,0.027116338,-0.01364503,0.007284456,0.0080385655,0.025158023,0.012121019,0.016250852,0.015784962,0.022346895,-0.0034231022,-0.00145393,-0.0010798367,-0.014466259,-0.017087873,-0.0064632273,0.0054130023,0.014782116,-0.014592602,-0.008851897,0.031348825,-0.0015131533,0.0027301905,-0.002943394,0.0014470207,0.00953099,0.034933805,-0.019346252,-0.018493438,-0.014845287,0.0063368846,-0.0028960155,0.020199066,-0.006842256,-0.001342393,0.0010334452,-0.026674138,-0.032138467,0.009144065,-0.03651309,0.030164361,0.025758153,-0.015650723,-0.024052525,-0.00028205058,0.019962173,-0.034017816,0.01773538,-0.016456159,0.003954137,-0.05445378,-0.014805805,0.02457369,-0.030906625,-0.0069014793,0.037744932,0.020309616,-0.009902122,0.016314024,0.036165647,0.003695529,0.0023630066,0.0025939771,-0.033133417],"social":"https://www.linkedin.com/in/rzdsid"},{"title":"grin","description":"farza's second brain","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Z_awtkw1yrA","youtube_transcript":"Hey, guys. I'm Max, and this is Max, and this is Ari. Together, we're working on second brain. Building a business is one of the art decisions on earth With Seven Brain, you can use the knowledge of the biggest entrepreneurs through their Seven Brain and bring your project from zero to one unit During the last six weeks, we built faster second brain, so let me show you how it works. It's super simple. You just go to a disk called and simply start a conversation with further. Your favorite WhatsApp. Please write me a marketing strategy in five months to launch my new feature on sweater and that's it. In terms of progress, it's been a lot of ups and downs. We started as a mobile app, but it was not very difficult to people to download the app. So we started to help people manually in this space, this call. At first, our numbers of new users were kind of flat. We realized most of other community is on disco. So why don't we build brain as a disco boat? We move to a disco boat, and that's when we started to see our user grow. We reached one hundred people so far. So today, you can talk to father, but soon you'll be able to talk to more experts. And that's it. Thank you.","embedding":[-0.008545482,0.027699146,-0.0055947816,0.024768356,0.00056794,-0.02172607,-0.018843064,0.059093636,-0.029722027,-0.0065305633,0.023287034,-0.052021515,-0.034373064,-0.019273126,-0.0031498023,0.011778907,-0.03583846,-0.063457966,-0.008171168,0.0053837327,0.010783394,0.030837003,0.0084100915,0.014199994,0.00974806,-0.0040338174,-0.04584137,0.045427237,-0.02838406,-0.037176427,-0.0328121,-0.023637455,0.019480193,0.05861579,-0.022140203,-0.028336274,0.0022578228,-0.02128008,0.013268193,0.028495556,0.005634602,-0.034978334,0.034245636,0.022012778,-0.008091527,-0.00039496968,-0.0626297,0.020897804,0.011778907,0.07970473,-0.04797575,0.046701495,-0.027077947,0.055780567,-0.028224777,-0.013252266,0.012153219,0.029976878,-0.040393926,0.034373064,0.042974293,0.032206826,0.019703187,0.025596622,-0.023207393,-0.004790407,-0.01450263,0.012169148,0.039597515,0.0076415557,0.018046655,-0.011547947,-0.009867522,-0.0042050458,-0.008959615,-0.003984042,-0.060973164,0.00032702592,0.03873739,0.0034982318,-0.016899824,-0.008306558,0.007354848,0.007932246,-0.055907995,-0.041222192,0.0035718996,-0.011794834,-0.034022644,-0.051097676,0.0034086355,0.0059929867,-0.034181926,0.0024429883,0.06728073,-0.0061363406,-0.027826572,0.0323024,0.022283556,0.04103105,0.021407505,-0.015832635,-0.024625003,-0.014749517,0.024545362,-0.0050333124,-0.006419066,-0.013698255,-0.042783156,-0.017361742,-0.13366948,-0.013379691,0.006721702,0.000108884204,0.017759947,0.00943746,0.08027814,-0.03644373,0.009986984,-0.03128299,0.0009248313,-0.0035161509,-0.023398532,0.010870999,0.02589926,-0.03440492,-0.0035699087,-0.01764845,0.009994947,0.009238358,0.04545909,0.016613116,0.07046637,-0.058583934,-0.026440818,-0.006239874,-0.059221063,0.008887937,-0.030486582,-0.04529981,0.043898128,-0.026584173,0.0043961843,-0.029307894,-0.025612552,-0.015856527,0.00014472267,0.03290767,-0.04017093,-0.01157184,0.006072628,-0.019719116,-0.016644973,0.006036789,0.018588213,0.009198538,0.010783394,0.057691954,-0.03209533,-0.033831503,0.0063513713,0.008744583,-0.0091029685,-0.045650233,-0.058583934,0.038418826,-0.052085225,-0.035870314,-0.05026941,0.012790347,-0.047020055,-0.023717096,-0.0395338,0.0161512,0.042082313,-0.051479954,-0.027125731,-0.06957439,-0.032573175,-0.023287034,-0.0037172446,0.0033847434,-0.028527413,-0.013706219,-0.042783156,0.014335384,-0.032318324,-0.054506313,0.036411874,-0.006638079,-0.0018864967,0.027444296,0.028415915,0.005327984,0.035328757,-0.04230531,0.08639458,0.0049019046,-0.0020318415,0.011269204,0.00085763424,-0.01639012,0.032222755,-0.00036286438,0.01254346,0.000821298,0.027332798,0.032079402,-0.06581534,0.0049496894,0.075945675,-0.023701167,0.012201004,0.010568363,-0.06791786,-0.056895543,-0.023780808,-0.004706784,-0.028575197,0.050587974,-0.0053638224,0.0028770317,-0.025947044,-0.025548838,0.0042767227,0.037813555,0.049536712,-0.034373064,0.050110128,0.05160738,0.05355062,-0.002819292,-0.0060606813,-0.0760731,0.050078273,-0.025134705,0.038259543,-0.004228938,0.01881121,0.0046470533,0.0022060561,0.020451814,0.026488602,-0.0037650291,0.008163204,0.01791923,-0.07097608,-0.039565656,0.019113844,-0.010130337,0.052340075,-0.017266173,0.03228647,0.014470773,0.011667409,-0.048995156,-0.00085962523,0.0210093,0.005296128,-0.030693648,-0.00020009806,-0.0340545,-0.03201569,0.009413568,-0.02252248,-0.0045236098,-0.0030741433,-0.0069367327,-0.010321476,-0.0106002195,-0.011277168,-0.042528305,0.015673352,0.022920685,-0.016103413,-0.025915187,0.016804256,-0.004436005,-0.03714457,-0.001295162,0.032079402,0.0011856557,-0.011062138,-0.034245636,0.0072234403,0.0234941,0.028925618,0.035615463,-0.016437907,0.032031618,0.033767793,-0.024911711,-0.013682327,-0.0014385158,0.00864105,0.008418055,0.0122886095,-0.0210093,-0.018683784,0.0040099253,0.042369023,-0.073014885,0.010671897,-0.014144245,-0.0027734984,0.021933137,-0.04013907,0.049345575,0.031474132,-0.048899584,-0.009230394,0.031521916,0.02242691,-0.065369345,-0.03545618,-0.01533886,0.061387297,-0.029674243,-0.026393034,-0.033544797,-0.026807167,-0.010536507,-0.017313957,-0.017361742,0.0006983522,-0.0011080056,0.008497696,0.020196963,0.008768477,-0.03121928,0.061578434,-0.009349856,0.01774402,0.010998424,-0.0072314045,-0.009859558,-0.01834929,0.017982941,0.010751537,0.037399422,-0.011492199,-0.024959495,-0.032748386,-0.0072353864,0.020467741,0.017059106,0.046542212,-0.01941648,0.0125673525,-0.03278024,-0.020340316,-0.027794715,-0.006259784,-0.043866273,0.037367567,-0.0068570916,0.0018456806,-0.04759347,-0.019814685,0.015370716,-0.025437342,0.046064366,0.022235772,0.019400552,-0.01520347,0.0197669,-0.04424855,0.01772809,0.0058814893,-0.016772399,-8.010766e-7,-0.02331889,0.022904757,0.0052762176,-0.036316305,-0.006960625,0.0352969,0.054474458,-0.036539298,0.03193605,0.059635196,0.022665834,-0.036380015,-0.022474695,0.0022339306,0.00625182,0.030821074,0.033194378,-0.030996284,-0.00833045,0.032382037,-0.045331668,-0.009246322,-0.028161064,-0.010202015,0.031792693,0.05160738,-0.015657425,0.017536953,0.015259219,0.034723483,-0.04584137,-0.047752753,-0.016867967,-0.003189623,0.0020706665,-0.023733024,0.008585302,-0.029945023,0.002496746,0.025851475,-0.057851236,0.056162845,0.020499598,0.0203881,0.015975988,-0.006781433,0.036762293,0.049441144,0.061387297,0.013387655,0.0048103174,0.004858102,0.013196517,0.020117322,0.053040918,0.059284773,0.0014574307,0.028909689,-0.051097676,-0.03899224,0.019081987,0.034787197,-0.0006182134,0.0011697274,0.02269769,-0.022713618,0.038291402,0.0003180663,-0.0035738908,-0.012416035,0.017855516,-0.018699711,-0.015752994,0.0033210304,0.015944133,-0.032111257,0.030311372,-0.036507443,-0.032382037,-0.033035096,-0.044280406,-0.033767793,0.05409218,-0.08588488,-0.06508264,0.032748386,0.0065504736,0.0024449793,0.008975543,-0.02366931,-0.0015161659,-0.029307894,0.006343407,0.025118778,-0.015187542,-0.00997902,0.027635433,0.0055231047,0.024720572,0.0266001,-0.007135835,-0.023462243,-0.015482214,-0.04752976,-0.00594122,-0.00027003282,0.029642386,0.029578675,0.014916763,-0.006817271,0.030008735,-0.015601675,0.04013907,-0.0004621668,-0.0065504736,-0.00675754,-0.008147276,-0.041285902,0.02083409,-0.009620635,0.038450684,0.03370408,-0.020292532,-0.013626578,-0.038195834,0.0034325279,-0.03774984,-0.040553205,0.014128316,0.03137856,0.012033758,-0.0004551982,0.08830596,0.017855516,0.0035022139,-0.023032183,-0.0029367625,0.017855516,0.03673044,-0.023446316,-0.028447771,0.02155086,0.026950521,-0.05030127,-0.0076375734,0.03876925,-0.0014942646,0.028097352,0.014176101,-0.040999196,-0.018158153,-0.040839914,0.009963091,0.01529904,0.009126861,-0.03714457,-0.027205372,-0.06498707,-0.0036495496,-0.015529999,-0.018253721,0.024035659,0.0008611185,-0.03822769,-0.028065495,-0.011309025,-0.022140203,-0.017521024,0.006347389,0.0110701015,0.01710689,0.024083443,0.0048899585,-0.020642951,0.027603576,0.0039004188,-0.010472794,-0.010576327,0.016963538,0.029945023,-0.010090517,0.038864817,-0.0061403224,0.0074464353,0.0031398472,-0.022060562,0.011539984,0.045172386,-0.0027814626,0.015314967,0.00469882,0.014773409,0.0021921191,0.018333362,0.014606163,-0.03768613,-0.0137301115,0.006896912,0.026185967,-0.008003922,-0.030821074,-0.010886927,-0.056417696,0.046032507,0.013562866,-0.019209413,0.0049974737,0.003054233,-0.005554961,-0.027062017,-0.014263706,-0.023127751,0.012925738,-0.025692193,0.011054173,-0.015434429,0.0315697,0.022363197,0.022124276,-0.028399987,-0.022841044,0.04112662,0.022904757,0.010456866,-0.02323925,-0.023350747,0.0034086355,-0.020196963,0.03434121,-0.030550294,-0.010799322,-0.018492645,-0.027794715,0.012909809,-0.0060328073,-0.020865947,0.0140646035,0.015864491,-0.008959615,0.021168582,0.024927638,-0.016899824,-0.05699111,-0.029865382,0.014024783,-0.026886808,-0.011985973,0.057819378,0.0027894266,-0.025118778,-0.030566223,0.036284447,0.018938635,-0.004224956,0.028750408,-0.025947044,-0.0482306,0.016899824,0.015076045,-0.0014753499,0.028033638,0.02438608,-0.010257763,-0.013212445,0.018492645,0.0026898754,0.040712487,0.020977445,-0.026568243,0.026886808,-0.008919794,0.012105435,-0.02056331,-0.015872454,0.03316252,-0.024959495,0.019973967,-0.018062582,-0.03367222,0.0033389498,0.003679415,0.07377944,-0.008991471,-0.0027854445,0.0034763305,-0.04673335,-0.008433984,-0.00782473,0.010703753,-0.006339425,0.026679741,0.011117886,-0.015657425,-0.017457312,0.043292858,-0.00864105,0.03669858,0.026934592,0.05151181,-0.025325844,-0.0085773375,-0.023748951,-0.011006389,0.013132804,-0.00094623485,-0.015091973,-0.03370408,0.030980356,-0.018158153,-0.0015131794,0.01028962,0.013180588,-0.0052125044,0.046255503,0.018190008,0.0051209177,0.023159608,0.016485691,-0.050237555,-0.0089357225,0.027635433,0.003044278,0.00089845026,0.01889085,-0.038609967,0.011770942,0.03911967,-0.021885352,-0.09512323,-0.029339751,0.0034285458,-0.060144898,0.020435885,-0.05609913,-0.011006389,-0.0040039523,0.025230275,0.044758253,0.0037331728,-0.026663814,-0.008649015,-0.0050372942,0.015060117,-0.003908383,0.029976878,-0.012137291,-0.015402573,0.003295147,0.0072433506,-0.034723483,0.0056823865,-0.012017829,0.0044200765,0.0145902345,-0.013467296,0.010162194,0.015800778,-0.040712487,0.021152655,-0.009931235,0.026058542,0.016198983,-0.0035061957,0.004320525,0.012901845,-0.03351294,-0.013793824,-0.044630826,-0.035137616,0.013459332,0.0040238625,0.006781433,0.03351294,0.010361296,-0.017090963,0.016310481,0.00041139562,-0.03163341,-0.0037769752,-0.0112373475,0.018094439,-0.038801104,0.053932898,0.0073787402,0.043898128,-0.015569819,0.0021562807,0.027826572,0.018540429,0.050428692,0.0037232176,-0.017059106,0.025293987,0.021821639,-0.0073906863,0.006355353,0.041190334,-0.008015868,-0.009556922,-0.018062582,-0.00017682795,-0.017170604,-0.00041711982,0.022379126,-0.050651688,-0.024959495,0.002048765,0.0018556357,-0.013100947,0.002580369,0.008481769,-0.019798758,0.0076136813,0.010918784,-0.064095095,0.019018276,-0.016143234,-0.019846542,-0.02526213,-0.0009442438,-0.009803809,-0.010655968,-0.0158406,0.008322487,0.008704763,0.016007844,-0.06004933,-0.055398293,-0.012224896,-0.023191465,-0.010568363,-0.036857862,-0.0073269736,-0.005025348,-0.017234316,0.002578378,0.017505096,-0.037813555,-0.009238358,-0.0066221505,0.01568928,-0.008760512,-0.01170723,0.015267183,0.001683412,-0.009142789,-0.040903628,0.024051588,0.0059810407,0.030104306,-0.012280645,-0.000008679626,-0.004623161,0.022410983,0.024179013,0.013292086,0.02057924,0.0029049062,-0.019655403,0.025389556,-0.0048063355,0.003936257,-0.01941648,-0.023302961,0.026377106,0.012869989,-0.030725505,-0.024449792,0.0065225996,-0.0033190395,-0.014207957,-0.0004527094,-0.01675647,0.022952542,0.007601735,0.017712163,-0.016995393,-0.021773854,-0.020818163,0.004380256,-0.014311491,0.034150068,-0.019018276,-0.013236337,0.05259493,0.029642386,0.0340545,0.012065615,0.03104407,-0.039342664,0.00704823,0.00066052267,0.021598645,0.011922261,-0.005793884,0.027189443,-0.0062438557,0.03583846,0.040680632,0.018476715,0.03625259,-0.023430388,0.019591691,-0.0009019345,0.007840659,-0.04733862,0.04166818,0.010878963,-0.013714183,-0.018906778,-0.034436777,-0.003211524,-0.01968726,0.02056331,0.008047725,0.040393926,0.036157023,-0.008991471,-0.009763989,-0.0073747584,-0.026281536,-0.008378235,-0.027460223,0.00027774804,0.0407762,0.028782263,0.0069884993,0.031617485,0.013013342,0.008505661,0.0019492139,-0.02065888,-0.00421301,-0.0006963611,-0.0119302245,-0.047816467,-0.013889394,0.022681762,0.00704823,0.018938635,0.00454352,0.01675647,-0.031888265,-0.0029148613,-0.0067734686,-0.026982376,0.010209979,0.0004676421,-0.003295147,-0.01881121,0.015434429,-0.005957148,0.0033031113,-0.006012897,0.010026804,-0.014685804,-0.00051816436,0.040202785,0.005622656,0.025851475,-0.0033349677,0.02819292,-0.021503074,-0.0041612433,0.002671956,0.015346824,-0.011348845,-0.015848562,0.019894326,0.0020965498,0.01365047,0.0016575287,0.0017461294,0.026217824,-0.027794715,0.006379246,-0.0018476716,0.035073906,-0.039852366,0.057500817,0.025501054,0.038578108,-0.01887492,-0.028670767,-0.03669858,-0.018683784,0.0065305633,-0.006048735,0.03440492,-0.012646994,-0.02553291,-0.019432409,-0.025548838,-0.00289296,-0.014247778,-0.016087485,-0.030391013,0.016175091,0.012599209,0.01702725,0.03644373,0.018205937,0.010624112,-0.03520133,-0.014510593,0.029053044,0.037271995,-0.00056993106,-0.012001902,0.018030727,-0.02322332,-0.0127345985,-0.0025743959,-0.0006147291,-0.008784404,0.0059093637,-0.005873525,-0.006968589,-0.01440706,-0.010528543,-0.026854951,-0.010942676,0.038323257,0.028893761,-0.024035659,-0.0253577,-0.03988422,-0.023271106,0.014685804,-0.0053001097,0.021057086,0.026504532,-0.034914624,0.01702725,-0.009023327,-0.008633086,0.00842602,0.005152774,0.005316038,-0.004846156,-0.010361296,0.014980475,0.024035659,0.054570027,-0.032413896,-0.03351294,-0.0038884727,-0.04797575,-0.024513505,0.012750527,-0.033385515,0.009278178,-0.033767793,-0.004073638,-0.021041157,0.024752429,-0.011826691,0.008489733,0.0059173275,0.024975423,0.009763989,-0.008139312,-0.010918784,-0.008497696,0.0014415025,-0.004284687,-0.003364833,0.007518112,-0.020865947,-0.02642489,-0.021184511,0.006956643,0.015737066,0.019782828,-0.0065146354,-0.01889085,-0.013658434,0.025787761,0.033385515,0.012416035,0.0068093073,0.0063712816,-0.011970045,0.018540429,0.009867522,-0.014566342,-0.0073269736,-0.008752548,0.020053608,-0.07543597,0.00887201,0.00764952,0.020770378,0.0051965765,-0.020786306,0.010225907,0.009357819,-0.018635998,0.015880419,0.019973967,0.03574289,-0.021073014,-0.010106445,0.014916763,-0.019989895,0.020228818,0.004846156,-0.00036211775,0.019639475,-0.0017073043,0.016374193,0.00077849097,-0.018428931,-0.01529904,0.015291075,0.011970045,-0.018747495,0.004236902,-0.019225342,0.041477043,-0.013546937,0.007972066,-0.018858993,0.00066052267,-0.017122818,0.005730171,-0.009827701,0.0009815756,-0.0010851088,0.010552435,0.023255177,-0.017871445,0.025819618,-0.019703187,0.0054315175,0.030279515,-0.05737339,-0.012615138,0.022920685,-0.0041373507,0.015076045,0.00160178,-0.01516365,-0.0068451455,-0.009015364,-0.034086354,-0.0053001097,0.022251701,-0.0028630947,0.017600665,-0.012822204,-0.030789217,0.022809187,0.01905013,-0.01613527,0.01130106,-0.0100745885,-0.016222876,0.012439927,0.003131883,-0.030534366,-0.020467741,-0.0019472229,0.004846156,-0.010122374,0.0004880501,0.0033130664,0.013124839,0.00720353,0.028622981,-0.020627024,0.016804256,0.04644664,0.03242982,-0.0014554396,0.042878725,0.10276877,0.0052443612,-0.0028531395,0.0043523815,0.03548804,0.031187423,-0.034118213,0.007768981,-0.023175536,-0.026313392,-0.035583608,-0.013292086,0.0031677214,0.007984012,-0.007506166,-0.008210989,-0.0021662356,-0.018715639,-0.019209413,-0.027651362,0.014207957,0.04408927,0.006112448,-0.01720246,-0.041891176,-0.014956583,0.03609331,-0.0016356274,-0.026281536,-0.006084574,0.006642061,-0.013467296,0.024752429,0.019081987,0.017011322,0.0126231015,-0.026536386,-0.022554336,-0.002118451,-0.027364654,-0.015386645,-0.009389676,0.011946153,0.0018616088,-0.018221864,-0.018237794,-0.007745089,0.014152209,-0.0333218,-0.040298354,-0.0064787967,0.019575762,0.0241153,0.024402007,-0.010839143,0.009684348,0.018492645,0.03351294,0.010050696,-0.005722207,-0.023860449,0.046223648,-0.01516365,0.007342902,-0.018763423,-0.018301506,-0.02030846,0.0015510088,-0.00012387912,0.0020985408,0.00658233,0.010759502,0.02988131,-0.016947608,0.014104424,-0.006721702,0.0047943895,-0.010170158,0.0069765532,-0.0045793587,0.006590294,-0.004555466,0.0055987635,-0.026807167,0.0028392023,-0.010902856,0.003289174,0.036475588,0.0010069611,0.02394009,-0.012615138,0.0042329202,0.033098806,0.012081542,0.0073269736,0.0052762176,0.0028511484,0.017090963,-0.0015808742,-0.026647884,-0.010066625,0.015330896,-0.015370716,-0.016127307,-0.013706219,-0.01683611,-0.0526905,0.011946153,-0.020340316,0.02217206,-0.0054912483,0.024179013,0.009859558,-0.0037809573,0.028272562,-0.030454725,-0.026934592,-0.013499153,0.01139663,-0.0646048,0.027810644,0.007944192,0.0058177765,0.0012224896,-0.010648004,-0.0012105434,-0.012065615,-0.017712163,0.017775875,0.01130106,0.02580369,0.017951086,0.021503074,-0.0027774805,-0.015402573,0.049695995,0.003131883,-0.02171014,0.0074225427,0.027826572,-0.037813555,0.0063035865,0.009724168,-0.015713172,0.018253721,-0.020467741,0.022028705,0.0009731137,-0.014892871,0.0022219843,0.0024808177,-0.022825116,0.03137856,0.0021582716,0.008226917,-0.012137291,0.012344358,-0.009126861,-0.015768921,-0.010202015,-0.018922705,-0.020786306,-0.00010907086,-0.030693648,0.02545327,-0.01153202,-0.01994211,0.022395054,-0.021837568,-0.009580814,0.015641496,-0.0028352202,-0.051989656,-0.023207393,0.0060766097,-0.024847997,0.005949184,0.010974532,-0.0084100915,0.03040694,0.0068570916,0.022124276,0.010146266,-0.006012897,0.004049746,-0.0022359216,0.018221864,0.0047864253,0.0152273625,0.015617603,-0.005176666,0.025835546,0.0037710022,0.020818163,0.024433864,-0.0061403224,-0.017250245,0.0041731894,-0.02873448,0.044471543,0.035902172,-0.048581023,-0.042082313,-0.0035340702,0.01077543,0.04061692,-0.0047864253,-0.011340881,0.03899224,-0.012232861,-0.024529433,0.030661792,-0.020690737,-0.0037351637,0.004436005,-0.022586193,0.008386199,0.050683543,0.0316812,-0.031951975,0.027635433,-0.036762293,0.01582467,-0.029785741,-0.018142223,0.022841044,0.0018068556,-0.027141659,-0.014876942,-0.014630055,0.009485246,-0.014279635,0.023589669,0.0028989331,-0.002429051,-0.02366931,-0.03193605,-0.00922243,-0.013268193,-0.011524055,0.0009298089,0.0013857537,0.025739977,-0.00012512351,0.03209533,0.014311491,-0.019384624,-0.0026022703,-0.008768477,-0.010727645,-0.011970045,0.011667409,-0.03102814,-0.011452379,-0.010297583,0.021949064,0.024863927,-0.032334253,0.00953303,0.011627588,-0.029626459,-0.016883897,0.021614572,0.0013210453,-0.023589669,0.007892425,0.0019422453,0.0063274787,-0.020451814,0.034978334,0.0029865382,0.0007730156,0.038291402,-0.023127751,-0.038418826,-0.0044439686,-0.01782366,0.037399422,-0.0047266944,-0.034373064,-0.029769812,-0.005248343,0.016015809,-0.029339751,0.0070044277,0.00401988,0.01772809,0.0076216455,0.015760958,-0.0044200765,0.022251701,0.017505096,-0.009485246,0.04558652,0.008023833,0.02926011,-0.019145701,0.020881874,0.014136281,-0.025755905,0.015968025,0.015681317,-0.0358066,-0.023016253,0.01396107,0.023271106,0.03306695,0.014789337,-0.0036097292,0.014550414,-0.031442273,-0.024911711,0.011739086,0.0054912483,0.003135865,0.030454725,0.0012533505,-0.024911711,-0.023621526,-0.00012941666,0.02679124,-0.013053163,0.013714183,0.044375975,0.03184048,0.010385189,-0.011165671,-0.010576327,0.0016286589,-0.0013310005,0.03163341,-0.014829158,0.04963228,-0.062279277,0.030645864,-0.019989895,-0.01949612,0.0290849,0.00887201,-0.0166609,-0.004236902,-0.020149177,0.00009438705,-0.011635553,0.00036037562,0.024481649,0.01032944,-0.005933256,0.011492199,-0.009676384,-0.0052642715,0.070721224,0.010106445,0.019623548,-0.0272213,0.029483104,-0.021120798,0.012328429,-0.010767465,0.021423433,-0.048931442,0.00043752784,-0.0075658965,-0.015888384,-0.004065674,0.0010109432,-0.018428931,0.0014634037,-0.0068491274,-0.016007844,0.006650025,-0.026998306,0.044790108,-0.0111258505,-0.017871445,-0.04300615,-0.012384178,0.04826246,-0.007510148,-0.013236337,0.006626133,-0.01791923,0.02437015,0.0029248165,0.019591691,0.02040403,0.0034902676,-0.020117322,0.022140203],"social":"https://twitter.com/Iam_maxb"},{"title":"riff","description":"platform for creating videos that star ai celebrities + characters ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=8JHzPNfrGW4","youtube_transcript":"Hey, what's up, guys? My name is Julian, and I'm working on a tool to help people create videos that star, AI characters, add AI celebrities. My team and I, we built this because we're really excited about the future where AI personas can be cast in any video. And we were particularly inspired by two videos that probably all seen by that. The first are the AI president's videos that recently flooded TikTok. And then there were those AI Harry Potter themed Balenciaga hats that also captured a lot of people's attention. We think those videos are really fun and we want to help people make their own So we launched a site that lets users create their own scripts, select from our own library of AI characters, and then we generated a templated video for them. Featuring those characters acting out the script that they wrote. Here's an example. Are you on TikTok? Hell no. I can't use that app without asking God for forgiveness right after. Do get into that. Gary, I'm literally about to go watch twenty two jump street and tweet about it. Is either that or watch Joanna Hill interviews until I fall asleep? So, yeah, at the beginning of build space, instead of writing any code, we started by turning out a bunch of AI celebrity videos of our own. We spun up ten TikTok accounts of Bruce over a hundred videos, the most successful of which was a TikTok news show in which an AI news anchor would report on a provided article as well as an NBA focused account that got over a million views and two thousand followers. Thanks for listening.","embedding":[0.007011865,-0.0051701763,-0.055078816,0.0067092753,0.012671415,-0.08648838,0.005312132,0.059501857,-0.017363425,0.032814182,-0.01347085,-0.03849241,-0.017871477,-0.05334546,-0.03251533,-0.023983045,-0.05953174,-0.052209817,-0.020053113,-0.020038169,-0.004034531,0.01457661,0.00640295,0.04390167,0.006399214,-0.027404923,-0.00085033337,0.038342986,-0.045306284,-0.010967947,0.027838262,-0.024117528,-0.00027994227,-0.008741483,-0.005390581,-0.04013611,0.0074638817,-0.014860521,0.036968257,0.009914486,0.015973752,-0.012163363,0.048025858,0.011505884,-0.04201889,0.012731186,-0.015510529,0.020351967,0.012267962,0.013515678,-0.061623722,0.046949983,-0.052090276,0.07052957,-0.011969108,0.0058351266,-0.046949983,0.037117682,-0.027658949,0.016182952,0.035533756,-0.0016623761,0.015024891,0.023445107,-0.025820997,-0.034039486,-0.04312465,0.0041092443,-0.007994348,0.04757758,0.045844223,0.013941545,0.014232928,-0.011393813,-0.029855527,-0.013836946,-0.04539594,0.041540723,0.001512949,-0.06568814,0.032754414,0.027180783,0.0018211424,0.012977741,-0.02776355,0.0057865633,-0.028286543,-0.01981403,-0.048892535,0.00806159,-0.00369832,0.031768195,-0.03556364,0.0025271853,0.047607463,0.033113036,0.016974915,0.057170793,0.09186776,0.018364586,-0.0081960745,-0.012566816,-0.01993357,0.029108392,0.001686658,0.030079668,0.019649658,-0.0073181903,0.037237223,0.0011384474,-0.1438086,-0.007336869,-0.026179621,-0.043692473,-0.021906007,0.013769704,0.0512236,-0.0026934228,-0.036191236,-0.036430318,-0.04578445,-0.0047854017,0.029556673,-0.0053420174,-0.005891162,-0.025193403,-0.012790957,-0.011184616,-0.043722358,-0.051641993,-0.0012673283,0.029960126,0.004437984,-0.026538247,-0.011774853,-0.009697816,-0.021517497,0.0036011923,0.016870316,0.043931555,0.022862341,-0.027927918,-0.005879955,-0.009585747,-0.0524489,-0.03242567,-0.019350804,0.0015447022,-0.03732688,0.037745275,0.0026747445,0.013717405,-0.05917312,-0.0038963107,-0.020068055,-0.023250852,-0.037117682,0.04306488,-0.019066893,-0.020366909,-0.011520826,0.0065000774,0.000485171,0.001907063,-0.03837287,0.03058772,0.037894703,-0.023325564,-0.04677067,-0.044738464,-0.012260491,-0.009294364,-0.012402446,0.025925595,0.024715235,-0.02661296,0.002218992,-0.018035846,-0.02954173,-0.035354443,-0.047786776,0.035892382,-0.049520127,-0.02081519,-0.061265096,0.0039187246,0.009159879,-0.0060107037,0.026254335,0.0029642594,0.022847397,0.042467173,-0.0034816505,0.0340096,0.019769201,-0.04390167,0.07058935,-0.011334043,0.06078693,-0.0010487912,0.04820517,0.031827964,-0.012955327,-0.009989199,0.015114548,-0.011446113,0.022204861,0.0052374187,-0.027016412,-0.011326571,0.076925054,-0.019918628,0.010586907,0.021906007,-0.059621397,-0.014711094,-0.020785304,0.02821183,-0.022623258,0.007777679,-0.04136141,0.06598699,-0.007486296,-0.028540568,-0.019425519,-0.00069483585,0.028465856,-0.007183706,0.02749458,0.048115514,-0.008988038,0.011266801,-0.028958965,-0.048384484,0.038582068,-0.03466708,0.0368786,-0.015480644,0.021442784,0.02280257,0.038791265,-0.003993438,0.024311783,0.02241406,0.053315576,0.009077694,-0.0098846005,-0.053584546,0.0129478555,0.038402755,0.058874264,-0.023878444,0.019096779,0.031947505,0.0003892108,-0.035742953,-0.010594379,0.023310622,0.0010450556,0.036041807,0.0065075485,-0.008786311,-0.047129296,-0.002388965,-0.009413905,0.025462372,-0.04064416,0.006593469,0.01860367,0.014113386,-0.005831391,0.019918628,0.030871632,0.0002678013,-0.004064416,-0.0037730334,0.03478662,0.014344998,-0.011520826,0.032724526,-0.012133477,0.0034965933,-0.002493564,0.019754257,-0.030049782,-0.0070305434,-0.008816197,-0.011139788,-0.04402121,-0.029631387,0.0039672884,-0.004101773,0.005188855,0.009167351,0.0254026,0.026642846,0.06353639,0.016153065,-0.0030800654,0.02876471,0.03433834,-0.07196408,0.031439453,0.00055988453,0.01981403,0.054750077,-0.06819851,0.011804738,0.021607153,-0.010190926,0.036041807,0.03825333,0.006742896,-0.015420873,-0.03191762,-0.017766878,0.057439763,-0.022234747,0.017034685,-0.023938216,-0.05212016,-0.048504025,-0.024819836,-0.0063132932,-0.04599365,-0.016705945,0.06783989,0.0069931867,0.022204861,-0.026523303,0.047995973,-0.02224969,-0.025043976,-0.011027717,0.012230605,-0.044798233,-0.0239681,-0.015361102,-0.0028092288,0.016407091,-0.05295695,-0.03036358,-0.028719882,0.009787473,-0.014457068,0.01330648,0.017677221,-0.06754103,-0.007277098,0.010280582,-0.045724683,-0.0213083,0.0037711656,-0.03765562,0.025043976,-0.010265639,-0.026583076,-0.01529386,-0.009129994,-0.023176137,-0.023489935,0.037117682,0.040165994,0.033890057,0.028615283,-0.021218643,-0.017796764,0.013015097,0.02181635,0.016795602,-0.0008255845,-0.023564648,0.019096779,0.014800751,0.007419054,-0.0074003753,0.006585998,0.00019063624,-0.01993357,0.024984205,0.014800751,-0.008420215,0.005368167,-0.0440511,-0.012260491,0.033471663,0.064014554,-0.021457726,-0.04742815,0.037894703,0.04617296,-0.081228554,0.0038402756,0.028181944,-0.014643853,-0.0018463582,0.034427997,0.04769712,-0.02622445,0.012813371,0.020441622,0.019246206,-0.029332533,-0.015346159,0.007867335,0.004318442,-0.006754103,0.036430318,0.0040943017,0.0143151125,0.018753096,-0.042586714,0.063416846,0.017079514,-0.014292698,0.038851038,-0.0068997946,0.01612318,0.031349797,0.05498916,-0.038910806,-0.059591513,0.013000155,0.0024337934,-0.018857695,0.0127013,0.06670424,-0.028346313,0.025835939,-0.007844921,-0.033890057,0.016496748,0.015465701,-0.07238247,-0.02042668,-0.014867993,0.021920951,0.05642366,0.025148574,0.04345339,-0.033471663,0.024655465,-0.04306488,-0.0002575282,-0.030513007,-0.03368086,-0.018633556,-0.012215663,-0.03571307,-0.017632393,-0.0028391143,-0.048683338,-0.0038010508,0.036191236,-0.009376548,-0.05714091,0.024999147,-0.00949609,0.0044193054,-0.00016098432,-0.022922112,0.023803731,-0.06407432,0.033113036,0.025895711,0.0032238888,-0.0013420418,0.009339192,-0.00778515,-0.01739331,-0.0054652947,-0.00866677,-0.0012990815,-0.017482966,-0.033501547,-0.025327887,0.041062556,-0.008203546,-0.020904846,-0.036759056,-0.016795602,-0.011946694,0.02511869,0.05134314,0.012290376,-0.003985967,-0.027703777,-0.011356457,0.044320066,0.039299317,-0.0018454243,0.029033678,0.08601022,-0.018409414,0.0029231668,-0.037685506,0.011894395,-0.018514013,0.005588572,-0.02478995,0.004908679,0.021278413,-0.025462372,0.084157325,-0.012566816,-0.006593469,0.012193249,0.006675654,-0.008136304,0.038014244,-0.027031356,-0.007889749,-0.016063409,0.025701456,-0.0065486412,0.0069707725,-0.015674898,0.02655319,0.002273159,-0.025716398,-0.020337023,0.007038015,-0.01258923,-0.017213998,0.030004954,0.017946191,-0.010063913,-0.0070305434,-0.033471663,-0.03245556,0.008532286,-0.005588572,0.03167854,-0.011909337,-0.0467109,0.02069565,-0.008435158,-0.02020254,-0.04683044,0.012992683,0.01563007,0.038522296,0.05902369,0.015256504,-0.0011309761,-0.0040606805,0.0062983506,-0.006354386,-0.00082418363,0.018409414,0.045097087,-0.025223289,0.040165994,-0.020710591,0.013299009,-0.002021001,-0.0008573378,-0.021338185,0.020740477,0.012357618,0.026104908,0.021472668,0.010250697,0.0256118,-0.0066943327,-0.0056856996,0.0023516084,0.017871477,0.000219471,0.013769704,-0.042706255,-0.016168008,0.0060816817,-0.031499226,0.0067503676,0.0014867993,0.015174318,0.0135530345,-0.03152911,0.023714075,-0.030991172,-0.038074017,0.0073854327,0.029198049,0.011274272,0.00060844835,-0.024102585,-0.002159221,0.0050917272,-0.01667606,0.0051029343,0.018887581,-0.021876123,-0.013007626,0.009690345,-0.00051552337,0.020516336,-0.038791265,-0.024506038,0.00021970448,0.009780001,0.015824325,-0.029496903,-0.0020396793,-0.006410421,-0.0034611044,-0.021009445,-0.00013273326,0.03224636,-0.024341669,-0.02611985,-0.0046023536,0.0015876625,-0.01970943,-0.00977253,0.013164524,-0.009615632,0.0069483584,0.048175287,-0.007889749,-0.0040943017,-0.029467016,0.026807215,0.017512852,-0.012835785,0.034039486,0.013665105,-0.018334702,-0.027688835,0.012596701,0.00039294647,0.03583261,0.04085336,0.029362418,-0.0030838011,-0.0033396948,-0.016063409,0.017811706,0.026045138,-0.031021059,-0.0001369359,-0.0068699094,0.003789844,-0.010938061,0.009122523,0.012409918,-0.046113193,0.0026541983,-0.011774853,-0.027524466,0.0072733625,-0.036848713,0.05875472,0.008950681,-0.018035846,-0.016048467,-0.0269417,-0.018319758,0.04467869,-0.00071538205,-0.023684189,0.051432796,-0.0038159937,-0.010930589,-0.0068549667,0.043692473,0.0029661271,0.03058772,0.0028951494,0.008509872,-0.047756888,-0.015645014,-0.029063564,-0.0057678847,0.0153909875,-0.017154226,-0.03036358,-0.051701766,0.02860034,-0.010803577,0.0048601152,-0.0018033979,-0.0424074,-0.011177144,0.05023738,-0.021114044,0.016182952,-0.013650162,0.017632393,-0.027345153,-0.010893233,0.029990012,-0.025761226,0.014591553,0.010527137,-0.015092134,-0.016377207,0.011334043,-0.029855527,-0.058455866,-0.06867668,0.010661621,-0.025372716,-0.016959973,0.0044305124,-0.007994348,-0.006802667,0.02357959,0.018140446,0.0056782286,-0.035772838,-0.009017923,0.0051328195,-0.00905528,-0.029526789,-0.00008107586,0.009638046,-0.023235908,-0.00739664,-0.003952346,-0.032156706,-0.00077328505,0.008024233,-0.035025705,0.005939726,-0.045635026,0.011789795,0.014143271,-0.03849241,-0.0008400603,0.0067167464,0.002138675,0.020456566,-0.003591853,0.018588727,0.009391491,-0.061803035,-0.0009133729,-0.04494766,-0.03406937,0.0026485948,0.01634732,-0.0015923321,0.050117835,0.023235908,0.008905853,0.03042335,0.035025705,-0.009137465,0.0047069527,-0.015779497,0.01595881,-0.050177608,0.029885413,-0.026538247,0.01805079,0.020845076,-0.024565808,-0.005592308,0.01358292,0.024102585,-0.020142768,0.019649658,0.033621088,0.017124342,-0.0049721855,0.033322234,-0.005969611,-0.0025495994,-0.0053532245,-0.017453082,0.0033695803,0.01258923,-0.05256844,0.044349954,-0.024356611,0.01921632,0.00068316184,0.035802726,0.0016231515,-0.023729017,0.02446121,0.008584585,-0.00069623673,0.016945029,-0.01911172,-0.0009759455,-0.0013737951,-0.016048467,-0.02346005,-0.03242567,0.011192087,0.03323258,-0.009503561,0.018095618,0.0085547,0.012342676,-0.06879622,-0.035772838,0.028406085,-0.0061638663,-0.024894549,-0.01154324,0.050984513,0.00739664,-0.0170048,-0.01622778,0.028495742,-0.0283762,0.007228534,-0.016362263,0.01739331,-0.016168008,-0.014561667,-0.051821306,0.0064776633,-0.015809383,-0.019948512,0.0030427086,-0.012858199,0.012955327,0.004538847,-0.0074564107,0.00022775953,0.0577685,-0.027375039,-0.035862494,-0.021457726,-0.031977393,-0.028809538,0.040434964,-0.02804746,0.027853204,-0.031110715,0.025850883,0.01739331,-0.009361605,0.0071911775,-0.011505884,0.044798233,-0.026478475,-0.011797267,-0.007844921,0.0057828273,-0.006003232,0.012193249,0.014001315,-0.001686658,0.0153909875,-0.030019898,-0.02556697,-0.027404923,0.024446268,-0.041271754,-0.02948196,0.015122019,0.014748451,0.014531782,-0.010773691,0.011266801,-0.025537085,-0.012342676,0.019126665,-0.008278259,0.029437132,-0.040106226,-0.00006840958,0.0023628154,0.013313951,0.048952308,0.004030795,0.008689184,-0.042825796,0.002936242,0.028570455,0.0241773,-0.031499226,0.04455915,-0.025223289,0.0013242974,0.002192842,-0.040285535,0.01932092,-0.018319758,-0.026134793,0.006089153,0.0051365555,0.05295695,-0.05035692,-0.026179621,-0.024879606,-0.018065732,-0.020127825,-0.021293357,0.009809887,0.02313131,-0.0050767846,0.047398265,0.009212178,-0.039807368,-0.006410421,-0.012245548,0.008001819,-0.01314211,-0.009974256,-0.012185777,0.0129403835,-0.01915655,-0.020366909,-0.027927918,-0.009144937,0.007919635,0.033740632,0.019395633,-0.018708268,0.026045138,-0.0058612768,0.019305976,0.020187596,-0.017453082,-0.03058772,0.0015419006,0.0039672884,-0.015263975,-0.015659956,0.0028559247,-0.059203003,0.0034797827,0.009294364,0.038910806,-0.03433834,0.023729017,-0.0184393,0.0072509483,-0.0070417505,0.0012663944,-0.012850728,-0.002796154,0.012238077,-0.0551087,-0.009339192,-0.0003488188,-0.02081519,0.009227121,-0.006645769,-0.016705945,0.032007277,0.011147259,0.019918628,-0.0022115204,0.024192242,0.00026896872,0.020053113,0.000048388687,-0.02153244,-0.001976173,-0.008606999,0.04186946,0.018095618,0.05498916,0.0109455325,0.011565655,-0.034876276,0.016915144,-0.0062983506,-0.01353062,0.011311629,-0.033650976,-0.01827493,0.058874264,0.0041391295,0.026015252,0.016556518,0.0045425827,0.0048003444,-0.013037511,0.036968257,0.020008285,-0.00806159,-0.014815694,0.001304685,0.0069707725,-0.025058918,-0.002805493,0.017871477,-0.0046509174,-0.042377517,0.041032672,-0.0254026,-0.010071384,-0.005368167,-0.044080984,0.018528955,0.033113036,-0.0085024,-0.035533756,-0.011468527,-0.027345153,-0.02026231,-0.0033228844,0.0024057757,0.0048339656,0.024057757,-0.028181944,-0.008719069,-0.017363425,-0.024326727,-0.0039486103,0.011550712,-0.016586404,0.0030483122,-0.029332533,0.044080984,0.0066270903,0.027300324,-0.031738307,-0.05472019,-0.0171094,-0.036460202,-0.021278413,0.0039897026,-0.024745122,0.035623413,-0.025088804,0.027404923,0.0027102334,-0.01661629,-0.014606495,0.017468024,0.01563007,-0.00071258034,0.013904189,0.00027620659,0.020217482,0.015144433,0.0024879605,-0.01076622,-0.019589888,0.0311406,0.01303004,-0.01872321,-0.013164524,0.032724526,0.019589888,-0.010788634,0.034756735,-0.016526634,-0.007964463,0.0043408563,0.036131464,0.028391141,0.023220966,0.0057006427,0.003823465,-0.00260937,-0.007011865,-0.0124771595,-0.0072845696,0.0040793587,0.03598204,-0.015854212,-0.0026429913,-0.012783485,-0.002228331,-0.021846237,-0.0130898105,0.01784159,-0.019560002,0.0005164573,0.012731186,0.027240554,-0.020396795,0.01827493,-0.054062713,-0.024057757,0.009645517,0.006642033,-0.022757743,-0.013373722,0.01938069,-0.015316274,0.008285731,-0.002936242,-0.010235754,-0.04079359,0.0009572671,0.013351308,-0.014673738,0.016033525,0.001558711,-0.006963301,-0.010347825,-0.009361605,-0.00042820192,-0.035742953,-0.01441224,-0.00043614025,0.0017585697,0.013396136,-0.007635723,-0.007956991,0.023504877,-0.033053268,0.015435816,-0.018125502,0.032007277,0.0052486258,-0.022563487,0.022518659,0.0013962091,0.00050104765,0.02921299,-0.0012056896,-0.0019705694,-0.019799085,0.0044641336,0.0038178614,-0.020023227,0.0103328815,-0.00811389,0.048772994,0.026104908,0.0062983506,0.015480644,0.020023227,0.017751936,0.0009563332,0.037028026,-0.030841745,0.047248837,0.029138278,-0.027419867,-0.021427842,-0.0012747997,0.03058772,0.0056259288,-0.007366754,-0.015779497,-0.009369077,0.004815287,0.027658949,-0.014419712,-0.0058052414,-0.01474098,-0.0018267458,0.01198405,0.0014896011,0.076925054,-0.005558687,-0.0018258119,-0.0029175633,0.025312945,0.009129994,0.0028110966,0.0047293664,-0.037028026,-0.012028879,-0.030468179,-0.022996824,0.003291131,-0.0007709503,0.000102089034,-0.012686358,0.00016121779,-0.030273924,0.037625734,-0.010302996,0.015809383,0.033740632,0.0033546377,-0.016646175,-0.01208865,-0.0055026514,0.018304816,-0.0061153024,0.004538847,0.029750928,0.022683028,-0.016646175,-0.005842598,0.017617451,0.012447274,0.03179808,-0.03550387,-0.019769201,-0.005024485,-0.0055063874,-0.018155389,0.0035021969,0.005950933,-0.019246206,0.016870316,0.0035600998,-0.044230413,-0.002689687,-0.025417544,-0.04300511,-0.04697987,0.03025898,0.03191762,0.030214153,0.021726696,-0.018514013,-0.009017923,0.029302647,0.007964463,0.010564493,-0.013276595,0.03947863,-0.0641341,0.0058575408,-0.0050207493,-0.01214842,0.0020957147,-0.019066893,0.003547025,-0.007564745,-0.014232928,0.01911172,0.032395788,-0.011969108,0.015263975,0.010355296,0.015794441,0.0050767846,0.0062572584,0.0070417505,-0.042228088,0.0028372463,0.01911172,0.005939726,-0.018543899,-0.011797267,-0.0027625328,-0.00081811316,-0.017243883,0.016571462,-0.041062556,-0.014382355,0.0342188,0.029332533,-0.012028879,0.008950681,-0.02341522,-0.008517343,-0.016407091,-0.01960483,-0.028854366,0.027285382,0.0034368224,-0.010893233,-0.01893241,-0.038522296,-0.027688835,0.0014896011,-0.0150771905,0.020710591,0.0002320789,0.025910653,0.020830132,0.029960126,0.029900355,-0.00016425303,-0.0213083,0.01353062,-0.0015400327,-0.054361567,0.03224636,0.019081837,-0.005681964,0.003201475,-0.010885762,0.007038015,0.032007277,-0.029556673,0.041720036,-0.036310777,-0.013515678,0.0065112845,0.025058918,-0.004748045,-0.0016044731,0.003844011,-0.01970943,-0.03903035,-0.034906164,0.010444952,-0.027195726,0.008524814,0.0023049125,-0.013254181,-0.008457572,-0.035205018,0.0069408873,0.038522296,-0.021861179,0.003709527,0.020725533,-0.022354288,0.030722205,0.014344998,-0.0064403065,-0.016691003,0.009907015,-0.017617451,-0.013650162,-0.0084949285,-0.021681868,-0.028645169,-0.003547025,-0.005599779,0.035294674,-0.005050635,-0.0397476,0.0061676023,0.005924783,0.0101834545,-0.005371903,0.0003133299,-0.031439453,0.005498916,0.03882115,-0.02727044,0.0051813833,0.02069565,-0.018543899,0.012185777,-0.0075423312,-0.0076431944,-0.013680047,0.0015755217,-0.0005561489,0.03598204,0.006802667,-0.0035190075,-0.015062248,0.004101773,-0.0035414214,0.020919789,-0.024535924,-0.005002071,0.03876138,-0.008166189,-0.026657788,-0.018588727,0.0010880159,0.037775163,-0.0028708675,-0.014479483,-0.061743263,0.0017884552,0.01811056,0.024939377,-0.0036460203,-0.009197236,0.024012929,0.008270788,0.0015344291,0.010736334,-0.0076170447,0.019305976,0.009780001,-0.027135955,0.002887678,0.03484639,0.021054273,-0.03849241,0.013478321,0.022369232,0.011117374,-0.031021059,0.026896872,0.013777175,0.0153909875,-0.0037749012,0.01441224,0.03610158,-0.010295524,-0.010534608,0.020277252,0.01154324,-0.021278413,0.02257843,-0.00899551,-0.016631233,0.013829474,-0.021188758,-0.034039486,0.026792273,0.009503561,-0.0047293664,-0.005670757,0.0077029653,-0.01595881,-0.012357618,-0.008308145,0.016048467,0.010146097,0.014995006,-0.021442784,0.008300673,0.0061040954,-0.007658137,0.0039336677,-0.019305976,-0.023489935,0.0050618416,-0.04091313,0.004019588,0.006769046,-0.016541576,-0.010205869,-0.0169002,-0.016556518,0.001536297,-0.025103746,-0.0073331334,0.021906007,-0.018215159,0.03335212,-0.0015596449,0.00030445764,0.007822507,-0.038044132,0.007994348,-0.016003639,-0.03595215,-0.045336172,0.002876471,-0.02296694,0.012716243,0.016212836,-0.038133785,-0.021726696,0.0051701763,0.0051925904,-0.0072808336,-0.025073862,0.018588727,-0.02163704,0.02048645,-0.009227121,0.005289718,0.012544402,0.03622112,0.030901518,0.028675053,-0.0041503366,0.01778182,0.02644859,-0.023101425,0.014404769,0.035234902,0.018977238,0.021651981,-0.0226382,0.03517513,0.021054273,-0.041182097,0.04378213,-0.011289215,0.0198738,0.021039331,-0.008084004,-0.021711752,-0.016765717,-0.0021760317,0.019724373,0.0064739278,0.0269417,0.032814182,0.024969263,0.021920951,-0.0141881,0.0091075795,0.02954173,0.015405931,0.031738307,0.0022582165,0.036400434,-0.019530118,0.02032208,-0.021128986,-0.017468024,-0.0057790917,0.015689842,-0.033770517,0.00043170413,-0.008472514,-0.006522491,-0.008479986,-0.0021573533,0.027733663,0.0010385182,0.0034517653,0.016915144,0.003302338,0.00905528,0.0512236,0.042556826,0.0008260515,-0.06383524,0.018872637,0.0054727662,0.0198738,0.0021891065,0.0048601152,0.00006128845,-0.031768195,-0.034965932,-0.019784143,0.0014961385,0.019500231,-0.010743806,-0.0023067803,-0.012118535,-0.04500743,0.0021087895,-0.02958656,0.029138278,-0.01882781,-0.012253019,-0.042646483,-0.025776168,0.010743806,-0.012193249,-0.036729172,0.028585397,0.014128329,-0.0002402507,0.032933723,-0.002228331,0.022055434,-0.004426777,0.0054354095,0.02290717],"social":"https://twitter.com/jdzie_"},{"title":"infiopp","description":"a community-based opportunities board for developers to add, update and track opportunities in one click.","niche":"other","youtube_url":"https://youtube.com/watch?v=TgC_OdYABI8","youtube_transcript":"Hybrid space, Rajir, Ascena, and the University of London, and the self taught software and electronics engineer, who has taken a lot of unconventional steps such as dropping out of college and joining and remote online degree program. And, yeah, talking about the unconventional step, I have built an unconventional way of sharing about opportunity. So instead of every developer going to finding about opportunity on your own and then spending the same time over and over again. What you can do is add that particular opportunity and the rest of the community can see, and you can update the information if any of the time flow is being still and it will be added to a new one calendar, Discord, WhatsApp, Telegram, the whatever way you want to get notification. Now coming to metrics, I literally DM each of my friend on Twitter. What's the Reddit Telegram? And even I called a lot of them just to look at my app. Test my app and get me some feedback. But friends being real friends, none of them even bothered to sign up and even look at it. So but, yeah, there was thirty five journalists developed or throughout the world who bothered to look at my app. Yeah. You can do so you all invent first night in season four. And, actually, until then, happy hacking.","embedding":[-0.011606336,0.011553938,-0.015571179,0.05477422,0.025308624,-0.023911323,0.038076468,0.03019918,0.0065760505,0.041080665,0.01863651,-0.05557767,-0.00040636366,0.027684037,0.042547833,0.01788546,-0.053062525,-0.024120918,-0.03437362,0.06696568,0.009292055,0.04611095,0.046250682,0.016121367,0.022024965,-0.022426689,-0.026845656,0.050058328,-0.016959747,-0.013580024,0.031142358,-0.031963274,-0.007658959,0.03192834,0.0278063,0.021308849,0.010130436,-0.02120405,0.043665674,0.009894641,-0.030303977,-0.04471365,0.016592955,0.010139169,-0.035596255,-0.024452778,-0.053167325,0.033640034,0.009353187,0.034618147,-0.0848162,0.0025740915,0.011746066,0.02139618,-0.054844085,-0.070563726,-0.020278338,0.021273917,-0.040242285,0.031701278,0.04125533,-0.014060346,0.0410108,-0.020994456,0.005986564,0.0110823475,-0.020016344,-0.0042508533,-0.00601713,0.03245233,0.0498138,0.0219027,0.01540525,-0.021099253,0.0023797792,0.00070902135,-0.0080563165,0.03720315,-0.013501426,-0.014628001,0.028924141,0.0026701558,-0.019247828,-0.004377484,-0.032033138,-0.017370205,-0.062110055,-0.058127746,-0.035177067,-0.032836586,0.0038578622,0.031544082,-0.018741308,0.010043105,0.01676762,0.0027771369,-0.03019918,0.036853828,0.03404176,0.03727302,0.008536639,-0.022269493,-0.00081818557,-0.03786687,0.038844984,0.018426914,0.012418518,0.00053927104,0.022793481,-0.0060302294,-0.1506291,-0.0031351952,-0.015553713,-0.030094381,0.03126462,-0.02256642,0.08230106,-0.07936673,0.011946928,-0.008405642,-0.068328045,0.0052835466,0.03692369,0.019387558,0.016619155,-0.04129026,-0.026042208,-0.042722493,-0.013029837,-0.03716822,0.054983817,0.008785534,0.041080665,-0.050617248,-0.002687622,-0.032469794,-0.027684037,-0.019457424,-0.01821732,0.0023513965,0.0037312317,-0.045377366,-0.008754968,-0.0111784125,-0.019632086,-0.0439102,-0.047263723,0.023003077,-0.037692208,-0.038565524,0.00777249,-0.015457649,-0.02289828,0.024662372,0.032522194,0.0078860205,-0.0143572735,0.051420696,-0.011099814,-0.031753678,-0.014016681,-0.031351954,-0.033168446,0.010409896,-0.054529693,0.006327156,-0.0022880812,-0.0687123,-0.059804507,-0.00088750484,-0.039089512,-0.07566388,0.0022203994,0.025483286,0.04956927,0.010715556,0.034827743,-0.083418906,-0.031579014,-0.058022946,-0.039718296,0.00037634352,-0.02663606,-0.006580417,-0.03632984,-0.027090184,0.032434862,-0.0039517432,0.02869708,0.013291831,0.0036286174,0.05019806,0.009466718,0.014296141,0.00894273,-0.029186135,0.048835687,-0.016723953,-0.013274365,-0.02209483,0.019876614,0.038216196,0.045866422,-0.008615238,-0.0019431225,-0.012304987,0.0052398806,-0.016418293,-0.010968817,-0.02958786,0.082790114,-0.010829087,0.010706823,0.025011698,-0.029727591,-0.042233437,-0.021291383,0.015073391,-0.044678718,0.022147229,0.0143310735,0.037901804,-0.0070956717,-0.0077462904,0.025727814,0.01203426,0.0066633816,-0.033779766,0.042233437,0.0011009208,0.039683364,0.006628449,-0.009414319,-0.0587216,0.042058777,-0.032103002,0.028941609,-0.04321155,-0.0044888314,0.0034452216,0.022723617,-0.0036111511,0.046180815,0.025291158,-0.0019955214,0.015649777,-0.04705413,-0.06584784,-0.0112395445,0.048626095,0.03978816,0.020295804,-0.0073358333,0.026653526,-0.026408998,-0.018846104,-0.017518668,0.01565851,0.02944813,-0.028906675,-0.010051838,0.009501651,-0.03262699,0.033832163,0.014889995,0.027771369,-0.0455171,0.0113618085,-0.0039932257,-0.03329071,-0.00424867,0.0033469738,0.011466606,-0.0050695846,0.002993282,-0.03549146,0.016933547,0.037377816,-0.00775939,-0.03975323,0.006165593,0.03245233,0.004231204,0.0017881093,0.025867544,0.02546582,0.031771142,0.038810052,0.005833734,-0.0020380954,0.01744007,-0.037622344,0.02738711,-0.012427251,0.042163573,0.0025850078,0.0470192,-0.0024605608,-0.028522417,-0.020103676,0.026269268,-0.0425129,-0.021413647,-0.0112133445,-0.017370205,-0.015955437,0.050826844,0.009685046,-0.020749928,-0.03591065,-0.024435312,0.039124444,0.0060214964,-0.020627664,-0.024924366,-0.0016494708,0.03442602,0.00027250109,-0.0039670262,-0.023247605,-0.035334263,-0.04785758,-0.01362369,-0.025902478,-0.00615686,-0.028609749,0.036259975,-0.031334486,-0.011903263,-0.027823767,0.015719643,-0.08851905,0.008248446,0.0144708045,-0.005274813,-0.005995297,-0.041464925,0.0019169231,0.027928565,0.02415585,-0.04377047,-0.022968143,-0.009772378,0.019876614,0.013422828,0.024802102,-0.031334486,-0.011108547,-0.002362313,0.025133962,-0.054844085,-0.018619044,0.009457985,-0.030076915,0.0032683755,-0.030793034,-0.0113705415,-0.020680062,-0.020959523,-0.00030511388,-0.009816043,0.029203603,0.050023396,-0.014575602,0.02289828,0.026059674,-0.069900006,-0.04142999,-0.007571628,-0.013990481,0.026234336,-0.0041569723,0.020453,-0.0113006765,-0.032504726,0.00851044,0.030845432,0.026461398,-0.00075978274,0.05023299,0.0762228,0.020732462,-0.020942057,-0.0032378098,0.0048206905,0.05103644,0.016112633,-0.03783194,-0.050896708,0.0026526896,0.026932986,-0.03496747,-0.025780214,0.0015621395,-0.0067157806,0.00511325,0.025395956,0.0040041422,0.014715332,0.012540781,0.03126462,-0.0145319365,-0.028871743,-0.011440407,0.013964282,0.046984263,-0.008453675,0.022933211,0.0059123323,0.03702849,-0.00044702733,-0.028260423,0.057568822,-0.049080215,-0.025413422,-0.040207352,-0.025570618,-0.02303801,0.04673974,0.04673974,-0.00411549,-0.06619716,0.008235346,-0.04677467,0.027753903,0.031386886,0.019859148,0.009030061,0.010147902,-0.04869596,-0.025972342,0.019073166,-0.010794154,-0.004964787,0.015745841,0.010357497,0.016077701,0.02958786,0.0018557911,0.021937635,-0.006541118,0.020819793,-0.055542737,-0.003779264,-0.038425792,0.010139169,-0.01877624,-0.031998206,0.0039451937,0.007357666,-0.030775566,-0.05900106,0.001069809,0.022671217,-0.061725795,-0.06507932,0.016243631,-0.0018798072,0.01849678,0.023963721,-0.031212224,0.03674903,-0.03491507,0.027561773,0.040766273,0.0036591834,-0.030076915,0.006217992,0.024085985,0.0013580024,0.03267939,-0.055787265,0.013780886,0.012942506,-0.057988014,0.012470916,0.03922924,0.022374291,-0.013239432,-0.004685327,-0.01676762,-0.0021516262,0.015466382,0.04045188,0.0044145994,-0.022286959,-0.027491909,0.0077244574,-0.02106432,0.026304202,-0.014523203,0.032661922,0.0055106077,-0.023614395,0.0038382127,-0.040661477,-0.006108828,-0.049988464,-0.0036111511,-0.0012335553,0.052783065,-0.026181938,-0.051525496,0.082091466,0.016112633,0.0338147,-0.028976541,-0.042303305,-0.041080665,0.015448915,-0.025221292,-0.006541118,0.026129538,-0.017256673,0.0008007193,-0.026566196,-0.008235346,0.016776351,-0.02387639,0.015047191,-0.046984263,-0.021116719,-0.034216423,0.024575042,0.014715332,0.022985611,-0.024802102,-0.0064013875,-0.02991972,-0.019108098,0.0144271385,-0.0071655368,0.023334935,0.026321668,-0.017536134,0.010846553,-0.035177067,-0.060642887,-0.0071568037,-0.011807198,0.018758774,0.0035041703,0.051770024,-0.013283098,-0.029745057,-0.018601576,-0.0113705415,-0.008401276,-0.0022727982,0.004742092,0.0542153,-0.02794603,0.029692657,-0.009073727,0.020854726,0.025151428,-0.005742036,-0.0024736603,0.032766722,0.024190784,0.01390315,-0.0012357385,0.03398936,0.012470916,0.009536583,0.038705252,-0.0110736145,0.0019431225,-0.011711134,0.0061000944,0.037692208,-0.04181425,-0.029989585,-0.040661477,0.008977663,-0.014339807,-0.0070083407,-0.0068336776,0.0061830594,0.02766657,-0.022252027,-0.01273291,-0.043945134,0.05201455,-0.04460885,-0.0005933073,-0.0144271385,0.023003077,-0.0033426073,0.0056285053,0.0015523147,-0.0040237918,0.021728039,0.006711414,-0.014025414,0.036120243,-0.019527288,-0.012104125,0.017204275,0.00997324,0.0410108,-0.021151653,0.008824833,-0.03320338,-0.015553713,0.007680792,0.01261938,-0.016313495,-0.010689356,-0.04460885,-0.022059899,0.0078729205,-0.0038338462,-0.0219551,-0.04293209,0.05680031,-0.0030522305,0.012121591,0.030827966,0.012680512,-0.026147004,-0.03117729,-0.018182386,0.040242285,0.059420247,0.019160498,-0.0078423545,-0.042617697,0.017265407,0.0010692632,0.020819793,0.015990369,0.014025414,0.021011923,-0.0015806974,0.0027553039,-0.024871968,0.039823093,0.041953977,-0.025727814,-0.0075148623,-0.032434862,-0.015108323,0.000673543,0.0066764816,-0.015344118,-0.008148015,0.00205447,0.011702401,-0.038740184,0.01509959,-0.013160834,0.073148735,0.025762748,0.010008172,-0.00012253679,-0.029762523,-0.01777193,0.0029714492,0.0036155176,0.0023994287,0.0009764736,-0.015012259,0.0035303696,-0.026408998,0.025815146,0.038844984,0.0037421482,0.009195991,0.01777193,-0.037342884,0.030461174,0.0077069914,-0.017317805,0.031334486,0.002502043,0.0015326651,-0.069445886,-0.017833062,0.015571179,0.008104349,-0.012680512,-0.007549795,-0.010890219,0.0063140565,0.05805788,0.021745505,-0.0036373506,0.016453225,-0.04583149,-0.0071306042,0.006327156,0.016086435,-0.046041086,0.01716061,-0.019981412,-0.0005845742,0.0010386972,-0.019212896,-0.054320097,-0.013475227,0.025203826,-0.04321155,0.0006145944,-0.020470468,0.0040106922,0.00791222,-0.010331298,0.026286736,0.016086435,-0.021029389,0.002617757,0.027876167,0.010898952,0.003770531,-0.0076764254,-0.0003416839,-0.089147836,0.025570618,-0.05065218,-0.02902894,0.0024889433,0.0058512003,-0.01807759,0.006388288,-0.015754575,-0.024173317,-0.001642921,-0.064206004,-0.019859148,-0.019649552,0.019405026,0.024033587,0.0205054,0.02649633,0.014942394,-0.041744385,-0.0066764816,-0.016924815,-0.017378937,0.018339584,-0.0011342159,0.0017608183,0.029972117,0.02106432,0.0015031908,0.015946703,0.037936736,-0.010960084,0.03529933,-0.0055892062,0.021291383,-0.032050606,0.035281863,-0.029692657,0.01348396,-0.010654424,0.042477965,-0.019265296,0.058302406,0.0045761624,0.019300228,-0.0052093146,0.010296366,0.0066371826,0.03033891,0.0024605608,-0.023195205,0.010898952,0.024575042,0.024575042,-0.010191568,-0.014872529,-0.03128209,0.017536134,-0.029081339,-0.032644458,0.01671522,0.03108996,0.004663494,-0.01069809,0.018933436,-0.019841682,-0.0068467776,0.002462744,-0.035404127,0.037657276,-0.006327156,0.0024452778,-0.0513159,0.0072528683,0.00010759495,-0.016444493,-0.02546582,0.024871968,0.03554386,0.01596417,-0.09697273,-0.052538536,0.04607602,-0.009484184,-0.0040696408,-0.0013787437,0.02022594,-0.008169848,0.0009999439,0.018950902,0.023474665,-0.047368523,0.023631861,-0.020156074,0.008628337,0.03491507,0.019387558,-0.022828413,-0.00059821975,0.025395956,-0.030321443,-0.016034035,0.009265856,0.03384963,-0.024662372,0.000515255,-0.0016178133,0.024260648,-0.009545316,-0.025291158,0.01640956,-0.010968817,0.0023230137,-0.019911546,-0.005174382,0.019439958,-0.023474665,0.024819568,0.02621687,-0.045202706,-0.023527065,-0.030129315,0.01749247,-0.03702849,0.018182386,-0.0009944857,-0.0023972455,0.013553825,0.0075148623,0.018601576,-0.0067856456,0.01509959,-0.013824552,0.008484241,-0.01053216,0.03343044,-0.013029837,-0.0030871632,0.012470916,0.0041285893,0.017361471,-0.038286064,0.019649552,-0.014156411,0.008571572,0.020400602,0.0036046014,-0.0051394496,-0.022810947,0.019230362,-0.0043731174,0.029710123,0.039823093,-0.020749928,-0.0054145437,-0.010043105,0.01713441,-0.011379275,0.008475508,-0.020627664,0.0034583213,-0.010130436,-0.004316352,0.014898728,-0.022059899,0.018950902,-0.0047464585,-0.01835705,0.01702088,0.03664423,0.048521295,0.005497508,0.0026701558,-0.018095056,-0.020138608,0.017623466,-0.051804956,-0.004711526,0.024190784,0.0076982584,-0.0015894305,0.0079471525,-0.007257235,0.01947489,-0.025570618,0.041045733,-0.0062747574,-0.0052791797,0.01891597,-0.009257123,-0.02064513,0.007763757,0.0074624633,0.026950454,0.017151877,0.025116496,-0.008554106,-0.01261938,0.029727591,-0.014051613,0.031369418,0.010174102,-0.01287264,0.012706711,0.0032378098,-0.0025151428,-0.0040172418,-0.0069079096,0.015903039,-0.010785421,0.029395731,0.025011698,0.02958786,0.035002403,-0.008187314,0.031701278,0.0044888314,0.03543906,-0.016846217,0.020680062,-0.011711134,0.015876839,0.01259318,0.002587191,0.0032116103,-0.002408162,-0.0053010127,0.026024742,-0.035142135,-0.0079034865,0.0080694165,0.024732238,0.0112395445,0.009283322,0.0015654144,0.028539885,-0.030827966,-0.028976541,-0.020453,0.029133737,-0.008689469,0.0366093,0.031806078,-0.034443483,0.017064545,-0.031718746,0.015169455,-0.0030413142,-0.012523315,0.02677579,-0.0018656158,-0.032085538,0.028382687,-0.019981412,0.029081339,-0.004063091,0.0111871455,0.01994648,0.025483286,0.033971895,0.016313495,0.013571291,0.0035740354,0.0067943786,0.017291607,-0.008768067,-0.013352963,-0.026653526,-0.0041875383,-0.039683364,0.028260423,0.010724289,0.019597154,-0.014339807,-0.017012145,-0.016496891,-0.013309297,0.012226389,-0.002609024,-0.025710348,-0.035980515,-0.03343044,0.029011473,0.013405362,0.022601353,0.034006827,0.006567317,0.0056154057,-0.009012595,0.049778868,0.020872192,0.034146555,0.004641661,-0.008156748,-0.00029146837,0.015422716,0.002993282,-0.016365895,-0.028836811,-0.008920897,0.0007068381,-0.020121142,-0.01273291,0.005375244,0.003927727,0.02607714,-0.041639585,-0.0021057772,-0.014741532,0.008877232,0.002892851,0.023090407,-0.0026526896,-0.0019114648,-0.009466718,-0.026147004,0.00863707,-0.00234048,0.034391083,0.007091305,-0.01713441,0.0073358333,0.010759222,-0.010217767,0.002197475,0.017413871,0.04845143,-0.027544307,-0.0034299386,-0.030443707,-0.028574817,0.035945583,0.019527288,0.048067175,0.0005147091,0.019597154,-0.016138833,0.011405474,0.0016156299,0.001785926,-0.015431449,-0.008881598,0.0067856456,-0.015728375,-0.0143834725,-0.015335385,0.0026614228,0.008960196,-0.011702401,0.029151203,-0.008126182,0.014462071,-0.0075628944,0.02153591,-0.018322116,0.01203426,-0.020435534,-0.005379611,-0.021588309,0.03409416,-0.0071830032,-0.0057071033,-0.026863122,0.013990481,0.009064994,0.010654424,-0.0234572,-0.012925039,-0.009685046,0.0052311476,0.02275855,0.021448579,0.006025863,-0.01646196,-0.039368972,-0.0037967302,-0.004593629,-0.0080781495,0.056206454,0.042303305,0.006541118,0.027422043,0.010767955,-0.03978816,0.018793706,-0.017920392,0.0080432175,-0.0008149106,0.00024889433,0.0061219274,-0.041744385,0.0062834905,0.021885235,0.020156074,-0.016968481,-0.011108547,0.004654761,-0.017256673,0.004340368,0.007658959,-0.0067463466,0.014986059,0.015990369,0.020819793,-0.011274477,-0.008907798,0.0056328718,0.029098805,0.021518445,0.007348933,-0.00025680874,-0.020907125,0.02092459,0.0075628944,-0.04097587,0.0113530755,-0.0144882705,-0.008685103,-0.0048512565,-0.012226389,0.00020181728,-0.021832837,-0.02008621,0.02317774,-0.009545316,0.008449308,0.041919045,0.03320338,0.011719867,0.018374516,0.11150467,-0.00952785,0.025692882,-0.022531487,0.024085985,-0.0031875942,-0.011938195,0.021186585,-0.017230475,-0.0013307114,0.009885908,-0.0026919888,-0.0009158875,0.020470468,-0.017920392,0.01144914,-0.006558584,-0.0025588085,0.014855062,0.015143256,0.052922796,0.027212448,0.0112482775,-0.0052398806,-0.04415473,-0.014837596,0.038425792,0.037797008,-0.005497508,0.009178525,-0.0050826846,-0.004903655,0.006204892,0.018881038,0.0017215192,0.016924815,0.0011440406,0.01749247,-0.01877624,-0.03947377,-0.025116496,-0.0367141,0.024138384,-0.012060459,0.0016145383,0.0055630067,-0.0079427855,-0.0032989415,-0.040102553,-0.042198505,0.0042508533,-0.0071175047,0.0005081593,0.013056036,0.0079165865,-0.00062169,0.037063424,0.026740858,0.037412748,0.018758774,-0.014968593,-0.0064756195,0.013702288,-0.002764037,-0.015151989,-0.03404176,-0.021116719,-0.023719193,0.034897607,-0.014750265,-0.012610646,0.01275911,0.031998206,0.0032203435,0.0039211772,0.007418798,-0.0054320097,0.033936962,0.022112297,0.022479089,0.00703454,-0.0026592396,-0.0060389624,0.01660169,-0.009588982,-0.000015010075,-0.010165369,0.014060346,-0.0039539267,0.021046855,-0.025291158,0.02537849,0.008698202,-0.02565795,-0.008388176,-0.009292055,-0.011501539,0.017370205,-0.02162324,-0.024679838,0.03975323,0.016470691,0.0009710154,0.014986059,-0.038460724,-0.0029125004,-0.012392318,0.0077681234,-0.00040227,-0.00027250109,-0.010820353,-0.009754911,0.0001089595,0.0036897494,0.0366093,0.0070651057,-0.011842131,0.03619011,0.029378265,-0.0008482057,-0.006790012,0.012392318,-0.02022594,-0.024976766,0.0006517102,0.011772266,0.025256226,-0.04031215,0.034722943,0.013658622,0.016208697,0.016662821,0.03786687,0.004285786,-0.0082135135,0.0023361135,-0.0047901245,-0.027736435,-0.01816492,0.0061131944,-0.02003381,-0.0026068408,-0.019998878,-0.008379443,0.010872752,-0.024051053,0.00024357258,0.0043512844,0.011571404,0.0065149185,0.021500977,0.011798465,0.004493198,0.030426241,-0.008248446,-0.0020271789,0.016872415,-0.02373666,-0.03758741,-0.020330738,-0.007134971,-0.008602138,0.0145319365,-0.03287152,0.023841457,0.00041400516,-0.009571516,0.0081611145,-0.014523203,0.0043294514,0.039578564,-0.025500754,-0.015344118,-0.0012881374,0.051839888,-0.011833398,0.0053403117,-0.022426689,-0.008920897,-0.018374516,-0.008737501,0.003148295,-0.0111522125,0.011326876,0.02078486,0.008252813,-0.015143256,-0.0052093146,0.0145406695,-0.00019622262,-0.0067856456,0.0071087717,0.008903431,0.0144970035,-0.0073751323,0.011405474,-0.05519341,-0.017195541,-0.026950454,0.036574367,0.009344454,-0.014243742,-0.013684822,-0.022077365,0.0012073559,0.018653976,-0.016025303,-0.008798633,0.03692369,-0.0048599895,0.00043501926,-0.006872977,-0.015553713,-0.015903039,0.028994007,-0.008772434,-0.008628337,0.050337788,0.031421818,-0.027474442,0.0054844087,-0.017606,0.021693107,-0.055682465,0.022741083,0.0026221236,0.032993782,-0.02705525,-0.020907125,0.012051726,0.012863907,-0.01523932,0.0062616575,0.020994456,-0.01933516,0.025535686,-0.03688876,-0.026985386,-0.028871743,-0.00952785,0.0046678605,0.013510159,0.020959523,0.008506073,-0.00336444,0.008711302,0.009038795,0.022252027,0.014872529,-0.009711246,0.017405137,0.012986171,0.0026002908,-0.02209483,-0.0013962099,-0.010139169,0.010584559,-0.046704803,-0.0063708215,-0.0000783253,-0.010034372,0.0043600174,0.010462295,-0.021081787,-0.005174382,0.009283322,0.024924366,0.019998878,-0.036783963,0.0042836023,0.009772378,0.011946928,0.017108211,-0.009143592,-0.016820017,-0.016889883,-0.0038491292,0.022723617,-0.0049080215,-0.04363074,-0.030880364,0.003739965,-0.032033138,0.013379162,0.01774573,0.010776688,-0.0040827403,-0.011510272,0.036958627,0.027002852,-0.02719498,0.010881485,-0.0017531768,0.017562333,0.020191008,0.022461623,-0.0112919435,-0.00033104038,0.0053228457,0.024225716,0.0015097406,-0.0036722831,0.01643576,-0.0071393377,0.026932986,0.012165257,0.0062136254,-0.008222247,-0.008951463,0.0015839722,0.011545204,-0.018269718,0.023719193,0.0000055989285,0.023963721,0.016802551,0.013230699,-0.005235514,-0.018653976,0.015579912,-0.0072135692,0.021640707,0.027858699,0.028190559,0.004803224,0.010261433,-0.0014486087,-0.029273467,0.034495883,0.0077768564,0.052328944,0.017728264,0.046180815,-0.03755248,0.043945134,-0.0007936236,0.024557574,-0.019143032,0.02003381,-0.024365446,-0.015143256,-0.020680062,0.0059385314,0.0027574874,-0.02752684,0.013082236,0.00924839,-0.0112046115,0.0030718802,-0.0072703348,-0.0014071263,0.035561323,0.03039131,0.029256001,-0.03309858,0.02560555,-0.0034517716,-0.0145319365,-0.008606505,0.0072310353,0.0007914403,-0.02359693,-0.0143834725,-0.0017597267,-0.045412302,0.009711246,0.0049298545,0.0020359121,0.01039243,-0.0077462904,0.032574594,-0.019212896,0.017221741,0.00380983,-0.01540525,-0.051560428,-0.038041536,0.032644458,-0.01008677,-0.035561323,0.034810275,-0.019859148,0.023107875,0.011842131,0.008361977,-0.01359749,-0.029989585,-0.029116271,-0.024120918],"social":"https://twitter.com/RajGM_Hacks"},{"title":"nova","description":"your virtual life coach and accountability partner","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=XiLI38vEFXo","youtube_transcript":"Hi. My name is Severia, and for the past six weeks I worked on Nova, a digital personal assistant. That helps you understand what your goals are and sets you daily objectives and tasks to reach those goals. And let it make sure that you stick by your promises, by cooling you and reminding you what you have to do that day. At first, you set your goals. And then novests are suggesting you. Tasks that you should do at, three sets of webshop. And then Nova start sending you emails. So many that you will do your tasks to stop receiving them. And if you tried, no worries. No. Reminding you about our little challenge to run for thirty minutes. I know you want to run a marathon, but let me start with the baby Are you here? Bye. I wasn't really sure it could be a launch and market item project within six weeks and get some real users. However, after three weeks, I was already getting close to my goal, which was fifty users using Nova. The biggest lesson I learned during night and weekends though, is that if it do not market your product, then users will not come to use it.","embedding":[-0.041974932,0.036764927,0.0016957086,-0.012771062,-0.00499292,-0.023805456,0.039255247,0.028769704,0.031685993,0.0032767316,0.010854173,-0.03126002,-0.030801278,-0.07510269,0.02660706,0.010313513,-0.04249921,-0.013786849,-0.026131935,0.04312179,0.029670805,0.047316004,0.0054352786,-0.0028569004,-0.00998584,-0.022806052,0.02293712,0.01751413,0.0029613462,-0.016596645,-0.023805456,-0.022199856,-0.04276135,0.028458415,0.032095585,-0.012091139,0.030817661,-0.02449357,0.013639395,0.04128682,-0.03420908,-0.028900772,0.057015132,-0.0068319854,-0.032177504,0.036732163,0.022855204,0.008699723,0.038763735,0.04420311,-0.055475067,0.005046167,-0.009150273,0.044268645,0.026639828,-0.05200173,0.02919568,0.034503985,-0.027082186,0.031817064,0.022183472,-0.05236217,0.04407204,0.040795308,-0.0008529742,0.0053738398,-0.010387239,-0.0022773284,-0.043187324,-0.014950088,0.02369077,0.038993105,-0.0011120408,-0.050101228,-0.034995493,-0.015384255,0.015457981,0.033258826,0.031554926,-0.0051485645,0.008175446,-0.04459632,0.020954698,0.026770897,-0.02118407,-0.048069652,-0.08185276,-0.0044153957,-0.020708945,-0.027082186,-0.028458415,0.04505506,-0.020348504,0.029261213,0.05344349,0.012107523,-0.03247241,0.013450983,0.05678576,0.012656376,0.02239646,-0.019578472,0.006410106,0.00064152264,-0.004829083,-0.009862962,0.005414799,0.01272191,0.0149255125,-0.0122795515,-0.12307404,0.008486735,0.028769704,-0.023297561,0.03407801,0.023543317,0.0060332823,-0.01464699,0.02763923,-0.0260664,-0.040434867,0.019660389,0.0011663117,0.042990718,0.021216838,-0.012918514,0.014221015,0.0420077,-0.0132953385,-0.015498941,0.027508162,-0.044366945,0.04259751,-0.029949328,-0.018529918,-0.041745562,-0.0386982,-0.01746498,-0.02221624,0.06314262,0.00073214475,-0.026213853,0.010362664,0.0016905888,-0.009084739,-0.051805127,-0.0059554596,0.057211734,-0.05652362,-0.011403026,0.017530514,-0.004755357,-0.023264794,-0.003162046,0.031554926,0.027475394,-0.012975858,0.051837895,-0.048692234,-0.04004166,-0.012001029,-0.024641022,-0.010174252,-0.033815872,-0.065764,0.006451065,-0.011091736,-0.008535886,-0.04223707,0.008245076,-0.0029982096,-0.0038972627,-0.013188845,0.010608419,0.015892148,-0.031636845,0.04698833,-0.057178967,-0.0025538027,-0.035650842,-0.008773449,0.009772852,0.013819615,-0.038730968,-0.059177775,0.008355666,-0.029818257,-0.018103942,-0.009568056,-0.004093867,-0.006438778,-0.02650876,0.029638037,0.015113925,0.00795017,-0.044268645,0.06029186,-0.031047033,-0.014630606,0.016252588,0.0076306886,0.0024800762,0.029883793,-0.008879943,0.047053866,-0.07018759,-0.025640424,-0.0018841206,-0.01710454,-0.014343893,0.056130413,0.0151385,-0.028310962,0.0001342692,-0.06841816,-0.01898866,-0.03794455,0.014343893,0.019086963,0.036044046,0.03243964,-0.0043785325,0.03945185,-0.03350458,0.04164726,0.039156944,0.049249277,-0.009920305,0.011026202,0.006463353,0.019398252,0.0119682625,0.020872781,-0.04433418,0.009502522,-0.015056582,0.02405121,-0.04639852,0.009912114,-0.004808604,0.0129922405,0.01943102,0.008691531,0.0061438717,0.0052714422,-0.00036223244,-0.037682414,-0.049675252,0.041581724,0.0012062468,0.05016676,-0.0029060515,0.050494436,0.0235597,0.00032255327,-0.0045382734,-0.01885759,0.046922795,0.033815872,-0.012197633,0.018890359,-0.036076814,0.006705012,0.049413115,-0.007470948,0.04177833,-0.013459175,0.0052345786,0.021462591,-0.03551977,0.025066998,-0.042695813,0.035847444,0.024018442,0.0063159,0.012738294,-0.017088156,0.030391686,0.019644005,-0.03492996,0.00008684619,0.029310364,-0.039615687,-0.05921054,-0.0005345169,0.07693766,0.028556716,0.014204632,-0.004890522,0.028540332,-0.015007431,-0.01675229,0.0167441,0.01016606,0.0022650408,-0.019693157,0.021773882,-0.016653989,-0.008617804,0.04069701,0.019299949,0.014147289,0.0028528045,-0.009477946,0.0061070086,-0.0122795515,0.018742904,-0.0060005146,-0.018022023,-0.005033879,0.022461995,0.03345543,0.051346384,-0.011427602,-0.021528127,-0.08257364,0.05688406,-0.032226656,0.029080993,-0.0055417726,-0.0016352938,-0.045218896,-0.012041989,0.05154299,-0.008781641,-0.057539407,0.04898714,-0.008617804,-0.0020991561,0.0126809515,0.026131935,-0.060848907,-0.005472142,0.0076921275,0.0034897192,-0.05065827,-0.016645797,-0.0063486677,0.033881404,0.011181846,-0.015204035,-0.06101274,-0.04715217,0.006467449,0.014319317,0.026656212,0.016113328,-0.06638658,0.009387836,0.019693157,-0.030752126,-0.004358053,0.034012474,-0.015621818,-0.018038407,-0.004112298,0.03758411,-0.019725924,-0.011190038,0.016072368,-0.009084739,0.029031843,0.011624206,0.014565072,-0.0068196976,0.0019977824,-0.0069179996,0.0049601523,-0.017628817,0.021478975,0.015392447,-0.02118407,0.025198067,0.028360112,-0.09869516,-0.00014476498,0.00479222,0.028982691,-0.013508326,0.0069343834,0.075561434,-0.023330329,-0.0066886283,-0.033078607,0.032046434,0.0176452,0.027835835,-0.019398252,-0.058555193,-0.02562404,0.0504289,-0.030309768,0.035224866,0.009174849,0.026787281,0.052427705,0.0065411753,0.03981229,-0.013647587,-0.02020105,0.045251664,-0.04148342,-0.007565154,-0.007835484,-0.035683606,-0.036928765,-0.058686264,-0.008781641,0.054754186,-0.0063568596,-0.01110812,-0.052919216,0.0504289,0.031391088,0.005861254,0.007372646,-0.013049584,0.023264794,0.038272224,0.039713986,-0.025198067,-0.058194753,0.024034826,-0.01849715,0.014679758,0.025148915,0.030997882,-0.03371757,-0.023723537,-0.057310037,-0.015163075,0.004808604,-0.0075569623,0.029588887,0.004054955,-0.0043703406,-0.02064341,0.055901043,0.031997286,0.017825421,0.0571462,-0.02441165,-0.0703842,0.044661853,-0.00373957,-0.00058008387,-0.04112298,0.0005048215,0.034962725,-0.03443845,-0.044235878,-0.051313616,-0.02508338,0.050330598,-0.038894806,-0.05957098,0.047545377,-0.00085911807,0.0060906247,0.010403623,-0.021118535,0.0018769528,-0.05455758,0.044825688,0.01101801,0.004016044,-0.010813215,0.043809902,-0.0112555735,-0.012132099,0.026344921,-0.0033955132,-0.004069291,-0.030899579,-0.08224596,0.0061561596,-0.010452774,0.046136383,0.00053912477,0.02301904,0.0010475301,0.0025169395,0.009838386,0.04662789,0.018480767,0.018349698,0.019152496,0.030375302,-0.023969293,0.021593662,0.02660706,0.024378883,0.047316004,-0.021560894,0.030981498,-0.049052674,0.03479889,-0.036175117,-0.030342534,-0.0018400896,0.02118407,-0.00497244,-0.0073071118,0.08925817,0.03761688,-0.033373512,0.0063486677,-0.005861254,0.004607904,-0.00010354984,-0.05750664,0.011861769,-0.019496553,0.015105733,-0.035224866,0.01984061,0.019201647,0.021659195,-0.0023100958,0.018005641,-0.023248412,0.014851786,0.0135984365,0.021904951,0.005889925,0.0075856335,-0.036699396,0.0020827726,-0.041352354,0.008814408,-0.010862365,0.0010127148,0.012009221,0.022904353,-0.04698833,0.01715369,-0.011001626,-0.008355666,-0.019152496,-0.00051454926,-0.017677967,0.018480767,0.033520963,-0.010264362,-0.009813812,0.033209674,0.00967455,0.0093223015,-0.0062913247,0.014180056,0.0013373161,0.003207101,0.04456355,-0.02875332,0.015457981,0.0046160957,-0.014917321,-0.03627342,0.018005641,0.005029783,0.007565154,-0.002824133,0.025558507,-0.009781044,-0.015163075,-0.017186457,-0.0011570959,-0.009445179,-0.0637652,0.0068811364,-0.028818855,-0.0089127105,-0.009576248,-0.026787281,0.006319996,-0.008986437,-0.0077740457,-0.010247978,-0.036437254,0.017219225,-0.018464383,-0.032144736,-0.03591298,0.011697932,-0.024296965,-0.0055376766,-0.017399445,-0.0068852324,0.021741115,0.021528127,0.0044399714,-0.032587096,0.018038407,0.026770897,-0.013745889,-0.002342863,-0.01236147,-0.008478543,0.000026783442,0.0015431358,0.008036184,-0.0051198932,-0.030539138,-0.023608852,-0.0017018525,-0.015924916,-0.016113328,-0.034536753,0.013967069,-0.008617804,-0.009994032,-0.014081754,-0.008286035,-0.044006504,-0.036207885,-0.0021421632,0.010665761,0.028130742,0.043744367,0.0038255842,-0.008683339,-0.030637441,0.010460965,0.023461398,0.039353546,0.0086096125,-0.02942505,-0.017055389,-0.016940702,-0.035061028,0.02919568,0.006668149,0.045972545,-0.019185264,-0.011525904,0.018103942,-0.027164105,0.030965114,0.009215808,-0.0050625503,0.018415231,0.002883524,-0.018038407,-0.012467964,-0.013418216,0.025673192,-0.024837626,0.031047033,-0.01813671,-0.033783104,-0.035355933,-0.024362499,0.07005652,-0.030883195,-0.011296532,0.0068360814,-0.04787305,-0.00063998665,0.022593064,0.015597243,-0.044530783,0.008249172,0.0104363905,-0.0042474633,-0.021708347,0.006672245,-0.010329897,0.011542287,0.032669015,0.030522754,-0.053935003,-0.023723537,-0.015548091,0.019234415,0.020938314,0.014360276,0.0023756304,-0.035323165,0.04141789,-0.0030432646,-0.027606465,0.0051035094,-0.0028896676,0.03591298,-0.0038071526,0.0046652467,-0.0101332925,0.008335186,0.027688382,0.02844203,-0.00095281214,0.00080023933,0.029130144,-0.0038665433,0.0007823197,-0.020676177,0.023985676,0.025951715,-0.004640671,-0.069532245,-0.028835239,0.009609016,-0.019938912,0.021118535,-0.030473605,-0.025099764,-0.045382734,0.014802635,0.035355933,0.052820913,-0.013131502,0.0005637002,-0.010403623,-0.0055417726,-0.008413008,-0.028425647,-0.023952909,-0.002019286,0.018349698,-0.026394073,-0.017120922,0.0587518,-0.018153094,0.007872348,0.029670805,-0.026344921,-0.008568653,0.0035204384,-0.02839288,-0.011796234,0.0011816714,0.0034774314,-0.019594856,-0.005808007,0.0077085113,-0.01450773,-0.057834312,0.014917321,-0.04141789,-0.045481034,0.0128857475,-0.005521293,-0.021528127,0.027016653,0.05531123,-0.010100525,0.015769271,0.021560894,-0.0021790266,0.012164867,-0.011878152,0.01813671,-0.029801873,0.056851294,0.0068852324,-0.0026766802,0.0093223015,0.035224866,0.014884554,0.02216709,0.014294742,0.025820645,0.028605867,0.045808706,0.004980632,0.036830463,0.021298755,0.04567764,-0.00044747867,0.019742308,0.025918948,-0.036338955,-0.04403927,0.00014962888,0.006381435,-0.03905864,-0.028310962,0.005701513,0.021200454,0.056425318,0.007884636,0.0009359165,-0.00023282714,-0.038010087,0.011116312,-0.07149828,-0.013336298,-0.008396625,-0.025017846,-0.018185861,-0.010829598,-0.02136429,-0.0014079707,0.014761676,0.024116745,-0.0030494083,-0.005001112,-0.063077085,-0.00001868761,0.011124504,-0.025116147,-0.023363097,0.023838222,0.005418895,-0.07484055,0.038304992,-0.0002634185,0.04675896,-0.011517712,-0.004779932,-0.01590034,0.010288937,-0.009330493,0.006467449,-0.015261377,-0.0024104456,0.008699723,-0.0039095506,-0.0140080275,-0.0369943,0.03094873,-0.003696563,-0.022052404,-0.004276135,0.019398252,-0.000075134434,0.009330493,0.004980632,-0.009289534,-0.04662789,0.04433418,0.018710138,0.05409884,-0.01885759,0.0040979623,0.0014683853,-0.015220419,0.0062135025,-0.02472294,-0.013934301,-0.018120326,-0.0032746836,-0.0033381702,0.043777134,0.022085171,-0.0053042094,-0.00073624065,0.0036146445,0.0010326825,-0.021397058,-0.027573697,-0.0017335959,0.012001029,-0.03794455,-0.004186025,0.010813215,0.031456623,-0.0099366885,-0.03193175,-0.010420007,-0.038010087,-0.009330493,-0.003989421,0.037158135,0.022117939,-0.041352354,-0.011525904,-0.022330927,0.044661853,0.021937719,-0.016400041,0.038599897,-0.016367275,-0.02521445,-0.02552574,0.0135984365,-0.054066073,-0.01486817,-0.018824823,0.038796503,0.027082186,-0.0059677474,-0.019267183,-0.008179542,-0.03265263,0.043514997,-0.0019056243,0.042826883,0.0064469697,-0.0067992182,-0.032423258,-0.0017294999,0.015318721,-0.03094873,0.00363922,-0.020987466,0.022363693,-0.0031395184,0.0069917263,-0.014155481,0.023182876,-0.003637172,0.036338955,-0.0045423694,-0.010567459,0.033815872,0.0027954616,0.007835484,0.004169641,0.023936525,0.014302934,-0.030080397,0.061438717,-0.00036504838,-0.0125826495,-0.014270166,-0.0061643515,0.016375467,0.029867409,-0.027737534,0.0109524755,-0.011542287,0.023723537,0.0046775346,-0.022920737,0.0011007771,-0.02293712,-0.013713122,0.040139962,-0.0045423694,0.020266585,-0.0061315843,-0.027524546,-0.012828404,0.005459854,-0.0054066074,0.0017274519,-0.002930627,-0.0023244314,-0.019873377,-0.016580261,0.0218558,0.00499292,-0.0041471133,0.0018062983,-0.010026799,0.013729505,0.004919193,0.01630174,-0.0045587528,0.053509027,-0.015548091,0.030539138,0.005889925,-0.016826017,-0.010018607,-0.014040795,-0.02136429,0.025017846,-0.0015144644,-0.010370855,0.020168284,-0.0053738398,-0.025755111,-0.0061438717,0.015728312,-0.0074054133,-0.011525904,-0.0014601935,0.02740986,-0.020627026,0.054786954,-0.015277761,0.0012379902,0.010297129,0.00004038316,0.05265708,0.05124808,0.0063527636,-0.022003252,0.019201647,0.04236814,0.003698611,-0.0437116,-0.001633246,0.016146095,-0.03165323,0.0052304827,-0.010026799,-0.0076429765,-0.007139179,-0.035224866,0.013926109,0.031456623,0.0002062037,0.005181332,-0.027852219,-0.024018442,-0.018824823,0.025787879,0.006360955,-0.0007556962,0.011656973,-0.023363097,-0.0017817229,-0.039746754,0.008585037,-0.017219225,-0.001957847,0.0058817333,0.032095585,-0.00048280592,0.030719358,0.012418813,0.018169478,0.0006379387,-0.016031409,0.021413442,-0.0016045745,-0.016031409,-0.016178863,0.0017663632,0.009609016,-0.0075897295,-0.0032910674,-0.0034753834,0.022724133,-0.008978245,-0.022773284,0.013500134,-0.0029982096,-0.014991047,-0.005889925,-0.0007137131,0.017628817,0.032128353,-0.019398252,-0.035683606,-0.015646394,0.0008432464,-0.01769435,0.00028031415,0.013172461,-0.000479478,0.007270248,-0.015449789,0.018087558,-0.02929398,0.0028917156,0.034733355,0.030555522,-0.0034200887,0.023313945,0.0009441083,0.018775672,0.009756468,0.00201519,0.007884636,0.014245591,-0.005836678,-0.034176312,-0.0022752804,-0.03922248,0.005939076,0.0027442628,-0.0039546057,-0.0077003194,0.0075979214,-0.016244397,-0.010583843,0.015802039,0.0019506793,0.011263765,-0.0026602964,0.00851131,0.0060701454,0.008658763,-0.0024636926,0.03255433,0.02454272,0.031341936,0.041450657,0.0018134662,-0.032980304,0.0029142431,0.03404524,-0.0043785325,0.018005641,0.020659793,-0.0014663374,-0.0043785325,0.0041983123,-0.02467379,-0.0051444685,0.018906742,0.011435794,0.020250201,-0.022003252,0.01290213,-0.015998643,0.033291593,0.0035736854,-0.021872183,0.031079799,-0.02960527,-0.034471218,0.0052181953,0.009043779,-0.027557313,-0.0013659875,0.015318721,-0.017366678,0.0070777405,-0.0142128235,0.0028650921,-0.00033714497,0.005648266,-0.02257668,0.011558671,-0.019103345,0.0017417877,-0.012967666,0.021970486,-0.020528724,0.019562088,0.013967069,-0.0033361225,0.023526933,-0.033979706,0.017251993,0.04407204,0.011583246,-0.029687189,-0.0132953385,0.020954698,0.015113925,0.020086365,-0.024657406,0.001199079,0.017268376,0.032537945,-0.0018626171,0.013876959,-0.024509953,0.0086096125,0.009051971,0.02074171,0.114030264,-0.01988976,0.012459772,-0.023330329,0.042630278,0.013876959,0.019562088,-0.0068770405,0.0009743157,0.027655615,-0.0079911295,-0.02745901,-0.045251664,0.025001463,0.036895998,-0.011190038,0.009551672,0.0019342956,-0.018235011,-0.024280582,0.011214614,0.052460473,0.003311547,-0.029359516,-0.013655779,-0.021478975,-0.0018400896,-0.026525142,-0.0052878256,0.0113620665,0.011771658,0.011411218,-0.006856561,0.031391088,0.013926109,-0.0021872183,-0.0010193707,0.011034394,0.018759288,-0.010493733,0.0252636,0.008179542,0.02637769,0.00011481361,0.012533499,-0.0028036535,-0.006655861,0.03725644,-0.026197469,-0.033389896,0.014188248,0.022363693,0.010125101,0.0151385,0.0027626944,0.0046160957,-0.0052919216,0.02198687,0.013565669,0.006377339,0.0067173,0.017399445,0.0006297469,0.026639828,-0.008798025,0.012771062,-0.027557313,0.015392447,-0.015007431,-0.0010833694,-0.02736071,0.0042925184,0.05141192,-0.026017249,0.02991656,0.015916724,0.021511743,-0.009682742,0.039648455,-0.022281775,-0.0030125452,0.010354472,-0.012934898,-0.0046242876,0.0086096125,0.015908532,0.0015001287,0.05229664,-0.019627623,0.01979146,-0.020987466,0.006414202,0.024919543,0.0035327263,-0.031227253,0.026525142,-0.025656808,0.004312998,-0.017350294,-0.040467635,0.0134346,0.03157131,0.008396625,-0.011878152,-0.029998478,-0.016670372,-0.021511743,0.0074586603,0.007516003,0.025116147,-0.022953505,0.016072368,-0.0026623444,-0.031243635,0.044366945,-0.008453968,-0.015130308,0.044268645,0.0008181589,-0.0071227956,0.007143275,-0.052394938,-0.01746498,-0.01334449,-0.04515336,-0.0067254915,-0.021315139,-0.0052591544,0.0076757437,-0.0030801278,0.015171267,0.007294824,-0.0029142431,-0.005623691,-0.00499292,0.018071175,-0.0024555007,-0.02955612,-0.0038522077,0.006803314,-0.036797695,-0.011927303,0.01831693,0.003598261,-0.013278955,-0.045415502,0.021495359,-0.0061766393,-0.0081017185,-0.017039005,0.010198827,0.022593064,0.030244233,0.005037975,0.007876444,-0.044104807,0.003737522,-0.0125826495,-0.010985243,-0.008986437,-0.00085963006,-0.026099168,0.007954266,0.0038214882,0.0020305496,0.013008624,0.019250799,0.01290213,0.008724298,-0.026197469,0.015294145,-0.019332716,-0.02257668,0.0084048165,0.014073563,-0.018579068,-0.021593662,0.011034394,-0.015752887,0.0025722343,0.0081017185,-0.0061889268,-0.01692432,0.0043703406,0.0056769378,-0.014810827,0.0042474633,-0.008937285,-0.018251395,-0.0071596587,0.008888135,-0.023117341,-0.0012717815,0.03578191,0.022429228,-0.01025617,0.022986272,-0.018775672,-0.025148915,0.018775672,-0.0067869304,-0.009330493,-0.021921335,0.007274344,-0.009592632,0.05265708,-0.032931153,0.019676773,0.0029572502,-0.005615499,-0.00326854,0.011640589,-0.02449357,0.002109396,0.036306188,0.010420007,-0.0055786357,0.037289206,0.024165897,-0.018087558,-0.000575476,-0.018775672,0.016031409,-0.04859393,0.015597243,-0.006332284,0.020315737,-0.017055389,-0.026639828,0.010510117,0.0129922405,-0.005885829,0.0001337572,0.00998584,-0.013852383,0.0007526243,-0.035323165,0.0009866034,0.011861769,-0.006487929,-0.00998584,0.018103942,0.011632397,0.02588618,-0.017563282,0.034143545,-0.0045300815,0.0015912628,-0.010018607,0.0014571216,0.0006046594,-0.0059185964,-0.03574914,-0.037321974,0.029343132,-0.0017766029,-0.0002063317,-0.01710454,-0.0007516003,-0.016277164,-0.041581724,-0.021757498,0.004947865,-0.010329897,0.0226586,0.017415829,0.0009359165,-0.014417619,-0.016449193,-0.020790862,-0.02167558,0.02373992,0.016490152,-0.021233222,-0.028163508,-0.03427461,0.011550479,0.031194486,0.008445776,0.002389966,-0.057801545,-0.0066312854,-0.028900772,-0.015998643,-0.0076388805,0.010698529,-0.030834045,-0.0077781416,-0.0024677885,0.019316332,0.006569847,0.025902564,-0.007876444,0.05016676,0.0076388805,0.0079952255,-0.013778657,0.02919568,0.014434003,-0.022773284,0.0011673357,-0.016490152,0.0006993774,-0.0037641455,0.026033632,0.033619266,0.048757765,-0.0021257796,-0.007393126,-0.0044727386,0.006610806,-0.0019435114,0.009281342,-0.007339879,0.010526501,0.002394062,-0.021741115,-0.0105428845,-0.036895998,0.01715369,0.025492972,0.016047793,0.0075815376,0.032718167,-0.010886941,0.038370527,-0.0102397865,-0.008052568,0.028458415,-0.0066394773,0.023494165,0.02082363,0.029146528,-0.013762273,0.037453044,0.0022691367,-0.0026725843,-0.0126809515,0.027196873,-0.00873249,-0.0013127406,0.02736071,0.042335372,0.012295935,0.004132778,0.030424453,-0.026394073,-0.008413008,-0.011157271,-0.01769435,0.008896327,0.030031245,0.0022752804,0.025296368,-0.0089127105,0.03515933,0.024739323,0.013508326,0.015269569,0.0019332716,-0.043809902,0.00054885255,-0.0022711847,-0.0013035248,-0.000119997494,0.0082041165,-0.008986437,0.006508408,-0.0032726356,-0.027295174,0.009789236,-0.0022588968,0.048397325,-0.037059836,-0.03175153,-0.020627026,-0.037518576,0.014802635,-0.025165299,-0.042466443,0.017612433,-0.03892757,0.023477782,-0.0151385,0.028114358,0.032259423,0.017383061,-0.020037213,-0.023789072],"social":"https://twitter.com/ssave_m"},{"title":"viktor liu","description":"creating animated shorts and art","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=2A5UXS9GqdU","youtube_transcript":"Hi, everyone. My name is Victor, and I'm based in Vienna, Austria. So over the past six weeks at nights and weekends, I was building my YouTube channel from scratch by creating animated shows to build myself as an artist. Since I'm also selling n f t art on OpenC as well. So during that ten weekends, I was able to grow my YouTube channel to forty five goes and create ten new YouTube shorts. And this is one of them. So I used to to write for me this week and using mid journey to create the images, which was a great learning process because we did I was given to create an IT ads as well. For creating content on YouTube, it was a great learning opportunity for me for creating ad on open c as well. So this is the art that I created during night and weekends as well. And I was able to create five new art pieces and five new happy owners of the art that I created through mid journey and JavaScript team. Since all the art was commissioned, I was able to generate twenty euros in revenue in total.","embedding":[-0.009199761,0.009273654,-0.010522457,-0.0033344515,0.0018316391,-0.015428996,0.0026380036,0.047676187,-0.021532612,0.010359891,0.043331243,-0.05001123,-0.007611047,-0.0617751,0.0566321,0.06360766,-0.0000786852,-0.0072378838,-0.026232248,0.012199843,0.028345607,-0.03133091,0.017764036,0.04256275,0.005933661,-0.065794915,0.0027562336,-0.0062772664,0.0017004778,-0.038040455,-0.021739515,-0.03263144,-0.016138375,0.007847507,-0.011017544,-0.009487946,0.0037519506,-0.05604095,0.023394732,-0.0130717885,0.01888722,0.0015212857,0.07176552,0.005294481,-0.03215852,0.016005367,-0.007884453,0.03274967,0.007204632,-0.010662855,-0.03322259,0.04297655,0.003315978,0.0013273149,-0.013899397,-0.04463177,0.0061073108,0.003894196,-0.035675857,0.00078696746,0.038395144,-0.0605928,0.06804128,-0.037449308,0.0005385,0.00827609,-0.06833686,0.02389721,-0.004666385,-0.010293387,0.03999125,0.05734148,0.037833553,-0.001363338,-0.038158685,0.0037316298,-0.012613648,0.017084215,0.017276337,-0.037981343,-0.044572655,0.0001436308,-0.009524893,0.008638169,-0.040139034,-0.020084297,-0.046671234,-0.00792879,-0.020172969,-0.028419502,-0.04661212,0.027798794,-0.0051836404,-0.019552262,0.036739927,0.012399356,-0.04415885,0.053765025,0.062898286,-0.018207397,0.044070177,0.0067612696,0.02796136,-0.0017050962,-0.0097170165,0.031537812,0.022508008,0.010226882,0.04430664,-0.027946582,-0.12414135,-0.03659214,0.0062070675,-0.009864803,0.011564357,0.012783603,0.035173383,-0.039104525,0.054474406,-0.038513374,-0.05444485,0.03603055,0.016493065,-0.024902163,0.031744715,-0.007958347,-0.0394001,0.010832811,-0.04123266,-0.04566628,0.05095707,-0.002802417,0.039281867,-0.047942206,-0.08624868,-0.0032494736,0.000095484465,0.024739597,-0.02413367,0.05627741,0.02994171,0.016566958,0.010729359,-0.007551932,-0.012310684,-0.025596764,-0.004998906,0.0552429,-0.0063400757,-0.009310601,-0.023956325,-0.022478452,-0.044099737,-0.009576618,0.0071122646,-0.0001136115,-0.01444621,0.04658256,0.0011037865,0.05952873,0.010906704,0.0016986305,-0.007034676,0.023113936,-0.03987302,-0.00027825581,-0.003051808,0.0054496573,-0.031951617,-0.014483158,-0.041469123,-0.038838506,-0.03948877,0.02528641,0.068928,-0.031685602,-0.0015970267,-0.017911823,0.0063031293,0.0032217635,-0.034877807,0.03588276,-0.052228037,-0.014645724,-0.050425034,-0.02550809,0.035291612,-0.0249465,0.0065802303,-0.022744467,0.021650841,0.00815047,-0.028966315,0.023557298,0.055449802,-0.01946359,0.04791265,0.0011638252,0.01282055,0.016182711,0.026527824,-0.009162813,-0.0064730844,0.016507844,-0.021576948,-0.01887244,-0.039104525,0.031390026,-0.0011351913,0.009118478,0.04649389,0.028493395,0.0146309445,-0.010005201,-0.042326286,-0.031626485,0.005360985,0.053528566,-0.006620872,-0.014320591,-0.020187747,0.035262056,0.024739597,-0.019729607,0.0038276915,0.007526069,0.012635816,-0.033991084,0.045961857,-0.03295657,-0.0019600294,0.00088164373,-0.019759165,-0.05745971,-0.028478617,-0.0018593492,0.04483867,-0.00076479936,0.0048769815,0.05095707,-0.0012598869,-0.010160378,0.0528783,0.013552097,-0.009214539,0.015576784,-0.056661658,-0.043567702,-0.013256523,0.00073062355,0.04658256,-0.004404062,-0.05846466,0.03999125,0.0005371145,-0.02086757,-0.007788392,0.0071566007,0.0154881105,0.02655738,0.06674075,-0.04939052,-0.029808702,-0.0055974447,-0.036858156,0.045429822,-0.06142041,0.057134576,0.014727007,0.002687882,0.009635733,-0.01258409,-0.0042747483,-0.024444023,-0.0065358942,-0.008327816,0.016360056,0.046759907,0.055981837,-0.011394402,-0.041055318,0.011438739,-0.031390026,0.0020930378,-0.023394732,0.02737021,-0.022330664,0.012096392,0.018266512,-0.0025327052,0.015162979,-0.02914366,0.00547552,-0.009391884,0.029409677,0.03452312,0.00076479936,0.015901916,0.011172721,0.035173383,0.023498183,-0.06987385,-0.013116124,0.063903235,-0.038513374,0.02342429,0.02227155,0.024650924,-0.03644435,-0.002056091,0.041469123,0.008128302,0.0065469784,-0.030089498,-0.0030370294,0.018517751,0.029380118,-0.0036374154,0.021665622,-0.059262715,0.0039237533,-0.028700298,-0.017926602,0.0058634616,-0.020690225,-0.009584008,0.04684858,0.005815431,-0.000527416,0.004474261,0.020705003,-0.025271632,-0.0008446969,-0.033311263,0.012539754,0.015029971,-0.033695508,-0.043449473,0.06254359,0.0017050962,-0.032454096,-0.072415784,-0.02002518,-0.004163908,0.051725563,0.0645535,0.018118726,-0.018399522,-0.0009689306,0.00990175,0.006657819,-0.04534115,0.008401709,-0.019581819,0.019330582,0.0048585082,0.025212517,-0.010256439,-0.04820822,-0.00862339,-0.026306143,0.017409345,0.049449638,0.022581901,0.011128385,0.012554533,-0.020956242,0.013648159,0.0008289945,-0.0075962683,0.017557133,-0.039843462,0.014298423,0.025330747,-0.024532694,0.015355103,0.03272011,-0.022330664,-0.019493148,0.029468792,0.012635816,0.041173548,0.013448646,-0.011941215,-0.034197986,-0.013832893,0.0050210743,-0.016493065,-0.036060106,0.04649389,0.03789267,-0.08814035,-0.05722325,0.04800132,0.0000031787263,0.019374918,0.03254277,0.04472044,-0.01340431,0.027872689,-0.0012617342,0.0014566288,0.012325462,0.0031737327,-0.030651089,0.048740257,-0.047380615,-0.016374836,0.0025142317,0.001265429,-0.019493148,-0.047971763,0.04962698,0.027325874,0.02308438,0.032217637,0.01667041,0.033813737,0.026719946,-0.0044927346,-0.031153567,-0.061715983,0.04803088,-0.051459543,-0.00013658781,0.006890584,0.02809437,0.011128385,-0.028981093,-0.0040161205,-0.008564275,0.012384578,0.022448894,-0.029793924,0.005663949,-0.03644435,-0.008793346,-0.0020579384,-0.0198035,0.017837929,0.021104028,-0.006454611,-0.05199158,-0.0033122832,-0.03260188,-0.00069044385,-0.0071861586,0.012724488,-0.022995707,-0.012192454,-0.03484825,-0.024650924,-0.059114926,0.017852709,-0.006783438,-0.015872357,0.045932297,-0.012502807,0.030473744,0.0076775514,-0.06082926,0.02669039,-0.03925231,0.025951453,0.043833718,-0.035941876,-0.045814067,0.009074141,0.04578451,-0.030030383,0.032808784,0.037301518,-0.011483074,0.055420246,-0.05101618,-0.0027802489,-0.008704673,-0.008645558,0.0113574555,-0.039015852,-0.008845071,0.017911823,-0.0006548826,-0.0026860344,-0.026852956,0.029468792,-0.019389696,0.01363338,-0.013219575,0.02329128,-0.0070937914,0.035794087,0.033193033,-0.017232,-0.016138375,-0.035380285,-0.057134576,-0.024724819,-0.0141063,0.013552097,0.027104193,0.024665704,0.008534717,0.07318428,0.04646433,-0.026247028,-0.021709956,0.007958347,-0.025109066,0.042030714,0.011778649,0.057962187,-0.01900545,-0.007241579,-0.057252806,0.017394567,-0.013234355,0.03263144,-0.015768906,0.03076932,-0.030857991,-0.003652194,0.0024680481,-0.02249323,0.03378418,0.02227155,0.0017605164,-0.041084874,-0.04415885,0.03136047,0.044188406,-0.015975809,0.011409181,0.018562088,-0.031833388,-0.02655738,-0.006883194,-0.012044666,-0.030591974,-0.016965983,-0.010086484,0.019744385,0.017882265,0.023320839,-0.006096227,0.034345772,0.017098993,-0.01071458,-0.009362327,0.016611295,0.022212435,-0.043272126,0.0237642,-0.013478204,-0.012842718,0.027104193,-0.0048178667,-0.017438903,-0.0014797205,0.02737021,0.014069352,0.0026952713,0.005771095,0.016759083,-0.014350149,0.024798712,-0.01585758,-0.0031127704,-0.022241991,0.013256523,0.026453929,-0.0020948853,0.025655879,-0.07223844,0.028138705,0.0049213176,0.004721805,0.03041463,-0.037537977,0.044897787,-0.034345772,-0.013603822,-0.0005934585,0.024798712,-0.0216804,0.015111254,-0.05967652,-0.03812913,0.055893164,0.022862699,0.0058006523,-0.028493395,-0.011867322,0.014239308,0.0328679,0.0080026835,-0.002807959,-0.009066752,0.015443775,-0.029498348,0.026483487,-0.006085143,-0.011889489,-0.003949616,-0.023365175,0.04616876,-0.018369963,-0.012207232,0.020424208,-0.015207315,-0.0010049538,0.004171297,-0.0066467347,-0.025596764,-0.025242073,-0.01351515,0.0057674,0.017734477,-0.007965736,-0.02784313,-0.010758917,-0.025463754,-0.020690225,0.029926931,0.017202444,0.016980764,0.0013310096,0.0033584668,-0.004359726,-0.00931799,-0.014771342,0.010529846,0.023572078,-0.038070012,-0.007950958,-0.021192702,-0.0012755893,-0.007555627,0.03644435,-0.014557051,0.02528641,-0.03402064,-0.0068351636,0.021591727,0.042769648,-0.015798464,0.0063142134,0.048562914,0.019389696,-0.02540464,-0.018133504,0.01328608,0.042030714,-0.011756482,-0.022936592,-0.0049028443,-0.015251651,0.0011684435,-0.03975479,0.017527577,-0.011786039,0.0005643628,0.0030795182,0.02227155,-0.0040050363,0.0100273695,-0.02015819,-0.008749009,-0.034670904,0.011660419,-0.025463754,-0.005989081,-0.003927448,-0.01888722,0.06301651,0.025848001,-0.006085143,-0.021695178,0.03263144,0.013042231,-0.0102638295,0.00079204765,-0.018576866,-0.004056762,-0.0237642,-0.012887054,0.024251899,-0.0500999,-0.0012460318,0.01374422,-0.00862339,0.027665786,0.012310684,-0.021370046,0.012384578,0.0066467347,0.009968255,-0.0036392626,-0.01364077,-0.098603696,-0.019537484,-0.00008630548,-0.028759412,0.002992693,-0.031242238,0.019670492,-0.018015275,-0.00815786,0.010152989,0.030562418,-0.00413435,-0.0040235096,-0.014926519,-0.010359891,-0.031212682,-0.0006775125,-0.009591397,-0.030680647,-0.001974808,-0.042385403,-0.027473662,0.0065654516,-0.02762145,-0.029040208,-0.0005657483,-0.019581819,-0.0054348786,0.008682505,-0.016507844,0.026838178,-0.018133504,0.054799538,0.019286245,-0.0065285047,0.013795946,0.010596351,-0.027665786,-0.0026546298,-0.019596599,-0.043626815,-0.013729442,-0.022182876,-0.011623473,0.036799043,0.046316545,-0.008239143,-0.0004283523,0.033488605,-0.010670245,0.02784313,-0.00005403474,0.015680235,-0.03263144,0.04826734,-0.022463672,0.014231918,0.01714333,0.017202444,-0.0024662009,-0.0011314966,-0.0030204032,0.001663531,0.031862944,0.054592635,0.0026176828,0.027769238,0.028242156,-0.028109148,-0.001758669,0.0075075957,0.0029908458,-0.020291198,-0.00908153,-0.0144757675,0.012443692,-0.019271467,0.0021355269,0.00931799,0.012391967,0.04835601,0.009761352,0.01526643,-0.03857249,0.001803929,0.009399273,-0.01526643,0.005091273,-0.024296235,-0.039222755,-0.035025593,0.0044114515,-0.044779558,0.004592491,-0.006639345,-0.013034841,0.020675445,0.02097102,-0.033252146,-0.019744385,0.03987302,-0.014534882,-0.018207397,-0.038749836,0.007293304,-0.047173712,-0.016049704,-0.008335205,0.024636146,-0.030266842,0.0010354349,-0.00046137354,-0.016389614,0.008010073,0.013722053,-0.01328608,-0.015369881,0.02410411,-0.021724736,0.017897043,-0.033961527,0.013492982,-0.0022001837,-0.011239226,-0.028818527,0.013589044,0.016596517,-0.0043375576,0.014291034,0.012983116,0.023572078,-0.0029465097,0.0076036574,0.027207645,-0.0066947653,0.018783769,0.04921318,-0.025256854,0.018576866,0.00078003993,0.0034268184,-0.015192537,0.020778896,0.00032882678,-0.009044584,0.021946417,-0.01970005,-0.009458388,0.031685602,-0.03076932,-0.039725233,0.0029723723,0.018429078,-0.0049841274,-0.021251816,-0.008305647,-0.014874794,0.009487946,0.025892338,-0.0028984789,-0.010899315,-0.034996036,0.027577113,0.019197572,0.019847836,0.009022416,-0.025005614,-0.038631603,0.017616248,0.017054657,0.0074965116,-0.0022629933,0.019241909,-0.059499174,0.01200772,-0.008409099,0.023350397,-0.035498515,-0.018015275,0.0053092595,0.035262056,0.020852791,-0.015443775,-0.013079178,-0.023616413,0.0045851017,-0.019833058,0.02657216,0.017498018,-0.021517834,-0.010167767,-0.018266512,-0.011815596,-0.00066504296,-0.039104525,0.0041528237,-0.00009981417,0.012281126,0.02482827,0.007862286,-0.0051651667,-0.034936924,-0.0033843296,0.021133587,0.003624484,0.0054348786,0.019847836,-0.02003996,-0.015355103,-0.008822903,0.020113854,-0.009295822,-0.027724901,0.012694931,0.0009790909,-0.05007034,0.0009726253,0.002656477,0.026409594,-0.00021983363,-0.0016995542,0.013951123,0.014017627,0.035941876,-0.00049601117,-0.026527824,0.03295657,-0.055981837,0.03215852,0.03458223,-0.016404392,0.018857662,-0.014047185,0.028966315,-0.010433785,-0.021384824,-0.011601305,-0.022419335,0.004555544,0.012850108,-0.004263664,-0.015768906,0.009805689,0.021251816,-0.013396921,0.0526714,0.0032587103,0.035734974,0.010152989,0.06650429,-0.001817784,0.013707274,0.010226882,0.006805606,-0.016626073,0.0037094618,0.006569146,0.017379789,0.029882595,0.040286824,0.037419748,0.028227378,0.045991413,-0.028463837,0.0116678085,-0.017498018,0.030591974,0.012776214,0.0006327145,-0.020764118,0.047439728,0.02460659,0.022596681,-0.026247028,0.034789134,0.03644435,0.049893,0.040641513,0.021754293,0.0011167179,-0.018576866,-0.005745232,0.009517503,-0.020232083,-0.005878241,-0.035823647,0.0065802303,-0.040286824,-0.03706506,-0.016153153,0.037094615,-0.035380285,0.008800735,0.0029575936,0.0038166074,0.010758917,-0.015399438,-0.027045079,-0.025242073,-0.0059521343,0.009635733,-0.0027285235,-0.026069682,0.0025068424,-0.02737021,0.0047698356,0.0011268783,0.033931967,0.010987987,0.021665622,-0.010500289,0.021532612,-0.03540984,-0.004219328,0.0058006523,0.025182959,-0.027222425,-0.0071639903,0.014194972,-0.003957005,-0.033754624,0.014904351,-0.031508256,-0.029468792,-0.009295822,-0.0077071087,-0.005896714,0.023512963,0.009273654,0.029424455,0.010736749,0.039015852,0.020365093,-0.0067280177,0.022478452,-0.021266595,0.0019563346,-0.011231836,-0.049922556,-0.006650429,0.021872522,-0.0394001,-0.0050026006,-0.004193465,-0.0062957397,0.009746574,0.015606341,-0.013921565,-0.023453847,0.033281703,0.0051836404,0.03576453,-0.016862532,0.012458471,0.03322259,0.03818824,-0.0069866455,0.036917273,0.01585758,-0.02295137,0.054503962,-0.034316216,0.0027802489,-0.03428666,-0.02366075,0.018266512,0.017734477,0.08453435,0.0012746656,0.012022498,0.0075962683,0.02213854,0.0044927346,0.01760147,-0.003846165,-0.008379541,0.013034841,-0.014933908,-0.03366595,0.020911906,0.015162979,-0.018340407,0.03428666,-0.00006050043,-0.009635733,0.012635816,0.001366109,-0.007130738,0.0108845355,-0.0111209955,0.0016099581,0.004540765,0.0054496573,-0.01621227,-0.022907034,-0.023690308,0.006838858,0.01631572,0.02762145,0.034345772,-0.005789568,-0.026202692,0.008364762,-0.0043855887,0.021296153,-0.015532447,-0.011778649,0.009377105,-0.016153153,0.010581572,0.00967268,0.0021410687,-0.023645971,0.010470731,0.0077218874,-0.045045573,0.025182959,-0.010854978,0.013795946,-0.005445963,0.016507844,0.0012839023,-0.0095618395,-0.017852709,-0.011616083,0.0126062585,0.016463507,0.01573935,0.0177197,-0.043833718,0.0064287484,-0.003931143,-0.04194204,0.018517751,0.021133587,0.024340572,-0.012842718,0.006111006,0.0012968337,0.007973126,0.020660667,0.019049786,0.005150388,0.030917106,0.0115126325,0.0075149853,-0.027074637,0.008822903,0.09878104,-0.019847836,0.009850025,-0.028626403,0.05045459,0.026542602,0.017970938,0.030444188,0.0051466934,0.010160378,-0.004880676,0.0042341067,-0.014970855,0.0009439915,0.031094452,0.006971867,-0.018266512,0.0082687,0.006096227,-0.004311695,0.02726676,-0.005918882,-0.0058191256,-0.0027987224,-0.015007802,0.012458471,0.0062329303,0.039163638,0.008793346,0.010308165,0.016064482,0.006480474,0.0051836404,0.0064287484,0.03656258,-0.00027086644,-0.01863598,0.007965736,-0.039193198,-0.0039015852,-0.037981343,-0.029646136,0.003700225,-0.0068093007,-0.006768659,0.0074152285,0.004112182,0.02227155,0.021177923,-0.053173877,-0.010256439,0.028375166,-0.01072197,0.006244014,0.012576701,0.02574455,-0.011224447,0.0074854274,-0.016729524,0.03440489,-0.016699966,-0.010537236,-0.019138457,0.0029169521,0.010241661,0.0018898303,-0.004149129,-0.018961113,0.00908153,-0.028759412,0.0012524975,0.011460907,0.017764036,0.023645971,0.012761435,-0.0028578374,0.016581737,0.031419583,0.007817949,-0.011896879,-0.041764695,-0.052050695,0.00635116,0.005094968,-0.0082687,0.022508008,-0.0019415559,0.02784313,-0.010803253,0.028877642,-0.009495336,0.00681669,0.026705168,-0.021591727,-0.023320839,0.021636063,-0.014557051,-0.026882512,-0.0230696,-0.009044584,0.017069435,0.00053434353,0.008837681,0.015532447,0.015901916,-0.028951535,-0.043213014,0.02469526,-0.0021724736,0.008963301,-0.0076849405,0.008793346,0.024636146,-0.0030758237,-0.012089003,0.0024791323,-0.027222425,-0.039281867,-0.031626485,-0.027340654,0.0026306142,-0.015310766,-0.016271384,0.017542355,0.0019895867,0.03833603,0.008830292,-0.048089992,0.013943734,0.011209668,0.025079507,0.023867652,-0.0024163227,0.011438739,0.0030739761,0.0014206056,-0.023099158,-0.0069681723,-0.024621367,0.033961527,-0.011202279,-0.02132571,0.006687376,-0.013892008,-0.0022814667,-0.017098993,-0.0034157343,-0.000762952,0.00037547215,0.019995624,-0.014586608,-0.019626155,0.03777444,0.01993651,-0.007980515,-0.031035338,-0.0018473414,0.022596681,-0.002802417,-0.014128468,0.02750322,-0.014261476,0.010116042,-0.016965983,0.019951288,-0.024843048,-0.027517999,0.0062144566,0.0043671154,0.0035228801,0.0030277928,-0.0038535544,-0.005660254,0.010492899,-0.0008179104,-0.007936179,-0.0012977574,0.02154739,-0.01164564,0.005006295,0.019788722,-0.03274967,-0.0033658561,-0.0049102334,0.023645971,0.0148009,0.003051808,-0.019581819,-0.024754375,0.0011268783,0.003369551,-0.023128714,0.021030135,0.008845071,0.02144394,0.016507844,0.027000744,-0.006979256,-0.030355515,0.024384908,0.017852709,-0.028256936,-0.034789134,-0.0064620003,0.014039795,0.013965902,-0.01667041,0.009857414,0.014025017,0.011024934,-0.012222012,0.012362409,-0.016685188,-0.015547226,-0.0064620003,-0.021503055,-0.01748324,-0.0033362987,0.042355847,-0.0136998845,-0.0136186015,0.0095618395,-0.004792004,-0.06774571,0.008734231,0.01364077,0.0076406044,-0.01316785,-0.048858486,0.012199843,-0.0024662009,0.0057267584,0.013123514,0.019123679,-0.024547473,0.022301106,-0.0216804,0.0026971186,-0.002311024,-0.022995707,0.0031959007,0.0004008731,0.011209668,0.035173383,-0.0046442165,0.046553005,0.0004281214,0.0042008543,-0.013130903,-0.02469526,0.0024680481,0.034197986,-0.037301518,-0.004452093,0.002861532,0.032306306,0.0002376143,-0.045045573,-0.031153567,0.0026675612,-0.037005946,-0.012258958,0.019389696,-0.027577113,0.007448481,0.0037168511,-0.017764036,0.022581901,-0.042267174,0.004961959,-0.007965736,0.00063409994,-0.007215716,-0.0021004272,-0.010182546,-0.020291198,0.010500289,-0.0004673774,0.006550673,-0.03611922,-0.018946335,0.018340407,-0.033252146,-0.0000998719,-0.010751528,0.0064583058,-0.00407893,-0.0030056245,-0.019389696,0.0009744726,-0.032247193,0.024118891,-0.0087785665,0.015443775,0.0058560725,0.020128632,0.0237642,0.020660667,0.0354394,-0.008290868,-0.00044474745,0.016404392,0.014180193,0.00027594663,0.000064310574,0.04279921,0.044011064,0.0075075957,-0.007840117,-0.02249323,-0.034079757,-0.014660502,0.04285832,0.022552345,0.0071122646,0.0057378425,-0.012125949,-0.035025593,-0.035143822,0.008194807,0.020261642,-0.0070753177,0.026749505,0.0030425715,0.015096474,0.0023904599,-0.039163638,-0.06266182,0.045370705,0.013345195,0.0049324017,-0.0028689213,0.010123432,-0.001815013,0.01048551,0.0058191256,-0.015192537,0.002645393,-0.004429925,-0.021222258,0.018222176,-0.030325959,0.035350725,0.02003996,0.008963301,0.033311263,0.03591232,-0.010212104,-0.014586608,0.0030333346,0.02936534,0.039222755,0.014985634,0.052848745,-0.024532694,0.017187664,0.009709626,-0.000577756,-0.012303295,0.0010031065,0.0071011805,-0.013899397,-0.009931308,0.010529846,-0.026394814,0.04566628,-0.012517585,-0.00022502929,-0.026527824,-0.0050469367,-0.0010400532,-0.03239498,0.021104028,-0.028271714,-0.026971186,-0.068691544,-0.06402147,0.016389614,-0.02528641,-0.023158273,0.01641917,-0.028508173,-0.019153235,0.0184143,0.008482992,-0.004540765,0.0034120397,-0.03818824,-0.009539671],"social":"https://twitter.com/viktorliu01"},{"title":"chefitup","description":"vegan food you'll actually eat","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=bPp3BiEkT5Q","youtube_transcript":"I I'm Stephanie Davis, and I'm building Shephida. It's an app for people who have a hard time finding food to eat, whether you're vegan, or if you have a lot of food allergies. For example, I'm allergic to nuts, soy, seeds, and a bunch of other things. Now let's go in and see how it works. So you come to the site and you can get a recipe that you want. I want a vegan recipe and I get a vegan in the end masala mac and cheese. So interesting. And I get the ingredients, plus I can download it, have it for myself, how wonderful. Come back to this site. I don't just want a recipe. Just give me what should I eat for the week. Make it simple. And I have all my knowledge along with a bunch of other things. And I want weight loss, not these other things that weight gain. That's that's wild. So breakfast, lunch, dinner, all of that. And then I also have a grocery list amazing, and then it cost about sixty five dollars. So that's crazy. I've tried it out and it's true. Now over the time, I was doing well and got a bunch of uses that I'll end up with not as well. And I just wanna eat good food.","embedding":[0.016675884,-0.032640263,-0.02296084,0.028148893,-0.00003656535,-0.028074779,0.011243252,0.05813584,0.017431859,0.017209513,0.017150221,-0.07352212,-0.01872146,-0.028949335,-0.013259181,0.0124365045,-0.002527323,-0.028074779,-0.01634978,0.04488407,0.045061946,0.042304866,-0.003987389,0.021641593,0.010190818,-0.07020177,0.0012747787,0.014504314,0.016053319,-0.03566416,-0.01512688,-0.01133219,-0.009271792,-0.0075375,0.014593252,-0.06498407,-0.0045506638,-0.011450774,0.015801327,0.00021006982,-0.030476106,0.05271062,0.029290264,0.047967255,-0.019240266,0.011658296,-0.03157301,0.039814603,-0.0037353982,-0.0027422565,-0.081823006,0.0029942477,-0.02728916,0.04108938,-0.015252876,-0.018928982,-0.025643805,0.04965708,-0.040022124,0.079154864,0.05499336,-0.017179867,0.019492256,0.0268,-0.027585618,-0.03370752,0.052473452,0.041949116,-0.023301769,-0.023879867,0.009864712,-0.029690485,-0.018825222,-0.0232573,0.011636062,-0.04817478,-0.020663274,0.049923893,0.011636062,-0.00033676022,0.0055697453,0.009027212,-0.059825663,0.03729469,0.0019770188,-0.05715752,-0.03892522,-0.019922124,-0.012518031,0.04369823,-0.0032425332,-0.033618584,-0.017253982,-0.009353318,0.008664048,0.033559293,-0.0863292,0.0774354,-0.017950663,0.017505974,0.015623451,-0.046573892,0.006622179,-0.004498783,0.03773938,-0.011013496,0.009338495,-0.026918584,0.050961502,0.02143407,-0.057038937,-0.013614933,-0.006299779,0.016661061,-0.00038794594,0.0022975663,0.010301991,0.0019418141,-0.017283628,-0.0050917035,-0.045684513,0.04011106,0.03625708,0.004231969,-0.016779646,-0.03744292,0.013903982,-0.004354259,-0.034656193,-0.03533805,0.027763495,0.027852433,0.04897522,-0.014748894,-0.009049446,-0.00036594304,-0.013177655,0.0137038715,-0.019862833,0.02724469,0.021715708,-0.011080199,0.026281195,0.008197124,-0.010153761,-0.04547699,-0.009034623,-0.02720022,-0.04473584,0.0008940127,0.03344071,0.042097345,-0.04384646,0.0045099,0.023879867,-0.0038243362,-0.024873009,0.011206195,-0.032818142,0.00047340983,-0.036049556,-0.012999779,-0.006207135,-0.011250664,-0.016809292,0.041356195,-0.015905088,-0.030713273,-0.027807964,-0.020277876,-0.033529647,0.01118396,0.006207135,0.008367589,0.01133219,0.0011691648,0.066347785,-0.06498407,-0.015282522,-0.04853053,-0.064213276,-0.0043134955,-0.026473893,0.017150221,-0.017328097,-0.043876104,-0.014852655,-0.0028293417,0.0268,0.007745022,0.0044765486,-0.0023142423,0.045269467,-0.030565044,0.036316372,-0.030831859,0.05686106,0.02241239,0.037946902,0.03945885,0.03966637,0.027600443,0.029171681,0.046218142,-0.0007374447,-0.037769027,-0.034478318,-0.0061849,0.020411283,-0.045002654,0.053866815,0.011065376,0.01497865,-0.008167477,-0.013340708,0.040466815,-0.023435177,-0.013903982,0.021122787,0.035456635,0.019833185,0.026325664,0.032551326,-0.01305907,0.029571902,-0.057365045,0.015490044,-0.0060477876,0.011739823,-0.015638273,0.014800774,0.043312833,0.02221969,-0.013236946,0.040318582,-0.0268,-0.012673672,-0.032492034,0.007000166,-0.024280088,0.0060885507,0.00028673257,0.006336836,0.053748228,0.0130294245,0.0040318584,-0.022842256,-0.1026938,-0.010798561,0.022145575,0.030164823,0.056534953,0.018780751,-0.035575222,-0.0031276548,-0.0049101217,-0.026325664,0.033381414,0.010917146,0.0083305305,-0.024517257,0.06510265,-0.0058625,0.048204426,-0.024961947,0.070083186,0.017891372,-0.0005771709,-0.028386062,-0.017965486,-0.015297345,-0.0018667727,0.036108848,0.039073452,0.03566416,-0.017387388,-0.027956195,-0.01408927,0.007848783,0.008893806,-0.053392477,-0.04965708,-0.009190265,-0.021345133,0.031958405,0.005866206,0.057513274,0.002690376,-0.01709093,-0.009130973,-0.046959292,-0.009716482,0.00057346513,0.006144137,0.009531194,0.0020251935,-0.01483042,-0.009916592,0.042038053,0.04334248,0.038006194,0.021611946,0.03542699,-0.02720022,-0.0032870022,-0.006366482,-0.00083425746,-0.006373894,-0.007207688,0.005503042,-0.020263053,0.030920796,0.022530973,-0.021004204,0.002392063,-0.034804426,0.076723896,0.009938828,0.0023865043,-0.0155641595,0.012636615,0.008930863,-0.0011172843,-0.0268,0.00092412194,-0.027437389,0.03029823,0.026444247,0.0002554653,0.009968474,0.019344026,-0.019640487,-0.007789491,-0.043520354,-0.03708717,-0.034656193,-0.015297345,-0.018454647,0.03818407,0.032106638,-0.035011947,-0.06616991,-0.02616261,-0.003920686,0.01369646,-0.0026125552,-0.017179867,-0.03596062,-0.011473008,0.017461505,-0.021997346,0.029275442,-0.010005531,0.013733517,-0.011791703,-0.028356416,-0.032640263,-0.046603538,-0.001986283,-0.0070816926,-0.0052992254,0.06391681,0.030224115,0.046633184,0.01689823,0.002631084,-0.05182124,0.005365929,-0.017135398,0.005977378,0.054548673,-0.007237334,0.0029034568,-0.012288274,-0.059084512,0.01581615,0.053422123,0.008063717,-0.023316592,0.013311062,0.06943097,0.028148893,-0.0015749447,-0.014215265,0.066703536,0.04064469,-0.010880088,-0.01418562,-0.026103318,-0.029305087,0.057453983,-0.06682213,0.01679447,-0.0068667587,0.0052288165,0.03945885,0.011280309,0.027882079,-0.013948451,-0.039725665,0.047433626,0.011191372,-0.066644244,-0.028904866,0.0037983959,0.029038275,-0.008982743,0.017150221,0.03370752,0.029631194,-0.003136919,-0.02645907,0.07393717,-0.032729205,0.027437389,-0.012962721,0.017683849,0.027111283,0.04556593,0.0031850939,0.020678097,-0.027066814,-0.002599585,-0.024724778,0.008960509,0.049923893,0.020915266,-0.027259514,-0.08306814,-0.041860178,-0.0077524334,0.018454647,0.014941593,-0.012851548,0.019373672,-0.02266438,-0.05090221,0.009642367,0.029245796,0.0037465154,-0.010857854,0.050931856,-0.009775775,-0.03358894,-0.030416815,-0.020767035,0.025332522,-0.003842865,0.0040615043,-0.030224115,-0.033737168,-0.025228761,-0.012243805,0.01838053,-0.03216593,-0.0046321903,-0.06984602,-0.03916239,-0.005247345,0.013044247,0.0147933625,0.02685929,0.005906969,0.0038354534,-0.009056859,0.0025032356,0.00043056207,0.035901327,0.012036283,-0.020188937,-0.015667921,-0.02399845,-0.004472843,0.007952544,-0.039429203,-0.023865044,-0.0037539268,0.035901327,-0.025584513,0.042334512,-0.016868584,0.012384623,-0.015742036,0.029097566,0.023020132,-0.041296903,-0.009716482,0.02005553,0.0041207965,-0.01793584,0.027763495,0.058402654,0.0013859513,-0.017328097,-0.018424999,0.017921017,-0.003872511,-0.011028319,0.03385575,0.024057742,0.071150444,0.024621017,-0.015075,0.08395752,0.028815929,-0.007856195,0.0056735068,0.010813385,-0.016483186,0.0113470135,-0.05069469,-0.014622898,-0.01689823,-0.029868362,0.018395353,0.019284735,0.01729845,-0.033737168,-0.0034722898,0.010776327,-0.023879867,0.014852655,-0.01857323,-0.024324557,-0.006336836,-0.033025663,-0.011139491,0.06350177,0.017431859,-0.03266991,0.017150221,0.008345353,0.0061404314,0.023657521,-0.019507078,0.04085221,-0.011243252,-0.014489491,0.022353098,-0.014304203,0.0064109513,-0.00078376656,0.05970708,-0.0011135786,0.01941814,-0.022190044,-0.017728318,-0.020144468,-0.0027570797,-0.0030590985,0.019299557,-0.0035797565,0.042364158,-0.029942477,0.017609734,0.040466815,-0.014845243,-0.043638937,0.009079093,0.010783738,-0.034211505,-0.04147478,0.014126327,0.06800796,-0.021952875,0.007029812,-0.007774668,-0.005217699,-0.031958405,0.005391869,0.014445022,-0.037235398,-0.00015193583,-0.03507124,0.009494137,0.030194469,-0.031128319,0.008300885,-0.03418186,0.025213938,-0.039073452,-0.018321238,-0.042364158,0.049449556,-0.031395134,0.01675,-0.010754093,0.016824115,0.01660177,0.020277876,-0.022931194,-0.010427986,0.007474502,0.014704425,0.038806636,0.0066777654,-0.025480751,0.001704646,0.013651991,-0.016423894,0.01675,0.0029219857,-0.013081305,-0.013118363,-0.029142035,0.0074263276,-0.022679204,0.009679425,0.03975531,-0.016675884,0.0009222691,-0.010287168,0.008478761,-0.04891593,0.013637168,0.02147854,0.004858241,-0.0046062497,0.027956195,0.006544358,-0.015534513,-0.022946017,0.047878318,0.03640531,0.010405752,-0.012325332,-0.027407743,0.0008954024,-0.014170797,-0.026814822,0.015682744,0.035545576,0.061070796,0.032996017,-0.0041467366,0.030061062,-0.007077987,0.0015943999,0.010450221,0.025792034,-0.020470574,-0.028756637,0.049390264,-0.055052653,0.030653981,0.0013498202,-0.020070354,-0.034270797,0.0006883435,-0.042008407,-0.005073175,-0.022530973,0.043876104,-0.022486504,-0.011584181,0.020277876,-0.014482079,-0.02098938,0.01812854,-0.016972344,-0.017313274,0.024324557,0.0033147952,-0.02270885,-0.016542478,0.028356416,0.008827101,0.00056836975,0.02039646,-0.0070965155,-0.023198009,-0.00079303095,-0.009753539,-0.0005915307,0.011354425,-0.021152433,-0.002286449,-0.053184956,0.0063294247,0.06581416,-0.002453208,-0.011413717,-0.019166151,0.031276546,0.050457522,0.0025384403,-0.0008569552,0.007322566,0.037531856,0.00813042,-0.015742036,0.006644414,0.0050917035,-0.011146902,0.025139824,0.038213715,0.00089957134,0.028267477,0.012703318,-0.08626991,-0.038006194,-0.0012803373,0.02020376,-0.02985354,-0.0037187224,0.0027478153,-0.03661283,0.031069025,0.0077524334,0.024383849,-0.0032517975,-0.016053319,-0.03548628,0.013088716,-0.015786504,-0.025925443,0.009034623,-0.021196902,0.01591991,0.0027737555,-0.007915487,0.02285708,-0.0046284846,-0.052088052,0.008249004,-0.04532876,0.008841924,0.0069594025,0.009975885,0.0042986725,0.008575111,0.008249004,0.0074522677,-0.0026570242,0.0011311808,-0.017313274,-0.041207965,-0.0232573,0.0076931417,-0.043461062,-0.029082743,0.011836172,-0.036494248,0.011591593,-0.002286449,-0.044202212,0.019892478,-0.0039392146,-0.011443363,0.01798031,-0.008982743,0.016127434,-0.017817257,0.04443938,0.0349823,-0.026963053,-0.000666109,-0.010724447,0.002721875,0.00053918693,0.026103318,0.037116814,0.012540265,-0.0055512167,-0.004813772,0.02433938,0.015297345,-0.006696294,0.01734292,0.009872124,-0.020337168,0.004398728,0.006273838,0.035634514,0.047552213,-0.04980531,-0.015386283,-0.008975332,0.028534291,0.0048248894,0.011235841,0.021567477,0.009071682,-0.003946626,0.023020132,0.018617699,0.01522323,0.010539159,-0.036375664,-0.049360618,0.0077672563,0.014319026,0.008189713,0.0036464601,0.026103318,0.030535398,0.022382744,-0.06943097,-0.011006084,0.0046544247,-0.008085951,-0.023034956,0.0053585176,0.03074292,0.0031850939,0.015356637,-0.0015758711,0.01418562,0.043638937,0.006336836,-0.0043097897,0.0034148507,0.0041356194,0.015890265,-0.0007110412,-0.026044026,-0.00024990668,-0.021093141,0.017431859,0.018410176,0.05016106,-0.005506748,0.009182854,0.011999225,0.012718141,-0.00024759056,-0.023657521,0.031306196,0.0033129423,-0.031661946,0.011124668,-0.002406886,-0.004958296,0.0034519082,0.025406636,0.012199336,0.008041482,0.04174159,-0.0032499447,0.003902157,-0.0030275995,-0.026044026,-0.033766814,-0.01142854,-0.02261991,-0.009108739,0.009946239,0.013259181,0.016690707,-0.008011837,0.010376106,-0.0012886754,0.0299573,-0.016942699,0.026874114,-0.014029978,0.053422123,-0.02724469,-0.013466704,0.005977378,-0.022012169,-0.0058847344,0.0062590153,0.04562522,-0.0005475249,-0.034092918,0.027674558,-0.011621239,0.016186725,0.00445802,-0.0331146,-0.007066869,-0.013955862,-0.017016813,-0.015860619,0.006644414,-0.012095575,0.030061062,-0.025777211,0.0050138826,0.016409071,-0.010561394,0.004080033,-0.008841924,0.021300664,0.023776107,-0.017268805,0.015023119,0.0034037333,-0.021285841,-0.018632522,-0.04147478,-0.014808185,-0.010783738,-0.009390376,0.009938828,0.0029664547,0.008953097,0.02098938,-0.003813219,-0.008715929,0.01211781,-0.009820243,-0.0078339605,0.0004208345,0.0015869883,0.020767035,0.011258075,-0.03735398,-0.014919358,-0.004168971,-0.004695188,0.006325719,-0.022931194,-0.026814822,0.019240266,0.010917146,0.033529647,-0.011206195,0.014941593,0.022842256,0.011821349,0.006355365,0.008938274,-0.031602655,-0.005069469,0.013125774,0.011532301,0.034626547,0.03142478,0.035753097,0.015682744,0.015401106,0.045536283,0.029201327,-0.03326283,0.0106725665,0.009701659,-0.008752987,-0.026844468,-0.06050752,-0.005276991,0.00067074114,-0.0105762165,0.031157965,-0.003468584,-0.008041482,-0.021760177,-0.010220464,-0.024650663,0.012925664,-0.010131527,0.08520266,0.02251615,0.016409071,-0.004513606,-0.025228761,-0.006566593,0.024561726,0.02537699,-0.017995132,-0.0013664961,-0.014467256,-0.018424999,-0.014956416,-0.0016490597,0.035011947,-0.016586946,-0.0014498755,0.02980907,-0.0316323,0.049834955,0.022782965,0.006951991,-0.0074559734,-0.03326283,0.030075885,0.022204867,-0.00028047911,0.0053622234,0.013792809,0.028993804,-0.0055512167,-0.023642698,-0.048589822,0.03750221,-0.03468584,0.021226548,-0.01295531,-0.025880974,-0.010628097,-0.0073633296,-0.0019269912,-0.0029293972,-0.014037389,-0.0016055171,0.002510647,-0.02084115,0.030238938,0.05351106,-0.03735398,-0.016290486,0.024947124,-0.023776107,-0.03044646,0.012073341,0.028059956,-0.008923451,-0.07180265,0.028712168,0.021700885,-0.034715485,0.023642698,-0.0036668417,-0.010635509,-0.036672123,-0.028726991,0.007459679,-0.03358894,-0.013125774,0.027822787,-0.025436282,-0.018602876,-0.042838495,0.022264158,0.0012469856,0.015786504,0.0058254423,0.02261991,0.0037668971,0.0069742254,0.020307522,-0.021271018,-0.014215265,-0.008263827,0.0074077984,0.0019770188,-0.011613827,-0.011243252,0.0019566373,-0.037324335,-0.033529647,0.022204867,0.031157965,0.014074447,0.0045543695,-0.028519468,-0.04488407,0.012028871,0.0047730086,0.013918805,-0.028964158,0.0134,-0.005188053,0.028534291,-0.006922345,-0.015297345,-0.025762388,-0.0041059735,0.023094248,-0.004024447,-0.005532688,0.003694635,-0.01946261,0.033381414,0.0075375,0.049568143,-0.009961062,0.031899113,-0.047967255,0.025554867,0.005291814,0.0148748895,-0.004676659,-0.013555641,-0.022901548,-0.010087057,-0.02147854,0.01955155,0.014904535,0.031810176,0.01817301,0.01305907,0.005669801,-0.026266372,0.04867876,-0.0071854535,-0.034359735,0.005903263,-0.016913053,0.00472854,-0.009486726,-0.01827677,-0.003661283,0.010190818,0.006236781,0.032403097,0.0053770463,0.0023865043,0.006633296,0.0063331304,-0.0033092366,-0.026236726,0.0057920907,-0.021611946,-0.0013674225,0.012488385,0.013481527,-0.0146821905,0.031454425,0.016824115,-0.023420354,-0.010012942,0.0019121681,0.04808584,0.028386062,0.02813407,0.0030294524,0.0049101217,0.004691482,0.023390708,-0.049686726,0.01965531,-0.007893252,0.010079646,0.023390708,0.0031406248,0.0024309733,-0.014000332,0.0030887444,-0.004691482,-0.00024017906,-0.04334248,-0.005866206,-0.012970133,0.011606416,-0.0018009956,-0.055200886,-0.0007286435,0.013629757,0.0075115594,-0.021819469,0.004624779,0.007893252,0.014052212,-0.045595575,0.016082965,0.09071682,-0.0005785606,0.0454177,-0.017431859,0.028074779,-0.028949335,0.0018241565,0.017950663,-0.02113761,-0.016883407,-0.0057661505,-0.02167124,0.020915266,0.015475221,-0.026236726,0.026088495,-0.016409071,-0.027170574,-0.003125802,-0.0075967917,-0.03566416,0.020574337,0.007908075,-0.04301637,-0.03379646,-0.0060885507,0.0056883297,0.012495796,-0.036138494,0.014867478,0.017476328,-0.026029203,0.011406305,-0.0063442476,-0.0026292312,0.0019918417,0.013081305,-0.0018436117,0.0068074665,-0.0058254423,0.009338495,-0.013073893,0.0148748895,0.024858186,0.027644912,0.032877434,-0.03246239,0.02270885,-0.046277434,-0.020307522,0.00011869987,0.043134954,0.03513053,0.007826549,-0.014860067,0.019388495,0.025480751,-0.01162865,0.009909181,-0.0044283736,-0.0086195795,0.022130752,-0.008775221,-0.003544552,0.0060144356,-0.00022466123,0.01719469,0.009990708,-0.007166925,-0.013303651,-0.053777874,-0.0019492257,0.008834513,-0.0070075775,0.011917699,0.056623895,0.0025495575,-0.023064602,-0.01537146,0.008500995,-0.01310354,0.008300885,0.0024235619,-0.008745575,0.036790706,0.02020376,-0.025110176,0.024873009,-0.0044024335,0.022738496,-0.03527876,0.023657521,-0.020174114,0.020322345,-0.0098869465,-0.0017444828,-0.0539854,-0.0022845962,-0.011702766,-0.02270885,0.0131109515,0.017891372,0.04927168,-0.013444468,-0.061426546,0.022679204,-0.026251549,0.020974558,-0.0003242533,-0.036138494,0.014000332,-0.0057809735,-0.017505974,-0.0076486724,-0.018943805,-0.03966637,-0.01689823,0.0073781526,-0.0036371958,-0.020114822,0.0068148784,0.030194469,-0.007526383,-0.02355376,-0.00906427,0.020885618,-0.0027830198,0.02724469,0.03533805,-0.008063717,-0.017179867,0.011962168,0.009316261,0.02084115,-0.001734292,0.011673119,0.001988136,-0.055586282,0.0009987002,0.00094867253,-0.059143804,0.006685177,-0.0107689155,-0.04153407,0.0025310288,0.0078117256,-0.018410176,0.029097566,-0.004469137,0.017550442,0.0349823,0.007077987,0.022916371,-0.031365488,0.024873009,-0.025065707,0.04174159,-0.0032962665,-0.023212831,-0.013385177,-0.0083305305,0.0014193031,0.007500442,0.02073739,0.0335,0.0048471238,-0.022753319,-0.0035760507,0.011487831,-0.0056401547,-0.020974558,0.0014637721,-0.022471681,0.0014452434,-0.0053770463,0.000055123062,-0.0345969,-0.02611814,-0.0033277655,0.0008046114,0.01034646,0.028741814,-0.00807854,-0.016394248,0.03142478,0.03015,-0.015860619,-0.022190044,-0.02408739,-0.027956195,0.013540818,-0.007463385,0.019981416,-0.009338495,0.026903762,0.019521903,-0.039073452,-0.027185397,-0.03344071,0.03468584,-0.025777211,0.013488938,-0.01912168,-0.0006383158,0.006696294,-0.004680365,-0.027719026,-0.008782633,0.032195576,-0.0081230085,0.026132964,0.03916239,0.008056305,0.01611261,0.046010617,0.013014602,-0.009130973,0.021374779,0.007115044,-0.022323452,0.03596062,0.0042875553,0.014304203,-0.04248274,0.021211725,0.027126106,0.026103318,-0.01049469,-0.015356637,-0.0051509957,0.008419469,0.030713273,-0.013785398,-0.010679978,-0.015208407,0.018588053,-0.009620133,-0.002453208,-0.0003191579,-0.050279647,-0.029586725,-0.00070965156,0.025302876,-0.0057327985,-0.012243805,0.0073151547,-0.024621017,0.015401106,0.03059469,-0.028059956,-0.025110176,-0.0074819135,0.0059292032,0.0035649335,0.0021048672,-0.010183407,0.008337942,-0.03468584,-0.0059699668,-0.014815597,-0.01931438,-0.004561781,0.0041652652,-0.00887157,0.028415708,-0.025599336,0.018143363,-0.010983849,-0.01812854,0.016068142,-0.0151787605,-0.0022271571,0.02571792,-0.017817257,0.006162666,0.0018389795,-0.03773938,0.019907301,0.0065591815,-0.018143363,-0.033470355,0.010272345,0.018454647,0.015430752,0.014511726,0.018187832,0.010331637,-0.017713495,0.006518418,0.005577157,-0.024798894,0.020915266,-0.010642921,0.009597898,0.022590265,0.037205752,0.03916239,0.009857301,0.034715485,0.017550442,0.019670133,0.002779314,-0.0036464601,0.012540265,0.011398894,0.027555972,0.030950442,0.0032777379,0.0012682937,0.0074263276,0.036790706,-0.01029458,0.011806526,-0.0027830198,-0.0017620851,0.0014554341,-0.0067815264,0.013474115,-0.002210481,0.024250442,0.0103835175,-0.016364602,0.038154423,0.016468363,-0.031276546,0.019373672,-0.020485397,-0.021789823,0.028089602,0.0017463356,0.0035260231,0.018854868,0.03216593,0.039547786,0.031602655,-0.021908406,-0.016142257,0.019566372,0.014370907,-0.014615486,-0.027704204,-0.010368695,0.003212887,-0.0065702987,-0.0073522124,0.013088716,-0.014244911,-0.012621792,0.001524917,0.003616814,-0.0032369746,0.049153097,0.032610618,-0.01965531,-0.010079646,-0.013177655,0.015000884,0.013926216,0.014474668,0.03044646,0.013637168,-0.024443142,-0.012592146,0.014652544,0.015415929,0.004317201,-0.01719469,-0.020233408,0.01941814,-0.009479314,0.03266991,0.031069025,0.047552213,-0.0071706306,-0.008056305,0.024902655,0.002108573,0.03290708,-0.014133738,-0.015667921,0.03269956,-0.0038539823,0.034448672,0.009953651,0.011487831,-0.022442035,0.03945885,-0.037057523,-0.04049646],"social":"https://twitter.com/steflikecurry"},{"title":"aidao","description":"when ai takes your job, we'll give you the ai and teach you how to use it.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=forTvAvJkHc","youtube_transcript":"Hey. I'm Warren, and my build to this project is called AIDOW. I started learning the code pretty recently in web three, and then I went on, like, UJI binge, and I was like, let's smash these two things together. So we made basically an org where if your job ever gets automated away, you can come over here. We'll give you the AI, and we'll teach you how to use it. So let me show you what we got. Okay. Some community projects. This is the Calavich patch that got built with AI by a musician who has never coded before in their life. This is a clip of me showing some of the people in the Chap, GPT prompt engineering for developers thing. Got a couple people into that. And then this has been another community that we connected with who is also interested in doing a similar thing, but more alignment based has some interesting stuff going on there. This is the hacker prompt playgrounds, which we did kind of as a community and one of our members has the high score for the first five. This is XAmeris. It's a coding assistant built by an associated community, not one of ours, but we are teaching people in our community how to use it. Here's the graph. We had a pretty big influx at start, a lot of people are interested in the idea, which tells me we got something to to go on, ended up with about a hundred people So if I'm able to put in some more work to it, I expect we'll have things continue to grow later on.","embedding":[0.0076979245,0.010389272,-0.0031406027,0.044967245,0.019491378,-0.01760242,-0.012060917,0.03105916,0.00006236019,0.026562436,0.03256364,-0.03690992,-0.006168369,-0.05930996,0.021263322,0.00560001,-0.006189265,-0.04917979,-0.03222931,0.017686002,0.0039701564,-0.032680657,-0.010698527,0.02268422,0.009737331,-0.056568462,-0.046371426,0.060881305,-0.023419743,0.0068119527,0.017042419,-0.022065712,-0.025442434,0.02273437,-0.0042480673,-0.025626315,-0.014501519,0.02128004,-0.008191059,0.00009736025,-0.014376146,-0.016858539,0.051988155,0.027264526,-0.048644863,0.0056459806,-0.012203007,0.052790545,-0.0027665722,0.04326217,-0.07689566,0.034770213,-0.022149295,0.040687833,0.0045385156,0.027883036,-0.02250034,0.030791698,-0.04256008,-0.017719435,0.058440704,0.010305691,0.048277102,0.033733793,-0.018037047,0.004170754,-0.0146854,0.002132392,-0.010623303,0.028635276,0.035338573,0.03035707,0.015479431,-0.025776763,-0.0071295653,0.0020749292,-0.056066968,0.0127630085,-0.03714395,0.005182099,-0.0046555307,0.004663889,-0.010029869,-0.044164855,0.00023128773,-0.03035707,-0.04409799,-0.032530207,-0.021096157,-0.010573153,-0.025659747,0.034803644,-0.013891368,0.022884818,0.03194513,-0.008985091,-0.037110515,0.04052067,0.055164278,0.056200698,0.019240633,-0.007760611,0.043696795,-0.033516478,0.030975578,-0.004739113,0.03530514,-0.012328381,-0.0069122515,-0.03416842,-0.16154775,-0.0015055251,-0.0089015085,-0.0050609047,-0.0075934464,-0.00969554,0.021714667,-0.040754702,0.011885394,-0.041089028,-0.06479295,0.045100976,0.026395272,-0.0055122487,-0.009135539,-0.028367812,-0.040253207,-0.03563947,-0.019875856,-0.040420372,0.03416842,0.020778544,0.041623957,-0.015454357,-0.03610753,-0.021831682,-0.01807048,0.008019716,-0.030624533,-0.018220928,0.021263322,-0.004994039,-0.03637499,-0.003892843,-0.025409002,-0.040320072,-0.008295537,0.005420308,-0.023586908,-0.022416757,-0.0114758415,-0.0054955324,-0.047173817,-0.0052322485,-0.028468112,0.011442409,-0.010957632,0.024823926,-0.019274065,-0.04269381,-0.025074672,-0.000016700124,-0.028167214,0.01125017,-0.021614367,0.0158054,-0.013891368,-0.012746292,-0.06265325,0.0159057,-0.0434962,-0.0036316484,-0.010949274,0.07054341,0.033700358,-0.035037674,0.008274642,-0.025241837,-0.026044225,-0.058474135,-0.039785147,0.004525978,-0.04429859,0.0057588164,-0.09000136,-0.057270553,-0.017585704,-0.0029713486,-0.01830451,0.0130722625,0.053626366,0.067567885,0.05930996,0.03497081,0.04018634,-0.065762505,0.08639061,-0.010472855,0.06522758,-0.027883036,0.008926583,0.014016742,0.021848397,0.011517633,0.046037097,0.0023089594,0.009118822,-0.009394644,-0.0052698604,-0.0068119527,0.031878266,-0.040721267,0.03904962,0.014677041,-0.020360634,-0.013498532,-0.017568987,0.04429859,-0.0023173175,-0.0027080646,-0.018254362,0.034903944,-0.00926927,-0.002710154,0.00983763,0.005491353,-0.0033829913,-0.0005294413,0.065996535,0.009277629,0.020310484,-0.008458523,-0.033834092,-0.04757501,0.008308074,0.0051779198,0.006168369,-0.01760242,-0.0012495545,-0.008546284,-0.003119707,-0.0014219428,0.07843357,0.024874074,0.02480721,-0.0043128435,-0.008650762,-0.040219773,-0.014660325,0.03707708,0.03637499,-0.0034080658,-0.013933159,0.033215582,-0.04677262,-0.03520484,0.003938813,0.06001205,-0.011158229,-0.018337945,-0.0064818026,0.03901619,-0.068470575,0.028718857,0.006908072,0.00753076,0.012336738,0.026946915,-0.033449613,-0.008600612,-0.0019746304,0.028100349,0.03958455,-0.015563013,0.006293743,-0.019457946,0.019508095,0.031309906,-0.016214956,-0.00062216533,-0.022901533,-0.0065152356,0.02748184,0.05088487,-0.01845496,0.04767531,-0.018103912,-0.015663313,-0.04005261,-0.009001807,-0.01374092,0.024272284,0.024589894,-0.027097363,0.018003615,0.029571397,0.030390503,0.013841219,0.012687785,0.02918692,0.028785724,-0.03251349,0.0011461215,0.010723601,0.02965498,-0.00682449,-0.01858869,0.0027289602,-0.01134211,-0.0050191134,0.017268091,0.020109886,-0.026228108,0.020176753,-0.069874756,-0.044131424,0.07502342,-0.007881805,0.026880048,-0.009670465,-0.033265732,-0.0178866,0.0015755253,-0.03517141,0.0043838886,-0.009896138,0.05977802,-0.00038709026,0.0066907583,-0.017535554,0.018571975,-0.025057957,0.0070585203,-0.011960618,-0.012044201,-0.011776738,-0.013774353,-0.0146686835,0.033884242,0.011659723,-0.07455536,-0.033884242,-0.04904606,0.04443232,0.0070585203,-0.01581376,-0.0068955347,-0.03995231,0.009937928,-0.005194636,-0.01868899,0.0018158242,-0.0052155317,-0.03035707,-0.00917733,-0.03256364,-0.05041681,-0.029387515,-0.002235825,0.0040558283,-0.045869935,0.0433959,0.024238849,0.018505108,0.0011617931,0.027314676,-0.060580406,0.02545915,0.047742177,-0.011467484,0.015629878,0.014752265,-0.019441228,-0.033014987,-0.029588113,0.016641224,0.03614096,0.020460933,0.012604202,0.05262338,0.049313523,0.014902714,0.0054997113,-0.009687182,-0.0039638877,0.030139755,0.04376366,0.015354058,-0.067434154,-0.009202405,0.053492635,-0.0940133,-0.035137974,0.021597652,-0.0089433,-0.016724806,0.04165739,0.0034226927,0.023871088,0.013531965,0.02480721,-0.0057755327,-0.06014578,-0.030273488,0.009152255,0.023703923,-0.00922748,0.021397054,-0.017351674,0.017970182,0.01967526,-0.05252308,0.07141267,-0.02913677,-0.016925404,-0.0070292666,-0.020494366,-0.025342135,0.04269381,0.083247915,-0.023904521,-0.040620968,0.0062185186,-0.048878893,0.04570277,0.056635328,0.032597072,0.013732562,0.021447202,-0.047474712,-0.025191687,0.038380966,0.007927775,-0.018154062,-0.0030465727,0.025342135,-0.010096734,0.04720725,0.037110515,0.025676465,-0.017034061,0.020862127,-0.03797977,0.016081223,-0.03002274,-0.024924224,-0.0026223927,-0.022767803,-0.011358826,-0.014117041,0.008684195,-0.053292036,0.0018868691,0.057538014,-0.02193198,-0.04155709,0.0072591174,0.0077898647,-0.018722422,0.0013237337,-0.012746292,0.030758265,-0.07121207,0.02499109,-0.01261256,-0.0049731433,-0.055231147,0.02179825,0.008625687,0.002104183,-0.0040412014,-0.021146307,0.0010197033,-0.0044841873,-0.055130847,-0.0292705,0.004043291,-0.008178522,-0.009804197,-0.020009588,-0.050349943,-0.019324213,0.0046095606,0.068035945,0.020444216,0.016181521,-0.06268668,-0.0020979142,0.0046889638,0.041155897,-0.013047188,0.03901619,0.045301575,-0.022550488,0.0151701765,-0.020009588,-0.014702116,-0.049480688,0.00024421685,-0.016390478,-0.0075809094,-0.0013811965,-0.02066153,0.034603048,-0.026161242,-0.010548078,-0.0026955272,0.020862127,-0.005980309,-0.0034373195,-0.009586883,-0.013088979,-0.004851949,-0.0038468726,-0.011091364,0.011843603,-0.00073970284,0.046705756,-0.0046931426,-0.008859717,-0.04406456,-0.0122865895,-0.024907507,-0.02066153,0.037210815,-0.010247183,-0.0509183,0.020293768,0.0003087319,0.020410784,-0.016716449,0.010088377,0.025074672,0.022751085,-0.05115233,-0.0061265784,-0.0010698527,-0.009845988,-0.009135539,-0.0062352354,-0.012203007,0.013231069,0.024489596,0.012554052,-0.019441228,0.054328457,-0.010138526,-0.025291987,0.025141537,0.0005521652,0.04476665,-0.04513441,0.03540544,-0.013172561,0.0035292602,0.0050567253,0.0073218043,-0.018137347,-0.013924802,0.010481213,-0.002772841,-0.004287769,0.010757035,0.019508095,0.0029964233,0.032981552,-0.015939133,-0.0061015035,0.0076561333,0.014016742,-0.020009588,-0.033817373,-0.023469893,-0.024556462,0.027047213,0.0038698576,-0.015654953,0.006414937,-0.008228672,0.0037486635,-0.020444216,-0.040754702,-0.02719766,0.04189142,0.0069122515,0.0036149318,-0.012938531,0.006197623,0.021614367,0.015354058,0.009662107,0.0038301563,-0.01576361,0.0021198546,0.0034435883,-0.016942121,0.002795826,-0.020360634,-0.017468689,0.004651352,-0.012687785,0.0017426898,0.0098794205,-0.022817953,-0.013097337,0.007000013,-0.05031651,0.014885997,0.01110808,-0.0035083645,-0.007309267,-0.009779122,0.0051152334,-0.019825708,0.012386888,0.009043599,-0.022784518,0.009561809,0.032078862,-0.00771882,0.013481815,-0.067935646,0.0078065814,0.017585704,0.010539721,0.026411988,0.017970182,-0.009871063,-0.008876434,0.034201853,-0.0048185163,0.041356493,0.026411988,0.018939735,-0.038648427,-0.012203007,-0.01736839,0.033232298,0.02226631,-0.027381541,-0.0003795156,0.010263899,-0.015847193,-0.012554052,0.02677975,-0.02122989,-0.010564796,0.04306157,0.0053409054,-0.03483708,-0.020795261,-0.017619137,0.049447253,0.007940313,0.008207776,-0.043095004,-0.04493381,-0.032312896,-0.008245388,0.0038635891,-0.017000629,-0.009102106,-0.0023758253,-0.0036065737,-0.024054969,0.04259351,-0.0122865895,0.03904962,0.0082579255,0.03222931,-0.017869882,-0.012077634,0.012863307,0.0106901685,0.015746893,-0.017502122,-0.0034895586,-0.03463648,0.00010793863,0.0041728434,-0.0017761226,0.032814387,-0.032948118,-0.0065444894,0.040320072,0.0021208993,0.029588113,0.011149871,0.033683643,-0.054194726,0.00630628,0.011233453,0.024673477,-0.0071797143,-0.003228364,0.016566,-0.011617932,0.023135563,-0.018220928,-0.064492054,-0.04700665,0.040487237,-0.01765257,-0.016582716,-0.005265681,-0.0020780636,0.036441855,0.024238849,0.049681284,0.0024489597,-0.054997113,-0.011241811,-0.05252308,0.017635852,-0.032480057,0.0062853843,0.013172561,-0.053726666,-0.019508095,-0.009971362,-0.012645993,0.010080018,-0.002277616,-0.020076454,-0.03473678,-0.03030692,-0.0046764263,0.023419743,-0.038180366,-0.0069206096,-0.008884792,0.022951683,0.033031702,-0.02644542,0.02226631,-0.012512261,-0.0609816,-0.0069958335,-0.06489325,-0.012462112,-0.0009460465,-0.0071212067,-0.024138551,0.016357044,-0.021664517,-0.033332597,0.023068698,0.034118272,-0.008537926,0.013657338,0.0022901534,0.019558243,-0.025141537,0.02447288,-0.0017155255,0.012395246,0.006042996,-0.029471098,0.024054969,0.019591678,-0.012503903,0.018655555,0.030089607,0.02221616,0.027916469,0.03540544,0.035706334,-0.00097530027,0.016733164,-0.00026328405,0.003006871,-0.005370159,0.0038468726,-0.0032304537,0.035940364,-0.038380966,0.018220928,-0.049647853,0.023369595,-0.009662107,-0.010598228,0.013924802,-0.023219146,-0.017552271,0.01515346,-0.0061809067,0.026579153,-0.00324717,-0.010681811,-0.041523658,-0.031226326,-0.020310484,0.00016768687,-0.0059510553,0.03540544,-0.0146854,0.013874652,-0.0766282,-0.036776185,0.022517055,0.0030507518,-0.034703348,-0.011300319,0.023804221,0.012528978,0.01905675,0.008508672,0.041022163,-0.049681284,0.015220326,-0.010882407,0.0040349327,-0.040320072,-0.027782736,-0.026595868,0.02066153,0.0100215105,-0.042994704,0.00012569985,0.01266271,0.011851962,0.0073677744,-0.013247785,-0.018103912,0.03064125,0.011300319,0.0058215032,0.004154037,-0.02452303,0.007610163,0.022700937,-0.01543764,0.017201224,-0.008826285,0.028534977,0.039551117,-0.0035376183,0.00047798594,-0.025776763,0.013306293,-0.040687833,0.020360634,-0.013983309,0.01350689,0.018003615,-0.010840616,0.00865912,0.00611822,0.03194513,-0.026846616,-0.027899751,-0.00682449,0.023854371,-0.054896817,0.017552271,0.020862127,-0.005733742,0.002329855,0.003431051,0.031560656,0.015914058,-0.010180317,0.008057328,0.034703348,0.03483708,-0.03647529,-0.006339713,-0.0009867928,-0.014325996,0.013381517,0.0036817978,0.017669287,-0.030691398,0.022299742,0.0067785196,0.021397054,-0.033967823,0.05643473,-0.01110808,0.009520018,0.009051956,-0.027465124,-0.0014888087,-0.011734947,-0.028936172,-0.000072024384,0.014242413,0.024890792,0.01736839,-0.007497327,-0.028351096,0.0087594185,0.0029713486,-0.021714667,0.017351674,0.032446627,0.029905725,0.04433202,0.002262989,-0.019090183,0.0019171677,-0.030992296,0.006423295,0.010238824,-0.02569318,-0.0013989578,-0.0046764263,-0.01952481,0.020377351,-0.028919455,-0.0031949312,0.0047098594,0.05168726,-0.0034373195,-0.016056148,0.011902111,-0.0155045055,0.03077498,-0.0061307573,0.00075798645,-0.037712306,0.013448383,0.02748184,0.033683643,0.008500314,0.028501544,-0.03777917,0.018388093,0.013657338,0.0228681,0.024974374,-0.0025283627,0.007819119,-0.0008170164,-0.0031364236,-0.016891971,-0.012203007,0.00034895586,-0.00036985142,-0.00880121,-0.02942095,-0.00720061,-0.0029859755,-0.00031447818,0.002885677,-0.024690194,0.037712306,-0.0058841896,0.0010453004,-0.014819131,0.0020446305,-0.006502698,0.044265155,-0.014292563,-0.0071379235,0.011049572,0.013749278,0.047976207,0.033315882,0.024857359,-0.0108239,-0.013924802,-0.011049572,-0.0031656774,-0.034603048,-0.0129301725,0.007087774,-0.011459125,-0.024539746,0.015287192,0.013197636,0.023520043,0.0075265807,0.019173766,-0.0048686657,0.0046388144,0.032312896,0.022767803,-0.0034226927,0.015964208,0.011074647,0.024573179,-0.0055331443,0.007785686,-0.03232961,0.0011711961,-0.024121834,0.031142743,-0.004268963,-0.005399413,-0.009687182,-0.002419706,-0.03600723,-0.0015420923,0.009770764,-0.024489596,-0.022717653,-0.03948425,-0.005211353,0.019407796,-0.0067618033,-0.019257348,0.01416719,0.01289674,-0.016599433,0.0061098617,0.01440122,-0.022199443,-0.021129591,-0.01572182,-0.002758214,-0.0055331443,0.030290203,0.0047098594,0.028083634,-0.00095388235,-0.0433959,0.0077982233,-0.018806005,-0.027231093,0.016582716,-0.007188073,0.035004243,-0.043663364,0.0020926904,-0.022182727,0.0075641926,-0.012203007,-0.0049438896,0.008207776,0.0151701765,0.0067032957,-0.019357648,0.0054620993,-0.006088966,0.0069122515,-0.017401822,0.0016183611,0.04466635,0.006519415,-0.02211586,-0.0124537535,-0.0075015062,0.029053187,0.03487051,0.006753445,0.0048561282,-0.024138551,-0.01520361,0.067768484,0.004317023,-0.005717025,-0.016791672,0.015211968,0.015312267,-0.00230687,0.012746292,-0.007794044,-0.009511659,0.00992957,-0.017435255,-0.008700911,0.00776479,-0.021346904,-0.0057755327,-0.00148254,0.055933237,-0.0037967232,0.027030496,-0.0005584338,0.043362465,-0.023787506,0.0045719487,-0.036207825,-0.0023382131,-0.007927775,-0.021580935,-0.02724781,-0.00865912,-0.003566872,0.036274694,0.008843001,-0.008542105,-0.025057957,-0.023269296,-0.0068328483,0.02348661,-0.027832886,0.026763033,-0.026612585,0.002927468,-0.03087528,-0.010130168,-0.016365403,-0.012963605,-0.01266271,0.012345097,0.019992871,0.04700665,0.0049522477,-0.042894404,0.0069582216,-0.010414347,0.011258528,-0.035004243,0.015354058,0.0005887324,-0.028317664,0.032262746,0.051988155,0.02291825,0.025007807,-0.0050609047,-0.015613163,-0.013431666,-0.012654351,0.0139080845,-0.011877037,0.005453741,0.023653774,0.038146935,-0.0037403053,-0.015454357,-0.03012304,0.020059738,0.016457343,-0.008717627,-0.013782712,-0.02667945,0.006042996,-0.0040934402,-0.052690245,-0.0034080658,-0.00865912,-0.010857333,-0.012445396,-0.019207198,0.015103311,-0.0017197046,-0.0109994225,-0.004810158,-0.033783942,-0.004273142,0.003040304,-0.021263322,0.0057629957,0.01501137,0.097089134,-0.008420911,0.0030862743,0.009168972,0.048009638,0.00941136,-0.025141537,-0.013665697,-0.018237645,-0.031460356,-0.022767803,-0.01830451,0.0037152306,0.0011962708,-0.025626315,-0.0047892625,-0.015788686,-0.0228681,0.010790467,-0.006602997,-0.016983911,0.0009899272,0.011467484,-0.032814387,-0.0108239,0.017167792,0.024138551,0.004179112,0.007208968,0.04998218,-0.013958234,-0.015404207,0.020160036,0.0084000155,0.010773751,0.017042419,-0.039116487,-0.026696168,0.005031651,-0.0063940412,-0.032312896,-0.004998218,0.012871665,-0.020544514,-0.018789288,-0.002927468,-0.008617329,0.006452549,-0.034903944,-0.0127630085,-0.04597023,0.00946151,0.053492635,0.033315882,0.010288974,-0.012570769,-0.022048995,0.065528475,0.02193198,0.005934339,-0.012161216,0.0059176227,-0.025994077,-0.007171356,-0.020962426,-0.02509139,-0.0054955324,0.003991052,0.01359883,0.0020697052,-0.03741141,0.001369704,0.008065687,0.0021522427,0.041456793,-0.0071671773,0.011659723,-0.020761829,0.02245019,0.013640622,-0.012244798,-0.0026223927,-0.0017782121,0.0104979295,-0.005002397,0.0017823913,0.023971386,0.020494366,-0.028585127,-0.0008483597,-0.004085082,-0.0048686657,0.0038886638,0.048243668,0.005591652,0.0032450806,-0.03981858,-0.00070679234,-0.0031823937,-0.026127808,0.015186893,0.017092569,-0.007493148,-0.015237043,-0.01327286,-0.008149268,-0.020912277,0.024188701,-0.0051528453,0.019140333,-0.011450767,0.017752867,0.029220352,0.014200623,0.018555257,-0.00010826512,0.0025492583,-0.01835466,-0.0022838847,-0.01713436,-0.006715833,0.0035083645,0.001473137,-0.008262104,-0.01863884,0.035505734,0.0003379857,-0.07074401,0.022383325,-0.007087774,-0.012470471,0.016123014,0.022650788,0.00983763,-0.0048686657,0.025643032,0.01058987,-0.029588113,-0.010288974,0.046839487,-0.03764544,0.021714667,0.01793675,-0.029805427,-0.0074429987,-0.008993449,0.01840481,0.01459346,-0.014902714,0.022567205,-0.01699227,0.017184509,0.02861856,0.010280616,-0.042526644,-0.028484827,0.018271077,-0.0003991052,-0.010405989,-0.0068077734,0.00917733,-0.03289797,0.004810158,-0.024439447,0.03761201,0.0073009087,-0.0042000078,0.0009355987,0.0030758264,0.0045343367,0.0064065787,-0.0064316536,-0.000108591616,-0.006042996,0.022717653,-0.044967245,-0.0046889638,-0.007497327,-0.00809494,0.01501137,-0.02014332,-0.01552958,0.011559424,0.0015525401,-0.0012568679,0.048444267,0.00046179187,-0.0062268768,-0.017435255,-0.028886022,-0.0038719473,0.021346904,-0.02122989,0.023035266,0.015404207,0.027766021,-0.029688412,-0.029621545,-0.028518261,0.022717653,-0.00550807,-0.019123618,-0.03463648,0.011375543,0.016933762,0.0039847833,-0.0062895636,0.021681232,0.019491378,-0.0022149293,-0.024439447,-0.008278821,-0.0019474662,0.0070209084,0.015287192,-0.008312254,-0.0073343418,0.028551694,0.026562436,-0.0014031369,0.02866871,-0.02250034,0.015847193,-0.06251951,-0.017451972,0.024773777,0.0043044854,-0.023051983,-0.010748676,0.03167767,0.015078236,-0.006502698,-0.019842423,0.02509139,-0.021681232,0.012044201,-0.017301524,-0.028083634,-0.0133648,-0.0025053776,-0.022299742,0.017869882,0.016724806,0.015379133,-0.004183291,-0.0023653775,0.012637635,-0.004028664,-0.0048812027,-0.000012014947,-0.008412553,0.02315228,-0.04409799,-0.019207198,-0.021313472,0.017585704,-0.01186032,-0.019691976,-0.0084000155,0.00069164304,-0.025291987,0.0040934402,0.011141513,-0.02066153,0.003491648,0.02748184,-0.0064024,0.0031782147,-0.007008371,0.005119412,0.0047098594,0.0034435883,-0.0009308972,-0.028601842,-0.029738562,0.027832886,-0.012737934,0.018672273,-0.003928365,-0.017351674,-0.033516478,0.019959439,-0.0034561257,0.013590473,0.00014156742,-0.0075809094,-0.01957496,-0.01506152,0.01581376,-0.0011147781,-0.022817953,0.004317023,-0.012729575,0.018471675,0.004505083,0.034903944,-0.011032856,0.031075876,0.0015661223,-0.020694964,0.011517633,-0.0044841873,0.023319446,-0.027582139,0.016273463,0.024372581,0.0013404501,0.030741548,-0.023051983,0.018321227,0.026946915,0.0021261233,0.01713436,0.0023653775,0.008458523,0.002089556,-0.006908072,0.012838232,-0.031326625,0.004839412,0.026294973,0.0061349366,-0.0013331367,0.028434679,0.04352963,-0.010840616,-0.014743907,-0.009436435,0.037244245,0.0032262744,0.021948697,0.006176728,0.047173817,-0.020527799,0.015379133,-0.008742702,-0.029972592,-0.012562411,0.015914058,-0.008165985,0.000333023,0.021580935,0.0093779275,0.011317035,0.031126026,0.044398885,-0.020059738,-0.015546297,-0.0019276154,-0.0022838847,-0.016791672,0.0317111,0.03690992,0.02592721,-0.030691398,0.00922748,0.014367787,0.012002409,-0.0071671773,0.025241837,-0.026244823,-0.028819157,-0.013047188,0.0020122426,-0.025191687,0.040654402,-0.041155897,-0.01261256,0.015161819,-0.0610819,0.020962426,0.012771366,0.042392913,-0.0046722475,-0.024389299,-0.067266986,-0.019608393,0.026863333,-0.01609794,-0.03901619,0.039183356,-0.01350689,0.034068123,0.04269381,0.01807048,0.0010369421,0.0038176188,-0.0109994225,-0.03507111],"social":"https://twitter.com/yikesawjeez"},{"title":"refactorai","description":"code smarter, not harder with refactorai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=fO2Q7bk4Lww","youtube_transcript":"Hey, everyone. I'm Daniel, the builder of Refactor AI, Avia's code extension that uses AI to help engineers code smarter and not harder. Let me show you how it works. I'm a new engineer on this project and it has some poorly written code. It's confusing, littered with bugs, and I just don't know how to begin. Well, let's start by debugging it with the Docker AI. Specifically, this Connected Wallet function here. And just like that, you can see how refactor AI has multiple bugs that has pointed out in the code. It makes it a lot easier for us to go back and make these changes. And you can see there's also a summary of all the changes made. However, this code is still a little bit confusing to us in terms of its logic. So we can have this code be explained to us now that it's bug free. Now this code is readable and we can understand this logic. This makes it a lot easier for us to navigate the code base and figure out where exactly this code fits into the code base. And it makes our job a lot easier. This project all started with a simple need to understand code that I myself had written weeks ago. I started to see growth after posting my progress on Twitter and Discord. And this tool can make a lot a lot easier and free up your time to solve more complex problems if you're also a software engineer like me. Check it out right now in the VES code extension marketplace. Thank you.","embedding":[-0.0095521435,0.021165691,-0.033098612,0.012593442,0.02401101,-0.03902152,-0.015315367,0.0117079085,-0.026304686,0.019002669,0.015184714,-0.029440345,0.013449941,-0.02509978,0.031182377,0.009181961,-0.0015605706,-0.009791673,-0.021615718,0.02553529,0.03742466,-0.032692138,0.015504087,0.048399463,-0.020483395,-0.059374265,-0.04416052,0.022748038,-0.027422491,-0.055338558,0.010365092,-0.02099149,0.0018490946,0.0041373265,-0.0027019647,0.000657345,-0.009820707,-0.05287068,0.017638076,0.022617385,-0.00026584137,0.0016449502,-0.020105956,0.009871516,-0.035653595,0.015315367,-0.014908893,0.03396963,0.019031702,0.020120472,-0.06944902,0.0018019147,-0.032692138,0.02865643,-0.036960118,0.0016494868,-0.025215916,0.042389452,-0.014741948,0.0015632925,0.034230933,0.037540793,0.021630233,0.03690205,-0.06915868,-0.0003379724,-0.040095776,0.028932253,0.028380608,-0.030717835,0.056761216,0.028438676,0.021615718,-0.01492341,-0.015518604,-0.05873552,-0.020062404,0.038992487,0.00063057936,-0.0016168237,-0.046541296,-0.008390789,-0.010829634,-0.0108006,-0.019960785,-0.044363756,-0.0666037,-0.021949606,0.0044748452,-0.04651226,-0.015141164,0.05191256,-0.03074687,0.002709223,0.04755748,0.048718836,-0.044741195,0.02449007,0.04598965,0.0648036,0.040647417,-0.007015309,0.039253794,0.032576002,0.03756983,-0.014328215,0.04694777,-0.032372765,-0.033998664,-0.011069164,-0.11416118,-0.026769228,0.0033624852,-0.038063403,-0.015794426,0.031675953,-0.009036792,-0.00984974,-0.017071916,-0.048951104,-0.020265643,0.016926747,0.027669279,0.01117804,-0.0015152051,-0.060216248,-0.02444652,-0.04416052,-0.027509592,0.0054692556,0.014139495,0.04262172,0.05626764,-0.031908225,-0.033040546,-0.027741864,-0.0540901,0.040763553,-0.018842982,-0.0006900081,0.01747839,-0.0064926995,-0.011635324,-0.018073585,-0.036118135,-0.042418484,-0.014357249,-0.026798263,-0.0324889,0.009588436,-0.027364423,0.019263973,-0.02752411,-0.029048387,0.01965593,0.018465541,0.004224428,0.030688802,-0.029251624,0.010822375,-0.041199062,0.048109125,-0.058503248,0.02453362,-0.030514598,0.012020023,-0.02752411,-0.04529284,-0.051564153,-0.013754796,-0.019075254,-0.02748056,0.009007758,0.003041298,0.035798762,-0.029120972,0.038092438,-0.04845753,-0.0023444851,-0.013674953,-0.023154512,-0.015475053,-0.025985314,-0.0015387952,-0.031385615,-0.061203398,0.0061660684,-0.016752543,-0.016404137,0.011918404,0.0069100615,0.040995825,-0.009290839,0.040211912,0.030311361,-0.009363423,0.05356749,0.0028870555,0.057370927,-0.021006005,0.01861071,0.010698982,0.03277924,-0.0030449273,0.022631902,0.011250625,0.019060737,-0.02856933,-0.023052894,-0.012687801,0.0234013,-0.030543633,-0.0032644959,0.00063783786,-0.026406305,-0.03501485,0.055774067,0.032895375,0.020541463,0.01638962,-0.0063148667,0.011932921,0.03928283,-0.025201399,0.0013791089,-0.011860336,0.05281261,-0.04532187,0.02832254,0.013950774,0.010735273,-0.006318496,-0.022675453,-0.048196226,0.06764892,-0.014168529,-0.011061905,-0.05287068,-0.00012747684,0.019830134,-0.016636407,0.010285249,0.051331885,0.005712414,-0.01160629,-0.016288001,-0.037163354,-0.013587851,0.04575738,0.026043382,0.07136525,-0.0088625895,0.054061066,0.0030195226,-0.024373934,-0.0021757258,-0.010343316,0.026827296,0.020541463,0.0110183535,0.010677206,-0.026115967,-0.03928283,0.008797263,0.012985399,0.0039667524,0.02917904,0.050054394,-0.03126948,-0.020526947,0.016534789,0.03414383,0.027741864,0.0018182462,0.007810111,-0.008027866,0.00046182002,0.060042046,-0.00928358,0.010096529,0.031530783,-0.021107623,0.0666037,0.012702319,-0.024040045,0.035653595,-0.05600634,0.017870348,0.001279305,-0.032430835,-0.009181961,0.019205905,0.031385615,-0.01601218,0.0022864174,0.013326547,0.06149374,0.005461997,0.040095776,0.069623224,0.040647417,0.004238945,0.001096936,0.034114797,0.011011096,-0.017696144,-0.006989904,-0.015692808,-0.0019071624,0.03396963,0.0234013,-0.0050845565,0.010031202,-0.03510195,-0.009820707,-0.0059047635,0.028917735,-0.030601699,0.044596024,0.0117079085,-0.01226681,-0.012760386,-0.006735858,-0.015852494,-0.0076649417,0.015416985,0.037540793,0.0026965206,0.038005337,-0.016476722,0.03150175,-0.010822375,-0.013282996,-0.04958985,0.008695644,0.008985983,-0.017565493,-0.017115466,0.02775638,0.041518435,-0.029454863,-0.04079259,-0.055977304,0.027204737,0.025201399,0.014342732,0.012687801,-0.050373767,0.011853077,0.016041214,-0.014183046,0.010771566,-0.033592187,-0.040386114,-0.0360891,0.0027400716,-0.029033871,-0.028714499,-0.019641414,-0.024098113,-0.03097914,0.034782577,-0.004529284,0.016302519,-0.008129484,0.014364508,0.000058181155,0.0060027526,0.012063573,-0.013471716,0.01927849,0.02562239,0.0042425743,-0.048399463,-0.075952604,-0.013486233,-0.0046599363,-0.024649756,-0.026609542,0.047528446,0.039660268,0.008361755,-0.030427497,0.006982646,0.041373264,0.027161187,-0.0003620161,0.0015124832,-0.05063507,0.009835224,0.054061066,-0.055686966,-0.0057559647,0.020381777,0.035943933,-0.0109312525,0.028554812,-0.00088462577,0.032605037,-0.017899381,0.060738858,-0.020614048,-0.05002536,-0.007882696,-0.011577256,0.04209911,0.025549807,0.020105956,-0.0020868094,0.0076722004,0.017841313,-0.067184374,0.060506586,-0.035218086,0.03277924,-0.046105787,0.017594526,0.017463874,0.038208574,0.03974737,0.0102126645,-0.030108124,-0.018988151,-0.030775903,-0.00009963381,0.064106785,0.0034024068,0.019481728,0.009225513,-0.09465042,0.0022229056,-0.0027309984,0.012622476,-0.019786583,-0.0089787245,-0.021456031,0.016346069,0.03283731,-0.011482896,0.005324086,-0.02070115,-0.019844651,-0.030892039,-0.009559402,-0.037395626,-0.0288887,-0.043521773,-0.043841146,-0.0037998077,0.012796679,-0.007087894,-0.009624728,-0.0036582677,0.03974737,-0.038963456,-0.038005337,0.008303687,0.018131653,0.033098612,0.035276152,-0.020105956,0.033185713,-0.06793926,0.040560316,0.009682796,-0.04462506,-0.022268979,0.0059991237,0.007962539,-0.010103787,-0.018015517,-0.02183347,-0.005665234,-0.00573056,-0.06340998,-0.020018853,0.020120472,-0.061203398,-0.0033044175,-0.038469877,-0.079320535,0.013377356,0.029629065,0.030427497,0.06399065,0.04967695,-0.051099613,-0.016447688,-0.01785583,0.037482727,0.017638076,0.009588436,0.02216736,-0.017550975,0.018973634,0.00027491446,-0.010176372,-0.03884732,-0.001761993,-0.004961163,0.014183046,0.009980393,0.026304686,0.07316536,-0.035247117,-0.024940096,0.027262805,-0.015228265,-0.022370597,0.033563156,-0.042824958,-0.010473968,0.018392958,0.037947267,-0.029875852,0.00080705085,0.005556357,0.0022809734,-0.0018391142,-0.016970297,-0.014553227,-0.011315951,-0.005280535,-0.0008492407,0.018930083,-0.02112214,-0.0593162,-0.012578924,-0.036960118,0.031153344,0.03817954,0.011816786,0.035740696,0.010524778,-0.065500416,-0.024562655,-0.013282996,0.008695644,0.0037308524,-0.029962955,0.026972465,0.013551559,0.025607875,0.017841313,-0.003533059,0.016897712,-0.02671116,-0.0034550307,0.013101534,0.03382446,0.065268144,-0.025317535,0.024577172,-0.038731184,0.027741864,0.030630734,0.00038810118,-0.055774067,0.013943517,0.0059628314,0.0056906384,0.002576756,0.0414894,-0.01089496,-0.0020160393,0.04177974,0.0056870095,-0.02359002,0.013145085,0.02695795,-0.014618554,-0.021412479,-0.053596526,-0.017884864,0.046918735,-0.010735273,-0.024315868,-0.009813448,-0.005868471,0.0011141748,-0.011562739,-0.047151007,-0.012332137,0.040705487,-0.0072838725,-0.0054547386,0.0021231018,0.0103287995,0.018349405,-0.010633655,-0.0047542965,0.023067411,-0.026841814,0.020585014,0.02344485,0.01293459,0.012382946,0.02501268,-0.014335474,0.02003337,-0.00012929145,-0.032692138,-0.006224136,-0.049444683,-0.032082427,-0.01591056,-0.023981977,-0.017884864,0.020497913,-0.015373435,-0.012143416,0.011896629,-0.035363253,-0.021572165,-0.0110473875,0.021412479,-0.009748122,-0.019626897,0.026870847,-0.009907808,-0.032546967,-0.039166693,0.0048305104,-0.0053966707,0.010510261,0.018625228,-0.022327047,-0.019815616,0.012869263,0.006674161,0.021107623,0.06439713,0.012905556,-0.0288016,0.030282328,0.03292441,0.0029687132,0.047760718,0.0007671293,-0.02444652,0.032750208,0.018015517,0.016796093,-0.010982062,0.024373934,-0.01861071,-0.0067104534,0.05992591,-0.035072915,0.00026969743,-0.01990272,-0.015663773,0.046047717,0.03495678,0.0150395455,-0.008535958,-0.018988151,-0.008296428,-0.004184507,0.0025567953,-0.021151176,0.017144501,-0.007323794,-0.012528115,-0.048805937,0.01643317,-0.02553529,0.03443417,0.02099149,0.027103119,-0.020439845,0.0063221254,-0.027916066,-0.018276822,0.027378941,-0.019191388,-0.0045256545,-0.018886533,0.017086433,0.010836892,-0.0024479183,0.03187919,0.0038143247,0.012724094,0.024998162,0.012382946,-0.011432087,0.026319204,0.035827797,-0.051883526,-0.018538127,0.012303103,0.02287869,0.010379609,0.00625317,0.020454362,0.011853077,0.01752194,0.007029826,-0.11410311,-0.033998664,0.0071132984,-0.018654263,-0.030340394,-0.013682212,-0.007272985,0.026638577,0.045438007,0.031211412,-0.013413648,-0.033505086,0.0031864673,-0.04349274,0.02212381,-0.05348039,0.0041591018,-0.00914567,-0.010953028,0.033998664,-0.04973502,-0.049241446,0.015794426,-0.032372765,-0.026682127,-0.01458952,-0.036931083,-0.022820622,0.02666761,-0.011519188,0.0028543924,-0.01624445,0.0070370845,0.00059927726,-0.027320873,0.009631987,-0.0005244243,-0.06695211,-0.022007674,-0.08152711,-0.033069577,-0.057370927,-0.028017685,-0.0006269501,0.012491823,-0.025114298,-0.010880443,0.019176872,0.043376602,-0.042650755,0.028075753,0.01781228,0.01492341,-0.01842199,0.012499081,0.0050918153,0.003591127,-0.0020124102,0.028554812,0.0022882319,0.03353412,-0.006699566,0.017231602,0.004529284,0.008042382,0.020570498,0.014132236,0.025767561,-0.01468388,0.030601699,0.018465541,0.012535374,0.0052696476,-0.022254461,-0.022748038,0.028366093,-0.027553143,-0.027698312,-0.0041155512,-0.0075052558,0.008035123,-0.018233271,0.01269506,-0.026449855,-0.006623352,-0.0007113298,-0.01444435,0.017115466,-0.00025994386,-0.025782077,-0.0008732844,-0.016708992,-0.002476952,-0.0034895083,-0.024156181,0.015446019,0.0066632736,0.008470632,-0.065268144,-0.01927849,-0.0005997309,0.006431002,-0.022719003,-0.00059791625,0.038208574,0.024170697,0.028424159,-0.00031392873,-0.0030086348,-0.018262304,-0.007977056,-0.021151176,0.021499582,-0.005915651,0.018131653,-0.010749791,0.048312362,0.034840643,-0.03391156,0.0023190805,0.006768521,0.017899381,-0.029759718,0.011860336,-0.012448272,0.0288887,0.022268979,0.01667996,-0.007831886,-0.029237108,-0.009827965,-0.0055164355,0.0064926995,0.0082020685,-0.007933505,-0.008071416,0.047818784,-0.00080432894,-0.01969948,-0.012092607,0.025941763,0.0024569912,0.0076722004,0.01188937,0.02856933,0.011257883,-0.00473615,-0.000045478835,0.02260287,0.01023444,-0.014858084,-0.028206406,-0.0064963284,0.012607958,-0.008811779,0.019481728,0.0019597863,0.044305686,0.0102997655,-0.015446019,0.01250634,0.010379609,0.01672351,0.013645919,0.010844151,0.043173365,-0.07275888,-0.00928358,-0.010263474,-0.007541548,-0.014037876,0.006006382,0.038034372,-0.016549306,0.007468963,0.0018336704,0.0117079085,-0.049386613,0.061551806,0.007984314,-0.0037744031,0.017609043,-0.044218585,-0.008543217,-0.009276322,0.0056071663,0.014662105,0.038382776,0.033040546,0.023241613,0.0076576835,-0.027945101,0.0032644959,0.03225663,-0.007171366,0.036031034,0.04889304,0.002458806,0.041808773,0.02055598,-0.021949606,0.029164523,-0.028859667,0.0010288878,0.02088987,-0.05626764,-0.0053168274,0.0019761177,-0.013021691,0.013123309,0.012840229,0.024606206,0.006296721,0.059983976,-0.027219255,-0.029106455,-0.016592856,-0.015344401,0.058590353,-0.0150685785,-0.03388253,-0.023633571,0.008710161,0.010633655,0.0053676367,0.0129999155,0.014712914,-0.015242782,0.017623559,0.022849657,0.0061515514,0.02610145,-0.00014698398,0.0198011,0.007730268,-0.014611295,0.026914397,-0.0040538544,-0.014792757,-0.011751459,0.001335558,-0.010394126,-0.004961163,0.0043695974,-0.015620222,0.02022209,-0.023285164,0.033417985,-0.0037780325,0.017913898,-0.003955865,-0.008564992,-0.0009989466,0.056587014,-0.02530302,-0.036466543,0.003476806,0.0008315482,0.023807773,0.051709324,0.012099866,-0.027074084,-0.028162854,0.000042274904,-0.028351575,0.008369014,-0.0036201607,-0.012898297,-0.0046127564,-0.021136658,0.027901549,0.0042280573,0.0071314443,0.025477221,0.009573919,0.020614048,0.010321541,0.04259269,0.027596693,0.0005883895,-0.002032371,0.022660935,-0.011816786,-0.006616093,-0.0055382107,-0.017623559,0.008985983,0.016186383,0.02909194,0.009740864,0.024519105,-0.025027197,-0.0189446,0.00497568,-0.013892707,0.026653094,-0.02832254,-0.01572184,-0.023067411,0.010880443,0.012912814,0.0095521435,0.030282328,0.0052986816,0.015837977,-0.007977056,0.0036074584,-0.019539796,-0.0016712622,-0.035392288,-0.0048813196,0.020947937,-0.0026910768,0.045118634,0.018755881,-0.0030630734,-0.021093108,-0.018015517,0.01818972,-0.03414383,-0.015257299,0.025927247,-0.00866661,0.021920573,-0.022719003,-0.013152343,0.0031066241,0.0011613548,-0.013239445,-0.015402469,-0.001641321,0.015315367,0.0019924494,-0.044015348,-0.023372266,-0.010858668,0.005262389,-0.014647588,-0.013573335,0.0018363923,0.012237776,0.002250125,-0.0151266465,0.0009626543,0.04590255,0.03727949,-0.02369164,-0.0031102535,-0.007977056,0.009218254,0.029817786,0.017217085,0.015997663,-0.03492775,0.03353412,-0.007962539,-0.008579508,-0.024794925,-0.030572666,-0.016346069,0.03022426,-0.028162854,-0.017013848,0.0001664911,-0.020918904,0.0046163853,-0.0041373265,0.0129999155,0.012963624,-0.01008927,0.0009018646,0.010503002,-0.005432963,0.020672116,-0.017217085,-0.021630233,-0.016621891,-0.060100112,-0.022065742,-0.020686632,0.004950275,0.039863504,0.019873684,-0.028772566,-0.03283731,-0.0038433587,0.015518604,0.02909194,-0.020759217,0.007795594,-0.00016694475,0.012201484,-0.0042425743,0.010807859,-0.010771566,-0.014074169,0.004892207,-0.008935174,0.010764307,0.05452561,0.015387951,0.002832617,0.027407974,-0.03045653,0.0034550307,-0.011490154,0.0046780827,0.0064128563,-0.015692808,0.0024315866,0.028525777,0.029614547,0.014371766,0.005977348,-0.017550975,-0.016375104,0.018407473,0.0038106956,0.003349783,0.053161018,0.01785583,0.036437508,-0.0035820538,-0.04514767,0.0011785937,0.032285664,-0.021107623,0.0018300412,0.012070832,0.008673869,0.014371766,0.0069282074,-0.040908724,-0.012295844,-0.015808942,0.0005684288,0.013464457,-0.0017166276,0.004387744,-0.01492341,-0.0066378685,0.008985983,-0.0037308524,-0.011758718,0.040908724,-0.013885449,-0.01278942,0.010292507,0.08071416,-0.0077012344,0.04514767,-0.002667487,0.010386867,0.0076867174,0.006057191,0.0101836305,-0.030340394,-0.010176372,-0.041228097,-0.0028435048,0.051418986,0.014386283,-0.027422491,-0.04230235,-0.021383446,0.010343316,-0.0037780325,0.021006005,-0.007788336,0.014705655,0.017275153,-0.031559817,0.011330468,-0.018480059,0.018930083,0.0068447352,-0.002041444,0.006445519,0.004289754,-0.007327423,0.018247787,0.021818954,0.0038832803,0.01411772,-0.021325378,0.010590104,-0.008485149,-0.0144008,-0.0081730345,-0.014625812,0.016592856,-0.00734194,-0.020788252,-0.010815117,-0.012317619,-0.009769898,-0.01454597,-0.0068737688,-0.02421425,0.0018128023,-0.003785291,0.015547638,0.016796093,0.013094275,0.03504388,0.030166192,0.009595694,-0.010735273,-0.0038433587,0.00277092,-0.012390205,-0.01837844,-0.013304771,-0.018117135,0.012216001,0.0360891,-0.0056362003,-0.014241113,-0.029396795,0.0116498405,0.03187919,-0.0063983393,0.0468026,0.022007674,0.005200692,-0.007214917,-0.0042462037,0.008695644,-0.0144951595,0.014618554,0.0110473875,0.02382229,0.006256799,-0.0046200147,0.01833489,0.048805937,-0.023067411,0.03756983,-0.03817954,0.0021503211,-0.0121289,0.0054039294,0.021877022,-0.0069935336,-0.02478041,0.004093776,-0.010444935,-0.007447188,0.0015006881,0.009116636,-0.01056107,-0.024315868,0.0115337055,-0.015779909,0.01402336,-0.01245553,-0.007468963,0.0378892,-0.012165192,-0.017391289,-0.0028362463,0.030485565,-0.00026629504,0.015083096,0.0072838725,-0.013246704,-0.020570498,-0.016534789,0.010285249,-0.02197864,-0.025811112,-0.016941264,-0.014712914,-0.01681061,-0.014705655,-0.036727846,0.029077422,-0.027509592,0.0021684673,-0.0024606206,0.01781228,-0.015271816,-0.0016703549,-0.007715751,-0.025070747,-0.04363791,-0.0215141,0.036727846,-0.019684965,0.0023898506,0.030659767,-0.012949106,0.005694268,-0.0008124947,0.017260635,0.023473885,0.0073746033,-0.007606874,0.005708785,0.013413648,-0.00487769,-0.021456031,-0.023662604,-0.030804938,0.026638577,-0.01927849,-0.016055731,-0.022298012,0.023096444,-0.013442682,-0.037976302,-0.02662406,0.009240029,0.0074108955,-0.015213748,0.020599531,0.014712914,0.021049555,0.004609127,0.018930083,-0.002832617,0.020193057,0.017275153,-0.030804938,0.01567829,-0.025186883,-0.0037272233,0.020846318,0.0047107455,-0.0006292184,0.008107709,0.008390789,-0.019002669,0.0082311025,-0.008564992,-0.0103578335,-0.025753044,0.001350075,0.01037235,0.018799432,0.0033316368,0.007087894,0.01913332,0.03974737,-0.018625228,-0.012847488,-0.047296174,0.02369164,0.013471716,-0.004344193,0.01008927,-0.031008175,-0.036263306,0.014705655,-0.020599531,-0.00034591137,0.011961955,0.026696645,-0.017550975,-0.0025676829,-0.008927915,0.010466711,0.020526947,0.0048341393,-0.029425828,0.0013301142,0.017173534,-0.0054220753,0.02003337,0.025506256,-0.004623644,-0.055977304,0.020773735,0.07113298,-0.031124309,-0.01160629,-0.008427081,-0.008630318,0.009508593,-0.008710161,-0.031298514,0.0050627813,-0.000053020838,0.0029632694,0.012615217,-0.009261805,-0.003055815,0.00068955444,-0.019975303,0.00024111722,-0.009123893,0.012237776,0.0022573834,0.035072915,0.0028162855,-0.039573167,0.0011903887,-0.01492341,0.014756464,0.05565793,-0.02482396,-0.015431502,-0.020918904,-0.008594026,0.006877398,-0.030253293,0.0025840146,-0.012230518,0.016752543,0.022965793,0.009087602,-0.030108124,-0.014313698,0.004297013,0.028511262,0.007265726,-0.024272315,0.020526947,-0.01804455,-0.008819038,0.027378941,-0.0061951024,-0.01098932,0.022777071,0.01250634,0.014778241,-0.0023844067,-0.027843483,-0.009907808,-0.010510261,-0.008325462,-0.0050845565,-0.0005348583,-0.0012947292,-0.01245553,-0.003585683,0.03396963,0.009116636,-0.008746454,-0.009573919,0.0028053978,0.0075052558,-0.022428665,0.0018128023,-0.008848072,0.03547939,0.010031202,0.003865134,0.0031501749,-0.0076649417,0.013994326,-0.0018100804,0.017870348,0.03939896,0.012869263,0.011388536,-0.006920949,0.003509469,0.017231602,-0.02478041,0.021760887,0.022936758,0.00044821037,0.010742532,-0.03690205,-0.015416985,-0.020643082,-0.0082311025,0.036176205,0.010524778,0.023749705,0.008768229,0.032082427,0.0006550767,-0.0002091346,-0.010052978,0.026914397,0.03388253,0.021252794,0.00058249204,0.054496575,-0.033272814,0.04898014,0.020643082,-0.024040045,0.006452778,0.006670532,0.0057015265,-0.021165691,0.02112214,-0.0032572374,0.0017520126,0.011439345,0.01406691,0.0053748954,0.0032608665,-0.0046127564,-0.015562154,0.013232186,0.04712197,0.023081927,-0.008586767,-0.026348237,-0.017652594,0.022036707,-0.010227181,0.0013255776,0.02316903,-0.041866843,-0.02909194,-0.011432087,-0.0144080585,-0.030485565,0.046628397,0.019975303,-0.0064019687,-0.02453362,-0.023909392,0.020730184,-0.011272401,0.0016086579,0.00083971396,-0.01468388,-0.0414894,-0.017391289,0.013624144,0.016563823,-0.014763723,0.05017053,-0.040240943,0.051041543,-0.0016340625,0.027320873,0.026086932,-0.03870215,-0.0023136365,0.012324878],"social":"https://twitter.com/dhasandev"},{"title":"georgy.design","description":"unlimited websites at your request. no contracts, no limits.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=ERmDdBMza8I","youtube_transcript":"Hey there. I'm Georgia, and I'm working on Georgia design. It's basically a subscription for creating a link to a lot of websites. Let me show you how it works. Once you click on subscribe button, you'll get access to a personal dashboard where I can easily manage your requests. Here's the Explore bar. You can work you can submit the training request as one, and each one goes into the request queue. We take a focused approach by ensuring that we're we're working on one that I request at a time, and ensuring that your project gets on device retention. Once we complete the request, we'll send it to you for the approval. And if there is anything you'd like us to advise, I'm more than happy to do so on. So, you know, absolutely delighted with the results, and so that's why. This satisfaction is our priority. We make different stuff, different webs website designs. Blocks and e commerce, landing pages and so on. So with different kind of features of this quote, for example. Also, let me show you the progress. It was insane. My my initial progress wasn't good, but then I launched because I couldn't make make me a client for solutions. So I launched the the product and the product company. You may see a better access and get some orders which was nice. And finally, what got one applied on the hour hourly package. And hopefully, he'll subscribe to the subscription soon. Well, that's it. Thank you for watching.","embedding":[-0.0006936183,0.01594019,-0.029532598,0.0014914966,-0.009167153,-0.02940903,-0.008085939,0.046245083,0.033363186,0.021315368,0.06993912,-0.022705501,-0.008842789,-0.07321366,0.023817608,-0.006939079,-0.016480796,-0.045040302,-0.020095142,0.029965084,0.023941174,0.00874239,-0.0073754266,0.012727438,-0.021639733,-0.054215178,0.0040043546,0.03410459,-0.025593888,-0.05390626,0.028065234,-0.02035772,0.011831574,0.0049465555,0.018334307,-0.018210739,0.020434951,0.00035573883,0.03883104,0.034228157,-0.00349657,0.013862712,0.034042805,-0.005101015,-0.02740106,0.014187077,-0.040221173,0.04973586,-0.029038329,0.03398102,-0.044082653,0.0127737755,-0.04083901,0.025501212,0.02661332,-0.038213205,-0.014550056,0.04519476,-0.051990964,0.018550549,0.020110587,-0.0047418973,0.029455367,0.029717948,-0.033023376,0.019523641,-0.04803681,-0.0055643925,-0.052392557,-0.034722425,0.05748971,0.021299923,0.051404018,-0.023493243,0.004209013,0.005915787,0.006626299,0.03462975,0.03058292,-0.004772789,-0.008896849,0.0063868877,-0.0157085,0.012155938,-0.045596354,-0.032312863,-0.017283984,-0.01688239,0.009097646,0.043248575,-0.034197263,0.02275184,-0.038769256,0.017268538,0.038861934,0.03274535,-0.019600872,0.074820034,0.030227663,0.0202496,0.0632047,-0.06014641,-0.010217476,-0.05999195,0.04321768,-0.020543072,0.0011931972,0.019600872,0.00056377606,-0.024203755,-0.12103422,0.026397076,0.024620796,0.013893604,0.024559012,-0.0030911146,0.0181644,-0.044762272,0.0013505525,-0.018828575,-0.038553014,-0.022381136,-0.013113585,-0.018674117,-0.0076032537,-0.021253584,-0.06135119,-0.005881034,-0.0495814,-0.015484534,0.06138208,0.027262047,0.010873927,-0.057922196,-0.023647701,0.0068232347,-0.014735407,-0.023863945,-0.07432576,0.019956127,0.0079044495,-0.033363186,-0.0073754266,-0.008000986,-0.034351725,-0.042939655,-0.053720906,0.038367663,-0.034197263,-0.020265047,-0.011182846,0.0113064125,-0.052052747,-0.03564918,-0.023246108,0.0016334059,-0.020913774,0.025702009,-0.039943147,0.0013901327,0.027308386,0.01831886,-0.016110094,-0.0012906996,-0.05378269,0.020697532,-0.05291772,-0.020975558,-0.043742843,-0.03410459,-0.025686564,-0.039541554,-0.009383396,0.033857454,0.0745729,-0.029609827,-0.006896603,-0.03883104,0.013399335,-0.023385122,-0.014565501,0.029131003,-0.045658138,0.0040352466,-0.05245434,-0.003363349,-0.009537855,-0.011460872,-0.023477796,-0.0014712238,-0.020991005,0.039912254,0.023462351,-0.03212751,-0.0062555973,-0.03342497,0.05214542,0.035154913,0.010951157,0.028945653,0.0057690507,-0.003911679,0.03846034,0.034722425,-0.0034849856,0.0022802039,-0.018689562,0.017840037,-0.0104955025,-0.011908804,0.046152405,0.038089637,0.04253806,0.015832067,-0.018936697,-0.044731382,-0.06790026,-0.017932713,0.020543072,0.014503718,-0.03345586,-0.0025582304,-0.014604117,-0.041395064,0.018643225,0.027586412,0.05257791,-0.03035123,0.023029866,-0.020960113,0.044947624,0.028003452,0.021902313,-0.04284698,-0.009676868,-0.015955634,0.042445388,-0.04862375,0.05597601,-0.010626792,0.011931973,0.0143338125,0.014372428,-0.018751346,0.059034303,-0.027231155,-0.084334716,-0.07173085,-0.017314875,0.026505196,0.039201744,-0.0014528817,-0.007089677,-0.024589904,0.034011915,-0.01949275,-0.013237153,0.017762806,0.036884855,-0.03152512,0.035000455,0.0036413753,-0.027509183,0.048870888,0.0039020253,0.0293318,0.018890359,0.012163661,-0.01604831,-0.024234647,0.010163415,-0.022968082,0.035494722,0.027833546,-0.0035293924,-0.005877172,0.0042476277,0.011491763,0.014812636,-0.012688823,0.0062169824,-0.050755292,-0.020234155,0.014279752,0.0065954076,0.04170398,0.008734668,0.004054554,-0.0143801505,0.02982607,0.008078216,-0.056933656,-0.002397979,-0.018952142,0.006985417,0.0126811,0.02463624,0.035525613,0.010456887,0.044916734,-0.009422011,-0.02596459,-0.006479563,0.0033440415,-0.024620796,0.027570967,0.04179666,0.0363288,0.0136001315,-0.03849123,0.0067653125,0.034135483,0.019183831,0.0034309248,-0.010565009,-0.043433923,0.05541996,-0.007665037,-0.036390584,-0.03793518,-0.0027899193,-0.034815103,-0.005931233,0.009004971,-0.021315368,0.0070433393,0.048438404,0.00026716612,0.020543072,-0.069012366,0.05344288,-0.026196279,-0.0038981638,-0.013144477,0.016511688,-0.04303233,0.002523477,-0.010240644,0.020527627,0.03175681,-0.047264513,-0.0654907,-0.045905273,0.012565255,0.039387096,0.018797684,0.0223348,-0.005101015,-0.0036278602,-0.0070433393,-0.006479563,0.0017531118,0.010248368,-0.0105418395,0.05245434,0.005633899,0.028080681,-0.03981958,-0.024806146,0.0047148666,-0.051527586,0.069197714,0.021902313,0.01088165,0.007831081,0.017886374,-0.03311605,-0.013885882,0.03311605,0.042198252,0.054338742,-0.024821592,0.0278181,-0.000058223875,-0.017932713,0.007815635,0.05860182,0.03149423,-0.008155446,-0.014179354,0.078094564,-0.00323592,-0.021377152,-0.06796204,-0.0031799285,0.0013071109,-0.018998481,-0.02638163,-0.037039313,-0.03256,0.045102082,-0.050168347,0.001142998,-0.009831328,0.011568993,0.04065366,0.049982995,0.016218215,-0.0013669638,-0.025223186,0.019400075,-0.04266163,-0.04266163,-0.01983256,-0.0223348,-0.03478421,-0.053998932,-0.028976545,0.026752332,-0.037749827,0.045287434,-0.046955593,0.037379123,-0.00076409033,-0.014465103,-0.018612333,0.00093689153,0.029131003,0.055605307,0.040777225,-0.015700776,-0.035896316,0.04111704,0.0045912997,-0.009885388,0.023956621,0.025254078,-0.012997741,-0.04522565,-0.044947624,-0.013206261,0.003421271,0.010240644,-0.029115558,-0.033208728,0.0128046665,-0.019183831,-0.007985541,0.034351725,-0.017546564,-0.0059891553,-0.0026084296,-0.03864569,-0.0012993879,-0.00767276,-0.0136155775,-0.029934192,-0.004274658,-0.028096126,-0.029764285,-0.05276326,-0.009020417,-0.029470814,0.05106421,-0.06536713,-0.010920265,0.035834532,-0.043588385,-0.0033131496,-0.038923718,-0.0023574333,0.043711953,-0.03118531,0.06857988,0.011391365,0.009344781,-0.04961229,-0.0151447235,0.037070207,-0.039881364,-0.018705009,-0.008680606,0.03466064,0.04751165,-0.05356645,0.012163661,-0.02335423,-0.027864438,0.0013939942,0.022612825,0.0010117077,0.008078216,-0.021593396,0.05696455,-0.0004561373,0.034228157,-0.040313847,-0.0090744775,-0.018689562,-0.0047689276,0.049550507,0.058107547,0.037255555,-0.019662656,-0.023632256,0.0029134864,-0.025794685,-0.057242576,-0.031973053,-0.010356489,0.009723206,-0.02596459,0.011615331,0.04402087,0.02804979,-0.049859427,-0.05597601,-0.016110094,0.011236906,-0.0021122294,-0.03852212,-0.03432083,-0.024759809,0.0022821345,-0.00026789017,-0.0037765272,0.00391361,0.031849485,0.016712485,-0.02661332,-0.03361032,0.001748285,-0.01831886,-0.0025505074,-0.0070780925,-0.0076573147,-0.03781161,-0.012325844,-0.011360474,0.017098632,-0.051867396,-0.044268005,0.017098632,0.013213984,-0.036575936,0.017592901,-0.0070472006,-0.046986487,-0.022906298,0.0044831783,0.00055363966,0.020759316,0.0042707967,-0.000091348134,-0.012588424,0.010688576,0.010449165,-0.03191127,-0.021547057,0.033239618,0.020573964,0.0016054102,0.055389065,-0.012333566,-0.0017473196,0.022736393,-0.018550549,-0.010796698,-0.013113585,0.017206755,0.005884895,-0.0053056735,0.0023690178,0.0278181,0.018226184,0.06518178,0.0066919443,-0.033146944,-0.038089637,0.016774269,-0.0055721155,-0.010209752,0.0038247958,-0.018349752,0.040221173,0.003585384,-0.0027300662,-0.020033358,-0.025439428,0.0018486835,-0.016666146,-0.033177834,-0.0042862426,0.028760301,-0.04102436,0.012766052,-0.0067073903,-0.0010889373,0.048160374,0.039047282,-0.0049890317,-0.018998481,-0.019878898,0.040931687,0.013190815,-0.013005464,-0.020620301,-0.016326336,0.008781005,0.0223348,0.03852212,-0.013067247,0.017731914,-0.03462975,-0.007340673,0.009136261,-0.015662162,-0.004328719,0.00013322105,0.004498624,0.010248368,0.003162552,-0.021593396,-0.035587396,-0.004838434,-0.004046831,-0.011931973,-0.020002466,0.02747829,0.025918253,0.039912254,-0.037070207,0.026149942,0.0067923428,0.038923718,0.024620796,-0.023570472,-0.020774761,-0.017253092,-0.021330815,0.020373167,0.007726821,0.022690056,0.009128538,0.0062671816,0.0021933205,-0.021392599,0.002909625,0.010843035,-0.018025387,0.0034077559,-0.024574457,0.0041317833,-0.0067498665,0.011460872,-0.0053172577,0.009437457,0.042445388,0.009182599,-0.02074387,0.009020417,-0.0018496488,0.06617032,-0.014078955,0.004877049,0.029053774,-0.031617798,-0.029578935,0.0038576182,-0.0052863657,-0.035927206,0.057149902,-0.0027068974,-0.03073738,-0.04083901,-0.005915787,-0.00017569734,0.008410303,-0.011476318,-0.0054215174,-0.05665563,0.016326336,-0.0090822,-0.009700038,0.013661915,-0.016836053,-0.00929072,-0.039881364,0.026659656,-0.014959373,-0.028219694,0.022566488,-0.031417,0.008487533,-0.013190815,-0.029702503,0.026057266,0.013051801,0.004587438,0.03660683,0.010866204,0.027910776,0.014140739,-0.021361707,0.0014683277,0.010595901,0.0038904408,0.019616317,0.03246732,-0.0635754,-0.0146659,0.005128045,-0.022195786,-0.009004971,-0.0052361665,-0.013430227,-0.045163866,0.020527627,0.014163908,0.019029373,-0.020496735,0.004081584,-0.013800928,-0.0067344205,0.005182106,0.012457134,-0.018859467,-0.04198201,0.0072827507,-0.006197675,-0.012356736,0.022643717,-0.011708006,-0.034382615,0.0029984391,0.00065259007,0.0067460053,0.0037881117,-0.014704515,0.0010242575,0.0034174097,0.04738808,-0.00868833,0.008649714,-0.0065104547,-0.00004356232,-0.025763793,-0.017083187,-0.029177342,-0.04837662,-0.018519657,0.0030524998,-0.0059891553,0.0120246485,0.03827499,-0.010982049,0.020527627,0.008132276,-0.008649714,0.0042321817,0.010055293,0.016372675,-0.013515179,0.03543294,0.008603377,0.005568254,0.010379658,-0.005664791,0.018952142,0.015430473,0.018349752,0.02293719,-0.002842049,0.023616811,-0.016897835,-0.013939942,0.0151447235,0.028358707,0.03713199,0.03364121,0.01654258,0.00589648,-0.011105616,0.00044575956,0.040931687,-0.028528612,0.00075395394,-0.0031857209,0.011823851,0.0050122007,0.028188802,0.025562996,-0.01858144,-0.009429733,0.0026122911,-0.02596459,0.018952142,-0.013847266,-0.027447399,-0.020913774,0.036205236,-0.009205768,0.0006516247,-0.0065336237,-0.0043171346,0.029548043,-0.0120246485,-0.053319313,-0.03259089,0.012874174,-0.026273508,-0.012163661,-0.029517151,0.032838024,-0.0708041,0.0104955025,-0.005560531,0.038707472,-0.03981958,-0.018442428,0.03073738,0.021361707,0.014202523,-0.022690056,-0.004641499,0.014078955,0.04890178,0.037039313,-0.028018897,-0.019137494,0.020604856,0.013878158,-0.047573432,-0.00048485707,0.0054833014,0.031138973,-0.025223186,0.014897589,0.02055852,-0.0065259007,-0.02293719,0.014936204,0.022551041,-0.015106109,0.0044947625,0.050786182,-0.012503471,-0.0011719591,-0.019708993,0.032281972,0.00047496203,0.00033184592,-0.00407,0.014356982,-0.0101248,-0.0073252274,-0.026412522,-0.02930091,0.00047641006,-0.03846034,-0.01109017,0.002946309,0.017392104,-0.025532104,-0.015538595,0.0268759,-0.0009914349,-0.009020417,-0.013337552,-0.019724438,-0.04167309,0.0029424476,-0.005463994,-0.019446412,0.0014258514,-0.03073738,0.027123034,0.0378425,0.031849485,-0.006626299,-0.01390905,0.020682085,-0.023153434,-0.018689562,-0.040622767,0.03577275,-0.04136417,0.011422257,0.0062749046,0.007186214,0.04204379,0.008186338,-0.040900793,-0.008920019,-0.002716551,0.016341783,-0.012796944,0.019137494,-0.03574186,0.0018602678,-0.025454875,-0.007390872,-0.001281046,-0.008734668,-0.018890359,0.03509313,0.014372428,0.03947977,-0.03191127,0.024821592,-0.01336072,0.008155446,-0.020929221,0.033486754,-0.020295938,0.025933698,-0.00811683,0.005850142,0.0033826563,0.010765806,-0.0030196772,-0.020295938,0.044422463,0.016449904,-0.016171878,0.0044831783,0.01865867,0.022520151,-0.006077969,-0.015191061,-0.0018921251,-0.02319977,0.0011883704,0.014920758,-0.027107589,0.018226184,-0.037039313,0.017886374,0.039263528,0.0150366025,0.012163661,0.018720454,0.015044325,-0.00921349,0.006688083,-0.03462975,0.0044677323,0.016357228,0.01534552,-0.016140986,0.0067691742,0.0030080928,-0.021037342,-0.00007330778,0.03932531,-0.018612333,0.02142349,0.012140493,0.010758082,-0.0067846198,0.030181326,-0.010518671,0.05965214,-0.014681346,-0.05511104,0.0063791648,0.0024771392,0.035927206,0.017948158,-0.0020099003,0.00075926346,-0.014295198,-0.004610607,-0.0386148,-0.018504212,-0.016650701,0.006213121,-0.023153434,0.009769544,0.033054266,0.003697367,0.036668614,0.025145957,0.0008760732,-0.009113092,0.0009098612,0.015183339,0.012511195,0.017283984,0.003734051,0.045411002,0.02899199,0.006170645,-0.042290926,-0.016079202,0.031046297,-0.016604364,-0.016434457,0.017160416,0.011754344,0.0011922319,0.0075685005,0.025454875,-0.011236906,-0.020048803,0.0031586904,0.017840037,-0.037039313,-0.012534363,0.009452903,-0.019539088,0.018287968,0.020651193,-0.034166373,-0.0011864397,-0.011097893,0.017052295,0.0000114336,-0.018442428,-0.0039039562,0.009900834,-0.04992121,0.022195786,-0.017469335,0.026397076,0.006355996,-0.03762626,-0.027292939,-0.038120527,-0.039572444,0.013376166,-0.0073599806,-0.009306166,-0.01589385,-0.02766364,-0.01234129,0.03561829,0.004780512,0.038429447,-0.023153434,-0.040406525,0.007402457,-0.03713199,0.015770283,0.00042621084,0.017994495,0.035865426,-0.025949145,0.010626792,0.020635748,-0.034166373,-0.0012549809,0.010634515,0.012966849,0.008881403,0.0065452084,-0.02126903,-0.010665407,0.043619275,-0.0068155117,0.022921745,-0.013816374,0.0028401185,0.0020658916,0.004834573,-0.0016691246,0.005425379,-0.020960113,0.0028999713,0.03395013,-0.037904285,0.0055721155,-0.002413425,0.01424886,0.006711252,-0.0018091033,0.020712977,-0.018998481,-0.010680853,-0.001424886,0.006429364,0.033733886,0.03225108,-0.00022046636,-0.016681593,-0.0134920105,-0.015600379,-0.047635216,0.03126254,0.007939203,0.00006115015,0.052948613,0.018396089,-0.0030274002,-0.010109354,0.0016034795,-0.02377127,0.0461833,0.00284398,0.022365691,-0.011839297,0.02304531,-0.017114079,-0.0027648194,-0.024574457,-0.00062507705,0.047944132,-0.016032863,0.030969068,-0.006896603,0.004093169,0.009375673,0.017422996,0.008317627,-0.023910282,-0.010271536,0.011962865,0.0036992976,-0.0057844967,-0.004850019,-0.01239535,0.0054215174,0.020960113,0.035927206,0.01896759,-0.013885882,0.005691821,-0.0052361665,-0.018519657,0.0008900711,0.021979542,0.02940903,0.005537362,-0.011522655,0.009908557,-0.015044325,-0.0067460053,0.010603623,-0.005456271,-0.0045102085,0.011700284,-0.024111079,-0.004023662,-0.024466336,0.0037166744,0.016295444,0.0029636857,0.0057342974,-0.024111079,-0.017932713,0.035587396,-0.024080187,-0.00054495136,0.0172222,-0.0039657396,0.0005666722,0.0011265867,0.100274906,-0.008302182,0.022612825,-0.015554041,0.04485495,0.028080681,0.004336442,0.019539088,0.01654258,-0.015245122,-0.007491271,-0.00699314,0.0029559627,0.004093169,0.02377127,0.0069892784,0.0020774761,-0.015723946,-0.009522409,-0.0057342974,-0.0015957565,0.025053281,0.023323338,0.0058076656,-0.032034837,-0.015669884,0.03932531,0.023153434,0.002027277,0.0135537945,0.0187359,0.0039541554,0.0027049666,0.01748478,0.0003021608,0.017809145,-0.014959373,-0.024929713,0.0020446535,0.0021566364,-0.02066664,0.01623366,0.04386641,0.0150366025,0.011252352,0.024883376,-0.05480212,-0.0039290558,-0.029995974,-0.045689028,-0.010781252,-0.0025794685,0.015747115,0.012711992,0.010078462,0.0083253505,0.02353958,0.017948158,-0.018535104,-0.0202496,-0.021299923,0.041302387,-0.008796451,0.025331307,0.0172222,-0.007970095,-0.0038267265,0.008232675,-0.014295198,-0.0010648031,-0.016310891,0.012951403,0.0024153555,0.00009732136,0.025732901,0.006197675,0.025671117,0.016913282,0.018411536,0.0049890317,-0.019925235,0.027524628,-0.03274535,0.0021180217,-0.026659656,0.04290876,0.0075916694,0.019199278,0.005811527,0.0018235839,-0.017577456,-0.0008640061,0.0378425,0.0054755784,-0.0075646387,0.01129869,-0.06518178,0.0027802654,-0.03512402,-0.007267305,0.0072402745,-0.0067653125,0.018071726,0.0074642403,-0.033301402,-0.019477304,-0.021794192,0.020141479,-0.007363842,0.0060046013,-0.024018405,0.00881962,-0.0126811,-0.0061938134,0.019817114,0.0053327037,-0.022118555,0.005904203,-0.0068772957,-0.0688888,0.021284476,-0.0019645279,-0.017314875,0.022242123,0.027169371,0.015245122,-0.0013978557,-0.0217633,0.005865588,-0.0013495872,-0.028065234,0.0006607957,-0.0082944585,0.004085446,-0.013260322,0.025145957,-0.014395596,-0.027988005,0.033733886,0.034506183,-0.004950417,-0.02259738,-0.030490244,-0.025238631,0.026829561,0.009893111,0.0128664505,-0.0006521074,0.010456887,-0.027740872,0.0037437046,0.004085446,0.019786222,0.009483795,0.022087665,-0.037780717,0.022736393,0.040190283,-0.03509313,-0.007163045,-0.0023709487,-0.0070201703,-0.018782238,-0.014967096,0.025068726,0.001591895,-0.0032822578,0.02089833,-0.010232922,0.017608348,-0.007908311,0.013893604,-0.02656698,0.031386107,-0.01941552,-0.015330074,0.015183339,0.020682085,0.0039966316,0.011777514,-0.027910776,-0.012094155,-0.023261555,-0.002145052,0.007371565,0.0030158157,-0.013183092,-0.017392104,-0.009089923,-0.0011796821,-0.012673377,-0.024651688,0.005135768,0.019183831,0.03694664,-0.002969478,-0.002865218,-0.019091155,0.006649468,0.013430227,0.002419217,-0.021238139,0.01865867,0.0401285,-0.0035950376,0.002784127,-0.03762626,0.018565996,0.002301442,0.011584439,0.011746622,0.022551041,-0.026412522,-0.002554369,0.02168607,-0.024837038,-0.013963111,0.030938176,0.06468751,-0.03731734,0.041549522,-0.008186338,-0.015638994,-0.02468258,0.0073754266,0.00936795,0.045905273,-0.010642238,-0.014125293,0.046275973,0.010155692,-0.01171573,-0.013252598,0.0067344205,-0.011599885,0.005915787,-0.037564475,0.013352997,0.0004981309,-0.04704827,0.0065336237,0.016789714,-0.022983527,0.00741018,0.035247587,-0.0032532967,-0.010549563,-0.02849772,-0.0045179315,-0.010781252,0.020311384,0.031169865,0.0059505403,-0.013661915,-0.016928727,0.02392573,0.028667625,-0.045967054,0.016712485,0.0007732613,-0.0034907777,0.008680606,0.013654193,-0.00064776326,-0.0021798054,0.0046569444,0.0317877,0.009306166,-0.017191308,0.014727684,0.004927248,-0.04454603,-0.0054292404,-0.0401285,0.0023728793,0.0031934439,-0.011615331,0.0071746293,-0.021052787,0.013244876,-0.032374647,0.016357228,-0.007834942,-0.053041287,-0.010348766,-0.017129524,-0.011267798,-0.013963111,-0.011623054,0.009422011,0.006205398,0.037688043,0.0071591837,0.029131003,0.05155848,-0.013044079,0.0008635234,-0.01336072,0.0111674,-0.0097927125,-0.012364458,-0.025995482,0.027370168,-0.02403385,0.006942941,0.031818595,0.038553014,-0.010935711,-0.008348519,-0.00482685,0.029177342,-0.023817608,0.0143647045,-0.007676622,-0.0017106355,-0.026690548,0.007977817,0.026752332,-0.027184818,0.021886867,0.0052709198,0.014580947,0.032683566,-0.0065220394,0.04670846,0.012580701,-0.019971574,-0.020048803,0.042383604,-0.005182106,0.012727438,0.0062864893,0.079886295,-0.008456641,-0.00095619896,0.0068386807,-0.011561271,-0.005425379,-0.02445089,-0.0003357074,-0.0018882636,-0.016249107,0.038861934,0.022458367,0.001424886,0.022350244,0.017500227,0.020867437,0.023678593,0.024728917,0.02377127,0.018596888,0.027802654,0.0060432157,-0.008224952,0.030304894,0.028544059,-0.0010503225,0.012534363,0.0075993924,-0.014789468,-0.03543294,-0.017052295,0.008510701,-0.008981802,0.015484534,-0.013816374,0.01646535,-0.004039108,0.011723452,0.02437366,-0.04133328,0.017067742,-0.0028381876,-0.01797905,-0.042074684,-0.020604856,0.025377646,0.0113064125,-0.008286736,0.022242123,-0.00055701844,0.009545578,0.008425749,0.018210739,0.016110094,-0.011545825,-0.022319354,-0.006197675],"social":"https://twitter.com/geor.gy"},{"title":"vectosphere","description":"vector embeddings visualiser","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=BEi-S9Q_1es","youtube_transcript":"Hey, guys. Thank you. And I was building an embedding data visualizer. For the night to weekend season three. So basically, this lets you visualize battery embeddings into d and three d. This demo uses corpus host. But Six hundred essays. Now you can block browsing three d. And see the labels and get the overall sense of what the data looks like. And also. We have a workload. So we can write a text with downward frequency. And this will help in potentially the game banks to to book your AI apps. So yeah. Basically, that's it.","embedding":[-0.0026714941,0.010839071,0.025643284,-0.009430604,-0.005920919,-0.05137842,0.018509092,-0.009644936,-0.02121886,-0.02199964,0.020101272,-0.015562028,0.006747628,-0.054838352,0.052848127,0.022290519,-0.0063763745,-0.004657892,0.00583289,0.038885932,0.016074894,-0.017789548,0.037293755,0.01699346,-0.0009855441,-0.028751096,0.0047306116,0.057134766,0.003991932,-0.024847193,-0.028261194,-0.035487242,0.002162456,-0.03714066,-0.0044359053,-0.004722957,-0.011267735,0.03625271,0.010004708,0.01590649,0.011244771,-0.0016428924,-0.010150148,0.0144138215,-0.058175806,0.0074824803,-0.052541938,0.011015129,0.023943936,0.060319126,-0.05376669,0.022290519,-0.0044588693,0.033007115,-0.0076126102,-0.0049946993,-0.0334664,0.06041098,-0.010173111,-0.051255945,0.04669374,0.043080714,0.023423417,0.012140372,0.00992816,0.02068303,-0.042039674,0.03205793,-0.042652052,0.019473586,0.053491123,0.015623266,-0.019672608,-0.009430604,0.033711348,0.007103572,-0.049265724,-0.014628153,-0.02256609,-0.018126355,-0.042009056,0.007562855,-0.03848789,0.0062883454,-0.012500144,-0.0180345,-0.027434485,0.018080428,-0.051317185,-0.005564975,-0.03521167,-0.003503944,-0.04718364,-0.016350463,0.05064357,0.02836836,-0.06736146,-0.008596241,0.009866923,0.029547185,-0.0037814274,-0.0014371721,-0.007115054,0.004608136,0.022091497,-0.017115934,0.040355638,0.00043655775,-0.05094976,-0.039437074,-0.11929102,0.034660533,-0.013288579,0.009070833,0.039039027,0.0076432293,0.042284627,-0.059216846,-0.00018048374,-0.054991446,-0.021724071,0.030848486,0.0386716,0.014214799,0.03025142,-0.021157622,-0.03551786,-0.051255945,-0.020744268,-0.006659599,-0.0112218065,0.003190101,0.044091135,-0.06968849,-0.033864442,-0.001045825,-0.05300122,0.0398045,-0.023270322,0.02942471,0.01990225,0.0006879672,0.050735425,-0.0020284986,-0.030955652,-0.0149649605,-0.0024686444,0.024357291,-0.014337274,0.00050855987,-0.0009137812,0.00004817086,-0.031307768,-0.042131532,-0.01647294,-0.014291346,0.001301301,0.024602242,0.014367893,0.0059477105,-0.027511032,0.01033386,-0.02256609,-0.018600948,-0.073056564,0.045162797,0.0019232462,-0.021035146,-0.059278086,-0.02968497,-0.033619493,-0.028705167,0.0006587836,-0.0119183855,0.007264321,-0.013089556,0.030894415,-0.022918206,0.0022753628,-0.021570977,-0.030925034,0.013724897,-0.039651405,0.021785308,-0.03524229,-0.0037393265,-0.011841838,0.035640337,-0.019626679,0.00529706,0.005002354,0.05649177,0.004581345,0.047612306,-0.018386617,-0.04718364,0.05241946,0.0075092716,0.055787537,-0.028751096,0.06968849,0.05639991,0.0016007915,0.015033853,0.016855674,0.04011069,-0.0030963307,-0.039620787,-0.022719184,-0.026714941,0.05462402,-0.013525875,0.041917197,0.008695752,-0.048040967,-0.0061696973,0.0013845459,0.019106159,0.005718069,0.006575397,-0.009399986,0.07936405,0.047122404,-0.026684323,0.0013759343,-0.0033068352,0.01964199,-0.014765938,0.06797384,-0.008910084,0.017835477,-0.028245885,0.0016467198,-0.010509918,0.013656005,-0.0009697562,-0.007788669,-0.010976856,0.02996054,0.007681503,0.0027767464,0.010387443,0.04219277,-0.005982157,0.033772588,0.010693632,-0.019366419,-0.06607547,0.024632862,0.056828577,0.034629915,-0.023668367,-0.012385323,-0.01904492,-0.030481061,-0.0049946993,-0.054287214,0.07679206,0.010257313,-0.019917559,-0.015202257,0.010326206,-0.02677618,0.011053403,-0.0061582155,-0.03707942,0.0010927101,0.0023614785,-0.061115216,-0.04268267,0.013013009,-0.004543071,0.026929274,-0.00749779,-0.024265435,0.039467692,-0.0069964062,0.015186947,0.0003272389,-0.0024571624,-0.02175469,-0.016641343,0.023974556,0.047673542,-0.05496083,0.03870222,-0.035885286,0.02146381,-0.038334794,-0.0036551247,0.05594063,-0.014498023,0.03392568,0.014666427,0.0037106213,0.010976856,0.031935457,0.031568028,0.011826529,0.0014429131,0.02813872,-0.057594046,-0.016855674,0.03236412,0.027878458,0.013908611,-0.024479767,0.0016964754,-0.011344282,-0.00696196,-0.0339563,-0.017314957,0.03254783,0.0063725472,-0.049725004,-0.00496408,0.08787609,0.013441673,0.036007762,-0.023943936,0.023928627,-0.007834597,0.008512039,-0.01857033,-0.026837418,-0.010356824,-0.006230935,0.03441558,-0.023392798,-0.063442245,0.0036111102,0.0071073994,0.011910731,0.0038273556,0.004585172,-0.07679206,-0.049173865,0.03340516,-0.018371306,0.019213324,-0.066687845,-0.023561202,-0.036773235,-0.015569683,0.02279573,0.010693632,-0.029332854,0.011114641,-0.017437432,-0.03815108,-0.019289872,-0.02304068,-0.001342445,-0.069933444,0.04378495,-0.010884999,-0.007922626,-0.06717774,0.00716481,-0.011765291,-0.0067744195,0.0138626825,0.052327607,0.03260907,0.0027824875,-0.010226694,-0.053491123,0.025398333,0.043631855,0.008711061,0.01670258,-0.005304715,-0.021310717,-0.01987163,-0.031721123,0.031231223,0.051347803,0.017161863,-0.027801912,-0.0010735733,0.01671789,-0.0035115988,-0.010088909,-0.03707942,-0.010823762,0.022397686,0.032425355,0.013173758,-0.031169984,0.02705175,0.022734493,-0.03897779,-0.008573277,0.0012525021,0.026469992,0.010004708,0.033619493,0.015347696,-0.025184,0.006146733,0.0019691745,-0.01987163,-0.014582225,-0.026133185,0.027419176,0.008060411,0.017468052,-0.008734026,0.039161503,-0.027893769,0.030695392,-0.0545934,0.041764107,-0.05223575,0.0070423344,0.015141019,-0.02464817,-0.028490836,-0.0007027982,0.07042334,-0.050184287,-0.029593114,-0.013227341,-0.020177819,0.023423417,0.047673542,0.057594046,-0.027449794,0.004937289,-0.06705527,-0.018799972,0.041029252,0.036191475,0.053184934,-0.01857033,-0.008381909,0.032731544,0.027710054,0.00019722842,0.0004475614,-0.0012161422,0.018769352,-0.040508732,0.0017424036,-0.032241642,-0.046510026,-0.01904492,0.020728959,0.008925393,-0.020239057,-0.022367066,-0.01642701,-0.07134191,0.019152088,-0.047551066,-0.036283333,0.044397324,0.01445975,0.019764464,0.000016071903,0.035426002,0.034048155,-0.054470927,0.025367713,0.00298151,0.009139725,-0.012040861,0.048653346,0.08640638,-0.035701573,0.019764464,0.012561381,0.00736766,0.011068713,-0.025857614,-0.028444907,0.016580105,0.008343635,0.002726991,-0.034813628,-0.013357471,-0.02492374,-0.03815108,-0.0026217387,0.030052397,0.06552433,-0.0307107,-0.02732732,-0.007608783,-0.004960253,-0.0032513386,0.024816575,0.0049870443,-0.0193358,0.015692158,-0.018447854,-0.05805333,-0.087079994,0.03665076,-0.009713829,0.03683447,0.021387264,0.0031575684,0.040692445,0.011979623,0.0017251805,-0.026102565,0.018692805,0.0003736456,0.015615611,0.022673255,0.000017477261,0.022703873,0.039682023,-0.01550079,-0.009652591,0.01697815,0.022397686,-0.021938402,0.002066772,-0.0067859017,0.008841191,0.010915618,-0.02942471,-0.015378315,-0.02230583,-0.049082007,-0.020514626,-0.034752388,-0.018355997,-0.037844893,-0.05627744,-0.018861208,0.032302883,-0.045285273,0.00047650578,-0.025643284,0.00076738483,-0.011834184,-0.010196076,0.012967081,0.02547488,0.025765758,-0.004474179,-0.0015883526,0.026883345,-0.019442966,-0.01285226,-0.021525048,0.022106806,0.041917197,-0.035670955,0.04690807,-0.04188658,-0.0034369654,0.03472177,0.013832063,-0.034231868,0.004432078,-0.007846079,0.025612663,0.0006516073,0.017131245,0.025459569,-0.020024724,0.020453388,0.02333156,-0.0016294967,0.020177819,0.014788902,-0.017115934,0.0029374955,0.0029126178,-0.009560734,-0.021004528,-0.0015759136,-0.015186947,-0.0014773593,-0.02304068,0.0063534104,-0.025826996,-0.039835118,-0.034109395,-0.00016421748,-0.019152088,0.02784784,0.00994347,-0.007983864,-0.0087263705,-0.02516869,0.021969022,-0.0074748257,-0.0005267398,0.021570977,0.020882053,0.009782721,0.034048155,-0.028735787,-0.0020208438,0.010762524,0.0071609826,-0.027710054,-0.021724071,0.01540128,-0.010211385,0.03211917,-0.0011558614,0.0009324395,0.008335981,-0.0037221033,-0.023698986,-0.021693451,-0.011589233,-0.032792784,-0.050276145,0.0065294686,-0.021861855,0.010655358,0.015615611,-0.01458988,0.01723841,-0.022351757,0.027602889,0.0075284084,0.0018687064,0.051255945,-0.0011041921,-0.02784784,-0.039957594,0.011466757,-0.03417063,-0.008848846,0.01855502,-0.00368383,-0.008136958,0.0027461278,-0.0071954285,0.027740674,0.025398333,-0.041794725,-0.024479767,-0.02573514,0.01780486,-0.010081255,0.021632215,0.0031690504,0.009254546,0.038059223,0.0028973082,-0.045744553,0.0024093203,-0.038824696,0.046724357,0.015378315,0.0013682797,-0.0019548219,-0.0402944,-0.032486595,-0.0004104839,-0.003195842,-0.014750629,0.001930901,0.02706706,-0.019029612,-0.037324373,0.0461426,-0.015416589,0.012415942,0.018646877,0.047857255,-0.012622619,-0.007390624,0.011007475,0.020239057,0.043846186,0.0026102567,-0.017345576,-0.020744268,0.0049334615,0.022428304,-0.015845252,0.019289872,-0.002726991,-0.0065945336,0.03897779,0.022397686,0.02702113,-0.0020839951,-0.01179591,-0.015003234,-0.0073025944,0.04188658,0.020346222,0.02542895,-0.019060232,0.022948824,0.030083016,0.00549991,0.0030963307,-0.029225688,-0.042100914,0.006188834,-0.035579097,-0.049786244,0.011604542,-0.011015129,-0.015738087,-0.005411881,0.038365413,0.012278157,-0.010287932,0.0006114201,-0.05143966,-0.006984924,0.01775893,-0.027449794,-0.00086450396,0.0073753144,0.025321785,-0.0078996625,-0.043386903,-0.0070002335,-0.022872277,-0.03051168,-0.00549991,-0.029623732,-0.0033661593,0.00071667234,-0.034599297,-0.012362359,0.008121649,0.022183353,-0.010846726,-0.01018842,0.028797023,-0.00470382,-0.03662014,0.012377668,-0.046754975,-0.036283333,-0.035946526,0.00051238725,0.00012630274,0.012829296,0.033497017,0.013931574,0.026378134,0.03530353,0.0010965373,0.00025117022,-0.02011658,0.016610723,-0.020698339,0.029531876,-0.01671789,-0.0055726296,0.044672895,-0.010517573,0.04399928,-0.001840958,0.020499317,-0.009912851,0.033007115,0.03848789,0.026485302,0.04023316,-0.03971264,-0.007187774,0.00849673,0.013273269,0.019182706,-0.033711348,-0.0151104005,-0.01801919,0.035364766,-0.025612663,0.0041794726,0.008795263,0.0048454325,0.020009415,-0.02120355,-0.0035556133,0.010793143,-0.018080428,0.0201472,-0.010563501,0.013250305,-0.0072222203,-0.013418709,-0.07428132,-0.046326313,-0.019932868,-0.003272389,-0.018616257,0.02573514,-0.0064605763,0.015018543,-0.06154388,-0.04421361,0.04534651,0.015630921,-0.042254005,-0.0008649824,0.030419823,0.0002705462,0.014344929,-0.012760404,0.004198609,-0.0398045,-0.0014103806,0.015799325,0.017590526,-0.011420829,0.01540128,-0.0036914845,0.003938349,0.025398333,-0.03631395,-0.0043555307,0.012507798,0.010647703,-0.021647524,0.005121002,-0.021953711,0.030037086,0.019733846,0.036956947,0.006717009,0.012308775,-0.024035793,0.015186947,-0.018922446,0.006074013,-0.026026018,0.017789548,0.02570452,0.0062271077,0.0185244,-0.041243583,-0.008933048,-0.037201896,0.036405805,0.014559261,0.020897362,0.053797312,0.008894774,-0.04158039,0.03502796,-0.0010286018,-0.0037201897,-0.017100625,-0.0040110685,0.04167225,-0.0030331793,0.02040746,0.028858261,0.021555668,-0.04001883,0.010341515,-0.021096384,-0.02040746,-0.0041603358,0.015592647,-0.010150148,0.04004945,-0.045377128,-0.011619852,-0.01801919,0.0005831933,0.028199956,0.008083375,0.009644936,-0.028674548,0.060625315,0.006273036,0.0077733593,-0.0067208363,0.06736146,0.0005808012,-0.00476123,0.028291812,-0.025888234,-0.0020763404,-0.003890507,-0.01153565,-0.02011658,0.030940343,0.038518507,-0.0159218,0.0075819916,-0.011550959,-0.0034140013,0.016212678,0.0008042231,0.02255078,0.04424423,0.027771292,0.052541938,-0.008619205,-0.024541004,-0.0028724305,-0.02784784,-0.009866923,-0.01616675,-0.044489183,-0.0024514212,-0.033772588,-0.018677495,0.015829943,-0.0024093203,-0.02702113,-0.005078901,0.05088852,0.013158449,0.047244877,0.010387443,-0.031047508,0.039651405,0.0022409167,-0.028199956,-0.050398618,-0.020070653,0.04347876,0.031200603,-0.0083053615,0.024005175,-0.0061314236,0.012415942,0.027220154,0.018233523,0.021127002,-0.010012362,0.023698986,-0.0017194395,0.02890419,0.012538417,0.030389205,0.0032762163,0.009606662,-0.0022179526,-0.011979623,-0.017728312,0.006766765,-0.008374254,0.020713648,-0.008933048,0.021096384,0.011474412,0.024724718,-0.017927334,0.012293466,0.050827283,0.05535887,-0.0047956766,-0.016289225,0.04378495,0.045377128,-0.001419949,0.012415942,-0.0033642456,0.0058635087,0.00542719,-0.011229461,-0.004252192,-0.030128943,-0.06717774,0.019565443,-0.009514806,-0.025536116,0.03288464,0.009323439,0.02389801,0.02278042,0.025260547,0.04188658,0.00351734,0.03919212,-0.011191188,0.016870983,-0.02092798,0.03181298,0.021142313,0.007095917,-0.006349583,-0.014926687,0.012255193,-0.0039345217,0.0002827459,0.016656652,-0.014566915,0.004895188,0.009384676,-0.0045239343,-0.0026351344,0.0060242577,-0.005587939,0.012607309,-0.029669661,-0.025153382,0.009346402,-0.028827643,-0.028245885,0.012676202,-0.01725372,0.0015328559,0.015768705,0.025658593,-0.0023920974,0.016013656,0.027174225,0.03665076,-0.02016251,0.014681736,0.011489722,0.037263136,0.027357938,-0.017284337,0.0048262957,-0.044091135,-0.02097391,-0.0052205133,-0.0025815514,0.008550312,0.007095917,-0.008657479,-0.0023442553,0.012063825,-0.039682023,0.014222453,0.025413642,-0.012163336,0.012538417,-0.014758283,-0.02334687,0.0057946164,0.009453569,-0.015439552,-0.022091497,0.027403867,-0.013051283,-0.017177172,-0.030833177,0.036007762,0.048775822,0.034293108,0.0033719004,0.019366419,0.0001452003,-0.016059585,0.03023611,0.012232228,0.02278042,0.013985158,0.012569036,0.04748983,0.01855502,-0.017927334,-0.01699346,0.02968497,0.005553493,-0.027955005,0.011880112,0.012347049,-0.0018323465,-0.014597534,-0.008198196,0.013579458,-0.024862502,0.0068624485,0.042070292,-0.0012926894,-0.006146733,0.0043325666,-0.007861389,-0.020101272,-0.0007066255,-0.0029738552,-0.032731544,-0.0055726296,0.040692445,0.0037259308,-0.0018275623,0.008167577,-0.015217566,0.0025337094,0.017483361,-0.012086789,-0.01406936,0.030006468,-0.008083375,-0.031874217,-0.021769999,0.020101272,-0.0047727125,-0.016074894,0.018738734,-0.0054846006,0.018983684,0.02123417,0.018509092,-0.023392798,0.0011070626,-0.0019653472,0.02094329,0.0030695393,-0.008045102,-0.015026199,0.010042981,0.015332387,0.01831007,0.020177819,-0.015347696,0.0014783161,0.0029949057,-0.026316898,-0.0029030493,0.010923273,-0.014145906,0.013946884,0.0032762163,0.026714941,0.0365589,-0.003991932,0.009269855,-0.00616587,0.01207148,0.014482713,-0.00112907,-0.0035498724,0.018080428,-0.023729606,-0.023515273,-0.025260547,-0.0005678839,0.017544597,-0.012752749,0.038549125,0.01392392,-0.02037684,-0.018754043,-0.005522874,-0.041274205,-0.007069126,0.006135251,-0.0037144485,0.016365772,0.017345576,0.09491842,-0.016136132,0.022657946,-0.013701933,0.0289195,-0.003226461,-0.02412765,0.012936462,-0.03683447,0.015784014,-0.023913318,0.0055994214,0.034629915,-0.026194422,0.0072222203,0.017605836,0.0065830518,-0.013885646,-0.009759757,0.0035211672,-0.015477826,-0.0018227781,0.0030159561,0.00020512234,-0.03150679,-0.017835477,0.0011922213,0.0108007975,0.026179112,0.06883116,0.0021165276,-0.02016251,0.013319198,0.05058233,-0.0023959246,-0.0012190128,-0.008810572,0.018708114,0.024495076,-0.012821642,-0.014390857,-0.0039306944,0.005721897,-0.0014476973,0.0023251185,0.028812334,0.023943936,0.0074824803,-0.012477179,-0.037293755,-0.004562208,0.010655358,-0.016763818,0.026163803,0.00029494558,0.011949005,0.020575864,0.028720478,0.004045515,0.0051898942,-0.0155314095,0.045009702,-0.0151104005,0.027403867,-0.014873104,-0.016825056,-0.0075819916,0.0059324014,0.010096564,0.015462517,-0.005756343,0.005446327,0.0083206715,0.008052756,0.04164163,0.0000935908,0.043386903,-0.01883059,0.039957594,-0.0026542712,-0.025092144,0.006705527,0.025306476,0.02147912,-0.035364766,0.003842665,0.0075475452,0.009621972,0.010050636,0.054838352,0.014429131,0.006384029,0.002715509,0.03554848,-0.02278042,0.016289225,-0.05064357,-0.016028965,-0.014804211,-0.02594947,0.016595414,0.006873931,-0.035364766,0.00476123,0.020177819,0.021096384,-0.018631568,-0.0068930676,0.0065715695,-0.019764464,0.0061505605,0.018432545,0.019948177,0.022734493,0.009782721,-0.010180766,-0.022198662,0.0031977557,0.0024208024,-0.024035793,0.036405805,0.025321785,0.0026504437,-0.0058864728,0.027495723,-0.0009539684,-0.0007626006,-0.04063121,0.03524229,-0.04216215,0.009377021,0.015539064,0.0028896534,0.008749335,-0.010517573,-0.021846546,-0.0159218,-0.053460505,-0.0015194602,0.014046395,-0.019580752,-0.012255193,0.019442966,-0.031307768,0.041243583,0.01005829,0.020591173,0.008251779,-0.032762166,0.032762166,-0.0045507257,-0.024234816,0.0044282502,-0.01831007,0.010953892,-0.033741966,0.022719184,0.008573277,-0.018708114,-0.030695392,0.010663013,-0.009981743,-0.03417063,-0.0017060437,0.03075663,-0.016855674,-0.01777424,-0.0052587865,-0.0041373717,0.03077194,-0.011420829,-0.010992166,-0.0121863,-0.0036723476,0.011061057,-0.037538704,0.015814634,0.0020993045,-0.019825703,0.010884999,0.007937935,-0.006724664,-0.0038522335,0.018953064,-0.004118235,0.03499734,0.0037374129,-0.027863149,-0.005897955,-0.019121468,0.038028605,-0.02097391,-0.025826996,0.012775714,0.030083016,0.036375187,-0.025536116,-0.0030982443,-0.0002187573,0.04507094,-0.006521814,-0.022091497,0.0000035918836,-0.0012515453,0.0061926614,0.029822756,-0.014352583,-0.004026378,0.010915618,0.0040608244,0.012783368,-0.014260727,-0.007520754,0.023454035,-0.0040876158,0.012607309,-0.017054697,0.014574571,0.044703513,-0.034660533,0.03285402,-0.004091443,0.016840365,-0.0281081,-0.015439552,0.037599944,0.031062819,-0.032425355,-0.00662898,0.011903076,-0.021724071,0.0012075307,-0.03756932,0.036681376,-0.0134034,-0.013005354,-0.003628333,0.003884766,0.008948358,-0.011811219,-0.03974326,0.011949005,-0.009744448,0.0008439319,-0.013610077,0.01723841,0.0044818334,-0.002868603,0.0056453496,-0.006012776,-0.015056817,0.025781067,-0.0102496585,-0.028307123,-0.004715302,0.02385208,0.029838065,0.0031307768,0.0057333787,-0.014291346,-0.02994523,0.0064835404,0.0050214906,-0.046724357,0.0012553727,-0.019473586,-0.006123769,0.017896716,-0.03790613,0.03343578,-0.0005262614,-0.007692985,-0.01827945,0.00076451426,0.0023423417,0.04011069,0.0145439515,-0.0042866385,0.006782074,-0.009354057,-0.018126355,-0.019626679,-0.03808984,-0.0057295514,0.026148494,0.024816575,-0.009644936,0.0063342736,0.022994753,0.02568921,0.0059591928,0.02227521,-0.025138073,-0.0033393677,0.022412995,0.01312783,0.0058367173,0.022060879,0.00032006262,0.003938349,-0.02040746,0.0011434224,0.016090203,-0.026607776,0.006273036,-0.006349583,0.0130359735,0.0013606249,-0.009614318,0.017360885,-0.0114973765,-0.014842485,-0.0048798784,-0.008810572,0.00142569,0.0048798784,-0.0065179868,0.024602242,0.013204377,0.009254546,0.010969201,-0.008473765,0.0023748742,0.040447496,0.051653992,-0.009843959,-0.010877345,0.004478006,0.015317077,0.037691798,0.020606482,0.014635808,0.031782363,-0.014360239,0.029210377,-0.009882232,-0.0006176395,0.040202543,0.019182706,-0.03554848,-0.0096985195,0.019749155,0.02227521,-0.011283045,0.013487602,0.010349169,0.023193775,-0.013464637,0.03358887,-0.00017569955,0.011045748,0.033833824,0.034354344,-0.010096564,0.009223927,0.015692158,0.030695392,0.018677495,-0.02464817,-0.019014303,0.014207144,-0.021127002,-0.0010352997,-0.0052243406,-0.040141307,0.018371306,0.01961137,-0.021601595,-0.010915618,-0.012829296,0.019259254,-0.017223101,0.025673902,-0.015891181,-0.0010104219,-0.053093076,-0.048898295,0.012415942,0.012102098,-0.03205793,0.012232228,-0.010441027,0.006479713,0.020131892,0.022428304,0.015860561,-0.006100805,-0.0012544158,0.002162456],"social":"https://twitter.com/bdrensk"},{"title":"unifi","description":"an unified api to interact with any defi protocol, automate and deploy strategies all in a single line of code","niche":"web3","youtube_url":"https://youtube.com/watch?v=m-Q8eWofc54","youtube_transcript":"So, hey, guys. I'm Akash, and I'm building unified along with my friends. So it's a unified API contract with any Deepgram protocol. To automate and deploy strategies on in a second line of work. So let's see how it works. So you signed up your main ID. Once you sign up, you create a smart account with your externally owned wallet. Add an automation sign sign up. And, also, you own total self custody of assets present in this account. You can revoke the sign up whenever you want, automation sign up whenever you want. You can head over to the drops and check out sample implementations. And, yeah, just show you one simple implementation here. Let's say you wanna do a swap and unaswap. It's a single enough code to unify. Unify that un swapped as well. And, yeah, you get unsaid transaction update. Let's say, when I get crazy, you wanna do two swaps on more or do whatever you want, you just create the transaction object, push it to unify and run the bundle bundle transactions, and their strategy is gonna get executed in a single line of code without the need to put you into that solving. So, yeah, in the past six weeks, We got in we got in touch with Rob Shops and traders who are interested to associate with Deepgram. If you had even invested to pay a thousand dollars, And, yeah, other than that, we did small out, which is to end it and have our own things set ups. We are excited to take this full thing. And we're potentially looking for the drop in our first seventy by end of May.","embedding":[0.012806594,0.0022572496,0.002449232,0.028514259,0.017251281,-0.026528498,-0.006740721,0.0449278,0.02910378,-0.00485968,0.03264091,-0.030003577,-0.009789172,-0.04083217,0.030437961,-0.0032559466,-0.04539321,-0.009021241,-0.02960022,0.0018412872,0.010270097,-0.007943036,0.04443136,0.038567163,-0.010122716,-0.048061572,-0.030825805,0.042817928,-0.040397786,-0.07130116,0.034905918,-0.02342575,0.024232466,0.034192286,0.0010733571,-0.010254583,-0.003979275,0.053956795,-0.014893193,-0.018709574,0.026978398,-0.054577343,0.014753569,-0.009106566,-0.056283858,0.040739086,-0.04443136,-0.0028700423,0.0031783779,0.02781614,-0.0917793,0.011480169,0.009160865,0.028095387,-0.026668122,-0.013698635,0.01666176,0.021377936,-0.0436867,0.026761206,-0.018647518,-0.019717967,0.0037155412,0.032733995,-0.026497472,-0.029491624,-0.02392219,0.047254857,-0.03254783,0.019531801,0.021998486,0.027180076,0.030856833,-0.014047693,-0.006795019,0.005941763,-0.07328692,0.03577469,-0.018057996,0.0057866257,0.0004978942,-0.040521894,-0.031229163,-0.0318342,-0.021626156,-0.03088786,-0.032454748,-0.033509683,-0.019578343,0.021626156,-0.015094871,0.038412027,-0.03242372,0.027288672,0.064288944,-0.021905404,-0.0010200285,0.02694737,0.0013370906,0.059541743,0.019345636,-0.003151229,0.0038726178,-0.04219738,-0.010642427,-0.004018059,0.01923704,-0.020912524,0.010836349,0.012201558,-0.13155653,-0.011868013,-0.004832531,0.0072177686,-0.01063467,0.00001149138,0.012992759,-0.0015727056,-0.028622855,-0.0277696,-0.04129758,-0.028622855,0.028746964,-0.0033412722,-0.019252554,-0.015630094,-0.004747205,-0.0076443963,-0.07316281,-0.00922292,0.020509167,0.007559071,0.041762993,-0.012845378,-0.04750308,0.0028176834,-0.036674485,0.01251959,-0.005782747,-0.021858864,0.022153623,-0.07037033,-0.029274432,0.00022555527,-0.053584464,0.0046192165,-0.049271643,0.019469745,-0.07998885,-0.02462031,-0.03354071,-0.024899555,-0.06286168,-0.021672698,0.01604121,-0.017328849,-0.025845895,0.042879984,0.020028241,-0.023984246,0.014815624,0.06031743,0.014846651,-0.0007291459,-0.011092326,0.007062631,-0.04564143,-0.03673654,-0.06577826,-0.0033160623,-0.048061572,-0.010114959,-0.047409996,0.042228404,-0.015133656,-0.04080114,-0.042600736,-0.03648832,-0.06633676,-0.038070723,0.004211981,0.0048131384,-0.026497472,-0.016677273,-0.06646087,-0.011069055,-0.0010326335,0.012566132,-0.0060076965,-0.029072752,0.015777476,0.09767452,-0.02367397,0.047409996,0.053274192,-0.057059545,0.04443136,0.009044511,0.02794025,0.0015368301,0.018306216,-0.00044602007,0.04477266,0.050140414,0.008245554,0.020167865,0.028405663,-0.038412027,-0.004623095,0.001531982,0.03785353,-0.056283858,-0.0012410993,-0.016972033,-0.023829108,-0.060286403,-0.03242372,0.021408964,0.009696089,0.008617884,0.002040057,0.039529014,0.027986791,-0.034440506,-0.019593855,0.017964913,0.010642427,0.01579299,0.056438994,-0.0021680454,0.028374635,0.020369543,-0.041421693,-0.03161701,0.041607857,-0.03167906,0.031105053,-0.050388634,0.03565058,-0.0039870315,-0.024077328,-0.008470504,-0.0034556862,0.0049527623,0.016723813,0.007008333,-0.040490866,-0.023022393,0.005406539,0.05647002,0.028700422,0.015513742,-0.018337242,-0.0071634706,-0.023084449,0.010169258,0.012201558,0.013233222,0.016444566,-0.017096143,0.002759507,0.0154672,-0.061372362,-0.00035778567,0.0042430083,0.006705815,0.010851863,0.0126204295,-0.0032733995,-0.0073418785,-0.0015959762,0.0016948764,-0.014482078,0.012325668,-0.02583038,0.0077995337,0.024092842,-0.009548708,-0.02769203,0.03763634,-0.019717967,-0.00042929433,0.015420659,0.015474957,0.00044189926,0.029352,0.013931341,0.010479533,-0.020710846,0.02184335,0.0011053542,0.008268825,0.058735028,-0.007892616,0.034099206,-0.04514499,0.010301124,0.04343848,0.040056482,0.011092326,0.07514857,-0.014908706,-0.04328334,-0.015063844,0.021858864,-0.014334697,-0.020788414,-0.034626674,0.01604121,-0.0212228,0.017266795,0.03813278,-0.011503439,-0.02109869,-0.029988063,-0.02947611,0.03208242,-0.019035362,-0.018290702,-0.01455189,-0.011193165,-0.036705513,-0.0041111414,-0.0468515,0.018585462,0.028591827,0.022650063,-0.05721468,0.0046618795,-0.023394722,0.032051392,-0.06289271,-0.015699906,-0.04365567,-0.004851923,-0.007741357,0.03772942,-0.031198135,0.027288672,0.029708816,-0.04585862,-0.06177572,0.0049256133,0.02209157,0.029786386,0.019593855,0.008276582,0.016878951,0.013140139,-0.009835713,0.0006540012,-0.05733879,0.015079358,0.011666334,0.057059545,-0.0029960915,-0.029196862,-0.040273674,0.00068405905,-0.0043709967,-0.019671425,0.028017819,0.016475594,0.01960937,-0.007756871,-0.012217072,-0.037264008,0.01653765,-0.010875133,0.005290186,0.06335812,-0.008928158,0.014528619,0.00077132386,-0.049768087,0.018973306,0.026094114,0.035371333,-0.008439476,0.02885556,0.05575639,0.0019595795,-0.0044214167,-0.029786386,-0.014226101,0.057618037,-0.026652608,-0.000012514015,0.007640518,-0.000765991,0.032982215,-0.028886588,-0.025861409,0.029445082,0.02595449,-0.007869346,0.03912566,-0.007070388,-0.020788414,-0.005476351,0.016242888,-0.02503918,-0.037170924,-0.06497155,-0.024604796,0.039001547,-0.012387723,-0.016522136,-0.022417357,0.011976609,0.050574798,-0.024139382,0.05525995,-0.049861167,-0.029677788,-0.020291975,-0.039684154,-0.006678666,0.030034605,0.06677115,-0.004014181,-0.046665337,-0.024310034,-0.05460837,-0.0068415604,0.011643063,0.004506742,-0.015056087,-0.012085205,-0.04849596,-0.0059689125,-0.026497472,-0.008718723,-0.04905445,0.024775445,0.0415458,-0.01621186,0.049643975,0.02462031,0.0032171623,-0.02213811,0.02126934,-0.0065157716,0.000899797,-0.04973706,0.027878195,-0.024977125,-0.01152671,-0.014838894,0.012286884,-0.017235767,-0.04908548,-0.015459444,0.021362422,-0.03005012,-0.02164167,0.060503595,0.027878195,0.00015719784,0.06819841,0.020664304,0.01968694,-0.017189227,0.03698476,0.00093082455,0.0034595644,-0.053739604,-0.0063218498,0.014823381,-0.0042701573,-0.008408449,-0.018709574,-0.0058991006,0.023704998,-0.018600976,-0.00795855,0.031291217,-0.018678546,0.029352,0.0114026,-0.042259432,-0.008571343,-0.027955763,0.042600736,0.03698476,0.01824416,-0.033850987,-0.0033451507,-0.046013758,0.011945581,0.024527226,0.03614702,0.042755872,-0.019764507,0.020803928,-0.019081904,0.01948526,-0.056625158,0.0061395634,-0.017111657,0.021191772,0.00084452936,0.008548072,0.0680743,0.0396221,0.024201438,-0.013155653,-0.01948526,-0.000010620247,0.07024623,-0.020478139,0.0022902163,0.010541588,0.011014757,-0.03869127,-0.011627549,0.0073224865,0.016320456,0.00984347,-0.03378893,-0.04930267,-0.01604121,-0.028514259,-0.006054238,0.022588009,-0.0056702727,-0.055477142,-0.028421175,0.00751253,-0.003554586,0.013628823,-0.01960937,-0.007842197,0.014831138,-0.014156289,-0.016382512,0.0047937464,-0.03769839,0.0028021696,0.015001789,0.008113687,-0.0044834716,0.06987389,-0.015622338,-0.0179494,0.0072992155,0.022494925,-0.0016240949,0.005076872,0.05029555,0.048402876,0.02072636,-0.0015513742,-0.037264008,0.014908706,0.0026509108,0.00020531467,0.0038512864,0.0045843106,0.002734297,-0.01981105,-0.01189904,-0.0010374815,-0.0018063814,-0.011030271,0.036674485,0.018554436,-0.03279605,-0.005736206,0.021610642,-0.020788414,-0.01199988,-0.009028998,-0.029631248,0.0171582,0.019624883,-0.021858864,0.008152472,-0.006601097,0.005984426,-0.036953732,-0.03416126,-0.021533074,0.0086333975,-0.034688726,0.023162017,-0.028793504,0.031741116,0.0067019365,0.02354986,0.009509924,0.011022514,0.013147896,0.023782566,-0.0023658457,0.03738812,-0.011643063,-0.026606068,0.017468473,0.028840046,0.025985518,0.012465292,-0.0011325032,-0.046665337,-0.030391421,-0.014582918,-0.017049603,-0.012077448,-0.005247523,0.023224073,0.011821471,0.012798837,-0.021160744,0.006267552,-0.019873103,0.020990092,-0.04830979,0.02947611,0.039932374,0.0058098966,0.028002305,-0.009750387,0.0012837622,0.007481502,0.019950673,0.021238312,0.0191905,-0.0066398815,0.0048131384,0.007310851,0.006294701,0.03009666,0.00030227556,0.004173197,-0.022479413,-0.012573888,0.0075008944,-0.009548708,0.011154381,-0.04104936,-0.02221568,-0.035123114,0.0044408087,-0.0012818229,0.011092326,0.0073961765,-0.014823381,0.021998486,0.007974063,-0.025225345,-0.008292095,-0.01227137,0.06503361,-0.024821987,0.021114202,0.0015911282,-0.013807231,-0.045672458,0.00038129868,0.004948884,-0.0126204295,0.066522926,-0.021362422,-0.0032753388,-0.018911252,0.017809777,-0.015769718,0.04979911,0.0059727905,0.01968694,-0.0415458,0.0167083,-0.007074266,-0.015529256,-0.011805958,0.007803412,-0.020757386,-0.053925768,0.030065631,0.00036481535,-0.018011454,0.014357968,-0.02052468,-0.026792232,-0.0017132988,0.012061935,0.025520105,-0.00026858167,0.03267194,-0.017127171,-0.00676787,0.0070393607,0.0040025455,-0.012155017,0.028203983,-0.009300488,-0.0017336607,-0.009083296,0.0058098966,-0.046261977,-0.020354029,0.017933886,-0.040025454,-0.028622855,-0.02462031,0.006651517,0.013070328,-0.013016029,0.026807746,0.0031744994,-0.04424519,-0.0057943827,0.0019876983,0.005332849,-0.008090417,-0.0025791596,-0.018228646,-0.064413056,-0.0031551074,-0.028452203,-0.0068531954,0.02064879,-0.0073224865,-0.009789172,0.042104296,-0.059355576,-0.011069055,0.02583038,-0.047006637,-0.0034867136,-0.0224639,-0.002548132,-0.0051195347,-0.011511196,0.027366241,-0.00785771,-0.023239587,-0.007400055,-0.057866257,-0.0477513,-0.03599188,0.018430326,-0.019764507,0.025613189,0.007873224,-0.007291459,0.051381513,0.021610642,-0.020028241,0.043469507,-0.021626156,0.017065117,-0.005895222,0.046820473,-0.003961822,0.009750387,-0.027909223,0.0139546115,0.009556465,0.0070393607,0.026218224,-0.003151229,-0.0070316037,0.047937464,0.024387602,0.025489079,-0.016382512,0.021936432,0.041856077,0.03133776,-0.006170591,0.01762361,-0.0061046574,0.008617884,0.027226618,-0.034688726,-0.017313337,-0.023518832,-0.0026431538,-0.021610642,-0.022231193,0.016180834,0.016118778,0.013900313,-0.0224639,0.020229919,0.010960459,-0.029289946,-0.0019227344,-0.020943552,-0.010564858,-0.0022843985,0.0029010698,0.02188989,0.016972033,0.034843866,0.008408449,-0.09581287,-0.015707664,0.0113870865,-0.004095628,-0.037170924,-0.023099963,0.01690998,0.010557101,0.004886829,-0.008261068,0.0046075815,-0.05119535,-0.013752933,-0.023611916,0.014295913,-0.010223556,-0.0127057545,-0.0028816776,-0.002484138,0.022913797,-0.035433386,-0.02429452,-0.0009608824,-0.00039923645,-0.0159171,-0.03676757,-0.011007,0.016196346,0.024449658,0.010766537,0.035061058,0.00959525,-0.03229961,-0.0086799385,-0.0031958309,0.023022393,-0.01819762,0.04104936,0.052343365,-0.01088289,-0.00924619,-0.023472292,0.039808262,-0.018663032,0.0018374089,0.010774294,0.026714664,0.03862922,-0.001348726,-0.01085962,0.018523408,0.017716693,-0.00030736602,0.015451687,-0.0042934283,0.048185684,-0.050512746,-0.014241615,0.010782051,-0.00016119747,0.0011024453,0.0022843985,0.036084965,0.021129716,0.01187577,0.03208242,0.0043787537,0.0358988,0.012131746,-0.0013012151,0.003374239,0.046168897,-0.002154471,-0.0023348182,0.03515414,-0.037326064,-0.0068493173,0.01214726,0.013155653,-0.047409996,0.03391304,0.011495683,0.01608775,0.004068479,-0.035681605,-0.004014181,-0.037450172,-0.0039657005,-0.022650063,-0.005146684,0.035929825,-0.0048286524,0.010425235,0.009665062,0.011441384,-0.012783323,0.012100719,-0.039746206,0.045827594,-0.00681829,0.023317154,0.030918889,-0.014357968,-0.0030116052,-0.01973348,-0.0077607497,0.03133776,-0.03316838,0.0008862225,-0.024325548,0.021253826,0.0035410116,0.005755598,0.007912008,0.038039695,0.06974979,0.020617763,-0.022696605,0.019423205,-0.014365725,0.0028370756,-0.026342334,0.0052940645,-0.022277733,-0.016258402,0.007830561,0.01177493,-0.00473557,-0.006267552,-0.055446114,0.033199407,0.01973348,-0.001286671,0.0077607497,-0.01571542,0.0387223,0.0031861349,0.008121444,-0.0026470323,0.02052468,-0.0076366398,-0.015583554,-0.02466685,0.006597219,-0.006205497,0.019376663,0.0028370756,0.025489079,-0.05625283,0.016847923,0.038318943,-0.004595946,-0.05634591,0.027583433,-0.017390905,0.020385057,-0.047254857,-0.03254783,-0.0076094903,0.063916616,0.023704998,0.033850987,0.013621066,-0.004417538,-0.041483745,0.007694816,-0.043128204,-0.0058835866,-0.032485776,-0.023844622,0.016646245,0.00041111416,0.017933886,-0.01936115,0.031353272,0.0070393607,0.0017026332,-0.01881817,0.0139856385,0.03378893,0.020757386,0.0024356574,-0.0020730237,0.0074310824,0.020617763,-0.008796291,-0.030329365,0.0012585523,0.019299095,-0.0058215316,0.020540195,0.019966187,-0.035557497,0.017049603,-0.021951945,-0.0047510834,0.003847408,0.03503003,-0.021734754,-0.006038724,-0.045269098,-0.025318427,0.01881817,-0.029165836,-0.016925493,-0.003713602,-0.03897052,0.024837501,-0.034936946,0.006864831,0.03239269,-0.026931856,0.011681848,0.005414296,-0.0074659884,-0.024403116,0.010432991,0.019330123,0.0048131384,-0.00039947886,-0.0030174227,-0.008268825,-0.04945781,0.013310791,0.0013099416,-0.010937188,-0.025054693,0.011534467,-0.009168621,0.002689695,-0.012387723,0.02441863,-0.004650244,-0.006907494,0.016304944,-0.015374118,0.0127135115,0.005297943,0.0062636733,0.020167865,-0.026776718,-0.0086333975,-0.014412266,-0.04253868,-0.023193045,0.01720474,0.014559647,0.037822504,0.00086973916,-0.015257766,-0.0045222556,0.004708421,0.038660247,0.0013642397,0.036860652,0.00025379512,0.02089701,0.021812322,0.004789868,-0.0043632397,-0.0060232105,0.03651935,0.028824532,-0.0070199682,-0.019268068,-0.00032481898,-0.028002305,0.022913797,-0.00934703,0.0021661061,-0.017235767,0.017964913,-0.008431719,0.016677273,0.0013244858,0.0224639,-0.015420659,0.008036118,-0.010688968,0.028017819,-0.013799474,0.008090417,-0.027738571,0.00379311,0.009680575,-0.03599188,-0.02367397,-0.0024085084,0.021083176,-0.015164683,0.011270734,-0.006403297,0.0034983489,0.009610763,0.008020605,-0.0034576252,0.002243675,0.0077878986,0.011720632,-0.0043942677,0.002447293,0.016646245,0.023317154,-0.035092086,0.021905404,0.0037232982,0.010339909,-0.013023786,0.021160744,-0.036922704,0.00461146,0.026792232,0.007822804,0.015800746,0.02089701,-0.00651965,-0.0051078997,0.0019188559,0.0085791,0.0031395936,0.0031124444,0.016816897,0.0153120635,0.028405663,0.021191772,-0.0387223,0.026993912,0.021191772,-0.007950793,0.024434144,0.01886471,-0.016382512,0.03166355,-0.009711603,-0.012822107,0.0126126725,-0.00404133,0.017282309,-0.023068935,-0.015436173,0.018306216,-0.031803172,-0.041669913,-0.0015310125,-0.044369303,0.0057129357,0.01492422,0.004658001,0.01666176,0.007097537,0.09308245,-0.02097458,0.010619156,0.0026780597,0.017716693,-0.013613309,0.00344599,-0.024154896,-0.008462747,-0.024030786,-0.014195074,0.003748508,-0.00456104,0.012255856,-0.0065700696,-0.026047572,0.006380026,0.009696089,0.014086477,-0.01653765,0.017189227,0.061341338,0.0042856713,-0.017716693,-0.04132861,-0.035619553,-0.0032520683,0.0045843106,0.01604121,0.0076986947,0.006511893,-0.03022077,-0.013644336,0.017297823,0.007132443,0.0017288126,-0.01177493,-0.020509167,-0.020214407,-0.017173713,-0.007846075,-0.0027536892,0.028514259,-0.006457595,-0.011930068,0.010929432,0.011356059,-0.0072371606,-0.0030872347,-0.0318342,-0.016878951,-0.017546043,0.011588765,0.030158715,0.010898404,-0.0029185228,0.058486808,0.045331154,-0.0074582314,-0.013504713,0.0021583494,0.04737897,0.019050876,-0.019842077,-0.007524165,-0.034378454,-0.028591827,0.008765264,-0.0038590434,0.030748237,0.012348939,-0.026683636,0.025721785,-0.004274036,0.000089749425,-0.0114026,0.009890011,0.015110385,0.0013147896,0.01844584,-0.006011575,-0.0139933955,0.00949441,0.0006859983,-0.025907949,0.009936552,0.01678587,0.022107083,-0.023968732,0.006380026,-0.00017755963,-0.023813594,0.0007150865,0.013590038,0.010774294,-0.011976609,-0.02997255,0.01596364,0.0020439355,-0.013419387,-0.020059269,0.012155017,-0.0040103025,-0.0027284794,-0.0153198205,-0.008827319,-0.00038275312,0.02474442,0.013264249,0.0015300428,-0.010650184,0.03552647,0.03257886,0.015087115,0.04759616,0.018709574,0.012310155,-0.012170531,-0.0099986065,-0.013272006,0.03042245,0.01249632,-0.0022107083,-0.017608097,0.0040995064,0.0071751056,-0.0050380877,-0.028498745,0.0058098966,-0.0318342,-0.004533891,0.022898283,0.018507894,-0.014125262,-0.0033897527,0.034657698,-0.0026295793,-0.030608613,0.012511833,0.02960022,-0.038567163,-0.002947611,0.01013823,-0.0040995064,0.031151595,0.027164562,0.006221011,-0.0017326911,-0.02226222,-0.0027498107,0.010293368,-0.013171167,-0.00059679424,-0.007144078,0.030391421,-0.059634823,0.0240463,-0.010231313,0.00070442085,-0.0212228,0.010719996,0.0015950066,0.007194498,-0.021657184,0.033509683,-0.010308881,-0.013590038,0.005511257,0.05240542,-0.0002630064,0.017592583,-0.014311427,-0.037046816,0.02221568,0.00924619,-0.014931977,-0.0028390149,-0.027288672,-0.008338637,-0.00299997,-0.036053937,-0.0040723574,0.0014262947,-0.0054957434,-0.021176258,-0.02412387,0.006038724,-0.012442022,0.0045920676,0.020462627,-0.008214527,0.0057051787,0.020959066,0.010495046,0.058269616,0.029491624,-0.0358988,0.0035604038,-0.027350727,0.037046816,0.006981184,-0.010813078,-0.0016444566,0.00974263,-0.0037601432,0.004782111,-0.027862681,-0.019050876,-0.013403873,0.018632004,0.0035642823,0.0010811139,0.0036922707,-0.020555709,0.012542861,-0.0016056723,-0.006946278,0.015125899,0.011992123,-0.05240542,0.039280795,-0.030779265,0.042414572,-0.04108039,-0.01844584,0.0063528772,-0.009323759,-0.007497016,0.0037426902,0.0449278,0.0076560318,-0.039684154,-0.0017084508,0.0017113597,-0.03257886,0.0038454689,-0.023348182,-0.039404906,-0.025814867,-0.028715936,0.014947491,0.008051632,0.020571223,0.013628823,0.01363658,-0.024713391,0.033695847,-0.028622855,-0.031058513,-0.015738692,0.010409721,0.026993912,-0.001985759,-0.01604121,-0.021439992,-0.02429452,0.017018575,-0.031989336,0.005588826,-0.006698058,-0.014707028,-0.0005783717,-0.01849238,-0.015087115,-0.03909463,0.012294641,0.002734297,0.00052068,-0.015459444,-0.007578463,0.00060358155,-0.028576313,0.0021021122,-0.02462031,-0.018632004,0.010805321,0.0014321123,0.0010830531,-0.009463383,-0.011953338,-0.0025287399,-0.031958308,0.020214407,0.013752933,0.012891919,0.0021331396,0.010851863,-0.01492422,0.026233738,-0.021067662,-0.0000019998183,0.010657941,-0.031570464,0.029988063,0.00018943734,0.008710966,0.0045726756,-0.0063334852,0.03664346,0.0049178563,0.012891919,0.009665062,0.016056724,-0.010029634,-0.0030426327,0.040956277,0.007892616,0.04204224,-0.011022514,0.014908706,0.0018083205,-0.009160865,-0.028017819,-0.054205015,0.008090417,-0.0113017615,0.0374812,-0.013326304,0.007849953,0.034130234,0.038039695,0.02375154,0.0032733995,0.0056625158,0.046820473,0.0073147295,0.020338517,-0.013923584,0.0034207802,-0.0017705058,0.019904131,0.01569215,0.055942554,-0.019826563,0.0070044547,0.0099986065,0.03406818,-0.012729025,0.021238312,-0.03161701,-0.034471534,-0.025256373,-0.0018994638,-0.0026606068,-0.02164167,-0.00594952,0.016568677,0.020245433,0.042507652,-0.0014311427,0.0035235586,0.03292016,0.040894225,0.00013404843,-0.033013243,0.022960339,0.003783414,-0.015537012,-0.0055500413,0.028188469,-0.036953732,-0.002707148,-0.0012992759,0.022603523,-0.027428295,0.011883526,0.041483745,-0.0026160048,0.001063661,-0.01703409,0.053025972,-0.016491108,0.032020364,-0.01973348,-0.020385057,-0.032237556,-0.0034382332,0.020136837,-0.00984347,-0.015498228,0.052715696,0.025380483,0.046820473,0.02756792,0.014466564,0.040894225,-0.017189227,-0.005902979,-0.01708063],"social":"https://twitter.com/aakash_hash"},{"title":"habarla","description":"show discounts to restaurants nearby","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=GlmkPaBU4XA","youtube_transcript":"Hi. It's sixteen Z and other venture investors. Considering the requirements of the video, I assume this demo arrives at your plate. My name is Adil, and I'm working on a service app for restaurant owners, aiming to close the gaps in restaurant management. It's quite a feat and requires step by step approach. Therefore, my first step is to create a platform for restaurants to share their discounts. Currently, local restaurants can only share discounts on Instagram TikTok or through delivery apps, while big distributors like Chipotle primarily rely on delivery apps. That's where Humbert comes in. Register your restaurant, set up the location, and start posting discounts. While Humberland will not find customers nearby analyze user engagement, and provide feedback on discounts. We also will provide other features that restaurants owners will demand. Since harbor light is an aggregator app, it requires both vendors and customers. To attract vendors, I first focused on building a customer I started by sharing the app with everyone in all, like friends, relatives, and acquaintances. Then I created an Instagram account in shared my story at Buildspace. I wanted to set up a hype as in the Kazakhmen competing in the US startup competition. It's common to talk about stuff like that in the news here. And I'm still hoping to catch that type. Right now, since I have a full time job, I'm hiring a couple of interns to help me with the app. By the way, If you find harbor last idea familiar, you may want to check out Mocha. My approach though is different, made to avoid the issues they had. That concludes my demo. Thank you for watching. Bye.","embedding":[-0.015752114,0.017340919,-0.0047409274,0.027239092,0.024299378,-0.04261737,0.014673085,0.040884126,0.004919349,-0.0060323626,0.022022372,-0.06345026,0.00030453873,-0.04309316,-0.0018734309,0.035854325,-0.009464862,-0.025828708,-0.03164017,0.06328034,0.025879687,0.020544019,-0.0071198875,0.018623859,-0.0019084781,-0.03332243,-0.06491162,0.0475792,0.0029779482,-0.044452567,0.027833832,-0.024622235,0.014987447,0.04217556,0.040680215,0.012209162,0.0020688456,0.01255751,0.01745137,0.016746178,-0.030042866,-0.022260267,0.065795235,-0.006461425,0.009235462,0.035990264,-0.04679754,0.030161813,-0.007982261,0.027171122,-0.067698404,-0.0118353255,0.019422509,0.0037893434,-0.006193792,-0.05583759,-0.0053654043,0.019456495,0.01672069,0.0482589,0.023228845,-0.0005421692,0.03646606,0.020832893,-0.03575237,0.018402955,-0.019439502,0.004592242,-0.009575314,0.018538896,0.029397149,0.0057052555,0.010365468,-0.01054389,0.004694198,-0.047069423,-0.028632483,-0.015837077,0.034511913,-0.024248399,-0.013628042,0.047749124,0.017961148,-0.006155559,-0.011639912,-0.022651097,-0.069669545,-0.039830588,-0.060629494,0.024605243,0.023500726,0.0645038,0.0004641096,0.010662839,0.07626266,-0.011877807,-0.012498036,0.013271198,0.050060116,0.013670524,0.024639228,-0.042073607,-0.013662027,-0.03860712,-0.0009404326,0.0035217104,-0.014137819,0.030433696,0.0046559647,-0.0033093032,-0.09882879,-0.0040973336,0.0073322942,-0.004401076,0.0037617304,0.012549014,0.021240713,-0.08740979,-0.027646914,-0.042447444,-0.07245632,0.01731543,0.005335667,0.02042507,0.01001712,-0.0400345,-0.0059643923,0.026423449,-0.008262638,-0.05974588,0.025624797,0.017876185,0.024418324,-0.036703955,-0.0112915635,-0.033254463,-0.060765434,-0.013356161,-0.025216976,0.02525096,0.037417643,-0.034002136,0.033033557,-0.028666468,-0.03792742,-0.0635862,-0.024401331,0.0042311503,-0.01566715,0.030110836,0.015208351,-0.028462557,-0.02742601,-0.015675647,0.027069166,-0.005828452,0.010926223,0.0035854324,-0.04091811,-0.029787976,-0.04006848,-0.04421467,-0.01397639,0.0008092712,-0.046763554,-0.0011958522,-0.028598497,-0.039014943,-0.09617795,-0.018300999,-0.070893005,-0.052575015,0.019184614,0.038675092,0.04968628,0.007141128,0.03033174,-0.06297447,-0.003948649,-0.019847322,-0.0173834,0.016270386,0.0052889376,-0.03318649,-0.058046624,-0.0017523589,-0.013169243,-0.026916232,0.015590684,0.02181846,-0.035072666,0.066712834,-0.004498783,-0.010424943,0.010713816,-0.0519293,0.073203996,-0.0006584621,0.036432073,-0.024367347,-0.011249082,-0.00958381,0.0292782,0.005271945,-0.009320425,-0.0018819273,0.005599052,0.017944155,-0.01751934,-0.0040527284,0.061105285,0.0133221755,0.018929724,0.026950218,-0.037417643,-0.017723251,-0.042855263,0.0466616,-0.012642473,0.025081035,-0.02214132,0.030518658,0.0057817223,-0.06576125,0.023483733,0.014970455,0.013407138,-0.028037742,0.06599914,0.007043421,0.03311852,0.013143754,-0.004932094,-0.034308,0.03164017,-0.01635535,0.022956964,-0.013262702,-0.001935029,0.034647852,-0.0029036056,0.021954402,0.04904056,-0.029821962,0.06827615,0.010696824,-0.042549398,-0.07775801,0.011317052,0.018250022,0.032098968,0.017103022,-0.012158184,-0.023636667,0.0009967205,-0.014307745,-0.01315225,0.024996072,0.018980702,-0.020476049,-0.0068565025,-0.011937281,-0.013950901,0.024894116,-0.01665272,0.019252583,0.015182862,0.0034601123,-0.020510033,0.0107647935,0.0012149689,0.01248954,0.0058751814,0.03881103,-0.01930356,-0.013568568,0.010424943,-0.0026975707,0.031079413,0.0045115277,-0.052710954,-0.018351978,-0.03524259,-0.01150397,0.011087652,0.035514474,0.06691674,-0.0099491505,-0.0033687772,0.043263085,0.035140637,-0.058522414,-0.0016769543,-0.039490737,0.056347366,0.006996691,0.024741184,-0.019830331,0.02888737,-0.013211724,0.035378534,-0.024316369,-0.04645769,-0.014656093,-0.01090923,-0.018674836,-0.005059538,0.03860712,0.010926223,-0.036296133,-0.048088975,0.0007423629,0.019490479,-0.007268572,-0.030943472,0.02452028,0.05736692,-0.025199983,-0.024180429,0.00321372,0.005322923,-0.007965268,-0.0026083596,-0.02921023,-0.023313807,-0.06797028,0.06752848,-0.06334831,-0.024180429,-0.0056033004,0.0030374222,-0.06035761,0.022243276,-0.017434377,0.020204168,-0.035276577,-0.042073607,-0.012132696,0.053764496,0.058726326,-0.028972333,-0.06763043,-0.022022372,0.03503868,0.04030638,-0.022634104,0.018929724,-0.015539707,-0.0068012765,0.017238963,-0.045845956,-0.031011442,0.021648536,-0.023041926,0.025132013,0.019218598,0.011656904,-0.021563573,-0.022379216,0.00019820241,-0.038777046,0.04030638,0.010127572,-0.022583127,0.022260267,-0.029108275,-0.0064996583,-0.03616019,0.015769105,-0.019864315,0.052031253,0.0042438945,-0.009065537,0.011767356,-0.050128084,-0.009864188,0.028003758,0.008288126,0.02888737,0.01322022,0.04105405,-0.005025553,-0.0039528967,-0.0024766673,-0.0013009937,0.008084216,0.034528904,-0.026984204,-0.013628042,0.01603249,0.06881991,-0.011172616,0.0130502945,0.0045752497,0.0044435575,0.0024278136,0.05281291,0.016499786,-0.0063339807,-0.004320361,-0.0017714755,-0.038879003,-0.041257963,-0.0008990132,-0.005802963,0.008568504,-0.0062660105,0.00070306764,-0.00951584,-0.026355477,0.015548202,-0.046763554,0.10025617,-0.0025701264,-0.01004261,-0.035310563,0.013814961,0.002943963,0.053696524,0.014588122,0.026525404,-0.06559133,0.012549014,0.008356097,-0.005203975,0.006287251,0.06780036,0.0076041757,0.003209472,-0.04309316,-0.040544275,-0.0006154497,0.015845573,0.01367902,-0.05240509,-0.030773547,-0.0007556384,0.03616019,0.038539153,-0.008092712,-0.06810623,0.0039082915,-0.015794596,-0.03891299,-0.044452567,-0.0019467114,0.024435317,0.0019169744,-0.0061428146,0.0075107166,-0.0400345,-0.022073349,-0.009125011,0.048156947,-0.01955845,-0.035922296,-0.0012723188,0.0010960208,0.0021856695,0.005454615,-0.010170054,0.08265187,-0.026202545,0.015471736,0.054104347,0.014171804,-0.020187175,-0.002053977,0.008262638,-0.039218854,0.010730809,-0.020068226,0.00055172754,-0.016015498,-0.075447015,-0.029465118,0.016576253,-0.00214425,-0.009481855,-0.00642744,-0.038199298,-0.0007285565,-0.03184408,0.016321365,0.046049867,0.045574076,-0.023619674,0.020476049,-0.046423703,0.002204786,0.024503287,0.045947913,0.037757494,-0.023653658,-0.016601741,-0.011809837,-0.0032349608,-0.049856205,-0.0115464525,0.02438434,0.051181626,-0.051215608,-0.020985825,0.074835286,0.039490737,-0.010093587,-0.041257963,-0.030620614,-0.017587312,0.009303433,-0.06827615,0.0056457818,-0.015616173,0.037383657,-0.008938093,-0.0028781167,-0.025692768,0.044146698,0.0075956793,0.021427631,-0.048938606,0.019371532,-0.02966903,-0.0046262275,-0.004791905,0.020102212,-0.027986765,0.0007933407,-0.04309316,-0.024860132,0.013823457,-0.034324992,0.0091504995,0.009175989,0.0010928347,-0.0060323626,-0.030688584,-0.05141952,-0.0036640232,-0.011444497,-0.013041798,-0.014851507,0.023976518,0.0005788095,0.0028993574,0.017298438,-0.0042375224,-0.0017693514,0.004309741,-0.012047733,0.03680591,-0.020798907,0.04513227,-0.018623859,0.0028335112,0.004876868,-0.021971395,-0.016431816,0.031283323,0.008980574,0.011096149,-0.00009564959,0.009898173,0.0057264967,0.0037681027,0.033849202,0.010926223,-0.0026402208,-0.05889625,0.05757083,0.0011438124,-0.038709078,-0.011860815,-0.0077443644,0.026338486,0.011537956,-0.009855691,-0.0046857013,0.024214413,-0.0111641195,-0.028700452,-0.034868754,-0.041122023,0.020985825,-0.011520963,0.00067386165,0.0012574503,0.02186944,0.028870378,0.009388396,0.0036385343,-0.018674836,0.0035981769,0.027799847,0.019252583,0.025675775,-0.011852318,0.002112389,0.004343726,0.0065421397,0.012447058,-0.006784284,0.013279694,-0.004515776,-0.023704637,-0.008113952,-0.036907863,0.0015994258,0.005709504,-0.029397149,0.015114892,0.047749124,-0.023041926,-0.034868754,-0.040952098,0.013509094,-0.024469303,-0.016975578,0.032880627,0.008793656,0.0076509053,-0.011937281,0.0050298013,0.019643413,0.02406148,0.016397832,-0.008317864,-0.020000257,-0.02854752,-0.025403894,0.034970712,-0.006979699,0.015327299,0.009566817,0.025098028,-0.015216848,0.0025382654,0.0535266,0.002497908,-0.027680898,-0.0118353255,-0.009668773,0.008810648,-0.015675647,0.012481043,0.018317992,-0.00044817905,0.027307061,-0.00087830354,-0.015480232,-0.0016461554,-0.03119836,0.05736692,-0.021325678,0.03106242,0.025607804,-0.026627358,0.00084325636,0.016244898,0.0069202245,-0.009498848,0.055225857,-0.018199043,-0.0074002645,-0.01351759,0.0141208265,0.014350226,0.027273078,0.002353471,-0.013441124,0.01427376,-0.0019488354,0.041427888,-0.012812398,0.022634104,0.0021230094,-0.0018033367,-0.048292886,0.031827085,0.0014369343,0.01857288,0.015726624,-0.0003690574,-0.008827641,0.0023725878,0.0075701904,0.015208351,-0.015199855,0.031164376,-0.01017855,-0.03046768,0.03891299,0.0044435575,-0.017587312,0.015471736,0.004046356,0.012039237,0.023755614,0.010484416,-0.0519293,-0.012523524,0.014673085,-0.01589655,-0.022311246,-0.028377594,0.012438562,0.0022515156,0.0026954466,0.030943472,0.016287379,-0.0059941295,-0.015837077,0.0082074115,0.016049484,-0.0058411965,-0.009898173,-0.021954402,-0.028020749,0.008483541,-0.03403612,-0.046423703,0.020934848,0.009065537,-0.037553582,0.013814961,-0.003927408,0.021648536,-0.0012903734,-0.011053667,-0.047681153,-0.006729058,0.026610367,0.015182862,0.031470243,-0.004554009,0.01818205,-0.0738837,-0.014086842,-0.03106242,-0.035990264,-0.013755486,0.018334985,-0.013560072,0.02966903,0.015505721,-0.030654598,0.04401076,0.014171804,-0.014078345,0.018351978,-0.01811408,0.019541457,-0.03554846,0.045166254,0.020136196,0.014978952,-0.0022069102,-0.0032774422,-0.005356908,0.028020749,0.017094526,0.038743064,0.012200666,0.015123389,-0.014265263,0.01024652,0.027867816,-0.003574812,0.011903296,0.015913542,0.035514474,-0.057502862,-0.005989881,-0.045574076,0.02895534,-0.029838955,-0.0014369343,0.0007885615,0.02564179,0.024146443,0.015845573,-0.005985633,-0.0051360046,-0.023194859,-0.012319614,-0.02452028,0.011741866,0.007514965,-0.029482111,-0.026185552,0.008551511,-0.0023598433,-0.035854325,-0.0048046494,-0.007893049,0.0077443644,0.018776791,-0.07836974,-0.05498796,0.028836394,-0.0034877253,-0.035650413,0.0017459866,0.023585688,-0.02326283,0.004195041,0.017672274,0.021223722,-0.022566134,0.0039720135,-0.0237896,-0.005021305,-0.024265392,0.022328239,0.026338486,-0.025930664,0.005977137,-0.014732559,-0.02644044,0.027290069,0.027443003,-0.025233967,-0.028717445,-0.0011300059,-0.011809837,0.021240713,-0.0063892067,0.01248954,-0.017026557,-0.024860132,-0.0034940974,-0.0258457,0.014571129,-0.009592307,0.0021346917,0.04373888,-0.020323114,-0.0062957476,-0.03311852,0.017961148,-0.041597813,0.009473358,-0.044180684,0.024367347,-0.0009786659,0.028020749,-0.0061513106,-0.017145505,-0.011928785,0.003305055,0.012956835,-0.030314747,0.029108275,-0.018097088,-0.007791094,0.0029821962,-0.018861754,-0.018351978,-0.001604736,-0.0024214415,-0.041020066,-0.01665272,0.0001766962,-0.00315637,0.033815216,-0.016865127,0.028513534,0.030722568,0.063484244,0.011988259,-0.0012967456,-0.0032795663,-0.025216976,0.0030692832,0.025947656,0.03622816,-0.042923234,-0.014860003,-0.014817522,0.0042035375,0.045777988,-0.01024652,-0.0031393776,-0.0041419393,-0.024537273,0.050875757,-0.0012468299,0.068616,0.01610046,-0.0028717446,-0.01731543,-0.010212535,0.008377338,-0.020408077,-0.011393519,0.015352788,0.018742805,0.014086842,0.013899923,-0.0068310136,0.0059558963,0.01823303,0.012820895,0.001902106,-0.0015994258,0.0003332137,-0.03456289,-0.019201605,0.01388293,-0.003836073,0.03904893,-0.027001195,0.0258457,-0.012387584,-0.02399351,0.015514217,0.012285629,0.016142942,0.02994091,0.008071471,0.009184484,0.012277133,-0.012498036,0.017825207,-0.02934617,0.02214132,-0.019643413,0.018810777,0.027392024,0.023687644,0.033662282,0.030161813,0.037383657,0.009048544,-0.004583746,-0.017187987,-0.004343726,0.04091811,-0.016117454,-0.02305892,0.022413202,0.0040357355,0.002347099,-0.015633166,-0.0053823967,-0.038879003,0.018300999,-0.0057264967,0.03323747,-0.022345232,0.031946033,-0.002531893,0.031113397,-0.01017855,-0.05240509,-0.00017935128,-0.012404577,0.009065537,0.010883742,0.014435189,-0.0372817,0.0035578196,-0.0005121667,0.00084113225,0.0019318429,0.029363163,-0.019371532,-0.0083985785,-0.017553326,0.007956771,-0.0021792972,0.05135155,-0.013942405,0.024197422,0.035854325,0.0012298373,0.041122023,0.003060787,0.015106396,-0.010858253,0.028326616,0.028870378,0.013551575,-0.009371403,0.007349287,0.018844761,-0.0038530654,0.03734967,0.008041734,0.011928785,-0.017723251,0.009048544,0.016210914,0.018674836,-0.02120673,0.0008406013,-0.02491111,-0.02326283,-0.013984886,0.052439075,0.010373965,0.0066823284,0.0060748444,-0.040000513,-0.002410821,-0.010305994,0.022413202,0.014978952,-0.010960208,-0.02854752,-0.005794467,0.009541329,0.024350354,-0.013441124,0.015794596,-0.02518299,-0.046899498,0.0024278136,-0.026865255,-0.038777046,-0.0052889376,-0.011903296,-0.020544019,-0.05206524,-0.039864574,-0.022175305,0.025947656,-0.005293186,0.04995816,0.012710443,-0.0026189801,-0.005972889,-0.007786846,0.009745239,-0.009498848,0.03053565,-0.011656904,-0.012158184,0.0048343865,0.0035875565,-0.033798225,0.016856631,0.0111641195,0.05281291,0.029363163,0.013687516,0.01777423,-0.013840449,0.020000257,0.020374093,0.0028398836,0.0006605862,0.023517719,-0.0048896126,-0.0057307445,0.01566715,0.002648717,-0.018725814,0.0013933908,0.039320808,-0.027510973,-0.006040859,0.0054588635,-0.027290069,0.00928644,-0.02147861,0.029957904,0.007017932,0.0037957155,0.021750491,0.025692768,0.007676394,0.029499104,-0.015072411,0.0052209673,0.020934848,-0.0037872193,-0.0054886006,0.033730254,-0.009379899,0.01804611,0.0065931175,-0.00033852388,-0.028343609,-0.019405516,0.0051954784,-0.0062022884,0.03687388,-0.0112915635,0.025862694,0.010679831,0.015769105,-0.01054389,-0.031215353,-0.009345914,0.025335923,0.031283323,0.035854325,0.028190676,0.011605926,0.0031032683,0.027392024,0.017672274,0.021529587,-0.0035875565,0.011554948,0.0038551895,-0.030994449,0.03687388,0.014707071,-0.0015877434,0.00044791357,0.009838698,-0.013959398,0.021920417,-0.00683951,-0.011232089,0.0009786659,0.014511656,-0.0035514473,0.016142942,0.007565942,-0.010339979,0.027290069,0.030297754,0.00315637,-0.002648717,-0.00148685,-0.015811587,0.004736679,0.015752114,-0.035718385,0.0017714755,-0.024027495,0.0058242036,0.008373089,0.0075999275,-0.010688327,0.020968832,-0.01001712,0.023381777,-0.002648717,0.0127784135,0.0104759205,0.036635984,-0.0066525918,0.014197293,0.09006063,-0.017128512,0.027680898,-0.03918487,0.016270386,0.007489476,0.0066780807,0.03694185,-0.032812655,-0.015862565,-0.004127071,-0.028598497,0.0052889376,0.0149194775,0.01299082,-0.00779959,-0.010560883,0.00088839285,-0.019847322,-0.012616984,0.031810094,0.027443003,0.015616173,0.014333234,-0.02411246,-0.025760738,-0.019371532,0.012464051,0.0029121018,0.026627358,0.025675775,0.031079413,0.010272009,0.025132013,-0.012005252,0.016142942,-0.020272138,-0.0003180797,0.007468235,-0.031368285,-0.016287379,-0.023959525,0.015123389,-0.025030058,0.004046356,-0.011351038,-0.013186235,0.013560072,-0.024010504,-0.032132953,-0.03046768,0.03119836,0.022107335,0.014741056,0.011588934,-0.0056712707,0.039082915,0.016593246,0.007200602,0.00081033324,-0.012888866,-0.01404436,-0.028564513,-0.018334985,-0.0015272073,0.01708603,-0.02570976,-0.0133221755,0.007446994,0.008912603,0.0057052555,0.019252583,0.040748186,0.014978952,0.02511502,0.022022372,-0.007591431,0.018267013,0.016397832,-0.012812398,-0.02570976,0.009719751,-0.019932287,0.032591753,0.008492038,0.024486296,0.0094223805,0.027409017,-0.0029205983,0.020645974,-0.037961405,0.0035004697,0.0076678977,-0.0015399518,-0.011605926,0.015709631,-0.030960465,0.015055418,-0.007565942,-0.01923559,-0.0028462557,0.020136196,0.025726752,0.019422509,-0.013373153,-0.008079967,-0.037111774,-0.016975578,-0.014214286,-0.022583127,-0.006864999,-0.009847195,0.02518299,-0.026559388,0.036635984,-0.00018877684,0.0021060167,-0.017323926,0.010416446,-0.04489437,0.015862565,0.02591367,0.00875967,-0.017621296,-0.004541265,0.03602425,0.009915166,-0.017052045,0.038233284,-0.015811587,-0.004813146,0.0027251835,0.015225343,-0.019575441,-0.009864188,0.017357912,-0.018334985,-0.02550585,-0.010654342,0.009830202,-0.030144822,0.013865938,0.02518299,0.008330608,-0.0037468618,-0.008538767,-0.021682521,0.00042109715,-0.003477105,0.014724063,0.0032880625,0.02300794,0.019014686,0.0035599438,-0.01107066,-0.012897361,0.019490479,0.014443685,-0.020849885,0.0012744429,0.0013806464,-0.00048322623,-0.0016429692,-0.014095338,0.044656478,0.0014624231,-0.012472548,0.014715566,0.0034601123,-0.024231406,0.018385962,-0.018470924,-0.029923918,0.010153062,0.009473358,-0.01219217,-0.0007216533,-0.0053739008,0.0055820597,0.00850903,-0.009991632,-0.0072133467,-0.00018373218,0.020645974,0.037553582,0.0102210315,0.011172616,-0.02406148,-0.0026550891,-0.0031117646,0.026882248,0.033747245,0.030875502,0.02921023,0.011240586,-0.03463086,-0.006393455,0.0043246094,-0.034189053,0.041223977,0.0046899496,-0.023228845,0.008445308,0.0052209673,-0.01500444,0.0032009755,-0.018538896,-0.029091282,0.02220929,-0.00062288396,0.016508283,0.020628981,-0.019677397,0.0081904195,0.0029248463,0.02220929,0.006966954,0.055667665,0.053900436,-0.03680591,0.0347668,-0.029601058,0.02438434,-0.048394844,0.033798225,0.02161455,0.07531107,-0.015871061,-0.010144565,-0.004156808,0.03429101,-0.01903168,0.0060238666,-0.0050382973,-0.030110836,0.021172743,-0.011410511,0.008836137,-0.0024639228,-0.012328111,0.004135567,0.010085091,0.012599992,-0.024282385,-0.00779959,0.013356161,-0.012616984,0.020679958,-0.0046772053,0.003515338,0.009991632,0.023296814,0.00006451867,-0.023092905,-0.008708693,0.0005214595,0.014486167,-0.041903682,0.002975824,0.0053144265,-0.023568695,-0.017094526,-0.005203975,-0.020340107,0.0033730255,0.016202416,0.034324992,0.0111641195,-0.042719323,0.0053101783,-0.014222782,0.009439373,0.011852318,-0.018470924,-0.03554846,-0.013560072,-0.0068862396,0.008836137,0.009328921,-0.027867816,-0.017689267,-0.012039237,-0.019048672,0.013075784,0.025998633,-0.0070009395,0.0043118647,-0.017349415,0.006903232,0.015505721,-0.0052124714,0.019456495,-0.012217659,0.030705577,0.009898173,0.01745137,0.011427504,0.00028250148,0.0053314194,0.010433438,0.004902357,0.0028356353,0.0024915359,0.005777474,0.019473486,0.0027612927,0.00981321,-0.0017651033,-0.019728376,0.032761678,0.01635535,0.0079355305,-0.0011459365,0.011537956,-0.0013466612,0.0040612244,0.012676458,0.0030246777,-0.029465118,0.005985633,-0.0072855647,0.003778723,0.044044744,0.033662282,-0.005654278,-0.00019554733,0.025624797,-0.02822466,0.01681415,0.0030862757,0.009235462,0.022566134,0.07680642,-0.011622919,0.02961805,0.0023279823,0.023279823,-0.008122449,0.030960465,-0.0037107528,-0.006690825,-0.022498164,0.01248954,0.024996072,-0.0031754868,0.024605243,-0.007553198,0.0010190232,-0.020408077,-0.013254206,0.0356844,0.048190933,0.02273606,0.011860815,-0.042481426,0.019252583,0.02564179,-0.007047669,0.0066780807,-0.0078123347,-0.005556571,-0.05094373,-0.050739817,0.003689512,-0.025437878,0.05644932,-0.030756554,0.026423449,0.01070532,0.0062405216,0.018997695,0.0089211,0.01411233,0.0042969966,-0.0060238666,-0.022905987,-0.021036804,0.014384211,-0.015114892,-0.03457988,0.03959269,0.02776586,0.017417386,0.011257579,-0.013509094,-0.0030289257,-0.02497908,-0.007910042,-0.029397149],"social":"https://twitter.com/yourzhak"},{"title":"hit me up (formerly wittiwhiz)","description":"your personal wingman for social media interactions","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=xvjI0qheYac","youtube_transcript":"Hello, Bill Space community. I am Marco. I'm the cocreator of eat me up. We are helping teenagers express themselves better on social media. Our tool is like a personal friend slash cos writer for your chats, suggesting responses based on the tone and the conversation. Whether you're trying to roast your friends, impress your crush, or simply chat more confidently. These two is for you. Let's see how this works. Say you're texting someone in in your initial or out to respond. We've eaten me up. You can specify the two new ones like friendlies or castic, flirty, etcetera. Our tool would suggest a suitable response. Soon, you'll be able to select the emotion you want to focus well. And if you're the admin of someone, for the first time, our app can analyze public tweets suggesting a new topic of interest to help you kick start the conversation. We can understand nuances, making your interaction more natural and authentic. Let's use this tweet. Six weeks, we've developed a functioning MVP with two active better users who have seen a real improvement in their social interaction. And we are all set to next big steps, which are expanding the use base, creating buzzword, Twitter, Instagram, and TikTok, as soon as the Chrome extension we're gonna eat the the store. If you're ready to announce your social conversation, let's DM us for exclusive better access. With eat me up, you can bring confidence and fun back to your chats.","embedding":[0.041535854,0.013920587,-0.013258444,0.04184745,0.004081918,0.0010876675,0.02734262,0.062132403,0.008436483,0.017309202,0.009231055,-0.053127255,-0.015782379,-0.01763638,0.017605219,0.03393289,-0.01076567,-0.016265353,-0.007096617,0.046988796,0.025550937,0.036238708,-0.0023097112,0.04172281,0.026470149,-0.0031101257,-0.028822703,0.06761651,-0.009363484,-0.029430317,-0.030661125,-0.03218795,-0.003939752,-0.007953509,-0.016296513,-0.01959944,-0.01648347,0.021609237,0.0038715901,0.017355941,-0.03309158,0.0131649645,0.05655482,0.030349528,-0.07048319,-0.0110538965,-0.06154037,0.06643244,0.04586705,0.004377935,-0.04546197,-0.004377935,-0.00062319357,0.04387283,-0.013250654,-0.041473534,-0.01364794,0.031549174,-0.019085305,0.04973085,-0.0028842178,0.022575188,0.004167607,0.0025706736,-0.030832503,-0.011957527,-0.00727968,0.013126015,0.0062825703,0.039572794,0.055900466,0.02245055,-0.040694542,-0.009425803,-0.0115290815,-0.057333812,0.01556426,0.00015506809,-0.011349914,-0.056897577,0.018929506,0.012237964,-0.014107545,0.008989568,-0.046957638,0.007384844,-0.02517702,-0.029726334,-0.030302789,0.023883894,0.0077470755,0.032748822,-0.04779895,-0.0022123372,0.06892521,0.0067032264,-0.060075864,0.035241596,0.029913293,0.025691155,0.028121611,-0.06253748,-0.015836908,-0.024148751,0.036269866,-0.023619037,0.021702716,0.007221256,0.046957638,0.024179911,-0.09098627,0.03810829,-0.0005837571,-0.030240469,0.005896969,-0.016265353,0.039572794,-0.060325142,-0.010313854,-0.031938672,-0.035490874,0.015743429,-0.017776597,-0.027124502,0.007486113,-0.035241596,-0.043374274,-0.0070732473,-0.009620551,-0.018041454,-0.018103775,0.012744309,0.06518605,-0.033496656,-0.0120743755,0.015759008,-0.045493133,-0.0068979743,-0.033683613,0.0015443517,0.026953124,-0.056056265,-0.036674943,-0.0075289574,-0.044090945,-0.09136018,-0.051226515,0.008000248,-0.048079386,-0.020970464,-0.009332324,0.011536871,-0.062568635,0.004560998,0.021874094,-0.03608291,0.0041364473,0.036487985,-0.03773437,-0.03866916,0.013507721,-0.039105397,-0.016763907,-0.022621928,-0.021624818,0.061883125,-0.036020588,0.0037002119,-0.055152632,-0.02916546,-0.030972721,-0.031938672,-0.028931763,-0.008194996,-0.029804233,-0.04016483,-0.0006470502,-0.08244851,-0.011069477,-0.010181425,0.009854249,0.050977238,-0.0008232972,-0.006457844,-0.016374411,-0.042190205,-0.028994082,0.0036378927,-0.008514383,-0.023696937,-0.02924336,0.056835257,0.018867185,-0.026797324,0.031533595,-0.049512733,0.058268603,-0.02146902,0.016343253,0.0030731235,0.02422665,0.014434721,0.046677202,-0.005943709,0.030411847,-0.010220375,-0.010298274,0.03891844,-0.01668601,0.021188583,0.105569,-0.0038521155,0.02533282,0.014053016,-0.06443822,-0.00870134,-0.026641527,0.028479947,0.010274905,0.049263455,-0.04773663,0.040663384,0.06892521,-0.033839412,0.0014615838,0.029835394,0.056835257,-0.083258666,0.00092894793,0.025613258,0.023603458,-0.0098931985,-0.0044013048,-0.033964053,0.032437228,-0.027404938,-0.007003138,-0.024553828,0.02528608,0.018399792,0.01743384,0.001089615,-0.00047055984,0.038139448,0.047331553,0.015953757,-0.04477646,-0.08026733,-0.029819814,0.03801481,0.057832368,0.024148751,0.034680724,-0.0052737757,0.057707727,-0.03147128,0.037672054,0.03773437,0.0072485204,-0.0020799087,0.018088194,0.017465001,-0.029757494,0.024242232,0.0073419996,0.00069719786,0.009714031,-0.014746319,0.0010701403,0.010197005,-0.017013185,-0.03321622,0.02626761,0.02142228,-0.018275153,0.0122145945,0.014045225,0.039105397,0.0022162322,0.01265862,-0.015190344,-0.02028495,0.02040959,-0.034774203,-0.00014898222,0.00009780001,0.03221911,0.01854001,-0.020051254,0.012105536,0.008358584,-0.022606349,0.022855625,0.009815299,0.046116326,0.04284456,0.06587157,-0.026563628,0.0008257315,0.038544524,0.011451182,-0.037048858,-0.0062592006,-0.019879876,0.032686505,0.038700324,-0.006730491,0.034774203,0.0021032784,-0.0060878224,0.0031257053,-0.0025589888,0.020051254,-0.044153266,-0.031611495,-0.015922597,0.045960527,0.04374819,0.0067616506,-0.007123882,-0.015751218,-0.03120642,0.0044246744,-0.038077127,0.006874604,-0.016312093,0.03309158,-0.013702469,0.00781329,-0.03013141,0.045804728,-0.036269866,-0.005616532,0.011934157,0.062693276,-0.019163202,-0.0028004763,0.013679099,0.007123882,0.07659049,0.0009430672,-0.0489207,-0.046240967,0.0015180607,0.02531724,0.03695538,0.002584306,-0.0024148752,-0.006157932,0.047175754,-0.009636131,0.0023194486,0.023977373,-0.05340769,0.012370393,-0.019350162,-0.0011889365,-0.022014314,0.03608291,-0.015688898,-0.018898346,0.032000992,0.013694679,0.029539376,0.01465284,-0.0014440564,-0.04571125,-0.021702716,-0.014535991,-0.011552451,-0.01751174,0.014411352,0.022263592,0.008662391,-0.044558343,0.035241596,-0.004969969,0.035864793,0.008288475,0.04932577,0.041411214,-0.00022444707,-0.047051117,-0.01063324,0.010944838,0.001239571,0.027856754,-0.029882133,-0.04384167,-0.0044714143,0.032530706,0.004580473,0.005947604,-0.047362715,0.047238074,0.02533282,0.07459627,0.025800215,-0.021593658,-0.0027673692,0.014660629,-0.009955518,-0.04356123,0.013460982,-0.018010294,0.010835779,-0.008709131,-0.045430813,0.042221367,0.04483878,0.03109736,-0.040756863,0.04571125,0.042003248,-0.0003580929,-0.006302045,0.0019942196,-0.00877924,0.038451046,0.06506141,-0.03115968,-0.08637463,0.00438183,0.014863167,0.029477058,0.021484599,0.045306176,-0.02252845,-0.023587877,-0.02146902,-0.03708002,0.001880292,0.03611407,-0.030567646,-0.005343885,-0.026438989,0.016888546,0.07503251,0.041068457,0.0035755732,-0.031284317,-0.003067281,-0.0061618267,-0.008405324,-0.013499931,-0.009254425,-0.047549672,0.018446531,-0.02031611,-0.016950866,-0.021048363,-0.031767294,0.014964436,0.056617137,-0.039385837,-0.021718297,-0.0003617444,-0.0038774328,0.049450412,-0.016826227,-0.04396631,-0.0006859998,-0.058735996,0.023151642,0.050042447,-0.010298274,-0.001190884,0.01562658,0.024102012,0.0065630074,0.010313854,0.030349528,0.0070537725,0.045648932,-0.030848084,-0.030037932,0.030879242,0.0070615625,0.012471662,0.008810399,0.010259325,0.028573427,-0.00037172524,0.024912164,0.011030527,0.015938176,-0.021796197,-0.047985908,-0.0098931985,-0.01744942,0.008350794,0.030458586,0.014660629,-0.020004515,0.03773437,-0.021951994,0.008249525,-0.05153811,0.00875587,-0.011513501,-0.0007970062,0.005667167,-0.011139586,0.101393595,0.0036301026,-0.020534229,-0.029928872,-0.026096232,-0.020238211,0.048110545,-0.011201905,-0.044122107,-0.004202662,0.014053016,-0.014450301,0.018680228,0.0054568388,0.048951857,-0.0023506084,-0.0051062927,-0.009566022,0.01065661,-0.015766798,-0.004183187,-0.0060917176,-0.03411985,-0.041130777,0.0064344737,-0.05748961,-0.00976856,0.008646811,-0.023821576,0.019895455,-0.011077266,-0.028464368,-0.0050790277,-0.04589821,0.010204795,-0.027950233,-0.018166093,0.033683613,0.023805995,0.05449828,0.009129786,-0.013281814,0.024818685,0.0015920649,0.009145366,0.017013185,-0.015385092,0.020144733,-0.021733876,0.063721545,-0.016467892,0.01262746,0.014660629,0.017776597,-0.044527184,0.022279171,0.016389992,-0.004560998,-0.031767294,0.023447659,0.022575188,-0.015408462,0.013476562,-0.007193991,0.014310083,-0.03598943,0.004311721,0.015011176,0.0037021595,0.009137576,-0.04371703,0.023712516,-0.0077548656,0.01558763,0.02731146,-0.04384167,0.000101877544,-0.05546423,0.0022649192,-0.007404319,0.017854497,-0.0017254673,0.017854497,0.025971593,-0.0031412852,-0.008693551,0.027155662,0.010820199,-0.018976245,0.041255414,0.03898076,0.015945965,0.013016956,0.0030867558,-0.029804233,-0.025878115,-0.012105536,0.009612761,-0.0026544153,-0.023899475,-0.028106032,-0.01554868,0.03306042,-0.00731863,-0.00972182,0.008272895,0.003209447,-0.007501693,0.021842936,-0.013040326,-0.052815657,-0.0002677785,0.04290688,0.0073147346,-0.0029387474,0.03108178,0.000674315,0.0037352666,-0.01849327,0.029991193,-0.0018345262,0.0030867558,0.010391753,-0.009503703,-0.043280795,0.007824975,-0.015821328,0.036332186,0.015392882,0.01949038,-0.0015297455,-0.014473671,0.013297393,0.0001816025,0.045119215,-0.018680228,-0.029804233,0.016795067,-0.018726967,0.003928067,0.0053049354,-0.011871838,-0.004409095,0.0017196249,-0.0030867558,-0.0008194022,-0.0043195104,0.002385663,-0.028370889,0.035553195,-0.02634551,-0.0030458588,-0.01367131,0.006707121,0.0155564705,0.004486994,0.004580473,0.022824466,0.04864026,-0.00073468685,-0.018243993,-0.022824466,0.045586612,-0.0048102755,0.00875587,0.0052932505,0.0194748,0.01560321,-0.00045254568,0.020596549,-0.030785764,0.042564124,-0.018555589,-0.0073809493,-0.056772936,0.038575683,-0.0019182678,-0.012861158,-0.0018393948,-0.014403562,-0.029134301,0.05546423,0.03147128,0.023089323,0.0038190084,-0.009542652,-0.011030527,-0.019272262,0.009503703,-0.007591277,0.0029484846,0.022076633,-0.020814667,-0.018789288,0.022014314,0.0057294862,-0.05920339,0.0045220484,-0.00978414,-0.029710755,0.013274023,-0.02245055,-0.029025242,0.015385092,0.0031958146,0.008031407,0.024678467,-0.014691789,-0.01561879,0.027482837,0.045368493,-0.00017344744,0.011864048,-0.022902364,-0.015907018,0.033683613,-0.002648573,0.028916184,-0.0024927743,-0.024569407,-0.014006276,0.031502437,0.005647692,0.027919073,0.009145366,-0.02332302,-0.015400671,0.009153156,0.018166093,-0.003692422,-0.03025605,-0.0082573155,0.015642159,-0.010376173,-0.03402637,-0.032811143,-0.020253792,-0.018711388,0.017698698,-0.0020370642,0.014169864,-0.0059826584,-0.00969066,-0.0045220484,0.01076567,-0.03206331,-0.00020363338,-0.013811528,0.017153405,0.0021344381,0.03109736,-0.033964053,0.013795949,-0.022824466,-0.0001071114,-0.014263343,0.060886014,0.022076633,0.026220871,-0.041193098,-0.00025658048,0.0053244103,-0.0027011547,-0.01649905,-0.0047985907,0.010056786,0.0004303931,-0.010586501,-0.029414738,0.0045220484,-0.013040326,0.03789017,-0.0407257,-0.008584492,0.049450412,-0.018150514,-0.0031821823,-0.0048687,0.03203215,-0.008381953,-0.04599169,-0.008296264,-0.030972721,0.048172865,-0.04664604,0.01163814,-0.0123548135,-0.011147375,0.0069719786,0.0033165584,-0.030022351,0.01265083,0.032530706,-0.004311721,-0.046521403,-0.029025242,0.019428061,-0.0030049616,-0.0045259437,-0.012183435,0.0073342095,0.015338353,-0.000599337,-0.023541138,0.034556083,-0.029258939,0.017916815,-0.027155662,-0.0113187535,-0.036425665,-0.0013126015,0.019911036,0.01355446,0.011248644,-0.022232432,-0.01063324,0.0020390116,0.029928872,-0.01558763,0.0066759614,0.0035969955,0.028822703,-0.009044097,-0.022917945,-0.0068473397,-0.023213962,-0.03006909,-0.0035755732,0.011225275,0.0013447349,-0.0026641525,-0.002175335,-0.005277671,-0.029819814,0.00879482,-0.020861406,0.026657106,-0.024943324,-0.024195492,0.011116216,-0.016171874,0.007801605,-0.00088172156,0.019630598,-0.033901732,-0.0051140822,0.0068512345,0.0103683835,-0.014972226,0.025784636,-0.006235831,0.015166975,0.029367998,-0.004292246,0.0099633075,-0.02536398,0.0005194903,-0.017714279,0.037111178,-0.009441383,0.024211071,0.060480937,-0.03424449,0.022279171,0.0064033144,0.035740152,0.009355694,-0.033745933,0.02436687,-0.016826227,-0.012868947,0.04166049,0.01170046,-0.0068200747,0.015868068,-0.04275108,0.04007135,0.03982207,-0.016872967,0.0021130159,-0.008529962,-0.013866058,0.011349914,-0.013351923,0.03994671,-0.0120042665,0.000050938772,-0.029570537,-0.026703846,-0.007493903,0.006527953,0.018275153,0.06122877,-0.009566022,0.010267114,0.018290732,-0.019396901,-0.018025875,-0.013795949,-0.031502437,-0.011505712,0.0035444135,-0.0013447349,0.013024746,0.0022201273,0.010181425,0.0034840417,0.018243993,-0.009488123,0.031440116,-0.0065863775,-0.01554868,-0.015011176,0.0052543012,0.012557351,0.027155662,0.003935857,-0.049107656,-0.012308073,-0.018836027,0.0054178894,-0.015237084,-0.003914435,-0.038513366,0.01452041,0.03714234,0.042969197,0.010306064,0.030536486,0.021765037,-0.004670057,0.0071005123,0.022575188,0.04315616,-0.0015550628,-0.010898098,-0.0035658358,0.0004569275,-0.029461477,-0.014668419,0.00316076,-0.00292122,-0.0028491633,0.0038657477,-0.009869829,0.0068784994,-0.0032386591,0.03424449,-0.0029445898,0.024086433,-0.02327628,-0.0014479514,-0.0044986787,0.014286714,0.017916815,0.03898076,0.018259572,0.00073566055,-0.001606671,-0.011801729,-0.021204162,0.013811528,-0.004206557,0.026688267,-0.0011801729,0.02430455,0.035210438,0.0036690524,0.043187317,0.020378431,0.035740152,-0.0071628313,-0.01367131,0.0105086025,0.0068551297,0.016374411,-0.00043574866,0.01949038,0.02238823,-0.03695538,-0.014294503,-0.021749457,-0.012783258,-0.02252845,0.016966445,-0.0036223128,-0.0020429066,0.013016956,-0.01656137,-0.061727326,0.01766754,0.011038316,-0.023634616,-0.011381073,-0.0076497016,-0.0010068471,0.029913293,-0.025270501,-0.038451046,0.018025875,-0.035303917,0.0021480704,-0.048204023,0.025878115,-0.011902997,-0.023728097,-0.03779669,-0.013422032,-0.021983154,0.015050125,0.011513501,0.016109554,-0.02533282,-0.020814667,-0.0019465062,-0.011022736,-0.04396631,0.025005642,-0.015143604,0.022466129,-0.025519777,0.005441259,-0.008280685,-0.005145242,-0.0059670787,-0.0014460039,-0.003180235,-0.023058163,0.038513366,0.016140714,-0.0025083541,-0.023291862,0.015377302,0.024491508,0.0047323764,0.004950494,0.0036671048,-0.016514631,-0.01654579,0.00048297504,0.028698064,0.022590768,0.026672686,-0.046895318,-0.0065824823,0.010960418,0.004989444,0.013873847,0.033029262,0.026501307,-0.0123548135,0.00269726,-0.008935038,-0.036456827,-0.012845578,0.0046272124,0.022902364,-0.041629333,0.0067538605,-0.0034723568,-0.012837788,0.0022006524,0.0019718234,0.0051023974,-0.0148709575,0.010267114,0.020238211,0.013172755,0.009340114,0.009908779,-0.010329434,-0.032779984,0.014045225,0.0051296623,0.0047206916,0.012051006,-0.005639902,0.011840679,0.02340092,0.047300395,-0.0040585482,-0.03187635,0.02824625,0.022201272,-0.03695538,0.028339729,-0.020845827,0.029523797,0.018960666,0.0011899102,-0.019973354,0.007953509,0.0410373,0.012284704,-0.024818685,0.012806629,-0.02238823,0.021827355,0.010010047,-0.019739658,-0.010773459,-0.0034859893,-0.004409095,0.023883894,-0.025067963,0.01071114,0.012323653,-0.011918577,-0.0049271244,0.013718049,0.012393762,0.00881819,-0.01069556,-0.0013797896,0.012868947,0.033839412,0.0058346502,0.048422143,-0.030957142,0.027202401,0.012572931,-0.0024207176,0.009425803,0.009643921,0.045119215,-0.018602328,0.023743676,-0.006243621,-0.04293804,-0.025052384,0.0017274148,0.036425665,0.0043389853,-0.0024401925,-0.013858268,0.0015784325,0.0019718234,0.03502348,-0.013079275,0.0046350025,0.0016943075,-0.0042221365,0.0015209819,-0.010048997,0.09036307,-0.028900603,-0.004494784,0.009675081,0.037266977,0.0144658815,-0.034213327,0.054872196,-0.0032873463,-0.007306945,-0.014060806,-0.013133805,0.015268243,0.0023798204,-0.028589007,-0.019661758,-0.015836908,-0.001142197,0.017059924,-0.039105397,-0.009121996,0.008491013,0.019755237,0.021219742,-0.02146902,-0.017901236,0.043311954,0.00035225044,-0.017885657,0.010524182,0.007482218,-0.011326544,-0.018960666,0.03982207,0.013406453,0.00092213176,-0.048141707,0.011201905,0.029866554,-0.03206331,0.008358584,-0.026174132,0.019256683,-0.010181425,0.003696317,-0.01458273,-0.014006276,0.008358584,-0.051070716,-0.015166975,-0.0003269332,0.030832503,0.02031611,0.028106032,0.010298274,0.003302926,0.008483223,0.03228143,0.02150018,-0.009971097,0.000060524028,0.05169391,-0.018181672,-0.006243621,0.000719107,0.017979136,-0.00041554353,-0.011926368,0.02723356,0.026999863,-0.010524182,0.007092722,0.0021519654,-0.01363236,0.009924358,-0.013118225,0.015610999,0.004311721,0.053158414,0.0068512345,0.02330744,0.010010047,0.0014255553,0.011396653,-0.01071893,0.015307193,-0.007567907,0.049014177,0.014660629,0.02625203,-0.0074393735,0.0014236079,0.009028518,0.019708497,0.028386468,-0.003996229,-0.005180297,0.007560117,-0.009558232,-0.027965812,0.003935857,0.026999863,-0.005156927,-0.0030244365,-0.0328423,-0.019100884,-0.033403177,0.0004167607,0.007969088,0.0008257315,0.012424923,0.011864048,0.0050985026,0.03126874,0.014551571,0.0012298336,0.005713906,0.0026719426,0.0052815657,-0.056025103,0.01270536,0.03773437,0.021048363,-0.010321644,-0.000432584,0.017091084,0.02340092,-0.0068668146,0.005947604,0.023058163,-0.032593027,0.005246511,0.043249637,-0.016467892,-0.01766754,-0.00875587,-0.044402543,-0.03105062,-0.019942194,-0.0016008286,-0.020783506,0.025114702,-0.00088318216,-0.011786149,-0.0077314954,-0.0052543012,0.00020022529,0.01457494,0.021936415,0.00026534416,0.023151642,0.01649905,0.027716536,0.015314982,-0.010197005,-0.0049427045,-0.018181672,-0.0124794515,-0.001655358,-0.023541138,0.0028472159,-0.02433571,0.009612761,0.004455834,0.028713645,0.017309202,-0.0010195058,0.013102645,-0.02435129,0.004989444,0.00038852225,-0.025582097,-0.022014314,-0.0054957885,0.017745437,-0.011412233,0.007844449,0.037422776,-0.010267114,-0.0037099493,0.005565898,0.02544188,-0.0047323764,0.00979972,0.011162955,0.0036534725,0.0076302267,-0.010064577,0.0013992643,-0.0048063807,-0.010181425,-0.023058163,-0.02731146,0.024086433,0.026049493,0.025161441,-0.00966729,-0.051319994,-0.0067889155,0.04701996,-0.021359961,-0.03997787,-0.01069556,0.022902364,-0.004631107,0.059857745,-0.023743676,-0.020986045,0.0010419018,-0.0055074734,0.01758964,0.010173636,-0.008163836,-0.0011314859,0.04592937,-0.0025706736,-0.016280932,0.027420519,0.0039163823,-0.04465182,0.00145282,-0.028885024,0.016296513,-0.041348897,-0.0067733354,0.021655977,-0.012471662,-0.008132677,-0.004416885,-0.0088026095,0.047238074,-0.0019231365,-0.006340995,0.05443596,-0.027747694,0.0143256625,-0.017496161,-0.044059787,0.020004515,0.004377935,-0.02335418,0.004370145,-0.011069477,-0.0151513945,-0.014473671,0.033527814,-0.0037469515,0.034337968,-0.018150514,-0.025769055,0.0047401665,-0.0014839798,-0.016312093,0.0017254673,0.0072679953,-0.0033282433,0.015034545,-0.019365741,-0.022170112,-0.024834264,-0.04203441,0.011848468,0.017465001,-0.018166093,-0.03424449,0.018680228,0.034400288,-0.019817557,0.0079067685,0.026859645,0.0070810374,-0.0030497536,0.014278923,0.025644416,0.010041207,0.0018335524,0.010251535,-0.006843445,-0.01956828,-0.028900603,-0.013507721,-0.016795067,-0.004264981,0.016031655,0.004969969,-0.016312093,-0.0001529989,-0.023805995,0.0069602933,-0.0066837515,0.023603458,-0.00025219866,-0.021063944,0.030474167,-0.024974484,-0.0050712377,-0.019848716,-0.023027003,-0.01063324,-0.010041207,0.024211071,-0.006333205,0.0054568388,-0.026142972,0.022949105,0.031642657,-0.0017108612,-0.0028180035,0.003258134,0.0011529082,0.026579207,-0.05836208,0.020378431,-0.006707121,0.021297641,-0.005896969,0.00632931,-0.0065513225,-0.028589007,0.02248171,0.0050322884,0.01167709,0.014855377,0.034587245,0.01362457,0.003838483,0.004292246,-0.03234375,0.037672054,0.008981777,0.013141595,0.04184745,0.00877924,-0.027872333,0.018088194,-0.015182554,-0.026532467,0.006991453,0.009160946,-0.02541072,-0.054342482,0.0049037547,0.0004936862,0.011287594,-0.0069563985,0.010399543,0.028994082,0.046895318,0.03595827,0.010820199,0.018555589,0.011077266,0.060169343,-0.021126263,-0.029664015,-0.005168612,0.016841806,-0.021141842,0.0081170965,0.029103141,-0.035615515,-0.01268199,-0.018181672,-0.029430317,-0.01766754,0.014777478,-0.022949105,0.024102012,0.02625203,0.0062592006,-0.0018968455,-0.0034820943,-0.01657695,-0.037703212,-0.00010851115,0.003006909,-0.022980263,-0.0154162515,-0.026968703,-0.045337334,0.0486091,-0.00340809,0.009262214,0.01071893,0.004662267,0.032873463,0.03798365,-0.006157932,-0.014411352],"social":"https://twitter.com/chatwiz_app"},{"title":"freedom flowers ","description":"a lifestyle brand that shares revenue with our community members ","niche":"web3","youtube_url":"https://youtube.com/watch?v=eshewv3-cyE","youtube_transcript":"Build space. What's up? It's Jamari Youngblood from Freedom Flowers. The problem I noticed is corporate profit and executive pay is at an all time high, while wages for most workers have remained stagnant throughout these past several decades. And this is why I'm creating fruit and flowers. For conscious consumers who are tired of greedy corporations, Freedom Flowers is a brand that sell lifestyle goods. And unlike today's top brands, we share profits with our community members. When consumers shop with us, they first have to choose a Freedom our design. All designs are meant to own a blockchain and owned by members of our community. And when items sell with your designs, you earn money. Today, there are only two designs on chain, but our idea is to launch thousands of collections of a hundred. Although the flower trays will be uniquely different, making each eaten flower, a one of one. So my first goal was to double t shirt ourselves every week. But then I realized I was spending more time hustling and less time validating. So I pivoted and started collecting data and email addresses instead. We ran a poll of a hundred people from all different backgrounds. And seventy three percent of people told us that they are more likely to spend money with a brand if they knew that proceeds were going to a person or a group that that person liked. We learned that people want to support brands who help others. Blockchain technology forces us to be transparent, and this will increase the trust between us and our community members. Lastly, here is our output for the last six weeks. We made a hundred sixteen dollars in t shirts sales. We collected seventy eight emails and we reserved twenty five Freedom Flowers. Thank you. See you in San Francisco. Peace.","embedding":[0.040476292,-0.0058848215,0.017268779,0.04744352,0.027835744,-0.04223469,-0.0017418076,0.047808472,0.0028511733,0.042898234,0.03636231,0.01871199,-0.035566054,-0.057960723,0.012831316,0.020453798,-0.019591188,-0.06628822,-0.010832384,0.027868921,0.061245274,0.027105844,0.005150774,0.042997766,-0.00959653,0.0050885663,-0.033227053,0.030290864,-0.002357661,-0.029925914,0.0210344,-0.030025445,0.0070792036,0.0067930496,-0.0080413455,-0.0015738476,0.0059470288,0.0016671587,0.066321395,0.021615002,-0.03795482,-0.009920009,0.043628134,0.014971251,0.020271324,-0.0029341164,-0.015667975,0.0045204055,-0.00682208,0.059553232,-0.00587238,-0.0112471,-0.024982497,-0.006241477,-0.079094656,-0.018579282,-0.03828659,0.024600958,-0.05527336,0.056069616,0.02470049,-0.04050947,0.054775704,0.019292593,-0.025015675,0.029179424,-0.048637904,-0.022593733,0.020818748,0.070136786,0.04110666,0.02728832,0.03951415,0.013494862,-0.024285775,-0.009853655,0.02227855,0.010890445,-0.011338338,-0.03523428,0.0023991326,-0.015477205,0.0012545162,0.031004176,-0.010749442,-0.035300635,-0.020105436,0.0058392026,-0.058358848,-0.0073902407,-0.038618363,-0.0007952181,0.011288572,0.026608184,0.0055530486,-0.03450438,-0.0039978633,0.04210198,0.041637495,-0.0063161263,0.023157747,-0.03609689,0.015303024,-0.00026412233,-0.0025919755,0.021067578,0.0300918,0.002882277,0.0141418185,-0.031485245,-0.1406717,0.029809793,0.0587238,0.045585595,0.021847244,-0.015526971,-0.053647675,0.019491656,0.06814615,-0.019126706,-0.036030535,-0.0051093022,-0.030307453,0.008273586,-0.02617688,-0.021747712,-0.020868514,0.0026998017,-0.016737942,-0.03251374,0.051059846,0.015560148,0.036262777,0.004300606,-0.046680443,-0.029527785,0.008791981,0.008149171,0.008742215,0.010268371,0.017567374,-0.055804197,0.0046489676,-0.040741708,0.015800683,-0.04183656,-0.033359762,0.018264096,-0.05530654,0.024368718,0.053879917,-0.025878284,-0.018911054,-0.0014027772,0.01677112,-0.028814474,0.032712806,0.046547733,-0.0023763233,-0.01406717,0.004549436,0.030357217,-0.06307002,-0.023041626,-0.029013539,-0.004665556,-0.020669451,-0.05076125,-0.061809286,-0.013776869,-0.031501833,-0.017169246,-0.015933393,0.022527378,-0.01711948,-0.019392125,0.022427846,0.014996134,0.011595462,-0.050595365,-0.019010587,0.010550378,0.0062912432,-0.094687976,-0.057429884,-0.0124663655,-0.004860473,-0.03583147,0.00838556,0.0063368618,-0.010915328,0.055737842,0.018745167,0.008227968,0.045452885,-0.021946777,0.032762572,0.030805111,-0.005976059,0.017832791,0.018794933,0.0012679945,-0.01882811,0.02752056,-0.038120702,-0.010981683,-0.0050346535,-0.028797885,0.012507837,0.0045784656,0.073587224,0.0105172,-0.035532877,-0.002139935,-0.035300635,-0.05397945,-0.02018838,0.013221149,0.015079077,0.04452392,-0.0018299348,0.0579939,0.031020764,0.013926166,0.028764708,0.012051649,0.035333812,-0.00006739137,0.017285367,-0.025480157,0.031850196,0.045452885,0.008008168,-0.047609407,0.016290048,-0.045651946,-0.021731123,-0.037888464,0.030854877,0.021797478,-0.0044374624,-0.019856608,0.033442706,-0.0067142537,0.027056077,-0.009414055,-0.05772848,-0.046746798,0.009098872,0.044922046,0.04697904,0.035400167,-0.046879508,-0.011943824,0.02471708,-0.027056077,-0.023323633,0.040575825,0.035466522,-0.030191332,-0.004425021,-0.0012120078,-0.050064526,0.033724714,-0.010898739,0.023456343,0.015195197,-0.01955801,0.010840679,0.0044955225,0.0022166576,-0.0012648841,0.005897263,0.015734328,-0.028914006,-0.028615411,-0.029677084,0.026840426,0.043860376,0.017550785,0.005926293,0.0017096672,0.008240409,-0.00054846203,0.0037137826,0.029660495,0.05149115,0.0072699734,-0.019889783,-0.002757862,0.014747305,-0.014208173,-0.00246134,0.006963083,0.006183417,-0.0032140499,0.03072217,-0.0037967258,-0.046945862,0.026027583,0.009978069,-0.048007537,-0.05590373,-0.005391309,-0.0012659209,0.0033052873,0.0074317125,0.027620092,0.04097395,-0.008650978,0.010135662,0.042898234,0.019873196,-0.06741625,-0.030025445,0.03964686,0.07113211,0.02078557,0.0075353915,-0.021084167,-0.07690495,-0.015112255,0.024070121,0.008874925,0.018264096,-0.03400672,0.06807979,-0.014465298,-0.0024157213,-0.020802159,0.025513334,-0.04183656,-0.005772848,-0.041936092,-0.052619178,-0.036130067,0.032314677,-0.0030460898,0.053216368,0.024816612,-0.03632913,-0.046016898,0.0024530457,0.023058215,0.023406576,-0.0042632814,0.025894873,0.014763893,-0.02005567,0.016372992,0.0059677646,0.03241421,0.041902915,0.018280685,0.014365765,-0.010143956,0.029793205,-0.047078572,-0.03632913,0.006494454,-0.024766846,0.059155103,0.021565236,0.020204969,0.014150113,0.013138206,-0.023207514,0.009472116,0.0338906,-0.032862104,0.01834704,0.025032263,0.021332996,-0.0060258247,-0.022394668,0.009588236,0.057031758,0.038352944,0.025164973,0.033475883,0.061477516,0.015195197,-0.039447796,-0.013735397,-0.0021959217,0.05600326,0.04442439,-0.03911602,-0.007937666,-0.0068179327,0.032978225,-0.007448301,-0.006759872,0.034670267,-0.03352565,-0.011471047,0.042035624,0.03463709,0.0014110715,0.017418075,0.019524833,-0.020171791,-0.006000942,0.0050927135,-0.004715322,-0.0076100403,-0.028333403,-0.01370222,-0.014863425,0.0057313764,0.04001181,-0.07929372,0.07007043,0.04369449,-0.019956138,-0.012408306,0.016372992,-0.030058622,0.0033592004,0.029942501,0.010848973,-0.054211687,0.035068393,-0.04551924,-0.0025442832,0.023389988,0.042632814,-0.033857424,-0.040144518,-0.078961946,-0.041438434,-0.018065033,0.01896082,-0.03108712,0.0026707717,0.004207295,-0.00006159182,0.0067391368,0.002243614,-0.023190925,0.01882811,0.011910646,-0.010873856,-0.004715322,-0.039447796,-0.020702628,0.011877469,-0.045054756,-0.028897418,-0.046315495,-0.04050947,-0.03226491,-0.030506516,0.01627346,-0.023406576,0.018927643,0.027105844,-0.013992521,0.026956547,-0.019159883,-0.006365892,0.009389172,-0.0082238205,0.032463975,-0.008422884,-0.029643906,-0.063036844,0.0066064275,0.038751073,0.012225831,0.031253006,-0.037258092,-0.0144404145,-0.014846836,-0.016439347,-0.0083606765,0.01088215,-0.013992521,0.03669408,0.013834929,-0.018247508,0.027503971,-0.030805111,0.005797731,-0.005996795,-0.02692337,-0.012482954,0.0014794996,-0.038187057,0.010011246,0.015203492,0.040940773,0.04230104,-0.022295138,0.014788776,-0.070269495,-0.0124000115,-0.047277637,0.0015012723,-0.046779975,0.009372584,-0.016588643,0.007622482,0.011852586,0.0028034807,-0.020337677,-0.016016336,-0.024882967,-0.038187057,0.034736622,-0.018429983,0.030672403,0.00012305404,0.03410625,-0.015253258,-0.010434257,0.017965501,0.03326023,-0.000850168,-0.00847265,0.015377673,0.03523428,-0.011230512,0.010492317,0.0043503717,-0.008841747,-0.020520153,-0.004207295,-0.008070375,-0.012789845,0.02055333,-0.0002765638,0.017932324,0.0038817427,-0.013420213,-0.011694994,-0.01834704,-0.022593733,-0.0021731122,0.04953369,-0.007647365,-0.002164818,0.023754938,0.0126737235,-0.0011332118,0.00959653,-0.03311093,0.003579,-0.020204969,0.031866785,0.033575416,-0.0041160574,0.0040268935,-0.02435213,-0.0026873604,0.017915735,-0.0022208048,0.0031705045,0.0025380624,0.0040393346,0.014199879,0.010110779,0.039480973,0.037722576,0.03400672,0.04979911,0.0056276973,0.030639226,-0.0075312443,-0.007954255,0.008758804,-0.016223693,-0.0013270915,-0.0391492,0.031103708,0.03851883,-0.014017404,0.0059636175,0.0056318445,0.033807658,-0.027321497,-0.048372485,-0.03221515,0.008791981,-0.02091828,-0.017219013,-0.011197334,0.022179017,0.046182785,0.0040745856,-0.0061751227,0.014349177,0.021946777,0.042367395,0.014987839,0.008758804,-0.0124000115,0.009604825,0.042367395,-0.0028200694,0.016596938,-0.013254327,-0.021863833,-0.031866785,-0.037755754,0.01798209,-0.023190925,-0.0007542649,0.029544374,-0.007983285,0.025828518,-0.01113098,-0.013295798,-0.0034856887,0.017915735,0.03264645,-0.029245779,0.008082816,0.017185835,0.017335134,-0.0014318073,-0.010243488,-0.011197334,-0.020022493,0.00813673,0.0427987,0.02521474,-0.0033550533,0.019176472,0.0013405698,0.0037842845,-0.0038485653,-0.015817272,0.001403814,-0.012308774,0.014622889,0.019392125,0.060150422,-0.028482702,-0.014100348,0.043362714,-0.012590781,0.021067578,-0.023307044,-0.007365358,-0.026077349,-0.040675353,0.0133621525,0.019292593,-0.046746798,0.012018473,0.014299411,0.029444844,-0.012234125,0.01247466,0.03291187,-0.02740444,-0.023423165,0.02776939,0.033309996,-0.010558672,0.049235094,-0.021100756,-0.0056525804,0.02262691,-0.011587168,-0.010832384,0.035035215,0.0018206036,0.039580505,-0.052652355,0.038618363,0.02569581,0.018529516,-0.061477516,0.018446572,-0.04412579,-0.03911602,0.020802159,0.013469979,-0.0120101785,0.023920825,-0.027454205,-0.028930595,0.005353985,-0.0131465,0.0032264912,-0.017567374,0.011694994,0.00039579466,-0.03486933,0.058756977,0.00064540195,0.0013053189,0.019723898,-0.032563508,0.0013364226,0.0058018784,-0.014788776,-0.10557013,0.0062290356,-0.015120549,-0.035300635,0.015070783,-0.019226238,0.016613526,-0.021133933,0.012997203,0.019043764,0.018629046,-0.0120765325,-0.01468095,0.0046779974,0.040443115,-0.020802159,-0.0044167265,-0.0124000115,-0.060648084,0.009389172,-0.0077012777,-0.032961637,0.01565968,-0.018380217,-0.0362296,0.0038941843,0.0010093153,-0.020470386,-0.00246134,-0.02788551,-0.005312513,0.010674792,0.022958683,-0.0008273586,0.0006718401,0.008675861,-0.0016588644,-0.05099349,0.01596657,-0.0511262,-0.020022493,0.0011954191,0.012259007,-0.035864647,-0.0054037506,-0.031999495,-0.027371263,0.03400672,0.038717896,-0.01289767,0.018794933,0.024385307,0.018512927,-0.018695401,0.04830613,0.014664361,-0.0012462218,0.014622889,0.026939958,0.0020601023,0.016538877,0.013975932,0.064065345,-0.025994405,0.018778345,-0.00690917,0.05713129,0.025745574,0.020752393,0.010500612,0.002915454,0.0060216775,0.02815093,0.039182376,-0.011885763,0.024236009,-0.0046821446,0.02287574,-0.011097803,-0.002654183,-0.0011570579,0.04442439,0.009115459,-0.006842816,-0.00047510912,0.01583386,-0.047178105,0.017169246,-0.015303024,-0.0061751227,-0.05225423,0.015667975,0.002229099,-0.02740444,-0.00095021824,-0.017816203,0.06141116,0.018678812,-0.067748025,-0.004719469,0.012715195,0.002243614,-0.0014359545,-0.0054452224,0.01570115,0.00053550216,0.0077883685,0.0059926477,-0.000791071,-0.013693926,0.002086022,-0.023323633,-0.015394261,-0.0036806054,-0.019126706,0.019143295,-0.019674132,-0.00037635484,-0.018147977,-0.01590851,-0.025380624,0.03868472,-0.0002227803,-0.040476292,-0.008120141,-0.012001884,0.013503156,-0.02836658,0.027719624,-0.0009009707,0.0047070277,-0.029760027,0.037987996,0.0112056285,-0.007846429,0.009629708,0.030124977,0.014788776,-0.016231988,-0.009762417,-0.0052171284,-0.0003087043,-0.0069382004,-0.014249645,-0.021880422,0.0036806054,0.0076598064,-0.012615664,0.015643092,-0.039680038,-0.025330858,-0.011794526,-0.013171383,0.027338086,-0.033940364,-0.010807501,0.022311727,-0.018761756,-0.023605641,0.002990103,0.005644286,-0.04525382,0.0037635486,-0.008825159,-0.010235193,0.02909648,-0.018944232,-0.016414464,0.015875332,-0.008609506,0.05663363,0.001137359,-0.007605893,-0.011545696,0.015808977,0.0118940575,0.016397875,-0.07955913,0.03178384,-0.017434664,0.030274276,0.008012315,-0.0051590684,0.0052378643,-0.018164566,-0.02494932,0.019856608,0.022543967,0.040343583,-0.016182221,-0.014083759,-0.037623044,-0.014639478,0.0028677618,-0.008248704,-0.0054742526,0.029245779,-0.0044789338,0.034073073,0.0088666305,0.010716264,-0.0074856253,-0.035433345,0.0026127114,0.02226196,-0.026409121,-0.012142887,-0.039215554,-0.017069714,-0.031286184,0.024800023,0.04024405,-0.0018651857,-0.011977001,-0.014349177,-0.03153501,0.022693265,0.009107165,0.011811115,-0.010533789,-0.025679221,0.018297274,0.025845107,0.010649909,-0.004669703,-0.00930623,0.008932984,-0.009563353,0.0065856916,0.01859587,0.008908101,0.047675762,0.006614722,0.010583554,0.010193721,-0.008526563,-0.027487382,0.02153206,0.012997203,-0.016306637,-0.005391309,0.0019906373,0.0077925157,0.001473279,0.01882811,0.014340882,-0.008717332,0.029975679,-0.023389988,0.027686447,0.0011352854,0.021482294,-0.03536699,-0.015327907,-0.0518561,0.01224242,-0.008949573,0.036395486,0.016381286,0.03984592,-0.003593515,-0.042400572,-0.0072533847,-0.0217643,-0.019176472,-0.01132175,0.0055074296,-0.013096734,0.000254532,-0.039547328,0.046149608,-0.020968046,0.03302799,-0.026093937,0.0040704384,0.010840679,0.014448709,0.023157747,0.015319613,0.02521474,0.020204969,0.0019097676,-0.0042632814,0.00023185222,-0.020619685,-0.013428507,-0.0031103708,-0.0391492,0.010989976,0.027852332,0.005329102,0.017932324,0.028333403,-0.012151182,-0.009065694,0.04084124,-0.031153474,-0.03410625,0.00850168,0.005071978,0.03964686,-0.01774985,0.0009460711,0.02408671,-0.036859967,0.027255142,-0.03483615,0.06104621,0.0069423476,-0.0047277636,-0.040940773,-0.008124288,0.013071852,-0.020735804,0.005976059,0.02506544,-0.038950134,0.002318263,-0.019408714,0.0210344,0.008277733,-0.008675861,-0.012648841,-0.03108712,-0.024783434,0.032463975,-0.026143704,0.026890192,-0.0055240183,-0.016878946,0.013544627,0.00007944405,-0.006104621,-0.026226645,-0.002565019,0.0060175303,0.01677112,0.015750917,-0.034305315,-0.0016277607,0.046448205,-0.039082844,-0.008439473,-0.023506109,-0.0032430799,0.01625687,-0.00044400542,-0.020453798,0.0074856253,0.0226435,-0.025131796,0.0046199374,0.0020404032,0.03267963,0.0062331827,0.021449117,0.030523105,0.013345564,0.005279336,0.009621413,0.0376894,-0.025480157,-0.0028656882,0.0026769924,-0.01351145,-0.010260076,-0.00727412,0.015560148,-0.002747494,-0.022444434,0.005747965,0.01602463,0.03326023,0.017301956,0.0039605387,0.013138206,0.009712651,-0.016663292,-0.033592004,0.004760941,-0.017915735,0.03450438,-0.03226491,0.012341951,0.02557969,-0.03253033,0.008733921,0.018396806,0.031369127,-0.004665556,-0.016970182,0.015858743,0.002925822,-0.006345156,0.02494932,-0.014515064,-0.023904236,0.0047816765,0.016074397,0.040144518,0.015452322,-0.0054784,-0.010143956,-0.010832384,-0.0054535167,-0.029892737,0.021465706,0.0030357218,0.0074607427,0.002446825,0.001828898,-0.023688583,0.021200286,-0.016248576,0.013378741,-0.017567374,0.012922553,0.0008641647,-0.024932731,-0.02778598,0.0022809384,0.0051424797,-0.028283637,0.024285775,0.011122686,0.03792164,-0.004561877,0.023157747,0.013685632,-0.053249545,0.0043752547,0.011039742,-0.017451253,0.020088848,-0.019657543,-0.018927643,0.018546104,-0.029992267,-0.014490181,-0.00855974,-0.024385307,0.05885651,-0.024932731,0.03364177,0.0019294666,0.0018600017,0.0091403425,0.024916142,0.118841045,-0.04817342,-0.0021938481,-0.000339808,0.032895282,-0.009803888,-0.029312134,0.011230512,0.0107245585,0.0064571295,-0.01546891,-0.023389988,0.03306117,0.0022477612,0.050827604,-0.016173927,-0.020287912,0.00623733,0.008004021,-0.005847497,0.013378741,0.032331266,0.007883753,0.013851518,-0.02105099,-0.020171791,-0.0181148,0.010500612,0.013619277,-0.015261552,0.0067101065,0.03413943,0.0074731843,-0.0111143915,0.030290864,-0.012499543,0.0066644875,-0.020437209,-0.004972446,-0.03682679,-0.047476698,0.0039128466,0.011155863,0.0012482954,-0.011645228,0.0005137296,-0.0112471,0.001591473,-0.002347293,-0.02544698,-0.036660902,-0.020155203,0.011686699,0.021266641,0.023406576,-0.006494454,0.024153065,0.024302363,0.006328568,0.005640139,0.02226196,-0.014299411,0.016348109,-0.0045369943,-0.018081622,-0.045087934,-0.020470386,0.030921232,0.0042301044,0.01009419,0.008377265,-0.004304753,-0.0026832132,0.012118004,-0.021963365,-0.0071497057,0.0039232145,0.004078733,0.006842816,-0.014996134,-0.0073695052,0.030357217,0.008078669,-0.015808977,-0.04784165,-0.000998429,-0.025247917,0.04269917,0.00027267582,0.04415897,0.004669703,0.016472524,0.012441483,0.022228783,-0.040575825,-0.015601619,-0.036528192,-0.034802973,-0.0032161234,0.008103552,0.007394388,0.027686447,0.0057396707,0.011363221,-0.007133117,-0.03193314,-0.023605641,0.027553737,-0.0074731843,-0.019640954,-0.01303038,0.029262368,0.0048895027,0.023207514,0.01861246,0.009745828,0.00023159302,-0.008368971,-0.001591473,-0.020122025,0.0149463685,0.0049558575,0.0058392026,0.0011052184,0.022892328,0.019524833,0.018894466,-0.009779005,0.011064625,-0.025778752,0.028416347,0.028482702,-0.003489836,0.00841459,-0.023638818,-0.004773382,-0.009472116,-0.008758804,0.0072077657,0.03204926,0.020105436,0.0032949194,0.0075810105,-0.006448835,0.0384193,-0.0035520433,0.010633321,-0.007933519,-0.017501019,0.013262621,0.00036909734,0.004201074,0.044590276,0.010492317,-0.0063493033,-0.011338338,0.013917872,0.003983348,-0.016381286,0.008999339,0.00996148,-0.00041108733,-0.01253272,-0.021979952,-0.020669451,0.002604417,-0.011429575,0.00027423102,0.006241477,-0.0005176175,0.026326178,-0.021316407,-0.029942501,0.01798209,0.010185427,-0.014174996,0.008974456,0.028947184,-0.016737942,0.0026749189,-0.01646423,-0.011811115,0.007004555,-0.02763668,-0.015742622,0.034305315,0.012383423,0.0010513053,-0.011288572,0.00045929808,-0.00917352,-0.012176065,0.0035209397,0.035167925,0.027454205,0.0023141159,-0.015253258,-0.0046240846,-0.046182785,0.04551924,-0.02874812,0.0035478962,-0.0131465,0.0071040867,0.0043669604,-0.026890192,-0.035167925,0.0032700365,0.015261552,-0.00044348702,-0.0011549843,0.013743691,-0.0088666305,-0.0035002038,-0.021565236,-0.012682018,-0.016157338,0.029444844,0.016431052,-0.01882811,0.026840426,0.0020559551,-0.00001905102,-0.038452476,-0.0033550533,0.043196827,0.020934869,0.006000942,0.009571647,-0.046547733,0.01897741,0.01381834,-0.010293254,0.027172199,0.007261679,0.03656137,-0.02446825,-0.008667567,-0.035599228,-0.030241098,0.0042052213,-0.0040393346,0.007054321,0.03221515,0.00010218864,-0.018230919,-0.008335793,0.0015406703,0.0020766908,0.01761714,-0.007054321,-0.010832384,-0.024600958,-0.008891514,-0.049334627,-0.0435286,0.018927643,0.009455527,-0.0022228784,-0.033426117,-0.029063305,0.01253272,0.005951176,-0.0049558575,-0.0011176598,0.018065033,-0.024269186,-0.026010994,-0.029013539,0.017086303,0.018562693,-0.018363629,0.009513588,-0.02189701,0.01454824,-0.009024222,0.007402682,0.027321497,-0.020851925,-0.02348952,-0.013038674,-0.02178089,-0.0046489676,-0.016630115,0.011537402,-0.011421281,-0.0073114447,-0.0037241506,0.023804704,0.008833453,-0.015667975,0.004151308,-0.00037713244,0.03719174,0.040343583,0.012275596,0.052818242,0.027089255,0.014075465,-0.024036946,0.049964994,-0.0005020657,0.011180746,0.00028122935,0.014954663,0.024882967,0.026210057,0.02484979,-0.0150459,-0.0068884343,0.009795594,-0.010301548,0.0045369943,-0.0058018784,0.01376028,-0.0069216117,0.010409374,0.0028283638,-0.06058173,0.0054078978,0.0073321806,-0.008932984,0.012209242,-0.00013134837,-0.029013539,-0.03219856,0.009082283,-0.0226435,0.008207232,-0.026193468,-0.0075810105,-0.007676395,0.04588419,0.00085276,0.039680038,-0.0013177604,-0.0033923776,0.030274276,0.015817272,0.006083885,0.0059677646,-0.018015267,-0.003346759,0.014656067,-0.020072259,0.033592004,0.01021031,0.0064529823,0.0005202095,0.03397354,0.034603912,0.044922046,-0.0015064562,0.014589712,-0.02115052,0.0048272954,0.024302363,0.018164566,0.004043482,-0.0015676268,-0.012101416,-0.028814474,-0.0049558575,0.009654591,-0.011056331,0.009289641,-0.032115616,0.013776869,0.02287574,0.012275596,0.052320585,-0.024916142,0.015692858,0.03450438,-0.022477612,-0.03709221,-0.01602463,0.009223286,0.007170441,0.01955801,0.046448205,0.0022083633,-0.009322817,-0.004483081,0.010177133,0.03339294,0.00170552,0.0026127114,-0.021697946],"social":"https://twitter.com/jhamar "},{"title":"newb3.0","description":"a cyberpunk roleplay and text-adventure game","niche":"other","youtube_url":"https://youtube.com/watch?v=cUI4dN33on4","youtube_transcript":"Hey, guys. I'm Talen, and I'm building a cyberpunk role play game and interactive text adventure called Noob three point o. To start playing, you join the Discord server and immediately you have to take a few quizzes and interact with your n p c notes. To unlock the role play parts of our server. When you make it into web two point o, you can chat, create a character, and role play with other members. Read and play our choose adventure, text adventure game, and solve puzzles to unlock a secret agent HQ with Pixel RPG games. Eventually, you'll also be able to unlock a web three point o section with web three interactions and games. When I started this server, I wanted to make a game that hot web three noobs, what and how web three works. The very first thing I did was make a ridiculous amount of anti bot security measures, which ended up turning people off and kicked them out of the server. Where my users at, fixed that, and I didn't see real user growth until build space convinced me to build in public and launch even though I didn't feel ready. And I've met my goal of over fifty unique users, checking out the server in which I have a seventy percent retention rate. Awesome. What next? I still want to be able to teach everyone about and how to use web three, so that will be in the web three section. Visual novel. NFT's. And more. Let's go","embedding":[-0.03984589,0.029462451,0.0039936313,-0.005297213,0.007192304,-0.033787627,0.0050598555,0.02991456,0.007806419,0.025092062,0.053529732,-0.014859322,-0.00008577124,-0.035023395,0.007889306,-0.032732707,-0.055549152,-0.062391073,-0.0034341463,0.022771234,0.03490283,0.035505645,-0.00135256,0.004698168,-0.021369696,0.005677738,0.019651681,0.05744801,-0.04114194,-0.051871996,0.003027248,-0.03433016,-0.017360995,0.023720663,-0.009486758,-0.03637972,0.03384791,0.024172772,0.034300018,-0.006977552,0.016049877,-0.020314774,0.058261808,-0.0102176685,-0.050937638,0.02992963,-0.009855981,0.022741094,0.0025242765,0.027247116,-0.07800391,0.029567942,-0.027051201,0.05687534,-0.04023772,-0.01769254,-0.032190178,0.021746453,-0.053047482,0.008537329,0.04316136,-0.011589066,0.02409742,0.046386406,0.04174475,-0.014618197,-0.04105152,-0.04186531,-0.00808522,0.0113780815,0.037585344,0.02355489,-0.023675453,0.0069474117,-0.032943692,0.012289835,-0.027126553,-0.008371555,-0.044005297,-0.069745384,-0.016532127,0.03634958,-0.02693064,-0.020405196,-0.015492275,-0.03231074,-0.05889476,-0.03042695,-0.036409862,-0.011182168,-0.038610127,0.004939293,-0.03972533,0.016125228,0.022801375,-0.019500978,-0.026915569,0.025453748,0.05214326,0.018265212,-0.009516899,0.0016567919,-0.033787627,-0.013548207,0.0063257613,0.032853268,0.038007315,0.017993947,-0.0050937636,-0.034089036,-0.13816458,0.017315783,0.0043816916,0.020239422,-0.008062614,0.021851946,0.068961725,-0.053740714,0.051419888,-0.06037165,-0.032612145,0.05244467,0.054313388,-0.00906479,0.0101950625,-0.022816446,-0.04017744,-0.028181475,0.013985245,0.017617188,0.051299326,-0.017948736,0.03824844,-0.06251163,-0.053710576,0.013186519,-0.04572331,-0.033456083,-0.04364361,0.013307082,-0.011528785,0.0009122245,-0.036409862,-0.03234088,-0.051510308,-0.024896147,-0.019802384,0.032220315,-0.0284226,0.0044457405,-0.049189482,0.0031195537,-0.033606786,-0.02846781,0.007060439,0.02941724,-0.007738603,0.042498264,-0.029989911,0.003223162,-0.033034112,-0.018325493,-0.0049618986,-0.036650985,-0.011174633,-0.019018728,0.03529466,-0.0155826975,-0.06462148,0.022243774,0.006401113,0.0037016443,-0.03695239,0.031647645,0.0014514589,-0.018732391,0.013955104,-0.032582004,-0.017255502,-0.009999149,0.0071094176,0.022967149,-0.023916578,0.00072431663,-0.059979822,-0.017089728,-0.042287283,-0.024926288,-0.012131597,-0.007919447,0.026840217,0.053137902,0.00981077,-0.011687024,0.003479357,-0.06329529,0.069383696,-0.019832524,0.023946717,0.012794691,0.030155685,0.019244783,0.013118702,-0.01663762,0.023404187,0.040147297,0.017963806,-0.035746768,-0.007904376,-0.00078224315,0.06450091,-0.03134624,-0.01349546,0.015017561,-0.06594767,-0.012478215,-0.046265844,0.042528406,-0.016863674,-0.0051088342,-0.019862665,0.017963806,0.010149851,-0.037012674,0.07715997,0.040478844,0.02260546,-0.0047207735,0.05838237,0.014783971,0.006702519,0.00025713712,-0.016004667,-0.007636878,0.006099707,0.004351551,0.012108992,0.0007059497,0.01617044,0.028030772,-0.0057907654,0.013472854,-0.0010181876,0.022786304,0.01201857,-0.031285957,-0.0068042437,-0.052293967,0.018747462,0.019591399,0.035174098,0.023358976,-0.0020175374,0.0039898637,0.016019737,-0.012282301,-0.012576171,0.02794035,0.015115518,-0.048737373,-0.014648339,-0.01100886,0.0076331105,0.011498644,-0.012606312,0.010270414,0.029281607,-0.0077461377,-0.022243774,-0.010127246,0.011054071,-0.028377388,0.0038881393,-0.029989911,-0.05404212,0.0054177754,0.034480862,-0.027563592,-0.015236081,-0.018204931,-0.002011886,0.024368687,-0.006649773,0.01450517,-0.023645312,0.061456714,0.023645312,0.0041330317,0.0024621114,-0.0074560344,-0.000988047,-0.0063596694,-0.021791665,0.0568452,-0.00909493,-0.002946245,0.035083674,-0.005474289,-0.011476039,-0.0013139424,0.024850937,-0.006702519,-0.004690633,0.02159575,0.048164703,0.02503178,-0.018536478,0.0030197129,-0.03876083,-0.04713992,0.0024018302,0.048375685,0.025619522,-0.02008872,-0.022439687,-0.03194905,0.03396847,0.011950754,0.023675453,0.0040011667,-0.009690207,-0.02750331,0.026252475,0.0085976105,-0.0045097894,-0.019184502,0.03442058,0.041443344,-0.0074861753,-0.034963112,0.042287283,-0.07294029,0.0041367994,0.012139132,-0.031255815,-0.023494609,0.010466328,0.036108457,0.025333187,0.045421906,-0.02598121,-0.0006381333,-0.009660067,0.023600101,-0.024157703,0.03972533,0.007263888,-0.018385775,0.027111482,-0.0012310557,-0.031074973,-0.043523047,0.027051201,-0.04364361,0.007433429,0.0054968945,-0.018114509,-0.010383442,0.027729366,0.036590707,-0.045030076,0.01621565,0.0021795433,0.012922788,0.020194212,0.0033625623,-0.04475881,-0.0022360568,-0.0106999185,-0.010873226,-0.009283309,0.033425942,-0.03634958,-0.014135948,-0.017903525,0.048285265,0.012696734,0.051661015,-0.035927612,0.04068983,0.019274922,-0.01077527,0.04569317,-0.04123236,-0.014377073,0.0076519484,0.056091685,0.0028803125,-0.05148017,-0.024655022,0.059587993,-0.037856612,-0.017798033,0.020254493,-0.017541837,-0.007964658,0.017632259,0.023600101,-0.010684848,-0.014135948,0.0049355254,0.07046875,-0.040388424,-0.04961145,-0.015123053,0.0032664891,0.018400844,-0.026629232,0.02947752,-0.023811085,0.020736743,-0.033245098,0.04216672,0.0033135838,0.031617504,-0.0047170063,0.028106123,-0.07040848,0.04008702,0.08403203,-0.010466328,-0.04153377,0.024775585,-0.023720663,0.02352475,0.028332178,0.04213658,0.026719654,0.007075509,-0.04219686,-0.02549896,0.02249997,-0.057689134,0.026945708,0.004600211,0.024338545,-0.015658049,0.0090346495,-0.015040167,0.017466486,-0.034300018,-0.004777287,-0.05404212,0.024986569,0.010956113,0.0027993096,-0.030185824,-0.048827793,0.023720663,-0.039393783,-0.053740714,-0.020133931,0.011762375,0.019048868,0.016140299,-0.038700547,0.07456788,-0.007169699,0.0059603066,0.011830191,-0.030246107,-0.00014528718,-0.045331486,0.026644303,-0.02405221,-0.01447503,-0.029040482,0.056724638,0.030532442,-0.039876033,0.04753175,0.017511697,-0.010782804,-0.023298696,-0.02109843,-0.013133773,0.033938333,0.04316136,-0.024805725,-0.010353301,-0.019033797,-0.010134782,0.026357967,-0.00094801653,0.011129422,0.0049920394,-0.04168447,0.023208274,-0.03634958,0.041503627,-0.027111482,0.053198185,0.08879425,-0.01909408,0.009991613,-0.039393783,0.014324327,-0.040599406,-0.04023772,0.021867016,0.0104587935,-0.0125837065,-0.030954411,0.057658996,-0.01818986,0.012711804,-0.012086386,-0.025589382,-0.020676462,0.05102806,0.019109149,-0.02995977,-0.0027032364,0.0059527713,-0.0033343055,-0.025920928,0.0004353906,0.03960477,0.008996974,-0.02307264,-0.019003658,-0.0029236395,0.021505328,0.00034402686,0.025890788,-0.014256511,-0.047200203,-0.03888139,-0.014324327,-0.017134938,-0.012214484,-0.040418565,0.035083674,-0.0035547088,-0.052836496,0.027337536,-0.021927297,-0.0031440428,0.0029650829,-0.0284226,0.0036225251,0.023765875,0.0057719275,-0.03873069,-0.031044833,0.011671953,0.027111482,-0.020721672,-0.010782804,0.016019737,0.026041491,-0.05205284,0.0071960716,-0.00026655605,0.0072789583,-0.005120137,0.02011886,-0.020194212,0.0155826975,0.009366196,0.014151018,-0.02503178,-0.014060597,0.017963806,0.014821647,-0.013940034,-0.0040275394,0.001477832,-0.00429127,-0.005632527,0.019289993,-0.0085297935,-0.01327694,-0.039665047,0.005636295,-0.009207957,-0.019274922,0.024112491,-0.025212623,0.018009016,-0.022198562,-0.008394161,0.032551862,0.024398828,-0.013713979,-0.01032316,0.006201431,-0.00058256154,0.02260546,0.022816446,-0.0030969481,-0.014640803,-0.018461127,-0.018822813,-0.018913236,-0.019847594,0.008198247,-0.039454065,-0.00006234162,0.0016294769,0.010255344,-0.0046378872,-0.041322783,-0.0064387885,0.0063219937,0.0049543637,0.0176624,-0.002241708,0.037072957,-0.017752822,0.003844812,0.012448073,0.007026531,0.009230563,-0.022801375,0.024112491,0.002867126,0.013774261,-0.000024445098,0.009554574,-0.031617504,-0.009984079,0.004905385,0.017722681,0.033817768,-0.016984235,-0.025875717,-0.028151333,0.015431995,0.029537803,-0.026689515,0.018702252,0.009230563,-0.009170282,-0.011265054,-0.039906174,0.009938868,0.045904156,-0.0076670186,-0.013533136,-0.013751655,-0.00018720147,-0.011558926,0.0023001055,-0.007301564,0.002695701,-0.030095404,0.054765496,0.0044156,-0.061456714,0.0046680276,-0.0042799674,0.05346945,-0.0027993096,0.02314799,-0.038911533,-0.05648351,-0.0059000254,-0.0012348233,0.025287975,-0.032220315,0.0010850622,0.020058578,-0.00089527044,-0.02350968,0.014377073,-0.016080018,0.015364178,-0.0054780566,0.02495643,-0.022168422,0.024202913,-0.026538812,0.01663762,0.023916578,0.010609496,0.013691374,-0.065887384,-0.01030809,0.036982533,0.01223709,-0.009675137,-0.008883946,0.0033945867,0.01082048,0.023630241,-0.017752822,-0.014829182,0.0020834699,-0.03529466,0.009961473,-0.0033399567,0.011528785,-0.00071442674,-0.035113815,-0.01760212,-0.006785406,-0.0076331105,0.022288984,-0.058111105,-0.03586733,-0.0035415222,-0.010036824,-0.040026736,-0.015394319,-0.029763857,0.019485908,0.022002649,0.019063938,0.00576816,-0.044849236,0.023419257,-0.013028281,0.032280598,-0.003053621,0.006427486,-0.018491266,-0.048526388,-0.007523851,0.0007059497,-0.018265212,0.042528406,0.006781638,-0.036108457,0.017421275,-0.020375054,-0.00749371,-0.001833868,-0.022198562,0.0067439624,0.008914087,-0.009871051,0.018943377,0.015944384,0.018024087,0.022756163,-0.062089667,0.009788165,-0.014007851,-0.0081153605,0.021188851,-0.024428967,-0.0034868922,0.0122973705,0.015658049,0.012854972,-0.0038843716,0.024850937,-0.0021833107,0.02944738,-0.028106123,0.015431995,-0.05253509,-0.021414906,-0.029537803,-0.010029289,0.0018479964,0.0022718487,-0.0048827794,0.03734422,0.03288341,-0.00541024,-0.027895138,0.063777536,-0.00083546015,0.03734422,0.010941043,0.010903367,0.002298222,0.0049732015,0.022288984,-0.013608487,-0.016999306,-0.012026105,0.040840533,-0.052203543,-0.029055553,0.028513022,0.04210644,-0.000016335978,-0.035445362,0.006363437,0.013435178,-0.025619522,0.016441705,-0.021188851,0.035927612,0.0083564855,-0.030155685,-0.048315406,-0.036560565,0.0002517212,0.022047859,-0.034782268,0.018687181,0.010315625,-0.018973516,-0.08047544,-0.029522732,0.013457784,0.019802384,-0.046808373,0.006212734,0.011001324,0.0016567919,0.027352607,0.0032363485,0.035957754,-0.020781953,0.024172772,-0.012553566,0.028678795,-0.032160036,-0.0019158128,0.0005797359,-0.02646346,-0.0032890944,-0.010488934,-0.0014571103,-0.02501671,0.015974525,-0.06148685,-0.006159988,0.010941043,-0.001976094,0.0021418673,-0.015424459,0.022469828,0.021294344,-0.013533136,-0.0070529035,0.012304906,0.011837726,-0.009765559,0.007388218,0.03586733,0.0064953025,0.0125837065,-0.023479538,-0.019802384,-0.033787627,-0.0011462852,-0.0132392645,-0.0029236395,-0.006103474,-0.010971184,0.0023641544,0.012945394,0.016969167,-0.00061552785,-0.021927297,-0.02646346,0.025423609,-0.035023395,0.011694558,0.010247809,0.006487767,-0.012350117,-0.007546456,-0.018943377,-0.06914257,0.018400844,-0.02596614,0.021701243,-0.010127246,-0.064380355,-0.004155637,-0.009351126,0.0013779912,0.024639953,-0.029251466,0.013081026,-0.04267911,0.0166979,0.038549844,0.0005745555,-0.032642286,0.00785163,-0.014271581,-0.011777445,-0.01621565,0.01520594,-0.03972533,0.007538921,-0.008559935,0.0053461916,-0.018476196,0.021490257,-0.0039295824,-0.00429127,-0.04358333,-0.0039936313,0.008160572,-0.014783971,-0.048797656,0.025890788,0.00017589873,-0.0022040324,-0.008989438,-0.025408538,-0.006525443,0.006480232,0.04569317,-0.016019737,0.0010417349,-0.023946717,-0.014753831,-0.01447503,-0.012244624,-0.010782804,0.016908884,-0.035083674,0.020465476,0.027623873,0.025935998,-0.008032474,-0.022213632,0.03981575,0.04515064,-0.014497636,-0.019289993,-0.0072149094,0.022153351,-0.004619049,0.0043590865,0.03677155,-0.028588373,0.0048940824,-0.04177489,0.013518065,0.015823822,-0.007542689,-0.03490283,-0.022439687,0.018521408,-0.03089413,0.0063069235,0.0028878476,0.0016530243,0.015130589,-0.009403871,0.008062614,-0.00046082173,0.029055553,-0.005760625,-0.0030140614,0.019169431,0.020706601,0.0011170865,-0.00368469,0.016366353,0.008250993,0.0019798616,-0.03912252,-0.033787627,-0.033516362,0.03915266,0.023675453,0.014859322,0.020706601,-0.0055157323,0.018536478,-0.003151578,0.007591667,-0.040599406,-0.020028438,-0.030562583,0.00017719384,-0.0324313,0.028407529,-0.008989438,0.040298,0.028784286,0.02901034,0.011257519,0.0022492434,0.057267167,0.032039475,0.02069153,-0.035565924,0.00009289431,0.07028791,-0.026915569,-0.047682453,-0.02406728,0.033998612,0.028211614,0.009991613,-0.018114509,-0.013096097,-0.0029500127,-0.057026044,0.0025544171,0.005293445,-0.0055421055,-0.010172457,-0.012576171,-0.04273939,-0.037464783,0.00858254,0.00712072,-0.017360995,0.014588057,-0.004879012,0.0066912165,-0.023705592,0.027638944,-0.0066610756,0.011363012,-0.019380415,0.004253594,-0.019320134,0.04759203,0.0019421858,-0.01864197,0.025363326,-0.02453446,0.0001242123,-0.04270925,-0.004532395,0.02010379,0.0016351283,0.023208274,-0.025664734,0.013638628,-0.00044998995,0.02105322,-0.030698216,-0.028844567,-0.0073392396,0.0029989912,0.027367678,-0.015100447,0.013374898,0.0007874236,0.0314668,0.005662668,-0.008680497,0.016788322,-0.004547465,-0.027729366,0.0028859638,0.019109149,0.019169431,0.004012469,-0.008484583,-0.019274922,-0.030487232,0.000029360608,0.025212623,0.009192888,0.024172772,0.010647172,0.0021569377,0.029673435,-0.010006684,-0.010421118,-0.01226723,0.0007629343,-0.011265054,-0.011121887,-0.035837192,0.017858313,-0.0032062079,0.036711268,0.02747317,0.00275975,-0.046989217,-0.0025336954,0.017451415,0.0012254043,-0.0120035,-0.023976859,0.005323586,-0.033636924,0.017134938,0.027699225,-0.0293871,0.004833801,0.00069040846,0.028919918,0.031557225,0.0026636769,-0.011061605,-0.0211135,0.018988587,0.0069813197,0.023645312,0.019907875,0.0006098765,-0.0125384955,-0.008559935,-0.0008929157,-0.0032570702,-0.009569645,0.013683839,0.00258079,0.030698216,0.015793681,0.013314616,0.008627751,0.0020608646,-0.032371018,0.03879097,-0.009629927,0.018461127,0.019440696,-0.012304906,0.008243458,0.0070340657,0.03734422,-0.0051879534,0.023479538,0.014535312,0.01769254,-0.01149111,-0.00834895,-0.005828441,0.0026900498,-0.028995272,0.015416924,-0.036470145,0.010692383,-0.008386626,0.014799042,0.035596065,0.007708462,0.018521408,-0.013706445,0.038127877,-0.02061618,-0.055820417,-0.021218993,0.011001324,0.0053989375,-0.015492275,-0.0063596694,-0.0078742355,-0.0046868655,0.022273913,0.004023772,-0.0011349824,0.009923797,0.006683681,0.014889464,0.00906479,0.033184815,0.10440709,-0.0010756431,-0.021279274,-0.0073430073,0.028739076,0.013374898,-0.016848603,-0.0017519232,-0.01520594,-0.0032702566,-0.025122201,-0.0075539914,-0.024730373,0.01079034,0.01469355,-0.013616023,-0.043734033,0.015462135,0.01716508,-0.010112176,0.0065932595,0.03282313,0.0043138755,0.012131597,-0.027156694,-0.026945708,0.030200895,-0.0075012455,0.037856612,0.05829195,0.011762375,-0.022198562,0.014655874,0.006363437,0.035234377,-0.006487767,-0.033546504,0.016758181,-0.013713979,-0.014610663,0.004344016,0.0012338813,0.025830507,0.0022059162,0.010601961,0.033245098,0.013487925,0.017813103,-0.014271581,-0.017903525,-0.014037991,0.019892806,0.027141623,0.019320134,-0.008281134,-0.0015418808,0.011046535,0.0023264787,0.013924964,0.037585344,-0.015153194,-0.006457627,-0.02693064,0.026599092,-0.02554417,-0.0076858564,0.0264936,0.020721672,-0.003579198,0.0032495349,-0.00079778436,0.002982037,-0.014753831,-0.01030809,0.029191185,-0.01716508,-0.0005816197,0.012131597,0.004065215,0.03924308,-0.0025035548,-0.011920613,0.011898007,-0.01470862,0.0059678415,-0.01450517,0.007889306,0.011061605,-0.02249997,0.033998612,-0.009901192,0.0069662496,0.02161082,0.011792515,-0.028708935,0.017391134,-0.06088404,-0.014256511,-0.021460118,-0.005922631,0.024609812,-0.013163913,-0.0059150956,0.010745129,0.010986254,0.01716508,-0.021671101,-0.012387793,0.003675271,0.001664327,-0.019516047,-0.014294187,0.013683839,-0.0055684783,0.03734422,-0.0022812677,-0.012651523,-0.0024282031,0.014045526,-0.0022304053,0.02016407,-0.011913078,0.008145501,0.009607321,-0.018883094,0.018792672,-0.0034699382,0.00034190758,0.024926288,-0.01769254,0.008424302,0.0033757489,0.006152453,0.0020702835,-0.014158553,-0.00880106,0.006676146,-0.04521092,-0.030788638,0.031979192,-0.014768901,0.021746453,0.02004351,-0.021429976,0.015153194,-0.035053533,0.02403714,-0.014791506,-0.0010228971,0.00503725,-0.002776704,0.0071621635,0.04379431,-0.0066120974,-0.019907875,-0.030080333,0.028136263,-0.010662242,-0.020405196,-0.01351053,-0.009147677,-0.038489565,0.0036451304,-0.0038956744,0.024172772,0.052384388,0.0014316791,-0.014655874,-0.007060439,0.032160036,0.020194212,-0.04813456,-0.032250457,-0.029085692,0.06335557,-0.009336055,-0.012568636,0.0052821427,-0.016984235,0.004619049,-0.0019949318,-0.0130659565,0.033425942,0.0123425815,0.009923797,0.022213632,-0.0049166875,-0.009531969,0.015989596,0.0030046424,0.011310265,-0.010134782,-0.026523741,0.022243774,0.031014692,0.010112176,-0.015062772,-0.035113815,-0.022756163,0.056302667,-0.011566461,-0.009848446,-0.026297687,0.0031534617,-0.008951763,0.006668611,-0.025167413,0.021339554,0.025137272,-0.028045842,-0.019998297,-0.015537486,0.012455609,0.019018728,0.016321143,0.027367678,0.0010417349,0.042859953,0.017858313,0.015869033,0.012704269,-0.0022737326,-0.016517056,-0.033727348,-0.00014363887,-0.0027484472,-0.029673435,-0.00368469,-0.03625916,-0.011943218,0.0014929023,-0.016004667,0.0047019357,0.031707928,0.014037991,-0.0019233479,0.0012724991,-0.037464783,-0.0054290784,-0.017737752,-0.017255502,0.0048036603,-0.028317107,0.051630873,-0.02598121,0.03191891,0.005583549,0.01130273,0.0017594583,0.0075539914,-0.0073580774,0.022680812,-0.03086399,-0.0006381333,-0.017029447,-0.0026730958,0.004724541,-0.032672428,0.0029048016,-0.017511697,-0.04138306,-0.008409231,0.008627751,-0.000010603669,0.02206293,-0.016728042,-0.0013770494,0.0020420267,-0.027789647,0.013533136,0.012975534,-0.01722536,0.016381424,0.018250141,-0.03818816,-0.021203922,0.031979192,0.017918596,-0.009366196,-0.016275931,-0.036018033,-0.007041601,-0.013081026,0.0077838134,-0.012222019,-0.0053499592,-0.016501985,0.004468346,0.044547826,-0.00067957665,-0.00008512369,-0.0028558231,-0.024278264,0.026614163,0.022650672,0.015477206,-0.0101950625,0.03493297,0.017315783,-0.008710638,0.0077310675,0.024368687,0.03876083,-0.0071169524,0.0042498265,-0.008703102,0.014859322,-0.013819472,-0.035505645,-0.02406728,0.011995965,-0.019003658,0.023238413,0.018235072,-0.000105727624,-0.010910902,0.00550443,0.014648339,-0.02703613,0.01520594,0.028543161,0.0011688907,0.008009869,0.01957633,0.038007315,-0.001886614,0.019922946,-0.0014665292,0.03722366,0.0000012951045,0.033154674,0.019591399,0.027247116,-0.02895006,0.015507346,-0.009584716,-0.024308406,-0.0006386043,-0.0009546098,-0.031255815,-0.012026105,-0.010421118,0.0046265842,0.022741094,0.032732707,0.009690207,0.0034247274,0.013156378,0.0048752446,0.0024602276,0.015778612,0.027488241,0.005922631,0.053198185,-0.009652532,-0.016788322,0.0062391073,0.00045281564,-0.040629547,0.010406047,0.007346775,-0.03234088,-0.03589747,-0.029944701,-0.03442058,0.032250457,0.023404187,-0.007640646,0.043734033,-0.027126553,0.017587049,-0.018430986,0.020540828,-0.03396847,-0.021882085,-0.03279299,-0.003079994,-0.027759505,-0.039393783,-0.026357967,-0.03695239,0.0026674443,0.016803393,0.02259039,0.02794035,0.026388107,-0.01522101,-0.0010398512,0.0048149633],"social":"https://@TalonDragon000"}]
\ No newline at end of file
diff --git a/seasons/s3_raw.json b/seasons/s3_raw.json
new file mode 100644
index 0000000..b412f80
--- /dev/null
+++ b/seasons/s3_raw.json
@@ -0,0 +1 @@
+[{"title":"cosmicai","description":"better ux for chatgpt on mobile","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=TPBYAAqpA_c","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/riteshr24"},{"title":"tidus","description":"a community for students to discover what a meaningful career is to them","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=gcK9N9ucGUU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/writerdreams12"},{"title":"novus","description":"analyze suspicious messages in seconds","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=6ftXFWRt1PM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/emanperez28"},{"title":"surge","description":"building virtual job simulations for early stage startups and large size enterprises to train and hire talent","niche":"other","youtube_url":"https://youtube.com/watch?v=peBwj6a2LfQ","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/knandy/"},{"title":"starcast","description":"starcast is a talent recommendation engine that pitches quality & verified actors to casting directors by reading role descriptions in casting calls. ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=nlk5NcohuZI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/raaghavchanana"},{"title":"postergpt","description":"make custom anime posters in 30 seconds","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=iLTFQ5KDnao","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/theoldmnk"},{"title":"theosis","description":"an ai chat game where you battle with superpowers to become transcendent","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WPzqY4te2ko","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/h4tch1ing"},{"title":"tim3","description":"calendly for degens","niche":"web3","youtube_url":"https://youtube.com/watch?v=CwWWmsV-FhM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/TechieTeee"},{"title":"thread of life protocol","description":"creator solutions for on-chain merchandising aka programmable fashion","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=J-BuO9Xtksk","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/8gratitude8"},{"title":"movenetix","description":"a tool that helps dancers sync their movements and learn new forms quickly.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=T63NlHA9X8U","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/hyejeebae"},{"title":"chrispviews","description":"collect new art every month from a local artists, starting with $10.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=3WGMoQgYvt8","youtube_transcript":null,"embedding":null,"social":"http://www.linkedin.com/in/christian-pecot"},{"title":"memo mind","description":"web app to make learning easy with flashcards","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=twdMU_e3Px4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/RaifShareef_"},{"title":"profile pro","description":"use ai to create unqiue profile pictures, professional banners, and powerful copy.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=8FjuQvCl3dU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Big_Schmitz"},{"title":"r3der","description":"get paid to read any book","niche":"web3","youtube_url":"https://youtube.com/watch?v=qcNIW7dSlgk","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/itiel-kasumu/"},{"title":"soloon games","description":"a fair and transparent gambling platform","niche":"web3","youtube_url":"https://youtube.com/watch?v=WxSM1N_y6MM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Wakagu_"},{"title":"keyboard.ai","description":"an android keyboard which helps you improve your conversations","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=ia_cbW7T18I","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/jayeshk13/"},{"title":"femmestock","description":"feminine ai stock images for your blog and social media","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=y2hSpgdWKy8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/zeng_wt"},{"title":"spark contracts ","description":"a platform that generates one-page web stores to help you build your mvp","niche":"web3","youtube_url":"https://youtube.com/watch?v=ZS_FL79tP1Q","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/founderluthando"},{"title":"tech goat","description":"get smarter about ai with our 3-min daily newsletter on what matters in ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=AJ7pAmhXLak","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/h_khan3"},{"title":"superday","description":"an accountability app for learning ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=eVzedt54HKI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ajulu_"},{"title":"chance catcher","description":"discover life-changing opportunities that are free or fully funded to challenge your fullest potential","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qZ8qYqESqcg","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/miyahzhang/"},{"title":"followbee","description":"gamify the relationship with your community","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=JJ9wprTlgB0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/crinquand_paul"},{"title":"cryptopols","description":"a website that tracks sentiments of us politicians towards crypto","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=TZ0EUzRCZuM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/OliverZerhusen"},{"title":"quadruple","description":"ai solutions to your everyday problems.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=-KvE6FodNzQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/saviomartin7"},{"title":"burnfriends","description":"a social app, with a virtual pet that helps friends complete fitness challenges","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=znKZSr4tfQU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/diversifiedfun"},{"title":"buildo latam","description":"boost your development career by learning, building and teaching others.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=t9WqR8Alrg0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Delavalom"},{"title":"biblemate","description":"an engaging ai companion to help you study the bible and grow in faith. ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=74I72PmX9Eg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/skpolepaka"},{"title":"invrow","description":"invest & borrow-finance app for college students","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=rY5IwYSMwLc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/qaribasar"},{"title":"muddakir","description":"helping non-arabic speakers learn vocabulary to understand the quran better","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=ri3R_FMsnSY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Moin4321"},{"title":"web3 twitter spaces","description":"a simple website that shows you the most popular conversations about web3 on twitter","niche":"web3","youtube_url":"https://youtube.com/watch?v=Lk3Ft5yho3U","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Frens_Official"},{"title":"gambitengine","description":"better-than-human speech-to-text, instantly","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=watch?v=Zdot4aAQdBg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/sulaimanghori"},{"title":"bhavya0911's substack","description":"documenting my journey, thoughts, explorations and interests.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=UL34NbftaCI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/bhavya0911"},{"title":"gopolar","description":"a wellness app that tracks your cold showers and cold plunges","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Gd18MHMfVv0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/preshdkumar"},{"title":"eco chamber","description":"building a solution to help make growing community gardens easier.","niche":"other","youtube_url":"https://youtube.com/watch?v=vTSUAnqfMOc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Esther_vibes"},{"title":"jørgen's short movies","description":"engageing short movies for builders and creators","niche":"creator","youtube_url":"https://youtube.com/watch?v=O57D_ckB9p4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/JorgenHalien"},{"title":"chaostown","description":"a youtube channel exposing the chaos where you live. starting in portland, oregon.","niche":"creator","youtube_url":"https://youtube.com/watch?v=vAlcMSPOpeQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/chvostown"},{"title":"thumbnailtest","description":"a tool to help youtubers pick the best thumbnail for a video","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=G6WXQ5lXxQw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/roxcodes"},{"title":"typedream links","description":" tell your story, show your offers - all through a single link in bio","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=bbS7RHZIdi8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/michwirantono"},{"title":"kidgeni","description":"an ai art generator for kids","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=5Qde36S9LaY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/therealishmatt"},{"title":"wake up","description":"a story-driven visual novel that immerses you into a strange new worlds.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=8tKZBda6kAU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/writewithhelen"},{"title":"hyperfocused","description":"mac productivity app to help organize your workspace","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=wF_nrG7Y4FQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/tommyle_e"},{"title":"startery","description":"a bounty board for students and startups","niche":"other","youtube_url":"https://youtube.com/watch?v=Lms2mKO1LBk","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/tejas_ravindra"},{"title":"slayer ai","description":"high-quality audio stories, podcasts, and meditations in a flash. ⚡️ ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=z5Vhoobqlew","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/metaversemae"},{"title":"promptman","description":"postman for prompt engineer.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WpfetQeclFU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/jeantnd"},{"title":"songlingo","description":"website to learn new languages through songs","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=tZa33-DS5_Y","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/adamcandoit"},{"title":"think diffusion","description":"mastering the create, launch, measure, learn, and repeat loop!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=eVPSCtobIrA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/phu_ngo"},{"title":"get cool on cam","description":"self-paced course to take you from 😬 to 😎 in zoom and on video.","niche":"other","youtube_url":"https://youtube.com/watch?v=NjdYmCm-Htw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/cahouser"},{"title":"krewapp","description":"a place for emerging artist to enhance their sound through collaboration","niche":"creator","youtube_url":"https://youtube.com/watch?v=4hFAtOGUHLw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/stoneagetc"},{"title":"dreamwalks","description":"chat with statues, learn their stories","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=4xtFRgWe1ug","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/pedrocruztech"},{"title":"liftoff","description":"onboarding for people interested in web3","niche":"web3","youtube_url":"https://youtube.com/watch?v=zIpClpCAU2g","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/liftoff_quest"},{"title":"mental wealth academy","description":"want to make mental health fun, affordable, and accessible. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=uR7TZQA6Q5E","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Jhinnbay"},{"title":"sacred spaces","description":"a travel app that finds unique places and activities around the world","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=j5ue4RxloEc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/DareToBe_Better"},{"title":"lexi-robot","description":"shop the perfect gift for someone using ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=c5C-KCu3yG8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/naz_09"},{"title":"refer me","description":"connecting job seekers to professionals who can directly refer them to jobs","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=oPPtJlrx3X4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/dominick_tweets"},{"title":"ensō-collective","description":"a curation platform connecting brands and designers with their tastemakers","niche":"web3","youtube_url":"https://youtube.com/watch?v=lY6Nk23qOdE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/seeinplays"},{"title":"bilbox","description":"ai powered jukebox - livestreaming new content all day","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=u3gy32BYuSo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/arj_shiv"},{"title":"flywheel","description":"gamify your app in minutes.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=POz77d6g0M8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/dxlantxch"},{"title":"videomind","description":"videomind helps you learn fast from videos.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=M7lWml2mWOY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/giovannifulin"},{"title":"friends-and-fables","description":"an ai powered dungeon master, so you can play dnd whenever you want. ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=2TOppFCye6w","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/____david0____"},{"title":"padel.fyi","description":"padel reviews, tools, how-tos","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ZkPCTecX0wg","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/timq/"},{"title":"besnowed","description":"a nostalgic novel filled with the warmth of winter","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=3lbVm1DQVz0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MobiusCoffee"},{"title":"elena","description":"medical diagnostic test for water-born diseases","niche":"other","youtube_url":"https://youtube.com/watch?v=Ngpv2JEGSQE","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/elena-mishina-4a9608216"},{"title":"quickyai","description":"making it easy and productive to use ai on any website instantly","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=IsYn2x0qVV0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/wahVinci"},{"title":"softvis","description":"visualize your software design","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=VAR7Lwz4xFw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/vmscode"},{"title":"preset shuffle","description":"introducing preset shuffle, a rocket league plugin that automates car changes with randomization.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=JRCynCKDRRI","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/daborgo/"},{"title":"apply","description":"a platform for job seekers to gain up-to-date industry-specific skills.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=pEKh0QOzmYE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/anthonylin198"},{"title":"ohaai","description":"helping students access the ai tools they need to learn better, faster & cheaper. ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=_OI46L6CdNs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/JACastilloF"},{"title":"myujen","description":"a platform for creating virtual reality visual novels","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=SnVX0vsZvaQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/OscoXR"},{"title":"gymlink","description":"a gym social network","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CHyYfgUEQ6w","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/devdylanr"},{"title":"meetminutes","description":"efficient summarization of meetings in any language for busy professionals","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=HC0N5lVsisM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/rishi_rover"},{"title":"amlopedia.org","description":"the ultimate tool to search on amlo's daily press conferences.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Alt7bu_t8jw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/magiobus"},{"title":"freeflow","description":"a tool for creatives to get visual feedback from clients or team members","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=wsthiWSDw4g","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Ahmedgg_"},{"title":"creato","description":"helping pakistani creators to monetize their content","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=i7rfNE5mqHo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/uzairshah32"},{"title":"stereocaster","description":"discover what farcasters are listening to. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=K7lp7ttcOno","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/emmekwan"},{"title":"petros","description":"one of a kind hoodies that make you look great and feel great","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=uZ7ZZ9z9FZM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/PetrosAwesome"},{"title":"revolte","description":"learn about web3 in a fun way! ","niche":"web3","youtube_url":"https://youtube.com/watch?v=ESlq7TyzOsE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/AntoineWisd"},{"title":"recover","description":"an animation about king david","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=rKwcw5AtfZ8","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/company/animation-apostles/"},{"title":"smalltalk","description":"personalized morning news podcasts covering your favorite topics","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Ivqd0Gfl64o","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_samcasey"},{"title":"kevvrites","description":"exploring perspectives through videos","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=N4yOzUkGQ-c","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/kevvrites"},{"title":"vidauto","description":"create cash cow youtube channels with one click","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=PUMxxrndvA0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/raphquinones"},{"title":"aireview","description":"aireview: validate your stay before booking! (our new tagline: regret-free shopping: concise insights from buyer reviews!)","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=P_xC89cKHJE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_mojaab_"},{"title":"reinforce","description":"get emotionally unstuck by mini journaling!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=XE81cx5FSX4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/rook_on_fire"},{"title":"medpath app","description":"simplify your med school journey - track your experiences, program progress, build a cv and stay on track for residency.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=L225YsNNySo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/cptcurt2"},{"title":"immay","description":"visual novel powered by ai that allows you to write your own responses instead of only options.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=tgQeUshxnfg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Official_IMMAY"},{"title":"beep boop media","description":"beep boop media is an ai powered podcast network","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=G2D2_FlOGaQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/WeedleChamp"},{"title":"ultramail ","description":"writing marketing emails can be dull, and reading them can be even duller. ultramail writes and personalizes your marketing emails with more results and less effort.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=-bSiY4wAVWY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Vishrut97442"},{"title":"coddio","description":"boost your startup's productivity by 100x with low-cost crm and dashboard solutions.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=4zsmtNNRg8w","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Sanjus_RoboticS"},{"title":"index ai","description":"a powerful search tool designed and engineered to seamlessly navigate your company's internal knowledge base.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=9GYZVU6AB8s","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/yash_347 , https://twitter.com/DeeprajPandey"},{"title":"modular spices","description":"a spices mix that makes your food taste like meat.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=_fokIQuJ1Kc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ModularSpices"},{"title":"samurai","description":"chatgpt for your website/app/course","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=LLGtGu7BSEc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/matchaman11"},{"title":"ary on the beat","description":"youtube channel that drops 1 lofi mix of a bollywood song every week","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=nakN62edvEw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ary_onthebeat"},{"title":"oboda","description":"warehouse management system that makes ordering and inventory tracking easy and simple for b2b businesses!","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=_i5p5WzE1Ww","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/likeklayton"},{"title":"trip planner ai","description":"we are a personalized trip planning platform that helps travelers save time and effort","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=eMjr72LA6ys","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/juan-pisco/"},{"title":"shadgpt","description":"virtual musician","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ZrjXpVASOVs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_futureweb"},{"title":"kiwi","description":"teach-to-earn platform for creators","niche":"web3","youtube_url":"https://youtube.com/watch?v=Wt87d67XM2w","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/CryptonikasDao"},{"title":"mojo","description":"onchain fantasy sports","niche":"web3","youtube_url":"https://youtube.com/watch?v=PTwuFPIU7eA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/davidhurley87"},{"title":"moodspace","description":"a tool to help you be intentional about your day and crush your goals ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=trUOnr1LBDc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/VinayaSharmaa"},{"title":"doodletale","description":"transforming children's creative designs into immersive stories, complete with educational quizzes and engaging mini-games!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=0ZiXgE0Y4FE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MariusSm1th"},{"title":"hyperdata","description":"a marketplace for real-time data","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=vD7VRp157Q0","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/judah-cooper/"},{"title":"knowledgelayer","description":"a developer toolkit for building web3 educational platforms","niche":"web3","youtube_url":"https://youtube.com/watch?v=Ai6ptAEI3-w","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/mattiapomelli"},{"title":"refactornow","description":"we help engineers learn and master refactoring","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=FMOE3VHQl9s","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/saadpastadev"},{"title":"hearhear","description":"record and generate insight from discord meetings","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=2fwQiY5YloQ","youtube_transcript":null,"embedding":null,"social":"https://linkedin.com/in/xipuli"},{"title":"exploraverse","description":"a multiplayer survival game in space","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=dRNTQAgqiKU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Luax0"},{"title":"dappling","description":"simple decentralized hosting for web3 devs","niche":"web3","youtube_url":"https://youtube.com/watch?v=ToO24E_dsJA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/0xBookland"},{"title":"chatmatrix","description":"ai chatbot for your website in 30 seconds.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=95uuQDPFHR0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/7ronak7"},{"title":"sparrow","description":"achieve your goals by the end of the week","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=_pgMNiLcsuU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ahassn_"},{"title":"pysaas","description":"the pure python saas starter kit","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=IPhFLpwZni4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/BowTiedRay"},{"title":"breakly","description":"automatically create web articles from your news scripts","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=c6ZIqhFOWL8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/AaronPTweets"},{"title":"sprintfolio","description":"sprintfolio lets youcollaborate and create meaningful portfolio projects using agile principles and live mentorship.","niche":"other","youtube_url":"https://youtube.com/watch?v=9xCwpfM8T5Q","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/company/sprintfolio"},{"title":"spaced","description":"find a place to host your event","niche":"other","youtube_url":"https://youtube.com/watch?v=RrXfFj3tLxI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/sajeevk"},{"title":"fate","description":"discover new people on earth, anonymously on whatsapp.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=fpmXovtWHBw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/goku_toaa"},{"title":"auditz","description":"scan smart contracts for vulnerabilities, and get a report in minutes.","niche":"web3","youtube_url":"https://youtube.com/watch?v=KNp0pyRLtmo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/GinoGuatavita"},{"title":"babblefm","description":"translate your podcast without changing your voice.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=m-gZqV6AEcM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MuchoPotato"},{"title":"grapple sensei","description":"grapple sensei simplifies your jiu jitsu learning online by finding the most relevant parts from a handpicked collection of youtube videos ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=0q6E5JLcDKw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/biteysnail"},{"title":"faxer","description":"the real estate agent os, we handle all the time consuming tasks so agents can turn their attention to generating more leads","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=8ysshUZFKUs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/karansaini11_"},{"title":"hivemind","description":"the missing link between ai and the apps you already use. 100,000 new chatgpt plugins. connect ai to any app that supports ios shortcuts.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=F88sfPcm88M","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/NickADobos"},{"title":"vocalized value","description":"personalized affirmations for any & everything","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=vI0zOuU375U","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/@nativeassets"},{"title":"delux lighting","description":"delux makes it easy to access the transformative power of light","niche":"hardware","youtube_url":"https://youtube.com/watch?v=iB_neMvDj1Q","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/bonrad_"},{"title":"blitz","description":"community-driven backlog for your product","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=VwucaGxWy-E","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/alldayalone"},{"title":"rune","description":"no-code platform for creating productivity templates ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CSIG8p07-Qk","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/GedOssman"},{"title":"s.t.e.v.e.","description":"your ai co-founder","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Qt0Q6AD5jns","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Mirage_0_"},{"title":"@curiouskidsco","description":"creating business content to showcase up and coming builders and startup ideas i hack on","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=TVuZOcPmrkQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/curiouskidsco"},{"title":"geopass","description":"replace security questions with a secret location on a map","niche":"web3","youtube_url":"https://youtube.com/watch?v=BTLKg6Ln7FE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/mattvogel"},{"title":"split horizons","description":"a game about a girl exploring imaginary environments, and in doing so, finding a way to go beyond them","niche":"other","youtube_url":"https://youtube.com/watch?v=pH3xhnRX3B0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/hussbin1"},{"title":"podsmart","description":"ai-powered podcast summaries to help busy intellectuals learn more efficiently","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=imurrLN1Uok","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/thamsuppp"},{"title":"brainwashd","description":"analyze tweets and news for misinformation","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=vTcHRqlE4qw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/web3wil"},{"title":"claros","description":"an ai expert that helps you decide what to buy","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=HWW8fkfSvhQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/thiteanish"},{"title":"centive","description":"take part, get rewarded","niche":"web3","youtube_url":"https://youtube.com/watch?v=fzmKKekvEks","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/alahaddad/"},{"title":"yenta","description":"we help you bring your irl tribe into your online dating scene","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CrKt-4C3VWQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_JustinTime42"},{"title":"yukii","description":"an app to keep all the words you're learning in one place.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=fpQj9_BDw40","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_borombo"},{"title":"space potent","description":"a material to grow plants ins oace","niche":"other","youtube_url":"https://youtube.com/watch?v=14pspYtQL2I","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MayurParth83427"},{"title":"character.xyz","description":"a character as a service platform offering an affordable and a easy way to add virtual characters to virtual worlds","niche":"other","youtube_url":"https://youtube.com/watch?v=vuU44YP8aCA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/zenosaviour"},{"title":"bam robotics","description":"robots that autonomously sort municpial waste","niche":"hardware","youtube_url":"https://youtube.com/watch?v=aX0ouNn4TAQ","youtube_transcript":null,"embedding":null,"social":"https://ca.linkedin.com/in/zacharyyamaoka"},{"title":"swifties","description":"badminton equipment brand","niche":"hardware","youtube_url":"https://youtube.com/watch?v=2Vif88Sgov0","youtube_transcript":null,"embedding":null,"social":"https://www.youtube.com/@swiftbadminton"},{"title":"blessed burgers","description":"a blockchain lottery using burgers as tickets","niche":"web3","youtube_url":"https://youtube.com/watch?v=lCGnVtLEI1M","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/burger606"},{"title":"duotok","description":"learn languages while watching tv","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=gtzbt7F8kMY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/janvikalra_"},{"title":"llm report","description":"a tool to help you save money on the openai api","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=fA0OV7PKVkg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/dillionverma"},{"title":"old skaters tricks challenge","description":"a skateboarding challenge for amateurs aged 30+ who submit one trick per week for 12 weeks.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CAsqTziJujg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ben_cotte"},{"title":"demarrage","description":"performance with 2 bikes that generate power. audience competes, winner gets their power's worth of money.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=kuF0RIuuJIA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/JurriaandeVos"},{"title":"wild friends","description":"your new virtual best friend - interactive virtual animal with real life support for wildlife sanctuaries through digital collectibles","niche":"web3","youtube_url":"https://youtube.com/watch?v=nRoaO7z2MIw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/bubalu3D"},{"title":"ace it","description":"an ai driven study app that helps students learn the way they want to.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=EXuJHg23gFA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/jai_mansukhanii"},{"title":"econvo","description":"improve your speaking confidence to crush your startup, career or interview goals.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=wl7n_Sy07fg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/cyberay0"},{"title":"@madebygad","description":"i capture stories onto sneakers you can display","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=tF-vxE8YnXU","youtube_transcript":null,"embedding":null,"social":"https://linkedin.com/in/mogad"},{"title":"selfarama","description":"personalized picture-books that really look like your kid","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=pr7kJu3HJ_Q","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/slowlier"},{"title":"raide","description":"peer to peer clothing rental marketplace","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=mmDJv1PcqPM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MiguelSarenas"},{"title":"on the edge of water & ai manga king","description":"a rowing manga & a platform that helps everyone to create their first manga effortlessly","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=62yWd-9ZvEo","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/lideli/"},{"title":"storyverse","description":"read, write ans share stories for kids","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=XWzdSbqvyEM","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/lvictorazzi/"},{"title":"midori sleep","description":"the comfiest bedsheets in the middle east","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=ZCSO6DvHcAA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/afscott"},{"title":"0xventure capitalist","description":"play a fun idle-clicker game while learning about investing and growing wealth.","niche":"web3","youtube_url":"https://youtube.com/watch?v=w--Gg1RZlOg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/sov3333"},{"title":"finance brain","description":"instant answers for finance and accounting questions","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=uckj3498T14","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/RobertJWayne"},{"title":"findtees","description":"we build a sustainable uniqlo","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=YYyZtDAA9DY","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/fery/"},{"title":"embedquiz","description":"generate leads with quizzes","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=rmqEODBNks0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/AghHelmut"},{"title":"x-letter","description":"an interactive web novel platform","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=CiNaGXFwweY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/sky3lo"},{"title":"freedom flowers ","description":"a lifestyle brand that shares revenue with our community members ","niche":"web3","youtube_url":"https://youtube.com/watch?v=eshewv3-cyE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/jhamar "},{"title":"wilon - mrhatch cospace","description":"let everyone have their ideal space.","niche":"other","youtube_url":"https://youtube.com/watch?v=zF9n594zAX4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/WilonVives"},{"title":"verbamagistra","description":"practice language by chatting to virtual partners with hints from a virtual teacher","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=s9tVNoz-peA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MMaliarets"},{"title":"ekatra","description":"a whatsapp bot that helps you learn anything","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=4sNz8nHPyig","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/iabheejit"},{"title":"rizz ai","description":"cool one-liners to strike conversations on dating apps based on their interest!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=QhikTqBYkR8","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/yuvanarvind/"},{"title":"y thee asinine","description":"recording an electronic music album","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ad1-1s3lUP8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/johnyeo85"},{"title":"random quotes","description":"chrome extension for getting new quotes.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Gf-kDiG1pq8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/akhil_manga"},{"title":"fraczone","description":"i'm building a platform where people can buy a fraction digital assets like nfts.","niche":"web3","youtube_url":"https://youtube.com/watch?v=_qezlOiB2Xs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/fraczone"},{"title":"folio","description":"make your personal portfolio website in a single click using just your resume","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=a-L-xMQ1IQo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/LaxyaPahuja"},{"title":"treatyou","description":"treatyou is a mirco-gifting app for professionals.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=dZHi9t7uBgg","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/leescharf/"},{"title":"plasma dao","description":"decentralized collabs between devs","niche":"web3","youtube_url":"https://youtube.com/watch?v=QJ3svHC2ejg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/elCriptomaestro"},{"title":"boredreading.com","description":"read and follow incredible blogs and substacks","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=upOap06iO8k","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/kumailht"},{"title":"fantoons","description":"fan created comics platform","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=M8y6MUUEzm4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ashitaa"},{"title":"euna health","description":"we help you make decisions about your healthcare ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=MT5_Sebmzgw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/HealthEuna91389"},{"title":"baked blender pro suite","description":"equipping and training the next generation of metaverse architects ","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=jbYF6RE5i5I","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/bakeduniverse"},{"title":"newb3.0","description":"a cyberpunk roleplay and text-adventure game","niche":"other","youtube_url":"https://youtube.com/watch?v=cUI4dN33on4","youtube_transcript":null,"embedding":null,"social":"https://@TalonDragon000"},{"title":"noswag","description":"automate the test automation","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=YO5Lpk9P9Gk","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/thaadihige"},{"title":"datcrazy pencil sharpening machine","description":"re-engineering a classic hand-cranked pencil sharpener from 1890s","niche":"hardware","youtube_url":"https://youtube.com/watch?v=Gz7ut1zhw6s","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/puru991"},{"title":"youtube chatbot chrome extension by audio2doc","description":"a chatbot that allows you to ask questions about videos on youtube.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=-1lKnfJLJ1o","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/taishik_"},{"title":"aprilynne alter","description":"a youtube channel that teaches you how to convert your knowledge into educational youtube videos people will actually watch","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=8wrQKWElyfI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/AprilynneAlter"},{"title":"hudn","description":"a platform to showcase your side projects to the world while also getting noticed by major vcs and recruiters in the game.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=EaQV26sxTAY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/raihankhan_rk"},{"title":"zetapass","description":"nft ticketing platform","niche":"web3","youtube_url":"https://youtube.com/watch?v=Ej2YLkCHFNQ","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/zeddkhan03/"},{"title":"isitsafe.io","description":"trustpilot for crypto & web3","niche":"web3","youtube_url":"https://youtube.com/watch?v=c9C0s6y-XmA","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/aaron-ullal/"},{"title":"hashleap","description":"crypto payments management platform","niche":"web3","youtube_url":"https://youtube.com/watch?v=wpQzAGXGJ1Y","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_nasj"},{"title":"pin save","description":"decentralized pinterest","niche":"web3","youtube_url":"https://youtube.com/watch?v=m38Ic9C5150","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/pfedprog"},{"title":"depths","description":"a social bookmark for tech people","niche":"other","youtube_url":"https://youtube.com/watch?v=gLJjkVGgHqE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/desmondhth"},{"title":"doooit","description":"an app to maintain a list of daily tasks to stay productive!","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=e_pSmHN11Mg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/prnkgrwl286"},{"title":"blockbites","description":"payments in stablecoins with a loyalty program around it for the consumers ","niche":"web3","youtube_url":"https://youtube.com/watch?v=sWm6rgiFQzY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/BlockBitesxyz"},{"title":"samurai code","description":"high quality tutorials for web developers that want to learn ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=hTLHNKuRO7g","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/smaameri"},{"title":"eléa","description":"create my very first album ","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=x59OaLgUsfQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/EleaVogli"},{"title":"pedagogue.ai","description":"alis - the edubot","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=QabeBdVlWes","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/iamspirit_io"},{"title":"plearn","description":"ready to travel the world, explore financial cultures, and master the art of finance and investment? join our virtual board game adventure now!","niche":"web3","youtube_url":"https://youtube.com/watch?v=pN70sQei9mk","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/CryptoStein2022"},{"title":"yoinered","description":"hustler bound","niche":"web3","youtube_url":"https://youtube.com/watch?v=kR5DWL4Zzu4","youtube_transcript":null,"embedding":null,"social":"https://linkedin.com/in/erikamartinezsoto"},{"title":"frenbox","description":"cloud storage for effective sharing and monetization of files(digital contents) to large audiences.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=8YmV1nU6TJM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_PeterAkande"},{"title":"mero finances","description":"app to log income/expenses to track and get them analyzed","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=S_PzamjwNb0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/uparogya"},{"title":"yung ape","description":"degen metaverse artist","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=PXbcJJmEXD8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/YungApe420"},{"title":"stategise","description":"get clarity for your business with targeted coaching and access to a 24/7 digital coach to answer any business questions.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=nJs_uOJHEmg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/thisisbanke"},{"title":"chatgpt billionaire","description":"helping black women become chatgpt billionaire's","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=7GeQiPoG9Ow","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/SmartGirlCredit"},{"title":"freedom flowers","description":"a lifestyle brand that shares profits with our community members. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=eshewv3-cyE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/jhamar "},{"title":"cryptomarry","description":"crypto savings & earnings made simple for couples","niche":"web3","youtube_url":"https://youtube.com/watch?v=kO0xO95fapo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ethmag.eth"},{"title":"good people click","description":"shop at your favourite online stores and we donate 50% of revenue to charity","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=OWmMP1bmlYk","youtube_transcript":null,"embedding":null,"social":"https://www.instagram.com/mattpaish/"},{"title":"pattern central","description":"an online store for repeatable pattern design.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=0AN5cQhSs3s","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/rahulrajeeev"},{"title":"youify","description":"a tool that can make your playlists travel between platforms","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qhuAKdemeAE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/anonthedev"},{"title":"green-reciepts","description":"making billing effortless for customers through paperless digitization.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=9qcjzLj8sv4","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/dinki-yaduwanshi/"},{"title":"thought blast","description":"a bullet note app with audio transcription","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=yTSJ-q_8Opk","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MaxMynter"},{"title":"notion gtd","description":"manage your todos with the getting things done system in notion","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=M5RKeOBFymg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/asadjibranahmed"},{"title":"incentive","description":"say thanks to anyone online with gratitude and confidence.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=6-gu0mTaBCI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/seebiscut"},{"title":"dots per inch","description":"a newsletter on photography and digital culture","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=PB7lgYCvLL0","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/frauke-schnoor-2a26129a/"},{"title":"vibeverse","description":"a platform for filmmakers and content creators interested in ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=KbKPSDRqvTM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Ro3_RR"},{"title":"shefali ","description":"an album of music, art and writing to encourage people","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=W3Dsf-fk1ds","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/shefalimusic"},{"title":"musixspace","description":"a social media to match people having same taste in music","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=wDm-k7xrhPs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/neuronandchords"},{"title":"madlad","description":"a bot that can do anything a community moderator can.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=VIqythfrmTg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/anushka_twt/"},{"title":"blockwork","description":" a platform to search and find a crypto job ","niche":"web3","youtube_url":"https://youtube.com/watch?v=aKbCmKsDt9g","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/company/cryptojobinternatinal/"},{"title":"b.","description":"briefedit is an ai-powered tool for creatives to generate project specs and mood boards in no time! ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=XjnRx41813E","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/venalbe"},{"title":"linkcollect","description":"save, collect and share links and browser tabs in a better and faster way. ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=8riBTsArkCo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/askwhyharsh"},{"title":"hitmeup (former wittywhiz)","description":"craft the perfect response for your social media chat","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=xvjI0qheYac","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/chatwiz_app"},{"title":"eboyd (easily-bring-on-your-device)","description":"helping entrepreneurs setup shop super fast and no tech experience required...","niche":"hardware","youtube_url":"https://youtube.com/watch?v=ClqVvdQnY1M","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/dsouza_russell"},{"title":"braind","description":"we help m&a professionals work smarter by leveraging ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=l6F6KpYHiQ0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/zabr1An"},{"title":"the.bridge","description":"a project that makes therapy more affordable ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=zrXuQk3icKw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/justynacy "},{"title":"vrfd.info","description":"yelp for ethereum with rewards for successful reports to help buyers transact with confidence","niche":"web3","youtube_url":"https://youtube.com/watch?v=OmKhKadx1yo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/wernerdoteth"},{"title":"citrus","description":"open-source vector database for your next project","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=HpecfMplWo4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/0xDebabrata"},{"title":"artedys climate-sat.com","description":"artedys is: advancing climate solutions in the blockchain frontier – to transform satellite data into actionable carbon assets.","niche":"web3","youtube_url":"https://youtube.com/watch?v=Wdo2C20ytVU","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/cristianbeza/"},{"title":"just commit","description":"just commit is a 1-month challenge that is designed to help you use an app on your phone less often.","niche":"web3","youtube_url":"https://youtube.com/watch?v=eIPuWFOont0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/danielbelfort"},{"title":"gig genius by prosody","description":"rock your gigs, not your paperwork - virtual assistant for musicians","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=FkgYdjRsydE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/prosody___"},{"title":"aashvi","description":"ai influencer ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=SzVyhGzQjAs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_RikenShah"},{"title":"communitax","description":"management and payments for maintenance fees.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=YeMZTBCJdTs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/pankexillo"},{"title":"www.giftmatch.ai","description":"finding a personalized gift in less than 1 minute","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=_V-A48dcJJA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/medicyp"},{"title":"side hustler ","description":"business concept generator ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=OPlD3UlE2dA","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/tyler-woolcott-6066782b/"},{"title":"spray street","description":"the home for urban art online","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=wwBOMh9d0wc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/spraystreet"},{"title":"forgelab","description":"a platform to easily build ai apps ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=pdF4igX84_E","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/backtestio"},{"title":"voleeyo","description":"voleeyo: your linkedin for volunteers ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=O3i1HpPvbqo","youtube_transcript":null,"embedding":null,"social":"https://www.twitter.com/sydney_lukee"},{"title":"crossfarza","description":"a timer for crossfit workouts - we help competitive crossfitters time and track their workouts so that they can achieve better times","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=2mWBlj1ga_I","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/OscarFitcoin"},{"title":"vibeverse.xyz","description":"a platform for filmmakers and artists that want discover new ai tools","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=KbKPSDRqvTM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Ro3_RR"},{"title":"carb curious","description":"estimate carbs on the go","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=GK4tWJ_o3kY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MarksThinkTank"},{"title":"the creative zentrepreneur's blueprint","description":"a 6 week email course to help you figure out how to start building a life of purpose & profit.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=HbFxqUQZvDc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/soulboundrebel"},{"title":"neon abyss","description":"shoot arcade monsters in an everchanging maze","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=uDY9dos6ebI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/DamonMRocha"},{"title":"founderz-dao","description":"an open door to founderz, a decentralised start up studio and founderz hub, that accepts 1 builder everyday until climate doomsday. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=P87DmreAnW4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/CrystAlline_K42"},{"title":"summate.io","description":"an app that summarizes your youtube feed","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=3JL1rJ7CXv8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/summateio"},{"title":"clairedao","description":"a royalty generating crypto screener","niche":"web3","youtube_url":"https://youtube.com/watch?v=5c-VfTNuLKM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ClaireIntel"},{"title":"thirdmerch","description":"we help digital artists monetize their work through custom merchandise and digital collectibles","niche":"web3","youtube_url":"https://youtube.com/watch?v=krqGt2a_bf4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Maisuradze077"},{"title":"devgpt","description":"chatgpt for developers","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=kzRztgP4MXc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/itsharshag"},{"title":"zaaratotune","description":"hope amidst despair: piano album that soothes soul","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=UuiO74-LVqA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/zaarato_"},{"title":"work-visa spotter","description":"a job with only visa sponsored jobs","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=A9gLdvFU37k","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/TusharDarewar"},{"title":"lowbackpain.io","description":"an app to treat your low back pain","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=gSM93rRXcM4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/amit_ajwani"},{"title":"mental health metaverse by top love tech","description":" immersive virtual reality worlds that mentally heal people.","niche":"web3","youtube_url":"https://youtube.com/watch?v=OgFdEaI_EI0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/cheeartsbooks"},{"title":"principles","description":"a clothing brand for entrepreneurs and hustlers","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=RZpkRkLESQQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/themukulsaxena"},{"title":"oc","description":"a marketplace for content creators to find the right services to grow their audience and monetize faster.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=dAobXx-ddSQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Phoenix29893318"},{"title":"5head","description":"your very own mental health assistant","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=R7s3DEy2Z70","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/nayankad"},{"title":"milkmaid's pitcher","description":"artwork linking metaverses","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=cJBNYZQRf1o","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/DystopiaofI"},{"title":"roamerai","description":"revolutionizing trip planning with ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=-KJ88rORSBQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/roamerai"},{"title":"maneshwar mehra","description":"short form videos and photos shot and edited on my smartphone","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=Nk_uhcXTqCo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/maneshwarmehra"},{"title":"stryd","description":"create, track and smash workout goals with friends","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=txWmvonro0Q","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/emmanuxl/"},{"title":"ai education group","description":"create positive impacts in education through teaching the responsible use of ai","niche":"other","youtube_url":"https://youtube.com/watch?v=ueJ0XFVZItI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/thomasvillix"},{"title":"organizm","description":"a discord bot that helps builders form stronger communities.","niche":"web3","youtube_url":"https://youtube.com/watch?v=oA3imMYsKac","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/HairyBarry_"},{"title":"aisports","description":"aisports is the premier daily fantasy sports (dfs) platform built on the blockchain. create a lineup, enter in the day’s contests and win crypto rewards!","niche":"web3","youtube_url":"https://youtube.com/watch?v=PKNWJK8ZXig","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/aisportspro"},{"title":"notpink","description":"notpink creates an interesting project every couple of weeks and content to gain users and grow and audience.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=XmTtHTfW6WI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/naklecha"},{"title":"choose your algorithm","description":"helping businesses connect with their target audience via their expertise instead of relying on traditional methods of seo, social media, and paid advertising","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=0vBzxAzxqX4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/leo_guinan"},{"title":"arc.aid","description":"ai dream analysis and journaling app with ai generated text and image","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=K3QacOf6o7I","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/PickledImagn"},{"title":"gift of fund","description":"with $25 donation we will create alternative investment account for one foster kid.","niche":"other","youtube_url":"https://youtube.com/watch?v=ppZXGiVbonA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/nathanoen"},{"title":"ai stock cast ","description":"an artificial intelligence app that scans the web's news feeds and generates a market sentiment analysis for the day.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=9_EtEZ1fky4","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/jessesotovision"},{"title":"heliumdenver","description":"we're building a hackathon, exposition, educational workshop, and celebration for projects that leverage the helium network.","niche":"web3","youtube_url":"https://youtube.com/watch?v=WBdp9zqTTYE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ilovespectra"},{"title":"deedle","description":"real estate transactions made simple. ","niche":"web3","youtube_url":"https://youtube.com/watch?v=AiEpBmBAIk8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/itsmilesbaker"},{"title":"versa","description":"a website to practice languages by having natural and open-ended conversations with your own ai tutor.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=X8ZXyyNLp10","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_pabloomvc"},{"title":"watchdog","description":"log, monitor, identify, resolve.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=mrbJ9dLSwns","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Lifeofdan_el"},{"title":"anky","description":"the disney studios of the future","niche":"web3","youtube_url":"https://youtube.com/watch?v=THJBZjGZdvM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/kithkui"},{"title":"eweper","description":"helping sheep farmers improve the health of their flock and their business","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=XxFfucYZO6o","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/katiedubarry"},{"title":"humind","description":"boost ai adoption in business","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=yjvG0IDCE2Y","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/SanxRoz"},{"title":"servizi","description":"services made easy.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Dbc9vF1XIck","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/yashpanditrao"},{"title":"maxfindscars","description":"the most interesting cars on the internet, in your inbox.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=uNI-_t0tFpU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/maxjzin"},{"title":"bolt","description":"who knew a dex could be a work of art?","niche":"web3","youtube_url":"https://youtube.com/watch?v=5Fpi2Nd5hHI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/BOLTVR"},{"title":"iterate health","description":"comprehensive health management platform with ai-driven insights","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=NmdplrMHapU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/nick_mandal"},{"title":"senpai ai","description":"let our ai guide you through meditation","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=BTiMct4eLLU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ehteshaxm"},{"title":"the shadowlands- by aahana anwer","description":"she controlled the shadows but when the balance tipped, she had to shine brighter than ever to save them all","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=CbP5iGvY40Q","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/aahana-anwer-8aa6a5251/"},{"title":"sustainability","description":"we help organizations start their sustainable strategy","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=faQYBQkKwWU","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/mariana-constantin-512759b9/"},{"title":"speedsaga","description":"strengthen your attention span as you immerse in your preferred reads","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=YApiBJ2LdYo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Magikaaa"},{"title":"dice","description":"ai tool for ux designers to accelerate their ux process and ship designs faster ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=_S1ywNcE04Y","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_dicedesign"},{"title":"road to startups","description":"yt channel and community for builders","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=d-JTWGghRyA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/vlad_human"},{"title":"sparkles ✨","description":"an ios widget that keep you motivated by displaying positive comments from your socials ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Ft4zpqsQzss","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/diwan_liwe"},{"title":"flashmates","description":"find housing and roommates in a safer, faster and efficient way","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=YGqkLpBMSxA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/0xastro98"},{"title":"cheffy ai","description":"hands free ai that helps you cook tasty food","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=5pAazbBffSE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/bogdan_fotescu"},{"title":"energy boosts","description":"app that optimizes your health while working from home","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qbP-SWTJOAs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/mosqueradvd"},{"title":"indiecon","description":"connect better with builders & hackers","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=S0kKQNK1tWw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/adityakrishnag_"},{"title":"origami","description":"the perpetual time capsule","niche":"web3","youtube_url":"https://youtube.com/watch?v=sTg7cLinsPg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/organikinc"},{"title":"podmunchies","description":"turn your podcast into podcast summary in your own voice🎙️","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=jWxGkhnkBHI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/frankt002"},{"title":"capsl8","description":"a collaborative data archival platform","niche":"web3","youtube_url":"https://youtube.com/watch?v=Y4eSTwtgtlw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/zkDoof"},{"title":"boundless","description":"envision your large scale land development project in a social metaverse","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qlkH9nN1zKY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/gregor_mortis"},{"title":"jamerative","description":"a website called for generative artist to share their code by making them as nft and co-create generative art with others","niche":"web3","youtube_url":"https://youtube.com/watch?v=nSkhvcYQVAA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/caaatisgood"},{"title":"youni","description":"find classes that lead to jobs","niche":"web3","youtube_url":"https://youtube.com/watch?v=vRTraU8qPVQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/younixyz"},{"title":"business worthy","description":"easily value your business using common industry metrics","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=QUqPTLyNsso","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/JustinMemphis42"},{"title":"chapters of a christian life","description":"a christian blog","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=HJ-zqpX7sjw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/aeoncat"},{"title":"the zen rooster","description":"education is broken. learners everywhere deserve education that actually matters.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=Hu7s7cZqOHw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/VikasKalraNY"},{"title":"greenlit","description":"all-in-one platform for filmmakers to track, manage & distribute their films. ","niche":"other","youtube_url":"https://youtube.com/watch?v=ZQvaHxlyc_g","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/ianqgrant"},{"title":"raisesats","description":"turn whatsapp into a bitcoin wallet","niche":"web3","youtube_url":"https://youtube.com/watch?v=OYNe67thNf0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/cmpgfb"},{"title":"finbeet","description":"finbeet reveals top crypto traders for retail investors","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=H-ck71mi_2s","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/finbeet"},{"title":"better ai","description":"better is a coach that you teach about yourself, and then talk to when dealing with adversity.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=RYeqrDfEhUw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/davitbalag"},{"title":"#justforthemems","description":"empowering travel through memories","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=2JqgRRU-mD0","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/kelli-hu/"},{"title":"tapped","description":"a live-performance portfolio for musicians","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Z9EEgnZTnAA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/jonaylor89"},{"title":"now for this","description":"a media company focused on art, culture, consciousness and technology","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ItLIOO4RIwQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ENIXINRI"},{"title":"hostmate","description":"app que conecta anfitriones profesionales en airbnb en latam con propietarios para gestionar sus espacios en rentas","niche":"other","youtube_url":"https://youtube.com/watch?v=L1_UDibI_Pc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/espejeljuanma"},{"title":"learnai","description":"a site that takes content and makes it interactive to learn.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=cmuR-E1kWoQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/advaitpaliwal"},{"title":"yieldverse","description":"a newsletter on the decentralized finance landscape, and how you can take advantage of the yield opportunities out there! ","niche":"web3","youtube_url":"https://youtube.com/watch?v=a7q_wBZw7d0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/0x_Tariq"},{"title":"meowsic","description":"a platform to create your own radio station easily","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=pbDVW94Kemw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/AndreesDC"},{"title":"pas-three school","description":"60s videos that helps students learn and get jobs in web3","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=8SBvJ69WqvM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/rsmspeirs"},{"title":"quickcast","description":"quick launch chatgpt and bard with a single shortcut key.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=ltKN_fiI-Vw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_patrickpc"},{"title":"lifelike","description":"we help game devs create npcs players can actually talk to","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=aeP1EZNdAi0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/mustafa_tariqk"},{"title":"dropchat","description":"create a custom chatgpt using your own content","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=2uUzyYH32h4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_nwmo"},{"title":"jazzify","description":"create banga snippets!","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=azCve4x9pSM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/yupuday"},{"title":"hazel🤎hearts","description":"hazelnut farming sim that gives active players ownership stake in a real farm ","niche":"web3","youtube_url":"https://youtube.com/watch?v=tiZEqRHQ_8g","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/hazelheartsdao"},{"title":"simplfy","description":"your ai powered education companion.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=nBo1XEHxk0E","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/suppaGPT"},{"title":"unistart","description":"connect with founders from your school ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=18wwcYjk_Pk","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/jerryteng/"},{"title":"kirl oracle cards","description":"elemental guidance cards for introspection and self-discovery.","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=3l_4qCpi018","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/DarbyBaileyXO "},{"title":"963seekers","description":"an anime series about a crew of pirate radio rebels fighting the regime","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=aRTS8_J9tH8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/963Seekers"},{"title":"gptmyday","description":"the easiest way to use ai to plan your day","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=5SUfcTfXQko","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/philosofteng"},{"title":"samsworld","description":"be a fitter version of yourslef","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ZzQrB5ZY6gU","youtube_transcript":null,"embedding":null,"social":"https://@SmarikaManhas"},{"title":"ventureᕽ","description":"a multimedia venture network featuring entrepreneurs and founders","niche":"other","youtube_url":"https://youtube.com/watch?v=9NcGk_LYB10","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/venturetothex"},{"title":"chatbun","description":"ai chatbot as a wordpress plugin","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=cjrbcZNNmA4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/sinacdoche"},{"title":"elev8","description":"an app to organize your work by creating workspaces with todos, tabs, notes and files","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=BTj5Je4UJQA","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/angelpadillaesqueda/"},{"title":"beatcode","description":"platform to help programmers with their technical interviews","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=QhAfR5l9zi0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ved_chitnis"},{"title":"anything","description":"marketplace for ai legos like plugins and vectors","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Cr4Y21lP55M","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/carllippert"},{"title":"anitab","description":"all you want in your new tab!","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=0NGHgyXM5dc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/TG_Himanshu"},{"title":"idist","description":"tired but excited, wish i had more time to do a proper edit of the demo video!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=-VeknAfkzNo","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/danielfl%C3%BCgger/"},{"title":"aliceai","description":"ai influencer managed by fans","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=UPd8bVd4guY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/dviddz"},{"title":"godot","description":"connecting professionals, businesses, and clients, with a focus on social impact.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=nFvQCQmynio","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/DeCillisGiorgio - https://www.linkedin.com/in/giorgiodecillis/"},{"title":"herr- your smart ai bae","description":"smart and cute voice-output romantic companion","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=MrmdXMyPBtA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ludwig2insf"},{"title":"botbrix.com","description":"chat with your books or journals as if they were your friends","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=N07vn8Ekusw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/and99cents"},{"title":"powpow","description":"wear to earn platform in the metavere","niche":"other","youtube_url":"https://youtube.com/watch?v=l4P6nj2UykY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/metaversearchi_"},{"title":"placsy","description":"discover local favorites and hidden gems ","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=KXpYXbcY9KE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/0xjescetta"},{"title":"longing for belonging","description":"a newsletter on how doubt leads to ultimate meaning","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=mKp57pcHaIw","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/arthiliax"},{"title":"content spark","description":"an app that helps users create social media content","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WCj8uLvBCP8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/BlaneSteckline"},{"title":"waro colombia - warocol.com","description":"we are \" el consejero del desparche\" which means when you are bored, in english it can be the free time advisor when you are bored.","niche":"other","youtube_url":"https://youtube.com/watch?v=cE_Os0siTpc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/uno0uno_"},{"title":"jojuma bi fuel pricing tool","description":"a pricing tool that help gas station owners in meixco take decisions","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=38ac5yGHbnA","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/joecotacarrasc/"},{"title":"oons","description":"a chat that answers all your longevity-related questions","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=qvuk42_kgCI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/oona_singh_"},{"title":"jazaredu","description":"online university to learn any field for free","niche":"other","youtube_url":"https://youtube.com/watch?v=bbYHjo1hp7E","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Mahmoudahmedxyz"},{"title":"craft block","description":"helping small business build super fans with digital keepsakes","niche":"web3","youtube_url":"https://youtube.com/watch?v=18VQPOCRQX0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/craftblock_io"},{"title":"faketime","description":"video call your favorite personalities w/ gen-ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=B2gT5PhQ3pk","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/therealprady"},{"title":"nibbly ai","description":"instant insight for all content - study and learn at hyperspeed by uploading any link, video, or doc to get answers and summaries.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=UNsRbHCte1U","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/NibblyAI"},{"title":"velt","description":"understand patents in simple terms","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=BLr6EdZtbzo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/resjudicoda"},{"title":"collabhive","description":"share ideas and collab with developers to build and ship those ideas","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=9s9bjULEBEM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/kushagrasarathe"},{"title":"contract canvas","description":"freelance with trust while protecting privacy","niche":"other","youtube_url":"https://youtube.com/watch?v=nL5aubQIkDs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/duvvuri_krishna"},{"title":"web3toolist.xyz","description":"a directory of web3 tools","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=8mmdU0MBxf4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/walkwithdama"},{"title":"idea2business","description":"transform your idea into a profitable business","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=aFKFoM3YEFY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Pushpit07"},{"title":"decibbl","description":"music streaming app that makes you money","niche":"web3","youtube_url":"https://youtube.com/watch?v=EwCLyJLYqIE","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/pogul_saicharan"},{"title":"curiosi3","description":"learn blockchain and web3 in spanish","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=DKIJlkE3-E0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/sandraupgrade"},{"title":"fallacy.review","description":"we help people automatically highlight flawed reasoning on twitter ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WqC5_iETEhU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/haseabamin"},{"title":"deatris","description":"tool for local businesses to earn loyal customers","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=VRnA0ZTMRZo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/yagizahos"},{"title":"crispypics.io","description":"see more pictures without going over your data plan.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=EGDrztQwH8M","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/BlowLikeSnow"},{"title":"vibe app","description":"ai personality test","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=uWIvf-B1y2s","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/hackwithzach"},{"title":"pier street","description":"we help sellers create better listings and keep more profit","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=Qc9qUeqM5hU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/SynthientArt"},{"title":"kotoverse.xyz","description":"a social feed for indie novelists to quickly test inspiration and ideas. post bite-sized stories with stunning ai-generated illustrations.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=o0jhtrIKUWg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/junmisak"},{"title":"tkc.","description":"a humanistic approach to community management/consulting. ","niche":"other","youtube_url":"https://youtube.com/watch?v=XbFO6B6YaAc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/deadlyisabelle"},{"title":"alien chain of thought","description":"showing if llms can reason in ways that don’t make sense to humans.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=AAbs7W9HE9I","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/yaroshipilov"},{"title":"instacaption","description":"help small business and creators write better instagram post","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=kKXv-N9ud08","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/picsoung"},{"title":"trafficsense","description":"smart foot traffic counter","niche":"hardware","youtube_url":"https://youtube.com/watch?v=xy6jxM_UD1k","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/dasilvakareem"},{"title":"rarement","description":"webtoon digital collectibles for super fans","niche":"web3","youtube_url":"https://youtube.com/watch?v=6z8GIUsMQKI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/0xsano"},{"title":"the trippy kit","description":"storage, preparation and transportation kits for cannabis","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=y7tI48BTRio","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/thetrippykit_"},{"title":"coolschool","description":"making learning engaging and fun with virtual assistants for teachers & students","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Ky9wvnPDwgA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/PhilThe3rd"},{"title":"datetify","description":"a date schedule for busy people","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=mOuYZ-kaPzk","youtube_transcript":null,"embedding":null,"social":"https://linkedin.com/in/mingzehype "},{"title":"tisé","description":"a chic bag that doubles as a phone charger","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=_dY-QZjnHpc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/tisebeneka"},{"title":"sotreus","description":"redefining privacy with vpn and firewall","niche":"web3","youtube_url":"https://youtube.com/watch?v=n6FGG7-cX68","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Shachindra92"},{"title":"ssimple.co","description":"ssimple is a notion-like tutorial builder to create onboarding & training tutorials with file embeds","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=tWBOH0lI4Cs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/justnwu"},{"title":"sky","description":"an animated virtual influencer where all the content generated with ai tools","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=zNSUOGhk2s8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/nataliyakarat"},{"title":"bowled.gg","description":"beat your friends in cricket","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=xBbkSsUSX7s","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/madhukar_01"},{"title":"scisea","description":"a platform for decentralized science on ethereum layer2","niche":"web3","youtube_url":"https://youtube.com/watch?v=ynsIDegoxmY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/LinqinEth"},{"title":"gratie","description":"a platform for businesses and communities to create their own cryptocurrency for reward and ecosystem management","niche":"web3","youtube_url":"https://youtube.com/watch?v=b58R5foEobs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/moj26_"},{"title":"pandooin","description":"an online personal travel consultant, just for you","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Fqd5r9_4BnM","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/rafi-atqan/"},{"title":"big magic ai","description":"big magic ai, powered by chatgpt, is a wordpress blogger's assistant that helps overcome writer's block by generating content and images for you. it also provides english grammar correction and translation support.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=DBhVFwK0JKs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/codeandfood"},{"title":"substrack","description":"a chrome extension that helps you track your credit card subscriptions","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=efngPJa60vc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/billylui"},{"title":"one decision","description":"a story of a quest with choice","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ah-aTnbUhH0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/joaquimbalta"},{"title":"lootgod","description":"a tool for anyone to create entire e-commerce stores in minutes","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=jEJznjHaoNg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/aMichaelLyons"},{"title":"never far","description":"connect with your family as if you never left","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=Y-Dj41TWVG4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/rishi_kar/"},{"title":"recoop rentals","description":"a real estate company that turns renting into wealth building","niche":"web3","youtube_url":"https://youtube.com/watch?v=zy2P7YDKWhY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/DegenLemur"},{"title":"recipepal by matt lintlop (software sensations)","description":"recipepal your ultimate ai-powered cooking buddy!","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=OAlhWJSE55Q","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/MattLintlop"},{"title":"elonman","description":"make interactive webcomics by combining pictures, videos, sound, and more","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ixJN8dSXgZ0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/j_stonemountain"},{"title":"ringledingle","description":"highly personalized greeting cards built by ai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=4u-Xl6yMFJg","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/drew-piispanen"},{"title":"vault - the everything app","description":"the everything app that makes your life happier | a dimension or space where you feel different","niche":"other","youtube_url":"https://youtube.com/watch?v=Xhu9djscuik","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/aurorasputnik"},{"title":"lens clubs","description":"post, monetise and collect content with a shared social media account","niche":"web3","youtube_url":"https://youtube.com/watch?v=MiDRDGozNfM","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/nicnode"},{"title":"glotek","description":"simplifying foreign investments","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=9jZktGVgWXs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/foundersgum"},{"title":"creationtvstation","description":"let's get creative!","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=AywfeznWLaY","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ripscreates"},{"title":"drones4farmers.com","description":"creating 2d/3d interactive maps that help farmers make better decisions to increase crop yields and profits.","niche":"other","youtube_url":"https://youtube.com/watch?v=3eS4RJZysPc","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/tremaynejackson/"},{"title":"beeloud","description":"beeloud is co-ai (community-owned, ai-assisted) media sharing the stories of builders in web3, ai, and futuristic tech","niche":"other","youtube_url":"https://youtube.com/watch?v=ExK-MdUK5lI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/beeloudxyz"},{"title":"prescene","description":"an ai tool that automatically generates coverage to help you make better decisions, faster.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Zxk58cicdvQ","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/DylanRNikol"},{"title":"maankaal","description":"track expenses and customer debts in an easy way","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=UW0j3EtC1l8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/muhaksim"},{"title":"saga","description":"ai text rpg","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=INFOtwkPZ7Q","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/octavianvoss"},{"title":"strengths","description":"i want to make films for hollywood with my studio","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=gyYEiEfif6k","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Kaushal51010261"},{"title":"#rockmypost","description":"interactive listening parties with your fans to promote songs and engage subscribers","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=qQ2e9IlJ2Yk","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/rockmypost"},{"title":"actpact","description":"curating twitter threads into daily checklists","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=DjifOy8yRi8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/AsraPro_"},{"title":"lensview","description":"discuss, fact-check and share your view about a web pages","niche":"web3","youtube_url":"https://youtube.com/watch?v=L_OBNfun4Wg","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/AnjaySahoo"},{"title":"orca","description":"ditch your lease, live flexibly.","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=2-s36_h0vm8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/devansood"},{"title":"chereos","description":"social network on a map","niche":"web3","youtube_url":"https://youtube.com/watch?v=M5D1vE3Wn1s","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/rzdsid"},{"title":"living protocol","description":"towards a human-friendly future: newsletter on living well in the age of ai","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=rmxnCibsaK8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/takecarecactus"},{"title":"booksense","description":"a different type of book","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=U_KcZexM67c","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Yl_cazares"},{"title":"personal ai tutor","description":"an app which will help school students learn anything","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=WXCG1swp7U8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/_Stevezee_"},{"title":"aidao","description":"when ai takes your job, we'll give you the ai and teach you how to use it.","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=forTvAvJkHc","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/yikesawjeez"},{"title":"aiwizard","description":"find & learn how to use the best new ai tools","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=9ZYB2h6DiZI","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/theDontGetRekt"},{"title":"artgig.xyz","description":"artgig sells art on physical goods and digital collectables","niche":"web3","youtube_url":"https://youtube.com/watch?v=bUbslZcvg-o","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/CyuxCrypto"},{"title":"viktor liu","description":"creating animated shorts and art","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=2A5UXS9GqdU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/viktorliu01"},{"title":"chefitup","description":"vegan food you'll actually eat","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=bPp3BiEkT5Q","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/steflikecurry"},{"title":"grin","description":"farza's second brain","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=Z_awtkw1yrA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/Iam_maxb"},{"title":"infiopp","description":"a community-based opportunities board for developers to add, update and track opportunities in one click.","niche":"other","youtube_url":"https://youtube.com/watch?v=TgC_OdYABI8","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/RajGM_Hacks"},{"title":"vectosphere","description":"vector embeddings visualiser","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=BEi-S9Q_1es","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/bdrensk"},{"title":"riff","description":"platform for creating videos that star ai celebrities + characters ","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=8JHzPNfrGW4","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/jdzie_"},{"title":"teledome","description":"an immersive audiovisual experience based on the sounds of nature","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=ryAhF4x63d0","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/created_by_anca"},{"title":"nova","description":"your virtual life coach and accountability partner","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=XiLI38vEFXo","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/ssave_m"},{"title":"georgy.design","description":"unlimited websites at your request. no contracts, no limits.","niche":"digital/physical goods","youtube_url":"https://youtube.com/watch?v=ERmDdBMza8I","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/geor.gy"},{"title":"unifi","description":"an unified api to interact with any defi protocol, automate and deploy strategies all in a single line of code","niche":"web3","youtube_url":"https://youtube.com/watch?v=m-Q8eWofc54","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/aakash_hash"},{"title":"refactorai","description":"code smarter, not harder with refactorai","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=fO2Q7bk4Lww","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/dhasandev"},{"title":"habarla","description":"show discounts to restaurants nearby","niche":"non ai/web3 software","youtube_url":"https://youtube.com/watch?v=GlmkPaBU4XA","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/yourzhak"},{"title":"answer ai","description":"ai content generation, ai expert chat, and custom knowledge chat bot builder - a personal chat gpt","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=yfJPTG40V1Y","youtube_transcript":null,"embedding":null,"social":"https://www.linkedin.com/in/muhammad-bilal-moten-a5a8b2a2"},{"title":"hit me up (formerly wittiwhiz)","description":"your personal wingman for social media interactions","niche":"ai/ml","youtube_url":"https://youtube.com/watch?v=xvjI0qheYac","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/chatwiz_app"},{"title":"the ai navigator","description":"a website that gets you up to speed about ai","niche":"other","youtube_url":"https://youtube.com/watch?v=tpHKGdt1wEU","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/andrewspoeth"},{"title":"musixspace","description":"a social media app to find people having same taste in music as you","niche":"creator (art, music, content, etc)","youtube_url":"https://youtube.com/watch?v=wDm-k7xrhPs","youtube_transcript":null,"embedding":null,"social":"https://twitter.com/neuronandchords"}]
\ No newline at end of file
diff --git a/src/main.rs b/src/main.rs
index 8fee017..9af9d37 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,88 +1,279 @@
-use std::{fs, path::PathBuf, time::Duration};
+use async_openai::{config::OpenAIConfig, types::CreateEmbeddingRequestArgs};
+use deepgram::{
+ transcription::prerecorded::{
+ audio_source::AudioSource,
+ options::{Language, Options, Tier},
+ },
+ Deepgram,
+};
+use futures::StreamExt;
+use headless_chrome::Browser;
+use rusty_ytdl::*;
+use rusty_ytdl::{VideoOptions, VideoQuality, VideoSearchOptions};
+use serde::{Deserialize, Serialize};
+use std::{
+ collections::HashSet,
+ env,
+ fs::{self, File},
+ io::{BufWriter, Write},
+ time::Instant,
+};
-use headless_chrome::{protocol::cdp::Page, Browser};
-use scraper::Html;
-
-#[derive(Debug)]
-struct Submission {
+#[derive(Clone, Debug, Serialize, Deserialize, Default)]
+struct DemoDaySubmission {
title: String,
description: String,
niche: String,
youtube_url: String,
+ youtube_transcript: Option,
+ embedding: Option>,
social: String,
}
-fn main() -> anyhow::Result<()> {
+// submission with working youtube links
+const NUM_OF_VALID_S3_SUBMISSIONS: usize = 404;
+
+#[tokio::main(flavor = "multi_thread")]
+async fn main() -> anyhow::Result<()> {
+ dotenvy::dotenv().expect(".env file not found");
+
+ let deepgram_api_key =
+ env::var("DEEPGRAM_API_KEY").expect("DEEPGRAM_API_KEY environmental variable");
+
let paths = fs::read_dir("./seasons")?;
let browser = Browser::default()?;
+ let dg_client = &Deepgram::new(&deepgram_api_key);
+ let openai_client = &async_openai::Client::new();
+
for file_path in paths.flatten() {
let file_path = file_path.path();
- let _raw_html =
- fs::read_to_string(&file_path).expect("Should have been able to read the file");
let full_path = fs::canonicalize(&file_path)?;
let path = format!("file://{}", full_path.to_str().unwrap());
- println!("reading {path}");
- if !path.ends_with("s3.html") {
+ if !path.ends_with("html") {
continue;
}
+ println!("reading {path}");
+
+ let start = Instant::now();
+
let tab = browser.new_tab()?;
- tab.set_default_timeout(std::time::Duration::from_secs(5));
+ tab.set_default_timeout(std::time::Duration::from_millis(5));
tab.navigate_to(&path)?;
- if tab.wait_for_element("body").is_ok() {
- let re = regex::Regex::new(
- r"(?:\/embed\/|\/v\/|\/watch\?v=|youtu\.be\/|\/shorts\/)([a-zA-Z0-9_-]+)",
- )?;
- if let Ok(submissions) = tab.find_elements("div.framer-1wkjeqj-container") {
- println!("...processing {} buildspace submisions", submissions.len());
- for (i, c) in submissions.into_iter().enumerate() {
- println!("{i})");
- if let Ok(x) = c.wait_for_element("button[aria-label=\"Play\"]") {
- x.click()?;
- };
+ if tab.wait_for_element("body").is_err() {
+ println!("body tag not found in html");
+ return Ok(());
+ };
+
+ println!("body found in html");
+ let re = regex::Regex::new(
+ r"(?:\/embed\/|\/v\/|\/watch\?v=|youtu\.be\/|\/shorts\/)([a-zA-Z0-9_-]+)",
+ )?;
+
+ // Get s3 html prev cached result
+ let file = File::open("seasons/s3_raw.json")?;
+ let mut s3_raw_submission: Vec =
+ serde_json::from_reader(file).expect("JSON was not well-formatted");
+
+ let s3_raw_submission_hash: HashSet =
+ s3_raw_submission.iter().map(|s| s.title.clone()).collect();
+
+ let num_of_s3_submissions_from_cache = s3_raw_submission.len();
- let submission_dom = &c.get_content().unwrap();
+ println!(
+ "using {} submissions from s3.html cache",
+ num_of_s3_submissions_from_cache
+ );
- let youtube_url =
- regex_output_to_yt_url(re.find(submission_dom).unwrap().as_str());
+ if num_of_s3_submissions_from_cache == NUM_OF_VALID_S3_SUBMISSIONS {
+ println!("all s3 submission successfully retrieved from cache");
+ } else if let Ok(submissions) = tab.wait_for_elements("div.framer-1wkjeqj-container") {
+ println!("...processing {} buildspace submisions", submissions.len());
- // if let Ok(x) = c.wait_for_element("div.framer-1i5kbww>p") {
- // println!("title {:?}", x.get_inner_text().unwrap());
- // };
+ let submissions = submissions
+ .iter()
+ .filter_map(|c| {
let title = c
.wait_for_element("div.framer-1i5kbww>p")
- .map(|el| el.get_inner_text().unwrap())?;
+ .map(|el| el.get_inner_text().unwrap_or_default())
+ .unwrap_or_default();
+ if s3_raw_submission_hash.contains(&title) {
+ return None;
+ };
+
+ println!("saving title {}", title);
let description = c
.wait_for_element("div.framer-1mn76q2>p")
- .map(|el| el.get_inner_text().unwrap())?;
+ .map(|el| el.get_inner_text().unwrap_or_default())
+ .unwrap_or_default();
let niche = c
.wait_for_element("div.framer-bxilt0>p")
- .map(|el| el.get_inner_text().unwrap())?;
+ .map(|el| el.get_inner_text().unwrap_or_default())
+ .unwrap_or_default();
let social = c
.wait_for_element("a.framer-1jrlt0f.framer-10sms40")
- .map(|el| el.get_attribute_value("href").unwrap().unwrap())?;
+ .map(|el| {
+ el.get_attribute_value("href")
+ .unwrap_or_default()
+ .unwrap_or_default()
+ })
+ .unwrap_or_default();
+
+ if let Ok(x) = c.wait_for_element("button[aria-label=\"Play\"]") {
+ let _ = x.click();
+ };
+
+ let submission_dom = &c.get_content().unwrap_or_default();
- let submission = Submission {
+ let youtube_url = re
+ .find(submission_dom)
+ .map_or("".to_string(), |s| regex_output_to_yt_url(s.as_str()));
+
+ println!("\t url {youtube_url}");
+ Some(DemoDaySubmission {
title,
description,
niche,
social,
youtube_url,
- };
+ youtube_transcript: None,
+ embedding: None,
+ })
+ })
+ .filter(|s| !s.youtube_url.is_empty())
+ .collect::>();
- println!("submission - {:?}", submission);
- }
- };
+ s3_raw_submission.extend(submissions);
+ let file = File::create("seasons/s3_raw.json")?;
+ let mut writer = BufWriter::new(file);
+ serde_json::to_writer(&mut writer, &s3_raw_submission)?;
+ let elapsed = start.elapsed();
+ writer.flush()?;
+ println!(
+ "total time taken to process file : {:.4}ms",
+ elapsed.as_secs()
+ );
};
+
+ let file = File::open("seasons/s3.json")?;
+ let mut s3_embedded_submissions: Vec =
+ serde_json::from_reader(file).unwrap_or_default();
+
+ let num_of_s3_embedded_submissions_from_cache = s3_embedded_submissions.len();
+
+ println!(
+ "using {} embedded submissions from s3.html cache",
+ num_of_s3_embedded_submissions_from_cache
+ );
+
+ if num_of_s3_embedded_submissions_from_cache == NUM_OF_VALID_S3_SUBMISSIONS {
+ println!("all embedded s3 submission successfully retrieved from cache");
+ return Ok(());
+ };
+
+ let mut s3_embedded_submissions_hash: HashSet = s3_embedded_submissions
+ .iter()
+ .map(|s| s.youtube_url.clone())
+ .collect();
+
+ if num_of_s3_embedded_submissions_from_cache == NUM_OF_VALID_S3_SUBMISSIONS {
+ println!("all s3 submissions have been embedded");
+ return Ok(());
+ }
+ println!(
+ "embedded cache len {} vs raw len {}",
+ num_of_s3_embedded_submissions_from_cache,
+ s3_raw_submission.len()
+ );
+
+ // chunking to save progress, to save cost if connection drops or
+ // something else causes loop to fail
+
+ for embedded_submission_chunk in s3_raw_submission.chunks(50) {
+ println!("e len - {}", embedded_submission_chunk.len());
+ let fetches =
+ futures::stream::iter(embedded_submission_chunk.iter().cloned().map(|mut s| {
+ async {
+ if s3_embedded_submissions_hash.contains(&s.youtube_url) {
+ return None;
+ }
+
+ println!("embedding submission : {}", &s.title);
+
+ let transcript =
+ match yt_url_to_text(&s.youtube_url, dg_client).await {
+ Ok(t) => t,
+ Err(e) => {
+ println!("{e:?}");
+ return None;
+ }
+ };
+
+ let video_embedding =
+ match text_to_embedding(&transcript, openai_client).await {
+ Ok(e) => e,
+ Err(err) => {
+ println!("{err:?}");
+ return None;
+ },
+ };
+ s.youtube_transcript = Some(transcript);
+ s.embedding = Some(video_embedding);
+ Some(s)
+ }
+ }))
+ .buffer_unordered(10)
+ .collect::>();
+
+ println!("Waiting...");
+
+ let submissions_with_embeddings = fetches.await;
+ let submissions_with_embeddings = submissions_with_embeddings
+ .into_iter()
+ .flatten()
+ .collect::>();
+
+ let submissions_with_embeddings_hash: HashSet = submissions_with_embeddings
+ .iter()
+ .map(|s| s.youtube_url.clone())
+ .collect();
+
+ s3_embedded_submissions.extend(submissions_with_embeddings);
+ s3_embedded_submissions_hash.extend(submissions_with_embeddings_hash);
+
+ println!(
+ "writing {} submissions_with_embeddings",
+ s3_embedded_submissions.len()
+ );
+ let file = File::create("seasons/s3.json")?;
+ let mut writer = BufWriter::new(file);
+ serde_json::to_writer(&mut writer, &s3_embedded_submissions)?;
+ writer.flush()?;
+ }
+ // let elapsed = start.elapsed();
+ // println!(
+ // "total time taken to process file : {:.4}ms",
+ // elapsed.as_secs()
+ // );
+ let (a , b) = (s3_raw_submission.len(), s3_embedded_submissions.len());
+ println!("# of submissions {}", a);
+ println!("# of embedded submissions {}", b);
+ if a == b {
+ println!("All submitted videos have been embedded");
+ }
+ else{
+ println!("{b}/{a} submitted videos have been embedded. {} videos are either private or longer exist", a-b);
+ }
}
+
Ok(())
}
@@ -91,6 +282,74 @@ fn regex_output_to_yt_url(re_match: &str) -> String {
format!("https://youtube.com/watch?v={}", id)
}
+async fn yt_url_to_text(
+ youtube_url: &str,
+ deepgram_client: &Deepgram,
+) -> anyhow::Result {
+ let video_options = VideoOptions {
+ quality: VideoQuality::HighestAudio,
+ filter: VideoSearchOptions::Audio,
+ ..Default::default()
+ };
+
+ // TODO; figure out why this constantly errors out
+
+ println!("youtube_url - {youtube_url}");
+
+ let video = Video::new_with_options(youtube_url, video_options)?;
+
+ let stream = video.stream().await?;
+
+ let mut audio_bytes = Vec::new();
+ while let Some(chunk) = stream.chunk().await.unwrap() {
+ audio_bytes.extend(chunk);
+ }
+
+ println!("downloading audio to memory");
+
+ // hard setting it to "audio/webm" is super hacky
+ // fix later
+ let source = AudioSource::from_buffer_with_mime_type(audio_bytes, "audio/webm");
+
+ // Adds Read and Seek to the bytes via Cursor
+ let options = Options::builder()
+ .punctuate(true)
+ .tier(Tier::Enhanced)
+ .language(Language::en_US)
+ .build();
+
+ let response = deepgram_client
+ .transcription()
+ .prerecorded(source, &options)
+ .await?;
+ println!("transcribing audio with deepgram");
+
+ println!("transcription complete");
+ Ok(response.results.channels[0].alternatives[0]
+ .transcript
+ .clone()
+ .to_owned())
+}
+
+async fn text_to_embedding(
+ text: &str,
+ open_ai_client: &async_openai::Client,
+) -> anyhow::Result> {
+ let request = CreateEmbeddingRequestArgs::default()
+ .model("text-embedding-3-small")
+ .input(text)
+ .build()?;
+
+ let response = open_ai_client.embeddings().create(request).await?;
+
+ let data = &response.data[0];
+ assert_eq!(data.embedding.len(), 1536);
+ Ok(data.embedding.clone())
+}
+
+// read later - https://blog.0x7d0.dev/history/how-they-bypass-youtube-video-download-throttling/
+// good read on youtube video throttling
+
// video_url:
// video_transcript:
// video_embedding: